posthog-js 1.274.2 → 1.274.3
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.
- package/dist/array.full.es5.js +1 -1
- package/dist/array.full.es5.js.map +1 -1
- package/dist/array.full.js +1 -1
- package/dist/array.full.js.map +1 -1
- package/dist/array.full.no-external.js +1 -1
- package/dist/array.full.no-external.js.map +1 -1
- package/dist/array.js +1 -1
- package/dist/array.js.map +1 -1
- package/dist/array.no-external.js +1 -1
- package/dist/array.no-external.js.map +1 -1
- package/dist/customizations.full.js +1 -1
- package/dist/lazy-recorder.js +1 -1
- package/dist/main.js +1 -1
- package/dist/main.js.map +1 -1
- package/dist/module.full.js +1 -1
- package/dist/module.full.js.map +1 -1
- package/dist/module.full.no-external.js +1 -1
- package/dist/module.full.no-external.js.map +1 -1
- package/dist/module.js +1 -1
- package/dist/module.js.map +1 -1
- package/dist/module.no-external.js +1 -1
- package/dist/module.no-external.js.map +1 -1
- package/dist/posthog-recorder.js +1 -1
- package/lib/package.json +1 -1
- package/lib/src/extensions/replay/session-recording.js +4 -2
- package/lib/src/extensions/replay/session-recording.js.map +1 -1
- package/package.json +1 -1
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
!function(){"use strict";function e(e,t,r,i,n,s,o){try{var a=e[s](o),l=a.value}catch(e){return void r(e)}a.done?t(l):Promise.resolve(l).then(i,n)}function t(t){return function(){var r=this,i=arguments;return new Promise((function(n,s){var o=t.apply(r,i);function a(t){e(o,n,s,a,l,"next",t)}function l(t){e(o,n,s,a,l,"throw",t)}a(void 0)}))}}function r(){return r=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var i in r)({}).hasOwnProperty.call(r,i)&&(e[i]=r[i])}return e},r.apply(null,arguments)}function i(e,t){if(null==e)return{};var r={};for(var i in e)if({}.hasOwnProperty.call(e,i)){if(-1!==t.indexOf(i))continue;r[i]=e[i]}return r}var n,s=["type"],o=Object.defineProperty,a=(e,t,r)=>((e,t,r)=>t in e?o(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r)(e,"symbol"!=typeof t?t+"":t,r),l=Object.defineProperty,u=(e,t,r)=>((e,t,r)=>t in e?l(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r)(e,"symbol"!=typeof t?t+"":t,r),c=(e=>(e[e.Document=0]="Document",e[e.DocumentType=1]="DocumentType",e[e.Element=2]="Element",e[e.Text=3]="Text",e[e.CDATA=4]="CDATA",e[e.Comment=5]="Comment",e))(c||{}),d={Node:["childNodes","parentNode","parentElement","textContent"],ShadowRoot:["host","styleSheets"],Element:["shadowRoot","querySelector","querySelectorAll"],MutationObserver:[]},h={Node:["contains","getRootNode"],ShadowRoot:["getSelection"],Element:[],MutationObserver:["constructor"]};var p={};function v(e){if(p[e])return p[e];var t=function(e){var t,r=null==globalThis||null==(t=globalThis.Zone)||null==t.__symbol__?void 0:t.__symbol__(e);return r&&globalThis[r]?globalThis[r]:void 0}(e)||globalThis[e],r=t.prototype,i=e in d?d[e]:void 0,n=Boolean(i&&i.every((e=>{var t,i;return Boolean(null==(i=null==(t=Object.getOwnPropertyDescriptor(r,e))?void 0:t.get)?void 0:i.toString().includes("[native code]"))}))),s=e in h?h[e]:void 0,o=Boolean(s&&s.every((e=>{var t;return"function"==typeof r[e]&&(null==(t=r[e])?void 0:t.toString().includes("[native code]"))})));if(n&&o)return p[e]=t.prototype,t.prototype;try{var a=document.createElement("iframe");document.body.appendChild(a);var l=a.contentWindow;if(!l)return t.prototype;var u=l[e].prototype;return document.body.removeChild(a),u?p[e]=u:t.prototype}catch(e){return t.prototype}}var g={};function f(e,t,r){var i,n=e+"."+String(r);if(g[n])return g[n].call(t);var s=v(e),o=null==(i=Object.getOwnPropertyDescriptor(s,r))?void 0:i.get;return o?(g[n]=o,o.call(t)):t[r]}var _={};function m(e,t,r){var i=e+"."+String(r);if(_[i])return _[i].bind(t);var n=v(e)[r];return"function"!=typeof n?t[r]:(_[i]=n,n.bind(t))}var y={childNodes:function(e){return f("Node",e,"childNodes")},parentNode:function(e){return f("Node",e,"parentNode")},parentElement:function(e){return f("Node",e,"parentElement")},textContent:function(e){return f("Node",e,"textContent")},contains:function(e,t){return m("Node",e,"contains")(t)},getRootNode:function(e){return m("Node",e,"getRootNode")()},host:function(e){return e&&"host"in e?f("ShadowRoot",e,"host"):null},styleSheets:function(e){return e.styleSheets},shadowRoot:function(e){return e&&"shadowRoot"in e?f("Element",e,"shadowRoot"):null},querySelector:function(e,t){return f("Element",e,"querySelector")(t)},querySelectorAll:function(e,t){return f("Element",e,"querySelectorAll")(t)},mutationObserver:function(){return v("MutationObserver").constructor}};function b(e){return e.nodeType===e.ELEMENT_NODE}function S(e){var t=e&&"host"in e&&"mode"in e&&y.host(e)||null;return Boolean(t&&"shadowRoot"in t&&y.shadowRoot(t)===e)}function w(e){return"[object ShadowRoot]"===Object.prototype.toString.call(e)}function C(e){try{var t=e.rules||e.cssRules;if(!t)return null;var r=Array.from(t,(t=>I(t,e.href))).join("");return(i=r).includes(" background-clip: text;")&&!i.includes(" -webkit-background-clip: text;")&&(i=i.replace(/\sbackground-clip:\s*text;/g," -webkit-background-clip: text; background-clip: text;")),i}catch(e){return null}var i}function I(e,t){if(function(e){return"styleSheet"in e}(e)){var r;try{r=C(e.styleSheet)||function(e){var{cssText:t}=e;if(t.split('"').length<3)return t;var r=["@import","url("+JSON.stringify(e.href)+")"];return""===e.layerName?r.push("layer"):e.layerName&&r.push("layer("+e.layerName+")"),e.supportsText&&r.push("supports("+e.supportsText+")"),e.media.length&&r.push(e.media.mediaText),r.join(" ")+";"}(e)}catch(t){r=e.cssText}return e.styleSheet.href?L(r,e.styleSheet.href):r}var i,n=e.cssText;return function(e){return"selectorText"in e}(e)&&e.selectorText.includes(":")&&(i=/(\[(?:[\w-]+)[^\\])(:(?:[\w-]+)\])/gm,n=n.replace(i,"$1\\$2")),t?L(n,t):n}function k(e,t){return Array.from(e.styleSheets).find((e=>e.href===t))}let E=class{constructor(){u(this,"idNodeMap",new Map),u(this,"nodeMetaMap",new WeakMap)}getId(e){var t;if(!e)return-1;var r=null==(t=this.getMeta(e))?void 0:t.id;return null!=r?r:-1}getNode(e){return this.idNodeMap.get(e)||null}getIds(){return Array.from(this.idNodeMap.keys())}getMeta(e){return this.nodeMetaMap.get(e)||null}removeNodeFromMap(e){var t=this.getId(e);this.idNodeMap.delete(t),e.childNodes&&e.childNodes.forEach((e=>this.removeNodeFromMap(e)))}has(e){return this.idNodeMap.has(e)}hasNode(e){return this.nodeMetaMap.has(e)}add(e,t){var r=t.id;this.idNodeMap.set(r,e),this.nodeMetaMap.set(e,t)}replace(e,t){var r=this.getNode(e);if(r){var i=this.nodeMetaMap.get(r);i&&this.nodeMetaMap.set(t,i)}this.idNodeMap.set(e,t)}reset(){this.idNodeMap=new Map,this.nodeMetaMap=new WeakMap}};function x(e){var{element:t,maskInputOptions:r,tagName:i,type:n,value:s,maskInputFn:o}=e,a=s||"",l=n&&T(n);return(r[i.toLowerCase()]||l&&r[l])&&(a=o?o(a,t):"*".repeat(a.length)),a}function T(e){return e.toLowerCase()}var M="__rrweb_original__";function R(e){var t=e.type;return e.hasAttribute("data-rr-is-password")?"password":t?T(t):null}function A(e,t){var r,i;try{i=new URL(e,null!=t?t:window.location.href)}catch(e){return null}var n=i.pathname.match(/\.([0-9a-z]+)(?:$)/i);return null!==(r=null==n?void 0:n[1])&&void 0!==r?r:null}var N=/url\((?:(')([^']*)'|(")(.*?)"|([^)]*))\)/gm,F=/^(?:[a-z+]+:)?\/\//i,P=/^www\..*/i,O=/^(data:)([^,]*),(.*)/i;function L(e,t){return(e||"").replace(N,((e,r,i,n,s,o)=>{var a,l=i||s||o,u=r||n||"";if(!l)return e;if(F.test(l)||P.test(l))return"url("+u+l+u+")";if(O.test(l))return"url("+u+l+u+")";if("/"===l[0])return"url("+u+(((a=t).indexOf("//")>-1?a.split("/").slice(0,3).join("/"):a.split("/")[0]).split("?")[0]+l)+u+")";var c=t.split("/"),d=l.split("/");for(var h of(c.pop(),d))"."!==h&&(".."===h?c.pop():c.push(h));return"url("+u+c.join("/")+u+")"}))}var D,B,q=1,H=new RegExp("[^a-z0-9-_:]"),V=-2;function W(){return q++}var U=/^[^ \t\n\r\u000c]+/,Z=/^[, \t\n\r\u000c]+/;var j=new WeakMap;function z(e,t){return t&&""!==t.trim()?Y(e,t):t}function G(e){return Boolean("svg"===e.tagName||e.ownerSVGElement)}function Y(e,t){var r=j.get(e);if(r||(r=e.createElement("a"),j.set(e,r)),t){if(t.startsWith("blob:")||t.startsWith("data:"))return t}else t="";return r.setAttribute("href",t),r.href}function X(e,t,r,i){return i?"src"===r||"href"===r&&("use"!==t||"#"!==i[0])||"xlink:href"===r&&"#"!==i[0]?z(e,i):"background"!==r||"table"!==t&&"td"!==t&&"th"!==t?"srcset"===r?function(e,t){if(""===t.trim())return t;var r=0;function i(e){var i,n=e.exec(t.substring(r));return n?(i=n[0],r+=i.length,i):""}for(var n=[];i(Z),!(r>=t.length);){var s=i(U);if(","===s.slice(-1))s=z(e,s.substring(0,s.length-1)),n.push(s);else{var o="";s=z(e,s);for(var a=!1;;){var l=t.charAt(r);if(""===l){n.push((s+o).trim());break}if(a)")"===l&&(a=!1);else{if(","===l){r+=1,n.push((s+o).trim());break}"("===l&&(a=!0)}o+=l,r+=1}}}return n.join(", ")}(e,i):"style"===r?L(i,Y(e)):"object"===t&&"data"===r?z(e,i):i:z(e,i):i}function J(e,t,r){return("video"===e||"audio"===e)&&"autoplay"===t}function K(e,t,r){if(!e)return!1;if(e.nodeType!==e.ELEMENT_NODE)return!!r&&K(y.parentNode(e),t,r);for(var i=e.classList.length;i--;){var n=e.classList[i];if(t.test(n))return!0}return!!r&&K(y.parentNode(e),t,r)}function Q(e,t,r,i){var n;if(b(e)){if(n=e,!y.childNodes(n).length)return!1}else{if(null===y.parentElement(e))return!1;n=y.parentElement(e)}try{if("string"==typeof t){if(i){if(n.closest("."+t))return!0}else if(n.classList.contains(t))return!0}else if(K(n,t,i))return!0;if(r)if(i){if(n.closest(r))return!0}else if(n.matches(r))return!0}catch(e){}return!1}function ee(e,t){var{doc:r,mirror:i,blockClass:n,blockSelector:s,needsMask:o,inlineStylesheet:a,maskInputOptions:l={},maskTextFn:u,maskInputFn:d,dataURLOptions:h={},inlineImages:p,recordCanvas:v,keepIframeSrcFn:g,newlyAddedElement:f=!1}=t,_=function(e,t){if(!t.hasNode(e))return;var r=t.getId(e);return 1===r?void 0:r}(r,i);switch(e.nodeType){case e.DOCUMENT_NODE:return"CSS1Compat"!==e.compatMode?{type:c.Document,childNodes:[],compatMode:e.compatMode}:{type:c.Document,childNodes:[]};case e.DOCUMENT_TYPE_NODE:return{type:c.DocumentType,name:e.name,publicId:e.publicId,systemId:e.systemId,rootId:_};case e.ELEMENT_NODE:return function(e,t){for(var r,{doc:i,blockClass:n,blockSelector:s,inlineStylesheet:o,maskInputOptions:a={},maskInputFn:l,dataURLOptions:u={},inlineImages:d,recordCanvas:h,keepIframeSrcFn:p,newlyAddedElement:v=!1,rootId:g}=t,f=function(e,t,r){try{if("string"==typeof t){if(e.classList.contains(t))return!0}else for(var i=e.classList.length;i--;){var n=e.classList[i];if(t.test(n))return!0}if(r)return e.matches(r)}catch(e){}return!1}(e,n,s),_=function(e){if(e instanceof HTMLFormElement)return"form";var t=T(e.tagName);return H.test(t)?"div":t}(e),m={},b=e.attributes.length,S=0;S<b;S++){var w=e.attributes[S];J(_,w.name,w.value)||(m[w.name]=X(i,_,T(w.name),w.value))}if("link"===_&&o){var I=function(e){return null==e?void 0:e.href}(e);if(I){var E=k(i,I);if(!E&&I.includes(".css"))E=k(i,window.location.origin+"/"+I.replace(window.location.href,""));var A=null;E&&(A=C(E)),A&&(delete m.rel,delete m.href,m._cssText=A)}}if("style"===_&&e.sheet&&!(e.innerText||y.textContent(e)||"").trim().length){var N=C(e.sheet);N&&(m._cssText=N)}if("input"===_||"textarea"===_||"select"===_){var F=e.value,P=e.checked;"radio"!==m.type&&"checkbox"!==m.type&&"submit"!==m.type&&"button"!==m.type&&F?m.value=x({element:e,type:R(e),tagName:_,value:F,maskInputOptions:a,maskInputFn:l}):P&&(m.checked=P)}"option"===_&&(e.selected&&!a.select?m.selected=!0:delete m.selected);if("dialog"===_&&e.open)try{m.rr_open_mode=e.matches("dialog:modal")?"modal":"non-modal"}catch(e){m.rr_open_mode="modal",m.ph_rr_could_not_detect_modal=!0}if("canvas"===_&&h)if("2d"===e.__context)(function(e){var t=e.getContext("2d");if(!t)return!0;for(var r=0;r<e.width;r+=50)for(var i=0;i<e.height;i+=50){var n=t.getImageData,s=M in n?n[M]:n;if(new Uint32Array(s.call(t,r,i,Math.min(50,e.width-r),Math.min(50,e.height-i)).data.buffer).some((e=>0!==e)))return!1}return!0})(e)||(m.rr_dataURL=e.toDataURL(u.type,u.quality));else if(!("__context"in e)){var O=e.toDataURL(u.type,u.quality),L=i.createElement("canvas");L.width=e.width,L.height=e.height,O!==L.toDataURL(u.type,u.quality)&&(m.rr_dataURL=O)}if("img"===_&&d){D||(D=i.createElement("canvas"),B=D.getContext("2d"));var q=e,V=q.currentSrc||q.getAttribute("src")||"<unknown-src>",W=q.crossOrigin,U=()=>{q.removeEventListener("load",U);try{D.width=q.naturalWidth,D.height=q.naturalHeight,B.drawImage(q,0,0),m.rr_dataURL=D.toDataURL(u.type,u.quality)}catch(e){if("anonymous"!==q.crossOrigin)return q.crossOrigin="anonymous",void(q.complete&&0!==q.naturalWidth?U():q.addEventListener("load",U));console.warn("Cannot inline img src="+V+"! Error: "+e)}"anonymous"===q.crossOrigin&&(W?m.crossOrigin=W:q.removeAttribute("crossorigin"))};q.complete&&0!==q.naturalWidth?U():q.addEventListener("load",U)}if("audio"===_||"video"===_){var Z=m;Z.rr_mediaState=e.paused?"paused":"played",Z.rr_mediaCurrentTime=e.currentTime,Z.rr_mediaPlaybackRate=e.playbackRate,Z.rr_mediaMuted=e.muted,Z.rr_mediaLoop=e.loop,Z.rr_mediaVolume=e.volume}v||(e.scrollLeft&&(m.rr_scrollLeft=e.scrollLeft),e.scrollTop&&(m.rr_scrollTop=e.scrollTop));if(f){var{width:j,height:z}=e.getBoundingClientRect();m={class:m.class,rr_width:j+"px",rr_height:z+"px"}}"iframe"!==_||p(m.src)||(e.contentDocument||(m.rr_src=m.src),delete m.src);try{customElements.get(_)&&(r=!0)}catch(e){}return{type:c.Element,tagName:_,attributes:m,childNodes:[],isSVG:G(e)||void 0,needBlock:f,rootId:g,isCustom:r}}(e,{doc:r,blockClass:n,blockSelector:s,inlineStylesheet:a,maskInputOptions:l,maskInputFn:d,dataURLOptions:h,inlineImages:p,recordCanvas:v,keepIframeSrcFn:g,newlyAddedElement:f,rootId:_});case e.TEXT_NODE:return function(e,t){var r,{needsMask:i,maskTextFn:n,rootId:s}=t,o=y.parentNode(e),a=o&&o.tagName,l=y.textContent(e),u="STYLE"===a||void 0,d="SCRIPT"===a||void 0;if(u&&l){try{e.nextSibling||e.previousSibling||(null==(r=o.sheet)?void 0:r.cssRules)&&(l=C(o.sheet))}catch(t){console.warn("Cannot get CSS styles from text's parentNode. Error: "+t,e)}l=L(l,Y(t.doc))}d&&(l="SCRIPT_PLACEHOLDER");!u&&!d&&l&&i&&(l=n?n(l,y.parentElement(e)):l.replace(/[\S]/g,"*"));return{type:c.Text,textContent:l||"",isStyle:u,rootId:s}}(e,{doc:r,needsMask:o,maskTextFn:u,rootId:_});case e.CDATA_SECTION_NODE:return{type:c.CDATA,textContent:"",rootId:_};case e.COMMENT_NODE:return{type:c.Comment,textContent:y.textContent(e)||"",rootId:_};default:return!1}}function te(e){return null==e?"":e.toLowerCase()}function re(e,t){var{doc:r,mirror:i,blockClass:n,blockSelector:s,maskTextClass:o,maskTextSelector:a,skipChild:l=!1,inlineStylesheet:u=!0,maskInputOptions:d={},maskTextFn:h,maskInputFn:p,slimDOMOptions:v,dataURLOptions:g={},inlineImages:f=!1,recordCanvas:_=!1,onSerialize:m,onIframeLoad:C,iframeLoadTimeout:I=5e3,onStylesheetLoad:k,stylesheetLoadTimeout:E=5e3,keepIframeSrcFn:x=(()=>!1),newlyAddedElement:T=!1}=t,{needsMask:M}=t,{preserveWhiteSpace:R=!0}=t;M||(M=Q(e,o,a,void 0===M));var N,F=ee(e,{doc:r,mirror:i,blockClass:n,blockSelector:s,needsMask:M,inlineStylesheet:u,maskInputOptions:d,maskTextFn:h,maskInputFn:p,dataURLOptions:g,inlineImages:f,recordCanvas:_,keepIframeSrcFn:x,newlyAddedElement:T});if(!F)return console.warn(e,"not serialized"),null;N=i.hasNode(e)?i.getId(e):!function(e,t){if(t.comment&&e.type===c.Comment)return!0;if(e.type===c.Element){if(t.script&&("script"===e.tagName||"link"===e.tagName&&("preload"===e.attributes.rel||"modulepreload"===e.attributes.rel)&&"script"===e.attributes.as||"link"===e.tagName&&"prefetch"===e.attributes.rel&&"string"==typeof e.attributes.href&&"js"===A(e.attributes.href)))return!0;if(t.headFavicon&&("link"===e.tagName&&"shortcut icon"===e.attributes.rel||"meta"===e.tagName&&(te(e.attributes.name).match(/^msapplication-tile(image|color)$/)||"application-name"===te(e.attributes.name)||"icon"===te(e.attributes.rel)||"apple-touch-icon"===te(e.attributes.rel)||"shortcut icon"===te(e.attributes.rel))))return!0;if("meta"===e.tagName){if(t.headMetaDescKeywords&&te(e.attributes.name).match(/^description|keywords$/))return!0;if(t.headMetaSocial&&(te(e.attributes.property).match(/^(og|twitter|fb):/)||te(e.attributes.name).match(/^(og|twitter):/)||"pinterest"===te(e.attributes.name)))return!0;if(t.headMetaRobots&&("robots"===te(e.attributes.name)||"googlebot"===te(e.attributes.name)||"bingbot"===te(e.attributes.name)))return!0;if(t.headMetaHttpEquiv&&void 0!==e.attributes["http-equiv"])return!0;if(t.headMetaAuthorship&&("author"===te(e.attributes.name)||"generator"===te(e.attributes.name)||"framework"===te(e.attributes.name)||"publisher"===te(e.attributes.name)||"progid"===te(e.attributes.name)||te(e.attributes.property).match(/^article:/)||te(e.attributes.property).match(/^product:/)))return!0;if(t.headMetaVerification&&("google-site-verification"===te(e.attributes.name)||"yandex-verification"===te(e.attributes.name)||"csrf-token"===te(e.attributes.name)||"p:domain_verify"===te(e.attributes.name)||"verify-v1"===te(e.attributes.name)||"verification"===te(e.attributes.name)||"shopify-checkout-api-token"===te(e.attributes.name)))return!0}}return!1}(F,v)&&(R||F.type!==c.Text||F.isStyle||F.textContent.replace(/^\s+|\s+$/gm,"").length)?W():V;var P=Object.assign(F,{id:N});if(i.add(e,P),N===V)return null;m&&m(e);var O=!l;if(P.type===c.Element){O=O&&!P.needBlock,delete P.needBlock;var L=y.shadowRoot(e);L&&w(L)&&(P.isShadowHost=!0)}if((P.type===c.Document||P.type===c.Element)&&O){v.headWhitespace&&P.type===c.Element&&"head"===P.tagName&&(R=!1);var D={doc:r,mirror:i,blockClass:n,blockSelector:s,needsMask:M,maskTextClass:o,maskTextSelector:a,skipChild:l,inlineStylesheet:u,maskInputOptions:d,maskTextFn:h,maskInputFn:p,slimDOMOptions:v,dataURLOptions:g,inlineImages:f,recordCanvas:_,preserveWhiteSpace:R,onSerialize:m,onIframeLoad:C,iframeLoadTimeout:I,onStylesheetLoad:k,stylesheetLoadTimeout:E,keepIframeSrcFn:x};if(P.type===c.Element&&"textarea"===P.tagName&&void 0!==P.attributes.value);else for(var B of Array.from(y.childNodes(e))){var q=re(B,D);q&&P.childNodes.push(q)}var H=null;if(b(e)&&(H=y.shadowRoot(e)))for(var U of Array.from(y.childNodes(H))){var Z=re(U,D);Z&&(w(H)&&(Z.isShadow=!0),P.childNodes.push(Z))}}var j=y.parentNode(e);return j&&S(j)&&w(j)&&(P.isShadow=!0),P.type===c.Element&&"iframe"===P.tagName&&function(e,t,r){var i=e.contentWindow;if(i){var n,s=!1;try{n=i.document.readyState}catch(e){return}if("complete"===n){var o="about:blank";if(i.location.href!==o||e.src===o||""===e.src)return setTimeout(t,0),e.addEventListener("load",t);e.addEventListener("load",t)}else{var a=setTimeout((()=>{s||(t(),s=!0)}),r);e.addEventListener("load",(()=>{clearTimeout(a),s=!0,t()}))}}}(e,(()=>{var t=e.contentDocument;if(t&&C){var r=re(t,{doc:t,mirror:i,blockClass:n,blockSelector:s,needsMask:M,maskTextClass:o,maskTextSelector:a,skipChild:!1,inlineStylesheet:u,maskInputOptions:d,maskTextFn:h,maskInputFn:p,slimDOMOptions:v,dataURLOptions:g,inlineImages:f,recordCanvas:_,preserveWhiteSpace:R,onSerialize:m,onIframeLoad:C,iframeLoadTimeout:I,onStylesheetLoad:k,stylesheetLoadTimeout:E,keepIframeSrcFn:x});r&&C(e,r)}}),I),P.type===c.Element&&"link"===P.tagName&&"string"==typeof P.attributes.rel&&("stylesheet"===P.attributes.rel||"preload"===P.attributes.rel&&"string"==typeof P.attributes.href&&"css"===A(P.attributes.href))&&function(e,t,r){var i,n=!1;try{i=e.sheet}catch(e){return}if(!i){var s=setTimeout((()=>{n||(t(),n=!0)}),r);e.addEventListener("load",(()=>{clearTimeout(s),n=!0,t()}))}}(e,(()=>{if(k){var t=re(e,{doc:r,mirror:i,blockClass:n,blockSelector:s,needsMask:M,maskTextClass:o,maskTextSelector:a,skipChild:!1,inlineStylesheet:u,maskInputOptions:d,maskTextFn:h,maskInputFn:p,slimDOMOptions:v,dataURLOptions:g,inlineImages:f,recordCanvas:_,preserveWhiteSpace:R,onSerialize:m,onIframeLoad:C,iframeLoadTimeout:I,onStylesheetLoad:k,stylesheetLoadTimeout:E,keepIframeSrcFn:x});t&&k(e,t)}}),E),P}let ie=class e{constructor(){__publicField2(this,"parentElement",null),__publicField2(this,"parentNode",null),__publicField2(this,"ownerDocument"),__publicField2(this,"firstChild",null),__publicField2(this,"lastChild",null),__publicField2(this,"previousSibling",null),__publicField2(this,"nextSibling",null),__publicField2(this,"ELEMENT_NODE",1),__publicField2(this,"TEXT_NODE",3),__publicField2(this,"nodeType"),__publicField2(this,"nodeName"),__publicField2(this,"RRNodeType")}get childNodes(){for(var e=[],t=this.firstChild;t;)e.push(t),t=t.nextSibling;return e}contains(t){if(!(t instanceof e))return!1;if(t.ownerDocument!==this.ownerDocument)return!1;if(t===this)return!0;for(;t.parentNode;){if(t.parentNode===this)return!0;t=t.parentNode}return!1}appendChild(e){throw new Error("RRDomException: Failed to execute 'appendChild' on 'RRNode': This RRNode type does not support this method.")}insertBefore(e,t){throw new Error("RRDomException: Failed to execute 'insertBefore' on 'RRNode': This RRNode type does not support this method.")}removeChild(e){throw new Error("RRDomException: Failed to execute 'removeChild' on 'RRNode': This RRNode type does not support this method.")}toString(){return"RRNode"}};var ne={Node:["childNodes","parentNode","parentElement","textContent"],ShadowRoot:["host","styleSheets"],Element:["shadowRoot","querySelector","querySelectorAll"],MutationObserver:[]},se={Node:["contains","getRootNode"],ShadowRoot:["getSelection"],Element:[],MutationObserver:["constructor"]};var oe={};function ae(e){if(oe[e])return oe[e];var t=function(e){var t,r=null==globalThis||null==(t=globalThis.Zone)||null==t.__symbol__?void 0:t.__symbol__(e);return r&&globalThis[r]?globalThis[r]:void 0}(e)||globalThis[e],r=t.prototype,i=e in ne?ne[e]:void 0,n=Boolean(i&&i.every((e=>{var t,i;return Boolean(null==(i=null==(t=Object.getOwnPropertyDescriptor(r,e))?void 0:t.get)?void 0:i.toString().includes("[native code]"))}))),s=e in se?se[e]:void 0,o=Boolean(s&&s.every((e=>{var t;return"function"==typeof r[e]&&(null==(t=r[e])?void 0:t.toString().includes("[native code]"))})));if(n&&o)return oe[e]=t.prototype,t.prototype;try{var a=document.createElement("iframe");document.body.appendChild(a);var l=a.contentWindow;if(!l)return t.prototype;var u=l[e].prototype;return document.body.removeChild(a),u?oe[e]=u:r}catch(e){return r}}var le={};function ue(e,t,r){var i,n=e+"."+String(r);if(le[n])return le[n].call(t);var s=ae(e),o=null==(i=Object.getOwnPropertyDescriptor(s,r))?void 0:i.get;return o?(le[n]=o,o.call(t)):t[r]}var ce={};function de(e,t,r){var i=e+"."+String(r);if(ce[i])return ce[i].bind(t);var n=ae(e)[r];return"function"!=typeof n?t[r]:(ce[i]=n,n.bind(t))}function he(){return ae("MutationObserver").constructor}var pe={childNodes:function(e){return ue("Node",e,"childNodes")},parentNode:function(e){return ue("Node",e,"parentNode")},parentElement:function(e){return ue("Node",e,"parentElement")},textContent:function(e){return ue("Node",e,"textContent")},contains:function(e,t){return de("Node",e,"contains")(t)},getRootNode:function(e){return de("Node",e,"getRootNode")()},host:function(e){return e&&"host"in e?ue("ShadowRoot",e,"host"):null},styleSheets:function(e){return e.styleSheets},shadowRoot:function(e){return e&&"shadowRoot"in e?ue("Element",e,"shadowRoot"):null},querySelector:function(e,t){return ue("Element",e,"querySelector")(t)},querySelectorAll:function(e,t){return ue("Element",e,"querySelectorAll")(t)},mutationObserver:he};function ve(e,t,r){void 0===r&&(r=document);var i={capture:!0,passive:!0};return r.addEventListener(e,t,i),()=>r.removeEventListener(e,t,i)}var ge="Please stop import mirror directly. Instead of that,\r\nnow you can use replayer.getMirror() to access the mirror instance of a replayer,\r\nor you can use record.mirror to access the mirror instance during recording.",fe={map:{},getId:()=>(console.error(ge),-1),getNode:()=>(console.error(ge),null),removeNodeFromMap(){console.error(ge)},has:()=>(console.error(ge),!1),reset(){console.error(ge)}};function _e(e,t,r){void 0===r&&(r={});var i=null,n=0;return function(){for(var s=arguments.length,o=new Array(s),a=0;a<s;a++)o[a]=arguments[a];var l=Date.now();n||!1!==r.leading||(n=l);var u=t-(l-n),c=this;u<=0||u>t?(i&&(clearTimeout(i),i=null),n=l,e.apply(c,o)):i||!1===r.trailing||(i=setTimeout((()=>{n=!1===r.leading?0:Date.now(),i=null,e.apply(c,o)}),u))}}function me(e,t,r,i,n){void 0===n&&(n=window);var s=n.Object.getOwnPropertyDescriptor(e,t);return n.Object.defineProperty(e,t,i?r:{set(e){setTimeout((()=>{r.set.call(this,e)}),0),s&&s.set&&s.set.call(this,e)}}),()=>me(e,t,s||{},!0)}function ye(e,t,r){try{if(!(t in e))return()=>{};var i=e[t],n=r(i);return"function"==typeof n&&(n.prototype=n.prototype||{},Object.defineProperties(n,{__rrweb_original__:{enumerable:!1,value:i}})),e[t]=n,()=>{e[t]=i}}catch(e){return()=>{}}}"undefined"!=typeof window&&window.Proxy&&window.Reflect&&(fe=new Proxy(fe,{get:(e,t,r)=>("map"===t&&console.error(ge),Reflect.get(e,t,r))}));var be=Date.now;function Se(e){var t,r,i,n,s=e.document;return{left:s.scrollingElement?s.scrollingElement.scrollLeft:void 0!==e.pageXOffset?e.pageXOffset:s.documentElement.scrollLeft||(null==s?void 0:s.body)&&(null==(t=pe.parentElement(s.body))?void 0:t.scrollLeft)||(null==(r=null==s?void 0:s.body)?void 0:r.scrollLeft)||0,top:s.scrollingElement?s.scrollingElement.scrollTop:void 0!==e.pageYOffset?e.pageYOffset:(null==s?void 0:s.documentElement.scrollTop)||(null==s?void 0:s.body)&&(null==(i=pe.parentElement(s.body))?void 0:i.scrollTop)||(null==(n=null==s?void 0:s.body)?void 0:n.scrollTop)||0}}function we(){return window.innerHeight||document.documentElement&&document.documentElement.clientHeight||document.body&&document.body.clientHeight}function Ce(){return window.innerWidth||document.documentElement&&document.documentElement.clientWidth||document.body&&document.body.clientWidth}function Ie(e){return e?e.nodeType===e.ELEMENT_NODE?e:pe.parentElement(e):null}function ke(e,t,r,i){if(!e)return!1;var n=Ie(e);if(!n)return!1;try{if("string"==typeof t){if(n.classList.contains(t))return!0;if(i&&null!==n.closest("."+t))return!0}else if(K(n,t,i))return!0}catch(e){}if(r){if(n.matches(r))return!0;if(i&&null!==n.closest(r))return!0}return!1}function Ee(e,t,r){return!("TITLE"!==e.tagName||!r.headTitleMutations)||t.getId(e)===V}function xe(e,t){if(S(e))return!1;var r=t.getId(e);if(!t.has(r))return!0;var i=pe.parentNode(e);return(!i||i.nodeType!==e.DOCUMENT_NODE)&&(!i||xe(i,t))}function Te(e){return Boolean(e.changedTouches)}function Me(e,t){return Boolean("IFRAME"===e.nodeName&&t.getMeta(e))}function Re(e,t){return Boolean("LINK"===e.nodeName&&e.nodeType===e.ELEMENT_NODE&&e.getAttribute&&"stylesheet"===e.getAttribute("rel")&&t.getMeta(e))}function Ae(e){return!!e&&(e instanceof ie&&"shadowRoot"in e?Boolean(e.shadowRoot):Boolean(pe.shadowRoot(e)))}/[1-9][0-9]{12}/.test(Date.now().toString())||(be=()=>(new Date).getTime());let Ne=class{constructor(){a(this,"id",1),a(this,"styleIDMap",new WeakMap),a(this,"idStyleMap",new Map)}getId(e){var t;return null!==(t=this.styleIDMap.get(e))&&void 0!==t?t:-1}has(e){return this.styleIDMap.has(e)}add(e,t){return this.has(e)?this.getId(e):(r=void 0===t?this.id++:t,this.styleIDMap.set(e,r),this.idStyleMap.set(r,e),r);var r}getStyle(e){return this.idStyleMap.get(e)||null}reset(){this.styleIDMap=new WeakMap,this.idStyleMap=new Map,this.id=1}generateId(){return this.id++}};function Fe(e){var t,r=null;return"getRootNode"in e&&(null==(t=pe.getRootNode(e))?void 0:t.nodeType)===Node.DOCUMENT_FRAGMENT_NODE&&pe.host(pe.getRootNode(e))&&(r=pe.host(pe.getRootNode(e))),r}function Pe(e){var t=e.ownerDocument;if(!t)return!1;var r=function(e){for(var t,r=e;t=Fe(r);)r=t;return r}(e);return pe.contains(t,r)}function Oe(e){var t=e.ownerDocument;return!!t&&(pe.contains(t,e)||Pe(e))}var Le=(e=>(e[e.DomContentLoaded=0]="DomContentLoaded",e[e.Load=1]="Load",e[e.FullSnapshot=2]="FullSnapshot",e[e.IncrementalSnapshot=3]="IncrementalSnapshot",e[e.Meta=4]="Meta",e[e.Custom=5]="Custom",e[e.Plugin=6]="Plugin",e))(Le||{}),De=(e=>(e[e.Mutation=0]="Mutation",e[e.MouseMove=1]="MouseMove",e[e.MouseInteraction=2]="MouseInteraction",e[e.Scroll=3]="Scroll",e[e.ViewportResize=4]="ViewportResize",e[e.Input=5]="Input",e[e.TouchMove=6]="TouchMove",e[e.MediaInteraction=7]="MediaInteraction",e[e.StyleSheetRule=8]="StyleSheetRule",e[e.CanvasMutation=9]="CanvasMutation",e[e.Font=10]="Font",e[e.Log=11]="Log",e[e.Drag=12]="Drag",e[e.StyleDeclaration=13]="StyleDeclaration",e[e.Selection=14]="Selection",e[e.AdoptedStyleSheet=15]="AdoptedStyleSheet",e[e.CustomElement=16]="CustomElement",e))(De||{}),Be=(e=>(e[e.MouseUp=0]="MouseUp",e[e.MouseDown=1]="MouseDown",e[e.Click=2]="Click",e[e.ContextMenu=3]="ContextMenu",e[e.DblClick=4]="DblClick",e[e.Focus=5]="Focus",e[e.Blur=6]="Blur",e[e.TouchStart=7]="TouchStart",e[e.TouchMove_Departed=8]="TouchMove_Departed",e[e.TouchEnd=9]="TouchEnd",e[e.TouchCancel=10]="TouchCancel",e))(Be||{}),qe=(e=>(e[e.Mouse=0]="Mouse",e[e.Pen=1]="Pen",e[e.Touch=2]="Touch",e))(qe||{}),He=(e=>(e[e["2D"]=0]="2D",e[e.WebGL=1]="WebGL",e[e.WebGL2=2]="WebGL2",e))(He||{}),Ve=(e=>(e[e.Play=0]="Play",e[e.Pause=1]="Pause",e[e.Seeked=2]="Seeked",e[e.VolumeChange=3]="VolumeChange",e[e.RateChange=4]="RateChange",e))(Ve||{});function We(e){return"__ln"in e}class $e{constructor(){a(this,"length",0),a(this,"head",null),a(this,"tail",null)}get(e){if(e>=this.length)throw new Error("Position outside of list range");for(var t=this.head,r=0;r<e;r++)t=(null==t?void 0:t.next)||null;return t}addNode(e){var t={value:e,previous:null,next:null};if(e.__ln=t,e.previousSibling&&We(e.previousSibling)){var r=e.previousSibling.__ln.next;t.next=r,t.previous=e.previousSibling.__ln,e.previousSibling.__ln.next=t,r&&(r.previous=t)}else if(e.nextSibling&&We(e.nextSibling)&&e.nextSibling.__ln.previous){var i=e.nextSibling.__ln.previous;t.previous=i,t.next=e.nextSibling.__ln,e.nextSibling.__ln.previous=t,i&&(i.next=t)}else this.head&&(this.head.previous=t),t.next=this.head,this.head=t;null===t.next&&(this.tail=t),this.length++}removeNode(e){var t=e.__ln;this.head&&(t.previous?(t.previous.next=t.next,t.next?t.next.previous=t.previous:this.tail=t.previous):(this.head=t.next,this.head?this.head.previous=null:this.tail=null),e.__ln&&delete e.__ln,this.length--)}}var Ue,Ze=(e,t)=>e+"@"+t;class je{constructor(){a(this,"frozen",!1),a(this,"locked",!1),a(this,"texts",[]),a(this,"attributes",[]),a(this,"attributeMap",new WeakMap),a(this,"removes",[]),a(this,"mapRemoves",[]),a(this,"movedMap",{}),a(this,"addedSet",new Set),a(this,"movedSet",new Set),a(this,"droppedSet",new Set),a(this,"mutationCb"),a(this,"blockClass"),a(this,"blockSelector"),a(this,"maskTextClass"),a(this,"maskTextSelector"),a(this,"inlineStylesheet"),a(this,"maskInputOptions"),a(this,"maskTextFn"),a(this,"maskInputFn"),a(this,"keepIframeSrcFn"),a(this,"recordCanvas"),a(this,"inlineImages"),a(this,"slimDOMOptions"),a(this,"dataURLOptions"),a(this,"doc"),a(this,"mirror"),a(this,"iframeManager"),a(this,"stylesheetManager"),a(this,"shadowDomManager"),a(this,"canvasManager"),a(this,"processedNodeManager"),a(this,"unattachedDoc"),a(this,"processMutations",(e=>{e.forEach(this.processMutation),this.emit()})),a(this,"emit",(()=>{if(!this.frozen&&!this.locked){for(var e=[],t=new Set,r=new $e,i=e=>{for(var t=e,r=V;r===V;)r=(t=t&&t.nextSibling)&&this.mirror.getId(t);return r},n=n=>{var s=pe.parentNode(n);if(s&&Oe(n)&&"TEXTAREA"!==s.tagName){var o=S(s)?this.mirror.getId(Fe(n)):this.mirror.getId(s),a=i(n);if(-1===o||-1===a)return r.addNode(n);var l=re(n,{doc:this.doc,mirror:this.mirror,blockClass:this.blockClass,blockSelector:this.blockSelector,maskTextClass:this.maskTextClass,maskTextSelector:this.maskTextSelector,skipChild:!0,newlyAddedElement:!0,inlineStylesheet:this.inlineStylesheet,maskInputOptions:this.maskInputOptions,maskTextFn:this.maskTextFn,maskInputFn:this.maskInputFn,slimDOMOptions:this.slimDOMOptions,dataURLOptions:this.dataURLOptions,recordCanvas:this.recordCanvas,inlineImages:this.inlineImages,onSerialize:e=>{Me(e,this.mirror)&&this.iframeManager.addIframe(e),Re(e,this.mirror)&&this.stylesheetManager.trackLinkElement(e),Ae(n)&&this.shadowDomManager.addShadowRoot(pe.shadowRoot(n),this.doc)},onIframeLoad:(e,t)=>{this.iframeManager.attachIframe(e,t),this.shadowDomManager.observeAttachShadow(e)},onStylesheetLoad:(e,t)=>{this.stylesheetManager.attachLinkElement(e,t)}});l&&(e.push({parentId:o,nextId:a,node:l}),t.add(l.id))}};this.mapRemoves.length;)this.mirror.removeNodeFromMap(this.mapRemoves.shift());for(var s of this.movedSet)Ge(this.removes,s,this.mirror)&&!this.movedSet.has(pe.parentNode(s))||n(s);for(var o of this.addedSet)Ye(this.droppedSet,o)||Ge(this.removes,o,this.mirror)?Ye(this.movedSet,o)?n(o):this.droppedSet.add(o):n(o);for(var a=null;r.length;){var l=null;if(a){var u=this.mirror.getId(pe.parentNode(a.value)),c=i(a.value);-1!==u&&-1!==c&&(l=a)}if(!l)for(var d=r.tail;d;){var h=d;if(d=d.previous,h){var p=this.mirror.getId(pe.parentNode(h.value));if(-1===i(h.value))continue;if(-1!==p){l=h;break}var v=h.value,g=pe.parentNode(v);if(g&&g.nodeType===Node.DOCUMENT_FRAGMENT_NODE){var f=pe.host(g);if(-1!==this.mirror.getId(f)){l=h;break}}}}if(!l){for(;r.head;)r.removeNode(r.head.value);break}a=l.previous,r.removeNode(l.value),n(l.value)}var _={texts:this.texts.map((e=>{var t=e.node,r=pe.parentNode(t);return r&&"TEXTAREA"===r.tagName&&this.genTextAreaValueMutation(r),{id:this.mirror.getId(t),value:e.value}})).filter((e=>!t.has(e.id))).filter((e=>this.mirror.has(e.id))),attributes:this.attributes.map((e=>{var{attributes:t}=e;if("string"==typeof t.style){var r=JSON.stringify(e.styleDiff),i=JSON.stringify(e._unchangedStyles);r.length<t.style.length&&(r+i).split("var(").length===t.style.split("var(").length&&(t.style=e.styleDiff)}return{id:this.mirror.getId(e.node),attributes:t}})).filter((e=>!t.has(e.id))).filter((e=>this.mirror.has(e.id))),removes:this.removes,adds:e};(_.texts.length||_.attributes.length||_.removes.length||_.adds.length)&&(this.texts=[],this.attributes=[],this.attributeMap=new WeakMap,this.removes=[],this.addedSet=new Set,this.movedSet=new Set,this.droppedSet=new Set,this.movedMap={},this.mutationCb(_))}})),a(this,"genTextAreaValueMutation",(e=>{var t=this.attributeMap.get(e);t||(t={node:e,attributes:{},styleDiff:{},_unchangedStyles:{}},this.attributes.push(t),this.attributeMap.set(e,t)),t.attributes.value=Array.from(pe.childNodes(e),(e=>pe.textContent(e)||"")).join("")})),a(this,"processMutation",(e=>{if(!Ee(e.target,this.mirror,this.slimDOMOptions))switch(e.type){case"characterData":var t=pe.textContent(e.target);ke(e.target,this.blockClass,this.blockSelector,!1)||t===e.oldValue||this.texts.push({value:Q(e.target,this.maskTextClass,this.maskTextSelector,!0)&&t?this.maskTextFn?this.maskTextFn(t,Ie(e.target)):t.replace(/[\S]/g,"*"):t,node:e.target});break;case"attributes":var r=e.target,i=e.attributeName,n=e.target.getAttribute(i);if("value"===i){var s=R(r);n=x({element:r,maskInputOptions:this.maskInputOptions,tagName:r.tagName,type:s,value:n,maskInputFn:this.maskInputFn})}if(ke(e.target,this.blockClass,this.blockSelector,!1)||n===e.oldValue)return;var o=this.attributeMap.get(e.target);if("IFRAME"===r.tagName&&"src"===i&&!this.keepIframeSrcFn(n)){if(r.contentDocument)return;i="rr_src"}if(o||(o={node:e.target,attributes:{},styleDiff:{},_unchangedStyles:{}},this.attributes.push(o),this.attributeMap.set(e.target,o)),"type"===i&&"INPUT"===r.tagName&&"password"===(e.oldValue||"").toLowerCase()&&r.setAttribute("data-rr-is-password","true"),!J(r.tagName,i))if(o.attributes[i]=X(this.doc,T(r.tagName),T(i),n),"style"===i){if(!this.unattachedDoc)try{this.unattachedDoc=document.implementation.createHTMLDocument()}catch(e){this.unattachedDoc=this.doc}var a=this.unattachedDoc.createElement("span");for(var l of(e.oldValue&&a.setAttribute("style",e.oldValue),Array.from(r.style))){var u=r.style.getPropertyValue(l),c=r.style.getPropertyPriority(l);u!==a.style.getPropertyValue(l)||c!==a.style.getPropertyPriority(l)?o.styleDiff[l]=""===c?u:[u,c]:o._unchangedStyles[l]=[u,c]}for(var d of Array.from(a.style))""===r.style.getPropertyValue(d)&&(o.styleDiff[d]=!1)}else"open"===i&&"DIALOG"===r.tagName&&(r.matches("dialog:modal")?o.attributes.rr_open_mode="modal":o.attributes.rr_open_mode="non-modal");break;case"childList":if(ke(e.target,this.blockClass,this.blockSelector,!0))return;if("TEXTAREA"===e.target.tagName)return void this.genTextAreaValueMutation(e.target);e.addedNodes.forEach((t=>this.genAdds(t,e.target))),e.removedNodes.forEach((t=>{var r=this.mirror.getId(t),i=S(e.target)?this.mirror.getId(pe.host(e.target)):this.mirror.getId(e.target);ke(e.target,this.blockClass,this.blockSelector,!1)||Ee(t,this.mirror,this.slimDOMOptions)||!function(e,t){return-1!==t.getId(e)}(t,this.mirror)||(this.addedSet.has(t)?(ze(this.addedSet,t),this.droppedSet.add(t)):this.addedSet.has(e.target)&&-1===r||xe(e.target,this.mirror)||(this.movedSet.has(t)&&this.movedMap[Ze(r,i)]?ze(this.movedSet,t):this.removes.push({parentId:i,id:r,isShadow:!(!S(e.target)||!w(e.target))||void 0})),this.mapRemoves.push(t))}))}})),a(this,"genAdds",((e,t)=>{if(!this.processedNodeManager.inOtherBuffer(e,this)&&!this.addedSet.has(e)&&!this.movedSet.has(e)){if(this.mirror.hasNode(e)){if(Ee(e,this.mirror,this.slimDOMOptions))return;this.movedSet.add(e);var r=null;t&&this.mirror.hasNode(t)&&(r=this.mirror.getId(t)),r&&-1!==r&&(this.movedMap[Ze(this.mirror.getId(e),r)]=!0)}else this.addedSet.add(e),this.droppedSet.delete(e);ke(e,this.blockClass,this.blockSelector,!1)||(pe.childNodes(e).forEach((e=>this.genAdds(e))),Ae(e)&&pe.childNodes(pe.shadowRoot(e)).forEach((t=>{this.processedNodeManager.add(t,this),this.genAdds(t,e)})))}}))}init(e){["mutationCb","blockClass","blockSelector","maskTextClass","maskTextSelector","inlineStylesheet","maskInputOptions","maskTextFn","maskInputFn","keepIframeSrcFn","recordCanvas","inlineImages","slimDOMOptions","dataURLOptions","doc","mirror","iframeManager","stylesheetManager","shadowDomManager","canvasManager","processedNodeManager"].forEach((t=>{this[t]=e[t]}))}freeze(){this.frozen=!0,this.canvasManager.freeze()}unfreeze(){this.frozen=!1,this.canvasManager.unfreeze(),this.emit()}isFrozen(){return this.frozen}lock(){this.locked=!0,this.canvasManager.lock()}unlock(){this.locked=!1,this.canvasManager.unlock(),this.emit()}reset(){this.shadowDomManager.reset(),this.canvasManager.reset()}}function ze(e,t){e.delete(t),pe.childNodes(t).forEach((t=>ze(e,t)))}function Ge(e,t,r){return 0!==e.length&&function(e,t,r){var i,n=pe.parentNode(t),s=function(){var t=r.getId(n);if(e.some((e=>e.id===t)))return{v:!0};n=pe.parentNode(n)};for(;n;)if(i=s())return i.v;return!1}(e,t,r)}function Ye(e,t){return 0!==e.size&&Xe(e,t)}function Xe(e,t){var r=pe.parentNode(t);return!!r&&(!!e.has(r)||Xe(e,r))}var Je=e=>{if(!Ue)return e;return function(){try{return e(...arguments)}catch(e){if(Ue&&!0===Ue(e))return;throw e}}},Ke=[];function Qe(e){try{if("composedPath"in e){var t=e.composedPath();if(t.length)return t[0]}else if("path"in e&&e.path.length)return e.path[0]}catch(e){}return e&&e.target}function et(e,t){var r=new je;Ke.push(r),r.init(e);var i=new(he())(Je(r.processMutations.bind(r)));return i.observe(t,{attributes:!0,attributeOldValue:!0,characterData:!0,characterDataOldValue:!0,childList:!0,subtree:!0}),i}function tt(e){var{mouseInteractionCb:t,doc:i,mirror:n,blockClass:s,blockSelector:o,sampling:a}=e;if(!1===a.mouseInteraction)return()=>{};var l=!0===a.mouseInteraction||void 0===a.mouseInteraction?{}:a.mouseInteraction,u=[],c=null;return Object.keys(Be).filter((e=>Number.isNaN(Number(e))&&!e.endsWith("_Departed")&&!1!==l[e])).forEach((e=>{var a=T(e),l=(e=>i=>{var a=Qe(i);if(!ke(a,s,o,!0)){var l=null,u=e;if("pointerType"in i){switch(i.pointerType){case"mouse":l=qe.Mouse;break;case"touch":l=qe.Touch;break;case"pen":l=qe.Pen}l===qe.Touch?Be[e]===Be.MouseDown?u="TouchStart":Be[e]===Be.MouseUp&&(u="TouchEnd"):qe.Pen}else Te(i)&&(l=qe.Touch);null!==l?(c=l,(u.startsWith("Touch")&&l===qe.Touch||u.startsWith("Mouse")&&l===qe.Mouse)&&(l=null)):Be[e]===Be.Click&&(l=c,c=null);var d=Te(i)?i.changedTouches[0]:i;if(d){var h=n.getId(a),{clientX:p,clientY:v}=d;Je(t)(r({type:Be[u],id:h,x:p,y:v},null!==l&&{pointerType:l}))}}})(e);if(window.PointerEvent)switch(Be[e]){case Be.MouseDown:case Be.MouseUp:a=a.replace("mouse","pointer");break;case Be.TouchStart:case Be.TouchEnd:return}u.push(ve(a,l,i))})),Je((()=>{u.forEach((e=>e()))}))}function rt(e){var{scrollCb:t,doc:r,mirror:i,blockClass:n,blockSelector:s,sampling:o}=e;return ve("scroll",Je(_e(Je((e=>{var o=Qe(e);if(o&&!ke(o,n,s,!0)){var a=i.getId(o);if(o===r&&r.defaultView){var l=Se(r.defaultView);t({id:a,x:l.left,y:l.top})}else t({id:a,x:o.scrollLeft,y:o.scrollTop})}})),o.scroll||100)),r)}var it=["INPUT","TEXTAREA","SELECT"],nt=new WeakMap;function st(e){return function(e,t){if(ut("CSSGroupingRule")&&e.parentRule instanceof CSSGroupingRule||ut("CSSMediaRule")&&e.parentRule instanceof CSSMediaRule||ut("CSSSupportsRule")&&e.parentRule instanceof CSSSupportsRule||ut("CSSConditionRule")&&e.parentRule instanceof CSSConditionRule){var r=Array.from(e.parentRule.cssRules).indexOf(e);t.unshift(r)}else if(e.parentStyleSheet){var i=Array.from(e.parentStyleSheet.cssRules).indexOf(e);t.unshift(i)}return t}(e,[])}function ot(e,t,r){var i,n;return e?(e.ownerNode?i=t.getId(e.ownerNode):n=r.getId(e),{styleId:n,id:i}):{}}function at(e,t){var r,i,n,{mirror:s,stylesheetManager:o}=e,a=null;a="#document"===t.nodeName?s.getId(t):s.getId(pe.host(t));var l="#document"===t.nodeName?null==(r=t.defaultView)?void 0:r.Document:null==(n=null==(i=t.ownerDocument)?void 0:i.defaultView)?void 0:n.ShadowRoot,u=(null==l?void 0:l.prototype)?Object.getOwnPropertyDescriptor(null==l?void 0:l.prototype,"adoptedStyleSheets"):void 0;return null!==a&&-1!==a&&l&&u?(Object.defineProperty(t,"adoptedStyleSheets",{configurable:u.configurable,enumerable:u.enumerable,get(){var e;return null==(e=u.get)?void 0:e.call(this)},set(e){var t,r=null==(t=u.set)?void 0:t.call(this,e);if(null!==a&&-1!==a)try{o.adoptStyleSheets(e,a)}catch(e){}return r}}),Je((()=>{Object.defineProperty(t,"adoptedStyleSheets",{configurable:u.configurable,enumerable:u.enumerable,get:u.get,set:u.set})}))):()=>{}}function lt(e,t){void 0===t&&(t={});var i,n=e.doc.defaultView;if(!n)return()=>{};!function(e,t){var{mutationCb:r,mousemoveCb:i,mouseInteractionCb:n,scrollCb:s,viewportResizeCb:o,inputCb:a,mediaInteractionCb:l,styleSheetRuleCb:u,styleDeclarationCb:c,canvasMutationCb:d,fontCb:h,selectionCb:p,customElementCb:v}=e;e.mutationCb=function(){t.mutation&&t.mutation(...arguments),r(...arguments)},e.mousemoveCb=function(){t.mousemove&&t.mousemove(...arguments),i(...arguments)},e.mouseInteractionCb=function(){t.mouseInteraction&&t.mouseInteraction(...arguments),n(...arguments)},e.scrollCb=function(){t.scroll&&t.scroll(...arguments),s(...arguments)},e.viewportResizeCb=function(){t.viewportResize&&t.viewportResize(...arguments),o(...arguments)},e.inputCb=function(){t.input&&t.input(...arguments),a(...arguments)},e.mediaInteractionCb=function(){t.mediaInteaction&&t.mediaInteaction(...arguments),l(...arguments)},e.styleSheetRuleCb=function(){t.styleSheetRule&&t.styleSheetRule(...arguments),u(...arguments)},e.styleDeclarationCb=function(){t.styleDeclaration&&t.styleDeclaration(...arguments),c(...arguments)},e.canvasMutationCb=function(){t.canvasMutation&&t.canvasMutation(...arguments),d(...arguments)},e.fontCb=function(){t.font&&t.font(...arguments),h(...arguments)},e.selectionCb=function(){t.selection&&t.selection(...arguments),p(...arguments)},e.customElementCb=function(){t.customElement&&t.customElement(...arguments),v(...arguments)}}(e,t),e.recordDOM&&(i=et(e,e.doc));var s=function(e){var{mousemoveCb:t,sampling:r,doc:i,mirror:n}=e;if(!1===r.mousemove)return()=>{};var s,o="number"==typeof r.mousemove?r.mousemove:50,a="number"==typeof r.mousemoveCallback?r.mousemoveCallback:500,l=[],u=_e(Je((e=>{var r=Date.now()-s;t(l.map((e=>(e.timeOffset-=r,e))),e),l=[],s=null})),a),c=Je(_e(Je((e=>{var t=Qe(e),{clientX:r,clientY:i}=Te(e)?e.changedTouches[0]:e;s||(s=be()),l.push({x:r,y:i,id:n.getId(t),timeOffset:be()-s}),u("undefined"!=typeof DragEvent&&e instanceof DragEvent?De.Drag:e instanceof MouseEvent?De.MouseMove:De.TouchMove)})),o,{trailing:!1})),d=[ve("mousemove",c,i),ve("touchmove",c,i),ve("drag",c,i)];return Je((()=>{d.forEach((e=>e()))}))}(e),o=tt(e),a=rt(e),l=function(e,t){var{viewportResizeCb:r}=e,{win:i}=t,n=-1,s=-1;return ve("resize",Je(_e(Je((()=>{var e=we(),t=Ce();n===e&&s===t||(r({width:Number(t),height:Number(e)}),n=e,s=t)})),200)),i)}(e,{win:n}),u=function(e){var{inputCb:t,doc:i,mirror:n,blockClass:s,blockSelector:o,ignoreClass:a,ignoreSelector:l,maskInputOptions:u,maskInputFn:c,sampling:d,userTriggeredOnInput:h}=e;function p(e){var t=Qe(e),r=e.isTrusted,n=t&&t.tagName;if(t&&"OPTION"===n&&(t=pe.parentElement(t)),t&&n&&!(it.indexOf(n)<0)&&!ke(t,s,o,!0)&&!(t.classList.contains(a)||l&&t.matches(l))){var d=t.value,p=!1,g=R(t)||"";"radio"===g||"checkbox"===g?p=t.checked:(u[n.toLowerCase()]||u[g])&&(d=x({element:t,maskInputOptions:u,tagName:n,type:g,value:d,maskInputFn:c})),v(t,h?{text:d,isChecked:p,userTriggered:r}:{text:d,isChecked:p});var f=t.name;"radio"===g&&f&&p&&i.querySelectorAll('input[type="radio"][name="'+f+'"]').forEach((e=>{if(e!==t){var r=e.value;v(e,h?{text:r,isChecked:!p,userTriggered:!1}:{text:r,isChecked:!p})}}))}}function v(e,i){var s=nt.get(e);if(!s||s.text!==i.text||s.isChecked!==i.isChecked){nt.set(e,i);var o=n.getId(e);Je(t)(r({},i,{id:o}))}}var g=("last"===d.input?["change"]:["input","change"]).map((e=>ve(e,Je(p),i))),f=i.defaultView;if(!f)return()=>{g.forEach((e=>e()))};var _=f.Object.getOwnPropertyDescriptor(f.HTMLInputElement.prototype,"value"),m=[[f.HTMLInputElement.prototype,"value"],[f.HTMLInputElement.prototype,"checked"],[f.HTMLSelectElement.prototype,"value"],[f.HTMLTextAreaElement.prototype,"value"],[f.HTMLSelectElement.prototype,"selectedIndex"],[f.HTMLOptionElement.prototype,"selected"]];return _&&_.set&&g.push(...m.map((e=>me(e[0],e[1],{set(){Je(p)({target:this,isTrusted:!1})}},!1,f)))),Je((()=>{g.forEach((e=>e()))}))}(e),c=function(e){var{mediaInteractionCb:t,blockClass:r,blockSelector:i,mirror:n,sampling:s,doc:o}=e,a=Je((e=>_e(Je((s=>{var o=Qe(s);if(o&&!ke(o,r,i,!0)){var{currentTime:a,volume:l,muted:u,playbackRate:c,loop:d}=o;t({type:e,id:n.getId(o),currentTime:a,volume:l,muted:u,playbackRate:c,loop:d})}})),s.media||500))),l=[ve("play",a(Ve.Play),o),ve("pause",a(Ve.Pause),o),ve("seeked",a(Ve.Seeked),o),ve("volumechange",a(Ve.VolumeChange),o),ve("ratechange",a(Ve.RateChange),o)];return Je((()=>{l.forEach((e=>e()))}))}(e),d=()=>{},h=()=>{},p=()=>{},v=()=>{};e.recordDOM&&(d=function(e,t){var{styleSheetRuleCb:r,mirror:i,stylesheetManager:n}=e,{win:s}=t;if(!s.CSSStyleSheet||!s.CSSStyleSheet.prototype)return()=>{};var o=s.CSSStyleSheet.prototype.insertRule;s.CSSStyleSheet.prototype.insertRule=new Proxy(o,{apply:Je(((e,t,s)=>{var[o,a]=s,{id:l,styleId:u}=ot(t,i,n.styleMirror);return(l&&-1!==l||u&&-1!==u)&&r({id:l,styleId:u,adds:[{rule:o,index:a}]}),e.apply(t,s)}))}),s.CSSStyleSheet.prototype.addRule=function(e,t,r){void 0===r&&(r=this.cssRules.length);var i=e+" { "+t+" }";return s.CSSStyleSheet.prototype.insertRule.apply(this,[i,r])};var a,l,u=s.CSSStyleSheet.prototype.deleteRule;s.CSSStyleSheet.prototype.deleteRule=new Proxy(u,{apply:Je(((e,t,s)=>{var[o]=s,{id:a,styleId:l}=ot(t,i,n.styleMirror);return(a&&-1!==a||l&&-1!==l)&&r({id:a,styleId:l,removes:[{index:o}]}),e.apply(t,s)}))}),s.CSSStyleSheet.prototype.removeRule=function(e){return s.CSSStyleSheet.prototype.deleteRule.apply(this,[e])},s.CSSStyleSheet.prototype.replace&&(a=s.CSSStyleSheet.prototype.replace,s.CSSStyleSheet.prototype.replace=new Proxy(a,{apply:Je(((e,t,s)=>{var[o]=s,{id:a,styleId:l}=ot(t,i,n.styleMirror);return(a&&-1!==a||l&&-1!==l)&&r({id:a,styleId:l,replace:o}),e.apply(t,s)}))})),s.CSSStyleSheet.prototype.replaceSync&&(l=s.CSSStyleSheet.prototype.replaceSync,s.CSSStyleSheet.prototype.replaceSync=new Proxy(l,{apply:Je(((e,t,s)=>{var[o]=s,{id:a,styleId:l}=ot(t,i,n.styleMirror);return(a&&-1!==a||l&&-1!==l)&&r({id:a,styleId:l,replaceSync:o}),e.apply(t,s)}))}));var c={};ct("CSSGroupingRule")?c.CSSGroupingRule=s.CSSGroupingRule:(ct("CSSMediaRule")&&(c.CSSMediaRule=s.CSSMediaRule),ct("CSSConditionRule")&&(c.CSSConditionRule=s.CSSConditionRule),ct("CSSSupportsRule")&&(c.CSSSupportsRule=s.CSSSupportsRule));var d={};return Object.entries(c).forEach((e=>{var[t,s]=e;d[t]={insertRule:s.prototype.insertRule,deleteRule:s.prototype.deleteRule},s.prototype.insertRule=new Proxy(d[t].insertRule,{apply:Je(((e,t,s)=>{var[o,a]=s,{id:l,styleId:u}=ot(t.parentStyleSheet,i,n.styleMirror);return(l&&-1!==l||u&&-1!==u)&&r({id:l,styleId:u,adds:[{rule:o,index:[...st(t),a||0]}]}),e.apply(t,s)}))}),s.prototype.deleteRule=new Proxy(d[t].deleteRule,{apply:Je(((e,t,s)=>{var[o]=s,{id:a,styleId:l}=ot(t.parentStyleSheet,i,n.styleMirror);return(a&&-1!==a||l&&-1!==l)&&r({id:a,styleId:l,removes:[{index:[...st(t),o]}]}),e.apply(t,s)}))})})),Je((()=>{s.CSSStyleSheet.prototype.insertRule=o,s.CSSStyleSheet.prototype.deleteRule=u,a&&(s.CSSStyleSheet.prototype.replace=a),l&&(s.CSSStyleSheet.prototype.replaceSync=l),Object.entries(c).forEach((e=>{var[t,r]=e;r.prototype.insertRule=d[t].insertRule,r.prototype.deleteRule=d[t].deleteRule}))}))}(e,{win:n}),h=at(e,e.doc),p=function(e,t){var{styleDeclarationCb:r,mirror:i,ignoreCSSAttributes:n,stylesheetManager:s}=e,{win:o}=t,a=o.CSSStyleDeclaration.prototype.setProperty;o.CSSStyleDeclaration.prototype.setProperty=new Proxy(a,{apply:Je(((e,t,o)=>{var l,[u,c,d]=o;if(n.has(u))return a.apply(t,[u,c,d]);var{id:h,styleId:p}=ot(null==(l=t.parentRule)?void 0:l.parentStyleSheet,i,s.styleMirror);return(h&&-1!==h||p&&-1!==p)&&r({id:h,styleId:p,set:{property:u,value:c,priority:d},index:st(t.parentRule)}),e.apply(t,o)}))});var l=o.CSSStyleDeclaration.prototype.removeProperty;return o.CSSStyleDeclaration.prototype.removeProperty=new Proxy(l,{apply:Je(((e,t,o)=>{var a,[u]=o;if(n.has(u))return l.apply(t,[u]);var{id:c,styleId:d}=ot(null==(a=t.parentRule)?void 0:a.parentStyleSheet,i,s.styleMirror);return(c&&-1!==c||d&&-1!==d)&&r({id:c,styleId:d,remove:{property:u},index:st(t.parentRule)}),e.apply(t,o)}))}),Je((()=>{o.CSSStyleDeclaration.prototype.setProperty=a,o.CSSStyleDeclaration.prototype.removeProperty=l}))}(e,{win:n}),e.collectFonts&&(v=function(e){var{fontCb:t,doc:r}=e,i=r.defaultView;if(!i)return()=>{};var n=[],s=new WeakMap,o=i.FontFace;i.FontFace=function(e,t,r){var i=new o(e,t,r);return s.set(i,{family:e,buffer:"string"!=typeof t,descriptors:r,fontSource:"string"==typeof t?t:JSON.stringify(Array.from(new Uint8Array(t)))}),i};var a=ye(r.fonts,"add",(function(e){return function(r){return setTimeout(Je((()=>{var e=s.get(r);e&&(t(e),s.delete(r))})),0),e.apply(this,[r])}}));return n.push((()=>{i.FontFace=o})),n.push(a),Je((()=>{n.forEach((e=>e()))}))}(e)));var g=function(e){var{doc:t,mirror:r,blockClass:i,blockSelector:n,selectionCb:s}=e,o=!0,a=Je((()=>{var e=t.getSelection();if(!(!e||o&&(null==e?void 0:e.isCollapsed))){o=e.isCollapsed||!1;for(var a=[],l=e.rangeCount||0,u=0;u<l;u++){var c=e.getRangeAt(u),{startContainer:d,startOffset:h,endContainer:p,endOffset:v}=c;ke(d,i,n,!0)||ke(p,i,n,!0)||a.push({start:r.getId(d),startOffset:h,end:r.getId(p),endOffset:v})}s({ranges:a})}}));return a(),ve("selectionchange",a)}(e),f=function(e){var{doc:t,customElementCb:r}=e,i=t.defaultView;return i&&i.customElements?ye(i.customElements,"define",(function(e){return function(t,i,n){try{r({define:{name:t}})}catch(e){console.warn("Custom element callback failed for "+t)}return e.apply(this,[t,i,n])}})):()=>{}}(e),_=[];for(var m of e.plugins)_.push(m.observer(m.callback,n,m.options));return Je((()=>{Ke.forEach((e=>e.reset())),null==i||i.disconnect(),s(),o(),a(),l(),u(),c(),d(),h(),p(),v(),g(),f(),_.forEach((e=>e()))}))}function ut(e){return void 0!==window[e]}function ct(e){return Boolean(void 0!==window[e]&&window[e].prototype&&"insertRule"in window[e].prototype&&"deleteRule"in window[e].prototype)}class dt{constructor(e){a(this,"iframeIdToRemoteIdMap",new WeakMap),a(this,"iframeRemoteIdToIdMap",new WeakMap),this.generateIdFn=e}getId(e,t,r,i){var n=r||this.getIdToRemoteIdMap(e),s=i||this.getRemoteIdToIdMap(e),o=n.get(t);return o||(o=this.generateIdFn(),n.set(t,o),s.set(o,t)),o}getIds(e,t){var r=this.getIdToRemoteIdMap(e),i=this.getRemoteIdToIdMap(e);return t.map((t=>this.getId(e,t,r,i)))}getRemoteId(e,t,r){var i=r||this.getRemoteIdToIdMap(e);if("number"!=typeof t)return t;var n=i.get(t);return n||-1}getRemoteIds(e,t){var r=this.getRemoteIdToIdMap(e);return t.map((t=>this.getRemoteId(e,t,r)))}reset(e){if(!e)return this.iframeIdToRemoteIdMap=new WeakMap,void(this.iframeRemoteIdToIdMap=new WeakMap);this.iframeIdToRemoteIdMap.delete(e),this.iframeRemoteIdToIdMap.delete(e)}getIdToRemoteIdMap(e){var t=this.iframeIdToRemoteIdMap.get(e);return t||(t=new Map,this.iframeIdToRemoteIdMap.set(e,t)),t}getRemoteIdToIdMap(e){var t=this.iframeRemoteIdToIdMap.get(e);return t||(t=new Map,this.iframeRemoteIdToIdMap.set(e,t)),t}}class ht{constructor(e){a(this,"iframes",new WeakMap),a(this,"crossOriginIframeMap",new WeakMap),a(this,"crossOriginIframeMirror",new dt(W)),a(this,"crossOriginIframeStyleMirror"),a(this,"crossOriginIframeRootIdMap",new WeakMap),a(this,"mirror"),a(this,"mutationCb"),a(this,"wrappedEmit"),a(this,"loadListener"),a(this,"stylesheetManager"),a(this,"recordCrossOriginIframes"),this.mutationCb=e.mutationCb,this.wrappedEmit=e.wrappedEmit,this.stylesheetManager=e.stylesheetManager,this.recordCrossOriginIframes=e.recordCrossOriginIframes,this.crossOriginIframeStyleMirror=new dt(this.stylesheetManager.styleMirror.generateId.bind(this.stylesheetManager.styleMirror)),this.mirror=e.mirror,this.recordCrossOriginIframes&&window.addEventListener("message",this.handleMessage.bind(this))}addIframe(e){this.iframes.set(e,!0),e.contentWindow&&this.crossOriginIframeMap.set(e.contentWindow,e)}addLoadListener(e){this.loadListener=e}attachIframe(e,t){var r,i;this.mutationCb({adds:[{parentId:this.mirror.getId(e),nextId:null,node:t}],removes:[],texts:[],attributes:[],isAttachIframe:!0}),this.recordCrossOriginIframes&&(null==(r=e.contentWindow)||r.addEventListener("message",this.handleMessage.bind(this))),null==(i=this.loadListener)||i.call(this,e),e.contentDocument&&e.contentDocument.adoptedStyleSheets&&e.contentDocument.adoptedStyleSheets.length>0&&this.stylesheetManager.adoptStyleSheets(e.contentDocument.adoptedStyleSheets,this.mirror.getId(e.contentDocument))}handleMessage(e){var t=e;if("rrweb"===t.data.type&&t.origin===t.data.origin&&e.source){var r=this.crossOriginIframeMap.get(e.source);if(r){var i=this.transformCrossOriginEvent(r,t.data.event);i&&this.wrappedEmit(i,t.data.isCheckout)}}}transformCrossOriginEvent(e,t){var r;switch(t.type){case Le.FullSnapshot:this.crossOriginIframeMirror.reset(e),this.crossOriginIframeStyleMirror.reset(e),this.replaceIdOnNode(t.data.node,e);var i=t.data.node.id;return this.crossOriginIframeRootIdMap.set(e,i),this.patchRootIdOnNode(t.data.node,i),{timestamp:t.timestamp,type:Le.IncrementalSnapshot,data:{source:De.Mutation,adds:[{parentId:this.mirror.getId(e),nextId:null,node:t.data.node}],removes:[],texts:[],attributes:[],isAttachIframe:!0}};case Le.Meta:case Le.Load:case Le.DomContentLoaded:return!1;case Le.Plugin:return t;case Le.Custom:return this.replaceIds(t.data.payload,e,["id","parentId","previousId","nextId"]),t;case Le.IncrementalSnapshot:switch(t.data.source){case De.Mutation:return t.data.adds.forEach((t=>{this.replaceIds(t,e,["parentId","nextId","previousId"]),this.replaceIdOnNode(t.node,e);var r=this.crossOriginIframeRootIdMap.get(e);r&&this.patchRootIdOnNode(t.node,r)})),t.data.removes.forEach((t=>{this.replaceIds(t,e,["parentId","id"])})),t.data.attributes.forEach((t=>{this.replaceIds(t,e,["id"])})),t.data.texts.forEach((t=>{this.replaceIds(t,e,["id"])})),t;case De.Drag:case De.TouchMove:case De.MouseMove:return t.data.positions.forEach((t=>{this.replaceIds(t,e,["id"])})),t;case De.ViewportResize:return!1;case De.MediaInteraction:case De.MouseInteraction:case De.Scroll:case De.CanvasMutation:case De.Input:return this.replaceIds(t.data,e,["id"]),t;case De.StyleSheetRule:case De.StyleDeclaration:return this.replaceIds(t.data,e,["id"]),this.replaceStyleIds(t.data,e,["styleId"]),t;case De.Font:return t;case De.Selection:return t.data.ranges.forEach((t=>{this.replaceIds(t,e,["start","end"])})),t;case De.AdoptedStyleSheet:return this.replaceIds(t.data,e,["id"]),this.replaceStyleIds(t.data,e,["styleIds"]),null==(r=t.data.styles)||r.forEach((t=>{this.replaceStyleIds(t,e,["styleId"])})),t}}return!1}replace(e,t,r,i){for(var n of i)(Array.isArray(t[n])||"number"==typeof t[n])&&(Array.isArray(t[n])?t[n]=e.getIds(r,t[n]):t[n]=e.getId(r,t[n]));return t}replaceIds(e,t,r){return this.replace(this.crossOriginIframeMirror,e,t,r)}replaceStyleIds(e,t,r){return this.replace(this.crossOriginIframeStyleMirror,e,t,r)}replaceIdOnNode(e,t){this.replaceIds(e,t,["id","rootId"]),"childNodes"in e&&e.childNodes.forEach((e=>{this.replaceIdOnNode(e,t)}))}patchRootIdOnNode(e,t){e.type===c.Document||e.rootId||(e.rootId=t),"childNodes"in e&&e.childNodes.forEach((e=>{this.patchRootIdOnNode(e,t)}))}}class pt{constructor(e){a(this,"shadowDoms",new WeakSet),a(this,"mutationCb"),a(this,"scrollCb"),a(this,"bypassOptions"),a(this,"mirror"),a(this,"restoreHandlers",[]),this.mutationCb=e.mutationCb,this.scrollCb=e.scrollCb,this.bypassOptions=e.bypassOptions,this.mirror=e.mirror,this.init()}init(){this.reset(),this.patchAttachShadow(Element,document)}addShadowRoot(e,t){if(w(e)&&!this.shadowDoms.has(e)){this.shadowDoms.add(e);var i=et(r({},this.bypassOptions,{doc:t,mutationCb:this.mutationCb,mirror:this.mirror,shadowDomManager:this}),e);this.restoreHandlers.push((()=>i.disconnect())),this.restoreHandlers.push(rt(r({},this.bypassOptions,{scrollCb:this.scrollCb,doc:e,mirror:this.mirror}))),setTimeout((()=>{e.adoptedStyleSheets&&e.adoptedStyleSheets.length>0&&this.bypassOptions.stylesheetManager.adoptStyleSheets(e.adoptedStyleSheets,this.mirror.getId(pe.host(e))),this.restoreHandlers.push(at({mirror:this.mirror,stylesheetManager:this.bypassOptions.stylesheetManager},e))}),0)}}observeAttachShadow(e){e.contentWindow&&e.contentDocument&&this.patchAttachShadow(e.contentWindow.Element,e.contentDocument)}patchAttachShadow(e,t){var r=this;this.restoreHandlers.push(ye(e.prototype,"attachShadow",(function(e){return function(i){var n=e.call(this,i),s=pe.shadowRoot(this);return s&&Oe(this)&&r.addShadowRoot(s,t),n}})))}reset(){this.restoreHandlers.forEach((e=>{try{e()}catch(e){}})),this.restoreHandlers=[],this.shadowDoms=new WeakSet}}for(var vt="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",gt="undefined"==typeof Uint8Array?[]:new Uint8Array(256),ft=0;ft<64;ft++)gt[vt.charCodeAt(ft)]=ft;var _t=new Map;var mt=(e,t,r)=>{if(e&&(St(e,t)||"object"==typeof e)){var i=function(e,t){var r=_t.get(e);return r||(r=new Map,_t.set(e,r)),r.has(t)||r.set(t,[]),r.get(t)}(r,e.constructor.name),n=i.indexOf(e);return-1===n&&(n=i.length,i.push(e)),n}};function yt(e,t,r){if(e instanceof Array)return e.map((e=>yt(e,t,r)));if(null===e)return e;if(e instanceof Float32Array||e instanceof Float64Array||e instanceof Int32Array||e instanceof Uint32Array||e instanceof Uint8Array||e instanceof Uint16Array||e instanceof Int16Array||e instanceof Int8Array||e instanceof Uint8ClampedArray)return{rr_type:e.constructor.name,args:[Object.values(e)]};if(e instanceof ArrayBuffer)return{rr_type:e.constructor.name,base64:function(e){var t,r=new Uint8Array(e),i=r.length,n="";for(t=0;t<i;t+=3)n+=vt[r[t]>>2],n+=vt[(3&r[t])<<4|r[t+1]>>4],n+=vt[(15&r[t+1])<<2|r[t+2]>>6],n+=vt[63&r[t+2]];return i%3==2?n=n.substring(0,n.length-1)+"=":i%3==1&&(n=n.substring(0,n.length-2)+"=="),n}(e)};if(e instanceof DataView)return{rr_type:e.constructor.name,args:[yt(e.buffer,t,r),e.byteOffset,e.byteLength]};if(e instanceof HTMLImageElement){var i=e.constructor.name,{src:n}=e;return{rr_type:i,src:n}}if(e instanceof HTMLCanvasElement){return{rr_type:"HTMLImageElement",src:e.toDataURL()}}return e instanceof ImageData?{rr_type:e.constructor.name,args:[yt(e.data,t,r),e.width,e.height]}:St(e,t)||"object"==typeof e?{rr_type:e.constructor.name,index:mt(e,t,r)}:e}var bt=(e,t,r)=>e.map((e=>yt(e,t,r))),St=(e,t)=>{var r=["WebGLActiveInfo","WebGLBuffer","WebGLFramebuffer","WebGLProgram","WebGLRenderbuffer","WebGLShader","WebGLShaderPrecisionFormat","WebGLTexture","WebGLUniformLocation","WebGLVertexArrayObject","WebGLVertexArrayObjectOES"].filter((e=>"function"==typeof t[e]));return Boolean(r.find((r=>e instanceof t[r])))};function wt(e,t,r,i){var n=[];try{var s=ye(e.HTMLCanvasElement.prototype,"getContext",(function(e){return function(n){for(var s=arguments.length,o=new Array(s>1?s-1:0),a=1;a<s;a++)o[a-1]=arguments[a];if(!ke(this,t,r,!0)){var l=function(e){return"experimental-webgl"===e?"webgl":e}(n);if("__context"in this||(this.__context=l),i&&["webgl","webgl2"].includes(l))if(o[0]&&"object"==typeof o[0]){var u=o[0];u.preserveDrawingBuffer||(u.preserveDrawingBuffer=!0)}else o.splice(0,1,{preserveDrawingBuffer:!0})}return e.apply(this,[n,...o])}}));n.push(s)}catch(e){console.error("failed to patch HTMLCanvasElement.prototype.getContext")}return()=>{n.forEach((e=>e()))}}function Ct(e,t,r,i,n,s){var o=[],a=Object.getOwnPropertyNames(e),l=function(a){if(["isContextLost","canvas","drawingBufferWidth","drawingBufferHeight"].includes(a))return 0;try{if("function"!=typeof e[a])return 0;var l=ye(e,a,(function(e){return function(){for(var o=arguments.length,l=new Array(o),u=0;u<o;u++)l[u]=arguments[u];var c=e.apply(this,l);if(mt(c,s,this),"tagName"in this.canvas&&!ke(this.canvas,i,n,!0)){var d=bt(l,s,this),h={type:t,property:a,args:d};r(this.canvas,h)}return c}}));o.push(l)}catch(i){var u=me(e,a,{set(e){r(this.canvas,{type:t,property:a,args:[e],setter:!0})}});o.push(u)}};for(var u of a)l(u);return o}var It,kt,Et,xt,Tt="KGZ1bmN0aW9uKCkgewogICJ1c2Ugc3RyaWN0IjsKICB2YXIgY2hhcnMgPSAiQUJDREVGR0hJSktMTU5PUFFSU1RVVldYWVphYmNkZWZnaGlqa2xtbm9wcXJzdHV2d3h5ejAxMjM0NTY3ODkrLyI7CiAgdmFyIGxvb2t1cCA9IHR5cGVvZiBVaW50OEFycmF5ID09PSAidW5kZWZpbmVkIiA/IFtdIDogbmV3IFVpbnQ4QXJyYXkoMjU2KTsKICBmb3IgKHZhciBpID0gMDsgaSA8IGNoYXJzLmxlbmd0aDsgaSsrKSB7CiAgICBsb29rdXBbY2hhcnMuY2hhckNvZGVBdChpKV0gPSBpOwogIH0KICB2YXIgZW5jb2RlID0gZnVuY3Rpb24oYXJyYXlidWZmZXIpIHsKICAgIHZhciBieXRlcyA9IG5ldyBVaW50OEFycmF5KGFycmF5YnVmZmVyKSwgaTIsIGxlbiA9IGJ5dGVzLmxlbmd0aCwgYmFzZTY0ID0gIiI7CiAgICBmb3IgKGkyID0gMDsgaTIgPCBsZW47IGkyICs9IDMpIHsKICAgICAgYmFzZTY0ICs9IGNoYXJzW2J5dGVzW2kyXSA+PiAyXTsKICAgICAgYmFzZTY0ICs9IGNoYXJzWyhieXRlc1tpMl0gJiAzKSA8PCA0IHwgYnl0ZXNbaTIgKyAxXSA+PiA0XTsKICAgICAgYmFzZTY0ICs9IGNoYXJzWyhieXRlc1tpMiArIDFdICYgMTUpIDw8IDIgfCBieXRlc1tpMiArIDJdID4+IDZdOwogICAgICBiYXNlNjQgKz0gY2hhcnNbYnl0ZXNbaTIgKyAyXSAmIDYzXTsKICAgIH0KICAgIGlmIChsZW4gJSAzID09PSAyKSB7CiAgICAgIGJhc2U2NCA9IGJhc2U2NC5zdWJzdHJpbmcoMCwgYmFzZTY0Lmxlbmd0aCAtIDEpICsgIj0iOwogICAgfSBlbHNlIGlmIChsZW4gJSAzID09PSAxKSB7CiAgICAgIGJhc2U2NCA9IGJhc2U2NC5zdWJzdHJpbmcoMCwgYmFzZTY0Lmxlbmd0aCAtIDIpICsgIj09IjsKICAgIH0KICAgIHJldHVybiBiYXNlNjQ7CiAgfTsKICBjb25zdCBsYXN0QmxvYk1hcCA9IC8qIEBfX1BVUkVfXyAqLyBuZXcgTWFwKCk7CiAgY29uc3QgdHJhbnNwYXJlbnRCbG9iTWFwID0gLyogQF9fUFVSRV9fICovIG5ldyBNYXAoKTsKICBhc3luYyBmdW5jdGlvbiBnZXRUcmFuc3BhcmVudEJsb2JGb3Iod2lkdGgsIGhlaWdodCwgZGF0YVVSTE9wdGlvbnMpIHsKICAgIGNvbnN0IGlkID0gYCR7d2lkdGh9LSR7aGVpZ2h0fWA7CiAgICBpZiAoIk9mZnNjcmVlbkNhbnZhcyIgaW4gZ2xvYmFsVGhpcykgewogICAgICBpZiAodHJhbnNwYXJlbnRCbG9iTWFwLmhhcyhpZCkpIHJldHVybiB0cmFuc3BhcmVudEJsb2JNYXAuZ2V0KGlkKTsKICAgICAgY29uc3Qgb2Zmc2NyZWVuID0gbmV3IE9mZnNjcmVlbkNhbnZhcyh3aWR0aCwgaGVpZ2h0KTsKICAgICAgb2Zmc2NyZWVuLmdldENvbnRleHQoIjJkIik7CiAgICAgIGNvbnN0IGJsb2IgPSBhd2FpdCBvZmZzY3JlZW4uY29udmVydFRvQmxvYihkYXRhVVJMT3B0aW9ucyk7CiAgICAgIGNvbnN0IGFycmF5QnVmZmVyID0gYXdhaXQgYmxvYi5hcnJheUJ1ZmZlcigpOwogICAgICBjb25zdCBiYXNlNjQgPSBlbmNvZGUoYXJyYXlCdWZmZXIpOwogICAgICB0cmFuc3BhcmVudEJsb2JNYXAuc2V0KGlkLCBiYXNlNjQpOwogICAgICByZXR1cm4gYmFzZTY0OwogICAgfSBlbHNlIHsKICAgICAgcmV0dXJuICIiOwogICAgfQogIH0KICBjb25zdCB3b3JrZXIgPSBzZWxmOwogIHdvcmtlci5vbm1lc3NhZ2UgPSBhc3luYyBmdW5jdGlvbihlKSB7CiAgICBpZiAoIk9mZnNjcmVlbkNhbnZhcyIgaW4gZ2xvYmFsVGhpcykgewogICAgICBjb25zdCB7IGlkLCBiaXRtYXAsIHdpZHRoLCBoZWlnaHQsIGRhdGFVUkxPcHRpb25zIH0gPSBlLmRhdGE7CiAgICAgIGNvbnN0IHRyYW5zcGFyZW50QmFzZTY0ID0gZ2V0VHJhbnNwYXJlbnRCbG9iRm9yKAogICAgICAgIHdpZHRoLAogICAgICAgIGhlaWdodCwKICAgICAgICBkYXRhVVJMT3B0aW9ucwogICAgICApOwogICAgICBjb25zdCBvZmZzY3JlZW4gPSBuZXcgT2Zmc2NyZWVuQ2FudmFzKHdpZHRoLCBoZWlnaHQpOwogICAgICBjb25zdCBjdHggPSBvZmZzY3JlZW4uZ2V0Q29udGV4dCgiMmQiKTsKICAgICAgY3R4LmRyYXdJbWFnZShiaXRtYXAsIDAsIDApOwogICAgICBiaXRtYXAuY2xvc2UoKTsKICAgICAgY29uc3QgYmxvYiA9IGF3YWl0IG9mZnNjcmVlbi5jb252ZXJ0VG9CbG9iKGRhdGFVUkxPcHRpb25zKTsKICAgICAgY29uc3QgdHlwZSA9IGJsb2IudHlwZTsKICAgICAgY29uc3QgYXJyYXlCdWZmZXIgPSBhd2FpdCBibG9iLmFycmF5QnVmZmVyKCk7CiAgICAgIGNvbnN0IGJhc2U2NCA9IGVuY29kZShhcnJheUJ1ZmZlcik7CiAgICAgIGlmICghbGFzdEJsb2JNYXAuaGFzKGlkKSAmJiBhd2FpdCB0cmFuc3BhcmVudEJhc2U2NCA9PT0gYmFzZTY0KSB7CiAgICAgICAgbGFzdEJsb2JNYXAuc2V0KGlkLCBiYXNlNjQpOwogICAgICAgIHJldHVybiB3b3JrZXIucG9zdE1lc3NhZ2UoeyBpZCB9KTsKICAgICAgfQogICAgICBpZiAobGFzdEJsb2JNYXAuZ2V0KGlkKSA9PT0gYmFzZTY0KSByZXR1cm4gd29ya2VyLnBvc3RNZXNzYWdlKHsgaWQgfSk7CiAgICAgIHdvcmtlci5wb3N0TWVzc2FnZSh7CiAgICAgICAgaWQsCiAgICAgICAgdHlwZSwKICAgICAgICBiYXNlNjQsCiAgICAgICAgd2lkdGgsCiAgICAgICAgaGVpZ2h0CiAgICAgIH0pOwogICAgICBsYXN0QmxvYk1hcC5zZXQoaWQsIGJhc2U2NCk7CiAgICB9IGVsc2UgewogICAgICByZXR1cm4gd29ya2VyLnBvc3RNZXNzYWdlKHsgaWQ6IGUuZGF0YS5pZCB9KTsKICAgIH0KICB9Owp9KSgpOwovLyMgc291cmNlTWFwcGluZ1VSTD1pbWFnZS1iaXRtYXAtZGF0YS11cmwtd29ya2VyLUlKcEM3Z19iLmpzLm1hcAo=",Mt="undefined"!=typeof window&&window.Blob&&new Blob([(It=Tt,Uint8Array.from(atob(It),(e=>e.charCodeAt(0))))],{type:"text/javascript;charset=utf-8"});function Rt(e){var t;try{if(!(t=Mt&&(window.URL||window.webkitURL).createObjectURL(Mt)))throw"";var r=new Worker(t,{name:null==e?void 0:e.name});return r.addEventListener("error",(()=>{(window.URL||window.webkitURL).revokeObjectURL(t)})),r}catch(t){return new Worker("data:text/javascript;base64,"+Tt,{name:null==e?void 0:e.name})}finally{t&&(window.URL||window.webkitURL).revokeObjectURL(t)}}class At{constructor(e){a(this,"pendingCanvasMutations",new Map),a(this,"rafStamps",{latestId:0,invokeId:null}),a(this,"mirror"),a(this,"mutationCb"),a(this,"resetObservers"),a(this,"frozen",!1),a(this,"locked",!1),a(this,"processMutation",((e,t)=>{!(this.rafStamps.invokeId&&this.rafStamps.latestId!==this.rafStamps.invokeId)&&this.rafStamps.invokeId||(this.rafStamps.invokeId=this.rafStamps.latestId),this.pendingCanvasMutations.has(e)||this.pendingCanvasMutations.set(e,[]),this.pendingCanvasMutations.get(e).push(t)}));var{sampling:t="all",win:r,blockClass:i,blockSelector:n,recordCanvas:s,dataURLOptions:o}=e;this.mutationCb=e.mutationCb,this.mirror=e.mirror,s&&"all"===t&&this.initCanvasMutationObserver(r,i,n),s&&"number"==typeof t&&this.initCanvasFPSObserver(t,r,i,n,{dataURLOptions:o})}reset(){this.pendingCanvasMutations.clear(),this.resetObservers&&this.resetObservers()}freeze(){this.frozen=!0}unfreeze(){this.frozen=!1}lock(){this.locked=!0}unlock(){this.locked=!1}initCanvasFPSObserver(e,r,i,n,s){var o=this,a=wt(r,i,n,!0),l=new Map,u=new Rt;u.onmessage=e=>{var{id:t}=e.data;if(l.set(t,!1),"base64"in e.data){var{base64:r,type:i,width:n,height:s}=e.data;this.mutationCb({id:t,type:He["2D"],commands:[{property:"clearRect",args:[0,0,n,s]},{property:"drawImage",args:[{rr_type:"ImageBitmap",args:[{rr_type:"Blob",data:[{rr_type:"ArrayBuffer",base64:r}],type:i}]},0,0]}]})}};var c,d=1e3/e,h=0,p=e=>{var a,v;h&&e-h<d?c=requestAnimationFrame(p):(h=e,(a=[],v=e=>{e.querySelectorAll("canvas").forEach((e=>{ke(e,i,n,!0)||a.push(e)})),e.querySelectorAll("*").forEach((e=>{e.shadowRoot&&v(e.shadowRoot)}))},v(r.document),a).forEach(function(){var e=t((function*(e){var t,r=o.mirror.getId(e);if(!l.get(r)&&0!==e.width&&0!==e.height){if(l.set(r,!0),["webgl","webgl2"].includes(e.__context)){var i=e.getContext(e.__context);!1===(null==(t=null==i?void 0:i.getContextAttributes())?void 0:t.preserveDrawingBuffer)&&i.clear(i.COLOR_BUFFER_BIT)}var n=e.clientWidth||e.width,a=e.clientHeight||e.height,c=yield createImageBitmap(e,{resizeWidth:n,resizeHeight:a});u.postMessage({id:r,bitmap:c,width:n,height:a,dataURLOptions:s.dataURLOptions},[c])}}));return function(t){return e.apply(this,arguments)}}()),c=requestAnimationFrame(p))};c=requestAnimationFrame(p),this.resetObservers=()=>{a(),cancelAnimationFrame(c)}}initCanvasMutationObserver(e,t,r){this.startRAFTimestamping(),this.startPendingCanvasMutationFlusher();var i=wt(e,t,r,!1),n=function(e,t,r,i){var n=[],s=Object.getOwnPropertyNames(t.CanvasRenderingContext2D.prototype),o=function(s){try{if("function"!=typeof t.CanvasRenderingContext2D.prototype[s])return 1;var o=ye(t.CanvasRenderingContext2D.prototype,s,(function(n){return function(){for(var o=arguments.length,a=new Array(o),l=0;l<o;l++)a[l]=arguments[l];return ke(this.canvas,r,i,!0)||setTimeout((()=>{var r=bt(a,t,this);e(this.canvas,{type:He["2D"],property:s,args:r})}),0),n.apply(this,a)}}));n.push(o)}catch(r){var a=me(t.CanvasRenderingContext2D.prototype,s,{set(t){e(this.canvas,{type:He["2D"],property:s,args:[t],setter:!0})}});n.push(a)}};for(var a of s)o(a);return()=>{n.forEach((e=>e()))}}(this.processMutation.bind(this),e,t,r),s=function(e,t,r,i){var n=[];return n.push(...Ct(t.WebGLRenderingContext.prototype,He.WebGL,e,r,i,t)),void 0!==t.WebGL2RenderingContext&&n.push(...Ct(t.WebGL2RenderingContext.prototype,He.WebGL2,e,r,i,t)),()=>{n.forEach((e=>e()))}}(this.processMutation.bind(this),e,t,r);this.resetObservers=()=>{i(),n(),s()}}startPendingCanvasMutationFlusher(){requestAnimationFrame((()=>this.flushPendingCanvasMutations()))}startRAFTimestamping(){var e=t=>{this.rafStamps.latestId=t,requestAnimationFrame(e)};requestAnimationFrame(e)}flushPendingCanvasMutations(){this.pendingCanvasMutations.forEach(((e,t)=>{var r=this.mirror.getId(t);this.flushPendingCanvasMutationFor(t,r)})),requestAnimationFrame((()=>this.flushPendingCanvasMutations()))}flushPendingCanvasMutationFor(e,t){if(!this.frozen&&!this.locked){var r=this.pendingCanvasMutations.get(e);if(r&&-1!==t){var n=r.map((e=>i(e,s))),{type:o}=r[0];this.mutationCb({id:t,type:o,commands:n}),this.pendingCanvasMutations.delete(e)}}}}class Nt{constructor(e){a(this,"trackedLinkElements",new WeakSet),a(this,"mutationCb"),a(this,"adoptedStyleSheetCb"),a(this,"styleMirror",new Ne),this.mutationCb=e.mutationCb,this.adoptedStyleSheetCb=e.adoptedStyleSheetCb}attachLinkElement(e,t){"_cssText"in t.attributes&&this.mutationCb({adds:[],removes:[],texts:[],attributes:[{id:t.id,attributes:t.attributes}]}),this.trackLinkElement(e)}trackLinkElement(e){this.trackedLinkElements.has(e)||(this.trackedLinkElements.add(e),this.trackStylesheetInLinkElement(e))}adoptStyleSheets(e,t){var r=this;if(0!==e.length){var i={id:t,styleIds:[]},n=[],s=function(e){var t;r.styleMirror.has(e)?t=r.styleMirror.getId(e):(t=r.styleMirror.add(e),n.push({styleId:t,rules:Array.from(e.rules||CSSRule,((t,r)=>({rule:I(t,e.href),index:r})))})),i.styleIds.push(t)};for(var o of e)s(o);n.length>0&&(i.styles=n),this.adoptedStyleSheetCb(i)}}reset(){this.styleMirror.reset(),this.trackedLinkElements=new WeakSet}trackStylesheetInLinkElement(e){}}class Ft{constructor(){a(this,"nodeMap",new WeakMap),a(this,"active",!1)}inOtherBuffer(e,t){var r=this.nodeMap.get(e);return r&&Array.from(r).some((e=>e!==t))}add(e,t){this.active||(this.active=!0,requestAnimationFrame((()=>{this.nodeMap=new WeakMap,this.active=!1}))),this.nodeMap.set(e,(this.nodeMap.get(e)||new Set).add(t))}destroy(){}}var Pt=!1;try{if(2!==Array.from([1],(e=>2*e))[0]){var Ot=document.createElement("iframe");document.body.appendChild(Ot),Array.from=(null==(n=Ot.contentWindow)?void 0:n.Array.from)||Array.from,document.body.removeChild(Ot)}}catch(e){console.debug("Unable to override Array.from",e)}var Lt,Dt,Bt=new E;function qt(e){void 0===e&&(e={});var{emit:t,checkoutEveryNms:i,checkoutEveryNth:n,blockClass:s="rr-block",blockSelector:o=null,ignoreClass:a="rr-ignore",ignoreSelector:l=null,maskTextClass:u="rr-mask",maskTextSelector:c=null,inlineStylesheet:d=!0,maskAllInputs:h,maskInputOptions:p,slimDOMOptions:v,maskInputFn:g,maskTextFn:f,hooks:_,packFn:m,sampling:y={},dataURLOptions:b={},mousemoveWait:S,recordDOM:w=!0,recordCanvas:C=!1,recordCrossOriginIframes:I=!1,recordAfter:k=("DOMContentLoaded"===e.recordAfter?e.recordAfter:"load"),userTriggeredOnInput:x=!1,collectFonts:T=!1,inlineImages:M=!1,plugins:R,keepIframeSrcFn:A=(()=>!1),ignoreCSSAttributes:N=new Set([]),errorHandler:F}=e;Ue=F;var P=!I||window.parent===window,O=!1;if(!P)try{window.parent.document&&(O=!1)}catch(e){O=!0}if(P&&!t)throw new Error("emit function is required");if(!P&&!O)return()=>{};void 0!==S&&void 0===y.mousemove&&(y.mousemove=S),Bt.reset();var L,D=!0===h?{color:!0,date:!0,"datetime-local":!0,email:!0,month:!0,number:!0,range:!0,search:!0,tel:!0,text:!0,time:!0,url:!0,week:!0,textarea:!0,select:!0,password:!0}:void 0!==p?p:{password:!0},B=!0===v||"all"===v?{script:!0,comment:!0,headFavicon:!0,headWhitespace:!0,headMetaSocial:!0,headMetaRobots:!0,headMetaHttpEquiv:!0,headMetaVerification:!0,headMetaAuthorship:"all"===v,headMetaDescKeywords:"all"===v,headTitleMutations:"all"===v}:v||{};!function(e){void 0===e&&(e=window),"NodeList"in e&&!e.NodeList.prototype.forEach&&(e.NodeList.prototype.forEach=Array.prototype.forEach),"DOMTokenList"in e&&!e.DOMTokenList.prototype.forEach&&(e.DOMTokenList.prototype.forEach=Array.prototype.forEach)}();var q=0,H=e=>{for(var t of R||[])t.eventProcessor&&(e=t.eventProcessor(e));return m&&!O&&(e=m(e)),e};kt=(e,r)=>{var s,o=e;if(o.timestamp=be(),!(null==(s=Ke[0])?void 0:s.isFrozen())||o.type===Le.FullSnapshot||o.type===Le.IncrementalSnapshot&&o.data.source===De.Mutation||Ke.forEach((e=>e.unfreeze())),P)null==t||t(H(o),r);else if(O){var a={type:"rrweb",event:H(o),origin:window.location.origin,isCheckout:r};window.parent.postMessage(a,"*")}if(o.type===Le.FullSnapshot)L=o,q=0;else if(o.type===Le.IncrementalSnapshot){if(o.data.source===De.Mutation&&o.data.isAttachIframe)return;q++;var l=n&&q>=n,u=i&&o.timestamp-L.timestamp>i;(l||u)&&Et(!0)}};var V=e=>{kt({type:Le.IncrementalSnapshot,data:r({source:De.Mutation},e)})},W=e=>kt({type:Le.IncrementalSnapshot,data:r({source:De.Scroll},e)}),U=e=>kt({type:Le.IncrementalSnapshot,data:r({source:De.CanvasMutation},e)}),Z=new Nt({mutationCb:V,adoptedStyleSheetCb:e=>kt({type:Le.IncrementalSnapshot,data:r({source:De.AdoptedStyleSheet},e)})}),j=new ht({mirror:Bt,mutationCb:V,stylesheetManager:Z,recordCrossOriginIframes:I,wrappedEmit:kt});for(var z of R||[])z.getMirror&&z.getMirror({nodeMirror:Bt,crossOriginIframeMirror:j.crossOriginIframeMirror,crossOriginIframeStyleMirror:j.crossOriginIframeStyleMirror});var G=new Ft;xt=new At({recordCanvas:C,mutationCb:U,win:window,blockClass:s,blockSelector:o,mirror:Bt,sampling:y.canvas,dataURLOptions:b});var Y=new pt({mutationCb:V,scrollCb:W,bypassOptions:{blockClass:s,blockSelector:o,maskTextClass:u,maskTextSelector:c,inlineStylesheet:d,maskInputOptions:D,dataURLOptions:b,maskTextFn:f,maskInputFn:g,recordCanvas:C,inlineImages:M,sampling:y,slimDOMOptions:B,iframeManager:j,stylesheetManager:Z,canvasManager:xt,keepIframeSrcFn:A,processedNodeManager:G},mirror:Bt});Et=function(e){if(void 0===e&&(e=!1),w){kt({type:Le.Meta,data:{href:window.location.href,width:Ce(),height:we()}},e),Z.reset(),Y.init(),Ke.forEach((e=>e.lock()));var t=function(e,t){var{mirror:r=new E,blockClass:i="rr-block",blockSelector:n=null,maskTextClass:s="rr-mask",maskTextSelector:o=null,inlineStylesheet:a=!0,inlineImages:l=!1,recordCanvas:u=!1,maskAllInputs:c=!1,maskTextFn:d,maskInputFn:h,slimDOM:p=!1,dataURLOptions:v,preserveWhiteSpace:g,onSerialize:f,onIframeLoad:_,iframeLoadTimeout:m,onStylesheetLoad:y,stylesheetLoadTimeout:b,keepIframeSrcFn:S=(()=>!1)}=t||{};return re(e,{doc:e,mirror:r,blockClass:i,blockSelector:n,maskTextClass:s,maskTextSelector:o,skipChild:!1,inlineStylesheet:a,maskInputOptions:!0===c?{color:!0,date:!0,"datetime-local":!0,email:!0,month:!0,number:!0,range:!0,search:!0,tel:!0,text:!0,time:!0,url:!0,week:!0,textarea:!0,select:!0,password:!0}:!1===c?{password:!0}:c,maskTextFn:d,maskInputFn:h,slimDOMOptions:!0===p||"all"===p?{script:!0,comment:!0,headFavicon:!0,headWhitespace:!0,headMetaDescKeywords:"all"===p,headMetaSocial:!0,headMetaRobots:!0,headMetaHttpEquiv:!0,headMetaAuthorship:!0,headMetaVerification:!0}:!1===p?{}:p,dataURLOptions:v,inlineImages:l,recordCanvas:u,preserveWhiteSpace:g,onSerialize:f,onIframeLoad:_,iframeLoadTimeout:m,onStylesheetLoad:y,stylesheetLoadTimeout:b,keepIframeSrcFn:S,newlyAddedElement:!1})}(document,{mirror:Bt,blockClass:s,blockSelector:o,maskTextClass:u,maskTextSelector:c,inlineStylesheet:d,maskAllInputs:D,maskTextFn:f,maskInputFn:g,slimDOM:B,dataURLOptions:b,recordCanvas:C,inlineImages:M,onSerialize:e=>{Me(e,Bt)&&j.addIframe(e),Re(e,Bt)&&Z.trackLinkElement(e),Ae(e)&&Y.addShadowRoot(pe.shadowRoot(e),document)},onIframeLoad:(e,t)=>{j.attachIframe(e,t),Y.observeAttachShadow(e)},onStylesheetLoad:(e,t)=>{Z.attachLinkElement(e,t)},keepIframeSrcFn:A});if(!t)return console.warn("Failed to snapshot the document");kt({type:Le.FullSnapshot,data:{node:t,initialOffset:Se(window)}},e),Ke.forEach((e=>e.unlock())),document.adoptedStyleSheets&&document.adoptedStyleSheets.length>0&&Z.adoptStyleSheets(document.adoptedStyleSheets,Bt.getId(document))}};try{var X=[],J=e=>{var t;return Je(lt)({mutationCb:V,mousemoveCb:(e,t)=>kt({type:Le.IncrementalSnapshot,data:{source:t,positions:e}}),mouseInteractionCb:e=>kt({type:Le.IncrementalSnapshot,data:r({source:De.MouseInteraction},e)}),scrollCb:W,viewportResizeCb:e=>kt({type:Le.IncrementalSnapshot,data:r({source:De.ViewportResize},e)}),inputCb:e=>kt({type:Le.IncrementalSnapshot,data:r({source:De.Input},e)}),mediaInteractionCb:e=>kt({type:Le.IncrementalSnapshot,data:r({source:De.MediaInteraction},e)}),styleSheetRuleCb:e=>kt({type:Le.IncrementalSnapshot,data:r({source:De.StyleSheetRule},e)}),styleDeclarationCb:e=>kt({type:Le.IncrementalSnapshot,data:r({source:De.StyleDeclaration},e)}),canvasMutationCb:U,fontCb:e=>kt({type:Le.IncrementalSnapshot,data:r({source:De.Font},e)}),selectionCb:e=>{kt({type:Le.IncrementalSnapshot,data:r({source:De.Selection},e)})},customElementCb:e=>{kt({type:Le.IncrementalSnapshot,data:r({source:De.CustomElement},e)})},blockClass:s,ignoreClass:a,ignoreSelector:l,maskTextClass:u,maskTextSelector:c,maskInputOptions:D,inlineStylesheet:d,sampling:y,recordDOM:w,recordCanvas:C,inlineImages:M,userTriggeredOnInput:x,collectFonts:T,doc:e,maskInputFn:g,maskTextFn:f,keepIframeSrcFn:A,blockSelector:o,slimDOMOptions:B,dataURLOptions:b,mirror:Bt,iframeManager:j,stylesheetManager:Z,shadowDomManager:Y,processedNodeManager:G,canvasManager:xt,ignoreCSSAttributes:N,plugins:(null==(t=null==R?void 0:R.filter((e=>e.observer)))?void 0:t.map((e=>({observer:e.observer,options:e.options,callback:t=>kt({type:Le.Plugin,data:{plugin:e.name,payload:t}})}))))||[]},_)};j.addLoadListener((e=>{try{X.push(J(e.contentDocument))}catch(e){console.warn(e)}}));var K=()=>{Et(),X.push(J(document)),Pt=!0};return"interactive"===document.readyState||"complete"===document.readyState?K():(X.push(ve("DOMContentLoaded",(()=>{kt({type:Le.DomContentLoaded,data:{}}),"DOMContentLoaded"===k&&K()}))),X.push(ve("load",(()=>{kt({type:Le.Load,data:{}}),"load"===k&&K()}),window))),()=>{X.forEach((e=>e())),G.destroy(),Pt=!1,Ue=void 0}}catch(e){console.warn(e)}}qt.addCustomEvent=(e,t)=>{if(!Pt)throw new Error("please add custom event after start recording");kt({type:Le.Custom,data:{tag:e,payload:t}})},qt.freezePage=()=>{Ke.forEach((e=>e.freeze()))},qt.takeFullSnapshot=e=>{if(!Pt)throw new Error("please take full snapshot after start recording");Et(e)},qt.mirror=Bt,(Dt=Lt||(Lt={}))[Dt.NotStarted=0]="NotStarted",Dt[Dt.Running=1]="Running",Dt[Dt.Stopped=2]="Stopped";var Ht,Vt=Object.defineProperty,Wt=(e,t,r)=>((e,t,r)=>t in e?Vt(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r)(e,"symbol"!=typeof t?t+"":t,r),$t=Object.defineProperty,Ut=(e,t,r)=>((e,t,r)=>t in e?$t(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r)(e,"symbol"!=typeof t?t+"":t,r),Zt=Object.defineProperty,jt=(e,t,r)=>((e,t,r)=>t in e?Zt(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r)(e,"symbol"!=typeof t?t+"":t,r),zt={Node:["childNodes","parentNode","parentElement","textContent"],ShadowRoot:["host","styleSheets"],Element:["shadowRoot","querySelector","querySelectorAll"],MutationObserver:[]},Gt={Node:["contains","getRootNode"],ShadowRoot:["getSelection"],Element:[],MutationObserver:["constructor"]},Yt={};function Xt(e){if(Yt[e])return Yt[e];var t=globalThis[e],r=t.prototype,i=e in zt?zt[e]:void 0,n=Boolean(i&&i.every((e=>{var t,i;return Boolean(null==(i=null==(t=Object.getOwnPropertyDescriptor(r,e))?void 0:t.get)?void 0:i.toString().includes("[native code]"))}))),s=e in Gt?Gt[e]:void 0,o=Boolean(s&&s.every((e=>{var t;return"function"==typeof r[e]&&(null==(t=r[e])?void 0:t.toString().includes("[native code]"))})));if(n&&o)return Yt[e]=t.prototype,t.prototype;try{var a=document.createElement("iframe");document.body.appendChild(a);var l=a.contentWindow;if(!l)return t.prototype;var u=l[e].prototype;return document.body.removeChild(a),u?Yt[e]=u:r}catch(e){return r}}var Jt={};function Kt(e,t,r){var i,n=e+"."+String(r);if(Jt[n])return Jt[n].call(t);var s=Xt(e),o=null==(i=Object.getOwnPropertyDescriptor(s,r))?void 0:i.get;return o?(Jt[n]=o,o.call(t)):t[r]}var Qt={};function er(e,t,r){var i=e+"."+String(r);if(Qt[i])return Qt[i].bind(t);var n=Xt(e)[r];return"function"!=typeof n?t[r]:(Qt[i]=n,n.bind(t))}var tr={childNodes:function(e){return Kt("Node",e,"childNodes")},parentNode:function(e){return Kt("Node",e,"parentNode")},parentElement:function(e){return Kt("Node",e,"parentElement")},textContent:function(e){return Kt("Node",e,"textContent")},contains:function(e,t){return er("Node",e,"contains")(t)},getRootNode:function(e){return er("Node",e,"getRootNode")()},host:function(e){return e&&"host"in e?Kt("ShadowRoot",e,"host"):null},styleSheets:function(e){return e.styleSheets},shadowRoot:function(e){return e&&"shadowRoot"in e?Kt("Element",e,"shadowRoot"):null},querySelector:function(e,t){return Kt("Element",e,"querySelector")(t)},querySelectorAll:function(e,t){return Kt("Element",e,"querySelectorAll")(t)},mutationObserver:function(){return Xt("MutationObserver").constructor}};class rr{constructor(){jt(this,"idNodeMap",new Map),jt(this,"nodeMetaMap",new WeakMap)}getId(e){var t;if(!e)return-1;var r=null==(t=this.getMeta(e))?void 0:t.id;return null!=r?r:-1}getNode(e){return this.idNodeMap.get(e)||null}getIds(){return Array.from(this.idNodeMap.keys())}getMeta(e){return this.nodeMetaMap.get(e)||null}removeNodeFromMap(e){var t=this.getId(e);this.idNodeMap.delete(t),e.childNodes&&e.childNodes.forEach((e=>this.removeNodeFromMap(e)))}has(e){return this.idNodeMap.has(e)}hasNode(e){return this.nodeMetaMap.has(e)}add(e,t){var r=t.id;this.idNodeMap.set(r,e),this.nodeMetaMap.set(e,t)}replace(e,t){var r=this.getNode(e);if(r){var i=this.nodeMetaMap.get(r);i&&this.nodeMetaMap.set(t,i)}this.idNodeMap.set(e,t)}reset(){this.idNodeMap=new Map,this.nodeMetaMap=new WeakMap}}function ir(e,t,r){if(!e)return!1;if(e.nodeType!==e.ELEMENT_NODE)return!!r&&ir(tr.parentNode(e),t,r);for(var i=e.classList.length;i--;){var n=e.classList[i];if(t.test(n))return!0}return!!r&&ir(tr.parentNode(e),t,r)}class nr{constructor(){__publicField22(this,"parentElement",null),__publicField22(this,"parentNode",null),__publicField22(this,"ownerDocument"),__publicField22(this,"firstChild",null),__publicField22(this,"lastChild",null),__publicField22(this,"previousSibling",null),__publicField22(this,"nextSibling",null),__publicField22(this,"ELEMENT_NODE",1),__publicField22(this,"TEXT_NODE",3),__publicField22(this,"nodeType"),__publicField22(this,"nodeName"),__publicField22(this,"RRNodeType")}get childNodes(){for(var e=[],t=this.firstChild;t;)e.push(t),t=t.nextSibling;return e}contains(e){if(!(e instanceof nr))return!1;if(e.ownerDocument!==this.ownerDocument)return!1;if(e===this)return!0;for(;e.parentNode;){if(e.parentNode===this)return!0;e=e.parentNode}return!1}appendChild(e){throw new Error("RRDomException: Failed to execute 'appendChild' on 'RRNode': This RRNode type does not support this method.")}insertBefore(e,t){throw new Error("RRDomException: Failed to execute 'insertBefore' on 'RRNode': This RRNode type does not support this method.")}removeChild(e){throw new Error("RRDomException: Failed to execute 'removeChild' on 'RRNode': This RRNode type does not support this method.")}toString(){return"RRNode"}}var sr={Node:["childNodes","parentNode","parentElement","textContent"],ShadowRoot:["host","styleSheets"],Element:["shadowRoot","querySelector","querySelectorAll"],MutationObserver:[]},or={Node:["contains","getRootNode"],ShadowRoot:["getSelection"],Element:[],MutationObserver:["constructor"]},ar={};function lr(e){if(ar[e])return ar[e];var t=globalThis[e],r=t.prototype,i=e in sr?sr[e]:void 0,n=Boolean(i&&i.every((e=>{var t,i;return Boolean(null==(i=null==(t=Object.getOwnPropertyDescriptor(r,e))?void 0:t.get)?void 0:i.toString().includes("[native code]"))}))),s=e in or?or[e]:void 0,o=Boolean(s&&s.every((e=>{var t;return"function"==typeof r[e]&&(null==(t=r[e])?void 0:t.toString().includes("[native code]"))})));if(n&&o)return ar[e]=t.prototype,t.prototype;try{var a=document.createElement("iframe");document.body.appendChild(a);var l=a.contentWindow;if(!l)return t.prototype;var u=l[e].prototype;return document.body.removeChild(a),u?ar[e]=u:r}catch(e){return r}}var ur={};function cr(e,t,r){var i,n=e+"."+String(r);if(ur[n])return ur[n].call(t);var s=lr(e),o=null==(i=Object.getOwnPropertyDescriptor(s,r))?void 0:i.get;return o?(ur[n]=o,o.call(t)):t[r]}var dr={};function hr(e,t,r){var i=e+"."+String(r);if(dr[i])return dr[i].bind(t);var n=lr(e)[r];return"function"!=typeof n?t[r]:(dr[i]=n,n.bind(t))}var pr={childNodes:function(e){return cr("Node",e,"childNodes")},parentNode:function(e){return cr("Node",e,"parentNode")},parentElement:function(e){return cr("Node",e,"parentElement")},textContent:function(e){return cr("Node",e,"textContent")},contains:function(e,t){return hr("Node",e,"contains")(t)},getRootNode:function(e){return hr("Node",e,"getRootNode")()},host:function(e){return e&&"host"in e?cr("ShadowRoot",e,"host"):null},styleSheets:function(e){return e.styleSheets},shadowRoot:function(e){return e&&"shadowRoot"in e?cr("Element",e,"shadowRoot"):null},querySelector:function(e,t){return cr("Element",e,"querySelector")(t)},querySelectorAll:function(e,t){return cr("Element",e,"querySelectorAll")(t)},mutationObserver:function(){return lr("MutationObserver").constructor}};var vr="Please stop import mirror directly. Instead of that,\r\nnow you can use replayer.getMirror() to access the mirror instance of a replayer,\r\nor you can use record.mirror to access the mirror instance during recording.",gr={map:{},getId:()=>(console.error(vr),-1),getNode:()=>(console.error(vr),null),removeNodeFromMap(){console.error(vr)},has:()=>(console.error(vr),!1),reset(){console.error(vr)}};"undefined"!=typeof window&&window.Proxy&&window.Reflect&&(gr=new Proxy(gr,{get:(e,t,r)=>("map"===t&&console.error(vr),Reflect.get(e,t,r))}));var fr=Date.now;function _r(e){return e?e.nodeType===e.ELEMENT_NODE?e:pr.parentElement(e):null}/[1-9][0-9]{12}/.test(Date.now().toString())||(fr=()=>(new Date).getTime());function mr(e){var t,r=null;return"getRootNode"in e&&(null==(t=pr.getRootNode(e))?void 0:t.nodeType)===Node.DOCUMENT_FRAGMENT_NODE&&pr.host(pr.getRootNode(e))&&(r=pr.host(pr.getRootNode(e))),r}function yr(e){for(var t,r=e;t=mr(r);)r=t;return r}function br(e){var t=e.ownerDocument;if(!t)return!1;var r=yr(e);return pr.contains(t,r)}for(var Sr=Object.freeze(Object.defineProperty({__proto__:null,StyleSheetMirror:class{constructor(){Ut(this,"id",1),Ut(this,"styleIDMap",new WeakMap),Ut(this,"idStyleMap",new Map)}getId(e){var t;return null!==(t=this.styleIDMap.get(e))&&void 0!==t?t:-1}has(e){return this.styleIDMap.has(e)}add(e,t){return this.has(e)?this.getId(e):(r=void 0===t?this.id++:t,this.styleIDMap.set(e,r),this.idStyleMap.set(r,e),r);var r}getStyle(e){return this.idStyleMap.get(e)||null}reset(){this.styleIDMap=new WeakMap,this.idStyleMap=new Map,this.id=1}generateId(){return this.id++}},get _mirror(){return gr},closestElementOfNode:_r,getBaseDimension:function e(t,r){var i,n,s=null==(n=null==(i=t.ownerDocument)?void 0:i.defaultView)?void 0:n.frameElement;if(!s||s===r)return{x:0,y:0,relativeScale:1,absoluteScale:1};var o=s.getBoundingClientRect(),a=e(s,r),l=o.height/s.clientHeight;return{x:o.x*a.relativeScale+a.x,y:o.y*a.relativeScale+a.y,relativeScale:l,absoluteScale:a.absoluteScale*l}},getNestedRule:function e(t,r){var i=t[r[0]];return 1===r.length?i:e(i.cssRules[r[1]].cssRules,r.slice(2))},getPositionsAndIndex:function(e){var t=[...e],r=t.pop();return{positions:t,index:r}},getRootShadowHost:yr,getShadowHost:mr,getWindowHeight:function(){return window.innerHeight||document.documentElement&&document.documentElement.clientHeight||document.body&&document.body.clientHeight},getWindowScroll:function(e){var t,r,i,n,s=e.document;return{left:s.scrollingElement?s.scrollingElement.scrollLeft:void 0!==e.pageXOffset?e.pageXOffset:s.documentElement.scrollLeft||(null==s?void 0:s.body)&&(null==(t=pr.parentElement(s.body))?void 0:t.scrollLeft)||(null==(r=null==s?void 0:s.body)?void 0:r.scrollLeft)||0,top:s.scrollingElement?s.scrollingElement.scrollTop:void 0!==e.pageYOffset?e.pageYOffset:(null==s?void 0:s.documentElement.scrollTop)||(null==s?void 0:s.body)&&(null==(i=pr.parentElement(s.body))?void 0:i.scrollTop)||(null==(n=null==s?void 0:s.body)?void 0:n.scrollTop)||0}},getWindowWidth:function(){return window.innerWidth||document.documentElement&&document.documentElement.clientWidth||document.body&&document.body.clientWidth},hasShadowRoot:function(e){return!!e&&(e instanceof nr&&"shadowRoot"in e?Boolean(e.shadowRoot):Boolean(pr.shadowRoot(e)))},hookSetter:function e(t,r,i,n,s){void 0===s&&(s=window);var o=s.Object.getOwnPropertyDescriptor(t,r);return s.Object.defineProperty(t,r,n?i:{set(e){setTimeout((()=>{i.set.call(this,e)}),0),o&&o.set&&o.set.call(this,e)}}),()=>e(t,r,o||{},!0)},inDom:function(e){var t=e.ownerDocument;return!!t&&(pr.contains(t,e)||br(e))},isAncestorRemoved:function e(t,r){if(n=(i=t)&&"host"in i&&"mode"in i&&tr.host(i)||null,Boolean(n&&"shadowRoot"in n&&tr.shadowRoot(n)===i))return!1;var i,n,s=r.getId(t);if(!r.has(s))return!0;var o=pr.parentNode(t);return(!o||o.nodeType!==t.DOCUMENT_NODE)&&(!o||e(o,r))},isBlocked:function(e,t,r,i){if(!e)return!1;var n=_r(e);if(!n)return!1;try{if("string"==typeof t){if(n.classList.contains(t))return!0;if(i&&null!==n.closest("."+t))return!0}else if(ir(n,t,i))return!0}catch(e){}if(r){if(n.matches(r))return!0;if(i&&null!==n.closest(r))return!0}return!1},isIgnored:function(e,t,r){return!("TITLE"!==e.tagName||!r.headTitleMutations)||-2===t.getId(e)},isSerialized:function(e,t){return-1!==t.getId(e)},isSerializedIframe:function(e,t){return Boolean("IFRAME"===e.nodeName&&t.getMeta(e))},isSerializedStylesheet:function(e,t){return Boolean("LINK"===e.nodeName&&e.nodeType===e.ELEMENT_NODE&&e.getAttribute&&"stylesheet"===e.getAttribute("rel")&&t.getMeta(e))},iterateResolveTree:function e(t,r){r(t.value);for(var i=t.children.length-1;i>=0;i--)e(t.children[i],r)},legacy_isTouchEvent:function(e){return Boolean(e.changedTouches)},get nowTimestamp(){return fr},on:function(e,t,r){void 0===r&&(r=document);var i={capture:!0,passive:!0};return r.addEventListener(e,t,i),()=>r.removeEventListener(e,t,i)},patch:function(e,t,r){try{if(!(t in e))return()=>{};var i=e[t],n=r(i);return"function"==typeof n&&(n.prototype=n.prototype||{},Object.defineProperties(n,{__rrweb_original__:{enumerable:!1,value:i}})),e[t]=n,()=>{e[t]=i}}catch(e){return()=>{}}},polyfill:function(e){void 0===e&&(e=window),"NodeList"in e&&!e.NodeList.prototype.forEach&&(e.NodeList.prototype.forEach=Array.prototype.forEach),"DOMTokenList"in e&&!e.DOMTokenList.prototype.forEach&&(e.DOMTokenList.prototype.forEach=Array.prototype.forEach)},queueToResolveTrees:function(e){var t={},r=(e,r)=>{var i={value:e,parent:r,children:[]};return t[e.node.id]=i,i},i=[];for(var n of e){var{nextId:s,parentId:o}=n;if(s&&s in t){var a=t[s];if(a.parent){var l=a.parent.children.indexOf(a);a.parent.children.splice(l,0,r(n,a.parent))}else{var u=i.indexOf(a);i.splice(u,0,r(n,null))}}else if(o in t){var c=t[o];c.children.push(r(n,c))}else i.push(r(n,null))}return i},shadowHostInDom:br,throttle:function(e,t,r){void 0===r&&(r={});var i=null,n=0;return function(){for(var s=arguments.length,o=new Array(s),a=0;a<s;a++)o[a]=arguments[a];var l=Date.now();n||!1!==r.leading||(n=l);var u=t-(l-n),c=this;u<=0||u>t?(i&&(clearTimeout(i),i=null),n=l,e.apply(c,o)):i||!1===r.trailing||(i=setTimeout((()=>{n=!1===r.leading?0:Date.now(),i=null,e.apply(c,o)}),u))}},uniqueTextMutations:function(e){for(var t=new Set,r=[],i=e.length;i--;){var n=e[i];t.has(n.id)||(r.push(n),t.add(n.id))}return r}},Symbol.toStringTag,{value:"Module"})),wr="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",Cr="undefined"==typeof Uint8Array?[]:new Uint8Array(256),Ir=0;Ir<64;Ir++)Cr[wr.charCodeAt(Ir)]=Ir;var kr;"undefined"!=typeof window&&window.Blob&&new Blob([(e=>Uint8Array.from(atob(e),(e=>e.charCodeAt(0))))("KGZ1bmN0aW9uKCkgewogICJ1c2Ugc3RyaWN0IjsKICB2YXIgY2hhcnMgPSAiQUJDREVGR0hJSktMTU5PUFFSU1RVVldYWVphYmNkZWZnaGlqa2xtbm9wcXJzdHV2d3h5ejAxMjM0NTY3ODkrLyI7CiAgdmFyIGxvb2t1cCA9IHR5cGVvZiBVaW50OEFycmF5ID09PSAidW5kZWZpbmVkIiA/IFtdIDogbmV3IFVpbnQ4QXJyYXkoMjU2KTsKICBmb3IgKHZhciBpID0gMDsgaSA8IGNoYXJzLmxlbmd0aDsgaSsrKSB7CiAgICBsb29rdXBbY2hhcnMuY2hhckNvZGVBdChpKV0gPSBpOwogIH0KICB2YXIgZW5jb2RlID0gZnVuY3Rpb24oYXJyYXlidWZmZXIpIHsKICAgIHZhciBieXRlcyA9IG5ldyBVaW50OEFycmF5KGFycmF5YnVmZmVyKSwgaTIsIGxlbiA9IGJ5dGVzLmxlbmd0aCwgYmFzZTY0ID0gIiI7CiAgICBmb3IgKGkyID0gMDsgaTIgPCBsZW47IGkyICs9IDMpIHsKICAgICAgYmFzZTY0ICs9IGNoYXJzW2J5dGVzW2kyXSA+PiAyXTsKICAgICAgYmFzZTY0ICs9IGNoYXJzWyhieXRlc1tpMl0gJiAzKSA8PCA0IHwgYnl0ZXNbaTIgKyAxXSA+PiA0XTsKICAgICAgYmFzZTY0ICs9IGNoYXJzWyhieXRlc1tpMiArIDFdICYgMTUpIDw8IDIgfCBieXRlc1tpMiArIDJdID4+IDZdOwogICAgICBiYXNlNjQgKz0gY2hhcnNbYnl0ZXNbaTIgKyAyXSAmIDYzXTsKICAgIH0KICAgIGlmIChsZW4gJSAzID09PSAyKSB7CiAgICAgIGJhc2U2NCA9IGJhc2U2NC5zdWJzdHJpbmcoMCwgYmFzZTY0Lmxlbmd0aCAtIDEpICsgIj0iOwogICAgfSBlbHNlIGlmIChsZW4gJSAzID09PSAxKSB7CiAgICAgIGJhc2U2NCA9IGJhc2U2NC5zdWJzdHJpbmcoMCwgYmFzZTY0Lmxlbmd0aCAtIDIpICsgIj09IjsKICAgIH0KICAgIHJldHVybiBiYXNlNjQ7CiAgfTsKICBjb25zdCBsYXN0QmxvYk1hcCA9IC8qIEBfX1BVUkVfXyAqLyBuZXcgTWFwKCk7CiAgY29uc3QgdHJhbnNwYXJlbnRCbG9iTWFwID0gLyogQF9fUFVSRV9fICovIG5ldyBNYXAoKTsKICBhc3luYyBmdW5jdGlvbiBnZXRUcmFuc3BhcmVudEJsb2JGb3Iod2lkdGgsIGhlaWdodCwgZGF0YVVSTE9wdGlvbnMpIHsKICAgIGNvbnN0IGlkID0gYCR7d2lkdGh9LSR7aGVpZ2h0fWA7CiAgICBpZiAoIk9mZnNjcmVlbkNhbnZhcyIgaW4gZ2xvYmFsVGhpcykgewogICAgICBpZiAodHJhbnNwYXJlbnRCbG9iTWFwLmhhcyhpZCkpIHJldHVybiB0cmFuc3BhcmVudEJsb2JNYXAuZ2V0KGlkKTsKICAgICAgY29uc3Qgb2Zmc2NyZWVuID0gbmV3IE9mZnNjcmVlbkNhbnZhcyh3aWR0aCwgaGVpZ2h0KTsKICAgICAgb2Zmc2NyZWVuLmdldENvbnRleHQoIjJkIik7CiAgICAgIGNvbnN0IGJsb2IgPSBhd2FpdCBvZmZzY3JlZW4uY29udmVydFRvQmxvYihkYXRhVVJMT3B0aW9ucyk7CiAgICAgIGNvbnN0IGFycmF5QnVmZmVyID0gYXdhaXQgYmxvYi5hcnJheUJ1ZmZlcigpOwogICAgICBjb25zdCBiYXNlNjQgPSBlbmNvZGUoYXJyYXlCdWZmZXIpOwogICAgICB0cmFuc3BhcmVudEJsb2JNYXAuc2V0KGlkLCBiYXNlNjQpOwogICAgICByZXR1cm4gYmFzZTY0OwogICAgfSBlbHNlIHsKICAgICAgcmV0dXJuICIiOwogICAgfQogIH0KICBjb25zdCB3b3JrZXIgPSBzZWxmOwogIHdvcmtlci5vbm1lc3NhZ2UgPSBhc3luYyBmdW5jdGlvbihlKSB7CiAgICBpZiAoIk9mZnNjcmVlbkNhbnZhcyIgaW4gZ2xvYmFsVGhpcykgewogICAgICBjb25zdCB7IGlkLCBiaXRtYXAsIHdpZHRoLCBoZWlnaHQsIGRhdGFVUkxPcHRpb25zIH0gPSBlLmRhdGE7CiAgICAgIGNvbnN0IHRyYW5zcGFyZW50QmFzZTY0ID0gZ2V0VHJhbnNwYXJlbnRCbG9iRm9yKAogICAgICAgIHdpZHRoLAogICAgICAgIGhlaWdodCwKICAgICAgICBkYXRhVVJMT3B0aW9ucwogICAgICApOwogICAgICBjb25zdCBvZmZzY3JlZW4gPSBuZXcgT2Zmc2NyZWVuQ2FudmFzKHdpZHRoLCBoZWlnaHQpOwogICAgICBjb25zdCBjdHggPSBvZmZzY3JlZW4uZ2V0Q29udGV4dCgiMmQiKTsKICAgICAgY3R4LmRyYXdJbWFnZShiaXRtYXAsIDAsIDApOwogICAgICBiaXRtYXAuY2xvc2UoKTsKICAgICAgY29uc3QgYmxvYiA9IGF3YWl0IG9mZnNjcmVlbi5jb252ZXJ0VG9CbG9iKGRhdGFVUkxPcHRpb25zKTsKICAgICAgY29uc3QgdHlwZSA9IGJsb2IudHlwZTsKICAgICAgY29uc3QgYXJyYXlCdWZmZXIgPSBhd2FpdCBibG9iLmFycmF5QnVmZmVyKCk7CiAgICAgIGNvbnN0IGJhc2U2NCA9IGVuY29kZShhcnJheUJ1ZmZlcik7CiAgICAgIGlmICghbGFzdEJsb2JNYXAuaGFzKGlkKSAmJiBhd2FpdCB0cmFuc3BhcmVudEJhc2U2NCA9PT0gYmFzZTY0KSB7CiAgICAgICAgbGFzdEJsb2JNYXAuc2V0KGlkLCBiYXNlNjQpOwogICAgICAgIHJldHVybiB3b3JrZXIucG9zdE1lc3NhZ2UoeyBpZCB9KTsKICAgICAgfQogICAgICBpZiAobGFzdEJsb2JNYXAuZ2V0KGlkKSA9PT0gYmFzZTY0KSByZXR1cm4gd29ya2VyLnBvc3RNZXNzYWdlKHsgaWQgfSk7CiAgICAgIHdvcmtlci5wb3N0TWVzc2FnZSh7CiAgICAgICAgaWQsCiAgICAgICAgdHlwZSwKICAgICAgICBiYXNlNjQsCiAgICAgICAgd2lkdGgsCiAgICAgICAgaGVpZ2h0CiAgICAgIH0pOwogICAgICBsYXN0QmxvYk1hcC5zZXQoaWQsIGJhc2U2NCk7CiAgICB9IGVsc2UgewogICAgICByZXR1cm4gd29ya2VyLnBvc3RNZXNzYWdlKHsgaWQ6IGUuZGF0YS5pZCB9KTsKICAgIH0KICB9Owp9KSgpOwovLyMgc291cmNlTWFwcGluZ1VSTD1pbWFnZS1iaXRtYXAtZGF0YS11cmwtd29ya2VyLUlKcEM3Z19iLmpzLm1hcAo=")],{type:"text/javascript;charset=utf-8"});try{if(2!==Array.from([1],(e=>2*e))[0]){var Er=document.createElement("iframe");document.body.appendChild(Er),Array.from=(null==(Ht=Er.contentWindow)?void 0:Ht.Array.from)||Array.from,document.body.removeChild(Er)}}catch(e){console.debug("Unable to override Array.from",e)}new rr,function(e){e[e.NotStarted=0]="NotStarted",e[e.Running=1]="Running",e[e.Stopped=2]="Stopped"}(kr||(kr={}));class xr{constructor(e){Wt(this,"fileName"),Wt(this,"functionName"),Wt(this,"lineNumber"),Wt(this,"columnNumber"),this.fileName=e.fileName||"",this.functionName=e.functionName||"",this.lineNumber=e.lineNumber,this.columnNumber=e.columnNumber}toString(){var e=this.lineNumber||"",t=this.columnNumber||"";return this.functionName?this.functionName+" ("+this.fileName+":"+e+":"+t+")":this.fileName+":"+e+":"+t}}var Tr=/(^|@)\S+:\d+/,Mr=/^\s*at .*(\S+:\d+|\(native\))/m,Rr=/^(eval@)?(\[native code])?$/,Ar={parse:function(e){return e?void 0!==e.stacktrace||void 0!==e["opera#sourceloc"]?this.parseOpera(e):e.stack&&e.stack.match(Mr)?this.parseV8OrIE(e):e.stack?this.parseFFOrSafari(e):(console.warn("[console-record-plugin]: Failed to parse error object:",e),[]):[]},extractLocation:function(e){if(-1===e.indexOf(":"))return[e];var t=/(.+?)(?::(\d+))?(?::(\d+))?$/.exec(e.replace(/[()]/g,""));if(!t)throw new Error("Cannot parse given url: "+e);return[t[1],t[2]||void 0,t[3]||void 0]},parseV8OrIE:function(e){return e.stack.split("\n").filter((function(e){return!!e.match(Mr)}),this).map((function(e){e.indexOf("(eval ")>-1&&(e=e.replace(/eval code/g,"eval").replace(/(\(eval at [^()]*)|(\),.*$)/g,""));var t=e.replace(/^\s+/,"").replace(/\(eval code/g,"("),r=t.match(/ (\((.+):(\d+):(\d+)\)$)/),i=(t=r?t.replace(r[0],""):t).split(/\s+/).slice(1),n=this.extractLocation(r?r[1]:i.pop()),s=i.join(" ")||void 0,o=["eval","<anonymous>"].indexOf(n[0])>-1?void 0:n[0];return new xr({functionName:s,fileName:o,lineNumber:n[1],columnNumber:n[2]})}),this)},parseFFOrSafari:function(e){return e.stack.split("\n").filter((function(e){return!e.match(Rr)}),this).map((function(e){if(e.indexOf(" > eval")>-1&&(e=e.replace(/ line (\d+)(?: > eval line \d+)* > eval:\d+:\d+/g,":$1")),-1===e.indexOf("@")&&-1===e.indexOf(":"))return new xr({functionName:e});var t=/((.*".+"[^@]*)?[^@]*)(?:@)/,r=e.match(t),i=r&&r[1]?r[1]:void 0,n=this.extractLocation(e.replace(t,""));return new xr({functionName:i,fileName:n[0],lineNumber:n[1],columnNumber:n[2]})}),this)},parseOpera:function(e){return!e.stacktrace||e.message.indexOf("\n")>-1&&e.message.split("\n").length>e.stacktrace.split("\n").length?this.parseOpera9(e):e.stack?this.parseOpera11(e):this.parseOpera10(e)},parseOpera9:function(e){for(var t=/Line (\d+).*script (?:in )?(\S+)/i,r=e.message.split("\n"),i=[],n=2,s=r.length;n<s;n+=2){var o=t.exec(r[n]);o&&i.push(new xr({fileName:o[2],lineNumber:parseFloat(o[1])}))}return i},parseOpera10:function(e){for(var t=/Line (\d+).*script (?:in )?(\S+)(?:: In function (\S+))?$/i,r=e.stacktrace.split("\n"),i=[],n=0,s=r.length;n<s;n+=2){var o=t.exec(r[n]);o&&i.push(new xr({functionName:o[3]||void 0,fileName:o[2],lineNumber:parseFloat(o[1])}))}return i},parseOpera11:function(e){return e.stack.split("\n").filter((function(e){return!!e.match(Tr)&&!e.match(/^Error created at/)}),this).map((function(e){var t=e.split("@"),r=this.extractLocation(t.pop()),i=(t.shift()||"").replace(/<anonymous function(: (\w+))?>/,"$2").replace(/\([^)]*\)/g,"")||void 0;return new xr({functionName:i,fileName:r[0],lineNumber:r[1],columnNumber:r[2]})}),this)}};function Nr(e){if(!e||!e.outerHTML)return"";for(var t="";e.parentElement;){var r=e.localName;if(!r)break;r=r.toLowerCase();var i=e.parentElement,n=[];if(i.children&&i.children.length>0)for(var s=0;s<i.children.length;s++){var o=i.children[s];o.localName&&o.localName.toLowerCase&&o.localName.toLowerCase()===r&&n.push(o)}n.length>1&&(r+=":eq("+n.indexOf(e)+")"),t=r+(t?">"+t:""),e=i}return t}function Fr(e){return"[object Object]"===Object.prototype.toString.call(e)}function Pr(e,t){if(0===t)return!0;var r=Object.keys(e);for(var i of r)if(Fr(e[i])&&Pr(e[i],t-1))return!0;return!1}function Or(e,t){var r={numOfKeysLimit:50,depthOfLimit:4};Object.assign(r,t);var i=[],n=[];return JSON.stringify(e,(function(e,t){if(i.length>0){var s=i.indexOf(this);~s?i.splice(s+1):i.push(this),~s?n.splice(s,1/0,e):n.push(e),~i.indexOf(t)&&(t=i[0]===t?"[Circular ~]":"[Circular ~."+n.slice(0,i.indexOf(t)).join(".")+"]")}else i.push(t);if(null===t)return t;if(void 0===t)return"undefined";if(function(e){if(Fr(e)&&Object.keys(e).length>r.numOfKeysLimit)return!0;if("function"==typeof e)return!0;if(Fr(e)&&Pr(e,r.depthOfLimit))return!0;return!1}(t))return function(e){var t=e.toString();r.stringLengthLimit&&t.length>r.stringLengthLimit&&(t=t.slice(0,r.stringLengthLimit)+"...");return t}(t);if("bigint"==typeof t)return t.toString()+"n";if(t instanceof Event){var o={};for(var a in t){var l=t[a];Array.isArray(l)?o[a]=Nr(l.length?l[0]:null):o[a]=l}return o}return t instanceof Node?t instanceof HTMLElement?t?t.outerHTML:"":t.nodeName:t instanceof Error?t.stack?t.stack+"\nEnd of stack for Error object":t.name+": "+t.message:t}))}var Lr={level:["assert","clear","count","countReset","debug","dir","dirxml","error","group","groupCollapsed","groupEnd","info","log","table","time","timeEnd","timeLog","trace","warn"],lengthThreshold:1e3,logger:"console"};function Dr(e,t,r){var i,n=r?Object.assign({},Lr,r):Lr,s=n.logger;if(!s)return()=>{};i="string"==typeof s?t[s]:s;var o=0,a=!1,l=[];if(n.level.includes("error")){var u=t=>{var r=t.message,i=t.error,s=Ar.parse(i).map((e=>e.toString())),o=[Or(r,n.stringifyOptions)];e({level:"error",trace:s,payload:o})};t.addEventListener("error",u),l.push((()=>{t.removeEventListener("error",u)}));var c=t=>{var r,i;t.reason instanceof Error?i=[Or("Uncaught (in promise) "+(r=t.reason).name+": "+r.message,n.stringifyOptions)]:(r=new Error,i=[Or("Uncaught (in promise)",n.stringifyOptions),Or(t.reason,n.stringifyOptions)]);var s=Ar.parse(r).map((e=>e.toString()));e({level:"error",trace:s,payload:i})};t.addEventListener("unhandledrejection",c),l.push((()=>{t.removeEventListener("unhandledrejection",c)}))}for(var d of n.level)l.push(h(i,d));return()=>{l.forEach((e=>e()))};function h(t,r){var i=this;return t[r]?Sr.patch(t,r,(t=>function(){for(var s=arguments.length,l=new Array(s),u=0;u<s;u++)l[u]=arguments[u];if(t.apply(i,l),!("assert"===r&&l[0]||a)){a=!0;try{var c=Ar.parse(new Error).map((e=>e.toString())).splice(1),d=("assert"===r?l.slice(1):l).map((e=>Or(e,n.stringifyOptions)));++o<n.lengthThreshold?e({level:r,trace:c,payload:d}):o===n.lengthThreshold&&e({level:"warn",trace:[],payload:[Or("The number of log records reached the threshold.")]})}catch(e){t("rrweb logger error:",e,...l)}finally{a=!1}}})):()=>{}}}var Br=e=>({name:"rrweb/console@1",observer:Dr,options:e}),qr=["$snapshot","$pageview","$pageleave","$set","survey dismissed","survey sent","survey shown","$identify","$groupidentify","$create_alias","$$client_ingestion_warning","$web_experiment_applied","$feature_enrollment_update","$feature_flag_called"];function Hr(e,t){return-1!==e.indexOf(t)}var Vr=function(e){return e.trim()},Wr=function(e){return e.replace(/^\$/,"")};var $r=Array.isArray,Ur=Object.prototype,Zr=Ur.hasOwnProperty,jr=Ur.toString,zr=$r||function(e){return"[object Array]"===jr.call(e)},Gr=e=>"function"==typeof e,Yr=e=>Gr(e)&&-1!==e.toString().indexOf("[native code]"),Xr=e=>e===Object(e)&&!zr(e),Jr=e=>{if(Xr(e)){for(var t in e)if(Zr.call(e,t))return!1;return!0}return!1},Kr=e=>void 0===e,Qr=e=>"[object String]"==jr.call(e),ei=e=>Qr(e)&&0===e.trim().length,ti=e=>null===e,ri=e=>Kr(e)||ti(e),ii=e=>"[object Number]"==jr.call(e),ni=e=>"[object Boolean]"===jr.call(e),si=e=>e instanceof FormData,oi=e=>Hr(qr,e);function ai(e){return null===e||"object"!=typeof e}function li(e,t){return Object.prototype.toString.call(e)==="[object "+t+"]"}function ui(e){return!Kr(Event)&&function(e,t){try{return e instanceof t}catch(e){return!1}}(e,Event)}var ci=[!0,"true",1,"1","yes"],di=e=>Hr(ci,e),hi=[!1,"false",0,"0","no"];function pi(e,t,r,i,n){return t>r&&(i.warn("min cannot be greater than max."),t=r),ii(e)?e>r?(i.warn(" cannot be greater than max: "+r+". Using max value instead."),r):e<t?(i.warn(" cannot be less than min: "+t+". Using min value instead."),t):e:(i.warn(" must be a number. using max or fallback. max: "+r+", fallback: "+n),pi(n||r,t,r,i))}class vi{constructor(e){this._options=e,this._buckets={},this._refillBuckets=()=>{Object.keys(this._buckets).forEach((e=>{var t=this._getBucket(e)+this._refillRate;t>=this._bucketSize?delete this._buckets[e]:this._setBucket(e,t)}))},this._getBucket=e=>this._buckets[String(e)],this._setBucket=(e,t)=>{this._buckets[String(e)]=t},this.consumeRateLimit=e=>{var t,r,i=null!==(t=this._getBucket(e))&&void 0!==t?t:this._bucketSize;if(0===(i=Math.max(i-1,0)))return!0;this._setBucket(e,i);var n=0===i;return n&&(null==(r=this._onBucketRateLimited)||r.call(this,e)),n},this._onBucketRateLimited=this._options._onBucketRateLimited,this._bucketSize=pi(this._options.bucketSize,0,100,this._options._logger),this._refillRate=pi(this._options.refillRate,0,this._bucketSize,this._options._logger),this._refillInterval=pi(this._options.refillInterval,0,864e5,this._options._logger),this._removeInterval=setInterval((()=>{this._refillBuckets()}),this._refillInterval)}stop(){this._removeInterval&&(clearInterval(this._removeInterval),this._removeInterval=void 0)}}var gi,fi,_i,mi=e=>e instanceof Error;function yi(e){var t=globalThis._posthogChunkIds;if(t){var r=Object.keys(t);return _i&&r.length===fi||(fi=r.length,_i=r.reduce(((r,i)=>{gi||(gi={});var n=gi[i];if(n)r[n[0]]=n[1];else for(var s=e(i),o=s.length-1;o>=0;o--){var a=s[o],l=null==a?void 0:a.filename,u=t[i];if(l&&u){r[l]=u,gi[i]=[l,u];break}}return r}),{})),_i}}var bi="?";function Si(e,t,r,i){var n={platform:"web:javascript",filename:e,function:"<anonymous>"===t?bi:t,in_app:!0};return Kr(r)||(n.lineno=r),Kr(i)||(n.colno=i),n}var wi=(e,t)=>{var r=-1!==e.indexOf("safari-extension"),i=-1!==e.indexOf("safari-web-extension");return r||i?[-1!==e.indexOf("@")?e.split("@")[0]:bi,r?"safari-extension:"+t:"safari-web-extension:"+t]:[e,t]},Ci=/^\s*at (\S+?)(?::(\d+))(?::(\d+))\s*$/i,Ii=/^\s*at (?:(.+?\)(?: \[.+\])?|.*?) ?\((?:address at )?)?(?:async )?((?:<anonymous>|[-a-z]+:|.*bundle|\/)?.*?)(?::(\d+))?(?::(\d+))?\)?\s*$/i,ki=/\((\S*)(?::(\d+))(?::(\d+))\)/,Ei=e=>{var t=Ci.exec(e);if(t){var[,r,i,n]=t;return Si(r,bi,+i,+n)}var s=Ii.exec(e);if(s){if(s[2]&&0===s[2].indexOf("eval")){var o=ki.exec(s[2]);o&&(s[2]=o[1],s[3]=o[2],s[4]=o[3])}var[a,l]=wi(s[1]||bi,s[2]);return Si(l,a,s[3]?+s[3]:void 0,s[4]?+s[4]:void 0)}},xi=/^\s*(.*?)(?:\((.*?)\))?(?:^|@)?((?:[-a-z]+)?:\/.*?|\[native code\]|[^@]*(?:bundle|\d+\.js)|\/[\w\-. /=]+)(?::(\d+))?(?::(\d+))?\s*$/i,Ti=/(\S+) line (\d+)(?: > eval line \d+)* > eval/i,Mi=e=>{var t=xi.exec(e);if(t){if(t[3]&&t[3].indexOf(" > eval")>-1){var r=Ti.exec(t[3]);r&&(t[1]=t[1]||"eval",t[3]=r[1],t[4]=r[2],t[5]="")}var i=t[3],n=t[1]||bi;return[n,i]=wi(n,i),Si(i,n,t[4]?+t[4]:void 0,t[5]?+t[5]:void 0)}},Ri=/\(error: (.*)\)/,Ai=50;function Ni(){for(var e=arguments.length,t=new Array(e),i=0;i<e;i++)t[i]=arguments[i];return function(e,i){void 0===i&&(i=0);for(var n=[],s=e.split("\n"),o=i;o<s.length;o++){var a=s[o];if(!(a.length>1024)){var l=Ri.test(a)?a.replace(Ri,"$1"):a;if(!l.match(/\S*Error: /)){for(var u of t){var c=u(l);if(c){n.push(c);break}}if(n.length>=Ai)break}}}return function(e){if(!e.length)return[];var t=Array.from(e);return t.reverse(),t.slice(0,Ai).map((e=>{return r({},e,{filename:e.filename||(i=t,i[i.length-1]||{}).filename,function:e.function||bi});var i}))}(n)}}class Fi{constructor(e,t,r){void 0===e&&(e=[]),void 0===t&&(t=[]),void 0===r&&(r=[]),this.coercers=e,this.modifiers=r,this.stackParser=Ni(...t)}buildFromUnknown(e,t){void 0===t&&(t={});var r=t&&t.mechanism||{handled:!0,type:"generic"},i=this.buildCoercingContext(r,t,0).apply(e),n=this.buildParsingContext(),s=this.parseStacktrace(i,n);return{$exception_list:this.convertToExceptionList(s,r),$exception_level:"error"}}modifyFrames(e){var r=this;return t((function*(){for(var t of e)t.stacktrace&&t.stacktrace.frames&&zr(t.stacktrace.frames)&&(t.stacktrace.frames=yield r.applyModifiers(t.stacktrace.frames));return e}))()}coerceFallback(e){var t;return{type:"Error",value:"Unknown error",stack:null==(t=e.syntheticException)?void 0:t.stack,synthetic:!0}}parseStacktrace(e,t){var i,n;return null!=e.cause&&(i=this.parseStacktrace(e.cause,t)),""!=e.stack&&null!=e.stack&&(n=this.applyChunkIds(this.stackParser(e.stack,e.synthetic?1:0),t.chunkIdMap)),r({},e,{cause:i,stack:n})}applyChunkIds(e,t){return e.map((e=>(e.filename&&t&&(e.chunk_id=t[e.filename]),e)))}applyCoercers(e,t){for(var r of this.coercers)if(r.match(e))return r.coerce(e,t);return this.coerceFallback(t)}applyModifiers(e){var r=this;return t((function*(){var t=e;for(var i of r.modifiers)t=yield i(t);return t}))()}convertToExceptionList(e,t){var i,n,s,o={type:e.type,value:e.value,mechanism:{type:null!==(i=t.type)&&void 0!==i?i:"generic",handled:null===(n=t.handled)||void 0===n||n,synthetic:null!==(s=e.synthetic)&&void 0!==s&&s}};e.stack&&(o.stacktrace={type:"raw",frames:e.stack});var a=[o];return null!=e.cause&&a.push(...this.convertToExceptionList(e.cause,r({},t,{handled:!0}))),a}buildParsingContext(){return{chunkIdMap:yi(this.stackParser)}}buildCoercingContext(e,t,i){void 0===i&&(i=0);var n=(r,i)=>{if(i<=4){var n=this.buildCoercingContext(e,t,i);return this.applyCoercers(r,n)}};return r({},t,{syntheticException:0==i?t.syntheticException:void 0,mechanism:e,apply:e=>n(e,i),next:e=>n(e,i+1)})}}class Pi{match(e){return this.isDOMException(e)||this.isDOMError(e)}coerce(e,t){var r=Qr(e.stack);return{type:this.getType(e),value:this.getValue(e),stack:r?e.stack:void 0,cause:e.cause?t.next(e.cause):void 0,synthetic:!1}}getType(e){return this.isDOMError(e)?"DOMError":"DOMException"}getValue(e){var t=e.name||(this.isDOMError(e)?"DOMError":"DOMException");return e.message?t+": "+e.message:t}isDOMException(e){return li(e,"DOMException")}isDOMError(e){return li(e,"DOMError")}}class Oi{match(e){return(e=>e instanceof Error)(e)}coerce(e,t){return{type:this.getType(e),value:this.getMessage(e,t),stack:this.getStack(e),cause:e.cause?t.next(e.cause):void 0,synthetic:!1}}getType(e){return e.name||e.constructor.name}getMessage(e,t){var r=e.message;return r.error&&"string"==typeof r.error.message?String(r.error.message):String(r)}getStack(e){return e.stacktrace||e.stack||void 0}}class Li{constructor(){}match(e){return li(e,"ErrorEvent")&&null!=e.error}coerce(e,t){var r,i=t.apply(e.error);return i||{type:"ErrorEvent",value:e.message,stack:null==(r=t.syntheticException)?void 0:r.stack,synthetic:!0}}}var Di=/^(?:[Uu]ncaught (?:exception: )?)?(?:((?:Eval|Internal|Range|Reference|Syntax|Type|URI|)Error): )?(.*)$/i;class Bi{match(e){return"string"==typeof e}coerce(e,t){var r,[i,n]=this.getInfos(e);return{type:null!=i?i:"Error",value:null!=n?n:e,stack:null==(r=t.syntheticException)?void 0:r.stack,synthetic:!0}}getInfos(e){var t="Error",r=e,i=e.match(Di);return i&&(t=i[1],r=i[2]),[t,r]}}var qi=["fatal","error","warning","log","info","debug"];function Hi(e,t){void 0===t&&(t=40);var r=Object.keys(e);if(r.sort(),!r.length)return"[object has no keys]";for(var i=r.length;i>0;i--){var n=r.slice(0,i).join(", ");if(!(n.length>t))return i===r.length||n.length<=t?n:n.slice(0,t)+"..."}return""}class Vi{match(e){return"object"==typeof e&&null!==e}coerce(e,t){var r,i=this.getErrorPropertyFromObject(e);return i?t.apply(i):{type:this.getType(e),value:this.getValue(e),stack:null==(r=t.syntheticException)?void 0:r.stack,level:this.isSeverityLevel(e.level)?e.level:"error",synthetic:!0}}getType(e){return ui(e)?e.constructor.name:"Error"}getValue(e){if("name"in e&&"string"==typeof e.name){var t="'"+e.name+"' captured as exception";return"message"in e&&"string"==typeof e.message&&(t+=" with message: '"+e.message+"'"),t}if("message"in e&&"string"==typeof e.message)return e.message;var r=this.getObjectClassName(e);return(r&&"Object"!==r?"'"+r+"'":"Object")+" captured as exception with keys: "+Hi(e)}isSeverityLevel(e){return Qr(e)&&!ei(e)&&qi.indexOf(e)>=0}getErrorPropertyFromObject(e){for(var t in e)if(Object.prototype.hasOwnProperty.call(e,t)){var r=e[t];if(mi(r))return r}}getObjectClassName(e){try{var t=Object.getPrototypeOf(e);return t?t.constructor.name:void 0}catch(e){return}}}class Wi{match(e){return ui(e)}coerce(e,t){var r,i=e.constructor.name;return{type:i,value:i+" captured as exception with keys: "+Hi(e),stack:null==(r=t.syntheticException)?void 0:r.stack,synthetic:!0}}}class $i{match(e){return ai(e)}coerce(e,t){var r;return{type:"Error",value:"Primitive value captured as exception: "+String(e),stack:null==(r=t.syntheticException)?void 0:r.stack,synthetic:!0}}}class Ui{match(e){return li(e,"PromiseRejectionEvent")}coerce(e,t){var r,i=this.getUnhandledRejectionReason(e);return ai(i)?{type:"UnhandledRejection",value:"Non-Error promise rejection captured with value: "+String(i),stack:null==(r=t.syntheticException)?void 0:r.stack,synthetic:!0}:t.apply(i)}getUnhandledRejectionReason(e){if(ai(e))return e;try{if("reason"in e)return e.reason;if("detail"in e&&"reason"in e.detail)return e.detail.reason}catch(e){}return e}}var Zi="undefined"!=typeof window?window:void 0,ji="undefined"!=typeof globalThis?globalThis:Zi,zi=Array.prototype,Gi=zi.forEach,Yi=zi.indexOf,Xi=null==ji?void 0:ji.navigator,Ji=null==ji?void 0:ji.document,Ki=null==ji?void 0:ji.location,Qi=null==ji?void 0:ji.fetch,en=null!=ji&&ji.XMLHttpRequest&&"withCredentials"in new ji.XMLHttpRequest?ji.XMLHttpRequest:void 0,tn=null==ji?void 0:ji.AbortController,rn=null==Xi?void 0:Xi.userAgent,nn=null!=Zi?Zi:{},sn=()=>!!Zi.Zone,on=e=>e instanceof Document,an={DEBUG:!1,LIB_VERSION:"1.274.2"},ln=e=>{var t={_log:function(t){if(Zi&&(an.DEBUG||nn.POSTHOG_DEBUG)&&!Kr(Zi.console)&&Zi.console){for(var r=("__rrweb_original__"in Zi.console[t]?Zi.console[t].__rrweb_original__:Zi.console[t]),i=arguments.length,n=new Array(i>1?i-1:0),s=1;s<i;s++)n[s-1]=arguments[s];r(e,...n)}},info:function(){for(var e=arguments.length,r=new Array(e),i=0;i<e;i++)r[i]=arguments[i];t._log("log",...r)},warn:function(){for(var e=arguments.length,r=new Array(e),i=0;i<e;i++)r[i]=arguments[i];t._log("warn",...r)},error:function(){for(var e=arguments.length,r=new Array(e),i=0;i<e;i++)r[i]=arguments[i];t._log("error",...r)},critical:function(){for(var t=arguments.length,r=new Array(t),i=0;i<t;i++)r[i]=arguments[i];console.error(e,...r)},uninitializedWarning:e=>{t.error("You must initialize PostHog before calling "+e)},createLogger:t=>ln(e+" "+t)};return t},un=ln("[PostHog.js]"),cn=un.createLogger,dn={};function hn(e,t,r){if(zr(e))if(Gi&&e.forEach===Gi)e.forEach(t,r);else if("length"in e&&e.length===+e.length)for(var i=0,n=e.length;i<n;i++)if(i in e&&t.call(r,e[i],i)===dn)return}function pn(e,t,r){if(!ri(e)){if(zr(e))return hn(e,t,r);if(si(e)){for(var i of e.entries())if(t.call(r,i[1],i[0])===dn)return}else for(var n in e)if(Zr.call(e,n)&&t.call(r,e[n],n)===dn)return}}var vn=function(e){for(var t=arguments.length,r=new Array(t>1?t-1:0),i=1;i<t;i++)r[i-1]=arguments[i];return hn(r,(function(t){for(var r in t)void 0!==t[r]&&(e[r]=t[r])})),e},gn=function(e){for(var t=arguments.length,r=new Array(t>1?t-1:0),i=1;i<t;i++)r[i-1]=arguments[i];return hn(r,(function(t){hn(t,(function(t){e.push(t)}))})),e};function fn(e){for(var t=Object.keys(e),r=t.length,i=new Array(r);r--;)i[r]=[t[r],e[t[r]]];return i}var _n=function(e){try{return e()}catch(e){return}},mn=function(e){return function(){try{for(var t=arguments.length,r=new Array(t),i=0;i<t;i++)r[i]=arguments[i];return e.apply(this,r)}catch(e){un.critical("Implementation error. Please turn on debug mode and open a ticket on https://app.posthog.com/home#panel=support%3Asupport%3A."),un.critical(e)}}},yn=function(e){var t={};return pn(e,(function(e,r){(Qr(e)&&e.length>0||ii(e))&&(t[r]=e)})),t};function bn(e,t){return r=e,i=e=>Qr(e)&&!ti(t)?e.slice(0,t):e,n=new Set,function e(t,r){return t!==Object(t)?i?i(t,r):t:n.has(t)?void 0:(n.add(t),zr(t)?(s=[],hn(t,(t=>{s.push(e(t))}))):(s={},pn(t,((t,r)=>{n.has(t)||(s[r]=e(t,r))}))),s);var s}(r);var r,i,n}var Sn=["herokuapp.com","vercel.app","netlify.app"];function wn(e){var t=null==e?void 0:e.hostname;if(!Qr(t))return!1;var r=t.split(".").slice(-2).join(".");for(var i of Sn)if(r===i)return!1;return!0}function Cn(e,t){for(var r=0;r<e.length;r++)if(t(e[r]))return e[r]}function In(e,t,r,i){var{capture:n=!1,passive:s=!0}=null!=i?i:{};null==e||e.addEventListener(t,r,{capture:n,passive:s})}var kn=e=>{var t=null==Ji?void 0:Ji.createElement("a");return Kr(t)?null:(t.href=e,t)},En=function(e,t){var r,i;void 0===t&&(t="&");var n=[];return pn(e,(function(e,t){Kr(e)||Kr(t)||"undefined"===t||(r=encodeURIComponent((e=>e instanceof File)(e)?e.name:e.toString()),i=encodeURIComponent(t),n[n.length]=i+"="+r)})),n.join(t)},xn=function(e,t){for(var r,i=((e.split("#")[0]||"").split(/\?(.*)/)[1]||"").replace(/^\?+/g,"").split("&"),n=0;n<i.length;n++){var s=i[n].split("=");if(s[0]===t){r=s;break}}if(!zr(r)||r.length<2)return"";var o=r[1];try{o=decodeURIComponent(o)}catch(e){un.error("Skipping decoding for malformed query param: "+o)}return o.replace(/\+/g," ")},Tn=function(e,t,r){if(!e||!t||!t.length)return e;for(var i=e.split("#"),n=i[0]||"",s=i[1],o=n.split("?"),a=o[1],l=o[0],u=(a||"").split("&"),c=[],d=0;d<u.length;d++){var h=u[d].split("=");zr(h)&&(t.includes(h[0])?c.push(h[0]+"="+r):c.push(u[d]))}var p=l;return null!=a&&(p+="?"+c.join("&")),null!=s&&(p+="#"+s),p},Mn=function(e,t){var r=e.match(new RegExp(t+"=([^&]*)"));return r?r[1]:null};function Rn(e,t,r){try{if(!(t in e))return()=>{};var i=e[t],n=r(i);return Gr(n)&&(n.prototype=n.prototype||{},Object.defineProperties(n,{__posthog_wrapped__:{enumerable:!1,value:!0}})),e[t]=n,()=>{e[t]=i}}catch(e){return()=>{}}}function An(e,t){var r,i=function(e){try{return"string"==typeof e?new URL(e).hostname:"url"in e?new URL(e.url).hostname:e.hostname}catch(e){return null}}(e),n={hostname:i,isHostDenied:!1};if(null==(r=t.payloadHostDenyList)||!r.length||null==i||!i.trim().length)return n;for(var s of t.payloadHostDenyList)if(i.endsWith(s))return{hostname:i,isHostDenied:!0};return n}var Nn="$people_distinct_id",Fn="__alias",Pn="__timers",On="$autocapture_disabled_server_side",Ln="$heatmaps_enabled_server_side",Dn="$exception_capture_enabled_server_side",Bn="$error_tracking_suppression_rules",qn="$error_tracking_capture_extension_exceptions",Hn="$web_vitals_enabled_server_side",Vn="$dead_clicks_enabled_server_side",Wn="$web_vitals_allowed_metrics",$n="$session_recording_remote_config",Un="$sesid",Zn="$session_is_sampled",jn="$enabled_feature_flags",zn="$early_access_features",Gn="$feature_flag_details",Yn="$stored_person_properties",Xn="$stored_group_properties",Jn="$surveys",Kn="$surveys_activated",Qn="$flag_call_reported",es="$user_state",ts="$client_session_props",rs="$capture_rate_limit",is="$initial_campaign_params",ns="$initial_referrer_info",ss="$initial_person_info",os="$epp",as="__POSTHOG_TOOLBAR__",ls="$posthog_cookieless",us=[Nn,Fn,"__cmpns",Pn,"$session_recording_enabled_server_side",Ln,Un,jn,Bn,es,zn,Gn,Xn,Yn,Jn,Qn,ts,rs,is,ns,os,ss];function cs(e){return e instanceof Element&&(e.id===as||!(null==e.closest||!e.closest(".toolbar-global-fade-container")))}function ds(e){return!!e&&1===e.nodeType}function hs(e,t){return!!e&&!!e.tagName&&e.tagName.toLowerCase()===t.toLowerCase()}function ps(e){return!!e&&3===e.nodeType}function vs(e){return!!e&&11===e.nodeType}function gs(e){return e?Vr(e).split(/\s+/):[]}function fs(e){var t=null==Zi?void 0:Zi.location.href;return!!(t&&e&&e.some((e=>t.match(e))))}function _s(e){var t="";switch(typeof e.className){case"string":t=e.className;break;case"object":t=(e.className&&"baseVal"in e.className?e.className.baseVal:null)||e.getAttribute("class")||"";break;default:t=""}return gs(t)}function ms(e){return ri(e)?null:Vr(e).split(/(\s+)/).filter((e=>Ls(e))).join("").replace(/[\r\n]/g," ").replace(/[ ]+/g," ").substring(0,255)}function ys(e){var t="";return Ts(e)&&!Ms(e)&&e.childNodes&&e.childNodes.length&&pn(e.childNodes,(function(e){var r;ps(e)&&e.textContent&&(t+=null!==(r=ms(e.textContent))&&void 0!==r?r:"")})),Vr(t)}function bs(e){return Kr(e.target)?e.srcElement||null:null!=(t=e.target)&&t.shadowRoot?e.composedPath()[0]||null:e.target||null;var t}var Ss=["a","button","form","input","select","textarea","label"];function ws(e,t){if(Kr(t))return!0;var r,i=function(e){if(t.some((t=>e.matches(t))))return{v:!0}};for(var n of e)if(r=i(n))return r.v;return!1}function Cs(e){var t=e.parentNode;return!(!t||!ds(t))&&t}var Is=[".ph-no-rageclick",".ph-no-capture"];var ks=e=>!e||hs(e,"html")||!ds(e),Es=(e,t)=>{if(!Zi||ks(e))return{parentIsUsefulElement:!1,targetElementList:[]};for(var r=!1,i=[e],n=e;n.parentNode&&!hs(n,"body");)if(vs(n.parentNode))i.push(n.parentNode.host),n=n.parentNode.host;else{var s=Cs(n);if(!s)break;if(t||Ss.indexOf(s.tagName.toLowerCase())>-1)r=!0;else{var o=Zi.getComputedStyle(s);o&&"pointer"===o.getPropertyValue("cursor")&&(r=!0)}i.push(s),n=s}return{parentIsUsefulElement:r,targetElementList:i}};function xs(e,t,r,i,n){var s,o,a,l;if(void 0===r&&(r=void 0),!Zi||ks(e))return!1;if(null!=(s=r)&&s.url_allowlist&&!fs(r.url_allowlist))return!1;if(null!=(o=r)&&o.url_ignorelist&&fs(r.url_ignorelist))return!1;if(null!=(a=r)&&a.dom_event_allowlist){var u=r.dom_event_allowlist;if(u&&!u.some((e=>t.type===e)))return!1}var{parentIsUsefulElement:c,targetElementList:d}=Es(e,i);if(!function(e,t){var r=null==t?void 0:t.element_allowlist;if(Kr(r))return!0;var i,n=function(e){if(r.some((t=>e.tagName.toLowerCase()===t)))return{v:!0}};for(var s of e)if(i=n(s))return i.v;return!1}(d,r))return!1;if(!ws(d,null==(l=r)?void 0:l.css_selector_allowlist))return!1;var h=Zi.getComputedStyle(e);if(h&&"pointer"===h.getPropertyValue("cursor")&&"click"===t.type)return!0;var p=e.tagName.toLowerCase();switch(p){case"html":return!1;case"form":return(n||["submit"]).indexOf(t.type)>=0;case"input":case"select":case"textarea":return(n||["change","click"]).indexOf(t.type)>=0;default:return c?(n||["click"]).indexOf(t.type)>=0:(n||["click"]).indexOf(t.type)>=0&&(Ss.indexOf(p)>-1||"true"===e.getAttribute("contenteditable"))}}function Ts(e){for(var t=e;t.parentNode&&!hs(t,"body");t=t.parentNode){var r=_s(t);if(Hr(r,"ph-sensitive")||Hr(r,"ph-no-capture"))return!1}if(Hr(_s(e),"ph-include"))return!0;var i=e.type||"";if(Qr(i))switch(i.toLowerCase()){case"hidden":case"password":return!1}var n=e.name||e.id||"";if(Qr(n)){if(/^cc|cardnum|ccnum|creditcard|csc|cvc|cvv|exp|pass|pwd|routing|seccode|securitycode|securitynum|socialsec|socsec|ssn/i.test(n.replace(/[^a-zA-Z0-9]/g,"")))return!1}return!0}function Ms(e){return!!(hs(e,"input")&&!["button","checkbox","submit","reset"].includes(e.type)||hs(e,"select")||hs(e,"textarea")||"true"===e.getAttribute("contenteditable"))}var Rs="(4[0-9]{12}(?:[0-9]{3})?)|(5[1-5][0-9]{14})|(6(?:011|5[0-9]{2})[0-9]{12})|(3[47][0-9]{13})|(3(?:0[0-5]|[68][0-9])[0-9]{11})|((?:2131|1800|35[0-9]{3})[0-9]{11})",As=new RegExp("^(?:"+Rs+")$"),Ns=new RegExp(Rs),Fs="\\d{3}-?\\d{2}-?\\d{4}",Ps=new RegExp("^("+Fs+")$"),Os=new RegExp("("+Fs+")");function Ls(e,t){if(void 0===t&&(t=!0),ri(e))return!1;if(Qr(e)){if(e=Vr(e),(t?As:Ns).test((e||"").replace(/[- ]/g,"")))return!1;if((t?Ps:Os).test(e))return!1}return!0}function Ds(e){var t=ys(e);return Ls(t=(t+" "+Bs(e)).trim())?t:""}function Bs(e){var t="";return e&&e.childNodes&&e.childNodes.length&&pn(e.childNodes,(function(e){var r;if(e&&"span"===(null==(r=e.tagName)?void 0:r.toLowerCase()))try{var i=ys(e);t=(t+" "+i).trim(),e.childNodes&&e.childNodes.length&&(t=(t+" "+Bs(e)).trim())}catch(e){un.error("[AutoCapture]",e)}})),t}function qs(e){return function(e){var t=e.map((e=>{var t,i,n="";if(e.tag_name&&(n+=e.tag_name),e.attr_class)for(var s of(e.attr_class.sort(),e.attr_class))n+="."+s.replace(/"/g,"");var o=r({},e.text?{text:e.text}:{},{"nth-child":null!==(t=e.nth_child)&&void 0!==t?t:0,"nth-of-type":null!==(i=e.nth_of_type)&&void 0!==i?i:0},e.href?{href:e.href}:{},e.attr_id?{attr_id:e.attr_id}:{},e.attributes),a={};return fn(o).sort(((e,t)=>{var[r]=e,[i]=t;return r.localeCompare(i)})).forEach((e=>{var[t,r]=e;return a[Hs(t.toString())]=Hs(r.toString())})),n+=":",n+=fn(a).map((e=>{var[t,r]=e;return t+'="'+r+'"'})).join("")}));return t.join(";")}(function(e){return e.map((e=>{var t,r,i={text:null==(t=e.$el_text)?void 0:t.slice(0,400),tag_name:e.tag_name,href:null==(r=e.attr__href)?void 0:r.slice(0,2048),attr_class:Vs(e),attr_id:e.attr__id,nth_child:e.nth_child,nth_of_type:e.nth_of_type,attributes:{}};return fn(e).filter((e=>{var[t]=e;return 0===t.indexOf("attr__")})).forEach((e=>{var[t,r]=e;return i.attributes[t]=r})),i}))}(e))}function Hs(e){return e.replace(/"|\\"/g,'\\"')}function Vs(e){var t=e.attr__class;return t?zr(t)?t:gs(t):void 0}var Ws={initiatorTypes:["audio","beacon","body","css","early-hint","embed","fetch","frame","iframe","icon","image","img","input","link","navigation","object","ping","script","track","video","xmlhttprequest"],maskRequestFn:e=>e,recordHeaders:!1,recordBody:!1,recordInitialRequests:!1,recordPerformance:!1,performanceEntryTypeToObserve:["first-input","navigation","paint","resource"],payloadSizeLimitBytes:1e6,payloadHostDenyList:[".lr-ingest.io",".ingest.sentry.io",".clarity.ms","analytics.google.com","bam.nr-data.net"]},$s=cn("[Recorder]"),Us=e=>"navigation"===e.entryType,Zs=e=>"resource"===e.entryType;function js(e,t,r){if(r.recordInitialRequests){var i=t.performance.getEntries().filter((e=>Us(e)||Zs(e)&&r.initiatorTypes.includes(e.initiatorType)));e({requests:i.flatMap((e=>Qs({entry:e,method:void 0,status:void 0,networkRequest:{},isInitial:!0}))),isInitial:!0})}var n=new t.PerformanceObserver((t=>{var i=t.getEntries().filter((e=>Us(e)||Zs(e)&&r.initiatorTypes.includes(e.initiatorType)&&(e=>!r.recordBody&&!r.recordHeaders||"xmlhttprequest"!==e.initiatorType&&"fetch"!==e.initiatorType)(e)));e({requests:i.flatMap((e=>Qs({entry:e,method:void 0,status:void 0,networkRequest:{}})))})})),s=PerformanceObserver.supportedEntryTypes.filter((e=>r.performanceEntryTypeToObserve.includes(e)));return n.observe({entryTypes:s}),()=>{n.disconnect()}}function zs(e,t){return!!t&&(ni(t)||t[e])}function Gs(e){var{type:t,recordBody:r,headers:i,url:n}=e;function s(e){var t=Object.keys(i).find((e=>"content-type"===e.toLowerCase())),r=t&&i[t];return e.some((e=>null==r?void 0:r.includes(e)))}if(!r)return!1;if(function e(t){try{return"string"==typeof t?t.startsWith("blob:"):t instanceof URL?"blob:"===t.protocol:t instanceof Request&&e(t.url)}catch(e){return!1}}(n))return!1;if(ni(r))return!0;if(zr(r))return s(r);var o=r[t];return ni(o)?o:s(o)}function Ys(e,t,r,i,n,s){return Xs.apply(this,arguments)}function Xs(){return Xs=t((function*(e,t,r,i,n,s){if(void 0===s&&(s=0),s>10)return $s.warn("Failed to get performance entry for request",{url:r,initiatorType:t}),null;var o=function(e,t){for(var r=e.length-1;r>=0;r-=1)if(t(e[r]))return e[r]}(e.performance.getEntriesByName(r),(e=>Zs(e)&&e.initiatorType===t&&(Kr(i)||e.startTime>=i)&&(Kr(n)||e.startTime<=n)));return o||(yield new Promise((e=>setTimeout(e,50*s))),Ys(e,t,r,i,n,s+1))})),Xs.apply(this,arguments)}function Js(e){var{body:t,options:r,url:i}=e;if(ri(t))return null;var{hostname:n,isHostDenied:s}=An(i,r);if(s)return n+" is in deny list";if(Qr(t))return t;if(on(t))return t.textContent;if(si(t))return En(t);if(Xr(t))try{return JSON.stringify(t)}catch(e){return"[SessionReplay] Failed to stringify response object"}return"[SessionReplay] Cannot read body of type "+toString.call(t)}var Ks=e=>!ti(e)&&("navigation"===e.entryType||"resource"===e.entryType);function Qs(e){var{entry:t,method:i,status:n,networkRequest:s,isInitial:o,start:a,end:l,url:u,initiatorType:c}=e;a=t?t.startTime:a,l=t?t.responseEnd:l;var d=Math.floor(Date.now()-performance.now()),h=Math.floor(d+(a||0)),p=[r({},t?t.toJSON():{name:u},{startTime:Kr(a)?void 0:Math.round(a),endTime:Kr(l)?void 0:Math.round(l),timeOrigin:d,timestamp:h,method:i,initiatorType:c||(t?t.initiatorType:void 0),status:n,requestHeaders:s.requestHeaders,requestBody:s.requestBody,responseHeaders:s.responseHeaders,responseBody:s.responseBody,isInitial:o})];if(Ks(t))for(var v of t.serverTiming||[])p.push({timeOrigin:d,timestamp:h,startTime:Math.round(t.startTime),name:v.name,duration:v.duration,entryType:"serverTiming"});return p}var eo=["video/","audio/"];function to(e){return new Promise(((t,r)=>{var i=setTimeout((()=>t("[SessionReplay] Timeout while trying to read body")),500);try{e.clone().text().then((e=>t(e)),(e=>r(e))).finally((()=>clearTimeout(i)))}catch(e){clearTimeout(i),t("[SessionReplay] Failed to read body")}}))}function ro(){return ro=t((function*(e){var{r:t,options:r,url:i}=e,{hostname:n,isHostDenied:s}=An(i,r);return s?Promise.resolve(n+" is in deny list"):to(t)})),ro.apply(this,arguments)}function io(){return io=t((function*(e){var{r:t,options:r,url:i}=e,n=function(e){var t,{r:r,options:i,url:n}=e;if("chunked"===r.headers.get("Transfer-Encoding"))return"Chunked Transfer-Encoding is not supported";var s=null==(t=r.headers.get("Content-Type"))?void 0:t.toLowerCase(),o=eo.some((e=>null==s?void 0:s.startsWith(e)));if(s&&o)return"Content-Type "+s+" is not supported";var{hostname:a,isHostDenied:l}=An(n,i);return l?a+" is in deny list":null}({r:t,options:r,url:i});return ti(n)?to(t):Promise.resolve(n)})),io.apply(this,arguments)}function no(e,r,i){if(!i.initiatorTypes.includes("fetch"))return()=>{};var n=zs("request",i.recordHeaders),s=zs("response",i.recordHeaders),o=Rn(r,"fetch",(o=>function(){var a=t((function*(t,a){var l,u,c,d=new Request(t,a),h={};try{var p={};d.headers.forEach(((e,t)=>{p[t]=e})),n&&(h.requestHeaders=p),Gs({type:"request",headers:p,url:t,recordBody:i.recordBody})&&(h.requestBody=yield function(e){return ro.apply(this,arguments)}({r:d,options:i,url:t})),u=r.performance.now(),l=yield o(d),c=r.performance.now();var v={};return l.headers.forEach(((e,t)=>{v[t]=e})),s&&(h.responseHeaders=v),Gs({type:"response",headers:v,url:t,recordBody:i.recordBody})&&(h.responseBody=yield function(e){return io.apply(this,arguments)}({r:l,options:i,url:t})),l}finally{Ys(r,"fetch",d.url,u,c).then((t=>{var r,i=Qs({entry:t,method:d.method,status:null==(r=l)?void 0:r.status,networkRequest:h,start:u,end:c,url:d.url,initiatorType:"fetch"});e({requests:i})})).catch((()=>{}))}}));return function(e,t){return a.apply(this,arguments)}}()));return()=>{o()}}var so=null;function oo(e,t,i){if(!("performance"in t))return()=>{};if(so)return $s.warn("Network observer already initialised, doing nothing"),()=>{};var n=i?Object.assign({},Ws,i):Ws,s=t=>{var i=[];t.requests.forEach((e=>{var t=n.maskRequestFn(e);t&&i.push(t)})),i.length>0&&e(r({},t,{requests:i}))},o=js(s,t,n),a=()=>{},l=()=>{};return(n.recordHeaders||n.recordBody)&&(a=function(e,t,r){if(!r.initiatorTypes.includes("xmlhttprequest"))return()=>{};var i=zs("request",r.recordHeaders),n=zs("response",r.recordHeaders),s=Rn(t.XMLHttpRequest.prototype,"open",(s=>function(o,a,l,u,c){void 0===l&&(l=!0);var d,h,p=this,v=new Request(a),g={},f={},_=p.setRequestHeader.bind(p);p.setRequestHeader=(e,t)=>(f[e]=t,_(e,t)),i&&(g.requestHeaders=f);var m=p.send.bind(p);p.send=e=>(Gs({type:"request",headers:f,url:a,recordBody:r.recordBody})&&(g.requestBody=Js({body:e,options:r,url:a})),d=t.performance.now(),m(e));var y=()=>{if(p.readyState===p.DONE){p.removeEventListener("readystatechange",y),h=t.performance.now();var i={};p.getAllResponseHeaders().trim().split(/[\r\n]+/).forEach((e=>{var t=e.split(": "),r=t.shift(),n=t.join(": ");r&&(i[r]=n)})),n&&(g.responseHeaders=i),Gs({type:"response",headers:i,url:a,recordBody:r.recordBody})&&(g.responseBody=Js({body:p.response,options:r,url:a})),Ys(t,"xmlhttprequest",v.url,d,h).then((t=>{var r=Qs({entry:t,method:o,status:null==p?void 0:p.status,networkRequest:g,start:d,end:h,url:a.toString(),initiatorType:"xmlhttprequest"});e({requests:r})})).catch((()=>{}))}};p.addEventListener("readystatechange",y),s.call(p,o,a,l,u,c)}));return()=>{s()}}(s,t,n),l=no(s,t,n)),so=()=>{o(),a(),l()}}var ao=e=>({name:"rrweb/network@1",observer:oo,options:e});nn.__PosthogExtensions__=nn.__PosthogExtensions__||{},nn.__PosthogExtensions__.rrwebPlugins={getRecordConsolePlugin:Br,getRecordNetworkPlugin:ao},nn.__PosthogExtensions__.rrweb={record:qt,version:"v2"},nn.rrweb={record:qt,version:"v2"},nn.rrwebConsoleRecord={getRecordConsolePlugin:Br},nn.getRecordNetworkPlugin=ao;var lo,uo,co,ho,po,vo,go,fo,_o={},mo=[],yo=/acit|ex(?:s|g|n|p|$)|rph|grid|ows|mnc|ntw|ine[ch]|zoo|^ord|itera/i,bo=Array.isArray;function So(e,t){for(var r in t)e[r]=t[r];return e}function wo(e){var t=e.parentNode;t&&t.removeChild(e)}function Co(e,t,r){var i,n,s,o={};for(s in t)"key"==s?i=t[s]:"ref"==s?n=t[s]:o[s]=t[s];if(arguments.length>2&&(o.children=arguments.length>3?lo.call(arguments,2):r),"function"==typeof e&&null!=e.defaultProps)for(s in e.defaultProps)void 0===o[s]&&(o[s]=e.defaultProps[s]);return Io(e,o,i,n,null)}function Io(e,t,r,i,n){var s={type:e,props:t,key:r,ref:i,__k:null,__:null,__b:0,__e:null,__d:void 0,__c:null,constructor:void 0,__v:null==n?++co:n,__i:-1,__u:0};return null==n&&null!=uo.vnode&&uo.vnode(s),s}function ko(e){return e.children}function Eo(e,t){this.props=e,this.context=t}function xo(e,t){if(null==t)return e.__?xo(e.__,e.__i+1):null;for(var r;t<e.__k.length;t++)if(null!=(r=e.__k[t])&&null!=r.__e)return r.__e;return"function"==typeof e.type?xo(e):null}function To(e){var t,r;if(null!=(e=e.__)&&null!=e.__c){for(e.__e=e.__c.base=null,t=0;t<e.__k.length;t++)if(null!=(r=e.__k[t])&&null!=r.__e){e.__e=e.__c.base=r.__e;break}return To(e)}}function Mo(e){(!e.__d&&(e.__d=!0)&&ho.push(e)&&!Ro.__r++||po!==uo.debounceRendering)&&((po=uo.debounceRendering)||vo)(Ro)}function Ro(){var e,t,r,i,n,s,o,a,l;for(ho.sort(go);e=ho.shift();)e.__d&&(t=ho.length,i=void 0,s=(n=(r=e).__v).__e,a=[],l=[],(o=r.__P)&&((i=So({},n)).__v=n.__v+1,uo.vnode&&uo.vnode(i),Bo(o,i,n,r.__n,void 0!==o.ownerSVGElement,32&n.__u?[s]:null,a,null==s?xo(n):s,!!(32&n.__u),l),i.__.__k[i.__i]=i,qo(a,i,l),i.__e!=s&&To(i)),ho.length>t&&ho.sort(go));Ro.__r=0}function Ao(e,t,r,i,n,s,o,a,l,u,c){var d,h,p,v,g,f=i&&i.__k||mo,_=t.length;for(r.__d=l,function(e,t,r){var i,n,s,o,a,l=t.length,u=r.length,c=u,d=0;for(e.__k=[],i=0;i<l;i++)null!=(n=e.__k[i]=null==(n=t[i])||"boolean"==typeof n||"function"==typeof n?null:"string"==typeof n||"number"==typeof n||"bigint"==typeof n||n.constructor==String?Io(null,n,null,null,n):bo(n)?Io(ko,{children:n},null,null,null):void 0===n.constructor&&n.__b>0?Io(n.type,n.props,n.key,n.ref?n.ref:null,n.__v):n)?(n.__=e,n.__b=e.__b+1,a=Fo(n,r,o=i+d,c),n.__i=a,s=null,-1!==a&&(c--,(s=r[a])&&(s.__u|=131072)),null==s||null===s.__v?(-1==a&&d--,"function"!=typeof n.type&&(n.__u|=65536)):a!==o&&(a===o+1?d++:a>o?c>l-o?d+=a-o:d--:d=a<o&&a==o-1?a-o:0,a!==i+d&&(n.__u|=65536))):(s=r[i])&&null==s.key&&s.__e&&(s.__e==e.__d&&(e.__d=xo(s)),Vo(s,s,!1),r[i]=null,c--);if(c)for(i=0;i<u;i++)null!=(s=r[i])&&0==(131072&s.__u)&&(s.__e==e.__d&&(e.__d=xo(s)),Vo(s,s))}(r,t,f),l=r.__d,d=0;d<_;d++)null!=(p=r.__k[d])&&"boolean"!=typeof p&&"function"!=typeof p&&(h=-1===p.__i?_o:f[p.__i]||_o,p.__i=d,Bo(e,p,h,n,s,o,a,l,u,c),v=p.__e,p.ref&&h.ref!=p.ref&&(h.ref&&Ho(h.ref,null,p),c.push(p.ref,p.__c||v,p)),null==g&&null!=v&&(g=v),65536&p.__u||h.__k===p.__k?l=No(p,l,e):"function"==typeof p.type&&void 0!==p.__d?l=p.__d:v&&(l=v.nextSibling),p.__d=void 0,p.__u&=-196609);r.__d=l,r.__e=g}function No(e,t,r){var i,n;if("function"==typeof e.type){for(i=e.__k,n=0;i&&n<i.length;n++)i[n]&&(i[n].__=e,t=No(i[n],t,r));return t}return e.__e!=t&&(r.insertBefore(e.__e,t||null),t=e.__e),t&&t.nextSibling}function Fo(e,t,r,i){var n=e.key,s=e.type,o=r-1,a=r+1,l=t[r];if(null===l||l&&n==l.key&&s===l.type)return r;if(i>(null!=l&&0==(131072&l.__u)?1:0))for(;o>=0||a<t.length;){if(o>=0){if((l=t[o])&&0==(131072&l.__u)&&n==l.key&&s===l.type)return o;o--}if(a<t.length){if((l=t[a])&&0==(131072&l.__u)&&n==l.key&&s===l.type)return a;a++}}return-1}function Po(e,t,r){"-"===t[0]?e.setProperty(t,null==r?"":r):e[t]=null==r?"":"number"!=typeof r||yo.test(t)?r:r+"px"}function Oo(e,t,r,i,n){var s;e:if("style"===t)if("string"==typeof r)e.style.cssText=r;else{if("string"==typeof i&&(e.style.cssText=i=""),i)for(t in i)r&&t in r||Po(e.style,t,"");if(r)for(t in r)i&&r[t]===i[t]||Po(e.style,t,r[t])}else if("o"===t[0]&&"n"===t[1])s=t!==(t=t.replace(/(PointerCapture)$|Capture$/,"$1")),t=t.toLowerCase()in e?t.toLowerCase().slice(2):t.slice(2),e.l||(e.l={}),e.l[t+s]=r,r?i?r.u=i.u:(r.u=Date.now(),e.addEventListener(t,s?Do:Lo,s)):e.removeEventListener(t,s?Do:Lo,s);else{if(n)t=t.replace(/xlink(H|:h)/,"h").replace(/sName$/,"s");else if("width"!==t&&"height"!==t&&"href"!==t&&"list"!==t&&"form"!==t&&"tabIndex"!==t&&"download"!==t&&"rowSpan"!==t&&"colSpan"!==t&&"role"!==t&&t in e)try{e[t]=null==r?"":r;break e}catch(e){}"function"==typeof r||(null==r||!1===r&&"-"!==t[4]?e.removeAttribute(t):e.setAttribute(t,r))}}function Lo(e){var t=this.l[e.type+!1];if(e.t){if(e.t<=t.u)return}else e.t=Date.now();return t(uo.event?uo.event(e):e)}function Do(e){return this.l[e.type+!0](uo.event?uo.event(e):e)}function Bo(e,t,r,i,n,s,o,a,l,u){var c,d,h,p,v,g,f,_,m,y,b,$,S,w,C,I=t.type;if(void 0!==t.constructor)return null;128&r.__u&&(l=!!(32&r.__u),s=[a=t.__e=r.__e]),(c=uo.__b)&&c(t);e:if("function"==typeof I)try{if(_=t.props,m=(c=I.contextType)&&i[c.__c],y=c?m?m.props.value:c.__:i,r.__c?f=(d=t.__c=r.__c).__=d.__E:("prototype"in I&&I.prototype.render?t.__c=d=new I(_,y):(t.__c=d=new Eo(_,y),d.constructor=I,d.render=Wo),m&&m.sub(d),d.props=_,d.state||(d.state={}),d.context=y,d.__n=i,h=d.__d=!0,d.__h=[],d._sb=[]),null==d.__s&&(d.__s=d.state),null!=I.getDerivedStateFromProps&&(d.__s==d.state&&(d.__s=So({},d.__s)),So(d.__s,I.getDerivedStateFromProps(_,d.__s))),p=d.props,v=d.state,d.__v=t,h)null==I.getDerivedStateFromProps&&null!=d.componentWillMount&&d.componentWillMount(),null!=d.componentDidMount&&d.__h.push(d.componentDidMount);else{if(null==I.getDerivedStateFromProps&&_!==p&&null!=d.componentWillReceiveProps&&d.componentWillReceiveProps(_,y),!d.__e&&(null!=d.shouldComponentUpdate&&!1===d.shouldComponentUpdate(_,d.__s,y)||t.__v===r.__v)){for(t.__v!==r.__v&&(d.props=_,d.state=d.__s,d.__d=!1),t.__e=r.__e,t.__k=r.__k,t.__k.forEach((function(e){e&&(e.__=t)})),b=0;b<d._sb.length;b++)d.__h.push(d._sb[b]);d._sb=[],d.__h.length&&o.push(d);break e}null!=d.componentWillUpdate&&d.componentWillUpdate(_,d.__s,y),null!=d.componentDidUpdate&&d.__h.push((function(){d.componentDidUpdate(p,v,g)}))}if(d.context=y,d.props=_,d.__P=e,d.__e=!1,$=uo.__r,S=0,"prototype"in I&&I.prototype.render){for(d.state=d.__s,d.__d=!1,$&&$(t),c=d.render(d.props,d.state,d.context),w=0;w<d._sb.length;w++)d.__h.push(d._sb[w]);d._sb=[]}else do{d.__d=!1,$&&$(t),c=d.render(d.props,d.state,d.context),d.state=d.__s}while(d.__d&&++S<25);d.state=d.__s,null!=d.getChildContext&&(i=So(So({},i),d.getChildContext())),h||null==d.getSnapshotBeforeUpdate||(g=d.getSnapshotBeforeUpdate(p,v)),Ao(e,bo(C=null!=c&&c.type===ko&&null==c.key?c.props.children:c)?C:[C],t,r,i,n,s,o,a,l,u),d.base=t.__e,t.__u&=-161,d.__h.length&&o.push(d),f&&(d.__E=d.__=null)}catch(e){t.__v=null,l||null!=s?(t.__e=a,t.__u|=l?160:32,s[s.indexOf(a)]=null):(t.__e=r.__e,t.__k=r.__k),uo.__e(e,t,r)}else null==s&&t.__v===r.__v?(t.__k=r.__k,t.__e=r.__e):t.__e=function(e,t,r,i,n,s,o,a,l){var u,c,d,h,p,v,g,f=r.props,_=t.props,m=t.type;if("svg"===m&&(n=!0),null!=s)for(u=0;u<s.length;u++)if((p=s[u])&&"setAttribute"in p==!!m&&(m?p.localName===m:3===p.nodeType)){e=p,s[u]=null;break}if(null==e){if(null===m)return document.createTextNode(_);e=n?document.createElementNS("http://www.w3.org/2000/svg",m):document.createElement(m,_.is&&_),s=null,a=!1}if(null===m)f===_||a&&e.data===_||(e.data=_);else{if(s=s&&lo.call(e.childNodes),f=r.props||_o,!a&&null!=s)for(f={},u=0;u<e.attributes.length;u++)f[(p=e.attributes[u]).name]=p.value;for(u in f)p=f[u],"children"==u||("dangerouslySetInnerHTML"==u?d=p:"key"===u||u in _||Oo(e,u,null,p,n));for(u in _)p=_[u],"children"==u?h=p:"dangerouslySetInnerHTML"==u?c=p:"value"==u?v=p:"checked"==u?g=p:"key"===u||a&&"function"!=typeof p||f[u]===p||Oo(e,u,p,f[u],n);if(c)a||d&&(c.__html===d.__html||c.__html===e.innerHTML)||(e.innerHTML=c.__html),t.__k=[];else if(d&&(e.innerHTML=""),Ao(e,bo(h)?h:[h],t,r,i,n&&"foreignObject"!==m,s,o,s?s[0]:r.__k&&xo(r,0),a,l),null!=s)for(u=s.length;u--;)null!=s[u]&&wo(s[u]);a||(u="value",void 0!==v&&(v!==e[u]||"progress"===m&&!v||"option"===m&&v!==f[u])&&Oo(e,u,v,f[u],!1),u="checked",void 0!==g&&g!==e[u]&&Oo(e,u,g,f[u],!1))}return e}(r.__e,t,r,i,n,s,o,l,u);(c=uo.diffed)&&c(t)}function qo(e,t,r){t.__d=void 0;for(var i=0;i<r.length;i++)Ho(r[i],r[++i],r[++i]);uo.__c&&uo.__c(t,e),e.some((function(t){try{e=t.__h,t.__h=[],e.some((function(e){e.call(t)}))}catch(e){uo.__e(e,t.__v)}}))}function Ho(e,t,r){try{"function"==typeof e?e(t):e.current=t}catch(e){uo.__e(e,r)}}function Vo(e,t,r){var i,n;if(uo.unmount&&uo.unmount(e),(i=e.ref)&&(i.current&&i.current!==e.__e||Ho(i,null,t)),null!=(i=e.__c)){if(i.componentWillUnmount)try{i.componentWillUnmount()}catch(e){uo.__e(e,t)}i.base=i.__P=null,e.__c=void 0}if(i=e.__k)for(n=0;n<i.length;n++)i[n]&&Vo(i[n],t,r||"function"!=typeof e.type);r||null==e.__e||wo(e.__e),e.__=e.__e=e.__d=void 0}function Wo(e,t,r){return this.constructor(e,r)}function $o(e,t,r){var i,n,s;uo.__&&uo.__(e,t),i=!1?null:t.__k,n=[],s=[],Bo(t,e=t.__k=Co(ko,null,[e]),i||_o,_o,void 0!==t.ownerSVGElement,i?null:t.firstChild?lo.call(t.childNodes):null,n,i?i.__e:t.firstChild,false,s),qo(n,e,s)}function Uo(e,t,r){var i,n,s,o,a=So({},e.props);for(s in e.type&&e.type.defaultProps&&(o=e.type.defaultProps),t)"key"==s?i=t[s]:"ref"==s?n=t[s]:a[s]=void 0===t[s]&&void 0!==o?o[s]:t[s];return arguments.length>2&&(a.children=arguments.length>3?lo.call(arguments,2):r),Io(e.type,a,i||e.key,n||e.ref,null)}lo=mo.slice,uo={__e:function(e,t,r,i){for(var n,s,o;t=t.__;)if((n=t.__c)&&!n.__)try{if((s=n.constructor)&&null!=s.getDerivedStateFromError&&(n.setState(s.getDerivedStateFromError(e)),o=n.__d),null!=n.componentDidCatch&&(n.componentDidCatch(e,i||{}),o=n.__d),o)return n.__E=n}catch(t){e=t}throw e}},co=0,Eo.prototype.setState=function(e,t){var r;r=null!=this.__s&&this.__s!==this.state?this.__s:this.__s=So({},this.state),"function"==typeof e&&(e=e(So({},r),this.props)),e&&So(r,e),null!=e&&this.__v&&(t&&this._sb.push(t),Mo(this))},Eo.prototype.forceUpdate=function(e){this.__v&&(this.__e=!0,e&&this.__h.push(e),Mo(this))},Eo.prototype.render=ko,ho=[],vo="function"==typeof Promise?Promise.prototype.then.bind(Promise.resolve()):setTimeout,go=function(e,t){return e.__v.__b-t.__v.__b},Ro.__r=0,fo=0;var Zo,jo,zo,Go,Yo=0,Xo=[],Jo=[],Ko=uo.__b,Qo=uo.__r,ea=uo.diffed,ta=uo.__c,ra=uo.unmount;function ia(e,t){uo.__h&&uo.__h(jo,e,Yo||t),Yo=0;var r=jo.__H||(jo.__H={__:[],__h:[]});return e>=r.__.length&&r.__.push({__V:Jo}),r.__[e]}function na(e){return Yo=1,function(e,t,r){var i=ia(Zo++,2);if(i.t=e,!i.__c&&(i.__=[ga(void 0,t),function(e){var t=i.__N?i.__N[0]:i.__[0],r=i.t(t,e);t!==r&&(i.__N=[r,i.__[1]],i.__c.setState({}))}],i.__c=jo,!jo.u)){var n=function(e,t,r){if(!i.__c.__H)return!0;var n=i.__c.__H.__.filter((function(e){return e.__c}));if(n.every((function(e){return!e.__N})))return!s||s.call(this,e,t,r);var o=!1;return n.forEach((function(e){if(e.__N){var t=e.__[0];e.__=e.__N,e.__N=void 0,t!==e.__[0]&&(o=!0)}})),!(!o&&i.__c.props===e)&&(!s||s.call(this,e,t,r))};jo.u=!0;var s=jo.shouldComponentUpdate,o=jo.componentWillUpdate;jo.componentWillUpdate=function(e,t,r){if(this.__e){var i=s;s=void 0,n(e,t,r),s=i}o&&o.call(this,e,t,r)},jo.shouldComponentUpdate=n}return i.__N||i.__}(ga,e)}function sa(e,t){var r=ia(Zo++,3);!uo.__s&&va(r.__H,t)&&(r.__=e,r.i=t,jo.__H.__h.push(r))}function oa(e){return Yo=5,aa((function(){return{current:e}}),[])}function aa(e,t){var r=ia(Zo++,7);return va(r.__H,t)?(r.__V=e(),r.i=t,r.__h=e,r.__V):r.__}function la(e){var t=jo.context[e.__c],r=ia(Zo++,9);return r.c=e,t?(null==r.__&&(r.__=!0,t.sub(jo)),t.props.value):e.__}function ua(){for(var e;e=Xo.shift();)if(e.__P&&e.__H)try{e.__H.__h.forEach(ha),e.__H.__h.forEach(pa),e.__H.__h=[]}catch(t){e.__H.__h=[],uo.__e(t,e.__v)}}uo.__b=function(e){jo=null,Ko&&Ko(e)},uo.__r=function(e){Qo&&Qo(e),Zo=0;var t=(jo=e.__c).__H;t&&(zo===jo?(t.__h=[],jo.__h=[],t.__.forEach((function(e){e.__N&&(e.__=e.__N),e.__V=Jo,e.__N=e.i=void 0}))):(t.__h.forEach(ha),t.__h.forEach(pa),t.__h=[],Zo=0)),zo=jo},uo.diffed=function(e){ea&&ea(e);var t=e.__c;t&&t.__H&&(t.__H.__h.length&&(1!==Xo.push(t)&&Go===uo.requestAnimationFrame||((Go=uo.requestAnimationFrame)||da)(ua)),t.__H.__.forEach((function(e){e.i&&(e.__H=e.i),e.__V!==Jo&&(e.__=e.__V),e.i=void 0,e.__V=Jo}))),zo=jo=null},uo.__c=function(e,t){t.some((function(e){try{e.__h.forEach(ha),e.__h=e.__h.filter((function(e){return!e.__||pa(e)}))}catch(r){t.some((function(e){e.__h&&(e.__h=[])})),t=[],uo.__e(r,e.__v)}})),ta&&ta(e,t)},uo.unmount=function(e){ra&&ra(e);var t,r=e.__c;r&&r.__H&&(r.__H.__.forEach((function(e){try{ha(e)}catch(e){t=e}})),r.__H=void 0,t&&uo.__e(t,r.__v))};var ca="function"==typeof requestAnimationFrame;function da(e){var t,r=function(){clearTimeout(i),ca&&cancelAnimationFrame(t),setTimeout(e)},i=setTimeout(r,100);ca&&(t=requestAnimationFrame(r))}function ha(e){var t=jo,r=e.__c;"function"==typeof r&&(e.__c=void 0,r()),jo=t}function pa(e){var t=jo;e.__c=e.__(),jo=t}function va(e,t){return!e||e.length!==t.length||t.some((function(t,r){return t!==e[r]}))}function ga(e,t){return"function"==typeof t?t(e):t}var fa=function(e){return e.Button="button",e.Tab="tab",e.Selector="selector",e}({}),_a=function(e){return e.TopLeft="top_left",e.TopRight="top_right",e.TopCenter="top_center",e.MiddleLeft="middle_left",e.MiddleRight="middle_right",e.MiddleCenter="middle_center",e.Left="left",e.Center="center",e.Right="right",e.NextToTrigger="next_to_trigger",e}({}),ma=function(e){return e.Popover="popover",e.API="api",e.Widget="widget",e.ExternalSurvey="external_survey",e}({}),ya=function(e){return e.Open="open",e.MultipleChoice="multiple_choice",e.SingleChoice="single_choice",e.Rating="rating",e.Link="link",e}({}),ba=function(e){return e.NextQuestion="next_question",e.End="end",e.ResponseBased="response_based",e.SpecificQuestion="specific_question",e}({}),Sa=function(e){return e.Once="once",e.Recurring="recurring",e.Always="always",e}({}),wa=function(e){return e.SHOWN="survey shown",e.DISMISSED="survey dismissed",e.SENT="survey sent",e}({}),Ca=function(e){return e.SURVEY_ID="$survey_id",e.SURVEY_NAME="$survey_name",e.SURVEY_RESPONSE="$survey_response",e.SURVEY_ITERATION="$survey_iteration",e.SURVEY_ITERATION_START_DATE="$survey_iteration_start_date",e.SURVEY_PARTIALLY_COMPLETED="$survey_partially_completed",e.SURVEY_SUBMISSION_ID="$survey_submission_id",e.SURVEY_QUESTIONS="$survey_questions",e.SURVEY_COMPLETED="$survey_completed",e}({}),Ia=function(e){return e.Popover="popover",e.Inline="inline",e}({}),ka=cn("[Surveys]");function Ea(e){return!(!e.start_date||e.end_date)}function xa(e){var t;return!(null==(t=e.conditions)||null==(t=t.events)||null==(t=t.values)||!t.length)}function Ta(e){var t;return!(null==(t=e.conditions)||null==(t=t.actions)||null==(t=t.values)||!t.length)}var Ma="seenSurvey_",Ra="inProgressSurvey_",Aa=(e,t)=>{var r="$survey_"+t+"/"+e.id;return e.current_iteration&&e.current_iteration>0&&(r="$survey_"+t+"/"+e.id+"/"+e.current_iteration),r},Na=e=>{var t=""+Ma+e.id;return e.current_iteration&&e.current_iteration>0&&(t=""+Ma+e.id+"_"+e.current_iteration),t},Fa=e=>{localStorage.getItem(Na(e))||localStorage.setItem(Na(e),"true")},Pa=[ma.Popover,ma.Widget,ma.API],Oa={ignoreConditions:!1,ignoreDelay:!1,displayType:Ia.Popover};Math.trunc||(Math.trunc=function(e){return e<0?Math.ceil(e):Math.floor(e)}),Number.isInteger||(Number.isInteger=function(e){return ii(e)&&isFinite(e)&&Math.floor(e)===e});var La="0123456789abcdef";class Da{constructor(e){if(this.bytes=e,16!==e.length)throw new TypeError("not 128-bit length")}static fromFieldsV7(e,t,r,i){if(!Number.isInteger(e)||!Number.isInteger(t)||!Number.isInteger(r)||!Number.isInteger(i)||e<0||t<0||r<0||i<0||e>0xffffffffffff||t>4095||r>1073741823||i>4294967295)throw new RangeError("invalid field value");var n=new Uint8Array(16);return n[0]=e/Math.pow(2,40),n[1]=e/Math.pow(2,32),n[2]=e/Math.pow(2,24),n[3]=e/Math.pow(2,16),n[4]=e/Math.pow(2,8),n[5]=e,n[6]=112|t>>>8,n[7]=t,n[8]=128|r>>>24,n[9]=r>>>16,n[10]=r>>>8,n[11]=r,n[12]=i>>>24,n[13]=i>>>16,n[14]=i>>>8,n[15]=i,new Da(n)}toString(){for(var e="",t=0;t<this.bytes.length;t++)e=e+La.charAt(this.bytes[t]>>>4)+La.charAt(15&this.bytes[t]),3!==t&&5!==t&&7!==t&&9!==t||(e+="-");if(36!==e.length)throw new Error("Invalid UUIDv7 was generated");return e}clone(){return new Da(this.bytes.slice(0))}equals(e){return 0===this.compareTo(e)}compareTo(e){for(var t=0;t<16;t++){var r=this.bytes[t]-e.bytes[t];if(0!==r)return Math.sign(r)}return 0}}class Ba{constructor(){this._timestamp=0,this._counter=0,this._random=new Va}generate(){var e=this.generateOrAbort();if(Kr(e)){this._timestamp=0;var t=this.generateOrAbort();if(Kr(t))throw new Error("Could not generate UUID after timestamp reset");return t}return e}generateOrAbort(){var e=Date.now();if(e>this._timestamp)this._timestamp=e,this._resetCounter();else{if(!(e+1e4>this._timestamp))return;this._counter++,this._counter>4398046511103&&(this._timestamp++,this._resetCounter())}return Da.fromFieldsV7(this._timestamp,Math.trunc(this._counter/Math.pow(2,30)),this._counter&Math.pow(2,30)-1,this._random.nextUint32())}_resetCounter(){this._counter=1024*this._random.nextUint32()+(1023&this._random.nextUint32())}}var qa,Ha=e=>{if("undefined"!=typeof UUIDV7_DENY_WEAK_RNG&&UUIDV7_DENY_WEAK_RNG)throw new Error("no cryptographically strong RNG available");for(var t=0;t<e.length;t++)e[t]=65536*Math.trunc(65536*Math.random())+Math.trunc(65536*Math.random());return e};Zi&&!Kr(Zi.crypto)&&crypto.getRandomValues&&(Ha=e=>crypto.getRandomValues(e));class Va{constructor(){this._buffer=new Uint32Array(8),this._cursor=1/0}nextUint32(){return this._cursor>=this._buffer.length&&(Ha(this._buffer),this._cursor=0),this._buffer[this._cursor++]}}var Wa=()=>$a().toString(),$a=()=>(qa||(qa=new Ba)).generate(),Ua="Mobile",Za="iOS",ja="Android",za="Tablet",Ga=ja+" "+za,Ya="iPad",Xa="Apple",Ja=Xa+" Watch",Ka="Safari",Qa="BlackBerry",el="Samsung",tl=el+"Browser",rl=el+" Internet",il="Chrome",nl=il+" OS",sl=il+" "+Za,ol="Internet Explorer",al=ol+" "+Ua,ll="Opera",ul=ll+" Mini",cl="Edge",dl="Microsoft "+cl,hl="Firefox",pl=hl+" "+Za,vl="Nintendo",gl="PlayStation",fl="Xbox",_l=ja+" "+Ua,ml=Ua+" "+Ka,yl="Windows",bl=yl+" Phone",Sl="Nokia",wl="Ouya",Cl="Generic",Il=Cl+" "+Ua.toLowerCase(),kl=Cl+" "+za.toLowerCase(),El="Konqueror",xl="(\\d+(\\.\\d+)?)",Tl=new RegExp("Version/"+xl),Ml=new RegExp(fl,"i"),Rl=new RegExp(gl+" \\w+","i"),Al=new RegExp(vl+" \\w+","i"),Nl=new RegExp(Qa+"|PlayBook|BB10","i"),Fl={"NT3.51":"NT 3.11","NT4.0":"NT 4.0","5.0":"2000",5.1:"XP",5.2:"XP","6.0":"Vista",6.1:"7",6.2:"8",6.3:"8.1",6.4:"10","10.0":"10"};var Pl=(e,t)=>t&&Hr(t,Xa)||function(e){return Hr(e,Ka)&&!Hr(e,il)&&!Hr(e,ja)}(e),Ol=function(e,t){return t=t||"",Hr(e," OPR/")&&Hr(e,"Mini")?ul:Hr(e," OPR/")?ll:Nl.test(e)?Qa:Hr(e,"IE"+Ua)||Hr(e,"WPDesktop")?al:Hr(e,tl)?rl:Hr(e,cl)||Hr(e,"Edg/")?dl:Hr(e,"FBIOS")?"Facebook "+Ua:Hr(e,"UCWEB")||Hr(e,"UCBrowser")?"UC Browser":Hr(e,"CriOS")?sl:Hr(e,"CrMo")||Hr(e,il)?il:Hr(e,ja)&&Hr(e,Ka)?_l:Hr(e,"FxiOS")?pl:Hr(e.toLowerCase(),El.toLowerCase())?El:Pl(e,t)?Hr(e,Ua)?ml:Ka:Hr(e,hl)?hl:Hr(e,"MSIE")||Hr(e,"Trident/")?ol:Hr(e,"Gecko")?hl:""},Ll={[al]:[new RegExp("rv:"+xl)],[dl]:[new RegExp(cl+"?\\/"+xl)],[il]:[new RegExp("("+il+"|CrMo)\\/"+xl)],[sl]:[new RegExp("CriOS\\/"+xl)],"UC Browser":[new RegExp("(UCBrowser|UCWEB)\\/"+xl)],[Ka]:[Tl],[ml]:[Tl],[ll]:[new RegExp("(Opera|OPR)\\/"+xl)],[hl]:[new RegExp(hl+"\\/"+xl)],[pl]:[new RegExp("FxiOS\\/"+xl)],[El]:[new RegExp("Konqueror[:/]?"+xl,"i")],[Qa]:[new RegExp(Qa+" "+xl),Tl],[_l]:[new RegExp("android\\s"+xl,"i")],[rl]:[new RegExp(tl+"\\/"+xl)],[ol]:[new RegExp("(rv:|MSIE )"+xl)],Mozilla:[new RegExp("rv:"+xl)]},Dl=function(e,t){var r=Ol(e,t),i=Ll[r];if(Kr(i))return null;for(var n=0;n<i.length;n++){var s=i[n],o=e.match(s);if(o)return parseFloat(o[o.length-2])}return null},Bl=[[new RegExp(fl+"; "+fl+" (.*?)[);]","i"),e=>[fl,e&&e[1]||""]],[new RegExp(vl,"i"),[vl,""]],[new RegExp(gl,"i"),[gl,""]],[Nl,[Qa,""]],[new RegExp(yl,"i"),(e,t)=>{if(/Phone/.test(t)||/WPDesktop/.test(t))return[bl,""];if(new RegExp(Ua).test(t)&&!/IEMobile\b/.test(t))return[yl+" "+Ua,""];var r=/Windows NT ([0-9.]+)/i.exec(t);if(r&&r[1]){var i=r[1],n=Fl[i]||"";return/arm/i.test(t)&&(n="RT"),[yl,n]}return[yl,""]}],[/((iPhone|iPad|iPod).*?OS (\d+)_(\d+)_?(\d+)?|iPhone)/,e=>{if(e&&e[3]){var t=[e[3],e[4],e[5]||"0"];return[Za,t.join(".")]}return[Za,""]}],[/(watch.*\/(\d+\.\d+\.\d+)|watch os,(\d+\.\d+),)/i,e=>{var t="";return e&&e.length>=3&&(t=Kr(e[2])?e[3]:e[2]),["watchOS",t]}],[new RegExp("("+ja+" (\\d+)\\.(\\d+)\\.?(\\d+)?|"+ja+")","i"),e=>{if(e&&e[2]){var t=[e[2],e[3],e[4]||"0"];return[ja,t.join(".")]}return[ja,""]}],[/Mac OS X (\d+)[_.](\d+)[_.]?(\d+)?/i,e=>{var t=["Mac OS X",""];if(e&&e[1]){var r=[e[1],e[2],e[3]||"0"];t[1]=r.join(".")}return t}],[/Mac/i,["Mac OS X",""]],[/CrOS/,[nl,""]],[/Linux|debian/i,["Linux",""]]],ql=function(e){return Al.test(e)?vl:Rl.test(e)?gl:Ml.test(e)?fl:new RegExp(wl,"i").test(e)?wl:new RegExp("("+bl+"|WPDesktop)","i").test(e)?bl:/iPad/.test(e)?Ya:/iPod/.test(e)?"iPod Touch":/iPhone/.test(e)?"iPhone":/(watch)(?: ?os[,/]|\d,\d\/)[\d.]+/i.test(e)?Ja:Nl.test(e)?Qa:/(kobo)\s(ereader|touch)/i.test(e)?"Kobo":new RegExp(Sl,"i").test(e)?Sl:/(kf[a-z]{2}wi|aeo[c-r]{2})( bui|\))/i.test(e)||/(kf[a-z]+)( bui|\)).+silk\//i.test(e)?"Kindle Fire":/(Android|ZTE)/i.test(e)?!new RegExp(Ua).test(e)||/(9138B|TB782B|Nexus [97]|pixel c|HUAWEISHT|BTV|noble nook|smart ultra 6)/i.test(e)?/pixel[\daxl ]{1,6}/i.test(e)&&!/pixel c/i.test(e)||/(huaweimed-al00|tah-|APA|SM-G92|i980|zte|U304AA)/i.test(e)||/lmy47v/i.test(e)&&!/QTAQZ3/i.test(e)?ja:Ga:ja:new RegExp("(pda|"+Ua+")","i").test(e)?Il:new RegExp(za,"i").test(e)&&!new RegExp(za+" pc","i").test(e)?kl:""},Hl=function(e){var t=ql(e);return t===Ya||t===Ga||"Kobo"===t||"Kindle Fire"===t||t===kl?za:t===vl||t===fl||t===gl||t===wl?"Console":t===Ja?"Wearable":t?Ua:"Desktop"},Vl="$copy_autocapture",Wl=function(e){return e.GZipJS="gzip-js",e.Base64="base64",e}({}),$l=Uint8Array,Ul=Uint16Array,Zl=Uint32Array,jl=new $l([0,0,0,0,0,0,0,0,1,1,1,1,2,2,2,2,3,3,3,3,4,4,4,4,5,5,5,5,0,0,0,0]),zl=new $l([0,0,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13,0,0]),Gl=new $l([16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15]),Yl=function(e,t){for(var r=new Ul(31),i=0;i<31;++i)r[i]=t+=1<<e[i-1];var n=new Zl(r[30]);for(i=1;i<30;++i)for(var s=r[i];s<r[i+1];++s)n[s]=s-r[i]<<5|i;return[r,n]},Xl=Yl(jl,2),Jl=Xl[0],Kl=Xl[1];Jl[28]=258,Kl[258]=28;for(var Ql=Yl(zl,0)[1],eu=new Ul(32768),tu=0;tu<32768;++tu){var ru=(43690&tu)>>>1|(21845&tu)<<1;ru=(61680&(ru=(52428&ru)>>>2|(13107&ru)<<2))>>>4|(3855&ru)<<4,eu[tu]=((65280&ru)>>>8|(255&ru)<<8)>>>1}var iu=function(e,t,r){for(var i=e.length,n=0,s=new Ul(t);n<i;++n)++s[e[n]-1];var o,a=new Ul(t);for(n=0;n<t;++n)a[n]=a[n-1]+s[n-1]<<1;if(r){o=new Ul(1<<t);var l=15-t;for(n=0;n<i;++n)if(e[n])for(var u=n<<4|e[n],c=t-e[n],d=a[e[n]-1]++<<c,h=d|(1<<c)-1;d<=h;++d)o[eu[d]>>>l]=u}else for(o=new Ul(i),n=0;n<i;++n)o[n]=eu[a[e[n]-1]++]>>>15-e[n];return o},nu=new $l(288);for(tu=0;tu<144;++tu)nu[tu]=8;for(tu=144;tu<256;++tu)nu[tu]=9;for(tu=256;tu<280;++tu)nu[tu]=7;for(tu=280;tu<288;++tu)nu[tu]=8;var su=new $l(32);for(tu=0;tu<32;++tu)su[tu]=5;var ou=iu(nu,9,0),au=iu(su,5,0),lu=function(e){return(e/8>>0)+(7&e&&1)},uu=function(e,t,r){(null==r||r>e.length)&&(r=e.length);var i=new(e instanceof Ul?Ul:e instanceof Zl?Zl:$l)(r-t);return i.set(e.subarray(t,r)),i},cu=function(e,t,r){r<<=7&t;var i=t/8>>0;e[i]|=r,e[i+1]|=r>>>8},du=function(e,t,r){r<<=7&t;var i=t/8>>0;e[i]|=r,e[i+1]|=r>>>8,e[i+2]|=r>>>16},hu=function(e,t){for(var r=[],i=0;i<e.length;++i)e[i]&&r.push({s:i,f:e[i]});var n=r.length,s=r.slice();if(!n)return[new $l(0),0];if(1==n){var o=new $l(r[0].s+1);return o[r[0].s]=1,[o,1]}r.sort((function(e,t){return e.f-t.f})),r.push({s:-1,f:25001});var a=r[0],l=r[1],u=0,c=1,d=2;for(r[0]={s:-1,f:a.f+l.f,l:a,r:l};c!=n-1;)a=r[r[u].f<r[d].f?u++:d++],l=r[u!=c&&r[u].f<r[d].f?u++:d++],r[c++]={s:-1,f:a.f+l.f,l:a,r:l};var h=s[0].s;for(i=1;i<n;++i)s[i].s>h&&(h=s[i].s);var p=new Ul(h+1),v=pu(r[c-1],p,0);if(v>t){i=0;var g=0,f=v-t,_=1<<f;for(s.sort((function(e,t){return p[t.s]-p[e.s]||e.f-t.f}));i<n;++i){var m=s[i].s;if(!(p[m]>t))break;g+=_-(1<<v-p[m]),p[m]=t}for(g>>>=f;g>0;){var y=s[i].s;p[y]<t?g-=1<<t-p[y]++-1:++i}for(;i>=0&&g;--i){var b=s[i].s;p[b]==t&&(--p[b],++g)}v=t}return[new $l(p),v]},pu=function(e,t,r){return-1==e.s?Math.max(pu(e.l,t,r+1),pu(e.r,t,r+1)):t[e.s]=r},vu=function(e){for(var t=e.length;t&&!e[--t];);for(var r=new Ul(++t),i=0,n=e[0],s=1,o=function(e){r[i++]=e},a=1;a<=t;++a)if(e[a]==n&&a!=t)++s;else{if(!n&&s>2){for(;s>138;s-=138)o(32754);s>2&&(o(s>10?s-11<<5|28690:s-3<<5|12305),s=0)}else if(s>3){for(o(n),--s;s>6;s-=6)o(8304);s>2&&(o(s-3<<5|8208),s=0)}for(;s--;)o(n);s=1,n=e[a]}return[r.subarray(0,i),t]},gu=function(e,t){for(var r=0,i=0;i<t.length;++i)r+=e[i]*t[i];return r},fu=function(e,t,r){var i=r.length,n=lu(t+2);e[n]=255&i,e[n+1]=i>>>8,e[n+2]=255^e[n],e[n+3]=255^e[n+1];for(var s=0;s<i;++s)e[n+s+4]=r[s];return 8*(n+4+i)},_u=function(e,t,r,i,n,s,o,a,l,u,c){cu(t,c++,r),++n[256];for(var d=hu(n,15),h=d[0],p=d[1],v=hu(s,15),g=v[0],f=v[1],_=vu(h),m=_[0],y=_[1],b=vu(g),S=b[0],w=b[1],C=new Ul(19),I=0;I<m.length;++I)C[31&m[I]]++;for(I=0;I<S.length;++I)C[31&S[I]]++;for(var k=hu(C,7),E=k[0],x=k[1],T=19;T>4&&!E[Gl[T-1]];--T);var M,R,A,N,F=u+5<<3,P=gu(n,nu)+gu(s,su)+o,O=gu(n,h)+gu(s,g)+o+14+3*T+gu(C,E)+(2*C[16]+3*C[17]+7*C[18]);if(F<=P&&F<=O)return fu(t,c,e.subarray(l,l+u));if(cu(t,c,1+(O<P)),c+=2,O<P){M=iu(h,p,0),R=h,A=iu(g,f,0),N=g;var L=iu(E,x,0);cu(t,c,y-257),cu(t,c+5,w-1),cu(t,c+10,T-4),c+=14;for(I=0;I<T;++I)cu(t,c+3*I,E[Gl[I]]);c+=3*T;for(var D=[m,S],B=0;B<2;++B){var q=D[B];for(I=0;I<q.length;++I){var H=31&q[I];cu(t,c,L[H]),c+=E[H],H>15&&(cu(t,c,q[I]>>>5&127),c+=q[I]>>>12)}}}else M=ou,R=nu,A=au,N=su;for(I=0;I<a;++I)if(i[I]>255){H=i[I]>>>18&31;du(t,c,M[H+257]),c+=R[H+257],H>7&&(cu(t,c,i[I]>>>23&31),c+=jl[H]);var V=31&i[I];du(t,c,A[V]),c+=N[V],V>3&&(du(t,c,i[I]>>>5&8191),c+=zl[V])}else du(t,c,M[i[I]]),c+=R[i[I]];return du(t,c,M[256]),c+R[256]},mu=new Zl([65540,131080,131088,131104,262176,1048704,1048832,2114560,2117632]),yu=function(){for(var e=new Zl(256),t=0;t<256;++t){for(var r=t,i=9;--i;)r=(1&r&&3988292384)^r>>>1;e[t]=r}return e}(),bu=function(e,t,r,i,n){return function(e,t,r,i,n,s){var o=e.length,a=new $l(i+o+5*(1+Math.floor(o/7e3))+n),l=a.subarray(i,a.length-n),u=0;if(!t||o<8)for(var c=0;c<=o;c+=65535){var d=c+65535;d<o?u=fu(l,u,e.subarray(c,d)):(l[c]=s,u=fu(l,u,e.subarray(c,o)))}else{for(var h=mu[t-1],p=h>>>13,v=8191&h,g=(1<<r)-1,f=new Ul(32768),_=new Ul(g+1),m=Math.ceil(r/3),y=2*m,b=function(t){return(e[t]^e[t+1]<<m^e[t+2]<<y)&g},S=new Zl(25e3),w=new Ul(288),C=new Ul(32),I=0,k=0,E=(c=0,0),x=0,T=0;c<o;++c){var M=b(c),R=32767&c,A=_[M];if(f[R]=A,_[M]=R,x<=c){var N=o-c;if((I>7e3||E>24576)&&N>423){u=_u(e,l,0,S,w,C,k,E,T,c-T,u),E=I=k=0,T=c;for(var F=0;F<286;++F)w[F]=0;for(F=0;F<30;++F)C[F]=0}var P=2,O=0,L=v,D=R-A&32767;if(N>2&&M==b(c-D))for(var B=Math.min(p,N)-1,q=Math.min(32767,c),H=Math.min(258,N);D<=q&&--L&&R!=A;){if(e[c+P]==e[c+P-D]){for(var V=0;V<H&&e[c+V]==e[c+V-D];++V);if(V>P){if(P=V,O=D,V>B)break;var W=Math.min(D,V-2),U=0;for(F=0;F<W;++F){var Z=c-D+F+32768&32767,j=Z-f[Z]+32768&32767;j>U&&(U=j,A=Z)}}}D+=(R=A)-(A=f[R])+32768&32767}if(O){S[E++]=268435456|Kl[P]<<18|Ql[O];var z=31&Kl[P],G=31&Ql[O];k+=jl[z]+zl[G],++w[257+z],++C[G],x=c+P,++I}else S[E++]=e[c],++w[e[c]]}}u=_u(e,l,s,S,w,C,k,E,T,c-T,u)}return uu(a,0,i+lu(u)+n)}(e,null==t.level?6:t.level,null==t.mem?Math.ceil(1.5*Math.max(8,Math.min(13,Math.log(e.length)))):12+t.mem,r,i,!0)},Su=function(e,t,r){for(;r;++t)e[t]=r,r>>>=8};function wu(e,t){void 0===t&&(t={});var r=function(){var e=4294967295;return{p:function(t){for(var r=e,i=0;i<t.length;++i)r=yu[255&r^t[i]]^r>>>8;e=r},d:function(){return 4294967295^e}}}(),i=e.length;r.p(e);var n=bu(e,t,function(e){return 10+(e.filename&&e.filename.length+1||0)}(t),8),s=n.length;return function(e,t){var r=t.filename;if(e[0]=31,e[1]=139,e[2]=8,e[8]=t.level<2?4:9==t.level?2:0,e[9]=3,0!=t.mtime&&Su(e,4,Math.floor(new Date(t.mtime||Date.now())/1e3)),r){e[3]=8;for(var i=0;i<=r.length;++i)e[i+10]=r.charCodeAt(i)}}(n,t),Su(n,s-8,r.d()),Su(n,s-4,i),n}var Cu=function(e){var t,r,i,n,s="";for(t=r=0,i=(e=(e+"").replace(/\r\n/g,"\n").replace(/\r/g,"\n")).length,n=0;n<i;n++){var o=e.charCodeAt(n),a=null;o<128?r++:a=o>127&&o<2048?String.fromCharCode(o>>6|192,63&o|128):String.fromCharCode(o>>12|224,o>>6&63|128,63&o|128),ti(a)||(r>t&&(s+=e.substring(t,r)),s+=a,t=r=n+1)}return r>t&&(s+=e.substring(t,e.length)),s},Iu=!!en||!!Qi,ku="text/plain",Eu=(e,t)=>{var[i,n]=e.split("?"),s=r({},t);null==n||n.split("&").forEach((e=>{var[t]=e.split("=");delete s[t]}));var o=En(s);return i+"?"+(o=o?(n?n+"&":"")+o:n)},xu=(e,t)=>JSON.stringify(e,((e,t)=>"bigint"==typeof t?t.toString():t),t),Tu=e=>{var{data:t,compression:r}=e;if(t){if(r===Wl.GZipJS){var i=wu(function(e,t){var r=e.length;if("undefined"!=typeof TextEncoder)return(new TextEncoder).encode(e);for(var i=new $l(e.length+(e.length>>>1)),n=0,s=function(e){i[n++]=e},o=0;o<r;++o){if(n+5>i.length){var a=new $l(n+8+(r-o<<1));a.set(i),i=a}var l=e.charCodeAt(o);l<128||t?s(l):l<2048?(s(192|l>>>6),s(128|63&l)):l>55295&&l<57344?(s(240|(l=65536+(1047552&l)|1023&e.charCodeAt(++o))>>>18),s(128|l>>>12&63),s(128|l>>>6&63),s(128|63&l)):(s(224|l>>>12),s(128|l>>>6&63),s(128|63&l))}return uu(i,0,n)}(xu(t)),{mtime:0}),n=new Blob([i],{type:ku});return{contentType:ku,body:n,estimatedSize:n.size}}if(r===Wl.Base64){var s=function(e){var t,r,i,n,s,o="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",a=0,l=0,u="",c=[];if(!e)return e;e=Cu(e);do{t=(s=e.charCodeAt(a++)<<16|e.charCodeAt(a++)<<8|e.charCodeAt(a++))>>18&63,r=s>>12&63,i=s>>6&63,n=63&s,c[l++]=o.charAt(t)+o.charAt(r)+o.charAt(i)+o.charAt(n)}while(a<e.length);switch(u=c.join(""),e.length%3){case 1:u=u.slice(0,-2)+"==";break;case 2:u=u.slice(0,-1)+"="}return u}(xu(t)),o=(e=>"data="+encodeURIComponent("string"==typeof e?e:xu(e)))(s);return{contentType:"application/x-www-form-urlencoded",body:o,estimatedSize:new Blob([o]).size}}var a=xu(t);return{contentType:"application/json",body:a,estimatedSize:new Blob([a]).size}}},Mu=[];Qi&&Mu.push({transport:"fetch",method:e=>{var t,i,{contentType:n,body:s,estimatedSize:o}=null!==(t=Tu(e))&&void 0!==t?t:{},a=new Headers;pn(e.headers,(function(e,t){a.append(t,e)})),n&&a.append("Content-Type",n);var l=e.url,u=null;if(tn){var c=new tn;u={signal:c.signal,timeout:setTimeout((()=>c.abort()),e.timeout)}}Qi(l,r({method:(null==e?void 0:e.method)||"GET",headers:a,keepalive:"POST"===e.method&&(o||0)<52428.8,body:s,signal:null==(i=u)?void 0:i.signal},e.fetchOptions)).then((t=>t.text().then((r=>{var i={statusCode:t.status,text:r};if(200===t.status)try{i.json=JSON.parse(r)}catch(e){un.error(e)}null==e.callback||e.callback(i)})))).catch((t=>{un.error(t),null==e.callback||e.callback({statusCode:0,text:t})})).finally((()=>u?clearTimeout(u.timeout):null))}}),en&&Mu.push({transport:"XHR",method:e=>{var t,r=new en;r.open(e.method||"GET",e.url,!0);var{contentType:i,body:n}=null!==(t=Tu(e))&&void 0!==t?t:{};pn(e.headers,(function(e,t){r.setRequestHeader(t,e)})),i&&r.setRequestHeader("Content-Type",i),e.timeout&&(r.timeout=e.timeout),e.disableXHRCredentials||(r.withCredentials=!0),r.onreadystatechange=()=>{if(4===r.readyState){var t={statusCode:r.status,text:r.responseText};if(200===r.status)try{t.json=JSON.parse(r.responseText)}catch(e){}null==e.callback||e.callback(t)}},r.send(n)}}),null!=Xi&&Xi.sendBeacon&&Mu.push({transport:"sendBeacon",method:e=>{var t=Eu(e.url,{beacon:"1"});try{var r,{contentType:i,body:n}=null!==(r=Tu(e))&&void 0!==r?r:{},s="string"==typeof n?new Blob([n],{type:i}):n;Xi.sendBeacon(t,s)}catch(e){}}});var Ru=function(e,t){if(!function(e){try{new RegExp(e)}catch(e){return!1}return!0}(t))return!1;try{return new RegExp(t).test(e)}catch(e){return!1}};function Au(e,t,r){return xu({distinct_id:e,userPropertiesToSet:t,userPropertiesToSetOnce:r})}var Nu={exact:(e,t)=>t.some((t=>e.some((e=>t===e)))),is_not:(e,t)=>t.every((t=>e.every((e=>t!==e)))),regex:(e,t)=>t.some((t=>e.some((e=>Ru(t,e))))),not_regex:(e,t)=>t.every((t=>e.every((e=>!Ru(t,e))))),icontains:(e,t)=>t.map(Fu).some((t=>e.map(Fu).some((e=>t.includes(e))))),not_icontains:(e,t)=>t.map(Fu).every((t=>e.map(Fu).every((e=>!t.includes(e)))))},Fu=e=>e.toLowerCase(),Pu=cn("[Stylesheet Loader]"),Ou=Zi,Lu=Ji;function Du(e){return"$survey_response_"+e}var Bu="#020617",qu={fontFamily:"inherit",backgroundColor:"#eeeded",submitButtonColor:"black",submitButtonTextColor:"white",ratingButtonColor:"white",ratingButtonActiveColor:"black",borderColor:"#c9c6c6",placeholder:"Start typing...",whiteLabel:!1,displayThankYouMessage:!0,thankYouMessageHeader:"Thank you for your feedback!",position:_a.Right,widgetType:fa.Tab,widgetLabel:"Feedback",widgetColor:"black",zIndex:"2147483647",disabledButtonOpacity:"0.6",maxWidth:"300px",textSubtleColor:"#939393",boxPadding:"20px 24px",boxShadow:"0 4px 12px rgba(0, 0, 0, 0.15)",borderRadius:"10px",shuffleQuestions:!1,surveyPopupDelaySeconds:void 0,outlineColor:"rgba(59, 130, 246, 0.8)",inputBackground:"white",inputTextColor:Bu,scrollbarThumbColor:"var(--ph-survey-border-color)",scrollbarTrackColor:"var(--ph-survey-background-color)"};function Hu(e){if("#"===e[0]){var t=e.replace(/^#/,"");return"rgb("+parseInt(t.slice(0,2),16)+","+parseInt(t.slice(2,4),16)+","+parseInt(t.slice(4,6),16)+")"}return"rgb(255, 255, 255)"}function Vu(e){var t;void 0===e&&(e=qu.backgroundColor),"#"===e[0]&&(t=Hu(e)),e.startsWith("rgb")&&(t=e);var r={aliceblue:"#f0f8ff",antiquewhite:"#faebd7",aqua:"#00ffff",aquamarine:"#7fffd4",azure:"#f0ffff",beige:"#f5f5dc",bisque:"#ffe4c4",black:"#000000",blanchedalmond:"#ffebcd",blue:"#0000ff",blueviolet:"#8a2be2",brown:"#a52a2a",burlywood:"#deb887",cadetblue:"#5f9ea0",chartreuse:"#7fff00",chocolate:"#d2691e",coral:"#ff7f50",cornflowerblue:"#6495ed",cornsilk:"#fff8dc",crimson:"#dc143c",cyan:"#00ffff",darkblue:"#00008b",darkcyan:"#008b8b",darkgoldenrod:"#b8860b",darkgray:"#a9a9a9",darkgreen:"#006400",darkkhaki:"#bdb76b",darkmagenta:"#8b008b",darkolivegreen:"#556b2f",darkorange:"#ff8c00",darkorchid:"#9932cc",darkred:"#8b0000",darksalmon:"#e9967a",darkseagreen:"#8fbc8f",darkslateblue:"#483d8b",darkslategray:"#2f4f4f",darkturquoise:"#00ced1",darkviolet:"#9400d3",deeppink:"#ff1493",deepskyblue:"#00bfff",dimgray:"#696969",dodgerblue:"#1e90ff",firebrick:"#b22222",floralwhite:"#fffaf0",forestgreen:"#228b22",fuchsia:"#ff00ff",gainsboro:"#dcdcdc",ghostwhite:"#f8f8ff",gold:"#ffd700",goldenrod:"#daa520",gray:"#808080",green:"#008000",greenyellow:"#adff2f",honeydew:"#f0fff0",hotpink:"#ff69b4","indianred ":"#cd5c5c",indigo:"#4b0082",ivory:"#fffff0",khaki:"#f0e68c",lavender:"#e6e6fa",lavenderblush:"#fff0f5",lawngreen:"#7cfc00",lemonchiffon:"#fffacd",lightblue:"#add8e6",lightcoral:"#f08080",lightcyan:"#e0ffff",lightgoldenrodyellow:"#fafad2",lightgrey:"#d3d3d3",lightgreen:"#90ee90",lightpink:"#ffb6c1",lightsalmon:"#ffa07a",lightseagreen:"#20b2aa",lightskyblue:"#87cefa",lightslategray:"#778899",lightsteelblue:"#b0c4de",lightyellow:"#ffffe0",lime:"#00ff00",limegreen:"#32cd32",linen:"#faf0e6",magenta:"#ff00ff",maroon:"#800000",mediumaquamarine:"#66cdaa",mediumblue:"#0000cd",mediumorchid:"#ba55d3",mediumpurple:"#9370d8",mediumseagreen:"#3cb371",mediumslateblue:"#7b68ee",mediumspringgreen:"#00fa9a",mediumturquoise:"#48d1cc",mediumvioletred:"#c71585",midnightblue:"#191970",mintcream:"#f5fffa",mistyrose:"#ffe4e1",moccasin:"#ffe4b5",navajowhite:"#ffdead",navy:"#000080",oldlace:"#fdf5e6",olive:"#808000",olivedrab:"#6b8e23",orange:"#ffa500",orangered:"#ff4500",orchid:"#da70d6",palegoldenrod:"#eee8aa",palegreen:"#98fb98",paleturquoise:"#afeeee",palevioletred:"#d87093",papayawhip:"#ffefd5",peachpuff:"#ffdab9",peru:"#cd853f",pink:"#ffc0cb",plum:"#dda0dd",powderblue:"#b0e0e6",purple:"#800080",red:"#ff0000",rosybrown:"#bc8f8f",royalblue:"#4169e1",saddlebrown:"#8b4513",salmon:"#fa8072",sandybrown:"#f4a460",seagreen:"#2e8b57",seashell:"#fff5ee",sienna:"#a0522d",silver:"#c0c0c0",skyblue:"#87ceeb",slateblue:"#6a5acd",slategray:"#708090",snow:"#fffafa",springgreen:"#00ff7f",steelblue:"#4682b4",tan:"#d2b48c",teal:"#008080",thistle:"#d8bfd8",tomato:"#ff6347",turquoise:"#40e0d0",violet:"#ee82ee",wheat:"#f5deb3",white:"#ffffff",whitesmoke:"#f5f5f5",yellow:"#ffff00",yellowgreen:"#9acd32"}[e.toLowerCase()];if(r&&(t=Hu(r)),!t)return Bu;var i=t.match(/^rgba?\((\d+),\s*(\d+),\s*(\d+)(?:,\s*(\d+(?:\.\d+)?))?\)$/);if(i){var n=parseInt(i[1]),s=parseInt(i[2]),o=parseInt(i[3]);return Math.sqrt(n*n*.299+s*s*.587+o*o*.114)>127.5?Bu:"white"}return Bu}function Wu(e){var t=((e,t,r)=>{var i,n=e.createElement("style");return n.innerText=t,null!=r&&null!=(i=r.config)&&i.prepare_external_dependency_stylesheet&&(n=r.config.prepare_external_dependency_stylesheet(n)),n||(Pu.error("prepare_external_dependency_stylesheet returned null"),null)})(Lu,':host{--ph-survey-font-family:-apple-system,BlinkMacSystemFont,"Inter","Segoe UI","Roboto",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";--ph-survey-box-padding:20px 24px;--ph-survey-max-width:300px;--ph-survey-z-index:2147483647;--ph-survey-border-color:#dcdcdc;--ph-survey-border-bottom:1.5px solid var(--ph-survey-border-color);--ph-survey-border-radius:10px;--ph-survey-background-color:#eeeded;--ph-survey-box-shadow:0 4px 12px rgba(0,0,0,.15);--ph-survey-submit-button-color:#000;--ph-survey-submit-button-text-color:#fff;--ph-survey-rating-bg-color:#fff;--ph-survey-rating-text-color:#020617;--ph-survey-rating-active-bg-color:#000;--ph-survey-rating-active-text-color:#fff;--ph-survey-text-primary-color:#020617;--ph-survey-text-subtle-color:#939393;--ph-widget-color:#e0a045;--ph-widget-text-color:#fff;--ph-survey-scrollbar-thumb-color:var(--ph-survey-border-color);--ph-survey-scrollbar-track-color:var(--ph-survey-background-color);--ph-survey-outline-color:rgba(59,130,246,.8);--ph-survey-input-background:#fff;--ph-survey-input-text-color:#020617;--ph-survey-disabled-button-opacity:0.6}.ph-survey{bottom:0;height:fit-content;margin:0;max-width:85%;min-width:300px;position:fixed;width:var(--ph-survey-max-width);z-index:var(--ph-survey-z-index)}.ph-survey h3,.ph-survey p{margin:0}.ph-survey *{box-sizing:border-box;color:var(--ph-survey-text-primary-color);font-family:var(--ph-survey-font-family)}.ph-survey .multiple-choice-options label,.ph-survey input[type=text],.ph-survey textarea{background:var(--ph-survey-input-background);border:1.5px solid var(--ph-survey-border-color);border-radius:4px;color:var(--ph-survey-input-text-color);padding:10px;transition:border-color .2s ease-out,box-shadow .2s ease-out,transform .15s ease-out}.ph-survey input[type=text],.ph-survey textarea{transition:border-color .2s ease-out,box-shadow .2s ease-out,transform .15s ease-out}.ph-survey input{margin:0}.ph-survey .form-submit:focus,.ph-survey .form-submit:focus-visible,.ph-survey input[type=checkbox]:focus,.ph-survey input[type=checkbox]:focus-visible,.ph-survey input[type=radio]:focus,.ph-survey input[type=radio]:focus-visible,.ph-survey input[type=text]:focus,.ph-survey input[type=text]:focus-visible,.ph-survey textarea:focus,.ph-survey textarea:focus-visible{border-color:var(--ph-survey-rating-active-bg-color);outline:1.5px solid var(--ph-survey-outline-color);outline-offset:2px}.ph-survey button:focus:not(:focus-visible),.ph-survey input[type=checkbox]:focus:not(:focus-visible),.ph-survey input[type=radio]:focus:not(:focus-visible),.ph-survey input[type=text]:focus:not(:focus-visible),.ph-survey textarea:focus:not(:focus-visible){outline:none}.ph-survey input[type=text]:hover:not(:focus),.ph-survey textarea:hover:not(:focus){border-color:var(--ph-survey-rating-active-bg-color)}@media (max-width:768px){.ph-survey input[type=text],.ph-survey textarea{font-size:1rem}}.ph-survey .form-cancel,.ph-survey .multiple-choice-options label,.ph-survey .rating-options-number,.ph-survey input[type=checkbox],.ph-survey input[type=radio]{border:1.5px solid var(--ph-survey-border-color)}.ph-survey .footer-branding,.ph-survey .form-cancel,.ph-survey .form-submit,.ph-survey .ratings-emoji,.ph-survey .ratings-number,.ph-survey input[type=checkbox],.ph-survey input[type=radio],.ph-survey label{transition:all .2s ease-out}@media (prefers-reduced-motion:no-preference){.ph-survey button:active,.ph-survey input[type=checkbox]:active,.ph-survey input[type=radio]:active,.ph-survey label:active{transition-duration:.1s}}.ph-survey-widget-tab{background:var(--ph-widget-color);border:none;border-radius:3px 3px 0 0;color:var(--ph-widget-text-color);cursor:pointer;padding:10px 12px;position:fixed;right:0;text-align:center;top:50%;transform:rotate(-90deg) translateY(-100%);transform-origin:right top;transition:padding-bottom .2s ease-out;z-index:var(--ph-survey-z-index)}.ph-survey-widget-tab:hover{padding-bottom:16px}@keyframes ph-survey-fade-in{0%{opacity:0}to{opacity:1}}.survey-box{gap:16px}.bottom-section,.survey-box{display:flex;flex-direction:column}.bottom-section{gap:8px}.thank-you-message-header~.bottom-section{padding-top:16px}.question-container,.thank-you-message{display:flex;flex-direction:column;gap:8px}.survey-question{font-size:14px;font-weight:500}.survey-question-description{font-size:13px;opacity:.8;padding-top:4px}.question-textarea-wrapper{display:flex;flex-direction:column}.survey-form{animation:ph-survey-fade-in .3s ease-out forwards}.survey-form,.thank-you-message{background:var(--ph-survey-background-color);border:1.5px solid var(--ph-survey-border-color);border-bottom:var(--ph-survey-border-bottom);border-radius:var(--ph-survey-border-radius);box-shadow:var(--ph-survey-box-shadow);margin:0;padding:var(--ph-survey-box-padding);position:relative;text-align:left;width:100%;z-index:var(--ph-survey-z-index)}.survey-form input[type=text],.survey-form textarea{min-width:100%}:is(.survey-form textarea):focus,:is(.survey-form textarea):focus-visible{box-shadow:0 4px 12px rgba(0,0,0,.08)}:is(.survey-form textarea):focus:not(:focus-visible){box-shadow:none}.survey-box:has(.survey-question:empty):not(:has(.survey-question-description)) .multiple-choice-options,.survey-box:has(.survey-question:empty):not(:has(.survey-question-description)) textarea{margin-top:0}.multiple-choice-options{border:none;display:flex;flex-direction:column;font-size:14px;gap:8px;margin:0;padding:1px 0}.multiple-choice-options .response-choice,.multiple-choice-options label{align-items:center;color:inherit;display:flex;gap:8px}.multiple-choice-options label{cursor:pointer;font-size:13px}:is(.multiple-choice-options label):hover:not(:has(input:checked)){border-color:var(--ph-survey-text-subtle-color);box-shadow:0 2px 8px rgba(0,0,0,.08)}:is(.multiple-choice-options label):has(input:checked){border-color:var(--ph-survey-rating-active-bg-color);box-shadow:0 1px 4px rgba(0,0,0,.05)}.choice-option-open:is(.multiple-choice-options label){flex-wrap:wrap}:is(.multiple-choice-options label) span{color:inherit}.multiple-choice-options input[type=checkbox],.multiple-choice-options input[type=radio]{appearance:none;-webkit-appearance:none;-moz-appearance:none;background:var(--ph-survey-input-background);border-radius:3px;cursor:pointer;flex-shrink:0;height:1rem;position:relative;transition:all .2s cubic-bezier(.4,0,.2,1),transform .15s ease-out;width:1rem;z-index:1}:is(.multiple-choice-options input[type=checkbox],.multiple-choice-options input[type=radio]):focus{transform:scale(1.05)}:is(.multiple-choice-options input[type=checkbox],.multiple-choice-options input[type=radio]):hover{border-color:var(--ph-survey-rating-active-bg-color);transform:scale(1.05)}:is(.multiple-choice-options input[type=checkbox],.multiple-choice-options input[type=radio]):active{transform:scale(.95)}:is(.multiple-choice-options input[type=checkbox],.multiple-choice-options input[type=radio]):checked{background:var(--ph-survey-rating-active-bg-color);border-color:var(--ph-survey-rating-active-bg-color);transform:scale(1)}:is(.multiple-choice-options input[type=checkbox],.multiple-choice-options input[type=radio]):checked:hover{transform:scale(1.05)}.multiple-choice-options input[type=checkbox]:checked:after{animation:ph-survey-checkmark-reveal .2s ease-out .1s forwards;border:solid var(--ph-survey-rating-active-text-color);border-width:0 2px 2px 0;height:8px;left:4px;transform:rotate(45deg) scale(0);width:4px}.multiple-choice-options input[type=radio]:checked:after{animation:ph-survey-radio-reveal .15s ease-out .05s forwards;background:var(--ph-survey-rating-active-text-color);border-radius:50%;height:6px;left:5px;top:5px;transform:scale(0);width:6px}.multiple-choice-options input[type=checkbox]:checked:after,.multiple-choice-options input[type=radio]:checked:after{box-sizing:content-box;content:"";position:absolute}.multiple-choice-options input[type=radio]{border-radius:50%}.multiple-choice-options input[type=radio]:checked{border:none}:is(.multiple-choice-options input[type=checkbox]:checked,.multiple-choice-options input[type=radio]:checked)~*{font-weight:700}:is(:is(.multiple-choice-options .choice-option-open) input[type=text])::placeholder{color:var(--ph-survey-text-subtle-color);font-weight:400}.rating-options-emoji{display:flex;justify-content:space-between}.ratings-emoji{background-color:transparent;border:none;font-size:16px;opacity:.5;padding:0}.ratings-emoji:hover{cursor:pointer;opacity:1;transform:scale(1.15)}.ratings-emoji.rating-active{opacity:1}.ratings-emoji svg{fill:var(--ph-survey-text-primary-color);transition:fill .2s ease-out}.rating-options-number{border-radius:6px;display:grid;grid-auto-columns:1fr;grid-auto-flow:column;overflow:hidden}.rating-options-number .ratings-number{border:none;border-right:1px solid var(--ph-survey-border-color);color:var(--ph-survey-rating-text-color);cursor:pointer;font-weight:700;text-align:center}:is(.rating-options-number .ratings-number):last-of-type{border-right:0}.rating-active:is(.rating-options-number .ratings-number){background:var(--ph-survey-rating-active-bg-color);color:var(--ph-survey-rating-active-text-color)}.ratings-number{background-color:var(--ph-survey-rating-bg-color);border:none;padding:8px 0}.ratings-number .rating-active{background-color:var(--ph-survey-rating-active-bg-color)}.ratings-number:hover{cursor:pointer}.rating-text{display:flex;flex-direction:row;font-size:11px;justify-content:space-between;opacity:.7}.form-submit{background:var(--ph-survey-submit-button-color);border:none;border-radius:6px;box-shadow:0 2px 0 rgba(0,0,0,.045);color:var(--ph-survey-submit-button-text-color);cursor:pointer;font-weight:700;min-width:100%;padding:12px;text-align:center;user-select:none}.form-submit:not([disabled]):hover{box-shadow:0 4px 8px rgba(0,0,0,.1);transform:scale(1.02)}.form-submit:not([disabled]):active{box-shadow:0 1px 2px rgba(0,0,0,.05);transform:scale(.98)}.form-submit[disabled]{cursor:not-allowed;opacity:var(--ph-survey-disabled-button-opacity)}.form-cancel{background:#fff;border-radius:100%;cursor:pointer;line-height:0;padding:12px;position:absolute;right:0;top:0;transform:translate(50%,-50%)}.form-cancel:hover{opacity:.7;transform:translate(50%,-50%) scale(1.1)}.footer-branding{align-items:center;display:flex;font-size:11px;font-weight:500;gap:4px;justify-content:center;opacity:.6;text-decoration:none}.footer-branding:hover{opacity:1}.footer-branding a{text-decoration:none}.thank-you-message{text-align:center}.thank-you-message-header{margin:10px 0 0}.thank-you-message-body{font-size:14px;opacity:.8}.limit-height{max-height:256px;overflow-x:hidden;overflow-y:auto;scrollbar-color:var(--ph-survey-scrollbar-thumb-color) var(--ph-survey-scrollbar-track-color);scrollbar-width:thin}.limit-height::-webkit-scrollbar{width:8px}.limit-height::-webkit-scrollbar-track{background:var(--ph-survey-scrollbar-track-color);border-radius:4px}.limit-height::-webkit-scrollbar-thumb{background-color:var(--ph-survey-scrollbar-thumb-color);border:2px solid var(--ph-survey-scrollbar-track-color);border-radius:4px}:is(.limit-height::-webkit-scrollbar-thumb):hover{background-color:var(--ph-survey-text-subtle-color)}.sr-only{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}@media (prefers-reduced-motion:reduce){.ph-survey *{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}@keyframes ph-survey-checkmark-reveal{0%{opacity:0;transform:rotate(45deg) scale(0)}50%{opacity:1;transform:rotate(45deg) scale(1.2)}to{opacity:1;transform:rotate(45deg) scale(1)}}@keyframes ph-survey-radio-reveal{0%{opacity:0;transform:scale(0)}50%{opacity:1;transform:scale(1.3)}to{opacity:1;transform:scale(1)}}',e);return null==t||t.setAttribute("data-ph-survey-style","true"),t}var $u=(e,t,i)=>{var n=ac(e),s=Lu.querySelector("."+n);if(s&&s.shadowRoot)return{shadow:s.shadowRoot,isNewlyCreated:!1};var o=Lu.createElement("div");((e,t,i)=>{var n=r({},qu,i),s=e.style,o=![_a.Center,_a.Left,_a.Right].includes(n.position)||t===ma.Widget&&(null==i?void 0:i.widgetType)===fa.Tab;s.setProperty("--ph-survey-font-family",function(e){if("inherit"===e)return"inherit";var t='BlinkMacSystemFont, "Inter", "Segoe UI", "Roboto", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"';return e?e+", "+t:"-apple-system, "+t}(n.fontFamily)),s.setProperty("--ph-survey-box-padding",n.boxPadding),s.setProperty("--ph-survey-max-width",n.maxWidth),s.setProperty("--ph-survey-z-index",n.zIndex),s.setProperty("--ph-survey-border-color",n.borderColor),o?(s.setProperty("--ph-survey-border-radius",n.borderRadius),s.setProperty("--ph-survey-border-bottom","1.5px solid var(--ph-survey-border-color)")):(s.setProperty("--ph-survey-border-bottom","none"),s.setProperty("--ph-survey-border-radius",n.borderRadius+" "+n.borderRadius+" 0 0")),s.setProperty("--ph-survey-background-color",n.backgroundColor),s.setProperty("--ph-survey-box-shadow",n.boxShadow),s.setProperty("--ph-survey-disabled-button-opacity",n.disabledButtonOpacity),s.setProperty("--ph-survey-submit-button-color",n.submitButtonColor),s.setProperty("--ph-survey-submit-button-text-color",(null==i?void 0:i.submitButtonTextColor)||Vu(n.submitButtonColor)),s.setProperty("--ph-survey-rating-bg-color",n.ratingButtonColor),s.setProperty("--ph-survey-rating-text-color",Vu(n.ratingButtonColor)),s.setProperty("--ph-survey-rating-active-bg-color",n.ratingButtonActiveColor),s.setProperty("--ph-survey-rating-active-text-color",Vu(n.ratingButtonActiveColor)),s.setProperty("--ph-survey-text-primary-color",Vu(n.backgroundColor)),s.setProperty("--ph-survey-text-subtle-color",n.textSubtleColor),s.setProperty("--ph-widget-color",n.widgetColor),s.setProperty("--ph-widget-text-color",Vu(n.widgetColor)),s.setProperty("--ph-widget-z-index",n.zIndex),"white"===n.backgroundColor&&s.setProperty("--ph-survey-input-background","#f8f8f8"),s.setProperty("--ph-survey-input-background",n.inputBackground),s.setProperty("--ph-survey-input-text-color",Vu(n.inputBackground)),s.setProperty("--ph-survey-scrollbar-thumb-color",n.scrollbarThumbColor),s.setProperty("--ph-survey-scrollbar-track-color",n.scrollbarTrackColor),s.setProperty("--ph-survey-outline-color",n.outlineColor)})(o,e.type,e.appearance),o.className=n;var a=o.attachShadow({mode:"open"}),l=Wu(t);if(l){var u=a.querySelector("style");u&&a.removeChild(u),a.appendChild(l)}return Lu.body.appendChild(o),{shadow:a,isNewlyCreated:!0}},Uu=(e,t)=>{if(!t)return null;var r=e[Du(t)];return zr(r)?[...r]:r},Zu=e=>{var{responses:t,survey:i,surveySubmissionId:n,posthog:s,isSurveyCompleted:o}=e;s?(Fa(i),s.capture(wa.SENT,r({[Ca.SURVEY_NAME]:i.name,[Ca.SURVEY_ID]:i.id,[Ca.SURVEY_ITERATION]:i.current_iteration,[Ca.SURVEY_ITERATION_START_DATE]:i.current_iteration_start_date,[Ca.SURVEY_QUESTIONS]:i.questions.map((e=>({id:e.id,question:e.question,response:Uu(t,e.id)}))),[Ca.SURVEY_SUBMISSION_ID]:n,[Ca.SURVEY_COMPLETED]:o,sessionRecordingUrl:null==s.get_session_replay_url?void 0:s.get_session_replay_url()},t,{$set:{[Aa(i,"responded")]:!0}})),o&&(Ou.dispatchEvent(new CustomEvent("PHSurveySent",{detail:{surveyId:i.id}})),oc(i))):ka.error("[survey sent] event not captured, PostHog instance not found.")},ju=(e,t,i)=>{if(t){if(!i){var n=nc(e);t.capture(wa.DISMISSED,r({[Ca.SURVEY_NAME]:e.name,[Ca.SURVEY_ID]:e.id,[Ca.SURVEY_ITERATION]:e.current_iteration,[Ca.SURVEY_ITERATION_START_DATE]:e.current_iteration_start_date,[Ca.SURVEY_PARTIALLY_COMPLETED]:Object.values((null==n?void 0:n.responses)||{}).filter((e=>!ri(e))).length>0,sessionRecordingUrl:null==t.get_session_replay_url?void 0:t.get_session_replay_url()},null==n?void 0:n.responses,{[Ca.SURVEY_SUBMISSION_ID]:null==n?void 0:n.surveySubmissionId,[Ca.SURVEY_QUESTIONS]:e.questions.map((e=>({id:e.id,question:e.question,response:Uu((null==n?void 0:n.responses)||{},e.id)}))),$set:{[Aa(e,"dismissed")]:!0}})),oc(e),Fa(e),Ou.dispatchEvent(new CustomEvent("PHSurveyClosed",{detail:{surveyId:e.id}}))}}else ka.error("[survey dismissed] event not captured, PostHog instance not found.")},zu=e=>e.map((e=>({sort:Math.floor(10*Math.random()),value:e}))).sort(((e,t)=>e.sort-t.sort)).map((e=>e.value)),Gu=(e,t)=>e.length===t.length&&e.every(((e,r)=>e===t[r]))?t.reverse():t,Yu=e=>e.appearance&&e.appearance.shuffleQuestions&&!e.enable_partial_responses?Gu(e.questions,zu(e.questions)):e.questions,Xu=e=>{var t;return!(null==(t=e.conditions)||null==(t=t.events)||!t.repeatedActivation||!(e=>{var t,r;return null!=(null==(t=e.conditions)||null==(t=t.events)||null==(t=t.values)?void 0:t.length)&&(null==(r=e.conditions)||null==(r=r.events)||null==(r=r.values)?void 0:r.length)>0})(e))||e.schedule===Sa.Always||sc(e)},Ju=function(e,t){var r={__c:t="__cC"+fo++,__:e,Consumer:function(e,t){return e.children(t)},Provider:function(e){var r,i;return this.getChildContext||(r=[],(i={})[t]=this,this.getChildContext=function(){return i},this.shouldComponentUpdate=function(e){this.props.value!==e.value&&r.some((function(e){e.__e=!0,Mo(e)}))},this.sub=function(e){r.push(e);var t=e.componentWillUnmount;e.componentWillUnmount=function(){r.splice(r.indexOf(e),1),t&&t.call(e)}}),e.children}};return r.Provider.__=r.Consumer.contextType=r}({isPreviewMode:!1,previewPageIndex:0,onPopupSurveyDismissed:()=>{},isPopup:!0,onPreviewSubmit:()=>{},surveySubmissionId:""}),Ku=()=>la(Ju),Qu=e=>{var{component:t,children:r,renderAsHtml:i,style:n}=e;return Uo(t,i?{dangerouslySetInnerHTML:{__html:r},style:n}:{children:r,style:n})};function ec(e){return null!=e?e:"icontains"}function tc(e){var t,r,i;if(null==(t=e.conditions)||!t.url)return!0;var n=null==Ou||null==(r=Ou.location)?void 0:r.href;if(!n)return!1;var s=[e.conditions.url],o=ec(null==(i=e.conditions)?void 0:i.urlMatchType);return Nu[o](s,[n])}var rc=e=>{var t=""+Ra+e.id;return e.current_iteration&&e.current_iteration>0&&(t=""+Ra+e.id+"_"+e.current_iteration),t},ic=(e,t)=>{try{localStorage.setItem(rc(e),JSON.stringify(t))}catch(e){ka.error("Error setting in-progress survey state in localStorage",e)}},nc=e=>{try{var t=localStorage.getItem(rc(e));if(t)return JSON.parse(t)}catch(e){ka.error("Error getting in-progress survey state from localStorage",e)}return null},sc=e=>{var t=nc(e);return!ri(null==t?void 0:t.surveySubmissionId)},oc=e=>{try{localStorage.removeItem(rc(e))}catch(e){ka.error("Error clearing in-progress survey state from localStorage",e)}};function ac(e,t){void 0===t&&(t=!1);var r="PostHogSurvey-"+e.id;return t?"."+r:r}var lc=0;function uc(e,t,r,i,n,s){var o,a,l={};for(a in t)"ref"==a?o=t[a]:l[a]=t[a];var u={type:e,props:l,key:r,ref:o,__k:null,__:null,__b:0,__e:null,__d:void 0,__c:null,constructor:void 0,__v:--lc,__i:-1,__u:0,__source:n,__self:s};if("function"==typeof e&&(o=e.defaultProps))for(a in o)void 0===l[a]&&(l[a]=o[a]);return uo.vnode&&uo.vnode(u),u}var cc=uc("svg",{className:"emoji-svg",xmlns:"http://www.w3.org/2000/svg",height:"48",viewBox:"0 -960 960 960",width:"48",children:uc("path",{d:"M626-533q22.5 0 38.25-15.75T680-587q0-22.5-15.75-38.25T626-641q-22.5 0-38.25 15.75T572-587q0 22.5 15.75 38.25T626-533Zm-292 0q22.5 0 38.25-15.75T388-587q0-22.5-15.75-38.25T334-641q-22.5 0-38.25 15.75T280-587q0 22.5 15.75 38.25T334-533Zm146 272q66 0 121.5-35.5T682-393h-52q-23 40-63 61.5T480.5-310q-46.5 0-87-21T331-393h-53q26 61 81 96.5T480-261Zm0 181q-83 0-156-31.5T197-197q-54-54-85.5-127T80-480q0-83 31.5-156T197-763q54-54 127-85.5T480-880q83 0 156 31.5T763-763q54 54 85.5 127T880-480q0 83-31.5 156T763-197q-54 54-127 85.5T480-80Zm0-400Zm0 340q142.375 0 241.188-98.812Q820-337.625 820-480t-98.812-241.188Q622.375-820 480-820t-241.188 98.812Q140-622.375 140-480t98.812 241.188Q337.625-140 480-140Z"})}),dc=uc("svg",{className:"emoji-svg",xmlns:"http://www.w3.org/2000/svg",height:"48",viewBox:"0 -960 960 960",width:"48",children:uc("path",{d:"M626-533q22.5 0 38.25-15.75T680-587q0-22.5-15.75-38.25T626-641q-22.5 0-38.25 15.75T572-587q0 22.5 15.75 38.25T626-533Zm-292 0q22.5 0 38.25-15.75T388-587q0-22.5-15.75-38.25T334-641q-22.5 0-38.25 15.75T280-587q0 22.5 15.75 38.25T334-533Zm20 194h253v-49H354v49ZM480-80q-83 0-156-31.5T197-197q-54-54-85.5-127T80-480q0-83 31.5-156T197-763q54-54 127-85.5T480-880q83 0 156 31.5T763-763q54 54 85.5 127T880-480q0 83-31.5 156T763-197q-54 54-127 85.5T480-80Zm0-400Zm0 340q142.375 0 241.188-98.812Q820-337.625 820-480t-98.812-241.188Q622.375-820 480-820t-241.188 98.812Q140-622.375 140-480t98.812 241.188Q337.625-140 480-140Z"})}),hc=uc("svg",{className:"emoji-svg",xmlns:"http://www.w3.org/2000/svg",height:"48",viewBox:"0 -960 960 960",width:"48",children:uc("path",{d:"M626-533q22.5 0 38.25-15.75T680-587q0-22.5-15.75-38.25T626-641q-22.5 0-38.25 15.75T572-587q0 22.5 15.75 38.25T626-533Zm-292 0q22.5 0 38.25-15.75T388-587q0-22.5-15.75-38.25T334-641q-22.5 0-38.25 15.75T280-587q0 22.5 15.75 38.25T334-533Zm146.174 116Q413-417 358.5-379.5T278-280h53q22-42 62.173-65t87.5-23Q528-368 567.5-344.5T630-280h52q-25-63-79.826-100-54.826-37-122-37ZM480-80q-83 0-156-31.5T197-197q-54-54-85.5-127T80-480q0-83 31.5-156T197-763q54-54 127-85.5T480-880q83 0 156 31.5T763-763q54 54 85.5 127T880-480q0 83-31.5 156T763-197q-54 54-127 85.5T480-80Zm0-400Zm0 340q142.375 0 241.188-98.812Q820-337.625 820-480t-98.812-241.188Q622.375-820 480-820t-241.188 98.812Q140-622.375 140-480t98.812 241.188Q337.625-140 480-140Z"})}),pc=uc("svg",{className:"emoji-svg",xmlns:"http://www.w3.org/2000/svg",height:"48",viewBox:"0 -960 960 960",width:"48",children:uc("path",{d:"M480-417q-67 0-121.5 37.5T278-280h404q-25-63-80-100t-122-37Zm-183-72 50-45 45 45 31-36-45-45 45-45-31-36-45 45-50-45-31 36 45 45-45 45 31 36Zm272 0 44-45 51 45 31-36-45-45 45-45-31-36-51 45-44-45-31 36 44 45-44 45 31 36ZM480-80q-83 0-156-31.5T197-197q-54-54-85.5-127T80-480q0-83 31.5-156T197-763q54-54 127-85.5T480-880q83 0 156 31.5T763-763q54 54 85.5 127T880-480q0 83-31.5 156T763-197q-54 54-127 85.5T480-80Zm0-400Zm0 340q142 0 241-99t99-241q0-142-99-241t-241-99q-142 0-241 99t-99 241q0 142 99 241t241 99Z"})}),vc=uc("svg",{className:"emoji-svg",xmlns:"http://www.w3.org/2000/svg",height:"48",viewBox:"0 -960 960 960",width:"48",children:uc("path",{d:"M479.504-261Q537-261 585.5-287q48.5-26 78.5-72.4 6-11.6-.75-22.6-6.75-11-20.25-11H316.918Q303-393 296.5-382t-.5 22.6q30 46.4 78.5 72.4 48.5 26 105.004 26ZM347-578l27 27q7.636 8 17.818 8Q402-543 410-551q8-8 8-18t-8-18l-42-42q-8.8-9-20.9-9-12.1 0-21.1 9l-42 42q-8 7.636-8 17.818Q276-559 284-551q8 8 18 8t18-8l27-27Zm267 0 27 27q7.714 8 18 8t18-8q8-7.636 8-17.818Q685-579 677-587l-42-42q-8.8-9-20.9-9-12.1 0-21.1 9l-42 42q-8 7.714-8 18t8 18q7.636 8 17.818 8Q579-543 587-551l27-27ZM480-80q-83 0-156-31.5T197-197q-54-54-85.5-127T80-480q0-83 31.5-156T197-763q54-54 127-85.5T480-880q83 0 156 31.5T763-763q54 54 85.5 127T880-480q0 83-31.5 156T763-197q-54 54-127 85.5T480-80Zm0-400Zm0 340q142.375 0 241.188-98.812Q820-337.625 820-480t-98.812-241.188Q622.375-820 480-820t-241.188 98.812Q140-622.375 140-480t98.812 241.188Q337.625-140 480-140Z"})}),gc=uc("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":"close-survey-title",children:[uc("title",{id:"close-survey-title",children:"Close survey"}),uc("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M0.164752 0.164752C0.384422 -0.0549175 0.740578 -0.0549175 0.960248 0.164752L6 5.20451L11.0398 0.164752C11.2594 -0.0549175 11.6156 -0.0549175 11.8352 0.164752C12.0549 0.384422 12.0549 0.740578 11.8352 0.960248L6.79549 6L11.8352 11.0398C12.0549 11.2594 12.0549 11.6156 11.8352 11.8352C11.6156 12.0549 11.2594 12.0549 11.0398 11.8352L6 6.79549L0.960248 11.8352C0.740578 12.0549 0.384422 12.0549 0.164752 11.8352C-0.0549175 11.6156 -0.0549175 11.2594 0.164752 11.0398L5.20451 6L0.164752 0.960248C-0.0549175 0.740578 -0.0549175 0.384422 0.164752 0.164752Z",fill:"black"})]}),fc=uc("svg",{width:"77",height:"14",viewBox:"0 0 77 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[uc("g",{"clip-path":"url(#clip0_2415_6911)",children:[uc("mask",{id:"mask0_2415_6911",style:{maskType:"luminance"},maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"77",height:"14",children:uc("path",{d:"M0.5 0H76.5V14H0.5V0Z",fill:"white"})}),uc("g",{mask:"url(#mask0_2415_6911)",children:[uc("path",{d:"M5.77226 8.02931C5.59388 8.37329 5.08474 8.37329 4.90634 8.02931L4.4797 7.20672C4.41155 7.07535 4.41155 6.9207 4.4797 6.78933L4.90634 5.96669C5.08474 5.62276 5.59388 5.62276 5.77226 5.96669L6.19893 6.78933C6.26709 6.9207 6.26709 7.07535 6.19893 7.20672L5.77226 8.02931ZM5.77226 12.6946C5.59388 13.0386 5.08474 13.0386 4.90634 12.6946L4.4797 11.872C4.41155 11.7406 4.41155 11.586 4.4797 11.4546L4.90634 10.632C5.08474 10.288 5.59388 10.288 5.77226 10.632L6.19893 11.4546C6.26709 11.586 6.26709 11.7406 6.19893 11.872L5.77226 12.6946Z",fill:"#1D4AFF"}),uc("path",{d:"M0.5 10.9238C0.5 10.508 1.02142 10.2998 1.32637 10.5938L3.54508 12.7327C3.85003 13.0267 3.63405 13.5294 3.20279 13.5294H0.984076C0.716728 13.5294 0.5 13.3205 0.5 13.0627V10.9238ZM0.5 8.67083C0.5 8.79459 0.551001 8.91331 0.641783 9.00081L5.19753 13.3927C5.28831 13.4802 5.41144 13.5294 5.53982 13.5294H8.0421C8.47337 13.5294 8.68936 13.0267 8.3844 12.7327L1.32637 5.92856C1.02142 5.63456 0.5 5.84278 0.5 6.25854V8.67083ZM0.5 4.00556C0.5 4.12932 0.551001 4.24802 0.641783 4.33554L10.0368 13.3927C10.1276 13.4802 10.2508 13.5294 10.3791 13.5294H12.8814C13.3127 13.5294 13.5287 13.0267 13.2237 12.7327L1.32637 1.26329C1.02142 0.969312 0.5 1.17752 0.5 1.59327V4.00556ZM5.33931 4.00556C5.33931 4.12932 5.39033 4.24802 5.4811 4.33554L14.1916 12.7327C14.4965 13.0267 15.0179 12.8185 15.0179 12.4028V9.99047C15.0179 9.86671 14.9669 9.74799 14.8762 9.66049L6.16568 1.26329C5.86071 0.969307 5.33931 1.17752 5.33931 1.59327V4.00556ZM11.005 1.26329C10.7 0.969307 10.1786 1.17752 10.1786 1.59327V4.00556C10.1786 4.12932 10.2296 4.24802 10.3204 4.33554L14.1916 8.06748C14.4965 8.36148 15.0179 8.15325 15.0179 7.7375V5.3252C15.0179 5.20144 14.9669 5.08272 14.8762 4.99522L11.005 1.26329Z",fill:"#F9BD2B"}),uc("path",{d:"M21.0852 10.981L16.5288 6.58843C16.2238 6.29443 15.7024 6.50266 15.7024 6.91841V13.0627C15.7024 13.3205 15.9191 13.5294 16.1865 13.5294H23.2446C23.5119 13.5294 23.7287 13.3205 23.7287 13.0627V12.5032C23.7287 12.2455 23.511 12.0396 23.2459 12.0063C22.4323 11.9042 21.6713 11.546 21.0852 10.981ZM18.0252 12.0365C17.5978 12.0365 17.251 11.7021 17.251 11.2901C17.251 10.878 17.5978 10.5436 18.0252 10.5436C18.4527 10.5436 18.7996 10.878 18.7996 11.2901C18.7996 11.7021 18.4527 12.0365 18.0252 12.0365Z",fill:"currentColor"}),uc("path",{d:"M0.5 13.0627C0.5 13.3205 0.716728 13.5294 0.984076 13.5294H3.20279C3.63405 13.5294 3.85003 13.0267 3.54508 12.7327L1.32637 10.5938C1.02142 10.2998 0.5 10.508 0.5 10.9238V13.0627ZM5.33931 5.13191L1.32637 1.26329C1.02142 0.969306 0.5 1.17752 0.5 1.59327V4.00556C0.5 4.12932 0.551001 4.24802 0.641783 4.33554L5.33931 8.86412V5.13191ZM1.32637 5.92855C1.02142 5.63455 0.5 5.84278 0.5 6.25853V8.67083C0.5 8.79459 0.551001 8.91331 0.641783 9.00081L5.33931 13.5294V9.79717L1.32637 5.92855Z",fill:"#1D4AFF"}),uc("path",{d:"M10.1787 5.3252C10.1787 5.20144 10.1277 5.08272 10.0369 4.99522L6.16572 1.26329C5.8608 0.969306 5.33936 1.17752 5.33936 1.59327V4.00556C5.33936 4.12932 5.39037 4.24802 5.48114 4.33554L10.1787 8.86412V5.3252ZM5.33936 13.5294H8.04214C8.47341 13.5294 8.6894 13.0267 8.38443 12.7327L5.33936 9.79717V13.5294ZM5.33936 5.13191V8.67083C5.33936 8.79459 5.39037 8.91331 5.48114 9.00081L10.1787 13.5294V9.99047C10.1787 9.86671 10.1277 9.74803 10.0369 9.66049L5.33936 5.13191Z",fill:"#F54E00"}),uc("path",{d:"M29.375 11.6667H31.3636V8.48772H33.0249C34.8499 8.48772 36.0204 7.4443 36.0204 5.83052C36.0204 4.21681 34.8499 3.17334 33.0249 3.17334H29.375V11.6667ZM31.3636 6.84972V4.81136H32.8236C33.5787 4.81136 34.0318 5.19958 34.0318 5.83052C34.0318 6.4615 33.5787 6.84972 32.8236 6.84972H31.3636ZM39.618 11.7637C41.5563 11.7637 42.9659 10.429 42.9659 8.60905C42.9659 6.78905 41.5563 5.45438 39.618 5.45438C37.6546 5.45438 36.2701 6.78905 36.2701 8.60905C36.2701 10.429 37.6546 11.7637 39.618 11.7637ZM38.1077 8.60905C38.1077 7.63838 38.7118 6.97105 39.618 6.97105C40.5116 6.97105 41.1157 7.63838 41.1157 8.60905C41.1157 9.57972 40.5116 10.2471 39.618 10.2471C38.7118 10.2471 38.1077 9.57972 38.1077 8.60905ZM46.1482 11.7637C47.6333 11.7637 48.6402 10.8658 48.6402 9.81025C48.6402 7.33505 45.2294 8.13585 45.2294 7.16518C45.2294 6.8983 45.5189 6.72843 45.9342 6.72843C46.3622 6.72843 46.8782 6.98318 47.0418 7.54132L48.527 6.94678C48.2375 6.06105 47.1677 5.45438 45.8713 5.45438C44.4743 5.45438 43.6058 6.25518 43.6058 7.21372C43.6058 9.53118 46.9663 8.88812 46.9663 9.84665C46.9663 10.1864 46.6391 10.417 46.1482 10.417C45.4434 10.417 44.9525 9.94376 44.8015 9.3735L43.3164 9.93158C43.6436 10.8537 44.6001 11.7637 46.1482 11.7637ZM53.4241 11.606L53.2982 10.0651C53.0843 10.1743 52.8074 10.2106 52.5808 10.2106C52.1278 10.2106 51.8257 9.89523 51.8257 9.34918V7.03172H53.3612V5.55145H51.8257V3.78001H49.9755V5.55145H48.9687V7.03172H49.9755V9.57972C49.9755 11.06 51.0202 11.7637 52.3921 11.7637C52.7696 11.7637 53.122 11.7031 53.4241 11.606ZM59.8749 3.17334V6.47358H56.376V3.17334H54.3874V11.6667H56.376V8.11158H59.8749V11.6667H61.8761V3.17334H59.8749ZM66.2899 11.7637C68.2281 11.7637 69.6378 10.429 69.6378 8.60905C69.6378 6.78905 68.2281 5.45438 66.2899 5.45438C64.3265 5.45438 62.942 6.78905 62.942 8.60905C62.942 10.429 64.3265 11.7637 66.2899 11.7637ZM64.7796 8.60905C64.7796 7.63838 65.3837 6.97105 66.2899 6.97105C67.1835 6.97105 67.7876 7.63838 67.7876 8.60905C67.7876 9.57972 67.1835 10.2471 66.2899 10.2471C65.3837 10.2471 64.7796 9.57972 64.7796 8.60905ZM73.2088 11.4725C73.901 11.4725 74.5177 11.242 74.845 10.8416V11.424C74.845 12.1034 74.2786 12.5767 73.4102 12.5767C72.7935 12.5767 72.2523 12.2854 72.1642 11.788L70.4776 12.0428C70.7042 13.1955 71.925 13.972 73.4102 13.972C75.361 13.972 76.6574 12.8679 76.6574 11.2298V5.55145H74.8324V6.07318C74.4926 5.69705 73.9136 5.45438 73.171 5.45438C71.409 5.45438 70.3014 6.61918 70.3014 8.46345C70.3014 10.3077 71.409 11.4725 73.2088 11.4725ZM72.1012 8.46345C72.1012 7.55345 72.655 6.97105 73.5109 6.97105C74.3793 6.97105 74.9331 7.55345 74.9331 8.46345C74.9331 9.37345 74.3793 9.95585 73.5109 9.95585C72.655 9.95585 72.1012 9.37345 72.1012 8.46345Z",fill:"currentColor"})]})]}),uc("defs",{children:uc("clipPath",{id:"clip0_2415_6911",children:uc("rect",{width:"76",height:"14",fill:"white",transform:"translate(0.5)"})})})]});function _c(){return uc("a",{href:"https://posthog.com/surveys",target:"_blank",rel:"noopener",className:"footer-branding",children:["Survey by ",fc]})}function mc(e){var{text:t,submitDisabled:r,appearance:i,onSubmit:n,link:s,onPreviewSubmit:o,skipSubmitButton:a}=e,{isPreviewMode:l}=la(Ju);return uc("div",{className:"bottom-section",children:[!a&&uc("button",{className:"form-submit",disabled:r,"aria-label":"Submit survey",type:"button",onClick:()=>{s&&(null==Zi||Zi.open(s)),l?null==o||o():n()},children:t}),!i.whiteLabel&&uc(_c,{})]})}function yc(e){var{question:t,forceDisableHtml:r,htmlFor:i}=e;return uc("div",{class:"question-header",children:[uc(t.type===ya.Open?"label":"h3",{className:"survey-question",htmlFor:i,children:t.question}),t.description&&Qu({component:Co("p",{className:"survey-question-description"}),children:t.description,renderAsHtml:!r&&"text"!==t.descriptionContentType})]})}function bc(e){var{onClick:t}=e,{isPreviewMode:r}=la(Ju);return uc("button",{className:"form-cancel",onClick:t,disabled:r,"aria-label":"Close survey",type:"button",children:gc})}uc("svg",{width:"16",height:"12",viewBox:"0 0 16 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:uc("path",{d:"M5.30769 10.6923L4.77736 11.2226C4.91801 11.3633 5.10878 11.4423 5.30769 11.4423C5.5066 11.4423 5.69737 11.3633 5.83802 11.2226L5.30769 10.6923ZM15.5303 1.53033C15.8232 1.23744 15.8232 0.762563 15.5303 0.46967C15.2374 0.176777 14.7626 0.176777 14.4697 0.46967L15.5303 1.53033ZM1.53033 5.85429C1.23744 5.56139 0.762563 5.56139 0.46967 5.85429C0.176777 6.14718 0.176777 6.62205 0.46967 6.91495L1.53033 5.85429ZM5.83802 11.2226L15.5303 1.53033L14.4697 0.46967L4.77736 10.162L5.83802 11.2226ZM0.46967 6.91495L4.77736 11.2226L5.83802 10.162L1.53033 5.85429L0.46967 6.91495Z",fill:"currentColor"})});var Sc=Zi;function wc(e){var{header:t,description:r,contentType:i,forceDisableHtml:n,appearance:s,onClose:o}=e,{isPopup:a}=la(Ju);return sa((()=>{var e=e=>{"Enter"!==e.key&&"Escape"!==e.key||(e.preventDefault(),o())};return In(Sc,"keydown",e),()=>{Sc.removeEventListener("keydown",e)}}),[o]),uc("div",{className:"thank-you-message",role:"status",tabIndex:0,"aria-atomic":"true",children:[a&&uc(bc,{onClick:()=>o()}),uc("h3",{className:"thank-you-message-header",children:t}),r&&Qu({component:Co("p",{className:"thank-you-message-body"}),children:r,renderAsHtml:!n&&"text"!==i}),a&&uc(mc,{text:s.thankYouMessageCloseButtonText||"Close",submitDisabled:!1,appearance:s,onSubmit:()=>o()})]})}var Cc=e=>zr(e)&&e.every((e=>Qr(e)));function Ic(e){var{question:t,forceDisableHtml:r,appearance:i,onSubmit:n,onPreviewSubmit:s,displayQuestionIndex:o,initialValue:a}=e,{isPreviewMode:l}=Ku(),u=oa(null),[c,d]=na((()=>Qr(a)?a:""));sa((()=>{setTimeout((()=>{var e;l||(null==(e=u.current)||e.focus())}),100)}),[l]);var h="surveyQuestion"+o;return uc(ko,{children:[uc("div",{className:"question-container",children:[uc(yc,{question:t,forceDisableHtml:r,htmlFor:h}),uc("textarea",{ref:u,id:h,rows:4,placeholder:null==i?void 0:i.placeholder,onInput:e=>{d(e.currentTarget.value),e.stopPropagation()},onKeyDown:e=>{e.stopPropagation()},value:c})]}),uc(mc,{text:t.buttonText||"Submit",submitDisabled:!c&&!t.optional,appearance:i,onSubmit:()=>n(c),onPreviewSubmit:()=>s(c)})]})}function kc(e){var{question:t,forceDisableHtml:r,appearance:i,onSubmit:n,onPreviewSubmit:s}=e;return uc(ko,{children:[uc("div",{className:"question-container",children:uc(yc,{question:t,forceDisableHtml:r})}),uc(mc,{text:t.buttonText||"Submit",submitDisabled:!1,link:t.link,appearance:i,onSubmit:()=>n("link clicked"),onPreviewSubmit:()=>s("link clicked")})]})}function Ec(e){var{question:t,forceDisableHtml:r,displayQuestionIndex:i,appearance:n,onSubmit:s,onPreviewSubmit:o,initialValue:a}=e,l=t.scale,u=10===t.scale?0:1,[c,d]=na((()=>ii(a)?a:zr(a)&&a.length>0&&ii(parseInt(a[0]))?parseInt(a[0]):Qr(a)&&ii(parseInt(a))?parseInt(a):null)),{isPreviewMode:h}=Ku(),p=e=>h?o(e):s(e);return uc(ko,{children:[uc("div",{className:"question-container",children:[uc(yc,{question:t,forceDisableHtml:r}),uc("div",{className:"rating-section",children:[uc("div",{className:"rating-options",children:["emoji"===t.display&&uc("div",{className:"rating-options-emoji",children:(3===t.scale?Mc:Rc).map(((e,r)=>uc("button",{"aria-label":"Rate "+(r+1),className:"ratings-emoji question-"+i+"-rating-"+r+" "+(r+1===c?"rating-active":""),value:r+1,type:"button",onClick:()=>{var e=r+1;d(e),t.skipSubmitButton&&p(e)},children:e},r)))}),"number"===t.display&&uc("div",{className:"rating-options-number",style:{gridTemplateColumns:"repeat("+(l-u+1)+", minmax(0, 1fr))"},children:Pc(t.scale).map(((e,r)=>uc(xc,{displayQuestionIndex:i,active:c===e,appearance:n,num:e,setActiveNumber:e=>{d(e),t.skipSubmitButton&&p(e)}},r)))})]}),uc("div",{className:"rating-text",children:[uc("div",{children:t.lowerBoundLabel}),uc("div",{children:t.upperBoundLabel})]})]})]}),uc(mc,{text:t.buttonText||(null==n?void 0:n.submitButtonText)||"Submit",submitDisabled:ti(c)&&!t.optional,appearance:n,onSubmit:()=>s(c),onPreviewSubmit:()=>o(c),skipSubmitButton:t.skipSubmitButton})]})}function xc(e){var{num:t,active:r,displayQuestionIndex:i,setActiveNumber:n}=e;return uc("button",{"aria-label":"Rate "+t,className:"ratings-number question-"+i+"-rating-"+t+" "+(r?"rating-active":""),type:"button",onClick:()=>{n(t)},children:t})}function Tc(e){var{question:t,forceDisableHtml:i,displayQuestionIndex:n,appearance:s,onSubmit:o,onPreviewSubmit:a,initialValue:l}=e,u=oa(null),c=aa((()=>(e=>{if(!e.shuffleOptions)return e.choices;var t=e.choices,r="";e.hasOpenChoice&&(r=t.pop());var i=Gu(t,zu(t));return e.hasOpenChoice&&(e.choices.push(r),i.push(r)),i})(t)),[t]),[d,h]=na((()=>((e,t)=>Qr(e)||Cc(e)?e:t===ya.SingleChoice?null:[])(l,t.type))),[p,v]=na((()=>((e,t)=>{if(Qr(e)&&!t.includes(e))return{isSelected:!0,inputValue:e};if(Cc(e)){var r=e.find((e=>!t.includes(e)));if(r)return{isSelected:!0,inputValue:r}}return{isSelected:!1,inputValue:""}})(l,c))),{isPreviewMode:g}=Ku(),f=t.type===ya.SingleChoice,_=t.type===ya.MultipleChoice,m=t.skipSubmitButton&&f&&!t.hasOpenChoice,y=(e,t)=>{if(t){var i=!p.isSelected;return v((e=>r({},e,{isSelected:i,inputValue:i?e.inputValue:""}))),f&&h(""),void(i&&setTimeout((()=>{var e;return null==(e=u.current)?void 0:e.focus()}),75))}if(f)return h(e),v((e=>r({},e,{isSelected:!1,inputValue:""}))),void(m&&(o(e),g&&a(e)));_&&zr(d)&&(d.includes(e)?h(d.filter((t=>t!==e))):h([...d,e]))},b=e=>{e.stopPropagation();var t=e.currentTarget.value;v((e=>r({},e,{inputValue:t}))),f&&h(t)},S=e=>{e.stopPropagation(),"Enter"!==e.key||w()||(e.preventDefault(),C()),"Escape"===e.key&&(e.preventDefault(),v((e=>r({},e,{isSelected:!1,inputValue:""}))),f&&h(null))},w=()=>!t.optional&&(!!ti(d)||(!(!zr(d)||p.isSelected||0!==d.length)||!(!p.isSelected||""!==p.inputValue.trim()))),C=()=>{p.isSelected&&_?zr(d)&&(g?a([...d,p.inputValue]):o([...d,p.inputValue])):g?a(d):o(d)};return uc(ko,{children:[uc("div",{className:"question-container",children:[uc(yc,{question:t,forceDisableHtml:i}),uc("fieldset",{className:"multiple-choice-options limit-height",children:[uc("legend",{className:"sr-only",children:_?" Select all that apply":" Select one"}),c.map(((e,r)=>{var i=!!t.hasOpenChoice&&r===t.choices.length-1,s="surveyQuestion"+n+"Choice"+r,o=s+"Open",a=i?p.isSelected:f?d===e:zr(d)&&d.includes(e);return uc("label",{className:i?"choice-option-open":"",children:[uc("div",{className:"response-choice",children:[uc("input",{type:f?"radio":"checkbox",name:s,checked:a,onChange:()=>y(e,i),id:s,"aria-controls":o}),uc("span",{children:i?e+":":e})]}),i&&uc("input",{type:"text",ref:u,id:o,name:"question"+n+"Open",value:p.inputValue,onKeyDown:S,onInput:b,onClick:t=>{p.isSelected||y(e,!0),t.stopPropagation()},"aria-label":e+" - please specify"})]},r)}))]})]}),uc(mc,{text:t.buttonText||"Submit",submitDisabled:w(),appearance:s,onSubmit:C,onPreviewSubmit:C,skipSubmitButton:m})]})}var Mc=[hc,dc,cc],Rc=[pc,hc,dc,cc,vc],Ac=[1,2,3,4,5],Nc=[1,2,3,4,5,6,7],Fc=[0,1,2,3,4,5,6,7,8,9,10];function Pc(e){switch(e){case 5:default:return Ac;case 7:return Nc;case 10:return Fc}}var Oc=Zi,Lc=Ji,Dc="ph:show_survey_widget",Bc="PHWidgetSurveyClickListener";function qc(e,t,r){var i,n=e.questions[t],s=t+1;if(null==(i=n.branching)||!i.type)return t===e.questions.length-1?ba.End:s;if(n.branching.type===ba.End)return ba.End;if(n.branching.type===ba.SpecificQuestion){if(Number.isInteger(n.branching.index))return n.branching.index}else if(n.branching.type===ba.ResponseBased){if(n.type===ya.SingleChoice){var o,a=n.choices.indexOf(""+r);if(-1===a&&n.hasOpenChoice&&(a=n.choices.length-1),null!=(o=n.branching)&&null!=(o=o.responseValues)&&o.hasOwnProperty(a)){var l=n.branching.responseValues[a];return Number.isInteger(l)?l:l===ba.End?ba.End:s}}else if(n.type===ya.Rating){var u;if("number"!=typeof r||!Number.isInteger(r))throw new Error("The response type must be an integer");var c=function(e,t){if(3===t){if(e<1||e>3)throw new Error("The response must be in range 1-3");return 1===e?"negative":2===e?"neutral":"positive"}if(5===t){if(e<1||e>5)throw new Error("The response must be in range 1-5");return e<=2?"negative":3===e?"neutral":"positive"}if(7===t){if(e<1||e>7)throw new Error("The response must be in range 1-7");return e<=3?"negative":4===e?"neutral":"positive"}if(10===t){if(e<0||e>10)throw new Error("The response must be in range 0-10");return e<=6?"detractors":e<=8?"passives":"promoters"}throw new Error("The scale must be one of: 3, 5, 7, 10")}(r,n.scale);if(null!=(u=n.branching)&&null!=(u=u.responseValues)&&u.hasOwnProperty(c)){var d=n.branching.responseValues[c];return Number.isInteger(d)?d:d===ba.End?ba.End:s}}return s}return ka.warn("Falling back to next question index due to unexpected branching type"),s}var Hc=250,Vc=20,Wc=12;class $c{constructor(e){var t=this;this._surveyTimeouts=new Map,this._widgetSelectorListeners=new Map,this.handlePopoverSurvey=e=>{var t;this._clearSurveyTimeout(e.id),this._addSurveyToFocus(e);var i=(null==(t=e.appearance)?void 0:t.surveyPopupDelaySeconds)||0,{shadow:n}=$u(e,this._posthog);if(i<=0)return $o(uc(zc,{posthog:this._posthog,survey:e,removeSurveyFromFocus:this._removeSurveyFromFocus}),n);var s=setTimeout((()=>{if(!tc(e))return this._removeSurveyFromFocus(e);$o(uc(zc,{posthog:this._posthog,survey:r({},e,{appearance:r({},e.appearance,{surveyPopupDelaySeconds:0})}),removeSurveyFromFocus:this._removeSurveyFromFocus}),n)}),1e3*i);this._surveyTimeouts.set(e.id,s)},this._handleWidget=e=>{var{shadow:t,isNewlyCreated:r}=$u(e,this._posthog);r&&$o(uc(Yc,{posthog:this._posthog,survey:e},e.id),t)},this._removeWidgetSelectorListener=e=>{this._removeSurveyFromDom(e);var t=this._widgetSelectorListeners.get(e.id);t&&(t.element.removeEventListener("click",t.listener),t.element.removeAttribute(Bc),this._widgetSelectorListeners.delete(e.id),ka.info("Removed click listener for survey "+e.id))},this._manageWidgetSelectorListener=(e,t)=>{var r=Lc.querySelector(t),i=this._widgetSelectorListeners.get(e.id);if(r){if(this._handleWidget(e),i){if(r===i.element)return;ka.info("Selector element changed for survey "+e.id+". Re-attaching listener."),this._removeWidgetSelectorListener(e)}if(!r.hasAttribute(Bc)){var n=t=>{var r,i;t.stopPropagation();var n=(null==(r=e.appearance)?void 0:r.position)===_a.NextToTrigger?function(e,t){try{var r=e.getBoundingClientRect(),i=Oc.innerHeight,n=Oc.innerWidth,s=Hc,o=r.left+r.width/2-t/2;o+t>n-Vc&&(o=n-t-Vc),o<Vc&&(o=Vc);var a=Wc,l=i-r.bottom,u=r.top,c=l<s&&u>l;return{position:"fixed",top:c?"auto":r.bottom+a+"px",left:o+"px",right:"auto",bottom:c?i-r.top+a+"px":"auto",zIndex:qu.zIndex}}catch(e){return ka.warn("Failed to calculate trigger position:",e),null}}(t.currentTarget,parseInt((null==(i=e.appearance)?void 0:i.maxWidth)||qu.maxWidth)):{};Oc.dispatchEvent(new CustomEvent(Dc,{detail:{surveyId:e.id,position:n}}))};In(r,"click",n),r.setAttribute(Bc,"true"),this._widgetSelectorListeners.set(e.id,{element:r,listener:n,survey:e}),ka.info("Attached click listener for feedback button survey "+e.id)}}else i&&this._removeWidgetSelectorListener(e)},this.renderPopover=e=>{var{shadow:t}=$u(e,this._posthog);$o(uc(zc,{posthog:this._posthog,survey:e,removeSurveyFromFocus:this._removeSurveyFromFocus}),t)},this.renderSurvey=(e,t)=>{$o(uc(zc,{posthog:this._posthog,survey:e,removeSurveyFromFocus:this._removeSurveyFromFocus,isPopup:!1}),t)},this.getActiveMatchingSurveys=function(e,r){var i;void 0===r&&(r=!1),null==(i=t._posthog)||i.surveys.getSurveys((r=>{var i=r.filter((e=>t.checkSurveyEligibility(e).eligible&&t._isSurveyConditionMatched(e)&&t._hasActionOrEventTriggeredSurvey(e)&&t._checkFlags(e)));e(i)}),r)},this.callSurveysAndEvaluateDisplayLogic=function(e){void 0===e&&(e=!1),t.getActiveMatchingSurveys((e=>{var r=e.filter((e=>e.type===ma.Popover||e.type===ma.Widget)),i=t._sortSurveysByAppearanceDelay(r),n=new Set;i.forEach((e=>{if(e.type===ma.Widget){var r,i,s,o;if((null==(r=e.appearance)?void 0:r.widgetType)===fa.Tab)return void t._handleWidget(e);if((null==(i=e.appearance)?void 0:i.widgetType)===fa.Selector&&null!=(s=e.appearance)&&s.widgetSelector)n.add(e.id),t._manageWidgetSelectorListener(e,null==(o=e.appearance)?void 0:o.widgetSelector)}ti(t._surveyInFocus)&&e.type===ma.Popover&&t.handlePopoverSurvey(e)})),t._widgetSelectorListeners.forEach((e=>{var{survey:r}=e;n.has(r.id)||t._removeWidgetSelectorListener(r)}))}),e)},this._addSurveyToFocus=e=>{ti(this._surveyInFocus)||ka.error("Survey "+this._surveyInFocus+" already in focus. Cannot add survey "+e.id+"."),this._surveyInFocus=e.id},this._removeSurveyFromFocus=e=>{this._surveyInFocus!==e.id&&ka.error("Survey "+e.id+" is not in focus. Cannot remove survey "+e.id+"."),this._clearSurveyTimeout(e.id),this._surveyInFocus=null,this._removeSurveyFromDom(e)},this._posthog=e,this._surveyInFocus=null}_clearSurveyTimeout(e){var t=this._surveyTimeouts.get(e);t&&(clearTimeout(t),this._surveyTimeouts.delete(e))}_sortSurveysByAppearanceDelay(e){return e.sort(((e,t)=>{var r,i,n=sc(e),s=sc(t);if(n&&!s)return-1;if(!n&&s)return 1;var o=e.schedule===Sa.Always,a=t.schedule===Sa.Always;return o&&!a?1:!o&&a?-1:((null==(r=e.appearance)?void 0:r.surveyPopupDelaySeconds)||0)-((null==(i=t.appearance)?void 0:i.surveyPopupDelaySeconds)||0)}))}_isSurveyFeatureFlagEnabled(e,t){if(void 0===t&&(t=void 0),!e)return!0;var r=!!this._posthog.featureFlags.isFeatureEnabled(e,{send_event:!e.startsWith("survey-targeting-")}),i=!0;t&&(i=this._posthog.featureFlags.getFeatureFlag(e,{send_event:!1})===t||"any"===t);return r&&i}_isSurveyConditionMatched(e){return!e.conditions||tc(e)&&function(e){var t,r,i;if(null==(t=e.conditions)||!t.deviceTypes||0===(null==(r=e.conditions)?void 0:r.deviceTypes.length))return!0;if(!rn)return!1;var n=Hl(rn);return Nu[ec(null==(i=e.conditions)?void 0:i.deviceTypesMatchType)](e.conditions.deviceTypes,[n])}(e)&&function(e){var t;return null==(t=e.conditions)||!t.selector||!(null==Lu||!Lu.querySelector(e.conditions.selector))}(e)}_internalFlagCheckSatisfied(e){return Xu(e)||this._isSurveyFeatureFlagEnabled(e.internal_targeting_flag_key)||sc(e)}checkSurveyEligibility(e){var t,r,i={eligible:!0,reason:void 0};if(!Ea(e))return i.eligible=!1,i.reason="Survey is not running. It was completed on "+e.end_date,i;if(!Pa.includes(e.type))return i.eligible=!1,i.reason="Surveys of type "+e.type+" are never eligible to be shown in the app",i;var n=null==(t=e.conditions)?void 0:t.linkedFlagVariant;return this._isSurveyFeatureFlagEnabled(e.linked_flag_key,n)?this._isSurveyFeatureFlagEnabled(e.targeting_flag_key)?this._internalFlagCheckSatisfied(e)?(e=>{var t=localStorage.getItem("lastSeenSurveyDate");if(!e||!t)return!0;var r=new Date,i=Math.abs(r.getTime()-new Date(t).getTime());return Math.ceil(i/864e5)>e})(null==(r=e.conditions)?void 0:r.seenSurveyWaitPeriodInDays)?(e=>!!localStorage.getItem(Na(e))&&!Xu(e))(e)?(i.eligible=!1,i.reason="Survey has already been seen and it can't be activated again",i):i:(i.eligible=!1,i.reason="Survey wait period has not passed",i):(i.eligible=!1,i.reason="Survey internal targeting flag is not enabled and survey cannot activate repeatedly and survey is not in progress",i):(i.eligible=!1,i.reason="Survey targeting feature flag is not enabled",i):(i.eligible=!1,i.reason=n?"Survey linked feature flag is not enabled for variant "+n:"Survey linked feature flag is not enabled",i)}_hasActionOrEventTriggeredSurvey(e){var t;if(!xa(e)&&!Ta(e))return!0;var r=null==(t=this._posthog.surveys._surveyEventReceiver)?void 0:t.getSurveys();return!(null==r||!r.includes(e.id))}_checkFlags(e){var t;return null==(t=e.feature_flag_keys)||!t.length||e.feature_flag_keys.every((e=>{var{key:t,value:r}=e;return!t||!r||this._isSurveyFeatureFlagEnabled(r)}))}_removeSurveyFromDom(e){try{var t=Lc.querySelector(ac(e,!0));null!=t&&t.shadowRoot&&$o(null,t.shadowRoot),null==t||t.remove()}catch(t){ka.warn("Failed to remove survey "+e.id+" from DOM:",t)}}getTestAPI(){return{addSurveyToFocus:this._addSurveyToFocus,removeSurveyFromFocus:this._removeSurveyFromFocus,surveyInFocus:this._surveyInFocus,surveyTimeouts:this._surveyTimeouts,handleWidget:this._handleWidget,handlePopoverSurvey:this.handlePopoverSurvey,manageWidgetSelectorListener:this._manageWidgetSelectorListener,sortSurveysByAppearanceDelay:this._sortSurveysByAppearanceDelay,checkFlags:this._checkFlags.bind(this),isSurveyFeatureFlagEnabled:this._isSurveyFeatureFlagEnabled.bind(this)}}}function Uc(e,t){if(Lc&&Oc){var r=new $c(e);return e.config.disable_surveys_automatic_display?(ka.info("Surveys automatic display is disabled. Skipping call surveys and evaluate display logic."),r):!1===t?(ka.info("There are no surveys to load or Surveys is disabled in the project settings."),r):(r.callSurveysAndEvaluateDisplayLogic(!0),setInterval((()=>{r.callSurveysAndEvaluateDisplayLogic(!1)}),1e3),r)}}function Zc(e){var{survey:t,removeSurveyFromFocus:r=(()=>{}),setSurveyVisible:i,isPreviewMode:n=!1}=e;sa((()=>{var e;if(!n&&null!=(e=t.conditions)&&e.url){var s=()=>{var e,n=t.type===ma.Widget,s=tc(t),o=(null==(e=t.appearance)?void 0:e.widgetType)===fa.Tab&&n;if(!s)return ka.info("Hiding survey "+t.id+" because URL does not match"),i(!1),r(t);o&&(ka.info("Showing survey "+t.id+" because it is a feedback button tab and URL matches"),i(!0))};In(Oc,"popstate",s),In(Oc,"hashchange",s);var o=Oc.history.pushState,a=Oc.history.replaceState;return Oc.history.pushState=function(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++)t[r]=arguments[r];o.apply(this,t),s()},Oc.history.replaceState=function(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++)t[r]=arguments[r];a.apply(this,t),s()},()=>{Oc.removeEventListener("popstate",s),Oc.removeEventListener("hashchange",s),Oc.history.pushState=o,Oc.history.replaceState=a}}}),[n,t,r,i])}function jc(e,t,r){if(void 0===t&&(t=_a.Right),e===ma.ExternalSurvey)return{};switch(t){case _a.TopLeft:return{top:"0",left:"0",transform:"translate(30px, 30px)"};case _a.TopRight:return{top:"0",right:"0",transform:"translate(-30px, 30px)"};case _a.TopCenter:return{top:"0",left:"50%",transform:"translate(-50%, 30px)"};case _a.MiddleLeft:return{top:"50%",left:"0",transform:"translate(30px, -50%)"};case _a.MiddleRight:return{top:"50%",right:"0",transform:"translate(-30px, -50%)"};case _a.MiddleCenter:return{top:"50%",left:"50%",transform:"translate(-50%, -50%)"};case _a.Left:return{left:"30px"};case _a.Center:return{left:"50%",transform:"translateX(-50%)"};default:case _a.Right:return{right:e===ma.Widget&&r===fa.Tab?"60px":"30px"}}}function zc(e){var t,i,n,s,o,a,{survey:l,forceDisableHtml:u,posthog:c,style:d={},previewPageIndex:h,removeSurveyFromFocus:p=(()=>{}),isPopup:v=!0,onPreviewSubmit:g=(()=>{}),onPopupSurveyDismissed:f=(()=>{}),onCloseConfirmationMessage:_=(()=>{})}=e,m=oa(null),y=Number.isInteger(h),b=null!=(t=l.appearance)&&t.surveyPopupDelaySeconds?1e3*l.appearance.surveyPopupDelaySeconds:0,{isPopupVisible:S,isSurveySent:w,hidePopupWithViewTransition:C}=function(e,t,r,i,n,s){var[o,a]=na(i||0===r||e.type===ma.ExternalSurvey),[l,u]=na(!1),c=()=>{var t=()=>{e.type===ma.Popover&&n(e),a(!1)};Lc.startViewTransition?Lc.startViewTransition((()=>{var e;null==s||null==(e=s.current)||e.remove()})).finished.then((()=>{setTimeout((()=>{t()}),100)})):t()},d=t=>{t.detail.surveyId===e.id&&c()};return sa((()=>{if(t){if(!i){var n=t=>{var r,i;if(t.detail.surveyId===e.id){if(null==(r=e.appearance)||!r.displayThankYouMessage)return c();u(!0),null!=(i=e.appearance)&&i.autoDisappear&&setTimeout((()=>{c()}),5e3)}},s=()=>{tc(e)&&(a(!0),Oc.dispatchEvent(new Event("PHSurveyShown")),t.capture(wa.SHOWN,{[Ca.SURVEY_NAME]:e.name,[Ca.SURVEY_ID]:e.id,[Ca.SURVEY_ITERATION]:e.current_iteration,[Ca.SURVEY_ITERATION_START_DATE]:e.current_iteration_start_date,sessionRecordingUrl:null==t.get_session_replay_url?void 0:t.get_session_replay_url()}),localStorage.setItem("lastSeenSurveyDate",(new Date).toISOString()))};if(In(Oc,"PHSurveyClosed",d),In(Oc,"PHSurveySent",n),r>0){var o=setTimeout(s,r);return()=>{clearTimeout(o),Oc.removeEventListener("PHSurveyClosed",d),Oc.removeEventListener("PHSurveySent",n)}}return s(),()=>{Oc.removeEventListener("PHSurveyClosed",d),Oc.removeEventListener("PHSurveySent",n)}}}else ka.error("usePopupVisibility hook called without a PostHog instance.")}),[]),Zc({survey:e,removeSurveyFromFocus:n,setSurveyVisible:a,isPreviewMode:i}),{isPopupVisible:o,isSurveySent:l,setIsPopupVisible:a,hidePopupWithViewTransition:c}}(l,c,b,y,p,m),I=w||h===l.questions.length,k=aa((()=>{var e=nc(l);return{isPreviewMode:y,previewPageIndex:h,onPopupSurveyDismissed:()=>{ju(l,c,y),f()},isPopup:v||!1,surveySubmissionId:(null==e?void 0:e.surveySubmissionId)||Wa(),onPreviewSubmit:g,posthog:c}}),[y,h,v,c,l,f,g]);return S?uc(Ju.Provider,{value:k,children:uc("div",{className:"ph-survey",style:r({},jc(l.type,null==(i=l.appearance)?void 0:i.position,null==(n=l.appearance)?void 0:n.widgetType),d),ref:m,children:I?uc(wc,{header:(null==(s=l.appearance)?void 0:s.thankYouMessageHeader)||"Thank you!",description:(null==(o=l.appearance)?void 0:o.thankYouMessageDescription)||"",forceDisableHtml:!!u,contentType:null==(a=l.appearance)?void 0:a.thankYouMessageDescriptionContentType,appearance:l.appearance||qu,onClose:()=>{C(),_()}}):uc(Gc,{survey:l,forceDisableHtml:!!u,posthog:c})})}):null}function Gc(e){var{survey:t,forceDisableHtml:i,posthog:n}=e,[s,o]=na((()=>{var e=nc(t);return null!=e&&e.responses&&ka.info("Survey is already in progress, filling in initial responses"),(null==e?void 0:e.responses)||{}})),{previewPageIndex:a,onPopupSurveyDismissed:l,isPopup:u,onPreviewSubmit:c,surveySubmissionId:d,isPreviewMode:h}=la(Ju),[p,v]=na((()=>{var e=nc(t);return a||(null==e?void 0:e.lastQuestionIndex)||0})),g=aa((()=>Yu(t)),[t]);sa((()=>{h&&!Kr(a)&&v(a)}),[a,h]);var f=g.at(p);return f?uc("form",{className:"survey-form",name:"surveyForm",children:[u&&uc(bc,{onClick:()=>{l()}}),uc("div",{className:"survey-box",children:Xc({question:f,forceDisableHtml:i,displayQuestionIndex:p,appearance:t.appearance||qu,onSubmit:e=>(e=>{var{res:i,displayQuestionIndex:a,questionId:l}=e;if(n)if(l){var u=Du(l),c=r({},s,{[u]:i});o(c);var h=qc(t,a,i),p=h===ba.End;p||(v(h),ic(t,{surveySubmissionId:d,responses:c,lastQuestionIndex:h})),(t.enable_partial_responses||p)&&Zu({responses:c,survey:t,surveySubmissionId:d,isSurveyCompleted:p,posthog:n})}else ka.error("onNextButtonClick called without a questionId.");else ka.error("onNextButtonClick called without a PostHog instance.")})({res:e,displayQuestionIndex:p,questionId:f.id}),onPreviewSubmit:c,initialValue:f.id?s[Du(f.id)]:void 0})})]}):null}function Yc(e){var t,r,i,n,s,{survey:o,forceDisableHtml:a,posthog:l,readOnly:u}=e,[c,d]=na(!0),[h,p]=na(!1),[v,g]=na({}),f=()=>{p(!h)};if(sa((()=>{var e;if(l){if(!u){"tab"===(null==(e=o.appearance)?void 0:e.widgetType)&&g({top:"50%",bottom:"auto"});var t=e=>{var t,r=e;(null==(t=r.detail)?void 0:t.surveyId)===o.id&&(ka.info("Received show event for feedback button survey "+o.id),g(r.detail.position||{}),f())};return In(Oc,Dc,t),()=>{Oc.removeEventListener(Dc,t)}}}else ka.error("FeedbackWidget called without a PostHog instance.")}),[l,u,o.id,null==(t=o.appearance)?void 0:t.widgetType,null==(r=o.appearance)?void 0:r.widgetSelector,null==(i=o.appearance)?void 0:i.borderColor]),Zc({survey:o,setSurveyVisible:d}),!c)return null;var _=()=>{o.schedule!==Sa.Always&&d(!1),setTimeout((()=>{p(!1)}),200)};return uc(ko,{children:["tab"===(null==(n=o.appearance)?void 0:n.widgetType)&&uc("button",{className:"ph-survey-widget-tab",onClick:f,disabled:u,children:(null==(s=o.appearance)?void 0:s.widgetLabel)||""}),h&&uc(zc,{posthog:l,survey:o,forceDisableHtml:a,style:v,onPopupSurveyDismissed:_,onCloseConfirmationMessage:_})]})}var Xc=e=>{var{question:t,forceDisableHtml:i,displayQuestionIndex:n,appearance:s,onSubmit:o,onPreviewSubmit:a,initialValue:l}=e,u={forceDisableHtml:i,appearance:s,onPreviewSubmit:e=>{a(e)},onSubmit:e=>{o(e)},initialValue:l,displayQuestionIndex:n};switch(t.type){case ya.Open:return Co(Ic,r({},u,{question:t,key:t.id}));case ya.Link:return Co(kc,r({},u,{question:t,key:t.id}));case ya.Rating:return Co(Ec,r({},u,{question:t,key:t.id}));case ya.SingleChoice:case ya.MultipleChoice:return Co(Tc,r({},u,{question:t,key:t.id}));default:return ka.error("Unsupported question type: "+t.type),null}};nn.__PosthogExtensions__=nn.__PosthogExtensions__||{},nn.__PosthogExtensions__.generateSurveys=Uc,nn.extendPostHogWithSurveys=Uc;var Jc=cn("[Error tracking]");function Kc(){return new Fi([new Pi,new Ui,new Li,new Oi,new Wi,new Vi,new Bi,new $i],[Ei,Mi])}class Qc{constructor(e){var t,r;this._suppressionRules=[],this._errorPropertiesBuilder=Kc(),this._instance=e,this._suppressionRules=null!==(t=null==(r=this._instance.persistence)?void 0:r.get_property(Bn))&&void 0!==t?t:[]}onRemoteConfig(e){var t,r,i,n=null!==(t=null==(r=e.errorTracking)?void 0:r.suppressionRules)&&void 0!==t?t:[],s=null==(i=e.errorTracking)?void 0:i.captureExtensionExceptions;this._suppressionRules=n,this._instance.persistence&&this._instance.persistence.register({[Bn]:this._suppressionRules,[qn]:s})}get _captureExtensionExceptions(){var e,t=!!this._instance.get_property(qn),r=this._instance.config.error_tracking.captureExtensionExceptions;return null!==(e=null!=r?r:t)&&void 0!==e&&e}buildProperties(e,t){return this._errorPropertiesBuilder.buildFromUnknown(e,{syntheticException:null==t?void 0:t.syntheticException,mechanism:{handled:null==t?void 0:t.handled}})}sendExceptionEvent(e){if(this._matchesSuppressionRule(e))Jc.info("Skipping exception capture because a suppression rule matched");else{if(this._captureExtensionExceptions||!this._isExtensionException(e))return this._instance.capture("$exception",e,{_noTruncate:!0,_batchKey:"exceptionEvent"});Jc.info("Skipping exception capture because it was thrown by an extension")}}_matchesSuppressionRule(e){var t=e.$exception_list;if(!t||!zr(t)||0===t.length)return!1;var r=t.reduce(((e,t)=>{var{type:r,value:i}=t;return Qr(r)&&r.length>0&&e.$exception_types.push(r),Qr(i)&&i.length>0&&e.$exception_values.push(i),e}),{$exception_types:[],$exception_values:[]});return this._suppressionRules.some((e=>{var t=e.values.map((e=>{var t,i=Nu[e.operator],n=zr(e.value)?e.value:[e.value],s=null!==(t=r[e.key])&&void 0!==t?t:[];return n.length>0&&i(n,s)}));return"OR"===e.type?t.some(Boolean):t.every(Boolean)}))}_isExtensionException(e){var t=e.$exception_list;if(!t||!zr(t))return!1;var r=t.flatMap((e=>{var t,r;return null!==(t=null==(r=e.stacktrace)?void 0:r.frames)&&void 0!==t?t:[]}));return r.some((e=>e.filename&&e.filename.startsWith("chrome-extension://")))}}var ed=cn("[ExceptionAutocapture]"),td=Kc();function rd(e){var{event:t,error:r}=e;return td.buildFromUnknown(r||t,{mechanism:{handled:!1}})}var id={wrapOnError:e=>{var t=Zi;t||ed.info("window not available, cannot wrap onerror");var r=t.onerror;return t.onerror=function(){for(var t,i=arguments.length,n=new Array(i),s=0;s<i;s++)n[s]=arguments[s];var o=rd({event:n[0],error:n[4]});return e(o),null!==(t=null==r?void 0:r(...n))&&void 0!==t&&t},t.onerror.__POSTHOG_INSTRUMENTED__=!0,()=>{var e;null==(e=t.onerror)||delete e.__POSTHOG_INSTRUMENTED__,t.onerror=r}},wrapUnhandledRejection:e=>{var t=Zi;t||ed.info("window not available, cannot wrap onUnhandledRejection");var r=t.onunhandledrejection;return t.onunhandledrejection=function(i){var n,s=rd({event:i});return e(s),null!==(n=null==r?void 0:r.apply(t,[i]))&&void 0!==n&&n},t.onunhandledrejection.__POSTHOG_INSTRUMENTED__=!0,()=>{var e;null==(e=t.onunhandledrejection)||delete e.__POSTHOG_INSTRUMENTED__,t.onunhandledrejection=r}},wrapConsoleError:e=>{var t=console;t||ed.info("console not available, cannot wrap console.error");var r=t.error;return t.error=function(){for(var t=arguments.length,i=new Array(t),n=0;n<t;n++)i[n]=arguments[n];var s=i.join(" "),o=rd({error:i.find((e=>e instanceof Error)),event:s});return e(o),null==r?void 0:r(...i)},t.error.__POSTHOG_INSTRUMENTED__=!0,()=>{var e;null==(e=t.error)||delete e.__POSTHOG_INSTRUMENTED__,t.error=r}}};nn.__PosthogExtensions__=nn.__PosthogExtensions__||{},nn.__PosthogExtensions__.errorWrappingFunctions=id,nn.posthogErrorWrappingFunctions=id;var nd=(e,t,r,i)=>{var n;try{n=new URL(i.url).hostname}catch(e){return}if(!zr(e)||e.includes(n)){if(r){var{sessionId:s,windowId:o}=r.checkAndGetSessionAndWindowId(!0);i.headers.set("X-POSTHOG-SESSION-ID",s),i.headers.set("X-POSTHOG-WINDOW-ID",o)}t!==ls&&i.headers.set("X-POSTHOG-DISTINCT-ID",t)}};nn.__PosthogExtensions__=nn.__PosthogExtensions__||{};var sd={_patchFetch:(e,r,i)=>Rn(Zi,"fetch",(n=>function(){var s=t((function*(t,s){var o=new Request(t,s);return nd(e,r,i,o),n(o)}));return function(e,t){return s.apply(this,arguments)}}())),_patchXHR:(e,t,r)=>Rn(Zi.XMLHttpRequest.prototype,"open",(i=>function(n,s,o,a,l){void 0===o&&(o=!0);var u=new Request(s);return nd(e,t,r,u),i.call(this,n,u.url,o,a,l)}))};nn.__PosthogExtensions__.tracingHeadersPatchFns=sd,nn.postHogTracingHeadersPatchFns=sd;var od,ad,ld=function(){var e=self.performance&&performance.getEntriesByType&&performance.getEntriesByType("navigation")[0];if(e&&e.responseStart>0&&e.responseStart<performance.now())return e},ud=function(e){if("loading"===document.readyState)return"loading";var t=ld();if(t){if(e<t.domInteractive)return"loading";if(0===t.domContentLoadedEventStart||e<t.domContentLoadedEventStart)return"dom-interactive";if(0===t.domComplete||e<t.domComplete)return"dom-content-loaded"}return"complete"},cd=function(e){var t=e.nodeName;return 1===e.nodeType?t.toLowerCase():t.toUpperCase().replace(/^#/,"")},dd=function(e,t){var r="";try{for(;e&&9!==e.nodeType;){var i=e,n=i.id?"#"+i.id:cd(i)+(i.classList&&i.classList.value&&i.classList.value.trim()&&i.classList.value.trim().length?"."+i.classList.value.trim().replace(/\s+/g,"."):"");if(r.length+n.length>(t||100)-1)return r||n;if(r=r?n+">"+r:n,i.id)break;e=i.parentNode}}catch(e){}return r},hd=-1,pd=function(){return hd},vd=function(e){addEventListener("pageshow",(function(t){t.persisted&&(hd=t.timeStamp,e(t))}),!0)},gd=function(){var e=ld();return e&&e.activationStart||0},fd=function(e,t){var r=ld(),i="navigate";return pd()>=0?i="back-forward-cache":r&&(document.prerendering||gd()>0?i="prerender":document.wasDiscarded?i="restore":r.type&&(i=r.type.replace(/_/g,"-"))),{name:e,value:void 0===t?-1:t,rating:"good",delta:0,entries:[],id:"v4-".concat(Date.now(),"-").concat(Math.floor(8999999999999*Math.random())+1e12),navigationType:i}},_d=function(e,t,r){try{if(PerformanceObserver.supportedEntryTypes.includes(e)){var i=new PerformanceObserver((function(e){Promise.resolve().then((function(){t(e.getEntries())}))}));return i.observe(Object.assign({type:e,buffered:!0},r||{})),i}}catch(e){}},md=function(e,t,r,i){var n,s;return function(o){t.value>=0&&(o||i)&&((s=t.value-(n||0))||void 0===n)&&(n=t.value,t.delta=s,t.rating=function(e,t){return e>t[1]?"poor":e>t[0]?"needs-improvement":"good"}(t.value,r),e(t))}},yd=function(e){requestAnimationFrame((function(){return requestAnimationFrame((function(){return e()}))}))},bd=function(e){document.addEventListener("visibilitychange",(function(){"hidden"===document.visibilityState&&e()}))},Sd=function(e){var t=!1;return function(){t||(e(),t=!0)}},wd=-1,Cd=function(){return"hidden"!==document.visibilityState||document.prerendering?1/0:0},Id=function(e){"hidden"===document.visibilityState&&wd>-1&&(wd="visibilitychange"===e.type?e.timeStamp:0,Ed())},kd=function(){addEventListener("visibilitychange",Id,!0),addEventListener("prerenderingchange",Id,!0)},Ed=function(){removeEventListener("visibilitychange",Id,!0),removeEventListener("prerenderingchange",Id,!0)},xd=function(){return wd<0&&(wd=Cd(),kd(),vd((function(){setTimeout((function(){wd=Cd(),kd()}),0)}))),{get firstHiddenTime(){return wd}}},Td=function(e){document.prerendering?addEventListener("prerenderingchange",(function(){return e()}),!0):e()},Md=[1800,3e3],Rd=function(e,t){t=t||{},Td((function(){var r,i=xd(),n=fd("FCP"),s=_d("paint",(function(e){e.forEach((function(e){"first-contentful-paint"===e.name&&(s.disconnect(),e.startTime<i.firstHiddenTime&&(n.value=Math.max(e.startTime-gd(),0),n.entries.push(e),r(!0)))}))}));s&&(r=md(e,n,Md,t.reportAllChanges),vd((function(i){n=fd("FCP"),r=md(e,n,Md,t.reportAllChanges),yd((function(){n.value=performance.now()-i.timeStamp,r(!0)}))})))}))},Ad=[.1,.25],Nd=0,Fd=1/0,Pd=0,Od=function(e){e.forEach((function(e){e.interactionId&&(Fd=Math.min(Fd,e.interactionId),Pd=Math.max(Pd,e.interactionId),Nd=Pd?(Pd-Fd)/7+1:0)}))},Ld=function(){return od?Nd:performance.interactionCount||0},Dd=function(){"interactionCount"in performance||od||(od=_d("event",Od,{type:"event",buffered:!0,durationThreshold:0}))},Bd=[],qd=new Map,Hd=0,Vd=[],Wd=function(e){if(Vd.forEach((function(t){return t(e)})),e.interactionId||"first-input"===e.entryType){var t=Bd[Bd.length-1],r=qd.get(e.interactionId);if(r||Bd.length<10||e.duration>t.latency){if(r)e.duration>r.latency?(r.entries=[e],r.latency=e.duration):e.duration===r.latency&&e.startTime===r.entries[0].startTime&&r.entries.push(e);else{var i={id:e.interactionId,latency:e.duration,entries:[e]};qd.set(i.id,i),Bd.push(i)}Bd.sort((function(e,t){return t.latency-e.latency})),Bd.length>10&&Bd.splice(10).forEach((function(e){return qd.delete(e.id)}))}}},$d=function(e){var t=self.requestIdleCallback||self.setTimeout,r=-1;return e=Sd(e),"hidden"===document.visibilityState?e():(r=t(e),bd(e)),r},Ud=[200,500],Zd=function(e,t){"PerformanceEventTiming"in self&&"interactionId"in PerformanceEventTiming.prototype&&(t=t||{},Td((function(){var r;Dd();var i,n=fd("INP"),s=function(e){$d((function(){e.forEach(Wd);var t=function(){var e=Math.min(Bd.length-1,Math.floor((Ld()-Hd)/50));return Bd[e]}();t&&t.latency!==n.value&&(n.value=t.latency,n.entries=t.entries,i())}))},o=_d("event",s,{durationThreshold:null!==(r=t.durationThreshold)&&void 0!==r?r:40});i=md(e,n,Ud,t.reportAllChanges),o&&(o.observe({type:"first-input",buffered:!0}),bd((function(){s(o.takeRecords()),i(!0)})),vd((function(){Hd=Ld(),Bd.length=0,qd.clear(),n=fd("INP"),i=md(e,n,Ud,t.reportAllChanges)})))})))},jd=[],zd=[],Gd=0,Yd=new WeakMap,Xd=new Map,Jd=-1,Kd=function(e){jd=jd.concat(e),Qd()},Qd=function(){Jd<0&&(Jd=$d(eh))},eh=function(){Xd.size>10&&Xd.forEach((function(e,t){qd.has(t)||Xd.delete(t)}));var e=Bd.map((function(e){return Yd.get(e.entries[0])})),t=zd.length-50;zd=zd.filter((function(r,i){return i>=t||e.includes(r)}));for(var r=new Set,i=0;i<zd.length;i++){var n=zd[i];th(n.startTime,n.processingEnd).forEach((function(e){r.add(e)}))}var s=jd.length-1-50;jd=jd.filter((function(e,t){return e.startTime>Gd&&t>s||r.has(e)})),Jd=-1};Vd.push((function(e){e.interactionId&&e.target&&!Xd.has(e.interactionId)&&Xd.set(e.interactionId,e.target)}),(function(e){var t,r=e.startTime+e.duration;Gd=Math.max(Gd,e.processingEnd);for(var i=zd.length-1;i>=0;i--){var n=zd[i];if(Math.abs(r-n.renderTime)<=8){(t=n).startTime=Math.min(e.startTime,t.startTime),t.processingStart=Math.min(e.processingStart,t.processingStart),t.processingEnd=Math.max(e.processingEnd,t.processingEnd),t.entries.push(e);break}}t||(t={startTime:e.startTime,processingStart:e.processingStart,processingEnd:e.processingEnd,renderTime:r,entries:[e]},zd.push(t)),(e.interactionId||"first-input"===e.entryType)&&Yd.set(e,t),Qd()}));var th=function(e,t){for(var r,i=[],n=0;r=jd[n];n++)if(!(r.startTime+r.duration<e)){if(r.startTime>t)break;i.push(r)}return i},rh=[2500,4e3],ih={},nh={onLCP:function(e,t){!function(e,t){t=t||{},Td((function(){var r,i=xd(),n=fd("LCP"),s=function(e){t.reportAllChanges||(e=e.slice(-1)),e.forEach((function(e){e.startTime<i.firstHiddenTime&&(n.value=Math.max(e.startTime-gd(),0),n.entries=[e],r())}))},o=_d("largest-contentful-paint",s);if(o){r=md(e,n,rh,t.reportAllChanges);var a=Sd((function(){ih[n.id]||(s(o.takeRecords()),o.disconnect(),ih[n.id]=!0,r(!0))}));["keydown","click"].forEach((function(e){addEventListener(e,(function(){return $d(a)}),{once:!0,capture:!0})})),bd(a),vd((function(i){n=fd("LCP"),r=md(e,n,rh,t.reportAllChanges),yd((function(){n.value=performance.now()-i.timeStamp,ih[n.id]=!0,r(!0)}))}))}}))}((function(t){var r=function(e){var t={timeToFirstByte:0,resourceLoadDelay:0,resourceLoadDuration:0,elementRenderDelay:e.value};if(e.entries.length){var r=ld();if(r){var i=r.activationStart||0,n=e.entries[e.entries.length-1],s=n.url&&performance.getEntriesByType("resource").filter((function(e){return e.name===n.url}))[0],o=Math.max(0,r.responseStart-i),a=Math.max(o,s?(s.requestStart||s.startTime)-i:0),l=Math.max(a,s?s.responseEnd-i:0),u=Math.max(l,n.startTime-i);t={element:dd(n.element),timeToFirstByte:o,resourceLoadDelay:a-o,resourceLoadDuration:l-a,elementRenderDelay:u-l,navigationEntry:r,lcpEntry:n},n.url&&(t.url=n.url),s&&(t.lcpResourceEntry=s)}}return Object.assign(e,{attribution:t})}(t);e(r)}),t)},onCLS:function(e,t){!function(e,t){t=t||{},Rd(Sd((function(){var r,i=fd("CLS",0),n=0,s=[],o=function(e){e.forEach((function(e){if(!e.hadRecentInput){var t=s[0],r=s[s.length-1];n&&e.startTime-r.startTime<1e3&&e.startTime-t.startTime<5e3?(n+=e.value,s.push(e)):(n=e.value,s=[e])}})),n>i.value&&(i.value=n,i.entries=s,r())},a=_d("layout-shift",o);a&&(r=md(e,i,Ad,t.reportAllChanges),bd((function(){o(a.takeRecords()),r(!0)})),vd((function(){n=0,i=fd("CLS",0),r=md(e,i,Ad,t.reportAllChanges),yd((function(){return r()}))})),setTimeout(r,0))})))}((function(t){var r=function(e){var t,r={};if(e.entries.length){var i=e.entries.reduce((function(e,t){return e&&e.value>t.value?e:t}));if(i&&i.sources&&i.sources.length){var n=(t=i.sources).find((function(e){return e.node&&1===e.node.nodeType}))||t[0];n&&(r={largestShiftTarget:dd(n.node),largestShiftTime:i.startTime,largestShiftValue:i.value,largestShiftSource:n,largestShiftEntry:i,loadState:ud(i.startTime)})}}return Object.assign(e,{attribution:r})}(t);e(r)}),t)},onFCP:function(e,t){Rd((function(t){var r=function(e){var t={timeToFirstByte:0,firstByteToFCP:e.value,loadState:ud(pd())};if(e.entries.length){var r=ld(),i=e.entries[e.entries.length-1];if(r){var n=r.activationStart||0,s=Math.max(0,r.responseStart-n);t={timeToFirstByte:s,firstByteToFCP:e.value-s,loadState:ud(e.entries[0].startTime),navigationEntry:r,fcpEntry:i}}}return Object.assign(e,{attribution:t})}(t);e(r)}),t)},onINP:function(e,t){ad||(ad=_d("long-animation-frame",Kd)),Zd((function(t){var r=function(e){var t=e.entries[0],r=Yd.get(t),i=t.processingStart,n=r.processingEnd,s=r.entries.sort((function(e,t){return e.processingStart-t.processingStart})),o=th(t.startTime,n),a=e.entries.find((function(e){return e.target})),l=a&&a.target||Xd.get(t.interactionId),u=[t.startTime+t.duration,n].concat(o.map((function(e){return e.startTime+e.duration}))),c=Math.max.apply(Math,u),d={interactionTarget:dd(l),interactionTargetElement:l,interactionType:t.name.startsWith("key")?"keyboard":"pointer",interactionTime:t.startTime,nextPaintTime:c,processedEventEntries:s,longAnimationFrameEntries:o,inputDelay:i-t.startTime,processingDuration:n-i,presentationDelay:Math.max(c-n,0),loadState:ud(t.startTime)};return Object.assign(e,{attribution:d})}(t);e(r)}),t)}};nn.__PosthogExtensions__=nn.__PosthogExtensions__||{},nn.__PosthogExtensions__.postHogWebVitalsCallbacks=nh,nn.postHogWebVitalsCallbacks=nh;class sh{constructor(){this.clicks=[]}isRageClick(e,t,r){var i=this.clicks[this.clicks.length-1];if(i&&Math.abs(e-i.x)+Math.abs(t-i.y)<30&&r-i.timestamp<1e3){if(this.clicks.push({x:e,y:t,timestamp:r}),3===this.clicks.length)return!0}else this.clicks=[{x:e,y:t,timestamp:r}];return!1}}var oh=cn("[AutoCapture]");function ah(e,t){return t.length>e?t.slice(0,e)+"...":t}function lh(e){if(e.previousElementSibling)return e.previousElementSibling;var t=e;do{t=t.previousSibling}while(t&&!ds(t));return t}function uh(e,t,r,i){var n=e.tagName.toLowerCase(),s={tag_name:n};Ss.indexOf(n)>-1&&!r&&("a"===n.toLowerCase()||"button"===n.toLowerCase()?s.$el_text=ah(1024,Ds(e)):s.$el_text=ah(1024,ys(e)));var o=_s(e);o.length>0&&(s.classes=o.filter((function(e){return""!==e}))),pn(e.attributes,(function(r){var n;if((!Ms(e)||-1!==["name","id","class","aria-label"].indexOf(r.name))&&((null==i||!i.includes(r.name))&&!t&&Ls(r.value)&&(n=r.name,!Qr(n)||"_ngcontent"!==n.substring(0,10)&&"_nghost"!==n.substring(0,7)))){var o=r.value;"class"===r.name&&(o=gs(o).join(" ")),s["attr__"+r.name]=ah(1024,o)}}));for(var a=1,l=1,u=e;u=lh(u);)a++,u.tagName===e.tagName&&l++;return s.nth_child=a,s.nth_of_type=l,s}function ch(e,t){for(var r,i,{e:n,maskAllElementAttributes:s,maskAllText:o,elementAttributeIgnoreList:a,elementsChainAsString:l}=t,u=[e],c=e;c.parentNode&&!hs(c,"body");)vs(c.parentNode)?(u.push(c.parentNode.host),c=c.parentNode.host):(u.push(c.parentNode),c=c.parentNode);var d,h=[],p={},v=!1,g=!1;if(pn(u,(e=>{var t=Ts(e);"a"===e.tagName.toLowerCase()&&(v=e.getAttribute("href"),v=t&&v&&Ls(v)&&v),Hr(_s(e),"ph-no-capture")&&(g=!0),h.push(uh(e,s,o,a));var r=function(e){if(!Ts(e))return{};var t={};return pn(e.attributes,(function(e){if(e.name&&0===e.name.indexOf("data-ph-capture-attribute")){var r=e.name.replace("data-ph-capture-attribute-",""),i=e.value;r&&i&&Ls(i)&&(t[r]=i)}})),t}(e);vn(p,r)})),g)return{props:{},explicitNoCapture:g};if(o||("a"===e.tagName.toLowerCase()||"button"===e.tagName.toLowerCase()?h[0].$el_text=Ds(e):h[0].$el_text=ys(e)),v){var f,_;h[0].attr__href=v;var m=null==(f=kn(v))?void 0:f.host,y=null==Zi||null==(_=Zi.location)?void 0:_.host;m&&y&&m!==y&&(d=v)}return{props:vn({$event_type:n.type,$ce_version:1},l?{}:{$elements:h},{$elements_chain:qs(h)},null!=(r=h[0])&&r.$el_text?{$el_text:null==(i=h[0])?void 0:i.$el_text}:{},d&&"click"===n.type?{$external_click_url:d}:{},p)}}class dh{constructor(e){this._initialized=!1,this._isDisabledServerSide=null,this.rageclicks=new sh,this._elementsChainAsString=!1,this.instance=e,this._elementSelectors=null}get _config(){var e,t,r=Xr(this.instance.config.autocapture)?this.instance.config.autocapture:{};return r.url_allowlist=null==(e=r.url_allowlist)?void 0:e.map((e=>new RegExp(e))),r.url_ignorelist=null==(t=r.url_ignorelist)?void 0:t.map((e=>new RegExp(e))),r}_addDomEventHandlers(){if(this.isBrowserSupported()){if(Zi&&Ji){var e=e=>{e=e||(null==Zi?void 0:Zi.event);try{this._captureEvent(e)}catch(e){oh.error("Failed to capture event",e)}};if(In(Ji,"submit",e,{capture:!0}),In(Ji,"change",e,{capture:!0}),In(Ji,"click",e,{capture:!0}),this._config.capture_copied_text){var t=e=>{e=e||(null==Zi?void 0:Zi.event),this._captureEvent(e,Vl)};In(Ji,"copy",t,{capture:!0}),In(Ji,"cut",t,{capture:!0})}}}else oh.info("Disabling Automatic Event Collection because this browser is not supported")}startIfEnabled(){this.isEnabled&&!this._initialized&&(this._addDomEventHandlers(),this._initialized=!0)}onRemoteConfig(e){e.elementsChainAsString&&(this._elementsChainAsString=e.elementsChainAsString),this.instance.persistence&&this.instance.persistence.register({[On]:!!e.autocapture_opt_out}),this._isDisabledServerSide=!!e.autocapture_opt_out,this.startIfEnabled()}setElementSelectors(e){this._elementSelectors=e}getElementSelectors(e){var t,r=[];return null==(t=this._elementSelectors)||t.forEach((t=>{var i=null==Ji?void 0:Ji.querySelectorAll(t);null==i||i.forEach((i=>{e===i&&r.push(t)}))})),r}get isEnabled(){var e,t,r=null==(e=this.instance.persistence)?void 0:e.props[On],i=this._isDisabledServerSide;if(ti(i)&&!ni(r)&&!this.instance._shouldDisableFlags())return!1;var n=null!==(t=this._isDisabledServerSide)&&void 0!==t?t:!!r;return!!this.instance.config.autocapture&&!n}_captureEvent(e,t){if(void 0===t&&(t="$autocapture"),this.isEnabled){var r,i=bs(e);if(ps(i)&&(i=i.parentNode||null),"$autocapture"===t&&"click"===e.type&&e instanceof MouseEvent)this.instance.config.rageclick&&null!=(r=this.rageclicks)&&r.isRageClick(e.clientX,e.clientY,(new Date).getTime())&&function(e,t){if(!Zi||ks(e))return!1;var r,i;if(!1===(r=ni(t)?!!t&&Is:null!==(i=null==t?void 0:t.css_selector_ignorelist)&&void 0!==i?i:Is))return!1;var{targetElementList:n}=Es(e,!1);return!ws(n,r)}(i,this.instance.config.rageclick)&&this._captureEvent(e,"$rageclick");var n=t===Vl;if(i&&xs(i,e,this._config,n,n?["copy","cut"]:void 0)){var{props:s,explicitNoCapture:o}=ch(i,{e:e,maskAllElementAttributes:this.instance.config.mask_all_element_attributes,maskAllText:this.instance.config.mask_all_text,elementAttributeIgnoreList:this._config.element_attribute_ignorelist,elementsChainAsString:this._elementsChainAsString});if(o)return!1;var a=this.getElementSelectors(i);if(a&&a.length>0&&(s.$element_selectors=a),t===Vl){var l,u=ms(null==Zi||null==(l=Zi.getSelection())?void 0:l.toString()),c=e.type||"clipboard";if(!u)return!1;s.$selected_content=u,s.$copy_type=c}return this.instance.capture(t,s),!0}}}isBrowserSupported(){return Gr(null==Ji?void 0:Ji.querySelectorAll)}}var hh={};function ph(e){return function(e,t){var r=hh[e];if(r)return r;var i=t[e];if(Yr(i)&&!sn())return hh[e]=i.bind(t);var n=t.document;if(n&&Gr(n.createElement))try{var s=n.createElement("iframe");s.hidden=!0,n.head.appendChild(s);var o=s.contentWindow;o&&o[e]&&(i=o[e]),n.head.removeChild(s)}catch(t){un.warn("Could not create sandbox iframe for "+e+" check, bailing to assignableWindow."+e+": ",t)}return i&&Gr(i)?hh[e]=i.bind(t):i}("MutationObserver",e)}function vh(e,t){return ii(e)&&e>=t}class gh{_asRequiredConfig(e){var t,r,i,n,s=this._defaultConfig((null==e?void 0:e.__onCapture)||this._captureDeadClick.bind(this));return{element_attribute_ignorelist:null!==(t=null==e?void 0:e.element_attribute_ignorelist)&&void 0!==t?t:s.element_attribute_ignorelist,scroll_threshold_ms:null!==(r=null==e?void 0:e.scroll_threshold_ms)&&void 0!==r?r:s.scroll_threshold_ms,selection_change_threshold_ms:null!==(i=null==e?void 0:e.selection_change_threshold_ms)&&void 0!==i?i:s.selection_change_threshold_ms,mutation_threshold_ms:null!==(n=null==e?void 0:e.mutation_threshold_ms)&&void 0!==n?n:s.mutation_threshold_ms,__onCapture:s.__onCapture}}constructor(e,t){this._clicks=[],this._defaultConfig=e=>({element_attribute_ignorelist:[],scroll_threshold_ms:100,selection_change_threshold_ms:100,mutation_threshold_ms:2500,__onCapture:e}),this._onClick=e=>{var t=function(e){var t=bs(e);return t?{node:t,originalEvent:e,timestamp:Date.now()}:null}(e);ti(t)||this._ignoreClick(t)||this._clicks.push(t),this._clicks.length&&Kr(this._checkClickTimer)&&(this._checkClickTimer=nn.setTimeout((()=>{this._checkClicks()}),1e3))},this._onScroll=()=>{var e=Date.now();e%50==0&&this._clicks.forEach((t=>{Kr(t.scrollDelayMs)&&(t.scrollDelayMs=e-t.timestamp)}))},this._onSelectionChange=()=>{this._lastSelectionChanged=Date.now()},this.instance=e,this._config=this._asRequiredConfig(t),this._onCapture=this._config.__onCapture}start(e){this._startClickObserver(),this._startScrollObserver(),this._startSelectionChangedObserver(),this._startMutationObserver(e)}_startMutationObserver(e){if(!this._mutationObserver){var t=ph(nn);this._mutationObserver=new t((e=>{this._onMutation(e)})),this._mutationObserver.observe(e,{attributes:!0,characterData:!0,childList:!0,subtree:!0})}}stop(){var e;null==(e=this._mutationObserver)||e.disconnect(),this._mutationObserver=void 0,nn.removeEventListener("click",this._onClick),nn.removeEventListener("scroll",this._onScroll,{capture:!0}),nn.removeEventListener("selectionchange",this._onSelectionChange)}_onMutation(e){this._lastMutation=Date.now()}_startClickObserver(){In(nn,"click",this._onClick)}_startScrollObserver(){In(nn,"scroll",this._onScroll,{capture:!0})}_startSelectionChangedObserver(){In(nn,"selectionchange",this._onSelectionChange)}_ignoreClick(e){if(!e)return!0;if(cs(e.node))return!0;var t=this._clicks.some((t=>t.node===e.node&&Math.abs(t.timestamp-e.timestamp)<1e3));return!!t||!(!hs(e.node,"html")&&ds(e.node)&&!Ss.includes(e.node.tagName.toLowerCase()))}_checkClicks(){if(this._clicks.length){clearTimeout(this._checkClickTimer),this._checkClickTimer=void 0;var e=this._clicks;for(var t of(this._clicks=[],e)){var r;t.mutationDelayMs=null!==(r=t.mutationDelayMs)&&void 0!==r?r:this._lastMutation&&t.timestamp<=this._lastMutation?this._lastMutation-t.timestamp:void 0,t.absoluteDelayMs=Date.now()-t.timestamp,t.selectionChangedDelayMs=this._lastSelectionChanged&&t.timestamp<=this._lastSelectionChanged?this._lastSelectionChanged-t.timestamp:void 0;var i=vh(t.scrollDelayMs,this._config.scroll_threshold_ms),n=vh(t.selectionChangedDelayMs,this._config.selection_change_threshold_ms),s=vh(t.mutationDelayMs,this._config.mutation_threshold_ms),o=vh(t.absoluteDelayMs,1.1*this._config.mutation_threshold_ms),a=ii(t.scrollDelayMs)&&t.scrollDelayMs<this._config.scroll_threshold_ms,l=ii(t.mutationDelayMs)&&t.mutationDelayMs<this._config.mutation_threshold_ms,u=ii(t.selectionChangedDelayMs)&&t.selectionChangedDelayMs<this._config.selection_change_threshold_ms;a||l||u||(i||s||o||n?this._onCapture(t,{$dead_click_last_mutation_timestamp:this._lastMutation,$dead_click_event_timestamp:t.timestamp,$dead_click_scroll_timeout:i,$dead_click_mutation_timeout:s,$dead_click_absolute_timeout:o,$dead_click_selection_changed_timeout:n}):t.absoluteDelayMs<this._config.mutation_threshold_ms&&this._clicks.push(t))}this._clicks.length&&Kr(this._checkClickTimer)&&(this._checkClickTimer=nn.setTimeout((()=>{this._checkClicks()}),1e3))}}_captureDeadClick(e,t){this.instance.capture("$dead_click",r({},t,ch(e.node,{e:e.originalEvent,maskAllElementAttributes:this.instance.config.mask_all_element_attributes,maskAllText:this.instance.config.mask_all_text,elementAttributeIgnoreList:this._config.element_attribute_ignorelist,elementsChainAsString:!1}).props,{$dead_click_scroll_delay_ms:e.scrollDelayMs,$dead_click_mutation_delay_ms:e.mutationDelayMs,$dead_click_absolute_delay_ms:e.absoluteDelayMs,$dead_click_selection_changed_delay_ms:e.selectionChangedDelayMs}),{timestamp:new Date(e.timestamp)})}}nn.__PosthogExtensions__=nn.__PosthogExtensions__||{},nn.__PosthogExtensions__.initDeadClicksAutocapture=(e,t)=>new gh(e,t);var fh="";var _h=/[a-z0-9][a-z0-9-]+\.[a-z]{2,}$/i;function mh(e,t){if(t){var r=function(e,t){if(void 0===t&&(t=Ji),fh)return fh;if(!t)return"";if(["localhost","127.0.0.1"].includes(e))return"";for(var r=e.split("."),i=Math.min(r.length,8),n="dmn_chk_"+Wa();!fh&&i--;){var s=r.slice(i).join("."),o=n+"=1;domain=."+s+";path=/";t.cookie=o+";max-age=3",t.cookie.includes(n)&&(t.cookie=o+";max-age=0",fh=s)}return fh}(e);if(!r){var i=(e=>{var t=e.match(_h);return t?t[0]:""})(e);i!==r&&un.info("Warning: cookie subdomain discovery mismatch",i,r),r=i}return r?"; domain=."+r:""}return""}var yh={_is_supported:()=>!!Ji,_error:function(e){un.error("cookieStore error: "+e)},_get:function(e){if(Ji){try{for(var t=e+"=",r=Ji.cookie.split(";").filter((e=>e.length)),i=0;i<r.length;i++){for(var n=r[i];" "==n.charAt(0);)n=n.substring(1,n.length);if(0===n.indexOf(t))return decodeURIComponent(n.substring(t.length,n.length))}}catch(e){}return null}},_parse:function(e){var t;try{t=JSON.parse(yh._get(e))||{}}catch(e){}return t},_set:function(e,t,r,i,n){if(Ji)try{var s="",o="",a=mh(Ji.location.hostname,i);if(r){var l=new Date;l.setTime(l.getTime()+24*r*60*60*1e3),s="; expires="+l.toUTCString()}n&&(o="; secure");var u=e+"="+encodeURIComponent(JSON.stringify(t))+s+"; SameSite=Lax; path=/"+a+o;return u.length>3686.4&&un.warn("cookieStore warning: large cookie, len="+u.length),Ji.cookie=u,u}catch(e){return}},_remove:function(e,t){if(null!=Ji&&Ji.cookie)try{yh._set(e,"",-1,t)}catch(e){return}}},bh=null,Sh={_is_supported:function(){if(!ti(bh))return bh;var e=!0;if(Kr(Zi))e=!1;else try{var t="__mplssupport__";Sh._set(t,"xyz"),'"xyz"'!==Sh._get(t)&&(e=!1),Sh._remove(t)}catch(t){e=!1}return e||un.error("localStorage unsupported; falling back to cookie store"),bh=e,e},_error:function(e){un.error("localStorage error: "+e)},_get:function(e){try{return null==Zi?void 0:Zi.localStorage.getItem(e)}catch(e){Sh._error(e)}return null},_parse:function(e){try{return JSON.parse(Sh._get(e))||{}}catch(e){}return null},_set:function(e,t){try{null==Zi||Zi.localStorage.setItem(e,JSON.stringify(t))}catch(e){Sh._error(e)}},_remove:function(e){try{null==Zi||Zi.localStorage.removeItem(e)}catch(e){Sh._error(e)}}},wh=["distinct_id",Un,Zn,os,ss],Ch=r({},Sh,{_parse:function(e){try{var t={};try{t=yh._parse(e)||{}}catch(e){}var r=vn(t,JSON.parse(Sh._get(e)||"{}"));return Sh._set(e,r),r}catch(e){}return null},_set:function(e,t,r,i,n,s){try{Sh._set(e,t,void 0,void 0,s);var o={};wh.forEach((e=>{t[e]&&(o[e]=t[e])})),Object.keys(o).length&&yh._set(e,o,r,i,n,s)}catch(e){Sh._error(e)}},_remove:function(e,t){try{null==Zi||Zi.localStorage.removeItem(e),yh._remove(e,t)}catch(e){Sh._error(e)}}}),Ih={},kh={_is_supported:function(){return!0},_error:function(e){un.error("memoryStorage error: "+e)},_get:function(e){return Ih[e]||null},_parse:function(e){return Ih[e]||null},_set:function(e,t){Ih[e]=t},_remove:function(e){delete Ih[e]}},Eh=null,xh={_is_supported:function(){if(!ti(Eh))return Eh;if(Eh=!0,Kr(Zi))Eh=!1;else try{var e="__support__";xh._set(e,"xyz"),'"xyz"'!==xh._get(e)&&(Eh=!1),xh._remove(e)}catch(e){Eh=!1}return Eh},_error:function(e){un.error("sessionStorage error: ",e)},_get:function(e){try{return null==Zi?void 0:Zi.sessionStorage.getItem(e)}catch(e){xh._error(e)}return null},_parse:function(e){try{return JSON.parse(xh._get(e))||null}catch(e){}return null},_set:function(e,t){try{null==Zi||Zi.sessionStorage.setItem(e,JSON.stringify(t))}catch(e){xh._error(e)}},_remove:function(e){try{null==Zi||Zi.sessionStorage.removeItem(e)}catch(e){xh._error(e)}}},Th=function(e){return e[e.PENDING=-1]="PENDING",e[e.DENIED=0]="DENIED",e[e.GRANTED=1]="GRANTED",e}({});class Mh{constructor(e){this._instance=e}get _config(){return this._instance.config}get consent(){return this._getDnt()?Th.DENIED:this._storedConsent}isOptedOut(){return"always"===this._config.cookieless_mode||(this.consent===Th.DENIED||this.consent===Th.PENDING&&(this._config.opt_out_capturing_by_default||"on_reject"===this._config.cookieless_mode))}isOptedIn(){return!this.isOptedOut()}isExplicitlyOptedOut(){return this.consent===Th.DENIED}optInOut(e){this._storage._set(this._storageKey,e?1:0,this._config.cookie_expiration,this._config.cross_subdomain_cookie,this._config.secure_cookie)}reset(){this._storage._remove(this._storageKey,this._config.cross_subdomain_cookie)}get _storageKey(){var{token:e,opt_out_capturing_cookie_prefix:t,consent_persistence_name:r}=this._instance.config;return r||(t?t+e:"__ph_opt_in_out_"+e)}get _storedConsent(){var e=this._storage._get(this._storageKey);return di(e)?Th.GRANTED:Hr(hi,e)?Th.DENIED:Th.PENDING}get _storage(){if(!this._persistentStore){var e=this._config.opt_out_capturing_persistence_type;this._persistentStore="localStorage"===e?Sh:yh;var t="localStorage"===e?yh:Sh;t._get(this._storageKey)&&(this._persistentStore._get(this._storageKey)||this.optInOut(di(t._get(this._storageKey))),t._remove(this._storageKey,this._config.cross_subdomain_cookie))}return this._persistentStore}_getDnt(){return!!this._config.respect_dnt&&!!Cn([null==Xi?void 0:Xi.doNotTrack,null==Xi?void 0:Xi.msDoNotTrack,nn.doNotTrack],(e=>di(e)))}}var Rh=cn("[Dead Clicks]"),Ah=()=>!0,Nh=e=>{var t,r=!(null==(t=e.instance.persistence)||!t.get_property(Vn)),i=e.instance.config.capture_dead_clicks;return ni(i)?i:r};class Fh{get lazyLoadedDeadClicksAutocapture(){return this._lazyLoadedDeadClicksAutocapture}constructor(e,t,r){this.instance=e,this.isEnabled=t,this.onCapture=r,this.startIfEnabled()}onRemoteConfig(e){this.instance.persistence&&this.instance.persistence.register({[Vn]:null==e?void 0:e.captureDeadClicks}),this.startIfEnabled()}startIfEnabled(){this.isEnabled(this)&&this._loadScript((()=>{this._start()}))}_loadScript(e){var t,r;null!=(t=nn.__PosthogExtensions__)&&t.initDeadClicksAutocapture&&e(),null==(r=nn.__PosthogExtensions__)||null==r.loadExternalDependency||r.loadExternalDependency(this.instance,"dead-clicks-autocapture",(t=>{t?Rh.error("failed to load script",t):e()}))}_start(){var e;if(Ji){if(!this._lazyLoadedDeadClicksAutocapture&&null!=(e=nn.__PosthogExtensions__)&&e.initDeadClicksAutocapture){var t=Xr(this.instance.config.capture_dead_clicks)?this.instance.config.capture_dead_clicks:{};t.__onCapture=this.onCapture,this._lazyLoadedDeadClicksAutocapture=nn.__PosthogExtensions__.initDeadClicksAutocapture(this.instance,t),this._lazyLoadedDeadClicksAutocapture.start(Ji),Rh.info("starting...")}}else Rh.error("`document` not found. Cannot start.")}stop(){this._lazyLoadedDeadClicksAutocapture&&(this._lazyLoadedDeadClicksAutocapture.stop(),this._lazyLoadedDeadClicksAutocapture=void 0,Rh.info("stopping..."))}}var Ph=cn("[ExceptionAutocapture]");class Oh{constructor(e){var t,r,i;this._startCapturing=()=>{var e;if(Zi&&this.isEnabled&&null!=(e=nn.__PosthogExtensions__)&&e.errorWrappingFunctions){var t=nn.__PosthogExtensions__.errorWrappingFunctions.wrapOnError,r=nn.__PosthogExtensions__.errorWrappingFunctions.wrapUnhandledRejection,i=nn.__PosthogExtensions__.errorWrappingFunctions.wrapConsoleError;try{!this._unwrapOnError&&this._config.capture_unhandled_errors&&(this._unwrapOnError=t(this.captureException.bind(this))),!this._unwrapUnhandledRejection&&this._config.capture_unhandled_rejections&&(this._unwrapUnhandledRejection=r(this.captureException.bind(this))),!this._unwrapConsoleError&&this._config.capture_console_errors&&(this._unwrapConsoleError=i(this.captureException.bind(this)))}catch(e){Ph.error("failed to start",e),this._stopCapturing()}}},this._instance=e,this._remoteEnabled=!(null==(t=this._instance.persistence)||!t.props[Dn]),this._config=this._requiredConfig(),this._rateLimiter=new vi({refillRate:null!==(r=this._instance.config.error_tracking.__exceptionRateLimiterRefillRate)&&void 0!==r?r:1,bucketSize:null!==(i=this._instance.config.error_tracking.__exceptionRateLimiterBucketSize)&&void 0!==i?i:10,refillInterval:1e4,_logger:Ph}),this.startIfEnabled()}_requiredConfig(){var e=this._instance.config.capture_exceptions,t={capture_unhandled_errors:!1,capture_unhandled_rejections:!1,capture_console_errors:!1};return Xr(e)?t=r({},t,e):(Kr(e)?this._remoteEnabled:e)&&(t=r({},t,{capture_unhandled_errors:!0,capture_unhandled_rejections:!0})),t}get isEnabled(){return this._config.capture_console_errors||this._config.capture_unhandled_errors||this._config.capture_unhandled_rejections}startIfEnabled(){this.isEnabled&&(Ph.info("enabled"),this._loadScript(this._startCapturing))}_loadScript(e){var t,r;null!=(t=nn.__PosthogExtensions__)&&t.errorWrappingFunctions&&e(),null==(r=nn.__PosthogExtensions__)||null==r.loadExternalDependency||r.loadExternalDependency(this._instance,"exception-autocapture",(t=>{if(t)return Ph.error("failed to load script",t);e()}))}_stopCapturing(){var e,t,r;null==(e=this._unwrapOnError)||e.call(this),this._unwrapOnError=void 0,null==(t=this._unwrapUnhandledRejection)||t.call(this),this._unwrapUnhandledRejection=void 0,null==(r=this._unwrapConsoleError)||r.call(this),this._unwrapConsoleError=void 0}onRemoteConfig(e){var t=e.autocaptureExceptions;this._remoteEnabled=!!t||!1,this._config=this._requiredConfig(),this._instance.persistence&&this._instance.persistence.register({[Dn]:this._remoteEnabled}),this.startIfEnabled()}captureException(e){var t,r,i=null!==(t=null==e||null==(r=e.$exception_list)||null==(r=r[0])?void 0:r.type)&&void 0!==t?t:"Exception";this._rateLimiter.consumeRateLimit(i)?Ph.info("Skipping exception capture because of client rate limiting.",{exception:i}):this._instance.exceptions.sendExceptionEvent(e)}}class Lh{constructor(e){var t;this._instance=e,this._lastPathname=(null==Zi||null==(t=Zi.location)?void 0:t.pathname)||""}get isEnabled(){return"history_change"===this._instance.config.capture_pageview}startIfEnabled(){this.isEnabled&&(un.info("History API monitoring enabled, starting..."),this.monitorHistoryChanges())}stop(){this._popstateListener&&this._popstateListener(),this._popstateListener=void 0,un.info("History API monitoring stopped")}monitorHistoryChanges(){var e,t;if(Zi&&Zi.history){var r=this;null!=(e=Zi.history.pushState)&&e.__posthog_wrapped__||Rn(Zi.history,"pushState",(e=>function(t,i,n){e.call(this,t,i,n),r._capturePageview("pushState")})),null!=(t=Zi.history.replaceState)&&t.__posthog_wrapped__||Rn(Zi.history,"replaceState",(e=>function(t,i,n){e.call(this,t,i,n),r._capturePageview("replaceState")})),this._setupPopstateListener()}}_capturePageview(e){try{var t,r=null==Zi||null==(t=Zi.location)?void 0:t.pathname;if(!r)return;r!==this._lastPathname&&this.isEnabled&&this._instance.capture("$pageview",{navigation_type:e}),this._lastPathname=r}catch(t){un.error("Error capturing "+e+" pageview",t)}}_setupPopstateListener(){if(!this._popstateListener){var e=()=>{this._capturePageview("popstate")};In(Zi,"popstate",e),this._popstateListener=()=>{Zi&&Zi.removeEventListener("popstate",e)}}}}var Dh=cn("[SegmentIntegration]");function Bh(e,t){var r=e.config.segment;if(!r)return t();!function(e,t){var r=e.config.segment;if(!r)return t();var i=r=>{var i=()=>r.anonymousId()||Wa();e.config.get_device_id=i,r.id()&&(e.register({distinct_id:r.id(),$device_id:i()}),e.persistence.set_property(es,"identified")),t()},n=r.user();"then"in n&&Gr(n.then)?n.then((e=>i(e))):i(n)}(e,(()=>{r.register((e=>{Promise&&Promise.resolve||Dh.warn("This browser does not have Promise support, and can not use the segment integration");var t=(t,r)=>{if(!r)return t;t.event.userId||t.event.anonymousId===e.get_distinct_id()||(Dh.info("No userId set, resetting PostHog"),e.reset()),t.event.userId&&t.event.userId!==e.get_distinct_id()&&(Dh.info("UserId set, identifying with PostHog"),e.identify(t.event.userId));var i=e.calculateEventProperties(r,t.event.properties);return t.event.properties=Object.assign({},i,t.event.properties),t};return{name:"PostHog JS",type:"enrichment",version:"1.0.0",isLoaded:()=>!0,load:()=>Promise.resolve(),track:e=>t(e,e.event.event),page:e=>t(e,"$pageview"),identify:e=>t(e,"$identify"),screen:e=>t(e,"$screen")}})(e)).then((()=>{t()}))}))}var qh="posthog-js";function Hh(e,t){var{organization:i,projectId:n,prefix:s,severityAllowList:o=["error"],sendExceptionsToPostHog:a=!0}=void 0===t?{}:t;return t=>{var l,u,c,d,h;if(!("*"===o||o.includes(t.level))||!e.__loaded)return t;t.tags||(t.tags={});var p=e.requestRouter.endpointFor("ui","/project/"+e.config.token+"/person/"+e.get_distinct_id());t.tags["PostHog Person URL"]=p,e.sessionRecordingStarted()&&(t.tags["PostHog Recording URL"]=e.get_session_replay_url({withTimestamp:!0}));var v=(null==(l=t.exception)?void 0:l.values)||[],g=v.map((e=>r({},e,{stacktrace:e.stacktrace?r({},e.stacktrace,{type:"raw",frames:(e.stacktrace.frames||[]).map((e=>r({},e,{platform:"web:javascript"})))}):void 0}))),f={$exception_message:(null==(u=v[0])?void 0:u.value)||t.message,$exception_type:null==(c=v[0])?void 0:c.type,$exception_personURL:p,$exception_level:t.level,$exception_list:g,$sentry_event_id:t.event_id,$sentry_exception:t.exception,$sentry_exception_message:(null==(d=v[0])?void 0:d.value)||t.message,$sentry_exception_type:null==(h=v[0])?void 0:h.type,$sentry_tags:t.tags};return i&&n&&(f.$sentry_url=(s||"https://sentry.io/organizations/")+i+"/issues/?project="+n+"&query="+t.event_id),a&&e.exceptions.sendExceptionEvent(f),t}}class Vh{constructor(e,t,r,i,n,s){this.name=qh,this.setupOnce=function(o){o(Hh(e,{organization:t,projectId:r,prefix:i,severityAllowList:n,sendExceptionsToPostHog:null==s||s}))}}}var Wh=null!=Zi&&Zi.location?Mn(Zi.location.hash,"__posthog")||Mn(location.hash,"state"):null,$h="_postHogToolbarParams",Uh=cn("[Toolbar]"),Zh=function(e){return e[e.UNINITIALIZED=0]="UNINITIALIZED",e[e.LOADING=1]="LOADING",e[e.LOADED=2]="LOADED",e}(Zh||{});class jh{constructor(e){this.instance=e}_setToolbarState(e){nn.ph_toolbar_state=e}_getToolbarState(){var e;return null!==(e=nn.ph_toolbar_state)&&void 0!==e?e:Zh.UNINITIALIZED}maybeLoadToolbar(e,t,r){if(void 0===e&&(e=void 0),void 0===t&&(t=void 0),void 0===r&&(r=void 0),!Zi||!Ji)return!1;e=null!=e?e:Zi.location,r=null!=r?r:Zi.history;try{if(!t){try{Zi.localStorage.setItem("test","test"),Zi.localStorage.removeItem("test")}catch(e){return!1}t=null==Zi?void 0:Zi.localStorage}var i,n=Wh||Mn(e.hash,"__posthog")||Mn(e.hash,"state"),s=n?_n((()=>JSON.parse(atob(decodeURIComponent(n)))))||_n((()=>JSON.parse(decodeURIComponent(n)))):null;return s&&"ph_authorize"===s.action?((i=s).source="url",i&&Object.keys(i).length>0&&(s.desiredHash?e.hash=s.desiredHash:r?r.replaceState(r.state,"",e.pathname+e.search):e.hash="")):((i=JSON.parse(t.getItem($h)||"{}")).source="localstorage",delete i.userIntent),!(!i.token||this.instance.config.token!==i.token)&&(this.loadToolbar(i),!0)}catch(e){return!1}}_callLoadToolbar(e){var t=nn.ph_load_toolbar||nn.ph_load_editor;!ri(t)&&Gr(t)?t(e,this.instance):Uh.warn("No toolbar load function found")}loadToolbar(e){var t=!(null==Ji||!Ji.getElementById(as));if(!Zi||t)return!1;var i="custom"===this.instance.requestRouter.region&&this.instance.config.advanced_disable_toolbar_metrics,n=r({token:this.instance.config.token},e,{apiURL:this.instance.requestRouter.endpointFor("ui")},i?{instrument:!1}:{});if(Zi.localStorage.setItem($h,JSON.stringify(r({},n,{source:void 0}))),this._getToolbarState()===Zh.LOADED)this._callLoadToolbar(n);else if(this._getToolbarState()===Zh.UNINITIALIZED){var s;this._setToolbarState(Zh.LOADING),null==(s=nn.__PosthogExtensions__)||null==s.loadExternalDependency||s.loadExternalDependency(this.instance,"toolbar",(e=>{if(e)return Uh.error("[Toolbar] Failed to load",e),void this._setToolbarState(Zh.UNINITIALIZED);this._setToolbarState(Zh.LOADED),this._callLoadToolbar(n)})),In(Zi,"turbolinks:load",(()=>{this._setToolbarState(Zh.UNINITIALIZED),this.loadToolbar(n)}))}return!0}_loadEditor(e){return this.loadToolbar(e)}maybeLoadEditor(e,t,r){return void 0===e&&(e=void 0),void 0===t&&(t=void 0),void 0===r&&(r=void 0),this.maybeLoadToolbar(e,t,r)}}var zh=cn("[TracingHeaders]");class Gh{constructor(e){this._restoreXHRPatch=void 0,this._restoreFetchPatch=void 0,this._startCapturing=()=>{var e,t;Kr(this._restoreXHRPatch)&&(null==(e=nn.__PosthogExtensions__)||null==(e=e.tracingHeadersPatchFns)||e._patchXHR(this._instance.config.__add_tracing_headers||[],this._instance.get_distinct_id(),this._instance.sessionManager));Kr(this._restoreFetchPatch)&&(null==(t=nn.__PosthogExtensions__)||null==(t=t.tracingHeadersPatchFns)||t._patchFetch(this._instance.config.__add_tracing_headers||[],this._instance.get_distinct_id(),this._instance.sessionManager))},this._instance=e}_loadScript(e){var t,r;null!=(t=nn.__PosthogExtensions__)&&t.tracingHeadersPatchFns&&e(),null==(r=nn.__PosthogExtensions__)||null==r.loadExternalDependency||r.loadExternalDependency(this._instance,"tracing-headers",(t=>{if(t)return zh.error("failed to load script",t);e()}))}startIfEnabledOrStop(){var e,t;this._instance.config.__add_tracing_headers?this._loadScript(this._startCapturing):(null==(e=this._restoreXHRPatch)||e.call(this),null==(t=this._restoreFetchPatch)||t.call(this),this._restoreXHRPatch=void 0,this._restoreFetchPatch=void 0)}}var Yh=cn("[Web Vitals]"),Xh=9e5;class Jh{constructor(e){var t;this._enabledServerSide=!1,this._initialized=!1,this._buffer={url:void 0,metrics:[],firstMetricTimestamp:void 0},this._flushToCapture=()=>{clearTimeout(this._delayedFlushTimer),0!==this._buffer.metrics.length&&(this._instance.capture("$web_vitals",this._buffer.metrics.reduce(((e,t)=>r({},e,{["$web_vitals_"+t.name+"_event"]:r({},t),["$web_vitals_"+t.name+"_value"]:t.value})),{})),this._buffer={url:void 0,metrics:[],firstMetricTimestamp:void 0})},this._addToBuffer=e=>{var t,i=null==(t=this._instance.sessionManager)?void 0:t.checkAndGetSessionAndWindowId(!0);if(Kr(i))Yh.error("Could not read session ID. Dropping metrics!");else{this._buffer=this._buffer||{url:void 0,metrics:[],firstMetricTimestamp:void 0};var n=this._currentURL();if(!Kr(n))if(ri(null==e?void 0:e.name)||ri(null==e?void 0:e.value))Yh.error("Invalid metric received",e);else if(this._maxAllowedValue&&e.value>=this._maxAllowedValue)Yh.error("Ignoring metric with value >= "+this._maxAllowedValue,e);else this._buffer.url!==n&&(this._flushToCapture(),this._delayedFlushTimer=setTimeout(this._flushToCapture,this.flushToCaptureTimeoutMs)),Kr(this._buffer.url)&&(this._buffer.url=n),this._buffer.firstMetricTimestamp=Kr(this._buffer.firstMetricTimestamp)?Date.now():this._buffer.firstMetricTimestamp,e.attribution&&e.attribution.interactionTargetElement&&(e.attribution.interactionTargetElement=void 0),this._buffer.metrics.push(r({},e,{$current_url:n,$session_id:i.sessionId,$window_id:i.windowId,timestamp:Date.now()})),this._buffer.metrics.length===this.allowedMetrics.length&&this._flushToCapture()}},this._startCapturing=()=>{var e,t,r,i,n=nn.__PosthogExtensions__;Kr(n)||Kr(n.postHogWebVitalsCallbacks)||({onLCP:e,onCLS:t,onFCP:r,onINP:i}=n.postHogWebVitalsCallbacks),e&&t&&r&&i?(this.allowedMetrics.indexOf("LCP")>-1&&e(this._addToBuffer.bind(this)),this.allowedMetrics.indexOf("CLS")>-1&&t(this._addToBuffer.bind(this)),this.allowedMetrics.indexOf("FCP")>-1&&r(this._addToBuffer.bind(this)),this.allowedMetrics.indexOf("INP")>-1&&i(this._addToBuffer.bind(this)),this._initialized=!0):Yh.error("web vitals callbacks not loaded - not starting")},this._instance=e,this._enabledServerSide=!(null==(t=this._instance.persistence)||!t.props[Hn]),this.startIfEnabled()}get allowedMetrics(){var e,t,r=Xr(this._instance.config.capture_performance)?null==(e=this._instance.config.capture_performance)?void 0:e.web_vitals_allowed_metrics:void 0;return Kr(r)?(null==(t=this._instance.persistence)?void 0:t.props[Wn])||["CLS","FCP","INP","LCP"]:r}get flushToCaptureTimeoutMs(){return(Xr(this._instance.config.capture_performance)?this._instance.config.capture_performance.web_vitals_delayed_flush_ms:void 0)||5e3}get _maxAllowedValue(){var e=Xr(this._instance.config.capture_performance)&&ii(this._instance.config.capture_performance.__web_vitals_max_value)?this._instance.config.capture_performance.__web_vitals_max_value:Xh;return 0<e&&e<=6e4?Xh:e}get isEnabled(){var e=null==Ki?void 0:Ki.protocol;if("http:"!==e&&"https:"!==e)return Yh.info("Web Vitals are disabled on non-http/https protocols"),!1;var t=Xr(this._instance.config.capture_performance)?this._instance.config.capture_performance.web_vitals:ni(this._instance.config.capture_performance)?this._instance.config.capture_performance:void 0;return ni(t)?t:this._enabledServerSide}startIfEnabled(){this.isEnabled&&!this._initialized&&(Yh.info("enabled, starting..."),this._loadScript(this._startCapturing))}onRemoteConfig(e){var t=Xr(e.capturePerformance)&&!!e.capturePerformance.web_vitals,r=Xr(e.capturePerformance)?e.capturePerformance.web_vitals_allowed_metrics:void 0;this._instance.persistence&&(this._instance.persistence.register({[Hn]:t}),this._instance.persistence.register({[Wn]:r})),this._enabledServerSide=t,this.startIfEnabled()}_loadScript(e){var t,r;null!=(t=nn.__PosthogExtensions__)&&t.postHogWebVitalsCallbacks&&e(),null==(r=nn.__PosthogExtensions__)||null==r.loadExternalDependency||r.loadExternalDependency(this._instance,"web-vitals",(t=>{t?Yh.error("failed to load script",t):e()}))}_currentURL(){var e=Zi?Zi.location.href:void 0;return e||Yh.error("Could not determine current URL"),e}}var Kh=cn("[Heatmaps]");function Qh(e){return Xr(e)&&"clientX"in e&&"clientY"in e&&ii(e.clientX)&&ii(e.clientY)}class ep{constructor(e){var t;this.rageclicks=new sh,this._enabledServerSide=!1,this._initialized=!1,this._flushInterval=null,this.instance=e,this._enabledServerSide=!(null==(t=this.instance.persistence)||!t.props[Ln])}get flushIntervalMilliseconds(){var e=5e3;return Xr(this.instance.config.capture_heatmaps)&&this.instance.config.capture_heatmaps.flush_interval_milliseconds&&(e=this.instance.config.capture_heatmaps.flush_interval_milliseconds),e}get isEnabled(){return Kr(this.instance.config.capture_heatmaps)?Kr(this.instance.config.enable_heatmaps)?this._enabledServerSide:this.instance.config.enable_heatmaps:!1!==this.instance.config.capture_heatmaps}startIfEnabled(){if(this.isEnabled){if(this._initialized)return;Kh.info("starting..."),this._setupListeners(),this._flushInterval=setInterval(this._flush.bind(this),this.flushIntervalMilliseconds)}else{var e,t;clearInterval(null!==(e=this._flushInterval)&&void 0!==e?e:void 0),null==(t=this._deadClicksCapture)||t.stop(),this.getAndClearBuffer()}}onRemoteConfig(e){var t=!!e.heatmaps;this.instance.persistence&&this.instance.persistence.register({[Ln]:t}),this._enabledServerSide=t,this.startIfEnabled()}getAndClearBuffer(){var e=this._buffer;return this._buffer=void 0,e}_onDeadClick(e){this._onClick(e.originalEvent,"deadclick")}_setupListeners(){Zi&&Ji&&(In(Zi,"beforeunload",this._flush.bind(this)),In(Ji,"click",(e=>this._onClick(e||(null==Zi?void 0:Zi.event))),{capture:!0}),In(Ji,"mousemove",(e=>this._onMouseMove(e||(null==Zi?void 0:Zi.event))),{capture:!0}),this._deadClicksCapture=new Fh(this.instance,Ah,this._onDeadClick.bind(this)),this._deadClicksCapture.startIfEnabled(),this._initialized=!0)}_getProperties(e,t){var r=this.instance.scrollManager.scrollY(),i=this.instance.scrollManager.scrollX(),n=this.instance.scrollManager.scrollElement(),s=function(e,t,r){for(var i=e;i&&ds(i)&&!hs(i,"body");){if(i===r)return!1;if(Hr(t,null==Zi?void 0:Zi.getComputedStyle(i).position))return!0;i=Cs(i)}return!1}(bs(e),["fixed","sticky"],n);return{x:e.clientX+(s?0:i),y:e.clientY+(s?0:r),target_fixed:s,type:t}}_onClick(e,t){var i;if(void 0===t&&(t="click"),!cs(e.target)&&Qh(e)){var n=this._getProperties(e,t);null!=(i=this.rageclicks)&&i.isRageClick(e.clientX,e.clientY,(new Date).getTime())&&this._capture(r({},n,{type:"rageclick"})),this._capture(n)}}_onMouseMove(e){!cs(e.target)&&Qh(e)&&(clearTimeout(this._mouseMoveTimeout),this._mouseMoveTimeout=setTimeout((()=>{this._capture(this._getProperties(e,"mousemove"))}),500))}_capture(e){if(Zi){var t=Zi.location.href;this._buffer=this._buffer||{},this._buffer[t]||(this._buffer[t]=[]),this._buffer[t].push(e)}}_flush(){this._buffer&&!Jr(this._buffer)&&this.instance.capture("$$heatmap",{$heatmap_data:this.getAndClearBuffer()})}}class tp{constructor(e){this._instance=e}doPageView(e,t){var r,i=this._previousPageViewProperties(e,t);return this._currentPageview={pathname:null!==(r=null==Zi?void 0:Zi.location.pathname)&&void 0!==r?r:"",pageViewId:t,timestamp:e},this._instance.scrollManager.resetContext(),i}doPageLeave(e){var t;return this._previousPageViewProperties(e,null==(t=this._currentPageview)?void 0:t.pageViewId)}doEvent(){var e;return{$pageview_id:null==(e=this._currentPageview)?void 0:e.pageViewId}}_previousPageViewProperties(e,t){var r=this._currentPageview;if(!r)return{$pageview_id:t};var i={$pageview_id:t,$prev_pageview_id:r.pageViewId},n=this._instance.scrollManager.getContext();if(n&&!this._instance.config.disable_scroll_properties){var{maxScrollHeight:s,lastScrollY:o,maxScrollY:a,maxContentHeight:l,lastContentY:u,maxContentY:c}=n;if(!(Kr(s)||Kr(o)||Kr(a)||Kr(l)||Kr(u)||Kr(c))){s=Math.ceil(s),o=Math.ceil(o),a=Math.ceil(a),l=Math.ceil(l),u=Math.ceil(u),c=Math.ceil(c);var d=s<=1?1:pi(o/s,0,1,un),h=s<=1?1:pi(a/s,0,1,un),p=l<=1?1:pi(u/l,0,1,un),v=l<=1?1:pi(c/l,0,1,un);i=vn(i,{$prev_pageview_last_scroll:o,$prev_pageview_last_scroll_percentage:d,$prev_pageview_max_scroll:a,$prev_pageview_max_scroll_percentage:h,$prev_pageview_last_content:u,$prev_pageview_last_content_percentage:p,$prev_pageview_max_content:c,$prev_pageview_max_content_percentage:v})}}return r.pathname&&(i.$prev_pageview_pathname=r.pathname),r.timestamp&&(i.$prev_pageview_duration=(e.getTime()-r.timestamp.getTime())/1e3),i}}var rp="https?://(.*)",ip=["gclid","gclsrc","dclid","gbraid","wbraid","fbclid","msclkid","twclid","li_fat_id","igshid","ttclid","rdt_cid","epik","qclid","sccid","irclid","_kx"],np=gn(["utm_source","utm_medium","utm_campaign","utm_content","utm_term","gad_source","mc_cid"],ip),sp="<masked>",op=["li_fat_id"];function ap(e,t,r){if(!Ji)return{};var i,n=t?gn([],ip,r||[]):[],s=lp(Tn(Ji.URL,n,sp),e),o=(i={},pn(op,(function(e){var t=yh._get(e);i[e]=t||null})),i);return vn(o,s)}function lp(e,t){var r=np.concat(t||[]),i={};return pn(r,(function(t){var r=xn(e,t);i[t]=r||null})),i}function up(e){var t=function(e){return e?0===e.search(rp+"google.([^/?]*)")?"google":0===e.search(rp+"bing.com")?"bing":0===e.search(rp+"yahoo.com")?"yahoo":0===e.search(rp+"duckduckgo.com")?"duckduckgo":null:null}(e),r="yahoo"!=t?"q":"p",i={};if(!ti(t)){i.$search_engine=t;var n=Ji?xn(Ji.referrer,r):"";n.length&&(i.ph_keyword=n)}return i}function cp(){return navigator.language||navigator.userLanguage}function dp(){return(null==Ji?void 0:Ji.referrer)||"$direct"}function hp(e,t){var r=e?gn([],ip,t||[]):[],i=null==Ki?void 0:Ki.href.substring(0,1e3);return{r:dp().substring(0,1e3),u:i?Tn(i,r,sp):void 0}}function pp(e){var t,{r:r,u:i}=e,n={$referrer:r,$referring_domain:null==r?void 0:"$direct"==r?"$direct":null==(t=kn(r))?void 0:t.host};if(i){n.$current_url=i;var s=kn(i);n.$host=null==s?void 0:s.host,n.$pathname=null==s?void 0:s.pathname;var o=lp(i);vn(n,o)}if(r){var a=up(r);vn(n,a)}return n}function vp(){try{return Intl.DateTimeFormat().resolvedOptions().timeZone}catch(e){return}}function gp(){try{return(new Date).getTimezoneOffset()}catch(e){return}}function fp(e,t){if(!rn)return{};var r,i=e?gn([],ip,t||[]):[],[n,s]=function(e){for(var t=0;t<Bl.length;t++){var[r,i]=Bl[t],n=r.exec(e),s=n&&(Gr(i)?i(n,e):i);if(s)return s}return["",""]}(rn);return vn(yn({$os:n,$os_version:s,$browser:Ol(rn,navigator.vendor),$device:ql(rn),$device_type:Hl(rn),$timezone:vp(),$timezone_offset:gp()}),{$current_url:Tn(null==Ki?void 0:Ki.href,i,sp),$host:null==Ki?void 0:Ki.host,$pathname:null==Ki?void 0:Ki.pathname,$raw_user_agent:rn.length>1e3?rn.substring(0,997)+"...":rn,$browser_version:Dl(rn,navigator.vendor),$browser_language:cp(),$browser_language_prefix:(r=cp(),"string"==typeof r?r.split("-")[0]:void 0),$screen_height:null==Zi?void 0:Zi.screen.height,$screen_width:null==Zi?void 0:Zi.screen.width,$viewport_height:null==Zi?void 0:Zi.innerHeight,$viewport_width:null==Zi?void 0:Zi.innerWidth,$lib:"web",$lib_version:an.LIB_VERSION,$insert_id:Math.random().toString(36).substring(2,10)+Math.random().toString(36).substring(2,10),$time:Date.now()/1e3})}var _p=cn("[FeatureFlags]"),mp="$active_feature_flags",yp="$override_feature_flags",bp="$feature_flag_payloads",Sp="$override_feature_flag_payloads",wp="$feature_flag_request_id",Cp=e=>{var t={};for(var[r,i]of fn(e||{}))i&&(t[r]=i);return t},Ip=e=>{var t=e.flags;return t?(e.featureFlags=Object.fromEntries(Object.keys(t).map((e=>{var r;return[e,null!==(r=t[e].variant)&&void 0!==r?r:t[e].enabled]}))),e.featureFlagPayloads=Object.fromEntries(Object.keys(t).filter((e=>t[e].enabled)).filter((e=>{var r;return null==(r=t[e].metadata)?void 0:r.payload})).map((e=>{var r;return[e,null==(r=t[e].metadata)?void 0:r.payload]})))):_p.warn("Using an older version of the feature flags endpoint. Please upgrade your PostHog server to the latest version"),e},kp=function(e){return e.FeatureFlags="feature_flags",e.Recordings="recordings",e}({});class Ep{constructor(e){this._override_warning=!1,this._hasLoadedFlags=!1,this._requestInFlight=!1,this._reloadingDisabled=!1,this._additionalReloadRequested=!1,this._flagsCalled=!1,this._flagsLoadedFromRemote=!1,this._instance=e,this.featureFlagEventHandlers=[]}_getValidEvaluationEnvironments(){var e=this._instance.config.evaluation_environments;return null!=e&&e.length?e.filter((e=>{var t=e&&"string"==typeof e&&e.trim().length>0;return t||_p.error("Invalid evaluation environment found:",e,"Expected non-empty string"),t})):[]}_shouldIncludeEvaluationEnvironments(){return this._getValidEvaluationEnvironments().length>0}flags(){if(this._instance.config.__preview_remote_config)this._flagsCalled=!0;else{var e=!this._reloadDebouncer&&(this._instance.config.advanced_disable_feature_flags||this._instance.config.advanced_disable_feature_flags_on_first_load);this._callFlagsEndpoint({disableFlags:e})}}get hasLoadedFlags(){return this._hasLoadedFlags}getFlags(){return Object.keys(this.getFlagVariants())}getFlagsWithDetails(){var e=this._instance.get_property(Gn),t=this._instance.get_property(yp),i=this._instance.get_property(Sp);if(!i&&!t)return e||{};var n=vn({},e||{}),s=[...new Set([...Object.keys(i||{}),...Object.keys(t||{})])];for(var o of s){var a,l,u=n[o],c=null==t?void 0:t[o],d=Kr(c)?null!==(a=null==u?void 0:u.enabled)&&void 0!==a&&a:!!c,h=Kr(c)?u.variant:"string"==typeof c?c:void 0,p=null==i?void 0:i[o],v=r({},u,{enabled:d,variant:d?null!=h?h:null==u?void 0:u.variant:void 0});if(d!==(null==u?void 0:u.enabled)&&(v.original_enabled=null==u?void 0:u.enabled),h!==(null==u?void 0:u.variant)&&(v.original_variant=null==u?void 0:u.variant),p)v.metadata=r({},null==u?void 0:u.metadata,{payload:p,original_payload:null==u||null==(l=u.metadata)?void 0:l.payload});n[o]=v}return this._override_warning||(_p.warn(" Overriding feature flag details!",{flagDetails:e,overriddenPayloads:i,finalDetails:n}),this._override_warning=!0),n}getFlagVariants(){var e=this._instance.get_property(jn),t=this._instance.get_property(yp);if(!t)return e||{};for(var r=vn({},e),i=Object.keys(t),n=0;n<i.length;n++)r[i[n]]=t[i[n]];return this._override_warning||(_p.warn(" Overriding feature flags!",{enabledFlags:e,overriddenFlags:t,finalFlags:r}),this._override_warning=!0),r}getFlagPayloads(){var e=this._instance.get_property(bp),t=this._instance.get_property(Sp);if(!t)return e||{};for(var r=vn({},e||{}),i=Object.keys(t),n=0;n<i.length;n++)r[i[n]]=t[i[n]];return this._override_warning||(_p.warn(" Overriding feature flag payloads!",{flagPayloads:e,overriddenPayloads:t,finalPayloads:r}),this._override_warning=!0),r}reloadFeatureFlags(){this._reloadingDisabled||this._instance.config.advanced_disable_feature_flags||this._reloadDebouncer||(this._reloadDebouncer=setTimeout((()=>{this._callFlagsEndpoint()}),5))}_clearDebouncer(){clearTimeout(this._reloadDebouncer),this._reloadDebouncer=void 0}ensureFlagsLoaded(){this._hasLoadedFlags||this._requestInFlight||this._reloadDebouncer||this.reloadFeatureFlags()}setAnonymousDistinctId(e){this.$anon_distinct_id=e}setReloadingPaused(e){this._reloadingDisabled=e}_callFlagsEndpoint(e){var t;if(this._clearDebouncer(),!this._instance._shouldDisableFlags())if(this._requestInFlight)this._additionalReloadRequested=!0;else{var i={token:this._instance.config.token,distinct_id:this._instance.get_distinct_id(),groups:this._instance.getGroups(),$anon_distinct_id:this.$anon_distinct_id,person_properties:r({},(null==(t=this._instance.persistence)?void 0:t.get_initial_props())||{},this._instance.get_property(Yn)||{}),group_properties:this._instance.get_property(Xn)};(null!=e&&e.disableFlags||this._instance.config.advanced_disable_feature_flags)&&(i.disable_flags=!0),this._shouldIncludeEvaluationEnvironments()&&(i.evaluation_environments=this._getValidEvaluationEnvironments());var n=this._instance.config.__preview_remote_config,s=n?"/flags/?v=2":"/flags/?v=2&config=true",o=this._instance.config.advanced_only_evaluate_survey_feature_flags?"&only_evaluate_survey_feature_flags=true":"",a=this._instance.requestRouter.endpointFor("api",s+o);n&&(i.timezone=vp()),this._requestInFlight=!0,this._instance._send_request({method:"POST",url:a,data:i,compression:this._instance.config.disable_compression?void 0:Wl.Base64,timeout:this._instance.config.feature_flag_request_timeout_ms,callback:e=>{var t,r,n=!0;(200===e.statusCode&&(this._additionalReloadRequested||(this.$anon_distinct_id=void 0),n=!1),this._requestInFlight=!1,this._flagsCalled)||(this._flagsCalled=!0,this._instance._onRemoteConfig(null!==(r=e.json)&&void 0!==r?r:{}));if(!i.disable_flags||this._additionalReloadRequested)if(this._flagsLoadedFromRemote=!n,e.json&&null!=(t=e.json.quotaLimited)&&t.includes(kp.FeatureFlags))_p.warn("You have hit your feature flags quota limit, and will not be able to load feature flags until the quota is reset. Please visit https://posthog.com/docs/billing/limits-alerts to learn more.");else{var s;if(!i.disable_flags)this.receivedFeatureFlags(null!==(s=e.json)&&void 0!==s?s:{},n);this._additionalReloadRequested&&(this._additionalReloadRequested=!1,this._callFlagsEndpoint())}}})}}getFeatureFlag(e,t){if(void 0===t&&(t={}),this._hasLoadedFlags||this.getFlags()&&this.getFlags().length>0){var r=this.getFlagVariants()[e],i=""+r,n=this._instance.get_property(wp)||void 0,s=this._instance.get_property(Qn)||{};if((t.send_event||!("send_event"in t))&&(!(e in s)||!s[e].includes(i))){var o,a,l,u,c,d,h,p,v;zr(s[e])?s[e].push(i):s[e]=[i],null==(o=this._instance.persistence)||o.register({[Qn]:s});var g=this.getFeatureFlagDetails(e),f={$feature_flag:e,$feature_flag_response:r,$feature_flag_payload:this.getFeatureFlagPayload(e)||null,$feature_flag_request_id:n,$feature_flag_bootstrapped_response:(null==(a=this._instance.config.bootstrap)||null==(a=a.featureFlags)?void 0:a[e])||null,$feature_flag_bootstrapped_payload:(null==(l=this._instance.config.bootstrap)||null==(l=l.featureFlagPayloads)?void 0:l[e])||null,$used_bootstrap_value:!this._flagsLoadedFromRemote};Kr(null==g||null==(u=g.metadata)?void 0:u.version)||(f.$feature_flag_version=g.metadata.version);var _,m=null!==(c=null==g||null==(d=g.reason)?void 0:d.description)&&void 0!==c?c:null==g||null==(h=g.reason)?void 0:h.code;if(m&&(f.$feature_flag_reason=m),null!=g&&null!=(p=g.metadata)&&p.id&&(f.$feature_flag_id=g.metadata.id),Kr(null==g?void 0:g.original_variant)&&Kr(null==g?void 0:g.original_enabled)||(f.$feature_flag_original_response=Kr(g.original_variant)?g.original_enabled:g.original_variant),null!=g&&null!=(v=g.metadata)&&v.original_payload)f.$feature_flag_original_payload=null==g||null==(_=g.metadata)?void 0:_.original_payload;this._instance.capture("$feature_flag_called",f)}return r}_p.warn('getFeatureFlag for key "'+e+"\" failed. Feature flags didn't load in time.")}getFeatureFlagDetails(e){return this.getFlagsWithDetails()[e]}getFeatureFlagPayload(e){return this.getFlagPayloads()[e]}getRemoteConfigPayload(e,t){var r=this._instance.config.token,i={distinct_id:this._instance.get_distinct_id(),token:r};this._shouldIncludeEvaluationEnvironments()&&(i.evaluation_environments=this._getValidEvaluationEnvironments()),this._instance._send_request({method:"POST",url:this._instance.requestRouter.endpointFor("api","/flags/?v=2&config=true"),data:i,compression:this._instance.config.disable_compression?void 0:Wl.Base64,timeout:this._instance.config.feature_flag_request_timeout_ms,callback:r=>{var i,n=null==(i=r.json)?void 0:i.featureFlagPayloads;t((null==n?void 0:n[e])||void 0)}})}isFeatureEnabled(e,t){if(void 0===t&&(t={}),this._hasLoadedFlags||this.getFlags()&&this.getFlags().length>0){var r=this.getFeatureFlag(e,t);return Kr(r)?void 0:!!r}_p.warn('isFeatureEnabled for key "'+e+"\" failed. Feature flags didn't load in time.")}addFeatureFlagsHandler(e){this.featureFlagEventHandlers.push(e)}removeFeatureFlagsHandler(e){this.featureFlagEventHandlers=this.featureFlagEventHandlers.filter((t=>t!==e))}receivedFeatureFlags(e,t){if(this._instance.persistence){this._hasLoadedFlags=!0;var i=this.getFlagVariants(),n=this.getFlagPayloads(),s=this.getFlagsWithDetails();!function(e,t,i,n,s){void 0===i&&(i={}),void 0===n&&(n={}),void 0===s&&(s={});var o=Ip(e),a=o.flags,l=o.featureFlags,u=o.featureFlagPayloads;if(l){var c=e.requestId;if(zr(l)){_p.warn("v1 of the feature flags endpoint is deprecated. Please use the latest version.");var d={};if(l)for(var h=0;h<l.length;h++)d[l[h]]=!0;t&&t.register({[mp]:l,[jn]:d})}else{var p=l,v=u,g=a;e.errorsWhileComputingFlags&&(p=r({},i,p),v=r({},n,v),g=r({},s,g)),t&&t.register(r({[mp]:Object.keys(Cp(p)),[jn]:p||{},[bp]:v||{},[Gn]:g||{}},c?{[wp]:c}:{}))}}}(e,this._instance.persistence,i,n,s),this._fireFeatureFlagsCallbacks(t)}}override(e,t){void 0===t&&(t=!1),_p.warn("override is deprecated. Please use overrideFeatureFlags instead."),this.overrideFeatureFlags({flags:e,suppressWarning:t})}overrideFeatureFlags(e){if(!this._instance.__loaded||!this._instance.persistence)return _p.uninitializedWarning("posthog.featureFlags.overrideFeatureFlags");if(!1===e)return this._instance.persistence.unregister(yp),this._instance.persistence.unregister(Sp),void this._fireFeatureFlagsCallbacks();if(e&&"object"==typeof e&&("flags"in e||"payloads"in e)){var t,r=e;if(this._override_warning=Boolean(null!==(t=r.suppressWarning)&&void 0!==t&&t),"flags"in r)if(!1===r.flags)this._instance.persistence.unregister(yp);else if(r.flags)if(zr(r.flags)){for(var i={},n=0;n<r.flags.length;n++)i[r.flags[n]]=!0;this._instance.persistence.register({[yp]:i})}else this._instance.persistence.register({[yp]:r.flags});return"payloads"in r&&(!1===r.payloads?this._instance.persistence.unregister(Sp):r.payloads&&this._instance.persistence.register({[Sp]:r.payloads})),void this._fireFeatureFlagsCallbacks()}this._fireFeatureFlagsCallbacks()}onFeatureFlags(e){if(this.addFeatureFlagsHandler(e),this._hasLoadedFlags){var{flags:t,flagVariants:r}=this._prepareFeatureFlagsForCallbacks();e(t,r)}return()=>this.removeFeatureFlagsHandler(e)}updateEarlyAccessFeatureEnrollment(e,t,i){var n,s=(this._instance.get_property(zn)||[]).find((t=>t.flagKey===e)),o={["$feature_enrollment/"+e]:t},a={$feature_flag:e,$feature_enrollment:t,$set:o};s&&(a.$early_access_feature_name=s.name),i&&(a.$feature_enrollment_stage=i),this._instance.capture("$feature_enrollment_update",a),this.setPersonPropertiesForFlags(o,!1);var l=r({},this.getFlagVariants(),{[e]:t});null==(n=this._instance.persistence)||n.register({[mp]:Object.keys(Cp(l)),[jn]:l}),this._fireFeatureFlagsCallbacks()}getEarlyAccessFeatures(e,t,r){void 0===t&&(t=!1);var i=this._instance.get_property(zn),n=r?"&"+r.map((e=>"stage="+e)).join("&"):"";if(i&&!t)return e(i);this._instance._send_request({url:this._instance.requestRouter.endpointFor("api","/api/early_access_features/?token="+this._instance.config.token+n),method:"GET",callback:t=>{var r,i;if(t.json){var n=t.json.earlyAccessFeatures;return null==(r=this._instance.persistence)||r.unregister(zn),null==(i=this._instance.persistence)||i.register({[zn]:n}),e(n)}}})}_prepareFeatureFlagsForCallbacks(){var e=this.getFlags(),t=this.getFlagVariants();return{flags:e.filter((e=>t[e])),flagVariants:Object.keys(t).filter((e=>t[e])).reduce(((e,r)=>(e[r]=t[r],e)),{})}}_fireFeatureFlagsCallbacks(e){var{flags:t,flagVariants:r}=this._prepareFeatureFlagsForCallbacks();this.featureFlagEventHandlers.forEach((i=>i(t,r,{errorsLoading:e})))}setPersonPropertiesForFlags(e,t){void 0===t&&(t=!0);var i=this._instance.get_property(Yn)||{};this._instance.register({[Yn]:r({},i,e)}),t&&this._instance.reloadFeatureFlags()}resetPersonPropertiesForFlags(){this._instance.unregister(Yn)}setGroupPropertiesForFlags(e,t){void 0===t&&(t=!0);var i=this._instance.get_property(Xn)||{};0!==Object.keys(i).length&&Object.keys(i).forEach((t=>{i[t]=r({},i[t],e[t]),delete e[t]})),this._instance.register({[Xn]:r({},i,e)}),t&&this._instance.reloadFeatureFlags()}resetGroupPropertiesForFlags(e){if(e){var t=this._instance.get_property(Xn)||{};this._instance.register({[Xn]:r({},t,{[e]:{}})})}else this._instance.unregister(Xn)}reset(){this._hasLoadedFlags=!1,this._requestInFlight=!1,this._reloadingDisabled=!1,this._additionalReloadRequested=!1,this._flagsCalled=!1,this._flagsLoadedFromRemote=!1,this.$anon_distinct_id=void 0,this._clearDebouncer(),this._override_warning=!1}}var xp=["cookie","localstorage","localstorage+cookie","sessionstorage","memory"];class Tp{constructor(e,t){this._config=e,this.props={},this._campaign_params_saved=!1,this._name=(e=>{var t="";return e.token&&(t=e.token.replace(/\+/g,"PL").replace(/\//g,"SL").replace(/=/g,"EQ")),e.persistence_name?"ph_"+e.persistence_name:"ph_"+t+"_posthog"})(e),this._storage=this._buildStorage(e),this.load(),e.debug&&un.info("Persistence loaded",e.persistence,r({},this.props)),this.update_config(e,e,t),this.save()}isDisabled(){return!!this._disabled}_buildStorage(e){-1===xp.indexOf(e.persistence.toLowerCase())&&(un.critical("Unknown persistence type "+e.persistence+"; falling back to localStorage+cookie"),e.persistence="localStorage+cookie");var t=e.persistence.toLowerCase();return"localstorage"===t&&Sh._is_supported()?Sh:"localstorage+cookie"===t&&Ch._is_supported()?Ch:"sessionstorage"===t&&xh._is_supported()?xh:"memory"===t?kh:"cookie"===t?yh:Ch._is_supported()?Ch:yh}properties(){var e={};return pn(this.props,(function(t,r){if(r===jn&&Xr(t))for(var i=Object.keys(t),n=0;n<i.length;n++)e["$feature/"+i[n]]=t[i[n]];else o=r,a=!1,(ti(s=us)?a:Yi&&s.indexOf===Yi?-1!=s.indexOf(o):(pn(s,(function(e){if(a||(a=e===o))return dn})),a))||(e[r]=t);var s,o,a})),e}load(){if(!this._disabled){var e=this._storage._parse(this._name);e&&(this.props=vn({},e))}}save(){this._disabled||this._storage._set(this._name,this.props,this._expire_days,this._cross_subdomain,this._secure,this._config.debug)}remove(){this._storage._remove(this._name,!1),this._storage._remove(this._name,!0)}clear(){this.remove(),this.props={}}register_once(e,t,r){if(Xr(e)){Kr(t)&&(t="None"),this._expire_days=Kr(r)?this._default_expiry:r;var i=!1;if(pn(e,((e,r)=>{this.props.hasOwnProperty(r)&&this.props[r]!==t||(this.props[r]=e,i=!0)})),i)return this.save(),!0}return!1}register(e,t){if(Xr(e)){this._expire_days=Kr(t)?this._default_expiry:t;var r=!1;if(pn(e,((t,i)=>{e.hasOwnProperty(i)&&this.props[i]!==t&&(this.props[i]=t,r=!0)})),r)return this.save(),!0}return!1}unregister(e){e in this.props&&(delete this.props[e],this.save())}update_campaign_params(){if(!this._campaign_params_saved){var e=ap(this._config.custom_campaign_params,this._config.mask_personal_data_properties,this._config.custom_personal_data_properties);Jr(yn(e))||this.register(e),this._campaign_params_saved=!0}}update_search_keyword(){var e;this.register((e=null==Ji?void 0:Ji.referrer)?up(e):{})}update_referrer_info(){var e;this.register_once({$referrer:dp(),$referring_domain:null!=Ji&&Ji.referrer&&(null==(e=kn(Ji.referrer))?void 0:e.host)||"$direct"},void 0)}set_initial_person_info(){this.props[is]||this.props[ns]||this.register_once({[ss]:hp(this._config.mask_personal_data_properties,this._config.custom_personal_data_properties)},void 0)}get_initial_props(){var e={};pn([ns,is],(t=>{var r=this.props[t];r&&pn(r,(function(t,r){e["$initial_"+Wr(r)]=t}))}));var t,r,i=this.props[ss];if(i){var n=(t=pp(i),r={},pn(t,(function(e,t){r["$initial_"+Wr(t)]=e})),r);vn(e,n)}return e}safe_merge(e){return pn(this.props,(function(t,r){r in e||(e[r]=t)})),e}update_config(e,t,r){if(this._default_expiry=this._expire_days=e.cookie_expiration,this.set_disabled(e.disable_persistence||!!r),this.set_cross_subdomain(e.cross_subdomain_cookie),this.set_secure(e.secure_cookie),e.persistence!==t.persistence){var i=this._buildStorage(e),n=this.props;this.clear(),this._storage=i,this.props=n,this.save()}}set_disabled(e){this._disabled=e,this._disabled?this.remove():this.save()}set_cross_subdomain(e){e!==this._cross_subdomain&&(this._cross_subdomain=e,this.remove(),this.save())}set_secure(e){e!==this._secure&&(this._secure=e,this.remove(),this.save())}set_event_timer(e,t){var r=this.props[Pn]||{};r[e]=t,this.props[Pn]=r,this.save()}remove_event_timer(e){var t=(this.props[Pn]||{})[e];return Kr(t)||(delete this.props[Pn][e],this.save()),t}get_property(e){return this.props[e]}set_property(e,t){this.props[e]=t,this.save()}}class Mp{constructor(){this._events={},this._events={}}on(e,t){return this._events[e]||(this._events[e]=[]),this._events[e].push(t),()=>{this._events[e]=this._events[e].filter((e=>e!==t))}}emit(e,t){for(var r of this._events[e]||[])r(t);for(var i of this._events["*"]||[])i(e,t)}}class Rp{constructor(e){this._debugEventEmitter=new Mp,this._checkStep=(e,t)=>this._checkStepEvent(e,t)&&this._checkStepUrl(e,t)&&this._checkStepElement(e,t),this._checkStepEvent=(e,t)=>null==t||!t.event||(null==e?void 0:e.event)===(null==t?void 0:t.event),this._instance=e,this._actionEvents=new Set,this._actionRegistry=new Set}init(){var e;if(!Kr(null==(e=this._instance)?void 0:e._addCaptureHook)){var t;null==(t=this._instance)||t._addCaptureHook(((e,t)=>{this.on(e,t)}))}}register(e){var t,r;if(!Kr(null==(t=this._instance)?void 0:t._addCaptureHook)&&(e.forEach((e=>{var t,r;null==(t=this._actionRegistry)||t.add(e),null==(r=e.steps)||r.forEach((e=>{var t;null==(t=this._actionEvents)||t.add((null==e?void 0:e.event)||"")}))})),null!=(r=this._instance)&&r.autocapture)){var i,n=new Set;e.forEach((e=>{var t;null==(t=e.steps)||t.forEach((e=>{null!=e&&e.selector&&n.add(null==e?void 0:e.selector)}))})),null==(i=this._instance)||i.autocapture.setElementSelectors(n)}}on(e,t){var r;null!=t&&0!=e.length&&(this._actionEvents.has(e)||this._actionEvents.has(null==t?void 0:t.event))&&this._actionRegistry&&(null==(r=this._actionRegistry)?void 0:r.size)>0&&this._actionRegistry.forEach((e=>{this._checkAction(t,e)&&this._debugEventEmitter.emit("actionCaptured",e.name)}))}_addActionHook(e){this.onAction("actionCaptured",(t=>e(t)))}_checkAction(e,t){if(null==(null==t?void 0:t.steps))return!1;for(var r of t.steps)if(this._checkStep(e,r))return!0;return!1}onAction(e,t){return this._debugEventEmitter.on(e,t)}_checkStepUrl(e,t){if(null!=t&&t.url){var r,i=null==e||null==(r=e.properties)?void 0:r.$current_url;if(!i||"string"!=typeof i)return!1;if(!Rp._matchString(i,null==t?void 0:t.url,(null==t?void 0:t.url_matching)||"contains"))return!1}return!0}static _matchString(e,t,r){switch(r){case"regex":return!!Zi&&Ru(e,t);case"exact":return t===e;case"contains":var i=Rp._escapeStringRegexp(t).replace(/_/g,".").replace(/%/g,".*");return Ru(e,i);default:return!1}}static _escapeStringRegexp(e){return e.replace(/[|\\{}()[\]^$+*?.]/g,"\\$&").replace(/-/g,"\\x2d")}_checkStepElement(e,t){if((null!=t&&t.href||null!=t&&t.tag_name||null!=t&&t.text)&&!this._getElementsList(e).some((e=>!(null!=t&&t.href&&!Rp._matchString(e.href||"",null==t?void 0:t.href,(null==t?void 0:t.href_matching)||"exact"))&&((null==t||!t.tag_name||e.tag_name===(null==t?void 0:t.tag_name))&&!(null!=t&&t.text&&!Rp._matchString(e.text||"",null==t?void 0:t.text,(null==t?void 0:t.text_matching)||"exact")&&!Rp._matchString(e.$el_text||"",null==t?void 0:t.text,(null==t?void 0:t.text_matching)||"exact"))))))return!1;if(null!=t&&t.selector){var r,i=null==e||null==(r=e.properties)?void 0:r.$element_selectors;if(!i)return!1;if(!i.includes(null==t?void 0:t.selector))return!1}return!0}_getElementsList(e){return null==(null==e?void 0:e.properties.$elements)?[]:null==e?void 0:e.properties.$elements}}class Ap{constructor(e){this._instance=e,this._eventToSurveys=new Map,this._actionToSurveys=new Map}register(e){var t;Kr(null==(t=this._instance)?void 0:t._addCaptureHook)||(this._setupEventBasedSurveys(e),this._setupActionBasedSurveys(e))}_setupActionBasedSurveys(e){var t=e.filter((e=>{var t,r;return(null==(t=e.conditions)?void 0:t.actions)&&(null==(r=e.conditions)||null==(r=r.actions)||null==(r=r.values)?void 0:r.length)>0}));if(0!==t.length){if(null==this._actionMatcher){this._actionMatcher=new Rp(this._instance),this._actionMatcher.init();this._actionMatcher._addActionHook((e=>{this.onAction(e)}))}t.forEach((e=>{var t,r,i,n,s;e.conditions&&null!=(t=e.conditions)&&t.actions&&null!=(r=e.conditions)&&null!=(r=r.actions)&&r.values&&(null==(i=e.conditions)||null==(i=i.actions)||null==(i=i.values)?void 0:i.length)>0&&(null==(n=this._actionMatcher)||n.register(e.conditions.actions.values),null==(s=e.conditions)||null==(s=s.actions)||null==(s=s.values)||s.forEach((t=>{if(t&&t.name){var r=this._actionToSurveys.get(t.name);r&&r.push(e.id),this._actionToSurveys.set(t.name,r||[e.id])}})))}))}}_setupEventBasedSurveys(e){var t;if(0!==e.filter((e=>{var t,r;return(null==(t=e.conditions)?void 0:t.events)&&(null==(r=e.conditions)||null==(r=r.events)||null==(r=r.values)?void 0:r.length)>0})).length){null==(t=this._instance)||t._addCaptureHook(((e,t)=>{this.onEvent(e,t)})),e.forEach((e=>{var t;null==(t=e.conditions)||null==(t=t.events)||null==(t=t.values)||t.forEach((t=>{if(t&&t.name){var r=this._eventToSurveys.get(t.name);r&&r.push(e.id),this._eventToSurveys.set(t.name,r||[e.id])}}))}))}}onEvent(e,t){var r,i,n=(null==(r=this._instance)||null==(r=r.persistence)?void 0:r.props[Kn])||[];if(wa.SHOWN===e&&t&&n.length>0){var s;ka.info("survey event matched, removing survey from activated surveys",{event:e,eventPayload:t,existingActivatedSurveys:n});var o=null==t||null==(s=t.properties)?void 0:s.$survey_id;if(o){var a=n.indexOf(o);a>=0&&(n.splice(a,1),this._updateActivatedSurveys(n))}}else if(this._eventToSurveys.has(e)){ka.info("survey event name matched",{event:e,eventPayload:t,surveys:this._eventToSurveys.get(e)});var l=[];null==(i=this._instance)||i.getSurveys((t=>{l=t.filter((t=>{var r;return null==(r=this._eventToSurveys.get(e))?void 0:r.includes(t.id)}))}));var u=l.filter((r=>{var i,n=null==(i=r.conditions)||null==(i=i.events)||null==(i=i.values)?void 0:i.find((t=>t.name===e));return!!n&&(!n.propertyFilters||Object.entries(n.propertyFilters).every((e=>{var r,[i,n]=e,s=null==t||null==(r=t.properties)?void 0:r[i];if(Kr(s)||ti(s))return!1;var o=[String(s)],a=Nu[n.operator];return a?a(n.values,o):(ka.warn("Unknown property comparison operator: "+n.operator),!1)})))}));this._updateActivatedSurveys(n.concat(u.map((e=>e.id))||[]))}}onAction(e){var t,r=(null==(t=this._instance)||null==(t=t.persistence)?void 0:t.props[Kn])||[];this._actionToSurveys.has(e)&&this._updateActivatedSurveys(r.concat(this._actionToSurveys.get(e)||[]))}_updateActivatedSurveys(e){var t;ka.info("updating activated surveys",{activatedSurveys:e}),null==(t=this._instance)||null==(t=t.persistence)||t.register({[Kn]:[...new Set(e)]})}getSurveys(){var e,t=null==(e=this._instance)||null==(e=e.persistence)?void 0:e.props[Kn];return t||[]}getEventToSurveys(){return this._eventToSurveys}_getActionMatcher(){return this._actionMatcher}}class Np{constructor(e){this._isSurveysEnabled=void 0,this._surveyManager=null,this._isFetchingSurveys=!1,this._isInitializingSurveys=!1,this._surveyCallbacks=[],this._instance=e,this._surveyEventReceiver=null}onRemoteConfig(e){if(!this._instance.config.disable_surveys){var t=e.surveys;if(ri(t))return ka.warn("Flags not loaded yet. Not loading surveys.");var r=zr(t);this._isSurveysEnabled=r?t.length>0:t,ka.info("flags response received, isSurveysEnabled: "+this._isSurveysEnabled),this.loadIfEnabled()}}reset(){localStorage.removeItem("lastSeenSurveyDate");for(var e=[],t=0;t<localStorage.length;t++){var r=localStorage.key(t);(null!=r&&r.startsWith(Ma)||null!=r&&r.startsWith(Ra))&&e.push(r)}e.forEach((e=>localStorage.removeItem(e)))}loadIfEnabled(){if(!this._surveyManager)if(this._isInitializingSurveys)ka.info("Already initializing surveys, skipping...");else if(this._instance.config.disable_surveys)ka.info("Disabled. Not loading surveys.");else if(this._instance.config.cookieless_mode&&this._instance.consent.isOptedOut())ka.info("Not loading surveys in cookieless mode without consent.");else{var e=null==nn?void 0:nn.__PosthogExtensions__;if(e){if(!Kr(this._isSurveysEnabled)||this._instance.config.advanced_enable_surveys){var t=this._isSurveysEnabled||this._instance.config.advanced_enable_surveys;this._isInitializingSurveys=!0;try{var r=e.generateSurveys;if(r)return void this._completeSurveyInitialization(r,t);var i=e.loadExternalDependency;if(!i)return void this._handleSurveyLoadError("PostHog loadExternalDependency extension not found.");i(this._instance,"surveys",(r=>{r||!e.generateSurveys?this._handleSurveyLoadError("Could not load surveys script",r):this._completeSurveyInitialization(e.generateSurveys,t)}))}catch(e){throw this._handleSurveyLoadError("Error initializing surveys",e),e}finally{this._isInitializingSurveys=!1}}}else ka.error("PostHog Extensions not found.")}}_completeSurveyInitialization(e,t){this._surveyManager=e(this._instance,t),this._surveyEventReceiver=new Ap(this._instance),ka.info("Surveys loaded successfully"),this._notifySurveyCallbacks({isLoaded:!0})}_handleSurveyLoadError(e,t){ka.error(e,t),this._notifySurveyCallbacks({isLoaded:!1,error:e})}onSurveysLoaded(e){return this._surveyCallbacks.push(e),this._surveyManager&&this._notifySurveyCallbacks({isLoaded:!0}),()=>{this._surveyCallbacks=this._surveyCallbacks.filter((t=>t!==e))}}getSurveys(e,t){if(void 0===t&&(t=!1),this._instance.config.disable_surveys)return ka.info("Disabled. Not loading surveys."),e([]);var r=this._instance.get_property(Jn);if(r&&!t)return e(r,{isLoaded:!0});if(this._isFetchingSurveys)return e([],{isLoaded:!1,error:"Surveys are already being loaded"});try{this._isFetchingSurveys=!0,this._instance._send_request({url:this._instance.requestRouter.endpointFor("api","/api/surveys/?token="+this._instance.config.token),method:"GET",timeout:this._instance.config.surveys_request_timeout_ms,callback:t=>{var r;this._isFetchingSurveys=!1;var i=t.statusCode;if(200!==i||!t.json){var n="Surveys API could not be loaded, status: "+i;return ka.error(n),e([],{isLoaded:!1,error:n})}var s,o=t.json.surveys||[],a=o.filter((e=>Ea(e)&&(xa(e)||Ta(e))));a.length>0&&(null==(s=this._surveyEventReceiver)||s.register(a));return null==(r=this._instance.persistence)||r.register({[Jn]:o}),e(o,{isLoaded:!0})}})}catch(e){throw this._isFetchingSurveys=!1,e}}_notifySurveyCallbacks(e){for(var t of this._surveyCallbacks)try{if(!e.isLoaded)return t([],e);this.getSurveys(t)}catch(e){ka.error("Error in survey callback",e)}}getActiveMatchingSurveys(e,t){if(void 0===t&&(t=!1),!ri(this._surveyManager))return this._surveyManager.getActiveMatchingSurveys(e,t);ka.warn("init was not called")}_getSurveyById(e){var t=null;return this.getSurveys((r=>{var i;t=null!==(i=r.find((t=>t.id===e)))&&void 0!==i?i:null})),t}_checkSurveyEligibility(e){if(ri(this._surveyManager))return{eligible:!1,reason:"SDK is not enabled or survey functionality is not yet loaded"};var t="string"==typeof e?this._getSurveyById(e):e;return t?this._surveyManager.checkSurveyEligibility(t):{eligible:!1,reason:"Survey not found"}}canRenderSurvey(e){if(ri(this._surveyManager))return ka.warn("init was not called"),{visible:!1,disabledReason:"SDK is not enabled or survey functionality is not yet loaded"};var t=this._checkSurveyEligibility(e);return{visible:t.eligible,disabledReason:t.reason}}canRenderSurveyAsync(e,t){return ri(this._surveyManager)?(ka.warn("init was not called"),Promise.resolve({visible:!1,disabledReason:"SDK is not enabled or survey functionality is not yet loaded"})):new Promise((r=>{this.getSurveys((t=>{var i,n=null!==(i=t.find((t=>t.id===e)))&&void 0!==i?i:null;if(n){var s=this._checkSurveyEligibility(n);r({visible:s.eligible,disabledReason:s.reason})}else r({visible:!1,disabledReason:"Survey not found"})}),t)}))}renderSurvey(e,t){var r;if(ri(this._surveyManager))ka.warn("init was not called");else{var i="string"==typeof e?this._getSurveyById(e):e;if(null!=i&&i.id)if(Pa.includes(i.type)){var n=null==Ji?void 0:Ji.querySelector(t);if(n)return null!=(r=i.appearance)&&r.surveyPopupDelaySeconds?(ka.info("Rendering survey "+i.id+" with delay of "+i.appearance.surveyPopupDelaySeconds+" seconds"),void setTimeout((()=>{var e,t;ka.info("Rendering survey "+i.id+" with delay of "+(null==(e=i.appearance)?void 0:e.surveyPopupDelaySeconds)+" seconds"),null==(t=this._surveyManager)||t.renderSurvey(i,n),ka.info("Survey "+i.id+" rendered")}),1e3*i.appearance.surveyPopupDelaySeconds)):void this._surveyManager.renderSurvey(i,n);ka.warn("Survey element not found")}else ka.warn("Surveys of type "+i.type+" cannot be rendered in the app");else ka.warn("Survey not found")}}displaySurvey(e,t){var i;if(ri(this._surveyManager))ka.warn("init was not called");else{var n=this._getSurveyById(e);if(n){var s=n;if(null!=(i=n.appearance)&&i.surveyPopupDelaySeconds&&t.ignoreDelay&&(s=r({},n,{appearance:r({},n.appearance,{surveyPopupDelaySeconds:0})})),!1===t.ignoreConditions){var o=this.canRenderSurvey(n);if(!o.visible)return void ka.warn("Survey is not eligible to be displayed: ",o.disabledReason)}t.displayType!==Ia.Inline?this._surveyManager.handlePopoverSurvey(s):this.renderSurvey(s,t.selector)}else ka.warn("Survey not found")}}}var Fp=cn("[RateLimiter]");class Pp{constructor(e){var t,r;this.serverLimits={},this.lastEventRateLimited=!1,this.checkForLimiting=e=>{var t=e.text;if(t&&t.length)try{(JSON.parse(t).quota_limited||[]).forEach((e=>{Fp.info((e||"events")+" is quota limited."),this.serverLimits[e]=(new Date).getTime()+6e4}))}catch(e){return void Fp.warn('could not rate limit - continuing. Error: "'+(null==e?void 0:e.message)+'"',{text:t})}},this.instance=e,this.captureEventsPerSecond=(null==(t=e.config.rate_limiting)?void 0:t.events_per_second)||10,this.captureEventsBurstLimit=Math.max((null==(r=e.config.rate_limiting)?void 0:r.events_burst_limit)||10*this.captureEventsPerSecond,this.captureEventsPerSecond),this.lastEventRateLimited=this.clientRateLimitContext(!0).isRateLimited}clientRateLimitContext(e){var t,r,i;void 0===e&&(e=!1);var n=(new Date).getTime(),s=null!==(t=null==(r=this.instance.persistence)?void 0:r.get_property(rs))&&void 0!==t?t:{tokens:this.captureEventsBurstLimit,last:n};s.tokens+=(n-s.last)/1e3*this.captureEventsPerSecond,s.last=n,s.tokens>this.captureEventsBurstLimit&&(s.tokens=this.captureEventsBurstLimit);var o=s.tokens<1;return o||e||(s.tokens=Math.max(0,s.tokens-1)),!o||this.lastEventRateLimited||e||this.instance.capture("$$client_ingestion_warning",{$$client_ingestion_warning_message:"posthog-js client rate limited. Config is set to "+this.captureEventsPerSecond+" events per second and "+this.captureEventsBurstLimit+" events burst limit."},{skip_client_rate_limiting:!0}),this.lastEventRateLimited=o,null==(i=this.instance.persistence)||i.set_property(rs,s),{isRateLimited:o,remainingTokens:s.tokens}}isServerRateLimited(e){var t=this.serverLimits[e||"events"]||!1;return!1!==t&&(new Date).getTime()<t}}var Op=cn("[RemoteConfig]");class Lp{constructor(e){this._instance=e}get remoteConfig(){var e;return null==(e=nn._POSTHOG_REMOTE_CONFIG)||null==(e=e[this._instance.config.token])?void 0:e.config}_loadRemoteConfigJs(e){var t,r;null!=(t=nn.__PosthogExtensions__)&&t.loadExternalDependency?null==(r=nn.__PosthogExtensions__)||null==r.loadExternalDependency||r.loadExternalDependency(this._instance,"remote-config",(()=>e(this.remoteConfig))):(Op.error("PostHog Extensions not found. Cannot load remote config."),e())}_loadRemoteConfigJSON(e){this._instance._send_request({method:"GET",url:this._instance.requestRouter.endpointFor("assets","/array/"+this._instance.config.token+"/config"),callback:t=>{e(t.json)}})}load(){try{if(this.remoteConfig)return Op.info("Using preloaded remote config",this.remoteConfig),void this._onRemoteConfig(this.remoteConfig);if(this._instance._shouldDisableFlags())return void Op.warn("Remote config is disabled. Falling back to local config.");this._loadRemoteConfigJs((e=>{if(!e)return Op.info("No config found after loading remote JS config. Falling back to JSON."),void this._loadRemoteConfigJSON((e=>{this._onRemoteConfig(e)}));this._onRemoteConfig(e)}))}catch(e){Op.error("Error loading remote config",e)}}_onRemoteConfig(e){e?this._instance.config.__preview_remote_config?(this._instance._onRemoteConfig(e),!1!==e.hasFeatureFlags&&this._instance.featureFlags.ensureFlagsLoaded()):Op.info("__preview_remote_config is disabled. Logging config instead",e):Op.error("Failed to fetch remote config from PostHog.")}}var Dp=3e3;class Bp{constructor(e,t){this._isPaused=!0,this._queue=[],this._flushTimeoutMs=pi((null==t?void 0:t.flush_interval_ms)||Dp,250,5e3,un.createLogger("flush interval"),Dp),this._sendRequest=e}enqueue(e){this._queue.push(e),this._flushTimeout||this._setFlushTimeout()}unload(){this._clearFlushTimeout();var e=this._queue.length>0?this._formatQueue():{},t=Object.values(e),i=[...t.filter((e=>0===e.url.indexOf("/e"))),...t.filter((e=>0!==e.url.indexOf("/e")))];i.map((e=>{this._sendRequest(r({},e,{transport:"sendBeacon"}))}))}enable(){this._isPaused=!1,this._setFlushTimeout()}_setFlushTimeout(){var e=this;this._isPaused||(this._flushTimeout=setTimeout((()=>{if(this._clearFlushTimeout(),this._queue.length>0){var t=this._formatQueue(),r=function(){var r=t[i],n=(new Date).getTime();r.data&&zr(r.data)&&pn(r.data,(e=>{e.offset=Math.abs(e.timestamp-n),delete e.timestamp})),e._sendRequest(r)};for(var i in t)r()}}),this._flushTimeoutMs))}_clearFlushTimeout(){clearTimeout(this._flushTimeout),this._flushTimeout=void 0}_formatQueue(){var e={};return pn(this._queue,(t=>{var i,n=t,s=(n?n.batchKey:null)||n.url;Kr(e[s])&&(e[s]=r({},n,{data:[]})),null==(i=e[s].data)||i.push(n.data)})),this._queue=[],e}}var qp=["retriesPerformedSoFar"];class Hp{constructor(e){this._isPolling=!1,this._pollIntervalMs=3e3,this._queue=[],this._instance=e,this._queue=[],this._areWeOnline=!0,!Kr(Zi)&&"onLine"in Zi.navigator&&(this._areWeOnline=Zi.navigator.onLine,In(Zi,"online",(()=>{this._areWeOnline=!0,this._flush()})),In(Zi,"offline",(()=>{this._areWeOnline=!1})))}get length(){return this._queue.length}retriableRequest(e){var{retriesPerformedSoFar:t}=e,n=i(e,qp);ii(t)&&t>0&&(n.url=Eu(n.url,{retry_count:t})),this._instance._send_request(r({},n,{callback:e=>{200!==e.statusCode&&(e.statusCode<400||e.statusCode>=500)&&(null!=t?t:0)<10?this._enqueue(r({retriesPerformedSoFar:t},n)):null==n.callback||n.callback(e)}}))}_enqueue(e){var t=e.retriesPerformedSoFar||0;e.retriesPerformedSoFar=t+1;var r=function(e){var t=3e3*Math.pow(2,e),r=t/2,i=Math.min(18e5,t),n=(Math.random()-.5)*(i-r);return Math.ceil(i+n)}(t),i=Date.now()+r;this._queue.push({retryAt:i,requestOptions:e});var n="Enqueued failed request for retry in "+r;navigator.onLine||(n+=" (Browser is offline)"),un.warn(n),this._isPolling||(this._isPolling=!0,this._poll())}_poll(){this._poller&&clearTimeout(this._poller),this._poller=setTimeout((()=>{this._areWeOnline&&this._queue.length>0&&this._flush(),this._poll()}),this._pollIntervalMs)}_flush(){var e=Date.now(),t=[],r=this._queue.filter((r=>r.retryAt<e||(t.push(r),!1)));if(this._queue=t,r.length>0)for(var{requestOptions:i}of r)this.retriableRequest(i)}unload(){for(var{requestOptions:e}of(this._poller&&(clearTimeout(this._poller),this._poller=void 0),this._queue))try{this._instance._send_request(r({},e,{transport:"sendBeacon"}))}catch(e){un.error(e)}this._queue=[]}}class Vp{constructor(e){this._updateScrollData=()=>{var e,t,r,i;this._context||(this._context={});var n=this.scrollElement(),s=this.scrollY(),o=n?Math.max(0,n.scrollHeight-n.clientHeight):0,a=s+((null==n?void 0:n.clientHeight)||0),l=(null==n?void 0:n.scrollHeight)||0;this._context.lastScrollY=Math.ceil(s),this._context.maxScrollY=Math.max(s,null!==(e=this._context.maxScrollY)&&void 0!==e?e:0),this._context.maxScrollHeight=Math.max(o,null!==(t=this._context.maxScrollHeight)&&void 0!==t?t:0),this._context.lastContentY=a,this._context.maxContentY=Math.max(a,null!==(r=this._context.maxContentY)&&void 0!==r?r:0),this._context.maxContentHeight=Math.max(l,null!==(i=this._context.maxContentHeight)&&void 0!==i?i:0)},this._instance=e}getContext(){return this._context}resetContext(){var e=this._context;return setTimeout(this._updateScrollData,0),e}startMeasuringScrollPosition(){In(Zi,"scroll",this._updateScrollData,{capture:!0}),In(Zi,"scrollend",this._updateScrollData,{capture:!0}),In(Zi,"resize",this._updateScrollData)}scrollElement(){if(!this._instance.config.scroll_root_selector)return null==Zi?void 0:Zi.document.documentElement;var e=zr(this._instance.config.scroll_root_selector)?this._instance.config.scroll_root_selector:[this._instance.config.scroll_root_selector];for(var t of e){var r=null==Zi?void 0:Zi.document.querySelector(t);if(r)return r}}scrollY(){if(this._instance.config.scroll_root_selector){var e=this.scrollElement();return e&&e.scrollTop||0}return Zi&&(Zi.scrollY||Zi.pageYOffset||Zi.document.documentElement.scrollTop)||0}scrollX(){if(this._instance.config.scroll_root_selector){var e=this.scrollElement();return e&&e.scrollLeft||0}return Zi&&(Zi.scrollX||Zi.pageXOffset||Zi.document.documentElement.scrollLeft)||0}}var Wp=e=>hp(null==e?void 0:e.config.mask_personal_data_properties,null==e?void 0:e.config.custom_personal_data_properties);class $p{constructor(e,t,r,i){this._onSessionIdCallback=e=>{var t=this._getStored();if(!t||t.sessionId!==e){var r={sessionId:e,props:this._sessionSourceParamGenerator(this._instance)};this._persistence.register({[ts]:r})}},this._instance=e,this._sessionIdManager=t,this._persistence=r,this._sessionSourceParamGenerator=i||Wp,this._sessionIdManager.onSessionId(this._onSessionIdCallback)}_getStored(){return this._persistence.props[ts]}getSetOnceProps(){var e,t=null==(e=this._getStored())?void 0:e.props;return t?"r"in t?pp(t):{$referring_domain:t.referringDomain,$pathname:t.initialPathName,utm_source:t.utm_source,utm_campaign:t.utm_campaign,utm_medium:t.utm_medium,utm_content:t.utm_content,utm_term:t.utm_term}:{}}getSessionProps(){var e={};return pn(yn(this.getSetOnceProps()),((t,r)=>{"$current_url"===r&&(r="url"),e["$session_entry_"+Wr(r)]=t})),e}}var Up=cn("[SessionId]");class Zp{on(e,t){return this._eventEmitter.on(e,t)}constructor(e,t,r){var i;if(this._sessionIdChangedHandlers=[],this._eventEmitter=new Mp,this._sessionHasBeenIdleTooLong=(e,t)=>Math.abs(e-t)>this.sessionTimeoutMs,!e.persistence)throw new Error("SessionIdManager requires a PostHogPersistence instance");if("always"===e.config.cookieless_mode)throw new Error('SessionIdManager cannot be used with cookieless_mode="always"');this._config=e.config,this._persistence=e.persistence,this._windowId=void 0,this._sessionId=void 0,this._sessionStartTimestamp=null,this._sessionActivityTimestamp=null,this._sessionIdGenerator=t||Wa,this._windowIdGenerator=r||Wa;var n=this._config.persistence_name||this._config.token,s=this._config.session_idle_timeout_seconds||1800;if(this._sessionTimeoutMs=1e3*pi(s,60,36e3,Up.createLogger("session_idle_timeout_seconds"),1800),e.register({$configured_session_timeout_ms:this._sessionTimeoutMs}),this._resetIdleTimer(),this._window_id_storage_key="ph_"+n+"_window_id",this._primary_window_exists_storage_key="ph_"+n+"_primary_window_exists",this._canUseSessionStorage()){var o=xh._parse(this._window_id_storage_key),a=xh._parse(this._primary_window_exists_storage_key);o&&!a?this._windowId=o:xh._remove(this._window_id_storage_key),xh._set(this._primary_window_exists_storage_key,!0)}if(null!=(i=this._config.bootstrap)&&i.sessionID)try{var l=(e=>{var t=e.replace(/-/g,"");if(32!==t.length)throw new Error("Not a valid UUID");if("7"!==t[12])throw new Error("Not a UUIDv7");return parseInt(t.substring(0,12),16)})(this._config.bootstrap.sessionID);this._setSessionId(this._config.bootstrap.sessionID,(new Date).getTime(),l)}catch(e){Up.error("Invalid sessionID in bootstrap",e)}this._listenToReloadWindow()}get sessionTimeoutMs(){return this._sessionTimeoutMs}onSessionId(e){return Kr(this._sessionIdChangedHandlers)&&(this._sessionIdChangedHandlers=[]),this._sessionIdChangedHandlers.push(e),this._sessionId&&e(this._sessionId,this._windowId),()=>{this._sessionIdChangedHandlers=this._sessionIdChangedHandlers.filter((t=>t!==e))}}_canUseSessionStorage(){return"memory"!==this._config.persistence&&!this._persistence._disabled&&xh._is_supported()}_setWindowId(e){e!==this._windowId&&(this._windowId=e,this._canUseSessionStorage()&&xh._set(this._window_id_storage_key,e))}_getWindowId(){return this._windowId?this._windowId:this._canUseSessionStorage()?xh._parse(this._window_id_storage_key):null}_setSessionId(e,t,r){e===this._sessionId&&t===this._sessionActivityTimestamp&&r===this._sessionStartTimestamp||(this._sessionStartTimestamp=r,this._sessionActivityTimestamp=t,this._sessionId=e,this._persistence.register({[Un]:[t,e,r]}))}_getSessionId(){if(this._sessionId&&this._sessionActivityTimestamp&&this._sessionStartTimestamp)return[this._sessionActivityTimestamp,this._sessionId,this._sessionStartTimestamp];var e=this._persistence.props[Un];return zr(e)&&2===e.length&&e.push(e[0]),e||[0,null,0]}resetSessionId(){this._setSessionId(null,null,null)}_listenToReloadWindow(){In(Zi,"beforeunload",(()=>{this._canUseSessionStorage()&&xh._remove(this._primary_window_exists_storage_key)}),{capture:!1})}checkAndGetSessionAndWindowId(e,t){if(void 0===e&&(e=!1),void 0===t&&(t=null),"always"===this._config.cookieless_mode)throw new Error('checkAndGetSessionAndWindowId should not be called with cookieless_mode="always"');var r=t||(new Date).getTime(),[i,n,s]=this._getSessionId(),o=this._getWindowId(),a=ii(s)&&s>0&&Math.abs(r-s)>864e5,l=!1,u=!n,c=!e&&this._sessionHasBeenIdleTooLong(r,i);u||c||a?(n=this._sessionIdGenerator(),o=this._windowIdGenerator(),Up.info("new session ID generated",{sessionId:n,windowId:o,changeReason:{noSessionId:u,activityTimeout:c,sessionPastMaximumLength:a}}),s=r,l=!0):o||(o=this._windowIdGenerator(),l=!0);var d=0===i||!e||a?r:i,h=0===s?(new Date).getTime():s;return this._setWindowId(o),this._setSessionId(n,d,h),e||this._resetIdleTimer(),l&&this._sessionIdChangedHandlers.forEach((e=>e(n,o,l?{noSessionId:u,activityTimeout:c,sessionPastMaximumLength:a}:void 0))),{sessionId:n,windowId:o,sessionStartTimestamp:h,changeReason:l?{noSessionId:u,activityTimeout:c,sessionPastMaximumLength:a}:void 0,lastActivityTimestamp:i}}_resetIdleTimer(){clearTimeout(this._enforceIdleTimeout),this._enforceIdleTimeout=setTimeout((()=>{var[e]=this._getSessionId();if(this._sessionHasBeenIdleTooLong((new Date).getTime(),e)){var t=this._sessionId;this.resetSessionId(),this._eventEmitter.emit("forcedIdleReset",{idleSessionId:t})}}),1.1*this.sessionTimeoutMs)}}var jp=["$set_once","$set"],zp=cn("[SiteApps]");class Gp{constructor(e){this._instance=e,this._bufferedInvocations=[],this.apps={}}get isEnabled(){return!!this._instance.config.opt_in_site_apps}_eventCollector(e,t){if(t){var r=this.globalsForEvent(t);this._bufferedInvocations.push(r),this._bufferedInvocations.length>1e3&&(this._bufferedInvocations=this._bufferedInvocations.slice(10))}}get siteAppLoaders(){var e;return null==(e=nn._POSTHOG_REMOTE_CONFIG)||null==(e=e[this._instance.config.token])?void 0:e.siteApps}init(){if(this.isEnabled){var e=this._instance._addCaptureHook(this._eventCollector.bind(this));this._stopBuffering=()=>{e(),this._bufferedInvocations=[],this._stopBuffering=void 0}}}globalsForEvent(e){var t,n,s,o,a,l,u;if(!e)throw new Error("Event payload is required");var c={},d=this._instance.get_property("$groups")||[],h=this._instance.get_property("$stored_group_properties")||{};for(var[p,v]of Object.entries(h))c[p]={id:d[p],type:p,properties:v};var{$set_once:g,$set:f}=e;return{event:r({},i(e,jp),{properties:r({},e.properties,f?{$set:r({},null!==(t=null==(n=e.properties)?void 0:n.$set)&&void 0!==t?t:{},f)}:{},g?{$set_once:r({},null!==(s=null==(o=e.properties)?void 0:o.$set_once)&&void 0!==s?s:{},g)}:{}),elements_chain:null!==(a=null==(l=e.properties)?void 0:l.$elements_chain)&&void 0!==a?a:"",distinct_id:null==(u=e.properties)?void 0:u.distinct_id}),person:{properties:this._instance.get_property("$stored_person_properties")},groups:c}}setupSiteApp(e){var t=this.apps[e.id],r=()=>{var r;(!t.errored&&this._bufferedInvocations.length&&(zp.info("Processing "+this._bufferedInvocations.length+" events for site app with id "+e.id),this._bufferedInvocations.forEach((e=>null==t.processEvent?void 0:t.processEvent(e))),t.processedBuffer=!0),Object.values(this.apps).every((e=>e.processedBuffer||e.errored)))&&(null==(r=this._stopBuffering)||r.call(this))},i=!1,n=n=>{t.errored=!n,t.loaded=!0,zp.info("Site app with id "+e.id+" "+(n?"loaded":"errored")),i&&r()};try{var{processEvent:s}=e.init({posthog:this._instance,callback:e=>{n(e)}});s&&(t.processEvent=s),i=!0}catch(t){zp.error("Error while initializing PostHog app with config id "+e.id,t),n(!1)}if(i&&t.loaded)try{r()}catch(r){zp.error("Error while processing buffered events PostHog app with config id "+e.id,r),t.errored=!0}}_setupSiteApps(){var e=this.siteAppLoaders||[];for(var t of e)this.apps[t.id]={id:t.id,loaded:!1,errored:!1,processedBuffer:!1};for(var r of e)this.setupSiteApp(r)}_onCapturedEvent(e){if(0!==Object.keys(this.apps).length){var t=this.globalsForEvent(e);for(var r of Object.values(this.apps))try{null==r.processEvent||r.processEvent(t)}catch(t){zp.error("Error while processing event "+e.event+" for site app "+r.id,t)}}}onRemoteConfig(e){var t,r,i,n=this;if(null!=(t=this.siteAppLoaders)&&t.length)return this.isEnabled?(this._setupSiteApps(),void this._instance.on("eventCaptured",(e=>this._onCapturedEvent(e)))):void zp.error('PostHog site apps are disabled. Enable the "opt_in_site_apps" config to proceed.');if(null==(r=this._stopBuffering)||r.call(this),null!=(i=e.siteApps)&&i.length)if(this.isEnabled){var s=function(e){var t;nn["__$$ph_site_app_"+e]=n._instance,null==(t=nn.__PosthogExtensions__)||null==t.loadSiteApp||t.loadSiteApp(n._instance,a,(t=>{if(t)return zp.error("Error while initializing PostHog app with config id "+e,t)}))};for(var{id:o,url:a}of e.siteApps)s(o)}else zp.error('PostHog site apps are disabled. Enable the "opt_in_site_apps" config to proceed.')}}var Yp=["amazonbot","amazonproductbot","app.hypefactors.com","applebot","archive.org_bot","awariobot","backlinksextendedbot","baiduspider","bingbot","bingpreview","chrome-lighthouse","dataforseobot","deepscan","duckduckbot","facebookexternal","facebookcatalog","http://yandex.com/bots","hubspot","ia_archiver","leikibot","linkedinbot","meta-externalagent","mj12bot","msnbot","nessus","petalbot","pinterest","prerender","rogerbot","screaming frog","sebot-wa","sitebulb","slackbot","slurp","trendictionbot","turnitin","twitterbot","vercel-screenshot","vercelbot","yahoo! slurp","yandexbot","zoombot","bot.htm","bot.php","(bot;","bot/","crawler","ahrefsbot","ahrefssiteaudit","semrushbot","siteauditbot","splitsignalbot","gptbot","oai-searchbot","chatgpt-user","perplexitybot","better uptime bot","sentryuptimebot","uptimerobot","headlesschrome","cypress","google-hoteladsverifier","adsbot-google","apis-google","duplexweb-google","feedfetcher-google","google favicon","google web preview","google-read-aloud","googlebot","googleother","google-cloudvertexbot","googleweblight","mediapartners-google","storebot-google","google-inspectiontool","bytespider"],Xp=function(e,t){if(!e)return!1;var r=e.toLowerCase();return Yp.concat(t||[]).some((e=>{var t=e.toLowerCase();return-1!==r.indexOf(t)}))},Jp=function(e,t){if(!e)return!1;var r=e.userAgent;if(r&&Xp(r,t))return!0;try{var i=null==e?void 0:e.userAgentData;if(null!=i&&i.brands&&i.brands.some((e=>Xp(null==e?void 0:e.brand,t))))return!0}catch(e){}return!!e.webdriver},Kp=function(e){return e.US="us",e.EU="eu",e.CUSTOM="custom",e}({}),Qp="i.posthog.com";class ev{constructor(e){this._regionCache={},this.instance=e}get apiHost(){var e=this.instance.config.api_host.trim().replace(/\/$/,"");return"https://app.posthog.com"===e?"https://us.i.posthog.com":e}get uiHost(){var e,t=null==(e=this.instance.config.ui_host)?void 0:e.replace(/\/$/,"");return t||(t=this.apiHost.replace("."+Qp,".posthog.com")),"https://app.posthog.com"===t?"https://us.posthog.com":t}get region(){return this._regionCache[this.apiHost]||(/https:\/\/(app|us|us-assets)(\.i)?\.posthog\.com/i.test(this.apiHost)?this._regionCache[this.apiHost]=Kp.US:/https:\/\/(eu|eu-assets)(\.i)?\.posthog\.com/i.test(this.apiHost)?this._regionCache[this.apiHost]=Kp.EU:this._regionCache[this.apiHost]=Kp.CUSTOM),this._regionCache[this.apiHost]}endpointFor(e,t){if(void 0===t&&(t=""),t&&(t="/"===t[0]?t:"/"+t),"ui"===e)return this.uiHost+t;if(this.region===Kp.CUSTOM)return this.apiHost+t;var r=Qp+t;switch(e){case"assets":return"https://"+this.region+"-assets."+r;case"api":return"https://"+this.region+"."+r}}}var tv={icontains:(e,t)=>!!Zi&&t.href.toLowerCase().indexOf(e.toLowerCase())>-1,not_icontains:(e,t)=>!!Zi&&-1===t.href.toLowerCase().indexOf(e.toLowerCase()),regex:(e,t)=>!!Zi&&Ru(t.href,e),not_regex:(e,t)=>!!Zi&&!Ru(t.href,e),exact:(e,t)=>t.href===e,is_not:(e,t)=>t.href!==e};class rv{constructor(e){var t=this;this.getWebExperimentsAndEvaluateDisplayLogic=function(e){void 0===e&&(e=!1),t.getWebExperiments((e=>{rv._logInfo("retrieved web experiments from the server"),t._flagToExperiments=new Map,e.forEach((e=>{if(e.feature_flag_key){var r;if(t._flagToExperiments)rv._logInfo("setting flag key ",e.feature_flag_key," to web experiment ",e),null==(r=t._flagToExperiments)||r.set(e.feature_flag_key,e);var i=t._instance.getFeatureFlag(e.feature_flag_key);Qr(i)&&e.variants[i]&&t._applyTransforms(e.name,i,e.variants[i].transforms)}else if(e.variants)for(var n in e.variants){var s=e.variants[n];rv._matchesTestVariant(s)&&t._applyTransforms(e.name,n,s.transforms)}}))}),e)},this._instance=e,this._instance.onFeatureFlags((e=>{this.onFeatureFlags(e)}))}onFeatureFlags(e){if(this._is_bot())rv._logInfo("Refusing to render web experiment since the viewer is a likely bot");else if(!this._instance.config.disable_web_experiments){if(ri(this._flagToExperiments))return this._flagToExperiments=new Map,this.loadIfEnabled(),void this.previewWebExperiment();rv._logInfo("applying feature flags",e),e.forEach((e=>{var t;if(this._flagToExperiments&&null!=(t=this._flagToExperiments)&&t.has(e)){var r,i=this._instance.getFeatureFlag(e),n=null==(r=this._flagToExperiments)?void 0:r.get(e);i&&null!=n&&n.variants[i]&&this._applyTransforms(n.name,i,n.variants[i].transforms)}}))}}previewWebExperiment(){var e=rv.getWindowLocation();if(null!=e&&e.search){var t=xn(null==e?void 0:e.search,"__experiment_id"),r=xn(null==e?void 0:e.search,"__experiment_variant");t&&r&&(rv._logInfo("previewing web experiments "+t+" && "+r),this.getWebExperiments((e=>{this._showPreviewWebExperiment(parseInt(t),r,e)}),!1,!0))}}loadIfEnabled(){this._instance.config.disable_web_experiments||this.getWebExperimentsAndEvaluateDisplayLogic()}getWebExperiments(e,t,r){if(this._instance.config.disable_web_experiments&&!r)return e([]);var i=this._instance.get_property("$web_experiments");if(i&&!t)return e(i);this._instance._send_request({url:this._instance.requestRouter.endpointFor("api","/api/web_experiments/?token="+this._instance.config.token),method:"GET",callback:t=>{if(200!==t.statusCode||!t.json)return e([]);var r=t.json.experiments||[];return e(r)}})}_showPreviewWebExperiment(e,t,r){var i=r.filter((t=>t.id===e));i&&i.length>0&&(rv._logInfo("Previewing web experiment ["+i[0].name+"] with variant ["+t+"]"),this._applyTransforms(i[0].name,t,i[0].variants[t].transforms))}static _matchesTestVariant(e){return!ri(e.conditions)&&(rv._matchUrlConditions(e)&&rv._matchUTMConditions(e))}static _matchUrlConditions(e){var t;if(ri(e.conditions)||ri(null==(t=e.conditions)?void 0:t.url))return!0;var r,i,n,s=rv.getWindowLocation();return!!s&&(null==(r=e.conditions)||!r.url||tv[null!==(i=null==(n=e.conditions)?void 0:n.urlMatchType)&&void 0!==i?i:"icontains"](e.conditions.url,s))}static getWindowLocation(){return null==Zi?void 0:Zi.location}static _matchUTMConditions(e){var t;if(ri(e.conditions)||ri(null==(t=e.conditions)?void 0:t.utm))return!0;var r=ap();if(r.utm_source){var i,n,s,o,a,l,u,c,d=null==(i=e.conditions)||null==(i=i.utm)||!i.utm_campaign||(null==(n=e.conditions)||null==(n=n.utm)?void 0:n.utm_campaign)==r.utm_campaign,h=null==(s=e.conditions)||null==(s=s.utm)||!s.utm_source||(null==(o=e.conditions)||null==(o=o.utm)?void 0:o.utm_source)==r.utm_source,p=null==(a=e.conditions)||null==(a=a.utm)||!a.utm_medium||(null==(l=e.conditions)||null==(l=l.utm)?void 0:l.utm_medium)==r.utm_medium,v=null==(u=e.conditions)||null==(u=u.utm)||!u.utm_term||(null==(c=e.conditions)||null==(c=c.utm)?void 0:c.utm_term)==r.utm_term;return d&&p&&v&&h}return!1}static _logInfo(e){for(var t=arguments.length,r=new Array(t>1?t-1:0),i=1;i<t;i++)r[i-1]=arguments[i];un.info("[WebExperiments] "+e,r)}_applyTransforms(e,t,r){this._is_bot()?rv._logInfo("Refusing to render web experiment since the viewer is a likely bot"):"control"!==t?r.forEach((r=>{if(r.selector){var i;rv._logInfo("applying transform of variant "+t+" for experiment "+e+" ",r);var n=null==(i=document)?void 0:i.querySelectorAll(r.selector);null==n||n.forEach((e=>{var t=e;r.html&&(t.innerHTML=r.html),r.css&&t.setAttribute("style",r.css)}))}})):rv._logInfo("Control variants leave the page unmodified.")}_is_bot(){return Xi&&this._instance?Jp(Xi,this._instance.config.custom_blocked_useragents):void 0}}var iv=cn("[PostHog ExternalIntegrations]"),nv={intercom:"intercom-integration",crispChat:"crisp-chat-integration"};class sv{constructor(e){this._instance=e}_loadScript(e,t){var r;null==(r=nn.__PosthogExtensions__)||null==r.loadExternalDependency||r.loadExternalDependency(this._instance,e,(e=>{if(e)return iv.error("failed to load script",e);t()}))}startIfEnabledOrStop(){var e=this,t=function(t){var r,n,s;(!i||null!=(r=nn.__PosthogExtensions__)&&null!=(r=r.integrations)&&r[t]||e._loadScript(nv[t],(()=>{var r;null==(r=nn.__PosthogExtensions__)||null==(r=r.integrations)||null==(r=r[t])||r.start(e._instance)})),!i&&null!=(n=nn.__PosthogExtensions__)&&null!=(n=n.integrations)&&n[t])&&(null==(s=nn.__PosthogExtensions__)||null==(s=s.integrations)||null==(s=s[t])||s.stop())};for(var[r,i]of Object.entries(null!==(n=this._instance.config.integrations)&&void 0!==n?n:{})){var n;t(r)}}}var ov="[SessionRecording]",av=cn(ov);class lv{get started(){var e;return!(null==(e=this._lazyLoadedSessionRecording)||!e.isStarted)}get status(){return this._lazyLoadedSessionRecording?this._lazyLoadedSessionRecording.status:this._receivedFlags&&!this._isRecordingEnabled?"disabled":"lazy_loading"}constructor(e){if(this._forceAllowLocalhostNetworkCapture=!1,this._receivedFlags=!1,this._persistFlagsOnSessionListener=void 0,this._instance=e,!this._instance.sessionManager)throw av.error("started without valid sessionManager"),new Error(ov+" started without valid sessionManager. This is a bug.");if("always"===this._instance.config.cookieless_mode)throw new Error(ov+' cannot be used with cookieless_mode="always"')}get _isRecordingEnabled(){var e,t=!(null==(e=this._instance.get_property($n))||!e.enabled),r=!this._instance.config.disable_session_recording,i=this._instance.config.disable_session_recording||this._instance.consent.isOptedOut();return Zi&&t&&r&&!i}startIfEnabledOrStop(e){var t;if(!this._isRecordingEnabled||null==(t=this._lazyLoadedSessionRecording)||!t.isStarted){var r=!Kr(Object.assign)&&!Kr(Array.from);this._isRecordingEnabled&&r?(this._lazyLoadAndStart(e),av.info("starting")):this.stopRecording()}}_lazyLoadAndStart(e){var t,r,i;this._isRecordingEnabled&&(null!=nn&&null!=(t=nn.__PosthogExtensions__)&&null!=(t=t.rrweb)&&t.record&&null!=(r=nn.__PosthogExtensions__)&&r.initSessionRecording?this._onScriptLoaded(e):null==(i=nn.__PosthogExtensions__)||null==i.loadExternalDependency||i.loadExternalDependency(this._instance,this._scriptName,(t=>{if(t)return av.error("could not load recorder",t);this._onScriptLoaded(e)})))}stopRecording(){var e;null==(e=this._lazyLoadedSessionRecording)||e.stop()}_resetSampling(){var e;null==(e=this._instance.persistence)||e.unregister(Zn)}_persistRemoteConfig(e){if(this._instance.persistence){var t,i,n=this._instance.persistence,s=()=>{var t=!1===e.sessionRecording?void 0:e.sessionRecording,i=null==t?void 0:t.sampleRate,s=ri(i)?null:parseFloat(i);ri(s)&&this._resetSampling();var o=null==t?void 0:t.minimumDurationMilliseconds;n.register({[$n]:r({enabled:!!t},t,{networkPayloadCapture:r({capturePerformance:e.capturePerformance},null==t?void 0:t.networkPayloadCapture),canvasRecording:{enabled:null==t?void 0:t.recordCanvas,fps:null==t?void 0:t.canvasFps,quality:null==t?void 0:t.canvasQuality},sampleRate:s,minimumDurationMilliseconds:Kr(o)?null:o,endpoint:null==t?void 0:t.endpoint,triggerMatchType:null==t?void 0:t.triggerMatchType,masking:null==t?void 0:t.masking,urlTriggers:null==t?void 0:t.urlTriggers})})};s(),null==(t=this._persistFlagsOnSessionListener)||t.call(this),this._persistFlagsOnSessionListener=null==(i=this._instance.sessionManager)?void 0:i.onSessionId(s)}}onRemoteConfig(e){"sessionRecording"in e?!1!==e.sessionRecording?(this._persistRemoteConfig(e),this._receivedFlags=!0,this.startIfEnabledOrStop()):this._receivedFlags=!0:av.info("skipping remote config with no sessionRecording",e)}log(e,t){var r;void 0===t&&(t="log"),null!=(r=this._lazyLoadedSessionRecording)&&r.log?this._lazyLoadedSessionRecording.log(e,t):av.warn("log called before recorder was ready")}get _scriptName(){var e,t,r=null==(e=this._instance)||null==(e=e.persistence)?void 0:e.get_property($n);return(null==r||null==(t=r.scriptConfig)?void 0:t.script)||"lazy-recorder"}_onScriptLoaded(e){var t,r;if(null==(t=nn.__PosthogExtensions__)||!t.initSessionRecording)throw Error("Called on script loaded before session recording is available");this._lazyLoadedSessionRecording||(this._lazyLoadedSessionRecording=null==(r=nn.__PosthogExtensions__)?void 0:r.initSessionRecording(this._instance),this._lazyLoadedSessionRecording._forceAllowLocalhostNetworkCapture=this._forceAllowLocalhostNetworkCapture);this._lazyLoadedSessionRecording.start(e)}onRRwebEmit(e){var t;null==(t=this._lazyLoadedSessionRecording)||null==t.onRRwebEmit||t.onRRwebEmit(e)}overrideLinkedFlag(){var e;null==(e=this._lazyLoadedSessionRecording)||e.overrideLinkedFlag()}overrideSampling(){var e;null==(e=this._lazyLoadedSessionRecording)||e.overrideSampling()}overrideTrigger(e){var t;null==(t=this._lazyLoadedSessionRecording)||t.overrideTrigger(e)}get sdkDebugProperties(){var e;return(null==(e=this._lazyLoadedSessionRecording)?void 0:e.sdkDebugProperties)||{$recording_status:this.status}}tryAddCustomEvent(e,t){var r;return!(null==(r=this._lazyLoadedSessionRecording)||!r.tryAddCustomEvent(e,t))}}var uv={},cv=()=>{},dv="posthog",hv=!Iu&&-1===(null==rn?void 0:rn.indexOf("MSIE"))&&-1===(null==rn?void 0:rn.indexOf("Mozilla")),pv=e=>{var t;return{api_host:"https://us.i.posthog.com",ui_host:null,token:"",autocapture:!0,rageclick:!0,cross_subdomain_cookie:wn(null==Ji?void 0:Ji.location),persistence:"localStorage+cookie",persistence_name:"",loaded:cv,save_campaign_params:!0,custom_campaign_params:[],custom_blocked_useragents:[],save_referrer:!0,capture_pageview:"2025-05-24"!==e||"history_change",capture_pageleave:"if_capture_pageview",defaults:null!=e?e:"unset",debug:Ki&&Qr(null==Ki?void 0:Ki.search)&&-1!==Ki.search.indexOf("__posthog_debug=true")||!1,cookie_expiration:365,upgrade:!1,disable_session_recording:!1,disable_persistence:!1,disable_web_experiments:!0,disable_surveys:!1,disable_surveys_automatic_display:!1,disable_external_dependency_loading:!1,enable_recording_console_log:void 0,secure_cookie:"https:"===(null==Zi||null==(t=Zi.location)?void 0:t.protocol),ip:!1,opt_out_capturing_by_default:!1,opt_out_persistence_by_default:!1,opt_out_useragent_filter:!1,opt_out_capturing_persistence_type:"localStorage",consent_persistence_name:null,opt_out_capturing_cookie_prefix:null,opt_in_site_apps:!1,property_denylist:[],respect_dnt:!1,sanitize_properties:null,request_headers:{},request_batching:!0,properties_string_max_length:65535,session_recording:{},mask_all_element_attributes:!1,mask_all_text:!1,mask_personal_data_properties:!1,custom_personal_data_properties:[],advanced_disable_flags:!1,advanced_disable_decide:!1,advanced_disable_feature_flags:!1,advanced_disable_feature_flags_on_first_load:!1,advanced_only_evaluate_survey_feature_flags:!1,advanced_enable_surveys:!1,advanced_disable_toolbar_metrics:!1,feature_flag_request_timeout_ms:3e3,surveys_request_timeout_ms:1e4,on_request_error:e=>{var t="Bad HTTP status: "+e.statusCode+" "+e.text;un.error(t)},get_device_id:e=>e,capture_performance:void 0,name:"posthog",bootstrap:{},disable_compression:!1,session_idle_timeout_seconds:1800,person_profiles:"identified_only",before_send:void 0,request_queue_config:{flush_interval_ms:Dp},error_tracking:{},_onCapture:cv,__preview_eager_load_replay:!1}},vv=e=>{var t={};Kr(e.process_person)||(t.person_profiles=e.process_person),Kr(e.xhr_headers)||(t.request_headers=e.xhr_headers),Kr(e.cookie_name)||(t.persistence_name=e.cookie_name),Kr(e.disable_cookie)||(t.disable_persistence=e.disable_cookie),Kr(e.store_google)||(t.save_campaign_params=e.store_google),Kr(e.verbose)||(t.debug=e.verbose);var r=vn({},t,e);return zr(e.property_blacklist)&&(Kr(e.property_denylist)?r.property_denylist=e.property_blacklist:zr(e.property_denylist)?r.property_denylist=[...e.property_blacklist,...e.property_denylist]:un.error("Invalid value for property_denylist config: "+e.property_denylist)),r};class gv{constructor(){this.__forceAllowLocalhost=!1}get _forceAllowLocalhost(){return this.__forceAllowLocalhost}set _forceAllowLocalhost(e){un.error("WebPerformanceObserver is deprecated and has no impact on network capture. Use `_forceAllowLocalhostNetworkCapture` on `posthog.sessionRecording`"),this.__forceAllowLocalhost=e}}class fv{get decideEndpointWasHit(){var e,t;return null!==(e=null==(t=this.featureFlags)?void 0:t.hasLoadedFlags)&&void 0!==e&&e}get flagsEndpointWasHit(){var e,t;return null!==(e=null==(t=this.featureFlags)?void 0:t.hasLoadedFlags)&&void 0!==e&&e}constructor(){this.webPerformance=new gv,this._personProcessingSetOncePropertiesSent=!1,this.version=an.LIB_VERSION,this._internalEventEmitter=new Mp,this._calculate_event_properties=this.calculateEventProperties.bind(this),this.config=pv(),this.SentryIntegration=Vh,this.sentryIntegration=e=>function(e,t){var r=Hh(e,t);return{name:qh,processEvent:e=>r(e)}}(this,e),this.__request_queue=[],this.__loaded=!1,this.analyticsDefaultEndpoint="/e/",this._initialPageviewCaptured=!1,this._visibilityStateListener=null,this._initialPersonProfilesConfig=null,this._cachedPersonProperties=null,this.featureFlags=new Ep(this),this.toolbar=new jh(this),this.scrollManager=new Vp(this),this.pageViewManager=new tp(this),this.surveys=new Np(this),this.experiments=new rv(this),this.exceptions=new Qc(this),this.rateLimiter=new Pp(this),this.requestRouter=new ev(this),this.consent=new Mh(this),this.externalIntegrations=new sv(this),this.people={set:(e,t,r)=>{var i=Qr(e)?{[e]:t}:e;this.setPersonProperties(i),null==r||r({})},set_once:(e,t,r)=>{var i=Qr(e)?{[e]:t}:e;this.setPersonProperties(void 0,i),null==r||r({})}},this.on("eventCaptured",(e=>un.info('send "'+(null==e?void 0:e.event)+'"',e)))}init(e,t,r){if(r&&r!==dv){var i,n=null!==(i=uv[r])&&void 0!==i?i:new fv;return n._init(e,t,r),uv[r]=n,uv[dv][r]=n,n}return this._init(e,t,r)}_init(e,t,i){var n,s;if(void 0===t&&(t={}),Kr(e)||ei(e))return un.critical("PostHog was initialized without a token. This likely indicates a misconfiguration. Please check the first argument passed to posthog.init()"),this;if(this.__loaded)return un.warn("You have already initialized PostHog! Re-initializing is a no-op"),this;this.__loaded=!0,this.config={},this._originalUserConfig=t,this._triggered_notifs=[],t.person_profiles&&(this._initialPersonProfilesConfig=t.person_profiles),this.set_config(vn({},pv(t.defaults),vv(t),{name:i,token:e})),this.config.on_xhr_error&&un.error("on_xhr_error is deprecated. Use on_request_error instead"),this.compression=t.disable_compression?void 0:Wl.GZipJS;var o=this._is_persistence_disabled();this.persistence=new Tp(this.config,o),this.sessionPersistence="sessionStorage"===this.config.persistence||"memory"===this.config.persistence?this.persistence:new Tp(r({},this.config,{persistence:"sessionStorage"}),o);var a=r({},this.persistence.props),l=r({},this.sessionPersistence.props);this.register({$initialization_time:(new Date).toISOString()}),this._requestQueue=new Bp((e=>this._send_retriable_request(e)),this.config.request_queue_config),this._retryQueue=new Hp(this),this.__request_queue=[];var u="always"===this.config.cookieless_mode||"on_reject"===this.config.cookieless_mode&&this.consent.isExplicitlyOptedOut();if(u||(this.sessionManager=new Zp(this),this.sessionPropsManager=new $p(this,this.sessionManager,this.persistence)),new Gh(this).startIfEnabledOrStop(),this.siteApps=new Gp(this),null==(n=this.siteApps)||n.init(),u||(this.sessionRecording=new lv(this),this.sessionRecording.startIfEnabledOrStop()),this.config.disable_scroll_properties||this.scrollManager.startMeasuringScrollPosition(),this.autocapture=new dh(this),this.autocapture.startIfEnabled(),this.surveys.loadIfEnabled(),this.heatmaps=new ep(this),this.heatmaps.startIfEnabled(),this.webVitalsAutocapture=new Jh(this),this.exceptionObserver=new Oh(this),this.exceptionObserver.startIfEnabled(),this.deadClicksAutocapture=new Fh(this,Nh),this.deadClicksAutocapture.startIfEnabled(),this.historyAutocapture=new Lh(this),this.historyAutocapture.startIfEnabled(),an.DEBUG=an.DEBUG||this.config.debug,an.DEBUG&&un.info("Starting in debug mode",{this:this,config:t,thisC:r({},this.config),p:a,s:l}),void 0!==(null==(s=t.bootstrap)?void 0:s.distinctID)){var c,d,h=this.config.get_device_id(Wa()),p=null!=(c=t.bootstrap)&&c.isIdentifiedID?h:t.bootstrap.distinctID;this.persistence.set_property(es,null!=(d=t.bootstrap)&&d.isIdentifiedID?"identified":"anonymous"),this.register({distinct_id:t.bootstrap.distinctID,$device_id:p})}if(this._hasBootstrappedFeatureFlags()){var v,g,f=Object.keys((null==(v=t.bootstrap)?void 0:v.featureFlags)||{}).filter((e=>{var r;return!(null==(r=t.bootstrap)||null==(r=r.featureFlags)||!r[e])})).reduce(((e,r)=>{var i;return e[r]=(null==(i=t.bootstrap)||null==(i=i.featureFlags)?void 0:i[r])||!1,e}),{}),_=Object.keys((null==(g=t.bootstrap)?void 0:g.featureFlagPayloads)||{}).filter((e=>f[e])).reduce(((e,r)=>{var i,n;null!=(i=t.bootstrap)&&null!=(i=i.featureFlagPayloads)&&i[r]&&(e[r]=null==(n=t.bootstrap)||null==(n=n.featureFlagPayloads)?void 0:n[r]);return e}),{});this.featureFlags.receivedFeatureFlags({featureFlags:f,featureFlagPayloads:_})}if(u)this.register_once({distinct_id:ls,$device_id:null},"");else if(!this.get_distinct_id()){var m=this.config.get_device_id(Wa());this.register_once({distinct_id:m,$device_id:m},""),this.persistence.set_property(es,"anonymous")}return In(Zi,"onpagehide"in self?"pagehide":"unload",this._handle_unload.bind(this),{passive:!1}),this.toolbar.maybeLoadToolbar(),t.segment?Bh(this,(()=>this._loaded())):this._loaded(),Gr(this.config._onCapture)&&this.config._onCapture!==cv&&(un.warn("onCapture is deprecated. Please use `before_send` instead"),this.on("eventCaptured",(e=>this.config._onCapture(e.event,e)))),this.config.ip&&un.warn('The `ip` config option has NO EFFECT AT ALL and has been deprecated. Use a custom transformation or "Discard IP data" project setting instead. See https://posthog.com/tutorials/web-redact-properties#hiding-customer-ip-address for more information.'),this}_onRemoteConfig(e){var t,r,i,n,s,o,a,l;if(!Ji||!Ji.body)return un.info("document not ready yet, trying again in 500 milliseconds..."),void setTimeout((()=>{this._onRemoteConfig(e)}),500);this.compression=void 0,e.supportedCompression&&!this.config.disable_compression&&(this.compression=Hr(e.supportedCompression,Wl.GZipJS)?Wl.GZipJS:Hr(e.supportedCompression,Wl.Base64)?Wl.Base64:void 0),null!=(t=e.analytics)&&t.endpoint&&(this.analyticsDefaultEndpoint=e.analytics.endpoint),this.set_config({person_profiles:this._initialPersonProfilesConfig?this._initialPersonProfilesConfig:"identified_only"}),null==(r=this.siteApps)||r.onRemoteConfig(e),null==(i=this.sessionRecording)||i.onRemoteConfig(e),null==(n=this.autocapture)||n.onRemoteConfig(e),null==(s=this.heatmaps)||s.onRemoteConfig(e),this.surveys.onRemoteConfig(e),null==(o=this.webVitalsAutocapture)||o.onRemoteConfig(e),null==(a=this.exceptionObserver)||a.onRemoteConfig(e),this.exceptions.onRemoteConfig(e),null==(l=this.deadClicksAutocapture)||l.onRemoteConfig(e)}_loaded(){try{this.config.loaded(this)}catch(e){un.critical("`loaded` function failed",e)}this._start_queue_if_opted_in(),this.config.capture_pageview&&setTimeout((()=>{(this.consent.isOptedIn()||"always"===this.config.cookieless_mode)&&this._captureInitialPageview()}),1),new Lp(this).load(),this.featureFlags.flags()}_start_queue_if_opted_in(){var e;this.is_capturing()&&(this.config.request_batching&&(null==(e=this._requestQueue)||e.enable()))}_dom_loaded(){this.is_capturing()&&hn(this.__request_queue,(e=>this._send_retriable_request(e))),this.__request_queue=[],this._start_queue_if_opted_in()}_handle_unload(){var e,t;this.config.request_batching?(this._shouldCapturePageleave()&&this.capture("$pageleave"),null==(e=this._requestQueue)||e.unload(),null==(t=this._retryQueue)||t.unload()):this._shouldCapturePageleave()&&this.capture("$pageleave",null,{transport:"sendBeacon"})}_send_request(e){this.__loaded&&(hv?this.__request_queue.push(e):this.rateLimiter.isServerRateLimited(e.batchKey)||(e.transport=e.transport||this.config.api_transport,e.url=Eu(e.url,{ip:this.config.ip?1:0}),e.headers=r({},this.config.request_headers),e.compression="best-available"===e.compression?this.compression:e.compression,e.disableXHRCredentials=this.config.__preview_disable_xhr_credentials,this.config.__preview_disable_beacon&&(e.disableTransport=["sendBeacon"]),e.fetchOptions=e.fetchOptions||this.config.fetch_options,(e=>{var t,i,n,s=r({},e);s.timeout=s.timeout||6e4,s.url=Eu(s.url,{_:(new Date).getTime().toString(),ver:an.LIB_VERSION,compression:s.compression});var o=null!==(t=s.transport)&&void 0!==t?t:"fetch",a=Mu.filter((e=>!s.disableTransport||!e.transport||!s.disableTransport.includes(e.transport))),l=null!==(i=null==(n=Cn(a,(e=>e.transport===o)))?void 0:n.method)&&void 0!==i?i:a[0].method;if(!l)throw new Error("No available transport method");l(s)})(r({},e,{callback:t=>{var r,i;(this.rateLimiter.checkForLimiting(t),t.statusCode>=400)&&(null==(r=(i=this.config).on_request_error)||r.call(i,t));null==e.callback||e.callback(t)}}))))}_send_retriable_request(e){this._retryQueue?this._retryQueue.retriableRequest(e):this._send_request(e)}_execute_array(e){var t,r=[],i=[],n=[];hn(e,(e=>{e&&(t=e[0],zr(t)?n.push(e):Gr(e)?e.call(this):zr(e)&&"alias"===t?r.push(e):zr(e)&&-1!==t.indexOf("capture")&&Gr(this[t])?n.push(e):i.push(e))}));var s=function(e,t){hn(e,(function(e){if(zr(e[0])){var r=t;pn(e,(function(e){r=r[e[0]].apply(r,e.slice(1))}))}else this[e[0]].apply(this,e.slice(1))}),t)};s(r,this),s(i,this),s(n,this)}_hasBootstrappedFeatureFlags(){var e,t;return(null==(e=this.config.bootstrap)?void 0:e.featureFlags)&&Object.keys(null==(t=this.config.bootstrap)?void 0:t.featureFlags).length>0||!1}push(e){this._execute_array([e])}capture(e,t,i){var n;if(this.__loaded&&this.persistence&&this.sessionPersistence&&this._requestQueue){if(this.is_capturing())if(!Kr(e)&&Qr(e)){if(this.config.opt_out_useragent_filter||!this._is_bot()){var s=null!=i&&i.skip_client_rate_limiting?void 0:this.rateLimiter.clientRateLimitContext();if(null==s||!s.isRateLimited){null!=t&&t.$current_url&&!Qr(null==t?void 0:t.$current_url)&&(un.error("Invalid `$current_url` property provided to `posthog.capture`. Input must be a string. Ignoring provided value."),null==t||delete t.$current_url),this.sessionPersistence.update_search_keyword(),this.config.save_campaign_params&&this.sessionPersistence.update_campaign_params(),this.config.save_referrer&&this.sessionPersistence.update_referrer_info(),(this.config.save_campaign_params||this.config.save_referrer)&&this.persistence.set_initial_person_info();var o=new Date,a=(null==i?void 0:i.timestamp)||o,l=Wa(),u={uuid:l,event:e,properties:this.calculateEventProperties(e,t||{},a,l)};s&&(u.properties.$lib_rate_limit_remaining_tokens=s.remainingTokens),(null==i?void 0:i.$set)&&(u.$set=null==i?void 0:i.$set);var c=this._calculate_set_once_properties(null==i?void 0:i.$set_once);if(c&&(u.$set_once=c),(u=bn(u,null!=i&&i._noTruncate?null:this.config.properties_string_max_length)).timestamp=a,Kr(null==i?void 0:i.timestamp)||(u.properties.$event_time_override_provided=!0,u.properties.$event_time_override_system_time=o),e===wa.DISMISSED||e===wa.SENT){var d=null==t?void 0:t[Ca.SURVEY_ID],h=null==t?void 0:t[Ca.SURVEY_ITERATION];Fa({id:d,current_iteration:h}),u.$set=r({},u.$set,{[Aa({id:d,current_iteration:h},e===wa.SENT?"responded":"dismissed")]:!0})}var p=r({},u.properties.$set,u.$set);if(Jr(p)||this.setPersonPropertiesForFlags(p),!ri(this.config.before_send)){var v=this._runBeforeSend(u);if(!v)return;u=v}this._internalEventEmitter.emit("eventCaptured",u);var g={method:"POST",url:null!==(n=null==i?void 0:i._url)&&void 0!==n?n:this.requestRouter.endpointFor("api",this.analyticsDefaultEndpoint),data:u,compression:"best-available",batchKey:null==i?void 0:i._batchKey};return!this.config.request_batching||i&&(null==i||!i._batchKey)||null!=i&&i.send_instantly?this._send_retriable_request(g):this._requestQueue.enqueue(g),u}un.critical("This capture call is ignored due to client rate limiting.")}}else un.error("No event name provided to posthog.capture")}else un.uninitializedWarning("posthog.capture")}_addCaptureHook(e){return this.on("eventCaptured",(t=>e(t.event,t)))}calculateEventProperties(e,t,i,n,s){if(i=i||new Date,!this.persistence||!this.sessionPersistence)return t;var o=s?void 0:this.persistence.remove_event_timer(e),a=r({},t);if(a.token=this.config.token,a.$config_defaults=this.config.defaults,("always"==this.config.cookieless_mode||"on_reject"==this.config.cookieless_mode&&this.consent.isExplicitlyOptedOut())&&(a.$cookieless_mode=!0),"$snapshot"===e){var l=r({},this.persistence.properties(),this.sessionPersistence.properties());return a.distinct_id=l.distinct_id,(!Qr(a.distinct_id)&&!ii(a.distinct_id)||ei(a.distinct_id))&&un.error("Invalid distinct_id for replay event. This indicates a bug in your implementation"),a}var u,c=fp(this.config.mask_personal_data_properties,this.config.custom_personal_data_properties);if(this.sessionManager){var{sessionId:d,windowId:h}=this.sessionManager.checkAndGetSessionAndWindowId(s,i.getTime());a.$session_id=d,a.$window_id=h}this.sessionPropsManager&&vn(a,this.sessionPropsManager.getSessionProps());try{var p;this.sessionRecording&&vn(a,this.sessionRecording.sdkDebugProperties),a.$sdk_debug_retry_queue_size=null==(p=this._retryQueue)?void 0:p.length}catch(e){a.$sdk_debug_error_capturing_properties=String(e)}if(this.requestRouter.region===Kp.CUSTOM&&(a.$lib_custom_api_host=this.config.api_host),u="$pageview"!==e||s?"$pageleave"!==e||s?this.pageViewManager.doEvent():this.pageViewManager.doPageLeave(i):this.pageViewManager.doPageView(i,n),a=vn(a,u),"$pageview"===e&&Ji&&(a.title=Ji.title),!Kr(o)){var v=i.getTime()-o;a.$duration=parseFloat((v/1e3).toFixed(3))}rn&&this.config.opt_out_useragent_filter&&(a.$browser_type=this._is_bot()?"bot":"browser"),(a=vn({},c,this.persistence.properties(),this.sessionPersistence.properties(),a)).$is_identified=this._isIdentified(),zr(this.config.property_denylist)?pn(this.config.property_denylist,(function(e){delete a[e]})):un.error("Invalid value for property_denylist config: "+this.config.property_denylist+" or property_blacklist config: "+this.config.property_blacklist);var g=this.config.sanitize_properties;g&&(un.error("sanitize_properties is deprecated. Use before_send instead"),a=g(a,e));var f=this._hasPersonProcessing();return a.$process_person_profile=f,f&&!s&&this._requirePersonProcessing("_calculate_event_properties"),a}_calculate_set_once_properties(e){var t;if(!this.persistence||!this._hasPersonProcessing())return e;if(this._personProcessingSetOncePropertiesSent)return e;var r=this.persistence.get_initial_props(),i=null==(t=this.sessionPropsManager)?void 0:t.getSetOnceProps(),n=vn({},r,i||{},e||{}),s=this.config.sanitize_properties;return s&&(un.error("sanitize_properties is deprecated. Use before_send instead"),n=s(n,"$set_once")),this._personProcessingSetOncePropertiesSent=!0,Jr(n)?void 0:n}register(e,t){var r;null==(r=this.persistence)||r.register(e,t)}register_once(e,t,r){var i;null==(i=this.persistence)||i.register_once(e,t,r)}register_for_session(e){var t;null==(t=this.sessionPersistence)||t.register(e)}unregister(e){var t;null==(t=this.persistence)||t.unregister(e)}unregister_for_session(e){var t;null==(t=this.sessionPersistence)||t.unregister(e)}_register_single(e,t){this.register({[e]:t})}getFeatureFlag(e,t){return this.featureFlags.getFeatureFlag(e,t)}getFeatureFlagPayload(e){var t=this.featureFlags.getFeatureFlagPayload(e);try{return JSON.parse(t)}catch(e){return t}}isFeatureEnabled(e,t){return this.featureFlags.isFeatureEnabled(e,t)}reloadFeatureFlags(){this.featureFlags.reloadFeatureFlags()}updateEarlyAccessFeatureEnrollment(e,t,r){this.featureFlags.updateEarlyAccessFeatureEnrollment(e,t,r)}getEarlyAccessFeatures(e,t,r){return void 0===t&&(t=!1),this.featureFlags.getEarlyAccessFeatures(e,t,r)}on(e,t){return this._internalEventEmitter.on(e,t)}onFeatureFlags(e){return this.featureFlags.onFeatureFlags(e)}onSurveysLoaded(e){return this.surveys.onSurveysLoaded(e)}onSessionId(e){var t,r;return null!==(t=null==(r=this.sessionManager)?void 0:r.onSessionId(e))&&void 0!==t?t:()=>{}}getSurveys(e,t){void 0===t&&(t=!1),this.surveys.getSurveys(e,t)}getActiveMatchingSurveys(e,t){void 0===t&&(t=!1),this.surveys.getActiveMatchingSurveys(e,t)}renderSurvey(e,t){this.surveys.renderSurvey(e,t)}displaySurvey(e,t){void 0===t&&(t=Oa),this.surveys.displaySurvey(e,t)}canRenderSurvey(e){return this.surveys.canRenderSurvey(e)}canRenderSurveyAsync(e,t){return void 0===t&&(t=!1),this.surveys.canRenderSurveyAsync(e,t)}identify(e,t,i){if(!this.__loaded||!this.persistence)return un.uninitializedWarning("posthog.identify");if(ii(e)&&(e=e.toString(),un.warn("The first argument to posthog.identify was a number, but it should be a string. It has been converted to a string.")),e)if(["distinct_id","distinctid"].includes(e.toLowerCase()))un.critical('The string "'+e+'" was set in posthog.identify which indicates an error. This ID should be unique to the user and not a hardcoded string.');else if(e!==ls){if(this._requirePersonProcessing("posthog.identify")){var n=this.get_distinct_id();if(this.register({$user_id:e}),!this.get_property("$device_id")){var s=n;this.register_once({$had_persisted_distinct_id:!0,$device_id:s},"")}e!==n&&e!==this.get_property(Fn)&&(this.unregister(Fn),this.register({distinct_id:e}));var o="anonymous"===(this.persistence.get_property(es)||"anonymous");e!==n&&o?(this.persistence.set_property(es,"identified"),this.setPersonPropertiesForFlags(r({},i||{},t||{}),!1),this.capture("$identify",{distinct_id:e,$anon_distinct_id:n},{$set:t||{},$set_once:i||{}}),this._cachedPersonProperties=Au(e,t,i),this.featureFlags.setAnonymousDistinctId(n)):(t||i)&&this.setPersonProperties(t,i),e!==n&&(this.reloadFeatureFlags(),this.unregister(Qn))}}else un.critical('The string "'+ls+'" was set in posthog.identify which indicates an error. This ID is only used as a sentinel value.');else un.error("Unique user id has not been set in posthog.identify")}setPersonProperties(e,t){if((e||t)&&this._requirePersonProcessing("posthog.setPersonProperties")){var i=Au(this.get_distinct_id(),e,t);this._cachedPersonProperties!==i?(this.setPersonPropertiesForFlags(r({},t||{},e||{})),this.capture("$set",{$set:e||{},$set_once:t||{}}),this._cachedPersonProperties=i):un.info("A duplicate setPersonProperties call was made with the same properties. It has been ignored.")}}group(e,t,i){if(e&&t){if(this._requirePersonProcessing("posthog.group")){var n=this.getGroups();n[e]!==t&&this.resetGroupPropertiesForFlags(e),this.register({$groups:r({},n,{[e]:t})}),i&&(this.capture("$groupidentify",{$group_type:e,$group_key:t,$group_set:i}),this.setGroupPropertiesForFlags({[e]:i})),n[e]===t||i||this.reloadFeatureFlags()}}else un.error("posthog.group requires a group type and group key")}resetGroups(){this.register({$groups:{}}),this.resetGroupPropertiesForFlags(),this.reloadFeatureFlags()}setPersonPropertiesForFlags(e,t){void 0===t&&(t=!0),this.featureFlags.setPersonPropertiesForFlags(e,t)}resetPersonPropertiesForFlags(){this.featureFlags.resetPersonPropertiesForFlags()}setGroupPropertiesForFlags(e,t){void 0===t&&(t=!0),this._requirePersonProcessing("posthog.setGroupPropertiesForFlags")&&this.featureFlags.setGroupPropertiesForFlags(e,t)}resetGroupPropertiesForFlags(e){this.featureFlags.resetGroupPropertiesForFlags(e)}reset(e){var t,r,i,n;if(un.info("reset"),!this.__loaded)return un.uninitializedWarning("posthog.reset");var s=this.get_property("$device_id");if(this.consent.reset(),null==(t=this.persistence)||t.clear(),null==(r=this.sessionPersistence)||r.clear(),this.surveys.reset(),this.featureFlags.reset(),null==(i=this.persistence)||i.set_property(es,"anonymous"),null==(n=this.sessionManager)||n.resetSessionId(),this._cachedPersonProperties=null,"always"===this.config.cookieless_mode)this.register_once({distinct_id:ls,$device_id:null},"");else{var o=this.config.get_device_id(Wa());this.register_once({distinct_id:o,$device_id:e?o:s},"")}this.register({$last_posthog_reset:(new Date).toISOString()},1)}get_distinct_id(){return this.get_property("distinct_id")}getGroups(){return this.get_property("$groups")||{}}get_session_id(){var e,t;return null!==(e=null==(t=this.sessionManager)?void 0:t.checkAndGetSessionAndWindowId(!0).sessionId)&&void 0!==e?e:""}get_session_replay_url(e){if(!this.sessionManager)return"";var{sessionId:t,sessionStartTimestamp:r}=this.sessionManager.checkAndGetSessionAndWindowId(!0),i=this.requestRouter.endpointFor("ui","/project/"+this.config.token+"/replay/"+t);if(null!=e&&e.withTimestamp&&r){var n,s=null!==(n=e.timestampLookBack)&&void 0!==n?n:10;if(!r)return i;i+="?t="+Math.max(Math.floor(((new Date).getTime()-r)/1e3)-s,0)}return i}alias(e,t){return e===this.get_property(Nn)?(un.critical("Attempting to create alias for existing People user - aborting."),-2):this._requirePersonProcessing("posthog.alias")?(Kr(t)&&(t=this.get_distinct_id()),e!==t?(this._register_single(Fn,e),this.capture("$create_alias",{alias:e,distinct_id:t})):(un.warn("alias matches current distinct_id - skipping api call."),this.identify(e),-1)):void 0}set_config(e){var t=r({},this.config);if(Xr(e)){var i,n,s,o,a;vn(this.config,vv(e));var l=this._is_persistence_disabled();null==(i=this.persistence)||i.update_config(this.config,t,l),this.sessionPersistence="sessionStorage"===this.config.persistence||"memory"===this.config.persistence?this.persistence:new Tp(r({},this.config,{persistence:"sessionStorage"}),l),Sh._is_supported()&&"true"===Sh._get("ph_debug")&&(this.config.debug=!0),this.config.debug&&(an.DEBUG=!0,un.info("set_config",{config:e,oldConfig:t,newConfig:r({},this.config)})),null==(n=this.sessionRecording)||n.startIfEnabledOrStop(),null==(s=this.autocapture)||s.startIfEnabled(),null==(o=this.heatmaps)||o.startIfEnabled(),this.surveys.loadIfEnabled(),this._sync_opt_out_with_persistence(),null==(a=this.externalIntegrations)||a.startIfEnabledOrStop()}}startSessionRecording(e){var t=!0===e,r={sampling:t||!(null==e||!e.sampling),linked_flag:t||!(null==e||!e.linked_flag),url_trigger:t||!(null==e||!e.url_trigger),event_trigger:t||!(null==e||!e.event_trigger)};if(Object.values(r).some(Boolean)){var i,n,s,o,a;if(null==(i=this.sessionManager)||i.checkAndGetSessionAndWindowId(),r.sampling)null==(n=this.sessionRecording)||n.overrideSampling();if(r.linked_flag)null==(s=this.sessionRecording)||s.overrideLinkedFlag();if(r.url_trigger)null==(o=this.sessionRecording)||o.overrideTrigger("url");if(r.event_trigger)null==(a=this.sessionRecording)||a.overrideTrigger("event")}this.set_config({disable_session_recording:!1})}stopSessionRecording(){this.set_config({disable_session_recording:!0})}sessionRecordingStarted(){var e;return!(null==(e=this.sessionRecording)||!e.started)}captureException(e,t){var i=new Error("PostHog syntheticException"),n=this.exceptions.buildProperties(e,{handled:!0,syntheticException:i});return this.exceptions.sendExceptionEvent(r({},n,t))}loadToolbar(e){return this.toolbar.loadToolbar(e)}get_property(e){var t;return null==(t=this.persistence)?void 0:t.props[e]}getSessionProperty(e){var t;return null==(t=this.sessionPersistence)?void 0:t.props[e]}toString(){var e,t=null!==(e=this.config.name)&&void 0!==e?e:dv;return t!==dv&&(t=dv+"."+t),t}_isIdentified(){var e,t;return"identified"===(null==(e=this.persistence)?void 0:e.get_property(es))||"identified"===(null==(t=this.sessionPersistence)?void 0:t.get_property(es))}_hasPersonProcessing(){var e,t;return!("never"===this.config.person_profiles||"identified_only"===this.config.person_profiles&&!this._isIdentified()&&Jr(this.getGroups())&&(null==(e=this.persistence)||null==(e=e.props)||!e[Fn])&&(null==(t=this.persistence)||null==(t=t.props)||!t[os]))}_shouldCapturePageleave(){return!0===this.config.capture_pageleave||"if_capture_pageview"===this.config.capture_pageleave&&(!0===this.config.capture_pageview||"history_change"===this.config.capture_pageview)}createPersonProfile(){this._hasPersonProcessing()||this._requirePersonProcessing("posthog.createPersonProfile")&&this.setPersonProperties({},{})}_requirePersonProcessing(e){return"never"===this.config.person_profiles?(un.error(e+' was called, but process_person is set to "never". This call will be ignored.'),!1):(this._register_single(os,!0),!0)}_is_persistence_disabled(){if("always"===this.config.cookieless_mode)return!0;var e=this.consent.isOptedOut(),t=this.config.opt_out_persistence_by_default||"on_reject"===this.config.cookieless_mode;return this.config.disable_persistence||e&&!!t}_sync_opt_out_with_persistence(){var e,t,r,i,n=this._is_persistence_disabled();(null==(e=this.persistence)?void 0:e._disabled)!==n&&(null==(r=this.persistence)||r.set_disabled(n));(null==(t=this.sessionPersistence)?void 0:t._disabled)!==n&&(null==(i=this.sessionPersistence)||i.set_disabled(n));return n}opt_in_capturing(e){if("always"!==this.config.cookieless_mode){var t;if("on_reject"===this.config.cookieless_mode&&this.consent.isExplicitlyOptedOut()&&(this.reset(!0),this.sessionManager=new Zp(this),this.persistence&&(this.sessionPropsManager=new $p(this,this.sessionManager,this.persistence)),this.sessionRecording=new lv(this),this.sessionRecording.startIfEnabledOrStop()),this.consent.optInOut(!0),this._sync_opt_out_with_persistence(),this._start_queue_if_opted_in(),"on_reject"==this.config.cookieless_mode&&this.surveys.loadIfEnabled(),Kr(null==e?void 0:e.captureEventName)||null!=e&&e.captureEventName)this.capture(null!==(t=null==e?void 0:e.captureEventName)&&void 0!==t?t:"$opt_in",null==e?void 0:e.captureProperties,{send_instantly:!0});this.config.capture_pageview&&this._captureInitialPageview()}else un.warn('Consent opt in/out is not valid with cookieless_mode="always" and will be ignored')}opt_out_capturing(){var e;"always"!==this.config.cookieless_mode?("on_reject"===this.config.cookieless_mode&&this.consent.isOptedIn()&&this.reset(!0),this.consent.optInOut(!1),this._sync_opt_out_with_persistence(),"on_reject"===this.config.cookieless_mode&&(this.register({distinct_id:ls,$device_id:null}),this.sessionManager=void 0,this.sessionPropsManager=void 0,null==(e=this.sessionRecording)||e.stopRecording(),this.sessionRecording=void 0,this._captureInitialPageview())):un.warn('Consent opt in/out is not valid with cookieless_mode="always" and will be ignored')}has_opted_in_capturing(){return this.consent.isOptedIn()}has_opted_out_capturing(){return this.consent.isOptedOut()}get_explicit_consent_status(){var e=this.consent.consent;return e===Th.GRANTED?"granted":e===Th.DENIED?"denied":"pending"}is_capturing(){return"always"===this.config.cookieless_mode||("on_reject"===this.config.cookieless_mode?this.consent.isExplicitlyOptedOut()||this.consent.isOptedIn():!this.has_opted_out_capturing())}clear_opt_in_out_capturing(){this.consent.reset(),this._sync_opt_out_with_persistence()}_is_bot(){return Xi?Jp(Xi,this.config.custom_blocked_useragents):void 0}_captureInitialPageview(){Ji&&("visible"===Ji.visibilityState?this._initialPageviewCaptured||(this._initialPageviewCaptured=!0,this.capture("$pageview",{title:Ji.title},{send_instantly:!0}),this._visibilityStateListener&&(Ji.removeEventListener("visibilitychange",this._visibilityStateListener),this._visibilityStateListener=null)):this._visibilityStateListener||(this._visibilityStateListener=this._captureInitialPageview.bind(this),In(Ji,"visibilitychange",this._visibilityStateListener)))}debug(e){!1===e?(null==Zi||Zi.console.log("You've disabled debug mode."),localStorage&&localStorage.removeItem("ph_debug"),this.set_config({debug:!1})):(null==Zi||Zi.console.log("You're now in debug mode. All calls to PostHog will be logged in your console.\nYou can disable this with `posthog.debug(false)`."),localStorage&&localStorage.setItem("ph_debug","true"),this.set_config({debug:!0}))}_shouldDisableFlags(){var e,t,r,i,n,s,o,a=this._originalUserConfig||{};return"advanced_disable_flags"in a?!!a.advanced_disable_flags:!1!==this.config.advanced_disable_flags?!!this.config.advanced_disable_flags:!0===this.config.advanced_disable_decide?(un.warn("Config field 'advanced_disable_decide' is deprecated. Please use 'advanced_disable_flags' instead. The old field will be removed in a future major version."),!0):(r="advanced_disable_decide",i=!1,n=un,s=(t="advanced_disable_flags")in(e=a)&&!Kr(e[t]),o=r in e&&!Kr(e[r]),s?e[t]:o?(n&&n.warn("Config field '"+r+"' is deprecated. Please use '"+t+"' instead. The old field will be removed in a future major version."),e[r]):i)}_runBeforeSend(e){if(ri(this.config.before_send))return e;var t=zr(this.config.before_send)?this.config.before_send:[this.config.before_send],r=e;for(var i of t){if(r=i(r),ri(r)){var n="Event '"+e.event+"' was rejected in beforeSend function";return oi(e.event)?un.warn(n+". This can cause unexpected behavior."):un.info(n),null}r.properties&&!Jr(r.properties)||un.warn("Event '"+e.event+"' has no properties after beforeSend function, this is likely an error.")}return r}getPageViewId(){var e;return null==(e=this.pageViewManager._currentPageview)?void 0:e.pageViewId}captureTraceFeedback(e,t){this.capture("$ai_feedback",{$ai_trace_id:String(e),$ai_feedback_text:t})}captureTraceMetric(e,t,r){this.capture("$ai_metric",{$ai_trace_id:String(e),$ai_metric_name:t,$ai_metric_value:String(r)})}}!function(e,t){for(var r=0;r<t.length;r++)e.prototype[t[r]]=mn(e.prototype[t[r]])}(fv,["identify"]);var _v,mv;_v=uv[dv]=new fv,(mv=nn.posthog)&&pn(mv._i,(function(e){if(e&&zr(e)){var t=_v.init(e[0],e[1],e[2]),r=mv[e[2]]||mv;t&&(t._execute_array.call(t.people,r.people),t._execute_array(r))}})),nn.posthog=_v,function(){function e(){e.done||(e.done=!0,hv=!1,pn(uv,(function(e){e._dom_loaded()})))}null!=Ji&&Ji.addEventListener?"complete"===Ji.readyState?e():In(Ji,"DOMContentLoaded",e,{capture:!1}):Zi&&un.error("Browser doesn't support `document.addEventListener` so PostHog couldn't be initialized")}()}();
|
|
1
|
+
!function(){"use strict";function e(e,t,r,i,n,s,o){try{var a=e[s](o),l=a.value}catch(e){return void r(e)}a.done?t(l):Promise.resolve(l).then(i,n)}function t(t){return function(){var r=this,i=arguments;return new Promise((function(n,s){var o=t.apply(r,i);function a(t){e(o,n,s,a,l,"next",t)}function l(t){e(o,n,s,a,l,"throw",t)}a(void 0)}))}}function r(){return r=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var i in r)({}).hasOwnProperty.call(r,i)&&(e[i]=r[i])}return e},r.apply(null,arguments)}function i(e,t){if(null==e)return{};var r={};for(var i in e)if({}.hasOwnProperty.call(e,i)){if(-1!==t.indexOf(i))continue;r[i]=e[i]}return r}var n,s=["type"],o=Object.defineProperty,a=(e,t,r)=>((e,t,r)=>t in e?o(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r)(e,"symbol"!=typeof t?t+"":t,r),l=Object.defineProperty,u=(e,t,r)=>((e,t,r)=>t in e?l(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r)(e,"symbol"!=typeof t?t+"":t,r),c=(e=>(e[e.Document=0]="Document",e[e.DocumentType=1]="DocumentType",e[e.Element=2]="Element",e[e.Text=3]="Text",e[e.CDATA=4]="CDATA",e[e.Comment=5]="Comment",e))(c||{}),d={Node:["childNodes","parentNode","parentElement","textContent"],ShadowRoot:["host","styleSheets"],Element:["shadowRoot","querySelector","querySelectorAll"],MutationObserver:[]},h={Node:["contains","getRootNode"],ShadowRoot:["getSelection"],Element:[],MutationObserver:["constructor"]};var p={};function v(e){if(p[e])return p[e];var t=function(e){var t,r=null==globalThis||null==(t=globalThis.Zone)||null==t.__symbol__?void 0:t.__symbol__(e);return r&&globalThis[r]?globalThis[r]:void 0}(e)||globalThis[e],r=t.prototype,i=e in d?d[e]:void 0,n=Boolean(i&&i.every((e=>{var t,i;return Boolean(null==(i=null==(t=Object.getOwnPropertyDescriptor(r,e))?void 0:t.get)?void 0:i.toString().includes("[native code]"))}))),s=e in h?h[e]:void 0,o=Boolean(s&&s.every((e=>{var t;return"function"==typeof r[e]&&(null==(t=r[e])?void 0:t.toString().includes("[native code]"))})));if(n&&o)return p[e]=t.prototype,t.prototype;try{var a=document.createElement("iframe");document.body.appendChild(a);var l=a.contentWindow;if(!l)return t.prototype;var u=l[e].prototype;return document.body.removeChild(a),u?p[e]=u:t.prototype}catch(e){return t.prototype}}var g={};function f(e,t,r){var i,n=e+"."+String(r);if(g[n])return g[n].call(t);var s=v(e),o=null==(i=Object.getOwnPropertyDescriptor(s,r))?void 0:i.get;return o?(g[n]=o,o.call(t)):t[r]}var _={};function m(e,t,r){var i=e+"."+String(r);if(_[i])return _[i].bind(t);var n=v(e)[r];return"function"!=typeof n?t[r]:(_[i]=n,n.bind(t))}var y={childNodes:function(e){return f("Node",e,"childNodes")},parentNode:function(e){return f("Node",e,"parentNode")},parentElement:function(e){return f("Node",e,"parentElement")},textContent:function(e){return f("Node",e,"textContent")},contains:function(e,t){return m("Node",e,"contains")(t)},getRootNode:function(e){return m("Node",e,"getRootNode")()},host:function(e){return e&&"host"in e?f("ShadowRoot",e,"host"):null},styleSheets:function(e){return e.styleSheets},shadowRoot:function(e){return e&&"shadowRoot"in e?f("Element",e,"shadowRoot"):null},querySelector:function(e,t){return f("Element",e,"querySelector")(t)},querySelectorAll:function(e,t){return f("Element",e,"querySelectorAll")(t)},mutationObserver:function(){return v("MutationObserver").constructor}};function b(e){return e.nodeType===e.ELEMENT_NODE}function S(e){var t=e&&"host"in e&&"mode"in e&&y.host(e)||null;return Boolean(t&&"shadowRoot"in t&&y.shadowRoot(t)===e)}function w(e){return"[object ShadowRoot]"===Object.prototype.toString.call(e)}function C(e){try{var t=e.rules||e.cssRules;if(!t)return null;var r=Array.from(t,(t=>I(t,e.href))).join("");return(i=r).includes(" background-clip: text;")&&!i.includes(" -webkit-background-clip: text;")&&(i=i.replace(/\sbackground-clip:\s*text;/g," -webkit-background-clip: text; background-clip: text;")),i}catch(e){return null}var i}function I(e,t){if(function(e){return"styleSheet"in e}(e)){var r;try{r=C(e.styleSheet)||function(e){var{cssText:t}=e;if(t.split('"').length<3)return t;var r=["@import","url("+JSON.stringify(e.href)+")"];return""===e.layerName?r.push("layer"):e.layerName&&r.push("layer("+e.layerName+")"),e.supportsText&&r.push("supports("+e.supportsText+")"),e.media.length&&r.push(e.media.mediaText),r.join(" ")+";"}(e)}catch(t){r=e.cssText}return e.styleSheet.href?L(r,e.styleSheet.href):r}var i,n=e.cssText;return function(e){return"selectorText"in e}(e)&&e.selectorText.includes(":")&&(i=/(\[(?:[\w-]+)[^\\])(:(?:[\w-]+)\])/gm,n=n.replace(i,"$1\\$2")),t?L(n,t):n}function k(e,t){return Array.from(e.styleSheets).find((e=>e.href===t))}let E=class{constructor(){u(this,"idNodeMap",new Map),u(this,"nodeMetaMap",new WeakMap)}getId(e){var t;if(!e)return-1;var r=null==(t=this.getMeta(e))?void 0:t.id;return null!=r?r:-1}getNode(e){return this.idNodeMap.get(e)||null}getIds(){return Array.from(this.idNodeMap.keys())}getMeta(e){return this.nodeMetaMap.get(e)||null}removeNodeFromMap(e){var t=this.getId(e);this.idNodeMap.delete(t),e.childNodes&&e.childNodes.forEach((e=>this.removeNodeFromMap(e)))}has(e){return this.idNodeMap.has(e)}hasNode(e){return this.nodeMetaMap.has(e)}add(e,t){var r=t.id;this.idNodeMap.set(r,e),this.nodeMetaMap.set(e,t)}replace(e,t){var r=this.getNode(e);if(r){var i=this.nodeMetaMap.get(r);i&&this.nodeMetaMap.set(t,i)}this.idNodeMap.set(e,t)}reset(){this.idNodeMap=new Map,this.nodeMetaMap=new WeakMap}};function x(e){var{element:t,maskInputOptions:r,tagName:i,type:n,value:s,maskInputFn:o}=e,a=s||"",l=n&&T(n);return(r[i.toLowerCase()]||l&&r[l])&&(a=o?o(a,t):"*".repeat(a.length)),a}function T(e){return e.toLowerCase()}var M="__rrweb_original__";function R(e){var t=e.type;return e.hasAttribute("data-rr-is-password")?"password":t?T(t):null}function A(e,t){var r,i;try{i=new URL(e,null!=t?t:window.location.href)}catch(e){return null}var n=i.pathname.match(/\.([0-9a-z]+)(?:$)/i);return null!==(r=null==n?void 0:n[1])&&void 0!==r?r:null}var N=/url\((?:(')([^']*)'|(")(.*?)"|([^)]*))\)/gm,F=/^(?:[a-z+]+:)?\/\//i,P=/^www\..*/i,O=/^(data:)([^,]*),(.*)/i;function L(e,t){return(e||"").replace(N,((e,r,i,n,s,o)=>{var a,l=i||s||o,u=r||n||"";if(!l)return e;if(F.test(l)||P.test(l))return"url("+u+l+u+")";if(O.test(l))return"url("+u+l+u+")";if("/"===l[0])return"url("+u+(((a=t).indexOf("//")>-1?a.split("/").slice(0,3).join("/"):a.split("/")[0]).split("?")[0]+l)+u+")";var c=t.split("/"),d=l.split("/");for(var h of(c.pop(),d))"."!==h&&(".."===h?c.pop():c.push(h));return"url("+u+c.join("/")+u+")"}))}var D,B,q=1,H=new RegExp("[^a-z0-9-_:]"),V=-2;function W(){return q++}var U=/^[^ \t\n\r\u000c]+/,Z=/^[, \t\n\r\u000c]+/;var j=new WeakMap;function z(e,t){return t&&""!==t.trim()?Y(e,t):t}function G(e){return Boolean("svg"===e.tagName||e.ownerSVGElement)}function Y(e,t){var r=j.get(e);if(r||(r=e.createElement("a"),j.set(e,r)),t){if(t.startsWith("blob:")||t.startsWith("data:"))return t}else t="";return r.setAttribute("href",t),r.href}function X(e,t,r,i){return i?"src"===r||"href"===r&&("use"!==t||"#"!==i[0])||"xlink:href"===r&&"#"!==i[0]?z(e,i):"background"!==r||"table"!==t&&"td"!==t&&"th"!==t?"srcset"===r?function(e,t){if(""===t.trim())return t;var r=0;function i(e){var i,n=e.exec(t.substring(r));return n?(i=n[0],r+=i.length,i):""}for(var n=[];i(Z),!(r>=t.length);){var s=i(U);if(","===s.slice(-1))s=z(e,s.substring(0,s.length-1)),n.push(s);else{var o="";s=z(e,s);for(var a=!1;;){var l=t.charAt(r);if(""===l){n.push((s+o).trim());break}if(a)")"===l&&(a=!1);else{if(","===l){r+=1,n.push((s+o).trim());break}"("===l&&(a=!0)}o+=l,r+=1}}}return n.join(", ")}(e,i):"style"===r?L(i,Y(e)):"object"===t&&"data"===r?z(e,i):i:z(e,i):i}function J(e,t,r){return("video"===e||"audio"===e)&&"autoplay"===t}function K(e,t,r){if(!e)return!1;if(e.nodeType!==e.ELEMENT_NODE)return!!r&&K(y.parentNode(e),t,r);for(var i=e.classList.length;i--;){var n=e.classList[i];if(t.test(n))return!0}return!!r&&K(y.parentNode(e),t,r)}function Q(e,t,r,i){var n;if(b(e)){if(n=e,!y.childNodes(n).length)return!1}else{if(null===y.parentElement(e))return!1;n=y.parentElement(e)}try{if("string"==typeof t){if(i){if(n.closest("."+t))return!0}else if(n.classList.contains(t))return!0}else if(K(n,t,i))return!0;if(r)if(i){if(n.closest(r))return!0}else if(n.matches(r))return!0}catch(e){}return!1}function ee(e,t){var{doc:r,mirror:i,blockClass:n,blockSelector:s,needsMask:o,inlineStylesheet:a,maskInputOptions:l={},maskTextFn:u,maskInputFn:d,dataURLOptions:h={},inlineImages:p,recordCanvas:v,keepIframeSrcFn:g,newlyAddedElement:f=!1}=t,_=function(e,t){if(!t.hasNode(e))return;var r=t.getId(e);return 1===r?void 0:r}(r,i);switch(e.nodeType){case e.DOCUMENT_NODE:return"CSS1Compat"!==e.compatMode?{type:c.Document,childNodes:[],compatMode:e.compatMode}:{type:c.Document,childNodes:[]};case e.DOCUMENT_TYPE_NODE:return{type:c.DocumentType,name:e.name,publicId:e.publicId,systemId:e.systemId,rootId:_};case e.ELEMENT_NODE:return function(e,t){for(var r,{doc:i,blockClass:n,blockSelector:s,inlineStylesheet:o,maskInputOptions:a={},maskInputFn:l,dataURLOptions:u={},inlineImages:d,recordCanvas:h,keepIframeSrcFn:p,newlyAddedElement:v=!1,rootId:g}=t,f=function(e,t,r){try{if("string"==typeof t){if(e.classList.contains(t))return!0}else for(var i=e.classList.length;i--;){var n=e.classList[i];if(t.test(n))return!0}if(r)return e.matches(r)}catch(e){}return!1}(e,n,s),_=function(e){if(e instanceof HTMLFormElement)return"form";var t=T(e.tagName);return H.test(t)?"div":t}(e),m={},b=e.attributes.length,S=0;S<b;S++){var w=e.attributes[S];J(_,w.name,w.value)||(m[w.name]=X(i,_,T(w.name),w.value))}if("link"===_&&o){var I=function(e){return null==e?void 0:e.href}(e);if(I){var E=k(i,I);if(!E&&I.includes(".css"))E=k(i,window.location.origin+"/"+I.replace(window.location.href,""));var A=null;E&&(A=C(E)),A&&(delete m.rel,delete m.href,m._cssText=A)}}if("style"===_&&e.sheet&&!(e.innerText||y.textContent(e)||"").trim().length){var N=C(e.sheet);N&&(m._cssText=N)}if("input"===_||"textarea"===_||"select"===_){var F=e.value,P=e.checked;"radio"!==m.type&&"checkbox"!==m.type&&"submit"!==m.type&&"button"!==m.type&&F?m.value=x({element:e,type:R(e),tagName:_,value:F,maskInputOptions:a,maskInputFn:l}):P&&(m.checked=P)}"option"===_&&(e.selected&&!a.select?m.selected=!0:delete m.selected);if("dialog"===_&&e.open)try{m.rr_open_mode=e.matches("dialog:modal")?"modal":"non-modal"}catch(e){m.rr_open_mode="modal",m.ph_rr_could_not_detect_modal=!0}if("canvas"===_&&h)if("2d"===e.__context)(function(e){var t=e.getContext("2d");if(!t)return!0;for(var r=0;r<e.width;r+=50)for(var i=0;i<e.height;i+=50){var n=t.getImageData,s=M in n?n[M]:n;if(new Uint32Array(s.call(t,r,i,Math.min(50,e.width-r),Math.min(50,e.height-i)).data.buffer).some((e=>0!==e)))return!1}return!0})(e)||(m.rr_dataURL=e.toDataURL(u.type,u.quality));else if(!("__context"in e)){var O=e.toDataURL(u.type,u.quality),L=i.createElement("canvas");L.width=e.width,L.height=e.height,O!==L.toDataURL(u.type,u.quality)&&(m.rr_dataURL=O)}if("img"===_&&d){D||(D=i.createElement("canvas"),B=D.getContext("2d"));var q=e,V=q.currentSrc||q.getAttribute("src")||"<unknown-src>",W=q.crossOrigin,U=()=>{q.removeEventListener("load",U);try{D.width=q.naturalWidth,D.height=q.naturalHeight,B.drawImage(q,0,0),m.rr_dataURL=D.toDataURL(u.type,u.quality)}catch(e){if("anonymous"!==q.crossOrigin)return q.crossOrigin="anonymous",void(q.complete&&0!==q.naturalWidth?U():q.addEventListener("load",U));console.warn("Cannot inline img src="+V+"! Error: "+e)}"anonymous"===q.crossOrigin&&(W?m.crossOrigin=W:q.removeAttribute("crossorigin"))};q.complete&&0!==q.naturalWidth?U():q.addEventListener("load",U)}if("audio"===_||"video"===_){var Z=m;Z.rr_mediaState=e.paused?"paused":"played",Z.rr_mediaCurrentTime=e.currentTime,Z.rr_mediaPlaybackRate=e.playbackRate,Z.rr_mediaMuted=e.muted,Z.rr_mediaLoop=e.loop,Z.rr_mediaVolume=e.volume}v||(e.scrollLeft&&(m.rr_scrollLeft=e.scrollLeft),e.scrollTop&&(m.rr_scrollTop=e.scrollTop));if(f){var{width:j,height:z}=e.getBoundingClientRect();m={class:m.class,rr_width:j+"px",rr_height:z+"px"}}"iframe"!==_||p(m.src)||(e.contentDocument||(m.rr_src=m.src),delete m.src);try{customElements.get(_)&&(r=!0)}catch(e){}return{type:c.Element,tagName:_,attributes:m,childNodes:[],isSVG:G(e)||void 0,needBlock:f,rootId:g,isCustom:r}}(e,{doc:r,blockClass:n,blockSelector:s,inlineStylesheet:a,maskInputOptions:l,maskInputFn:d,dataURLOptions:h,inlineImages:p,recordCanvas:v,keepIframeSrcFn:g,newlyAddedElement:f,rootId:_});case e.TEXT_NODE:return function(e,t){var r,{needsMask:i,maskTextFn:n,rootId:s}=t,o=y.parentNode(e),a=o&&o.tagName,l=y.textContent(e),u="STYLE"===a||void 0,d="SCRIPT"===a||void 0;if(u&&l){try{e.nextSibling||e.previousSibling||(null==(r=o.sheet)?void 0:r.cssRules)&&(l=C(o.sheet))}catch(t){console.warn("Cannot get CSS styles from text's parentNode. Error: "+t,e)}l=L(l,Y(t.doc))}d&&(l="SCRIPT_PLACEHOLDER");!u&&!d&&l&&i&&(l=n?n(l,y.parentElement(e)):l.replace(/[\S]/g,"*"));return{type:c.Text,textContent:l||"",isStyle:u,rootId:s}}(e,{doc:r,needsMask:o,maskTextFn:u,rootId:_});case e.CDATA_SECTION_NODE:return{type:c.CDATA,textContent:"",rootId:_};case e.COMMENT_NODE:return{type:c.Comment,textContent:y.textContent(e)||"",rootId:_};default:return!1}}function te(e){return null==e?"":e.toLowerCase()}function re(e,t){var{doc:r,mirror:i,blockClass:n,blockSelector:s,maskTextClass:o,maskTextSelector:a,skipChild:l=!1,inlineStylesheet:u=!0,maskInputOptions:d={},maskTextFn:h,maskInputFn:p,slimDOMOptions:v,dataURLOptions:g={},inlineImages:f=!1,recordCanvas:_=!1,onSerialize:m,onIframeLoad:C,iframeLoadTimeout:I=5e3,onStylesheetLoad:k,stylesheetLoadTimeout:E=5e3,keepIframeSrcFn:x=(()=>!1),newlyAddedElement:T=!1}=t,{needsMask:M}=t,{preserveWhiteSpace:R=!0}=t;M||(M=Q(e,o,a,void 0===M));var N,F=ee(e,{doc:r,mirror:i,blockClass:n,blockSelector:s,needsMask:M,inlineStylesheet:u,maskInputOptions:d,maskTextFn:h,maskInputFn:p,dataURLOptions:g,inlineImages:f,recordCanvas:_,keepIframeSrcFn:x,newlyAddedElement:T});if(!F)return console.warn(e,"not serialized"),null;N=i.hasNode(e)?i.getId(e):!function(e,t){if(t.comment&&e.type===c.Comment)return!0;if(e.type===c.Element){if(t.script&&("script"===e.tagName||"link"===e.tagName&&("preload"===e.attributes.rel||"modulepreload"===e.attributes.rel)&&"script"===e.attributes.as||"link"===e.tagName&&"prefetch"===e.attributes.rel&&"string"==typeof e.attributes.href&&"js"===A(e.attributes.href)))return!0;if(t.headFavicon&&("link"===e.tagName&&"shortcut icon"===e.attributes.rel||"meta"===e.tagName&&(te(e.attributes.name).match(/^msapplication-tile(image|color)$/)||"application-name"===te(e.attributes.name)||"icon"===te(e.attributes.rel)||"apple-touch-icon"===te(e.attributes.rel)||"shortcut icon"===te(e.attributes.rel))))return!0;if("meta"===e.tagName){if(t.headMetaDescKeywords&&te(e.attributes.name).match(/^description|keywords$/))return!0;if(t.headMetaSocial&&(te(e.attributes.property).match(/^(og|twitter|fb):/)||te(e.attributes.name).match(/^(og|twitter):/)||"pinterest"===te(e.attributes.name)))return!0;if(t.headMetaRobots&&("robots"===te(e.attributes.name)||"googlebot"===te(e.attributes.name)||"bingbot"===te(e.attributes.name)))return!0;if(t.headMetaHttpEquiv&&void 0!==e.attributes["http-equiv"])return!0;if(t.headMetaAuthorship&&("author"===te(e.attributes.name)||"generator"===te(e.attributes.name)||"framework"===te(e.attributes.name)||"publisher"===te(e.attributes.name)||"progid"===te(e.attributes.name)||te(e.attributes.property).match(/^article:/)||te(e.attributes.property).match(/^product:/)))return!0;if(t.headMetaVerification&&("google-site-verification"===te(e.attributes.name)||"yandex-verification"===te(e.attributes.name)||"csrf-token"===te(e.attributes.name)||"p:domain_verify"===te(e.attributes.name)||"verify-v1"===te(e.attributes.name)||"verification"===te(e.attributes.name)||"shopify-checkout-api-token"===te(e.attributes.name)))return!0}}return!1}(F,v)&&(R||F.type!==c.Text||F.isStyle||F.textContent.replace(/^\s+|\s+$/gm,"").length)?W():V;var P=Object.assign(F,{id:N});if(i.add(e,P),N===V)return null;m&&m(e);var O=!l;if(P.type===c.Element){O=O&&!P.needBlock,delete P.needBlock;var L=y.shadowRoot(e);L&&w(L)&&(P.isShadowHost=!0)}if((P.type===c.Document||P.type===c.Element)&&O){v.headWhitespace&&P.type===c.Element&&"head"===P.tagName&&(R=!1);var D={doc:r,mirror:i,blockClass:n,blockSelector:s,needsMask:M,maskTextClass:o,maskTextSelector:a,skipChild:l,inlineStylesheet:u,maskInputOptions:d,maskTextFn:h,maskInputFn:p,slimDOMOptions:v,dataURLOptions:g,inlineImages:f,recordCanvas:_,preserveWhiteSpace:R,onSerialize:m,onIframeLoad:C,iframeLoadTimeout:I,onStylesheetLoad:k,stylesheetLoadTimeout:E,keepIframeSrcFn:x};if(P.type===c.Element&&"textarea"===P.tagName&&void 0!==P.attributes.value);else for(var B of Array.from(y.childNodes(e))){var q=re(B,D);q&&P.childNodes.push(q)}var H=null;if(b(e)&&(H=y.shadowRoot(e)))for(var U of Array.from(y.childNodes(H))){var Z=re(U,D);Z&&(w(H)&&(Z.isShadow=!0),P.childNodes.push(Z))}}var j=y.parentNode(e);return j&&S(j)&&w(j)&&(P.isShadow=!0),P.type===c.Element&&"iframe"===P.tagName&&function(e,t,r){var i=e.contentWindow;if(i){var n,s=!1;try{n=i.document.readyState}catch(e){return}if("complete"===n){var o="about:blank";if(i.location.href!==o||e.src===o||""===e.src)return setTimeout(t,0),e.addEventListener("load",t);e.addEventListener("load",t)}else{var a=setTimeout((()=>{s||(t(),s=!0)}),r);e.addEventListener("load",(()=>{clearTimeout(a),s=!0,t()}))}}}(e,(()=>{var t=e.contentDocument;if(t&&C){var r=re(t,{doc:t,mirror:i,blockClass:n,blockSelector:s,needsMask:M,maskTextClass:o,maskTextSelector:a,skipChild:!1,inlineStylesheet:u,maskInputOptions:d,maskTextFn:h,maskInputFn:p,slimDOMOptions:v,dataURLOptions:g,inlineImages:f,recordCanvas:_,preserveWhiteSpace:R,onSerialize:m,onIframeLoad:C,iframeLoadTimeout:I,onStylesheetLoad:k,stylesheetLoadTimeout:E,keepIframeSrcFn:x});r&&C(e,r)}}),I),P.type===c.Element&&"link"===P.tagName&&"string"==typeof P.attributes.rel&&("stylesheet"===P.attributes.rel||"preload"===P.attributes.rel&&"string"==typeof P.attributes.href&&"css"===A(P.attributes.href))&&function(e,t,r){var i,n=!1;try{i=e.sheet}catch(e){return}if(!i){var s=setTimeout((()=>{n||(t(),n=!0)}),r);e.addEventListener("load",(()=>{clearTimeout(s),n=!0,t()}))}}(e,(()=>{if(k){var t=re(e,{doc:r,mirror:i,blockClass:n,blockSelector:s,needsMask:M,maskTextClass:o,maskTextSelector:a,skipChild:!1,inlineStylesheet:u,maskInputOptions:d,maskTextFn:h,maskInputFn:p,slimDOMOptions:v,dataURLOptions:g,inlineImages:f,recordCanvas:_,preserveWhiteSpace:R,onSerialize:m,onIframeLoad:C,iframeLoadTimeout:I,onStylesheetLoad:k,stylesheetLoadTimeout:E,keepIframeSrcFn:x});t&&k(e,t)}}),E),P}let ie=class e{constructor(){__publicField2(this,"parentElement",null),__publicField2(this,"parentNode",null),__publicField2(this,"ownerDocument"),__publicField2(this,"firstChild",null),__publicField2(this,"lastChild",null),__publicField2(this,"previousSibling",null),__publicField2(this,"nextSibling",null),__publicField2(this,"ELEMENT_NODE",1),__publicField2(this,"TEXT_NODE",3),__publicField2(this,"nodeType"),__publicField2(this,"nodeName"),__publicField2(this,"RRNodeType")}get childNodes(){for(var e=[],t=this.firstChild;t;)e.push(t),t=t.nextSibling;return e}contains(t){if(!(t instanceof e))return!1;if(t.ownerDocument!==this.ownerDocument)return!1;if(t===this)return!0;for(;t.parentNode;){if(t.parentNode===this)return!0;t=t.parentNode}return!1}appendChild(e){throw new Error("RRDomException: Failed to execute 'appendChild' on 'RRNode': This RRNode type does not support this method.")}insertBefore(e,t){throw new Error("RRDomException: Failed to execute 'insertBefore' on 'RRNode': This RRNode type does not support this method.")}removeChild(e){throw new Error("RRDomException: Failed to execute 'removeChild' on 'RRNode': This RRNode type does not support this method.")}toString(){return"RRNode"}};var ne={Node:["childNodes","parentNode","parentElement","textContent"],ShadowRoot:["host","styleSheets"],Element:["shadowRoot","querySelector","querySelectorAll"],MutationObserver:[]},se={Node:["contains","getRootNode"],ShadowRoot:["getSelection"],Element:[],MutationObserver:["constructor"]};var oe={};function ae(e){if(oe[e])return oe[e];var t=function(e){var t,r=null==globalThis||null==(t=globalThis.Zone)||null==t.__symbol__?void 0:t.__symbol__(e);return r&&globalThis[r]?globalThis[r]:void 0}(e)||globalThis[e],r=t.prototype,i=e in ne?ne[e]:void 0,n=Boolean(i&&i.every((e=>{var t,i;return Boolean(null==(i=null==(t=Object.getOwnPropertyDescriptor(r,e))?void 0:t.get)?void 0:i.toString().includes("[native code]"))}))),s=e in se?se[e]:void 0,o=Boolean(s&&s.every((e=>{var t;return"function"==typeof r[e]&&(null==(t=r[e])?void 0:t.toString().includes("[native code]"))})));if(n&&o)return oe[e]=t.prototype,t.prototype;try{var a=document.createElement("iframe");document.body.appendChild(a);var l=a.contentWindow;if(!l)return t.prototype;var u=l[e].prototype;return document.body.removeChild(a),u?oe[e]=u:r}catch(e){return r}}var le={};function ue(e,t,r){var i,n=e+"."+String(r);if(le[n])return le[n].call(t);var s=ae(e),o=null==(i=Object.getOwnPropertyDescriptor(s,r))?void 0:i.get;return o?(le[n]=o,o.call(t)):t[r]}var ce={};function de(e,t,r){var i=e+"."+String(r);if(ce[i])return ce[i].bind(t);var n=ae(e)[r];return"function"!=typeof n?t[r]:(ce[i]=n,n.bind(t))}function he(){return ae("MutationObserver").constructor}var pe={childNodes:function(e){return ue("Node",e,"childNodes")},parentNode:function(e){return ue("Node",e,"parentNode")},parentElement:function(e){return ue("Node",e,"parentElement")},textContent:function(e){return ue("Node",e,"textContent")},contains:function(e,t){return de("Node",e,"contains")(t)},getRootNode:function(e){return de("Node",e,"getRootNode")()},host:function(e){return e&&"host"in e?ue("ShadowRoot",e,"host"):null},styleSheets:function(e){return e.styleSheets},shadowRoot:function(e){return e&&"shadowRoot"in e?ue("Element",e,"shadowRoot"):null},querySelector:function(e,t){return ue("Element",e,"querySelector")(t)},querySelectorAll:function(e,t){return ue("Element",e,"querySelectorAll")(t)},mutationObserver:he};function ve(e,t,r){void 0===r&&(r=document);var i={capture:!0,passive:!0};return r.addEventListener(e,t,i),()=>r.removeEventListener(e,t,i)}var ge="Please stop import mirror directly. Instead of that,\r\nnow you can use replayer.getMirror() to access the mirror instance of a replayer,\r\nor you can use record.mirror to access the mirror instance during recording.",fe={map:{},getId:()=>(console.error(ge),-1),getNode:()=>(console.error(ge),null),removeNodeFromMap(){console.error(ge)},has:()=>(console.error(ge),!1),reset(){console.error(ge)}};function _e(e,t,r){void 0===r&&(r={});var i=null,n=0;return function(){for(var s=arguments.length,o=new Array(s),a=0;a<s;a++)o[a]=arguments[a];var l=Date.now();n||!1!==r.leading||(n=l);var u=t-(l-n),c=this;u<=0||u>t?(i&&(clearTimeout(i),i=null),n=l,e.apply(c,o)):i||!1===r.trailing||(i=setTimeout((()=>{n=!1===r.leading?0:Date.now(),i=null,e.apply(c,o)}),u))}}function me(e,t,r,i,n){void 0===n&&(n=window);var s=n.Object.getOwnPropertyDescriptor(e,t);return n.Object.defineProperty(e,t,i?r:{set(e){setTimeout((()=>{r.set.call(this,e)}),0),s&&s.set&&s.set.call(this,e)}}),()=>me(e,t,s||{},!0)}function ye(e,t,r){try{if(!(t in e))return()=>{};var i=e[t],n=r(i);return"function"==typeof n&&(n.prototype=n.prototype||{},Object.defineProperties(n,{__rrweb_original__:{enumerable:!1,value:i}})),e[t]=n,()=>{e[t]=i}}catch(e){return()=>{}}}"undefined"!=typeof window&&window.Proxy&&window.Reflect&&(fe=new Proxy(fe,{get:(e,t,r)=>("map"===t&&console.error(ge),Reflect.get(e,t,r))}));var be=Date.now;function Se(e){var t,r,i,n,s=e.document;return{left:s.scrollingElement?s.scrollingElement.scrollLeft:void 0!==e.pageXOffset?e.pageXOffset:s.documentElement.scrollLeft||(null==s?void 0:s.body)&&(null==(t=pe.parentElement(s.body))?void 0:t.scrollLeft)||(null==(r=null==s?void 0:s.body)?void 0:r.scrollLeft)||0,top:s.scrollingElement?s.scrollingElement.scrollTop:void 0!==e.pageYOffset?e.pageYOffset:(null==s?void 0:s.documentElement.scrollTop)||(null==s?void 0:s.body)&&(null==(i=pe.parentElement(s.body))?void 0:i.scrollTop)||(null==(n=null==s?void 0:s.body)?void 0:n.scrollTop)||0}}function we(){return window.innerHeight||document.documentElement&&document.documentElement.clientHeight||document.body&&document.body.clientHeight}function Ce(){return window.innerWidth||document.documentElement&&document.documentElement.clientWidth||document.body&&document.body.clientWidth}function Ie(e){return e?e.nodeType===e.ELEMENT_NODE?e:pe.parentElement(e):null}function ke(e,t,r,i){if(!e)return!1;var n=Ie(e);if(!n)return!1;try{if("string"==typeof t){if(n.classList.contains(t))return!0;if(i&&null!==n.closest("."+t))return!0}else if(K(n,t,i))return!0}catch(e){}if(r){if(n.matches(r))return!0;if(i&&null!==n.closest(r))return!0}return!1}function Ee(e,t,r){return!("TITLE"!==e.tagName||!r.headTitleMutations)||t.getId(e)===V}function xe(e,t){if(S(e))return!1;var r=t.getId(e);if(!t.has(r))return!0;var i=pe.parentNode(e);return(!i||i.nodeType!==e.DOCUMENT_NODE)&&(!i||xe(i,t))}function Te(e){return Boolean(e.changedTouches)}function Me(e,t){return Boolean("IFRAME"===e.nodeName&&t.getMeta(e))}function Re(e,t){return Boolean("LINK"===e.nodeName&&e.nodeType===e.ELEMENT_NODE&&e.getAttribute&&"stylesheet"===e.getAttribute("rel")&&t.getMeta(e))}function Ae(e){return!!e&&(e instanceof ie&&"shadowRoot"in e?Boolean(e.shadowRoot):Boolean(pe.shadowRoot(e)))}/[1-9][0-9]{12}/.test(Date.now().toString())||(be=()=>(new Date).getTime());let Ne=class{constructor(){a(this,"id",1),a(this,"styleIDMap",new WeakMap),a(this,"idStyleMap",new Map)}getId(e){var t;return null!==(t=this.styleIDMap.get(e))&&void 0!==t?t:-1}has(e){return this.styleIDMap.has(e)}add(e,t){return this.has(e)?this.getId(e):(r=void 0===t?this.id++:t,this.styleIDMap.set(e,r),this.idStyleMap.set(r,e),r);var r}getStyle(e){return this.idStyleMap.get(e)||null}reset(){this.styleIDMap=new WeakMap,this.idStyleMap=new Map,this.id=1}generateId(){return this.id++}};function Fe(e){var t,r=null;return"getRootNode"in e&&(null==(t=pe.getRootNode(e))?void 0:t.nodeType)===Node.DOCUMENT_FRAGMENT_NODE&&pe.host(pe.getRootNode(e))&&(r=pe.host(pe.getRootNode(e))),r}function Pe(e){var t=e.ownerDocument;if(!t)return!1;var r=function(e){for(var t,r=e;t=Fe(r);)r=t;return r}(e);return pe.contains(t,r)}function Oe(e){var t=e.ownerDocument;return!!t&&(pe.contains(t,e)||Pe(e))}var Le=(e=>(e[e.DomContentLoaded=0]="DomContentLoaded",e[e.Load=1]="Load",e[e.FullSnapshot=2]="FullSnapshot",e[e.IncrementalSnapshot=3]="IncrementalSnapshot",e[e.Meta=4]="Meta",e[e.Custom=5]="Custom",e[e.Plugin=6]="Plugin",e))(Le||{}),De=(e=>(e[e.Mutation=0]="Mutation",e[e.MouseMove=1]="MouseMove",e[e.MouseInteraction=2]="MouseInteraction",e[e.Scroll=3]="Scroll",e[e.ViewportResize=4]="ViewportResize",e[e.Input=5]="Input",e[e.TouchMove=6]="TouchMove",e[e.MediaInteraction=7]="MediaInteraction",e[e.StyleSheetRule=8]="StyleSheetRule",e[e.CanvasMutation=9]="CanvasMutation",e[e.Font=10]="Font",e[e.Log=11]="Log",e[e.Drag=12]="Drag",e[e.StyleDeclaration=13]="StyleDeclaration",e[e.Selection=14]="Selection",e[e.AdoptedStyleSheet=15]="AdoptedStyleSheet",e[e.CustomElement=16]="CustomElement",e))(De||{}),Be=(e=>(e[e.MouseUp=0]="MouseUp",e[e.MouseDown=1]="MouseDown",e[e.Click=2]="Click",e[e.ContextMenu=3]="ContextMenu",e[e.DblClick=4]="DblClick",e[e.Focus=5]="Focus",e[e.Blur=6]="Blur",e[e.TouchStart=7]="TouchStart",e[e.TouchMove_Departed=8]="TouchMove_Departed",e[e.TouchEnd=9]="TouchEnd",e[e.TouchCancel=10]="TouchCancel",e))(Be||{}),qe=(e=>(e[e.Mouse=0]="Mouse",e[e.Pen=1]="Pen",e[e.Touch=2]="Touch",e))(qe||{}),He=(e=>(e[e["2D"]=0]="2D",e[e.WebGL=1]="WebGL",e[e.WebGL2=2]="WebGL2",e))(He||{}),Ve=(e=>(e[e.Play=0]="Play",e[e.Pause=1]="Pause",e[e.Seeked=2]="Seeked",e[e.VolumeChange=3]="VolumeChange",e[e.RateChange=4]="RateChange",e))(Ve||{});function We(e){return"__ln"in e}class $e{constructor(){a(this,"length",0),a(this,"head",null),a(this,"tail",null)}get(e){if(e>=this.length)throw new Error("Position outside of list range");for(var t=this.head,r=0;r<e;r++)t=(null==t?void 0:t.next)||null;return t}addNode(e){var t={value:e,previous:null,next:null};if(e.__ln=t,e.previousSibling&&We(e.previousSibling)){var r=e.previousSibling.__ln.next;t.next=r,t.previous=e.previousSibling.__ln,e.previousSibling.__ln.next=t,r&&(r.previous=t)}else if(e.nextSibling&&We(e.nextSibling)&&e.nextSibling.__ln.previous){var i=e.nextSibling.__ln.previous;t.previous=i,t.next=e.nextSibling.__ln,e.nextSibling.__ln.previous=t,i&&(i.next=t)}else this.head&&(this.head.previous=t),t.next=this.head,this.head=t;null===t.next&&(this.tail=t),this.length++}removeNode(e){var t=e.__ln;this.head&&(t.previous?(t.previous.next=t.next,t.next?t.next.previous=t.previous:this.tail=t.previous):(this.head=t.next,this.head?this.head.previous=null:this.tail=null),e.__ln&&delete e.__ln,this.length--)}}var Ue,Ze=(e,t)=>e+"@"+t;class je{constructor(){a(this,"frozen",!1),a(this,"locked",!1),a(this,"texts",[]),a(this,"attributes",[]),a(this,"attributeMap",new WeakMap),a(this,"removes",[]),a(this,"mapRemoves",[]),a(this,"movedMap",{}),a(this,"addedSet",new Set),a(this,"movedSet",new Set),a(this,"droppedSet",new Set),a(this,"mutationCb"),a(this,"blockClass"),a(this,"blockSelector"),a(this,"maskTextClass"),a(this,"maskTextSelector"),a(this,"inlineStylesheet"),a(this,"maskInputOptions"),a(this,"maskTextFn"),a(this,"maskInputFn"),a(this,"keepIframeSrcFn"),a(this,"recordCanvas"),a(this,"inlineImages"),a(this,"slimDOMOptions"),a(this,"dataURLOptions"),a(this,"doc"),a(this,"mirror"),a(this,"iframeManager"),a(this,"stylesheetManager"),a(this,"shadowDomManager"),a(this,"canvasManager"),a(this,"processedNodeManager"),a(this,"unattachedDoc"),a(this,"processMutations",(e=>{e.forEach(this.processMutation),this.emit()})),a(this,"emit",(()=>{if(!this.frozen&&!this.locked){for(var e=[],t=new Set,r=new $e,i=e=>{for(var t=e,r=V;r===V;)r=(t=t&&t.nextSibling)&&this.mirror.getId(t);return r},n=n=>{var s=pe.parentNode(n);if(s&&Oe(n)&&"TEXTAREA"!==s.tagName){var o=S(s)?this.mirror.getId(Fe(n)):this.mirror.getId(s),a=i(n);if(-1===o||-1===a)return r.addNode(n);var l=re(n,{doc:this.doc,mirror:this.mirror,blockClass:this.blockClass,blockSelector:this.blockSelector,maskTextClass:this.maskTextClass,maskTextSelector:this.maskTextSelector,skipChild:!0,newlyAddedElement:!0,inlineStylesheet:this.inlineStylesheet,maskInputOptions:this.maskInputOptions,maskTextFn:this.maskTextFn,maskInputFn:this.maskInputFn,slimDOMOptions:this.slimDOMOptions,dataURLOptions:this.dataURLOptions,recordCanvas:this.recordCanvas,inlineImages:this.inlineImages,onSerialize:e=>{Me(e,this.mirror)&&this.iframeManager.addIframe(e),Re(e,this.mirror)&&this.stylesheetManager.trackLinkElement(e),Ae(n)&&this.shadowDomManager.addShadowRoot(pe.shadowRoot(n),this.doc)},onIframeLoad:(e,t)=>{this.iframeManager.attachIframe(e,t),this.shadowDomManager.observeAttachShadow(e)},onStylesheetLoad:(e,t)=>{this.stylesheetManager.attachLinkElement(e,t)}});l&&(e.push({parentId:o,nextId:a,node:l}),t.add(l.id))}};this.mapRemoves.length;)this.mirror.removeNodeFromMap(this.mapRemoves.shift());for(var s of this.movedSet)Ge(this.removes,s,this.mirror)&&!this.movedSet.has(pe.parentNode(s))||n(s);for(var o of this.addedSet)Ye(this.droppedSet,o)||Ge(this.removes,o,this.mirror)?Ye(this.movedSet,o)?n(o):this.droppedSet.add(o):n(o);for(var a=null;r.length;){var l=null;if(a){var u=this.mirror.getId(pe.parentNode(a.value)),c=i(a.value);-1!==u&&-1!==c&&(l=a)}if(!l)for(var d=r.tail;d;){var h=d;if(d=d.previous,h){var p=this.mirror.getId(pe.parentNode(h.value));if(-1===i(h.value))continue;if(-1!==p){l=h;break}var v=h.value,g=pe.parentNode(v);if(g&&g.nodeType===Node.DOCUMENT_FRAGMENT_NODE){var f=pe.host(g);if(-1!==this.mirror.getId(f)){l=h;break}}}}if(!l){for(;r.head;)r.removeNode(r.head.value);break}a=l.previous,r.removeNode(l.value),n(l.value)}var _={texts:this.texts.map((e=>{var t=e.node,r=pe.parentNode(t);return r&&"TEXTAREA"===r.tagName&&this.genTextAreaValueMutation(r),{id:this.mirror.getId(t),value:e.value}})).filter((e=>!t.has(e.id))).filter((e=>this.mirror.has(e.id))),attributes:this.attributes.map((e=>{var{attributes:t}=e;if("string"==typeof t.style){var r=JSON.stringify(e.styleDiff),i=JSON.stringify(e._unchangedStyles);r.length<t.style.length&&(r+i).split("var(").length===t.style.split("var(").length&&(t.style=e.styleDiff)}return{id:this.mirror.getId(e.node),attributes:t}})).filter((e=>!t.has(e.id))).filter((e=>this.mirror.has(e.id))),removes:this.removes,adds:e};(_.texts.length||_.attributes.length||_.removes.length||_.adds.length)&&(this.texts=[],this.attributes=[],this.attributeMap=new WeakMap,this.removes=[],this.addedSet=new Set,this.movedSet=new Set,this.droppedSet=new Set,this.movedMap={},this.mutationCb(_))}})),a(this,"genTextAreaValueMutation",(e=>{var t=this.attributeMap.get(e);t||(t={node:e,attributes:{},styleDiff:{},_unchangedStyles:{}},this.attributes.push(t),this.attributeMap.set(e,t)),t.attributes.value=Array.from(pe.childNodes(e),(e=>pe.textContent(e)||"")).join("")})),a(this,"processMutation",(e=>{if(!Ee(e.target,this.mirror,this.slimDOMOptions))switch(e.type){case"characterData":var t=pe.textContent(e.target);ke(e.target,this.blockClass,this.blockSelector,!1)||t===e.oldValue||this.texts.push({value:Q(e.target,this.maskTextClass,this.maskTextSelector,!0)&&t?this.maskTextFn?this.maskTextFn(t,Ie(e.target)):t.replace(/[\S]/g,"*"):t,node:e.target});break;case"attributes":var r=e.target,i=e.attributeName,n=e.target.getAttribute(i);if("value"===i){var s=R(r);n=x({element:r,maskInputOptions:this.maskInputOptions,tagName:r.tagName,type:s,value:n,maskInputFn:this.maskInputFn})}if(ke(e.target,this.blockClass,this.blockSelector,!1)||n===e.oldValue)return;var o=this.attributeMap.get(e.target);if("IFRAME"===r.tagName&&"src"===i&&!this.keepIframeSrcFn(n)){if(r.contentDocument)return;i="rr_src"}if(o||(o={node:e.target,attributes:{},styleDiff:{},_unchangedStyles:{}},this.attributes.push(o),this.attributeMap.set(e.target,o)),"type"===i&&"INPUT"===r.tagName&&"password"===(e.oldValue||"").toLowerCase()&&r.setAttribute("data-rr-is-password","true"),!J(r.tagName,i))if(o.attributes[i]=X(this.doc,T(r.tagName),T(i),n),"style"===i){if(!this.unattachedDoc)try{this.unattachedDoc=document.implementation.createHTMLDocument()}catch(e){this.unattachedDoc=this.doc}var a=this.unattachedDoc.createElement("span");for(var l of(e.oldValue&&a.setAttribute("style",e.oldValue),Array.from(r.style))){var u=r.style.getPropertyValue(l),c=r.style.getPropertyPriority(l);u!==a.style.getPropertyValue(l)||c!==a.style.getPropertyPriority(l)?o.styleDiff[l]=""===c?u:[u,c]:o._unchangedStyles[l]=[u,c]}for(var d of Array.from(a.style))""===r.style.getPropertyValue(d)&&(o.styleDiff[d]=!1)}else"open"===i&&"DIALOG"===r.tagName&&(r.matches("dialog:modal")?o.attributes.rr_open_mode="modal":o.attributes.rr_open_mode="non-modal");break;case"childList":if(ke(e.target,this.blockClass,this.blockSelector,!0))return;if("TEXTAREA"===e.target.tagName)return void this.genTextAreaValueMutation(e.target);e.addedNodes.forEach((t=>this.genAdds(t,e.target))),e.removedNodes.forEach((t=>{var r=this.mirror.getId(t),i=S(e.target)?this.mirror.getId(pe.host(e.target)):this.mirror.getId(e.target);ke(e.target,this.blockClass,this.blockSelector,!1)||Ee(t,this.mirror,this.slimDOMOptions)||!function(e,t){return-1!==t.getId(e)}(t,this.mirror)||(this.addedSet.has(t)?(ze(this.addedSet,t),this.droppedSet.add(t)):this.addedSet.has(e.target)&&-1===r||xe(e.target,this.mirror)||(this.movedSet.has(t)&&this.movedMap[Ze(r,i)]?ze(this.movedSet,t):this.removes.push({parentId:i,id:r,isShadow:!(!S(e.target)||!w(e.target))||void 0})),this.mapRemoves.push(t))}))}})),a(this,"genAdds",((e,t)=>{if(!this.processedNodeManager.inOtherBuffer(e,this)&&!this.addedSet.has(e)&&!this.movedSet.has(e)){if(this.mirror.hasNode(e)){if(Ee(e,this.mirror,this.slimDOMOptions))return;this.movedSet.add(e);var r=null;t&&this.mirror.hasNode(t)&&(r=this.mirror.getId(t)),r&&-1!==r&&(this.movedMap[Ze(this.mirror.getId(e),r)]=!0)}else this.addedSet.add(e),this.droppedSet.delete(e);ke(e,this.blockClass,this.blockSelector,!1)||(pe.childNodes(e).forEach((e=>this.genAdds(e))),Ae(e)&&pe.childNodes(pe.shadowRoot(e)).forEach((t=>{this.processedNodeManager.add(t,this),this.genAdds(t,e)})))}}))}init(e){["mutationCb","blockClass","blockSelector","maskTextClass","maskTextSelector","inlineStylesheet","maskInputOptions","maskTextFn","maskInputFn","keepIframeSrcFn","recordCanvas","inlineImages","slimDOMOptions","dataURLOptions","doc","mirror","iframeManager","stylesheetManager","shadowDomManager","canvasManager","processedNodeManager"].forEach((t=>{this[t]=e[t]}))}freeze(){this.frozen=!0,this.canvasManager.freeze()}unfreeze(){this.frozen=!1,this.canvasManager.unfreeze(),this.emit()}isFrozen(){return this.frozen}lock(){this.locked=!0,this.canvasManager.lock()}unlock(){this.locked=!1,this.canvasManager.unlock(),this.emit()}reset(){this.shadowDomManager.reset(),this.canvasManager.reset()}}function ze(e,t){e.delete(t),pe.childNodes(t).forEach((t=>ze(e,t)))}function Ge(e,t,r){return 0!==e.length&&function(e,t,r){var i,n=pe.parentNode(t),s=function(){var t=r.getId(n);if(e.some((e=>e.id===t)))return{v:!0};n=pe.parentNode(n)};for(;n;)if(i=s())return i.v;return!1}(e,t,r)}function Ye(e,t){return 0!==e.size&&Xe(e,t)}function Xe(e,t){var r=pe.parentNode(t);return!!r&&(!!e.has(r)||Xe(e,r))}var Je=e=>{if(!Ue)return e;return function(){try{return e(...arguments)}catch(e){if(Ue&&!0===Ue(e))return;throw e}}},Ke=[];function Qe(e){try{if("composedPath"in e){var t=e.composedPath();if(t.length)return t[0]}else if("path"in e&&e.path.length)return e.path[0]}catch(e){}return e&&e.target}function et(e,t){var r=new je;Ke.push(r),r.init(e);var i=new(he())(Je(r.processMutations.bind(r)));return i.observe(t,{attributes:!0,attributeOldValue:!0,characterData:!0,characterDataOldValue:!0,childList:!0,subtree:!0}),i}function tt(e){var{mouseInteractionCb:t,doc:i,mirror:n,blockClass:s,blockSelector:o,sampling:a}=e;if(!1===a.mouseInteraction)return()=>{};var l=!0===a.mouseInteraction||void 0===a.mouseInteraction?{}:a.mouseInteraction,u=[],c=null;return Object.keys(Be).filter((e=>Number.isNaN(Number(e))&&!e.endsWith("_Departed")&&!1!==l[e])).forEach((e=>{var a=T(e),l=(e=>i=>{var a=Qe(i);if(!ke(a,s,o,!0)){var l=null,u=e;if("pointerType"in i){switch(i.pointerType){case"mouse":l=qe.Mouse;break;case"touch":l=qe.Touch;break;case"pen":l=qe.Pen}l===qe.Touch?Be[e]===Be.MouseDown?u="TouchStart":Be[e]===Be.MouseUp&&(u="TouchEnd"):qe.Pen}else Te(i)&&(l=qe.Touch);null!==l?(c=l,(u.startsWith("Touch")&&l===qe.Touch||u.startsWith("Mouse")&&l===qe.Mouse)&&(l=null)):Be[e]===Be.Click&&(l=c,c=null);var d=Te(i)?i.changedTouches[0]:i;if(d){var h=n.getId(a),{clientX:p,clientY:v}=d;Je(t)(r({type:Be[u],id:h,x:p,y:v},null!==l&&{pointerType:l}))}}})(e);if(window.PointerEvent)switch(Be[e]){case Be.MouseDown:case Be.MouseUp:a=a.replace("mouse","pointer");break;case Be.TouchStart:case Be.TouchEnd:return}u.push(ve(a,l,i))})),Je((()=>{u.forEach((e=>e()))}))}function rt(e){var{scrollCb:t,doc:r,mirror:i,blockClass:n,blockSelector:s,sampling:o}=e;return ve("scroll",Je(_e(Je((e=>{var o=Qe(e);if(o&&!ke(o,n,s,!0)){var a=i.getId(o);if(o===r&&r.defaultView){var l=Se(r.defaultView);t({id:a,x:l.left,y:l.top})}else t({id:a,x:o.scrollLeft,y:o.scrollTop})}})),o.scroll||100)),r)}var it=["INPUT","TEXTAREA","SELECT"],nt=new WeakMap;function st(e){return function(e,t){if(ut("CSSGroupingRule")&&e.parentRule instanceof CSSGroupingRule||ut("CSSMediaRule")&&e.parentRule instanceof CSSMediaRule||ut("CSSSupportsRule")&&e.parentRule instanceof CSSSupportsRule||ut("CSSConditionRule")&&e.parentRule instanceof CSSConditionRule){var r=Array.from(e.parentRule.cssRules).indexOf(e);t.unshift(r)}else if(e.parentStyleSheet){var i=Array.from(e.parentStyleSheet.cssRules).indexOf(e);t.unshift(i)}return t}(e,[])}function ot(e,t,r){var i,n;return e?(e.ownerNode?i=t.getId(e.ownerNode):n=r.getId(e),{styleId:n,id:i}):{}}function at(e,t){var r,i,n,{mirror:s,stylesheetManager:o}=e,a=null;a="#document"===t.nodeName?s.getId(t):s.getId(pe.host(t));var l="#document"===t.nodeName?null==(r=t.defaultView)?void 0:r.Document:null==(n=null==(i=t.ownerDocument)?void 0:i.defaultView)?void 0:n.ShadowRoot,u=(null==l?void 0:l.prototype)?Object.getOwnPropertyDescriptor(null==l?void 0:l.prototype,"adoptedStyleSheets"):void 0;return null!==a&&-1!==a&&l&&u?(Object.defineProperty(t,"adoptedStyleSheets",{configurable:u.configurable,enumerable:u.enumerable,get(){var e;return null==(e=u.get)?void 0:e.call(this)},set(e){var t,r=null==(t=u.set)?void 0:t.call(this,e);if(null!==a&&-1!==a)try{o.adoptStyleSheets(e,a)}catch(e){}return r}}),Je((()=>{Object.defineProperty(t,"adoptedStyleSheets",{configurable:u.configurable,enumerable:u.enumerable,get:u.get,set:u.set})}))):()=>{}}function lt(e,t){void 0===t&&(t={});var i,n=e.doc.defaultView;if(!n)return()=>{};!function(e,t){var{mutationCb:r,mousemoveCb:i,mouseInteractionCb:n,scrollCb:s,viewportResizeCb:o,inputCb:a,mediaInteractionCb:l,styleSheetRuleCb:u,styleDeclarationCb:c,canvasMutationCb:d,fontCb:h,selectionCb:p,customElementCb:v}=e;e.mutationCb=function(){t.mutation&&t.mutation(...arguments),r(...arguments)},e.mousemoveCb=function(){t.mousemove&&t.mousemove(...arguments),i(...arguments)},e.mouseInteractionCb=function(){t.mouseInteraction&&t.mouseInteraction(...arguments),n(...arguments)},e.scrollCb=function(){t.scroll&&t.scroll(...arguments),s(...arguments)},e.viewportResizeCb=function(){t.viewportResize&&t.viewportResize(...arguments),o(...arguments)},e.inputCb=function(){t.input&&t.input(...arguments),a(...arguments)},e.mediaInteractionCb=function(){t.mediaInteaction&&t.mediaInteaction(...arguments),l(...arguments)},e.styleSheetRuleCb=function(){t.styleSheetRule&&t.styleSheetRule(...arguments),u(...arguments)},e.styleDeclarationCb=function(){t.styleDeclaration&&t.styleDeclaration(...arguments),c(...arguments)},e.canvasMutationCb=function(){t.canvasMutation&&t.canvasMutation(...arguments),d(...arguments)},e.fontCb=function(){t.font&&t.font(...arguments),h(...arguments)},e.selectionCb=function(){t.selection&&t.selection(...arguments),p(...arguments)},e.customElementCb=function(){t.customElement&&t.customElement(...arguments),v(...arguments)}}(e,t),e.recordDOM&&(i=et(e,e.doc));var s=function(e){var{mousemoveCb:t,sampling:r,doc:i,mirror:n}=e;if(!1===r.mousemove)return()=>{};var s,o="number"==typeof r.mousemove?r.mousemove:50,a="number"==typeof r.mousemoveCallback?r.mousemoveCallback:500,l=[],u=_e(Je((e=>{var r=Date.now()-s;t(l.map((e=>(e.timeOffset-=r,e))),e),l=[],s=null})),a),c=Je(_e(Je((e=>{var t=Qe(e),{clientX:r,clientY:i}=Te(e)?e.changedTouches[0]:e;s||(s=be()),l.push({x:r,y:i,id:n.getId(t),timeOffset:be()-s}),u("undefined"!=typeof DragEvent&&e instanceof DragEvent?De.Drag:e instanceof MouseEvent?De.MouseMove:De.TouchMove)})),o,{trailing:!1})),d=[ve("mousemove",c,i),ve("touchmove",c,i),ve("drag",c,i)];return Je((()=>{d.forEach((e=>e()))}))}(e),o=tt(e),a=rt(e),l=function(e,t){var{viewportResizeCb:r}=e,{win:i}=t,n=-1,s=-1;return ve("resize",Je(_e(Je((()=>{var e=we(),t=Ce();n===e&&s===t||(r({width:Number(t),height:Number(e)}),n=e,s=t)})),200)),i)}(e,{win:n}),u=function(e){var{inputCb:t,doc:i,mirror:n,blockClass:s,blockSelector:o,ignoreClass:a,ignoreSelector:l,maskInputOptions:u,maskInputFn:c,sampling:d,userTriggeredOnInput:h}=e;function p(e){var t=Qe(e),r=e.isTrusted,n=t&&t.tagName;if(t&&"OPTION"===n&&(t=pe.parentElement(t)),t&&n&&!(it.indexOf(n)<0)&&!ke(t,s,o,!0)&&!(t.classList.contains(a)||l&&t.matches(l))){var d=t.value,p=!1,g=R(t)||"";"radio"===g||"checkbox"===g?p=t.checked:(u[n.toLowerCase()]||u[g])&&(d=x({element:t,maskInputOptions:u,tagName:n,type:g,value:d,maskInputFn:c})),v(t,h?{text:d,isChecked:p,userTriggered:r}:{text:d,isChecked:p});var f=t.name;"radio"===g&&f&&p&&i.querySelectorAll('input[type="radio"][name="'+f+'"]').forEach((e=>{if(e!==t){var r=e.value;v(e,h?{text:r,isChecked:!p,userTriggered:!1}:{text:r,isChecked:!p})}}))}}function v(e,i){var s=nt.get(e);if(!s||s.text!==i.text||s.isChecked!==i.isChecked){nt.set(e,i);var o=n.getId(e);Je(t)(r({},i,{id:o}))}}var g=("last"===d.input?["change"]:["input","change"]).map((e=>ve(e,Je(p),i))),f=i.defaultView;if(!f)return()=>{g.forEach((e=>e()))};var _=f.Object.getOwnPropertyDescriptor(f.HTMLInputElement.prototype,"value"),m=[[f.HTMLInputElement.prototype,"value"],[f.HTMLInputElement.prototype,"checked"],[f.HTMLSelectElement.prototype,"value"],[f.HTMLTextAreaElement.prototype,"value"],[f.HTMLSelectElement.prototype,"selectedIndex"],[f.HTMLOptionElement.prototype,"selected"]];return _&&_.set&&g.push(...m.map((e=>me(e[0],e[1],{set(){Je(p)({target:this,isTrusted:!1})}},!1,f)))),Je((()=>{g.forEach((e=>e()))}))}(e),c=function(e){var{mediaInteractionCb:t,blockClass:r,blockSelector:i,mirror:n,sampling:s,doc:o}=e,a=Je((e=>_e(Je((s=>{var o=Qe(s);if(o&&!ke(o,r,i,!0)){var{currentTime:a,volume:l,muted:u,playbackRate:c,loop:d}=o;t({type:e,id:n.getId(o),currentTime:a,volume:l,muted:u,playbackRate:c,loop:d})}})),s.media||500))),l=[ve("play",a(Ve.Play),o),ve("pause",a(Ve.Pause),o),ve("seeked",a(Ve.Seeked),o),ve("volumechange",a(Ve.VolumeChange),o),ve("ratechange",a(Ve.RateChange),o)];return Je((()=>{l.forEach((e=>e()))}))}(e),d=()=>{},h=()=>{},p=()=>{},v=()=>{};e.recordDOM&&(d=function(e,t){var{styleSheetRuleCb:r,mirror:i,stylesheetManager:n}=e,{win:s}=t;if(!s.CSSStyleSheet||!s.CSSStyleSheet.prototype)return()=>{};var o=s.CSSStyleSheet.prototype.insertRule;s.CSSStyleSheet.prototype.insertRule=new Proxy(o,{apply:Je(((e,t,s)=>{var[o,a]=s,{id:l,styleId:u}=ot(t,i,n.styleMirror);return(l&&-1!==l||u&&-1!==u)&&r({id:l,styleId:u,adds:[{rule:o,index:a}]}),e.apply(t,s)}))}),s.CSSStyleSheet.prototype.addRule=function(e,t,r){void 0===r&&(r=this.cssRules.length);var i=e+" { "+t+" }";return s.CSSStyleSheet.prototype.insertRule.apply(this,[i,r])};var a,l,u=s.CSSStyleSheet.prototype.deleteRule;s.CSSStyleSheet.prototype.deleteRule=new Proxy(u,{apply:Je(((e,t,s)=>{var[o]=s,{id:a,styleId:l}=ot(t,i,n.styleMirror);return(a&&-1!==a||l&&-1!==l)&&r({id:a,styleId:l,removes:[{index:o}]}),e.apply(t,s)}))}),s.CSSStyleSheet.prototype.removeRule=function(e){return s.CSSStyleSheet.prototype.deleteRule.apply(this,[e])},s.CSSStyleSheet.prototype.replace&&(a=s.CSSStyleSheet.prototype.replace,s.CSSStyleSheet.prototype.replace=new Proxy(a,{apply:Je(((e,t,s)=>{var[o]=s,{id:a,styleId:l}=ot(t,i,n.styleMirror);return(a&&-1!==a||l&&-1!==l)&&r({id:a,styleId:l,replace:o}),e.apply(t,s)}))})),s.CSSStyleSheet.prototype.replaceSync&&(l=s.CSSStyleSheet.prototype.replaceSync,s.CSSStyleSheet.prototype.replaceSync=new Proxy(l,{apply:Je(((e,t,s)=>{var[o]=s,{id:a,styleId:l}=ot(t,i,n.styleMirror);return(a&&-1!==a||l&&-1!==l)&&r({id:a,styleId:l,replaceSync:o}),e.apply(t,s)}))}));var c={};ct("CSSGroupingRule")?c.CSSGroupingRule=s.CSSGroupingRule:(ct("CSSMediaRule")&&(c.CSSMediaRule=s.CSSMediaRule),ct("CSSConditionRule")&&(c.CSSConditionRule=s.CSSConditionRule),ct("CSSSupportsRule")&&(c.CSSSupportsRule=s.CSSSupportsRule));var d={};return Object.entries(c).forEach((e=>{var[t,s]=e;d[t]={insertRule:s.prototype.insertRule,deleteRule:s.prototype.deleteRule},s.prototype.insertRule=new Proxy(d[t].insertRule,{apply:Je(((e,t,s)=>{var[o,a]=s,{id:l,styleId:u}=ot(t.parentStyleSheet,i,n.styleMirror);return(l&&-1!==l||u&&-1!==u)&&r({id:l,styleId:u,adds:[{rule:o,index:[...st(t),a||0]}]}),e.apply(t,s)}))}),s.prototype.deleteRule=new Proxy(d[t].deleteRule,{apply:Je(((e,t,s)=>{var[o]=s,{id:a,styleId:l}=ot(t.parentStyleSheet,i,n.styleMirror);return(a&&-1!==a||l&&-1!==l)&&r({id:a,styleId:l,removes:[{index:[...st(t),o]}]}),e.apply(t,s)}))})})),Je((()=>{s.CSSStyleSheet.prototype.insertRule=o,s.CSSStyleSheet.prototype.deleteRule=u,a&&(s.CSSStyleSheet.prototype.replace=a),l&&(s.CSSStyleSheet.prototype.replaceSync=l),Object.entries(c).forEach((e=>{var[t,r]=e;r.prototype.insertRule=d[t].insertRule,r.prototype.deleteRule=d[t].deleteRule}))}))}(e,{win:n}),h=at(e,e.doc),p=function(e,t){var{styleDeclarationCb:r,mirror:i,ignoreCSSAttributes:n,stylesheetManager:s}=e,{win:o}=t,a=o.CSSStyleDeclaration.prototype.setProperty;o.CSSStyleDeclaration.prototype.setProperty=new Proxy(a,{apply:Je(((e,t,o)=>{var l,[u,c,d]=o;if(n.has(u))return a.apply(t,[u,c,d]);var{id:h,styleId:p}=ot(null==(l=t.parentRule)?void 0:l.parentStyleSheet,i,s.styleMirror);return(h&&-1!==h||p&&-1!==p)&&r({id:h,styleId:p,set:{property:u,value:c,priority:d},index:st(t.parentRule)}),e.apply(t,o)}))});var l=o.CSSStyleDeclaration.prototype.removeProperty;return o.CSSStyleDeclaration.prototype.removeProperty=new Proxy(l,{apply:Je(((e,t,o)=>{var a,[u]=o;if(n.has(u))return l.apply(t,[u]);var{id:c,styleId:d}=ot(null==(a=t.parentRule)?void 0:a.parentStyleSheet,i,s.styleMirror);return(c&&-1!==c||d&&-1!==d)&&r({id:c,styleId:d,remove:{property:u},index:st(t.parentRule)}),e.apply(t,o)}))}),Je((()=>{o.CSSStyleDeclaration.prototype.setProperty=a,o.CSSStyleDeclaration.prototype.removeProperty=l}))}(e,{win:n}),e.collectFonts&&(v=function(e){var{fontCb:t,doc:r}=e,i=r.defaultView;if(!i)return()=>{};var n=[],s=new WeakMap,o=i.FontFace;i.FontFace=function(e,t,r){var i=new o(e,t,r);return s.set(i,{family:e,buffer:"string"!=typeof t,descriptors:r,fontSource:"string"==typeof t?t:JSON.stringify(Array.from(new Uint8Array(t)))}),i};var a=ye(r.fonts,"add",(function(e){return function(r){return setTimeout(Je((()=>{var e=s.get(r);e&&(t(e),s.delete(r))})),0),e.apply(this,[r])}}));return n.push((()=>{i.FontFace=o})),n.push(a),Je((()=>{n.forEach((e=>e()))}))}(e)));var g=function(e){var{doc:t,mirror:r,blockClass:i,blockSelector:n,selectionCb:s}=e,o=!0,a=Je((()=>{var e=t.getSelection();if(!(!e||o&&(null==e?void 0:e.isCollapsed))){o=e.isCollapsed||!1;for(var a=[],l=e.rangeCount||0,u=0;u<l;u++){var c=e.getRangeAt(u),{startContainer:d,startOffset:h,endContainer:p,endOffset:v}=c;ke(d,i,n,!0)||ke(p,i,n,!0)||a.push({start:r.getId(d),startOffset:h,end:r.getId(p),endOffset:v})}s({ranges:a})}}));return a(),ve("selectionchange",a)}(e),f=function(e){var{doc:t,customElementCb:r}=e,i=t.defaultView;return i&&i.customElements?ye(i.customElements,"define",(function(e){return function(t,i,n){try{r({define:{name:t}})}catch(e){console.warn("Custom element callback failed for "+t)}return e.apply(this,[t,i,n])}})):()=>{}}(e),_=[];for(var m of e.plugins)_.push(m.observer(m.callback,n,m.options));return Je((()=>{Ke.forEach((e=>e.reset())),null==i||i.disconnect(),s(),o(),a(),l(),u(),c(),d(),h(),p(),v(),g(),f(),_.forEach((e=>e()))}))}function ut(e){return void 0!==window[e]}function ct(e){return Boolean(void 0!==window[e]&&window[e].prototype&&"insertRule"in window[e].prototype&&"deleteRule"in window[e].prototype)}class dt{constructor(e){a(this,"iframeIdToRemoteIdMap",new WeakMap),a(this,"iframeRemoteIdToIdMap",new WeakMap),this.generateIdFn=e}getId(e,t,r,i){var n=r||this.getIdToRemoteIdMap(e),s=i||this.getRemoteIdToIdMap(e),o=n.get(t);return o||(o=this.generateIdFn(),n.set(t,o),s.set(o,t)),o}getIds(e,t){var r=this.getIdToRemoteIdMap(e),i=this.getRemoteIdToIdMap(e);return t.map((t=>this.getId(e,t,r,i)))}getRemoteId(e,t,r){var i=r||this.getRemoteIdToIdMap(e);if("number"!=typeof t)return t;var n=i.get(t);return n||-1}getRemoteIds(e,t){var r=this.getRemoteIdToIdMap(e);return t.map((t=>this.getRemoteId(e,t,r)))}reset(e){if(!e)return this.iframeIdToRemoteIdMap=new WeakMap,void(this.iframeRemoteIdToIdMap=new WeakMap);this.iframeIdToRemoteIdMap.delete(e),this.iframeRemoteIdToIdMap.delete(e)}getIdToRemoteIdMap(e){var t=this.iframeIdToRemoteIdMap.get(e);return t||(t=new Map,this.iframeIdToRemoteIdMap.set(e,t)),t}getRemoteIdToIdMap(e){var t=this.iframeRemoteIdToIdMap.get(e);return t||(t=new Map,this.iframeRemoteIdToIdMap.set(e,t)),t}}class ht{constructor(e){a(this,"iframes",new WeakMap),a(this,"crossOriginIframeMap",new WeakMap),a(this,"crossOriginIframeMirror",new dt(W)),a(this,"crossOriginIframeStyleMirror"),a(this,"crossOriginIframeRootIdMap",new WeakMap),a(this,"mirror"),a(this,"mutationCb"),a(this,"wrappedEmit"),a(this,"loadListener"),a(this,"stylesheetManager"),a(this,"recordCrossOriginIframes"),this.mutationCb=e.mutationCb,this.wrappedEmit=e.wrappedEmit,this.stylesheetManager=e.stylesheetManager,this.recordCrossOriginIframes=e.recordCrossOriginIframes,this.crossOriginIframeStyleMirror=new dt(this.stylesheetManager.styleMirror.generateId.bind(this.stylesheetManager.styleMirror)),this.mirror=e.mirror,this.recordCrossOriginIframes&&window.addEventListener("message",this.handleMessage.bind(this))}addIframe(e){this.iframes.set(e,!0),e.contentWindow&&this.crossOriginIframeMap.set(e.contentWindow,e)}addLoadListener(e){this.loadListener=e}attachIframe(e,t){var r,i;this.mutationCb({adds:[{parentId:this.mirror.getId(e),nextId:null,node:t}],removes:[],texts:[],attributes:[],isAttachIframe:!0}),this.recordCrossOriginIframes&&(null==(r=e.contentWindow)||r.addEventListener("message",this.handleMessage.bind(this))),null==(i=this.loadListener)||i.call(this,e),e.contentDocument&&e.contentDocument.adoptedStyleSheets&&e.contentDocument.adoptedStyleSheets.length>0&&this.stylesheetManager.adoptStyleSheets(e.contentDocument.adoptedStyleSheets,this.mirror.getId(e.contentDocument))}handleMessage(e){var t=e;if("rrweb"===t.data.type&&t.origin===t.data.origin&&e.source){var r=this.crossOriginIframeMap.get(e.source);if(r){var i=this.transformCrossOriginEvent(r,t.data.event);i&&this.wrappedEmit(i,t.data.isCheckout)}}}transformCrossOriginEvent(e,t){var r;switch(t.type){case Le.FullSnapshot:this.crossOriginIframeMirror.reset(e),this.crossOriginIframeStyleMirror.reset(e),this.replaceIdOnNode(t.data.node,e);var i=t.data.node.id;return this.crossOriginIframeRootIdMap.set(e,i),this.patchRootIdOnNode(t.data.node,i),{timestamp:t.timestamp,type:Le.IncrementalSnapshot,data:{source:De.Mutation,adds:[{parentId:this.mirror.getId(e),nextId:null,node:t.data.node}],removes:[],texts:[],attributes:[],isAttachIframe:!0}};case Le.Meta:case Le.Load:case Le.DomContentLoaded:return!1;case Le.Plugin:return t;case Le.Custom:return this.replaceIds(t.data.payload,e,["id","parentId","previousId","nextId"]),t;case Le.IncrementalSnapshot:switch(t.data.source){case De.Mutation:return t.data.adds.forEach((t=>{this.replaceIds(t,e,["parentId","nextId","previousId"]),this.replaceIdOnNode(t.node,e);var r=this.crossOriginIframeRootIdMap.get(e);r&&this.patchRootIdOnNode(t.node,r)})),t.data.removes.forEach((t=>{this.replaceIds(t,e,["parentId","id"])})),t.data.attributes.forEach((t=>{this.replaceIds(t,e,["id"])})),t.data.texts.forEach((t=>{this.replaceIds(t,e,["id"])})),t;case De.Drag:case De.TouchMove:case De.MouseMove:return t.data.positions.forEach((t=>{this.replaceIds(t,e,["id"])})),t;case De.ViewportResize:return!1;case De.MediaInteraction:case De.MouseInteraction:case De.Scroll:case De.CanvasMutation:case De.Input:return this.replaceIds(t.data,e,["id"]),t;case De.StyleSheetRule:case De.StyleDeclaration:return this.replaceIds(t.data,e,["id"]),this.replaceStyleIds(t.data,e,["styleId"]),t;case De.Font:return t;case De.Selection:return t.data.ranges.forEach((t=>{this.replaceIds(t,e,["start","end"])})),t;case De.AdoptedStyleSheet:return this.replaceIds(t.data,e,["id"]),this.replaceStyleIds(t.data,e,["styleIds"]),null==(r=t.data.styles)||r.forEach((t=>{this.replaceStyleIds(t,e,["styleId"])})),t}}return!1}replace(e,t,r,i){for(var n of i)(Array.isArray(t[n])||"number"==typeof t[n])&&(Array.isArray(t[n])?t[n]=e.getIds(r,t[n]):t[n]=e.getId(r,t[n]));return t}replaceIds(e,t,r){return this.replace(this.crossOriginIframeMirror,e,t,r)}replaceStyleIds(e,t,r){return this.replace(this.crossOriginIframeStyleMirror,e,t,r)}replaceIdOnNode(e,t){this.replaceIds(e,t,["id","rootId"]),"childNodes"in e&&e.childNodes.forEach((e=>{this.replaceIdOnNode(e,t)}))}patchRootIdOnNode(e,t){e.type===c.Document||e.rootId||(e.rootId=t),"childNodes"in e&&e.childNodes.forEach((e=>{this.patchRootIdOnNode(e,t)}))}}class pt{constructor(e){a(this,"shadowDoms",new WeakSet),a(this,"mutationCb"),a(this,"scrollCb"),a(this,"bypassOptions"),a(this,"mirror"),a(this,"restoreHandlers",[]),this.mutationCb=e.mutationCb,this.scrollCb=e.scrollCb,this.bypassOptions=e.bypassOptions,this.mirror=e.mirror,this.init()}init(){this.reset(),this.patchAttachShadow(Element,document)}addShadowRoot(e,t){if(w(e)&&!this.shadowDoms.has(e)){this.shadowDoms.add(e);var i=et(r({},this.bypassOptions,{doc:t,mutationCb:this.mutationCb,mirror:this.mirror,shadowDomManager:this}),e);this.restoreHandlers.push((()=>i.disconnect())),this.restoreHandlers.push(rt(r({},this.bypassOptions,{scrollCb:this.scrollCb,doc:e,mirror:this.mirror}))),setTimeout((()=>{e.adoptedStyleSheets&&e.adoptedStyleSheets.length>0&&this.bypassOptions.stylesheetManager.adoptStyleSheets(e.adoptedStyleSheets,this.mirror.getId(pe.host(e))),this.restoreHandlers.push(at({mirror:this.mirror,stylesheetManager:this.bypassOptions.stylesheetManager},e))}),0)}}observeAttachShadow(e){e.contentWindow&&e.contentDocument&&this.patchAttachShadow(e.contentWindow.Element,e.contentDocument)}patchAttachShadow(e,t){var r=this;this.restoreHandlers.push(ye(e.prototype,"attachShadow",(function(e){return function(i){var n=e.call(this,i),s=pe.shadowRoot(this);return s&&Oe(this)&&r.addShadowRoot(s,t),n}})))}reset(){this.restoreHandlers.forEach((e=>{try{e()}catch(e){}})),this.restoreHandlers=[],this.shadowDoms=new WeakSet}}for(var vt="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",gt="undefined"==typeof Uint8Array?[]:new Uint8Array(256),ft=0;ft<64;ft++)gt[vt.charCodeAt(ft)]=ft;var _t=new Map;var mt=(e,t,r)=>{if(e&&(St(e,t)||"object"==typeof e)){var i=function(e,t){var r=_t.get(e);return r||(r=new Map,_t.set(e,r)),r.has(t)||r.set(t,[]),r.get(t)}(r,e.constructor.name),n=i.indexOf(e);return-1===n&&(n=i.length,i.push(e)),n}};function yt(e,t,r){if(e instanceof Array)return e.map((e=>yt(e,t,r)));if(null===e)return e;if(e instanceof Float32Array||e instanceof Float64Array||e instanceof Int32Array||e instanceof Uint32Array||e instanceof Uint8Array||e instanceof Uint16Array||e instanceof Int16Array||e instanceof Int8Array||e instanceof Uint8ClampedArray)return{rr_type:e.constructor.name,args:[Object.values(e)]};if(e instanceof ArrayBuffer)return{rr_type:e.constructor.name,base64:function(e){var t,r=new Uint8Array(e),i=r.length,n="";for(t=0;t<i;t+=3)n+=vt[r[t]>>2],n+=vt[(3&r[t])<<4|r[t+1]>>4],n+=vt[(15&r[t+1])<<2|r[t+2]>>6],n+=vt[63&r[t+2]];return i%3==2?n=n.substring(0,n.length-1)+"=":i%3==1&&(n=n.substring(0,n.length-2)+"=="),n}(e)};if(e instanceof DataView)return{rr_type:e.constructor.name,args:[yt(e.buffer,t,r),e.byteOffset,e.byteLength]};if(e instanceof HTMLImageElement){var i=e.constructor.name,{src:n}=e;return{rr_type:i,src:n}}if(e instanceof HTMLCanvasElement){return{rr_type:"HTMLImageElement",src:e.toDataURL()}}return e instanceof ImageData?{rr_type:e.constructor.name,args:[yt(e.data,t,r),e.width,e.height]}:St(e,t)||"object"==typeof e?{rr_type:e.constructor.name,index:mt(e,t,r)}:e}var bt=(e,t,r)=>e.map((e=>yt(e,t,r))),St=(e,t)=>{var r=["WebGLActiveInfo","WebGLBuffer","WebGLFramebuffer","WebGLProgram","WebGLRenderbuffer","WebGLShader","WebGLShaderPrecisionFormat","WebGLTexture","WebGLUniformLocation","WebGLVertexArrayObject","WebGLVertexArrayObjectOES"].filter((e=>"function"==typeof t[e]));return Boolean(r.find((r=>e instanceof t[r])))};function wt(e,t,r,i){var n=[];try{var s=ye(e.HTMLCanvasElement.prototype,"getContext",(function(e){return function(n){for(var s=arguments.length,o=new Array(s>1?s-1:0),a=1;a<s;a++)o[a-1]=arguments[a];if(!ke(this,t,r,!0)){var l=function(e){return"experimental-webgl"===e?"webgl":e}(n);if("__context"in this||(this.__context=l),i&&["webgl","webgl2"].includes(l))if(o[0]&&"object"==typeof o[0]){var u=o[0];u.preserveDrawingBuffer||(u.preserveDrawingBuffer=!0)}else o.splice(0,1,{preserveDrawingBuffer:!0})}return e.apply(this,[n,...o])}}));n.push(s)}catch(e){console.error("failed to patch HTMLCanvasElement.prototype.getContext")}return()=>{n.forEach((e=>e()))}}function Ct(e,t,r,i,n,s){var o=[],a=Object.getOwnPropertyNames(e),l=function(a){if(["isContextLost","canvas","drawingBufferWidth","drawingBufferHeight"].includes(a))return 0;try{if("function"!=typeof e[a])return 0;var l=ye(e,a,(function(e){return function(){for(var o=arguments.length,l=new Array(o),u=0;u<o;u++)l[u]=arguments[u];var c=e.apply(this,l);if(mt(c,s,this),"tagName"in this.canvas&&!ke(this.canvas,i,n,!0)){var d=bt(l,s,this),h={type:t,property:a,args:d};r(this.canvas,h)}return c}}));o.push(l)}catch(i){var u=me(e,a,{set(e){r(this.canvas,{type:t,property:a,args:[e],setter:!0})}});o.push(u)}};for(var u of a)l(u);return o}var It,kt,Et,xt,Tt="KGZ1bmN0aW9uKCkgewogICJ1c2Ugc3RyaWN0IjsKICB2YXIgY2hhcnMgPSAiQUJDREVGR0hJSktMTU5PUFFSU1RVVldYWVphYmNkZWZnaGlqa2xtbm9wcXJzdHV2d3h5ejAxMjM0NTY3ODkrLyI7CiAgdmFyIGxvb2t1cCA9IHR5cGVvZiBVaW50OEFycmF5ID09PSAidW5kZWZpbmVkIiA/IFtdIDogbmV3IFVpbnQ4QXJyYXkoMjU2KTsKICBmb3IgKHZhciBpID0gMDsgaSA8IGNoYXJzLmxlbmd0aDsgaSsrKSB7CiAgICBsb29rdXBbY2hhcnMuY2hhckNvZGVBdChpKV0gPSBpOwogIH0KICB2YXIgZW5jb2RlID0gZnVuY3Rpb24oYXJyYXlidWZmZXIpIHsKICAgIHZhciBieXRlcyA9IG5ldyBVaW50OEFycmF5KGFycmF5YnVmZmVyKSwgaTIsIGxlbiA9IGJ5dGVzLmxlbmd0aCwgYmFzZTY0ID0gIiI7CiAgICBmb3IgKGkyID0gMDsgaTIgPCBsZW47IGkyICs9IDMpIHsKICAgICAgYmFzZTY0ICs9IGNoYXJzW2J5dGVzW2kyXSA+PiAyXTsKICAgICAgYmFzZTY0ICs9IGNoYXJzWyhieXRlc1tpMl0gJiAzKSA8PCA0IHwgYnl0ZXNbaTIgKyAxXSA+PiA0XTsKICAgICAgYmFzZTY0ICs9IGNoYXJzWyhieXRlc1tpMiArIDFdICYgMTUpIDw8IDIgfCBieXRlc1tpMiArIDJdID4+IDZdOwogICAgICBiYXNlNjQgKz0gY2hhcnNbYnl0ZXNbaTIgKyAyXSAmIDYzXTsKICAgIH0KICAgIGlmIChsZW4gJSAzID09PSAyKSB7CiAgICAgIGJhc2U2NCA9IGJhc2U2NC5zdWJzdHJpbmcoMCwgYmFzZTY0Lmxlbmd0aCAtIDEpICsgIj0iOwogICAgfSBlbHNlIGlmIChsZW4gJSAzID09PSAxKSB7CiAgICAgIGJhc2U2NCA9IGJhc2U2NC5zdWJzdHJpbmcoMCwgYmFzZTY0Lmxlbmd0aCAtIDIpICsgIj09IjsKICAgIH0KICAgIHJldHVybiBiYXNlNjQ7CiAgfTsKICBjb25zdCBsYXN0QmxvYk1hcCA9IC8qIEBfX1BVUkVfXyAqLyBuZXcgTWFwKCk7CiAgY29uc3QgdHJhbnNwYXJlbnRCbG9iTWFwID0gLyogQF9fUFVSRV9fICovIG5ldyBNYXAoKTsKICBhc3luYyBmdW5jdGlvbiBnZXRUcmFuc3BhcmVudEJsb2JGb3Iod2lkdGgsIGhlaWdodCwgZGF0YVVSTE9wdGlvbnMpIHsKICAgIGNvbnN0IGlkID0gYCR7d2lkdGh9LSR7aGVpZ2h0fWA7CiAgICBpZiAoIk9mZnNjcmVlbkNhbnZhcyIgaW4gZ2xvYmFsVGhpcykgewogICAgICBpZiAodHJhbnNwYXJlbnRCbG9iTWFwLmhhcyhpZCkpIHJldHVybiB0cmFuc3BhcmVudEJsb2JNYXAuZ2V0KGlkKTsKICAgICAgY29uc3Qgb2Zmc2NyZWVuID0gbmV3IE9mZnNjcmVlbkNhbnZhcyh3aWR0aCwgaGVpZ2h0KTsKICAgICAgb2Zmc2NyZWVuLmdldENvbnRleHQoIjJkIik7CiAgICAgIGNvbnN0IGJsb2IgPSBhd2FpdCBvZmZzY3JlZW4uY29udmVydFRvQmxvYihkYXRhVVJMT3B0aW9ucyk7CiAgICAgIGNvbnN0IGFycmF5QnVmZmVyID0gYXdhaXQgYmxvYi5hcnJheUJ1ZmZlcigpOwogICAgICBjb25zdCBiYXNlNjQgPSBlbmNvZGUoYXJyYXlCdWZmZXIpOwogICAgICB0cmFuc3BhcmVudEJsb2JNYXAuc2V0KGlkLCBiYXNlNjQpOwogICAgICByZXR1cm4gYmFzZTY0OwogICAgfSBlbHNlIHsKICAgICAgcmV0dXJuICIiOwogICAgfQogIH0KICBjb25zdCB3b3JrZXIgPSBzZWxmOwogIHdvcmtlci5vbm1lc3NhZ2UgPSBhc3luYyBmdW5jdGlvbihlKSB7CiAgICBpZiAoIk9mZnNjcmVlbkNhbnZhcyIgaW4gZ2xvYmFsVGhpcykgewogICAgICBjb25zdCB7IGlkLCBiaXRtYXAsIHdpZHRoLCBoZWlnaHQsIGRhdGFVUkxPcHRpb25zIH0gPSBlLmRhdGE7CiAgICAgIGNvbnN0IHRyYW5zcGFyZW50QmFzZTY0ID0gZ2V0VHJhbnNwYXJlbnRCbG9iRm9yKAogICAgICAgIHdpZHRoLAogICAgICAgIGhlaWdodCwKICAgICAgICBkYXRhVVJMT3B0aW9ucwogICAgICApOwogICAgICBjb25zdCBvZmZzY3JlZW4gPSBuZXcgT2Zmc2NyZWVuQ2FudmFzKHdpZHRoLCBoZWlnaHQpOwogICAgICBjb25zdCBjdHggPSBvZmZzY3JlZW4uZ2V0Q29udGV4dCgiMmQiKTsKICAgICAgY3R4LmRyYXdJbWFnZShiaXRtYXAsIDAsIDApOwogICAgICBiaXRtYXAuY2xvc2UoKTsKICAgICAgY29uc3QgYmxvYiA9IGF3YWl0IG9mZnNjcmVlbi5jb252ZXJ0VG9CbG9iKGRhdGFVUkxPcHRpb25zKTsKICAgICAgY29uc3QgdHlwZSA9IGJsb2IudHlwZTsKICAgICAgY29uc3QgYXJyYXlCdWZmZXIgPSBhd2FpdCBibG9iLmFycmF5QnVmZmVyKCk7CiAgICAgIGNvbnN0IGJhc2U2NCA9IGVuY29kZShhcnJheUJ1ZmZlcik7CiAgICAgIGlmICghbGFzdEJsb2JNYXAuaGFzKGlkKSAmJiBhd2FpdCB0cmFuc3BhcmVudEJhc2U2NCA9PT0gYmFzZTY0KSB7CiAgICAgICAgbGFzdEJsb2JNYXAuc2V0KGlkLCBiYXNlNjQpOwogICAgICAgIHJldHVybiB3b3JrZXIucG9zdE1lc3NhZ2UoeyBpZCB9KTsKICAgICAgfQogICAgICBpZiAobGFzdEJsb2JNYXAuZ2V0KGlkKSA9PT0gYmFzZTY0KSByZXR1cm4gd29ya2VyLnBvc3RNZXNzYWdlKHsgaWQgfSk7CiAgICAgIHdvcmtlci5wb3N0TWVzc2FnZSh7CiAgICAgICAgaWQsCiAgICAgICAgdHlwZSwKICAgICAgICBiYXNlNjQsCiAgICAgICAgd2lkdGgsCiAgICAgICAgaGVpZ2h0CiAgICAgIH0pOwogICAgICBsYXN0QmxvYk1hcC5zZXQoaWQsIGJhc2U2NCk7CiAgICB9IGVsc2UgewogICAgICByZXR1cm4gd29ya2VyLnBvc3RNZXNzYWdlKHsgaWQ6IGUuZGF0YS5pZCB9KTsKICAgIH0KICB9Owp9KSgpOwovLyMgc291cmNlTWFwcGluZ1VSTD1pbWFnZS1iaXRtYXAtZGF0YS11cmwtd29ya2VyLUlKcEM3Z19iLmpzLm1hcAo=",Mt="undefined"!=typeof window&&window.Blob&&new Blob([(It=Tt,Uint8Array.from(atob(It),(e=>e.charCodeAt(0))))],{type:"text/javascript;charset=utf-8"});function Rt(e){var t;try{if(!(t=Mt&&(window.URL||window.webkitURL).createObjectURL(Mt)))throw"";var r=new Worker(t,{name:null==e?void 0:e.name});return r.addEventListener("error",(()=>{(window.URL||window.webkitURL).revokeObjectURL(t)})),r}catch(t){return new Worker("data:text/javascript;base64,"+Tt,{name:null==e?void 0:e.name})}finally{t&&(window.URL||window.webkitURL).revokeObjectURL(t)}}class At{constructor(e){a(this,"pendingCanvasMutations",new Map),a(this,"rafStamps",{latestId:0,invokeId:null}),a(this,"mirror"),a(this,"mutationCb"),a(this,"resetObservers"),a(this,"frozen",!1),a(this,"locked",!1),a(this,"processMutation",((e,t)=>{!(this.rafStamps.invokeId&&this.rafStamps.latestId!==this.rafStamps.invokeId)&&this.rafStamps.invokeId||(this.rafStamps.invokeId=this.rafStamps.latestId),this.pendingCanvasMutations.has(e)||this.pendingCanvasMutations.set(e,[]),this.pendingCanvasMutations.get(e).push(t)}));var{sampling:t="all",win:r,blockClass:i,blockSelector:n,recordCanvas:s,dataURLOptions:o}=e;this.mutationCb=e.mutationCb,this.mirror=e.mirror,s&&"all"===t&&this.initCanvasMutationObserver(r,i,n),s&&"number"==typeof t&&this.initCanvasFPSObserver(t,r,i,n,{dataURLOptions:o})}reset(){this.pendingCanvasMutations.clear(),this.resetObservers&&this.resetObservers()}freeze(){this.frozen=!0}unfreeze(){this.frozen=!1}lock(){this.locked=!0}unlock(){this.locked=!1}initCanvasFPSObserver(e,r,i,n,s){var o=this,a=wt(r,i,n,!0),l=new Map,u=new Rt;u.onmessage=e=>{var{id:t}=e.data;if(l.set(t,!1),"base64"in e.data){var{base64:r,type:i,width:n,height:s}=e.data;this.mutationCb({id:t,type:He["2D"],commands:[{property:"clearRect",args:[0,0,n,s]},{property:"drawImage",args:[{rr_type:"ImageBitmap",args:[{rr_type:"Blob",data:[{rr_type:"ArrayBuffer",base64:r}],type:i}]},0,0]}]})}};var c,d=1e3/e,h=0,p=e=>{var a,v;h&&e-h<d?c=requestAnimationFrame(p):(h=e,(a=[],v=e=>{e.querySelectorAll("canvas").forEach((e=>{ke(e,i,n,!0)||a.push(e)})),e.querySelectorAll("*").forEach((e=>{e.shadowRoot&&v(e.shadowRoot)}))},v(r.document),a).forEach(function(){var e=t((function*(e){var t,r=o.mirror.getId(e);if(!l.get(r)&&0!==e.width&&0!==e.height){if(l.set(r,!0),["webgl","webgl2"].includes(e.__context)){var i=e.getContext(e.__context);!1===(null==(t=null==i?void 0:i.getContextAttributes())?void 0:t.preserveDrawingBuffer)&&i.clear(i.COLOR_BUFFER_BIT)}var n=e.clientWidth||e.width,a=e.clientHeight||e.height,c=yield createImageBitmap(e,{resizeWidth:n,resizeHeight:a});u.postMessage({id:r,bitmap:c,width:n,height:a,dataURLOptions:s.dataURLOptions},[c])}}));return function(t){return e.apply(this,arguments)}}()),c=requestAnimationFrame(p))};c=requestAnimationFrame(p),this.resetObservers=()=>{a(),cancelAnimationFrame(c)}}initCanvasMutationObserver(e,t,r){this.startRAFTimestamping(),this.startPendingCanvasMutationFlusher();var i=wt(e,t,r,!1),n=function(e,t,r,i){var n=[],s=Object.getOwnPropertyNames(t.CanvasRenderingContext2D.prototype),o=function(s){try{if("function"!=typeof t.CanvasRenderingContext2D.prototype[s])return 1;var o=ye(t.CanvasRenderingContext2D.prototype,s,(function(n){return function(){for(var o=arguments.length,a=new Array(o),l=0;l<o;l++)a[l]=arguments[l];return ke(this.canvas,r,i,!0)||setTimeout((()=>{var r=bt(a,t,this);e(this.canvas,{type:He["2D"],property:s,args:r})}),0),n.apply(this,a)}}));n.push(o)}catch(r){var a=me(t.CanvasRenderingContext2D.prototype,s,{set(t){e(this.canvas,{type:He["2D"],property:s,args:[t],setter:!0})}});n.push(a)}};for(var a of s)o(a);return()=>{n.forEach((e=>e()))}}(this.processMutation.bind(this),e,t,r),s=function(e,t,r,i){var n=[];return n.push(...Ct(t.WebGLRenderingContext.prototype,He.WebGL,e,r,i,t)),void 0!==t.WebGL2RenderingContext&&n.push(...Ct(t.WebGL2RenderingContext.prototype,He.WebGL2,e,r,i,t)),()=>{n.forEach((e=>e()))}}(this.processMutation.bind(this),e,t,r);this.resetObservers=()=>{i(),n(),s()}}startPendingCanvasMutationFlusher(){requestAnimationFrame((()=>this.flushPendingCanvasMutations()))}startRAFTimestamping(){var e=t=>{this.rafStamps.latestId=t,requestAnimationFrame(e)};requestAnimationFrame(e)}flushPendingCanvasMutations(){this.pendingCanvasMutations.forEach(((e,t)=>{var r=this.mirror.getId(t);this.flushPendingCanvasMutationFor(t,r)})),requestAnimationFrame((()=>this.flushPendingCanvasMutations()))}flushPendingCanvasMutationFor(e,t){if(!this.frozen&&!this.locked){var r=this.pendingCanvasMutations.get(e);if(r&&-1!==t){var n=r.map((e=>i(e,s))),{type:o}=r[0];this.mutationCb({id:t,type:o,commands:n}),this.pendingCanvasMutations.delete(e)}}}}class Nt{constructor(e){a(this,"trackedLinkElements",new WeakSet),a(this,"mutationCb"),a(this,"adoptedStyleSheetCb"),a(this,"styleMirror",new Ne),this.mutationCb=e.mutationCb,this.adoptedStyleSheetCb=e.adoptedStyleSheetCb}attachLinkElement(e,t){"_cssText"in t.attributes&&this.mutationCb({adds:[],removes:[],texts:[],attributes:[{id:t.id,attributes:t.attributes}]}),this.trackLinkElement(e)}trackLinkElement(e){this.trackedLinkElements.has(e)||(this.trackedLinkElements.add(e),this.trackStylesheetInLinkElement(e))}adoptStyleSheets(e,t){var r=this;if(0!==e.length){var i={id:t,styleIds:[]},n=[],s=function(e){var t;r.styleMirror.has(e)?t=r.styleMirror.getId(e):(t=r.styleMirror.add(e),n.push({styleId:t,rules:Array.from(e.rules||CSSRule,((t,r)=>({rule:I(t,e.href),index:r})))})),i.styleIds.push(t)};for(var o of e)s(o);n.length>0&&(i.styles=n),this.adoptedStyleSheetCb(i)}}reset(){this.styleMirror.reset(),this.trackedLinkElements=new WeakSet}trackStylesheetInLinkElement(e){}}class Ft{constructor(){a(this,"nodeMap",new WeakMap),a(this,"active",!1)}inOtherBuffer(e,t){var r=this.nodeMap.get(e);return r&&Array.from(r).some((e=>e!==t))}add(e,t){this.active||(this.active=!0,requestAnimationFrame((()=>{this.nodeMap=new WeakMap,this.active=!1}))),this.nodeMap.set(e,(this.nodeMap.get(e)||new Set).add(t))}destroy(){}}var Pt=!1;try{if(2!==Array.from([1],(e=>2*e))[0]){var Ot=document.createElement("iframe");document.body.appendChild(Ot),Array.from=(null==(n=Ot.contentWindow)?void 0:n.Array.from)||Array.from,document.body.removeChild(Ot)}}catch(e){console.debug("Unable to override Array.from",e)}var Lt,Dt,Bt=new E;function qt(e){void 0===e&&(e={});var{emit:t,checkoutEveryNms:i,checkoutEveryNth:n,blockClass:s="rr-block",blockSelector:o=null,ignoreClass:a="rr-ignore",ignoreSelector:l=null,maskTextClass:u="rr-mask",maskTextSelector:c=null,inlineStylesheet:d=!0,maskAllInputs:h,maskInputOptions:p,slimDOMOptions:v,maskInputFn:g,maskTextFn:f,hooks:_,packFn:m,sampling:y={},dataURLOptions:b={},mousemoveWait:S,recordDOM:w=!0,recordCanvas:C=!1,recordCrossOriginIframes:I=!1,recordAfter:k=("DOMContentLoaded"===e.recordAfter?e.recordAfter:"load"),userTriggeredOnInput:x=!1,collectFonts:T=!1,inlineImages:M=!1,plugins:R,keepIframeSrcFn:A=(()=>!1),ignoreCSSAttributes:N=new Set([]),errorHandler:F}=e;Ue=F;var P=!I||window.parent===window,O=!1;if(!P)try{window.parent.document&&(O=!1)}catch(e){O=!0}if(P&&!t)throw new Error("emit function is required");if(!P&&!O)return()=>{};void 0!==S&&void 0===y.mousemove&&(y.mousemove=S),Bt.reset();var L,D=!0===h?{color:!0,date:!0,"datetime-local":!0,email:!0,month:!0,number:!0,range:!0,search:!0,tel:!0,text:!0,time:!0,url:!0,week:!0,textarea:!0,select:!0,password:!0}:void 0!==p?p:{password:!0},B=!0===v||"all"===v?{script:!0,comment:!0,headFavicon:!0,headWhitespace:!0,headMetaSocial:!0,headMetaRobots:!0,headMetaHttpEquiv:!0,headMetaVerification:!0,headMetaAuthorship:"all"===v,headMetaDescKeywords:"all"===v,headTitleMutations:"all"===v}:v||{};!function(e){void 0===e&&(e=window),"NodeList"in e&&!e.NodeList.prototype.forEach&&(e.NodeList.prototype.forEach=Array.prototype.forEach),"DOMTokenList"in e&&!e.DOMTokenList.prototype.forEach&&(e.DOMTokenList.prototype.forEach=Array.prototype.forEach)}();var q=0,H=e=>{for(var t of R||[])t.eventProcessor&&(e=t.eventProcessor(e));return m&&!O&&(e=m(e)),e};kt=(e,r)=>{var s,o=e;if(o.timestamp=be(),!(null==(s=Ke[0])?void 0:s.isFrozen())||o.type===Le.FullSnapshot||o.type===Le.IncrementalSnapshot&&o.data.source===De.Mutation||Ke.forEach((e=>e.unfreeze())),P)null==t||t(H(o),r);else if(O){var a={type:"rrweb",event:H(o),origin:window.location.origin,isCheckout:r};window.parent.postMessage(a,"*")}if(o.type===Le.FullSnapshot)L=o,q=0;else if(o.type===Le.IncrementalSnapshot){if(o.data.source===De.Mutation&&o.data.isAttachIframe)return;q++;var l=n&&q>=n,u=i&&o.timestamp-L.timestamp>i;(l||u)&&Et(!0)}};var V=e=>{kt({type:Le.IncrementalSnapshot,data:r({source:De.Mutation},e)})},W=e=>kt({type:Le.IncrementalSnapshot,data:r({source:De.Scroll},e)}),U=e=>kt({type:Le.IncrementalSnapshot,data:r({source:De.CanvasMutation},e)}),Z=new Nt({mutationCb:V,adoptedStyleSheetCb:e=>kt({type:Le.IncrementalSnapshot,data:r({source:De.AdoptedStyleSheet},e)})}),j=new ht({mirror:Bt,mutationCb:V,stylesheetManager:Z,recordCrossOriginIframes:I,wrappedEmit:kt});for(var z of R||[])z.getMirror&&z.getMirror({nodeMirror:Bt,crossOriginIframeMirror:j.crossOriginIframeMirror,crossOriginIframeStyleMirror:j.crossOriginIframeStyleMirror});var G=new Ft;xt=new At({recordCanvas:C,mutationCb:U,win:window,blockClass:s,blockSelector:o,mirror:Bt,sampling:y.canvas,dataURLOptions:b});var Y=new pt({mutationCb:V,scrollCb:W,bypassOptions:{blockClass:s,blockSelector:o,maskTextClass:u,maskTextSelector:c,inlineStylesheet:d,maskInputOptions:D,dataURLOptions:b,maskTextFn:f,maskInputFn:g,recordCanvas:C,inlineImages:M,sampling:y,slimDOMOptions:B,iframeManager:j,stylesheetManager:Z,canvasManager:xt,keepIframeSrcFn:A,processedNodeManager:G},mirror:Bt});Et=function(e){if(void 0===e&&(e=!1),w){kt({type:Le.Meta,data:{href:window.location.href,width:Ce(),height:we()}},e),Z.reset(),Y.init(),Ke.forEach((e=>e.lock()));var t=function(e,t){var{mirror:r=new E,blockClass:i="rr-block",blockSelector:n=null,maskTextClass:s="rr-mask",maskTextSelector:o=null,inlineStylesheet:a=!0,inlineImages:l=!1,recordCanvas:u=!1,maskAllInputs:c=!1,maskTextFn:d,maskInputFn:h,slimDOM:p=!1,dataURLOptions:v,preserveWhiteSpace:g,onSerialize:f,onIframeLoad:_,iframeLoadTimeout:m,onStylesheetLoad:y,stylesheetLoadTimeout:b,keepIframeSrcFn:S=(()=>!1)}=t||{};return re(e,{doc:e,mirror:r,blockClass:i,blockSelector:n,maskTextClass:s,maskTextSelector:o,skipChild:!1,inlineStylesheet:a,maskInputOptions:!0===c?{color:!0,date:!0,"datetime-local":!0,email:!0,month:!0,number:!0,range:!0,search:!0,tel:!0,text:!0,time:!0,url:!0,week:!0,textarea:!0,select:!0,password:!0}:!1===c?{password:!0}:c,maskTextFn:d,maskInputFn:h,slimDOMOptions:!0===p||"all"===p?{script:!0,comment:!0,headFavicon:!0,headWhitespace:!0,headMetaDescKeywords:"all"===p,headMetaSocial:!0,headMetaRobots:!0,headMetaHttpEquiv:!0,headMetaAuthorship:!0,headMetaVerification:!0}:!1===p?{}:p,dataURLOptions:v,inlineImages:l,recordCanvas:u,preserveWhiteSpace:g,onSerialize:f,onIframeLoad:_,iframeLoadTimeout:m,onStylesheetLoad:y,stylesheetLoadTimeout:b,keepIframeSrcFn:S,newlyAddedElement:!1})}(document,{mirror:Bt,blockClass:s,blockSelector:o,maskTextClass:u,maskTextSelector:c,inlineStylesheet:d,maskAllInputs:D,maskTextFn:f,maskInputFn:g,slimDOM:B,dataURLOptions:b,recordCanvas:C,inlineImages:M,onSerialize:e=>{Me(e,Bt)&&j.addIframe(e),Re(e,Bt)&&Z.trackLinkElement(e),Ae(e)&&Y.addShadowRoot(pe.shadowRoot(e),document)},onIframeLoad:(e,t)=>{j.attachIframe(e,t),Y.observeAttachShadow(e)},onStylesheetLoad:(e,t)=>{Z.attachLinkElement(e,t)},keepIframeSrcFn:A});if(!t)return console.warn("Failed to snapshot the document");kt({type:Le.FullSnapshot,data:{node:t,initialOffset:Se(window)}},e),Ke.forEach((e=>e.unlock())),document.adoptedStyleSheets&&document.adoptedStyleSheets.length>0&&Z.adoptStyleSheets(document.adoptedStyleSheets,Bt.getId(document))}};try{var X=[],J=e=>{var t;return Je(lt)({mutationCb:V,mousemoveCb:(e,t)=>kt({type:Le.IncrementalSnapshot,data:{source:t,positions:e}}),mouseInteractionCb:e=>kt({type:Le.IncrementalSnapshot,data:r({source:De.MouseInteraction},e)}),scrollCb:W,viewportResizeCb:e=>kt({type:Le.IncrementalSnapshot,data:r({source:De.ViewportResize},e)}),inputCb:e=>kt({type:Le.IncrementalSnapshot,data:r({source:De.Input},e)}),mediaInteractionCb:e=>kt({type:Le.IncrementalSnapshot,data:r({source:De.MediaInteraction},e)}),styleSheetRuleCb:e=>kt({type:Le.IncrementalSnapshot,data:r({source:De.StyleSheetRule},e)}),styleDeclarationCb:e=>kt({type:Le.IncrementalSnapshot,data:r({source:De.StyleDeclaration},e)}),canvasMutationCb:U,fontCb:e=>kt({type:Le.IncrementalSnapshot,data:r({source:De.Font},e)}),selectionCb:e=>{kt({type:Le.IncrementalSnapshot,data:r({source:De.Selection},e)})},customElementCb:e=>{kt({type:Le.IncrementalSnapshot,data:r({source:De.CustomElement},e)})},blockClass:s,ignoreClass:a,ignoreSelector:l,maskTextClass:u,maskTextSelector:c,maskInputOptions:D,inlineStylesheet:d,sampling:y,recordDOM:w,recordCanvas:C,inlineImages:M,userTriggeredOnInput:x,collectFonts:T,doc:e,maskInputFn:g,maskTextFn:f,keepIframeSrcFn:A,blockSelector:o,slimDOMOptions:B,dataURLOptions:b,mirror:Bt,iframeManager:j,stylesheetManager:Z,shadowDomManager:Y,processedNodeManager:G,canvasManager:xt,ignoreCSSAttributes:N,plugins:(null==(t=null==R?void 0:R.filter((e=>e.observer)))?void 0:t.map((e=>({observer:e.observer,options:e.options,callback:t=>kt({type:Le.Plugin,data:{plugin:e.name,payload:t}})}))))||[]},_)};j.addLoadListener((e=>{try{X.push(J(e.contentDocument))}catch(e){console.warn(e)}}));var K=()=>{Et(),X.push(J(document)),Pt=!0};return"interactive"===document.readyState||"complete"===document.readyState?K():(X.push(ve("DOMContentLoaded",(()=>{kt({type:Le.DomContentLoaded,data:{}}),"DOMContentLoaded"===k&&K()}))),X.push(ve("load",(()=>{kt({type:Le.Load,data:{}}),"load"===k&&K()}),window))),()=>{X.forEach((e=>e())),G.destroy(),Pt=!1,Ue=void 0}}catch(e){console.warn(e)}}qt.addCustomEvent=(e,t)=>{if(!Pt)throw new Error("please add custom event after start recording");kt({type:Le.Custom,data:{tag:e,payload:t}})},qt.freezePage=()=>{Ke.forEach((e=>e.freeze()))},qt.takeFullSnapshot=e=>{if(!Pt)throw new Error("please take full snapshot after start recording");Et(e)},qt.mirror=Bt,(Dt=Lt||(Lt={}))[Dt.NotStarted=0]="NotStarted",Dt[Dt.Running=1]="Running",Dt[Dt.Stopped=2]="Stopped";var Ht,Vt=Object.defineProperty,Wt=(e,t,r)=>((e,t,r)=>t in e?Vt(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r)(e,"symbol"!=typeof t?t+"":t,r),$t=Object.defineProperty,Ut=(e,t,r)=>((e,t,r)=>t in e?$t(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r)(e,"symbol"!=typeof t?t+"":t,r),Zt=Object.defineProperty,jt=(e,t,r)=>((e,t,r)=>t in e?Zt(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r)(e,"symbol"!=typeof t?t+"":t,r),zt={Node:["childNodes","parentNode","parentElement","textContent"],ShadowRoot:["host","styleSheets"],Element:["shadowRoot","querySelector","querySelectorAll"],MutationObserver:[]},Gt={Node:["contains","getRootNode"],ShadowRoot:["getSelection"],Element:[],MutationObserver:["constructor"]},Yt={};function Xt(e){if(Yt[e])return Yt[e];var t=globalThis[e],r=t.prototype,i=e in zt?zt[e]:void 0,n=Boolean(i&&i.every((e=>{var t,i;return Boolean(null==(i=null==(t=Object.getOwnPropertyDescriptor(r,e))?void 0:t.get)?void 0:i.toString().includes("[native code]"))}))),s=e in Gt?Gt[e]:void 0,o=Boolean(s&&s.every((e=>{var t;return"function"==typeof r[e]&&(null==(t=r[e])?void 0:t.toString().includes("[native code]"))})));if(n&&o)return Yt[e]=t.prototype,t.prototype;try{var a=document.createElement("iframe");document.body.appendChild(a);var l=a.contentWindow;if(!l)return t.prototype;var u=l[e].prototype;return document.body.removeChild(a),u?Yt[e]=u:r}catch(e){return r}}var Jt={};function Kt(e,t,r){var i,n=e+"."+String(r);if(Jt[n])return Jt[n].call(t);var s=Xt(e),o=null==(i=Object.getOwnPropertyDescriptor(s,r))?void 0:i.get;return o?(Jt[n]=o,o.call(t)):t[r]}var Qt={};function er(e,t,r){var i=e+"."+String(r);if(Qt[i])return Qt[i].bind(t);var n=Xt(e)[r];return"function"!=typeof n?t[r]:(Qt[i]=n,n.bind(t))}var tr={childNodes:function(e){return Kt("Node",e,"childNodes")},parentNode:function(e){return Kt("Node",e,"parentNode")},parentElement:function(e){return Kt("Node",e,"parentElement")},textContent:function(e){return Kt("Node",e,"textContent")},contains:function(e,t){return er("Node",e,"contains")(t)},getRootNode:function(e){return er("Node",e,"getRootNode")()},host:function(e){return e&&"host"in e?Kt("ShadowRoot",e,"host"):null},styleSheets:function(e){return e.styleSheets},shadowRoot:function(e){return e&&"shadowRoot"in e?Kt("Element",e,"shadowRoot"):null},querySelector:function(e,t){return Kt("Element",e,"querySelector")(t)},querySelectorAll:function(e,t){return Kt("Element",e,"querySelectorAll")(t)},mutationObserver:function(){return Xt("MutationObserver").constructor}};class rr{constructor(){jt(this,"idNodeMap",new Map),jt(this,"nodeMetaMap",new WeakMap)}getId(e){var t;if(!e)return-1;var r=null==(t=this.getMeta(e))?void 0:t.id;return null!=r?r:-1}getNode(e){return this.idNodeMap.get(e)||null}getIds(){return Array.from(this.idNodeMap.keys())}getMeta(e){return this.nodeMetaMap.get(e)||null}removeNodeFromMap(e){var t=this.getId(e);this.idNodeMap.delete(t),e.childNodes&&e.childNodes.forEach((e=>this.removeNodeFromMap(e)))}has(e){return this.idNodeMap.has(e)}hasNode(e){return this.nodeMetaMap.has(e)}add(e,t){var r=t.id;this.idNodeMap.set(r,e),this.nodeMetaMap.set(e,t)}replace(e,t){var r=this.getNode(e);if(r){var i=this.nodeMetaMap.get(r);i&&this.nodeMetaMap.set(t,i)}this.idNodeMap.set(e,t)}reset(){this.idNodeMap=new Map,this.nodeMetaMap=new WeakMap}}function ir(e,t,r){if(!e)return!1;if(e.nodeType!==e.ELEMENT_NODE)return!!r&&ir(tr.parentNode(e),t,r);for(var i=e.classList.length;i--;){var n=e.classList[i];if(t.test(n))return!0}return!!r&&ir(tr.parentNode(e),t,r)}class nr{constructor(){__publicField22(this,"parentElement",null),__publicField22(this,"parentNode",null),__publicField22(this,"ownerDocument"),__publicField22(this,"firstChild",null),__publicField22(this,"lastChild",null),__publicField22(this,"previousSibling",null),__publicField22(this,"nextSibling",null),__publicField22(this,"ELEMENT_NODE",1),__publicField22(this,"TEXT_NODE",3),__publicField22(this,"nodeType"),__publicField22(this,"nodeName"),__publicField22(this,"RRNodeType")}get childNodes(){for(var e=[],t=this.firstChild;t;)e.push(t),t=t.nextSibling;return e}contains(e){if(!(e instanceof nr))return!1;if(e.ownerDocument!==this.ownerDocument)return!1;if(e===this)return!0;for(;e.parentNode;){if(e.parentNode===this)return!0;e=e.parentNode}return!1}appendChild(e){throw new Error("RRDomException: Failed to execute 'appendChild' on 'RRNode': This RRNode type does not support this method.")}insertBefore(e,t){throw new Error("RRDomException: Failed to execute 'insertBefore' on 'RRNode': This RRNode type does not support this method.")}removeChild(e){throw new Error("RRDomException: Failed to execute 'removeChild' on 'RRNode': This RRNode type does not support this method.")}toString(){return"RRNode"}}var sr={Node:["childNodes","parentNode","parentElement","textContent"],ShadowRoot:["host","styleSheets"],Element:["shadowRoot","querySelector","querySelectorAll"],MutationObserver:[]},or={Node:["contains","getRootNode"],ShadowRoot:["getSelection"],Element:[],MutationObserver:["constructor"]},ar={};function lr(e){if(ar[e])return ar[e];var t=globalThis[e],r=t.prototype,i=e in sr?sr[e]:void 0,n=Boolean(i&&i.every((e=>{var t,i;return Boolean(null==(i=null==(t=Object.getOwnPropertyDescriptor(r,e))?void 0:t.get)?void 0:i.toString().includes("[native code]"))}))),s=e in or?or[e]:void 0,o=Boolean(s&&s.every((e=>{var t;return"function"==typeof r[e]&&(null==(t=r[e])?void 0:t.toString().includes("[native code]"))})));if(n&&o)return ar[e]=t.prototype,t.prototype;try{var a=document.createElement("iframe");document.body.appendChild(a);var l=a.contentWindow;if(!l)return t.prototype;var u=l[e].prototype;return document.body.removeChild(a),u?ar[e]=u:r}catch(e){return r}}var ur={};function cr(e,t,r){var i,n=e+"."+String(r);if(ur[n])return ur[n].call(t);var s=lr(e),o=null==(i=Object.getOwnPropertyDescriptor(s,r))?void 0:i.get;return o?(ur[n]=o,o.call(t)):t[r]}var dr={};function hr(e,t,r){var i=e+"."+String(r);if(dr[i])return dr[i].bind(t);var n=lr(e)[r];return"function"!=typeof n?t[r]:(dr[i]=n,n.bind(t))}var pr={childNodes:function(e){return cr("Node",e,"childNodes")},parentNode:function(e){return cr("Node",e,"parentNode")},parentElement:function(e){return cr("Node",e,"parentElement")},textContent:function(e){return cr("Node",e,"textContent")},contains:function(e,t){return hr("Node",e,"contains")(t)},getRootNode:function(e){return hr("Node",e,"getRootNode")()},host:function(e){return e&&"host"in e?cr("ShadowRoot",e,"host"):null},styleSheets:function(e){return e.styleSheets},shadowRoot:function(e){return e&&"shadowRoot"in e?cr("Element",e,"shadowRoot"):null},querySelector:function(e,t){return cr("Element",e,"querySelector")(t)},querySelectorAll:function(e,t){return cr("Element",e,"querySelectorAll")(t)},mutationObserver:function(){return lr("MutationObserver").constructor}};var vr="Please stop import mirror directly. Instead of that,\r\nnow you can use replayer.getMirror() to access the mirror instance of a replayer,\r\nor you can use record.mirror to access the mirror instance during recording.",gr={map:{},getId:()=>(console.error(vr),-1),getNode:()=>(console.error(vr),null),removeNodeFromMap(){console.error(vr)},has:()=>(console.error(vr),!1),reset(){console.error(vr)}};"undefined"!=typeof window&&window.Proxy&&window.Reflect&&(gr=new Proxy(gr,{get:(e,t,r)=>("map"===t&&console.error(vr),Reflect.get(e,t,r))}));var fr=Date.now;function _r(e){return e?e.nodeType===e.ELEMENT_NODE?e:pr.parentElement(e):null}/[1-9][0-9]{12}/.test(Date.now().toString())||(fr=()=>(new Date).getTime());function mr(e){var t,r=null;return"getRootNode"in e&&(null==(t=pr.getRootNode(e))?void 0:t.nodeType)===Node.DOCUMENT_FRAGMENT_NODE&&pr.host(pr.getRootNode(e))&&(r=pr.host(pr.getRootNode(e))),r}function yr(e){for(var t,r=e;t=mr(r);)r=t;return r}function br(e){var t=e.ownerDocument;if(!t)return!1;var r=yr(e);return pr.contains(t,r)}for(var Sr=Object.freeze(Object.defineProperty({__proto__:null,StyleSheetMirror:class{constructor(){Ut(this,"id",1),Ut(this,"styleIDMap",new WeakMap),Ut(this,"idStyleMap",new Map)}getId(e){var t;return null!==(t=this.styleIDMap.get(e))&&void 0!==t?t:-1}has(e){return this.styleIDMap.has(e)}add(e,t){return this.has(e)?this.getId(e):(r=void 0===t?this.id++:t,this.styleIDMap.set(e,r),this.idStyleMap.set(r,e),r);var r}getStyle(e){return this.idStyleMap.get(e)||null}reset(){this.styleIDMap=new WeakMap,this.idStyleMap=new Map,this.id=1}generateId(){return this.id++}},get _mirror(){return gr},closestElementOfNode:_r,getBaseDimension:function e(t,r){var i,n,s=null==(n=null==(i=t.ownerDocument)?void 0:i.defaultView)?void 0:n.frameElement;if(!s||s===r)return{x:0,y:0,relativeScale:1,absoluteScale:1};var o=s.getBoundingClientRect(),a=e(s,r),l=o.height/s.clientHeight;return{x:o.x*a.relativeScale+a.x,y:o.y*a.relativeScale+a.y,relativeScale:l,absoluteScale:a.absoluteScale*l}},getNestedRule:function e(t,r){var i=t[r[0]];return 1===r.length?i:e(i.cssRules[r[1]].cssRules,r.slice(2))},getPositionsAndIndex:function(e){var t=[...e],r=t.pop();return{positions:t,index:r}},getRootShadowHost:yr,getShadowHost:mr,getWindowHeight:function(){return window.innerHeight||document.documentElement&&document.documentElement.clientHeight||document.body&&document.body.clientHeight},getWindowScroll:function(e){var t,r,i,n,s=e.document;return{left:s.scrollingElement?s.scrollingElement.scrollLeft:void 0!==e.pageXOffset?e.pageXOffset:s.documentElement.scrollLeft||(null==s?void 0:s.body)&&(null==(t=pr.parentElement(s.body))?void 0:t.scrollLeft)||(null==(r=null==s?void 0:s.body)?void 0:r.scrollLeft)||0,top:s.scrollingElement?s.scrollingElement.scrollTop:void 0!==e.pageYOffset?e.pageYOffset:(null==s?void 0:s.documentElement.scrollTop)||(null==s?void 0:s.body)&&(null==(i=pr.parentElement(s.body))?void 0:i.scrollTop)||(null==(n=null==s?void 0:s.body)?void 0:n.scrollTop)||0}},getWindowWidth:function(){return window.innerWidth||document.documentElement&&document.documentElement.clientWidth||document.body&&document.body.clientWidth},hasShadowRoot:function(e){return!!e&&(e instanceof nr&&"shadowRoot"in e?Boolean(e.shadowRoot):Boolean(pr.shadowRoot(e)))},hookSetter:function e(t,r,i,n,s){void 0===s&&(s=window);var o=s.Object.getOwnPropertyDescriptor(t,r);return s.Object.defineProperty(t,r,n?i:{set(e){setTimeout((()=>{i.set.call(this,e)}),0),o&&o.set&&o.set.call(this,e)}}),()=>e(t,r,o||{},!0)},inDom:function(e){var t=e.ownerDocument;return!!t&&(pr.contains(t,e)||br(e))},isAncestorRemoved:function e(t,r){if(n=(i=t)&&"host"in i&&"mode"in i&&tr.host(i)||null,Boolean(n&&"shadowRoot"in n&&tr.shadowRoot(n)===i))return!1;var i,n,s=r.getId(t);if(!r.has(s))return!0;var o=pr.parentNode(t);return(!o||o.nodeType!==t.DOCUMENT_NODE)&&(!o||e(o,r))},isBlocked:function(e,t,r,i){if(!e)return!1;var n=_r(e);if(!n)return!1;try{if("string"==typeof t){if(n.classList.contains(t))return!0;if(i&&null!==n.closest("."+t))return!0}else if(ir(n,t,i))return!0}catch(e){}if(r){if(n.matches(r))return!0;if(i&&null!==n.closest(r))return!0}return!1},isIgnored:function(e,t,r){return!("TITLE"!==e.tagName||!r.headTitleMutations)||-2===t.getId(e)},isSerialized:function(e,t){return-1!==t.getId(e)},isSerializedIframe:function(e,t){return Boolean("IFRAME"===e.nodeName&&t.getMeta(e))},isSerializedStylesheet:function(e,t){return Boolean("LINK"===e.nodeName&&e.nodeType===e.ELEMENT_NODE&&e.getAttribute&&"stylesheet"===e.getAttribute("rel")&&t.getMeta(e))},iterateResolveTree:function e(t,r){r(t.value);for(var i=t.children.length-1;i>=0;i--)e(t.children[i],r)},legacy_isTouchEvent:function(e){return Boolean(e.changedTouches)},get nowTimestamp(){return fr},on:function(e,t,r){void 0===r&&(r=document);var i={capture:!0,passive:!0};return r.addEventListener(e,t,i),()=>r.removeEventListener(e,t,i)},patch:function(e,t,r){try{if(!(t in e))return()=>{};var i=e[t],n=r(i);return"function"==typeof n&&(n.prototype=n.prototype||{},Object.defineProperties(n,{__rrweb_original__:{enumerable:!1,value:i}})),e[t]=n,()=>{e[t]=i}}catch(e){return()=>{}}},polyfill:function(e){void 0===e&&(e=window),"NodeList"in e&&!e.NodeList.prototype.forEach&&(e.NodeList.prototype.forEach=Array.prototype.forEach),"DOMTokenList"in e&&!e.DOMTokenList.prototype.forEach&&(e.DOMTokenList.prototype.forEach=Array.prototype.forEach)},queueToResolveTrees:function(e){var t={},r=(e,r)=>{var i={value:e,parent:r,children:[]};return t[e.node.id]=i,i},i=[];for(var n of e){var{nextId:s,parentId:o}=n;if(s&&s in t){var a=t[s];if(a.parent){var l=a.parent.children.indexOf(a);a.parent.children.splice(l,0,r(n,a.parent))}else{var u=i.indexOf(a);i.splice(u,0,r(n,null))}}else if(o in t){var c=t[o];c.children.push(r(n,c))}else i.push(r(n,null))}return i},shadowHostInDom:br,throttle:function(e,t,r){void 0===r&&(r={});var i=null,n=0;return function(){for(var s=arguments.length,o=new Array(s),a=0;a<s;a++)o[a]=arguments[a];var l=Date.now();n||!1!==r.leading||(n=l);var u=t-(l-n),c=this;u<=0||u>t?(i&&(clearTimeout(i),i=null),n=l,e.apply(c,o)):i||!1===r.trailing||(i=setTimeout((()=>{n=!1===r.leading?0:Date.now(),i=null,e.apply(c,o)}),u))}},uniqueTextMutations:function(e){for(var t=new Set,r=[],i=e.length;i--;){var n=e[i];t.has(n.id)||(r.push(n),t.add(n.id))}return r}},Symbol.toStringTag,{value:"Module"})),wr="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",Cr="undefined"==typeof Uint8Array?[]:new Uint8Array(256),Ir=0;Ir<64;Ir++)Cr[wr.charCodeAt(Ir)]=Ir;var kr;"undefined"!=typeof window&&window.Blob&&new Blob([(e=>Uint8Array.from(atob(e),(e=>e.charCodeAt(0))))("KGZ1bmN0aW9uKCkgewogICJ1c2Ugc3RyaWN0IjsKICB2YXIgY2hhcnMgPSAiQUJDREVGR0hJSktMTU5PUFFSU1RVVldYWVphYmNkZWZnaGlqa2xtbm9wcXJzdHV2d3h5ejAxMjM0NTY3ODkrLyI7CiAgdmFyIGxvb2t1cCA9IHR5cGVvZiBVaW50OEFycmF5ID09PSAidW5kZWZpbmVkIiA/IFtdIDogbmV3IFVpbnQ4QXJyYXkoMjU2KTsKICBmb3IgKHZhciBpID0gMDsgaSA8IGNoYXJzLmxlbmd0aDsgaSsrKSB7CiAgICBsb29rdXBbY2hhcnMuY2hhckNvZGVBdChpKV0gPSBpOwogIH0KICB2YXIgZW5jb2RlID0gZnVuY3Rpb24oYXJyYXlidWZmZXIpIHsKICAgIHZhciBieXRlcyA9IG5ldyBVaW50OEFycmF5KGFycmF5YnVmZmVyKSwgaTIsIGxlbiA9IGJ5dGVzLmxlbmd0aCwgYmFzZTY0ID0gIiI7CiAgICBmb3IgKGkyID0gMDsgaTIgPCBsZW47IGkyICs9IDMpIHsKICAgICAgYmFzZTY0ICs9IGNoYXJzW2J5dGVzW2kyXSA+PiAyXTsKICAgICAgYmFzZTY0ICs9IGNoYXJzWyhieXRlc1tpMl0gJiAzKSA8PCA0IHwgYnl0ZXNbaTIgKyAxXSA+PiA0XTsKICAgICAgYmFzZTY0ICs9IGNoYXJzWyhieXRlc1tpMiArIDFdICYgMTUpIDw8IDIgfCBieXRlc1tpMiArIDJdID4+IDZdOwogICAgICBiYXNlNjQgKz0gY2hhcnNbYnl0ZXNbaTIgKyAyXSAmIDYzXTsKICAgIH0KICAgIGlmIChsZW4gJSAzID09PSAyKSB7CiAgICAgIGJhc2U2NCA9IGJhc2U2NC5zdWJzdHJpbmcoMCwgYmFzZTY0Lmxlbmd0aCAtIDEpICsgIj0iOwogICAgfSBlbHNlIGlmIChsZW4gJSAzID09PSAxKSB7CiAgICAgIGJhc2U2NCA9IGJhc2U2NC5zdWJzdHJpbmcoMCwgYmFzZTY0Lmxlbmd0aCAtIDIpICsgIj09IjsKICAgIH0KICAgIHJldHVybiBiYXNlNjQ7CiAgfTsKICBjb25zdCBsYXN0QmxvYk1hcCA9IC8qIEBfX1BVUkVfXyAqLyBuZXcgTWFwKCk7CiAgY29uc3QgdHJhbnNwYXJlbnRCbG9iTWFwID0gLyogQF9fUFVSRV9fICovIG5ldyBNYXAoKTsKICBhc3luYyBmdW5jdGlvbiBnZXRUcmFuc3BhcmVudEJsb2JGb3Iod2lkdGgsIGhlaWdodCwgZGF0YVVSTE9wdGlvbnMpIHsKICAgIGNvbnN0IGlkID0gYCR7d2lkdGh9LSR7aGVpZ2h0fWA7CiAgICBpZiAoIk9mZnNjcmVlbkNhbnZhcyIgaW4gZ2xvYmFsVGhpcykgewogICAgICBpZiAodHJhbnNwYXJlbnRCbG9iTWFwLmhhcyhpZCkpIHJldHVybiB0cmFuc3BhcmVudEJsb2JNYXAuZ2V0KGlkKTsKICAgICAgY29uc3Qgb2Zmc2NyZWVuID0gbmV3IE9mZnNjcmVlbkNhbnZhcyh3aWR0aCwgaGVpZ2h0KTsKICAgICAgb2Zmc2NyZWVuLmdldENvbnRleHQoIjJkIik7CiAgICAgIGNvbnN0IGJsb2IgPSBhd2FpdCBvZmZzY3JlZW4uY29udmVydFRvQmxvYihkYXRhVVJMT3B0aW9ucyk7CiAgICAgIGNvbnN0IGFycmF5QnVmZmVyID0gYXdhaXQgYmxvYi5hcnJheUJ1ZmZlcigpOwogICAgICBjb25zdCBiYXNlNjQgPSBlbmNvZGUoYXJyYXlCdWZmZXIpOwogICAgICB0cmFuc3BhcmVudEJsb2JNYXAuc2V0KGlkLCBiYXNlNjQpOwogICAgICByZXR1cm4gYmFzZTY0OwogICAgfSBlbHNlIHsKICAgICAgcmV0dXJuICIiOwogICAgfQogIH0KICBjb25zdCB3b3JrZXIgPSBzZWxmOwogIHdvcmtlci5vbm1lc3NhZ2UgPSBhc3luYyBmdW5jdGlvbihlKSB7CiAgICBpZiAoIk9mZnNjcmVlbkNhbnZhcyIgaW4gZ2xvYmFsVGhpcykgewogICAgICBjb25zdCB7IGlkLCBiaXRtYXAsIHdpZHRoLCBoZWlnaHQsIGRhdGFVUkxPcHRpb25zIH0gPSBlLmRhdGE7CiAgICAgIGNvbnN0IHRyYW5zcGFyZW50QmFzZTY0ID0gZ2V0VHJhbnNwYXJlbnRCbG9iRm9yKAogICAgICAgIHdpZHRoLAogICAgICAgIGhlaWdodCwKICAgICAgICBkYXRhVVJMT3B0aW9ucwogICAgICApOwogICAgICBjb25zdCBvZmZzY3JlZW4gPSBuZXcgT2Zmc2NyZWVuQ2FudmFzKHdpZHRoLCBoZWlnaHQpOwogICAgICBjb25zdCBjdHggPSBvZmZzY3JlZW4uZ2V0Q29udGV4dCgiMmQiKTsKICAgICAgY3R4LmRyYXdJbWFnZShiaXRtYXAsIDAsIDApOwogICAgICBiaXRtYXAuY2xvc2UoKTsKICAgICAgY29uc3QgYmxvYiA9IGF3YWl0IG9mZnNjcmVlbi5jb252ZXJ0VG9CbG9iKGRhdGFVUkxPcHRpb25zKTsKICAgICAgY29uc3QgdHlwZSA9IGJsb2IudHlwZTsKICAgICAgY29uc3QgYXJyYXlCdWZmZXIgPSBhd2FpdCBibG9iLmFycmF5QnVmZmVyKCk7CiAgICAgIGNvbnN0IGJhc2U2NCA9IGVuY29kZShhcnJheUJ1ZmZlcik7CiAgICAgIGlmICghbGFzdEJsb2JNYXAuaGFzKGlkKSAmJiBhd2FpdCB0cmFuc3BhcmVudEJhc2U2NCA9PT0gYmFzZTY0KSB7CiAgICAgICAgbGFzdEJsb2JNYXAuc2V0KGlkLCBiYXNlNjQpOwogICAgICAgIHJldHVybiB3b3JrZXIucG9zdE1lc3NhZ2UoeyBpZCB9KTsKICAgICAgfQogICAgICBpZiAobGFzdEJsb2JNYXAuZ2V0KGlkKSA9PT0gYmFzZTY0KSByZXR1cm4gd29ya2VyLnBvc3RNZXNzYWdlKHsgaWQgfSk7CiAgICAgIHdvcmtlci5wb3N0TWVzc2FnZSh7CiAgICAgICAgaWQsCiAgICAgICAgdHlwZSwKICAgICAgICBiYXNlNjQsCiAgICAgICAgd2lkdGgsCiAgICAgICAgaGVpZ2h0CiAgICAgIH0pOwogICAgICBsYXN0QmxvYk1hcC5zZXQoaWQsIGJhc2U2NCk7CiAgICB9IGVsc2UgewogICAgICByZXR1cm4gd29ya2VyLnBvc3RNZXNzYWdlKHsgaWQ6IGUuZGF0YS5pZCB9KTsKICAgIH0KICB9Owp9KSgpOwovLyMgc291cmNlTWFwcGluZ1VSTD1pbWFnZS1iaXRtYXAtZGF0YS11cmwtd29ya2VyLUlKcEM3Z19iLmpzLm1hcAo=")],{type:"text/javascript;charset=utf-8"});try{if(2!==Array.from([1],(e=>2*e))[0]){var Er=document.createElement("iframe");document.body.appendChild(Er),Array.from=(null==(Ht=Er.contentWindow)?void 0:Ht.Array.from)||Array.from,document.body.removeChild(Er)}}catch(e){console.debug("Unable to override Array.from",e)}new rr,function(e){e[e.NotStarted=0]="NotStarted",e[e.Running=1]="Running",e[e.Stopped=2]="Stopped"}(kr||(kr={}));class xr{constructor(e){Wt(this,"fileName"),Wt(this,"functionName"),Wt(this,"lineNumber"),Wt(this,"columnNumber"),this.fileName=e.fileName||"",this.functionName=e.functionName||"",this.lineNumber=e.lineNumber,this.columnNumber=e.columnNumber}toString(){var e=this.lineNumber||"",t=this.columnNumber||"";return this.functionName?this.functionName+" ("+this.fileName+":"+e+":"+t+")":this.fileName+":"+e+":"+t}}var Tr=/(^|@)\S+:\d+/,Mr=/^\s*at .*(\S+:\d+|\(native\))/m,Rr=/^(eval@)?(\[native code])?$/,Ar={parse:function(e){return e?void 0!==e.stacktrace||void 0!==e["opera#sourceloc"]?this.parseOpera(e):e.stack&&e.stack.match(Mr)?this.parseV8OrIE(e):e.stack?this.parseFFOrSafari(e):(console.warn("[console-record-plugin]: Failed to parse error object:",e),[]):[]},extractLocation:function(e){if(-1===e.indexOf(":"))return[e];var t=/(.+?)(?::(\d+))?(?::(\d+))?$/.exec(e.replace(/[()]/g,""));if(!t)throw new Error("Cannot parse given url: "+e);return[t[1],t[2]||void 0,t[3]||void 0]},parseV8OrIE:function(e){return e.stack.split("\n").filter((function(e){return!!e.match(Mr)}),this).map((function(e){e.indexOf("(eval ")>-1&&(e=e.replace(/eval code/g,"eval").replace(/(\(eval at [^()]*)|(\),.*$)/g,""));var t=e.replace(/^\s+/,"").replace(/\(eval code/g,"("),r=t.match(/ (\((.+):(\d+):(\d+)\)$)/),i=(t=r?t.replace(r[0],""):t).split(/\s+/).slice(1),n=this.extractLocation(r?r[1]:i.pop()),s=i.join(" ")||void 0,o=["eval","<anonymous>"].indexOf(n[0])>-1?void 0:n[0];return new xr({functionName:s,fileName:o,lineNumber:n[1],columnNumber:n[2]})}),this)},parseFFOrSafari:function(e){return e.stack.split("\n").filter((function(e){return!e.match(Rr)}),this).map((function(e){if(e.indexOf(" > eval")>-1&&(e=e.replace(/ line (\d+)(?: > eval line \d+)* > eval:\d+:\d+/g,":$1")),-1===e.indexOf("@")&&-1===e.indexOf(":"))return new xr({functionName:e});var t=/((.*".+"[^@]*)?[^@]*)(?:@)/,r=e.match(t),i=r&&r[1]?r[1]:void 0,n=this.extractLocation(e.replace(t,""));return new xr({functionName:i,fileName:n[0],lineNumber:n[1],columnNumber:n[2]})}),this)},parseOpera:function(e){return!e.stacktrace||e.message.indexOf("\n")>-1&&e.message.split("\n").length>e.stacktrace.split("\n").length?this.parseOpera9(e):e.stack?this.parseOpera11(e):this.parseOpera10(e)},parseOpera9:function(e){for(var t=/Line (\d+).*script (?:in )?(\S+)/i,r=e.message.split("\n"),i=[],n=2,s=r.length;n<s;n+=2){var o=t.exec(r[n]);o&&i.push(new xr({fileName:o[2],lineNumber:parseFloat(o[1])}))}return i},parseOpera10:function(e){for(var t=/Line (\d+).*script (?:in )?(\S+)(?:: In function (\S+))?$/i,r=e.stacktrace.split("\n"),i=[],n=0,s=r.length;n<s;n+=2){var o=t.exec(r[n]);o&&i.push(new xr({functionName:o[3]||void 0,fileName:o[2],lineNumber:parseFloat(o[1])}))}return i},parseOpera11:function(e){return e.stack.split("\n").filter((function(e){return!!e.match(Tr)&&!e.match(/^Error created at/)}),this).map((function(e){var t=e.split("@"),r=this.extractLocation(t.pop()),i=(t.shift()||"").replace(/<anonymous function(: (\w+))?>/,"$2").replace(/\([^)]*\)/g,"")||void 0;return new xr({functionName:i,fileName:r[0],lineNumber:r[1],columnNumber:r[2]})}),this)}};function Nr(e){if(!e||!e.outerHTML)return"";for(var t="";e.parentElement;){var r=e.localName;if(!r)break;r=r.toLowerCase();var i=e.parentElement,n=[];if(i.children&&i.children.length>0)for(var s=0;s<i.children.length;s++){var o=i.children[s];o.localName&&o.localName.toLowerCase&&o.localName.toLowerCase()===r&&n.push(o)}n.length>1&&(r+=":eq("+n.indexOf(e)+")"),t=r+(t?">"+t:""),e=i}return t}function Fr(e){return"[object Object]"===Object.prototype.toString.call(e)}function Pr(e,t){if(0===t)return!0;var r=Object.keys(e);for(var i of r)if(Fr(e[i])&&Pr(e[i],t-1))return!0;return!1}function Or(e,t){var r={numOfKeysLimit:50,depthOfLimit:4};Object.assign(r,t);var i=[],n=[];return JSON.stringify(e,(function(e,t){if(i.length>0){var s=i.indexOf(this);~s?i.splice(s+1):i.push(this),~s?n.splice(s,1/0,e):n.push(e),~i.indexOf(t)&&(t=i[0]===t?"[Circular ~]":"[Circular ~."+n.slice(0,i.indexOf(t)).join(".")+"]")}else i.push(t);if(null===t)return t;if(void 0===t)return"undefined";if(function(e){if(Fr(e)&&Object.keys(e).length>r.numOfKeysLimit)return!0;if("function"==typeof e)return!0;if(Fr(e)&&Pr(e,r.depthOfLimit))return!0;return!1}(t))return function(e){var t=e.toString();r.stringLengthLimit&&t.length>r.stringLengthLimit&&(t=t.slice(0,r.stringLengthLimit)+"...");return t}(t);if("bigint"==typeof t)return t.toString()+"n";if(t instanceof Event){var o={};for(var a in t){var l=t[a];Array.isArray(l)?o[a]=Nr(l.length?l[0]:null):o[a]=l}return o}return t instanceof Node?t instanceof HTMLElement?t?t.outerHTML:"":t.nodeName:t instanceof Error?t.stack?t.stack+"\nEnd of stack for Error object":t.name+": "+t.message:t}))}var Lr={level:["assert","clear","count","countReset","debug","dir","dirxml","error","group","groupCollapsed","groupEnd","info","log","table","time","timeEnd","timeLog","trace","warn"],lengthThreshold:1e3,logger:"console"};function Dr(e,t,r){var i,n=r?Object.assign({},Lr,r):Lr,s=n.logger;if(!s)return()=>{};i="string"==typeof s?t[s]:s;var o=0,a=!1,l=[];if(n.level.includes("error")){var u=t=>{var r=t.message,i=t.error,s=Ar.parse(i).map((e=>e.toString())),o=[Or(r,n.stringifyOptions)];e({level:"error",trace:s,payload:o})};t.addEventListener("error",u),l.push((()=>{t.removeEventListener("error",u)}));var c=t=>{var r,i;t.reason instanceof Error?i=[Or("Uncaught (in promise) "+(r=t.reason).name+": "+r.message,n.stringifyOptions)]:(r=new Error,i=[Or("Uncaught (in promise)",n.stringifyOptions),Or(t.reason,n.stringifyOptions)]);var s=Ar.parse(r).map((e=>e.toString()));e({level:"error",trace:s,payload:i})};t.addEventListener("unhandledrejection",c),l.push((()=>{t.removeEventListener("unhandledrejection",c)}))}for(var d of n.level)l.push(h(i,d));return()=>{l.forEach((e=>e()))};function h(t,r){var i=this;return t[r]?Sr.patch(t,r,(t=>function(){for(var s=arguments.length,l=new Array(s),u=0;u<s;u++)l[u]=arguments[u];if(t.apply(i,l),!("assert"===r&&l[0]||a)){a=!0;try{var c=Ar.parse(new Error).map((e=>e.toString())).splice(1),d=("assert"===r?l.slice(1):l).map((e=>Or(e,n.stringifyOptions)));++o<n.lengthThreshold?e({level:r,trace:c,payload:d}):o===n.lengthThreshold&&e({level:"warn",trace:[],payload:[Or("The number of log records reached the threshold.")]})}catch(e){t("rrweb logger error:",e,...l)}finally{a=!1}}})):()=>{}}}var Br=e=>({name:"rrweb/console@1",observer:Dr,options:e}),qr=["$snapshot","$pageview","$pageleave","$set","survey dismissed","survey sent","survey shown","$identify","$groupidentify","$create_alias","$$client_ingestion_warning","$web_experiment_applied","$feature_enrollment_update","$feature_flag_called"];function Hr(e,t){return-1!==e.indexOf(t)}var Vr=function(e){return e.trim()},Wr=function(e){return e.replace(/^\$/,"")};var $r=Array.isArray,Ur=Object.prototype,Zr=Ur.hasOwnProperty,jr=Ur.toString,zr=$r||function(e){return"[object Array]"===jr.call(e)},Gr=e=>"function"==typeof e,Yr=e=>Gr(e)&&-1!==e.toString().indexOf("[native code]"),Xr=e=>e===Object(e)&&!zr(e),Jr=e=>{if(Xr(e)){for(var t in e)if(Zr.call(e,t))return!1;return!0}return!1},Kr=e=>void 0===e,Qr=e=>"[object String]"==jr.call(e),ei=e=>Qr(e)&&0===e.trim().length,ti=e=>null===e,ri=e=>Kr(e)||ti(e),ii=e=>"[object Number]"==jr.call(e),ni=e=>"[object Boolean]"===jr.call(e),si=e=>e instanceof FormData,oi=e=>Hr(qr,e);function ai(e){return null===e||"object"!=typeof e}function li(e,t){return Object.prototype.toString.call(e)==="[object "+t+"]"}function ui(e){return!Kr(Event)&&function(e,t){try{return e instanceof t}catch(e){return!1}}(e,Event)}var ci=[!0,"true",1,"1","yes"],di=e=>Hr(ci,e),hi=[!1,"false",0,"0","no"];function pi(e,t,r,i,n){return t>r&&(i.warn("min cannot be greater than max."),t=r),ii(e)?e>r?(i.warn(" cannot be greater than max: "+r+". Using max value instead."),r):e<t?(i.warn(" cannot be less than min: "+t+". Using min value instead."),t):e:(i.warn(" must be a number. using max or fallback. max: "+r+", fallback: "+n),pi(n||r,t,r,i))}class vi{constructor(e){this._options=e,this._buckets={},this._refillBuckets=()=>{Object.keys(this._buckets).forEach((e=>{var t=this._getBucket(e)+this._refillRate;t>=this._bucketSize?delete this._buckets[e]:this._setBucket(e,t)}))},this._getBucket=e=>this._buckets[String(e)],this._setBucket=(e,t)=>{this._buckets[String(e)]=t},this.consumeRateLimit=e=>{var t,r,i=null!==(t=this._getBucket(e))&&void 0!==t?t:this._bucketSize;if(0===(i=Math.max(i-1,0)))return!0;this._setBucket(e,i);var n=0===i;return n&&(null==(r=this._onBucketRateLimited)||r.call(this,e)),n},this._onBucketRateLimited=this._options._onBucketRateLimited,this._bucketSize=pi(this._options.bucketSize,0,100,this._options._logger),this._refillRate=pi(this._options.refillRate,0,this._bucketSize,this._options._logger),this._refillInterval=pi(this._options.refillInterval,0,864e5,this._options._logger),this._removeInterval=setInterval((()=>{this._refillBuckets()}),this._refillInterval)}stop(){this._removeInterval&&(clearInterval(this._removeInterval),this._removeInterval=void 0)}}var gi,fi,_i,mi=e=>e instanceof Error;function yi(e){var t=globalThis._posthogChunkIds;if(t){var r=Object.keys(t);return _i&&r.length===fi||(fi=r.length,_i=r.reduce(((r,i)=>{gi||(gi={});var n=gi[i];if(n)r[n[0]]=n[1];else for(var s=e(i),o=s.length-1;o>=0;o--){var a=s[o],l=null==a?void 0:a.filename,u=t[i];if(l&&u){r[l]=u,gi[i]=[l,u];break}}return r}),{})),_i}}var bi="?";function Si(e,t,r,i){var n={platform:"web:javascript",filename:e,function:"<anonymous>"===t?bi:t,in_app:!0};return Kr(r)||(n.lineno=r),Kr(i)||(n.colno=i),n}var wi=(e,t)=>{var r=-1!==e.indexOf("safari-extension"),i=-1!==e.indexOf("safari-web-extension");return r||i?[-1!==e.indexOf("@")?e.split("@")[0]:bi,r?"safari-extension:"+t:"safari-web-extension:"+t]:[e,t]},Ci=/^\s*at (\S+?)(?::(\d+))(?::(\d+))\s*$/i,Ii=/^\s*at (?:(.+?\)(?: \[.+\])?|.*?) ?\((?:address at )?)?(?:async )?((?:<anonymous>|[-a-z]+:|.*bundle|\/)?.*?)(?::(\d+))?(?::(\d+))?\)?\s*$/i,ki=/\((\S*)(?::(\d+))(?::(\d+))\)/,Ei=e=>{var t=Ci.exec(e);if(t){var[,r,i,n]=t;return Si(r,bi,+i,+n)}var s=Ii.exec(e);if(s){if(s[2]&&0===s[2].indexOf("eval")){var o=ki.exec(s[2]);o&&(s[2]=o[1],s[3]=o[2],s[4]=o[3])}var[a,l]=wi(s[1]||bi,s[2]);return Si(l,a,s[3]?+s[3]:void 0,s[4]?+s[4]:void 0)}},xi=/^\s*(.*?)(?:\((.*?)\))?(?:^|@)?((?:[-a-z]+)?:\/.*?|\[native code\]|[^@]*(?:bundle|\d+\.js)|\/[\w\-. /=]+)(?::(\d+))?(?::(\d+))?\s*$/i,Ti=/(\S+) line (\d+)(?: > eval line \d+)* > eval/i,Mi=e=>{var t=xi.exec(e);if(t){if(t[3]&&t[3].indexOf(" > eval")>-1){var r=Ti.exec(t[3]);r&&(t[1]=t[1]||"eval",t[3]=r[1],t[4]=r[2],t[5]="")}var i=t[3],n=t[1]||bi;return[n,i]=wi(n,i),Si(i,n,t[4]?+t[4]:void 0,t[5]?+t[5]:void 0)}},Ri=/\(error: (.*)\)/,Ai=50;function Ni(){for(var e=arguments.length,t=new Array(e),i=0;i<e;i++)t[i]=arguments[i];return function(e,i){void 0===i&&(i=0);for(var n=[],s=e.split("\n"),o=i;o<s.length;o++){var a=s[o];if(!(a.length>1024)){var l=Ri.test(a)?a.replace(Ri,"$1"):a;if(!l.match(/\S*Error: /)){for(var u of t){var c=u(l);if(c){n.push(c);break}}if(n.length>=Ai)break}}}return function(e){if(!e.length)return[];var t=Array.from(e);return t.reverse(),t.slice(0,Ai).map((e=>{return r({},e,{filename:e.filename||(i=t,i[i.length-1]||{}).filename,function:e.function||bi});var i}))}(n)}}class Fi{constructor(e,t,r){void 0===e&&(e=[]),void 0===t&&(t=[]),void 0===r&&(r=[]),this.coercers=e,this.modifiers=r,this.stackParser=Ni(...t)}buildFromUnknown(e,t){void 0===t&&(t={});var r=t&&t.mechanism||{handled:!0,type:"generic"},i=this.buildCoercingContext(r,t,0).apply(e),n=this.buildParsingContext(),s=this.parseStacktrace(i,n);return{$exception_list:this.convertToExceptionList(s,r),$exception_level:"error"}}modifyFrames(e){var r=this;return t((function*(){for(var t of e)t.stacktrace&&t.stacktrace.frames&&zr(t.stacktrace.frames)&&(t.stacktrace.frames=yield r.applyModifiers(t.stacktrace.frames));return e}))()}coerceFallback(e){var t;return{type:"Error",value:"Unknown error",stack:null==(t=e.syntheticException)?void 0:t.stack,synthetic:!0}}parseStacktrace(e,t){var i,n;return null!=e.cause&&(i=this.parseStacktrace(e.cause,t)),""!=e.stack&&null!=e.stack&&(n=this.applyChunkIds(this.stackParser(e.stack,e.synthetic?1:0),t.chunkIdMap)),r({},e,{cause:i,stack:n})}applyChunkIds(e,t){return e.map((e=>(e.filename&&t&&(e.chunk_id=t[e.filename]),e)))}applyCoercers(e,t){for(var r of this.coercers)if(r.match(e))return r.coerce(e,t);return this.coerceFallback(t)}applyModifiers(e){var r=this;return t((function*(){var t=e;for(var i of r.modifiers)t=yield i(t);return t}))()}convertToExceptionList(e,t){var i,n,s,o={type:e.type,value:e.value,mechanism:{type:null!==(i=t.type)&&void 0!==i?i:"generic",handled:null===(n=t.handled)||void 0===n||n,synthetic:null!==(s=e.synthetic)&&void 0!==s&&s}};e.stack&&(o.stacktrace={type:"raw",frames:e.stack});var a=[o];return null!=e.cause&&a.push(...this.convertToExceptionList(e.cause,r({},t,{handled:!0}))),a}buildParsingContext(){return{chunkIdMap:yi(this.stackParser)}}buildCoercingContext(e,t,i){void 0===i&&(i=0);var n=(r,i)=>{if(i<=4){var n=this.buildCoercingContext(e,t,i);return this.applyCoercers(r,n)}};return r({},t,{syntheticException:0==i?t.syntheticException:void 0,mechanism:e,apply:e=>n(e,i),next:e=>n(e,i+1)})}}class Pi{match(e){return this.isDOMException(e)||this.isDOMError(e)}coerce(e,t){var r=Qr(e.stack);return{type:this.getType(e),value:this.getValue(e),stack:r?e.stack:void 0,cause:e.cause?t.next(e.cause):void 0,synthetic:!1}}getType(e){return this.isDOMError(e)?"DOMError":"DOMException"}getValue(e){var t=e.name||(this.isDOMError(e)?"DOMError":"DOMException");return e.message?t+": "+e.message:t}isDOMException(e){return li(e,"DOMException")}isDOMError(e){return li(e,"DOMError")}}class Oi{match(e){return(e=>e instanceof Error)(e)}coerce(e,t){return{type:this.getType(e),value:this.getMessage(e,t),stack:this.getStack(e),cause:e.cause?t.next(e.cause):void 0,synthetic:!1}}getType(e){return e.name||e.constructor.name}getMessage(e,t){var r=e.message;return r.error&&"string"==typeof r.error.message?String(r.error.message):String(r)}getStack(e){return e.stacktrace||e.stack||void 0}}class Li{constructor(){}match(e){return li(e,"ErrorEvent")&&null!=e.error}coerce(e,t){var r,i=t.apply(e.error);return i||{type:"ErrorEvent",value:e.message,stack:null==(r=t.syntheticException)?void 0:r.stack,synthetic:!0}}}var Di=/^(?:[Uu]ncaught (?:exception: )?)?(?:((?:Eval|Internal|Range|Reference|Syntax|Type|URI|)Error): )?(.*)$/i;class Bi{match(e){return"string"==typeof e}coerce(e,t){var r,[i,n]=this.getInfos(e);return{type:null!=i?i:"Error",value:null!=n?n:e,stack:null==(r=t.syntheticException)?void 0:r.stack,synthetic:!0}}getInfos(e){var t="Error",r=e,i=e.match(Di);return i&&(t=i[1],r=i[2]),[t,r]}}var qi=["fatal","error","warning","log","info","debug"];function Hi(e,t){void 0===t&&(t=40);var r=Object.keys(e);if(r.sort(),!r.length)return"[object has no keys]";for(var i=r.length;i>0;i--){var n=r.slice(0,i).join(", ");if(!(n.length>t))return i===r.length||n.length<=t?n:n.slice(0,t)+"..."}return""}class Vi{match(e){return"object"==typeof e&&null!==e}coerce(e,t){var r,i=this.getErrorPropertyFromObject(e);return i?t.apply(i):{type:this.getType(e),value:this.getValue(e),stack:null==(r=t.syntheticException)?void 0:r.stack,level:this.isSeverityLevel(e.level)?e.level:"error",synthetic:!0}}getType(e){return ui(e)?e.constructor.name:"Error"}getValue(e){if("name"in e&&"string"==typeof e.name){var t="'"+e.name+"' captured as exception";return"message"in e&&"string"==typeof e.message&&(t+=" with message: '"+e.message+"'"),t}if("message"in e&&"string"==typeof e.message)return e.message;var r=this.getObjectClassName(e);return(r&&"Object"!==r?"'"+r+"'":"Object")+" captured as exception with keys: "+Hi(e)}isSeverityLevel(e){return Qr(e)&&!ei(e)&&qi.indexOf(e)>=0}getErrorPropertyFromObject(e){for(var t in e)if(Object.prototype.hasOwnProperty.call(e,t)){var r=e[t];if(mi(r))return r}}getObjectClassName(e){try{var t=Object.getPrototypeOf(e);return t?t.constructor.name:void 0}catch(e){return}}}class Wi{match(e){return ui(e)}coerce(e,t){var r,i=e.constructor.name;return{type:i,value:i+" captured as exception with keys: "+Hi(e),stack:null==(r=t.syntheticException)?void 0:r.stack,synthetic:!0}}}class $i{match(e){return ai(e)}coerce(e,t){var r;return{type:"Error",value:"Primitive value captured as exception: "+String(e),stack:null==(r=t.syntheticException)?void 0:r.stack,synthetic:!0}}}class Ui{match(e){return li(e,"PromiseRejectionEvent")}coerce(e,t){var r,i=this.getUnhandledRejectionReason(e);return ai(i)?{type:"UnhandledRejection",value:"Non-Error promise rejection captured with value: "+String(i),stack:null==(r=t.syntheticException)?void 0:r.stack,synthetic:!0}:t.apply(i)}getUnhandledRejectionReason(e){if(ai(e))return e;try{if("reason"in e)return e.reason;if("detail"in e&&"reason"in e.detail)return e.detail.reason}catch(e){}return e}}var Zi="undefined"!=typeof window?window:void 0,ji="undefined"!=typeof globalThis?globalThis:Zi,zi=Array.prototype,Gi=zi.forEach,Yi=zi.indexOf,Xi=null==ji?void 0:ji.navigator,Ji=null==ji?void 0:ji.document,Ki=null==ji?void 0:ji.location,Qi=null==ji?void 0:ji.fetch,en=null!=ji&&ji.XMLHttpRequest&&"withCredentials"in new ji.XMLHttpRequest?ji.XMLHttpRequest:void 0,tn=null==ji?void 0:ji.AbortController,rn=null==Xi?void 0:Xi.userAgent,nn=null!=Zi?Zi:{},sn=()=>!!Zi.Zone,on=e=>e instanceof Document,an={DEBUG:!1,LIB_VERSION:"1.274.3"},ln=e=>{var t={_log:function(t){if(Zi&&(an.DEBUG||nn.POSTHOG_DEBUG)&&!Kr(Zi.console)&&Zi.console){for(var r=("__rrweb_original__"in Zi.console[t]?Zi.console[t].__rrweb_original__:Zi.console[t]),i=arguments.length,n=new Array(i>1?i-1:0),s=1;s<i;s++)n[s-1]=arguments[s];r(e,...n)}},info:function(){for(var e=arguments.length,r=new Array(e),i=0;i<e;i++)r[i]=arguments[i];t._log("log",...r)},warn:function(){for(var e=arguments.length,r=new Array(e),i=0;i<e;i++)r[i]=arguments[i];t._log("warn",...r)},error:function(){for(var e=arguments.length,r=new Array(e),i=0;i<e;i++)r[i]=arguments[i];t._log("error",...r)},critical:function(){for(var t=arguments.length,r=new Array(t),i=0;i<t;i++)r[i]=arguments[i];console.error(e,...r)},uninitializedWarning:e=>{t.error("You must initialize PostHog before calling "+e)},createLogger:t=>ln(e+" "+t)};return t},un=ln("[PostHog.js]"),cn=un.createLogger,dn={};function hn(e,t,r){if(zr(e))if(Gi&&e.forEach===Gi)e.forEach(t,r);else if("length"in e&&e.length===+e.length)for(var i=0,n=e.length;i<n;i++)if(i in e&&t.call(r,e[i],i)===dn)return}function pn(e,t,r){if(!ri(e)){if(zr(e))return hn(e,t,r);if(si(e)){for(var i of e.entries())if(t.call(r,i[1],i[0])===dn)return}else for(var n in e)if(Zr.call(e,n)&&t.call(r,e[n],n)===dn)return}}var vn=function(e){for(var t=arguments.length,r=new Array(t>1?t-1:0),i=1;i<t;i++)r[i-1]=arguments[i];return hn(r,(function(t){for(var r in t)void 0!==t[r]&&(e[r]=t[r])})),e},gn=function(e){for(var t=arguments.length,r=new Array(t>1?t-1:0),i=1;i<t;i++)r[i-1]=arguments[i];return hn(r,(function(t){hn(t,(function(t){e.push(t)}))})),e};function fn(e){for(var t=Object.keys(e),r=t.length,i=new Array(r);r--;)i[r]=[t[r],e[t[r]]];return i}var _n=function(e){try{return e()}catch(e){return}},mn=function(e){return function(){try{for(var t=arguments.length,r=new Array(t),i=0;i<t;i++)r[i]=arguments[i];return e.apply(this,r)}catch(e){un.critical("Implementation error. Please turn on debug mode and open a ticket on https://app.posthog.com/home#panel=support%3Asupport%3A."),un.critical(e)}}},yn=function(e){var t={};return pn(e,(function(e,r){(Qr(e)&&e.length>0||ii(e))&&(t[r]=e)})),t};function bn(e,t){return r=e,i=e=>Qr(e)&&!ti(t)?e.slice(0,t):e,n=new Set,function e(t,r){return t!==Object(t)?i?i(t,r):t:n.has(t)?void 0:(n.add(t),zr(t)?(s=[],hn(t,(t=>{s.push(e(t))}))):(s={},pn(t,((t,r)=>{n.has(t)||(s[r]=e(t,r))}))),s);var s}(r);var r,i,n}var Sn=["herokuapp.com","vercel.app","netlify.app"];function wn(e){var t=null==e?void 0:e.hostname;if(!Qr(t))return!1;var r=t.split(".").slice(-2).join(".");for(var i of Sn)if(r===i)return!1;return!0}function Cn(e,t){for(var r=0;r<e.length;r++)if(t(e[r]))return e[r]}function In(e,t,r,i){var{capture:n=!1,passive:s=!0}=null!=i?i:{};null==e||e.addEventListener(t,r,{capture:n,passive:s})}var kn=e=>{var t=null==Ji?void 0:Ji.createElement("a");return Kr(t)?null:(t.href=e,t)},En=function(e,t){var r,i;void 0===t&&(t="&");var n=[];return pn(e,(function(e,t){Kr(e)||Kr(t)||"undefined"===t||(r=encodeURIComponent((e=>e instanceof File)(e)?e.name:e.toString()),i=encodeURIComponent(t),n[n.length]=i+"="+r)})),n.join(t)},xn=function(e,t){for(var r,i=((e.split("#")[0]||"").split(/\?(.*)/)[1]||"").replace(/^\?+/g,"").split("&"),n=0;n<i.length;n++){var s=i[n].split("=");if(s[0]===t){r=s;break}}if(!zr(r)||r.length<2)return"";var o=r[1];try{o=decodeURIComponent(o)}catch(e){un.error("Skipping decoding for malformed query param: "+o)}return o.replace(/\+/g," ")},Tn=function(e,t,r){if(!e||!t||!t.length)return e;for(var i=e.split("#"),n=i[0]||"",s=i[1],o=n.split("?"),a=o[1],l=o[0],u=(a||"").split("&"),c=[],d=0;d<u.length;d++){var h=u[d].split("=");zr(h)&&(t.includes(h[0])?c.push(h[0]+"="+r):c.push(u[d]))}var p=l;return null!=a&&(p+="?"+c.join("&")),null!=s&&(p+="#"+s),p},Mn=function(e,t){var r=e.match(new RegExp(t+"=([^&]*)"));return r?r[1]:null};function Rn(e,t,r){try{if(!(t in e))return()=>{};var i=e[t],n=r(i);return Gr(n)&&(n.prototype=n.prototype||{},Object.defineProperties(n,{__posthog_wrapped__:{enumerable:!1,value:!0}})),e[t]=n,()=>{e[t]=i}}catch(e){return()=>{}}}function An(e,t){var r,i=function(e){try{return"string"==typeof e?new URL(e).hostname:"url"in e?new URL(e.url).hostname:e.hostname}catch(e){return null}}(e),n={hostname:i,isHostDenied:!1};if(null==(r=t.payloadHostDenyList)||!r.length||null==i||!i.trim().length)return n;for(var s of t.payloadHostDenyList)if(i.endsWith(s))return{hostname:i,isHostDenied:!0};return n}var Nn="$people_distinct_id",Fn="__alias",Pn="__timers",On="$autocapture_disabled_server_side",Ln="$heatmaps_enabled_server_side",Dn="$exception_capture_enabled_server_side",Bn="$error_tracking_suppression_rules",qn="$error_tracking_capture_extension_exceptions",Hn="$web_vitals_enabled_server_side",Vn="$dead_clicks_enabled_server_side",Wn="$web_vitals_allowed_metrics",$n="$session_recording_remote_config",Un="$sesid",Zn="$session_is_sampled",jn="$enabled_feature_flags",zn="$early_access_features",Gn="$feature_flag_details",Yn="$stored_person_properties",Xn="$stored_group_properties",Jn="$surveys",Kn="$surveys_activated",Qn="$flag_call_reported",es="$user_state",ts="$client_session_props",rs="$capture_rate_limit",is="$initial_campaign_params",ns="$initial_referrer_info",ss="$initial_person_info",os="$epp",as="__POSTHOG_TOOLBAR__",ls="$posthog_cookieless",us=[Nn,Fn,"__cmpns",Pn,"$session_recording_enabled_server_side",Ln,Un,jn,Bn,es,zn,Gn,Xn,Yn,Jn,Qn,ts,rs,is,ns,os,ss];function cs(e){return e instanceof Element&&(e.id===as||!(null==e.closest||!e.closest(".toolbar-global-fade-container")))}function ds(e){return!!e&&1===e.nodeType}function hs(e,t){return!!e&&!!e.tagName&&e.tagName.toLowerCase()===t.toLowerCase()}function ps(e){return!!e&&3===e.nodeType}function vs(e){return!!e&&11===e.nodeType}function gs(e){return e?Vr(e).split(/\s+/):[]}function fs(e){var t=null==Zi?void 0:Zi.location.href;return!!(t&&e&&e.some((e=>t.match(e))))}function _s(e){var t="";switch(typeof e.className){case"string":t=e.className;break;case"object":t=(e.className&&"baseVal"in e.className?e.className.baseVal:null)||e.getAttribute("class")||"";break;default:t=""}return gs(t)}function ms(e){return ri(e)?null:Vr(e).split(/(\s+)/).filter((e=>Ls(e))).join("").replace(/[\r\n]/g," ").replace(/[ ]+/g," ").substring(0,255)}function ys(e){var t="";return Ts(e)&&!Ms(e)&&e.childNodes&&e.childNodes.length&&pn(e.childNodes,(function(e){var r;ps(e)&&e.textContent&&(t+=null!==(r=ms(e.textContent))&&void 0!==r?r:"")})),Vr(t)}function bs(e){return Kr(e.target)?e.srcElement||null:null!=(t=e.target)&&t.shadowRoot?e.composedPath()[0]||null:e.target||null;var t}var Ss=["a","button","form","input","select","textarea","label"];function ws(e,t){if(Kr(t))return!0;var r,i=function(e){if(t.some((t=>e.matches(t))))return{v:!0}};for(var n of e)if(r=i(n))return r.v;return!1}function Cs(e){var t=e.parentNode;return!(!t||!ds(t))&&t}var Is=[".ph-no-rageclick",".ph-no-capture"];var ks=e=>!e||hs(e,"html")||!ds(e),Es=(e,t)=>{if(!Zi||ks(e))return{parentIsUsefulElement:!1,targetElementList:[]};for(var r=!1,i=[e],n=e;n.parentNode&&!hs(n,"body");)if(vs(n.parentNode))i.push(n.parentNode.host),n=n.parentNode.host;else{var s=Cs(n);if(!s)break;if(t||Ss.indexOf(s.tagName.toLowerCase())>-1)r=!0;else{var o=Zi.getComputedStyle(s);o&&"pointer"===o.getPropertyValue("cursor")&&(r=!0)}i.push(s),n=s}return{parentIsUsefulElement:r,targetElementList:i}};function xs(e,t,r,i,n){var s,o,a,l;if(void 0===r&&(r=void 0),!Zi||ks(e))return!1;if(null!=(s=r)&&s.url_allowlist&&!fs(r.url_allowlist))return!1;if(null!=(o=r)&&o.url_ignorelist&&fs(r.url_ignorelist))return!1;if(null!=(a=r)&&a.dom_event_allowlist){var u=r.dom_event_allowlist;if(u&&!u.some((e=>t.type===e)))return!1}var{parentIsUsefulElement:c,targetElementList:d}=Es(e,i);if(!function(e,t){var r=null==t?void 0:t.element_allowlist;if(Kr(r))return!0;var i,n=function(e){if(r.some((t=>e.tagName.toLowerCase()===t)))return{v:!0}};for(var s of e)if(i=n(s))return i.v;return!1}(d,r))return!1;if(!ws(d,null==(l=r)?void 0:l.css_selector_allowlist))return!1;var h=Zi.getComputedStyle(e);if(h&&"pointer"===h.getPropertyValue("cursor")&&"click"===t.type)return!0;var p=e.tagName.toLowerCase();switch(p){case"html":return!1;case"form":return(n||["submit"]).indexOf(t.type)>=0;case"input":case"select":case"textarea":return(n||["change","click"]).indexOf(t.type)>=0;default:return c?(n||["click"]).indexOf(t.type)>=0:(n||["click"]).indexOf(t.type)>=0&&(Ss.indexOf(p)>-1||"true"===e.getAttribute("contenteditable"))}}function Ts(e){for(var t=e;t.parentNode&&!hs(t,"body");t=t.parentNode){var r=_s(t);if(Hr(r,"ph-sensitive")||Hr(r,"ph-no-capture"))return!1}if(Hr(_s(e),"ph-include"))return!0;var i=e.type||"";if(Qr(i))switch(i.toLowerCase()){case"hidden":case"password":return!1}var n=e.name||e.id||"";if(Qr(n)){if(/^cc|cardnum|ccnum|creditcard|csc|cvc|cvv|exp|pass|pwd|routing|seccode|securitycode|securitynum|socialsec|socsec|ssn/i.test(n.replace(/[^a-zA-Z0-9]/g,"")))return!1}return!0}function Ms(e){return!!(hs(e,"input")&&!["button","checkbox","submit","reset"].includes(e.type)||hs(e,"select")||hs(e,"textarea")||"true"===e.getAttribute("contenteditable"))}var Rs="(4[0-9]{12}(?:[0-9]{3})?)|(5[1-5][0-9]{14})|(6(?:011|5[0-9]{2})[0-9]{12})|(3[47][0-9]{13})|(3(?:0[0-5]|[68][0-9])[0-9]{11})|((?:2131|1800|35[0-9]{3})[0-9]{11})",As=new RegExp("^(?:"+Rs+")$"),Ns=new RegExp(Rs),Fs="\\d{3}-?\\d{2}-?\\d{4}",Ps=new RegExp("^("+Fs+")$"),Os=new RegExp("("+Fs+")");function Ls(e,t){if(void 0===t&&(t=!0),ri(e))return!1;if(Qr(e)){if(e=Vr(e),(t?As:Ns).test((e||"").replace(/[- ]/g,"")))return!1;if((t?Ps:Os).test(e))return!1}return!0}function Ds(e){var t=ys(e);return Ls(t=(t+" "+Bs(e)).trim())?t:""}function Bs(e){var t="";return e&&e.childNodes&&e.childNodes.length&&pn(e.childNodes,(function(e){var r;if(e&&"span"===(null==(r=e.tagName)?void 0:r.toLowerCase()))try{var i=ys(e);t=(t+" "+i).trim(),e.childNodes&&e.childNodes.length&&(t=(t+" "+Bs(e)).trim())}catch(e){un.error("[AutoCapture]",e)}})),t}function qs(e){return function(e){var t=e.map((e=>{var t,i,n="";if(e.tag_name&&(n+=e.tag_name),e.attr_class)for(var s of(e.attr_class.sort(),e.attr_class))n+="."+s.replace(/"/g,"");var o=r({},e.text?{text:e.text}:{},{"nth-child":null!==(t=e.nth_child)&&void 0!==t?t:0,"nth-of-type":null!==(i=e.nth_of_type)&&void 0!==i?i:0},e.href?{href:e.href}:{},e.attr_id?{attr_id:e.attr_id}:{},e.attributes),a={};return fn(o).sort(((e,t)=>{var[r]=e,[i]=t;return r.localeCompare(i)})).forEach((e=>{var[t,r]=e;return a[Hs(t.toString())]=Hs(r.toString())})),n+=":",n+=fn(a).map((e=>{var[t,r]=e;return t+'="'+r+'"'})).join("")}));return t.join(";")}(function(e){return e.map((e=>{var t,r,i={text:null==(t=e.$el_text)?void 0:t.slice(0,400),tag_name:e.tag_name,href:null==(r=e.attr__href)?void 0:r.slice(0,2048),attr_class:Vs(e),attr_id:e.attr__id,nth_child:e.nth_child,nth_of_type:e.nth_of_type,attributes:{}};return fn(e).filter((e=>{var[t]=e;return 0===t.indexOf("attr__")})).forEach((e=>{var[t,r]=e;return i.attributes[t]=r})),i}))}(e))}function Hs(e){return e.replace(/"|\\"/g,'\\"')}function Vs(e){var t=e.attr__class;return t?zr(t)?t:gs(t):void 0}var Ws={initiatorTypes:["audio","beacon","body","css","early-hint","embed","fetch","frame","iframe","icon","image","img","input","link","navigation","object","ping","script","track","video","xmlhttprequest"],maskRequestFn:e=>e,recordHeaders:!1,recordBody:!1,recordInitialRequests:!1,recordPerformance:!1,performanceEntryTypeToObserve:["first-input","navigation","paint","resource"],payloadSizeLimitBytes:1e6,payloadHostDenyList:[".lr-ingest.io",".ingest.sentry.io",".clarity.ms","analytics.google.com","bam.nr-data.net"]},$s=cn("[Recorder]"),Us=e=>"navigation"===e.entryType,Zs=e=>"resource"===e.entryType;function js(e,t,r){if(r.recordInitialRequests){var i=t.performance.getEntries().filter((e=>Us(e)||Zs(e)&&r.initiatorTypes.includes(e.initiatorType)));e({requests:i.flatMap((e=>Qs({entry:e,method:void 0,status:void 0,networkRequest:{},isInitial:!0}))),isInitial:!0})}var n=new t.PerformanceObserver((t=>{var i=t.getEntries().filter((e=>Us(e)||Zs(e)&&r.initiatorTypes.includes(e.initiatorType)&&(e=>!r.recordBody&&!r.recordHeaders||"xmlhttprequest"!==e.initiatorType&&"fetch"!==e.initiatorType)(e)));e({requests:i.flatMap((e=>Qs({entry:e,method:void 0,status:void 0,networkRequest:{}})))})})),s=PerformanceObserver.supportedEntryTypes.filter((e=>r.performanceEntryTypeToObserve.includes(e)));return n.observe({entryTypes:s}),()=>{n.disconnect()}}function zs(e,t){return!!t&&(ni(t)||t[e])}function Gs(e){var{type:t,recordBody:r,headers:i,url:n}=e;function s(e){var t=Object.keys(i).find((e=>"content-type"===e.toLowerCase())),r=t&&i[t];return e.some((e=>null==r?void 0:r.includes(e)))}if(!r)return!1;if(function e(t){try{return"string"==typeof t?t.startsWith("blob:"):t instanceof URL?"blob:"===t.protocol:t instanceof Request&&e(t.url)}catch(e){return!1}}(n))return!1;if(ni(r))return!0;if(zr(r))return s(r);var o=r[t];return ni(o)?o:s(o)}function Ys(e,t,r,i,n,s){return Xs.apply(this,arguments)}function Xs(){return Xs=t((function*(e,t,r,i,n,s){if(void 0===s&&(s=0),s>10)return $s.warn("Failed to get performance entry for request",{url:r,initiatorType:t}),null;var o=function(e,t){for(var r=e.length-1;r>=0;r-=1)if(t(e[r]))return e[r]}(e.performance.getEntriesByName(r),(e=>Zs(e)&&e.initiatorType===t&&(Kr(i)||e.startTime>=i)&&(Kr(n)||e.startTime<=n)));return o||(yield new Promise((e=>setTimeout(e,50*s))),Ys(e,t,r,i,n,s+1))})),Xs.apply(this,arguments)}function Js(e){var{body:t,options:r,url:i}=e;if(ri(t))return null;var{hostname:n,isHostDenied:s}=An(i,r);if(s)return n+" is in deny list";if(Qr(t))return t;if(on(t))return t.textContent;if(si(t))return En(t);if(Xr(t))try{return JSON.stringify(t)}catch(e){return"[SessionReplay] Failed to stringify response object"}return"[SessionReplay] Cannot read body of type "+toString.call(t)}var Ks=e=>!ti(e)&&("navigation"===e.entryType||"resource"===e.entryType);function Qs(e){var{entry:t,method:i,status:n,networkRequest:s,isInitial:o,start:a,end:l,url:u,initiatorType:c}=e;a=t?t.startTime:a,l=t?t.responseEnd:l;var d=Math.floor(Date.now()-performance.now()),h=Math.floor(d+(a||0)),p=[r({},t?t.toJSON():{name:u},{startTime:Kr(a)?void 0:Math.round(a),endTime:Kr(l)?void 0:Math.round(l),timeOrigin:d,timestamp:h,method:i,initiatorType:c||(t?t.initiatorType:void 0),status:n,requestHeaders:s.requestHeaders,requestBody:s.requestBody,responseHeaders:s.responseHeaders,responseBody:s.responseBody,isInitial:o})];if(Ks(t))for(var v of t.serverTiming||[])p.push({timeOrigin:d,timestamp:h,startTime:Math.round(t.startTime),name:v.name,duration:v.duration,entryType:"serverTiming"});return p}var eo=["video/","audio/"];function to(e){return new Promise(((t,r)=>{var i=setTimeout((()=>t("[SessionReplay] Timeout while trying to read body")),500);try{e.clone().text().then((e=>t(e)),(e=>r(e))).finally((()=>clearTimeout(i)))}catch(e){clearTimeout(i),t("[SessionReplay] Failed to read body")}}))}function ro(){return ro=t((function*(e){var{r:t,options:r,url:i}=e,{hostname:n,isHostDenied:s}=An(i,r);return s?Promise.resolve(n+" is in deny list"):to(t)})),ro.apply(this,arguments)}function io(){return io=t((function*(e){var{r:t,options:r,url:i}=e,n=function(e){var t,{r:r,options:i,url:n}=e;if("chunked"===r.headers.get("Transfer-Encoding"))return"Chunked Transfer-Encoding is not supported";var s=null==(t=r.headers.get("Content-Type"))?void 0:t.toLowerCase(),o=eo.some((e=>null==s?void 0:s.startsWith(e)));if(s&&o)return"Content-Type "+s+" is not supported";var{hostname:a,isHostDenied:l}=An(n,i);return l?a+" is in deny list":null}({r:t,options:r,url:i});return ti(n)?to(t):Promise.resolve(n)})),io.apply(this,arguments)}function no(e,r,i){if(!i.initiatorTypes.includes("fetch"))return()=>{};var n=zs("request",i.recordHeaders),s=zs("response",i.recordHeaders),o=Rn(r,"fetch",(o=>function(){var a=t((function*(t,a){var l,u,c,d=new Request(t,a),h={};try{var p={};d.headers.forEach(((e,t)=>{p[t]=e})),n&&(h.requestHeaders=p),Gs({type:"request",headers:p,url:t,recordBody:i.recordBody})&&(h.requestBody=yield function(e){return ro.apply(this,arguments)}({r:d,options:i,url:t})),u=r.performance.now(),l=yield o(d),c=r.performance.now();var v={};return l.headers.forEach(((e,t)=>{v[t]=e})),s&&(h.responseHeaders=v),Gs({type:"response",headers:v,url:t,recordBody:i.recordBody})&&(h.responseBody=yield function(e){return io.apply(this,arguments)}({r:l,options:i,url:t})),l}finally{Ys(r,"fetch",d.url,u,c).then((t=>{var r,i=Qs({entry:t,method:d.method,status:null==(r=l)?void 0:r.status,networkRequest:h,start:u,end:c,url:d.url,initiatorType:"fetch"});e({requests:i})})).catch((()=>{}))}}));return function(e,t){return a.apply(this,arguments)}}()));return()=>{o()}}var so=null;function oo(e,t,i){if(!("performance"in t))return()=>{};if(so)return $s.warn("Network observer already initialised, doing nothing"),()=>{};var n=i?Object.assign({},Ws,i):Ws,s=t=>{var i=[];t.requests.forEach((e=>{var t=n.maskRequestFn(e);t&&i.push(t)})),i.length>0&&e(r({},t,{requests:i}))},o=js(s,t,n),a=()=>{},l=()=>{};return(n.recordHeaders||n.recordBody)&&(a=function(e,t,r){if(!r.initiatorTypes.includes("xmlhttprequest"))return()=>{};var i=zs("request",r.recordHeaders),n=zs("response",r.recordHeaders),s=Rn(t.XMLHttpRequest.prototype,"open",(s=>function(o,a,l,u,c){void 0===l&&(l=!0);var d,h,p=this,v=new Request(a),g={},f={},_=p.setRequestHeader.bind(p);p.setRequestHeader=(e,t)=>(f[e]=t,_(e,t)),i&&(g.requestHeaders=f);var m=p.send.bind(p);p.send=e=>(Gs({type:"request",headers:f,url:a,recordBody:r.recordBody})&&(g.requestBody=Js({body:e,options:r,url:a})),d=t.performance.now(),m(e));var y=()=>{if(p.readyState===p.DONE){p.removeEventListener("readystatechange",y),h=t.performance.now();var i={};p.getAllResponseHeaders().trim().split(/[\r\n]+/).forEach((e=>{var t=e.split(": "),r=t.shift(),n=t.join(": ");r&&(i[r]=n)})),n&&(g.responseHeaders=i),Gs({type:"response",headers:i,url:a,recordBody:r.recordBody})&&(g.responseBody=Js({body:p.response,options:r,url:a})),Ys(t,"xmlhttprequest",v.url,d,h).then((t=>{var r=Qs({entry:t,method:o,status:null==p?void 0:p.status,networkRequest:g,start:d,end:h,url:a.toString(),initiatorType:"xmlhttprequest"});e({requests:r})})).catch((()=>{}))}};p.addEventListener("readystatechange",y),s.call(p,o,a,l,u,c)}));return()=>{s()}}(s,t,n),l=no(s,t,n)),so=()=>{o(),a(),l()}}var ao=e=>({name:"rrweb/network@1",observer:oo,options:e});nn.__PosthogExtensions__=nn.__PosthogExtensions__||{},nn.__PosthogExtensions__.rrwebPlugins={getRecordConsolePlugin:Br,getRecordNetworkPlugin:ao},nn.__PosthogExtensions__.rrweb={record:qt,version:"v2"},nn.rrweb={record:qt,version:"v2"},nn.rrwebConsoleRecord={getRecordConsolePlugin:Br},nn.getRecordNetworkPlugin=ao;var lo,uo,co,ho,po,vo,go,fo,_o={},mo=[],yo=/acit|ex(?:s|g|n|p|$)|rph|grid|ows|mnc|ntw|ine[ch]|zoo|^ord|itera/i,bo=Array.isArray;function So(e,t){for(var r in t)e[r]=t[r];return e}function wo(e){var t=e.parentNode;t&&t.removeChild(e)}function Co(e,t,r){var i,n,s,o={};for(s in t)"key"==s?i=t[s]:"ref"==s?n=t[s]:o[s]=t[s];if(arguments.length>2&&(o.children=arguments.length>3?lo.call(arguments,2):r),"function"==typeof e&&null!=e.defaultProps)for(s in e.defaultProps)void 0===o[s]&&(o[s]=e.defaultProps[s]);return Io(e,o,i,n,null)}function Io(e,t,r,i,n){var s={type:e,props:t,key:r,ref:i,__k:null,__:null,__b:0,__e:null,__d:void 0,__c:null,constructor:void 0,__v:null==n?++co:n,__i:-1,__u:0};return null==n&&null!=uo.vnode&&uo.vnode(s),s}function ko(e){return e.children}function Eo(e,t){this.props=e,this.context=t}function xo(e,t){if(null==t)return e.__?xo(e.__,e.__i+1):null;for(var r;t<e.__k.length;t++)if(null!=(r=e.__k[t])&&null!=r.__e)return r.__e;return"function"==typeof e.type?xo(e):null}function To(e){var t,r;if(null!=(e=e.__)&&null!=e.__c){for(e.__e=e.__c.base=null,t=0;t<e.__k.length;t++)if(null!=(r=e.__k[t])&&null!=r.__e){e.__e=e.__c.base=r.__e;break}return To(e)}}function Mo(e){(!e.__d&&(e.__d=!0)&&ho.push(e)&&!Ro.__r++||po!==uo.debounceRendering)&&((po=uo.debounceRendering)||vo)(Ro)}function Ro(){var e,t,r,i,n,s,o,a,l;for(ho.sort(go);e=ho.shift();)e.__d&&(t=ho.length,i=void 0,s=(n=(r=e).__v).__e,a=[],l=[],(o=r.__P)&&((i=So({},n)).__v=n.__v+1,uo.vnode&&uo.vnode(i),Bo(o,i,n,r.__n,void 0!==o.ownerSVGElement,32&n.__u?[s]:null,a,null==s?xo(n):s,!!(32&n.__u),l),i.__.__k[i.__i]=i,qo(a,i,l),i.__e!=s&&To(i)),ho.length>t&&ho.sort(go));Ro.__r=0}function Ao(e,t,r,i,n,s,o,a,l,u,c){var d,h,p,v,g,f=i&&i.__k||mo,_=t.length;for(r.__d=l,function(e,t,r){var i,n,s,o,a,l=t.length,u=r.length,c=u,d=0;for(e.__k=[],i=0;i<l;i++)null!=(n=e.__k[i]=null==(n=t[i])||"boolean"==typeof n||"function"==typeof n?null:"string"==typeof n||"number"==typeof n||"bigint"==typeof n||n.constructor==String?Io(null,n,null,null,n):bo(n)?Io(ko,{children:n},null,null,null):void 0===n.constructor&&n.__b>0?Io(n.type,n.props,n.key,n.ref?n.ref:null,n.__v):n)?(n.__=e,n.__b=e.__b+1,a=Fo(n,r,o=i+d,c),n.__i=a,s=null,-1!==a&&(c--,(s=r[a])&&(s.__u|=131072)),null==s||null===s.__v?(-1==a&&d--,"function"!=typeof n.type&&(n.__u|=65536)):a!==o&&(a===o+1?d++:a>o?c>l-o?d+=a-o:d--:d=a<o&&a==o-1?a-o:0,a!==i+d&&(n.__u|=65536))):(s=r[i])&&null==s.key&&s.__e&&(s.__e==e.__d&&(e.__d=xo(s)),Vo(s,s,!1),r[i]=null,c--);if(c)for(i=0;i<u;i++)null!=(s=r[i])&&0==(131072&s.__u)&&(s.__e==e.__d&&(e.__d=xo(s)),Vo(s,s))}(r,t,f),l=r.__d,d=0;d<_;d++)null!=(p=r.__k[d])&&"boolean"!=typeof p&&"function"!=typeof p&&(h=-1===p.__i?_o:f[p.__i]||_o,p.__i=d,Bo(e,p,h,n,s,o,a,l,u,c),v=p.__e,p.ref&&h.ref!=p.ref&&(h.ref&&Ho(h.ref,null,p),c.push(p.ref,p.__c||v,p)),null==g&&null!=v&&(g=v),65536&p.__u||h.__k===p.__k?l=No(p,l,e):"function"==typeof p.type&&void 0!==p.__d?l=p.__d:v&&(l=v.nextSibling),p.__d=void 0,p.__u&=-196609);r.__d=l,r.__e=g}function No(e,t,r){var i,n;if("function"==typeof e.type){for(i=e.__k,n=0;i&&n<i.length;n++)i[n]&&(i[n].__=e,t=No(i[n],t,r));return t}return e.__e!=t&&(r.insertBefore(e.__e,t||null),t=e.__e),t&&t.nextSibling}function Fo(e,t,r,i){var n=e.key,s=e.type,o=r-1,a=r+1,l=t[r];if(null===l||l&&n==l.key&&s===l.type)return r;if(i>(null!=l&&0==(131072&l.__u)?1:0))for(;o>=0||a<t.length;){if(o>=0){if((l=t[o])&&0==(131072&l.__u)&&n==l.key&&s===l.type)return o;o--}if(a<t.length){if((l=t[a])&&0==(131072&l.__u)&&n==l.key&&s===l.type)return a;a++}}return-1}function Po(e,t,r){"-"===t[0]?e.setProperty(t,null==r?"":r):e[t]=null==r?"":"number"!=typeof r||yo.test(t)?r:r+"px"}function Oo(e,t,r,i,n){var s;e:if("style"===t)if("string"==typeof r)e.style.cssText=r;else{if("string"==typeof i&&(e.style.cssText=i=""),i)for(t in i)r&&t in r||Po(e.style,t,"");if(r)for(t in r)i&&r[t]===i[t]||Po(e.style,t,r[t])}else if("o"===t[0]&&"n"===t[1])s=t!==(t=t.replace(/(PointerCapture)$|Capture$/,"$1")),t=t.toLowerCase()in e?t.toLowerCase().slice(2):t.slice(2),e.l||(e.l={}),e.l[t+s]=r,r?i?r.u=i.u:(r.u=Date.now(),e.addEventListener(t,s?Do:Lo,s)):e.removeEventListener(t,s?Do:Lo,s);else{if(n)t=t.replace(/xlink(H|:h)/,"h").replace(/sName$/,"s");else if("width"!==t&&"height"!==t&&"href"!==t&&"list"!==t&&"form"!==t&&"tabIndex"!==t&&"download"!==t&&"rowSpan"!==t&&"colSpan"!==t&&"role"!==t&&t in e)try{e[t]=null==r?"":r;break e}catch(e){}"function"==typeof r||(null==r||!1===r&&"-"!==t[4]?e.removeAttribute(t):e.setAttribute(t,r))}}function Lo(e){var t=this.l[e.type+!1];if(e.t){if(e.t<=t.u)return}else e.t=Date.now();return t(uo.event?uo.event(e):e)}function Do(e){return this.l[e.type+!0](uo.event?uo.event(e):e)}function Bo(e,t,r,i,n,s,o,a,l,u){var c,d,h,p,v,g,f,_,m,y,b,$,S,w,C,I=t.type;if(void 0!==t.constructor)return null;128&r.__u&&(l=!!(32&r.__u),s=[a=t.__e=r.__e]),(c=uo.__b)&&c(t);e:if("function"==typeof I)try{if(_=t.props,m=(c=I.contextType)&&i[c.__c],y=c?m?m.props.value:c.__:i,r.__c?f=(d=t.__c=r.__c).__=d.__E:("prototype"in I&&I.prototype.render?t.__c=d=new I(_,y):(t.__c=d=new Eo(_,y),d.constructor=I,d.render=Wo),m&&m.sub(d),d.props=_,d.state||(d.state={}),d.context=y,d.__n=i,h=d.__d=!0,d.__h=[],d._sb=[]),null==d.__s&&(d.__s=d.state),null!=I.getDerivedStateFromProps&&(d.__s==d.state&&(d.__s=So({},d.__s)),So(d.__s,I.getDerivedStateFromProps(_,d.__s))),p=d.props,v=d.state,d.__v=t,h)null==I.getDerivedStateFromProps&&null!=d.componentWillMount&&d.componentWillMount(),null!=d.componentDidMount&&d.__h.push(d.componentDidMount);else{if(null==I.getDerivedStateFromProps&&_!==p&&null!=d.componentWillReceiveProps&&d.componentWillReceiveProps(_,y),!d.__e&&(null!=d.shouldComponentUpdate&&!1===d.shouldComponentUpdate(_,d.__s,y)||t.__v===r.__v)){for(t.__v!==r.__v&&(d.props=_,d.state=d.__s,d.__d=!1),t.__e=r.__e,t.__k=r.__k,t.__k.forEach((function(e){e&&(e.__=t)})),b=0;b<d._sb.length;b++)d.__h.push(d._sb[b]);d._sb=[],d.__h.length&&o.push(d);break e}null!=d.componentWillUpdate&&d.componentWillUpdate(_,d.__s,y),null!=d.componentDidUpdate&&d.__h.push((function(){d.componentDidUpdate(p,v,g)}))}if(d.context=y,d.props=_,d.__P=e,d.__e=!1,$=uo.__r,S=0,"prototype"in I&&I.prototype.render){for(d.state=d.__s,d.__d=!1,$&&$(t),c=d.render(d.props,d.state,d.context),w=0;w<d._sb.length;w++)d.__h.push(d._sb[w]);d._sb=[]}else do{d.__d=!1,$&&$(t),c=d.render(d.props,d.state,d.context),d.state=d.__s}while(d.__d&&++S<25);d.state=d.__s,null!=d.getChildContext&&(i=So(So({},i),d.getChildContext())),h||null==d.getSnapshotBeforeUpdate||(g=d.getSnapshotBeforeUpdate(p,v)),Ao(e,bo(C=null!=c&&c.type===ko&&null==c.key?c.props.children:c)?C:[C],t,r,i,n,s,o,a,l,u),d.base=t.__e,t.__u&=-161,d.__h.length&&o.push(d),f&&(d.__E=d.__=null)}catch(e){t.__v=null,l||null!=s?(t.__e=a,t.__u|=l?160:32,s[s.indexOf(a)]=null):(t.__e=r.__e,t.__k=r.__k),uo.__e(e,t,r)}else null==s&&t.__v===r.__v?(t.__k=r.__k,t.__e=r.__e):t.__e=function(e,t,r,i,n,s,o,a,l){var u,c,d,h,p,v,g,f=r.props,_=t.props,m=t.type;if("svg"===m&&(n=!0),null!=s)for(u=0;u<s.length;u++)if((p=s[u])&&"setAttribute"in p==!!m&&(m?p.localName===m:3===p.nodeType)){e=p,s[u]=null;break}if(null==e){if(null===m)return document.createTextNode(_);e=n?document.createElementNS("http://www.w3.org/2000/svg",m):document.createElement(m,_.is&&_),s=null,a=!1}if(null===m)f===_||a&&e.data===_||(e.data=_);else{if(s=s&&lo.call(e.childNodes),f=r.props||_o,!a&&null!=s)for(f={},u=0;u<e.attributes.length;u++)f[(p=e.attributes[u]).name]=p.value;for(u in f)p=f[u],"children"==u||("dangerouslySetInnerHTML"==u?d=p:"key"===u||u in _||Oo(e,u,null,p,n));for(u in _)p=_[u],"children"==u?h=p:"dangerouslySetInnerHTML"==u?c=p:"value"==u?v=p:"checked"==u?g=p:"key"===u||a&&"function"!=typeof p||f[u]===p||Oo(e,u,p,f[u],n);if(c)a||d&&(c.__html===d.__html||c.__html===e.innerHTML)||(e.innerHTML=c.__html),t.__k=[];else if(d&&(e.innerHTML=""),Ao(e,bo(h)?h:[h],t,r,i,n&&"foreignObject"!==m,s,o,s?s[0]:r.__k&&xo(r,0),a,l),null!=s)for(u=s.length;u--;)null!=s[u]&&wo(s[u]);a||(u="value",void 0!==v&&(v!==e[u]||"progress"===m&&!v||"option"===m&&v!==f[u])&&Oo(e,u,v,f[u],!1),u="checked",void 0!==g&&g!==e[u]&&Oo(e,u,g,f[u],!1))}return e}(r.__e,t,r,i,n,s,o,l,u);(c=uo.diffed)&&c(t)}function qo(e,t,r){t.__d=void 0;for(var i=0;i<r.length;i++)Ho(r[i],r[++i],r[++i]);uo.__c&&uo.__c(t,e),e.some((function(t){try{e=t.__h,t.__h=[],e.some((function(e){e.call(t)}))}catch(e){uo.__e(e,t.__v)}}))}function Ho(e,t,r){try{"function"==typeof e?e(t):e.current=t}catch(e){uo.__e(e,r)}}function Vo(e,t,r){var i,n;if(uo.unmount&&uo.unmount(e),(i=e.ref)&&(i.current&&i.current!==e.__e||Ho(i,null,t)),null!=(i=e.__c)){if(i.componentWillUnmount)try{i.componentWillUnmount()}catch(e){uo.__e(e,t)}i.base=i.__P=null,e.__c=void 0}if(i=e.__k)for(n=0;n<i.length;n++)i[n]&&Vo(i[n],t,r||"function"!=typeof e.type);r||null==e.__e||wo(e.__e),e.__=e.__e=e.__d=void 0}function Wo(e,t,r){return this.constructor(e,r)}function $o(e,t,r){var i,n,s;uo.__&&uo.__(e,t),i=!1?null:t.__k,n=[],s=[],Bo(t,e=t.__k=Co(ko,null,[e]),i||_o,_o,void 0!==t.ownerSVGElement,i?null:t.firstChild?lo.call(t.childNodes):null,n,i?i.__e:t.firstChild,false,s),qo(n,e,s)}function Uo(e,t,r){var i,n,s,o,a=So({},e.props);for(s in e.type&&e.type.defaultProps&&(o=e.type.defaultProps),t)"key"==s?i=t[s]:"ref"==s?n=t[s]:a[s]=void 0===t[s]&&void 0!==o?o[s]:t[s];return arguments.length>2&&(a.children=arguments.length>3?lo.call(arguments,2):r),Io(e.type,a,i||e.key,n||e.ref,null)}lo=mo.slice,uo={__e:function(e,t,r,i){for(var n,s,o;t=t.__;)if((n=t.__c)&&!n.__)try{if((s=n.constructor)&&null!=s.getDerivedStateFromError&&(n.setState(s.getDerivedStateFromError(e)),o=n.__d),null!=n.componentDidCatch&&(n.componentDidCatch(e,i||{}),o=n.__d),o)return n.__E=n}catch(t){e=t}throw e}},co=0,Eo.prototype.setState=function(e,t){var r;r=null!=this.__s&&this.__s!==this.state?this.__s:this.__s=So({},this.state),"function"==typeof e&&(e=e(So({},r),this.props)),e&&So(r,e),null!=e&&this.__v&&(t&&this._sb.push(t),Mo(this))},Eo.prototype.forceUpdate=function(e){this.__v&&(this.__e=!0,e&&this.__h.push(e),Mo(this))},Eo.prototype.render=ko,ho=[],vo="function"==typeof Promise?Promise.prototype.then.bind(Promise.resolve()):setTimeout,go=function(e,t){return e.__v.__b-t.__v.__b},Ro.__r=0,fo=0;var Zo,jo,zo,Go,Yo=0,Xo=[],Jo=[],Ko=uo.__b,Qo=uo.__r,ea=uo.diffed,ta=uo.__c,ra=uo.unmount;function ia(e,t){uo.__h&&uo.__h(jo,e,Yo||t),Yo=0;var r=jo.__H||(jo.__H={__:[],__h:[]});return e>=r.__.length&&r.__.push({__V:Jo}),r.__[e]}function na(e){return Yo=1,function(e,t,r){var i=ia(Zo++,2);if(i.t=e,!i.__c&&(i.__=[ga(void 0,t),function(e){var t=i.__N?i.__N[0]:i.__[0],r=i.t(t,e);t!==r&&(i.__N=[r,i.__[1]],i.__c.setState({}))}],i.__c=jo,!jo.u)){var n=function(e,t,r){if(!i.__c.__H)return!0;var n=i.__c.__H.__.filter((function(e){return e.__c}));if(n.every((function(e){return!e.__N})))return!s||s.call(this,e,t,r);var o=!1;return n.forEach((function(e){if(e.__N){var t=e.__[0];e.__=e.__N,e.__N=void 0,t!==e.__[0]&&(o=!0)}})),!(!o&&i.__c.props===e)&&(!s||s.call(this,e,t,r))};jo.u=!0;var s=jo.shouldComponentUpdate,o=jo.componentWillUpdate;jo.componentWillUpdate=function(e,t,r){if(this.__e){var i=s;s=void 0,n(e,t,r),s=i}o&&o.call(this,e,t,r)},jo.shouldComponentUpdate=n}return i.__N||i.__}(ga,e)}function sa(e,t){var r=ia(Zo++,3);!uo.__s&&va(r.__H,t)&&(r.__=e,r.i=t,jo.__H.__h.push(r))}function oa(e){return Yo=5,aa((function(){return{current:e}}),[])}function aa(e,t){var r=ia(Zo++,7);return va(r.__H,t)?(r.__V=e(),r.i=t,r.__h=e,r.__V):r.__}function la(e){var t=jo.context[e.__c],r=ia(Zo++,9);return r.c=e,t?(null==r.__&&(r.__=!0,t.sub(jo)),t.props.value):e.__}function ua(){for(var e;e=Xo.shift();)if(e.__P&&e.__H)try{e.__H.__h.forEach(ha),e.__H.__h.forEach(pa),e.__H.__h=[]}catch(t){e.__H.__h=[],uo.__e(t,e.__v)}}uo.__b=function(e){jo=null,Ko&&Ko(e)},uo.__r=function(e){Qo&&Qo(e),Zo=0;var t=(jo=e.__c).__H;t&&(zo===jo?(t.__h=[],jo.__h=[],t.__.forEach((function(e){e.__N&&(e.__=e.__N),e.__V=Jo,e.__N=e.i=void 0}))):(t.__h.forEach(ha),t.__h.forEach(pa),t.__h=[],Zo=0)),zo=jo},uo.diffed=function(e){ea&&ea(e);var t=e.__c;t&&t.__H&&(t.__H.__h.length&&(1!==Xo.push(t)&&Go===uo.requestAnimationFrame||((Go=uo.requestAnimationFrame)||da)(ua)),t.__H.__.forEach((function(e){e.i&&(e.__H=e.i),e.__V!==Jo&&(e.__=e.__V),e.i=void 0,e.__V=Jo}))),zo=jo=null},uo.__c=function(e,t){t.some((function(e){try{e.__h.forEach(ha),e.__h=e.__h.filter((function(e){return!e.__||pa(e)}))}catch(r){t.some((function(e){e.__h&&(e.__h=[])})),t=[],uo.__e(r,e.__v)}})),ta&&ta(e,t)},uo.unmount=function(e){ra&&ra(e);var t,r=e.__c;r&&r.__H&&(r.__H.__.forEach((function(e){try{ha(e)}catch(e){t=e}})),r.__H=void 0,t&&uo.__e(t,r.__v))};var ca="function"==typeof requestAnimationFrame;function da(e){var t,r=function(){clearTimeout(i),ca&&cancelAnimationFrame(t),setTimeout(e)},i=setTimeout(r,100);ca&&(t=requestAnimationFrame(r))}function ha(e){var t=jo,r=e.__c;"function"==typeof r&&(e.__c=void 0,r()),jo=t}function pa(e){var t=jo;e.__c=e.__(),jo=t}function va(e,t){return!e||e.length!==t.length||t.some((function(t,r){return t!==e[r]}))}function ga(e,t){return"function"==typeof t?t(e):t}var fa=function(e){return e.Button="button",e.Tab="tab",e.Selector="selector",e}({}),_a=function(e){return e.TopLeft="top_left",e.TopRight="top_right",e.TopCenter="top_center",e.MiddleLeft="middle_left",e.MiddleRight="middle_right",e.MiddleCenter="middle_center",e.Left="left",e.Center="center",e.Right="right",e.NextToTrigger="next_to_trigger",e}({}),ma=function(e){return e.Popover="popover",e.API="api",e.Widget="widget",e.ExternalSurvey="external_survey",e}({}),ya=function(e){return e.Open="open",e.MultipleChoice="multiple_choice",e.SingleChoice="single_choice",e.Rating="rating",e.Link="link",e}({}),ba=function(e){return e.NextQuestion="next_question",e.End="end",e.ResponseBased="response_based",e.SpecificQuestion="specific_question",e}({}),Sa=function(e){return e.Once="once",e.Recurring="recurring",e.Always="always",e}({}),wa=function(e){return e.SHOWN="survey shown",e.DISMISSED="survey dismissed",e.SENT="survey sent",e}({}),Ca=function(e){return e.SURVEY_ID="$survey_id",e.SURVEY_NAME="$survey_name",e.SURVEY_RESPONSE="$survey_response",e.SURVEY_ITERATION="$survey_iteration",e.SURVEY_ITERATION_START_DATE="$survey_iteration_start_date",e.SURVEY_PARTIALLY_COMPLETED="$survey_partially_completed",e.SURVEY_SUBMISSION_ID="$survey_submission_id",e.SURVEY_QUESTIONS="$survey_questions",e.SURVEY_COMPLETED="$survey_completed",e}({}),Ia=function(e){return e.Popover="popover",e.Inline="inline",e}({}),ka=cn("[Surveys]");function Ea(e){return!(!e.start_date||e.end_date)}function xa(e){var t;return!(null==(t=e.conditions)||null==(t=t.events)||null==(t=t.values)||!t.length)}function Ta(e){var t;return!(null==(t=e.conditions)||null==(t=t.actions)||null==(t=t.values)||!t.length)}var Ma="seenSurvey_",Ra="inProgressSurvey_",Aa=(e,t)=>{var r="$survey_"+t+"/"+e.id;return e.current_iteration&&e.current_iteration>0&&(r="$survey_"+t+"/"+e.id+"/"+e.current_iteration),r},Na=e=>{var t=""+Ma+e.id;return e.current_iteration&&e.current_iteration>0&&(t=""+Ma+e.id+"_"+e.current_iteration),t},Fa=e=>{localStorage.getItem(Na(e))||localStorage.setItem(Na(e),"true")},Pa=[ma.Popover,ma.Widget,ma.API],Oa={ignoreConditions:!1,ignoreDelay:!1,displayType:Ia.Popover};Math.trunc||(Math.trunc=function(e){return e<0?Math.ceil(e):Math.floor(e)}),Number.isInteger||(Number.isInteger=function(e){return ii(e)&&isFinite(e)&&Math.floor(e)===e});var La="0123456789abcdef";class Da{constructor(e){if(this.bytes=e,16!==e.length)throw new TypeError("not 128-bit length")}static fromFieldsV7(e,t,r,i){if(!Number.isInteger(e)||!Number.isInteger(t)||!Number.isInteger(r)||!Number.isInteger(i)||e<0||t<0||r<0||i<0||e>0xffffffffffff||t>4095||r>1073741823||i>4294967295)throw new RangeError("invalid field value");var n=new Uint8Array(16);return n[0]=e/Math.pow(2,40),n[1]=e/Math.pow(2,32),n[2]=e/Math.pow(2,24),n[3]=e/Math.pow(2,16),n[4]=e/Math.pow(2,8),n[5]=e,n[6]=112|t>>>8,n[7]=t,n[8]=128|r>>>24,n[9]=r>>>16,n[10]=r>>>8,n[11]=r,n[12]=i>>>24,n[13]=i>>>16,n[14]=i>>>8,n[15]=i,new Da(n)}toString(){for(var e="",t=0;t<this.bytes.length;t++)e=e+La.charAt(this.bytes[t]>>>4)+La.charAt(15&this.bytes[t]),3!==t&&5!==t&&7!==t&&9!==t||(e+="-");if(36!==e.length)throw new Error("Invalid UUIDv7 was generated");return e}clone(){return new Da(this.bytes.slice(0))}equals(e){return 0===this.compareTo(e)}compareTo(e){for(var t=0;t<16;t++){var r=this.bytes[t]-e.bytes[t];if(0!==r)return Math.sign(r)}return 0}}class Ba{constructor(){this._timestamp=0,this._counter=0,this._random=new Va}generate(){var e=this.generateOrAbort();if(Kr(e)){this._timestamp=0;var t=this.generateOrAbort();if(Kr(t))throw new Error("Could not generate UUID after timestamp reset");return t}return e}generateOrAbort(){var e=Date.now();if(e>this._timestamp)this._timestamp=e,this._resetCounter();else{if(!(e+1e4>this._timestamp))return;this._counter++,this._counter>4398046511103&&(this._timestamp++,this._resetCounter())}return Da.fromFieldsV7(this._timestamp,Math.trunc(this._counter/Math.pow(2,30)),this._counter&Math.pow(2,30)-1,this._random.nextUint32())}_resetCounter(){this._counter=1024*this._random.nextUint32()+(1023&this._random.nextUint32())}}var qa,Ha=e=>{if("undefined"!=typeof UUIDV7_DENY_WEAK_RNG&&UUIDV7_DENY_WEAK_RNG)throw new Error("no cryptographically strong RNG available");for(var t=0;t<e.length;t++)e[t]=65536*Math.trunc(65536*Math.random())+Math.trunc(65536*Math.random());return e};Zi&&!Kr(Zi.crypto)&&crypto.getRandomValues&&(Ha=e=>crypto.getRandomValues(e));class Va{constructor(){this._buffer=new Uint32Array(8),this._cursor=1/0}nextUint32(){return this._cursor>=this._buffer.length&&(Ha(this._buffer),this._cursor=0),this._buffer[this._cursor++]}}var Wa=()=>$a().toString(),$a=()=>(qa||(qa=new Ba)).generate(),Ua="Mobile",Za="iOS",ja="Android",za="Tablet",Ga=ja+" "+za,Ya="iPad",Xa="Apple",Ja=Xa+" Watch",Ka="Safari",Qa="BlackBerry",el="Samsung",tl=el+"Browser",rl=el+" Internet",il="Chrome",nl=il+" OS",sl=il+" "+Za,ol="Internet Explorer",al=ol+" "+Ua,ll="Opera",ul=ll+" Mini",cl="Edge",dl="Microsoft "+cl,hl="Firefox",pl=hl+" "+Za,vl="Nintendo",gl="PlayStation",fl="Xbox",_l=ja+" "+Ua,ml=Ua+" "+Ka,yl="Windows",bl=yl+" Phone",Sl="Nokia",wl="Ouya",Cl="Generic",Il=Cl+" "+Ua.toLowerCase(),kl=Cl+" "+za.toLowerCase(),El="Konqueror",xl="(\\d+(\\.\\d+)?)",Tl=new RegExp("Version/"+xl),Ml=new RegExp(fl,"i"),Rl=new RegExp(gl+" \\w+","i"),Al=new RegExp(vl+" \\w+","i"),Nl=new RegExp(Qa+"|PlayBook|BB10","i"),Fl={"NT3.51":"NT 3.11","NT4.0":"NT 4.0","5.0":"2000",5.1:"XP",5.2:"XP","6.0":"Vista",6.1:"7",6.2:"8",6.3:"8.1",6.4:"10","10.0":"10"};var Pl=(e,t)=>t&&Hr(t,Xa)||function(e){return Hr(e,Ka)&&!Hr(e,il)&&!Hr(e,ja)}(e),Ol=function(e,t){return t=t||"",Hr(e," OPR/")&&Hr(e,"Mini")?ul:Hr(e," OPR/")?ll:Nl.test(e)?Qa:Hr(e,"IE"+Ua)||Hr(e,"WPDesktop")?al:Hr(e,tl)?rl:Hr(e,cl)||Hr(e,"Edg/")?dl:Hr(e,"FBIOS")?"Facebook "+Ua:Hr(e,"UCWEB")||Hr(e,"UCBrowser")?"UC Browser":Hr(e,"CriOS")?sl:Hr(e,"CrMo")||Hr(e,il)?il:Hr(e,ja)&&Hr(e,Ka)?_l:Hr(e,"FxiOS")?pl:Hr(e.toLowerCase(),El.toLowerCase())?El:Pl(e,t)?Hr(e,Ua)?ml:Ka:Hr(e,hl)?hl:Hr(e,"MSIE")||Hr(e,"Trident/")?ol:Hr(e,"Gecko")?hl:""},Ll={[al]:[new RegExp("rv:"+xl)],[dl]:[new RegExp(cl+"?\\/"+xl)],[il]:[new RegExp("("+il+"|CrMo)\\/"+xl)],[sl]:[new RegExp("CriOS\\/"+xl)],"UC Browser":[new RegExp("(UCBrowser|UCWEB)\\/"+xl)],[Ka]:[Tl],[ml]:[Tl],[ll]:[new RegExp("(Opera|OPR)\\/"+xl)],[hl]:[new RegExp(hl+"\\/"+xl)],[pl]:[new RegExp("FxiOS\\/"+xl)],[El]:[new RegExp("Konqueror[:/]?"+xl,"i")],[Qa]:[new RegExp(Qa+" "+xl),Tl],[_l]:[new RegExp("android\\s"+xl,"i")],[rl]:[new RegExp(tl+"\\/"+xl)],[ol]:[new RegExp("(rv:|MSIE )"+xl)],Mozilla:[new RegExp("rv:"+xl)]},Dl=function(e,t){var r=Ol(e,t),i=Ll[r];if(Kr(i))return null;for(var n=0;n<i.length;n++){var s=i[n],o=e.match(s);if(o)return parseFloat(o[o.length-2])}return null},Bl=[[new RegExp(fl+"; "+fl+" (.*?)[);]","i"),e=>[fl,e&&e[1]||""]],[new RegExp(vl,"i"),[vl,""]],[new RegExp(gl,"i"),[gl,""]],[Nl,[Qa,""]],[new RegExp(yl,"i"),(e,t)=>{if(/Phone/.test(t)||/WPDesktop/.test(t))return[bl,""];if(new RegExp(Ua).test(t)&&!/IEMobile\b/.test(t))return[yl+" "+Ua,""];var r=/Windows NT ([0-9.]+)/i.exec(t);if(r&&r[1]){var i=r[1],n=Fl[i]||"";return/arm/i.test(t)&&(n="RT"),[yl,n]}return[yl,""]}],[/((iPhone|iPad|iPod).*?OS (\d+)_(\d+)_?(\d+)?|iPhone)/,e=>{if(e&&e[3]){var t=[e[3],e[4],e[5]||"0"];return[Za,t.join(".")]}return[Za,""]}],[/(watch.*\/(\d+\.\d+\.\d+)|watch os,(\d+\.\d+),)/i,e=>{var t="";return e&&e.length>=3&&(t=Kr(e[2])?e[3]:e[2]),["watchOS",t]}],[new RegExp("("+ja+" (\\d+)\\.(\\d+)\\.?(\\d+)?|"+ja+")","i"),e=>{if(e&&e[2]){var t=[e[2],e[3],e[4]||"0"];return[ja,t.join(".")]}return[ja,""]}],[/Mac OS X (\d+)[_.](\d+)[_.]?(\d+)?/i,e=>{var t=["Mac OS X",""];if(e&&e[1]){var r=[e[1],e[2],e[3]||"0"];t[1]=r.join(".")}return t}],[/Mac/i,["Mac OS X",""]],[/CrOS/,[nl,""]],[/Linux|debian/i,["Linux",""]]],ql=function(e){return Al.test(e)?vl:Rl.test(e)?gl:Ml.test(e)?fl:new RegExp(wl,"i").test(e)?wl:new RegExp("("+bl+"|WPDesktop)","i").test(e)?bl:/iPad/.test(e)?Ya:/iPod/.test(e)?"iPod Touch":/iPhone/.test(e)?"iPhone":/(watch)(?: ?os[,/]|\d,\d\/)[\d.]+/i.test(e)?Ja:Nl.test(e)?Qa:/(kobo)\s(ereader|touch)/i.test(e)?"Kobo":new RegExp(Sl,"i").test(e)?Sl:/(kf[a-z]{2}wi|aeo[c-r]{2})( bui|\))/i.test(e)||/(kf[a-z]+)( bui|\)).+silk\//i.test(e)?"Kindle Fire":/(Android|ZTE)/i.test(e)?!new RegExp(Ua).test(e)||/(9138B|TB782B|Nexus [97]|pixel c|HUAWEISHT|BTV|noble nook|smart ultra 6)/i.test(e)?/pixel[\daxl ]{1,6}/i.test(e)&&!/pixel c/i.test(e)||/(huaweimed-al00|tah-|APA|SM-G92|i980|zte|U304AA)/i.test(e)||/lmy47v/i.test(e)&&!/QTAQZ3/i.test(e)?ja:Ga:ja:new RegExp("(pda|"+Ua+")","i").test(e)?Il:new RegExp(za,"i").test(e)&&!new RegExp(za+" pc","i").test(e)?kl:""},Hl=function(e){var t=ql(e);return t===Ya||t===Ga||"Kobo"===t||"Kindle Fire"===t||t===kl?za:t===vl||t===fl||t===gl||t===wl?"Console":t===Ja?"Wearable":t?Ua:"Desktop"},Vl="$copy_autocapture",Wl=function(e){return e.GZipJS="gzip-js",e.Base64="base64",e}({}),$l=Uint8Array,Ul=Uint16Array,Zl=Uint32Array,jl=new $l([0,0,0,0,0,0,0,0,1,1,1,1,2,2,2,2,3,3,3,3,4,4,4,4,5,5,5,5,0,0,0,0]),zl=new $l([0,0,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13,0,0]),Gl=new $l([16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15]),Yl=function(e,t){for(var r=new Ul(31),i=0;i<31;++i)r[i]=t+=1<<e[i-1];var n=new Zl(r[30]);for(i=1;i<30;++i)for(var s=r[i];s<r[i+1];++s)n[s]=s-r[i]<<5|i;return[r,n]},Xl=Yl(jl,2),Jl=Xl[0],Kl=Xl[1];Jl[28]=258,Kl[258]=28;for(var Ql=Yl(zl,0)[1],eu=new Ul(32768),tu=0;tu<32768;++tu){var ru=(43690&tu)>>>1|(21845&tu)<<1;ru=(61680&(ru=(52428&ru)>>>2|(13107&ru)<<2))>>>4|(3855&ru)<<4,eu[tu]=((65280&ru)>>>8|(255&ru)<<8)>>>1}var iu=function(e,t,r){for(var i=e.length,n=0,s=new Ul(t);n<i;++n)++s[e[n]-1];var o,a=new Ul(t);for(n=0;n<t;++n)a[n]=a[n-1]+s[n-1]<<1;if(r){o=new Ul(1<<t);var l=15-t;for(n=0;n<i;++n)if(e[n])for(var u=n<<4|e[n],c=t-e[n],d=a[e[n]-1]++<<c,h=d|(1<<c)-1;d<=h;++d)o[eu[d]>>>l]=u}else for(o=new Ul(i),n=0;n<i;++n)o[n]=eu[a[e[n]-1]++]>>>15-e[n];return o},nu=new $l(288);for(tu=0;tu<144;++tu)nu[tu]=8;for(tu=144;tu<256;++tu)nu[tu]=9;for(tu=256;tu<280;++tu)nu[tu]=7;for(tu=280;tu<288;++tu)nu[tu]=8;var su=new $l(32);for(tu=0;tu<32;++tu)su[tu]=5;var ou=iu(nu,9,0),au=iu(su,5,0),lu=function(e){return(e/8>>0)+(7&e&&1)},uu=function(e,t,r){(null==r||r>e.length)&&(r=e.length);var i=new(e instanceof Ul?Ul:e instanceof Zl?Zl:$l)(r-t);return i.set(e.subarray(t,r)),i},cu=function(e,t,r){r<<=7&t;var i=t/8>>0;e[i]|=r,e[i+1]|=r>>>8},du=function(e,t,r){r<<=7&t;var i=t/8>>0;e[i]|=r,e[i+1]|=r>>>8,e[i+2]|=r>>>16},hu=function(e,t){for(var r=[],i=0;i<e.length;++i)e[i]&&r.push({s:i,f:e[i]});var n=r.length,s=r.slice();if(!n)return[new $l(0),0];if(1==n){var o=new $l(r[0].s+1);return o[r[0].s]=1,[o,1]}r.sort((function(e,t){return e.f-t.f})),r.push({s:-1,f:25001});var a=r[0],l=r[1],u=0,c=1,d=2;for(r[0]={s:-1,f:a.f+l.f,l:a,r:l};c!=n-1;)a=r[r[u].f<r[d].f?u++:d++],l=r[u!=c&&r[u].f<r[d].f?u++:d++],r[c++]={s:-1,f:a.f+l.f,l:a,r:l};var h=s[0].s;for(i=1;i<n;++i)s[i].s>h&&(h=s[i].s);var p=new Ul(h+1),v=pu(r[c-1],p,0);if(v>t){i=0;var g=0,f=v-t,_=1<<f;for(s.sort((function(e,t){return p[t.s]-p[e.s]||e.f-t.f}));i<n;++i){var m=s[i].s;if(!(p[m]>t))break;g+=_-(1<<v-p[m]),p[m]=t}for(g>>>=f;g>0;){var y=s[i].s;p[y]<t?g-=1<<t-p[y]++-1:++i}for(;i>=0&&g;--i){var b=s[i].s;p[b]==t&&(--p[b],++g)}v=t}return[new $l(p),v]},pu=function(e,t,r){return-1==e.s?Math.max(pu(e.l,t,r+1),pu(e.r,t,r+1)):t[e.s]=r},vu=function(e){for(var t=e.length;t&&!e[--t];);for(var r=new Ul(++t),i=0,n=e[0],s=1,o=function(e){r[i++]=e},a=1;a<=t;++a)if(e[a]==n&&a!=t)++s;else{if(!n&&s>2){for(;s>138;s-=138)o(32754);s>2&&(o(s>10?s-11<<5|28690:s-3<<5|12305),s=0)}else if(s>3){for(o(n),--s;s>6;s-=6)o(8304);s>2&&(o(s-3<<5|8208),s=0)}for(;s--;)o(n);s=1,n=e[a]}return[r.subarray(0,i),t]},gu=function(e,t){for(var r=0,i=0;i<t.length;++i)r+=e[i]*t[i];return r},fu=function(e,t,r){var i=r.length,n=lu(t+2);e[n]=255&i,e[n+1]=i>>>8,e[n+2]=255^e[n],e[n+3]=255^e[n+1];for(var s=0;s<i;++s)e[n+s+4]=r[s];return 8*(n+4+i)},_u=function(e,t,r,i,n,s,o,a,l,u,c){cu(t,c++,r),++n[256];for(var d=hu(n,15),h=d[0],p=d[1],v=hu(s,15),g=v[0],f=v[1],_=vu(h),m=_[0],y=_[1],b=vu(g),S=b[0],w=b[1],C=new Ul(19),I=0;I<m.length;++I)C[31&m[I]]++;for(I=0;I<S.length;++I)C[31&S[I]]++;for(var k=hu(C,7),E=k[0],x=k[1],T=19;T>4&&!E[Gl[T-1]];--T);var M,R,A,N,F=u+5<<3,P=gu(n,nu)+gu(s,su)+o,O=gu(n,h)+gu(s,g)+o+14+3*T+gu(C,E)+(2*C[16]+3*C[17]+7*C[18]);if(F<=P&&F<=O)return fu(t,c,e.subarray(l,l+u));if(cu(t,c,1+(O<P)),c+=2,O<P){M=iu(h,p,0),R=h,A=iu(g,f,0),N=g;var L=iu(E,x,0);cu(t,c,y-257),cu(t,c+5,w-1),cu(t,c+10,T-4),c+=14;for(I=0;I<T;++I)cu(t,c+3*I,E[Gl[I]]);c+=3*T;for(var D=[m,S],B=0;B<2;++B){var q=D[B];for(I=0;I<q.length;++I){var H=31&q[I];cu(t,c,L[H]),c+=E[H],H>15&&(cu(t,c,q[I]>>>5&127),c+=q[I]>>>12)}}}else M=ou,R=nu,A=au,N=su;for(I=0;I<a;++I)if(i[I]>255){H=i[I]>>>18&31;du(t,c,M[H+257]),c+=R[H+257],H>7&&(cu(t,c,i[I]>>>23&31),c+=jl[H]);var V=31&i[I];du(t,c,A[V]),c+=N[V],V>3&&(du(t,c,i[I]>>>5&8191),c+=zl[V])}else du(t,c,M[i[I]]),c+=R[i[I]];return du(t,c,M[256]),c+R[256]},mu=new Zl([65540,131080,131088,131104,262176,1048704,1048832,2114560,2117632]),yu=function(){for(var e=new Zl(256),t=0;t<256;++t){for(var r=t,i=9;--i;)r=(1&r&&3988292384)^r>>>1;e[t]=r}return e}(),bu=function(e,t,r,i,n){return function(e,t,r,i,n,s){var o=e.length,a=new $l(i+o+5*(1+Math.floor(o/7e3))+n),l=a.subarray(i,a.length-n),u=0;if(!t||o<8)for(var c=0;c<=o;c+=65535){var d=c+65535;d<o?u=fu(l,u,e.subarray(c,d)):(l[c]=s,u=fu(l,u,e.subarray(c,o)))}else{for(var h=mu[t-1],p=h>>>13,v=8191&h,g=(1<<r)-1,f=new Ul(32768),_=new Ul(g+1),m=Math.ceil(r/3),y=2*m,b=function(t){return(e[t]^e[t+1]<<m^e[t+2]<<y)&g},S=new Zl(25e3),w=new Ul(288),C=new Ul(32),I=0,k=0,E=(c=0,0),x=0,T=0;c<o;++c){var M=b(c),R=32767&c,A=_[M];if(f[R]=A,_[M]=R,x<=c){var N=o-c;if((I>7e3||E>24576)&&N>423){u=_u(e,l,0,S,w,C,k,E,T,c-T,u),E=I=k=0,T=c;for(var F=0;F<286;++F)w[F]=0;for(F=0;F<30;++F)C[F]=0}var P=2,O=0,L=v,D=R-A&32767;if(N>2&&M==b(c-D))for(var B=Math.min(p,N)-1,q=Math.min(32767,c),H=Math.min(258,N);D<=q&&--L&&R!=A;){if(e[c+P]==e[c+P-D]){for(var V=0;V<H&&e[c+V]==e[c+V-D];++V);if(V>P){if(P=V,O=D,V>B)break;var W=Math.min(D,V-2),U=0;for(F=0;F<W;++F){var Z=c-D+F+32768&32767,j=Z-f[Z]+32768&32767;j>U&&(U=j,A=Z)}}}D+=(R=A)-(A=f[R])+32768&32767}if(O){S[E++]=268435456|Kl[P]<<18|Ql[O];var z=31&Kl[P],G=31&Ql[O];k+=jl[z]+zl[G],++w[257+z],++C[G],x=c+P,++I}else S[E++]=e[c],++w[e[c]]}}u=_u(e,l,s,S,w,C,k,E,T,c-T,u)}return uu(a,0,i+lu(u)+n)}(e,null==t.level?6:t.level,null==t.mem?Math.ceil(1.5*Math.max(8,Math.min(13,Math.log(e.length)))):12+t.mem,r,i,!0)},Su=function(e,t,r){for(;r;++t)e[t]=r,r>>>=8};function wu(e,t){void 0===t&&(t={});var r=function(){var e=4294967295;return{p:function(t){for(var r=e,i=0;i<t.length;++i)r=yu[255&r^t[i]]^r>>>8;e=r},d:function(){return 4294967295^e}}}(),i=e.length;r.p(e);var n=bu(e,t,function(e){return 10+(e.filename&&e.filename.length+1||0)}(t),8),s=n.length;return function(e,t){var r=t.filename;if(e[0]=31,e[1]=139,e[2]=8,e[8]=t.level<2?4:9==t.level?2:0,e[9]=3,0!=t.mtime&&Su(e,4,Math.floor(new Date(t.mtime||Date.now())/1e3)),r){e[3]=8;for(var i=0;i<=r.length;++i)e[i+10]=r.charCodeAt(i)}}(n,t),Su(n,s-8,r.d()),Su(n,s-4,i),n}var Cu=function(e){var t,r,i,n,s="";for(t=r=0,i=(e=(e+"").replace(/\r\n/g,"\n").replace(/\r/g,"\n")).length,n=0;n<i;n++){var o=e.charCodeAt(n),a=null;o<128?r++:a=o>127&&o<2048?String.fromCharCode(o>>6|192,63&o|128):String.fromCharCode(o>>12|224,o>>6&63|128,63&o|128),ti(a)||(r>t&&(s+=e.substring(t,r)),s+=a,t=r=n+1)}return r>t&&(s+=e.substring(t,e.length)),s},Iu=!!en||!!Qi,ku="text/plain",Eu=(e,t)=>{var[i,n]=e.split("?"),s=r({},t);null==n||n.split("&").forEach((e=>{var[t]=e.split("=");delete s[t]}));var o=En(s);return i+"?"+(o=o?(n?n+"&":"")+o:n)},xu=(e,t)=>JSON.stringify(e,((e,t)=>"bigint"==typeof t?t.toString():t),t),Tu=e=>{var{data:t,compression:r}=e;if(t){if(r===Wl.GZipJS){var i=wu(function(e,t){var r=e.length;if("undefined"!=typeof TextEncoder)return(new TextEncoder).encode(e);for(var i=new $l(e.length+(e.length>>>1)),n=0,s=function(e){i[n++]=e},o=0;o<r;++o){if(n+5>i.length){var a=new $l(n+8+(r-o<<1));a.set(i),i=a}var l=e.charCodeAt(o);l<128||t?s(l):l<2048?(s(192|l>>>6),s(128|63&l)):l>55295&&l<57344?(s(240|(l=65536+(1047552&l)|1023&e.charCodeAt(++o))>>>18),s(128|l>>>12&63),s(128|l>>>6&63),s(128|63&l)):(s(224|l>>>12),s(128|l>>>6&63),s(128|63&l))}return uu(i,0,n)}(xu(t)),{mtime:0}),n=new Blob([i],{type:ku});return{contentType:ku,body:n,estimatedSize:n.size}}if(r===Wl.Base64){var s=function(e){var t,r,i,n,s,o="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",a=0,l=0,u="",c=[];if(!e)return e;e=Cu(e);do{t=(s=e.charCodeAt(a++)<<16|e.charCodeAt(a++)<<8|e.charCodeAt(a++))>>18&63,r=s>>12&63,i=s>>6&63,n=63&s,c[l++]=o.charAt(t)+o.charAt(r)+o.charAt(i)+o.charAt(n)}while(a<e.length);switch(u=c.join(""),e.length%3){case 1:u=u.slice(0,-2)+"==";break;case 2:u=u.slice(0,-1)+"="}return u}(xu(t)),o=(e=>"data="+encodeURIComponent("string"==typeof e?e:xu(e)))(s);return{contentType:"application/x-www-form-urlencoded",body:o,estimatedSize:new Blob([o]).size}}var a=xu(t);return{contentType:"application/json",body:a,estimatedSize:new Blob([a]).size}}},Mu=[];Qi&&Mu.push({transport:"fetch",method:e=>{var t,i,{contentType:n,body:s,estimatedSize:o}=null!==(t=Tu(e))&&void 0!==t?t:{},a=new Headers;pn(e.headers,(function(e,t){a.append(t,e)})),n&&a.append("Content-Type",n);var l=e.url,u=null;if(tn){var c=new tn;u={signal:c.signal,timeout:setTimeout((()=>c.abort()),e.timeout)}}Qi(l,r({method:(null==e?void 0:e.method)||"GET",headers:a,keepalive:"POST"===e.method&&(o||0)<52428.8,body:s,signal:null==(i=u)?void 0:i.signal},e.fetchOptions)).then((t=>t.text().then((r=>{var i={statusCode:t.status,text:r};if(200===t.status)try{i.json=JSON.parse(r)}catch(e){un.error(e)}null==e.callback||e.callback(i)})))).catch((t=>{un.error(t),null==e.callback||e.callback({statusCode:0,text:t})})).finally((()=>u?clearTimeout(u.timeout):null))}}),en&&Mu.push({transport:"XHR",method:e=>{var t,r=new en;r.open(e.method||"GET",e.url,!0);var{contentType:i,body:n}=null!==(t=Tu(e))&&void 0!==t?t:{};pn(e.headers,(function(e,t){r.setRequestHeader(t,e)})),i&&r.setRequestHeader("Content-Type",i),e.timeout&&(r.timeout=e.timeout),e.disableXHRCredentials||(r.withCredentials=!0),r.onreadystatechange=()=>{if(4===r.readyState){var t={statusCode:r.status,text:r.responseText};if(200===r.status)try{t.json=JSON.parse(r.responseText)}catch(e){}null==e.callback||e.callback(t)}},r.send(n)}}),null!=Xi&&Xi.sendBeacon&&Mu.push({transport:"sendBeacon",method:e=>{var t=Eu(e.url,{beacon:"1"});try{var r,{contentType:i,body:n}=null!==(r=Tu(e))&&void 0!==r?r:{},s="string"==typeof n?new Blob([n],{type:i}):n;Xi.sendBeacon(t,s)}catch(e){}}});var Ru=function(e,t){if(!function(e){try{new RegExp(e)}catch(e){return!1}return!0}(t))return!1;try{return new RegExp(t).test(e)}catch(e){return!1}};function Au(e,t,r){return xu({distinct_id:e,userPropertiesToSet:t,userPropertiesToSetOnce:r})}var Nu={exact:(e,t)=>t.some((t=>e.some((e=>t===e)))),is_not:(e,t)=>t.every((t=>e.every((e=>t!==e)))),regex:(e,t)=>t.some((t=>e.some((e=>Ru(t,e))))),not_regex:(e,t)=>t.every((t=>e.every((e=>!Ru(t,e))))),icontains:(e,t)=>t.map(Fu).some((t=>e.map(Fu).some((e=>t.includes(e))))),not_icontains:(e,t)=>t.map(Fu).every((t=>e.map(Fu).every((e=>!t.includes(e)))))},Fu=e=>e.toLowerCase(),Pu=cn("[Stylesheet Loader]"),Ou=Zi,Lu=Ji;function Du(e){return"$survey_response_"+e}var Bu="#020617",qu={fontFamily:"inherit",backgroundColor:"#eeeded",submitButtonColor:"black",submitButtonTextColor:"white",ratingButtonColor:"white",ratingButtonActiveColor:"black",borderColor:"#c9c6c6",placeholder:"Start typing...",whiteLabel:!1,displayThankYouMessage:!0,thankYouMessageHeader:"Thank you for your feedback!",position:_a.Right,widgetType:fa.Tab,widgetLabel:"Feedback",widgetColor:"black",zIndex:"2147483647",disabledButtonOpacity:"0.6",maxWidth:"300px",textSubtleColor:"#939393",boxPadding:"20px 24px",boxShadow:"0 4px 12px rgba(0, 0, 0, 0.15)",borderRadius:"10px",shuffleQuestions:!1,surveyPopupDelaySeconds:void 0,outlineColor:"rgba(59, 130, 246, 0.8)",inputBackground:"white",inputTextColor:Bu,scrollbarThumbColor:"var(--ph-survey-border-color)",scrollbarTrackColor:"var(--ph-survey-background-color)"};function Hu(e){if("#"===e[0]){var t=e.replace(/^#/,"");return"rgb("+parseInt(t.slice(0,2),16)+","+parseInt(t.slice(2,4),16)+","+parseInt(t.slice(4,6),16)+")"}return"rgb(255, 255, 255)"}function Vu(e){var t;void 0===e&&(e=qu.backgroundColor),"#"===e[0]&&(t=Hu(e)),e.startsWith("rgb")&&(t=e);var r={aliceblue:"#f0f8ff",antiquewhite:"#faebd7",aqua:"#00ffff",aquamarine:"#7fffd4",azure:"#f0ffff",beige:"#f5f5dc",bisque:"#ffe4c4",black:"#000000",blanchedalmond:"#ffebcd",blue:"#0000ff",blueviolet:"#8a2be2",brown:"#a52a2a",burlywood:"#deb887",cadetblue:"#5f9ea0",chartreuse:"#7fff00",chocolate:"#d2691e",coral:"#ff7f50",cornflowerblue:"#6495ed",cornsilk:"#fff8dc",crimson:"#dc143c",cyan:"#00ffff",darkblue:"#00008b",darkcyan:"#008b8b",darkgoldenrod:"#b8860b",darkgray:"#a9a9a9",darkgreen:"#006400",darkkhaki:"#bdb76b",darkmagenta:"#8b008b",darkolivegreen:"#556b2f",darkorange:"#ff8c00",darkorchid:"#9932cc",darkred:"#8b0000",darksalmon:"#e9967a",darkseagreen:"#8fbc8f",darkslateblue:"#483d8b",darkslategray:"#2f4f4f",darkturquoise:"#00ced1",darkviolet:"#9400d3",deeppink:"#ff1493",deepskyblue:"#00bfff",dimgray:"#696969",dodgerblue:"#1e90ff",firebrick:"#b22222",floralwhite:"#fffaf0",forestgreen:"#228b22",fuchsia:"#ff00ff",gainsboro:"#dcdcdc",ghostwhite:"#f8f8ff",gold:"#ffd700",goldenrod:"#daa520",gray:"#808080",green:"#008000",greenyellow:"#adff2f",honeydew:"#f0fff0",hotpink:"#ff69b4","indianred ":"#cd5c5c",indigo:"#4b0082",ivory:"#fffff0",khaki:"#f0e68c",lavender:"#e6e6fa",lavenderblush:"#fff0f5",lawngreen:"#7cfc00",lemonchiffon:"#fffacd",lightblue:"#add8e6",lightcoral:"#f08080",lightcyan:"#e0ffff",lightgoldenrodyellow:"#fafad2",lightgrey:"#d3d3d3",lightgreen:"#90ee90",lightpink:"#ffb6c1",lightsalmon:"#ffa07a",lightseagreen:"#20b2aa",lightskyblue:"#87cefa",lightslategray:"#778899",lightsteelblue:"#b0c4de",lightyellow:"#ffffe0",lime:"#00ff00",limegreen:"#32cd32",linen:"#faf0e6",magenta:"#ff00ff",maroon:"#800000",mediumaquamarine:"#66cdaa",mediumblue:"#0000cd",mediumorchid:"#ba55d3",mediumpurple:"#9370d8",mediumseagreen:"#3cb371",mediumslateblue:"#7b68ee",mediumspringgreen:"#00fa9a",mediumturquoise:"#48d1cc",mediumvioletred:"#c71585",midnightblue:"#191970",mintcream:"#f5fffa",mistyrose:"#ffe4e1",moccasin:"#ffe4b5",navajowhite:"#ffdead",navy:"#000080",oldlace:"#fdf5e6",olive:"#808000",olivedrab:"#6b8e23",orange:"#ffa500",orangered:"#ff4500",orchid:"#da70d6",palegoldenrod:"#eee8aa",palegreen:"#98fb98",paleturquoise:"#afeeee",palevioletred:"#d87093",papayawhip:"#ffefd5",peachpuff:"#ffdab9",peru:"#cd853f",pink:"#ffc0cb",plum:"#dda0dd",powderblue:"#b0e0e6",purple:"#800080",red:"#ff0000",rosybrown:"#bc8f8f",royalblue:"#4169e1",saddlebrown:"#8b4513",salmon:"#fa8072",sandybrown:"#f4a460",seagreen:"#2e8b57",seashell:"#fff5ee",sienna:"#a0522d",silver:"#c0c0c0",skyblue:"#87ceeb",slateblue:"#6a5acd",slategray:"#708090",snow:"#fffafa",springgreen:"#00ff7f",steelblue:"#4682b4",tan:"#d2b48c",teal:"#008080",thistle:"#d8bfd8",tomato:"#ff6347",turquoise:"#40e0d0",violet:"#ee82ee",wheat:"#f5deb3",white:"#ffffff",whitesmoke:"#f5f5f5",yellow:"#ffff00",yellowgreen:"#9acd32"}[e.toLowerCase()];if(r&&(t=Hu(r)),!t)return Bu;var i=t.match(/^rgba?\((\d+),\s*(\d+),\s*(\d+)(?:,\s*(\d+(?:\.\d+)?))?\)$/);if(i){var n=parseInt(i[1]),s=parseInt(i[2]),o=parseInt(i[3]);return Math.sqrt(n*n*.299+s*s*.587+o*o*.114)>127.5?Bu:"white"}return Bu}function Wu(e){var t=((e,t,r)=>{var i,n=e.createElement("style");return n.innerText=t,null!=r&&null!=(i=r.config)&&i.prepare_external_dependency_stylesheet&&(n=r.config.prepare_external_dependency_stylesheet(n)),n||(Pu.error("prepare_external_dependency_stylesheet returned null"),null)})(Lu,':host{--ph-survey-font-family:-apple-system,BlinkMacSystemFont,"Inter","Segoe UI","Roboto",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";--ph-survey-box-padding:20px 24px;--ph-survey-max-width:300px;--ph-survey-z-index:2147483647;--ph-survey-border-color:#dcdcdc;--ph-survey-border-bottom:1.5px solid var(--ph-survey-border-color);--ph-survey-border-radius:10px;--ph-survey-background-color:#eeeded;--ph-survey-box-shadow:0 4px 12px rgba(0,0,0,.15);--ph-survey-submit-button-color:#000;--ph-survey-submit-button-text-color:#fff;--ph-survey-rating-bg-color:#fff;--ph-survey-rating-text-color:#020617;--ph-survey-rating-active-bg-color:#000;--ph-survey-rating-active-text-color:#fff;--ph-survey-text-primary-color:#020617;--ph-survey-text-subtle-color:#939393;--ph-widget-color:#e0a045;--ph-widget-text-color:#fff;--ph-survey-scrollbar-thumb-color:var(--ph-survey-border-color);--ph-survey-scrollbar-track-color:var(--ph-survey-background-color);--ph-survey-outline-color:rgba(59,130,246,.8);--ph-survey-input-background:#fff;--ph-survey-input-text-color:#020617;--ph-survey-disabled-button-opacity:0.6}.ph-survey{bottom:0;height:fit-content;margin:0;max-width:85%;min-width:300px;position:fixed;width:var(--ph-survey-max-width);z-index:var(--ph-survey-z-index)}.ph-survey h3,.ph-survey p{margin:0}.ph-survey *{box-sizing:border-box;color:var(--ph-survey-text-primary-color);font-family:var(--ph-survey-font-family)}.ph-survey .multiple-choice-options label,.ph-survey input[type=text],.ph-survey textarea{background:var(--ph-survey-input-background);border:1.5px solid var(--ph-survey-border-color);border-radius:4px;color:var(--ph-survey-input-text-color);padding:10px;transition:border-color .2s ease-out,box-shadow .2s ease-out,transform .15s ease-out}.ph-survey input[type=text],.ph-survey textarea{transition:border-color .2s ease-out,box-shadow .2s ease-out,transform .15s ease-out}.ph-survey input{margin:0}.ph-survey .form-submit:focus,.ph-survey .form-submit:focus-visible,.ph-survey input[type=checkbox]:focus,.ph-survey input[type=checkbox]:focus-visible,.ph-survey input[type=radio]:focus,.ph-survey input[type=radio]:focus-visible,.ph-survey input[type=text]:focus,.ph-survey input[type=text]:focus-visible,.ph-survey textarea:focus,.ph-survey textarea:focus-visible{border-color:var(--ph-survey-rating-active-bg-color);outline:1.5px solid var(--ph-survey-outline-color);outline-offset:2px}.ph-survey button:focus:not(:focus-visible),.ph-survey input[type=checkbox]:focus:not(:focus-visible),.ph-survey input[type=radio]:focus:not(:focus-visible),.ph-survey input[type=text]:focus:not(:focus-visible),.ph-survey textarea:focus:not(:focus-visible){outline:none}.ph-survey input[type=text]:hover:not(:focus),.ph-survey textarea:hover:not(:focus){border-color:var(--ph-survey-rating-active-bg-color)}@media (max-width:768px){.ph-survey input[type=text],.ph-survey textarea{font-size:1rem}}.ph-survey .form-cancel,.ph-survey .multiple-choice-options label,.ph-survey .rating-options-number,.ph-survey input[type=checkbox],.ph-survey input[type=radio]{border:1.5px solid var(--ph-survey-border-color)}.ph-survey .footer-branding,.ph-survey .form-cancel,.ph-survey .form-submit,.ph-survey .ratings-emoji,.ph-survey .ratings-number,.ph-survey input[type=checkbox],.ph-survey input[type=radio],.ph-survey label{transition:all .2s ease-out}@media (prefers-reduced-motion:no-preference){.ph-survey button:active,.ph-survey input[type=checkbox]:active,.ph-survey input[type=radio]:active,.ph-survey label:active{transition-duration:.1s}}.ph-survey-widget-tab{background:var(--ph-widget-color);border:none;border-radius:3px 3px 0 0;color:var(--ph-widget-text-color);cursor:pointer;padding:10px 12px;position:fixed;right:0;text-align:center;top:50%;transform:rotate(-90deg) translateY(-100%);transform-origin:right top;transition:padding-bottom .2s ease-out;z-index:var(--ph-survey-z-index)}.ph-survey-widget-tab:hover{padding-bottom:16px}@keyframes ph-survey-fade-in{0%{opacity:0}to{opacity:1}}.survey-box{gap:16px}.bottom-section,.survey-box{display:flex;flex-direction:column}.bottom-section{gap:8px}.thank-you-message-header~.bottom-section{padding-top:16px}.question-container,.thank-you-message{display:flex;flex-direction:column;gap:8px}.survey-question{font-size:14px;font-weight:500}.survey-question-description{font-size:13px;opacity:.8;padding-top:4px}.question-textarea-wrapper{display:flex;flex-direction:column}.survey-form{animation:ph-survey-fade-in .3s ease-out forwards}.survey-form,.thank-you-message{background:var(--ph-survey-background-color);border:1.5px solid var(--ph-survey-border-color);border-bottom:var(--ph-survey-border-bottom);border-radius:var(--ph-survey-border-radius);box-shadow:var(--ph-survey-box-shadow);margin:0;padding:var(--ph-survey-box-padding);position:relative;text-align:left;width:100%;z-index:var(--ph-survey-z-index)}.survey-form input[type=text],.survey-form textarea{min-width:100%}:is(.survey-form textarea):focus,:is(.survey-form textarea):focus-visible{box-shadow:0 4px 12px rgba(0,0,0,.08)}:is(.survey-form textarea):focus:not(:focus-visible){box-shadow:none}.survey-box:has(.survey-question:empty):not(:has(.survey-question-description)) .multiple-choice-options,.survey-box:has(.survey-question:empty):not(:has(.survey-question-description)) textarea{margin-top:0}.multiple-choice-options{border:none;display:flex;flex-direction:column;font-size:14px;gap:8px;margin:0;padding:1px 0}.multiple-choice-options .response-choice,.multiple-choice-options label{align-items:center;color:inherit;display:flex;gap:8px}.multiple-choice-options label{cursor:pointer;font-size:13px}:is(.multiple-choice-options label):hover:not(:has(input:checked)){border-color:var(--ph-survey-text-subtle-color);box-shadow:0 2px 8px rgba(0,0,0,.08)}:is(.multiple-choice-options label):has(input:checked){border-color:var(--ph-survey-rating-active-bg-color);box-shadow:0 1px 4px rgba(0,0,0,.05)}.choice-option-open:is(.multiple-choice-options label){flex-wrap:wrap}:is(.multiple-choice-options label) span{color:inherit}.multiple-choice-options input[type=checkbox],.multiple-choice-options input[type=radio]{appearance:none;-webkit-appearance:none;-moz-appearance:none;background:var(--ph-survey-input-background);border-radius:3px;cursor:pointer;flex-shrink:0;height:1rem;position:relative;transition:all .2s cubic-bezier(.4,0,.2,1),transform .15s ease-out;width:1rem;z-index:1}:is(.multiple-choice-options input[type=checkbox],.multiple-choice-options input[type=radio]):focus{transform:scale(1.05)}:is(.multiple-choice-options input[type=checkbox],.multiple-choice-options input[type=radio]):hover{border-color:var(--ph-survey-rating-active-bg-color);transform:scale(1.05)}:is(.multiple-choice-options input[type=checkbox],.multiple-choice-options input[type=radio]):active{transform:scale(.95)}:is(.multiple-choice-options input[type=checkbox],.multiple-choice-options input[type=radio]):checked{background:var(--ph-survey-rating-active-bg-color);border-color:var(--ph-survey-rating-active-bg-color);transform:scale(1)}:is(.multiple-choice-options input[type=checkbox],.multiple-choice-options input[type=radio]):checked:hover{transform:scale(1.05)}.multiple-choice-options input[type=checkbox]:checked:after{animation:ph-survey-checkmark-reveal .2s ease-out .1s forwards;border:solid var(--ph-survey-rating-active-text-color);border-width:0 2px 2px 0;height:8px;left:4px;transform:rotate(45deg) scale(0);width:4px}.multiple-choice-options input[type=radio]:checked:after{animation:ph-survey-radio-reveal .15s ease-out .05s forwards;background:var(--ph-survey-rating-active-text-color);border-radius:50%;height:6px;left:5px;top:5px;transform:scale(0);width:6px}.multiple-choice-options input[type=checkbox]:checked:after,.multiple-choice-options input[type=radio]:checked:after{box-sizing:content-box;content:"";position:absolute}.multiple-choice-options input[type=radio]{border-radius:50%}.multiple-choice-options input[type=radio]:checked{border:none}:is(.multiple-choice-options input[type=checkbox]:checked,.multiple-choice-options input[type=radio]:checked)~*{font-weight:700}:is(:is(.multiple-choice-options .choice-option-open) input[type=text])::placeholder{color:var(--ph-survey-text-subtle-color);font-weight:400}.rating-options-emoji{display:flex;justify-content:space-between}.ratings-emoji{background-color:transparent;border:none;font-size:16px;opacity:.5;padding:0}.ratings-emoji:hover{cursor:pointer;opacity:1;transform:scale(1.15)}.ratings-emoji.rating-active{opacity:1}.ratings-emoji svg{fill:var(--ph-survey-text-primary-color);transition:fill .2s ease-out}.rating-options-number{border-radius:6px;display:grid;grid-auto-columns:1fr;grid-auto-flow:column;overflow:hidden}.rating-options-number .ratings-number{border:none;border-right:1px solid var(--ph-survey-border-color);color:var(--ph-survey-rating-text-color);cursor:pointer;font-weight:700;text-align:center}:is(.rating-options-number .ratings-number):last-of-type{border-right:0}.rating-active:is(.rating-options-number .ratings-number){background:var(--ph-survey-rating-active-bg-color);color:var(--ph-survey-rating-active-text-color)}.ratings-number{background-color:var(--ph-survey-rating-bg-color);border:none;padding:8px 0}.ratings-number .rating-active{background-color:var(--ph-survey-rating-active-bg-color)}.ratings-number:hover{cursor:pointer}.rating-text{display:flex;flex-direction:row;font-size:11px;justify-content:space-between;opacity:.7}.form-submit{background:var(--ph-survey-submit-button-color);border:none;border-radius:6px;box-shadow:0 2px 0 rgba(0,0,0,.045);color:var(--ph-survey-submit-button-text-color);cursor:pointer;font-weight:700;min-width:100%;padding:12px;text-align:center;user-select:none}.form-submit:not([disabled]):hover{box-shadow:0 4px 8px rgba(0,0,0,.1);transform:scale(1.02)}.form-submit:not([disabled]):active{box-shadow:0 1px 2px rgba(0,0,0,.05);transform:scale(.98)}.form-submit[disabled]{cursor:not-allowed;opacity:var(--ph-survey-disabled-button-opacity)}.form-cancel{background:#fff;border-radius:100%;cursor:pointer;line-height:0;padding:12px;position:absolute;right:0;top:0;transform:translate(50%,-50%)}.form-cancel:hover{opacity:.7;transform:translate(50%,-50%) scale(1.1)}.footer-branding{align-items:center;display:flex;font-size:11px;font-weight:500;gap:4px;justify-content:center;opacity:.6;text-decoration:none}.footer-branding:hover{opacity:1}.footer-branding a{text-decoration:none}.thank-you-message{text-align:center}.thank-you-message-header{margin:10px 0 0}.thank-you-message-body{font-size:14px;opacity:.8}.limit-height{max-height:256px;overflow-x:hidden;overflow-y:auto;scrollbar-color:var(--ph-survey-scrollbar-thumb-color) var(--ph-survey-scrollbar-track-color);scrollbar-width:thin}.limit-height::-webkit-scrollbar{width:8px}.limit-height::-webkit-scrollbar-track{background:var(--ph-survey-scrollbar-track-color);border-radius:4px}.limit-height::-webkit-scrollbar-thumb{background-color:var(--ph-survey-scrollbar-thumb-color);border:2px solid var(--ph-survey-scrollbar-track-color);border-radius:4px}:is(.limit-height::-webkit-scrollbar-thumb):hover{background-color:var(--ph-survey-text-subtle-color)}.sr-only{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}@media (prefers-reduced-motion:reduce){.ph-survey *{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}@keyframes ph-survey-checkmark-reveal{0%{opacity:0;transform:rotate(45deg) scale(0)}50%{opacity:1;transform:rotate(45deg) scale(1.2)}to{opacity:1;transform:rotate(45deg) scale(1)}}@keyframes ph-survey-radio-reveal{0%{opacity:0;transform:scale(0)}50%{opacity:1;transform:scale(1.3)}to{opacity:1;transform:scale(1)}}',e);return null==t||t.setAttribute("data-ph-survey-style","true"),t}var $u=(e,t,i)=>{var n=ac(e),s=Lu.querySelector("."+n);if(s&&s.shadowRoot)return{shadow:s.shadowRoot,isNewlyCreated:!1};var o=Lu.createElement("div");((e,t,i)=>{var n=r({},qu,i),s=e.style,o=![_a.Center,_a.Left,_a.Right].includes(n.position)||t===ma.Widget&&(null==i?void 0:i.widgetType)===fa.Tab;s.setProperty("--ph-survey-font-family",function(e){if("inherit"===e)return"inherit";var t='BlinkMacSystemFont, "Inter", "Segoe UI", "Roboto", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"';return e?e+", "+t:"-apple-system, "+t}(n.fontFamily)),s.setProperty("--ph-survey-box-padding",n.boxPadding),s.setProperty("--ph-survey-max-width",n.maxWidth),s.setProperty("--ph-survey-z-index",n.zIndex),s.setProperty("--ph-survey-border-color",n.borderColor),o?(s.setProperty("--ph-survey-border-radius",n.borderRadius),s.setProperty("--ph-survey-border-bottom","1.5px solid var(--ph-survey-border-color)")):(s.setProperty("--ph-survey-border-bottom","none"),s.setProperty("--ph-survey-border-radius",n.borderRadius+" "+n.borderRadius+" 0 0")),s.setProperty("--ph-survey-background-color",n.backgroundColor),s.setProperty("--ph-survey-box-shadow",n.boxShadow),s.setProperty("--ph-survey-disabled-button-opacity",n.disabledButtonOpacity),s.setProperty("--ph-survey-submit-button-color",n.submitButtonColor),s.setProperty("--ph-survey-submit-button-text-color",(null==i?void 0:i.submitButtonTextColor)||Vu(n.submitButtonColor)),s.setProperty("--ph-survey-rating-bg-color",n.ratingButtonColor),s.setProperty("--ph-survey-rating-text-color",Vu(n.ratingButtonColor)),s.setProperty("--ph-survey-rating-active-bg-color",n.ratingButtonActiveColor),s.setProperty("--ph-survey-rating-active-text-color",Vu(n.ratingButtonActiveColor)),s.setProperty("--ph-survey-text-primary-color",Vu(n.backgroundColor)),s.setProperty("--ph-survey-text-subtle-color",n.textSubtleColor),s.setProperty("--ph-widget-color",n.widgetColor),s.setProperty("--ph-widget-text-color",Vu(n.widgetColor)),s.setProperty("--ph-widget-z-index",n.zIndex),"white"===n.backgroundColor&&s.setProperty("--ph-survey-input-background","#f8f8f8"),s.setProperty("--ph-survey-input-background",n.inputBackground),s.setProperty("--ph-survey-input-text-color",Vu(n.inputBackground)),s.setProperty("--ph-survey-scrollbar-thumb-color",n.scrollbarThumbColor),s.setProperty("--ph-survey-scrollbar-track-color",n.scrollbarTrackColor),s.setProperty("--ph-survey-outline-color",n.outlineColor)})(o,e.type,e.appearance),o.className=n;var a=o.attachShadow({mode:"open"}),l=Wu(t);if(l){var u=a.querySelector("style");u&&a.removeChild(u),a.appendChild(l)}return Lu.body.appendChild(o),{shadow:a,isNewlyCreated:!0}},Uu=(e,t)=>{if(!t)return null;var r=e[Du(t)];return zr(r)?[...r]:r},Zu=e=>{var{responses:t,survey:i,surveySubmissionId:n,posthog:s,isSurveyCompleted:o}=e;s?(Fa(i),s.capture(wa.SENT,r({[Ca.SURVEY_NAME]:i.name,[Ca.SURVEY_ID]:i.id,[Ca.SURVEY_ITERATION]:i.current_iteration,[Ca.SURVEY_ITERATION_START_DATE]:i.current_iteration_start_date,[Ca.SURVEY_QUESTIONS]:i.questions.map((e=>({id:e.id,question:e.question,response:Uu(t,e.id)}))),[Ca.SURVEY_SUBMISSION_ID]:n,[Ca.SURVEY_COMPLETED]:o,sessionRecordingUrl:null==s.get_session_replay_url?void 0:s.get_session_replay_url()},t,{$set:{[Aa(i,"responded")]:!0}})),o&&(Ou.dispatchEvent(new CustomEvent("PHSurveySent",{detail:{surveyId:i.id}})),oc(i))):ka.error("[survey sent] event not captured, PostHog instance not found.")},ju=(e,t,i)=>{if(t){if(!i){var n=nc(e);t.capture(wa.DISMISSED,r({[Ca.SURVEY_NAME]:e.name,[Ca.SURVEY_ID]:e.id,[Ca.SURVEY_ITERATION]:e.current_iteration,[Ca.SURVEY_ITERATION_START_DATE]:e.current_iteration_start_date,[Ca.SURVEY_PARTIALLY_COMPLETED]:Object.values((null==n?void 0:n.responses)||{}).filter((e=>!ri(e))).length>0,sessionRecordingUrl:null==t.get_session_replay_url?void 0:t.get_session_replay_url()},null==n?void 0:n.responses,{[Ca.SURVEY_SUBMISSION_ID]:null==n?void 0:n.surveySubmissionId,[Ca.SURVEY_QUESTIONS]:e.questions.map((e=>({id:e.id,question:e.question,response:Uu((null==n?void 0:n.responses)||{},e.id)}))),$set:{[Aa(e,"dismissed")]:!0}})),oc(e),Fa(e),Ou.dispatchEvent(new CustomEvent("PHSurveyClosed",{detail:{surveyId:e.id}}))}}else ka.error("[survey dismissed] event not captured, PostHog instance not found.")},zu=e=>e.map((e=>({sort:Math.floor(10*Math.random()),value:e}))).sort(((e,t)=>e.sort-t.sort)).map((e=>e.value)),Gu=(e,t)=>e.length===t.length&&e.every(((e,r)=>e===t[r]))?t.reverse():t,Yu=e=>e.appearance&&e.appearance.shuffleQuestions&&!e.enable_partial_responses?Gu(e.questions,zu(e.questions)):e.questions,Xu=e=>{var t;return!(null==(t=e.conditions)||null==(t=t.events)||!t.repeatedActivation||!(e=>{var t,r;return null!=(null==(t=e.conditions)||null==(t=t.events)||null==(t=t.values)?void 0:t.length)&&(null==(r=e.conditions)||null==(r=r.events)||null==(r=r.values)?void 0:r.length)>0})(e))||e.schedule===Sa.Always||sc(e)},Ju=function(e,t){var r={__c:t="__cC"+fo++,__:e,Consumer:function(e,t){return e.children(t)},Provider:function(e){var r,i;return this.getChildContext||(r=[],(i={})[t]=this,this.getChildContext=function(){return i},this.shouldComponentUpdate=function(e){this.props.value!==e.value&&r.some((function(e){e.__e=!0,Mo(e)}))},this.sub=function(e){r.push(e);var t=e.componentWillUnmount;e.componentWillUnmount=function(){r.splice(r.indexOf(e),1),t&&t.call(e)}}),e.children}};return r.Provider.__=r.Consumer.contextType=r}({isPreviewMode:!1,previewPageIndex:0,onPopupSurveyDismissed:()=>{},isPopup:!0,onPreviewSubmit:()=>{},surveySubmissionId:""}),Ku=()=>la(Ju),Qu=e=>{var{component:t,children:r,renderAsHtml:i,style:n}=e;return Uo(t,i?{dangerouslySetInnerHTML:{__html:r},style:n}:{children:r,style:n})};function ec(e){return null!=e?e:"icontains"}function tc(e){var t,r,i;if(null==(t=e.conditions)||!t.url)return!0;var n=null==Ou||null==(r=Ou.location)?void 0:r.href;if(!n)return!1;var s=[e.conditions.url],o=ec(null==(i=e.conditions)?void 0:i.urlMatchType);return Nu[o](s,[n])}var rc=e=>{var t=""+Ra+e.id;return e.current_iteration&&e.current_iteration>0&&(t=""+Ra+e.id+"_"+e.current_iteration),t},ic=(e,t)=>{try{localStorage.setItem(rc(e),JSON.stringify(t))}catch(e){ka.error("Error setting in-progress survey state in localStorage",e)}},nc=e=>{try{var t=localStorage.getItem(rc(e));if(t)return JSON.parse(t)}catch(e){ka.error("Error getting in-progress survey state from localStorage",e)}return null},sc=e=>{var t=nc(e);return!ri(null==t?void 0:t.surveySubmissionId)},oc=e=>{try{localStorage.removeItem(rc(e))}catch(e){ka.error("Error clearing in-progress survey state from localStorage",e)}};function ac(e,t){void 0===t&&(t=!1);var r="PostHogSurvey-"+e.id;return t?"."+r:r}var lc=0;function uc(e,t,r,i,n,s){var o,a,l={};for(a in t)"ref"==a?o=t[a]:l[a]=t[a];var u={type:e,props:l,key:r,ref:o,__k:null,__:null,__b:0,__e:null,__d:void 0,__c:null,constructor:void 0,__v:--lc,__i:-1,__u:0,__source:n,__self:s};if("function"==typeof e&&(o=e.defaultProps))for(a in o)void 0===l[a]&&(l[a]=o[a]);return uo.vnode&&uo.vnode(u),u}var cc=uc("svg",{className:"emoji-svg",xmlns:"http://www.w3.org/2000/svg",height:"48",viewBox:"0 -960 960 960",width:"48",children:uc("path",{d:"M626-533q22.5 0 38.25-15.75T680-587q0-22.5-15.75-38.25T626-641q-22.5 0-38.25 15.75T572-587q0 22.5 15.75 38.25T626-533Zm-292 0q22.5 0 38.25-15.75T388-587q0-22.5-15.75-38.25T334-641q-22.5 0-38.25 15.75T280-587q0 22.5 15.75 38.25T334-533Zm146 272q66 0 121.5-35.5T682-393h-52q-23 40-63 61.5T480.5-310q-46.5 0-87-21T331-393h-53q26 61 81 96.5T480-261Zm0 181q-83 0-156-31.5T197-197q-54-54-85.5-127T80-480q0-83 31.5-156T197-763q54-54 127-85.5T480-880q83 0 156 31.5T763-763q54 54 85.5 127T880-480q0 83-31.5 156T763-197q-54 54-127 85.5T480-80Zm0-400Zm0 340q142.375 0 241.188-98.812Q820-337.625 820-480t-98.812-241.188Q622.375-820 480-820t-241.188 98.812Q140-622.375 140-480t98.812 241.188Q337.625-140 480-140Z"})}),dc=uc("svg",{className:"emoji-svg",xmlns:"http://www.w3.org/2000/svg",height:"48",viewBox:"0 -960 960 960",width:"48",children:uc("path",{d:"M626-533q22.5 0 38.25-15.75T680-587q0-22.5-15.75-38.25T626-641q-22.5 0-38.25 15.75T572-587q0 22.5 15.75 38.25T626-533Zm-292 0q22.5 0 38.25-15.75T388-587q0-22.5-15.75-38.25T334-641q-22.5 0-38.25 15.75T280-587q0 22.5 15.75 38.25T334-533Zm20 194h253v-49H354v49ZM480-80q-83 0-156-31.5T197-197q-54-54-85.5-127T80-480q0-83 31.5-156T197-763q54-54 127-85.5T480-880q83 0 156 31.5T763-763q54 54 85.5 127T880-480q0 83-31.5 156T763-197q-54 54-127 85.5T480-80Zm0-400Zm0 340q142.375 0 241.188-98.812Q820-337.625 820-480t-98.812-241.188Q622.375-820 480-820t-241.188 98.812Q140-622.375 140-480t98.812 241.188Q337.625-140 480-140Z"})}),hc=uc("svg",{className:"emoji-svg",xmlns:"http://www.w3.org/2000/svg",height:"48",viewBox:"0 -960 960 960",width:"48",children:uc("path",{d:"M626-533q22.5 0 38.25-15.75T680-587q0-22.5-15.75-38.25T626-641q-22.5 0-38.25 15.75T572-587q0 22.5 15.75 38.25T626-533Zm-292 0q22.5 0 38.25-15.75T388-587q0-22.5-15.75-38.25T334-641q-22.5 0-38.25 15.75T280-587q0 22.5 15.75 38.25T334-533Zm146.174 116Q413-417 358.5-379.5T278-280h53q22-42 62.173-65t87.5-23Q528-368 567.5-344.5T630-280h52q-25-63-79.826-100-54.826-37-122-37ZM480-80q-83 0-156-31.5T197-197q-54-54-85.5-127T80-480q0-83 31.5-156T197-763q54-54 127-85.5T480-880q83 0 156 31.5T763-763q54 54 85.5 127T880-480q0 83-31.5 156T763-197q-54 54-127 85.5T480-80Zm0-400Zm0 340q142.375 0 241.188-98.812Q820-337.625 820-480t-98.812-241.188Q622.375-820 480-820t-241.188 98.812Q140-622.375 140-480t98.812 241.188Q337.625-140 480-140Z"})}),pc=uc("svg",{className:"emoji-svg",xmlns:"http://www.w3.org/2000/svg",height:"48",viewBox:"0 -960 960 960",width:"48",children:uc("path",{d:"M480-417q-67 0-121.5 37.5T278-280h404q-25-63-80-100t-122-37Zm-183-72 50-45 45 45 31-36-45-45 45-45-31-36-45 45-50-45-31 36 45 45-45 45 31 36Zm272 0 44-45 51 45 31-36-45-45 45-45-31-36-51 45-44-45-31 36 44 45-44 45 31 36ZM480-80q-83 0-156-31.5T197-197q-54-54-85.5-127T80-480q0-83 31.5-156T197-763q54-54 127-85.5T480-880q83 0 156 31.5T763-763q54 54 85.5 127T880-480q0 83-31.5 156T763-197q-54 54-127 85.5T480-80Zm0-400Zm0 340q142 0 241-99t99-241q0-142-99-241t-241-99q-142 0-241 99t-99 241q0 142 99 241t241 99Z"})}),vc=uc("svg",{className:"emoji-svg",xmlns:"http://www.w3.org/2000/svg",height:"48",viewBox:"0 -960 960 960",width:"48",children:uc("path",{d:"M479.504-261Q537-261 585.5-287q48.5-26 78.5-72.4 6-11.6-.75-22.6-6.75-11-20.25-11H316.918Q303-393 296.5-382t-.5 22.6q30 46.4 78.5 72.4 48.5 26 105.004 26ZM347-578l27 27q7.636 8 17.818 8Q402-543 410-551q8-8 8-18t-8-18l-42-42q-8.8-9-20.9-9-12.1 0-21.1 9l-42 42q-8 7.636-8 17.818Q276-559 284-551q8 8 18 8t18-8l27-27Zm267 0 27 27q7.714 8 18 8t18-8q8-7.636 8-17.818Q685-579 677-587l-42-42q-8.8-9-20.9-9-12.1 0-21.1 9l-42 42q-8 7.714-8 18t8 18q7.636 8 17.818 8Q579-543 587-551l27-27ZM480-80q-83 0-156-31.5T197-197q-54-54-85.5-127T80-480q0-83 31.5-156T197-763q54-54 127-85.5T480-880q83 0 156 31.5T763-763q54 54 85.5 127T880-480q0 83-31.5 156T763-197q-54 54-127 85.5T480-80Zm0-400Zm0 340q142.375 0 241.188-98.812Q820-337.625 820-480t-98.812-241.188Q622.375-820 480-820t-241.188 98.812Q140-622.375 140-480t98.812 241.188Q337.625-140 480-140Z"})}),gc=uc("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":"close-survey-title",children:[uc("title",{id:"close-survey-title",children:"Close survey"}),uc("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M0.164752 0.164752C0.384422 -0.0549175 0.740578 -0.0549175 0.960248 0.164752L6 5.20451L11.0398 0.164752C11.2594 -0.0549175 11.6156 -0.0549175 11.8352 0.164752C12.0549 0.384422 12.0549 0.740578 11.8352 0.960248L6.79549 6L11.8352 11.0398C12.0549 11.2594 12.0549 11.6156 11.8352 11.8352C11.6156 12.0549 11.2594 12.0549 11.0398 11.8352L6 6.79549L0.960248 11.8352C0.740578 12.0549 0.384422 12.0549 0.164752 11.8352C-0.0549175 11.6156 -0.0549175 11.2594 0.164752 11.0398L5.20451 6L0.164752 0.960248C-0.0549175 0.740578 -0.0549175 0.384422 0.164752 0.164752Z",fill:"black"})]}),fc=uc("svg",{width:"77",height:"14",viewBox:"0 0 77 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[uc("g",{"clip-path":"url(#clip0_2415_6911)",children:[uc("mask",{id:"mask0_2415_6911",style:{maskType:"luminance"},maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"77",height:"14",children:uc("path",{d:"M0.5 0H76.5V14H0.5V0Z",fill:"white"})}),uc("g",{mask:"url(#mask0_2415_6911)",children:[uc("path",{d:"M5.77226 8.02931C5.59388 8.37329 5.08474 8.37329 4.90634 8.02931L4.4797 7.20672C4.41155 7.07535 4.41155 6.9207 4.4797 6.78933L4.90634 5.96669C5.08474 5.62276 5.59388 5.62276 5.77226 5.96669L6.19893 6.78933C6.26709 6.9207 6.26709 7.07535 6.19893 7.20672L5.77226 8.02931ZM5.77226 12.6946C5.59388 13.0386 5.08474 13.0386 4.90634 12.6946L4.4797 11.872C4.41155 11.7406 4.41155 11.586 4.4797 11.4546L4.90634 10.632C5.08474 10.288 5.59388 10.288 5.77226 10.632L6.19893 11.4546C6.26709 11.586 6.26709 11.7406 6.19893 11.872L5.77226 12.6946Z",fill:"#1D4AFF"}),uc("path",{d:"M0.5 10.9238C0.5 10.508 1.02142 10.2998 1.32637 10.5938L3.54508 12.7327C3.85003 13.0267 3.63405 13.5294 3.20279 13.5294H0.984076C0.716728 13.5294 0.5 13.3205 0.5 13.0627V10.9238ZM0.5 8.67083C0.5 8.79459 0.551001 8.91331 0.641783 9.00081L5.19753 13.3927C5.28831 13.4802 5.41144 13.5294 5.53982 13.5294H8.0421C8.47337 13.5294 8.68936 13.0267 8.3844 12.7327L1.32637 5.92856C1.02142 5.63456 0.5 5.84278 0.5 6.25854V8.67083ZM0.5 4.00556C0.5 4.12932 0.551001 4.24802 0.641783 4.33554L10.0368 13.3927C10.1276 13.4802 10.2508 13.5294 10.3791 13.5294H12.8814C13.3127 13.5294 13.5287 13.0267 13.2237 12.7327L1.32637 1.26329C1.02142 0.969312 0.5 1.17752 0.5 1.59327V4.00556ZM5.33931 4.00556C5.33931 4.12932 5.39033 4.24802 5.4811 4.33554L14.1916 12.7327C14.4965 13.0267 15.0179 12.8185 15.0179 12.4028V9.99047C15.0179 9.86671 14.9669 9.74799 14.8762 9.66049L6.16568 1.26329C5.86071 0.969307 5.33931 1.17752 5.33931 1.59327V4.00556ZM11.005 1.26329C10.7 0.969307 10.1786 1.17752 10.1786 1.59327V4.00556C10.1786 4.12932 10.2296 4.24802 10.3204 4.33554L14.1916 8.06748C14.4965 8.36148 15.0179 8.15325 15.0179 7.7375V5.3252C15.0179 5.20144 14.9669 5.08272 14.8762 4.99522L11.005 1.26329Z",fill:"#F9BD2B"}),uc("path",{d:"M21.0852 10.981L16.5288 6.58843C16.2238 6.29443 15.7024 6.50266 15.7024 6.91841V13.0627C15.7024 13.3205 15.9191 13.5294 16.1865 13.5294H23.2446C23.5119 13.5294 23.7287 13.3205 23.7287 13.0627V12.5032C23.7287 12.2455 23.511 12.0396 23.2459 12.0063C22.4323 11.9042 21.6713 11.546 21.0852 10.981ZM18.0252 12.0365C17.5978 12.0365 17.251 11.7021 17.251 11.2901C17.251 10.878 17.5978 10.5436 18.0252 10.5436C18.4527 10.5436 18.7996 10.878 18.7996 11.2901C18.7996 11.7021 18.4527 12.0365 18.0252 12.0365Z",fill:"currentColor"}),uc("path",{d:"M0.5 13.0627C0.5 13.3205 0.716728 13.5294 0.984076 13.5294H3.20279C3.63405 13.5294 3.85003 13.0267 3.54508 12.7327L1.32637 10.5938C1.02142 10.2998 0.5 10.508 0.5 10.9238V13.0627ZM5.33931 5.13191L1.32637 1.26329C1.02142 0.969306 0.5 1.17752 0.5 1.59327V4.00556C0.5 4.12932 0.551001 4.24802 0.641783 4.33554L5.33931 8.86412V5.13191ZM1.32637 5.92855C1.02142 5.63455 0.5 5.84278 0.5 6.25853V8.67083C0.5 8.79459 0.551001 8.91331 0.641783 9.00081L5.33931 13.5294V9.79717L1.32637 5.92855Z",fill:"#1D4AFF"}),uc("path",{d:"M10.1787 5.3252C10.1787 5.20144 10.1277 5.08272 10.0369 4.99522L6.16572 1.26329C5.8608 0.969306 5.33936 1.17752 5.33936 1.59327V4.00556C5.33936 4.12932 5.39037 4.24802 5.48114 4.33554L10.1787 8.86412V5.3252ZM5.33936 13.5294H8.04214C8.47341 13.5294 8.6894 13.0267 8.38443 12.7327L5.33936 9.79717V13.5294ZM5.33936 5.13191V8.67083C5.33936 8.79459 5.39037 8.91331 5.48114 9.00081L10.1787 13.5294V9.99047C10.1787 9.86671 10.1277 9.74803 10.0369 9.66049L5.33936 5.13191Z",fill:"#F54E00"}),uc("path",{d:"M29.375 11.6667H31.3636V8.48772H33.0249C34.8499 8.48772 36.0204 7.4443 36.0204 5.83052C36.0204 4.21681 34.8499 3.17334 33.0249 3.17334H29.375V11.6667ZM31.3636 6.84972V4.81136H32.8236C33.5787 4.81136 34.0318 5.19958 34.0318 5.83052C34.0318 6.4615 33.5787 6.84972 32.8236 6.84972H31.3636ZM39.618 11.7637C41.5563 11.7637 42.9659 10.429 42.9659 8.60905C42.9659 6.78905 41.5563 5.45438 39.618 5.45438C37.6546 5.45438 36.2701 6.78905 36.2701 8.60905C36.2701 10.429 37.6546 11.7637 39.618 11.7637ZM38.1077 8.60905C38.1077 7.63838 38.7118 6.97105 39.618 6.97105C40.5116 6.97105 41.1157 7.63838 41.1157 8.60905C41.1157 9.57972 40.5116 10.2471 39.618 10.2471C38.7118 10.2471 38.1077 9.57972 38.1077 8.60905ZM46.1482 11.7637C47.6333 11.7637 48.6402 10.8658 48.6402 9.81025C48.6402 7.33505 45.2294 8.13585 45.2294 7.16518C45.2294 6.8983 45.5189 6.72843 45.9342 6.72843C46.3622 6.72843 46.8782 6.98318 47.0418 7.54132L48.527 6.94678C48.2375 6.06105 47.1677 5.45438 45.8713 5.45438C44.4743 5.45438 43.6058 6.25518 43.6058 7.21372C43.6058 9.53118 46.9663 8.88812 46.9663 9.84665C46.9663 10.1864 46.6391 10.417 46.1482 10.417C45.4434 10.417 44.9525 9.94376 44.8015 9.3735L43.3164 9.93158C43.6436 10.8537 44.6001 11.7637 46.1482 11.7637ZM53.4241 11.606L53.2982 10.0651C53.0843 10.1743 52.8074 10.2106 52.5808 10.2106C52.1278 10.2106 51.8257 9.89523 51.8257 9.34918V7.03172H53.3612V5.55145H51.8257V3.78001H49.9755V5.55145H48.9687V7.03172H49.9755V9.57972C49.9755 11.06 51.0202 11.7637 52.3921 11.7637C52.7696 11.7637 53.122 11.7031 53.4241 11.606ZM59.8749 3.17334V6.47358H56.376V3.17334H54.3874V11.6667H56.376V8.11158H59.8749V11.6667H61.8761V3.17334H59.8749ZM66.2899 11.7637C68.2281 11.7637 69.6378 10.429 69.6378 8.60905C69.6378 6.78905 68.2281 5.45438 66.2899 5.45438C64.3265 5.45438 62.942 6.78905 62.942 8.60905C62.942 10.429 64.3265 11.7637 66.2899 11.7637ZM64.7796 8.60905C64.7796 7.63838 65.3837 6.97105 66.2899 6.97105C67.1835 6.97105 67.7876 7.63838 67.7876 8.60905C67.7876 9.57972 67.1835 10.2471 66.2899 10.2471C65.3837 10.2471 64.7796 9.57972 64.7796 8.60905ZM73.2088 11.4725C73.901 11.4725 74.5177 11.242 74.845 10.8416V11.424C74.845 12.1034 74.2786 12.5767 73.4102 12.5767C72.7935 12.5767 72.2523 12.2854 72.1642 11.788L70.4776 12.0428C70.7042 13.1955 71.925 13.972 73.4102 13.972C75.361 13.972 76.6574 12.8679 76.6574 11.2298V5.55145H74.8324V6.07318C74.4926 5.69705 73.9136 5.45438 73.171 5.45438C71.409 5.45438 70.3014 6.61918 70.3014 8.46345C70.3014 10.3077 71.409 11.4725 73.2088 11.4725ZM72.1012 8.46345C72.1012 7.55345 72.655 6.97105 73.5109 6.97105C74.3793 6.97105 74.9331 7.55345 74.9331 8.46345C74.9331 9.37345 74.3793 9.95585 73.5109 9.95585C72.655 9.95585 72.1012 9.37345 72.1012 8.46345Z",fill:"currentColor"})]})]}),uc("defs",{children:uc("clipPath",{id:"clip0_2415_6911",children:uc("rect",{width:"76",height:"14",fill:"white",transform:"translate(0.5)"})})})]});function _c(){return uc("a",{href:"https://posthog.com/surveys",target:"_blank",rel:"noopener",className:"footer-branding",children:["Survey by ",fc]})}function mc(e){var{text:t,submitDisabled:r,appearance:i,onSubmit:n,link:s,onPreviewSubmit:o,skipSubmitButton:a}=e,{isPreviewMode:l}=la(Ju);return uc("div",{className:"bottom-section",children:[!a&&uc("button",{className:"form-submit",disabled:r,"aria-label":"Submit survey",type:"button",onClick:()=>{s&&(null==Zi||Zi.open(s)),l?null==o||o():n()},children:t}),!i.whiteLabel&&uc(_c,{})]})}function yc(e){var{question:t,forceDisableHtml:r,htmlFor:i}=e;return uc("div",{class:"question-header",children:[uc(t.type===ya.Open?"label":"h3",{className:"survey-question",htmlFor:i,children:t.question}),t.description&&Qu({component:Co("p",{className:"survey-question-description"}),children:t.description,renderAsHtml:!r&&"text"!==t.descriptionContentType})]})}function bc(e){var{onClick:t}=e,{isPreviewMode:r}=la(Ju);return uc("button",{className:"form-cancel",onClick:t,disabled:r,"aria-label":"Close survey",type:"button",children:gc})}uc("svg",{width:"16",height:"12",viewBox:"0 0 16 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:uc("path",{d:"M5.30769 10.6923L4.77736 11.2226C4.91801 11.3633 5.10878 11.4423 5.30769 11.4423C5.5066 11.4423 5.69737 11.3633 5.83802 11.2226L5.30769 10.6923ZM15.5303 1.53033C15.8232 1.23744 15.8232 0.762563 15.5303 0.46967C15.2374 0.176777 14.7626 0.176777 14.4697 0.46967L15.5303 1.53033ZM1.53033 5.85429C1.23744 5.56139 0.762563 5.56139 0.46967 5.85429C0.176777 6.14718 0.176777 6.62205 0.46967 6.91495L1.53033 5.85429ZM5.83802 11.2226L15.5303 1.53033L14.4697 0.46967L4.77736 10.162L5.83802 11.2226ZM0.46967 6.91495L4.77736 11.2226L5.83802 10.162L1.53033 5.85429L0.46967 6.91495Z",fill:"currentColor"})});var Sc=Zi;function wc(e){var{header:t,description:r,contentType:i,forceDisableHtml:n,appearance:s,onClose:o}=e,{isPopup:a}=la(Ju);return sa((()=>{var e=e=>{"Enter"!==e.key&&"Escape"!==e.key||(e.preventDefault(),o())};return In(Sc,"keydown",e),()=>{Sc.removeEventListener("keydown",e)}}),[o]),uc("div",{className:"thank-you-message",role:"status",tabIndex:0,"aria-atomic":"true",children:[a&&uc(bc,{onClick:()=>o()}),uc("h3",{className:"thank-you-message-header",children:t}),r&&Qu({component:Co("p",{className:"thank-you-message-body"}),children:r,renderAsHtml:!n&&"text"!==i}),a&&uc(mc,{text:s.thankYouMessageCloseButtonText||"Close",submitDisabled:!1,appearance:s,onSubmit:()=>o()})]})}var Cc=e=>zr(e)&&e.every((e=>Qr(e)));function Ic(e){var{question:t,forceDisableHtml:r,appearance:i,onSubmit:n,onPreviewSubmit:s,displayQuestionIndex:o,initialValue:a}=e,{isPreviewMode:l}=Ku(),u=oa(null),[c,d]=na((()=>Qr(a)?a:""));sa((()=>{setTimeout((()=>{var e;l||(null==(e=u.current)||e.focus())}),100)}),[l]);var h="surveyQuestion"+o;return uc(ko,{children:[uc("div",{className:"question-container",children:[uc(yc,{question:t,forceDisableHtml:r,htmlFor:h}),uc("textarea",{ref:u,id:h,rows:4,placeholder:null==i?void 0:i.placeholder,onInput:e=>{d(e.currentTarget.value),e.stopPropagation()},onKeyDown:e=>{e.stopPropagation()},value:c})]}),uc(mc,{text:t.buttonText||"Submit",submitDisabled:!c&&!t.optional,appearance:i,onSubmit:()=>n(c),onPreviewSubmit:()=>s(c)})]})}function kc(e){var{question:t,forceDisableHtml:r,appearance:i,onSubmit:n,onPreviewSubmit:s}=e;return uc(ko,{children:[uc("div",{className:"question-container",children:uc(yc,{question:t,forceDisableHtml:r})}),uc(mc,{text:t.buttonText||"Submit",submitDisabled:!1,link:t.link,appearance:i,onSubmit:()=>n("link clicked"),onPreviewSubmit:()=>s("link clicked")})]})}function Ec(e){var{question:t,forceDisableHtml:r,displayQuestionIndex:i,appearance:n,onSubmit:s,onPreviewSubmit:o,initialValue:a}=e,l=t.scale,u=10===t.scale?0:1,[c,d]=na((()=>ii(a)?a:zr(a)&&a.length>0&&ii(parseInt(a[0]))?parseInt(a[0]):Qr(a)&&ii(parseInt(a))?parseInt(a):null)),{isPreviewMode:h}=Ku(),p=e=>h?o(e):s(e);return uc(ko,{children:[uc("div",{className:"question-container",children:[uc(yc,{question:t,forceDisableHtml:r}),uc("div",{className:"rating-section",children:[uc("div",{className:"rating-options",children:["emoji"===t.display&&uc("div",{className:"rating-options-emoji",children:(3===t.scale?Mc:Rc).map(((e,r)=>uc("button",{"aria-label":"Rate "+(r+1),className:"ratings-emoji question-"+i+"-rating-"+r+" "+(r+1===c?"rating-active":""),value:r+1,type:"button",onClick:()=>{var e=r+1;d(e),t.skipSubmitButton&&p(e)},children:e},r)))}),"number"===t.display&&uc("div",{className:"rating-options-number",style:{gridTemplateColumns:"repeat("+(l-u+1)+", minmax(0, 1fr))"},children:Pc(t.scale).map(((e,r)=>uc(xc,{displayQuestionIndex:i,active:c===e,appearance:n,num:e,setActiveNumber:e=>{d(e),t.skipSubmitButton&&p(e)}},r)))})]}),uc("div",{className:"rating-text",children:[uc("div",{children:t.lowerBoundLabel}),uc("div",{children:t.upperBoundLabel})]})]})]}),uc(mc,{text:t.buttonText||(null==n?void 0:n.submitButtonText)||"Submit",submitDisabled:ti(c)&&!t.optional,appearance:n,onSubmit:()=>s(c),onPreviewSubmit:()=>o(c),skipSubmitButton:t.skipSubmitButton})]})}function xc(e){var{num:t,active:r,displayQuestionIndex:i,setActiveNumber:n}=e;return uc("button",{"aria-label":"Rate "+t,className:"ratings-number question-"+i+"-rating-"+t+" "+(r?"rating-active":""),type:"button",onClick:()=>{n(t)},children:t})}function Tc(e){var{question:t,forceDisableHtml:i,displayQuestionIndex:n,appearance:s,onSubmit:o,onPreviewSubmit:a,initialValue:l}=e,u=oa(null),c=aa((()=>(e=>{if(!e.shuffleOptions)return e.choices;var t=e.choices,r="";e.hasOpenChoice&&(r=t.pop());var i=Gu(t,zu(t));return e.hasOpenChoice&&(e.choices.push(r),i.push(r)),i})(t)),[t]),[d,h]=na((()=>((e,t)=>Qr(e)||Cc(e)?e:t===ya.SingleChoice?null:[])(l,t.type))),[p,v]=na((()=>((e,t)=>{if(Qr(e)&&!t.includes(e))return{isSelected:!0,inputValue:e};if(Cc(e)){var r=e.find((e=>!t.includes(e)));if(r)return{isSelected:!0,inputValue:r}}return{isSelected:!1,inputValue:""}})(l,c))),{isPreviewMode:g}=Ku(),f=t.type===ya.SingleChoice,_=t.type===ya.MultipleChoice,m=t.skipSubmitButton&&f&&!t.hasOpenChoice,y=(e,t)=>{if(t){var i=!p.isSelected;return v((e=>r({},e,{isSelected:i,inputValue:i?e.inputValue:""}))),f&&h(""),void(i&&setTimeout((()=>{var e;return null==(e=u.current)?void 0:e.focus()}),75))}if(f)return h(e),v((e=>r({},e,{isSelected:!1,inputValue:""}))),void(m&&(o(e),g&&a(e)));_&&zr(d)&&(d.includes(e)?h(d.filter((t=>t!==e))):h([...d,e]))},b=e=>{e.stopPropagation();var t=e.currentTarget.value;v((e=>r({},e,{inputValue:t}))),f&&h(t)},S=e=>{e.stopPropagation(),"Enter"!==e.key||w()||(e.preventDefault(),C()),"Escape"===e.key&&(e.preventDefault(),v((e=>r({},e,{isSelected:!1,inputValue:""}))),f&&h(null))},w=()=>!t.optional&&(!!ti(d)||(!(!zr(d)||p.isSelected||0!==d.length)||!(!p.isSelected||""!==p.inputValue.trim()))),C=()=>{p.isSelected&&_?zr(d)&&(g?a([...d,p.inputValue]):o([...d,p.inputValue])):g?a(d):o(d)};return uc(ko,{children:[uc("div",{className:"question-container",children:[uc(yc,{question:t,forceDisableHtml:i}),uc("fieldset",{className:"multiple-choice-options limit-height",children:[uc("legend",{className:"sr-only",children:_?" Select all that apply":" Select one"}),c.map(((e,r)=>{var i=!!t.hasOpenChoice&&r===t.choices.length-1,s="surveyQuestion"+n+"Choice"+r,o=s+"Open",a=i?p.isSelected:f?d===e:zr(d)&&d.includes(e);return uc("label",{className:i?"choice-option-open":"",children:[uc("div",{className:"response-choice",children:[uc("input",{type:f?"radio":"checkbox",name:s,checked:a,onChange:()=>y(e,i),id:s,"aria-controls":o}),uc("span",{children:i?e+":":e})]}),i&&uc("input",{type:"text",ref:u,id:o,name:"question"+n+"Open",value:p.inputValue,onKeyDown:S,onInput:b,onClick:t=>{p.isSelected||y(e,!0),t.stopPropagation()},"aria-label":e+" - please specify"})]},r)}))]})]}),uc(mc,{text:t.buttonText||"Submit",submitDisabled:w(),appearance:s,onSubmit:C,onPreviewSubmit:C,skipSubmitButton:m})]})}var Mc=[hc,dc,cc],Rc=[pc,hc,dc,cc,vc],Ac=[1,2,3,4,5],Nc=[1,2,3,4,5,6,7],Fc=[0,1,2,3,4,5,6,7,8,9,10];function Pc(e){switch(e){case 5:default:return Ac;case 7:return Nc;case 10:return Fc}}var Oc=Zi,Lc=Ji,Dc="ph:show_survey_widget",Bc="PHWidgetSurveyClickListener";function qc(e,t,r){var i,n=e.questions[t],s=t+1;if(null==(i=n.branching)||!i.type)return t===e.questions.length-1?ba.End:s;if(n.branching.type===ba.End)return ba.End;if(n.branching.type===ba.SpecificQuestion){if(Number.isInteger(n.branching.index))return n.branching.index}else if(n.branching.type===ba.ResponseBased){if(n.type===ya.SingleChoice){var o,a=n.choices.indexOf(""+r);if(-1===a&&n.hasOpenChoice&&(a=n.choices.length-1),null!=(o=n.branching)&&null!=(o=o.responseValues)&&o.hasOwnProperty(a)){var l=n.branching.responseValues[a];return Number.isInteger(l)?l:l===ba.End?ba.End:s}}else if(n.type===ya.Rating){var u;if("number"!=typeof r||!Number.isInteger(r))throw new Error("The response type must be an integer");var c=function(e,t){if(3===t){if(e<1||e>3)throw new Error("The response must be in range 1-3");return 1===e?"negative":2===e?"neutral":"positive"}if(5===t){if(e<1||e>5)throw new Error("The response must be in range 1-5");return e<=2?"negative":3===e?"neutral":"positive"}if(7===t){if(e<1||e>7)throw new Error("The response must be in range 1-7");return e<=3?"negative":4===e?"neutral":"positive"}if(10===t){if(e<0||e>10)throw new Error("The response must be in range 0-10");return e<=6?"detractors":e<=8?"passives":"promoters"}throw new Error("The scale must be one of: 3, 5, 7, 10")}(r,n.scale);if(null!=(u=n.branching)&&null!=(u=u.responseValues)&&u.hasOwnProperty(c)){var d=n.branching.responseValues[c];return Number.isInteger(d)?d:d===ba.End?ba.End:s}}return s}return ka.warn("Falling back to next question index due to unexpected branching type"),s}var Hc=250,Vc=20,Wc=12;class $c{constructor(e){var t=this;this._surveyTimeouts=new Map,this._widgetSelectorListeners=new Map,this.handlePopoverSurvey=e=>{var t;this._clearSurveyTimeout(e.id),this._addSurveyToFocus(e);var i=(null==(t=e.appearance)?void 0:t.surveyPopupDelaySeconds)||0,{shadow:n}=$u(e,this._posthog);if(i<=0)return $o(uc(zc,{posthog:this._posthog,survey:e,removeSurveyFromFocus:this._removeSurveyFromFocus}),n);var s=setTimeout((()=>{if(!tc(e))return this._removeSurveyFromFocus(e);$o(uc(zc,{posthog:this._posthog,survey:r({},e,{appearance:r({},e.appearance,{surveyPopupDelaySeconds:0})}),removeSurveyFromFocus:this._removeSurveyFromFocus}),n)}),1e3*i);this._surveyTimeouts.set(e.id,s)},this._handleWidget=e=>{var{shadow:t,isNewlyCreated:r}=$u(e,this._posthog);r&&$o(uc(Yc,{posthog:this._posthog,survey:e},e.id),t)},this._removeWidgetSelectorListener=e=>{this._removeSurveyFromDom(e);var t=this._widgetSelectorListeners.get(e.id);t&&(t.element.removeEventListener("click",t.listener),t.element.removeAttribute(Bc),this._widgetSelectorListeners.delete(e.id),ka.info("Removed click listener for survey "+e.id))},this._manageWidgetSelectorListener=(e,t)=>{var r=Lc.querySelector(t),i=this._widgetSelectorListeners.get(e.id);if(r){if(this._handleWidget(e),i){if(r===i.element)return;ka.info("Selector element changed for survey "+e.id+". Re-attaching listener."),this._removeWidgetSelectorListener(e)}if(!r.hasAttribute(Bc)){var n=t=>{var r,i;t.stopPropagation();var n=(null==(r=e.appearance)?void 0:r.position)===_a.NextToTrigger?function(e,t){try{var r=e.getBoundingClientRect(),i=Oc.innerHeight,n=Oc.innerWidth,s=Hc,o=r.left+r.width/2-t/2;o+t>n-Vc&&(o=n-t-Vc),o<Vc&&(o=Vc);var a=Wc,l=i-r.bottom,u=r.top,c=l<s&&u>l;return{position:"fixed",top:c?"auto":r.bottom+a+"px",left:o+"px",right:"auto",bottom:c?i-r.top+a+"px":"auto",zIndex:qu.zIndex}}catch(e){return ka.warn("Failed to calculate trigger position:",e),null}}(t.currentTarget,parseInt((null==(i=e.appearance)?void 0:i.maxWidth)||qu.maxWidth)):{};Oc.dispatchEvent(new CustomEvent(Dc,{detail:{surveyId:e.id,position:n}}))};In(r,"click",n),r.setAttribute(Bc,"true"),this._widgetSelectorListeners.set(e.id,{element:r,listener:n,survey:e}),ka.info("Attached click listener for feedback button survey "+e.id)}}else i&&this._removeWidgetSelectorListener(e)},this.renderPopover=e=>{var{shadow:t}=$u(e,this._posthog);$o(uc(zc,{posthog:this._posthog,survey:e,removeSurveyFromFocus:this._removeSurveyFromFocus}),t)},this.renderSurvey=(e,t)=>{$o(uc(zc,{posthog:this._posthog,survey:e,removeSurveyFromFocus:this._removeSurveyFromFocus,isPopup:!1}),t)},this.getActiveMatchingSurveys=function(e,r){var i;void 0===r&&(r=!1),null==(i=t._posthog)||i.surveys.getSurveys((r=>{var i=r.filter((e=>t.checkSurveyEligibility(e).eligible&&t._isSurveyConditionMatched(e)&&t._hasActionOrEventTriggeredSurvey(e)&&t._checkFlags(e)));e(i)}),r)},this.callSurveysAndEvaluateDisplayLogic=function(e){void 0===e&&(e=!1),t.getActiveMatchingSurveys((e=>{var r=e.filter((e=>e.type===ma.Popover||e.type===ma.Widget)),i=t._sortSurveysByAppearanceDelay(r),n=new Set;i.forEach((e=>{if(e.type===ma.Widget){var r,i,s,o;if((null==(r=e.appearance)?void 0:r.widgetType)===fa.Tab)return void t._handleWidget(e);if((null==(i=e.appearance)?void 0:i.widgetType)===fa.Selector&&null!=(s=e.appearance)&&s.widgetSelector)n.add(e.id),t._manageWidgetSelectorListener(e,null==(o=e.appearance)?void 0:o.widgetSelector)}ti(t._surveyInFocus)&&e.type===ma.Popover&&t.handlePopoverSurvey(e)})),t._widgetSelectorListeners.forEach((e=>{var{survey:r}=e;n.has(r.id)||t._removeWidgetSelectorListener(r)}))}),e)},this._addSurveyToFocus=e=>{ti(this._surveyInFocus)||ka.error("Survey "+this._surveyInFocus+" already in focus. Cannot add survey "+e.id+"."),this._surveyInFocus=e.id},this._removeSurveyFromFocus=e=>{this._surveyInFocus!==e.id&&ka.error("Survey "+e.id+" is not in focus. Cannot remove survey "+e.id+"."),this._clearSurveyTimeout(e.id),this._surveyInFocus=null,this._removeSurveyFromDom(e)},this._posthog=e,this._surveyInFocus=null}_clearSurveyTimeout(e){var t=this._surveyTimeouts.get(e);t&&(clearTimeout(t),this._surveyTimeouts.delete(e))}_sortSurveysByAppearanceDelay(e){return e.sort(((e,t)=>{var r,i,n=sc(e),s=sc(t);if(n&&!s)return-1;if(!n&&s)return 1;var o=e.schedule===Sa.Always,a=t.schedule===Sa.Always;return o&&!a?1:!o&&a?-1:((null==(r=e.appearance)?void 0:r.surveyPopupDelaySeconds)||0)-((null==(i=t.appearance)?void 0:i.surveyPopupDelaySeconds)||0)}))}_isSurveyFeatureFlagEnabled(e,t){if(void 0===t&&(t=void 0),!e)return!0;var r=!!this._posthog.featureFlags.isFeatureEnabled(e,{send_event:!e.startsWith("survey-targeting-")}),i=!0;t&&(i=this._posthog.featureFlags.getFeatureFlag(e,{send_event:!1})===t||"any"===t);return r&&i}_isSurveyConditionMatched(e){return!e.conditions||tc(e)&&function(e){var t,r,i;if(null==(t=e.conditions)||!t.deviceTypes||0===(null==(r=e.conditions)?void 0:r.deviceTypes.length))return!0;if(!rn)return!1;var n=Hl(rn);return Nu[ec(null==(i=e.conditions)?void 0:i.deviceTypesMatchType)](e.conditions.deviceTypes,[n])}(e)&&function(e){var t;return null==(t=e.conditions)||!t.selector||!(null==Lu||!Lu.querySelector(e.conditions.selector))}(e)}_internalFlagCheckSatisfied(e){return Xu(e)||this._isSurveyFeatureFlagEnabled(e.internal_targeting_flag_key)||sc(e)}checkSurveyEligibility(e){var t,r,i={eligible:!0,reason:void 0};if(!Ea(e))return i.eligible=!1,i.reason="Survey is not running. It was completed on "+e.end_date,i;if(!Pa.includes(e.type))return i.eligible=!1,i.reason="Surveys of type "+e.type+" are never eligible to be shown in the app",i;var n=null==(t=e.conditions)?void 0:t.linkedFlagVariant;return this._isSurveyFeatureFlagEnabled(e.linked_flag_key,n)?this._isSurveyFeatureFlagEnabled(e.targeting_flag_key)?this._internalFlagCheckSatisfied(e)?(e=>{var t=localStorage.getItem("lastSeenSurveyDate");if(!e||!t)return!0;var r=new Date,i=Math.abs(r.getTime()-new Date(t).getTime());return Math.ceil(i/864e5)>e})(null==(r=e.conditions)?void 0:r.seenSurveyWaitPeriodInDays)?(e=>!!localStorage.getItem(Na(e))&&!Xu(e))(e)?(i.eligible=!1,i.reason="Survey has already been seen and it can't be activated again",i):i:(i.eligible=!1,i.reason="Survey wait period has not passed",i):(i.eligible=!1,i.reason="Survey internal targeting flag is not enabled and survey cannot activate repeatedly and survey is not in progress",i):(i.eligible=!1,i.reason="Survey targeting feature flag is not enabled",i):(i.eligible=!1,i.reason=n?"Survey linked feature flag is not enabled for variant "+n:"Survey linked feature flag is not enabled",i)}_hasActionOrEventTriggeredSurvey(e){var t;if(!xa(e)&&!Ta(e))return!0;var r=null==(t=this._posthog.surveys._surveyEventReceiver)?void 0:t.getSurveys();return!(null==r||!r.includes(e.id))}_checkFlags(e){var t;return null==(t=e.feature_flag_keys)||!t.length||e.feature_flag_keys.every((e=>{var{key:t,value:r}=e;return!t||!r||this._isSurveyFeatureFlagEnabled(r)}))}_removeSurveyFromDom(e){try{var t=Lc.querySelector(ac(e,!0));null!=t&&t.shadowRoot&&$o(null,t.shadowRoot),null==t||t.remove()}catch(t){ka.warn("Failed to remove survey "+e.id+" from DOM:",t)}}getTestAPI(){return{addSurveyToFocus:this._addSurveyToFocus,removeSurveyFromFocus:this._removeSurveyFromFocus,surveyInFocus:this._surveyInFocus,surveyTimeouts:this._surveyTimeouts,handleWidget:this._handleWidget,handlePopoverSurvey:this.handlePopoverSurvey,manageWidgetSelectorListener:this._manageWidgetSelectorListener,sortSurveysByAppearanceDelay:this._sortSurveysByAppearanceDelay,checkFlags:this._checkFlags.bind(this),isSurveyFeatureFlagEnabled:this._isSurveyFeatureFlagEnabled.bind(this)}}}function Uc(e,t){if(Lc&&Oc){var r=new $c(e);return e.config.disable_surveys_automatic_display?(ka.info("Surveys automatic display is disabled. Skipping call surveys and evaluate display logic."),r):!1===t?(ka.info("There are no surveys to load or Surveys is disabled in the project settings."),r):(r.callSurveysAndEvaluateDisplayLogic(!0),setInterval((()=>{r.callSurveysAndEvaluateDisplayLogic(!1)}),1e3),r)}}function Zc(e){var{survey:t,removeSurveyFromFocus:r=(()=>{}),setSurveyVisible:i,isPreviewMode:n=!1}=e;sa((()=>{var e;if(!n&&null!=(e=t.conditions)&&e.url){var s=()=>{var e,n=t.type===ma.Widget,s=tc(t),o=(null==(e=t.appearance)?void 0:e.widgetType)===fa.Tab&&n;if(!s)return ka.info("Hiding survey "+t.id+" because URL does not match"),i(!1),r(t);o&&(ka.info("Showing survey "+t.id+" because it is a feedback button tab and URL matches"),i(!0))};In(Oc,"popstate",s),In(Oc,"hashchange",s);var o=Oc.history.pushState,a=Oc.history.replaceState;return Oc.history.pushState=function(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++)t[r]=arguments[r];o.apply(this,t),s()},Oc.history.replaceState=function(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++)t[r]=arguments[r];a.apply(this,t),s()},()=>{Oc.removeEventListener("popstate",s),Oc.removeEventListener("hashchange",s),Oc.history.pushState=o,Oc.history.replaceState=a}}}),[n,t,r,i])}function jc(e,t,r){if(void 0===t&&(t=_a.Right),e===ma.ExternalSurvey)return{};switch(t){case _a.TopLeft:return{top:"0",left:"0",transform:"translate(30px, 30px)"};case _a.TopRight:return{top:"0",right:"0",transform:"translate(-30px, 30px)"};case _a.TopCenter:return{top:"0",left:"50%",transform:"translate(-50%, 30px)"};case _a.MiddleLeft:return{top:"50%",left:"0",transform:"translate(30px, -50%)"};case _a.MiddleRight:return{top:"50%",right:"0",transform:"translate(-30px, -50%)"};case _a.MiddleCenter:return{top:"50%",left:"50%",transform:"translate(-50%, -50%)"};case _a.Left:return{left:"30px"};case _a.Center:return{left:"50%",transform:"translateX(-50%)"};default:case _a.Right:return{right:e===ma.Widget&&r===fa.Tab?"60px":"30px"}}}function zc(e){var t,i,n,s,o,a,{survey:l,forceDisableHtml:u,posthog:c,style:d={},previewPageIndex:h,removeSurveyFromFocus:p=(()=>{}),isPopup:v=!0,onPreviewSubmit:g=(()=>{}),onPopupSurveyDismissed:f=(()=>{}),onCloseConfirmationMessage:_=(()=>{})}=e,m=oa(null),y=Number.isInteger(h),b=null!=(t=l.appearance)&&t.surveyPopupDelaySeconds?1e3*l.appearance.surveyPopupDelaySeconds:0,{isPopupVisible:S,isSurveySent:w,hidePopupWithViewTransition:C}=function(e,t,r,i,n,s){var[o,a]=na(i||0===r||e.type===ma.ExternalSurvey),[l,u]=na(!1),c=()=>{var t=()=>{e.type===ma.Popover&&n(e),a(!1)};Lc.startViewTransition?Lc.startViewTransition((()=>{var e;null==s||null==(e=s.current)||e.remove()})).finished.then((()=>{setTimeout((()=>{t()}),100)})):t()},d=t=>{t.detail.surveyId===e.id&&c()};return sa((()=>{if(t){if(!i){var n=t=>{var r,i;if(t.detail.surveyId===e.id){if(null==(r=e.appearance)||!r.displayThankYouMessage)return c();u(!0),null!=(i=e.appearance)&&i.autoDisappear&&setTimeout((()=>{c()}),5e3)}},s=()=>{tc(e)&&(a(!0),Oc.dispatchEvent(new Event("PHSurveyShown")),t.capture(wa.SHOWN,{[Ca.SURVEY_NAME]:e.name,[Ca.SURVEY_ID]:e.id,[Ca.SURVEY_ITERATION]:e.current_iteration,[Ca.SURVEY_ITERATION_START_DATE]:e.current_iteration_start_date,sessionRecordingUrl:null==t.get_session_replay_url?void 0:t.get_session_replay_url()}),localStorage.setItem("lastSeenSurveyDate",(new Date).toISOString()))};if(In(Oc,"PHSurveyClosed",d),In(Oc,"PHSurveySent",n),r>0){var o=setTimeout(s,r);return()=>{clearTimeout(o),Oc.removeEventListener("PHSurveyClosed",d),Oc.removeEventListener("PHSurveySent",n)}}return s(),()=>{Oc.removeEventListener("PHSurveyClosed",d),Oc.removeEventListener("PHSurveySent",n)}}}else ka.error("usePopupVisibility hook called without a PostHog instance.")}),[]),Zc({survey:e,removeSurveyFromFocus:n,setSurveyVisible:a,isPreviewMode:i}),{isPopupVisible:o,isSurveySent:l,setIsPopupVisible:a,hidePopupWithViewTransition:c}}(l,c,b,y,p,m),I=w||h===l.questions.length,k=aa((()=>{var e=nc(l);return{isPreviewMode:y,previewPageIndex:h,onPopupSurveyDismissed:()=>{ju(l,c,y),f()},isPopup:v||!1,surveySubmissionId:(null==e?void 0:e.surveySubmissionId)||Wa(),onPreviewSubmit:g,posthog:c}}),[y,h,v,c,l,f,g]);return S?uc(Ju.Provider,{value:k,children:uc("div",{className:"ph-survey",style:r({},jc(l.type,null==(i=l.appearance)?void 0:i.position,null==(n=l.appearance)?void 0:n.widgetType),d),ref:m,children:I?uc(wc,{header:(null==(s=l.appearance)?void 0:s.thankYouMessageHeader)||"Thank you!",description:(null==(o=l.appearance)?void 0:o.thankYouMessageDescription)||"",forceDisableHtml:!!u,contentType:null==(a=l.appearance)?void 0:a.thankYouMessageDescriptionContentType,appearance:l.appearance||qu,onClose:()=>{C(),_()}}):uc(Gc,{survey:l,forceDisableHtml:!!u,posthog:c})})}):null}function Gc(e){var{survey:t,forceDisableHtml:i,posthog:n}=e,[s,o]=na((()=>{var e=nc(t);return null!=e&&e.responses&&ka.info("Survey is already in progress, filling in initial responses"),(null==e?void 0:e.responses)||{}})),{previewPageIndex:a,onPopupSurveyDismissed:l,isPopup:u,onPreviewSubmit:c,surveySubmissionId:d,isPreviewMode:h}=la(Ju),[p,v]=na((()=>{var e=nc(t);return a||(null==e?void 0:e.lastQuestionIndex)||0})),g=aa((()=>Yu(t)),[t]);sa((()=>{h&&!Kr(a)&&v(a)}),[a,h]);var f=g.at(p);return f?uc("form",{className:"survey-form",name:"surveyForm",children:[u&&uc(bc,{onClick:()=>{l()}}),uc("div",{className:"survey-box",children:Xc({question:f,forceDisableHtml:i,displayQuestionIndex:p,appearance:t.appearance||qu,onSubmit:e=>(e=>{var{res:i,displayQuestionIndex:a,questionId:l}=e;if(n)if(l){var u=Du(l),c=r({},s,{[u]:i});o(c);var h=qc(t,a,i),p=h===ba.End;p||(v(h),ic(t,{surveySubmissionId:d,responses:c,lastQuestionIndex:h})),(t.enable_partial_responses||p)&&Zu({responses:c,survey:t,surveySubmissionId:d,isSurveyCompleted:p,posthog:n})}else ka.error("onNextButtonClick called without a questionId.");else ka.error("onNextButtonClick called without a PostHog instance.")})({res:e,displayQuestionIndex:p,questionId:f.id}),onPreviewSubmit:c,initialValue:f.id?s[Du(f.id)]:void 0})})]}):null}function Yc(e){var t,r,i,n,s,{survey:o,forceDisableHtml:a,posthog:l,readOnly:u}=e,[c,d]=na(!0),[h,p]=na(!1),[v,g]=na({}),f=()=>{p(!h)};if(sa((()=>{var e;if(l){if(!u){"tab"===(null==(e=o.appearance)?void 0:e.widgetType)&&g({top:"50%",bottom:"auto"});var t=e=>{var t,r=e;(null==(t=r.detail)?void 0:t.surveyId)===o.id&&(ka.info("Received show event for feedback button survey "+o.id),g(r.detail.position||{}),f())};return In(Oc,Dc,t),()=>{Oc.removeEventListener(Dc,t)}}}else ka.error("FeedbackWidget called without a PostHog instance.")}),[l,u,o.id,null==(t=o.appearance)?void 0:t.widgetType,null==(r=o.appearance)?void 0:r.widgetSelector,null==(i=o.appearance)?void 0:i.borderColor]),Zc({survey:o,setSurveyVisible:d}),!c)return null;var _=()=>{o.schedule!==Sa.Always&&d(!1),setTimeout((()=>{p(!1)}),200)};return uc(ko,{children:["tab"===(null==(n=o.appearance)?void 0:n.widgetType)&&uc("button",{className:"ph-survey-widget-tab",onClick:f,disabled:u,children:(null==(s=o.appearance)?void 0:s.widgetLabel)||""}),h&&uc(zc,{posthog:l,survey:o,forceDisableHtml:a,style:v,onPopupSurveyDismissed:_,onCloseConfirmationMessage:_})]})}var Xc=e=>{var{question:t,forceDisableHtml:i,displayQuestionIndex:n,appearance:s,onSubmit:o,onPreviewSubmit:a,initialValue:l}=e,u={forceDisableHtml:i,appearance:s,onPreviewSubmit:e=>{a(e)},onSubmit:e=>{o(e)},initialValue:l,displayQuestionIndex:n};switch(t.type){case ya.Open:return Co(Ic,r({},u,{question:t,key:t.id}));case ya.Link:return Co(kc,r({},u,{question:t,key:t.id}));case ya.Rating:return Co(Ec,r({},u,{question:t,key:t.id}));case ya.SingleChoice:case ya.MultipleChoice:return Co(Tc,r({},u,{question:t,key:t.id}));default:return ka.error("Unsupported question type: "+t.type),null}};nn.__PosthogExtensions__=nn.__PosthogExtensions__||{},nn.__PosthogExtensions__.generateSurveys=Uc,nn.extendPostHogWithSurveys=Uc;var Jc=cn("[Error tracking]");function Kc(){return new Fi([new Pi,new Ui,new Li,new Oi,new Wi,new Vi,new Bi,new $i],[Ei,Mi])}class Qc{constructor(e){var t,r;this._suppressionRules=[],this._errorPropertiesBuilder=Kc(),this._instance=e,this._suppressionRules=null!==(t=null==(r=this._instance.persistence)?void 0:r.get_property(Bn))&&void 0!==t?t:[]}onRemoteConfig(e){var t,r,i,n=null!==(t=null==(r=e.errorTracking)?void 0:r.suppressionRules)&&void 0!==t?t:[],s=null==(i=e.errorTracking)?void 0:i.captureExtensionExceptions;this._suppressionRules=n,this._instance.persistence&&this._instance.persistence.register({[Bn]:this._suppressionRules,[qn]:s})}get _captureExtensionExceptions(){var e,t=!!this._instance.get_property(qn),r=this._instance.config.error_tracking.captureExtensionExceptions;return null!==(e=null!=r?r:t)&&void 0!==e&&e}buildProperties(e,t){return this._errorPropertiesBuilder.buildFromUnknown(e,{syntheticException:null==t?void 0:t.syntheticException,mechanism:{handled:null==t?void 0:t.handled}})}sendExceptionEvent(e){if(this._matchesSuppressionRule(e))Jc.info("Skipping exception capture because a suppression rule matched");else{if(this._captureExtensionExceptions||!this._isExtensionException(e))return this._instance.capture("$exception",e,{_noTruncate:!0,_batchKey:"exceptionEvent"});Jc.info("Skipping exception capture because it was thrown by an extension")}}_matchesSuppressionRule(e){var t=e.$exception_list;if(!t||!zr(t)||0===t.length)return!1;var r=t.reduce(((e,t)=>{var{type:r,value:i}=t;return Qr(r)&&r.length>0&&e.$exception_types.push(r),Qr(i)&&i.length>0&&e.$exception_values.push(i),e}),{$exception_types:[],$exception_values:[]});return this._suppressionRules.some((e=>{var t=e.values.map((e=>{var t,i=Nu[e.operator],n=zr(e.value)?e.value:[e.value],s=null!==(t=r[e.key])&&void 0!==t?t:[];return n.length>0&&i(n,s)}));return"OR"===e.type?t.some(Boolean):t.every(Boolean)}))}_isExtensionException(e){var t=e.$exception_list;if(!t||!zr(t))return!1;var r=t.flatMap((e=>{var t,r;return null!==(t=null==(r=e.stacktrace)?void 0:r.frames)&&void 0!==t?t:[]}));return r.some((e=>e.filename&&e.filename.startsWith("chrome-extension://")))}}var ed=cn("[ExceptionAutocapture]"),td=Kc();function rd(e){var{event:t,error:r}=e;return td.buildFromUnknown(r||t,{mechanism:{handled:!1}})}var id={wrapOnError:e=>{var t=Zi;t||ed.info("window not available, cannot wrap onerror");var r=t.onerror;return t.onerror=function(){for(var t,i=arguments.length,n=new Array(i),s=0;s<i;s++)n[s]=arguments[s];var o=rd({event:n[0],error:n[4]});return e(o),null!==(t=null==r?void 0:r(...n))&&void 0!==t&&t},t.onerror.__POSTHOG_INSTRUMENTED__=!0,()=>{var e;null==(e=t.onerror)||delete e.__POSTHOG_INSTRUMENTED__,t.onerror=r}},wrapUnhandledRejection:e=>{var t=Zi;t||ed.info("window not available, cannot wrap onUnhandledRejection");var r=t.onunhandledrejection;return t.onunhandledrejection=function(i){var n,s=rd({event:i});return e(s),null!==(n=null==r?void 0:r.apply(t,[i]))&&void 0!==n&&n},t.onunhandledrejection.__POSTHOG_INSTRUMENTED__=!0,()=>{var e;null==(e=t.onunhandledrejection)||delete e.__POSTHOG_INSTRUMENTED__,t.onunhandledrejection=r}},wrapConsoleError:e=>{var t=console;t||ed.info("console not available, cannot wrap console.error");var r=t.error;return t.error=function(){for(var t=arguments.length,i=new Array(t),n=0;n<t;n++)i[n]=arguments[n];var s=i.join(" "),o=rd({error:i.find((e=>e instanceof Error)),event:s});return e(o),null==r?void 0:r(...i)},t.error.__POSTHOG_INSTRUMENTED__=!0,()=>{var e;null==(e=t.error)||delete e.__POSTHOG_INSTRUMENTED__,t.error=r}}};nn.__PosthogExtensions__=nn.__PosthogExtensions__||{},nn.__PosthogExtensions__.errorWrappingFunctions=id,nn.posthogErrorWrappingFunctions=id;var nd=(e,t,r,i)=>{var n;try{n=new URL(i.url).hostname}catch(e){return}if(!zr(e)||e.includes(n)){if(r){var{sessionId:s,windowId:o}=r.checkAndGetSessionAndWindowId(!0);i.headers.set("X-POSTHOG-SESSION-ID",s),i.headers.set("X-POSTHOG-WINDOW-ID",o)}t!==ls&&i.headers.set("X-POSTHOG-DISTINCT-ID",t)}};nn.__PosthogExtensions__=nn.__PosthogExtensions__||{};var sd={_patchFetch:(e,r,i)=>Rn(Zi,"fetch",(n=>function(){var s=t((function*(t,s){var o=new Request(t,s);return nd(e,r,i,o),n(o)}));return function(e,t){return s.apply(this,arguments)}}())),_patchXHR:(e,t,r)=>Rn(Zi.XMLHttpRequest.prototype,"open",(i=>function(n,s,o,a,l){void 0===o&&(o=!0);var u=new Request(s);return nd(e,t,r,u),i.call(this,n,u.url,o,a,l)}))};nn.__PosthogExtensions__.tracingHeadersPatchFns=sd,nn.postHogTracingHeadersPatchFns=sd;var od,ad,ld=function(){var e=self.performance&&performance.getEntriesByType&&performance.getEntriesByType("navigation")[0];if(e&&e.responseStart>0&&e.responseStart<performance.now())return e},ud=function(e){if("loading"===document.readyState)return"loading";var t=ld();if(t){if(e<t.domInteractive)return"loading";if(0===t.domContentLoadedEventStart||e<t.domContentLoadedEventStart)return"dom-interactive";if(0===t.domComplete||e<t.domComplete)return"dom-content-loaded"}return"complete"},cd=function(e){var t=e.nodeName;return 1===e.nodeType?t.toLowerCase():t.toUpperCase().replace(/^#/,"")},dd=function(e,t){var r="";try{for(;e&&9!==e.nodeType;){var i=e,n=i.id?"#"+i.id:cd(i)+(i.classList&&i.classList.value&&i.classList.value.trim()&&i.classList.value.trim().length?"."+i.classList.value.trim().replace(/\s+/g,"."):"");if(r.length+n.length>(t||100)-1)return r||n;if(r=r?n+">"+r:n,i.id)break;e=i.parentNode}}catch(e){}return r},hd=-1,pd=function(){return hd},vd=function(e){addEventListener("pageshow",(function(t){t.persisted&&(hd=t.timeStamp,e(t))}),!0)},gd=function(){var e=ld();return e&&e.activationStart||0},fd=function(e,t){var r=ld(),i="navigate";return pd()>=0?i="back-forward-cache":r&&(document.prerendering||gd()>0?i="prerender":document.wasDiscarded?i="restore":r.type&&(i=r.type.replace(/_/g,"-"))),{name:e,value:void 0===t?-1:t,rating:"good",delta:0,entries:[],id:"v4-".concat(Date.now(),"-").concat(Math.floor(8999999999999*Math.random())+1e12),navigationType:i}},_d=function(e,t,r){try{if(PerformanceObserver.supportedEntryTypes.includes(e)){var i=new PerformanceObserver((function(e){Promise.resolve().then((function(){t(e.getEntries())}))}));return i.observe(Object.assign({type:e,buffered:!0},r||{})),i}}catch(e){}},md=function(e,t,r,i){var n,s;return function(o){t.value>=0&&(o||i)&&((s=t.value-(n||0))||void 0===n)&&(n=t.value,t.delta=s,t.rating=function(e,t){return e>t[1]?"poor":e>t[0]?"needs-improvement":"good"}(t.value,r),e(t))}},yd=function(e){requestAnimationFrame((function(){return requestAnimationFrame((function(){return e()}))}))},bd=function(e){document.addEventListener("visibilitychange",(function(){"hidden"===document.visibilityState&&e()}))},Sd=function(e){var t=!1;return function(){t||(e(),t=!0)}},wd=-1,Cd=function(){return"hidden"!==document.visibilityState||document.prerendering?1/0:0},Id=function(e){"hidden"===document.visibilityState&&wd>-1&&(wd="visibilitychange"===e.type?e.timeStamp:0,Ed())},kd=function(){addEventListener("visibilitychange",Id,!0),addEventListener("prerenderingchange",Id,!0)},Ed=function(){removeEventListener("visibilitychange",Id,!0),removeEventListener("prerenderingchange",Id,!0)},xd=function(){return wd<0&&(wd=Cd(),kd(),vd((function(){setTimeout((function(){wd=Cd(),kd()}),0)}))),{get firstHiddenTime(){return wd}}},Td=function(e){document.prerendering?addEventListener("prerenderingchange",(function(){return e()}),!0):e()},Md=[1800,3e3],Rd=function(e,t){t=t||{},Td((function(){var r,i=xd(),n=fd("FCP"),s=_d("paint",(function(e){e.forEach((function(e){"first-contentful-paint"===e.name&&(s.disconnect(),e.startTime<i.firstHiddenTime&&(n.value=Math.max(e.startTime-gd(),0),n.entries.push(e),r(!0)))}))}));s&&(r=md(e,n,Md,t.reportAllChanges),vd((function(i){n=fd("FCP"),r=md(e,n,Md,t.reportAllChanges),yd((function(){n.value=performance.now()-i.timeStamp,r(!0)}))})))}))},Ad=[.1,.25],Nd=0,Fd=1/0,Pd=0,Od=function(e){e.forEach((function(e){e.interactionId&&(Fd=Math.min(Fd,e.interactionId),Pd=Math.max(Pd,e.interactionId),Nd=Pd?(Pd-Fd)/7+1:0)}))},Ld=function(){return od?Nd:performance.interactionCount||0},Dd=function(){"interactionCount"in performance||od||(od=_d("event",Od,{type:"event",buffered:!0,durationThreshold:0}))},Bd=[],qd=new Map,Hd=0,Vd=[],Wd=function(e){if(Vd.forEach((function(t){return t(e)})),e.interactionId||"first-input"===e.entryType){var t=Bd[Bd.length-1],r=qd.get(e.interactionId);if(r||Bd.length<10||e.duration>t.latency){if(r)e.duration>r.latency?(r.entries=[e],r.latency=e.duration):e.duration===r.latency&&e.startTime===r.entries[0].startTime&&r.entries.push(e);else{var i={id:e.interactionId,latency:e.duration,entries:[e]};qd.set(i.id,i),Bd.push(i)}Bd.sort((function(e,t){return t.latency-e.latency})),Bd.length>10&&Bd.splice(10).forEach((function(e){return qd.delete(e.id)}))}}},$d=function(e){var t=self.requestIdleCallback||self.setTimeout,r=-1;return e=Sd(e),"hidden"===document.visibilityState?e():(r=t(e),bd(e)),r},Ud=[200,500],Zd=function(e,t){"PerformanceEventTiming"in self&&"interactionId"in PerformanceEventTiming.prototype&&(t=t||{},Td((function(){var r;Dd();var i,n=fd("INP"),s=function(e){$d((function(){e.forEach(Wd);var t=function(){var e=Math.min(Bd.length-1,Math.floor((Ld()-Hd)/50));return Bd[e]}();t&&t.latency!==n.value&&(n.value=t.latency,n.entries=t.entries,i())}))},o=_d("event",s,{durationThreshold:null!==(r=t.durationThreshold)&&void 0!==r?r:40});i=md(e,n,Ud,t.reportAllChanges),o&&(o.observe({type:"first-input",buffered:!0}),bd((function(){s(o.takeRecords()),i(!0)})),vd((function(){Hd=Ld(),Bd.length=0,qd.clear(),n=fd("INP"),i=md(e,n,Ud,t.reportAllChanges)})))})))},jd=[],zd=[],Gd=0,Yd=new WeakMap,Xd=new Map,Jd=-1,Kd=function(e){jd=jd.concat(e),Qd()},Qd=function(){Jd<0&&(Jd=$d(eh))},eh=function(){Xd.size>10&&Xd.forEach((function(e,t){qd.has(t)||Xd.delete(t)}));var e=Bd.map((function(e){return Yd.get(e.entries[0])})),t=zd.length-50;zd=zd.filter((function(r,i){return i>=t||e.includes(r)}));for(var r=new Set,i=0;i<zd.length;i++){var n=zd[i];th(n.startTime,n.processingEnd).forEach((function(e){r.add(e)}))}var s=jd.length-1-50;jd=jd.filter((function(e,t){return e.startTime>Gd&&t>s||r.has(e)})),Jd=-1};Vd.push((function(e){e.interactionId&&e.target&&!Xd.has(e.interactionId)&&Xd.set(e.interactionId,e.target)}),(function(e){var t,r=e.startTime+e.duration;Gd=Math.max(Gd,e.processingEnd);for(var i=zd.length-1;i>=0;i--){var n=zd[i];if(Math.abs(r-n.renderTime)<=8){(t=n).startTime=Math.min(e.startTime,t.startTime),t.processingStart=Math.min(e.processingStart,t.processingStart),t.processingEnd=Math.max(e.processingEnd,t.processingEnd),t.entries.push(e);break}}t||(t={startTime:e.startTime,processingStart:e.processingStart,processingEnd:e.processingEnd,renderTime:r,entries:[e]},zd.push(t)),(e.interactionId||"first-input"===e.entryType)&&Yd.set(e,t),Qd()}));var th=function(e,t){for(var r,i=[],n=0;r=jd[n];n++)if(!(r.startTime+r.duration<e)){if(r.startTime>t)break;i.push(r)}return i},rh=[2500,4e3],ih={},nh={onLCP:function(e,t){!function(e,t){t=t||{},Td((function(){var r,i=xd(),n=fd("LCP"),s=function(e){t.reportAllChanges||(e=e.slice(-1)),e.forEach((function(e){e.startTime<i.firstHiddenTime&&(n.value=Math.max(e.startTime-gd(),0),n.entries=[e],r())}))},o=_d("largest-contentful-paint",s);if(o){r=md(e,n,rh,t.reportAllChanges);var a=Sd((function(){ih[n.id]||(s(o.takeRecords()),o.disconnect(),ih[n.id]=!0,r(!0))}));["keydown","click"].forEach((function(e){addEventListener(e,(function(){return $d(a)}),{once:!0,capture:!0})})),bd(a),vd((function(i){n=fd("LCP"),r=md(e,n,rh,t.reportAllChanges),yd((function(){n.value=performance.now()-i.timeStamp,ih[n.id]=!0,r(!0)}))}))}}))}((function(t){var r=function(e){var t={timeToFirstByte:0,resourceLoadDelay:0,resourceLoadDuration:0,elementRenderDelay:e.value};if(e.entries.length){var r=ld();if(r){var i=r.activationStart||0,n=e.entries[e.entries.length-1],s=n.url&&performance.getEntriesByType("resource").filter((function(e){return e.name===n.url}))[0],o=Math.max(0,r.responseStart-i),a=Math.max(o,s?(s.requestStart||s.startTime)-i:0),l=Math.max(a,s?s.responseEnd-i:0),u=Math.max(l,n.startTime-i);t={element:dd(n.element),timeToFirstByte:o,resourceLoadDelay:a-o,resourceLoadDuration:l-a,elementRenderDelay:u-l,navigationEntry:r,lcpEntry:n},n.url&&(t.url=n.url),s&&(t.lcpResourceEntry=s)}}return Object.assign(e,{attribution:t})}(t);e(r)}),t)},onCLS:function(e,t){!function(e,t){t=t||{},Rd(Sd((function(){var r,i=fd("CLS",0),n=0,s=[],o=function(e){e.forEach((function(e){if(!e.hadRecentInput){var t=s[0],r=s[s.length-1];n&&e.startTime-r.startTime<1e3&&e.startTime-t.startTime<5e3?(n+=e.value,s.push(e)):(n=e.value,s=[e])}})),n>i.value&&(i.value=n,i.entries=s,r())},a=_d("layout-shift",o);a&&(r=md(e,i,Ad,t.reportAllChanges),bd((function(){o(a.takeRecords()),r(!0)})),vd((function(){n=0,i=fd("CLS",0),r=md(e,i,Ad,t.reportAllChanges),yd((function(){return r()}))})),setTimeout(r,0))})))}((function(t){var r=function(e){var t,r={};if(e.entries.length){var i=e.entries.reduce((function(e,t){return e&&e.value>t.value?e:t}));if(i&&i.sources&&i.sources.length){var n=(t=i.sources).find((function(e){return e.node&&1===e.node.nodeType}))||t[0];n&&(r={largestShiftTarget:dd(n.node),largestShiftTime:i.startTime,largestShiftValue:i.value,largestShiftSource:n,largestShiftEntry:i,loadState:ud(i.startTime)})}}return Object.assign(e,{attribution:r})}(t);e(r)}),t)},onFCP:function(e,t){Rd((function(t){var r=function(e){var t={timeToFirstByte:0,firstByteToFCP:e.value,loadState:ud(pd())};if(e.entries.length){var r=ld(),i=e.entries[e.entries.length-1];if(r){var n=r.activationStart||0,s=Math.max(0,r.responseStart-n);t={timeToFirstByte:s,firstByteToFCP:e.value-s,loadState:ud(e.entries[0].startTime),navigationEntry:r,fcpEntry:i}}}return Object.assign(e,{attribution:t})}(t);e(r)}),t)},onINP:function(e,t){ad||(ad=_d("long-animation-frame",Kd)),Zd((function(t){var r=function(e){var t=e.entries[0],r=Yd.get(t),i=t.processingStart,n=r.processingEnd,s=r.entries.sort((function(e,t){return e.processingStart-t.processingStart})),o=th(t.startTime,n),a=e.entries.find((function(e){return e.target})),l=a&&a.target||Xd.get(t.interactionId),u=[t.startTime+t.duration,n].concat(o.map((function(e){return e.startTime+e.duration}))),c=Math.max.apply(Math,u),d={interactionTarget:dd(l),interactionTargetElement:l,interactionType:t.name.startsWith("key")?"keyboard":"pointer",interactionTime:t.startTime,nextPaintTime:c,processedEventEntries:s,longAnimationFrameEntries:o,inputDelay:i-t.startTime,processingDuration:n-i,presentationDelay:Math.max(c-n,0),loadState:ud(t.startTime)};return Object.assign(e,{attribution:d})}(t);e(r)}),t)}};nn.__PosthogExtensions__=nn.__PosthogExtensions__||{},nn.__PosthogExtensions__.postHogWebVitalsCallbacks=nh,nn.postHogWebVitalsCallbacks=nh;class sh{constructor(){this.clicks=[]}isRageClick(e,t,r){var i=this.clicks[this.clicks.length-1];if(i&&Math.abs(e-i.x)+Math.abs(t-i.y)<30&&r-i.timestamp<1e3){if(this.clicks.push({x:e,y:t,timestamp:r}),3===this.clicks.length)return!0}else this.clicks=[{x:e,y:t,timestamp:r}];return!1}}var oh=cn("[AutoCapture]");function ah(e,t){return t.length>e?t.slice(0,e)+"...":t}function lh(e){if(e.previousElementSibling)return e.previousElementSibling;var t=e;do{t=t.previousSibling}while(t&&!ds(t));return t}function uh(e,t,r,i){var n=e.tagName.toLowerCase(),s={tag_name:n};Ss.indexOf(n)>-1&&!r&&("a"===n.toLowerCase()||"button"===n.toLowerCase()?s.$el_text=ah(1024,Ds(e)):s.$el_text=ah(1024,ys(e)));var o=_s(e);o.length>0&&(s.classes=o.filter((function(e){return""!==e}))),pn(e.attributes,(function(r){var n;if((!Ms(e)||-1!==["name","id","class","aria-label"].indexOf(r.name))&&((null==i||!i.includes(r.name))&&!t&&Ls(r.value)&&(n=r.name,!Qr(n)||"_ngcontent"!==n.substring(0,10)&&"_nghost"!==n.substring(0,7)))){var o=r.value;"class"===r.name&&(o=gs(o).join(" ")),s["attr__"+r.name]=ah(1024,o)}}));for(var a=1,l=1,u=e;u=lh(u);)a++,u.tagName===e.tagName&&l++;return s.nth_child=a,s.nth_of_type=l,s}function ch(e,t){for(var r,i,{e:n,maskAllElementAttributes:s,maskAllText:o,elementAttributeIgnoreList:a,elementsChainAsString:l}=t,u=[e],c=e;c.parentNode&&!hs(c,"body");)vs(c.parentNode)?(u.push(c.parentNode.host),c=c.parentNode.host):(u.push(c.parentNode),c=c.parentNode);var d,h=[],p={},v=!1,g=!1;if(pn(u,(e=>{var t=Ts(e);"a"===e.tagName.toLowerCase()&&(v=e.getAttribute("href"),v=t&&v&&Ls(v)&&v),Hr(_s(e),"ph-no-capture")&&(g=!0),h.push(uh(e,s,o,a));var r=function(e){if(!Ts(e))return{};var t={};return pn(e.attributes,(function(e){if(e.name&&0===e.name.indexOf("data-ph-capture-attribute")){var r=e.name.replace("data-ph-capture-attribute-",""),i=e.value;r&&i&&Ls(i)&&(t[r]=i)}})),t}(e);vn(p,r)})),g)return{props:{},explicitNoCapture:g};if(o||("a"===e.tagName.toLowerCase()||"button"===e.tagName.toLowerCase()?h[0].$el_text=Ds(e):h[0].$el_text=ys(e)),v){var f,_;h[0].attr__href=v;var m=null==(f=kn(v))?void 0:f.host,y=null==Zi||null==(_=Zi.location)?void 0:_.host;m&&y&&m!==y&&(d=v)}return{props:vn({$event_type:n.type,$ce_version:1},l?{}:{$elements:h},{$elements_chain:qs(h)},null!=(r=h[0])&&r.$el_text?{$el_text:null==(i=h[0])?void 0:i.$el_text}:{},d&&"click"===n.type?{$external_click_url:d}:{},p)}}class dh{constructor(e){this._initialized=!1,this._isDisabledServerSide=null,this.rageclicks=new sh,this._elementsChainAsString=!1,this.instance=e,this._elementSelectors=null}get _config(){var e,t,r=Xr(this.instance.config.autocapture)?this.instance.config.autocapture:{};return r.url_allowlist=null==(e=r.url_allowlist)?void 0:e.map((e=>new RegExp(e))),r.url_ignorelist=null==(t=r.url_ignorelist)?void 0:t.map((e=>new RegExp(e))),r}_addDomEventHandlers(){if(this.isBrowserSupported()){if(Zi&&Ji){var e=e=>{e=e||(null==Zi?void 0:Zi.event);try{this._captureEvent(e)}catch(e){oh.error("Failed to capture event",e)}};if(In(Ji,"submit",e,{capture:!0}),In(Ji,"change",e,{capture:!0}),In(Ji,"click",e,{capture:!0}),this._config.capture_copied_text){var t=e=>{e=e||(null==Zi?void 0:Zi.event),this._captureEvent(e,Vl)};In(Ji,"copy",t,{capture:!0}),In(Ji,"cut",t,{capture:!0})}}}else oh.info("Disabling Automatic Event Collection because this browser is not supported")}startIfEnabled(){this.isEnabled&&!this._initialized&&(this._addDomEventHandlers(),this._initialized=!0)}onRemoteConfig(e){e.elementsChainAsString&&(this._elementsChainAsString=e.elementsChainAsString),this.instance.persistence&&this.instance.persistence.register({[On]:!!e.autocapture_opt_out}),this._isDisabledServerSide=!!e.autocapture_opt_out,this.startIfEnabled()}setElementSelectors(e){this._elementSelectors=e}getElementSelectors(e){var t,r=[];return null==(t=this._elementSelectors)||t.forEach((t=>{var i=null==Ji?void 0:Ji.querySelectorAll(t);null==i||i.forEach((i=>{e===i&&r.push(t)}))})),r}get isEnabled(){var e,t,r=null==(e=this.instance.persistence)?void 0:e.props[On],i=this._isDisabledServerSide;if(ti(i)&&!ni(r)&&!this.instance._shouldDisableFlags())return!1;var n=null!==(t=this._isDisabledServerSide)&&void 0!==t?t:!!r;return!!this.instance.config.autocapture&&!n}_captureEvent(e,t){if(void 0===t&&(t="$autocapture"),this.isEnabled){var r,i=bs(e);if(ps(i)&&(i=i.parentNode||null),"$autocapture"===t&&"click"===e.type&&e instanceof MouseEvent)this.instance.config.rageclick&&null!=(r=this.rageclicks)&&r.isRageClick(e.clientX,e.clientY,(new Date).getTime())&&function(e,t){if(!Zi||ks(e))return!1;var r,i;if(!1===(r=ni(t)?!!t&&Is:null!==(i=null==t?void 0:t.css_selector_ignorelist)&&void 0!==i?i:Is))return!1;var{targetElementList:n}=Es(e,!1);return!ws(n,r)}(i,this.instance.config.rageclick)&&this._captureEvent(e,"$rageclick");var n=t===Vl;if(i&&xs(i,e,this._config,n,n?["copy","cut"]:void 0)){var{props:s,explicitNoCapture:o}=ch(i,{e:e,maskAllElementAttributes:this.instance.config.mask_all_element_attributes,maskAllText:this.instance.config.mask_all_text,elementAttributeIgnoreList:this._config.element_attribute_ignorelist,elementsChainAsString:this._elementsChainAsString});if(o)return!1;var a=this.getElementSelectors(i);if(a&&a.length>0&&(s.$element_selectors=a),t===Vl){var l,u=ms(null==Zi||null==(l=Zi.getSelection())?void 0:l.toString()),c=e.type||"clipboard";if(!u)return!1;s.$selected_content=u,s.$copy_type=c}return this.instance.capture(t,s),!0}}}isBrowserSupported(){return Gr(null==Ji?void 0:Ji.querySelectorAll)}}var hh={};function ph(e){return function(e,t){var r=hh[e];if(r)return r;var i=t[e];if(Yr(i)&&!sn())return hh[e]=i.bind(t);var n=t.document;if(n&&Gr(n.createElement))try{var s=n.createElement("iframe");s.hidden=!0,n.head.appendChild(s);var o=s.contentWindow;o&&o[e]&&(i=o[e]),n.head.removeChild(s)}catch(t){un.warn("Could not create sandbox iframe for "+e+" check, bailing to assignableWindow."+e+": ",t)}return i&&Gr(i)?hh[e]=i.bind(t):i}("MutationObserver",e)}function vh(e,t){return ii(e)&&e>=t}class gh{_asRequiredConfig(e){var t,r,i,n,s=this._defaultConfig((null==e?void 0:e.__onCapture)||this._captureDeadClick.bind(this));return{element_attribute_ignorelist:null!==(t=null==e?void 0:e.element_attribute_ignorelist)&&void 0!==t?t:s.element_attribute_ignorelist,scroll_threshold_ms:null!==(r=null==e?void 0:e.scroll_threshold_ms)&&void 0!==r?r:s.scroll_threshold_ms,selection_change_threshold_ms:null!==(i=null==e?void 0:e.selection_change_threshold_ms)&&void 0!==i?i:s.selection_change_threshold_ms,mutation_threshold_ms:null!==(n=null==e?void 0:e.mutation_threshold_ms)&&void 0!==n?n:s.mutation_threshold_ms,__onCapture:s.__onCapture}}constructor(e,t){this._clicks=[],this._defaultConfig=e=>({element_attribute_ignorelist:[],scroll_threshold_ms:100,selection_change_threshold_ms:100,mutation_threshold_ms:2500,__onCapture:e}),this._onClick=e=>{var t=function(e){var t=bs(e);return t?{node:t,originalEvent:e,timestamp:Date.now()}:null}(e);ti(t)||this._ignoreClick(t)||this._clicks.push(t),this._clicks.length&&Kr(this._checkClickTimer)&&(this._checkClickTimer=nn.setTimeout((()=>{this._checkClicks()}),1e3))},this._onScroll=()=>{var e=Date.now();e%50==0&&this._clicks.forEach((t=>{Kr(t.scrollDelayMs)&&(t.scrollDelayMs=e-t.timestamp)}))},this._onSelectionChange=()=>{this._lastSelectionChanged=Date.now()},this.instance=e,this._config=this._asRequiredConfig(t),this._onCapture=this._config.__onCapture}start(e){this._startClickObserver(),this._startScrollObserver(),this._startSelectionChangedObserver(),this._startMutationObserver(e)}_startMutationObserver(e){if(!this._mutationObserver){var t=ph(nn);this._mutationObserver=new t((e=>{this._onMutation(e)})),this._mutationObserver.observe(e,{attributes:!0,characterData:!0,childList:!0,subtree:!0})}}stop(){var e;null==(e=this._mutationObserver)||e.disconnect(),this._mutationObserver=void 0,nn.removeEventListener("click",this._onClick),nn.removeEventListener("scroll",this._onScroll,{capture:!0}),nn.removeEventListener("selectionchange",this._onSelectionChange)}_onMutation(e){this._lastMutation=Date.now()}_startClickObserver(){In(nn,"click",this._onClick)}_startScrollObserver(){In(nn,"scroll",this._onScroll,{capture:!0})}_startSelectionChangedObserver(){In(nn,"selectionchange",this._onSelectionChange)}_ignoreClick(e){if(!e)return!0;if(cs(e.node))return!0;var t=this._clicks.some((t=>t.node===e.node&&Math.abs(t.timestamp-e.timestamp)<1e3));return!!t||!(!hs(e.node,"html")&&ds(e.node)&&!Ss.includes(e.node.tagName.toLowerCase()))}_checkClicks(){if(this._clicks.length){clearTimeout(this._checkClickTimer),this._checkClickTimer=void 0;var e=this._clicks;for(var t of(this._clicks=[],e)){var r;t.mutationDelayMs=null!==(r=t.mutationDelayMs)&&void 0!==r?r:this._lastMutation&&t.timestamp<=this._lastMutation?this._lastMutation-t.timestamp:void 0,t.absoluteDelayMs=Date.now()-t.timestamp,t.selectionChangedDelayMs=this._lastSelectionChanged&&t.timestamp<=this._lastSelectionChanged?this._lastSelectionChanged-t.timestamp:void 0;var i=vh(t.scrollDelayMs,this._config.scroll_threshold_ms),n=vh(t.selectionChangedDelayMs,this._config.selection_change_threshold_ms),s=vh(t.mutationDelayMs,this._config.mutation_threshold_ms),o=vh(t.absoluteDelayMs,1.1*this._config.mutation_threshold_ms),a=ii(t.scrollDelayMs)&&t.scrollDelayMs<this._config.scroll_threshold_ms,l=ii(t.mutationDelayMs)&&t.mutationDelayMs<this._config.mutation_threshold_ms,u=ii(t.selectionChangedDelayMs)&&t.selectionChangedDelayMs<this._config.selection_change_threshold_ms;a||l||u||(i||s||o||n?this._onCapture(t,{$dead_click_last_mutation_timestamp:this._lastMutation,$dead_click_event_timestamp:t.timestamp,$dead_click_scroll_timeout:i,$dead_click_mutation_timeout:s,$dead_click_absolute_timeout:o,$dead_click_selection_changed_timeout:n}):t.absoluteDelayMs<this._config.mutation_threshold_ms&&this._clicks.push(t))}this._clicks.length&&Kr(this._checkClickTimer)&&(this._checkClickTimer=nn.setTimeout((()=>{this._checkClicks()}),1e3))}}_captureDeadClick(e,t){this.instance.capture("$dead_click",r({},t,ch(e.node,{e:e.originalEvent,maskAllElementAttributes:this.instance.config.mask_all_element_attributes,maskAllText:this.instance.config.mask_all_text,elementAttributeIgnoreList:this._config.element_attribute_ignorelist,elementsChainAsString:!1}).props,{$dead_click_scroll_delay_ms:e.scrollDelayMs,$dead_click_mutation_delay_ms:e.mutationDelayMs,$dead_click_absolute_delay_ms:e.absoluteDelayMs,$dead_click_selection_changed_delay_ms:e.selectionChangedDelayMs}),{timestamp:new Date(e.timestamp)})}}nn.__PosthogExtensions__=nn.__PosthogExtensions__||{},nn.__PosthogExtensions__.initDeadClicksAutocapture=(e,t)=>new gh(e,t);var fh="";var _h=/[a-z0-9][a-z0-9-]+\.[a-z]{2,}$/i;function mh(e,t){if(t){var r=function(e,t){if(void 0===t&&(t=Ji),fh)return fh;if(!t)return"";if(["localhost","127.0.0.1"].includes(e))return"";for(var r=e.split("."),i=Math.min(r.length,8),n="dmn_chk_"+Wa();!fh&&i--;){var s=r.slice(i).join("."),o=n+"=1;domain=."+s+";path=/";t.cookie=o+";max-age=3",t.cookie.includes(n)&&(t.cookie=o+";max-age=0",fh=s)}return fh}(e);if(!r){var i=(e=>{var t=e.match(_h);return t?t[0]:""})(e);i!==r&&un.info("Warning: cookie subdomain discovery mismatch",i,r),r=i}return r?"; domain=."+r:""}return""}var yh={_is_supported:()=>!!Ji,_error:function(e){un.error("cookieStore error: "+e)},_get:function(e){if(Ji){try{for(var t=e+"=",r=Ji.cookie.split(";").filter((e=>e.length)),i=0;i<r.length;i++){for(var n=r[i];" "==n.charAt(0);)n=n.substring(1,n.length);if(0===n.indexOf(t))return decodeURIComponent(n.substring(t.length,n.length))}}catch(e){}return null}},_parse:function(e){var t;try{t=JSON.parse(yh._get(e))||{}}catch(e){}return t},_set:function(e,t,r,i,n){if(Ji)try{var s="",o="",a=mh(Ji.location.hostname,i);if(r){var l=new Date;l.setTime(l.getTime()+24*r*60*60*1e3),s="; expires="+l.toUTCString()}n&&(o="; secure");var u=e+"="+encodeURIComponent(JSON.stringify(t))+s+"; SameSite=Lax; path=/"+a+o;return u.length>3686.4&&un.warn("cookieStore warning: large cookie, len="+u.length),Ji.cookie=u,u}catch(e){return}},_remove:function(e,t){if(null!=Ji&&Ji.cookie)try{yh._set(e,"",-1,t)}catch(e){return}}},bh=null,Sh={_is_supported:function(){if(!ti(bh))return bh;var e=!0;if(Kr(Zi))e=!1;else try{var t="__mplssupport__";Sh._set(t,"xyz"),'"xyz"'!==Sh._get(t)&&(e=!1),Sh._remove(t)}catch(t){e=!1}return e||un.error("localStorage unsupported; falling back to cookie store"),bh=e,e},_error:function(e){un.error("localStorage error: "+e)},_get:function(e){try{return null==Zi?void 0:Zi.localStorage.getItem(e)}catch(e){Sh._error(e)}return null},_parse:function(e){try{return JSON.parse(Sh._get(e))||{}}catch(e){}return null},_set:function(e,t){try{null==Zi||Zi.localStorage.setItem(e,JSON.stringify(t))}catch(e){Sh._error(e)}},_remove:function(e){try{null==Zi||Zi.localStorage.removeItem(e)}catch(e){Sh._error(e)}}},wh=["distinct_id",Un,Zn,os,ss],Ch=r({},Sh,{_parse:function(e){try{var t={};try{t=yh._parse(e)||{}}catch(e){}var r=vn(t,JSON.parse(Sh._get(e)||"{}"));return Sh._set(e,r),r}catch(e){}return null},_set:function(e,t,r,i,n,s){try{Sh._set(e,t,void 0,void 0,s);var o={};wh.forEach((e=>{t[e]&&(o[e]=t[e])})),Object.keys(o).length&&yh._set(e,o,r,i,n,s)}catch(e){Sh._error(e)}},_remove:function(e,t){try{null==Zi||Zi.localStorage.removeItem(e),yh._remove(e,t)}catch(e){Sh._error(e)}}}),Ih={},kh={_is_supported:function(){return!0},_error:function(e){un.error("memoryStorage error: "+e)},_get:function(e){return Ih[e]||null},_parse:function(e){return Ih[e]||null},_set:function(e,t){Ih[e]=t},_remove:function(e){delete Ih[e]}},Eh=null,xh={_is_supported:function(){if(!ti(Eh))return Eh;if(Eh=!0,Kr(Zi))Eh=!1;else try{var e="__support__";xh._set(e,"xyz"),'"xyz"'!==xh._get(e)&&(Eh=!1),xh._remove(e)}catch(e){Eh=!1}return Eh},_error:function(e){un.error("sessionStorage error: ",e)},_get:function(e){try{return null==Zi?void 0:Zi.sessionStorage.getItem(e)}catch(e){xh._error(e)}return null},_parse:function(e){try{return JSON.parse(xh._get(e))||null}catch(e){}return null},_set:function(e,t){try{null==Zi||Zi.sessionStorage.setItem(e,JSON.stringify(t))}catch(e){xh._error(e)}},_remove:function(e){try{null==Zi||Zi.sessionStorage.removeItem(e)}catch(e){xh._error(e)}}},Th=function(e){return e[e.PENDING=-1]="PENDING",e[e.DENIED=0]="DENIED",e[e.GRANTED=1]="GRANTED",e}({});class Mh{constructor(e){this._instance=e}get _config(){return this._instance.config}get consent(){return this._getDnt()?Th.DENIED:this._storedConsent}isOptedOut(){return"always"===this._config.cookieless_mode||(this.consent===Th.DENIED||this.consent===Th.PENDING&&(this._config.opt_out_capturing_by_default||"on_reject"===this._config.cookieless_mode))}isOptedIn(){return!this.isOptedOut()}isExplicitlyOptedOut(){return this.consent===Th.DENIED}optInOut(e){this._storage._set(this._storageKey,e?1:0,this._config.cookie_expiration,this._config.cross_subdomain_cookie,this._config.secure_cookie)}reset(){this._storage._remove(this._storageKey,this._config.cross_subdomain_cookie)}get _storageKey(){var{token:e,opt_out_capturing_cookie_prefix:t,consent_persistence_name:r}=this._instance.config;return r||(t?t+e:"__ph_opt_in_out_"+e)}get _storedConsent(){var e=this._storage._get(this._storageKey);return di(e)?Th.GRANTED:Hr(hi,e)?Th.DENIED:Th.PENDING}get _storage(){if(!this._persistentStore){var e=this._config.opt_out_capturing_persistence_type;this._persistentStore="localStorage"===e?Sh:yh;var t="localStorage"===e?yh:Sh;t._get(this._storageKey)&&(this._persistentStore._get(this._storageKey)||this.optInOut(di(t._get(this._storageKey))),t._remove(this._storageKey,this._config.cross_subdomain_cookie))}return this._persistentStore}_getDnt(){return!!this._config.respect_dnt&&!!Cn([null==Xi?void 0:Xi.doNotTrack,null==Xi?void 0:Xi.msDoNotTrack,nn.doNotTrack],(e=>di(e)))}}var Rh=cn("[Dead Clicks]"),Ah=()=>!0,Nh=e=>{var t,r=!(null==(t=e.instance.persistence)||!t.get_property(Vn)),i=e.instance.config.capture_dead_clicks;return ni(i)?i:r};class Fh{get lazyLoadedDeadClicksAutocapture(){return this._lazyLoadedDeadClicksAutocapture}constructor(e,t,r){this.instance=e,this.isEnabled=t,this.onCapture=r,this.startIfEnabled()}onRemoteConfig(e){this.instance.persistence&&this.instance.persistence.register({[Vn]:null==e?void 0:e.captureDeadClicks}),this.startIfEnabled()}startIfEnabled(){this.isEnabled(this)&&this._loadScript((()=>{this._start()}))}_loadScript(e){var t,r;null!=(t=nn.__PosthogExtensions__)&&t.initDeadClicksAutocapture&&e(),null==(r=nn.__PosthogExtensions__)||null==r.loadExternalDependency||r.loadExternalDependency(this.instance,"dead-clicks-autocapture",(t=>{t?Rh.error("failed to load script",t):e()}))}_start(){var e;if(Ji){if(!this._lazyLoadedDeadClicksAutocapture&&null!=(e=nn.__PosthogExtensions__)&&e.initDeadClicksAutocapture){var t=Xr(this.instance.config.capture_dead_clicks)?this.instance.config.capture_dead_clicks:{};t.__onCapture=this.onCapture,this._lazyLoadedDeadClicksAutocapture=nn.__PosthogExtensions__.initDeadClicksAutocapture(this.instance,t),this._lazyLoadedDeadClicksAutocapture.start(Ji),Rh.info("starting...")}}else Rh.error("`document` not found. Cannot start.")}stop(){this._lazyLoadedDeadClicksAutocapture&&(this._lazyLoadedDeadClicksAutocapture.stop(),this._lazyLoadedDeadClicksAutocapture=void 0,Rh.info("stopping..."))}}var Ph=cn("[ExceptionAutocapture]");class Oh{constructor(e){var t,r,i;this._startCapturing=()=>{var e;if(Zi&&this.isEnabled&&null!=(e=nn.__PosthogExtensions__)&&e.errorWrappingFunctions){var t=nn.__PosthogExtensions__.errorWrappingFunctions.wrapOnError,r=nn.__PosthogExtensions__.errorWrappingFunctions.wrapUnhandledRejection,i=nn.__PosthogExtensions__.errorWrappingFunctions.wrapConsoleError;try{!this._unwrapOnError&&this._config.capture_unhandled_errors&&(this._unwrapOnError=t(this.captureException.bind(this))),!this._unwrapUnhandledRejection&&this._config.capture_unhandled_rejections&&(this._unwrapUnhandledRejection=r(this.captureException.bind(this))),!this._unwrapConsoleError&&this._config.capture_console_errors&&(this._unwrapConsoleError=i(this.captureException.bind(this)))}catch(e){Ph.error("failed to start",e),this._stopCapturing()}}},this._instance=e,this._remoteEnabled=!(null==(t=this._instance.persistence)||!t.props[Dn]),this._config=this._requiredConfig(),this._rateLimiter=new vi({refillRate:null!==(r=this._instance.config.error_tracking.__exceptionRateLimiterRefillRate)&&void 0!==r?r:1,bucketSize:null!==(i=this._instance.config.error_tracking.__exceptionRateLimiterBucketSize)&&void 0!==i?i:10,refillInterval:1e4,_logger:Ph}),this.startIfEnabled()}_requiredConfig(){var e=this._instance.config.capture_exceptions,t={capture_unhandled_errors:!1,capture_unhandled_rejections:!1,capture_console_errors:!1};return Xr(e)?t=r({},t,e):(Kr(e)?this._remoteEnabled:e)&&(t=r({},t,{capture_unhandled_errors:!0,capture_unhandled_rejections:!0})),t}get isEnabled(){return this._config.capture_console_errors||this._config.capture_unhandled_errors||this._config.capture_unhandled_rejections}startIfEnabled(){this.isEnabled&&(Ph.info("enabled"),this._loadScript(this._startCapturing))}_loadScript(e){var t,r;null!=(t=nn.__PosthogExtensions__)&&t.errorWrappingFunctions&&e(),null==(r=nn.__PosthogExtensions__)||null==r.loadExternalDependency||r.loadExternalDependency(this._instance,"exception-autocapture",(t=>{if(t)return Ph.error("failed to load script",t);e()}))}_stopCapturing(){var e,t,r;null==(e=this._unwrapOnError)||e.call(this),this._unwrapOnError=void 0,null==(t=this._unwrapUnhandledRejection)||t.call(this),this._unwrapUnhandledRejection=void 0,null==(r=this._unwrapConsoleError)||r.call(this),this._unwrapConsoleError=void 0}onRemoteConfig(e){var t=e.autocaptureExceptions;this._remoteEnabled=!!t||!1,this._config=this._requiredConfig(),this._instance.persistence&&this._instance.persistence.register({[Dn]:this._remoteEnabled}),this.startIfEnabled()}captureException(e){var t,r,i=null!==(t=null==e||null==(r=e.$exception_list)||null==(r=r[0])?void 0:r.type)&&void 0!==t?t:"Exception";this._rateLimiter.consumeRateLimit(i)?Ph.info("Skipping exception capture because of client rate limiting.",{exception:i}):this._instance.exceptions.sendExceptionEvent(e)}}class Lh{constructor(e){var t;this._instance=e,this._lastPathname=(null==Zi||null==(t=Zi.location)?void 0:t.pathname)||""}get isEnabled(){return"history_change"===this._instance.config.capture_pageview}startIfEnabled(){this.isEnabled&&(un.info("History API monitoring enabled, starting..."),this.monitorHistoryChanges())}stop(){this._popstateListener&&this._popstateListener(),this._popstateListener=void 0,un.info("History API monitoring stopped")}monitorHistoryChanges(){var e,t;if(Zi&&Zi.history){var r=this;null!=(e=Zi.history.pushState)&&e.__posthog_wrapped__||Rn(Zi.history,"pushState",(e=>function(t,i,n){e.call(this,t,i,n),r._capturePageview("pushState")})),null!=(t=Zi.history.replaceState)&&t.__posthog_wrapped__||Rn(Zi.history,"replaceState",(e=>function(t,i,n){e.call(this,t,i,n),r._capturePageview("replaceState")})),this._setupPopstateListener()}}_capturePageview(e){try{var t,r=null==Zi||null==(t=Zi.location)?void 0:t.pathname;if(!r)return;r!==this._lastPathname&&this.isEnabled&&this._instance.capture("$pageview",{navigation_type:e}),this._lastPathname=r}catch(t){un.error("Error capturing "+e+" pageview",t)}}_setupPopstateListener(){if(!this._popstateListener){var e=()=>{this._capturePageview("popstate")};In(Zi,"popstate",e),this._popstateListener=()=>{Zi&&Zi.removeEventListener("popstate",e)}}}}var Dh=cn("[SegmentIntegration]");function Bh(e,t){var r=e.config.segment;if(!r)return t();!function(e,t){var r=e.config.segment;if(!r)return t();var i=r=>{var i=()=>r.anonymousId()||Wa();e.config.get_device_id=i,r.id()&&(e.register({distinct_id:r.id(),$device_id:i()}),e.persistence.set_property(es,"identified")),t()},n=r.user();"then"in n&&Gr(n.then)?n.then((e=>i(e))):i(n)}(e,(()=>{r.register((e=>{Promise&&Promise.resolve||Dh.warn("This browser does not have Promise support, and can not use the segment integration");var t=(t,r)=>{if(!r)return t;t.event.userId||t.event.anonymousId===e.get_distinct_id()||(Dh.info("No userId set, resetting PostHog"),e.reset()),t.event.userId&&t.event.userId!==e.get_distinct_id()&&(Dh.info("UserId set, identifying with PostHog"),e.identify(t.event.userId));var i=e.calculateEventProperties(r,t.event.properties);return t.event.properties=Object.assign({},i,t.event.properties),t};return{name:"PostHog JS",type:"enrichment",version:"1.0.0",isLoaded:()=>!0,load:()=>Promise.resolve(),track:e=>t(e,e.event.event),page:e=>t(e,"$pageview"),identify:e=>t(e,"$identify"),screen:e=>t(e,"$screen")}})(e)).then((()=>{t()}))}))}var qh="posthog-js";function Hh(e,t){var{organization:i,projectId:n,prefix:s,severityAllowList:o=["error"],sendExceptionsToPostHog:a=!0}=void 0===t?{}:t;return t=>{var l,u,c,d,h;if(!("*"===o||o.includes(t.level))||!e.__loaded)return t;t.tags||(t.tags={});var p=e.requestRouter.endpointFor("ui","/project/"+e.config.token+"/person/"+e.get_distinct_id());t.tags["PostHog Person URL"]=p,e.sessionRecordingStarted()&&(t.tags["PostHog Recording URL"]=e.get_session_replay_url({withTimestamp:!0}));var v=(null==(l=t.exception)?void 0:l.values)||[],g=v.map((e=>r({},e,{stacktrace:e.stacktrace?r({},e.stacktrace,{type:"raw",frames:(e.stacktrace.frames||[]).map((e=>r({},e,{platform:"web:javascript"})))}):void 0}))),f={$exception_message:(null==(u=v[0])?void 0:u.value)||t.message,$exception_type:null==(c=v[0])?void 0:c.type,$exception_personURL:p,$exception_level:t.level,$exception_list:g,$sentry_event_id:t.event_id,$sentry_exception:t.exception,$sentry_exception_message:(null==(d=v[0])?void 0:d.value)||t.message,$sentry_exception_type:null==(h=v[0])?void 0:h.type,$sentry_tags:t.tags};return i&&n&&(f.$sentry_url=(s||"https://sentry.io/organizations/")+i+"/issues/?project="+n+"&query="+t.event_id),a&&e.exceptions.sendExceptionEvent(f),t}}class Vh{constructor(e,t,r,i,n,s){this.name=qh,this.setupOnce=function(o){o(Hh(e,{organization:t,projectId:r,prefix:i,severityAllowList:n,sendExceptionsToPostHog:null==s||s}))}}}var Wh=null!=Zi&&Zi.location?Mn(Zi.location.hash,"__posthog")||Mn(location.hash,"state"):null,$h="_postHogToolbarParams",Uh=cn("[Toolbar]"),Zh=function(e){return e[e.UNINITIALIZED=0]="UNINITIALIZED",e[e.LOADING=1]="LOADING",e[e.LOADED=2]="LOADED",e}(Zh||{});class jh{constructor(e){this.instance=e}_setToolbarState(e){nn.ph_toolbar_state=e}_getToolbarState(){var e;return null!==(e=nn.ph_toolbar_state)&&void 0!==e?e:Zh.UNINITIALIZED}maybeLoadToolbar(e,t,r){if(void 0===e&&(e=void 0),void 0===t&&(t=void 0),void 0===r&&(r=void 0),!Zi||!Ji)return!1;e=null!=e?e:Zi.location,r=null!=r?r:Zi.history;try{if(!t){try{Zi.localStorage.setItem("test","test"),Zi.localStorage.removeItem("test")}catch(e){return!1}t=null==Zi?void 0:Zi.localStorage}var i,n=Wh||Mn(e.hash,"__posthog")||Mn(e.hash,"state"),s=n?_n((()=>JSON.parse(atob(decodeURIComponent(n)))))||_n((()=>JSON.parse(decodeURIComponent(n)))):null;return s&&"ph_authorize"===s.action?((i=s).source="url",i&&Object.keys(i).length>0&&(s.desiredHash?e.hash=s.desiredHash:r?r.replaceState(r.state,"",e.pathname+e.search):e.hash="")):((i=JSON.parse(t.getItem($h)||"{}")).source="localstorage",delete i.userIntent),!(!i.token||this.instance.config.token!==i.token)&&(this.loadToolbar(i),!0)}catch(e){return!1}}_callLoadToolbar(e){var t=nn.ph_load_toolbar||nn.ph_load_editor;!ri(t)&&Gr(t)?t(e,this.instance):Uh.warn("No toolbar load function found")}loadToolbar(e){var t=!(null==Ji||!Ji.getElementById(as));if(!Zi||t)return!1;var i="custom"===this.instance.requestRouter.region&&this.instance.config.advanced_disable_toolbar_metrics,n=r({token:this.instance.config.token},e,{apiURL:this.instance.requestRouter.endpointFor("ui")},i?{instrument:!1}:{});if(Zi.localStorage.setItem($h,JSON.stringify(r({},n,{source:void 0}))),this._getToolbarState()===Zh.LOADED)this._callLoadToolbar(n);else if(this._getToolbarState()===Zh.UNINITIALIZED){var s;this._setToolbarState(Zh.LOADING),null==(s=nn.__PosthogExtensions__)||null==s.loadExternalDependency||s.loadExternalDependency(this.instance,"toolbar",(e=>{if(e)return Uh.error("[Toolbar] Failed to load",e),void this._setToolbarState(Zh.UNINITIALIZED);this._setToolbarState(Zh.LOADED),this._callLoadToolbar(n)})),In(Zi,"turbolinks:load",(()=>{this._setToolbarState(Zh.UNINITIALIZED),this.loadToolbar(n)}))}return!0}_loadEditor(e){return this.loadToolbar(e)}maybeLoadEditor(e,t,r){return void 0===e&&(e=void 0),void 0===t&&(t=void 0),void 0===r&&(r=void 0),this.maybeLoadToolbar(e,t,r)}}var zh=cn("[TracingHeaders]");class Gh{constructor(e){this._restoreXHRPatch=void 0,this._restoreFetchPatch=void 0,this._startCapturing=()=>{var e,t;Kr(this._restoreXHRPatch)&&(null==(e=nn.__PosthogExtensions__)||null==(e=e.tracingHeadersPatchFns)||e._patchXHR(this._instance.config.__add_tracing_headers||[],this._instance.get_distinct_id(),this._instance.sessionManager));Kr(this._restoreFetchPatch)&&(null==(t=nn.__PosthogExtensions__)||null==(t=t.tracingHeadersPatchFns)||t._patchFetch(this._instance.config.__add_tracing_headers||[],this._instance.get_distinct_id(),this._instance.sessionManager))},this._instance=e}_loadScript(e){var t,r;null!=(t=nn.__PosthogExtensions__)&&t.tracingHeadersPatchFns&&e(),null==(r=nn.__PosthogExtensions__)||null==r.loadExternalDependency||r.loadExternalDependency(this._instance,"tracing-headers",(t=>{if(t)return zh.error("failed to load script",t);e()}))}startIfEnabledOrStop(){var e,t;this._instance.config.__add_tracing_headers?this._loadScript(this._startCapturing):(null==(e=this._restoreXHRPatch)||e.call(this),null==(t=this._restoreFetchPatch)||t.call(this),this._restoreXHRPatch=void 0,this._restoreFetchPatch=void 0)}}var Yh=cn("[Web Vitals]"),Xh=9e5;class Jh{constructor(e){var t;this._enabledServerSide=!1,this._initialized=!1,this._buffer={url:void 0,metrics:[],firstMetricTimestamp:void 0},this._flushToCapture=()=>{clearTimeout(this._delayedFlushTimer),0!==this._buffer.metrics.length&&(this._instance.capture("$web_vitals",this._buffer.metrics.reduce(((e,t)=>r({},e,{["$web_vitals_"+t.name+"_event"]:r({},t),["$web_vitals_"+t.name+"_value"]:t.value})),{})),this._buffer={url:void 0,metrics:[],firstMetricTimestamp:void 0})},this._addToBuffer=e=>{var t,i=null==(t=this._instance.sessionManager)?void 0:t.checkAndGetSessionAndWindowId(!0);if(Kr(i))Yh.error("Could not read session ID. Dropping metrics!");else{this._buffer=this._buffer||{url:void 0,metrics:[],firstMetricTimestamp:void 0};var n=this._currentURL();if(!Kr(n))if(ri(null==e?void 0:e.name)||ri(null==e?void 0:e.value))Yh.error("Invalid metric received",e);else if(this._maxAllowedValue&&e.value>=this._maxAllowedValue)Yh.error("Ignoring metric with value >= "+this._maxAllowedValue,e);else this._buffer.url!==n&&(this._flushToCapture(),this._delayedFlushTimer=setTimeout(this._flushToCapture,this.flushToCaptureTimeoutMs)),Kr(this._buffer.url)&&(this._buffer.url=n),this._buffer.firstMetricTimestamp=Kr(this._buffer.firstMetricTimestamp)?Date.now():this._buffer.firstMetricTimestamp,e.attribution&&e.attribution.interactionTargetElement&&(e.attribution.interactionTargetElement=void 0),this._buffer.metrics.push(r({},e,{$current_url:n,$session_id:i.sessionId,$window_id:i.windowId,timestamp:Date.now()})),this._buffer.metrics.length===this.allowedMetrics.length&&this._flushToCapture()}},this._startCapturing=()=>{var e,t,r,i,n=nn.__PosthogExtensions__;Kr(n)||Kr(n.postHogWebVitalsCallbacks)||({onLCP:e,onCLS:t,onFCP:r,onINP:i}=n.postHogWebVitalsCallbacks),e&&t&&r&&i?(this.allowedMetrics.indexOf("LCP")>-1&&e(this._addToBuffer.bind(this)),this.allowedMetrics.indexOf("CLS")>-1&&t(this._addToBuffer.bind(this)),this.allowedMetrics.indexOf("FCP")>-1&&r(this._addToBuffer.bind(this)),this.allowedMetrics.indexOf("INP")>-1&&i(this._addToBuffer.bind(this)),this._initialized=!0):Yh.error("web vitals callbacks not loaded - not starting")},this._instance=e,this._enabledServerSide=!(null==(t=this._instance.persistence)||!t.props[Hn]),this.startIfEnabled()}get allowedMetrics(){var e,t,r=Xr(this._instance.config.capture_performance)?null==(e=this._instance.config.capture_performance)?void 0:e.web_vitals_allowed_metrics:void 0;return Kr(r)?(null==(t=this._instance.persistence)?void 0:t.props[Wn])||["CLS","FCP","INP","LCP"]:r}get flushToCaptureTimeoutMs(){return(Xr(this._instance.config.capture_performance)?this._instance.config.capture_performance.web_vitals_delayed_flush_ms:void 0)||5e3}get _maxAllowedValue(){var e=Xr(this._instance.config.capture_performance)&&ii(this._instance.config.capture_performance.__web_vitals_max_value)?this._instance.config.capture_performance.__web_vitals_max_value:Xh;return 0<e&&e<=6e4?Xh:e}get isEnabled(){var e=null==Ki?void 0:Ki.protocol;if("http:"!==e&&"https:"!==e)return Yh.info("Web Vitals are disabled on non-http/https protocols"),!1;var t=Xr(this._instance.config.capture_performance)?this._instance.config.capture_performance.web_vitals:ni(this._instance.config.capture_performance)?this._instance.config.capture_performance:void 0;return ni(t)?t:this._enabledServerSide}startIfEnabled(){this.isEnabled&&!this._initialized&&(Yh.info("enabled, starting..."),this._loadScript(this._startCapturing))}onRemoteConfig(e){var t=Xr(e.capturePerformance)&&!!e.capturePerformance.web_vitals,r=Xr(e.capturePerformance)?e.capturePerformance.web_vitals_allowed_metrics:void 0;this._instance.persistence&&(this._instance.persistence.register({[Hn]:t}),this._instance.persistence.register({[Wn]:r})),this._enabledServerSide=t,this.startIfEnabled()}_loadScript(e){var t,r;null!=(t=nn.__PosthogExtensions__)&&t.postHogWebVitalsCallbacks&&e(),null==(r=nn.__PosthogExtensions__)||null==r.loadExternalDependency||r.loadExternalDependency(this._instance,"web-vitals",(t=>{t?Yh.error("failed to load script",t):e()}))}_currentURL(){var e=Zi?Zi.location.href:void 0;return e||Yh.error("Could not determine current URL"),e}}var Kh=cn("[Heatmaps]");function Qh(e){return Xr(e)&&"clientX"in e&&"clientY"in e&&ii(e.clientX)&&ii(e.clientY)}class ep{constructor(e){var t;this.rageclicks=new sh,this._enabledServerSide=!1,this._initialized=!1,this._flushInterval=null,this.instance=e,this._enabledServerSide=!(null==(t=this.instance.persistence)||!t.props[Ln])}get flushIntervalMilliseconds(){var e=5e3;return Xr(this.instance.config.capture_heatmaps)&&this.instance.config.capture_heatmaps.flush_interval_milliseconds&&(e=this.instance.config.capture_heatmaps.flush_interval_milliseconds),e}get isEnabled(){return Kr(this.instance.config.capture_heatmaps)?Kr(this.instance.config.enable_heatmaps)?this._enabledServerSide:this.instance.config.enable_heatmaps:!1!==this.instance.config.capture_heatmaps}startIfEnabled(){if(this.isEnabled){if(this._initialized)return;Kh.info("starting..."),this._setupListeners(),this._flushInterval=setInterval(this._flush.bind(this),this.flushIntervalMilliseconds)}else{var e,t;clearInterval(null!==(e=this._flushInterval)&&void 0!==e?e:void 0),null==(t=this._deadClicksCapture)||t.stop(),this.getAndClearBuffer()}}onRemoteConfig(e){var t=!!e.heatmaps;this.instance.persistence&&this.instance.persistence.register({[Ln]:t}),this._enabledServerSide=t,this.startIfEnabled()}getAndClearBuffer(){var e=this._buffer;return this._buffer=void 0,e}_onDeadClick(e){this._onClick(e.originalEvent,"deadclick")}_setupListeners(){Zi&&Ji&&(In(Zi,"beforeunload",this._flush.bind(this)),In(Ji,"click",(e=>this._onClick(e||(null==Zi?void 0:Zi.event))),{capture:!0}),In(Ji,"mousemove",(e=>this._onMouseMove(e||(null==Zi?void 0:Zi.event))),{capture:!0}),this._deadClicksCapture=new Fh(this.instance,Ah,this._onDeadClick.bind(this)),this._deadClicksCapture.startIfEnabled(),this._initialized=!0)}_getProperties(e,t){var r=this.instance.scrollManager.scrollY(),i=this.instance.scrollManager.scrollX(),n=this.instance.scrollManager.scrollElement(),s=function(e,t,r){for(var i=e;i&&ds(i)&&!hs(i,"body");){if(i===r)return!1;if(Hr(t,null==Zi?void 0:Zi.getComputedStyle(i).position))return!0;i=Cs(i)}return!1}(bs(e),["fixed","sticky"],n);return{x:e.clientX+(s?0:i),y:e.clientY+(s?0:r),target_fixed:s,type:t}}_onClick(e,t){var i;if(void 0===t&&(t="click"),!cs(e.target)&&Qh(e)){var n=this._getProperties(e,t);null!=(i=this.rageclicks)&&i.isRageClick(e.clientX,e.clientY,(new Date).getTime())&&this._capture(r({},n,{type:"rageclick"})),this._capture(n)}}_onMouseMove(e){!cs(e.target)&&Qh(e)&&(clearTimeout(this._mouseMoveTimeout),this._mouseMoveTimeout=setTimeout((()=>{this._capture(this._getProperties(e,"mousemove"))}),500))}_capture(e){if(Zi){var t=Zi.location.href;this._buffer=this._buffer||{},this._buffer[t]||(this._buffer[t]=[]),this._buffer[t].push(e)}}_flush(){this._buffer&&!Jr(this._buffer)&&this.instance.capture("$$heatmap",{$heatmap_data:this.getAndClearBuffer()})}}class tp{constructor(e){this._instance=e}doPageView(e,t){var r,i=this._previousPageViewProperties(e,t);return this._currentPageview={pathname:null!==(r=null==Zi?void 0:Zi.location.pathname)&&void 0!==r?r:"",pageViewId:t,timestamp:e},this._instance.scrollManager.resetContext(),i}doPageLeave(e){var t;return this._previousPageViewProperties(e,null==(t=this._currentPageview)?void 0:t.pageViewId)}doEvent(){var e;return{$pageview_id:null==(e=this._currentPageview)?void 0:e.pageViewId}}_previousPageViewProperties(e,t){var r=this._currentPageview;if(!r)return{$pageview_id:t};var i={$pageview_id:t,$prev_pageview_id:r.pageViewId},n=this._instance.scrollManager.getContext();if(n&&!this._instance.config.disable_scroll_properties){var{maxScrollHeight:s,lastScrollY:o,maxScrollY:a,maxContentHeight:l,lastContentY:u,maxContentY:c}=n;if(!(Kr(s)||Kr(o)||Kr(a)||Kr(l)||Kr(u)||Kr(c))){s=Math.ceil(s),o=Math.ceil(o),a=Math.ceil(a),l=Math.ceil(l),u=Math.ceil(u),c=Math.ceil(c);var d=s<=1?1:pi(o/s,0,1,un),h=s<=1?1:pi(a/s,0,1,un),p=l<=1?1:pi(u/l,0,1,un),v=l<=1?1:pi(c/l,0,1,un);i=vn(i,{$prev_pageview_last_scroll:o,$prev_pageview_last_scroll_percentage:d,$prev_pageview_max_scroll:a,$prev_pageview_max_scroll_percentage:h,$prev_pageview_last_content:u,$prev_pageview_last_content_percentage:p,$prev_pageview_max_content:c,$prev_pageview_max_content_percentage:v})}}return r.pathname&&(i.$prev_pageview_pathname=r.pathname),r.timestamp&&(i.$prev_pageview_duration=(e.getTime()-r.timestamp.getTime())/1e3),i}}var rp="https?://(.*)",ip=["gclid","gclsrc","dclid","gbraid","wbraid","fbclid","msclkid","twclid","li_fat_id","igshid","ttclid","rdt_cid","epik","qclid","sccid","irclid","_kx"],np=gn(["utm_source","utm_medium","utm_campaign","utm_content","utm_term","gad_source","mc_cid"],ip),sp="<masked>",op=["li_fat_id"];function ap(e,t,r){if(!Ji)return{};var i,n=t?gn([],ip,r||[]):[],s=lp(Tn(Ji.URL,n,sp),e),o=(i={},pn(op,(function(e){var t=yh._get(e);i[e]=t||null})),i);return vn(o,s)}function lp(e,t){var r=np.concat(t||[]),i={};return pn(r,(function(t){var r=xn(e,t);i[t]=r||null})),i}function up(e){var t=function(e){return e?0===e.search(rp+"google.([^/?]*)")?"google":0===e.search(rp+"bing.com")?"bing":0===e.search(rp+"yahoo.com")?"yahoo":0===e.search(rp+"duckduckgo.com")?"duckduckgo":null:null}(e),r="yahoo"!=t?"q":"p",i={};if(!ti(t)){i.$search_engine=t;var n=Ji?xn(Ji.referrer,r):"";n.length&&(i.ph_keyword=n)}return i}function cp(){return navigator.language||navigator.userLanguage}function dp(){return(null==Ji?void 0:Ji.referrer)||"$direct"}function hp(e,t){var r=e?gn([],ip,t||[]):[],i=null==Ki?void 0:Ki.href.substring(0,1e3);return{r:dp().substring(0,1e3),u:i?Tn(i,r,sp):void 0}}function pp(e){var t,{r:r,u:i}=e,n={$referrer:r,$referring_domain:null==r?void 0:"$direct"==r?"$direct":null==(t=kn(r))?void 0:t.host};if(i){n.$current_url=i;var s=kn(i);n.$host=null==s?void 0:s.host,n.$pathname=null==s?void 0:s.pathname;var o=lp(i);vn(n,o)}if(r){var a=up(r);vn(n,a)}return n}function vp(){try{return Intl.DateTimeFormat().resolvedOptions().timeZone}catch(e){return}}function gp(){try{return(new Date).getTimezoneOffset()}catch(e){return}}function fp(e,t){if(!rn)return{};var r,i=e?gn([],ip,t||[]):[],[n,s]=function(e){for(var t=0;t<Bl.length;t++){var[r,i]=Bl[t],n=r.exec(e),s=n&&(Gr(i)?i(n,e):i);if(s)return s}return["",""]}(rn);return vn(yn({$os:n,$os_version:s,$browser:Ol(rn,navigator.vendor),$device:ql(rn),$device_type:Hl(rn),$timezone:vp(),$timezone_offset:gp()}),{$current_url:Tn(null==Ki?void 0:Ki.href,i,sp),$host:null==Ki?void 0:Ki.host,$pathname:null==Ki?void 0:Ki.pathname,$raw_user_agent:rn.length>1e3?rn.substring(0,997)+"...":rn,$browser_version:Dl(rn,navigator.vendor),$browser_language:cp(),$browser_language_prefix:(r=cp(),"string"==typeof r?r.split("-")[0]:void 0),$screen_height:null==Zi?void 0:Zi.screen.height,$screen_width:null==Zi?void 0:Zi.screen.width,$viewport_height:null==Zi?void 0:Zi.innerHeight,$viewport_width:null==Zi?void 0:Zi.innerWidth,$lib:"web",$lib_version:an.LIB_VERSION,$insert_id:Math.random().toString(36).substring(2,10)+Math.random().toString(36).substring(2,10),$time:Date.now()/1e3})}var _p=cn("[FeatureFlags]"),mp="$active_feature_flags",yp="$override_feature_flags",bp="$feature_flag_payloads",Sp="$override_feature_flag_payloads",wp="$feature_flag_request_id",Cp=e=>{var t={};for(var[r,i]of fn(e||{}))i&&(t[r]=i);return t},Ip=e=>{var t=e.flags;return t?(e.featureFlags=Object.fromEntries(Object.keys(t).map((e=>{var r;return[e,null!==(r=t[e].variant)&&void 0!==r?r:t[e].enabled]}))),e.featureFlagPayloads=Object.fromEntries(Object.keys(t).filter((e=>t[e].enabled)).filter((e=>{var r;return null==(r=t[e].metadata)?void 0:r.payload})).map((e=>{var r;return[e,null==(r=t[e].metadata)?void 0:r.payload]})))):_p.warn("Using an older version of the feature flags endpoint. Please upgrade your PostHog server to the latest version"),e},kp=function(e){return e.FeatureFlags="feature_flags",e.Recordings="recordings",e}({});class Ep{constructor(e){this._override_warning=!1,this._hasLoadedFlags=!1,this._requestInFlight=!1,this._reloadingDisabled=!1,this._additionalReloadRequested=!1,this._flagsCalled=!1,this._flagsLoadedFromRemote=!1,this._instance=e,this.featureFlagEventHandlers=[]}_getValidEvaluationEnvironments(){var e=this._instance.config.evaluation_environments;return null!=e&&e.length?e.filter((e=>{var t=e&&"string"==typeof e&&e.trim().length>0;return t||_p.error("Invalid evaluation environment found:",e,"Expected non-empty string"),t})):[]}_shouldIncludeEvaluationEnvironments(){return this._getValidEvaluationEnvironments().length>0}flags(){if(this._instance.config.__preview_remote_config)this._flagsCalled=!0;else{var e=!this._reloadDebouncer&&(this._instance.config.advanced_disable_feature_flags||this._instance.config.advanced_disable_feature_flags_on_first_load);this._callFlagsEndpoint({disableFlags:e})}}get hasLoadedFlags(){return this._hasLoadedFlags}getFlags(){return Object.keys(this.getFlagVariants())}getFlagsWithDetails(){var e=this._instance.get_property(Gn),t=this._instance.get_property(yp),i=this._instance.get_property(Sp);if(!i&&!t)return e||{};var n=vn({},e||{}),s=[...new Set([...Object.keys(i||{}),...Object.keys(t||{})])];for(var o of s){var a,l,u=n[o],c=null==t?void 0:t[o],d=Kr(c)?null!==(a=null==u?void 0:u.enabled)&&void 0!==a&&a:!!c,h=Kr(c)?u.variant:"string"==typeof c?c:void 0,p=null==i?void 0:i[o],v=r({},u,{enabled:d,variant:d?null!=h?h:null==u?void 0:u.variant:void 0});if(d!==(null==u?void 0:u.enabled)&&(v.original_enabled=null==u?void 0:u.enabled),h!==(null==u?void 0:u.variant)&&(v.original_variant=null==u?void 0:u.variant),p)v.metadata=r({},null==u?void 0:u.metadata,{payload:p,original_payload:null==u||null==(l=u.metadata)?void 0:l.payload});n[o]=v}return this._override_warning||(_p.warn(" Overriding feature flag details!",{flagDetails:e,overriddenPayloads:i,finalDetails:n}),this._override_warning=!0),n}getFlagVariants(){var e=this._instance.get_property(jn),t=this._instance.get_property(yp);if(!t)return e||{};for(var r=vn({},e),i=Object.keys(t),n=0;n<i.length;n++)r[i[n]]=t[i[n]];return this._override_warning||(_p.warn(" Overriding feature flags!",{enabledFlags:e,overriddenFlags:t,finalFlags:r}),this._override_warning=!0),r}getFlagPayloads(){var e=this._instance.get_property(bp),t=this._instance.get_property(Sp);if(!t)return e||{};for(var r=vn({},e||{}),i=Object.keys(t),n=0;n<i.length;n++)r[i[n]]=t[i[n]];return this._override_warning||(_p.warn(" Overriding feature flag payloads!",{flagPayloads:e,overriddenPayloads:t,finalPayloads:r}),this._override_warning=!0),r}reloadFeatureFlags(){this._reloadingDisabled||this._instance.config.advanced_disable_feature_flags||this._reloadDebouncer||(this._reloadDebouncer=setTimeout((()=>{this._callFlagsEndpoint()}),5))}_clearDebouncer(){clearTimeout(this._reloadDebouncer),this._reloadDebouncer=void 0}ensureFlagsLoaded(){this._hasLoadedFlags||this._requestInFlight||this._reloadDebouncer||this.reloadFeatureFlags()}setAnonymousDistinctId(e){this.$anon_distinct_id=e}setReloadingPaused(e){this._reloadingDisabled=e}_callFlagsEndpoint(e){var t;if(this._clearDebouncer(),!this._instance._shouldDisableFlags())if(this._requestInFlight)this._additionalReloadRequested=!0;else{var i={token:this._instance.config.token,distinct_id:this._instance.get_distinct_id(),groups:this._instance.getGroups(),$anon_distinct_id:this.$anon_distinct_id,person_properties:r({},(null==(t=this._instance.persistence)?void 0:t.get_initial_props())||{},this._instance.get_property(Yn)||{}),group_properties:this._instance.get_property(Xn)};(null!=e&&e.disableFlags||this._instance.config.advanced_disable_feature_flags)&&(i.disable_flags=!0),this._shouldIncludeEvaluationEnvironments()&&(i.evaluation_environments=this._getValidEvaluationEnvironments());var n=this._instance.config.__preview_remote_config,s=n?"/flags/?v=2":"/flags/?v=2&config=true",o=this._instance.config.advanced_only_evaluate_survey_feature_flags?"&only_evaluate_survey_feature_flags=true":"",a=this._instance.requestRouter.endpointFor("api",s+o);n&&(i.timezone=vp()),this._requestInFlight=!0,this._instance._send_request({method:"POST",url:a,data:i,compression:this._instance.config.disable_compression?void 0:Wl.Base64,timeout:this._instance.config.feature_flag_request_timeout_ms,callback:e=>{var t,r,n=!0;(200===e.statusCode&&(this._additionalReloadRequested||(this.$anon_distinct_id=void 0),n=!1),this._requestInFlight=!1,this._flagsCalled)||(this._flagsCalled=!0,this._instance._onRemoteConfig(null!==(r=e.json)&&void 0!==r?r:{}));if(!i.disable_flags||this._additionalReloadRequested)if(this._flagsLoadedFromRemote=!n,e.json&&null!=(t=e.json.quotaLimited)&&t.includes(kp.FeatureFlags))_p.warn("You have hit your feature flags quota limit, and will not be able to load feature flags until the quota is reset. Please visit https://posthog.com/docs/billing/limits-alerts to learn more.");else{var s;if(!i.disable_flags)this.receivedFeatureFlags(null!==(s=e.json)&&void 0!==s?s:{},n);this._additionalReloadRequested&&(this._additionalReloadRequested=!1,this._callFlagsEndpoint())}}})}}getFeatureFlag(e,t){if(void 0===t&&(t={}),this._hasLoadedFlags||this.getFlags()&&this.getFlags().length>0){var r=this.getFlagVariants()[e],i=""+r,n=this._instance.get_property(wp)||void 0,s=this._instance.get_property(Qn)||{};if((t.send_event||!("send_event"in t))&&(!(e in s)||!s[e].includes(i))){var o,a,l,u,c,d,h,p,v;zr(s[e])?s[e].push(i):s[e]=[i],null==(o=this._instance.persistence)||o.register({[Qn]:s});var g=this.getFeatureFlagDetails(e),f={$feature_flag:e,$feature_flag_response:r,$feature_flag_payload:this.getFeatureFlagPayload(e)||null,$feature_flag_request_id:n,$feature_flag_bootstrapped_response:(null==(a=this._instance.config.bootstrap)||null==(a=a.featureFlags)?void 0:a[e])||null,$feature_flag_bootstrapped_payload:(null==(l=this._instance.config.bootstrap)||null==(l=l.featureFlagPayloads)?void 0:l[e])||null,$used_bootstrap_value:!this._flagsLoadedFromRemote};Kr(null==g||null==(u=g.metadata)?void 0:u.version)||(f.$feature_flag_version=g.metadata.version);var _,m=null!==(c=null==g||null==(d=g.reason)?void 0:d.description)&&void 0!==c?c:null==g||null==(h=g.reason)?void 0:h.code;if(m&&(f.$feature_flag_reason=m),null!=g&&null!=(p=g.metadata)&&p.id&&(f.$feature_flag_id=g.metadata.id),Kr(null==g?void 0:g.original_variant)&&Kr(null==g?void 0:g.original_enabled)||(f.$feature_flag_original_response=Kr(g.original_variant)?g.original_enabled:g.original_variant),null!=g&&null!=(v=g.metadata)&&v.original_payload)f.$feature_flag_original_payload=null==g||null==(_=g.metadata)?void 0:_.original_payload;this._instance.capture("$feature_flag_called",f)}return r}_p.warn('getFeatureFlag for key "'+e+"\" failed. Feature flags didn't load in time.")}getFeatureFlagDetails(e){return this.getFlagsWithDetails()[e]}getFeatureFlagPayload(e){return this.getFlagPayloads()[e]}getRemoteConfigPayload(e,t){var r=this._instance.config.token,i={distinct_id:this._instance.get_distinct_id(),token:r};this._shouldIncludeEvaluationEnvironments()&&(i.evaluation_environments=this._getValidEvaluationEnvironments()),this._instance._send_request({method:"POST",url:this._instance.requestRouter.endpointFor("api","/flags/?v=2&config=true"),data:i,compression:this._instance.config.disable_compression?void 0:Wl.Base64,timeout:this._instance.config.feature_flag_request_timeout_ms,callback:r=>{var i,n=null==(i=r.json)?void 0:i.featureFlagPayloads;t((null==n?void 0:n[e])||void 0)}})}isFeatureEnabled(e,t){if(void 0===t&&(t={}),this._hasLoadedFlags||this.getFlags()&&this.getFlags().length>0){var r=this.getFeatureFlag(e,t);return Kr(r)?void 0:!!r}_p.warn('isFeatureEnabled for key "'+e+"\" failed. Feature flags didn't load in time.")}addFeatureFlagsHandler(e){this.featureFlagEventHandlers.push(e)}removeFeatureFlagsHandler(e){this.featureFlagEventHandlers=this.featureFlagEventHandlers.filter((t=>t!==e))}receivedFeatureFlags(e,t){if(this._instance.persistence){this._hasLoadedFlags=!0;var i=this.getFlagVariants(),n=this.getFlagPayloads(),s=this.getFlagsWithDetails();!function(e,t,i,n,s){void 0===i&&(i={}),void 0===n&&(n={}),void 0===s&&(s={});var o=Ip(e),a=o.flags,l=o.featureFlags,u=o.featureFlagPayloads;if(l){var c=e.requestId;if(zr(l)){_p.warn("v1 of the feature flags endpoint is deprecated. Please use the latest version.");var d={};if(l)for(var h=0;h<l.length;h++)d[l[h]]=!0;t&&t.register({[mp]:l,[jn]:d})}else{var p=l,v=u,g=a;e.errorsWhileComputingFlags&&(p=r({},i,p),v=r({},n,v),g=r({},s,g)),t&&t.register(r({[mp]:Object.keys(Cp(p)),[jn]:p||{},[bp]:v||{},[Gn]:g||{}},c?{[wp]:c}:{}))}}}(e,this._instance.persistence,i,n,s),this._fireFeatureFlagsCallbacks(t)}}override(e,t){void 0===t&&(t=!1),_p.warn("override is deprecated. Please use overrideFeatureFlags instead."),this.overrideFeatureFlags({flags:e,suppressWarning:t})}overrideFeatureFlags(e){if(!this._instance.__loaded||!this._instance.persistence)return _p.uninitializedWarning("posthog.featureFlags.overrideFeatureFlags");if(!1===e)return this._instance.persistence.unregister(yp),this._instance.persistence.unregister(Sp),void this._fireFeatureFlagsCallbacks();if(e&&"object"==typeof e&&("flags"in e||"payloads"in e)){var t,r=e;if(this._override_warning=Boolean(null!==(t=r.suppressWarning)&&void 0!==t&&t),"flags"in r)if(!1===r.flags)this._instance.persistence.unregister(yp);else if(r.flags)if(zr(r.flags)){for(var i={},n=0;n<r.flags.length;n++)i[r.flags[n]]=!0;this._instance.persistence.register({[yp]:i})}else this._instance.persistence.register({[yp]:r.flags});return"payloads"in r&&(!1===r.payloads?this._instance.persistence.unregister(Sp):r.payloads&&this._instance.persistence.register({[Sp]:r.payloads})),void this._fireFeatureFlagsCallbacks()}this._fireFeatureFlagsCallbacks()}onFeatureFlags(e){if(this.addFeatureFlagsHandler(e),this._hasLoadedFlags){var{flags:t,flagVariants:r}=this._prepareFeatureFlagsForCallbacks();e(t,r)}return()=>this.removeFeatureFlagsHandler(e)}updateEarlyAccessFeatureEnrollment(e,t,i){var n,s=(this._instance.get_property(zn)||[]).find((t=>t.flagKey===e)),o={["$feature_enrollment/"+e]:t},a={$feature_flag:e,$feature_enrollment:t,$set:o};s&&(a.$early_access_feature_name=s.name),i&&(a.$feature_enrollment_stage=i),this._instance.capture("$feature_enrollment_update",a),this.setPersonPropertiesForFlags(o,!1);var l=r({},this.getFlagVariants(),{[e]:t});null==(n=this._instance.persistence)||n.register({[mp]:Object.keys(Cp(l)),[jn]:l}),this._fireFeatureFlagsCallbacks()}getEarlyAccessFeatures(e,t,r){void 0===t&&(t=!1);var i=this._instance.get_property(zn),n=r?"&"+r.map((e=>"stage="+e)).join("&"):"";if(i&&!t)return e(i);this._instance._send_request({url:this._instance.requestRouter.endpointFor("api","/api/early_access_features/?token="+this._instance.config.token+n),method:"GET",callback:t=>{var r,i;if(t.json){var n=t.json.earlyAccessFeatures;return null==(r=this._instance.persistence)||r.unregister(zn),null==(i=this._instance.persistence)||i.register({[zn]:n}),e(n)}}})}_prepareFeatureFlagsForCallbacks(){var e=this.getFlags(),t=this.getFlagVariants();return{flags:e.filter((e=>t[e])),flagVariants:Object.keys(t).filter((e=>t[e])).reduce(((e,r)=>(e[r]=t[r],e)),{})}}_fireFeatureFlagsCallbacks(e){var{flags:t,flagVariants:r}=this._prepareFeatureFlagsForCallbacks();this.featureFlagEventHandlers.forEach((i=>i(t,r,{errorsLoading:e})))}setPersonPropertiesForFlags(e,t){void 0===t&&(t=!0);var i=this._instance.get_property(Yn)||{};this._instance.register({[Yn]:r({},i,e)}),t&&this._instance.reloadFeatureFlags()}resetPersonPropertiesForFlags(){this._instance.unregister(Yn)}setGroupPropertiesForFlags(e,t){void 0===t&&(t=!0);var i=this._instance.get_property(Xn)||{};0!==Object.keys(i).length&&Object.keys(i).forEach((t=>{i[t]=r({},i[t],e[t]),delete e[t]})),this._instance.register({[Xn]:r({},i,e)}),t&&this._instance.reloadFeatureFlags()}resetGroupPropertiesForFlags(e){if(e){var t=this._instance.get_property(Xn)||{};this._instance.register({[Xn]:r({},t,{[e]:{}})})}else this._instance.unregister(Xn)}reset(){this._hasLoadedFlags=!1,this._requestInFlight=!1,this._reloadingDisabled=!1,this._additionalReloadRequested=!1,this._flagsCalled=!1,this._flagsLoadedFromRemote=!1,this.$anon_distinct_id=void 0,this._clearDebouncer(),this._override_warning=!1}}var xp=["cookie","localstorage","localstorage+cookie","sessionstorage","memory"];class Tp{constructor(e,t){this._config=e,this.props={},this._campaign_params_saved=!1,this._name=(e=>{var t="";return e.token&&(t=e.token.replace(/\+/g,"PL").replace(/\//g,"SL").replace(/=/g,"EQ")),e.persistence_name?"ph_"+e.persistence_name:"ph_"+t+"_posthog"})(e),this._storage=this._buildStorage(e),this.load(),e.debug&&un.info("Persistence loaded",e.persistence,r({},this.props)),this.update_config(e,e,t),this.save()}isDisabled(){return!!this._disabled}_buildStorage(e){-1===xp.indexOf(e.persistence.toLowerCase())&&(un.critical("Unknown persistence type "+e.persistence+"; falling back to localStorage+cookie"),e.persistence="localStorage+cookie");var t=e.persistence.toLowerCase();return"localstorage"===t&&Sh._is_supported()?Sh:"localstorage+cookie"===t&&Ch._is_supported()?Ch:"sessionstorage"===t&&xh._is_supported()?xh:"memory"===t?kh:"cookie"===t?yh:Ch._is_supported()?Ch:yh}properties(){var e={};return pn(this.props,(function(t,r){if(r===jn&&Xr(t))for(var i=Object.keys(t),n=0;n<i.length;n++)e["$feature/"+i[n]]=t[i[n]];else o=r,a=!1,(ti(s=us)?a:Yi&&s.indexOf===Yi?-1!=s.indexOf(o):(pn(s,(function(e){if(a||(a=e===o))return dn})),a))||(e[r]=t);var s,o,a})),e}load(){if(!this._disabled){var e=this._storage._parse(this._name);e&&(this.props=vn({},e))}}save(){this._disabled||this._storage._set(this._name,this.props,this._expire_days,this._cross_subdomain,this._secure,this._config.debug)}remove(){this._storage._remove(this._name,!1),this._storage._remove(this._name,!0)}clear(){this.remove(),this.props={}}register_once(e,t,r){if(Xr(e)){Kr(t)&&(t="None"),this._expire_days=Kr(r)?this._default_expiry:r;var i=!1;if(pn(e,((e,r)=>{this.props.hasOwnProperty(r)&&this.props[r]!==t||(this.props[r]=e,i=!0)})),i)return this.save(),!0}return!1}register(e,t){if(Xr(e)){this._expire_days=Kr(t)?this._default_expiry:t;var r=!1;if(pn(e,((t,i)=>{e.hasOwnProperty(i)&&this.props[i]!==t&&(this.props[i]=t,r=!0)})),r)return this.save(),!0}return!1}unregister(e){e in this.props&&(delete this.props[e],this.save())}update_campaign_params(){if(!this._campaign_params_saved){var e=ap(this._config.custom_campaign_params,this._config.mask_personal_data_properties,this._config.custom_personal_data_properties);Jr(yn(e))||this.register(e),this._campaign_params_saved=!0}}update_search_keyword(){var e;this.register((e=null==Ji?void 0:Ji.referrer)?up(e):{})}update_referrer_info(){var e;this.register_once({$referrer:dp(),$referring_domain:null!=Ji&&Ji.referrer&&(null==(e=kn(Ji.referrer))?void 0:e.host)||"$direct"},void 0)}set_initial_person_info(){this.props[is]||this.props[ns]||this.register_once({[ss]:hp(this._config.mask_personal_data_properties,this._config.custom_personal_data_properties)},void 0)}get_initial_props(){var e={};pn([ns,is],(t=>{var r=this.props[t];r&&pn(r,(function(t,r){e["$initial_"+Wr(r)]=t}))}));var t,r,i=this.props[ss];if(i){var n=(t=pp(i),r={},pn(t,(function(e,t){r["$initial_"+Wr(t)]=e})),r);vn(e,n)}return e}safe_merge(e){return pn(this.props,(function(t,r){r in e||(e[r]=t)})),e}update_config(e,t,r){if(this._default_expiry=this._expire_days=e.cookie_expiration,this.set_disabled(e.disable_persistence||!!r),this.set_cross_subdomain(e.cross_subdomain_cookie),this.set_secure(e.secure_cookie),e.persistence!==t.persistence){var i=this._buildStorage(e),n=this.props;this.clear(),this._storage=i,this.props=n,this.save()}}set_disabled(e){this._disabled=e,this._disabled?this.remove():this.save()}set_cross_subdomain(e){e!==this._cross_subdomain&&(this._cross_subdomain=e,this.remove(),this.save())}set_secure(e){e!==this._secure&&(this._secure=e,this.remove(),this.save())}set_event_timer(e,t){var r=this.props[Pn]||{};r[e]=t,this.props[Pn]=r,this.save()}remove_event_timer(e){var t=(this.props[Pn]||{})[e];return Kr(t)||(delete this.props[Pn][e],this.save()),t}get_property(e){return this.props[e]}set_property(e,t){this.props[e]=t,this.save()}}class Mp{constructor(){this._events={},this._events={}}on(e,t){return this._events[e]||(this._events[e]=[]),this._events[e].push(t),()=>{this._events[e]=this._events[e].filter((e=>e!==t))}}emit(e,t){for(var r of this._events[e]||[])r(t);for(var i of this._events["*"]||[])i(e,t)}}class Rp{constructor(e){this._debugEventEmitter=new Mp,this._checkStep=(e,t)=>this._checkStepEvent(e,t)&&this._checkStepUrl(e,t)&&this._checkStepElement(e,t),this._checkStepEvent=(e,t)=>null==t||!t.event||(null==e?void 0:e.event)===(null==t?void 0:t.event),this._instance=e,this._actionEvents=new Set,this._actionRegistry=new Set}init(){var e;if(!Kr(null==(e=this._instance)?void 0:e._addCaptureHook)){var t;null==(t=this._instance)||t._addCaptureHook(((e,t)=>{this.on(e,t)}))}}register(e){var t,r;if(!Kr(null==(t=this._instance)?void 0:t._addCaptureHook)&&(e.forEach((e=>{var t,r;null==(t=this._actionRegistry)||t.add(e),null==(r=e.steps)||r.forEach((e=>{var t;null==(t=this._actionEvents)||t.add((null==e?void 0:e.event)||"")}))})),null!=(r=this._instance)&&r.autocapture)){var i,n=new Set;e.forEach((e=>{var t;null==(t=e.steps)||t.forEach((e=>{null!=e&&e.selector&&n.add(null==e?void 0:e.selector)}))})),null==(i=this._instance)||i.autocapture.setElementSelectors(n)}}on(e,t){var r;null!=t&&0!=e.length&&(this._actionEvents.has(e)||this._actionEvents.has(null==t?void 0:t.event))&&this._actionRegistry&&(null==(r=this._actionRegistry)?void 0:r.size)>0&&this._actionRegistry.forEach((e=>{this._checkAction(t,e)&&this._debugEventEmitter.emit("actionCaptured",e.name)}))}_addActionHook(e){this.onAction("actionCaptured",(t=>e(t)))}_checkAction(e,t){if(null==(null==t?void 0:t.steps))return!1;for(var r of t.steps)if(this._checkStep(e,r))return!0;return!1}onAction(e,t){return this._debugEventEmitter.on(e,t)}_checkStepUrl(e,t){if(null!=t&&t.url){var r,i=null==e||null==(r=e.properties)?void 0:r.$current_url;if(!i||"string"!=typeof i)return!1;if(!Rp._matchString(i,null==t?void 0:t.url,(null==t?void 0:t.url_matching)||"contains"))return!1}return!0}static _matchString(e,t,r){switch(r){case"regex":return!!Zi&&Ru(e,t);case"exact":return t===e;case"contains":var i=Rp._escapeStringRegexp(t).replace(/_/g,".").replace(/%/g,".*");return Ru(e,i);default:return!1}}static _escapeStringRegexp(e){return e.replace(/[|\\{}()[\]^$+*?.]/g,"\\$&").replace(/-/g,"\\x2d")}_checkStepElement(e,t){if((null!=t&&t.href||null!=t&&t.tag_name||null!=t&&t.text)&&!this._getElementsList(e).some((e=>!(null!=t&&t.href&&!Rp._matchString(e.href||"",null==t?void 0:t.href,(null==t?void 0:t.href_matching)||"exact"))&&((null==t||!t.tag_name||e.tag_name===(null==t?void 0:t.tag_name))&&!(null!=t&&t.text&&!Rp._matchString(e.text||"",null==t?void 0:t.text,(null==t?void 0:t.text_matching)||"exact")&&!Rp._matchString(e.$el_text||"",null==t?void 0:t.text,(null==t?void 0:t.text_matching)||"exact"))))))return!1;if(null!=t&&t.selector){var r,i=null==e||null==(r=e.properties)?void 0:r.$element_selectors;if(!i)return!1;if(!i.includes(null==t?void 0:t.selector))return!1}return!0}_getElementsList(e){return null==(null==e?void 0:e.properties.$elements)?[]:null==e?void 0:e.properties.$elements}}class Ap{constructor(e){this._instance=e,this._eventToSurveys=new Map,this._actionToSurveys=new Map}register(e){var t;Kr(null==(t=this._instance)?void 0:t._addCaptureHook)||(this._setupEventBasedSurveys(e),this._setupActionBasedSurveys(e))}_setupActionBasedSurveys(e){var t=e.filter((e=>{var t,r;return(null==(t=e.conditions)?void 0:t.actions)&&(null==(r=e.conditions)||null==(r=r.actions)||null==(r=r.values)?void 0:r.length)>0}));if(0!==t.length){if(null==this._actionMatcher){this._actionMatcher=new Rp(this._instance),this._actionMatcher.init();this._actionMatcher._addActionHook((e=>{this.onAction(e)}))}t.forEach((e=>{var t,r,i,n,s;e.conditions&&null!=(t=e.conditions)&&t.actions&&null!=(r=e.conditions)&&null!=(r=r.actions)&&r.values&&(null==(i=e.conditions)||null==(i=i.actions)||null==(i=i.values)?void 0:i.length)>0&&(null==(n=this._actionMatcher)||n.register(e.conditions.actions.values),null==(s=e.conditions)||null==(s=s.actions)||null==(s=s.values)||s.forEach((t=>{if(t&&t.name){var r=this._actionToSurveys.get(t.name);r&&r.push(e.id),this._actionToSurveys.set(t.name,r||[e.id])}})))}))}}_setupEventBasedSurveys(e){var t;if(0!==e.filter((e=>{var t,r;return(null==(t=e.conditions)?void 0:t.events)&&(null==(r=e.conditions)||null==(r=r.events)||null==(r=r.values)?void 0:r.length)>0})).length){null==(t=this._instance)||t._addCaptureHook(((e,t)=>{this.onEvent(e,t)})),e.forEach((e=>{var t;null==(t=e.conditions)||null==(t=t.events)||null==(t=t.values)||t.forEach((t=>{if(t&&t.name){var r=this._eventToSurveys.get(t.name);r&&r.push(e.id),this._eventToSurveys.set(t.name,r||[e.id])}}))}))}}onEvent(e,t){var r,i,n=(null==(r=this._instance)||null==(r=r.persistence)?void 0:r.props[Kn])||[];if(wa.SHOWN===e&&t&&n.length>0){var s;ka.info("survey event matched, removing survey from activated surveys",{event:e,eventPayload:t,existingActivatedSurveys:n});var o=null==t||null==(s=t.properties)?void 0:s.$survey_id;if(o){var a=n.indexOf(o);a>=0&&(n.splice(a,1),this._updateActivatedSurveys(n))}}else if(this._eventToSurveys.has(e)){ka.info("survey event name matched",{event:e,eventPayload:t,surveys:this._eventToSurveys.get(e)});var l=[];null==(i=this._instance)||i.getSurveys((t=>{l=t.filter((t=>{var r;return null==(r=this._eventToSurveys.get(e))?void 0:r.includes(t.id)}))}));var u=l.filter((r=>{var i,n=null==(i=r.conditions)||null==(i=i.events)||null==(i=i.values)?void 0:i.find((t=>t.name===e));return!!n&&(!n.propertyFilters||Object.entries(n.propertyFilters).every((e=>{var r,[i,n]=e,s=null==t||null==(r=t.properties)?void 0:r[i];if(Kr(s)||ti(s))return!1;var o=[String(s)],a=Nu[n.operator];return a?a(n.values,o):(ka.warn("Unknown property comparison operator: "+n.operator),!1)})))}));this._updateActivatedSurveys(n.concat(u.map((e=>e.id))||[]))}}onAction(e){var t,r=(null==(t=this._instance)||null==(t=t.persistence)?void 0:t.props[Kn])||[];this._actionToSurveys.has(e)&&this._updateActivatedSurveys(r.concat(this._actionToSurveys.get(e)||[]))}_updateActivatedSurveys(e){var t;ka.info("updating activated surveys",{activatedSurveys:e}),null==(t=this._instance)||null==(t=t.persistence)||t.register({[Kn]:[...new Set(e)]})}getSurveys(){var e,t=null==(e=this._instance)||null==(e=e.persistence)?void 0:e.props[Kn];return t||[]}getEventToSurveys(){return this._eventToSurveys}_getActionMatcher(){return this._actionMatcher}}class Np{constructor(e){this._isSurveysEnabled=void 0,this._surveyManager=null,this._isFetchingSurveys=!1,this._isInitializingSurveys=!1,this._surveyCallbacks=[],this._instance=e,this._surveyEventReceiver=null}onRemoteConfig(e){if(!this._instance.config.disable_surveys){var t=e.surveys;if(ri(t))return ka.warn("Flags not loaded yet. Not loading surveys.");var r=zr(t);this._isSurveysEnabled=r?t.length>0:t,ka.info("flags response received, isSurveysEnabled: "+this._isSurveysEnabled),this.loadIfEnabled()}}reset(){localStorage.removeItem("lastSeenSurveyDate");for(var e=[],t=0;t<localStorage.length;t++){var r=localStorage.key(t);(null!=r&&r.startsWith(Ma)||null!=r&&r.startsWith(Ra))&&e.push(r)}e.forEach((e=>localStorage.removeItem(e)))}loadIfEnabled(){if(!this._surveyManager)if(this._isInitializingSurveys)ka.info("Already initializing surveys, skipping...");else if(this._instance.config.disable_surveys)ka.info("Disabled. Not loading surveys.");else if(this._instance.config.cookieless_mode&&this._instance.consent.isOptedOut())ka.info("Not loading surveys in cookieless mode without consent.");else{var e=null==nn?void 0:nn.__PosthogExtensions__;if(e){if(!Kr(this._isSurveysEnabled)||this._instance.config.advanced_enable_surveys){var t=this._isSurveysEnabled||this._instance.config.advanced_enable_surveys;this._isInitializingSurveys=!0;try{var r=e.generateSurveys;if(r)return void this._completeSurveyInitialization(r,t);var i=e.loadExternalDependency;if(!i)return void this._handleSurveyLoadError("PostHog loadExternalDependency extension not found.");i(this._instance,"surveys",(r=>{r||!e.generateSurveys?this._handleSurveyLoadError("Could not load surveys script",r):this._completeSurveyInitialization(e.generateSurveys,t)}))}catch(e){throw this._handleSurveyLoadError("Error initializing surveys",e),e}finally{this._isInitializingSurveys=!1}}}else ka.error("PostHog Extensions not found.")}}_completeSurveyInitialization(e,t){this._surveyManager=e(this._instance,t),this._surveyEventReceiver=new Ap(this._instance),ka.info("Surveys loaded successfully"),this._notifySurveyCallbacks({isLoaded:!0})}_handleSurveyLoadError(e,t){ka.error(e,t),this._notifySurveyCallbacks({isLoaded:!1,error:e})}onSurveysLoaded(e){return this._surveyCallbacks.push(e),this._surveyManager&&this._notifySurveyCallbacks({isLoaded:!0}),()=>{this._surveyCallbacks=this._surveyCallbacks.filter((t=>t!==e))}}getSurveys(e,t){if(void 0===t&&(t=!1),this._instance.config.disable_surveys)return ka.info("Disabled. Not loading surveys."),e([]);var r=this._instance.get_property(Jn);if(r&&!t)return e(r,{isLoaded:!0});if(this._isFetchingSurveys)return e([],{isLoaded:!1,error:"Surveys are already being loaded"});try{this._isFetchingSurveys=!0,this._instance._send_request({url:this._instance.requestRouter.endpointFor("api","/api/surveys/?token="+this._instance.config.token),method:"GET",timeout:this._instance.config.surveys_request_timeout_ms,callback:t=>{var r;this._isFetchingSurveys=!1;var i=t.statusCode;if(200!==i||!t.json){var n="Surveys API could not be loaded, status: "+i;return ka.error(n),e([],{isLoaded:!1,error:n})}var s,o=t.json.surveys||[],a=o.filter((e=>Ea(e)&&(xa(e)||Ta(e))));a.length>0&&(null==(s=this._surveyEventReceiver)||s.register(a));return null==(r=this._instance.persistence)||r.register({[Jn]:o}),e(o,{isLoaded:!0})}})}catch(e){throw this._isFetchingSurveys=!1,e}}_notifySurveyCallbacks(e){for(var t of this._surveyCallbacks)try{if(!e.isLoaded)return t([],e);this.getSurveys(t)}catch(e){ka.error("Error in survey callback",e)}}getActiveMatchingSurveys(e,t){if(void 0===t&&(t=!1),!ri(this._surveyManager))return this._surveyManager.getActiveMatchingSurveys(e,t);ka.warn("init was not called")}_getSurveyById(e){var t=null;return this.getSurveys((r=>{var i;t=null!==(i=r.find((t=>t.id===e)))&&void 0!==i?i:null})),t}_checkSurveyEligibility(e){if(ri(this._surveyManager))return{eligible:!1,reason:"SDK is not enabled or survey functionality is not yet loaded"};var t="string"==typeof e?this._getSurveyById(e):e;return t?this._surveyManager.checkSurveyEligibility(t):{eligible:!1,reason:"Survey not found"}}canRenderSurvey(e){if(ri(this._surveyManager))return ka.warn("init was not called"),{visible:!1,disabledReason:"SDK is not enabled or survey functionality is not yet loaded"};var t=this._checkSurveyEligibility(e);return{visible:t.eligible,disabledReason:t.reason}}canRenderSurveyAsync(e,t){return ri(this._surveyManager)?(ka.warn("init was not called"),Promise.resolve({visible:!1,disabledReason:"SDK is not enabled or survey functionality is not yet loaded"})):new Promise((r=>{this.getSurveys((t=>{var i,n=null!==(i=t.find((t=>t.id===e)))&&void 0!==i?i:null;if(n){var s=this._checkSurveyEligibility(n);r({visible:s.eligible,disabledReason:s.reason})}else r({visible:!1,disabledReason:"Survey not found"})}),t)}))}renderSurvey(e,t){var r;if(ri(this._surveyManager))ka.warn("init was not called");else{var i="string"==typeof e?this._getSurveyById(e):e;if(null!=i&&i.id)if(Pa.includes(i.type)){var n=null==Ji?void 0:Ji.querySelector(t);if(n)return null!=(r=i.appearance)&&r.surveyPopupDelaySeconds?(ka.info("Rendering survey "+i.id+" with delay of "+i.appearance.surveyPopupDelaySeconds+" seconds"),void setTimeout((()=>{var e,t;ka.info("Rendering survey "+i.id+" with delay of "+(null==(e=i.appearance)?void 0:e.surveyPopupDelaySeconds)+" seconds"),null==(t=this._surveyManager)||t.renderSurvey(i,n),ka.info("Survey "+i.id+" rendered")}),1e3*i.appearance.surveyPopupDelaySeconds)):void this._surveyManager.renderSurvey(i,n);ka.warn("Survey element not found")}else ka.warn("Surveys of type "+i.type+" cannot be rendered in the app");else ka.warn("Survey not found")}}displaySurvey(e,t){var i;if(ri(this._surveyManager))ka.warn("init was not called");else{var n=this._getSurveyById(e);if(n){var s=n;if(null!=(i=n.appearance)&&i.surveyPopupDelaySeconds&&t.ignoreDelay&&(s=r({},n,{appearance:r({},n.appearance,{surveyPopupDelaySeconds:0})})),!1===t.ignoreConditions){var o=this.canRenderSurvey(n);if(!o.visible)return void ka.warn("Survey is not eligible to be displayed: ",o.disabledReason)}t.displayType!==Ia.Inline?this._surveyManager.handlePopoverSurvey(s):this.renderSurvey(s,t.selector)}else ka.warn("Survey not found")}}}var Fp=cn("[RateLimiter]");class Pp{constructor(e){var t,r;this.serverLimits={},this.lastEventRateLimited=!1,this.checkForLimiting=e=>{var t=e.text;if(t&&t.length)try{(JSON.parse(t).quota_limited||[]).forEach((e=>{Fp.info((e||"events")+" is quota limited."),this.serverLimits[e]=(new Date).getTime()+6e4}))}catch(e){return void Fp.warn('could not rate limit - continuing. Error: "'+(null==e?void 0:e.message)+'"',{text:t})}},this.instance=e,this.captureEventsPerSecond=(null==(t=e.config.rate_limiting)?void 0:t.events_per_second)||10,this.captureEventsBurstLimit=Math.max((null==(r=e.config.rate_limiting)?void 0:r.events_burst_limit)||10*this.captureEventsPerSecond,this.captureEventsPerSecond),this.lastEventRateLimited=this.clientRateLimitContext(!0).isRateLimited}clientRateLimitContext(e){var t,r,i;void 0===e&&(e=!1);var n=(new Date).getTime(),s=null!==(t=null==(r=this.instance.persistence)?void 0:r.get_property(rs))&&void 0!==t?t:{tokens:this.captureEventsBurstLimit,last:n};s.tokens+=(n-s.last)/1e3*this.captureEventsPerSecond,s.last=n,s.tokens>this.captureEventsBurstLimit&&(s.tokens=this.captureEventsBurstLimit);var o=s.tokens<1;return o||e||(s.tokens=Math.max(0,s.tokens-1)),!o||this.lastEventRateLimited||e||this.instance.capture("$$client_ingestion_warning",{$$client_ingestion_warning_message:"posthog-js client rate limited. Config is set to "+this.captureEventsPerSecond+" events per second and "+this.captureEventsBurstLimit+" events burst limit."},{skip_client_rate_limiting:!0}),this.lastEventRateLimited=o,null==(i=this.instance.persistence)||i.set_property(rs,s),{isRateLimited:o,remainingTokens:s.tokens}}isServerRateLimited(e){var t=this.serverLimits[e||"events"]||!1;return!1!==t&&(new Date).getTime()<t}}var Op=cn("[RemoteConfig]");class Lp{constructor(e){this._instance=e}get remoteConfig(){var e;return null==(e=nn._POSTHOG_REMOTE_CONFIG)||null==(e=e[this._instance.config.token])?void 0:e.config}_loadRemoteConfigJs(e){var t,r;null!=(t=nn.__PosthogExtensions__)&&t.loadExternalDependency?null==(r=nn.__PosthogExtensions__)||null==r.loadExternalDependency||r.loadExternalDependency(this._instance,"remote-config",(()=>e(this.remoteConfig))):(Op.error("PostHog Extensions not found. Cannot load remote config."),e())}_loadRemoteConfigJSON(e){this._instance._send_request({method:"GET",url:this._instance.requestRouter.endpointFor("assets","/array/"+this._instance.config.token+"/config"),callback:t=>{e(t.json)}})}load(){try{if(this.remoteConfig)return Op.info("Using preloaded remote config",this.remoteConfig),void this._onRemoteConfig(this.remoteConfig);if(this._instance._shouldDisableFlags())return void Op.warn("Remote config is disabled. Falling back to local config.");this._loadRemoteConfigJs((e=>{if(!e)return Op.info("No config found after loading remote JS config. Falling back to JSON."),void this._loadRemoteConfigJSON((e=>{this._onRemoteConfig(e)}));this._onRemoteConfig(e)}))}catch(e){Op.error("Error loading remote config",e)}}_onRemoteConfig(e){e?this._instance.config.__preview_remote_config?(this._instance._onRemoteConfig(e),!1!==e.hasFeatureFlags&&this._instance.featureFlags.ensureFlagsLoaded()):Op.info("__preview_remote_config is disabled. Logging config instead",e):Op.error("Failed to fetch remote config from PostHog.")}}var Dp=3e3;class Bp{constructor(e,t){this._isPaused=!0,this._queue=[],this._flushTimeoutMs=pi((null==t?void 0:t.flush_interval_ms)||Dp,250,5e3,un.createLogger("flush interval"),Dp),this._sendRequest=e}enqueue(e){this._queue.push(e),this._flushTimeout||this._setFlushTimeout()}unload(){this._clearFlushTimeout();var e=this._queue.length>0?this._formatQueue():{},t=Object.values(e),i=[...t.filter((e=>0===e.url.indexOf("/e"))),...t.filter((e=>0!==e.url.indexOf("/e")))];i.map((e=>{this._sendRequest(r({},e,{transport:"sendBeacon"}))}))}enable(){this._isPaused=!1,this._setFlushTimeout()}_setFlushTimeout(){var e=this;this._isPaused||(this._flushTimeout=setTimeout((()=>{if(this._clearFlushTimeout(),this._queue.length>0){var t=this._formatQueue(),r=function(){var r=t[i],n=(new Date).getTime();r.data&&zr(r.data)&&pn(r.data,(e=>{e.offset=Math.abs(e.timestamp-n),delete e.timestamp})),e._sendRequest(r)};for(var i in t)r()}}),this._flushTimeoutMs))}_clearFlushTimeout(){clearTimeout(this._flushTimeout),this._flushTimeout=void 0}_formatQueue(){var e={};return pn(this._queue,(t=>{var i,n=t,s=(n?n.batchKey:null)||n.url;Kr(e[s])&&(e[s]=r({},n,{data:[]})),null==(i=e[s].data)||i.push(n.data)})),this._queue=[],e}}var qp=["retriesPerformedSoFar"];class Hp{constructor(e){this._isPolling=!1,this._pollIntervalMs=3e3,this._queue=[],this._instance=e,this._queue=[],this._areWeOnline=!0,!Kr(Zi)&&"onLine"in Zi.navigator&&(this._areWeOnline=Zi.navigator.onLine,In(Zi,"online",(()=>{this._areWeOnline=!0,this._flush()})),In(Zi,"offline",(()=>{this._areWeOnline=!1})))}get length(){return this._queue.length}retriableRequest(e){var{retriesPerformedSoFar:t}=e,n=i(e,qp);ii(t)&&t>0&&(n.url=Eu(n.url,{retry_count:t})),this._instance._send_request(r({},n,{callback:e=>{200!==e.statusCode&&(e.statusCode<400||e.statusCode>=500)&&(null!=t?t:0)<10?this._enqueue(r({retriesPerformedSoFar:t},n)):null==n.callback||n.callback(e)}}))}_enqueue(e){var t=e.retriesPerformedSoFar||0;e.retriesPerformedSoFar=t+1;var r=function(e){var t=3e3*Math.pow(2,e),r=t/2,i=Math.min(18e5,t),n=(Math.random()-.5)*(i-r);return Math.ceil(i+n)}(t),i=Date.now()+r;this._queue.push({retryAt:i,requestOptions:e});var n="Enqueued failed request for retry in "+r;navigator.onLine||(n+=" (Browser is offline)"),un.warn(n),this._isPolling||(this._isPolling=!0,this._poll())}_poll(){this._poller&&clearTimeout(this._poller),this._poller=setTimeout((()=>{this._areWeOnline&&this._queue.length>0&&this._flush(),this._poll()}),this._pollIntervalMs)}_flush(){var e=Date.now(),t=[],r=this._queue.filter((r=>r.retryAt<e||(t.push(r),!1)));if(this._queue=t,r.length>0)for(var{requestOptions:i}of r)this.retriableRequest(i)}unload(){for(var{requestOptions:e}of(this._poller&&(clearTimeout(this._poller),this._poller=void 0),this._queue))try{this._instance._send_request(r({},e,{transport:"sendBeacon"}))}catch(e){un.error(e)}this._queue=[]}}class Vp{constructor(e){this._updateScrollData=()=>{var e,t,r,i;this._context||(this._context={});var n=this.scrollElement(),s=this.scrollY(),o=n?Math.max(0,n.scrollHeight-n.clientHeight):0,a=s+((null==n?void 0:n.clientHeight)||0),l=(null==n?void 0:n.scrollHeight)||0;this._context.lastScrollY=Math.ceil(s),this._context.maxScrollY=Math.max(s,null!==(e=this._context.maxScrollY)&&void 0!==e?e:0),this._context.maxScrollHeight=Math.max(o,null!==(t=this._context.maxScrollHeight)&&void 0!==t?t:0),this._context.lastContentY=a,this._context.maxContentY=Math.max(a,null!==(r=this._context.maxContentY)&&void 0!==r?r:0),this._context.maxContentHeight=Math.max(l,null!==(i=this._context.maxContentHeight)&&void 0!==i?i:0)},this._instance=e}getContext(){return this._context}resetContext(){var e=this._context;return setTimeout(this._updateScrollData,0),e}startMeasuringScrollPosition(){In(Zi,"scroll",this._updateScrollData,{capture:!0}),In(Zi,"scrollend",this._updateScrollData,{capture:!0}),In(Zi,"resize",this._updateScrollData)}scrollElement(){if(!this._instance.config.scroll_root_selector)return null==Zi?void 0:Zi.document.documentElement;var e=zr(this._instance.config.scroll_root_selector)?this._instance.config.scroll_root_selector:[this._instance.config.scroll_root_selector];for(var t of e){var r=null==Zi?void 0:Zi.document.querySelector(t);if(r)return r}}scrollY(){if(this._instance.config.scroll_root_selector){var e=this.scrollElement();return e&&e.scrollTop||0}return Zi&&(Zi.scrollY||Zi.pageYOffset||Zi.document.documentElement.scrollTop)||0}scrollX(){if(this._instance.config.scroll_root_selector){var e=this.scrollElement();return e&&e.scrollLeft||0}return Zi&&(Zi.scrollX||Zi.pageXOffset||Zi.document.documentElement.scrollLeft)||0}}var Wp=e=>hp(null==e?void 0:e.config.mask_personal_data_properties,null==e?void 0:e.config.custom_personal_data_properties);class $p{constructor(e,t,r,i){this._onSessionIdCallback=e=>{var t=this._getStored();if(!t||t.sessionId!==e){var r={sessionId:e,props:this._sessionSourceParamGenerator(this._instance)};this._persistence.register({[ts]:r})}},this._instance=e,this._sessionIdManager=t,this._persistence=r,this._sessionSourceParamGenerator=i||Wp,this._sessionIdManager.onSessionId(this._onSessionIdCallback)}_getStored(){return this._persistence.props[ts]}getSetOnceProps(){var e,t=null==(e=this._getStored())?void 0:e.props;return t?"r"in t?pp(t):{$referring_domain:t.referringDomain,$pathname:t.initialPathName,utm_source:t.utm_source,utm_campaign:t.utm_campaign,utm_medium:t.utm_medium,utm_content:t.utm_content,utm_term:t.utm_term}:{}}getSessionProps(){var e={};return pn(yn(this.getSetOnceProps()),((t,r)=>{"$current_url"===r&&(r="url"),e["$session_entry_"+Wr(r)]=t})),e}}var Up=cn("[SessionId]");class Zp{on(e,t){return this._eventEmitter.on(e,t)}constructor(e,t,r){var i;if(this._sessionIdChangedHandlers=[],this._eventEmitter=new Mp,this._sessionHasBeenIdleTooLong=(e,t)=>Math.abs(e-t)>this.sessionTimeoutMs,!e.persistence)throw new Error("SessionIdManager requires a PostHogPersistence instance");if("always"===e.config.cookieless_mode)throw new Error('SessionIdManager cannot be used with cookieless_mode="always"');this._config=e.config,this._persistence=e.persistence,this._windowId=void 0,this._sessionId=void 0,this._sessionStartTimestamp=null,this._sessionActivityTimestamp=null,this._sessionIdGenerator=t||Wa,this._windowIdGenerator=r||Wa;var n=this._config.persistence_name||this._config.token,s=this._config.session_idle_timeout_seconds||1800;if(this._sessionTimeoutMs=1e3*pi(s,60,36e3,Up.createLogger("session_idle_timeout_seconds"),1800),e.register({$configured_session_timeout_ms:this._sessionTimeoutMs}),this._resetIdleTimer(),this._window_id_storage_key="ph_"+n+"_window_id",this._primary_window_exists_storage_key="ph_"+n+"_primary_window_exists",this._canUseSessionStorage()){var o=xh._parse(this._window_id_storage_key),a=xh._parse(this._primary_window_exists_storage_key);o&&!a?this._windowId=o:xh._remove(this._window_id_storage_key),xh._set(this._primary_window_exists_storage_key,!0)}if(null!=(i=this._config.bootstrap)&&i.sessionID)try{var l=(e=>{var t=e.replace(/-/g,"");if(32!==t.length)throw new Error("Not a valid UUID");if("7"!==t[12])throw new Error("Not a UUIDv7");return parseInt(t.substring(0,12),16)})(this._config.bootstrap.sessionID);this._setSessionId(this._config.bootstrap.sessionID,(new Date).getTime(),l)}catch(e){Up.error("Invalid sessionID in bootstrap",e)}this._listenToReloadWindow()}get sessionTimeoutMs(){return this._sessionTimeoutMs}onSessionId(e){return Kr(this._sessionIdChangedHandlers)&&(this._sessionIdChangedHandlers=[]),this._sessionIdChangedHandlers.push(e),this._sessionId&&e(this._sessionId,this._windowId),()=>{this._sessionIdChangedHandlers=this._sessionIdChangedHandlers.filter((t=>t!==e))}}_canUseSessionStorage(){return"memory"!==this._config.persistence&&!this._persistence._disabled&&xh._is_supported()}_setWindowId(e){e!==this._windowId&&(this._windowId=e,this._canUseSessionStorage()&&xh._set(this._window_id_storage_key,e))}_getWindowId(){return this._windowId?this._windowId:this._canUseSessionStorage()?xh._parse(this._window_id_storage_key):null}_setSessionId(e,t,r){e===this._sessionId&&t===this._sessionActivityTimestamp&&r===this._sessionStartTimestamp||(this._sessionStartTimestamp=r,this._sessionActivityTimestamp=t,this._sessionId=e,this._persistence.register({[Un]:[t,e,r]}))}_getSessionId(){if(this._sessionId&&this._sessionActivityTimestamp&&this._sessionStartTimestamp)return[this._sessionActivityTimestamp,this._sessionId,this._sessionStartTimestamp];var e=this._persistence.props[Un];return zr(e)&&2===e.length&&e.push(e[0]),e||[0,null,0]}resetSessionId(){this._setSessionId(null,null,null)}_listenToReloadWindow(){In(Zi,"beforeunload",(()=>{this._canUseSessionStorage()&&xh._remove(this._primary_window_exists_storage_key)}),{capture:!1})}checkAndGetSessionAndWindowId(e,t){if(void 0===e&&(e=!1),void 0===t&&(t=null),"always"===this._config.cookieless_mode)throw new Error('checkAndGetSessionAndWindowId should not be called with cookieless_mode="always"');var r=t||(new Date).getTime(),[i,n,s]=this._getSessionId(),o=this._getWindowId(),a=ii(s)&&s>0&&Math.abs(r-s)>864e5,l=!1,u=!n,c=!e&&this._sessionHasBeenIdleTooLong(r,i);u||c||a?(n=this._sessionIdGenerator(),o=this._windowIdGenerator(),Up.info("new session ID generated",{sessionId:n,windowId:o,changeReason:{noSessionId:u,activityTimeout:c,sessionPastMaximumLength:a}}),s=r,l=!0):o||(o=this._windowIdGenerator(),l=!0);var d=0===i||!e||a?r:i,h=0===s?(new Date).getTime():s;return this._setWindowId(o),this._setSessionId(n,d,h),e||this._resetIdleTimer(),l&&this._sessionIdChangedHandlers.forEach((e=>e(n,o,l?{noSessionId:u,activityTimeout:c,sessionPastMaximumLength:a}:void 0))),{sessionId:n,windowId:o,sessionStartTimestamp:h,changeReason:l?{noSessionId:u,activityTimeout:c,sessionPastMaximumLength:a}:void 0,lastActivityTimestamp:i}}_resetIdleTimer(){clearTimeout(this._enforceIdleTimeout),this._enforceIdleTimeout=setTimeout((()=>{var[e]=this._getSessionId();if(this._sessionHasBeenIdleTooLong((new Date).getTime(),e)){var t=this._sessionId;this.resetSessionId(),this._eventEmitter.emit("forcedIdleReset",{idleSessionId:t})}}),1.1*this.sessionTimeoutMs)}}var jp=["$set_once","$set"],zp=cn("[SiteApps]");class Gp{constructor(e){this._instance=e,this._bufferedInvocations=[],this.apps={}}get isEnabled(){return!!this._instance.config.opt_in_site_apps}_eventCollector(e,t){if(t){var r=this.globalsForEvent(t);this._bufferedInvocations.push(r),this._bufferedInvocations.length>1e3&&(this._bufferedInvocations=this._bufferedInvocations.slice(10))}}get siteAppLoaders(){var e;return null==(e=nn._POSTHOG_REMOTE_CONFIG)||null==(e=e[this._instance.config.token])?void 0:e.siteApps}init(){if(this.isEnabled){var e=this._instance._addCaptureHook(this._eventCollector.bind(this));this._stopBuffering=()=>{e(),this._bufferedInvocations=[],this._stopBuffering=void 0}}}globalsForEvent(e){var t,n,s,o,a,l,u;if(!e)throw new Error("Event payload is required");var c={},d=this._instance.get_property("$groups")||[],h=this._instance.get_property("$stored_group_properties")||{};for(var[p,v]of Object.entries(h))c[p]={id:d[p],type:p,properties:v};var{$set_once:g,$set:f}=e;return{event:r({},i(e,jp),{properties:r({},e.properties,f?{$set:r({},null!==(t=null==(n=e.properties)?void 0:n.$set)&&void 0!==t?t:{},f)}:{},g?{$set_once:r({},null!==(s=null==(o=e.properties)?void 0:o.$set_once)&&void 0!==s?s:{},g)}:{}),elements_chain:null!==(a=null==(l=e.properties)?void 0:l.$elements_chain)&&void 0!==a?a:"",distinct_id:null==(u=e.properties)?void 0:u.distinct_id}),person:{properties:this._instance.get_property("$stored_person_properties")},groups:c}}setupSiteApp(e){var t=this.apps[e.id],r=()=>{var r;(!t.errored&&this._bufferedInvocations.length&&(zp.info("Processing "+this._bufferedInvocations.length+" events for site app with id "+e.id),this._bufferedInvocations.forEach((e=>null==t.processEvent?void 0:t.processEvent(e))),t.processedBuffer=!0),Object.values(this.apps).every((e=>e.processedBuffer||e.errored)))&&(null==(r=this._stopBuffering)||r.call(this))},i=!1,n=n=>{t.errored=!n,t.loaded=!0,zp.info("Site app with id "+e.id+" "+(n?"loaded":"errored")),i&&r()};try{var{processEvent:s}=e.init({posthog:this._instance,callback:e=>{n(e)}});s&&(t.processEvent=s),i=!0}catch(t){zp.error("Error while initializing PostHog app with config id "+e.id,t),n(!1)}if(i&&t.loaded)try{r()}catch(r){zp.error("Error while processing buffered events PostHog app with config id "+e.id,r),t.errored=!0}}_setupSiteApps(){var e=this.siteAppLoaders||[];for(var t of e)this.apps[t.id]={id:t.id,loaded:!1,errored:!1,processedBuffer:!1};for(var r of e)this.setupSiteApp(r)}_onCapturedEvent(e){if(0!==Object.keys(this.apps).length){var t=this.globalsForEvent(e);for(var r of Object.values(this.apps))try{null==r.processEvent||r.processEvent(t)}catch(t){zp.error("Error while processing event "+e.event+" for site app "+r.id,t)}}}onRemoteConfig(e){var t,r,i,n=this;if(null!=(t=this.siteAppLoaders)&&t.length)return this.isEnabled?(this._setupSiteApps(),void this._instance.on("eventCaptured",(e=>this._onCapturedEvent(e)))):void zp.error('PostHog site apps are disabled. Enable the "opt_in_site_apps" config to proceed.');if(null==(r=this._stopBuffering)||r.call(this),null!=(i=e.siteApps)&&i.length)if(this.isEnabled){var s=function(e){var t;nn["__$$ph_site_app_"+e]=n._instance,null==(t=nn.__PosthogExtensions__)||null==t.loadSiteApp||t.loadSiteApp(n._instance,a,(t=>{if(t)return zp.error("Error while initializing PostHog app with config id "+e,t)}))};for(var{id:o,url:a}of e.siteApps)s(o)}else zp.error('PostHog site apps are disabled. Enable the "opt_in_site_apps" config to proceed.')}}var Yp=["amazonbot","amazonproductbot","app.hypefactors.com","applebot","archive.org_bot","awariobot","backlinksextendedbot","baiduspider","bingbot","bingpreview","chrome-lighthouse","dataforseobot","deepscan","duckduckbot","facebookexternal","facebookcatalog","http://yandex.com/bots","hubspot","ia_archiver","leikibot","linkedinbot","meta-externalagent","mj12bot","msnbot","nessus","petalbot","pinterest","prerender","rogerbot","screaming frog","sebot-wa","sitebulb","slackbot","slurp","trendictionbot","turnitin","twitterbot","vercel-screenshot","vercelbot","yahoo! slurp","yandexbot","zoombot","bot.htm","bot.php","(bot;","bot/","crawler","ahrefsbot","ahrefssiteaudit","semrushbot","siteauditbot","splitsignalbot","gptbot","oai-searchbot","chatgpt-user","perplexitybot","better uptime bot","sentryuptimebot","uptimerobot","headlesschrome","cypress","google-hoteladsverifier","adsbot-google","apis-google","duplexweb-google","feedfetcher-google","google favicon","google web preview","google-read-aloud","googlebot","googleother","google-cloudvertexbot","googleweblight","mediapartners-google","storebot-google","google-inspectiontool","bytespider"],Xp=function(e,t){if(!e)return!1;var r=e.toLowerCase();return Yp.concat(t||[]).some((e=>{var t=e.toLowerCase();return-1!==r.indexOf(t)}))},Jp=function(e,t){if(!e)return!1;var r=e.userAgent;if(r&&Xp(r,t))return!0;try{var i=null==e?void 0:e.userAgentData;if(null!=i&&i.brands&&i.brands.some((e=>Xp(null==e?void 0:e.brand,t))))return!0}catch(e){}return!!e.webdriver},Kp=function(e){return e.US="us",e.EU="eu",e.CUSTOM="custom",e}({}),Qp="i.posthog.com";class ev{constructor(e){this._regionCache={},this.instance=e}get apiHost(){var e=this.instance.config.api_host.trim().replace(/\/$/,"");return"https://app.posthog.com"===e?"https://us.i.posthog.com":e}get uiHost(){var e,t=null==(e=this.instance.config.ui_host)?void 0:e.replace(/\/$/,"");return t||(t=this.apiHost.replace("."+Qp,".posthog.com")),"https://app.posthog.com"===t?"https://us.posthog.com":t}get region(){return this._regionCache[this.apiHost]||(/https:\/\/(app|us|us-assets)(\.i)?\.posthog\.com/i.test(this.apiHost)?this._regionCache[this.apiHost]=Kp.US:/https:\/\/(eu|eu-assets)(\.i)?\.posthog\.com/i.test(this.apiHost)?this._regionCache[this.apiHost]=Kp.EU:this._regionCache[this.apiHost]=Kp.CUSTOM),this._regionCache[this.apiHost]}endpointFor(e,t){if(void 0===t&&(t=""),t&&(t="/"===t[0]?t:"/"+t),"ui"===e)return this.uiHost+t;if(this.region===Kp.CUSTOM)return this.apiHost+t;var r=Qp+t;switch(e){case"assets":return"https://"+this.region+"-assets."+r;case"api":return"https://"+this.region+"."+r}}}var tv={icontains:(e,t)=>!!Zi&&t.href.toLowerCase().indexOf(e.toLowerCase())>-1,not_icontains:(e,t)=>!!Zi&&-1===t.href.toLowerCase().indexOf(e.toLowerCase()),regex:(e,t)=>!!Zi&&Ru(t.href,e),not_regex:(e,t)=>!!Zi&&!Ru(t.href,e),exact:(e,t)=>t.href===e,is_not:(e,t)=>t.href!==e};class rv{constructor(e){var t=this;this.getWebExperimentsAndEvaluateDisplayLogic=function(e){void 0===e&&(e=!1),t.getWebExperiments((e=>{rv._logInfo("retrieved web experiments from the server"),t._flagToExperiments=new Map,e.forEach((e=>{if(e.feature_flag_key){var r;if(t._flagToExperiments)rv._logInfo("setting flag key ",e.feature_flag_key," to web experiment ",e),null==(r=t._flagToExperiments)||r.set(e.feature_flag_key,e);var i=t._instance.getFeatureFlag(e.feature_flag_key);Qr(i)&&e.variants[i]&&t._applyTransforms(e.name,i,e.variants[i].transforms)}else if(e.variants)for(var n in e.variants){var s=e.variants[n];rv._matchesTestVariant(s)&&t._applyTransforms(e.name,n,s.transforms)}}))}),e)},this._instance=e,this._instance.onFeatureFlags((e=>{this.onFeatureFlags(e)}))}onFeatureFlags(e){if(this._is_bot())rv._logInfo("Refusing to render web experiment since the viewer is a likely bot");else if(!this._instance.config.disable_web_experiments){if(ri(this._flagToExperiments))return this._flagToExperiments=new Map,this.loadIfEnabled(),void this.previewWebExperiment();rv._logInfo("applying feature flags",e),e.forEach((e=>{var t;if(this._flagToExperiments&&null!=(t=this._flagToExperiments)&&t.has(e)){var r,i=this._instance.getFeatureFlag(e),n=null==(r=this._flagToExperiments)?void 0:r.get(e);i&&null!=n&&n.variants[i]&&this._applyTransforms(n.name,i,n.variants[i].transforms)}}))}}previewWebExperiment(){var e=rv.getWindowLocation();if(null!=e&&e.search){var t=xn(null==e?void 0:e.search,"__experiment_id"),r=xn(null==e?void 0:e.search,"__experiment_variant");t&&r&&(rv._logInfo("previewing web experiments "+t+" && "+r),this.getWebExperiments((e=>{this._showPreviewWebExperiment(parseInt(t),r,e)}),!1,!0))}}loadIfEnabled(){this._instance.config.disable_web_experiments||this.getWebExperimentsAndEvaluateDisplayLogic()}getWebExperiments(e,t,r){if(this._instance.config.disable_web_experiments&&!r)return e([]);var i=this._instance.get_property("$web_experiments");if(i&&!t)return e(i);this._instance._send_request({url:this._instance.requestRouter.endpointFor("api","/api/web_experiments/?token="+this._instance.config.token),method:"GET",callback:t=>{if(200!==t.statusCode||!t.json)return e([]);var r=t.json.experiments||[];return e(r)}})}_showPreviewWebExperiment(e,t,r){var i=r.filter((t=>t.id===e));i&&i.length>0&&(rv._logInfo("Previewing web experiment ["+i[0].name+"] with variant ["+t+"]"),this._applyTransforms(i[0].name,t,i[0].variants[t].transforms))}static _matchesTestVariant(e){return!ri(e.conditions)&&(rv._matchUrlConditions(e)&&rv._matchUTMConditions(e))}static _matchUrlConditions(e){var t;if(ri(e.conditions)||ri(null==(t=e.conditions)?void 0:t.url))return!0;var r,i,n,s=rv.getWindowLocation();return!!s&&(null==(r=e.conditions)||!r.url||tv[null!==(i=null==(n=e.conditions)?void 0:n.urlMatchType)&&void 0!==i?i:"icontains"](e.conditions.url,s))}static getWindowLocation(){return null==Zi?void 0:Zi.location}static _matchUTMConditions(e){var t;if(ri(e.conditions)||ri(null==(t=e.conditions)?void 0:t.utm))return!0;var r=ap();if(r.utm_source){var i,n,s,o,a,l,u,c,d=null==(i=e.conditions)||null==(i=i.utm)||!i.utm_campaign||(null==(n=e.conditions)||null==(n=n.utm)?void 0:n.utm_campaign)==r.utm_campaign,h=null==(s=e.conditions)||null==(s=s.utm)||!s.utm_source||(null==(o=e.conditions)||null==(o=o.utm)?void 0:o.utm_source)==r.utm_source,p=null==(a=e.conditions)||null==(a=a.utm)||!a.utm_medium||(null==(l=e.conditions)||null==(l=l.utm)?void 0:l.utm_medium)==r.utm_medium,v=null==(u=e.conditions)||null==(u=u.utm)||!u.utm_term||(null==(c=e.conditions)||null==(c=c.utm)?void 0:c.utm_term)==r.utm_term;return d&&p&&v&&h}return!1}static _logInfo(e){for(var t=arguments.length,r=new Array(t>1?t-1:0),i=1;i<t;i++)r[i-1]=arguments[i];un.info("[WebExperiments] "+e,r)}_applyTransforms(e,t,r){this._is_bot()?rv._logInfo("Refusing to render web experiment since the viewer is a likely bot"):"control"!==t?r.forEach((r=>{if(r.selector){var i;rv._logInfo("applying transform of variant "+t+" for experiment "+e+" ",r);var n=null==(i=document)?void 0:i.querySelectorAll(r.selector);null==n||n.forEach((e=>{var t=e;r.html&&(t.innerHTML=r.html),r.css&&t.setAttribute("style",r.css)}))}})):rv._logInfo("Control variants leave the page unmodified.")}_is_bot(){return Xi&&this._instance?Jp(Xi,this._instance.config.custom_blocked_useragents):void 0}}var iv=cn("[PostHog ExternalIntegrations]"),nv={intercom:"intercom-integration",crispChat:"crisp-chat-integration"};class sv{constructor(e){this._instance=e}_loadScript(e,t){var r;null==(r=nn.__PosthogExtensions__)||null==r.loadExternalDependency||r.loadExternalDependency(this._instance,e,(e=>{if(e)return iv.error("failed to load script",e);t()}))}startIfEnabledOrStop(){var e=this,t=function(t){var r,n,s;(!i||null!=(r=nn.__PosthogExtensions__)&&null!=(r=r.integrations)&&r[t]||e._loadScript(nv[t],(()=>{var r;null==(r=nn.__PosthogExtensions__)||null==(r=r.integrations)||null==(r=r[t])||r.start(e._instance)})),!i&&null!=(n=nn.__PosthogExtensions__)&&null!=(n=n.integrations)&&n[t])&&(null==(s=nn.__PosthogExtensions__)||null==(s=s.integrations)||null==(s=s[t])||s.stop())};for(var[r,i]of Object.entries(null!==(n=this._instance.config.integrations)&&void 0!==n?n:{})){var n;t(r)}}}var ov="[SessionRecording]",av=cn(ov);class lv{get started(){var e;return!(null==(e=this._lazyLoadedSessionRecording)||!e.isStarted)}get status(){return this._lazyLoadedSessionRecording?this._lazyLoadedSessionRecording.status:this._receivedFlags&&!this._isRecordingEnabled?"disabled":"lazy_loading"}constructor(e){if(this._forceAllowLocalhostNetworkCapture=!1,this._receivedFlags=!1,this._persistFlagsOnSessionListener=void 0,this._instance=e,!this._instance.sessionManager)throw av.error("started without valid sessionManager"),new Error(ov+" started without valid sessionManager. This is a bug.");if("always"===this._instance.config.cookieless_mode)throw new Error(ov+' cannot be used with cookieless_mode="always"')}get _isRecordingEnabled(){var e,t=!(null==(e=this._instance.get_property($n))||!e.enabled),r=!this._instance.config.disable_session_recording,i=this._instance.config.disable_session_recording||this._instance.consent.isOptedOut();return Zi&&t&&r&&!i}startIfEnabledOrStop(e){var t;if(!this._isRecordingEnabled||null==(t=this._lazyLoadedSessionRecording)||!t.isStarted){var r=!Kr(Object.assign)&&!Kr(Array.from);this._isRecordingEnabled&&r?(this._lazyLoadAndStart(e),av.info("starting")):this.stopRecording()}}_lazyLoadAndStart(e){var t,r,i;this._isRecordingEnabled&&(null!=nn&&null!=(t=nn.__PosthogExtensions__)&&null!=(t=t.rrweb)&&t.record&&null!=(r=nn.__PosthogExtensions__)&&r.initSessionRecording?this._onScriptLoaded(e):null==(i=nn.__PosthogExtensions__)||null==i.loadExternalDependency||i.loadExternalDependency(this._instance,this._scriptName,(t=>{if(t)return av.error("could not load recorder",t);this._onScriptLoaded(e)})))}stopRecording(){var e,t;null==(e=this._persistFlagsOnSessionListener)||e.call(this),this._persistFlagsOnSessionListener=void 0,null==(t=this._lazyLoadedSessionRecording)||t.stop()}_resetSampling(){var e;null==(e=this._instance.persistence)||e.unregister(Zn)}_persistRemoteConfig(e){if(this._instance.persistence){var t,i,n=this._instance.persistence,s=()=>{var t=!1===e.sessionRecording?void 0:e.sessionRecording,i=null==t?void 0:t.sampleRate,s=ri(i)?null:parseFloat(i);ri(s)&&this._resetSampling();var o=null==t?void 0:t.minimumDurationMilliseconds;n.register({[$n]:r({enabled:!!t},t,{networkPayloadCapture:r({capturePerformance:e.capturePerformance},null==t?void 0:t.networkPayloadCapture),canvasRecording:{enabled:null==t?void 0:t.recordCanvas,fps:null==t?void 0:t.canvasFps,quality:null==t?void 0:t.canvasQuality},sampleRate:s,minimumDurationMilliseconds:Kr(o)?null:o,endpoint:null==t?void 0:t.endpoint,triggerMatchType:null==t?void 0:t.triggerMatchType,masking:null==t?void 0:t.masking,urlTriggers:null==t?void 0:t.urlTriggers})})};s(),null==(t=this._persistFlagsOnSessionListener)||t.call(this),this._persistFlagsOnSessionListener=null==(i=this._instance.sessionManager)?void 0:i.onSessionId(s)}}onRemoteConfig(e){"sessionRecording"in e?!1!==e.sessionRecording?(this._persistRemoteConfig(e),this._receivedFlags=!0,this.startIfEnabledOrStop()):this._receivedFlags=!0:av.info("skipping remote config with no sessionRecording",e)}log(e,t){var r;void 0===t&&(t="log"),null!=(r=this._lazyLoadedSessionRecording)&&r.log?this._lazyLoadedSessionRecording.log(e,t):av.warn("log called before recorder was ready")}get _scriptName(){var e,t,r=null==(e=this._instance)||null==(e=e.persistence)?void 0:e.get_property($n);return(null==r||null==(t=r.scriptConfig)?void 0:t.script)||"lazy-recorder"}_onScriptLoaded(e){var t,r;if(null==(t=nn.__PosthogExtensions__)||!t.initSessionRecording)throw Error("Called on script loaded before session recording is available");this._lazyLoadedSessionRecording||(this._lazyLoadedSessionRecording=null==(r=nn.__PosthogExtensions__)?void 0:r.initSessionRecording(this._instance),this._lazyLoadedSessionRecording._forceAllowLocalhostNetworkCapture=this._forceAllowLocalhostNetworkCapture);this._lazyLoadedSessionRecording.start(e)}onRRwebEmit(e){var t;null==(t=this._lazyLoadedSessionRecording)||null==t.onRRwebEmit||t.onRRwebEmit(e)}overrideLinkedFlag(){var e;null==(e=this._lazyLoadedSessionRecording)||e.overrideLinkedFlag()}overrideSampling(){var e;null==(e=this._lazyLoadedSessionRecording)||e.overrideSampling()}overrideTrigger(e){var t;null==(t=this._lazyLoadedSessionRecording)||t.overrideTrigger(e)}get sdkDebugProperties(){var e;return(null==(e=this._lazyLoadedSessionRecording)?void 0:e.sdkDebugProperties)||{$recording_status:this.status}}tryAddCustomEvent(e,t){var r;return!(null==(r=this._lazyLoadedSessionRecording)||!r.tryAddCustomEvent(e,t))}}var uv={},cv=()=>{},dv="posthog",hv=!Iu&&-1===(null==rn?void 0:rn.indexOf("MSIE"))&&-1===(null==rn?void 0:rn.indexOf("Mozilla")),pv=e=>{var t;return{api_host:"https://us.i.posthog.com",ui_host:null,token:"",autocapture:!0,rageclick:!0,cross_subdomain_cookie:wn(null==Ji?void 0:Ji.location),persistence:"localStorage+cookie",persistence_name:"",loaded:cv,save_campaign_params:!0,custom_campaign_params:[],custom_blocked_useragents:[],save_referrer:!0,capture_pageview:"2025-05-24"!==e||"history_change",capture_pageleave:"if_capture_pageview",defaults:null!=e?e:"unset",debug:Ki&&Qr(null==Ki?void 0:Ki.search)&&-1!==Ki.search.indexOf("__posthog_debug=true")||!1,cookie_expiration:365,upgrade:!1,disable_session_recording:!1,disable_persistence:!1,disable_web_experiments:!0,disable_surveys:!1,disable_surveys_automatic_display:!1,disable_external_dependency_loading:!1,enable_recording_console_log:void 0,secure_cookie:"https:"===(null==Zi||null==(t=Zi.location)?void 0:t.protocol),ip:!1,opt_out_capturing_by_default:!1,opt_out_persistence_by_default:!1,opt_out_useragent_filter:!1,opt_out_capturing_persistence_type:"localStorage",consent_persistence_name:null,opt_out_capturing_cookie_prefix:null,opt_in_site_apps:!1,property_denylist:[],respect_dnt:!1,sanitize_properties:null,request_headers:{},request_batching:!0,properties_string_max_length:65535,session_recording:{},mask_all_element_attributes:!1,mask_all_text:!1,mask_personal_data_properties:!1,custom_personal_data_properties:[],advanced_disable_flags:!1,advanced_disable_decide:!1,advanced_disable_feature_flags:!1,advanced_disable_feature_flags_on_first_load:!1,advanced_only_evaluate_survey_feature_flags:!1,advanced_enable_surveys:!1,advanced_disable_toolbar_metrics:!1,feature_flag_request_timeout_ms:3e3,surveys_request_timeout_ms:1e4,on_request_error:e=>{var t="Bad HTTP status: "+e.statusCode+" "+e.text;un.error(t)},get_device_id:e=>e,capture_performance:void 0,name:"posthog",bootstrap:{},disable_compression:!1,session_idle_timeout_seconds:1800,person_profiles:"identified_only",before_send:void 0,request_queue_config:{flush_interval_ms:Dp},error_tracking:{},_onCapture:cv,__preview_eager_load_replay:!1}},vv=e=>{var t={};Kr(e.process_person)||(t.person_profiles=e.process_person),Kr(e.xhr_headers)||(t.request_headers=e.xhr_headers),Kr(e.cookie_name)||(t.persistence_name=e.cookie_name),Kr(e.disable_cookie)||(t.disable_persistence=e.disable_cookie),Kr(e.store_google)||(t.save_campaign_params=e.store_google),Kr(e.verbose)||(t.debug=e.verbose);var r=vn({},t,e);return zr(e.property_blacklist)&&(Kr(e.property_denylist)?r.property_denylist=e.property_blacklist:zr(e.property_denylist)?r.property_denylist=[...e.property_blacklist,...e.property_denylist]:un.error("Invalid value for property_denylist config: "+e.property_denylist)),r};class gv{constructor(){this.__forceAllowLocalhost=!1}get _forceAllowLocalhost(){return this.__forceAllowLocalhost}set _forceAllowLocalhost(e){un.error("WebPerformanceObserver is deprecated and has no impact on network capture. Use `_forceAllowLocalhostNetworkCapture` on `posthog.sessionRecording`"),this.__forceAllowLocalhost=e}}class fv{get decideEndpointWasHit(){var e,t;return null!==(e=null==(t=this.featureFlags)?void 0:t.hasLoadedFlags)&&void 0!==e&&e}get flagsEndpointWasHit(){var e,t;return null!==(e=null==(t=this.featureFlags)?void 0:t.hasLoadedFlags)&&void 0!==e&&e}constructor(){this.webPerformance=new gv,this._personProcessingSetOncePropertiesSent=!1,this.version=an.LIB_VERSION,this._internalEventEmitter=new Mp,this._calculate_event_properties=this.calculateEventProperties.bind(this),this.config=pv(),this.SentryIntegration=Vh,this.sentryIntegration=e=>function(e,t){var r=Hh(e,t);return{name:qh,processEvent:e=>r(e)}}(this,e),this.__request_queue=[],this.__loaded=!1,this.analyticsDefaultEndpoint="/e/",this._initialPageviewCaptured=!1,this._visibilityStateListener=null,this._initialPersonProfilesConfig=null,this._cachedPersonProperties=null,this.featureFlags=new Ep(this),this.toolbar=new jh(this),this.scrollManager=new Vp(this),this.pageViewManager=new tp(this),this.surveys=new Np(this),this.experiments=new rv(this),this.exceptions=new Qc(this),this.rateLimiter=new Pp(this),this.requestRouter=new ev(this),this.consent=new Mh(this),this.externalIntegrations=new sv(this),this.people={set:(e,t,r)=>{var i=Qr(e)?{[e]:t}:e;this.setPersonProperties(i),null==r||r({})},set_once:(e,t,r)=>{var i=Qr(e)?{[e]:t}:e;this.setPersonProperties(void 0,i),null==r||r({})}},this.on("eventCaptured",(e=>un.info('send "'+(null==e?void 0:e.event)+'"',e)))}init(e,t,r){if(r&&r!==dv){var i,n=null!==(i=uv[r])&&void 0!==i?i:new fv;return n._init(e,t,r),uv[r]=n,uv[dv][r]=n,n}return this._init(e,t,r)}_init(e,t,i){var n,s;if(void 0===t&&(t={}),Kr(e)||ei(e))return un.critical("PostHog was initialized without a token. This likely indicates a misconfiguration. Please check the first argument passed to posthog.init()"),this;if(this.__loaded)return un.warn("You have already initialized PostHog! Re-initializing is a no-op"),this;this.__loaded=!0,this.config={},this._originalUserConfig=t,this._triggered_notifs=[],t.person_profiles&&(this._initialPersonProfilesConfig=t.person_profiles),this.set_config(vn({},pv(t.defaults),vv(t),{name:i,token:e})),this.config.on_xhr_error&&un.error("on_xhr_error is deprecated. Use on_request_error instead"),this.compression=t.disable_compression?void 0:Wl.GZipJS;var o=this._is_persistence_disabled();this.persistence=new Tp(this.config,o),this.sessionPersistence="sessionStorage"===this.config.persistence||"memory"===this.config.persistence?this.persistence:new Tp(r({},this.config,{persistence:"sessionStorage"}),o);var a=r({},this.persistence.props),l=r({},this.sessionPersistence.props);this.register({$initialization_time:(new Date).toISOString()}),this._requestQueue=new Bp((e=>this._send_retriable_request(e)),this.config.request_queue_config),this._retryQueue=new Hp(this),this.__request_queue=[];var u="always"===this.config.cookieless_mode||"on_reject"===this.config.cookieless_mode&&this.consent.isExplicitlyOptedOut();if(u||(this.sessionManager=new Zp(this),this.sessionPropsManager=new $p(this,this.sessionManager,this.persistence)),new Gh(this).startIfEnabledOrStop(),this.siteApps=new Gp(this),null==(n=this.siteApps)||n.init(),u||(this.sessionRecording=new lv(this),this.sessionRecording.startIfEnabledOrStop()),this.config.disable_scroll_properties||this.scrollManager.startMeasuringScrollPosition(),this.autocapture=new dh(this),this.autocapture.startIfEnabled(),this.surveys.loadIfEnabled(),this.heatmaps=new ep(this),this.heatmaps.startIfEnabled(),this.webVitalsAutocapture=new Jh(this),this.exceptionObserver=new Oh(this),this.exceptionObserver.startIfEnabled(),this.deadClicksAutocapture=new Fh(this,Nh),this.deadClicksAutocapture.startIfEnabled(),this.historyAutocapture=new Lh(this),this.historyAutocapture.startIfEnabled(),an.DEBUG=an.DEBUG||this.config.debug,an.DEBUG&&un.info("Starting in debug mode",{this:this,config:t,thisC:r({},this.config),p:a,s:l}),void 0!==(null==(s=t.bootstrap)?void 0:s.distinctID)){var c,d,h=this.config.get_device_id(Wa()),p=null!=(c=t.bootstrap)&&c.isIdentifiedID?h:t.bootstrap.distinctID;this.persistence.set_property(es,null!=(d=t.bootstrap)&&d.isIdentifiedID?"identified":"anonymous"),this.register({distinct_id:t.bootstrap.distinctID,$device_id:p})}if(this._hasBootstrappedFeatureFlags()){var v,g,f=Object.keys((null==(v=t.bootstrap)?void 0:v.featureFlags)||{}).filter((e=>{var r;return!(null==(r=t.bootstrap)||null==(r=r.featureFlags)||!r[e])})).reduce(((e,r)=>{var i;return e[r]=(null==(i=t.bootstrap)||null==(i=i.featureFlags)?void 0:i[r])||!1,e}),{}),_=Object.keys((null==(g=t.bootstrap)?void 0:g.featureFlagPayloads)||{}).filter((e=>f[e])).reduce(((e,r)=>{var i,n;null!=(i=t.bootstrap)&&null!=(i=i.featureFlagPayloads)&&i[r]&&(e[r]=null==(n=t.bootstrap)||null==(n=n.featureFlagPayloads)?void 0:n[r]);return e}),{});this.featureFlags.receivedFeatureFlags({featureFlags:f,featureFlagPayloads:_})}if(u)this.register_once({distinct_id:ls,$device_id:null},"");else if(!this.get_distinct_id()){var m=this.config.get_device_id(Wa());this.register_once({distinct_id:m,$device_id:m},""),this.persistence.set_property(es,"anonymous")}return In(Zi,"onpagehide"in self?"pagehide":"unload",this._handle_unload.bind(this),{passive:!1}),this.toolbar.maybeLoadToolbar(),t.segment?Bh(this,(()=>this._loaded())):this._loaded(),Gr(this.config._onCapture)&&this.config._onCapture!==cv&&(un.warn("onCapture is deprecated. Please use `before_send` instead"),this.on("eventCaptured",(e=>this.config._onCapture(e.event,e)))),this.config.ip&&un.warn('The `ip` config option has NO EFFECT AT ALL and has been deprecated. Use a custom transformation or "Discard IP data" project setting instead. See https://posthog.com/tutorials/web-redact-properties#hiding-customer-ip-address for more information.'),this}_onRemoteConfig(e){var t,r,i,n,s,o,a,l;if(!Ji||!Ji.body)return un.info("document not ready yet, trying again in 500 milliseconds..."),void setTimeout((()=>{this._onRemoteConfig(e)}),500);this.compression=void 0,e.supportedCompression&&!this.config.disable_compression&&(this.compression=Hr(e.supportedCompression,Wl.GZipJS)?Wl.GZipJS:Hr(e.supportedCompression,Wl.Base64)?Wl.Base64:void 0),null!=(t=e.analytics)&&t.endpoint&&(this.analyticsDefaultEndpoint=e.analytics.endpoint),this.set_config({person_profiles:this._initialPersonProfilesConfig?this._initialPersonProfilesConfig:"identified_only"}),null==(r=this.siteApps)||r.onRemoteConfig(e),null==(i=this.sessionRecording)||i.onRemoteConfig(e),null==(n=this.autocapture)||n.onRemoteConfig(e),null==(s=this.heatmaps)||s.onRemoteConfig(e),this.surveys.onRemoteConfig(e),null==(o=this.webVitalsAutocapture)||o.onRemoteConfig(e),null==(a=this.exceptionObserver)||a.onRemoteConfig(e),this.exceptions.onRemoteConfig(e),null==(l=this.deadClicksAutocapture)||l.onRemoteConfig(e)}_loaded(){try{this.config.loaded(this)}catch(e){un.critical("`loaded` function failed",e)}this._start_queue_if_opted_in(),this.config.capture_pageview&&setTimeout((()=>{(this.consent.isOptedIn()||"always"===this.config.cookieless_mode)&&this._captureInitialPageview()}),1),new Lp(this).load(),this.featureFlags.flags()}_start_queue_if_opted_in(){var e;this.is_capturing()&&(this.config.request_batching&&(null==(e=this._requestQueue)||e.enable()))}_dom_loaded(){this.is_capturing()&&hn(this.__request_queue,(e=>this._send_retriable_request(e))),this.__request_queue=[],this._start_queue_if_opted_in()}_handle_unload(){var e,t;this.config.request_batching?(this._shouldCapturePageleave()&&this.capture("$pageleave"),null==(e=this._requestQueue)||e.unload(),null==(t=this._retryQueue)||t.unload()):this._shouldCapturePageleave()&&this.capture("$pageleave",null,{transport:"sendBeacon"})}_send_request(e){this.__loaded&&(hv?this.__request_queue.push(e):this.rateLimiter.isServerRateLimited(e.batchKey)||(e.transport=e.transport||this.config.api_transport,e.url=Eu(e.url,{ip:this.config.ip?1:0}),e.headers=r({},this.config.request_headers),e.compression="best-available"===e.compression?this.compression:e.compression,e.disableXHRCredentials=this.config.__preview_disable_xhr_credentials,this.config.__preview_disable_beacon&&(e.disableTransport=["sendBeacon"]),e.fetchOptions=e.fetchOptions||this.config.fetch_options,(e=>{var t,i,n,s=r({},e);s.timeout=s.timeout||6e4,s.url=Eu(s.url,{_:(new Date).getTime().toString(),ver:an.LIB_VERSION,compression:s.compression});var o=null!==(t=s.transport)&&void 0!==t?t:"fetch",a=Mu.filter((e=>!s.disableTransport||!e.transport||!s.disableTransport.includes(e.transport))),l=null!==(i=null==(n=Cn(a,(e=>e.transport===o)))?void 0:n.method)&&void 0!==i?i:a[0].method;if(!l)throw new Error("No available transport method");l(s)})(r({},e,{callback:t=>{var r,i;(this.rateLimiter.checkForLimiting(t),t.statusCode>=400)&&(null==(r=(i=this.config).on_request_error)||r.call(i,t));null==e.callback||e.callback(t)}}))))}_send_retriable_request(e){this._retryQueue?this._retryQueue.retriableRequest(e):this._send_request(e)}_execute_array(e){var t,r=[],i=[],n=[];hn(e,(e=>{e&&(t=e[0],zr(t)?n.push(e):Gr(e)?e.call(this):zr(e)&&"alias"===t?r.push(e):zr(e)&&-1!==t.indexOf("capture")&&Gr(this[t])?n.push(e):i.push(e))}));var s=function(e,t){hn(e,(function(e){if(zr(e[0])){var r=t;pn(e,(function(e){r=r[e[0]].apply(r,e.slice(1))}))}else this[e[0]].apply(this,e.slice(1))}),t)};s(r,this),s(i,this),s(n,this)}_hasBootstrappedFeatureFlags(){var e,t;return(null==(e=this.config.bootstrap)?void 0:e.featureFlags)&&Object.keys(null==(t=this.config.bootstrap)?void 0:t.featureFlags).length>0||!1}push(e){this._execute_array([e])}capture(e,t,i){var n;if(this.__loaded&&this.persistence&&this.sessionPersistence&&this._requestQueue){if(this.is_capturing())if(!Kr(e)&&Qr(e)){if(this.config.opt_out_useragent_filter||!this._is_bot()){var s=null!=i&&i.skip_client_rate_limiting?void 0:this.rateLimiter.clientRateLimitContext();if(null==s||!s.isRateLimited){null!=t&&t.$current_url&&!Qr(null==t?void 0:t.$current_url)&&(un.error("Invalid `$current_url` property provided to `posthog.capture`. Input must be a string. Ignoring provided value."),null==t||delete t.$current_url),this.sessionPersistence.update_search_keyword(),this.config.save_campaign_params&&this.sessionPersistence.update_campaign_params(),this.config.save_referrer&&this.sessionPersistence.update_referrer_info(),(this.config.save_campaign_params||this.config.save_referrer)&&this.persistence.set_initial_person_info();var o=new Date,a=(null==i?void 0:i.timestamp)||o,l=Wa(),u={uuid:l,event:e,properties:this.calculateEventProperties(e,t||{},a,l)};s&&(u.properties.$lib_rate_limit_remaining_tokens=s.remainingTokens),(null==i?void 0:i.$set)&&(u.$set=null==i?void 0:i.$set);var c=this._calculate_set_once_properties(null==i?void 0:i.$set_once);if(c&&(u.$set_once=c),(u=bn(u,null!=i&&i._noTruncate?null:this.config.properties_string_max_length)).timestamp=a,Kr(null==i?void 0:i.timestamp)||(u.properties.$event_time_override_provided=!0,u.properties.$event_time_override_system_time=o),e===wa.DISMISSED||e===wa.SENT){var d=null==t?void 0:t[Ca.SURVEY_ID],h=null==t?void 0:t[Ca.SURVEY_ITERATION];Fa({id:d,current_iteration:h}),u.$set=r({},u.$set,{[Aa({id:d,current_iteration:h},e===wa.SENT?"responded":"dismissed")]:!0})}var p=r({},u.properties.$set,u.$set);if(Jr(p)||this.setPersonPropertiesForFlags(p),!ri(this.config.before_send)){var v=this._runBeforeSend(u);if(!v)return;u=v}this._internalEventEmitter.emit("eventCaptured",u);var g={method:"POST",url:null!==(n=null==i?void 0:i._url)&&void 0!==n?n:this.requestRouter.endpointFor("api",this.analyticsDefaultEndpoint),data:u,compression:"best-available",batchKey:null==i?void 0:i._batchKey};return!this.config.request_batching||i&&(null==i||!i._batchKey)||null!=i&&i.send_instantly?this._send_retriable_request(g):this._requestQueue.enqueue(g),u}un.critical("This capture call is ignored due to client rate limiting.")}}else un.error("No event name provided to posthog.capture")}else un.uninitializedWarning("posthog.capture")}_addCaptureHook(e){return this.on("eventCaptured",(t=>e(t.event,t)))}calculateEventProperties(e,t,i,n,s){if(i=i||new Date,!this.persistence||!this.sessionPersistence)return t;var o=s?void 0:this.persistence.remove_event_timer(e),a=r({},t);if(a.token=this.config.token,a.$config_defaults=this.config.defaults,("always"==this.config.cookieless_mode||"on_reject"==this.config.cookieless_mode&&this.consent.isExplicitlyOptedOut())&&(a.$cookieless_mode=!0),"$snapshot"===e){var l=r({},this.persistence.properties(),this.sessionPersistence.properties());return a.distinct_id=l.distinct_id,(!Qr(a.distinct_id)&&!ii(a.distinct_id)||ei(a.distinct_id))&&un.error("Invalid distinct_id for replay event. This indicates a bug in your implementation"),a}var u,c=fp(this.config.mask_personal_data_properties,this.config.custom_personal_data_properties);if(this.sessionManager){var{sessionId:d,windowId:h}=this.sessionManager.checkAndGetSessionAndWindowId(s,i.getTime());a.$session_id=d,a.$window_id=h}this.sessionPropsManager&&vn(a,this.sessionPropsManager.getSessionProps());try{var p;this.sessionRecording&&vn(a,this.sessionRecording.sdkDebugProperties),a.$sdk_debug_retry_queue_size=null==(p=this._retryQueue)?void 0:p.length}catch(e){a.$sdk_debug_error_capturing_properties=String(e)}if(this.requestRouter.region===Kp.CUSTOM&&(a.$lib_custom_api_host=this.config.api_host),u="$pageview"!==e||s?"$pageleave"!==e||s?this.pageViewManager.doEvent():this.pageViewManager.doPageLeave(i):this.pageViewManager.doPageView(i,n),a=vn(a,u),"$pageview"===e&&Ji&&(a.title=Ji.title),!Kr(o)){var v=i.getTime()-o;a.$duration=parseFloat((v/1e3).toFixed(3))}rn&&this.config.opt_out_useragent_filter&&(a.$browser_type=this._is_bot()?"bot":"browser"),(a=vn({},c,this.persistence.properties(),this.sessionPersistence.properties(),a)).$is_identified=this._isIdentified(),zr(this.config.property_denylist)?pn(this.config.property_denylist,(function(e){delete a[e]})):un.error("Invalid value for property_denylist config: "+this.config.property_denylist+" or property_blacklist config: "+this.config.property_blacklist);var g=this.config.sanitize_properties;g&&(un.error("sanitize_properties is deprecated. Use before_send instead"),a=g(a,e));var f=this._hasPersonProcessing();return a.$process_person_profile=f,f&&!s&&this._requirePersonProcessing("_calculate_event_properties"),a}_calculate_set_once_properties(e){var t;if(!this.persistence||!this._hasPersonProcessing())return e;if(this._personProcessingSetOncePropertiesSent)return e;var r=this.persistence.get_initial_props(),i=null==(t=this.sessionPropsManager)?void 0:t.getSetOnceProps(),n=vn({},r,i||{},e||{}),s=this.config.sanitize_properties;return s&&(un.error("sanitize_properties is deprecated. Use before_send instead"),n=s(n,"$set_once")),this._personProcessingSetOncePropertiesSent=!0,Jr(n)?void 0:n}register(e,t){var r;null==(r=this.persistence)||r.register(e,t)}register_once(e,t,r){var i;null==(i=this.persistence)||i.register_once(e,t,r)}register_for_session(e){var t;null==(t=this.sessionPersistence)||t.register(e)}unregister(e){var t;null==(t=this.persistence)||t.unregister(e)}unregister_for_session(e){var t;null==(t=this.sessionPersistence)||t.unregister(e)}_register_single(e,t){this.register({[e]:t})}getFeatureFlag(e,t){return this.featureFlags.getFeatureFlag(e,t)}getFeatureFlagPayload(e){var t=this.featureFlags.getFeatureFlagPayload(e);try{return JSON.parse(t)}catch(e){return t}}isFeatureEnabled(e,t){return this.featureFlags.isFeatureEnabled(e,t)}reloadFeatureFlags(){this.featureFlags.reloadFeatureFlags()}updateEarlyAccessFeatureEnrollment(e,t,r){this.featureFlags.updateEarlyAccessFeatureEnrollment(e,t,r)}getEarlyAccessFeatures(e,t,r){return void 0===t&&(t=!1),this.featureFlags.getEarlyAccessFeatures(e,t,r)}on(e,t){return this._internalEventEmitter.on(e,t)}onFeatureFlags(e){return this.featureFlags.onFeatureFlags(e)}onSurveysLoaded(e){return this.surveys.onSurveysLoaded(e)}onSessionId(e){var t,r;return null!==(t=null==(r=this.sessionManager)?void 0:r.onSessionId(e))&&void 0!==t?t:()=>{}}getSurveys(e,t){void 0===t&&(t=!1),this.surveys.getSurveys(e,t)}getActiveMatchingSurveys(e,t){void 0===t&&(t=!1),this.surveys.getActiveMatchingSurveys(e,t)}renderSurvey(e,t){this.surveys.renderSurvey(e,t)}displaySurvey(e,t){void 0===t&&(t=Oa),this.surveys.displaySurvey(e,t)}canRenderSurvey(e){return this.surveys.canRenderSurvey(e)}canRenderSurveyAsync(e,t){return void 0===t&&(t=!1),this.surveys.canRenderSurveyAsync(e,t)}identify(e,t,i){if(!this.__loaded||!this.persistence)return un.uninitializedWarning("posthog.identify");if(ii(e)&&(e=e.toString(),un.warn("The first argument to posthog.identify was a number, but it should be a string. It has been converted to a string.")),e)if(["distinct_id","distinctid"].includes(e.toLowerCase()))un.critical('The string "'+e+'" was set in posthog.identify which indicates an error. This ID should be unique to the user and not a hardcoded string.');else if(e!==ls){if(this._requirePersonProcessing("posthog.identify")){var n=this.get_distinct_id();if(this.register({$user_id:e}),!this.get_property("$device_id")){var s=n;this.register_once({$had_persisted_distinct_id:!0,$device_id:s},"")}e!==n&&e!==this.get_property(Fn)&&(this.unregister(Fn),this.register({distinct_id:e}));var o="anonymous"===(this.persistence.get_property(es)||"anonymous");e!==n&&o?(this.persistence.set_property(es,"identified"),this.setPersonPropertiesForFlags(r({},i||{},t||{}),!1),this.capture("$identify",{distinct_id:e,$anon_distinct_id:n},{$set:t||{},$set_once:i||{}}),this._cachedPersonProperties=Au(e,t,i),this.featureFlags.setAnonymousDistinctId(n)):(t||i)&&this.setPersonProperties(t,i),e!==n&&(this.reloadFeatureFlags(),this.unregister(Qn))}}else un.critical('The string "'+ls+'" was set in posthog.identify which indicates an error. This ID is only used as a sentinel value.');else un.error("Unique user id has not been set in posthog.identify")}setPersonProperties(e,t){if((e||t)&&this._requirePersonProcessing("posthog.setPersonProperties")){var i=Au(this.get_distinct_id(),e,t);this._cachedPersonProperties!==i?(this.setPersonPropertiesForFlags(r({},t||{},e||{})),this.capture("$set",{$set:e||{},$set_once:t||{}}),this._cachedPersonProperties=i):un.info("A duplicate setPersonProperties call was made with the same properties. It has been ignored.")}}group(e,t,i){if(e&&t){if(this._requirePersonProcessing("posthog.group")){var n=this.getGroups();n[e]!==t&&this.resetGroupPropertiesForFlags(e),this.register({$groups:r({},n,{[e]:t})}),i&&(this.capture("$groupidentify",{$group_type:e,$group_key:t,$group_set:i}),this.setGroupPropertiesForFlags({[e]:i})),n[e]===t||i||this.reloadFeatureFlags()}}else un.error("posthog.group requires a group type and group key")}resetGroups(){this.register({$groups:{}}),this.resetGroupPropertiesForFlags(),this.reloadFeatureFlags()}setPersonPropertiesForFlags(e,t){void 0===t&&(t=!0),this.featureFlags.setPersonPropertiesForFlags(e,t)}resetPersonPropertiesForFlags(){this.featureFlags.resetPersonPropertiesForFlags()}setGroupPropertiesForFlags(e,t){void 0===t&&(t=!0),this._requirePersonProcessing("posthog.setGroupPropertiesForFlags")&&this.featureFlags.setGroupPropertiesForFlags(e,t)}resetGroupPropertiesForFlags(e){this.featureFlags.resetGroupPropertiesForFlags(e)}reset(e){var t,r,i,n;if(un.info("reset"),!this.__loaded)return un.uninitializedWarning("posthog.reset");var s=this.get_property("$device_id");if(this.consent.reset(),null==(t=this.persistence)||t.clear(),null==(r=this.sessionPersistence)||r.clear(),this.surveys.reset(),this.featureFlags.reset(),null==(i=this.persistence)||i.set_property(es,"anonymous"),null==(n=this.sessionManager)||n.resetSessionId(),this._cachedPersonProperties=null,"always"===this.config.cookieless_mode)this.register_once({distinct_id:ls,$device_id:null},"");else{var o=this.config.get_device_id(Wa());this.register_once({distinct_id:o,$device_id:e?o:s},"")}this.register({$last_posthog_reset:(new Date).toISOString()},1)}get_distinct_id(){return this.get_property("distinct_id")}getGroups(){return this.get_property("$groups")||{}}get_session_id(){var e,t;return null!==(e=null==(t=this.sessionManager)?void 0:t.checkAndGetSessionAndWindowId(!0).sessionId)&&void 0!==e?e:""}get_session_replay_url(e){if(!this.sessionManager)return"";var{sessionId:t,sessionStartTimestamp:r}=this.sessionManager.checkAndGetSessionAndWindowId(!0),i=this.requestRouter.endpointFor("ui","/project/"+this.config.token+"/replay/"+t);if(null!=e&&e.withTimestamp&&r){var n,s=null!==(n=e.timestampLookBack)&&void 0!==n?n:10;if(!r)return i;i+="?t="+Math.max(Math.floor(((new Date).getTime()-r)/1e3)-s,0)}return i}alias(e,t){return e===this.get_property(Nn)?(un.critical("Attempting to create alias for existing People user - aborting."),-2):this._requirePersonProcessing("posthog.alias")?(Kr(t)&&(t=this.get_distinct_id()),e!==t?(this._register_single(Fn,e),this.capture("$create_alias",{alias:e,distinct_id:t})):(un.warn("alias matches current distinct_id - skipping api call."),this.identify(e),-1)):void 0}set_config(e){var t=r({},this.config);if(Xr(e)){var i,n,s,o,a;vn(this.config,vv(e));var l=this._is_persistence_disabled();null==(i=this.persistence)||i.update_config(this.config,t,l),this.sessionPersistence="sessionStorage"===this.config.persistence||"memory"===this.config.persistence?this.persistence:new Tp(r({},this.config,{persistence:"sessionStorage"}),l),Sh._is_supported()&&"true"===Sh._get("ph_debug")&&(this.config.debug=!0),this.config.debug&&(an.DEBUG=!0,un.info("set_config",{config:e,oldConfig:t,newConfig:r({},this.config)})),null==(n=this.sessionRecording)||n.startIfEnabledOrStop(),null==(s=this.autocapture)||s.startIfEnabled(),null==(o=this.heatmaps)||o.startIfEnabled(),this.surveys.loadIfEnabled(),this._sync_opt_out_with_persistence(),null==(a=this.externalIntegrations)||a.startIfEnabledOrStop()}}startSessionRecording(e){var t=!0===e,r={sampling:t||!(null==e||!e.sampling),linked_flag:t||!(null==e||!e.linked_flag),url_trigger:t||!(null==e||!e.url_trigger),event_trigger:t||!(null==e||!e.event_trigger)};if(Object.values(r).some(Boolean)){var i,n,s,o,a;if(null==(i=this.sessionManager)||i.checkAndGetSessionAndWindowId(),r.sampling)null==(n=this.sessionRecording)||n.overrideSampling();if(r.linked_flag)null==(s=this.sessionRecording)||s.overrideLinkedFlag();if(r.url_trigger)null==(o=this.sessionRecording)||o.overrideTrigger("url");if(r.event_trigger)null==(a=this.sessionRecording)||a.overrideTrigger("event")}this.set_config({disable_session_recording:!1})}stopSessionRecording(){this.set_config({disable_session_recording:!0})}sessionRecordingStarted(){var e;return!(null==(e=this.sessionRecording)||!e.started)}captureException(e,t){var i=new Error("PostHog syntheticException"),n=this.exceptions.buildProperties(e,{handled:!0,syntheticException:i});return this.exceptions.sendExceptionEvent(r({},n,t))}loadToolbar(e){return this.toolbar.loadToolbar(e)}get_property(e){var t;return null==(t=this.persistence)?void 0:t.props[e]}getSessionProperty(e){var t;return null==(t=this.sessionPersistence)?void 0:t.props[e]}toString(){var e,t=null!==(e=this.config.name)&&void 0!==e?e:dv;return t!==dv&&(t=dv+"."+t),t}_isIdentified(){var e,t;return"identified"===(null==(e=this.persistence)?void 0:e.get_property(es))||"identified"===(null==(t=this.sessionPersistence)?void 0:t.get_property(es))}_hasPersonProcessing(){var e,t;return!("never"===this.config.person_profiles||"identified_only"===this.config.person_profiles&&!this._isIdentified()&&Jr(this.getGroups())&&(null==(e=this.persistence)||null==(e=e.props)||!e[Fn])&&(null==(t=this.persistence)||null==(t=t.props)||!t[os]))}_shouldCapturePageleave(){return!0===this.config.capture_pageleave||"if_capture_pageview"===this.config.capture_pageleave&&(!0===this.config.capture_pageview||"history_change"===this.config.capture_pageview)}createPersonProfile(){this._hasPersonProcessing()||this._requirePersonProcessing("posthog.createPersonProfile")&&this.setPersonProperties({},{})}_requirePersonProcessing(e){return"never"===this.config.person_profiles?(un.error(e+' was called, but process_person is set to "never". This call will be ignored.'),!1):(this._register_single(os,!0),!0)}_is_persistence_disabled(){if("always"===this.config.cookieless_mode)return!0;var e=this.consent.isOptedOut(),t=this.config.opt_out_persistence_by_default||"on_reject"===this.config.cookieless_mode;return this.config.disable_persistence||e&&!!t}_sync_opt_out_with_persistence(){var e,t,r,i,n=this._is_persistence_disabled();(null==(e=this.persistence)?void 0:e._disabled)!==n&&(null==(r=this.persistence)||r.set_disabled(n));(null==(t=this.sessionPersistence)?void 0:t._disabled)!==n&&(null==(i=this.sessionPersistence)||i.set_disabled(n));return n}opt_in_capturing(e){if("always"!==this.config.cookieless_mode){var t;if("on_reject"===this.config.cookieless_mode&&this.consent.isExplicitlyOptedOut()&&(this.reset(!0),this.sessionManager=new Zp(this),this.persistence&&(this.sessionPropsManager=new $p(this,this.sessionManager,this.persistence)),this.sessionRecording=new lv(this),this.sessionRecording.startIfEnabledOrStop()),this.consent.optInOut(!0),this._sync_opt_out_with_persistence(),this._start_queue_if_opted_in(),"on_reject"==this.config.cookieless_mode&&this.surveys.loadIfEnabled(),Kr(null==e?void 0:e.captureEventName)||null!=e&&e.captureEventName)this.capture(null!==(t=null==e?void 0:e.captureEventName)&&void 0!==t?t:"$opt_in",null==e?void 0:e.captureProperties,{send_instantly:!0});this.config.capture_pageview&&this._captureInitialPageview()}else un.warn('Consent opt in/out is not valid with cookieless_mode="always" and will be ignored')}opt_out_capturing(){var e;"always"!==this.config.cookieless_mode?("on_reject"===this.config.cookieless_mode&&this.consent.isOptedIn()&&this.reset(!0),this.consent.optInOut(!1),this._sync_opt_out_with_persistence(),"on_reject"===this.config.cookieless_mode&&(this.register({distinct_id:ls,$device_id:null}),this.sessionManager=void 0,this.sessionPropsManager=void 0,null==(e=this.sessionRecording)||e.stopRecording(),this.sessionRecording=void 0,this._captureInitialPageview())):un.warn('Consent opt in/out is not valid with cookieless_mode="always" and will be ignored')}has_opted_in_capturing(){return this.consent.isOptedIn()}has_opted_out_capturing(){return this.consent.isOptedOut()}get_explicit_consent_status(){var e=this.consent.consent;return e===Th.GRANTED?"granted":e===Th.DENIED?"denied":"pending"}is_capturing(){return"always"===this.config.cookieless_mode||("on_reject"===this.config.cookieless_mode?this.consent.isExplicitlyOptedOut()||this.consent.isOptedIn():!this.has_opted_out_capturing())}clear_opt_in_out_capturing(){this.consent.reset(),this._sync_opt_out_with_persistence()}_is_bot(){return Xi?Jp(Xi,this.config.custom_blocked_useragents):void 0}_captureInitialPageview(){Ji&&("visible"===Ji.visibilityState?this._initialPageviewCaptured||(this._initialPageviewCaptured=!0,this.capture("$pageview",{title:Ji.title},{send_instantly:!0}),this._visibilityStateListener&&(Ji.removeEventListener("visibilitychange",this._visibilityStateListener),this._visibilityStateListener=null)):this._visibilityStateListener||(this._visibilityStateListener=this._captureInitialPageview.bind(this),In(Ji,"visibilitychange",this._visibilityStateListener)))}debug(e){!1===e?(null==Zi||Zi.console.log("You've disabled debug mode."),localStorage&&localStorage.removeItem("ph_debug"),this.set_config({debug:!1})):(null==Zi||Zi.console.log("You're now in debug mode. All calls to PostHog will be logged in your console.\nYou can disable this with `posthog.debug(false)`."),localStorage&&localStorage.setItem("ph_debug","true"),this.set_config({debug:!0}))}_shouldDisableFlags(){var e,t,r,i,n,s,o,a=this._originalUserConfig||{};return"advanced_disable_flags"in a?!!a.advanced_disable_flags:!1!==this.config.advanced_disable_flags?!!this.config.advanced_disable_flags:!0===this.config.advanced_disable_decide?(un.warn("Config field 'advanced_disable_decide' is deprecated. Please use 'advanced_disable_flags' instead. The old field will be removed in a future major version."),!0):(r="advanced_disable_decide",i=!1,n=un,s=(t="advanced_disable_flags")in(e=a)&&!Kr(e[t]),o=r in e&&!Kr(e[r]),s?e[t]:o?(n&&n.warn("Config field '"+r+"' is deprecated. Please use '"+t+"' instead. The old field will be removed in a future major version."),e[r]):i)}_runBeforeSend(e){if(ri(this.config.before_send))return e;var t=zr(this.config.before_send)?this.config.before_send:[this.config.before_send],r=e;for(var i of t){if(r=i(r),ri(r)){var n="Event '"+e.event+"' was rejected in beforeSend function";return oi(e.event)?un.warn(n+". This can cause unexpected behavior."):un.info(n),null}r.properties&&!Jr(r.properties)||un.warn("Event '"+e.event+"' has no properties after beforeSend function, this is likely an error.")}return r}getPageViewId(){var e;return null==(e=this.pageViewManager._currentPageview)?void 0:e.pageViewId}captureTraceFeedback(e,t){this.capture("$ai_feedback",{$ai_trace_id:String(e),$ai_feedback_text:t})}captureTraceMetric(e,t,r){this.capture("$ai_metric",{$ai_trace_id:String(e),$ai_metric_name:t,$ai_metric_value:String(r)})}}!function(e,t){for(var r=0;r<t.length;r++)e.prototype[t[r]]=mn(e.prototype[t[r]])}(fv,["identify"]);var _v,mv;_v=uv[dv]=new fv,(mv=nn.posthog)&&pn(mv._i,(function(e){if(e&&zr(e)){var t=_v.init(e[0],e[1],e[2]),r=mv[e[2]]||mv;t&&(t._execute_array.call(t.people,r.people),t._execute_array(r))}})),nn.posthog=_v,function(){function e(){e.done||(e.done=!0,hv=!1,pn(uv,(function(e){e._dom_loaded()})))}null!=Ji&&Ji.addEventListener?"complete"===Ji.readyState?e():In(Ji,"DOMContentLoaded",e,{capture:!1}):Zi&&un.error("Browser doesn't support `document.addEventListener` so PostHog couldn't be initialized")}()}();
|
|
2
2
|
//# sourceMappingURL=array.full.no-external.js.map
|