/*! For license information please see osano.js.LICENSE.txt */
(()=>{var e={5289:()=>{!function(){var e=/\[object (Boolean|Number|String|Function|Array|Date|RegExp)\]/;function t(t){return null==t?String(t):(t=e.exec(Object.prototype.toString.call(Object(t))))?t[1].toLowerCase():"object"}function n(e,t){return Object.prototype.hasOwnProperty.call(Object(e),t)}function r(e){if(!e||"object"!=t(e)||e.nodeType||e==e.window)return!1;try{if(e.constructor&&!n(e,"constructor")&&!n(e.constructor.prototype,"isPrototypeOf"))return!1}catch(o){return!1}for(var r in e);return void 0===r||n(e,r)}function o(e,t,n){this.b=e,this.f=t||function(){},this.d=!1,this.a={},this.c=[],this.e=function(e){return{set:function(t,n){c(s(t,n),e.a)},get:function(t){return e.get(t)}}}(this),i(this,e,!n);var r=e.push,o=this;e.push=function(){var t=[].slice.call(arguments,0),n=r.apply(e,t);return i(o,t),n}}function i(e,n,o){for(e.c.push.apply(e.c,n);!1===e.d&&0{"use strict";t.$y=void 0;var r=n(9592),o=function(){var e=[],t=[],n=void 0;return{enhancer:function(e){return n=e,function(e){return function(n){return r.compose.apply(void 0,t)(e)(n)}}},addMiddleware:function(){for(var r,o,i=arguments.length,s=Array(i),c=0;c{"use strict";n.r(t),n.d(t,{__DO_NOT_USE__ActionTypes:()=>l,applyMiddleware:()=>b,bindActionCreators:()=>m,combineReducers:()=>f,compose:()=>h,createStore:()=>p,legacy_createStore:()=>d});var r=n(2362);function o(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function i(e){for(var t=1;t{"use strict";n.d(t,{SK:()=>Z,Qm:()=>te,Gf:()=>X,LB:()=>ee,R$:()=>I,fQ:()=>ne,tu:()=>B,wm:()=>F,AZ:()=>K,Qj:()=>J});var r=n(2362);const o={};function i(e,t){let n;const r=function(...t){return delete o[n],e(...t)};return t?r():n=document.hidden?`${setTimeout(r,0)}_`:`_${window.requestAnimationFrame(r)}`,n&&(o[n]=e),n}function s(e){const[t,n]=e.split("_").map((function(e){return parseInt(e,10)}));e&&delete o[e],n&&window.cancelAnimationFrame(parseInt(n,10)),t&&clearTimeout(parseInt(t,10))}document.addEventListener("visibilitychange",(function(){Object.entries(o).forEach((function([e,t]){s(e),i(t)}))}),!1);var c=n(1184),a=n.n(c);function l(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function u(e){for(var t=1;t100){this.wait.call(this,this.createInlineWorker.bind(this,e,t));break}}}createWebWorker(e,t){var n=this;const r=p(this.doWork);this.webWorker=r,r.onmessage=function(t){n.cleanup(),r.terminate(),e(t.data)},r.onerror=function(e){n.cleanup(),r.terminate(),t(e.error)},r.postMessage(this.data)}cleanup(){s(this.requestId),this.webWorker&&this.webWorker.terminate(),delete this.webWorker,delete this.requestId}postMessage(e){this.data=u(u({},this.data),e),this.webWorker&&this.webWorker.postMessage(this.data)}terminate(){this.cleanup(),this.inlineReject&&this.inlineReject("abort")}classify(e){var t=this;return this._promise?this.postMessage(e):(this.data=e,this._promise=new(a())((function(e,n){t.inlineReject=n,"string"==typeof t.doWork?t.wait(t.createWebWorker.bind(t,e,n)):t.wait(t.createInlineWorker.bind(t,e,n))}))),this._promise}get promise(){return this._promise||a().reject()}}var f=n(8734),g=n(5036),m=n(4045);const h=/(^|@)\S+:\d+/,b=/^\s*at .*(\S+:\d+|\(native\))/m,y=/^(eval@)?(\[native code])?$/;function O(e){return e&&e.replace(/^\(/,"").replace(/\)$/,"")}const v={parse:function(e){if(void 0!==e.stacktrace||void 0!==e["opera#sourceloc"])return this.parseOpera(e);if(e.stack&&e.stack.match(b))return this.parseV8OrIE(e);if(e.stack)return this.parseFFOrSafari(e);throw new Error("Cannot parse given Error object")},extractLocation:function(e){if(-1===e.indexOf(":"))return[e];var t=O(e),n=/(?:\(.*)?:(\d+)?(?::(\d+))?\)?$/.exec(t),r=n&&n[1]||void 0,o=n&&n[2]||void 0,i=n&&n.index||void 0;return[t.slice(0,i),r&&parseInt(r,10),o&&parseInt(o,10)]},parseV8OrIE:function(e){return e.stack.split("\n").filter((function(e){return!!e.match(b)}),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,"("),n=t.match(/ (\((.+):(\d+):(\d+)\)$)/),r=(t=n?t.replace(n[0],""):t).split(/\s+/).slice(1),o=this.extractLocation(n?n[1]:r.pop());return{functionName:r.join(" ")||void 0,fileName:["eval",""].indexOf(o[0])>-1?void 0:o[0],lineNumber:o[1],columnNumber:o[2],source:e}}),this)},parseFFOrSafari:function(e){return e.stack.split("\n").filter((function(e){return!e.match(y)}),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(":")||e.indexOf("data:text/")>=0)return{functionName:e};var t=/((.*".+"[^@]*)?[^@]*)(?:@)/,n=e.match(t),r=n&&n[1]?n[1]:void 0,o=this.extractLocation(e.replace(t,""));return{functionName:r,fileName:o[0],lineNumber:o[1],columnNumber:o[2],source:e}}),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,n=e.message.split("\n"),r=[],o=2,i=n.length;o/,"$2").replace(/\([^)]*\)/g,"")||void 0;return o.match(/\(([^)]*)\)/)&&(t=o.replace(/^[^(]+\(([^)]*)\)$/,"$1")),{functionName:i,args:void 0===t||"[arguments not available]"===t?void 0:t.split(","),fileName:r[0],lineNumber:r[1],columnNumber:r[2],source:e}}),this)}};var w=n(4008),$=n(8428),_=n(1344),j=n(924),A=n(5041),k=n(2078),P=n(2981);function S(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function x(e){for(var t=1;t")>=0?r&&C:void 0);if(o)return[o]}return[]}const M=function(e){const{node:t=e,src:n}=e||N,r=t&&n?String(n).substring(0,20).trim().substring(0,5):"";return!r&&(null==t?void 0:t.textContent)||"data:"===r},R=function(e){const{node:t=e}=e||N;return!(!t||!M(e))||!(!t||!t[f.wo]||t===t[f.wo])&&R(t[f.wo])},F=function(e){const{node:t=e}=e||N;return!(!t||!t[f.I_])||!(!t||!t[f.wo]||t===t[f.wo])&&F(t[f.wo])};function H(e,t){if(!R(e)){const n=e&&e.ownerDocument?e.ownerDocument.currentScript:f.Bl.currentScript;if(n)return[n,[]];const r=t||e&&e.ownerDocument===f.Bl&&L()||[],o=r[r.length-1];return[o&&(0,j.iF)(o)||void 0,r]}return[void 0,[]]}const B=function(e,t){const{node:n=e}=e||N;if(!R(e)){if(F(e))return!0;const[r,o]=H(n,t);return F(r)||function(e){try{return(e||L()).filter((function(e){return e===C||E.has(e)})).length>0||void 0}catch(t){return!1}}(o)}return!1},U=function(){return!0},K=function(e){if(e&&(0,m.Tv)(e)){const t=I(e),{src:n=k.oK.call(e)}=t||e;n&&!M(t||e)&&E.add(n)}try{Object.defineProperty(e,f.I_,{configurable:!1,enumerable:!1,get:U})}catch(t){}return e},W=["img","script","iframe"];function J(e){if(e&&e.tagName&&!e[f.b7]&&!e[f.gY]&&W.includes(e.tagName.toLowerCase())){try{const[t,n]=H(e);Object.defineProperty(e,f.wo,{configurable:!1,enumerable:!1,get:function(){return t}}),B(e,n)&&K(e)}catch(t){}try{Object.defineProperty(e,f.b7,{configurable:!1,enumerable:!1,get:U})}catch(t){}}}const G=function(e){const{classifications:t,value:n}=e,r=t.shift();if(void 0===r)return f.zT;const o=r[0],i=new RegExp(""+o,"gm");if(String(n).match(i)){const{classification:e=r[1]}=r[1]||{};return e}},Y=function(e,t){var n=e.data.classifications,r=n.length;function o(i){var s=e.data.category||"";if(i)for(var c=0;c{"use strict";n.d(t,{UF:()=>f,e1:()=>u,KU:()=>p});var r=n(5126),o=n(2362);var i=n(8734);const s=["hideOptOut","eu","tcf","usp"],c=["iab","cookies","iframes","scripts"];function a(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function l(e){for(var t=1;t{"use strict";n.d(t,{FA:()=>ie,rO:()=>q,iZ:()=>ee,KW:()=>$e,D4:()=>Se,Fr:()=>se,rG:()=>Z,qY:()=>xe,Tn:()=>Oe,jA:()=>le,SD:()=>ue,q6:()=>pe,yp:()=>ce,u4:()=>ae,ft:()=>fe,aI:()=>de,RG:()=>te,e5:()=>me,hT:()=>Ee,TG:()=>Q,gz:()=>he,PA:()=>Pe,H7:()=>re,UM:()=>U,Wm:()=>_e,wo:()=>R,EH:()=>ge,aD:()=>Ae,gY:()=>H,bW:()=>B,TW:()=>ke,b7:()=>M,I_:()=>F,$w:()=>z,Kq:()=>ve,_U:()=>V,O3:()=>X,AQ:()=>K,SP:()=>J,O8:()=>G,gy:()=>W,hB:()=>Y,Pb:()=>De,fb:()=>L,zT:()=>ne,_$:()=>we,AR:()=>be,ex:()=>ye,zM:()=>oe,Y3:()=>I,q9:()=>T,lw:()=>m,iQ:()=>Ce,Yk:()=>O,Bl:()=>C,gg:()=>N,Bh:()=>h});var r=n(4008),o=n(2362),i=n(4525);function s(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}const c="en",a=["ar","arc","ckb","dv","fa","ha","he","khw","ks","ps","ur","uz-af","yi"],l=new WeakMap,u=new WeakMap,p=new WeakMap;var d=n(8428),f=n(1344);const g=new Map,m=!!window.document.documentMode,h=function(e){try{return e.EventTarget}catch(t){return}},b=document.createElement("iframe");document.head.appendChild(b);let y=b.contentWindow||window;const O={Document:y.Document,Element:y.Element,EventTarget:h(y),HTMLDocument:y.HTMLDocument,HTMLElement:y.HTMLElement,HTMLIFrameElement:y.HTMLIFrameElement,HTMLScriptElement:y.HTMLScriptElement,Navigator:y.Navigator,Node:y.Node,Storage:y.Storage,window:y};!m&&document.head.removeChild(b);const{Document:v,Element:w,EventTarget:$,HTMLDocument:_,HTMLElement:j,HTMLIFrameElement:A,HTMLImageElement:k,HTMLScriptElement:P,Navigator:S,Node:x,Storage:E}=O,D=Symbol("osano.cmp.domLoaded"),T=function(){return g.get(D)},C=document;g.set(D,!1),document.addEventListener("DOMContentLoaded",(function(){g.set(D,!0)}));const N=window,I=C.createElement("a"),L=parseInt("%%TATTLE_RATIO%%",10),M=Symbol("osano.cmp.stamp"),R=Symbol("osano.cmp.createdBy"),F=Symbol("osano.cmp.userscript"),H=Symbol("osano.cmp.originalNode"),B=Symbol("osano.cmp.replacementNode"),U=Symbol("osano.cmp.allowed"),K="osano_consentmanager",W=`${K}_tattles-ignore`,J=`${K}_tattles-cookie`,G=`${K}_tattles-iframe`,Y=`${K}_tattles-script`,V="osano/blocked",Q="MARKETING",q="ANALYTICS",z="PERSONALIZATION",Z="ESSENTIAL",X="STORAGE",ee="BLACKLISTED",te="HIDDEN",ne="UNCLASSIFIED",re="OPT_OUT",oe=[Q,q,z,Z],ie="ACCEPT",se="DENY",ce="config",ae="consent",le={[q]:["analytics_storage"],[Q]:["ad_storage","ad_user_data","ad_personalization"],[z]:["personalization_storage"],[Z]:["security_storage","functionality_storage"]},ue="default",pe="update",de="granted",fe={[ie]:de,[se]:"denied"},ge="dMzRlOT",me=r.IFRAME_TIMEOUT||10,he=10,be="VALIDATE_IFRAME",ye="VALIDATE_IFRAME_RESPONSE",Oe="GET_STORAGE",ve="RECEIVE_STORAGE",we="UPDATE_STORAGE",$e="CLEAR_STORAGE",_e=new RegExp(`^${K}`),je=(0,d.A)(r.OSANO_IFRAME_URI,(0,f.A)(document)),Ae=new RegExp(`^(?:https?:)?(?://)?(?:${je.host}${je.pathname}|${r.OSANO_DSAR_URI})(([#|?].*)|(?!.*))?$`),ke=new RegExp(`${r.OSANO_SCRIPT_URI}(?:/[^?#]*)?/osano(?:-[a-z]*(?:\\.legacy|\\.modern)?)?.js(?:[#|?].*)?$`),Pe=33177600,Se=Pe,xe=(new Date(864e13).getTime(),{BLOCKING:"osano-cm-blocking",INIT:"osano-cm-initialized",NEW_CONSENT:"osano-cm-consent-new",CONSENT_CHANGED:"osano-cm-consent-changed",CONSENT_SAVED:"osano-cm-consent-saved",LOCALE_UPDATED:"osano-cm-locale-updated",SCRIPT_BLOCKED:"osano-cm-script-blocked",COOKIE_BLOCKED:"osano-cm-cookie-blocked",IFRAME_BLOCKED:"osano-cm-iframe-blocked",CONSENT_ACCEPT_MARKETING:"osano-cm-marketing",CONSENT_ACCEPT_ANALYTICS:"osano-cm-analytics",CONSENT_ACCEPT_PERSONALIZATION:"osano-cm-personalization",CONSENT_ACCEPT_STORAGE:"osano-cm-storage",CCPA_OPT_OUT:"osano-cm-opt-out",UI_CHANGED_STATE:"osano-cm-ui-changed"}),Ee=new class{setup(e={},t=c){const n={};Object.entries(e).forEach((function([locale,e]){n[`${locale}`]=function(e){for(var t=1;t2?this.translate(e,locale.slice(0,2),r):r);const{interpolations:a={}}=t;return Object.entries(a).forEach((function([e,t]){const n=new RegExp(`%{${e}}`,"g");c=c.replace(n,t)})),c}isLocaleAvailable(locale){return!!r.LANGUAGES.includes(locale)}isLocaleLoaded(locale){const e=l.get(this)[`${locale}`];return"object"==typeof e&&Object.keys(e).length>0}isEmpty(){return 0===Object.keys(l.get(this)).length}},De={None:0,Dialog:1,Drawer:2},Te="fr",Ce={re:Te,gp:Te,mq:Te,gy:Te,yt:Te,mf:Te}},3505:(e,t,n)=>{"use strict";n.d(t,{M:()=>r,V:()=>o});const r={PUSH:1,POP:-1,REPLACE:0},o={CONSENT:"consent",DO_NOT_SELL:"doNotSell",DISCLOSURE:"disclosure",VENDOR_CONSENT:"vendorConsent"}},8503:(e,t,n)=>{"use strict";n.r(t),n.d(t,{default:()=>Ki,getStyleConstant:()=>Bi});var r,o=n(2362),i=n(8734);const s=window,c=s.trustedTypes,a=c?c.createPolicy("lit-html",{createHTML:function(e){return e}}):void 0,l="$lit$",u=`lit$${(Math.random()+"").slice(9)}$`,p="?"+u,d=`<${p}>`,f=document,g=function(){return f.createComment("")},m=function(e){return null===e||"object"!=typeof e&&"function"!=typeof e},h=Array.isArray,b=function(e){return h(e)||"function"==typeof(null==e?void 0:e[Symbol.iterator])},y="[ \t\n\f\r]",O=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,v=/-->/g,w=/>/g,$=RegExp(`>|${y}(?:([^\\s"'>=/]+)(${y}*=${y}*(?:[^ \t\n\f\r"'\`<>=]|("|')|))|$)`,"g"),_=/'/g,j=/"/g,A=/^(?:script|style|textarea|title)$/i,k=function(e){return function(t,...n){return{_$litType$:e,strings:t,values:n}}},P=k(1),S=(k(2),Symbol.for("lit-noChange")),x=Symbol.for("lit-nothing"),E=new WeakMap,D=f.createTreeWalker(f,129,null,!1);function T(e,t){if(!Array.isArray(e)||!e.hasOwnProperty("raw"))throw Error("invalid template strings array");return void 0!==a?a.createHTML(t):t}const C=function(e,t){const n=e.length-1,r=[];let o,i=2===t?"":"",s=O;for(let c=0;c"===a[0]?(s=null!=o?o:O,p=-1):void 0===a[1]?p=-2:(p=s.lastIndex-a[2].length,n=a[1],s=void 0===a[3]?$:'"'===a[3]?j:_):s===j||s===_?s=$:s===v||s===w?s=O:(s=$,o=void 0);const g=s===$&&e[c+1].startsWith("/>")?" ":"";i+=s===O?t+d:p>=0?(r.push(n),t.slice(0,p)+l+t.slice(p)+u+g):t+u+(-2===p?(r.push(void 0),c):g)}return[T(e,i+(e[n]||">")+(2===t?" ":"")),r]};class N{constructor({strings:e,_$litType$:t},n){let r;this.parts=[];let o=0,i=0;const s=e.length-1,a=this.parts,[d,f]=C(e,t);if(this.el=N.createElement(d,n),D.currentNode=this.el.content,2===t){const e=this.el.content,t=e.firstChild;t.remove(),e.append(...t.childNodes)}for(;null!==(r=D.nextNode())&&a.length0){r.textContent=c?c.emptyScript:"";for(let n=0;n2||""!==n[0]||""!==n[1]?(this._$AH=Array(n.length-1).fill(new String),this.strings=n):this._$AH=x}get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}_$AI(e,t=this,n,r){const o=this.strings;let i=!1;if(void 0===o)e=I(this,e,t,0),i=!m(e)||e!==this._$AH&&e!==S,i&&(this._$AH=e);else{const r=e;let s,c;for(e=o[0],s=0;s?@[\\\]^`{|}~]/g,a.space)}))},ne=function(...e){return te.apply(null,e).reduce((function(e,t){return e[`${t}`]=!0,e}),{})},re=te,oe=1,ie=2,se=function(e){return function(...t){return{_$litDirective$:e,values:t}}};class ce{constructor(e){}get _$AU(){return this._$AM._$AU}_$AT(e,t,n){this._$Ct=e,this._$AM=t,this._$Ci=n}_$AS(e,t){return this.update(e,t)}update(e,t){return this.render(...t)}}const ae=se(class extends ce{constructor(e){var t;if(super(e),e.type!==oe||"class"!==e.name||(null===(t=e.strings)||void 0===t?void 0:t.length)>2)throw Error("`classMap()` can only be used in the `class` attribute and must be the only part in the attribute.")}render(e){return" "+Object.keys(e).filter((function(t){return e[t]})).join(" ")+" "}update(e,[t]){var n,r,o=this;if(void 0===this.it){this.it=new Set,void 0!==e.strings&&(this.nt=new Set(e.strings.join(" ").split(/\s/).filter((function(e){return""!==e}))));for(const e in t)t[e]&&!(null===(n=this.nt)||void 0===n?void 0:n.has(e))&&this.it.add(e);return this.render(t)}const i=e.element.classList;this.it.forEach((function(e){e in t||(i.remove(e),o.it.delete(e))}));for(const s in t){const e=!!t[s];e===this.it.has(s)||(null===(r=this.nt)||void 0===r?void 0:r.has(s))||(e?(i.add(s),this.it.add(s)):(i.remove(s),this.it.delete(s)))}return S}}),le=function(e){return null!=e?e:x},ue=["block","label","disabled","onClick","className","modifiers","ariaLabel","tabIndex"];function pe(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function de(e){for(var t=1;t ${n} `}var me=n(5785),he=n(8437);function be(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function ye(e){for(var t=1;t ${$e({block:r,prefix:t,store:n})} ${Ne({block:r,prefix:t,store:n})} `}function Ue(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function Ke(e){for(var t=1;t${s}`}i.hT.template("buttons.denyAll");function Qe(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function qe(e){for(var t=1;t${c} `}function Ot(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function vt(e){for(var t=1;t ${n} `}function jt(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function At(e){for(var t=1;t${n} ${Bt(t,xt.D_,(function(e){return P` ${o?o(Wt(Wt({},c),{},{block:a},e)):e} `}))} `}const Gt=se(class extends ce{constructor(...e){super(...e),(0,o.A)(this,"part",null),(0,o.A)(this,"children",null),(0,o.A)(this,"mapper",null),(0,o.A)(this,"index",0)}commitChild(e){0===this.index&&Ft(this.part);const t=Ct(this.part);Nt(t,e)}draw(){var e=this;const{children:t,mapper:n}=this;window.requestAnimationFrame((function(r){e&&e.children===t&&e.mapper===n&&e.loopChildren(r)}))}loopChildren(e){for(;this.index10)return void this.draw()}}update(e,[t,n]){return t===this.children&&n===this.mapper||(this.part=e,this.children=t,this.mapper=n,this.index=0,this.loopChildren(Date.now())),S}render(){return S}});se(class extends ce{constructor(e){super(e),this.loaded=!1}update({element:e},[t,...n]){return this.loaded?S:(t.apply(void 0,[e,...n]),this.loaded=!0)}render(){return this.loaded}});const Yt=new WeakMap;class Vt extends ce{constructor(e){super(e)}static onScroll(e){e.stopPropagation();const t=Yt.get(e.target)||{};null!=t&&t.activeView&&(t.scrollPositions[`${t.activeView}`]=e.target.scrollTop)}static saveScrollState(e,t){const n=Yt.get(e)||{activeView:"",scrollPositions:{}},r=n.activeView!==t;if(r){const r=n.activeView||t;n.activeView=t,n.scrollPositions[`${r}`]=e.scrollTop||0}return Yt.set(e,n),r}update(e,[t]){const{element:n}=e;if(Vt.saveScrollState(n,t)){var r;const e=Yt.get(n),o=null!==(r=e.scrollPositions[`${t}`])&&void 0!==r?r:0;window.cancelAnimationFrame(e.nextScroll),e.nextScroll=window.requestAnimationFrame((function(){n.scrollTop=o}))}return n.addEventListener("scroll",Vt.onScroll),""}render(){return S}}const Qt=se(Vt),qt={},zt=se(class extends ce{constructor(){super(...arguments),this.st=qt}render(e,t){return t()}update(e,[t,n]){var r=this;if(Array.isArray(t)){if(Array.isArray(this.st)&&this.st.length===t.length&&t.every((function(e,t){return e===r.st[t]})))return S}else if(this.st===t)return S;return this.st=Array.isArray(t)?Array.from(t):t,this.render(t,n)}}),Zt=["block","children","itemId","itemRenderer"];function Xt(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function en(e){for(var t=1;t30?zt(n,(function(){return P`${Gt(n,(function(e){return o(en(en({},i),"object"==typeof e?e:{[r]:e}))}))}`})):Bt(n,(function(e){return o(en(en({},i),{},{block:t},"object"==typeof e?e:{[r]:e}))}))}const nn=["id","element","className","itemClassName","title","ariaLive","role"];function rn(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function on(e){for(var t=1;t ${t(an(an({},r),{},{block:ln}))} `}const pn=["id","element","className","itemClassName","title","ariaLive","role"];function dn(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function fn(e){for(var t=1;t ${tn(on(on({},a),{},{block:n,className:o,itemRenderer:Jt}))} `}(mn(mn({},e),{},{className:n,element:hn})):function(e){const{id:t,element:n,className:r="",itemClassName:o="",title:i,ariaLive:s,role:c="list"}=e,a=(0,z.A)(e,pn);return P` ${tn(fn(fn({},a),{},{block:n,className:o,itemRenderer:un}))} `}(mn(mn({},e),{},{className:n,element:hn}))}const yn=function(e,t,n){const r=(0,Y.qi)(e).toLowerCase(),o=null==r?void 0:r.split("-")[0];return i.hT.translate(`${t}.${o}`,void 0,n)},On=["block"],vn=["block"],wn=["block","disabled","className"],$n=["block"],_n=["block"],jn=["id","block","disabled","className"],An=["id","block","className"];function kn(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function Pn(e){for(var t=1;t ${Jn(Pn(Pn({},o),{},{block:l}))} `:"":(0,Xe.lF)(a)||(0,Y.kA)(a)?P` ${Gn(Pn(Pn({},o),{},{block:l}))} ${$e(Pn(Pn({},o),{},{block:l}))} ${Yn(Pn(Pn({},o),{},{block:l}))}
`:P` ${function(e){const{prefix:t,store:n}=e;return P`${ge(je(je({},e),{},{className:`${t}accept`,label:Pe(),onClick:Ae(n),modifiers:ke}))}`}(Pn(Pn({},o),{},{block:l}))} ${function(e){const{prefix:t,store:n}=e;return P`${ge(Le(Le({},e),{},{className:`${t}deny`,label:(0,Y.Xg)(n.getState())?He():Fe(),onClick:Me(n),modifiers:Re}))}`}(Pn(Pn({},o),{},{block:l}))} ${Yn(Pn(Pn({},o),{},{block:l}))} ${(0,Y.td)(a)?Jn(Pn(Pn({},o),{},{block:l})):""}
`},Qn=function({line:e}){return e},qn="dialog";function zn(e){const{id:t=(0,mt.v4)(qn),block:n,className:r=""}=e,o=(0,z.A)(e,An),{prefix:s="osano-cm-",store:c}=o,{getState:a}=c,l=a(),u=(0,Y.rE)(l),p=(0,Xe.lF)(l),d=(0,Y.I1)(l),f=!(0,Y.R_)(l),g=p?(0,Y.PR)(l):(0,Y.U0)(l),m=(0,Y.LU)(l),h=(0,Y.Sf)(l),{dialogType:b,displayPosition:y}=h,O=`${t}__label`,v={root:ne({prefix:s,block:n,element:qn,modifiers:{element:{hidden:f,position:y,type:b,context:(0,Y.jB)(l)&&"amp",wide:"box"===b&&p}},className:r}),content:ne({prefix:s,block:qn,element:"content"})},w=u.filter((function([e]){return"subjectRightsRequest"!==e})).map((function([e,t]){return P` ${ze(Pn(Pn({},o),{},{block:"content",className:"additional-link",href:t,linkText:e}))}`})),$=`${s}dialog-toggle-group`;return P` ${function(e){const{block:t,className:n,prefix:r,store:o}=e,i=o.getState();if(!(0,Y.Um)(i))return"";const s={root:ne({prefix:r,block:t,element:"close",className:n})},c=(0,Y.sD)(i)?Ee(o):Un(o);return P`
${_t({store:o,label:Ln()})} `}(Pn(Pn({},o),{},{block:"dialog"}))}
${function(e){const{id:t,block:n,disabled:r,className:o=""}=e,s=(0,z.A)(e,jn),{prefix:c,store:{getState:a}}=s,l=a(),u=(0,Y.I1)(l),p=(0,Y.Kn)(l)||Object.keys((0,Xe.YQ)(l)).length,d={root:ne({prefix:c,block:n,className:o,element:"message",modifiers:{element:{disabled:r}}})},f={analytics:i.hT.translate("categories.ANALYTICS.label").toLowerCase(),personalization:i.hT.translate("categories.PERSONALIZATION.label").toLowerCase(),marketing:i.hT.translate("categories.MARKETING.label").toLowerCase()};let g=i.hT.template("iab.purposes.1.name")();gt.L_.forEach((function(e,t){const n=i.hT.template(`iab.stacks.${e}.name`),r=t===gt.L_.length-1?`, and ${n()}`:`, ${n()}`;g=g.concat(r)}));const m={};for(const y of gt.A5){const e=i.hT.template(`iab.specialFeatures.${y}.name`);m[`iab.specialFeatures.${y}.name`]=e().toLowerCase()}const h=Pn({vendorCount:p,stacks:g.toLowerCase()},m),b=Nn({interpolations:h}).split("\n\n");return P`
${(0,Xe.lF)(l)?b.map((function(e,t){return P`${t>0?P` `:null}${e}`})):u?Sn():Cn({interpolations:f})} ${(0,Y.dP)(l)?Dn():(0,Y.ze)(l)?Tn():""} ${(0,Y.Um)(l)&&(0,Y.sD)(l)?In():""} `}(Pn(Pn({},o),{},{block:"content",id:O}))} ${d?function(e){const{block:t}=e,n=(0,z.A)(e,_n),{prefix:r}=n,o="usage-list",i={root:ne({prefix:r,block:t,element:o})};return P`
${xn()} ${bn(Pn(Pn({},n),{},{block:o,children:En().split(/\r?\n/).map((function(e){return{line:e}})),render:Qn}))}
`}(Pn(Pn({},o),{},{block:"content"})):""} ${ze(Pn(Pn({},o),{},{block:"content"}))}${w} ${p||(0,Y.Gy)(l)?function(e){const{block:t}=e,n=(0,z.A)(e,$n),{prefix:r,store:o,drawerId:i}=n,s=o.getState(),c="drawer-links",a={root:ne({prefix:r,block:t,element:c})};return P`
${(0,Y.Ow)(s)?"":Ve(Pn(Pn({},n),{},{block:c,type:"manage",label:Hn(),href:`#${i}`,onClick:Kn(o)}))} ${(0,Xe.lF)(s)?Ve(Pn(Pn({},n),{},{block:c,type:"vendor-list",label:Bn(),onClick:Wn(o)})):""}
`}(Pn(Pn({},o),{},{block:"content",id:t})):""} ${m?P`
${bn(Pn(Pn({},o),{},{id:$,tabIndex:f?-1:0,block:"dialog",children:g.map((function(e){return{category:e,id:`${s}dialog-toggle--category_${e}`}})),itemId:"category",render:$t,title:Hn()}))}
`:""}
${Vn(Pn(Pn({},o),{},{block:"dialog"}))}
`}const Zn=function(){return function(e,t){e(he.Ay.revertConsent()),e(he.Ay.hideDrawer());const n=t();setTimeout((function(){e(he.Ay.hideDoNotSell()),(0,Y.Gs)(n)?(e(he.Ay.showWidget()),e(he.Ay.focusWidget())):e(he.Ay.showDialog())}),400)}};const Xn=se(class extends ce{constructor(e){super(e),this.tt=new WeakMap}render(e){return[e]}update(e,[t]){if(Dt(this.et)&&(!Dt(t)||this.et.strings!==t.strings)){const t=Mt(e).pop();let n=this.tt.get(this.et.strings);if(void 0===n){const e=document.createDocumentFragment();n=G(x,e),n.setConnected(!1),this.tt.set(this.et.strings,n)}Lt(n,[t]),Ct(n,void 0,t)}if(Dt(t)){if(!Dt(this.et)||this.et.strings!==t.strings){const n=this.tt.get(t.strings);if(void 0!==n){const t=Mt(n).pop();Ft(e),Ct(e,void 0,t),Lt(e,[t])}}this.et=t}else this.et=void 0;return this.render(t)}}),er=function({category:e,open:t}){return function(n){n(he.Ay.toggleDisclosure(e,t))}},tr=["block","name","title","expiry","provider","purpose","type"],nr=["category","disclosures","onToggle","className","label","tabIndex"];function rr(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function or(e){for(var t=1;t ${l} `;if(!gt.C1.includes(r))return p;const d=`${o}tcf-purpose${r}-legint`,f=br(),g=P` ${f} `;return P`${p}${g}`}($r({purposeId:t,consentChecked:o,liChecked:s},n)):""}`}function jr(e){const{category:t="",block:n,hasDisclosures:r=!0}=e,o=(0,z.A)(e,vr),{prefix:s,store:{dispatch:c,getState:a}}=o,l=a(),u=`${s}drawer-toggle--category_${t}--description`,p=(0,Xe.lF)(l)&>.pO[`${t}`],d=p?i.hT.translate(`iab.stacks.${p}.name`):i.hT.translate(`categories.${t}.label`)||"",f=p?`iab.stacks.${p}.description`:`categories.${t}.description`,g=(i.hT.translate(f)||"").split("\n\n").filter(Boolean),m=(gt.Ll[`${t}`]||[]).map((function(e){return{purposeId:e,type:"purposes"}})),h="description",b={description:ne({prefix:s,block:n,element:h})};return P`${yt($r($r({},o),{},{ariaLevel:"2",id:`${s}drawer-toggle--category_${t}`,descriptionId:u,category:t,block:n,label:d,checked:(0,Y.aE)(l,t),disabled:(0,Y.pU)(l,t),onChange:function(e){return c(yr(t,(0,Y.IP)(l))(e))},className:re({prefix:s,block:n,element:"drawer-toggle"}).join(" ")}))} ${g.map((function(e,t){return P`${t>0?P` `:null}${e}`}))}
${(0,Xe.lF)(l)?bn($r($r({},o),{},{block:h,children:m,itemId:"purposeId",render:_r})):""}
${r?function(e){const{category:t,disclosures:n=[],onToggle:r=function(){},className:o="",label:i,tabIndex:s=0}=e,c=(0,z.A)(e,nr),{prefix:a,store:{dispatch:l,getState:u}}=c,p=u(),d=`${a}${t}_disclosures`,f=(0,Y.ro)(p)&&!(0,Y.DZ)(p,t),g=!(0,Y.G8)(p,t),m={root:Pt(mr,or(or({},c),{},{className:o}),{collapse:g,loading:f}),toggle:Pt("toggle",or(or({},c),{},{block:mr}))},h=function(e){if(e.preventDefault(),"keypress"===e.type){const t=e.charCode||e.keyCode;if(32!==t&&13!==t)return!1}return l(er({category:t})),r(t,!g),!1};return P` ${pr()}
${bn(or(or({},c),{},{id:d,block:"disclosure",children:n,render:gr,ariaLive:g?"none":"polite"}))}
`}($r($r({},o),{},{block:n,category:t,disclosures:(0,Y.fc)(l,t),label:d})):""}`}function Ar(e){return Math.max(e||0,0)/60/60/24}const kr=["id","block"];function Pr(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function Sr(e){for(var t=1;t${Ve(Sr(Sr({},h),{},{className:"osano-cm-additional-link",label:i.hT.template(`messaging.${e}`)(),href:t}))}`})),y=f.filter((function([e]){return"subjectRightsRequest"===e})).map((function([e,t]){return P`${Ve(Sr(Sr({},h),{},{className:"osano-cm-additional-link",label:i.hT.template(`messaging.${e}`)(),href:t}))}`}));return P` ${function(e){if((0,Y.IP)(e))return Dr();if((0,Xe.lF)(e))return Er({interpolations:{consentMaxAgeMonths:Math.floor(Ar((0,Y.Ym)(e))/30)}}).split(/\r?\n/g).map((function(e){return P` ${e}`}));return xr()}(a)}
${(0,Y.IP)(a)?P` ${Tr()} ${Ve(h)}${b}
`:""} ${(0,Y.IP)(a)?"":p?P`${Ve(h)}${b}`:y} ${l?ft(Sr({block:"description"},r)):""} ${l?at(Sr({block:"description"},r)):""}
${l?Be(Sr(Sr({},r),{},{block:n})):""} `}const Nr=function(e){return function(t){return function(n){const r=t.target.checked;n((0,me.c)(e,r?i.FA:i.Fr))}}},Ir=["block","description","name","specialFeatureId"];function Lr(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function Mr(e){for(var t=1;t${n} `}const Fr=["id","active","block","className"];function Hr(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function Br(e){for(var t=1;t ${Cr(Br(Br({},s),{},{prefix:c,id:t,block:m}))} ${bn(Br(Br({},s),{},{prefix:c,block:m,children:g,render:jr,itemClassName:re({prefix:c,element:"drawer-item"}).join(" ")}))} ${ge(Br(Br({},s),{},{prefix:c,block:m,className:"osano-cm-save",label:Ur(),onClick:function(){return a((function(e){e(he.Ay.saveConsent()),e(he.Ay.hideDrawer()),setTimeout((function(){e(he.Ay.hideDoNotSell()),e(he.Ay.showWidget()),e(he.Ay.focusWidget())}),400)}))}}))} ${Ve(Br(Br({},s),{},{prefix:c,block:"powered-by",label:Kr(),ariaDescribedBy:`${c}aria.external`,href:"https://www.osano.com/?utm_campaign=cmp&utm_source=cmp-dialog&utm_medium=drawer"}))}
`}const Jr=["element","type","plural","itemId"],Gr=["id","active","className"];function Yr(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function Vr(e){for(var t=1;t${d}
${u}
${m.length?bn({type:"description",block:"illustrations",children:[{id:`osano-cm-tcf-v2_2--${n}-${o}-illustrations`,term:Zr(),children:m}],render:function({item:e}){return e}}):""}`},eo=function(e,t=`${e}s`){return Object.keys(i.hT.translate(`iab.${t}`)).map((function(n){return{element:e,term:i.hT.translate(`iab.${t}.${n}.name`),id:`osano-cm-tcf-v2-${t}--${e}_${n}`,itemId:n,children:[{type:e,plural:t,itemId:n}]}}))};function to(e){const{id:t,active:n,className:r=""}=e,o=(0,z.A)(e,Gr),i="view",s=eo("purpose"),c=eo("specialPurpose"),a=eo("feature"),l=eo("specialFeature"),u=eo("dataCategory","dataCategories"),p=Vr(Vr({},o),{},{type:"description",block:i,render:Xr}),d={root:Pt(i,Vr(Vr({},o),{},{className:r}),{active:n,type:"disclosure"}),description:Pt("description",p)};return P` ${Qr()}
${bn(Vr(Vr({},p),{},{children:s}))}${bn(Vr(Vr({},p),{},{children:c}))}${bn(Vr(Vr({},p),{},{children:a}))}${bn(Vr(Vr({},p),{},{children:l}))}${bn(Vr(Vr({},p),{},{children:u}))}
`}const no={preventScroll:!0};function ro(e){return null!==e.offsetParent}const oo=function(e){return(e||document).querySelectorAll('button, a[href]:not([rel="ignore"]), input:not([type="hidden"]):not([type="file"]), select, textarea, [tabindex]:not([tabindex="-1"]):not([data-focus="first"]):not([data-focus="last"])')},io=function(e,t){if(null===e)return;const n=document.activeElement,r=Array.from(oo(e)).filter(ro)[0];try{r.focus(no)}catch(a){t&&t.focus(no)}return n},so={first:"last",last:"first"},co=function(e=""){return function(){const t=Array.from(oo(this.parentNode)),n=so[`${e}`]||"first",r="last"===n?t.length-1:0,o="last"===n?-1:1;let i=t[parseInt(r,10)];if(i){if(i.getAttribute("data-focus")===n&&(i=t[r+o]),i.getAttribute("data-focus")===e)return;try{i.focus()}catch(a){}}}};function ao({dataFocus:e}){return P`${function({onFocus:e,dataFocus:t}){return P` `}({dataFocus:e,onFocus:co(e)})}`}const lo=function(e){return function(t){return function(n){const r=t.target.checked;n((0,me.Fk)(e,r?i.FA:i.Fr))}}},uo=function(e){return function(t){return function(n){const r=t.target.checked;n((0,me.gG)(e,r?i.FA:i.Fr))}}};const po=function(e,t){return function(n){n(he.Ay.toggleExpansionPanel(e,t))}},fo=["body","header","id","tabIndex"],go=function(e,{prefix:t,element:n}){const r=`${t}${n}--expanded`;e.nextElementSibling.parentNode.classList.toggle(r)},mo="expansion-panel";const ho=["purposes","vendorId"],bo=["legIntPurposes","vendorId"],yo=["category","block","vendorId"];function Oo(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function vo(e){for(var t=1;t ${r} `:""}({level:2,title:a})} ${a}
${Jo(vo(vo({},o),{},{purposes:l,vendorId:r,category:t,block:n,id:`${w}drawer-toggle--vendor_${r}`,onChange:function(e){return i(lo(r)(e))},className:St("drawer-toggle",e)}))} ${Go(vo(vo({},o),{},{legIntPurposes:u,vendorId:r,category:t,block:n,id:`${w}drawer-toggle--vendor_${r}_li`,onChange:function(e){return i(uo(r)(e))},className:St("drawer-toggle",e)}))}${Wo(y,o,e)}${function(e){const{body:t="",header:n,id:r=(0,mt.v4)("expansionPanel"),tabIndex:o=0}=e,i=(0,z.A)(e,fo),{prefix:s="osano-cm-",store:c}=i,{dispatch:a,getState:l}=c,u=l(),p=(0,Y.a8)(u,r),d={prefix:s,block:mo},f={root:Pt(mo,e),body:Pt("body",d),toggle:Pt("toggle",d)},g=function(e){if(e.preventDefault(),e.stopPropagation(),"keypress"===e.type){const t=e.charCode||e.keyCode;if(32!==t&&13!==t)return!1}return a(po(r)),go(e.target,{prefix:s,element:mo}),!1};return P` `}(vo(vo({},o),{},{block:n,id:`${w}vendor-disclosure--${r}`,header:So(),body:bn(vo(vo({},o),{},{block:"disclosures",className:St("disclosures",vo(vo({},e),{},{block:"expansion-panel"})),children:[{term:Eo(),children:[{type:"string",disclosure:`${_} ${1===_?Do():To()}`},...h?[{type:"string",disclosure:P`${xo()} `}]:[]]},...Ko(wo,u,j),...Ko($o,$,j),...Ko(_o,p,j),...Ko(jo,d,A),...Ko(Ao,f,Ho),...Ko(ko,g,Bo),...Ko(Po,v,Uo),...b?[{term:Co(),children:[{type:"link",href:b,label:b,ariaDescribedBy:`${w}aria.externalNewWindow`,title:`${a} ${So()}`,target:"_blank"}]}]:[]],type:"description",render:function(e){const{type:t,disclosure:n}=e;return"string"===t?n:"link"===t?Ve(e):at(e)}}))}))}`}const Vo=["id","active","className"];function Qo(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function qo(e){for(var t=1;t ${zo()}
${Be(qo(qo({},o),{},{block:c}))} ${Xn(bn(qo(qo({},o),{},{block:c,children:l,render:Yo,itemId:"vendorId",itemClassName:St({prefix:i,element:"drawer-item"})})))} `}const Xo=["activeView"],ei=["id"],ti=["className","id"];function ni(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function ri(e){for(var t=1;t California Consumer Privacy Act (CCPA) Opt-Out Icon `}(),pi={[et.V.CONSENT]:ii,[et.V.DO_NOT_SELL]:si,[et.V.DISCLOSURE]:ci,[et.V.VENDOR_CONSENT]:ai},di=function(e){return e.stopPropagation()},fi=function(e){switch(e){case et.V.CONSENT:case et.V.DO_NOT_SELL:return Wr;case et.V.DISCLOSURE:return to;case et.V.VENDOR_CONSENT:return Zo}return function(){return P``}},gi=function({dispatch:e}){return function(){return e((function(e){e(he.Ay.goBack())}))}},mi=function(e){const{id:t}=e,n=(0,z.A)(e,ei),{store:r}=e,{getState:o}=r,i="info-dialog-header",s=o(),c=(0,Y.q$)(s),a=(0,Y.kR)(s),l={root:Pt(i,e),close:Pt("close",ri(ri({},e),{},{block:i})),header:Pt("header",ri(ri({},e),{},{block:i}))},u=pi[`${c[`${a}`]}`]||function(){return""},p=pi[`${c[""+(a-1)]}`]||function(){return""};return P` ${(0,Y.IP)(s)?ui:""} ${_t(ri(ri({},n),{},{block:i,label:li()}))} ${a>0?ge(ri(ri({},n),{},{block:i,className:"osano-cm-back",label:oi,ariaLabel:`← ${p()}`,onClick:gi(r)})):""}
`},hi="info";function bi(e){const{className:t="",id:n}=e,r=(0,z.A)(e,ti),{prefix:o,store:{dispatch:i,getState:s}}=r,c=s(),a=!(0,Y.MJ)(c),l=(0,Y.Sf)(c),u=(0,Y.q$)(c).map((function(e,t){return{name:e,index:t,id:`${o}${e}--view`,view:fi(e)}})),p=(0,Y.kR)(c),{infoDialogPosition:d}=l,f=`${n}__label`,g={wrapper:Pt("info-dialog",ri(ri({},e),{},{className:t}),{hidden:a}),root:Pt(hi,ri(ri({},r),{},{block:"info-dialog"}),{position:d,do_not_sell:(0,Y.IP)(c),open:!a}),view:Pt("info-views",ri(ri({},r),{},{block:hi}),{hidden:a,position:`${p}`})},m=u[parseInt(p,10)],h=ri(ri({},r),{},{tabIndex:a?-1:0,activeView:m&&m.name,block:"info-views"});return P` ${ao({dataFocus:"first"})}
${mi(ri(ri({},r),{},{block:hi,id:f}))}
${zt([u],(function(){return Bt(u,(function({name:e}){return e}),function(e){let{activeView:t}=e,n=(0,z.A)(e,Xo);return function({view:e,index:r,id:o,name:i}){return Xn(e(ri(ri({},n),{},{index:r,id:o,active:t===i})))}}(h))}))}
${ao({dataFocus:"last"})}
`}const yi=function(e="",t){if(0===e.indexOf("rgb"))try{return e.replace(/[^\d,.]/g,"").split(",").map((function(e){const t=parseFloat(e);if(isNaN(t))throw new Error("Invalid color value");return t}))}catch(i){return yi(t,"rgba(0,0,0,1)")}let n=`${e||""}`.toLowerCase().replace(/[^0-9a-f]/,"");if(3===n.length||4===n.length)n=n.split("").map((function(e){return`${e}${e}`})).join("");else if(6!==n.length&&8!==n.length)return yi(t,"rgba(0,0,0,1)");const r=[];let o=0;for(;o=128?0:1},wi=function(e,t,n){return Oi(.21*e+.72*t+.07*n)},$i=function(e,t){const n=Math.abs(t)!==t?-1:1,r=Math.abs(t)<=1;let o=Math.abs(t);o=Math.floor(Math.min(255,Math.max(-255,r?Math.round(255*o):o)))*n;let[i,s,c]="string"==typeof e?yi(e):e;return i+=o,i>255?i=255:i<0&&(i=0),c+=o,c>255?c=255:c<0&&(c=0),s+=o,s>255?s=255:s<0&&(s=0),`#${function(...e){return e.slice(0,3).reduce((function(e,t){return`${e}${`00${t.toString(16)}`.slice(-2)}`}),"")}(i,s,c)}`},_i={},ji=function(e){var t,n;const r=_i[`${e}`]||[yi(e)];return r[1]=null!==(t=r[1])&&void 0!==t?t:vi.apply(null,r[0]),r[2]=null!==(n=r[2])&&void 0!==n?n:wi.apply(null,r[0]),_i[`${e}`]=r,r},Ai=function(e,t=.08){const[,n]=ji(e);return(t<0?!n:n)?(r=e,o=Math.abs(t),$i(r,o)):function(e,t){return $i(e,-t)}(e,Math.abs(t));var r,o},ki=["block","id"],Pi=i.hT.template("messaging.widgetAltText"),Si=function({store:e}){return function(){e.dispatch((function(e){e(he.Ay.hideWidget()),e(he.Ay.showDrawer())}))}},xi="widget";var Ei=n(6277),Di=n(5053),Ti=n(4008);let Ci,Ni;function Ii({dom:e,drawerId:t,dialogId:n,widgetId:r}){return function(o){return function(s){return function(c){const a=s(c),{type:l,payload:u}=c,p=o.getState(),d=(0,Y.YK)(p),f=(0,Y.QH)(p);switch(l){case he.gK.render:e.render();break;case he.gK.ready:switch(u){case"blocking":case"consent":case"dom":if((0,Y.Dp)(p)){const e=(0,Y.z6)(p)||!(0,Y.Gs)(p);requestAnimationFrame((function(){e?o.dispatch(he.Ay.showDialog()):o.dispatch(he.Ay.showWidget())}))}}break;case he.gK.saveConsent:(0,Y.Gs)(p)&&!u.shouldShowDialog&&requestAnimationFrame((function(){o.dispatch(he.Ay.hideDialog())}));break;case he.gK.toggleDisclosure:{const{category:e}=u;!(0,Y.ro)(p)&&!(0,Y.DZ)(p,e)&&(o.dispatch(he.Ay.fetchDisclosuresBegin(e)),function({customerId:e,configId:t,category:n,language="en"}){const r={language,category:n};return Di.A.get(`${Ti.DISCLOSURE_URI}/customer/${e}/config/${t}`,r)}({customerId:d,configId:f,category:e}).then((function(t){const n=t||[];return o.dispatch(he.Ay.fetchDisclosuresSuccess(n,e)),t})).catch((function(t){o.dispatch(he.Ay.fetchDisclosuresFailure(t,e))})));break}case he.gK.hideDialog:clearTimeout(Ni);break;case he.gK.showDialog:(0,Y.fJ)(p)&&(Ni&&clearTimeout(Ni),Ni=function(e){return e.dispatch(he.Ay.timeoutBegin()),setTimeout((function(){(0,Y.Gs)(e.getState())||(e.dispatch(he.Ay.acceptAllConsent()),e.dispatch(he.Ay.saveConsent())),(0,Y.z6)(e.getState())&&(e.dispatch(he.Ay.timeoutComplete()),e.dispatch(he.Ay.showWidget())),(0,Y.HC)(e.getState())||e.dispatch(he.Ay.hideDialog())}),1e3*(0,Y.jU)(e.getState()))}(o)),Ci&&Ci.focus(),Ci=io(i.Bl.getElementById(n));break;case he.gK.showWidget:io(i.Bl.getElementById(r),Ci),Ci=void 0;break;case he.gK.focusWidget:var g;null===(g=i.Bl.getElementById(r))||void 0===g||g.focus(),Ci=void 0;break;case he.gK.showVendorConsent:case he.gK.showDisclosure:case he.gK.showDrawer:Ci&&Ci.focus(),Ci=io(i.Bl.getElementById(t))}return a}}}}var Li=n(6421);var Mi=n(8251),Ri=n(5677);function Fi(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function Hi(e){for(var t=1;t ${V()} ${Q()} ${q()} `}({config:n,prefix:r,store:t})} ${zn({id:s,block:o,config:n,prefix:r,store:t,drawerId:c})} ${function(e){const{block:t,id:n}=e,r=(0,z.A)(e,ki),{prefix:o="osano-cm-",store:{getState:i}}=r,s=i(),{widgetPosition:c}=(0,Y.Sf)(s),a=!(0,Y.R_)(s),l=!(0,Y.MJ)(s),u=(0,Y.tC)(s),p={root:ne({prefix:o,block:t,element:xi,modifiers:{element:{hidden:u||!l||!a,position:c}}}),outline:ne({prefix:o,block:xi,element:"outline"}),dot:ne({prefix:o,block:xi,element:"dot"})};return P` `}({id:a,block:o,config:n,prefix:r,store:t})} ${bi({id:c,block:o,config:n,prefix:r,store:t})} `},container:r,dynamicMiddleware:e,middleware:Ii({dom:this,dialogId:s,widgetId:a,drawerId:c}),styleContainer:o,store:t})}setup(){const e=Ui.get(this)||{},{dynamicMiddleware:t,store:n}=e;if(t&&t.addMiddleware(this.middleware),!e.unsubscribe){const t=n.subscribe(this.render.bind(this));Ui.set(this,Hi(Hi({},e),{},{unsubscribe:t}))}return this}teardown(){const e=Ui.get(this)||{},{dynamicMiddleware:t}=e;return t.removeMiddleware(this.middleware),e.unsubscribe&&(e.unsubscribe(),delete e.unsubscribe,Ui.set(this,Hi({},e))),this}render(){if(null===i.Bl.body)return;const{template:e,container:t,styleContainer:n,store:r}=Ui.get(this);if(!(0,Y.Dp)(r.getState()))return;const{getState:o}=r,s=o(),{prefix:c="osano-cm-"}=s,a=re({prefix:c,block:"window",modifiers:{block:{context:(0,Y.jB)(s)&&"amp"}}}).join(" ");return t.className!==a&&(t.className=a),t.parentNode&&t.parentNode===i.Bl.body||(i.Bl.body.firstChild?Li.y.value.call(i.Bl.body,t,i.Bl.body.firstChild):Ei.y.value.call(i.Bl.body,t)),n.parentNode&&n.parentNode===i.Bl.head||(i.Bl.head.firstChild?Li.y.value.call(i.Bl.head,n,i.Bl.head.firstChild):Ei.y.value.call(i.Bl.head,n)),Ri.yu.value.call(t,"dir",i.hT.isRTL?"rtl":"ltr"),G(function(e){const t=e.getState(),{buttonBackgroundColor:n,buttonForegroundColor:r,buttonDenyBackgroundColor:o,buttonDenyForegroundColor:s,dialogBackgroundColor:c,dialogForegroundColor:a,infoDialogBackgroundColor:l,infoDialogForegroundColor:u,infoDialogOverlayColor:p,linkColor:d,toggleOffBackgroundColor:f,toggleButtonOffColor:g,toggleOnBackgroundColor:m,toggleButtonOnColor:h,widgetColor:b,widgetFillColor:y,widgetOutlineColor:O}=(0,Y.Sf)(t),v=`rgba(${yi(l).slice(0,3).join(",")},0)`;return P` ${'.osano-cm-window{font-family:Helvetica,Arial,Hiragino Sans GB,STXihei,Microsoft YaHei,WenQuanYi Micro Hei,Hind,MS Gothic,Apple SD Gothic Neo,NanumBarunGothic,sans-serif;font-size:16px;font-smooth:always;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothingz:auto;display:block;left:0;line-height:1;position:absolute;top:0;width:100%;z-index:2147483638;--fade-transition-time:700ms;--slide-transition-time:400ms}.osano-cm-window--context_amp{height:100%}.osano-visually-hidden{height:1px;left:-10000px;margin:-1px;opacity:0;overflow:hidden;position:absolute;width:1px}.osano-cm-button{border-radius:.25em;border-style:solid;border-width:thin;cursor:pointer;flex:1 1 auto;font-size:1em;font-weight:700;line-height:1;margin:.125em;min-width:6em;padding:.5em .75em;transition-duration:.2s;transition-property:background-color;transition-timing-function:ease-out}.osano-cm-button--type_icon{border-radius:50%;height:1em;line-height:0;min-width:1em;width:1em}.osano-cm-button:focus,.osano-cm-button:hover{outline:none}.osano-cm-close{border-radius:50%;border-style:solid;border-width:2px;box-sizing:content-box;cursor:pointer;height:20px;margin:.5em;min-height:20px;min-width:20px;order:0;outline:none;overflow:hidden;padding:0;width:20px;stroke-width:1px;justify-content:center;line-height:normal;text-decoration:none;transform:rotate(0deg);transition-duration:.2s;transition-property:transform,color,background-color,stroke,stroke-width;transition-timing-function:ease-out;z-index:2}.osano-cm-close:focus,.osano-cm-close:hover{transform:rotate(90deg);stroke-width:2px}.ccpa-opt-out-icon{display:flex;flex:1 1 auto}.ccpa-opt-out-icon svg{max-width:40px}.osano-cm-link{cursor:pointer;text-decoration:underline;transition-duration:.2s;transition-property:color;transition-timing-function:ease-out}.osano-cm-link:active,.osano-cm-link:hover{outline:none}.osano-cm-link:focus{font-weight:700;outline:none}.osano-cm-link--type_feature,.osano-cm-link--type_purpose,.osano-cm-link--type_specialFeature,.osano-cm-link--type_specialPurpose{cursor:help;display:block;-webkit-text-decoration:dashed;text-decoration:dashed}.osano-cm-link--type_denyAll{display:block;text-align:right}[dir=rtl] .osano-cm-link--type_denyAll{text-align:left}.osano-cm-link--type_vendor{display:block}.osano-cm-vendor-link{font-size:.75em}.osano-cm-list-item{margin:0}.osano-cm-list-item--type_term{border-top-style:solid;border-top-width:1px;font-size:.875rem;font-weight:400;margin-bottom:.25em;margin-top:.5em;padding:.5em .75rem 0;position:relative;top:-1px}.osano-cm-list-item--type_description{font-size:.75rem;font-weight:lighter;padding:0 .75rem}.osano-cm-list{list-style-position:outside;list-style-type:none;margin:0;padding:0}.osano-cm-list__list-item{text-indent:0}.osano-cm-list--type_description{margin:0 -1em}.osano-cm-list:first-of-type .osano-cm-list__list-item:first-of-type{border-top-width:0;margin-top:0;padding-top:0}.osano-cm-toggle{align-items:center;display:flex;flex-direction:row-reverse;justify-content:flex-start;margin:.25em 0;pointer-events:auto;position:relative}.osano-cm-toggle__label{margin:0 .5em 0 0}[dir=rtl] .osano-cm-toggle__label{margin:0 0 0 .5em}.osano-cm-toggle__switch{border-radius:14px;border-style:solid;border-width:2px;box-sizing:content-box;color:transparent;display:block;flex-shrink:0;height:18px;line-height:0;margin:0;position:relative;text-indent:-9999px;transition-duration:.2s;transition-property:background-color;transition-timing-function:ease-out;width:40px}.osano-cm-toggle__switch:hover{cursor:pointer}.osano-cm-toggle__switch:after{border-radius:9px;border-width:0;height:18px;left:0;top:0;width:18px}.osano-cm-toggle__switch:before{border-radius:16px;border-width:2px;bottom:-6px;box-sizing:border-box;left:-6px;right:-6px;top:-6px}.osano-cm-toggle__switch:after,.osano-cm-toggle__switch:before{border-style:solid;content:"";margin:0;position:absolute;transform:translateX(0);transition-duration:.3s;transition-property:transform,left,border-color;transition-timing-function:ease-out}.osano-cm-toggle__switch:after:active,.osano-cm-toggle__switch:before:active{transition-duration:.1s}.osano-cm-toggle__switch:after:active{width:26px}.osano-cm-toggle__switch:before:active{width:34px}[dir=rtl] .osano-cm-toggle__switch:after{left:100%;transform:translateX(-100%)}.osano-cm-toggle__input{height:1px;left:-10000px;margin:-1px;opacity:0;overflow:hidden;position:absolute;width:1px}[dir=rtl] .osano-cm-toggle__input{left:0;right:-10000px}.osano-cm-toggle__input:disabled{cursor:default}.osano-cm-toggle--type_checkbox .osano-cm-toggle__switch{border-radius:4px;border-style:solid;border-width:1px;height:22px;width:22px}.osano-cm-toggle--type_checkbox .osano-cm-toggle__switch:after{background-color:transparent!important;border-bottom-width:2px;border-left-width:2px;border-radius:0;content:none;height:6px;left:3px;top:3px;transform:rotate(-45deg);transition-property:color;transition-timing-function:ease-out;width:12px}.osano-cm-toggle--type_opt-out .osano-cm-toggle__switch{border-radius:4px;border-style:solid;border-width:1px;height:22px;width:22px}.osano-cm-toggle--type_opt-out .osano-cm-toggle__switch:after,.osano-cm-toggle--type_opt-out .osano-cm-toggle__switch:before{background-color:transparent!important;border-bottom-width:1px;border-radius:0;border-top-width:1px;content:none;height:0;left:-3px;top:7px;transition-property:color;transition-timing-function:ease-out;width:12px}.osano-cm-toggle--type_opt-out .osano-cm-toggle__switch:after{transform:translate(50%,50%) rotate(-45deg)}.osano-cm-toggle--type_opt-out .osano-cm-toggle__switch:before{transform:translate(50%,50%) rotate(45deg)}.osano-cm-toggle__input:checked+.osano-cm-toggle__switch:after{left:100%;transform:translateX(-100%)}[dir=rtl] .osano-cm-toggle__input:checked+.osano-cm-toggle__switch:after{left:0;transform:translateX(0)}.osano-cm-toggle__input:disabled+.osano-cm-toggle__switch{cursor:default}.osano-cm-toggle--type_checkbox .osano-cm-toggle__input:checked+.osano-cm-toggle__switch:after{content:"";left:3px;top:3px;transform:rotate(-45deg)}.osano-cm-toggle--type_opt-out .osano-cm-toggle__input:checked+.osano-cm-toggle__switch:after,.osano-cm-toggle--type_opt-out .osano-cm-toggle__input:checked+.osano-cm-toggle__switch:before{content:"";left:-1px;top:9px}.osano-cm-toggle--type_opt-out .osano-cm-toggle__input:checked+.osano-cm-toggle__switch:after{transform:translate(50%,50%) rotate(-45deg)}.osano-cm-toggle--type_opt-out .osano-cm-toggle__input:checked+.osano-cm-toggle__switch:before{transform:translate(50%,50%) rotate(45deg)}.osano-cm-toggle--type_checkbox .osano-cm-toggle__input:disabled+.osano-cm-toggle__switch,.osano-cm-toggle--type_opt-out .osano-cm-toggle__input:disabled+.osano-cm-toggle__switch{opacity:.3}.osano-cm-widget{background:none;border:none;bottom:12px;cursor:pointer;height:40px;opacity:.9;outline:none;padding:0;position:fixed;transition:transform .1s linear 0s,opacity .2s linear 0ms,visibility 0ms linear 0ms;visibility:visible;width:40px;z-index:2147483636}.osano-cm-widget--position_right{right:12px}.osano-cm-widget--position_left{left:12px}.osano-cm-widget:focus{outline:solid;outline-offset:.2rem}.osano-cm-widget:focus,.osano-cm-widget:hover{opacity:1;transform:scale(1.1)}.osano-cm-widget--hidden{opacity:0;visibility:hidden}.osano-cm-widget--hidden:focus,.osano-cm-widget--hidden:hover{opacity:0;transform:scale(1)}.osano-cm-dialog{align-items:center;box-sizing:border-box;font-size:1em;line-height:1.25;max-height:100vh;overflow:auto;padding:1.5em;position:fixed;transition-delay:0ms,0ms;transition-duration:.7s,0ms;transition-property:opacity,visibility;visibility:visible;z-index:2147483637}.osano-cm-dialog--hidden{opacity:0;transition-delay:0ms,.7s;visibility:hidden}.osano-cm-dialog--type_bar{box-sizing:border-box;display:flex;flex-direction:column;left:0;right:0}.osano-cm-dialog--type_bar .osano-cm-button{flex:none;margin:.125em auto;width:80%}@media screen and (min-width:768px){.osano-cm-dialog--type_bar{flex-direction:row}.osano-cm-dialog--type_bar .osano-cm-button{flex:1 1 100%;margin:.25em .5em;width:auto}}.osano-cm-dialog--type_box{flex-direction:column;max-height:calc(100vh - 2em);max-width:20em;width:calc(100vw - 2em)}.osano-cm-dialog__close{position:absolute;right:0;top:0}.osano-cm-dialog__list{margin:.5em 0 0;padding:0}.osano-cm-dialog__list .osano-cm-item{display:flex;margin-top:0}.osano-cm-dialog__list .osano-cm-item:last-child{margin-bottom:0}.osano-cm-dialog__list .osano-cm-toggle{flex-direction:row}[dir=rtl] .osano-cm-dialog__list .osano-cm-toggle{flex-direction:row-reverse}.osano-cm-dialog__list .osano-cm-label{white-space:nowrap}[dir=ltr] .osano-cm-dialog__list .osano-cm-label{margin-left:.375em}[dir=rtl] .osano-cm-dialog__list .osano-cm-label{margin-right:.375em}.osano-cm-dialog__buttons{display:flex;flex-wrap:wrap}.osano-cm-dialog--type_bar .osano-cm-dialog__content{flex:5;margin-bottom:.25em;width:100%}.osano-cm-dialog--type_box .osano-cm-dialog__content{display:flex;flex-direction:column;flex-grow:.0001;transition:flex-grow 1s linear}.osano-cm-dialog--type_box .osano-cm-link-separator:before{content:"";padding:0}.osano-cm-dialog--type_box .osano-cm-content__link{margin-bottom:.5em}.osano-cm-dialog--type_bar .osano-cm-dialog__list{display:flex;flex-direction:column;flex-wrap:wrap;justify-content:flex-start;margin:.75em auto}@media screen and (min-width:376px){.osano-cm-dialog--type_bar .osano-cm-dialog__list{flex-direction:row}}@media screen and (min-width:768px){.osano-cm-dialog--type_bar .osano-cm-dialog__list{margin:.5em 0 0 auto}[dir=rtl] .osano-cm-dialog--type_bar .osano-cm-dialog__list{margin:.5em auto 0 0}}[dir=ltr] .osano-cm-dialog--type_bar .osano-cm-dialog__list .osano-cm-item{margin-right:.5em}[dir=rtl] .osano-cm-dialog--type_bar .osano-cm-dialog__list .osano-cm-item{margin-left:.5em}.osano-cm-dialog--type_bar .osano-cm-dialog__list .osano-cm-label{padding-top:0}.osano-cm-dialog--type_bar .osano-cm-dialog__buttons{flex:1;justify-content:flex-end;margin:0;width:100%}@media screen and (min-width:768px){.osano-cm-dialog--type_bar .osano-cm-dialog__buttons{margin:0 0 0 .5em;max-width:30vw;min-width:16em;position:sticky;top:0;width:auto}[dir=rtl] .osano-cm-dialog--type_bar .osano-cm-dialog__buttons{margin:0 .5em 0 0}}.osano-cm-dialog--type_box .osano-cm-dialog__buttons{margin:.5em 0 0}.osano-cm-dialog--type_bar.osano-cm-dialog--position_top{top:0}.osano-cm-dialog--type_bar.osano-cm-dialog--position_bottom{bottom:0}.osano-cm-dialog--type_box.osano-cm-dialog--position_top-left{left:1em;top:1em}.osano-cm-dialog--type_box.osano-cm-dialog--position_top-right{right:1em;top:1em}.osano-cm-dialog--type_box.osano-cm-dialog--position_bottom-left{bottom:1em;left:1em}.osano-cm-dialog--type_box.osano-cm-dialog--position_bottom-right{bottom:1em;right:1em}.osano-cm-dialog--type_box.osano-cm-dialog--position_center{left:50%;top:50%;transform:translate(-50%,-50%)}.osano-cm-dialog--type_box.osano-cm-dialog--wide{max-width:50em}@media screen and (max-height:800px)and (max-width:1200px){.osano-cm-dialog--type_box.osano-cm-dialog--wide{max-width:calc(100vw - 4em)}}.osano-cm-dialog--type_box.osano-cm-dialog--wide .osano-cm-dialog__list{display:flex;flex-wrap:wrap}.osano-cm-dialog--context_amp{height:100%;position:relative}.osano-cm-content__message{margin-bottom:1em;word-break:break-word}.osano-cm-drawer-links{margin:.5em 0 0}.osano-cm-drawer-links__link{display:block}.osano-cm-storage-policy{display:inline-block}.osano-cm-usage-list{margin:0 0 .5em}.osano-cm-usage-list__list{list-style-position:inside;list-style-type:disc}:export{fadeTransitionTime:.7s;slideTransitionTime:.4s}.osano-cm-info-dialog{height:100vh;left:0;position:fixed;top:0;transition-delay:0ms,0ms;transition-duration:.2s,0ms;transition-property:opacity,visibility;visibility:visible;width:100vw;z-index:2147483638}.osano-cm-info-dialog--hidden{opacity:0;transition-delay:0ms,.2s;visibility:hidden}.osano-cm-header{margin:0 0 -1em;padding:1em 0;position:sticky;top:0;z-index:1}.osano-cm-info{animation:delay-overflow .4s;bottom:0;box-shadow:0 0 2px 2px #ccc;box-sizing:border-box;max-width:20em;overflow:visible visible;position:fixed;top:0;transition-duration:.4s;transition-property:transform;width:100%}.osano-cm-info--position_left{left:0;transform:translate(-100%)}.osano-cm-info--position_right{right:0;transform:translate(100%)}.osano-cm-info--open{animation:none;overflow:hidden auto;transform:translate(0)}.osano-cm-info--do_not_sell{animation:none;height:-moz-fit-content;height:fit-content;left:50%;max-height:100vh;position:fixed;right:auto;top:50%;transform:translate(-50%,-50%);transition:none}.osano-cm-info--do_not_sell .osano-cm-close{order:-1}.osano-cm-info--do_not_sell .osano-cm-header{box-sizing:content-box;display:block;flex:none}.osano-cm-info-views{align-items:flex-start;display:flex;flex-direction:row;flex-wrap:nowrap;height:100%;transition-duration:.4s;transition-property:transform;width:100%}[dir=rtl] .osano-cm-info-views{flex-direction:row-reverse}.osano-cm-info-views__view{box-sizing:border-box;flex-shrink:0;width:100%}.osano-cm-info-views--position_0>:not(:first-of-type){max-height:100%;overflow:hidden}.osano-cm-info-views--position_1{transform:translateX(-100%)}.osano-cm-info-views--position_1>:not(:nth-of-type(2)){max-height:100%;overflow:hidden}.osano-cm-info-views--position_2{transform:translateX(-200%)}.osano-cm-info-views--position_2>:not(:nth-of-type(3)){max-height:100%;overflow:hidden}.osano-cm-info--do_not_sell .osano-cm-info-views{height:-moz-fit-content;height:fit-content}.osano-cm-view{height:0;padding:0 .75em 1em;transition-delay:.4s;transition-duration:0ms;transition-property:height,visibility;visibility:hidden;width:100%}.osano-cm-view__button{font-size:.875em;margin:1em 0 0;width:100%}.osano-cm-view--active{height:auto;transition-delay:0ms;visibility:visible}.osano-cm-description{font-size:.75em;font-weight:300;line-height:1.375;margin:1em 0 0}.osano-cm-description:first-child{margin:0}.osano-cm-description:last-of-type{margin-bottom:1em}.osano-cm-drawer-toggle .osano-cm-label{font-size:.875em;line-height:1.375em;margin:0 auto 0 0}[dir=rtl] .osano-cm-drawer-toggle .osano-cm-label{margin:0 0 0 auto}.osano-cm-info-dialog-header{align-items:center;display:flex;flex-direction:row-reverse;left:auto;min-height:3.25em;position:sticky;top:0;width:100%;z-index:1}[dir=rtl] .osano-cm-info-dialog-header{flex-direction:row}.osano-cm-info-dialog-header__header{align-items:center;display:flex;flex:1 1 auto;font-size:1em;justify-content:flex-start;margin:0;order:1;padding:1em .75em}.osano-cm-info-dialog-header__description{font-size:.75em;line-height:1.375}.osano-cm-back,.osano-cm-info-dialog-header__close{position:relative}.osano-cm-back{flex:0 1 auto;margin:0 0 0 .5em;min-width:0;order:2;width:auto;z-index:2}[dir=rtl] .osano-cm-back{margin:0 .5em 0 0}.osano-cm-powered-by{align-items:center;display:flex;flex-direction:column;font-weight:700;justify-content:center;margin:1em 0}.osano-cm-powered-by__link{font-size:.625em;outline:none;text-decoration:none}.osano-cm-powered-by__link:focus,.osano-cm-powered-by__link:hover{text-decoration:underline}@keyframes delay-overflow{0%{overflow:hidden auto}}.osano-cm-drawer-iab-button-container{display:flex;gap:.5em;justify-content:center;margin-bottom:2em}.osano-cm-illustrations__list>.osano-cm-list-item--type_description{padding:.2rem 1rem}.osano-cm-drawer-item.osano-cm-description__list li{padding-top:.75em}.osano-cm-tcf-purpose--label{border-bottom:1px solid rgba(0,0,0,.1);display:block;margin-bottom:.5em;padding:.25em 0 .5em}.osano-cm-link.osano-cm-link--type_purpose{font-weight:400}.osano-cm-tcf-purpose--label input{float:right;margin-right:.5em}.osano-cm-expansion-panel{border-bottom:1px solid rgba(0,0,0,.1);display:block;font-size:.75em;margin:0 -1.5em 1em;padding:1.5em 1.5em 0}.osano-cm-expansion-panel--expanded{border-bottom:none}.osano-cm-expansion-panel--empty,.osano-cm-expansion-panel--empty:not([open]){border-bottom:1px solid rgba(0,0,0,.1);padding-bottom:0}.osano-cm-expansion-panel__body{background-color:rgba(0,0,0,.1);line-height:1.25;list-style:none;margin:0 -1.5em;max-height:0;overflow:hidden;padding:0 1.5em;transition-delay:0ms,0ms,0ms,.3s;transition-duration:.3s,.3s,.3s,0s;transition-property:max-height,padding-top,padding-bottom,visibility;transition-timing-function:ease-out;visibility:hidden}.osano-cm-expansion-panel__toggle{cursor:pointer;display:block;line-height:1.25;margin:0 auto 1em 0;outline:none;position:relative}.osano-cm-expansion-panel__toggle:active,.osano-cm-expansion-panel__toggle:focus,.osano-cm-expansion-panel__toggle:hover{outline:none}[dir=rtl] .osano-cm-expansion-panel__toggle{margin:0 0 1em auto}.osano-cm-expansion-panel--expanded .osano-cm-expansion-panel__body{max-height:none;padding:1.25em 1.5em 1em;transition-delay:0ms,0ms,0ms,0ms;visibility:visible}.osano-cm-disclosure-item__title{border:0;clear:both;display:block;flex:0 1 30%;font-size:1em;font-weight:700;line-height:1.375;margin:0 0 .5em;padding:0}.osano-cm-disclosure-item__description{flex:0 1 70%;font-size:1em;line-height:1.375;margin:0 0 .5em;overflow:hidden;padding:0;text-overflow:ellipsis;white-space:pre-line}.osano-cm-disclosure{border-bottom:none;display:block;font-size:.75em;margin:0 -1.5em 1em;padding:1.5em 1.5em 0}.osano-cm-disclosure--collapse{border-bottom:1px solid rgba(0,0,0,.1);padding-bottom:1em}.osano-cm-disclosure--empty,.osano-cm-disclosure--empty:not([open]){border-bottom:1px solid rgba(0,0,0,.1);padding-bottom:0}.osano-cm-disclosure__list{background-color:rgba(0,0,0,.1);line-height:1.25;list-style:none;margin:0 -1.5em;padding:1.25em 1.5em 1em}.osano-cm-disclosure__list:empty{border:none;padding:0 1.5em}.osano-cm-disclosure__list:first-of-type{margin-top:1em;padding:1.25em 1.5em 1em}.osano-cm-disclosure__list:first-of-type:empty{padding:1.75em 1.5em .75em}.osano-cm-disclosure__list:not(:first-of-type):not(:empty){border-top:1px solid rgba(0,0,0,.1)}.osano-cm-disclosure__list:empty+.osano-cm-disclosure__list:not(:empty){border:none;padding:0 1.5em}.osano-cm-disclosure__list:not(:empty)~.osano-cm-disclosure__list:empty+.osano-cm-disclosure__list:not(:empty){border-top:1px solid rgba(0,0,0,.1)}.osano-cm-disclosure__list>.osano-cm-list-item{line-height:1.25}.osano-cm-disclosure__list>.osano-cm-list-item:not(:first-of-type){border-top:1px solid rgba(0,0,0,.1);margin:1em -1.25em 0;padding:1em 1.25em 0}.osano-cm-disclosure__toggle{cursor:pointer;display:block;font-weight:700;line-height:1.25;margin:0 auto 0 0;outline:none;position:relative}.osano-cm-disclosure__toggle:focus,.osano-cm-disclosure__toggle:hover{text-decoration:underline}[dir=rtl] .osano-cm-disclosure__toggle{margin:0 0 0 auto}.osano-cm-disclosure--loading .osano-cm-disclosure__list{height:0;line-height:0;max-height:0}.osano-cm-disclosure--loading .osano-cm-disclosure__list>*{display:none}.osano-cm-disclosure--loading .osano-cm-disclosure__list:after{animation-duration:1s;animation-iteration-count:infinite;animation-name:osano-load-scale;animation-timing-function:ease-in-out;border-radius:100%;content:"";display:block;height:1em;position:relative;top:-.125em;transform:translateY(-50%);width:1em}.osano-cm-disclosure--collapse .osano-cm-disclosure__list{display:none}.osano-cm-disclosure--collapse .osano-cm-disclosure__list:after{content:none}.osano-cm-disclosure-item{display:flex;flex-wrap:wrap;margin:0}.osano-cm-disclosure-item__title:last-of-type{margin-bottom:0}.osano-cm-disclosure-item__description:hover{word-break:break-word}.osano-cm-disclosure-item__description:last-of-type{margin-bottom:0}@keyframes osano-load-scale{0%{transform:translateY(-50%) scale(0)}to{opacity:0;transform:translateY(-50%) scale(1)}}'} .osano-cm-window { direction: ${i.hT.isRTL?"rtl":"ltr"}; text-align: ${i.hT.isRTL?"right":"left"}; } .osano-cm-dialog { background: ${c}; color: ${a}; } .osano-cm-dialog__close { color: ${a}; stroke: ${a}; } .osano-cm-dialog__close:focus { background-color: ${a}; border-color: ${a}; stroke: ${c}; } .osano-cm-dialog__close:hover { stroke: ${Ai(a)}; } .osano-cm-dialog__close:focus:hover { stroke: ${Ai(c)}; } .osano-cm-info-dialog { background: ${p}; } .osano-cm-header, .osano-cm-info-dialog-header { background: ${l}; background: linear-gradient( 180deg, ${l} 2.5em, ${v} 100% ); } .osano-cm-info { background: ${l}; color: ${u}; } .osano-cm-link-separator::before { content: '|'; padding: 0 0.5em; } .osano-cm-close { display: flex; background-color: transparent; border-color: transparent; } .osano-cm-info-dialog-header__close { color: ${u}; stroke: ${u}; } .osano-cm-info-dialog-header__close:focus { background-color: ${u}; border-color: ${u}; stroke: ${l}; } .osano-cm-info-dialog-header__close:hover { stroke: ${Ai(u)}; } .osano-cm-info-dialog-header__close:focus:hover { stroke: ${Ai(l)}; } .osano-cm-disclosure__list:first-of-type::after { background-color: ${d}; } .osano-cm-disclosure__toggle, .osano-cm-expansion-panel__toggle { color: ${d}; } .osano-cm-disclosure__toggle:hover, .osano-cm-disclosure__toggle:active, .osano-cm-expansion-panel__toggle:hover, .osano-cm-expansion-panel__toggle:active { color: ${d}; } .osano-cm-disclosure__toggle:focus, .osano-cm-expansion-panel__toggle:focus { color: ${Ai(d)}; } .osano-cm-button { background-color: ${n}; border-color: ${r}; color: ${r}; } .osano-cm-button--type_deny { background-color: ${o}; border-color: ${s}; color: ${s}; } .osano-cm-button:focus, .osano-cm-button:hover { background-color: ${Ai(n,.08)}; } .osano-cm-button--type_deny:focus, .osano-cm-button--type_deny:hover { background-color: ${Ai(o,.08)}; } .osano-cm-link { color: ${d}; } .osano-cm-link:hover, .osano-cm-link:active { color: ${d}; } .osano-cm-link:focus { color: ${Ai(d)}; } .osano-cm-toggle__switch { background-color: ${f}; } .osano-cm-toggle__switch::after { background-color: ${g}; border-color: ${g}; } .osano-cm-toggle__switch::before { border-color: transparent; } .osano-cm-toggle__input:checked + .osano-cm-toggle__switch { background-color: ${m}; border-color: ${m}; } .osano-cm-toggle__input:checked + .osano-cm-toggle__switch::after { background-color: ${h}; border-color: ${h}; } .osano-cm-toggle__input:focus + .osano-cm-toggle__switch, .osano-cm-toggle__input:hover + .osano-cm-toggle__switch { background-color: ${Ai(f)}; border-color: ${Ai(f)}; } .osano-cm-toggle__input:focus + .osano-cm-toggle__switch::before { border-color: ${Ai(f)}; } .osano-cm-toggle__input:checked:focus + .osano-cm-toggle__switch, .osano-cm-toggle__input:checked:hover + .osano-cm-toggle__switch { background-color: ${Ai(m)}; border-color: ${Ai(m)}; } .osano-cm-toggle__input:checked:focus + .osano-cm-toggle__switch::before { border-color: ${Ai(m)}; } .osano-cm-toggle__input:disabled + .osano-cm-toggle__switch, .osano-cm-toggle__input:disabled:focus + .osano-cm-toggle__switch, .osano-cm-toggle__input:disabled:hover + .osano-cm-toggle__switch { background-color: ${Ai(f,.25)}; border-color: ${Ai(f,.25)}; } .osano-cm-toggle__input:disabled + .osano-cm-toggle__switch::after, .osano-cm-toggle__input:disabled:focus + .osano-cm-toggle__switch::after, .osano-cm-toggle__input:disabled:hover + .osano-cm-toggle__switch::after { background-color: ${Ai(g,.25)}; border-color: ${Ai(g,.25)}; } .osano-cm-toggle__input:disabled + .osano-cm-toggle__switch::before, .osano-cm-toggle__input:disabled:focus + .osano-cm-toggle__switch::before, .osano-cm-toggle__input:disabled:hover + .osano-cm-toggle__switch::before { border-color: transparent; } .osano-cm-toggle__input:disabled:checked + .osano-cm-toggle__switch, .osano-cm-toggle__input:disabled:checked:focus + .osano-cm-toggle__switch, .osano-cm-toggle__input:disabled:checked:hover + .osano-cm-toggle__switch { background-color: ${Ai(m,.25)}; border-color: ${Ai(m,.25)}; } .osano-cm-toggle__input:disabled:checked + .osano-cm-toggle__switch::after, .osano-cm-toggle__input:disabled:checked:focus + .osano-cm-toggle__switch::after, .osano-cm-toggle__input:disabled:checked:hover + .osano-cm-toggle__switch::after { background-color: ${Ai(h,.25)}; border-color: ${Ai(h,.25)}; } .osano-cm-toggle__input:disabled:checked + .osano-cm-toggle__switch::before, .osano-cm-toggle__input:disabled:checked:focus + .osano-cm-toggle__switch::before, .osano-cm-toggle__input:disabled:checked:hover + .osano-cm-toggle__switch::before { border-color: transparent; } .osano-cm-widget__outline { fill: ${y}; stroke: ${O}; } .osano-cm-widget__dot { fill: ${b}; } .osano-cm-tcf-purpose--label input { accent-color: ${m}; } `}(r),n),G(e(),t),this}}},8375:(e,t,n)=>{"use strict"},6796:(e,t,n)=>{"use strict";n.d(t,{oR:()=>o});n(5036),n(8375),n(8734);var r=n(4525);const o=function(e,t){return(0,r.Jt)(e,"config.jurisdiction","").substring(0,t.length)===t}},5785:(e,t,n)=>{"use strict";n.d(t,{$V:()=>f,Fk:()=>a,Qi:()=>l,Zx:()=>p,b6:()=>i,c:()=>d,gG:()=>u,ov:()=>c,sL:()=>s});var r=n(2775);const o="OsanoCMP_IAB-TCF",i=(0,r.lQ)(`${o}/SET_PURPOSE_CONSENT`,(0,r.YW)("purposeId","acceptOrDeny")),s=(0,r.lQ)(`${o}/SET_PURPOSE_LI_CONSENT`,(0,r.YW)("purposeId","acceptOrDeny")),c=(0,r.lQ)(`${o}/SET_ALL_PURPOSE_CHOICES`,(0,r.YW)("acceptOrDeny")),a=(0,r.lQ)(`${o}/SET_VENDOR_CONSENT`,(0,r.YW)("vendorId","acceptOrDeny")),l=(0,r.lQ)(`${o}/SET_ALL_VENDOR_CONSENT`,(0,r.YW)("acceptOrDeny")),u=(0,r.lQ)(`${o}/SET_VENDOR_LI_CONSENT`,(0,r.YW)("vendorId","acceptOrDeny")),p=(0,r.lQ)(`${o}/SET_ALL_VENDOR_LI_CONSENT`,(0,r.YW)("acceptOrDeny")),d=(0,r.lQ)(`${o}/SET_SPECIAL_FEATURE_CONSENT`,(0,r.YW)("specialFeatureId","acceptOrDeny")),f=(0,r.lQ)(`${o}/SET_ALL_SPECIAL_FEATURE_CONSENT`,(0,r.YW)("acceptOrDeny"));(0,r.lQ)(`${o}/SET_GDPR_APPLIES`,r.Mv),(0,r.lQ)(`${o}/UPDATE_PURPOSE_LIST`,(0,r.YW)("purposeList","language")),(0,r.lQ)(`${o}/UPDATE_VENDOR_LIST_BEGIN`,r.m7),(0,r.lQ)(`${o}/UPDATE_VENDOR_LIST_SUCCESS`,r.Mv),(0,r.lQ)(`${o}/UPDATE_VENDOR_LIST_FAILURE`,r.Mv)},3803:(e,t,n)=>{"use strict";n.d(t,{A5:()=>u,C1:()=>c,L_:()=>l,Ll:()=>a,pO:()=>p,ue:()=>d});var r=n(2362),o=n(8734);function i(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function s(e){for(var t=1;t{"use strict";n.d(t,{CT:()=>A,GQ:()=>w,O$:()=>_,Sh:()=>S,Tp:()=>h,YQ:()=>m,ZZ:()=>x,g4:()=>$,jP:()=>d,kb:()=>p,lF:()=>P,lT:()=>b,r6:()=>k,uY:()=>j});var r=n(3803),o=n(4008),i=(n(8734),n(4525)),s=n(5036),c=n(6796);const a=function(e){return(0,i.Jt)(e,"iab.tcf",{})},l=function(e,t=2){return(0,i.Jt)(a(e),[`v${parseInt(t,10)}`],{})},u=function(e,{gppSection:t,tcString:n}){return(0,i.Jt)(e,["iab","consentStrings",t],n)},p=function(e,t){return(0,i.Jt)(l(e,t),"purposes.consents")||{}},d=function(e,t){return(0,i.Jt)(l(e,t),"purposes.legitimateInterests")||{}},f=function(e,t){return(0,i.Jt)(l(e,t),"savedConsent")},g=function(e,t){return(0,i.Jt)(f(e,t),"vendorOptOuts")},m=function(e,t){return(0,i.Jt)(l(e,t),"vendors")||{}},h=function(e,{apiVersion:t,vendorId:n}){return(0,i.Jt)(m(e,t),`${n}`)||{}},b=function(e,t){const n=m(e,t);return Object.values(n).filter((function(e){return!e.deletedDate})).map((function(e){return Number(e.id)}))},y=function(e,t){return(0,i.Jt)(l(e,t),"vendorOptOuts")||{}},O=function(e,t){return(0,i.Jt)(y(e,t),"consents")||{}},v=function(e,t){return(0,i.Jt)(y(e,t),"legitimateInterests")||{}},w=function(e,{type:t,id:n}){const r=m(e);return Object.values(r).filter((function(e){return(e[`${t}`]||[]).includes(Number(n))}))},$=function(e,t){const{purposes:n,legIntPurposes:r,specialPurposes:o}=h(e,{vendorId:t});return 0===(null==n?void 0:n.length)&&0===(null==r?void 0:r.length)&&(null==o?void 0:o.length)>0},_=function(e){return{iab:{v2:{p:{c:p(e,"2.0"),li:d(e,"2.0")},v:{c:O(e,"2.0"),li:v(e,"2.0")}},euconsent:u(e,{gppSection:"tcfeuv2"})}}},j=function(e,{apiVersion:t,specialFeatureId:n}){return!!function(e,t){return(0,i.Jt)(l(e,t),"specialFeatureOptins")||{}}(e,t)[`${n}`]},A=function(e,{apiVersion:t,vendorId:n}){return!!O(e,t)[`${n}`]},k=function(e,{apiVersion:t,vendorId:n}){return!!v(e,t)[`${n}`]},P=function(e){return(function(e){return!!(0,i.Jt)(a(e),"gdprApplies",o.GDPR_COUNTRIES.includes((0,s.gI)(e)))}(e)||(0,c.oR)(e,"ca"))&&!!(0,i.Jt)(a(e),"enabled",function(e){return!!(0,i.Jt)(e,"config.iabEnabled")}(e))},S=function(e,{apiVersion:t,useSaved:n}={}){if(n&&!f(e,t))return{};const r=m(e,t),o=n?function(e,t){return(0,i.Jt)(g(e,t),"consents")||{}}(e,t):{},s=n?function(e,t){return(0,i.Jt)(f(e,t),"purposes.consents")||{}}(e,t):p(e,t);return Object.entries(r).reduce((function(e,[t,{purposes:n=[],deletedDate:r}={}]){return r||o[`${t}`]||!n.some((function(e){return s[`${e}`]}))||(e[`${t}`]=!0),e}),{})},x=function(e,{apiVersion:t,useSaved:n}={}){const o=n?function(e,t){return(0,i.Jt)(g(e,t),"legitimateInterests")||{}}(e,t):{},s=n?function(e,t){return(0,i.Jt)(f(e,t),"purposes.legitimateInterests")}(e,t)||r.ue.iab.tcf.v2.purposes.legitimateInterests:d(e,t),c=m(e,t),a={};return Object.entries(c).forEach((function([e,{legIntPurposes:t=[],purposes:n=[],specialPurposes:r=[],deletedDate:i}={}]){if(!i&&!o[`${e}`]){(t&&t.some((function(e){return s[`${e}`]}))||0===n.length&&0===t.length&&r.length>0)&&(a[`${e}`]=!0)}})),a}},4814:(e,t,n)=>{"use strict";n.d(t,{LC:()=>u,ZS:()=>d,dG:()=>p});var r=n(8734),o=n(7479),i=n(2248),s=n(5023),c=n(8952),a=n(5267);const l=Object.getOwnPropertyDescriptor(Document.prototype,"createElement")||Object.getOwnPropertyDescriptor(HTMLDocument.prototype,"createElement"),u=Object.getOwnPropertyDescriptor(r.Yk.Document.prototype,"createElement")||Object.getOwnPropertyDescriptor(r.Yk.HTMLDocument.prototype,"createElement"),p=function(e){const t=e.tagName.toLowerCase(),n=(0,i.mf)(e),a=l.value.call(r.Bl,t),u=(0,s.KA)(n);Object.entries(u).forEach((function([t,n]){for(let[r,i]of n)for(let[n,s]of i)o.y.value.call(a,t,r,n,...s),c.y.value.call(e,t,r,n,...s);n.clear()}));try{Object.defineProperty(a,r.gY,{configurable:!1,enumerable:!1,get:()=>n})}catch(p){}try{Object.defineProperty(e,r.bW,{configurable:!1,enumerable:!1,get:()=>a})}catch(d){}return a},d={configurable:!0,enumerable:l.enumerable,writable:!0,value:function(...e){const t=l.value.apply(this,e);let[n]=e;switch(null===n&&(n="null"),n?n.toLowerCase():""){case"img":case"iframe":case"script":(0,a.Qj)(t)}return t}}},5041:(e,t,n)=>{"use strict";n.d(t,{Ay:()=>p,LC:()=>l,yu:()=>a});var r=n(2248),o=n(4960),i=n(5267),s=n(8734),c=n(4045);const a=Object.getOwnPropertyDescriptor(Element.prototype,"getAttribute"),l=Object.getOwnPropertyDescriptor(s.Yk.Element.prototype,"getAttribute");function u(e){let t;switch(null==this?void 0:this.tagName){case"SCRIPT":t="src"===e||c.uH[`${e}`]?e:void 0;break;case"IFRAME":if(!(0,o.oR)())return a.value.call(this,e);t="src"===e||o.uH[`${e}`]?e:void 0}if(t)switch(this[`${e}`],e){case"src":{const e=(0,i.R$)(this);if(e)return String(e.originalValue);break}default:if(r.w9.has(this)&&void 0!==r.w9.get(this)[`${e}`])return String(r.w9.get(this)[`${e}`][0])}return a.value.call(this,e)}const p={configurable:a.configurable,enumerable:a.enumerable,writable:a.writable,value(e){return u.call((0,r.fb)(this),e)}}},2981:(e,t,n)=>{"use strict";n.d(t,{L:()=>o});var r=n(8734);Object.getOwnPropertyDescriptor(Element.prototype,"hasAttribute");const o=Object.getOwnPropertyDescriptor(r.Yk.Element.prototype,"hasAttribute")},2425:(e,t,n)=>{"use strict";n.d(t,{Ay:()=>u,LC:()=>a});var r=n(4960),o=n(2248),i=n(8734),s=n(4045);const c=Object.getOwnPropertyDescriptor(Element.prototype,"removeAttribute"),a=Object.getOwnPropertyDescriptor(i.Yk.Element.prototype,"removeAttribute");function l(e){switch(null==this?void 0:this.tagName){case"SCRIPT":switch(e){case"async":case"defer":this[`${e}`]=!1;break;case"src":this[`${e}`]="";break;default:s.uH[`${e}`]&&(this[`${e}`]="")}break;case"IFRAME":if(!(0,r.oR)())break;if("src"===e)this[`${e}`]="";else r.uH[`${e}`]&&(this[`${e}`]="")}return c.value.call(this,e)}const u={configurable:c.configurable,enumerable:c.enumerable,writable:c.writable,value(e){const t=(0,o.fb)(this);return t!==this&&l.call(t,e),l.call(this,e)}}},5677:(e,t,n)=>{"use strict";n.d(t,{Ay:()=>u,LC:()=>a,yu:()=>c});var r=n(4960),o=n(2248),i=n(8734),s=n(4045);const c=Object.getOwnPropertyDescriptor(Element.prototype,"setAttribute"),a=Object.getOwnPropertyDescriptor(i.Yk.Element.prototype,"setAttribute");function l(e,t){switch(null==this?void 0:this.tagName){case"SCRIPT":switch(e){case"async":case"defer":return this[`${e}`]=!0,c.value.call(this,e,t);case"src":return void(this[`${e}`]=t);case"data-osano":case"osano":throw new Error("All inline classifications must be provided in the markup");default:return s.uH[`${e}`]?void(this[`${e}`]=t):c.value.call(this,e,t)}case"IFRAME":if(!(0,r.oR)())break;switch(e){case"src":return void(this.src=t);case"data-osano":case"osano":throw new Error("All inline classifications must be provided in the markup");default:return r.uH[`${e}`]?void(this[`${e}`]=t):c.value.call(this,e,t)}}return c.value.call(this,e,t)}const u={configurable:c.configurable,enumerable:c.enumerable,writable:c.writable,value(e,t){const n=(0,o.fb)(this);return n!==this&&l.call(n,e,t),l.call(this,e,t)}}},7479:(e,t,n)=>{"use strict";n.d(t,{y:()=>r});const r=Object.hasOwnProperty.call(Node.prototype,"addEventListener")?Object.getOwnPropertyDescriptor(Node.prototype,"addEventListener"):Object.getOwnPropertyDescriptor(EventTarget.prototype,"addEventListener")},5023:(e,t,n)=>{"use strict";n.d(t,{KA:()=>f,F6:()=>y});var r=n(8734),o=n(5267),i=n(7479);const s=Object.hasOwnProperty.call(Node.prototype,"dispatchEvent")?Object.getOwnPropertyDescriptor(Node.prototype,"dispatchEvent"):Object.getOwnPropertyDescriptor(EventTarget.prototype,"dispatchEvent");var c=n(5036),a=n(4960),l=n(4045),u=n(8952),p=n(2248);const d=new WeakMap;function f(e){const t=d.has(e)?d.get(e):{};return d.set(e,t),t}function g(e,t){const n=f(e);return n[`${t}`]=n[`${t}`]||new Map}function m(e,...t){const[n]=t;if((0,l.Tv)(this)&&!this[r.gY]){const[,e,o=!1,...c]=t,a=g(this,n),{capture:l=o}=o||{},u=a.has(e)&&a.get(e)||new Map;if(u.set(l,c),a.set(e,u),this[r.bW]){try{i.y.value.call(this[r.bW],...t)}catch(s){}return}}if("load"===n&&(0,a.Tv)(this)){const t=g(this,n);if(!t.has("load")){const r=function(t){const n=e.getState(),r=(0,o.Gf)(this,n);if(!((0,c.OB)(n,r)||(0,o.tu)(r)))return(0,p.dG)(t)};i.y.value.call(this,n,r.bind(this),!0),t.set("load",r)}}return i.y.value.call(this,...t)}function h(e,...t){if((0,l.Tv)(this)&&!this[r.gY]){const[e,o,i=!1]=t,s=g(this,e);if(s.has(o)){const{capture:e=i}=i||{},t=s.get(o);t&&t.delete(e)}if(this[r.bW])try{u.y.value.call(this[r.bW],...t)}catch(n){}}return u.y.value.call(this,...t)}function b(e,...t){if((0,l.Tv)(this)&&this[r.bW])try{s.value.apply(this[r.bW],t)}catch(n){}return s.value.apply(this,t)}const y=function(e,t,n){const r={configurable:i.y.configurable,enumerable:i.y.enumerable,value:function(...e){return m.call(this,n,...e)},writable:i.y.writable},o={configurable:u.y.configurable,enumerable:u.y.enumerable,value:function(...e){return h.call(this,n,...e)},writable:u.y.writable},c={configurable:s.configurable,enumerable:s.enumerable,value:function(...e){return b.call(this,n,...e)},writable:s.writable};try{const n=Object.hasOwnProperty.call(t.prototype,"addEventListener")?t.prototype:e.prototype;Object.defineProperties(n,{addEventListener:r,dispatchEvent:c,removeEventListener:o})}catch(a){0}}},8952:(e,t,n)=>{"use strict";n.d(t,{y:()=>r});const r=Object.hasOwnProperty.call(Node.prototype,"removeEventListener")?Object.getOwnPropertyDescriptor(Node.prototype,"removeEventListener"):Object.getOwnPropertyDescriptor(EventTarget.prototype,"removeEventListener")},6591:(e,t,n)=>{"use strict";n.d(t,{m:()=>o,y:()=>r});const r=Object.getOwnPropertyDescriptor(HTMLElement.prototype,"onerror"),o={defaultValue:null,descriptor:r}},8865:(e,t,n)=>{"use strict";n.d(t,{m:()=>o,y:()=>r});const r=Object.getOwnPropertyDescriptor(HTMLElement.prototype,"onload"),o={defaultValue:null,descriptor:r}},4960:(e,t,n)=>{"use strict";n.d(t,{cw:()=>w,om:()=>$,uH:()=>v,RA:()=>j,oR:()=>k,Tv:()=>_,F6:()=>A});var r=n(2362),o=n(2248),i=n(5267),s=n(8437),c=n(1184),a=n.n(c),l=(n(5041),n(5036));const u=Object.getOwnPropertyDescriptor(HTMLIFrameElement.prototype,"src");function p(e){const t=u.get.call(this);return e!==t&&o.u1.call(this,e)!==t&&u.set.call(this,e),e}const d=function(e,t){return function(n,r){const{node:c,originalValue:a}=e;if(a!==t&&o.u1.call(c,a)!==o.u1.call(c,t))return e;return(0,l.OB)(r(),e)||(0,i.tu)(e)?(p.call(c,t),n(s.Ay.allowIFrame(e))):n(s.Ay.blockIFrame(e)),e}};function f(e){return{configurable:u.configurable,enumerable:u.enumerable,get(){const t=(0,i.Gf)(this,e.getState());return o.qi.call(this,t.src)},set(t){return function(e,t){return function(n,r){const o=(0,i.Gf)({node:e,src:t,ignore:!1},r()),{async:s}=o;return s?s.promise.then((function(){return d(o,t)(n,r)})):a().resolve(d(o,t)(n,r))}}(this,t)(e.dispatch,e.getState),t}}}var g=n(8734);const m={defaultValue:"0",descriptor:Object.getOwnPropertyDescriptor(HTMLIFrameElement.prototype,"height")};var h=n(6591),b=n(8865);function y(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}let O=!1;const v={height:m,onerror:h.m,onload:b.m},w=function(e){if(!O)return;const{node:t,src:n}=e;t[g.UM]=!0,(0,o.fq)(t,v),n&&p.call(t,n)},$=function(e){if(!O)return;const{node:t,ignore:n}=e;if(n)return w(e);t&&(0,o.js)(t,v),p.call(t,"")},_=function(e){return e&&1===e.nodeType&&"IFRAME"===e.tagName},j=function(e){return(null==e?void 0:e.getElementsByTagName)&&Array.from(e.getElementsByTagName("iframe"))||[]},A=function(e,t){O=!0;try{Object.defineProperties(e.prototype,function(e){for(var t=1;t{"use strict";n.d(t,{y:()=>r});const r=Object.getOwnPropertyDescriptor(Node.prototype,"appendChild")},6421:(e,t,n)=>{"use strict";n.d(t,{y:()=>r});const r=Object.getOwnPropertyDescriptor(Node.prototype,"insertBefore")},1667:(e,t,n)=>{"use strict";n.d(t,{y:()=>r});const r=Object.getOwnPropertyDescriptor(Node.prototype,"parentElement")||Object.getOwnPropertyDescriptor(HTMLElement.prototype,"parentElement")},3615:(e,t,n)=>{"use strict";n.d(t,{L:()=>i,y:()=>o});var r=n(8734);const o=Object.getOwnPropertyDescriptor(Node.prototype,"parentNode"),i=Object.getOwnPropertyDescriptor(r.Yk.Node.prototype,"parentNode")},7861:(e,t,n)=>{"use strict";n.d(t,{Ay:()=>i,yu:()=>o});var r=n(2248);const o=Object.getOwnPropertyDescriptor(Node.prototype,"removeChild"),i={configurable:o.configurable,enumerable:o.enumerable,value(e){return o.value.call(this,(0,r.fb)(e))},writable:o.writable}},8549:(e,t,n)=>{"use strict";n.d(t,{y:()=>r});const r=Object.getOwnPropertyDescriptor(Node.prototype,"replaceChild")},4045:(e,t,n)=>{"use strict";n.d(t,{cw:()=>S,om:()=>x,uH:()=>k,Tv:()=>E,F6:()=>T,Qn:()=>D});var r=n(2362),o=n(8734),i=n(2248),s=n(2078);const c=Object.getOwnPropertyDescriptor(HTMLScriptElement.prototype,"type");function a(e){return!e||["text/javascript","application/javascript","module",o._U,"application/ecmascript","application/x-ecmascript","application/x-javascript","text/ecmascript","text/javascript1.0","text/javascript1.1","text/javascript1.2","text/javascript1.3","text/javascript1.4","text/javascript1.5","text/jscript","text/livescript","text/x-ecmascript","text/x-javascript"].some((function(t){return String(e).split(";")[0]===t}))}const l={defaultValue:o._U,descriptor:c,shouldPrevent:a,useSetAttribute:!0};var u=n(7479),p=n(6277),d=n(5267);const f=Object.getOwnPropertyDescriptor(HTMLScriptElement.prototype,"async");function g(e){return{configurable:f.configurable,enumerable:f.enumerable,get:f.get,set(t){return f.set.call(this,t),(0,d.fQ)(this,e.getState()),t}}}const m=Object.getOwnPropertyDescriptor(HTMLScriptElement.prototype,"defer");function h(e){return{configurable:m.configurable,enumerable:m.enumerable,get:m.get,set(t){return m.set.call(this,t),(0,d.fQ)(this,e.getState()),t}}}var b=n(4814),y=n(5041),O=n(1667),v=n(7861),w=n(8952),$=n(8549),_=n(5677);const j=Object.getOwnPropertyDescriptor(Node.prototype,"textContent");function A(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}const k={type:l},P=function(e){if(e.target&&e.target[o.bW]||y.yu.value.call(e.target,"type")===o._U)return e.preventDefault(),!1},S=function(e){const{node:t,src:n,originalValue:r=n}=e;if(!t)return;if(t[o.UM]=!0,t[o.bW])return void _.yu.value.call(t,"type",o._U);if(y.yu.value.call(t,"type")!==o._U)return(0,i.fq)(t,k),r&&s.qB.call(t,r),t;const c=t?t.ownerDocument:o.Bl,a=t&&(O.y?O.y.get.call(t):t.parentElement)||c.body||c.head,l=(0,b.dG)(t);j.set.call(l,t.textContent);const u=t.attributes;for(let o=u.length-1;o>=0;o--){let{name:e,value:n}=u[parseInt(o,10)];if("nonce"===e)n=t.nonce,_.yu.value.call(l,e,n);else k[`${e}`]||_.yu.value.call(l,e,n)}(0,i.fq)(l,k);for(const[o,i]of Object.entries(t))l[`${o}`]=i;t.onload&&(l.onload=t.onload,t.onload=null),t.onerror&&(l.onerror=t.onerror,t.onerror=null),r&&s.qB.call(l,r),w.y.value.call(l,"beforescriptexecute",P);try{$.y.value.call(a,l,t)}catch(f){try{t&&a&&v.yu.value.call(a,t)}catch(f){}p.y.value.call(a,l)}(0,i.fq)(t,k);const d=y.yu.value.call(t,"src");return d&&s.qB.call(l,d),l},x=function(e){const{node:t,ignore:n,shouldRemoveOnBlock:r}=e;if(n)return S(e);t&&((0,i.js)(t,k),u.y.value.call(t,"beforescriptexecute",P),r&&t.parentElement&&t.parentElement.removeChild(t))},E=function(e){return e&&Object.isPrototypeOf.call(HTMLScriptElement.prototype,e)},D=function(e){return E(e)&&a(y.yu.value.call(e,"type"))},T=function(e,t){try{Object.defineProperties(e.prototype,function(e){for(var t=1;t{"use strict";n.d(t,{Ay:()=>b,oK:()=>f,qB:()=>g});var r=n(2248),o=n(5267),i=n(8437),s=n(1184),c=n.n(s),a=n(5041),l=n(5036),u=n(8734),p=n(5677);const d=Object.getOwnPropertyDescriptor(HTMLScriptElement.prototype,"src");Object.getOwnPropertyDescriptor(u.Yk.HTMLScriptElement.prototype,"src");function f(){if("string"==typeof a.LC.value.call(this,"src")){const e=d.get.call(this);if(e)return r.qi.call(this,e)}return""}function g(e){return d.set.call(this,e),p.LC.value.call(this,"src",e),e}const m=function(e,t){return function(n,s){const{node:c,originalValue:a}=e;if(a!==t&&r.u1.call(c,a)!==r.u1.call(c,t))return e;return n((0,l.OB)(s(),e)||(0,o.tu)(e)?i.Ay.allowScript(e):i.Ay.blockScript(e)),e}},h=function(e,t){return function(n,r){const i=(0,o.LB)({node:e,src:t,ignore:!1},r());if(void 0===i)return c().resolve(i);const{async:s}=i;return s?s.promise.then((function(){return m(i,t)(n,r)})):c().resolve(m(i,t)(n,r))}};function b(e){return{configurable:d.configurable,enumerable:d.enumerable,get(){const t=(0,o.LB)(this,e.getState());return void 0===t?d.get.call(this):r.qi.call(this,t.src)},set(t){return h(this,t)(e.dispatch,e.getState),t}}}},2248:(e,t,n)=>{"use strict";n.d(t,{Jx:()=>v,dG:()=>w,fb:()=>d,fq:()=>y,js:()=>O,mG:()=>m,mf:()=>f,qi:()=>_,u1:()=>$,w9:()=>h,wH:()=>g});var r=n(8734),o=n(5267),i=n(8428),s=n(1344),c=n(2981),a=n(5036),l=n(3615),u=n(2425),p=n(5677);function d(e){let t;try{t=l.L.get.call(e)}catch(n){}return e&&!t&&e[r.bW]||e}function f(e){return e&&e[r.gY]||e}function g(e){return{configurable:e.configurable,enumerable:e.enumerable,value:function(...t){t.length>1&&(t[1]=d(t[1]));const n=e.value.apply(this,t);return(0,o.Qj)(n),n},writable:e.writable}}function m(e,t){if(void 0===e)return;const n=!e.value,r=n&&!e.set,o={configurable:e.configurable,enumerable:e.enumerable};return n?(o.get=function(){return e.get.call(d(this))},r||(o.set=function(n){const r=d(this);return t&&r!==this&&e.set.call(this,n),e.set.call(r,n)})):(o.writable=e.writable,o.value=function(...n){const r=d(this);return t&&r!==this&&e.value.call(this,...n),e.value.call(r,...n)}),o}const h=new WeakMap;function b(e,t,n,o,i){const{defaultValue:s,descriptor:a,convert:l=function(e){return e},shouldPrevent:u=function(){return!0}}=n,p=h.has(e)?h.get(e):{},d=u(o);let f=!1;return void 0!==p[`${t}`]||i||(f=(o=l(a.get.call(e)))===r._U||!c.L.value.call(e,t)),d&&void 0!==o&&(p[`${t}`]=[o,a,f],h.set(e,p)),d?s:o}function y(e,t){const{node:n}=(0,o.R$)(e)||{node:e},r=h.get(n)||{};e&&Object.entries(t||{}).forEach((function([t,n]){const{descriptor:o}=n,[i,s,c]=r[`${t}`]||[];if(void 0!==i)if(c)u.LC.value.call(e,t);else try{o.set.call(e,i)}catch(a){p.LC.value.call(e,t,i)}})),e===n&&h.delete(n)}function O(e,t){Object.entries(t||{}).forEach((function([t,n]){const{descriptor:r}=n,o=b(e,t,n);if(e)try{r.set.call(e,o)}catch(i){p.LC.value.call(e,t,o)}}))}function v(e,t){const{getState:n}=e;return Object.entries(t||{}).reduce((function(e,[t,r]){const{descriptor:i,useSetAttribute:s}=r;return e[`${t}`]={configurable:i.configurable,enumerable:i.enumerable,get(){const e=n(),r=(0,o.R$)(this);if(!(0,a.OB)(e,r)){const e=h.get(this);if(e&&e[`${t}`])return e[`${t}`][0]}return i.get.call(this)},set(e){const c=n(),l=(0,o.R$)(this)||(0,o.Qm)(this,c),u=(0,a.OB)(c,l),d=b(this,t,r,e,!0),f=u?e:d;try{i.set.call(this,f),s&&p.LC.value.call(this,t,f)}catch(g){p.LC.value.call(this,t,f)}}},e}),{})}function w(e){try{e.preventDefault()}catch(t){}try{e.stopPropagation()}catch(t){}try{e.stopImmediatePropagation()}catch(t){}return!1}function $(e){return(0,i.A)(e,(0,s.A)(this.ownerDocument||r.Bl)).href}function _(e){return"http"===String(e).substring(0,4)||"//"===String(e).substring(0,2)?$.call(this,e):e}},3731:(e,t,n)=>{"use strict";n.d(t,{Lg:()=>u});var r=n(2033);const o=window,i=`_${(new Date).getTime()}`;const s=Object.getOwnPropertyDescriptor(window,"localStorage"),c=new r.Ay,a=function(){try{const e=window.localStorage;return e.setItem(i,"1"),e.removeItem(i),!0}catch(e){return!1}}(),l=a&&window.localStorage||c,u=function(){try{return a&&s.get.call(o)||c}catch(e){}return l}},2033:(e,t,n)=>{"use strict";n.d(t,{Ai:()=>c,Ay:()=>l,SO:()=>s});const r=new WeakMap,o=function(e){return r.has(e)||r.set(e,{}),r.get(e)};function i(e){const t=o(this);return Object.hasOwnProperty.call(t,e)?t[`${e}`]:null}function s(e,t){o(this)[`${e}`]=String(t)}function c(e){delete o(this)[`${e}`]}function a(){r.has(this)&&r.set(this,{})}class l{constructor(){r.set(this,{})}getItem(e){return i.call(this,e)}setItem(e,t){return s.call(this,e,t)}removeItem(e){return c.call(this,e)}clear(){return a.call(this)}toString(){return"[object Storage]"}}},8437:(e,t,n)=>{"use strict";n.d(t,{Ay:()=>a,gK:()=>c});var r=n(2362),o=n(2775);function i(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}const s={init:o.Mv,ready:o.Mv,readyApi:(0,o.YW)("apiName","options"),updateLocale:(0,o.YW)("language","json"),updateConfig:o.Mv,fetchDisclosuresBegin:o.Mv,fetchDisclosuresFailure:(0,o.YW)("error","category"),fetchDisclosuresSuccess:(0,o.YW)("disclosures","category"),setExtUsrData:o.Mv,setConsent:(0,o.YW)("category","acceptOrDeny","isDoNotSellView"),setConsentId:o.Mv,allowCookie:o.Mv,blockCookie:o.Mv,allowIFrame:o.Mv,blockIFrame:o.Mv,allowScript:o.Mv,blockScript:o.Mv,acceptAllConsent:o.m7,denyAllConsent:o.m7,saveConsent:(0,o.YW)("consentTimestamp","skipRecord","shouldShowDialog"),revertConsent:o.m7,clearConsent:o.Mv,recordConsent:(0,o.YW)("uuid","consented"),timeoutBegin:o.m7,timeoutComplete:o.m7,render:o.m7,showDialog:o.m7,hideDialog:o.m7,showDrawer:o.m7,hideDrawer:o.m7,showWidget:o.m7,hideWidget:o.m7,focusWidget:o.m7,showDoNotSell:o.m7,hideDoNotSell:o.m7,hideAll:o.m7,goBack:o.m7,showDisclosure:o.Mv,hideDisclosure:o.Mv,showVendorConsent:o.Mv,hideVendorConsent:o.Mv,toggleDisclosure:(0,o.YW)("category","open"),toggleExpansionPanel:(0,o.YW)("id","open")},c=(0,o.cY)([...Object.keys(s)],"OsanoCMP"),a=(0,o.kr)(function(e){for(var t=1;t{"use strict";n.d(t,{Mv:()=>a,YW:()=>l,cY:()=>u,kr:()=>d,lQ:()=>p,m7:()=>c,mz:()=>f});var r=n(2362),o=n(4525);function i(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function s(e){for(var t=1;t{"use strict";n.d(t,{vy:()=>v,Ay:()=>w,ue:()=>g});var r=n(2362),o=n(8734),i=n(3505),s=n(5036),c=n(8437),a=n(4008),l=n(2775),u=n(4525);const p=function(){for(var e=arguments.length,t=Array(e),n=0;n2?n-2:0),s=2;s=1?c.ui.currentScreen=o.Pb.Drawer:c.ui.currentScreen=o.Pb.None,c},y=function(e,t){const n=(0,u.h1)(f({},e),t);return(0,s.Vt)(n)&&(n.config.type={timer:!0,analyticsAlways:!0,categories:!1,rejectAll:!1,firstLayerUsage:!1,managePreferences:!1,canDismissDialog:!0}),(0,s.Gs)(n)||(n.consent[`${o.rO}`]=(0,s.Gd)(n)?o.FA:o.Fr),n},O=(0,l.mz)(g,{[c.gK.ready]:function(e,t){return f(f({},e),{},{ready:f(f({},e.ready),{},{[t]:!0})})},[c.gK.readyApi]:function(e,{apiName:t,options:n={}}){return"shopify"===t?f(f({},e),{},{api:f(f({},e.api),{},{[`${t}`]:n})}):e},[c.gK.timeoutBegin]:function(e){return f(f({},e),{},{timeoutRunning:!0})},[c.gK.timeoutComplete]:function(e){return f(f({},e),{},{timeoutRunning:!1})},[c.gK.init]:y,[c.gK.updateConfig]:function(e,t){return y(e,{config:t})},[c.gK.updateLocale]:function(e,{language}={}){return language?f(f({},e),{},{config:f(f({},e.config),{},{lang:language})}):e},[c.gK.setExtUsrData]:function(e,t){return f(f({},e),{},{extUsrData:`${t}`||e.extUsrData})},[c.gK.showDialog]:function(e){return(0,u.h1)(f({},e),{ui:{currentScreen:o.Pb.Dialog,dialog:{hidden:!1}}})},[c.gK.hideDialog]:function(e){return(0,u.h1)(f({},e),{ui:{currentScreen:o.Pb.None,dialog:{hidden:!0}},timeoutRunning:!1})},[c.gK.showWidget]:function(e){return(0,u.h1)(f({},e),{ui:{widget:{hidden:!1}}})},[c.gK.hideWidget]:function(e){return(0,u.h1)(f({},e),{ui:{widget:{hidden:!0}}})},[c.gK.showDrawer]:function(e){return b(e,{view:i.V.CONSENT,direction:i.M.REPLACE})},[c.gK.hideDrawer]:function(e){return(0,u.h1)(f({},e),{ui:{currentScreen:o.Pb.None,drawer:{hidden:!0}}})},[c.gK.showDoNotSell]:function(e){return b(e,{view:i.V.DO_NOT_SELL,direction:i.M.REPLACE})},[c.gK.hideDoNotSell]:function(e){return f(f({},e),{},{ui:f(f({},e.ui),{},{currentScreen:o.Pb.None,drawer:{currentIndex:0,hidden:!0}})})},[c.gK.goBack]:function(e){var t,n;const r=(null==e||null===(t=e.ui)||void 0===t||null===(t=t.drawer)||void 0===t?void 0:t.views)||[],o=(null==e||null===(n=e.ui)||void 0===n||null===(n=n.drawer)||void 0===n?void 0:n.currentIndex)||0;return b(e,{view:r[parseInt(o,10)]||i.V.CONSENT,direction:i.M.POP})},[c.gK.showDisclosure]:function(e,t){return b(e,{view:i.V.DISCLOSURE,direction:t})},[c.gK.hideDisclosure]:function(e){return b(e,{view:i.V.DISCLOSURE,direction:i.M.POP})},[c.gK.showVendorConsent]:function(e,t){return b(e,{view:i.V.VENDOR_CONSENT,direction:t})},[c.gK.hideVendorConsent]:function(e){return b(e,{view:i.V.VENDOR_CONSENT,direction:i.M.POP})},[c.gK.hideAll]:function(e){return(0,u.h1)(f({},e),{ui:{dialog:{hidden:!0},drawer:{hidden:!0},widget:{hidden:!0}},timeoutRunning:!1})},[c.gK.setConsent]:function(e,{category:t,acceptOrDeny:n,isDoNotSellView:r}){const i=(0,s.lf)(e),c=r||(0,s.tu)(e);function a(t,n,r){switch(t){case o.rG:return o.FA;case o.H7:return(0,s.v)(e,n);case o.TG:if(c){if(r&&r[`${o.H7}`]===o.FA)return o.Fr;if(!r&&(0,s.aE)(e,o.H7))return o.Fr}return n}return n===o.FA?o.FA:o.Fr}if("object"==typeof t){const{extUsrData:n,consentTimestamp:r}=t;return f(f({},e),{},{consent:f(f({},e.consent),Object.entries(t).reduce((function(e,[n,r]){return i.includes(n)&&(e[`${n}`]=a(n,r,t)),e}),{})),consentTimestamp:r>0?r:e.consentTimestamp,extUsrData:n?`${n}`:e.extUsrData})}if("string"==typeof t){if(!i.includes(t))return e;const r=f(f({},e.consent),{},{[t]:a(t,n)});return c&&t===o.H7&&n===o.FA&&(r[`${o.TG}`]=o.Fr),f(f({},e),{},{consent:r})}return e},[c.gK.acceptAllConsent]:function(e){const t=h(o.FA)(e),n=(0,s.v)(e,o.Fr);return n===o.FA&&(t.consent[`${o.H7}`]=n,t.consent[`${o.TG}`]=o.Fr),t},[c.gK.denyAllConsent]:h(o.Fr),[c.gK.saveConsent]:function(e,{consentTimestamp:t=Date.now()}){const n=(0,s.Vk)(e,t),r=(0,s.hr)(e);return(0,s.IP)(e)&&(0,s.aE)(e,o.H7)&&(r[`${o.TG}`]=o.Fr),f(f({},e),{},{consent:r,consentTimestamp:t,savedConsent:n?g.savedConsent:f({},r)})},[c.gK.clearConsent]:function(e){const t=(0,s.v)(e,g.consent[`${o.H7}`]);return f(f({},e),{},{consent:f(f({},g.consent),{},{[o.H7]:t,[o.rO]:(0,s.Gd)(e)?o.FA:o.Fr}),consentTimestamp:0,savedConsent:g.savedConsent})},[c.gK.revertConsent]:function(e){const t=f({},(0,s.Yh)(e)||g.consent);return(0,s.Yh)(e)||(t[`${o.H7}`]=(0,s.v)(e,t[`${o.H7}`]),t[`${o.rO}`]=(0,s.Gd)(e)?o.FA:o.Fr),f(f({},e),{},{consent:t})},[c.gK.toggleExpansionPanel]:function(e,{id:t,open:n}){const r=f({},e.ui.expansionPanels);let o=!r[`${t}`];return void 0!==n&&(o=n),o?r[`${t}`]=!0:delete r[`${t}`],f(f({},e),{},{ui:f(f({},e.ui),{},{expansionPanels:r})})},[c.gK.toggleDisclosure]:function(e,{category:t,open:n}){const r=f({},e.disclosures.open);let o=!r[`${t}`];return void 0!==n&&(o=n),o?r[`${t}`]=!0:delete r[`${t}`],f(f({},e),{},{disclosures:f(f({},e.disclosures),{},{open:r})})},[c.gK.fetchDisclosuresBegin]:function(e,t){return f(f({},e),{},{disclosures:f(f({},e.disclosures),{},{loading:!0,fetched:[...e.disclosures.fetched,t].filter((function(e,t,n){return n.indexOf(e)===t}))})})},[c.gK.fetchDisclosuresFailure]:function(e,{category:t}){return f(f({},e),{},{disclosures:f(f({},e.disclosures),{},{loading:!1,fetched:e.disclosures.fetched.filter((function(e){return e!==t}))})})},[c.gK.fetchDisclosuresSuccess]:function(e,{disclosures:t=[]}){const{disclosures:{results:n,fetched:r=[]}}=e,o=(0,s.bW)(e),i=[...r],c=Object.entries(t.reduce(m,f({},n))).filter((function([e]){return o.includes(e)&&i.push(e)})).reduce((function(e,[t,n]){const r={};return e[`${t}`]=n.filter((function(e){if(!e)return!1;const{name:t,type:n="cookie"}=e,o=`${n}:${t}`;return!r[`${o}`]&&(r[`${o}`]=!0,!0)})).sort((function(e,t){return`${e.type}:${e.name}`.localeCompare(`${t.type}:${t.name}`)})),e}),{});return f(f({},e),{},{disclosures:f(f({},e.disclosures),{},{results:c,fetched:i.filter((function(e,t,n){return n.indexOf(e)===t})),loading:!1})})}});function v(e={}){return p.apply(null,[u.h1.apply(null,[{},g,...Object.values(e).map((function(e){return e()}))]),O,...Object.values(e)])}const w=v()},5036:(e,t,n)=>{"use strict";n.d(t,{Cw:()=>U,DQ:()=>we,DZ:()=>j,Dp:()=>ge,G8:()=>pe,Gd:()=>ce,Gs:()=>Oe,Gy:()=>He,H:()=>Ie,HC:()=>ye,Hb:()=>Fe,I1:()=>De,IP:()=>de,IZ:()=>re,JH:()=>R,Kn:()=>Be,LU:()=>Le,MJ:()=>be,OB:()=>Ae,Ou:()=>B,Ow:()=>Me,PR:()=>S,Pq:()=>V,QH:()=>D,R_:()=>he,Sf:()=>G,U0:()=>x,UX:()=>F,Um:()=>Ne,Vk:()=>_e,Vt:()=>_,Wi:()=>J,XL:()=>je,Xg:()=>$,YK:()=>I,Yh:()=>Z,Ym:()=>Y,Zp:()=>Se,_m:()=>v,_o:()=>me,a8:()=>fe,aE:()=>ie,aX:()=>K,ao:()=>ae,bW:()=>P,c4:()=>xe,cJ:()=>ue,dP:()=>q,fJ:()=>z,fc:()=>E,gI:()=>O,h:()=>N,hr:()=>T,i_:()=>W,jB:()=>se,jU:()=>Q,kA:()=>Re,kR:()=>te,lf:()=>C,nj:()=>X,pH:()=>ee,pU:()=>le,q$:()=>ne,qi:()=>L,qv:()=>M,rE:()=>oe,ro:()=>b,sD:()=>Ee,tC:()=>$e,td:()=>Ce,tu:()=>w,uF:()=>ke,v:()=>k,vk:()=>Ue,ye:()=>H,z6:()=>ve,ze:()=>Pe});var r=n(2362),o=n(8734),i=n(4008),s=n(8428),c=n(3505),a=n(4525),l=n(3731),u=n(6136);function p(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}const d=(0,s.A)(i.OSANO_IFRAME_URI).hostname,f=["","debug","permissive","production"],g=[],m=[{elementModifiers:{type:"no-results"},type:"no-results"}],h=function(e){return!!(0,a.Jt)(e,"config.managePreferencesEnabled")},b=function(e){return!!(0,a.Jt)(e,"disclosures.loading")},y=function(e){return(0,a.Jt)(e,"config.jurisdiction")||""},O=function(e){return`${y(e)}`.substring(0,2)||null},v=function(e){return"us"===(O(e)||"").toLowerCase()},w=function(e){return!!(0,a.Jt)(e,"iab.usp.ccpaApplies",v(e))},$=function(e){return!1===Object.values((0,a.Jt)(e,"config.type",{})).reduce((function(e,t){return e||t}),!1)},_=function(e){return(0,a.Jt)(e,"config.ccpaRelaxed",!1)&&v(e)&&$(e)},j=function(e,t){return(t&&(0,a.Jt)(e,"disclosures.fetched")||[]).indexOf(t)>=0},A=function(e){const t=!!(0,a.Jt)(e,"config.gpcSupport"),n=!!(0,a.Jt)(e,"config.dntSupport");if(!t&&!n)return!1;const r=!!o.gg.navigator.globalPrivacyControl,i=["1",1,!0].includes(o.gg.navigator.doNotTrack);return t&&r||n&&i},k=function(e,t){if(A(e)||t===o.FA||!0===t)return o.FA;if(void 0===t){return(0,a.Jt)(e,`consent.${o.H7}`)||u.ue.consent[o.H7]}return o.Fr},P=function(e){return(0,a.Jt)(e,"config.categories")||u.ue.config.categories},S=function(e){return[o.O3,...P(e)].filter((function(e){return e!==o.rG}))},x=function(e){return P(e).filter((function(e){return e!==o.rG}))},E=function(e,t){const n=(0,a.Jt)(e,`disclosures.results.${t}`)||[];if(n.length)return n;return b(e)&&!j(e,t)?g:m},D=function(e){return(0,a.Jt)(e,"config.configId")||""},T=function(e){const t=function(e){for(var t=1;t0},$e=function(e){return!!(0,a.Jt)(e,"ui.widget.hidden")},_e=function(e,t){const n=Y(e),r=parseInt(t,10),o=isNaN(r)?0:r+1e3*n,i=Date.now(),s=function(e){const t=~~(Date.now()/1e3),n=parseInt((0,a.Jt)(e,"config.forceReconsent"),10);return isNaN(n)||n>t?0:n}(e);return o<=i||t<1e3*s},je=function(e){return!!(0,a.Jt)(e,"config.iframeBlocking")},Ae=function(e,t){if(void 0===t)return!0;const{async:n,classification:r,entityType:i,fromOsano:s,ignore:c,node:a,src:l}=t;if(c)return!0;if(n&&n.running)return!1;if(a&&a[o.I_])return!0;if(me(e,i))return!0;switch(i){case"cookie":{const{"max-age":e,expires:n}=t;if(void 0!==e){if(parseInt(e,10)<=0)return!0}else if(void 0!==n&&new Date(n).getTime()<=Date.now())return!0;if(s)return!1;break}case"iframe":if(!je(e)||!l)return!0;if(s)return!0;break;case"script":if(s||!l)return!0}if(""===r)return!1;if(r===o.rG)return!0;if(r===o.iZ)return!1;if(!Oe(e)&&r===o.rO)if(ce(e))return!0;return r===o.RG||r===o.zT?function(e,t){return"permissive"===R(e,t)}(e,i):(Z(e)||{})[`${r}`]===o.FA},ke=function(e){return(0,a.Jt)(e,"config.googleConsent")||!1},Pe=function(e){return!!(0,a.Jt)(e,"config.type.categories")},Se=function(e){return!!(0,a.Jt)(e,"config.policyLinkInDrawer",!1)},xe=function(e){return!!(0,a.Jt)(e,"shouldTattle")},Ee=function(e){return(0,a.Jt)(e,"config.type.rejectAll")},De=function(e){return(0,a.Jt)(e,"config.type.firstLayerUsage")},Te=function(e){return(0,a.Jt)(e,"config.type.managePreferences")},Ce=function(e){return(0,a.Jt)(e,"config.forceManagePreferences",!1)},Ne=function(e){return(0,a.Jt)(e,"config.type.canDismissDialog")},Ie=function(e){return!!(0,a.Jt)(e,"config.crossDomain",!1)},Le=function(e){return!h(e)&&Pe(e)},Me=function(e){return Pe(e)?h(e):Te(e)||Ce(e)},Re=function(e){return Te(e)||Pe(e)},Fe=function(e){return Ee(e)&&Pe(e)},He=function(e){return Te(e)&&Le(e)&&!Me(e)&&(q(e)||Re(e)||!Ce(e))},Be=function(e){return(0,a.Jt)(e,"config.disclosedVendorCount")},Ue=function(e){return(0,a.Jt)(e,"config.documentPatching",!0)}},5053:(e,t,n)=>{"use strict";n.d(t,{A:()=>c});var r=n(1184),o=n.n(r),i=n(8428);const s=function(e,t,n={}){let r=(0,i.A)(t).href;const s={method:e.toUpperCase(),headers:{Accept:"application/json","Content-Type":"application/json"},mode:"cors",redirect:"follow",referrer:"no-referrer",body:"GET"!==e?JSON.stringify(n):void 0};return"get"===e.toLowerCase()&&(r=Object.entries(n).reduce((function(e,[t,n],r){return`${e}${0===r?"?":"&"}${encodeURIComponent(t)}=${encodeURIComponent(n)}`}),r)),new(o())((function(e,t){const n=new XMLHttpRequest,i=[],c=[],a={},l=function(){return{ok:2==(n.status/100|0),statusText:n.statusText,status:n.status,url:n.responseURL,text:function(){return o().resolve(n.responseText)},json:function(){return o().resolve(n.responseText).then(JSON.parse)},blob:function(){return o().resolve(new Blob([n.response]))},clone:l,headers:{keys:function(){return i},entries:function(){return c},get:function(e){return a[e.toLowerCase()]},has:function(e){return e.toLowerCase()in a}}}};n.onreadystatechange=function(){4===n.readyState&&(n.status>=200&&n.status<300?(n.getAllResponseHeaders().replace(/^(.*?):[^\S\n]*([\s\S]*?)$/gm,(function(e,t,n){i.push(t=t.toLowerCase()),c.push([t,n]),a[`${t}`]=a[`${t}`]?`${a[`${t}`]},${n}`:n})),e(function(e){return 204===e.status||"opaque"===e.type?"":e.json().then((function(t){return e.ok?t:o().reject(e)}))}(l()))):t({status:n.status,statusText:n.statusText}))},n.open(s.method||"get",r,!0),n.withCredentials="include"===s.credentials;for(const r in s.headers)Object.hasOwnProperty.call(s.headers,r)&&n.setRequestHeader(`${r}`,s.headers[`${r}`]);n.send(s.body||null)}))},c={get:function(e,t){return s("GET",e,t)},post:function(e,t){return s("POST",e,t)}}},924:(e,t,n)=>{"use strict";n.d(t,{iF:()=>a,mH:()=>c,D_:()=>u});var r=n(8428),o=n(1344);const i=Object.getOwnPropertyDescriptor(Document.prototype,"getElementsByTagName")||Object.getOwnPropertyDescriptor(HTMLDocument.prototype,"getElementsByTagName");var s=n(8734);const c=function(e){const t=e instanceof HTMLElement&&window.getComputedStyle(e).overflowY;return e?"visible"!==t&&"hidden"!==t&&e.scrollHeight>=e.clientHeight?e:c(e.parentNode)||document.body:null},a=function(e){const t=i.value.call(s.Bl,"script"),n=(0,r.A)(e,(0,o.A)(s.Bl));for(let r=0;r{"use strict";n.d(t,{A:()=>o});const r=function(e,t){const n=String(e).replace(/^\s+|\s+$/g,"").match(/^([^:/?#]+:)?(?:\/\/(?:([^:@/?#]*)(?::([^:@/?#]*))?@)?(([^:/?#]*)(?::(\d*))?))?([^?#]*)(\?[^#]*)?(#[\s\S]*)?/);if(!n)throw new RangeError;let o=n[1]||"",i=n[2]||"",s=n[3]||"",c=n[4]||"",a=n[5]||"",l=n[6]||"",u=n[7]||"",p=n[8]||"",d=n[9]||"";if(void 0!==t){const e=r(t),n=""===o&&""===c&&""===i;n&&""===u&&""===p&&(p=e.search),n&&"/"!==u.charAt(0)&&(u=""!==u?`${""===e.host&&""===e.username||""!==e.pathname?"":"/"}${e.pathname.slice(0,e.pathname.lastIndexOf("/")+1)}${u}`:e.pathname);const d=[];u.replace(/^(\.\.?(\/|$))+/,"").replace(/\/(\.(\/|$))+/g,"/").replace(/\/\.\.$/,"/../").replace(/\/?[^/]*/g,(function(e){return"/.."===e?d.pop():d.push(e),""})),u=d.join("").replace(/^\//,"/"===u.charAt(0)?"/":""),n&&(l=e.port,a=e.hostname,c=e.host,s=e.password,i=e.username),""===o&&(o=e.protocol)}const f=""!==o||""!==c?"//":"";return{origin:`${o}${f}${c}`,href:`${o}${f}${""!==i?`${i}${""!==s?`:${s}`:""}@`:""}${c}${u}${p}${d}`,protocol:o,username:i,password:s,host:c,hostname:a,port:l,pathname:u,search:"?"===p?"":p,hash:"#"===d?"":d}},o=r},6269:(e,t,n)=>{"use strict";var r;n.d(t,{v4:()=>d});var o=new Uint8Array(16);function i(){if(!r&&!(r="undefined"!=typeof crypto&&crypto.getRandomValues&&crypto.getRandomValues.bind(crypto)||"undefined"!=typeof msCrypto&&"function"==typeof msCrypto.getRandomValues&&msCrypto.getRandomValues.bind(msCrypto)))throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");return r(o)}const s=/^(?:[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|00000000-0000-0000-0000-000000000000)$/i;const c=function(e){return"string"==typeof e&&s.test(e)};for(var a=[],l=0;l<256;++l)a.push((l+256).toString(16).substr(1));const u=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,n=(a[e[t+0]]+a[e[t+1]]+a[e[t+2]]+a[e[t+3]]+"-"+a[e[t+4]]+a[e[t+5]]+"-"+a[e[t+6]]+a[e[t+7]]+"-"+a[e[t+8]]+a[e[t+9]]+"-"+a[e[t+10]]+a[e[t+11]]+a[e[t+12]]+a[e[t+13]]+a[e[t+14]]+a[e[t+15]]).toLowerCase();if(!c(n))throw TypeError("Stringified UUID is invalid");return n};const p=function(e,t,n){var r=(e=e||{}).random||(e.rng||i)();if(r[6]=15&r[6]|64,r[8]=63&r[8]|128,t){n=n||0;for(var o=0;o<16;++o)t[n+o]=r[o];return t}return u(r)};function d(e){let t;try{t=p(e)}catch(n){t="xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g,(function(e){var t=16*Math.random()|0;return("x"===e?t:3&t|8).toString(16)}))}return t}},1344:(e,t,n)=>{"use strict";function r(e){let t=e&&e.baseURI;if(e&&!t)try{const n=e.getElementsByTagName("base")[0];t=n?n.href:e.location}catch(n){t=e.location}return t}n.d(t,{A:()=>r})},4525:(e,t,n)=>{"use strict";n.d(t,{D_:()=>c,Jt:()=>l,LW:()=>u,h1:()=>s,kR:()=>f,kW:()=>g,xQ:()=>p});var r=n(2362);function o(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}const i=function(e,[t,n]){const r=e[`${t}`],o=typeof r,s=typeof n;if(null===n)e[`${t}`]=null;else switch(o){case"object":Array.isArray(r)?Array.isArray(n)&&(e[`${t}`]=Object.entries(n).reduce(i,e[`${t}`])):"object"!==s||Array.isArray(n)||(e[`${t}`]=Object.entries(n).reduce(i,e[`${t}`]));break;case"function":break;default:switch(s){case"function":break;case"object":Array.isArray(n)?e[`${t}`]=[...n]:e[`${t}`]=Object.entries(n).reduce(i,{});break;default:e[`${t}`]=n}}return e};function s(e,t){return e===t||"object"!=typeof t?function(e){for(var t=1;t{"use strict";e.exports=window.Promise},4008:e=>{"use strict";e.exports={LANGUAGES:["af","ar","bg","ca","cs","da","de-at","de","el","en-au","en-ca","en-gb","en","es-mx","es","et","fa","fi","fr-ca","fr","gd","he","hi","hr","hu","hy","id","is","it","ja","kk","ko","lt","lv","mi","ms","nb","nl-be","nl","nn","no","pl","pt-br","pt","ro","ru","sk","sl","sq","sr","sv","th","tl","tr","uk","vi","zh-hk","zh-tw","zh","zu"],CONSENT_URI:"https://consent.api.osano.com",DISCLOSURE_URI:"https://disclosure.api.osano.com",LOCALE_URI:"https://locale.cmp.osano.com",TATTLE_URL:"https://tattle.api.osano.com",LOOKUPS_URI:"https://lookups.api.osano.com",OSANO_IFRAME_URI:"https://cmp.osano.com",OSANO_IFRAME_ORIGIN:"https://cmp.osano.com",OSANO_SCRIPT_URI:"https://cmp.osano.com",OSANO_DSAR_URI:"https://my.datasubject.com",OSANO_VENDORLIST_URI:"https://cmp.osano.com",OSANO_ORIGIN:"https://cmp.osano.com",CMP_VERSION:"2025.7.3",IAB_CMP_VERSION:2787,GDPR_COUNTRIES:[]}},2362:(e,t,n)=>{"use strict";function r(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}n.d(t,{A:()=>r})},5126:(e,t,n)=>{"use strict";function r(e,t){if(null==e)return{};var n,r,o=function(e,t){if(null==e)return{};var n,r,o={},i=Object.keys(e);for(r=0;r=0||(o[n]=e[n]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(r=0;r=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(o[n]=e[n])}return o}n.d(t,{A:()=>r})}},t={};function n(r){var o=t[r];if(void 0!==o)return o.exports;var i=t[r]={exports:{}};return e[r](i,i.exports,n),i.exports}n.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return n.d(t,{a:t}),t},n.d=(e,t)=>{for(var r in t)n.o(t,r)&&!n.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:t[r]})},n.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),n.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},(()=>{"use strict";var e=n(1184),t=n.n(e),r=n(2362),o=n(8734),i=n(9592),s=n(5036),c=n(8437);const a=new WeakMap;function l(e,...t){const n=a.get(this),r=[...n[`${e}`]||[]];n[`${e}`]=r.filter((function([,e]){return!e})),a.set(this,n),r.forEach((function([e]){return e.apply(void 0,t)}))}function u(e,t,n){if("function"==typeof t){const r=a.get(this),o=r[`${e}`]||[];if(o.some((function([e]){return e===t})))return;o.push([t,!!n]),r[`${e}`]=o,a.set(this,r)}}function p(e,t){const n=a.get(this),r=n[`${e}`]||[];n[`${e}`]=r.filter((function([e]){return e!==t})),a.set(this,n)}const d=new class{constructor(){a.set(this,{})}emit(...e){return l.apply(this,e)}addListener(...e){return u.call(this,e[0],e[1])}once(...e){return u.call(this,e[0],e[1],!0)}removeListener(...e){return p.apply(this,e)}};function f({dispatchEvent:e}){return function(t){return function(n){return function(r){const i=t.getState(),a=(0,s.hr)(i),l=null!==(0,s.Yh)(i),u=(0,s.Yh)(i)||{},p=n(r),d=t.getState(),f=(0,s.lf)(d),{type:g,payload:m}=r;switch(g){case c.gK.ready:switch("blocking"===m&&e(o.qY.BLOCKING),m){case"blocking":case"consent":case"dom":if((0,s.Dp)(d)){const t=(0,s.Yh)(d);e(o.qY.INIT,t||void 0)}}break;case c.gK.updateLocale:{const{json:t}=m;e(o.qY.LOCALE_UPDATED,t);break}case c.gK.setConsent:{const{category:t,acceptOrDeny:n}=m;if(t&&"object"==typeof t){const r=Object.entries(t).reduce((function(e,[t,n]){return f.includes(t)&&n!==a[`${t}`]&&(e[`${t}`]=n),e}),{});!n&&Object.keys(r).length&&e(o.qY.CONSENT_CHANGED,r)}else"string"==typeof t&&f.includes(t)&&e(o.qY.CONSENT_CHANGED,{[t]:n===o.FA?o.FA:o.Fr});break}case c.gK.saveConsent:{const t=(0,s.Yh)(d);t&&(e(o.qY.CONSENT_SAVED,t),l||e(o.qY.NEW_CONSENT,t),[o.rO,o.TG,o.$w,o.O3].forEach((function(n){t[`${n}`]===o.FA&&u[`${n}`]!==t[`${n}`]&&e(o.qY[`CONSENT_ACCEPT_${n}`])})),t[`${o.H7}`]===o.FA&&u[`${o.H7}`]!==t[`${o.H7}`]&&e(o.qY.CCPA_OPT_OUT));break}case c.gK.clearConsent:break;case c.gK.blockCookie:case c.gK.blockIFrame:case c.gK.blockScript:{const{payload:t}=r,{entityType:n}=t;switch(n){case"cookie":e(o.qY.COOKIE_BLOCKED,t.name);break;case"iframe":e(o.qY.IFRAME_BLOCKED,t.src);break;case"script":e(o.qY.SCRIPT_BLOCKED,t.src)}break}case c.gK.hideDialog:e(o.qY.UI_CHANGED_STATE,"dialog","hide");break;case c.gK.hideDrawer:e(o.qY.UI_CHANGED_STATE,"drawer","hide");break;case c.gK.hideWidget:e(o.qY.UI_CHANGED_STATE,"widget","hide");break;case c.gK.hideDoNotSell:e(o.qY.UI_CHANGED_STATE,"doNotSell","hide");break;case c.gK.showDialog:e(o.qY.UI_CHANGED_STATE,"dialog","show");break;case c.gK.showDrawer:e(o.qY.UI_CHANGED_STATE,"drawer","show");break;case c.gK.showWidget:e(o.qY.UI_CHANGED_STATE,"widget","show");break;case c.gK.showDoNotSell:e(o.qY.UI_CHANGED_STATE,"doNotSell","show")}return p}}}}var g=n(6136),m=n(3731),h=n(4525);function b(e){return function(t){var n=t.dispatch,r=t.getState;return function(t){return function(o){return"function"==typeof o?o(n,r,e):t(o)}}}}var y=b();y.withExtraArgument=b;const O=y;function v(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}const w="true"===(0,m.Lg)().getItem(`${o.AQ}_debug`),$=function(e={},t){const n=[t,f({dispatchEvent:function(...e){return d.emit.apply(d,e)}}),O].filter((function(e){return!!e})),c=w&&window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__||i.compose;let a;const l=(0,h.h1)(function(e){for(var t=1;t128)throw t;switch(typeof e){case"string":case"number":return n;default:throw t}};const J=function(){const e={},t=window.Osano.data;for(let r=t.length-1;r>=0;r--){const[o,...i]=Array.from(t[r]);if("userData"===o){try{e.extUsrData=W(i[0])}catch(n){console.error(n)}t.splice(r,1)}}return e}();class G{constructor({emitter:e,store:t}){U.set(this,{emitter:e,store:t,deprecation:{storage:{getConsent:function(){return R({},(0,s.hr)(t.getState()))}}}})}setup(e){e.Osano.cm=this;const t=function(t){const[n,...r]=Array.from(t);if("string"==typeof n)if(n.startsWith("on")){const t=`osano-cm-${n.substring(2).replace(/([a-z])([A-Z])/g,"$1-$2").toLowerCase()}`;e.Osano.cm.addEventListener(t,...r)}else 1===r.length?e.Osano.cm[n]=r[0]:console.error(new Error(`Osano: Expected one argument for property setter "${n}", got ${r.length}`));else console.error(new Error(`Osano: First argument must be a "string", got "${typeof n}"`))},n=e.Osano.data;n.push=t,n.forEach(t),n.splice(0,n.length)}on(...e){this.addEventListener.apply(this,e)}addEventListener(...e){const[t]=e,{emitter:n,store:r}=U.get(this),i=r.getState();switch(t){case o.qY.INIT:if(n.once.apply(n,e),(0,s.Dp)(i))if((0,s.Gs)(i)){const e=R({},(0,s.Yh)(i));n.emit.call(n,o.qY.INIT,e)}else n.emit.call(n,o.qY.INIT);break;case o.qY.CONSENT_SAVED:if(n.addListener.apply(n,e),(0,s.cJ)(i)&&(0,s.Gs)(i)){const t=e[1];if("function"==typeof t){const e=R({},(0,s.Yh)(i));requestAnimationFrame((function(){return t(e)}))}}break;case o.qY.CONSENT_ACCEPT_ANALYTICS:K(o.rO,t,U.get(this),e);break;case o.qY.CONSENT_ACCEPT_MARKETING:K(o.TG,t,U.get(this),e);break;case o.qY.CONSENT_ACCEPT_PERSONALIZATION:K(o.$w,t,U.get(this),e);break;case o.qY.CONSENT_ACCEPT_STORAGE:K(o.O3,t,U.get(this),e);break;case o.qY.CCPA_OPT_OUT:K(o.H7,t,U.get(this),e);break;default:n.addListener.apply(n,e)}}off(...e){this.removeEventListener.apply(this,e)}removeEventListener(...e){const{emitter:t}=U.get(this);t.removeListener.apply(t,e)}emit(e){"osano-cm-dom-info-dialog-open"!==e||this.showDrawer()}get drawerOpen(){const{store:e}=U.get(this);return(0,s.MJ)(e.getState())}get dialogOpen(){const{store:e}=U.get(this);return(0,s.R_)(e.getState())}set locale(e){const{store:t}=U.get(this);L(t,e)}get locale(){return o.hT.locale}get mode(){const{store:e}=U.get(this);return(0,s.Wi)(e.getState())}showWidget(){const{store:e}=U.get(this);e.dispatch(c.Ay.showWidget())}hideWidget(){const{store:e}=U.get(this);e.dispatch(c.Ay.hideWidget())}showDialog(){const{store:e}=U.get(this);e.dispatch(c.Ay.showDialog())}hideDialog(){const{store:e}=U.get(this);e.dispatch(c.Ay.hideDialog())}showDrawer(){const{store:e}=U.get(this);e.dispatch(c.Ay.showDrawer())}hideDrawer(){const{store:e}=U.get(this);e.dispatch(c.Ay.hideDrawer())}showDoNotSell(){const{store:e}=U.get(this);e.dispatch(c.Ay.showDoNotSell())}hideDoNotSell(){const{store:e}=U.get(this);e.dispatch(c.Ay.hideDrawer()),setTimeout((function(){e.dispatch(c.Ay.hideDoNotSell())}),400)}render(){const{store:e}=U.get(this);e.dispatch(c.Ay.render())}ready(e,t){const{store:n}=U.get(this);n.dispatch(c.Ay.readyApi(e,t))}get analytics(){const{store:e}=U.get(this);return(0,s.hr)(e.getState())[`${o.rO}`]===o.FA}get cmpContentHash(){const{store:e}=U.get(this);return e.getState().cmpContentHash}get cmpVersion(){const{store:e}=U.get(this);return e.getState().cmpVersion}get countryCode(){const{store:e}=U.get(this),t=e.getState();return(0,s.qi)(t).substring(0,2)}get jurisdiction(){const{store:e}=U.get(this),t=e.getState();return(0,s.qi)(t)}get marketing(){const{store:e}=U.get(this);return(0,s.hr)(e.getState())[`${o.TG}`]===o.FA}get personalization(){const{store:e}=U.get(this);return(0,s.hr)(e.getState())[`${o.$w}`]===o.FA}get publishTimestamp(){const{store:e}=U.get(this);return e.getState().publishTimestamp}get optOut(){const{store:e}=U.get(this);return(0,s.hr)(e.getState())[`${o.H7}`]===o.FA}getConsent(){const{store:e}=U.get(this);return R({},(0,s.hr)(e.getState()))}get storage(){const{deprecation:{storage:e}}=U.get(this);return e}set userData(e){const{store:t}=U.get(this);if((0,s.ye)(t.getState())){const n=W(e);t.dispatch(c.Ay.setExtUsrData(n))}}get userData(){const{store:e}=U.get(this);return(0,s.Ou)(e.getState())}}var Y=n(8251),V=n(4960),Q=n(4045),q=n(5267),z=n(5677);const Z={childList:!0,subtree:!0,attributes:!0,attributeFilter:["osano","data-osano"],attributeOldValue:!0},X=function(e,t){return function(n){const{async:r,entityType:i,node:s,ignore:a,classification:l}=n;if(s&&s.osano&&delete s.dataset.osano,!a&&!l&&r&&r.running){if(!r.listening){switch(i){case"iframe":(0,V.om)(n);break;case"script":(0,Q.om)(n)}r.listening=!0,r.promise.then((function(){return X(e,t)(n)}))}return n}if(e.shouldBlockEntity(n)){switch(i){case"iframe":t.dispatch(c.Ay.blockIFrame(n));break;case"script":t.dispatch(c.Ay.blockScript(n))}return n}if(s[o.UM])return n;switch(i){case"iframe":t.dispatch(c.Ay.allowIFrame(n));break;case"script":t.dispatch(c.Ay.allowScript(n))}return n}};function ee(e,t,n,r,o,i,s){try{var c=e[i](s),a=c.value}catch(l){return void n(l)}c.done?t(a):Promise.resolve(a).then(r,o)}function te(e){return function(){var t=this,n=arguments;return new Promise((function(r,o){var i=e.apply(t,n);function s(e){ee(i,r,o,s,c,"next",e)}function c(e){ee(i,r,o,s,c,"throw",e)}s(void 0)}))}}var ne=n(5126),re=n(4814),oe=n(924);const ie=["format","consentTimestamp","expDate"];function se(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function ce(e){for(var t=1;t=o.gz)return t().reject("Iframe did not respond to messages.");const i=(0,s.QH)(r()),c=pe({storeKey:o.AQ,configId:i,eventName:o.AR,format:"json"});return fe(i,c,e,(function(e){return ge(e+1)(n,r)}))(n,r)}},me="Cross-Domain consent is not supported",he=function(){return function(e,n){if((0,s.H)(n()))return new(t())((function(t,n){(0,oe.D_)((function(){return le().then((function(){return e(ge())})).then((function(){return e((function(e,t){const n=(0,s.QH)(t()),r=pe({storeKey:o.AQ,configId:n,eventName:o.Tn,format:"json"});return fe(n,r,"Request for consent from root domain failed.")(e,t)}))})).then(t).catch(n)}))}));throw me}},be=function(e,n){return function(r,i){return(0,s.H)(i())?le().then((function(){return r(function(e,t=Date.now()){return function(n,r){const i=r(),c=(0,s.QH)(i),a=pe({storeKey:o.AQ,configId:c,eventName:o._$,consent:e,consentTimestamp:t,format:"json"});return fe(c,a,"Could not store consent on root domain.")(n,r)}}(e,n))})):t().reject(me)}},ye=function(){return function(e,n){return(0,s.H)(n())?le().then((function(){return e((function(e,t){const n=(0,s.QH)(t()),r=pe({storeKey:o.AQ,configId:n,eventName:o.KW,consentTimestamp:0,expDate:0,format:"json"});return fe(n,r,"Could not clear consent from root domain.")(e,t)}))})):t().reject(me)}},Oe=["customerId","configId","consentedCategories","uuid"];function ve(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function we(e){for(var t=1;t=2?n.pop().split(";").shift():""},ke=function(e){const t=(0,q.SK)(e,{}),{name:n,fromOsano:r,value:i}=t,s=(0,ne.A)(t,$e),c=Object.entries(s).reduce(_e,`${n}=${i}`);r&&je.set.call(o.Bl,`${c}; expires=1 Jan 1970 00:00:00 GMT;`),je.set.call(o.Bl,c)},Pe=function(){if(window.dataLayer=window.dataLayer||[],!window.dataLayer.some((function(e){return e[1]===`developer_id.${o.EH}`})))try{window.dataLayer.push(["set",`developer_id.${o.EH}`,!0])}catch(e){}},Se=function(e={},t=o.q6){if(t===o.SD){if((window.dataLayer||[]).find((function(e){return e[0]===o.u4&&e[1]===o.SD})))return}try{const n=Object.entries(o.jA).reduce((function(t,[n,r]){return r.forEach((function(r){e[`${n}`]&&(t[`${r}`]=n===o.rG?o.aI:o.ft[e[`${n}`]])})),t}),{});Object.keys(n).length>0&&window.gtag(o.u4,t,n)}catch(n){}},xe=/^((GT)|G|(AW)|(DC)|(GMC)|(UA))-/i,Ee=new Set;let De=!1;function Te({0:e,1:t}={}){switch(null==e?void 0:e.toLowerCase()){case o.u4:return void([o.q6,o.SD].includes(null==t?void 0:t.toLowerCase())&&(De=!0));case o.yp:return void(De||Ee.has(t)||!xe.test(t)||(Ee.add(t),console.warn(`Error: Google tag ${t} loaded before Consent Mode update. Please review and resolve Google Consent Mode sequencing.`)))}}let Ce=!1;function Ne(){if(!window.dataLayer||Ce)return;let e=window.DataLayerHelper;e||(n(5289),e=window.DataLayerHelper,delete window.DataLayerHelper),new e(window.dataLayer,Te,!0),Ce=!0}var Ie=n(8428),Le=n(1344),Me=n(2033);function Re(e){return 0===String(e).indexOf(o.AQ)}const Fe=Object.getOwnPropertyDescriptor(Storage.prototype,"removeItem");function He(e){return this.constructor===Storage?Fe.value.call(this,e):Me.Ai.call(this,e)}const Be=Object.getOwnPropertyDescriptor(Storage.prototype,"setItem");function Ue(e,t){return this.constructor===Storage?Be.value.call(this,e,t):Me.SO.call(this,e,t)}const Ke=["value","classification","name","entityType","fromOsano"],We=(0,m.Lg)(),Je=function(e){return~~(function(e){return~-encodeURI(JSON.stringify(e)).split(/%..|./).length}(e)/1024)},Ge=[],Ye=["script","cookie","iframe"],Ve=function(e){let t=e;switch(e){case"script":t=o.hB;break;case"cookie":t=o.SP;break;case"iframe":t=o.O8;break;case"ignore":t=o.gy}try{return JSON.parse(We.getItem(t))}catch(n){He.call(We,t)}},Qe=function(){return Object.entries(Ve(o.gy)||{}).reduce((function(e,[t,n]){return Ye.includes(t)&&(e[`${t}`]=n&&Array.isArray(n)?new Set(n):e[`${t}`]),e}),{script:new Set([]),cookie:new Set([]),iframe:new Set([])})},qe=function([e,t,n],r,i){const[s,c,a]=r||[];(e||i)&&He.call(We,o.hB),(t||i)&&He.call(We,o.SP),(n||i)&&He.call(We,o.O8),(r||i)&&He.call(We,o.gy);try{e&&!i&&Ue.call(We,o.hB,JSON.stringify(Array.from(e.values())))}catch(l){}try{t&&!i&&Ue.call(We,o.SP,JSON.stringify(Array.from(t.values())))}catch(l){}try{n&&!i&&Ue.call(We,o.O8,JSON.stringify(Array.from(n.values())))}catch(l){}try{r&&!i&&Ue.call(We,o.gy,JSON.stringify({script:s?Array.from(s.values()):[],cookie:c?Array.from(c.values()):[],iframe:a?Array.from(a.values()):[]}))}catch(u){}},ze=function(e){const[t,n,r]=function(){const[e=new Set([]),t=new Set([]),n=new Set([])]=Ye.map(Ve).map((function(e){return e&&Array.isArray(e)?new Set(e):void 0}));return[e,t,n]}(),{script:o,cookie:i,iframe:s}=Qe();let c=0,a=0;e.forEach((function(e){const{storeType:l,storeKey:u}=e;switch(l){case"script":t.has(u)&&++c&&t.delete(u),!o.has(u)&&++a&&o.add(u);break;case"cookie":n.has(u)&&++c&&n.delete(u),!i.has(u)&&++a&&i.add(u);break;case"iframe":r.has(u)&&++c&&r.delete(u),!s.has(u)&&++a&&s.add(u)}})),(c||a)&&qe(c?[t,n,r]:[],a?[o,i,s]:void 0)},Ze=function(e){const{script:t,cookie:n,iframe:r}=Qe();let o=0;e.forEach((function(e){const{storeType:i,storeKey:s}=e;switch(i){case"script":t.has(s)&&++o&&t.delete(s);break;case"cookie":n.has(s)&&++o&&n.delete(s);break;case"iframe":r.has(s)&&++o&&r.delete(s)}})),o&&qe([],[t,n,r])},Xe=function(e,t){if(Array.isArray(t))return e.concat(t.reduce(Xe,[]));if("object"==typeof t){const{storeKey:n,storeType:r}=t;if(n&&r)return e.concat(t)}return e};setInterval((function(e){if(Ge.length>0){const t=Ge.splice(0);for(;Je(t)>224;){const e=[0,0].concat(t.splice(~~(t.length/2)));Array.prototype.splice.apply(Ge,e)}const n=e?t:t.reduce(Xe,[]);return N.A.post(`${C.TATTLE_URL}/`,n).then((function(e){return ze(n),e})).catch((function(){const e=[Ge.length,0].concat(n);Array.prototype.splice.apply(Ge,e)}))}return t().resolve()}),3e4);const et=function(e){const{entityType:t="script",name:n,src:r,node:i}=e;let s;switch(t){case"script":case"iframe":if("string"==typeof r&&`${r}`.trim())try{s=(0,Ie.A)(r,(0,Le.A)((null==i?void 0:i.ownerDocument)||o.Bl)).href,s=/http(s)?:/.test(s)?r.replace(/\?.*/g,""):""}catch(c){s=r.replace(/\?.*/g,"")}s=`${s||""}`.trim();break;case"cookie":"string"==typeof n&&(s=`${n}`)}return s};function tt(e,t,n,r,o,i){return(e>>>5^t<<2)+(t>>>3^e<<4)^(n^t)+(i[3&r^o]^e)}class nt{static encrypt(e,t){if(e=String(e),t=String(t),0===e.length)return"";const n=nt.strToLongs(nt.utf8Encode(e)),r=nt.strToLongs(nt.utf8Encode(t).slice(0,16)),o=nt.encode(n,r),i=nt.longsToStr(o);return nt.base64Encode(i).replace(/\+/gi,"-").replace(/\//gi,"_")}static decrypt(e,t){if(e=String(e),t=String(t),0===e.length)return"";const n=e.replace(/-/gi,"+").replace(/_/gi,"/"),r=nt.strToLongs(nt.base64Decode(n)),o=nt.strToLongs(nt.utf8Encode(t).slice(0,16)),i=nt.decode(r,o),s=nt.longsToStr(i);return nt.utf8Decode(s.replace(/\0+$/,""))}static encode(e,t){const n=[...e];n.length<2&&(n[1]=0);const r=n.length;let o,i=Math.floor(6+52/r),s=n[r-1],c=n[0],a=0,l=0;for(;i>0;){i--,l+=2654435769,a=l>>>2&3;for(let e=0;e>>2&3;for(let e=r-1;e>=0;e--)a=n[e>0?e-1:r-1],s=tt(a,l,u,e,c,t),l=n[parseInt(e,10)]-=s;u-=o}return n}static strToLongs(e){const t=Math.ceil(e.length/4),n=new Array(t);for(let r=0;r>>8&255,e[parseInt(n,10)]>>>16&255,e[parseInt(n,10)]>>>24&255);return t}static utf8Encode(e){return unescape(encodeURIComponent(e))}static utf8Decode(e){try{return decodeURIComponent(escape(e))}catch(t){return e}}static base64Encode(e){if("undefined"!=typeof btoa)return btoa(e);if("undefined"!=typeof Buffer)return new Buffer(e,"binary").toString("base64");throw new Error("No Base64 Encode")}static base64Decode(e){if("undefined"==typeof atob&&"undefined"==typeof Buffer)throw new Error("No base64 decode");try{if("undefined"!=typeof atob)return atob(e);if("undefined"!=typeof Buffer)return new Buffer(e,"base64").toString("binary")}catch(t){throw new Error(`Invalid ciphertext ${t.toString()}`)}}}const rt=nt;var ot=n(6269);const it=window.TextEncoder,st=window.crypto&&window.crypto.subtle&&window.crypto.subtle.digest;function ct(e,n,r){if(r&&it&&st){const t=(new it).encode(`${e}/${n}/${r}`);return window.crypto.subtle.digest("SHA-512",t).then((function(e){const t=new Uint8Array(e),n=String.fromCharCode(...Array.from(t));return btoa(n).replace(/\+/gi,"-").replace(/\//gi,"_")}))}return t().reject()}function at(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function lt(e){for(var t=1;tDate.now()?{consent:u,consentTimestamp:l,domain:i,wasExpiryBased:d}:void 0},Ot=function(e){return new(t())((function(t){if((0,s.pH)(e.getState()).shopify)return t();const n=e.subscribe((function(){(0,s.pH)(e.getState()).shopify&&(n(),t())}))}))},vt=function(e){const t=(0,s.Ou)(e);if(!t||!(0,s.ye)(e))return;const n=(0,s.YK)(e),r=(0,s.QH)(e);return ct(n,r,t).then((function(i){return function(e,t,n){return N.A.get(`${C.LOOKUPS_URI}/customer/${e}/config/${t}/user/${n}/consent`).catch((function(){return null}))}(n,r,i).then((function({consented:n,lastConsentTimestamp:r,userConsentId:i}){if(!n||!r)return null;const c=Date.parse(r),a=(0,s.Ym)(e);if(Number.isNaN(c)||c+1e3*a=n||n=0&&(Object.entries(i).forEach((function([e,n]){if(e===`${o.AQ}_expdate`)return;let i=n[u];if(e===o.AQ){const e=yt(r.getState(),i,p+1e3*o.PA);if(e&&e.domain===t){const{consent:n,consentTimestamp:r}=e;i=bt(n,r,t)}else i=void 0}i&&Ue.call(ut,e.trim(),i)})),e.uuid=ut.getItem(`${o.AQ}_uuid`)||e.uuid)}(e,i),function(e,n){let r;try{if(!(0,s.Gs)(e.getState()))throw"Unsaved";let{consentTimestamp:i,consent:c,wasExpiryBased:a}=$t(e)||{};if(void 0===c)throw"Unsaved, Expired or Malformed";mt(`${o.AQ}_expdate`,n),r=t().resolve({consent:c,consentTimestamp:i,domain:n,setStorage:a&&i>Date.now()-1e3*o.PA})}catch(i){mt(o.AQ,n),mt(`${o.AQ}_expdate`,n);try{r=he()(e.dispatch,e.getState).then((function(t){const{consent:r,consentTimestamp:o}=yt(e.getState(),t)||{};if(void 0===r)throw ye()(e.dispatch,e.getState),"Unsaved, Expired or Malformed";return{consent:r,consentTimestamp:o,domain:n,setStorage:!0}})).catch((function(){return null}))}catch(c){r=t().resolve(null)}}return r}(n,i).then(function(e,t,n,r){return function(o){var i;const c=null==o||null===(i=o.consent)||void 0===i?void 0:i.extUsrData,a="No valid consent found";if(!(0,s.ye)(e)){if(!o)throw a;if(c)throw n(),a;return o}const l=(0,s.Ou)(e);if(!l){if(!o)throw a;if(c)throw n(),a;return o}return r.then((function(e){if(!e){if(!o)throw a;if(l!==c)throw n(),a;return o}return l!==c?lt(lt({},e),{},{skipRecord:!0,setStorage:!0}):e.consentTimestamp>((null==o?void 0:o.consentTimestamp)||-1)?lt(lt({},e),{},{domain:t,setStorage:!0,skipRecord:!0}):o}))}}(r,i,(function(){e.uuid=(0,ot.v4)(),n.dispatch(c.Ay.clearConsent(!0))}),a)).then(function(){var t=te((function*(t){wt(n,t.consent),function(e){return function({consent:t,consentTimestamp:n,domain:r,setStorage:i,skipRecord:s,uuid:a}){const{store:l}=e;a&&(e.uuid=a),i&&Ue.call(ut,o.AQ,bt(t,n,r)),l.dispatch(c.Ay.setConsent(t,!0)),l.dispatch(c.Ay.saveConsent(n,s))}}(e)(t),window.Shopify&&(yield Ot(n)),n.dispatch(c.Ay.ready("consent"))}));return function(e){return t.apply(this,arguments)}}()).catch(function(){var e=te((function*(e){wt(n),function(e){return function(t){(0,s.cJ)(e.getState())?e.dispatch(c.Ay.ready("consent")):(0,s.dP)(e.getState())&&(e.dispatch(c.Ay.timeoutBegin()),e.dispatch(c.Ay.acceptAllConsent()),window.Shopify||e.dispatch(c.Ay.saveConsent()))}}(n)(e),window.Shopify&&(yield Ot(n)),n.dispatch(c.Ay.ready("consent"))}));return function(t){return e.apply(this,arguments)}}())}teardown(){}shouldTattleOnEntity(e){const{cookieTattles:t,iframeTattles:n,scriptTattles:r,store:i}=pt.get(this),c=i.getState();if(!(0,s.c4)(c))return!1;const{classification:a,node:l,ignore:u,entityType:p,src:d,name:f}=e;return!(u||a&&a!==o.zT)&&((!l||!l[o.I_])&&(!("script"===p&&r.has(d)||"cookie"===p&&t.has(f)||"iframe"===p&&n.has(d))&&!!(0,s.JH)(c,p)))}tattle(e){const{classification:t,entityType:n}=e,{cookieTattles:r,iframeTattles:i,scriptTattles:c,store:a}=pt.get(this),l=a.getState(),u=(0,s.QH)(l),p=(0,s.YK)(l);if(ft.call(this,e)){if(this.shouldTattleOnEntity(e))switch(function(e,{customerId:t,configId:n}){const{entityType:r="script"}=e,i={configId:n,customerId:t,currentURI:o.Bl.location.href,language:o.hT.locale,storeType:r};if(i.storeKey=et(e),i.storeKey){switch(r){case"cookie":{const{value:t,classification:n,name:r,entityType:o,fromOsano:s}=e,c=(0,ne.A)(e,Ke);Object.entries(c).forEach((function([e,t]){return i[`${e}`]=t}));break}}Ge.push(i)}}(e,{customerId:p,configId:u}),n){case"script":{const{src:t}=e;!c.has(t)&&c.add(t);break}case"cookie":{const{name:t}=e;!r.has(t)&&r.add(t);break}case"iframe":{const{src:t}=e;!i.has(t)&&i.add(t);break}}}else switch(function(e){const{entityType:t}=e,n=et(e);n&&Ge.reduce((function(e,{storeType:r,storeKey:o},i){return r!==t||o!==n||e.unshift(i),e}),[]).forEach((function(e){return Ge.splice(e,1)}))}(e),n){case"script":{const{classification:t,src:n}=e;c.has(n)&&c.delete(n),t&&Ze([{storeKey:n,storeType:"script"}]);break}case"cookie":{const{name:n}=e;r.has(n)&&r.delete(n),t&&Ze([{storeKey:n,storeType:"cookie"}]);break}case"iframe":{const{src:n}=e;i.has(n)&&i.delete(n),t&&Ze([{storeKey:n,storeType:"iframe"}]);break}}qe([c,r,i])}shouldRecordConsent(e,t){const n=this.store.getState(),r=(0,s.h)(n),i=(0,s.Ou)(n),c=[...(0,s.bW)(n),o.H7].reduce((function(n,r){return n[`${r}`]=t[`${r}`]||e[`${r}`],n}),{});return{consentedCategories:Object.entries(c).filter((function([,e]){return e===o.FA})).map((function([e]){return e})),extUsrData:i,consentTimestamp:r,shouldRecord:Object.keys(c).some((function(n){return t[`${n}`]!==e[`${n}`]}))||(null==e?void 0:e.consentTimestamp)Ae(),set:e=>(function(e){return function(n,r){const o=(0,q.SK)(String(e),r());return(0,s.OB)(r(),o)?(ke(o),n(c.Ay.allowCookie(o))):n(c.Ay.blockCookie(o)),t().resolve(o)}}(String(e))(n.dispatch,n.getState),e)},o={configurable:Rt.configurable,enumerable:Rt.enumerable,writable:Rt.writable,value:function(...e){return Rt.value.apply(this,e)}},i={append:Ct,cookie:r,createElementNS:It,prepend:Mt,write:o};(0,s.vk)(n.getState())&&(i.createElement=re.ZS);try{Object.defineProperties(e.prototype,i)}catch(a){0}},Ht=Object.getOwnPropertyDescriptor(Element.prototype,"innerHTML"),Bt=Ht?Element.prototype:HTMLElement.prototype,Ut=Ht||Object.getOwnPropertyDescriptor(HTMLElement.prototype,"innerHTML");function Kt(){return Ut.get.call(this)}function Wt(e){return Ut.set.call(this,e),e}const Jt=function(e,t){return function(){return Wt.call(e,t)}},Gt=Object.getOwnPropertyDescriptor(Element.prototype,"append"),Yt={configurable:Gt.configurable,enumerable:Gt.enumerable,value:function(...e){return e.filter((function(e){return e&&1===e.nodeType})).forEach((function(e){(0,q.Qj)(e)})),Gt.value.apply(this,e)},writable:Gt.writable},Vt=Object.getOwnPropertyDescriptor(Element.prototype,"toggleAttribute"),Qt=(0,Dt.mG)(Vt);var qt=n(5041);const zt=new WeakMap,Zt=function(e=""){let t=null===e?"":`${e}`;"[object RegExp]"===Object.prototype.toString.call(e)&&(t=t.split(/\/(.+?)\//)[1]);try{zt.set(this,t)}catch(n){}},Xt={configurable:!1,enumerable:!1,get:function(){return St.call(o.Bl,this)&&(this[o.b7]||void 0!==zt.get(this)||Zt.call(this,qt.yu.value.call(this,"data-osano"))),zt.get(this)||""}},en=Object.getOwnPropertyDescriptor(Element.prototype,"prepend"),tn={configurable:en.configurable,enumerable:en.enumerable,value:function(...e){return e.filter((function(e){return e&&1===e.nodeType})).forEach((function(e){(0,q.Qj)(e)})),en.value.apply(this,e)},writable:en.writable};var nn=n(2425);const rn=function(e,t){const n={configurable:Ut.configurable,enumerable:Ut.enumerable,get(){return Kt.call(this)},set(e){return Jt(this,e)(t.dispatch,t.getState),e}};try{Object.defineProperties(e.prototype,{append:Yt,osano:Xt,prepend:tn,removeAttribute:nn.Ay,getAttribute:qt.Ay,setAttribute:z.Ay}),Object.defineProperty(Bt,"innerHTML",n),e.prototype.toggleAttribute&&Object.defineProperty(e.prototype,"toggleAttribute",function(e){return{configurable:Vt.configurable,enumerable:Vt.enumerable,value(t,n){const r=Qt.value.call(this,t,n);if(this&&this.nodeType===Node.ELEMENT_NODE&&"SCRIPT"===this.tagName)switch(t){case"async":case"defer":(0,q.LB)(this,e.getState())}return r}}}(t))}catch(r){0}};var on=n(5023),sn=n(6591),cn=n(8865);const an=new WeakMap;function ln(e){const t=e&&e[o.gY]||e,n=an.has(t)?an.get(t):{};return an.set(t,n),n}function un(e,t,...n){const[r]=n,i=e.getState(),c=(0,q.Qm)(this,i);if(!((0,s.OB)(i,c)||(0,q.tu)(c)))return(0,Dt.dG)(r);if((0,Q.Tv)(this)){if(!!!(this&&this[o.gY]||!this[o.bW]))return(0,Dt.dG)(r)}return t&&t.call((0,Dt.mf)(this),...n)}const pn=function(e,t){const n={configurable:cn.y.configurable,enumerable:cn.y.enumerable,get:function(){return ln(this).onload||cn.y.get.call(this)},set:function(e){const n=ln(this);return e&&((0,V.Tv)(this)||(0,Q.Tv)(this))?(n.onload=e,this[o.bW]&&cn.y.set.call(this[o.bW],un.bind(this[o.bW],t,e)),cn.y.set.call(this,un.bind(this,t,e))):(delete n.onload,cn.y.set.call(this,e))}},r={configurable:sn.y.configurable,enumerable:sn.y.enumerable,get:function(){return ln(this).onerror||sn.y.get.call(this)},set:function(e){const n=ln(this);return e&&((0,V.Tv)(this)||(0,Q.Tv)(this))?(n.onerror=e,this[o.bW]&&sn.y.set.call(this[o.bW],un.bind(this[o.bW],t,e)),sn.y.set.call(this,un.bind(this,t,e))):(delete n.onerror,sn.y.set.call(this,e))}};try{Object.defineProperties(e.prototype,{onload:n,onerror:r})}catch(i){0}};var dn=n(6277);const fn=Object.getOwnPropertyDescriptor(Node.prototype,"cloneNode");var gn=n(6421);const mn=Object.getOwnPropertyDescriptor(Node.prototype,"nextSibling");var hn=n(1667),bn=n(3615);const yn=Object.getOwnPropertyDescriptor(Node.prototype,"previousSibling");var On=n(7861),vn=n(8549);const wn=function(e){try{Object.defineProperties(e.prototype,{appendChild:(0,Dt.wH)(dn.y),cloneNode:(0,Dt.wH)(fn),insertBefore:(0,Dt.wH)(gn.y),nextSibling:(0,Dt.mG)(mn),parentElement:(0,Dt.mG)(hn.y),parentNode:(0,Dt.mG)(bn.y),previousSibling:(0,Dt.mG)(yn),removeChild:On.Ay,replaceChild:(0,Dt.wH)(vn.y)})}catch(t){0}},$n=function(e,t){const n={setItem:{configurable:Be.configurable,enumerable:Be.enumerable,writable:Be.writable,value:function(e,t){if(this!==(0,m.Lg)()||!Re(e))return Ue.call(this,e,t)}}};try{Object.defineProperties(e.prototype,n)}catch(r){0}try{Object.defineProperties(t.prototype,n)}catch(r){0}},_n=function(){};var jn=n(628);function An(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function kn(e){for(var t=1;t=(0,s.Ym)(i);m||r!==c.gK.saveConsent&&h?r!==c.gK.saveConsent&&(0,s.dP)(i)&&t.dispatch(c.Ay.saveConsent(Date.now(),!1,!0)):!p||d