/*! © SIAC AUTOMATION - 2023 */ const w = (e, n) => { const t = o(); if (!t) { d(e, n); return; } r(e, t, n); }, o = () => { var e; return (e = window.document.getElementById("usercentrics-root")) == null ? void 0 : e.shadowRoot; }, i = (e) => e.querySelector("#focus-lock-id") || window.localStorage.getItem("uc_user_interaction") === "false", d = (e, n) => { const t = new window.MutationObserver(async () => { const s = o(); s && (t.disconnect(), await r(e, s, n)); }); t.observe(window.document.body, { childList: !0 }); }, r = async (e, n, t) => { i(n) ? await u(e, n, t) : l(e, n, t); }, l = (e, n, t) => { const s = new window.MutationObserver(async () => { i(n) && (s.disconnect(), await u(e, n, t)); }); s.observe(n, { childList: !0, subtree: !0 }); }, u = async (e, n, t) => { const { default: s } = await e(), c = window.document.createElement("style"); c.id = "siemens-usercentrics-custom", c.innerHTML = s, n.prepend(c), t == null || t(n); }; w(() => import("./siemens-usercentrics-css-f9354673.js"));