@creaditor/newsletter-starterkit 1.0.51 → 1.0.52

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3130,7 +3130,7 @@
3130
3130
  <svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true">
3131
3131
  <line x1="5" y1="12" x2="19" y2="12"></line>
3132
3132
  <line x1="12" y1="5" x2="12" y2="19"></line>
3133
- </svg>`;customElements.get("cdtr-chat")||customElements.define("cdtr-chat",Yt),t.CdtrChat=Yt,t.STRINGS=Pt,t.isRtl=zt,Object.defineProperty(t,Symbol.toStringTag,{value:"Module"})});const Y=[{id:"tighten",label:"קצר וחד יותר"},{id:"warmer",label:"הוסף חמימות"},{id:"cta",label:"חזק את הקריאה לפעולה"}],X=[{id:"tighten",label:"Tighten the copy"},{id:"warmer",label:"Make it warmer"},{id:"cta",label:"Strengthen the CTA"}],Z={he:"עצור",en:"Stop"};function K(t,e){const n=e.getBoundingClientRect();t.style.left=n.left+n.width/2+"px",t.style.top=n.bottom-90+"px",t.style.transform="translateX(-50%)"}function J(t,e,n){!function(){if(document.getElementById("cdtr-edit-busy-styles"))return;const t=document.createElement("style");t.id="cdtr-edit-busy-styles",t.textContent="\n .cdtr-edit-busy {\n position: fixed;\n z-index: 2147483646;\n display: flex;\n align-items: center;\n gap: 10px;\n padding: 8px 14px;\n background: #ffffff;\n border: 1px solid #e5e7eb;\n border-radius: 999px;\n box-shadow: 0 4px 16px rgba(17, 24, 39, 0.18);\n font-family: -apple-system, system-ui, 'Segoe UI', Roboto, sans-serif;\n font-size: 13px;\n color: #374151;\n }\n .cdtr-edit-busy-dots {\n display: inline-flex;\n align-items: center;\n gap: 4px;\n }\n .cdtr-edit-busy-dot {\n width: 6px;\n height: 6px;\n border-radius: 50%;\n background: #7c3aed;\n opacity: 0.4;\n animation: cdtr-edit-bounce 1.2s ease-in-out infinite;\n }\n .cdtr-edit-busy-dot:nth-child(2) { animation-delay: 0.15s; }\n .cdtr-edit-busy-dot:nth-child(3) { animation-delay: 0.3s; }\n @keyframes cdtr-edit-bounce {\n 0%, 80%, 100% { opacity: 0.4; transform: translateY(0); }\n 40% { opacity: 1; transform: translateY(-3px); }\n }\n .cdtr-edit-stop {\n background: #fee2e2;\n color: #b91c1c;\n border: 0;\n border-radius: 999px;\n padding: 4px 10px;\n font: inherit;\n font-weight: 600;\n cursor: pointer;\n line-height: 1;\n }\n .cdtr-edit-stop:hover { background: #fecaca; }\n .cdtr-edit-stop:focus-visible { outline: 2px solid #b91c1c; outline-offset: 1px; }\n ",document.head.appendChild(t)}(),t._busyEl&&G(t);const r=t.shadowRoot?.querySelector("textarea");r&&(r.disabled=!0,t._busyTextarea=r);const o=document.createElement("div");o.className="cdtr-edit-busy";const i=document.createElement("span");i.className="cdtr-edit-busy-dots",i.innerHTML='<span class="cdtr-edit-busy-dot"></span><span class="cdtr-edit-busy-dot"></span><span class="cdtr-edit-busy-dot"></span>',o.appendChild(i);const a=document.createElement("button");a.type="button",a.className="cdtr-edit-stop",a.textContent=Z[e]||Z.en,a.addEventListener("click",()=>{try{n?.abort()}catch{}}),o.appendChild(a),document.body.appendChild(o),t._busyEl=o,K(o,t);const s=()=>{t._busyEl===o&&K(o,t)};window.addEventListener("resize",s),window.addEventListener("scroll",s,!0),t._busyReposition=s}function G(t){t._busyEl&&(t._busyEl.remove(),t._busyEl=null),t._busyTextarea&&(t._busyTextarea.disabled=!1,t._busyTextarea=null),t._busyReposition&&(window.removeEventListener("resize",t._busyReposition),window.removeEventListener("scroll",t._busyReposition,!0),t._busyReposition=null)}async function Q(t,e,n,r){const{forceRefresh:o=!1,onEvent:i=null,signal:a}=r||{},s=await async function(t,e){const n=!(!e||!e.forceRefresh),r="function"==typeof t.studioTokenProvider?t.studioTokenProvider:null;if(r)try{const t=await r({forceRefresh:n});if("string"==typeof t&&t.length>0)return t}catch(t){console.warn("[edit-chat] studioTokenProvider threw; falling back to editor.studioToken.",t)}return"string"==typeof t.studioToken&&t.studioToken.length>0?t.studioToken:null}(t,{forceRefresh:o});s||console.warn("[edit-chat] no auth token (neither editor.studioTokenProvider nor editor.studioToken yielded one); request will likely 401 from scopeGate."),o&&console.log("[edit-chat] retry attempt with refreshed token; token-present=",null!=s);const l={"Content-Type":"application/json",Accept:"text/event-stream, application/json"};s&&(l.Authorization=`Bearer ${s}`);let c=null;try{c=await fetch(e,{method:"POST",headers:l,body:JSON.stringify(n),signal:a})}catch(t){throw t}if((c.headers.get("content-type")||"").includes("text/event-stream")&&c.body&&i)return await async function(t,e){const n=t.getReader(),r=new TextDecoder;let o="";try{for(;;){const{done:t,value:i}=await n.read();if(t)break;let a;for(o+=r.decode(i,{stream:!0});-1!==(a=o.indexOf("\n\n"));){const t=o.slice(0,a);o=o.slice(a+2);let n,r="message",i="";for(const e of t.split("\n"))e.startsWith("event:")?r=e.slice(6).trim():e.startsWith("data:")&&(i+=(i?"\n":"")+e.slice(5).replace(/^ /,""));if(i){try{n=JSON.parse(i)}catch(t){console.warn("[edit-chat] sse data parse failed event="+r,t);continue}try{await e(r,n)}catch(t){console.warn("[edit-chat] sse handler threw event="+r,t)}}}}}finally{try{n.releaseLock()}catch{}}}(c.body,i),{resp:c,body:null,streamed:!0};let d=null;try{d=await c.json()}catch{d=null}return{resp:c,body:d,streamed:!1}}async function tt(t,e,n,r){t._editInFlight=!0;const o=new AbortController;J(t,n,o);try{return await async function(t,e,n,r,o){const i=L.Ay,a=(0,R.U2)(),s=Array.isArray(i.components)&&i.components[0]?.id?i.components[0].id:void 0,l={role:"user",text:r,ts:Date.now()};t.appendMessage?.(l),t.busy=!0;const c=(t.messages||[]).map(t=>({role:t.role,content:t.text})),d={messages:c,currentNewsletter:a,language:n,...s?{selectedComponentId:s}:{}},p={counters:{text:0,marks:0,prop:0,removed:0,created:0,moved:0,skipped:0},finalReply:"",finalSummary:"",sseError:null},h=async(e,n)=>{if("ops"===e){const t=Array.isArray(n&&n.ops)?n.ops:[];if(0===t.length)return;const e=await nt(t);return p.counters.text+=e.text,p.counters.marks+=e.marks,p.counters.prop+=e.prop,p.counters.removed+=e.removed,p.counters.created+=e.created,p.counters.moved+=e.moved,p.counters.skipped+=e.skipped,void console.log(`[edit-chat] sse ops batch call_id=${n.call_id} count=${t.length}`)}if("text"===e){const e=n&&"string"==typeof n.delta?n.delta:"";if(!e)return;return void t.appendMessage?.({role:"assistant",text:e,ts:Date.now()})}if("done"===e)return p.finalReply=n&&"string"==typeof n.reply?n.reply:"",void(p.finalSummary=n&&"string"==typeof n.summary?n.summary:"");"error"!==e||(p.sseError={reason:n&&n.reason||"chat edit failed"})};let u,f,m=!1;try{let n=await Q(i,e,d,{allowProviderRefresh:!0,onEvent:h,signal:o.signal});!n.resp||401!==n.resp.status&&403!==n.resp.status||(console.warn(`[edit-chat] auth ${n.resp.status}; asking studioTokenProvider for a fresh token and retrying once.`),n=await Q(i,e,d,{allowProviderRefresh:!0,forceRefresh:!0,onEvent:h,signal:o.signal}),!n.resp||401!==n.resp.status&&403!==n.resp.status||t.dispatchEvent?.(new CustomEvent("cdtr-edit:auth-expired",{bubbles:!0,composed:!0,detail:{status:n.resp.status}}))),u=n.resp,f=n.body,m=n.streamed}catch(e){return t.busy=!1,void t.appendMessage?.({role:"assistant",text:"he"===n?`העריכה נכשלה: ${String(e)}`:`Edit failed: ${String(e)}`,ts:Date.now()})}if(t.busy=!1,m){if(p.sseError)return p.streamingActive&&t.endAssistantStream?.(""),void t.appendMessage?.({role:"assistant",text:"he"===n?`העריכה נכשלה: ${p.sseError.reason}`:`Edit failed: ${p.sseError.reason}`,ts:Date.now()});p.streamingActive?t.endAssistantStream?.(p.finalReply):p.finalReply.length>0&&t.appendMessage?.({role:"assistant",text:p.finalReply,ts:Date.now()});const e=p.counters;return void console.log(`[edit-chat] applied ops (streamed): text=${e.text}, marks=${e.marks}, prop=${e.prop}, removed=${e.removed}, created=${e.created}, moved=${e.moved}, skipped=${e.skipped}; summary=${p.finalSummary}`)}if(!u||!u.ok||f&&f.error){const e=f&&f.reason||`HTTP ${u?u.status:"unknown"}`;return void t.appendMessage?.({role:"assistant",text:"he"===n?`העריכה נכשלה: ${e}`:`Edit failed: ${e}`,ts:Date.now()})}const{reply:g,ops:b,summary:y}=f||{};"string"==typeof g&&g.length>0&&t.appendMessage?.({role:"assistant",text:g,ts:Date.now()});if(!Array.isArray(b)||0===b.length)return void console.log("[edit-chat] response had no ops; summary=",y);const w=await nt(b);console.log(`[edit-chat] applied ops: text=${w.text}, marks=${w.marks}, prop=${w.prop}, removed=${w.removed}, created=${w.created}, moved=${w.moved}, skipped=${w.skipped}; summary=${y}`)}(t,e,n,r,o)}finally{t._editInFlight=!1,t.busy=!1,G(t)}}const et=150;async function nt(t){const e=L.Ay,n={text:0,marks:0,prop:0,removed:0,created:0,moved:0,skipped:0};let r=new Set,o=0;const i=new Set;try{const n=e&&e.getComponents?e.getComponents():null;r=new Set(n?Object.keys(n):[]),o=r.size;const i=n?Object.values(n).filter(t=>t&&"root"===t.type).map(t=>t&&t.id):[],a=t.find(t=>t&&"create"===t.op);console.log(`[edit-chat] BATCH START total=${o} rootIds=${JSON.stringify(i)} firstParentId=${a&&a.parentId} firstParentInStore=${a?!!e.getComponent(a.parentId):"no-creates"}`)}catch(t){console.warn("[edit-chat] batch-start diagnostic failed",t)}let a=!0;for(const s of t){!a&&et>0&&await new Promise(t=>setTimeout(t,et)),a=!1;const t=e.store();if(s&&"string"==typeof s.op)try{if("updateText"===s.op){const r=e.getComponent(s.id);if(!r){n.skipped++,console.warn("[edit-chat] no live component for updateText",s.id);continue}t.updateComponent(r,"text",{childNodes:s.value}),n.text++}else if("updateTextMarks"===s.op){const r=e.getComponent(s.id);if(!r){n.skipped++,console.warn("[edit-chat] no live component for updateTextMarks",s.id);continue}t.updateComponent(r,"text",{childNodes:s.value}),n.marks++}else if("updateProp"===s.op){const r=e.getComponent(s.id);if(!r){n.skipped++,console.warn("[edit-chat] no live component for updateProp",s.id);continue}t.updateComponent(r,s.key,s.value),n.prop++}else if("remove"===s.op)t.removeComponent({componentId:s.id}),n.removed++;else if("create"===s.op){const a=s.body&&(s.body.id||s.body._id),l=e&&e.getComponents&&e.getComponents()||{},c=Object.keys(l).length,d=!!e.getComponent(s.parentId);let p;p=r.has(s.parentId)?"PRE-EXISTING":i.has(s.parentId)?"SELF-DECLARED":"PHANTOM",t.createComponent({parentId:s.parentId,index:s.index,body:s.body},{clone:!0});const h=e&&e.getComponents&&e.getComponents()||{},u=Object.keys(h).length,f=!!e.getComponent(a);let m=0;r.forEach(t=>{t in h&&m++}),i.add(a),console.log(`[edit-chat] CREATE type=${s.body&&s.body.type} id=${a} parentId=${s.parentId} idx=${s.index} parentInStore=${d} parentSource=${p} bodyInStoreAfter=${f} total=${c}->${u} initialSurvived=${m}/${o}`),n.created++}else"move"===s.op?(t.moveComponent({id:s.id,oldParentId:s.oldParentId,newParentId:s.newParentId,oldIndex:s.oldIndex,newIndex:s.newIndex}),n.moved++):(console.warn("[edit-chat] unknown op type:",s.op),n.skipped++)}catch(t){console.warn("[edit-chat] op dispatch failed",s,t),n.skipped++}else n.skipped++}return n}const rt="editChatDrawerOpen",ot=L.Ay;class it extends S.WF{constructor(){super(),this._chatEl=null,this._storeConnectCallback=null,this._close=()=>{O.M.set({[rt]:!1}),T.A.dispatch("toggle-side-menu",{opened:!0})},this.open=!1}connectedCallback(){super.connectedCallback(),this.open=Boolean(O.M.get(rt)),this._syncOpenAttr(),this._storeConnectCallback=t=>{const e=Boolean(t[rt]);e!==this.open&&(this.open=e,this._syncOpenAttr(),e&&this._ensureChatEl())},O.M.connect(rt,this._storeConnectCallback),this.open&&this._ensureChatEl()}disconnectedCallback(){super.disconnectedCallback(),this._storeConnectCallback&&(O.M.disconnect(this._storeConnectCallback),this._storeConnectCallback=null)}_syncOpenAttr(){this.open?this.setAttribute("data-open",""):this.removeAttribute("data-open")}_ensureChatEl(){if(this._chatEl)return;const t="en"===ot.configure?.lang?"en":"he";this._chatEl=function(){let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};const e="en"===t.lang?"en":"he",n=t.endpoint||"http://localhost:8000/api/newsletter/chat-edit-v2",r=document.createElement("cdtr-chat");return r.setAttribute("lang",e),r.setAttribute("storage-key","cdtr-edit:messages"),r.setAttribute("header","he"===e?"עורך טקסט":"Text editor"),r.setAttribute("prompt","he"===e?"איך לערוך?":"What should I edit?"),r.actions="he"===e?Y:X,r.addEventListener("cdtr-chat:submit",t=>{if(r._editInFlight)return void console.log("[edit-chat] submit ignored: previous edit still streaming");const o=t?.detail?.text;"string"==typeof o&&o.trim()&&tt(r,n,e,o.trim())}),r.addEventListener("cdtr-chat:action",t=>{if(r._editInFlight)return void console.log("[edit-chat] action ignored: previous edit still streaming");const o=t?.detail?.label;"string"==typeof o&&o&&tt(r,n,e,o)}),r}({lang:t})}render(){const t=this._chatEl,e=O.M.get("lang","ai_chat_title")||"AI chat";return S.qy`
3133
+ </svg>`;customElements.get("cdtr-chat")||customElements.define("cdtr-chat",Yt),t.CdtrChat=Yt,t.STRINGS=Pt,t.isRtl=zt,Object.defineProperty(t,Symbol.toStringTag,{value:"Module"})});const Y=(0,N.Ay)()?"http://127.0.0.1:8000/api/newsletter/chat-edit-v2":"https://studio.creaditor.ai/api/newsletter/chat-edit-v2",X=[{id:"tighten",label:"קצר וחד יותר"},{id:"warmer",label:"הוסף חמימות"},{id:"cta",label:"חזק את הקריאה לפעולה"}],Z=[{id:"tighten",label:"Tighten the copy"},{id:"warmer",label:"Make it warmer"},{id:"cta",label:"Strengthen the CTA"}],K={he:"עצור",en:"Stop"};function J(t,e){const n=e.getBoundingClientRect();t.style.left=n.left+n.width/2+"px",t.style.top=n.bottom-90+"px",t.style.transform="translateX(-50%)"}function G(t,e,n){!function(){if(document.getElementById("cdtr-edit-busy-styles"))return;const t=document.createElement("style");t.id="cdtr-edit-busy-styles",t.textContent="\n .cdtr-edit-busy {\n position: fixed;\n z-index: 2147483646;\n display: flex;\n align-items: center;\n gap: 10px;\n padding: 8px 14px;\n background: #ffffff;\n border: 1px solid #e5e7eb;\n border-radius: 999px;\n box-shadow: 0 4px 16px rgba(17, 24, 39, 0.18);\n font-family: -apple-system, system-ui, 'Segoe UI', Roboto, sans-serif;\n font-size: 13px;\n color: #374151;\n }\n .cdtr-edit-busy-dots {\n display: inline-flex;\n align-items: center;\n gap: 4px;\n }\n .cdtr-edit-busy-dot {\n width: 6px;\n height: 6px;\n border-radius: 50%;\n background: #7c3aed;\n opacity: 0.4;\n animation: cdtr-edit-bounce 1.2s ease-in-out infinite;\n }\n .cdtr-edit-busy-dot:nth-child(2) { animation-delay: 0.15s; }\n .cdtr-edit-busy-dot:nth-child(3) { animation-delay: 0.3s; }\n @keyframes cdtr-edit-bounce {\n 0%, 80%, 100% { opacity: 0.4; transform: translateY(0); }\n 40% { opacity: 1; transform: translateY(-3px); }\n }\n .cdtr-edit-stop {\n background: #fee2e2;\n color: #b91c1c;\n border: 0;\n border-radius: 999px;\n padding: 4px 10px;\n font: inherit;\n font-weight: 600;\n cursor: pointer;\n line-height: 1;\n }\n .cdtr-edit-stop:hover { background: #fecaca; }\n .cdtr-edit-stop:focus-visible { outline: 2px solid #b91c1c; outline-offset: 1px; }\n ",document.head.appendChild(t)}(),t._busyEl&&Q(t);const r=t.shadowRoot?.querySelector("textarea");r&&(r.disabled=!0,t._busyTextarea=r);const o=document.createElement("div");o.className="cdtr-edit-busy";const i=document.createElement("span");i.className="cdtr-edit-busy-dots",i.innerHTML='<span class="cdtr-edit-busy-dot"></span><span class="cdtr-edit-busy-dot"></span><span class="cdtr-edit-busy-dot"></span>',o.appendChild(i);const a=document.createElement("button");a.type="button",a.className="cdtr-edit-stop",a.textContent=K[e]||K.en,a.addEventListener("click",()=>{try{n?.abort()}catch{}}),o.appendChild(a),document.body.appendChild(o),t._busyEl=o,J(o,t);const s=()=>{t._busyEl===o&&J(o,t)};window.addEventListener("resize",s),window.addEventListener("scroll",s,!0),t._busyReposition=s}function Q(t){t._busyEl&&(t._busyEl.remove(),t._busyEl=null),t._busyTextarea&&(t._busyTextarea.disabled=!1,t._busyTextarea=null),t._busyReposition&&(window.removeEventListener("resize",t._busyReposition),window.removeEventListener("scroll",t._busyReposition,!0),t._busyReposition=null)}async function tt(t,e,n,r){const{forceRefresh:o=!1,onEvent:i=null,signal:a}=r||{},s=await async function(t,e){const n=!(!e||!e.forceRefresh),r="function"==typeof t.studioTokenProvider?t.studioTokenProvider:null;if(r)try{const t=await r({forceRefresh:n});if("string"==typeof t&&t.length>0)return t}catch(t){console.warn("[edit-chat] studioTokenProvider threw; falling back to editor.studioToken.",t)}return"string"==typeof t.studioToken&&t.studioToken.length>0?t.studioToken:null}(t,{forceRefresh:o});s||console.warn("[edit-chat] no auth token (neither editor.studioTokenProvider nor editor.studioToken yielded one); request will likely 401 from scopeGate."),o&&console.log("[edit-chat] retry attempt with refreshed token; token-present=",null!=s);const l={"Content-Type":"application/json",Accept:"text/event-stream, application/json"};s&&(l.Authorization=`Bearer ${s}`);let c=null;try{c=await fetch(e,{method:"POST",headers:l,body:JSON.stringify(n),signal:a})}catch(t){throw t}if((c.headers.get("content-type")||"").includes("text/event-stream")&&c.body&&i)return await async function(t,e){const n=t.getReader(),r=new TextDecoder;let o="";try{for(;;){const{done:t,value:i}=await n.read();if(t)break;let a;for(o+=r.decode(i,{stream:!0});-1!==(a=o.indexOf("\n\n"));){const t=o.slice(0,a);o=o.slice(a+2);let n,r="message",i="";for(const e of t.split("\n"))e.startsWith("event:")?r=e.slice(6).trim():e.startsWith("data:")&&(i+=(i?"\n":"")+e.slice(5).replace(/^ /,""));if(i){try{n=JSON.parse(i)}catch(t){console.warn("[edit-chat] sse data parse failed event="+r,t);continue}try{await e(r,n)}catch(t){console.warn("[edit-chat] sse handler threw event="+r,t)}}}}}finally{try{n.releaseLock()}catch{}}}(c.body,i),{resp:c,body:null,streamed:!0};let d=null;try{d=await c.json()}catch{d=null}return{resp:c,body:d,streamed:!1}}async function et(t,e,n,r){t._editInFlight=!0;const o=new AbortController;G(t,n,o);try{return await async function(t,e,n,r,o){const i=L.Ay,a=(0,R.U2)(),s=Array.isArray(i.components)&&i.components[0]?.id?i.components[0].id:void 0,l={role:"user",text:r,ts:Date.now()};t.appendMessage?.(l),t.busy=!0;const c=(t.messages||[]).map(t=>({role:t.role,content:t.text})),d={messages:c,currentNewsletter:a,language:n,...s?{selectedComponentId:s}:{}},p={counters:{text:0,marks:0,prop:0,removed:0,created:0,moved:0,skipped:0},finalReply:"",finalSummary:"",sseError:null},h=async(e,n)=>{if("ops"===e){const t=Array.isArray(n&&n.ops)?n.ops:[];if(0===t.length)return;const e=await rt(t);return p.counters.text+=e.text,p.counters.marks+=e.marks,p.counters.prop+=e.prop,p.counters.removed+=e.removed,p.counters.created+=e.created,p.counters.moved+=e.moved,p.counters.skipped+=e.skipped,void console.log(`[edit-chat] sse ops batch call_id=${n.call_id} count=${t.length}`)}if("text"===e){const e=n&&"string"==typeof n.delta?n.delta:"";if(!e)return;return void t.appendMessage?.({role:"assistant",text:e,ts:Date.now()})}if("done"===e)return p.finalReply=n&&"string"==typeof n.reply?n.reply:"",void(p.finalSummary=n&&"string"==typeof n.summary?n.summary:"");"error"!==e||(p.sseError={reason:n&&n.reason||"chat edit failed"})};let u,f,m=!1;try{let n=await tt(i,e,d,{allowProviderRefresh:!0,onEvent:h,signal:o.signal});!n.resp||401!==n.resp.status&&403!==n.resp.status||(console.warn(`[edit-chat] auth ${n.resp.status}; asking studioTokenProvider for a fresh token and retrying once.`),n=await tt(i,e,d,{allowProviderRefresh:!0,forceRefresh:!0,onEvent:h,signal:o.signal}),!n.resp||401!==n.resp.status&&403!==n.resp.status||t.dispatchEvent?.(new CustomEvent("cdtr-edit:auth-expired",{bubbles:!0,composed:!0,detail:{status:n.resp.status}}))),u=n.resp,f=n.body,m=n.streamed}catch(e){return t.busy=!1,void t.appendMessage?.({role:"assistant",text:"he"===n?`העריכה נכשלה: ${String(e)}`:`Edit failed: ${String(e)}`,ts:Date.now()})}if(t.busy=!1,m){if(p.sseError)return p.streamingActive&&t.endAssistantStream?.(""),void t.appendMessage?.({role:"assistant",text:"he"===n?`העריכה נכשלה: ${p.sseError.reason}`:`Edit failed: ${p.sseError.reason}`,ts:Date.now()});p.streamingActive?t.endAssistantStream?.(p.finalReply):p.finalReply.length>0&&t.appendMessage?.({role:"assistant",text:p.finalReply,ts:Date.now()});const e=p.counters;return void console.log(`[edit-chat] applied ops (streamed): text=${e.text}, marks=${e.marks}, prop=${e.prop}, removed=${e.removed}, created=${e.created}, moved=${e.moved}, skipped=${e.skipped}; summary=${p.finalSummary}`)}if(!u||!u.ok||f&&f.error){const e=f&&f.reason||`HTTP ${u?u.status:"unknown"}`;return void t.appendMessage?.({role:"assistant",text:"he"===n?`העריכה נכשלה: ${e}`:`Edit failed: ${e}`,ts:Date.now()})}const{reply:g,ops:b,summary:y}=f||{};"string"==typeof g&&g.length>0&&t.appendMessage?.({role:"assistant",text:g,ts:Date.now()});if(!Array.isArray(b)||0===b.length)return void console.log("[edit-chat] response had no ops; summary=",y);const w=await rt(b);console.log(`[edit-chat] applied ops: text=${w.text}, marks=${w.marks}, prop=${w.prop}, removed=${w.removed}, created=${w.created}, moved=${w.moved}, skipped=${w.skipped}; summary=${y}`)}(t,e,n,r,o)}finally{t._editInFlight=!1,t.busy=!1,Q(t)}}const nt=150;async function rt(t){const e=L.Ay,n={text:0,marks:0,prop:0,removed:0,created:0,moved:0,skipped:0};let r=new Set,o=0;const i=new Set;try{const n=e&&e.getComponents?e.getComponents():null;r=new Set(n?Object.keys(n):[]),o=r.size;const i=n?Object.values(n).filter(t=>t&&"root"===t.type).map(t=>t&&t.id):[],a=t.find(t=>t&&"create"===t.op);console.log(`[edit-chat] BATCH START total=${o} rootIds=${JSON.stringify(i)} firstParentId=${a&&a.parentId} firstParentInStore=${a?!!e.getComponent(a.parentId):"no-creates"}`)}catch(t){console.warn("[edit-chat] batch-start diagnostic failed",t)}let a=!0;for(const s of t){!a&&nt>0&&await new Promise(t=>setTimeout(t,nt)),a=!1;const t=e.store();if(s&&"string"==typeof s.op)try{if("updateText"===s.op){const r=e.getComponent(s.id);if(!r){n.skipped++,console.warn("[edit-chat] no live component for updateText",s.id);continue}t.updateComponent(r,"text",{childNodes:s.value}),n.text++}else if("updateTextMarks"===s.op){const r=e.getComponent(s.id);if(!r){n.skipped++,console.warn("[edit-chat] no live component for updateTextMarks",s.id);continue}t.updateComponent(r,"text",{childNodes:s.value}),n.marks++}else if("updateProp"===s.op){const r=e.getComponent(s.id);if(!r){n.skipped++,console.warn("[edit-chat] no live component for updateProp",s.id);continue}t.updateComponent(r,s.key,s.value),n.prop++}else if("remove"===s.op)t.removeComponent({componentId:s.id}),n.removed++;else if("create"===s.op){const a=s.body&&(s.body.id||s.body._id),l=e&&e.getComponents&&e.getComponents()||{},c=Object.keys(l).length,d=!!e.getComponent(s.parentId);let p;p=r.has(s.parentId)?"PRE-EXISTING":i.has(s.parentId)?"SELF-DECLARED":"PHANTOM",t.createComponent({parentId:s.parentId,index:s.index,body:s.body},{clone:!0});const h=e&&e.getComponents&&e.getComponents()||{},u=Object.keys(h).length,f=!!e.getComponent(a);let m=0;r.forEach(t=>{t in h&&m++}),i.add(a),console.log(`[edit-chat] CREATE type=${s.body&&s.body.type} id=${a} parentId=${s.parentId} idx=${s.index} parentInStore=${d} parentSource=${p} bodyInStoreAfter=${f} total=${c}->${u} initialSurvived=${m}/${o}`),n.created++}else"move"===s.op?(t.moveComponent({id:s.id,oldParentId:s.oldParentId,newParentId:s.newParentId,oldIndex:s.oldIndex,newIndex:s.newIndex}),n.moved++):(console.warn("[edit-chat] unknown op type:",s.op),n.skipped++)}catch(t){console.warn("[edit-chat] op dispatch failed",s,t),n.skipped++}else n.skipped++}return n}const ot="editChatDrawerOpen",it=L.Ay;class at extends S.WF{constructor(){super(),this._chatEl=null,this._storeConnectCallback=null,this._close=()=>{O.M.set({[ot]:!1}),T.A.dispatch("toggle-side-menu",{opened:!0})},this.open=!1}connectedCallback(){super.connectedCallback(),this.open=Boolean(O.M.get(ot)),this._syncOpenAttr(),this._storeConnectCallback=t=>{const e=Boolean(t[ot]);e!==this.open&&(this.open=e,this._syncOpenAttr(),e&&this._ensureChatEl())},O.M.connect(ot,this._storeConnectCallback),this.open&&this._ensureChatEl()}disconnectedCallback(){super.disconnectedCallback(),this._storeConnectCallback&&(O.M.disconnect(this._storeConnectCallback),this._storeConnectCallback=null)}_syncOpenAttr(){this.open?this.setAttribute("data-open",""):this.removeAttribute("data-open")}_ensureChatEl(){if(this._chatEl)return;const t="en"===it.configure?.lang?"en":"he";this._chatEl=function(){let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};const e="en"===t.lang?"en":"he",n=t.endpoint||Y,r=document.createElement("cdtr-chat");return r.setAttribute("lang",e),r.setAttribute("storage-key","cdtr-edit:messages"),r.setAttribute("header","he"===e?"עורך טקסט":"Text editor"),r.setAttribute("prompt","he"===e?"איך לערוך?":"What should I edit?"),r.actions="he"===e?X:Z,r.addEventListener("cdtr-chat:submit",t=>{if(r._editInFlight)return void console.log("[edit-chat] submit ignored: previous edit still streaming");const o=t?.detail?.text;"string"==typeof o&&o.trim()&&et(r,n,e,o.trim())}),r.addEventListener("cdtr-chat:action",t=>{if(r._editInFlight)return void console.log("[edit-chat] action ignored: previous edit still streaming");const o=t?.detail?.label;"string"==typeof o&&o&&et(r,n,e,o)}),r}({lang:t})}render(){const t=this._chatEl,e=O.M.get("lang","ai_chat_title")||"AI chat";return S.qy`
3134
3134
  <div
3135
3135
  class="panel"
3136
3136
  role="complementary"
@@ -3149,7 +3149,7 @@
3149
3149
  </div>
3150
3150
  <div class="body">${t}</div>
3151
3151
  </div>
3152
- `}}it.properties={open:{type:Boolean,state:!0}},it.styles=S.AH`
3152
+ `}}at.properties={open:{type:Boolean,state:!0}},at.styles=S.AH`
3153
3153
  /*
3154
3154
  * The drawer is an IN-FLOW column inside the editor's cdtr-row. The host
3155
3155
  * animates its own width between 0 and DRAWER_WIDTH, with overflow:hidden,
@@ -3239,9 +3239,9 @@
3239
3239
  min-height: 0;
3240
3240
  height: 100%;
3241
3241
  }
3242
- `,customElements.define("cdtr-edit-chat-drawer",it);const at=L.Ay,st=()=>{O.M.set({sidebarTransferDataPanelOpen:!1}),T.A.dispatch("toggle-side-menu",{opened:!1}),O.M.set({[rt]:!0})};function lt(){O.M.set({sidebarTransferDataPanelOpen:!1}),function(){const t=at.getComponents().find(t=>"root"===t.type);t?at.clean().selectComponent(t):console.error("#1m56g9","root not found")}()}const ct=t=>(0,n.A)("cdtr-col",(0,b.A)({},t,{fitContent:!0}),(0,n.A)("aside",{className:(0,_.A)(E.root,"cdtr-plugin","no-select")},(0,n.A)("div",{className:E.inner},(0,n.A)("div",{className:E.advance},(0,n.A)("paper-button",{tabindex:"0",onClick:()=>T.A.dispatch("toggle-side-menu",{opened:!1}),className:E.toggleMenu},(0,n.A)("cdtr-arrow-icon",{iconStyle:"fill:var(--text-dark-color)"})),(0,n.A)("cdtr-tooltip",{delay:"500,0",content:"coming_soon"},(0,n.A)("style",null,' #chat-button:after{\n content: attr(data-errors);\n position: absolute;\n top: 15%;\n right: 20%;\n background-color: red;\n color: white;\n border-radius: 999px;\n padding: 2px 5px;\n border-radius: 5px;\n font-size: 10px;\n background-color: red;\n display: none;\n font-weight: bold;\n min-width: 16px;\n text-align: center;\n line-height: 1.2;\n box-shadow: 0 2px 4px rgba(0,0,0,0.3);\n transform: scale(0);\n opacity: 0;\n transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);\n }\n\n #chat-button[data-errors]:not([data-errors="0"]):after {\n display: block;\n transform: scale(1);\n opacity: 1;\n animation: notificationPulse 0.6s ease-out;\n }\n\n @keyframes notificationPulse {\n 0% {\n transform: scale(0);\n opacity: 0;\n }\n 50% {\n transform: scale(1.2);\n opacity: 1;\n }\n 100% {\n transform: scale(1);\n opacity: 1;\n }\n }\n\n #chat-button[data-errors]:not([data-errors="0"]):after:hover {\n transform: scale(1.1);\n box-shadow: 0 4px 8px rgba(0,0,0,0.4);\n }\n\n /* Shake animation for when notification value changes */\n #chat-button.shake-notification:after {\n animation: notificationShake 1.2s ease-in-out !important;\n }\n\n @keyframes notificationShake {\n 0%, 100% {\n transform: scale(1) translateX(0);\n }\n 10%, 30%, 50%, 70%, 90% {\n transform: scale(1) translateX(-2px);\n }\n 20%, 40%, 60%, 80% {\n transform: scale(1) translateX(2px);\n }\n }'),(0,n.A)("paper-button",{tabindex:"0",id:"chat-button",ref:{onCreate:t=>{let e=0;setTimeout(()=>{at.on("detectErrors",n=>{const r=n.buttons||[],o=n.images||[],i=n.links||[],a=n.social||[],s=n.socialLinks||[],l=r.length+o.length+i.length+a.length+s.length;l!==e&&e>0&&(t.classList.add("shake-notification"),setTimeout(()=>{t.classList.remove("shake-notification")},500)),e=l,t.setAttribute("data-errors",String(l))})},0)}},onClick:st},(0,n.A)("svg",{width:"24",height:"25",viewBox:"0 0 24 25",fill:"none",xmlns:"http://www.w3.org/2000/svg"},(0,n.A)("g",{"clip-path":"url(#clip0_834_54)"},(0,n.A)("path",{d:"M10.2917 4.87484L9.61466 3.38525L8.12508 2.70817L9.61466 2.03109L10.2917 0.541504L10.9688 2.03109L12.4584 2.70817L10.9688 3.38525L10.2917 4.87484ZM10.2917 12.4582L9.61466 10.9686L8.12508 10.2915L9.61466 9.61442L10.2917 8.12484L10.9688 9.61442L12.4584 10.2915L10.9688 10.9686L10.2917 12.4582ZM4.87508 10.8332L3.52091 7.854L0.541748 6.49984L3.52091 5.14567L4.87508 2.1665L6.22925 5.14567L9.20841 6.49984L6.22925 7.854L4.87508 10.8332Z",fill:"black"})),(0,n.A)("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M13.9836 7C13.9945 6.83474 14 6.66801 14 6.5C14 5.9863 13.9484 5.48466 13.85 5H23C23.5523 5 24 5.44772 24 6V20C24 20.5523 23.5523 21 23 21H8.45455L4 24.5V13.5732C4.63207 13.7966 5.30303 13.9377 6 13.9836V20.3851L7.76282 19H22V7H13.9836Z",fill:"black"}),(0,n.A)("defs",null,(0,n.A)("clipPath",{id:"clip0_834_54"},(0,n.A)("rect",{width:"13",height:"13",fill:"white"})))))),(0,n.A)("cdtr-tooltip",{delay:"500",placement:"bottom",content:"design pallete"},(0,n.A)("paper-button",{tabindex:"0",onClick:lt,class:"add-button"},(0,n.A)("cdtr-icon",{color:"black",icon:"design"}))),(0,n.A)("cdtr-transfer-data-button",null)),(0,n.A)("cdtr-sidebar-content-switcher",null,(0,n.A)("div",{slot:"main"},(0,n.A)("cdtr-breadcrumbs",{style:{borderBottom:"1px solid #e9e9e9"},mainText:!0}),(0,n.A)("design-factory",null)))),(0,n.A)(v,{style:{position:"absolute",bottom:"-15px",borderTop:"1px solid #dbdbdb"}})));var dt=a(79323),pt={};pt.setAttributes=p(),pt.insert=c().bind(null,"head"),pt.domAPI=s(),pt.insertStyleElement=u();o()(dt.A,pt);const ht=dt.A&&dt.A.locals?dt.A.locals:void 0;var ut,ft=a(94471),mt=a.n(ft),gt=a(53871),bt=a.n(gt),yt=a(30072),wt=a.n(yt),At=a(19901),xt=a.n(At),_t=[],vt=function(){return _t.some(function(t){return t.activeTargets.length>0})},kt="ResizeObserver loop completed with undelivered notifications.";!function(t){t.BORDER_BOX="border-box",t.CONTENT_BOX="content-box",t.DEVICE_PIXEL_CONTENT_BOX="device-pixel-content-box"}(ut||(ut={}));var Ct,Et=function(t){return Object.freeze(t)},St=function(t,e){this.inlineSize=t,this.blockSize=e,Et(this)},Mt=function(){function t(t,e,n,r){return this.x=t,this.y=e,this.width=n,this.height=r,this.top=this.y,this.left=this.x,this.bottom=this.top+this.height,this.right=this.left+this.width,Et(this)}return t.prototype.toJSON=function(){var t=this;return{x:t.x,y:t.y,top:t.top,right:t.right,bottom:t.bottom,left:t.left,width:t.width,height:t.height}},t.fromRect=function(e){return new t(e.x,e.y,e.width,e.height)},t}(),Bt=function(t){return t instanceof SVGElement&&"getBBox"in t},Ot=function(t){if(Bt(t)){var e=t.getBBox(),n=e.width,r=e.height;return!n&&!r}var o=t,i=o.offsetWidth,a=o.offsetHeight;return!(i||a||t.getClientRects().length)},Lt=function(t){var e;if(t instanceof Element)return!0;var n=null===(e=null==t?void 0:t.ownerDocument)||void 0===e?void 0:e.defaultView;return!!(n&&t instanceof n.Element)},Tt="undefined"!=typeof window?window:{},It=new WeakMap,Nt=/auto|scroll/,Rt=/^tb|vertical/,Dt=/msie|trident/i.test(Tt.navigator&&Tt.navigator.userAgent),Pt=function(t){return parseFloat(t||"0")},zt=function(t,e,n){return void 0===t&&(t=0),void 0===e&&(e=0),void 0===n&&(n=!1),new St((n?e:t)||0,(n?t:e)||0)},Ht=Et({devicePixelContentBoxSize:zt(),borderBoxSize:zt(),contentBoxSize:zt(),contentRect:new Mt(0,0,0,0)}),$t=function(t,e){if(void 0===e&&(e=!1),It.has(t)&&!e)return It.get(t);if(Ot(t))return It.set(t,Ht),Ht;var n=getComputedStyle(t),r=Bt(t)&&t.ownerSVGElement&&t.getBBox(),o=!Dt&&"border-box"===n.boxSizing,i=Rt.test(n.writingMode||""),a=!r&&Nt.test(n.overflowY||""),s=!r&&Nt.test(n.overflowX||""),l=r?0:Pt(n.paddingTop),c=r?0:Pt(n.paddingRight),d=r?0:Pt(n.paddingBottom),p=r?0:Pt(n.paddingLeft),h=r?0:Pt(n.borderTopWidth),u=r?0:Pt(n.borderRightWidth),f=r?0:Pt(n.borderBottomWidth),m=p+c,g=l+d,b=(r?0:Pt(n.borderLeftWidth))+u,y=h+f,w=s?t.offsetHeight-y-t.clientHeight:0,A=a?t.offsetWidth-b-t.clientWidth:0,x=o?m+b:0,_=o?g+y:0,v=r?r.width:Pt(n.width)-x-A,k=r?r.height:Pt(n.height)-_-w,C=v+m+A+b,E=k+g+w+y,S=Et({devicePixelContentBoxSize:zt(Math.round(v*devicePixelRatio),Math.round(k*devicePixelRatio),i),borderBoxSize:zt(C,E,i),contentBoxSize:zt(v,k,i),contentRect:new Mt(p,l,v,k)});return It.set(t,S),S},jt=function(t,e,n){var r=$t(t,n),o=r.borderBoxSize,i=r.contentBoxSize,a=r.devicePixelContentBoxSize;switch(e){case ut.DEVICE_PIXEL_CONTENT_BOX:return a;case ut.BORDER_BOX:return o;default:return i}},Ft=function(t){var e=$t(t);this.target=t,this.contentRect=e.contentRect,this.borderBoxSize=Et([e.borderBoxSize]),this.contentBoxSize=Et([e.contentBoxSize]),this.devicePixelContentBoxSize=Et([e.devicePixelContentBoxSize])},Ut=function(t){if(Ot(t))return 1/0;for(var e=0,n=t.parentNode;n;)e+=1,n=n.parentNode;return e},Vt=function(){var t=1/0,e=[];_t.forEach(function(n){if(0!==n.activeTargets.length){var r=[];n.activeTargets.forEach(function(e){var n=new Ft(e.target),o=Ut(e.target);r.push(n),e.lastReportedSize=jt(e.target,e.observedBox),o<t&&(t=o)}),e.push(function(){n.callback.call(n.observer,r,n.observer)}),n.activeTargets.splice(0,n.activeTargets.length)}});for(var n=0,r=e;n<r.length;n++){(0,r[n])()}return t},qt=function(t){_t.forEach(function(e){e.activeTargets.splice(0,e.activeTargets.length),e.skippedTargets.splice(0,e.skippedTargets.length),e.observationTargets.forEach(function(n){n.isActive()&&(Ut(n.target)>t?e.activeTargets.push(n):e.skippedTargets.push(n))})})},Wt=function(){var t,e=0;for(qt(e);vt();)e=Vt(),qt(e);return _t.some(function(t){return t.skippedTargets.length>0})&&("function"==typeof ErrorEvent?t=new ErrorEvent("error",{message:kt}):((t=document.createEvent("Event")).initEvent("error",!1,!1),t.message=kt),window.dispatchEvent(t)),e>0},Yt=[],Xt=function(t){if(!Ct){var e=0,n=document.createTextNode("");new MutationObserver(function(){return Yt.splice(0).forEach(function(t){return t()})}).observe(n,{characterData:!0}),Ct=function(){n.textContent="".concat(e?e--:e++)}}Yt.push(t),Ct()},Zt=0,Kt={attributes:!0,characterData:!0,childList:!0,subtree:!0},Jt=["resize","load","transitionend","animationend","animationstart","animationiteration","keyup","keydown","mouseup","mousedown","mouseover","mouseout","blur","focus"],Gt=function(t){return void 0===t&&(t=0),Date.now()+t},Qt=!1,te=new(function(){function t(){var t=this;this.stopped=!0,this.listener=function(){return t.schedule()}}return t.prototype.run=function(t){var e=this;if(void 0===t&&(t=250),!Qt){Qt=!0;var n,r=Gt(t);n=function(){var n=!1;try{n=Wt()}finally{if(Qt=!1,t=r-Gt(),!Zt)return;n?e.run(1e3):t>0?e.run(t):e.start()}},Xt(function(){requestAnimationFrame(n)})}},t.prototype.schedule=function(){this.stop(),this.run()},t.prototype.observe=function(){var t=this,e=function(){return t.observer&&t.observer.observe(document.body,Kt)};document.body?e():Tt.addEventListener("DOMContentLoaded",e)},t.prototype.start=function(){var t=this;this.stopped&&(this.stopped=!1,this.observer=new MutationObserver(this.listener),this.observe(),Jt.forEach(function(e){return Tt.addEventListener(e,t.listener,!0)}))},t.prototype.stop=function(){var t=this;this.stopped||(this.observer&&this.observer.disconnect(),Jt.forEach(function(e){return Tt.removeEventListener(e,t.listener,!0)}),this.stopped=!0)},t}()),ee=function(t){!Zt&&t>0&&te.start(),!(Zt+=t)&&te.stop()},ne=function(){function t(t,e){this.target=t,this.observedBox=e||ut.CONTENT_BOX,this.lastReportedSize={inlineSize:0,blockSize:0}}return t.prototype.isActive=function(){var t,e=jt(this.target,this.observedBox,!0);return t=this.target,Bt(t)||function(t){switch(t.tagName){case"INPUT":if("image"!==t.type)break;case"VIDEO":case"AUDIO":case"EMBED":case"OBJECT":case"CANVAS":case"IFRAME":case"IMG":return!0}return!1}(t)||"inline"!==getComputedStyle(t).display||(this.lastReportedSize=e),this.lastReportedSize.inlineSize!==e.inlineSize||this.lastReportedSize.blockSize!==e.blockSize},t}(),re=function(t,e){this.activeTargets=[],this.skippedTargets=[],this.observationTargets=[],this.observer=t,this.callback=e},oe=new WeakMap,ie=function(t,e){for(var n=0;n<t.length;n+=1)if(t[n].target===e)return n;return-1},ae=function(){function t(){}return t.connect=function(t,e){var n=new re(t,e);oe.set(t,n)},t.observe=function(t,e,n){var r=oe.get(t),o=0===r.observationTargets.length;ie(r.observationTargets,e)<0&&(o&&_t.push(r),r.observationTargets.push(new ne(e,n&&n.box)),ee(1),te.schedule())},t.unobserve=function(t,e){var n=oe.get(t),r=ie(n.observationTargets,e),o=1===n.observationTargets.length;r>=0&&(o&&_t.splice(_t.indexOf(n),1),n.observationTargets.splice(r,1),ee(-1))},t.disconnect=function(t){var e=this,n=oe.get(t);n.observationTargets.slice().forEach(function(n){return e.unobserve(t,n.target)}),n.activeTargets.splice(0,n.activeTargets.length)},t}(),se=function(){function t(t){if(0===arguments.length)throw new TypeError("Failed to construct 'ResizeObserver': 1 argument required, but only 0 present.");if("function"!=typeof t)throw new TypeError("Failed to construct 'ResizeObserver': The callback provided as parameter 1 is not a function.");ae.connect(this,t)}return t.prototype.observe=function(t,e){if(0===arguments.length)throw new TypeError("Failed to execute 'observe' on 'ResizeObserver': 1 argument required, but only 0 present.");if(!Lt(t))throw new TypeError("Failed to execute 'observe' on 'ResizeObserver': parameter 1 is not of type 'Element");ae.observe(this,t,e)},t.prototype.unobserve=function(t){if(0===arguments.length)throw new TypeError("Failed to execute 'unobserve' on 'ResizeObserver': 1 argument required, but only 0 present.");if(!Lt(t))throw new TypeError("Failed to execute 'unobserve' on 'ResizeObserver': parameter 1 is not of type 'Element");ae.unobserve(this,t)},t.prototype.disconnect=function(){ae.disconnect(this)},t.toString=function(){return"function ResizeObserver () { [polyfill code] }"},t}();const le=function(t){const e=Array.prototype.reduce.call(t,(t,e)=>{const n=e.name.match(/data-amazingbar-(.+)/);if(n){const r=n[1].replace(/\W+(.)/g,(t,e)=>e.toUpperCase());switch(e.value){case"true":t[r]=!0;break;case"false":t[r]=!1;break;case void 0:t[r]=!0;break;default:t[r]=e.value}}return t},{});return e};function ce(t){return t&&t.ownerDocument&&t.ownerDocument.defaultView?t.ownerDocument.defaultView:window}function de(t){return t&&t.ownerDocument?t.ownerDocument:document}let pe=null,he=null;function ue(t){if(null===pe){const e=de(t);if(void 0===e)return pe=0,pe;const n=e.body,r=e.createElement("div");r.classList.add("amazingbar-hide-scrollbar"),n.appendChild(r);const o=r.getBoundingClientRect().right;n.removeChild(r),pe=o}return pe}mt()&&window.addEventListener("resize",()=>{he!==window.devicePixelRatio&&(he=window.devicePixelRatio,pe=null)});class fe{constructor(t,e){this.onScroll=t=>{const e=ce(this.el);this.scrollXTicking||(e.requestAnimationFrame(this.scrollX),this.scrollXTicking=!0),this.scrollYTicking||(e.requestAnimationFrame(this.scrollY),this.scrollYTicking=!0),"function"==typeof this.options.onScroll&&this.options.onScroll(t);t=new Event("scroll");document.body.dispatchEvent(t)},this.scrollX=()=>{this.axis.x.isOverflowing&&(this.showScrollbar("x"),this.positionScrollbar("x")),this.scrollXTicking=!1},this.scrollY=()=>{this.axis.y.isOverflowing&&(this.showScrollbar("y"),this.positionScrollbar("y")),this.scrollYTicking=!1},this.onMouseEnter=()=>{this.showScrollbar("x"),this.showScrollbar("y")},this.onMouseMove=t=>{this.mouseX=t.clientX,this.mouseY=t.clientY,(this.axis.x.isOverflowing||this.axis.x.forceVisible)&&this.onMouseMoveForAxis("x"),(this.axis.y.isOverflowing||this.axis.y.forceVisible)&&this.onMouseMoveForAxis("y")},this.onMouseLeave=()=>{this.onMouseMove.cancel(),(this.axis.x.isOverflowing||this.axis.x.forceVisible)&&this.onMouseLeaveForAxis("x"),(this.axis.y.isOverflowing||this.axis.y.forceVisible)&&this.onMouseLeaveForAxis("y"),this.mouseX=-1,this.mouseY=-1},this.onWindowResize=()=>{this.scrollbarWidth=this.getScrollbarWidth(),this.hideNativeScrollbar()},this.hideScrollbars=()=>{this.axis.x.track.rect=this.axis.x.track.el.getBoundingClientRect(),this.axis.y.track.rect=this.axis.y.track.el.getBoundingClientRect(),this.isWithinBounds(this.axis.y.track.rect)||(this.axis.y.scrollbar.el.classList.remove(this.classNames.visible),this.axis.y.isVisible=!1),this.isWithinBounds(this.axis.x.track.rect)||(this.axis.x.scrollbar.el.classList.remove(this.classNames.visible),this.axis.x.isVisible=!1)},this.onPointerEvent=t=>{let e,n;this.axis.x.track.rect=this.axis.x.track.el.getBoundingClientRect(),this.axis.y.track.rect=this.axis.y.track.el.getBoundingClientRect(),(this.axis.x.isOverflowing||this.axis.x.forceVisible)&&(e=this.isWithinBounds(this.axis.x.track.rect)),(this.axis.y.isOverflowing||this.axis.y.forceVisible)&&(n=this.isWithinBounds(this.axis.y.track.rect)),(e||n)&&(t.preventDefault(),t.stopPropagation(),"mousedown"===t.type&&(e&&(this.axis.x.scrollbar.rect=this.axis.x.scrollbar.el.getBoundingClientRect(),this.isWithinBounds(this.axis.x.scrollbar.rect)?this.onDragStart(t,"x"):this.onTrackClick(t,"x")),n&&(this.axis.y.scrollbar.rect=this.axis.y.scrollbar.el.getBoundingClientRect(),this.isWithinBounds(this.axis.y.scrollbar.rect)?this.onDragStart(t,"y"):this.onTrackClick(t,"y"))))},this.drag=t=>{let e;const n=this.axis[this.draggedAxis].track,r=n.rect[this.axis[this.draggedAxis].sizeAttr],o=this.axis[this.draggedAxis].scrollbar,i=this.contentWrapperEl[this.axis[this.draggedAxis].scrollSizeAttr],a=parseInt(this.elStyles[this.axis[this.draggedAxis].sizeAttr],10);t.preventDefault(),t.stopPropagation(),e="y"===this.draggedAxis?t.pageY:t.pageX;let s=(e-n.rect[this.axis[this.draggedAxis].offsetAttr]-this.axis[this.draggedAxis].dragOffset)/(r-o.size)*(i-a);"x"===this.draggedAxis&&(s=this.isRtl&&fe.getRtlHelpers().isRtlScrollbarInverted?s-(r+o.size):s,s=this.isRtl&&fe.getRtlHelpers().isRtlScrollingInverted?-s:s),this.contentWrapperEl[this.axis[this.draggedAxis].scrollOffsetAttr]=s},this.onEndDrag=t=>{const e=de(this.el),n=ce(this.el);t.preventDefault(),t.stopPropagation(),this.el.classList.remove(this.classNames.dragging),e.removeEventListener("mousemove",this.drag,!0),e.removeEventListener("mouseup",this.onEndDrag,!0),this.removePreventClickId=n.setTimeout(()=>{e.removeEventListener("click",this.preventClick,!0),e.removeEventListener("dblclick",this.preventClick,!0),this.removePreventClickId=null})},this.preventClick=t=>{t.preventDefault(),t.stopPropagation()},this.el=t,this.minScrollbarWidth=20,this.options={...fe.defaultOptions,...e},this.classNames={...fe.defaultOptions.classNames,...this.options.classNames},this.axis={x:{scrollOffsetAttr:"scrollLeft",sizeAttr:"width",scrollSizeAttr:"scrollWidth",offsetSizeAttr:"offsetWidth",offsetAttr:"left",overflowAttr:"overflowX",dragOffset:0,isOverflowing:!0,isVisible:!1,forceVisible:!1,track:{},scrollbar:{}},y:{scrollOffsetAttr:"scrollTop",sizeAttr:"height",scrollSizeAttr:"scrollHeight",offsetSizeAttr:"offsetHeight",offsetAttr:"top",overflowAttr:"overflowY",dragOffset:0,isOverflowing:!0,isVisible:!1,forceVisible:!1,track:{},scrollbar:{}}},this.removePreventClickId=null,fe.instances.has(this.el)||(this.recalculate=bt()(this.recalculate.bind(this),64),this.onMouseMove=bt()(this.onMouseMove.bind(this),64),this.hideScrollbars=wt()(this.hideScrollbars.bind(this),this.options.timeout),this.onWindowResize=wt()(this.onWindowResize.bind(this),64,{leading:!0}),fe.getRtlHelpers=xt()(fe.getRtlHelpers),this.init())}static getRtlHelpers(){const t=document.createElement("div");t.innerHTML='<div class="hs-dummy-scrollbar-size"><div style="height: 200%; width: 200%; margin: 10px 0;"></div></div>';const e=t.firstElementChild;document.body.appendChild(e);const n=e.firstElementChild;e.scrollLeft=0;const r=fe.getOffset(e),o=fe.getOffset(n);e.scrollLeft=999;const i=fe.getOffset(n);return{isRtlScrollingInverted:r.left!==o.left&&o.left-i.left!==0,isRtlScrollbarInverted:r.left!==o.left}}static getOffset(t){const e=t.getBoundingClientRect(),n=de(t),r=ce(t);return{top:e.top+(r.pageYOffset||n.documentElement.scrollTop),left:e.left+(r.pageXOffset||n.documentElement.scrollLeft)}}init(){fe.instances.set(this.el,this),mt()&&(this.initDOM(),this.setAccessibilityAttributes(),this.scrollbarWidth=this.getScrollbarWidth(),this.recalculate(),this.initListeners())}initDOM(){if(Array.prototype.filter.call(this.el.children,t=>t.classList.contains(this.classNames.wrapper)).length)this.wrapperEl=this.el.querySelector(`.${this.classNames.wrapper}`),this.contentWrapperEl=this.options.scrollableNode||this.el.querySelector(`.${this.classNames.contentWrapper}`),this.contentEl=this.options.contentNode||this.el.querySelector(`.${this.classNames.contentEl}`),this.offsetEl=this.el.querySelector(`.${this.classNames.offset}`),this.maskEl=this.el.querySelector(`.${this.classNames.mask}`),this.placeholderEl=this.findChild(this.wrapperEl,`.${this.classNames.placeholder}`),this.heightAutoObserverWrapperEl=this.el.querySelector(`.${this.classNames.heightAutoObserverWrapperEl}`),this.heightAutoObserverEl=this.el.querySelector(`.${this.classNames.heightAutoObserverEl}`),this.axis.x.track.el=this.findChild(this.el,`.${this.classNames.track}.${this.classNames.horizontal}`),this.axis.y.track.el=this.findChild(this.el,`.${this.classNames.track}.${this.classNames.vertical}`);else{for(this.wrapperEl=document.createElement("div"),this.contentWrapperEl=document.createElement("div"),this.offsetEl=document.createElement("div"),this.maskEl=document.createElement("div"),this.contentEl=document.createElement("div"),this.placeholderEl=document.createElement("div"),this.heightAutoObserverWrapperEl=document.createElement("div"),this.heightAutoObserverEl=document.createElement("div"),this.wrapperEl.classList.add(this.classNames.wrapper),this.contentWrapperEl.classList.add(this.classNames.contentWrapper),this.offsetEl.classList.add(this.classNames.offset),this.maskEl.classList.add(this.classNames.mask),this.contentEl.classList.add(this.classNames.contentEl),this.placeholderEl.classList.add(this.classNames.placeholder),this.heightAutoObserverWrapperEl.classList.add(this.classNames.heightAutoObserverWrapperEl),this.heightAutoObserverEl.classList.add(this.classNames.heightAutoObserverEl);this.el.firstChild;)this.contentEl.appendChild(this.el.firstChild);this.contentWrapperEl.appendChild(this.contentEl),this.offsetEl.appendChild(this.contentWrapperEl),this.maskEl.appendChild(this.offsetEl),this.heightAutoObserverWrapperEl.appendChild(this.heightAutoObserverEl),this.wrapperEl.appendChild(this.heightAutoObserverWrapperEl),this.wrapperEl.appendChild(this.maskEl),this.wrapperEl.appendChild(this.placeholderEl),this.el.appendChild(this.wrapperEl)}if(!this.axis.x.track.el||!this.axis.y.track.el){const t=document.createElement("div"),e=document.createElement("div");t.classList.add(this.classNames.track),e.classList.add(this.classNames.scrollbar),t.appendChild(e),this.axis.x.track.el=t.cloneNode(!0),this.axis.x.track.el.classList.add(this.classNames.horizontal),this.axis.y.track.el=t.cloneNode(!0),this.axis.y.track.el.classList.add(this.classNames.vertical),this.el.appendChild(this.axis.x.track.el),this.el.appendChild(this.axis.y.track.el)}this.axis.x.scrollbar.el=this.axis.x.track.el.querySelector(`.${this.classNames.scrollbar}`),this.axis.y.scrollbar.el=this.axis.y.track.el.querySelector(`.${this.classNames.scrollbar}`),this.options.autoHide||(this.axis.x.scrollbar.el.classList.add(this.classNames.visible),this.axis.y.scrollbar.el.classList.add(this.classNames.visible)),this.el.setAttribute("data-amazingbar","init")}setAccessibilityAttributes(){const t=this.options.ariaLabel||"scrollable content";this.contentWrapperEl.setAttribute("tabindex","0"),this.contentWrapperEl.setAttribute("role","region"),this.contentWrapperEl.setAttribute("aria-label",t)}initListeners(){const t=ce(this.el);this.options.autoHide&&this.el.addEventListener("mouseenter",this.onMouseEnter),["mousedown","click","dblclick"].forEach(t=>{this.el.addEventListener(t,this.onPointerEvent,!0)}),["touchstart","touchend","touchmove"].forEach(t=>{this.el.addEventListener(t,this.onPointerEvent,{capture:!0,passive:!0})}),this.el.addEventListener("mousemove",this.onMouseMove),this.el.addEventListener("mouseleave",this.onMouseLeave),this.contentWrapperEl.addEventListener("scroll",this.onScroll),t.addEventListener("resize",this.onWindowResize);let e=!1;const n=t.ResizeObserver||se;this.resizeObserver=new n(()=>{e&&this.recalculate()}),this.resizeObserver.observe(this.el),this.resizeObserver.observe(this.contentEl),t.requestAnimationFrame(()=>{e=!0}),this.mutationObserver=new t.MutationObserver(this.recalculate),this.mutationObserver.observe(this.contentEl,{childList:!0,subtree:!0,characterData:!0})}recalculate(){const t=ce(this.el);this.elStyles=t.getComputedStyle(this.el),this.isRtl="rtl"===this.elStyles.direction;const e=this.heightAutoObserverEl.offsetHeight<=1,n=this.heightAutoObserverEl.offsetWidth<=1,r=this.contentEl.offsetWidth,o=this.contentWrapperEl.offsetWidth,i=this.elStyles.overflowX,a=this.elStyles.overflowY;this.contentEl.style.padding=`${this.elStyles.paddingTop} ${this.elStyles.paddingRight} ${this.elStyles.paddingBottom} ${this.elStyles.paddingLeft}`,this.wrapperEl.style.margin=`-${this.elStyles.paddingTop} -${this.elStyles.paddingRight} -${this.elStyles.paddingBottom} -${this.elStyles.paddingLeft}`;const s=this.contentEl.scrollHeight,l=this.contentEl.scrollWidth;this.contentWrapperEl.style.height=e?"auto":"100%",this.placeholderEl.style.width=n?`${r}px`:"auto",this.placeholderEl.style.height=`${s}px`;const c=this.contentWrapperEl.offsetHeight;this.axis.x.isOverflowing=l>r,this.axis.y.isOverflowing=s>c,this.axis.x.isOverflowing="hidden"!==i&&this.axis.x.isOverflowing,this.axis.y.isOverflowing="hidden"!==a&&this.axis.y.isOverflowing,this.axis.x.forceVisible="x"===this.options.forceVisible||!0===this.options.forceVisible,this.axis.y.forceVisible="y"===this.options.forceVisible||!0===this.options.forceVisible,this.hideNativeScrollbar();let d=this.axis.x.isOverflowing?this.scrollbarWidth:0,p=this.axis.y.isOverflowing?this.scrollbarWidth:0;this.axis.x.isOverflowing=this.axis.x.isOverflowing&&l>o-p,this.axis.y.isOverflowing=this.axis.y.isOverflowing&&s>c-d,this.axis.x.scrollbar.size=this.getScrollbarSize("x"),this.axis.y.scrollbar.size=this.getScrollbarSize("y"),this.axis.x.scrollbar.el.style.width=`${this.axis.x.scrollbar.size}px`,this.axis.y.scrollbar.el.style.height=`${this.axis.y.scrollbar.size}px`,this.positionScrollbar("x"),this.positionScrollbar("y"),this.toggleTrackVisibility("x"),this.toggleTrackVisibility("y")}getScrollbarSize(){let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"y";if(!this.axis[t].isOverflowing)return 0;const e=this.contentEl[this.axis[t].scrollSizeAttr],n=this.axis[t].track.el[this.axis[t].offsetSizeAttr];let r,o=n/e;return r=Math.max(~~(o*n),this.options.scrollbarMinSize),this.options.scrollbarMaxSize&&(r=Math.min(r,this.options.scrollbarMaxSize)),r}positionScrollbar(){let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"y";if(!this.axis[t].isOverflowing)return;const e=this.contentWrapperEl[this.axis[t].scrollSizeAttr],n=this.axis[t].track.el[this.axis[t].offsetSizeAttr],r=parseInt(this.elStyles[this.axis[t].sizeAttr],10),o=this.axis[t].scrollbar;let i=this.contentWrapperEl[this.axis[t].scrollOffsetAttr];i="x"===t&&this.isRtl&&fe.getRtlHelpers().isRtlScrollingInverted?-i:i;let a=i/(e-r),s=~~((n-o.size)*a);s="x"===t&&this.isRtl&&fe.getRtlHelpers().isRtlScrollbarInverted?s+(n-o.size):s,o.el.style.transform="x"===t?`translate3d(${s}px, 0, 0)`:`translate3d(0, ${s}px, 0)`}toggleTrackVisibility(){let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"y";const e=this.axis[t].track.el,n=this.axis[t].scrollbar.el;this.axis[t].isOverflowing||this.axis[t].forceVisible?(e.style.visibility="visible",this.contentWrapperEl.style[this.axis[t].overflowAttr]="scroll"):(e.style.visibility="hidden",this.contentWrapperEl.style[this.axis[t].overflowAttr]="hidden"),this.axis[t].isOverflowing?n.style.display="block":n.style.display="none"}hideNativeScrollbar(){this.offsetEl.style[this.isRtl?"left":"right"]=this.axis.y.isOverflowing||this.axis.y.forceVisible?`-${this.scrollbarWidth}px`:0,this.offsetEl.style.bottom=this.axis.x.isOverflowing||this.axis.x.forceVisible?`-${this.scrollbarWidth}px`:0}onMouseMoveForAxis(){let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"y";this.axis[t].track.rect=this.axis[t].track.el.getBoundingClientRect(),this.axis[t].scrollbar.rect=this.axis[t].scrollbar.el.getBoundingClientRect();this.isWithinBounds(this.axis[t].scrollbar.rect)?this.axis[t].scrollbar.el.classList.add(this.classNames.hover):this.axis[t].scrollbar.el.classList.remove(this.classNames.hover),this.isWithinBounds(this.axis[t].track.rect)?(this.showScrollbar(t),this.axis[t].track.el.classList.add(this.classNames.hover)):this.axis[t].track.el.classList.remove(this.classNames.hover)}onMouseLeaveForAxis(){let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"y";this.axis[t].track.el.classList.remove(this.classNames.hover),this.axis[t].scrollbar.el.classList.remove(this.classNames.hover)}showScrollbar(){let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"y",e=this.axis[t].scrollbar.el;this.axis[t].isVisible||(e.classList.add(this.classNames.visible),this.axis[t].isVisible=!0),this.options.autoHide&&this.hideScrollbars()}onDragStart(t){let e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"y";const n=de(this.el),r=ce(this.el),o=this.axis[e].scrollbar,i="y"===e?t.pageY:t.pageX;this.axis[e].dragOffset=i-o.rect[this.axis[e].offsetAttr],this.draggedAxis=e,this.el.classList.add(this.classNames.dragging),n.addEventListener("mousemove",this.drag,!0),n.addEventListener("mouseup",this.onEndDrag,!0),null===this.removePreventClickId?(n.addEventListener("click",this.preventClick,!0),n.addEventListener("dblclick",this.preventClick,!0)):(r.clearTimeout(this.removePreventClickId),this.removePreventClickId=null)}onTrackClick(t){let e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"y";if(!this.options.clickOnTrack)return;const n=ce(this.el);this.axis[e].scrollbar.rect=this.axis[e].scrollbar.el.getBoundingClientRect();const r=this.axis[e].scrollbar.rect[this.axis[e].offsetAttr],o=parseInt(this.elStyles[this.axis[e].sizeAttr],10);let i=this.contentWrapperEl[this.axis[e].scrollOffsetAttr];const a=("y"===e?this.mouseY-r:this.mouseX-r)<0?-1:1,s=-1===a?i-o:i+o,l=()=>{-1===a?i>s&&(i-=this.options.clickOnTrackSpeed,this.contentWrapperEl.scrollTo({[this.axis[e].offsetAttr]:i}),n.requestAnimationFrame(l)):i<s&&(i+=this.options.clickOnTrackSpeed,this.contentWrapperEl.scrollTo({[this.axis[e].offsetAttr]:i}),n.requestAnimationFrame(l))};l()}getContentElement(){return this.contentEl}getScrollElement(){return this.contentWrapperEl}getScrollbarWidth(){try{return"none"===getComputedStyle(this.contentWrapperEl,"::-webkit-scrollbar").display||"scrollbarWidth"in document.documentElement.style||"-ms-overflow-style"in document.documentElement.style?0:ue(this.el)}catch(t){return ue(this.el)}}removeListeners(){const t=ce(this.el);this.options.autoHide&&this.el.removeEventListener("mouseenter",this.onMouseEnter),["mousedown","click","dblclick"].forEach(t=>{this.el.removeEventListener(t,this.onPointerEvent,!0)}),["touchstart","touchend","touchmove"].forEach(t=>{this.el.removeEventListener(t,this.onPointerEvent,{capture:!0,passive:!0})}),this.el.removeEventListener("mousemove",this.onMouseMove),this.el.removeEventListener("mouseleave",this.onMouseLeave),this.contentWrapperEl&&this.contentWrapperEl.removeEventListener("scroll",this.onScroll),t.removeEventListener("resize",this.onWindowResize),this.mutationObserver&&this.mutationObserver.disconnect(),this.resizeObserver&&this.resizeObserver.disconnect(),this.recalculate.cancel(),this.onMouseMove.cancel(),this.hideScrollbars.cancel(),this.onWindowResize.cancel()}unMount(){this.removeListeners(),fe.instances.delete(this.el)}isWithinBounds(t){return this.mouseX>=t.left&&this.mouseX<=t.left+t.width&&this.mouseY>=t.top&&this.mouseY<=t.top+t.height}findChild(t,e){const n=t.matches||t.webkitMatchesSelector||t.mozMatchesSelector||t.msMatchesSelector;return Array.prototype.filter.call(t.children,t=>n.call(t,e))[0]}}fe.defaultOptions={autoHide:!0,forceVisible:!1,clickOnTrack:!0,clickOnTrackSpeed:40,classNames:{contentEl:"amazingbar-content",contentWrapper:"amazingbar-content-wrapper",offset:"amazingbar-offset",mask:"amazingbar-mask",wrapper:"amazingbar-wrapper",placeholder:"amazingbar-placeholder",scrollbar:"amazingbar-scrollbar",track:"amazingbar-track",heightAutoObserverWrapperEl:"amazingbar-height-auto-observer-wrapper",heightAutoObserverEl:"amazingbar-height-auto-observer",visible:"amazingbar-visible",horizontal:"amazingbar-horizontal",vertical:"amazingbar-vertical",hover:"amazingbar-hover",dragging:"amazingbar-dragging"},scrollbarMinSize:25,scrollbarMaxSize:0,timeout:1e3},fe.instances=new WeakMap,fe.initDOMLoadedElements=function(){document.removeEventListener("DOMContentLoaded",this.initDOMLoadedElements),window.removeEventListener("load",this.initDOMLoadedElements),Array.prototype.forEach.call(document.querySelectorAll("[data-amazingbar]"),t=>{"init"===t.getAttribute("data-amazingbar")||fe.instances.has(t)||new fe(t,le(t.attributes))})},fe.removeObserver=function(){this.globalObserver.disconnect()},fe.initHtmlApi=function(){this.initDOMLoadedElements=this.initDOMLoadedElements.bind(this),"undefined"!=typeof MutationObserver&&(this.globalObserver=new MutationObserver(fe.handleMutations),this.globalObserver.observe(document,{childList:!0,subtree:!0})),"complete"===document.readyState||"loading"!==document.readyState&&!document.documentElement.doScroll?window.setTimeout(this.initDOMLoadedElements):(document.addEventListener("DOMContentLoaded",this.initDOMLoadedElements),window.addEventListener("load",this.initDOMLoadedElements))},fe.handleMutations=t=>{t.forEach(t=>{Array.prototype.forEach.call(t.addedNodes,t=>{1===t.nodeType&&(t.hasAttribute("data-amazingbar")?!fe.instances.has(t)&&document.documentElement.contains(t)&&new fe(t,le(t.attributes)):Array.prototype.forEach.call(t.querySelectorAll("[data-amazingbar]"),function(t){"init"!==t.getAttribute("data-amazingbar")&&!fe.instances.has(t)&&document.documentElement.contains(t)&&new fe(t,le(t.attributes))}))}),Array.prototype.forEach.call(t.removedNodes,t=>{1===t.nodeType&&("init"===t.getAttribute("data-amazingbar")?fe.instances.has(t)&&!document.documentElement.contains(t)&&fe.instances.get(t).unMount():Array.prototype.forEach.call(t.querySelectorAll('[data-amazingbar="init"]'),t=>{fe.instances.has(t)&&!document.documentElement.contains(t)&&fe.instances.get(t).unMount()}))})})},fe.getOptions=le,mt()&&fe.initHtmlApi();const me=fe;var ge=a(12106);const be=t=>{const{id:e="style-"+(0,ge.A)(),parentNode:n=document.body,isImportant:r=!0,context:o}=t;let i=null;function a(t,e){const n=[];return n.push(t.replace(/([a-z])([A-Z])/g,"$1-$2").toLowerCase()),n.push(":"),n.push(e||'""'),n.push(r?" !important;":";"),n.join("")}return e&&(i=document.getElementById(e)),i||(i=document.createElement("style"),i.id=e),i.innerHTML=(t=>{const e=[];for(const n in t)if(Object.hasOwnProperty.call(t,n)){const r=t[n];e.push(n),e.push("{");for(const t in r)if(Object.hasOwnProperty.call(r,t)){const n=a(t,r[t]);e.push(n)}e.push("}")}return e.join("")})(o),n.appendChild(i),e},ye=me,we=L.Ay,Ae=t=>{const e=O.M,{children:r}=t,o=t=>{requestAnimationFrame(()=>{T.A.dispatch("onScroll",t),we.app.dispatch("onScroll",t);const e=new Event("scroll");window.dispatchEvent(e)})},i=(0,n.A)("div",{className:ht.childrenHolder},r),a=()=>{const t=c.querySelector("#main-page--cdtr");if(!t)return setTimeout(()=>{a()},1e3);const e=t.getBoundingClientRect();let n=e.width;if(0===n)return setTimeout(()=>{a()},1e3);e.width>document.body.offsetWidth&&(n=document.body.offsetWidth),be({id:"page-max-width",context:{"[data-type='text'], [data-type='block'], [data-type='section']":{maxWidth:n+"px"}}})};window.addEventListener("resize",()=>{requestAnimationFrame(()=>{a()})});const s=e.get("config","pageWidth"),l=e.get("config","channel"),c=(0,n.A)("div",{style:{top:"newsletter"===l?"20px":"15px",width:s?s+"px":null,maxWidth:"100%"},id:"main-page-wrapper",onScroll:o,className:ht.root},(0,n.A)("div",{ref:{onMount:()=>{setTimeout(()=>{a(),we.dispatch("change",{})},0)}},className:ht.wrapper,id:"main-page--cdtr"},i),(0,n.A)("noscript",null,(0,n.A)("style",null," .amazingbar-content-wrapper {\n overflow: auto;\n }")));return setTimeout(()=>{new ye(c,{onScroll:o,autoHide:!0,autoHideTimeout:1e3})},500),c};var xe=a(30102);class _e extends S.WF{constructor(){super(),this.width=0}createRenderRoot(){return this}render(){const t=`\n .container {\n width: 100%;\n margin-right: auto;\n margin-left: auto;\n display: flex;\n flex-wrap: wrap;\n }\n \n @media (min-width: 576px) {\n .container {\n max-width: 540px;\n }\n }\n @media (min-width: 768px) {\n .container {\n max-width: 720px;\n }\n }\n @media (min-width: 992px) {\n .container {\n max-width: calc(960px - ${this.width/2}px);\n }\n }\n @media (min-width: 1200px) {\n .container {\n max-width: calc(1140px - ${this.width}px);\n }\n }\n @media (min-width: 1400px) {\n .container {\n max-width: calc(1320px - ${this.width}px);\n }\n }\n \n `;return S.qy`<style>
3242
+ `,customElements.define("cdtr-edit-chat-drawer",at);const st=L.Ay,lt=()=>{O.M.set({sidebarTransferDataPanelOpen:!1}),T.A.dispatch("toggle-side-menu",{opened:!1}),O.M.set({[ot]:!0})};function ct(){O.M.set({sidebarTransferDataPanelOpen:!1}),function(){const t=st.getComponents().find(t=>"root"===t.type);t?st.clean().selectComponent(t):console.error("#1m56g9","root not found")}()}const dt=t=>(0,n.A)("cdtr-col",(0,b.A)({},t,{fitContent:!0}),(0,n.A)("aside",{className:(0,_.A)(E.root,"cdtr-plugin","no-select")},(0,n.A)("div",{className:E.inner},(0,n.A)("div",{className:E.advance},(0,n.A)("paper-button",{tabindex:"0",onClick:()=>T.A.dispatch("toggle-side-menu",{opened:!1}),className:E.toggleMenu},(0,n.A)("cdtr-arrow-icon",{iconStyle:"fill:var(--text-dark-color)"})),(0,n.A)("cdtr-tooltip",{delay:"500,0",content:"coming_soon"},(0,n.A)("style",null,' #chat-button:after{\n content: attr(data-errors);\n position: absolute;\n top: 15%;\n right: 20%;\n background-color: red;\n color: white;\n border-radius: 999px;\n padding: 2px 5px;\n border-radius: 5px;\n font-size: 10px;\n background-color: red;\n display: none;\n font-weight: bold;\n min-width: 16px;\n text-align: center;\n line-height: 1.2;\n box-shadow: 0 2px 4px rgba(0,0,0,0.3);\n transform: scale(0);\n opacity: 0;\n transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);\n }\n\n #chat-button[data-errors]:not([data-errors="0"]):after {\n display: block;\n transform: scale(1);\n opacity: 1;\n animation: notificationPulse 0.6s ease-out;\n }\n\n @keyframes notificationPulse {\n 0% {\n transform: scale(0);\n opacity: 0;\n }\n 50% {\n transform: scale(1.2);\n opacity: 1;\n }\n 100% {\n transform: scale(1);\n opacity: 1;\n }\n }\n\n #chat-button[data-errors]:not([data-errors="0"]):after:hover {\n transform: scale(1.1);\n box-shadow: 0 4px 8px rgba(0,0,0,0.4);\n }\n\n /* Shake animation for when notification value changes */\n #chat-button.shake-notification:after {\n animation: notificationShake 1.2s ease-in-out !important;\n }\n\n @keyframes notificationShake {\n 0%, 100% {\n transform: scale(1) translateX(0);\n }\n 10%, 30%, 50%, 70%, 90% {\n transform: scale(1) translateX(-2px);\n }\n 20%, 40%, 60%, 80% {\n transform: scale(1) translateX(2px);\n }\n }'),(0,n.A)("paper-button",{tabindex:"0",id:"chat-button",ref:{onCreate:t=>{let e=0;setTimeout(()=>{st.on("detectErrors",n=>{const r=n.buttons||[],o=n.images||[],i=n.links||[],a=n.social||[],s=n.socialLinks||[],l=r.length+o.length+i.length+a.length+s.length;l!==e&&e>0&&(t.classList.add("shake-notification"),setTimeout(()=>{t.classList.remove("shake-notification")},500)),e=l,t.setAttribute("data-errors",String(l))})},0)}},onClick:lt},(0,n.A)("svg",{width:"24",height:"25",viewBox:"0 0 24 25",fill:"none",xmlns:"http://www.w3.org/2000/svg"},(0,n.A)("g",{"clip-path":"url(#clip0_834_54)"},(0,n.A)("path",{d:"M10.2917 4.87484L9.61466 3.38525L8.12508 2.70817L9.61466 2.03109L10.2917 0.541504L10.9688 2.03109L12.4584 2.70817L10.9688 3.38525L10.2917 4.87484ZM10.2917 12.4582L9.61466 10.9686L8.12508 10.2915L9.61466 9.61442L10.2917 8.12484L10.9688 9.61442L12.4584 10.2915L10.9688 10.9686L10.2917 12.4582ZM4.87508 10.8332L3.52091 7.854L0.541748 6.49984L3.52091 5.14567L4.87508 2.1665L6.22925 5.14567L9.20841 6.49984L6.22925 7.854L4.87508 10.8332Z",fill:"black"})),(0,n.A)("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M13.9836 7C13.9945 6.83474 14 6.66801 14 6.5C14 5.9863 13.9484 5.48466 13.85 5H23C23.5523 5 24 5.44772 24 6V20C24 20.5523 23.5523 21 23 21H8.45455L4 24.5V13.5732C4.63207 13.7966 5.30303 13.9377 6 13.9836V20.3851L7.76282 19H22V7H13.9836Z",fill:"black"}),(0,n.A)("defs",null,(0,n.A)("clipPath",{id:"clip0_834_54"},(0,n.A)("rect",{width:"13",height:"13",fill:"white"})))))),(0,n.A)("cdtr-tooltip",{delay:"500",placement:"bottom",content:"design pallete"},(0,n.A)("paper-button",{tabindex:"0",onClick:ct,class:"add-button"},(0,n.A)("cdtr-icon",{color:"black",icon:"design"}))),(0,n.A)("cdtr-transfer-data-button",null)),(0,n.A)("cdtr-sidebar-content-switcher",null,(0,n.A)("div",{slot:"main"},(0,n.A)("cdtr-breadcrumbs",{style:{borderBottom:"1px solid #e9e9e9"},mainText:!0}),(0,n.A)("design-factory",null)))),(0,n.A)(v,{style:{position:"absolute",bottom:"-15px",borderTop:"1px solid #dbdbdb"}})));var pt=a(79323),ht={};ht.setAttributes=p(),ht.insert=c().bind(null,"head"),ht.domAPI=s(),ht.insertStyleElement=u();o()(pt.A,ht);const ut=pt.A&&pt.A.locals?pt.A.locals:void 0;var ft,mt=a(94471),gt=a.n(mt),bt=a(53871),yt=a.n(bt),wt=a(30072),At=a.n(wt),xt=a(19901),_t=a.n(xt),vt=[],kt=function(){return vt.some(function(t){return t.activeTargets.length>0})},Ct="ResizeObserver loop completed with undelivered notifications.";!function(t){t.BORDER_BOX="border-box",t.CONTENT_BOX="content-box",t.DEVICE_PIXEL_CONTENT_BOX="device-pixel-content-box"}(ft||(ft={}));var Et,St=function(t){return Object.freeze(t)},Mt=function(t,e){this.inlineSize=t,this.blockSize=e,St(this)},Bt=function(){function t(t,e,n,r){return this.x=t,this.y=e,this.width=n,this.height=r,this.top=this.y,this.left=this.x,this.bottom=this.top+this.height,this.right=this.left+this.width,St(this)}return t.prototype.toJSON=function(){var t=this;return{x:t.x,y:t.y,top:t.top,right:t.right,bottom:t.bottom,left:t.left,width:t.width,height:t.height}},t.fromRect=function(e){return new t(e.x,e.y,e.width,e.height)},t}(),Ot=function(t){return t instanceof SVGElement&&"getBBox"in t},Lt=function(t){if(Ot(t)){var e=t.getBBox(),n=e.width,r=e.height;return!n&&!r}var o=t,i=o.offsetWidth,a=o.offsetHeight;return!(i||a||t.getClientRects().length)},Tt=function(t){var e;if(t instanceof Element)return!0;var n=null===(e=null==t?void 0:t.ownerDocument)||void 0===e?void 0:e.defaultView;return!!(n&&t instanceof n.Element)},It="undefined"!=typeof window?window:{},Nt=new WeakMap,Rt=/auto|scroll/,Dt=/^tb|vertical/,Pt=/msie|trident/i.test(It.navigator&&It.navigator.userAgent),zt=function(t){return parseFloat(t||"0")},Ht=function(t,e,n){return void 0===t&&(t=0),void 0===e&&(e=0),void 0===n&&(n=!1),new Mt((n?e:t)||0,(n?t:e)||0)},$t=St({devicePixelContentBoxSize:Ht(),borderBoxSize:Ht(),contentBoxSize:Ht(),contentRect:new Bt(0,0,0,0)}),jt=function(t,e){if(void 0===e&&(e=!1),Nt.has(t)&&!e)return Nt.get(t);if(Lt(t))return Nt.set(t,$t),$t;var n=getComputedStyle(t),r=Ot(t)&&t.ownerSVGElement&&t.getBBox(),o=!Pt&&"border-box"===n.boxSizing,i=Dt.test(n.writingMode||""),a=!r&&Rt.test(n.overflowY||""),s=!r&&Rt.test(n.overflowX||""),l=r?0:zt(n.paddingTop),c=r?0:zt(n.paddingRight),d=r?0:zt(n.paddingBottom),p=r?0:zt(n.paddingLeft),h=r?0:zt(n.borderTopWidth),u=r?0:zt(n.borderRightWidth),f=r?0:zt(n.borderBottomWidth),m=p+c,g=l+d,b=(r?0:zt(n.borderLeftWidth))+u,y=h+f,w=s?t.offsetHeight-y-t.clientHeight:0,A=a?t.offsetWidth-b-t.clientWidth:0,x=o?m+b:0,_=o?g+y:0,v=r?r.width:zt(n.width)-x-A,k=r?r.height:zt(n.height)-_-w,C=v+m+A+b,E=k+g+w+y,S=St({devicePixelContentBoxSize:Ht(Math.round(v*devicePixelRatio),Math.round(k*devicePixelRatio),i),borderBoxSize:Ht(C,E,i),contentBoxSize:Ht(v,k,i),contentRect:new Bt(p,l,v,k)});return Nt.set(t,S),S},Ft=function(t,e,n){var r=jt(t,n),o=r.borderBoxSize,i=r.contentBoxSize,a=r.devicePixelContentBoxSize;switch(e){case ft.DEVICE_PIXEL_CONTENT_BOX:return a;case ft.BORDER_BOX:return o;default:return i}},Ut=function(t){var e=jt(t);this.target=t,this.contentRect=e.contentRect,this.borderBoxSize=St([e.borderBoxSize]),this.contentBoxSize=St([e.contentBoxSize]),this.devicePixelContentBoxSize=St([e.devicePixelContentBoxSize])},Vt=function(t){if(Lt(t))return 1/0;for(var e=0,n=t.parentNode;n;)e+=1,n=n.parentNode;return e},qt=function(){var t=1/0,e=[];vt.forEach(function(n){if(0!==n.activeTargets.length){var r=[];n.activeTargets.forEach(function(e){var n=new Ut(e.target),o=Vt(e.target);r.push(n),e.lastReportedSize=Ft(e.target,e.observedBox),o<t&&(t=o)}),e.push(function(){n.callback.call(n.observer,r,n.observer)}),n.activeTargets.splice(0,n.activeTargets.length)}});for(var n=0,r=e;n<r.length;n++){(0,r[n])()}return t},Wt=function(t){vt.forEach(function(e){e.activeTargets.splice(0,e.activeTargets.length),e.skippedTargets.splice(0,e.skippedTargets.length),e.observationTargets.forEach(function(n){n.isActive()&&(Vt(n.target)>t?e.activeTargets.push(n):e.skippedTargets.push(n))})})},Yt=function(){var t,e=0;for(Wt(e);kt();)e=qt(),Wt(e);return vt.some(function(t){return t.skippedTargets.length>0})&&("function"==typeof ErrorEvent?t=new ErrorEvent("error",{message:Ct}):((t=document.createEvent("Event")).initEvent("error",!1,!1),t.message=Ct),window.dispatchEvent(t)),e>0},Xt=[],Zt=function(t){if(!Et){var e=0,n=document.createTextNode("");new MutationObserver(function(){return Xt.splice(0).forEach(function(t){return t()})}).observe(n,{characterData:!0}),Et=function(){n.textContent="".concat(e?e--:e++)}}Xt.push(t),Et()},Kt=0,Jt={attributes:!0,characterData:!0,childList:!0,subtree:!0},Gt=["resize","load","transitionend","animationend","animationstart","animationiteration","keyup","keydown","mouseup","mousedown","mouseover","mouseout","blur","focus"],Qt=function(t){return void 0===t&&(t=0),Date.now()+t},te=!1,ee=new(function(){function t(){var t=this;this.stopped=!0,this.listener=function(){return t.schedule()}}return t.prototype.run=function(t){var e=this;if(void 0===t&&(t=250),!te){te=!0;var n,r=Qt(t);n=function(){var n=!1;try{n=Yt()}finally{if(te=!1,t=r-Qt(),!Kt)return;n?e.run(1e3):t>0?e.run(t):e.start()}},Zt(function(){requestAnimationFrame(n)})}},t.prototype.schedule=function(){this.stop(),this.run()},t.prototype.observe=function(){var t=this,e=function(){return t.observer&&t.observer.observe(document.body,Jt)};document.body?e():It.addEventListener("DOMContentLoaded",e)},t.prototype.start=function(){var t=this;this.stopped&&(this.stopped=!1,this.observer=new MutationObserver(this.listener),this.observe(),Gt.forEach(function(e){return It.addEventListener(e,t.listener,!0)}))},t.prototype.stop=function(){var t=this;this.stopped||(this.observer&&this.observer.disconnect(),Gt.forEach(function(e){return It.removeEventListener(e,t.listener,!0)}),this.stopped=!0)},t}()),ne=function(t){!Kt&&t>0&&ee.start(),!(Kt+=t)&&ee.stop()},re=function(){function t(t,e){this.target=t,this.observedBox=e||ft.CONTENT_BOX,this.lastReportedSize={inlineSize:0,blockSize:0}}return t.prototype.isActive=function(){var t,e=Ft(this.target,this.observedBox,!0);return t=this.target,Ot(t)||function(t){switch(t.tagName){case"INPUT":if("image"!==t.type)break;case"VIDEO":case"AUDIO":case"EMBED":case"OBJECT":case"CANVAS":case"IFRAME":case"IMG":return!0}return!1}(t)||"inline"!==getComputedStyle(t).display||(this.lastReportedSize=e),this.lastReportedSize.inlineSize!==e.inlineSize||this.lastReportedSize.blockSize!==e.blockSize},t}(),oe=function(t,e){this.activeTargets=[],this.skippedTargets=[],this.observationTargets=[],this.observer=t,this.callback=e},ie=new WeakMap,ae=function(t,e){for(var n=0;n<t.length;n+=1)if(t[n].target===e)return n;return-1},se=function(){function t(){}return t.connect=function(t,e){var n=new oe(t,e);ie.set(t,n)},t.observe=function(t,e,n){var r=ie.get(t),o=0===r.observationTargets.length;ae(r.observationTargets,e)<0&&(o&&vt.push(r),r.observationTargets.push(new re(e,n&&n.box)),ne(1),ee.schedule())},t.unobserve=function(t,e){var n=ie.get(t),r=ae(n.observationTargets,e),o=1===n.observationTargets.length;r>=0&&(o&&vt.splice(vt.indexOf(n),1),n.observationTargets.splice(r,1),ne(-1))},t.disconnect=function(t){var e=this,n=ie.get(t);n.observationTargets.slice().forEach(function(n){return e.unobserve(t,n.target)}),n.activeTargets.splice(0,n.activeTargets.length)},t}(),le=function(){function t(t){if(0===arguments.length)throw new TypeError("Failed to construct 'ResizeObserver': 1 argument required, but only 0 present.");if("function"!=typeof t)throw new TypeError("Failed to construct 'ResizeObserver': The callback provided as parameter 1 is not a function.");se.connect(this,t)}return t.prototype.observe=function(t,e){if(0===arguments.length)throw new TypeError("Failed to execute 'observe' on 'ResizeObserver': 1 argument required, but only 0 present.");if(!Tt(t))throw new TypeError("Failed to execute 'observe' on 'ResizeObserver': parameter 1 is not of type 'Element");se.observe(this,t,e)},t.prototype.unobserve=function(t){if(0===arguments.length)throw new TypeError("Failed to execute 'unobserve' on 'ResizeObserver': 1 argument required, but only 0 present.");if(!Tt(t))throw new TypeError("Failed to execute 'unobserve' on 'ResizeObserver': parameter 1 is not of type 'Element");se.unobserve(this,t)},t.prototype.disconnect=function(){se.disconnect(this)},t.toString=function(){return"function ResizeObserver () { [polyfill code] }"},t}();const ce=function(t){const e=Array.prototype.reduce.call(t,(t,e)=>{const n=e.name.match(/data-amazingbar-(.+)/);if(n){const r=n[1].replace(/\W+(.)/g,(t,e)=>e.toUpperCase());switch(e.value){case"true":t[r]=!0;break;case"false":t[r]=!1;break;case void 0:t[r]=!0;break;default:t[r]=e.value}}return t},{});return e};function de(t){return t&&t.ownerDocument&&t.ownerDocument.defaultView?t.ownerDocument.defaultView:window}function pe(t){return t&&t.ownerDocument?t.ownerDocument:document}let he=null,ue=null;function fe(t){if(null===he){const e=pe(t);if(void 0===e)return he=0,he;const n=e.body,r=e.createElement("div");r.classList.add("amazingbar-hide-scrollbar"),n.appendChild(r);const o=r.getBoundingClientRect().right;n.removeChild(r),he=o}return he}gt()&&window.addEventListener("resize",()=>{ue!==window.devicePixelRatio&&(ue=window.devicePixelRatio,he=null)});class me{constructor(t,e){this.onScroll=t=>{const e=de(this.el);this.scrollXTicking||(e.requestAnimationFrame(this.scrollX),this.scrollXTicking=!0),this.scrollYTicking||(e.requestAnimationFrame(this.scrollY),this.scrollYTicking=!0),"function"==typeof this.options.onScroll&&this.options.onScroll(t);t=new Event("scroll");document.body.dispatchEvent(t)},this.scrollX=()=>{this.axis.x.isOverflowing&&(this.showScrollbar("x"),this.positionScrollbar("x")),this.scrollXTicking=!1},this.scrollY=()=>{this.axis.y.isOverflowing&&(this.showScrollbar("y"),this.positionScrollbar("y")),this.scrollYTicking=!1},this.onMouseEnter=()=>{this.showScrollbar("x"),this.showScrollbar("y")},this.onMouseMove=t=>{this.mouseX=t.clientX,this.mouseY=t.clientY,(this.axis.x.isOverflowing||this.axis.x.forceVisible)&&this.onMouseMoveForAxis("x"),(this.axis.y.isOverflowing||this.axis.y.forceVisible)&&this.onMouseMoveForAxis("y")},this.onMouseLeave=()=>{this.onMouseMove.cancel(),(this.axis.x.isOverflowing||this.axis.x.forceVisible)&&this.onMouseLeaveForAxis("x"),(this.axis.y.isOverflowing||this.axis.y.forceVisible)&&this.onMouseLeaveForAxis("y"),this.mouseX=-1,this.mouseY=-1},this.onWindowResize=()=>{this.scrollbarWidth=this.getScrollbarWidth(),this.hideNativeScrollbar()},this.hideScrollbars=()=>{this.axis.x.track.rect=this.axis.x.track.el.getBoundingClientRect(),this.axis.y.track.rect=this.axis.y.track.el.getBoundingClientRect(),this.isWithinBounds(this.axis.y.track.rect)||(this.axis.y.scrollbar.el.classList.remove(this.classNames.visible),this.axis.y.isVisible=!1),this.isWithinBounds(this.axis.x.track.rect)||(this.axis.x.scrollbar.el.classList.remove(this.classNames.visible),this.axis.x.isVisible=!1)},this.onPointerEvent=t=>{let e,n;this.axis.x.track.rect=this.axis.x.track.el.getBoundingClientRect(),this.axis.y.track.rect=this.axis.y.track.el.getBoundingClientRect(),(this.axis.x.isOverflowing||this.axis.x.forceVisible)&&(e=this.isWithinBounds(this.axis.x.track.rect)),(this.axis.y.isOverflowing||this.axis.y.forceVisible)&&(n=this.isWithinBounds(this.axis.y.track.rect)),(e||n)&&(t.preventDefault(),t.stopPropagation(),"mousedown"===t.type&&(e&&(this.axis.x.scrollbar.rect=this.axis.x.scrollbar.el.getBoundingClientRect(),this.isWithinBounds(this.axis.x.scrollbar.rect)?this.onDragStart(t,"x"):this.onTrackClick(t,"x")),n&&(this.axis.y.scrollbar.rect=this.axis.y.scrollbar.el.getBoundingClientRect(),this.isWithinBounds(this.axis.y.scrollbar.rect)?this.onDragStart(t,"y"):this.onTrackClick(t,"y"))))},this.drag=t=>{let e;const n=this.axis[this.draggedAxis].track,r=n.rect[this.axis[this.draggedAxis].sizeAttr],o=this.axis[this.draggedAxis].scrollbar,i=this.contentWrapperEl[this.axis[this.draggedAxis].scrollSizeAttr],a=parseInt(this.elStyles[this.axis[this.draggedAxis].sizeAttr],10);t.preventDefault(),t.stopPropagation(),e="y"===this.draggedAxis?t.pageY:t.pageX;let s=(e-n.rect[this.axis[this.draggedAxis].offsetAttr]-this.axis[this.draggedAxis].dragOffset)/(r-o.size)*(i-a);"x"===this.draggedAxis&&(s=this.isRtl&&me.getRtlHelpers().isRtlScrollbarInverted?s-(r+o.size):s,s=this.isRtl&&me.getRtlHelpers().isRtlScrollingInverted?-s:s),this.contentWrapperEl[this.axis[this.draggedAxis].scrollOffsetAttr]=s},this.onEndDrag=t=>{const e=pe(this.el),n=de(this.el);t.preventDefault(),t.stopPropagation(),this.el.classList.remove(this.classNames.dragging),e.removeEventListener("mousemove",this.drag,!0),e.removeEventListener("mouseup",this.onEndDrag,!0),this.removePreventClickId=n.setTimeout(()=>{e.removeEventListener("click",this.preventClick,!0),e.removeEventListener("dblclick",this.preventClick,!0),this.removePreventClickId=null})},this.preventClick=t=>{t.preventDefault(),t.stopPropagation()},this.el=t,this.minScrollbarWidth=20,this.options={...me.defaultOptions,...e},this.classNames={...me.defaultOptions.classNames,...this.options.classNames},this.axis={x:{scrollOffsetAttr:"scrollLeft",sizeAttr:"width",scrollSizeAttr:"scrollWidth",offsetSizeAttr:"offsetWidth",offsetAttr:"left",overflowAttr:"overflowX",dragOffset:0,isOverflowing:!0,isVisible:!1,forceVisible:!1,track:{},scrollbar:{}},y:{scrollOffsetAttr:"scrollTop",sizeAttr:"height",scrollSizeAttr:"scrollHeight",offsetSizeAttr:"offsetHeight",offsetAttr:"top",overflowAttr:"overflowY",dragOffset:0,isOverflowing:!0,isVisible:!1,forceVisible:!1,track:{},scrollbar:{}}},this.removePreventClickId=null,me.instances.has(this.el)||(this.recalculate=yt()(this.recalculate.bind(this),64),this.onMouseMove=yt()(this.onMouseMove.bind(this),64),this.hideScrollbars=At()(this.hideScrollbars.bind(this),this.options.timeout),this.onWindowResize=At()(this.onWindowResize.bind(this),64,{leading:!0}),me.getRtlHelpers=_t()(me.getRtlHelpers),this.init())}static getRtlHelpers(){const t=document.createElement("div");t.innerHTML='<div class="hs-dummy-scrollbar-size"><div style="height: 200%; width: 200%; margin: 10px 0;"></div></div>';const e=t.firstElementChild;document.body.appendChild(e);const n=e.firstElementChild;e.scrollLeft=0;const r=me.getOffset(e),o=me.getOffset(n);e.scrollLeft=999;const i=me.getOffset(n);return{isRtlScrollingInverted:r.left!==o.left&&o.left-i.left!==0,isRtlScrollbarInverted:r.left!==o.left}}static getOffset(t){const e=t.getBoundingClientRect(),n=pe(t),r=de(t);return{top:e.top+(r.pageYOffset||n.documentElement.scrollTop),left:e.left+(r.pageXOffset||n.documentElement.scrollLeft)}}init(){me.instances.set(this.el,this),gt()&&(this.initDOM(),this.setAccessibilityAttributes(),this.scrollbarWidth=this.getScrollbarWidth(),this.recalculate(),this.initListeners())}initDOM(){if(Array.prototype.filter.call(this.el.children,t=>t.classList.contains(this.classNames.wrapper)).length)this.wrapperEl=this.el.querySelector(`.${this.classNames.wrapper}`),this.contentWrapperEl=this.options.scrollableNode||this.el.querySelector(`.${this.classNames.contentWrapper}`),this.contentEl=this.options.contentNode||this.el.querySelector(`.${this.classNames.contentEl}`),this.offsetEl=this.el.querySelector(`.${this.classNames.offset}`),this.maskEl=this.el.querySelector(`.${this.classNames.mask}`),this.placeholderEl=this.findChild(this.wrapperEl,`.${this.classNames.placeholder}`),this.heightAutoObserverWrapperEl=this.el.querySelector(`.${this.classNames.heightAutoObserverWrapperEl}`),this.heightAutoObserverEl=this.el.querySelector(`.${this.classNames.heightAutoObserverEl}`),this.axis.x.track.el=this.findChild(this.el,`.${this.classNames.track}.${this.classNames.horizontal}`),this.axis.y.track.el=this.findChild(this.el,`.${this.classNames.track}.${this.classNames.vertical}`);else{for(this.wrapperEl=document.createElement("div"),this.contentWrapperEl=document.createElement("div"),this.offsetEl=document.createElement("div"),this.maskEl=document.createElement("div"),this.contentEl=document.createElement("div"),this.placeholderEl=document.createElement("div"),this.heightAutoObserverWrapperEl=document.createElement("div"),this.heightAutoObserverEl=document.createElement("div"),this.wrapperEl.classList.add(this.classNames.wrapper),this.contentWrapperEl.classList.add(this.classNames.contentWrapper),this.offsetEl.classList.add(this.classNames.offset),this.maskEl.classList.add(this.classNames.mask),this.contentEl.classList.add(this.classNames.contentEl),this.placeholderEl.classList.add(this.classNames.placeholder),this.heightAutoObserverWrapperEl.classList.add(this.classNames.heightAutoObserverWrapperEl),this.heightAutoObserverEl.classList.add(this.classNames.heightAutoObserverEl);this.el.firstChild;)this.contentEl.appendChild(this.el.firstChild);this.contentWrapperEl.appendChild(this.contentEl),this.offsetEl.appendChild(this.contentWrapperEl),this.maskEl.appendChild(this.offsetEl),this.heightAutoObserverWrapperEl.appendChild(this.heightAutoObserverEl),this.wrapperEl.appendChild(this.heightAutoObserverWrapperEl),this.wrapperEl.appendChild(this.maskEl),this.wrapperEl.appendChild(this.placeholderEl),this.el.appendChild(this.wrapperEl)}if(!this.axis.x.track.el||!this.axis.y.track.el){const t=document.createElement("div"),e=document.createElement("div");t.classList.add(this.classNames.track),e.classList.add(this.classNames.scrollbar),t.appendChild(e),this.axis.x.track.el=t.cloneNode(!0),this.axis.x.track.el.classList.add(this.classNames.horizontal),this.axis.y.track.el=t.cloneNode(!0),this.axis.y.track.el.classList.add(this.classNames.vertical),this.el.appendChild(this.axis.x.track.el),this.el.appendChild(this.axis.y.track.el)}this.axis.x.scrollbar.el=this.axis.x.track.el.querySelector(`.${this.classNames.scrollbar}`),this.axis.y.scrollbar.el=this.axis.y.track.el.querySelector(`.${this.classNames.scrollbar}`),this.options.autoHide||(this.axis.x.scrollbar.el.classList.add(this.classNames.visible),this.axis.y.scrollbar.el.classList.add(this.classNames.visible)),this.el.setAttribute("data-amazingbar","init")}setAccessibilityAttributes(){const t=this.options.ariaLabel||"scrollable content";this.contentWrapperEl.setAttribute("tabindex","0"),this.contentWrapperEl.setAttribute("role","region"),this.contentWrapperEl.setAttribute("aria-label",t)}initListeners(){const t=de(this.el);this.options.autoHide&&this.el.addEventListener("mouseenter",this.onMouseEnter),["mousedown","click","dblclick"].forEach(t=>{this.el.addEventListener(t,this.onPointerEvent,!0)}),["touchstart","touchend","touchmove"].forEach(t=>{this.el.addEventListener(t,this.onPointerEvent,{capture:!0,passive:!0})}),this.el.addEventListener("mousemove",this.onMouseMove),this.el.addEventListener("mouseleave",this.onMouseLeave),this.contentWrapperEl.addEventListener("scroll",this.onScroll),t.addEventListener("resize",this.onWindowResize);let e=!1;const n=t.ResizeObserver||le;this.resizeObserver=new n(()=>{e&&this.recalculate()}),this.resizeObserver.observe(this.el),this.resizeObserver.observe(this.contentEl),t.requestAnimationFrame(()=>{e=!0}),this.mutationObserver=new t.MutationObserver(this.recalculate),this.mutationObserver.observe(this.contentEl,{childList:!0,subtree:!0,characterData:!0})}recalculate(){const t=de(this.el);this.elStyles=t.getComputedStyle(this.el),this.isRtl="rtl"===this.elStyles.direction;const e=this.heightAutoObserverEl.offsetHeight<=1,n=this.heightAutoObserverEl.offsetWidth<=1,r=this.contentEl.offsetWidth,o=this.contentWrapperEl.offsetWidth,i=this.elStyles.overflowX,a=this.elStyles.overflowY;this.contentEl.style.padding=`${this.elStyles.paddingTop} ${this.elStyles.paddingRight} ${this.elStyles.paddingBottom} ${this.elStyles.paddingLeft}`,this.wrapperEl.style.margin=`-${this.elStyles.paddingTop} -${this.elStyles.paddingRight} -${this.elStyles.paddingBottom} -${this.elStyles.paddingLeft}`;const s=this.contentEl.scrollHeight,l=this.contentEl.scrollWidth;this.contentWrapperEl.style.height=e?"auto":"100%",this.placeholderEl.style.width=n?`${r}px`:"auto",this.placeholderEl.style.height=`${s}px`;const c=this.contentWrapperEl.offsetHeight;this.axis.x.isOverflowing=l>r,this.axis.y.isOverflowing=s>c,this.axis.x.isOverflowing="hidden"!==i&&this.axis.x.isOverflowing,this.axis.y.isOverflowing="hidden"!==a&&this.axis.y.isOverflowing,this.axis.x.forceVisible="x"===this.options.forceVisible||!0===this.options.forceVisible,this.axis.y.forceVisible="y"===this.options.forceVisible||!0===this.options.forceVisible,this.hideNativeScrollbar();let d=this.axis.x.isOverflowing?this.scrollbarWidth:0,p=this.axis.y.isOverflowing?this.scrollbarWidth:0;this.axis.x.isOverflowing=this.axis.x.isOverflowing&&l>o-p,this.axis.y.isOverflowing=this.axis.y.isOverflowing&&s>c-d,this.axis.x.scrollbar.size=this.getScrollbarSize("x"),this.axis.y.scrollbar.size=this.getScrollbarSize("y"),this.axis.x.scrollbar.el.style.width=`${this.axis.x.scrollbar.size}px`,this.axis.y.scrollbar.el.style.height=`${this.axis.y.scrollbar.size}px`,this.positionScrollbar("x"),this.positionScrollbar("y"),this.toggleTrackVisibility("x"),this.toggleTrackVisibility("y")}getScrollbarSize(){let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"y";if(!this.axis[t].isOverflowing)return 0;const e=this.contentEl[this.axis[t].scrollSizeAttr],n=this.axis[t].track.el[this.axis[t].offsetSizeAttr];let r,o=n/e;return r=Math.max(~~(o*n),this.options.scrollbarMinSize),this.options.scrollbarMaxSize&&(r=Math.min(r,this.options.scrollbarMaxSize)),r}positionScrollbar(){let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"y";if(!this.axis[t].isOverflowing)return;const e=this.contentWrapperEl[this.axis[t].scrollSizeAttr],n=this.axis[t].track.el[this.axis[t].offsetSizeAttr],r=parseInt(this.elStyles[this.axis[t].sizeAttr],10),o=this.axis[t].scrollbar;let i=this.contentWrapperEl[this.axis[t].scrollOffsetAttr];i="x"===t&&this.isRtl&&me.getRtlHelpers().isRtlScrollingInverted?-i:i;let a=i/(e-r),s=~~((n-o.size)*a);s="x"===t&&this.isRtl&&me.getRtlHelpers().isRtlScrollbarInverted?s+(n-o.size):s,o.el.style.transform="x"===t?`translate3d(${s}px, 0, 0)`:`translate3d(0, ${s}px, 0)`}toggleTrackVisibility(){let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"y";const e=this.axis[t].track.el,n=this.axis[t].scrollbar.el;this.axis[t].isOverflowing||this.axis[t].forceVisible?(e.style.visibility="visible",this.contentWrapperEl.style[this.axis[t].overflowAttr]="scroll"):(e.style.visibility="hidden",this.contentWrapperEl.style[this.axis[t].overflowAttr]="hidden"),this.axis[t].isOverflowing?n.style.display="block":n.style.display="none"}hideNativeScrollbar(){this.offsetEl.style[this.isRtl?"left":"right"]=this.axis.y.isOverflowing||this.axis.y.forceVisible?`-${this.scrollbarWidth}px`:0,this.offsetEl.style.bottom=this.axis.x.isOverflowing||this.axis.x.forceVisible?`-${this.scrollbarWidth}px`:0}onMouseMoveForAxis(){let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"y";this.axis[t].track.rect=this.axis[t].track.el.getBoundingClientRect(),this.axis[t].scrollbar.rect=this.axis[t].scrollbar.el.getBoundingClientRect();this.isWithinBounds(this.axis[t].scrollbar.rect)?this.axis[t].scrollbar.el.classList.add(this.classNames.hover):this.axis[t].scrollbar.el.classList.remove(this.classNames.hover),this.isWithinBounds(this.axis[t].track.rect)?(this.showScrollbar(t),this.axis[t].track.el.classList.add(this.classNames.hover)):this.axis[t].track.el.classList.remove(this.classNames.hover)}onMouseLeaveForAxis(){let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"y";this.axis[t].track.el.classList.remove(this.classNames.hover),this.axis[t].scrollbar.el.classList.remove(this.classNames.hover)}showScrollbar(){let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"y",e=this.axis[t].scrollbar.el;this.axis[t].isVisible||(e.classList.add(this.classNames.visible),this.axis[t].isVisible=!0),this.options.autoHide&&this.hideScrollbars()}onDragStart(t){let e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"y";const n=pe(this.el),r=de(this.el),o=this.axis[e].scrollbar,i="y"===e?t.pageY:t.pageX;this.axis[e].dragOffset=i-o.rect[this.axis[e].offsetAttr],this.draggedAxis=e,this.el.classList.add(this.classNames.dragging),n.addEventListener("mousemove",this.drag,!0),n.addEventListener("mouseup",this.onEndDrag,!0),null===this.removePreventClickId?(n.addEventListener("click",this.preventClick,!0),n.addEventListener("dblclick",this.preventClick,!0)):(r.clearTimeout(this.removePreventClickId),this.removePreventClickId=null)}onTrackClick(t){let e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"y";if(!this.options.clickOnTrack)return;const n=de(this.el);this.axis[e].scrollbar.rect=this.axis[e].scrollbar.el.getBoundingClientRect();const r=this.axis[e].scrollbar.rect[this.axis[e].offsetAttr],o=parseInt(this.elStyles[this.axis[e].sizeAttr],10);let i=this.contentWrapperEl[this.axis[e].scrollOffsetAttr];const a=("y"===e?this.mouseY-r:this.mouseX-r)<0?-1:1,s=-1===a?i-o:i+o,l=()=>{-1===a?i>s&&(i-=this.options.clickOnTrackSpeed,this.contentWrapperEl.scrollTo({[this.axis[e].offsetAttr]:i}),n.requestAnimationFrame(l)):i<s&&(i+=this.options.clickOnTrackSpeed,this.contentWrapperEl.scrollTo({[this.axis[e].offsetAttr]:i}),n.requestAnimationFrame(l))};l()}getContentElement(){return this.contentEl}getScrollElement(){return this.contentWrapperEl}getScrollbarWidth(){try{return"none"===getComputedStyle(this.contentWrapperEl,"::-webkit-scrollbar").display||"scrollbarWidth"in document.documentElement.style||"-ms-overflow-style"in document.documentElement.style?0:fe(this.el)}catch(t){return fe(this.el)}}removeListeners(){const t=de(this.el);this.options.autoHide&&this.el.removeEventListener("mouseenter",this.onMouseEnter),["mousedown","click","dblclick"].forEach(t=>{this.el.removeEventListener(t,this.onPointerEvent,!0)}),["touchstart","touchend","touchmove"].forEach(t=>{this.el.removeEventListener(t,this.onPointerEvent,{capture:!0,passive:!0})}),this.el.removeEventListener("mousemove",this.onMouseMove),this.el.removeEventListener("mouseleave",this.onMouseLeave),this.contentWrapperEl&&this.contentWrapperEl.removeEventListener("scroll",this.onScroll),t.removeEventListener("resize",this.onWindowResize),this.mutationObserver&&this.mutationObserver.disconnect(),this.resizeObserver&&this.resizeObserver.disconnect(),this.recalculate.cancel(),this.onMouseMove.cancel(),this.hideScrollbars.cancel(),this.onWindowResize.cancel()}unMount(){this.removeListeners(),me.instances.delete(this.el)}isWithinBounds(t){return this.mouseX>=t.left&&this.mouseX<=t.left+t.width&&this.mouseY>=t.top&&this.mouseY<=t.top+t.height}findChild(t,e){const n=t.matches||t.webkitMatchesSelector||t.mozMatchesSelector||t.msMatchesSelector;return Array.prototype.filter.call(t.children,t=>n.call(t,e))[0]}}me.defaultOptions={autoHide:!0,forceVisible:!1,clickOnTrack:!0,clickOnTrackSpeed:40,classNames:{contentEl:"amazingbar-content",contentWrapper:"amazingbar-content-wrapper",offset:"amazingbar-offset",mask:"amazingbar-mask",wrapper:"amazingbar-wrapper",placeholder:"amazingbar-placeholder",scrollbar:"amazingbar-scrollbar",track:"amazingbar-track",heightAutoObserverWrapperEl:"amazingbar-height-auto-observer-wrapper",heightAutoObserverEl:"amazingbar-height-auto-observer",visible:"amazingbar-visible",horizontal:"amazingbar-horizontal",vertical:"amazingbar-vertical",hover:"amazingbar-hover",dragging:"amazingbar-dragging"},scrollbarMinSize:25,scrollbarMaxSize:0,timeout:1e3},me.instances=new WeakMap,me.initDOMLoadedElements=function(){document.removeEventListener("DOMContentLoaded",this.initDOMLoadedElements),window.removeEventListener("load",this.initDOMLoadedElements),Array.prototype.forEach.call(document.querySelectorAll("[data-amazingbar]"),t=>{"init"===t.getAttribute("data-amazingbar")||me.instances.has(t)||new me(t,ce(t.attributes))})},me.removeObserver=function(){this.globalObserver.disconnect()},me.initHtmlApi=function(){this.initDOMLoadedElements=this.initDOMLoadedElements.bind(this),"undefined"!=typeof MutationObserver&&(this.globalObserver=new MutationObserver(me.handleMutations),this.globalObserver.observe(document,{childList:!0,subtree:!0})),"complete"===document.readyState||"loading"!==document.readyState&&!document.documentElement.doScroll?window.setTimeout(this.initDOMLoadedElements):(document.addEventListener("DOMContentLoaded",this.initDOMLoadedElements),window.addEventListener("load",this.initDOMLoadedElements))},me.handleMutations=t=>{t.forEach(t=>{Array.prototype.forEach.call(t.addedNodes,t=>{1===t.nodeType&&(t.hasAttribute("data-amazingbar")?!me.instances.has(t)&&document.documentElement.contains(t)&&new me(t,ce(t.attributes)):Array.prototype.forEach.call(t.querySelectorAll("[data-amazingbar]"),function(t){"init"!==t.getAttribute("data-amazingbar")&&!me.instances.has(t)&&document.documentElement.contains(t)&&new me(t,ce(t.attributes))}))}),Array.prototype.forEach.call(t.removedNodes,t=>{1===t.nodeType&&("init"===t.getAttribute("data-amazingbar")?me.instances.has(t)&&!document.documentElement.contains(t)&&me.instances.get(t).unMount():Array.prototype.forEach.call(t.querySelectorAll('[data-amazingbar="init"]'),t=>{me.instances.has(t)&&!document.documentElement.contains(t)&&me.instances.get(t).unMount()}))})})},me.getOptions=ce,gt()&&me.initHtmlApi();const ge=me;var be=a(12106);const ye=t=>{const{id:e="style-"+(0,be.A)(),parentNode:n=document.body,isImportant:r=!0,context:o}=t;let i=null;function a(t,e){const n=[];return n.push(t.replace(/([a-z])([A-Z])/g,"$1-$2").toLowerCase()),n.push(":"),n.push(e||'""'),n.push(r?" !important;":";"),n.join("")}return e&&(i=document.getElementById(e)),i||(i=document.createElement("style"),i.id=e),i.innerHTML=(t=>{const e=[];for(const n in t)if(Object.hasOwnProperty.call(t,n)){const r=t[n];e.push(n),e.push("{");for(const t in r)if(Object.hasOwnProperty.call(r,t)){const n=a(t,r[t]);e.push(n)}e.push("}")}return e.join("")})(o),n.appendChild(i),e},we=ge,Ae=L.Ay,xe=t=>{const e=O.M,{children:r}=t,o=t=>{requestAnimationFrame(()=>{T.A.dispatch("onScroll",t),Ae.app.dispatch("onScroll",t);const e=new Event("scroll");window.dispatchEvent(e)})},i=(0,n.A)("div",{className:ut.childrenHolder},r),a=()=>{const t=c.querySelector("#main-page--cdtr");if(!t)return setTimeout(()=>{a()},1e3);const e=t.getBoundingClientRect();let n=e.width;if(0===n)return setTimeout(()=>{a()},1e3);e.width>document.body.offsetWidth&&(n=document.body.offsetWidth),ye({id:"page-max-width",context:{"[data-type='text'], [data-type='block'], [data-type='section']":{maxWidth:n+"px"}}})};window.addEventListener("resize",()=>{requestAnimationFrame(()=>{a()})});const s=e.get("config","pageWidth"),l=e.get("config","channel"),c=(0,n.A)("div",{style:{top:"newsletter"===l?"20px":"15px",width:s?s+"px":null,maxWidth:"100%"},id:"main-page-wrapper",onScroll:o,className:ut.root},(0,n.A)("div",{ref:{onMount:()=>{setTimeout(()=>{a(),Ae.dispatch("change",{})},0)}},className:ut.wrapper,id:"main-page--cdtr"},i),(0,n.A)("noscript",null,(0,n.A)("style",null," .amazingbar-content-wrapper {\n overflow: auto;\n }")));return setTimeout(()=>{new we(c,{onScroll:o,autoHide:!0,autoHideTimeout:1e3})},500),c};var _e=a(30102);class ve extends S.WF{constructor(){super(),this.width=0}createRenderRoot(){return this}render(){const t=`\n .container {\n width: 100%;\n margin-right: auto;\n margin-left: auto;\n display: flex;\n flex-wrap: wrap;\n }\n \n @media (min-width: 576px) {\n .container {\n max-width: 540px;\n }\n }\n @media (min-width: 768px) {\n .container {\n max-width: 720px;\n }\n }\n @media (min-width: 992px) {\n .container {\n max-width: calc(960px - ${this.width/2}px);\n }\n }\n @media (min-width: 1200px) {\n .container {\n max-width: calc(1140px - ${this.width}px);\n }\n }\n @media (min-width: 1400px) {\n .container {\n max-width: calc(1320px - ${this.width}px);\n }\n }\n \n `;return S.qy`<style>
3243
3243
  ${t}
3244
- </style>`}}_e.properties={width:{type:Number,reflect:!0}},customElements.define("cdtr-container-style",_e);var ve="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t};const ke="object"===("undefined"==typeof window?"undefined":ve(window))&&"object"===("undefined"==typeof document?"undefined":ve(document))&&9===document.nodeType;function Ce(t){return Ce="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},Ce(t)}function Ee(t){var e=function(t,e){if("object"!=Ce(t)||!t)return t;var n=t[Symbol.toPrimitive];if(void 0!==n){var r=n.call(t,e||"default");if("object"!=Ce(r))return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===e?String:Number)(t)}(t,"string");return"symbol"==Ce(e)?e:e+""}function Se(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,Ee(r.key),r)}}function Me(t,e,n){return e&&Se(t.prototype,e),n&&Se(t,n),Object.defineProperty(t,"prototype",{writable:!1}),t}function Be(t,e){return Be=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(t,e){return t.__proto__=e,t},Be(t,e)}function Oe(t,e){t.prototype=Object.create(e.prototype),t.prototype.constructor=t,Be(t,e)}function Le(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}var Te={}.constructor;function Ie(t){if(null==t||"object"!=typeof t)return t;if(Array.isArray(t))return t.map(Ie);if(t.constructor!==Te)return t;var e={};for(var n in t)e[n]=Ie(t[n]);return e}function Ne(t,e,n){void 0===t&&(t="unnamed");var r=n.jss,o=Ie(e),i=r.plugins.onCreateRule(t,o,n);return i||(t[0],null)}var Re=function(t,e){for(var n="",r=0;r<t.length&&"!important"!==t[r];r++)n&&(n+=e),n+=t[r];return n},De=function(t){if(!Array.isArray(t))return t;var e="";if(Array.isArray(t[0]))for(var n=0;n<t.length&&"!important"!==t[n];n++)e&&(e+=", "),e+=Re(t[n]," ");else e=Re(t,", ");return"!important"===t[t.length-1]&&(e+=" !important"),e};function Pe(t){return t&&!1===t.format?{linebreak:"",space:""}:{linebreak:"\n",space:" "}}function ze(t,e){for(var n="",r=0;r<e;r++)n+=" ";return n+t}function He(t,e,n){void 0===n&&(n={});var r="";if(!e)return r;var o=n.indent,i=void 0===o?0:o,a=e.fallbacks;!1===n.format&&(i=-1/0);var s=Pe(n),l=s.linebreak,c=s.space;if(t&&i++,a)if(Array.isArray(a))for(var d=0;d<a.length;d++){var p=a[d];for(var h in p){var u=p[h];null!=u&&(r&&(r+=l),r+=ze(h+":"+c+De(u)+";",i))}}else for(var f in a){var m=a[f];null!=m&&(r&&(r+=l),r+=ze(f+":"+c+De(m)+";",i))}for(var g in e){var b=e[g];null!=b&&"fallbacks"!==g&&(r&&(r+=l),r+=ze(g+":"+c+De(b)+";",i))}return(r||n.allowEmpty)&&t?(r&&(r=""+l+r+l),ze(""+t+c+"{"+r,--i)+ze("}",i)):r}var $e=/([[\].#*$><+~=|^:(),"'`\s])/g,je="undefined"!=typeof CSS&&CSS.escape,Fe=function(t){return je?je(t):t.replace($e,"\\$1")},Ue=function(){function t(t,e,n){this.type="style",this.isProcessed=!1;var r=n.sheet,o=n.Renderer;this.key=t,this.options=n,this.style=e,r?this.renderer=r.renderer:o&&(this.renderer=new o)}return t.prototype.prop=function(t,e,n){if(void 0===e)return this.style[t];var r=!!n&&n.force;if(!r&&this.style[t]===e)return this;var o=e;n&&!1===n.process||(o=this.options.jss.plugins.onChangeValue(e,t,this));var i=null==o||!1===o,a=t in this.style;if(i&&!a&&!r)return this;var s=i&&a;if(s?delete this.style[t]:this.style[t]=o,this.renderable&&this.renderer)return s?this.renderer.removeProperty(this.renderable,t):this.renderer.setProperty(this.renderable,t,o),this;var l=this.options.sheet;return l&&l.attached,this},t}(),Ve=function(t){function e(e,n,r){var o;o=t.call(this,e,n,r)||this;var i=r.selector,a=r.scoped,s=r.sheet,l=r.generateId;return i?o.selectorText=i:!1!==a&&(o.id=l(Le(Le(o)),s),o.selectorText="."+Fe(o.id)),o}Oe(e,t);var n=e.prototype;return n.applyTo=function(t){var e=this.renderer;if(e){var n=this.toJSON();for(var r in n)e.setProperty(t,r,n[r])}return this},n.toJSON=function(){var t={};for(var e in this.style){var n=this.style[e];"object"!=typeof n?t[e]=n:Array.isArray(n)&&(t[e]=De(n))}return t},n.toString=function(t){var e=this.options.sheet,n=!!e&&e.options.link?(0,b.A)({},t,{allowEmpty:!0}):t;return He(this.selectorText,this.style,n)},Me(e,[{key:"selector",set:function(t){if(t!==this.selectorText){this.selectorText=t;var e=this.renderer,n=this.renderable;if(n&&e)e.setSelector(n,t)||e.replaceRule(n,this)}},get:function(){return this.selectorText}}]),e}(Ue),qe={onCreateRule:function(t,e,n){return"@"===t[0]||n.parent&&"keyframes"===n.parent.type?null:new Ve(t,e,n)}},We={indent:1,children:!0},Ye=/@([\w-]+)/,Xe=function(){function t(t,e,n){this.type="conditional",this.isProcessed=!1,this.key=t;var r=t.match(Ye);for(var o in this.at=r?r[1]:"unknown",this.query=n.name||"@"+this.at,this.options=n,this.rules=new wn((0,b.A)({},n,{parent:this})),e)this.rules.add(o,e[o]);this.rules.process()}var e=t.prototype;return e.getRule=function(t){return this.rules.get(t)},e.indexOf=function(t){return this.rules.indexOf(t)},e.addRule=function(t,e,n){var r=this.rules.add(t,e,n);return r?(this.options.jss.plugins.onProcessRule(r),r):null},e.replaceRule=function(t,e,n){var r=this.rules.replace(t,e,n);return r&&this.options.jss.plugins.onProcessRule(r),r},e.toString=function(t){void 0===t&&(t=We);var e=Pe(t).linebreak;if(null==t.indent&&(t.indent=We.indent),null==t.children&&(t.children=We.children),!1===t.children)return this.query+" {}";var n=this.rules.toString(t);return n?this.query+" {"+e+n+e+"}":""},t}(),Ze=/@container|@media|@supports\s+/,Ke={onCreateRule:function(t,e,n){return Ze.test(t)?new Xe(t,e,n):null}},Je={indent:1,children:!0},Ge=/@keyframes\s+([\w-]+)/,Qe=function(){function t(t,e,n){this.type="keyframes",this.at="@keyframes",this.isProcessed=!1;var r=t.match(Ge);r&&r[1]?this.name=r[1]:this.name="noname",this.key=this.type+"-"+this.name,this.options=n;var o=n.scoped,i=n.sheet,a=n.generateId;for(var s in this.id=!1===o?this.name:Fe(a(this,i)),this.rules=new wn((0,b.A)({},n,{parent:this})),e)this.rules.add(s,e[s],(0,b.A)({},n,{parent:this}));this.rules.process()}return t.prototype.toString=function(t){void 0===t&&(t=Je);var e=Pe(t).linebreak;if(null==t.indent&&(t.indent=Je.indent),null==t.children&&(t.children=Je.children),!1===t.children)return this.at+" "+this.id+" {}";var n=this.rules.toString(t);return n&&(n=""+e+n+e),this.at+" "+this.id+" {"+n+"}"},t}(),tn=/@keyframes\s+/,en=/\$([\w-]+)/g,nn=function(t,e){return"string"==typeof t?t.replace(en,function(t,n){return n in e?e[n]:t}):t},rn=function(t,e,n){var r=t[e],o=nn(r,n);o!==r&&(t[e]=o)},on={onCreateRule:function(t,e,n){return"string"==typeof t&&tn.test(t)?new Qe(t,e,n):null},onProcessStyle:function(t,e,n){return"style"===e.type&&n?("animation-name"in t&&rn(t,"animation-name",n.keyframes),"animation"in t&&rn(t,"animation",n.keyframes),t):t},onChangeValue:function(t,e,n){var r=n.options.sheet;if(!r)return t;switch(e){case"animation":case"animation-name":return nn(t,r.keyframes);default:return t}}},an=function(t){function e(){return t.apply(this,arguments)||this}return Oe(e,t),e.prototype.toString=function(t){var e=this.options.sheet,n=!!e&&e.options.link?(0,b.A)({},t,{allowEmpty:!0}):t;return He(this.key,this.style,n)},e}(Ue),sn={onCreateRule:function(t,e,n){return n.parent&&"keyframes"===n.parent.type?new an(t,e,n):null}},ln=function(){function t(t,e,n){this.type="font-face",this.at="@font-face",this.isProcessed=!1,this.key=t,this.style=e,this.options=n}return t.prototype.toString=function(t){var e=Pe(t).linebreak;if(Array.isArray(this.style)){for(var n="",r=0;r<this.style.length;r++)n+=He(this.at,this.style[r]),this.style[r+1]&&(n+=e);return n}return He(this.at,this.style,t)},t}(),cn=/@font-face/,dn={onCreateRule:function(t,e,n){return cn.test(t)?new ln(t,e,n):null}},pn=function(){function t(t,e,n){this.type="viewport",this.at="@viewport",this.isProcessed=!1,this.key=t,this.style=e,this.options=n}return t.prototype.toString=function(t){return He(this.key,this.style,t)},t}(),hn={onCreateRule:function(t,e,n){return"@viewport"===t||"@-ms-viewport"===t?new pn(t,e,n):null}},un=function(){function t(t,e,n){this.type="simple",this.isProcessed=!1,this.key=t,this.value=e,this.options=n}return t.prototype.toString=function(t){if(Array.isArray(this.value)){for(var e="",n=0;n<this.value.length;n++)e+=this.key+" "+this.value[n]+";",this.value[n+1]&&(e+="\n");return e}return this.key+" "+this.value+";"},t}(),fn={"@charset":!0,"@import":!0,"@namespace":!0},mn={onCreateRule:function(t,e,n){return t in fn?new un(t,e,n):null}},gn=[qe,Ke,on,sn,dn,hn,mn],bn={process:!0},yn={force:!0,process:!0},wn=function(){function t(t){this.map={},this.raw={},this.index=[],this.counter=0,this.options=t,this.classes=t.classes,this.keyframes=t.keyframes}var e=t.prototype;return e.add=function(t,e,n){var r=this.options,o=r.parent,i=r.sheet,a=r.jss,s=r.Renderer,l=r.generateId,c=r.scoped,d=(0,b.A)({classes:this.classes,parent:o,sheet:i,jss:a,Renderer:s,generateId:l,scoped:c,name:t,keyframes:this.keyframes,selector:void 0},n),p=t;t in this.raw&&(p=t+"-d"+this.counter++),this.raw[p]=e,p in this.classes&&(d.selector="."+Fe(this.classes[p]));var h=Ne(p,e,d);if(!h)return null;this.register(h);var u=void 0===d.index?this.index.length:d.index;return this.index.splice(u,0,h),h},e.replace=function(t,e,n){var r=this.get(t),o=this.index.indexOf(r);r&&this.remove(r);var i=n;return-1!==o&&(i=(0,b.A)({},n,{index:o})),this.add(t,e,i)},e.get=function(t){return this.map[t]},e.remove=function(t){this.unregister(t),delete this.raw[t.key],this.index.splice(this.index.indexOf(t),1)},e.indexOf=function(t){return this.index.indexOf(t)},e.process=function(){var t=this.options.jss.plugins;this.index.slice(0).forEach(t.onProcessRule,t)},e.register=function(t){this.map[t.key]=t,t instanceof Ve?(this.map[t.selector]=t,t.id&&(this.classes[t.key]=t.id)):t instanceof Qe&&this.keyframes&&(this.keyframes[t.name]=t.id)},e.unregister=function(t){delete this.map[t.key],t instanceof Ve?(delete this.map[t.selector],delete this.classes[t.key]):t instanceof Qe&&delete this.keyframes[t.name]},e.update=function(){var t,e,n;if("string"==typeof(arguments.length<=0?void 0:arguments[0])?(t=arguments.length<=0?void 0:arguments[0],e=arguments.length<=1?void 0:arguments[1],n=arguments.length<=2?void 0:arguments[2]):(e=arguments.length<=0?void 0:arguments[0],n=arguments.length<=1?void 0:arguments[1],t=null),t)this.updateOne(this.get(t),e,n);else for(var r=0;r<this.index.length;r++)this.updateOne(this.index[r],e,n)},e.updateOne=function(e,n,r){void 0===r&&(r=bn);var o=this.options,i=o.jss.plugins,a=o.sheet;if(e.rules instanceof t)e.rules.update(n,r);else{var s=e.style;if(i.onUpdate(n,e,a,r),r.process&&s&&s!==e.style){for(var l in i.onProcessStyle(e.style,e,a),e.style){var c=e.style[l];c!==s[l]&&e.prop(l,c,yn)}for(var d in s){var p=e.style[d],h=s[d];null==p&&p!==h&&e.prop(d,null,yn)}}}},e.toString=function(t){for(var e="",n=this.options.sheet,r=!!n&&n.options.link,o=Pe(t).linebreak,i=0;i<this.index.length;i++){var a=this.index[i].toString(t);(a||r)&&(e&&(e+=o),e+=a)}return e},t}(),An=function(){function t(t,e){for(var n in this.attached=!1,this.deployed=!1,this.classes={},this.keyframes={},this.options=(0,b.A)({},e,{sheet:this,parent:this,classes:this.classes,keyframes:this.keyframes}),e.Renderer&&(this.renderer=new e.Renderer(this)),this.rules=new wn(this.options),t)this.rules.add(n,t[n]);this.rules.process()}var e=t.prototype;return e.attach=function(){return this.attached||(this.renderer&&this.renderer.attach(),this.attached=!0,this.deployed||this.deploy()),this},e.detach=function(){return this.attached?(this.renderer&&this.renderer.detach(),this.attached=!1,this):this},e.addRule=function(t,e,n){var r=this.queue;this.attached&&!r&&(this.queue=[]);var o=this.rules.add(t,e,n);return o?(this.options.jss.plugins.onProcessRule(o),this.attached?this.deployed?(r?r.push(o):(this.insertRule(o),this.queue&&(this.queue.forEach(this.insertRule,this),this.queue=void 0)),o):o:(this.deployed=!1,o)):null},e.replaceRule=function(t,e,n){var r=this.rules.get(t);if(!r)return this.addRule(t,e,n);var o=this.rules.replace(t,e,n);return o&&this.options.jss.plugins.onProcessRule(o),this.attached?this.deployed?(this.renderer&&(o?r.renderable&&this.renderer.replaceRule(r.renderable,o):this.renderer.deleteRule(r)),o):o:(this.deployed=!1,o)},e.insertRule=function(t){this.renderer&&this.renderer.insertRule(t)},e.addRules=function(t,e){var n=[];for(var r in t){var o=this.addRule(r,t[r],e);o&&n.push(o)}return n},e.getRule=function(t){return this.rules.get(t)},e.deleteRule=function(t){var e="object"==typeof t?t:this.rules.get(t);return!(!e||this.attached&&!e.renderable)&&(this.rules.remove(e),!(this.attached&&e.renderable&&this.renderer)||this.renderer.deleteRule(e.renderable))},e.indexOf=function(t){return this.rules.indexOf(t)},e.deploy=function(){return this.renderer&&this.renderer.deploy(),this.deployed=!0,this},e.update=function(){var t;return(t=this.rules).update.apply(t,arguments),this},e.updateOne=function(t,e,n){return this.rules.updateOne(t,e,n),this},e.toString=function(t){return this.rules.toString(t)},t}(),xn=function(){function t(){this.plugins={internal:[],external:[]},this.registry={}}var e=t.prototype;return e.onCreateRule=function(t,e,n){for(var r=0;r<this.registry.onCreateRule.length;r++){var o=this.registry.onCreateRule[r](t,e,n);if(o)return o}return null},e.onProcessRule=function(t){if(!t.isProcessed){for(var e=t.options.sheet,n=0;n<this.registry.onProcessRule.length;n++)this.registry.onProcessRule[n](t,e);t.style&&this.onProcessStyle(t.style,t,e),t.isProcessed=!0}},e.onProcessStyle=function(t,e,n){for(var r=0;r<this.registry.onProcessStyle.length;r++)e.style=this.registry.onProcessStyle[r](e.style,e,n)},e.onProcessSheet=function(t){for(var e=0;e<this.registry.onProcessSheet.length;e++)this.registry.onProcessSheet[e](t)},e.onUpdate=function(t,e,n,r){for(var o=0;o<this.registry.onUpdate.length;o++)this.registry.onUpdate[o](t,e,n,r)},e.onChangeValue=function(t,e,n){for(var r=t,o=0;o<this.registry.onChangeValue.length;o++)r=this.registry.onChangeValue[o](r,e,n);return r},e.use=function(t,e){void 0===e&&(e={queue:"external"});var n=this.plugins[e.queue];-1===n.indexOf(t)&&(n.push(t),this.registry=[].concat(this.plugins.external,this.plugins.internal).reduce(function(t,e){for(var n in e)n in t&&t[n].push(e[n]);return t},{onCreateRule:[],onProcessRule:[],onProcessStyle:[],onProcessSheet:[],onChangeValue:[],onUpdate:[]}))},t}(),_n=function(){function t(){this.registry=[]}var e=t.prototype;return e.add=function(t){var e=this.registry,n=t.options.index;if(-1===e.indexOf(t))if(0===e.length||n>=this.index)e.push(t);else for(var r=0;r<e.length;r++)if(e[r].options.index>n)return void e.splice(r,0,t)},e.reset=function(){this.registry=[]},e.remove=function(t){var e=this.registry.indexOf(t);this.registry.splice(e,1)},e.toString=function(t){for(var e=void 0===t?{}:t,n=e.attached,r=function(t,e){if(null==t)return{};var n={};for(var r in t)if({}.hasOwnProperty.call(t,r)){if(-1!==e.indexOf(r))continue;n[r]=t[r]}return n}(e,["attached"]),o=Pe(r).linebreak,i="",a=0;a<this.registry.length;a++){var s=this.registry[a];null!=n&&s.attached!==n||(i&&(i+=o),i+=s.toString(r))}return i},Me(t,[{key:"index",get:function(){return 0===this.registry.length?0:this.registry[this.registry.length-1].options.index}}]),t}(),vn=new _n,kn="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window&&window.Math===Math?window:"undefined"!=typeof self&&self.Math===Math?self:Function("return this")(),Cn="2f1acc6c3a606b082e5eef5e54414ffb";null==kn[Cn]&&(kn[Cn]=0);var En=kn[Cn]++,Sn=function(t){void 0===t&&(t={});var e=0;return function(n,r){e+=1;var o="",i="";return r&&(r.options.classNamePrefix&&(i=r.options.classNamePrefix),null!=r.options.jss.id&&(o=String(r.options.jss.id))),t.minify?""+(i||"c")+En+o+e:i+n.key+"-"+En+(o?"-"+o:"")+"-"+e}},Mn=function(t){var e;return function(){return e||(e=t()),e}},Bn=function(t,e){try{return t.attributeStyleMap?t.attributeStyleMap.get(e):t.style.getPropertyValue(e)}catch(t){return""}},On=function(t,e,n){try{var r=n;if(Array.isArray(n)&&(r=De(n)),t.attributeStyleMap)t.attributeStyleMap.set(e,r);else{var o=r?r.indexOf("!important"):-1,i=o>-1?r.substr(0,o-1):r;t.style.setProperty(e,i,o>-1?"important":"")}}catch(t){return!1}return!0},Ln=function(t,e){try{t.attributeStyleMap?t.attributeStyleMap.delete(e):t.style.removeProperty(e)}catch(t){}},Tn=function(t,e){return t.selectorText=e,t.selectorText===e},In=Mn(function(){return document.querySelector("head")});function Nn(t){var e=vn.registry;if(e.length>0){var n=function(t,e){for(var n=0;n<t.length;n++){var r=t[n];if(r.attached&&r.options.index>e.index&&r.options.insertionPoint===e.insertionPoint)return r}return null}(e,t);if(n&&n.renderer)return{parent:n.renderer.element.parentNode,node:n.renderer.element};if(n=function(t,e){for(var n=t.length-1;n>=0;n--){var r=t[n];if(r.attached&&r.options.insertionPoint===e.insertionPoint)return r}return null}(e,t),n&&n.renderer)return{parent:n.renderer.element.parentNode,node:n.renderer.element.nextSibling}}var r=t.insertionPoint;if(r&&"string"==typeof r){var o=function(t){for(var e=In(),n=0;n<e.childNodes.length;n++){var r=e.childNodes[n];if(8===r.nodeType&&r.nodeValue.trim()===t)return r}return null}(r);if(o)return{parent:o.parentNode,node:o.nextSibling}}return!1}var Rn=Mn(function(){var t=document.querySelector('meta[property="csp-nonce"]');return t?t.getAttribute("content"):null}),Dn=function(t,e,n){try{"insertRule"in t?t.insertRule(e,n):"appendRule"in t&&t.appendRule(e)}catch(t){return!1}return t.cssRules[n]},Pn=function(t,e){var n=t.cssRules.length;return void 0===e||e>n?n:e},zn=function(){function t(t){this.getPropertyValue=Bn,this.setProperty=On,this.removeProperty=Ln,this.setSelector=Tn,this.hasInsertedRules=!1,this.cssRules=[],t&&vn.add(t),this.sheet=t;var e=this.sheet?this.sheet.options:{},n=e.media,r=e.meta,o=e.element;this.element=o||function(){var t=document.createElement("style");return t.textContent="\n",t}(),this.element.setAttribute("data-jss",""),n&&this.element.setAttribute("media",n),r&&this.element.setAttribute("data-meta",r);var i=Rn();i&&this.element.setAttribute("nonce",i)}var e=t.prototype;return e.attach=function(){if(!this.element.parentNode&&this.sheet){!function(t,e){var n=e.insertionPoint,r=Nn(e);if(!1!==r&&r.parent)r.parent.insertBefore(t,r.node);else if(n&&"number"==typeof n.nodeType){var o=n,i=o.parentNode;i&&i.insertBefore(t,o.nextSibling)}else In().appendChild(t)}(this.element,this.sheet.options);var t=Boolean(this.sheet&&this.sheet.deployed);this.hasInsertedRules&&t&&(this.hasInsertedRules=!1,this.deploy())}},e.detach=function(){if(this.sheet){var t=this.element.parentNode;t&&t.removeChild(this.element),this.sheet.options.link&&(this.cssRules=[],this.element.textContent="\n")}},e.deploy=function(){var t=this.sheet;t&&(t.options.link?this.insertRules(t.rules):this.element.textContent="\n"+t.toString()+"\n")},e.insertRules=function(t,e){for(var n=0;n<t.index.length;n++)this.insertRule(t.index[n],n,e)},e.insertRule=function(t,e,n){if(void 0===n&&(n=this.element.sheet),t.rules){var r=t,o=n;if("conditional"===t.type||"keyframes"===t.type){var i=Pn(n,e);if(!1===(o=Dn(n,r.toString({children:!1}),i)))return!1;this.refCssRule(t,i,o)}return this.insertRules(r.rules,o),o}var a=t.toString();if(!a)return!1;var s=Pn(n,e),l=Dn(n,a,s);return!1!==l&&(this.hasInsertedRules=!0,this.refCssRule(t,s,l),l)},e.refCssRule=function(t,e,n){t.renderable=n,t.options.parent instanceof An&&this.cssRules.splice(e,0,n)},e.deleteRule=function(t){var e=this.element.sheet,n=this.indexOf(t);return-1!==n&&(e.deleteRule(n),this.cssRules.splice(n,1),!0)},e.indexOf=function(t){return this.cssRules.indexOf(t)},e.replaceRule=function(t,e){var n=this.indexOf(t);return-1!==n&&(this.element.sheet.deleteRule(n),this.cssRules.splice(n,1),this.insertRule(e,n))},e.getRules=function(){return this.element.sheet.cssRules},t}(),Hn=0,$n=function(){function t(t){this.id=Hn++,this.version="10.10.0",this.plugins=new xn,this.options={id:{minify:!1},createGenerateId:Sn,Renderer:ke?zn:null,plugins:[]},this.generateId=Sn({minify:!1});for(var e=0;e<gn.length;e++)this.plugins.use(gn[e],{queue:"internal"});this.setup(t)}var e=t.prototype;return e.setup=function(t){return void 0===t&&(t={}),t.createGenerateId&&(this.options.createGenerateId=t.createGenerateId),t.id&&(this.options.id=(0,b.A)({},this.options.id,t.id)),(t.createGenerateId||t.id)&&(this.generateId=this.options.createGenerateId(this.options.id)),null!=t.insertionPoint&&(this.options.insertionPoint=t.insertionPoint),"Renderer"in t&&(this.options.Renderer=t.Renderer),t.plugins&&this.use.apply(this,t.plugins),this},e.createStyleSheet=function(t,e){void 0===e&&(e={});var n=e.index;"number"!=typeof n&&(n=0===vn.index?0:vn.index+1);var r=new An(t,(0,b.A)({},e,{jss:this,generateId:e.generateId||this.generateId,insertionPoint:this.options.insertionPoint,Renderer:this.options.Renderer,index:n}));return this.plugins.onProcessSheet(r),r},e.removeStyleSheet=function(t){return t.detach(),vn.remove(t),this},e.createRule=function(t,e,n){if(void 0===e&&(e={}),void 0===n&&(n={}),"object"==typeof t)return this.createRule(void 0,t,e);var r=(0,b.A)({},n,{name:t,jss:this,Renderer:this.options.Renderer});r.generateId||(r.generateId=this.generateId),r.classes||(r.classes={}),r.keyframes||(r.keyframes={});var o=Ne(t,e,r);return o&&this.plugins.onProcessRule(o),o},e.use=function(){for(var t=this,e=arguments.length,n=new Array(e),r=0;r<e;r++)n[r]=arguments[r];return n.forEach(function(e){t.plugins.use(e)}),this},t}(),jn="object"==typeof CSS&&null!=CSS&&"number"in CSS;var Fn=function(t){return new $n(t)}();const Un=Fn;var Vn=Date.now(),qn="fnValues"+Vn,Wn="fnStyle"+ ++Vn;const Yn=function(){return{onCreateRule:function(t,e,n){if("function"!=typeof e)return null;var r=Ne(t,{},n);return r[Wn]=e,r},onProcessStyle:function(t,e){if(qn in e||Wn in e)return t;var n={};for(var r in t){var o=t[r];"function"==typeof o&&(delete t[r],n[r]=o)}return e[qn]=n,t},onUpdate:function(t,e,n,r){var o=e,i=o[Wn];i&&(o.style=i(t)||{});var a=o[qn];if(a)for(var s in a)o.prop(s,a[s](t),r)}}};var Xn=a(71158),Zn=function(t){return t&&t[Xn.A]&&t===t[Xn.A]()};const Kn=function(t){return{onCreateRule:function(e,n,r){if(!Zn(n))return null;var o=n,i=Ne(e,{},r);return o.subscribe(function(e){for(var n in e)i.prop(n,e[n],t)}),i},onProcessRule:function(e){if(!e||"style"===e.type){var n=e,r=n.style,o=function(e){var o=r[e];if(!Zn(o))return"continue";delete r[e],o.subscribe({next:function(r){n.prop(e,r,t)}})};for(var i in r)o(i)}}}};var Jn=/;\n/,Gn=function(t){"string"==typeof t.style&&(t.style=function(t){for(var e={},n=t.split(Jn),r=0;r<n.length;r++){var o=(n[r]||"").trim();if(o){var i=o.indexOf(":");if(-1!==i){var a=o.substr(0,i).trim(),s=o.substr(i+1).trim();e[a]=s}}}return e}(t.style))};const Qn=function(){return{onProcessRule:Gn}};var tr="@global",er="@global ",nr=function(){function t(t,e,n){for(var r in this.type="global",this.at=tr,this.isProcessed=!1,this.key=t,this.options=n,this.rules=new wn((0,b.A)({},n,{parent:this})),e)this.rules.add(r,e[r]);this.rules.process()}var e=t.prototype;return e.getRule=function(t){return this.rules.get(t)},e.addRule=function(t,e,n){var r=this.rules.add(t,e,n);return r&&this.options.jss.plugins.onProcessRule(r),r},e.replaceRule=function(t,e,n){var r=this.rules.replace(t,e,n);return r&&this.options.jss.plugins.onProcessRule(r),r},e.indexOf=function(t){return this.rules.indexOf(t)},e.toString=function(t){return this.rules.toString(t)},t}(),rr=function(){function t(t,e,n){this.type="global",this.at=tr,this.isProcessed=!1,this.key=t,this.options=n;var r=t.substr(8);this.rule=n.jss.createRule(r,e,(0,b.A)({},n,{parent:this}))}return t.prototype.toString=function(t){return this.rule?this.rule.toString(t):""},t}(),or=/\s*,\s*/g;function ir(t,e){for(var n=t.split(or),r="",o=0;o<n.length;o++)r+=e+" "+n[o].trim(),n[o+1]&&(r+=", ");return r}const ar=function(){return{onCreateRule:function(t,e,n){if(!t)return null;if(t===tr)return new nr(t,e,n);if("@"===t[0]&&t.substr(0,8)===er)return new rr(t,e,n);var r=n.parent;return r&&("global"===r.type||r.options.parent&&"global"===r.options.parent.type)&&(n.scoped=!1),n.selector||!1!==n.scoped||(n.selector=t),null},onProcessRule:function(t,e){"style"===t.type&&e&&(function(t,e){var n=t.options,r=t.style,o=r?r[tr]:null;if(o){for(var i in o)e.addRule(i,o[i],(0,b.A)({},n,{selector:ir(i,t.selector)}));delete r[tr]}}(t,e),function(t,e){var n=t.options,r=t.style;for(var o in r)if("@"===o[0]&&o.substr(0,7)===tr){var i=ir(o.substr(7),t.selector);e.addRule(i,r[o],(0,b.A)({},n,{selector:i})),delete r[o]}}(t,e))}}};var sr=function(t){return t&&"object"==typeof t&&!Array.isArray(t)},lr="extendCurrValue"+Date.now();function cr(t,e,n,r){return void 0===r&&(r={}),function(t,e,n,r){if("string"!=typeof t.extend)if(Array.isArray(t.extend))for(var o=0;o<t.extend.length;o++){var i=t.extend[o];cr("string"==typeof i?(0,b.A)({},t,{extend:i}):t.extend[o],e,n,r)}else for(var a in t.extend)"extend"!==a?sr(t.extend[a])?(a in r||(r[a]={}),cr(t.extend[a],e,n,r[a])):r[a]=t.extend[a]:cr(t.extend.extend,e,n,r);else{if(!n)return;var s=n.getRule(t.extend);if(!s)return;if(s===e)return;var l=s.options.parent;l&&cr(l.rules.raw[t.extend],e,n,r)}}(t,e,n,r),function(t,e,n,r){for(var o in t)"extend"!==o&&(sr(r[o])&&sr(t[o])?cr(t[o],e,n,r[o]):sr(t[o])?r[o]=cr(t[o],e,n):r[o]=t[o])}(t,e,n,r),r}const dr=function(){return{onProcessStyle:function(t,e,n){return"extend"in t?cr(t,e,n):t},onChangeValue:function(t,e,n){if("extend"!==e)return t;if(null==t||!1===t){for(var r in n[lr])n.prop(r,null);return n[lr]=null,null}if("object"==typeof t){for(var o in t)n.prop(o,t[o]);n[lr]=t}return null}}};var pr=/\s*,\s*/g,hr=/&/g,ur=/\$([\w-]+)/g;const fr=function(){function t(t,e){return function(n,r){var o=t.getRule(r)||e&&e.getRule(r);return o?o.selector:r}}function e(t,e){for(var n=e.split(pr),r=t.split(pr),o="",i=0;i<n.length;i++)for(var a=n[i],s=0;s<r.length;s++){var l=r[s];o&&(o+=", "),o+=-1!==l.indexOf("&")?l.replace(hr,a):a+" "+l}return o}function n(t,e,n){if(n)return(0,b.A)({},n,{index:n.index+1});var r=t.options.nestingLevel;r=void 0===r?1:r+1;var o=(0,b.A)({},t.options,{nestingLevel:r,index:e.indexOf(t)+1});return delete o.name,o}return{onProcessStyle:function(r,o,i){if("style"!==o.type)return r;var a,s,l=o,c=l.options.parent;for(var d in r){var p=-1!==d.indexOf("&"),h="@"===d[0];if(p||h){if(a=n(l,c,a),p){var u=e(d,l.selector);s||(s=t(c,i)),u=u.replace(ur,s);var f=l.key+"-"+d;"replaceRule"in c?c.replaceRule(f,r[d],(0,b.A)({},a,{selector:u})):c.addRule(f,r[d],(0,b.A)({},a,{selector:u}))}else h&&c.addRule(d,{},a).addRule(l.key,r[d],{selector:l.selector});delete r[d]}}return r}}};function mr(t,e){if(!e)return!0;if(Array.isArray(e)){for(var n=0;n<e.length;n++){if(!mr(t,e[n]))return!1}return!0}if(e.indexOf(" ")>-1)return mr(t,e.split(" "));var r=t.options.parent;if("$"===e[0]){var o=r.getRule(e.substr(1));return!!o&&(o!==t&&(r.classes[t.key]+=" "+r.classes[o.key],!0))}return r.classes[t.key]+=" "+e,!0}const gr=function(){return{onProcessStyle:function(t,e){return"composes"in t?(mr(e,t.composes),delete t.composes,t):t}}};var br=/[A-Z]/g,yr=/^ms-/,wr={};function Ar(t){return"-"+t.toLowerCase()}const xr=function(t){if(wr.hasOwnProperty(t))return wr[t];var e=t.replace(br,Ar);return wr[t]=yr.test(e)?"-"+e:e};function _r(t){var e={};for(var n in t){e[0===n.indexOf("--")?n:xr(n)]=t[n]}return t.fallbacks&&(Array.isArray(t.fallbacks)?e.fallbacks=t.fallbacks.map(_r):e.fallbacks=_r(t.fallbacks)),e}const vr=function(){return{onProcessStyle:function(t){if(Array.isArray(t)){for(var e=0;e<t.length;e++)t[e]=_r(t[e]);return t}return _r(t)},onChangeValue:function(t,e,n){if(0===e.indexOf("--"))return t;var r=xr(e);return e===r?t:(n.prop(r,t),null)}}};var kr=jn&&CSS?CSS.px:"px",Cr=jn&&CSS?CSS.ms:"ms",Er=jn&&CSS?CSS.percent:"%";function Sr(t){var e=/(-[a-z])/g,n=function(t){return t[1].toUpperCase()},r={};for(var o in t)r[o]=t[o],r[o.replace(e,n)]=t[o];return r}var Mr=Sr({"animation-delay":Cr,"animation-duration":Cr,"background-position":kr,"background-position-x":kr,"background-position-y":kr,"background-size":kr,border:kr,"border-bottom":kr,"border-bottom-left-radius":kr,"border-bottom-right-radius":kr,"border-bottom-width":kr,"border-left":kr,"border-left-width":kr,"border-radius":kr,"border-right":kr,"border-right-width":kr,"border-top":kr,"border-top-left-radius":kr,"border-top-right-radius":kr,"border-top-width":kr,"border-width":kr,"border-block":kr,"border-block-end":kr,"border-block-end-width":kr,"border-block-start":kr,"border-block-start-width":kr,"border-block-width":kr,"border-inline":kr,"border-inline-end":kr,"border-inline-end-width":kr,"border-inline-start":kr,"border-inline-start-width":kr,"border-inline-width":kr,"border-start-start-radius":kr,"border-start-end-radius":kr,"border-end-start-radius":kr,"border-end-end-radius":kr,margin:kr,"margin-bottom":kr,"margin-left":kr,"margin-right":kr,"margin-top":kr,"margin-block":kr,"margin-block-end":kr,"margin-block-start":kr,"margin-inline":kr,"margin-inline-end":kr,"margin-inline-start":kr,padding:kr,"padding-bottom":kr,"padding-left":kr,"padding-right":kr,"padding-top":kr,"padding-block":kr,"padding-block-end":kr,"padding-block-start":kr,"padding-inline":kr,"padding-inline-end":kr,"padding-inline-start":kr,"mask-position-x":kr,"mask-position-y":kr,"mask-size":kr,height:kr,width:kr,"min-height":kr,"max-height":kr,"min-width":kr,"max-width":kr,bottom:kr,left:kr,top:kr,right:kr,inset:kr,"inset-block":kr,"inset-block-end":kr,"inset-block-start":kr,"inset-inline":kr,"inset-inline-end":kr,"inset-inline-start":kr,"box-shadow":kr,"text-shadow":kr,"column-gap":kr,"column-rule":kr,"column-rule-width":kr,"column-width":kr,"font-size":kr,"font-size-delta":kr,"letter-spacing":kr,"text-decoration-thickness":kr,"text-indent":kr,"text-stroke":kr,"text-stroke-width":kr,"word-spacing":kr,motion:kr,"motion-offset":kr,outline:kr,"outline-offset":kr,"outline-width":kr,perspective:kr,"perspective-origin-x":Er,"perspective-origin-y":Er,"transform-origin":Er,"transform-origin-x":Er,"transform-origin-y":Er,"transform-origin-z":Er,"transition-delay":Cr,"transition-duration":Cr,"vertical-align":kr,"flex-basis":kr,"shape-margin":kr,size:kr,gap:kr,grid:kr,"grid-gap":kr,"row-gap":kr,"grid-row-gap":kr,"grid-column-gap":kr,"grid-template-rows":kr,"grid-template-columns":kr,"grid-auto-rows":kr,"grid-auto-columns":kr,"box-shadow-x":kr,"box-shadow-y":kr,"box-shadow-blur":kr,"box-shadow-spread":kr,"font-line-height":kr,"text-shadow-x":kr,"text-shadow-y":kr,"text-shadow-blur":kr});function Br(t,e,n){if(null==e)return e;if(Array.isArray(e))for(var r=0;r<e.length;r++)e[r]=Br(t,e[r],n);else if("object"==typeof e)if("fallbacks"===t)for(var o in e)e[o]=Br(o,e[o],n);else for(var i in e)e[i]=Br(t+"-"+i,e[i],n);else if("number"==typeof e&&!1===isNaN(e)){var a=n[t]||Mr[t];return!a||0===e&&a===kr?e.toString():"function"==typeof a?a(e).toString():""+e+a}return e}const Or=function(t){void 0===t&&(t={});var e=Sr(t);return{onProcessStyle:function(t,n){if("style"!==n.type)return t;for(var r in t)t[r]=Br(r,t[r],e);return t},onChangeValue:function(t,n){return Br(n,t,e)}}};var Lr={"background-size":!0,"background-position":!0,border:!0,"border-bottom":!0,"border-left":!0,"border-top":!0,"border-right":!0,"border-radius":!0,"border-image":!0,"border-width":!0,"border-style":!0,"border-color":!0,"box-shadow":!0,flex:!0,margin:!0,padding:!0,outline:!0,"transform-origin":!0,transform:!0,transition:!0},Tr={position:!0,size:!0},Ir={padding:{top:0,right:0,bottom:0,left:0},margin:{top:0,right:0,bottom:0,left:0},background:{attachment:null,color:null,image:null,position:null,repeat:null},border:{width:null,style:null,color:null},"border-top":{width:null,style:null,color:null},"border-right":{width:null,style:null,color:null},"border-bottom":{width:null,style:null,color:null},"border-left":{width:null,style:null,color:null},outline:{width:null,style:null,color:null},"list-style":{type:null,position:null,image:null},transition:{property:null,duration:null,"timing-function":null,timingFunction:null,delay:null},animation:{name:null,duration:null,"timing-function":null,timingFunction:null,delay:null,"iteration-count":null,iterationCount:null,direction:null,"fill-mode":null,fillMode:null,"play-state":null,playState:null},"box-shadow":{x:0,y:0,blur:0,spread:0,color:null,inset:null},"text-shadow":{x:0,y:0,blur:null,color:null}},Nr={border:{radius:"border-radius",image:"border-image",width:"border-width",style:"border-style",color:"border-color"},"border-bottom":{width:"border-bottom-width",style:"border-bottom-style",color:"border-bottom-color"},"border-top":{width:"border-top-width",style:"border-top-style",color:"border-top-color"},"border-left":{width:"border-left-width",style:"border-left-style",color:"border-left-color"},"border-right":{width:"border-right-width",style:"border-right-style",color:"border-right-color"},background:{size:"background-size",image:"background-image"},font:{style:"font-style",variant:"font-variant",weight:"font-weight",stretch:"font-stretch",size:"font-size",family:"font-family",lineHeight:"line-height","line-height":"line-height"},flex:{grow:"flex-grow",basis:"flex-basis",direction:"flex-direction",wrap:"flex-wrap",flow:"flex-flow",shrink:"flex-shrink"},align:{self:"align-self",items:"align-items",content:"align-content"},grid:{"template-columns":"grid-template-columns",templateColumns:"grid-template-columns","template-rows":"grid-template-rows",templateRows:"grid-template-rows","template-areas":"grid-template-areas",templateAreas:"grid-template-areas",template:"grid-template","auto-columns":"grid-auto-columns",autoColumns:"grid-auto-columns","auto-rows":"grid-auto-rows",autoRows:"grid-auto-rows","auto-flow":"grid-auto-flow",autoFlow:"grid-auto-flow",row:"grid-row",column:"grid-column","row-start":"grid-row-start",rowStart:"grid-row-start","row-end":"grid-row-end",rowEnd:"grid-row-end","column-start":"grid-column-start",columnStart:"grid-column-start","column-end":"grid-column-end",columnEnd:"grid-column-end",area:"grid-area",gap:"grid-gap","row-gap":"grid-row-gap",rowGap:"grid-row-gap","column-gap":"grid-column-gap",columnGap:"grid-column-gap"}};function Rr(t,e,n,r){return null==n[e]?t:0===t.length?[]:Array.isArray(t[0])?Rr(t[0],e,n,r):"object"==typeof t[0]?function(t,e,n){return t.map(function(t){return Dr(t,e,n,!1,!0)})}(t,e,r):[t]}function Dr(t,e,n,r,o){if(!Ir[e]&&!Nr[e])return[];var i=[];if(Nr[e]&&(t=function(t,e,n,r){for(var o in n){var i=n[o];if(void 0!==t[o]&&(r||!e.prop(i))){var a,s=Pr((a={},a[i]=t[o],a),e)[i];r?e.style.fallbacks[i]=s:e.style[i]=s}delete t[o]}return t}(t,n,Nr[e],r)),Object.keys(t).length)for(var a in Ir[e])t[a]?Array.isArray(t[a])?i.push(null===Tr[a]?t[a]:t[a].join(" ")):i.push(t[a]):null!=Ir[e][a]&&i.push(Ir[e][a]);return!i.length||o?i:[i]}function Pr(t,e,n){for(var r in t){var o=t[r];if(Array.isArray(o)){if(!Array.isArray(o[0])){if("fallbacks"===r){for(var i=0;i<t.fallbacks.length;i++)t.fallbacks[i]=Pr(t.fallbacks[i],e,!0);continue}t[r]=Rr(o,r,Lr,e),t[r].length||delete t[r]}}else if("object"==typeof o){if("fallbacks"===r){t.fallbacks=Pr(t.fallbacks,e,!0);continue}t[r]=Dr(o,r,e,n),t[r].length||delete t[r]}else""===t[r]&&delete t[r]}return t}const zr=function(){return{onProcessStyle:function(t,e){if(!t||"style"!==e.type)return t;if(Array.isArray(t)){for(var n=0;n<t.length;n++)t[n]=Pr(t[n],e);return t}return Pr(t,e)}}};function Hr(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,r=Array(e);n<e;n++)r[n]=t[n];return r}function $r(t){return function(t){if(Array.isArray(t))return Hr(t)}(t)||function(t){if("undefined"!=typeof Symbol&&null!=t[Symbol.iterator]||null!=t["@@iterator"])return Array.from(t)}(t)||function(t,e){if(t){if("string"==typeof t)return Hr(t,e);var n={}.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(t):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?Hr(t,e):void 0}}(t)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}var jr="",Fr="",Ur="",Vr="",qr=ke&&"ontouchstart"in document.documentElement;if(ke){var Wr={Moz:"-moz-",ms:"-ms-",O:"-o-",Webkit:"-webkit-"},Yr=document.createElement("p").style;for(var Xr in Wr)if(Xr+"Transform"in Yr){jr=Xr,Fr=Wr[Xr];break}"Webkit"===jr&&"msHyphens"in Yr&&(jr="ms",Fr=Wr.ms,Vr="edge"),"Webkit"===jr&&"-apple-trailing-word"in Yr&&(Ur="apple")}var Zr=jr,Kr=Fr,Jr=Ur,Gr=Vr,Qr=qr;var to={noPrefill:["appearance"],supportedProperty:function(t){return"appearance"===t&&("ms"===Zr?"-webkit-"+t:Kr+t)}},eo={noPrefill:["color-adjust"],supportedProperty:function(t){return"color-adjust"===t&&("Webkit"===Zr?Kr+"print-"+t:t)}},no=/[-\s]+(.)?/g;function ro(t,e){return e?e.toUpperCase():""}function oo(t){return t.replace(no,ro)}function io(t){return oo("-"+t)}var ao,so={noPrefill:["mask"],supportedProperty:function(t,e){if(!/^mask/.test(t))return!1;if("Webkit"===Zr){var n="mask-image";if(oo(n)in e)return t;if(Zr+io(n)in e)return Kr+t}return t}},lo={noPrefill:["text-orientation"],supportedProperty:function(t){return"text-orientation"===t&&("apple"!==Jr||Qr?t:Kr+t)}},co={noPrefill:["transform"],supportedProperty:function(t,e,n){return"transform"===t&&(n.transform?t:Kr+t)}},po={noPrefill:["transition"],supportedProperty:function(t,e,n){return"transition"===t&&(n.transition?t:Kr+t)}},ho={noPrefill:["writing-mode"],supportedProperty:function(t){return"writing-mode"===t&&("Webkit"===Zr||"ms"===Zr&&"edge"!==Gr?Kr+t:t)}},uo={noPrefill:["user-select"],supportedProperty:function(t){return"user-select"===t&&("Moz"===Zr||"ms"===Zr||"apple"===Jr?Kr+t:t)}},fo={supportedProperty:function(t,e){return!!/^break-/.test(t)&&("Webkit"===Zr?"WebkitColumn"+io(t)in e&&Kr+"column-"+t:"Moz"===Zr&&("page"+io(t)in e&&"page-"+t))}},mo={supportedProperty:function(t,e){if(!/^(border|margin|padding)-inline/.test(t))return!1;if("Moz"===Zr)return t;var n=t.replace("-inline","");return Zr+io(n)in e&&Kr+n}},go={supportedProperty:function(t,e){return oo(t)in e&&t}},bo={supportedProperty:function(t,e){var n=io(t);return"-"===t[0]||"-"===t[0]&&"-"===t[1]?t:Zr+n in e?Kr+t:"Webkit"!==Zr&&"Webkit"+n in e&&"-webkit-"+t}},yo={supportedProperty:function(t){return"scroll-snap"===t.substring(0,11)&&("ms"===Zr?""+Kr+t:t)}},wo={supportedProperty:function(t){return"overscroll-behavior"===t&&("ms"===Zr?Kr+"scroll-chaining":t)}},Ao={"flex-grow":"flex-positive","flex-shrink":"flex-negative","flex-basis":"flex-preferred-size","justify-content":"flex-pack",order:"flex-order","align-items":"flex-align","align-content":"flex-line-pack"},xo={supportedProperty:function(t,e){var n=Ao[t];return!!n&&(Zr+io(n)in e&&Kr+n)}},_o={flex:"box-flex","flex-grow":"box-flex","flex-direction":["box-orient","box-direction"],order:"box-ordinal-group","align-items":"box-align","flex-flow":["box-orient","box-direction"],"justify-content":"box-pack"},vo=Object.keys(_o),ko=function(t){return Kr+t},Co={supportedProperty:function(t,e,n){var r=n.multiple;if(vo.indexOf(t)>-1){var o=_o[t];if(!Array.isArray(o))return Zr+io(o)in e&&Kr+o;if(!r)return!1;for(var i=0;i<o.length;i++)if(!(Zr+io(o[0])in e))return!1;return o.map(ko)}return!1}},Eo=[to,eo,so,lo,co,po,ho,uo,fo,mo,go,bo,yo,wo,xo,Co],So=Eo.filter(function(t){return t.supportedProperty}).map(function(t){return t.supportedProperty}),Mo=Eo.filter(function(t){return t.noPrefill}).reduce(function(t,e){return t.push.apply(t,$r(e.noPrefill)),t},[]),Bo={};if(ke){ao=document.createElement("p");var Oo=window.getComputedStyle(document.documentElement,"");for(var Lo in Oo)isNaN(Lo)||(Bo[Oo[Lo]]=Oo[Lo]);Mo.forEach(function(t){return delete Bo[t]})}function To(t,e){if(void 0===e&&(e={}),!ao)return t;if(null!=Bo[t])return Bo[t];"transition"!==t&&"transform"!==t||(e[t]=t in ao.style);for(var n=0;n<So.length&&(Bo[t]=So[n](t,ao.style,e),!Bo[t]);n++);try{ao.style[t]=""}catch(t){return!1}return Bo[t]}var Io,No={},Ro={transition:1,"transition-property":1,"-webkit-transition":1,"-webkit-transition-property":1},Do=/(^\s*[\w-]+)|, (\s*[\w-]+)(?![^()]*\))/g;function Po(t,e,n){if("var"===e)return"var";if("all"===e)return"all";if("all"===n)return", all";var r=e?To(e):", "+To(n);return r||(e||n)}function zo(t,e){var n=e;if(!Io||"content"===t)return e;if("string"!=typeof n||!isNaN(parseInt(n,10)))return n;var r=t+n;if(null!=No[r])return No[r];try{Io.style[t]=n}catch(t){return No[r]=!1,!1}if(Ro[t])n=n.replace(Do,Po);else if(""===Io.style[t]&&("-ms-flex"===(n=Kr+n)&&(Io.style[t]="-ms-flexbox"),Io.style[t]=n,""===Io.style[t]))return No[r]=!1,!1;return Io.style[t]="",No[r]=n,No[r]}ke&&(Io=document.createElement("p"));const Ho=function(){function t(e){for(var n in e){var r=e[n];if("fallbacks"===n&&Array.isArray(r))e[n]=r.map(t);else{var o=!1,i=To(n);i&&i!==n&&(o=!0);var a=!1,s=zo(i,De(r));s&&s!==r&&(a=!0),(o||a)&&(o&&delete e[n],e[i||n]=s||r)}}return e}return{onProcessRule:function(t){if("keyframes"===t.type){var e=t;e.at=function(t){return"-"===t[1]||"ms"===Zr?t:"@"+Kr+"keyframes"+t.substr(10)}(e.at)}},onProcessStyle:function(e,n){return"style"!==n.type?e:t(e)},onChangeValue:function(t,e){return zo(e,De(t))||t}}};const $o=function(){var t=function(t,e){return t.length===e.length?t>e?1:-1:t.length-e.length};return{onProcessStyle:function(e,n){if("style"!==n.type)return e;for(var r={},o=Object.keys(e).sort(t),i=0;i<o.length;i++)r[o[i]]=e[o[i]];return r}}};const jo=function(t){return void 0===t&&(t={}),{plugins:[Yn(),Kn(t.observable),Qn(),ar(),dr(),fr(),gr(),vr(),Or(t.defaultUnit),zr(),Ho(),$o()]}};var Fo=a(89343),Uo={};Uo.setAttributes=p(),Uo.insert=c().bind(null,"head"),Uo.domAPI=s(),Uo.insertStyleElement=u();o()(Fo.A,Uo);Fo.A&&Fo.A.locals&&Fo.A.locals;class Vo{constructor(t,e){this.createResizer=t=>{const e=document.createElement("div");return e.className=t,e.classList.add("resizer"),e};const{keepRatio:n,container:r=document.body,onResize:o,minWidth:i,rotate:a}=e;this.querySelector=t,this.keepRatio=n,this.container=r,this.isImage=!1,this.rotate=a,this.canKeepRatio=!1,this.mounted=!1,this.onResize=o,this.minimum_size=i,this.resizers=[],this.clickedResizer=null,this.element,this.isMouseDown=!1,this.original_width=0,this.original_height=0,this.original_x=0,this.original_y=0,this.original_mouse_x=0,this.original_mouse_y=0,this.onDraggable=this.onDraggable.bind(this),this.resize=this.resize.bind(this),this.stopResize=this.stopResize.bind(this),this.onClickedTarget=this.onClickedTarget.bind(this),this.rePosition=this.rePosition.bind(this),this.init=this.init.bind(this),this.onClickResizer=this.onClickResizer.bind(this),this.init()}onClickResizer(t){this.clickedResizer=t.target,t.preventDefault(),this.isMouseDown=!0;const e=this.element.getBoundingClientRect();this.original_width=parseFloat(e.width),this.original_height=parseFloat(e.height),this.original_x=this.element.getBoundingClientRect().left,this.original_y=this.element.getBoundingClientRect().top,this.original_mouse_x=t.pageX,this.original_mouse_y=t.pageY,window.addEventListener("mousemove",this.resize),window.addEventListener("mouseup",this.stopResize)}createSizePreview(){const t=document.createElement("div");return t.classList.add("size-preview"),t}createImageRatioResizer(){const t=document.createElement("div");return t.classList.add("img-ratio-resizer"),t.classList.add("bottom-right"),t}createBorder(t){const e=document.createElement("div");if(e.classList.add("resizable-border"),e.classList.add(t),"bottom"===t){const t=document.createElement("div");t.classList.add("bottom-ruler"),e.appendChild(t)}if("top"===t){const t=document.createElement("div");t.classList.add("top-ruler"),e.appendChild(t)}if("left"===t){const t=document.createElement("div");t.classList.add("left-ruler"),e.appendChild(t)}if("right"===t){const t=document.createElement("div");t.classList.add("right-ruler"),e.appendChild(t)}return e}init(){this.sizePreview=this.createSizePreview(),this.imageRatioResizer=this.createImageRatioResizer(),this.imageRatioResizer.addEventListener("mousedown",this.onClickResizer),this.borders=[this.createBorder("left"),this.createBorder("right"),this.createBorder("bottom"),this.createBorder("top")];const t=this.resizers=[this.createResizer("left-center"),this.createResizer("right-center"),this.createResizer("bottom-left"),this.createResizer("bottom-right"),this.createResizer("top-right"),this.createResizer("top-left")];this.rotate&&t.push(this.createResizer("rotate"));for(let e=0;e<t.length;e++)t[e].addEventListener("mousedown",this.onClickResizer);window.addEventListener("mousedown",this.onClickedTarget)}onDraggable(t){this.stopResize(t)}onClickedTarget(t){if(this.isMouseDown)return;let e=t.target;const n=t.path?t.path:t.composedPath&&t.composedPath();Array.isArray(n)&&n.length>0&&(e=n[0]);for(let t=0;t<this.resizers.length;t++){const n=this.resizers[t];if(e.closest("."+n.className.split(" ").join(".")))return}const r=e.closest(this.querySelector);r?(this.stopResize(t),this.mounted=!0,this.canKeepRatio=!1,this.isImage=!1,this.isImage?(document.body.appendChild(this.imageRatioResizer),this.resizers.forEach(t=>t.remove())):(this.resizers.forEach(t=>document.body.appendChild(t)),this.imageRatioResizer.remove()),this.borders.forEach(t=>document.body.appendChild(t)),this.element=r,this.element.addEventListener("drag",this.onDraggable),this.rePosition(),this.container?.addEventListener("scroll",this.rePosition),window.addEventListener("scroll",this.rePosition),window.addEventListener("resize",this.rePosition)):this.stopResize(t)}stopResize(){let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};this.borders.forEach(t=>t.classList.remove("on-resizing")),this.isMouseDown=!1,this.sizePreview.remove(),window.removeEventListener("mouseup",this.stopResize),window.removeEventListener("mousemove",this.resize),this.mounted&&"mouseup"===t.type||(this.mounted=!1,this.borders.forEach(t=>t.remove()),this.resizers.forEach(t=>t.remove()),this.element?.removeEventListener("drag",this.onDraggable),this.imageRatioResizer.remove(),this.container?.removeEventListener("scroll",this.rePosition),window.removeEventListener("scroll",this.rePosition),window.removeEventListener("resize",this.rePosition),this.element=null)}resize(t){if(this.borders.forEach(t=>t.classList.add("on-resizing")),document.body.appendChild(this.sizePreview),this.sizePreview.style.left=t.clientX+50+"px",this.sizePreview.style.top=t.clientY+"px",this.clickedResizer.classList.contains("left-center")){let e=this.original_width-(t.pageX-this.original_mouse_x);e+="px",this.onResize(this.element,{width:e})}else if(this.clickedResizer.classList.contains("right-center")){let e=this.original_width+(t.pageX-this.original_mouse_x);e>this.minimum_size&&(e+="px",this.onResize(this.element,{width:e}))}else if(this.clickedResizer.classList.contains("bottom-center")){let e=this.original_height+(t.pageY-this.original_mouse_y);e=this.keepRatio&&this.canKeepRatio?"auto":e+"px",this.onResize(this.element,{height:e})}else if(this.clickedResizer.classList.contains("bottom-right")){let e=this.original_width+(t.pageX-this.original_mouse_x);e>this.minimum_size&&(e+="px",this.onResize(this.element,{width:e}))}else if(this.clickedResizer.classList.contains("bottom-left")){let e=this.original_width-(t.pageX-this.original_mouse_x);e+="px",this.onResize(this.element,{width:e})}else if(this.clickedResizer.classList.contains("top-right")){let e=this.original_width+(t.pageX-this.original_mouse_x);e>this.minimum_size&&(e+="px",this.onResize(this.element,{width:e}))}else if(this.clickedResizer.classList.contains("top-left")){let e=this.original_width-(t.pageX-this.original_mouse_x);e>this.minimum_size&&(e+="px",this.onResize(this.element,{width:e}))}else if(this.clickedResizer.classList.contains("rotate")){const{clientY:e,clientX:n}=t,r=this.element.getBoundingClientRect(),o=Math.atan2(e-r.y,n-r.x);this.element.style.transform=`rotate(${o}rad)`}this.rePosition()}rePosition(){window.requestAnimationFrame(()=>{if(!this.element)return;const t=this.element.getBoundingClientRect();if(this.sizePreview&&(this.sizePreview.innerHTML=`w:${parseInt(t.width)}`),this.borders.forEach(e=>{if(e.classList.contains("left"))e.style.width="1px",e.style.left=t.left+"px",e.style.top=t.top+"px",e.style.height=t.height+"px";else if(e.classList.contains("right"))e.style.width="1px",e.style.left=t.right+"px",e.style.top=t.top+"px",e.style.height=t.height+"px";else if(e.classList.contains("top")){e.style.left=t.left+"px",e.style.top=t.top+"px",e.style.width=t.width+"px",e.style.height="1px";const n=e.querySelector(".top-ruler");n&&(n.style.top=t.top+"px")}else if(e.classList.contains("bottom")){e.style.height="1px",e.style.left=t.left+"px",e.style.top=t.bottom+"px",e.style.width=t.width+"px";const n=e.querySelector(".bottom-ruler");n&&(n.style.top=t.bottom+"px")}}),this.isImage)this.imageRatioResizer.style.left=t.left+t.width+"px",this.imageRatioResizer.style.top=t.bottom+"px";else for(let e=0;e<this.resizers.length;e++){const n=this.resizers[e];n.classList.contains("bottom-left")?(n.style.left=t.left+"px",n.style.top=t.bottom+"px"):n.classList.contains("bottom-right")?(n.style.left=t.right+"px",n.style.top=t.bottom+"px"):n.classList.contains("top-right")?(n.style.left=t.right+"px",n.style.top=t.top+"px"):n.classList.contains("top-left")?(n.style.left=t.left+"px",n.style.top=t.top+"px"):n.classList.contains("left-center")?(n.style.left=t.left+"px",n.style.top=(t.top+t.bottom)/2+"px"):n.classList.contains("right-center")?(n.style.left=t.right+"px",n.style.top=(t.top+t.bottom)/2+"px"):n.classList.contains("bottom-center")?(n.style.left=(t.left+t.right)/2+"px",n.style.top=t.bottom+"px"):n.classList.contains("rotate")&&(n.style.left=(t.left+t.right)/2+"px",n.style.top=t.top-60+"px")}})}}var qo=a(64749);class Wo{constructor(t,e){e||(e={}),this.querySelector=t,this.pose={initX:0,initY:0,firstX:0,firstY:0},this.onMouseMove=t=>{if(this.target){if("ghost"===e.mode){this.target.style.zIndex=-1;const n=this.getHoverElement(t);if(e.drop&&n){const t=n.closest(e.drop);t&&e.drop&&"function"==typeof e.onHover?e.onHover({drag:this.originalTarget,drop:t}):"function"==typeof e.onHoverout&&e.onHoverout()}this.target.style.zIndex=9999999}const n=this.target.getBoundingClientRect();let r=this.pose.initY+t.pageY-this.pose.firstY,o=this.pose.initX+t.pageX-this.pose.firstX;e.maxTop&&e.maxTop>r&&(r=e.maxTop),r<=0&&(r=0),r>window.innerHeight-n.height&&(r=window.innerHeight-n.height),o<=0&&(o=0),o+n.width>=window.innerWidth&&(o=window.innerWidth-n.width),this.target.style.left=o+"px",this.target.style.top=r+"px"}else window.removeEventListener("mousemove",this.onMouseMove,!1)},this.onMouseDown=t=>{if(1!==t.which)return;Array.from(document.querySelectorAll("[mode='ghost']")).forEach(t=>t.remove());const n=t.target,r=n.closest(this.querySelector);if(!r)return null;const o=r.getAttribute("handle");if(o){if(!n.closest(o))return null}this.target=r,this.originalTarget=r;const i=r.getBoundingClientRect();"ghost"===e.mode&&(this.target=r.cloneNode(!0),this.target.mode="ghost",this.target.setAttribute("mode","ghost"),this.target.setAttribute("style",(0,qo.i)({position:"fixed",zIndex:-1,width:i.width+"px",maxWidth:"initial",minWidth:"initial",left:i.left+"px",top:i.top+"px",opacity:.5})),document.body.appendChild(this.target)),this.pose.initX=r.offsetLeft||i.left,this.pose.initY=r.offsetTop||i.top,this.pose.firstX=t.pageX,this.pose.firstY=t.pageY,window.addEventListener("mousemove",this.onMouseMove,!1),window.addEventListener("mouseup",t=>{const n=this.getHoverElement(t);if(e.drop){const t=n.closest(e.drop);t&&"function"==typeof e.onAcceptDrop&&e.onAcceptDrop({drag:this.originalTarget,drop:t}),"function"==typeof e.onDrop&&e.onDrop({drag:this.originalTarget})}window.removeEventListener("mousemove",this.onMouseMove,!1),"ghost"===e.mode&&this.target&&this.target.remove(),this.target=null},{once:!0})},this.start()}getHoverElement(t){this.target&&(this.target.style.zIndex=-1);return document.elementFromPoint(t.clientX,t.clientY)}start(){document.body.addEventListener("mousedown",this.onMouseDown)}destroy(){document.body.removeEventListener("mousedown",this.onMouseDown)}}var Yo=a(39148),Xo={};Xo.setAttributes=p(),Xo.insert=c().bind(null,"head"),Xo.domAPI=s(),Xo.insertStyleElement=u();o()(Yo.A,Xo);const Zo=Yo.A&&Yo.A.locals?Yo.A.locals:void 0;function Ko(t){if("buttons"in(t=t||window.event))return 1===t.buttons;return 1===(t.which||t.button)}const Jo=function(t,e,r){if(!t)return;let o,i;i=t.cloneNode(!0),t.parentElement?t=i.getBoundingClientRect():(document.body.appendChild(i),i.style=`\n width:${t.style.width||"100px"};\n height:${t.style.height||"100px"};\n background:var(--primary);\n opacity:.4;\n `,o={...i.getBoundingClientRect()},o.left=e,o.top=r),i.remove();const a=(0,n.A)("div",null,i.cloneNode(!0));["cdtr-move-handle-bar","[data-mounted]"].forEach(t=>{a.querySelectorAll(t).forEach(t=>t.remove())});const s=a.querySelector(".selected");return s&&s.classList.remove("selected"),o&&(a.style.position="fixed",a.classList.add("mirror"),a.style.opacity=1,a.style.zIndex=999999999,a.style.overflow="hidden",a.style.transition="all 1s",a.style.width=`${o.width}px`,a.style.height=`${o.height}px`,a.style.border="1px solid #484553b3",a.style.top=`${o.top}px`,a.style.left=`${o.left}px`,a.__offsetX=e-o.left,a.__offsetY=r-o.top),document.body.appendChild(a),setTimeout(()=>{a.style.transform="rotate(10deg)"},100),a},Go="touchmove",Qo="mousemove",ti="mouseup",ei="mousedown",ni="touchend",ri="touchstart",oi="left",ii="right",ai="top",si="bottom",li="__sortable_draggable-guide-line";var ci=a(20195);const di="15PX";function pi(t,e){if(t.closest("[data-draggable-for]")){const e=t.dataset.draggableFor;if(e){let t=L.Ay.getComponent(e);if(t){if("card"===t.type){const e=t.closest("col");e&&(t=e)}return t.element}}}let n,r=t;for(;r||!n;){let t;if(r&&(t=r.closest(e)),t){n=t;break}r=r.parentElement||r.offsetParent}return n}class hi{constructor(){let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};this.createGuideLine(),this.onMouseUp=this.onMouseUp.bind(this),this.dragStart=this.dragStart.bind(this),this.onMouseMove=this.onMouseMove.bind(this),this.dragEnd=this.dragEnd.bind(this),this.moveY=0,this.moveX=0,this.isValid=!0,this.mouseUp=!1,this.optionsInit(t),this.init()}optionsInit(t){this.options={draggable:t.draggable,handle:t.handle,delay:"number"==typeof t.delay?t.delay:0,preventDefault:t.preventDefault,direction:t.direction,onStart:t.onStart,finally:t.finally,on:t.on,onMove:t.onMove,onClone:t.onClone,onEnd:t.onEnd,body:t.body||document.body,clone:t.clone,group:t.group,sort:t.sort}}createGuideLine(){this.guideLine=document.createElement("div"),this.guideLine.className=li,this.guideLine.classList.add(Zo.guideLine),this.guideLine.style.position="absolute",this.guideLine.style.opacity=1,this.guideLine.style.border="1px solid blue"}init(){this.bindDrag()}dragEnd(){if(this.dragStarted=!1,this.styles&&this.styles.remove(),this.mouseUp=!0,this.mirror&&(this.mirror.remove(),this.mirror=null),this.guideLine.remove(),this.guideLine.style.left="-9999px",this.guideLine.style.top="-9999px",document.removeEventListener(Qo,this.onMouseMove),document.removeEventListener(Go,this.onMouseMove,{passive:!1}),document.removeEventListener(ti,this.dragEnd),document.removeEventListener(ni,this.dragEnd),this.dragEl&&this.dragEl.classList.remove(Zo.whileDragging),this.options.clone&&cloneEl.remove(),this.direction&&this.dropEl){const t=!0===this.options.clone?this.dragEl.cloneNode(!0):this.dragEl;!0===this.options.clone&&"function"==typeof this.options.onClone&&this.options.onClone({clone:this.cloneEl});let e=this.direction;if("left"===e?e="beforebegin":"right"===e&&(e="afterend"),this.isValid&&"function"==typeof this.options.onEnd){this.dragEl;this.options.onEnd({item:this.dragEl,dragType:this.dragEl.getAttribute("draggable-element"),dropType:this.dropEl.getAttribute("droppable-element"),clone:t,to:this.dropEl,direction:this.direction})}this.dragEl=null,this.dropEl=null}}onMouseMove(t){if(t.preventDefault(),this.isValid=!0,t.type===Qo&&!Ko(t))return this.guideLine.remove(),void document.removeEventListener(Qo,this.onMouseMove);const e=t.type===Go?t.touches[0].clientY:t.clientY,n=t.type===Go?t.touches[0].clientX:t.clientX,r=t.type===Go?t.touches[0].pageY:t.pageY;e<this.moveY?this.mouseDirection=ai:e>this.moveY&&(this.mouseDirection=si),this.moveY=e,this.moveX=n;const o=()=>{"string"==typeof this.options.body&&(this.options.body=document.querySelector(this.options.body));let t=this.options.body;this.mirror&&this.moveY<100&&this.mouseDirection===ai?(t.scroll(0,t.scrollTop-1),setTimeout(()=>{o()},100)):this.mirror&&window.innerHeight-this.moveY<100&&this.mouseDirection===si&&(t.scroll(0,t.scrollTop+1),setTimeout(()=>{o()},100))};this.mirror&&this.dragEl&&(this.mirror.style.left=n-document.body.offsetLeft-this.mirror.__offsetX+"px",this.mirror.style.top=e-document.body.offsetTop-this.mirror.__offsetY+"px",this.mirror.style.display="none");let i,a=document.elementsFromPoint(n,e);if(this.mirror&&(this.mirror.style.display="block"),o(),a=a.map(t=>t.closest("[droppable-element]")).filter(t=>t),0===a.length)return;let s=0;i=a[s],this.targets=a;const l=t=>{this.dragEl.closest("[droppable-element]")?.getAttribute("droppable-element");if(t=t.closest("[droppable-element]"),this.dragEl&&this.dragEl.getAttribute("data-drop-only")){const e=t.closest(`[data-type='${this.dragEl.getAttribute("data-drop-only")}']`);e&&(t=e)}const e=t.getAttribute("droppable-element"),n=t.getAttribute("droppable-if"),o=t.getAttribute("droppable-direction")||"top,bottom,left,right",i=this.dragEl.getAttribute("draggable-direction")||"top,bottom";t.getAttribute("droppable-bottom");if("col"===this.dragEl.dataset.type&&"col"!==t.dataset.type){if(!(t=t.closest("[droppable-element='col']")))return;this.dropEl=t}let c=t.getBoundingClientRect();if("section"===e&&"section"!==this.dragEl.dataset.dropOnly){const e=t.querySelector("[data-type='block']:last-child");if(e){const t=e.getBoundingClientRect();return this.direction=si,this.dropEl=e,this.guideLine.style.top=`${r-r+window.pageYOffset+t.top+t.height}px`,this.guideLine.style.left=`${t.left}px`,this.guideLine.style.height=di,this.guideLine.style.width=`${t.width}px`,this.guideLine.style.opacity=1,void document.body.appendChild(this.guideLine)}}if(-1===o.indexOf("bottom")&&-1===o.indexOf("top")||-1===i.indexOf("bottom")&&-1===i.indexOf("top")||(this.guideLine.style.opacity=1,this.guideLine.style.width=`${c.width}px`,this.guideLine.style.height=di),"none"!==o&&-1!==o.indexOf("bottom")&&-1!==i.indexOf("bottom")&&c.bottom>this.moveY&&c.bottom-c.height/2<this.moveY&&(this.direction=si,this.dropEl=t,this.guideLine.style.top=`${r-r+window.pageYOffset+c.top+c.height}px`,this.guideLine.style.left=`${c.left}px`),"none"!==o&&-1!==o.indexOf("top")&&-1!==i.indexOf("top")&&c.top<this.moveY&&c.top+c.height/2>this.moveY&&(this.dropEl=t,this.direction=ai,this.guideLine.style.top=`${r-r+window.pageYOffset+c.top}px`,this.guideLine.style.left=`${c.left}px`),"none"!==o&&o.indexOf("left")>-1&&i.indexOf("left")>-1&&c.top<this.moveY&&c.left<this.moveX&&c.left+c.width/4>this.moveX&&(this.dropEl=t,this.direction=oi,this.guideLine.style.height=c.height+"px",this.guideLine.style.width=di,this.guideLine.style.top=`${r-r+window.pageYOffset+c.top}px`,this.guideLine.style.left=`${c.left}px`),"none"!==o&&o.indexOf("right")>-1&&i.indexOf("right")>-1&&c.top<this.moveY&&c.right-c.width/4<this.moveX&&(this.dropEl=t,this.direction=ii,this.guideLine.style.height=c.height+"px",this.guideLine.style.width=di,this.guideLine.style.top=`${r-r+window.pageYOffset+c.top}px`,this.guideLine.style.left=`${c.left+c.width}px`),n&&"empty"===n){this.guideLine.style.opacity=.5;const e=L.Ay.getComponent(t.dataset.id);if(!e)return console.error("compoent not founded");if(0===e.children.length){this.direction=ai,this.dropEl=t;const e=t.getBoundingClientRect(),n=(100>e.height&&e.height,1320>e.width?e.width:1320);this.guideLine.style.width=n+"px",this.guideLine.style.top=e.top+"px",this.guideLine.style.left=e.left+e.width/2-n/2+"px",document.body.appendChild(this.guideLine)}}if("none"!==o){var d=this.direction;if(this.guideLine.classList.remove(Zo.bottomMode),-1===o.indexOf(d)){if(s<a.length-1)return s++,l(a[s])}else document.body.appendChild(this.guideLine)}};if(l(i),"function"==typeof this.options.onMove){const t=this.options.onMove({item:this.dragEl,to:this.dropEl||i,guideLine:this.guideLine,direction:this.direction,targets:this.targets,dragType:this.dragEl.getAttribute("draggable-element"),dropType:(this.dropEl||i).getAttribute("droppable-element")});if("boolean"==typeof t&&!t)return this.guideLine.remove(),this.isValid=!1,!1;this.dragStarted||(this.dragStarted=!0,"function"==typeof this.options.onStart&&this.options.onStart({item:this.dragEl,dragType:this.dragEl.getAttribute("draggable-element"),dropType:(this.dropEl||i).getAttribute("droppable-element"),direction:this.direction}))}}onMouseUp(){"function"==typeof this.options.finally&&this.options.finally(),this.mouseUp||this.dragEnd(),clearTimeout(this.pressDelay),document.removeEventListener(ti,this.onMouseUp)}dragStart(t){let e;if(this.mouseUp=!1,this.isValid=!0,t.type===ei&&!Ko(t))return;this.can=!0;const r=()=>{let r,o=window.__dragoned_selected_element||t.originalTarget||t.target;if(window.__dragoned_selected_element&&(r=window.__dragoned_selected_element,delete window.__dragoned_selected_element),t.target.for){document.querySelector(`[data-id="${t.target.for}"]`)}const i=t.path?t.path:t.composedPath&&t.composedPath();Array.isArray(i)&&i.length>0&&(o=i[0]);let a=!1;if(o instanceof HTMLElement&&(a=!0),!a)for(var s in o)o.hasOwnProperty(s)&&(a=!0);try{o.parentElement}catch(t){a=!1}if(!a)return;if(this.options.handle&&o&&"function"==typeof o.closest&&(e=o.closest(this.options.handle),!e))return this.guideLine.remove(),!1;document.body.appendChild(this.guideLine);const l=t.type===ri?t.touches[0].clientY:t.clientY,c=t.type===ri?t.touches[0].clientX:t.clientX;let d=t.path?t.path:t.composedPath&&t.composedPath();if(!r){Array.isArray(d)&&0===d.length&&(d=[t.originalTarget||t.target]);for(let t=0;t<d.length;t++){const e=d[t];if(r=pi(e,"[draggable-element]"),r){this.dragEl=r;break}}}return r?(setTimeout(()=>{this.mouseUp||this.mirror||(this.mirror=Jo(r.querySelector("[element-draggable-mirror]")||r.closest("[element-draggable-mirror]")||r.closest("[draggable-element]")||r,c,l),this.dragEl.classList.add(Zo.whileDragging))},250),this.styles=(0,n.A)("style",null,"body{\n cursor: grabbing;\n }\n "),document.body.appendChild(this.styles),this.dragEl=r,document.addEventListener(Qo,this.onMouseMove),document.addEventListener(ti,this.dragEnd),!0):(this.guideLine.remove(),!1)};document.addEventListener(ti,this.onMouseUp),this.pressDelay=setTimeout(()=>{if(!1===this.mouseUp){if(!r())return}},this.options.delay)}bindDrag(){ci.A.connect(ci.q.MOUSE_DOWN,this.dragStart)}destroy(){ci.A.disconnect(ci.q.MOUSE_DOWN,this.dragStart),this.mirror&&this.mirror.remove(),this.guideLine&&this.guideLine.remove()}}var ui=a(4807),fi=a(3474),mi=a(83965),gi=a(67549);const bi=t=>{let{item:e,to:n,direction:r,isNew:o}=t;const i=[],a=O.M.get("components",e.dataset.id),s=O.M.get("components",n.dataset.id),l=s.parent(),c=a.parent();let d=l.children.findIndex(t=>t===s.id);"right"===r&&d++;c.children.findIndex(t=>t===a.id);if("col"!==a.type){const t={type:"col",props:{lg:0,style:{}}},e=L.Ay.createComponent({body:t,parentId:l.id,index:d});i.push(new ui.A({componentId:e.id,parentId:l.id,index:d,body:t}));const o=c.children.findIndex(t=>t===a.id),s=new fi.A({componentId:a.id,oldParentId:c.id,newParentId:e.id,oldIndex:o,newIndex:d});i.push(s),L.Ay.moveComponent(s),"left"===r?n.parentNode.insertBefore(e.element,n):"right"===r&&n.parentNode.insertBefore(e.element,n.nextSibling),e.appendChild(a.element)}else if("col"===a.type){const t=c.children.findIndex(t=>t===a.id),e=new fi.A({componentId:a.id,oldParentId:c.id,newParentId:l.id,oldIndex:t,newIndex:d});i.push(e),L.Ay.moveComponent(e)}(0,mi.i)(c).forEach(t=>i.push(t));{const t=s.closest("block");if(t){(0,gi.s)(t).forEach(t=>i.push(t))}}{const t=c.closest("block");if(t){(0,gi.s)(t).forEach(t=>i.push(t))}}return i};var yi=a(81139);const wi=t=>{let{item:e,to:n,direction:r}=t;const o=[],i=O.M.get("components",e.dataset.id),a=i.parent(),s=a.children.findIndex(t=>t===i.id);O.M.get("components",n.dataset.id);let l=O.M.get("components",n.dataset.id),c=l.parent();if(i.id===l.id)return console.warn("cant move to itself"),null;let d=c.children.findIndex(t=>t===l.id);if("bottom"!==r&&"right"!==r||d++,"bottom"===r||"top"===r){const t={type:"row",props:{},children:[]};"col"!==i.type?t.children.push({type:"col",props:{lg:12},children:[]}):o.push(new yi.A({componentId:i.id,key:"lg",value:12}));c.parent();const e=L.Ay.createComponent({body:t,parentId:c.id,index:d});o.push(new ui.A({componentId:e.id,parentId:c.id,index:d,body:t}));let n=O.M.get("components",e.children[0]);n||(n=e);const r=new fi.A({componentId:i.id,newParentId:n.id,oldParentId:a.id,oldIndex:s,newIndex:0});L.Ay.moveComponent(r),o.push(r)}else if("left"===r||"right"===r){const t={type:"col",props:{lg:0},children:[]};let e=c,n=d;if("col"===c.type&&(L.Ay.updateComponent(c,"lg",0),o.push(new yi.A({componentId:c.id,key:"lg",value:0})),e=c.parent(),n=e.children.findIndex(t=>t===c.id),-1===n))throw new Error("col not found in parent");"right"===r&&n++;const l=L.Ay.createComponent({body:t,parentId:e.id,index:n});o.push(new ui.A({componentId:l.id,parentId:e.id,index:n,body:t}));const p=new fi.A({componentId:i.id,newParentId:l.id,oldParentId:a.id,oldIndex:s,newIndex:0});L.Ay.moveComponent(p),o.push(p)}(0,mi.i)(a).forEach(t=>o.push(t));{const t=a.closest("block");if(t){(0,gi.s)(t).forEach(t=>o.push(t))}}return o};var Ai=a(3832);const xi=t=>{let{item:e,to:n,direction:r}=t;const o=[],i=O.M.get("components",e.dataset.id),a=i.parent(),s=i.closest("block"),l=O.M.get("components",n.dataset.id),c=(l.parent(),l.closest("block")),d=c.closest("section");let p=d.children.findIndex(t=>t===c.id);const h=O.M.get("components",d.children[p]),u={type:"block",props:{style:h?.props?.style||{}},children:[{type:"col",props:{lg:0,style:{}}}]};"bottom"===r&&p++;const f=L.Ay.createComponent({body:u,parentId:d.id,index:p});o.push(new ui.A({componentId:f.id,parentId:d.id,index:p,body:u}));const m=f.children[0],g=a.children.findIndex(t=>t===i.id),b={componentId:i.id,oldParentId:a.id,newParentId:m,oldIndex:g,newIndex:0};o.push(new fi.A(b)),L.Ay.moveComponent(b);if((0,mi.i)(a).forEach(t=>o.push(t)),s){(0,gi.s)(s).forEach(t=>o.push(t))}const y=l.closest("block");if(y){const t=(0,gi.s)(y);(0,Ai.Ay)({steps:t,force:!0,update:!0})}return o};var _i=a(18057);function vi(t,e){t&&(Array.isArray(t.children)?t.children.forEach(t=>{vi(t,e)}):t&&"object"==typeof t&&e(t))}function ki(t,e){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null;if(Array.isArray(t))t.forEach(t=>{ki(t,e,n)});else if(t&&"object"==typeof t){const r="heading"===t.type?"heading":"paragraph"===t.type?"paragraph":n;Array.isArray(t.content)?(e(t,r),t.content.forEach(t=>{ki(t,e,r)})):e(t,r)}else e(t,n)}const Ci=t=>{const e=O.M.get("components").find(t=>"root"===t.type),n=e?.props?.style?.fontFamily,r=e?.props?.defaultColorParagraphs||e?.props?.default_color_paragraphs,o=e?.props?.defaultColorHeadings||e?.props?.default_color_headings,i=e?.props?.primaryColor,a=e?.props?.primaryContrastColor;return Ei(t,{fontFamily:n,primaryColor:i,primaryContrastColor:a,defaultColorParagraphs:r,defaultColorHeadings:o}),t};function Ei(t,e){const{fontFamily:n,primaryColor:r,primaryContrastColor:o,defaultColorParagraphs:i,defaultColorHeadings:a,defaultBackgroundButtons:s,defaultColorButtons:l}=e;if(t?.props?.style){if(n&&(t.props.style.fontFamily=n),"image"===t.type&&("logo"===t.props.alt?.toLowerCase()||"logo"===t.props.as)){const e=O.M.get("config","user","logo");"string"==typeof e&&(t.props.src=e,t.props.style.height="auto")}s&&(t.props.style.background=s),l&&(t.props.style.color=l)}vi(t,t=>{if(r&&"button"===t?.type&&(t.props.style.background="var(--cdtr-primary)"),o&&"button"===t?.type&&(t.props.style.color="var(--cdtr-primary-contrast)"),"divider"===t?.type){const e=O.M.get("components").filter(t=>"divider"===t.type&&t.isInDom());if(e.length>0){const n=e.map(t=>`${t.props.style.borderColor}-${t.props.style.borderTopWidth}`),r=function(t){if(t.length<2)return t[0]||null;const e={};for(let n=0;n<t.length-1;n++){const r=t[n],o=t[n+1];e[r]||(e[r]={}),e[r][o]=(e[r][o]||0)+1}const n=e[t[t.length-1]];if(!n)return t[0];let r=null,o=0;for(const[t,e]of Object.entries(n))e>o&&(o=e,r=t);return r}(n);if(r){const n=e.find(t=>`${t.props.style.borderColor}-${t.props.style.borderTopWidth}`==`${r.split("-")[0]}-${r.split("-")[1]}`);n&&(t.props=n.props)}}}if("button"===t?.type)try{const e=O.M.get("components").find(t=>"button"===t.type&&t.isInDom());e&&(e.props.style.background&&(t.props.style.background=e.props.style.background),e.props.text&&(t.props.text=e.props.text))}catch(t){console.log("error",t)}if("countdown"===t.type){const e=O.M.get("components").find(t=>"countdown"===t.type&&t.isInDom());e&&(t.props=e.props)}if("countdown-v2"===t.type){const e=O.M.get("components").find(t=>"countdown-v2"===t.type&&t.isInDom());e&&(t.props=e.props)}if("social"===t.type){const e=O.M.get("components").find(t=>"social"===t.type&&t.isInDom());e&&(t.props=e.props)}if("spacer"===t.type){const e=O.M.get("components").find(t=>"spacer"===t.type&&t.isInDom());e&&(t.props=e.props)}}),t?.props?.items&&Array.isArray(t.props.items)&&t.props.items.forEach(t=>{t?.props?.style?n&&(t.props.style.fontFamily=n):t?.style&&n&&(t.style.fontFamily=n)}),t?.props?.text?.childNodes?.content&&t?.props?.text?.childNodes?.content&&ki(t?.props?.text?.childNodes?.content,(t,e)=>{t&&Array.isArray(t.marks)&&t.marks.forEach(t=>{if(t&&t.attrs&&"object"==typeof t.attrs&&(t.attrs.fontFamily&&n&&(t.attrs.fontFamily=n),t.attrs.color)){let n=null;"heading"===e?n=a||i:"paragraph"===e&&(n=i),n&&(t.attrs.color=n)}})}),t&&t.children&&Array.isArray(t.children)&&t.children.forEach(t=>{Ei(t,e)})}const Si=t=>{let{template:e,to:n,direction:r}=t;const o=[];O.M.get("components",n.dataset.id);let i=O.M.get("components",n.dataset.id),a=i.parent(),s=a.children.findIndex(t=>t===i.id);if(e.body=Ci(e.body),"bottom"!==r&&"right"!==r||s++,"bottom"===r||"top"===r){const t={type:"row",props:{},children:[{type:"col",props:{lg:12},children:[e.body]}]},n=(a.parent(),L.Ay.createComponent({body:t,parentId:a.id,index:s}));o.push(new ui.A({componentId:n.id,parentId:a.id,index:s,body:t}))}else if("left"===r||"right"===r){const t={type:"col",props:{lg:0},children:[e.body]};let n=a,i=s;if("col"===a.type&&(L.Ay.updateComponent(a,"lg",0),o.push(new yi.A({componentId:a.id,key:"lg",value:0})),n=a.parent(),i=n.children.findIndex(t=>t===a.id),-1===i))throw new Error("col not found in parent");"right"===r&&i++;const l=L.Ay.createComponent({body:t,parentId:n.id,index:i});o.push(new ui.A({componentId:l.id,parentId:n.id,index:i,body:t}))}return o},Mi=t=>{let{template:e,to:n,direction:r}=t;const o=[];let i=O.M.get("components",n.dataset.id),a=i.parent(),s=a.children.findIndex(t=>t===i.id);e.body=Ci(e.body),"right"===r&&s++;const l={type:"col",props:{lg:0,style:{}},children:[e.body]},c=L.Ay.createComponent({body:l,parentId:a.id,index:s});if(o.push(new ui.A({componentId:c.id,parentId:a.id,index:s,body:l})),a&&"block"===a.type){(0,gi.s)(a).forEach(t=>o.push(t))}return o};var Bi=a(15035);const Oi=t=>{let{template:e,to:n,direction:r}=t;const o=[];let i=O.M.get("components",n.dataset.id);if(!i)throw new Error("toItemCompose is not found");if(i&&"section"===i.type){const t=i.children[i.children.length-1];i=O.M.get("components",t)}const a=i.closest("block");let s=i.parent(),l=s.children.findIndex(t=>t===i.id);"bottom"!==r&&"left"!==r||l++,delete a.props.style.boxShadow,e.body=Ci(e.body);const c="block"===e.body.type?e.body:{type:"block",props:{style:a.props.style,classList:[]},children:[{type:"col",props:{lg:0},children:[e.body]}]};c.props.style.width||(c.props.style.width="610px"),"menu"!==c.props.as&&(c.props.style=a.props.style),(t=>{const e=L.Ay.configure;L.Ay.globalCommands.bodyWalk(t.body,t=>{if("form"===t.type&&e&&Array.isArray(e.plugins)){const n=e?.plugins.find(t=>"form"===t.name);n&&n.configure&&Array.isArray(n.configure.defaultFields)&&Array.isArray(n.configure.fields)&&n.configure.defaultFields.forEach(e=>{const r=n.configure.fields.find(t=>t.id===e.id);if(r&&!t.props.items.find(t=>t.id===r.id)){const e=(0,Bi.v)(r);e&&t.props.items.unshift(e)}})}})})({body:c});const d=L.Ay.createComponent({body:c,parentId:s.id,index:l});return o.push(new ui.A({componentId:d.id,parentId:s.id,index:l,body:c})),o},Li=t=>{let{template:e,to:n,direction:r}=t;const o=[];let i=O.M.get("components",n.dataset.id);const a=i.parent().children.findIndex(t=>t===i.id);let s;if(e.components){const t=new Map;e.components.forEach(e=>{const n=e.id||e._id;if(n){const r=`${e.type}-${Math.random().toString(36).substr(2,9)}`;t.set(n,r)}}),e.components.forEach(e=>{const n=e.id||e._id;if(n&&t.has(n)){const r=t.get(n);e.id=r,e._id=r}Array.isArray(e.children)&&(e.children=e.children.map(e=>t.get(e)||e)),Array.isArray(e.elements)&&(e.elements=e.elements.map(e=>t.get(e)||e))}),s=(0,xe.G)(e.components||[]),e.body=s}"section"===e.body.type&&(i=i.closest("root"));let l=a;"bottom"===r&&l++,e.body=Ci(e.body);let c="block"===e.body.type?e.body:{type:"block",props:{style:{padding:"10px",marginTop:"0",marginBottom:"0",marginLeft:"auto",marginRight:"auto",backgroundColor:"transparent",maxWidth:"1320px",justifyContent:"center",width:"610px"},classList:[]}};"section"===e.body.type&&(c=e.body),"block"!==e.body.type&&"section"!==e.body.type&&(c.children=[{type:"col",props:{lg:0},children:[e.body]}]);const d=L.Ay.createComponent({body:c,parentId:i.id,index:l});if(o.push(new ui.A({componentId:d.id,parentId:i.id,index:l,body:c})),"block"===!e.body.type){const t={type:"col",props:{lg:0,style:{}}},n=L.Ay.createComponent({body:t,parentId:d.id,index:0});o.push(new ui.A({componentId:n.id,parentId:d.id,index:0,body:t}));const r=L.Ay.createComponent({body:e.body,parentId:n.id,index:0});o.push(new ui.A({componentId:r.id,parentId:n.id,index:0}))}return o},Ti=t=>{let{item:e,to:n,direction:r}=t;const o=[],i=O.M.get("components",e.dataset.id),a=i.parent(),s=i.closest("block"),l=O.M.get("components",n.dataset.id),c="top"===r?l.children[0]:l.children[l.children.length-1],d=c?O.M.get("components",c):null,p={type:"block",props:{style:d?.props?.style?{...d.props.style}:{padding:"10px",marginTop:"0",marginBottom:"0",marginLeft:"auto",marginRight:"auto",backgroundColor:"transparent",maxWidth:"1320px",justifyContent:"center",width:"610px"},classList:[]},children:[{type:"col",props:{lg:0,style:{}}}]},h="top"===r?0:l.children.length,u=L.Ay.createComponent({body:p,parentId:l.id,index:h});o.push(new ui.A({componentId:u.id,parentId:l.id,index:h,body:p}));const f=u.children[0],m=a.children.findIndex(t=>t===i.id),g={componentId:i.id,oldParentId:a.id,newParentId:f,oldIndex:m,newIndex:0};o.push(new fi.A(g)),L.Ay.moveComponent(g);if((0,mi.i)(a).forEach(t=>o.push(t)),s){const t=(0,gi.s)(s);(0,Ai.Ay)({steps:t,force:!0,update:!0})}return o};class Ii{constructor(){this.delayer=new _i.A}start(){let t,e=[];const r=(0,n.A)("div",{style:{padding:"10px",background:"var(--primary)",borderRadius:"2px",width:"80px",color:"#fff",fontSize:"13px",fontFamily:"Arial",position:"absolute",top:"5px",textAlign:"var(--text-align-locale)"}});new hi({sort:!0,clone:!1,handle:".draggable-element-handle",body:".amazingbar-content-wrapper",onStart:e=>{let{item:r,dragType:o,dropType:i}=e;const a=document.querySelector(".cdtr-text-editor-plugin");a&&(a.style.display="none"),T.A.dispatch("elements:draggable:start",{item:r,dragType:o,dropType:i});const s=L.Ay.getEditor("text-editor");s&&s.destroy({from:"design-factory"}),t=(0,n.A)("style",null,`\n [data-name="add-new-block-v1"]{\n display:none !important;\n }\n .block-component > .sortable > .col-component > .row-of-col {\n max-width:90%; \n margin-right:auto;\n margin-left:auto;\n }\n ${"block"===i?"":"[droppable-element='element']{\n border:1px dashed #4845542e;\n }"}\n [droppable-element='block']{\n border-top:1px dashed #484554a8;\n border-bottom:1px dashed #484554a8;\n }\n ${"block"===i?"":"[droppable-element='col']{\n border-left:1px dashed #484554a8;\n border-right:1px dashed #484554a8;\n }"}\n `),document.body.appendChild(t)},onCancel:()=>{},finally:()=>{const n=document.querySelector(".cdtr-text-editor-plugin");n&&(n.style.display=null),T.A.dispatch("elements:draggable:end",{}),t&&t.remove(),e.forEach(t=>{t.classList.remove("move-left"),t.classList.remove("move-right"),t.classList.remove("move-top"),t.classList.remove("move-bottom"),t.classList.remove("on-moving")}),e=[]},onMove:t=>{let{item:n,to:o,direction:i,targets:a,guideLine:s,dragType:l,dropType:c}=t;o!==this.lastTarget&&(this.delayer.run(()=>{this.lastTarget=o,s.appendChild(r)},100),r.remove());const d=a.find(t=>t.closest("[data-type='col']"));if(n===o&&d&&O.M.get("components",d.dataset.id).children.length<1)return!1;const p=o.getAttribute("droppable-element");if(!p)return!1;const h=O.M.get("components",n.dataset.id);if(o.classList.add("on-moving"),h){const t=h.closest("block");t&&-1===e.indexOf(t.element)&&(t.element.classList.add("on-moving"),e.push(t.element))}e.forEach(t=>{t.classList.remove("move-left"),t.classList.remove("move-right"),t.classList.remove("move-top"),t.classList.remove("move-bottom")}),"element"===p?("left"===i?(r.innerHTML=O.M.get("lang","left-to-element"),r.style.transform="translate(-120%, -50%)",o.classList.add("move-right")):"right"===i?(r.style.transform="translate(20%, -50%)",r.innerHTML=O.M.get("lang","right-to-element"),o.classList.add("move-left")):"top"===i?(r.innerHTML=O.M.get("lang","top-to-element"),o.classList.add("move-bottom")):"bottom"===i&&(o.classList.add("move-top"),r.innerHTML=O.M.get("lang","bottom-to-element")),e.push(o)):"col"===p?"left"===i?r.innerHTML=O.M.get("lang","open-new-cell-from-left"):"right"===i&&(r.innerHTML=O.M.get("lang","open-new-cell-from-right")):"block"===p&&("top"===i?r.innerHTML=O.M.get("lang","open-new-block-from-top"):"bottom"===i&&(r.innerHTML=O.M.get("lang","open-new-block-from-bottom")))},onEnd:t=>{let{item:e,to:n,direction:r,dragType:o,dropType:i,autoDrop:a}=t;if(a||n?.dataset?.id!==e?.dataset?.id)try{if("create:element"===o){e.dataset.group;const t=e.dataset.id,a=O.M.get("components_templates").find(e=>e.id===t);if(!a)throw new Error("cant find the template","#jj-vk545gh");const s=L.Ay.getTemplate(a?.body?.type);if(s&&(s.interactions=[],s.show_on_desktop=!0,s.show_on_mobile=!0,s.show_on_tablet=!0,("button"===a.body.type||"social"===a.body.type||"countdown"===a.body.type)&&(a.body.props=s)),"create:element"===o)if("element"===i)if("left"===r||"right"===r){const t=n.closest(".col-component"),e=Mi({template:a,to:t,direction:r});e&&(0,Ai.Ay)({steps:e,force:!0,update:!0})}else{const t=Si({template:a,to:n,direction:r});t&&((0,Ai.Ay)({steps:t,force:!0,update:!0}),L.Ay.clean().selectComponent(O.M.get("components",e.dataset.id)))}else if("col"!==i||"right"!==r&&"left"!==r){if("col"===i){const t=O.M.get("components",n.dataset.id);if(t){if(t.children[t.children.length-1]){const t=Si({template:a,to:n,direction:r,update:!0});t&&(0,Ai.Ay)({steps:t,force:!0,update:!0})}}}else if("block"===i){const t=Oi({template:a,to:n,direction:r});t&&(0,Ai.Ay)({steps:t,force:!0,update:!0})}else if("section"===i){const t=Li({template:a,to:n,direction:r});t&&(0,Ai.Ay)({steps:t,force:!0,update:!0})}}else{const t=Mi({template:a,to:n,direction:r});t&&(0,Ai.Ay)({steps:t,force:!0,update:!0})}return}if("element"===o&&"block"===i){const t=O.M.get("components",e.dataset.id);if(t.closest("block")===n)return}if("block"===i&&"element"===o){const t=O.M.get("components",e.dataset.id).parent(),r=O.M.get("components",n.dataset.id).closest("block"),o=r.closest("section"),i=t.closest("section");if(r&&1===r.children.length&&o===i&&r===t)return}if("col"!==i||"left"!==r&&"right"!==r){if("col"===i){if(n.dataset.id===e.dataset.id)return;const t=O.M.get("components",n.dataset.id);if(t){const n=t.children[t.children.length-1];if(n){const t=wi({item:e,to:O.M.get("components",n).element,direction:r,update:!0});(0,Ai.Ay)({steps:t,force:!0,update:!0})}}}else if("element"===o&&"element"===i)if("left"===r||"right"===r){const t=n.closest(".col-component"),o=bi({item:e,to:t,direction:r});o&&(0,Ai.Ay)({steps:o,force:!0,update:!0})}else{const t=wi({item:e,to:n,direction:r,update:!0});t&&((0,Ai.Ay)({steps:t,force:!0,update:!0}),L.Ay.clean().selectComponent(O.M.get("components",e.dataset.id)))}else if("element"===o&&"block"===i){const t=xi({item:e,to:n,direction:r});t&&(0,Ai.Ay)({steps:t,force:!0,update:!0})}else if("element"===o&&"section"===i){const t=Ti({item:e,to:n,direction:r});(0,Ai.Ay)({steps:t,force:!0,update:!0})}}else{const t=bi({item:e,to:n,direction:r});t&&(0,Ai.Ay)({steps:t,force:!0,update:!0})}}catch(t){L.Ay.commands.goToError(),L.Ay.commands.logError({msg:t.message,error_code:"#c4111",info:{data:t.stack},s:"E"}),console.error(t)}}});const o=new Vo("[cdtr-resizable='true']",{container:document.querySelector(".amazingbar-content-wrapper"),minWidth:30,onResize(t,e){let{width:n,height:r}=e;const o=t.closest("[data-type]");if(!o)return void console.warn("element must have data-type to use resizeable functionality");n=parseInt(n);const i=O.M.get("components",o.dataset.id);if(i&&"function"==typeof i.resize)i.resize({width:n,height:r});else if(i){const e=i.type;if("card"!==e){const e=t.closest(".card-component")||t.closest(".col-component"),r=e?e.offsetWidth:9999999;r<n&&(n=r)}if("card"===e){const e=t.closest(".block-component"),r=e?e.offsetWidth:9999999;r<n&&(n=r)}switch(e){case"button":L.Ay.store().execCommand2({transactions:[{type:"button",key:"style",value:{width:n+"px",minWidth:"10px"}}]});break;case"countdown":L.Ay.store().execCommand2({transactions:[{type:"countdown",key:"style",value:{width:n+"px",minWidth:"80px"}}]});break;case"text":L.Ay.store().execCommand2({transactions:[{type:"text",key:"style",value:{width:n+"px"}}]});break;case"card":L.Ay.store().execCommand2({transactions:[{type:"card",key:"style",value:{width:n+"px"}}]});break;case"video":L.Ay.store().execCommand("style",{width:n+"px",height:n/1.4+"px"});break;case"image":case"giphy":case"qr":n&&L.Ay.store().execCommand("style",{width:n+"px",height:"auto"});break;case"svg":n&&L.Ay.store().execCommand("width",n+"px");break;default:console.warn("no type found for resizable")}}else{if("inline-image"===t.getAttribute("data-type")){const t=L.Ay.getSelectedComponent(),e=t?.[0];return void(e&&e.tiptap.chain().updateImage({width:n+"px"}))}}}});L.Ay.addEditor({type:"global",name:"draggable-window-editor",editor:new Wo(".drop-modal-draggable")}),L.Ay.addEditor({type:"images",name:"resizable",editor:o}),T.A.subscribe("onScroll",()=>{o&&"function"==typeof o.rePosition&&o.rePosition()}),L.Ay.on("update",()=>{o&&"function"==typeof o.rePosition&&o.rePosition()}),T.A.subscribe("resize-page",()=>{o.stopResize({})})}}class Ni extends S.WF{constructor(){super(),this.errors={},this.indicators=[],this.lang=O.M.get("config","language"),this.scrollHandler=this.updatePositions.bind(this),this.resizeHandler=this.updatePositions.bind(this)}connectedCallback(){super.connectedCallback(),L.Ay.on("detectErrors",t=>{this.errors=t,this.updateIndicators()}),L.Ay.on("change",()=>{this.updateIndicators()}),window.addEventListener("scroll",this.scrollHandler,!0),window.addEventListener("resize",this.resizeHandler),this.updateIndicators()}disconnectedCallback(){super.disconnectedCallback(),window.removeEventListener("scroll",this.scrollHandler,!0),window.removeEventListener("resize",this.resizeHandler)}updateIndicators(){this.indicators=[],this.errors.buttons&&this.errors.buttons.forEach(t=>{t.element&&this.indicators.push({id:`button-${t.id}`,element:t.element,type:"button",error:t,message:this.getButtonErrorMessage()})}),this.errors.images&&this.errors.images.forEach(t=>{t.element&&this.indicators.push({id:`image-${t.id}`,element:t.element,type:"image",error:t,message:this.getImageErrorMessage()})}),this.errors.links&&this.errors.links.forEach(t=>{t.element&&this.indicators.push({id:`link-${t.id}`,element:t.element,type:"link",error:t,message:this.getLinkErrorMessage()})}),this.errors.social&&this.errors.social.forEach(t=>{t.compose&&t.compose.element&&this.indicators.push({id:`social-${t.compose.id}-${t.itemIndex}`,element:t.compose.element,type:"social",error:t,message:this.getSocialErrorMessage()})}),this.errors.socialLinks&&this.errors.socialLinks.forEach(t=>{t.compose&&t.compose.element&&this.indicators.push({id:`social-link-${t.compose.id}-${t.itemIndex}`,element:t.compose.element,type:"socialLink",error:t,message:this.getSocialLinkErrorMessage()})}),this.requestUpdate(),this.updatePositions()}updatePositions(){this.updateComplete.then(()=>{this.indicators.forEach(t=>{const e=t.element.getBoundingClientRect(),n=this.shadowRoot.querySelector(`[data-indicator-id="${t.id}"]`);n&&(n.style.left=e.right-8+"px",n.style.top=e.top-8+"px")})})}getButtonErrorMessage(){const t={en:{title:"Button Missing Link",content:"This button doesn't have a link attached. Click to add a link in the properties panel.",action:"Add Link"},he:{title:"כפתור חסר קישור",content:"לכפתור הזה אין קישור. לחץ כדי להוסיף קישור בלוח המאפיינים.",action:"הוסף קישור"}};return t[this.lang]||t.en}getImageErrorMessage(){const t={en:{title:"Placeholder Image",content:"This image is still using a placeholder. Click to replace it with an actual image.",action:"Replace Image"},he:{title:"תמונת ברירת מחדל",content:"התמונה הזו עדיין משתמשת בתמונת ברירת מחדל. לחץ כדי להחליף אותה בתמונה אמיתית.",action:"החלף תמונה"}};return t[this.lang]||t.en}getLinkErrorMessage(){const t={en:{title:"Invalid Link",content:"This link is invalid or broken. Click to fix the URL in the properties panel.",action:"Fix Link"},he:{title:"קישור לא תקין",content:"הקישור הזה לא תקין או שבור. לחץ כדי לתקן את הכתובת בלוח המאפיינים.",action:"תקן קישור"}};return t[this.lang]||t.en}getSocialErrorMessage(){const t={en:{title:"Social Icon Missing Link",content:"This social icon doesn't have a link attached. Click to add a link in the properties panel.",action:"Add Link"},he:{title:"אייקון חברתי חסר קישור",content:"לאייקון החברתי הזה אין קישור. לחץ כדי להוסיף קישור בלוח המאפיינים.",action:"הוסף קישור"}};return t[this.lang]||t.en}getSocialLinkErrorMessage(){const t={en:{title:"Invalid Social Link",content:"This social icon has an invalid or broken link. Click to fix the URL in the properties panel.",action:"Fix Link"},he:{title:"קישור חברתי לא תקין",content:"לאייקון החברתי הזה יש קישור לא תקין או שבור. לחץ כדי לתקן את הכתובת בלוח המאפיינים.",action:"תקן קישור"}};return t[this.lang]||t.en}handleIndicatorClick(t){this.closeAllPopovers();const e=this.shadowRoot.querySelector(`[data-popover-id="${t.id}"]`);e&&e.classList.add("show")}handleActionClick(t){let e;e=(t.type="social")?t.error.compose:t.error,L.Ay.clean().selectComponent(e),setTimeout(()=>{"button"===t.type?L.Ay.dispatch("editor-tabs",{name:"link"}):"image"===t.type?L.Ay.dispatch("editor-tabs",{name:"image"}):("link"===t.type||"social"===t.type)&&L.Ay.dispatch("editor-tabs",{name:"link"})},500),this.closeAllPopovers()}closeAllPopovers(){this.shadowRoot.querySelectorAll(".popover").forEach(t=>{t.classList.remove("show")})}handleCloseClick(t){t.stopPropagation(),this.closeAllPopovers()}render(){return S.qy`
3244
+ </style>`}}ve.properties={width:{type:Number,reflect:!0}},customElements.define("cdtr-container-style",ve);var ke="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t};const Ce="object"===("undefined"==typeof window?"undefined":ke(window))&&"object"===("undefined"==typeof document?"undefined":ke(document))&&9===document.nodeType;function Ee(t){return Ee="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},Ee(t)}function Se(t){var e=function(t,e){if("object"!=Ee(t)||!t)return t;var n=t[Symbol.toPrimitive];if(void 0!==n){var r=n.call(t,e||"default");if("object"!=Ee(r))return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===e?String:Number)(t)}(t,"string");return"symbol"==Ee(e)?e:e+""}function Me(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,Se(r.key),r)}}function Be(t,e,n){return e&&Me(t.prototype,e),n&&Me(t,n),Object.defineProperty(t,"prototype",{writable:!1}),t}function Oe(t,e){return Oe=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(t,e){return t.__proto__=e,t},Oe(t,e)}function Le(t,e){t.prototype=Object.create(e.prototype),t.prototype.constructor=t,Oe(t,e)}function Te(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}var Ie={}.constructor;function Ne(t){if(null==t||"object"!=typeof t)return t;if(Array.isArray(t))return t.map(Ne);if(t.constructor!==Ie)return t;var e={};for(var n in t)e[n]=Ne(t[n]);return e}function Re(t,e,n){void 0===t&&(t="unnamed");var r=n.jss,o=Ne(e),i=r.plugins.onCreateRule(t,o,n);return i||(t[0],null)}var De=function(t,e){for(var n="",r=0;r<t.length&&"!important"!==t[r];r++)n&&(n+=e),n+=t[r];return n},Pe=function(t){if(!Array.isArray(t))return t;var e="";if(Array.isArray(t[0]))for(var n=0;n<t.length&&"!important"!==t[n];n++)e&&(e+=", "),e+=De(t[n]," ");else e=De(t,", ");return"!important"===t[t.length-1]&&(e+=" !important"),e};function ze(t){return t&&!1===t.format?{linebreak:"",space:""}:{linebreak:"\n",space:" "}}function He(t,e){for(var n="",r=0;r<e;r++)n+=" ";return n+t}function $e(t,e,n){void 0===n&&(n={});var r="";if(!e)return r;var o=n.indent,i=void 0===o?0:o,a=e.fallbacks;!1===n.format&&(i=-1/0);var s=ze(n),l=s.linebreak,c=s.space;if(t&&i++,a)if(Array.isArray(a))for(var d=0;d<a.length;d++){var p=a[d];for(var h in p){var u=p[h];null!=u&&(r&&(r+=l),r+=He(h+":"+c+Pe(u)+";",i))}}else for(var f in a){var m=a[f];null!=m&&(r&&(r+=l),r+=He(f+":"+c+Pe(m)+";",i))}for(var g in e){var b=e[g];null!=b&&"fallbacks"!==g&&(r&&(r+=l),r+=He(g+":"+c+Pe(b)+";",i))}return(r||n.allowEmpty)&&t?(r&&(r=""+l+r+l),He(""+t+c+"{"+r,--i)+He("}",i)):r}var je=/([[\].#*$><+~=|^:(),"'`\s])/g,Fe="undefined"!=typeof CSS&&CSS.escape,Ue=function(t){return Fe?Fe(t):t.replace(je,"\\$1")},Ve=function(){function t(t,e,n){this.type="style",this.isProcessed=!1;var r=n.sheet,o=n.Renderer;this.key=t,this.options=n,this.style=e,r?this.renderer=r.renderer:o&&(this.renderer=new o)}return t.prototype.prop=function(t,e,n){if(void 0===e)return this.style[t];var r=!!n&&n.force;if(!r&&this.style[t]===e)return this;var o=e;n&&!1===n.process||(o=this.options.jss.plugins.onChangeValue(e,t,this));var i=null==o||!1===o,a=t in this.style;if(i&&!a&&!r)return this;var s=i&&a;if(s?delete this.style[t]:this.style[t]=o,this.renderable&&this.renderer)return s?this.renderer.removeProperty(this.renderable,t):this.renderer.setProperty(this.renderable,t,o),this;var l=this.options.sheet;return l&&l.attached,this},t}(),qe=function(t){function e(e,n,r){var o;o=t.call(this,e,n,r)||this;var i=r.selector,a=r.scoped,s=r.sheet,l=r.generateId;return i?o.selectorText=i:!1!==a&&(o.id=l(Te(Te(o)),s),o.selectorText="."+Ue(o.id)),o}Le(e,t);var n=e.prototype;return n.applyTo=function(t){var e=this.renderer;if(e){var n=this.toJSON();for(var r in n)e.setProperty(t,r,n[r])}return this},n.toJSON=function(){var t={};for(var e in this.style){var n=this.style[e];"object"!=typeof n?t[e]=n:Array.isArray(n)&&(t[e]=Pe(n))}return t},n.toString=function(t){var e=this.options.sheet,n=!!e&&e.options.link?(0,b.A)({},t,{allowEmpty:!0}):t;return $e(this.selectorText,this.style,n)},Be(e,[{key:"selector",set:function(t){if(t!==this.selectorText){this.selectorText=t;var e=this.renderer,n=this.renderable;if(n&&e)e.setSelector(n,t)||e.replaceRule(n,this)}},get:function(){return this.selectorText}}]),e}(Ve),We={onCreateRule:function(t,e,n){return"@"===t[0]||n.parent&&"keyframes"===n.parent.type?null:new qe(t,e,n)}},Ye={indent:1,children:!0},Xe=/@([\w-]+)/,Ze=function(){function t(t,e,n){this.type="conditional",this.isProcessed=!1,this.key=t;var r=t.match(Xe);for(var o in this.at=r?r[1]:"unknown",this.query=n.name||"@"+this.at,this.options=n,this.rules=new An((0,b.A)({},n,{parent:this})),e)this.rules.add(o,e[o]);this.rules.process()}var e=t.prototype;return e.getRule=function(t){return this.rules.get(t)},e.indexOf=function(t){return this.rules.indexOf(t)},e.addRule=function(t,e,n){var r=this.rules.add(t,e,n);return r?(this.options.jss.plugins.onProcessRule(r),r):null},e.replaceRule=function(t,e,n){var r=this.rules.replace(t,e,n);return r&&this.options.jss.plugins.onProcessRule(r),r},e.toString=function(t){void 0===t&&(t=Ye);var e=ze(t).linebreak;if(null==t.indent&&(t.indent=Ye.indent),null==t.children&&(t.children=Ye.children),!1===t.children)return this.query+" {}";var n=this.rules.toString(t);return n?this.query+" {"+e+n+e+"}":""},t}(),Ke=/@container|@media|@supports\s+/,Je={onCreateRule:function(t,e,n){return Ke.test(t)?new Ze(t,e,n):null}},Ge={indent:1,children:!0},Qe=/@keyframes\s+([\w-]+)/,tn=function(){function t(t,e,n){this.type="keyframes",this.at="@keyframes",this.isProcessed=!1;var r=t.match(Qe);r&&r[1]?this.name=r[1]:this.name="noname",this.key=this.type+"-"+this.name,this.options=n;var o=n.scoped,i=n.sheet,a=n.generateId;for(var s in this.id=!1===o?this.name:Ue(a(this,i)),this.rules=new An((0,b.A)({},n,{parent:this})),e)this.rules.add(s,e[s],(0,b.A)({},n,{parent:this}));this.rules.process()}return t.prototype.toString=function(t){void 0===t&&(t=Ge);var e=ze(t).linebreak;if(null==t.indent&&(t.indent=Ge.indent),null==t.children&&(t.children=Ge.children),!1===t.children)return this.at+" "+this.id+" {}";var n=this.rules.toString(t);return n&&(n=""+e+n+e),this.at+" "+this.id+" {"+n+"}"},t}(),en=/@keyframes\s+/,nn=/\$([\w-]+)/g,rn=function(t,e){return"string"==typeof t?t.replace(nn,function(t,n){return n in e?e[n]:t}):t},on=function(t,e,n){var r=t[e],o=rn(r,n);o!==r&&(t[e]=o)},an={onCreateRule:function(t,e,n){return"string"==typeof t&&en.test(t)?new tn(t,e,n):null},onProcessStyle:function(t,e,n){return"style"===e.type&&n?("animation-name"in t&&on(t,"animation-name",n.keyframes),"animation"in t&&on(t,"animation",n.keyframes),t):t},onChangeValue:function(t,e,n){var r=n.options.sheet;if(!r)return t;switch(e){case"animation":case"animation-name":return rn(t,r.keyframes);default:return t}}},sn=function(t){function e(){return t.apply(this,arguments)||this}return Le(e,t),e.prototype.toString=function(t){var e=this.options.sheet,n=!!e&&e.options.link?(0,b.A)({},t,{allowEmpty:!0}):t;return $e(this.key,this.style,n)},e}(Ve),ln={onCreateRule:function(t,e,n){return n.parent&&"keyframes"===n.parent.type?new sn(t,e,n):null}},cn=function(){function t(t,e,n){this.type="font-face",this.at="@font-face",this.isProcessed=!1,this.key=t,this.style=e,this.options=n}return t.prototype.toString=function(t){var e=ze(t).linebreak;if(Array.isArray(this.style)){for(var n="",r=0;r<this.style.length;r++)n+=$e(this.at,this.style[r]),this.style[r+1]&&(n+=e);return n}return $e(this.at,this.style,t)},t}(),dn=/@font-face/,pn={onCreateRule:function(t,e,n){return dn.test(t)?new cn(t,e,n):null}},hn=function(){function t(t,e,n){this.type="viewport",this.at="@viewport",this.isProcessed=!1,this.key=t,this.style=e,this.options=n}return t.prototype.toString=function(t){return $e(this.key,this.style,t)},t}(),un={onCreateRule:function(t,e,n){return"@viewport"===t||"@-ms-viewport"===t?new hn(t,e,n):null}},fn=function(){function t(t,e,n){this.type="simple",this.isProcessed=!1,this.key=t,this.value=e,this.options=n}return t.prototype.toString=function(t){if(Array.isArray(this.value)){for(var e="",n=0;n<this.value.length;n++)e+=this.key+" "+this.value[n]+";",this.value[n+1]&&(e+="\n");return e}return this.key+" "+this.value+";"},t}(),mn={"@charset":!0,"@import":!0,"@namespace":!0},gn={onCreateRule:function(t,e,n){return t in mn?new fn(t,e,n):null}},bn=[We,Je,an,ln,pn,un,gn],yn={process:!0},wn={force:!0,process:!0},An=function(){function t(t){this.map={},this.raw={},this.index=[],this.counter=0,this.options=t,this.classes=t.classes,this.keyframes=t.keyframes}var e=t.prototype;return e.add=function(t,e,n){var r=this.options,o=r.parent,i=r.sheet,a=r.jss,s=r.Renderer,l=r.generateId,c=r.scoped,d=(0,b.A)({classes:this.classes,parent:o,sheet:i,jss:a,Renderer:s,generateId:l,scoped:c,name:t,keyframes:this.keyframes,selector:void 0},n),p=t;t in this.raw&&(p=t+"-d"+this.counter++),this.raw[p]=e,p in this.classes&&(d.selector="."+Ue(this.classes[p]));var h=Re(p,e,d);if(!h)return null;this.register(h);var u=void 0===d.index?this.index.length:d.index;return this.index.splice(u,0,h),h},e.replace=function(t,e,n){var r=this.get(t),o=this.index.indexOf(r);r&&this.remove(r);var i=n;return-1!==o&&(i=(0,b.A)({},n,{index:o})),this.add(t,e,i)},e.get=function(t){return this.map[t]},e.remove=function(t){this.unregister(t),delete this.raw[t.key],this.index.splice(this.index.indexOf(t),1)},e.indexOf=function(t){return this.index.indexOf(t)},e.process=function(){var t=this.options.jss.plugins;this.index.slice(0).forEach(t.onProcessRule,t)},e.register=function(t){this.map[t.key]=t,t instanceof qe?(this.map[t.selector]=t,t.id&&(this.classes[t.key]=t.id)):t instanceof tn&&this.keyframes&&(this.keyframes[t.name]=t.id)},e.unregister=function(t){delete this.map[t.key],t instanceof qe?(delete this.map[t.selector],delete this.classes[t.key]):t instanceof tn&&delete this.keyframes[t.name]},e.update=function(){var t,e,n;if("string"==typeof(arguments.length<=0?void 0:arguments[0])?(t=arguments.length<=0?void 0:arguments[0],e=arguments.length<=1?void 0:arguments[1],n=arguments.length<=2?void 0:arguments[2]):(e=arguments.length<=0?void 0:arguments[0],n=arguments.length<=1?void 0:arguments[1],t=null),t)this.updateOne(this.get(t),e,n);else for(var r=0;r<this.index.length;r++)this.updateOne(this.index[r],e,n)},e.updateOne=function(e,n,r){void 0===r&&(r=yn);var o=this.options,i=o.jss.plugins,a=o.sheet;if(e.rules instanceof t)e.rules.update(n,r);else{var s=e.style;if(i.onUpdate(n,e,a,r),r.process&&s&&s!==e.style){for(var l in i.onProcessStyle(e.style,e,a),e.style){var c=e.style[l];c!==s[l]&&e.prop(l,c,wn)}for(var d in s){var p=e.style[d],h=s[d];null==p&&p!==h&&e.prop(d,null,wn)}}}},e.toString=function(t){for(var e="",n=this.options.sheet,r=!!n&&n.options.link,o=ze(t).linebreak,i=0;i<this.index.length;i++){var a=this.index[i].toString(t);(a||r)&&(e&&(e+=o),e+=a)}return e},t}(),xn=function(){function t(t,e){for(var n in this.attached=!1,this.deployed=!1,this.classes={},this.keyframes={},this.options=(0,b.A)({},e,{sheet:this,parent:this,classes:this.classes,keyframes:this.keyframes}),e.Renderer&&(this.renderer=new e.Renderer(this)),this.rules=new An(this.options),t)this.rules.add(n,t[n]);this.rules.process()}var e=t.prototype;return e.attach=function(){return this.attached||(this.renderer&&this.renderer.attach(),this.attached=!0,this.deployed||this.deploy()),this},e.detach=function(){return this.attached?(this.renderer&&this.renderer.detach(),this.attached=!1,this):this},e.addRule=function(t,e,n){var r=this.queue;this.attached&&!r&&(this.queue=[]);var o=this.rules.add(t,e,n);return o?(this.options.jss.plugins.onProcessRule(o),this.attached?this.deployed?(r?r.push(o):(this.insertRule(o),this.queue&&(this.queue.forEach(this.insertRule,this),this.queue=void 0)),o):o:(this.deployed=!1,o)):null},e.replaceRule=function(t,e,n){var r=this.rules.get(t);if(!r)return this.addRule(t,e,n);var o=this.rules.replace(t,e,n);return o&&this.options.jss.plugins.onProcessRule(o),this.attached?this.deployed?(this.renderer&&(o?r.renderable&&this.renderer.replaceRule(r.renderable,o):this.renderer.deleteRule(r)),o):o:(this.deployed=!1,o)},e.insertRule=function(t){this.renderer&&this.renderer.insertRule(t)},e.addRules=function(t,e){var n=[];for(var r in t){var o=this.addRule(r,t[r],e);o&&n.push(o)}return n},e.getRule=function(t){return this.rules.get(t)},e.deleteRule=function(t){var e="object"==typeof t?t:this.rules.get(t);return!(!e||this.attached&&!e.renderable)&&(this.rules.remove(e),!(this.attached&&e.renderable&&this.renderer)||this.renderer.deleteRule(e.renderable))},e.indexOf=function(t){return this.rules.indexOf(t)},e.deploy=function(){return this.renderer&&this.renderer.deploy(),this.deployed=!0,this},e.update=function(){var t;return(t=this.rules).update.apply(t,arguments),this},e.updateOne=function(t,e,n){return this.rules.updateOne(t,e,n),this},e.toString=function(t){return this.rules.toString(t)},t}(),_n=function(){function t(){this.plugins={internal:[],external:[]},this.registry={}}var e=t.prototype;return e.onCreateRule=function(t,e,n){for(var r=0;r<this.registry.onCreateRule.length;r++){var o=this.registry.onCreateRule[r](t,e,n);if(o)return o}return null},e.onProcessRule=function(t){if(!t.isProcessed){for(var e=t.options.sheet,n=0;n<this.registry.onProcessRule.length;n++)this.registry.onProcessRule[n](t,e);t.style&&this.onProcessStyle(t.style,t,e),t.isProcessed=!0}},e.onProcessStyle=function(t,e,n){for(var r=0;r<this.registry.onProcessStyle.length;r++)e.style=this.registry.onProcessStyle[r](e.style,e,n)},e.onProcessSheet=function(t){for(var e=0;e<this.registry.onProcessSheet.length;e++)this.registry.onProcessSheet[e](t)},e.onUpdate=function(t,e,n,r){for(var o=0;o<this.registry.onUpdate.length;o++)this.registry.onUpdate[o](t,e,n,r)},e.onChangeValue=function(t,e,n){for(var r=t,o=0;o<this.registry.onChangeValue.length;o++)r=this.registry.onChangeValue[o](r,e,n);return r},e.use=function(t,e){void 0===e&&(e={queue:"external"});var n=this.plugins[e.queue];-1===n.indexOf(t)&&(n.push(t),this.registry=[].concat(this.plugins.external,this.plugins.internal).reduce(function(t,e){for(var n in e)n in t&&t[n].push(e[n]);return t},{onCreateRule:[],onProcessRule:[],onProcessStyle:[],onProcessSheet:[],onChangeValue:[],onUpdate:[]}))},t}(),vn=function(){function t(){this.registry=[]}var e=t.prototype;return e.add=function(t){var e=this.registry,n=t.options.index;if(-1===e.indexOf(t))if(0===e.length||n>=this.index)e.push(t);else for(var r=0;r<e.length;r++)if(e[r].options.index>n)return void e.splice(r,0,t)},e.reset=function(){this.registry=[]},e.remove=function(t){var e=this.registry.indexOf(t);this.registry.splice(e,1)},e.toString=function(t){for(var e=void 0===t?{}:t,n=e.attached,r=function(t,e){if(null==t)return{};var n={};for(var r in t)if({}.hasOwnProperty.call(t,r)){if(-1!==e.indexOf(r))continue;n[r]=t[r]}return n}(e,["attached"]),o=ze(r).linebreak,i="",a=0;a<this.registry.length;a++){var s=this.registry[a];null!=n&&s.attached!==n||(i&&(i+=o),i+=s.toString(r))}return i},Be(t,[{key:"index",get:function(){return 0===this.registry.length?0:this.registry[this.registry.length-1].options.index}}]),t}(),kn=new vn,Cn="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window&&window.Math===Math?window:"undefined"!=typeof self&&self.Math===Math?self:Function("return this")(),En="2f1acc6c3a606b082e5eef5e54414ffb";null==Cn[En]&&(Cn[En]=0);var Sn=Cn[En]++,Mn=function(t){void 0===t&&(t={});var e=0;return function(n,r){e+=1;var o="",i="";return r&&(r.options.classNamePrefix&&(i=r.options.classNamePrefix),null!=r.options.jss.id&&(o=String(r.options.jss.id))),t.minify?""+(i||"c")+Sn+o+e:i+n.key+"-"+Sn+(o?"-"+o:"")+"-"+e}},Bn=function(t){var e;return function(){return e||(e=t()),e}},On=function(t,e){try{return t.attributeStyleMap?t.attributeStyleMap.get(e):t.style.getPropertyValue(e)}catch(t){return""}},Ln=function(t,e,n){try{var r=n;if(Array.isArray(n)&&(r=Pe(n)),t.attributeStyleMap)t.attributeStyleMap.set(e,r);else{var o=r?r.indexOf("!important"):-1,i=o>-1?r.substr(0,o-1):r;t.style.setProperty(e,i,o>-1?"important":"")}}catch(t){return!1}return!0},Tn=function(t,e){try{t.attributeStyleMap?t.attributeStyleMap.delete(e):t.style.removeProperty(e)}catch(t){}},In=function(t,e){return t.selectorText=e,t.selectorText===e},Nn=Bn(function(){return document.querySelector("head")});function Rn(t){var e=kn.registry;if(e.length>0){var n=function(t,e){for(var n=0;n<t.length;n++){var r=t[n];if(r.attached&&r.options.index>e.index&&r.options.insertionPoint===e.insertionPoint)return r}return null}(e,t);if(n&&n.renderer)return{parent:n.renderer.element.parentNode,node:n.renderer.element};if(n=function(t,e){for(var n=t.length-1;n>=0;n--){var r=t[n];if(r.attached&&r.options.insertionPoint===e.insertionPoint)return r}return null}(e,t),n&&n.renderer)return{parent:n.renderer.element.parentNode,node:n.renderer.element.nextSibling}}var r=t.insertionPoint;if(r&&"string"==typeof r){var o=function(t){for(var e=Nn(),n=0;n<e.childNodes.length;n++){var r=e.childNodes[n];if(8===r.nodeType&&r.nodeValue.trim()===t)return r}return null}(r);if(o)return{parent:o.parentNode,node:o.nextSibling}}return!1}var Dn=Bn(function(){var t=document.querySelector('meta[property="csp-nonce"]');return t?t.getAttribute("content"):null}),Pn=function(t,e,n){try{"insertRule"in t?t.insertRule(e,n):"appendRule"in t&&t.appendRule(e)}catch(t){return!1}return t.cssRules[n]},zn=function(t,e){var n=t.cssRules.length;return void 0===e||e>n?n:e},Hn=function(){function t(t){this.getPropertyValue=On,this.setProperty=Ln,this.removeProperty=Tn,this.setSelector=In,this.hasInsertedRules=!1,this.cssRules=[],t&&kn.add(t),this.sheet=t;var e=this.sheet?this.sheet.options:{},n=e.media,r=e.meta,o=e.element;this.element=o||function(){var t=document.createElement("style");return t.textContent="\n",t}(),this.element.setAttribute("data-jss",""),n&&this.element.setAttribute("media",n),r&&this.element.setAttribute("data-meta",r);var i=Dn();i&&this.element.setAttribute("nonce",i)}var e=t.prototype;return e.attach=function(){if(!this.element.parentNode&&this.sheet){!function(t,e){var n=e.insertionPoint,r=Rn(e);if(!1!==r&&r.parent)r.parent.insertBefore(t,r.node);else if(n&&"number"==typeof n.nodeType){var o=n,i=o.parentNode;i&&i.insertBefore(t,o.nextSibling)}else Nn().appendChild(t)}(this.element,this.sheet.options);var t=Boolean(this.sheet&&this.sheet.deployed);this.hasInsertedRules&&t&&(this.hasInsertedRules=!1,this.deploy())}},e.detach=function(){if(this.sheet){var t=this.element.parentNode;t&&t.removeChild(this.element),this.sheet.options.link&&(this.cssRules=[],this.element.textContent="\n")}},e.deploy=function(){var t=this.sheet;t&&(t.options.link?this.insertRules(t.rules):this.element.textContent="\n"+t.toString()+"\n")},e.insertRules=function(t,e){for(var n=0;n<t.index.length;n++)this.insertRule(t.index[n],n,e)},e.insertRule=function(t,e,n){if(void 0===n&&(n=this.element.sheet),t.rules){var r=t,o=n;if("conditional"===t.type||"keyframes"===t.type){var i=zn(n,e);if(!1===(o=Pn(n,r.toString({children:!1}),i)))return!1;this.refCssRule(t,i,o)}return this.insertRules(r.rules,o),o}var a=t.toString();if(!a)return!1;var s=zn(n,e),l=Pn(n,a,s);return!1!==l&&(this.hasInsertedRules=!0,this.refCssRule(t,s,l),l)},e.refCssRule=function(t,e,n){t.renderable=n,t.options.parent instanceof xn&&this.cssRules.splice(e,0,n)},e.deleteRule=function(t){var e=this.element.sheet,n=this.indexOf(t);return-1!==n&&(e.deleteRule(n),this.cssRules.splice(n,1),!0)},e.indexOf=function(t){return this.cssRules.indexOf(t)},e.replaceRule=function(t,e){var n=this.indexOf(t);return-1!==n&&(this.element.sheet.deleteRule(n),this.cssRules.splice(n,1),this.insertRule(e,n))},e.getRules=function(){return this.element.sheet.cssRules},t}(),$n=0,jn=function(){function t(t){this.id=$n++,this.version="10.10.0",this.plugins=new _n,this.options={id:{minify:!1},createGenerateId:Mn,Renderer:Ce?Hn:null,plugins:[]},this.generateId=Mn({minify:!1});for(var e=0;e<bn.length;e++)this.plugins.use(bn[e],{queue:"internal"});this.setup(t)}var e=t.prototype;return e.setup=function(t){return void 0===t&&(t={}),t.createGenerateId&&(this.options.createGenerateId=t.createGenerateId),t.id&&(this.options.id=(0,b.A)({},this.options.id,t.id)),(t.createGenerateId||t.id)&&(this.generateId=this.options.createGenerateId(this.options.id)),null!=t.insertionPoint&&(this.options.insertionPoint=t.insertionPoint),"Renderer"in t&&(this.options.Renderer=t.Renderer),t.plugins&&this.use.apply(this,t.plugins),this},e.createStyleSheet=function(t,e){void 0===e&&(e={});var n=e.index;"number"!=typeof n&&(n=0===kn.index?0:kn.index+1);var r=new xn(t,(0,b.A)({},e,{jss:this,generateId:e.generateId||this.generateId,insertionPoint:this.options.insertionPoint,Renderer:this.options.Renderer,index:n}));return this.plugins.onProcessSheet(r),r},e.removeStyleSheet=function(t){return t.detach(),kn.remove(t),this},e.createRule=function(t,e,n){if(void 0===e&&(e={}),void 0===n&&(n={}),"object"==typeof t)return this.createRule(void 0,t,e);var r=(0,b.A)({},n,{name:t,jss:this,Renderer:this.options.Renderer});r.generateId||(r.generateId=this.generateId),r.classes||(r.classes={}),r.keyframes||(r.keyframes={});var o=Re(t,e,r);return o&&this.plugins.onProcessRule(o),o},e.use=function(){for(var t=this,e=arguments.length,n=new Array(e),r=0;r<e;r++)n[r]=arguments[r];return n.forEach(function(e){t.plugins.use(e)}),this},t}(),Fn="object"==typeof CSS&&null!=CSS&&"number"in CSS;var Un=function(t){return new jn(t)}();const Vn=Un;var qn=Date.now(),Wn="fnValues"+qn,Yn="fnStyle"+ ++qn;const Xn=function(){return{onCreateRule:function(t,e,n){if("function"!=typeof e)return null;var r=Re(t,{},n);return r[Yn]=e,r},onProcessStyle:function(t,e){if(Wn in e||Yn in e)return t;var n={};for(var r in t){var o=t[r];"function"==typeof o&&(delete t[r],n[r]=o)}return e[Wn]=n,t},onUpdate:function(t,e,n,r){var o=e,i=o[Yn];i&&(o.style=i(t)||{});var a=o[Wn];if(a)for(var s in a)o.prop(s,a[s](t),r)}}};var Zn=a(71158),Kn=function(t){return t&&t[Zn.A]&&t===t[Zn.A]()};const Jn=function(t){return{onCreateRule:function(e,n,r){if(!Kn(n))return null;var o=n,i=Re(e,{},r);return o.subscribe(function(e){for(var n in e)i.prop(n,e[n],t)}),i},onProcessRule:function(e){if(!e||"style"===e.type){var n=e,r=n.style,o=function(e){var o=r[e];if(!Kn(o))return"continue";delete r[e],o.subscribe({next:function(r){n.prop(e,r,t)}})};for(var i in r)o(i)}}}};var Gn=/;\n/,Qn=function(t){"string"==typeof t.style&&(t.style=function(t){for(var e={},n=t.split(Gn),r=0;r<n.length;r++){var o=(n[r]||"").trim();if(o){var i=o.indexOf(":");if(-1!==i){var a=o.substr(0,i).trim(),s=o.substr(i+1).trim();e[a]=s}}}return e}(t.style))};const tr=function(){return{onProcessRule:Qn}};var er="@global",nr="@global ",rr=function(){function t(t,e,n){for(var r in this.type="global",this.at=er,this.isProcessed=!1,this.key=t,this.options=n,this.rules=new An((0,b.A)({},n,{parent:this})),e)this.rules.add(r,e[r]);this.rules.process()}var e=t.prototype;return e.getRule=function(t){return this.rules.get(t)},e.addRule=function(t,e,n){var r=this.rules.add(t,e,n);return r&&this.options.jss.plugins.onProcessRule(r),r},e.replaceRule=function(t,e,n){var r=this.rules.replace(t,e,n);return r&&this.options.jss.plugins.onProcessRule(r),r},e.indexOf=function(t){return this.rules.indexOf(t)},e.toString=function(t){return this.rules.toString(t)},t}(),or=function(){function t(t,e,n){this.type="global",this.at=er,this.isProcessed=!1,this.key=t,this.options=n;var r=t.substr(8);this.rule=n.jss.createRule(r,e,(0,b.A)({},n,{parent:this}))}return t.prototype.toString=function(t){return this.rule?this.rule.toString(t):""},t}(),ir=/\s*,\s*/g;function ar(t,e){for(var n=t.split(ir),r="",o=0;o<n.length;o++)r+=e+" "+n[o].trim(),n[o+1]&&(r+=", ");return r}const sr=function(){return{onCreateRule:function(t,e,n){if(!t)return null;if(t===er)return new rr(t,e,n);if("@"===t[0]&&t.substr(0,8)===nr)return new or(t,e,n);var r=n.parent;return r&&("global"===r.type||r.options.parent&&"global"===r.options.parent.type)&&(n.scoped=!1),n.selector||!1!==n.scoped||(n.selector=t),null},onProcessRule:function(t,e){"style"===t.type&&e&&(function(t,e){var n=t.options,r=t.style,o=r?r[er]:null;if(o){for(var i in o)e.addRule(i,o[i],(0,b.A)({},n,{selector:ar(i,t.selector)}));delete r[er]}}(t,e),function(t,e){var n=t.options,r=t.style;for(var o in r)if("@"===o[0]&&o.substr(0,7)===er){var i=ar(o.substr(7),t.selector);e.addRule(i,r[o],(0,b.A)({},n,{selector:i})),delete r[o]}}(t,e))}}};var lr=function(t){return t&&"object"==typeof t&&!Array.isArray(t)},cr="extendCurrValue"+Date.now();function dr(t,e,n,r){return void 0===r&&(r={}),function(t,e,n,r){if("string"!=typeof t.extend)if(Array.isArray(t.extend))for(var o=0;o<t.extend.length;o++){var i=t.extend[o];dr("string"==typeof i?(0,b.A)({},t,{extend:i}):t.extend[o],e,n,r)}else for(var a in t.extend)"extend"!==a?lr(t.extend[a])?(a in r||(r[a]={}),dr(t.extend[a],e,n,r[a])):r[a]=t.extend[a]:dr(t.extend.extend,e,n,r);else{if(!n)return;var s=n.getRule(t.extend);if(!s)return;if(s===e)return;var l=s.options.parent;l&&dr(l.rules.raw[t.extend],e,n,r)}}(t,e,n,r),function(t,e,n,r){for(var o in t)"extend"!==o&&(lr(r[o])&&lr(t[o])?dr(t[o],e,n,r[o]):lr(t[o])?r[o]=dr(t[o],e,n):r[o]=t[o])}(t,e,n,r),r}const pr=function(){return{onProcessStyle:function(t,e,n){return"extend"in t?dr(t,e,n):t},onChangeValue:function(t,e,n){if("extend"!==e)return t;if(null==t||!1===t){for(var r in n[cr])n.prop(r,null);return n[cr]=null,null}if("object"==typeof t){for(var o in t)n.prop(o,t[o]);n[cr]=t}return null}}};var hr=/\s*,\s*/g,ur=/&/g,fr=/\$([\w-]+)/g;const mr=function(){function t(t,e){return function(n,r){var o=t.getRule(r)||e&&e.getRule(r);return o?o.selector:r}}function e(t,e){for(var n=e.split(hr),r=t.split(hr),o="",i=0;i<n.length;i++)for(var a=n[i],s=0;s<r.length;s++){var l=r[s];o&&(o+=", "),o+=-1!==l.indexOf("&")?l.replace(ur,a):a+" "+l}return o}function n(t,e,n){if(n)return(0,b.A)({},n,{index:n.index+1});var r=t.options.nestingLevel;r=void 0===r?1:r+1;var o=(0,b.A)({},t.options,{nestingLevel:r,index:e.indexOf(t)+1});return delete o.name,o}return{onProcessStyle:function(r,o,i){if("style"!==o.type)return r;var a,s,l=o,c=l.options.parent;for(var d in r){var p=-1!==d.indexOf("&"),h="@"===d[0];if(p||h){if(a=n(l,c,a),p){var u=e(d,l.selector);s||(s=t(c,i)),u=u.replace(fr,s);var f=l.key+"-"+d;"replaceRule"in c?c.replaceRule(f,r[d],(0,b.A)({},a,{selector:u})):c.addRule(f,r[d],(0,b.A)({},a,{selector:u}))}else h&&c.addRule(d,{},a).addRule(l.key,r[d],{selector:l.selector});delete r[d]}}return r}}};function gr(t,e){if(!e)return!0;if(Array.isArray(e)){for(var n=0;n<e.length;n++){if(!gr(t,e[n]))return!1}return!0}if(e.indexOf(" ")>-1)return gr(t,e.split(" "));var r=t.options.parent;if("$"===e[0]){var o=r.getRule(e.substr(1));return!!o&&(o!==t&&(r.classes[t.key]+=" "+r.classes[o.key],!0))}return r.classes[t.key]+=" "+e,!0}const br=function(){return{onProcessStyle:function(t,e){return"composes"in t?(gr(e,t.composes),delete t.composes,t):t}}};var yr=/[A-Z]/g,wr=/^ms-/,Ar={};function xr(t){return"-"+t.toLowerCase()}const _r=function(t){if(Ar.hasOwnProperty(t))return Ar[t];var e=t.replace(yr,xr);return Ar[t]=wr.test(e)?"-"+e:e};function vr(t){var e={};for(var n in t){e[0===n.indexOf("--")?n:_r(n)]=t[n]}return t.fallbacks&&(Array.isArray(t.fallbacks)?e.fallbacks=t.fallbacks.map(vr):e.fallbacks=vr(t.fallbacks)),e}const kr=function(){return{onProcessStyle:function(t){if(Array.isArray(t)){for(var e=0;e<t.length;e++)t[e]=vr(t[e]);return t}return vr(t)},onChangeValue:function(t,e,n){if(0===e.indexOf("--"))return t;var r=_r(e);return e===r?t:(n.prop(r,t),null)}}};var Cr=Fn&&CSS?CSS.px:"px",Er=Fn&&CSS?CSS.ms:"ms",Sr=Fn&&CSS?CSS.percent:"%";function Mr(t){var e=/(-[a-z])/g,n=function(t){return t[1].toUpperCase()},r={};for(var o in t)r[o]=t[o],r[o.replace(e,n)]=t[o];return r}var Br=Mr({"animation-delay":Er,"animation-duration":Er,"background-position":Cr,"background-position-x":Cr,"background-position-y":Cr,"background-size":Cr,border:Cr,"border-bottom":Cr,"border-bottom-left-radius":Cr,"border-bottom-right-radius":Cr,"border-bottom-width":Cr,"border-left":Cr,"border-left-width":Cr,"border-radius":Cr,"border-right":Cr,"border-right-width":Cr,"border-top":Cr,"border-top-left-radius":Cr,"border-top-right-radius":Cr,"border-top-width":Cr,"border-width":Cr,"border-block":Cr,"border-block-end":Cr,"border-block-end-width":Cr,"border-block-start":Cr,"border-block-start-width":Cr,"border-block-width":Cr,"border-inline":Cr,"border-inline-end":Cr,"border-inline-end-width":Cr,"border-inline-start":Cr,"border-inline-start-width":Cr,"border-inline-width":Cr,"border-start-start-radius":Cr,"border-start-end-radius":Cr,"border-end-start-radius":Cr,"border-end-end-radius":Cr,margin:Cr,"margin-bottom":Cr,"margin-left":Cr,"margin-right":Cr,"margin-top":Cr,"margin-block":Cr,"margin-block-end":Cr,"margin-block-start":Cr,"margin-inline":Cr,"margin-inline-end":Cr,"margin-inline-start":Cr,padding:Cr,"padding-bottom":Cr,"padding-left":Cr,"padding-right":Cr,"padding-top":Cr,"padding-block":Cr,"padding-block-end":Cr,"padding-block-start":Cr,"padding-inline":Cr,"padding-inline-end":Cr,"padding-inline-start":Cr,"mask-position-x":Cr,"mask-position-y":Cr,"mask-size":Cr,height:Cr,width:Cr,"min-height":Cr,"max-height":Cr,"min-width":Cr,"max-width":Cr,bottom:Cr,left:Cr,top:Cr,right:Cr,inset:Cr,"inset-block":Cr,"inset-block-end":Cr,"inset-block-start":Cr,"inset-inline":Cr,"inset-inline-end":Cr,"inset-inline-start":Cr,"box-shadow":Cr,"text-shadow":Cr,"column-gap":Cr,"column-rule":Cr,"column-rule-width":Cr,"column-width":Cr,"font-size":Cr,"font-size-delta":Cr,"letter-spacing":Cr,"text-decoration-thickness":Cr,"text-indent":Cr,"text-stroke":Cr,"text-stroke-width":Cr,"word-spacing":Cr,motion:Cr,"motion-offset":Cr,outline:Cr,"outline-offset":Cr,"outline-width":Cr,perspective:Cr,"perspective-origin-x":Sr,"perspective-origin-y":Sr,"transform-origin":Sr,"transform-origin-x":Sr,"transform-origin-y":Sr,"transform-origin-z":Sr,"transition-delay":Er,"transition-duration":Er,"vertical-align":Cr,"flex-basis":Cr,"shape-margin":Cr,size:Cr,gap:Cr,grid:Cr,"grid-gap":Cr,"row-gap":Cr,"grid-row-gap":Cr,"grid-column-gap":Cr,"grid-template-rows":Cr,"grid-template-columns":Cr,"grid-auto-rows":Cr,"grid-auto-columns":Cr,"box-shadow-x":Cr,"box-shadow-y":Cr,"box-shadow-blur":Cr,"box-shadow-spread":Cr,"font-line-height":Cr,"text-shadow-x":Cr,"text-shadow-y":Cr,"text-shadow-blur":Cr});function Or(t,e,n){if(null==e)return e;if(Array.isArray(e))for(var r=0;r<e.length;r++)e[r]=Or(t,e[r],n);else if("object"==typeof e)if("fallbacks"===t)for(var o in e)e[o]=Or(o,e[o],n);else for(var i in e)e[i]=Or(t+"-"+i,e[i],n);else if("number"==typeof e&&!1===isNaN(e)){var a=n[t]||Br[t];return!a||0===e&&a===Cr?e.toString():"function"==typeof a?a(e).toString():""+e+a}return e}const Lr=function(t){void 0===t&&(t={});var e=Mr(t);return{onProcessStyle:function(t,n){if("style"!==n.type)return t;for(var r in t)t[r]=Or(r,t[r],e);return t},onChangeValue:function(t,n){return Or(n,t,e)}}};var Tr={"background-size":!0,"background-position":!0,border:!0,"border-bottom":!0,"border-left":!0,"border-top":!0,"border-right":!0,"border-radius":!0,"border-image":!0,"border-width":!0,"border-style":!0,"border-color":!0,"box-shadow":!0,flex:!0,margin:!0,padding:!0,outline:!0,"transform-origin":!0,transform:!0,transition:!0},Ir={position:!0,size:!0},Nr={padding:{top:0,right:0,bottom:0,left:0},margin:{top:0,right:0,bottom:0,left:0},background:{attachment:null,color:null,image:null,position:null,repeat:null},border:{width:null,style:null,color:null},"border-top":{width:null,style:null,color:null},"border-right":{width:null,style:null,color:null},"border-bottom":{width:null,style:null,color:null},"border-left":{width:null,style:null,color:null},outline:{width:null,style:null,color:null},"list-style":{type:null,position:null,image:null},transition:{property:null,duration:null,"timing-function":null,timingFunction:null,delay:null},animation:{name:null,duration:null,"timing-function":null,timingFunction:null,delay:null,"iteration-count":null,iterationCount:null,direction:null,"fill-mode":null,fillMode:null,"play-state":null,playState:null},"box-shadow":{x:0,y:0,blur:0,spread:0,color:null,inset:null},"text-shadow":{x:0,y:0,blur:null,color:null}},Rr={border:{radius:"border-radius",image:"border-image",width:"border-width",style:"border-style",color:"border-color"},"border-bottom":{width:"border-bottom-width",style:"border-bottom-style",color:"border-bottom-color"},"border-top":{width:"border-top-width",style:"border-top-style",color:"border-top-color"},"border-left":{width:"border-left-width",style:"border-left-style",color:"border-left-color"},"border-right":{width:"border-right-width",style:"border-right-style",color:"border-right-color"},background:{size:"background-size",image:"background-image"},font:{style:"font-style",variant:"font-variant",weight:"font-weight",stretch:"font-stretch",size:"font-size",family:"font-family",lineHeight:"line-height","line-height":"line-height"},flex:{grow:"flex-grow",basis:"flex-basis",direction:"flex-direction",wrap:"flex-wrap",flow:"flex-flow",shrink:"flex-shrink"},align:{self:"align-self",items:"align-items",content:"align-content"},grid:{"template-columns":"grid-template-columns",templateColumns:"grid-template-columns","template-rows":"grid-template-rows",templateRows:"grid-template-rows","template-areas":"grid-template-areas",templateAreas:"grid-template-areas",template:"grid-template","auto-columns":"grid-auto-columns",autoColumns:"grid-auto-columns","auto-rows":"grid-auto-rows",autoRows:"grid-auto-rows","auto-flow":"grid-auto-flow",autoFlow:"grid-auto-flow",row:"grid-row",column:"grid-column","row-start":"grid-row-start",rowStart:"grid-row-start","row-end":"grid-row-end",rowEnd:"grid-row-end","column-start":"grid-column-start",columnStart:"grid-column-start","column-end":"grid-column-end",columnEnd:"grid-column-end",area:"grid-area",gap:"grid-gap","row-gap":"grid-row-gap",rowGap:"grid-row-gap","column-gap":"grid-column-gap",columnGap:"grid-column-gap"}};function Dr(t,e,n,r){return null==n[e]?t:0===t.length?[]:Array.isArray(t[0])?Dr(t[0],e,n,r):"object"==typeof t[0]?function(t,e,n){return t.map(function(t){return Pr(t,e,n,!1,!0)})}(t,e,r):[t]}function Pr(t,e,n,r,o){if(!Nr[e]&&!Rr[e])return[];var i=[];if(Rr[e]&&(t=function(t,e,n,r){for(var o in n){var i=n[o];if(void 0!==t[o]&&(r||!e.prop(i))){var a,s=zr((a={},a[i]=t[o],a),e)[i];r?e.style.fallbacks[i]=s:e.style[i]=s}delete t[o]}return t}(t,n,Rr[e],r)),Object.keys(t).length)for(var a in Nr[e])t[a]?Array.isArray(t[a])?i.push(null===Ir[a]?t[a]:t[a].join(" ")):i.push(t[a]):null!=Nr[e][a]&&i.push(Nr[e][a]);return!i.length||o?i:[i]}function zr(t,e,n){for(var r in t){var o=t[r];if(Array.isArray(o)){if(!Array.isArray(o[0])){if("fallbacks"===r){for(var i=0;i<t.fallbacks.length;i++)t.fallbacks[i]=zr(t.fallbacks[i],e,!0);continue}t[r]=Dr(o,r,Tr,e),t[r].length||delete t[r]}}else if("object"==typeof o){if("fallbacks"===r){t.fallbacks=zr(t.fallbacks,e,!0);continue}t[r]=Pr(o,r,e,n),t[r].length||delete t[r]}else""===t[r]&&delete t[r]}return t}const Hr=function(){return{onProcessStyle:function(t,e){if(!t||"style"!==e.type)return t;if(Array.isArray(t)){for(var n=0;n<t.length;n++)t[n]=zr(t[n],e);return t}return zr(t,e)}}};function $r(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,r=Array(e);n<e;n++)r[n]=t[n];return r}function jr(t){return function(t){if(Array.isArray(t))return $r(t)}(t)||function(t){if("undefined"!=typeof Symbol&&null!=t[Symbol.iterator]||null!=t["@@iterator"])return Array.from(t)}(t)||function(t,e){if(t){if("string"==typeof t)return $r(t,e);var n={}.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(t):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?$r(t,e):void 0}}(t)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}var Fr="",Ur="",Vr="",qr="",Wr=Ce&&"ontouchstart"in document.documentElement;if(Ce){var Yr={Moz:"-moz-",ms:"-ms-",O:"-o-",Webkit:"-webkit-"},Xr=document.createElement("p").style;for(var Zr in Yr)if(Zr+"Transform"in Xr){Fr=Zr,Ur=Yr[Zr];break}"Webkit"===Fr&&"msHyphens"in Xr&&(Fr="ms",Ur=Yr.ms,qr="edge"),"Webkit"===Fr&&"-apple-trailing-word"in Xr&&(Vr="apple")}var Kr=Fr,Jr=Ur,Gr=Vr,Qr=qr,to=Wr;var eo={noPrefill:["appearance"],supportedProperty:function(t){return"appearance"===t&&("ms"===Kr?"-webkit-"+t:Jr+t)}},no={noPrefill:["color-adjust"],supportedProperty:function(t){return"color-adjust"===t&&("Webkit"===Kr?Jr+"print-"+t:t)}},ro=/[-\s]+(.)?/g;function oo(t,e){return e?e.toUpperCase():""}function io(t){return t.replace(ro,oo)}function ao(t){return io("-"+t)}var so,lo={noPrefill:["mask"],supportedProperty:function(t,e){if(!/^mask/.test(t))return!1;if("Webkit"===Kr){var n="mask-image";if(io(n)in e)return t;if(Kr+ao(n)in e)return Jr+t}return t}},co={noPrefill:["text-orientation"],supportedProperty:function(t){return"text-orientation"===t&&("apple"!==Gr||to?t:Jr+t)}},po={noPrefill:["transform"],supportedProperty:function(t,e,n){return"transform"===t&&(n.transform?t:Jr+t)}},ho={noPrefill:["transition"],supportedProperty:function(t,e,n){return"transition"===t&&(n.transition?t:Jr+t)}},uo={noPrefill:["writing-mode"],supportedProperty:function(t){return"writing-mode"===t&&("Webkit"===Kr||"ms"===Kr&&"edge"!==Qr?Jr+t:t)}},fo={noPrefill:["user-select"],supportedProperty:function(t){return"user-select"===t&&("Moz"===Kr||"ms"===Kr||"apple"===Gr?Jr+t:t)}},mo={supportedProperty:function(t,e){return!!/^break-/.test(t)&&("Webkit"===Kr?"WebkitColumn"+ao(t)in e&&Jr+"column-"+t:"Moz"===Kr&&("page"+ao(t)in e&&"page-"+t))}},go={supportedProperty:function(t,e){if(!/^(border|margin|padding)-inline/.test(t))return!1;if("Moz"===Kr)return t;var n=t.replace("-inline","");return Kr+ao(n)in e&&Jr+n}},bo={supportedProperty:function(t,e){return io(t)in e&&t}},yo={supportedProperty:function(t,e){var n=ao(t);return"-"===t[0]||"-"===t[0]&&"-"===t[1]?t:Kr+n in e?Jr+t:"Webkit"!==Kr&&"Webkit"+n in e&&"-webkit-"+t}},wo={supportedProperty:function(t){return"scroll-snap"===t.substring(0,11)&&("ms"===Kr?""+Jr+t:t)}},Ao={supportedProperty:function(t){return"overscroll-behavior"===t&&("ms"===Kr?Jr+"scroll-chaining":t)}},xo={"flex-grow":"flex-positive","flex-shrink":"flex-negative","flex-basis":"flex-preferred-size","justify-content":"flex-pack",order:"flex-order","align-items":"flex-align","align-content":"flex-line-pack"},_o={supportedProperty:function(t,e){var n=xo[t];return!!n&&(Kr+ao(n)in e&&Jr+n)}},vo={flex:"box-flex","flex-grow":"box-flex","flex-direction":["box-orient","box-direction"],order:"box-ordinal-group","align-items":"box-align","flex-flow":["box-orient","box-direction"],"justify-content":"box-pack"},ko=Object.keys(vo),Co=function(t){return Jr+t},Eo={supportedProperty:function(t,e,n){var r=n.multiple;if(ko.indexOf(t)>-1){var o=vo[t];if(!Array.isArray(o))return Kr+ao(o)in e&&Jr+o;if(!r)return!1;for(var i=0;i<o.length;i++)if(!(Kr+ao(o[0])in e))return!1;return o.map(Co)}return!1}},So=[eo,no,lo,co,po,ho,uo,fo,mo,go,bo,yo,wo,Ao,_o,Eo],Mo=So.filter(function(t){return t.supportedProperty}).map(function(t){return t.supportedProperty}),Bo=So.filter(function(t){return t.noPrefill}).reduce(function(t,e){return t.push.apply(t,jr(e.noPrefill)),t},[]),Oo={};if(Ce){so=document.createElement("p");var Lo=window.getComputedStyle(document.documentElement,"");for(var To in Lo)isNaN(To)||(Oo[Lo[To]]=Lo[To]);Bo.forEach(function(t){return delete Oo[t]})}function Io(t,e){if(void 0===e&&(e={}),!so)return t;if(null!=Oo[t])return Oo[t];"transition"!==t&&"transform"!==t||(e[t]=t in so.style);for(var n=0;n<Mo.length&&(Oo[t]=Mo[n](t,so.style,e),!Oo[t]);n++);try{so.style[t]=""}catch(t){return!1}return Oo[t]}var No,Ro={},Do={transition:1,"transition-property":1,"-webkit-transition":1,"-webkit-transition-property":1},Po=/(^\s*[\w-]+)|, (\s*[\w-]+)(?![^()]*\))/g;function zo(t,e,n){if("var"===e)return"var";if("all"===e)return"all";if("all"===n)return", all";var r=e?Io(e):", "+Io(n);return r||(e||n)}function Ho(t,e){var n=e;if(!No||"content"===t)return e;if("string"!=typeof n||!isNaN(parseInt(n,10)))return n;var r=t+n;if(null!=Ro[r])return Ro[r];try{No.style[t]=n}catch(t){return Ro[r]=!1,!1}if(Do[t])n=n.replace(Po,zo);else if(""===No.style[t]&&("-ms-flex"===(n=Jr+n)&&(No.style[t]="-ms-flexbox"),No.style[t]=n,""===No.style[t]))return Ro[r]=!1,!1;return No.style[t]="",Ro[r]=n,Ro[r]}Ce&&(No=document.createElement("p"));const $o=function(){function t(e){for(var n in e){var r=e[n];if("fallbacks"===n&&Array.isArray(r))e[n]=r.map(t);else{var o=!1,i=Io(n);i&&i!==n&&(o=!0);var a=!1,s=Ho(i,Pe(r));s&&s!==r&&(a=!0),(o||a)&&(o&&delete e[n],e[i||n]=s||r)}}return e}return{onProcessRule:function(t){if("keyframes"===t.type){var e=t;e.at=function(t){return"-"===t[1]||"ms"===Kr?t:"@"+Jr+"keyframes"+t.substr(10)}(e.at)}},onProcessStyle:function(e,n){return"style"!==n.type?e:t(e)},onChangeValue:function(t,e){return Ho(e,Pe(t))||t}}};const jo=function(){var t=function(t,e){return t.length===e.length?t>e?1:-1:t.length-e.length};return{onProcessStyle:function(e,n){if("style"!==n.type)return e;for(var r={},o=Object.keys(e).sort(t),i=0;i<o.length;i++)r[o[i]]=e[o[i]];return r}}};const Fo=function(t){return void 0===t&&(t={}),{plugins:[Xn(),Jn(t.observable),tr(),sr(),pr(),mr(),br(),kr(),Lr(t.defaultUnit),Hr(),$o(),jo()]}};var Uo=a(89343),Vo={};Vo.setAttributes=p(),Vo.insert=c().bind(null,"head"),Vo.domAPI=s(),Vo.insertStyleElement=u();o()(Uo.A,Vo);Uo.A&&Uo.A.locals&&Uo.A.locals;class qo{constructor(t,e){this.createResizer=t=>{const e=document.createElement("div");return e.className=t,e.classList.add("resizer"),e};const{keepRatio:n,container:r=document.body,onResize:o,minWidth:i,rotate:a}=e;this.querySelector=t,this.keepRatio=n,this.container=r,this.isImage=!1,this.rotate=a,this.canKeepRatio=!1,this.mounted=!1,this.onResize=o,this.minimum_size=i,this.resizers=[],this.clickedResizer=null,this.element,this.isMouseDown=!1,this.original_width=0,this.original_height=0,this.original_x=0,this.original_y=0,this.original_mouse_x=0,this.original_mouse_y=0,this.onDraggable=this.onDraggable.bind(this),this.resize=this.resize.bind(this),this.stopResize=this.stopResize.bind(this),this.onClickedTarget=this.onClickedTarget.bind(this),this.rePosition=this.rePosition.bind(this),this.init=this.init.bind(this),this.onClickResizer=this.onClickResizer.bind(this),this.init()}onClickResizer(t){this.clickedResizer=t.target,t.preventDefault(),this.isMouseDown=!0;const e=this.element.getBoundingClientRect();this.original_width=parseFloat(e.width),this.original_height=parseFloat(e.height),this.original_x=this.element.getBoundingClientRect().left,this.original_y=this.element.getBoundingClientRect().top,this.original_mouse_x=t.pageX,this.original_mouse_y=t.pageY,window.addEventListener("mousemove",this.resize),window.addEventListener("mouseup",this.stopResize)}createSizePreview(){const t=document.createElement("div");return t.classList.add("size-preview"),t}createImageRatioResizer(){const t=document.createElement("div");return t.classList.add("img-ratio-resizer"),t.classList.add("bottom-right"),t}createBorder(t){const e=document.createElement("div");if(e.classList.add("resizable-border"),e.classList.add(t),"bottom"===t){const t=document.createElement("div");t.classList.add("bottom-ruler"),e.appendChild(t)}if("top"===t){const t=document.createElement("div");t.classList.add("top-ruler"),e.appendChild(t)}if("left"===t){const t=document.createElement("div");t.classList.add("left-ruler"),e.appendChild(t)}if("right"===t){const t=document.createElement("div");t.classList.add("right-ruler"),e.appendChild(t)}return e}init(){this.sizePreview=this.createSizePreview(),this.imageRatioResizer=this.createImageRatioResizer(),this.imageRatioResizer.addEventListener("mousedown",this.onClickResizer),this.borders=[this.createBorder("left"),this.createBorder("right"),this.createBorder("bottom"),this.createBorder("top")];const t=this.resizers=[this.createResizer("left-center"),this.createResizer("right-center"),this.createResizer("bottom-left"),this.createResizer("bottom-right"),this.createResizer("top-right"),this.createResizer("top-left")];this.rotate&&t.push(this.createResizer("rotate"));for(let e=0;e<t.length;e++)t[e].addEventListener("mousedown",this.onClickResizer);window.addEventListener("mousedown",this.onClickedTarget)}onDraggable(t){this.stopResize(t)}onClickedTarget(t){if(this.isMouseDown)return;let e=t.target;const n=t.path?t.path:t.composedPath&&t.composedPath();Array.isArray(n)&&n.length>0&&(e=n[0]);for(let t=0;t<this.resizers.length;t++){const n=this.resizers[t];if(e.closest("."+n.className.split(" ").join(".")))return}const r=e.closest(this.querySelector);r?(this.stopResize(t),this.mounted=!0,this.canKeepRatio=!1,this.isImage=!1,this.isImage?(document.body.appendChild(this.imageRatioResizer),this.resizers.forEach(t=>t.remove())):(this.resizers.forEach(t=>document.body.appendChild(t)),this.imageRatioResizer.remove()),this.borders.forEach(t=>document.body.appendChild(t)),this.element=r,this.element.addEventListener("drag",this.onDraggable),this.rePosition(),this.container?.addEventListener("scroll",this.rePosition),window.addEventListener("scroll",this.rePosition),window.addEventListener("resize",this.rePosition)):this.stopResize(t)}stopResize(){let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};this.borders.forEach(t=>t.classList.remove("on-resizing")),this.isMouseDown=!1,this.sizePreview.remove(),window.removeEventListener("mouseup",this.stopResize),window.removeEventListener("mousemove",this.resize),this.mounted&&"mouseup"===t.type||(this.mounted=!1,this.borders.forEach(t=>t.remove()),this.resizers.forEach(t=>t.remove()),this.element?.removeEventListener("drag",this.onDraggable),this.imageRatioResizer.remove(),this.container?.removeEventListener("scroll",this.rePosition),window.removeEventListener("scroll",this.rePosition),window.removeEventListener("resize",this.rePosition),this.element=null)}resize(t){if(this.borders.forEach(t=>t.classList.add("on-resizing")),document.body.appendChild(this.sizePreview),this.sizePreview.style.left=t.clientX+50+"px",this.sizePreview.style.top=t.clientY+"px",this.clickedResizer.classList.contains("left-center")){let e=this.original_width-(t.pageX-this.original_mouse_x);e+="px",this.onResize(this.element,{width:e})}else if(this.clickedResizer.classList.contains("right-center")){let e=this.original_width+(t.pageX-this.original_mouse_x);e>this.minimum_size&&(e+="px",this.onResize(this.element,{width:e}))}else if(this.clickedResizer.classList.contains("bottom-center")){let e=this.original_height+(t.pageY-this.original_mouse_y);e=this.keepRatio&&this.canKeepRatio?"auto":e+"px",this.onResize(this.element,{height:e})}else if(this.clickedResizer.classList.contains("bottom-right")){let e=this.original_width+(t.pageX-this.original_mouse_x);e>this.minimum_size&&(e+="px",this.onResize(this.element,{width:e}))}else if(this.clickedResizer.classList.contains("bottom-left")){let e=this.original_width-(t.pageX-this.original_mouse_x);e+="px",this.onResize(this.element,{width:e})}else if(this.clickedResizer.classList.contains("top-right")){let e=this.original_width+(t.pageX-this.original_mouse_x);e>this.minimum_size&&(e+="px",this.onResize(this.element,{width:e}))}else if(this.clickedResizer.classList.contains("top-left")){let e=this.original_width-(t.pageX-this.original_mouse_x);e>this.minimum_size&&(e+="px",this.onResize(this.element,{width:e}))}else if(this.clickedResizer.classList.contains("rotate")){const{clientY:e,clientX:n}=t,r=this.element.getBoundingClientRect(),o=Math.atan2(e-r.y,n-r.x);this.element.style.transform=`rotate(${o}rad)`}this.rePosition()}rePosition(){window.requestAnimationFrame(()=>{if(!this.element)return;const t=this.element.getBoundingClientRect();if(this.sizePreview&&(this.sizePreview.innerHTML=`w:${parseInt(t.width)}`),this.borders.forEach(e=>{if(e.classList.contains("left"))e.style.width="1px",e.style.left=t.left+"px",e.style.top=t.top+"px",e.style.height=t.height+"px";else if(e.classList.contains("right"))e.style.width="1px",e.style.left=t.right+"px",e.style.top=t.top+"px",e.style.height=t.height+"px";else if(e.classList.contains("top")){e.style.left=t.left+"px",e.style.top=t.top+"px",e.style.width=t.width+"px",e.style.height="1px";const n=e.querySelector(".top-ruler");n&&(n.style.top=t.top+"px")}else if(e.classList.contains("bottom")){e.style.height="1px",e.style.left=t.left+"px",e.style.top=t.bottom+"px",e.style.width=t.width+"px";const n=e.querySelector(".bottom-ruler");n&&(n.style.top=t.bottom+"px")}}),this.isImage)this.imageRatioResizer.style.left=t.left+t.width+"px",this.imageRatioResizer.style.top=t.bottom+"px";else for(let e=0;e<this.resizers.length;e++){const n=this.resizers[e];n.classList.contains("bottom-left")?(n.style.left=t.left+"px",n.style.top=t.bottom+"px"):n.classList.contains("bottom-right")?(n.style.left=t.right+"px",n.style.top=t.bottom+"px"):n.classList.contains("top-right")?(n.style.left=t.right+"px",n.style.top=t.top+"px"):n.classList.contains("top-left")?(n.style.left=t.left+"px",n.style.top=t.top+"px"):n.classList.contains("left-center")?(n.style.left=t.left+"px",n.style.top=(t.top+t.bottom)/2+"px"):n.classList.contains("right-center")?(n.style.left=t.right+"px",n.style.top=(t.top+t.bottom)/2+"px"):n.classList.contains("bottom-center")?(n.style.left=(t.left+t.right)/2+"px",n.style.top=t.bottom+"px"):n.classList.contains("rotate")&&(n.style.left=(t.left+t.right)/2+"px",n.style.top=t.top-60+"px")}})}}var Wo=a(64749);class Yo{constructor(t,e){e||(e={}),this.querySelector=t,this.pose={initX:0,initY:0,firstX:0,firstY:0},this.onMouseMove=t=>{if(this.target){if("ghost"===e.mode){this.target.style.zIndex=-1;const n=this.getHoverElement(t);if(e.drop&&n){const t=n.closest(e.drop);t&&e.drop&&"function"==typeof e.onHover?e.onHover({drag:this.originalTarget,drop:t}):"function"==typeof e.onHoverout&&e.onHoverout()}this.target.style.zIndex=9999999}const n=this.target.getBoundingClientRect();let r=this.pose.initY+t.pageY-this.pose.firstY,o=this.pose.initX+t.pageX-this.pose.firstX;e.maxTop&&e.maxTop>r&&(r=e.maxTop),r<=0&&(r=0),r>window.innerHeight-n.height&&(r=window.innerHeight-n.height),o<=0&&(o=0),o+n.width>=window.innerWidth&&(o=window.innerWidth-n.width),this.target.style.left=o+"px",this.target.style.top=r+"px"}else window.removeEventListener("mousemove",this.onMouseMove,!1)},this.onMouseDown=t=>{if(1!==t.which)return;Array.from(document.querySelectorAll("[mode='ghost']")).forEach(t=>t.remove());const n=t.target,r=n.closest(this.querySelector);if(!r)return null;const o=r.getAttribute("handle");if(o){if(!n.closest(o))return null}this.target=r,this.originalTarget=r;const i=r.getBoundingClientRect();"ghost"===e.mode&&(this.target=r.cloneNode(!0),this.target.mode="ghost",this.target.setAttribute("mode","ghost"),this.target.setAttribute("style",(0,Wo.i)({position:"fixed",zIndex:-1,width:i.width+"px",maxWidth:"initial",minWidth:"initial",left:i.left+"px",top:i.top+"px",opacity:.5})),document.body.appendChild(this.target)),this.pose.initX=r.offsetLeft||i.left,this.pose.initY=r.offsetTop||i.top,this.pose.firstX=t.pageX,this.pose.firstY=t.pageY,window.addEventListener("mousemove",this.onMouseMove,!1),window.addEventListener("mouseup",t=>{const n=this.getHoverElement(t);if(e.drop){const t=n.closest(e.drop);t&&"function"==typeof e.onAcceptDrop&&e.onAcceptDrop({drag:this.originalTarget,drop:t}),"function"==typeof e.onDrop&&e.onDrop({drag:this.originalTarget})}window.removeEventListener("mousemove",this.onMouseMove,!1),"ghost"===e.mode&&this.target&&this.target.remove(),this.target=null},{once:!0})},this.start()}getHoverElement(t){this.target&&(this.target.style.zIndex=-1);return document.elementFromPoint(t.clientX,t.clientY)}start(){document.body.addEventListener("mousedown",this.onMouseDown)}destroy(){document.body.removeEventListener("mousedown",this.onMouseDown)}}var Xo=a(39148),Zo={};Zo.setAttributes=p(),Zo.insert=c().bind(null,"head"),Zo.domAPI=s(),Zo.insertStyleElement=u();o()(Xo.A,Zo);const Ko=Xo.A&&Xo.A.locals?Xo.A.locals:void 0;function Jo(t){if("buttons"in(t=t||window.event))return 1===t.buttons;return 1===(t.which||t.button)}const Go=function(t,e,r){if(!t)return;let o,i;i=t.cloneNode(!0),t.parentElement?t=i.getBoundingClientRect():(document.body.appendChild(i),i.style=`\n width:${t.style.width||"100px"};\n height:${t.style.height||"100px"};\n background:var(--primary);\n opacity:.4;\n `,o={...i.getBoundingClientRect()},o.left=e,o.top=r),i.remove();const a=(0,n.A)("div",null,i.cloneNode(!0));["cdtr-move-handle-bar","[data-mounted]"].forEach(t=>{a.querySelectorAll(t).forEach(t=>t.remove())});const s=a.querySelector(".selected");return s&&s.classList.remove("selected"),o&&(a.style.position="fixed",a.classList.add("mirror"),a.style.opacity=1,a.style.zIndex=999999999,a.style.overflow="hidden",a.style.transition="all 1s",a.style.width=`${o.width}px`,a.style.height=`${o.height}px`,a.style.border="1px solid #484553b3",a.style.top=`${o.top}px`,a.style.left=`${o.left}px`,a.__offsetX=e-o.left,a.__offsetY=r-o.top),document.body.appendChild(a),setTimeout(()=>{a.style.transform="rotate(10deg)"},100),a},Qo="touchmove",ti="mousemove",ei="mouseup",ni="mousedown",ri="touchend",oi="touchstart",ii="left",ai="right",si="top",li="bottom",ci="__sortable_draggable-guide-line";var di=a(20195);const pi="15PX";function hi(t,e){if(t.closest("[data-draggable-for]")){const e=t.dataset.draggableFor;if(e){let t=L.Ay.getComponent(e);if(t){if("card"===t.type){const e=t.closest("col");e&&(t=e)}return t.element}}}let n,r=t;for(;r||!n;){let t;if(r&&(t=r.closest(e)),t){n=t;break}r=r.parentElement||r.offsetParent}return n}class ui{constructor(){let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};this.createGuideLine(),this.onMouseUp=this.onMouseUp.bind(this),this.dragStart=this.dragStart.bind(this),this.onMouseMove=this.onMouseMove.bind(this),this.dragEnd=this.dragEnd.bind(this),this.moveY=0,this.moveX=0,this.isValid=!0,this.mouseUp=!1,this.optionsInit(t),this.init()}optionsInit(t){this.options={draggable:t.draggable,handle:t.handle,delay:"number"==typeof t.delay?t.delay:0,preventDefault:t.preventDefault,direction:t.direction,onStart:t.onStart,finally:t.finally,on:t.on,onMove:t.onMove,onClone:t.onClone,onEnd:t.onEnd,body:t.body||document.body,clone:t.clone,group:t.group,sort:t.sort}}createGuideLine(){this.guideLine=document.createElement("div"),this.guideLine.className=ci,this.guideLine.classList.add(Ko.guideLine),this.guideLine.style.position="absolute",this.guideLine.style.opacity=1,this.guideLine.style.border="1px solid blue"}init(){this.bindDrag()}dragEnd(){if(this.dragStarted=!1,this.styles&&this.styles.remove(),this.mouseUp=!0,this.mirror&&(this.mirror.remove(),this.mirror=null),this.guideLine.remove(),this.guideLine.style.left="-9999px",this.guideLine.style.top="-9999px",document.removeEventListener(ti,this.onMouseMove),document.removeEventListener(Qo,this.onMouseMove,{passive:!1}),document.removeEventListener(ei,this.dragEnd),document.removeEventListener(ri,this.dragEnd),this.dragEl&&this.dragEl.classList.remove(Ko.whileDragging),this.options.clone&&cloneEl.remove(),this.direction&&this.dropEl){const t=!0===this.options.clone?this.dragEl.cloneNode(!0):this.dragEl;!0===this.options.clone&&"function"==typeof this.options.onClone&&this.options.onClone({clone:this.cloneEl});let e=this.direction;if("left"===e?e="beforebegin":"right"===e&&(e="afterend"),this.isValid&&"function"==typeof this.options.onEnd){this.dragEl;this.options.onEnd({item:this.dragEl,dragType:this.dragEl.getAttribute("draggable-element"),dropType:this.dropEl.getAttribute("droppable-element"),clone:t,to:this.dropEl,direction:this.direction})}this.dragEl=null,this.dropEl=null}}onMouseMove(t){if(t.preventDefault(),this.isValid=!0,t.type===ti&&!Jo(t))return this.guideLine.remove(),void document.removeEventListener(ti,this.onMouseMove);const e=t.type===Qo?t.touches[0].clientY:t.clientY,n=t.type===Qo?t.touches[0].clientX:t.clientX,r=t.type===Qo?t.touches[0].pageY:t.pageY;e<this.moveY?this.mouseDirection=si:e>this.moveY&&(this.mouseDirection=li),this.moveY=e,this.moveX=n;const o=()=>{"string"==typeof this.options.body&&(this.options.body=document.querySelector(this.options.body));let t=this.options.body;this.mirror&&this.moveY<100&&this.mouseDirection===si?(t.scroll(0,t.scrollTop-1),setTimeout(()=>{o()},100)):this.mirror&&window.innerHeight-this.moveY<100&&this.mouseDirection===li&&(t.scroll(0,t.scrollTop+1),setTimeout(()=>{o()},100))};this.mirror&&this.dragEl&&(this.mirror.style.left=n-document.body.offsetLeft-this.mirror.__offsetX+"px",this.mirror.style.top=e-document.body.offsetTop-this.mirror.__offsetY+"px",this.mirror.style.display="none");let i,a=document.elementsFromPoint(n,e);if(this.mirror&&(this.mirror.style.display="block"),o(),a=a.map(t=>t.closest("[droppable-element]")).filter(t=>t),0===a.length)return;let s=0;i=a[s],this.targets=a;const l=t=>{this.dragEl.closest("[droppable-element]")?.getAttribute("droppable-element");if(t=t.closest("[droppable-element]"),this.dragEl&&this.dragEl.getAttribute("data-drop-only")){const e=t.closest(`[data-type='${this.dragEl.getAttribute("data-drop-only")}']`);e&&(t=e)}const e=t.getAttribute("droppable-element"),n=t.getAttribute("droppable-if"),o=t.getAttribute("droppable-direction")||"top,bottom,left,right",i=this.dragEl.getAttribute("draggable-direction")||"top,bottom";t.getAttribute("droppable-bottom");if("col"===this.dragEl.dataset.type&&"col"!==t.dataset.type){if(!(t=t.closest("[droppable-element='col']")))return;this.dropEl=t}let c=t.getBoundingClientRect();if("section"===e&&"section"!==this.dragEl.dataset.dropOnly){const e=t.querySelector("[data-type='block']:last-child");if(e){const t=e.getBoundingClientRect();return this.direction=li,this.dropEl=e,this.guideLine.style.top=`${r-r+window.pageYOffset+t.top+t.height}px`,this.guideLine.style.left=`${t.left}px`,this.guideLine.style.height=pi,this.guideLine.style.width=`${t.width}px`,this.guideLine.style.opacity=1,void document.body.appendChild(this.guideLine)}}if(-1===o.indexOf("bottom")&&-1===o.indexOf("top")||-1===i.indexOf("bottom")&&-1===i.indexOf("top")||(this.guideLine.style.opacity=1,this.guideLine.style.width=`${c.width}px`,this.guideLine.style.height=pi),"none"!==o&&-1!==o.indexOf("bottom")&&-1!==i.indexOf("bottom")&&c.bottom>this.moveY&&c.bottom-c.height/2<this.moveY&&(this.direction=li,this.dropEl=t,this.guideLine.style.top=`${r-r+window.pageYOffset+c.top+c.height}px`,this.guideLine.style.left=`${c.left}px`),"none"!==o&&-1!==o.indexOf("top")&&-1!==i.indexOf("top")&&c.top<this.moveY&&c.top+c.height/2>this.moveY&&(this.dropEl=t,this.direction=si,this.guideLine.style.top=`${r-r+window.pageYOffset+c.top}px`,this.guideLine.style.left=`${c.left}px`),"none"!==o&&o.indexOf("left")>-1&&i.indexOf("left")>-1&&c.top<this.moveY&&c.left<this.moveX&&c.left+c.width/4>this.moveX&&(this.dropEl=t,this.direction=ii,this.guideLine.style.height=c.height+"px",this.guideLine.style.width=pi,this.guideLine.style.top=`${r-r+window.pageYOffset+c.top}px`,this.guideLine.style.left=`${c.left}px`),"none"!==o&&o.indexOf("right")>-1&&i.indexOf("right")>-1&&c.top<this.moveY&&c.right-c.width/4<this.moveX&&(this.dropEl=t,this.direction=ai,this.guideLine.style.height=c.height+"px",this.guideLine.style.width=pi,this.guideLine.style.top=`${r-r+window.pageYOffset+c.top}px`,this.guideLine.style.left=`${c.left+c.width}px`),n&&"empty"===n){this.guideLine.style.opacity=.5;const e=L.Ay.getComponent(t.dataset.id);if(!e)return console.error("compoent not founded");if(0===e.children.length){this.direction=si,this.dropEl=t;const e=t.getBoundingClientRect(),n=(100>e.height&&e.height,1320>e.width?e.width:1320);this.guideLine.style.width=n+"px",this.guideLine.style.top=e.top+"px",this.guideLine.style.left=e.left+e.width/2-n/2+"px",document.body.appendChild(this.guideLine)}}if("none"!==o){var d=this.direction;if(this.guideLine.classList.remove(Ko.bottomMode),-1===o.indexOf(d)){if(s<a.length-1)return s++,l(a[s])}else document.body.appendChild(this.guideLine)}};if(l(i),"function"==typeof this.options.onMove){const t=this.options.onMove({item:this.dragEl,to:this.dropEl||i,guideLine:this.guideLine,direction:this.direction,targets:this.targets,dragType:this.dragEl.getAttribute("draggable-element"),dropType:(this.dropEl||i).getAttribute("droppable-element")});if("boolean"==typeof t&&!t)return this.guideLine.remove(),this.isValid=!1,!1;this.dragStarted||(this.dragStarted=!0,"function"==typeof this.options.onStart&&this.options.onStart({item:this.dragEl,dragType:this.dragEl.getAttribute("draggable-element"),dropType:(this.dropEl||i).getAttribute("droppable-element"),direction:this.direction}))}}onMouseUp(){"function"==typeof this.options.finally&&this.options.finally(),this.mouseUp||this.dragEnd(),clearTimeout(this.pressDelay),document.removeEventListener(ei,this.onMouseUp)}dragStart(t){let e;if(this.mouseUp=!1,this.isValid=!0,t.type===ni&&!Jo(t))return;this.can=!0;const r=()=>{let r,o=window.__dragoned_selected_element||t.originalTarget||t.target;if(window.__dragoned_selected_element&&(r=window.__dragoned_selected_element,delete window.__dragoned_selected_element),t.target.for){document.querySelector(`[data-id="${t.target.for}"]`)}const i=t.path?t.path:t.composedPath&&t.composedPath();Array.isArray(i)&&i.length>0&&(o=i[0]);let a=!1;if(o instanceof HTMLElement&&(a=!0),!a)for(var s in o)o.hasOwnProperty(s)&&(a=!0);try{o.parentElement}catch(t){a=!1}if(!a)return;if(this.options.handle&&o&&"function"==typeof o.closest&&(e=o.closest(this.options.handle),!e))return this.guideLine.remove(),!1;document.body.appendChild(this.guideLine);const l=t.type===oi?t.touches[0].clientY:t.clientY,c=t.type===oi?t.touches[0].clientX:t.clientX;let d=t.path?t.path:t.composedPath&&t.composedPath();if(!r){Array.isArray(d)&&0===d.length&&(d=[t.originalTarget||t.target]);for(let t=0;t<d.length;t++){const e=d[t];if(r=hi(e,"[draggable-element]"),r){this.dragEl=r;break}}}return r?(setTimeout(()=>{this.mouseUp||this.mirror||(this.mirror=Go(r.querySelector("[element-draggable-mirror]")||r.closest("[element-draggable-mirror]")||r.closest("[draggable-element]")||r,c,l),this.dragEl.classList.add(Ko.whileDragging))},250),this.styles=(0,n.A)("style",null,"body{\n cursor: grabbing;\n }\n "),document.body.appendChild(this.styles),this.dragEl=r,document.addEventListener(ti,this.onMouseMove),document.addEventListener(ei,this.dragEnd),!0):(this.guideLine.remove(),!1)};document.addEventListener(ei,this.onMouseUp),this.pressDelay=setTimeout(()=>{if(!1===this.mouseUp){if(!r())return}},this.options.delay)}bindDrag(){di.A.connect(di.q.MOUSE_DOWN,this.dragStart)}destroy(){di.A.disconnect(di.q.MOUSE_DOWN,this.dragStart),this.mirror&&this.mirror.remove(),this.guideLine&&this.guideLine.remove()}}var fi=a(4807),mi=a(3474),gi=a(83965),bi=a(67549);const yi=t=>{let{item:e,to:n,direction:r,isNew:o}=t;const i=[],a=O.M.get("components",e.dataset.id),s=O.M.get("components",n.dataset.id),l=s.parent(),c=a.parent();let d=l.children.findIndex(t=>t===s.id);"right"===r&&d++;c.children.findIndex(t=>t===a.id);if("col"!==a.type){const t={type:"col",props:{lg:0,style:{}}},e=L.Ay.createComponent({body:t,parentId:l.id,index:d});i.push(new fi.A({componentId:e.id,parentId:l.id,index:d,body:t}));const o=c.children.findIndex(t=>t===a.id),s=new mi.A({componentId:a.id,oldParentId:c.id,newParentId:e.id,oldIndex:o,newIndex:d});i.push(s),L.Ay.moveComponent(s),"left"===r?n.parentNode.insertBefore(e.element,n):"right"===r&&n.parentNode.insertBefore(e.element,n.nextSibling),e.appendChild(a.element)}else if("col"===a.type){const t=c.children.findIndex(t=>t===a.id),e=new mi.A({componentId:a.id,oldParentId:c.id,newParentId:l.id,oldIndex:t,newIndex:d});i.push(e),L.Ay.moveComponent(e)}(0,gi.i)(c).forEach(t=>i.push(t));{const t=s.closest("block");if(t){(0,bi.s)(t).forEach(t=>i.push(t))}}{const t=c.closest("block");if(t){(0,bi.s)(t).forEach(t=>i.push(t))}}return i};var wi=a(81139);const Ai=t=>{let{item:e,to:n,direction:r}=t;const o=[],i=O.M.get("components",e.dataset.id),a=i.parent(),s=a.children.findIndex(t=>t===i.id);O.M.get("components",n.dataset.id);let l=O.M.get("components",n.dataset.id),c=l.parent();if(i.id===l.id)return console.warn("cant move to itself"),null;let d=c.children.findIndex(t=>t===l.id);if("bottom"!==r&&"right"!==r||d++,"bottom"===r||"top"===r){const t={type:"row",props:{},children:[]};"col"!==i.type?t.children.push({type:"col",props:{lg:12},children:[]}):o.push(new wi.A({componentId:i.id,key:"lg",value:12}));c.parent();const e=L.Ay.createComponent({body:t,parentId:c.id,index:d});o.push(new fi.A({componentId:e.id,parentId:c.id,index:d,body:t}));let n=O.M.get("components",e.children[0]);n||(n=e);const r=new mi.A({componentId:i.id,newParentId:n.id,oldParentId:a.id,oldIndex:s,newIndex:0});L.Ay.moveComponent(r),o.push(r)}else if("left"===r||"right"===r){const t={type:"col",props:{lg:0},children:[]};let e=c,n=d;if("col"===c.type&&(L.Ay.updateComponent(c,"lg",0),o.push(new wi.A({componentId:c.id,key:"lg",value:0})),e=c.parent(),n=e.children.findIndex(t=>t===c.id),-1===n))throw new Error("col not found in parent");"right"===r&&n++;const l=L.Ay.createComponent({body:t,parentId:e.id,index:n});o.push(new fi.A({componentId:l.id,parentId:e.id,index:n,body:t}));const p=new mi.A({componentId:i.id,newParentId:l.id,oldParentId:a.id,oldIndex:s,newIndex:0});L.Ay.moveComponent(p),o.push(p)}(0,gi.i)(a).forEach(t=>o.push(t));{const t=a.closest("block");if(t){(0,bi.s)(t).forEach(t=>o.push(t))}}return o};var xi=a(3832);const _i=t=>{let{item:e,to:n,direction:r}=t;const o=[],i=O.M.get("components",e.dataset.id),a=i.parent(),s=i.closest("block"),l=O.M.get("components",n.dataset.id),c=(l.parent(),l.closest("block")),d=c.closest("section");let p=d.children.findIndex(t=>t===c.id);const h=O.M.get("components",d.children[p]),u={type:"block",props:{style:h?.props?.style||{}},children:[{type:"col",props:{lg:0,style:{}}}]};"bottom"===r&&p++;const f=L.Ay.createComponent({body:u,parentId:d.id,index:p});o.push(new fi.A({componentId:f.id,parentId:d.id,index:p,body:u}));const m=f.children[0],g=a.children.findIndex(t=>t===i.id),b={componentId:i.id,oldParentId:a.id,newParentId:m,oldIndex:g,newIndex:0};o.push(new mi.A(b)),L.Ay.moveComponent(b);if((0,gi.i)(a).forEach(t=>o.push(t)),s){(0,bi.s)(s).forEach(t=>o.push(t))}const y=l.closest("block");if(y){const t=(0,bi.s)(y);(0,xi.Ay)({steps:t,force:!0,update:!0})}return o};var vi=a(18057);function ki(t,e){t&&(Array.isArray(t.children)?t.children.forEach(t=>{ki(t,e)}):t&&"object"==typeof t&&e(t))}function Ci(t,e){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null;if(Array.isArray(t))t.forEach(t=>{Ci(t,e,n)});else if(t&&"object"==typeof t){const r="heading"===t.type?"heading":"paragraph"===t.type?"paragraph":n;Array.isArray(t.content)?(e(t,r),t.content.forEach(t=>{Ci(t,e,r)})):e(t,r)}else e(t,n)}const Ei=t=>{const e=O.M.get("components").find(t=>"root"===t.type),n=e?.props?.style?.fontFamily,r=e?.props?.defaultColorParagraphs||e?.props?.default_color_paragraphs,o=e?.props?.defaultColorHeadings||e?.props?.default_color_headings,i=e?.props?.primaryColor,a=e?.props?.primaryContrastColor;return Si(t,{fontFamily:n,primaryColor:i,primaryContrastColor:a,defaultColorParagraphs:r,defaultColorHeadings:o}),t};function Si(t,e){const{fontFamily:n,primaryColor:r,primaryContrastColor:o,defaultColorParagraphs:i,defaultColorHeadings:a,defaultBackgroundButtons:s,defaultColorButtons:l}=e;if(t?.props?.style){if(n&&(t.props.style.fontFamily=n),"image"===t.type&&("logo"===t.props.alt?.toLowerCase()||"logo"===t.props.as)){const e=O.M.get("config","user","logo");"string"==typeof e&&(t.props.src=e,t.props.style.height="auto")}s&&(t.props.style.background=s),l&&(t.props.style.color=l)}ki(t,t=>{if(r&&"button"===t?.type&&(t.props.style.background="var(--cdtr-primary)"),o&&"button"===t?.type&&(t.props.style.color="var(--cdtr-primary-contrast)"),"divider"===t?.type){const e=O.M.get("components").filter(t=>"divider"===t.type&&t.isInDom());if(e.length>0){const n=e.map(t=>`${t.props.style.borderColor}-${t.props.style.borderTopWidth}`),r=function(t){if(t.length<2)return t[0]||null;const e={};for(let n=0;n<t.length-1;n++){const r=t[n],o=t[n+1];e[r]||(e[r]={}),e[r][o]=(e[r][o]||0)+1}const n=e[t[t.length-1]];if(!n)return t[0];let r=null,o=0;for(const[t,e]of Object.entries(n))e>o&&(o=e,r=t);return r}(n);if(r){const n=e.find(t=>`${t.props.style.borderColor}-${t.props.style.borderTopWidth}`==`${r.split("-")[0]}-${r.split("-")[1]}`);n&&(t.props=n.props)}}}if("button"===t?.type)try{const e=O.M.get("components").find(t=>"button"===t.type&&t.isInDom());e&&(e.props.style.background&&(t.props.style.background=e.props.style.background),e.props.text&&(t.props.text=e.props.text))}catch(t){console.log("error",t)}if("countdown"===t.type){const e=O.M.get("components").find(t=>"countdown"===t.type&&t.isInDom());e&&(t.props=e.props)}if("countdown-v2"===t.type){const e=O.M.get("components").find(t=>"countdown-v2"===t.type&&t.isInDom());e&&(t.props=e.props)}if("social"===t.type){const e=O.M.get("components").find(t=>"social"===t.type&&t.isInDom());e&&(t.props=e.props)}if("spacer"===t.type){const e=O.M.get("components").find(t=>"spacer"===t.type&&t.isInDom());e&&(t.props=e.props)}}),t?.props?.items&&Array.isArray(t.props.items)&&t.props.items.forEach(t=>{t?.props?.style?n&&(t.props.style.fontFamily=n):t?.style&&n&&(t.style.fontFamily=n)}),t?.props?.text?.childNodes?.content&&t?.props?.text?.childNodes?.content&&Ci(t?.props?.text?.childNodes?.content,(t,e)=>{t&&Array.isArray(t.marks)&&t.marks.forEach(t=>{if(t&&t.attrs&&"object"==typeof t.attrs&&(t.attrs.fontFamily&&n&&(t.attrs.fontFamily=n),t.attrs.color)){let n=null;"heading"===e?n=a||i:"paragraph"===e&&(n=i),n&&(t.attrs.color=n)}})}),t&&t.children&&Array.isArray(t.children)&&t.children.forEach(t=>{Si(t,e)})}const Mi=t=>{let{template:e,to:n,direction:r}=t;const o=[];O.M.get("components",n.dataset.id);let i=O.M.get("components",n.dataset.id),a=i.parent(),s=a.children.findIndex(t=>t===i.id);if(e.body=Ei(e.body),"bottom"!==r&&"right"!==r||s++,"bottom"===r||"top"===r){const t={type:"row",props:{},children:[{type:"col",props:{lg:12},children:[e.body]}]},n=(a.parent(),L.Ay.createComponent({body:t,parentId:a.id,index:s}));o.push(new fi.A({componentId:n.id,parentId:a.id,index:s,body:t}))}else if("left"===r||"right"===r){const t={type:"col",props:{lg:0},children:[e.body]};let n=a,i=s;if("col"===a.type&&(L.Ay.updateComponent(a,"lg",0),o.push(new wi.A({componentId:a.id,key:"lg",value:0})),n=a.parent(),i=n.children.findIndex(t=>t===a.id),-1===i))throw new Error("col not found in parent");"right"===r&&i++;const l=L.Ay.createComponent({body:t,parentId:n.id,index:i});o.push(new fi.A({componentId:l.id,parentId:n.id,index:i,body:t}))}return o},Bi=t=>{let{template:e,to:n,direction:r}=t;const o=[];let i=O.M.get("components",n.dataset.id),a=i.parent(),s=a.children.findIndex(t=>t===i.id);e.body=Ei(e.body),"right"===r&&s++;const l={type:"col",props:{lg:0,style:{}},children:[e.body]},c=L.Ay.createComponent({body:l,parentId:a.id,index:s});if(o.push(new fi.A({componentId:c.id,parentId:a.id,index:s,body:l})),a&&"block"===a.type){(0,bi.s)(a).forEach(t=>o.push(t))}return o};var Oi=a(15035);const Li=t=>{let{template:e,to:n,direction:r}=t;const o=[];let i=O.M.get("components",n.dataset.id);if(!i)throw new Error("toItemCompose is not found");if(i&&"section"===i.type){const t=i.children[i.children.length-1];i=O.M.get("components",t)}const a=i.closest("block");let s=i.parent(),l=s.children.findIndex(t=>t===i.id);"bottom"!==r&&"left"!==r||l++,delete a.props.style.boxShadow,e.body=Ei(e.body);const c="block"===e.body.type?e.body:{type:"block",props:{style:a.props.style,classList:[]},children:[{type:"col",props:{lg:0},children:[e.body]}]};c.props.style.width||(c.props.style.width="610px"),"menu"!==c.props.as&&(c.props.style=a.props.style),(t=>{const e=L.Ay.configure;L.Ay.globalCommands.bodyWalk(t.body,t=>{if("form"===t.type&&e&&Array.isArray(e.plugins)){const n=e?.plugins.find(t=>"form"===t.name);n&&n.configure&&Array.isArray(n.configure.defaultFields)&&Array.isArray(n.configure.fields)&&n.configure.defaultFields.forEach(e=>{const r=n.configure.fields.find(t=>t.id===e.id);if(r&&!t.props.items.find(t=>t.id===r.id)){const e=(0,Oi.v)(r);e&&t.props.items.unshift(e)}})}})})({body:c});const d=L.Ay.createComponent({body:c,parentId:s.id,index:l});return o.push(new fi.A({componentId:d.id,parentId:s.id,index:l,body:c})),o},Ti=t=>{let{template:e,to:n,direction:r}=t;const o=[];let i=O.M.get("components",n.dataset.id);const a=i.parent().children.findIndex(t=>t===i.id);let s;if(e.components){const t=new Map;e.components.forEach(e=>{const n=e.id||e._id;if(n){const r=`${e.type}-${Math.random().toString(36).substr(2,9)}`;t.set(n,r)}}),e.components.forEach(e=>{const n=e.id||e._id;if(n&&t.has(n)){const r=t.get(n);e.id=r,e._id=r}Array.isArray(e.children)&&(e.children=e.children.map(e=>t.get(e)||e)),Array.isArray(e.elements)&&(e.elements=e.elements.map(e=>t.get(e)||e))}),s=(0,_e.G)(e.components||[]),e.body=s}"section"===e.body.type&&(i=i.closest("root"));let l=a;"bottom"===r&&l++,e.body=Ei(e.body);let c="block"===e.body.type?e.body:{type:"block",props:{style:{padding:"10px",marginTop:"0",marginBottom:"0",marginLeft:"auto",marginRight:"auto",backgroundColor:"transparent",maxWidth:"1320px",justifyContent:"center",width:"610px"},classList:[]}};"section"===e.body.type&&(c=e.body),"block"!==e.body.type&&"section"!==e.body.type&&(c.children=[{type:"col",props:{lg:0},children:[e.body]}]);const d=L.Ay.createComponent({body:c,parentId:i.id,index:l});if(o.push(new fi.A({componentId:d.id,parentId:i.id,index:l,body:c})),"block"===!e.body.type){const t={type:"col",props:{lg:0,style:{}}},n=L.Ay.createComponent({body:t,parentId:d.id,index:0});o.push(new fi.A({componentId:n.id,parentId:d.id,index:0,body:t}));const r=L.Ay.createComponent({body:e.body,parentId:n.id,index:0});o.push(new fi.A({componentId:r.id,parentId:n.id,index:0}))}return o},Ii=t=>{let{item:e,to:n,direction:r}=t;const o=[],i=O.M.get("components",e.dataset.id),a=i.parent(),s=i.closest("block"),l=O.M.get("components",n.dataset.id),c="top"===r?l.children[0]:l.children[l.children.length-1],d=c?O.M.get("components",c):null,p={type:"block",props:{style:d?.props?.style?{...d.props.style}:{padding:"10px",marginTop:"0",marginBottom:"0",marginLeft:"auto",marginRight:"auto",backgroundColor:"transparent",maxWidth:"1320px",justifyContent:"center",width:"610px"},classList:[]},children:[{type:"col",props:{lg:0,style:{}}}]},h="top"===r?0:l.children.length,u=L.Ay.createComponent({body:p,parentId:l.id,index:h});o.push(new fi.A({componentId:u.id,parentId:l.id,index:h,body:p}));const f=u.children[0],m=a.children.findIndex(t=>t===i.id),g={componentId:i.id,oldParentId:a.id,newParentId:f,oldIndex:m,newIndex:0};o.push(new mi.A(g)),L.Ay.moveComponent(g);if((0,gi.i)(a).forEach(t=>o.push(t)),s){const t=(0,bi.s)(s);(0,xi.Ay)({steps:t,force:!0,update:!0})}return o};class Ni{constructor(){this.delayer=new vi.A}start(){let t,e=[];const r=(0,n.A)("div",{style:{padding:"10px",background:"var(--primary)",borderRadius:"2px",width:"80px",color:"#fff",fontSize:"13px",fontFamily:"Arial",position:"absolute",top:"5px",textAlign:"var(--text-align-locale)"}});new ui({sort:!0,clone:!1,handle:".draggable-element-handle",body:".amazingbar-content-wrapper",onStart:e=>{let{item:r,dragType:o,dropType:i}=e;const a=document.querySelector(".cdtr-text-editor-plugin");a&&(a.style.display="none"),T.A.dispatch("elements:draggable:start",{item:r,dragType:o,dropType:i});const s=L.Ay.getEditor("text-editor");s&&s.destroy({from:"design-factory"}),t=(0,n.A)("style",null,`\n [data-name="add-new-block-v1"]{\n display:none !important;\n }\n .block-component > .sortable > .col-component > .row-of-col {\n max-width:90%; \n margin-right:auto;\n margin-left:auto;\n }\n ${"block"===i?"":"[droppable-element='element']{\n border:1px dashed #4845542e;\n }"}\n [droppable-element='block']{\n border-top:1px dashed #484554a8;\n border-bottom:1px dashed #484554a8;\n }\n ${"block"===i?"":"[droppable-element='col']{\n border-left:1px dashed #484554a8;\n border-right:1px dashed #484554a8;\n }"}\n `),document.body.appendChild(t)},onCancel:()=>{},finally:()=>{const n=document.querySelector(".cdtr-text-editor-plugin");n&&(n.style.display=null),T.A.dispatch("elements:draggable:end",{}),t&&t.remove(),e.forEach(t=>{t.classList.remove("move-left"),t.classList.remove("move-right"),t.classList.remove("move-top"),t.classList.remove("move-bottom"),t.classList.remove("on-moving")}),e=[]},onMove:t=>{let{item:n,to:o,direction:i,targets:a,guideLine:s,dragType:l,dropType:c}=t;o!==this.lastTarget&&(this.delayer.run(()=>{this.lastTarget=o,s.appendChild(r)},100),r.remove());const d=a.find(t=>t.closest("[data-type='col']"));if(n===o&&d&&O.M.get("components",d.dataset.id).children.length<1)return!1;const p=o.getAttribute("droppable-element");if(!p)return!1;const h=O.M.get("components",n.dataset.id);if(o.classList.add("on-moving"),h){const t=h.closest("block");t&&-1===e.indexOf(t.element)&&(t.element.classList.add("on-moving"),e.push(t.element))}e.forEach(t=>{t.classList.remove("move-left"),t.classList.remove("move-right"),t.classList.remove("move-top"),t.classList.remove("move-bottom")}),"element"===p?("left"===i?(r.innerHTML=O.M.get("lang","left-to-element"),r.style.transform="translate(-120%, -50%)",o.classList.add("move-right")):"right"===i?(r.style.transform="translate(20%, -50%)",r.innerHTML=O.M.get("lang","right-to-element"),o.classList.add("move-left")):"top"===i?(r.innerHTML=O.M.get("lang","top-to-element"),o.classList.add("move-bottom")):"bottom"===i&&(o.classList.add("move-top"),r.innerHTML=O.M.get("lang","bottom-to-element")),e.push(o)):"col"===p?"left"===i?r.innerHTML=O.M.get("lang","open-new-cell-from-left"):"right"===i&&(r.innerHTML=O.M.get("lang","open-new-cell-from-right")):"block"===p&&("top"===i?r.innerHTML=O.M.get("lang","open-new-block-from-top"):"bottom"===i&&(r.innerHTML=O.M.get("lang","open-new-block-from-bottom")))},onEnd:t=>{let{item:e,to:n,direction:r,dragType:o,dropType:i,autoDrop:a}=t;if(a||n?.dataset?.id!==e?.dataset?.id)try{if("create:element"===o){e.dataset.group;const t=e.dataset.id,a=O.M.get("components_templates").find(e=>e.id===t);if(!a)throw new Error("cant find the template","#jj-vk545gh");const s=L.Ay.getTemplate(a?.body?.type);if(s&&(s.interactions=[],s.show_on_desktop=!0,s.show_on_mobile=!0,s.show_on_tablet=!0,("button"===a.body.type||"social"===a.body.type||"countdown"===a.body.type)&&(a.body.props=s)),"create:element"===o)if("element"===i)if("left"===r||"right"===r){const t=n.closest(".col-component"),e=Bi({template:a,to:t,direction:r});e&&(0,xi.Ay)({steps:e,force:!0,update:!0})}else{const t=Mi({template:a,to:n,direction:r});t&&((0,xi.Ay)({steps:t,force:!0,update:!0}),L.Ay.clean().selectComponent(O.M.get("components",e.dataset.id)))}else if("col"!==i||"right"!==r&&"left"!==r){if("col"===i){const t=O.M.get("components",n.dataset.id);if(t){if(t.children[t.children.length-1]){const t=Mi({template:a,to:n,direction:r,update:!0});t&&(0,xi.Ay)({steps:t,force:!0,update:!0})}}}else if("block"===i){const t=Li({template:a,to:n,direction:r});t&&(0,xi.Ay)({steps:t,force:!0,update:!0})}else if("section"===i){const t=Ti({template:a,to:n,direction:r});t&&(0,xi.Ay)({steps:t,force:!0,update:!0})}}else{const t=Bi({template:a,to:n,direction:r});t&&(0,xi.Ay)({steps:t,force:!0,update:!0})}return}if("element"===o&&"block"===i){const t=O.M.get("components",e.dataset.id);if(t.closest("block")===n)return}if("block"===i&&"element"===o){const t=O.M.get("components",e.dataset.id).parent(),r=O.M.get("components",n.dataset.id).closest("block"),o=r.closest("section"),i=t.closest("section");if(r&&1===r.children.length&&o===i&&r===t)return}if("col"!==i||"left"!==r&&"right"!==r){if("col"===i){if(n.dataset.id===e.dataset.id)return;const t=O.M.get("components",n.dataset.id);if(t){const n=t.children[t.children.length-1];if(n){const t=Ai({item:e,to:O.M.get("components",n).element,direction:r,update:!0});(0,xi.Ay)({steps:t,force:!0,update:!0})}}}else if("element"===o&&"element"===i)if("left"===r||"right"===r){const t=n.closest(".col-component"),o=yi({item:e,to:t,direction:r});o&&(0,xi.Ay)({steps:o,force:!0,update:!0})}else{const t=Ai({item:e,to:n,direction:r,update:!0});t&&((0,xi.Ay)({steps:t,force:!0,update:!0}),L.Ay.clean().selectComponent(O.M.get("components",e.dataset.id)))}else if("element"===o&&"block"===i){const t=_i({item:e,to:n,direction:r});t&&(0,xi.Ay)({steps:t,force:!0,update:!0})}else if("element"===o&&"section"===i){const t=Ii({item:e,to:n,direction:r});(0,xi.Ay)({steps:t,force:!0,update:!0})}}else{const t=yi({item:e,to:n,direction:r});t&&(0,xi.Ay)({steps:t,force:!0,update:!0})}}catch(t){L.Ay.commands.goToError(),L.Ay.commands.logError({msg:t.message,error_code:"#c4111",info:{data:t.stack},s:"E"}),console.error(t)}}});const o=new qo("[cdtr-resizable='true']",{container:document.querySelector(".amazingbar-content-wrapper"),minWidth:30,onResize(t,e){let{width:n,height:r}=e;const o=t.closest("[data-type]");if(!o)return void console.warn("element must have data-type to use resizeable functionality");n=parseInt(n);const i=O.M.get("components",o.dataset.id);if(i&&"function"==typeof i.resize)i.resize({width:n,height:r});else if(i){const e=i.type;if("card"!==e){const e=t.closest(".card-component")||t.closest(".col-component"),r=e?e.offsetWidth:9999999;r<n&&(n=r)}if("card"===e){const e=t.closest(".block-component"),r=e?e.offsetWidth:9999999;r<n&&(n=r)}switch(e){case"button":L.Ay.store().execCommand2({transactions:[{type:"button",key:"style",value:{width:n+"px",minWidth:"10px"}}]});break;case"countdown":L.Ay.store().execCommand2({transactions:[{type:"countdown",key:"style",value:{width:n+"px",minWidth:"80px"}}]});break;case"text":L.Ay.store().execCommand2({transactions:[{type:"text",key:"style",value:{width:n+"px"}}]});break;case"card":L.Ay.store().execCommand2({transactions:[{type:"card",key:"style",value:{width:n+"px"}}]});break;case"video":L.Ay.store().execCommand("style",{width:n+"px",height:n/1.4+"px"});break;case"image":case"giphy":case"qr":n&&L.Ay.store().execCommand("style",{width:n+"px",height:"auto"});break;case"svg":n&&L.Ay.store().execCommand("width",n+"px");break;default:console.warn("no type found for resizable")}}else{if("inline-image"===t.getAttribute("data-type")){const t=L.Ay.getSelectedComponent(),e=t?.[0];return void(e&&e.tiptap.chain().updateImage({width:n+"px"}))}}}});L.Ay.addEditor({type:"global",name:"draggable-window-editor",editor:new Yo(".drop-modal-draggable")}),L.Ay.addEditor({type:"images",name:"resizable",editor:o}),T.A.subscribe("onScroll",()=>{o&&"function"==typeof o.rePosition&&o.rePosition()}),L.Ay.on("update",()=>{o&&"function"==typeof o.rePosition&&o.rePosition()}),T.A.subscribe("resize-page",()=>{o.stopResize({})})}}class Ri extends S.WF{constructor(){super(),this.errors={},this.indicators=[],this.lang=O.M.get("config","language"),this.scrollHandler=this.updatePositions.bind(this),this.resizeHandler=this.updatePositions.bind(this)}connectedCallback(){super.connectedCallback(),L.Ay.on("detectErrors",t=>{this.errors=t,this.updateIndicators()}),L.Ay.on("change",()=>{this.updateIndicators()}),window.addEventListener("scroll",this.scrollHandler,!0),window.addEventListener("resize",this.resizeHandler),this.updateIndicators()}disconnectedCallback(){super.disconnectedCallback(),window.removeEventListener("scroll",this.scrollHandler,!0),window.removeEventListener("resize",this.resizeHandler)}updateIndicators(){this.indicators=[],this.errors.buttons&&this.errors.buttons.forEach(t=>{t.element&&this.indicators.push({id:`button-${t.id}`,element:t.element,type:"button",error:t,message:this.getButtonErrorMessage()})}),this.errors.images&&this.errors.images.forEach(t=>{t.element&&this.indicators.push({id:`image-${t.id}`,element:t.element,type:"image",error:t,message:this.getImageErrorMessage()})}),this.errors.links&&this.errors.links.forEach(t=>{t.element&&this.indicators.push({id:`link-${t.id}`,element:t.element,type:"link",error:t,message:this.getLinkErrorMessage()})}),this.errors.social&&this.errors.social.forEach(t=>{t.compose&&t.compose.element&&this.indicators.push({id:`social-${t.compose.id}-${t.itemIndex}`,element:t.compose.element,type:"social",error:t,message:this.getSocialErrorMessage()})}),this.errors.socialLinks&&this.errors.socialLinks.forEach(t=>{t.compose&&t.compose.element&&this.indicators.push({id:`social-link-${t.compose.id}-${t.itemIndex}`,element:t.compose.element,type:"socialLink",error:t,message:this.getSocialLinkErrorMessage()})}),this.requestUpdate(),this.updatePositions()}updatePositions(){this.updateComplete.then(()=>{this.indicators.forEach(t=>{const e=t.element.getBoundingClientRect(),n=this.shadowRoot.querySelector(`[data-indicator-id="${t.id}"]`);n&&(n.style.left=e.right-8+"px",n.style.top=e.top-8+"px")})})}getButtonErrorMessage(){const t={en:{title:"Button Missing Link",content:"This button doesn't have a link attached. Click to add a link in the properties panel.",action:"Add Link"},he:{title:"כפתור חסר קישור",content:"לכפתור הזה אין קישור. לחץ כדי להוסיף קישור בלוח המאפיינים.",action:"הוסף קישור"}};return t[this.lang]||t.en}getImageErrorMessage(){const t={en:{title:"Placeholder Image",content:"This image is still using a placeholder. Click to replace it with an actual image.",action:"Replace Image"},he:{title:"תמונת ברירת מחדל",content:"התמונה הזו עדיין משתמשת בתמונת ברירת מחדל. לחץ כדי להחליף אותה בתמונה אמיתית.",action:"החלף תמונה"}};return t[this.lang]||t.en}getLinkErrorMessage(){const t={en:{title:"Invalid Link",content:"This link is invalid or broken. Click to fix the URL in the properties panel.",action:"Fix Link"},he:{title:"קישור לא תקין",content:"הקישור הזה לא תקין או שבור. לחץ כדי לתקן את הכתובת בלוח המאפיינים.",action:"תקן קישור"}};return t[this.lang]||t.en}getSocialErrorMessage(){const t={en:{title:"Social Icon Missing Link",content:"This social icon doesn't have a link attached. Click to add a link in the properties panel.",action:"Add Link"},he:{title:"אייקון חברתי חסר קישור",content:"לאייקון החברתי הזה אין קישור. לחץ כדי להוסיף קישור בלוח המאפיינים.",action:"הוסף קישור"}};return t[this.lang]||t.en}getSocialLinkErrorMessage(){const t={en:{title:"Invalid Social Link",content:"This social icon has an invalid or broken link. Click to fix the URL in the properties panel.",action:"Fix Link"},he:{title:"קישור חברתי לא תקין",content:"לאייקון החברתי הזה יש קישור לא תקין או שבור. לחץ כדי לתקן את הכתובת בלוח המאפיינים.",action:"תקן קישור"}};return t[this.lang]||t.en}handleIndicatorClick(t){this.closeAllPopovers();const e=this.shadowRoot.querySelector(`[data-popover-id="${t.id}"]`);e&&e.classList.add("show")}handleActionClick(t){let e;e=(t.type="social")?t.error.compose:t.error,L.Ay.clean().selectComponent(e),setTimeout(()=>{"button"===t.type?L.Ay.dispatch("editor-tabs",{name:"link"}):"image"===t.type?L.Ay.dispatch("editor-tabs",{name:"image"}):("link"===t.type||"social"===t.type)&&L.Ay.dispatch("editor-tabs",{name:"link"})},500),this.closeAllPopovers()}closeAllPopovers(){this.shadowRoot.querySelectorAll(".popover").forEach(t=>{t.classList.remove("show")})}handleCloseClick(t){t.stopPropagation(),this.closeAllPopovers()}render(){return S.qy`
3245
3245
  ${this.indicators.map(t=>S.qy`
3246
3246
  <div
3247
3247
  class="error-indicator"
@@ -3256,7 +3256,7 @@
3256
3256
  </cdtr-tooltip>
3257
3257
  </div>
3258
3258
  `)}
3259
- `}}Ni.properties={errors:{type:Object},indicators:{type:Array},lang:{type:String}},Ni.styles=S.AH`
3259
+ `}}Ri.properties={errors:{type:Object},indicators:{type:Array},lang:{type:String}},Ri.styles=S.AH`
3260
3260
  :host {
3261
3261
  position: fixed;
3262
3262
  top: 0;
@@ -3416,7 +3416,7 @@
3416
3416
  .close-button:hover {
3417
3417
  color: #6b7280;
3418
3418
  }
3419
- `,customElements.define("cdtr-error-indicator",Ni);const Ri="edit";function Di(){const t=()=>{return(t=O.M.get("components"))&&"object"==typeof t?Object.values(t).filter(t=>"object"==typeof t):[];var t};return{components:{filter:e=>t().filter(e),forEach:e=>t().forEach(e),find:e=>t().find(e),toArray:t}}}Un.setup(jo());const Pi=t=>{const{onLoad:e,components:r,page:o}=t,i={element:null},s=new Ii(L.Ay);a.e(9193).then(a.bind(a,49193)).then(()=>{"function"==typeof e&&setTimeout(e,700),s.start()}),O.M.set({breakPoint:"lg"}),T.A.subscribe("toggle-side-menu",t=>{let{opened:e}=t;i.element.style.maxWidth=e?"100%":"0"}),window.addEventListener("error",t=>{console.debug(t),(0,N.Ay)()&&T.A.dispatch("snackbar",{text:t.message})}),window.addEventListener("keydown",t=>{"s"===t.key&&(t.ctrlKey||t.metaKey)&&(t.preventDefault(),T.A.dispatch("snackbar",{text:O.M.get("lang","savedSuccess")}))}),O.M.set(Di()),(async()=>(0,V.Jt)(`${U.XW.api_url}/colors`))().then(t=>{O.M.set({colorPalletes:t.data})}),O.M.set({page:{...o}});const l=O.M.get("config"),c=l.mode||Ri,d="boolean"!=typeof l.editable||l.editable,p=(0,xe.G)(r),{children:h}=(0,xe.X)({children:[p]}),u=(0,n.A)(Ae,null,!1===d&&(0,n.A)("div",{className:g.previewMode}),h),f=(0,n.A)("div",{ref:i,className:[g.sidebar,"cdtr-sidebar"].join(" ")},c===Ri&&(0,n.A)(ct,null));return(0,n.A)("main",{className:(0,_.A)(g.root,"root-cdtr--editor-io-v2"),role:"main",id:"main-editor-ui"},(0,n.A)("cdtr-row",null,(0,n.A)("cdtr-edit-chat-drawer",null),(0,n.A)("cdtr-col",{className:g.page},(c===Ri||"ai-edit"===c)&&(0,n.A)("cdtr-top-navbar",null),u),f),(0,n.A)("cdtr-toast-provider",null),(0,n.A)("cdtr-container-style",{width:"300"}),(0,n.A)("cdtr-error-indicator",null))},zi=(t,e)=>{let{target:r,page:o,components:i}=t;const a=(0,n.A)(Pi,{page:o,components:i,onLoad:e});return r.appendChild(a),a};var Hi=a(30274),$i={};$i.setAttributes=p(),$i.insert=c().bind(null,"head"),$i.domAPI=s(),$i.insertStyleElement=u();o()(Hi.A,$i);const ji=Hi.A&&Hi.A.locals?Hi.A.locals:void 0,Fi=["Creativity is intelligence having fun.","Design is not just what it looks like. Design is how it works.","Simplicity is the ultimate sophistication.","The best design is invisible.","Design creates culture. Culture shapes values. Values determine the future.","Make it simple, but significant.","Good design is obvious. Great design is transparent.","Design is a solution to a problem. Art is a question to a problem."],Ui=()=>{const t=document.createElement("div");t.classList.add(ji.backdrop);const e=document.createElement("div");e.classList.add(ji.left);const n=document.createElement("div");n.classList.add(ji.content);const r=document.createElement("video");r.src="https://api.creaditor.ai/static/scripts/84702e107adede1a967468c78921d455.mp4",r.autoplay=!0,r.muted=!0,r.controls=!1,r.style.width="150px",r.style.height="150px",r.style.objectFit="cover",r.loop=!0,r.playsInline=!0;const o=document.createElement("p");o.classList.add(ji.quote),o.textContent=Fi[Math.floor(Math.random()*Fi.length)];const i=document.createElement("div");i.classList.add(ji.progressTrack);const a=document.createElement("div");a.classList.add(ji.progressBar),i.appendChild(a),n.appendChild(r),n.appendChild(o),n.appendChild(i),e.appendChild(n);const s=document.createElement("div");return s.classList.add(ji.right),s.style.backgroundImage="url(data:image/png;base64,ZXhwb3J0IGRlZmF1bHQgImh0dHBzOi8vYXBpLmNyZWFkaXRvci5haS9zdGF0aWMvc2NyaXB0cy9kY2E5MzMwYWYwNzMyNWQzMWFiMDRkNjA4Mzg2ODRjZC5wbmciOw==)",t.appendChild(e),t.appendChild(s),t},Vi=t=>{const e=document.createElement("link");t.id&&(e.id=t.id),t.rel&&(e.rel=t.rel),t.crossorigin&&(e.crossOrigin="true"),t.href?(e.href=t.href,"function"==typeof t.onLoad&&e.addEventListener("load",()=>{t.onLoad()},{once:!0}),document.getElementsByTagName("head")[0].appendChild(e)):console.error(`${t.href} is not valid`)};a(39239);var qi=a(27515),Wi={};Wi.setAttributes=p(),Wi.insert=c().bind(null,"head"),Wi.domAPI=s(),Wi.insertStyleElement=u();o()(qi.A,Wi);qi.A&&qi.A.locals&&qi.A.locals;var Yi=a(25179),Xi={};Xi.setAttributes=p(),Xi.insert=c().bind(null,"head"),Xi.domAPI=s(),Xi.insertStyleElement=u();o()(Yi.A,Xi);Yi.A&&Yi.A.locals&&Yi.A.locals;var Zi=a(32250),Ki={};Ki.setAttributes=p(),Ki.insert=c().bind(null,"head"),Ki.domAPI=s(),Ki.insertStyleElement=u();o()(Zi.A,Ki);Zi.A&&Zi.A.locals&&Zi.A.locals;var Ji=a(64054),Gi={};Gi.setAttributes=p(),Gi.insert=c().bind(null,"head"),Gi.domAPI=s(),Gi.insertStyleElement=u();o()(Ji.A,Gi);Ji.A&&Ji.A.locals&&Ji.A.locals;var Qi=a(36166);Window.prototype.$=Document.prototype.$=document.querySelector.bind(document),Window.prototype.$$=Document.prototype.$$=document.querySelectorAll.bind(document),Window.prototype.getSelectedElement=function(){const t=document.getSelection();if(t){let e=t.focusNode;if(null!==e){for(;3===e.nodeType;)e=e.parentNode;return e}return null}},String.prototype.capitalizeFirstLetter=function(){return this.charAt(0).toUpperCase()+this.slice(1)},String.prototype.toHtmlElement=function(t){try{if(/<\/?[a-z][\s\S]*>/i.test(this)){const e=document.createElement("div");return e.innerHTML=this.trim(),e.firstChild&&1===e.firstChild.nodeType&&(0,Qi.A)(e.firstChild,t),e.firstChild}}catch(t){console.error(t)}},String.prototype.equalWith=function(t){const e=this.split("/");return 0!==e.length&&(e.length>1?e[1]===t:e[0]===t)},String.prototype.getElementType=function(){const t=this.split("/");return 0===t.length?t:t.length>1?t[1]:t[0]};var ta=a(70591),ea={};ea.setAttributes=p(),ea.insert=c().bind(null,"head"),ea.domAPI=s(),ea.insertStyleElement=u();o()(ta.A,ea);ta.A&&ta.A.locals&&ta.A.locals;var na=a(35816),ra={};ra.setAttributes=p(),ra.insert=c().bind(null,"head"),ra.domAPI=s(),ra.insertStyleElement=u();o()(na.A,ra);na.A&&na.A.locals&&na.A.locals;class oa extends S.WF{constructor(){super(),this.inputEvent=void 0,this.min=0,this.max=100,this.step=1,this.value=0,this.setValue=this.setValue.bind(this),this.inputEvent=new UIEvent("input",{view:window,bubbles:!0,cancelable:!0})}render(){return S.qy`<cdtr-slider
3419
+ `,customElements.define("cdtr-error-indicator",Ri);const Di="edit";function Pi(){const t=()=>{return(t=O.M.get("components"))&&"object"==typeof t?Object.values(t).filter(t=>"object"==typeof t):[];var t};return{components:{filter:e=>t().filter(e),forEach:e=>t().forEach(e),find:e=>t().find(e),toArray:t}}}Vn.setup(Fo());const zi=t=>{const{onLoad:e,components:r,page:o}=t,i={element:null},s=new Ni(L.Ay);a.e(9193).then(a.bind(a,49193)).then(()=>{"function"==typeof e&&setTimeout(e,700),s.start()}),O.M.set({breakPoint:"lg"}),T.A.subscribe("toggle-side-menu",t=>{let{opened:e}=t;i.element.style.maxWidth=e?"100%":"0"}),window.addEventListener("error",t=>{console.debug(t),(0,N.Ay)()&&T.A.dispatch("snackbar",{text:t.message})}),window.addEventListener("keydown",t=>{"s"===t.key&&(t.ctrlKey||t.metaKey)&&(t.preventDefault(),T.A.dispatch("snackbar",{text:O.M.get("lang","savedSuccess")}))}),O.M.set(Pi()),(async()=>(0,V.Jt)(`${U.XW.api_url}/colors`))().then(t=>{O.M.set({colorPalletes:t.data})}),O.M.set({page:{...o}});const l=O.M.get("config"),c=l.mode||Di,d="boolean"!=typeof l.editable||l.editable,p=(0,_e.G)(r),{children:h}=(0,_e.X)({children:[p]}),u=(0,n.A)(xe,null,!1===d&&(0,n.A)("div",{className:g.previewMode}),h),f=(0,n.A)("div",{ref:i,className:[g.sidebar,"cdtr-sidebar"].join(" ")},c===Di&&(0,n.A)(dt,null));return(0,n.A)("main",{className:(0,_.A)(g.root,"root-cdtr--editor-io-v2"),role:"main",id:"main-editor-ui"},(0,n.A)("cdtr-row",null,(0,n.A)("cdtr-edit-chat-drawer",null),(0,n.A)("cdtr-col",{className:g.page},(c===Di||"ai-edit"===c)&&(0,n.A)("cdtr-top-navbar",null),u),f),(0,n.A)("cdtr-toast-provider",null),(0,n.A)("cdtr-container-style",{width:"300"}),(0,n.A)("cdtr-error-indicator",null))},Hi=(t,e)=>{let{target:r,page:o,components:i}=t;const a=(0,n.A)(zi,{page:o,components:i,onLoad:e});return r.appendChild(a),a};var $i=a(30274),ji={};ji.setAttributes=p(),ji.insert=c().bind(null,"head"),ji.domAPI=s(),ji.insertStyleElement=u();o()($i.A,ji);const Fi=$i.A&&$i.A.locals?$i.A.locals:void 0,Ui=["Creativity is intelligence having fun.","Design is not just what it looks like. Design is how it works.","Simplicity is the ultimate sophistication.","The best design is invisible.","Design creates culture. Culture shapes values. Values determine the future.","Make it simple, but significant.","Good design is obvious. Great design is transparent.","Design is a solution to a problem. Art is a question to a problem."],Vi=()=>{const t=document.createElement("div");t.classList.add(Fi.backdrop);const e=document.createElement("div");e.classList.add(Fi.left);const n=document.createElement("div");n.classList.add(Fi.content);const r=document.createElement("video");r.src="https://api.creaditor.ai/static/scripts/84702e107adede1a967468c78921d455.mp4",r.autoplay=!0,r.muted=!0,r.controls=!1,r.style.width="150px",r.style.height="150px",r.style.objectFit="cover",r.loop=!0,r.playsInline=!0;const o=document.createElement("p");o.classList.add(Fi.quote),o.textContent=Ui[Math.floor(Math.random()*Ui.length)];const i=document.createElement("div");i.classList.add(Fi.progressTrack);const a=document.createElement("div");a.classList.add(Fi.progressBar),i.appendChild(a),n.appendChild(r),n.appendChild(o),n.appendChild(i),e.appendChild(n);const s=document.createElement("div");return s.classList.add(Fi.right),s.style.backgroundImage="url(data:image/png;base64,ZXhwb3J0IGRlZmF1bHQgImh0dHBzOi8vYXBpLmNyZWFkaXRvci5haS9zdGF0aWMvc2NyaXB0cy9kY2E5MzMwYWYwNzMyNWQzMWFiMDRkNjA4Mzg2ODRjZC5wbmciOw==)",t.appendChild(e),t.appendChild(s),t},qi=t=>{const e=document.createElement("link");t.id&&(e.id=t.id),t.rel&&(e.rel=t.rel),t.crossorigin&&(e.crossOrigin="true"),t.href?(e.href=t.href,"function"==typeof t.onLoad&&e.addEventListener("load",()=>{t.onLoad()},{once:!0}),document.getElementsByTagName("head")[0].appendChild(e)):console.error(`${t.href} is not valid`)};a(39239);var Wi=a(27515),Yi={};Yi.setAttributes=p(),Yi.insert=c().bind(null,"head"),Yi.domAPI=s(),Yi.insertStyleElement=u();o()(Wi.A,Yi);Wi.A&&Wi.A.locals&&Wi.A.locals;var Xi=a(25179),Zi={};Zi.setAttributes=p(),Zi.insert=c().bind(null,"head"),Zi.domAPI=s(),Zi.insertStyleElement=u();o()(Xi.A,Zi);Xi.A&&Xi.A.locals&&Xi.A.locals;var Ki=a(32250),Ji={};Ji.setAttributes=p(),Ji.insert=c().bind(null,"head"),Ji.domAPI=s(),Ji.insertStyleElement=u();o()(Ki.A,Ji);Ki.A&&Ki.A.locals&&Ki.A.locals;var Gi=a(64054),Qi={};Qi.setAttributes=p(),Qi.insert=c().bind(null,"head"),Qi.domAPI=s(),Qi.insertStyleElement=u();o()(Gi.A,Qi);Gi.A&&Gi.A.locals&&Gi.A.locals;var ta=a(36166);Window.prototype.$=Document.prototype.$=document.querySelector.bind(document),Window.prototype.$$=Document.prototype.$$=document.querySelectorAll.bind(document),Window.prototype.getSelectedElement=function(){const t=document.getSelection();if(t){let e=t.focusNode;if(null!==e){for(;3===e.nodeType;)e=e.parentNode;return e}return null}},String.prototype.capitalizeFirstLetter=function(){return this.charAt(0).toUpperCase()+this.slice(1)},String.prototype.toHtmlElement=function(t){try{if(/<\/?[a-z][\s\S]*>/i.test(this)){const e=document.createElement("div");return e.innerHTML=this.trim(),e.firstChild&&1===e.firstChild.nodeType&&(0,ta.A)(e.firstChild,t),e.firstChild}}catch(t){console.error(t)}},String.prototype.equalWith=function(t){const e=this.split("/");return 0!==e.length&&(e.length>1?e[1]===t:e[0]===t)},String.prototype.getElementType=function(){const t=this.split("/");return 0===t.length?t:t.length>1?t[1]:t[0]};var ea=a(70591),na={};na.setAttributes=p(),na.insert=c().bind(null,"head"),na.domAPI=s(),na.insertStyleElement=u();o()(ea.A,na);ea.A&&ea.A.locals&&ea.A.locals;var ra=a(35816),oa={};oa.setAttributes=p(),oa.insert=c().bind(null,"head"),oa.domAPI=s(),oa.insertStyleElement=u();o()(ra.A,oa);ra.A&&ra.A.locals&&ra.A.locals;class ia extends S.WF{constructor(){super(),this.inputEvent=void 0,this.min=0,this.max=100,this.step=1,this.value=0,this.setValue=this.setValue.bind(this),this.inputEvent=new UIEvent("input",{view:window,bubbles:!0,cancelable:!0})}render(){return S.qy`<cdtr-slider
3420
3420
  @immediate-value-change="${this.setValue}"
3421
3421
  @change=${this.setValue}
3422
3422
  min="${this.min}"
@@ -3426,7 +3426,7 @@
3426
3426
  pin
3427
3427
  snaps
3428
3428
  dir="ltr"
3429
- />`}setValue(t){this.value=t.target.immediateValue,this.dispatchEvent(this.inputEvent)}patch(t){this.value=t}}oa.styles=S.AH`
3429
+ />`}setValue(t){this.value=t.target.immediateValue,this.dispatchEvent(this.inputEvent)}patch(t){this.value=t}}ia.styles=S.AH`
3430
3430
  :root {
3431
3431
  --cdtr-slider-knob-color: var(--primary);
3432
3432
  }
@@ -3438,7 +3438,7 @@
3438
3438
  --paper-progress-active-color: var(--primary);
3439
3439
  --cdtr-slider-pin-color: #000;
3440
3440
  }
3441
- `,oa.properties={value:{type:Number,reflect:!0},step:{type:Number,reflect:!0},min:{type:Number,reflect:!0},max:{type:Number,reflect:!0}},customElements.define("cdtr-range",oa);class ia extends S.WF{constructor(){super(),this.inputEvent=void 0,this.min=0,this.max=100,this.step=1,this.value=0;"ltr"===O.M.get("theme","direction")&&(this.style.flexDirection="row-reverse"),this.unit="",this.unitColor="blue",this.inputEvent=new UIEvent("input",{view:window,bubbles:!0,cancelable:!0})}render(){return S.qy`<cdtr-input
3441
+ `,ia.properties={value:{type:Number,reflect:!0},step:{type:Number,reflect:!0},min:{type:Number,reflect:!0},max:{type:Number,reflect:!0}},customElements.define("cdtr-range",ia);class aa extends S.WF{constructor(){super(),this.inputEvent=void 0,this.min=0,this.max=100,this.step=1,this.value=0;"ltr"===O.M.get("theme","direction")&&(this.style.flexDirection="row-reverse"),this.unit="",this.unitColor="blue",this.inputEvent=new UIEvent("input",{view:window,bubbles:!0,cancelable:!0})}render(){return S.qy`<cdtr-input
3442
3442
  @change="${this.setValue}"
3443
3443
  min="${this.min}"
3444
3444
  max="${this.max}"
@@ -3454,7 +3454,7 @@
3454
3454
  step="${this.step}"
3455
3455
  .value="${this.value}"
3456
3456
  type="range"
3457
- ></cdtr-range>`}setValue(t){this.value=Number(t.target.value),this.dispatchEvent(this.inputEvent)}patch(t){this.value=t}}function aa(t){if(null==t)return window;if("[object Window]"!==t.toString()){var e=t.ownerDocument;return e&&e.defaultView||window}return t}function sa(t){return t instanceof aa(t).Element||t instanceof Element}function la(t){return t instanceof aa(t).HTMLElement||t instanceof HTMLElement}function ca(t){return"undefined"!=typeof ShadowRoot&&(t instanceof aa(t).ShadowRoot||t instanceof ShadowRoot)}ia.styles=S.AH`
3457
+ ></cdtr-range>`}setValue(t){this.value=Number(t.target.value),this.dispatchEvent(this.inputEvent)}patch(t){this.value=t}}function sa(t){if(null==t)return window;if("[object Window]"!==t.toString()){var e=t.ownerDocument;return e&&e.defaultView||window}return t}function la(t){return t instanceof sa(t).Element||t instanceof Element}function ca(t){return t instanceof sa(t).HTMLElement||t instanceof HTMLElement}function da(t){return"undefined"!=typeof ShadowRoot&&(t instanceof sa(t).ShadowRoot||t instanceof ShadowRoot)}aa.styles=S.AH`
3458
3458
  :host {
3459
3459
  display: flex;
3460
3460
  width: 100%;
@@ -3477,12 +3477,12 @@
3477
3477
  font-family: Arial;
3478
3478
  min-width: 12px;
3479
3479
  }
3480
- `,ia.properties={value:{type:Number},step:{type:Number},min:{type:Number},max:{type:Number},unit:{type:String},unitColor:{type:String}},customElements.define("cdtr-range-input",ia);var da=Math.max,pa=Math.min,ha=Math.round;function ua(){var t=navigator.userAgentData;return null!=t&&t.brands&&Array.isArray(t.brands)?t.brands.map(function(t){return t.brand+"/"+t.version}).join(" "):navigator.userAgent}function fa(){return!/^((?!chrome|android).)*safari/i.test(ua())}function ma(t,e,n){void 0===e&&(e=!1),void 0===n&&(n=!1);var r=t.getBoundingClientRect(),o=1,i=1;e&&la(t)&&(o=t.offsetWidth>0&&ha(r.width)/t.offsetWidth||1,i=t.offsetHeight>0&&ha(r.height)/t.offsetHeight||1);var a=(sa(t)?aa(t):window).visualViewport,s=!fa()&&n,l=(r.left+(s&&a?a.offsetLeft:0))/o,c=(r.top+(s&&a?a.offsetTop:0))/i,d=r.width/o,p=r.height/i;return{width:d,height:p,top:c,right:l+d,bottom:c+p,left:l,x:l,y:c}}function ga(t){var e=aa(t);return{scrollLeft:e.pageXOffset,scrollTop:e.pageYOffset}}function ba(t){return t?(t.nodeName||"").toLowerCase():null}function ya(t){return((sa(t)?t.ownerDocument:t.document)||window.document).documentElement}function wa(t){return ma(ya(t)).left+ga(t).scrollLeft}function Aa(t){return aa(t).getComputedStyle(t)}function xa(t){var e=Aa(t),n=e.overflow,r=e.overflowX,o=e.overflowY;return/auto|scroll|overlay|hidden/.test(n+o+r)}function _a(t,e,n){void 0===n&&(n=!1);var r,o,i=la(e),a=la(e)&&function(t){var e=t.getBoundingClientRect(),n=ha(e.width)/t.offsetWidth||1,r=ha(e.height)/t.offsetHeight||1;return 1!==n||1!==r}(e),s=ya(e),l=ma(t,a,n),c={scrollLeft:0,scrollTop:0},d={x:0,y:0};return(i||!i&&!n)&&(("body"!==ba(e)||xa(s))&&(c=(r=e)!==aa(r)&&la(r)?{scrollLeft:(o=r).scrollLeft,scrollTop:o.scrollTop}:ga(r)),la(e)?((d=ma(e,!0)).x+=e.clientLeft,d.y+=e.clientTop):s&&(d.x=wa(s))),{x:l.left+c.scrollLeft-d.x,y:l.top+c.scrollTop-d.y,width:l.width,height:l.height}}function va(t){var e=ma(t),n=t.offsetWidth,r=t.offsetHeight;return Math.abs(e.width-n)<=1&&(n=e.width),Math.abs(e.height-r)<=1&&(r=e.height),{x:t.offsetLeft,y:t.offsetTop,width:n,height:r}}function ka(t){return"html"===ba(t)?t:t.assignedSlot||t.parentNode||(ca(t)?t.host:null)||ya(t)}function Ca(t){return["html","body","#document"].indexOf(ba(t))>=0?t.ownerDocument.body:la(t)&&xa(t)?t:Ca(ka(t))}function Ea(t,e){var n;void 0===e&&(e=[]);var r=Ca(t),o=r===(null==(n=t.ownerDocument)?void 0:n.body),i=aa(r),a=o?[i].concat(i.visualViewport||[],xa(r)?r:[]):r,s=e.concat(a);return o?s:s.concat(Ea(ka(a)))}function Sa(t){return["table","td","th"].indexOf(ba(t))>=0}function Ma(t){return la(t)&&"fixed"!==Aa(t).position?t.offsetParent:null}function Ba(t){for(var e=aa(t),n=Ma(t);n&&Sa(n)&&"static"===Aa(n).position;)n=Ma(n);return n&&("html"===ba(n)||"body"===ba(n)&&"static"===Aa(n).position)?e:n||function(t){var e=/firefox/i.test(ua());if(/Trident/i.test(ua())&&la(t)&&"fixed"===Aa(t).position)return null;var n=ka(t);for(ca(n)&&(n=n.host);la(n)&&["html","body"].indexOf(ba(n))<0;){var r=Aa(n);if("none"!==r.transform||"none"!==r.perspective||"paint"===r.contain||-1!==["transform","perspective"].indexOf(r.willChange)||e&&"filter"===r.willChange||e&&r.filter&&"none"!==r.filter)return n;n=n.parentNode}return null}(t)||e}var Oa="top",La="bottom",Ta="right",Ia="left",Na="auto",Ra=[Oa,La,Ta,Ia],Da="start",Pa="end",za="viewport",Ha="popper",$a=Ra.reduce(function(t,e){return t.concat([e+"-"+Da,e+"-"+Pa])},[]),ja=[].concat(Ra,[Na]).reduce(function(t,e){return t.concat([e,e+"-"+Da,e+"-"+Pa])},[]),Fa=["beforeRead","read","afterRead","beforeMain","main","afterMain","beforeWrite","write","afterWrite"];function Ua(t){var e=new Map,n=new Set,r=[];function o(t){n.add(t.name),[].concat(t.requires||[],t.requiresIfExists||[]).forEach(function(t){if(!n.has(t)){var r=e.get(t);r&&o(r)}}),r.push(t)}return t.forEach(function(t){e.set(t.name,t)}),t.forEach(function(t){n.has(t.name)||o(t)}),r}var Va={placement:"bottom",modifiers:[],strategy:"absolute"};function qa(){for(var t=arguments.length,e=new Array(t),n=0;n<t;n++)e[n]=arguments[n];return!e.some(function(t){return!(t&&"function"==typeof t.getBoundingClientRect)})}function Wa(t){void 0===t&&(t={});var e=t,n=e.defaultModifiers,r=void 0===n?[]:n,o=e.defaultOptions,i=void 0===o?Va:o;return function(t,e,n){void 0===n&&(n=i);var o,a,s={placement:"bottom",orderedModifiers:[],options:Object.assign({},Va,i),modifiersData:{},elements:{reference:t,popper:e},attributes:{},styles:{}},l=[],c=!1,d={state:s,setOptions:function(n){var o="function"==typeof n?n(s.options):n;p(),s.options=Object.assign({},i,s.options,o),s.scrollParents={reference:sa(t)?Ea(t):t.contextElement?Ea(t.contextElement):[],popper:Ea(e)};var a,c,h=function(t){var e=Ua(t);return Fa.reduce(function(t,n){return t.concat(e.filter(function(t){return t.phase===n}))},[])}((a=[].concat(r,s.options.modifiers),c=a.reduce(function(t,e){var n=t[e.name];return t[e.name]=n?Object.assign({},n,e,{options:Object.assign({},n.options,e.options),data:Object.assign({},n.data,e.data)}):e,t},{}),Object.keys(c).map(function(t){return c[t]})));return s.orderedModifiers=h.filter(function(t){return t.enabled}),s.orderedModifiers.forEach(function(t){var e=t.name,n=t.options,r=void 0===n?{}:n,o=t.effect;if("function"==typeof o){var i=o({state:s,name:e,instance:d,options:r}),a=function(){};l.push(i||a)}}),d.update()},forceUpdate:function(){if(!c){var t=s.elements,e=t.reference,n=t.popper;if(qa(e,n)){s.rects={reference:_a(e,Ba(n),"fixed"===s.options.strategy),popper:va(n)},s.reset=!1,s.placement=s.options.placement,s.orderedModifiers.forEach(function(t){return s.modifiersData[t.name]=Object.assign({},t.data)});for(var r=0;r<s.orderedModifiers.length;r++)if(!0!==s.reset){var o=s.orderedModifiers[r],i=o.fn,a=o.options,l=void 0===a?{}:a,p=o.name;"function"==typeof i&&(s=i({state:s,options:l,name:p,instance:d})||s)}else s.reset=!1,r=-1}}},update:(o=function(){return new Promise(function(t){d.forceUpdate(),t(s)})},function(){return a||(a=new Promise(function(t){Promise.resolve().then(function(){a=void 0,t(o())})})),a}),destroy:function(){p(),c=!0}};if(!qa(t,e))return d;function p(){l.forEach(function(t){return t()}),l=[]}return d.setOptions(n).then(function(t){!c&&n.onFirstUpdate&&n.onFirstUpdate(t)}),d}}var Ya={passive:!0};const Xa={name:"eventListeners",enabled:!0,phase:"write",fn:function(){},effect:function(t){var e=t.state,n=t.instance,r=t.options,o=r.scroll,i=void 0===o||o,a=r.resize,s=void 0===a||a,l=aa(e.elements.popper),c=[].concat(e.scrollParents.reference,e.scrollParents.popper);return i&&c.forEach(function(t){t.addEventListener("scroll",n.update,Ya)}),s&&l.addEventListener("resize",n.update,Ya),function(){i&&c.forEach(function(t){t.removeEventListener("scroll",n.update,Ya)}),s&&l.removeEventListener("resize",n.update,Ya)}},data:{}};function Za(t){return t.split("-")[0]}function Ka(t){return t.split("-")[1]}function Ja(t){return["top","bottom"].indexOf(t)>=0?"x":"y"}function Ga(t){var e,n=t.reference,r=t.element,o=t.placement,i=o?Za(o):null,a=o?Ka(o):null,s=n.x+n.width/2-r.width/2,l=n.y+n.height/2-r.height/2;switch(i){case Oa:e={x:s,y:n.y-r.height};break;case La:e={x:s,y:n.y+n.height};break;case Ta:e={x:n.x+n.width,y:l};break;case Ia:e={x:n.x-r.width,y:l};break;default:e={x:n.x,y:n.y}}var c=i?Ja(i):null;if(null!=c){var d="y"===c?"height":"width";switch(a){case Da:e[c]=e[c]-(n[d]/2-r[d]/2);break;case Pa:e[c]=e[c]+(n[d]/2-r[d]/2)}}return e}const Qa={name:"popperOffsets",enabled:!0,phase:"read",fn:function(t){var e=t.state,n=t.name;e.modifiersData[n]=Ga({reference:e.rects.reference,element:e.rects.popper,strategy:"absolute",placement:e.placement})},data:{}};var ts={top:"auto",right:"auto",bottom:"auto",left:"auto"};function es(t){var e,n=t.popper,r=t.popperRect,o=t.placement,i=t.variation,a=t.offsets,s=t.position,l=t.gpuAcceleration,c=t.adaptive,d=t.roundOffsets,p=t.isFixed,h=a.x,u=void 0===h?0:h,f=a.y,m=void 0===f?0:f,g="function"==typeof d?d({x:u,y:m}):{x:u,y:m};u=g.x,m=g.y;var b=a.hasOwnProperty("x"),y=a.hasOwnProperty("y"),w=Ia,A=Oa,x=window;if(c){var _=Ba(n),v="clientHeight",k="clientWidth";if(_===aa(n)&&"static"!==Aa(_=ya(n)).position&&"absolute"===s&&(v="scrollHeight",k="scrollWidth"),o===Oa||(o===Ia||o===Ta)&&i===Pa)A=La,m-=(p&&_===x&&x.visualViewport?x.visualViewport.height:_[v])-r.height,m*=l?1:-1;if(o===Ia||(o===Oa||o===La)&&i===Pa)w=Ta,u-=(p&&_===x&&x.visualViewport?x.visualViewport.width:_[k])-r.width,u*=l?1:-1}var C,E=Object.assign({position:s},c&&ts),S=!0===d?function(t,e){var n=t.x,r=t.y,o=e.devicePixelRatio||1;return{x:ha(n*o)/o||0,y:ha(r*o)/o||0}}({x:u,y:m},aa(n)):{x:u,y:m};return u=S.x,m=S.y,l?Object.assign({},E,((C={})[A]=y?"0":"",C[w]=b?"0":"",C.transform=(x.devicePixelRatio||1)<=1?"translate("+u+"px, "+m+"px)":"translate3d("+u+"px, "+m+"px, 0)",C)):Object.assign({},E,((e={})[A]=y?m+"px":"",e[w]=b?u+"px":"",e.transform="",e))}const ns={name:"computeStyles",enabled:!0,phase:"beforeWrite",fn:function(t){var e=t.state,n=t.options,r=n.gpuAcceleration,o=void 0===r||r,i=n.adaptive,a=void 0===i||i,s=n.roundOffsets,l=void 0===s||s,c={placement:Za(e.placement),variation:Ka(e.placement),popper:e.elements.popper,popperRect:e.rects.popper,gpuAcceleration:o,isFixed:"fixed"===e.options.strategy};null!=e.modifiersData.popperOffsets&&(e.styles.popper=Object.assign({},e.styles.popper,es(Object.assign({},c,{offsets:e.modifiersData.popperOffsets,position:e.options.strategy,adaptive:a,roundOffsets:l})))),null!=e.modifiersData.arrow&&(e.styles.arrow=Object.assign({},e.styles.arrow,es(Object.assign({},c,{offsets:e.modifiersData.arrow,position:"absolute",adaptive:!1,roundOffsets:l})))),e.attributes.popper=Object.assign({},e.attributes.popper,{"data-popper-placement":e.placement})},data:{}};const rs={name:"applyStyles",enabled:!0,phase:"write",fn:function(t){var e=t.state;Object.keys(e.elements).forEach(function(t){var n=e.styles[t]||{},r=e.attributes[t]||{},o=e.elements[t];la(o)&&ba(o)&&(Object.assign(o.style,n),Object.keys(r).forEach(function(t){var e=r[t];!1===e?o.removeAttribute(t):o.setAttribute(t,!0===e?"":e)}))})},effect:function(t){var e=t.state,n={popper:{position:e.options.strategy,left:"0",top:"0",margin:"0"},arrow:{position:"absolute"},reference:{}};return Object.assign(e.elements.popper.style,n.popper),e.styles=n,e.elements.arrow&&Object.assign(e.elements.arrow.style,n.arrow),function(){Object.keys(e.elements).forEach(function(t){var r=e.elements[t],o=e.attributes[t]||{},i=Object.keys(e.styles.hasOwnProperty(t)?e.styles[t]:n[t]).reduce(function(t,e){return t[e]="",t},{});la(r)&&ba(r)&&(Object.assign(r.style,i),Object.keys(o).forEach(function(t){r.removeAttribute(t)}))})}},requires:["computeStyles"]};const os={name:"offset",enabled:!0,phase:"main",requires:["popperOffsets"],fn:function(t){var e=t.state,n=t.options,r=t.name,o=n.offset,i=void 0===o?[0,0]:o,a=ja.reduce(function(t,n){return t[n]=function(t,e,n){var r=Za(t),o=[Ia,Oa].indexOf(r)>=0?-1:1,i="function"==typeof n?n(Object.assign({},e,{placement:t})):n,a=i[0],s=i[1];return a=a||0,s=(s||0)*o,[Ia,Ta].indexOf(r)>=0?{x:s,y:a}:{x:a,y:s}}(n,e.rects,i),t},{}),s=a[e.placement],l=s.x,c=s.y;null!=e.modifiersData.popperOffsets&&(e.modifiersData.popperOffsets.x+=l,e.modifiersData.popperOffsets.y+=c),e.modifiersData[r]=a}};var is={left:"right",right:"left",bottom:"top",top:"bottom"};function as(t){return t.replace(/left|right|bottom|top/g,function(t){return is[t]})}var ss={start:"end",end:"start"};function ls(t){return t.replace(/start|end/g,function(t){return ss[t]})}function cs(t,e){var n=e.getRootNode&&e.getRootNode();if(t.contains(e))return!0;if(n&&ca(n)){var r=e;do{if(r&&t.isSameNode(r))return!0;r=r.parentNode||r.host}while(r)}return!1}function ds(t){return Object.assign({},t,{left:t.x,top:t.y,right:t.x+t.width,bottom:t.y+t.height})}function ps(t,e,n){return e===za?ds(function(t,e){var n=aa(t),r=ya(t),o=n.visualViewport,i=r.clientWidth,a=r.clientHeight,s=0,l=0;if(o){i=o.width,a=o.height;var c=fa();(c||!c&&"fixed"===e)&&(s=o.offsetLeft,l=o.offsetTop)}return{width:i,height:a,x:s+wa(t),y:l}}(t,n)):sa(e)?function(t,e){var n=ma(t,!1,"fixed"===e);return n.top=n.top+t.clientTop,n.left=n.left+t.clientLeft,n.bottom=n.top+t.clientHeight,n.right=n.left+t.clientWidth,n.width=t.clientWidth,n.height=t.clientHeight,n.x=n.left,n.y=n.top,n}(e,n):ds(function(t){var e,n=ya(t),r=ga(t),o=null==(e=t.ownerDocument)?void 0:e.body,i=da(n.scrollWidth,n.clientWidth,o?o.scrollWidth:0,o?o.clientWidth:0),a=da(n.scrollHeight,n.clientHeight,o?o.scrollHeight:0,o?o.clientHeight:0),s=-r.scrollLeft+wa(t),l=-r.scrollTop;return"rtl"===Aa(o||n).direction&&(s+=da(n.clientWidth,o?o.clientWidth:0)-i),{width:i,height:a,x:s,y:l}}(ya(t)))}function hs(t,e,n,r){var o="clippingParents"===e?function(t){var e=Ea(ka(t)),n=["absolute","fixed"].indexOf(Aa(t).position)>=0&&la(t)?Ba(t):t;return sa(n)?e.filter(function(t){return sa(t)&&cs(t,n)&&"body"!==ba(t)}):[]}(t):[].concat(e),i=[].concat(o,[n]),a=i[0],s=i.reduce(function(e,n){var o=ps(t,n,r);return e.top=da(o.top,e.top),e.right=pa(o.right,e.right),e.bottom=pa(o.bottom,e.bottom),e.left=da(o.left,e.left),e},ps(t,a,r));return s.width=s.right-s.left,s.height=s.bottom-s.top,s.x=s.left,s.y=s.top,s}function us(t){return Object.assign({},{top:0,right:0,bottom:0,left:0},t)}function fs(t,e){return e.reduce(function(e,n){return e[n]=t,e},{})}function ms(t,e){void 0===e&&(e={});var n=e,r=n.placement,o=void 0===r?t.placement:r,i=n.strategy,a=void 0===i?t.strategy:i,s=n.boundary,l=void 0===s?"clippingParents":s,c=n.rootBoundary,d=void 0===c?za:c,p=n.elementContext,h=void 0===p?Ha:p,u=n.altBoundary,f=void 0!==u&&u,m=n.padding,g=void 0===m?0:m,b=us("number"!=typeof g?g:fs(g,Ra)),y=h===Ha?"reference":Ha,w=t.rects.popper,A=t.elements[f?y:h],x=hs(sa(A)?A:A.contextElement||ya(t.elements.popper),l,d,a),_=ma(t.elements.reference),v=Ga({reference:_,element:w,strategy:"absolute",placement:o}),k=ds(Object.assign({},w,v)),C=h===Ha?k:_,E={top:x.top-C.top+b.top,bottom:C.bottom-x.bottom+b.bottom,left:x.left-C.left+b.left,right:C.right-x.right+b.right},S=t.modifiersData.offset;if(h===Ha&&S){var M=S[o];Object.keys(E).forEach(function(t){var e=[Ta,La].indexOf(t)>=0?1:-1,n=[Oa,La].indexOf(t)>=0?"y":"x";E[t]+=M[n]*e})}return E}const gs={name:"flip",enabled:!0,phase:"main",fn:function(t){var e=t.state,n=t.options,r=t.name;if(!e.modifiersData[r]._skip){for(var o=n.mainAxis,i=void 0===o||o,a=n.altAxis,s=void 0===a||a,l=n.fallbackPlacements,c=n.padding,d=n.boundary,p=n.rootBoundary,h=n.altBoundary,u=n.flipVariations,f=void 0===u||u,m=n.allowedAutoPlacements,g=e.options.placement,b=Za(g),y=l||(b===g||!f?[as(g)]:function(t){if(Za(t)===Na)return[];var e=as(t);return[ls(t),e,ls(e)]}(g)),w=[g].concat(y).reduce(function(t,n){return t.concat(Za(n)===Na?function(t,e){void 0===e&&(e={});var n=e,r=n.placement,o=n.boundary,i=n.rootBoundary,a=n.padding,s=n.flipVariations,l=n.allowedAutoPlacements,c=void 0===l?ja:l,d=Ka(r),p=d?s?$a:$a.filter(function(t){return Ka(t)===d}):Ra,h=p.filter(function(t){return c.indexOf(t)>=0});0===h.length&&(h=p);var u=h.reduce(function(e,n){return e[n]=ms(t,{placement:n,boundary:o,rootBoundary:i,padding:a})[Za(n)],e},{});return Object.keys(u).sort(function(t,e){return u[t]-u[e]})}(e,{placement:n,boundary:d,rootBoundary:p,padding:c,flipVariations:f,allowedAutoPlacements:m}):n)},[]),A=e.rects.reference,x=e.rects.popper,_=new Map,v=!0,k=w[0],C=0;C<w.length;C++){var E=w[C],S=Za(E),M=Ka(E)===Da,B=[Oa,La].indexOf(S)>=0,O=B?"width":"height",L=ms(e,{placement:E,boundary:d,rootBoundary:p,altBoundary:h,padding:c}),T=B?M?Ta:Ia:M?La:Oa;A[O]>x[O]&&(T=as(T));var I=as(T),N=[];if(i&&N.push(L[S]<=0),s&&N.push(L[T]<=0,L[I]<=0),N.every(function(t){return t})){k=E,v=!1;break}_.set(E,N)}if(v)for(var R=function(t){var e=w.find(function(e){var n=_.get(e);if(n)return n.slice(0,t).every(function(t){return t})});if(e)return k=e,"break"},D=f?3:1;D>0;D--){if("break"===R(D))break}e.placement!==k&&(e.modifiersData[r]._skip=!0,e.placement=k,e.reset=!0)}},requiresIfExists:["offset"],data:{_skip:!1}};function bs(t,e,n){return da(t,pa(e,n))}const ys={name:"preventOverflow",enabled:!0,phase:"main",fn:function(t){var e=t.state,n=t.options,r=t.name,o=n.mainAxis,i=void 0===o||o,a=n.altAxis,s=void 0!==a&&a,l=n.boundary,c=n.rootBoundary,d=n.altBoundary,p=n.padding,h=n.tether,u=void 0===h||h,f=n.tetherOffset,m=void 0===f?0:f,g=ms(e,{boundary:l,rootBoundary:c,padding:p,altBoundary:d}),b=Za(e.placement),y=Ka(e.placement),w=!y,A=Ja(b),x="x"===A?"y":"x",_=e.modifiersData.popperOffsets,v=e.rects.reference,k=e.rects.popper,C="function"==typeof m?m(Object.assign({},e.rects,{placement:e.placement})):m,E="number"==typeof C?{mainAxis:C,altAxis:C}:Object.assign({mainAxis:0,altAxis:0},C),S=e.modifiersData.offset?e.modifiersData.offset[e.placement]:null,M={x:0,y:0};if(_){if(i){var B,O="y"===A?Oa:Ia,L="y"===A?La:Ta,T="y"===A?"height":"width",I=_[A],N=I+g[O],R=I-g[L],D=u?-k[T]/2:0,P=y===Da?v[T]:k[T],z=y===Da?-k[T]:-v[T],H=e.elements.arrow,$=u&&H?va(H):{width:0,height:0},j=e.modifiersData["arrow#persistent"]?e.modifiersData["arrow#persistent"].padding:{top:0,right:0,bottom:0,left:0},F=j[O],U=j[L],V=bs(0,v[T],$[T]),q=w?v[T]/2-D-V-F-E.mainAxis:P-V-F-E.mainAxis,W=w?-v[T]/2+D+V+U+E.mainAxis:z+V+U+E.mainAxis,Y=e.elements.arrow&&Ba(e.elements.arrow),X=Y?"y"===A?Y.clientTop||0:Y.clientLeft||0:0,Z=null!=(B=null==S?void 0:S[A])?B:0,K=I+W-Z,J=bs(u?pa(N,I+q-Z-X):N,I,u?da(R,K):R);_[A]=J,M[A]=J-I}if(s){var G,Q="x"===A?Oa:Ia,tt="x"===A?La:Ta,et=_[x],nt="y"===x?"height":"width",rt=et+g[Q],ot=et-g[tt],it=-1!==[Oa,Ia].indexOf(b),at=null!=(G=null==S?void 0:S[x])?G:0,st=it?rt:et-v[nt]-k[nt]-at+E.altAxis,lt=it?et+v[nt]+k[nt]-at-E.altAxis:ot,ct=u&&it?function(t,e,n){var r=bs(t,e,n);return r>n?n:r}(st,et,lt):bs(u?st:rt,et,u?lt:ot);_[x]=ct,M[x]=ct-et}e.modifiersData[r]=M}},requiresIfExists:["offset"]};const ws={name:"arrow",enabled:!0,phase:"main",fn:function(t){var e,n=t.state,r=t.name,o=t.options,i=n.elements.arrow,a=n.modifiersData.popperOffsets,s=Za(n.placement),l=Ja(s),c=[Ia,Ta].indexOf(s)>=0?"height":"width";if(i&&a){var d=function(t,e){return us("number"!=typeof(t="function"==typeof t?t(Object.assign({},e.rects,{placement:e.placement})):t)?t:fs(t,Ra))}(o.padding,n),p=va(i),h="y"===l?Oa:Ia,u="y"===l?La:Ta,f=n.rects.reference[c]+n.rects.reference[l]-a[l]-n.rects.popper[c],m=a[l]-n.rects.reference[l],g=Ba(i),b=g?"y"===l?g.clientHeight||0:g.clientWidth||0:0,y=f/2-m/2,w=d[h],A=b-p[c]-d[u],x=b/2-p[c]/2+y,_=bs(w,x,A),v=l;n.modifiersData[r]=((e={})[v]=_,e.centerOffset=_-x,e)}},effect:function(t){var e=t.state,n=t.options.element,r=void 0===n?"[data-popper-arrow]":n;null!=r&&("string"!=typeof r||(r=e.elements.popper.querySelector(r)))&&cs(e.elements.popper,r)&&(e.elements.arrow=r)},requires:["popperOffsets"],requiresIfExists:["preventOverflow"]};function As(t,e,n){return void 0===n&&(n={x:0,y:0}),{top:t.top-e.height-n.y,right:t.right-e.width+n.x,bottom:t.bottom-e.height+n.y,left:t.left-e.width-n.x}}function xs(t){return[Oa,Ta,La,Ia].some(function(e){return t[e]>=0})}const _s={name:"hide",enabled:!0,phase:"main",requiresIfExists:["preventOverflow"],fn:function(t){var e=t.state,n=t.name,r=e.rects.reference,o=e.rects.popper,i=e.modifiersData.preventOverflow,a=ms(e,{elementContext:"reference"}),s=ms(e,{altBoundary:!0}),l=As(a,r),c=As(s,o,i),d=xs(l),p=xs(c);e.modifiersData[n]={referenceClippingOffsets:l,popperEscapeOffsets:c,isReferenceHidden:d,hasPopperEscaped:p},e.attributes.popper=Object.assign({},e.attributes.popper,{"data-popper-reference-hidden":d,"data-popper-escaped":p})}};var vs=Wa({defaultModifiers:[Xa,Qa,ns,rs,os,gs,ys,ws,_s]}),ks="tippy-content",Cs="tippy-backdrop",Es="tippy-arrow",Ss="tippy-svg-arrow",Ms={passive:!0,capture:!0},Bs=function(){return document.body};function Os(t,e,n){if(Array.isArray(t)){var r=t[e];return null==r?Array.isArray(n)?n[e]:n:r}return t}function Ls(t,e){var n={}.toString.call(t);return 0===n.indexOf("[object")&&n.indexOf(e+"]")>-1}function Ts(t,e){return"function"==typeof t?t.apply(void 0,e):t}function Is(t,e){return 0===e?t:function(r){clearTimeout(n),n=setTimeout(function(){t(r)},e)};var n}function Ns(t){return[].concat(t)}function Rs(t,e){-1===t.indexOf(e)&&t.push(e)}function Ds(t){return t.split("-")[0]}function Ps(t){return[].slice.call(t)}function zs(t){return Object.keys(t).reduce(function(e,n){return void 0!==t[n]&&(e[n]=t[n]),e},{})}function Hs(){return document.createElement("div")}function $s(t){return["Element","Fragment"].some(function(e){return Ls(t,e)})}function js(t){return Ls(t,"MouseEvent")}function Fs(t){return!(!t||!t._tippy||t._tippy.reference!==t)}function Us(t){return $s(t)?[t]:function(t){return Ls(t,"NodeList")}(t)?Ps(t):Array.isArray(t)?t:Ps(document.querySelectorAll(t))}function Vs(t,e){t.forEach(function(t){t&&(t.style.transitionDuration=e+"ms")})}function qs(t,e){t.forEach(function(t){t&&t.setAttribute("data-state",e)})}function Ws(t){var e,n=Ns(t)[0];return null!=n&&null!=(e=n.ownerDocument)&&e.body?n.ownerDocument:document}function Ys(t,e,n){var r=e+"EventListener";["transitionend","webkitTransitionEnd"].forEach(function(e){t[r](e,n)})}function Xs(t,e){for(var n=e;n;){var r;if(t.contains(n))return!0;n=null==n.getRootNode||null==(r=n.getRootNode())?void 0:r.host}return!1}var Zs={isTouch:!1},Ks=0;function Js(){Zs.isTouch||(Zs.isTouch=!0,window.performance&&document.addEventListener("mousemove",Gs))}function Gs(){var t=performance.now();t-Ks<20&&(Zs.isTouch=!1,document.removeEventListener("mousemove",Gs)),Ks=t}function Qs(){var t=document.activeElement;if(Fs(t)){var e=t._tippy;t.blur&&!e.state.isVisible&&t.blur()}}var tl=!!("undefined"!=typeof window&&"undefined"!=typeof document)&&!!window.msCrypto;var el={animateFill:!1,followCursor:!1,inlinePositioning:!1,sticky:!1},nl=Object.assign({appendTo:Bs,aria:{content:"auto",expanded:"auto"},delay:0,duration:[300,250],getReferenceClientRect:null,hideOnClick:!0,ignoreAttributes:!1,interactive:!1,interactiveBorder:2,interactiveDebounce:0,moveTransition:"",offset:[0,10],onAfterUpdate:function(){},onBeforeUpdate:function(){},onCreate:function(){},onDestroy:function(){},onHidden:function(){},onHide:function(){},onMount:function(){},onShow:function(){},onShown:function(){},onTrigger:function(){},onUntrigger:function(){},onClickOutside:function(){},placement:"top",plugins:[],popperOptions:{},render:null,showOnCreate:!1,touch:!0,trigger:"mouseenter focus",triggerTarget:null},el,{allowHTML:!1,animation:"fade",arrow:!0,content:"",inertia:!1,maxWidth:350,role:"tooltip",theme:"",zIndex:9999}),rl=Object.keys(nl);function ol(t){var e=(t.plugins||[]).reduce(function(e,n){var r,o=n.name,i=n.defaultValue;o&&(e[o]=void 0!==t[o]?t[o]:null!=(r=nl[o])?r:i);return e},{});return Object.assign({},t,e)}function il(t,e){var n=Object.assign({},e,{content:Ts(e.content,[t])},e.ignoreAttributes?{}:function(t,e){var n=(e?Object.keys(ol(Object.assign({},nl,{plugins:e}))):rl).reduce(function(e,n){var r=(t.getAttribute("data-tippy-"+n)||"").trim();if(!r)return e;if("content"===n)e[n]=r;else try{e[n]=JSON.parse(r)}catch(t){e[n]=r}return e},{});return n}(t,e.plugins));return n.aria=Object.assign({},nl.aria,n.aria),n.aria={expanded:"auto"===n.aria.expanded?e.interactive:n.aria.expanded,content:"auto"===n.aria.content?e.interactive?null:"describedby":n.aria.content},n}function al(t,e){t.innerHTML=e}function sl(t){var e=Hs();return!0===t?e.className=Es:(e.className=Ss,$s(t)?e.appendChild(t):al(e,t)),e}function ll(t,e){$s(e.content)?(al(t,""),t.appendChild(e.content)):"function"!=typeof e.content&&(e.allowHTML?al(t,e.content):t.textContent=e.content)}function cl(t){var e=t.firstElementChild,n=Ps(e.children);return{box:e,content:n.find(function(t){return t.classList.contains(ks)}),arrow:n.find(function(t){return t.classList.contains(Es)||t.classList.contains(Ss)}),backdrop:n.find(function(t){return t.classList.contains(Cs)})}}function dl(t){var e=Hs(),n=Hs();n.className="tippy-box",n.setAttribute("data-state","hidden"),n.setAttribute("tabindex","-1");var r=Hs();function o(n,r){var o=cl(e),i=o.box,a=o.content,s=o.arrow;r.theme?i.setAttribute("data-theme",r.theme):i.removeAttribute("data-theme"),"string"==typeof r.animation?i.setAttribute("data-animation",r.animation):i.removeAttribute("data-animation"),r.inertia?i.setAttribute("data-inertia",""):i.removeAttribute("data-inertia"),i.style.maxWidth="number"==typeof r.maxWidth?r.maxWidth+"px":r.maxWidth,r.role?i.setAttribute("role",r.role):i.removeAttribute("role"),n.content===r.content&&n.allowHTML===r.allowHTML||ll(a,t.props),r.arrow?s?n.arrow!==r.arrow&&(i.removeChild(s),i.appendChild(sl(r.arrow))):i.appendChild(sl(r.arrow)):s&&i.removeChild(s)}return r.className=ks,r.setAttribute("data-state","hidden"),ll(r,t.props),e.appendChild(n),n.appendChild(r),o(t.props,t.props),{popper:e,onUpdate:o}}dl.$$tippy=!0;var pl=1,hl=[],ul=[];function fl(t,e){var n,r,o,i,a,s,l,c,d=il(t,Object.assign({},nl,ol(zs(e)))),p=!1,h=!1,u=!1,f=!1,m=[],g=Is(Y,d.interactiveDebounce),b=pl++,y=(c=d.plugins).filter(function(t,e){return c.indexOf(t)===e}),w={id:b,reference:t,popper:Hs(),popperInstance:null,props:d,state:{isEnabled:!0,isVisible:!1,isDestroyed:!1,isMounted:!1,isShown:!1},plugins:y,clearDelayTimeouts:function(){clearTimeout(n),clearTimeout(r),cancelAnimationFrame(o)},setProps:function(e){0;if(w.state.isDestroyed)return;I("onBeforeUpdate",[w,e]),q();var n=w.props,r=il(t,Object.assign({},n,zs(e),{ignoreAttributes:!0}));w.props=r,V(),n.interactiveDebounce!==r.interactiveDebounce&&(D(),g=Is(Y,r.interactiveDebounce));n.triggerTarget&&!r.triggerTarget?Ns(n.triggerTarget).forEach(function(t){t.removeAttribute("aria-expanded")}):r.triggerTarget&&t.removeAttribute("aria-expanded");R(),T(),_&&_(n,r);w.popperInstance&&(J(),Q().forEach(function(t){requestAnimationFrame(t._tippy.popperInstance.forceUpdate)}));I("onAfterUpdate",[w,e])},setContent:function(t){w.setProps({content:t})},show:function(){0;var t=w.state.isVisible,e=w.state.isDestroyed,n=!w.state.isEnabled,r=Zs.isTouch&&!w.props.touch,o=Os(w.props.duration,0,nl.duration);if(t||e||n||r)return;if(M().hasAttribute("disabled"))return;if(I("onShow",[w],!1),!1===w.props.onShow(w))return;w.state.isVisible=!0,S()&&(x.style.visibility="visible");T(),$(),w.state.isMounted||(x.style.transition="none");if(S()){var i=O();Vs([i.box,i.content],0)}s=function(){var t;if(w.state.isVisible&&!f){if(f=!0,x.offsetHeight,x.style.transition=w.props.moveTransition,S()&&w.props.animation){var e=O(),n=e.box,r=e.content;Vs([n,r],o),qs([n,r],"visible")}N(),R(),Rs(ul,w),null==(t=w.popperInstance)||t.forceUpdate(),I("onMount",[w]),w.props.animation&&S()&&function(t,e){F(t,e)}(o,function(){w.state.isShown=!0,I("onShown",[w])})}},function(){var t,e=w.props.appendTo,n=M();t=w.props.interactive&&e===Bs||"parent"===e?n.parentNode:Ts(e,[n]);t.contains(x)||t.appendChild(x);w.state.isMounted=!0,J(),!1}()},hide:function(){0;var t=!w.state.isVisible,e=w.state.isDestroyed,n=!w.state.isEnabled,r=Os(w.props.duration,1,nl.duration);if(t||e||n)return;if(I("onHide",[w],!1),!1===w.props.onHide(w))return;w.state.isVisible=!1,w.state.isShown=!1,f=!1,p=!1,S()&&(x.style.visibility="hidden");if(D(),j(),T(!0),S()){var o=O(),i=o.box,a=o.content;w.props.animation&&(Vs([i,a],r),qs([i,a],"hidden"))}N(),R(),w.props.animation?S()&&function(t,e){F(t,function(){!w.state.isVisible&&x.parentNode&&x.parentNode.contains(x)&&e()})}(r,w.unmount):w.unmount()},hideWithInteractivity:function(t){0;B().addEventListener("mousemove",g),Rs(hl,g),g(t)},enable:function(){w.state.isEnabled=!0},disable:function(){w.hide(),w.state.isEnabled=!1},unmount:function(){0;w.state.isVisible&&w.hide();if(!w.state.isMounted)return;G(),Q().forEach(function(t){t._tippy.unmount()}),x.parentNode&&x.parentNode.removeChild(x);ul=ul.filter(function(t){return t!==w}),w.state.isMounted=!1,I("onHidden",[w])},destroy:function(){0;if(w.state.isDestroyed)return;w.clearDelayTimeouts(),w.unmount(),q(),delete t._tippy,w.state.isDestroyed=!0,I("onDestroy",[w])}};if(!d.render)return w;var A=d.render(w),x=A.popper,_=A.onUpdate;x.setAttribute("data-tippy-root",""),x.id="tippy-"+w.id,w.popper=x,t._tippy=w,x._tippy=w;var v=y.map(function(t){return t.fn(w)}),k=t.hasAttribute("aria-expanded");return V(),R(),T(),I("onCreate",[w]),d.showOnCreate&&tt(),x.addEventListener("mouseenter",function(){w.props.interactive&&w.state.isVisible&&w.clearDelayTimeouts()}),x.addEventListener("mouseleave",function(){w.props.interactive&&w.props.trigger.indexOf("mouseenter")>=0&&B().addEventListener("mousemove",g)}),w;function C(){var t=w.props.touch;return Array.isArray(t)?t:[t,0]}function E(){return"hold"===C()[0]}function S(){var t;return!(null==(t=w.props.render)||!t.$$tippy)}function M(){return l||t}function B(){var t=M().parentNode;return t?Ws(t):document}function O(){return cl(x)}function L(t){return w.state.isMounted&&!w.state.isVisible||Zs.isTouch||i&&"focus"===i.type?0:Os(w.props.delay,t?0:1,nl.delay)}function T(t){void 0===t&&(t=!1),x.style.pointerEvents=w.props.interactive&&!t?"":"none",x.style.zIndex=""+w.props.zIndex}function I(t,e,n){var r;(void 0===n&&(n=!0),v.forEach(function(n){n[t]&&n[t].apply(n,e)}),n)&&(r=w.props)[t].apply(r,e)}function N(){var e=w.props.aria;if(e.content){var n="aria-"+e.content,r=x.id;Ns(w.props.triggerTarget||t).forEach(function(t){var e=t.getAttribute(n);if(w.state.isVisible)t.setAttribute(n,e?e+" "+r:r);else{var o=e&&e.replace(r,"").trim();o?t.setAttribute(n,o):t.removeAttribute(n)}})}}function R(){!k&&w.props.aria.expanded&&Ns(w.props.triggerTarget||t).forEach(function(t){w.props.interactive?t.setAttribute("aria-expanded",w.state.isVisible&&t===M()?"true":"false"):t.removeAttribute("aria-expanded")})}function D(){B().removeEventListener("mousemove",g),hl=hl.filter(function(t){return t!==g})}function P(e){if(!Zs.isTouch||!u&&"mousedown"!==e.type){var n=e.composedPath&&e.composedPath()[0]||e.target;if(!w.props.interactive||!Xs(x,n)){if(Ns(w.props.triggerTarget||t).some(function(t){return Xs(t,n)})){if(Zs.isTouch)return;if(w.state.isVisible&&w.props.trigger.indexOf("click")>=0)return}else I("onClickOutside",[w,e]);!0===w.props.hideOnClick&&(w.clearDelayTimeouts(),w.hide(),h=!0,setTimeout(function(){h=!1}),w.state.isMounted||j())}}}function z(){u=!0}function H(){u=!1}function $(){var t=B();t.addEventListener("mousedown",P,!0),t.addEventListener("touchend",P,Ms),t.addEventListener("touchstart",H,Ms),t.addEventListener("touchmove",z,Ms)}function j(){var t=B();t.removeEventListener("mousedown",P,!0),t.removeEventListener("touchend",P,Ms),t.removeEventListener("touchstart",H,Ms),t.removeEventListener("touchmove",z,Ms)}function F(t,e){var n=O().box;function r(t){t.target===n&&(Ys(n,"remove",r),e())}if(0===t)return e();Ys(n,"remove",a),Ys(n,"add",r),a=r}function U(e,n,r){void 0===r&&(r=!1),Ns(w.props.triggerTarget||t).forEach(function(t){t.addEventListener(e,n,r),m.push({node:t,eventType:e,handler:n,options:r})})}function V(){var t;E()&&(U("touchstart",W,{passive:!0}),U("touchend",X,{passive:!0})),(t=w.props.trigger,t.split(/\s+/).filter(Boolean)).forEach(function(t){if("manual"!==t)switch(U(t,W),t){case"mouseenter":U("mouseleave",X);break;case"focus":U(tl?"focusout":"blur",Z);break;case"focusin":U("focusout",Z)}})}function q(){m.forEach(function(t){var e=t.node,n=t.eventType,r=t.handler,o=t.options;e.removeEventListener(n,r,o)}),m=[]}function W(t){var e,n=!1;if(w.state.isEnabled&&!K(t)&&!h){var r="focus"===(null==(e=i)?void 0:e.type);i=t,l=t.currentTarget,R(),!w.state.isVisible&&js(t)&&hl.forEach(function(e){return e(t)}),"click"===t.type&&(w.props.trigger.indexOf("mouseenter")<0||p)&&!1!==w.props.hideOnClick&&w.state.isVisible?n=!0:tt(t),"click"===t.type&&(p=!n),n&&!r&&et(t)}}function Y(t){var e=t.target,n=M().contains(e)||x.contains(e);if("mousemove"!==t.type||!n){var r=Q().concat(x).map(function(t){var e,n=null==(e=t._tippy.popperInstance)?void 0:e.state;return n?{popperRect:t.getBoundingClientRect(),popperState:n,props:d}:null}).filter(Boolean);(function(t,e){var n=e.clientX,r=e.clientY;return t.every(function(t){var e=t.popperRect,o=t.popperState,i=t.props.interactiveBorder,a=Ds(o.placement),s=o.modifiersData.offset;if(!s)return!0;var l="bottom"===a?s.top.y:0,c="top"===a?s.bottom.y:0,d="right"===a?s.left.x:0,p="left"===a?s.right.x:0,h=e.top-r+l>i,u=r-e.bottom-c>i,f=e.left-n+d>i,m=n-e.right-p>i;return h||u||f||m})})(r,t)&&(D(),et(t))}}function X(t){K(t)||w.props.trigger.indexOf("click")>=0&&p||(w.props.interactive?w.hideWithInteractivity(t):et(t))}function Z(t){w.props.trigger.indexOf("focusin")<0&&t.target!==M()||w.props.interactive&&t.relatedTarget&&x.contains(t.relatedTarget)||et(t)}function K(t){return!!Zs.isTouch&&E()!==t.type.indexOf("touch")>=0}function J(){G();var e=w.props,n=e.popperOptions,r=e.placement,o=e.offset,i=e.getReferenceClientRect,a=e.moveTransition,l=S()?cl(x).arrow:null,c=i?{getBoundingClientRect:i,contextElement:i.contextElement||M()}:t,d={name:"$$tippy",enabled:!0,phase:"beforeWrite",requires:["computeStyles"],fn:function(t){var e=t.state;if(S()){var n=O().box;["placement","reference-hidden","escaped"].forEach(function(t){"placement"===t?n.setAttribute("data-placement",e.placement):e.attributes.popper["data-popper-"+t]?n.setAttribute("data-"+t,""):n.removeAttribute("data-"+t)}),e.attributes.popper={}}}},p=[{name:"offset",options:{offset:o}},{name:"preventOverflow",options:{padding:{top:2,bottom:2,left:5,right:5}}},{name:"flip",options:{padding:5}},{name:"computeStyles",options:{adaptive:!a}},d];S()&&l&&p.push({name:"arrow",options:{element:l,padding:3}}),p.push.apply(p,(null==n?void 0:n.modifiers)||[]),w.popperInstance=vs(c,x,Object.assign({},n,{placement:r,onFirstUpdate:s,modifiers:p}))}function G(){w.popperInstance&&(w.popperInstance.destroy(),w.popperInstance=null)}function Q(){return Ps(x.querySelectorAll("[data-tippy-root]"))}function tt(t){w.clearDelayTimeouts(),t&&I("onTrigger",[w,t]),$();var e=L(!0),r=C(),o=r[0],i=r[1];Zs.isTouch&&"hold"===o&&i&&(e=i),e?n=setTimeout(function(){w.show()},e):w.show()}function et(t){if(w.clearDelayTimeouts(),I("onUntrigger",[w,t]),w.state.isVisible){if(!(w.props.trigger.indexOf("mouseenter")>=0&&w.props.trigger.indexOf("click")>=0&&["mouseleave","mousemove"].indexOf(t.type)>=0&&p)){var e=L(!1);e?r=setTimeout(function(){w.state.isVisible&&w.hide()},e):o=requestAnimationFrame(function(){w.hide()})}}else j()}}function ml(t,e){void 0===e&&(e={});var n=nl.plugins.concat(e.plugins||[]);document.addEventListener("touchstart",Js,Ms),window.addEventListener("blur",Qs);var r=Object.assign({},e,{plugins:n}),o=Us(t).reduce(function(t,e){var n=e&&fl(e,r);return n&&t.push(n),t},[]);return $s(t)?o[0]:o}ml.defaultProps=nl,ml.setDefaultProps=function(t){Object.keys(t).forEach(function(e){nl[e]=t[e]})},ml.currentInput=Zs;Object.assign({},rs,{effect:function(t){var e=t.state,n={popper:{position:e.options.strategy,left:"0",top:"0",margin:"0"},arrow:{position:"absolute"},reference:{}};Object.assign(e.elements.popper.style,n.popper),e.styles=n,e.elements.arrow&&Object.assign(e.elements.arrow.style,n.arrow)}});ml.setDefaultProps({render:dl});const gl=ml;var bl=a(62351),yl={};yl.setAttributes=p(),yl.insert=c().bind(null,"head"),yl.domAPI=s(),yl.insertStyleElement=u();o()(bl.A,yl);bl.A&&bl.A.locals&&bl.A.locals;class wl extends S.WF{constructor(){super(),this.oldContent=null,this.delay="0,0",this.interactive=!1,this.arrow=!0,this.placement="top",this.tooltip=null}render(){return this.content!==this.oldContent&&this.renderTooltip({force:!0}),S.qy`<slot></slot>`}destroy(){this.tooltip&&(this.tooltip.destroy(),this.tooltip=null,this.oldContent=null)}patch(t){this.content=t,this.destroy(),this.renderTooltip()}connectedCallback(){super.connectedCallback(),this.renderTooltip()}renderTooltip(){let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};const{force:e}=t;if(!this.tooltip&&!this.content)return;if(this.tooltip&&!this.content)return void this.destroy();if(!e&&this.tooltip)return;if(this.tooltip&&this.destroy(),this.oldContent=this.content,!1===this.opened)return;const n=document.createElement("lang-text");n.style.fontSize="13px",n.whiteSpace="break-spaces",n.text=this.content,this.tooltip=gl(this,{placement:this.placement,content:n,showOnCreate:this.opened,arrow:this.arrow,interactive:this.interactive,delay:this.delay.split(",").map(t=>parseInt(t))})}disconnectedCallback(){super.disconnectedCallback(),this.destroy()}}wl.styles=S.AH`
3480
+ `,aa.properties={value:{type:Number},step:{type:Number},min:{type:Number},max:{type:Number},unit:{type:String},unitColor:{type:String}},customElements.define("cdtr-range-input",aa);var pa=Math.max,ha=Math.min,ua=Math.round;function fa(){var t=navigator.userAgentData;return null!=t&&t.brands&&Array.isArray(t.brands)?t.brands.map(function(t){return t.brand+"/"+t.version}).join(" "):navigator.userAgent}function ma(){return!/^((?!chrome|android).)*safari/i.test(fa())}function ga(t,e,n){void 0===e&&(e=!1),void 0===n&&(n=!1);var r=t.getBoundingClientRect(),o=1,i=1;e&&ca(t)&&(o=t.offsetWidth>0&&ua(r.width)/t.offsetWidth||1,i=t.offsetHeight>0&&ua(r.height)/t.offsetHeight||1);var a=(la(t)?sa(t):window).visualViewport,s=!ma()&&n,l=(r.left+(s&&a?a.offsetLeft:0))/o,c=(r.top+(s&&a?a.offsetTop:0))/i,d=r.width/o,p=r.height/i;return{width:d,height:p,top:c,right:l+d,bottom:c+p,left:l,x:l,y:c}}function ba(t){var e=sa(t);return{scrollLeft:e.pageXOffset,scrollTop:e.pageYOffset}}function ya(t){return t?(t.nodeName||"").toLowerCase():null}function wa(t){return((la(t)?t.ownerDocument:t.document)||window.document).documentElement}function Aa(t){return ga(wa(t)).left+ba(t).scrollLeft}function xa(t){return sa(t).getComputedStyle(t)}function _a(t){var e=xa(t),n=e.overflow,r=e.overflowX,o=e.overflowY;return/auto|scroll|overlay|hidden/.test(n+o+r)}function va(t,e,n){void 0===n&&(n=!1);var r,o,i=ca(e),a=ca(e)&&function(t){var e=t.getBoundingClientRect(),n=ua(e.width)/t.offsetWidth||1,r=ua(e.height)/t.offsetHeight||1;return 1!==n||1!==r}(e),s=wa(e),l=ga(t,a,n),c={scrollLeft:0,scrollTop:0},d={x:0,y:0};return(i||!i&&!n)&&(("body"!==ya(e)||_a(s))&&(c=(r=e)!==sa(r)&&ca(r)?{scrollLeft:(o=r).scrollLeft,scrollTop:o.scrollTop}:ba(r)),ca(e)?((d=ga(e,!0)).x+=e.clientLeft,d.y+=e.clientTop):s&&(d.x=Aa(s))),{x:l.left+c.scrollLeft-d.x,y:l.top+c.scrollTop-d.y,width:l.width,height:l.height}}function ka(t){var e=ga(t),n=t.offsetWidth,r=t.offsetHeight;return Math.abs(e.width-n)<=1&&(n=e.width),Math.abs(e.height-r)<=1&&(r=e.height),{x:t.offsetLeft,y:t.offsetTop,width:n,height:r}}function Ca(t){return"html"===ya(t)?t:t.assignedSlot||t.parentNode||(da(t)?t.host:null)||wa(t)}function Ea(t){return["html","body","#document"].indexOf(ya(t))>=0?t.ownerDocument.body:ca(t)&&_a(t)?t:Ea(Ca(t))}function Sa(t,e){var n;void 0===e&&(e=[]);var r=Ea(t),o=r===(null==(n=t.ownerDocument)?void 0:n.body),i=sa(r),a=o?[i].concat(i.visualViewport||[],_a(r)?r:[]):r,s=e.concat(a);return o?s:s.concat(Sa(Ca(a)))}function Ma(t){return["table","td","th"].indexOf(ya(t))>=0}function Ba(t){return ca(t)&&"fixed"!==xa(t).position?t.offsetParent:null}function Oa(t){for(var e=sa(t),n=Ba(t);n&&Ma(n)&&"static"===xa(n).position;)n=Ba(n);return n&&("html"===ya(n)||"body"===ya(n)&&"static"===xa(n).position)?e:n||function(t){var e=/firefox/i.test(fa());if(/Trident/i.test(fa())&&ca(t)&&"fixed"===xa(t).position)return null;var n=Ca(t);for(da(n)&&(n=n.host);ca(n)&&["html","body"].indexOf(ya(n))<0;){var r=xa(n);if("none"!==r.transform||"none"!==r.perspective||"paint"===r.contain||-1!==["transform","perspective"].indexOf(r.willChange)||e&&"filter"===r.willChange||e&&r.filter&&"none"!==r.filter)return n;n=n.parentNode}return null}(t)||e}var La="top",Ta="bottom",Ia="right",Na="left",Ra="auto",Da=[La,Ta,Ia,Na],Pa="start",za="end",Ha="viewport",$a="popper",ja=Da.reduce(function(t,e){return t.concat([e+"-"+Pa,e+"-"+za])},[]),Fa=[].concat(Da,[Ra]).reduce(function(t,e){return t.concat([e,e+"-"+Pa,e+"-"+za])},[]),Ua=["beforeRead","read","afterRead","beforeMain","main","afterMain","beforeWrite","write","afterWrite"];function Va(t){var e=new Map,n=new Set,r=[];function o(t){n.add(t.name),[].concat(t.requires||[],t.requiresIfExists||[]).forEach(function(t){if(!n.has(t)){var r=e.get(t);r&&o(r)}}),r.push(t)}return t.forEach(function(t){e.set(t.name,t)}),t.forEach(function(t){n.has(t.name)||o(t)}),r}var qa={placement:"bottom",modifiers:[],strategy:"absolute"};function Wa(){for(var t=arguments.length,e=new Array(t),n=0;n<t;n++)e[n]=arguments[n];return!e.some(function(t){return!(t&&"function"==typeof t.getBoundingClientRect)})}function Ya(t){void 0===t&&(t={});var e=t,n=e.defaultModifiers,r=void 0===n?[]:n,o=e.defaultOptions,i=void 0===o?qa:o;return function(t,e,n){void 0===n&&(n=i);var o,a,s={placement:"bottom",orderedModifiers:[],options:Object.assign({},qa,i),modifiersData:{},elements:{reference:t,popper:e},attributes:{},styles:{}},l=[],c=!1,d={state:s,setOptions:function(n){var o="function"==typeof n?n(s.options):n;p(),s.options=Object.assign({},i,s.options,o),s.scrollParents={reference:la(t)?Sa(t):t.contextElement?Sa(t.contextElement):[],popper:Sa(e)};var a,c,h=function(t){var e=Va(t);return Ua.reduce(function(t,n){return t.concat(e.filter(function(t){return t.phase===n}))},[])}((a=[].concat(r,s.options.modifiers),c=a.reduce(function(t,e){var n=t[e.name];return t[e.name]=n?Object.assign({},n,e,{options:Object.assign({},n.options,e.options),data:Object.assign({},n.data,e.data)}):e,t},{}),Object.keys(c).map(function(t){return c[t]})));return s.orderedModifiers=h.filter(function(t){return t.enabled}),s.orderedModifiers.forEach(function(t){var e=t.name,n=t.options,r=void 0===n?{}:n,o=t.effect;if("function"==typeof o){var i=o({state:s,name:e,instance:d,options:r}),a=function(){};l.push(i||a)}}),d.update()},forceUpdate:function(){if(!c){var t=s.elements,e=t.reference,n=t.popper;if(Wa(e,n)){s.rects={reference:va(e,Oa(n),"fixed"===s.options.strategy),popper:ka(n)},s.reset=!1,s.placement=s.options.placement,s.orderedModifiers.forEach(function(t){return s.modifiersData[t.name]=Object.assign({},t.data)});for(var r=0;r<s.orderedModifiers.length;r++)if(!0!==s.reset){var o=s.orderedModifiers[r],i=o.fn,a=o.options,l=void 0===a?{}:a,p=o.name;"function"==typeof i&&(s=i({state:s,options:l,name:p,instance:d})||s)}else s.reset=!1,r=-1}}},update:(o=function(){return new Promise(function(t){d.forceUpdate(),t(s)})},function(){return a||(a=new Promise(function(t){Promise.resolve().then(function(){a=void 0,t(o())})})),a}),destroy:function(){p(),c=!0}};if(!Wa(t,e))return d;function p(){l.forEach(function(t){return t()}),l=[]}return d.setOptions(n).then(function(t){!c&&n.onFirstUpdate&&n.onFirstUpdate(t)}),d}}var Xa={passive:!0};const Za={name:"eventListeners",enabled:!0,phase:"write",fn:function(){},effect:function(t){var e=t.state,n=t.instance,r=t.options,o=r.scroll,i=void 0===o||o,a=r.resize,s=void 0===a||a,l=sa(e.elements.popper),c=[].concat(e.scrollParents.reference,e.scrollParents.popper);return i&&c.forEach(function(t){t.addEventListener("scroll",n.update,Xa)}),s&&l.addEventListener("resize",n.update,Xa),function(){i&&c.forEach(function(t){t.removeEventListener("scroll",n.update,Xa)}),s&&l.removeEventListener("resize",n.update,Xa)}},data:{}};function Ka(t){return t.split("-")[0]}function Ja(t){return t.split("-")[1]}function Ga(t){return["top","bottom"].indexOf(t)>=0?"x":"y"}function Qa(t){var e,n=t.reference,r=t.element,o=t.placement,i=o?Ka(o):null,a=o?Ja(o):null,s=n.x+n.width/2-r.width/2,l=n.y+n.height/2-r.height/2;switch(i){case La:e={x:s,y:n.y-r.height};break;case Ta:e={x:s,y:n.y+n.height};break;case Ia:e={x:n.x+n.width,y:l};break;case Na:e={x:n.x-r.width,y:l};break;default:e={x:n.x,y:n.y}}var c=i?Ga(i):null;if(null!=c){var d="y"===c?"height":"width";switch(a){case Pa:e[c]=e[c]-(n[d]/2-r[d]/2);break;case za:e[c]=e[c]+(n[d]/2-r[d]/2)}}return e}const ts={name:"popperOffsets",enabled:!0,phase:"read",fn:function(t){var e=t.state,n=t.name;e.modifiersData[n]=Qa({reference:e.rects.reference,element:e.rects.popper,strategy:"absolute",placement:e.placement})},data:{}};var es={top:"auto",right:"auto",bottom:"auto",left:"auto"};function ns(t){var e,n=t.popper,r=t.popperRect,o=t.placement,i=t.variation,a=t.offsets,s=t.position,l=t.gpuAcceleration,c=t.adaptive,d=t.roundOffsets,p=t.isFixed,h=a.x,u=void 0===h?0:h,f=a.y,m=void 0===f?0:f,g="function"==typeof d?d({x:u,y:m}):{x:u,y:m};u=g.x,m=g.y;var b=a.hasOwnProperty("x"),y=a.hasOwnProperty("y"),w=Na,A=La,x=window;if(c){var _=Oa(n),v="clientHeight",k="clientWidth";if(_===sa(n)&&"static"!==xa(_=wa(n)).position&&"absolute"===s&&(v="scrollHeight",k="scrollWidth"),o===La||(o===Na||o===Ia)&&i===za)A=Ta,m-=(p&&_===x&&x.visualViewport?x.visualViewport.height:_[v])-r.height,m*=l?1:-1;if(o===Na||(o===La||o===Ta)&&i===za)w=Ia,u-=(p&&_===x&&x.visualViewport?x.visualViewport.width:_[k])-r.width,u*=l?1:-1}var C,E=Object.assign({position:s},c&&es),S=!0===d?function(t,e){var n=t.x,r=t.y,o=e.devicePixelRatio||1;return{x:ua(n*o)/o||0,y:ua(r*o)/o||0}}({x:u,y:m},sa(n)):{x:u,y:m};return u=S.x,m=S.y,l?Object.assign({},E,((C={})[A]=y?"0":"",C[w]=b?"0":"",C.transform=(x.devicePixelRatio||1)<=1?"translate("+u+"px, "+m+"px)":"translate3d("+u+"px, "+m+"px, 0)",C)):Object.assign({},E,((e={})[A]=y?m+"px":"",e[w]=b?u+"px":"",e.transform="",e))}const rs={name:"computeStyles",enabled:!0,phase:"beforeWrite",fn:function(t){var e=t.state,n=t.options,r=n.gpuAcceleration,o=void 0===r||r,i=n.adaptive,a=void 0===i||i,s=n.roundOffsets,l=void 0===s||s,c={placement:Ka(e.placement),variation:Ja(e.placement),popper:e.elements.popper,popperRect:e.rects.popper,gpuAcceleration:o,isFixed:"fixed"===e.options.strategy};null!=e.modifiersData.popperOffsets&&(e.styles.popper=Object.assign({},e.styles.popper,ns(Object.assign({},c,{offsets:e.modifiersData.popperOffsets,position:e.options.strategy,adaptive:a,roundOffsets:l})))),null!=e.modifiersData.arrow&&(e.styles.arrow=Object.assign({},e.styles.arrow,ns(Object.assign({},c,{offsets:e.modifiersData.arrow,position:"absolute",adaptive:!1,roundOffsets:l})))),e.attributes.popper=Object.assign({},e.attributes.popper,{"data-popper-placement":e.placement})},data:{}};const os={name:"applyStyles",enabled:!0,phase:"write",fn:function(t){var e=t.state;Object.keys(e.elements).forEach(function(t){var n=e.styles[t]||{},r=e.attributes[t]||{},o=e.elements[t];ca(o)&&ya(o)&&(Object.assign(o.style,n),Object.keys(r).forEach(function(t){var e=r[t];!1===e?o.removeAttribute(t):o.setAttribute(t,!0===e?"":e)}))})},effect:function(t){var e=t.state,n={popper:{position:e.options.strategy,left:"0",top:"0",margin:"0"},arrow:{position:"absolute"},reference:{}};return Object.assign(e.elements.popper.style,n.popper),e.styles=n,e.elements.arrow&&Object.assign(e.elements.arrow.style,n.arrow),function(){Object.keys(e.elements).forEach(function(t){var r=e.elements[t],o=e.attributes[t]||{},i=Object.keys(e.styles.hasOwnProperty(t)?e.styles[t]:n[t]).reduce(function(t,e){return t[e]="",t},{});ca(r)&&ya(r)&&(Object.assign(r.style,i),Object.keys(o).forEach(function(t){r.removeAttribute(t)}))})}},requires:["computeStyles"]};const is={name:"offset",enabled:!0,phase:"main",requires:["popperOffsets"],fn:function(t){var e=t.state,n=t.options,r=t.name,o=n.offset,i=void 0===o?[0,0]:o,a=Fa.reduce(function(t,n){return t[n]=function(t,e,n){var r=Ka(t),o=[Na,La].indexOf(r)>=0?-1:1,i="function"==typeof n?n(Object.assign({},e,{placement:t})):n,a=i[0],s=i[1];return a=a||0,s=(s||0)*o,[Na,Ia].indexOf(r)>=0?{x:s,y:a}:{x:a,y:s}}(n,e.rects,i),t},{}),s=a[e.placement],l=s.x,c=s.y;null!=e.modifiersData.popperOffsets&&(e.modifiersData.popperOffsets.x+=l,e.modifiersData.popperOffsets.y+=c),e.modifiersData[r]=a}};var as={left:"right",right:"left",bottom:"top",top:"bottom"};function ss(t){return t.replace(/left|right|bottom|top/g,function(t){return as[t]})}var ls={start:"end",end:"start"};function cs(t){return t.replace(/start|end/g,function(t){return ls[t]})}function ds(t,e){var n=e.getRootNode&&e.getRootNode();if(t.contains(e))return!0;if(n&&da(n)){var r=e;do{if(r&&t.isSameNode(r))return!0;r=r.parentNode||r.host}while(r)}return!1}function ps(t){return Object.assign({},t,{left:t.x,top:t.y,right:t.x+t.width,bottom:t.y+t.height})}function hs(t,e,n){return e===Ha?ps(function(t,e){var n=sa(t),r=wa(t),o=n.visualViewport,i=r.clientWidth,a=r.clientHeight,s=0,l=0;if(o){i=o.width,a=o.height;var c=ma();(c||!c&&"fixed"===e)&&(s=o.offsetLeft,l=o.offsetTop)}return{width:i,height:a,x:s+Aa(t),y:l}}(t,n)):la(e)?function(t,e){var n=ga(t,!1,"fixed"===e);return n.top=n.top+t.clientTop,n.left=n.left+t.clientLeft,n.bottom=n.top+t.clientHeight,n.right=n.left+t.clientWidth,n.width=t.clientWidth,n.height=t.clientHeight,n.x=n.left,n.y=n.top,n}(e,n):ps(function(t){var e,n=wa(t),r=ba(t),o=null==(e=t.ownerDocument)?void 0:e.body,i=pa(n.scrollWidth,n.clientWidth,o?o.scrollWidth:0,o?o.clientWidth:0),a=pa(n.scrollHeight,n.clientHeight,o?o.scrollHeight:0,o?o.clientHeight:0),s=-r.scrollLeft+Aa(t),l=-r.scrollTop;return"rtl"===xa(o||n).direction&&(s+=pa(n.clientWidth,o?o.clientWidth:0)-i),{width:i,height:a,x:s,y:l}}(wa(t)))}function us(t,e,n,r){var o="clippingParents"===e?function(t){var e=Sa(Ca(t)),n=["absolute","fixed"].indexOf(xa(t).position)>=0&&ca(t)?Oa(t):t;return la(n)?e.filter(function(t){return la(t)&&ds(t,n)&&"body"!==ya(t)}):[]}(t):[].concat(e),i=[].concat(o,[n]),a=i[0],s=i.reduce(function(e,n){var o=hs(t,n,r);return e.top=pa(o.top,e.top),e.right=ha(o.right,e.right),e.bottom=ha(o.bottom,e.bottom),e.left=pa(o.left,e.left),e},hs(t,a,r));return s.width=s.right-s.left,s.height=s.bottom-s.top,s.x=s.left,s.y=s.top,s}function fs(t){return Object.assign({},{top:0,right:0,bottom:0,left:0},t)}function ms(t,e){return e.reduce(function(e,n){return e[n]=t,e},{})}function gs(t,e){void 0===e&&(e={});var n=e,r=n.placement,o=void 0===r?t.placement:r,i=n.strategy,a=void 0===i?t.strategy:i,s=n.boundary,l=void 0===s?"clippingParents":s,c=n.rootBoundary,d=void 0===c?Ha:c,p=n.elementContext,h=void 0===p?$a:p,u=n.altBoundary,f=void 0!==u&&u,m=n.padding,g=void 0===m?0:m,b=fs("number"!=typeof g?g:ms(g,Da)),y=h===$a?"reference":$a,w=t.rects.popper,A=t.elements[f?y:h],x=us(la(A)?A:A.contextElement||wa(t.elements.popper),l,d,a),_=ga(t.elements.reference),v=Qa({reference:_,element:w,strategy:"absolute",placement:o}),k=ps(Object.assign({},w,v)),C=h===$a?k:_,E={top:x.top-C.top+b.top,bottom:C.bottom-x.bottom+b.bottom,left:x.left-C.left+b.left,right:C.right-x.right+b.right},S=t.modifiersData.offset;if(h===$a&&S){var M=S[o];Object.keys(E).forEach(function(t){var e=[Ia,Ta].indexOf(t)>=0?1:-1,n=[La,Ta].indexOf(t)>=0?"y":"x";E[t]+=M[n]*e})}return E}const bs={name:"flip",enabled:!0,phase:"main",fn:function(t){var e=t.state,n=t.options,r=t.name;if(!e.modifiersData[r]._skip){for(var o=n.mainAxis,i=void 0===o||o,a=n.altAxis,s=void 0===a||a,l=n.fallbackPlacements,c=n.padding,d=n.boundary,p=n.rootBoundary,h=n.altBoundary,u=n.flipVariations,f=void 0===u||u,m=n.allowedAutoPlacements,g=e.options.placement,b=Ka(g),y=l||(b===g||!f?[ss(g)]:function(t){if(Ka(t)===Ra)return[];var e=ss(t);return[cs(t),e,cs(e)]}(g)),w=[g].concat(y).reduce(function(t,n){return t.concat(Ka(n)===Ra?function(t,e){void 0===e&&(e={});var n=e,r=n.placement,o=n.boundary,i=n.rootBoundary,a=n.padding,s=n.flipVariations,l=n.allowedAutoPlacements,c=void 0===l?Fa:l,d=Ja(r),p=d?s?ja:ja.filter(function(t){return Ja(t)===d}):Da,h=p.filter(function(t){return c.indexOf(t)>=0});0===h.length&&(h=p);var u=h.reduce(function(e,n){return e[n]=gs(t,{placement:n,boundary:o,rootBoundary:i,padding:a})[Ka(n)],e},{});return Object.keys(u).sort(function(t,e){return u[t]-u[e]})}(e,{placement:n,boundary:d,rootBoundary:p,padding:c,flipVariations:f,allowedAutoPlacements:m}):n)},[]),A=e.rects.reference,x=e.rects.popper,_=new Map,v=!0,k=w[0],C=0;C<w.length;C++){var E=w[C],S=Ka(E),M=Ja(E)===Pa,B=[La,Ta].indexOf(S)>=0,O=B?"width":"height",L=gs(e,{placement:E,boundary:d,rootBoundary:p,altBoundary:h,padding:c}),T=B?M?Ia:Na:M?Ta:La;A[O]>x[O]&&(T=ss(T));var I=ss(T),N=[];if(i&&N.push(L[S]<=0),s&&N.push(L[T]<=0,L[I]<=0),N.every(function(t){return t})){k=E,v=!1;break}_.set(E,N)}if(v)for(var R=function(t){var e=w.find(function(e){var n=_.get(e);if(n)return n.slice(0,t).every(function(t){return t})});if(e)return k=e,"break"},D=f?3:1;D>0;D--){if("break"===R(D))break}e.placement!==k&&(e.modifiersData[r]._skip=!0,e.placement=k,e.reset=!0)}},requiresIfExists:["offset"],data:{_skip:!1}};function ys(t,e,n){return pa(t,ha(e,n))}const ws={name:"preventOverflow",enabled:!0,phase:"main",fn:function(t){var e=t.state,n=t.options,r=t.name,o=n.mainAxis,i=void 0===o||o,a=n.altAxis,s=void 0!==a&&a,l=n.boundary,c=n.rootBoundary,d=n.altBoundary,p=n.padding,h=n.tether,u=void 0===h||h,f=n.tetherOffset,m=void 0===f?0:f,g=gs(e,{boundary:l,rootBoundary:c,padding:p,altBoundary:d}),b=Ka(e.placement),y=Ja(e.placement),w=!y,A=Ga(b),x="x"===A?"y":"x",_=e.modifiersData.popperOffsets,v=e.rects.reference,k=e.rects.popper,C="function"==typeof m?m(Object.assign({},e.rects,{placement:e.placement})):m,E="number"==typeof C?{mainAxis:C,altAxis:C}:Object.assign({mainAxis:0,altAxis:0},C),S=e.modifiersData.offset?e.modifiersData.offset[e.placement]:null,M={x:0,y:0};if(_){if(i){var B,O="y"===A?La:Na,L="y"===A?Ta:Ia,T="y"===A?"height":"width",I=_[A],N=I+g[O],R=I-g[L],D=u?-k[T]/2:0,P=y===Pa?v[T]:k[T],z=y===Pa?-k[T]:-v[T],H=e.elements.arrow,$=u&&H?ka(H):{width:0,height:0},j=e.modifiersData["arrow#persistent"]?e.modifiersData["arrow#persistent"].padding:{top:0,right:0,bottom:0,left:0},F=j[O],U=j[L],V=ys(0,v[T],$[T]),q=w?v[T]/2-D-V-F-E.mainAxis:P-V-F-E.mainAxis,W=w?-v[T]/2+D+V+U+E.mainAxis:z+V+U+E.mainAxis,Y=e.elements.arrow&&Oa(e.elements.arrow),X=Y?"y"===A?Y.clientTop||0:Y.clientLeft||0:0,Z=null!=(B=null==S?void 0:S[A])?B:0,K=I+W-Z,J=ys(u?ha(N,I+q-Z-X):N,I,u?pa(R,K):R);_[A]=J,M[A]=J-I}if(s){var G,Q="x"===A?La:Na,tt="x"===A?Ta:Ia,et=_[x],nt="y"===x?"height":"width",rt=et+g[Q],ot=et-g[tt],it=-1!==[La,Na].indexOf(b),at=null!=(G=null==S?void 0:S[x])?G:0,st=it?rt:et-v[nt]-k[nt]-at+E.altAxis,lt=it?et+v[nt]+k[nt]-at-E.altAxis:ot,ct=u&&it?function(t,e,n){var r=ys(t,e,n);return r>n?n:r}(st,et,lt):ys(u?st:rt,et,u?lt:ot);_[x]=ct,M[x]=ct-et}e.modifiersData[r]=M}},requiresIfExists:["offset"]};const As={name:"arrow",enabled:!0,phase:"main",fn:function(t){var e,n=t.state,r=t.name,o=t.options,i=n.elements.arrow,a=n.modifiersData.popperOffsets,s=Ka(n.placement),l=Ga(s),c=[Na,Ia].indexOf(s)>=0?"height":"width";if(i&&a){var d=function(t,e){return fs("number"!=typeof(t="function"==typeof t?t(Object.assign({},e.rects,{placement:e.placement})):t)?t:ms(t,Da))}(o.padding,n),p=ka(i),h="y"===l?La:Na,u="y"===l?Ta:Ia,f=n.rects.reference[c]+n.rects.reference[l]-a[l]-n.rects.popper[c],m=a[l]-n.rects.reference[l],g=Oa(i),b=g?"y"===l?g.clientHeight||0:g.clientWidth||0:0,y=f/2-m/2,w=d[h],A=b-p[c]-d[u],x=b/2-p[c]/2+y,_=ys(w,x,A),v=l;n.modifiersData[r]=((e={})[v]=_,e.centerOffset=_-x,e)}},effect:function(t){var e=t.state,n=t.options.element,r=void 0===n?"[data-popper-arrow]":n;null!=r&&("string"!=typeof r||(r=e.elements.popper.querySelector(r)))&&ds(e.elements.popper,r)&&(e.elements.arrow=r)},requires:["popperOffsets"],requiresIfExists:["preventOverflow"]};function xs(t,e,n){return void 0===n&&(n={x:0,y:0}),{top:t.top-e.height-n.y,right:t.right-e.width+n.x,bottom:t.bottom-e.height+n.y,left:t.left-e.width-n.x}}function _s(t){return[La,Ia,Ta,Na].some(function(e){return t[e]>=0})}const vs={name:"hide",enabled:!0,phase:"main",requiresIfExists:["preventOverflow"],fn:function(t){var e=t.state,n=t.name,r=e.rects.reference,o=e.rects.popper,i=e.modifiersData.preventOverflow,a=gs(e,{elementContext:"reference"}),s=gs(e,{altBoundary:!0}),l=xs(a,r),c=xs(s,o,i),d=_s(l),p=_s(c);e.modifiersData[n]={referenceClippingOffsets:l,popperEscapeOffsets:c,isReferenceHidden:d,hasPopperEscaped:p},e.attributes.popper=Object.assign({},e.attributes.popper,{"data-popper-reference-hidden":d,"data-popper-escaped":p})}};var ks=Ya({defaultModifiers:[Za,ts,rs,os,is,bs,ws,As,vs]}),Cs="tippy-content",Es="tippy-backdrop",Ss="tippy-arrow",Ms="tippy-svg-arrow",Bs={passive:!0,capture:!0},Os=function(){return document.body};function Ls(t,e,n){if(Array.isArray(t)){var r=t[e];return null==r?Array.isArray(n)?n[e]:n:r}return t}function Ts(t,e){var n={}.toString.call(t);return 0===n.indexOf("[object")&&n.indexOf(e+"]")>-1}function Is(t,e){return"function"==typeof t?t.apply(void 0,e):t}function Ns(t,e){return 0===e?t:function(r){clearTimeout(n),n=setTimeout(function(){t(r)},e)};var n}function Rs(t){return[].concat(t)}function Ds(t,e){-1===t.indexOf(e)&&t.push(e)}function Ps(t){return t.split("-")[0]}function zs(t){return[].slice.call(t)}function Hs(t){return Object.keys(t).reduce(function(e,n){return void 0!==t[n]&&(e[n]=t[n]),e},{})}function $s(){return document.createElement("div")}function js(t){return["Element","Fragment"].some(function(e){return Ts(t,e)})}function Fs(t){return Ts(t,"MouseEvent")}function Us(t){return!(!t||!t._tippy||t._tippy.reference!==t)}function Vs(t){return js(t)?[t]:function(t){return Ts(t,"NodeList")}(t)?zs(t):Array.isArray(t)?t:zs(document.querySelectorAll(t))}function qs(t,e){t.forEach(function(t){t&&(t.style.transitionDuration=e+"ms")})}function Ws(t,e){t.forEach(function(t){t&&t.setAttribute("data-state",e)})}function Ys(t){var e,n=Rs(t)[0];return null!=n&&null!=(e=n.ownerDocument)&&e.body?n.ownerDocument:document}function Xs(t,e,n){var r=e+"EventListener";["transitionend","webkitTransitionEnd"].forEach(function(e){t[r](e,n)})}function Zs(t,e){for(var n=e;n;){var r;if(t.contains(n))return!0;n=null==n.getRootNode||null==(r=n.getRootNode())?void 0:r.host}return!1}var Ks={isTouch:!1},Js=0;function Gs(){Ks.isTouch||(Ks.isTouch=!0,window.performance&&document.addEventListener("mousemove",Qs))}function Qs(){var t=performance.now();t-Js<20&&(Ks.isTouch=!1,document.removeEventListener("mousemove",Qs)),Js=t}function tl(){var t=document.activeElement;if(Us(t)){var e=t._tippy;t.blur&&!e.state.isVisible&&t.blur()}}var el=!!("undefined"!=typeof window&&"undefined"!=typeof document)&&!!window.msCrypto;var nl={animateFill:!1,followCursor:!1,inlinePositioning:!1,sticky:!1},rl=Object.assign({appendTo:Os,aria:{content:"auto",expanded:"auto"},delay:0,duration:[300,250],getReferenceClientRect:null,hideOnClick:!0,ignoreAttributes:!1,interactive:!1,interactiveBorder:2,interactiveDebounce:0,moveTransition:"",offset:[0,10],onAfterUpdate:function(){},onBeforeUpdate:function(){},onCreate:function(){},onDestroy:function(){},onHidden:function(){},onHide:function(){},onMount:function(){},onShow:function(){},onShown:function(){},onTrigger:function(){},onUntrigger:function(){},onClickOutside:function(){},placement:"top",plugins:[],popperOptions:{},render:null,showOnCreate:!1,touch:!0,trigger:"mouseenter focus",triggerTarget:null},nl,{allowHTML:!1,animation:"fade",arrow:!0,content:"",inertia:!1,maxWidth:350,role:"tooltip",theme:"",zIndex:9999}),ol=Object.keys(rl);function il(t){var e=(t.plugins||[]).reduce(function(e,n){var r,o=n.name,i=n.defaultValue;o&&(e[o]=void 0!==t[o]?t[o]:null!=(r=rl[o])?r:i);return e},{});return Object.assign({},t,e)}function al(t,e){var n=Object.assign({},e,{content:Is(e.content,[t])},e.ignoreAttributes?{}:function(t,e){var n=(e?Object.keys(il(Object.assign({},rl,{plugins:e}))):ol).reduce(function(e,n){var r=(t.getAttribute("data-tippy-"+n)||"").trim();if(!r)return e;if("content"===n)e[n]=r;else try{e[n]=JSON.parse(r)}catch(t){e[n]=r}return e},{});return n}(t,e.plugins));return n.aria=Object.assign({},rl.aria,n.aria),n.aria={expanded:"auto"===n.aria.expanded?e.interactive:n.aria.expanded,content:"auto"===n.aria.content?e.interactive?null:"describedby":n.aria.content},n}function sl(t,e){t.innerHTML=e}function ll(t){var e=$s();return!0===t?e.className=Ss:(e.className=Ms,js(t)?e.appendChild(t):sl(e,t)),e}function cl(t,e){js(e.content)?(sl(t,""),t.appendChild(e.content)):"function"!=typeof e.content&&(e.allowHTML?sl(t,e.content):t.textContent=e.content)}function dl(t){var e=t.firstElementChild,n=zs(e.children);return{box:e,content:n.find(function(t){return t.classList.contains(Cs)}),arrow:n.find(function(t){return t.classList.contains(Ss)||t.classList.contains(Ms)}),backdrop:n.find(function(t){return t.classList.contains(Es)})}}function pl(t){var e=$s(),n=$s();n.className="tippy-box",n.setAttribute("data-state","hidden"),n.setAttribute("tabindex","-1");var r=$s();function o(n,r){var o=dl(e),i=o.box,a=o.content,s=o.arrow;r.theme?i.setAttribute("data-theme",r.theme):i.removeAttribute("data-theme"),"string"==typeof r.animation?i.setAttribute("data-animation",r.animation):i.removeAttribute("data-animation"),r.inertia?i.setAttribute("data-inertia",""):i.removeAttribute("data-inertia"),i.style.maxWidth="number"==typeof r.maxWidth?r.maxWidth+"px":r.maxWidth,r.role?i.setAttribute("role",r.role):i.removeAttribute("role"),n.content===r.content&&n.allowHTML===r.allowHTML||cl(a,t.props),r.arrow?s?n.arrow!==r.arrow&&(i.removeChild(s),i.appendChild(ll(r.arrow))):i.appendChild(ll(r.arrow)):s&&i.removeChild(s)}return r.className=Cs,r.setAttribute("data-state","hidden"),cl(r,t.props),e.appendChild(n),n.appendChild(r),o(t.props,t.props),{popper:e,onUpdate:o}}pl.$$tippy=!0;var hl=1,ul=[],fl=[];function ml(t,e){var n,r,o,i,a,s,l,c,d=al(t,Object.assign({},rl,il(Hs(e)))),p=!1,h=!1,u=!1,f=!1,m=[],g=Ns(Y,d.interactiveDebounce),b=hl++,y=(c=d.plugins).filter(function(t,e){return c.indexOf(t)===e}),w={id:b,reference:t,popper:$s(),popperInstance:null,props:d,state:{isEnabled:!0,isVisible:!1,isDestroyed:!1,isMounted:!1,isShown:!1},plugins:y,clearDelayTimeouts:function(){clearTimeout(n),clearTimeout(r),cancelAnimationFrame(o)},setProps:function(e){0;if(w.state.isDestroyed)return;I("onBeforeUpdate",[w,e]),q();var n=w.props,r=al(t,Object.assign({},n,Hs(e),{ignoreAttributes:!0}));w.props=r,V(),n.interactiveDebounce!==r.interactiveDebounce&&(D(),g=Ns(Y,r.interactiveDebounce));n.triggerTarget&&!r.triggerTarget?Rs(n.triggerTarget).forEach(function(t){t.removeAttribute("aria-expanded")}):r.triggerTarget&&t.removeAttribute("aria-expanded");R(),T(),_&&_(n,r);w.popperInstance&&(J(),Q().forEach(function(t){requestAnimationFrame(t._tippy.popperInstance.forceUpdate)}));I("onAfterUpdate",[w,e])},setContent:function(t){w.setProps({content:t})},show:function(){0;var t=w.state.isVisible,e=w.state.isDestroyed,n=!w.state.isEnabled,r=Ks.isTouch&&!w.props.touch,o=Ls(w.props.duration,0,rl.duration);if(t||e||n||r)return;if(M().hasAttribute("disabled"))return;if(I("onShow",[w],!1),!1===w.props.onShow(w))return;w.state.isVisible=!0,S()&&(x.style.visibility="visible");T(),$(),w.state.isMounted||(x.style.transition="none");if(S()){var i=O();qs([i.box,i.content],0)}s=function(){var t;if(w.state.isVisible&&!f){if(f=!0,x.offsetHeight,x.style.transition=w.props.moveTransition,S()&&w.props.animation){var e=O(),n=e.box,r=e.content;qs([n,r],o),Ws([n,r],"visible")}N(),R(),Ds(fl,w),null==(t=w.popperInstance)||t.forceUpdate(),I("onMount",[w]),w.props.animation&&S()&&function(t,e){F(t,e)}(o,function(){w.state.isShown=!0,I("onShown",[w])})}},function(){var t,e=w.props.appendTo,n=M();t=w.props.interactive&&e===Os||"parent"===e?n.parentNode:Is(e,[n]);t.contains(x)||t.appendChild(x);w.state.isMounted=!0,J(),!1}()},hide:function(){0;var t=!w.state.isVisible,e=w.state.isDestroyed,n=!w.state.isEnabled,r=Ls(w.props.duration,1,rl.duration);if(t||e||n)return;if(I("onHide",[w],!1),!1===w.props.onHide(w))return;w.state.isVisible=!1,w.state.isShown=!1,f=!1,p=!1,S()&&(x.style.visibility="hidden");if(D(),j(),T(!0),S()){var o=O(),i=o.box,a=o.content;w.props.animation&&(qs([i,a],r),Ws([i,a],"hidden"))}N(),R(),w.props.animation?S()&&function(t,e){F(t,function(){!w.state.isVisible&&x.parentNode&&x.parentNode.contains(x)&&e()})}(r,w.unmount):w.unmount()},hideWithInteractivity:function(t){0;B().addEventListener("mousemove",g),Ds(ul,g),g(t)},enable:function(){w.state.isEnabled=!0},disable:function(){w.hide(),w.state.isEnabled=!1},unmount:function(){0;w.state.isVisible&&w.hide();if(!w.state.isMounted)return;G(),Q().forEach(function(t){t._tippy.unmount()}),x.parentNode&&x.parentNode.removeChild(x);fl=fl.filter(function(t){return t!==w}),w.state.isMounted=!1,I("onHidden",[w])},destroy:function(){0;if(w.state.isDestroyed)return;w.clearDelayTimeouts(),w.unmount(),q(),delete t._tippy,w.state.isDestroyed=!0,I("onDestroy",[w])}};if(!d.render)return w;var A=d.render(w),x=A.popper,_=A.onUpdate;x.setAttribute("data-tippy-root",""),x.id="tippy-"+w.id,w.popper=x,t._tippy=w,x._tippy=w;var v=y.map(function(t){return t.fn(w)}),k=t.hasAttribute("aria-expanded");return V(),R(),T(),I("onCreate",[w]),d.showOnCreate&&tt(),x.addEventListener("mouseenter",function(){w.props.interactive&&w.state.isVisible&&w.clearDelayTimeouts()}),x.addEventListener("mouseleave",function(){w.props.interactive&&w.props.trigger.indexOf("mouseenter")>=0&&B().addEventListener("mousemove",g)}),w;function C(){var t=w.props.touch;return Array.isArray(t)?t:[t,0]}function E(){return"hold"===C()[0]}function S(){var t;return!(null==(t=w.props.render)||!t.$$tippy)}function M(){return l||t}function B(){var t=M().parentNode;return t?Ys(t):document}function O(){return dl(x)}function L(t){return w.state.isMounted&&!w.state.isVisible||Ks.isTouch||i&&"focus"===i.type?0:Ls(w.props.delay,t?0:1,rl.delay)}function T(t){void 0===t&&(t=!1),x.style.pointerEvents=w.props.interactive&&!t?"":"none",x.style.zIndex=""+w.props.zIndex}function I(t,e,n){var r;(void 0===n&&(n=!0),v.forEach(function(n){n[t]&&n[t].apply(n,e)}),n)&&(r=w.props)[t].apply(r,e)}function N(){var e=w.props.aria;if(e.content){var n="aria-"+e.content,r=x.id;Rs(w.props.triggerTarget||t).forEach(function(t){var e=t.getAttribute(n);if(w.state.isVisible)t.setAttribute(n,e?e+" "+r:r);else{var o=e&&e.replace(r,"").trim();o?t.setAttribute(n,o):t.removeAttribute(n)}})}}function R(){!k&&w.props.aria.expanded&&Rs(w.props.triggerTarget||t).forEach(function(t){w.props.interactive?t.setAttribute("aria-expanded",w.state.isVisible&&t===M()?"true":"false"):t.removeAttribute("aria-expanded")})}function D(){B().removeEventListener("mousemove",g),ul=ul.filter(function(t){return t!==g})}function P(e){if(!Ks.isTouch||!u&&"mousedown"!==e.type){var n=e.composedPath&&e.composedPath()[0]||e.target;if(!w.props.interactive||!Zs(x,n)){if(Rs(w.props.triggerTarget||t).some(function(t){return Zs(t,n)})){if(Ks.isTouch)return;if(w.state.isVisible&&w.props.trigger.indexOf("click")>=0)return}else I("onClickOutside",[w,e]);!0===w.props.hideOnClick&&(w.clearDelayTimeouts(),w.hide(),h=!0,setTimeout(function(){h=!1}),w.state.isMounted||j())}}}function z(){u=!0}function H(){u=!1}function $(){var t=B();t.addEventListener("mousedown",P,!0),t.addEventListener("touchend",P,Bs),t.addEventListener("touchstart",H,Bs),t.addEventListener("touchmove",z,Bs)}function j(){var t=B();t.removeEventListener("mousedown",P,!0),t.removeEventListener("touchend",P,Bs),t.removeEventListener("touchstart",H,Bs),t.removeEventListener("touchmove",z,Bs)}function F(t,e){var n=O().box;function r(t){t.target===n&&(Xs(n,"remove",r),e())}if(0===t)return e();Xs(n,"remove",a),Xs(n,"add",r),a=r}function U(e,n,r){void 0===r&&(r=!1),Rs(w.props.triggerTarget||t).forEach(function(t){t.addEventListener(e,n,r),m.push({node:t,eventType:e,handler:n,options:r})})}function V(){var t;E()&&(U("touchstart",W,{passive:!0}),U("touchend",X,{passive:!0})),(t=w.props.trigger,t.split(/\s+/).filter(Boolean)).forEach(function(t){if("manual"!==t)switch(U(t,W),t){case"mouseenter":U("mouseleave",X);break;case"focus":U(el?"focusout":"blur",Z);break;case"focusin":U("focusout",Z)}})}function q(){m.forEach(function(t){var e=t.node,n=t.eventType,r=t.handler,o=t.options;e.removeEventListener(n,r,o)}),m=[]}function W(t){var e,n=!1;if(w.state.isEnabled&&!K(t)&&!h){var r="focus"===(null==(e=i)?void 0:e.type);i=t,l=t.currentTarget,R(),!w.state.isVisible&&Fs(t)&&ul.forEach(function(e){return e(t)}),"click"===t.type&&(w.props.trigger.indexOf("mouseenter")<0||p)&&!1!==w.props.hideOnClick&&w.state.isVisible?n=!0:tt(t),"click"===t.type&&(p=!n),n&&!r&&et(t)}}function Y(t){var e=t.target,n=M().contains(e)||x.contains(e);if("mousemove"!==t.type||!n){var r=Q().concat(x).map(function(t){var e,n=null==(e=t._tippy.popperInstance)?void 0:e.state;return n?{popperRect:t.getBoundingClientRect(),popperState:n,props:d}:null}).filter(Boolean);(function(t,e){var n=e.clientX,r=e.clientY;return t.every(function(t){var e=t.popperRect,o=t.popperState,i=t.props.interactiveBorder,a=Ps(o.placement),s=o.modifiersData.offset;if(!s)return!0;var l="bottom"===a?s.top.y:0,c="top"===a?s.bottom.y:0,d="right"===a?s.left.x:0,p="left"===a?s.right.x:0,h=e.top-r+l>i,u=r-e.bottom-c>i,f=e.left-n+d>i,m=n-e.right-p>i;return h||u||f||m})})(r,t)&&(D(),et(t))}}function X(t){K(t)||w.props.trigger.indexOf("click")>=0&&p||(w.props.interactive?w.hideWithInteractivity(t):et(t))}function Z(t){w.props.trigger.indexOf("focusin")<0&&t.target!==M()||w.props.interactive&&t.relatedTarget&&x.contains(t.relatedTarget)||et(t)}function K(t){return!!Ks.isTouch&&E()!==t.type.indexOf("touch")>=0}function J(){G();var e=w.props,n=e.popperOptions,r=e.placement,o=e.offset,i=e.getReferenceClientRect,a=e.moveTransition,l=S()?dl(x).arrow:null,c=i?{getBoundingClientRect:i,contextElement:i.contextElement||M()}:t,d={name:"$$tippy",enabled:!0,phase:"beforeWrite",requires:["computeStyles"],fn:function(t){var e=t.state;if(S()){var n=O().box;["placement","reference-hidden","escaped"].forEach(function(t){"placement"===t?n.setAttribute("data-placement",e.placement):e.attributes.popper["data-popper-"+t]?n.setAttribute("data-"+t,""):n.removeAttribute("data-"+t)}),e.attributes.popper={}}}},p=[{name:"offset",options:{offset:o}},{name:"preventOverflow",options:{padding:{top:2,bottom:2,left:5,right:5}}},{name:"flip",options:{padding:5}},{name:"computeStyles",options:{adaptive:!a}},d];S()&&l&&p.push({name:"arrow",options:{element:l,padding:3}}),p.push.apply(p,(null==n?void 0:n.modifiers)||[]),w.popperInstance=ks(c,x,Object.assign({},n,{placement:r,onFirstUpdate:s,modifiers:p}))}function G(){w.popperInstance&&(w.popperInstance.destroy(),w.popperInstance=null)}function Q(){return zs(x.querySelectorAll("[data-tippy-root]"))}function tt(t){w.clearDelayTimeouts(),t&&I("onTrigger",[w,t]),$();var e=L(!0),r=C(),o=r[0],i=r[1];Ks.isTouch&&"hold"===o&&i&&(e=i),e?n=setTimeout(function(){w.show()},e):w.show()}function et(t){if(w.clearDelayTimeouts(),I("onUntrigger",[w,t]),w.state.isVisible){if(!(w.props.trigger.indexOf("mouseenter")>=0&&w.props.trigger.indexOf("click")>=0&&["mouseleave","mousemove"].indexOf(t.type)>=0&&p)){var e=L(!1);e?r=setTimeout(function(){w.state.isVisible&&w.hide()},e):o=requestAnimationFrame(function(){w.hide()})}}else j()}}function gl(t,e){void 0===e&&(e={});var n=rl.plugins.concat(e.plugins||[]);document.addEventListener("touchstart",Gs,Bs),window.addEventListener("blur",tl);var r=Object.assign({},e,{plugins:n}),o=Vs(t).reduce(function(t,e){var n=e&&ml(e,r);return n&&t.push(n),t},[]);return js(t)?o[0]:o}gl.defaultProps=rl,gl.setDefaultProps=function(t){Object.keys(t).forEach(function(e){rl[e]=t[e]})},gl.currentInput=Ks;Object.assign({},os,{effect:function(t){var e=t.state,n={popper:{position:e.options.strategy,left:"0",top:"0",margin:"0"},arrow:{position:"absolute"},reference:{}};Object.assign(e.elements.popper.style,n.popper),e.styles=n,e.elements.arrow&&Object.assign(e.elements.arrow.style,n.arrow)}});gl.setDefaultProps({render:pl});const bl=gl;var yl=a(62351),wl={};wl.setAttributes=p(),wl.insert=c().bind(null,"head"),wl.domAPI=s(),wl.insertStyleElement=u();o()(yl.A,wl);yl.A&&yl.A.locals&&yl.A.locals;class Al extends S.WF{constructor(){super(),this.oldContent=null,this.delay="0,0",this.interactive=!1,this.arrow=!0,this.placement="top",this.tooltip=null}render(){return this.content!==this.oldContent&&this.renderTooltip({force:!0}),S.qy`<slot></slot>`}destroy(){this.tooltip&&(this.tooltip.destroy(),this.tooltip=null,this.oldContent=null)}patch(t){this.content=t,this.destroy(),this.renderTooltip()}connectedCallback(){super.connectedCallback(),this.renderTooltip()}renderTooltip(){let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};const{force:e}=t;if(!this.tooltip&&!this.content)return;if(this.tooltip&&!this.content)return void this.destroy();if(!e&&this.tooltip)return;if(this.tooltip&&this.destroy(),this.oldContent=this.content,!1===this.opened)return;const n=document.createElement("lang-text");n.style.fontSize="13px",n.whiteSpace="break-spaces",n.text=this.content,this.tooltip=bl(this,{placement:this.placement,content:n,showOnCreate:this.opened,arrow:this.arrow,interactive:this.interactive,delay:this.delay.split(",").map(t=>parseInt(t))})}disconnectedCallback(){super.disconnectedCallback(),this.destroy()}}Al.styles=S.AH`
3481
3481
  :host {
3482
3482
  font-family: var(--font-family);
3483
3483
  display: inline-flex;
3484
3484
  }
3485
- `,wl.properties={content:{type:String},arrow:{type:Boolean},delay:{type:String},interactive:{type:Boolean},placement:{type:String},tooltip:{type:Object},opened:{type:Boolean}},customElements.define("cdtr-tooltip",wl);var Al=a(21421);class xl extends S.WF{constructor(){super(),this.Datepicker=void 0,this.instance=void 0,this.event=void 0,this.callback=t=>{!this.Datepicker&&t&&a.e(7055).then(a.t.bind(a,87055,23)).then(e=>{let{default:n}=e;this.Datepicker=n,this.instance=new this.Datepicker(t,{value:this.value,mode:"datetime",disablePast:!0,lang:"he",onChange:this.onChange})})},this.onChange=this.onChange.bind(this),this.callback=this.callback.bind(this),this.value=String(Date.now()),this.Datepicker=null,this.instance=null,this.event=new UIEvent("change",{view:window,bubbles:!0,cancelable:!0})}createRenderRoot(){return this}onChange(t){this.value=t,this.dispatchEvent(this.event)}render(){return this.instance&&this.instance.target&&this.instance.target.setAttribute("value",this.value),S.qy`<div id="test-14" ${(0,Al.K)(this.callback)}></div>
3485
+ `,Al.properties={content:{type:String},arrow:{type:Boolean},delay:{type:String},interactive:{type:Boolean},placement:{type:String},tooltip:{type:Object},opened:{type:Boolean}},customElements.define("cdtr-tooltip",Al);var xl=a(21421);class _l extends S.WF{constructor(){super(),this.Datepicker=void 0,this.instance=void 0,this.event=void 0,this.callback=t=>{!this.Datepicker&&t&&a.e(7055).then(a.t.bind(a,87055,23)).then(e=>{let{default:n}=e;this.Datepicker=n,this.instance=new this.Datepicker(t,{value:this.value,mode:"datetime",disablePast:!0,lang:"he",onChange:this.onChange})})},this.onChange=this.onChange.bind(this),this.callback=this.callback.bind(this),this.value=String(Date.now()),this.Datepicker=null,this.instance=null,this.event=new UIEvent("change",{view:window,bubbles:!0,cancelable:!0})}createRenderRoot(){return this}onChange(t){this.value=t,this.dispatchEvent(this.event)}render(){return this.instance&&this.instance.target&&this.instance.target.setAttribute("value",this.value),S.qy`<div id="test-14" ${(0,xl.K)(this.callback)}></div>
3486
3486
  <style>
3487
3487
  .MuiFormControl-root input {
3488
3488
  height: 0.8375em;
@@ -3490,7 +3490,7 @@
3490
3490
  .MuiFormControl-root {
3491
3491
  width: 100%;
3492
3492
  }
3493
- </style>`}}xl.styles=S.AH``,xl.properties={value:{type:String,reflect:!0}},customElements.define("cdtr-datetimepicker",xl);var _l=a(58371);class vl extends S.WF{constructor(){super(),this.theme=void 0,this.isOpen=!1,this.theme=O.M.get("theme"),this.onClickLabel=this.onClickLabel.bind(this)}onClickLabel(){const t=this.shadowRoot.querySelector(".fade-in");t&&(this.isOpen?(t.classList.add("fade-in"),t.classList.remove("fade-out")):(t.classList.remove("fade-in"),t.classList.add("fade-out"))),setTimeout(()=>{if(this.isOpen=!this.isOpen,this.isOpen){const t=new UIEvent("open",{view:window,bubbles:!0,cancelable:!0});this.dispatchEvent(t)}else{const t=new UIEvent("close",{view:window,bubbles:!0,cancelable:!0});this.dispatchEvent(t)}"function"==typeof this.onToggle&&this.onToggle({isOpen:this.isOpen,self:this})},200)}render(){return S.qy`<div id="${this.id}">
3493
+ </style>`}}_l.styles=S.AH``,_l.properties={value:{type:String,reflect:!0}},customElements.define("cdtr-datetimepicker",_l);var vl=a(58371);class kl extends S.WF{constructor(){super(),this.theme=void 0,this.isOpen=!1,this.theme=O.M.get("theme"),this.onClickLabel=this.onClickLabel.bind(this)}onClickLabel(){const t=this.shadowRoot.querySelector(".fade-in");t&&(this.isOpen?(t.classList.add("fade-in"),t.classList.remove("fade-out")):(t.classList.remove("fade-in"),t.classList.add("fade-out"))),setTimeout(()=>{if(this.isOpen=!this.isOpen,this.isOpen){const t=new UIEvent("open",{view:window,bubbles:!0,cancelable:!0});this.dispatchEvent(t)}else{const t=new UIEvent("close",{view:window,bubbles:!0,cancelable:!0});this.dispatchEvent(t)}"function"==typeof this.onToggle&&this.onToggle({isOpen:this.isOpen,self:this})},200)}render(){return S.qy`<div id="${this.id}">
3494
3494
  <div
3495
3495
  @click=${this.onClickLabel}
3496
3496
  @keyup=${t=>13===t.keyCode?this.onClickLabel():null}
@@ -3501,14 +3501,14 @@
3501
3501
  <cdtr-row justify="space-between">
3502
3502
  <cdtr-col><lang-text text="${this.label}"></lang-text></cdtr-col>
3503
3503
  <cdtr-col sm="${1}">
3504
- ${(0,n.A)(_l.y9,{className:(0,_.A)("arrow",this.isOpen?"active":"")})}
3504
+ ${(0,n.A)(vl.y9,{className:(0,_.A)("arrow",this.isOpen?"active":"")})}
3505
3505
  </cdtr-col>
3506
3506
  </cdtr-row>
3507
3507
  </div>
3508
3508
  <div class="${"content "} ${this.isOpen?"open fade-in":""}">
3509
3509
  <slot></slot>
3510
3510
  </div>
3511
- </div>`}}vl.styles=S.AH`
3511
+ </div>`}}kl.styles=S.AH`
3512
3512
  .content {
3513
3513
  max-height: 0;
3514
3514
  height: 0;
@@ -3587,7 +3587,7 @@
3587
3587
  transform: rotate(0deg);
3588
3588
  }
3589
3589
  }
3590
- `,vl.properties={id:{type:String},label:{type:String},isOpen:{type:Boolean},onToggle:{type:Function}},customElements.define("cdtr-accordion-item",vl);var kl,Cl,El,Sl,Ml,Bl,Ol=a(59088),Ll=a(36936),Tl=a(49410);let Il=(kl=(0,Tl.MZ)({type:Boolean,reflect:!0}),Cl=(0,Tl.MZ)({type:String}),(Bl=class extends S.WF{constructor(){super(),(0,Ol.A)(this,"checked",Sl,this),(0,Ol.A)(this,"id",Ml,this),this.event=void 0,this.checkedEvent=void 0,this.checked=!0,this.id="toggle-"+(0,ge.A)(),this.event=new UIEvent("change",{view:window,bubbles:!0,cancelable:!0}),this.checkedEvent=new UIEvent("checked",{view:window,bubbles:!0,cancelable:!0})}render(){return S.qy`<input
3590
+ `,kl.properties={id:{type:String},label:{type:String},isOpen:{type:Boolean},onToggle:{type:Function}},customElements.define("cdtr-accordion-item",kl);var Cl,El,Sl,Ml,Bl,Ol,Ll=a(59088),Tl=a(36936),Il=a(49410);let Nl=(Cl=(0,Il.MZ)({type:Boolean,reflect:!0}),El=(0,Il.MZ)({type:String}),(Ol=class extends S.WF{constructor(){super(),(0,Ll.A)(this,"checked",Ml,this),(0,Ll.A)(this,"id",Bl,this),this.event=void 0,this.checkedEvent=void 0,this.checked=!0,this.id="toggle-"+(0,be.A)(),this.event=new UIEvent("change",{view:window,bubbles:!0,cancelable:!0}),this.checkedEvent=new UIEvent("checked",{view:window,bubbles:!0,cancelable:!0})}render(){return S.qy`<input
3591
3591
  ?checked="${this.checked}"
3592
3592
  id="${this.id}"
3593
3593
  class="tgl tgl-ios ${this.checked?"checked":""}"
@@ -3706,12 +3706,12 @@
3706
3706
  .tgl-ios.checked + .tgl-btn:active:after {
3707
3707
  margin-left: -0.8em;
3708
3708
  }
3709
- `,El=Bl,Sl=(0,Ll.A)(El.prototype,"checked",[kl],{configurable:!0,enumerable:!0,writable:!0,initializer:null}),Ml=(0,Ll.A)(El.prototype,"id",[Cl],{configurable:!0,enumerable:!0,writable:!0,initializer:null}),El);var Nl,Rl,Dl,Pl,zl,Hl,$l,jl,Fl,Ul,Vl,ql,Wl,Yl;customElements.define("cdtr-toggle",Il);let Xl=(Nl=(0,Tl.MZ)({type:String}),Rl=(0,Tl.MZ)({type:String}),Dl=(0,Tl.MZ)({type:String}),Pl=(0,Tl.MZ)({type:String}),zl=(0,Tl.MZ)({type:String}),Hl=(0,Tl.MZ)({type:Boolean}),Yl=class extends S.WF{constructor(){super(),(0,Ol.A)(this,"src",jl,this),(0,Ol.A)(this,"alt",Fl,this),(0,Ol.A)(this,"height",Ul,this),(0,Ol.A)(this,"width",Vl,this),(0,Ol.A)(this,"imageClass",ql,this),(0,Ol.A)(this,"draggable",Wl,this),this.value=void 0,this.imageClass=""}calculateSize(){const t=this.shadowRoot.querySelector("img");if(t){const e=t.getBoundingClientRect();this.width=String(e.width),this.height=String(e.height)}}render(){return this.calculateSize(),S.qy`<img
3709
+ `,Sl=Ol,Ml=(0,Tl.A)(Sl.prototype,"checked",[Cl],{configurable:!0,enumerable:!0,writable:!0,initializer:null}),Bl=(0,Tl.A)(Sl.prototype,"id",[El],{configurable:!0,enumerable:!0,writable:!0,initializer:null}),Sl);var Rl,Dl,Pl,zl,Hl,$l,jl,Fl,Ul,Vl,ql,Wl,Yl,Xl;customElements.define("cdtr-toggle",Nl);let Zl=(Rl=(0,Il.MZ)({type:String}),Dl=(0,Il.MZ)({type:String}),Pl=(0,Il.MZ)({type:String}),zl=(0,Il.MZ)({type:String}),Hl=(0,Il.MZ)({type:String}),$l=(0,Il.MZ)({type:Boolean}),Xl=class extends S.WF{constructor(){super(),(0,Ll.A)(this,"src",Fl,this),(0,Ll.A)(this,"alt",Ul,this),(0,Ll.A)(this,"height",Vl,this),(0,Ll.A)(this,"width",ql,this),(0,Ll.A)(this,"imageClass",Wl,this),(0,Ll.A)(this,"draggable",Yl,this),this.value=void 0,this.imageClass=""}calculateSize(){const t=this.shadowRoot.querySelector("img");if(t){const e=t.getBoundingClientRect();this.width=String(e.width),this.height=String(e.height)}}render(){return this.calculateSize(),S.qy`<img
3710
3710
  .draggable=${this.draggable}
3711
3711
  src="${this.src}"
3712
3712
  alt="${this.alt}"
3713
3713
  class=${this.imageClass}
3714
- />`}setValue(t){this.value=t.target.value}patch(t){this.value=t}},Yl.styles=S.AH`
3714
+ />`}setValue(t){this.value=t.target.value}patch(t){this.value=t}},Xl.styles=S.AH`
3715
3715
  :host {
3716
3716
  display: block;
3717
3717
  max-width: 100%;
@@ -3728,7 +3728,7 @@
3728
3728
  img:hover {
3729
3729
  outline: 1px solid var(--primary);
3730
3730
  }
3731
- `,$l=Yl,jl=(0,Ll.A)($l.prototype,"src",[Nl],{configurable:!0,enumerable:!0,writable:!0,initializer:null}),Fl=(0,Ll.A)($l.prototype,"alt",[Rl],{configurable:!0,enumerable:!0,writable:!0,initializer:null}),Ul=(0,Ll.A)($l.prototype,"height",[Dl],{configurable:!0,enumerable:!0,writable:!0,initializer:null}),Vl=(0,Ll.A)($l.prototype,"width",[Pl],{configurable:!0,enumerable:!0,writable:!0,initializer:null}),ql=(0,Ll.A)($l.prototype,"imageClass",[zl],{configurable:!0,enumerable:!0,writable:!0,initializer:null}),Wl=(0,Ll.A)($l.prototype,"draggable",[Hl],{configurable:!0,enumerable:!0,writable:!0,initializer:null}),$l);customElements.define("cdtr-image",Xl),String.prototype.startsWith=String.prototype.startsWith||function(t){return 0===this.indexOf(t)},String.prototype.padStart=String.prototype.padStart||function(t,e){let n=this;for(;n.length<t;)n=e+n;return n};const Zl={cb:"0f8ff",tqw:"aebd7",q:"-ffff",qmrn:"7fffd4",zr:"0ffff",bg:"5f5dc",bsq:"e4c4",bck:"---",nch:"ebcd",b:"--ff",bvt:"8a2be2",brwn:"a52a2a",brw:"deb887",ctb:"5f9ea0",hrt:"7fff-",chcT:"d2691e",cr:"7f50",rnw:"6495ed",crns:"8dc",crms:"dc143c",cn:"-ffff",Db:"--8b",Dcn:"-8b8b",Dgnr:"b8860b",Dgr:"a9a9a9",Dgrn:"-64-",Dkhk:"bdb76b",Dmgn:"8b-8b",Dvgr:"556b2f",Drng:"8c-",Drch:"9932cc",Dr:"8b--",Dsmn:"e9967a",Dsgr:"8fbc8f",DsTb:"483d8b",DsTg:"2f4f4f",Dtrq:"-ced1",Dvt:"94-d3",ppnk:"1493",pskb:"-bfff",mgr:"696969",grb:"1e90ff",rbrc:"b22222",rwht:"af0",stg:"228b22",chs:"-ff",gnsb:"dcdcdc",st:"8f8ff",g:"d7-",gnr:"daa520",gr:"808080",grn:"-8-0",grnw:"adff2f",hnw:"0fff0",htpn:"69b4",nnr:"cd5c5c",ng:"4b-82",vr:"0",khk:"0e68c",vnr:"e6e6fa",nrb:"0f5",wngr:"7cfc-",mnch:"acd",Lb:"add8e6",Lcr:"08080",Lcn:"e0ffff",Lgnr:"afad2",Lgr:"d3d3d3",Lgrn:"90ee90",Lpnk:"b6c1",Lsmn:"a07a",Lsgr:"20b2aa",Lskb:"87cefa",LsTg:"778899",Lstb:"b0c4de",Lw:"e0",m:"-ff-",mgrn:"32cd32",nn:"af0e6",mgnt:"-ff",mrn:"8--0",mqm:"66cdaa",mmb:"--cd",mmrc:"ba55d3",mmpr:"9370db",msg:"3cb371",mmsT:"7b68ee","":"-fa9a",mtr:"48d1cc",mmvt:"c71585",mnLb:"191970",ntc:"5fffa",mstr:"e4e1",mccs:"e4b5",vjw:"dead",nv:"--80",c:"df5e6",v:"808-0",vrb:"6b8e23",rng:"a5-",rngr:"45-",rch:"da70d6",pgnr:"eee8aa",pgrn:"98fb98",ptrq:"afeeee",pvtr:"db7093",ppwh:"efd5",pchp:"dab9",pr:"cd853f",pnk:"c0cb",pm:"dda0dd",pwrb:"b0e0e6",prp:"8-080",cc:"663399",r:"--",sbr:"bc8f8f",rb:"4169e1",sbrw:"8b4513",smn:"a8072",nbr:"4a460",sgrn:"2e8b57",ssh:"5ee",snn:"a0522d",svr:"c0c0c0",skb:"87ceeb",sTb:"6a5acd",sTgr:"708090",snw:"afa",n:"-ff7f",stb:"4682b4",tn:"d2b48c",t:"-8080",thst:"d8bfd8",tmT:"6347",trqs:"40e0d0",vt:"ee82ee",whT:"5deb3",wht:"",hts:"5f5f5",w:"-",wgrn:"9acd32"};function Kl(t){let e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:1;return(e>0?t.toFixed(e).replace(/0+$/,"").replace(/\.$/,""):t.toString())||"0"}class Jl{constructor(t,e,n,r){const o=this;if(void 0===t);else if(Array.isArray(t))this.rgba=t;else if(void 0===n){const e=t&&""+t;e&&function(t){if(t.startsWith("hsl")){let[e,n,r,i]=t.match(/([\-\d\.e]+)/g).map(Number);void 0===i&&(i=1),e/=360,n/=100,r/=100,o.hsla=[e,n,r,i]}else if(t.startsWith("rgb")){let[e,n,r,i]=t.match(/([\-\d\.e]+)/g).map(Number);void 0===i&&(i=1),o.rgba=[e,n,r,i]}else t.startsWith("#")?o.rgba=Jl.hexToRgb(t):o.rgba=Jl.nameToRgb(t)||Jl.hexToRgb(t)}(e.toLowerCase())}else this.rgba=[t,e,n,void 0===r?1:r]}get rgba(){if(this._rgba)return this._rgba;if(!this._hsla)throw new Error("No color is set");return this._rgba=Jl.hslToRgb(this._hsla)}set rgba(t){3===t.length&&(t[3]=1),this._rgba=t,this._hsla=null}printRGB(t){const e=(t?this.rgba:this.rgba.slice(0,3)).map((t,e)=>Kl(t,3===e?3:0));return t?`rgba(${e})`:`rgb(${e})`}get rgbString(){return this.printRGB()}get rgbaString(){return this.printRGB(!0)}get hsla(){if(this._hsla)return this._hsla;if(!this._rgba)throw new Error("No color is set");return this._hsla=Jl.rgbToHsl(this._rgba)}set hsla(t){3===t.length&&(t[3]=1),this._hsla=t,this._rgba=null}printHSL(t){const e=[360,100,100,1],n=["","%","%",""],r=(t?this.hsla:this.hsla.slice(0,3)).map((t,r)=>Kl(t*e[r],3===r?3:1)+n[r]);return t?`hsla(${r})`:`hsl(${r})`}get hslString(){return this.printHSL()}get hslaString(){return this.printHSL(!0)}get hex(){return"#"+this.rgba.map((t,e)=>e<3?t.toString(16):Math.round(255*t).toString(16)).map(t=>t.padStart(2,"0")).join("")}set hex(t){this.rgba=Jl.hexToRgb(t)}printHex(t){const e=this.hex;return t?e:e.substring(0,7)}static hexToRgb(t){const e=(t.startsWith("#")?t.slice(1):t).replace(/^(\w{3})$/,"$1F").replace(/^(\w)(\w)(\w)(\w)$/,"$1$1$2$2$3$3$4$4").replace(/^(\w{6})$/,"$1FF");if(!e.match(/^([0-9a-fA-F]{8})$/))throw new Error("Unknown hex color; "+t);const n=e.match(/^(\w\w)(\w\w)(\w\w)(\w\w)$/).slice(1).map(t=>parseInt(t,16));return n[3]=n[3]/255,n}static nameToRgb(t){const e=t.toLowerCase().replace("at","T").replace(/[aeiouyldf]/g,"").replace("ght","L").replace("rk","D").slice(-5,4),n=Zl[e];return void 0===n?n:Jl.hexToRgb(n.replace(/\-/g,"00").padStart(6,"f"))}static rgbToHsl(t){let[e,n,r,o]=t;e/=255,n/=255,r/=255;const i=Math.max(e,n,r),a=Math.min(e,n,r);let s,l,c=(i+a)/2;if(i===a)s=l=0;else{const t=i-a;switch(l=c>.5?t/(2-i-a):t/(i+a),i){case e:s=(n-r)/t+(n<r?6:0);break;case n:s=(r-e)/t+2;break;case r:s=(e-n)/t+4}s/=6}return[s,l,c,o]}static hslToRgb(t){let e,n,r,[o,i,a,s]=t;if(0===i)e=n=r=a;else{const t=function(t,e,n){return n<0&&(n+=1),n>1&&(n-=1),n<1/6?t+6*(e-t)*n:n<.5?e:n<2/3?t+(e-t)*(2/3-n)*6:t},s=a<.5?a*(1+i):a+i-a*i,l=2*a-s;e=t(l,s,o+1/3),n=t(l,s,o),r=t(l,s,o-1/3)}const l=[255*e,255*n,255*r].map(Math.round);return l[3]=s,l}}const Gl=Jl;var Ql=a(72944),tc={};tc.setAttributes=p(),tc.insert=c().bind(null,"head"),tc.domAPI=s(),tc.insertStyleElement=u();o()(Ql.A,tc);const ec=Ql.A&&Ql.A.locals?Ql.A.locals:void 0;const nc=t=>{const{children:e,className:r="",fullWidth:o,id:i,tagName:a="button"}=t;let{color:s="#f7f7f7",textColor:l="inherit",rasied:c=!1}=t;const d=i||`btn-${(0,ge.A)()}`,p=`#${d}{\n background: ${s};\n color:${l};\n }\n #${d}:hover{\n box-shadow:${c?"rgba(0, 0, 0, 0.24) 0px 3px 8px;":"none"}\n }`,h=(0,_.A)(r,ec.btn,o?ec.fullWidth:""),u=`${a}`;return(0,n.A)(u,(0,b.A)({},t,{className:h,id:d}),e,(0,n.A)("style",null,p))};class rc extends HTMLElement{constructor(){let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};const{fullWidth:e=!0}=t;super(),this.props=void 0,this.isLoaded=void 0,this.onDestroy=void 0,this.props=t,t.id&&(this.id=t.id),"function"==typeof t.onDestroy&&(this.onDestroy=t.onDestroy)}connectedCallback(){if(!this.isConnected)return;const{props:t}=this;t.children instanceof HTMLElement&&this.appendChild(t.children),"string"==typeof t.children&&(this.innerHTML=t.children),"function"==typeof t.children&&this.appendChild(t.children()),"function"==typeof t.onUpdate&&t.onUpdate(this),"function"!=typeof t.onLoad||this.isLoaded||(this.isLoaded=!0,t.onLoad(this))}disconnectedCallback(){const{props:t}=this;"function"==typeof t.onUnload&&t.onUnload(this)}}customElements.define("cdtr-element",rc);var oc=a(19415),ic={};ic.setAttributes=p(),ic.insert=c().bind(null,"head"),ic.domAPI=s(),ic.insertStyleElement=u();o()(oc.A,ic);const ac=oc.A&&oc.A.locals?oc.A.locals:void 0,sc=function(){if(!document.getElementById("main-editor-ui"))throw Error("blockhgolder not exists!");const t={element:null},e={element:null},r=document.createElement("input"),o=new rc({onUpdate:n=>{n.style.margin=0,e.element.style.display="none";var o=t.element;o.className=ac.iframe,r.oninput=t=>{let n=t.target.value;"#"!==n.charAt(0)&&(n="#"+n),((t,n)=>{e.element.value=t,setTimeout(()=>{e.element.dispatchEvent(n)},100)})(n,new UIEvent("input",{view:window,bubbles:!0,cancelable:!0}))};const i=document.createElement("style");i.innerHTML="\n body{\n overflow:hidden;\n margin:0;\n width:100%;\n }\n input{\n height:30px;\n width: 100%;\n font-family:Arial;\n }\n ",setTimeout(()=>{r.style.display="none",o.contentWindow.document.body.appendChild(i),o.contentWindow.document.body.appendChild(r),setTimeout(()=>{r.style.display="block",r.focus(),setTimeout(()=>{r.focus()},80)},30)},50)}}),i=(0,n.A)("div",{onClick:t=>t.stopPropagation(),className:"picker_wrapper ignore-events",tabindex:"-1"},o,(0,n.A)("div",{className:"picker_arrow"}),(0,n.A)("div",{className:"picker_hue picker_slider"},(0,n.A)("div",{className:"picker_selector"})),(0,n.A)("div",{className:"picker_sl"},(0,n.A)("div",{className:"picker_selector"})),(0,n.A)("div",{className:"picker_alpha picker_slider"},(0,n.A)("div",{className:"picker_selector"})),(0,n.A)("div",{className:"picker_editor"},(0,n.A)("iframe",{ref:t}),(0,n.A)("input",{ref:e,"aria-label":"Type a color name or hex value"})),(0,n.A)("div",{className:"picker_sample"}),(0,n.A)("div",{className:"picker_done"},(0,n.A)(nc,null,"אישור")),(0,n.A)("div",{className:"picker_cancel"},(0,n.A)(nc,{color:"light"},"Cancel")));return i.update=t=>{r.value=t},i};class lc{constructor(){this._events=[]}add(t,e,n){t.addEventListener(e,n,!1),this._events.push({target:t,type:e,handler:n})}remove(t,e,n){this._events=this._events.filter(r=>{let o=!0;return t&&t!==r.target&&(o=!1),e&&e!==r.type&&(o=!1),n&&n!==r.handler&&(o=!1),o&&lc._doRemove(r.target,r.type,r.handler),!o})}static _doRemove(t,e,n){t.removeEventListener(e,n,!1)}destroy(){this._events.forEach(t=>lc._doRemove(t.target,t.type,t.handler)),this._events=[]}}function cc(t,e,n){var r=!1;function o(t,e,n){return Math.max(e,Math.min(t,n))}function i(t,i,a){if(a&&(r=!0),r){t.preventDefault();var s=e.getBoundingClientRect(),l=s.width,c=s.height,d=i.clientX,p=i.clientY,h=o(d-s.left,0,l),u=o(p-s.top,0,c);n(h/l,u/c)}}function a(t,e){1===(void 0===t.buttons?t.which:t.buttons)?i(t,t,e):r=!1}function s(t,e){1===t.touches.length?i(t,t.touches[0],e):r=!1}t.add(e,"mousedown",function(t){a(t,!0)}),t.add(e,"touchstart",function(t){s(t,!0)}),t.add(window,"mousemove",a),t.add(e,"touchmove",s),t.add(window,"mouseup",function(t){r=!1}),t.add(e,"touchend",function(t){r=!1}),t.add(e,"touchcancel",function(t){r=!1})}const dc="keydown",pc="mousedown";function hc(t,e){return(e||document).querySelector(t)}function uc(t){t.preventDefault(),t.stopPropagation()}function fc(t,e,n,r,o){t.add(e,dc,function(t){n.indexOf(t.key)>=0&&(o&&uc(t),r(t))})}const mc=document.createElement("style");mc.textContent=".picker_wrapper.no_alpha .picker_alpha{display:none}.picker_wrapper.no_editor \n.picker_editor{position:absolute;z-index:90;opacity:0}\n.pallete_item{\n box-shadow: 0 2px 10px 0 rgb(0 6 36 / 20%);\n width:100%;\n height:20px;\n margin:2.7px;\n transition: transform 0.2s ease-in-out;\n max-width: 20px;\n position:relative;\n cursor:pointer;\n border-radius:3px;\n}\n.pallete_item:hover{\n transform:scale(1.1)\n}\n.picker_wrapper.no_cancel .picker_cancel{display:none}\n.layout_default.picker_wrapper{\n border-radius: 7px;user-select: none;display:-webkit-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-flow:row wrap;-webkit-box-pack:justify;justify-content:space-between;-webkit-box-align:stretch;align-items:stretch;font-size:10px;width:25em;padding:.5em}.layout_default.picker_wrapper input,.layout_default.picker_wrapper button{font-size:1rem}.layout_default.picker_wrapper>*{margin:.5em}.layout_default.picker_wrapper::before{content:'';display:block;width:100%;height:0;-webkit-box-ordinal-group:2;order:1}\n .layout_default .picker_slider,.layout_default .picker_selector{padding:.4em}.layout_default .picker_hue{width:100%}.layout_default .picker_sl{-webkit-box-flex:1;flex:1 1 auto}.layout_default .picker_sl::before{content:'';display:block;padding-bottom:80%}.layout_default .picker_editor{-webkit-box-ordinal-group:2;order:1;width:6.5rem}.layout_default .picker_editor input{width:100%;height:100%}.layout_default .picker_sample{-webkit-box-ordinal-group:2;order:1;-webkit-box-flex:1;flex:1 1 auto}.layout_default .picker_done,.layout_default .picker_cancel{-webkit-box-ordinal-group:2;order:1}.picker_wrapper{box-sizing:border-box;background:#f2f2f2;box-shadow:0 0 0 1px silver;cursor:default;font-family:sans-serif;color:#444;pointer-events:auto}.picker_wrapper:focus{outline:none}.picker_wrapper button,.picker_wrapper input{box-sizing:border-box;border:none;box-shadow:0 0 0 1px silver;outline:none}.picker_wrapper button:focus,.picker_wrapper button:active,.picker_wrapper input:focus,.picker_wrapper input:active{box-shadow:0 0 2px 1px dodgerblue}.picker_wrapper button{padding:.4em .6em;cursor:pointer;}.picker_wrapper button:active{background-image:-webkit-gradient(linear, left bottom, left top, from(transparent), to(gainsboro));background-image:linear-gradient(0deg, transparent, gainsboro)}.picker_wrapper button:hover{background:white}.picker_selector{position:absolute;z-index:90;display:block;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);border:2px solid white;border-radius:100%;box-shadow:0 0 3px 1px #67b9ff;background:currentColor;cursor:pointer}.picker_slider .picker_selector{border-radius:2px}.picker_hue{position:relative;background-image:-webkit-gradient(linear, left top, right top, from(red), color-stop(yellow), color-stop(lime), color-stop(cyan), color-stop(blue), color-stop(magenta), to(red));background-image:linear-gradient(90deg, red, yellow, lime, cyan, blue, magenta, red);box-shadow:0 0 0 1px silver}.picker_sl{position:relative;box-shadow:0 0 0 1px silver;background-image:-webkit-gradient(linear, left top, left bottom, from(white), color-stop(50%, rgba(255,255,255,0))),-webkit-gradient(linear, left bottom, left top, from(black), color-stop(50%, rgba(0,0,0,0))),-webkit-gradient(linear, left top, right top, from(gray), to(rgba(128,128,128,0)));background-image:linear-gradient(180deg, white, rgba(255,255,255,0) 50%),linear-gradient(0deg, black, rgba(0,0,0,0) 50%),linear-gradient(90deg, gray, rgba(128,128,128,0))}.picker_alpha,.picker_sample{position:relative;background:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='2' height='2'%3E%3Cpath d='M1,0H0V1H2V2H1' fill='lightgrey'/%3E%3C/svg%3E\") left top/contain white;box-shadow:0 0 0 1px silver}.picker_alpha .picker_selector,.picker_sample .picker_selector{background:none}.picker_editor input{font-family:monospace;padding:.2em .4em}.picker_sample::before{content:'';position:absolute;display:block;width:100%;height:100%;background:currentColor}.picker_arrow{position:absolute;z-index:-1}.picker_wrapper.popup{\n height: intrinsic; \n height: -moz-max-content; \n height: -webkit-max-content;\n position:absolute;z-index:99;margin:1.5em;\n }.picker_wrapper.popup,.picker_wrapper.popup .picker_arrow::before,.picker_wrapper.popup .picker_arrow::after{background:#f2f2f2;box-shadow:0 0 10px 1px rgba(0,0,0,0.4)}.picker_wrapper.popup .picker_arrow{width:3em;height:3em;margin:0}.picker_wrapper.popup .picker_arrow::before,.picker_wrapper.popup .picker_arrow::after{content:\"\";display:block;position:absolute;top:0;left:0;z-index:-99}.picker_wrapper.popup .picker_arrow::before{width:100%;height:100%;-webkit-transform:skew(45deg);transform:skew(45deg);-webkit-transform-origin:0 100%;transform-origin:0 100%}.picker_wrapper.popup .picker_arrow::after{width:150%;height:150%;box-shadow:none}.popup.popup_top{bottom:100%;left:0}.popup.popup_top .picker_arrow{bottom:0;left:0;-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.popup.popup_bottom{top:100%;left:0}.popup.popup_bottom .picker_arrow{top:0;left:0;-webkit-transform:rotate(90deg) scale(1, -1);transform:rotate(90deg) scale(1, -1)}.popup.popup_left{top:0;right:100%}.popup.popup_left .picker_arrow{top:0;right:0;-webkit-transform:scale(-1, 1);transform:scale(-1, 1)}.popup.popup_right{top:0;left:100%}.popup.popup_right .picker_arrow{top:0;left:0}",document.documentElement.firstElementChild.appendChild(mc);const gc=class{constructor(t){this.settings={popup:"right",layout:"default",alpha:!0,editor:!0,editorFormat:"hex",cancelButton:!1},this._events=new lc,this.onChange=null,this.onDone=null,this.onOpen=null,this.onClose=null,this.setOptions(t)}setOptions(t){if(!t)return;const e=this.settings;if(t instanceof HTMLElement)e.parent=t;else{e.parent&&t.parent&&e.parent!==t.parent&&(this._events.remove(e.parent),this._popupInited=!1),function(t,e,n){for(const r in t)n&&n.indexOf(r)>=0||(e[r]=t[r])}(t,e),t.onChange&&(this.onChange=t.onChange),t.onDone&&(this.onDone=t.onDone),t.onOpen&&(this.onOpen=t.onOpen),t.onClose&&(this.onClose=t.onClose);const n=t.color||t.colour;n&&this._setColor(n,{silent:!0})}const n=e.parent;if(n&&e.popup&&!this._popupInited){const t=t=>this.openHandler(t);this._events.add(n,"click",t),fc(this._events,n,[" ","Spacebar","Enter"],t),this._popupInited=!0}else t.parent&&!e.popup&&this.show()}openHandler(t){if(this.show()){t&&t.preventDefault(),this.settings.parent.style.pointerEvents="none";const e=t&&t.type===dc?this._domEdit:this.domElement;setTimeout(()=>e.focus(),100),this.onOpen&&this.onOpen(this.colour)}}closeHandler(t){const e=t&&t.type;let n=!1;if(t)if(e===pc){const e=(this.__containedEvent||0)+100;t.timeStamp>e&&(n=!0)}else uc(t),n=!0;else n=!0;n&&this.hide()&&(this.settings.parent.style.pointerEvents="",e!==pc&&this.settings.parent.focus(),this.onClose&&this.onClose(this.colour))}movePopup(t,e){this.closeHandler(),this.setOptions(t),e&&this.openHandler()}setColor(t,e){this._setColor(t,{silent:e})}_setColor(t,e){if("string"==typeof t&&(t=t.trim()),!t)return;let n;e=e||{};try{n=new Gl(t)}catch(t){if(e.failSilently)return;console.error(t)}if(!this.settings.alpha&&n&&n.hsla){const t=n.hsla;t[3]=1,n.hsla=t}this.Color=Gl,this.colour=this.color=n,this._setHSLA(null,null,null,null,e)}setColour(t,e){this.setColor(t,e)}show(){if(!this.settings.parent)return!1;if(this.domElement){const t=this._toggleDOM(!0);return this._setPosition(),t}this.settings.setColor=t=>this.setColor(t);const t=sc(this.settings);return this.domElement=t,this._domH=hc(".picker_hue",t),this._domSL=hc(".picker_sl",t),this._domA=hc(".picker_alpha",t),this._domEdit=hc(".picker_editor input",t),this._domSample=hc(".picker_sample",t),this.settings.sample||this._domSample.remove(),this._domOkay=hc(".picker_done button",t),this.settings.ok||this._domOkay.remove(),this._domCancel=hc(".picker_cancel button",t),Array.from(t.querySelectorAll(".pallete_item")).forEach(t=>{t.onclick=()=>{const e=t.getAttribute("data-color");if(!e)throw Error("color is not defined, please add data-color attr");this.setColor(e)}}),t.classList.add("layout_"+this.settings.layout),this.settings.alpha||t.classList.add("no_alpha"),this.settings.editor||t.classList.add("no_editor"),this.settings.cancelButton||t.classList.add("no_cancel"),this._ifPopup(()=>t.classList.add("popup")),this._setPosition(),this.colour&&this._updateUI(),this._bindEvents(),!0}hide(){return this._toggleDOM(!1)}destroy(){this._events.destroy(),this.domElement&&this.domElement.remove()}_bindEvents(){const t=this,e=this.domElement,n=this._events;function r(t,e,r){n.add(t,e,r)}r(e,"click",t=>t.preventDefault()),cc(n,this._domH,(e,n)=>t._setHSLA(e)),cc(n,this._domSL,(e,n)=>t._setHSLA(null,e,1-n)),this.settings.alpha&&cc(n,this._domA,(e,n)=>t._setHSLA(null,null,null,1-n));const o=this._domEdit;r(o,"input",function(e){t._setColor(this.value,{fromEditor:!0,failSilently:!0})}),r(o,"focus",function(t){const e=this;e.selectionStart===e.selectionEnd&&e.select()}),this._ifPopup(()=>{const t=t=>this.closeHandler(t);r(window,pc,t),fc(n,e,["Esc","Escape"],t);const o=t=>{this.__containedEvent=t.timeStamp};r(e,pc,o),r(e,"focusin",o),r(this._domCancel,"click",t)});const i=t=>{this._ifPopup(()=>this.closeHandler(t)),this.onDone&&this.onDone(this.colour)};this._domOkay&&r(this._domOkay,"click",i),fc(n,e,["Enter"],i)}_setPosition(){const t=this.settings.parent,e=this.domElement;if(t!==e.parentNode){t.appendChild(e);let n=e.getBoundingClientRect();const r=t.getBoundingClientRect();n.left,n.width;{document.body.appendChild(e),e.style.position="fixed",e.style.zIndex=9999999999,e.style.top=r.top-n.height+"px",e.style.left=r.left-n.width/2+"px";const t=e.querySelector(".picker_arrow");t&&t.remove()}n=e.getBoundingClientRect(),n.top<0&&(e.style.top=0),n.bottom>document.body.clientHeight&&(e.style.top=document.body.clientHeight-n.height-100+"px"),n.right>window.innerWidth&&(e.style.left=window.innerWidth-n.width-100+"px")}this._ifPopup(n=>{"static"===getComputedStyle(t).position&&(t.style.position="relative");const r=!0===n?"popup_right":"popup_"+n;["popup_top","popup_bottom","popup_left","popup_right"].forEach(t=>{t===r?e.classList.add(t):e.classList.remove(t)}),e.classList.add(r)})}_setHSLA(t,e,n,r,o){o=o||{},this.color&&this.colour||(this.color=this.colour=new Gl("black"));const i=this.colour,a=i.hsla;[t,e,n,r].forEach((t,e)=>{(t||0===t)&&(a[e]=t)}),i.hsla=a,o&&this._updateUI(o),this.onChange&&o&&!o.silent&&this.onChange(i)}_updateUI(t){if(!this.domElement)return;t=t||{};const e=this.colour,n=e.hsla,r=`hsl(${360*n[0]}, 100%, 50%)`,o=e.hslString,i=e.hslaString,a=this._domH,s=this._domSL,l=this._domA,c=hc(".picker_selector",a),d=hc(".picker_selector",s),p=hc(".picker_selector",l);function h(t,e,n){e.style.left=100*n+"%"}function u(t,e,n){e.style.top=100*n+"%"}h(0,c,n[0]),this._domSL.style.backgroundColor=this._domH.style.color=r,h(0,d,n[1]),u(0,d,1-n[2]),s.style.color=o,u(0,p,1-n[3]);const f=o,m=f.replace("hsl","hsla").replace(")",", 0)"),g=`linear-gradient(${[f,m]})`;if(this._domA.style.backgroundImage=g+", url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='2' height='2'%3E%3Cpath d='M1,0H0V1H2V2H1' fill='lightgrey'/%3E%3C/svg%3E\")",!t.fromEditor){const t=this.settings.editorFormat,n=this.settings.alpha;let r;switch(t){case"rgb":r=e.printRGB(n);break;case"hsl":r=e.printHSL(n);break;default:r=e.printHex(n)}this._domEdit.value=r,this.domElement&&this.domElement.update&&this.domElement.update(r)}this._domSample&&(this._domSample.style.color=i)}_ifPopup(t,e){this.settings.parent&&this.settings.popup?t&&t(this.settings.popup):e&&e()}_toggleDOM(t){const e=this.domElement;if(!e)return!1;const n=t?"":"none",r=e.style.display!==n;return r&&(e.style.display=n),r}static get StyleElement(){return mc}},bc=gc;class yc extends S.WF{constructor(){super(),this.event=void 0,this.changeEvent=void 0,this.placement=void 0,this.onOpen=this.onOpen.bind(this),this.event=new UIEvent("input",{view:window,bubbles:!0,cancelable:!0}),this.changeEvent=new UIEvent("change",{view:window,bubbles:!0,cancelable:!0}),this.onChange=this.onChange.bind(this),this.onClose=this.onClose.bind(this),this.colorpicker=null,this.alpha=!1,this.value="#fff",this.show=!1,this.placement="bottom",this.hidePallete=!0}onOpen(){this.colorpicker&&this.colorpicker.Color&&(this.colorpicker.colour=new this.colorpicker.Color(this.value),this.colorpicker._updateUI())}onClose(){}onChange(t){const e=t.hex;this.value=e,this.color=e,this.dispatchEvent(this.event),this.dispatchEvent(this.changeEvent)}connectedCallback(){super.connectedCallback(),this.colorpicker||(this.colorpicker=new bc({parent:this,color:this.value,popup:this.placement,alpha:this.alpha,onOpen:this.onOpen,hidePallete:this.hidePallete,show:this.show,accept:!1,onClose:this.onClose,onChange:this.onChange,sessionID:"creaditor-landing-page",inspect:"background"}))}disconnectedCallback(){super.disconnectedCallback(),this.colorpicker&&(this.colorpicker.destroy(),this.colorpicker=null)}render(){return S.qy`<cdtr-row alignItems="center"
3731
+ `,jl=Xl,Fl=(0,Tl.A)(jl.prototype,"src",[Rl],{configurable:!0,enumerable:!0,writable:!0,initializer:null}),Ul=(0,Tl.A)(jl.prototype,"alt",[Dl],{configurable:!0,enumerable:!0,writable:!0,initializer:null}),Vl=(0,Tl.A)(jl.prototype,"height",[Pl],{configurable:!0,enumerable:!0,writable:!0,initializer:null}),ql=(0,Tl.A)(jl.prototype,"width",[zl],{configurable:!0,enumerable:!0,writable:!0,initializer:null}),Wl=(0,Tl.A)(jl.prototype,"imageClass",[Hl],{configurable:!0,enumerable:!0,writable:!0,initializer:null}),Yl=(0,Tl.A)(jl.prototype,"draggable",[$l],{configurable:!0,enumerable:!0,writable:!0,initializer:null}),jl);customElements.define("cdtr-image",Zl),String.prototype.startsWith=String.prototype.startsWith||function(t){return 0===this.indexOf(t)},String.prototype.padStart=String.prototype.padStart||function(t,e){let n=this;for(;n.length<t;)n=e+n;return n};const Kl={cb:"0f8ff",tqw:"aebd7",q:"-ffff",qmrn:"7fffd4",zr:"0ffff",bg:"5f5dc",bsq:"e4c4",bck:"---",nch:"ebcd",b:"--ff",bvt:"8a2be2",brwn:"a52a2a",brw:"deb887",ctb:"5f9ea0",hrt:"7fff-",chcT:"d2691e",cr:"7f50",rnw:"6495ed",crns:"8dc",crms:"dc143c",cn:"-ffff",Db:"--8b",Dcn:"-8b8b",Dgnr:"b8860b",Dgr:"a9a9a9",Dgrn:"-64-",Dkhk:"bdb76b",Dmgn:"8b-8b",Dvgr:"556b2f",Drng:"8c-",Drch:"9932cc",Dr:"8b--",Dsmn:"e9967a",Dsgr:"8fbc8f",DsTb:"483d8b",DsTg:"2f4f4f",Dtrq:"-ced1",Dvt:"94-d3",ppnk:"1493",pskb:"-bfff",mgr:"696969",grb:"1e90ff",rbrc:"b22222",rwht:"af0",stg:"228b22",chs:"-ff",gnsb:"dcdcdc",st:"8f8ff",g:"d7-",gnr:"daa520",gr:"808080",grn:"-8-0",grnw:"adff2f",hnw:"0fff0",htpn:"69b4",nnr:"cd5c5c",ng:"4b-82",vr:"0",khk:"0e68c",vnr:"e6e6fa",nrb:"0f5",wngr:"7cfc-",mnch:"acd",Lb:"add8e6",Lcr:"08080",Lcn:"e0ffff",Lgnr:"afad2",Lgr:"d3d3d3",Lgrn:"90ee90",Lpnk:"b6c1",Lsmn:"a07a",Lsgr:"20b2aa",Lskb:"87cefa",LsTg:"778899",Lstb:"b0c4de",Lw:"e0",m:"-ff-",mgrn:"32cd32",nn:"af0e6",mgnt:"-ff",mrn:"8--0",mqm:"66cdaa",mmb:"--cd",mmrc:"ba55d3",mmpr:"9370db",msg:"3cb371",mmsT:"7b68ee","":"-fa9a",mtr:"48d1cc",mmvt:"c71585",mnLb:"191970",ntc:"5fffa",mstr:"e4e1",mccs:"e4b5",vjw:"dead",nv:"--80",c:"df5e6",v:"808-0",vrb:"6b8e23",rng:"a5-",rngr:"45-",rch:"da70d6",pgnr:"eee8aa",pgrn:"98fb98",ptrq:"afeeee",pvtr:"db7093",ppwh:"efd5",pchp:"dab9",pr:"cd853f",pnk:"c0cb",pm:"dda0dd",pwrb:"b0e0e6",prp:"8-080",cc:"663399",r:"--",sbr:"bc8f8f",rb:"4169e1",sbrw:"8b4513",smn:"a8072",nbr:"4a460",sgrn:"2e8b57",ssh:"5ee",snn:"a0522d",svr:"c0c0c0",skb:"87ceeb",sTb:"6a5acd",sTgr:"708090",snw:"afa",n:"-ff7f",stb:"4682b4",tn:"d2b48c",t:"-8080",thst:"d8bfd8",tmT:"6347",trqs:"40e0d0",vt:"ee82ee",whT:"5deb3",wht:"",hts:"5f5f5",w:"-",wgrn:"9acd32"};function Jl(t){let e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:1;return(e>0?t.toFixed(e).replace(/0+$/,"").replace(/\.$/,""):t.toString())||"0"}class Gl{constructor(t,e,n,r){const o=this;if(void 0===t);else if(Array.isArray(t))this.rgba=t;else if(void 0===n){const e=t&&""+t;e&&function(t){if(t.startsWith("hsl")){let[e,n,r,i]=t.match(/([\-\d\.e]+)/g).map(Number);void 0===i&&(i=1),e/=360,n/=100,r/=100,o.hsla=[e,n,r,i]}else if(t.startsWith("rgb")){let[e,n,r,i]=t.match(/([\-\d\.e]+)/g).map(Number);void 0===i&&(i=1),o.rgba=[e,n,r,i]}else t.startsWith("#")?o.rgba=Gl.hexToRgb(t):o.rgba=Gl.nameToRgb(t)||Gl.hexToRgb(t)}(e.toLowerCase())}else this.rgba=[t,e,n,void 0===r?1:r]}get rgba(){if(this._rgba)return this._rgba;if(!this._hsla)throw new Error("No color is set");return this._rgba=Gl.hslToRgb(this._hsla)}set rgba(t){3===t.length&&(t[3]=1),this._rgba=t,this._hsla=null}printRGB(t){const e=(t?this.rgba:this.rgba.slice(0,3)).map((t,e)=>Jl(t,3===e?3:0));return t?`rgba(${e})`:`rgb(${e})`}get rgbString(){return this.printRGB()}get rgbaString(){return this.printRGB(!0)}get hsla(){if(this._hsla)return this._hsla;if(!this._rgba)throw new Error("No color is set");return this._hsla=Gl.rgbToHsl(this._rgba)}set hsla(t){3===t.length&&(t[3]=1),this._hsla=t,this._rgba=null}printHSL(t){const e=[360,100,100,1],n=["","%","%",""],r=(t?this.hsla:this.hsla.slice(0,3)).map((t,r)=>Jl(t*e[r],3===r?3:1)+n[r]);return t?`hsla(${r})`:`hsl(${r})`}get hslString(){return this.printHSL()}get hslaString(){return this.printHSL(!0)}get hex(){return"#"+this.rgba.map((t,e)=>e<3?t.toString(16):Math.round(255*t).toString(16)).map(t=>t.padStart(2,"0")).join("")}set hex(t){this.rgba=Gl.hexToRgb(t)}printHex(t){const e=this.hex;return t?e:e.substring(0,7)}static hexToRgb(t){const e=(t.startsWith("#")?t.slice(1):t).replace(/^(\w{3})$/,"$1F").replace(/^(\w)(\w)(\w)(\w)$/,"$1$1$2$2$3$3$4$4").replace(/^(\w{6})$/,"$1FF");if(!e.match(/^([0-9a-fA-F]{8})$/))throw new Error("Unknown hex color; "+t);const n=e.match(/^(\w\w)(\w\w)(\w\w)(\w\w)$/).slice(1).map(t=>parseInt(t,16));return n[3]=n[3]/255,n}static nameToRgb(t){const e=t.toLowerCase().replace("at","T").replace(/[aeiouyldf]/g,"").replace("ght","L").replace("rk","D").slice(-5,4),n=Kl[e];return void 0===n?n:Gl.hexToRgb(n.replace(/\-/g,"00").padStart(6,"f"))}static rgbToHsl(t){let[e,n,r,o]=t;e/=255,n/=255,r/=255;const i=Math.max(e,n,r),a=Math.min(e,n,r);let s,l,c=(i+a)/2;if(i===a)s=l=0;else{const t=i-a;switch(l=c>.5?t/(2-i-a):t/(i+a),i){case e:s=(n-r)/t+(n<r?6:0);break;case n:s=(r-e)/t+2;break;case r:s=(e-n)/t+4}s/=6}return[s,l,c,o]}static hslToRgb(t){let e,n,r,[o,i,a,s]=t;if(0===i)e=n=r=a;else{const t=function(t,e,n){return n<0&&(n+=1),n>1&&(n-=1),n<1/6?t+6*(e-t)*n:n<.5?e:n<2/3?t+(e-t)*(2/3-n)*6:t},s=a<.5?a*(1+i):a+i-a*i,l=2*a-s;e=t(l,s,o+1/3),n=t(l,s,o),r=t(l,s,o-1/3)}const l=[255*e,255*n,255*r].map(Math.round);return l[3]=s,l}}const Ql=Gl;var tc=a(72944),ec={};ec.setAttributes=p(),ec.insert=c().bind(null,"head"),ec.domAPI=s(),ec.insertStyleElement=u();o()(tc.A,ec);const nc=tc.A&&tc.A.locals?tc.A.locals:void 0;const rc=t=>{const{children:e,className:r="",fullWidth:o,id:i,tagName:a="button"}=t;let{color:s="#f7f7f7",textColor:l="inherit",rasied:c=!1}=t;const d=i||`btn-${(0,be.A)()}`,p=`#${d}{\n background: ${s};\n color:${l};\n }\n #${d}:hover{\n box-shadow:${c?"rgba(0, 0, 0, 0.24) 0px 3px 8px;":"none"}\n }`,h=(0,_.A)(r,nc.btn,o?nc.fullWidth:""),u=`${a}`;return(0,n.A)(u,(0,b.A)({},t,{className:h,id:d}),e,(0,n.A)("style",null,p))};class oc extends HTMLElement{constructor(){let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};const{fullWidth:e=!0}=t;super(),this.props=void 0,this.isLoaded=void 0,this.onDestroy=void 0,this.props=t,t.id&&(this.id=t.id),"function"==typeof t.onDestroy&&(this.onDestroy=t.onDestroy)}connectedCallback(){if(!this.isConnected)return;const{props:t}=this;t.children instanceof HTMLElement&&this.appendChild(t.children),"string"==typeof t.children&&(this.innerHTML=t.children),"function"==typeof t.children&&this.appendChild(t.children()),"function"==typeof t.onUpdate&&t.onUpdate(this),"function"!=typeof t.onLoad||this.isLoaded||(this.isLoaded=!0,t.onLoad(this))}disconnectedCallback(){const{props:t}=this;"function"==typeof t.onUnload&&t.onUnload(this)}}customElements.define("cdtr-element",oc);var ic=a(19415),ac={};ac.setAttributes=p(),ac.insert=c().bind(null,"head"),ac.domAPI=s(),ac.insertStyleElement=u();o()(ic.A,ac);const sc=ic.A&&ic.A.locals?ic.A.locals:void 0,lc=function(){if(!document.getElementById("main-editor-ui"))throw Error("blockhgolder not exists!");const t={element:null},e={element:null},r=document.createElement("input"),o=new oc({onUpdate:n=>{n.style.margin=0,e.element.style.display="none";var o=t.element;o.className=sc.iframe,r.oninput=t=>{let n=t.target.value;"#"!==n.charAt(0)&&(n="#"+n),((t,n)=>{e.element.value=t,setTimeout(()=>{e.element.dispatchEvent(n)},100)})(n,new UIEvent("input",{view:window,bubbles:!0,cancelable:!0}))};const i=document.createElement("style");i.innerHTML="\n body{\n overflow:hidden;\n margin:0;\n width:100%;\n }\n input{\n height:30px;\n width: 100%;\n font-family:Arial;\n }\n ",setTimeout(()=>{r.style.display="none",o.contentWindow.document.body.appendChild(i),o.contentWindow.document.body.appendChild(r),setTimeout(()=>{r.style.display="block",r.focus(),setTimeout(()=>{r.focus()},80)},30)},50)}}),i=(0,n.A)("div",{onClick:t=>t.stopPropagation(),className:"picker_wrapper ignore-events",tabindex:"-1"},o,(0,n.A)("div",{className:"picker_arrow"}),(0,n.A)("div",{className:"picker_hue picker_slider"},(0,n.A)("div",{className:"picker_selector"})),(0,n.A)("div",{className:"picker_sl"},(0,n.A)("div",{className:"picker_selector"})),(0,n.A)("div",{className:"picker_alpha picker_slider"},(0,n.A)("div",{className:"picker_selector"})),(0,n.A)("div",{className:"picker_editor"},(0,n.A)("iframe",{ref:t}),(0,n.A)("input",{ref:e,"aria-label":"Type a color name or hex value"})),(0,n.A)("div",{className:"picker_sample"}),(0,n.A)("div",{className:"picker_done"},(0,n.A)(rc,null,"אישור")),(0,n.A)("div",{className:"picker_cancel"},(0,n.A)(rc,{color:"light"},"Cancel")));return i.update=t=>{r.value=t},i};class cc{constructor(){this._events=[]}add(t,e,n){t.addEventListener(e,n,!1),this._events.push({target:t,type:e,handler:n})}remove(t,e,n){this._events=this._events.filter(r=>{let o=!0;return t&&t!==r.target&&(o=!1),e&&e!==r.type&&(o=!1),n&&n!==r.handler&&(o=!1),o&&cc._doRemove(r.target,r.type,r.handler),!o})}static _doRemove(t,e,n){t.removeEventListener(e,n,!1)}destroy(){this._events.forEach(t=>cc._doRemove(t.target,t.type,t.handler)),this._events=[]}}function dc(t,e,n){var r=!1;function o(t,e,n){return Math.max(e,Math.min(t,n))}function i(t,i,a){if(a&&(r=!0),r){t.preventDefault();var s=e.getBoundingClientRect(),l=s.width,c=s.height,d=i.clientX,p=i.clientY,h=o(d-s.left,0,l),u=o(p-s.top,0,c);n(h/l,u/c)}}function a(t,e){1===(void 0===t.buttons?t.which:t.buttons)?i(t,t,e):r=!1}function s(t,e){1===t.touches.length?i(t,t.touches[0],e):r=!1}t.add(e,"mousedown",function(t){a(t,!0)}),t.add(e,"touchstart",function(t){s(t,!0)}),t.add(window,"mousemove",a),t.add(e,"touchmove",s),t.add(window,"mouseup",function(t){r=!1}),t.add(e,"touchend",function(t){r=!1}),t.add(e,"touchcancel",function(t){r=!1})}const pc="keydown",hc="mousedown";function uc(t,e){return(e||document).querySelector(t)}function fc(t){t.preventDefault(),t.stopPropagation()}function mc(t,e,n,r,o){t.add(e,pc,function(t){n.indexOf(t.key)>=0&&(o&&fc(t),r(t))})}const gc=document.createElement("style");gc.textContent=".picker_wrapper.no_alpha .picker_alpha{display:none}.picker_wrapper.no_editor \n.picker_editor{position:absolute;z-index:90;opacity:0}\n.pallete_item{\n box-shadow: 0 2px 10px 0 rgb(0 6 36 / 20%);\n width:100%;\n height:20px;\n margin:2.7px;\n transition: transform 0.2s ease-in-out;\n max-width: 20px;\n position:relative;\n cursor:pointer;\n border-radius:3px;\n}\n.pallete_item:hover{\n transform:scale(1.1)\n}\n.picker_wrapper.no_cancel .picker_cancel{display:none}\n.layout_default.picker_wrapper{\n border-radius: 7px;user-select: none;display:-webkit-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-flow:row wrap;-webkit-box-pack:justify;justify-content:space-between;-webkit-box-align:stretch;align-items:stretch;font-size:10px;width:25em;padding:.5em}.layout_default.picker_wrapper input,.layout_default.picker_wrapper button{font-size:1rem}.layout_default.picker_wrapper>*{margin:.5em}.layout_default.picker_wrapper::before{content:'';display:block;width:100%;height:0;-webkit-box-ordinal-group:2;order:1}\n .layout_default .picker_slider,.layout_default .picker_selector{padding:.4em}.layout_default .picker_hue{width:100%}.layout_default .picker_sl{-webkit-box-flex:1;flex:1 1 auto}.layout_default .picker_sl::before{content:'';display:block;padding-bottom:80%}.layout_default .picker_editor{-webkit-box-ordinal-group:2;order:1;width:6.5rem}.layout_default .picker_editor input{width:100%;height:100%}.layout_default .picker_sample{-webkit-box-ordinal-group:2;order:1;-webkit-box-flex:1;flex:1 1 auto}.layout_default .picker_done,.layout_default .picker_cancel{-webkit-box-ordinal-group:2;order:1}.picker_wrapper{box-sizing:border-box;background:#f2f2f2;box-shadow:0 0 0 1px silver;cursor:default;font-family:sans-serif;color:#444;pointer-events:auto}.picker_wrapper:focus{outline:none}.picker_wrapper button,.picker_wrapper input{box-sizing:border-box;border:none;box-shadow:0 0 0 1px silver;outline:none}.picker_wrapper button:focus,.picker_wrapper button:active,.picker_wrapper input:focus,.picker_wrapper input:active{box-shadow:0 0 2px 1px dodgerblue}.picker_wrapper button{padding:.4em .6em;cursor:pointer;}.picker_wrapper button:active{background-image:-webkit-gradient(linear, left bottom, left top, from(transparent), to(gainsboro));background-image:linear-gradient(0deg, transparent, gainsboro)}.picker_wrapper button:hover{background:white}.picker_selector{position:absolute;z-index:90;display:block;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);border:2px solid white;border-radius:100%;box-shadow:0 0 3px 1px #67b9ff;background:currentColor;cursor:pointer}.picker_slider .picker_selector{border-radius:2px}.picker_hue{position:relative;background-image:-webkit-gradient(linear, left top, right top, from(red), color-stop(yellow), color-stop(lime), color-stop(cyan), color-stop(blue), color-stop(magenta), to(red));background-image:linear-gradient(90deg, red, yellow, lime, cyan, blue, magenta, red);box-shadow:0 0 0 1px silver}.picker_sl{position:relative;box-shadow:0 0 0 1px silver;background-image:-webkit-gradient(linear, left top, left bottom, from(white), color-stop(50%, rgba(255,255,255,0))),-webkit-gradient(linear, left bottom, left top, from(black), color-stop(50%, rgba(0,0,0,0))),-webkit-gradient(linear, left top, right top, from(gray), to(rgba(128,128,128,0)));background-image:linear-gradient(180deg, white, rgba(255,255,255,0) 50%),linear-gradient(0deg, black, rgba(0,0,0,0) 50%),linear-gradient(90deg, gray, rgba(128,128,128,0))}.picker_alpha,.picker_sample{position:relative;background:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='2' height='2'%3E%3Cpath d='M1,0H0V1H2V2H1' fill='lightgrey'/%3E%3C/svg%3E\") left top/contain white;box-shadow:0 0 0 1px silver}.picker_alpha .picker_selector,.picker_sample .picker_selector{background:none}.picker_editor input{font-family:monospace;padding:.2em .4em}.picker_sample::before{content:'';position:absolute;display:block;width:100%;height:100%;background:currentColor}.picker_arrow{position:absolute;z-index:-1}.picker_wrapper.popup{\n height: intrinsic; \n height: -moz-max-content; \n height: -webkit-max-content;\n position:absolute;z-index:99;margin:1.5em;\n }.picker_wrapper.popup,.picker_wrapper.popup .picker_arrow::before,.picker_wrapper.popup .picker_arrow::after{background:#f2f2f2;box-shadow:0 0 10px 1px rgba(0,0,0,0.4)}.picker_wrapper.popup .picker_arrow{width:3em;height:3em;margin:0}.picker_wrapper.popup .picker_arrow::before,.picker_wrapper.popup .picker_arrow::after{content:\"\";display:block;position:absolute;top:0;left:0;z-index:-99}.picker_wrapper.popup .picker_arrow::before{width:100%;height:100%;-webkit-transform:skew(45deg);transform:skew(45deg);-webkit-transform-origin:0 100%;transform-origin:0 100%}.picker_wrapper.popup .picker_arrow::after{width:150%;height:150%;box-shadow:none}.popup.popup_top{bottom:100%;left:0}.popup.popup_top .picker_arrow{bottom:0;left:0;-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.popup.popup_bottom{top:100%;left:0}.popup.popup_bottom .picker_arrow{top:0;left:0;-webkit-transform:rotate(90deg) scale(1, -1);transform:rotate(90deg) scale(1, -1)}.popup.popup_left{top:0;right:100%}.popup.popup_left .picker_arrow{top:0;right:0;-webkit-transform:scale(-1, 1);transform:scale(-1, 1)}.popup.popup_right{top:0;left:100%}.popup.popup_right .picker_arrow{top:0;left:0}",document.documentElement.firstElementChild.appendChild(gc);const bc=class{constructor(t){this.settings={popup:"right",layout:"default",alpha:!0,editor:!0,editorFormat:"hex",cancelButton:!1},this._events=new cc,this.onChange=null,this.onDone=null,this.onOpen=null,this.onClose=null,this.setOptions(t)}setOptions(t){if(!t)return;const e=this.settings;if(t instanceof HTMLElement)e.parent=t;else{e.parent&&t.parent&&e.parent!==t.parent&&(this._events.remove(e.parent),this._popupInited=!1),function(t,e,n){for(const r in t)n&&n.indexOf(r)>=0||(e[r]=t[r])}(t,e),t.onChange&&(this.onChange=t.onChange),t.onDone&&(this.onDone=t.onDone),t.onOpen&&(this.onOpen=t.onOpen),t.onClose&&(this.onClose=t.onClose);const n=t.color||t.colour;n&&this._setColor(n,{silent:!0})}const n=e.parent;if(n&&e.popup&&!this._popupInited){const t=t=>this.openHandler(t);this._events.add(n,"click",t),mc(this._events,n,[" ","Spacebar","Enter"],t),this._popupInited=!0}else t.parent&&!e.popup&&this.show()}openHandler(t){if(this.show()){t&&t.preventDefault(),this.settings.parent.style.pointerEvents="none";const e=t&&t.type===pc?this._domEdit:this.domElement;setTimeout(()=>e.focus(),100),this.onOpen&&this.onOpen(this.colour)}}closeHandler(t){const e=t&&t.type;let n=!1;if(t)if(e===hc){const e=(this.__containedEvent||0)+100;t.timeStamp>e&&(n=!0)}else fc(t),n=!0;else n=!0;n&&this.hide()&&(this.settings.parent.style.pointerEvents="",e!==hc&&this.settings.parent.focus(),this.onClose&&this.onClose(this.colour))}movePopup(t,e){this.closeHandler(),this.setOptions(t),e&&this.openHandler()}setColor(t,e){this._setColor(t,{silent:e})}_setColor(t,e){if("string"==typeof t&&(t=t.trim()),!t)return;let n;e=e||{};try{n=new Ql(t)}catch(t){if(e.failSilently)return;console.error(t)}if(!this.settings.alpha&&n&&n.hsla){const t=n.hsla;t[3]=1,n.hsla=t}this.Color=Ql,this.colour=this.color=n,this._setHSLA(null,null,null,null,e)}setColour(t,e){this.setColor(t,e)}show(){if(!this.settings.parent)return!1;if(this.domElement){const t=this._toggleDOM(!0);return this._setPosition(),t}this.settings.setColor=t=>this.setColor(t);const t=lc(this.settings);return this.domElement=t,this._domH=uc(".picker_hue",t),this._domSL=uc(".picker_sl",t),this._domA=uc(".picker_alpha",t),this._domEdit=uc(".picker_editor input",t),this._domSample=uc(".picker_sample",t),this.settings.sample||this._domSample.remove(),this._domOkay=uc(".picker_done button",t),this.settings.ok||this._domOkay.remove(),this._domCancel=uc(".picker_cancel button",t),Array.from(t.querySelectorAll(".pallete_item")).forEach(t=>{t.onclick=()=>{const e=t.getAttribute("data-color");if(!e)throw Error("color is not defined, please add data-color attr");this.setColor(e)}}),t.classList.add("layout_"+this.settings.layout),this.settings.alpha||t.classList.add("no_alpha"),this.settings.editor||t.classList.add("no_editor"),this.settings.cancelButton||t.classList.add("no_cancel"),this._ifPopup(()=>t.classList.add("popup")),this._setPosition(),this.colour&&this._updateUI(),this._bindEvents(),!0}hide(){return this._toggleDOM(!1)}destroy(){this._events.destroy(),this.domElement&&this.domElement.remove()}_bindEvents(){const t=this,e=this.domElement,n=this._events;function r(t,e,r){n.add(t,e,r)}r(e,"click",t=>t.preventDefault()),dc(n,this._domH,(e,n)=>t._setHSLA(e)),dc(n,this._domSL,(e,n)=>t._setHSLA(null,e,1-n)),this.settings.alpha&&dc(n,this._domA,(e,n)=>t._setHSLA(null,null,null,1-n));const o=this._domEdit;r(o,"input",function(e){t._setColor(this.value,{fromEditor:!0,failSilently:!0})}),r(o,"focus",function(t){const e=this;e.selectionStart===e.selectionEnd&&e.select()}),this._ifPopup(()=>{const t=t=>this.closeHandler(t);r(window,hc,t),mc(n,e,["Esc","Escape"],t);const o=t=>{this.__containedEvent=t.timeStamp};r(e,hc,o),r(e,"focusin",o),r(this._domCancel,"click",t)});const i=t=>{this._ifPopup(()=>this.closeHandler(t)),this.onDone&&this.onDone(this.colour)};this._domOkay&&r(this._domOkay,"click",i),mc(n,e,["Enter"],i)}_setPosition(){const t=this.settings.parent,e=this.domElement;if(t!==e.parentNode){t.appendChild(e);let n=e.getBoundingClientRect();const r=t.getBoundingClientRect();n.left,n.width;{document.body.appendChild(e),e.style.position="fixed",e.style.zIndex=9999999999,e.style.top=r.top-n.height+"px",e.style.left=r.left-n.width/2+"px";const t=e.querySelector(".picker_arrow");t&&t.remove()}n=e.getBoundingClientRect(),n.top<0&&(e.style.top=0),n.bottom>document.body.clientHeight&&(e.style.top=document.body.clientHeight-n.height-100+"px"),n.right>window.innerWidth&&(e.style.left=window.innerWidth-n.width-100+"px")}this._ifPopup(n=>{"static"===getComputedStyle(t).position&&(t.style.position="relative");const r=!0===n?"popup_right":"popup_"+n;["popup_top","popup_bottom","popup_left","popup_right"].forEach(t=>{t===r?e.classList.add(t):e.classList.remove(t)}),e.classList.add(r)})}_setHSLA(t,e,n,r,o){o=o||{},this.color&&this.colour||(this.color=this.colour=new Ql("black"));const i=this.colour,a=i.hsla;[t,e,n,r].forEach((t,e)=>{(t||0===t)&&(a[e]=t)}),i.hsla=a,o&&this._updateUI(o),this.onChange&&o&&!o.silent&&this.onChange(i)}_updateUI(t){if(!this.domElement)return;t=t||{};const e=this.colour,n=e.hsla,r=`hsl(${360*n[0]}, 100%, 50%)`,o=e.hslString,i=e.hslaString,a=this._domH,s=this._domSL,l=this._domA,c=uc(".picker_selector",a),d=uc(".picker_selector",s),p=uc(".picker_selector",l);function h(t,e,n){e.style.left=100*n+"%"}function u(t,e,n){e.style.top=100*n+"%"}h(0,c,n[0]),this._domSL.style.backgroundColor=this._domH.style.color=r,h(0,d,n[1]),u(0,d,1-n[2]),s.style.color=o,u(0,p,1-n[3]);const f=o,m=f.replace("hsl","hsla").replace(")",", 0)"),g=`linear-gradient(${[f,m]})`;if(this._domA.style.backgroundImage=g+", url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='2' height='2'%3E%3Cpath d='M1,0H0V1H2V2H1' fill='lightgrey'/%3E%3C/svg%3E\")",!t.fromEditor){const t=this.settings.editorFormat,n=this.settings.alpha;let r;switch(t){case"rgb":r=e.printRGB(n);break;case"hsl":r=e.printHSL(n);break;default:r=e.printHex(n)}this._domEdit.value=r,this.domElement&&this.domElement.update&&this.domElement.update(r)}this._domSample&&(this._domSample.style.color=i)}_ifPopup(t,e){this.settings.parent&&this.settings.popup?t&&t(this.settings.popup):e&&e()}_toggleDOM(t){const e=this.domElement;if(!e)return!1;const n=t?"":"none",r=e.style.display!==n;return r&&(e.style.display=n),r}static get StyleElement(){return gc}},yc=bc;class wc extends S.WF{constructor(){super(),this.event=void 0,this.changeEvent=void 0,this.placement=void 0,this.onOpen=this.onOpen.bind(this),this.event=new UIEvent("input",{view:window,bubbles:!0,cancelable:!0}),this.changeEvent=new UIEvent("change",{view:window,bubbles:!0,cancelable:!0}),this.onChange=this.onChange.bind(this),this.onClose=this.onClose.bind(this),this.colorpicker=null,this.alpha=!1,this.value="#fff",this.show=!1,this.placement="bottom",this.hidePallete=!0}onOpen(){this.colorpicker&&this.colorpicker.Color&&(this.colorpicker.colour=new this.colorpicker.Color(this.value),this.colorpicker._updateUI())}onClose(){}onChange(t){const e=t.hex;this.value=e,this.color=e,this.dispatchEvent(this.event),this.dispatchEvent(this.changeEvent)}connectedCallback(){super.connectedCallback(),this.colorpicker||(this.colorpicker=new yc({parent:this,color:this.value,popup:this.placement,alpha:this.alpha,onOpen:this.onOpen,hidePallete:this.hidePallete,show:this.show,accept:!1,onClose:this.onClose,onChange:this.onChange,sessionID:"creaditor-landing-page",inspect:"background"}))}disconnectedCallback(){super.disconnectedCallback(),this.colorpicker&&(this.colorpicker.destroy(),this.colorpicker=null)}render(){return S.qy`<cdtr-row alignItems="center"
3732
3732
  ><cdtr-col sm=${1}>
3733
3733
  <div tabindex="0" style="outline:none;padding-top:5px;" class="main">
3734
3734
  <span class="dot" style="background:${this.value};"></span>
@@ -3738,7 +3738,7 @@
3738
3738
  </paper-button>
3739
3739
  </div>
3740
3740
  </cdtr-col>
3741
- </cdtr-row> `}patch(t){this.value=t}}yc.styles=S.AH`
3741
+ </cdtr-row> `}patch(t){this.value=t}}wc.styles=S.AH`
3742
3742
  .main {
3743
3743
  width: 30px;
3744
3744
  height: 30px;
@@ -3768,7 +3768,7 @@
3768
3768
  border-radius: 20px;
3769
3769
  display: block;
3770
3770
  }
3771
- `,yc.properties={value:{type:String,reflect:!0},color:{type:String,reflect:!0},colorpicker:{type:Object},alpha:{type:Boolean,reflect:!0},fixed:{type:Boolean,reflect:!0},show:{type:Boolean,reflect:!0},hidePallete:{type:Boolean,reflect:!0}},customElements.define("cdtr-colorpicker",yc);class wc extends S.WF{constructor(){super(),this.min=0,this.max=100,this.step=1,this.topValue=0,this.leftValue=0,this.rightValue=0,this.bottomValue=0,this.value=0,this.isLock=!0,this.direction="all",this.hasLeft=!0,this.hasRight=!0,this.hasTop=!0,this.hasBottom=!0}render(){return S.qy`<div class="main">
3771
+ `,wc.properties={value:{type:String,reflect:!0},color:{type:String,reflect:!0},colorpicker:{type:Object},alpha:{type:Boolean,reflect:!0},fixed:{type:Boolean,reflect:!0},show:{type:Boolean,reflect:!0},hidePallete:{type:Boolean,reflect:!0}},customElements.define("cdtr-colorpicker",wc);class Ac extends S.WF{constructor(){super(),this.min=0,this.max=100,this.step=1,this.topValue=0,this.leftValue=0,this.rightValue=0,this.bottomValue=0,this.value=0,this.isLock=!0,this.direction="all",this.hasLeft=!0,this.hasRight=!0,this.hasTop=!0,this.hasBottom=!0}render(){return S.qy`<div class="main">
3772
3772
  ${this.hasTop?S.qy`<cdtr-number-input
3773
3773
  @input=${t=>this.onChangeValue("top",t)}
3774
3774
  max=${this.max}
@@ -3802,9 +3802,9 @@
3802
3802
  class="bottom x"
3803
3803
  ></cdtr-number-input>`:null}
3804
3804
  <div class="lock" @click=${this.clickLock}>
3805
- ${!0===this.isLock?(0,n.A)(_l.LM,null):(0,n.A)(_l.xC,null)}
3805
+ ${!0===this.isLock?(0,n.A)(vl.LM,null):(0,n.A)(vl.xC,null)}
3806
3806
  </div>
3807
- </div>`}onChangeValue(t,e){const n=e.target.value;!0===this.isLock?(this.direction="all",this.value=Number(n),this.topValue=Number(n),this.bottomValue=Number(n),this.rightValue=Number(n),this.leftValue=Number(n)):(this.direction=t,this.value=Number(n),this[t+"Value"]=Number(n));const r=new UIEvent(e.type,{view:window,bubbles:!0,cancelable:!0});this.dispatchEvent(r)}clickLock(){this.isLock=!0!==this.isLock}patch(t){const e=["topValue","bottomValue","rightValue","leftValue"];"string"==typeof t?e.forEach(e=>this[e]=t):"object"==typeof t&&e.forEach(e=>this[e]=t[e])}}wc.properties={value:{type:Number,reflect:!0},topValue:{type:Number,reflect:!0},leftValue:{type:Number,reflect:!0},rightValue:{type:Number,reflect:!0},bottomValue:{type:Number,reflect:!0},step:{type:Number,reflect:!0},min:{type:Number,reflect:!0},max:{type:Number,reflect:!0},isLock:{type:Boolean,reflect:!0},direction:{type:String},hasLeft:{type:Boolean,reflect:!0},hasRight:{type:Boolean,reflect:!0},hasTop:{type:Boolean,reflect:!0},hasBottom:{type:Boolean,reflect:!0}},wc.styles=S.AH`
3807
+ </div>`}onChangeValue(t,e){const n=e.target.value;!0===this.isLock?(this.direction="all",this.value=Number(n),this.topValue=Number(n),this.bottomValue=Number(n),this.rightValue=Number(n),this.leftValue=Number(n)):(this.direction=t,this.value=Number(n),this[t+"Value"]=Number(n));const r=new UIEvent(e.type,{view:window,bubbles:!0,cancelable:!0});this.dispatchEvent(r)}clickLock(){this.isLock=!0!==this.isLock}patch(t){const e=["topValue","bottomValue","rightValue","leftValue"];"string"==typeof t?e.forEach(e=>this[e]=t):"object"==typeof t&&e.forEach(e=>this[e]=t[e])}}Ac.properties={value:{type:Number,reflect:!0},topValue:{type:Number,reflect:!0},leftValue:{type:Number,reflect:!0},rightValue:{type:Number,reflect:!0},bottomValue:{type:Number,reflect:!0},step:{type:Number,reflect:!0},min:{type:Number,reflect:!0},max:{type:Number,reflect:!0},isLock:{type:Boolean,reflect:!0},direction:{type:String},hasLeft:{type:Boolean,reflect:!0},hasRight:{type:Boolean,reflect:!0},hasTop:{type:Boolean,reflect:!0},hasBottom:{type:Boolean,reflect:!0}},Ac.styles=S.AH`
3808
3808
  cdtr-number-input {
3809
3809
  max-width: 50px;
3810
3810
  font-size: 13px;
@@ -3855,7 +3855,7 @@
3855
3855
  fill: var(--new-ui-socondary);
3856
3856
  width: 20px;
3857
3857
  }
3858
- `,customElements.define("cdtr-spacing",wc);var Ac=a(49549);class xc extends S.WF{constructor(){super(),this.theme=void 0,this.inputEvent=void 0,this.changeEvent=void 0,this.step=this.step??1,this.onChange=this.onChange.bind(this),this.onInput=this.onInput.bind(this),this.theme=O.M.get("theme"),this.sizes=[],this.inputEvent=new UIEvent("input",{view:window,bubbles:!0,cancelable:!0}),this.changeEvent=new UIEvent("change",{view:window,bubbles:!0,cancelable:!0})}onChange(t){this.value=t,this.dispatchEvent(this.inputEvent),this.dispatchEvent(this.changeEvent)}onInput(t){this.value=t,this.dispatchEvent(this.inputEvent)}render(){return S.qy`
3858
+ `,customElements.define("cdtr-spacing",Ac);var xc=a(49549);class _c extends S.WF{constructor(){super(),this.theme=void 0,this.inputEvent=void 0,this.changeEvent=void 0,this.step=this.step??1,this.onChange=this.onChange.bind(this),this.onInput=this.onInput.bind(this),this.theme=O.M.get("theme"),this.sizes=[],this.inputEvent=new UIEvent("input",{view:window,bubbles:!0,cancelable:!0}),this.changeEvent=new UIEvent("change",{view:window,bubbles:!0,cancelable:!0})}onChange(t){this.value=t,this.dispatchEvent(this.inputEvent),this.dispatchEvent(this.changeEvent)}onInput(t){this.value=t,this.dispatchEvent(this.inputEvent)}render(){return S.qy`
3859
3859
  <cdtr-row class="container">
3860
3860
  <cdtr-col sm="12">
3861
3861
  <cdtr-title><lang-text text="${this.text}"></lang-text></cdtr-title>
@@ -3873,7 +3873,7 @@
3873
3873
  ></cdtr-range-input
3874
3874
  ></cdtr-col>
3875
3875
  <cdtr-col style="${this.sizes&&this.sizes.length>0?"margin-top:5px":""}" sm="12">
3876
- ${(0,Ac.u)(this.sizes,t=>t.value,t=>S.qy`
3876
+ ${(0,xc.u)(this.sizes,t=>t.value,t=>S.qy`
3877
3877
  <paper-button
3878
3878
  @click=${()=>this.onChange(t.value)}
3879
3879
  class="tag-item ${t.value===this.value?"selected":""}"
@@ -3882,7 +3882,7 @@
3882
3882
  `)}</cdtr-col
3883
3883
  >
3884
3884
  </cdtr-row>
3885
- `}}xc.properties={value:{type:String,reflect:!0},max:{},min:{},unit:{},sizes:{type:Array},text:{type:String},step:{type:Number,reflect:!0}},xc.styles=S.AH`
3885
+ `}}_c.properties={value:{type:String,reflect:!0},max:{},min:{},unit:{},sizes:{type:Array},text:{type:String},step:{type:Number,reflect:!0}},_c.styles=S.AH`
3886
3886
  :host {
3887
3887
  /* margin-bottom: 1rem; */
3888
3888
  display: block;
@@ -3909,7 +3909,7 @@
3909
3909
  .selected {
3910
3910
  border: 1px solid var(--primary);
3911
3911
  }
3912
- `,customElements.define("cdtr-width-editor",xc);const _c=a(45888),vc=(t,e)=>_c(t).setAlpha(e).toRgbString();var kc=a(61919);class Cc extends S.WF{constructor(){super(),this.theme=void 0,this.sizes=void 0,this.inputEvent=void 0,this.changeEvent=void 0,this.onChange=this.onChange.bind(this),this.theme=O.M.get("theme"),this.hasAlpha=!0,this.sizes=[],this.iconType="background",this.inputEvent=new UIEvent("input",{view:window,bubbles:!0,cancelable:!0}),this.changeEvent=new UIEvent("change",{view:window,bubbles:!0,cancelable:!0})}onChangeAlpha(t){const e=t.target.immediateValue,n=vc(this.value,e);this.alpha=e,this.value=n,this.onChange(n)}onChangeColor(t){const e=t.target.value;this.onChange(e)}onChange(t){this.value=t,this.dispatchEvent(this.inputEvent),this.dispatchEvent(this.changeEvent)}render(){return this.alpha=(0,kc.A)(this.value).getAlpha()||0,S.qy`
3912
+ `,customElements.define("cdtr-width-editor",_c);const vc=a(45888),kc=(t,e)=>vc(t).setAlpha(e).toRgbString();var Cc=a(61919);class Ec extends S.WF{constructor(){super(),this.theme=void 0,this.sizes=void 0,this.inputEvent=void 0,this.changeEvent=void 0,this.onChange=this.onChange.bind(this),this.theme=O.M.get("theme"),this.hasAlpha=!0,this.sizes=[],this.iconType="background",this.inputEvent=new UIEvent("input",{view:window,bubbles:!0,cancelable:!0}),this.changeEvent=new UIEvent("change",{view:window,bubbles:!0,cancelable:!0})}onChangeAlpha(t){const e=t.target.immediateValue,n=kc(this.value,e);this.alpha=e,this.value=n,this.onChange(n)}onChangeColor(t){const e=t.target.value;this.onChange(e)}onChange(t){this.value=t,this.dispatchEvent(this.inputEvent),this.dispatchEvent(this.changeEvent)}render(){return this.alpha=(0,Cc.A)(this.value).getAlpha()||0,S.qy`
3913
3913
  ${this.hasAlpha?S.qy`<cdtr-row justify="space-between" alignItems="center">
3914
3914
  <cdtr-col sm="12"
3915
3915
  ><cdtr-title style="display:block" class="align-lang"
@@ -3952,7 +3952,7 @@
3952
3952
  ></color-playground>
3953
3953
  </cdtr-col>
3954
3954
  </cdtr-row>`}
3955
- `}}Cc.styles=S.AH`
3955
+ `}}Ec.styles=S.AH`
3956
3956
  :host {
3957
3957
  /* margin-bottom: 1rem; */
3958
3958
  display: block;
@@ -3984,7 +3984,7 @@
3984
3984
  .selected {
3985
3985
  border: 1px solid var(--primary);
3986
3986
  }
3987
- `,Cc.properties={value:{type:String,reflect:!0},alpha:{type:Number,reflect:!0},hasAlpha:{type:Boolean},text:{type:String},iconType:{type:String}},customElements.define("cdtr-colorpicker-editor",Cc);var Ec=a(40156);const Sc=[],Mc=localStorage.getItem("colors_from_image");let Bc=Mc?JSON.parse(Mc):[];class Oc{constructor(t){this.value="",this.colorsFromImage=void 0,this.primary=void 0,this.colorsFromImage=Bc,this.dispatch=this.dispatch.bind(this),t.addController(this),Sc.push(t)}hostConnected(){}dispatch(){Sc.forEach(t=>t.requestUpdate())}addColorsFromImage(){const t=document.createElement("input");t.accept="image/png, image/jpeg",t.type="file",t.click(),t.addEventListener("change",t=>{const e=t.target,n=e.files?.[0];if(!n)return;const r=document.createElement("img");r.crossOrigin="Anonymous",r.src=URL.createObjectURL(n),window.document.body.appendChild(r),r.addEventListener("load",()=>{(0,Ec.A)("https://cdnjs.cloudflare.com/ajax/libs/color-thief/2.3.0/color-thief.umd.js",()=>{const t=new window.ColorThief,e=t.getColor(r);this.primary=`rgb(${e.join(",")})`;const n=t.getPalette(r,8).map(t=>`rgb(${t.join(",")})`);r.remove(),this.colorsFromImage=Bc=n,localStorage.setItem("colors_from_image",JSON.stringify(Bc)),Sc.forEach(t=>{t.pallete=n,t.requestUpdate()})})},{once:!0})},{once:!0})}hostDisconnected(){}}const Lc=S.AH`
3987
+ `,Ec.properties={value:{type:String,reflect:!0},alpha:{type:Number,reflect:!0},hasAlpha:{type:Boolean},text:{type:String},iconType:{type:String}},customElements.define("cdtr-colorpicker-editor",Ec);var Sc=a(40156);const Mc=[],Bc=localStorage.getItem("colors_from_image");let Oc=Bc?JSON.parse(Bc):[];class Lc{constructor(t){this.value="",this.colorsFromImage=void 0,this.primary=void 0,this.colorsFromImage=Oc,this.dispatch=this.dispatch.bind(this),t.addController(this),Mc.push(t)}hostConnected(){}dispatch(){Mc.forEach(t=>t.requestUpdate())}addColorsFromImage(){const t=document.createElement("input");t.accept="image/png, image/jpeg",t.type="file",t.click(),t.addEventListener("change",t=>{const e=t.target,n=e.files?.[0];if(!n)return;const r=document.createElement("img");r.crossOrigin="Anonymous",r.src=URL.createObjectURL(n),window.document.body.appendChild(r),r.addEventListener("load",()=>{(0,Sc.A)("https://cdnjs.cloudflare.com/ajax/libs/color-thief/2.3.0/color-thief.umd.js",()=>{const t=new window.ColorThief,e=t.getColor(r);this.primary=`rgb(${e.join(",")})`;const n=t.getPalette(r,8).map(t=>`rgb(${t.join(",")})`);r.remove(),this.colorsFromImage=Oc=n,localStorage.setItem("colors_from_image",JSON.stringify(Oc)),Mc.forEach(t=>{t.pallete=n,t.requestUpdate()})})},{once:!0})},{once:!0})}hostDisconnected(){}}const Tc=S.AH`
3988
3988
  .title {
3989
3989
  font-size: 16px;
3990
3990
  margin-bottom: 2px;
@@ -4078,7 +4078,7 @@
4078
4078
  .color-element:focus {
4079
4079
  transform: scale(1.1);
4080
4080
  }
4081
- `,Tc=S.AH`
4081
+ `,Ic=S.AH`
4082
4082
  paper-button {
4083
4083
  font-size: 14px;
4084
4084
  padding: 0;
@@ -4087,7 +4087,7 @@
4087
4087
  justify-content: flex-start;
4088
4088
  margin: 0;
4089
4089
  }
4090
- `,Ic=new Map,Nc=t=>(Ic.has(t)||Ic.set(t,(0,kc.A)(t)),Ic.get(t));function Rc(t){const e=Nc(t),n=e.monochromatic()[3].clone().darken(30).toHexString(),r=e.splitcomplement()[1],o=[e.toHexString(),n,e.clone().brighten(5).toHexString(),e.clone().brighten(30).toHexString(),r.clone().toHexString(),r.clone().brighten(30).toHexString()];return Array.from(new Set(o))}const Dc=["#ffebee","#ffcdd2","#ef9a9a","#e57373","#ef5350","#f44336","#e53935","#d32f2f","#c62828","#b71c1c","#fce4ec","#f8bbd0","#f48fb1","#f06292","#ec407a","#e91e63","#d81b60","#c2185b","#ad1457","#880e4f","#f3e5f5","#e1bee7","#ce93d8","#ba68c8","#ab47bc","#9c27b0","#8e24aa","#7b1fa2","#6a1b9a","#4a148c","#ede7f6","#d1c4e9","#b39ddb","#9575cd","#7e57c2","#673ab7","#5e35b1","#512da8","#4527a0","#311b92","#e8eaf6","#c5cae9","#9fa8da","#7986cb","#5c6bc0","#3f51b5","#3949ab","#303f9f","#283593","#1a237e","#e3f2fd","#bbdefb","#90caf9","#64b5f6","#42a5f5","#2196f3","#1e88e5","#1976d2","#1565c0","#0d47a1","#e1f5fe","#b3e5fc","#81d4fa","#4fc3f7","#29b6f6","#03a9f4","#039be5","#0288d1","#0277bd","#01579b","#e0f7fa","#b2ebf2","#80deea","#4dd0e1","#26c6da","#00bcd4","#00acc1","#0097a7","#00838f","#006064","#e0f2f1","#b2dfdb","#80cbc4","#4db6ac","#26a69a","#009688","#00897b","#00796b","#00695c","#004d40","#e8f5e9","#c8e6c9","#a5d6a7","#81c784","#66bb6a","#4caf50","#43a047","#388e3c","#2e7d32","#1b5e20","#f1f8e9","#dcedc8","#c5e1a5","#aed581","#9ccc65","#8bc34a","#7cb342","#689f38","#558b2f","#33691e","#f9fbe7","#f0f4c3","#e6ee9c","#dce775","#d4e157","#cddc39","#c0ca33","#afb42b","#9e9d24","#827717","#fffde7","#fff9c4","#fff59d","#fff176","#ffee58","#ffeb3b","#fdd835","#fbc02d","#f9a825","#f57f17","#fff8e1","#ffecb3","#ffe082","#ffd54f","#ffca28","#ffc107","#ffb300","#ffa000","#ff8f00","#ff6f00","#fff3e0","#ffe0b2","#ffcc80","#ffb74d","#ffa726","#ff9800","#fb8c00","#f57c00","#ef6c00","#e65100","#fbe9e7","#ffccbc","#ffab91","#ff8a65","#ff7043","#ff5722","#f4511e","#e64a19","#d84315","#bf360c","#efebe9","#d7ccc8","#bcaaa4","#a1887f","#8d6e63","#795548","#6d4c41","#5d4037","#4e342e","#3e2723","#fafafa","#f5f5f5","#eeeeee","#e0e0e0","#bdbdbd","#9e9e9e","#757575","#616161","#424242","#212121"];class Pc extends S.WF{constructor(){super(),this.controller=new Oc(this),this._existsColorsCache=void 0,this._cachedFocusableElements=void 0,this._colorHandlers=void 0,this.delayer=void 0,this.pallete=void 0,this.lastColors=void 0,this.changeEvent=void 0,this.focusableElements=[],this._existsColorsCache={value:null,timestamp:0},this._cachedFocusableElements=null,this._colorHandlers=new Map,this.type="background",this.justSomeColors=Dc,this.delayer=new _i.A,this.pallete=this.controller.colorsFromImage||[],this.schemaPallete=[],this.saved=[],this.existsColors=[],this.selectedTab="colors",this.value="#fff";const t=sessionStorage.getItem("last_colors");this.lastColors=t?JSON.parse(t):[],this.changeEvent=new UIEvent("change",{view:window,bubbles:!0,cancelable:!0}),this.closePlayground=this.closePlayground.bind(this)}changeColor(t){let e=arguments.length>1&&void 0!==arguments[1]&&arguments[1];this.value=t,!t||this.schemaLocked||e||(this.schemaPallete=Rc(t)),this.dispatchEvent(this.changeEvent)}onChangeColor(t){const e=t.target.color;this.changeColor(e),this.delayer.run(()=>{this.lastColors.includes(e)||(this.lastColors.push(e),sessionStorage.setItem("last_colors",JSON.stringify(this.lastColors))),this._existsColorsCache.value=null,this.existsColors=this.getExistsColors()})}getExistsColors(){return function(){let{cache:t=null}=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};const e=Date.now();if(t?.value&&e-t.timestamp<1e3)return t.value;const n=new Set,r=document.querySelector("#main-page--cdtr");if(!r){const n=[];return t&&(t.value=n,t.timestamp=e),n}const o=O.M.get("components");if(!o||!Array.isArray(o)){const n=[];return t&&(t.value=n,t.timestamp=e),n}const i=o,a=new Set(i.map(t=>t.id).map(t=>r.querySelector(`[data-id='${t}']`)).filter(Boolean).map(t=>t.getAttribute("data-id")));for(const t of i){if(!a.has(t.id))continue;const{style:e}=t.props||{};if("menu-widget"===t.type&&t.props?.items?.length&&t.props.items.length>0){const e=t.props.items[0],r=e?.style?.color;if(r){const t=Nc(r).toHexString();t&&n.add(t)}}if(e?.background){const t=Nc(e.background).toHexString();t&&n.add(t)}if(e?.color){const t=Nc(e.color).toHexString();t&&n.add(t)}}const s=Array.from(n);return t&&(t.value=s,t.timestamp=e),s}({cache:this._existsColorsCache})}_createColorHandlers(t,e){const n=`${t}-${e}`;if(!this._colorHandlers.has(n)){const r={click:e?()=>{this.value=t,this.dispatchEvent(this.changeEvent),this.existsColors=this.getExistsColors()}:t=>{t&&this.onChangeColor(t)},dblclick:e?()=>{this.value=t,this.dispatchEvent(this.changeEvent),this._existsColorsCache.value=null,this.existsColors=this.getExistsColors(),this.closePlayground()}:t=>{t&&this.onChangeColor(t),this.closePlayground()},keypress:n=>{"Enter"===n.key&&(e?(this.value=t,this.dispatchEvent(this.changeEvent),this._existsColorsCache.value=null,this.existsColors=this.getExistsColors()):this.onChangeColor(n))}};this._colorHandlers.set(n,r)}return this._colorHandlers.get(n)}renderColorElement(t){let e=arguments.length>1&&void 0!==arguments[1]&&arguments[1];const n=this._createColorHandlers(t,e),r=Nc(t),o=0===r.getAlpha(),i=r.toHexString(),a=Nc(this.value).toHexString()===i;return S.qy`<div
4090
+ `,Nc=new Map,Rc=t=>(Nc.has(t)||Nc.set(t,(0,Cc.A)(t)),Nc.get(t));function Dc(t){const e=Rc(t),n=e.monochromatic()[3].clone().darken(30).toHexString(),r=e.splitcomplement()[1],o=[e.toHexString(),n,e.clone().brighten(5).toHexString(),e.clone().brighten(30).toHexString(),r.clone().toHexString(),r.clone().brighten(30).toHexString()];return Array.from(new Set(o))}const Pc=["#ffebee","#ffcdd2","#ef9a9a","#e57373","#ef5350","#f44336","#e53935","#d32f2f","#c62828","#b71c1c","#fce4ec","#f8bbd0","#f48fb1","#f06292","#ec407a","#e91e63","#d81b60","#c2185b","#ad1457","#880e4f","#f3e5f5","#e1bee7","#ce93d8","#ba68c8","#ab47bc","#9c27b0","#8e24aa","#7b1fa2","#6a1b9a","#4a148c","#ede7f6","#d1c4e9","#b39ddb","#9575cd","#7e57c2","#673ab7","#5e35b1","#512da8","#4527a0","#311b92","#e8eaf6","#c5cae9","#9fa8da","#7986cb","#5c6bc0","#3f51b5","#3949ab","#303f9f","#283593","#1a237e","#e3f2fd","#bbdefb","#90caf9","#64b5f6","#42a5f5","#2196f3","#1e88e5","#1976d2","#1565c0","#0d47a1","#e1f5fe","#b3e5fc","#81d4fa","#4fc3f7","#29b6f6","#03a9f4","#039be5","#0288d1","#0277bd","#01579b","#e0f7fa","#b2ebf2","#80deea","#4dd0e1","#26c6da","#00bcd4","#00acc1","#0097a7","#00838f","#006064","#e0f2f1","#b2dfdb","#80cbc4","#4db6ac","#26a69a","#009688","#00897b","#00796b","#00695c","#004d40","#e8f5e9","#c8e6c9","#a5d6a7","#81c784","#66bb6a","#4caf50","#43a047","#388e3c","#2e7d32","#1b5e20","#f1f8e9","#dcedc8","#c5e1a5","#aed581","#9ccc65","#8bc34a","#7cb342","#689f38","#558b2f","#33691e","#f9fbe7","#f0f4c3","#e6ee9c","#dce775","#d4e157","#cddc39","#c0ca33","#afb42b","#9e9d24","#827717","#fffde7","#fff9c4","#fff59d","#fff176","#ffee58","#ffeb3b","#fdd835","#fbc02d","#f9a825","#f57f17","#fff8e1","#ffecb3","#ffe082","#ffd54f","#ffca28","#ffc107","#ffb300","#ffa000","#ff8f00","#ff6f00","#fff3e0","#ffe0b2","#ffcc80","#ffb74d","#ffa726","#ff9800","#fb8c00","#f57c00","#ef6c00","#e65100","#fbe9e7","#ffccbc","#ffab91","#ff8a65","#ff7043","#ff5722","#f4511e","#e64a19","#d84315","#bf360c","#efebe9","#d7ccc8","#bcaaa4","#a1887f","#8d6e63","#795548","#6d4c41","#5d4037","#4e342e","#3e2723","#fafafa","#f5f5f5","#eeeeee","#e0e0e0","#bdbdbd","#9e9e9e","#757575","#616161","#424242","#212121"];class zc extends S.WF{constructor(){super(),this.controller=new Lc(this),this._existsColorsCache=void 0,this._cachedFocusableElements=void 0,this._colorHandlers=void 0,this.delayer=void 0,this.pallete=void 0,this.lastColors=void 0,this.changeEvent=void 0,this.focusableElements=[],this._existsColorsCache={value:null,timestamp:0},this._cachedFocusableElements=null,this._colorHandlers=new Map,this.type="background",this.justSomeColors=Pc,this.delayer=new vi.A,this.pallete=this.controller.colorsFromImage||[],this.schemaPallete=[],this.saved=[],this.existsColors=[],this.selectedTab="colors",this.value="#fff";const t=sessionStorage.getItem("last_colors");this.lastColors=t?JSON.parse(t):[],this.changeEvent=new UIEvent("change",{view:window,bubbles:!0,cancelable:!0}),this.closePlayground=this.closePlayground.bind(this)}changeColor(t){let e=arguments.length>1&&void 0!==arguments[1]&&arguments[1];this.value=t,!t||this.schemaLocked||e||(this.schemaPallete=Dc(t)),this.dispatchEvent(this.changeEvent)}onChangeColor(t){const e=t.target.color;this.changeColor(e),this.delayer.run(()=>{this.lastColors.includes(e)||(this.lastColors.push(e),sessionStorage.setItem("last_colors",JSON.stringify(this.lastColors))),this._existsColorsCache.value=null,this.existsColors=this.getExistsColors()})}getExistsColors(){return function(){let{cache:t=null}=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};const e=Date.now();if(t?.value&&e-t.timestamp<1e3)return t.value;const n=new Set,r=document.querySelector("#main-page--cdtr");if(!r){const n=[];return t&&(t.value=n,t.timestamp=e),n}const o=O.M.get("components");if(!o||!Array.isArray(o)){const n=[];return t&&(t.value=n,t.timestamp=e),n}const i=o,a=new Set(i.map(t=>t.id).map(t=>r.querySelector(`[data-id='${t}']`)).filter(Boolean).map(t=>t.getAttribute("data-id")));for(const t of i){if(!a.has(t.id))continue;const{style:e}=t.props||{};if("menu-widget"===t.type&&t.props?.items?.length&&t.props.items.length>0){const e=t.props.items[0],r=e?.style?.color;if(r){const t=Rc(r).toHexString();t&&n.add(t)}}if(e?.background){const t=Rc(e.background).toHexString();t&&n.add(t)}if(e?.color){const t=Rc(e.color).toHexString();t&&n.add(t)}}const s=Array.from(n);return t&&(t.value=s,t.timestamp=e),s}({cache:this._existsColorsCache})}_createColorHandlers(t,e){const n=`${t}-${e}`;if(!this._colorHandlers.has(n)){const r={click:e?()=>{this.value=t,this.dispatchEvent(this.changeEvent),this.existsColors=this.getExistsColors()}:t=>{t&&this.onChangeColor(t)},dblclick:e?()=>{this.value=t,this.dispatchEvent(this.changeEvent),this._existsColorsCache.value=null,this.existsColors=this.getExistsColors(),this.closePlayground()}:t=>{t&&this.onChangeColor(t),this.closePlayground()},keypress:n=>{"Enter"===n.key&&(e?(this.value=t,this.dispatchEvent(this.changeEvent),this._existsColorsCache.value=null,this.existsColors=this.getExistsColors()):this.onChangeColor(n))}};this._colorHandlers.set(n,r)}return this._colorHandlers.get(n)}renderColorElement(t){let e=arguments.length>1&&void 0!==arguments[1]&&arguments[1];const n=this._createColorHandlers(t,e),r=Rc(t),o=0===r.getAlpha(),i=r.toHexString(),a=Rc(this.value).toHexString()===i;return S.qy`<div
4091
4091
  title=${t}
4092
4092
  tabindex="0"
4093
4093
  .color="${t}"
@@ -4122,7 +4122,7 @@
4122
4122
  <rect y="8" width="4" height="4" fill="#D9D9D9" />
4123
4123
  <rect x="16" y="16" width="4" height="4" fill="#D9D9D9" />
4124
4124
  </svg>`:null}
4125
- </div>`}toggleTab(t){this.selectedTab=t}savePallete(t){this.saved.push(t),this.selectedTab="colors",T.A.dispatch("snackbar",{text:O.M.get("lang","addedToFavorite")})}removePallete(t){const e=[...this.saved];e.splice(t,1),this.saved=e,"function"==typeof window.snackbar&&window.snackbar({text:O.M.get("lang","removedFromFavorite")})}closePlayground(){this.opened=!0,setTimeout(()=>{this.opened=!1},200)}onFocusPlayground(){setTimeout(()=>{const t=this.shadowRoot.querySelector(".color-element");t&&t.focus()},500)}handleFocus(t){const e=t.target;this._cachedFocusableElements||(this._cachedFocusableElements=Array.from(this.shadowRoot.querySelectorAll(".color-element"))),this.focusableElements=this._cachedFocusableElements,e.classList.add("focused-color"),e.tabIndex=0}handleBlur(t){t.target.classList.remove("focused-color")}invalidateFocusableCache(){this._cachedFocusableElements=null}moveFocus(t){const e=this.shadowRoot.querySelector(".focused-color"),n=this.focusableElements.findIndex(t=>t===e),r=n+t;r>=0&&r<this.focusableElements.length&&this.focusableElements[r].focus()}handleKeyDown(t){const{key:e}=t;"ArrowDown"===e||"ArrowLeft"===e?(t.preventDefault(),this.moveFocus(1)):"ArrowUp"!==e&&"ArrowRight"!==e||(t.preventDefault(),this.moveFocus(-1))}connectedCallback(){super.connectedCallback(),this.value&&!this.schemaLocked&&(this.schemaPallete=Rc(this.value),this.addEventListener("focus",this.onFocusPlayground),this.addEventListener("keydown",this.handleKeyDown)),window.requestIdleCallback?window.requestIdleCallback(()=>{this.existsColors=this.getExistsColors()}):setTimeout(()=>{this.existsColors=this.getExistsColors()},0)}disconnectedCallback(){super.disconnectedCallback(),this.removeEventListener("keydown",this.handleKeyDown),this.removeEventListener("focus",this.onFocusPlayground)}updated(t){(t.has("selectedTab")||t.has("saved")||t.has("pallete")||t.has("schemaPallete"))&&this.invalidateFocusableCache()}renderColorPicker(){return S.qy`
4125
+ </div>`}toggleTab(t){this.selectedTab=t}savePallete(t){this.saved.push(t),this.selectedTab="colors",T.A.dispatch("snackbar",{text:O.M.get("lang","addedToFavorite")})}removePallete(t){const e=[...this.saved];e.splice(t,1),this.saved=e,"function"==typeof window.snackbar&&window.snackbar({text:O.M.get("lang","removedFromFavorite")})}closePlayground(){this.opened=!0,setTimeout(()=>{this.opened=!1},200)}onFocusPlayground(){setTimeout(()=>{const t=this.shadowRoot.querySelector(".color-element");t&&t.focus()},500)}handleFocus(t){const e=t.target;this._cachedFocusableElements||(this._cachedFocusableElements=Array.from(this.shadowRoot.querySelectorAll(".color-element"))),this.focusableElements=this._cachedFocusableElements,e.classList.add("focused-color"),e.tabIndex=0}handleBlur(t){t.target.classList.remove("focused-color")}invalidateFocusableCache(){this._cachedFocusableElements=null}moveFocus(t){const e=this.shadowRoot.querySelector(".focused-color"),n=this.focusableElements.findIndex(t=>t===e),r=n+t;r>=0&&r<this.focusableElements.length&&this.focusableElements[r].focus()}handleKeyDown(t){const{key:e}=t;"ArrowDown"===e||"ArrowLeft"===e?(t.preventDefault(),this.moveFocus(1)):"ArrowUp"!==e&&"ArrowRight"!==e||(t.preventDefault(),this.moveFocus(-1))}connectedCallback(){super.connectedCallback(),this.value&&!this.schemaLocked&&(this.schemaPallete=Dc(this.value),this.addEventListener("focus",this.onFocusPlayground),this.addEventListener("keydown",this.handleKeyDown)),window.requestIdleCallback?window.requestIdleCallback(()=>{this.existsColors=this.getExistsColors()}):setTimeout(()=>{this.existsColors=this.getExistsColors()},0)}disconnectedCallback(){super.disconnectedCallback(),this.removeEventListener("keydown",this.handleKeyDown),this.removeEventListener("focus",this.onFocusPlayground)}updated(t){(t.has("selectedTab")||t.has("saved")||t.has("pallete")||t.has("schemaPallete"))&&this.invalidateFocusableCache()}renderColorPicker(){return S.qy`
4126
4126
  <cdtr-row
4127
4127
  mt="1"
4128
4128
  mb="2"
@@ -4207,7 +4207,7 @@
4207
4207
  <paper-button .toggles=${!0}>
4208
4208
  <lang-text text="saved_theme"></lang-text>
4209
4209
  </paper-button>
4210
- ${(0,Ac.u)(this.saved,t=>t.join(","),(t,e)=>S.qy`
4210
+ ${(0,xc.u)(this.saved,t=>t.join(","),(t,e)=>S.qy`
4211
4211
  <cdtr-row class="color-pallete-holder" mb="1">
4212
4212
  ${t.map(t=>this.renderColorElement(t,!0))}
4213
4213
  <paper-button
@@ -4237,7 +4237,7 @@
4237
4237
  </cdtr-title>
4238
4238
  <cdtr-row mt=".5" spacing="3px" alignItems="center">
4239
4239
  ${this.renderColorElement("#ffffff00")}
4240
- ${(0,Ac.u)(this.justSomeColors,t=>t,t=>S.qy`${this.renderColorElement(t)}`)}
4240
+ ${(0,xc.u)(this.justSomeColors,t=>t,t=>S.qy`${this.renderColorElement(t)}`)}
4241
4241
  </cdtr-row>
4242
4242
  `}renderRemoveColorButton(){return S.qy`
4243
4243
  <cdtr-row>
@@ -4360,7 +4360,7 @@
4360
4360
  </div>
4361
4361
  </div>
4362
4362
  </div>
4363
- `}}Pc.styles=Lc,Pc.properties={value:{type:String,reflect:!0},primary:{type:String},existsColors:{type:Array},selectedTab:{type:String},schemaPallete:{type:Array},saved:{type:Array},type:{type:String},schemaLocked:{type:Boolean},opened:{type:Boolean},justSomeColors:{type:Array},focusableElements:{},hasAlpha:{type:Boolean}};class zc extends S.WF{constructor(){super(),this.changeEvent=void 0,this.changeEvent=new UIEvent("change",{view:window,bubbles:!0,cancelable:!0}),this.onChangeColor=this.onChangeColor.bind(this)}openColorpicker(){const t=S.qy`
4363
+ `}}zc.styles=Tc,zc.properties={value:{type:String,reflect:!0},primary:{type:String},existsColors:{type:Array},selectedTab:{type:String},schemaPallete:{type:Array},saved:{type:Array},type:{type:String},schemaLocked:{type:Boolean},opened:{type:Boolean},justSomeColors:{type:Array},focusableElements:{},hasAlpha:{type:Boolean}};class Hc extends S.WF{constructor(){super(),this.changeEvent=void 0,this.changeEvent=new UIEvent("change",{view:window,bubbles:!0,cancelable:!0}),this.onChangeColor=this.onChangeColor.bind(this)}openColorpicker(){const t=S.qy`
4364
4364
  <cdtr-color-playground-picker
4365
4365
  .value=${this.value||this.color}
4366
4366
  @change=${this.onChangeColor}
@@ -4377,7 +4377,7 @@
4377
4377
  </paper-button>
4378
4378
  `}
4379
4379
  </div>
4380
- `}}zc.styles=Tc,zc.properties={type:{type:String},opened:{type:Boolean},color:{type:String},value:{type:String}},customElements.define("cdtr-color-playground-picker",Pc),customElements.define("color-playground",zc);class Hc extends S.WF{constructor(){super(),this.color="#dedee2",this.size="80px"}connectedCallback(){super.connectedCallback(),"function"==typeof this.onLoad&&this.onLoad()}render(){return S.qy` <style>
4380
+ `}}Hc.styles=Ic,Hc.properties={type:{type:String},opened:{type:Boolean},color:{type:String},value:{type:String}},customElements.define("cdtr-color-playground-picker",zc),customElements.define("color-playground",Hc);class $c extends S.WF{constructor(){super(),this.color="#dedee2",this.size="80px"}connectedCallback(){super.connectedCallback(),"function"==typeof this.onLoad&&this.onLoad()}render(){return S.qy` <style>
4381
4381
  .lds-roller div:after {
4382
4382
  background: ${this.color};
4383
4383
  }
@@ -4395,7 +4395,7 @@
4395
4395
  <div></div>
4396
4396
  <div></div>
4397
4397
  <div></div>
4398
- </div>`}}Hc.styles=S.AH`
4398
+ </div>`}}$c.styles=S.AH`
4399
4399
  :host {
4400
4400
  display: block;
4401
4401
  width: 100%;
@@ -4485,7 +4485,7 @@
4485
4485
  transform: rotate(360deg);
4486
4486
  }
4487
4487
  }
4488
- `,Hc.properties={color:{type:String,attribute:"color"},size:{type:String,attribute:"size"},onLoad:{type:Function}},customElements.define("cdtr-block-loader",Hc);var $c=a(80181),jc=a(16655);class Fc extends jc.WL{constructor(t){if(super(t),this.it=$c.s6,t.type!==jc.OA.CHILD)throw Error(this.constructor.directiveName+"() can only be used in child bindings")}render(t){if(t===$c.s6||null==t)return this._t=void 0,this.it=t;if(t===$c.c0)return t;if("string"!=typeof t)throw Error(this.constructor.directiveName+"() called with a non-string value");if(t===this.it)return this._t;this.it=t;const e=[t];return e.raw=e,this._t={_$litType$:this.constructor.resultType,strings:e,values:[]}}}Fc.directiveName="unsafeHTML",Fc.resultType=1;const Uc=(0,jc.u$)(Fc);var Vc=a(4952),qc=a(69600);let Wc;const Yc=document.createElement("style");Yc.innerHTML="body {overflow: hidden;}";class Xc extends S.WF{constructor(){super(),this.onClose=()=>{const t={detail:{opened:!this.opened},bubbles:!1,composed:!1};this.dispatchEvent(new CustomEvent("close",t)),Yc.remove(),this.opened=!1,this.loading=!1,Wc=null},this.iframeLoaded=!1,this.loading=!0,this.type="desktop",this.opened=!1,this.mode="preview",this.modes={desktop:{width:"90vw",height:"85vh"},mobile:{width:"405px",height:"85vh"}}}getRect(t){return this.modes[t]}changeType(t){this.type===t&&this.onClose(),this.type=t}openPreview(){this.opened=!0,this.loading=!0,Wc=null,setTimeout(()=>{this.renderIframe()},100)}firstUpdated(){this.opened&&this.openPreview()}updated(t){t.has("opened")&&this.opened&&this.openPreview()}renderIframe(t){Wc&&!this.loading||(0,R.FE)(this.channel).then(e=>{Wc=e,"function"==typeof t&&t(e)}).finally(()=>{this.loading=!1})}renderSkeletonContent(){return S.qy`
4488
+ `,$c.properties={color:{type:String,attribute:"color"},size:{type:String,attribute:"size"},onLoad:{type:Function}},customElements.define("cdtr-block-loader",$c);var jc=a(80181),Fc=a(16655);class Uc extends Fc.WL{constructor(t){if(super(t),this.it=jc.s6,t.type!==Fc.OA.CHILD)throw Error(this.constructor.directiveName+"() can only be used in child bindings")}render(t){if(t===jc.s6||null==t)return this._t=void 0,this.it=t;if(t===jc.c0)return t;if("string"!=typeof t)throw Error(this.constructor.directiveName+"() called with a non-string value");if(t===this.it)return this._t;this.it=t;const e=[t];return e.raw=e,this._t={_$litType$:this.constructor.resultType,strings:e,values:[]}}}Uc.directiveName="unsafeHTML",Uc.resultType=1;const Vc=(0,Fc.u$)(Uc);var qc=a(4952),Wc=a(69600);let Yc;const Xc=document.createElement("style");Xc.innerHTML="body {overflow: hidden;}";class Zc extends S.WF{constructor(){super(),this.onClose=()=>{const t={detail:{opened:!this.opened},bubbles:!1,composed:!1};this.dispatchEvent(new CustomEvent("close",t)),Xc.remove(),this.opened=!1,this.loading=!1,Yc=null},this.iframeLoaded=!1,this.loading=!0,this.type="desktop",this.opened=!1,this.mode="preview",this.modes={desktop:{width:"90vw",height:"85vh"},mobile:{width:"405px",height:"85vh"}}}getRect(t){return this.modes[t]}changeType(t){this.type===t&&this.onClose(),this.type=t}openPreview(){this.opened=!0,this.loading=!0,Yc=null,setTimeout(()=>{this.renderIframe()},100)}firstUpdated(){this.opened&&this.openPreview()}updated(t){t.has("opened")&&this.opened&&this.openPreview()}renderIframe(t){Yc&&!this.loading||(0,R.FE)(this.channel).then(e=>{Yc=e,"function"==typeof t&&t(e)}).finally(()=>{this.loading=!1})}renderSkeletonContent(){return S.qy`
4489
4489
  <div class="skeleton-container ${"mobile"===this.type?"mobile":""}">
4490
4490
  <div class="skeleton-header"></div>
4491
4491
 
@@ -4643,7 +4643,7 @@
4643
4643
  ${this.loading?S.qy`<div class="progress-line-loader"></div>`:null}
4644
4644
  ${this.loading?this.renderSkeletonContent():S.qy`<iframe
4645
4645
  class="iframe-content"
4646
- srcdoc="${Wc||""}"
4646
+ srcdoc="${Yc||""}"
4647
4647
  ></iframe>`}
4648
4648
  ${"mobile"===this.type?S.qy`
4649
4649
  <div class="footer-mobile">
@@ -4651,7 +4651,7 @@
4651
4651
  </div>
4652
4652
  `:null}
4653
4653
  </div>
4654
- </div>`}}Xc.properties={opened:{type:Boolean},iframeLoaded:{type:Boolean},loading:{type:Boolean},mode:{type:String},type:{type:String},channel:{type:String}},Xc.styles=S.AH`
4654
+ </div>`}}Zc.properties={opened:{type:Boolean},iframeLoaded:{type:Boolean},loading:{type:Boolean},mode:{type:String},type:{type:String},channel:{type:String}},Zc.styles=S.AH`
4655
4655
  :host {
4656
4656
  direction: ltr;
4657
4657
  }
@@ -5091,7 +5091,7 @@
5091
5091
  .skeleton-container.mobile .skeleton-card {
5092
5092
  padding: 15px;
5093
5093
  }
5094
- `,customElements.define("cdtr-preview-widget-component",Xc);class Zc extends S.WF{constructor(){super(),this.deviceType="desktop",this.isPreviewOpened=!1}_handleDesktopClick(){this.isPreviewOpened=!0,this.deviceType="desktop",this.dispatchEvent(new CustomEvent("preview-toggle",{detail:{deviceType:"desktop",isPreviewOpened:!0},bubbles:!0,composed:!0}))}_handleMobileClick(){this.isPreviewOpened=!0,this.deviceType="mobile",this.dispatchEvent(new CustomEvent("preview-toggle",{detail:{deviceType:"mobile",isPreviewOpened:!0},bubbles:!0,composed:!0}))}render(){return S.qy`
5094
+ `,customElements.define("cdtr-preview-widget-component",Zc);class Kc extends S.WF{constructor(){super(),this.deviceType="desktop",this.isPreviewOpened=!1}_handleDesktopClick(){this.isPreviewOpened=!0,this.deviceType="desktop",this.dispatchEvent(new CustomEvent("preview-toggle",{detail:{deviceType:"desktop",isPreviewOpened:!0},bubbles:!0,composed:!0}))}_handleMobileClick(){this.isPreviewOpened=!0,this.deviceType="mobile",this.dispatchEvent(new CustomEvent("preview-toggle",{detail:{deviceType:"mobile",isPreviewOpened:!0},bubbles:!0,composed:!0}))}render(){return S.qy`
5095
5095
  <cdtr-tooltip delay="500" placement="bottom" content="preview">
5096
5096
  <div class="divider"></div>
5097
5097
 
@@ -5109,7 +5109,7 @@
5109
5109
  </paper-button>
5110
5110
  <div class="divider"></div>
5111
5111
  </cdtr-tooltip>
5112
- `}}Zc.styles=S.AH`
5112
+ `}}Kc.styles=S.AH`
5113
5113
  .divider {
5114
5114
  height: 40px;
5115
5115
  position: relative;
@@ -5117,7 +5117,7 @@
5117
5117
  width: 1px;
5118
5118
  background: #1b1a2818;
5119
5119
  }
5120
- `,Zc.properties={deviceType:{type:String,reflect:!0},isPreviewOpened:{type:Boolean,reflect:!0}},customElements.define("preview-toggle",Zc);const Kc=S.AH`
5120
+ `,Kc.properties={deviceType:{type:String,reflect:!0},isPreviewOpened:{type:Boolean,reflect:!0}},customElements.define("preview-toggle",Kc);const Jc=S.AH`
5121
5121
  :host {
5122
5122
  position: sticky;
5123
5123
  top: 0;
@@ -5246,8 +5246,8 @@
5246
5246
  text-transform: uppercase;
5247
5247
  user-select: none;
5248
5248
  }
5249
- `;a.e(2438).then(a.bind(a,22438)),a.e(715).then(a.bind(a,10715)),a.e(5791).then(a.bind(a,25791)),a.e(2001).then(a.bind(a,92001)),Promise.all([a.e(8533),a.e(4819)]).then(a.bind(a,84819)),a.e(4987).then(a.bind(a,24987));class Jc extends S.WF{constructor(){super(),this.channelFromConfig=void 0,this.onNextStep=void 0,this.onSendTestEmail=void 0,this.onAttachFiles=void 0,this.onMakeEvent=void 0,this.onCancelEvent=void 0,this.onChangeSubjectAndName=void 0,this.onLogout=void 0,this.userMenu=void 0,this.extendNavbar=void 0,this.navTop=void 0,this._updateUndoRedo=void 0,this.topNavbarRef=(0,Al._)(),this.channelFromConfig=O.M.get("config","channel");const t=this.channelFromConfig?this.channelFromConfig:"web";this.onNextStep=O.M.get("config","onNextStep"),this.onSendTestEmail=O.M.get("config","onSendTestEmail"),this.onAttachFiles=O.M.get("config","attachFiles"),this.onMakeEvent=O.M.get("config","makeEvent"),this.onCancelEvent=this.onMakeEvent?.cancel,this.onChangeSubjectAndName=O.M.get("config","subjectAndName"),this.onLogout=O.M.get("config","userMenu","onLogout"),this.userMenu=O.M.get("config","userMenu"),this.editorMode=O.M.get("config","mode")||"edit",this.connectedUsers=[],this.channel=t,this.opened=!1,this.sideBarOpened=!1,this.groupName="elements",this.extendNavbar=[],this.addNewElementsFunctionality=!1!==O.M.get("config","editor","configure","editorProps","addNewElementsFunctionality"),this.onScroll=this.onScroll.bind(this),this.onResize=this.onResize.bind(this),this.onKeyUp=this.onKeyUp.bind(this),this.openMenu=this.openMenu.bind(this),this._setupExtendNavbar()}_setupExtendNavbar(){const t=O.M.get("config");if(!t?.editor||"object"!=typeof t.editor?.navbar)return;let e=t.editor.navbar.components;Array.isArray(e)||(e=[e]),this.extendNavbar=e.map(t=>"function"==typeof t?t():"string"==typeof t?Uc(t):"object"==typeof t&&null!==t&&t.name&&"plugin"===t.type?this._resolvePluginComponent(t):void 0).filter(Boolean)}_resolvePluginComponent(t){if("simple-preview"===t.name){a.e(2717).then(a.bind(a,72717));const e="cdtr-preview-widget",r=O.M.get("app");if("string"==typeof t.text&&-1!==t.text.indexOf("lang:")){const e=t.text.split("lang:")[1].split(" ")[0];t.text=O.M.get("lang",e)}const o=(0,n.A)(e,(0,b.A)({siteId:r._id,language:r.language,domain:t.domain,endPoint:U.XW.render_url,onClose:()=>o.opened=!1},t.props));return(0,n.A)("div",null,(0,n.A)("paper-button",{style:"color:#fff",onClick:()=>{const t=o.opened;o.opened=!t,o.setAttribute("opened","true")}},t.text),o)}}openMenu(){if(this.opened)return;this.opened=!0;const t=document.createElement("cdtr-elements-menu");t.groupName=this.groupName,t.opened=!0,t.onclose=()=>{t.opened=!1,this.opened=!1,setTimeout(()=>t.remove(),300)},document.body.appendChild(t)}openPreview(){const t=document.createElement("cdtr-preview-widget-component");t.channel=this.channel,document.body.appendChild(t),t.type=this.deviceType,t.opened=!0,t.onClose=()=>{t.opened=!1,setTimeout(()=>t.remove(),300)}}closeMenu(){this.opened=!1}connectedCallback(){super.connectedCallback(),window.addEventListener("keyup",this.onKeyUp),setTimeout(()=>{if(O.M.connect("connectedUsers",t=>{const e=t;this.connectedUsers=[...e.connectedUsers||[]]}),this.topNavbarRef.value){const t=this.topNavbarRef.value.getBoundingClientRect();this.navTop=t.top,this.navWidth=t.width?String(t.width):"",this.navLeft=String(t.left),window.addEventListener("scroll",this.onScroll),window.addEventListener("resize",this.onResize)}this.style.zIndex=(0,qc.A)()},0),T.A.subscribe("toggle-side-menu",t=>{const{opened:e,type:n}=t;this.sideBarOpened=!e,e||(this.sticky=!1,this.navWidth=""),n&&(this.groupName=n)}),T.A.subscribe("open_add_menu",t=>{const{type:e}=t;e&&(this.groupName=e),this.openMenu()}),this._updateUndoRedo=t=>{let{hasRedo:e,hasUndo:n,pastLength:r,futureLength:o}=t;this.hasUndo=n,this.hasRedo=e,this.past=r,this.future=o},Vc.A.on(Vc.q.ON_SNAPSHOT,this._updateUndoRedo),Vc.A.on(Vc.q.ON_REDO,this._updateUndoRedo),Vc.A.on(Vc.q.ON_UNDO,this._updateUndoRedo);const t=O.M.get("history");Vc.A.setHistory(t)}disconnectedCallback(){super.disconnectedCallback(),this._updateUndoRedo&&(Vc.A.off(Vc.q.ON_SNAPSHOT,this._updateUndoRedo),Vc.A.off(Vc.q.ON_REDO,this._updateUndoRedo),Vc.A.off(Vc.q.ON_UNDO,this._updateUndoRedo)),window.removeEventListener("keyup",this.onKeyUp),window.removeEventListener("scroll",this.onScroll),window.removeEventListener("resize",this.onResize)}onKeyUp(t){90===t.keyCode&&t.ctrlKey?this.undo():89===t.keyCode&&t.ctrlKey&&this.redo()}onScroll(){if(this.sideBarOpened)return this.sticky=!1,void(this.navWidth="");if(!this.topNavbarRef.value)return;if(!this.sticky){const t=this.topNavbarRef.value.getBoundingClientRect();this.navLeft=String(t.left),this.navWidth=t.width?String(t.width):""}const t=this.topNavbarRef.value.getBoundingClientRect().top;this.sticky=t<0}onResize(){if(!this.topNavbarRef.value)return;this.sticky=!1;const t=this.topNavbarRef.value;this.navTop=t.children[0].getBoundingClientRect().top+window.scrollY,this.navWidth=String(t.getBoundingClientRect().width),this.navLeft=String(t.getBoundingClientRect().left),this.onScroll()}undo(){"activeElement"in document&&document.activeElement?.blur(),setTimeout(()=>Vc.A.undo(),0)}redo(){"activeElement"in document&&document.activeElement?.blur(),setTimeout(()=>Vc.A.redo(),0)}render(){return S.qy`
5250
- <div style="width:100%;height:50px;" ${(0,Al.K)(this.topNavbarRef)}>
5249
+ `;a.e(2438).then(a.bind(a,22438)),a.e(715).then(a.bind(a,10715)),a.e(5791).then(a.bind(a,25791)),a.e(2001).then(a.bind(a,92001)),Promise.all([a.e(8533),a.e(4819)]).then(a.bind(a,84819)),a.e(4987).then(a.bind(a,24987));class Gc extends S.WF{constructor(){super(),this.channelFromConfig=void 0,this.onNextStep=void 0,this.onSendTestEmail=void 0,this.onAttachFiles=void 0,this.onMakeEvent=void 0,this.onCancelEvent=void 0,this.onChangeSubjectAndName=void 0,this.onLogout=void 0,this.userMenu=void 0,this.extendNavbar=void 0,this.navTop=void 0,this._updateUndoRedo=void 0,this.topNavbarRef=(0,xl._)(),this.channelFromConfig=O.M.get("config","channel");const t=this.channelFromConfig?this.channelFromConfig:"web";this.onNextStep=O.M.get("config","onNextStep"),this.onSendTestEmail=O.M.get("config","onSendTestEmail"),this.onAttachFiles=O.M.get("config","attachFiles"),this.onMakeEvent=O.M.get("config","makeEvent"),this.onCancelEvent=this.onMakeEvent?.cancel,this.onChangeSubjectAndName=O.M.get("config","subjectAndName"),this.onLogout=O.M.get("config","userMenu","onLogout"),this.userMenu=O.M.get("config","userMenu"),this.editorMode=O.M.get("config","mode")||"edit",this.connectedUsers=[],this.channel=t,this.opened=!1,this.sideBarOpened=!1,this.groupName="elements",this.extendNavbar=[],this.addNewElementsFunctionality=!1!==O.M.get("config","editor","configure","editorProps","addNewElementsFunctionality"),this.onScroll=this.onScroll.bind(this),this.onResize=this.onResize.bind(this),this.onKeyUp=this.onKeyUp.bind(this),this.openMenu=this.openMenu.bind(this),this._setupExtendNavbar()}_setupExtendNavbar(){const t=O.M.get("config");if(!t?.editor||"object"!=typeof t.editor?.navbar)return;let e=t.editor.navbar.components;Array.isArray(e)||(e=[e]),this.extendNavbar=e.map(t=>"function"==typeof t?t():"string"==typeof t?Vc(t):"object"==typeof t&&null!==t&&t.name&&"plugin"===t.type?this._resolvePluginComponent(t):void 0).filter(Boolean)}_resolvePluginComponent(t){if("simple-preview"===t.name){a.e(2717).then(a.bind(a,72717));const e="cdtr-preview-widget",r=O.M.get("app");if("string"==typeof t.text&&-1!==t.text.indexOf("lang:")){const e=t.text.split("lang:")[1].split(" ")[0];t.text=O.M.get("lang",e)}const o=(0,n.A)(e,(0,b.A)({siteId:r._id,language:r.language,domain:t.domain,endPoint:U.XW.render_url,onClose:()=>o.opened=!1},t.props));return(0,n.A)("div",null,(0,n.A)("paper-button",{style:"color:#fff",onClick:()=>{const t=o.opened;o.opened=!t,o.setAttribute("opened","true")}},t.text),o)}}openMenu(){if(this.opened)return;this.opened=!0;const t=document.createElement("cdtr-elements-menu");t.groupName=this.groupName,t.opened=!0,t.onclose=()=>{t.opened=!1,this.opened=!1,setTimeout(()=>t.remove(),300)},document.body.appendChild(t)}openPreview(){const t=document.createElement("cdtr-preview-widget-component");t.channel=this.channel,document.body.appendChild(t),t.type=this.deviceType,t.opened=!0,t.onClose=()=>{t.opened=!1,setTimeout(()=>t.remove(),300)}}closeMenu(){this.opened=!1}connectedCallback(){super.connectedCallback(),window.addEventListener("keyup",this.onKeyUp),setTimeout(()=>{if(O.M.connect("connectedUsers",t=>{const e=t;this.connectedUsers=[...e.connectedUsers||[]]}),this.topNavbarRef.value){const t=this.topNavbarRef.value.getBoundingClientRect();this.navTop=t.top,this.navWidth=t.width?String(t.width):"",this.navLeft=String(t.left),window.addEventListener("scroll",this.onScroll),window.addEventListener("resize",this.onResize)}this.style.zIndex=(0,Wc.A)()},0),T.A.subscribe("toggle-side-menu",t=>{const{opened:e,type:n}=t;this.sideBarOpened=!e,e||(this.sticky=!1,this.navWidth=""),n&&(this.groupName=n)}),T.A.subscribe("open_add_menu",t=>{const{type:e}=t;e&&(this.groupName=e),this.openMenu()}),this._updateUndoRedo=t=>{let{hasRedo:e,hasUndo:n,pastLength:r,futureLength:o}=t;this.hasUndo=n,this.hasRedo=e,this.past=r,this.future=o},qc.A.on(qc.q.ON_SNAPSHOT,this._updateUndoRedo),qc.A.on(qc.q.ON_REDO,this._updateUndoRedo),qc.A.on(qc.q.ON_UNDO,this._updateUndoRedo);const t=O.M.get("history");qc.A.setHistory(t)}disconnectedCallback(){super.disconnectedCallback(),this._updateUndoRedo&&(qc.A.off(qc.q.ON_SNAPSHOT,this._updateUndoRedo),qc.A.off(qc.q.ON_REDO,this._updateUndoRedo),qc.A.off(qc.q.ON_UNDO,this._updateUndoRedo)),window.removeEventListener("keyup",this.onKeyUp),window.removeEventListener("scroll",this.onScroll),window.removeEventListener("resize",this.onResize)}onKeyUp(t){90===t.keyCode&&t.ctrlKey?this.undo():89===t.keyCode&&t.ctrlKey&&this.redo()}onScroll(){if(this.sideBarOpened)return this.sticky=!1,void(this.navWidth="");if(!this.topNavbarRef.value)return;if(!this.sticky){const t=this.topNavbarRef.value.getBoundingClientRect();this.navLeft=String(t.left),this.navWidth=t.width?String(t.width):""}const t=this.topNavbarRef.value.getBoundingClientRect().top;this.sticky=t<0}onResize(){if(!this.topNavbarRef.value)return;this.sticky=!1;const t=this.topNavbarRef.value;this.navTop=t.children[0].getBoundingClientRect().top+window.scrollY,this.navWidth=String(t.getBoundingClientRect().width),this.navLeft=String(t.getBoundingClientRect().left),this.onScroll()}undo(){"activeElement"in document&&document.activeElement?.blur(),setTimeout(()=>qc.A.undo(),0)}redo(){"activeElement"in document&&document.activeElement?.blur(),setTimeout(()=>qc.A.redo(),0)}render(){return S.qy`
5250
+ <div style="width:100%;height:50px;" ${(0,xl.K)(this.topNavbarRef)}>
5251
5251
  ${"ai-edit"!==this.editorMode?(t=this,t.userMenu||t.onNextStep||t.onSendTestEmail||t.onAttachFiles||t.onMakeEvent||t.onChangeSubjectAndName?S.qy`
5252
5252
  <div
5253
5253
  style="width:100%;height:50px;background-color:#323038;display:flex;align-items:center;justify-content:space-between;"
@@ -5429,7 +5429,7 @@
5429
5429
  content="open_side_menu"
5430
5430
  >
5431
5431
  <paper-button
5432
- @click=${()=>{O.M.set({[rt]:!1}),T.A.dispatch("toggle-side-menu",{opened:!0})}}
5432
+ @click=${()=>{O.M.set({[ot]:!1}),T.A.dispatch("toggle-side-menu",{opened:!0})}}
5433
5433
  class="toggle-sidebar"
5434
5434
  >
5435
5435
  <svg
@@ -5451,7 +5451,7 @@
5451
5451
  </div>
5452
5452
  `}(this)}
5453
5453
  </div>
5454
- `;var t}}Jc.styles=Kc,Jc.properties={opened:{type:Boolean},hasRedo:{type:Boolean},hasUndo:{type:Boolean},past:{type:String},future:{type:String},sideBarOpened:{type:Boolean},groupName:{type:String},addNewElementsFunctionality:{type:Boolean},isPreviewOpened:{type:Boolean},deviceType:{type:String},sticky:{type:Boolean},navWidth:{type:String},navLeft:{type:String},channel:{type:String},connectedUsers:{type:Array},editorMode:{type:String}},customElements.define("cdtr-top-navbar",Jc);const Gc=S.AH`
5454
+ `;var t}}Gc.styles=Jc,Gc.properties={opened:{type:Boolean},hasRedo:{type:Boolean},hasUndo:{type:Boolean},past:{type:String},future:{type:String},sideBarOpened:{type:Boolean},groupName:{type:String},addNewElementsFunctionality:{type:Boolean},isPreviewOpened:{type:Boolean},deviceType:{type:String},sticky:{type:Boolean},navWidth:{type:String},navLeft:{type:String},channel:{type:String},connectedUsers:{type:Array},editorMode:{type:String}},customElements.define("cdtr-top-navbar",Gc);const Qc=S.AH`
5455
5455
  :host {
5456
5456
  direction: var(--direction-locale);
5457
5457
  }
@@ -5651,7 +5651,7 @@
5651
5651
  opacity: 1;
5652
5652
  }
5653
5653
  }
5654
- `,Qc=a(91937),{v4:td}=a(77203),ed=function(t,e){let{group:n,name:r,thumb:o,placement:i,staticName:a,tags:s,puzzle:l,props:c,index:d,icon:p,id:h}=e;this.index=d,this.id=h||Qc(r),this.render=t,c&&"object"==typeof c||(c={}),"function"==typeof t?this.body=t():t&&"object"==typeof t?this.body=t:console.error("menu element not valid",t),this.props=c,this.puzzle=l||p,this.tags=s||[],this.group=n,this.name=r,this.thumb=o,this.placement=i,a&&(this.staticName=a)};var nd=a(75068),rd=a.n(nd);function od(t){let{id:e,name:n,index:r,tags:o,children:i,icon:a,group:s}=t;return{id:e,name:n,icon:a,index:r,group:s,menu:t=>{let{Compose:e,schemes:l}=t;return new e((()=>{const t=Array.isArray(i)?[...i]:[],n=t.length>0?12/t.length:12,r={type:"block",props:{style:{padding:"10px"}},children:[]},o=Array.isArray(l)?l:[];function a(t){const n=o.find(e=>e.name===t.type);if(n&&"object"==typeof n&&"function"==typeof n.menu){const r=n.menu({Compose:e,schemes:o});return t.props&&(r.body.props=rd()(r.body.props||{},t.props)),t.children?.length&&(r.body.children=t.children.map(t=>a(t))),r.body}return t.children?.length&&(t.children=t.children.map(t=>a(t))),t}return Array.isArray(l)||console.error("createBlock: schemes is not valid, using empty array"),t.forEach(t=>{const e={type:"col",props:{lg:n,sm:12},children:[]};r.children.push(e);const o=a(t);o?"col"===o.type?(e.children.push(...o.children),"object"==typeof o.props&&(e.props=o.props)):e.children.push(o):console.error("createBlock: could not render child",t)}),JSON.parse(JSON.stringify(r))})(),{group:s||"block-component",name:n,tags:o,index:r,icon:a})}}}L.Ay;class id extends S.WF{constructor(){super(),this.groupName=void 0,this.groupName="elements",this.components=[]}render(){return S.qy`<cdtr-editor-container
5654
+ `,td=a(91937),{v4:ed}=a(77203),nd=function(t,e){let{group:n,name:r,thumb:o,placement:i,staticName:a,tags:s,puzzle:l,props:c,index:d,icon:p,id:h}=e;this.index=d,this.id=h||td(r),this.render=t,c&&"object"==typeof c||(c={}),"function"==typeof t?this.body=t():t&&"object"==typeof t?this.body=t:console.error("menu element not valid",t),this.props=c,this.puzzle=l||p,this.tags=s||[],this.group=n,this.name=r,this.thumb=o,this.placement=i,a&&(this.staticName=a)};var rd=a(75068),od=a.n(rd);function id(t){let{id:e,name:n,index:r,tags:o,children:i,icon:a,group:s}=t;return{id:e,name:n,icon:a,index:r,group:s,menu:t=>{let{Compose:e,schemes:l}=t;return new e((()=>{const t=Array.isArray(i)?[...i]:[],n=t.length>0?12/t.length:12,r={type:"block",props:{style:{padding:"10px"}},children:[]},o=Array.isArray(l)?l:[];function a(t){const n=o.find(e=>e.name===t.type);if(n&&"object"==typeof n&&"function"==typeof n.menu){const r=n.menu({Compose:e,schemes:o});return t.props&&(r.body.props=od()(r.body.props||{},t.props)),t.children?.length&&(r.body.children=t.children.map(t=>a(t))),r.body}return t.children?.length&&(t.children=t.children.map(t=>a(t))),t}return Array.isArray(l)||console.error("createBlock: schemes is not valid, using empty array"),t.forEach(t=>{const e={type:"col",props:{lg:n,sm:12},children:[]};r.children.push(e);const o=a(t);o?"col"===o.type?(e.children.push(...o.children),"object"==typeof o.props&&(e.props=o.props)):e.children.push(o):console.error("createBlock: could not render child",t)}),JSON.parse(JSON.stringify(r))})(),{group:s||"block-component",name:n,tags:o,index:r,icon:a})}}}L.Ay;class ad extends S.WF{constructor(){super(),this.groupName=void 0,this.groupName="elements",this.components=[]}render(){return S.qy`<cdtr-editor-container
5655
5655
  ><cdtr-title style="color:var(--micro-info-color)">
5656
5656
  <i>
5657
5657
  <lang-text
@@ -5664,7 +5664,7 @@
5664
5664
 
5665
5665
  <div scroll-bar="editor" class="scroll-body">
5666
5666
  <cdtr-row mt="1" justify="space-around">
5667
- ${(0,Ac.u)(this.components,t=>t.id,(t,e)=>S.qy` <cdtr-col sm="4">
5667
+ ${(0,xc.u)(this.components,t=>t.id,(t,e)=>S.qy` <cdtr-col sm="4">
5668
5668
  <div
5669
5669
  @mousedown=${()=>{const e=document.createElement("div");e.setAttribute("data-id",t.id),e.setAttribute("data-placement",t.placement||""),e.setAttribute("draggable-element","create:element"),e.setAttribute("draggable-direction","top,bottom,left,right"),e.classList.add("draggable-element-handle"),window.__dragoned_selected_element=e}}
5670
5670
  role="button"
@@ -5686,7 +5686,7 @@
5686
5686
  </div>
5687
5687
  </cdtr-col>`)}
5688
5688
  </cdtr-row>
5689
- </div>`}}id.styles=Gc,id.properties={components:{type:Array}},customElements.define("cdtr-elements-menu-v1",id);var ad=a(90142);const sd=L.Ay,ld=Oi,cd=Li,dd=ad.A;let pd;class hd extends S.WF{constructor(){super(),this.groupName=void 0,this.sortableElementRef=(0,Al._)(),this.groupName="block-component",this.components=[]}firstUpdated(){}connectedCallback(){super.connectedCallback()}disconnectedCallback(){super.disconnectedCallback()}render(){const t=O.M;return S.qy`<cdtr-editor-container
5689
+ </div>`}}ad.styles=Qc,ad.properties={components:{type:Array}},customElements.define("cdtr-elements-menu-v1",ad);var sd=a(90142);const ld=L.Ay,cd=Li,dd=Ti,pd=sd.A;let hd;class ud extends S.WF{constructor(){super(),this.groupName=void 0,this.sortableElementRef=(0,xl._)(),this.groupName="block-component",this.components=[]}firstUpdated(){}connectedCallback(){super.connectedCallback()}disconnectedCallback(){super.disconnectedCallback()}render(){const t=O.M;return S.qy`<cdtr-editor-container
5690
5690
  ><cdtr-title style="color:var(--micro-info-color)">
5691
5691
  <i>
5692
5692
  <lang-text
@@ -5697,11 +5697,11 @@
5697
5697
  </cdtr-title>
5698
5698
  </cdtr-editor-container>
5699
5699
  <div scroll-bar="editor" class="scroll-body">
5700
- <cdtr-row mt="1" justify="space-around" ${(0,Al.K)(this.sortableElementRef)}>
5701
- ${(0,Ac.u)(this.components,t=>t.id,(e,n)=>S.qy` <cdtr-col sm="4">
5700
+ <cdtr-row mt="1" justify="space-around" ${(0,xl.K)(this.sortableElementRef)}>
5701
+ ${(0,xc.u)(this.components,t=>t.id,(e,n)=>S.qy` <cdtr-col sm="4">
5702
5702
  <div
5703
- @mouseup=${()=>{if(pd){const e=pd.dataset.id,n=t.get("components_templates").find(t=>t.id===e),r=sd.getTemplate(n?.body?.type);if(0===sd.getSelectedComponent().length)return;n&&r&&(r.interactions=[],r.show_on_desktop=!0,r.show_on_mobile=!0,r.show_on_tablet=!0,(n.body&&"button"===n.body.type||n.body&&"social"===n.body.type||n.body&&"countdown"===n.body.type)&&(n.body.props=r));let o=sd.getSelectedComponent()[0];if(o||(o=sd.getComponents().find(t=>"section"===t.type)),o&&n){if("section"===o.type){const t=cd({template:n,to:o.element});return t&&(0,Ai.Ay)({steps:t,force:!0,update:!0}),void this.dispatchEvent(new CustomEvent("close",{}))}let e,r=o.closest("block");r||(e=o.find("section"),e&&(r=t.get("components",e.children[e.children.length-1])),r||(e=o.find("section")));const i="bottom";if("top"===n.placement){const e=r.closest("section");e&&(r=t.get("components",e.children[0]))}if(r||e){T.A.dispatch("close_add_menu");const t=r?ld({template:n,to:r.element,direction:i}):cd({template:n,to:e.element});t&&(0,Ai.Ay)({steps:t,force:!0,update:!0}),this.dispatchEvent(new CustomEvent("close",{}))}}}}}
5704
- @mousedown=${()=>{const t=document.createElement("div");t.setAttribute("data-id",e.id),t.setAttribute("data-placement",e.placement||""),t.setAttribute("draggable-element","create:element"),t.setAttribute("draggable-direction","top,bottom"),t.setAttribute("data-drop-only","block"),t.classList.add("draggable-element-handle"),window.__dragoned_selected_element=pd=t}}
5703
+ @mouseup=${()=>{if(hd){const e=hd.dataset.id,n=t.get("components_templates").find(t=>t.id===e),r=ld.getTemplate(n?.body?.type);if(0===ld.getSelectedComponent().length)return;n&&r&&(r.interactions=[],r.show_on_desktop=!0,r.show_on_mobile=!0,r.show_on_tablet=!0,(n.body&&"button"===n.body.type||n.body&&"social"===n.body.type||n.body&&"countdown"===n.body.type)&&(n.body.props=r));let o=ld.getSelectedComponent()[0];if(o||(o=ld.getComponents().find(t=>"section"===t.type)),o&&n){if("section"===o.type){const t=dd({template:n,to:o.element});return t&&(0,xi.Ay)({steps:t,force:!0,update:!0}),void this.dispatchEvent(new CustomEvent("close",{}))}let e,r=o.closest("block");r||(e=o.find("section"),e&&(r=t.get("components",e.children[e.children.length-1])),r||(e=o.find("section")));const i="bottom";if("top"===n.placement){const e=r.closest("section");e&&(r=t.get("components",e.children[0]))}if(r||e){T.A.dispatch("close_add_menu");const t=r?cd({template:n,to:r.element,direction:i}):dd({template:n,to:e.element});t&&(0,xi.Ay)({steps:t,force:!0,update:!0}),this.dispatchEvent(new CustomEvent("close",{}))}}}}}
5704
+ @mousedown=${()=>{const t=document.createElement("div");t.setAttribute("data-id",e.id),t.setAttribute("data-placement",e.placement||""),t.setAttribute("draggable-element","create:element"),t.setAttribute("draggable-direction","top,bottom"),t.setAttribute("data-drop-only","block"),t.classList.add("draggable-element-handle"),window.__dragoned_selected_element=hd=t}}
5705
5705
  role="button"
5706
5706
  data-group="${e.group}"
5707
5707
  data-id="${e.id}"
@@ -5712,7 +5712,7 @@
5712
5712
  draggable-element="create:element"
5713
5713
  >
5714
5714
  <cdtr-thumb-card
5715
- .onUserAction=${n=>{let{action:r,self:o}=n;if("delete"===r){const n=t.get("config","editor","configure","onDeleteBlock");if(n){n(e,{resolve:()=>{o.remove()}})&&o.remove()}}else"edit"===r&&dd({target:o,name:e.name||"",_id:e._id,group:e.group,ok:t=>{e.name=t,o.text=t}})}}
5715
+ .onUserAction=${n=>{let{action:r,self:o}=n;if("delete"===r){const n=t.get("config","editor","configure","onDeleteBlock");if(n){n(e,{resolve:()=>{o.remove()}})&&o.remove()}}else"edit"===r&&pd({target:o,name:e.name||"",_id:e._id,group:e.group,ok:t=>{e.name=t,o.text=t}})}}
5716
5716
  .isDeletable=${e.isDeletable}
5717
5717
  .bordered=${!0}
5718
5718
  ._id=${e._id}
@@ -5724,7 +5724,7 @@
5724
5724
  </div>
5725
5725
  </cdtr-col>`)}
5726
5726
  </cdtr-row>
5727
- </div>`}}hd.styles=Gc,hd.properties={menu:{type:Array},components:{type:Array}},customElements.define("cdtr-blocks-menu-v1",hd);const ud=L.Ay;class fd extends S.WF{constructor(){super(),this.sortable=void 0,this.componentHtml=void 0,this.sortableElementRef=(0,Al._)(),this.currentComponents=[],this.sortable=void 0,this.groupName="section-component",this.components=[],this.componentHtml=new Map}onCloseMenu(){this.dispatchEvent(new CustomEvent("close",{}))}onDragElementStart(){this.onElementsDrag=!0}onDragElementEnd(){this.onElementsDrag=!1}async fetchComponentHtml(t){try{const e=JSON.parse(JSON.stringify(t.components)),n=t=>{const r=t?.props,o=r?.background;if(o?.properties?.src){t.props||(t.props={}),t.props._isBackgroundImage=!0;const n=t?.children;n&&n.forEach(t=>{const n=e.find(e=>e.id===t);n&&"image"===n.type&&(n.props||(n.props={}),n.props._isBackgroundImage=!0)})}const i=t?.children;i&&i.forEach(t=>{const r=e.find(e=>e.id===t);r&&n(r)})};e.forEach(t=>{n(t)});const r=await fetch(U.XW.endPoint+"/v2/render/newsletter/build",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({components:e})});if(!r.ok)throw new Error(`HTTP error! status: ${r.status}`);const o=await r.text();this.componentHtml.set(t.id,o),this.requestUpdate()}catch(e){console.error(`Error fetching HTML for component ${t.id}:`,e),this.componentHtml.set(t.id,null),this.requestUpdate()}}onMouseup(t){document.body.style.position="fixed",setTimeout(()=>{document.body.style.position=""},400);const e={...t.body},n=ud.components[0];if(!n||n&&"root"===n.type){const t=O.M.get("components").find(t=>"root"===t.type);if(t){const n=ud.store().createComponent({index:0,parentId:t.id,body:e});ud.clean().selectComponent(n),n.element.scrollIntoView({behavior:"smooth",block:"center"}),this.onCloseMenu()}}else{const t=n.closest("section"),r=O.M.get("components").find(t=>"root"===t.type);if(t&&r){const n=r.children.findIndex(e=>e===t.id)+1,o=ud.store().createComponent({index:n,parentId:r.id,body:e});ud.clean().selectComponent(o),o.element.scrollIntoView({behavior:"smooth",block:"center"}),this.onCloseMenu()}}}firstUpdated(){}connectedCallback(){super.connectedCallback();const t=O.M,e=t.get("config","editor","configure","sections");Array.isArray(e)&&(e.forEach(t=>{this.components.push(t)}),this.currentComponents=JSON.parse(JSON.stringify(this.components)),t.set({components_templates:this.currentComponents}),this.currentComponents.forEach(t=>{this.fetchComponentHtml(t)}),t.set({components_templates:this.currentComponents}))}disconnectedCallback(){super.disconnectedCallback(),this.sortable&&this.sortable.destroy()}render(){return S.qy`<cdtr-editor-container
5727
+ </div>`}}ud.styles=Qc,ud.properties={menu:{type:Array},components:{type:Array}},customElements.define("cdtr-blocks-menu-v1",ud);const fd=L.Ay;class md extends S.WF{constructor(){super(),this.sortable=void 0,this.componentHtml=void 0,this.sortableElementRef=(0,xl._)(),this.currentComponents=[],this.sortable=void 0,this.groupName="section-component",this.components=[],this.componentHtml=new Map}onCloseMenu(){this.dispatchEvent(new CustomEvent("close",{}))}onDragElementStart(){this.onElementsDrag=!0}onDragElementEnd(){this.onElementsDrag=!1}async fetchComponentHtml(t){try{const e=JSON.parse(JSON.stringify(t.components)),n=t=>{const r=t?.props,o=r?.background;if(o?.properties?.src){t.props||(t.props={}),t.props._isBackgroundImage=!0;const n=t?.children;n&&n.forEach(t=>{const n=e.find(e=>e.id===t);n&&"image"===n.type&&(n.props||(n.props={}),n.props._isBackgroundImage=!0)})}const i=t?.children;i&&i.forEach(t=>{const r=e.find(e=>e.id===t);r&&n(r)})};e.forEach(t=>{n(t)});const r=await fetch(U.XW.endPoint+"/v2/render/newsletter/build",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({components:e})});if(!r.ok)throw new Error(`HTTP error! status: ${r.status}`);const o=await r.text();this.componentHtml.set(t.id,o),this.requestUpdate()}catch(e){console.error(`Error fetching HTML for component ${t.id}:`,e),this.componentHtml.set(t.id,null),this.requestUpdate()}}onMouseup(t){document.body.style.position="fixed",setTimeout(()=>{document.body.style.position=""},400);const e={...t.body},n=fd.components[0];if(!n||n&&"root"===n.type){const t=O.M.get("components").find(t=>"root"===t.type);if(t){const n=fd.store().createComponent({index:0,parentId:t.id,body:e});fd.clean().selectComponent(n),n.element.scrollIntoView({behavior:"smooth",block:"center"}),this.onCloseMenu()}}else{const t=n.closest("section"),r=O.M.get("components").find(t=>"root"===t.type);if(t&&r){const n=r.children.findIndex(e=>e===t.id)+1,o=fd.store().createComponent({index:n,parentId:r.id,body:e});fd.clean().selectComponent(o),o.element.scrollIntoView({behavior:"smooth",block:"center"}),this.onCloseMenu()}}}firstUpdated(){}connectedCallback(){super.connectedCallback();const t=O.M,e=t.get("config","editor","configure","sections");Array.isArray(e)&&(e.forEach(t=>{this.components.push(t)}),this.currentComponents=JSON.parse(JSON.stringify(this.components)),t.set({components_templates:this.currentComponents}),this.currentComponents.forEach(t=>{this.fetchComponentHtml(t)}),t.set({components_templates:this.currentComponents}))}disconnectedCallback(){super.disconnectedCallback(),this.sortable&&this.sortable.destroy()}render(){return S.qy`<cdtr-editor-container
5728
5728
  ><cdtr-title style="color:var(--micro-info-color)">
5729
5729
  <i>
5730
5730
  <lang-text
@@ -5735,8 +5735,8 @@
5735
5735
  </cdtr-title>
5736
5736
  </cdtr-editor-container>
5737
5737
  <div scroll-bar="editor" class="scroll-body">
5738
- <cdtr-row mt="1" justify="space-around" ${(0,Al.K)(this.sortableElementRef)}>
5739
- ${(0,Ac.u)(this.currentComponents,t=>t.id,(t,e)=>S.qy` <cdtr-col
5738
+ <cdtr-row mt="1" justify="space-around" ${(0,xl.K)(this.sortableElementRef)}>
5739
+ ${(0,xc.u)(this.currentComponents,t=>t.id,(t,e)=>S.qy` <cdtr-col
5740
5740
  @mousedown=${()=>{const e=document.createElement("div");e.setAttribute("data-id",t.id),e.setAttribute("data-placement",t.placement||""),e.setAttribute("draggable-element","create:element"),e.setAttribute("draggable-direction","top,bottom"),e.setAttribute("data-drop-only","section"),e.setAttribute("droppable-element","root"),e.classList.add("draggable-element-handle"),window.__dragoned_selected_element=e}}
5741
5741
  class="holder"
5742
5742
  sm="12"
@@ -5762,7 +5762,7 @@
5762
5762
  </div>`}
5763
5763
  </cdtr-col>`)}
5764
5764
  </cdtr-row>
5765
- </div>`}}fd.styles=Gc,fd.properties={opened:{type:Boolean},open:{type:Function},menu:{type:Array},components:{type:Array},currentComponents:{type:Array},elementType:{type:String},groupName:{type:String},onElementsDrag:{type:Boolean},inProggress:{type:Boolean}},customElements.define("cdtr-sections-menu-v1",fd);class md{constructor(t){let{dropSelector:e,targetSelector:n,container:r,onStart:o,onOver:i,onDrop:a,customMirrorEl:s}=t;this.dropSelector=void 0,this.targetSelector=void 0,this.container=void 0,this.customMirrorEl=void 0,this.onStart=void 0,this.onOver=void 0,this.onDrop=void 0,this.mirrors=[],this.mirror=null,this.dragged=null,this.target=null,this.dropped=null,this.droppedTarget=null,this.elementAtXy=null,this.scrollable=null,this.isDraging=!1,this.onStartCalled=!1,this.mouseDirection=null,this.moveY=0,this.firstX=0,this.firstY=0,this.initX=0,this.initY=0,this.mouseDown=this.mouseDown.bind(this),this.mouseMove=this.mouseMove.bind(this),this.mouseUp=this.mouseUp.bind(this),this.onStart=o,this.onDrop=a,this.onOver=i,this.container=r||document.body,this.customMirrorEl=s,this.dropSelector=e,this.targetSelector=n,this.init(),this.mirrors=[]}createMirror(){if(this.customMirrorEl)return this.customMirrorEl.cloneNode(!0);const t=document.createElement("div");return Object.assign(t.style,{position:"fixed",width:"200px",height:"200px",background:"blue",opacity:"0.3",border:"1px solid blue"}),this.mirrors.push(t),t}postionMirrorOn(){if(!this.dropped||!this.mirror)return;this.mirror.style.transition="left,top .2s";const t=this.dropped.getBoundingClientRect();this.mirror.style.width=t.width+"px",this.mirror.style.height=t.height+"px";const e=t.top,n=t.left;this.mirror.style.left=n+"px",this.mirror.style.top=e+"px"}mouseMove(t){if(1!==t.which)return;if(t.preventDefault(),!this.onStartCalled){const e=t.pageX-this.firstX,n=t.pageY-this.firstY;Math.sqrt(e*e+n*n)>50&&("function"==typeof this.onStart&&this.onStart({mirror:this.mirror,dragged:this.dragged}),this.onStartCalled=!0)}const e=t.clientY;e<this.moveY?(this.isDraging=!0,this.mouseDirection="top"):e>this.moveY&&(this.isDraging=!0,this.mouseDirection="bottom"),this.moveY=e;const n=this.mirror;if(!n)return;n.style.zIndex="-1";const r=this.elementAtXy=document.elementFromPoint(t.clientX,t.clientY);if(!r)return;const o=this.container;null!==o&&(this.scrollable=o);const i=()=>{this.isDraging&&o&&this.mirror&&e<300&&"top"===this.mouseDirection?(window.requestAnimationFrame(()=>o.scroll(0,o.scrollTop-1)),setTimeout(()=>{i()},100)):this.isDraging&&o&&this.mirror&&window.innerHeight-e<300&&"bottom"===this.mouseDirection&&(window.requestAnimationFrame(()=>o.scroll(0,o.scrollTop+1)),setTimeout(()=>{i()},100))};i();const a=this.dropped=r.closest(this.dropSelector);if(a&&a!==this.droppedTarget&&(this.droppedTarget=a,"function"==typeof this.onOver&&this.onOver({dropped:a,mirror:this.mirror,dragged:this.dragged})),a)this.postionMirrorOn();else{n.style.transition="none",this.customMirrorEl||(n.style.width="200px",n.style.height="200px");const e=n.getBoundingClientRect(),r=t.pageY-e.height/2,o=t.pageX-e.width/2;n.style.left=o+"px",n.style.top=r+"px"}n.style.zIndex="9999999999"}mouseUp(t){t.preventDefault(),this.mirror=null,this.mirrors.forEach(t=>t.remove()),this.mirrors=[],document.removeEventListener("mousemove",this.mouseMove,!1),document.removeEventListener("mouseup",this.mouseUp,!1),"function"==typeof this.onDrop&&this.onDrop({event:t,mirror:this.mirror,dropped:this.customMirrorEl?this.elementAtXy:this.dropped,dragged:this.dragged}),this.isDraging=!1}mouseDown(t){let e=null;const n=t.path??(t.composedPath?t.composedPath():[]);Array.isArray(n)&&n.length>0&&(e=n[0]),e&&(e=e.closest(this.targetSelector),e&&(this.dragged=e,this.target=e,this.onStartCalled=!1,setTimeout(()=>{if(!e)return;const n=e.getBoundingClientRect();this.initX=n.left,this.initY=n.top,this.firstX=t.pageX,this.firstY=t.pageY,this.mirror=this.createMirror(),this.mirror.style.top=t.pageY-n.height/2+"px",this.mirror.style.left=t.pageX-n.width/2+"px",document.body.appendChild(this.mirror),document.addEventListener("mousemove",this.mouseMove,!1),document.addEventListener("mouseup",this.mouseUp,!1)},0)))}init(){window.addEventListener("mousedown",this.mouseDown,!1)}destroy(){window.removeEventListener("mousedown",this.mouseDown,!1)}}const gd=L.Ay,bd=a(45888),yd=vc;function wd(t){let e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:20;return t.length>e?t.slice(0,e)+"...":t}function Ad(t){return new Promise((e,n)=>{(function(t){t||(t={query:"nature",per_page:1});const e=`${N.XW.agent_url}pexels/search/?query=${t.query||"marketing"}&per_page=${t.per_page||1}`;return fetch(e).then(t=>t.json()).then(t=>{if("success"===t.status&&t.data)return t.data;throw new Error("Invalid response from backend")}).catch(t=>{throw console.error("Error fetching images:",t),t})})({per_page:30,query:t||"marketing"}).then(t=>{if(t.photos){const n=t.photos.map(t=>({id:String(t.id),name:wd(t.alt||""),type:"images",tags:[],group:"backgrounds",preset:{component:"cdtr-images-preset",properties:{src:t.src.original,style:{backgroundAttachment:"local",backgroundPosition:"center",backgroundRepeat:"no-repeat",backgroundSize:"cover"}}}}));e(n)}else n("error")})})}class xd extends S.WF{constructor(){super(),this.backgroundDraggable=null,this.sortableElementRef=(0,Al._)(),this.imagesAssetsRef=(0,Al._)(),this.videosAssetsRef=(0,Al._)(),this.inProggress=!1,this.canvas_assets_active=!0,this.images_assets_active=!0,this.search_query="",this.video_assets_active=!0,this.currentComponents=[],this.groupName="backgrounds"}activeAssetsByTag(t){"video"===t?(this.video_assets_active=!0,this.images_assets_active=!1,this.canvas_assets_active=!1):"image"===t?(this.images_assets_active=!0,this.video_assets_active=!1,this.canvas_assets_active=!1):"canvas"===t&&(this.canvas_assets_active=!0,this.images_assets_active=!1,this.video_assets_active=!1)}onCloseMenu(){setTimeout(()=>{this.dispatchEvent(new CustomEvent("close",{}))},100)}loadComponentByGroupName(t){const e=O.M;(()=>{this.currentComponents=t.filter(t=>t.group===this.groupName),e.set({components_templates:this.currentComponents})})(),this.backgroundDraggable=new md({dropSelector:".section-component,.block-component",targetSelector:".backgrounds-draggable",container:document.querySelector(".amazingbar-content-wrapper"),onStart:()=>{this.inProggress=!0,this.onCloseMenu()},onOver:()=>{},onDrop:t=>{let{dropped:n}=t;this.inProggress=!1;let r=n;if(!r){const t=gd.components.find(t=>"block"===t.type);if(!t)return;r=t.element}if(!r)return;const o=e.get("backgroundTransfer"),i=this.currentComponents.find(t=>t.id===o);if(i){const t=e.get("components",r.dataset.id);if(!t)return void setTimeout(()=>{throw new Error("Section not found")},500);const n=t.children,o=[];n.forEach(t=>{const e=gd.getComponent(t);!e||"block"!==e.type||!e.style||"transparent"!==e.style.backsround&&e.style.background||o.push({componentId:e.id,key:"style",value:{background:"#ffffff5e"}})});const a={...i.preset||{},type:i.type};o.push({key:"background",value:a,componentId:t.id});try{o.find(t=>"style"===t.key&&t.value?.background)||o.push({key:"style",value:{background:"transparent"},componentId:t.id})}catch(t){console.error("error",t)}if(gd.store().execCommands(o).clean().selectComponent(t),"block"===t.type){const e=window.getComputedStyle(t.element).background;1===bd(e).getAlpha()&&o.push({key:"style",value:t=>{const n=t.style;return n.background=yd(e,.5),n},componentId:t.id})}gd.store().updateComponent(t,"background",i.preset).clean().selectComponent(t)}else setTimeout(()=>{throw new Error("background preset not founded..")},500)}})}onDragElementStart(){this.onElementsDrag=!0}onDragElementEnd(){this.onElementsDrag=!1}firstUpdated(){}connectedCallback(){super.connectedCallback(),setTimeout(()=>{Ad().then(t=>{this.loadComponentByGroupName(t)})},500)}disconnectedCallback(){super.disconnectedCallback(),this.backgroundDraggable&&this.backgroundDraggable.destroy(),this.backgroundDraggable=null}render(){const t=O.M,e=this.currentComponents.filter(t=>"images"===t.type),n=this.currentComponents.filter(t=>"canvas"===t.type),r=this.currentComponents.filter(t=>"video"===t.type);return S.qy` <cdtr-editor-container
5765
+ </div>`}}md.styles=Qc,md.properties={opened:{type:Boolean},open:{type:Function},menu:{type:Array},components:{type:Array},currentComponents:{type:Array},elementType:{type:String},groupName:{type:String},onElementsDrag:{type:Boolean},inProggress:{type:Boolean}},customElements.define("cdtr-sections-menu-v1",md);class gd{constructor(t){let{dropSelector:e,targetSelector:n,container:r,onStart:o,onOver:i,onDrop:a,customMirrorEl:s}=t;this.dropSelector=void 0,this.targetSelector=void 0,this.container=void 0,this.customMirrorEl=void 0,this.onStart=void 0,this.onOver=void 0,this.onDrop=void 0,this.mirrors=[],this.mirror=null,this.dragged=null,this.target=null,this.dropped=null,this.droppedTarget=null,this.elementAtXy=null,this.scrollable=null,this.isDraging=!1,this.onStartCalled=!1,this.mouseDirection=null,this.moveY=0,this.firstX=0,this.firstY=0,this.initX=0,this.initY=0,this.mouseDown=this.mouseDown.bind(this),this.mouseMove=this.mouseMove.bind(this),this.mouseUp=this.mouseUp.bind(this),this.onStart=o,this.onDrop=a,this.onOver=i,this.container=r||document.body,this.customMirrorEl=s,this.dropSelector=e,this.targetSelector=n,this.init(),this.mirrors=[]}createMirror(){if(this.customMirrorEl)return this.customMirrorEl.cloneNode(!0);const t=document.createElement("div");return Object.assign(t.style,{position:"fixed",width:"200px",height:"200px",background:"blue",opacity:"0.3",border:"1px solid blue"}),this.mirrors.push(t),t}postionMirrorOn(){if(!this.dropped||!this.mirror)return;this.mirror.style.transition="left,top .2s";const t=this.dropped.getBoundingClientRect();this.mirror.style.width=t.width+"px",this.mirror.style.height=t.height+"px";const e=t.top,n=t.left;this.mirror.style.left=n+"px",this.mirror.style.top=e+"px"}mouseMove(t){if(1!==t.which)return;if(t.preventDefault(),!this.onStartCalled){const e=t.pageX-this.firstX,n=t.pageY-this.firstY;Math.sqrt(e*e+n*n)>50&&("function"==typeof this.onStart&&this.onStart({mirror:this.mirror,dragged:this.dragged}),this.onStartCalled=!0)}const e=t.clientY;e<this.moveY?(this.isDraging=!0,this.mouseDirection="top"):e>this.moveY&&(this.isDraging=!0,this.mouseDirection="bottom"),this.moveY=e;const n=this.mirror;if(!n)return;n.style.zIndex="-1";const r=this.elementAtXy=document.elementFromPoint(t.clientX,t.clientY);if(!r)return;const o=this.container;null!==o&&(this.scrollable=o);const i=()=>{this.isDraging&&o&&this.mirror&&e<300&&"top"===this.mouseDirection?(window.requestAnimationFrame(()=>o.scroll(0,o.scrollTop-1)),setTimeout(()=>{i()},100)):this.isDraging&&o&&this.mirror&&window.innerHeight-e<300&&"bottom"===this.mouseDirection&&(window.requestAnimationFrame(()=>o.scroll(0,o.scrollTop+1)),setTimeout(()=>{i()},100))};i();const a=this.dropped=r.closest(this.dropSelector);if(a&&a!==this.droppedTarget&&(this.droppedTarget=a,"function"==typeof this.onOver&&this.onOver({dropped:a,mirror:this.mirror,dragged:this.dragged})),a)this.postionMirrorOn();else{n.style.transition="none",this.customMirrorEl||(n.style.width="200px",n.style.height="200px");const e=n.getBoundingClientRect(),r=t.pageY-e.height/2,o=t.pageX-e.width/2;n.style.left=o+"px",n.style.top=r+"px"}n.style.zIndex="9999999999"}mouseUp(t){t.preventDefault(),this.mirror=null,this.mirrors.forEach(t=>t.remove()),this.mirrors=[],document.removeEventListener("mousemove",this.mouseMove,!1),document.removeEventListener("mouseup",this.mouseUp,!1),"function"==typeof this.onDrop&&this.onDrop({event:t,mirror:this.mirror,dropped:this.customMirrorEl?this.elementAtXy:this.dropped,dragged:this.dragged}),this.isDraging=!1}mouseDown(t){let e=null;const n=t.path??(t.composedPath?t.composedPath():[]);Array.isArray(n)&&n.length>0&&(e=n[0]),e&&(e=e.closest(this.targetSelector),e&&(this.dragged=e,this.target=e,this.onStartCalled=!1,setTimeout(()=>{if(!e)return;const n=e.getBoundingClientRect();this.initX=n.left,this.initY=n.top,this.firstX=t.pageX,this.firstY=t.pageY,this.mirror=this.createMirror(),this.mirror.style.top=t.pageY-n.height/2+"px",this.mirror.style.left=t.pageX-n.width/2+"px",document.body.appendChild(this.mirror),document.addEventListener("mousemove",this.mouseMove,!1),document.addEventListener("mouseup",this.mouseUp,!1)},0)))}init(){window.addEventListener("mousedown",this.mouseDown,!1)}destroy(){window.removeEventListener("mousedown",this.mouseDown,!1)}}const bd=L.Ay,yd=a(45888),wd=kc;function Ad(t){let e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:20;return t.length>e?t.slice(0,e)+"...":t}function xd(t){return new Promise((e,n)=>{(function(t){t||(t={query:"nature",per_page:1});const e=`${N.XW.agent_url}pexels/search/?query=${t.query||"marketing"}&per_page=${t.per_page||1}`;return fetch(e).then(t=>t.json()).then(t=>{if("success"===t.status&&t.data)return t.data;throw new Error("Invalid response from backend")}).catch(t=>{throw console.error("Error fetching images:",t),t})})({per_page:30,query:t||"marketing"}).then(t=>{if(t.photos){const n=t.photos.map(t=>({id:String(t.id),name:Ad(t.alt||""),type:"images",tags:[],group:"backgrounds",preset:{component:"cdtr-images-preset",properties:{src:t.src.original,style:{backgroundAttachment:"local",backgroundPosition:"center",backgroundRepeat:"no-repeat",backgroundSize:"cover"}}}}));e(n)}else n("error")})})}class _d extends S.WF{constructor(){super(),this.backgroundDraggable=null,this.sortableElementRef=(0,xl._)(),this.imagesAssetsRef=(0,xl._)(),this.videosAssetsRef=(0,xl._)(),this.inProggress=!1,this.canvas_assets_active=!0,this.images_assets_active=!0,this.search_query="",this.video_assets_active=!0,this.currentComponents=[],this.groupName="backgrounds"}activeAssetsByTag(t){"video"===t?(this.video_assets_active=!0,this.images_assets_active=!1,this.canvas_assets_active=!1):"image"===t?(this.images_assets_active=!0,this.video_assets_active=!1,this.canvas_assets_active=!1):"canvas"===t&&(this.canvas_assets_active=!0,this.images_assets_active=!1,this.video_assets_active=!1)}onCloseMenu(){setTimeout(()=>{this.dispatchEvent(new CustomEvent("close",{}))},100)}loadComponentByGroupName(t){const e=O.M;(()=>{this.currentComponents=t.filter(t=>t.group===this.groupName),e.set({components_templates:this.currentComponents})})(),this.backgroundDraggable=new gd({dropSelector:".section-component,.block-component",targetSelector:".backgrounds-draggable",container:document.querySelector(".amazingbar-content-wrapper"),onStart:()=>{this.inProggress=!0,this.onCloseMenu()},onOver:()=>{},onDrop:t=>{let{dropped:n}=t;this.inProggress=!1;let r=n;if(!r){const t=bd.components.find(t=>"block"===t.type);if(!t)return;r=t.element}if(!r)return;const o=e.get("backgroundTransfer"),i=this.currentComponents.find(t=>t.id===o);if(i){const t=e.get("components",r.dataset.id);if(!t)return void setTimeout(()=>{throw new Error("Section not found")},500);const n=t.children,o=[];n.forEach(t=>{const e=bd.getComponent(t);!e||"block"!==e.type||!e.style||"transparent"!==e.style.backsround&&e.style.background||o.push({componentId:e.id,key:"style",value:{background:"#ffffff5e"}})});const a={...i.preset||{},type:i.type};o.push({key:"background",value:a,componentId:t.id});try{o.find(t=>"style"===t.key&&t.value?.background)||o.push({key:"style",value:{background:"transparent"},componentId:t.id})}catch(t){console.error("error",t)}if(bd.store().execCommands(o).clean().selectComponent(t),"block"===t.type){const e=window.getComputedStyle(t.element).background;1===yd(e).getAlpha()&&o.push({key:"style",value:t=>{const n=t.style;return n.background=wd(e,.5),n},componentId:t.id})}bd.store().updateComponent(t,"background",i.preset).clean().selectComponent(t)}else setTimeout(()=>{throw new Error("background preset not founded..")},500)}})}onDragElementStart(){this.onElementsDrag=!0}onDragElementEnd(){this.onElementsDrag=!1}firstUpdated(){}connectedCallback(){super.connectedCallback(),setTimeout(()=>{xd().then(t=>{this.loadComponentByGroupName(t)})},500)}disconnectedCallback(){super.disconnectedCallback(),this.backgroundDraggable&&this.backgroundDraggable.destroy(),this.backgroundDraggable=null}render(){const t=O.M,e=this.currentComponents.filter(t=>"images"===t.type),n=this.currentComponents.filter(t=>"canvas"===t.type),r=this.currentComponents.filter(t=>"video"===t.type);return S.qy` <cdtr-editor-container
5766
5766
  ><cdtr-title style="color:var(--micro-info-color)">
5767
5767
  <i>
5768
5768
  <lang-text
@@ -5773,7 +5773,7 @@
5773
5773
  </cdtr-title>
5774
5774
  </cdtr-editor-container>
5775
5775
  <div scroll-bar="editor" class="scroll-body">
5776
- <cdtr-row mt="1" ${(0,Al.K)(this.sortableElementRef)}>
5776
+ <cdtr-row mt="1" ${(0,xl.K)(this.sortableElementRef)}>
5777
5777
  <cdtr-row class="heading">
5778
5778
  <paper-button
5779
5779
  @click="${()=>this.activeAssetsByTag("image")}"
@@ -5788,7 +5788,7 @@
5788
5788
  <lang-text text="images"></lang-text>
5789
5789
  </h5>
5790
5790
  </cdtr-row>
5791
- <cdtr-row style="padding:10px;" ${(0,Al.K)(this.imagesAssetsRef)}>
5791
+ <cdtr-row style="padding:10px;" ${(0,xl.K)(this.imagesAssetsRef)}>
5792
5792
  <cdtr-row
5793
5793
  alignItems="center"
5794
5794
  justify="space-between"
@@ -5803,7 +5803,7 @@
5803
5803
  ></cdtr-input>
5804
5804
 
5805
5805
  ${this.search_query.length>0?S.qy`<paper-button
5806
- @click=${()=>Ad(this.search_query).then(t=>{this.loadComponentByGroupName(t)})}
5806
+ @click=${()=>xd(this.search_query).then(t=>{this.loadComponentByGroupName(t)})}
5807
5807
  .disabled=${this.search_query.length<1}
5808
5808
  style="position:absolute;left:4px;padding:7px;min-width:0;top:50%;transform:translateY(-50%);background:#000;color:#fff"
5809
5809
  >
@@ -5825,7 +5825,7 @@
5825
5825
  ></a>
5826
5826
  </p>
5827
5827
  </cdtr-row>
5828
- ${(0,Ac.u)(e,t=>t.id,(e,n)=>S.qy` <cdtr-col
5828
+ ${(0,xc.u)(e,t=>t.id,(e,n)=>S.qy` <cdtr-col
5829
5829
  data-group="${e.group}"
5830
5830
  class="holder "
5831
5831
  sm="6"
@@ -5834,7 +5834,7 @@
5834
5834
  .src=${e?.preset?.properties?.src}
5835
5835
  .bordered=${!1}
5836
5836
  @mousedown=${()=>{t.set({backgroundTransfer:e.id})}}
5837
- @mouseup=${()=>{if(gd.components.length>0){const n=gd.components[0];if("section"===n.type){const r=n.children,o=[];r.forEach(e=>{const n=gd.getComponent(e);if(n&&"block"===n.type&&("transparent"===n.style?.background||!n.style?.background)){"web"===t.get("config","channel")&&o.push({componentId:n.id,key:"style",value:{background:"#ffffff5e"}})}});const i={...e.preset||{},type:e.type};o.push({key:"background",value:i,componentId:n.id}),gd.store().execCommands(o).clean().selectComponent(n)}else if("block"===n.type){const t={...e.preset||{},type:e.type};gd.store().updateComponent(n,"background",t)}}}}
5837
+ @mouseup=${()=>{if(bd.components.length>0){const n=bd.components[0];if("section"===n.type){const r=n.children,o=[];r.forEach(e=>{const n=bd.getComponent(e);if(n&&"block"===n.type&&("transparent"===n.style?.background||!n.style?.background)){"web"===t.get("config","channel")&&o.push({componentId:n.id,key:"style",value:{background:"#ffffff5e"}})}});const i={...e.preset||{},type:e.type};o.push({key:"background",value:i,componentId:n.id}),bd.store().execCommands(o).clean().selectComponent(n)}else if("block"===n.type){const t={...e.preset||{},type:e.type};bd.store().updateComponent(n,"background",t)}}}}
5838
5838
  data-id="${e.id}"
5839
5839
  text=${e.name}
5840
5840
  .puzzle=${e.puzzle}
@@ -5849,8 +5849,8 @@
5849
5849
  </h5>
5850
5850
  </cdtr-row>
5851
5851
 
5852
- <cdtr-row ${(0,Al.K)(this.videosAssetsRef)}>
5853
- ${(0,Ac.u)(r,t=>t.id,(e,n)=>S.qy` <cdtr-col
5852
+ <cdtr-row ${(0,xl.K)(this.videosAssetsRef)}>
5853
+ ${(0,xc.u)(r,t=>t.id,(e,n)=>S.qy` <cdtr-col
5854
5854
  data-group="${e.group}"
5855
5855
  class="holder "
5856
5856
  sm="6"
@@ -5860,7 +5860,7 @@
5860
5860
  .src=${e?.src}
5861
5861
  @mousedown=${()=>{t.set({backgroundTransfer:e.id})}}
5862
5862
  @dblclick=${this.onCloseMenu}
5863
- @mouseup=${()=>{if(gd.components.length>0){const t=gd.components[0];"section"===t.type&&gd.store().updateComponent(t,"background",e.preset)}}}
5863
+ @mouseup=${()=>{if(bd.components.length>0){const t=bd.components[0];"section"===t.type&&bd.store().updateComponent(t,"background",e.preset)}}}
5864
5864
  data-id="${e.id}"
5865
5865
  text=${e.name}
5866
5866
  .puzzle=${e.puzzle}
@@ -5876,7 +5876,7 @@
5876
5876
  </h5>
5877
5877
  </cdtr-row>
5878
5878
  <cdtr-row>
5879
- ${(0,Ac.u)(n,t=>t.id,(e,n)=>S.qy` <cdtr-col
5879
+ ${(0,xc.u)(n,t=>t.id,(e,n)=>S.qy` <cdtr-col
5880
5880
  data-group="${e.group}"
5881
5881
  class="holder "
5882
5882
  sm="6"
@@ -5886,7 +5886,7 @@
5886
5886
  .bordered=${!1}
5887
5887
  @mousedown=${()=>{t.set({backgroundTransfer:e.id})}}
5888
5888
  @dblclick=${this.onCloseMenu}
5889
- @mouseup=${()=>{if(gd.components.length>0){const t=gd.components[0];"section"===t.type&&gd.store().updateComponent(t,"background",e.preset)}}}
5889
+ @mouseup=${()=>{if(bd.components.length>0){const t=bd.components[0];"section"===t.type&&bd.store().updateComponent(t,"background",e.preset)}}}
5890
5890
  data-id="${e.id}"
5891
5891
  text=${e.name}
5892
5892
  .puzzle=${e.puzzle}
@@ -5906,7 +5906,7 @@
5906
5906
  >
5907
5907
  <cdtr-arrow-up-icon style="fill:#fff;"></cdtr-arrow-up-icon>
5908
5908
  </paper-button>
5909
- </div>`}}xd.styles=Gc,xd.properties={opened:{type:Boolean},open:{type:Function},menu:{type:Array},components:{type:Array},currentComponents:{type:Array},elementType:{type:String},groupName:{type:String},onElementsDrag:{type:Boolean},canvas_assets_active:{type:Boolean},images_assets_active:{type:Boolean},video_assets_active:{type:Boolean},inProggress:{type:Boolean},search_query:{type:String}},customElements.define("cdtr-backgrounds-menu-v1",xd);const _d=L.Ay;class vd extends S.WF{constructor(){super(),this.sortable=void 0,this.draggableMirror=null,this.sortableElementRef=(0,Al._)(),this.currentComponents=[],this.sortable=void 0,this.groupName="free-dnd-component",this.components=[]}onCloseMenu(){this.dispatchEvent(new CustomEvent("close",{}))}loadComponentByGroupName(t){const e=O.M;(()=>{this.currentComponents=t.filter(t=>t.group===this.groupName),e.set({components_templates:this.currentComponents}),this.handleElementDragAndDrop()})(),this.sortable}onDragElementStart(){this.onElementsDrag=!0}onDragElementEnd(){this.onElementsDrag=!1}handleElementDragAndDrop(){const t=O.M;this.draggableMirror=new md({targetSelector:".dnd-component",dropSelector:"[class*='*-component']",container:document.querySelector(".amazingbar-content-wrapper"),customMirrorEl:(0,n.A)("div",{style:{position:"fixed",backgroundColor:"var(--primary)",width:"40px",height:"40px",opacity:.6,display:"flex",justifyContent:"center",alignItems:"center"}}),onStart:()=>{this.onCloseMenu()},onDrop:e=>{let{mirror:n,event:r}=e;if(!n||!r)return;n.style.display="none";const o=document.elementFromPoint(r.clientX,r.clientY);if(n.style.display="block",!o)return;const i=o.closest(".block-component,.section-component");if(!i)return void console.error("cant find section on drop background");const a=t.get("components",i.dataset.id);if(!a)return void console.error("section component not found");const{pageX:s,pageY:l}=r,c=a.element.getBoundingClientRect(),d=c.height,p=c.width,h=(s-c.left)/p*100,u=(l-c.top)/d*100,f=_d.store().createComponent({body:{props:{position:{x:h-1+"%",y:u-1.5+"%"},zIndex:10},type:"anchor"},index:0,layer:2,parentId:a.id});_d.selectComponent(f),a.element.appendChild(f.element)}})}connectedCallback(){super.connectedCallback()}disconnectedCallback(){super.disconnectedCallback(),this.sortable&&this.sortable.destroy()}render(){const t=O.M;return S.qy` <cdtr-editor-container
5909
+ </div>`}}_d.styles=Qc,_d.properties={opened:{type:Boolean},open:{type:Function},menu:{type:Array},components:{type:Array},currentComponents:{type:Array},elementType:{type:String},groupName:{type:String},onElementsDrag:{type:Boolean},canvas_assets_active:{type:Boolean},images_assets_active:{type:Boolean},video_assets_active:{type:Boolean},inProggress:{type:Boolean},search_query:{type:String}},customElements.define("cdtr-backgrounds-menu-v1",_d);const vd=L.Ay;class kd extends S.WF{constructor(){super(),this.sortable=void 0,this.draggableMirror=null,this.sortableElementRef=(0,xl._)(),this.currentComponents=[],this.sortable=void 0,this.groupName="free-dnd-component",this.components=[]}onCloseMenu(){this.dispatchEvent(new CustomEvent("close",{}))}loadComponentByGroupName(t){const e=O.M;(()=>{this.currentComponents=t.filter(t=>t.group===this.groupName),e.set({components_templates:this.currentComponents}),this.handleElementDragAndDrop()})(),this.sortable}onDragElementStart(){this.onElementsDrag=!0}onDragElementEnd(){this.onElementsDrag=!1}handleElementDragAndDrop(){const t=O.M;this.draggableMirror=new gd({targetSelector:".dnd-component",dropSelector:"[class*='*-component']",container:document.querySelector(".amazingbar-content-wrapper"),customMirrorEl:(0,n.A)("div",{style:{position:"fixed",backgroundColor:"var(--primary)",width:"40px",height:"40px",opacity:.6,display:"flex",justifyContent:"center",alignItems:"center"}}),onStart:()=>{this.onCloseMenu()},onDrop:e=>{let{mirror:n,event:r}=e;if(!n||!r)return;n.style.display="none";const o=document.elementFromPoint(r.clientX,r.clientY);if(n.style.display="block",!o)return;const i=o.closest(".block-component,.section-component");if(!i)return void console.error("cant find section on drop background");const a=t.get("components",i.dataset.id);if(!a)return void console.error("section component not found");const{pageX:s,pageY:l}=r,c=a.element.getBoundingClientRect(),d=c.height,p=c.width,h=(s-c.left)/p*100,u=(l-c.top)/d*100,f=vd.store().createComponent({body:{props:{position:{x:h-1+"%",y:u-1.5+"%"},zIndex:10},type:"anchor"},index:0,layer:2,parentId:a.id});vd.selectComponent(f),a.element.appendChild(f.element)}})}connectedCallback(){super.connectedCallback()}disconnectedCallback(){super.disconnectedCallback(),this.sortable&&this.sortable.destroy()}render(){const t=O.M;return S.qy` <cdtr-editor-container
5910
5910
  ><cdtr-title style="color:var(--micro-info-color)">
5911
5911
  <i>
5912
5912
  <lang-text
@@ -5917,8 +5917,8 @@
5917
5917
  </cdtr-title>
5918
5918
  </cdtr-editor-container>
5919
5919
  <div scroll-bar="editor" class="scroll-body">
5920
- <cdtr-row mt="1" justify="space-around" ${(0,Al.K)(this.sortableElementRef)}>
5921
- ${(0,Ac.u)(this.currentComponents,t=>t.id,(e,n)=>S.qy` <cdtr-col
5920
+ <cdtr-row mt="1" justify="space-around" ${(0,xl.K)(this.sortableElementRef)}>
5921
+ ${(0,xc.u)(this.currentComponents,t=>t.id,(e,n)=>S.qy` <cdtr-col
5922
5922
  data-group="${e.group}"
5923
5923
  data-id="${e.id}"
5924
5924
  data-placement="${e.placement}"
@@ -5935,9 +5935,9 @@
5935
5935
  ></cdtr-thumb-card>
5936
5936
  </cdtr-col>`)}
5937
5937
  </cdtr-row>
5938
- </div>`}}vd.styles=Gc,vd.properties={opened:{type:Boolean},open:{type:Function},menu:{type:Array},components:{type:Array},currentComponents:{type:Array},elementType:{type:String},groupName:{type:String},onElementsDrag:{type:Boolean}},customElements.define("cdtr-addons-menu-v1",vd);const kd="#000",Cd="80%",Ed="30px",Sd={title:()=>`<svg width="${Cd}" height="${Ed}" viewBox="0 0 26 30" fill="none" xmlns="http://www.w3.org/2000/svg">\n <path d="M0.21884 0L0 8.14541H2.76579C2.76579 2.5586 2.7668 2.56487 9.74181 2.56487V25.0355C9.74181 27.8364 9.74047 27.8317 5.91189 27.7627V30H20.0882V27.7627C16.2658 27.7627 16.2583 27.7558 16.2583 25.0355V2.56487C23.2369 2.56487 23.2534 2.56643 23.2534 8.14541H26L25.8002 0H0.21884Z" fill="${kd}"/>\n </svg>\n `,contact:()=>`<svg width="${Cd}" height="${Ed}" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path d="M3 3H21C21.5523 3 22 3.44772 22 4V20C22 20.5523 21.5523 21 21 21H3C2.44772 21 2 20.5523 2 20V4C2 3.44772 2.44772 3 3 3ZM20 7.23792L12.0718 14.338L4 7.21594V19H20V7.23792ZM4.51146 5L12.0619 11.662L19.501 5H4.51146Z"></path></svg>\n <svg width="${Cd}" height="${Ed}" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path d="M9.36556 10.6821C10.302 12.3288 11.6712 13.698 13.3179 14.6344L14.2024 13.3961C14.4965 12.9845 15.0516 12.8573 15.4956 13.0998C16.9024 13.8683 18.4571 14.3353 20.0789 14.4637C20.599 14.5049 21 14.9389 21 15.4606V19.9234C21 20.4361 20.6122 20.8657 20.1022 20.9181C19.5723 20.9726 19.0377 21 18.5 21C9.93959 21 3 14.0604 3 5.5C3 4.96227 3.02742 4.42771 3.08189 3.89776C3.1343 3.38775 3.56394 3 4.07665 3H8.53942C9.0611 3 9.49513 3.40104 9.5363 3.92109C9.66467 5.54288 10.1317 7.09764 10.9002 8.50444C11.1427 8.9484 11.0155 9.50354 10.6039 9.79757L9.36556 10.6821ZM6.84425 10.0252L8.7442 8.66809C8.20547 7.50514 7.83628 6.27183 7.64727 5H5.00907C5.00303 5.16632 5 5.333 5 5.5C5 12.9558 11.0442 19 18.5 19C18.667 19 18.8337 18.997 19 18.9909V16.3527C17.7282 16.1637 16.4949 15.7945 15.3319 15.2558L13.9748 17.1558C13.4258 16.9425 12.8956 16.6915 12.3874 16.4061L12.3293 16.373C10.3697 15.2587 8.74134 13.6303 7.627 11.6707L7.59394 11.6126C7.30849 11.1044 7.05754 10.5742 6.84425 10.0252Z"></path></svg>\n `,quote:()=>`<svg width="${Cd}" height="${Ed}" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path d="M21 4H3V6H21V4ZM21 11H8V13H21V11ZM21 18H8V20H21V18ZM5 11H3V20H5V11Z"></path></svg>`,paragraph:()=>`<svg width="${Cd}" height="${Ed}" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path d="M12 6V21H10V16C6.68629 16 4 13.3137 4 10C4 6.68629 6.68629 4 10 4H20V6H17V21H15V6H12ZM10 6C7.79086 6 6 7.79086 6 10C6 12.2091 7.79086 14 10 14V6Z"></path></svg>`,heading1:()=>`<svg width="${Cd}" height="${Ed}" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path d="M13 20H11V13H4V20H2V4H4V11H11V4H13V20ZM21.0005 8V20H19.0005L19 10.204L17 10.74V8.67L19.5005 8H21.0005Z"></path></svg>`,heading2:()=>`<svg width="${Cd}" height="${Ed}" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path d="M4 4V11H11V4H13V20H11V13H4V20H2V4H4ZM18.5 8C20.5711 8 22.25 9.67893 22.25 11.75C22.25 12.6074 21.9623 13.3976 21.4781 14.0292L21.3302 14.2102L18.0343 18H22V20H15L14.9993 18.444L19.8207 12.8981C20.0881 12.5908 20.25 12.1893 20.25 11.75C20.25 10.7835 19.4665 10 18.5 10C17.5818 10 16.8288 10.7071 16.7558 11.6065L16.75 11.75H14.75C14.75 9.67893 16.4289 8 18.5 8Z"></path></svg>`,heading3:()=>`<svg width="${Cd}" height="${Ed}" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path d="M22 8L21.9984 10L19.4934 12.883C21.0823 13.3184 22.25 14.7728 22.25 16.5C22.25 18.5711 20.5711 20.25 18.5 20.25C16.674 20.25 15.1528 18.9449 14.8184 17.2166L16.7821 16.8352C16.9384 17.6413 17.6481 18.25 18.5 18.25C19.4665 18.25 20.25 17.4665 20.25 16.5C20.25 15.5335 19.4665 14.75 18.5 14.75C18.214 14.75 17.944 14.8186 17.7056 14.9403L16.3992 13.3932L19.3484 10H15V8H22ZM4 4V11H11V4H13V20H11V13H4V20H2V4H4Z"></path></svg>`,map:()=>`<svg width="${Cd}" height="${Ed}" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path d="M4 6.14286V18.9669L9.06476 16.7963L15.0648 19.7963L20 17.6812V4.85714L21.303 4.2987C21.5569 4.18992 21.8508 4.30749 21.9596 4.56131C21.9862 4.62355 22 4.69056 22 4.75827V19L15 22L9 19L2.69696 21.7013C2.44314 21.8101 2.14921 21.6925 2.04043 21.4387C2.01375 21.3765 2 21.3094 2 21.2417V7L4 6.14286ZM16.2426 11.2426L12 15.4853L7.75736 11.2426C5.41421 8.89949 5.41421 5.10051 7.75736 2.75736C10.1005 0.414214 13.8995 0.414214 16.2426 2.75736C18.5858 5.10051 18.5858 8.89949 16.2426 11.2426ZM12 12.6569L14.8284 9.82843C16.3905 8.26633 16.3905 5.73367 14.8284 4.17157C13.2663 2.60948 10.7337 2.60948 9.17157 4.17157C7.60948 5.73367 7.60948 8.26633 9.17157 9.82843L12 12.6569Z"></path></svg>`,text:()=>`<svg width="${Cd}" height="${Ed}" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path d="M13 6V21H11V6H5V4H19V6H13Z"></path></svg>\n `,countdown:()=>`<svg width="${Cd}" height="${Ed}" viewBox="0 0 24 26" fill="none" xmlns="http://www.w3.org/2000/svg">\n <path d="M23 14.4C23 20.2226 18.1074 25 12 25C5.89264 25 1 20.2226 1 14.4C1 8.57751 5.89264 3.80005 12 3.80005C18.1074 3.80005 23 8.57751 23 14.4Z" stroke="black" stroke-width="2"/>\n <path d="M8.77588 0.711111C8.77588 0.594518 8.8704 0.5 8.98699 0.5H15.013C15.1296 0.5 15.2242 0.594518 15.2242 0.711111C15.2242 1.80954 14.3337 2.7 13.2353 2.7H10.7648C9.66634 2.7 8.77588 1.80954 8.77588 0.711111Z" fill="#D9D9D9" stroke="black"/>\n <rect x="-0.0313365" y="0.694365" width="2.25373" height="1.7282" rx="0.5" transform="matrix(0.686873 0.726778 -0.749546 0.661952 21.1763 3.85736)" fill="#D9D9D9" stroke="black"/>\n <line x1="12.5" y1="8.49988" x2="12.5" y2="16.2999" stroke="${kd}" stroke-linecap="round"/>\n <line x1="0.5" y1="-0.5" x2="5.96392" y2="-0.5" transform="matrix(0.547921 0.83653 -0.852924 0.522035 8.6897 11.6001)" stroke="${kd}" stroke-linecap="round"/>\n </svg>\n `,form:()=>`<svg width="${Cd}" height="80" viewBox="0 0 26 29" fill="none" xmlns="http://www.w3.org/2000/svg">\n <rect x="5" y="20" width="16" height="4" rx="2" fill="#000"/>\n <rect x="8.46667" y="21.739" width="9.33333" height="0.8" rx="0.4" fill="white"/>\n <rect x="5.2" y="5.2" width="15.6" height="2.6" rx="0.8" fill="#F4F4F4" stroke="black" stroke-width="0.4" stroke-dasharray="0.6 0.6"/>\n <rect x="5.2" y="10.2" width="15.6" height="2.6" rx="0.8" fill="#F4F4F4" stroke="black" stroke-width="0.4" stroke-dasharray="0.6 0.6"/>\n <rect x="5.2" y="15.2" width="15.6" height="2.6" rx="0.8" fill="#F4F4F4" stroke="black" stroke-width="0.4" stroke-dasharray="0.6 0.6"/>\n <path d="M1 28H25V1H1V28Z" stroke="black" stroke-linecap="round" stroke-linejoin="round"/>\n </svg>\n \n `,button:()=>`<svg width="${Cd}" viewBox="0 0 60 23" fill="none" xmlns="http://www.w3.org/2000/svg">\n <rect width="60" height="23" rx="3" fill="${kd}"/>\n <rect x="13" y="10" width="35" height="2" rx="1" fill="white"/>\n </svg>\n `,divider:()=>`<svg width="${Cd}" height="50" viewBox="0 0 27 26" fill="none" xmlns="http://www.w3.org/2000/svg">\n <line x1="2" y1="12" x2="26" y2="12" stroke="${kd}" stroke-width="2" stroke-linecap="round"/>\n <path d="M6.25 1H1.75V5.5M12.25 1H15.25M21.25 1H25.75V5.5M25.75 25H1.75V19H25.75V25Z" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>\n </svg>\n `,video:()=>`<svg width="${Cd}" height="${Ed}" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path d="M3 3.9934C3 3.44476 3.44495 3 3.9934 3H20.0066C20.5552 3 21 3.44495 21 3.9934V20.0066C21 20.5552 20.5551 21 20.0066 21H3.9934C3.44476 21 3 20.5551 3 20.0066V3.9934ZM5 5V19H19V5H5ZM10.6219 8.41459L15.5008 11.6672C15.6846 11.7897 15.7343 12.0381 15.6117 12.2219C15.5824 12.2658 15.5447 12.3035 15.5008 12.3328L10.6219 15.5854C10.4381 15.708 10.1897 15.6583 10.0672 15.4745C10.0234 15.4088 10 15.3316 10 15.2526V8.74741C10 8.52649 10.1791 8.34741 10.4 8.34741C10.479 8.34741 10.5562 8.37078 10.6219 8.41459Z"></path></svg>\n `,image:()=>`<svg width="${Cd}" height="${Ed}" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path d="M2.9918 21C2.44405 21 2 20.5551 2 20.0066V3.9934C2 3.44476 2.45531 3 2.9918 3H21.0082C21.556 3 22 3.44495 22 3.9934V20.0066C22 20.5552 21.5447 21 21.0082 21H2.9918ZM20 15V5H4V19L14 9L20 15ZM20 17.8284L14 11.8284L6.82843 19H20V17.8284ZM8 11C6.89543 11 6 10.1046 6 9C6 7.89543 6.89543 7 8 7C9.10457 7 10 7.89543 10 9C10 10.1046 9.10457 11 8 11Z"></path></svg>\n `,giphy:()=>`<svg width="${Cd}" height="${Ed}" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path d="M2 4C1.44772 4 1 4.44772 1 5V19C1 19.5523 1.44772 20 2 20H22C22.5523 20 23 19.5523 23 19V5C23 4.44772 22.5523 4 22 4H2ZM3 6H21V18H3V6ZM10 9V15H8V9H10ZM16 9C15.4477 9 15 9.44772 15 10V14C15 14.5523 15.4477 15 16 15H18C18.5523 15 19 14.5523 19 14V12H17V13H16V11H19V10C19 9.44772 18.5523 9 18 9H16ZM13 9H14V15H13V9Z"></path></svg>\n `,social:()=>`<svg width="${Ed}" height="${Ed}" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path d="M14 19H19V5H5V19H12V14H10V12H12V10.3458C12 9.00855 12.1392 8.52362 12.4007 8.03473C12.6622 7.54584 13.0458 7.16216 13.5347 6.9007C13.9174 6.69604 14.3922 6.57252 15.2217 6.51954C15.551 6.49851 15.9771 6.52533 16.5 6.6V8.5H16C15.0827 8.5 14.7042 8.54332 14.4779 8.66433C14.3376 8.73939 14.2394 8.83758 14.1643 8.97793C14.0433 9.20418 14 9.42853 14 10.3458V12H16.5L16 14H14V19ZM4 3H20C20.5523 3 21 3.44772 21 4V20C21 20.5523 20.5523 21 20 21H4C3.44772 21 3 20.5523 3 20V4C3 3.44772 3.44772 3 4 3Z"></path></svg>\n <svg width="${Ed}" height="${Ed}" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path d="M12.001 9C10.3436 9 9.00098 10.3431 9.00098 12C9.00098 13.6573 10.3441 15 12.001 15C13.6583 15 15.001 13.6569 15.001 12C15.001 10.3427 13.6579 9 12.001 9ZM12.001 7C14.7614 7 17.001 9.2371 17.001 12C17.001 14.7605 14.7639 17 12.001 17C9.24051 17 7.00098 14.7629 7.00098 12C7.00098 9.23953 9.23808 7 12.001 7ZM18.501 6.74915C18.501 7.43926 17.9402 7.99917 17.251 7.99917C16.5609 7.99917 16.001 7.4384 16.001 6.74915C16.001 6.0599 16.5617 5.5 17.251 5.5C17.9393 5.49913 18.501 6.0599 18.501 6.74915ZM12.001 4C9.5265 4 9.12318 4.00655 7.97227 4.0578C7.18815 4.09461 6.66253 4.20007 6.17416 4.38967C5.74016 4.55799 5.42709 4.75898 5.09352 5.09255C4.75867 5.4274 4.55804 5.73963 4.3904 6.17383C4.20036 6.66332 4.09493 7.18811 4.05878 7.97115C4.00703 9.0752 4.00098 9.46105 4.00098 12C4.00098 14.4745 4.00753 14.8778 4.05877 16.0286C4.0956 16.8124 4.2012 17.3388 4.39034 17.826C4.5591 18.2606 4.7605 18.5744 5.09246 18.9064C5.42863 19.2421 5.74179 19.4434 6.17187 19.6094C6.66619 19.8005 7.19148 19.9061 7.97212 19.9422C9.07618 19.9939 9.46203 20 12.001 20C14.4755 20 14.8788 19.9934 16.0296 19.9422C16.8117 19.9055 17.3385 19.7996 17.827 19.6106C18.2604 19.4423 18.5752 19.2402 18.9074 18.9085C19.2436 18.5718 19.4445 18.2594 19.6107 17.8283C19.8013 17.3358 19.9071 16.8098 19.9432 16.0289C19.9949 14.9248 20.001 14.5389 20.001 12C20.001 9.52552 19.9944 9.12221 19.9432 7.97137C19.9064 7.18906 19.8005 6.66149 19.6113 6.17318C19.4434 5.74038 19.2417 5.42635 18.9084 5.09255C18.573 4.75715 18.2616 4.55693 17.8271 4.38942C17.338 4.19954 16.8124 4.09396 16.0298 4.05781C14.9258 4.00605 14.5399 4 12.001 4ZM12.001 2C14.7176 2 15.0568 2.01 16.1235 2.06C17.1876 2.10917 17.9135 2.2775 18.551 2.525C19.2101 2.77917 19.7668 3.1225 20.3226 3.67833C20.8776 4.23417 21.221 4.7925 21.476 5.45C21.7226 6.08667 21.891 6.81333 21.941 7.8775C21.9885 8.94417 22.001 9.28333 22.001 12C22.001 14.7167 21.991 15.0558 21.941 16.1225C21.8918 17.1867 21.7226 17.9125 21.476 18.55C21.2218 19.2092 20.8776 19.7658 20.3226 20.3217C19.7668 20.8767 19.2076 21.22 18.551 21.475C17.9135 21.7217 17.1876 21.89 16.1235 21.94C15.0568 21.9875 14.7176 22 12.001 22C9.28431 22 8.94514 21.99 7.87848 21.94C6.81431 21.8908 6.08931 21.7217 5.45098 21.475C4.79264 21.2208 4.23514 20.8767 3.67931 20.3217C3.12348 19.7658 2.78098 19.2067 2.52598 18.55C2.27848 17.9125 2.11098 17.1867 2.06098 16.1225C2.01348 15.0558 2.00098 14.7167 2.00098 12C2.00098 9.28333 2.01098 8.94417 2.06098 7.8775C2.11014 6.8125 2.27848 6.0875 2.52598 5.45C2.78014 4.79167 3.12348 4.23417 3.67931 3.67833C4.23514 3.1225 4.79348 2.78 5.45098 2.525C6.08848 2.2775 6.81348 2.11 7.87848 2.06C8.94514 2.0125 9.28431 2 12.001 2Z"></path></svg>\n <svg width="${Ed}" height="${Ed}" width="${Cd}" height="${Ed}"xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path d="M19.6069 6.99482C19.5307 6.69695 19.3152 6.47221 19.0684 6.40288C18.6299 6.28062 16.501 6 12.001 6C7.50098 6 5.37252 6.28073 4.93225 6.40323C4.68776 6.47123 4.4723 6.69593 4.3951 6.99482C4.2863 7.41923 4.00098 9.19595 4.00098 12C4.00098 14.804 4.2863 16.5808 4.3954 17.0064C4.47126 17.3031 4.68676 17.5278 4.93251 17.5968C5.37252 17.7193 7.50098 18 12.001 18C16.501 18 18.6299 17.7194 19.0697 17.5968C19.3142 17.5288 19.5297 17.3041 19.6069 17.0052C19.7157 16.5808 20.001 14.8 20.001 12C20.001 9.2 19.7157 7.41923 19.6069 6.99482ZM21.5442 6.49818C22.001 8.28 22.001 12 22.001 12C22.001 12 22.001 15.72 21.5442 17.5018C21.2897 18.4873 20.547 19.2618 19.6056 19.5236C17.8971 20 12.001 20 12.001 20C12.001 20 6.10837 20 4.39637 19.5236C3.45146 19.2582 2.70879 18.4836 2.45774 17.5018C2.00098 15.72 2.00098 12 2.00098 12C2.00098 12 2.00098 8.28 2.45774 6.49818C2.71227 5.51273 3.45495 4.73818 4.39637 4.47636C6.10837 4 12.001 4 12.001 4C12.001 4 17.8971 4 19.6056 4.47636C20.5505 4.74182 21.2932 5.51636 21.5442 6.49818ZM10.001 15.5V8.5L16.001 12L10.001 15.5Z"></path></svg>\n <svg width="${Ed}" height="${Ed}" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path d="M11.0004 2V8.41396C10.5947 8.33909 10.1768 8.3 9.75039 8.3C5.96724 8.3 2.90039 11.3668 2.90039 15.15C2.90039 18.9332 5.96724 22 9.75039 22C13.5335 22 16.6004 18.9332 16.6004 15.15V11.4136C17.6366 11.8539 18.7662 12.1 20.0005 12.1H21.0005V6.5H20.0005C18.0966 6.5 16.6004 4.96259 16.6004 3V2H11.0004ZM13.0004 4H14.688C15.0818 6.22009 16.7673 7.99607 19.0005 8.4091V10.0282C17.9624 9.87602 17.0253 9.48645 16.1567 8.905L14.6004 7.86327V15.15C14.6004 17.8286 12.429 20 9.75039 20C7.07181 20 4.90039 17.8286 4.90039 15.15C4.90039 12.4714 7.07181 10.3 9.75039 10.3C9.83431 10.3 9.91769 10.3021 10.0005 10.3063V11.9095C9.91795 11.9032 9.83454 11.9 9.75039 11.9C7.95547 11.9 6.50039 13.3551 6.50039 15.15C6.50039 16.9449 7.95547 18.4 9.75039 18.4C11.5453 18.4 13.0004 16.9449 13.0004 15.15C13.0004 11.4334 12.9992 7.71665 13.0004 4ZM8.50039 15.15C8.50039 14.4596 9.06003 13.9 9.75039 13.9C10.4407 13.9 11.0004 14.4596 11.0004 15.15C11.0004 15.8404 10.4407 16.4 9.75039 16.4C9.06003 16.4 8.50039 15.8404 8.50039 15.15Z"></path></svg>\n `,anchor:()=>`<svg width="${Cd}" height="${Ed}" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path d="M2.04938 11H7V13H4.06189C4.51314 16.6187 7.38128 19.4869 11 19.9381V9.87398C9.27477 9.42994 8 7.86384 8 6C8 3.79086 9.79086 2 12 2C14.2091 2 16 3.79086 16 6C16 7.86384 14.7252 9.42994 13 9.87398V19.9381C16.6187 19.4869 19.4869 16.6187 19.9381 13H17V11H21.9506C21.9833 11.3289 22 11.6625 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 11.6625 2.01672 11.3289 2.04938 11ZM12 8C13.1046 8 14 7.10457 14 6C14 4.89543 13.1046 4 12 4C10.8954 4 10 4.89543 10 6C10 7.10457 10.8954 8 12 8Z"></path></svg>\n `,menu:()=>`<svg width="${Cd}" height="12" viewBox="0 0 80 12" fill="none" xmlns="http://www.w3.org/2000/svg">\n <rect width="17" height="3" rx="0.5" fill="${kd}"/>\n <rect x="21" width="17" height="3" rx="0.5" fill="${kd}"/>\n <rect x="42" width="17" height="3" rx="0.5" fill="${kd}"/>\n <rect x="63" width="17" height="3" rx="0.5" fill="${kd}"/>\n <mask id="path-5-inside-1_71_108" fill="white">\n <rect y="5" width="80" height="7" rx="0.5"/>\n </mask>\n <rect y="5" width="80" height="7" rx="0.5" stroke="black" stroke-width="4" mask="url(#path-5-inside-1_71_108)"/>\n </svg>`,qoutes:()=>`<svg width="${Cd}" height="17" viewBox="0 0 12 11" fill="none" xmlns="http://www.w3.org/2000/svg">\n <path d="M3.18905 1.84625C2.22305 1.84625 1.43945 2.57531 1.43945 3.47482C1.43945 4.3738 2.22305 5.1034 3.18905 5.1034C4.93805 5.1034 3.77225 8.25142 1.43945 8.25142V9.01142C5.60285 9.01197 7.23425 1.84625 3.18905 1.84625ZM8.22905 1.84625C7.26365 1.84625 6.48005 2.57531 6.48005 3.47482C6.48005 4.3738 7.26365 5.1034 8.22905 5.1034C9.97865 5.1034 8.81285 8.25142 6.48005 8.25142V9.01142C10.6429 9.01197 12.2743 1.84625 8.22905 1.84625Z" fill="${kd}"/>\n </svg>\n `,article:()=>`<svg width="${Cd}" height="76" viewBox="0 0 48 76" fill="none" xmlns="http://www.w3.org/2000/svg">\n <line x1="10" y1="46" x2="39" y2="46" stroke="${kd}" stroke-width="2" stroke-linecap="round"/>\n <line x1="10" y1="50" x2="39" y2="50" stroke="${kd}" stroke-width="2" stroke-linecap="round"/>\n <line x1="10" y1="54" x2="39" y2="54" stroke="${kd}" stroke-width="2" stroke-linecap="round"/>\n <path d="M35.7778 35H13.2222C12.3676 35 11.5481 34.6605 10.9438 34.0562C10.3395 33.4519 10 32.6324 10 31.7778V9.22222C10 8.36764 10.3395 7.54805 10.9438 6.94377C11.5481 6.33948 12.3676 6 13.2222 6H35.7778C36.6324 6 37.4519 6.33948 38.0562 6.94377C38.6605 7.54805 39 8.36764 39 9.22222V31.7778C39 32.6324 38.6605 33.4519 38.0562 34.0562C37.4519 34.6605 36.6324 35 35.7778 35ZM13.2222 9.22222V31.7778H35.7778V9.22222H13.2222ZM34.1667 28.5556H14.8333L19.6667 22.1111L21.2778 23.7222L26.1111 17.2778L34.1667 28.5556ZM18.8611 18.8889C18.2202 18.8889 17.6055 18.6343 17.1523 18.1811C16.6991 17.7279 16.4444 17.1132 16.4444 16.4722C16.4444 15.8313 16.6991 15.2166 17.1523 14.7634C17.6055 14.3102 18.2202 14.0556 18.8611 14.0556C19.5021 14.0556 20.1167 14.3102 20.57 14.7634C21.0232 15.2166 21.2778 15.8313 21.2778 16.4722C21.2778 17.1132 21.0232 17.7279 20.57 18.1811C20.1167 18.6343 19.5021 18.8889 18.8611 18.8889Z" fill="${kd}"/>\n <rect x="0.5" y="60.5" width="47" height="15" stroke="black" stroke-dasharray="2 2"/>\n <rect x="0.5" y="40.5" width="47" height="20" stroke="black" stroke-dasharray="2 2"/>\n <rect x="0.5" y="0.5" width="47" height="40" stroke="black" stroke-dasharray="2 2"/>\n <rect x="9" y="64" width="31" height="8" rx="1" fill="${kd}"/>\n <rect x="15.7167" y="67.4783" width="18.0833" height="0.695652" rx="0.347826" fill="white"/>\n <rect x="0.5" y="0.5" width="47" height="75" stroke="black"/>\n </svg>\n `,html:()=>`<svg width="${Cd}" viewBox="0 0 56 14" fill="none" xmlns="http://www.w3.org/2000/svg">\n <path d="M5.15455 1.5L6 2.39737L1.66364 7L6 11.6026L5.15455 12.5L0 7L5.15455 1.5Z" fill="#000"/>\n <path d="M13.4331 11.18C12.6011 11.18 11.9051 10.996 11.3451 10.628C10.7851 10.252 10.3651 9.736 10.0851 9.08C9.80506 8.416 9.66506 7.648 9.66506 6.776C9.66506 5.904 9.80506 5.136 10.0851 4.472C10.3651 3.808 10.7851 3.292 11.3451 2.924C11.9051 2.548 12.6011 2.36 13.4331 2.36C13.9291 2.36 14.3731 2.404 14.7651 2.492C15.1571 2.58 15.5411 2.672 15.9171 2.768L15.7971 4.52L15.1011 4.472V3.92C15.1011 3.84 15.0731 3.704 15.0171 3.512C14.9611 3.32 14.9131 3.152 14.8731 3.008L15.1851 3.404C14.9531 3.3 14.6691 3.212 14.3331 3.14C14.0051 3.06 13.7051 3.02 13.4331 3.02C12.8571 3.02 12.3731 3.188 11.9811 3.524C11.5971 3.852 11.3091 4.3 11.1171 4.868C10.9251 5.428 10.8291 6.06 10.8291 6.764C10.8291 7.46 10.9251 8.092 11.1171 8.66C11.3091 9.228 11.5971 9.68 11.9811 10.016C12.3651 10.352 12.8451 10.52 13.4211 10.52C13.7091 10.52 14.0291 10.488 14.3811 10.424C14.7411 10.352 15.0451 10.264 15.2931 10.16L14.9571 10.568C15.0051 10.448 15.0491 10.324 15.0891 10.196C15.1291 10.06 15.1611 9.936 15.1851 9.824C15.2171 9.712 15.2331 9.628 15.2331 9.572L15.2571 9.008L15.9531 8.984L16.0251 10.772C15.6491 10.868 15.2451 10.96 14.8131 11.048C14.3811 11.136 13.9211 11.18 13.4331 11.18ZM21.6627 11.18C20.7987 11.18 20.0747 10.996 19.4907 10.628C18.9147 10.252 18.4787 9.732 18.1827 9.068C17.8947 8.404 17.7507 7.64 17.7507 6.776C17.7507 5.904 17.8947 5.136 18.1827 4.472C18.4787 3.808 18.9147 3.292 19.4907 2.924C20.0747 2.548 20.7987 2.36 21.6627 2.36C22.5347 2.36 23.2587 2.548 23.8347 2.924C24.4107 3.292 24.8427 3.808 25.1307 4.472C25.4187 5.136 25.5627 5.904 25.5627 6.776C25.5627 7.64 25.4187 8.404 25.1307 9.068C24.8427 9.732 24.4107 10.252 23.8347 10.628C23.2587 10.996 22.5347 11.18 21.6627 11.18ZM21.6627 10.58C22.2707 10.58 22.7707 10.408 23.1627 10.064C23.5627 9.72 23.8587 9.26 24.0507 8.684C24.2507 8.1 24.3507 7.464 24.3507 6.776C24.3507 6.08 24.2507 5.444 24.0507 4.868C23.8587 4.284 23.5627 3.82 23.1627 3.476C22.7707 3.132 22.2707 2.96 21.6627 2.96C21.0547 2.96 20.5507 3.132 20.1507 3.476C19.7507 3.82 19.4507 4.284 19.2507 4.868C19.0587 5.444 18.9627 6.08 18.9627 6.776C18.9627 7.464 19.0587 8.1 19.2507 8.684C19.4507 9.26 19.7507 9.72 20.1507 10.064C20.5507 10.408 21.0547 10.58 21.6627 10.58ZM27.1578 11.06L27.0978 10.472L28.4658 10.196L27.9858 10.736C28.0018 10.64 28.0218 10.504 28.0458 10.328C28.0778 10.144 28.1058 9.96 28.1298 9.776C28.1538 9.592 28.1658 9.46 28.1658 9.38V4.16C28.1658 4.072 28.1538 3.944 28.1298 3.776C28.1058 3.6 28.0818 3.428 28.0578 3.26C28.0338 3.092 28.0138 2.976 27.9978 2.912L28.4658 3.32L27.1218 3.104L27.1818 2.48C27.3338 2.488 27.4978 2.496 27.6738 2.504C27.8578 2.512 28.0298 2.52 28.1898 2.528C28.3578 2.536 28.4778 2.54 28.5498 2.54C28.8138 2.54 29.0458 2.536 29.2458 2.528C29.4538 2.512 29.6618 2.5 29.8698 2.492C30.0778 2.484 30.3178 2.48 30.5898 2.48C31.4778 2.48 32.2298 2.656 32.8458 3.008C33.4618 3.36 33.9258 3.856 34.2378 4.496C34.5578 5.136 34.7178 5.896 34.7178 6.776C34.7178 7.616 34.5498 8.36 34.2138 9.008C33.8858 9.648 33.4138 10.148 32.7978 10.508C32.1818 10.868 31.4458 11.048 30.5898 11.048C30.2938 11.048 29.9898 11.04 29.6778 11.024C29.3738 11.008 29.0698 11 28.7658 11C28.6698 11 28.5298 11.004 28.3458 11.012C28.1618 11.02 27.9618 11.028 27.7458 11.036C27.5378 11.044 27.3418 11.052 27.1578 11.06ZM29.3058 10.568L29.1138 10.328C29.2738 10.328 29.4778 10.336 29.7258 10.352C29.9818 10.36 30.2778 10.364 30.6138 10.364C31.2858 10.364 31.8418 10.204 32.2818 9.884C32.7218 9.556 33.0498 9.12 33.2658 8.576C33.4818 8.032 33.5898 7.432 33.5898 6.776C33.5898 6.12 33.4818 5.52 33.2658 4.976C33.0498 4.432 32.7218 3.996 32.2818 3.668C31.8418 3.34 31.2858 3.176 30.6138 3.176C30.2698 3.176 29.9698 3.176 29.7138 3.176C29.4658 3.176 29.2698 3.176 29.1258 3.176L29.3418 2.864C29.3258 2.92 29.3098 3.008 29.2938 3.128C29.2778 3.248 29.2618 3.388 29.2458 3.548C29.2298 3.708 29.2178 3.876 29.2098 4.052C29.2018 4.22 29.1978 4.376 29.1978 4.52V9.02C29.1978 9.26 29.2058 9.48 29.2218 9.68C29.2378 9.88 29.2538 10.056 29.2698 10.208C29.2938 10.352 29.3058 10.472 29.3058 10.568ZM36.2867 11.06L36.2267 10.472L37.5947 10.196L37.1147 10.724C37.1307 10.636 37.1507 10.504 37.1747 10.328C37.2067 10.144 37.2347 9.96 37.2587 9.776C37.2827 9.592 37.2947 9.46 37.2947 9.38V4.16C37.2947 4.088 37.2827 3.976 37.2587 3.824C37.2427 3.664 37.2227 3.496 37.1987 3.32C37.1747 3.136 37.1507 2.968 37.1267 2.816L37.5947 3.32L36.2507 3.104L36.3107 2.48C36.4627 2.488 36.6307 2.496 36.8147 2.504C36.9987 2.512 37.1707 2.52 37.3307 2.528C37.4987 2.536 37.6187 2.54 37.6907 2.54H40.3667C40.4387 2.54 40.5547 2.54 40.7147 2.54C40.8747 2.532 41.0467 2.524 41.2307 2.516C41.4147 2.5 41.5827 2.488 41.7347 2.48L41.9627 2.696L42.0467 4.256L41.3627 4.316L41.2307 3.656C41.2227 3.592 41.1667 3.492 41.0627 3.356C40.9587 3.22 40.8627 3.112 40.7747 3.032L41.1707 3.26C41.0507 3.244 40.8787 3.228 40.6547 3.212C40.4387 3.196 40.2227 3.188 40.0067 3.188H38.0147L38.4587 2.876C38.4427 3.06 38.4227 3.26 38.3987 3.476C38.3747 3.692 38.3547 3.896 38.3387 4.088C38.3307 4.272 38.3267 4.416 38.3267 4.52V9.02C38.3267 9.22 38.3347 9.44 38.3507 9.68C38.3667 9.92 38.3867 10.144 38.4107 10.352C38.4347 10.56 38.4587 10.724 38.4827 10.844L37.9907 10.34H40.1627C40.4027 10.34 40.6387 10.324 40.8707 10.292C41.1107 10.252 41.2827 10.22 41.3867 10.196L41.0267 10.484C41.1147 10.372 41.2067 10.252 41.3027 10.124C41.3987 9.988 41.4547 9.88 41.4707 9.8L41.6507 8.984L42.2987 9.044L42.1187 10.832L41.8907 11.048C41.7387 11.04 41.5667 11.032 41.3747 11.024C41.1907 11.016 41.0187 11.008 40.8587 11C40.7067 11 40.5947 11 40.5227 11H37.8947C37.7987 11 37.6587 11 37.4747 11C37.2907 11.008 37.0907 11.016 36.8747 11.024C36.6667 11.032 36.4707 11.044 36.2867 11.06ZM40.5947 7.808L40.4267 6.56L40.8587 7.052C40.7707 7.036 40.6387 7.02 40.4627 7.004C40.2947 6.98 40.1187 6.96 39.9347 6.944C39.7587 6.928 39.6187 6.92 39.5147 6.92H37.9907V6.272H39.7547C39.9227 6.272 40.1187 6.256 40.3427 6.224C40.5667 6.184 40.7187 6.16 40.7987 6.152L40.4267 6.632L40.5947 5.372L41.1227 5.432V6.44C41.1227 6.872 41.1347 7.304 41.1587 7.736L40.5947 7.808Z" fill="black"/>\n <path d="M44.0378 11.804L43.3058 11.576L47.0498 1.724L47.7698 1.952L44.0378 11.804Z" fill="#000"/>\n <path d="M50.8455 1.5L50 2.39737L54.3364 7L50 11.6026L50.8455 12.5L56 7L50.8455 1.5Z" fill="#000"/>\n </svg>\n \n `,iframe:()=>`<svg width="${Cd}" viewBox="0 0 46 36" fill="none" xmlns="http://www.w3.org/2000/svg">\n <path d="M5.24372 33.06L5.18372 32.472L6.55172 32.196L6.07172 32.724C6.08772 32.636 6.10772 32.504 6.13172 32.328C6.16372 32.144 6.19172 31.96 6.21572 31.776C6.23972 31.592 6.25172 31.46 6.25172 31.38V26.16C6.25172 26.088 6.23972 25.976 6.21572 25.824C6.19972 25.664 6.17972 25.496 6.15572 25.32C6.13172 25.136 6.10772 24.968 6.08372 24.816L6.55172 25.32L5.20772 25.104L5.26772 24.48C5.41972 24.488 5.58772 24.496 5.77172 24.504C5.95572 24.512 6.12772 24.52 6.28772 24.528C6.45572 24.536 6.57572 24.54 6.64772 24.54H9.32372C9.39572 24.54 9.51172 24.54 9.67172 24.54C9.83172 24.532 10.0037 24.524 10.1877 24.516C10.3717 24.5 10.5397 24.488 10.6917 24.48L10.9197 24.696L11.0037 26.256L10.3197 26.316L10.1877 25.656C10.1797 25.592 10.1237 25.492 10.0197 25.356C9.91572 25.22 9.81972 25.112 9.73172 25.032L10.1277 25.26C10.0077 25.244 9.83572 25.228 9.61172 25.212C9.39572 25.196 9.17972 25.188 8.96372 25.188H6.97172L7.41572 24.876C7.39972 25.06 7.37972 25.26 7.35572 25.476C7.33172 25.692 7.31172 25.896 7.29572 26.088C7.28772 26.272 7.28372 26.416 7.28372 26.52V31.02C7.28372 31.22 7.29172 31.44 7.30772 31.68C7.32372 31.92 7.34372 32.144 7.36772 32.352C7.39172 32.56 7.41572 32.724 7.43972 32.844L6.94772 32.34H9.11972C9.35972 32.34 9.59572 32.324 9.82772 32.292C10.0677 32.252 10.2397 32.22 10.3437 32.196L9.98372 32.484C10.0717 32.372 10.1637 32.252 10.2597 32.124C10.3557 31.988 10.4117 31.88 10.4277 31.8L10.6077 30.984L11.2557 31.044L11.0757 32.832L10.8477 33.048C10.6957 33.04 10.5237 33.032 10.3317 33.024C10.1477 33.016 9.97572 33.008 9.81572 33C9.66372 33 9.55172 33 9.47972 33H6.85172C6.75572 33 6.61572 33 6.43172 33C6.24772 33.008 6.04772 33.016 5.83172 33.024C5.62372 33.032 5.42772 33.044 5.24372 33.06ZM9.55172 29.808L9.38372 28.56L9.81572 29.052C9.72772 29.036 9.59572 29.02 9.41972 29.004C9.25172 28.98 9.07572 28.96 8.89172 28.944C8.71572 28.928 8.57572 28.92 8.47172 28.92H6.94772V28.272H8.71172C8.87972 28.272 9.07572 28.256 9.29972 28.224C9.52372 28.184 9.67572 28.16 9.75572 28.152L9.38372 28.632L9.55172 27.372L10.0797 27.432V28.44C10.0797 28.872 10.0917 29.304 10.1157 29.736L9.55172 29.808ZM19.7509 33.06L19.6909 32.484L20.8909 32.196L20.4589 32.58C20.4829 32.492 20.5069 32.376 20.5309 32.232C20.5549 32.088 20.5749 31.94 20.5909 31.788C20.6149 31.628 20.6269 31.496 20.6269 31.392V29.736C20.6269 29.384 20.5989 29.052 20.5429 28.74C20.4869 28.42 20.3789 28.16 20.2189 27.96C20.0589 27.76 19.8229 27.66 19.5109 27.66C19.0469 27.66 18.6789 27.856 18.4069 28.248C18.1349 28.632 17.9909 29.12 17.9749 29.712L17.6749 28.572C17.8189 28.044 18.0789 27.648 18.4549 27.384C18.8309 27.112 19.2389 26.976 19.6789 26.976C20.1989 26.976 20.5909 27.092 20.8549 27.324C21.1189 27.548 21.2949 27.868 21.3829 28.284C21.4789 28.7 21.5269 29.188 21.5269 29.748V31.032C21.5269 31.232 21.5349 31.436 21.5509 31.644C21.5669 31.844 21.5829 32.024 21.5989 32.184C21.6229 32.336 21.6389 32.448 21.6469 32.52L21.2149 32.256L22.5589 32.376L22.4869 33H20.9509C20.9109 33 20.8189 33.004 20.6749 33.012C20.5389 33.02 20.3829 33.028 20.2069 33.036C20.0389 33.044 19.8869 33.052 19.7509 33.06ZM12.5269 33.06L12.4669 32.484L13.8109 32.208L13.3309 32.652C13.3469 32.588 13.3669 32.476 13.3909 32.316C13.4229 32.156 13.4509 31.988 13.4749 31.812C13.5069 31.628 13.5229 31.488 13.5229 31.392V28.728C13.5229 28.624 13.5109 28.484 13.4869 28.308C13.4629 28.124 13.4349 27.944 13.4029 27.768C13.3709 27.584 13.3469 27.452 13.3309 27.372L13.8109 27.924L12.4909 27.696L12.5509 27.072H14.0389L14.2669 27.288L14.4349 29.052V31.032C14.4349 31.344 14.4469 31.664 14.4709 31.992C14.4949 32.32 14.5189 32.556 14.5429 32.7L14.0989 32.256L15.4549 32.376L15.3709 33H13.8469C13.7669 33 13.6509 33.004 13.4989 33.012C13.3469 33.02 13.1829 33.028 13.0069 33.036C12.8389 33.044 12.6789 33.052 12.5269 33.06ZM16.1989 33.06L16.1389 32.484L17.3389 32.196L16.9069 32.58C16.9309 32.492 16.9549 32.376 16.9789 32.232C17.0029 32.088 17.0229 31.94 17.0389 31.788C17.0629 31.628 17.0749 31.496 17.0749 31.392V29.736C17.0749 29.384 17.0469 29.052 16.9909 28.74C16.9349 28.42 16.8269 28.16 16.6669 27.96C16.5069 27.76 16.2709 27.66 15.9589 27.66C15.4949 27.66 15.1269 27.852 14.8549 28.236C14.5829 28.62 14.4429 29.108 14.4349 29.7L14.1229 28.56C14.2189 28.208 14.3669 27.916 14.5669 27.684C14.7749 27.452 15.0109 27.276 15.2749 27.156C15.5469 27.036 15.8309 26.976 16.1269 26.976C16.6469 26.976 17.0389 27.092 17.3029 27.324C17.5669 27.548 17.7429 27.868 17.8309 28.284C17.9269 28.7 17.9749 29.188 17.9749 29.748V31.032C17.9749 31.232 17.9829 31.436 17.9989 31.644C18.0149 31.844 18.0309 32.024 18.0469 32.184C18.0709 32.336 18.0869 32.448 18.0949 32.52L17.6629 32.256L19.0189 32.376L18.9349 33H17.3989C17.3589 33 17.2669 33.004 17.1229 33.012C16.9869 33.02 16.8309 33.028 16.6549 33.036C16.4869 33.044 16.3349 33.052 16.1989 33.06ZM26.0078 33.12C25.5038 33.12 25.0558 33.072 24.6638 32.976C24.2718 32.88 23.9518 32.784 23.7038 32.688C23.7198 32.536 23.7318 32.372 23.7398 32.196C23.7558 32.012 23.7678 31.848 23.7758 31.704C23.7838 31.552 23.7878 31.448 23.7878 31.392V25.584C23.7878 25.496 23.7758 25.376 23.7518 25.224C23.7358 25.072 23.7118 24.92 23.6798 24.768C23.6558 24.616 23.6358 24.496 23.6198 24.408L24.0758 24.78L22.7558 24.492L22.8158 23.892L23.8838 23.928H24.5438L24.7718 24.144C24.7638 24.312 24.7518 24.508 24.7358 24.732C24.7198 24.956 24.7078 25.176 24.6998 25.392C24.6918 25.608 24.6878 25.792 24.6878 25.944V28.284L24.5918 28.068C24.6718 27.9 24.7878 27.732 24.9398 27.564C25.0998 27.396 25.2958 27.256 25.5278 27.144C25.7678 27.032 26.0438 26.976 26.3558 26.976C26.8918 26.976 27.3358 27.108 27.6878 27.372C28.0398 27.628 28.3038 27.98 28.4798 28.428C28.6558 28.876 28.7438 29.376 28.7438 29.928C28.7438 30.488 28.6318 31.012 28.4078 31.5C28.1918 31.988 27.8798 32.38 27.4718 32.676C27.0638 32.972 26.5758 33.12 26.0078 33.12ZM24.8438 32.664L24.5678 32.292C24.7518 32.348 24.9598 32.396 25.1918 32.436C25.4238 32.476 25.6758 32.496 25.9478 32.496C26.3878 32.496 26.7358 32.376 26.9918 32.136C27.2558 31.896 27.4438 31.584 27.5558 31.2C27.6678 30.808 27.7238 30.388 27.7238 29.94C27.7238 29.532 27.6798 29.156 27.5918 28.812C27.5038 28.46 27.3518 28.176 27.1358 27.96C26.9198 27.744 26.6158 27.636 26.2238 27.636C25.8798 27.636 25.5918 27.74 25.3598 27.948C25.1358 28.148 24.9678 28.408 24.8558 28.728C24.7438 29.04 24.6878 29.364 24.6878 29.7V31.032C24.6878 31.248 24.6958 31.468 24.7118 31.692C24.7278 31.916 24.7478 32.116 24.7718 32.292C24.7958 32.46 24.8198 32.584 24.8438 32.664ZM32.5969 33.12C31.9969 33.12 31.4929 32.988 31.0849 32.724C30.6769 32.46 30.3689 32.096 30.1609 31.632C29.9609 31.168 29.8609 30.644 29.8609 30.06C29.8609 29.468 29.9529 28.94 30.1369 28.476C30.3209 28.012 30.6049 27.648 30.9889 27.384C31.3729 27.112 31.8569 26.976 32.4409 26.976C33.0009 26.976 33.4449 27.092 33.7729 27.324C34.1009 27.556 34.3369 27.88 34.4809 28.296C34.6329 28.712 34.7089 29.192 34.7089 29.736L34.5169 30.12H30.6289V29.58L34.0969 29.316L33.7129 29.736C33.7129 29.632 33.7129 29.532 33.7129 29.436C33.7209 29.332 33.7249 29.22 33.7249 29.1C33.7249 28.676 33.6169 28.312 33.4009 28.008C33.1849 27.704 32.8529 27.552 32.4049 27.552C32.1089 27.552 31.8609 27.628 31.6609 27.78C31.4609 27.924 31.3049 28.12 31.1929 28.368C31.0809 28.616 31.0009 28.884 30.9529 29.172C30.9049 29.452 30.8809 29.732 30.8809 30.012C30.8809 30.276 30.9129 30.548 30.9769 30.828C31.0409 31.1 31.1409 31.356 31.2769 31.596C31.4129 31.836 31.5809 32.028 31.7809 32.172C31.9889 32.316 32.2369 32.388 32.5249 32.388C32.9009 32.388 33.2569 32.332 33.5929 32.22C33.9369 32.1 34.1969 31.988 34.3729 31.884L34.6849 32.412C34.7089 32.388 34.6809 32.412 34.6009 32.484C34.5209 32.548 34.3889 32.632 34.2049 32.736C34.0289 32.832 33.8049 32.92 33.5329 33C33.2689 33.08 32.9569 33.12 32.5969 33.12ZM38.2734 33.12C37.5294 33.12 36.9374 32.844 36.4974 32.292C36.0654 31.74 35.8494 30.984 35.8494 30.024C35.8494 29.088 36.0694 28.348 36.5094 27.804C36.9574 27.252 37.5574 26.976 38.3094 26.976C38.5094 26.976 38.6934 26.988 38.8614 27.012C39.0294 27.028 39.2134 27.068 39.4134 27.132C39.6134 27.188 39.8534 27.276 40.1334 27.396L40.0494 28.26C39.7694 28.036 39.4974 27.88 39.2334 27.792C38.9774 27.696 38.7094 27.648 38.4294 27.648C37.9414 27.648 37.5534 27.864 37.2654 28.296C36.9854 28.72 36.8454 29.308 36.8454 30.06C36.8454 30.788 36.9774 31.364 37.2414 31.788C37.5054 32.212 37.8574 32.424 38.2974 32.424C38.7934 32.424 39.1814 32.26 39.4614 31.932C39.7414 31.604 39.8814 31.148 39.8814 30.564V25.572C39.8814 25.468 39.8694 25.332 39.8454 25.164C39.8214 24.996 39.7934 24.836 39.7614 24.684C39.7294 24.524 39.7054 24.412 39.6894 24.348L40.1454 24.744L38.6814 24.492L38.7414 23.892L39.9654 23.928H40.6374L40.8534 24.144C40.8454 24.312 40.8334 24.508 40.8174 24.732C40.8094 24.956 40.8014 25.176 40.7934 25.392C40.7854 25.608 40.7814 25.788 40.7814 25.932V31.044C40.7814 31.356 40.8054 31.672 40.8534 31.992C40.9014 32.312 40.9414 32.54 40.9734 32.676L40.5054 32.244L41.7414 32.376L41.6694 33H40.1694L39.9294 31.644L40.0134 31.848C40.0214 31.984 39.9694 32.128 39.8574 32.28C39.7454 32.424 39.5974 32.56 39.4134 32.688C39.2294 32.816 39.0374 32.92 38.8374 33C38.6374 33.08 38.4494 33.12 38.2734 33.12Z" fill="#000"/>\n <path d="M44.9048 30C44.6143 30 44.3357 29.8871 44.1303 29.6862C43.9249 29.4853 43.8095 29.2127 43.8095 28.9286V17.1431H29.5714C29.281 17.1431 29.0024 17.0302 28.797 16.8293C28.5916 16.6283 28.4762 16.3558 28.4762 16.0717V2.14331H3.28571C2.99524 2.14331 2.71666 2.2562 2.51126 2.45712C2.30587 2.65805 2.19048 2.93057 2.19048 3.21473V28.9286C2.19048 29.2127 2.07509 29.4853 1.86969 29.6862C1.66429 29.8871 1.38571 30 1.09524 30C0.804763 30 0.526185 29.8871 0.320788 29.6862C0.115391 29.4853 0 29.2127 0 28.9286V3.21473C0 2.36226 0.346172 1.54471 0.962363 0.94192C1.57855 0.339134 2.41429 0.000492799 3.28571 0.000492799H29.5714C29.7155 -0.00401359 29.8588 0.0224318 29.9912 0.077966C30.1237 0.1335 30.2421 0.216773 30.3381 0.321916L45.6714 15.2949C45.8727 15.5068 45.9893 15.7826 46 16.0717V28.9286C46 29.2127 45.8846 29.4853 45.6792 29.6862C45.4738 29.8871 45.1952 30 44.9048 30ZM30.6667 15.0002H42.2488L30.6667 3.67008V15.0002Z" fill="black"/>\n </svg>\n \n \n `,svg:()=>'<svg width="70%" height="40" viewBox="0 0 36 15" fill="none" xmlns="http://www.w3.org/2000/svg">\n <path d="M29 14H23C22.4696 14 21.9609 13.7893 21.5858 13.4142C21.2107 13.0391 21 12.5304 21 12V2C21 1.46957 21.2107 0.96086 21.5858 0.585787C21.9609 0.210714 22.4696 0 23 0H29V2H23V12H27V8H25V6H29V14ZM17 0L15 13L13 0H11L13.52 14H16.48L19 0H17ZM7 14H1V12H7V8H3C2.46957 8 1.96086 7.78929 1.58579 7.41421C1.21071 7.03914 1 6.53043 1 6V2C1 1.46957 1.21071 0.96086 1.58579 0.585787C1.96086 0.210714 2.46957 0 3 0H9V2H3V6H7C7.53043 6 8.03914 6.21071 8.41421 6.58579C8.78929 6.96086 9 7.46957 9 8V12C9 12.5304 8.78929 13.0391 8.41421 13.4142C8.03914 13.7893 7.53043 14 7 14Z" fill="black"/>\n <path d="M34.5933 11.1437L33.1436 9.13782L34.0033 8.51655L35.4529 10.5224L34.5933 11.1437Z" stroke="black" stroke-width="0.5" stroke-linecap="round" stroke-linejoin="round"/>\n <path d="M30 12.9365L32.1738 11.3655M33.3508 9.42438L31.44 9.49662L30 12.9365L33.718 12.6488L34.3863 10.8572L33.3508 9.42438Z" stroke="black" stroke-width="0.5" stroke-linecap="round" stroke-linejoin="round"/>\n <path d="M33.0726 11.1522C33.1165 10.8796 32.9311 10.623 32.6584 10.5791C32.3858 10.5352 32.1292 10.7207 32.0853 10.9933C32.0414 11.2659 32.2269 11.5225 32.4995 11.5664C32.7721 11.6103 33.0287 11.4249 33.0726 11.1522Z" stroke="black" stroke-width="0.5" stroke-linecap="round" stroke-linejoin="round"/>\n <circle cx="29" cy="1" r="0.75" fill="white" stroke="#000" stroke-width="0.5"/>\n <circle cx="9" cy="1" r="0.75" fill="white" stroke="#000" stroke-width="0.5"/>\n <circle cx="1" cy="13" r="0.75" fill="white" stroke="#000" stroke-width="0.5"/>\n <circle cx="15" cy="14" r="0.75" fill="white" stroke="#000" stroke-width="0.5"/>\n <circle cx="29" cy="14" r="0.75" fill="white" stroke="#000" stroke-width="0.5"/>\n <circle cx="25" cy="7" r="0.75" fill="white" stroke="#000" stroke-width="0.5"/>\n </svg>\n \n ',"plain-section":()=>'<svg style="max-width:350px;" width="100%" viewBox="0 0 72 37" fill="none" xmlns="http://www.w3.org/2000/svg">\n <g filter="url(#filter0_d_156_39)">\n <rect x="4.25" y="3.25" width="62.8226" height="28.5" fill="white" stroke="black" stroke-width="0.5" stroke-linecap="round" stroke-dasharray="2 2"/>\n </g>\n <line x1="5.32979" y1="3.87258" x2="65.8726" y2="30.6702" stroke="#000" stroke-opacity="0.3" stroke-width="0.5" stroke-linecap="round" stroke-dasharray="2 2"/>\n <line x1="66.8751" y1="3.33074" x2="5.33074" y2="31.1249" stroke="#000" stroke-opacity="0.3" stroke-width="0.5" stroke-linecap="round" stroke-dasharray="2 2"/>\n <defs>\n <filter id="filter0_d_156_39" x="0" y="0" width="71.3226" height="37" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">\n <feFlood flood-opacity="0" result="BackgroundImageFix"/>\n <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>\n <feOffset dy="1"/>\n <feGaussianBlur stdDeviation="2"/>\n <feComposite in2="hardAlpha" operator="out"/>\n <feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"/>\n <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_156_39"/>\n <feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_156_39" result="shape"/>\n </filter>\n </defs>\n </svg>\n \n \n ',"fade-in":()=>`<svg width="${Cd}" height="40" viewBox="0 0 39 26" fill="none" xmlns="http://www.w3.org/2000/svg">\n <rect x="1.38234" y="0.0145283" width="13.9077" height="13.9226" rx="1" transform="matrix(0.698763 -0.715353 0.683573 0.729882 17.4065 14.5997)" stroke="#000" stroke-width="2"/>\n <line x1="1.75" y1="13.25" x2="14.25" y2="13.25" stroke="black" stroke-width="1.5" stroke-linecap="round"/>\n <line x1="5.75" y1="17.25" x2="16.25" y2="17.25" stroke="black" stroke-width="1.5" stroke-linecap="round"/>\n <line x1="5.75" y1="9.25" x2="16.25" y2="9.25" stroke="black" stroke-width="1.5" stroke-linecap="round"/>\n <rect width="34" height="25" fill="url(#paint0_linear_107_33)"/>\n <defs>\n <linearGradient id="paint0_linear_107_33" x1="-3.77778" y1="13.5" x2="19.5086" y2="12.7075" gradientUnits="userSpaceOnUse">\n <stop offset="0.180208" stop-color="white"/>\n <stop offset="1" stop-color="white" stop-opacity="0.16"/>\n </linearGradient>\n </defs>\n </svg>\n `,"fade-in-down":()=>'<svg width="25" height="40" viewBox="0 0 25 40" fill="none" xmlns="http://www.w3.org/2000/svg">\n <rect x="1.38234" y="0.0145283" width="13.9077" height="13.9226" rx="1" transform="matrix(0.698763 -0.715353 0.683573 0.729882 1.40648 28.5997)" stroke="#000" stroke-width="2"/>\n <line x1="0.75" y1="-0.75" x2="13.25" y2="-0.75" transform="matrix(0 1 1 0 13 0)" stroke="black" stroke-width="1.5" stroke-linecap="round"/>\n <line x1="0.75" y1="-0.75" x2="11.25" y2="-0.75" transform="matrix(0 1 1 0 17 4)" stroke="black" stroke-width="1.5" stroke-linecap="round"/>\n <line x1="0.75" y1="-0.75" x2="11.25" y2="-0.75" transform="matrix(0 1 1 0 9 4)" stroke="black" stroke-width="1.5" stroke-linecap="round"/>\n <rect x="25" width="39" height="25" transform="rotate(90 25 0)" fill="url(#paint0_linear_107_34)"/>\n <defs>\n <linearGradient id="paint0_linear_107_34" x1="20.6667" y1="13.5" x2="47.3677" y2="12.4576" gradientUnits="userSpaceOnUse">\n <stop offset="0.180208" stop-color="white"/>\n <stop offset="1" stop-color="white" stop-opacity="0.16"/>\n </linearGradient>\n </defs>\n </svg>\n ',"back-in-down":()=>'<svg width="25" height="40" viewBox="0 0 25 40" fill="none" xmlns="http://www.w3.org/2000/svg">\n <rect x="1.38234" y="0.0145283" width="13.9077" height="13.9226" rx="1" transform="matrix(0.698763 -0.715353 0.683573 0.729882 1.40648 28.5997)" stroke="#000" stroke-width="2"/>\n <line x1="0.75" y1="-0.75" x2="13.25" y2="-0.75" transform="matrix(0 1 1 0 13 0)" stroke="black" stroke-width="1.5" stroke-linecap="round"/>\n <line x1="0.75" y1="-0.75" x2="11.25" y2="-0.75" transform="matrix(0 1 1 0 17 4)" stroke="black" stroke-width="1.5" stroke-linecap="round"/>\n <path d="M16.5 15.5L20.1714 19.2305L23.8428 22.9611" stroke="black" stroke-width="1.5" stroke-linecap="round"/>\n <path d="M8 15.5L4.67141 19.1348L1 23" stroke="black" stroke-width="1.5" stroke-linecap="round"/>\n <line x1="0.75" y1="-0.75" x2="11.25" y2="-0.75" transform="matrix(0 1 1 0 9 4)" stroke="black" stroke-width="1.5" stroke-linecap="round"/>\n </svg>\n ',"back-in-right":()=>'\n <svg width="40" height="25" viewBox="0 0 40 25" fill="none" xmlns="http://www.w3.org/2000/svg">\n<rect x="1.38234" y="0.0145283" width="13.9077" height="13.9226" rx="1" transform="matrix(0.698763 -0.715353 0.683573 0.729882 0.40648 13.5997)" stroke="#000" stroke-width="2"/>\n<line x1="0.75" y1="-0.75" x2="13.25" y2="-0.75" transform="matrix(-0.999933 0.0115953 0.0115953 0.999933 39.078 12.7391)" stroke="black" stroke-width="1.5" stroke-linecap="round"/>\n<line x1="0.75" y1="-0.75" x2="11.25" y2="-0.75" transform="matrix(-0.999933 0.0115953 0.0115953 0.999933 35.1246 16.7853)" stroke="black" stroke-width="1.5" stroke-linecap="round"/>\n<path d="M23.6196 16.4186L19.9319 20.1331L16.2442 23.8475" stroke="black" stroke-width="1.5" stroke-linecap="round"/>\n<path d="M23.521 7.9192L19.8479 4.63298L15.9404 1.00664" stroke="black" stroke-width="1.5" stroke-linecap="round"/>\n<line x1="0.75" y1="-0.75" x2="11.25" y2="-0.75" transform="matrix(-0.999933 0.0115953 0.0115953 0.999933 35.0319 8.78579)" stroke="black" stroke-width="1.5" stroke-linecap="round"/>\n</svg>\n',"back-in-left":()=>'\n<svg width="39" height="25" viewBox="0 0 39 25" fill="none" xmlns="http://www.w3.org/2000/svg">\n<rect x="1.38234" y="0.0145283" width="13.9077" height="13.9226" rx="1" transform="matrix(0.698763 -0.715353 0.683573 0.729882 17.4065 13.5997)" stroke="#000" stroke-width="2"/>\n<line x1="1.11193" y1="11.9979" x2="13.6111" y2="12.1428" stroke="black" stroke-width="1.5" stroke-linecap="round"/>\n<line x1="5.06527" y1="16.044" x2="15.5646" y2="16.1658" stroke="black" stroke-width="1.5" stroke-linecap="round"/>\n<path d="M15.8117 16.4186L19.4994 20.1331L23.1871 23.8475" stroke="black" stroke-width="1.5" stroke-linecap="round"/>\n<path d="M15.9102 7.9192L19.5834 4.63298L23.4909 1.00664" stroke="black" stroke-width="1.5" stroke-linecap="round"/>\n<line x1="5.15804" y1="8.04454" x2="15.6573" y2="8.16629" stroke="black" stroke-width="1.5" stroke-linecap="round"/>\n</svg>\n',bounce:()=>'<svg width="46" height="29" viewBox="0 0 46 29" fill="none" xmlns="http://www.w3.org/2000/svg">\n<rect x="1.38234" y="0.0145283" width="13.9077" height="13.9226" rx="1" transform="matrix(0.698763 -0.715353 0.683573 0.729882 12.4065 12.5997)" stroke="#000" stroke-width="2"/>\n<line x1="18.4715" y1="28.2156" x2="9.96128" y2="19.06" stroke="black" stroke-width="1.5" stroke-linecap="round"/>\n<line x1="0.75" y1="-0.75" x2="13.25" y2="-0.75" transform="matrix(0.680821 -0.73245 -0.73245 -0.680821 26.4685 28.2543)" stroke="black" stroke-width="1.5" stroke-linecap="round"/>\n<line x1="20.9402" y1="25.9576" x2="9.95761" y2="14.0598" stroke="black" stroke-width="1.5" stroke-linecap="round"/>\n<line x1="0.75" y1="-0.75" x2="16.9418" y2="-0.75" transform="matrix(0.67828 -0.734803 -0.734803 -0.67828 24 26)" stroke="black" stroke-width="1.5" stroke-linecap="round"/>\n<line x1="1.34476" y1="23.4373" x2="9.55305" y2="14.5452" stroke="black" stroke-width="1.5" stroke-linecap="round"/>\n<line x1="0.75" y1="-0.75" x2="12.8515" y2="-0.75" transform="matrix(-0.678288 -0.734796 -0.734796 0.678288 44.2257 23.9943)" stroke="black" stroke-width="1.5" stroke-linecap="round"/>\n</svg>\n',tada:()=>'<svg width="40" height="24" viewBox="0 0 40 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<rect x="1.38234" y="0.0145283" width="13.9077" height="13.9226" rx="1" transform="matrix(0.698763 -0.715353 0.683573 0.729882 9.40648 12.5997)" stroke="#000" stroke-width="2"/>\n<path d="M3.32037 15.6165L2.4255 14.2175C1.53373 12.8234 1.38956 11.0783 2.04045 9.55678L2.7064 7.99999" stroke="black" stroke-width="1.5" stroke-linecap="round"/>\n<path d="M36.6796 15.6165L37.5745 14.2175C38.4663 12.8234 38.6104 11.0783 37.9595 9.55678L37.2936 7.99999" stroke="black" stroke-width="1.5" stroke-linecap="round"/>\n<path d="M6 14L5.33466 13.2078C4.53159 12.2516 4.40478 10.898 5.01626 9.80929L5.4708 9" stroke="black" stroke-width="1.5" stroke-linecap="round"/>\n<path d="M34 14L34.6653 13.2078C35.4684 12.2516 35.5952 10.898 34.9837 9.80929L34.5292 9" stroke="black" stroke-width="1.5" stroke-linecap="round"/>\n</svg>\n'},Md=a(9473);class Bd extends S.WF{constructor(){super(),this.iconClassName=""}render(){return S.qy`
5938
+ </div>`}}kd.styles=Qc,kd.properties={opened:{type:Boolean},open:{type:Function},menu:{type:Array},components:{type:Array},currentComponents:{type:Array},elementType:{type:String},groupName:{type:String},onElementsDrag:{type:Boolean}},customElements.define("cdtr-addons-menu-v1",kd);const Cd="#000",Ed="80%",Sd="30px",Md={title:()=>`<svg width="${Ed}" height="${Sd}" viewBox="0 0 26 30" fill="none" xmlns="http://www.w3.org/2000/svg">\n <path d="M0.21884 0L0 8.14541H2.76579C2.76579 2.5586 2.7668 2.56487 9.74181 2.56487V25.0355C9.74181 27.8364 9.74047 27.8317 5.91189 27.7627V30H20.0882V27.7627C16.2658 27.7627 16.2583 27.7558 16.2583 25.0355V2.56487C23.2369 2.56487 23.2534 2.56643 23.2534 8.14541H26L25.8002 0H0.21884Z" fill="${Cd}"/>\n </svg>\n `,contact:()=>`<svg width="${Ed}" height="${Sd}" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path d="M3 3H21C21.5523 3 22 3.44772 22 4V20C22 20.5523 21.5523 21 21 21H3C2.44772 21 2 20.5523 2 20V4C2 3.44772 2.44772 3 3 3ZM20 7.23792L12.0718 14.338L4 7.21594V19H20V7.23792ZM4.51146 5L12.0619 11.662L19.501 5H4.51146Z"></path></svg>\n <svg width="${Ed}" height="${Sd}" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path d="M9.36556 10.6821C10.302 12.3288 11.6712 13.698 13.3179 14.6344L14.2024 13.3961C14.4965 12.9845 15.0516 12.8573 15.4956 13.0998C16.9024 13.8683 18.4571 14.3353 20.0789 14.4637C20.599 14.5049 21 14.9389 21 15.4606V19.9234C21 20.4361 20.6122 20.8657 20.1022 20.9181C19.5723 20.9726 19.0377 21 18.5 21C9.93959 21 3 14.0604 3 5.5C3 4.96227 3.02742 4.42771 3.08189 3.89776C3.1343 3.38775 3.56394 3 4.07665 3H8.53942C9.0611 3 9.49513 3.40104 9.5363 3.92109C9.66467 5.54288 10.1317 7.09764 10.9002 8.50444C11.1427 8.9484 11.0155 9.50354 10.6039 9.79757L9.36556 10.6821ZM6.84425 10.0252L8.7442 8.66809C8.20547 7.50514 7.83628 6.27183 7.64727 5H5.00907C5.00303 5.16632 5 5.333 5 5.5C5 12.9558 11.0442 19 18.5 19C18.667 19 18.8337 18.997 19 18.9909V16.3527C17.7282 16.1637 16.4949 15.7945 15.3319 15.2558L13.9748 17.1558C13.4258 16.9425 12.8956 16.6915 12.3874 16.4061L12.3293 16.373C10.3697 15.2587 8.74134 13.6303 7.627 11.6707L7.59394 11.6126C7.30849 11.1044 7.05754 10.5742 6.84425 10.0252Z"></path></svg>\n `,quote:()=>`<svg width="${Ed}" height="${Sd}" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path d="M21 4H3V6H21V4ZM21 11H8V13H21V11ZM21 18H8V20H21V18ZM5 11H3V20H5V11Z"></path></svg>`,paragraph:()=>`<svg width="${Ed}" height="${Sd}" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path d="M12 6V21H10V16C6.68629 16 4 13.3137 4 10C4 6.68629 6.68629 4 10 4H20V6H17V21H15V6H12ZM10 6C7.79086 6 6 7.79086 6 10C6 12.2091 7.79086 14 10 14V6Z"></path></svg>`,heading1:()=>`<svg width="${Ed}" height="${Sd}" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path d="M13 20H11V13H4V20H2V4H4V11H11V4H13V20ZM21.0005 8V20H19.0005L19 10.204L17 10.74V8.67L19.5005 8H21.0005Z"></path></svg>`,heading2:()=>`<svg width="${Ed}" height="${Sd}" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path d="M4 4V11H11V4H13V20H11V13H4V20H2V4H4ZM18.5 8C20.5711 8 22.25 9.67893 22.25 11.75C22.25 12.6074 21.9623 13.3976 21.4781 14.0292L21.3302 14.2102L18.0343 18H22V20H15L14.9993 18.444L19.8207 12.8981C20.0881 12.5908 20.25 12.1893 20.25 11.75C20.25 10.7835 19.4665 10 18.5 10C17.5818 10 16.8288 10.7071 16.7558 11.6065L16.75 11.75H14.75C14.75 9.67893 16.4289 8 18.5 8Z"></path></svg>`,heading3:()=>`<svg width="${Ed}" height="${Sd}" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path d="M22 8L21.9984 10L19.4934 12.883C21.0823 13.3184 22.25 14.7728 22.25 16.5C22.25 18.5711 20.5711 20.25 18.5 20.25C16.674 20.25 15.1528 18.9449 14.8184 17.2166L16.7821 16.8352C16.9384 17.6413 17.6481 18.25 18.5 18.25C19.4665 18.25 20.25 17.4665 20.25 16.5C20.25 15.5335 19.4665 14.75 18.5 14.75C18.214 14.75 17.944 14.8186 17.7056 14.9403L16.3992 13.3932L19.3484 10H15V8H22ZM4 4V11H11V4H13V20H11V13H4V20H2V4H4Z"></path></svg>`,map:()=>`<svg width="${Ed}" height="${Sd}" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path d="M4 6.14286V18.9669L9.06476 16.7963L15.0648 19.7963L20 17.6812V4.85714L21.303 4.2987C21.5569 4.18992 21.8508 4.30749 21.9596 4.56131C21.9862 4.62355 22 4.69056 22 4.75827V19L15 22L9 19L2.69696 21.7013C2.44314 21.8101 2.14921 21.6925 2.04043 21.4387C2.01375 21.3765 2 21.3094 2 21.2417V7L4 6.14286ZM16.2426 11.2426L12 15.4853L7.75736 11.2426C5.41421 8.89949 5.41421 5.10051 7.75736 2.75736C10.1005 0.414214 13.8995 0.414214 16.2426 2.75736C18.5858 5.10051 18.5858 8.89949 16.2426 11.2426ZM12 12.6569L14.8284 9.82843C16.3905 8.26633 16.3905 5.73367 14.8284 4.17157C13.2663 2.60948 10.7337 2.60948 9.17157 4.17157C7.60948 5.73367 7.60948 8.26633 9.17157 9.82843L12 12.6569Z"></path></svg>`,text:()=>`<svg width="${Ed}" height="${Sd}" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path d="M13 6V21H11V6H5V4H19V6H13Z"></path></svg>\n `,countdown:()=>`<svg width="${Ed}" height="${Sd}" viewBox="0 0 24 26" fill="none" xmlns="http://www.w3.org/2000/svg">\n <path d="M23 14.4C23 20.2226 18.1074 25 12 25C5.89264 25 1 20.2226 1 14.4C1 8.57751 5.89264 3.80005 12 3.80005C18.1074 3.80005 23 8.57751 23 14.4Z" stroke="black" stroke-width="2"/>\n <path d="M8.77588 0.711111C8.77588 0.594518 8.8704 0.5 8.98699 0.5H15.013C15.1296 0.5 15.2242 0.594518 15.2242 0.711111C15.2242 1.80954 14.3337 2.7 13.2353 2.7H10.7648C9.66634 2.7 8.77588 1.80954 8.77588 0.711111Z" fill="#D9D9D9" stroke="black"/>\n <rect x="-0.0313365" y="0.694365" width="2.25373" height="1.7282" rx="0.5" transform="matrix(0.686873 0.726778 -0.749546 0.661952 21.1763 3.85736)" fill="#D9D9D9" stroke="black"/>\n <line x1="12.5" y1="8.49988" x2="12.5" y2="16.2999" stroke="${Cd}" stroke-linecap="round"/>\n <line x1="0.5" y1="-0.5" x2="5.96392" y2="-0.5" transform="matrix(0.547921 0.83653 -0.852924 0.522035 8.6897 11.6001)" stroke="${Cd}" stroke-linecap="round"/>\n </svg>\n `,form:()=>`<svg width="${Ed}" height="80" viewBox="0 0 26 29" fill="none" xmlns="http://www.w3.org/2000/svg">\n <rect x="5" y="20" width="16" height="4" rx="2" fill="#000"/>\n <rect x="8.46667" y="21.739" width="9.33333" height="0.8" rx="0.4" fill="white"/>\n <rect x="5.2" y="5.2" width="15.6" height="2.6" rx="0.8" fill="#F4F4F4" stroke="black" stroke-width="0.4" stroke-dasharray="0.6 0.6"/>\n <rect x="5.2" y="10.2" width="15.6" height="2.6" rx="0.8" fill="#F4F4F4" stroke="black" stroke-width="0.4" stroke-dasharray="0.6 0.6"/>\n <rect x="5.2" y="15.2" width="15.6" height="2.6" rx="0.8" fill="#F4F4F4" stroke="black" stroke-width="0.4" stroke-dasharray="0.6 0.6"/>\n <path d="M1 28H25V1H1V28Z" stroke="black" stroke-linecap="round" stroke-linejoin="round"/>\n </svg>\n \n `,button:()=>`<svg width="${Ed}" viewBox="0 0 60 23" fill="none" xmlns="http://www.w3.org/2000/svg">\n <rect width="60" height="23" rx="3" fill="${Cd}"/>\n <rect x="13" y="10" width="35" height="2" rx="1" fill="white"/>\n </svg>\n `,divider:()=>`<svg width="${Ed}" height="50" viewBox="0 0 27 26" fill="none" xmlns="http://www.w3.org/2000/svg">\n <line x1="2" y1="12" x2="26" y2="12" stroke="${Cd}" stroke-width="2" stroke-linecap="round"/>\n <path d="M6.25 1H1.75V5.5M12.25 1H15.25M21.25 1H25.75V5.5M25.75 25H1.75V19H25.75V25Z" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>\n </svg>\n `,video:()=>`<svg width="${Ed}" height="${Sd}" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path d="M3 3.9934C3 3.44476 3.44495 3 3.9934 3H20.0066C20.5552 3 21 3.44495 21 3.9934V20.0066C21 20.5552 20.5551 21 20.0066 21H3.9934C3.44476 21 3 20.5551 3 20.0066V3.9934ZM5 5V19H19V5H5ZM10.6219 8.41459L15.5008 11.6672C15.6846 11.7897 15.7343 12.0381 15.6117 12.2219C15.5824 12.2658 15.5447 12.3035 15.5008 12.3328L10.6219 15.5854C10.4381 15.708 10.1897 15.6583 10.0672 15.4745C10.0234 15.4088 10 15.3316 10 15.2526V8.74741C10 8.52649 10.1791 8.34741 10.4 8.34741C10.479 8.34741 10.5562 8.37078 10.6219 8.41459Z"></path></svg>\n `,image:()=>`<svg width="${Ed}" height="${Sd}" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path d="M2.9918 21C2.44405 21 2 20.5551 2 20.0066V3.9934C2 3.44476 2.45531 3 2.9918 3H21.0082C21.556 3 22 3.44495 22 3.9934V20.0066C22 20.5552 21.5447 21 21.0082 21H2.9918ZM20 15V5H4V19L14 9L20 15ZM20 17.8284L14 11.8284L6.82843 19H20V17.8284ZM8 11C6.89543 11 6 10.1046 6 9C6 7.89543 6.89543 7 8 7C9.10457 7 10 7.89543 10 9C10 10.1046 9.10457 11 8 11Z"></path></svg>\n `,giphy:()=>`<svg width="${Ed}" height="${Sd}" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path d="M2 4C1.44772 4 1 4.44772 1 5V19C1 19.5523 1.44772 20 2 20H22C22.5523 20 23 19.5523 23 19V5C23 4.44772 22.5523 4 22 4H2ZM3 6H21V18H3V6ZM10 9V15H8V9H10ZM16 9C15.4477 9 15 9.44772 15 10V14C15 14.5523 15.4477 15 16 15H18C18.5523 15 19 14.5523 19 14V12H17V13H16V11H19V10C19 9.44772 18.5523 9 18 9H16ZM13 9H14V15H13V9Z"></path></svg>\n `,social:()=>`<svg width="${Sd}" height="${Sd}" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path d="M14 19H19V5H5V19H12V14H10V12H12V10.3458C12 9.00855 12.1392 8.52362 12.4007 8.03473C12.6622 7.54584 13.0458 7.16216 13.5347 6.9007C13.9174 6.69604 14.3922 6.57252 15.2217 6.51954C15.551 6.49851 15.9771 6.52533 16.5 6.6V8.5H16C15.0827 8.5 14.7042 8.54332 14.4779 8.66433C14.3376 8.73939 14.2394 8.83758 14.1643 8.97793C14.0433 9.20418 14 9.42853 14 10.3458V12H16.5L16 14H14V19ZM4 3H20C20.5523 3 21 3.44772 21 4V20C21 20.5523 20.5523 21 20 21H4C3.44772 21 3 20.5523 3 20V4C3 3.44772 3.44772 3 4 3Z"></path></svg>\n <svg width="${Sd}" height="${Sd}" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path d="M12.001 9C10.3436 9 9.00098 10.3431 9.00098 12C9.00098 13.6573 10.3441 15 12.001 15C13.6583 15 15.001 13.6569 15.001 12C15.001 10.3427 13.6579 9 12.001 9ZM12.001 7C14.7614 7 17.001 9.2371 17.001 12C17.001 14.7605 14.7639 17 12.001 17C9.24051 17 7.00098 14.7629 7.00098 12C7.00098 9.23953 9.23808 7 12.001 7ZM18.501 6.74915C18.501 7.43926 17.9402 7.99917 17.251 7.99917C16.5609 7.99917 16.001 7.4384 16.001 6.74915C16.001 6.0599 16.5617 5.5 17.251 5.5C17.9393 5.49913 18.501 6.0599 18.501 6.74915ZM12.001 4C9.5265 4 9.12318 4.00655 7.97227 4.0578C7.18815 4.09461 6.66253 4.20007 6.17416 4.38967C5.74016 4.55799 5.42709 4.75898 5.09352 5.09255C4.75867 5.4274 4.55804 5.73963 4.3904 6.17383C4.20036 6.66332 4.09493 7.18811 4.05878 7.97115C4.00703 9.0752 4.00098 9.46105 4.00098 12C4.00098 14.4745 4.00753 14.8778 4.05877 16.0286C4.0956 16.8124 4.2012 17.3388 4.39034 17.826C4.5591 18.2606 4.7605 18.5744 5.09246 18.9064C5.42863 19.2421 5.74179 19.4434 6.17187 19.6094C6.66619 19.8005 7.19148 19.9061 7.97212 19.9422C9.07618 19.9939 9.46203 20 12.001 20C14.4755 20 14.8788 19.9934 16.0296 19.9422C16.8117 19.9055 17.3385 19.7996 17.827 19.6106C18.2604 19.4423 18.5752 19.2402 18.9074 18.9085C19.2436 18.5718 19.4445 18.2594 19.6107 17.8283C19.8013 17.3358 19.9071 16.8098 19.9432 16.0289C19.9949 14.9248 20.001 14.5389 20.001 12C20.001 9.52552 19.9944 9.12221 19.9432 7.97137C19.9064 7.18906 19.8005 6.66149 19.6113 6.17318C19.4434 5.74038 19.2417 5.42635 18.9084 5.09255C18.573 4.75715 18.2616 4.55693 17.8271 4.38942C17.338 4.19954 16.8124 4.09396 16.0298 4.05781C14.9258 4.00605 14.5399 4 12.001 4ZM12.001 2C14.7176 2 15.0568 2.01 16.1235 2.06C17.1876 2.10917 17.9135 2.2775 18.551 2.525C19.2101 2.77917 19.7668 3.1225 20.3226 3.67833C20.8776 4.23417 21.221 4.7925 21.476 5.45C21.7226 6.08667 21.891 6.81333 21.941 7.8775C21.9885 8.94417 22.001 9.28333 22.001 12C22.001 14.7167 21.991 15.0558 21.941 16.1225C21.8918 17.1867 21.7226 17.9125 21.476 18.55C21.2218 19.2092 20.8776 19.7658 20.3226 20.3217C19.7668 20.8767 19.2076 21.22 18.551 21.475C17.9135 21.7217 17.1876 21.89 16.1235 21.94C15.0568 21.9875 14.7176 22 12.001 22C9.28431 22 8.94514 21.99 7.87848 21.94C6.81431 21.8908 6.08931 21.7217 5.45098 21.475C4.79264 21.2208 4.23514 20.8767 3.67931 20.3217C3.12348 19.7658 2.78098 19.2067 2.52598 18.55C2.27848 17.9125 2.11098 17.1867 2.06098 16.1225C2.01348 15.0558 2.00098 14.7167 2.00098 12C2.00098 9.28333 2.01098 8.94417 2.06098 7.8775C2.11014 6.8125 2.27848 6.0875 2.52598 5.45C2.78014 4.79167 3.12348 4.23417 3.67931 3.67833C4.23514 3.1225 4.79348 2.78 5.45098 2.525C6.08848 2.2775 6.81348 2.11 7.87848 2.06C8.94514 2.0125 9.28431 2 12.001 2Z"></path></svg>\n <svg width="${Sd}" height="${Sd}" width="${Ed}" height="${Sd}"xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path d="M19.6069 6.99482C19.5307 6.69695 19.3152 6.47221 19.0684 6.40288C18.6299 6.28062 16.501 6 12.001 6C7.50098 6 5.37252 6.28073 4.93225 6.40323C4.68776 6.47123 4.4723 6.69593 4.3951 6.99482C4.2863 7.41923 4.00098 9.19595 4.00098 12C4.00098 14.804 4.2863 16.5808 4.3954 17.0064C4.47126 17.3031 4.68676 17.5278 4.93251 17.5968C5.37252 17.7193 7.50098 18 12.001 18C16.501 18 18.6299 17.7194 19.0697 17.5968C19.3142 17.5288 19.5297 17.3041 19.6069 17.0052C19.7157 16.5808 20.001 14.8 20.001 12C20.001 9.2 19.7157 7.41923 19.6069 6.99482ZM21.5442 6.49818C22.001 8.28 22.001 12 22.001 12C22.001 12 22.001 15.72 21.5442 17.5018C21.2897 18.4873 20.547 19.2618 19.6056 19.5236C17.8971 20 12.001 20 12.001 20C12.001 20 6.10837 20 4.39637 19.5236C3.45146 19.2582 2.70879 18.4836 2.45774 17.5018C2.00098 15.72 2.00098 12 2.00098 12C2.00098 12 2.00098 8.28 2.45774 6.49818C2.71227 5.51273 3.45495 4.73818 4.39637 4.47636C6.10837 4 12.001 4 12.001 4C12.001 4 17.8971 4 19.6056 4.47636C20.5505 4.74182 21.2932 5.51636 21.5442 6.49818ZM10.001 15.5V8.5L16.001 12L10.001 15.5Z"></path></svg>\n <svg width="${Sd}" height="${Sd}" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path d="M11.0004 2V8.41396C10.5947 8.33909 10.1768 8.3 9.75039 8.3C5.96724 8.3 2.90039 11.3668 2.90039 15.15C2.90039 18.9332 5.96724 22 9.75039 22C13.5335 22 16.6004 18.9332 16.6004 15.15V11.4136C17.6366 11.8539 18.7662 12.1 20.0005 12.1H21.0005V6.5H20.0005C18.0966 6.5 16.6004 4.96259 16.6004 3V2H11.0004ZM13.0004 4H14.688C15.0818 6.22009 16.7673 7.99607 19.0005 8.4091V10.0282C17.9624 9.87602 17.0253 9.48645 16.1567 8.905L14.6004 7.86327V15.15C14.6004 17.8286 12.429 20 9.75039 20C7.07181 20 4.90039 17.8286 4.90039 15.15C4.90039 12.4714 7.07181 10.3 9.75039 10.3C9.83431 10.3 9.91769 10.3021 10.0005 10.3063V11.9095C9.91795 11.9032 9.83454 11.9 9.75039 11.9C7.95547 11.9 6.50039 13.3551 6.50039 15.15C6.50039 16.9449 7.95547 18.4 9.75039 18.4C11.5453 18.4 13.0004 16.9449 13.0004 15.15C13.0004 11.4334 12.9992 7.71665 13.0004 4ZM8.50039 15.15C8.50039 14.4596 9.06003 13.9 9.75039 13.9C10.4407 13.9 11.0004 14.4596 11.0004 15.15C11.0004 15.8404 10.4407 16.4 9.75039 16.4C9.06003 16.4 8.50039 15.8404 8.50039 15.15Z"></path></svg>\n `,anchor:()=>`<svg width="${Ed}" height="${Sd}" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path d="M2.04938 11H7V13H4.06189C4.51314 16.6187 7.38128 19.4869 11 19.9381V9.87398C9.27477 9.42994 8 7.86384 8 6C8 3.79086 9.79086 2 12 2C14.2091 2 16 3.79086 16 6C16 7.86384 14.7252 9.42994 13 9.87398V19.9381C16.6187 19.4869 19.4869 16.6187 19.9381 13H17V11H21.9506C21.9833 11.3289 22 11.6625 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 11.6625 2.01672 11.3289 2.04938 11ZM12 8C13.1046 8 14 7.10457 14 6C14 4.89543 13.1046 4 12 4C10.8954 4 10 4.89543 10 6C10 7.10457 10.8954 8 12 8Z"></path></svg>\n `,menu:()=>`<svg width="${Ed}" height="12" viewBox="0 0 80 12" fill="none" xmlns="http://www.w3.org/2000/svg">\n <rect width="17" height="3" rx="0.5" fill="${Cd}"/>\n <rect x="21" width="17" height="3" rx="0.5" fill="${Cd}"/>\n <rect x="42" width="17" height="3" rx="0.5" fill="${Cd}"/>\n <rect x="63" width="17" height="3" rx="0.5" fill="${Cd}"/>\n <mask id="path-5-inside-1_71_108" fill="white">\n <rect y="5" width="80" height="7" rx="0.5"/>\n </mask>\n <rect y="5" width="80" height="7" rx="0.5" stroke="black" stroke-width="4" mask="url(#path-5-inside-1_71_108)"/>\n </svg>`,qoutes:()=>`<svg width="${Ed}" height="17" viewBox="0 0 12 11" fill="none" xmlns="http://www.w3.org/2000/svg">\n <path d="M3.18905 1.84625C2.22305 1.84625 1.43945 2.57531 1.43945 3.47482C1.43945 4.3738 2.22305 5.1034 3.18905 5.1034C4.93805 5.1034 3.77225 8.25142 1.43945 8.25142V9.01142C5.60285 9.01197 7.23425 1.84625 3.18905 1.84625ZM8.22905 1.84625C7.26365 1.84625 6.48005 2.57531 6.48005 3.47482C6.48005 4.3738 7.26365 5.1034 8.22905 5.1034C9.97865 5.1034 8.81285 8.25142 6.48005 8.25142V9.01142C10.6429 9.01197 12.2743 1.84625 8.22905 1.84625Z" fill="${Cd}"/>\n </svg>\n `,article:()=>`<svg width="${Ed}" height="76" viewBox="0 0 48 76" fill="none" xmlns="http://www.w3.org/2000/svg">\n <line x1="10" y1="46" x2="39" y2="46" stroke="${Cd}" stroke-width="2" stroke-linecap="round"/>\n <line x1="10" y1="50" x2="39" y2="50" stroke="${Cd}" stroke-width="2" stroke-linecap="round"/>\n <line x1="10" y1="54" x2="39" y2="54" stroke="${Cd}" stroke-width="2" stroke-linecap="round"/>\n <path d="M35.7778 35H13.2222C12.3676 35 11.5481 34.6605 10.9438 34.0562C10.3395 33.4519 10 32.6324 10 31.7778V9.22222C10 8.36764 10.3395 7.54805 10.9438 6.94377C11.5481 6.33948 12.3676 6 13.2222 6H35.7778C36.6324 6 37.4519 6.33948 38.0562 6.94377C38.6605 7.54805 39 8.36764 39 9.22222V31.7778C39 32.6324 38.6605 33.4519 38.0562 34.0562C37.4519 34.6605 36.6324 35 35.7778 35ZM13.2222 9.22222V31.7778H35.7778V9.22222H13.2222ZM34.1667 28.5556H14.8333L19.6667 22.1111L21.2778 23.7222L26.1111 17.2778L34.1667 28.5556ZM18.8611 18.8889C18.2202 18.8889 17.6055 18.6343 17.1523 18.1811C16.6991 17.7279 16.4444 17.1132 16.4444 16.4722C16.4444 15.8313 16.6991 15.2166 17.1523 14.7634C17.6055 14.3102 18.2202 14.0556 18.8611 14.0556C19.5021 14.0556 20.1167 14.3102 20.57 14.7634C21.0232 15.2166 21.2778 15.8313 21.2778 16.4722C21.2778 17.1132 21.0232 17.7279 20.57 18.1811C20.1167 18.6343 19.5021 18.8889 18.8611 18.8889Z" fill="${Cd}"/>\n <rect x="0.5" y="60.5" width="47" height="15" stroke="black" stroke-dasharray="2 2"/>\n <rect x="0.5" y="40.5" width="47" height="20" stroke="black" stroke-dasharray="2 2"/>\n <rect x="0.5" y="0.5" width="47" height="40" stroke="black" stroke-dasharray="2 2"/>\n <rect x="9" y="64" width="31" height="8" rx="1" fill="${Cd}"/>\n <rect x="15.7167" y="67.4783" width="18.0833" height="0.695652" rx="0.347826" fill="white"/>\n <rect x="0.5" y="0.5" width="47" height="75" stroke="black"/>\n </svg>\n `,html:()=>`<svg width="${Ed}" viewBox="0 0 56 14" fill="none" xmlns="http://www.w3.org/2000/svg">\n <path d="M5.15455 1.5L6 2.39737L1.66364 7L6 11.6026L5.15455 12.5L0 7L5.15455 1.5Z" fill="#000"/>\n <path d="M13.4331 11.18C12.6011 11.18 11.9051 10.996 11.3451 10.628C10.7851 10.252 10.3651 9.736 10.0851 9.08C9.80506 8.416 9.66506 7.648 9.66506 6.776C9.66506 5.904 9.80506 5.136 10.0851 4.472C10.3651 3.808 10.7851 3.292 11.3451 2.924C11.9051 2.548 12.6011 2.36 13.4331 2.36C13.9291 2.36 14.3731 2.404 14.7651 2.492C15.1571 2.58 15.5411 2.672 15.9171 2.768L15.7971 4.52L15.1011 4.472V3.92C15.1011 3.84 15.0731 3.704 15.0171 3.512C14.9611 3.32 14.9131 3.152 14.8731 3.008L15.1851 3.404C14.9531 3.3 14.6691 3.212 14.3331 3.14C14.0051 3.06 13.7051 3.02 13.4331 3.02C12.8571 3.02 12.3731 3.188 11.9811 3.524C11.5971 3.852 11.3091 4.3 11.1171 4.868C10.9251 5.428 10.8291 6.06 10.8291 6.764C10.8291 7.46 10.9251 8.092 11.1171 8.66C11.3091 9.228 11.5971 9.68 11.9811 10.016C12.3651 10.352 12.8451 10.52 13.4211 10.52C13.7091 10.52 14.0291 10.488 14.3811 10.424C14.7411 10.352 15.0451 10.264 15.2931 10.16L14.9571 10.568C15.0051 10.448 15.0491 10.324 15.0891 10.196C15.1291 10.06 15.1611 9.936 15.1851 9.824C15.2171 9.712 15.2331 9.628 15.2331 9.572L15.2571 9.008L15.9531 8.984L16.0251 10.772C15.6491 10.868 15.2451 10.96 14.8131 11.048C14.3811 11.136 13.9211 11.18 13.4331 11.18ZM21.6627 11.18C20.7987 11.18 20.0747 10.996 19.4907 10.628C18.9147 10.252 18.4787 9.732 18.1827 9.068C17.8947 8.404 17.7507 7.64 17.7507 6.776C17.7507 5.904 17.8947 5.136 18.1827 4.472C18.4787 3.808 18.9147 3.292 19.4907 2.924C20.0747 2.548 20.7987 2.36 21.6627 2.36C22.5347 2.36 23.2587 2.548 23.8347 2.924C24.4107 3.292 24.8427 3.808 25.1307 4.472C25.4187 5.136 25.5627 5.904 25.5627 6.776C25.5627 7.64 25.4187 8.404 25.1307 9.068C24.8427 9.732 24.4107 10.252 23.8347 10.628C23.2587 10.996 22.5347 11.18 21.6627 11.18ZM21.6627 10.58C22.2707 10.58 22.7707 10.408 23.1627 10.064C23.5627 9.72 23.8587 9.26 24.0507 8.684C24.2507 8.1 24.3507 7.464 24.3507 6.776C24.3507 6.08 24.2507 5.444 24.0507 4.868C23.8587 4.284 23.5627 3.82 23.1627 3.476C22.7707 3.132 22.2707 2.96 21.6627 2.96C21.0547 2.96 20.5507 3.132 20.1507 3.476C19.7507 3.82 19.4507 4.284 19.2507 4.868C19.0587 5.444 18.9627 6.08 18.9627 6.776C18.9627 7.464 19.0587 8.1 19.2507 8.684C19.4507 9.26 19.7507 9.72 20.1507 10.064C20.5507 10.408 21.0547 10.58 21.6627 10.58ZM27.1578 11.06L27.0978 10.472L28.4658 10.196L27.9858 10.736C28.0018 10.64 28.0218 10.504 28.0458 10.328C28.0778 10.144 28.1058 9.96 28.1298 9.776C28.1538 9.592 28.1658 9.46 28.1658 9.38V4.16C28.1658 4.072 28.1538 3.944 28.1298 3.776C28.1058 3.6 28.0818 3.428 28.0578 3.26C28.0338 3.092 28.0138 2.976 27.9978 2.912L28.4658 3.32L27.1218 3.104L27.1818 2.48C27.3338 2.488 27.4978 2.496 27.6738 2.504C27.8578 2.512 28.0298 2.52 28.1898 2.528C28.3578 2.536 28.4778 2.54 28.5498 2.54C28.8138 2.54 29.0458 2.536 29.2458 2.528C29.4538 2.512 29.6618 2.5 29.8698 2.492C30.0778 2.484 30.3178 2.48 30.5898 2.48C31.4778 2.48 32.2298 2.656 32.8458 3.008C33.4618 3.36 33.9258 3.856 34.2378 4.496C34.5578 5.136 34.7178 5.896 34.7178 6.776C34.7178 7.616 34.5498 8.36 34.2138 9.008C33.8858 9.648 33.4138 10.148 32.7978 10.508C32.1818 10.868 31.4458 11.048 30.5898 11.048C30.2938 11.048 29.9898 11.04 29.6778 11.024C29.3738 11.008 29.0698 11 28.7658 11C28.6698 11 28.5298 11.004 28.3458 11.012C28.1618 11.02 27.9618 11.028 27.7458 11.036C27.5378 11.044 27.3418 11.052 27.1578 11.06ZM29.3058 10.568L29.1138 10.328C29.2738 10.328 29.4778 10.336 29.7258 10.352C29.9818 10.36 30.2778 10.364 30.6138 10.364C31.2858 10.364 31.8418 10.204 32.2818 9.884C32.7218 9.556 33.0498 9.12 33.2658 8.576C33.4818 8.032 33.5898 7.432 33.5898 6.776C33.5898 6.12 33.4818 5.52 33.2658 4.976C33.0498 4.432 32.7218 3.996 32.2818 3.668C31.8418 3.34 31.2858 3.176 30.6138 3.176C30.2698 3.176 29.9698 3.176 29.7138 3.176C29.4658 3.176 29.2698 3.176 29.1258 3.176L29.3418 2.864C29.3258 2.92 29.3098 3.008 29.2938 3.128C29.2778 3.248 29.2618 3.388 29.2458 3.548C29.2298 3.708 29.2178 3.876 29.2098 4.052C29.2018 4.22 29.1978 4.376 29.1978 4.52V9.02C29.1978 9.26 29.2058 9.48 29.2218 9.68C29.2378 9.88 29.2538 10.056 29.2698 10.208C29.2938 10.352 29.3058 10.472 29.3058 10.568ZM36.2867 11.06L36.2267 10.472L37.5947 10.196L37.1147 10.724C37.1307 10.636 37.1507 10.504 37.1747 10.328C37.2067 10.144 37.2347 9.96 37.2587 9.776C37.2827 9.592 37.2947 9.46 37.2947 9.38V4.16C37.2947 4.088 37.2827 3.976 37.2587 3.824C37.2427 3.664 37.2227 3.496 37.1987 3.32C37.1747 3.136 37.1507 2.968 37.1267 2.816L37.5947 3.32L36.2507 3.104L36.3107 2.48C36.4627 2.488 36.6307 2.496 36.8147 2.504C36.9987 2.512 37.1707 2.52 37.3307 2.528C37.4987 2.536 37.6187 2.54 37.6907 2.54H40.3667C40.4387 2.54 40.5547 2.54 40.7147 2.54C40.8747 2.532 41.0467 2.524 41.2307 2.516C41.4147 2.5 41.5827 2.488 41.7347 2.48L41.9627 2.696L42.0467 4.256L41.3627 4.316L41.2307 3.656C41.2227 3.592 41.1667 3.492 41.0627 3.356C40.9587 3.22 40.8627 3.112 40.7747 3.032L41.1707 3.26C41.0507 3.244 40.8787 3.228 40.6547 3.212C40.4387 3.196 40.2227 3.188 40.0067 3.188H38.0147L38.4587 2.876C38.4427 3.06 38.4227 3.26 38.3987 3.476C38.3747 3.692 38.3547 3.896 38.3387 4.088C38.3307 4.272 38.3267 4.416 38.3267 4.52V9.02C38.3267 9.22 38.3347 9.44 38.3507 9.68C38.3667 9.92 38.3867 10.144 38.4107 10.352C38.4347 10.56 38.4587 10.724 38.4827 10.844L37.9907 10.34H40.1627C40.4027 10.34 40.6387 10.324 40.8707 10.292C41.1107 10.252 41.2827 10.22 41.3867 10.196L41.0267 10.484C41.1147 10.372 41.2067 10.252 41.3027 10.124C41.3987 9.988 41.4547 9.88 41.4707 9.8L41.6507 8.984L42.2987 9.044L42.1187 10.832L41.8907 11.048C41.7387 11.04 41.5667 11.032 41.3747 11.024C41.1907 11.016 41.0187 11.008 40.8587 11C40.7067 11 40.5947 11 40.5227 11H37.8947C37.7987 11 37.6587 11 37.4747 11C37.2907 11.008 37.0907 11.016 36.8747 11.024C36.6667 11.032 36.4707 11.044 36.2867 11.06ZM40.5947 7.808L40.4267 6.56L40.8587 7.052C40.7707 7.036 40.6387 7.02 40.4627 7.004C40.2947 6.98 40.1187 6.96 39.9347 6.944C39.7587 6.928 39.6187 6.92 39.5147 6.92H37.9907V6.272H39.7547C39.9227 6.272 40.1187 6.256 40.3427 6.224C40.5667 6.184 40.7187 6.16 40.7987 6.152L40.4267 6.632L40.5947 5.372L41.1227 5.432V6.44C41.1227 6.872 41.1347 7.304 41.1587 7.736L40.5947 7.808Z" fill="black"/>\n <path d="M44.0378 11.804L43.3058 11.576L47.0498 1.724L47.7698 1.952L44.0378 11.804Z" fill="#000"/>\n <path d="M50.8455 1.5L50 2.39737L54.3364 7L50 11.6026L50.8455 12.5L56 7L50.8455 1.5Z" fill="#000"/>\n </svg>\n \n `,iframe:()=>`<svg width="${Ed}" viewBox="0 0 46 36" fill="none" xmlns="http://www.w3.org/2000/svg">\n <path d="M5.24372 33.06L5.18372 32.472L6.55172 32.196L6.07172 32.724C6.08772 32.636 6.10772 32.504 6.13172 32.328C6.16372 32.144 6.19172 31.96 6.21572 31.776C6.23972 31.592 6.25172 31.46 6.25172 31.38V26.16C6.25172 26.088 6.23972 25.976 6.21572 25.824C6.19972 25.664 6.17972 25.496 6.15572 25.32C6.13172 25.136 6.10772 24.968 6.08372 24.816L6.55172 25.32L5.20772 25.104L5.26772 24.48C5.41972 24.488 5.58772 24.496 5.77172 24.504C5.95572 24.512 6.12772 24.52 6.28772 24.528C6.45572 24.536 6.57572 24.54 6.64772 24.54H9.32372C9.39572 24.54 9.51172 24.54 9.67172 24.54C9.83172 24.532 10.0037 24.524 10.1877 24.516C10.3717 24.5 10.5397 24.488 10.6917 24.48L10.9197 24.696L11.0037 26.256L10.3197 26.316L10.1877 25.656C10.1797 25.592 10.1237 25.492 10.0197 25.356C9.91572 25.22 9.81972 25.112 9.73172 25.032L10.1277 25.26C10.0077 25.244 9.83572 25.228 9.61172 25.212C9.39572 25.196 9.17972 25.188 8.96372 25.188H6.97172L7.41572 24.876C7.39972 25.06 7.37972 25.26 7.35572 25.476C7.33172 25.692 7.31172 25.896 7.29572 26.088C7.28772 26.272 7.28372 26.416 7.28372 26.52V31.02C7.28372 31.22 7.29172 31.44 7.30772 31.68C7.32372 31.92 7.34372 32.144 7.36772 32.352C7.39172 32.56 7.41572 32.724 7.43972 32.844L6.94772 32.34H9.11972C9.35972 32.34 9.59572 32.324 9.82772 32.292C10.0677 32.252 10.2397 32.22 10.3437 32.196L9.98372 32.484C10.0717 32.372 10.1637 32.252 10.2597 32.124C10.3557 31.988 10.4117 31.88 10.4277 31.8L10.6077 30.984L11.2557 31.044L11.0757 32.832L10.8477 33.048C10.6957 33.04 10.5237 33.032 10.3317 33.024C10.1477 33.016 9.97572 33.008 9.81572 33C9.66372 33 9.55172 33 9.47972 33H6.85172C6.75572 33 6.61572 33 6.43172 33C6.24772 33.008 6.04772 33.016 5.83172 33.024C5.62372 33.032 5.42772 33.044 5.24372 33.06ZM9.55172 29.808L9.38372 28.56L9.81572 29.052C9.72772 29.036 9.59572 29.02 9.41972 29.004C9.25172 28.98 9.07572 28.96 8.89172 28.944C8.71572 28.928 8.57572 28.92 8.47172 28.92H6.94772V28.272H8.71172C8.87972 28.272 9.07572 28.256 9.29972 28.224C9.52372 28.184 9.67572 28.16 9.75572 28.152L9.38372 28.632L9.55172 27.372L10.0797 27.432V28.44C10.0797 28.872 10.0917 29.304 10.1157 29.736L9.55172 29.808ZM19.7509 33.06L19.6909 32.484L20.8909 32.196L20.4589 32.58C20.4829 32.492 20.5069 32.376 20.5309 32.232C20.5549 32.088 20.5749 31.94 20.5909 31.788C20.6149 31.628 20.6269 31.496 20.6269 31.392V29.736C20.6269 29.384 20.5989 29.052 20.5429 28.74C20.4869 28.42 20.3789 28.16 20.2189 27.96C20.0589 27.76 19.8229 27.66 19.5109 27.66C19.0469 27.66 18.6789 27.856 18.4069 28.248C18.1349 28.632 17.9909 29.12 17.9749 29.712L17.6749 28.572C17.8189 28.044 18.0789 27.648 18.4549 27.384C18.8309 27.112 19.2389 26.976 19.6789 26.976C20.1989 26.976 20.5909 27.092 20.8549 27.324C21.1189 27.548 21.2949 27.868 21.3829 28.284C21.4789 28.7 21.5269 29.188 21.5269 29.748V31.032C21.5269 31.232 21.5349 31.436 21.5509 31.644C21.5669 31.844 21.5829 32.024 21.5989 32.184C21.6229 32.336 21.6389 32.448 21.6469 32.52L21.2149 32.256L22.5589 32.376L22.4869 33H20.9509C20.9109 33 20.8189 33.004 20.6749 33.012C20.5389 33.02 20.3829 33.028 20.2069 33.036C20.0389 33.044 19.8869 33.052 19.7509 33.06ZM12.5269 33.06L12.4669 32.484L13.8109 32.208L13.3309 32.652C13.3469 32.588 13.3669 32.476 13.3909 32.316C13.4229 32.156 13.4509 31.988 13.4749 31.812C13.5069 31.628 13.5229 31.488 13.5229 31.392V28.728C13.5229 28.624 13.5109 28.484 13.4869 28.308C13.4629 28.124 13.4349 27.944 13.4029 27.768C13.3709 27.584 13.3469 27.452 13.3309 27.372L13.8109 27.924L12.4909 27.696L12.5509 27.072H14.0389L14.2669 27.288L14.4349 29.052V31.032C14.4349 31.344 14.4469 31.664 14.4709 31.992C14.4949 32.32 14.5189 32.556 14.5429 32.7L14.0989 32.256L15.4549 32.376L15.3709 33H13.8469C13.7669 33 13.6509 33.004 13.4989 33.012C13.3469 33.02 13.1829 33.028 13.0069 33.036C12.8389 33.044 12.6789 33.052 12.5269 33.06ZM16.1989 33.06L16.1389 32.484L17.3389 32.196L16.9069 32.58C16.9309 32.492 16.9549 32.376 16.9789 32.232C17.0029 32.088 17.0229 31.94 17.0389 31.788C17.0629 31.628 17.0749 31.496 17.0749 31.392V29.736C17.0749 29.384 17.0469 29.052 16.9909 28.74C16.9349 28.42 16.8269 28.16 16.6669 27.96C16.5069 27.76 16.2709 27.66 15.9589 27.66C15.4949 27.66 15.1269 27.852 14.8549 28.236C14.5829 28.62 14.4429 29.108 14.4349 29.7L14.1229 28.56C14.2189 28.208 14.3669 27.916 14.5669 27.684C14.7749 27.452 15.0109 27.276 15.2749 27.156C15.5469 27.036 15.8309 26.976 16.1269 26.976C16.6469 26.976 17.0389 27.092 17.3029 27.324C17.5669 27.548 17.7429 27.868 17.8309 28.284C17.9269 28.7 17.9749 29.188 17.9749 29.748V31.032C17.9749 31.232 17.9829 31.436 17.9989 31.644C18.0149 31.844 18.0309 32.024 18.0469 32.184C18.0709 32.336 18.0869 32.448 18.0949 32.52L17.6629 32.256L19.0189 32.376L18.9349 33H17.3989C17.3589 33 17.2669 33.004 17.1229 33.012C16.9869 33.02 16.8309 33.028 16.6549 33.036C16.4869 33.044 16.3349 33.052 16.1989 33.06ZM26.0078 33.12C25.5038 33.12 25.0558 33.072 24.6638 32.976C24.2718 32.88 23.9518 32.784 23.7038 32.688C23.7198 32.536 23.7318 32.372 23.7398 32.196C23.7558 32.012 23.7678 31.848 23.7758 31.704C23.7838 31.552 23.7878 31.448 23.7878 31.392V25.584C23.7878 25.496 23.7758 25.376 23.7518 25.224C23.7358 25.072 23.7118 24.92 23.6798 24.768C23.6558 24.616 23.6358 24.496 23.6198 24.408L24.0758 24.78L22.7558 24.492L22.8158 23.892L23.8838 23.928H24.5438L24.7718 24.144C24.7638 24.312 24.7518 24.508 24.7358 24.732C24.7198 24.956 24.7078 25.176 24.6998 25.392C24.6918 25.608 24.6878 25.792 24.6878 25.944V28.284L24.5918 28.068C24.6718 27.9 24.7878 27.732 24.9398 27.564C25.0998 27.396 25.2958 27.256 25.5278 27.144C25.7678 27.032 26.0438 26.976 26.3558 26.976C26.8918 26.976 27.3358 27.108 27.6878 27.372C28.0398 27.628 28.3038 27.98 28.4798 28.428C28.6558 28.876 28.7438 29.376 28.7438 29.928C28.7438 30.488 28.6318 31.012 28.4078 31.5C28.1918 31.988 27.8798 32.38 27.4718 32.676C27.0638 32.972 26.5758 33.12 26.0078 33.12ZM24.8438 32.664L24.5678 32.292C24.7518 32.348 24.9598 32.396 25.1918 32.436C25.4238 32.476 25.6758 32.496 25.9478 32.496C26.3878 32.496 26.7358 32.376 26.9918 32.136C27.2558 31.896 27.4438 31.584 27.5558 31.2C27.6678 30.808 27.7238 30.388 27.7238 29.94C27.7238 29.532 27.6798 29.156 27.5918 28.812C27.5038 28.46 27.3518 28.176 27.1358 27.96C26.9198 27.744 26.6158 27.636 26.2238 27.636C25.8798 27.636 25.5918 27.74 25.3598 27.948C25.1358 28.148 24.9678 28.408 24.8558 28.728C24.7438 29.04 24.6878 29.364 24.6878 29.7V31.032C24.6878 31.248 24.6958 31.468 24.7118 31.692C24.7278 31.916 24.7478 32.116 24.7718 32.292C24.7958 32.46 24.8198 32.584 24.8438 32.664ZM32.5969 33.12C31.9969 33.12 31.4929 32.988 31.0849 32.724C30.6769 32.46 30.3689 32.096 30.1609 31.632C29.9609 31.168 29.8609 30.644 29.8609 30.06C29.8609 29.468 29.9529 28.94 30.1369 28.476C30.3209 28.012 30.6049 27.648 30.9889 27.384C31.3729 27.112 31.8569 26.976 32.4409 26.976C33.0009 26.976 33.4449 27.092 33.7729 27.324C34.1009 27.556 34.3369 27.88 34.4809 28.296C34.6329 28.712 34.7089 29.192 34.7089 29.736L34.5169 30.12H30.6289V29.58L34.0969 29.316L33.7129 29.736C33.7129 29.632 33.7129 29.532 33.7129 29.436C33.7209 29.332 33.7249 29.22 33.7249 29.1C33.7249 28.676 33.6169 28.312 33.4009 28.008C33.1849 27.704 32.8529 27.552 32.4049 27.552C32.1089 27.552 31.8609 27.628 31.6609 27.78C31.4609 27.924 31.3049 28.12 31.1929 28.368C31.0809 28.616 31.0009 28.884 30.9529 29.172C30.9049 29.452 30.8809 29.732 30.8809 30.012C30.8809 30.276 30.9129 30.548 30.9769 30.828C31.0409 31.1 31.1409 31.356 31.2769 31.596C31.4129 31.836 31.5809 32.028 31.7809 32.172C31.9889 32.316 32.2369 32.388 32.5249 32.388C32.9009 32.388 33.2569 32.332 33.5929 32.22C33.9369 32.1 34.1969 31.988 34.3729 31.884L34.6849 32.412C34.7089 32.388 34.6809 32.412 34.6009 32.484C34.5209 32.548 34.3889 32.632 34.2049 32.736C34.0289 32.832 33.8049 32.92 33.5329 33C33.2689 33.08 32.9569 33.12 32.5969 33.12ZM38.2734 33.12C37.5294 33.12 36.9374 32.844 36.4974 32.292C36.0654 31.74 35.8494 30.984 35.8494 30.024C35.8494 29.088 36.0694 28.348 36.5094 27.804C36.9574 27.252 37.5574 26.976 38.3094 26.976C38.5094 26.976 38.6934 26.988 38.8614 27.012C39.0294 27.028 39.2134 27.068 39.4134 27.132C39.6134 27.188 39.8534 27.276 40.1334 27.396L40.0494 28.26C39.7694 28.036 39.4974 27.88 39.2334 27.792C38.9774 27.696 38.7094 27.648 38.4294 27.648C37.9414 27.648 37.5534 27.864 37.2654 28.296C36.9854 28.72 36.8454 29.308 36.8454 30.06C36.8454 30.788 36.9774 31.364 37.2414 31.788C37.5054 32.212 37.8574 32.424 38.2974 32.424C38.7934 32.424 39.1814 32.26 39.4614 31.932C39.7414 31.604 39.8814 31.148 39.8814 30.564V25.572C39.8814 25.468 39.8694 25.332 39.8454 25.164C39.8214 24.996 39.7934 24.836 39.7614 24.684C39.7294 24.524 39.7054 24.412 39.6894 24.348L40.1454 24.744L38.6814 24.492L38.7414 23.892L39.9654 23.928H40.6374L40.8534 24.144C40.8454 24.312 40.8334 24.508 40.8174 24.732C40.8094 24.956 40.8014 25.176 40.7934 25.392C40.7854 25.608 40.7814 25.788 40.7814 25.932V31.044C40.7814 31.356 40.8054 31.672 40.8534 31.992C40.9014 32.312 40.9414 32.54 40.9734 32.676L40.5054 32.244L41.7414 32.376L41.6694 33H40.1694L39.9294 31.644L40.0134 31.848C40.0214 31.984 39.9694 32.128 39.8574 32.28C39.7454 32.424 39.5974 32.56 39.4134 32.688C39.2294 32.816 39.0374 32.92 38.8374 33C38.6374 33.08 38.4494 33.12 38.2734 33.12Z" fill="#000"/>\n <path d="M44.9048 30C44.6143 30 44.3357 29.8871 44.1303 29.6862C43.9249 29.4853 43.8095 29.2127 43.8095 28.9286V17.1431H29.5714C29.281 17.1431 29.0024 17.0302 28.797 16.8293C28.5916 16.6283 28.4762 16.3558 28.4762 16.0717V2.14331H3.28571C2.99524 2.14331 2.71666 2.2562 2.51126 2.45712C2.30587 2.65805 2.19048 2.93057 2.19048 3.21473V28.9286C2.19048 29.2127 2.07509 29.4853 1.86969 29.6862C1.66429 29.8871 1.38571 30 1.09524 30C0.804763 30 0.526185 29.8871 0.320788 29.6862C0.115391 29.4853 0 29.2127 0 28.9286V3.21473C0 2.36226 0.346172 1.54471 0.962363 0.94192C1.57855 0.339134 2.41429 0.000492799 3.28571 0.000492799H29.5714C29.7155 -0.00401359 29.8588 0.0224318 29.9912 0.077966C30.1237 0.1335 30.2421 0.216773 30.3381 0.321916L45.6714 15.2949C45.8727 15.5068 45.9893 15.7826 46 16.0717V28.9286C46 29.2127 45.8846 29.4853 45.6792 29.6862C45.4738 29.8871 45.1952 30 44.9048 30ZM30.6667 15.0002H42.2488L30.6667 3.67008V15.0002Z" fill="black"/>\n </svg>\n \n \n `,svg:()=>'<svg width="70%" height="40" viewBox="0 0 36 15" fill="none" xmlns="http://www.w3.org/2000/svg">\n <path d="M29 14H23C22.4696 14 21.9609 13.7893 21.5858 13.4142C21.2107 13.0391 21 12.5304 21 12V2C21 1.46957 21.2107 0.96086 21.5858 0.585787C21.9609 0.210714 22.4696 0 23 0H29V2H23V12H27V8H25V6H29V14ZM17 0L15 13L13 0H11L13.52 14H16.48L19 0H17ZM7 14H1V12H7V8H3C2.46957 8 1.96086 7.78929 1.58579 7.41421C1.21071 7.03914 1 6.53043 1 6V2C1 1.46957 1.21071 0.96086 1.58579 0.585787C1.96086 0.210714 2.46957 0 3 0H9V2H3V6H7C7.53043 6 8.03914 6.21071 8.41421 6.58579C8.78929 6.96086 9 7.46957 9 8V12C9 12.5304 8.78929 13.0391 8.41421 13.4142C8.03914 13.7893 7.53043 14 7 14Z" fill="black"/>\n <path d="M34.5933 11.1437L33.1436 9.13782L34.0033 8.51655L35.4529 10.5224L34.5933 11.1437Z" stroke="black" stroke-width="0.5" stroke-linecap="round" stroke-linejoin="round"/>\n <path d="M30 12.9365L32.1738 11.3655M33.3508 9.42438L31.44 9.49662L30 12.9365L33.718 12.6488L34.3863 10.8572L33.3508 9.42438Z" stroke="black" stroke-width="0.5" stroke-linecap="round" stroke-linejoin="round"/>\n <path d="M33.0726 11.1522C33.1165 10.8796 32.9311 10.623 32.6584 10.5791C32.3858 10.5352 32.1292 10.7207 32.0853 10.9933C32.0414 11.2659 32.2269 11.5225 32.4995 11.5664C32.7721 11.6103 33.0287 11.4249 33.0726 11.1522Z" stroke="black" stroke-width="0.5" stroke-linecap="round" stroke-linejoin="round"/>\n <circle cx="29" cy="1" r="0.75" fill="white" stroke="#000" stroke-width="0.5"/>\n <circle cx="9" cy="1" r="0.75" fill="white" stroke="#000" stroke-width="0.5"/>\n <circle cx="1" cy="13" r="0.75" fill="white" stroke="#000" stroke-width="0.5"/>\n <circle cx="15" cy="14" r="0.75" fill="white" stroke="#000" stroke-width="0.5"/>\n <circle cx="29" cy="14" r="0.75" fill="white" stroke="#000" stroke-width="0.5"/>\n <circle cx="25" cy="7" r="0.75" fill="white" stroke="#000" stroke-width="0.5"/>\n </svg>\n \n ',"plain-section":()=>'<svg style="max-width:350px;" width="100%" viewBox="0 0 72 37" fill="none" xmlns="http://www.w3.org/2000/svg">\n <g filter="url(#filter0_d_156_39)">\n <rect x="4.25" y="3.25" width="62.8226" height="28.5" fill="white" stroke="black" stroke-width="0.5" stroke-linecap="round" stroke-dasharray="2 2"/>\n </g>\n <line x1="5.32979" y1="3.87258" x2="65.8726" y2="30.6702" stroke="#000" stroke-opacity="0.3" stroke-width="0.5" stroke-linecap="round" stroke-dasharray="2 2"/>\n <line x1="66.8751" y1="3.33074" x2="5.33074" y2="31.1249" stroke="#000" stroke-opacity="0.3" stroke-width="0.5" stroke-linecap="round" stroke-dasharray="2 2"/>\n <defs>\n <filter id="filter0_d_156_39" x="0" y="0" width="71.3226" height="37" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">\n <feFlood flood-opacity="0" result="BackgroundImageFix"/>\n <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>\n <feOffset dy="1"/>\n <feGaussianBlur stdDeviation="2"/>\n <feComposite in2="hardAlpha" operator="out"/>\n <feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"/>\n <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_156_39"/>\n <feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_156_39" result="shape"/>\n </filter>\n </defs>\n </svg>\n \n \n ',"fade-in":()=>`<svg width="${Ed}" height="40" viewBox="0 0 39 26" fill="none" xmlns="http://www.w3.org/2000/svg">\n <rect x="1.38234" y="0.0145283" width="13.9077" height="13.9226" rx="1" transform="matrix(0.698763 -0.715353 0.683573 0.729882 17.4065 14.5997)" stroke="#000" stroke-width="2"/>\n <line x1="1.75" y1="13.25" x2="14.25" y2="13.25" stroke="black" stroke-width="1.5" stroke-linecap="round"/>\n <line x1="5.75" y1="17.25" x2="16.25" y2="17.25" stroke="black" stroke-width="1.5" stroke-linecap="round"/>\n <line x1="5.75" y1="9.25" x2="16.25" y2="9.25" stroke="black" stroke-width="1.5" stroke-linecap="round"/>\n <rect width="34" height="25" fill="url(#paint0_linear_107_33)"/>\n <defs>\n <linearGradient id="paint0_linear_107_33" x1="-3.77778" y1="13.5" x2="19.5086" y2="12.7075" gradientUnits="userSpaceOnUse">\n <stop offset="0.180208" stop-color="white"/>\n <stop offset="1" stop-color="white" stop-opacity="0.16"/>\n </linearGradient>\n </defs>\n </svg>\n `,"fade-in-down":()=>'<svg width="25" height="40" viewBox="0 0 25 40" fill="none" xmlns="http://www.w3.org/2000/svg">\n <rect x="1.38234" y="0.0145283" width="13.9077" height="13.9226" rx="1" transform="matrix(0.698763 -0.715353 0.683573 0.729882 1.40648 28.5997)" stroke="#000" stroke-width="2"/>\n <line x1="0.75" y1="-0.75" x2="13.25" y2="-0.75" transform="matrix(0 1 1 0 13 0)" stroke="black" stroke-width="1.5" stroke-linecap="round"/>\n <line x1="0.75" y1="-0.75" x2="11.25" y2="-0.75" transform="matrix(0 1 1 0 17 4)" stroke="black" stroke-width="1.5" stroke-linecap="round"/>\n <line x1="0.75" y1="-0.75" x2="11.25" y2="-0.75" transform="matrix(0 1 1 0 9 4)" stroke="black" stroke-width="1.5" stroke-linecap="round"/>\n <rect x="25" width="39" height="25" transform="rotate(90 25 0)" fill="url(#paint0_linear_107_34)"/>\n <defs>\n <linearGradient id="paint0_linear_107_34" x1="20.6667" y1="13.5" x2="47.3677" y2="12.4576" gradientUnits="userSpaceOnUse">\n <stop offset="0.180208" stop-color="white"/>\n <stop offset="1" stop-color="white" stop-opacity="0.16"/>\n </linearGradient>\n </defs>\n </svg>\n ',"back-in-down":()=>'<svg width="25" height="40" viewBox="0 0 25 40" fill="none" xmlns="http://www.w3.org/2000/svg">\n <rect x="1.38234" y="0.0145283" width="13.9077" height="13.9226" rx="1" transform="matrix(0.698763 -0.715353 0.683573 0.729882 1.40648 28.5997)" stroke="#000" stroke-width="2"/>\n <line x1="0.75" y1="-0.75" x2="13.25" y2="-0.75" transform="matrix(0 1 1 0 13 0)" stroke="black" stroke-width="1.5" stroke-linecap="round"/>\n <line x1="0.75" y1="-0.75" x2="11.25" y2="-0.75" transform="matrix(0 1 1 0 17 4)" stroke="black" stroke-width="1.5" stroke-linecap="round"/>\n <path d="M16.5 15.5L20.1714 19.2305L23.8428 22.9611" stroke="black" stroke-width="1.5" stroke-linecap="round"/>\n <path d="M8 15.5L4.67141 19.1348L1 23" stroke="black" stroke-width="1.5" stroke-linecap="round"/>\n <line x1="0.75" y1="-0.75" x2="11.25" y2="-0.75" transform="matrix(0 1 1 0 9 4)" stroke="black" stroke-width="1.5" stroke-linecap="round"/>\n </svg>\n ',"back-in-right":()=>'\n <svg width="40" height="25" viewBox="0 0 40 25" fill="none" xmlns="http://www.w3.org/2000/svg">\n<rect x="1.38234" y="0.0145283" width="13.9077" height="13.9226" rx="1" transform="matrix(0.698763 -0.715353 0.683573 0.729882 0.40648 13.5997)" stroke="#000" stroke-width="2"/>\n<line x1="0.75" y1="-0.75" x2="13.25" y2="-0.75" transform="matrix(-0.999933 0.0115953 0.0115953 0.999933 39.078 12.7391)" stroke="black" stroke-width="1.5" stroke-linecap="round"/>\n<line x1="0.75" y1="-0.75" x2="11.25" y2="-0.75" transform="matrix(-0.999933 0.0115953 0.0115953 0.999933 35.1246 16.7853)" stroke="black" stroke-width="1.5" stroke-linecap="round"/>\n<path d="M23.6196 16.4186L19.9319 20.1331L16.2442 23.8475" stroke="black" stroke-width="1.5" stroke-linecap="round"/>\n<path d="M23.521 7.9192L19.8479 4.63298L15.9404 1.00664" stroke="black" stroke-width="1.5" stroke-linecap="round"/>\n<line x1="0.75" y1="-0.75" x2="11.25" y2="-0.75" transform="matrix(-0.999933 0.0115953 0.0115953 0.999933 35.0319 8.78579)" stroke="black" stroke-width="1.5" stroke-linecap="round"/>\n</svg>\n',"back-in-left":()=>'\n<svg width="39" height="25" viewBox="0 0 39 25" fill="none" xmlns="http://www.w3.org/2000/svg">\n<rect x="1.38234" y="0.0145283" width="13.9077" height="13.9226" rx="1" transform="matrix(0.698763 -0.715353 0.683573 0.729882 17.4065 13.5997)" stroke="#000" stroke-width="2"/>\n<line x1="1.11193" y1="11.9979" x2="13.6111" y2="12.1428" stroke="black" stroke-width="1.5" stroke-linecap="round"/>\n<line x1="5.06527" y1="16.044" x2="15.5646" y2="16.1658" stroke="black" stroke-width="1.5" stroke-linecap="round"/>\n<path d="M15.8117 16.4186L19.4994 20.1331L23.1871 23.8475" stroke="black" stroke-width="1.5" stroke-linecap="round"/>\n<path d="M15.9102 7.9192L19.5834 4.63298L23.4909 1.00664" stroke="black" stroke-width="1.5" stroke-linecap="round"/>\n<line x1="5.15804" y1="8.04454" x2="15.6573" y2="8.16629" stroke="black" stroke-width="1.5" stroke-linecap="round"/>\n</svg>\n',bounce:()=>'<svg width="46" height="29" viewBox="0 0 46 29" fill="none" xmlns="http://www.w3.org/2000/svg">\n<rect x="1.38234" y="0.0145283" width="13.9077" height="13.9226" rx="1" transform="matrix(0.698763 -0.715353 0.683573 0.729882 12.4065 12.5997)" stroke="#000" stroke-width="2"/>\n<line x1="18.4715" y1="28.2156" x2="9.96128" y2="19.06" stroke="black" stroke-width="1.5" stroke-linecap="round"/>\n<line x1="0.75" y1="-0.75" x2="13.25" y2="-0.75" transform="matrix(0.680821 -0.73245 -0.73245 -0.680821 26.4685 28.2543)" stroke="black" stroke-width="1.5" stroke-linecap="round"/>\n<line x1="20.9402" y1="25.9576" x2="9.95761" y2="14.0598" stroke="black" stroke-width="1.5" stroke-linecap="round"/>\n<line x1="0.75" y1="-0.75" x2="16.9418" y2="-0.75" transform="matrix(0.67828 -0.734803 -0.734803 -0.67828 24 26)" stroke="black" stroke-width="1.5" stroke-linecap="round"/>\n<line x1="1.34476" y1="23.4373" x2="9.55305" y2="14.5452" stroke="black" stroke-width="1.5" stroke-linecap="round"/>\n<line x1="0.75" y1="-0.75" x2="12.8515" y2="-0.75" transform="matrix(-0.678288 -0.734796 -0.734796 0.678288 44.2257 23.9943)" stroke="black" stroke-width="1.5" stroke-linecap="round"/>\n</svg>\n',tada:()=>'<svg width="40" height="24" viewBox="0 0 40 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<rect x="1.38234" y="0.0145283" width="13.9077" height="13.9226" rx="1" transform="matrix(0.698763 -0.715353 0.683573 0.729882 9.40648 12.5997)" stroke="#000" stroke-width="2"/>\n<path d="M3.32037 15.6165L2.4255 14.2175C1.53373 12.8234 1.38956 11.0783 2.04045 9.55678L2.7064 7.99999" stroke="black" stroke-width="1.5" stroke-linecap="round"/>\n<path d="M36.6796 15.6165L37.5745 14.2175C38.4663 12.8234 38.6104 11.0783 37.9595 9.55678L37.2936 7.99999" stroke="black" stroke-width="1.5" stroke-linecap="round"/>\n<path d="M6 14L5.33466 13.2078C4.53159 12.2516 4.40478 10.898 5.01626 9.80929L5.4708 9" stroke="black" stroke-width="1.5" stroke-linecap="round"/>\n<path d="M34 14L34.6653 13.2078C35.4684 12.2516 35.5952 10.898 34.9837 9.80929L34.5292 9" stroke="black" stroke-width="1.5" stroke-linecap="round"/>\n</svg>\n'},Bd=a(9473);class Od extends S.WF{constructor(){super(),this.iconClassName=""}render(){return S.qy`
5939
5939
  <style>
5940
- ${Md}
5940
+ ${Bd}
5941
5941
  </style>
5942
5942
 
5943
5943
  <cdtr-row style="position:relative" justify="center" alignItems="center">
@@ -5985,13 +5985,13 @@
5985
5985
  <cdtr-row alignItems="center" justify="space-between">
5986
5986
  ${this.puzzle.map(t=>S.qy`<cdtr-col sm=${t.w||12/this.puzzle.length}>
5987
5987
  <div class=" ${this.iconClassName}">
5988
- ${Uc(Sd[t.type]?Sd[t.type]():"")}
5989
- ${"string"==typeof t?Uc(t):null}
5988
+ ${Vc(Md[t.type]?Md[t.type]():"")}
5989
+ ${"string"==typeof t?Vc(t):null}
5990
5990
  <div class="cover"></div>
5991
5991
  </div>
5992
5992
  </cdtr-col>`)}
5993
5993
  </cdtr-row>
5994
- `:"string"==typeof this.puzzle&&-1!==this.puzzle?.indexOf("<svg")?S.qy`<cdtr-col>${Uc(this.puzzle)}</cdtr-col>`:S.qy`<img
5994
+ `:"string"==typeof this.puzzle&&-1!==this.puzzle?.indexOf("<svg")?S.qy`<cdtr-col>${Vc(this.puzzle)}</cdtr-col>`:S.qy`<img
5995
5995
  draggable="false"
5996
5996
  style="max-width:100%;height:100%;"
5997
5997
  width="200"
@@ -6007,7 +6007,7 @@
6007
6007
  ></cdtr-title>
6008
6008
  </cdtr-col>
6009
6009
  </cdtr-row>
6010
- `}}Bd.properties={text:{type:String,reflect:!1},src:{type:String,reflect:!0},selected:{type:Boolean,reflect:!0},puzzle:{type:Object,reflect:!0},iconClassName:{type:String,reflect:!0},bordered:{type:Boolean,reflect:!0},loaded:{type:Boolean},isDeletable:{type:Boolean},_id:{type:String},onUserAction:{type:Function}},Bd.styles=S.AH`
6010
+ `}}Od.properties={text:{type:String,reflect:!1},src:{type:String,reflect:!0},selected:{type:Boolean,reflect:!0},puzzle:{type:Object,reflect:!0},iconClassName:{type:String,reflect:!0},bordered:{type:Boolean,reflect:!0},loaded:{type:Boolean},isDeletable:{type:Boolean},_id:{type:String},onUserAction:{type:Function}},Od.styles=S.AH`
6011
6011
  :root {
6012
6012
  user-select: none;
6013
6013
  width: 100%;
@@ -6114,7 +6114,7 @@
6114
6114
  outline: 1px solid grey;
6115
6115
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
6116
6116
  }
6117
- `,customElements.define("cdtr-thumb-card",Bd);const Od=S.qy`<svg
6117
+ `,customElements.define("cdtr-thumb-card",Od);const Ld=S.qy`<svg
6118
6118
  width="24"
6119
6119
  height="24"
6120
6120
  viewBox="0 0 24 24"
@@ -6129,7 +6129,7 @@
6129
6129
  d="M7.55991 6.96774L7.48389 9.77046H8.44471C8.44471 7.84812 8.44506 7.85028 10.8681 7.85028V15.5821C10.8681 16.5458 10.8677 16.5442 9.53764 16.5205V17.2903H14.4624V16.5205C13.1346 16.5205 13.1319 16.5181 13.1319 15.5821V7.85028C15.5563 7.85028 15.562 7.85082 15.562 9.77046H16.5161L16.4468 6.96774H7.55991Z"
6130
6130
  fill="currentColor"
6131
6131
  />
6132
- </svg>`,Ld=S.qy`<svg
6132
+ </svg>`,Td=S.qy`<svg
6133
6133
  width="24"
6134
6134
  height="14"
6135
6135
  viewBox="0 0 19 12"
@@ -6158,7 +6158,7 @@
6158
6158
  d="M11.875 8.72727C11.875 9.30593 11.6248 9.86088 11.1794 10.2701C10.734 10.6792 10.1299 10.9091 9.5 10.9091C8.87011 10.9091 8.26602 10.6792 7.82062 10.2701C7.37522 9.86088 7.125 9.30593 7.125 8.72727C7.125 8.14862 7.37522 7.59367 7.82062 7.1845C8.26602 6.77533 8.87011 6.54546 9.5 6.54546C10.1299 6.54546 10.734 6.77533 11.1794 7.1845C11.6248 7.59367 11.875 8.14862 11.875 8.72727ZM9.64844 7.77273C9.64844 7.73656 9.6328 7.70188 9.60496 7.67631C9.57712 7.65073 9.53937 7.63637 9.5 7.63637C9.46063 7.63637 9.42288 7.65073 9.39504 7.67631C9.3672 7.70188 9.35156 7.73656 9.35156 7.77273V8.59091H8.46094C8.42157 8.59091 8.38381 8.60528 8.35598 8.63085C8.32814 8.65642 8.3125 8.69111 8.3125 8.72727C8.3125 8.76344 8.32814 8.79812 8.35598 8.8237C8.38381 8.84927 8.42157 8.86364 8.46094 8.86364H9.35156V9.68182C9.35156 9.71799 9.3672 9.75267 9.39504 9.77824C9.42288 9.80382 9.46063 9.81818 9.5 9.81818C9.53937 9.81818 9.57712 9.80382 9.60496 9.77824C9.6328 9.75267 9.64844 9.71799 9.64844 9.68182V8.86364H10.5391C10.5784 8.86364 10.6162 8.84927 10.644 8.8237C10.6719 8.79812 10.6875 8.76344 10.6875 8.72727C10.6875 8.69111 10.6719 8.65642 10.644 8.63085C10.6162 8.60528 10.5784 8.59091 10.5391 8.59091H9.64844V7.77273Z"
6159
6159
  fill="white"
6160
6160
  />
6161
- </svg>`,Td=S.qy`<svg
6161
+ </svg>`,Id=S.qy`<svg
6162
6162
  width="23"
6163
6163
  height="15"
6164
6164
  viewBox="0 0 23 15"
@@ -6186,7 +6186,7 @@
6186
6186
  fill="currentColor"
6187
6187
  stroke="currentColor"
6188
6188
  />
6189
- </svg>`,Id=S.qy`<svg
6189
+ </svg>`,Nd=S.qy`<svg
6190
6190
  width="24"
6191
6191
  height="16"
6192
6192
  viewBox="0 0 24 16"
@@ -6219,7 +6219,7 @@
6219
6219
  fill="white"
6220
6220
  stroke="currentColor"
6221
6221
  />
6222
- </svg>`,Nd={elements:t=>S.qy`<cdtr-elements-menu-v1
6222
+ </svg>`,Rd={elements:t=>S.qy`<cdtr-elements-menu-v1
6223
6223
  .components=${t.currentComponents}
6224
6224
  ></cdtr-elements-menu-v1>`,"block-component":t=>S.qy`<cdtr-blocks-menu-v1
6225
6225
  .components=${t.currentComponents}
@@ -6227,9 +6227,9 @@
6227
6227
  class="menu-panel-sections"
6228
6228
  ></cdtr-sections-menu-v1>`,"free-dnd-component":()=>S.qy`<cdtr-addons-menu-v1></cdtr-addons-menu-v1>`,backgrounds:t=>S.qy`<cdtr-backgrounds-menu-v1
6229
6229
  @close=${t.onDragElementStart}
6230
- ></cdtr-backgrounds-menu-v1>`},Rd=t=>S.qy`<cdtr-blocks-menu-v1
6230
+ ></cdtr-backgrounds-menu-v1>`},Dd=t=>S.qy`<cdtr-blocks-menu-v1
6231
6231
  .components=${t.currentComponents}
6232
- ></cdtr-blocks-menu-v1>`,Dd=[{id:"elements",groupName:"elements",icon:Od,label:"elements"},{id:"blocks",groupName:"block-component",icon:Ld,label:"ready_blocks"},{id:"sections",groupName:"section-component",icon:Td,label:"section"},{id:"backgrounds",groupName:"backgrounds",icon:Id,label:"backgrounds"}];class Pd extends S.WF{constructor(){super(),this.afterElement=void 0,this.currentComponents=[],this.components=[],this.groupName="elements",this.elementType=null,this.disabledOptions=!1,this.onDragElementStart=this.onDragElementStart.bind(this),this.onDragElementEnd=this.onDragElementEnd.bind(this),this.onKeyUp=this.onKeyUp.bind(this)}loadComponentByGroupName(t){const e=O.M;this.currentComponents=t.filter(t=>t.group===this.groupName),e.set({components_templates:t})}onCloseMenu(){this.dispatchEvent(new CustomEvent("close",{}))}loadComponents(t){this.groupName=t}onKeyUp(t){!1!==O.M.get("config","editor","configure","editorProps","addNewElementsFunctionality")&&t.ctrlKey&&"KeyM"===t.code&&this.dispatchEvent(new CustomEvent("open",{}))}onDragElementStart(){this.onElementsDrag=!0,this.onCloseMenu()}onDragElementEnd(){this.onElementsDrag=!1}connectedCallback(){super.connectedCallback(),T.A.subscribe("elements:draggable:start",this.onDragElementStart),T.A.subscribe("elements:draggable:end",this.onDragElementEnd),window.addEventListener("keyup",this.onKeyUp),T.A.subscribe("open_add_menu",t=>{const{target:e,type:n,disabledOptions:r}=t||{};e&&(this.afterElement=e),this.disabledOptions="boolean"==typeof r&&r,this.elementType=n||null,n&&(this.groupName=n),this.dispatchEvent(new CustomEvent("open",{}))}),T.A.subscribe("close_add_menu",()=>{this.onCloseMenu()})}disconnectedCallback(){super.disconnectedCallback(),window.removeEventListener("keyup",this.onKeyUp);const t=T.A;t.unSubscribe("open_add_menu"),t.unSubscribe("close_add_menu"),t.unSubscribe("elements:draggable:start",this.onDragElementStart),t.unSubscribe("elements:draggable:end",this.onDragElementEnd)}_getSchemesForGroup(){const t=O.M;if("elements"===this.groupName)return t.get("config","editor","configure","plugins");if("block-component"===this.groupName)return t.get("config","editor","configure","blocks");const e=t.get("config","editor","configure","customBlocks"),n="function"==typeof e?e():e;return(Array.isArray(n)?n:[]).filter(t=>t.group===this.groupName).map(t=>function(t){let{id:e,name:n,index:r,tags:o,children:i,icon:a,group:s,isDeletable:l,isEditable:c,_id:d}=t;return{id:e,name:n,icon:a,index:r,_id:d,isDeletable:l,isEditable:c,group:"block-component",menu:t=>{let{Compose:e,schemes:l}=t;const[c]=function t(e){return e.map(e=>{const n=`${e.type}-${Math.random().toString(36).substr(2,9)}`;return e.id&&(e.ref=e.id),e.id=e._id=n,e.children&&(e.children=t(e.children)),e})}([i]);return new e(c,{group:s,name:n,tags:o,index:r,icon:a})}}}(t))}_buildComponentsFromSchemes(t){if(!Array.isArray(t))return[];const e=O.M,n=e.get("config","editor","configure","plugins"),r=e.get("config","channel")||"web",o=[];return t.forEach(e=>{if(!e||"object"!=typeof e||"function"!=typeof e.menu)return;const i=e.menu({Compose:ed,schemes:n,channel:r});if(i.isDeletable=e.isDeletable,i.isEditable=e.isEditable,i._id=e._id,i.group===this.groupName)if("number"==typeof i.index){const e=Math.min(i.index,t.length);o.splice(e,0,i)}else o.push(i)}),o}renderFactory(){if(!this.opened)return null;const t=this._getSchemesForGroup(),e=this._buildComponentsFromSchemes(t);this.components=e,this.loadComponentByGroupName(e);return(Nd[this.groupName]??Rd)({currentComponents:this.currentComponents,onDragElementStart:this.onDragElementStart})}render(){const e=O.M,n=e.get("config","editor","configure","editorProps","menu")||{},{blocks:r=!0,sections:o=!0,elements:i=!0,backgrounds:a=!0}=n,s=e.get("config","editor","configure","blocksCategories"),l="function"==typeof s?s():s,c=Array.isArray(l)?l:[];return r||(this.groupName="backgrounds"),this.opened?S.qy`<cdtr-drawer
6232
+ ></cdtr-blocks-menu-v1>`,Pd=[{id:"elements",groupName:"elements",icon:Ld,label:"elements"},{id:"blocks",groupName:"block-component",icon:Td,label:"ready_blocks"},{id:"sections",groupName:"section-component",icon:Id,label:"section"},{id:"backgrounds",groupName:"backgrounds",icon:Nd,label:"backgrounds"}];class zd extends S.WF{constructor(){super(),this.afterElement=void 0,this.currentComponents=[],this.components=[],this.groupName="elements",this.elementType=null,this.disabledOptions=!1,this.onDragElementStart=this.onDragElementStart.bind(this),this.onDragElementEnd=this.onDragElementEnd.bind(this),this.onKeyUp=this.onKeyUp.bind(this)}loadComponentByGroupName(t){const e=O.M;this.currentComponents=t.filter(t=>t.group===this.groupName),e.set({components_templates:t})}onCloseMenu(){this.dispatchEvent(new CustomEvent("close",{}))}loadComponents(t){this.groupName=t}onKeyUp(t){!1!==O.M.get("config","editor","configure","editorProps","addNewElementsFunctionality")&&t.ctrlKey&&"KeyM"===t.code&&this.dispatchEvent(new CustomEvent("open",{}))}onDragElementStart(){this.onElementsDrag=!0,this.onCloseMenu()}onDragElementEnd(){this.onElementsDrag=!1}connectedCallback(){super.connectedCallback(),T.A.subscribe("elements:draggable:start",this.onDragElementStart),T.A.subscribe("elements:draggable:end",this.onDragElementEnd),window.addEventListener("keyup",this.onKeyUp),T.A.subscribe("open_add_menu",t=>{const{target:e,type:n,disabledOptions:r}=t||{};e&&(this.afterElement=e),this.disabledOptions="boolean"==typeof r&&r,this.elementType=n||null,n&&(this.groupName=n),this.dispatchEvent(new CustomEvent("open",{}))}),T.A.subscribe("close_add_menu",()=>{this.onCloseMenu()})}disconnectedCallback(){super.disconnectedCallback(),window.removeEventListener("keyup",this.onKeyUp);const t=T.A;t.unSubscribe("open_add_menu"),t.unSubscribe("close_add_menu"),t.unSubscribe("elements:draggable:start",this.onDragElementStart),t.unSubscribe("elements:draggable:end",this.onDragElementEnd)}_getSchemesForGroup(){const t=O.M;if("elements"===this.groupName)return t.get("config","editor","configure","plugins");if("block-component"===this.groupName)return t.get("config","editor","configure","blocks");const e=t.get("config","editor","configure","customBlocks"),n="function"==typeof e?e():e;return(Array.isArray(n)?n:[]).filter(t=>t.group===this.groupName).map(t=>function(t){let{id:e,name:n,index:r,tags:o,children:i,icon:a,group:s,isDeletable:l,isEditable:c,_id:d}=t;return{id:e,name:n,icon:a,index:r,_id:d,isDeletable:l,isEditable:c,group:"block-component",menu:t=>{let{Compose:e,schemes:l}=t;const[c]=function t(e){return e.map(e=>{const n=`${e.type}-${Math.random().toString(36).substr(2,9)}`;return e.id&&(e.ref=e.id),e.id=e._id=n,e.children&&(e.children=t(e.children)),e})}([i]);return new e(c,{group:s,name:n,tags:o,index:r,icon:a})}}}(t))}_buildComponentsFromSchemes(t){if(!Array.isArray(t))return[];const e=O.M,n=e.get("config","editor","configure","plugins"),r=e.get("config","channel")||"web",o=[];return t.forEach(e=>{if(!e||"object"!=typeof e||"function"!=typeof e.menu)return;const i=e.menu({Compose:nd,schemes:n,channel:r});if(i.isDeletable=e.isDeletable,i.isEditable=e.isEditable,i._id=e._id,i.group===this.groupName)if("number"==typeof i.index){const e=Math.min(i.index,t.length);o.splice(e,0,i)}else o.push(i)}),o}renderFactory(){if(!this.opened)return null;const t=this._getSchemesForGroup(),e=this._buildComponentsFromSchemes(t);this.components=e,this.loadComponentByGroupName(e);return(Rd[this.groupName]??Dd)({currentComponents:this.currentComponents,onDragElementStart:this.onDragElementStart})}render(){const e=O.M,n=e.get("config","editor","configure","editorProps","menu")||{},{blocks:r=!0,sections:o=!0,elements:i=!0,backgrounds:a=!0}=n,s=e.get("config","editor","configure","blocksCategories"),l="function"==typeof s?s():s,c=Array.isArray(l)?l:[];return r||(this.groupName="backgrounds"),this.opened?S.qy`<cdtr-drawer
6233
6233
  .dim=${this.onElementsDrag}
6234
6234
  backdropStyle="z-index:-1"
6235
6235
  style="position: fixed;top:0;transition:transform .3s ease-in-out;z-index:999"
@@ -6241,7 +6241,7 @@
6241
6241
  <cdtr-col sm="4">
6242
6242
  <div class="types-bar">
6243
6243
  <paper-listbox .selected=${this.groupName}>
6244
- ${Dd.filter(t=>"elements"===t.id?i:"blocks"===t.id?r:"sections"===t.id?o:"backgrounds"===t.id&&a).map(t=>S.qy`<paper-item
6244
+ ${Pd.filter(t=>"elements"===t.id?i:"blocks"===t.id?r:"sections"===t.id?o:"backgrounds"===t.id&&a).map(t=>S.qy`<paper-item
6245
6245
  class="${this.groupName===t.groupName||-1!==this.groupName?.indexOf?.(t.groupName)?"iron-selected":""}"
6246
6246
  @click=${()=>this.loadComponents(t.groupName)}
6247
6247
  >
@@ -6268,31 +6268,31 @@
6268
6268
  </div>
6269
6269
  </cdtr-col>
6270
6270
  </cdtr-row>
6271
- </cdtr-drawer>`:null}}Pd.styles=Gc,Pd.properties={opened:{type:Boolean},open:{type:Function},menu:{type:Array},components:{type:Array},currentComponents:{type:Array},elementType:{type:String},groupName:{type:String},onElementsDrag:{type:Boolean},disabledOptions:{type:Boolean}},customElements.define("cdtr-elements-menu",Pd);let zd=1e3;const Hd=()=>zd++,$d="cdtr-popover";class jd extends S.WF{constructor(){super(),this.contentRef=(0,Al._)(),this.backdropRef=(0,Al._)(),this.triggerRef=(0,Al._)(),this.closeTimeout=null,this.resizeObserver=null,this.width="",this.opened=!1,this.placement="bottom",this.isMobileView=!1,this.handleDocumentClick=this.handleDocumentClick.bind(this),this.handleEscape=this.handleEscape.bind(this),this.handleResize=this.handleResize.bind(this),this.resizeObserver=new ResizeObserver(()=>{this.opened&&requestAnimationFrame(()=>{this.opened&&this.calcPosition()})})}connectedCallback(){super.connectedCallback(),document.addEventListener("mousedown",this.handleDocumentClick),document.addEventListener("keydown",this.handleEscape),window.addEventListener("resize",this.handleResize),this.isMobileView=window.innerWidth<=768}disconnectedCallback(){super.disconnectedCallback(),document.removeEventListener("mousedown",this.handleDocumentClick),document.removeEventListener("keydown",this.handleEscape),window.removeEventListener("resize",this.handleResize),this.resizeObserver&&this.resizeObserver.disconnect()}render(){return S.qy`
6271
+ </cdtr-drawer>`:null}}zd.styles=Qc,zd.properties={opened:{type:Boolean},open:{type:Function},menu:{type:Array},components:{type:Array},currentComponents:{type:Array},elementType:{type:String},groupName:{type:String},onElementsDrag:{type:Boolean},disabledOptions:{type:Boolean}},customElements.define("cdtr-elements-menu",zd);let Hd=1e3;const $d=()=>Hd++,jd="cdtr-popover";class Fd extends S.WF{constructor(){super(),this.contentRef=(0,xl._)(),this.backdropRef=(0,xl._)(),this.triggerRef=(0,xl._)(),this.closeTimeout=null,this.resizeObserver=null,this.width="",this.opened=!1,this.placement="bottom",this.isMobileView=!1,this.handleDocumentClick=this.handleDocumentClick.bind(this),this.handleEscape=this.handleEscape.bind(this),this.handleResize=this.handleResize.bind(this),this.resizeObserver=new ResizeObserver(()=>{this.opened&&requestAnimationFrame(()=>{this.opened&&this.calcPosition()})})}connectedCallback(){super.connectedCallback(),document.addEventListener("mousedown",this.handleDocumentClick),document.addEventListener("keydown",this.handleEscape),window.addEventListener("resize",this.handleResize),this.isMobileView=window.innerWidth<=768}disconnectedCallback(){super.disconnectedCallback(),document.removeEventListener("mousedown",this.handleDocumentClick),document.removeEventListener("keydown",this.handleEscape),window.removeEventListener("resize",this.handleResize),this.resizeObserver&&this.resizeObserver.disconnect()}render(){return S.qy`
6272
6272
  <div
6273
- ${(0,Al.K)(this.triggerRef)}
6273
+ ${(0,xl.K)(this.triggerRef)}
6274
6274
  @click=${this.toggle}
6275
6275
  class="trigger-wrapper ${this.opened?"active":""}"
6276
6276
  >
6277
6277
  <slot name="trigger"></slot>
6278
6278
  </div>
6279
6279
  <div
6280
- ${(0,Al.K)(this.backdropRef)}
6280
+ ${(0,xl.K)(this.backdropRef)}
6281
6281
  @mousedown=${this.onBackdropClick}
6282
6282
  class="backdrop ${this.opened?"show":""}"
6283
- style="z-index:${Hd()}; display: ${this.opened?"block":"none"};"
6283
+ style="z-index:${$d()}; display: ${this.opened?"block":"none"};"
6284
6284
  >
6285
6285
  <div
6286
- ${(0,Al.K)(this.contentRef)}
6286
+ ${(0,xl.K)(this.contentRef)}
6287
6287
  class="popover-content ${this.isMobileView?"mobile-centered":""}"
6288
6288
  data-placement=${this.placement}
6289
- style="z-index:${Hd()+1}; width: ${this.width};"
6289
+ style="z-index:${$d()+1}; width: ${this.width};"
6290
6290
  @click=${t=>t.stopPropagation()}
6291
6291
  >
6292
6292
  <slot name="content"></slot>
6293
6293
  </div>
6294
6294
  </div>
6295
- `}updated(t){if(t.has("opened"))if(this.opened){this.closeTimeout&&(clearTimeout(this.closeTimeout),this.closeTimeout=null),this.calcPosition();const t=this.contentRef.value,e=this.backdropRef.value;t&&(t.classList.remove("show"),t.classList.add("hide"),this.resizeObserver&&this.resizeObserver.observe(t)),e&&e.classList.remove("show"),requestAnimationFrame(()=>{t&&(t.classList.remove("hide"),t.classList.add("show")),e&&e.classList.add("show")})}else this.resizeObserver&&this.contentRef.value&&this.resizeObserver.unobserve(this.contentRef.value)}handleDocumentClick(t){if(!this.opened)return;t.composedPath().includes(this)||this.close()}handleEscape(t){"Escape"===t.key&&this.opened&&this.close()}handleResize(){this.opened&&this.calcPosition()}toggle(t){t.stopPropagation(),this.opened?this.close():this.open()}open(){this.opened=!0}close(){const t=this.contentRef.value,e=this.backdropRef.value;t?(t.classList.remove("show"),t.classList.add("hide"),e&&e.classList.remove("show"),this.closeTimeout=window.setTimeout(()=>{this.opened=!1,this.closeTimeout=null},250)):this.opened=!1}onBackdropClick(t){if(!t.composedPath().includes(this))return;t.target.closest(".popover-content")||(t.stopPropagation(),this.close())}calcPosition(){const t=this.contentRef.value;if(!t)return;const e=window.innerWidth<=768;if(this.isMobileView=e,e)return t.style.left="",t.style.top="",t.style.bottom="",void(t.style.right="");const n=this.getBoundingClientRect(),r=t.getBoundingClientRect(),o=10,i=10,a=window.innerHeight-20,s=Math.min(r.height,a);let l=0,c=0,d=this.placement;switch(this.placement){case"top":l=n.left+(n.width-r.width)/2,c=n.top-s-o;break;case"bottom":l=n.left+(n.width-r.width)/2,c=n.bottom+o;break;case"left":l=n.left-r.width-o,c=n.top+(n.height-s)/2;break;case"right":l=n.right+o,c=n.top+(n.height-s)/2}if("bottom"===this.placement&&c+s>window.innerHeight-i){const t=n.top-s-o;t>=i?(c=t,d="top"):c=Math.min(c,window.innerHeight-s-i)}else if("top"===this.placement&&c<i){const t=n.bottom+o;t+s<=window.innerHeight-i?(c=t,d="bottom"):c=Math.max(i,c)}if("right"===this.placement&&l+r.width>window.innerWidth-i){const t=n.left-r.width-o;t>=i?(l=t,d="left"):l=Math.min(l,window.innerWidth-r.width-i)}else if("left"===this.placement&&l<i){const t=n.right+o;t+r.width<=window.innerWidth-i?(l=t,d="right"):l=Math.max(i,l)}l<i&&(l=i),c<i&&(c=i),l+r.width>window.innerWidth-i&&(l=window.innerWidth-r.width-i),c+s>window.innerHeight-i&&(c=window.innerHeight-s-i),d!==this.placement&&t.setAttribute("data-placement",d),t.style.left=`${l}px`,t.style.top=`${c}px`}}function Fd(t){if("string"!=typeof t)return!1;return!!["ae","ar","arc","bcc","bqi","ckb","dv","fa","glk","he","ku","mzn","nqo","pnb","prs","ps","sd","ug","ur","yi"].find(e=>e===t.toLowerCase())}jd.styles=S.AH`
6295
+ `}updated(t){if(t.has("opened"))if(this.opened){this.closeTimeout&&(clearTimeout(this.closeTimeout),this.closeTimeout=null),this.calcPosition();const t=this.contentRef.value,e=this.backdropRef.value;t&&(t.classList.remove("show"),t.classList.add("hide"),this.resizeObserver&&this.resizeObserver.observe(t)),e&&e.classList.remove("show"),requestAnimationFrame(()=>{t&&(t.classList.remove("hide"),t.classList.add("show")),e&&e.classList.add("show")})}else this.resizeObserver&&this.contentRef.value&&this.resizeObserver.unobserve(this.contentRef.value)}handleDocumentClick(t){if(!this.opened)return;t.composedPath().includes(this)||this.close()}handleEscape(t){"Escape"===t.key&&this.opened&&this.close()}handleResize(){this.opened&&this.calcPosition()}toggle(t){t.stopPropagation(),this.opened?this.close():this.open()}open(){this.opened=!0}close(){const t=this.contentRef.value,e=this.backdropRef.value;t?(t.classList.remove("show"),t.classList.add("hide"),e&&e.classList.remove("show"),this.closeTimeout=window.setTimeout(()=>{this.opened=!1,this.closeTimeout=null},250)):this.opened=!1}onBackdropClick(t){if(!t.composedPath().includes(this))return;t.target.closest(".popover-content")||(t.stopPropagation(),this.close())}calcPosition(){const t=this.contentRef.value;if(!t)return;const e=window.innerWidth<=768;if(this.isMobileView=e,e)return t.style.left="",t.style.top="",t.style.bottom="",void(t.style.right="");const n=this.getBoundingClientRect(),r=t.getBoundingClientRect(),o=10,i=10,a=window.innerHeight-20,s=Math.min(r.height,a);let l=0,c=0,d=this.placement;switch(this.placement){case"top":l=n.left+(n.width-r.width)/2,c=n.top-s-o;break;case"bottom":l=n.left+(n.width-r.width)/2,c=n.bottom+o;break;case"left":l=n.left-r.width-o,c=n.top+(n.height-s)/2;break;case"right":l=n.right+o,c=n.top+(n.height-s)/2}if("bottom"===this.placement&&c+s>window.innerHeight-i){const t=n.top-s-o;t>=i?(c=t,d="top"):c=Math.min(c,window.innerHeight-s-i)}else if("top"===this.placement&&c<i){const t=n.bottom+o;t+s<=window.innerHeight-i?(c=t,d="bottom"):c=Math.max(i,c)}if("right"===this.placement&&l+r.width>window.innerWidth-i){const t=n.left-r.width-o;t>=i?(l=t,d="left"):l=Math.min(l,window.innerWidth-r.width-i)}else if("left"===this.placement&&l<i){const t=n.right+o;t+r.width<=window.innerWidth-i?(l=t,d="right"):l=Math.max(i,l)}l<i&&(l=i),c<i&&(c=i),l+r.width>window.innerWidth-i&&(l=window.innerWidth-r.width-i),c+s>window.innerHeight-i&&(c=window.innerHeight-s-i),d!==this.placement&&t.setAttribute("data-placement",d),t.style.left=`${l}px`,t.style.top=`${c}px`}}function Ud(t){if("string"!=typeof t)return!1;return!!["ae","ar","arc","bcc","bqi","ckb","dv","fa","glk","he","ku","mzn","nqo","pnb","prs","ps","sd","ug","ur","yi"].find(e=>e===t.toLowerCase())}Fd.styles=S.AH`
6296
6296
  :host {
6297
6297
  display: inline-block;
6298
6298
  position: relative;
@@ -6430,4 +6430,4 @@
6430
6430
  .popover-content.mobile-centered::before {
6431
6431
  display: none;
6432
6432
  }
6433
- `,jd.properties={width:{type:String},opened:{type:Boolean},placement:{type:String},isMobileView:{type:Boolean,state:!0}},customElements.get($d)||customElements.define($d,jd),a.e(175).then(a.bind(a,60175)),a.e(567).then(a.bind(a,70567)),a.e(5713).then(a.bind(a,85713)),a.e(4569).then(a.bind(a,64569)),a.e(2547).then(a.bind(a,92547)),a.e(2956).then(a.bind(a,2956)),a.e(1529).then(a.bind(a,81529)),Promise.all([a.e(1936),a.e(1565)]).then(a.bind(a,61565)),a.e(271).then(a.bind(a,40271)),a.e(3095).then(a.bind(a,73095)),a.e(2377).then(a.bind(a,22377)),a.e(638).then(a.bind(a,638)),Promise.all([a.e(59),a.e(5813),a.e(4186)]).then(a.bind(a,14186)),a.e(8916).then(a.bind(a,48916)),a.e(752).then(a.bind(a,40752)),Promise.resolve().then(a.bind(a,15305)),a.e(2590).then(a.bind(a,2590)),a.e(380).then(a.bind(a,70380)),a.e(5501).then(a.bind(a,35501)),a.e(5133).then(a.bind(a,15133)),a.e(8646).then(a.bind(a,48646)),a.e(5849).then(a.bind(a,75849)),a.e(8042).then(a.bind(a,38042)),a.e(9990).then(a.bind(a,99990)),a.e(8983).then(a.bind(a,68983)),Promise.all([a.e(8876),a.e(168)]).then(a.bind(a,80168)),a.e(3932).then(a.bind(a,33932)),a.e(9453).then(a.bind(a,89453)),a.e(6036).then(a.bind(a,26036)),a.e(8443).then(a.bind(a,48443)),a.e(8570).then(a.bind(a,28570)),a.e(8570).then(a.bind(a,28570)),a.e(453).then(a.bind(a,50453)),a.e(3606).then(a.bind(a,13606)),a.e(3105).then(a.t.bind(a,63105,23)),a.e(7238).then(a.bind(a,97238)),a.e(4770).then(a.bind(a,94770)),a.e(5926).then(a.bind(a,83545)),a.e(8516).then(a.bind(a,8516)),a.e(170).then(a.bind(a,60170)),a.e(6442).then(a.bind(a,66442)),a.e(2234).then(a.bind(a,62234)),a.e(3521).then(a.bind(a,83521)),a.e(2834).then(a.bind(a,70453)),a.e(4288).then(a.bind(a,64288)),a.e(9041).then(a.bind(a,19041)),a.e(8654).then(a.bind(a,98654)),a.e(235).then(a.bind(a,20235)),a.e(407).then(a.bind(a,40407)),Promise.resolve().then(a.bind(a,66525)),a.e(8921).then(a.bind(a,38921)),a.e(112).then(a.bind(a,50112)),a.e(7155).then(a.bind(a,7155)),a.e(5411).then(a.bind(a,15411)),a.e(3971).then(a.bind(a,13971)),a.e(5839).then(a.bind(a,15839)),a.e(2350).then(a.bind(a,72350)),a.e(8064).then(a.bind(a,78064)),a.e(2963).then(a.bind(a,32963)),a.e(976).then(a.bind(a,976)),a.e(9570).then(a.bind(a,59570)),a.e(653).then(a.bind(a,50653)),a.e(467).then(a.bind(a,467)),a.e(2833).then(a.bind(a,52833)),a.e(9386).then(a.bind(a,89386)),a.e(5850).then(a.bind(a,75850)),a.e(975).then(a.bind(a,30975)),a.e(6496).then(a.bind(a,86496)),a.e(4100).then(a.bind(a,54100)),a.e(2397).then(a.bind(a,22397)),a.e(5530).then(a.bind(a,55530)),a.e(738).then(a.bind(a,60738)),a.e(4615).then(a.bind(a,14615)),a.e(7380).then(a.bind(a,27380)),a.e(2112).then(a.bind(a,2112)),a.e(7838).then(a.bind(a,67838)),a.e(8251).then(a.bind(a,38251)),a.e(4413).then(a.bind(a,14413)),a.e(3827).then(a.bind(a,93827)),a.e(9986).then(a.bind(a,39986)),a.e(3875).then(a.bind(a,33875)),a.e(4074).then(a.bind(a,94074)),a.e(3233).then(a.bind(a,73233)),a.e(4988).then(a.bind(a,94988)),a.e(4114).then(a.bind(a,84114)),a.e(2409).then(a.bind(a,22409)),a.e(4947).then(a.bind(a,94947)),a.e(4161).then(a.bind(a,54161)),a.e(7255).then(a.bind(a,7255)),a.e(2773).then(a.bind(a,2773)),a.e(7523).then(a.bind(a,67523)),a.e(1972).then(a.bind(a,41972)),Promise.all([a.e(59),a.e(5813),a.e(8173)]).then(a.bind(a,28173)),Promise.all([a.e(6216),a.e(7463)]).then(a.bind(a,97463)),Promise.all([a.e(59),a.e(2706)]).then(a.bind(a,12706)),Promise.all([a.e(59),a.e(6216),a.e(1317)]).then(a.bind(a,61317)),Promise.all([a.e(8876),a.e(8303)]).then(a.bind(a,98303)),a.e(898).then(a.bind(a,90898)),a.e(578).then(a.bind(a,10578)),a.e(7209).then(a.bind(a,27209)),a.e(2384).then(a.bind(a,92384)),Vi({href:"https://fonts.googleapis.com",ref:"preconnect",crossorigin:!0}),Vi({href:"https://fonts.gstatic.com",ref:"preconnect",crossorigin:!0});var Ud=a(96374);const Vd=t=>{{const{component:e,commands:n,helpers:r}=t;return{select:t=>{let{changeTab:e,tab:n}=t;"design"!==n.text&&e("design")},tabs:t=>{const e=[{text:"design"}];return e.forEach(e=>e.selected=e.selected=e.text===t),e},layout:t=>{let{tab:r,changeTab:o,tabs:i}=t;const a=[{type:"heading",level:6,text:"rootelement_editor_top_header"},{type:"fontFamily",text:"fontFamily",value:e.props?.style?.fontFamily,onChange:t=>{const e=t.target.value,n=(O.M.get("components"),L.Ay.getComponents().find(t=>"root"===t.type)),r=[];L.Ay.store().execCommand("style",{fontFamily:e}),n.treeWalk(t=>{if(t&&t.props&&!["root","section","block","row","col"].find(e=>e===t.type)&&(t.props.style&&t.props.style.fontFamily!==e&&L.Ay.store().updateComponent(t,"style",{fontFamily:e}),t.type.equalWith("text")&&r.push(t.tiptap),Array.isArray(t.props.items))){const n=JSON.parse(JSON.stringify(t.props.items));n.forEach(t=>{t&&(t.style?t.style.fontFamily=e:t.props&&t.props.style&&(t.props.style.fontFamily=e),t.props&&t.props.label_field&&t.props.label_field.props&&t.props.label_field.props.style&&(t.props.label_field.props.style.fontFamily=e))}),L.Ay.store().updateComponent(t,"items",n)}}),r.forEach(t=>{t.chain().selectAll().setFontFamily({cssRule:e}).run()})}},{type:"divider"},{type:"colorpicker",title:"default_color_paragraphs",value:e.props?.defaultColorParagraphs,onChange:t=>{const e=t.target.value,n=O.M.get("components").filter(t=>-1!==t.type.indexOf("text"));n.forEach(t=>{const n=t.tiptap,{state:r,view:o}=n,i=r.tr,a=[];r.doc.nodesBetween(0,r.doc.content.size,(t,e)=>{"paragraph"===t.type.name&&a.push({start:e+1,end:e+t.nodeSize-1})}),a.forEach(t=>{let{start:n,end:o}=t;r.doc.nodesBetween(n,o,(t,n)=>{if(t.isText){const o=t.marks.some(t=>"link"===t.type.name);if(o)return;let a={};const s=t.marks.find(t=>"textStyle"===t.type.name);s&&s.attrs&&(a={...s.attrs});const l={...a,color:e},c=r.schema.marks.textStyle.create(l);i.addMark(n,n+t.nodeSize,c)}})}),o.dispatch(i)}),L.Ay.store().execCommand("defaultColorParagraphs",e)}},{type:"divider"},{type:"colorpicker",title:"default_color_headings",value:e.props?.default_color_headings,onChange:t=>{const e=t.target.value,n=O.M.get("components").filter(t=>-1!==t.type.indexOf("text"));n.forEach(t=>{const n=t.tiptap,{state:r,view:o}=n,i=r.tr,a=[];r.doc.nodesBetween(0,r.doc.content.size,(t,e)=>{"heading"===t.type.name&&a.push({start:e+1,end:e+t.nodeSize-1})}),a.forEach(t=>{let{start:n,end:o}=t;r.doc.nodesBetween(n,o,(t,n)=>{if(t.isText){const o=t.marks.some(t=>"link"===t.type.name);if(o)return;let a={};const s=t.marks.find(t=>"textStyle"===t.type.name);s&&s.attrs&&(a={...s.attrs});const l={...a,color:e},c=r.schema.marks.textStyle.create(l);i.addMark(n,n+t.nodeSize,c)}})}),o.dispatch(i)}),L.Ay.store().execCommand("defaultColorHeadings",e)}},{type:"divider"},{type:"colorpicker",title:"default_background_buttons",value:e.props.defaultBackgroundButtons||e.props.default_background_buttons,onChange:t=>{const e=t.target.value;n.execCommand("defaultBackgroundButtons",e);const r=O.M.get("components").filter(t=>"button"===t.type),o=(0,Ud.w)("#000000",e);L.Ay.store().execCommand2({transactions:[{key:"style",value:{background:e,color:o}}],update:r})}},{type:"colorpicker",title:"default_color_buttons",value:e.props.defaultColorButtons||e.props.default_color_buttons,onChange:t=>{const e=t.target.value;L.Ay.store().execCommand2({transactions:[{key:"defaultColorButtons",value:e}],update:[O.M.get("components").find(t=>"root"===t.type)]});const n=O.M.get("components").filter(t=>"button"===t.type);L.Ay.store().execCommand2({transactions:[{key:"style",value:{color:e}}],update:n})}},{type:"divider"},{type:"slider",title:"block_width",min:500,max:1200,value:(()=>{const t=e.find("section");if(!t)return 0;const n=t.children.find(t=>"block"===t.type);return n?parseInt(n?.props?.style?.width):0})(),onInput:t=>{let n=t.target.value;n<500&&(n=500),n>1200&&(n=1200);const r=(()=>{const t=[],n=e.find("section");return n&&n.children.forEach(e=>{const n=O.M.get("components",e);n&&"block"===n.type&&t.push(n)}),t})();L.Ay.store().execCommand2({transactions:[{key:"style",value:{width:n+"px",maxWidth:"100%"}}],update:r})}},{type:"divider"},{type:"colorpicker",alpha:!1,value:e.props.style.background||"#fff",title:"page_background",onChange:t=>{const e=t.target.value;n.execCommand("style",{background:e})}},{type:"divider"},{type:"colorpicker",alpha:!1,title:"bgColor_blocks",onChange:t=>{const e=t.target.value,n=O.M.get("components").filter(t=>t.type.equalWith("block"));L.Ay.store().execCommand2({transactions:[{key:"style",value:{background:e}}],update:n})}},{type:"divider"},{type:"heading",level:6,text:"rootelement_editor_global_colors_heading"},{type:"heading",level:6,text:"Primary"},{type:"colorpicker",alpha:!1,title:"primaryColor",value:e.props.primaryColor||"#fff",onChange:t=>{const e=t.target.value;n.execCommand("primaryColor",e)}},{type:"colorpicker",alpha:!1,title:"primaryContrastColor",value:e.props.primaryContrastColor||"#fff",onChange:t=>{const e=t.target.value;n.execCommand("primaryContrastColor",e)}},{type:"divider"},{type:"heading",level:6,text:"secondary"},{type:"colorpicker",alpha:!1,title:"secondaryColor",value:e.props.secondaryColor||"#fff",onChange:t=>{const e=t.target.value;n.execCommand("secondaryColor",e)}},{type:"colorpicker",alpha:!1,title:"secondaryContrastColor",value:e.props.secondaryContrastColor||"#fff",onChange:t=>{const e=t.target.value;n.execCommand("secondaryContrastColor",e)}}];return a}}}},qd=t=>{let{helpers:e,template:n,globalStylesVar:r}=t;return{set:(t,o,i)=>{switch(o){case"style":return t[o]=i,e.mergeDiff(n,{style:t[o]}),!0;case"fontFamily":case"fontSize":case"paragraphFontSize":case"headingLvlOneFontSize":case"defaultColorParagraphs":case"defaultColorHeadings":case"defaultBackgroundButtons":case"defaultColorButtons":return t[o]=i,!0;case"primaryColor":case"secondaryColor":case"primaryContrastColor":case"secondaryContrastColor":case"secondaryColor":return t[o]=i,r.patch(t),!0;default:return!1}}}};var Wd=a(37101),Yd={};Yd.setAttributes=p(),Yd.insert=c().bind(null,"head"),Yd.domAPI=s(),Yd.insertStyleElement=u();o()(Wd.A,Yd);const Xd=Wd.A&&Wd.A.locals?Wd.A.locals:void 0;var Zd=a(23571);const Kd=document.createElement("style");Kd.patch=function(t){let{primaryColor:e,primaryContrastColor:n,secondaryColor:r,secondaryContrastColor:o}=t;e&&(Kd.innerHTML=`:root{--cdtr-primary:${e}}`),r&&(Kd.innerHTML+=`:root{--cdtr-secondary:${r}}`),o&&(Kd.innerHTML+=`:root{--cdtr-secondary-contrast:${r}}`),n&&(Kd.innerHTML+=`:root{--cdtr-primary-contrast:${n}}`)};const Jd=()=>{const t="root";return{name:t,create:e=>{const{createElement:r,compose:o,helpers:i}=e,{children:a,backgrounds:s,commands:l}=o,{mergeDiff:c,arrayToString:d}=l;o.style||(o.style={});const p=d("root-component",o.classList,Xd.root);document.head.append(Kd),Kd.patch(o.props);const h=(0,n.A)("div",{"data-id":o.id},a),u=(0,n.A)("div",(0,b.A)({},o,{className:p}),h);let f,m,g=(0,n.A)("style",null,'\n .text-component:after{\n content: "";\n position: absolute;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n background: transparent;\n }\n ');new Zd.Ay(h,{group:"section-component",animation:450,handle:".section-handle--sortable",onStart:t=>{document.body.style.position="fixed",document.body.appendChild(g);const e=t.item;f=e.previousSibling?.dataset.id,m=e.nextSibling?.dataset.id},onEnd:function(t){document.body.style.position=null,g.remove();const e=t.item,n=t.to,r=t.from,o=t.oldIndex,i=t.newIndex;t.oldDraggableIndex,t.newDraggableIndex,t.clone,t.pullMode;L.Ay.store().moveComponent({componentId:e.dataset.id,newParentId:n.dataset.id,oldParentId:r.dataset.id,oldIndex:o,newIndex:i})}});return L.Ay.on("update",()=>{setTimeout(()=>{const t=u.querySelector(`.${Xd.placeholder}`),e=h.children.length;0===e&&t||(e>0&&t?t.remove():0!==e||t||u.appendChild((0,n.A)("div",{className:Xd.placeholder},(0,n.A)("h1",null,"זה דף ריק,לחצו כאן כדי להוסיף אלמנטים, ורקעים"),(0,n.A)("div",null,(0,n.A)("paper-button",{onMousedown:()=>{T.A.dispatch("open_add_menu",{type:"section-component"})},style:"color:var(--primary)"},(0,n.A)("lang-text",{text:"for_quike_action_click_here"}))))))},0)}),r({name:t,id:o.id,template:u,childrenHolder:h,allowSortable:!0,defaultProps:{},validator:qd({template:u,helpers:i,globalStylesVar:Kd}),schema:o.schema,onSelect:()=>{},onDeselect:()=>{},elementProps:o,remove:()=>{u.remove()},createEditor:Vd})}}},Gd=t=>{{const{component:e,commands:n,helpers:r}=t;return e.props.style||(e.props.style={}),{select:t=>{let{changeTab:e,tab:n}=t;"design"!==n.text&&e("design")},tabs:t=>{const e=[{text:"design"}];return e.forEach(e=>e.selected=e.selected=e.text===t),e},layout:t=>{let{tab:r,changeTab:o,tabs:i}=t;const a=[{type:"divider"},{type:"slider",title:"height",active:()=>"design"===r.text,min:50,max:500,value:parseInt(e.props.style.minHeight),onInput:t=>{const e=t.target.value;n.execCommand("style",{minHeight:e+"px"})}},{type:"divider"},{type:"colorpicker",title:"backgroundColor",value:e.props.style.background||e.props.style.backgroundColor||"#fff",onChange:t=>{const e=t.target.value;n.execCommand("style",{background:e,backgroundColor:null})}},{type:"divider"},{type:"justifyContent",value:e?.props.justify||"flex-start",active:()=>"design"===r.text,onChange:t=>{const e=t.target.value;n.execCommand("justify",e,{find:"col"})}},{type:"alignItems",title:"alignItems",active:()=>"design"===r.text,value:e?.props.alignItems||"flex-start",onChange:t=>{const e=t.target.value;n.execCommand("alignItems",e,{find:"col"})}},{type:"spacingPicker",active:()=>"design"===r.text,hasLeft:!1,hasRight:!1,value:{top:parseInt(e?.props?.style?.paddingTop)||parseInt(e?.props?.style?.padding)||0,bottom:parseInt(e?.props?.style?.paddingBottom)||parseInt(e?.props?.style?.padding)||0,left:parseInt(e?.props?.style?.paddingLeft)||parseInt(e?.props?.style?.padding)||0,right:parseInt(e?.props?.style?.paddingRight)||parseInt(e?.props?.style?.padding)||0},onChange:t=>{const e=t.target.value;n.execCommand("style",{padding:e+"px"},{find:"col"})}}];return a}}}},Qd=t=>{let{helpers:e,template:n,row:r}=t;return{set:(t,e,r)=>{switch(e){case"style":case"justify":case"alignItems":return t[e]=r,!0;case"md":case"sm":case"lg":case"xl":t[e]=r,n.setAttribute(e,r);return 0===parseInt(r)?(n.removeAttribute("lg"),n.removeAttribute("xl")):(n.setAttribute("lg",r),n.setAttribute("xl",r)),!0;default:return!1}}}};var tp=a(71527),ep={};ep.setAttributes=p(),ep.insert=c().bind(null,"head"),ep.domAPI=s(),ep.insertStyleElement=u();o()(tp.A,ep);const np=tp.A&&tp.A.locals?tp.A.locals:void 0,rp=()=>({name:"col",create:t=>{const{createElement:e,compose:r,helpers:o}=t,{children:i,backgrounds:a,commands:s}=r,{mergeDiff:l,arrayToString:c}=s;r.props.justify||(r.props.justify="center");const d=new _i.A,p={element:t=>r.props.style};Un.use(vr());let h=Un.createStyleSheet(p,{link:!0}).attach();h.update();const u=c("col-component",np.root,r.classList,h.classes.element),f=(0,n.A)("cdtr-row",null,i),m=(0,n.A)("cdtr-row",{className:c("row-of-col",np.row)},f),g=(0,n.A)("cdtr-col",{className:u},m);g.setAttribute("droppable-direction","left,right");r.editor.on("update",()=>{d.run(()=>{const t=g.parentElement;t&&"block"===t.dataset.type?g.setAttribute("droppable-element","col"):g.removeAttribute("droppable-element")})}),g.setAttribute("draggable-direction","left,right"),g.setAttribute("lg",r.props.lg),r.props||(r.props={});const b=e({name:"col",id:r.id,template:g,handleBar:!0,draggable:{group:"col"},render:()=>{b.props.justify&&(f.justify=b.props.justify,m.justify=b.props.justify),b.props.style||(b.props.style={}),b.props.style.height?m.style.height=b.props.style.height:m.style.height="",b.props.style.minHeight?m.style.minHeight=b.props.style.minHeight:m.style.minHeight="",b.props.alignItems&&(m.alignItems=b.props.alignItems),b.props.lg;{const t=parseInt(b.props.lg);0===t?(g.removeAttribute("lg"),g.removeAttribute("xl")):(g.setAttribute("lg",t),g.setAttribute("xl",t))}o.mergeDiff(g,{style:r.props.style})},childrenHolder:m,allowSortable:!0,defaultProps:{},validator:Qd({template:g,helpers:o,row:m}),schema:r.schema,onSelect:t=>{g.classList.add(t)},onDeselect:t=>{g.classList.remove(t)},elementProps:r,remove:()=>{g.remove()},createEditor:Gd});return b}});var op=a(53756),ip={};ip.setAttributes=p(),ip.insert=c().bind(null,"head"),ip.domAPI=s(),ip.insertStyleElement=u();o()(op.A,ip);const ap=op.A&&op.A.locals?op.A.locals:void 0;var sp=a(35962);const lp=t=>{{const{component:e,commands:n,helpers:r}=t;return{select:t=>{let{changeTab:e,tab:n}=t;n.text||e("background")},tabs:t=>{const e=[{text:"background"},{text:"settings"}];return t?(e.forEach(e=>e.selected=e.selected=e.text===t),e):e},layout:t=>{const{tab:r,changeTab:o,tabs:i}=t,a=[{type:"background",hasPreview:!0,hasInput:!0,value:e.props.background,src:e.props.background?.properties?.src,onChange:t=>{const e=t.detail.src;n.execCommand("background",{type:"images",component:"cdtr-images-preset",properties:{src:e,style:{backgroundAttachment:"fixed",backgroundPosition:"center",backgroundRepeat:"no-repeat",backgroundSize:"cover"}}})}},{type:"divider"},{type:"colorpicker",title:"backgroundColor",value:e.props.style.background||e.props.style.backgroundColor||"#fff",onChange:t=>{const e=t.target.value;n.execCommand("style",{background:e,backgroundColor:null}),n.execCommand("background",null)}}];return a}}}};const cp=t=>{const{mergeDiff:e,deepMerge:r}=t.helpers,o=t.compose;o.props.style.minHeight||(o.props.style.minHeight="100px"),o.props.style.width="100%";const i=(0,_.A)("section-component",o.classList,ap.section),s=(0,n.A)("div",{style:{position:"absolute",left:0,top:0,height:"100%",width:"100%",overflow:"hidden",opacity:o.opacity||1}});function l(t){const n=()=>{const n=document.createElement(t.component);s.appendChild(n),e(n,t.properties)};for(;s.firstChild;)s.firstChild.remove();t&&(t.installed?n():t.component&&("cdtr-media-player"===t.component&&(t.component="cdtr-background-video"),"images-preset"===t.component&&(t.component="cdtr-images-preset"),a(604)(`./${t.component}`).then(t=>{n()})))}o.background?l(o.background):o.background={};const c=(0,n.A)("div",{style:{minHeight:"50px"},className:(0,_.A)("sortable-element--with-section",ap.layerBlock),"data-id":o.id},o.children);o.bottomStyle||(o.bottomStyle={},o.bottomStyle.style={height:0});const d=()=>(0,n.A)("div",{className:ap.placeholder},(0,n.A)("h3",null,(0,n.A)("lang-text",{text:"empty_section_info"})),(0,n.A)("div",null,(0,n.A)("paper-button",{onMouseUp:()=>{T.A.dispatch("open_add_menu",{type:"block-component"})},style:"color:var(--primary)"},(0,n.A)("lang-text",{text:"click_here_to_add"})))),p=(0,n.A)("section",(0,b.A)({},o,{"droppable-element":o.type,"droppable-direction":"top,bottom","droppable-if":"empty","droppable-level":"5","droppable-bottom":"lastChild",className:i}),s,c,o.elements);o.props.alignItems&&(c.style.justifyContent=o.props.alignItems),0===c.children.length&&p.appendChild(d());const h=()=>{setTimeout(()=>{const t=p.querySelector(`.${ap.placeholder}`),e=c.children.length;0===e&&t||(e>0&&t?t.remove():0!==e||t||p.appendChild(d()))},0)};L.Ay.on("update",()=>h()),h();let u,f,m=(0,n.A)("style",null,'\n .text-component:after{\n content: "";\n position: absolute;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n background: transparent;\n }\n ');const g=new Zd.Ay(c,{group:"block-component",animation:300,handle:".block-handle--sortable",draggable:".block-component",easing:"cubic-bezier(1, 0, 0, 1)",onStart:t=>{document.body.appendChild(m);const e=t.item;u=e.previousSibling?.dataset.id,f=e.nextSibling?.dataset.id},onEnd:function(t){m.remove();const e=t.item.dataset.id,n=t.to.dataset.id,r=t.from.dataset.id,o=t.oldIndex;let i=t.newIndex;L.Ay.store().moveComponent({componentId:e,newParentId:n,oldParentId:r,oldIndex:o,newIndex:i,direction:i>o?"bottom":"top"})}}),y={set:(t,n,o)=>{switch(n){case"bottomStyle":return t[n]=r(t[n],o),e(marginBottomEl,{style:t[n].style}),!0;case"alignItems":return t[n]=o,c.style.justifyContent=o,!0;case"opacity":return t[n]=o,s.style.opacity=o,!0;case"background":return t[n]=o,l(o),!0;case"style":return t[n]=r(t[n],o),e(p,{style:t[n]}),!0;case"is_removed":return e(p,{is_removed:o}),!0;default:return!1}}},w=(0,sp.n)({id:o.id,name:"section",template:p,allowSortable:!0,schema:o.schema,draggable:{group:"section",direction:"top,bottom"},render:()=>{},destroy:()=>{"function"==typeof g.destroy&&g.destroy(),L.Ay.off("update",()=>h())},remove:()=>{p.remove()},onSelect:t=>{p.classList.add(t)},onDeselect:t=>{p.classList.remove(t)},elementProps:o,validator:y,createEditor:lp,commands:{},defaultProps:{},childrenHolder:c});return((t,e,n)=>{const r=document.createElement("div");r.classList.add(ap.resizeBar),r.setAttribute("draggable","false"),t.appendChild(r);let o=!1,i=0,a=0;const s=n=>{if(!o)return;const r=n.clientY-i,s=Math.max(10,a+r)+"px";t.style.minHeight=s,e.commands.execCommand("style",{minHeight:s})},l=()=>{o&&(o=!1,r.classList.remove(ap.dragging),document.removeEventListener("mousemove",s),document.removeEventListener("mouseup",l))};r.addEventListener("mousedown",e=>{e.preventDefault(),e.stopPropagation(),o=!0,i=e.clientY;const c=t.style.minHeight||getComputedStyle(t).minHeight||n.props.style.minHeight||"100px";a=parseFloat(c)||100,document.addEventListener("mousemove",s),document.addEventListener("mouseup",l),r.classList.add(ap.dragging)})})(p,w,o),w},dp=()=>({name:"section",create:t=>cp(t)}),pp=t=>{{const{component:e,commands:n,helpers:r}=t;return{select:t=>{let{changeTab:e,tab:n}=t;"design"!==n.text&&e("design")},tabs:t=>{const e=[{text:"design"},{text:"animations"},{text:"settings"}];return e.forEach(e=>e.selected=e.selected=e.text===t),e},layout:t=>{let{tab:r,changeTab:o,tabs:i}=t;const a=e.closest("col")||e.closest("block"),s=[{type:"colorpicker",title:"background",value:e.props.style.background||e.props.style.backgroundColor||"#fff",onChange:t=>{const e=t.target.value;n.execCommand("style",{background:e,backgroundColor:null})}},,{type:"slider",title:"width",value:parseFloat(e.props.style.width),unit:"px",min:20,max:parseInt(window.getComputedStyle(a?.element)?.width||0),onInput:t=>{const e=t.target.value;n.execCommand("style",{width:e+"px",maxWidth:"100%"})}},{type:"slider",title:"height",value:parseFloat(e.props.style.minHeight)||0,unit:"px",min:100,max:800,onInput:t=>{const e=t.target.value;n.execCommand("style",{minHeight:e+"px"})}},{type:"divider"},{type:"heading",level:5,text:"borderSize"},{type:"slider",title:"size",unit:"px",value:parseFloat(e.props.style.borderWidth),min:1,max:20,onInput:t=>{const e=t.target.value;n.execCommand("style",{borderWidth:e+"px"})}},{type:"slider",title:"radius",unit:"px",value:parseFloat(e.props.style.borderRadius),min:0,max:10,step:.1,onInput:t=>{const e=t.target.value;n.execCommand("style",{borderRadius:e+"px"})}},{type:"borderpicker",title:"style",value:e.props.style.borderStyle,onChange:t=>{const e=t.target.value;n.execCommand("style",{borderStyle:e})}},{type:"colorpicker",title:"color",value:e.props.style.borderColor,onChange:t=>{const e=t.target.value;n.execCommand("style",{borderColor:e})}},{type:"spacingPicker",active:()=>"design"===r.text,hasLeft:!1,hasRight:!1,value:{top:parseInt(e?.props?.style?.paddingTop)||parseInt(e?.props?.style?.padding)||0,bottom:parseInt(e?.props?.style?.paddingBottom)||parseInt(e?.props?.style?.padding)||0,left:parseInt(e?.props?.style?.paddingLeft)||parseInt(e?.props?.style?.padding)||0,right:parseInt(e?.props?.style?.paddingRight)||parseInt(e?.props?.style?.padding)||0},onChange:t=>{const e=t.target.value;n.execCommand("style",{padding:e+"px"})}}];return s}}}},hp=t=>{let{helpers:e}=t;return{set:(t,n,r)=>{switch(n){case"style":case"lg":return t[n]=e.deepMerge(t[n],r),!0}}}};var up=a(28158),fp={};fp.setAttributes=p(),fp.insert=c().bind(null,"head"),fp.domAPI=s(),fp.insertStyleElement=u();o()(up.A,fp);const mp=up.A&&up.A.locals?up.A.locals:void 0,gp=t=>{let{channel:e}=t;const n="card";return{name:n,menu:t=>{let{Compose:e}=t;return new e({type:n,children:[{type:"image",props:{}}],props:{style:{width:"300px",background:"#fff"}}},{group:"col",name:n,puzzle:[{type:"article"}],tags:[n],index:null})},create:t=>{const{createElement:e,compose:r,helpers:o}=t,{arrayToString:i,mergeDiff:a}=o,{children:s}=r,l=i(mp.root,r.classList),c=document.createElement("div"),d=document.createElement("div");s[0].forEach(t=>{d.appendChild(t)}),c.append(d),c.className=l;const p=r.props.style;return e({name:n,id:r.id,template:c,handleBar:!0,draggable:{group:"col"},childrenHolder:d,allowSortable:!0,defaultProps:{style:{borderRadius:".2rem",width:"300px",maxWidth:"100%"}},validator:hp({template:c,helpers:o,children:s}),schema:r.schema,render:()=>{const t=p.width;if(p.height||(c.style.height="100%"),!parseInt(t)&&p.maxWidth){const t=p.padding||0;p.width=parseInt(p.maxWidth)-2*parseInt(t,10)+"px"}a(c,{style:p}),r.props.background&&"images"===r.props.background.type&&r.props.background.properties.src&&(c.style.backgroundImage=`url(${r.props.background.properties.src})`)},onSelect:t=>{c.classList.add(t)},onDeselect:t=>{c.classList.remove(t)},elementProps:r,remove:()=>{c.remove()},createEditor:pp})}}};class bp{constructor(t){this.site=void 0,this.commands=void 0,this.editor=void 0,this.content=void 0,t.channel||="newsletter",this.content=null,this.editor={setContent:e=>this.replaceEditorContent(t,e)},this.commands=this.createCommands(),O.M.set({commands:this.commands}),O.M.set({setEditorContent:t=>this.editor.setContent(t)});const e=this.resolveTargetElement(t);O.M.set({editor:L.Ay}),this.applyTargetStyles(e),this.registerEditorEvents(),this.initializeStore(t),L.Ay.configure=t?.editor?.configure,"string"==typeof t?.studioToken&&t.studioToken.length>0&&(L.Ay.studioToken=t.studioToken),"function"==typeof t?.studioTokenProvider&&(L.Ay.studioTokenProvider=t.studioTokenProvider),this.initializeEditorAndApp(t,e),t.collaborator&&L.Ay.connectWithCloud(t.collaborator)}replaceEditorContent(t,e){const n=O.M.get("components");Array.isArray(n)&&n.forEach(t=>{const e=t;e.destroy&&"function"==typeof e.destroy&&e.destroy()}),this.content&&this.content.remove(),this.content=zi({target:t.target,page:{},components:e||[]},()=>{T.A.dispatch("editor-content-replaced",{})})}createCommands(){return{snackbar:t=>{T.A.dispatch("snackbar",{text:t})},langs:()=>O.M.get("lang"),lang:t=>O.M.get("lang",t),injectEditor:t=>{const e=O.M.get("injectEditor");e&&e(t)},execCommand:(t,e)=>{L.Ay.store().execCommand(t,e)},toJSON:R.U2,toHTML:R.FE}}resolveTargetElement(t){if("string"==typeof t.target){const e=document.getElementById(t.target);if(!e)throw new Error("string must be valid id or htmlElement");return t.target=e,e}if(t.target instanceof HTMLElement)return t.target;const e=document.createElement("div");return document.body.appendChild(e),t.target=e,e}applyTargetStyles(t){t.style.maxHeight="100vh",t.style.overflow="hidden",t.style.position="relative"}registerEditorEvents(){L.Ay.on("change",()=>{(0,R.U2)()})}initializeStore(t){O.M.set({app:{_id:t.appId,name:t.documentName}}),t.languageJson&&O.M.set({lang:t.languageJson})}initializeEditorAndApp(t,e){const n=this.buildLangConfig(t.language??"");O.M.set({langConfig:n}),this.applyTheme(t,e,n);const r=this.buildSchemes(t,n);this.startInitialApplication(t,r)}buildLangConfig(t){return Fd(t)?{direction:"rtl",align:"right",justifyContent:"flex-start",justify:"start",rowDirection:"row"}:{direction:"ltr",align:"left",justifyContent:"flex-end",justify:"end",rowDirection:"row-reverse"}}applyTheme(t,n,r){t.theme||(t.theme={}),t.theme.textAlign??=r.align,t.theme.direction??=r.direction,t.theme.justifyContent??=r.justifyContent,t.theme.rowDirection??=r.rowDirection;const o=e(t.theme);O.M.set({theme:o.theme}),n.appendChild(o.styleTag)}buildSchemes(t,e){const n=L.Ay,r=[...Array.isArray(n?.configure?.plugins)?[...n.configure.plugins]:[],dp,Jd,rp,gp].map(n=>n({channel:t.channel||"web",languages:t.languageJson,direction:e.direction,textAlign:e.align})),o=t;return o.editor.configure.plugins=r,O.M.set({config:o,schemes:r}),r}startInitialApplication(t,e){let n=null,r=0,o=null;if(t.hasLoader){n=Ui();const t=document.body.style.overflow,e=document.documentElement.style.overflow;document.documentElement.style.overflow="hidden",document.body.style.overflow="hidden",document.body.appendChild(n),r=Date.now(),o=()=>{document.body.style.overflow=t,document.documentElement.style.overflow=e}}return this.content=zi({target:t.target,page:{},components:t.components||[]},()=>{const t=()=>{o?.(),o=null,n&&(n.remove(),n=null);const t=O.M.get("components").find(t=>"root"===t.type);t&&L.Ay.clean().selectComponent(t)};if(n&&r>0){const e=Date.now()-r,n=bp.LOADER_MIN_MS-e;if(n>0)return void setTimeout(t,n)}t()}),e}}bp.LOADER_MIN_MS=3e3;const yp=bp;function wp(){const t="image";return{id:"1",name:t,menu:e=>{let{Compose:n}=e;return new n((()=>{const e="400px",n="250px";return{type:t,props:{alt:"image",width:e,height:n,style:{height:"auto",width:e,maxWidth:"100%",minWidth:"30px",objectFit:"fill"},src:`https://api.creaditor.com/images/placeholder?width=${parseInt(e)||250}&height=${parseInt(n)||250}`,isOpenWithModal:!1,isFullWidthOnMobile:!1,isRatioLock:!0}}})(),{group:"elements",name:t,puzzle:[{type:"image"}],tags:[t],index:null})},lazy:t=>{a.e(6151).then(a.bind(a,36151)).then(e=>{t(e.default())})}}}function Ap(t){const{languages:e,direction:n,textAlign:r}=t,o="@paragraph/text";return{id:o,name:o,menu:t=>{let{Compose:i}=t;return new i({type:o,props:{text:{childNodes:{type:"doc",content:[{type:"paragraph",attrs:{lineHeight:"1.4",direction:n,textAlign:r},content:[{marks:[{type:"textStyle",attrs:{fontFamily:"Arial",fontSize:"16px",color:"#000"}}],type:"text",text:e.generalText}]}]}}}},{group:"elements",name:"text",puzzle:[{type:"text"}],tags:[o],index:0})},lazy:t=>{a.e(1271).then(a.bind(a,71271)).then(e=>{t(e.default(Ap.data))})}}}Ap.configure=t=>{let{fontSize:e,title:n,suffix:r,prefix:o,fonts:i,direction:a,textAlign:s}=t;return Ap.data={fontSize:e,title:n,suffix:r,prefix:o,fonts:i,direction:a,textAlign:s},Ap};const xp="video";function _p(t){let{channel:e}=t;return"web"===e?{id:"vvidoe-4Kj^43",name:xp,menu:t=>{let{Compose:e}=t;return new e({type:xp,props:{height:"auto",width:"400px",height:"300px",playing:!1,loop:!1,light:!1,controls:!0,autoPlay:!1,muted:!1,url:"https://www.youtube.com/watch?v=04Or_U9OexU"}},{group:"elements",name:xp,puzzle:[{type:"video"}],tags:[xp],index:null})},lazy:t=>{Promise.all([a.e(5284),a.e(1142)]).then(a.bind(a,41142)).then(e=>{t(e.default())})}}:"newsletter"===e?{id:"vvidoe-4Kj^43",name:xp,menu:t=>{let{Compose:e}=t;return new e({type:xp,props:{height:"auto",width:"400px",height:"300px",playing:!1,loop:!1,light:!1,controls:!0,autoPlay:!1,muted:!1,url:"https://www.youtube.com/watch?v=04Or_U9OexU"}},{group:"elements",name:xp,puzzle:[{type:"video"}],tags:[xp],index:null})},lazy:t=>{Promise.all([a.e(5284),a.e(3735)]).then(a.bind(a,43735)).then(e=>{t(e.default())})}}:void 0}function vp(t){const{languages:e,direction:n,textAlign:r}=t,o="text",i=`${o}/heading1`;return{id:i,name:o,menu:t=>{let{Compose:a}=t;return new a({type:o,props:{text:{childNodes:{type:"doc",content:[{type:"heading",attrs:{level:1,lineHeight:"1.4",direction:n,textAlign:r},content:[{marks:[{type:"textStyle",attrs:{fontFamily:"Arial",fontSize:"62px",color:"#000"}}],type:"text",text:e.bigHeading}]}]}}}},{id:i,group:"elements",name:"heading 1",puzzle:[{type:"heading1"}],tags:[o],index:0})},lazy:t=>{a.e(1271).then(a.bind(a,71271)).then(e=>{t(e.default(vp.data))})}}}function kp(t){const e="text",{languages:n,direction:r,textAlign:o}=t;return{id:"5445",name:e,menu:t=>{let{Compose:i}=t;return new i({type:e,props:{text:{childNodes:{type:"doc",content:[{type:"heading",attrs:{level:2,lineHeight:"1.4",direction:r,textAlign:o},content:[{marks:[{type:"textStyle",attrs:{fontFamily:"Arial",fontSize:"42px",color:"#000"}}],type:"text",text:n.mediumHeading}]}]}}}},{id:`${e}/heading2`,group:"elements",name:"heading 2",puzzle:[{type:"heading2"}],tags:[e],index:0})},lazy:t=>{a.e(1271).then(a.bind(a,71271)).then(e=>{t(e.default(kp.data))})}}}function Cp(t){const e="text",{languages:n,direction:r,textAlign:o}=t;return{id:"544663",name:e,menu:t=>{let{Compose:i}=t;return new i({type:e,props:{text:{childNodes:{type:"doc",content:[{type:"heading",attrs:{level:3,lineHeight:"1.4",direction:r,textAlign:o},content:[{marks:[{type:"textStyle",attrs:{fontFamily:"Arial",fontSize:"24px",color:"#000"}}],type:"text",text:n.smallHeading}]}]}}}},{id:`${e}/heading3`,group:"elements",name:"heading 3",puzzle:[{type:"heading3"}],tags:[e],index:0})},lazy:t=>{a.e(1271).then(a.bind(a,71271)).then(e=>{t(e.default(Cp.data))})}}}function Ep(){const t="icon";return{id:"icon-menu",name:t,menu:e=>{let{Compose:n}=e;return new n((()=>{const e="24px";return{type:t,props:{alt:"icon",style:{width:e,height:e,maxWidth:"100%",maxHeight:"100%",display:"inline-block"},src:"https://img.creaditor.ai/icons/serve/Arrows/arrow-right-line.png?width=24&height=24&color=000000"}}})(),{group:"elements",name:t,puzzle:'<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M19 21.0001H5C4.44772 21.0001 4 20.5524 4 20.0001V11.0001H1L11.3273 1.61162C11.7087 1.26487 12.2913 1.26487 12.6727 1.61162L23 11.0001H20V20.0001C20 20.5524 19.5523 21.0001 19 21.0001ZM6 19.0001H18V9.15757L12 3.70302L6 9.15757V19.0001ZM8 15.0001H16V17.0001H8V15.0001Z" fill="black"/>\n</svg>\n',tags:[t],index:null})},lazy:t=>{a.e(2765).then(a.bind(a,12765)).then(e=>{t(e.default())})}}}vp.configure=t=>(vp.data=t,vp),kp.configure=t=>(kp.data=t,kp),Cp.configure=t=>(Cp.data=t,Cp);const Sp="countdown-v2";function Mp(t){let{channel:e}=t;return"web"===e?{id:"1",name:Sp,menu:t=>{let{Compose:e}=t;return new e(((n=new Date).setHours(n.getMinutes()+30),{type:Sp,props:{hasColons:!0,hasLabels:!0,date:n.toString(),countdownMode:"target",loopDuration:"10m",lang:"en",style:{},classList:[],containerWidth:"300px",containerBg:"transparent",containerRadius:"0",colBg:"transparent",colBorderStyle:"none",colBorderSize:"0",colBorderColor:"none",colBorderPadding:"0",colBorderRadius:"100px",template:1,labelText:"",numberSize:"30px",numberColor:"black",numberFontFamily:"Inter",labelSize:"14px",labelColor:"black",labelfontFamily:"Arial"}}),{id:Sp,group:"elements",name:Sp,puzzle:[{type:"countdown"}],tags:[Sp],index:null});var n},lazy:t=>{a.e(8250).then(a.bind(a,78250)).then(e=>{t(e.default())})}}:"newsletter"===e?{id:"1",name:Sp,menu:t=>{let{Compose:e}=t;return new e(((n=new Date).setMinutes(n.getMinutes()+30),{type:Sp,props:{hasColons:!0,hasLabels:!0,date:n.toString(),countdownMode:"target",loopDuration:"10m",language:"he",style:{},classList:[],containerWidth:"400px",containerBg:"transparent",containerRadius:"0",colBg:"transparent",colBorderStyle:"none",colBorderSize:"0",colBorderColor:"none",colBorderPadding:"0",colBorderRadius:"100px",template:1,labelText:"",numberSize:"30px",numberColor:"black",numberFontFamily:"Inter",labelSize:"14px",labelColor:"black",labelfontFamily:"Arial"}}),{group:"elements",name:Sp,puzzle:'<svg width="20" height="35" viewBox="0 0 20 35" fill="none" xmlns="http://www.w3.org/2000/svg">\n<g clip-path="url(#clip0_2932_18)">\n<path d="M18.4008 16.1206C18.4008 20.7787 14.4867 24.6006 9.60078 24.6006C4.71489 24.6006 0.800781 20.7787 0.800781 16.1206C0.800781 11.4626 4.71489 7.64062 9.60078 7.64062C14.4867 7.64062 18.4008 11.4626 18.4008 16.1206Z" stroke="black" stroke-width="1.6"/>\n<path d="M7.02148 5.16889C7.02148 5.07561 7.0971 5 7.19037 5H12.0112C12.1045 5 12.1801 5.07561 12.1801 5.16889C12.1801 6.04763 11.4677 6.76 10.589 6.76H8.61262C7.73385 6.76 7.02148 6.04763 7.02148 5.16889Z" fill="#D9D9D9" stroke="black" stroke-width="0.8"/>\n<path d="M17.4715 9.05481L16.7826 8.32587C16.6308 8.16531 16.3736 8.1537 16.208 8.29994L15.7713 8.68556C15.6058 8.8318 15.5945 9.0805 15.7463 9.24106L16.4352 9.97C16.5869 10.1306 16.8442 10.1422 17.0098 9.99593L17.4464 9.61031C17.612 9.46407 17.6232 9.21537 17.4715 9.05481Z" fill="#D9D9D9" stroke="black" stroke-width="0.8"/>\n<path d="M10 11.3984V17.6385" stroke="black" stroke-width="0.8" stroke-linecap="round"/>\n<path d="M7.51172 14.0078L9.90676 17.6644" stroke="black" stroke-width="0.8" stroke-linecap="round"/>\n</g>\n<path d="M4.26034 26.2254L6.56843 32.77H6.65954L8.96763 26.2254H9.95464L7.0999 34H6.12807L3.27333 26.2254H4.26034ZM11.029 34V33.3167L13.5952 30.5075C13.8964 30.1785 14.1444 29.8925 14.3392 29.6496C14.5341 29.4041 14.6784 29.1738 14.772 28.9586C14.8682 28.741 14.9163 28.5132 14.9163 28.2753C14.9163 28.002 14.8505 27.7654 14.7189 27.5654C14.5898 27.3655 14.4126 27.2111 14.1874 27.1023C13.9622 26.9935 13.7091 26.9391 13.4282 26.9391C13.1295 26.9391 12.8689 27.0011 12.6461 27.1251C12.426 27.2466 12.2551 27.4174 12.1337 27.6376C12.0147 27.8577 11.9552 28.1159 11.9552 28.412H11.0593C11.0593 27.9564 11.1644 27.5566 11.3744 27.2124C11.5845 26.8682 11.8705 26.5999 12.2324 26.4076C12.5968 26.2153 13.0055 26.1191 13.4585 26.1191C13.9141 26.1191 14.3177 26.2153 14.6695 26.4076C15.0213 26.5999 15.2972 26.8593 15.4971 27.1858C15.697 27.5123 15.797 27.8755 15.797 28.2753C15.797 28.5613 15.7451 28.841 15.6413 29.1143C15.5401 29.3851 15.363 29.6875 15.1099 30.0216C14.8593 30.3531 14.5113 30.758 14.0659 31.2364L12.3197 33.1041V33.1648H15.9337V34H11.029Z" fill="black"/>\n<defs>\n<clipPath id="clip0_2932_18">\n<rect width="19.2" height="30" fill="white"/>\n</clipPath>\n</defs>\n</svg>\n',tags:[Sp],index:null});var n},lazy:t=>{a.e(7483).then(a.bind(a,57483)).then(e=>{t(e.default())})}}:void 0}const Bp="countdown";function Op(t){let{channel:e}=t;return"web"===e?{id:"1",name:Bp,menu:t=>{let{Compose:e}=t;return new e(((n=new Date).setHours(n.getMinutes()+30),{type:Bp,props:{hasColons:!0,hasLabels:!0,date:n.toString(),language:"he",style:{},classList:[],containerWidth:"300px",containerBg:"transparent",containerRadius:"0",colBg:"transparent",colBorderStyle:"none",colBorderSize:"0",colBorderColor:"none",colBorderPadding:"0",colBorderRadius:"100px",numberSize:"30px",numberColor:"black",numberFontFamily:"Arial",labelSize:"14px",labelColor:"black",labelfontFamily:"Arial"}}),{id:Bp,group:"elements",name:Bp,puzzle:[{type:"countdown"}],tags:[Bp],index:null});var n},lazy:t=>{a.e(8250).then(a.bind(a,78250)).then(e=>{t(e.default())})}}:"newsletter"===e?{id:"1",name:Bp,menu:t=>{let{Compose:e}=t;return new e(((n=new Date).setMinutes(n.getMinutes()+30),{type:Bp,props:{hasColons:!0,hasLabels:!0,date:n.toString(),language:"he",style:{},classList:[],containerWidth:"400px",containerBg:"transparent",containerRadius:"0",colBg:"transparent",colBorderStyle:"none",colBorderSize:"0",colBorderColor:"none",colBorderPadding:"0",colBorderRadius:"100px",numberSize:"30px",numberColor:"black",numberFontFamily:"Arial",labelSize:"14px",labelColor:"black",labelfontFamily:"Arial"}}),{group:"elements",name:Bp,puzzle:[{type:"countdown"}],tags:[Bp],index:null});var n},lazy:t=>{a.e(7466).then(a.bind(a,47466)).then(e=>{t(e.default())})}}:void 0}function Lp(t){const{languages:e}=t,n="button";return{id:"button-menu",name:n,menu:t=>{let{Compose:r}=t;return new r({type:n,props:{text:e.readMore,style:{height:"auto",width:"100px",maxWidth:"100%",minWidth:"30px",background:"#000",color:"#fff"}}},{group:"elements",name:n,puzzle:[{type:"button"}],tags:[n],index:null})},lazy:t=>{a.e(763).then(a.bind(a,10763)).then(e=>{t(e.default())})}}}const Tp="map";function Ip(t){let{channel:e}=t;return"web"===e?{id:"1",name:Tp,menu:t=>{let{Compose:e}=t;return new e({type:Tp,props:{width:200,height:200,style:{height:"200px",width:"200px"},address:"תל אביב"}},{group:"elements",name:Tp,puzzle:[{type:"map"}],tags:[Tp],index:null})},lazy:t=>{a.e(6814).then(a.bind(a,46814)).then(e=>{t(e.default())})}}:"newsletter"===e?{id:"1",name:Tp,menu:t=>{let{Compose:e}=t;return new e({type:Tp,props:{width:200,height:200,style:{height:"200px",width:"200px"},address:"תל אביב",lang:"he"}},{group:"elements",name:Tp,puzzle:[{type:"map"}],tags:[Tp],index:null})},lazy:t=>{a.e(6751).then(a.bind(a,56751)).then(e=>{t(e.default())})}}:void 0}const Np="social";function Rp(t){let{channel:e}=t;return"web"===e?{id:"1",name:Np,menu:t=>{let{Compose:e}=t;return new e(((n=new Date).setMinutes(n.getMinutes()+30),{type:Np,props:{}}),{group:"elements",name:Np,puzzle:[{type:"social"}],tags:[Np],index:null});var n},lazy:t=>{a.e(8250).then(a.bind(a,78250)).then(e=>{t(e.default())})}}:"newsletter"===e?{id:"1",name:Np,menu:t=>{let{Compose:e}=t;return new e(((n=new Date).setMinutes(n.getMinutes()+30),{type:Np,props:{style:{gap:"10px"},items:[{id:(0,ge.A)(),fgColor:"",bgColor:"",style:{width:"30px",height:"30px"},url:"https://youtube.com",src:"https://img.creaditor.ai/icons/serve/Logos/youtube-fill.png?width=71&height=71&color=0000"},{id:(0,ge.A)(),fgColor:"",bgColor:"",style:{width:"30px",height:"30px"},src:"https://img.creaditor.ai/icons/serve/Logos/facebook-fill.png?width=71&height=71&color=0000"},{id:(0,ge.A)(),fgColor:"",bgColor:"",style:{width:"30px",height:"30px"},url:"https://whatsapp.com",src:"https://img.creaditor.ai/icons/serve/Logos/whatsapp-fill.png?width=71&height=71&color=0000"}]}}),{group:"elements",name:Np,puzzle:[{type:"social"}],tags:[Np],index:null});var n},lazy:t=>{a.e(589).then(a.bind(a,589)).then(e=>{t(e.default())})}}:void 0}function Dp(t){const e=t?.heading,n=t?.text,r=t?.direction,o=t?.textAlign;return{type:"card",props:{style:{width:"95%",maxWidth:"345px",padding:"10px"}},children:[{type:"col",children:[{type:"image",props:{src:"https://api.creaditor.com/images/placeholder?width=350&height=150",width:400,height:150,isFullWidthOnMobile:!0,style:{width:"100%"}}}]},{type:"col",children:[{type:"text",props:{text:{childNodes:{type:"doc",content:[{type:"heading",attrs:{level:1,lineHeight:"1.4",direction:r,textAlign:o},content:[{marks:[{type:"textStyle",attrs:{fontFamily:"Arial",fontSize:"24px",color:"#000"}}],type:"text",text:e}]}]}}}}]},{type:"col",children:[{type:"text",props:{text:{childNodes:{type:"doc",content:[{type:"paragraph",attrs:{lineHeight:"1.4",direction:r,textAlign:o},content:[{marks:[{type:"textStyle",attrs:{fontFamily:"Arial",fontSize:"16px",color:"#000"}}],type:"text",text:n}]}]}}}}]},{type:"col",props:{justify:"rtl"===r?"end":"start",style:{}},children:[{type:"button",props:{style:{}}}]}]}}function Pp(t){const e=t?.text;return{type:"row",props:{style:{width:"300px"}},children:[{type:"col",props:{lg:12,sm:12,justify:"end"},children:[{type:"image",draggable:!1,props:{src:"https://panel.sendmsg.co.il/templateContentImages/images/CreaditorGeneral/last-post-quotes.png",width:24,height:24,style:{width:"24px",height:"24px"}}}]},{type:"col",props:{lg:12,sm:12},children:[{type:"text",props:{text:{childNodes:{type:"doc",content:[{type:"paragraph",attrs:{lineHeight:"1.4",direction:"rtl",textAlign:"center"},content:[{marks:[{type:"textStyle",attrs:{fontFamily:"Arial",fontSize:"16px",color:"#000"}}],type:"text",text:e}]}]}}}}]},{type:"col",props:{lg:12,sm:12,justify:"start"},children:[{type:"image",draggable:!1,props:{src:"https://panel.sendmsg.co.il/templateContentImages/images/CreaditorGeneral/last-post-quotes.png",width:24,height:24,style:{width:"24px",height:"24px"}}}]}]}}function zp(t){let{homePageText:e,direction:n,textAlign:r}=t;return{name:"contact",icon:[{type:"contact"}],tags:["image","two images"],children:[{type:"col",children:[{type:"image",props:{src:"https://panel.sendmsg.co.il/templateContentImages/images/CreaditorGeneral/mail.png",width:30,height:30,style:{width:"35px",height:"35px"}}},{type:"text",props:{text:{childNodes:{type:"doc",content:[{type:"paragraph",attrs:{lineHeight:"1.4",direction:n,textAlign:"center"},content:[{marks:[{type:"textStyle",attrs:{fontFamily:"Arial",fontSize:"14px",color:"rgb(56, 56, 56)"}}],type:"text",text:"example@example.com"}]}]}}}}]},{type:"col",children:[{type:"image",props:{src:"https://panel.sendmsg.co.il/templateContentImages/images/CreaditorGeneral/website.png",width:30,height:30,style:{width:"35px",height:"35px"}}},{type:"text",props:{text:{childNodes:{type:"doc",content:[{type:"paragraph",attrs:{lineHeight:"1.4",direction:n,textAlign:"center"},content:[{marks:[{type:"textStyle",attrs:{fontFamily:"Arial",fontSize:"14px",color:"rgb(56, 56, 56)"}}],type:"text",text:e}]}]}}}}]},{type:"col",children:[{type:"image",props:{src:"https://panel.sendmsg.co.il/templateContentImages/images/CreaditorGeneral/phone.png",width:30,height:30,style:{width:"35px",height:"35px"}}},{type:"text",props:{text:{childNodes:{type:"doc",content:[{type:"paragraph",attrs:{lineHeight:"1.4",direction:n,textAlign:"center"},content:[{marks:[{type:"textStyle",attrs:{fontFamily:"Arial",fontSize:"14px",color:"rgb(56, 56, 56)"}}],type:"text",text:"0505891010"}]}]}}}}]}]}}function Hp(){let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};const e=t.width||400,n=t.height||200;return{type:"image",props:{alt:"image",width:e,height:n,style:{height:"auto",width:e,maxWidth:"100%",minWidth:"30px",objectFit:"fill"},src:`https://api.creaditor.com/images/placeholder?width=${parseInt(e)||250}&height=${parseInt(n)||250}`,isOpenWithModal:!1,isFullWidthOnMobile:!1,isRatioLock:!0}}}function $p(){const t={width:300,height:200};return{name:"two images",icon:[{type:"image"},{type:"image"}],tags:["image"],children:[Hp(t),Hp(t)]}}function jp(){const t={width:200,height:200};return{name:"threeImages",icon:[{type:"image"},{type:"image"},{type:"image"}],tags:["quote"],children:[Hp(t),Hp(t),Hp(t)]}}function Fp(){const t={width:150,height:100};return{name:"fourImages",icon:[{type:"image"},{type:"image"},{type:"image"},{type:"image"}],tags:["image"],children:[Hp(t),Hp(t),Hp(t),Hp(t)]}}function Up(){let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};const e=t?.text;return{type:"button",props:{style:{height:"40px",padding:"10px",borderRadius:"5px"},text:e}}}function Vp(t){const e=t?.heading,n=t?.text,r=t?.direction,o=t?.textAlign;return{type:"card",id:"card-title-txt-bton",props:{style:{width:"95%",maxWidth:"345px",background:""}},children:[{type:"col",props:{alignItems:"center"},children:[{type:"text",props:{text:{childNodes:{type:"doc",content:[{type:"heading",attrs:{level:1,lineHeight:"1.4",direction:r,textAlign:o},content:[{marks:[{type:"textStyle",attrs:{fontFamily:"Arial",fontSize:"24px",color:"rgb(56, 56, 56)"}}],type:"text",text:e}]}]}}}}]},{type:"col",props:{alignItems:"center"},children:[{type:"text",props:{text:{childNodes:{type:"doc",content:[{type:"paragraph",attrs:{lineHeight:"1.4",direction:r,textAlign:o},content:[{marks:[{type:"textStyle",attrs:{fontFamily:"Arial",fontSize:"14px",color:"rgb(56, 56, 56)"}}],type:"text",text:n}]}]}}}}]},{type:"col",props:{justify:"rtl"===r?"end":"start",style:{}},children:[{type:"button",props:{style:{marginTop:"10px"}}}]}]}}var qp=a(53577),Wp=a(74265);const Yp="spacer";function Xp(t){let{channel:e}=t;return{id:"14g55g123ss#$",name:Yp,menu:t=>{let{Compose:e}=t;return new e({type:Yp,props:{height:"200px"}},{group:"elements",name:Yp,puzzle:'<svg width="26" height="26" viewBox="0 0 26 26" fill="none" xmlns="http://www.w3.org/2000/svg">\n<line x1="1" y1="12" x2="25" y2="12" stroke="black" stroke-width="2" stroke-linecap="round"/>\n<path d="M5.25 1H0.75V5.5M11.25 1H14.25M20.25 1H24.75V5.5M24.75 25H0.75V19H24.75V25Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>\n</svg>\n',tags:[Yp],index:null})},lazy:t=>{a.e(9694).then(a.bind(a,69694)).then(e=>{t(e.default())})}}}const Zp="divider";function Kp(t){let{channel:e}=t;return{id:"14g55g123ss#$",name:Zp,menu:t=>{let{Compose:e}=t;return new e({type:Zp,props:{width:"300px",height:"5px",background:"#000"}},{group:"elements",name:Zp,puzzle:'<svg width="26" height="2" viewBox="0 0 26 2" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M1 1H25" stroke="black" stroke-width="2" stroke-linecap="round"/>\n</svg>\n\n',tags:[Zp],index:null})},lazy:t=>{a.e(7564).then(a.bind(a,7564)).then(e=>{t(e.default())})}}}function Jp(){const t="qr";return{id:"qr-menu",name:t,menu:e=>{let{Compose:n}=e;return new n({type:t,props:{link:"https://example.com",size:200,style:{width:"200px",height:"200px",display:"block"}}},{group:"elements",name:t,puzzle:['<img src="https://img.creaditor.ai/images/qr?link=https%3A%2F%2Fexample.com&size=50" />'],tags:[t],index:null})},lazy:t=>{a.e(4639).then(a.bind(a,84639)).then(e=>{t(e.default())})}}}function Gp(){const t="html";return{id:"html-menu",name:t,menu:e=>{let{Compose:n}=e;return new n({type:t,props:{code:{html:""}}},{group:"elements",name:t,puzzle:[{type:t}],tags:[t],index:null})}}}function Qp(){const t="giphy";return{id:"giphy-menu",name:t,menu:e=>{let{Compose:n}=e;return new n({type:t,props:{alt:"GIF",style:{height:"auto",width:"200prex",maxWidth:"100%"},src:"https://media4.giphy.com/media/XyJPNKBskIDWR3Md8K/200.gif?cid=ae5937bem4wy4fmcncy5k1tua9oy296dycjflecot1qf8ove&ep=v1_gifs_search&rid=200.gif&ct=g"}},{group:"elements",name:t,puzzle:['<img width="100" height="100" src="https://media4.giphy.com/media/XP95CPLn7dkVMlXXF5/200.gif?cid=ae5937bef0n6bxzclidftw8etznpwdbu1rqzmpzgleqzplln&ep=v1_gifs_search&rid=200.gif&ct=g" />'],tags:[t,"gif","image"],index:null})},lazy:t=>{a.e(9431).then(a.bind(a,49431)).then(e=>{t(e.default())})}}}const th=JSON.parse('{"name":"מקטע ריק","id":"empty-section","tags":["section","empty"],"body":{},"components":[{"type":"section","id":"empty-section","props":{"style":{"width":"100%","minHeight":"100px","fontFamily":"Arial, Helvetica, sans-serif","background":"#ffffff","maxWidth":"100%"}},"children":[]}]}'),eh=JSON.parse('{"name":"section1","id":"section1","tags":["section"],"body":{"type":"section","props":{"style":{"minHeight":"100px","background":"#fff","width":"100%"}}},"components":[{"id":"cdtr-7e9b8f24-0b7c-4b24-922b-77e02a544e97","_id":"cdtr-7e9b8f24-0b7c-4b24-922b-77e02a544e97","type":"image","props":{"alt":"Logo","width":72,"height":37.6171875,"style":{"height":"auto","width":"72px","maxWidth":"100%","minWidth":"30px","objectFit":"fill","fontFamily":"Arial, Helvetica, sans-serif"},"src":"https://img.creaditor.ai/static/logo.png","isOpenWithModal":false,"isFullWidthOnMobile":false,"isRatioLock":true,"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":560,"y":150,"width":72,"height":37.6171875,"top":150,"right":632,"bottom":187.6171875,"left":560}},"children":[],"width":72,"height":37.6171875,"renderedHTML":null},{"id":"cdtr-60d6edbd-517f-4ba7-8aa4-ff071a53f8e0","_id":"cdtr-60d6edbd-517f-4ba7-8aa4-ff071a53f8e0","type":"col","props":{"lg":0,"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-7e9b8f24-0b7c-4b24-922b-77e02a544e97"],"width":595,"height":37.6171875,"renderedHTML":null},{"id":"cdtr-db254a84-017f-47b2-ba63-16e68bf64df8","_id":"cdtr-db254a84-017f-47b2-ba63-16e68bf64df8","type":"block","props":{"style":{"padding":"10px","marginTop":"0","marginBottom":"0","marginLeft":"auto","marginRight":"auto","backgroundColor":"transparent","maxWidth":"100%","justifyContent":"center","width":"615px"},"classList":[],"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":288.5,"y":-302.5,"width":615,"height":57.6171875,"top":-302.5,"right":903.5,"bottom":-244.8828125,"left":288.5},"width":615,"height":57.6171875},"children":["cdtr-60d6edbd-517f-4ba7-8aa4-ff071a53f8e0"],"width":615,"height":57.6171875,"renderedHTML":null},{"id":"cdtr-75eaf360-07a3-49c6-84b8-5c9fa1bce326","_id":"cdtr-75eaf360-07a3-49c6-84b8-5c9fa1bce326","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"heading","attrs":{"letterSpacing":"2px","lineHeight":1.4,"direction":"rtl","textAlign":"center","level":3},"content":[{"type":"text","marks":[{"type":"textStyle","attrs":{"fontFamily":"","color":"","backgroundColor":"","fontSize":null}},{"type":"bold"}],"text":"הצעה מיוחדת! "}]}]},"from":0,"to":17,"focusedElement":"cdtr-75eaf360-07a3-49c6-84b8-5c9fa1bce326"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":56.59375,"y":207.6171875,"width":1078.8125,"height":26.203125,"top":207.6171875,"right":1135.40625,"bottom":233.8203125,"left":56.59375},"width":1078.8125,"height":26.203125},"children":[],"width":595,"height":26.203125,"renderedHTML":null},{"id":"cdtr-af2af5ee-3c46-40e5-9da6-11423fc04a54","_id":"cdtr-af2af5ee-3c46-40e5-9da6-11423fc04a54","type":"col","props":{"lg":0,"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-75eaf360-07a3-49c6-84b8-5c9fa1bce326"],"width":595,"height":26.203125,"renderedHTML":null},{"id":"cdtr-38536e13-7e96-4cbf-b325-9da80e2871b0","_id":"cdtr-38536e13-7e96-4cbf-b325-9da80e2871b0","type":"block","props":{"style":{"padding":"10px","marginTop":"0","marginBottom":"0","marginLeft":"auto","marginRight":"auto","backgroundColor":"transparent","maxWidth":"100%","justifyContent":"center","width":"615px"},"classList":[],"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":288.5,"y":-244.8828125,"width":615,"height":46.203125,"top":-244.8828125,"right":903.5,"bottom":-198.6796875,"left":288.5},"width":615,"height":46.203125},"children":["cdtr-af2af5ee-3c46-40e5-9da6-11423fc04a54"],"width":615,"height":46.203125,"renderedHTML":null},{"id":"cdtr-4d64ac1e-c9c1-4c93-b880-f07d64bd0415","_id":"cdtr-4d64ac1e-c9c1-4c93-b880-f07d64bd0415","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"heading","attrs":{"letterSpacing":"3px","lineHeight":1.3,"direction":"rtl","textAlign":"center","level":1},"content":[{"type":"text","marks":[{"type":"textStyle","attrs":{"fontFamily":"","color":"","backgroundColor":"","fontSize":"60px"}},{"type":"bold"}],"text":"התקדמו קדימה "}]},{"type":"heading","attrs":{"letterSpacing":"3px","lineHeight":1.3,"direction":"rtl","textAlign":"center","level":1},"content":[{"type":"text","marks":[{"type":"textStyle","attrs":{"fontFamily":"","color":"","backgroundColor":"","fontSize":"60px"}},{"type":"bold"}],"text":"עם חיסכון!"}]}]},"from":0,"to":32,"focusedElement":"cdtr-4d64ac1e-c9c1-4c93-b880-f07d64bd0415"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":64.09375,"y":256.4140625,"width":1063.8125,"height":156,"top":256.4140625,"right":1127.90625,"bottom":412.4140625,"left":64.09375},"width":1063.8125,"height":156},"children":[],"width":595,"height":156,"renderedHTML":null},{"id":"cdtr-67f7da5c-b00e-4584-a603-5e3a561ab47e","_id":"cdtr-67f7da5c-b00e-4584-a603-5e3a561ab47e","type":"col","props":{"lg":0,"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-4d64ac1e-c9c1-4c93-b880-f07d64bd0415"],"width":595,"height":156,"renderedHTML":null},{"id":"cdtr-48d2689b-e80d-46b5-b752-8a6ea055a723","_id":"cdtr-48d2689b-e80d-46b5-b752-8a6ea055a723","type":"block","props":{"style":{"padding":"10px","marginTop":"0","marginBottom":"0","marginLeft":"auto","marginRight":"auto","backgroundColor":"transparent","maxWidth":"100%","justifyContent":"center","width":"615px"},"classList":[],"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":288.5,"y":-198.6796875,"width":615,"height":176,"top":-198.6796875,"right":903.5,"bottom":-22.6796875,"left":288.5},"width":615,"height":176},"children":["cdtr-67f7da5c-b00e-4584-a603-5e3a561ab47e"],"width":615,"height":176,"renderedHTML":null},{"id":"cdtr-94889382-18c0-4afd-9027-a69b0d160e88","_id":"cdtr-94889382-18c0-4afd-9027-a69b0d160e88","type":"@paragraph/text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"paragraph","attrs":{"letterSpacing":"","lineHeight":"1.4","direction":"rtl","textAlign":"center"},"content":[{"type":"text","text":"הירשמו עכשיו וקבלו 25% הנחה על סדנת IT לבריאות הקרובה "}]},{"type":"paragraph","attrs":{"letterSpacing":"","lineHeight":"1.4","direction":"rtl","textAlign":"center"},"content":[{"type":"text","text":"—זמינה באופן בלעדי למשתתפי הוובינר!"}]}]},"from":58,"to":58,"focusedElement":"cdtr-94889382-18c0-4afd-9027-a69b0d160e88"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":64.09375,"y":432.4140625,"width":1063.8125,"height":44.796875,"top":432.4140625,"right":1127.90625,"bottom":477.2109375,"left":64.09375},"width":1063.8125,"height":44.796875},"children":[],"width":595,"height":44.796875,"renderedHTML":null},{"id":"cdtr-fd95d2e1-662a-492b-88b2-9f3aa3fde433","_id":"cdtr-fd95d2e1-662a-492b-88b2-9f3aa3fde433","type":"col","props":{"lg":0,"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-94889382-18c0-4afd-9027-a69b0d160e88"],"width":595,"height":44.796875,"renderedHTML":null},{"id":"cdtr-5257d622-ee54-4f5d-9389-4c4df79680c8","_id":"cdtr-5257d622-ee54-4f5d-9389-4c4df79680c8","type":"block","props":{"style":{"padding":"10px","marginTop":"0","marginBottom":"0","marginLeft":"auto","marginRight":"auto","backgroundColor":"transparent","maxWidth":"100%","justifyContent":"center","width":"615px"},"classList":[],"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":288.5,"y":-22.6796875,"width":615,"height":64.796875,"top":-22.6796875,"right":903.5,"bottom":42.1171875,"left":288.5},"width":615,"height":64.796875},"children":["cdtr-fd95d2e1-662a-492b-88b2-9f3aa3fde433"],"width":615,"height":64.796875,"renderedHTML":null},{"id":"cdtr-451ec567-9925-4695-a776-c8d56fcc0800","_id":"cdtr-451ec567-9925-4695-a776-c8d56fcc0800","type":"button","props":{"text":" קבלו 25% הנחה – הירשמו עכשיו","style":{"height":"auto","width":"228px","maxWidth":"100%","minWidth":"10px","background":"#000","color":"#fff","fontFamily":"Arial, Helvetica, sans-serif","padding":"10px","borderRadius":"5px","display":"","direction":"rtl","fontSize":"13px"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":482,"y":497.2109375,"width":228,"height":33,"top":497.2109375,"right":710,"bottom":530.2109375,"left":482},"width":228,"height":33},"children":[],"width":228,"height":33,"renderedHTML":null},{"id":"cdtr-761a6123-c406-4b07-98a8-8d7f73ca739a","_id":"cdtr-761a6123-c406-4b07-98a8-8d7f73ca739a","type":"col","props":{"lg":0,"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-451ec567-9925-4695-a776-c8d56fcc0800"],"width":595,"height":33,"renderedHTML":null},{"id":"cdtr-9f9eac8b-0be1-42cd-98e2-b1e0c98d6431","_id":"cdtr-9f9eac8b-0be1-42cd-98e2-b1e0c98d6431","type":"block","props":{"style":{"padding":"10px","marginTop":"0","marginBottom":"0","marginLeft":"auto","marginRight":"auto","backgroundColor":"transparent","maxWidth":"100%","justifyContent":"center","width":"615px"},"classList":[],"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":288.5,"y":42.1171875,"width":615,"height":53,"top":42.1171875,"right":903.5,"bottom":95.1171875,"left":288.5},"width":615,"height":53},"children":["cdtr-761a6123-c406-4b07-98a8-8d7f73ca739a"],"width":615,"height":53,"renderedHTML":null},{"id":"cdtr-96b933df-774c-43f6-bb7c-8adef74649ae","_id":"cdtr-96b933df-774c-43f6-bb7c-8adef74649ae","type":"image","props":{"alt":"image","width":595,"height":440.4375,"style":{"height":"auto","width":"595px","maxWidth":"100%","minWidth":"30px","objectFit":"fill","fontFamily":"Arial, Helvetica, sans-serif"},"src":"https://render.creaditor.ai/media/Q1_Strategic_Review_Israel_Team.png","isOpenWithModal":false,"isFullWidthOnMobile":false,"isRatioLock":true,"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":298.5,"y":105.1171875,"width":595,"height":440.4375,"top":105.1171875,"right":893.5,"bottom":545.5546875,"left":298.5}},"children":[],"width":595,"height":440.4375,"renderedHTML":null},{"id":"cdtr-dae074ee-1dde-4377-80bf-dcbc225ae544","_id":"cdtr-dae074ee-1dde-4377-80bf-dcbc225ae544","type":"col","props":{"lg":0,"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-96b933df-774c-43f6-bb7c-8adef74649ae"],"width":595,"height":440.4375,"renderedHTML":null},{"id":"cdtr-cdd83139-b195-47a9-abfb-28891822c74b","_id":"cdtr-cdd83139-b195-47a9-abfb-28891822c74b","type":"block","props":{"style":{"padding":"10px","marginTop":"0","marginBottom":"0","marginLeft":"auto","marginRight":"auto","backgroundColor":"transparent","maxWidth":"100%","justifyContent":"center","width":"615px"},"classList":[],"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":288.5,"y":95.1171875,"width":615,"height":460.4375,"top":95.1171875,"right":903.5,"bottom":555.5546875,"left":288.5},"width":615,"height":460.4375},"children":["cdtr-dae074ee-1dde-4377-80bf-dcbc225ae544"],"width":615,"height":460.4375,"renderedHTML":null},{"id":"cdtr-9f0e62c6-d06e-4107-b54b-c695ec8de670","_id":"cdtr-9f0e62c6-d06e-4107-b54b-c695ec8de670","type":"section","props":{"style":{"width":"100%","minHeight":"calc(calc(calc(calc(calc(calc(calc(calc(calc(calc(calc(calc(calc(calc(calc(calc(calc(calc(calc(calc(calc(calc(calc(calc(calc(calc(500px - 150px) - 150px) - 150px) - 150px) - 150px) - 150px) - 150px) - 150px) - 150px) - 150px) - 150px) - 150px) - 150px) - 150px) - 150px) - 150px) - 150px) - 150px) - 150px) - 150px) - 150px) - 150px) - 150px) - 150px) - 150px) - 150px)","fontFamily":"Arial, Helvetica, sans-serif","background":"#d2e4f4ff"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":53.09375,"y":140,"width":1085.8125,"height":917.6484375,"top":140,"right":1138.90625,"bottom":1057.6484375,"left":53.09375},"width":1085.8125,"height":917.6484375},"children":["cdtr-db254a84-017f-47b2-ba63-16e68bf64df8","cdtr-38536e13-7e96-4cbf-b325-9da80e2871b0","cdtr-48d2689b-e80d-46b5-b752-8a6ea055a723","cdtr-5257d622-ee54-4f5d-9389-4c4df79680c8","cdtr-9f9eac8b-0be1-42cd-98e2-b1e0c98d6431","cdtr-cdd83139-b195-47a9-abfb-28891822c74b"],"width":1085.8125,"height":858.0546875,"renderedHTML":null},{"id":"cdtr-32bf9ba8-1d7e-4ed2-a8b1-f2d0ff3b0fcd","_id":"cdtr-32bf9ba8-1d7e-4ed2-a8b1-f2d0ff3b0fcd","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"heading","attrs":{"letterSpacing":"normal","lineHeight":1.5,"direction":"ltr","textAlign":"left","level":1},"content":[{"type":"text","marks":[{"type":"textStyle","attrs":{"fontFamily":"","color":"#ffffffff","backgroundColor":"","fontSize":"38px"}},{"type":"bold"}],"text":"וובינר IT לבריאות"}]}]},"from":1,"to":22,"focusedElement":"cdtr-32bf9ba8-1d7e-4ed2-a8b1-f2d0ff3b0fcd"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":306,"y":548.2578125,"width":291,"height":114,"top":548.2578125,"right":597,"bottom":662.2578125,"left":306},"width":291,"height":114},"children":[],"width":307,"height":114,"renderedHTML":null},{"id":"cdtr-61ef6b69-6bd0-4176-92b7-bba41d5cbda0","_id":"cdtr-61ef6b69-6bd0-4176-92b7-bba41d5cbda0","type":"col","props":{"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-32bf9ba8-1d7e-4ed2-a8b1-f2d0ff3b0fcd"],"width":307,"height":114,"renderedHTML":null},{"id":"cdtr-5edb1693-290d-4587-b686-e48cd0a6b732","_id":"cdtr-5edb1693-290d-4587-b686-e48cd0a6b732","type":"card","props":{"style":{"width":"100%","background":"#583de0","padding":"0","border":"1px solid #583de0","fontFamily":"Arial, Helvetica, sans-serif","borderRadius":".2rem","maxWidth":"100%"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":306,"y":548.2578125,"width":291,"height":114,"top":548.2578125,"right":597,"bottom":662.2578125,"left":306},"width":291,"height":114},"children":["cdtr-61ef6b69-6bd0-4176-92b7-bba41d5cbda0"],"width":309,"height":116,"renderedHTML":null},{"id":"cdtr-b3a8071d-da68-402f-89aa-19627118bee2","_id":"cdtr-b3a8071d-da68-402f-89aa-19627118bee2","type":"col","props":{"lg":6,"sm":12,"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":288,"y":555.5546875,"width":309,"height":117,"top":555.5546875,"right":597,"bottom":672.5546875,"left":288},"width":309,"height":117},"children":["cdtr-5edb1693-290d-4587-b686-e48cd0a6b732"],"width":309,"height":117,"renderedHTML":null},{"id":"cdtr-d9a97ca6-562a-48b6-b2f2-e6af6449ea73","_id":"cdtr-d9a97ca6-562a-48b6-b2f2-e6af6449ea73","type":"image","props":{"alt":"image","width":208,"height":45.1953125,"style":{"height":"auto","width":"208px","maxWidth":"100%","minWidth":"30px","objectFit":"fill","fontFamily":"Arial, Helvetica, sans-serif"},"src":"https://d1oco4z2z1fhwp.cloudfront.net/templates/default/8931/flower_4.png","isOpenWithModal":false,"isFullWidthOnMobile":true,"isRatioLock":true,"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":647.5,"y":591.453125,"width":208,"height":45.1953125,"top":591.453125,"right":855.5,"bottom":636.6484375,"left":647.5}},"children":[],"width":208,"height":45.1953125,"renderedHTML":null},{"id":"cdtr-982d9ae4-a28c-4d27-9da7-66507ab8060a","_id":"cdtr-982d9ae4-a28c-4d27-9da7-66507ab8060a","type":"col","props":{"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{"minHeight":"115px"},"rect":{"x":598,"y":556.5546875,"width":307,"height":115,"top":556.5546875,"right":905,"bottom":671.5546875,"left":598},"width":307,"height":115},"children":["cdtr-a92fbcaf-e249-41ce-a36d-f05826327246"],"width":307,"height":115,"renderedHTML":null},{"id":"cdtr-39e746c9-4e41-4c6b-b00d-cf7374a4591e","_id":"cdtr-39e746c9-4e41-4c6b-b00d-cf7374a4591e","type":"card","props":{"style":{"width":"100%","background":"#fff","padding":"0","border":"1px solid #583de0","fontFamily":"Arial, Helvetica, sans-serif","borderRadius":".2rem","maxWidth":"100%"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":605.2265625,"y":482.5546875,"width":312.546875,"height":118.140625,"top":482.5546875,"right":917.7734375,"bottom":600.6953125,"left":605.2265625},"width":312.546875,"height":118.140625},"children":["cdtr-982d9ae4-a28c-4d27-9da7-66507ab8060a"],"width":309,"height":117,"renderedHTML":null},{"id":"cdtr-cf9891eb-2a4f-4810-bc0f-f19a766d60a0","_id":"cdtr-cf9891eb-2a4f-4810-bc0f-f19a766d60a0","type":"col","props":{"lg":6,"style":{},"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":597,"y":555.5546875,"width":309,"height":117,"top":555.5546875,"right":906,"bottom":672.5546875,"left":597},"width":309,"height":117,"alignItems":"center"},"children":["cdtr-39e746c9-4e41-4c6b-b00d-cf7374a4591e"],"width":309,"height":117,"renderedHTML":null},{"id":"cdtr-fe4c04dd-6dcf-4e0e-876a-f405297a8ede","_id":"cdtr-fe4c04dd-6dcf-4e0e-876a-f405297a8ede","type":"block","props":{"style":{"fontFamily":"Arial, Helvetica, sans-serif","width":"618px","maxWidth":"100%","paddingTop":"0px","paddingBottom":"0px","paddingLeft":"0px","paddingRight":"0px"},"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":288,"y":555.5546875,"width":618,"height":117,"top":555.5546875,"right":906,"bottom":672.5546875,"left":288},"width":618,"height":117},"children":["cdtr-b3a8071d-da68-402f-89aa-19627118bee2","cdtr-cf9891eb-2a4f-4810-bc0f-f19a766d60a0"],"width":618,"height":117,"renderedHTML":null},{"id":"cdtr-9f0e62c6","_id":"cdtr-9f0e62c6","type":"section","props":{"style":{"width":"618px","minHeight":"calc(calc(calc(calc(500px - 150px) - 150px) - 150px) - 150px)","fontFamily":"Arial, Helvetica, sans-serif","background":"#ffffff","maxWidth":"100%"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":287,"y":555.5546875,"width":618,"height":117,"top":555.5546875,"right":905,"bottom":672.5546875,"left":287},"width":618,"height":117},"children":["cdtr-fe4c04dd-6dcf-4e0e-876a-f405297a8ede"],"width":618,"height":117,"renderedHTML":null},{"id":"cdtr-61509ee5-9c92-4c4a-bd5e-8e374670199e","_id":"cdtr-61509ee5-9c92-4c4a-bd5e-8e374670199e","type":"@paragraph/text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"paragraph","attrs":{"lineHeight":"1.4","direction":"rtl","textAlign":"right"},"content":[{"marks":[{"type":"textStyle","attrs":{"fontFamily":"Arial, Helvetica, sans-serif","fontSize":"16px","color":"#000"}}],"type":"text","text":"כאן אנו נרשום את טקסט כללי כלשהו על המוצר שלנו. זהו אזור טקסט כללי כלשהו חופשי לגמרי "}]}]}},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":0,"y":0,"width":0,"height":0,"top":0,"right":0,"bottom":0,"left":0},"width":0,"height":0},"children":[],"renderedHTML":null},{"id":"cdtr-f6befe15-055c-450c-92d4-aeafb64afbfe","_id":"cdtr-f6befe15-055c-450c-92d4-aeafb64afbfe","type":"col","props":{"lg":12,"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":0,"y":0,"width":0,"height":0,"top":0,"right":0,"bottom":0,"left":0},"width":0,"height":0},"children":[],"renderedHTML":null},{"id":"cdtr-a92fbcaf-e249-41ce-a36d-f05826327246","_id":"cdtr-a92fbcaf-e249-41ce-a36d-f05826327246","type":"row","props":{"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":598,"y":591.453125,"width":307,"height":45.1953125,"top":591.453125,"right":905,"bottom":636.6484375,"left":598},"width":307,"height":45.1953125},"children":["cdtr-9016cba2-e4f0-4380-8af3-dfa439325094"],"width":307,"height":45.1953125,"renderedHTML":null},{"id":"cdtr-43a7eb01-e268-4041-96c9-96c8e632c7d0","_id":"cdtr-43a7eb01-e268-4041-96c9-96c8e632c7d0","type":"col","props":{"lg":12,"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":0,"y":0,"width":0,"height":0,"top":0,"right":0,"bottom":0,"left":0},"width":0,"height":0},"children":[],"renderedHTML":null},{"id":"cdtr-6ef5a455-ce82-4979-a4c2-4decf486bfb6","_id":"cdtr-6ef5a455-ce82-4979-a4c2-4decf486bfb6","type":"row","props":{"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":0,"y":0,"width":0,"height":0,"top":0,"right":0,"bottom":0,"left":0},"width":0,"height":0},"children":[],"renderedHTML":null},{"id":"cdtr-9016cba2-e4f0-4380-8af3-dfa439325094","_id":"cdtr-9016cba2-e4f0-4380-8af3-dfa439325094","type":"col","props":{"lg":0,"style":{},"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":598,"y":591.453125,"width":307,"height":45.1953125,"top":591.453125,"right":905,"bottom":636.6484375,"left":598},"width":307,"height":45.1953125},"children":["cdtr-d9a97ca6-562a-48b6-b2f2-e6af6449ea73"],"width":307,"height":45.1953125,"renderedHTML":null},{"id":"cdtr-0f7095a9-f7aa-48a3-a863-f78c7b01e07e","_id":"cdtr-0f7095a9-f7aa-48a3-a863-f78c7b01e07e","type":"col","props":{"lg":0,"style":{},"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":0,"y":0,"width":0,"height":0,"top":0,"right":0,"bottom":0,"left":0},"width":0,"height":0},"children":[],"renderedHTML":null}]}'),nh=JSON.parse('{"name":"שירותים 4 כרטיסים","id":"section2","tags":["section"],"body":{"type":"section","props":{"style":{"minHeight":"100px","background":"#fff","width":"100%"}}},"components":[{"id":"cdtr-528943f3-0008-4cc6-a42b-c9873496fbd1","_id":"cdtr-528943f3-0008-4cc6-a42b-c9873496fbd1","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"heading","attrs":{"letterSpacing":"normal","lineHeight":"1.2","direction":"rtl","textAlign":"center","level":2},"content":[{"type":"text","marks":[{"type":"textStyle","attrs":{"fontFamily":"","color":"","backgroundColor":"","fontSize":"32px"}},{"type":"bold"}],"text":"מסגרות קצרות ומעשיות להחלטות טובות יותר."}]}]},"from":1,"to":50,"focusedElement":"cdtr-528943f3-0008-4cc6-a42b-c9873496fbd1"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":621,"y":150,"width":590,"height":76.796875,"top":150,"right":1211,"bottom":226.796875,"left":621},"width":590,"height":76.796875},"children":[],"width":590,"height":76.796875,"renderedHTML":null},{"id":"cdtr-9e5f49a7-31d5-4c30-a44b-deff19bfe953","_id":"cdtr-9e5f49a7-31d5-4c30-a44b-deff19bfe953","type":"col","props":{"lg":0,"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-528943f3-0008-4cc6-a42b-c9873496fbd1"],"width":590,"height":76.796875,"renderedHTML":null},{"id":"cdtr-ed780bef-86c8-4c48-b921-006605bf8a55","_id":"cdtr-ed780bef-86c8-4c48-b921-006605bf8a55","type":"block","props":{"style":{"padding":"10px","marginTop":"0","marginBottom":"0","marginLeft":"auto","marginRight":"auto","backgroundColor":"transparent","maxWidth":"1320px","justifyContent":"center","width":"610px","margin":"0 auto"},"classList":[],"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":611,"y":140,"width":610,"height":96.796875,"top":140,"right":1221,"bottom":236.796875,"left":611},"width":610,"height":96.796875},"children":["cdtr-9e5f49a7-31d5-4c30-a44b-deff19bfe953"],"width":610,"height":96.796875,"renderedHTML":null},{"id":"cdtr-2956d16b-2988-4ef4-850e-d4a1a3568fd5","_id":"cdtr-2956d16b-2988-4ef4-850e-d4a1a3568fd5","type":"icon","props":{"alt":"home-2-fill","style":{"width":"24px","height":"24px","maxWidth":"100%","maxHeight":"100%","display":"inline-block","fontFamily":"Roboto, sans-serif"},"src":"https://img.creaditor.ai/icons/serve/Buildings/home-2-fill.png?width=24&height=24&color=000000","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"iconColor":"000000","iconCategory":"Buildings","iconName":"home-2-fill","rect":{"x":638.375,"y":256.796875,"width":24,"height":27.8984375,"top":256.796875,"right":662.375,"bottom":284.6953125,"left":638.375},"width":24,"height":27.8984375},"children":[],"width":24,"height":27.8984375,"renderedHTML":null},{"id":"cdtr-e7cb4919-a84d-4176-8abb-9ba284978eb1","_id":"cdtr-e7cb4919-a84d-4176-8abb-9ba284978eb1","type":"col","props":{"lg":12,"justify":"flex-end","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":638.375,"y":256.796875,"width":260.25,"height":27.8984375,"top":256.796875,"right":898.625,"bottom":284.6953125,"left":638.375},"width":260.25,"height":27.8984375},"children":["cdtr-2956d16b-2988-4ef4-850e-d4a1a3568fd5"],"width":260.25,"height":27.8984375,"renderedHTML":null},{"id":"cdtr-c7278fb7-c010-4180-b3dd-a28599eaf19d","_id":"cdtr-c7278fb7-c010-4180-b3dd-a28599eaf19d","type":"row","props":{"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":638.375,"y":256.796875,"width":260.25,"height":27.8984375,"top":256.796875,"right":898.625,"bottom":284.6953125,"left":638.375},"width":260.25,"height":27.8984375,"style":{}},"children":["cdtr-e7cb4919-a84d-4176-8abb-9ba284978eb1"],"width":260.25,"height":27.8984375,"renderedHTML":null},{"id":"cdtr-9d594080-bb74-425d-92ff-e6f3c62f36e8","_id":"cdtr-9d594080-bb74-425d-92ff-e6f3c62f36e8","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"heading","attrs":{"letterSpacing":"normal","lineHeight":"1.2","direction":"rtl","textAlign":"right","level":3},"content":[{"type":"text","marks":[{"type":"bold"}],"text":"צלילה לעומק הנתונים"}]}]},"from":15,"to":15,"focusedElement":"cdtr-9d594080-bb74-425d-92ff-e6f3c62f36e8"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":638.375,"y":284.6953125,"width":260.25,"height":22.4609375,"top":284.6953125,"right":898.625,"bottom":307.15625,"left":638.375},"width":260.25,"height":22.4609375},"children":[],"width":260.25,"height":22.4609375,"renderedHTML":null},{"id":"cdtr-a724179b-386b-41c2-b7dd-246815938226","_id":"cdtr-a724179b-386b-41c2-b7dd-246815938226","type":"col","props":{"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-c7278fb7-c010-4180-b3dd-a28599eaf19d","cdtr-9d594080-bb74-425d-92ff-e6f3c62f36e8"],"width":260.25,"height":50.359375,"renderedHTML":null},{"id":"cdtr-a15bb422-fc18-4622-b42c-fdc300890aa5","_id":"cdtr-a15bb422-fc18-4622-b42c-fdc300890aa5","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"paragraph","attrs":{"letterSpacing":"","lineHeight":"1.4","direction":"rtl","textAlign":"right"},"content":[{"type":"text","text":"בכל חודש, אנו מנתחים דפוסי שימוש אנונימיים בפלטפורמה שלנו כדי להבין היכן צוותים מרוויחים מהירות—והיכן חיכוכים עדיין מסתתרים"}]}]},"from":0,"to":146,"focusedElement":"cdtr-a15bb422-fc18-4622-b42c-fdc300890aa5"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":638.375,"y":307.15625,"width":260.25,"height":111.9921875,"top":307.15625,"right":898.625,"bottom":419.1484375,"left":638.375},"width":260.25,"height":111.9921875},"children":[],"width":260.25,"height":111.9921875,"renderedHTML":null},{"id":"cdtr-550c49c5-8baa-43ed-8561-6257337225af","_id":"cdtr-550c49c5-8baa-43ed-8561-6257337225af","type":"col","props":{"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-a15bb422-fc18-4622-b42c-fdc300890aa5"],"width":260.25,"height":111.9921875,"renderedHTML":null},{"id":"cdtr-9999e26e-2c50-4992-99a6-ff5524dc1086","_id":"cdtr-9999e26e-2c50-4992-99a6-ff5524dc1086","type":"card","props":{"style":{"width":"95%","background":"#ffebee","maxWidth":"345px","padding":"10px","fontFamily":"Roboto, sans-serif","borderRadius":".2rem"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"lg":{"style":{"minHeight":"182px"}},"rect":{"x":628.375,"y":246.796875,"width":280.25,"height":182.3515625,"top":246.796875,"right":908.625,"bottom":429.1484375,"left":628.375},"width":280.25,"height":182.3515625},"children":["cdtr-a724179b-386b-41c2-b7dd-246815938226","cdtr-550c49c5-8baa-43ed-8561-6257337225af"],"width":280.25,"height":182.3515625,"renderedHTML":null},{"id":"cdtr-2252406d-8729-4d9f-aa28-b24cf031044f","_id":"cdtr-2252406d-8729-4d9f-aa28-b24cf031044f","type":"col","props":{"lg":6,"sm":12,"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":621,"y":246.796875,"width":295,"height":182.3515625,"top":246.796875,"right":916,"bottom":429.1484375,"left":621},"width":295,"height":182.3515625},"children":["cdtr-9999e26e-2c50-4992-99a6-ff5524dc1086"],"width":295,"height":182.3515625,"renderedHTML":null},{"id":"cdtr-7b1bf2d1-255a-4427-99d0-df4677cb2d03","_id":"cdtr-7b1bf2d1-255a-4427-99d0-df4677cb2d03","type":"icon","props":{"alt":"home-4-line","style":{"width":"24px","height":"24px","maxWidth":"100%","maxHeight":"100%","display":"inline-block","fontFamily":"Roboto, sans-serif"},"src":"https://img.creaditor.ai/icons/serve/Buildings/home-gear-fill.png?width=24&height=24&color=000000","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"iconColor":"000000","rect":{"x":933.375,"y":256.796875,"width":24,"height":27.8984375,"top":256.796875,"right":957.375,"bottom":284.6953125,"left":933.375},"width":24,"height":27.8984375,"iconCategory":"Buildings","iconName":"home-gear-fill"},"children":[],"width":24,"height":27.8984375,"renderedHTML":null},{"id":"cdtr-c5a855ad-b473-444e-aece-99be4a934c81","_id":"cdtr-c5a855ad-b473-444e-aece-99be4a934c81","type":"col","props":{"lg":12,"justify":"flex-end","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":933.375,"y":256.796875,"width":260.25,"height":27.8984375,"top":256.796875,"right":1193.625,"bottom":284.6953125,"left":933.375},"width":260.25,"height":27.8984375},"children":["cdtr-7b1bf2d1-255a-4427-99d0-df4677cb2d03"],"width":260.25,"height":27.8984375,"renderedHTML":null},{"id":"cdtr-185fc2db-9bb0-46b9-8ad7-131e10616c5c","_id":"cdtr-185fc2db-9bb0-46b9-8ad7-131e10616c5c","type":"row","props":{"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":933.375,"y":256.796875,"width":260.25,"height":27.8984375,"top":256.796875,"right":1193.625,"bottom":284.6953125,"left":933.375},"width":260.25,"height":27.8984375,"style":{}},"children":["cdtr-c5a855ad-b473-444e-aece-99be4a934c81"],"width":260.25,"height":27.8984375,"renderedHTML":null},{"id":"cdtr-d52dad11-5085-4a28-9f2e-6fc5e66d7dfa","_id":"cdtr-d52dad11-5085-4a28-9f2e-6fc5e66d7dfa","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"heading","attrs":{"letterSpacing":"normal","lineHeight":"1.2","direction":"rtl","textAlign":"right","level":3},"content":[{"type":"text","marks":[{"type":"bold"}],"text":"פיצ\'ר במרכז תשומת הלב"}]}]},"from":17,"to":17,"focusedElement":"cdtr-d52dad11-5085-4a28-9f2e-6fc5e66d7dfa"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":933.375,"y":284.6953125,"width":260.25,"height":22.4609375,"top":284.6953125,"right":1193.625,"bottom":307.15625,"left":933.375},"width":260.25,"height":22.4609375},"children":[],"width":260.25,"height":22.4609375,"renderedHTML":null},{"id":"cdtr-f3611d9a-2919-4c3c-b684-3bc3001d23a4","_id":"cdtr-f3611d9a-2919-4c3c-b684-3bc3001d23a4","type":"col","props":{"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-185fc2db-9bb0-46b9-8ad7-131e10616c5c","cdtr-d52dad11-5085-4a28-9f2e-6fc5e66d7dfa"],"width":260.25,"height":50.359375,"renderedHTML":null},{"id":"cdtr-1ddc356a-42f8-4a46-b9ba-1cc733e733ca","_id":"cdtr-1ddc356a-42f8-4a46-b9ba-1cc733e733ca","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"paragraph","attrs":{"letterSpacing":"","lineHeight":"1.4","direction":"rtl","textAlign":"right"},"content":[{"type":"text","marks":[{"type":"textStyle","attrs":{"fontFamily":"Roboto, sans-serif","color":"rgb(0, 0, 0)","backgroundColor":"","fontSize":"16px"}}],"text":"הכירו את התבניות החכמות—קיצור הדרך שלכם לתהליכי עבודה עקביים וחוזרים. מושלם להכשרה, דיווח וכל מה שהצוות שלכם עושה יותר מפעמיים."}]}]},"from":152,"to":152,"focusedElement":"cdtr-1ddc356a-42f8-4a46-b9ba-1cc733e733ca"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":933.375,"y":307.15625,"width":260.25,"height":111.9921875,"top":307.15625,"right":1193.625,"bottom":419.1484375,"left":933.375},"width":260.25,"height":111.9921875},"children":[],"width":260.25,"height":111.9921875,"renderedHTML":null},{"id":"cdtr-1aac3a1f-3ba8-463e-bc04-02a24321ee80","_id":"cdtr-1aac3a1f-3ba8-463e-bc04-02a24321ee80","type":"col","props":{"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-1ddc356a-42f8-4a46-b9ba-1cc733e733ca"],"width":260.25,"height":111.9921875,"renderedHTML":null},{"id":"cdtr-faeb25df-a871-4a3b-9ca4-5746025e9be6","_id":"cdtr-faeb25df-a871-4a3b-9ca4-5746025e9be6","type":"card","props":{"style":{"width":"95%","background":"#e1bee7","maxWidth":"345px","padding":"10px","fontFamily":"Roboto, sans-serif","borderRadius":".2rem"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"lg":{"style":{"minHeight":"182px"}},"rect":{"x":923.375,"y":246.796875,"width":280.25,"height":182.3515625,"top":246.796875,"right":1203.625,"bottom":429.1484375,"left":923.375},"width":280.25,"height":182.3515625},"children":["cdtr-f3611d9a-2919-4c3c-b684-3bc3001d23a4","cdtr-1aac3a1f-3ba8-463e-bc04-02a24321ee80"],"width":280.25,"height":182.3515625,"renderedHTML":null},{"id":"cdtr-e14086c6-c7d8-4108-9393-5abdd4872b1d","_id":"cdtr-e14086c6-c7d8-4108-9393-5abdd4872b1d","type":"col","props":{"lg":6,"sm":12,"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":916,"y":246.796875,"width":295,"height":182.3515625,"top":246.796875,"right":1211,"bottom":429.1484375,"left":916},"width":295,"height":182.3515625},"children":["cdtr-faeb25df-a871-4a3b-9ca4-5746025e9be6"],"width":295,"height":182.3515625,"renderedHTML":null},{"id":"cdtr-830d40ec-4801-4890-ac93-1f1abec308c9","_id":"cdtr-830d40ec-4801-4890-ac93-1f1abec308c9","type":"block","props":{"style":{"padding":"10px","marginTop":"0","marginBottom":"0","marginLeft":"auto","marginRight":"auto","backgroundColor":"transparent","maxWidth":"1320px","justifyContent":"center","width":"610px","margin":"0 auto"},"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":611,"y":236.796875,"width":610,"height":202.3515625,"top":236.796875,"right":1221,"bottom":439.1484375,"left":611},"width":610,"height":202.3515625},"children":["cdtr-2252406d-8729-4d9f-aa28-b24cf031044f","cdtr-e14086c6-c7d8-4108-9393-5abdd4872b1d"],"width":610,"height":202.3515625,"renderedHTML":null},{"id":"cdtr-06ce03ca-e4ad-4e82-906e-3e13af09d2ec","_id":"cdtr-06ce03ca-e4ad-4e82-906e-3e13af09d2ec","type":"icon","props":{"alt":"home-2-fill","style":{"width":"24px","height":"24px","maxWidth":"100%","maxHeight":"100%","display":"inline-block","fontFamily":"Roboto, sans-serif"},"src":"https://img.creaditor.ai/icons/serve/Buildings/home-2-fill.png?width=24&height=24&color=000000","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"iconColor":"000000","iconCategory":"Buildings","iconName":"home-2-fill","rect":{"x":638.375,"y":459.1484375,"width":24,"height":27.8984375,"top":459.1484375,"right":662.375,"bottom":487.046875,"left":638.375},"width":24,"height":27.8984375},"children":[],"width":24,"height":27.8984375,"renderedHTML":null},{"id":"cdtr-d8454a7d-2efa-4468-9227-2f3f0522e1cb","_id":"cdtr-d8454a7d-2efa-4468-9227-2f3f0522e1cb","type":"col","props":{"lg":12,"justify":"flex-end","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":638.375,"y":459.1484375,"width":260.25,"height":27.8984375,"top":459.1484375,"right":898.625,"bottom":487.046875,"left":638.375},"width":260.25,"height":27.8984375},"children":["cdtr-06ce03ca-e4ad-4e82-906e-3e13af09d2ec"],"width":260.25,"height":27.8984375,"renderedHTML":null},{"id":"cdtr-862ef618-5847-4b92-b534-21acc8f27a19","_id":"cdtr-862ef618-5847-4b92-b534-21acc8f27a19","type":"row","props":{"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":638.375,"y":459.1484375,"width":260.25,"height":27.8984375,"top":459.1484375,"right":898.625,"bottom":487.046875,"left":638.375},"width":260.25,"height":27.8984375,"style":{}},"children":["cdtr-d8454a7d-2efa-4468-9227-2f3f0522e1cb"],"width":260.25,"height":27.8984375,"renderedHTML":null},{"id":"cdtr-070e470a-e505-4dc3-a37b-b2c535b97307","_id":"cdtr-070e470a-e505-4dc3-a37b-b2c535b97307","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"heading","attrs":{"letterSpacing":"normal","lineHeight":"1.2","direction":"rtl","textAlign":"right","level":3},"content":[{"type":"text","marks":[{"type":"bold"}],"text":"צלילה לעומק הנתונים"}]}]},"from":15,"to":15,"focusedElement":"cdtr-9d594080-bb74-425d-92ff-e6f3c62f36e8"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":638.375,"y":487.046875,"width":260.25,"height":22.4609375,"top":487.046875,"right":898.625,"bottom":509.5078125,"left":638.375},"width":260.25,"height":22.4609375},"children":[],"width":260.25,"height":22.4609375,"renderedHTML":null},{"id":"cdtr-04b4324a-c9e8-4738-b620-e6f8412bf488","_id":"cdtr-04b4324a-c9e8-4738-b620-e6f8412bf488","type":"col","props":{"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":638.375,"y":459.1484375,"width":260.25,"height":50.359375,"top":459.1484375,"right":898.625,"bottom":509.5078125,"left":638.375},"width":260.25,"height":50.359375},"children":["cdtr-862ef618-5847-4b92-b534-21acc8f27a19","cdtr-070e470a-e505-4dc3-a37b-b2c535b97307"],"width":260.25,"height":50.359375,"renderedHTML":null},{"id":"cdtr-c9a3319a-9385-45d1-9072-c016ee2a091d","_id":"cdtr-c9a3319a-9385-45d1-9072-c016ee2a091d","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"paragraph","attrs":{"letterSpacing":"","lineHeight":"1.4","direction":"rtl","textAlign":"right"},"content":[{"type":"text","text":"בכל חודש, אנו מנתחים דפוסי שימוש אנונימיים בפלטפורמה שלנו כדי להבין היכן צוותים מרוויחים מהירות—והיכן חיכוכים עדיין מסתתרים"}]}]},"from":0,"to":146,"focusedElement":"cdtr-a15bb422-fc18-4622-b42c-fdc300890aa5"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":638.375,"y":509.5078125,"width":260.25,"height":111.9921875,"top":509.5078125,"right":898.625,"bottom":621.5,"left":638.375},"width":260.25,"height":111.9921875},"children":[],"width":260.25,"height":111.9921875,"renderedHTML":null},{"id":"cdtr-ece2890c-3078-419c-8e04-33f8124e0ac4","_id":"cdtr-ece2890c-3078-419c-8e04-33f8124e0ac4","type":"col","props":{"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":638.375,"y":509.5078125,"width":260.25,"height":111.9921875,"top":509.5078125,"right":898.625,"bottom":621.5,"left":638.375},"width":260.25,"height":111.9921875},"children":["cdtr-c9a3319a-9385-45d1-9072-c016ee2a091d"],"width":260.25,"height":111.9921875,"renderedHTML":null},{"id":"cdtr-b567de15-46f3-403a-9f47-fd6e2347eba9","_id":"cdtr-b567de15-46f3-403a-9f47-fd6e2347eba9","type":"card","props":{"style":{"width":"95%","background":"#ffebee","maxWidth":"345px","padding":"10px","fontFamily":"Roboto, sans-serif","borderRadius":".2rem"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"lg":{"style":{"minHeight":"182px"}},"rect":{"x":628.375,"y":449.1484375,"width":280.25,"height":182.3515625,"top":449.1484375,"right":908.625,"bottom":631.5,"left":628.375},"width":280.25,"height":182.3515625},"children":["cdtr-04b4324a-c9e8-4738-b620-e6f8412bf488","cdtr-ece2890c-3078-419c-8e04-33f8124e0ac4"],"width":280.25,"height":182.3515625,"renderedHTML":null},{"id":"cdtr-521a21f7-7835-4174-95f7-44644d4bba99","_id":"cdtr-521a21f7-7835-4174-95f7-44644d4bba99","type":"col","props":{"lg":6,"sm":12,"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":621,"y":449.1484375,"width":295,"height":182.3515625,"top":449.1484375,"right":916,"bottom":631.5,"left":621},"width":295,"height":182.3515625},"children":["cdtr-b567de15-46f3-403a-9f47-fd6e2347eba9"],"width":295,"height":182.3515625,"renderedHTML":null},{"id":"cdtr-5402ad9c-91b0-4e22-ab05-864f47b080c1","_id":"cdtr-5402ad9c-91b0-4e22-ab05-864f47b080c1","type":"icon","props":{"alt":"home-4-line","style":{"width":"24px","height":"24px","maxWidth":"100%","maxHeight":"100%","display":"inline-block","fontFamily":"Roboto, sans-serif"},"src":"https://img.creaditor.ai/icons/serve/Buildings/home-gear-fill.png?width=24&height=24&color=000000","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"iconColor":"000000","rect":{"x":933.375,"y":459.1484375,"width":24,"height":27.8984375,"top":459.1484375,"right":957.375,"bottom":487.046875,"left":933.375},"width":24,"height":27.8984375,"iconCategory":"Buildings","iconName":"home-gear-fill"},"children":[],"width":24,"height":27.8984375,"renderedHTML":null},{"id":"cdtr-71882000-59eb-4799-9783-6615c09a8c97","_id":"cdtr-71882000-59eb-4799-9783-6615c09a8c97","type":"col","props":{"lg":12,"justify":"flex-end","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":933.375,"y":459.1484375,"width":260.25,"height":27.8984375,"top":459.1484375,"right":1193.625,"bottom":487.046875,"left":933.375},"width":260.25,"height":27.8984375},"children":["cdtr-5402ad9c-91b0-4e22-ab05-864f47b080c1"],"width":260.25,"height":27.8984375,"renderedHTML":null},{"id":"cdtr-275fa3ed-b7af-493e-9d77-a7c6bf0a38f0","_id":"cdtr-275fa3ed-b7af-493e-9d77-a7c6bf0a38f0","type":"row","props":{"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":933.375,"y":459.1484375,"width":260.25,"height":27.8984375,"top":459.1484375,"right":1193.625,"bottom":487.046875,"left":933.375},"width":260.25,"height":27.8984375,"style":{}},"children":["cdtr-71882000-59eb-4799-9783-6615c09a8c97"],"width":260.25,"height":27.8984375,"renderedHTML":null},{"id":"cdtr-b3751890-4d97-4b30-ab9a-50dcd0212b9d","_id":"cdtr-b3751890-4d97-4b30-ab9a-50dcd0212b9d","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"heading","attrs":{"letterSpacing":"normal","lineHeight":"1.2","direction":"rtl","textAlign":"right","level":3},"content":[{"type":"text","marks":[{"type":"bold"}],"text":"פיצ\'ר במרכז תשומת הלב"}]}]},"from":17,"to":17,"focusedElement":"cdtr-d52dad11-5085-4a28-9f2e-6fc5e66d7dfa"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":933.375,"y":487.046875,"width":260.25,"height":22.4609375,"top":487.046875,"right":1193.625,"bottom":509.5078125,"left":933.375},"width":260.25,"height":22.4609375},"children":[],"width":260.25,"height":22.4609375,"renderedHTML":null},{"id":"cdtr-a38b1679-0f46-4765-8ec9-cd2b82c8b34c","_id":"cdtr-a38b1679-0f46-4765-8ec9-cd2b82c8b34c","type":"col","props":{"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":933.375,"y":459.1484375,"width":260.25,"height":50.359375,"top":459.1484375,"right":1193.625,"bottom":509.5078125,"left":933.375},"width":260.25,"height":50.359375},"children":["cdtr-275fa3ed-b7af-493e-9d77-a7c6bf0a38f0","cdtr-b3751890-4d97-4b30-ab9a-50dcd0212b9d"],"width":260.25,"height":50.359375,"renderedHTML":null},{"id":"cdtr-c905817e-8e18-4452-881b-0887628b9784","_id":"cdtr-c905817e-8e18-4452-881b-0887628b9784","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"paragraph","attrs":{"letterSpacing":"","lineHeight":"1.4","direction":"rtl","textAlign":"right"},"content":[{"type":"text","marks":[{"type":"textStyle","attrs":{"fontFamily":"Roboto, sans-serif","color":"rgb(0, 0, 0)","backgroundColor":"","fontSize":"16px"}}],"text":"הכירו את התבניות החכמות—קיצור הדרך שלכם לתהליכי עבודה עקביים וחוזרים. מושלם להכשרה, דיווח וכל מה שהצוות שלכם עושה יותר מפעמיים."}]}]},"from":152,"to":152,"focusedElement":"cdtr-1ddc356a-42f8-4a46-b9ba-1cc733e733ca"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":933.375,"y":509.5078125,"width":260.25,"height":111.9921875,"top":509.5078125,"right":1193.625,"bottom":621.5,"left":933.375},"width":260.25,"height":111.9921875},"children":[],"width":260.25,"height":111.9921875,"renderedHTML":null},{"id":"cdtr-e68942eb-fd6c-4776-b51d-61e5bf813604","_id":"cdtr-e68942eb-fd6c-4776-b51d-61e5bf813604","type":"col","props":{"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":933.375,"y":509.5078125,"width":260.25,"height":111.9921875,"top":509.5078125,"right":1193.625,"bottom":621.5,"left":933.375},"width":260.25,"height":111.9921875},"children":["cdtr-c905817e-8e18-4452-881b-0887628b9784"],"width":260.25,"height":111.9921875,"renderedHTML":null},{"id":"cdtr-73ea3ee7-4064-4960-b37f-3f2fd7af6cf5","_id":"cdtr-73ea3ee7-4064-4960-b37f-3f2fd7af6cf5","type":"card","props":{"style":{"width":"95%","background":"#e1bee7","maxWidth":"345px","padding":"10px","fontFamily":"Roboto, sans-serif","borderRadius":".2rem"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"lg":{"style":{"minHeight":"182px"}},"rect":{"x":923.375,"y":449.1484375,"width":280.25,"height":182.3515625,"top":449.1484375,"right":1203.625,"bottom":631.5,"left":923.375},"width":280.25,"height":182.3515625},"children":["cdtr-a38b1679-0f46-4765-8ec9-cd2b82c8b34c","cdtr-e68942eb-fd6c-4776-b51d-61e5bf813604"],"width":280.25,"height":182.3515625,"renderedHTML":null},{"id":"cdtr-4112ace1-6e15-4f7b-8c8b-62026e2713e2","_id":"cdtr-4112ace1-6e15-4f7b-8c8b-62026e2713e2","type":"col","props":{"lg":6,"sm":12,"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":916,"y":449.1484375,"width":295,"height":182.3515625,"top":449.1484375,"right":1211,"bottom":631.5,"left":916},"width":295,"height":182.3515625},"children":["cdtr-73ea3ee7-4064-4960-b37f-3f2fd7af6cf5"],"width":295,"height":182.3515625,"renderedHTML":null},{"id":"cdtr-6f4be2df-27fe-43d9-9573-684f0387abc1","_id":"cdtr-6f4be2df-27fe-43d9-9573-684f0387abc1","type":"block","props":{"style":{"padding":"10px","marginTop":"0","marginBottom":"0","marginLeft":"auto","marginRight":"auto","backgroundColor":"transparent","maxWidth":"1320px","justifyContent":"center","width":"610px","margin":"0 auto"},"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":611,"y":439.1484375,"width":610,"height":202.3515625,"top":439.1484375,"right":1221,"bottom":641.5,"left":611},"width":610,"height":202.3515625},"children":["cdtr-521a21f7-7835-4174-95f7-44644d4bba99","cdtr-4112ace1-6e15-4f7b-8c8b-62026e2713e2"],"width":610,"height":202.3515625,"renderedHTML":null},{"id":"cdtr-e915f65e-f331-456e-a942-f20c66e8668e","_id":"cdtr-e915f65e-f331-456e-a942-f20c66e8668e","type":"section","props":{"style":{"width":"100%","minHeight":"calc(calc(calc(calc(calc(calc(calc(calc(calc(calc(calc(calc(calc(calc(calc(calc(calc(calc(calc(calc(calc(calc(calc(calc(calc(calc(500px - 150px) - 150px) - 150px) - 150px) - 150px) - 150px) - 150px) - 150px) - 150px) - 150px) - 150px) - 150px) - 150px) - 150px) - 150px) - 150px) - 150px) - 150px) - 150px) - 150px) - 150px) - 150px) - 150px) - 150px) - 150px) - 150px)","fontFamily":"Roboto, sans-serif","background":"#0000"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":373.09375,"y":140,"width":1085.8125,"height":501.5,"top":140,"right":1458.90625,"bottom":641.5,"left":373.09375},"width":1085.8125,"height":501.5,"background":null},"children":["cdtr-ed780bef-86c8-4c48-b921-006605bf8a55","cdtr-830d40ec-4801-4890-ac93-1f1abec308c9","cdtr-6f4be2df-27fe-43d9-9573-684f0387abc1"],"width":1085.8125,"height":501.5,"renderedHTML":null}]}'),rh=JSON.parse('{"name":"קריאה לפעולה","id":"hero-cta","tags":["section","cta","hero"],"body":{"type":"section","props":{"style":{"minHeight":"100px","background":"#1a1a2e","width":"100%"}}},"components":[{"id":"cdtr-a1b2c3d4-e5f6-7890-abcd-ef1234567890","_id":"cdtr-a1b2c3d4-e5f6-7890-abcd-ef1234567890","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"heading","attrs":{"letterSpacing":"2px","lineHeight":"1.4","direction":"rtl","textAlign":"center","level":1},"content":[{"type":"text","marks":[{"type":"textStyle","attrs":{"fontFamily":"","color":"#ffffff","backgroundColor":"","fontSize":"48px"}},{"type":"bold"}],"text":"הישארו מחוברים"}]}]},"from":1,"to":15,"focusedElement":"cdtr-a1b2c3d4-e5f6-7890-abcd-ef1234567890"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"width":570,"height":70},"children":[],"width":570,"height":70,"renderedHTML":null},{"id":"cdtr-b2c3d4e5-f6a7-8901-bcde-f12345678901","_id":"cdtr-b2c3d4e5-f6a7-8901-bcde-f12345678901","type":"col","props":{"lg":0,"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-a1b2c3d4-e5f6-7890-abcd-ef1234567890"],"renderedHTML":null},{"id":"cdtr-c3d4e5f6-a7b8-9012-cdef-123456789012","_id":"cdtr-c3d4e5f6-a7b8-9012-cdef-123456789012","type":"block","props":{"style":{"padding":"10px 10px 10px 10px","marginTop":"0","marginBottom":"0","marginLeft":"auto","marginRight":"auto","backgroundColor":"transparent","maxWidth":"100%","justifyContent":"center","width":"615px"},"classList":[],"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":288.5,"y":60,"width":615,"height":90,"top":60,"right":903.5,"bottom":150,"left":288.5},"width":615,"height":90},"children":["cdtr-b2c3d4e5-f6a7-8901-bcde-f12345678901"],"width":615,"height":90,"renderedHTML":null},{"id":"cdtr-d4e5f6a7-b8c9-0123-defa-234567890123","_id":"cdtr-d4e5f6a7-b8c9-0123-defa-234567890123","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"paragraph","attrs":{"letterSpacing":"normal","lineHeight":"1.6","direction":"rtl","textAlign":"center"},"content":[{"type":"text","marks":[{"type":"textStyle","attrs":{"fontFamily":"","color":"#cccccc","backgroundColor":"","fontSize":"18px"}}],"text":"הירשמו לניוזלטר שלנו וקבלו עדכונים שבועיים ישירות לתיבת הדואר שלכם"}]}]},"from":1,"to":65,"focusedElement":"cdtr-d4e5f6a7-b8c9-0123-defa-234567890123"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":211,"y":160,"width":570,"height":50,"top":160,"right":781,"bottom":210,"left":211},"width":570,"height":50},"children":[],"width":570,"height":50,"renderedHTML":null},{"id":"cdtr-e5f6a7b8-c9d0-1234-efab-345678901234","_id":"cdtr-e5f6a7b8-c9d0-1234-efab-345678901234","type":"col","props":{"lg":0,"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-d4e5f6a7-b8c9-0123-defa-234567890123"],"width":595,"height":50,"renderedHTML":null},{"id":"cdtr-f6a7b8c9-d0e1-2345-fabc-456789012345","_id":"cdtr-f6a7b8c9-d0e1-2345-fabc-456789012345","type":"block","props":{"style":{"padding":"10px","marginTop":"0","marginBottom":"0","marginLeft":"auto","marginRight":"auto","backgroundColor":"transparent","maxWidth":"100%","justifyContent":"center","width":"615px"},"classList":[],"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":288.5,"y":150,"width":615,"height":70,"top":150,"right":903.5,"bottom":220,"left":288.5},"width":615,"height":70},"children":["cdtr-e5f6a7b8-c9d0-1234-efab-345678901234"],"width":615,"height":70,"renderedHTML":null},{"id":"cdtr-a7b8c9d0-e1f2-3456-abcd-567890123456","_id":"cdtr-a7b8c9d0-e1f2-3456-abcd-567890123456","type":"button","props":{"text":"הצטרפו עכשיו","style":{"height":"auto","width":"200px","maxWidth":"100%","minWidth":"10px","background":"#e94560","color":"#fff","fontFamily":"Arial, Helvetica, sans-serif","padding":"14px 20px","borderRadius":"8px","display":"","direction":"rtl","fontSize":"16px"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":497.5,"y":240,"width":200,"height":45,"top":240,"right":697.5,"bottom":285,"left":497.5},"width":200,"height":45},"children":[],"width":200,"height":45,"renderedHTML":null},{"id":"cdtr-b8c9d0e1-f2a3-4567-bcde-678901234567","_id":"cdtr-b8c9d0e1-f2a3-4567-bcde-678901234567","type":"col","props":{"lg":0,"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-a7b8c9d0-e1f2-3456-abcd-567890123456"],"width":595,"height":45,"renderedHTML":null},{"id":"cdtr-c9d0e1f2-a3b4-5678-cdef-789012345678","_id":"cdtr-c9d0e1f2-a3b4-5678-cdef-789012345678","type":"block","props":{"style":{"padding":"10px 10px 40px 10px","marginTop":"0","marginBottom":"0","marginLeft":"auto","marginRight":"auto","backgroundColor":"transparent","maxWidth":"100%","justifyContent":"center","width":"615px"},"classList":[],"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":288.5,"y":230,"width":615,"height":65,"top":230,"right":903.5,"bottom":295,"left":288.5},"width":615,"height":65},"children":["cdtr-b8c9d0e1-f2a3-4567-bcde-678901234567"],"width":615,"height":65,"renderedHTML":null},{"id":"cdtr-hero-cta-section-he-000000000000","_id":"cdtr-hero-cta-section-he-000000000000","type":"section","props":{"style":{"width":"100%","minHeight":"100px","fontFamily":"Arial, Helvetica, sans-serif","background":"#1a1a2e","maxWidth":"100%"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":0,"y":0,"width":1192,"height":295,"top":0,"right":1192,"bottom":295,"left":0},"width":1192,"height":295},"children":["cdtr-c3d4e5f6-a7b8-9012-cdef-123456789012","cdtr-f6a7b8c9-d0e1-2345-fabc-456789012345","cdtr-c9d0e1f2-a3b4-5678-cdef-789012345678"],"width":1192,"height":295,"renderedHTML":null}]}'),oh=JSON.parse('{"name":"צוות","id":"team-3-cards","tags":["section","team"],"body":{"type":"section","props":{"style":{"minHeight":"100px","background":"#f9f9f9","width":"100%"}}},"components":[{"id":"cdtr-t001-aa11-bb22-cc33-000000000001","_id":"cdtr-t001-aa11-bb22-cc33-000000000001","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"heading","attrs":{"letterSpacing":"1px","lineHeight":"1.3","direction":"rtl","textAlign":"center","level":2},"content":[{"type":"text","marks":[{"type":"textStyle","attrs":{"fontFamily":"","color":"#1a1a2e","backgroundColor":"","fontSize":"36px"}},{"type":"bold"}],"text":"הצוות שלנו"}]}]},"from":1,"to":12,"focusedElement":"cdtr-t001-aa11-bb22-cc33-000000000001"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":211,"y":40,"width":570,"height":50,"top":40,"right":781,"bottom":90,"left":211},"width":570,"height":50},"children":[],"width":570,"height":50,"renderedHTML":null},{"id":"cdtr-t002-aa11-bb22-cc33-000000000002","_id":"cdtr-t002-aa11-bb22-cc33-000000000002","type":"col","props":{"lg":0,"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-t001-aa11-bb22-cc33-000000000001"],"width":595,"height":50,"renderedHTML":null},{"id":"cdtr-t003-aa11-bb22-cc33-000000000003","_id":"cdtr-t003-aa11-bb22-cc33-000000000003","type":"block","props":{"style":{"padding":"40px 10px 20px 10px","marginTop":"0","marginBottom":"0","marginLeft":"auto","marginRight":"auto","backgroundColor":"transparent","maxWidth":"100%","justifyContent":"center","width":"615px"},"classList":[],"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":288.5,"y":40,"width":615,"height":70,"top":40,"right":903.5,"bottom":110,"left":288.5},"width":615,"height":70},"children":["cdtr-t002-aa11-bb22-cc33-000000000002"],"width":615,"height":70,"renderedHTML":null},{"id":"cdtr-t101-aa11-bb22-cc33-000000000101","_id":"cdtr-t101-aa11-bb22-cc33-000000000101","type":"image","props":{"alt":"יובל כהן","width":160,"height":160,"style":{"height":"auto","width":"160px","maxWidth":"100%","minWidth":"30px","fontFamily":"Arial, Helvetica, sans-serif","borderRadius":"0","display":"block","margin":"0 auto"},"src":"https://images.pexels.com/photos/2379004/pexels-photo-2379004.jpeg?auto=compress&cs=tinysrgb&w=300&h=300&dpr=1","isOpenWithModal":false,"isFullWidthOnMobile":false,"isRatioLock":true,"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":648,"y":140,"width":160,"height":160,"top":140,"right":808,"bottom":300,"left":648}},"children":[],"width":160,"height":160,"renderedHTML":null},{"id":"cdtr-t102-aa11-bb22-cc33-000000000102","_id":"cdtr-t102-aa11-bb22-cc33-000000000102","type":"col","props":{"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-t101-aa11-bb22-cc33-000000000101"],"width":175,"height":160,"renderedHTML":null},{"id":"cdtr-t103-aa11-bb22-cc33-000000000103","_id":"cdtr-t103-aa11-bb22-cc33-000000000103","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"heading","attrs":{"letterSpacing":"normal","lineHeight":"1.3","direction":"rtl","textAlign":"center","level":4},"content":[{"type":"text","marks":[{"type":"textStyle","attrs":{"fontFamily":"","color":"#1a1a2e","backgroundColor":"","fontSize":"18px"}},{"type":"bold"}],"text":"יובל כהן"}]}]},"from":1,"to":9,"focusedElement":"cdtr-t103-aa11-bb22-cc33-000000000103"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":628,"y":310,"width":175,"height":24,"top":310,"right":803,"bottom":334,"left":628},"width":175,"height":24},"children":[],"width":175,"height":24,"renderedHTML":null},{"id":"cdtr-t104-aa11-bb22-cc33-000000000104","_id":"cdtr-t104-aa11-bb22-cc33-000000000104","type":"col","props":{"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-t103-aa11-bb22-cc33-000000000103"],"width":175,"height":24,"renderedHTML":null},{"id":"cdtr-t105-aa11-bb22-cc33-000000000105","_id":"cdtr-t105-aa11-bb22-cc33-000000000105","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"paragraph","attrs":{"letterSpacing":"normal","lineHeight":"1.4","direction":"rtl","textAlign":"center"},"content":[{"type":"text","marks":[{"type":"textStyle","attrs":{"fontFamily":"","color":"#666666","backgroundColor":"","fontSize":"14px"}}],"text":"מנכ\\"ל ומייסד"}]}]},"from":1,"to":10,"focusedElement":"cdtr-t105-aa11-bb22-cc33-000000000105"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":628,"y":338,"width":175,"height":20,"top":338,"right":803,"bottom":358,"left":628},"width":175,"height":20},"children":[],"width":175,"height":20,"renderedHTML":null},{"id":"cdtr-t106-aa11-bb22-cc33-000000000106","_id":"cdtr-t106-aa11-bb22-cc33-000000000106","type":"col","props":{"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-t105-aa11-bb22-cc33-000000000105"],"width":175,"height":20,"renderedHTML":null},{"id":"cdtr-t107-aa11-bb22-cc33-000000000107","_id":"cdtr-t107-aa11-bb22-cc33-000000000107","type":"card","props":{"style":{"width":"185px","background":"#ffffff","maxWidth":"195px","fontFamily":"Arial, Helvetica, sans-serif","boxShadow":"0 2px 12px rgba(0,0,0,0.08)","textAlign":"center"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"lg":{"style":{"minHeight":"240px"}},"rect":{"x":621,"y":120,"width":195,"height":240,"top":120,"right":816,"bottom":360,"left":621},"width":195,"height":240},"children":["cdtr-t102-aa11-bb22-cc33-000000000102","cdtr-t104-aa11-bb22-cc33-000000000104","cdtr-t106-aa11-bb22-cc33-000000000106"],"width":195,"height":240,"renderedHTML":null},{"id":"cdtr-t108-aa11-bb22-cc33-000000000108","_id":"cdtr-t108-aa11-bb22-cc33-000000000108","type":"col","props":{"lg":4,"sm":12,"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":611,"y":120,"width":205,"height":240,"top":120,"right":816,"bottom":360,"left":611},"width":205,"height":240},"children":["cdtr-t107-aa11-bb22-cc33-000000000107"],"width":205,"height":240,"renderedHTML":null},{"id":"cdtr-t201-aa11-bb22-cc33-000000000201","_id":"cdtr-t201-aa11-bb22-cc33-000000000201","type":"image","props":{"alt":"מיכל לוי","width":160,"height":160,"style":{"height":"auto","width":"160px","maxWidth":"100%","minWidth":"30px","fontFamily":"Arial, Helvetica, sans-serif","borderRadius":"0","display":"block","margin":"0 auto"},"src":"https://images.pexels.com/photos/774909/pexels-photo-774909.jpeg?auto=compress&cs=tinysrgb&w=300&h=300&dpr=1","isOpenWithModal":false,"isFullWidthOnMobile":false,"isRatioLock":true,"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":848,"y":140,"width":160,"height":160,"top":140,"right":1008,"bottom":300,"left":848}},"children":[],"width":160,"height":160,"renderedHTML":null},{"id":"cdtr-t202-aa11-bb22-cc33-000000000202","_id":"cdtr-t202-aa11-bb22-cc33-000000000202","type":"col","props":{"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-t201-aa11-bb22-cc33-000000000201"],"width":175,"height":160,"renderedHTML":null},{"id":"cdtr-t203-aa11-bb22-cc33-000000000203","_id":"cdtr-t203-aa11-bb22-cc33-000000000203","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"heading","attrs":{"letterSpacing":"normal","lineHeight":"1.3","direction":"rtl","textAlign":"center","level":4},"content":[{"type":"text","marks":[{"type":"textStyle","attrs":{"fontFamily":"","color":"#1a1a2e","backgroundColor":"","fontSize":"18px"}},{"type":"bold"}],"text":"מיכל לוי"}]}]},"from":1,"to":8,"focusedElement":"cdtr-t203-aa11-bb22-cc33-000000000203"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":828,"y":310,"width":175,"height":24,"top":310,"right":1003,"bottom":334,"left":828},"width":175,"height":24},"children":[],"width":175,"height":24,"renderedHTML":null},{"id":"cdtr-t204-aa11-bb22-cc33-000000000204","_id":"cdtr-t204-aa11-bb22-cc33-000000000204","type":"col","props":{"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-t203-aa11-bb22-cc33-000000000203"],"width":175,"height":24,"renderedHTML":null},{"id":"cdtr-t205-aa11-bb22-cc33-000000000205","_id":"cdtr-t205-aa11-bb22-cc33-000000000205","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"paragraph","attrs":{"letterSpacing":"normal","lineHeight":"1.4","direction":"rtl","textAlign":"center"},"content":[{"type":"text","marks":[{"type":"textStyle","attrs":{"fontFamily":"","color":"#666666","backgroundColor":"","fontSize":"14px"}}],"text":"מנהלת מוצר"}]}]},"from":1,"to":10,"focusedElement":"cdtr-t205-aa11-bb22-cc33-000000000205"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":828,"y":338,"width":175,"height":20,"top":338,"right":1003,"bottom":358,"left":828},"width":175,"height":20},"children":[],"width":175,"height":20,"renderedHTML":null},{"id":"cdtr-t206-aa11-bb22-cc33-000000000206","_id":"cdtr-t206-aa11-bb22-cc33-000000000206","type":"col","props":{"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-t205-aa11-bb22-cc33-000000000205"],"width":175,"height":20,"renderedHTML":null},{"id":"cdtr-t207-aa11-bb22-cc33-000000000207","_id":"cdtr-t207-aa11-bb22-cc33-000000000207","type":"card","props":{"style":{"width":"185px","background":"#ffffff","maxWidth":"195px","fontFamily":"Arial, Helvetica, sans-serif","boxShadow":"0 2px 12px rgba(0,0,0,0.08)","textAlign":"center"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"lg":{"style":{"minHeight":"240px"}},"rect":{"x":821,"y":120,"width":195,"height":240,"top":120,"right":1016,"bottom":360,"left":821},"width":195,"height":240},"children":["cdtr-t202-aa11-bb22-cc33-000000000202","cdtr-t204-aa11-bb22-cc33-000000000204","cdtr-t206-aa11-bb22-cc33-000000000206"],"width":195,"height":240,"renderedHTML":null},{"id":"cdtr-t208-aa11-bb22-cc33-000000000208","_id":"cdtr-t208-aa11-bb22-cc33-000000000208","type":"col","props":{"lg":4,"sm":12,"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":811,"y":120,"width":205,"height":240,"top":120,"right":1016,"bottom":360,"left":811},"width":205,"height":240},"children":["cdtr-t207-aa11-bb22-cc33-000000000207"],"width":205,"height":240,"renderedHTML":null},{"id":"cdtr-t301-aa11-bb22-cc33-000000000301","_id":"cdtr-t301-aa11-bb22-cc33-000000000301","type":"image","props":{"alt":"אורי ברקוביץ","width":160,"height":160,"style":{"height":"auto","width":"160px","maxWidth":"100%","minWidth":"30px","fontFamily":"Arial, Helvetica, sans-serif","borderRadius":"0","display":"block","margin":"0 auto"},"src":"https://images.pexels.com/photos/2379004/pexels-photo-2379004.jpeg?auto=compress&cs=tinysrgb&w=300&h=300&dpr=1","isOpenWithModal":false,"isFullWidthOnMobile":false,"isRatioLock":true,"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":1048,"y":140,"width":160,"height":160,"top":140,"right":1208,"bottom":300,"left":1048}},"children":[],"width":160,"height":160,"renderedHTML":null},{"id":"cdtr-t302-aa11-bb22-cc33-000000000302","_id":"cdtr-t302-aa11-bb22-cc33-000000000302","type":"col","props":{"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-t301-aa11-bb22-cc33-000000000301"],"width":175,"height":160,"renderedHTML":null},{"id":"cdtr-t303-aa11-bb22-cc33-000000000303","_id":"cdtr-t303-aa11-bb22-cc33-000000000303","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"heading","attrs":{"letterSpacing":"normal","lineHeight":"1.3","direction":"rtl","textAlign":"center","level":4},"content":[{"type":"text","marks":[{"type":"textStyle","attrs":{"fontFamily":"","color":"#1a1a2e","backgroundColor":"","fontSize":"18px"}},{"type":"bold"}],"text":"אורי ברקוביץ"}]}]},"from":1,"to":11,"focusedElement":"cdtr-t303-aa11-bb22-cc33-000000000303"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":1028,"y":310,"width":175,"height":24,"top":310,"right":1203,"bottom":334,"left":1028},"width":175,"height":24},"children":[],"width":175,"height":24,"renderedHTML":null},{"id":"cdtr-t304-aa11-bb22-cc33-000000000304","_id":"cdtr-t304-aa11-bb22-cc33-000000000304","type":"col","props":{"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-t303-aa11-bb22-cc33-000000000303"],"width":175,"height":24,"renderedHTML":null},{"id":"cdtr-t305-aa11-bb22-cc33-000000000305","_id":"cdtr-t305-aa11-bb22-cc33-000000000305","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"paragraph","attrs":{"letterSpacing":"normal","lineHeight":"1.4","direction":"rtl","textAlign":"center"},"content":[{"type":"text","marks":[{"type":"textStyle","attrs":{"fontFamily":"","color":"#666666","backgroundColor":"","fontSize":"14px"}}],"text":"מנהל טכנולוגיה"}]}]},"from":1,"to":13,"focusedElement":"cdtr-t305-aa11-bb22-cc33-000000000305"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":1028,"y":338,"width":175,"height":20,"top":338,"right":1203,"bottom":358,"left":1028},"width":175,"height":20},"children":[],"width":175,"height":20,"renderedHTML":null},{"id":"cdtr-t306-aa11-bb22-cc33-000000000306","_id":"cdtr-t306-aa11-bb22-cc33-000000000306","type":"col","props":{"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-t305-aa11-bb22-cc33-000000000305"],"width":175,"height":20,"renderedHTML":null},{"id":"cdtr-t307-aa11-bb22-cc33-000000000307","_id":"cdtr-t307-aa11-bb22-cc33-000000000307","type":"card","props":{"style":{"width":"185px","background":"#ffffff","maxWidth":"195px","fontFamily":"Arial, Helvetica, sans-serif","boxShadow":"0 2px 12px rgba(0,0,0,0.08)","textAlign":"center"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"lg":{"style":{"minHeight":"240px"}},"rect":{"x":1021,"y":120,"width":195,"height":240,"top":120,"right":1216,"bottom":360,"left":1021},"width":195,"height":240},"children":["cdtr-t302-aa11-bb22-cc33-000000000302","cdtr-t304-aa11-bb22-cc33-000000000304","cdtr-t306-aa11-bb22-cc33-000000000306"],"width":195,"height":240,"renderedHTML":null},{"id":"cdtr-t308-aa11-bb22-cc33-000000000308","_id":"cdtr-t308-aa11-bb22-cc33-000000000308","type":"col","props":{"lg":4,"sm":12,"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":1011,"y":120,"width":205,"height":240,"top":120,"right":1216,"bottom":360,"left":1011},"width":205,"height":240},"children":["cdtr-t307-aa11-bb22-cc33-000000000307"],"width":205,"height":240,"renderedHTML":null},{"id":"cdtr-t400-aa11-bb22-cc33-000000000400","_id":"cdtr-t400-aa11-bb22-cc33-000000000400","type":"block","props":{"style":{"padding":"10px 10px 40px 10px","marginTop":"0","marginBottom":"0","marginLeft":"auto","marginRight":"auto","backgroundColor":"transparent","maxWidth":"1320px","justifyContent":"center","width":"615px","margin":"0 auto"},"classList":[],"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":611,"y":110,"width":615,"height":260,"top":110,"right":1226,"bottom":370,"left":611},"width":615,"height":260},"children":["cdtr-t108-aa11-bb22-cc33-000000000108","cdtr-t208-aa11-bb22-cc33-000000000208","cdtr-t308-aa11-bb22-cc33-000000000308"],"width":615,"height":260,"renderedHTML":null},{"id":"cdtr-team3-section-he-000000000000","_id":"cdtr-team3-section-he-000000000000","type":"section","props":{"style":{"width":"100%","minHeight":"100px","fontFamily":"Arial, Helvetica, sans-serif","background":"#f9f9f9","maxWidth":"100%"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":0,"y":0,"width":1192,"height":370,"top":0,"right":1192,"bottom":370,"left":0},"width":1192,"height":370},"children":["cdtr-t003-aa11-bb22-cc33-000000000003","cdtr-t400-aa11-bb22-cc33-000000000400"],"width":1192,"height":370,"renderedHTML":null}]}'),ih=JSON.parse('{"name":"המלצות 3 ציטוטים","id":"testimonials-3-quotes","tags":["section","testimonials","quotes"],"body":{"type":"section","props":{"style":{"minHeight":"100px","background":"#f0f4f8","width":"100%"}}},"components":[{"id":"cdtr-tq001-aa11-bb22-cc33-000000000001","_id":"cdtr-tq001-aa11-bb22-cc33-000000000001","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"heading","attrs":{"letterSpacing":"1px","lineHeight":"1.3","direction":"rtl","textAlign":"center","level":2},"content":[{"type":"text","marks":[{"type":"textStyle","attrs":{"fontFamily":"","color":"#1a1a2e","backgroundColor":"","fontSize":"36px"}},{"type":"bold"}],"text":"מה הקוראים שלנו אומרים"}]}]},"from":1,"to":23,"focusedElement":"cdtr-tq001-aa11-bb22-cc33-000000000001"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":211,"y":40,"width":570,"height":50,"top":40,"right":781,"bottom":90,"left":211},"width":570,"height":50},"children":[],"width":570,"height":50,"renderedHTML":null},{"id":"cdtr-tq002-aa11-bb22-cc33-000000000002","_id":"cdtr-tq002-aa11-bb22-cc33-000000000002","type":"col","props":{"lg":0,"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-tq001-aa11-bb22-cc33-000000000001"],"width":595,"height":50,"renderedHTML":null},{"id":"cdtr-tq003-aa11-bb22-cc33-000000000003","_id":"cdtr-tq003-aa11-bb22-cc33-000000000003","type":"block","props":{"style":{"padding":"40px 10px 20px 10px","marginTop":"0","marginBottom":"0","marginLeft":"auto","marginRight":"auto","backgroundColor":"transparent","maxWidth":"100%","justifyContent":"center","width":"615px"},"classList":[],"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":288.5,"y":40,"width":615,"height":70,"top":40,"right":903.5,"bottom":110,"left":288.5},"width":615,"height":70},"children":["cdtr-tq002-aa11-bb22-cc33-000000000002"],"width":615,"height":70,"renderedHTML":null},{"id":"cdtr-tq101-aa11-bb22-cc33-000000000101","_id":"cdtr-tq101-aa11-bb22-cc33-000000000101","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"paragraph","attrs":{"letterSpacing":"normal","lineHeight":"1.6","direction":"rtl","textAlign":"center"},"content":[{"type":"text","marks":[{"type":"textStyle","attrs":{"fontFamily":"","color":"#444444","backgroundColor":"","fontSize":"15px"}}],"text":"„הניוזלטר הזה שינה את הדרך שבה אני מקבל החלטות. קריאת חובה לכל מנהל.“"}]}]},"from":1,"to":71,"focusedElement":"cdtr-tq101-aa11-bb22-cc33-000000000101"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":628,"y":140,"width":155,"height":80,"top":140,"right":783,"bottom":220,"left":628},"width":155,"height":80},"children":[],"width":155,"height":80,"renderedHTML":null},{"id":"cdtr-tq102-aa11-bb22-cc33-000000000102","_id":"cdtr-tq102-aa11-bb22-cc33-000000000102","type":"col","props":{"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-tq101-aa11-bb22-cc33-000000000101"],"width":175,"height":80,"renderedHTML":null},{"id":"cdtr-tq103-aa11-bb22-cc33-000000000103","_id":"cdtr-tq103-aa11-bb22-cc33-000000000103","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"heading","attrs":{"letterSpacing":"normal","lineHeight":"1.3","direction":"rtl","textAlign":"center","level":4},"content":[{"type":"text","marks":[{"type":"textStyle","attrs":{"fontFamily":"","color":"#1a1a2e","backgroundColor":"","fontSize":"15px"}},{"type":"bold"}],"text":"שרה מיטשל"}]}]},"from":1,"to":10,"focusedElement":"cdtr-tq103-aa11-bb22-cc33-000000000103"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":628,"y":228,"width":155,"height":22,"top":228,"right":783,"bottom":250,"left":628},"width":155,"height":22},"children":[],"width":155,"height":22,"renderedHTML":null},{"id":"cdtr-tq104-aa11-bb22-cc33-000000000104","_id":"cdtr-tq104-aa11-bb22-cc33-000000000104","type":"col","props":{"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-tq103-aa11-bb22-cc33-000000000103"],"width":175,"height":22,"renderedHTML":null},{"id":"cdtr-tq105-aa11-bb22-cc33-000000000105","_id":"cdtr-tq105-aa11-bb22-cc33-000000000105","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"paragraph","attrs":{"letterSpacing":"normal","lineHeight":"1.4","direction":"rtl","textAlign":"center"},"content":[{"type":"text","marks":[{"type":"textStyle","attrs":{"fontFamily":"","color":"#888888","backgroundColor":"","fontSize":"13px"}}],"text":"ראש מוצר, TechCorp"}]}]},"from":1,"to":19,"focusedElement":"cdtr-tq105-aa11-bb22-cc33-000000000105"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":628,"y":254,"width":155,"height":18,"top":254,"right":783,"bottom":272,"left":628},"width":155,"height":18},"children":[],"width":155,"height":18,"renderedHTML":null},{"id":"cdtr-tq106-aa11-bb22-cc33-000000000106","_id":"cdtr-tq106-aa11-bb22-cc33-000000000106","type":"col","props":{"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-tq105-aa11-bb22-cc33-000000000105"],"width":175,"height":18,"renderedHTML":null},{"id":"cdtr-tq107-aa11-bb22-cc33-000000000107","_id":"cdtr-tq107-aa11-bb22-cc33-000000000107","type":"card","props":{"style":{"width":"185px","background":"#ffffff","maxWidth":"195px","fontFamily":"Arial, Helvetica, sans-serif","boxShadow":"0 2px 12px rgba(0,0,0,0.08)","textAlign":"center","padding":"20px 16px"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"lg":{"style":{"minHeight":"160px"}},"rect":{"x":621,"y":120,"width":195,"height":160,"top":120,"right":816,"bottom":280,"left":621},"width":195,"height":160},"children":["cdtr-tq102-aa11-bb22-cc33-000000000102","cdtr-tq104-aa11-bb22-cc33-000000000104","cdtr-tq106-aa11-bb22-cc33-000000000106"],"width":195,"height":160,"renderedHTML":null},{"id":"cdtr-tq108-aa11-bb22-cc33-000000000108","_id":"cdtr-tq108-aa11-bb22-cc33-000000000108","type":"col","props":{"lg":4,"sm":12,"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":611,"y":120,"width":205,"height":160,"top":120,"right":816,"bottom":280,"left":611},"width":205,"height":160},"children":["cdtr-tq107-aa11-bb22-cc33-000000000107"],"width":205,"height":160,"renderedHTML":null},{"id":"cdtr-tq201-aa11-bb22-cc33-000000000201","_id":"cdtr-tq201-aa11-bb22-cc33-000000000201","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"paragraph","attrs":{"letterSpacing":"normal","lineHeight":"1.6","direction":"rtl","textAlign":"center"},"content":[{"type":"text","marks":[{"type":"textStyle","attrs":{"fontFamily":"","color":"#444444","backgroundColor":"","fontSize":"15px"}}],"text":"„כל גיליון מביא תובנות טריות שאני מיישם מיד. זה הניוזלטר היחיד שאני אף פעם לא מדלג עליו.“"}]}]},"from":1,"to":84,"focusedElement":"cdtr-tq201-aa11-bb22-cc33-000000000201"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":828,"y":140,"width":155,"height":80,"top":140,"right":983,"bottom":220,"left":828},"width":155,"height":80},"children":[],"width":155,"height":80,"renderedHTML":null},{"id":"cdtr-tq202-aa11-bb22-cc33-000000000202","_id":"cdtr-tq202-aa11-bb22-cc33-000000000202","type":"col","props":{"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-tq201-aa11-bb22-cc33-000000000201"],"width":175,"height":80,"renderedHTML":null},{"id":"cdtr-tq203-aa11-bb22-cc33-000000000203","_id":"cdtr-tq203-aa11-bb22-cc33-000000000203","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"heading","attrs":{"letterSpacing":"normal","lineHeight":"1.3","direction":"rtl","textAlign":"center","level":4},"content":[{"type":"text","marks":[{"type":"textStyle","attrs":{"fontFamily":"","color":"#1a1a2e","backgroundColor":"","fontSize":"15px"}},{"type":"bold"}],"text":"דוד צ\'ן"}]}]},"from":1,"to":7,"focusedElement":"cdtr-tq203-aa11-bb22-cc33-000000000203"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":828,"y":228,"width":155,"height":22,"top":228,"right":983,"bottom":250,"left":828},"width":155,"height":22},"children":[],"width":155,"height":22,"renderedHTML":null},{"id":"cdtr-tq204-aa11-bb22-cc33-000000000204","_id":"cdtr-tq204-aa11-bb22-cc33-000000000204","type":"col","props":{"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-tq203-aa11-bb22-cc33-000000000203"],"width":175,"height":22,"renderedHTML":null},{"id":"cdtr-tq205-aa11-bb22-cc33-000000000205","_id":"cdtr-tq205-aa11-bb22-cc33-000000000205","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"paragraph","attrs":{"letterSpacing":"normal","lineHeight":"1.4","direction":"rtl","textAlign":"center"},"content":[{"type":"text","marks":[{"type":"textStyle","attrs":{"fontFamily":"","color":"#888888","backgroundColor":"","fontSize":"13px"}}],"text":"מייסד, StartupFlow"}]}]},"from":1,"to":19,"focusedElement":"cdtr-tq205-aa11-bb22-cc33-000000000205"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":828,"y":254,"width":155,"height":18,"top":254,"right":983,"bottom":272,"left":828},"width":155,"height":18},"children":[],"width":155,"height":18,"renderedHTML":null},{"id":"cdtr-tq206-aa11-bb22-cc33-000000000206","_id":"cdtr-tq206-aa11-bb22-cc33-000000000206","type":"col","props":{"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-tq205-aa11-bb22-cc33-000000000205"],"width":175,"height":18,"renderedHTML":null},{"id":"cdtr-tq207-aa11-bb22-cc33-000000000207","_id":"cdtr-tq207-aa11-bb22-cc33-000000000207","type":"card","props":{"style":{"width":"185px","background":"#ffffff","maxWidth":"195px","fontFamily":"Arial, Helvetica, sans-serif","boxShadow":"0 2px 12px rgba(0,0,0,0.08)","textAlign":"center","padding":"20px 16px"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"lg":{"style":{"minHeight":"160px"}},"rect":{"x":821,"y":120,"width":195,"height":160,"top":120,"right":1016,"bottom":280,"left":821},"width":195,"height":160},"children":["cdtr-tq202-aa11-bb22-cc33-000000000202","cdtr-tq204-aa11-bb22-cc33-000000000204","cdtr-tq206-aa11-bb22-cc33-000000000206"],"width":195,"height":160,"renderedHTML":null},{"id":"cdtr-tq208-aa11-bb22-cc33-000000000208","_id":"cdtr-tq208-aa11-bb22-cc33-000000000208","type":"col","props":{"lg":4,"sm":12,"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":811,"y":120,"width":205,"height":160,"top":120,"right":1016,"bottom":280,"left":811},"width":205,"height":160},"children":["cdtr-tq207-aa11-bb22-cc33-000000000207"],"width":205,"height":160,"renderedHTML":null},{"id":"cdtr-tq301-aa11-bb22-cc33-000000000301","_id":"cdtr-tq301-aa11-bb22-cc33-000000000301","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"paragraph","attrs":{"letterSpacing":"normal","lineHeight":"1.6","direction":"rtl","textAlign":"center"},"content":[{"type":"text","marks":[{"type":"textStyle","attrs":{"fontFamily":"","color":"#444444","backgroundColor":"","fontSize":"15px"}}],"text":"„אוצרות נהדרת של רעיונות. שיתפתי כל גיליון עם כל הצוות שלי.“"}]}]},"from":1,"to":59,"focusedElement":"cdtr-tq301-aa11-bb22-cc33-000000000301"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":1028,"y":140,"width":155,"height":80,"top":140,"right":1183,"bottom":220,"left":1028},"width":155,"height":80},"children":[],"width":155,"height":80,"renderedHTML":null},{"id":"cdtr-tq302-aa11-bb22-cc33-000000000302","_id":"cdtr-tq302-aa11-bb22-cc33-000000000302","type":"col","props":{"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-tq301-aa11-bb22-cc33-000000000301"],"width":175,"height":80,"renderedHTML":null},{"id":"cdtr-tq303-aa11-bb22-cc33-000000000303","_id":"cdtr-tq303-aa11-bb22-cc33-000000000303","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"heading","attrs":{"letterSpacing":"normal","lineHeight":"1.3","direction":"rtl","textAlign":"center","level":4},"content":[{"type":"text","marks":[{"type":"textStyle","attrs":{"fontFamily":"","color":"#1a1a2e","backgroundColor":"","fontSize":"15px"}},{"type":"bold"}],"text":"אנה רוזנברג"}]}]},"from":1,"to":11,"focusedElement":"cdtr-tq303-aa11-bb22-cc33-000000000303"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":1028,"y":228,"width":155,"height":22,"top":228,"right":1183,"bottom":250,"left":1028},"width":155,"height":22},"children":[],"width":155,"height":22,"renderedHTML":null},{"id":"cdtr-tq304-aa11-bb22-cc33-000000000304","_id":"cdtr-tq304-aa11-bb22-cc33-000000000304","type":"col","props":{"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-tq303-aa11-bb22-cc33-000000000303"],"width":175,"height":22,"renderedHTML":null},{"id":"cdtr-tq305-aa11-bb22-cc33-000000000305","_id":"cdtr-tq305-aa11-bb22-cc33-000000000305","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"paragraph","attrs":{"letterSpacing":"normal","lineHeight":"1.4","direction":"rtl","textAlign":"center"},"content":[{"type":"text","marks":[{"type":"textStyle","attrs":{"fontFamily":"","color":"#888888","backgroundColor":"","fontSize":"13px"}}],"text":"סמנכ\\"ל הנדסה, DevHub"}]}]},"from":1,"to":22,"focusedElement":"cdtr-tq305-aa11-bb22-cc33-000000000305"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":1028,"y":254,"width":155,"height":18,"top":254,"right":1183,"bottom":272,"left":1028},"width":155,"height":18},"children":[],"width":155,"height":18,"renderedHTML":null},{"id":"cdtr-tq306-aa11-bb22-cc33-000000000306","_id":"cdtr-tq306-aa11-bb22-cc33-000000000306","type":"col","props":{"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-tq305-aa11-bb22-cc33-000000000305"],"width":175,"height":18,"renderedHTML":null},{"id":"cdtr-tq307-aa11-bb22-cc33-000000000307","_id":"cdtr-tq307-aa11-bb22-cc33-000000000307","type":"card","props":{"style":{"width":"185px","background":"#ffffff","maxWidth":"195px","fontFamily":"Arial, Helvetica, sans-serif","boxShadow":"0 2px 12px rgba(0,0,0,0.08)","textAlign":"center","padding":"20px 16px"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"lg":{"style":{"minHeight":"160px"}},"rect":{"x":1021,"y":120,"width":195,"height":160,"top":120,"right":1216,"bottom":280,"left":1021},"width":195,"height":160},"children":["cdtr-tq302-aa11-bb22-cc33-000000000302","cdtr-tq304-aa11-bb22-cc33-000000000304","cdtr-tq306-aa11-bb22-cc33-000000000306"],"width":195,"height":160,"renderedHTML":null},{"id":"cdtr-tq308-aa11-bb22-cc33-000000000308","_id":"cdtr-tq308-aa11-bb22-cc33-000000000308","type":"col","props":{"lg":4,"sm":12,"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":1011,"y":120,"width":205,"height":160,"top":120,"right":1216,"bottom":280,"left":1011},"width":205,"height":160},"children":["cdtr-tq307-aa11-bb22-cc33-000000000307"],"width":205,"height":160,"renderedHTML":null},{"id":"cdtr-tq400-aa11-bb22-cc33-000000000400","_id":"cdtr-tq400-aa11-bb22-cc33-000000000400","type":"block","props":{"style":{"padding":"10px 10px 40px 10px","marginTop":"0","marginBottom":"0","marginLeft":"auto","marginRight":"auto","backgroundColor":"transparent","maxWidth":"1320px","justifyContent":"center","width":"615px","margin":"0 auto"},"classList":[],"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":611,"y":110,"width":615,"height":180,"top":110,"right":1226,"bottom":290,"left":611},"width":615,"height":180},"children":["cdtr-tq108-aa11-bb22-cc33-000000000108","cdtr-tq208-aa11-bb22-cc33-000000000208","cdtr-tq308-aa11-bb22-cc33-000000000308"],"width":615,"height":180,"renderedHTML":null},{"id":"cdtr-testimonials-section-en-000000000000","_id":"cdtr-testimonials-section-en-000000000000","type":"section","props":{"style":{"width":"100%","minHeight":"100px","fontFamily":"Arial, Helvetica, sans-serif","background":"#f0f4f8","maxWidth":"100%"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":0,"y":0,"width":1192,"height":370,"top":0,"right":1192,"bottom":370,"left":0},"width":1192,"height":370},"children":["cdtr-tq003-aa11-bb22-cc33-000000000003","cdtr-tq400-aa11-bb22-cc33-000000000400"],"width":1192,"height":370,"renderedHTML":null}]}'),ah=JSON.parse('{"name":"נתונים סטטיסטיים 4 מספרים","id":"stats-4-numbers","tags":["section","stats","numbers"],"body":{"type":"section","props":{"style":{"minHeight":"100px","background":"#1a1a2e","width":"100%"}}},"components":[{"id":"cdtr-sn001-aa11-bb22-cc33-000000000001","_id":"cdtr-sn001-aa11-bb22-cc33-000000000001","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"heading","attrs":{"letterSpacing":"2px","lineHeight":"1.3","direction":"rtl","textAlign":"center","level":2},"content":[{"type":"text","marks":[{"type":"textStyle","attrs":{"fontFamily":"","color":"#ffffff","backgroundColor":"","fontSize":"36px"}},{"type":"bold"}],"text":"במספרים"}]}]},"from":1,"to":8,"focusedElement":"cdtr-sn001-aa11-bb22-cc33-000000000001"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":211,"y":40,"width":570,"height":50,"top":40,"right":781,"bottom":90,"left":211},"width":570,"height":50},"children":[],"width":570,"height":50,"renderedHTML":null},{"id":"cdtr-sn002-aa11-bb22-cc33-000000000002","_id":"cdtr-sn002-aa11-bb22-cc33-000000000002","type":"col","props":{"lg":0,"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-sn001-aa11-bb22-cc33-000000000001"],"width":595,"height":50,"renderedHTML":null},{"id":"cdtr-sn003-aa11-bb22-cc33-000000000003","_id":"cdtr-sn003-aa11-bb22-cc33-000000000003","type":"block","props":{"style":{"padding":"40px 10px 20px 10px","marginTop":"0","marginBottom":"0","marginLeft":"auto","marginRight":"auto","backgroundColor":"transparent","maxWidth":"100%","justifyContent":"center","width":"615px"},"classList":[],"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":288.5,"y":40,"width":615,"height":70,"top":40,"right":903.5,"bottom":110,"left":288.5},"width":615,"height":70},"children":["cdtr-sn002-aa11-bb22-cc33-000000000002"],"width":615,"height":70,"renderedHTML":null},{"id":"cdtr-sn101-aa11-bb22-cc33-000000000101","_id":"cdtr-sn101-aa11-bb22-cc33-000000000101","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"heading","attrs":{"letterSpacing":"normal","lineHeight":"1.2","direction":"rtl","textAlign":"center","level":2},"content":[{"type":"text","marks":[{"type":"textStyle","attrs":{"fontFamily":"","color":"#e94560","backgroundColor":"","fontSize":"40px"}},{"type":"bold"}],"text":"+50K"}]}]},"from":1,"to":5,"focusedElement":"cdtr-sn101-aa11-bb22-cc33-000000000101"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":628,"y":140,"width":130,"height":52,"top":140,"right":758,"bottom":192,"left":628},"width":130,"height":52},"children":[],"width":130,"height":52,"renderedHTML":null},{"id":"cdtr-sn102-aa11-bb22-cc33-000000000102","_id":"cdtr-sn102-aa11-bb22-cc33-000000000102","type":"col","props":{"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-sn101-aa11-bb22-cc33-000000000101"],"width":145,"height":52,"renderedHTML":null},{"id":"cdtr-sn103-aa11-bb22-cc33-000000000103","_id":"cdtr-sn103-aa11-bb22-cc33-000000000103","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"paragraph","attrs":{"letterSpacing":"1px","lineHeight":"1.4","direction":"rtl","textAlign":"center"},"content":[{"type":"text","marks":[{"type":"textStyle","attrs":{"fontFamily":"","color":"#aaaaaa","backgroundColor":"","fontSize":"13px"}}],"text":"מנויים פעילים"}]}]},"from":1,"to":13,"focusedElement":"cdtr-sn103-aa11-bb22-cc33-000000000103"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":628,"y":198,"width":130,"height":20,"top":198,"right":758,"bottom":218,"left":628},"width":130,"height":20},"children":[],"width":130,"height":20,"renderedHTML":null},{"id":"cdtr-sn104-aa11-bb22-cc33-000000000104","_id":"cdtr-sn104-aa11-bb22-cc33-000000000104","type":"col","props":{"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-sn103-aa11-bb22-cc33-000000000103"],"width":145,"height":20,"renderedHTML":null},{"id":"cdtr-sn105-aa11-bb22-cc33-000000000105","_id":"cdtr-sn105-aa11-bb22-cc33-000000000105","type":"card","props":{"style":{"width":"140px","background":"#262639","maxWidth":"155px","fontFamily":"Arial, Helvetica, sans-serif","borderRadius":"12px","textAlign":"center","padding":"24px 10px"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"lg":{"style":{"minHeight":"100px"}},"rect":{"x":618,"y":120,"width":155,"height":110,"top":120,"right":773,"bottom":230,"left":618},"width":155,"height":110},"children":["cdtr-sn102-aa11-bb22-cc33-000000000102","cdtr-sn104-aa11-bb22-cc33-000000000104"],"width":155,"height":110,"renderedHTML":null},{"id":"cdtr-sn106-aa11-bb22-cc33-000000000106","_id":"cdtr-sn106-aa11-bb22-cc33-000000000106","type":"col","props":{"lg":3,"sm":6,"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":608,"y":120,"width":165,"height":110,"top":120,"right":773,"bottom":230,"left":608},"width":165,"height":110},"children":["cdtr-sn105-aa11-bb22-cc33-000000000105"],"width":165,"height":110,"renderedHTML":null},{"id":"cdtr-sn201-aa11-bb22-cc33-000000000201","_id":"cdtr-sn201-aa11-bb22-cc33-000000000201","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"heading","attrs":{"letterSpacing":"normal","lineHeight":"1.2","direction":"rtl","textAlign":"center","level":2},"content":[{"type":"text","marks":[{"type":"textStyle","attrs":{"fontFamily":"","color":"#e94560","backgroundColor":"","fontSize":"40px"}},{"type":"bold"}],"text":"98%"}]}]},"from":1,"to":4,"focusedElement":"cdtr-sn201-aa11-bb22-cc33-000000000201"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":783,"y":140,"width":130,"height":52,"top":140,"right":913,"bottom":192,"left":783},"width":130,"height":52},"children":[],"width":130,"height":52,"renderedHTML":null},{"id":"cdtr-sn202-aa11-bb22-cc33-000000000202","_id":"cdtr-sn202-aa11-bb22-cc33-000000000202","type":"col","props":{"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-sn201-aa11-bb22-cc33-000000000201"],"width":145,"height":52,"renderedHTML":null},{"id":"cdtr-sn203-aa11-bb22-cc33-000000000203","_id":"cdtr-sn203-aa11-bb22-cc33-000000000203","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"paragraph","attrs":{"letterSpacing":"1px","lineHeight":"1.4","direction":"rtl","textAlign":"center"},"content":[{"type":"text","marks":[{"type":"textStyle","attrs":{"fontFamily":"","color":"#aaaaaa","backgroundColor":"","fontSize":"13px"}}],"text":"שיעור שביעות רצון"}]}]},"from":1,"to":18,"focusedElement":"cdtr-sn203-aa11-bb22-cc33-000000000203"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":783,"y":198,"width":130,"height":20,"top":198,"right":913,"bottom":218,"left":783},"width":130,"height":20},"children":[],"width":130,"height":20,"renderedHTML":null},{"id":"cdtr-sn204-aa11-bb22-cc33-000000000204","_id":"cdtr-sn204-aa11-bb22-cc33-000000000204","type":"col","props":{"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-sn203-aa11-bb22-cc33-000000000203"],"width":145,"height":20,"renderedHTML":null},{"id":"cdtr-sn205-aa11-bb22-cc33-000000000205","_id":"cdtr-sn205-aa11-bb22-cc33-000000000205","type":"card","props":{"style":{"width":"140px","background":"#262639","maxWidth":"155px","fontFamily":"Arial, Helvetica, sans-serif","borderRadius":"12px","textAlign":"center","padding":"24px 10px"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"lg":{"style":{"minHeight":"100px"}},"rect":{"x":773,"y":120,"width":155,"height":110,"top":120,"right":928,"bottom":230,"left":773},"width":155,"height":110},"children":["cdtr-sn202-aa11-bb22-cc33-000000000202","cdtr-sn204-aa11-bb22-cc33-000000000204"],"width":155,"height":110,"renderedHTML":null},{"id":"cdtr-sn206-aa11-bb22-cc33-000000000206","_id":"cdtr-sn206-aa11-bb22-cc33-000000000206","type":"col","props":{"lg":3,"sm":6,"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":763,"y":120,"width":165,"height":110,"top":120,"right":928,"bottom":230,"left":763},"width":165,"height":110},"children":["cdtr-sn205-aa11-bb22-cc33-000000000205"],"width":165,"height":110,"renderedHTML":null},{"id":"cdtr-sn301-aa11-bb22-cc33-000000000301","_id":"cdtr-sn301-aa11-bb22-cc33-000000000301","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"heading","attrs":{"letterSpacing":"normal","lineHeight":"1.2","direction":"rtl","textAlign":"center","level":2},"content":[{"type":"text","marks":[{"type":"textStyle","attrs":{"fontFamily":"","color":"#e94560","backgroundColor":"","fontSize":"40px"}},{"type":"bold"}],"text":"4.9★"}]}]},"from":1,"to":5,"focusedElement":"cdtr-sn301-aa11-bb22-cc33-000000000301"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":938,"y":140,"width":130,"height":52,"top":140,"right":1068,"bottom":192,"left":938},"width":130,"height":52},"children":[],"width":130,"height":52,"renderedHTML":null},{"id":"cdtr-sn302-aa11-bb22-cc33-000000000302","_id":"cdtr-sn302-aa11-bb22-cc33-000000000302","type":"col","props":{"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-sn301-aa11-bb22-cc33-000000000301"],"width":145,"height":52,"renderedHTML":null},{"id":"cdtr-sn303-aa11-bb22-cc33-000000000303","_id":"cdtr-sn303-aa11-bb22-cc33-000000000303","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"paragraph","attrs":{"letterSpacing":"1px","lineHeight":"1.4","direction":"rtl","textAlign":"center"},"content":[{"type":"text","marks":[{"type":"textStyle","attrs":{"fontFamily":"","color":"#aaaaaa","backgroundColor":"","fontSize":"13px"}}],"text":"דירוג ממוצע"}]}]},"from":1,"to":11,"focusedElement":"cdtr-sn303-aa11-bb22-cc33-000000000303"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":938,"y":198,"width":130,"height":20,"top":198,"right":1068,"bottom":218,"left":938},"width":130,"height":20},"children":[],"width":130,"height":20,"renderedHTML":null},{"id":"cdtr-sn304-aa11-bb22-cc33-000000000304","_id":"cdtr-sn304-aa11-bb22-cc33-000000000304","type":"col","props":{"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-sn303-aa11-bb22-cc33-000000000303"],"width":145,"height":20,"renderedHTML":null},{"id":"cdtr-sn305-aa11-bb22-cc33-000000000305","_id":"cdtr-sn305-aa11-bb22-cc33-000000000305","type":"card","props":{"style":{"width":"140px","background":"#262639","maxWidth":"155px","fontFamily":"Arial, Helvetica, sans-serif","borderRadius":"12px","textAlign":"center","padding":"24px 10px"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"lg":{"style":{"minHeight":"100px"}},"rect":{"x":928,"y":120,"width":155,"height":110,"top":120,"right":1083,"bottom":230,"left":928},"width":155,"height":110},"children":["cdtr-sn302-aa11-bb22-cc33-000000000302","cdtr-sn304-aa11-bb22-cc33-000000000304"],"width":155,"height":110,"renderedHTML":null},{"id":"cdtr-sn306-aa11-bb22-cc33-000000000306","_id":"cdtr-sn306-aa11-bb22-cc33-000000000306","type":"col","props":{"lg":3,"sm":6,"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":918,"y":120,"width":165,"height":110,"top":120,"right":1083,"bottom":230,"left":918},"width":165,"height":110},"children":["cdtr-sn305-aa11-bb22-cc33-000000000305"],"width":165,"height":110,"renderedHTML":null},{"id":"cdtr-sn401-aa11-bb22-cc33-000000000401","_id":"cdtr-sn401-aa11-bb22-cc33-000000000401","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"heading","attrs":{"letterSpacing":"normal","lineHeight":"1.2","direction":"rtl","textAlign":"center","level":2},"content":[{"type":"text","marks":[{"type":"textStyle","attrs":{"fontFamily":"","color":"#e94560","backgroundColor":"","fontSize":"40px"}},{"type":"bold"}],"text":"+180"}]}]},"from":1,"to":5,"focusedElement":"cdtr-sn401-aa11-bb22-cc33-000000000401"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":1093,"y":140,"width":130,"height":52,"top":140,"right":1223,"bottom":192,"left":1093},"width":130,"height":52},"children":[],"width":130,"height":52,"renderedHTML":null},{"id":"cdtr-sn402-aa11-bb22-cc33-000000000402","_id":"cdtr-sn402-aa11-bb22-cc33-000000000402","type":"col","props":{"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-sn401-aa11-bb22-cc33-000000000401"],"width":145,"height":52,"renderedHTML":null},{"id":"cdtr-sn403-aa11-bb22-cc33-000000000403","_id":"cdtr-sn403-aa11-bb22-cc33-000000000403","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"paragraph","attrs":{"letterSpacing":"1px","lineHeight":"1.4","direction":"rtl","textAlign":"center"},"content":[{"type":"text","marks":[{"type":"textStyle","attrs":{"fontFamily":"","color":"#aaaaaa","backgroundColor":"","fontSize":"13px"}}],"text":"גיליונות שפורסמו"}]}]},"from":1,"to":16,"focusedElement":"cdtr-sn403-aa11-bb22-cc33-000000000403"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":1093,"y":198,"width":130,"height":20,"top":198,"right":1223,"bottom":218,"left":1093},"width":130,"height":20},"children":[],"width":130,"height":20,"renderedHTML":null},{"id":"cdtr-sn404-aa11-bb22-cc33-000000000404","_id":"cdtr-sn404-aa11-bb22-cc33-000000000404","type":"col","props":{"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-sn403-aa11-bb22-cc33-000000000403"],"width":145,"height":20,"renderedHTML":null},{"id":"cdtr-sn405-aa11-bb22-cc33-000000000405","_id":"cdtr-sn405-aa11-bb22-cc33-000000000405","type":"card","props":{"style":{"width":"140px","background":"#262639","maxWidth":"155px","fontFamily":"Arial, Helvetica, sans-serif","borderRadius":"12px","textAlign":"center","padding":"24px 10px"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"lg":{"style":{"minHeight":"100px"}},"rect":{"x":1083,"y":120,"width":155,"height":110,"top":120,"right":1238,"bottom":230,"left":1083},"width":155,"height":110},"children":["cdtr-sn402-aa11-bb22-cc33-000000000402","cdtr-sn404-aa11-bb22-cc33-000000000404"],"width":155,"height":110,"renderedHTML":null},{"id":"cdtr-sn406-aa11-bb22-cc33-000000000406","_id":"cdtr-sn406-aa11-bb22-cc33-000000000406","type":"col","props":{"lg":3,"sm":6,"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":1073,"y":120,"width":165,"height":110,"top":120,"right":1238,"bottom":230,"left":1073},"width":165,"height":110},"children":["cdtr-sn405-aa11-bb22-cc33-000000000405"],"width":165,"height":110,"renderedHTML":null},{"id":"cdtr-sn500-aa11-bb22-cc33-000000000500","_id":"cdtr-sn500-aa11-bb22-cc33-000000000500","type":"block","props":{"style":{"padding":"10px 10px 40px 10px","marginTop":"0","marginBottom":"0","marginLeft":"auto","marginRight":"auto","backgroundColor":"transparent","maxWidth":"1320px","justifyContent":"center","width":"615px","margin":"0 auto"},"classList":[],"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":608,"y":110,"width":630,"height":130,"top":110,"right":1238,"bottom":240,"left":608},"width":630,"height":130},"children":["cdtr-sn106-aa11-bb22-cc33-000000000106","cdtr-sn206-aa11-bb22-cc33-000000000206","cdtr-sn306-aa11-bb22-cc33-000000000306","cdtr-sn406-aa11-bb22-cc33-000000000406"],"width":630,"height":130,"renderedHTML":null},{"id":"cdtr-stats4-section-en-000000000000","_id":"cdtr-stats4-section-en-000000000000","type":"section","props":{"style":{"width":"100%","minHeight":"100px","fontFamily":"Arial, Helvetica, sans-serif","background":"#1a1a2e","maxWidth":"100%"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":0,"y":0,"width":1192,"height":300,"top":0,"right":1192,"bottom":300,"left":0},"width":1192,"height":300},"children":["cdtr-sn003-aa11-bb22-cc33-000000000003","cdtr-sn500-aa11-bb22-cc33-000000000500"],"width":1192,"height":300,"renderedHTML":null}]}'),sh=JSON.parse('{"name":"כותרת תחתונה לניוזלטר","id":"newsletter-footer","tags":["section","footer","links"],"body":{"type":"section","props":{"style":{"minHeight":"100px","background":"#111827","width":"100%"}}},"components":[{"id":"cdtr-nf001-aa11-bb22-cc33-000000000001","_id":"cdtr-nf001-aa11-bb22-cc33-000000000001","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"heading","attrs":{"letterSpacing":"3px","lineHeight":"1.2","direction":"rtl","textAlign":"center","level":3},"content":[{"type":"text","marks":[{"type":"textStyle","attrs":{"fontFamily":"","color":"#ffffff","backgroundColor":"","fontSize":"22px"}},{"type":"bold"}],"text":"הבריף השבועי"}]}]},"from":1,"to":13,"focusedElement":"cdtr-nf001-aa11-bb22-cc33-000000000001"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":211,"y":40,"width":570,"height":32,"top":40,"right":781,"bottom":72,"left":211},"width":570,"height":32},"children":[],"width":570,"height":32,"renderedHTML":null},{"id":"cdtr-nf002-aa11-bb22-cc33-000000000002","_id":"cdtr-nf002-aa11-bb22-cc33-000000000002","type":"col","props":{"lg":0,"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-nf001-aa11-bb22-cc33-000000000001"],"width":595,"height":32,"renderedHTML":null},{"id":"cdtr-nf003-aa11-bb22-cc33-000000000003","_id":"cdtr-nf003-aa11-bb22-cc33-000000000003","type":"block","props":{"style":{"padding":"40px 10px 10px 10px","marginTop":"0","marginBottom":"0","marginLeft":"auto","marginRight":"auto","backgroundColor":"transparent","maxWidth":"100%","justifyContent":"center","width":"615px"},"classList":[],"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":288.5,"y":40,"width":615,"height":52,"top":40,"right":903.5,"bottom":92,"left":288.5},"width":615,"height":52},"children":["cdtr-nf002-aa11-bb22-cc33-000000000002"],"width":615,"height":52,"renderedHTML":null},{"id":"cdtr-nf101-aa11-bb22-cc33-000000000101","_id":"cdtr-nf101-aa11-bb22-cc33-000000000101","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"paragraph","attrs":{"letterSpacing":"normal","lineHeight":"1.6","direction":"rtl","textAlign":"center"},"content":[{"type":"text","marks":[{"type":"textStyle","attrs":{"fontFamily":"","color":"#9ca3af","backgroundColor":"","fontSize":"15px"}}],"text":"תובנות שכדאי לקרוא, מועברות כל שבוע."}]}]},"from":1,"to":38,"focusedElement":"cdtr-nf101-aa11-bb22-cc33-000000000101"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":211,"y":104,"width":570,"height":26,"top":104,"right":781,"bottom":130,"left":211},"width":570,"height":26},"children":[],"width":570,"height":26,"renderedHTML":null},{"id":"cdtr-nf102-aa11-bb22-cc33-000000000102","_id":"cdtr-nf102-aa11-bb22-cc33-000000000102","type":"col","props":{"lg":0,"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-nf101-aa11-bb22-cc33-000000000101"],"width":595,"height":26,"renderedHTML":null},{"id":"cdtr-nf103-aa11-bb22-cc33-000000000103","_id":"cdtr-nf103-aa11-bb22-cc33-000000000103","type":"block","props":{"style":{"padding":"8px 10px 16px 10px","marginTop":"0","marginBottom":"0","marginLeft":"auto","marginRight":"auto","backgroundColor":"transparent","maxWidth":"100%","justifyContent":"center","width":"615px"},"classList":[],"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":288.5,"y":92,"width":615,"height":42,"top":92,"right":903.5,"bottom":134,"left":288.5},"width":615,"height":42},"children":["cdtr-nf102-aa11-bb22-cc33-000000000102"],"width":615,"height":42,"renderedHTML":null},{"id":"cdtr-nf201-aa11-bb22-cc33-000000000201","_id":"cdtr-nf201-aa11-bb22-cc33-000000000201","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"paragraph","attrs":{"letterSpacing":"1px","lineHeight":"1.8","direction":"rtl","textAlign":"center"},"content":[{"type":"text","marks":[{"type":"textStyle","attrs":{"fontFamily":"","color":"#d1d5db","backgroundColor":"","fontSize":"14px"}}],"text":"אודות  |  ארכיון  |  צור קשר"}]}]},"from":1,"to":27,"focusedElement":"cdtr-nf201-aa11-bb22-cc33-000000000201"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":211,"y":148,"width":570,"height":28,"top":148,"right":781,"bottom":176,"left":211},"width":570,"height":28},"children":[],"width":570,"height":28,"renderedHTML":null},{"id":"cdtr-nf202-aa11-bb22-cc33-000000000202","_id":"cdtr-nf202-aa11-bb22-cc33-000000000202","type":"col","props":{"lg":0,"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-nf201-aa11-bb22-cc33-000000000201"],"width":595,"height":28,"renderedHTML":null},{"id":"cdtr-nf203-aa11-bb22-cc33-000000000203","_id":"cdtr-nf203-aa11-bb22-cc33-000000000203","type":"block","props":{"style":{"padding":"8px 10px","marginTop":"0","marginBottom":"0","marginLeft":"auto","marginRight":"auto","backgroundColor":"transparent","maxWidth":"100%","justifyContent":"center","width":"615px"},"classList":[],"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":288.5,"y":134,"width":615,"height":44,"top":134,"right":903.5,"bottom":178,"left":288.5},"width":615,"height":44},"children":["cdtr-nf202-aa11-bb22-cc33-000000000202"],"width":615,"height":44,"renderedHTML":null},{"id":"cdtr-nf301-aa11-bb22-cc33-000000000301","_id":"cdtr-nf301-aa11-bb22-cc33-000000000301","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"paragraph","attrs":{"letterSpacing":"1px","lineHeight":"1.8","direction":"rtl","textAlign":"center"},"content":[{"type":"text","marks":[{"type":"textStyle","attrs":{"fontFamily":"","color":"#6b7280","backgroundColor":"","fontSize":"13px"}}],"text":"טוויטר  |  לינקדאין  |  יוטיוב"}]}]},"from":1,"to":29,"focusedElement":"cdtr-nf301-aa11-bb22-cc33-000000000301"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":211,"y":190,"width":570,"height":24,"top":190,"right":781,"bottom":214,"left":211},"width":570,"height":24},"children":[],"width":570,"height":24,"renderedHTML":null},{"id":"cdtr-nf302-aa11-bb22-cc33-000000000302","_id":"cdtr-nf302-aa11-bb22-cc33-000000000302","type":"col","props":{"lg":0,"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-nf301-aa11-bb22-cc33-000000000301"],"width":595,"height":24,"renderedHTML":null},{"id":"cdtr-nf303-aa11-bb22-cc33-000000000303","_id":"cdtr-nf303-aa11-bb22-cc33-000000000303","type":"block","props":{"style":{"padding":"4px 10px 16px 10px","marginTop":"0","marginBottom":"0","marginLeft":"auto","marginRight":"auto","backgroundColor":"transparent","maxWidth":"100%","justifyContent":"center","width":"615px"},"classList":[],"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":288.5,"y":178,"width":615,"height":40,"top":178,"right":903.5,"bottom":218,"left":288.5},"width":615,"height":40},"children":["cdtr-nf302-aa11-bb22-cc33-000000000302"],"width":615,"height":40,"renderedHTML":null},{"id":"cdtr-nf401-aa11-bb22-cc33-000000000401","_id":"cdtr-nf401-aa11-bb22-cc33-000000000401","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"paragraph","attrs":{"letterSpacing":"normal","lineHeight":"1.6","direction":"rtl","textAlign":"center"},"content":[{"type":"text","marks":[{"type":"textStyle","attrs":{"fontFamily":"","color":"#4b5563","backgroundColor":"","fontSize":"12px"}}],"text":"© 2026 הבריף השבועי. כל הזכויות שמורות."}]},{"type":"paragraph","attrs":{"letterSpacing":"normal","lineHeight":"1.6","direction":"rtl","textAlign":"center"},"content":[{"type":"text","marks":[{"type":"textStyle","attrs":{"fontFamily":"","color":"#4b5563","backgroundColor":"","fontSize":"12px"}}],"text":"קיבלת אימייל זה כי נרשמת. "},{"type":"text","marks":[{"type":"textStyle","attrs":{"fontFamily":"","color":"#6b7280","backgroundColor":"","fontSize":"12px"}},{"type":"underline"}],"text":"הסר רישום"}]}]},"from":1,"to":82,"focusedElement":"cdtr-nf401-aa11-bb22-cc33-000000000401"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":211,"y":232,"width":570,"height":48,"top":232,"right":781,"bottom":280,"left":211},"width":570,"height":48},"children":[],"width":570,"height":48,"renderedHTML":null},{"id":"cdtr-nf402-aa11-bb22-cc33-000000000402","_id":"cdtr-nf402-aa11-bb22-cc33-000000000402","type":"col","props":{"lg":0,"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-nf401-aa11-bb22-cc33-000000000401"],"width":595,"height":48,"renderedHTML":null},{"id":"cdtr-nf403-aa11-bb22-cc33-000000000403","_id":"cdtr-nf403-aa11-bb22-cc33-000000000403","type":"block","props":{"style":{"padding":"8px 10px 36px 10px","marginTop":"0","marginBottom":"0","marginLeft":"auto","marginRight":"auto","backgroundColor":"transparent","maxWidth":"100%","justifyContent":"center","width":"615px"},"classList":[],"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":288.5,"y":218,"width":615,"height":68,"top":218,"right":903.5,"bottom":286,"left":288.5},"width":615,"height":68},"children":["cdtr-nf402-aa11-bb22-cc33-000000000402"],"width":615,"height":68,"renderedHTML":null},{"id":"cdtr-footer-section-en-000000000000","_id":"cdtr-footer-section-en-000000000000","type":"section","props":{"style":{"width":"100%","minHeight":"100px","fontFamily":"Arial, Helvetica, sans-serif","background":"#111827","maxWidth":"100%"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":0,"y":0,"width":1192,"height":286,"top":0,"right":1192,"bottom":286,"left":0},"width":1192,"height":286},"children":["cdtr-nf003-aa11-bb22-cc33-000000000003","cdtr-nf103-aa11-bb22-cc33-000000000103","cdtr-nf203-aa11-bb22-cc33-000000000203","cdtr-nf303-aa11-bb22-cc33-000000000303","cdtr-nf403-aa11-bb22-cc33-000000000403"],"width":1192,"height":286,"renderedHTML":null}]}'),lh=JSON.parse('{"name":"פיצ\'ר 2 עמודות","id":"features-2-cols","tags":["section","feature","columns"],"body":{"type":"section","props":{"style":{"minHeight":"100px","background":"#ffffff","width":"100%"}}},"components":[{"id":"cdtr-f2c101-aa11-bb22-cc33-000000000101","_id":"cdtr-f2c101-aa11-bb22-cc33-000000000101","type":"image","props":{"alt":"תמונת פיצ\'ר","width":280,"height":200,"style":{"height":"auto","width":"280px","maxWidth":"100%","minWidth":"30px","fontFamily":"Arial, Helvetica, sans-serif","borderRadius":"8px","display":"block","margin":"0 auto"},"src":"https://images.pexels.com/photos/3183150/pexels-photo-3183150.jpeg?auto=compress&cs=tinysrgb&w=500&h=350&dpr=1","isOpenWithModal":false,"isFullWidthOnMobile":true,"isRatioLock":true,"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":626,"y":60,"width":280,"height":200,"top":60,"right":906,"bottom":260,"left":626}},"children":[],"width":280,"height":200,"renderedHTML":null},{"id":"cdtr-f2c102-aa11-bb22-cc33-000000000102","_id":"cdtr-f2c102-aa11-bb22-cc33-000000000102","type":"col","props":{"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-f2c101-aa11-bb22-cc33-000000000101"],"width":295,"height":200,"renderedHTML":null},{"id":"cdtr-f2c103-aa11-bb22-cc33-000000000103","_id":"cdtr-f2c103-aa11-bb22-cc33-000000000103","type":"card","props":{"style":{"width":"295px","background":"transparent","maxWidth":"305px","fontFamily":"Arial, Helvetica, sans-serif","textAlign":"right","padding":"10px 0"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"lg":{"style":{"minHeight":"200px"}},"rect":{"x":616,"y":50,"width":305,"height":220,"top":50,"right":921,"bottom":270,"left":616},"width":305,"height":220},"children":["cdtr-f2c102-aa11-bb22-cc33-000000000102"],"width":305,"height":220,"renderedHTML":null},{"id":"cdtr-f2c104-aa11-bb22-cc33-000000000104","_id":"cdtr-f2c104-aa11-bb22-cc33-000000000104","type":"col","props":{"lg":6,"sm":12,"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":606,"y":50,"width":315,"height":220,"top":50,"right":921,"bottom":270,"left":606},"width":315,"height":220},"children":["cdtr-f2c103-aa11-bb22-cc33-000000000103"],"width":315,"height":220,"renderedHTML":null},{"id":"cdtr-f2c201-aa11-bb22-cc33-000000000201","_id":"cdtr-f2c201-aa11-bb22-cc33-000000000201","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"paragraph","attrs":{"letterSpacing":"3px","lineHeight":"1.4","direction":"rtl","textAlign":"right"},"content":[{"type":"text","marks":[{"type":"textStyle","attrs":{"fontFamily":"","color":"#e94560","backgroundColor":"","fontSize":"12px"}},{"type":"bold"}],"text":"סיפור נבחר"}]}]},"from":1,"to":10,"focusedElement":"cdtr-f2c201-aa11-bb22-cc33-000000000201"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":930,"y":60,"width":260,"height":20,"top":60,"right":1190,"bottom":80,"left":930},"width":260,"height":20},"children":[],"width":260,"height":20,"renderedHTML":null},{"id":"cdtr-f2c202-aa11-bb22-cc33-000000000202","_id":"cdtr-f2c202-aa11-bb22-cc33-000000000202","type":"col","props":{"justify":"flex-end","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-f2c201-aa11-bb22-cc33-000000000201"],"width":275,"height":20,"renderedHTML":null},{"id":"cdtr-f2c203-aa11-bb22-cc33-000000000203","_id":"cdtr-f2c203-aa11-bb22-cc33-000000000203","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"heading","attrs":{"letterSpacing":"normal","lineHeight":"1.3","direction":"rtl","textAlign":"right","level":2},"content":[{"type":"text","marks":[{"type":"textStyle","attrs":{"fontFamily":"","color":"#1a1a2e","backgroundColor":"","fontSize":"26px"}},{"type":"bold"}],"text":"עתיד העבודה מרחוק"}]}]},"from":1,"to":21,"focusedElement":"cdtr-f2c203-aa11-bb22-cc33-000000000203"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":930,"y":88,"width":260,"height":68,"top":88,"right":1190,"bottom":156,"left":930},"width":260,"height":68},"children":[],"width":260,"height":68,"renderedHTML":null},{"id":"cdtr-f2c204-aa11-bb22-cc33-000000000204","_id":"cdtr-f2c204-aa11-bb22-cc33-000000000204","type":"col","props":{"justify":"flex-end","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-f2c203-aa11-bb22-cc33-000000000203"],"width":275,"height":68,"renderedHTML":null},{"id":"cdtr-f2c205-aa11-bb22-cc33-000000000205","_id":"cdtr-f2c205-aa11-bb22-cc33-000000000205","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"paragraph","attrs":{"letterSpacing":"normal","lineHeight":"1.6","direction":"rtl","textAlign":"right"},"content":[{"type":"text","marks":[{"type":"textStyle","attrs":{"fontFamily":"","color":"#555555","backgroundColor":"","fontSize":"15px"}}],"text":"גלו כיצד חברות מובילות מדמיינות מחדש שיתוף פעולה, תרבות ופרודוקטיביות עבור צוותים מבוזרים ברחבי העולם."}]}]},"from":1,"to":102,"focusedElement":"cdtr-f2c205-aa11-bb22-cc33-000000000205"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":930,"y":164,"width":260,"height":75,"top":164,"right":1190,"bottom":239,"left":930},"width":260,"height":75},"children":[],"width":260,"height":75,"renderedHTML":null},{"id":"cdtr-f2c206-aa11-bb22-cc33-000000000206","_id":"cdtr-f2c206-aa11-bb22-cc33-000000000206","type":"col","props":{"justify":"flex-end","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-f2c205-aa11-bb22-cc33-000000000205"],"width":275,"height":75,"renderedHTML":null},{"id":"cdtr-f2c207-aa11-bb22-cc33-000000000207","_id":"cdtr-f2c207-aa11-bb22-cc33-000000000207","type":"button","props":{"text":"קרא את הסיפור","style":{"height":"auto","width":"160px","maxWidth":"100%","minWidth":"10px","background":"#1a1a2e","color":"#fff","fontFamily":"Arial, Helvetica, sans-serif","padding":"12px 20px","borderRadius":"6px","display":"","direction":"rtl","fontSize":"14px"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":930,"y":248,"width":160,"height":42,"top":248,"right":1090,"bottom":290,"left":930},"width":160,"height":42},"children":[],"width":160,"height":42,"renderedHTML":null},{"id":"cdtr-f2c208-aa11-bb22-cc33-000000000208","_id":"cdtr-f2c208-aa11-bb22-cc33-000000000208","type":"col","props":{"justify":"flex-end","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-f2c207-aa11-bb22-cc33-000000000207"],"width":275,"height":42,"renderedHTML":null},{"id":"cdtr-f2c209-aa11-bb22-cc33-000000000209","_id":"cdtr-f2c209-aa11-bb22-cc33-000000000209","type":"card","props":{"style":{"width":"285px","background":"transparent","maxWidth":"300px","fontFamily":"Arial, Helvetica, sans-serif","textAlign":"right","padding":"10px 16px"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"lg":{"style":{"minHeight":"220px"}},"rect":{"x":921,"y":50,"width":300,"height":250,"top":50,"right":1221,"bottom":300,"left":921},"width":300,"height":250},"children":["cdtr-f2c202-aa11-bb22-cc33-000000000202","cdtr-f2c204-aa11-bb22-cc33-000000000204","cdtr-f2c206-aa11-bb22-cc33-000000000206","cdtr-f2c208-aa11-bb22-cc33-000000000208"],"width":300,"height":250,"renderedHTML":null},{"id":"cdtr-f2c210-aa11-bb22-cc33-000000000210","_id":"cdtr-f2c210-aa11-bb22-cc33-000000000210","type":"col","props":{"lg":6,"sm":12,"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":911,"y":50,"width":310,"height":250,"top":50,"right":1221,"bottom":300,"left":911},"width":310,"height":250},"children":["cdtr-f2c209-aa11-bb22-cc33-000000000209"],"width":310,"height":250,"renderedHTML":null},{"id":"cdtr-f2c300-aa11-bb22-cc33-000000000300","_id":"cdtr-f2c300-aa11-bb22-cc33-000000000300","type":"block","props":{"style":{"padding":"40px 10px 40px 10px","marginTop":"0","marginBottom":"0","marginLeft":"auto","marginRight":"auto","backgroundColor":"transparent","maxWidth":"1320px","justifyContent":"center","width":"615px","margin":"0 auto"},"classList":[],"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":606,"y":50,"width":625,"height":260,"top":50,"right":1231,"bottom":310,"left":606},"width":625,"height":260},"children":["cdtr-f2c104-aa11-bb22-cc33-000000000104","cdtr-f2c210-aa11-bb22-cc33-000000000210"],"width":625,"height":260,"renderedHTML":null},{"id":"cdtr-features2-section-en-000000000000","_id":"cdtr-features2-section-en-000000000000","type":"section","props":{"style":{"width":"100%","minHeight":"100px","fontFamily":"Arial, Helvetica, sans-serif","background":"#ffffff","maxWidth":"100%"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":0,"y":0,"width":1192,"height":340,"top":0,"right":1192,"bottom":340,"left":0},"width":1192,"height":340},"children":["cdtr-f2c300-aa11-bb22-cc33-000000000300"],"width":1192,"height":340,"renderedHTML":null}]}'),ch={en:[JSON.parse('{"name":"empty section","id":"empty-section","tags":["section","empty"],"body":{},"components":[{"type":"section","id":"empty-section","props":{"style":{"width":"100%","minHeight":"100px","fontFamily":"Arial, Helvetica, sans-serif","background":"#ffffff","maxWidth":"100%"}},"children":[]}]}'),JSON.parse('{"name":"section1","id":"section1","tags":["section"],"body":{"type":"section","props":{"style":{"minHeight":"100px","background":"#fff","width":"100%"}}},"components":[{"id":"cdtr-7e9b8f24-0b7c-4b24-922b-77e02a544e97","_id":"cdtr-7e9b8f24-0b7c-4b24-922b-77e02a544e97","type":"image","props":{"alt":"Logo","width":72,"height":37.6171875,"style":{"height":"auto","width":"72px","maxWidth":"100%","minWidth":"30px","objectFit":"fill","fontFamily":"Arial, Helvetica, sans-serif"},"src":"https://img.creaditor.ai/static/logo.png","isOpenWithModal":false,"isFullWidthOnMobile":false,"isRatioLock":true,"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":560,"y":150,"width":72,"height":37.6171875,"top":150,"right":632,"bottom":187.6171875,"left":560}},"children":[],"width":72,"height":37.6171875,"renderedHTML":null},{"id":"cdtr-60d6edbd-517f-4ba7-8aa4-ff071a53f8e0","_id":"cdtr-60d6edbd-517f-4ba7-8aa4-ff071a53f8e0","type":"col","props":{"lg":0,"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-7e9b8f24-0b7c-4b24-922b-77e02a544e97"],"width":595,"height":37.6171875,"renderedHTML":null},{"id":"cdtr-db254a84-017f-47b2-ba63-16e68bf64df8","_id":"cdtr-db254a84-017f-47b2-ba63-16e68bf64df8","type":"block","props":{"style":{"padding":"10px","marginTop":"0","marginBottom":"0","marginLeft":"auto","marginRight":"auto","backgroundColor":"transparent","maxWidth":"100%","justifyContent":"center","width":"615px"},"classList":[],"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":288.5,"y":-302.5,"width":615,"height":57.6171875,"top":-302.5,"right":903.5,"bottom":-244.8828125,"left":288.5},"width":615,"height":57.6171875},"children":["cdtr-60d6edbd-517f-4ba7-8aa4-ff071a53f8e0"],"width":615,"height":57.6171875,"renderedHTML":null},{"id":"cdtr-75eaf360-07a3-49c6-84b8-5c9fa1bce326","_id":"cdtr-75eaf360-07a3-49c6-84b8-5c9fa1bce326","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"heading","attrs":{"letterSpacing":"2px","lineHeight":1.4,"direction":"ltr","textAlign":"center","level":3},"content":[{"type":"text","marks":[{"type":"textStyle","attrs":{"fontFamily":"","color":"","backgroundColor":"","fontSize":null}},{"type":"bold"}],"text":"Special Offer! "}]}]},"from":0,"to":17,"focusedElement":"cdtr-75eaf360-07a3-49c6-84b8-5c9fa1bce326"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":56.59375,"y":207.6171875,"width":1078.8125,"height":26.203125,"top":207.6171875,"right":1135.40625,"bottom":233.8203125,"left":56.59375},"width":1078.8125,"height":26.203125},"children":[],"width":595,"height":26.203125,"renderedHTML":null},{"id":"cdtr-af2af5ee-3c46-40e5-9da6-11423fc04a54","_id":"cdtr-af2af5ee-3c46-40e5-9da6-11423fc04a54","type":"col","props":{"lg":0,"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-75eaf360-07a3-49c6-84b8-5c9fa1bce326"],"width":595,"height":26.203125,"renderedHTML":null},{"id":"cdtr-38536e13-7e96-4cbf-b325-9da80e2871b0","_id":"cdtr-38536e13-7e96-4cbf-b325-9da80e2871b0","type":"block","props":{"style":{"padding":"10px","marginTop":"0","marginBottom":"0","marginLeft":"auto","marginRight":"auto","backgroundColor":"transparent","maxWidth":"100%","justifyContent":"center","width":"615px"},"classList":[],"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":288.5,"y":-244.8828125,"width":615,"height":46.203125,"top":-244.8828125,"right":903.5,"bottom":-198.6796875,"left":288.5},"width":615,"height":46.203125},"children":["cdtr-af2af5ee-3c46-40e5-9da6-11423fc04a54"],"width":615,"height":46.203125,"renderedHTML":null},{"id":"cdtr-4d64ac1e-c9c1-4c93-b880-f07d64bd0415","_id":"cdtr-4d64ac1e-c9c1-4c93-b880-f07d64bd0415","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"heading","attrs":{"letterSpacing":"3px","lineHeight":1.3,"direction":"ltr","textAlign":"center","level":1},"content":[{"type":"text","marks":[{"type":"textStyle","attrs":{"fontFamily":"","color":"","backgroundColor":"","fontSize":"60px"}},{"type":"bold"}],"text":"Spring Forward "}]},{"type":"heading","attrs":{"letterSpacing":"3px","lineHeight":1.3,"direction":"ltr","textAlign":"center","level":1},"content":[{"type":"text","marks":[{"type":"textStyle","attrs":{"fontFamily":"","color":"","backgroundColor":"","fontSize":"60px"}},{"type":"bold"}],"text":"with Savings!"}]}]},"from":0,"to":32,"focusedElement":"cdtr-4d64ac1e-c9c1-4c93-b880-f07d64bd0415"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":64.09375,"y":256.4140625,"width":1063.8125,"height":156,"top":256.4140625,"right":1127.90625,"bottom":412.4140625,"left":64.09375},"width":1063.8125,"height":156},"children":[],"width":595,"height":156,"renderedHTML":null},{"id":"cdtr-67f7da5c-b00e-4584-a603-5e3a561ab47e","_id":"cdtr-67f7da5c-b00e-4584-a603-5e3a561ab47e","type":"col","props":{"lg":0,"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-4d64ac1e-c9c1-4c93-b880-f07d64bd0415"],"width":595,"height":156,"renderedHTML":null},{"id":"cdtr-48d2689b-e80d-46b5-b752-8a6ea055a723","_id":"cdtr-48d2689b-e80d-46b5-b752-8a6ea055a723","type":"block","props":{"style":{"padding":"10px","marginTop":"0","marginBottom":"0","marginLeft":"auto","marginRight":"auto","backgroundColor":"transparent","maxWidth":"100%","justifyContent":"center","width":"615px"},"classList":[],"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":288.5,"y":-198.6796875,"width":615,"height":176,"top":-198.6796875,"right":903.5,"bottom":-22.6796875,"left":288.5},"width":615,"height":176},"children":["cdtr-67f7da5c-b00e-4584-a603-5e3a561ab47e"],"width":615,"height":176,"renderedHTML":null},{"id":"cdtr-94889382-18c0-4afd-9027-a69b0d160e88","_id":"cdtr-94889382-18c0-4afd-9027-a69b0d160e88","type":"@paragraph/text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"paragraph","attrs":{"letterSpacing":"","lineHeight":"1.4","direction":"rtl","textAlign":"center"},"content":[{"type":"text","text":"Sign up now and get 25% off our upcoming Healthcare IT "}]},{"type":"paragraph","attrs":{"letterSpacing":"","lineHeight":"1.4","direction":"rtl","textAlign":"center"},"content":[{"type":"text","text":"Masterclass—available exclusively to webinar attendees!"}]}]},"from":58,"to":58,"focusedElement":"cdtr-94889382-18c0-4afd-9027-a69b0d160e88"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":64.09375,"y":432.4140625,"width":1063.8125,"height":44.796875,"top":432.4140625,"right":1127.90625,"bottom":477.2109375,"left":64.09375},"width":1063.8125,"height":44.796875},"children":[],"width":595,"height":44.796875,"renderedHTML":null},{"id":"cdtr-fd95d2e1-662a-492b-88b2-9f3aa3fde433","_id":"cdtr-fd95d2e1-662a-492b-88b2-9f3aa3fde433","type":"col","props":{"lg":0,"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-94889382-18c0-4afd-9027-a69b0d160e88"],"width":595,"height":44.796875,"renderedHTML":null},{"id":"cdtr-5257d622-ee54-4f5d-9389-4c4df79680c8","_id":"cdtr-5257d622-ee54-4f5d-9389-4c4df79680c8","type":"block","props":{"style":{"padding":"10px","marginTop":"0","marginBottom":"0","marginLeft":"auto","marginRight":"auto","backgroundColor":"transparent","maxWidth":"100%","justifyContent":"center","width":"615px"},"classList":[],"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":288.5,"y":-22.6796875,"width":615,"height":64.796875,"top":-22.6796875,"right":903.5,"bottom":42.1171875,"left":288.5},"width":615,"height":64.796875},"children":["cdtr-fd95d2e1-662a-492b-88b2-9f3aa3fde433"],"width":615,"height":64.796875,"renderedHTML":null},{"id":"cdtr-451ec567-9925-4695-a776-c8d56fcc0800","_id":"cdtr-451ec567-9925-4695-a776-c8d56fcc0800","type":"button","props":{"text":" Get 25% Off – Sign Up Now","style":{"height":"auto","width":"228px","maxWidth":"100%","minWidth":"10px","background":"#000","color":"#fff","fontFamily":"Arial, Helvetica, sans-serif","padding":"10px","borderRadius":"5px","display":"","direction":"","fontSize":"13px"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":482,"y":497.2109375,"width":228,"height":33,"top":497.2109375,"right":710,"bottom":530.2109375,"left":482},"width":228,"height":33},"children":[],"width":228,"height":33,"renderedHTML":null},{"id":"cdtr-761a6123-c406-4b07-98a8-8d7f73ca739a","_id":"cdtr-761a6123-c406-4b07-98a8-8d7f73ca739a","type":"col","props":{"lg":0,"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-451ec567-9925-4695-a776-c8d56fcc0800"],"width":595,"height":33,"renderedHTML":null},{"id":"cdtr-9f9eac8b-0be1-42cd-98e2-b1e0c98d6431","_id":"cdtr-9f9eac8b-0be1-42cd-98e2-b1e0c98d6431","type":"block","props":{"style":{"padding":"10px","marginTop":"0","marginBottom":"0","marginLeft":"auto","marginRight":"auto","backgroundColor":"transparent","maxWidth":"100%","justifyContent":"center","width":"615px"},"classList":[],"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":288.5,"y":42.1171875,"width":615,"height":53,"top":42.1171875,"right":903.5,"bottom":95.1171875,"left":288.5},"width":615,"height":53},"children":["cdtr-761a6123-c406-4b07-98a8-8d7f73ca739a"],"width":615,"height":53,"renderedHTML":null},{"id":"cdtr-96b933df-774c-43f6-bb7c-8adef74649ae","_id":"cdtr-96b933df-774c-43f6-bb7c-8adef74649ae","type":"image","props":{"alt":"image","width":595,"height":440.4375,"style":{"height":"auto","width":"595px","maxWidth":"100%","minWidth":"30px","objectFit":"fill","fontFamily":"Arial, Helvetica, sans-serif"},"src":"https://render.creaditor.ai/media/Q1_Strategic_Review_Israel_Team.png","isOpenWithModal":false,"isFullWidthOnMobile":false,"isRatioLock":true,"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":298.5,"y":105.1171875,"width":595,"height":440.4375,"top":105.1171875,"right":893.5,"bottom":545.5546875,"left":298.5}},"children":[],"width":595,"height":440.4375,"renderedHTML":null},{"id":"cdtr-dae074ee-1dde-4377-80bf-dcbc225ae544","_id":"cdtr-dae074ee-1dde-4377-80bf-dcbc225ae544","type":"col","props":{"lg":0,"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-96b933df-774c-43f6-bb7c-8adef74649ae"],"width":595,"height":440.4375,"renderedHTML":null},{"id":"cdtr-cdd83139-b195-47a9-abfb-28891822c74b","_id":"cdtr-cdd83139-b195-47a9-abfb-28891822c74b","type":"block","props":{"style":{"padding":"10px","marginTop":"0","marginBottom":"0","marginLeft":"auto","marginRight":"auto","backgroundColor":"transparent","maxWidth":"100%","justifyContent":"center","width":"615px"},"classList":[],"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":288.5,"y":95.1171875,"width":615,"height":460.4375,"top":95.1171875,"right":903.5,"bottom":555.5546875,"left":288.5},"width":615,"height":460.4375},"children":["cdtr-dae074ee-1dde-4377-80bf-dcbc225ae544"],"width":615,"height":460.4375,"renderedHTML":null},{"id":"cdtr-9f0e62c6-d06e-4107-b54b-c695ec8de670","_id":"cdtr-9f0e62c6-d06e-4107-b54b-c695ec8de670","type":"section","props":{"style":{"width":"100%","minHeight":"calc(calc(calc(calc(calc(calc(calc(calc(calc(calc(calc(calc(calc(calc(calc(calc(calc(calc(calc(calc(calc(calc(calc(calc(calc(calc(500px - 150px) - 150px) - 150px) - 150px) - 150px) - 150px) - 150px) - 150px) - 150px) - 150px) - 150px) - 150px) - 150px) - 150px) - 150px) - 150px) - 150px) - 150px) - 150px) - 150px) - 150px) - 150px) - 150px) - 150px) - 150px) - 150px)","fontFamily":"Arial, Helvetica, sans-serif","background":"#d2e4f4ff"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":53.09375,"y":140,"width":1085.8125,"height":917.6484375,"top":140,"right":1138.90625,"bottom":1057.6484375,"left":53.09375},"width":1085.8125,"height":917.6484375},"children":["cdtr-db254a84-017f-47b2-ba63-16e68bf64df8","cdtr-38536e13-7e96-4cbf-b325-9da80e2871b0","cdtr-48d2689b-e80d-46b5-b752-8a6ea055a723","cdtr-5257d622-ee54-4f5d-9389-4c4df79680c8","cdtr-9f9eac8b-0be1-42cd-98e2-b1e0c98d6431","cdtr-cdd83139-b195-47a9-abfb-28891822c74b"],"width":1085.8125,"height":858.0546875,"renderedHTML":null},{"id":"cdtr-32bf9ba8-1d7e-4ed2-a8b1-f2d0ff3b0fcd","_id":"cdtr-32bf9ba8-1d7e-4ed2-a8b1-f2d0ff3b0fcd","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"heading","attrs":{"letterSpacing":"normal","lineHeight":1.5,"direction":"ltr","textAlign":"left","level":1},"content":[{"type":"text","marks":[{"type":"textStyle","attrs":{"fontFamily":"","color":"#ffffffff","backgroundColor":"","fontSize":"38px"}},{"type":"bold"}],"text":"Healthcare IT Webinar"}]}]},"from":1,"to":22,"focusedElement":"cdtr-32bf9ba8-1d7e-4ed2-a8b1-f2d0ff3b0fcd"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":306,"y":548.2578125,"width":291,"height":114,"top":548.2578125,"right":597,"bottom":662.2578125,"left":306},"width":291,"height":114},"children":[],"width":307,"height":114,"renderedHTML":null},{"id":"cdtr-61ef6b69-6bd0-4176-92b7-bba41d5cbda0","_id":"cdtr-61ef6b69-6bd0-4176-92b7-bba41d5cbda0","type":"col","props":{"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-32bf9ba8-1d7e-4ed2-a8b1-f2d0ff3b0fcd"],"width":307,"height":114,"renderedHTML":null},{"id":"cdtr-5edb1693-290d-4587-b686-e48cd0a6b732","_id":"cdtr-5edb1693-290d-4587-b686-e48cd0a6b732","type":"card","props":{"style":{"width":"100%","background":"#583de0","padding":"0","border":"1px solid #583de0","fontFamily":"Arial, Helvetica, sans-serif","borderRadius":".2rem","maxWidth":"100%"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":306,"y":548.2578125,"width":291,"height":114,"top":548.2578125,"right":597,"bottom":662.2578125,"left":306},"width":291,"height":114},"children":["cdtr-61ef6b69-6bd0-4176-92b7-bba41d5cbda0"],"width":309,"height":116,"renderedHTML":null},{"id":"cdtr-b3a8071d-da68-402f-89aa-19627118bee2","_id":"cdtr-b3a8071d-da68-402f-89aa-19627118bee2","type":"col","props":{"lg":6,"sm":12,"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":288,"y":555.5546875,"width":309,"height":117,"top":555.5546875,"right":597,"bottom":672.5546875,"left":288},"width":309,"height":117},"children":["cdtr-5edb1693-290d-4587-b686-e48cd0a6b732"],"width":309,"height":117,"renderedHTML":null},{"id":"cdtr-d9a97ca6-562a-48b6-b2f2-e6af6449ea73","_id":"cdtr-d9a97ca6-562a-48b6-b2f2-e6af6449ea73","type":"image","props":{"alt":"image","width":208,"height":45.1953125,"style":{"height":"auto","width":"208px","maxWidth":"100%","minWidth":"30px","objectFit":"fill","fontFamily":"Arial, Helvetica, sans-serif"},"src":"https://d1oco4z2z1fhwp.cloudfront.net/templates/default/8931/flower_4.png","isOpenWithModal":false,"isFullWidthOnMobile":true,"isRatioLock":true,"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":647.5,"y":591.453125,"width":208,"height":45.1953125,"top":591.453125,"right":855.5,"bottom":636.6484375,"left":647.5}},"children":[],"width":208,"height":45.1953125,"renderedHTML":null},{"id":"cdtr-982d9ae4-a28c-4d27-9da7-66507ab8060a","_id":"cdtr-982d9ae4-a28c-4d27-9da7-66507ab8060a","type":"col","props":{"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{"minHeight":"115px"},"rect":{"x":598,"y":556.5546875,"width":307,"height":115,"top":556.5546875,"right":905,"bottom":671.5546875,"left":598},"width":307,"height":115},"children":["cdtr-a92fbcaf-e249-41ce-a36d-f05826327246"],"width":307,"height":115,"renderedHTML":null},{"id":"cdtr-39e746c9-4e41-4c6b-b00d-cf7374a4591e","_id":"cdtr-39e746c9-4e41-4c6b-b00d-cf7374a4591e","type":"card","props":{"style":{"width":"100%","background":"#fff","padding":"0","border":"1px solid #583de0","fontFamily":"Arial, Helvetica, sans-serif","borderRadius":".2rem","maxWidth":"100%"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":605.2265625,"y":482.5546875,"width":312.546875,"height":118.140625,"top":482.5546875,"right":917.7734375,"bottom":600.6953125,"left":605.2265625},"width":312.546875,"height":118.140625},"children":["cdtr-982d9ae4-a28c-4d27-9da7-66507ab8060a"],"width":309,"height":117,"renderedHTML":null},{"id":"cdtr-cf9891eb-2a4f-4810-bc0f-f19a766d60a0","_id":"cdtr-cf9891eb-2a4f-4810-bc0f-f19a766d60a0","type":"col","props":{"lg":6,"style":{},"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":597,"y":555.5546875,"width":309,"height":117,"top":555.5546875,"right":906,"bottom":672.5546875,"left":597},"width":309,"height":117,"alignItems":"center"},"children":["cdtr-39e746c9-4e41-4c6b-b00d-cf7374a4591e"],"width":309,"height":117,"renderedHTML":null},{"id":"cdtr-fe4c04dd-6dcf-4e0e-876a-f405297a8ede","_id":"cdtr-fe4c04dd-6dcf-4e0e-876a-f405297a8ede","type":"block","props":{"style":{"fontFamily":"Arial, Helvetica, sans-serif","width":"618px","maxWidth":"100%","paddingTop":"0px","paddingBottom":"0px","paddingLeft":"0px","paddingRight":"0px"},"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":288,"y":555.5546875,"width":618,"height":117,"top":555.5546875,"right":906,"bottom":672.5546875,"left":288},"width":618,"height":117},"children":["cdtr-b3a8071d-da68-402f-89aa-19627118bee2","cdtr-cf9891eb-2a4f-4810-bc0f-f19a766d60a0"],"width":618,"height":117,"renderedHTML":null},{"id":"cdtr-9f0e62c6","_id":"cdtr-9f0e62c6","type":"section","props":{"style":{"width":"618px","minHeight":"calc(calc(calc(calc(500px - 150px) - 150px) - 150px) - 150px)","fontFamily":"Arial, Helvetica, sans-serif","background":"#ffffff","maxWidth":"100%"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":287,"y":555.5546875,"width":618,"height":117,"top":555.5546875,"right":905,"bottom":672.5546875,"left":287},"width":618,"height":117},"children":["cdtr-fe4c04dd-6dcf-4e0e-876a-f405297a8ede"],"width":618,"height":117,"renderedHTML":null},{"id":"cdtr-61509ee5-9c92-4c4a-bd5e-8e374670199e","_id":"cdtr-61509ee5-9c92-4c4a-bd5e-8e374670199e","type":"@paragraph/text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"paragraph","attrs":{"lineHeight":"1.4","direction":"rtl","textAlign":"right"},"content":[{"marks":[{"type":"textStyle","attrs":{"fontFamily":"Arial, Helvetica, sans-serif","fontSize":"16px","color":"#000"}}],"type":"text","text":"כאן אנו נרשום את טקסט כללי כלשהו על המוצר שלנו. זהו אזור טקסט כללי כלשהו חופשי לגמרי "}]}]}},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":0,"y":0,"width":0,"height":0,"top":0,"right":0,"bottom":0,"left":0},"width":0,"height":0},"children":[],"renderedHTML":null},{"id":"cdtr-f6befe15-055c-450c-92d4-aeafb64afbfe","_id":"cdtr-f6befe15-055c-450c-92d4-aeafb64afbfe","type":"col","props":{"lg":12,"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":0,"y":0,"width":0,"height":0,"top":0,"right":0,"bottom":0,"left":0},"width":0,"height":0},"children":[],"renderedHTML":null},{"id":"cdtr-a92fbcaf-e249-41ce-a36d-f05826327246","_id":"cdtr-a92fbcaf-e249-41ce-a36d-f05826327246","type":"row","props":{"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":598,"y":591.453125,"width":307,"height":45.1953125,"top":591.453125,"right":905,"bottom":636.6484375,"left":598},"width":307,"height":45.1953125},"children":["cdtr-9016cba2-e4f0-4380-8af3-dfa439325094"],"width":307,"height":45.1953125,"renderedHTML":null},{"id":"cdtr-43a7eb01-e268-4041-96c9-96c8e632c7d0","_id":"cdtr-43a7eb01-e268-4041-96c9-96c8e632c7d0","type":"col","props":{"lg":12,"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":0,"y":0,"width":0,"height":0,"top":0,"right":0,"bottom":0,"left":0},"width":0,"height":0},"children":[],"renderedHTML":null},{"id":"cdtr-6ef5a455-ce82-4979-a4c2-4decf486bfb6","_id":"cdtr-6ef5a455-ce82-4979-a4c2-4decf486bfb6","type":"row","props":{"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":0,"y":0,"width":0,"height":0,"top":0,"right":0,"bottom":0,"left":0},"width":0,"height":0},"children":[],"renderedHTML":null},{"id":"cdtr-9016cba2-e4f0-4380-8af3-dfa439325094","_id":"cdtr-9016cba2-e4f0-4380-8af3-dfa439325094","type":"col","props":{"lg":0,"style":{},"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":598,"y":591.453125,"width":307,"height":45.1953125,"top":591.453125,"right":905,"bottom":636.6484375,"left":598},"width":307,"height":45.1953125},"children":["cdtr-d9a97ca6-562a-48b6-b2f2-e6af6449ea73"],"width":307,"height":45.1953125,"renderedHTML":null},{"id":"cdtr-0f7095a9-f7aa-48a3-a863-f78c7b01e07e","_id":"cdtr-0f7095a9-f7aa-48a3-a863-f78c7b01e07e","type":"col","props":{"lg":0,"style":{},"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":0,"y":0,"width":0,"height":0,"top":0,"right":0,"bottom":0,"left":0},"width":0,"height":0},"children":[],"renderedHTML":null}]}'),JSON.parse('{"name":"services 4 cards","id":"section2","tags":["section"],"body":{"type":"section","props":{"style":{"minHeight":"100px","background":"#fff","width":"100%"}}},"components":[{"id":"cdtr-528943f3-0008-4cc6-a42b-c9873496fbd1","_id":"cdtr-528943f3-0008-4cc6-a42b-c9873496fbd1","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"heading","attrs":{"letterSpacing":"normal","lineHeight":"1.2","direction":"ltr","textAlign":"center","level":2},"content":[{"type":"text","marks":[{"type":"textStyle","attrs":{"fontFamily":"","color":"","backgroundColor":"","fontSize":"32px"}},{"type":"bold"}],"text":"Short, practical frameworks for better decisions."}]}]},"from":1,"to":50,"focusedElement":"cdtr-528943f3-0008-4cc6-a42b-c9873496fbd1"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":621,"y":150,"width":590,"height":76.796875,"top":150,"right":1211,"bottom":226.796875,"left":621},"width":590,"height":76.796875},"children":[],"width":590,"height":76.796875,"renderedHTML":null},{"id":"cdtr-9e5f49a7-31d5-4c30-a44b-deff19bfe953","_id":"cdtr-9e5f49a7-31d5-4c30-a44b-deff19bfe953","type":"col","props":{"lg":0,"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-528943f3-0008-4cc6-a42b-c9873496fbd1"],"width":590,"height":76.796875,"renderedHTML":null},{"id":"cdtr-ed780bef-86c8-4c48-b921-006605bf8a55","_id":"cdtr-ed780bef-86c8-4c48-b921-006605bf8a55","type":"block","props":{"style":{"padding":"10px","marginTop":"0","marginBottom":"0","marginLeft":"auto","marginRight":"auto","backgroundColor":"transparent","maxWidth":"1320px","justifyContent":"center","width":"610px","margin":"0 auto"},"classList":[],"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":611,"y":140,"width":610,"height":96.796875,"top":140,"right":1221,"bottom":236.796875,"left":611},"width":610,"height":96.796875},"children":["cdtr-9e5f49a7-31d5-4c30-a44b-deff19bfe953"],"width":610,"height":96.796875,"renderedHTML":null},{"id":"cdtr-2956d16b-2988-4ef4-850e-d4a1a3568fd5","_id":"cdtr-2956d16b-2988-4ef4-850e-d4a1a3568fd5","type":"icon","props":{"alt":"home-2-fill","style":{"width":"24px","height":"24px","maxWidth":"100%","maxHeight":"100%","display":"inline-block","fontFamily":"Roboto, sans-serif"},"src":"https://img.creaditor.ai/icons/serve/Buildings/home-2-fill.png?width=24&height=24&color=000000","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"iconColor":"000000","iconCategory":"Buildings","iconName":"home-2-fill","rect":{"x":638.375,"y":256.796875,"width":24,"height":27.8984375,"top":256.796875,"right":662.375,"bottom":284.6953125,"left":638.375},"width":24,"height":27.8984375},"children":[],"width":24,"height":27.8984375,"renderedHTML":null},{"id":"cdtr-e7cb4919-a84d-4176-8abb-9ba284978eb1","_id":"cdtr-e7cb4919-a84d-4176-8abb-9ba284978eb1","type":"col","props":{"lg":12,"justify":"flex-start","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":638.375,"y":256.796875,"width":260.25,"height":27.8984375,"top":256.796875,"right":898.625,"bottom":284.6953125,"left":638.375},"width":260.25,"height":27.8984375},"children":["cdtr-2956d16b-2988-4ef4-850e-d4a1a3568fd5"],"width":260.25,"height":27.8984375,"renderedHTML":null},{"id":"cdtr-c7278fb7-c010-4180-b3dd-a28599eaf19d","_id":"cdtr-c7278fb7-c010-4180-b3dd-a28599eaf19d","type":"row","props":{"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":638.375,"y":256.796875,"width":260.25,"height":27.8984375,"top":256.796875,"right":898.625,"bottom":284.6953125,"left":638.375},"width":260.25,"height":27.8984375,"style":{}},"children":["cdtr-e7cb4919-a84d-4176-8abb-9ba284978eb1"],"width":260.25,"height":27.8984375,"renderedHTML":null},{"id":"cdtr-9d594080-bb74-425d-92ff-e6f3c62f36e8","_id":"cdtr-9d594080-bb74-425d-92ff-e6f3c62f36e8","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"heading","attrs":{"letterSpacing":"normal","lineHeight":"1.2","direction":"ltr","textAlign":"left","level":3},"content":[{"type":"text","marks":[{"type":"bold"}],"text":"Data Deep Dive"}]}]},"from":15,"to":15,"focusedElement":"cdtr-9d594080-bb74-425d-92ff-e6f3c62f36e8"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":638.375,"y":284.6953125,"width":260.25,"height":22.4609375,"top":284.6953125,"right":898.625,"bottom":307.15625,"left":638.375},"width":260.25,"height":22.4609375},"children":[],"width":260.25,"height":22.4609375,"renderedHTML":null},{"id":"cdtr-a724179b-386b-41c2-b7dd-246815938226","_id":"cdtr-a724179b-386b-41c2-b7dd-246815938226","type":"col","props":{"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-c7278fb7-c010-4180-b3dd-a28599eaf19d","cdtr-9d594080-bb74-425d-92ff-e6f3c62f36e8"],"width":260.25,"height":50.359375,"renderedHTML":null},{"id":"cdtr-a15bb422-fc18-4622-b42c-fdc300890aa5","_id":"cdtr-a15bb422-fc18-4622-b42c-fdc300890aa5","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"paragraph","attrs":{"letterSpacing":"","lineHeight":"1.4","direction":"rtl","textAlign":"left"},"content":[{"type":"text","text":"Every month, we analyze anonymized usage patterns across our platform to understand where teams are gaining speed—and where friction still hides"}]}]},"from":0,"to":146,"focusedElement":"cdtr-a15bb422-fc18-4622-b42c-fdc300890aa5"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":638.375,"y":307.15625,"width":260.25,"height":111.9921875,"top":307.15625,"right":898.625,"bottom":419.1484375,"left":638.375},"width":260.25,"height":111.9921875},"children":[],"width":260.25,"height":111.9921875,"renderedHTML":null},{"id":"cdtr-550c49c5-8baa-43ed-8561-6257337225af","_id":"cdtr-550c49c5-8baa-43ed-8561-6257337225af","type":"col","props":{"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-a15bb422-fc18-4622-b42c-fdc300890aa5"],"width":260.25,"height":111.9921875,"renderedHTML":null},{"id":"cdtr-9999e26e-2c50-4992-99a6-ff5524dc1086","_id":"cdtr-9999e26e-2c50-4992-99a6-ff5524dc1086","type":"card","props":{"style":{"width":"95%","background":"#ce93d8","maxWidth":"345px","padding":"10px","fontFamily":"Roboto, sans-serif","borderRadius":".2rem"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"lg":{"style":{"minHeight":"182px"}},"rect":{"x":628.375,"y":246.796875,"width":280.25,"height":182.3515625,"top":246.796875,"right":908.625,"bottom":429.1484375,"left":628.375},"width":280.25,"height":182.3515625},"children":["cdtr-a724179b-386b-41c2-b7dd-246815938226","cdtr-550c49c5-8baa-43ed-8561-6257337225af"],"width":280.25,"height":182.3515625,"renderedHTML":null},{"id":"cdtr-2252406d-8729-4d9f-aa28-b24cf031044f","_id":"cdtr-2252406d-8729-4d9f-aa28-b24cf031044f","type":"col","props":{"lg":6,"sm":12,"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":621,"y":246.796875,"width":295,"height":182.3515625,"top":246.796875,"right":916,"bottom":429.1484375,"left":621},"width":295,"height":182.3515625},"children":["cdtr-9999e26e-2c50-4992-99a6-ff5524dc1086"],"width":295,"height":182.3515625,"renderedHTML":null},{"id":"cdtr-7b1bf2d1-255a-4427-99d0-df4677cb2d03","_id":"cdtr-7b1bf2d1-255a-4427-99d0-df4677cb2d03","type":"icon","props":{"alt":"home-4-line","style":{"width":"24px","height":"24px","maxWidth":"100%","maxHeight":"100%","display":"inline-block","fontFamily":"Roboto, sans-serif"},"src":"https://img.creaditor.ai/icons/serve/Buildings/home-gear-fill.png?width=24&height=24&color=000000","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"iconColor":"000000","rect":{"x":933.375,"y":256.796875,"width":24,"height":27.8984375,"top":256.796875,"right":957.375,"bottom":284.6953125,"left":933.375},"width":24,"height":27.8984375,"iconCategory":"Buildings","iconName":"home-gear-fill"},"children":[],"width":24,"height":27.8984375,"renderedHTML":null},{"id":"cdtr-c5a855ad-b473-444e-aece-99be4a934c81","_id":"cdtr-c5a855ad-b473-444e-aece-99be4a934c81","type":"col","props":{"lg":12,"justify":"flex-start","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":933.375,"y":256.796875,"width":260.25,"height":27.8984375,"top":256.796875,"right":1193.625,"bottom":284.6953125,"left":933.375},"width":260.25,"height":27.8984375},"children":["cdtr-7b1bf2d1-255a-4427-99d0-df4677cb2d03"],"width":260.25,"height":27.8984375,"renderedHTML":null},{"id":"cdtr-185fc2db-9bb0-46b9-8ad7-131e10616c5c","_id":"cdtr-185fc2db-9bb0-46b9-8ad7-131e10616c5c","type":"row","props":{"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":933.375,"y":256.796875,"width":260.25,"height":27.8984375,"top":256.796875,"right":1193.625,"bottom":284.6953125,"left":933.375},"width":260.25,"height":27.8984375,"style":{}},"children":["cdtr-c5a855ad-b473-444e-aece-99be4a934c81"],"width":260.25,"height":27.8984375,"renderedHTML":null},{"id":"cdtr-d52dad11-5085-4a28-9f2e-6fc5e66d7dfa","_id":"cdtr-d52dad11-5085-4a28-9f2e-6fc5e66d7dfa","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"heading","attrs":{"letterSpacing":"normal","lineHeight":"1.2","direction":"ltr","textAlign":"left","level":3},"content":[{"type":"text","marks":[{"type":"bold"}],"text":"Feature in Focus"}]}]},"from":17,"to":17,"focusedElement":"cdtr-d52dad11-5085-4a28-9f2e-6fc5e66d7dfa"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":933.375,"y":284.6953125,"width":260.25,"height":22.4609375,"top":284.6953125,"right":1193.625,"bottom":307.15625,"left":933.375},"width":260.25,"height":22.4609375},"children":[],"width":260.25,"height":22.4609375,"renderedHTML":null},{"id":"cdtr-f3611d9a-2919-4c3c-b684-3bc3001d23a4","_id":"cdtr-f3611d9a-2919-4c3c-b684-3bc3001d23a4","type":"col","props":{"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-185fc2db-9bb0-46b9-8ad7-131e10616c5c","cdtr-d52dad11-5085-4a28-9f2e-6fc5e66d7dfa"],"width":260.25,"height":50.359375,"renderedHTML":null},{"id":"cdtr-1ddc356a-42f8-4a46-b9ba-1cc733e733ca","_id":"cdtr-1ddc356a-42f8-4a46-b9ba-1cc733e733ca","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"paragraph","attrs":{"letterSpacing":"","lineHeight":"1.4","direction":"ltr","textAlign":"left"},"content":[{"type":"text","marks":[{"type":"textStyle","attrs":{"fontFamily":"Roboto, sans-serif","color":"rgb(0, 0, 0)","backgroundColor":"","fontSize":"16px"}}],"text":"Meet Smart Templates—your shortcut to consistent, repeatable workflows. Perfect for onboarding, reporting, and anything your team does more than twice."}]}]},"from":152,"to":152,"focusedElement":"cdtr-1ddc356a-42f8-4a46-b9ba-1cc733e733ca"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":933.375,"y":307.15625,"width":260.25,"height":111.9921875,"top":307.15625,"right":1193.625,"bottom":419.1484375,"left":933.375},"width":260.25,"height":111.9921875},"children":[],"width":260.25,"height":111.9921875,"renderedHTML":null},{"id":"cdtr-1aac3a1f-3ba8-463e-bc04-02a24321ee80","_id":"cdtr-1aac3a1f-3ba8-463e-bc04-02a24321ee80","type":"col","props":{"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-1ddc356a-42f8-4a46-b9ba-1cc733e733ca"],"width":260.25,"height":111.9921875,"renderedHTML":null},{"id":"cdtr-faeb25df-a871-4a3b-9ca4-5746025e9be6","_id":"cdtr-faeb25df-a871-4a3b-9ca4-5746025e9be6","type":"card","props":{"style":{"width":"95%","background":"#01579b","maxWidth":"345px","padding":"10px","fontFamily":"Roboto, sans-serif","borderRadius":".2rem"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"lg":{"style":{"minHeight":"182px"}},"rect":{"x":923.375,"y":246.796875,"width":280.25,"height":182.3515625,"top":246.796875,"right":1203.625,"bottom":429.1484375,"left":923.375},"width":280.25,"height":182.3515625},"children":["cdtr-f3611d9a-2919-4c3c-b684-3bc3001d23a4","cdtr-1aac3a1f-3ba8-463e-bc04-02a24321ee80"],"width":280.25,"height":182.3515625,"renderedHTML":null},{"id":"cdtr-e14086c6-c7d8-4108-9393-5abdd4872b1d","_id":"cdtr-e14086c6-c7d8-4108-9393-5abdd4872b1d","type":"col","props":{"lg":6,"sm":12,"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":916,"y":246.796875,"width":295,"height":182.3515625,"top":246.796875,"right":1211,"bottom":429.1484375,"left":916},"width":295,"height":182.3515625},"children":["cdtr-faeb25df-a871-4a3b-9ca4-5746025e9be6"],"width":295,"height":182.3515625,"renderedHTML":null},{"id":"cdtr-830d40ec-4801-4890-ac93-1f1abec308c9","_id":"cdtr-830d40ec-4801-4890-ac93-1f1abec308c9","type":"block","props":{"style":{"padding":"10px","marginTop":"0","marginBottom":"0","marginLeft":"auto","marginRight":"auto","backgroundColor":"transparent","maxWidth":"1320px","justifyContent":"center","width":"610px","margin":"0 auto"},"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":611,"y":236.796875,"width":610,"height":202.3515625,"top":236.796875,"right":1221,"bottom":439.1484375,"left":611},"width":610,"height":202.3515625},"children":["cdtr-2252406d-8729-4d9f-aa28-b24cf031044f","cdtr-e14086c6-c7d8-4108-9393-5abdd4872b1d"],"width":610,"height":202.3515625,"renderedHTML":null},{"id":"cdtr-06ce03ca-e4ad-4e82-906e-3e13af09d2ec","_id":"cdtr-06ce03ca-e4ad-4e82-906e-3e13af09d2ec","type":"icon","props":{"alt":"home-2-fill","style":{"width":"24px","height":"24px","maxWidth":"100%","maxHeight":"100%","display":"inline-block","fontFamily":"Roboto, sans-serif"},"src":"https://img.creaditor.ai/icons/serve/Buildings/home-2-fill.png?width=24&height=24&color=000000","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"iconColor":"000000","iconCategory":"Buildings","iconName":"home-2-fill","rect":{"x":638.375,"y":459.1484375,"width":24,"height":27.8984375,"top":459.1484375,"right":662.375,"bottom":487.046875,"left":638.375},"width":24,"height":27.8984375},"children":[],"width":24,"height":27.8984375,"renderedHTML":null},{"id":"cdtr-d8454a7d-2efa-4468-9227-2f3f0522e1cb","_id":"cdtr-d8454a7d-2efa-4468-9227-2f3f0522e1cb","type":"col","props":{"lg":12,"justify":"flex-start","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":638.375,"y":459.1484375,"width":260.25,"height":27.8984375,"top":459.1484375,"right":898.625,"bottom":487.046875,"left":638.375},"width":260.25,"height":27.8984375},"children":["cdtr-06ce03ca-e4ad-4e82-906e-3e13af09d2ec"],"width":260.25,"height":27.8984375,"renderedHTML":null},{"id":"cdtr-862ef618-5847-4b92-b534-21acc8f27a19","_id":"cdtr-862ef618-5847-4b92-b534-21acc8f27a19","type":"row","props":{"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":638.375,"y":459.1484375,"width":260.25,"height":27.8984375,"top":459.1484375,"right":898.625,"bottom":487.046875,"left":638.375},"width":260.25,"height":27.8984375,"style":{}},"children":["cdtr-d8454a7d-2efa-4468-9227-2f3f0522e1cb"],"width":260.25,"height":27.8984375,"renderedHTML":null},{"id":"cdtr-070e470a-e505-4dc3-a37b-b2c535b97307","_id":"cdtr-070e470a-e505-4dc3-a37b-b2c535b97307","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"heading","attrs":{"letterSpacing":"normal","lineHeight":"1.2","direction":"ltr","textAlign":"left","level":3},"content":[{"type":"text","marks":[{"type":"bold"}],"text":"Data Deep Dive"}]}]},"from":15,"to":15,"focusedElement":"cdtr-9d594080-bb74-425d-92ff-e6f3c62f36e8"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":638.375,"y":487.046875,"width":260.25,"height":22.4609375,"top":487.046875,"right":898.625,"bottom":509.5078125,"left":638.375},"width":260.25,"height":22.4609375},"children":[],"width":260.25,"height":22.4609375,"renderedHTML":null},{"id":"cdtr-04b4324a-c9e8-4738-b620-e6f8412bf488","_id":"cdtr-04b4324a-c9e8-4738-b620-e6f8412bf488","type":"col","props":{"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":638.375,"y":459.1484375,"width":260.25,"height":50.359375,"top":459.1484375,"right":898.625,"bottom":509.5078125,"left":638.375},"width":260.25,"height":50.359375},"children":["cdtr-862ef618-5847-4b92-b534-21acc8f27a19","cdtr-070e470a-e505-4dc3-a37b-b2c535b97307"],"width":260.25,"height":50.359375,"renderedHTML":null},{"id":"cdtr-c9a3319a-9385-45d1-9072-c016ee2a091d","_id":"cdtr-c9a3319a-9385-45d1-9072-c016ee2a091d","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"paragraph","attrs":{"letterSpacing":"","lineHeight":"1.4","direction":"rtl","textAlign":"left"},"content":[{"type":"text","text":"Every month, we analyze anonymized usage patterns across our platform to understand where teams are gaining speed—and where friction still hides"}]}]},"from":0,"to":146,"focusedElement":"cdtr-a15bb422-fc18-4622-b42c-fdc300890aa5"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":638.375,"y":509.5078125,"width":260.25,"height":111.9921875,"top":509.5078125,"right":898.625,"bottom":621.5,"left":638.375},"width":260.25,"height":111.9921875},"children":[],"width":260.25,"height":111.9921875,"renderedHTML":null},{"id":"cdtr-ece2890c-3078-419c-8e04-33f8124e0ac4","_id":"cdtr-ece2890c-3078-419c-8e04-33f8124e0ac4","type":"col","props":{"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":638.375,"y":509.5078125,"width":260.25,"height":111.9921875,"top":509.5078125,"right":898.625,"bottom":621.5,"left":638.375},"width":260.25,"height":111.9921875},"children":["cdtr-c9a3319a-9385-45d1-9072-c016ee2a091d"],"width":260.25,"height":111.9921875,"renderedHTML":null},{"id":"cdtr-b567de15-46f3-403a-9f47-fd6e2347eba9","_id":"cdtr-b567de15-46f3-403a-9f47-fd6e2347eba9","type":"card","props":{"style":{"width":"95%","background":"#ce93d8","maxWidth":"345px","padding":"10px","fontFamily":"Roboto, sans-serif","borderRadius":".2rem"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"lg":{"style":{"minHeight":"182px"}},"rect":{"x":628.375,"y":449.1484375,"width":280.25,"height":182.3515625,"top":449.1484375,"right":908.625,"bottom":631.5,"left":628.375},"width":280.25,"height":182.3515625},"children":["cdtr-04b4324a-c9e8-4738-b620-e6f8412bf488","cdtr-ece2890c-3078-419c-8e04-33f8124e0ac4"],"width":280.25,"height":182.3515625,"renderedHTML":null},{"id":"cdtr-521a21f7-7835-4174-95f7-44644d4bba99","_id":"cdtr-521a21f7-7835-4174-95f7-44644d4bba99","type":"col","props":{"lg":6,"sm":12,"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":621,"y":449.1484375,"width":295,"height":182.3515625,"top":449.1484375,"right":916,"bottom":631.5,"left":621},"width":295,"height":182.3515625},"children":["cdtr-b567de15-46f3-403a-9f47-fd6e2347eba9"],"width":295,"height":182.3515625,"renderedHTML":null},{"id":"cdtr-5402ad9c-91b0-4e22-ab05-864f47b080c1","_id":"cdtr-5402ad9c-91b0-4e22-ab05-864f47b080c1","type":"icon","props":{"alt":"home-4-line","style":{"width":"24px","height":"24px","maxWidth":"100%","maxHeight":"100%","display":"inline-block","fontFamily":"Roboto, sans-serif"},"src":"https://img.creaditor.ai/icons/serve/Buildings/home-gear-fill.png?width=24&height=24&color=000000","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"iconColor":"000000","rect":{"x":933.375,"y":459.1484375,"width":24,"height":27.8984375,"top":459.1484375,"right":957.375,"bottom":487.046875,"left":933.375},"width":24,"height":27.8984375,"iconCategory":"Buildings","iconName":"home-gear-fill"},"children":[],"width":24,"height":27.8984375,"renderedHTML":null},{"id":"cdtr-71882000-59eb-4799-9783-6615c09a8c97","_id":"cdtr-71882000-59eb-4799-9783-6615c09a8c97","type":"col","props":{"lg":12,"justify":"flex-start","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":933.375,"y":459.1484375,"width":260.25,"height":27.8984375,"top":459.1484375,"right":1193.625,"bottom":487.046875,"left":933.375},"width":260.25,"height":27.8984375},"children":["cdtr-5402ad9c-91b0-4e22-ab05-864f47b080c1"],"width":260.25,"height":27.8984375,"renderedHTML":null},{"id":"cdtr-275fa3ed-b7af-493e-9d77-a7c6bf0a38f0","_id":"cdtr-275fa3ed-b7af-493e-9d77-a7c6bf0a38f0","type":"row","props":{"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":933.375,"y":459.1484375,"width":260.25,"height":27.8984375,"top":459.1484375,"right":1193.625,"bottom":487.046875,"left":933.375},"width":260.25,"height":27.8984375,"style":{}},"children":["cdtr-71882000-59eb-4799-9783-6615c09a8c97"],"width":260.25,"height":27.8984375,"renderedHTML":null},{"id":"cdtr-b3751890-4d97-4b30-ab9a-50dcd0212b9d","_id":"cdtr-b3751890-4d97-4b30-ab9a-50dcd0212b9d","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"heading","attrs":{"letterSpacing":"normal","lineHeight":"1.2","direction":"ltr","textAlign":"left","level":3},"content":[{"type":"text","marks":[{"type":"bold"}],"text":"Feature in Focus"}]}]},"from":17,"to":17,"focusedElement":"cdtr-d52dad11-5085-4a28-9f2e-6fc5e66d7dfa"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":933.375,"y":487.046875,"width":260.25,"height":22.4609375,"top":487.046875,"right":1193.625,"bottom":509.5078125,"left":933.375},"width":260.25,"height":22.4609375},"children":[],"width":260.25,"height":22.4609375,"renderedHTML":null},{"id":"cdtr-a38b1679-0f46-4765-8ec9-cd2b82c8b34c","_id":"cdtr-a38b1679-0f46-4765-8ec9-cd2b82c8b34c","type":"col","props":{"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":933.375,"y":459.1484375,"width":260.25,"height":50.359375,"top":459.1484375,"right":1193.625,"bottom":509.5078125,"left":933.375},"width":260.25,"height":50.359375},"children":["cdtr-275fa3ed-b7af-493e-9d77-a7c6bf0a38f0","cdtr-b3751890-4d97-4b30-ab9a-50dcd0212b9d"],"width":260.25,"height":50.359375,"renderedHTML":null},{"id":"cdtr-c905817e-8e18-4452-881b-0887628b9784","_id":"cdtr-c905817e-8e18-4452-881b-0887628b9784","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"paragraph","attrs":{"letterSpacing":"","lineHeight":"1.4","direction":"ltr","textAlign":"left"},"content":[{"type":"text","marks":[{"type":"textStyle","attrs":{"fontFamily":"Roboto, sans-serif","color":"rgb(0, 0, 0)","backgroundColor":"","fontSize":"16px"}}],"text":"Meet Smart Templates—your shortcut to consistent, repeatable workflows. Perfect for onboarding, reporting, and anything your team does more than twice."}]}]},"from":152,"to":152,"focusedElement":"cdtr-1ddc356a-42f8-4a46-b9ba-1cc733e733ca"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":933.375,"y":509.5078125,"width":260.25,"height":111.9921875,"top":509.5078125,"right":1193.625,"bottom":621.5,"left":933.375},"width":260.25,"height":111.9921875},"children":[],"width":260.25,"height":111.9921875,"renderedHTML":null},{"id":"cdtr-e68942eb-fd6c-4776-b51d-61e5bf813604","_id":"cdtr-e68942eb-fd6c-4776-b51d-61e5bf813604","type":"col","props":{"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":933.375,"y":509.5078125,"width":260.25,"height":111.9921875,"top":509.5078125,"right":1193.625,"bottom":621.5,"left":933.375},"width":260.25,"height":111.9921875},"children":["cdtr-c905817e-8e18-4452-881b-0887628b9784"],"width":260.25,"height":111.9921875,"renderedHTML":null},{"id":"cdtr-73ea3ee7-4064-4960-b37f-3f2fd7af6cf5","_id":"cdtr-73ea3ee7-4064-4960-b37f-3f2fd7af6cf5","type":"card","props":{"style":{"width":"95%","background":"#01579b","maxWidth":"345px","padding":"10px","fontFamily":"Roboto, sans-serif","borderRadius":".2rem"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"lg":{"style":{"minHeight":"182px"}},"rect":{"x":923.375,"y":449.1484375,"width":280.25,"height":182.3515625,"top":449.1484375,"right":1203.625,"bottom":631.5,"left":923.375},"width":280.25,"height":182.3515625},"children":["cdtr-a38b1679-0f46-4765-8ec9-cd2b82c8b34c","cdtr-e68942eb-fd6c-4776-b51d-61e5bf813604"],"width":280.25,"height":182.3515625,"renderedHTML":null},{"id":"cdtr-4112ace1-6e15-4f7b-8c8b-62026e2713e2","_id":"cdtr-4112ace1-6e15-4f7b-8c8b-62026e2713e2","type":"col","props":{"lg":6,"sm":12,"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":916,"y":449.1484375,"width":295,"height":182.3515625,"top":449.1484375,"right":1211,"bottom":631.5,"left":916},"width":295,"height":182.3515625},"children":["cdtr-73ea3ee7-4064-4960-b37f-3f2fd7af6cf5"],"width":295,"height":182.3515625,"renderedHTML":null},{"id":"cdtr-6f4be2df-27fe-43d9-9573-684f0387abc1","_id":"cdtr-6f4be2df-27fe-43d9-9573-684f0387abc1","type":"block","props":{"style":{"padding":"10px","marginTop":"0","marginBottom":"0","marginLeft":"auto","marginRight":"auto","backgroundColor":"transparent","maxWidth":"1320px","justifyContent":"center","width":"610px","margin":"0 auto"},"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":611,"y":439.1484375,"width":610,"height":202.3515625,"top":439.1484375,"right":1221,"bottom":641.5,"left":611},"width":610,"height":202.3515625},"children":["cdtr-521a21f7-7835-4174-95f7-44644d4bba99","cdtr-4112ace1-6e15-4f7b-8c8b-62026e2713e2"],"width":610,"height":202.3515625,"renderedHTML":null},{"id":"cdtr-e915f65e-f331-456e-a942-f20c66e8668e","_id":"cdtr-e915f65e-f331-456e-a942-f20c66e8668e","type":"section","props":{"style":{"width":"100%","minHeight":"calc(calc(calc(calc(calc(calc(calc(calc(calc(calc(calc(calc(calc(calc(calc(calc(calc(calc(calc(calc(calc(calc(calc(calc(calc(calc(500px - 150px) - 150px) - 150px) - 150px) - 150px) - 150px) - 150px) - 150px) - 150px) - 150px) - 150px) - 150px) - 150px) - 150px) - 150px) - 150px) - 150px) - 150px) - 150px) - 150px) - 150px) - 150px) - 150px) - 150px) - 150px) - 150px)","fontFamily":"Roboto, sans-serif","background":"#0000"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":373.09375,"y":140,"width":1085.8125,"height":501.5,"top":140,"right":1458.90625,"bottom":641.5,"left":373.09375},"width":1085.8125,"height":501.5,"background":null},"children":["cdtr-ed780bef-86c8-4c48-b921-006605bf8a55","cdtr-830d40ec-4801-4890-ac93-1f1abec308c9","cdtr-6f4be2df-27fe-43d9-9573-684f0387abc1"],"width":1085.8125,"height":501.5,"renderedHTML":null}]}'),JSON.parse('{"name":"Call to Action","id":"hero-cta","tags":["section","cta","hero"],"body":{"type":"section","props":{"style":{"minHeight":"100px","background":"#1a1a2e","width":"100%"}}},"components":[{"id":"cdtr-a1b2c3d4-e5f6-7890-abcd-ef1234567890","_id":"cdtr-a1b2c3d4-e5f6-7890-abcd-ef1234567890","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"heading","attrs":{"letterSpacing":"2px","lineHeight":"1.3","direction":"ltr","textAlign":"center","level":1},"content":[{"type":"text","marks":[{"type":"textStyle","attrs":{"fontFamily":"","color":"#ffffff","backgroundColor":"","fontSize":"48px"}},{"type":"bold"}],"text":"Stay Connected"}]}]},"from":1,"to":15,"focusedElement":"cdtr-a1b2c3d4-e5f6-7890-abcd-ef1234567890"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":211,"y":60,"width":570,"height":70,"top":60,"right":781,"bottom":130,"left":211},"width":570,"height":70},"children":[],"width":570,"height":70,"renderedHTML":null},{"id":"cdtr-b2c3d4e5-f6a7-8901-bcde-f12345678901","_id":"cdtr-b2c3d4e5-f6a7-8901-bcde-f12345678901","type":"col","props":{"lg":0,"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-a1b2c3d4-e5f6-7890-abcd-ef1234567890"],"width":595,"height":70,"renderedHTML":null},{"id":"cdtr-c3d4e5f6-a7b8-9012-cdef-123456789012","_id":"cdtr-c3d4e5f6-a7b8-9012-cdef-123456789012","type":"block","props":{"style":{"padding":"40px 10px 10px 10px","marginTop":"0","marginBottom":"0","marginLeft":"auto","marginRight":"auto","backgroundColor":"transparent","maxWidth":"100%","justifyContent":"center","width":"615px"},"classList":[],"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":288.5,"y":60,"width":615,"height":90,"top":60,"right":903.5,"bottom":150,"left":288.5},"width":615,"height":90},"children":["cdtr-b2c3d4e5-f6a7-8901-bcde-f12345678901"],"width":615,"height":90,"renderedHTML":null},{"id":"cdtr-d4e5f6a7-b8c9-0123-defa-234567890123","_id":"cdtr-d4e5f6a7-b8c9-0123-defa-234567890123","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"paragraph","attrs":{"letterSpacing":"normal","lineHeight":"1.6","direction":"ltr","textAlign":"center"},"content":[{"type":"text","marks":[{"type":"textStyle","attrs":{"fontFamily":"","color":"#cccccc","backgroundColor":"","fontSize":"18px"}}],"text":"Subscribe to our newsletter and get weekly updates delivered straight to your inbox"}]}]},"from":1,"to":65,"focusedElement":"cdtr-d4e5f6a7-b8c9-0123-defa-234567890123"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":211,"y":160,"width":570,"height":50,"top":160,"right":781,"bottom":210,"left":211},"width":570,"height":50},"children":[],"width":570,"height":50,"renderedHTML":null},{"id":"cdtr-e5f6a7b8-c9d0-1234-efab-345678901234","_id":"cdtr-e5f6a7b8-c9d0-1234-efab-345678901234","type":"col","props":{"lg":0,"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-d4e5f6a7-b8c9-0123-defa-234567890123"],"width":595,"height":50,"renderedHTML":null},{"id":"cdtr-f6a7b8c9-d0e1-2345-fabc-456789012345","_id":"cdtr-f6a7b8c9-d0e1-2345-fabc-456789012345","type":"block","props":{"style":{"padding":"10px","marginTop":"0","marginBottom":"0","marginLeft":"auto","marginRight":"auto","backgroundColor":"transparent","maxWidth":"100%","justifyContent":"center","width":"615px"},"classList":[],"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":288.5,"y":150,"width":615,"height":70,"top":150,"right":903.5,"bottom":220,"left":288.5},"width":615,"height":70},"children":["cdtr-e5f6a7b8-c9d0-1234-efab-345678901234"],"width":615,"height":70,"renderedHTML":null},{"id":"cdtr-a7b8c9d0-e1f2-3456-abcd-567890123456","_id":"cdtr-a7b8c9d0-e1f2-3456-abcd-567890123456","type":"button","props":{"text":"Join Now","style":{"height":"auto","width":"200px","maxWidth":"100%","minWidth":"10px","background":"#e94560","color":"#fff","fontFamily":"Arial, Helvetica, sans-serif","padding":"14px 20px","borderRadius":"8px","display":"","direction":"ltr","fontSize":"16px"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":497.5,"y":240,"width":200,"height":45,"top":240,"right":697.5,"bottom":285,"left":497.5},"width":200,"height":45},"children":[],"width":200,"height":45,"renderedHTML":null},{"id":"cdtr-b8c9d0e1-f2a3-4567-bcde-678901234567","_id":"cdtr-b8c9d0e1-f2a3-4567-bcde-678901234567","type":"col","props":{"lg":0,"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-a7b8c9d0-e1f2-3456-abcd-567890123456"],"width":595,"height":45,"renderedHTML":null},{"id":"cdtr-c9d0e1f2-a3b4-5678-cdef-789012345678","_id":"cdtr-c9d0e1f2-a3b4-5678-cdef-789012345678","type":"block","props":{"style":{"padding":"10px 10px 40px 10px","marginTop":"0","marginBottom":"0","marginLeft":"auto","marginRight":"auto","backgroundColor":"transparent","maxWidth":"100%","justifyContent":"center","width":"615px"},"classList":[],"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":288.5,"y":230,"width":615,"height":65,"top":230,"right":903.5,"bottom":295,"left":288.5},"width":615,"height":65},"children":["cdtr-b8c9d0e1-f2a3-4567-bcde-678901234567"],"width":615,"height":65,"renderedHTML":null},{"id":"cdtr-hero-cta-section-en-000000000000","_id":"cdtr-hero-cta-section-en-000000000000","type":"section","props":{"style":{"width":"100%","minHeight":"100px","fontFamily":"Arial, Helvetica, sans-serif","background":"#1a1a2e","maxWidth":"100%"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":0,"y":0,"width":1192,"height":295,"top":0,"right":1192,"bottom":295,"left":0},"width":1192,"height":295},"children":["cdtr-c3d4e5f6-a7b8-9012-cdef-123456789012","cdtr-f6a7b8c9-d0e1-2345-fabc-456789012345","cdtr-c9d0e1f2-a3b4-5678-cdef-789012345678"],"width":1192,"height":295,"renderedHTML":null}]}'),JSON.parse('{"name":"Team","id":"team-3-cards","tags":["section","team"],"body":{"type":"section","props":{"style":{"minHeight":"100px","background":"#f9f9f9","width":"100%"}}},"components":[{"id":"cdtr-t001-aa11-bb22-cc33-000000000001","_id":"cdtr-t001-aa11-bb22-cc33-000000000001","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"heading","attrs":{"letterSpacing":"1px","lineHeight":"1.3","direction":"ltr","textAlign":"center","level":2},"content":[{"type":"text","marks":[{"type":"textStyle","attrs":{"fontFamily":"","color":"#1a1a2e","backgroundColor":"","fontSize":"36px"}},{"type":"bold"}],"text":"Our Team"}]}]},"from":1,"to":9,"focusedElement":"cdtr-t001-aa11-bb22-cc33-000000000001"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":211,"y":40,"width":570,"height":50,"top":40,"right":781,"bottom":90,"left":211},"width":570,"height":50},"children":[],"width":570,"height":50,"renderedHTML":null},{"id":"cdtr-t002-aa11-bb22-cc33-000000000002","_id":"cdtr-t002-aa11-bb22-cc33-000000000002","type":"col","props":{"lg":0,"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-t001-aa11-bb22-cc33-000000000001"],"width":595,"height":50,"renderedHTML":null},{"id":"cdtr-t003-aa11-bb22-cc33-000000000003","_id":"cdtr-t003-aa11-bb22-cc33-000000000003","type":"block","props":{"style":{"padding":"40px 10px 20px 10px","marginTop":"0","marginBottom":"0","marginLeft":"auto","marginRight":"auto","backgroundColor":"transparent","maxWidth":"100%","justifyContent":"center","width":"615px"},"classList":[],"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":288.5,"y":40,"width":615,"height":70,"top":40,"right":903.5,"bottom":110,"left":288.5},"width":615,"height":70},"children":["cdtr-t002-aa11-bb22-cc33-000000000002"],"width":615,"height":70,"renderedHTML":null},{"id":"cdtr-t101-aa11-bb22-cc33-000000000101","_id":"cdtr-t101-aa11-bb22-cc33-000000000101","type":"image","props":{"alt":"Yuval Cohen","width":160,"height":160,"style":{"height":"auto","width":"160px","maxWidth":"100%","minWidth":"30px","fontFamily":"Arial, Helvetica, sans-serif","borderRadius":"0","display":"block","margin":"0 auto"},"src":"https://images.pexels.com/photos/2379004/pexels-photo-2379004.jpeg?auto=compress&cs=tinysrgb&w=300&h=300&dpr=1","isOpenWithModal":false,"isFullWidthOnMobile":false,"isRatioLock":true,"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":648,"y":140,"width":160,"height":160,"top":140,"right":808,"bottom":300,"left":648}},"children":[],"width":160,"height":160,"renderedHTML":null},{"id":"cdtr-t102-aa11-bb22-cc33-000000000102","_id":"cdtr-t102-aa11-bb22-cc33-000000000102","type":"col","props":{"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-t101-aa11-bb22-cc33-000000000101"],"width":175,"height":160,"renderedHTML":null},{"id":"cdtr-t103-aa11-bb22-cc33-000000000103","_id":"cdtr-t103-aa11-bb22-cc33-000000000103","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"heading","attrs":{"letterSpacing":"normal","lineHeight":"1.3","direction":"ltr","textAlign":"center","level":4},"content":[{"type":"text","marks":[{"type":"textStyle","attrs":{"fontFamily":"","color":"#1a1a2e","backgroundColor":"","fontSize":"18px"}},{"type":"bold"}],"text":"Yuval Cohen"}]}]},"from":1,"to":11,"focusedElement":"cdtr-t103-aa11-bb22-cc33-000000000103"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":628,"y":310,"width":175,"height":24,"top":310,"right":803,"bottom":334,"left":628},"width":175,"height":24},"children":[],"width":175,"height":24,"renderedHTML":null},{"id":"cdtr-t104-aa11-bb22-cc33-000000000104","_id":"cdtr-t104-aa11-bb22-cc33-000000000104","type":"col","props":{"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-t103-aa11-bb22-cc33-000000000103"],"width":175,"height":24,"renderedHTML":null},{"id":"cdtr-t105-aa11-bb22-cc33-000000000105","_id":"cdtr-t105-aa11-bb22-cc33-000000000105","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"paragraph","attrs":{"letterSpacing":"normal","lineHeight":"1.4","direction":"ltr","textAlign":"center"},"content":[{"type":"text","marks":[{"type":"textStyle","attrs":{"fontFamily":"","color":"#666666","backgroundColor":"","fontSize":"14px"}}],"text":"CEO & Co-Founder"}]}]},"from":1,"to":15,"focusedElement":"cdtr-t105-aa11-bb22-cc33-000000000105"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":628,"y":338,"width":175,"height":20,"top":338,"right":803,"bottom":358,"left":628},"width":175,"height":20},"children":[],"width":175,"height":20,"renderedHTML":null},{"id":"cdtr-t106-aa11-bb22-cc33-000000000106","_id":"cdtr-t106-aa11-bb22-cc33-000000000106","type":"col","props":{"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-t105-aa11-bb22-cc33-000000000105"],"width":175,"height":20,"renderedHTML":null},{"id":"cdtr-t107-aa11-bb22-cc33-000000000107","_id":"cdtr-t107-aa11-bb22-cc33-000000000107","type":"card","props":{"style":{"width":"185px","background":"#ffffff","maxWidth":"195px","fontFamily":"Arial, Helvetica, sans-serif","boxShadow":"0 2px 12px rgba(0,0,0,0.08)","textAlign":"center"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"lg":{"style":{"minHeight":"240px"}},"rect":{"x":621,"y":120,"width":195,"height":240,"top":120,"right":816,"bottom":360,"left":621},"width":195,"height":240},"children":["cdtr-t102-aa11-bb22-cc33-000000000102","cdtr-t104-aa11-bb22-cc33-000000000104","cdtr-t106-aa11-bb22-cc33-000000000106"],"width":195,"height":240,"renderedHTML":null},{"id":"cdtr-t108-aa11-bb22-cc33-000000000108","_id":"cdtr-t108-aa11-bb22-cc33-000000000108","type":"col","props":{"lg":4,"sm":12,"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":611,"y":120,"width":205,"height":240,"top":120,"right":816,"bottom":360,"left":611},"width":205,"height":240},"children":["cdtr-t107-aa11-bb22-cc33-000000000107"],"width":205,"height":240,"renderedHTML":null},{"id":"cdtr-t201-aa11-bb22-cc33-000000000201","_id":"cdtr-t201-aa11-bb22-cc33-000000000201","type":"image","props":{"alt":"Michal Levy","width":160,"height":160,"style":{"height":"auto","width":"160px","maxWidth":"100%","minWidth":"30px","fontFamily":"Arial, Helvetica, sans-serif","borderRadius":"0","display":"block","margin":"0 auto"},"src":"https://images.pexels.com/photos/774909/pexels-photo-774909.jpeg?auto=compress&cs=tinysrgb&w=300&h=300&dpr=1","isOpenWithModal":false,"isFullWidthOnMobile":false,"isRatioLock":true,"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":848,"y":140,"width":160,"height":160,"top":140,"right":1008,"bottom":300,"left":848}},"children":[],"width":160,"height":160,"renderedHTML":null},{"id":"cdtr-t202-aa11-bb22-cc33-000000000202","_id":"cdtr-t202-aa11-bb22-cc33-000000000202","type":"col","props":{"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-t201-aa11-bb22-cc33-000000000201"],"width":175,"height":160,"renderedHTML":null},{"id":"cdtr-t203-aa11-bb22-cc33-000000000203","_id":"cdtr-t203-aa11-bb22-cc33-000000000203","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"heading","attrs":{"letterSpacing":"normal","lineHeight":"1.3","direction":"ltr","textAlign":"center","level":4},"content":[{"type":"text","marks":[{"type":"textStyle","attrs":{"fontFamily":"","color":"#1a1a2e","backgroundColor":"","fontSize":"18px"}},{"type":"bold"}],"text":"Michal Levy"}]}]},"from":1,"to":11,"focusedElement":"cdtr-t203-aa11-bb22-cc33-000000000203"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":828,"y":310,"width":175,"height":24,"top":310,"right":1003,"bottom":334,"left":828},"width":175,"height":24},"children":[],"width":175,"height":24,"renderedHTML":null},{"id":"cdtr-t204-aa11-bb22-cc33-000000000204","_id":"cdtr-t204-aa11-bb22-cc33-000000000204","type":"col","props":{"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-t203-aa11-bb22-cc33-000000000203"],"width":175,"height":24,"renderedHTML":null},{"id":"cdtr-t205-aa11-bb22-cc33-000000000205","_id":"cdtr-t205-aa11-bb22-cc33-000000000205","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"paragraph","attrs":{"letterSpacing":"normal","lineHeight":"1.4","direction":"ltr","textAlign":"center"},"content":[{"type":"text","marks":[{"type":"textStyle","attrs":{"fontFamily":"","color":"#666666","backgroundColor":"","fontSize":"14px"}}],"text":"Head of Product"}]}]},"from":1,"to":15,"focusedElement":"cdtr-t205-aa11-bb22-cc33-000000000205"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":828,"y":338,"width":175,"height":20,"top":338,"right":1003,"bottom":358,"left":828},"width":175,"height":20},"children":[],"width":175,"height":20,"renderedHTML":null},{"id":"cdtr-t206-aa11-bb22-cc33-000000000206","_id":"cdtr-t206-aa11-bb22-cc33-000000000206","type":"col","props":{"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-t205-aa11-bb22-cc33-000000000205"],"width":175,"height":20,"renderedHTML":null},{"id":"cdtr-t207-aa11-bb22-cc33-000000000207","_id":"cdtr-t207-aa11-bb22-cc33-000000000207","type":"card","props":{"style":{"width":"185px","background":"#ffffff","maxWidth":"195px","fontFamily":"Arial, Helvetica, sans-serif","boxShadow":"0 2px 12px rgba(0,0,0,0.08)","textAlign":"center"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"lg":{"style":{"minHeight":"240px"}},"rect":{"x":821,"y":120,"width":195,"height":240,"top":120,"right":1016,"bottom":360,"left":821},"width":195,"height":240},"children":["cdtr-t202-aa11-bb22-cc33-000000000202","cdtr-t204-aa11-bb22-cc33-000000000204","cdtr-t206-aa11-bb22-cc33-000000000206"],"width":195,"height":240,"renderedHTML":null},{"id":"cdtr-t208-aa11-bb22-cc33-000000000208","_id":"cdtr-t208-aa11-bb22-cc33-000000000208","type":"col","props":{"lg":4,"sm":12,"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":811,"y":120,"width":205,"height":240,"top":120,"right":1016,"bottom":360,"left":811},"width":205,"height":240},"children":["cdtr-t207-aa11-bb22-cc33-000000000207"],"width":205,"height":240,"renderedHTML":null},{"id":"cdtr-t301-aa11-bb22-cc33-000000000301","_id":"cdtr-t301-aa11-bb22-cc33-000000000301","type":"image","props":{"alt":"Uri Berkowitz","width":160,"height":160,"style":{"height":"auto","width":"160px","maxWidth":"100%","minWidth":"30px","fontFamily":"Arial, Helvetica, sans-serif","borderRadius":"0","display":"block","margin":"0 auto"},"src":"https://images.pexels.com/photos/2379004/pexels-photo-2379004.jpeg?auto=compress&cs=tinysrgb&w=300&h=300&dpr=1","isOpenWithModal":false,"isFullWidthOnMobile":false,"isRatioLock":true,"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":1048,"y":140,"width":160,"height":160,"top":140,"right":1208,"bottom":300,"left":1048}},"children":[],"width":160,"height":160,"renderedHTML":null},{"id":"cdtr-t302-aa11-bb22-cc33-000000000302","_id":"cdtr-t302-aa11-bb22-cc33-000000000302","type":"col","props":{"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-t301-aa11-bb22-cc33-000000000301"],"width":175,"height":160,"renderedHTML":null},{"id":"cdtr-t303-aa11-bb22-cc33-000000000303","_id":"cdtr-t303-aa11-bb22-cc33-000000000303","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"heading","attrs":{"letterSpacing":"normal","lineHeight":"1.3","direction":"ltr","textAlign":"center","level":4},"content":[{"type":"text","marks":[{"type":"textStyle","attrs":{"fontFamily":"","color":"#1a1a2e","backgroundColor":"","fontSize":"18px"}},{"type":"bold"}],"text":"Uri Berkowitz"}]}]},"from":1,"to":13,"focusedElement":"cdtr-t303-aa11-bb22-cc33-000000000303"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":1028,"y":310,"width":175,"height":24,"top":310,"right":1203,"bottom":334,"left":1028},"width":175,"height":24},"children":[],"width":175,"height":24,"renderedHTML":null},{"id":"cdtr-t304-aa11-bb22-cc33-000000000304","_id":"cdtr-t304-aa11-bb22-cc33-000000000304","type":"col","props":{"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-t303-aa11-bb22-cc33-000000000303"],"width":175,"height":24,"renderedHTML":null},{"id":"cdtr-t305-aa11-bb22-cc33-000000000305","_id":"cdtr-t305-aa11-bb22-cc33-000000000305","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"paragraph","attrs":{"letterSpacing":"normal","lineHeight":"1.4","direction":"ltr","textAlign":"center"},"content":[{"type":"text","marks":[{"type":"textStyle","attrs":{"fontFamily":"","color":"#666666","backgroundColor":"","fontSize":"14px"}}],"text":"CTO"}]}]},"from":1,"to":3,"focusedElement":"cdtr-t305-aa11-bb22-cc33-000000000305"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":1028,"y":338,"width":175,"height":20,"top":338,"right":1203,"bottom":358,"left":1028},"width":175,"height":20},"children":[],"width":175,"height":20,"renderedHTML":null},{"id":"cdtr-t306-aa11-bb22-cc33-000000000306","_id":"cdtr-t306-aa11-bb22-cc33-000000000306","type":"col","props":{"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-t305-aa11-bb22-cc33-000000000305"],"width":175,"height":20,"renderedHTML":null},{"id":"cdtr-t307-aa11-bb22-cc33-000000000307","_id":"cdtr-t307-aa11-bb22-cc33-000000000307","type":"card","props":{"style":{"width":"185px","background":"#ffffff","maxWidth":"195px","fontFamily":"Arial, Helvetica, sans-serif","boxShadow":"0 2px 12px rgba(0,0,0,0.08)","textAlign":"center"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"lg":{"style":{"minHeight":"240px"}},"rect":{"x":1021,"y":120,"width":195,"height":240,"top":120,"right":1216,"bottom":360,"left":1021},"width":195,"height":240},"children":["cdtr-t302-aa11-bb22-cc33-000000000302","cdtr-t304-aa11-bb22-cc33-000000000304","cdtr-t306-aa11-bb22-cc33-000000000306"],"width":195,"height":240,"renderedHTML":null},{"id":"cdtr-t308-aa11-bb22-cc33-000000000308","_id":"cdtr-t308-aa11-bb22-cc33-000000000308","type":"col","props":{"lg":4,"sm":12,"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":1011,"y":120,"width":205,"height":240,"top":120,"right":1216,"bottom":360,"left":1011},"width":205,"height":240},"children":["cdtr-t307-aa11-bb22-cc33-000000000307"],"width":205,"height":240,"renderedHTML":null},{"id":"cdtr-t400-aa11-bb22-cc33-000000000400","_id":"cdtr-t400-aa11-bb22-cc33-000000000400","type":"block","props":{"style":{"padding":"10px 10px 40px 10px","marginTop":"0","marginBottom":"0","marginLeft":"auto","marginRight":"auto","backgroundColor":"transparent","maxWidth":"1320px","justifyContent":"center","width":"615px","margin":"0 auto"},"classList":[],"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":611,"y":110,"width":615,"height":260,"top":110,"right":1226,"bottom":370,"left":611},"width":615,"height":260},"children":["cdtr-t108-aa11-bb22-cc33-000000000108","cdtr-t208-aa11-bb22-cc33-000000000208","cdtr-t308-aa11-bb22-cc33-000000000308"],"width":615,"height":260,"renderedHTML":null},{"id":"cdtr-team3-section-en-000000000000","_id":"cdtr-team3-section-en-000000000000","type":"section","props":{"style":{"width":"100%","minHeight":"100px","fontFamily":"Arial, Helvetica, sans-serif","background":"#f9f9f9","maxWidth":"100%"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":0,"y":0,"width":1192,"height":370,"top":0,"right":1192,"bottom":370,"left":0},"width":1192,"height":370},"children":["cdtr-t003-aa11-bb22-cc33-000000000003","cdtr-t400-aa11-bb22-cc33-000000000400"],"width":1192,"height":370,"renderedHTML":null}]}'),JSON.parse('{"name":"Testimonials 3 Quotes","id":"testimonials-3-quotes","tags":["section","testimonials","quotes"],"body":{"type":"section","props":{"style":{"minHeight":"100px","background":"#f0f4f8","width":"100%"}}},"components":[{"id":"cdtr-tq001-aa11-bb22-cc33-000000000001","_id":"cdtr-tq001-aa11-bb22-cc33-000000000001","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"heading","attrs":{"letterSpacing":"1px","lineHeight":"1.3","direction":"ltr","textAlign":"center","level":2},"content":[{"type":"text","marks":[{"type":"textStyle","attrs":{"fontFamily":"","color":"#1a1a2e","backgroundColor":"","fontSize":"36px"}},{"type":"bold"}],"text":"What Our Readers Say"}]}]},"from":1,"to":21,"focusedElement":"cdtr-tq001-aa11-bb22-cc33-000000000001"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":211,"y":40,"width":570,"height":50,"top":40,"right":781,"bottom":90,"left":211},"width":570,"height":50},"children":[],"width":570,"height":50,"renderedHTML":null},{"id":"cdtr-tq002-aa11-bb22-cc33-000000000002","_id":"cdtr-tq002-aa11-bb22-cc33-000000000002","type":"col","props":{"lg":0,"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-tq001-aa11-bb22-cc33-000000000001"],"width":595,"height":50,"renderedHTML":null},{"id":"cdtr-tq003-aa11-bb22-cc33-000000000003","_id":"cdtr-tq003-aa11-bb22-cc33-000000000003","type":"block","props":{"style":{"padding":"40px 10px 20px 10px","marginTop":"0","marginBottom":"0","marginLeft":"auto","marginRight":"auto","backgroundColor":"transparent","maxWidth":"100%","justifyContent":"center","width":"615px"},"classList":[],"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":288.5,"y":40,"width":615,"height":70,"top":40,"right":903.5,"bottom":110,"left":288.5},"width":615,"height":70},"children":["cdtr-tq002-aa11-bb22-cc33-000000000002"],"width":615,"height":70,"renderedHTML":null},{"id":"cdtr-tq101-aa11-bb22-cc33-000000000101","_id":"cdtr-tq101-aa11-bb22-cc33-000000000101","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"paragraph","attrs":{"letterSpacing":"normal","lineHeight":"1.6","direction":"ltr","textAlign":"center"},"content":[{"type":"text","marks":[{"type":"textStyle","attrs":{"fontFamily":"","color":"#444444","backgroundColor":"","fontSize":"15px"}}],"text":"“This newsletter transformed how I approach product decisions. Essential reading for any leader.”"}]}]},"from":1,"to":95,"focusedElement":"cdtr-tq101-aa11-bb22-cc33-000000000101"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":628,"y":140,"width":155,"height":80,"top":140,"right":783,"bottom":220,"left":628},"width":155,"height":80},"children":[],"width":155,"height":80,"renderedHTML":null},{"id":"cdtr-tq102-aa11-bb22-cc33-000000000102","_id":"cdtr-tq102-aa11-bb22-cc33-000000000102","type":"col","props":{"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-tq101-aa11-bb22-cc33-000000000101"],"width":175,"height":80,"renderedHTML":null},{"id":"cdtr-tq103-aa11-bb22-cc33-000000000103","_id":"cdtr-tq103-aa11-bb22-cc33-000000000103","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"heading","attrs":{"letterSpacing":"normal","lineHeight":"1.3","direction":"ltr","textAlign":"center","level":4},"content":[{"type":"text","marks":[{"type":"textStyle","attrs":{"fontFamily":"","color":"#1a1a2e","backgroundColor":"","fontSize":"15px"}},{"type":"bold"}],"text":"Sarah Mitchell"}]}]},"from":1,"to":15,"focusedElement":"cdtr-tq103-aa11-bb22-cc33-000000000103"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":628,"y":228,"width":155,"height":22,"top":228,"right":783,"bottom":250,"left":628},"width":155,"height":22},"children":[],"width":155,"height":22,"renderedHTML":null},{"id":"cdtr-tq104-aa11-bb22-cc33-000000000104","_id":"cdtr-tq104-aa11-bb22-cc33-000000000104","type":"col","props":{"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-tq103-aa11-bb22-cc33-000000000103"],"width":175,"height":22,"renderedHTML":null},{"id":"cdtr-tq105-aa11-bb22-cc33-000000000105","_id":"cdtr-tq105-aa11-bb22-cc33-000000000105","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"paragraph","attrs":{"letterSpacing":"normal","lineHeight":"1.4","direction":"ltr","textAlign":"center"},"content":[{"type":"text","marks":[{"type":"textStyle","attrs":{"fontFamily":"","color":"#888888","backgroundColor":"","fontSize":"13px"}}],"text":"Head of Product, TechCorp"}]}]},"from":1,"to":26,"focusedElement":"cdtr-tq105-aa11-bb22-cc33-000000000105"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":628,"y":254,"width":155,"height":18,"top":254,"right":783,"bottom":272,"left":628},"width":155,"height":18},"children":[],"width":155,"height":18,"renderedHTML":null},{"id":"cdtr-tq106-aa11-bb22-cc33-000000000106","_id":"cdtr-tq106-aa11-bb22-cc33-000000000106","type":"col","props":{"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-tq105-aa11-bb22-cc33-000000000105"],"width":175,"height":18,"renderedHTML":null},{"id":"cdtr-tq107-aa11-bb22-cc33-000000000107","_id":"cdtr-tq107-aa11-bb22-cc33-000000000107","type":"card","props":{"style":{"width":"185px","background":"#ffffff","maxWidth":"195px","fontFamily":"Arial, Helvetica, sans-serif","boxShadow":"0 2px 12px rgba(0,0,0,0.08)","textAlign":"center","padding":"20px 16px"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"lg":{"style":{"minHeight":"160px"}},"rect":{"x":621,"y":120,"width":195,"height":160,"top":120,"right":816,"bottom":280,"left":621},"width":195,"height":160},"children":["cdtr-tq102-aa11-bb22-cc33-000000000102","cdtr-tq104-aa11-bb22-cc33-000000000104","cdtr-tq106-aa11-bb22-cc33-000000000106"],"width":195,"height":160,"renderedHTML":null},{"id":"cdtr-tq108-aa11-bb22-cc33-000000000108","_id":"cdtr-tq108-aa11-bb22-cc33-000000000108","type":"col","props":{"lg":4,"sm":12,"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":611,"y":120,"width":205,"height":160,"top":120,"right":816,"bottom":280,"left":611},"width":205,"height":160},"children":["cdtr-tq107-aa11-bb22-cc33-000000000107"],"width":205,"height":160,"renderedHTML":null},{"id":"cdtr-tq201-aa11-bb22-cc33-000000000201","_id":"cdtr-tq201-aa11-bb22-cc33-000000000201","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"paragraph","attrs":{"letterSpacing":"normal","lineHeight":"1.6","direction":"ltr","textAlign":"center"},"content":[{"type":"text","marks":[{"type":"textStyle","attrs":{"fontFamily":"","color":"#444444","backgroundColor":"","fontSize":"15px"}}],"text":"“Every issue brings fresh insights I can immediately apply. It’s the one newsletter I never skip.”"}]}]},"from":1,"to":97,"focusedElement":"cdtr-tq201-aa11-bb22-cc33-000000000201"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":828,"y":140,"width":155,"height":80,"top":140,"right":983,"bottom":220,"left":828},"width":155,"height":80},"children":[],"width":155,"height":80,"renderedHTML":null},{"id":"cdtr-tq202-aa11-bb22-cc33-000000000202","_id":"cdtr-tq202-aa11-bb22-cc33-000000000202","type":"col","props":{"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-tq201-aa11-bb22-cc33-000000000201"],"width":175,"height":80,"renderedHTML":null},{"id":"cdtr-tq203-aa11-bb22-cc33-000000000203","_id":"cdtr-tq203-aa11-bb22-cc33-000000000203","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"heading","attrs":{"letterSpacing":"normal","lineHeight":"1.3","direction":"ltr","textAlign":"center","level":4},"content":[{"type":"text","marks":[{"type":"textStyle","attrs":{"fontFamily":"","color":"#1a1a2e","backgroundColor":"","fontSize":"15px"}},{"type":"bold"}],"text":"David Chen"}]}]},"from":1,"to":11,"focusedElement":"cdtr-tq203-aa11-bb22-cc33-000000000203"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":828,"y":228,"width":155,"height":22,"top":228,"right":983,"bottom":250,"left":828},"width":155,"height":22},"children":[],"width":155,"height":22,"renderedHTML":null},{"id":"cdtr-tq204-aa11-bb22-cc33-000000000204","_id":"cdtr-tq204-aa11-bb22-cc33-000000000204","type":"col","props":{"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-tq203-aa11-bb22-cc33-000000000203"],"width":175,"height":22,"renderedHTML":null},{"id":"cdtr-tq205-aa11-bb22-cc33-000000000205","_id":"cdtr-tq205-aa11-bb22-cc33-000000000205","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"paragraph","attrs":{"letterSpacing":"normal","lineHeight":"1.4","direction":"ltr","textAlign":"center"},"content":[{"type":"text","marks":[{"type":"textStyle","attrs":{"fontFamily":"","color":"#888888","backgroundColor":"","fontSize":"13px"}}],"text":"Founder, StartupFlow"}]}]},"from":1,"to":21,"focusedElement":"cdtr-tq205-aa11-bb22-cc33-000000000205"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":828,"y":254,"width":155,"height":18,"top":254,"right":983,"bottom":272,"left":828},"width":155,"height":18},"children":[],"width":155,"height":18,"renderedHTML":null},{"id":"cdtr-tq206-aa11-bb22-cc33-000000000206","_id":"cdtr-tq206-aa11-bb22-cc33-000000000206","type":"col","props":{"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-tq205-aa11-bb22-cc33-000000000205"],"width":175,"height":18,"renderedHTML":null},{"id":"cdtr-tq207-aa11-bb22-cc33-000000000207","_id":"cdtr-tq207-aa11-bb22-cc33-000000000207","type":"card","props":{"style":{"width":"185px","background":"#ffffff","maxWidth":"195px","fontFamily":"Arial, Helvetica, sans-serif","boxShadow":"0 2px 12px rgba(0,0,0,0.08)","textAlign":"center","padding":"20px 16px"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"lg":{"style":{"minHeight":"160px"}},"rect":{"x":821,"y":120,"width":195,"height":160,"top":120,"right":1016,"bottom":280,"left":821},"width":195,"height":160},"children":["cdtr-tq202-aa11-bb22-cc33-000000000202","cdtr-tq204-aa11-bb22-cc33-000000000204","cdtr-tq206-aa11-bb22-cc33-000000000206"],"width":195,"height":160,"renderedHTML":null},{"id":"cdtr-tq208-aa11-bb22-cc33-000000000208","_id":"cdtr-tq208-aa11-bb22-cc33-000000000208","type":"col","props":{"lg":4,"sm":12,"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":811,"y":120,"width":205,"height":160,"top":120,"right":1016,"bottom":280,"left":811},"width":205,"height":160},"children":["cdtr-tq207-aa11-bb22-cc33-000000000207"],"width":205,"height":160,"renderedHTML":null},{"id":"cdtr-tq301-aa11-bb22-cc33-000000000301","_id":"cdtr-tq301-aa11-bb22-cc33-000000000301","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"paragraph","attrs":{"letterSpacing":"normal","lineHeight":"1.6","direction":"ltr","textAlign":"center"},"content":[{"type":"text","marks":[{"type":"textStyle","attrs":{"fontFamily":"","color":"#444444","backgroundColor":"","fontSize":"15px"}}],"text":"“Brilliant curation of ideas. I’ve shared every single issue with my entire team.”"}]}]},"from":1,"to":83,"focusedElement":"cdtr-tq301-aa11-bb22-cc33-000000000301"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":1028,"y":140,"width":155,"height":80,"top":140,"right":1183,"bottom":220,"left":1028},"width":155,"height":80},"children":[],"width":155,"height":80,"renderedHTML":null},{"id":"cdtr-tq302-aa11-bb22-cc33-000000000302","_id":"cdtr-tq302-aa11-bb22-cc33-000000000302","type":"col","props":{"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-tq301-aa11-bb22-cc33-000000000301"],"width":175,"height":80,"renderedHTML":null},{"id":"cdtr-tq303-aa11-bb22-cc33-000000000303","_id":"cdtr-tq303-aa11-bb22-cc33-000000000303","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"heading","attrs":{"letterSpacing":"normal","lineHeight":"1.3","direction":"ltr","textAlign":"center","level":4},"content":[{"type":"text","marks":[{"type":"textStyle","attrs":{"fontFamily":"","color":"#1a1a2e","backgroundColor":"","fontSize":"15px"}},{"type":"bold"}],"text":"Anna Rosenberg"}]}]},"from":1,"to":15,"focusedElement":"cdtr-tq303-aa11-bb22-cc33-000000000303"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":1028,"y":228,"width":155,"height":22,"top":228,"right":1183,"bottom":250,"left":1028},"width":155,"height":22},"children":[],"width":155,"height":22,"renderedHTML":null},{"id":"cdtr-tq304-aa11-bb22-cc33-000000000304","_id":"cdtr-tq304-aa11-bb22-cc33-000000000304","type":"col","props":{"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-tq303-aa11-bb22-cc33-000000000303"],"width":175,"height":22,"renderedHTML":null},{"id":"cdtr-tq305-aa11-bb22-cc33-000000000305","_id":"cdtr-tq305-aa11-bb22-cc33-000000000305","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"paragraph","attrs":{"letterSpacing":"normal","lineHeight":"1.4","direction":"ltr","textAlign":"center"},"content":[{"type":"text","marks":[{"type":"textStyle","attrs":{"fontFamily":"","color":"#888888","backgroundColor":"","fontSize":"13px"}}],"text":"VP Engineering, DevHub"}]}]},"from":1,"to":23,"focusedElement":"cdtr-tq305-aa11-bb22-cc33-000000000305"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":1028,"y":254,"width":155,"height":18,"top":254,"right":1183,"bottom":272,"left":1028},"width":155,"height":18},"children":[],"width":155,"height":18,"renderedHTML":null},{"id":"cdtr-tq306-aa11-bb22-cc33-000000000306","_id":"cdtr-tq306-aa11-bb22-cc33-000000000306","type":"col","props":{"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-tq305-aa11-bb22-cc33-000000000305"],"width":175,"height":18,"renderedHTML":null},{"id":"cdtr-tq307-aa11-bb22-cc33-000000000307","_id":"cdtr-tq307-aa11-bb22-cc33-000000000307","type":"card","props":{"style":{"width":"185px","background":"#ffffff","maxWidth":"195px","fontFamily":"Arial, Helvetica, sans-serif","boxShadow":"0 2px 12px rgba(0,0,0,0.08)","textAlign":"center","padding":"20px 16px"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"lg":{"style":{"minHeight":"160px"}},"rect":{"x":1021,"y":120,"width":195,"height":160,"top":120,"right":1216,"bottom":280,"left":1021},"width":195,"height":160},"children":["cdtr-tq302-aa11-bb22-cc33-000000000302","cdtr-tq304-aa11-bb22-cc33-000000000304","cdtr-tq306-aa11-bb22-cc33-000000000306"],"width":195,"height":160,"renderedHTML":null},{"id":"cdtr-tq308-aa11-bb22-cc33-000000000308","_id":"cdtr-tq308-aa11-bb22-cc33-000000000308","type":"col","props":{"lg":4,"sm":12,"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":1011,"y":120,"width":205,"height":160,"top":120,"right":1216,"bottom":280,"left":1011},"width":205,"height":160},"children":["cdtr-tq307-aa11-bb22-cc33-000000000307"],"width":205,"height":160,"renderedHTML":null},{"id":"cdtr-tq400-aa11-bb22-cc33-000000000400","_id":"cdtr-tq400-aa11-bb22-cc33-000000000400","type":"block","props":{"style":{"padding":"10px 10px 40px 10px","marginTop":"0","marginBottom":"0","marginLeft":"auto","marginRight":"auto","backgroundColor":"transparent","maxWidth":"1320px","justifyContent":"center","width":"615px","margin":"0 auto"},"classList":[],"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":611,"y":110,"width":615,"height":180,"top":110,"right":1226,"bottom":290,"left":611},"width":615,"height":180},"children":["cdtr-tq108-aa11-bb22-cc33-000000000108","cdtr-tq208-aa11-bb22-cc33-000000000208","cdtr-tq308-aa11-bb22-cc33-000000000308"],"width":615,"height":180,"renderedHTML":null},{"id":"cdtr-testimonials-section-en-000000000000","_id":"cdtr-testimonials-section-en-000000000000","type":"section","props":{"style":{"width":"100%","minHeight":"100px","fontFamily":"Arial, Helvetica, sans-serif","background":"#f0f4f8","maxWidth":"100%"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":0,"y":0,"width":1192,"height":370,"top":0,"right":1192,"bottom":370,"left":0},"width":1192,"height":370},"children":["cdtr-tq003-aa11-bb22-cc33-000000000003","cdtr-tq400-aa11-bb22-cc33-000000000400"],"width":1192,"height":370,"renderedHTML":null}]}'),JSON.parse('{"name":"Stats 4 Numbers","id":"stats-4-numbers","tags":["section","stats","numbers"],"body":{"type":"section","props":{"style":{"minHeight":"100px","background":"#1a1a2e","width":"100%"}}},"components":[{"id":"cdtr-sn001-aa11-bb22-cc33-000000000001","_id":"cdtr-sn001-aa11-bb22-cc33-000000000001","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"heading","attrs":{"letterSpacing":"2px","lineHeight":"1.3","direction":"ltr","textAlign":"center","level":2},"content":[{"type":"text","marks":[{"type":"textStyle","attrs":{"fontFamily":"","color":"#ffffff","backgroundColor":"","fontSize":"36px"}},{"type":"bold"}],"text":"By The Numbers"}]}]},"from":1,"to":15,"focusedElement":"cdtr-sn001-aa11-bb22-cc33-000000000001"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":211,"y":40,"width":570,"height":50,"top":40,"right":781,"bottom":90,"left":211},"width":570,"height":50},"children":[],"width":570,"height":50,"renderedHTML":null},{"id":"cdtr-sn002-aa11-bb22-cc33-000000000002","_id":"cdtr-sn002-aa11-bb22-cc33-000000000002","type":"col","props":{"lg":0,"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-sn001-aa11-bb22-cc33-000000000001"],"width":595,"height":50,"renderedHTML":null},{"id":"cdtr-sn003-aa11-bb22-cc33-000000000003","_id":"cdtr-sn003-aa11-bb22-cc33-000000000003","type":"block","props":{"style":{"padding":"40px 10px 20px 10px","marginTop":"0","marginBottom":"0","marginLeft":"auto","marginRight":"auto","backgroundColor":"transparent","maxWidth":"100%","justifyContent":"center","width":"615px"},"classList":[],"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":288.5,"y":40,"width":615,"height":70,"top":40,"right":903.5,"bottom":110,"left":288.5},"width":615,"height":70},"children":["cdtr-sn002-aa11-bb22-cc33-000000000002"],"width":615,"height":70,"renderedHTML":null},{"id":"cdtr-sn101-aa11-bb22-cc33-000000000101","_id":"cdtr-sn101-aa11-bb22-cc33-000000000101","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"heading","attrs":{"letterSpacing":"normal","lineHeight":"1.2","direction":"ltr","textAlign":"center","level":2},"content":[{"type":"text","marks":[{"type":"textStyle","attrs":{"fontFamily":"","color":"#e94560","backgroundColor":"","fontSize":"40px"}},{"type":"bold"}],"text":"50K+"}]}]},"from":1,"to":5,"focusedElement":"cdtr-sn101-aa11-bb22-cc33-000000000101"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":628,"y":140,"width":130,"height":52,"top":140,"right":758,"bottom":192,"left":628},"width":130,"height":52},"children":[],"width":130,"height":52,"renderedHTML":null},{"id":"cdtr-sn102-aa11-bb22-cc33-000000000102","_id":"cdtr-sn102-aa11-bb22-cc33-000000000102","type":"col","props":{"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-sn101-aa11-bb22-cc33-000000000101"],"width":145,"height":52,"renderedHTML":null},{"id":"cdtr-sn103-aa11-bb22-cc33-000000000103","_id":"cdtr-sn103-aa11-bb22-cc33-000000000103","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"paragraph","attrs":{"letterSpacing":"1px","lineHeight":"1.4","direction":"ltr","textAlign":"center"},"content":[{"type":"text","marks":[{"type":"textStyle","attrs":{"fontFamily":"","color":"#aaaaaa","backgroundColor":"","fontSize":"13px"}}],"text":"ACTIVE SUBSCRIBERS"}]}]},"from":1,"to":19,"focusedElement":"cdtr-sn103-aa11-bb22-cc33-000000000103"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":628,"y":198,"width":130,"height":20,"top":198,"right":758,"bottom":218,"left":628},"width":130,"height":20},"children":[],"width":130,"height":20,"renderedHTML":null},{"id":"cdtr-sn104-aa11-bb22-cc33-000000000104","_id":"cdtr-sn104-aa11-bb22-cc33-000000000104","type":"col","props":{"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-sn103-aa11-bb22-cc33-000000000103"],"width":145,"height":20,"renderedHTML":null},{"id":"cdtr-sn105-aa11-bb22-cc33-000000000105","_id":"cdtr-sn105-aa11-bb22-cc33-000000000105","type":"card","props":{"style":{"width":"140px","background":"#262639","maxWidth":"155px","fontFamily":"Arial, Helvetica, sans-serif","borderRadius":"12px","textAlign":"center","padding":"24px 10px"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"lg":{"style":{"minHeight":"100px"}},"rect":{"x":618,"y":120,"width":155,"height":110,"top":120,"right":773,"bottom":230,"left":618},"width":155,"height":110},"children":["cdtr-sn102-aa11-bb22-cc33-000000000102","cdtr-sn104-aa11-bb22-cc33-000000000104"],"width":155,"height":110,"renderedHTML":null},{"id":"cdtr-sn106-aa11-bb22-cc33-000000000106","_id":"cdtr-sn106-aa11-bb22-cc33-000000000106","type":"col","props":{"lg":3,"sm":6,"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":608,"y":120,"width":165,"height":110,"top":120,"right":773,"bottom":230,"left":608},"width":165,"height":110},"children":["cdtr-sn105-aa11-bb22-cc33-000000000105"],"width":165,"height":110,"renderedHTML":null},{"id":"cdtr-sn201-aa11-bb22-cc33-000000000201","_id":"cdtr-sn201-aa11-bb22-cc33-000000000201","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"heading","attrs":{"letterSpacing":"normal","lineHeight":"1.2","direction":"ltr","textAlign":"center","level":2},"content":[{"type":"text","marks":[{"type":"textStyle","attrs":{"fontFamily":"","color":"#e94560","backgroundColor":"","fontSize":"40px"}},{"type":"bold"}],"text":"98%"}]}]},"from":1,"to":4,"focusedElement":"cdtr-sn201-aa11-bb22-cc33-000000000201"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":783,"y":140,"width":130,"height":52,"top":140,"right":913,"bottom":192,"left":783},"width":130,"height":52},"children":[],"width":130,"height":52,"renderedHTML":null},{"id":"cdtr-sn202-aa11-bb22-cc33-000000000202","_id":"cdtr-sn202-aa11-bb22-cc33-000000000202","type":"col","props":{"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-sn201-aa11-bb22-cc33-000000000201"],"width":145,"height":52,"renderedHTML":null},{"id":"cdtr-sn203-aa11-bb22-cc33-000000000203","_id":"cdtr-sn203-aa11-bb22-cc33-000000000203","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"paragraph","attrs":{"letterSpacing":"1px","lineHeight":"1.4","direction":"ltr","textAlign":"center"},"content":[{"type":"text","marks":[{"type":"textStyle","attrs":{"fontFamily":"","color":"#aaaaaa","backgroundColor":"","fontSize":"13px"}}],"text":"SATISFACTION RATE"}]}]},"from":1,"to":17,"focusedElement":"cdtr-sn203-aa11-bb22-cc33-000000000203"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":783,"y":198,"width":130,"height":20,"top":198,"right":913,"bottom":218,"left":783},"width":130,"height":20},"children":[],"width":130,"height":20,"renderedHTML":null},{"id":"cdtr-sn204-aa11-bb22-cc33-000000000204","_id":"cdtr-sn204-aa11-bb22-cc33-000000000204","type":"col","props":{"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-sn203-aa11-bb22-cc33-000000000203"],"width":145,"height":20,"renderedHTML":null},{"id":"cdtr-sn205-aa11-bb22-cc33-000000000205","_id":"cdtr-sn205-aa11-bb22-cc33-000000000205","type":"card","props":{"style":{"width":"140px","background":"#262639","maxWidth":"155px","fontFamily":"Arial, Helvetica, sans-serif","borderRadius":"12px","textAlign":"center","padding":"24px 10px"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"lg":{"style":{"minHeight":"100px"}},"rect":{"x":773,"y":120,"width":155,"height":110,"top":120,"right":928,"bottom":230,"left":773},"width":155,"height":110},"children":["cdtr-sn202-aa11-bb22-cc33-000000000202","cdtr-sn204-aa11-bb22-cc33-000000000204"],"width":155,"height":110,"renderedHTML":null},{"id":"cdtr-sn206-aa11-bb22-cc33-000000000206","_id":"cdtr-sn206-aa11-bb22-cc33-000000000206","type":"col","props":{"lg":3,"sm":6,"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":763,"y":120,"width":165,"height":110,"top":120,"right":928,"bottom":230,"left":763},"width":165,"height":110},"children":["cdtr-sn205-aa11-bb22-cc33-000000000205"],"width":165,"height":110,"renderedHTML":null},{"id":"cdtr-sn301-aa11-bb22-cc33-000000000301","_id":"cdtr-sn301-aa11-bb22-cc33-000000000301","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"heading","attrs":{"letterSpacing":"normal","lineHeight":"1.2","direction":"ltr","textAlign":"center","level":2},"content":[{"type":"text","marks":[{"type":"textStyle","attrs":{"fontFamily":"","color":"#e94560","backgroundColor":"","fontSize":"40px"}},{"type":"bold"}],"text":"4.9★"}]}]},"from":1,"to":5,"focusedElement":"cdtr-sn301-aa11-bb22-cc33-000000000301"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":938,"y":140,"width":130,"height":52,"top":140,"right":1068,"bottom":192,"left":938},"width":130,"height":52},"children":[],"width":130,"height":52,"renderedHTML":null},{"id":"cdtr-sn302-aa11-bb22-cc33-000000000302","_id":"cdtr-sn302-aa11-bb22-cc33-000000000302","type":"col","props":{"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-sn301-aa11-bb22-cc33-000000000301"],"width":145,"height":52,"renderedHTML":null},{"id":"cdtr-sn303-aa11-bb22-cc33-000000000303","_id":"cdtr-sn303-aa11-bb22-cc33-000000000303","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"paragraph","attrs":{"letterSpacing":"1px","lineHeight":"1.4","direction":"ltr","textAlign":"center"},"content":[{"type":"text","marks":[{"type":"textStyle","attrs":{"fontFamily":"","color":"#aaaaaa","backgroundColor":"","fontSize":"13px"}}],"text":"AVERAGE RATING"}]}]},"from":1,"to":15,"focusedElement":"cdtr-sn303-aa11-bb22-cc33-000000000303"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":938,"y":198,"width":130,"height":20,"top":198,"right":1068,"bottom":218,"left":938},"width":130,"height":20},"children":[],"width":130,"height":20,"renderedHTML":null},{"id":"cdtr-sn304-aa11-bb22-cc33-000000000304","_id":"cdtr-sn304-aa11-bb22-cc33-000000000304","type":"col","props":{"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-sn303-aa11-bb22-cc33-000000000303"],"width":145,"height":20,"renderedHTML":null},{"id":"cdtr-sn305-aa11-bb22-cc33-000000000305","_id":"cdtr-sn305-aa11-bb22-cc33-000000000305","type":"card","props":{"style":{"width":"140px","background":"#262639","maxWidth":"155px","fontFamily":"Arial, Helvetica, sans-serif","borderRadius":"12px","textAlign":"center","padding":"24px 10px"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"lg":{"style":{"minHeight":"100px"}},"rect":{"x":928,"y":120,"width":155,"height":110,"top":120,"right":1083,"bottom":230,"left":928},"width":155,"height":110},"children":["cdtr-sn302-aa11-bb22-cc33-000000000302","cdtr-sn304-aa11-bb22-cc33-000000000304"],"width":155,"height":110,"renderedHTML":null},{"id":"cdtr-sn306-aa11-bb22-cc33-000000000306","_id":"cdtr-sn306-aa11-bb22-cc33-000000000306","type":"col","props":{"lg":3,"sm":6,"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":918,"y":120,"width":165,"height":110,"top":120,"right":1083,"bottom":230,"left":918},"width":165,"height":110},"children":["cdtr-sn305-aa11-bb22-cc33-000000000305"],"width":165,"height":110,"renderedHTML":null},{"id":"cdtr-sn401-aa11-bb22-cc33-000000000401","_id":"cdtr-sn401-aa11-bb22-cc33-000000000401","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"heading","attrs":{"letterSpacing":"normal","lineHeight":"1.2","direction":"ltr","textAlign":"center","level":2},"content":[{"type":"text","marks":[{"type":"textStyle","attrs":{"fontFamily":"","color":"#e94560","backgroundColor":"","fontSize":"40px"}},{"type":"bold"}],"text":"180+"}]}]},"from":1,"to":5,"focusedElement":"cdtr-sn401-aa11-bb22-cc33-000000000401"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":1093,"y":140,"width":130,"height":52,"top":140,"right":1223,"bottom":192,"left":1093},"width":130,"height":52},"children":[],"width":130,"height":52,"renderedHTML":null},{"id":"cdtr-sn402-aa11-bb22-cc33-000000000402","_id":"cdtr-sn402-aa11-bb22-cc33-000000000402","type":"col","props":{"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-sn401-aa11-bb22-cc33-000000000401"],"width":145,"height":52,"renderedHTML":null},{"id":"cdtr-sn403-aa11-bb22-cc33-000000000403","_id":"cdtr-sn403-aa11-bb22-cc33-000000000403","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"paragraph","attrs":{"letterSpacing":"1px","lineHeight":"1.4","direction":"ltr","textAlign":"center"},"content":[{"type":"text","marks":[{"type":"textStyle","attrs":{"fontFamily":"","color":"#aaaaaa","backgroundColor":"","fontSize":"13px"}}],"text":"ISSUES PUBLISHED"}]}]},"from":1,"to":17,"focusedElement":"cdtr-sn403-aa11-bb22-cc33-000000000403"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":1093,"y":198,"width":130,"height":20,"top":198,"right":1223,"bottom":218,"left":1093},"width":130,"height":20},"children":[],"width":130,"height":20,"renderedHTML":null},{"id":"cdtr-sn404-aa11-bb22-cc33-000000000404","_id":"cdtr-sn404-aa11-bb22-cc33-000000000404","type":"col","props":{"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-sn403-aa11-bb22-cc33-000000000403"],"width":145,"height":20,"renderedHTML":null},{"id":"cdtr-sn405-aa11-bb22-cc33-000000000405","_id":"cdtr-sn405-aa11-bb22-cc33-000000000405","type":"card","props":{"style":{"width":"140px","background":"#262639","maxWidth":"155px","fontFamily":"Arial, Helvetica, sans-serif","borderRadius":"12px","textAlign":"center","padding":"24px 10px"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"lg":{"style":{"minHeight":"100px"}},"rect":{"x":1083,"y":120,"width":155,"height":110,"top":120,"right":1238,"bottom":230,"left":1083},"width":155,"height":110},"children":["cdtr-sn402-aa11-bb22-cc33-000000000402","cdtr-sn404-aa11-bb22-cc33-000000000404"],"width":155,"height":110,"renderedHTML":null},{"id":"cdtr-sn406-aa11-bb22-cc33-000000000406","_id":"cdtr-sn406-aa11-bb22-cc33-000000000406","type":"col","props":{"lg":3,"sm":6,"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":1073,"y":120,"width":165,"height":110,"top":120,"right":1238,"bottom":230,"left":1073},"width":165,"height":110},"children":["cdtr-sn405-aa11-bb22-cc33-000000000405"],"width":165,"height":110,"renderedHTML":null},{"id":"cdtr-sn500-aa11-bb22-cc33-000000000500","_id":"cdtr-sn500-aa11-bb22-cc33-000000000500","type":"block","props":{"style":{"padding":"10px 10px 40px 10px","marginTop":"0","marginBottom":"0","marginLeft":"auto","marginRight":"auto","backgroundColor":"transparent","maxWidth":"1320px","justifyContent":"center","width":"615px","margin":"0 auto"},"classList":[],"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":608,"y":110,"width":630,"height":130,"top":110,"right":1238,"bottom":240,"left":608},"width":630,"height":130},"children":["cdtr-sn106-aa11-bb22-cc33-000000000106","cdtr-sn206-aa11-bb22-cc33-000000000206","cdtr-sn306-aa11-bb22-cc33-000000000306","cdtr-sn406-aa11-bb22-cc33-000000000406"],"width":630,"height":130,"renderedHTML":null},{"id":"cdtr-stats4-section-en-000000000000","_id":"cdtr-stats4-section-en-000000000000","type":"section","props":{"style":{"width":"100%","minHeight":"100px","fontFamily":"Arial, Helvetica, sans-serif","background":"#1a1a2e","maxWidth":"100%"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":0,"y":0,"width":1192,"height":300,"top":0,"right":1192,"bottom":300,"left":0},"width":1192,"height":300},"children":["cdtr-sn003-aa11-bb22-cc33-000000000003","cdtr-sn500-aa11-bb22-cc33-000000000500"],"width":1192,"height":300,"renderedHTML":null}]}'),JSON.parse('{"name":"Newsletter Footer","id":"newsletter-footer","tags":["section","footer","links"],"body":{"type":"section","props":{"style":{"minHeight":"100px","background":"#111827","width":"100%"}}},"components":[{"id":"cdtr-nf001-aa11-bb22-cc33-000000000001","_id":"cdtr-nf001-aa11-bb22-cc33-000000000001","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"heading","attrs":{"letterSpacing":"3px","lineHeight":"1.2","direction":"ltr","textAlign":"center","level":3},"content":[{"type":"text","marks":[{"type":"textStyle","attrs":{"fontFamily":"","color":"#ffffff","backgroundColor":"","fontSize":"22px"}},{"type":"bold"}],"text":"THE WEEKLY BRIEF"}]}]},"from":1,"to":17,"focusedElement":"cdtr-nf001-aa11-bb22-cc33-000000000001"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":211,"y":40,"width":570,"height":32,"top":40,"right":781,"bottom":72,"left":211},"width":570,"height":32},"children":[],"width":570,"height":32,"renderedHTML":null},{"id":"cdtr-nf002-aa11-bb22-cc33-000000000002","_id":"cdtr-nf002-aa11-bb22-cc33-000000000002","type":"col","props":{"lg":0,"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-nf001-aa11-bb22-cc33-000000000001"],"width":595,"height":32,"renderedHTML":null},{"id":"cdtr-nf003-aa11-bb22-cc33-000000000003","_id":"cdtr-nf003-aa11-bb22-cc33-000000000003","type":"block","props":{"style":{"padding":"40px 10px 10px 10px","marginTop":"0","marginBottom":"0","marginLeft":"auto","marginRight":"auto","backgroundColor":"transparent","maxWidth":"100%","justifyContent":"center","width":"615px"},"classList":[],"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":288.5,"y":40,"width":615,"height":52,"top":40,"right":903.5,"bottom":92,"left":288.5},"width":615,"height":52},"children":["cdtr-nf002-aa11-bb22-cc33-000000000002"],"width":615,"height":52,"renderedHTML":null},{"id":"cdtr-nf101-aa11-bb22-cc33-000000000101","_id":"cdtr-nf101-aa11-bb22-cc33-000000000101","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"paragraph","attrs":{"letterSpacing":"normal","lineHeight":"1.6","direction":"ltr","textAlign":"center"},"content":[{"type":"text","marks":[{"type":"textStyle","attrs":{"fontFamily":"","color":"#9ca3af","backgroundColor":"","fontSize":"15px"}}],"text":"Insights worth reading, delivered every week."}]}]},"from":1,"to":46,"focusedElement":"cdtr-nf101-aa11-bb22-cc33-000000000101"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":211,"y":104,"width":570,"height":26,"top":104,"right":781,"bottom":130,"left":211},"width":570,"height":26},"children":[],"width":570,"height":26,"renderedHTML":null},{"id":"cdtr-nf102-aa11-bb22-cc33-000000000102","_id":"cdtr-nf102-aa11-bb22-cc33-000000000102","type":"col","props":{"lg":0,"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-nf101-aa11-bb22-cc33-000000000101"],"width":595,"height":26,"renderedHTML":null},{"id":"cdtr-nf103-aa11-bb22-cc33-000000000103","_id":"cdtr-nf103-aa11-bb22-cc33-000000000103","type":"block","props":{"style":{"padding":"8px 10px 16px 10px","marginTop":"0","marginBottom":"0","marginLeft":"auto","marginRight":"auto","backgroundColor":"transparent","maxWidth":"100%","justifyContent":"center","width":"615px"},"classList":[],"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":288.5,"y":92,"width":615,"height":42,"top":92,"right":903.5,"bottom":134,"left":288.5},"width":615,"height":42},"children":["cdtr-nf102-aa11-bb22-cc33-000000000102"],"width":615,"height":42,"renderedHTML":null},{"id":"cdtr-nf201-aa11-bb22-cc33-000000000201","_id":"cdtr-nf201-aa11-bb22-cc33-000000000201","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"paragraph","attrs":{"letterSpacing":"1px","lineHeight":"1.8","direction":"ltr","textAlign":"center"},"content":[{"type":"text","marks":[{"type":"textStyle","attrs":{"fontFamily":"","color":"#d1d5db","backgroundColor":"","fontSize":"14px"}}],"text":"About  |  Archive  |  Contact"}]}]},"from":1,"to":29,"focusedElement":"cdtr-nf201-aa11-bb22-cc33-000000000201"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":211,"y":148,"width":570,"height":28,"top":148,"right":781,"bottom":176,"left":211},"width":570,"height":28},"children":[],"width":570,"height":28,"renderedHTML":null},{"id":"cdtr-nf202-aa11-bb22-cc33-000000000202","_id":"cdtr-nf202-aa11-bb22-cc33-000000000202","type":"col","props":{"lg":0,"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-nf201-aa11-bb22-cc33-000000000201"],"width":595,"height":28,"renderedHTML":null},{"id":"cdtr-nf203-aa11-bb22-cc33-000000000203","_id":"cdtr-nf203-aa11-bb22-cc33-000000000203","type":"block","props":{"style":{"padding":"8px 10px","marginTop":"0","marginBottom":"0","marginLeft":"auto","marginRight":"auto","backgroundColor":"transparent","maxWidth":"100%","justifyContent":"center","width":"615px"},"classList":[],"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":288.5,"y":134,"width":615,"height":44,"top":134,"right":903.5,"bottom":178,"left":288.5},"width":615,"height":44},"children":["cdtr-nf202-aa11-bb22-cc33-000000000202"],"width":615,"height":44,"renderedHTML":null},{"id":"cdtr-nf301-aa11-bb22-cc33-000000000301","_id":"cdtr-nf301-aa11-bb22-cc33-000000000301","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"paragraph","attrs":{"letterSpacing":"1px","lineHeight":"1.8","direction":"ltr","textAlign":"center"},"content":[{"type":"text","marks":[{"type":"textStyle","attrs":{"fontFamily":"","color":"#6b7280","backgroundColor":"","fontSize":"13px"}}],"text":"Twitter  |  LinkedIn  |  YouTube"}]}]},"from":1,"to":31,"focusedElement":"cdtr-nf301-aa11-bb22-cc33-000000000301"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":211,"y":190,"width":570,"height":24,"top":190,"right":781,"bottom":214,"left":211},"width":570,"height":24},"children":[],"width":570,"height":24,"renderedHTML":null},{"id":"cdtr-nf302-aa11-bb22-cc33-000000000302","_id":"cdtr-nf302-aa11-bb22-cc33-000000000302","type":"col","props":{"lg":0,"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-nf301-aa11-bb22-cc33-000000000301"],"width":595,"height":24,"renderedHTML":null},{"id":"cdtr-nf303-aa11-bb22-cc33-000000000303","_id":"cdtr-nf303-aa11-bb22-cc33-000000000303","type":"block","props":{"style":{"padding":"4px 10px 16px 10px","marginTop":"0","marginBottom":"0","marginLeft":"auto","marginRight":"auto","backgroundColor":"transparent","maxWidth":"100%","justifyContent":"center","width":"615px"},"classList":[],"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":288.5,"y":178,"width":615,"height":40,"top":178,"right":903.5,"bottom":218,"left":288.5},"width":615,"height":40},"children":["cdtr-nf302-aa11-bb22-cc33-000000000302"],"width":615,"height":40,"renderedHTML":null},{"id":"cdtr-nf401-aa11-bb22-cc33-000000000401","_id":"cdtr-nf401-aa11-bb22-cc33-000000000401","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"paragraph","attrs":{"letterSpacing":"normal","lineHeight":"1.6","direction":"ltr","textAlign":"center"},"content":[{"type":"text","marks":[{"type":"textStyle","attrs":{"fontFamily":"","color":"#4b5563","backgroundColor":"","fontSize":"12px"}}],"text":"© 2026 The Weekly Brief. All rights reserved."}]},{"type":"paragraph","attrs":{"letterSpacing":"normal","lineHeight":"1.6","direction":"ltr","textAlign":"center"},"content":[{"type":"text","marks":[{"type":"textStyle","attrs":{"fontFamily":"","color":"#4b5563","backgroundColor":"","fontSize":"12px"}}],"text":"You received this email because you subscribed. "},{"type":"text","marks":[{"type":"textStyle","attrs":{"fontFamily":"","color":"#6b7280","backgroundColor":"","fontSize":"12px"}},{"type":"underline"}],"text":"Unsubscribe"}]}]},"from":1,"to":112,"focusedElement":"cdtr-nf401-aa11-bb22-cc33-000000000401"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":211,"y":232,"width":570,"height":48,"top":232,"right":781,"bottom":280,"left":211},"width":570,"height":48},"children":[],"width":570,"height":48,"renderedHTML":null},{"id":"cdtr-nf402-aa11-bb22-cc33-000000000402","_id":"cdtr-nf402-aa11-bb22-cc33-000000000402","type":"col","props":{"lg":0,"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-nf401-aa11-bb22-cc33-000000000401"],"width":595,"height":48,"renderedHTML":null},{"id":"cdtr-nf403-aa11-bb22-cc33-000000000403","_id":"cdtr-nf403-aa11-bb22-cc33-000000000403","type":"block","props":{"style":{"padding":"8px 10px 36px 10px","marginTop":"0","marginBottom":"0","marginLeft":"auto","marginRight":"auto","backgroundColor":"transparent","maxWidth":"100%","justifyContent":"center","width":"615px"},"classList":[],"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":288.5,"y":218,"width":615,"height":68,"top":218,"right":903.5,"bottom":286,"left":288.5},"width":615,"height":68},"children":["cdtr-nf402-aa11-bb22-cc33-000000000402"],"width":615,"height":68,"renderedHTML":null},{"id":"cdtr-footer-section-en-000000000000","_id":"cdtr-footer-section-en-000000000000","type":"section","props":{"style":{"width":"100%","minHeight":"100px","fontFamily":"Arial, Helvetica, sans-serif","background":"#111827","maxWidth":"100%"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":0,"y":0,"width":1192,"height":286,"top":0,"right":1192,"bottom":286,"left":0},"width":1192,"height":286},"children":["cdtr-nf003-aa11-bb22-cc33-000000000003","cdtr-nf103-aa11-bb22-cc33-000000000103","cdtr-nf203-aa11-bb22-cc33-000000000203","cdtr-nf303-aa11-bb22-cc33-000000000303","cdtr-nf403-aa11-bb22-cc33-000000000403"],"width":1192,"height":286,"renderedHTML":null}]}'),JSON.parse('{"name":"Feature 2 Columns","id":"features-2-cols","tags":["section","feature","columns"],"body":{"type":"section","props":{"style":{"minHeight":"100px","background":"#ffffff","width":"100%"}}},"components":[{"id":"cdtr-f2c101-aa11-bb22-cc33-000000000101","_id":"cdtr-f2c101-aa11-bb22-cc33-000000000101","type":"image","props":{"alt":"Feature image","width":280,"height":200,"style":{"height":"auto","width":"280px","maxWidth":"100%","minWidth":"30px","fontFamily":"Arial, Helvetica, sans-serif","borderRadius":"8px","display":"block","margin":"0 auto"},"src":"https://images.pexels.com/photos/3183150/pexels-photo-3183150.jpeg?auto=compress&cs=tinysrgb&w=500&h=350&dpr=1","isOpenWithModal":false,"isFullWidthOnMobile":true,"isRatioLock":true,"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":626,"y":60,"width":280,"height":200,"top":60,"right":906,"bottom":260,"left":626}},"children":[],"width":280,"height":200,"renderedHTML":null},{"id":"cdtr-f2c102-aa11-bb22-cc33-000000000102","_id":"cdtr-f2c102-aa11-bb22-cc33-000000000102","type":"col","props":{"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-f2c101-aa11-bb22-cc33-000000000101"],"width":295,"height":200,"renderedHTML":null},{"id":"cdtr-f2c103-aa11-bb22-cc33-000000000103","_id":"cdtr-f2c103-aa11-bb22-cc33-000000000103","type":"card","props":{"style":{"width":"295px","background":"transparent","maxWidth":"305px","fontFamily":"Arial, Helvetica, sans-serif","textAlign":"left","padding":"10px 0"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"lg":{"style":{"minHeight":"200px"}},"rect":{"x":616,"y":50,"width":305,"height":220,"top":50,"right":921,"bottom":270,"left":616},"width":305,"height":220},"children":["cdtr-f2c102-aa11-bb22-cc33-000000000102"],"width":305,"height":220,"renderedHTML":null},{"id":"cdtr-f2c104-aa11-bb22-cc33-000000000104","_id":"cdtr-f2c104-aa11-bb22-cc33-000000000104","type":"col","props":{"lg":6,"sm":12,"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":606,"y":50,"width":315,"height":220,"top":50,"right":921,"bottom":270,"left":606},"width":315,"height":220},"children":["cdtr-f2c103-aa11-bb22-cc33-000000000103"],"width":315,"height":220,"renderedHTML":null},{"id":"cdtr-f2c201-aa11-bb22-cc33-000000000201","_id":"cdtr-f2c201-aa11-bb22-cc33-000000000201","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"paragraph","attrs":{"letterSpacing":"3px","lineHeight":"1.4","direction":"ltr","textAlign":"left"},"content":[{"type":"text","marks":[{"type":"textStyle","attrs":{"fontFamily":"","color":"#e94560","backgroundColor":"","fontSize":"12px"}},{"type":"bold"}],"text":"FEATURED STORY"}]}]},"from":1,"to":15,"focusedElement":"cdtr-f2c201-aa11-bb22-cc33-000000000201"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":930,"y":60,"width":260,"height":20,"top":60,"right":1190,"bottom":80,"left":930},"width":260,"height":20},"children":[],"width":260,"height":20,"renderedHTML":null},{"id":"cdtr-f2c202-aa11-bb22-cc33-000000000202","_id":"cdtr-f2c202-aa11-bb22-cc33-000000000202","type":"col","props":{"justify":"flex-start","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-f2c201-aa11-bb22-cc33-000000000201"],"width":275,"height":20,"renderedHTML":null},{"id":"cdtr-f2c203-aa11-bb22-cc33-000000000203","_id":"cdtr-f2c203-aa11-bb22-cc33-000000000203","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"heading","attrs":{"letterSpacing":"normal","lineHeight":"1.3","direction":"ltr","textAlign":"left","level":2},"content":[{"type":"text","marks":[{"type":"textStyle","attrs":{"fontFamily":"","color":"#1a1a2e","backgroundColor":"","fontSize":"26px"}},{"type":"bold"}],"text":"The Future of Remote Work"}]}]},"from":1,"to":26,"focusedElement":"cdtr-f2c203-aa11-bb22-cc33-000000000203"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":930,"y":88,"width":260,"height":68,"top":88,"right":1190,"bottom":156,"left":930},"width":260,"height":68},"children":[],"width":260,"height":68,"renderedHTML":null},{"id":"cdtr-f2c204-aa11-bb22-cc33-000000000204","_id":"cdtr-f2c204-aa11-bb22-cc33-000000000204","type":"col","props":{"justify":"flex-start","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-f2c203-aa11-bb22-cc33-000000000203"],"width":275,"height":68,"renderedHTML":null},{"id":"cdtr-f2c205-aa11-bb22-cc33-000000000205","_id":"cdtr-f2c205-aa11-bb22-cc33-000000000205","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"paragraph","attrs":{"letterSpacing":"normal","lineHeight":"1.6","direction":"ltr","textAlign":"left"},"content":[{"type":"text","marks":[{"type":"textStyle","attrs":{"fontFamily":"","color":"#555555","backgroundColor":"","fontSize":"15px"}}],"text":"Discover how leading companies are reimagining collaboration, culture, and productivity for distributed teams around the world."}]}]},"from":1,"to":128,"focusedElement":"cdtr-f2c205-aa11-bb22-cc33-000000000205"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":930,"y":164,"width":260,"height":75,"top":164,"right":1190,"bottom":239,"left":930},"width":260,"height":75},"children":[],"width":260,"height":75,"renderedHTML":null},{"id":"cdtr-f2c206-aa11-bb22-cc33-000000000206","_id":"cdtr-f2c206-aa11-bb22-cc33-000000000206","type":"col","props":{"justify":"flex-start","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-f2c205-aa11-bb22-cc33-000000000205"],"width":275,"height":75,"renderedHTML":null},{"id":"cdtr-f2c207-aa11-bb22-cc33-000000000207","_id":"cdtr-f2c207-aa11-bb22-cc33-000000000207","type":"button","props":{"text":"Read the Story","style":{"height":"auto","width":"160px","maxWidth":"100%","minWidth":"10px","background":"#1a1a2e","color":"#fff","fontFamily":"Arial, Helvetica, sans-serif","padding":"12px 20px","borderRadius":"6px","display":"","direction":"ltr","fontSize":"14px"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":930,"y":248,"width":160,"height":42,"top":248,"right":1090,"bottom":290,"left":930},"width":160,"height":42},"children":[],"width":160,"height":42,"renderedHTML":null},{"id":"cdtr-f2c208-aa11-bb22-cc33-000000000208","_id":"cdtr-f2c208-aa11-bb22-cc33-000000000208","type":"col","props":{"justify":"flex-start","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-f2c207-aa11-bb22-cc33-000000000207"],"width":275,"height":42,"renderedHTML":null},{"id":"cdtr-f2c209-aa11-bb22-cc33-000000000209","_id":"cdtr-f2c209-aa11-bb22-cc33-000000000209","type":"card","props":{"style":{"width":"285px","background":"transparent","maxWidth":"300px","fontFamily":"Arial, Helvetica, sans-serif","textAlign":"left","padding":"10px 16px"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"lg":{"style":{"minHeight":"220px"}},"rect":{"x":921,"y":50,"width":300,"height":250,"top":50,"right":1221,"bottom":300,"left":921},"width":300,"height":250},"children":["cdtr-f2c202-aa11-bb22-cc33-000000000202","cdtr-f2c204-aa11-bb22-cc33-000000000204","cdtr-f2c206-aa11-bb22-cc33-000000000206","cdtr-f2c208-aa11-bb22-cc33-000000000208"],"width":300,"height":250,"renderedHTML":null},{"id":"cdtr-f2c210-aa11-bb22-cc33-000000000210","_id":"cdtr-f2c210-aa11-bb22-cc33-000000000210","type":"col","props":{"lg":6,"sm":12,"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":911,"y":50,"width":310,"height":250,"top":50,"right":1221,"bottom":300,"left":911},"width":310,"height":250},"children":["cdtr-f2c209-aa11-bb22-cc33-000000000209"],"width":310,"height":250,"renderedHTML":null},{"id":"cdtr-f2c300-aa11-bb22-cc33-000000000300","_id":"cdtr-f2c300-aa11-bb22-cc33-000000000300","type":"block","props":{"style":{"padding":"40px 10px 40px 10px","marginTop":"0","marginBottom":"0","marginLeft":"auto","marginRight":"auto","backgroundColor":"transparent","maxWidth":"1320px","justifyContent":"center","width":"615px","margin":"0 auto"},"classList":[],"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":606,"y":50,"width":625,"height":260,"top":50,"right":1231,"bottom":310,"left":606},"width":625,"height":260},"children":["cdtr-f2c104-aa11-bb22-cc33-000000000104","cdtr-f2c210-aa11-bb22-cc33-000000000210"],"width":625,"height":260,"renderedHTML":null},{"id":"cdtr-features2-section-en-000000000000","_id":"cdtr-features2-section-en-000000000000","type":"section","props":{"style":{"width":"100%","minHeight":"100px","fontFamily":"Arial, Helvetica, sans-serif","background":"#ffffff","maxWidth":"100%"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":0,"y":0,"width":1192,"height":340,"top":0,"right":1192,"bottom":340,"left":0},"width":1192,"height":340},"children":["cdtr-f2c300-aa11-bb22-cc33-000000000300"],"width":1192,"height":340,"renderedHTML":null}]}')],he:[th,eh,nh,rh,oh,ih,ah,sh,lh]};class dh{constructor(t){return this.props=t,this.init(t)}init(t){const e=function(){let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};const e=t.plugins||[];let n=t.languageJson;const r=t.language||"he",o=ch[r]??ch.en;n||(n="he"===r?qp:Wp);const i=Fd(r)?"rtl":"ltr",a=Fd(r)?"right":"left";t.navbar||(t.navbar={}),Array.isArray(t.components)&&0===t.components.length&&(t.components=null),t.width||(t.width="650px",console.warn("using default width of 650px or 1000px.")),t.theme||(t.theme={}),t.textConfigure||(t.textConfigure={}),"object"!=typeof t?.configure&&(t.configure={}),"object"!=typeof t?.configure?.text&&(t.configure.text={}),t.configure.text={onClickMagic:t=>{const{injectEditor:e,insertContent:n,insertContentHtml:r,getJSON:o,getHTML:i,getText:a,selectAll:s}=t;s();const l=document.createElement("cdtr-text-prompt-editor");l.context=a(),l.addEventListener("text-generation-start",t=>{s()}),l.addEventListener("text-generation-chunk",t=>{n(t.detail.chunk)}),l.addEventListener("text-generation-complete",t=>{s(),r(t.detail.text)}),l.addEventListener("text-generation-error",t=>{console.error("Text generation error:",t.detail.error)}),e(l)}};const s={documentName:t.documentName,editable:t.editable,mode:t.mode,user:t.user,collaborator:t.collaborator,components:t.components||[{_id:"0-root",type:"root",props:{style:{background:"#fff"}},children:["0-section"]},{_id:"0-section",type:"section",props:{style:{width:t.width,margin:"auto",height:"100%"}},children:[]}],channel:"newsletter",userMenu:{onLogout:()=>{"function"==typeof t?.userMenu?.onLogout&&t?.userMenu?.onLogout()}},onNextStep:e=>{"function"==typeof t.onNextStep&&t.onNextStep(e)},onSendTestEmail:t?.onSendTestEmail?e=>{"function"==typeof t.onSendTestEmail&&t.onSendTestEmail(e)}:null,attachFiles:t?.attachFiles?{files:t?.attachFiles?.files||[],lazyLoad:t?.attachFiles?.lazyLoad||null,maxFiles:t?.attachFiles?.maxFiles||1,maxFileSizeMB:t?.attachFiles?.maxFileSizeMB||"0.5",save:e=>{"function"==typeof t.attachFiles.save&&t.attachFiles.save(e)},remove:e=>{"function"==typeof t.attachFiles.remove&&t.attachFiles.remove(e)}}:null,makeEvent:t?.makeEvent?{initialStartDate:t?.makeEvent?.initialStartDate||"",initialStartTime:t?.makeEvent?.initialStartTime||"",initialEndDate:t?.makeEvent?.initialEndDate||"",initialEndTime:t?.makeEvent?.initialEndTime||"",initialLocation:t?.makeEvent?.initialLocation||"",initialLink:t?.makeEvent?.initialLink||"",save:e=>{"function"==typeof t.makeEvent.save&&t.makeEvent.save(e)},cancel:()=>{"function"==typeof t.makeEvent.cancel&&t.makeEvent.cancel()}}:null,subjectAndName:t?.subjectAndName?{name:t?.subjectAndName?.name||"",subject:t?.subjectAndName?.subject||"",subtitle:t?.subjectAndName?.subtitle||"",save:e=>{"function"==typeof t.subjectAndName.save&&t.subjectAndName.save(e)}}:null,savedDebounce:t.savedDebounce||1e3,target:t.target||function(){const t=document.createElement("div");return t.id="root",document.body.appendChild(t),t}(),theme:{},language:r,languageJson:n,editor:{props:{onSave:e=>{console.log("%csync completed","color:green;font-size:20px;",e),"function"==typeof t.onSave&&t.onSave(e)},onChange:()=>{}},configure:{text:t?.configure?.text,editorProps:{fonts:t.fonts||[{id:"Arial",cssRule:"Arial, Helvetica, sans-serif",name:"Arial",language:["en","he"],url:null},{id:"Times New Roman",cssRule:"Times New Roman, Times, Beskerville, Georgia, serif",name:"Times New Roman",language:["en","he"],url:null},{id:"Courier New",cssRule:"Courier New, Courier, monospace",name:"Courier New"},{id:"Tahoma",cssRule:"Tahoma, Geneva, sans-serif",name:"Tahoma"},{id:"Verdana",cssRule:"Verdana, Geneva, sans-serif",name:"Verdana"},{id:"Roboto",cssRule:"Roboto, sans-serif",name:"Roboto (google)",url:"https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap"}],menu:{},mergeTags:t.mergeTags||{},mailingLists:t.mailingLists||{},automations:t.automations||{},linkPicker:t.linkPicker||{savedVariables:t.savedVariables||[]}},onSaveBlock:t.onSaveBlock,onDeleteBlock:t.onDeleteBlock,blocksCategories:t.blocksCategories,customBlocks:t.customBlocks,mediaGalleryManager:t.mediaGalleryManager||function(){},blocks:[od($p()),od(jp()),od(Fp()),od({name:"twoButtons",id:"2 button",icon:[{type:"button"},{type:"button"}],tags:["button"],children:[Up({text:n.readMore}),Up({text:n.readMore})]}),od({name:"threeButtons",id:"3 button",icon:[{type:"button"},{type:"button"},{type:"button"}],tags:["button"],children:[Up({text:n.readMore}),Up({text:n.readMore}),Up({text:n.readMore})]}),od(zp({direction:i,textAlign:a,homePageText:qp.home_page})),od((l={text:n.generalText},{name:"quote",icon:[{type:"quote"}],tags:["quote"],children:[Pp(l)]})),od({name:"image | quote",icon:[{type:"image"},{type:"quote"}],tags:[],children:[Pp({text:n.generalText,direction:i,textAlign:a}),Hp({width:200,height:150})]}),od({name:"quote | image",icon:[{type:"quote"},{type:"image"}],tags:[],children:[Hp({width:200,height:150}),Pp({text:n.generalText,direction:i,textAlign:a})]}),od({name:"twoCards",icon:[{type:"article"},{type:"article"}],tags:["article","card"],children:[Dp({heading:n.header1block,text:n.shortText,direction:i,textAlign:a}),Dp({heading:n.header1block,text:n.shortText,direction:i,textAlign:a})]}),od({name:"threeCards",icon:[{type:"article"},{type:"article"},{type:"article"}],tags:["article","card"],children:[Dp({heading:n.header1block,text:n.shortText,direction:i,textAlign:a}),Dp({heading:n.header1block,text:n.shortText,direction:i,textAlign:a}),Dp({heading:n.header1block,text:n.shortText,direction:i,textAlign:a})]}),od({name:"card | image",icon:[{type:"image"},{type:"article"}],tags:["article","card","image","readmore"],children:[Vp({heading:n.header1block,text:n.shortText,direction:i,textAlign:a}),Hp({width:300,height:150})]}),od({name:"image | card",icon:[{type:"article"},{type:"image"}],tags:["article","card","image","readmore"],children:[Hp({width:300,height:150}),Vp({heading:n.header1block,text:n.shortText,direction:i,textAlign:a})]})],sections:o,plugins:[wp,_p,Cp.configure(t.textConfigure),kp.configure(t.textConfigure),vp.configure(t.textConfigure),Ap.configure(t.textConfigure),Op,Mp,Ep,Lp,Ip,Rp,Xp,Kp,Jp,Gp,Qp,...e]},navbar:{components:t.navbar.components}}};var l;const c=new yp(s);if("undefined"!=typeof window){const t=()=>{const t=L.Ay.components||[],e=t[t.length-1];return e?{id:e.id,type:e.type}:null};window.cdtrBridge={updateComponent:(t,e,n)=>L.Ay.store().updateComponent(t,e,n,{sync:!0}),createComponent:t=>L.Ay.store().createComponent(t,{sync:!0}),removeComponent:t=>L.Ay.store().removeComponent(t,{sync:!0}),moveComponent:t=>L.Ay.store().moveComponent(t,{sync:!0}),onSelect:t=>{"function"==typeof t&&L.Ay.on("select",e=>{const n=e&&e.component;t(n?{id:n.id,type:n.type}:null)})},getSelected:()=>t()}}return c}(t);return e}}"undefined"!=typeof window&&(window.cdtrStarter=dh)})(),{}})());
6433
+ `,Fd.properties={width:{type:String},opened:{type:Boolean},placement:{type:String},isMobileView:{type:Boolean,state:!0}},customElements.get(jd)||customElements.define(jd,Fd),a.e(175).then(a.bind(a,60175)),a.e(567).then(a.bind(a,70567)),a.e(5713).then(a.bind(a,85713)),a.e(4569).then(a.bind(a,64569)),a.e(2547).then(a.bind(a,92547)),a.e(2956).then(a.bind(a,2956)),a.e(1529).then(a.bind(a,81529)),Promise.all([a.e(1936),a.e(1565)]).then(a.bind(a,61565)),a.e(271).then(a.bind(a,40271)),a.e(3095).then(a.bind(a,73095)),a.e(2377).then(a.bind(a,22377)),a.e(638).then(a.bind(a,638)),Promise.all([a.e(59),a.e(5813),a.e(4186)]).then(a.bind(a,14186)),a.e(8916).then(a.bind(a,48916)),a.e(752).then(a.bind(a,40752)),Promise.resolve().then(a.bind(a,15305)),a.e(2590).then(a.bind(a,2590)),a.e(380).then(a.bind(a,70380)),a.e(5501).then(a.bind(a,35501)),a.e(5133).then(a.bind(a,15133)),a.e(8646).then(a.bind(a,48646)),a.e(5849).then(a.bind(a,75849)),a.e(8042).then(a.bind(a,38042)),a.e(9990).then(a.bind(a,99990)),a.e(8983).then(a.bind(a,68983)),Promise.all([a.e(8876),a.e(168)]).then(a.bind(a,80168)),a.e(3932).then(a.bind(a,33932)),a.e(9453).then(a.bind(a,89453)),a.e(6036).then(a.bind(a,26036)),a.e(8443).then(a.bind(a,48443)),a.e(8570).then(a.bind(a,28570)),a.e(8570).then(a.bind(a,28570)),a.e(453).then(a.bind(a,50453)),a.e(3606).then(a.bind(a,13606)),a.e(3105).then(a.t.bind(a,63105,23)),a.e(7238).then(a.bind(a,97238)),a.e(4770).then(a.bind(a,94770)),a.e(5926).then(a.bind(a,83545)),a.e(8516).then(a.bind(a,8516)),a.e(170).then(a.bind(a,60170)),a.e(6442).then(a.bind(a,66442)),a.e(2234).then(a.bind(a,62234)),a.e(3521).then(a.bind(a,83521)),a.e(2834).then(a.bind(a,70453)),a.e(4288).then(a.bind(a,64288)),a.e(9041).then(a.bind(a,19041)),a.e(8654).then(a.bind(a,98654)),a.e(235).then(a.bind(a,20235)),a.e(407).then(a.bind(a,40407)),Promise.resolve().then(a.bind(a,66525)),a.e(8921).then(a.bind(a,38921)),a.e(112).then(a.bind(a,50112)),a.e(7155).then(a.bind(a,7155)),a.e(5411).then(a.bind(a,15411)),a.e(3971).then(a.bind(a,13971)),a.e(5839).then(a.bind(a,15839)),a.e(2350).then(a.bind(a,72350)),a.e(8064).then(a.bind(a,78064)),a.e(2963).then(a.bind(a,32963)),a.e(976).then(a.bind(a,976)),a.e(9570).then(a.bind(a,59570)),a.e(653).then(a.bind(a,50653)),a.e(467).then(a.bind(a,467)),a.e(2833).then(a.bind(a,52833)),a.e(9386).then(a.bind(a,89386)),a.e(5850).then(a.bind(a,75850)),a.e(975).then(a.bind(a,30975)),a.e(6496).then(a.bind(a,86496)),a.e(4100).then(a.bind(a,54100)),a.e(2397).then(a.bind(a,22397)),a.e(5530).then(a.bind(a,55530)),a.e(738).then(a.bind(a,60738)),a.e(4615).then(a.bind(a,14615)),a.e(7380).then(a.bind(a,27380)),a.e(2112).then(a.bind(a,2112)),a.e(7838).then(a.bind(a,67838)),a.e(8251).then(a.bind(a,38251)),a.e(4413).then(a.bind(a,14413)),a.e(3827).then(a.bind(a,93827)),a.e(9986).then(a.bind(a,39986)),a.e(3875).then(a.bind(a,33875)),a.e(4074).then(a.bind(a,94074)),a.e(3233).then(a.bind(a,73233)),a.e(4988).then(a.bind(a,94988)),a.e(4114).then(a.bind(a,84114)),a.e(2409).then(a.bind(a,22409)),a.e(4947).then(a.bind(a,94947)),a.e(4161).then(a.bind(a,54161)),a.e(7255).then(a.bind(a,7255)),a.e(2773).then(a.bind(a,2773)),a.e(7523).then(a.bind(a,67523)),a.e(1972).then(a.bind(a,41972)),Promise.all([a.e(59),a.e(5813),a.e(8173)]).then(a.bind(a,28173)),Promise.all([a.e(6216),a.e(7463)]).then(a.bind(a,97463)),Promise.all([a.e(59),a.e(2706)]).then(a.bind(a,12706)),Promise.all([a.e(59),a.e(6216),a.e(1317)]).then(a.bind(a,61317)),Promise.all([a.e(8876),a.e(8303)]).then(a.bind(a,98303)),a.e(898).then(a.bind(a,90898)),a.e(578).then(a.bind(a,10578)),a.e(7209).then(a.bind(a,27209)),a.e(2384).then(a.bind(a,92384)),qi({href:"https://fonts.googleapis.com",ref:"preconnect",crossorigin:!0}),qi({href:"https://fonts.gstatic.com",ref:"preconnect",crossorigin:!0});var Vd=a(96374);const qd=t=>{{const{component:e,commands:n,helpers:r}=t;return{select:t=>{let{changeTab:e,tab:n}=t;"design"!==n.text&&e("design")},tabs:t=>{const e=[{text:"design"}];return e.forEach(e=>e.selected=e.selected=e.text===t),e},layout:t=>{let{tab:r,changeTab:o,tabs:i}=t;const a=[{type:"heading",level:6,text:"rootelement_editor_top_header"},{type:"fontFamily",text:"fontFamily",value:e.props?.style?.fontFamily,onChange:t=>{const e=t.target.value,n=(O.M.get("components"),L.Ay.getComponents().find(t=>"root"===t.type)),r=[];L.Ay.store().execCommand("style",{fontFamily:e}),n.treeWalk(t=>{if(t&&t.props&&!["root","section","block","row","col"].find(e=>e===t.type)&&(t.props.style&&t.props.style.fontFamily!==e&&L.Ay.store().updateComponent(t,"style",{fontFamily:e}),t.type.equalWith("text")&&r.push(t.tiptap),Array.isArray(t.props.items))){const n=JSON.parse(JSON.stringify(t.props.items));n.forEach(t=>{t&&(t.style?t.style.fontFamily=e:t.props&&t.props.style&&(t.props.style.fontFamily=e),t.props&&t.props.label_field&&t.props.label_field.props&&t.props.label_field.props.style&&(t.props.label_field.props.style.fontFamily=e))}),L.Ay.store().updateComponent(t,"items",n)}}),r.forEach(t=>{t.chain().selectAll().setFontFamily({cssRule:e}).run()})}},{type:"divider"},{type:"colorpicker",title:"default_color_paragraphs",value:e.props?.defaultColorParagraphs,onChange:t=>{const e=t.target.value,n=O.M.get("components").filter(t=>-1!==t.type.indexOf("text"));n.forEach(t=>{const n=t.tiptap,{state:r,view:o}=n,i=r.tr,a=[];r.doc.nodesBetween(0,r.doc.content.size,(t,e)=>{"paragraph"===t.type.name&&a.push({start:e+1,end:e+t.nodeSize-1})}),a.forEach(t=>{let{start:n,end:o}=t;r.doc.nodesBetween(n,o,(t,n)=>{if(t.isText){const o=t.marks.some(t=>"link"===t.type.name);if(o)return;let a={};const s=t.marks.find(t=>"textStyle"===t.type.name);s&&s.attrs&&(a={...s.attrs});const l={...a,color:e},c=r.schema.marks.textStyle.create(l);i.addMark(n,n+t.nodeSize,c)}})}),o.dispatch(i)}),L.Ay.store().execCommand("defaultColorParagraphs",e)}},{type:"divider"},{type:"colorpicker",title:"default_color_headings",value:e.props?.default_color_headings,onChange:t=>{const e=t.target.value,n=O.M.get("components").filter(t=>-1!==t.type.indexOf("text"));n.forEach(t=>{const n=t.tiptap,{state:r,view:o}=n,i=r.tr,a=[];r.doc.nodesBetween(0,r.doc.content.size,(t,e)=>{"heading"===t.type.name&&a.push({start:e+1,end:e+t.nodeSize-1})}),a.forEach(t=>{let{start:n,end:o}=t;r.doc.nodesBetween(n,o,(t,n)=>{if(t.isText){const o=t.marks.some(t=>"link"===t.type.name);if(o)return;let a={};const s=t.marks.find(t=>"textStyle"===t.type.name);s&&s.attrs&&(a={...s.attrs});const l={...a,color:e},c=r.schema.marks.textStyle.create(l);i.addMark(n,n+t.nodeSize,c)}})}),o.dispatch(i)}),L.Ay.store().execCommand("defaultColorHeadings",e)}},{type:"divider"},{type:"colorpicker",title:"default_background_buttons",value:e.props.defaultBackgroundButtons||e.props.default_background_buttons,onChange:t=>{const e=t.target.value;n.execCommand("defaultBackgroundButtons",e);const r=O.M.get("components").filter(t=>"button"===t.type),o=(0,Vd.w)("#000000",e);L.Ay.store().execCommand2({transactions:[{key:"style",value:{background:e,color:o}}],update:r})}},{type:"colorpicker",title:"default_color_buttons",value:e.props.defaultColorButtons||e.props.default_color_buttons,onChange:t=>{const e=t.target.value;L.Ay.store().execCommand2({transactions:[{key:"defaultColorButtons",value:e}],update:[O.M.get("components").find(t=>"root"===t.type)]});const n=O.M.get("components").filter(t=>"button"===t.type);L.Ay.store().execCommand2({transactions:[{key:"style",value:{color:e}}],update:n})}},{type:"divider"},{type:"slider",title:"block_width",min:500,max:1200,value:(()=>{const t=e.find("section");if(!t)return 0;const n=t.children.find(t=>"block"===t.type);return n?parseInt(n?.props?.style?.width):0})(),onInput:t=>{let n=t.target.value;n<500&&(n=500),n>1200&&(n=1200);const r=(()=>{const t=[],n=e.find("section");return n&&n.children.forEach(e=>{const n=O.M.get("components",e);n&&"block"===n.type&&t.push(n)}),t})();L.Ay.store().execCommand2({transactions:[{key:"style",value:{width:n+"px",maxWidth:"100%"}}],update:r})}},{type:"divider"},{type:"colorpicker",alpha:!1,value:e.props.style.background||"#fff",title:"page_background",onChange:t=>{const e=t.target.value;n.execCommand("style",{background:e})}},{type:"divider"},{type:"colorpicker",alpha:!1,title:"bgColor_blocks",onChange:t=>{const e=t.target.value,n=O.M.get("components").filter(t=>t.type.equalWith("block"));L.Ay.store().execCommand2({transactions:[{key:"style",value:{background:e}}],update:n})}},{type:"divider"},{type:"heading",level:6,text:"rootelement_editor_global_colors_heading"},{type:"heading",level:6,text:"Primary"},{type:"colorpicker",alpha:!1,title:"primaryColor",value:e.props.primaryColor||"#fff",onChange:t=>{const e=t.target.value;n.execCommand("primaryColor",e)}},{type:"colorpicker",alpha:!1,title:"primaryContrastColor",value:e.props.primaryContrastColor||"#fff",onChange:t=>{const e=t.target.value;n.execCommand("primaryContrastColor",e)}},{type:"divider"},{type:"heading",level:6,text:"secondary"},{type:"colorpicker",alpha:!1,title:"secondaryColor",value:e.props.secondaryColor||"#fff",onChange:t=>{const e=t.target.value;n.execCommand("secondaryColor",e)}},{type:"colorpicker",alpha:!1,title:"secondaryContrastColor",value:e.props.secondaryContrastColor||"#fff",onChange:t=>{const e=t.target.value;n.execCommand("secondaryContrastColor",e)}}];return a}}}},Wd=t=>{let{helpers:e,template:n,globalStylesVar:r}=t;return{set:(t,o,i)=>{switch(o){case"style":return t[o]=i,e.mergeDiff(n,{style:t[o]}),!0;case"fontFamily":case"fontSize":case"paragraphFontSize":case"headingLvlOneFontSize":case"defaultColorParagraphs":case"defaultColorHeadings":case"defaultBackgroundButtons":case"defaultColorButtons":return t[o]=i,!0;case"primaryColor":case"secondaryColor":case"primaryContrastColor":case"secondaryContrastColor":case"secondaryColor":return t[o]=i,r.patch(t),!0;default:return!1}}}};var Yd=a(37101),Xd={};Xd.setAttributes=p(),Xd.insert=c().bind(null,"head"),Xd.domAPI=s(),Xd.insertStyleElement=u();o()(Yd.A,Xd);const Zd=Yd.A&&Yd.A.locals?Yd.A.locals:void 0;var Kd=a(23571);const Jd=document.createElement("style");Jd.patch=function(t){let{primaryColor:e,primaryContrastColor:n,secondaryColor:r,secondaryContrastColor:o}=t;e&&(Jd.innerHTML=`:root{--cdtr-primary:${e}}`),r&&(Jd.innerHTML+=`:root{--cdtr-secondary:${r}}`),o&&(Jd.innerHTML+=`:root{--cdtr-secondary-contrast:${r}}`),n&&(Jd.innerHTML+=`:root{--cdtr-primary-contrast:${n}}`)};const Gd=()=>{const t="root";return{name:t,create:e=>{const{createElement:r,compose:o,helpers:i}=e,{children:a,backgrounds:s,commands:l}=o,{mergeDiff:c,arrayToString:d}=l;o.style||(o.style={});const p=d("root-component",o.classList,Zd.root);document.head.append(Jd),Jd.patch(o.props);const h=(0,n.A)("div",{"data-id":o.id},a),u=(0,n.A)("div",(0,b.A)({},o,{className:p}),h);let f,m,g=(0,n.A)("style",null,'\n .text-component:after{\n content: "";\n position: absolute;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n background: transparent;\n }\n ');new Kd.Ay(h,{group:"section-component",animation:450,handle:".section-handle--sortable",onStart:t=>{document.body.style.position="fixed",document.body.appendChild(g);const e=t.item;f=e.previousSibling?.dataset.id,m=e.nextSibling?.dataset.id},onEnd:function(t){document.body.style.position=null,g.remove();const e=t.item,n=t.to,r=t.from,o=t.oldIndex,i=t.newIndex;t.oldDraggableIndex,t.newDraggableIndex,t.clone,t.pullMode;L.Ay.store().moveComponent({componentId:e.dataset.id,newParentId:n.dataset.id,oldParentId:r.dataset.id,oldIndex:o,newIndex:i})}});return L.Ay.on("update",()=>{setTimeout(()=>{const t=u.querySelector(`.${Zd.placeholder}`),e=h.children.length;0===e&&t||(e>0&&t?t.remove():0!==e||t||u.appendChild((0,n.A)("div",{className:Zd.placeholder},(0,n.A)("h1",null,"זה דף ריק,לחצו כאן כדי להוסיף אלמנטים, ורקעים"),(0,n.A)("div",null,(0,n.A)("paper-button",{onMousedown:()=>{T.A.dispatch("open_add_menu",{type:"section-component"})},style:"color:var(--primary)"},(0,n.A)("lang-text",{text:"for_quike_action_click_here"}))))))},0)}),r({name:t,id:o.id,template:u,childrenHolder:h,allowSortable:!0,defaultProps:{},validator:Wd({template:u,helpers:i,globalStylesVar:Jd}),schema:o.schema,onSelect:()=>{},onDeselect:()=>{},elementProps:o,remove:()=>{u.remove()},createEditor:qd})}}},Qd=t=>{{const{component:e,commands:n,helpers:r}=t;return e.props.style||(e.props.style={}),{select:t=>{let{changeTab:e,tab:n}=t;"design"!==n.text&&e("design")},tabs:t=>{const e=[{text:"design"}];return e.forEach(e=>e.selected=e.selected=e.text===t),e},layout:t=>{let{tab:r,changeTab:o,tabs:i}=t;const a=[{type:"divider"},{type:"slider",title:"height",active:()=>"design"===r.text,min:50,max:500,value:parseInt(e.props.style.minHeight),onInput:t=>{const e=t.target.value;n.execCommand("style",{minHeight:e+"px"})}},{type:"divider"},{type:"colorpicker",title:"backgroundColor",value:e.props.style.background||e.props.style.backgroundColor||"#fff",onChange:t=>{const e=t.target.value;n.execCommand("style",{background:e,backgroundColor:null})}},{type:"divider"},{type:"justifyContent",value:e?.props.justify||"flex-start",active:()=>"design"===r.text,onChange:t=>{const e=t.target.value;n.execCommand("justify",e,{find:"col"})}},{type:"alignItems",title:"alignItems",active:()=>"design"===r.text,value:e?.props.alignItems||"flex-start",onChange:t=>{const e=t.target.value;n.execCommand("alignItems",e,{find:"col"})}},{type:"spacingPicker",active:()=>"design"===r.text,hasLeft:!1,hasRight:!1,value:{top:parseInt(e?.props?.style?.paddingTop)||parseInt(e?.props?.style?.padding)||0,bottom:parseInt(e?.props?.style?.paddingBottom)||parseInt(e?.props?.style?.padding)||0,left:parseInt(e?.props?.style?.paddingLeft)||parseInt(e?.props?.style?.padding)||0,right:parseInt(e?.props?.style?.paddingRight)||parseInt(e?.props?.style?.padding)||0},onChange:t=>{const e=t.target.value;n.execCommand("style",{padding:e+"px"},{find:"col"})}}];return a}}}},tp=t=>{let{helpers:e,template:n,row:r}=t;return{set:(t,e,r)=>{switch(e){case"style":case"justify":case"alignItems":return t[e]=r,!0;case"md":case"sm":case"lg":case"xl":t[e]=r,n.setAttribute(e,r);return 0===parseInt(r)?(n.removeAttribute("lg"),n.removeAttribute("xl")):(n.setAttribute("lg",r),n.setAttribute("xl",r)),!0;default:return!1}}}};var ep=a(71527),np={};np.setAttributes=p(),np.insert=c().bind(null,"head"),np.domAPI=s(),np.insertStyleElement=u();o()(ep.A,np);const rp=ep.A&&ep.A.locals?ep.A.locals:void 0,op=()=>({name:"col",create:t=>{const{createElement:e,compose:r,helpers:o}=t,{children:i,backgrounds:a,commands:s}=r,{mergeDiff:l,arrayToString:c}=s;r.props.justify||(r.props.justify="center");const d=new vi.A,p={element:t=>r.props.style};Vn.use(kr());let h=Vn.createStyleSheet(p,{link:!0}).attach();h.update();const u=c("col-component",rp.root,r.classList,h.classes.element),f=(0,n.A)("cdtr-row",null,i),m=(0,n.A)("cdtr-row",{className:c("row-of-col",rp.row)},f),g=(0,n.A)("cdtr-col",{className:u},m);g.setAttribute("droppable-direction","left,right");r.editor.on("update",()=>{d.run(()=>{const t=g.parentElement;t&&"block"===t.dataset.type?g.setAttribute("droppable-element","col"):g.removeAttribute("droppable-element")})}),g.setAttribute("draggable-direction","left,right"),g.setAttribute("lg",r.props.lg),r.props||(r.props={});const b=e({name:"col",id:r.id,template:g,handleBar:!0,draggable:{group:"col"},render:()=>{b.props.justify&&(f.justify=b.props.justify,m.justify=b.props.justify),b.props.style||(b.props.style={}),b.props.style.height?m.style.height=b.props.style.height:m.style.height="",b.props.style.minHeight?m.style.minHeight=b.props.style.minHeight:m.style.minHeight="",b.props.alignItems&&(m.alignItems=b.props.alignItems),b.props.lg;{const t=parseInt(b.props.lg);0===t?(g.removeAttribute("lg"),g.removeAttribute("xl")):(g.setAttribute("lg",t),g.setAttribute("xl",t))}o.mergeDiff(g,{style:r.props.style})},childrenHolder:m,allowSortable:!0,defaultProps:{},validator:tp({template:g,helpers:o,row:m}),schema:r.schema,onSelect:t=>{g.classList.add(t)},onDeselect:t=>{g.classList.remove(t)},elementProps:r,remove:()=>{g.remove()},createEditor:Qd});return b}});var ip=a(53756),ap={};ap.setAttributes=p(),ap.insert=c().bind(null,"head"),ap.domAPI=s(),ap.insertStyleElement=u();o()(ip.A,ap);const sp=ip.A&&ip.A.locals?ip.A.locals:void 0;var lp=a(35962);const cp=t=>{{const{component:e,commands:n,helpers:r}=t;return{select:t=>{let{changeTab:e,tab:n}=t;n.text||e("background")},tabs:t=>{const e=[{text:"background"},{text:"settings"}];return t?(e.forEach(e=>e.selected=e.selected=e.text===t),e):e},layout:t=>{const{tab:r,changeTab:o,tabs:i}=t,a=[{type:"background",hasPreview:!0,hasInput:!0,value:e.props.background,src:e.props.background?.properties?.src,onChange:t=>{const e=t.detail.src;n.execCommand("background",{type:"images",component:"cdtr-images-preset",properties:{src:e,style:{backgroundAttachment:"fixed",backgroundPosition:"center",backgroundRepeat:"no-repeat",backgroundSize:"cover"}}})}},{type:"divider"},{type:"colorpicker",title:"backgroundColor",value:e.props.style.background||e.props.style.backgroundColor||"#fff",onChange:t=>{const e=t.target.value;n.execCommand("style",{background:e,backgroundColor:null}),n.execCommand("background",null)}}];return a}}}};const dp=t=>{const{mergeDiff:e,deepMerge:r}=t.helpers,o=t.compose;o.props.style.minHeight||(o.props.style.minHeight="100px"),o.props.style.width="100%";const i=(0,_.A)("section-component",o.classList,sp.section),s=(0,n.A)("div",{style:{position:"absolute",left:0,top:0,height:"100%",width:"100%",overflow:"hidden",opacity:o.opacity||1}});function l(t){const n=()=>{const n=document.createElement(t.component);s.appendChild(n),e(n,t.properties)};for(;s.firstChild;)s.firstChild.remove();t&&(t.installed?n():t.component&&("cdtr-media-player"===t.component&&(t.component="cdtr-background-video"),"images-preset"===t.component&&(t.component="cdtr-images-preset"),a(604)(`./${t.component}`).then(t=>{n()})))}o.background?l(o.background):o.background={};const c=(0,n.A)("div",{style:{minHeight:"50px"},className:(0,_.A)("sortable-element--with-section",sp.layerBlock),"data-id":o.id},o.children);o.bottomStyle||(o.bottomStyle={},o.bottomStyle.style={height:0});const d=()=>(0,n.A)("div",{className:sp.placeholder},(0,n.A)("h3",null,(0,n.A)("lang-text",{text:"empty_section_info"})),(0,n.A)("div",null,(0,n.A)("paper-button",{onMouseUp:()=>{T.A.dispatch("open_add_menu",{type:"block-component"})},style:"color:var(--primary)"},(0,n.A)("lang-text",{text:"click_here_to_add"})))),p=(0,n.A)("section",(0,b.A)({},o,{"droppable-element":o.type,"droppable-direction":"top,bottom","droppable-if":"empty","droppable-level":"5","droppable-bottom":"lastChild",className:i}),s,c,o.elements);o.props.alignItems&&(c.style.justifyContent=o.props.alignItems),0===c.children.length&&p.appendChild(d());const h=()=>{setTimeout(()=>{const t=p.querySelector(`.${sp.placeholder}`),e=c.children.length;0===e&&t||(e>0&&t?t.remove():0!==e||t||p.appendChild(d()))},0)};L.Ay.on("update",()=>h()),h();let u,f,m=(0,n.A)("style",null,'\n .text-component:after{\n content: "";\n position: absolute;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n background: transparent;\n }\n ');const g=new Kd.Ay(c,{group:"block-component",animation:300,handle:".block-handle--sortable",draggable:".block-component",easing:"cubic-bezier(1, 0, 0, 1)",onStart:t=>{document.body.appendChild(m);const e=t.item;u=e.previousSibling?.dataset.id,f=e.nextSibling?.dataset.id},onEnd:function(t){m.remove();const e=t.item.dataset.id,n=t.to.dataset.id,r=t.from.dataset.id,o=t.oldIndex;let i=t.newIndex;L.Ay.store().moveComponent({componentId:e,newParentId:n,oldParentId:r,oldIndex:o,newIndex:i,direction:i>o?"bottom":"top"})}}),y={set:(t,n,o)=>{switch(n){case"bottomStyle":return t[n]=r(t[n],o),e(marginBottomEl,{style:t[n].style}),!0;case"alignItems":return t[n]=o,c.style.justifyContent=o,!0;case"opacity":return t[n]=o,s.style.opacity=o,!0;case"background":return t[n]=o,l(o),!0;case"style":return t[n]=r(t[n],o),e(p,{style:t[n]}),!0;case"is_removed":return e(p,{is_removed:o}),!0;default:return!1}}},w=(0,lp.n)({id:o.id,name:"section",template:p,allowSortable:!0,schema:o.schema,draggable:{group:"section",direction:"top,bottom"},render:()=>{},destroy:()=>{"function"==typeof g.destroy&&g.destroy(),L.Ay.off("update",()=>h())},remove:()=>{p.remove()},onSelect:t=>{p.classList.add(t)},onDeselect:t=>{p.classList.remove(t)},elementProps:o,validator:y,createEditor:cp,commands:{},defaultProps:{},childrenHolder:c});return((t,e,n)=>{const r=document.createElement("div");r.classList.add(sp.resizeBar),r.setAttribute("draggable","false"),t.appendChild(r);let o=!1,i=0,a=0;const s=n=>{if(!o)return;const r=n.clientY-i,s=Math.max(10,a+r)+"px";t.style.minHeight=s,e.commands.execCommand("style",{minHeight:s})},l=()=>{o&&(o=!1,r.classList.remove(sp.dragging),document.removeEventListener("mousemove",s),document.removeEventListener("mouseup",l))};r.addEventListener("mousedown",e=>{e.preventDefault(),e.stopPropagation(),o=!0,i=e.clientY;const c=t.style.minHeight||getComputedStyle(t).minHeight||n.props.style.minHeight||"100px";a=parseFloat(c)||100,document.addEventListener("mousemove",s),document.addEventListener("mouseup",l),r.classList.add(sp.dragging)})})(p,w,o),w},pp=()=>({name:"section",create:t=>dp(t)}),hp=t=>{{const{component:e,commands:n,helpers:r}=t;return{select:t=>{let{changeTab:e,tab:n}=t;"design"!==n.text&&e("design")},tabs:t=>{const e=[{text:"design"},{text:"animations"},{text:"settings"}];return e.forEach(e=>e.selected=e.selected=e.text===t),e},layout:t=>{let{tab:r,changeTab:o,tabs:i}=t;const a=e.closest("col")||e.closest("block"),s=[{type:"colorpicker",title:"background",value:e.props.style.background||e.props.style.backgroundColor||"#fff",onChange:t=>{const e=t.target.value;n.execCommand("style",{background:e,backgroundColor:null})}},,{type:"slider",title:"width",value:parseFloat(e.props.style.width),unit:"px",min:20,max:parseInt(window.getComputedStyle(a?.element)?.width||0),onInput:t=>{const e=t.target.value;n.execCommand("style",{width:e+"px",maxWidth:"100%"})}},{type:"slider",title:"height",value:parseFloat(e.props.style.minHeight)||0,unit:"px",min:100,max:800,onInput:t=>{const e=t.target.value;n.execCommand("style",{minHeight:e+"px"})}},{type:"divider"},{type:"heading",level:5,text:"borderSize"},{type:"slider",title:"size",unit:"px",value:parseFloat(e.props.style.borderWidth),min:1,max:20,onInput:t=>{const e=t.target.value;n.execCommand("style",{borderWidth:e+"px"})}},{type:"slider",title:"radius",unit:"px",value:parseFloat(e.props.style.borderRadius),min:0,max:10,step:.1,onInput:t=>{const e=t.target.value;n.execCommand("style",{borderRadius:e+"px"})}},{type:"borderpicker",title:"style",value:e.props.style.borderStyle,onChange:t=>{const e=t.target.value;n.execCommand("style",{borderStyle:e})}},{type:"colorpicker",title:"color",value:e.props.style.borderColor,onChange:t=>{const e=t.target.value;n.execCommand("style",{borderColor:e})}},{type:"spacingPicker",active:()=>"design"===r.text,hasLeft:!1,hasRight:!1,value:{top:parseInt(e?.props?.style?.paddingTop)||parseInt(e?.props?.style?.padding)||0,bottom:parseInt(e?.props?.style?.paddingBottom)||parseInt(e?.props?.style?.padding)||0,left:parseInt(e?.props?.style?.paddingLeft)||parseInt(e?.props?.style?.padding)||0,right:parseInt(e?.props?.style?.paddingRight)||parseInt(e?.props?.style?.padding)||0},onChange:t=>{const e=t.target.value;n.execCommand("style",{padding:e+"px"})}}];return s}}}},up=t=>{let{helpers:e}=t;return{set:(t,n,r)=>{switch(n){case"style":case"lg":return t[n]=e.deepMerge(t[n],r),!0}}}};var fp=a(28158),mp={};mp.setAttributes=p(),mp.insert=c().bind(null,"head"),mp.domAPI=s(),mp.insertStyleElement=u();o()(fp.A,mp);const gp=fp.A&&fp.A.locals?fp.A.locals:void 0,bp=t=>{let{channel:e}=t;const n="card";return{name:n,menu:t=>{let{Compose:e}=t;return new e({type:n,children:[{type:"image",props:{}}],props:{style:{width:"300px",background:"#fff"}}},{group:"col",name:n,puzzle:[{type:"article"}],tags:[n],index:null})},create:t=>{const{createElement:e,compose:r,helpers:o}=t,{arrayToString:i,mergeDiff:a}=o,{children:s}=r,l=i(gp.root,r.classList),c=document.createElement("div"),d=document.createElement("div");s[0].forEach(t=>{d.appendChild(t)}),c.append(d),c.className=l;const p=r.props.style;return e({name:n,id:r.id,template:c,handleBar:!0,draggable:{group:"col"},childrenHolder:d,allowSortable:!0,defaultProps:{style:{borderRadius:".2rem",width:"300px",maxWidth:"100%"}},validator:up({template:c,helpers:o,children:s}),schema:r.schema,render:()=>{const t=p.width;if(p.height||(c.style.height="100%"),!parseInt(t)&&p.maxWidth){const t=p.padding||0;p.width=parseInt(p.maxWidth)-2*parseInt(t,10)+"px"}a(c,{style:p}),r.props.background&&"images"===r.props.background.type&&r.props.background.properties.src&&(c.style.backgroundImage=`url(${r.props.background.properties.src})`)},onSelect:t=>{c.classList.add(t)},onDeselect:t=>{c.classList.remove(t)},elementProps:r,remove:()=>{c.remove()},createEditor:hp})}}};class yp{constructor(t){this.site=void 0,this.commands=void 0,this.editor=void 0,this.content=void 0,t.channel||="newsletter",this.content=null,this.editor={setContent:e=>this.replaceEditorContent(t,e)},this.commands=this.createCommands(),O.M.set({commands:this.commands}),O.M.set({setEditorContent:t=>this.editor.setContent(t)});const e=this.resolveTargetElement(t);O.M.set({editor:L.Ay}),this.applyTargetStyles(e),this.registerEditorEvents(),this.initializeStore(t),L.Ay.configure=t?.editor?.configure,"string"==typeof t?.studioToken&&t.studioToken.length>0&&(L.Ay.studioToken=t.studioToken),"function"==typeof t?.studioTokenProvider&&(L.Ay.studioTokenProvider=t.studioTokenProvider),this.initializeEditorAndApp(t,e),t.collaborator&&L.Ay.connectWithCloud(t.collaborator)}replaceEditorContent(t,e){const n=O.M.get("components");Array.isArray(n)&&n.forEach(t=>{const e=t;e.destroy&&"function"==typeof e.destroy&&e.destroy()}),this.content&&this.content.remove(),this.content=Hi({target:t.target,page:{},components:e||[]},()=>{T.A.dispatch("editor-content-replaced",{})})}createCommands(){return{snackbar:t=>{T.A.dispatch("snackbar",{text:t})},langs:()=>O.M.get("lang"),lang:t=>O.M.get("lang",t),injectEditor:t=>{const e=O.M.get("injectEditor");e&&e(t)},execCommand:(t,e)=>{L.Ay.store().execCommand(t,e)},toJSON:R.U2,toHTML:R.FE}}resolveTargetElement(t){if("string"==typeof t.target){const e=document.getElementById(t.target);if(!e)throw new Error("string must be valid id or htmlElement");return t.target=e,e}if(t.target instanceof HTMLElement)return t.target;const e=document.createElement("div");return document.body.appendChild(e),t.target=e,e}applyTargetStyles(t){t.style.maxHeight="100vh",t.style.overflow="hidden",t.style.position="relative"}registerEditorEvents(){L.Ay.on("change",()=>{(0,R.U2)()})}initializeStore(t){O.M.set({app:{_id:t.appId,name:t.documentName}}),t.languageJson&&O.M.set({lang:t.languageJson})}initializeEditorAndApp(t,e){const n=this.buildLangConfig(t.language??"");O.M.set({langConfig:n}),this.applyTheme(t,e,n);const r=this.buildSchemes(t,n);this.startInitialApplication(t,r)}buildLangConfig(t){return Ud(t)?{direction:"rtl",align:"right",justifyContent:"flex-start",justify:"start",rowDirection:"row"}:{direction:"ltr",align:"left",justifyContent:"flex-end",justify:"end",rowDirection:"row-reverse"}}applyTheme(t,n,r){t.theme||(t.theme={}),t.theme.textAlign??=r.align,t.theme.direction??=r.direction,t.theme.justifyContent??=r.justifyContent,t.theme.rowDirection??=r.rowDirection;const o=e(t.theme);O.M.set({theme:o.theme}),n.appendChild(o.styleTag)}buildSchemes(t,e){const n=L.Ay,r=[...Array.isArray(n?.configure?.plugins)?[...n.configure.plugins]:[],pp,Gd,op,bp].map(n=>n({channel:t.channel||"web",languages:t.languageJson,direction:e.direction,textAlign:e.align})),o=t;return o.editor.configure.plugins=r,O.M.set({config:o,schemes:r}),r}startInitialApplication(t,e){let n=null,r=0,o=null;if(t.hasLoader){n=Vi();const t=document.body.style.overflow,e=document.documentElement.style.overflow;document.documentElement.style.overflow="hidden",document.body.style.overflow="hidden",document.body.appendChild(n),r=Date.now(),o=()=>{document.body.style.overflow=t,document.documentElement.style.overflow=e}}return this.content=Hi({target:t.target,page:{},components:t.components||[]},()=>{const t=()=>{o?.(),o=null,n&&(n.remove(),n=null);const t=O.M.get("components").find(t=>"root"===t.type);t&&L.Ay.clean().selectComponent(t)};if(n&&r>0){const e=Date.now()-r,n=yp.LOADER_MIN_MS-e;if(n>0)return void setTimeout(t,n)}t()}),e}}yp.LOADER_MIN_MS=3e3;const wp=yp;function Ap(){const t="image";return{id:"1",name:t,menu:e=>{let{Compose:n}=e;return new n((()=>{const e="400px",n="250px";return{type:t,props:{alt:"image",width:e,height:n,style:{height:"auto",width:e,maxWidth:"100%",minWidth:"30px",objectFit:"fill"},src:`https://api.creaditor.com/images/placeholder?width=${parseInt(e)||250}&height=${parseInt(n)||250}`,isOpenWithModal:!1,isFullWidthOnMobile:!1,isRatioLock:!0}}})(),{group:"elements",name:t,puzzle:[{type:"image"}],tags:[t],index:null})},lazy:t=>{a.e(6151).then(a.bind(a,36151)).then(e=>{t(e.default())})}}}function xp(t){const{languages:e,direction:n,textAlign:r}=t,o="@paragraph/text";return{id:o,name:o,menu:t=>{let{Compose:i}=t;return new i({type:o,props:{text:{childNodes:{type:"doc",content:[{type:"paragraph",attrs:{lineHeight:"1.4",direction:n,textAlign:r},content:[{marks:[{type:"textStyle",attrs:{fontFamily:"Arial",fontSize:"16px",color:"#000"}}],type:"text",text:e.generalText}]}]}}}},{group:"elements",name:"text",puzzle:[{type:"text"}],tags:[o],index:0})},lazy:t=>{a.e(1271).then(a.bind(a,71271)).then(e=>{t(e.default(xp.data))})}}}xp.configure=t=>{let{fontSize:e,title:n,suffix:r,prefix:o,fonts:i,direction:a,textAlign:s}=t;return xp.data={fontSize:e,title:n,suffix:r,prefix:o,fonts:i,direction:a,textAlign:s},xp};const _p="video";function vp(t){let{channel:e}=t;return"web"===e?{id:"vvidoe-4Kj^43",name:_p,menu:t=>{let{Compose:e}=t;return new e({type:_p,props:{height:"auto",width:"400px",height:"300px",playing:!1,loop:!1,light:!1,controls:!0,autoPlay:!1,muted:!1,url:"https://www.youtube.com/watch?v=04Or_U9OexU"}},{group:"elements",name:_p,puzzle:[{type:"video"}],tags:[_p],index:null})},lazy:t=>{Promise.all([a.e(5284),a.e(1142)]).then(a.bind(a,41142)).then(e=>{t(e.default())})}}:"newsletter"===e?{id:"vvidoe-4Kj^43",name:_p,menu:t=>{let{Compose:e}=t;return new e({type:_p,props:{height:"auto",width:"400px",height:"300px",playing:!1,loop:!1,light:!1,controls:!0,autoPlay:!1,muted:!1,url:"https://www.youtube.com/watch?v=04Or_U9OexU"}},{group:"elements",name:_p,puzzle:[{type:"video"}],tags:[_p],index:null})},lazy:t=>{Promise.all([a.e(5284),a.e(3735)]).then(a.bind(a,43735)).then(e=>{t(e.default())})}}:void 0}function kp(t){const{languages:e,direction:n,textAlign:r}=t,o="text",i=`${o}/heading1`;return{id:i,name:o,menu:t=>{let{Compose:a}=t;return new a({type:o,props:{text:{childNodes:{type:"doc",content:[{type:"heading",attrs:{level:1,lineHeight:"1.4",direction:n,textAlign:r},content:[{marks:[{type:"textStyle",attrs:{fontFamily:"Arial",fontSize:"62px",color:"#000"}}],type:"text",text:e.bigHeading}]}]}}}},{id:i,group:"elements",name:"heading 1",puzzle:[{type:"heading1"}],tags:[o],index:0})},lazy:t=>{a.e(1271).then(a.bind(a,71271)).then(e=>{t(e.default(kp.data))})}}}function Cp(t){const e="text",{languages:n,direction:r,textAlign:o}=t;return{id:"5445",name:e,menu:t=>{let{Compose:i}=t;return new i({type:e,props:{text:{childNodes:{type:"doc",content:[{type:"heading",attrs:{level:2,lineHeight:"1.4",direction:r,textAlign:o},content:[{marks:[{type:"textStyle",attrs:{fontFamily:"Arial",fontSize:"42px",color:"#000"}}],type:"text",text:n.mediumHeading}]}]}}}},{id:`${e}/heading2`,group:"elements",name:"heading 2",puzzle:[{type:"heading2"}],tags:[e],index:0})},lazy:t=>{a.e(1271).then(a.bind(a,71271)).then(e=>{t(e.default(Cp.data))})}}}function Ep(t){const e="text",{languages:n,direction:r,textAlign:o}=t;return{id:"544663",name:e,menu:t=>{let{Compose:i}=t;return new i({type:e,props:{text:{childNodes:{type:"doc",content:[{type:"heading",attrs:{level:3,lineHeight:"1.4",direction:r,textAlign:o},content:[{marks:[{type:"textStyle",attrs:{fontFamily:"Arial",fontSize:"24px",color:"#000"}}],type:"text",text:n.smallHeading}]}]}}}},{id:`${e}/heading3`,group:"elements",name:"heading 3",puzzle:[{type:"heading3"}],tags:[e],index:0})},lazy:t=>{a.e(1271).then(a.bind(a,71271)).then(e=>{t(e.default(Ep.data))})}}}function Sp(){const t="icon";return{id:"icon-menu",name:t,menu:e=>{let{Compose:n}=e;return new n((()=>{const e="24px";return{type:t,props:{alt:"icon",style:{width:e,height:e,maxWidth:"100%",maxHeight:"100%",display:"inline-block"},src:"https://img.creaditor.ai/icons/serve/Arrows/arrow-right-line.png?width=24&height=24&color=000000"}}})(),{group:"elements",name:t,puzzle:'<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M19 21.0001H5C4.44772 21.0001 4 20.5524 4 20.0001V11.0001H1L11.3273 1.61162C11.7087 1.26487 12.2913 1.26487 12.6727 1.61162L23 11.0001H20V20.0001C20 20.5524 19.5523 21.0001 19 21.0001ZM6 19.0001H18V9.15757L12 3.70302L6 9.15757V19.0001ZM8 15.0001H16V17.0001H8V15.0001Z" fill="black"/>\n</svg>\n',tags:[t],index:null})},lazy:t=>{a.e(2765).then(a.bind(a,12765)).then(e=>{t(e.default())})}}}kp.configure=t=>(kp.data=t,kp),Cp.configure=t=>(Cp.data=t,Cp),Ep.configure=t=>(Ep.data=t,Ep);const Mp="countdown-v2";function Bp(t){let{channel:e}=t;return"web"===e?{id:"1",name:Mp,menu:t=>{let{Compose:e}=t;return new e(((n=new Date).setHours(n.getMinutes()+30),{type:Mp,props:{hasColons:!0,hasLabels:!0,date:n.toString(),countdownMode:"target",loopDuration:"10m",lang:"en",style:{},classList:[],containerWidth:"300px",containerBg:"transparent",containerRadius:"0",colBg:"transparent",colBorderStyle:"none",colBorderSize:"0",colBorderColor:"none",colBorderPadding:"0",colBorderRadius:"100px",template:1,labelText:"",numberSize:"30px",numberColor:"black",numberFontFamily:"Inter",labelSize:"14px",labelColor:"black",labelfontFamily:"Arial"}}),{id:Mp,group:"elements",name:Mp,puzzle:[{type:"countdown"}],tags:[Mp],index:null});var n},lazy:t=>{a.e(8250).then(a.bind(a,78250)).then(e=>{t(e.default())})}}:"newsletter"===e?{id:"1",name:Mp,menu:t=>{let{Compose:e}=t;return new e(((n=new Date).setMinutes(n.getMinutes()+30),{type:Mp,props:{hasColons:!0,hasLabels:!0,date:n.toString(),countdownMode:"target",loopDuration:"10m",language:"he",style:{},classList:[],containerWidth:"400px",containerBg:"transparent",containerRadius:"0",colBg:"transparent",colBorderStyle:"none",colBorderSize:"0",colBorderColor:"none",colBorderPadding:"0",colBorderRadius:"100px",template:1,labelText:"",numberSize:"30px",numberColor:"black",numberFontFamily:"Inter",labelSize:"14px",labelColor:"black",labelfontFamily:"Arial"}}),{group:"elements",name:Mp,puzzle:'<svg width="20" height="35" viewBox="0 0 20 35" fill="none" xmlns="http://www.w3.org/2000/svg">\n<g clip-path="url(#clip0_2932_18)">\n<path d="M18.4008 16.1206C18.4008 20.7787 14.4867 24.6006 9.60078 24.6006C4.71489 24.6006 0.800781 20.7787 0.800781 16.1206C0.800781 11.4626 4.71489 7.64062 9.60078 7.64062C14.4867 7.64062 18.4008 11.4626 18.4008 16.1206Z" stroke="black" stroke-width="1.6"/>\n<path d="M7.02148 5.16889C7.02148 5.07561 7.0971 5 7.19037 5H12.0112C12.1045 5 12.1801 5.07561 12.1801 5.16889C12.1801 6.04763 11.4677 6.76 10.589 6.76H8.61262C7.73385 6.76 7.02148 6.04763 7.02148 5.16889Z" fill="#D9D9D9" stroke="black" stroke-width="0.8"/>\n<path d="M17.4715 9.05481L16.7826 8.32587C16.6308 8.16531 16.3736 8.1537 16.208 8.29994L15.7713 8.68556C15.6058 8.8318 15.5945 9.0805 15.7463 9.24106L16.4352 9.97C16.5869 10.1306 16.8442 10.1422 17.0098 9.99593L17.4464 9.61031C17.612 9.46407 17.6232 9.21537 17.4715 9.05481Z" fill="#D9D9D9" stroke="black" stroke-width="0.8"/>\n<path d="M10 11.3984V17.6385" stroke="black" stroke-width="0.8" stroke-linecap="round"/>\n<path d="M7.51172 14.0078L9.90676 17.6644" stroke="black" stroke-width="0.8" stroke-linecap="round"/>\n</g>\n<path d="M4.26034 26.2254L6.56843 32.77H6.65954L8.96763 26.2254H9.95464L7.0999 34H6.12807L3.27333 26.2254H4.26034ZM11.029 34V33.3167L13.5952 30.5075C13.8964 30.1785 14.1444 29.8925 14.3392 29.6496C14.5341 29.4041 14.6784 29.1738 14.772 28.9586C14.8682 28.741 14.9163 28.5132 14.9163 28.2753C14.9163 28.002 14.8505 27.7654 14.7189 27.5654C14.5898 27.3655 14.4126 27.2111 14.1874 27.1023C13.9622 26.9935 13.7091 26.9391 13.4282 26.9391C13.1295 26.9391 12.8689 27.0011 12.6461 27.1251C12.426 27.2466 12.2551 27.4174 12.1337 27.6376C12.0147 27.8577 11.9552 28.1159 11.9552 28.412H11.0593C11.0593 27.9564 11.1644 27.5566 11.3744 27.2124C11.5845 26.8682 11.8705 26.5999 12.2324 26.4076C12.5968 26.2153 13.0055 26.1191 13.4585 26.1191C13.9141 26.1191 14.3177 26.2153 14.6695 26.4076C15.0213 26.5999 15.2972 26.8593 15.4971 27.1858C15.697 27.5123 15.797 27.8755 15.797 28.2753C15.797 28.5613 15.7451 28.841 15.6413 29.1143C15.5401 29.3851 15.363 29.6875 15.1099 30.0216C14.8593 30.3531 14.5113 30.758 14.0659 31.2364L12.3197 33.1041V33.1648H15.9337V34H11.029Z" fill="black"/>\n<defs>\n<clipPath id="clip0_2932_18">\n<rect width="19.2" height="30" fill="white"/>\n</clipPath>\n</defs>\n</svg>\n',tags:[Mp],index:null});var n},lazy:t=>{a.e(7483).then(a.bind(a,57483)).then(e=>{t(e.default())})}}:void 0}const Op="countdown";function Lp(t){let{channel:e}=t;return"web"===e?{id:"1",name:Op,menu:t=>{let{Compose:e}=t;return new e(((n=new Date).setHours(n.getMinutes()+30),{type:Op,props:{hasColons:!0,hasLabels:!0,date:n.toString(),language:"he",style:{},classList:[],containerWidth:"300px",containerBg:"transparent",containerRadius:"0",colBg:"transparent",colBorderStyle:"none",colBorderSize:"0",colBorderColor:"none",colBorderPadding:"0",colBorderRadius:"100px",numberSize:"30px",numberColor:"black",numberFontFamily:"Arial",labelSize:"14px",labelColor:"black",labelfontFamily:"Arial"}}),{id:Op,group:"elements",name:Op,puzzle:[{type:"countdown"}],tags:[Op],index:null});var n},lazy:t=>{a.e(8250).then(a.bind(a,78250)).then(e=>{t(e.default())})}}:"newsletter"===e?{id:"1",name:Op,menu:t=>{let{Compose:e}=t;return new e(((n=new Date).setMinutes(n.getMinutes()+30),{type:Op,props:{hasColons:!0,hasLabels:!0,date:n.toString(),language:"he",style:{},classList:[],containerWidth:"400px",containerBg:"transparent",containerRadius:"0",colBg:"transparent",colBorderStyle:"none",colBorderSize:"0",colBorderColor:"none",colBorderPadding:"0",colBorderRadius:"100px",numberSize:"30px",numberColor:"black",numberFontFamily:"Arial",labelSize:"14px",labelColor:"black",labelfontFamily:"Arial"}}),{group:"elements",name:Op,puzzle:[{type:"countdown"}],tags:[Op],index:null});var n},lazy:t=>{a.e(7466).then(a.bind(a,47466)).then(e=>{t(e.default())})}}:void 0}function Tp(t){const{languages:e}=t,n="button";return{id:"button-menu",name:n,menu:t=>{let{Compose:r}=t;return new r({type:n,props:{text:e.readMore,style:{height:"auto",width:"100px",maxWidth:"100%",minWidth:"30px",background:"#000",color:"#fff"}}},{group:"elements",name:n,puzzle:[{type:"button"}],tags:[n],index:null})},lazy:t=>{a.e(763).then(a.bind(a,10763)).then(e=>{t(e.default())})}}}const Ip="map";function Np(t){let{channel:e}=t;return"web"===e?{id:"1",name:Ip,menu:t=>{let{Compose:e}=t;return new e({type:Ip,props:{width:200,height:200,style:{height:"200px",width:"200px"},address:"תל אביב"}},{group:"elements",name:Ip,puzzle:[{type:"map"}],tags:[Ip],index:null})},lazy:t=>{a.e(6814).then(a.bind(a,46814)).then(e=>{t(e.default())})}}:"newsletter"===e?{id:"1",name:Ip,menu:t=>{let{Compose:e}=t;return new e({type:Ip,props:{width:200,height:200,style:{height:"200px",width:"200px"},address:"תל אביב",lang:"he"}},{group:"elements",name:Ip,puzzle:[{type:"map"}],tags:[Ip],index:null})},lazy:t=>{a.e(6751).then(a.bind(a,56751)).then(e=>{t(e.default())})}}:void 0}const Rp="social";function Dp(t){let{channel:e}=t;return"web"===e?{id:"1",name:Rp,menu:t=>{let{Compose:e}=t;return new e(((n=new Date).setMinutes(n.getMinutes()+30),{type:Rp,props:{}}),{group:"elements",name:Rp,puzzle:[{type:"social"}],tags:[Rp],index:null});var n},lazy:t=>{a.e(8250).then(a.bind(a,78250)).then(e=>{t(e.default())})}}:"newsletter"===e?{id:"1",name:Rp,menu:t=>{let{Compose:e}=t;return new e(((n=new Date).setMinutes(n.getMinutes()+30),{type:Rp,props:{style:{gap:"10px"},items:[{id:(0,be.A)(),fgColor:"",bgColor:"",style:{width:"30px",height:"30px"},url:"https://youtube.com",src:"https://img.creaditor.ai/icons/serve/Logos/youtube-fill.png?width=71&height=71&color=0000"},{id:(0,be.A)(),fgColor:"",bgColor:"",style:{width:"30px",height:"30px"},src:"https://img.creaditor.ai/icons/serve/Logos/facebook-fill.png?width=71&height=71&color=0000"},{id:(0,be.A)(),fgColor:"",bgColor:"",style:{width:"30px",height:"30px"},url:"https://whatsapp.com",src:"https://img.creaditor.ai/icons/serve/Logos/whatsapp-fill.png?width=71&height=71&color=0000"}]}}),{group:"elements",name:Rp,puzzle:[{type:"social"}],tags:[Rp],index:null});var n},lazy:t=>{a.e(589).then(a.bind(a,589)).then(e=>{t(e.default())})}}:void 0}function Pp(t){const e=t?.heading,n=t?.text,r=t?.direction,o=t?.textAlign;return{type:"card",props:{style:{width:"95%",maxWidth:"345px",padding:"10px"}},children:[{type:"col",children:[{type:"image",props:{src:"https://api.creaditor.com/images/placeholder?width=350&height=150",width:400,height:150,isFullWidthOnMobile:!0,style:{width:"100%"}}}]},{type:"col",children:[{type:"text",props:{text:{childNodes:{type:"doc",content:[{type:"heading",attrs:{level:1,lineHeight:"1.4",direction:r,textAlign:o},content:[{marks:[{type:"textStyle",attrs:{fontFamily:"Arial",fontSize:"24px",color:"#000"}}],type:"text",text:e}]}]}}}}]},{type:"col",children:[{type:"text",props:{text:{childNodes:{type:"doc",content:[{type:"paragraph",attrs:{lineHeight:"1.4",direction:r,textAlign:o},content:[{marks:[{type:"textStyle",attrs:{fontFamily:"Arial",fontSize:"16px",color:"#000"}}],type:"text",text:n}]}]}}}}]},{type:"col",props:{justify:"rtl"===r?"end":"start",style:{}},children:[{type:"button",props:{style:{}}}]}]}}function zp(t){const e=t?.text;return{type:"row",props:{style:{width:"300px"}},children:[{type:"col",props:{lg:12,sm:12,justify:"end"},children:[{type:"image",draggable:!1,props:{src:"https://panel.sendmsg.co.il/templateContentImages/images/CreaditorGeneral/last-post-quotes.png",width:24,height:24,style:{width:"24px",height:"24px"}}}]},{type:"col",props:{lg:12,sm:12},children:[{type:"text",props:{text:{childNodes:{type:"doc",content:[{type:"paragraph",attrs:{lineHeight:"1.4",direction:"rtl",textAlign:"center"},content:[{marks:[{type:"textStyle",attrs:{fontFamily:"Arial",fontSize:"16px",color:"#000"}}],type:"text",text:e}]}]}}}}]},{type:"col",props:{lg:12,sm:12,justify:"start"},children:[{type:"image",draggable:!1,props:{src:"https://panel.sendmsg.co.il/templateContentImages/images/CreaditorGeneral/last-post-quotes.png",width:24,height:24,style:{width:"24px",height:"24px"}}}]}]}}function Hp(t){let{homePageText:e,direction:n,textAlign:r}=t;return{name:"contact",icon:[{type:"contact"}],tags:["image","two images"],children:[{type:"col",children:[{type:"image",props:{src:"https://panel.sendmsg.co.il/templateContentImages/images/CreaditorGeneral/mail.png",width:30,height:30,style:{width:"35px",height:"35px"}}},{type:"text",props:{text:{childNodes:{type:"doc",content:[{type:"paragraph",attrs:{lineHeight:"1.4",direction:n,textAlign:"center"},content:[{marks:[{type:"textStyle",attrs:{fontFamily:"Arial",fontSize:"14px",color:"rgb(56, 56, 56)"}}],type:"text",text:"example@example.com"}]}]}}}}]},{type:"col",children:[{type:"image",props:{src:"https://panel.sendmsg.co.il/templateContentImages/images/CreaditorGeneral/website.png",width:30,height:30,style:{width:"35px",height:"35px"}}},{type:"text",props:{text:{childNodes:{type:"doc",content:[{type:"paragraph",attrs:{lineHeight:"1.4",direction:n,textAlign:"center"},content:[{marks:[{type:"textStyle",attrs:{fontFamily:"Arial",fontSize:"14px",color:"rgb(56, 56, 56)"}}],type:"text",text:e}]}]}}}}]},{type:"col",children:[{type:"image",props:{src:"https://panel.sendmsg.co.il/templateContentImages/images/CreaditorGeneral/phone.png",width:30,height:30,style:{width:"35px",height:"35px"}}},{type:"text",props:{text:{childNodes:{type:"doc",content:[{type:"paragraph",attrs:{lineHeight:"1.4",direction:n,textAlign:"center"},content:[{marks:[{type:"textStyle",attrs:{fontFamily:"Arial",fontSize:"14px",color:"rgb(56, 56, 56)"}}],type:"text",text:"0505891010"}]}]}}}}]}]}}function $p(){let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};const e=t.width||400,n=t.height||200;return{type:"image",props:{alt:"image",width:e,height:n,style:{height:"auto",width:e,maxWidth:"100%",minWidth:"30px",objectFit:"fill"},src:`https://api.creaditor.com/images/placeholder?width=${parseInt(e)||250}&height=${parseInt(n)||250}`,isOpenWithModal:!1,isFullWidthOnMobile:!1,isRatioLock:!0}}}function jp(){const t={width:300,height:200};return{name:"two images",icon:[{type:"image"},{type:"image"}],tags:["image"],children:[$p(t),$p(t)]}}function Fp(){const t={width:200,height:200};return{name:"threeImages",icon:[{type:"image"},{type:"image"},{type:"image"}],tags:["quote"],children:[$p(t),$p(t),$p(t)]}}function Up(){const t={width:150,height:100};return{name:"fourImages",icon:[{type:"image"},{type:"image"},{type:"image"},{type:"image"}],tags:["image"],children:[$p(t),$p(t),$p(t),$p(t)]}}function Vp(){let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};const e=t?.text;return{type:"button",props:{style:{height:"40px",padding:"10px",borderRadius:"5px"},text:e}}}function qp(t){const e=t?.heading,n=t?.text,r=t?.direction,o=t?.textAlign;return{type:"card",id:"card-title-txt-bton",props:{style:{width:"95%",maxWidth:"345px",background:""}},children:[{type:"col",props:{alignItems:"center"},children:[{type:"text",props:{text:{childNodes:{type:"doc",content:[{type:"heading",attrs:{level:1,lineHeight:"1.4",direction:r,textAlign:o},content:[{marks:[{type:"textStyle",attrs:{fontFamily:"Arial",fontSize:"24px",color:"rgb(56, 56, 56)"}}],type:"text",text:e}]}]}}}}]},{type:"col",props:{alignItems:"center"},children:[{type:"text",props:{text:{childNodes:{type:"doc",content:[{type:"paragraph",attrs:{lineHeight:"1.4",direction:r,textAlign:o},content:[{marks:[{type:"textStyle",attrs:{fontFamily:"Arial",fontSize:"14px",color:"rgb(56, 56, 56)"}}],type:"text",text:n}]}]}}}}]},{type:"col",props:{justify:"rtl"===r?"end":"start",style:{}},children:[{type:"button",props:{style:{marginTop:"10px"}}}]}]}}var Wp=a(53577),Yp=a(74265);const Xp="spacer";function Zp(t){let{channel:e}=t;return{id:"14g55g123ss#$",name:Xp,menu:t=>{let{Compose:e}=t;return new e({type:Xp,props:{height:"200px"}},{group:"elements",name:Xp,puzzle:'<svg width="26" height="26" viewBox="0 0 26 26" fill="none" xmlns="http://www.w3.org/2000/svg">\n<line x1="1" y1="12" x2="25" y2="12" stroke="black" stroke-width="2" stroke-linecap="round"/>\n<path d="M5.25 1H0.75V5.5M11.25 1H14.25M20.25 1H24.75V5.5M24.75 25H0.75V19H24.75V25Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>\n</svg>\n',tags:[Xp],index:null})},lazy:t=>{a.e(9694).then(a.bind(a,69694)).then(e=>{t(e.default())})}}}const Kp="divider";function Jp(t){let{channel:e}=t;return{id:"14g55g123ss#$",name:Kp,menu:t=>{let{Compose:e}=t;return new e({type:Kp,props:{width:"300px",height:"5px",background:"#000"}},{group:"elements",name:Kp,puzzle:'<svg width="26" height="2" viewBox="0 0 26 2" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M1 1H25" stroke="black" stroke-width="2" stroke-linecap="round"/>\n</svg>\n\n',tags:[Kp],index:null})},lazy:t=>{a.e(7564).then(a.bind(a,7564)).then(e=>{t(e.default())})}}}function Gp(){const t="qr";return{id:"qr-menu",name:t,menu:e=>{let{Compose:n}=e;return new n({type:t,props:{link:"https://example.com",size:200,style:{width:"200px",height:"200px",display:"block"}}},{group:"elements",name:t,puzzle:['<img src="https://img.creaditor.ai/images/qr?link=https%3A%2F%2Fexample.com&size=50" />'],tags:[t],index:null})},lazy:t=>{a.e(4639).then(a.bind(a,84639)).then(e=>{t(e.default())})}}}function Qp(){const t="html";return{id:"html-menu",name:t,menu:e=>{let{Compose:n}=e;return new n({type:t,props:{code:{html:""}}},{group:"elements",name:t,puzzle:[{type:t}],tags:[t],index:null})}}}function th(){const t="giphy";return{id:"giphy-menu",name:t,menu:e=>{let{Compose:n}=e;return new n({type:t,props:{alt:"GIF",style:{height:"auto",width:"200prex",maxWidth:"100%"},src:"https://media4.giphy.com/media/XyJPNKBskIDWR3Md8K/200.gif?cid=ae5937bem4wy4fmcncy5k1tua9oy296dycjflecot1qf8ove&ep=v1_gifs_search&rid=200.gif&ct=g"}},{group:"elements",name:t,puzzle:['<img width="100" height="100" src="https://media4.giphy.com/media/XP95CPLn7dkVMlXXF5/200.gif?cid=ae5937bef0n6bxzclidftw8etznpwdbu1rqzmpzgleqzplln&ep=v1_gifs_search&rid=200.gif&ct=g" />'],tags:[t,"gif","image"],index:null})},lazy:t=>{a.e(9431).then(a.bind(a,49431)).then(e=>{t(e.default())})}}}const eh=JSON.parse('{"name":"מקטע ריק","id":"empty-section","tags":["section","empty"],"body":{},"components":[{"type":"section","id":"empty-section","props":{"style":{"width":"100%","minHeight":"100px","fontFamily":"Arial, Helvetica, sans-serif","background":"#ffffff","maxWidth":"100%"}},"children":[]}]}'),nh=JSON.parse('{"name":"section1","id":"section1","tags":["section"],"body":{"type":"section","props":{"style":{"minHeight":"100px","background":"#fff","width":"100%"}}},"components":[{"id":"cdtr-7e9b8f24-0b7c-4b24-922b-77e02a544e97","_id":"cdtr-7e9b8f24-0b7c-4b24-922b-77e02a544e97","type":"image","props":{"alt":"Logo","width":72,"height":37.6171875,"style":{"height":"auto","width":"72px","maxWidth":"100%","minWidth":"30px","objectFit":"fill","fontFamily":"Arial, Helvetica, sans-serif"},"src":"https://img.creaditor.ai/static/logo.png","isOpenWithModal":false,"isFullWidthOnMobile":false,"isRatioLock":true,"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":560,"y":150,"width":72,"height":37.6171875,"top":150,"right":632,"bottom":187.6171875,"left":560}},"children":[],"width":72,"height":37.6171875,"renderedHTML":null},{"id":"cdtr-60d6edbd-517f-4ba7-8aa4-ff071a53f8e0","_id":"cdtr-60d6edbd-517f-4ba7-8aa4-ff071a53f8e0","type":"col","props":{"lg":0,"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-7e9b8f24-0b7c-4b24-922b-77e02a544e97"],"width":595,"height":37.6171875,"renderedHTML":null},{"id":"cdtr-db254a84-017f-47b2-ba63-16e68bf64df8","_id":"cdtr-db254a84-017f-47b2-ba63-16e68bf64df8","type":"block","props":{"style":{"padding":"10px","marginTop":"0","marginBottom":"0","marginLeft":"auto","marginRight":"auto","backgroundColor":"transparent","maxWidth":"100%","justifyContent":"center","width":"615px"},"classList":[],"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":288.5,"y":-302.5,"width":615,"height":57.6171875,"top":-302.5,"right":903.5,"bottom":-244.8828125,"left":288.5},"width":615,"height":57.6171875},"children":["cdtr-60d6edbd-517f-4ba7-8aa4-ff071a53f8e0"],"width":615,"height":57.6171875,"renderedHTML":null},{"id":"cdtr-75eaf360-07a3-49c6-84b8-5c9fa1bce326","_id":"cdtr-75eaf360-07a3-49c6-84b8-5c9fa1bce326","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"heading","attrs":{"letterSpacing":"2px","lineHeight":1.4,"direction":"rtl","textAlign":"center","level":3},"content":[{"type":"text","marks":[{"type":"textStyle","attrs":{"fontFamily":"","color":"","backgroundColor":"","fontSize":null}},{"type":"bold"}],"text":"הצעה מיוחדת! "}]}]},"from":0,"to":17,"focusedElement":"cdtr-75eaf360-07a3-49c6-84b8-5c9fa1bce326"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":56.59375,"y":207.6171875,"width":1078.8125,"height":26.203125,"top":207.6171875,"right":1135.40625,"bottom":233.8203125,"left":56.59375},"width":1078.8125,"height":26.203125},"children":[],"width":595,"height":26.203125,"renderedHTML":null},{"id":"cdtr-af2af5ee-3c46-40e5-9da6-11423fc04a54","_id":"cdtr-af2af5ee-3c46-40e5-9da6-11423fc04a54","type":"col","props":{"lg":0,"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-75eaf360-07a3-49c6-84b8-5c9fa1bce326"],"width":595,"height":26.203125,"renderedHTML":null},{"id":"cdtr-38536e13-7e96-4cbf-b325-9da80e2871b0","_id":"cdtr-38536e13-7e96-4cbf-b325-9da80e2871b0","type":"block","props":{"style":{"padding":"10px","marginTop":"0","marginBottom":"0","marginLeft":"auto","marginRight":"auto","backgroundColor":"transparent","maxWidth":"100%","justifyContent":"center","width":"615px"},"classList":[],"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":288.5,"y":-244.8828125,"width":615,"height":46.203125,"top":-244.8828125,"right":903.5,"bottom":-198.6796875,"left":288.5},"width":615,"height":46.203125},"children":["cdtr-af2af5ee-3c46-40e5-9da6-11423fc04a54"],"width":615,"height":46.203125,"renderedHTML":null},{"id":"cdtr-4d64ac1e-c9c1-4c93-b880-f07d64bd0415","_id":"cdtr-4d64ac1e-c9c1-4c93-b880-f07d64bd0415","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"heading","attrs":{"letterSpacing":"3px","lineHeight":1.3,"direction":"rtl","textAlign":"center","level":1},"content":[{"type":"text","marks":[{"type":"textStyle","attrs":{"fontFamily":"","color":"","backgroundColor":"","fontSize":"60px"}},{"type":"bold"}],"text":"התקדמו קדימה "}]},{"type":"heading","attrs":{"letterSpacing":"3px","lineHeight":1.3,"direction":"rtl","textAlign":"center","level":1},"content":[{"type":"text","marks":[{"type":"textStyle","attrs":{"fontFamily":"","color":"","backgroundColor":"","fontSize":"60px"}},{"type":"bold"}],"text":"עם חיסכון!"}]}]},"from":0,"to":32,"focusedElement":"cdtr-4d64ac1e-c9c1-4c93-b880-f07d64bd0415"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":64.09375,"y":256.4140625,"width":1063.8125,"height":156,"top":256.4140625,"right":1127.90625,"bottom":412.4140625,"left":64.09375},"width":1063.8125,"height":156},"children":[],"width":595,"height":156,"renderedHTML":null},{"id":"cdtr-67f7da5c-b00e-4584-a603-5e3a561ab47e","_id":"cdtr-67f7da5c-b00e-4584-a603-5e3a561ab47e","type":"col","props":{"lg":0,"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-4d64ac1e-c9c1-4c93-b880-f07d64bd0415"],"width":595,"height":156,"renderedHTML":null},{"id":"cdtr-48d2689b-e80d-46b5-b752-8a6ea055a723","_id":"cdtr-48d2689b-e80d-46b5-b752-8a6ea055a723","type":"block","props":{"style":{"padding":"10px","marginTop":"0","marginBottom":"0","marginLeft":"auto","marginRight":"auto","backgroundColor":"transparent","maxWidth":"100%","justifyContent":"center","width":"615px"},"classList":[],"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":288.5,"y":-198.6796875,"width":615,"height":176,"top":-198.6796875,"right":903.5,"bottom":-22.6796875,"left":288.5},"width":615,"height":176},"children":["cdtr-67f7da5c-b00e-4584-a603-5e3a561ab47e"],"width":615,"height":176,"renderedHTML":null},{"id":"cdtr-94889382-18c0-4afd-9027-a69b0d160e88","_id":"cdtr-94889382-18c0-4afd-9027-a69b0d160e88","type":"@paragraph/text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"paragraph","attrs":{"letterSpacing":"","lineHeight":"1.4","direction":"rtl","textAlign":"center"},"content":[{"type":"text","text":"הירשמו עכשיו וקבלו 25% הנחה על סדנת IT לבריאות הקרובה "}]},{"type":"paragraph","attrs":{"letterSpacing":"","lineHeight":"1.4","direction":"rtl","textAlign":"center"},"content":[{"type":"text","text":"—זמינה באופן בלעדי למשתתפי הוובינר!"}]}]},"from":58,"to":58,"focusedElement":"cdtr-94889382-18c0-4afd-9027-a69b0d160e88"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":64.09375,"y":432.4140625,"width":1063.8125,"height":44.796875,"top":432.4140625,"right":1127.90625,"bottom":477.2109375,"left":64.09375},"width":1063.8125,"height":44.796875},"children":[],"width":595,"height":44.796875,"renderedHTML":null},{"id":"cdtr-fd95d2e1-662a-492b-88b2-9f3aa3fde433","_id":"cdtr-fd95d2e1-662a-492b-88b2-9f3aa3fde433","type":"col","props":{"lg":0,"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-94889382-18c0-4afd-9027-a69b0d160e88"],"width":595,"height":44.796875,"renderedHTML":null},{"id":"cdtr-5257d622-ee54-4f5d-9389-4c4df79680c8","_id":"cdtr-5257d622-ee54-4f5d-9389-4c4df79680c8","type":"block","props":{"style":{"padding":"10px","marginTop":"0","marginBottom":"0","marginLeft":"auto","marginRight":"auto","backgroundColor":"transparent","maxWidth":"100%","justifyContent":"center","width":"615px"},"classList":[],"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":288.5,"y":-22.6796875,"width":615,"height":64.796875,"top":-22.6796875,"right":903.5,"bottom":42.1171875,"left":288.5},"width":615,"height":64.796875},"children":["cdtr-fd95d2e1-662a-492b-88b2-9f3aa3fde433"],"width":615,"height":64.796875,"renderedHTML":null},{"id":"cdtr-451ec567-9925-4695-a776-c8d56fcc0800","_id":"cdtr-451ec567-9925-4695-a776-c8d56fcc0800","type":"button","props":{"text":" קבלו 25% הנחה – הירשמו עכשיו","style":{"height":"auto","width":"228px","maxWidth":"100%","minWidth":"10px","background":"#000","color":"#fff","fontFamily":"Arial, Helvetica, sans-serif","padding":"10px","borderRadius":"5px","display":"","direction":"rtl","fontSize":"13px"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":482,"y":497.2109375,"width":228,"height":33,"top":497.2109375,"right":710,"bottom":530.2109375,"left":482},"width":228,"height":33},"children":[],"width":228,"height":33,"renderedHTML":null},{"id":"cdtr-761a6123-c406-4b07-98a8-8d7f73ca739a","_id":"cdtr-761a6123-c406-4b07-98a8-8d7f73ca739a","type":"col","props":{"lg":0,"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-451ec567-9925-4695-a776-c8d56fcc0800"],"width":595,"height":33,"renderedHTML":null},{"id":"cdtr-9f9eac8b-0be1-42cd-98e2-b1e0c98d6431","_id":"cdtr-9f9eac8b-0be1-42cd-98e2-b1e0c98d6431","type":"block","props":{"style":{"padding":"10px","marginTop":"0","marginBottom":"0","marginLeft":"auto","marginRight":"auto","backgroundColor":"transparent","maxWidth":"100%","justifyContent":"center","width":"615px"},"classList":[],"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":288.5,"y":42.1171875,"width":615,"height":53,"top":42.1171875,"right":903.5,"bottom":95.1171875,"left":288.5},"width":615,"height":53},"children":["cdtr-761a6123-c406-4b07-98a8-8d7f73ca739a"],"width":615,"height":53,"renderedHTML":null},{"id":"cdtr-96b933df-774c-43f6-bb7c-8adef74649ae","_id":"cdtr-96b933df-774c-43f6-bb7c-8adef74649ae","type":"image","props":{"alt":"image","width":595,"height":440.4375,"style":{"height":"auto","width":"595px","maxWidth":"100%","minWidth":"30px","objectFit":"fill","fontFamily":"Arial, Helvetica, sans-serif"},"src":"https://render.creaditor.ai/media/Q1_Strategic_Review_Israel_Team.png","isOpenWithModal":false,"isFullWidthOnMobile":false,"isRatioLock":true,"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":298.5,"y":105.1171875,"width":595,"height":440.4375,"top":105.1171875,"right":893.5,"bottom":545.5546875,"left":298.5}},"children":[],"width":595,"height":440.4375,"renderedHTML":null},{"id":"cdtr-dae074ee-1dde-4377-80bf-dcbc225ae544","_id":"cdtr-dae074ee-1dde-4377-80bf-dcbc225ae544","type":"col","props":{"lg":0,"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-96b933df-774c-43f6-bb7c-8adef74649ae"],"width":595,"height":440.4375,"renderedHTML":null},{"id":"cdtr-cdd83139-b195-47a9-abfb-28891822c74b","_id":"cdtr-cdd83139-b195-47a9-abfb-28891822c74b","type":"block","props":{"style":{"padding":"10px","marginTop":"0","marginBottom":"0","marginLeft":"auto","marginRight":"auto","backgroundColor":"transparent","maxWidth":"100%","justifyContent":"center","width":"615px"},"classList":[],"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":288.5,"y":95.1171875,"width":615,"height":460.4375,"top":95.1171875,"right":903.5,"bottom":555.5546875,"left":288.5},"width":615,"height":460.4375},"children":["cdtr-dae074ee-1dde-4377-80bf-dcbc225ae544"],"width":615,"height":460.4375,"renderedHTML":null},{"id":"cdtr-9f0e62c6-d06e-4107-b54b-c695ec8de670","_id":"cdtr-9f0e62c6-d06e-4107-b54b-c695ec8de670","type":"section","props":{"style":{"width":"100%","minHeight":"calc(calc(calc(calc(calc(calc(calc(calc(calc(calc(calc(calc(calc(calc(calc(calc(calc(calc(calc(calc(calc(calc(calc(calc(calc(calc(500px - 150px) - 150px) - 150px) - 150px) - 150px) - 150px) - 150px) - 150px) - 150px) - 150px) - 150px) - 150px) - 150px) - 150px) - 150px) - 150px) - 150px) - 150px) - 150px) - 150px) - 150px) - 150px) - 150px) - 150px) - 150px) - 150px)","fontFamily":"Arial, Helvetica, sans-serif","background":"#d2e4f4ff"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":53.09375,"y":140,"width":1085.8125,"height":917.6484375,"top":140,"right":1138.90625,"bottom":1057.6484375,"left":53.09375},"width":1085.8125,"height":917.6484375},"children":["cdtr-db254a84-017f-47b2-ba63-16e68bf64df8","cdtr-38536e13-7e96-4cbf-b325-9da80e2871b0","cdtr-48d2689b-e80d-46b5-b752-8a6ea055a723","cdtr-5257d622-ee54-4f5d-9389-4c4df79680c8","cdtr-9f9eac8b-0be1-42cd-98e2-b1e0c98d6431","cdtr-cdd83139-b195-47a9-abfb-28891822c74b"],"width":1085.8125,"height":858.0546875,"renderedHTML":null},{"id":"cdtr-32bf9ba8-1d7e-4ed2-a8b1-f2d0ff3b0fcd","_id":"cdtr-32bf9ba8-1d7e-4ed2-a8b1-f2d0ff3b0fcd","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"heading","attrs":{"letterSpacing":"normal","lineHeight":1.5,"direction":"ltr","textAlign":"left","level":1},"content":[{"type":"text","marks":[{"type":"textStyle","attrs":{"fontFamily":"","color":"#ffffffff","backgroundColor":"","fontSize":"38px"}},{"type":"bold"}],"text":"וובינר IT לבריאות"}]}]},"from":1,"to":22,"focusedElement":"cdtr-32bf9ba8-1d7e-4ed2-a8b1-f2d0ff3b0fcd"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":306,"y":548.2578125,"width":291,"height":114,"top":548.2578125,"right":597,"bottom":662.2578125,"left":306},"width":291,"height":114},"children":[],"width":307,"height":114,"renderedHTML":null},{"id":"cdtr-61ef6b69-6bd0-4176-92b7-bba41d5cbda0","_id":"cdtr-61ef6b69-6bd0-4176-92b7-bba41d5cbda0","type":"col","props":{"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-32bf9ba8-1d7e-4ed2-a8b1-f2d0ff3b0fcd"],"width":307,"height":114,"renderedHTML":null},{"id":"cdtr-5edb1693-290d-4587-b686-e48cd0a6b732","_id":"cdtr-5edb1693-290d-4587-b686-e48cd0a6b732","type":"card","props":{"style":{"width":"100%","background":"#583de0","padding":"0","border":"1px solid #583de0","fontFamily":"Arial, Helvetica, sans-serif","borderRadius":".2rem","maxWidth":"100%"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":306,"y":548.2578125,"width":291,"height":114,"top":548.2578125,"right":597,"bottom":662.2578125,"left":306},"width":291,"height":114},"children":["cdtr-61ef6b69-6bd0-4176-92b7-bba41d5cbda0"],"width":309,"height":116,"renderedHTML":null},{"id":"cdtr-b3a8071d-da68-402f-89aa-19627118bee2","_id":"cdtr-b3a8071d-da68-402f-89aa-19627118bee2","type":"col","props":{"lg":6,"sm":12,"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":288,"y":555.5546875,"width":309,"height":117,"top":555.5546875,"right":597,"bottom":672.5546875,"left":288},"width":309,"height":117},"children":["cdtr-5edb1693-290d-4587-b686-e48cd0a6b732"],"width":309,"height":117,"renderedHTML":null},{"id":"cdtr-d9a97ca6-562a-48b6-b2f2-e6af6449ea73","_id":"cdtr-d9a97ca6-562a-48b6-b2f2-e6af6449ea73","type":"image","props":{"alt":"image","width":208,"height":45.1953125,"style":{"height":"auto","width":"208px","maxWidth":"100%","minWidth":"30px","objectFit":"fill","fontFamily":"Arial, Helvetica, sans-serif"},"src":"https://d1oco4z2z1fhwp.cloudfront.net/templates/default/8931/flower_4.png","isOpenWithModal":false,"isFullWidthOnMobile":true,"isRatioLock":true,"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":647.5,"y":591.453125,"width":208,"height":45.1953125,"top":591.453125,"right":855.5,"bottom":636.6484375,"left":647.5}},"children":[],"width":208,"height":45.1953125,"renderedHTML":null},{"id":"cdtr-982d9ae4-a28c-4d27-9da7-66507ab8060a","_id":"cdtr-982d9ae4-a28c-4d27-9da7-66507ab8060a","type":"col","props":{"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{"minHeight":"115px"},"rect":{"x":598,"y":556.5546875,"width":307,"height":115,"top":556.5546875,"right":905,"bottom":671.5546875,"left":598},"width":307,"height":115},"children":["cdtr-a92fbcaf-e249-41ce-a36d-f05826327246"],"width":307,"height":115,"renderedHTML":null},{"id":"cdtr-39e746c9-4e41-4c6b-b00d-cf7374a4591e","_id":"cdtr-39e746c9-4e41-4c6b-b00d-cf7374a4591e","type":"card","props":{"style":{"width":"100%","background":"#fff","padding":"0","border":"1px solid #583de0","fontFamily":"Arial, Helvetica, sans-serif","borderRadius":".2rem","maxWidth":"100%"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":605.2265625,"y":482.5546875,"width":312.546875,"height":118.140625,"top":482.5546875,"right":917.7734375,"bottom":600.6953125,"left":605.2265625},"width":312.546875,"height":118.140625},"children":["cdtr-982d9ae4-a28c-4d27-9da7-66507ab8060a"],"width":309,"height":117,"renderedHTML":null},{"id":"cdtr-cf9891eb-2a4f-4810-bc0f-f19a766d60a0","_id":"cdtr-cf9891eb-2a4f-4810-bc0f-f19a766d60a0","type":"col","props":{"lg":6,"style":{},"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":597,"y":555.5546875,"width":309,"height":117,"top":555.5546875,"right":906,"bottom":672.5546875,"left":597},"width":309,"height":117,"alignItems":"center"},"children":["cdtr-39e746c9-4e41-4c6b-b00d-cf7374a4591e"],"width":309,"height":117,"renderedHTML":null},{"id":"cdtr-fe4c04dd-6dcf-4e0e-876a-f405297a8ede","_id":"cdtr-fe4c04dd-6dcf-4e0e-876a-f405297a8ede","type":"block","props":{"style":{"fontFamily":"Arial, Helvetica, sans-serif","width":"618px","maxWidth":"100%","paddingTop":"0px","paddingBottom":"0px","paddingLeft":"0px","paddingRight":"0px"},"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":288,"y":555.5546875,"width":618,"height":117,"top":555.5546875,"right":906,"bottom":672.5546875,"left":288},"width":618,"height":117},"children":["cdtr-b3a8071d-da68-402f-89aa-19627118bee2","cdtr-cf9891eb-2a4f-4810-bc0f-f19a766d60a0"],"width":618,"height":117,"renderedHTML":null},{"id":"cdtr-9f0e62c6","_id":"cdtr-9f0e62c6","type":"section","props":{"style":{"width":"618px","minHeight":"calc(calc(calc(calc(500px - 150px) - 150px) - 150px) - 150px)","fontFamily":"Arial, Helvetica, sans-serif","background":"#ffffff","maxWidth":"100%"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":287,"y":555.5546875,"width":618,"height":117,"top":555.5546875,"right":905,"bottom":672.5546875,"left":287},"width":618,"height":117},"children":["cdtr-fe4c04dd-6dcf-4e0e-876a-f405297a8ede"],"width":618,"height":117,"renderedHTML":null},{"id":"cdtr-61509ee5-9c92-4c4a-bd5e-8e374670199e","_id":"cdtr-61509ee5-9c92-4c4a-bd5e-8e374670199e","type":"@paragraph/text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"paragraph","attrs":{"lineHeight":"1.4","direction":"rtl","textAlign":"right"},"content":[{"marks":[{"type":"textStyle","attrs":{"fontFamily":"Arial, Helvetica, sans-serif","fontSize":"16px","color":"#000"}}],"type":"text","text":"כאן אנו נרשום את טקסט כללי כלשהו על המוצר שלנו. זהו אזור טקסט כללי כלשהו חופשי לגמרי "}]}]}},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":0,"y":0,"width":0,"height":0,"top":0,"right":0,"bottom":0,"left":0},"width":0,"height":0},"children":[],"renderedHTML":null},{"id":"cdtr-f6befe15-055c-450c-92d4-aeafb64afbfe","_id":"cdtr-f6befe15-055c-450c-92d4-aeafb64afbfe","type":"col","props":{"lg":12,"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":0,"y":0,"width":0,"height":0,"top":0,"right":0,"bottom":0,"left":0},"width":0,"height":0},"children":[],"renderedHTML":null},{"id":"cdtr-a92fbcaf-e249-41ce-a36d-f05826327246","_id":"cdtr-a92fbcaf-e249-41ce-a36d-f05826327246","type":"row","props":{"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":598,"y":591.453125,"width":307,"height":45.1953125,"top":591.453125,"right":905,"bottom":636.6484375,"left":598},"width":307,"height":45.1953125},"children":["cdtr-9016cba2-e4f0-4380-8af3-dfa439325094"],"width":307,"height":45.1953125,"renderedHTML":null},{"id":"cdtr-43a7eb01-e268-4041-96c9-96c8e632c7d0","_id":"cdtr-43a7eb01-e268-4041-96c9-96c8e632c7d0","type":"col","props":{"lg":12,"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":0,"y":0,"width":0,"height":0,"top":0,"right":0,"bottom":0,"left":0},"width":0,"height":0},"children":[],"renderedHTML":null},{"id":"cdtr-6ef5a455-ce82-4979-a4c2-4decf486bfb6","_id":"cdtr-6ef5a455-ce82-4979-a4c2-4decf486bfb6","type":"row","props":{"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":0,"y":0,"width":0,"height":0,"top":0,"right":0,"bottom":0,"left":0},"width":0,"height":0},"children":[],"renderedHTML":null},{"id":"cdtr-9016cba2-e4f0-4380-8af3-dfa439325094","_id":"cdtr-9016cba2-e4f0-4380-8af3-dfa439325094","type":"col","props":{"lg":0,"style":{},"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":598,"y":591.453125,"width":307,"height":45.1953125,"top":591.453125,"right":905,"bottom":636.6484375,"left":598},"width":307,"height":45.1953125},"children":["cdtr-d9a97ca6-562a-48b6-b2f2-e6af6449ea73"],"width":307,"height":45.1953125,"renderedHTML":null},{"id":"cdtr-0f7095a9-f7aa-48a3-a863-f78c7b01e07e","_id":"cdtr-0f7095a9-f7aa-48a3-a863-f78c7b01e07e","type":"col","props":{"lg":0,"style":{},"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":0,"y":0,"width":0,"height":0,"top":0,"right":0,"bottom":0,"left":0},"width":0,"height":0},"children":[],"renderedHTML":null}]}'),rh=JSON.parse('{"name":"שירותים 4 כרטיסים","id":"section2","tags":["section"],"body":{"type":"section","props":{"style":{"minHeight":"100px","background":"#fff","width":"100%"}}},"components":[{"id":"cdtr-528943f3-0008-4cc6-a42b-c9873496fbd1","_id":"cdtr-528943f3-0008-4cc6-a42b-c9873496fbd1","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"heading","attrs":{"letterSpacing":"normal","lineHeight":"1.2","direction":"rtl","textAlign":"center","level":2},"content":[{"type":"text","marks":[{"type":"textStyle","attrs":{"fontFamily":"","color":"","backgroundColor":"","fontSize":"32px"}},{"type":"bold"}],"text":"מסגרות קצרות ומעשיות להחלטות טובות יותר."}]}]},"from":1,"to":50,"focusedElement":"cdtr-528943f3-0008-4cc6-a42b-c9873496fbd1"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":621,"y":150,"width":590,"height":76.796875,"top":150,"right":1211,"bottom":226.796875,"left":621},"width":590,"height":76.796875},"children":[],"width":590,"height":76.796875,"renderedHTML":null},{"id":"cdtr-9e5f49a7-31d5-4c30-a44b-deff19bfe953","_id":"cdtr-9e5f49a7-31d5-4c30-a44b-deff19bfe953","type":"col","props":{"lg":0,"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-528943f3-0008-4cc6-a42b-c9873496fbd1"],"width":590,"height":76.796875,"renderedHTML":null},{"id":"cdtr-ed780bef-86c8-4c48-b921-006605bf8a55","_id":"cdtr-ed780bef-86c8-4c48-b921-006605bf8a55","type":"block","props":{"style":{"padding":"10px","marginTop":"0","marginBottom":"0","marginLeft":"auto","marginRight":"auto","backgroundColor":"transparent","maxWidth":"1320px","justifyContent":"center","width":"610px","margin":"0 auto"},"classList":[],"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":611,"y":140,"width":610,"height":96.796875,"top":140,"right":1221,"bottom":236.796875,"left":611},"width":610,"height":96.796875},"children":["cdtr-9e5f49a7-31d5-4c30-a44b-deff19bfe953"],"width":610,"height":96.796875,"renderedHTML":null},{"id":"cdtr-2956d16b-2988-4ef4-850e-d4a1a3568fd5","_id":"cdtr-2956d16b-2988-4ef4-850e-d4a1a3568fd5","type":"icon","props":{"alt":"home-2-fill","style":{"width":"24px","height":"24px","maxWidth":"100%","maxHeight":"100%","display":"inline-block","fontFamily":"Roboto, sans-serif"},"src":"https://img.creaditor.ai/icons/serve/Buildings/home-2-fill.png?width=24&height=24&color=000000","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"iconColor":"000000","iconCategory":"Buildings","iconName":"home-2-fill","rect":{"x":638.375,"y":256.796875,"width":24,"height":27.8984375,"top":256.796875,"right":662.375,"bottom":284.6953125,"left":638.375},"width":24,"height":27.8984375},"children":[],"width":24,"height":27.8984375,"renderedHTML":null},{"id":"cdtr-e7cb4919-a84d-4176-8abb-9ba284978eb1","_id":"cdtr-e7cb4919-a84d-4176-8abb-9ba284978eb1","type":"col","props":{"lg":12,"justify":"flex-end","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":638.375,"y":256.796875,"width":260.25,"height":27.8984375,"top":256.796875,"right":898.625,"bottom":284.6953125,"left":638.375},"width":260.25,"height":27.8984375},"children":["cdtr-2956d16b-2988-4ef4-850e-d4a1a3568fd5"],"width":260.25,"height":27.8984375,"renderedHTML":null},{"id":"cdtr-c7278fb7-c010-4180-b3dd-a28599eaf19d","_id":"cdtr-c7278fb7-c010-4180-b3dd-a28599eaf19d","type":"row","props":{"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":638.375,"y":256.796875,"width":260.25,"height":27.8984375,"top":256.796875,"right":898.625,"bottom":284.6953125,"left":638.375},"width":260.25,"height":27.8984375,"style":{}},"children":["cdtr-e7cb4919-a84d-4176-8abb-9ba284978eb1"],"width":260.25,"height":27.8984375,"renderedHTML":null},{"id":"cdtr-9d594080-bb74-425d-92ff-e6f3c62f36e8","_id":"cdtr-9d594080-bb74-425d-92ff-e6f3c62f36e8","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"heading","attrs":{"letterSpacing":"normal","lineHeight":"1.2","direction":"rtl","textAlign":"right","level":3},"content":[{"type":"text","marks":[{"type":"bold"}],"text":"צלילה לעומק הנתונים"}]}]},"from":15,"to":15,"focusedElement":"cdtr-9d594080-bb74-425d-92ff-e6f3c62f36e8"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":638.375,"y":284.6953125,"width":260.25,"height":22.4609375,"top":284.6953125,"right":898.625,"bottom":307.15625,"left":638.375},"width":260.25,"height":22.4609375},"children":[],"width":260.25,"height":22.4609375,"renderedHTML":null},{"id":"cdtr-a724179b-386b-41c2-b7dd-246815938226","_id":"cdtr-a724179b-386b-41c2-b7dd-246815938226","type":"col","props":{"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-c7278fb7-c010-4180-b3dd-a28599eaf19d","cdtr-9d594080-bb74-425d-92ff-e6f3c62f36e8"],"width":260.25,"height":50.359375,"renderedHTML":null},{"id":"cdtr-a15bb422-fc18-4622-b42c-fdc300890aa5","_id":"cdtr-a15bb422-fc18-4622-b42c-fdc300890aa5","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"paragraph","attrs":{"letterSpacing":"","lineHeight":"1.4","direction":"rtl","textAlign":"right"},"content":[{"type":"text","text":"בכל חודש, אנו מנתחים דפוסי שימוש אנונימיים בפלטפורמה שלנו כדי להבין היכן צוותים מרוויחים מהירות—והיכן חיכוכים עדיין מסתתרים"}]}]},"from":0,"to":146,"focusedElement":"cdtr-a15bb422-fc18-4622-b42c-fdc300890aa5"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":638.375,"y":307.15625,"width":260.25,"height":111.9921875,"top":307.15625,"right":898.625,"bottom":419.1484375,"left":638.375},"width":260.25,"height":111.9921875},"children":[],"width":260.25,"height":111.9921875,"renderedHTML":null},{"id":"cdtr-550c49c5-8baa-43ed-8561-6257337225af","_id":"cdtr-550c49c5-8baa-43ed-8561-6257337225af","type":"col","props":{"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-a15bb422-fc18-4622-b42c-fdc300890aa5"],"width":260.25,"height":111.9921875,"renderedHTML":null},{"id":"cdtr-9999e26e-2c50-4992-99a6-ff5524dc1086","_id":"cdtr-9999e26e-2c50-4992-99a6-ff5524dc1086","type":"card","props":{"style":{"width":"95%","background":"#ffebee","maxWidth":"345px","padding":"10px","fontFamily":"Roboto, sans-serif","borderRadius":".2rem"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"lg":{"style":{"minHeight":"182px"}},"rect":{"x":628.375,"y":246.796875,"width":280.25,"height":182.3515625,"top":246.796875,"right":908.625,"bottom":429.1484375,"left":628.375},"width":280.25,"height":182.3515625},"children":["cdtr-a724179b-386b-41c2-b7dd-246815938226","cdtr-550c49c5-8baa-43ed-8561-6257337225af"],"width":280.25,"height":182.3515625,"renderedHTML":null},{"id":"cdtr-2252406d-8729-4d9f-aa28-b24cf031044f","_id":"cdtr-2252406d-8729-4d9f-aa28-b24cf031044f","type":"col","props":{"lg":6,"sm":12,"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":621,"y":246.796875,"width":295,"height":182.3515625,"top":246.796875,"right":916,"bottom":429.1484375,"left":621},"width":295,"height":182.3515625},"children":["cdtr-9999e26e-2c50-4992-99a6-ff5524dc1086"],"width":295,"height":182.3515625,"renderedHTML":null},{"id":"cdtr-7b1bf2d1-255a-4427-99d0-df4677cb2d03","_id":"cdtr-7b1bf2d1-255a-4427-99d0-df4677cb2d03","type":"icon","props":{"alt":"home-4-line","style":{"width":"24px","height":"24px","maxWidth":"100%","maxHeight":"100%","display":"inline-block","fontFamily":"Roboto, sans-serif"},"src":"https://img.creaditor.ai/icons/serve/Buildings/home-gear-fill.png?width=24&height=24&color=000000","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"iconColor":"000000","rect":{"x":933.375,"y":256.796875,"width":24,"height":27.8984375,"top":256.796875,"right":957.375,"bottom":284.6953125,"left":933.375},"width":24,"height":27.8984375,"iconCategory":"Buildings","iconName":"home-gear-fill"},"children":[],"width":24,"height":27.8984375,"renderedHTML":null},{"id":"cdtr-c5a855ad-b473-444e-aece-99be4a934c81","_id":"cdtr-c5a855ad-b473-444e-aece-99be4a934c81","type":"col","props":{"lg":12,"justify":"flex-end","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":933.375,"y":256.796875,"width":260.25,"height":27.8984375,"top":256.796875,"right":1193.625,"bottom":284.6953125,"left":933.375},"width":260.25,"height":27.8984375},"children":["cdtr-7b1bf2d1-255a-4427-99d0-df4677cb2d03"],"width":260.25,"height":27.8984375,"renderedHTML":null},{"id":"cdtr-185fc2db-9bb0-46b9-8ad7-131e10616c5c","_id":"cdtr-185fc2db-9bb0-46b9-8ad7-131e10616c5c","type":"row","props":{"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":933.375,"y":256.796875,"width":260.25,"height":27.8984375,"top":256.796875,"right":1193.625,"bottom":284.6953125,"left":933.375},"width":260.25,"height":27.8984375,"style":{}},"children":["cdtr-c5a855ad-b473-444e-aece-99be4a934c81"],"width":260.25,"height":27.8984375,"renderedHTML":null},{"id":"cdtr-d52dad11-5085-4a28-9f2e-6fc5e66d7dfa","_id":"cdtr-d52dad11-5085-4a28-9f2e-6fc5e66d7dfa","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"heading","attrs":{"letterSpacing":"normal","lineHeight":"1.2","direction":"rtl","textAlign":"right","level":3},"content":[{"type":"text","marks":[{"type":"bold"}],"text":"פיצ\'ר במרכז תשומת הלב"}]}]},"from":17,"to":17,"focusedElement":"cdtr-d52dad11-5085-4a28-9f2e-6fc5e66d7dfa"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":933.375,"y":284.6953125,"width":260.25,"height":22.4609375,"top":284.6953125,"right":1193.625,"bottom":307.15625,"left":933.375},"width":260.25,"height":22.4609375},"children":[],"width":260.25,"height":22.4609375,"renderedHTML":null},{"id":"cdtr-f3611d9a-2919-4c3c-b684-3bc3001d23a4","_id":"cdtr-f3611d9a-2919-4c3c-b684-3bc3001d23a4","type":"col","props":{"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-185fc2db-9bb0-46b9-8ad7-131e10616c5c","cdtr-d52dad11-5085-4a28-9f2e-6fc5e66d7dfa"],"width":260.25,"height":50.359375,"renderedHTML":null},{"id":"cdtr-1ddc356a-42f8-4a46-b9ba-1cc733e733ca","_id":"cdtr-1ddc356a-42f8-4a46-b9ba-1cc733e733ca","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"paragraph","attrs":{"letterSpacing":"","lineHeight":"1.4","direction":"rtl","textAlign":"right"},"content":[{"type":"text","marks":[{"type":"textStyle","attrs":{"fontFamily":"Roboto, sans-serif","color":"rgb(0, 0, 0)","backgroundColor":"","fontSize":"16px"}}],"text":"הכירו את התבניות החכמות—קיצור הדרך שלכם לתהליכי עבודה עקביים וחוזרים. מושלם להכשרה, דיווח וכל מה שהצוות שלכם עושה יותר מפעמיים."}]}]},"from":152,"to":152,"focusedElement":"cdtr-1ddc356a-42f8-4a46-b9ba-1cc733e733ca"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":933.375,"y":307.15625,"width":260.25,"height":111.9921875,"top":307.15625,"right":1193.625,"bottom":419.1484375,"left":933.375},"width":260.25,"height":111.9921875},"children":[],"width":260.25,"height":111.9921875,"renderedHTML":null},{"id":"cdtr-1aac3a1f-3ba8-463e-bc04-02a24321ee80","_id":"cdtr-1aac3a1f-3ba8-463e-bc04-02a24321ee80","type":"col","props":{"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-1ddc356a-42f8-4a46-b9ba-1cc733e733ca"],"width":260.25,"height":111.9921875,"renderedHTML":null},{"id":"cdtr-faeb25df-a871-4a3b-9ca4-5746025e9be6","_id":"cdtr-faeb25df-a871-4a3b-9ca4-5746025e9be6","type":"card","props":{"style":{"width":"95%","background":"#e1bee7","maxWidth":"345px","padding":"10px","fontFamily":"Roboto, sans-serif","borderRadius":".2rem"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"lg":{"style":{"minHeight":"182px"}},"rect":{"x":923.375,"y":246.796875,"width":280.25,"height":182.3515625,"top":246.796875,"right":1203.625,"bottom":429.1484375,"left":923.375},"width":280.25,"height":182.3515625},"children":["cdtr-f3611d9a-2919-4c3c-b684-3bc3001d23a4","cdtr-1aac3a1f-3ba8-463e-bc04-02a24321ee80"],"width":280.25,"height":182.3515625,"renderedHTML":null},{"id":"cdtr-e14086c6-c7d8-4108-9393-5abdd4872b1d","_id":"cdtr-e14086c6-c7d8-4108-9393-5abdd4872b1d","type":"col","props":{"lg":6,"sm":12,"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":916,"y":246.796875,"width":295,"height":182.3515625,"top":246.796875,"right":1211,"bottom":429.1484375,"left":916},"width":295,"height":182.3515625},"children":["cdtr-faeb25df-a871-4a3b-9ca4-5746025e9be6"],"width":295,"height":182.3515625,"renderedHTML":null},{"id":"cdtr-830d40ec-4801-4890-ac93-1f1abec308c9","_id":"cdtr-830d40ec-4801-4890-ac93-1f1abec308c9","type":"block","props":{"style":{"padding":"10px","marginTop":"0","marginBottom":"0","marginLeft":"auto","marginRight":"auto","backgroundColor":"transparent","maxWidth":"1320px","justifyContent":"center","width":"610px","margin":"0 auto"},"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":611,"y":236.796875,"width":610,"height":202.3515625,"top":236.796875,"right":1221,"bottom":439.1484375,"left":611},"width":610,"height":202.3515625},"children":["cdtr-2252406d-8729-4d9f-aa28-b24cf031044f","cdtr-e14086c6-c7d8-4108-9393-5abdd4872b1d"],"width":610,"height":202.3515625,"renderedHTML":null},{"id":"cdtr-06ce03ca-e4ad-4e82-906e-3e13af09d2ec","_id":"cdtr-06ce03ca-e4ad-4e82-906e-3e13af09d2ec","type":"icon","props":{"alt":"home-2-fill","style":{"width":"24px","height":"24px","maxWidth":"100%","maxHeight":"100%","display":"inline-block","fontFamily":"Roboto, sans-serif"},"src":"https://img.creaditor.ai/icons/serve/Buildings/home-2-fill.png?width=24&height=24&color=000000","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"iconColor":"000000","iconCategory":"Buildings","iconName":"home-2-fill","rect":{"x":638.375,"y":459.1484375,"width":24,"height":27.8984375,"top":459.1484375,"right":662.375,"bottom":487.046875,"left":638.375},"width":24,"height":27.8984375},"children":[],"width":24,"height":27.8984375,"renderedHTML":null},{"id":"cdtr-d8454a7d-2efa-4468-9227-2f3f0522e1cb","_id":"cdtr-d8454a7d-2efa-4468-9227-2f3f0522e1cb","type":"col","props":{"lg":12,"justify":"flex-end","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":638.375,"y":459.1484375,"width":260.25,"height":27.8984375,"top":459.1484375,"right":898.625,"bottom":487.046875,"left":638.375},"width":260.25,"height":27.8984375},"children":["cdtr-06ce03ca-e4ad-4e82-906e-3e13af09d2ec"],"width":260.25,"height":27.8984375,"renderedHTML":null},{"id":"cdtr-862ef618-5847-4b92-b534-21acc8f27a19","_id":"cdtr-862ef618-5847-4b92-b534-21acc8f27a19","type":"row","props":{"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":638.375,"y":459.1484375,"width":260.25,"height":27.8984375,"top":459.1484375,"right":898.625,"bottom":487.046875,"left":638.375},"width":260.25,"height":27.8984375,"style":{}},"children":["cdtr-d8454a7d-2efa-4468-9227-2f3f0522e1cb"],"width":260.25,"height":27.8984375,"renderedHTML":null},{"id":"cdtr-070e470a-e505-4dc3-a37b-b2c535b97307","_id":"cdtr-070e470a-e505-4dc3-a37b-b2c535b97307","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"heading","attrs":{"letterSpacing":"normal","lineHeight":"1.2","direction":"rtl","textAlign":"right","level":3},"content":[{"type":"text","marks":[{"type":"bold"}],"text":"צלילה לעומק הנתונים"}]}]},"from":15,"to":15,"focusedElement":"cdtr-9d594080-bb74-425d-92ff-e6f3c62f36e8"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":638.375,"y":487.046875,"width":260.25,"height":22.4609375,"top":487.046875,"right":898.625,"bottom":509.5078125,"left":638.375},"width":260.25,"height":22.4609375},"children":[],"width":260.25,"height":22.4609375,"renderedHTML":null},{"id":"cdtr-04b4324a-c9e8-4738-b620-e6f8412bf488","_id":"cdtr-04b4324a-c9e8-4738-b620-e6f8412bf488","type":"col","props":{"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":638.375,"y":459.1484375,"width":260.25,"height":50.359375,"top":459.1484375,"right":898.625,"bottom":509.5078125,"left":638.375},"width":260.25,"height":50.359375},"children":["cdtr-862ef618-5847-4b92-b534-21acc8f27a19","cdtr-070e470a-e505-4dc3-a37b-b2c535b97307"],"width":260.25,"height":50.359375,"renderedHTML":null},{"id":"cdtr-c9a3319a-9385-45d1-9072-c016ee2a091d","_id":"cdtr-c9a3319a-9385-45d1-9072-c016ee2a091d","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"paragraph","attrs":{"letterSpacing":"","lineHeight":"1.4","direction":"rtl","textAlign":"right"},"content":[{"type":"text","text":"בכל חודש, אנו מנתחים דפוסי שימוש אנונימיים בפלטפורמה שלנו כדי להבין היכן צוותים מרוויחים מהירות—והיכן חיכוכים עדיין מסתתרים"}]}]},"from":0,"to":146,"focusedElement":"cdtr-a15bb422-fc18-4622-b42c-fdc300890aa5"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":638.375,"y":509.5078125,"width":260.25,"height":111.9921875,"top":509.5078125,"right":898.625,"bottom":621.5,"left":638.375},"width":260.25,"height":111.9921875},"children":[],"width":260.25,"height":111.9921875,"renderedHTML":null},{"id":"cdtr-ece2890c-3078-419c-8e04-33f8124e0ac4","_id":"cdtr-ece2890c-3078-419c-8e04-33f8124e0ac4","type":"col","props":{"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":638.375,"y":509.5078125,"width":260.25,"height":111.9921875,"top":509.5078125,"right":898.625,"bottom":621.5,"left":638.375},"width":260.25,"height":111.9921875},"children":["cdtr-c9a3319a-9385-45d1-9072-c016ee2a091d"],"width":260.25,"height":111.9921875,"renderedHTML":null},{"id":"cdtr-b567de15-46f3-403a-9f47-fd6e2347eba9","_id":"cdtr-b567de15-46f3-403a-9f47-fd6e2347eba9","type":"card","props":{"style":{"width":"95%","background":"#ffebee","maxWidth":"345px","padding":"10px","fontFamily":"Roboto, sans-serif","borderRadius":".2rem"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"lg":{"style":{"minHeight":"182px"}},"rect":{"x":628.375,"y":449.1484375,"width":280.25,"height":182.3515625,"top":449.1484375,"right":908.625,"bottom":631.5,"left":628.375},"width":280.25,"height":182.3515625},"children":["cdtr-04b4324a-c9e8-4738-b620-e6f8412bf488","cdtr-ece2890c-3078-419c-8e04-33f8124e0ac4"],"width":280.25,"height":182.3515625,"renderedHTML":null},{"id":"cdtr-521a21f7-7835-4174-95f7-44644d4bba99","_id":"cdtr-521a21f7-7835-4174-95f7-44644d4bba99","type":"col","props":{"lg":6,"sm":12,"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":621,"y":449.1484375,"width":295,"height":182.3515625,"top":449.1484375,"right":916,"bottom":631.5,"left":621},"width":295,"height":182.3515625},"children":["cdtr-b567de15-46f3-403a-9f47-fd6e2347eba9"],"width":295,"height":182.3515625,"renderedHTML":null},{"id":"cdtr-5402ad9c-91b0-4e22-ab05-864f47b080c1","_id":"cdtr-5402ad9c-91b0-4e22-ab05-864f47b080c1","type":"icon","props":{"alt":"home-4-line","style":{"width":"24px","height":"24px","maxWidth":"100%","maxHeight":"100%","display":"inline-block","fontFamily":"Roboto, sans-serif"},"src":"https://img.creaditor.ai/icons/serve/Buildings/home-gear-fill.png?width=24&height=24&color=000000","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"iconColor":"000000","rect":{"x":933.375,"y":459.1484375,"width":24,"height":27.8984375,"top":459.1484375,"right":957.375,"bottom":487.046875,"left":933.375},"width":24,"height":27.8984375,"iconCategory":"Buildings","iconName":"home-gear-fill"},"children":[],"width":24,"height":27.8984375,"renderedHTML":null},{"id":"cdtr-71882000-59eb-4799-9783-6615c09a8c97","_id":"cdtr-71882000-59eb-4799-9783-6615c09a8c97","type":"col","props":{"lg":12,"justify":"flex-end","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":933.375,"y":459.1484375,"width":260.25,"height":27.8984375,"top":459.1484375,"right":1193.625,"bottom":487.046875,"left":933.375},"width":260.25,"height":27.8984375},"children":["cdtr-5402ad9c-91b0-4e22-ab05-864f47b080c1"],"width":260.25,"height":27.8984375,"renderedHTML":null},{"id":"cdtr-275fa3ed-b7af-493e-9d77-a7c6bf0a38f0","_id":"cdtr-275fa3ed-b7af-493e-9d77-a7c6bf0a38f0","type":"row","props":{"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":933.375,"y":459.1484375,"width":260.25,"height":27.8984375,"top":459.1484375,"right":1193.625,"bottom":487.046875,"left":933.375},"width":260.25,"height":27.8984375,"style":{}},"children":["cdtr-71882000-59eb-4799-9783-6615c09a8c97"],"width":260.25,"height":27.8984375,"renderedHTML":null},{"id":"cdtr-b3751890-4d97-4b30-ab9a-50dcd0212b9d","_id":"cdtr-b3751890-4d97-4b30-ab9a-50dcd0212b9d","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"heading","attrs":{"letterSpacing":"normal","lineHeight":"1.2","direction":"rtl","textAlign":"right","level":3},"content":[{"type":"text","marks":[{"type":"bold"}],"text":"פיצ\'ר במרכז תשומת הלב"}]}]},"from":17,"to":17,"focusedElement":"cdtr-d52dad11-5085-4a28-9f2e-6fc5e66d7dfa"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":933.375,"y":487.046875,"width":260.25,"height":22.4609375,"top":487.046875,"right":1193.625,"bottom":509.5078125,"left":933.375},"width":260.25,"height":22.4609375},"children":[],"width":260.25,"height":22.4609375,"renderedHTML":null},{"id":"cdtr-a38b1679-0f46-4765-8ec9-cd2b82c8b34c","_id":"cdtr-a38b1679-0f46-4765-8ec9-cd2b82c8b34c","type":"col","props":{"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":933.375,"y":459.1484375,"width":260.25,"height":50.359375,"top":459.1484375,"right":1193.625,"bottom":509.5078125,"left":933.375},"width":260.25,"height":50.359375},"children":["cdtr-275fa3ed-b7af-493e-9d77-a7c6bf0a38f0","cdtr-b3751890-4d97-4b30-ab9a-50dcd0212b9d"],"width":260.25,"height":50.359375,"renderedHTML":null},{"id":"cdtr-c905817e-8e18-4452-881b-0887628b9784","_id":"cdtr-c905817e-8e18-4452-881b-0887628b9784","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"paragraph","attrs":{"letterSpacing":"","lineHeight":"1.4","direction":"rtl","textAlign":"right"},"content":[{"type":"text","marks":[{"type":"textStyle","attrs":{"fontFamily":"Roboto, sans-serif","color":"rgb(0, 0, 0)","backgroundColor":"","fontSize":"16px"}}],"text":"הכירו את התבניות החכמות—קיצור הדרך שלכם לתהליכי עבודה עקביים וחוזרים. מושלם להכשרה, דיווח וכל מה שהצוות שלכם עושה יותר מפעמיים."}]}]},"from":152,"to":152,"focusedElement":"cdtr-1ddc356a-42f8-4a46-b9ba-1cc733e733ca"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":933.375,"y":509.5078125,"width":260.25,"height":111.9921875,"top":509.5078125,"right":1193.625,"bottom":621.5,"left":933.375},"width":260.25,"height":111.9921875},"children":[],"width":260.25,"height":111.9921875,"renderedHTML":null},{"id":"cdtr-e68942eb-fd6c-4776-b51d-61e5bf813604","_id":"cdtr-e68942eb-fd6c-4776-b51d-61e5bf813604","type":"col","props":{"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":933.375,"y":509.5078125,"width":260.25,"height":111.9921875,"top":509.5078125,"right":1193.625,"bottom":621.5,"left":933.375},"width":260.25,"height":111.9921875},"children":["cdtr-c905817e-8e18-4452-881b-0887628b9784"],"width":260.25,"height":111.9921875,"renderedHTML":null},{"id":"cdtr-73ea3ee7-4064-4960-b37f-3f2fd7af6cf5","_id":"cdtr-73ea3ee7-4064-4960-b37f-3f2fd7af6cf5","type":"card","props":{"style":{"width":"95%","background":"#e1bee7","maxWidth":"345px","padding":"10px","fontFamily":"Roboto, sans-serif","borderRadius":".2rem"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"lg":{"style":{"minHeight":"182px"}},"rect":{"x":923.375,"y":449.1484375,"width":280.25,"height":182.3515625,"top":449.1484375,"right":1203.625,"bottom":631.5,"left":923.375},"width":280.25,"height":182.3515625},"children":["cdtr-a38b1679-0f46-4765-8ec9-cd2b82c8b34c","cdtr-e68942eb-fd6c-4776-b51d-61e5bf813604"],"width":280.25,"height":182.3515625,"renderedHTML":null},{"id":"cdtr-4112ace1-6e15-4f7b-8c8b-62026e2713e2","_id":"cdtr-4112ace1-6e15-4f7b-8c8b-62026e2713e2","type":"col","props":{"lg":6,"sm":12,"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":916,"y":449.1484375,"width":295,"height":182.3515625,"top":449.1484375,"right":1211,"bottom":631.5,"left":916},"width":295,"height":182.3515625},"children":["cdtr-73ea3ee7-4064-4960-b37f-3f2fd7af6cf5"],"width":295,"height":182.3515625,"renderedHTML":null},{"id":"cdtr-6f4be2df-27fe-43d9-9573-684f0387abc1","_id":"cdtr-6f4be2df-27fe-43d9-9573-684f0387abc1","type":"block","props":{"style":{"padding":"10px","marginTop":"0","marginBottom":"0","marginLeft":"auto","marginRight":"auto","backgroundColor":"transparent","maxWidth":"1320px","justifyContent":"center","width":"610px","margin":"0 auto"},"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":611,"y":439.1484375,"width":610,"height":202.3515625,"top":439.1484375,"right":1221,"bottom":641.5,"left":611},"width":610,"height":202.3515625},"children":["cdtr-521a21f7-7835-4174-95f7-44644d4bba99","cdtr-4112ace1-6e15-4f7b-8c8b-62026e2713e2"],"width":610,"height":202.3515625,"renderedHTML":null},{"id":"cdtr-e915f65e-f331-456e-a942-f20c66e8668e","_id":"cdtr-e915f65e-f331-456e-a942-f20c66e8668e","type":"section","props":{"style":{"width":"100%","minHeight":"calc(calc(calc(calc(calc(calc(calc(calc(calc(calc(calc(calc(calc(calc(calc(calc(calc(calc(calc(calc(calc(calc(calc(calc(calc(calc(500px - 150px) - 150px) - 150px) - 150px) - 150px) - 150px) - 150px) - 150px) - 150px) - 150px) - 150px) - 150px) - 150px) - 150px) - 150px) - 150px) - 150px) - 150px) - 150px) - 150px) - 150px) - 150px) - 150px) - 150px) - 150px) - 150px)","fontFamily":"Roboto, sans-serif","background":"#0000"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":373.09375,"y":140,"width":1085.8125,"height":501.5,"top":140,"right":1458.90625,"bottom":641.5,"left":373.09375},"width":1085.8125,"height":501.5,"background":null},"children":["cdtr-ed780bef-86c8-4c48-b921-006605bf8a55","cdtr-830d40ec-4801-4890-ac93-1f1abec308c9","cdtr-6f4be2df-27fe-43d9-9573-684f0387abc1"],"width":1085.8125,"height":501.5,"renderedHTML":null}]}'),oh=JSON.parse('{"name":"קריאה לפעולה","id":"hero-cta","tags":["section","cta","hero"],"body":{"type":"section","props":{"style":{"minHeight":"100px","background":"#1a1a2e","width":"100%"}}},"components":[{"id":"cdtr-a1b2c3d4-e5f6-7890-abcd-ef1234567890","_id":"cdtr-a1b2c3d4-e5f6-7890-abcd-ef1234567890","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"heading","attrs":{"letterSpacing":"2px","lineHeight":"1.4","direction":"rtl","textAlign":"center","level":1},"content":[{"type":"text","marks":[{"type":"textStyle","attrs":{"fontFamily":"","color":"#ffffff","backgroundColor":"","fontSize":"48px"}},{"type":"bold"}],"text":"הישארו מחוברים"}]}]},"from":1,"to":15,"focusedElement":"cdtr-a1b2c3d4-e5f6-7890-abcd-ef1234567890"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"width":570,"height":70},"children":[],"width":570,"height":70,"renderedHTML":null},{"id":"cdtr-b2c3d4e5-f6a7-8901-bcde-f12345678901","_id":"cdtr-b2c3d4e5-f6a7-8901-bcde-f12345678901","type":"col","props":{"lg":0,"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-a1b2c3d4-e5f6-7890-abcd-ef1234567890"],"renderedHTML":null},{"id":"cdtr-c3d4e5f6-a7b8-9012-cdef-123456789012","_id":"cdtr-c3d4e5f6-a7b8-9012-cdef-123456789012","type":"block","props":{"style":{"padding":"10px 10px 10px 10px","marginTop":"0","marginBottom":"0","marginLeft":"auto","marginRight":"auto","backgroundColor":"transparent","maxWidth":"100%","justifyContent":"center","width":"615px"},"classList":[],"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":288.5,"y":60,"width":615,"height":90,"top":60,"right":903.5,"bottom":150,"left":288.5},"width":615,"height":90},"children":["cdtr-b2c3d4e5-f6a7-8901-bcde-f12345678901"],"width":615,"height":90,"renderedHTML":null},{"id":"cdtr-d4e5f6a7-b8c9-0123-defa-234567890123","_id":"cdtr-d4e5f6a7-b8c9-0123-defa-234567890123","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"paragraph","attrs":{"letterSpacing":"normal","lineHeight":"1.6","direction":"rtl","textAlign":"center"},"content":[{"type":"text","marks":[{"type":"textStyle","attrs":{"fontFamily":"","color":"#cccccc","backgroundColor":"","fontSize":"18px"}}],"text":"הירשמו לניוזלטר שלנו וקבלו עדכונים שבועיים ישירות לתיבת הדואר שלכם"}]}]},"from":1,"to":65,"focusedElement":"cdtr-d4e5f6a7-b8c9-0123-defa-234567890123"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":211,"y":160,"width":570,"height":50,"top":160,"right":781,"bottom":210,"left":211},"width":570,"height":50},"children":[],"width":570,"height":50,"renderedHTML":null},{"id":"cdtr-e5f6a7b8-c9d0-1234-efab-345678901234","_id":"cdtr-e5f6a7b8-c9d0-1234-efab-345678901234","type":"col","props":{"lg":0,"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-d4e5f6a7-b8c9-0123-defa-234567890123"],"width":595,"height":50,"renderedHTML":null},{"id":"cdtr-f6a7b8c9-d0e1-2345-fabc-456789012345","_id":"cdtr-f6a7b8c9-d0e1-2345-fabc-456789012345","type":"block","props":{"style":{"padding":"10px","marginTop":"0","marginBottom":"0","marginLeft":"auto","marginRight":"auto","backgroundColor":"transparent","maxWidth":"100%","justifyContent":"center","width":"615px"},"classList":[],"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":288.5,"y":150,"width":615,"height":70,"top":150,"right":903.5,"bottom":220,"left":288.5},"width":615,"height":70},"children":["cdtr-e5f6a7b8-c9d0-1234-efab-345678901234"],"width":615,"height":70,"renderedHTML":null},{"id":"cdtr-a7b8c9d0-e1f2-3456-abcd-567890123456","_id":"cdtr-a7b8c9d0-e1f2-3456-abcd-567890123456","type":"button","props":{"text":"הצטרפו עכשיו","style":{"height":"auto","width":"200px","maxWidth":"100%","minWidth":"10px","background":"#e94560","color":"#fff","fontFamily":"Arial, Helvetica, sans-serif","padding":"14px 20px","borderRadius":"8px","display":"","direction":"rtl","fontSize":"16px"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":497.5,"y":240,"width":200,"height":45,"top":240,"right":697.5,"bottom":285,"left":497.5},"width":200,"height":45},"children":[],"width":200,"height":45,"renderedHTML":null},{"id":"cdtr-b8c9d0e1-f2a3-4567-bcde-678901234567","_id":"cdtr-b8c9d0e1-f2a3-4567-bcde-678901234567","type":"col","props":{"lg":0,"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-a7b8c9d0-e1f2-3456-abcd-567890123456"],"width":595,"height":45,"renderedHTML":null},{"id":"cdtr-c9d0e1f2-a3b4-5678-cdef-789012345678","_id":"cdtr-c9d0e1f2-a3b4-5678-cdef-789012345678","type":"block","props":{"style":{"padding":"10px 10px 40px 10px","marginTop":"0","marginBottom":"0","marginLeft":"auto","marginRight":"auto","backgroundColor":"transparent","maxWidth":"100%","justifyContent":"center","width":"615px"},"classList":[],"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":288.5,"y":230,"width":615,"height":65,"top":230,"right":903.5,"bottom":295,"left":288.5},"width":615,"height":65},"children":["cdtr-b8c9d0e1-f2a3-4567-bcde-678901234567"],"width":615,"height":65,"renderedHTML":null},{"id":"cdtr-hero-cta-section-he-000000000000","_id":"cdtr-hero-cta-section-he-000000000000","type":"section","props":{"style":{"width":"100%","minHeight":"100px","fontFamily":"Arial, Helvetica, sans-serif","background":"#1a1a2e","maxWidth":"100%"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":0,"y":0,"width":1192,"height":295,"top":0,"right":1192,"bottom":295,"left":0},"width":1192,"height":295},"children":["cdtr-c3d4e5f6-a7b8-9012-cdef-123456789012","cdtr-f6a7b8c9-d0e1-2345-fabc-456789012345","cdtr-c9d0e1f2-a3b4-5678-cdef-789012345678"],"width":1192,"height":295,"renderedHTML":null}]}'),ih=JSON.parse('{"name":"צוות","id":"team-3-cards","tags":["section","team"],"body":{"type":"section","props":{"style":{"minHeight":"100px","background":"#f9f9f9","width":"100%"}}},"components":[{"id":"cdtr-t001-aa11-bb22-cc33-000000000001","_id":"cdtr-t001-aa11-bb22-cc33-000000000001","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"heading","attrs":{"letterSpacing":"1px","lineHeight":"1.3","direction":"rtl","textAlign":"center","level":2},"content":[{"type":"text","marks":[{"type":"textStyle","attrs":{"fontFamily":"","color":"#1a1a2e","backgroundColor":"","fontSize":"36px"}},{"type":"bold"}],"text":"הצוות שלנו"}]}]},"from":1,"to":12,"focusedElement":"cdtr-t001-aa11-bb22-cc33-000000000001"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":211,"y":40,"width":570,"height":50,"top":40,"right":781,"bottom":90,"left":211},"width":570,"height":50},"children":[],"width":570,"height":50,"renderedHTML":null},{"id":"cdtr-t002-aa11-bb22-cc33-000000000002","_id":"cdtr-t002-aa11-bb22-cc33-000000000002","type":"col","props":{"lg":0,"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-t001-aa11-bb22-cc33-000000000001"],"width":595,"height":50,"renderedHTML":null},{"id":"cdtr-t003-aa11-bb22-cc33-000000000003","_id":"cdtr-t003-aa11-bb22-cc33-000000000003","type":"block","props":{"style":{"padding":"40px 10px 20px 10px","marginTop":"0","marginBottom":"0","marginLeft":"auto","marginRight":"auto","backgroundColor":"transparent","maxWidth":"100%","justifyContent":"center","width":"615px"},"classList":[],"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":288.5,"y":40,"width":615,"height":70,"top":40,"right":903.5,"bottom":110,"left":288.5},"width":615,"height":70},"children":["cdtr-t002-aa11-bb22-cc33-000000000002"],"width":615,"height":70,"renderedHTML":null},{"id":"cdtr-t101-aa11-bb22-cc33-000000000101","_id":"cdtr-t101-aa11-bb22-cc33-000000000101","type":"image","props":{"alt":"יובל כהן","width":160,"height":160,"style":{"height":"auto","width":"160px","maxWidth":"100%","minWidth":"30px","fontFamily":"Arial, Helvetica, sans-serif","borderRadius":"0","display":"block","margin":"0 auto"},"src":"https://images.pexels.com/photos/2379004/pexels-photo-2379004.jpeg?auto=compress&cs=tinysrgb&w=300&h=300&dpr=1","isOpenWithModal":false,"isFullWidthOnMobile":false,"isRatioLock":true,"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":648,"y":140,"width":160,"height":160,"top":140,"right":808,"bottom":300,"left":648}},"children":[],"width":160,"height":160,"renderedHTML":null},{"id":"cdtr-t102-aa11-bb22-cc33-000000000102","_id":"cdtr-t102-aa11-bb22-cc33-000000000102","type":"col","props":{"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-t101-aa11-bb22-cc33-000000000101"],"width":175,"height":160,"renderedHTML":null},{"id":"cdtr-t103-aa11-bb22-cc33-000000000103","_id":"cdtr-t103-aa11-bb22-cc33-000000000103","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"heading","attrs":{"letterSpacing":"normal","lineHeight":"1.3","direction":"rtl","textAlign":"center","level":4},"content":[{"type":"text","marks":[{"type":"textStyle","attrs":{"fontFamily":"","color":"#1a1a2e","backgroundColor":"","fontSize":"18px"}},{"type":"bold"}],"text":"יובל כהן"}]}]},"from":1,"to":9,"focusedElement":"cdtr-t103-aa11-bb22-cc33-000000000103"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":628,"y":310,"width":175,"height":24,"top":310,"right":803,"bottom":334,"left":628},"width":175,"height":24},"children":[],"width":175,"height":24,"renderedHTML":null},{"id":"cdtr-t104-aa11-bb22-cc33-000000000104","_id":"cdtr-t104-aa11-bb22-cc33-000000000104","type":"col","props":{"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-t103-aa11-bb22-cc33-000000000103"],"width":175,"height":24,"renderedHTML":null},{"id":"cdtr-t105-aa11-bb22-cc33-000000000105","_id":"cdtr-t105-aa11-bb22-cc33-000000000105","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"paragraph","attrs":{"letterSpacing":"normal","lineHeight":"1.4","direction":"rtl","textAlign":"center"},"content":[{"type":"text","marks":[{"type":"textStyle","attrs":{"fontFamily":"","color":"#666666","backgroundColor":"","fontSize":"14px"}}],"text":"מנכ\\"ל ומייסד"}]}]},"from":1,"to":10,"focusedElement":"cdtr-t105-aa11-bb22-cc33-000000000105"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":628,"y":338,"width":175,"height":20,"top":338,"right":803,"bottom":358,"left":628},"width":175,"height":20},"children":[],"width":175,"height":20,"renderedHTML":null},{"id":"cdtr-t106-aa11-bb22-cc33-000000000106","_id":"cdtr-t106-aa11-bb22-cc33-000000000106","type":"col","props":{"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-t105-aa11-bb22-cc33-000000000105"],"width":175,"height":20,"renderedHTML":null},{"id":"cdtr-t107-aa11-bb22-cc33-000000000107","_id":"cdtr-t107-aa11-bb22-cc33-000000000107","type":"card","props":{"style":{"width":"185px","background":"#ffffff","maxWidth":"195px","fontFamily":"Arial, Helvetica, sans-serif","boxShadow":"0 2px 12px rgba(0,0,0,0.08)","textAlign":"center"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"lg":{"style":{"minHeight":"240px"}},"rect":{"x":621,"y":120,"width":195,"height":240,"top":120,"right":816,"bottom":360,"left":621},"width":195,"height":240},"children":["cdtr-t102-aa11-bb22-cc33-000000000102","cdtr-t104-aa11-bb22-cc33-000000000104","cdtr-t106-aa11-bb22-cc33-000000000106"],"width":195,"height":240,"renderedHTML":null},{"id":"cdtr-t108-aa11-bb22-cc33-000000000108","_id":"cdtr-t108-aa11-bb22-cc33-000000000108","type":"col","props":{"lg":4,"sm":12,"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":611,"y":120,"width":205,"height":240,"top":120,"right":816,"bottom":360,"left":611},"width":205,"height":240},"children":["cdtr-t107-aa11-bb22-cc33-000000000107"],"width":205,"height":240,"renderedHTML":null},{"id":"cdtr-t201-aa11-bb22-cc33-000000000201","_id":"cdtr-t201-aa11-bb22-cc33-000000000201","type":"image","props":{"alt":"מיכל לוי","width":160,"height":160,"style":{"height":"auto","width":"160px","maxWidth":"100%","minWidth":"30px","fontFamily":"Arial, Helvetica, sans-serif","borderRadius":"0","display":"block","margin":"0 auto"},"src":"https://images.pexels.com/photos/774909/pexels-photo-774909.jpeg?auto=compress&cs=tinysrgb&w=300&h=300&dpr=1","isOpenWithModal":false,"isFullWidthOnMobile":false,"isRatioLock":true,"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":848,"y":140,"width":160,"height":160,"top":140,"right":1008,"bottom":300,"left":848}},"children":[],"width":160,"height":160,"renderedHTML":null},{"id":"cdtr-t202-aa11-bb22-cc33-000000000202","_id":"cdtr-t202-aa11-bb22-cc33-000000000202","type":"col","props":{"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-t201-aa11-bb22-cc33-000000000201"],"width":175,"height":160,"renderedHTML":null},{"id":"cdtr-t203-aa11-bb22-cc33-000000000203","_id":"cdtr-t203-aa11-bb22-cc33-000000000203","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"heading","attrs":{"letterSpacing":"normal","lineHeight":"1.3","direction":"rtl","textAlign":"center","level":4},"content":[{"type":"text","marks":[{"type":"textStyle","attrs":{"fontFamily":"","color":"#1a1a2e","backgroundColor":"","fontSize":"18px"}},{"type":"bold"}],"text":"מיכל לוי"}]}]},"from":1,"to":8,"focusedElement":"cdtr-t203-aa11-bb22-cc33-000000000203"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":828,"y":310,"width":175,"height":24,"top":310,"right":1003,"bottom":334,"left":828},"width":175,"height":24},"children":[],"width":175,"height":24,"renderedHTML":null},{"id":"cdtr-t204-aa11-bb22-cc33-000000000204","_id":"cdtr-t204-aa11-bb22-cc33-000000000204","type":"col","props":{"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-t203-aa11-bb22-cc33-000000000203"],"width":175,"height":24,"renderedHTML":null},{"id":"cdtr-t205-aa11-bb22-cc33-000000000205","_id":"cdtr-t205-aa11-bb22-cc33-000000000205","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"paragraph","attrs":{"letterSpacing":"normal","lineHeight":"1.4","direction":"rtl","textAlign":"center"},"content":[{"type":"text","marks":[{"type":"textStyle","attrs":{"fontFamily":"","color":"#666666","backgroundColor":"","fontSize":"14px"}}],"text":"מנהלת מוצר"}]}]},"from":1,"to":10,"focusedElement":"cdtr-t205-aa11-bb22-cc33-000000000205"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":828,"y":338,"width":175,"height":20,"top":338,"right":1003,"bottom":358,"left":828},"width":175,"height":20},"children":[],"width":175,"height":20,"renderedHTML":null},{"id":"cdtr-t206-aa11-bb22-cc33-000000000206","_id":"cdtr-t206-aa11-bb22-cc33-000000000206","type":"col","props":{"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-t205-aa11-bb22-cc33-000000000205"],"width":175,"height":20,"renderedHTML":null},{"id":"cdtr-t207-aa11-bb22-cc33-000000000207","_id":"cdtr-t207-aa11-bb22-cc33-000000000207","type":"card","props":{"style":{"width":"185px","background":"#ffffff","maxWidth":"195px","fontFamily":"Arial, Helvetica, sans-serif","boxShadow":"0 2px 12px rgba(0,0,0,0.08)","textAlign":"center"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"lg":{"style":{"minHeight":"240px"}},"rect":{"x":821,"y":120,"width":195,"height":240,"top":120,"right":1016,"bottom":360,"left":821},"width":195,"height":240},"children":["cdtr-t202-aa11-bb22-cc33-000000000202","cdtr-t204-aa11-bb22-cc33-000000000204","cdtr-t206-aa11-bb22-cc33-000000000206"],"width":195,"height":240,"renderedHTML":null},{"id":"cdtr-t208-aa11-bb22-cc33-000000000208","_id":"cdtr-t208-aa11-bb22-cc33-000000000208","type":"col","props":{"lg":4,"sm":12,"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":811,"y":120,"width":205,"height":240,"top":120,"right":1016,"bottom":360,"left":811},"width":205,"height":240},"children":["cdtr-t207-aa11-bb22-cc33-000000000207"],"width":205,"height":240,"renderedHTML":null},{"id":"cdtr-t301-aa11-bb22-cc33-000000000301","_id":"cdtr-t301-aa11-bb22-cc33-000000000301","type":"image","props":{"alt":"אורי ברקוביץ","width":160,"height":160,"style":{"height":"auto","width":"160px","maxWidth":"100%","minWidth":"30px","fontFamily":"Arial, Helvetica, sans-serif","borderRadius":"0","display":"block","margin":"0 auto"},"src":"https://images.pexels.com/photos/2379004/pexels-photo-2379004.jpeg?auto=compress&cs=tinysrgb&w=300&h=300&dpr=1","isOpenWithModal":false,"isFullWidthOnMobile":false,"isRatioLock":true,"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":1048,"y":140,"width":160,"height":160,"top":140,"right":1208,"bottom":300,"left":1048}},"children":[],"width":160,"height":160,"renderedHTML":null},{"id":"cdtr-t302-aa11-bb22-cc33-000000000302","_id":"cdtr-t302-aa11-bb22-cc33-000000000302","type":"col","props":{"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-t301-aa11-bb22-cc33-000000000301"],"width":175,"height":160,"renderedHTML":null},{"id":"cdtr-t303-aa11-bb22-cc33-000000000303","_id":"cdtr-t303-aa11-bb22-cc33-000000000303","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"heading","attrs":{"letterSpacing":"normal","lineHeight":"1.3","direction":"rtl","textAlign":"center","level":4},"content":[{"type":"text","marks":[{"type":"textStyle","attrs":{"fontFamily":"","color":"#1a1a2e","backgroundColor":"","fontSize":"18px"}},{"type":"bold"}],"text":"אורי ברקוביץ"}]}]},"from":1,"to":11,"focusedElement":"cdtr-t303-aa11-bb22-cc33-000000000303"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":1028,"y":310,"width":175,"height":24,"top":310,"right":1203,"bottom":334,"left":1028},"width":175,"height":24},"children":[],"width":175,"height":24,"renderedHTML":null},{"id":"cdtr-t304-aa11-bb22-cc33-000000000304","_id":"cdtr-t304-aa11-bb22-cc33-000000000304","type":"col","props":{"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-t303-aa11-bb22-cc33-000000000303"],"width":175,"height":24,"renderedHTML":null},{"id":"cdtr-t305-aa11-bb22-cc33-000000000305","_id":"cdtr-t305-aa11-bb22-cc33-000000000305","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"paragraph","attrs":{"letterSpacing":"normal","lineHeight":"1.4","direction":"rtl","textAlign":"center"},"content":[{"type":"text","marks":[{"type":"textStyle","attrs":{"fontFamily":"","color":"#666666","backgroundColor":"","fontSize":"14px"}}],"text":"מנהל טכנולוגיה"}]}]},"from":1,"to":13,"focusedElement":"cdtr-t305-aa11-bb22-cc33-000000000305"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":1028,"y":338,"width":175,"height":20,"top":338,"right":1203,"bottom":358,"left":1028},"width":175,"height":20},"children":[],"width":175,"height":20,"renderedHTML":null},{"id":"cdtr-t306-aa11-bb22-cc33-000000000306","_id":"cdtr-t306-aa11-bb22-cc33-000000000306","type":"col","props":{"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-t305-aa11-bb22-cc33-000000000305"],"width":175,"height":20,"renderedHTML":null},{"id":"cdtr-t307-aa11-bb22-cc33-000000000307","_id":"cdtr-t307-aa11-bb22-cc33-000000000307","type":"card","props":{"style":{"width":"185px","background":"#ffffff","maxWidth":"195px","fontFamily":"Arial, Helvetica, sans-serif","boxShadow":"0 2px 12px rgba(0,0,0,0.08)","textAlign":"center"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"lg":{"style":{"minHeight":"240px"}},"rect":{"x":1021,"y":120,"width":195,"height":240,"top":120,"right":1216,"bottom":360,"left":1021},"width":195,"height":240},"children":["cdtr-t302-aa11-bb22-cc33-000000000302","cdtr-t304-aa11-bb22-cc33-000000000304","cdtr-t306-aa11-bb22-cc33-000000000306"],"width":195,"height":240,"renderedHTML":null},{"id":"cdtr-t308-aa11-bb22-cc33-000000000308","_id":"cdtr-t308-aa11-bb22-cc33-000000000308","type":"col","props":{"lg":4,"sm":12,"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":1011,"y":120,"width":205,"height":240,"top":120,"right":1216,"bottom":360,"left":1011},"width":205,"height":240},"children":["cdtr-t307-aa11-bb22-cc33-000000000307"],"width":205,"height":240,"renderedHTML":null},{"id":"cdtr-t400-aa11-bb22-cc33-000000000400","_id":"cdtr-t400-aa11-bb22-cc33-000000000400","type":"block","props":{"style":{"padding":"10px 10px 40px 10px","marginTop":"0","marginBottom":"0","marginLeft":"auto","marginRight":"auto","backgroundColor":"transparent","maxWidth":"1320px","justifyContent":"center","width":"615px","margin":"0 auto"},"classList":[],"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":611,"y":110,"width":615,"height":260,"top":110,"right":1226,"bottom":370,"left":611},"width":615,"height":260},"children":["cdtr-t108-aa11-bb22-cc33-000000000108","cdtr-t208-aa11-bb22-cc33-000000000208","cdtr-t308-aa11-bb22-cc33-000000000308"],"width":615,"height":260,"renderedHTML":null},{"id":"cdtr-team3-section-he-000000000000","_id":"cdtr-team3-section-he-000000000000","type":"section","props":{"style":{"width":"100%","minHeight":"100px","fontFamily":"Arial, Helvetica, sans-serif","background":"#f9f9f9","maxWidth":"100%"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":0,"y":0,"width":1192,"height":370,"top":0,"right":1192,"bottom":370,"left":0},"width":1192,"height":370},"children":["cdtr-t003-aa11-bb22-cc33-000000000003","cdtr-t400-aa11-bb22-cc33-000000000400"],"width":1192,"height":370,"renderedHTML":null}]}'),ah=JSON.parse('{"name":"המלצות 3 ציטוטים","id":"testimonials-3-quotes","tags":["section","testimonials","quotes"],"body":{"type":"section","props":{"style":{"minHeight":"100px","background":"#f0f4f8","width":"100%"}}},"components":[{"id":"cdtr-tq001-aa11-bb22-cc33-000000000001","_id":"cdtr-tq001-aa11-bb22-cc33-000000000001","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"heading","attrs":{"letterSpacing":"1px","lineHeight":"1.3","direction":"rtl","textAlign":"center","level":2},"content":[{"type":"text","marks":[{"type":"textStyle","attrs":{"fontFamily":"","color":"#1a1a2e","backgroundColor":"","fontSize":"36px"}},{"type":"bold"}],"text":"מה הקוראים שלנו אומרים"}]}]},"from":1,"to":23,"focusedElement":"cdtr-tq001-aa11-bb22-cc33-000000000001"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":211,"y":40,"width":570,"height":50,"top":40,"right":781,"bottom":90,"left":211},"width":570,"height":50},"children":[],"width":570,"height":50,"renderedHTML":null},{"id":"cdtr-tq002-aa11-bb22-cc33-000000000002","_id":"cdtr-tq002-aa11-bb22-cc33-000000000002","type":"col","props":{"lg":0,"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-tq001-aa11-bb22-cc33-000000000001"],"width":595,"height":50,"renderedHTML":null},{"id":"cdtr-tq003-aa11-bb22-cc33-000000000003","_id":"cdtr-tq003-aa11-bb22-cc33-000000000003","type":"block","props":{"style":{"padding":"40px 10px 20px 10px","marginTop":"0","marginBottom":"0","marginLeft":"auto","marginRight":"auto","backgroundColor":"transparent","maxWidth":"100%","justifyContent":"center","width":"615px"},"classList":[],"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":288.5,"y":40,"width":615,"height":70,"top":40,"right":903.5,"bottom":110,"left":288.5},"width":615,"height":70},"children":["cdtr-tq002-aa11-bb22-cc33-000000000002"],"width":615,"height":70,"renderedHTML":null},{"id":"cdtr-tq101-aa11-bb22-cc33-000000000101","_id":"cdtr-tq101-aa11-bb22-cc33-000000000101","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"paragraph","attrs":{"letterSpacing":"normal","lineHeight":"1.6","direction":"rtl","textAlign":"center"},"content":[{"type":"text","marks":[{"type":"textStyle","attrs":{"fontFamily":"","color":"#444444","backgroundColor":"","fontSize":"15px"}}],"text":"„הניוזלטר הזה שינה את הדרך שבה אני מקבל החלטות. קריאת חובה לכל מנהל.“"}]}]},"from":1,"to":71,"focusedElement":"cdtr-tq101-aa11-bb22-cc33-000000000101"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":628,"y":140,"width":155,"height":80,"top":140,"right":783,"bottom":220,"left":628},"width":155,"height":80},"children":[],"width":155,"height":80,"renderedHTML":null},{"id":"cdtr-tq102-aa11-bb22-cc33-000000000102","_id":"cdtr-tq102-aa11-bb22-cc33-000000000102","type":"col","props":{"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-tq101-aa11-bb22-cc33-000000000101"],"width":175,"height":80,"renderedHTML":null},{"id":"cdtr-tq103-aa11-bb22-cc33-000000000103","_id":"cdtr-tq103-aa11-bb22-cc33-000000000103","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"heading","attrs":{"letterSpacing":"normal","lineHeight":"1.3","direction":"rtl","textAlign":"center","level":4},"content":[{"type":"text","marks":[{"type":"textStyle","attrs":{"fontFamily":"","color":"#1a1a2e","backgroundColor":"","fontSize":"15px"}},{"type":"bold"}],"text":"שרה מיטשל"}]}]},"from":1,"to":10,"focusedElement":"cdtr-tq103-aa11-bb22-cc33-000000000103"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":628,"y":228,"width":155,"height":22,"top":228,"right":783,"bottom":250,"left":628},"width":155,"height":22},"children":[],"width":155,"height":22,"renderedHTML":null},{"id":"cdtr-tq104-aa11-bb22-cc33-000000000104","_id":"cdtr-tq104-aa11-bb22-cc33-000000000104","type":"col","props":{"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-tq103-aa11-bb22-cc33-000000000103"],"width":175,"height":22,"renderedHTML":null},{"id":"cdtr-tq105-aa11-bb22-cc33-000000000105","_id":"cdtr-tq105-aa11-bb22-cc33-000000000105","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"paragraph","attrs":{"letterSpacing":"normal","lineHeight":"1.4","direction":"rtl","textAlign":"center"},"content":[{"type":"text","marks":[{"type":"textStyle","attrs":{"fontFamily":"","color":"#888888","backgroundColor":"","fontSize":"13px"}}],"text":"ראש מוצר, TechCorp"}]}]},"from":1,"to":19,"focusedElement":"cdtr-tq105-aa11-bb22-cc33-000000000105"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":628,"y":254,"width":155,"height":18,"top":254,"right":783,"bottom":272,"left":628},"width":155,"height":18},"children":[],"width":155,"height":18,"renderedHTML":null},{"id":"cdtr-tq106-aa11-bb22-cc33-000000000106","_id":"cdtr-tq106-aa11-bb22-cc33-000000000106","type":"col","props":{"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-tq105-aa11-bb22-cc33-000000000105"],"width":175,"height":18,"renderedHTML":null},{"id":"cdtr-tq107-aa11-bb22-cc33-000000000107","_id":"cdtr-tq107-aa11-bb22-cc33-000000000107","type":"card","props":{"style":{"width":"185px","background":"#ffffff","maxWidth":"195px","fontFamily":"Arial, Helvetica, sans-serif","boxShadow":"0 2px 12px rgba(0,0,0,0.08)","textAlign":"center","padding":"20px 16px"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"lg":{"style":{"minHeight":"160px"}},"rect":{"x":621,"y":120,"width":195,"height":160,"top":120,"right":816,"bottom":280,"left":621},"width":195,"height":160},"children":["cdtr-tq102-aa11-bb22-cc33-000000000102","cdtr-tq104-aa11-bb22-cc33-000000000104","cdtr-tq106-aa11-bb22-cc33-000000000106"],"width":195,"height":160,"renderedHTML":null},{"id":"cdtr-tq108-aa11-bb22-cc33-000000000108","_id":"cdtr-tq108-aa11-bb22-cc33-000000000108","type":"col","props":{"lg":4,"sm":12,"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":611,"y":120,"width":205,"height":160,"top":120,"right":816,"bottom":280,"left":611},"width":205,"height":160},"children":["cdtr-tq107-aa11-bb22-cc33-000000000107"],"width":205,"height":160,"renderedHTML":null},{"id":"cdtr-tq201-aa11-bb22-cc33-000000000201","_id":"cdtr-tq201-aa11-bb22-cc33-000000000201","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"paragraph","attrs":{"letterSpacing":"normal","lineHeight":"1.6","direction":"rtl","textAlign":"center"},"content":[{"type":"text","marks":[{"type":"textStyle","attrs":{"fontFamily":"","color":"#444444","backgroundColor":"","fontSize":"15px"}}],"text":"„כל גיליון מביא תובנות טריות שאני מיישם מיד. זה הניוזלטר היחיד שאני אף פעם לא מדלג עליו.“"}]}]},"from":1,"to":84,"focusedElement":"cdtr-tq201-aa11-bb22-cc33-000000000201"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":828,"y":140,"width":155,"height":80,"top":140,"right":983,"bottom":220,"left":828},"width":155,"height":80},"children":[],"width":155,"height":80,"renderedHTML":null},{"id":"cdtr-tq202-aa11-bb22-cc33-000000000202","_id":"cdtr-tq202-aa11-bb22-cc33-000000000202","type":"col","props":{"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-tq201-aa11-bb22-cc33-000000000201"],"width":175,"height":80,"renderedHTML":null},{"id":"cdtr-tq203-aa11-bb22-cc33-000000000203","_id":"cdtr-tq203-aa11-bb22-cc33-000000000203","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"heading","attrs":{"letterSpacing":"normal","lineHeight":"1.3","direction":"rtl","textAlign":"center","level":4},"content":[{"type":"text","marks":[{"type":"textStyle","attrs":{"fontFamily":"","color":"#1a1a2e","backgroundColor":"","fontSize":"15px"}},{"type":"bold"}],"text":"דוד צ\'ן"}]}]},"from":1,"to":7,"focusedElement":"cdtr-tq203-aa11-bb22-cc33-000000000203"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":828,"y":228,"width":155,"height":22,"top":228,"right":983,"bottom":250,"left":828},"width":155,"height":22},"children":[],"width":155,"height":22,"renderedHTML":null},{"id":"cdtr-tq204-aa11-bb22-cc33-000000000204","_id":"cdtr-tq204-aa11-bb22-cc33-000000000204","type":"col","props":{"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-tq203-aa11-bb22-cc33-000000000203"],"width":175,"height":22,"renderedHTML":null},{"id":"cdtr-tq205-aa11-bb22-cc33-000000000205","_id":"cdtr-tq205-aa11-bb22-cc33-000000000205","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"paragraph","attrs":{"letterSpacing":"normal","lineHeight":"1.4","direction":"rtl","textAlign":"center"},"content":[{"type":"text","marks":[{"type":"textStyle","attrs":{"fontFamily":"","color":"#888888","backgroundColor":"","fontSize":"13px"}}],"text":"מייסד, StartupFlow"}]}]},"from":1,"to":19,"focusedElement":"cdtr-tq205-aa11-bb22-cc33-000000000205"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":828,"y":254,"width":155,"height":18,"top":254,"right":983,"bottom":272,"left":828},"width":155,"height":18},"children":[],"width":155,"height":18,"renderedHTML":null},{"id":"cdtr-tq206-aa11-bb22-cc33-000000000206","_id":"cdtr-tq206-aa11-bb22-cc33-000000000206","type":"col","props":{"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-tq205-aa11-bb22-cc33-000000000205"],"width":175,"height":18,"renderedHTML":null},{"id":"cdtr-tq207-aa11-bb22-cc33-000000000207","_id":"cdtr-tq207-aa11-bb22-cc33-000000000207","type":"card","props":{"style":{"width":"185px","background":"#ffffff","maxWidth":"195px","fontFamily":"Arial, Helvetica, sans-serif","boxShadow":"0 2px 12px rgba(0,0,0,0.08)","textAlign":"center","padding":"20px 16px"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"lg":{"style":{"minHeight":"160px"}},"rect":{"x":821,"y":120,"width":195,"height":160,"top":120,"right":1016,"bottom":280,"left":821},"width":195,"height":160},"children":["cdtr-tq202-aa11-bb22-cc33-000000000202","cdtr-tq204-aa11-bb22-cc33-000000000204","cdtr-tq206-aa11-bb22-cc33-000000000206"],"width":195,"height":160,"renderedHTML":null},{"id":"cdtr-tq208-aa11-bb22-cc33-000000000208","_id":"cdtr-tq208-aa11-bb22-cc33-000000000208","type":"col","props":{"lg":4,"sm":12,"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":811,"y":120,"width":205,"height":160,"top":120,"right":1016,"bottom":280,"left":811},"width":205,"height":160},"children":["cdtr-tq207-aa11-bb22-cc33-000000000207"],"width":205,"height":160,"renderedHTML":null},{"id":"cdtr-tq301-aa11-bb22-cc33-000000000301","_id":"cdtr-tq301-aa11-bb22-cc33-000000000301","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"paragraph","attrs":{"letterSpacing":"normal","lineHeight":"1.6","direction":"rtl","textAlign":"center"},"content":[{"type":"text","marks":[{"type":"textStyle","attrs":{"fontFamily":"","color":"#444444","backgroundColor":"","fontSize":"15px"}}],"text":"„אוצרות נהדרת של רעיונות. שיתפתי כל גיליון עם כל הצוות שלי.“"}]}]},"from":1,"to":59,"focusedElement":"cdtr-tq301-aa11-bb22-cc33-000000000301"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":1028,"y":140,"width":155,"height":80,"top":140,"right":1183,"bottom":220,"left":1028},"width":155,"height":80},"children":[],"width":155,"height":80,"renderedHTML":null},{"id":"cdtr-tq302-aa11-bb22-cc33-000000000302","_id":"cdtr-tq302-aa11-bb22-cc33-000000000302","type":"col","props":{"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-tq301-aa11-bb22-cc33-000000000301"],"width":175,"height":80,"renderedHTML":null},{"id":"cdtr-tq303-aa11-bb22-cc33-000000000303","_id":"cdtr-tq303-aa11-bb22-cc33-000000000303","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"heading","attrs":{"letterSpacing":"normal","lineHeight":"1.3","direction":"rtl","textAlign":"center","level":4},"content":[{"type":"text","marks":[{"type":"textStyle","attrs":{"fontFamily":"","color":"#1a1a2e","backgroundColor":"","fontSize":"15px"}},{"type":"bold"}],"text":"אנה רוזנברג"}]}]},"from":1,"to":11,"focusedElement":"cdtr-tq303-aa11-bb22-cc33-000000000303"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":1028,"y":228,"width":155,"height":22,"top":228,"right":1183,"bottom":250,"left":1028},"width":155,"height":22},"children":[],"width":155,"height":22,"renderedHTML":null},{"id":"cdtr-tq304-aa11-bb22-cc33-000000000304","_id":"cdtr-tq304-aa11-bb22-cc33-000000000304","type":"col","props":{"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-tq303-aa11-bb22-cc33-000000000303"],"width":175,"height":22,"renderedHTML":null},{"id":"cdtr-tq305-aa11-bb22-cc33-000000000305","_id":"cdtr-tq305-aa11-bb22-cc33-000000000305","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"paragraph","attrs":{"letterSpacing":"normal","lineHeight":"1.4","direction":"rtl","textAlign":"center"},"content":[{"type":"text","marks":[{"type":"textStyle","attrs":{"fontFamily":"","color":"#888888","backgroundColor":"","fontSize":"13px"}}],"text":"סמנכ\\"ל הנדסה, DevHub"}]}]},"from":1,"to":22,"focusedElement":"cdtr-tq305-aa11-bb22-cc33-000000000305"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":1028,"y":254,"width":155,"height":18,"top":254,"right":1183,"bottom":272,"left":1028},"width":155,"height":18},"children":[],"width":155,"height":18,"renderedHTML":null},{"id":"cdtr-tq306-aa11-bb22-cc33-000000000306","_id":"cdtr-tq306-aa11-bb22-cc33-000000000306","type":"col","props":{"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-tq305-aa11-bb22-cc33-000000000305"],"width":175,"height":18,"renderedHTML":null},{"id":"cdtr-tq307-aa11-bb22-cc33-000000000307","_id":"cdtr-tq307-aa11-bb22-cc33-000000000307","type":"card","props":{"style":{"width":"185px","background":"#ffffff","maxWidth":"195px","fontFamily":"Arial, Helvetica, sans-serif","boxShadow":"0 2px 12px rgba(0,0,0,0.08)","textAlign":"center","padding":"20px 16px"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"lg":{"style":{"minHeight":"160px"}},"rect":{"x":1021,"y":120,"width":195,"height":160,"top":120,"right":1216,"bottom":280,"left":1021},"width":195,"height":160},"children":["cdtr-tq302-aa11-bb22-cc33-000000000302","cdtr-tq304-aa11-bb22-cc33-000000000304","cdtr-tq306-aa11-bb22-cc33-000000000306"],"width":195,"height":160,"renderedHTML":null},{"id":"cdtr-tq308-aa11-bb22-cc33-000000000308","_id":"cdtr-tq308-aa11-bb22-cc33-000000000308","type":"col","props":{"lg":4,"sm":12,"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":1011,"y":120,"width":205,"height":160,"top":120,"right":1216,"bottom":280,"left":1011},"width":205,"height":160},"children":["cdtr-tq307-aa11-bb22-cc33-000000000307"],"width":205,"height":160,"renderedHTML":null},{"id":"cdtr-tq400-aa11-bb22-cc33-000000000400","_id":"cdtr-tq400-aa11-bb22-cc33-000000000400","type":"block","props":{"style":{"padding":"10px 10px 40px 10px","marginTop":"0","marginBottom":"0","marginLeft":"auto","marginRight":"auto","backgroundColor":"transparent","maxWidth":"1320px","justifyContent":"center","width":"615px","margin":"0 auto"},"classList":[],"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":611,"y":110,"width":615,"height":180,"top":110,"right":1226,"bottom":290,"left":611},"width":615,"height":180},"children":["cdtr-tq108-aa11-bb22-cc33-000000000108","cdtr-tq208-aa11-bb22-cc33-000000000208","cdtr-tq308-aa11-bb22-cc33-000000000308"],"width":615,"height":180,"renderedHTML":null},{"id":"cdtr-testimonials-section-en-000000000000","_id":"cdtr-testimonials-section-en-000000000000","type":"section","props":{"style":{"width":"100%","minHeight":"100px","fontFamily":"Arial, Helvetica, sans-serif","background":"#f0f4f8","maxWidth":"100%"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":0,"y":0,"width":1192,"height":370,"top":0,"right":1192,"bottom":370,"left":0},"width":1192,"height":370},"children":["cdtr-tq003-aa11-bb22-cc33-000000000003","cdtr-tq400-aa11-bb22-cc33-000000000400"],"width":1192,"height":370,"renderedHTML":null}]}'),sh=JSON.parse('{"name":"נתונים סטטיסטיים 4 מספרים","id":"stats-4-numbers","tags":["section","stats","numbers"],"body":{"type":"section","props":{"style":{"minHeight":"100px","background":"#1a1a2e","width":"100%"}}},"components":[{"id":"cdtr-sn001-aa11-bb22-cc33-000000000001","_id":"cdtr-sn001-aa11-bb22-cc33-000000000001","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"heading","attrs":{"letterSpacing":"2px","lineHeight":"1.3","direction":"rtl","textAlign":"center","level":2},"content":[{"type":"text","marks":[{"type":"textStyle","attrs":{"fontFamily":"","color":"#ffffff","backgroundColor":"","fontSize":"36px"}},{"type":"bold"}],"text":"במספרים"}]}]},"from":1,"to":8,"focusedElement":"cdtr-sn001-aa11-bb22-cc33-000000000001"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":211,"y":40,"width":570,"height":50,"top":40,"right":781,"bottom":90,"left":211},"width":570,"height":50},"children":[],"width":570,"height":50,"renderedHTML":null},{"id":"cdtr-sn002-aa11-bb22-cc33-000000000002","_id":"cdtr-sn002-aa11-bb22-cc33-000000000002","type":"col","props":{"lg":0,"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-sn001-aa11-bb22-cc33-000000000001"],"width":595,"height":50,"renderedHTML":null},{"id":"cdtr-sn003-aa11-bb22-cc33-000000000003","_id":"cdtr-sn003-aa11-bb22-cc33-000000000003","type":"block","props":{"style":{"padding":"40px 10px 20px 10px","marginTop":"0","marginBottom":"0","marginLeft":"auto","marginRight":"auto","backgroundColor":"transparent","maxWidth":"100%","justifyContent":"center","width":"615px"},"classList":[],"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":288.5,"y":40,"width":615,"height":70,"top":40,"right":903.5,"bottom":110,"left":288.5},"width":615,"height":70},"children":["cdtr-sn002-aa11-bb22-cc33-000000000002"],"width":615,"height":70,"renderedHTML":null},{"id":"cdtr-sn101-aa11-bb22-cc33-000000000101","_id":"cdtr-sn101-aa11-bb22-cc33-000000000101","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"heading","attrs":{"letterSpacing":"normal","lineHeight":"1.2","direction":"rtl","textAlign":"center","level":2},"content":[{"type":"text","marks":[{"type":"textStyle","attrs":{"fontFamily":"","color":"#e94560","backgroundColor":"","fontSize":"40px"}},{"type":"bold"}],"text":"+50K"}]}]},"from":1,"to":5,"focusedElement":"cdtr-sn101-aa11-bb22-cc33-000000000101"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":628,"y":140,"width":130,"height":52,"top":140,"right":758,"bottom":192,"left":628},"width":130,"height":52},"children":[],"width":130,"height":52,"renderedHTML":null},{"id":"cdtr-sn102-aa11-bb22-cc33-000000000102","_id":"cdtr-sn102-aa11-bb22-cc33-000000000102","type":"col","props":{"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-sn101-aa11-bb22-cc33-000000000101"],"width":145,"height":52,"renderedHTML":null},{"id":"cdtr-sn103-aa11-bb22-cc33-000000000103","_id":"cdtr-sn103-aa11-bb22-cc33-000000000103","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"paragraph","attrs":{"letterSpacing":"1px","lineHeight":"1.4","direction":"rtl","textAlign":"center"},"content":[{"type":"text","marks":[{"type":"textStyle","attrs":{"fontFamily":"","color":"#aaaaaa","backgroundColor":"","fontSize":"13px"}}],"text":"מנויים פעילים"}]}]},"from":1,"to":13,"focusedElement":"cdtr-sn103-aa11-bb22-cc33-000000000103"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":628,"y":198,"width":130,"height":20,"top":198,"right":758,"bottom":218,"left":628},"width":130,"height":20},"children":[],"width":130,"height":20,"renderedHTML":null},{"id":"cdtr-sn104-aa11-bb22-cc33-000000000104","_id":"cdtr-sn104-aa11-bb22-cc33-000000000104","type":"col","props":{"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-sn103-aa11-bb22-cc33-000000000103"],"width":145,"height":20,"renderedHTML":null},{"id":"cdtr-sn105-aa11-bb22-cc33-000000000105","_id":"cdtr-sn105-aa11-bb22-cc33-000000000105","type":"card","props":{"style":{"width":"140px","background":"#262639","maxWidth":"155px","fontFamily":"Arial, Helvetica, sans-serif","borderRadius":"12px","textAlign":"center","padding":"24px 10px"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"lg":{"style":{"minHeight":"100px"}},"rect":{"x":618,"y":120,"width":155,"height":110,"top":120,"right":773,"bottom":230,"left":618},"width":155,"height":110},"children":["cdtr-sn102-aa11-bb22-cc33-000000000102","cdtr-sn104-aa11-bb22-cc33-000000000104"],"width":155,"height":110,"renderedHTML":null},{"id":"cdtr-sn106-aa11-bb22-cc33-000000000106","_id":"cdtr-sn106-aa11-bb22-cc33-000000000106","type":"col","props":{"lg":3,"sm":6,"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":608,"y":120,"width":165,"height":110,"top":120,"right":773,"bottom":230,"left":608},"width":165,"height":110},"children":["cdtr-sn105-aa11-bb22-cc33-000000000105"],"width":165,"height":110,"renderedHTML":null},{"id":"cdtr-sn201-aa11-bb22-cc33-000000000201","_id":"cdtr-sn201-aa11-bb22-cc33-000000000201","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"heading","attrs":{"letterSpacing":"normal","lineHeight":"1.2","direction":"rtl","textAlign":"center","level":2},"content":[{"type":"text","marks":[{"type":"textStyle","attrs":{"fontFamily":"","color":"#e94560","backgroundColor":"","fontSize":"40px"}},{"type":"bold"}],"text":"98%"}]}]},"from":1,"to":4,"focusedElement":"cdtr-sn201-aa11-bb22-cc33-000000000201"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":783,"y":140,"width":130,"height":52,"top":140,"right":913,"bottom":192,"left":783},"width":130,"height":52},"children":[],"width":130,"height":52,"renderedHTML":null},{"id":"cdtr-sn202-aa11-bb22-cc33-000000000202","_id":"cdtr-sn202-aa11-bb22-cc33-000000000202","type":"col","props":{"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-sn201-aa11-bb22-cc33-000000000201"],"width":145,"height":52,"renderedHTML":null},{"id":"cdtr-sn203-aa11-bb22-cc33-000000000203","_id":"cdtr-sn203-aa11-bb22-cc33-000000000203","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"paragraph","attrs":{"letterSpacing":"1px","lineHeight":"1.4","direction":"rtl","textAlign":"center"},"content":[{"type":"text","marks":[{"type":"textStyle","attrs":{"fontFamily":"","color":"#aaaaaa","backgroundColor":"","fontSize":"13px"}}],"text":"שיעור שביעות רצון"}]}]},"from":1,"to":18,"focusedElement":"cdtr-sn203-aa11-bb22-cc33-000000000203"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":783,"y":198,"width":130,"height":20,"top":198,"right":913,"bottom":218,"left":783},"width":130,"height":20},"children":[],"width":130,"height":20,"renderedHTML":null},{"id":"cdtr-sn204-aa11-bb22-cc33-000000000204","_id":"cdtr-sn204-aa11-bb22-cc33-000000000204","type":"col","props":{"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-sn203-aa11-bb22-cc33-000000000203"],"width":145,"height":20,"renderedHTML":null},{"id":"cdtr-sn205-aa11-bb22-cc33-000000000205","_id":"cdtr-sn205-aa11-bb22-cc33-000000000205","type":"card","props":{"style":{"width":"140px","background":"#262639","maxWidth":"155px","fontFamily":"Arial, Helvetica, sans-serif","borderRadius":"12px","textAlign":"center","padding":"24px 10px"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"lg":{"style":{"minHeight":"100px"}},"rect":{"x":773,"y":120,"width":155,"height":110,"top":120,"right":928,"bottom":230,"left":773},"width":155,"height":110},"children":["cdtr-sn202-aa11-bb22-cc33-000000000202","cdtr-sn204-aa11-bb22-cc33-000000000204"],"width":155,"height":110,"renderedHTML":null},{"id":"cdtr-sn206-aa11-bb22-cc33-000000000206","_id":"cdtr-sn206-aa11-bb22-cc33-000000000206","type":"col","props":{"lg":3,"sm":6,"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":763,"y":120,"width":165,"height":110,"top":120,"right":928,"bottom":230,"left":763},"width":165,"height":110},"children":["cdtr-sn205-aa11-bb22-cc33-000000000205"],"width":165,"height":110,"renderedHTML":null},{"id":"cdtr-sn301-aa11-bb22-cc33-000000000301","_id":"cdtr-sn301-aa11-bb22-cc33-000000000301","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"heading","attrs":{"letterSpacing":"normal","lineHeight":"1.2","direction":"rtl","textAlign":"center","level":2},"content":[{"type":"text","marks":[{"type":"textStyle","attrs":{"fontFamily":"","color":"#e94560","backgroundColor":"","fontSize":"40px"}},{"type":"bold"}],"text":"4.9★"}]}]},"from":1,"to":5,"focusedElement":"cdtr-sn301-aa11-bb22-cc33-000000000301"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":938,"y":140,"width":130,"height":52,"top":140,"right":1068,"bottom":192,"left":938},"width":130,"height":52},"children":[],"width":130,"height":52,"renderedHTML":null},{"id":"cdtr-sn302-aa11-bb22-cc33-000000000302","_id":"cdtr-sn302-aa11-bb22-cc33-000000000302","type":"col","props":{"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-sn301-aa11-bb22-cc33-000000000301"],"width":145,"height":52,"renderedHTML":null},{"id":"cdtr-sn303-aa11-bb22-cc33-000000000303","_id":"cdtr-sn303-aa11-bb22-cc33-000000000303","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"paragraph","attrs":{"letterSpacing":"1px","lineHeight":"1.4","direction":"rtl","textAlign":"center"},"content":[{"type":"text","marks":[{"type":"textStyle","attrs":{"fontFamily":"","color":"#aaaaaa","backgroundColor":"","fontSize":"13px"}}],"text":"דירוג ממוצע"}]}]},"from":1,"to":11,"focusedElement":"cdtr-sn303-aa11-bb22-cc33-000000000303"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":938,"y":198,"width":130,"height":20,"top":198,"right":1068,"bottom":218,"left":938},"width":130,"height":20},"children":[],"width":130,"height":20,"renderedHTML":null},{"id":"cdtr-sn304-aa11-bb22-cc33-000000000304","_id":"cdtr-sn304-aa11-bb22-cc33-000000000304","type":"col","props":{"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-sn303-aa11-bb22-cc33-000000000303"],"width":145,"height":20,"renderedHTML":null},{"id":"cdtr-sn305-aa11-bb22-cc33-000000000305","_id":"cdtr-sn305-aa11-bb22-cc33-000000000305","type":"card","props":{"style":{"width":"140px","background":"#262639","maxWidth":"155px","fontFamily":"Arial, Helvetica, sans-serif","borderRadius":"12px","textAlign":"center","padding":"24px 10px"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"lg":{"style":{"minHeight":"100px"}},"rect":{"x":928,"y":120,"width":155,"height":110,"top":120,"right":1083,"bottom":230,"left":928},"width":155,"height":110},"children":["cdtr-sn302-aa11-bb22-cc33-000000000302","cdtr-sn304-aa11-bb22-cc33-000000000304"],"width":155,"height":110,"renderedHTML":null},{"id":"cdtr-sn306-aa11-bb22-cc33-000000000306","_id":"cdtr-sn306-aa11-bb22-cc33-000000000306","type":"col","props":{"lg":3,"sm":6,"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":918,"y":120,"width":165,"height":110,"top":120,"right":1083,"bottom":230,"left":918},"width":165,"height":110},"children":["cdtr-sn305-aa11-bb22-cc33-000000000305"],"width":165,"height":110,"renderedHTML":null},{"id":"cdtr-sn401-aa11-bb22-cc33-000000000401","_id":"cdtr-sn401-aa11-bb22-cc33-000000000401","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"heading","attrs":{"letterSpacing":"normal","lineHeight":"1.2","direction":"rtl","textAlign":"center","level":2},"content":[{"type":"text","marks":[{"type":"textStyle","attrs":{"fontFamily":"","color":"#e94560","backgroundColor":"","fontSize":"40px"}},{"type":"bold"}],"text":"+180"}]}]},"from":1,"to":5,"focusedElement":"cdtr-sn401-aa11-bb22-cc33-000000000401"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":1093,"y":140,"width":130,"height":52,"top":140,"right":1223,"bottom":192,"left":1093},"width":130,"height":52},"children":[],"width":130,"height":52,"renderedHTML":null},{"id":"cdtr-sn402-aa11-bb22-cc33-000000000402","_id":"cdtr-sn402-aa11-bb22-cc33-000000000402","type":"col","props":{"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-sn401-aa11-bb22-cc33-000000000401"],"width":145,"height":52,"renderedHTML":null},{"id":"cdtr-sn403-aa11-bb22-cc33-000000000403","_id":"cdtr-sn403-aa11-bb22-cc33-000000000403","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"paragraph","attrs":{"letterSpacing":"1px","lineHeight":"1.4","direction":"rtl","textAlign":"center"},"content":[{"type":"text","marks":[{"type":"textStyle","attrs":{"fontFamily":"","color":"#aaaaaa","backgroundColor":"","fontSize":"13px"}}],"text":"גיליונות שפורסמו"}]}]},"from":1,"to":16,"focusedElement":"cdtr-sn403-aa11-bb22-cc33-000000000403"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":1093,"y":198,"width":130,"height":20,"top":198,"right":1223,"bottom":218,"left":1093},"width":130,"height":20},"children":[],"width":130,"height":20,"renderedHTML":null},{"id":"cdtr-sn404-aa11-bb22-cc33-000000000404","_id":"cdtr-sn404-aa11-bb22-cc33-000000000404","type":"col","props":{"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-sn403-aa11-bb22-cc33-000000000403"],"width":145,"height":20,"renderedHTML":null},{"id":"cdtr-sn405-aa11-bb22-cc33-000000000405","_id":"cdtr-sn405-aa11-bb22-cc33-000000000405","type":"card","props":{"style":{"width":"140px","background":"#262639","maxWidth":"155px","fontFamily":"Arial, Helvetica, sans-serif","borderRadius":"12px","textAlign":"center","padding":"24px 10px"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"lg":{"style":{"minHeight":"100px"}},"rect":{"x":1083,"y":120,"width":155,"height":110,"top":120,"right":1238,"bottom":230,"left":1083},"width":155,"height":110},"children":["cdtr-sn402-aa11-bb22-cc33-000000000402","cdtr-sn404-aa11-bb22-cc33-000000000404"],"width":155,"height":110,"renderedHTML":null},{"id":"cdtr-sn406-aa11-bb22-cc33-000000000406","_id":"cdtr-sn406-aa11-bb22-cc33-000000000406","type":"col","props":{"lg":3,"sm":6,"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":1073,"y":120,"width":165,"height":110,"top":120,"right":1238,"bottom":230,"left":1073},"width":165,"height":110},"children":["cdtr-sn405-aa11-bb22-cc33-000000000405"],"width":165,"height":110,"renderedHTML":null},{"id":"cdtr-sn500-aa11-bb22-cc33-000000000500","_id":"cdtr-sn500-aa11-bb22-cc33-000000000500","type":"block","props":{"style":{"padding":"10px 10px 40px 10px","marginTop":"0","marginBottom":"0","marginLeft":"auto","marginRight":"auto","backgroundColor":"transparent","maxWidth":"1320px","justifyContent":"center","width":"615px","margin":"0 auto"},"classList":[],"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":608,"y":110,"width":630,"height":130,"top":110,"right":1238,"bottom":240,"left":608},"width":630,"height":130},"children":["cdtr-sn106-aa11-bb22-cc33-000000000106","cdtr-sn206-aa11-bb22-cc33-000000000206","cdtr-sn306-aa11-bb22-cc33-000000000306","cdtr-sn406-aa11-bb22-cc33-000000000406"],"width":630,"height":130,"renderedHTML":null},{"id":"cdtr-stats4-section-en-000000000000","_id":"cdtr-stats4-section-en-000000000000","type":"section","props":{"style":{"width":"100%","minHeight":"100px","fontFamily":"Arial, Helvetica, sans-serif","background":"#1a1a2e","maxWidth":"100%"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":0,"y":0,"width":1192,"height":300,"top":0,"right":1192,"bottom":300,"left":0},"width":1192,"height":300},"children":["cdtr-sn003-aa11-bb22-cc33-000000000003","cdtr-sn500-aa11-bb22-cc33-000000000500"],"width":1192,"height":300,"renderedHTML":null}]}'),lh=JSON.parse('{"name":"כותרת תחתונה לניוזלטר","id":"newsletter-footer","tags":["section","footer","links"],"body":{"type":"section","props":{"style":{"minHeight":"100px","background":"#111827","width":"100%"}}},"components":[{"id":"cdtr-nf001-aa11-bb22-cc33-000000000001","_id":"cdtr-nf001-aa11-bb22-cc33-000000000001","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"heading","attrs":{"letterSpacing":"3px","lineHeight":"1.2","direction":"rtl","textAlign":"center","level":3},"content":[{"type":"text","marks":[{"type":"textStyle","attrs":{"fontFamily":"","color":"#ffffff","backgroundColor":"","fontSize":"22px"}},{"type":"bold"}],"text":"הבריף השבועי"}]}]},"from":1,"to":13,"focusedElement":"cdtr-nf001-aa11-bb22-cc33-000000000001"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":211,"y":40,"width":570,"height":32,"top":40,"right":781,"bottom":72,"left":211},"width":570,"height":32},"children":[],"width":570,"height":32,"renderedHTML":null},{"id":"cdtr-nf002-aa11-bb22-cc33-000000000002","_id":"cdtr-nf002-aa11-bb22-cc33-000000000002","type":"col","props":{"lg":0,"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-nf001-aa11-bb22-cc33-000000000001"],"width":595,"height":32,"renderedHTML":null},{"id":"cdtr-nf003-aa11-bb22-cc33-000000000003","_id":"cdtr-nf003-aa11-bb22-cc33-000000000003","type":"block","props":{"style":{"padding":"40px 10px 10px 10px","marginTop":"0","marginBottom":"0","marginLeft":"auto","marginRight":"auto","backgroundColor":"transparent","maxWidth":"100%","justifyContent":"center","width":"615px"},"classList":[],"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":288.5,"y":40,"width":615,"height":52,"top":40,"right":903.5,"bottom":92,"left":288.5},"width":615,"height":52},"children":["cdtr-nf002-aa11-bb22-cc33-000000000002"],"width":615,"height":52,"renderedHTML":null},{"id":"cdtr-nf101-aa11-bb22-cc33-000000000101","_id":"cdtr-nf101-aa11-bb22-cc33-000000000101","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"paragraph","attrs":{"letterSpacing":"normal","lineHeight":"1.6","direction":"rtl","textAlign":"center"},"content":[{"type":"text","marks":[{"type":"textStyle","attrs":{"fontFamily":"","color":"#9ca3af","backgroundColor":"","fontSize":"15px"}}],"text":"תובנות שכדאי לקרוא, מועברות כל שבוע."}]}]},"from":1,"to":38,"focusedElement":"cdtr-nf101-aa11-bb22-cc33-000000000101"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":211,"y":104,"width":570,"height":26,"top":104,"right":781,"bottom":130,"left":211},"width":570,"height":26},"children":[],"width":570,"height":26,"renderedHTML":null},{"id":"cdtr-nf102-aa11-bb22-cc33-000000000102","_id":"cdtr-nf102-aa11-bb22-cc33-000000000102","type":"col","props":{"lg":0,"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-nf101-aa11-bb22-cc33-000000000101"],"width":595,"height":26,"renderedHTML":null},{"id":"cdtr-nf103-aa11-bb22-cc33-000000000103","_id":"cdtr-nf103-aa11-bb22-cc33-000000000103","type":"block","props":{"style":{"padding":"8px 10px 16px 10px","marginTop":"0","marginBottom":"0","marginLeft":"auto","marginRight":"auto","backgroundColor":"transparent","maxWidth":"100%","justifyContent":"center","width":"615px"},"classList":[],"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":288.5,"y":92,"width":615,"height":42,"top":92,"right":903.5,"bottom":134,"left":288.5},"width":615,"height":42},"children":["cdtr-nf102-aa11-bb22-cc33-000000000102"],"width":615,"height":42,"renderedHTML":null},{"id":"cdtr-nf201-aa11-bb22-cc33-000000000201","_id":"cdtr-nf201-aa11-bb22-cc33-000000000201","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"paragraph","attrs":{"letterSpacing":"1px","lineHeight":"1.8","direction":"rtl","textAlign":"center"},"content":[{"type":"text","marks":[{"type":"textStyle","attrs":{"fontFamily":"","color":"#d1d5db","backgroundColor":"","fontSize":"14px"}}],"text":"אודות  |  ארכיון  |  צור קשר"}]}]},"from":1,"to":27,"focusedElement":"cdtr-nf201-aa11-bb22-cc33-000000000201"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":211,"y":148,"width":570,"height":28,"top":148,"right":781,"bottom":176,"left":211},"width":570,"height":28},"children":[],"width":570,"height":28,"renderedHTML":null},{"id":"cdtr-nf202-aa11-bb22-cc33-000000000202","_id":"cdtr-nf202-aa11-bb22-cc33-000000000202","type":"col","props":{"lg":0,"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-nf201-aa11-bb22-cc33-000000000201"],"width":595,"height":28,"renderedHTML":null},{"id":"cdtr-nf203-aa11-bb22-cc33-000000000203","_id":"cdtr-nf203-aa11-bb22-cc33-000000000203","type":"block","props":{"style":{"padding":"8px 10px","marginTop":"0","marginBottom":"0","marginLeft":"auto","marginRight":"auto","backgroundColor":"transparent","maxWidth":"100%","justifyContent":"center","width":"615px"},"classList":[],"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":288.5,"y":134,"width":615,"height":44,"top":134,"right":903.5,"bottom":178,"left":288.5},"width":615,"height":44},"children":["cdtr-nf202-aa11-bb22-cc33-000000000202"],"width":615,"height":44,"renderedHTML":null},{"id":"cdtr-nf301-aa11-bb22-cc33-000000000301","_id":"cdtr-nf301-aa11-bb22-cc33-000000000301","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"paragraph","attrs":{"letterSpacing":"1px","lineHeight":"1.8","direction":"rtl","textAlign":"center"},"content":[{"type":"text","marks":[{"type":"textStyle","attrs":{"fontFamily":"","color":"#6b7280","backgroundColor":"","fontSize":"13px"}}],"text":"טוויטר  |  לינקדאין  |  יוטיוב"}]}]},"from":1,"to":29,"focusedElement":"cdtr-nf301-aa11-bb22-cc33-000000000301"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":211,"y":190,"width":570,"height":24,"top":190,"right":781,"bottom":214,"left":211},"width":570,"height":24},"children":[],"width":570,"height":24,"renderedHTML":null},{"id":"cdtr-nf302-aa11-bb22-cc33-000000000302","_id":"cdtr-nf302-aa11-bb22-cc33-000000000302","type":"col","props":{"lg":0,"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-nf301-aa11-bb22-cc33-000000000301"],"width":595,"height":24,"renderedHTML":null},{"id":"cdtr-nf303-aa11-bb22-cc33-000000000303","_id":"cdtr-nf303-aa11-bb22-cc33-000000000303","type":"block","props":{"style":{"padding":"4px 10px 16px 10px","marginTop":"0","marginBottom":"0","marginLeft":"auto","marginRight":"auto","backgroundColor":"transparent","maxWidth":"100%","justifyContent":"center","width":"615px"},"classList":[],"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":288.5,"y":178,"width":615,"height":40,"top":178,"right":903.5,"bottom":218,"left":288.5},"width":615,"height":40},"children":["cdtr-nf302-aa11-bb22-cc33-000000000302"],"width":615,"height":40,"renderedHTML":null},{"id":"cdtr-nf401-aa11-bb22-cc33-000000000401","_id":"cdtr-nf401-aa11-bb22-cc33-000000000401","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"paragraph","attrs":{"letterSpacing":"normal","lineHeight":"1.6","direction":"rtl","textAlign":"center"},"content":[{"type":"text","marks":[{"type":"textStyle","attrs":{"fontFamily":"","color":"#4b5563","backgroundColor":"","fontSize":"12px"}}],"text":"© 2026 הבריף השבועי. כל הזכויות שמורות."}]},{"type":"paragraph","attrs":{"letterSpacing":"normal","lineHeight":"1.6","direction":"rtl","textAlign":"center"},"content":[{"type":"text","marks":[{"type":"textStyle","attrs":{"fontFamily":"","color":"#4b5563","backgroundColor":"","fontSize":"12px"}}],"text":"קיבלת אימייל זה כי נרשמת. "},{"type":"text","marks":[{"type":"textStyle","attrs":{"fontFamily":"","color":"#6b7280","backgroundColor":"","fontSize":"12px"}},{"type":"underline"}],"text":"הסר רישום"}]}]},"from":1,"to":82,"focusedElement":"cdtr-nf401-aa11-bb22-cc33-000000000401"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":211,"y":232,"width":570,"height":48,"top":232,"right":781,"bottom":280,"left":211},"width":570,"height":48},"children":[],"width":570,"height":48,"renderedHTML":null},{"id":"cdtr-nf402-aa11-bb22-cc33-000000000402","_id":"cdtr-nf402-aa11-bb22-cc33-000000000402","type":"col","props":{"lg":0,"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-nf401-aa11-bb22-cc33-000000000401"],"width":595,"height":48,"renderedHTML":null},{"id":"cdtr-nf403-aa11-bb22-cc33-000000000403","_id":"cdtr-nf403-aa11-bb22-cc33-000000000403","type":"block","props":{"style":{"padding":"8px 10px 36px 10px","marginTop":"0","marginBottom":"0","marginLeft":"auto","marginRight":"auto","backgroundColor":"transparent","maxWidth":"100%","justifyContent":"center","width":"615px"},"classList":[],"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":288.5,"y":218,"width":615,"height":68,"top":218,"right":903.5,"bottom":286,"left":288.5},"width":615,"height":68},"children":["cdtr-nf402-aa11-bb22-cc33-000000000402"],"width":615,"height":68,"renderedHTML":null},{"id":"cdtr-footer-section-en-000000000000","_id":"cdtr-footer-section-en-000000000000","type":"section","props":{"style":{"width":"100%","minHeight":"100px","fontFamily":"Arial, Helvetica, sans-serif","background":"#111827","maxWidth":"100%"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":0,"y":0,"width":1192,"height":286,"top":0,"right":1192,"bottom":286,"left":0},"width":1192,"height":286},"children":["cdtr-nf003-aa11-bb22-cc33-000000000003","cdtr-nf103-aa11-bb22-cc33-000000000103","cdtr-nf203-aa11-bb22-cc33-000000000203","cdtr-nf303-aa11-bb22-cc33-000000000303","cdtr-nf403-aa11-bb22-cc33-000000000403"],"width":1192,"height":286,"renderedHTML":null}]}'),ch=JSON.parse('{"name":"פיצ\'ר 2 עמודות","id":"features-2-cols","tags":["section","feature","columns"],"body":{"type":"section","props":{"style":{"minHeight":"100px","background":"#ffffff","width":"100%"}}},"components":[{"id":"cdtr-f2c101-aa11-bb22-cc33-000000000101","_id":"cdtr-f2c101-aa11-bb22-cc33-000000000101","type":"image","props":{"alt":"תמונת פיצ\'ר","width":280,"height":200,"style":{"height":"auto","width":"280px","maxWidth":"100%","minWidth":"30px","fontFamily":"Arial, Helvetica, sans-serif","borderRadius":"8px","display":"block","margin":"0 auto"},"src":"https://images.pexels.com/photos/3183150/pexels-photo-3183150.jpeg?auto=compress&cs=tinysrgb&w=500&h=350&dpr=1","isOpenWithModal":false,"isFullWidthOnMobile":true,"isRatioLock":true,"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":626,"y":60,"width":280,"height":200,"top":60,"right":906,"bottom":260,"left":626}},"children":[],"width":280,"height":200,"renderedHTML":null},{"id":"cdtr-f2c102-aa11-bb22-cc33-000000000102","_id":"cdtr-f2c102-aa11-bb22-cc33-000000000102","type":"col","props":{"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-f2c101-aa11-bb22-cc33-000000000101"],"width":295,"height":200,"renderedHTML":null},{"id":"cdtr-f2c103-aa11-bb22-cc33-000000000103","_id":"cdtr-f2c103-aa11-bb22-cc33-000000000103","type":"card","props":{"style":{"width":"295px","background":"transparent","maxWidth":"305px","fontFamily":"Arial, Helvetica, sans-serif","textAlign":"right","padding":"10px 0"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"lg":{"style":{"minHeight":"200px"}},"rect":{"x":616,"y":50,"width":305,"height":220,"top":50,"right":921,"bottom":270,"left":616},"width":305,"height":220},"children":["cdtr-f2c102-aa11-bb22-cc33-000000000102"],"width":305,"height":220,"renderedHTML":null},{"id":"cdtr-f2c104-aa11-bb22-cc33-000000000104","_id":"cdtr-f2c104-aa11-bb22-cc33-000000000104","type":"col","props":{"lg":6,"sm":12,"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":606,"y":50,"width":315,"height":220,"top":50,"right":921,"bottom":270,"left":606},"width":315,"height":220},"children":["cdtr-f2c103-aa11-bb22-cc33-000000000103"],"width":315,"height":220,"renderedHTML":null},{"id":"cdtr-f2c201-aa11-bb22-cc33-000000000201","_id":"cdtr-f2c201-aa11-bb22-cc33-000000000201","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"paragraph","attrs":{"letterSpacing":"3px","lineHeight":"1.4","direction":"rtl","textAlign":"right"},"content":[{"type":"text","marks":[{"type":"textStyle","attrs":{"fontFamily":"","color":"#e94560","backgroundColor":"","fontSize":"12px"}},{"type":"bold"}],"text":"סיפור נבחר"}]}]},"from":1,"to":10,"focusedElement":"cdtr-f2c201-aa11-bb22-cc33-000000000201"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":930,"y":60,"width":260,"height":20,"top":60,"right":1190,"bottom":80,"left":930},"width":260,"height":20},"children":[],"width":260,"height":20,"renderedHTML":null},{"id":"cdtr-f2c202-aa11-bb22-cc33-000000000202","_id":"cdtr-f2c202-aa11-bb22-cc33-000000000202","type":"col","props":{"justify":"flex-end","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-f2c201-aa11-bb22-cc33-000000000201"],"width":275,"height":20,"renderedHTML":null},{"id":"cdtr-f2c203-aa11-bb22-cc33-000000000203","_id":"cdtr-f2c203-aa11-bb22-cc33-000000000203","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"heading","attrs":{"letterSpacing":"normal","lineHeight":"1.3","direction":"rtl","textAlign":"right","level":2},"content":[{"type":"text","marks":[{"type":"textStyle","attrs":{"fontFamily":"","color":"#1a1a2e","backgroundColor":"","fontSize":"26px"}},{"type":"bold"}],"text":"עתיד העבודה מרחוק"}]}]},"from":1,"to":21,"focusedElement":"cdtr-f2c203-aa11-bb22-cc33-000000000203"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":930,"y":88,"width":260,"height":68,"top":88,"right":1190,"bottom":156,"left":930},"width":260,"height":68},"children":[],"width":260,"height":68,"renderedHTML":null},{"id":"cdtr-f2c204-aa11-bb22-cc33-000000000204","_id":"cdtr-f2c204-aa11-bb22-cc33-000000000204","type":"col","props":{"justify":"flex-end","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-f2c203-aa11-bb22-cc33-000000000203"],"width":275,"height":68,"renderedHTML":null},{"id":"cdtr-f2c205-aa11-bb22-cc33-000000000205","_id":"cdtr-f2c205-aa11-bb22-cc33-000000000205","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"paragraph","attrs":{"letterSpacing":"normal","lineHeight":"1.6","direction":"rtl","textAlign":"right"},"content":[{"type":"text","marks":[{"type":"textStyle","attrs":{"fontFamily":"","color":"#555555","backgroundColor":"","fontSize":"15px"}}],"text":"גלו כיצד חברות מובילות מדמיינות מחדש שיתוף פעולה, תרבות ופרודוקטיביות עבור צוותים מבוזרים ברחבי העולם."}]}]},"from":1,"to":102,"focusedElement":"cdtr-f2c205-aa11-bb22-cc33-000000000205"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":930,"y":164,"width":260,"height":75,"top":164,"right":1190,"bottom":239,"left":930},"width":260,"height":75},"children":[],"width":260,"height":75,"renderedHTML":null},{"id":"cdtr-f2c206-aa11-bb22-cc33-000000000206","_id":"cdtr-f2c206-aa11-bb22-cc33-000000000206","type":"col","props":{"justify":"flex-end","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-f2c205-aa11-bb22-cc33-000000000205"],"width":275,"height":75,"renderedHTML":null},{"id":"cdtr-f2c207-aa11-bb22-cc33-000000000207","_id":"cdtr-f2c207-aa11-bb22-cc33-000000000207","type":"button","props":{"text":"קרא את הסיפור","style":{"height":"auto","width":"160px","maxWidth":"100%","minWidth":"10px","background":"#1a1a2e","color":"#fff","fontFamily":"Arial, Helvetica, sans-serif","padding":"12px 20px","borderRadius":"6px","display":"","direction":"rtl","fontSize":"14px"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":930,"y":248,"width":160,"height":42,"top":248,"right":1090,"bottom":290,"left":930},"width":160,"height":42},"children":[],"width":160,"height":42,"renderedHTML":null},{"id":"cdtr-f2c208-aa11-bb22-cc33-000000000208","_id":"cdtr-f2c208-aa11-bb22-cc33-000000000208","type":"col","props":{"justify":"flex-end","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-f2c207-aa11-bb22-cc33-000000000207"],"width":275,"height":42,"renderedHTML":null},{"id":"cdtr-f2c209-aa11-bb22-cc33-000000000209","_id":"cdtr-f2c209-aa11-bb22-cc33-000000000209","type":"card","props":{"style":{"width":"285px","background":"transparent","maxWidth":"300px","fontFamily":"Arial, Helvetica, sans-serif","textAlign":"right","padding":"10px 16px"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"lg":{"style":{"minHeight":"220px"}},"rect":{"x":921,"y":50,"width":300,"height":250,"top":50,"right":1221,"bottom":300,"left":921},"width":300,"height":250},"children":["cdtr-f2c202-aa11-bb22-cc33-000000000202","cdtr-f2c204-aa11-bb22-cc33-000000000204","cdtr-f2c206-aa11-bb22-cc33-000000000206","cdtr-f2c208-aa11-bb22-cc33-000000000208"],"width":300,"height":250,"renderedHTML":null},{"id":"cdtr-f2c210-aa11-bb22-cc33-000000000210","_id":"cdtr-f2c210-aa11-bb22-cc33-000000000210","type":"col","props":{"lg":6,"sm":12,"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":911,"y":50,"width":310,"height":250,"top":50,"right":1221,"bottom":300,"left":911},"width":310,"height":250},"children":["cdtr-f2c209-aa11-bb22-cc33-000000000209"],"width":310,"height":250,"renderedHTML":null},{"id":"cdtr-f2c300-aa11-bb22-cc33-000000000300","_id":"cdtr-f2c300-aa11-bb22-cc33-000000000300","type":"block","props":{"style":{"padding":"40px 10px 40px 10px","marginTop":"0","marginBottom":"0","marginLeft":"auto","marginRight":"auto","backgroundColor":"transparent","maxWidth":"1320px","justifyContent":"center","width":"615px","margin":"0 auto"},"classList":[],"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":606,"y":50,"width":625,"height":260,"top":50,"right":1231,"bottom":310,"left":606},"width":625,"height":260},"children":["cdtr-f2c104-aa11-bb22-cc33-000000000104","cdtr-f2c210-aa11-bb22-cc33-000000000210"],"width":625,"height":260,"renderedHTML":null},{"id":"cdtr-features2-section-en-000000000000","_id":"cdtr-features2-section-en-000000000000","type":"section","props":{"style":{"width":"100%","minHeight":"100px","fontFamily":"Arial, Helvetica, sans-serif","background":"#ffffff","maxWidth":"100%"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":0,"y":0,"width":1192,"height":340,"top":0,"right":1192,"bottom":340,"left":0},"width":1192,"height":340},"children":["cdtr-f2c300-aa11-bb22-cc33-000000000300"],"width":1192,"height":340,"renderedHTML":null}]}'),dh={en:[JSON.parse('{"name":"empty section","id":"empty-section","tags":["section","empty"],"body":{},"components":[{"type":"section","id":"empty-section","props":{"style":{"width":"100%","minHeight":"100px","fontFamily":"Arial, Helvetica, sans-serif","background":"#ffffff","maxWidth":"100%"}},"children":[]}]}'),JSON.parse('{"name":"section1","id":"section1","tags":["section"],"body":{"type":"section","props":{"style":{"minHeight":"100px","background":"#fff","width":"100%"}}},"components":[{"id":"cdtr-7e9b8f24-0b7c-4b24-922b-77e02a544e97","_id":"cdtr-7e9b8f24-0b7c-4b24-922b-77e02a544e97","type":"image","props":{"alt":"Logo","width":72,"height":37.6171875,"style":{"height":"auto","width":"72px","maxWidth":"100%","minWidth":"30px","objectFit":"fill","fontFamily":"Arial, Helvetica, sans-serif"},"src":"https://img.creaditor.ai/static/logo.png","isOpenWithModal":false,"isFullWidthOnMobile":false,"isRatioLock":true,"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":560,"y":150,"width":72,"height":37.6171875,"top":150,"right":632,"bottom":187.6171875,"left":560}},"children":[],"width":72,"height":37.6171875,"renderedHTML":null},{"id":"cdtr-60d6edbd-517f-4ba7-8aa4-ff071a53f8e0","_id":"cdtr-60d6edbd-517f-4ba7-8aa4-ff071a53f8e0","type":"col","props":{"lg":0,"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-7e9b8f24-0b7c-4b24-922b-77e02a544e97"],"width":595,"height":37.6171875,"renderedHTML":null},{"id":"cdtr-db254a84-017f-47b2-ba63-16e68bf64df8","_id":"cdtr-db254a84-017f-47b2-ba63-16e68bf64df8","type":"block","props":{"style":{"padding":"10px","marginTop":"0","marginBottom":"0","marginLeft":"auto","marginRight":"auto","backgroundColor":"transparent","maxWidth":"100%","justifyContent":"center","width":"615px"},"classList":[],"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":288.5,"y":-302.5,"width":615,"height":57.6171875,"top":-302.5,"right":903.5,"bottom":-244.8828125,"left":288.5},"width":615,"height":57.6171875},"children":["cdtr-60d6edbd-517f-4ba7-8aa4-ff071a53f8e0"],"width":615,"height":57.6171875,"renderedHTML":null},{"id":"cdtr-75eaf360-07a3-49c6-84b8-5c9fa1bce326","_id":"cdtr-75eaf360-07a3-49c6-84b8-5c9fa1bce326","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"heading","attrs":{"letterSpacing":"2px","lineHeight":1.4,"direction":"ltr","textAlign":"center","level":3},"content":[{"type":"text","marks":[{"type":"textStyle","attrs":{"fontFamily":"","color":"","backgroundColor":"","fontSize":null}},{"type":"bold"}],"text":"Special Offer! "}]}]},"from":0,"to":17,"focusedElement":"cdtr-75eaf360-07a3-49c6-84b8-5c9fa1bce326"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":56.59375,"y":207.6171875,"width":1078.8125,"height":26.203125,"top":207.6171875,"right":1135.40625,"bottom":233.8203125,"left":56.59375},"width":1078.8125,"height":26.203125},"children":[],"width":595,"height":26.203125,"renderedHTML":null},{"id":"cdtr-af2af5ee-3c46-40e5-9da6-11423fc04a54","_id":"cdtr-af2af5ee-3c46-40e5-9da6-11423fc04a54","type":"col","props":{"lg":0,"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-75eaf360-07a3-49c6-84b8-5c9fa1bce326"],"width":595,"height":26.203125,"renderedHTML":null},{"id":"cdtr-38536e13-7e96-4cbf-b325-9da80e2871b0","_id":"cdtr-38536e13-7e96-4cbf-b325-9da80e2871b0","type":"block","props":{"style":{"padding":"10px","marginTop":"0","marginBottom":"0","marginLeft":"auto","marginRight":"auto","backgroundColor":"transparent","maxWidth":"100%","justifyContent":"center","width":"615px"},"classList":[],"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":288.5,"y":-244.8828125,"width":615,"height":46.203125,"top":-244.8828125,"right":903.5,"bottom":-198.6796875,"left":288.5},"width":615,"height":46.203125},"children":["cdtr-af2af5ee-3c46-40e5-9da6-11423fc04a54"],"width":615,"height":46.203125,"renderedHTML":null},{"id":"cdtr-4d64ac1e-c9c1-4c93-b880-f07d64bd0415","_id":"cdtr-4d64ac1e-c9c1-4c93-b880-f07d64bd0415","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"heading","attrs":{"letterSpacing":"3px","lineHeight":1.3,"direction":"ltr","textAlign":"center","level":1},"content":[{"type":"text","marks":[{"type":"textStyle","attrs":{"fontFamily":"","color":"","backgroundColor":"","fontSize":"60px"}},{"type":"bold"}],"text":"Spring Forward "}]},{"type":"heading","attrs":{"letterSpacing":"3px","lineHeight":1.3,"direction":"ltr","textAlign":"center","level":1},"content":[{"type":"text","marks":[{"type":"textStyle","attrs":{"fontFamily":"","color":"","backgroundColor":"","fontSize":"60px"}},{"type":"bold"}],"text":"with Savings!"}]}]},"from":0,"to":32,"focusedElement":"cdtr-4d64ac1e-c9c1-4c93-b880-f07d64bd0415"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":64.09375,"y":256.4140625,"width":1063.8125,"height":156,"top":256.4140625,"right":1127.90625,"bottom":412.4140625,"left":64.09375},"width":1063.8125,"height":156},"children":[],"width":595,"height":156,"renderedHTML":null},{"id":"cdtr-67f7da5c-b00e-4584-a603-5e3a561ab47e","_id":"cdtr-67f7da5c-b00e-4584-a603-5e3a561ab47e","type":"col","props":{"lg":0,"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-4d64ac1e-c9c1-4c93-b880-f07d64bd0415"],"width":595,"height":156,"renderedHTML":null},{"id":"cdtr-48d2689b-e80d-46b5-b752-8a6ea055a723","_id":"cdtr-48d2689b-e80d-46b5-b752-8a6ea055a723","type":"block","props":{"style":{"padding":"10px","marginTop":"0","marginBottom":"0","marginLeft":"auto","marginRight":"auto","backgroundColor":"transparent","maxWidth":"100%","justifyContent":"center","width":"615px"},"classList":[],"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":288.5,"y":-198.6796875,"width":615,"height":176,"top":-198.6796875,"right":903.5,"bottom":-22.6796875,"left":288.5},"width":615,"height":176},"children":["cdtr-67f7da5c-b00e-4584-a603-5e3a561ab47e"],"width":615,"height":176,"renderedHTML":null},{"id":"cdtr-94889382-18c0-4afd-9027-a69b0d160e88","_id":"cdtr-94889382-18c0-4afd-9027-a69b0d160e88","type":"@paragraph/text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"paragraph","attrs":{"letterSpacing":"","lineHeight":"1.4","direction":"rtl","textAlign":"center"},"content":[{"type":"text","text":"Sign up now and get 25% off our upcoming Healthcare IT "}]},{"type":"paragraph","attrs":{"letterSpacing":"","lineHeight":"1.4","direction":"rtl","textAlign":"center"},"content":[{"type":"text","text":"Masterclass—available exclusively to webinar attendees!"}]}]},"from":58,"to":58,"focusedElement":"cdtr-94889382-18c0-4afd-9027-a69b0d160e88"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":64.09375,"y":432.4140625,"width":1063.8125,"height":44.796875,"top":432.4140625,"right":1127.90625,"bottom":477.2109375,"left":64.09375},"width":1063.8125,"height":44.796875},"children":[],"width":595,"height":44.796875,"renderedHTML":null},{"id":"cdtr-fd95d2e1-662a-492b-88b2-9f3aa3fde433","_id":"cdtr-fd95d2e1-662a-492b-88b2-9f3aa3fde433","type":"col","props":{"lg":0,"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-94889382-18c0-4afd-9027-a69b0d160e88"],"width":595,"height":44.796875,"renderedHTML":null},{"id":"cdtr-5257d622-ee54-4f5d-9389-4c4df79680c8","_id":"cdtr-5257d622-ee54-4f5d-9389-4c4df79680c8","type":"block","props":{"style":{"padding":"10px","marginTop":"0","marginBottom":"0","marginLeft":"auto","marginRight":"auto","backgroundColor":"transparent","maxWidth":"100%","justifyContent":"center","width":"615px"},"classList":[],"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":288.5,"y":-22.6796875,"width":615,"height":64.796875,"top":-22.6796875,"right":903.5,"bottom":42.1171875,"left":288.5},"width":615,"height":64.796875},"children":["cdtr-fd95d2e1-662a-492b-88b2-9f3aa3fde433"],"width":615,"height":64.796875,"renderedHTML":null},{"id":"cdtr-451ec567-9925-4695-a776-c8d56fcc0800","_id":"cdtr-451ec567-9925-4695-a776-c8d56fcc0800","type":"button","props":{"text":" Get 25% Off – Sign Up Now","style":{"height":"auto","width":"228px","maxWidth":"100%","minWidth":"10px","background":"#000","color":"#fff","fontFamily":"Arial, Helvetica, sans-serif","padding":"10px","borderRadius":"5px","display":"","direction":"","fontSize":"13px"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":482,"y":497.2109375,"width":228,"height":33,"top":497.2109375,"right":710,"bottom":530.2109375,"left":482},"width":228,"height":33},"children":[],"width":228,"height":33,"renderedHTML":null},{"id":"cdtr-761a6123-c406-4b07-98a8-8d7f73ca739a","_id":"cdtr-761a6123-c406-4b07-98a8-8d7f73ca739a","type":"col","props":{"lg":0,"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-451ec567-9925-4695-a776-c8d56fcc0800"],"width":595,"height":33,"renderedHTML":null},{"id":"cdtr-9f9eac8b-0be1-42cd-98e2-b1e0c98d6431","_id":"cdtr-9f9eac8b-0be1-42cd-98e2-b1e0c98d6431","type":"block","props":{"style":{"padding":"10px","marginTop":"0","marginBottom":"0","marginLeft":"auto","marginRight":"auto","backgroundColor":"transparent","maxWidth":"100%","justifyContent":"center","width":"615px"},"classList":[],"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":288.5,"y":42.1171875,"width":615,"height":53,"top":42.1171875,"right":903.5,"bottom":95.1171875,"left":288.5},"width":615,"height":53},"children":["cdtr-761a6123-c406-4b07-98a8-8d7f73ca739a"],"width":615,"height":53,"renderedHTML":null},{"id":"cdtr-96b933df-774c-43f6-bb7c-8adef74649ae","_id":"cdtr-96b933df-774c-43f6-bb7c-8adef74649ae","type":"image","props":{"alt":"image","width":595,"height":440.4375,"style":{"height":"auto","width":"595px","maxWidth":"100%","minWidth":"30px","objectFit":"fill","fontFamily":"Arial, Helvetica, sans-serif"},"src":"https://render.creaditor.ai/media/Q1_Strategic_Review_Israel_Team.png","isOpenWithModal":false,"isFullWidthOnMobile":false,"isRatioLock":true,"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":298.5,"y":105.1171875,"width":595,"height":440.4375,"top":105.1171875,"right":893.5,"bottom":545.5546875,"left":298.5}},"children":[],"width":595,"height":440.4375,"renderedHTML":null},{"id":"cdtr-dae074ee-1dde-4377-80bf-dcbc225ae544","_id":"cdtr-dae074ee-1dde-4377-80bf-dcbc225ae544","type":"col","props":{"lg":0,"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-96b933df-774c-43f6-bb7c-8adef74649ae"],"width":595,"height":440.4375,"renderedHTML":null},{"id":"cdtr-cdd83139-b195-47a9-abfb-28891822c74b","_id":"cdtr-cdd83139-b195-47a9-abfb-28891822c74b","type":"block","props":{"style":{"padding":"10px","marginTop":"0","marginBottom":"0","marginLeft":"auto","marginRight":"auto","backgroundColor":"transparent","maxWidth":"100%","justifyContent":"center","width":"615px"},"classList":[],"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":288.5,"y":95.1171875,"width":615,"height":460.4375,"top":95.1171875,"right":903.5,"bottom":555.5546875,"left":288.5},"width":615,"height":460.4375},"children":["cdtr-dae074ee-1dde-4377-80bf-dcbc225ae544"],"width":615,"height":460.4375,"renderedHTML":null},{"id":"cdtr-9f0e62c6-d06e-4107-b54b-c695ec8de670","_id":"cdtr-9f0e62c6-d06e-4107-b54b-c695ec8de670","type":"section","props":{"style":{"width":"100%","minHeight":"calc(calc(calc(calc(calc(calc(calc(calc(calc(calc(calc(calc(calc(calc(calc(calc(calc(calc(calc(calc(calc(calc(calc(calc(calc(calc(500px - 150px) - 150px) - 150px) - 150px) - 150px) - 150px) - 150px) - 150px) - 150px) - 150px) - 150px) - 150px) - 150px) - 150px) - 150px) - 150px) - 150px) - 150px) - 150px) - 150px) - 150px) - 150px) - 150px) - 150px) - 150px) - 150px)","fontFamily":"Arial, Helvetica, sans-serif","background":"#d2e4f4ff"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":53.09375,"y":140,"width":1085.8125,"height":917.6484375,"top":140,"right":1138.90625,"bottom":1057.6484375,"left":53.09375},"width":1085.8125,"height":917.6484375},"children":["cdtr-db254a84-017f-47b2-ba63-16e68bf64df8","cdtr-38536e13-7e96-4cbf-b325-9da80e2871b0","cdtr-48d2689b-e80d-46b5-b752-8a6ea055a723","cdtr-5257d622-ee54-4f5d-9389-4c4df79680c8","cdtr-9f9eac8b-0be1-42cd-98e2-b1e0c98d6431","cdtr-cdd83139-b195-47a9-abfb-28891822c74b"],"width":1085.8125,"height":858.0546875,"renderedHTML":null},{"id":"cdtr-32bf9ba8-1d7e-4ed2-a8b1-f2d0ff3b0fcd","_id":"cdtr-32bf9ba8-1d7e-4ed2-a8b1-f2d0ff3b0fcd","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"heading","attrs":{"letterSpacing":"normal","lineHeight":1.5,"direction":"ltr","textAlign":"left","level":1},"content":[{"type":"text","marks":[{"type":"textStyle","attrs":{"fontFamily":"","color":"#ffffffff","backgroundColor":"","fontSize":"38px"}},{"type":"bold"}],"text":"Healthcare IT Webinar"}]}]},"from":1,"to":22,"focusedElement":"cdtr-32bf9ba8-1d7e-4ed2-a8b1-f2d0ff3b0fcd"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":306,"y":548.2578125,"width":291,"height":114,"top":548.2578125,"right":597,"bottom":662.2578125,"left":306},"width":291,"height":114},"children":[],"width":307,"height":114,"renderedHTML":null},{"id":"cdtr-61ef6b69-6bd0-4176-92b7-bba41d5cbda0","_id":"cdtr-61ef6b69-6bd0-4176-92b7-bba41d5cbda0","type":"col","props":{"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-32bf9ba8-1d7e-4ed2-a8b1-f2d0ff3b0fcd"],"width":307,"height":114,"renderedHTML":null},{"id":"cdtr-5edb1693-290d-4587-b686-e48cd0a6b732","_id":"cdtr-5edb1693-290d-4587-b686-e48cd0a6b732","type":"card","props":{"style":{"width":"100%","background":"#583de0","padding":"0","border":"1px solid #583de0","fontFamily":"Arial, Helvetica, sans-serif","borderRadius":".2rem","maxWidth":"100%"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":306,"y":548.2578125,"width":291,"height":114,"top":548.2578125,"right":597,"bottom":662.2578125,"left":306},"width":291,"height":114},"children":["cdtr-61ef6b69-6bd0-4176-92b7-bba41d5cbda0"],"width":309,"height":116,"renderedHTML":null},{"id":"cdtr-b3a8071d-da68-402f-89aa-19627118bee2","_id":"cdtr-b3a8071d-da68-402f-89aa-19627118bee2","type":"col","props":{"lg":6,"sm":12,"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":288,"y":555.5546875,"width":309,"height":117,"top":555.5546875,"right":597,"bottom":672.5546875,"left":288},"width":309,"height":117},"children":["cdtr-5edb1693-290d-4587-b686-e48cd0a6b732"],"width":309,"height":117,"renderedHTML":null},{"id":"cdtr-d9a97ca6-562a-48b6-b2f2-e6af6449ea73","_id":"cdtr-d9a97ca6-562a-48b6-b2f2-e6af6449ea73","type":"image","props":{"alt":"image","width":208,"height":45.1953125,"style":{"height":"auto","width":"208px","maxWidth":"100%","minWidth":"30px","objectFit":"fill","fontFamily":"Arial, Helvetica, sans-serif"},"src":"https://d1oco4z2z1fhwp.cloudfront.net/templates/default/8931/flower_4.png","isOpenWithModal":false,"isFullWidthOnMobile":true,"isRatioLock":true,"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":647.5,"y":591.453125,"width":208,"height":45.1953125,"top":591.453125,"right":855.5,"bottom":636.6484375,"left":647.5}},"children":[],"width":208,"height":45.1953125,"renderedHTML":null},{"id":"cdtr-982d9ae4-a28c-4d27-9da7-66507ab8060a","_id":"cdtr-982d9ae4-a28c-4d27-9da7-66507ab8060a","type":"col","props":{"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{"minHeight":"115px"},"rect":{"x":598,"y":556.5546875,"width":307,"height":115,"top":556.5546875,"right":905,"bottom":671.5546875,"left":598},"width":307,"height":115},"children":["cdtr-a92fbcaf-e249-41ce-a36d-f05826327246"],"width":307,"height":115,"renderedHTML":null},{"id":"cdtr-39e746c9-4e41-4c6b-b00d-cf7374a4591e","_id":"cdtr-39e746c9-4e41-4c6b-b00d-cf7374a4591e","type":"card","props":{"style":{"width":"100%","background":"#fff","padding":"0","border":"1px solid #583de0","fontFamily":"Arial, Helvetica, sans-serif","borderRadius":".2rem","maxWidth":"100%"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":605.2265625,"y":482.5546875,"width":312.546875,"height":118.140625,"top":482.5546875,"right":917.7734375,"bottom":600.6953125,"left":605.2265625},"width":312.546875,"height":118.140625},"children":["cdtr-982d9ae4-a28c-4d27-9da7-66507ab8060a"],"width":309,"height":117,"renderedHTML":null},{"id":"cdtr-cf9891eb-2a4f-4810-bc0f-f19a766d60a0","_id":"cdtr-cf9891eb-2a4f-4810-bc0f-f19a766d60a0","type":"col","props":{"lg":6,"style":{},"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":597,"y":555.5546875,"width":309,"height":117,"top":555.5546875,"right":906,"bottom":672.5546875,"left":597},"width":309,"height":117,"alignItems":"center"},"children":["cdtr-39e746c9-4e41-4c6b-b00d-cf7374a4591e"],"width":309,"height":117,"renderedHTML":null},{"id":"cdtr-fe4c04dd-6dcf-4e0e-876a-f405297a8ede","_id":"cdtr-fe4c04dd-6dcf-4e0e-876a-f405297a8ede","type":"block","props":{"style":{"fontFamily":"Arial, Helvetica, sans-serif","width":"618px","maxWidth":"100%","paddingTop":"0px","paddingBottom":"0px","paddingLeft":"0px","paddingRight":"0px"},"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":288,"y":555.5546875,"width":618,"height":117,"top":555.5546875,"right":906,"bottom":672.5546875,"left":288},"width":618,"height":117},"children":["cdtr-b3a8071d-da68-402f-89aa-19627118bee2","cdtr-cf9891eb-2a4f-4810-bc0f-f19a766d60a0"],"width":618,"height":117,"renderedHTML":null},{"id":"cdtr-9f0e62c6","_id":"cdtr-9f0e62c6","type":"section","props":{"style":{"width":"618px","minHeight":"calc(calc(calc(calc(500px - 150px) - 150px) - 150px) - 150px)","fontFamily":"Arial, Helvetica, sans-serif","background":"#ffffff","maxWidth":"100%"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":287,"y":555.5546875,"width":618,"height":117,"top":555.5546875,"right":905,"bottom":672.5546875,"left":287},"width":618,"height":117},"children":["cdtr-fe4c04dd-6dcf-4e0e-876a-f405297a8ede"],"width":618,"height":117,"renderedHTML":null},{"id":"cdtr-61509ee5-9c92-4c4a-bd5e-8e374670199e","_id":"cdtr-61509ee5-9c92-4c4a-bd5e-8e374670199e","type":"@paragraph/text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"paragraph","attrs":{"lineHeight":"1.4","direction":"rtl","textAlign":"right"},"content":[{"marks":[{"type":"textStyle","attrs":{"fontFamily":"Arial, Helvetica, sans-serif","fontSize":"16px","color":"#000"}}],"type":"text","text":"כאן אנו נרשום את טקסט כללי כלשהו על המוצר שלנו. זהו אזור טקסט כללי כלשהו חופשי לגמרי "}]}]}},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":0,"y":0,"width":0,"height":0,"top":0,"right":0,"bottom":0,"left":0},"width":0,"height":0},"children":[],"renderedHTML":null},{"id":"cdtr-f6befe15-055c-450c-92d4-aeafb64afbfe","_id":"cdtr-f6befe15-055c-450c-92d4-aeafb64afbfe","type":"col","props":{"lg":12,"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":0,"y":0,"width":0,"height":0,"top":0,"right":0,"bottom":0,"left":0},"width":0,"height":0},"children":[],"renderedHTML":null},{"id":"cdtr-a92fbcaf-e249-41ce-a36d-f05826327246","_id":"cdtr-a92fbcaf-e249-41ce-a36d-f05826327246","type":"row","props":{"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":598,"y":591.453125,"width":307,"height":45.1953125,"top":591.453125,"right":905,"bottom":636.6484375,"left":598},"width":307,"height":45.1953125},"children":["cdtr-9016cba2-e4f0-4380-8af3-dfa439325094"],"width":307,"height":45.1953125,"renderedHTML":null},{"id":"cdtr-43a7eb01-e268-4041-96c9-96c8e632c7d0","_id":"cdtr-43a7eb01-e268-4041-96c9-96c8e632c7d0","type":"col","props":{"lg":12,"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":0,"y":0,"width":0,"height":0,"top":0,"right":0,"bottom":0,"left":0},"width":0,"height":0},"children":[],"renderedHTML":null},{"id":"cdtr-6ef5a455-ce82-4979-a4c2-4decf486bfb6","_id":"cdtr-6ef5a455-ce82-4979-a4c2-4decf486bfb6","type":"row","props":{"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":0,"y":0,"width":0,"height":0,"top":0,"right":0,"bottom":0,"left":0},"width":0,"height":0},"children":[],"renderedHTML":null},{"id":"cdtr-9016cba2-e4f0-4380-8af3-dfa439325094","_id":"cdtr-9016cba2-e4f0-4380-8af3-dfa439325094","type":"col","props":{"lg":0,"style":{},"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":598,"y":591.453125,"width":307,"height":45.1953125,"top":591.453125,"right":905,"bottom":636.6484375,"left":598},"width":307,"height":45.1953125},"children":["cdtr-d9a97ca6-562a-48b6-b2f2-e6af6449ea73"],"width":307,"height":45.1953125,"renderedHTML":null},{"id":"cdtr-0f7095a9-f7aa-48a3-a863-f78c7b01e07e","_id":"cdtr-0f7095a9-f7aa-48a3-a863-f78c7b01e07e","type":"col","props":{"lg":0,"style":{},"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":0,"y":0,"width":0,"height":0,"top":0,"right":0,"bottom":0,"left":0},"width":0,"height":0},"children":[],"renderedHTML":null}]}'),JSON.parse('{"name":"services 4 cards","id":"section2","tags":["section"],"body":{"type":"section","props":{"style":{"minHeight":"100px","background":"#fff","width":"100%"}}},"components":[{"id":"cdtr-528943f3-0008-4cc6-a42b-c9873496fbd1","_id":"cdtr-528943f3-0008-4cc6-a42b-c9873496fbd1","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"heading","attrs":{"letterSpacing":"normal","lineHeight":"1.2","direction":"ltr","textAlign":"center","level":2},"content":[{"type":"text","marks":[{"type":"textStyle","attrs":{"fontFamily":"","color":"","backgroundColor":"","fontSize":"32px"}},{"type":"bold"}],"text":"Short, practical frameworks for better decisions."}]}]},"from":1,"to":50,"focusedElement":"cdtr-528943f3-0008-4cc6-a42b-c9873496fbd1"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":621,"y":150,"width":590,"height":76.796875,"top":150,"right":1211,"bottom":226.796875,"left":621},"width":590,"height":76.796875},"children":[],"width":590,"height":76.796875,"renderedHTML":null},{"id":"cdtr-9e5f49a7-31d5-4c30-a44b-deff19bfe953","_id":"cdtr-9e5f49a7-31d5-4c30-a44b-deff19bfe953","type":"col","props":{"lg":0,"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-528943f3-0008-4cc6-a42b-c9873496fbd1"],"width":590,"height":76.796875,"renderedHTML":null},{"id":"cdtr-ed780bef-86c8-4c48-b921-006605bf8a55","_id":"cdtr-ed780bef-86c8-4c48-b921-006605bf8a55","type":"block","props":{"style":{"padding":"10px","marginTop":"0","marginBottom":"0","marginLeft":"auto","marginRight":"auto","backgroundColor":"transparent","maxWidth":"1320px","justifyContent":"center","width":"610px","margin":"0 auto"},"classList":[],"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":611,"y":140,"width":610,"height":96.796875,"top":140,"right":1221,"bottom":236.796875,"left":611},"width":610,"height":96.796875},"children":["cdtr-9e5f49a7-31d5-4c30-a44b-deff19bfe953"],"width":610,"height":96.796875,"renderedHTML":null},{"id":"cdtr-2956d16b-2988-4ef4-850e-d4a1a3568fd5","_id":"cdtr-2956d16b-2988-4ef4-850e-d4a1a3568fd5","type":"icon","props":{"alt":"home-2-fill","style":{"width":"24px","height":"24px","maxWidth":"100%","maxHeight":"100%","display":"inline-block","fontFamily":"Roboto, sans-serif"},"src":"https://img.creaditor.ai/icons/serve/Buildings/home-2-fill.png?width=24&height=24&color=000000","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"iconColor":"000000","iconCategory":"Buildings","iconName":"home-2-fill","rect":{"x":638.375,"y":256.796875,"width":24,"height":27.8984375,"top":256.796875,"right":662.375,"bottom":284.6953125,"left":638.375},"width":24,"height":27.8984375},"children":[],"width":24,"height":27.8984375,"renderedHTML":null},{"id":"cdtr-e7cb4919-a84d-4176-8abb-9ba284978eb1","_id":"cdtr-e7cb4919-a84d-4176-8abb-9ba284978eb1","type":"col","props":{"lg":12,"justify":"flex-start","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":638.375,"y":256.796875,"width":260.25,"height":27.8984375,"top":256.796875,"right":898.625,"bottom":284.6953125,"left":638.375},"width":260.25,"height":27.8984375},"children":["cdtr-2956d16b-2988-4ef4-850e-d4a1a3568fd5"],"width":260.25,"height":27.8984375,"renderedHTML":null},{"id":"cdtr-c7278fb7-c010-4180-b3dd-a28599eaf19d","_id":"cdtr-c7278fb7-c010-4180-b3dd-a28599eaf19d","type":"row","props":{"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":638.375,"y":256.796875,"width":260.25,"height":27.8984375,"top":256.796875,"right":898.625,"bottom":284.6953125,"left":638.375},"width":260.25,"height":27.8984375,"style":{}},"children":["cdtr-e7cb4919-a84d-4176-8abb-9ba284978eb1"],"width":260.25,"height":27.8984375,"renderedHTML":null},{"id":"cdtr-9d594080-bb74-425d-92ff-e6f3c62f36e8","_id":"cdtr-9d594080-bb74-425d-92ff-e6f3c62f36e8","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"heading","attrs":{"letterSpacing":"normal","lineHeight":"1.2","direction":"ltr","textAlign":"left","level":3},"content":[{"type":"text","marks":[{"type":"bold"}],"text":"Data Deep Dive"}]}]},"from":15,"to":15,"focusedElement":"cdtr-9d594080-bb74-425d-92ff-e6f3c62f36e8"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":638.375,"y":284.6953125,"width":260.25,"height":22.4609375,"top":284.6953125,"right":898.625,"bottom":307.15625,"left":638.375},"width":260.25,"height":22.4609375},"children":[],"width":260.25,"height":22.4609375,"renderedHTML":null},{"id":"cdtr-a724179b-386b-41c2-b7dd-246815938226","_id":"cdtr-a724179b-386b-41c2-b7dd-246815938226","type":"col","props":{"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-c7278fb7-c010-4180-b3dd-a28599eaf19d","cdtr-9d594080-bb74-425d-92ff-e6f3c62f36e8"],"width":260.25,"height":50.359375,"renderedHTML":null},{"id":"cdtr-a15bb422-fc18-4622-b42c-fdc300890aa5","_id":"cdtr-a15bb422-fc18-4622-b42c-fdc300890aa5","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"paragraph","attrs":{"letterSpacing":"","lineHeight":"1.4","direction":"rtl","textAlign":"left"},"content":[{"type":"text","text":"Every month, we analyze anonymized usage patterns across our platform to understand where teams are gaining speed—and where friction still hides"}]}]},"from":0,"to":146,"focusedElement":"cdtr-a15bb422-fc18-4622-b42c-fdc300890aa5"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":638.375,"y":307.15625,"width":260.25,"height":111.9921875,"top":307.15625,"right":898.625,"bottom":419.1484375,"left":638.375},"width":260.25,"height":111.9921875},"children":[],"width":260.25,"height":111.9921875,"renderedHTML":null},{"id":"cdtr-550c49c5-8baa-43ed-8561-6257337225af","_id":"cdtr-550c49c5-8baa-43ed-8561-6257337225af","type":"col","props":{"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-a15bb422-fc18-4622-b42c-fdc300890aa5"],"width":260.25,"height":111.9921875,"renderedHTML":null},{"id":"cdtr-9999e26e-2c50-4992-99a6-ff5524dc1086","_id":"cdtr-9999e26e-2c50-4992-99a6-ff5524dc1086","type":"card","props":{"style":{"width":"95%","background":"#ce93d8","maxWidth":"345px","padding":"10px","fontFamily":"Roboto, sans-serif","borderRadius":".2rem"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"lg":{"style":{"minHeight":"182px"}},"rect":{"x":628.375,"y":246.796875,"width":280.25,"height":182.3515625,"top":246.796875,"right":908.625,"bottom":429.1484375,"left":628.375},"width":280.25,"height":182.3515625},"children":["cdtr-a724179b-386b-41c2-b7dd-246815938226","cdtr-550c49c5-8baa-43ed-8561-6257337225af"],"width":280.25,"height":182.3515625,"renderedHTML":null},{"id":"cdtr-2252406d-8729-4d9f-aa28-b24cf031044f","_id":"cdtr-2252406d-8729-4d9f-aa28-b24cf031044f","type":"col","props":{"lg":6,"sm":12,"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":621,"y":246.796875,"width":295,"height":182.3515625,"top":246.796875,"right":916,"bottom":429.1484375,"left":621},"width":295,"height":182.3515625},"children":["cdtr-9999e26e-2c50-4992-99a6-ff5524dc1086"],"width":295,"height":182.3515625,"renderedHTML":null},{"id":"cdtr-7b1bf2d1-255a-4427-99d0-df4677cb2d03","_id":"cdtr-7b1bf2d1-255a-4427-99d0-df4677cb2d03","type":"icon","props":{"alt":"home-4-line","style":{"width":"24px","height":"24px","maxWidth":"100%","maxHeight":"100%","display":"inline-block","fontFamily":"Roboto, sans-serif"},"src":"https://img.creaditor.ai/icons/serve/Buildings/home-gear-fill.png?width=24&height=24&color=000000","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"iconColor":"000000","rect":{"x":933.375,"y":256.796875,"width":24,"height":27.8984375,"top":256.796875,"right":957.375,"bottom":284.6953125,"left":933.375},"width":24,"height":27.8984375,"iconCategory":"Buildings","iconName":"home-gear-fill"},"children":[],"width":24,"height":27.8984375,"renderedHTML":null},{"id":"cdtr-c5a855ad-b473-444e-aece-99be4a934c81","_id":"cdtr-c5a855ad-b473-444e-aece-99be4a934c81","type":"col","props":{"lg":12,"justify":"flex-start","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":933.375,"y":256.796875,"width":260.25,"height":27.8984375,"top":256.796875,"right":1193.625,"bottom":284.6953125,"left":933.375},"width":260.25,"height":27.8984375},"children":["cdtr-7b1bf2d1-255a-4427-99d0-df4677cb2d03"],"width":260.25,"height":27.8984375,"renderedHTML":null},{"id":"cdtr-185fc2db-9bb0-46b9-8ad7-131e10616c5c","_id":"cdtr-185fc2db-9bb0-46b9-8ad7-131e10616c5c","type":"row","props":{"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":933.375,"y":256.796875,"width":260.25,"height":27.8984375,"top":256.796875,"right":1193.625,"bottom":284.6953125,"left":933.375},"width":260.25,"height":27.8984375,"style":{}},"children":["cdtr-c5a855ad-b473-444e-aece-99be4a934c81"],"width":260.25,"height":27.8984375,"renderedHTML":null},{"id":"cdtr-d52dad11-5085-4a28-9f2e-6fc5e66d7dfa","_id":"cdtr-d52dad11-5085-4a28-9f2e-6fc5e66d7dfa","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"heading","attrs":{"letterSpacing":"normal","lineHeight":"1.2","direction":"ltr","textAlign":"left","level":3},"content":[{"type":"text","marks":[{"type":"bold"}],"text":"Feature in Focus"}]}]},"from":17,"to":17,"focusedElement":"cdtr-d52dad11-5085-4a28-9f2e-6fc5e66d7dfa"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":933.375,"y":284.6953125,"width":260.25,"height":22.4609375,"top":284.6953125,"right":1193.625,"bottom":307.15625,"left":933.375},"width":260.25,"height":22.4609375},"children":[],"width":260.25,"height":22.4609375,"renderedHTML":null},{"id":"cdtr-f3611d9a-2919-4c3c-b684-3bc3001d23a4","_id":"cdtr-f3611d9a-2919-4c3c-b684-3bc3001d23a4","type":"col","props":{"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-185fc2db-9bb0-46b9-8ad7-131e10616c5c","cdtr-d52dad11-5085-4a28-9f2e-6fc5e66d7dfa"],"width":260.25,"height":50.359375,"renderedHTML":null},{"id":"cdtr-1ddc356a-42f8-4a46-b9ba-1cc733e733ca","_id":"cdtr-1ddc356a-42f8-4a46-b9ba-1cc733e733ca","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"paragraph","attrs":{"letterSpacing":"","lineHeight":"1.4","direction":"ltr","textAlign":"left"},"content":[{"type":"text","marks":[{"type":"textStyle","attrs":{"fontFamily":"Roboto, sans-serif","color":"rgb(0, 0, 0)","backgroundColor":"","fontSize":"16px"}}],"text":"Meet Smart Templates—your shortcut to consistent, repeatable workflows. Perfect for onboarding, reporting, and anything your team does more than twice."}]}]},"from":152,"to":152,"focusedElement":"cdtr-1ddc356a-42f8-4a46-b9ba-1cc733e733ca"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":933.375,"y":307.15625,"width":260.25,"height":111.9921875,"top":307.15625,"right":1193.625,"bottom":419.1484375,"left":933.375},"width":260.25,"height":111.9921875},"children":[],"width":260.25,"height":111.9921875,"renderedHTML":null},{"id":"cdtr-1aac3a1f-3ba8-463e-bc04-02a24321ee80","_id":"cdtr-1aac3a1f-3ba8-463e-bc04-02a24321ee80","type":"col","props":{"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-1ddc356a-42f8-4a46-b9ba-1cc733e733ca"],"width":260.25,"height":111.9921875,"renderedHTML":null},{"id":"cdtr-faeb25df-a871-4a3b-9ca4-5746025e9be6","_id":"cdtr-faeb25df-a871-4a3b-9ca4-5746025e9be6","type":"card","props":{"style":{"width":"95%","background":"#01579b","maxWidth":"345px","padding":"10px","fontFamily":"Roboto, sans-serif","borderRadius":".2rem"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"lg":{"style":{"minHeight":"182px"}},"rect":{"x":923.375,"y":246.796875,"width":280.25,"height":182.3515625,"top":246.796875,"right":1203.625,"bottom":429.1484375,"left":923.375},"width":280.25,"height":182.3515625},"children":["cdtr-f3611d9a-2919-4c3c-b684-3bc3001d23a4","cdtr-1aac3a1f-3ba8-463e-bc04-02a24321ee80"],"width":280.25,"height":182.3515625,"renderedHTML":null},{"id":"cdtr-e14086c6-c7d8-4108-9393-5abdd4872b1d","_id":"cdtr-e14086c6-c7d8-4108-9393-5abdd4872b1d","type":"col","props":{"lg":6,"sm":12,"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":916,"y":246.796875,"width":295,"height":182.3515625,"top":246.796875,"right":1211,"bottom":429.1484375,"left":916},"width":295,"height":182.3515625},"children":["cdtr-faeb25df-a871-4a3b-9ca4-5746025e9be6"],"width":295,"height":182.3515625,"renderedHTML":null},{"id":"cdtr-830d40ec-4801-4890-ac93-1f1abec308c9","_id":"cdtr-830d40ec-4801-4890-ac93-1f1abec308c9","type":"block","props":{"style":{"padding":"10px","marginTop":"0","marginBottom":"0","marginLeft":"auto","marginRight":"auto","backgroundColor":"transparent","maxWidth":"1320px","justifyContent":"center","width":"610px","margin":"0 auto"},"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":611,"y":236.796875,"width":610,"height":202.3515625,"top":236.796875,"right":1221,"bottom":439.1484375,"left":611},"width":610,"height":202.3515625},"children":["cdtr-2252406d-8729-4d9f-aa28-b24cf031044f","cdtr-e14086c6-c7d8-4108-9393-5abdd4872b1d"],"width":610,"height":202.3515625,"renderedHTML":null},{"id":"cdtr-06ce03ca-e4ad-4e82-906e-3e13af09d2ec","_id":"cdtr-06ce03ca-e4ad-4e82-906e-3e13af09d2ec","type":"icon","props":{"alt":"home-2-fill","style":{"width":"24px","height":"24px","maxWidth":"100%","maxHeight":"100%","display":"inline-block","fontFamily":"Roboto, sans-serif"},"src":"https://img.creaditor.ai/icons/serve/Buildings/home-2-fill.png?width=24&height=24&color=000000","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"iconColor":"000000","iconCategory":"Buildings","iconName":"home-2-fill","rect":{"x":638.375,"y":459.1484375,"width":24,"height":27.8984375,"top":459.1484375,"right":662.375,"bottom":487.046875,"left":638.375},"width":24,"height":27.8984375},"children":[],"width":24,"height":27.8984375,"renderedHTML":null},{"id":"cdtr-d8454a7d-2efa-4468-9227-2f3f0522e1cb","_id":"cdtr-d8454a7d-2efa-4468-9227-2f3f0522e1cb","type":"col","props":{"lg":12,"justify":"flex-start","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":638.375,"y":459.1484375,"width":260.25,"height":27.8984375,"top":459.1484375,"right":898.625,"bottom":487.046875,"left":638.375},"width":260.25,"height":27.8984375},"children":["cdtr-06ce03ca-e4ad-4e82-906e-3e13af09d2ec"],"width":260.25,"height":27.8984375,"renderedHTML":null},{"id":"cdtr-862ef618-5847-4b92-b534-21acc8f27a19","_id":"cdtr-862ef618-5847-4b92-b534-21acc8f27a19","type":"row","props":{"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":638.375,"y":459.1484375,"width":260.25,"height":27.8984375,"top":459.1484375,"right":898.625,"bottom":487.046875,"left":638.375},"width":260.25,"height":27.8984375,"style":{}},"children":["cdtr-d8454a7d-2efa-4468-9227-2f3f0522e1cb"],"width":260.25,"height":27.8984375,"renderedHTML":null},{"id":"cdtr-070e470a-e505-4dc3-a37b-b2c535b97307","_id":"cdtr-070e470a-e505-4dc3-a37b-b2c535b97307","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"heading","attrs":{"letterSpacing":"normal","lineHeight":"1.2","direction":"ltr","textAlign":"left","level":3},"content":[{"type":"text","marks":[{"type":"bold"}],"text":"Data Deep Dive"}]}]},"from":15,"to":15,"focusedElement":"cdtr-9d594080-bb74-425d-92ff-e6f3c62f36e8"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":638.375,"y":487.046875,"width":260.25,"height":22.4609375,"top":487.046875,"right":898.625,"bottom":509.5078125,"left":638.375},"width":260.25,"height":22.4609375},"children":[],"width":260.25,"height":22.4609375,"renderedHTML":null},{"id":"cdtr-04b4324a-c9e8-4738-b620-e6f8412bf488","_id":"cdtr-04b4324a-c9e8-4738-b620-e6f8412bf488","type":"col","props":{"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":638.375,"y":459.1484375,"width":260.25,"height":50.359375,"top":459.1484375,"right":898.625,"bottom":509.5078125,"left":638.375},"width":260.25,"height":50.359375},"children":["cdtr-862ef618-5847-4b92-b534-21acc8f27a19","cdtr-070e470a-e505-4dc3-a37b-b2c535b97307"],"width":260.25,"height":50.359375,"renderedHTML":null},{"id":"cdtr-c9a3319a-9385-45d1-9072-c016ee2a091d","_id":"cdtr-c9a3319a-9385-45d1-9072-c016ee2a091d","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"paragraph","attrs":{"letterSpacing":"","lineHeight":"1.4","direction":"rtl","textAlign":"left"},"content":[{"type":"text","text":"Every month, we analyze anonymized usage patterns across our platform to understand where teams are gaining speed—and where friction still hides"}]}]},"from":0,"to":146,"focusedElement":"cdtr-a15bb422-fc18-4622-b42c-fdc300890aa5"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":638.375,"y":509.5078125,"width":260.25,"height":111.9921875,"top":509.5078125,"right":898.625,"bottom":621.5,"left":638.375},"width":260.25,"height":111.9921875},"children":[],"width":260.25,"height":111.9921875,"renderedHTML":null},{"id":"cdtr-ece2890c-3078-419c-8e04-33f8124e0ac4","_id":"cdtr-ece2890c-3078-419c-8e04-33f8124e0ac4","type":"col","props":{"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":638.375,"y":509.5078125,"width":260.25,"height":111.9921875,"top":509.5078125,"right":898.625,"bottom":621.5,"left":638.375},"width":260.25,"height":111.9921875},"children":["cdtr-c9a3319a-9385-45d1-9072-c016ee2a091d"],"width":260.25,"height":111.9921875,"renderedHTML":null},{"id":"cdtr-b567de15-46f3-403a-9f47-fd6e2347eba9","_id":"cdtr-b567de15-46f3-403a-9f47-fd6e2347eba9","type":"card","props":{"style":{"width":"95%","background":"#ce93d8","maxWidth":"345px","padding":"10px","fontFamily":"Roboto, sans-serif","borderRadius":".2rem"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"lg":{"style":{"minHeight":"182px"}},"rect":{"x":628.375,"y":449.1484375,"width":280.25,"height":182.3515625,"top":449.1484375,"right":908.625,"bottom":631.5,"left":628.375},"width":280.25,"height":182.3515625},"children":["cdtr-04b4324a-c9e8-4738-b620-e6f8412bf488","cdtr-ece2890c-3078-419c-8e04-33f8124e0ac4"],"width":280.25,"height":182.3515625,"renderedHTML":null},{"id":"cdtr-521a21f7-7835-4174-95f7-44644d4bba99","_id":"cdtr-521a21f7-7835-4174-95f7-44644d4bba99","type":"col","props":{"lg":6,"sm":12,"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":621,"y":449.1484375,"width":295,"height":182.3515625,"top":449.1484375,"right":916,"bottom":631.5,"left":621},"width":295,"height":182.3515625},"children":["cdtr-b567de15-46f3-403a-9f47-fd6e2347eba9"],"width":295,"height":182.3515625,"renderedHTML":null},{"id":"cdtr-5402ad9c-91b0-4e22-ab05-864f47b080c1","_id":"cdtr-5402ad9c-91b0-4e22-ab05-864f47b080c1","type":"icon","props":{"alt":"home-4-line","style":{"width":"24px","height":"24px","maxWidth":"100%","maxHeight":"100%","display":"inline-block","fontFamily":"Roboto, sans-serif"},"src":"https://img.creaditor.ai/icons/serve/Buildings/home-gear-fill.png?width=24&height=24&color=000000","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"iconColor":"000000","rect":{"x":933.375,"y":459.1484375,"width":24,"height":27.8984375,"top":459.1484375,"right":957.375,"bottom":487.046875,"left":933.375},"width":24,"height":27.8984375,"iconCategory":"Buildings","iconName":"home-gear-fill"},"children":[],"width":24,"height":27.8984375,"renderedHTML":null},{"id":"cdtr-71882000-59eb-4799-9783-6615c09a8c97","_id":"cdtr-71882000-59eb-4799-9783-6615c09a8c97","type":"col","props":{"lg":12,"justify":"flex-start","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":933.375,"y":459.1484375,"width":260.25,"height":27.8984375,"top":459.1484375,"right":1193.625,"bottom":487.046875,"left":933.375},"width":260.25,"height":27.8984375},"children":["cdtr-5402ad9c-91b0-4e22-ab05-864f47b080c1"],"width":260.25,"height":27.8984375,"renderedHTML":null},{"id":"cdtr-275fa3ed-b7af-493e-9d77-a7c6bf0a38f0","_id":"cdtr-275fa3ed-b7af-493e-9d77-a7c6bf0a38f0","type":"row","props":{"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":933.375,"y":459.1484375,"width":260.25,"height":27.8984375,"top":459.1484375,"right":1193.625,"bottom":487.046875,"left":933.375},"width":260.25,"height":27.8984375,"style":{}},"children":["cdtr-71882000-59eb-4799-9783-6615c09a8c97"],"width":260.25,"height":27.8984375,"renderedHTML":null},{"id":"cdtr-b3751890-4d97-4b30-ab9a-50dcd0212b9d","_id":"cdtr-b3751890-4d97-4b30-ab9a-50dcd0212b9d","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"heading","attrs":{"letterSpacing":"normal","lineHeight":"1.2","direction":"ltr","textAlign":"left","level":3},"content":[{"type":"text","marks":[{"type":"bold"}],"text":"Feature in Focus"}]}]},"from":17,"to":17,"focusedElement":"cdtr-d52dad11-5085-4a28-9f2e-6fc5e66d7dfa"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":933.375,"y":487.046875,"width":260.25,"height":22.4609375,"top":487.046875,"right":1193.625,"bottom":509.5078125,"left":933.375},"width":260.25,"height":22.4609375},"children":[],"width":260.25,"height":22.4609375,"renderedHTML":null},{"id":"cdtr-a38b1679-0f46-4765-8ec9-cd2b82c8b34c","_id":"cdtr-a38b1679-0f46-4765-8ec9-cd2b82c8b34c","type":"col","props":{"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":933.375,"y":459.1484375,"width":260.25,"height":50.359375,"top":459.1484375,"right":1193.625,"bottom":509.5078125,"left":933.375},"width":260.25,"height":50.359375},"children":["cdtr-275fa3ed-b7af-493e-9d77-a7c6bf0a38f0","cdtr-b3751890-4d97-4b30-ab9a-50dcd0212b9d"],"width":260.25,"height":50.359375,"renderedHTML":null},{"id":"cdtr-c905817e-8e18-4452-881b-0887628b9784","_id":"cdtr-c905817e-8e18-4452-881b-0887628b9784","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"paragraph","attrs":{"letterSpacing":"","lineHeight":"1.4","direction":"ltr","textAlign":"left"},"content":[{"type":"text","marks":[{"type":"textStyle","attrs":{"fontFamily":"Roboto, sans-serif","color":"rgb(0, 0, 0)","backgroundColor":"","fontSize":"16px"}}],"text":"Meet Smart Templates—your shortcut to consistent, repeatable workflows. Perfect for onboarding, reporting, and anything your team does more than twice."}]}]},"from":152,"to":152,"focusedElement":"cdtr-1ddc356a-42f8-4a46-b9ba-1cc733e733ca"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":933.375,"y":509.5078125,"width":260.25,"height":111.9921875,"top":509.5078125,"right":1193.625,"bottom":621.5,"left":933.375},"width":260.25,"height":111.9921875},"children":[],"width":260.25,"height":111.9921875,"renderedHTML":null},{"id":"cdtr-e68942eb-fd6c-4776-b51d-61e5bf813604","_id":"cdtr-e68942eb-fd6c-4776-b51d-61e5bf813604","type":"col","props":{"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":933.375,"y":509.5078125,"width":260.25,"height":111.9921875,"top":509.5078125,"right":1193.625,"bottom":621.5,"left":933.375},"width":260.25,"height":111.9921875},"children":["cdtr-c905817e-8e18-4452-881b-0887628b9784"],"width":260.25,"height":111.9921875,"renderedHTML":null},{"id":"cdtr-73ea3ee7-4064-4960-b37f-3f2fd7af6cf5","_id":"cdtr-73ea3ee7-4064-4960-b37f-3f2fd7af6cf5","type":"card","props":{"style":{"width":"95%","background":"#01579b","maxWidth":"345px","padding":"10px","fontFamily":"Roboto, sans-serif","borderRadius":".2rem"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"lg":{"style":{"minHeight":"182px"}},"rect":{"x":923.375,"y":449.1484375,"width":280.25,"height":182.3515625,"top":449.1484375,"right":1203.625,"bottom":631.5,"left":923.375},"width":280.25,"height":182.3515625},"children":["cdtr-a38b1679-0f46-4765-8ec9-cd2b82c8b34c","cdtr-e68942eb-fd6c-4776-b51d-61e5bf813604"],"width":280.25,"height":182.3515625,"renderedHTML":null},{"id":"cdtr-4112ace1-6e15-4f7b-8c8b-62026e2713e2","_id":"cdtr-4112ace1-6e15-4f7b-8c8b-62026e2713e2","type":"col","props":{"lg":6,"sm":12,"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":916,"y":449.1484375,"width":295,"height":182.3515625,"top":449.1484375,"right":1211,"bottom":631.5,"left":916},"width":295,"height":182.3515625},"children":["cdtr-73ea3ee7-4064-4960-b37f-3f2fd7af6cf5"],"width":295,"height":182.3515625,"renderedHTML":null},{"id":"cdtr-6f4be2df-27fe-43d9-9573-684f0387abc1","_id":"cdtr-6f4be2df-27fe-43d9-9573-684f0387abc1","type":"block","props":{"style":{"padding":"10px","marginTop":"0","marginBottom":"0","marginLeft":"auto","marginRight":"auto","backgroundColor":"transparent","maxWidth":"1320px","justifyContent":"center","width":"610px","margin":"0 auto"},"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":611,"y":439.1484375,"width":610,"height":202.3515625,"top":439.1484375,"right":1221,"bottom":641.5,"left":611},"width":610,"height":202.3515625},"children":["cdtr-521a21f7-7835-4174-95f7-44644d4bba99","cdtr-4112ace1-6e15-4f7b-8c8b-62026e2713e2"],"width":610,"height":202.3515625,"renderedHTML":null},{"id":"cdtr-e915f65e-f331-456e-a942-f20c66e8668e","_id":"cdtr-e915f65e-f331-456e-a942-f20c66e8668e","type":"section","props":{"style":{"width":"100%","minHeight":"calc(calc(calc(calc(calc(calc(calc(calc(calc(calc(calc(calc(calc(calc(calc(calc(calc(calc(calc(calc(calc(calc(calc(calc(calc(calc(500px - 150px) - 150px) - 150px) - 150px) - 150px) - 150px) - 150px) - 150px) - 150px) - 150px) - 150px) - 150px) - 150px) - 150px) - 150px) - 150px) - 150px) - 150px) - 150px) - 150px) - 150px) - 150px) - 150px) - 150px) - 150px) - 150px)","fontFamily":"Roboto, sans-serif","background":"#0000"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":373.09375,"y":140,"width":1085.8125,"height":501.5,"top":140,"right":1458.90625,"bottom":641.5,"left":373.09375},"width":1085.8125,"height":501.5,"background":null},"children":["cdtr-ed780bef-86c8-4c48-b921-006605bf8a55","cdtr-830d40ec-4801-4890-ac93-1f1abec308c9","cdtr-6f4be2df-27fe-43d9-9573-684f0387abc1"],"width":1085.8125,"height":501.5,"renderedHTML":null}]}'),JSON.parse('{"name":"Call to Action","id":"hero-cta","tags":["section","cta","hero"],"body":{"type":"section","props":{"style":{"minHeight":"100px","background":"#1a1a2e","width":"100%"}}},"components":[{"id":"cdtr-a1b2c3d4-e5f6-7890-abcd-ef1234567890","_id":"cdtr-a1b2c3d4-e5f6-7890-abcd-ef1234567890","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"heading","attrs":{"letterSpacing":"2px","lineHeight":"1.3","direction":"ltr","textAlign":"center","level":1},"content":[{"type":"text","marks":[{"type":"textStyle","attrs":{"fontFamily":"","color":"#ffffff","backgroundColor":"","fontSize":"48px"}},{"type":"bold"}],"text":"Stay Connected"}]}]},"from":1,"to":15,"focusedElement":"cdtr-a1b2c3d4-e5f6-7890-abcd-ef1234567890"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":211,"y":60,"width":570,"height":70,"top":60,"right":781,"bottom":130,"left":211},"width":570,"height":70},"children":[],"width":570,"height":70,"renderedHTML":null},{"id":"cdtr-b2c3d4e5-f6a7-8901-bcde-f12345678901","_id":"cdtr-b2c3d4e5-f6a7-8901-bcde-f12345678901","type":"col","props":{"lg":0,"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-a1b2c3d4-e5f6-7890-abcd-ef1234567890"],"width":595,"height":70,"renderedHTML":null},{"id":"cdtr-c3d4e5f6-a7b8-9012-cdef-123456789012","_id":"cdtr-c3d4e5f6-a7b8-9012-cdef-123456789012","type":"block","props":{"style":{"padding":"40px 10px 10px 10px","marginTop":"0","marginBottom":"0","marginLeft":"auto","marginRight":"auto","backgroundColor":"transparent","maxWidth":"100%","justifyContent":"center","width":"615px"},"classList":[],"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":288.5,"y":60,"width":615,"height":90,"top":60,"right":903.5,"bottom":150,"left":288.5},"width":615,"height":90},"children":["cdtr-b2c3d4e5-f6a7-8901-bcde-f12345678901"],"width":615,"height":90,"renderedHTML":null},{"id":"cdtr-d4e5f6a7-b8c9-0123-defa-234567890123","_id":"cdtr-d4e5f6a7-b8c9-0123-defa-234567890123","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"paragraph","attrs":{"letterSpacing":"normal","lineHeight":"1.6","direction":"ltr","textAlign":"center"},"content":[{"type":"text","marks":[{"type":"textStyle","attrs":{"fontFamily":"","color":"#cccccc","backgroundColor":"","fontSize":"18px"}}],"text":"Subscribe to our newsletter and get weekly updates delivered straight to your inbox"}]}]},"from":1,"to":65,"focusedElement":"cdtr-d4e5f6a7-b8c9-0123-defa-234567890123"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":211,"y":160,"width":570,"height":50,"top":160,"right":781,"bottom":210,"left":211},"width":570,"height":50},"children":[],"width":570,"height":50,"renderedHTML":null},{"id":"cdtr-e5f6a7b8-c9d0-1234-efab-345678901234","_id":"cdtr-e5f6a7b8-c9d0-1234-efab-345678901234","type":"col","props":{"lg":0,"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-d4e5f6a7-b8c9-0123-defa-234567890123"],"width":595,"height":50,"renderedHTML":null},{"id":"cdtr-f6a7b8c9-d0e1-2345-fabc-456789012345","_id":"cdtr-f6a7b8c9-d0e1-2345-fabc-456789012345","type":"block","props":{"style":{"padding":"10px","marginTop":"0","marginBottom":"0","marginLeft":"auto","marginRight":"auto","backgroundColor":"transparent","maxWidth":"100%","justifyContent":"center","width":"615px"},"classList":[],"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":288.5,"y":150,"width":615,"height":70,"top":150,"right":903.5,"bottom":220,"left":288.5},"width":615,"height":70},"children":["cdtr-e5f6a7b8-c9d0-1234-efab-345678901234"],"width":615,"height":70,"renderedHTML":null},{"id":"cdtr-a7b8c9d0-e1f2-3456-abcd-567890123456","_id":"cdtr-a7b8c9d0-e1f2-3456-abcd-567890123456","type":"button","props":{"text":"Join Now","style":{"height":"auto","width":"200px","maxWidth":"100%","minWidth":"10px","background":"#e94560","color":"#fff","fontFamily":"Arial, Helvetica, sans-serif","padding":"14px 20px","borderRadius":"8px","display":"","direction":"ltr","fontSize":"16px"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":497.5,"y":240,"width":200,"height":45,"top":240,"right":697.5,"bottom":285,"left":497.5},"width":200,"height":45},"children":[],"width":200,"height":45,"renderedHTML":null},{"id":"cdtr-b8c9d0e1-f2a3-4567-bcde-678901234567","_id":"cdtr-b8c9d0e1-f2a3-4567-bcde-678901234567","type":"col","props":{"lg":0,"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-a7b8c9d0-e1f2-3456-abcd-567890123456"],"width":595,"height":45,"renderedHTML":null},{"id":"cdtr-c9d0e1f2-a3b4-5678-cdef-789012345678","_id":"cdtr-c9d0e1f2-a3b4-5678-cdef-789012345678","type":"block","props":{"style":{"padding":"10px 10px 40px 10px","marginTop":"0","marginBottom":"0","marginLeft":"auto","marginRight":"auto","backgroundColor":"transparent","maxWidth":"100%","justifyContent":"center","width":"615px"},"classList":[],"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":288.5,"y":230,"width":615,"height":65,"top":230,"right":903.5,"bottom":295,"left":288.5},"width":615,"height":65},"children":["cdtr-b8c9d0e1-f2a3-4567-bcde-678901234567"],"width":615,"height":65,"renderedHTML":null},{"id":"cdtr-hero-cta-section-en-000000000000","_id":"cdtr-hero-cta-section-en-000000000000","type":"section","props":{"style":{"width":"100%","minHeight":"100px","fontFamily":"Arial, Helvetica, sans-serif","background":"#1a1a2e","maxWidth":"100%"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":0,"y":0,"width":1192,"height":295,"top":0,"right":1192,"bottom":295,"left":0},"width":1192,"height":295},"children":["cdtr-c3d4e5f6-a7b8-9012-cdef-123456789012","cdtr-f6a7b8c9-d0e1-2345-fabc-456789012345","cdtr-c9d0e1f2-a3b4-5678-cdef-789012345678"],"width":1192,"height":295,"renderedHTML":null}]}'),JSON.parse('{"name":"Team","id":"team-3-cards","tags":["section","team"],"body":{"type":"section","props":{"style":{"minHeight":"100px","background":"#f9f9f9","width":"100%"}}},"components":[{"id":"cdtr-t001-aa11-bb22-cc33-000000000001","_id":"cdtr-t001-aa11-bb22-cc33-000000000001","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"heading","attrs":{"letterSpacing":"1px","lineHeight":"1.3","direction":"ltr","textAlign":"center","level":2},"content":[{"type":"text","marks":[{"type":"textStyle","attrs":{"fontFamily":"","color":"#1a1a2e","backgroundColor":"","fontSize":"36px"}},{"type":"bold"}],"text":"Our Team"}]}]},"from":1,"to":9,"focusedElement":"cdtr-t001-aa11-bb22-cc33-000000000001"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":211,"y":40,"width":570,"height":50,"top":40,"right":781,"bottom":90,"left":211},"width":570,"height":50},"children":[],"width":570,"height":50,"renderedHTML":null},{"id":"cdtr-t002-aa11-bb22-cc33-000000000002","_id":"cdtr-t002-aa11-bb22-cc33-000000000002","type":"col","props":{"lg":0,"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-t001-aa11-bb22-cc33-000000000001"],"width":595,"height":50,"renderedHTML":null},{"id":"cdtr-t003-aa11-bb22-cc33-000000000003","_id":"cdtr-t003-aa11-bb22-cc33-000000000003","type":"block","props":{"style":{"padding":"40px 10px 20px 10px","marginTop":"0","marginBottom":"0","marginLeft":"auto","marginRight":"auto","backgroundColor":"transparent","maxWidth":"100%","justifyContent":"center","width":"615px"},"classList":[],"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":288.5,"y":40,"width":615,"height":70,"top":40,"right":903.5,"bottom":110,"left":288.5},"width":615,"height":70},"children":["cdtr-t002-aa11-bb22-cc33-000000000002"],"width":615,"height":70,"renderedHTML":null},{"id":"cdtr-t101-aa11-bb22-cc33-000000000101","_id":"cdtr-t101-aa11-bb22-cc33-000000000101","type":"image","props":{"alt":"Yuval Cohen","width":160,"height":160,"style":{"height":"auto","width":"160px","maxWidth":"100%","minWidth":"30px","fontFamily":"Arial, Helvetica, sans-serif","borderRadius":"0","display":"block","margin":"0 auto"},"src":"https://images.pexels.com/photos/2379004/pexels-photo-2379004.jpeg?auto=compress&cs=tinysrgb&w=300&h=300&dpr=1","isOpenWithModal":false,"isFullWidthOnMobile":false,"isRatioLock":true,"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":648,"y":140,"width":160,"height":160,"top":140,"right":808,"bottom":300,"left":648}},"children":[],"width":160,"height":160,"renderedHTML":null},{"id":"cdtr-t102-aa11-bb22-cc33-000000000102","_id":"cdtr-t102-aa11-bb22-cc33-000000000102","type":"col","props":{"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-t101-aa11-bb22-cc33-000000000101"],"width":175,"height":160,"renderedHTML":null},{"id":"cdtr-t103-aa11-bb22-cc33-000000000103","_id":"cdtr-t103-aa11-bb22-cc33-000000000103","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"heading","attrs":{"letterSpacing":"normal","lineHeight":"1.3","direction":"ltr","textAlign":"center","level":4},"content":[{"type":"text","marks":[{"type":"textStyle","attrs":{"fontFamily":"","color":"#1a1a2e","backgroundColor":"","fontSize":"18px"}},{"type":"bold"}],"text":"Yuval Cohen"}]}]},"from":1,"to":11,"focusedElement":"cdtr-t103-aa11-bb22-cc33-000000000103"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":628,"y":310,"width":175,"height":24,"top":310,"right":803,"bottom":334,"left":628},"width":175,"height":24},"children":[],"width":175,"height":24,"renderedHTML":null},{"id":"cdtr-t104-aa11-bb22-cc33-000000000104","_id":"cdtr-t104-aa11-bb22-cc33-000000000104","type":"col","props":{"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-t103-aa11-bb22-cc33-000000000103"],"width":175,"height":24,"renderedHTML":null},{"id":"cdtr-t105-aa11-bb22-cc33-000000000105","_id":"cdtr-t105-aa11-bb22-cc33-000000000105","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"paragraph","attrs":{"letterSpacing":"normal","lineHeight":"1.4","direction":"ltr","textAlign":"center"},"content":[{"type":"text","marks":[{"type":"textStyle","attrs":{"fontFamily":"","color":"#666666","backgroundColor":"","fontSize":"14px"}}],"text":"CEO & Co-Founder"}]}]},"from":1,"to":15,"focusedElement":"cdtr-t105-aa11-bb22-cc33-000000000105"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":628,"y":338,"width":175,"height":20,"top":338,"right":803,"bottom":358,"left":628},"width":175,"height":20},"children":[],"width":175,"height":20,"renderedHTML":null},{"id":"cdtr-t106-aa11-bb22-cc33-000000000106","_id":"cdtr-t106-aa11-bb22-cc33-000000000106","type":"col","props":{"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-t105-aa11-bb22-cc33-000000000105"],"width":175,"height":20,"renderedHTML":null},{"id":"cdtr-t107-aa11-bb22-cc33-000000000107","_id":"cdtr-t107-aa11-bb22-cc33-000000000107","type":"card","props":{"style":{"width":"185px","background":"#ffffff","maxWidth":"195px","fontFamily":"Arial, Helvetica, sans-serif","boxShadow":"0 2px 12px rgba(0,0,0,0.08)","textAlign":"center"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"lg":{"style":{"minHeight":"240px"}},"rect":{"x":621,"y":120,"width":195,"height":240,"top":120,"right":816,"bottom":360,"left":621},"width":195,"height":240},"children":["cdtr-t102-aa11-bb22-cc33-000000000102","cdtr-t104-aa11-bb22-cc33-000000000104","cdtr-t106-aa11-bb22-cc33-000000000106"],"width":195,"height":240,"renderedHTML":null},{"id":"cdtr-t108-aa11-bb22-cc33-000000000108","_id":"cdtr-t108-aa11-bb22-cc33-000000000108","type":"col","props":{"lg":4,"sm":12,"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":611,"y":120,"width":205,"height":240,"top":120,"right":816,"bottom":360,"left":611},"width":205,"height":240},"children":["cdtr-t107-aa11-bb22-cc33-000000000107"],"width":205,"height":240,"renderedHTML":null},{"id":"cdtr-t201-aa11-bb22-cc33-000000000201","_id":"cdtr-t201-aa11-bb22-cc33-000000000201","type":"image","props":{"alt":"Michal Levy","width":160,"height":160,"style":{"height":"auto","width":"160px","maxWidth":"100%","minWidth":"30px","fontFamily":"Arial, Helvetica, sans-serif","borderRadius":"0","display":"block","margin":"0 auto"},"src":"https://images.pexels.com/photos/774909/pexels-photo-774909.jpeg?auto=compress&cs=tinysrgb&w=300&h=300&dpr=1","isOpenWithModal":false,"isFullWidthOnMobile":false,"isRatioLock":true,"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":848,"y":140,"width":160,"height":160,"top":140,"right":1008,"bottom":300,"left":848}},"children":[],"width":160,"height":160,"renderedHTML":null},{"id":"cdtr-t202-aa11-bb22-cc33-000000000202","_id":"cdtr-t202-aa11-bb22-cc33-000000000202","type":"col","props":{"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-t201-aa11-bb22-cc33-000000000201"],"width":175,"height":160,"renderedHTML":null},{"id":"cdtr-t203-aa11-bb22-cc33-000000000203","_id":"cdtr-t203-aa11-bb22-cc33-000000000203","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"heading","attrs":{"letterSpacing":"normal","lineHeight":"1.3","direction":"ltr","textAlign":"center","level":4},"content":[{"type":"text","marks":[{"type":"textStyle","attrs":{"fontFamily":"","color":"#1a1a2e","backgroundColor":"","fontSize":"18px"}},{"type":"bold"}],"text":"Michal Levy"}]}]},"from":1,"to":11,"focusedElement":"cdtr-t203-aa11-bb22-cc33-000000000203"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":828,"y":310,"width":175,"height":24,"top":310,"right":1003,"bottom":334,"left":828},"width":175,"height":24},"children":[],"width":175,"height":24,"renderedHTML":null},{"id":"cdtr-t204-aa11-bb22-cc33-000000000204","_id":"cdtr-t204-aa11-bb22-cc33-000000000204","type":"col","props":{"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-t203-aa11-bb22-cc33-000000000203"],"width":175,"height":24,"renderedHTML":null},{"id":"cdtr-t205-aa11-bb22-cc33-000000000205","_id":"cdtr-t205-aa11-bb22-cc33-000000000205","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"paragraph","attrs":{"letterSpacing":"normal","lineHeight":"1.4","direction":"ltr","textAlign":"center"},"content":[{"type":"text","marks":[{"type":"textStyle","attrs":{"fontFamily":"","color":"#666666","backgroundColor":"","fontSize":"14px"}}],"text":"Head of Product"}]}]},"from":1,"to":15,"focusedElement":"cdtr-t205-aa11-bb22-cc33-000000000205"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":828,"y":338,"width":175,"height":20,"top":338,"right":1003,"bottom":358,"left":828},"width":175,"height":20},"children":[],"width":175,"height":20,"renderedHTML":null},{"id":"cdtr-t206-aa11-bb22-cc33-000000000206","_id":"cdtr-t206-aa11-bb22-cc33-000000000206","type":"col","props":{"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-t205-aa11-bb22-cc33-000000000205"],"width":175,"height":20,"renderedHTML":null},{"id":"cdtr-t207-aa11-bb22-cc33-000000000207","_id":"cdtr-t207-aa11-bb22-cc33-000000000207","type":"card","props":{"style":{"width":"185px","background":"#ffffff","maxWidth":"195px","fontFamily":"Arial, Helvetica, sans-serif","boxShadow":"0 2px 12px rgba(0,0,0,0.08)","textAlign":"center"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"lg":{"style":{"minHeight":"240px"}},"rect":{"x":821,"y":120,"width":195,"height":240,"top":120,"right":1016,"bottom":360,"left":821},"width":195,"height":240},"children":["cdtr-t202-aa11-bb22-cc33-000000000202","cdtr-t204-aa11-bb22-cc33-000000000204","cdtr-t206-aa11-bb22-cc33-000000000206"],"width":195,"height":240,"renderedHTML":null},{"id":"cdtr-t208-aa11-bb22-cc33-000000000208","_id":"cdtr-t208-aa11-bb22-cc33-000000000208","type":"col","props":{"lg":4,"sm":12,"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":811,"y":120,"width":205,"height":240,"top":120,"right":1016,"bottom":360,"left":811},"width":205,"height":240},"children":["cdtr-t207-aa11-bb22-cc33-000000000207"],"width":205,"height":240,"renderedHTML":null},{"id":"cdtr-t301-aa11-bb22-cc33-000000000301","_id":"cdtr-t301-aa11-bb22-cc33-000000000301","type":"image","props":{"alt":"Uri Berkowitz","width":160,"height":160,"style":{"height":"auto","width":"160px","maxWidth":"100%","minWidth":"30px","fontFamily":"Arial, Helvetica, sans-serif","borderRadius":"0","display":"block","margin":"0 auto"},"src":"https://images.pexels.com/photos/2379004/pexels-photo-2379004.jpeg?auto=compress&cs=tinysrgb&w=300&h=300&dpr=1","isOpenWithModal":false,"isFullWidthOnMobile":false,"isRatioLock":true,"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":1048,"y":140,"width":160,"height":160,"top":140,"right":1208,"bottom":300,"left":1048}},"children":[],"width":160,"height":160,"renderedHTML":null},{"id":"cdtr-t302-aa11-bb22-cc33-000000000302","_id":"cdtr-t302-aa11-bb22-cc33-000000000302","type":"col","props":{"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-t301-aa11-bb22-cc33-000000000301"],"width":175,"height":160,"renderedHTML":null},{"id":"cdtr-t303-aa11-bb22-cc33-000000000303","_id":"cdtr-t303-aa11-bb22-cc33-000000000303","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"heading","attrs":{"letterSpacing":"normal","lineHeight":"1.3","direction":"ltr","textAlign":"center","level":4},"content":[{"type":"text","marks":[{"type":"textStyle","attrs":{"fontFamily":"","color":"#1a1a2e","backgroundColor":"","fontSize":"18px"}},{"type":"bold"}],"text":"Uri Berkowitz"}]}]},"from":1,"to":13,"focusedElement":"cdtr-t303-aa11-bb22-cc33-000000000303"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":1028,"y":310,"width":175,"height":24,"top":310,"right":1203,"bottom":334,"left":1028},"width":175,"height":24},"children":[],"width":175,"height":24,"renderedHTML":null},{"id":"cdtr-t304-aa11-bb22-cc33-000000000304","_id":"cdtr-t304-aa11-bb22-cc33-000000000304","type":"col","props":{"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-t303-aa11-bb22-cc33-000000000303"],"width":175,"height":24,"renderedHTML":null},{"id":"cdtr-t305-aa11-bb22-cc33-000000000305","_id":"cdtr-t305-aa11-bb22-cc33-000000000305","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"paragraph","attrs":{"letterSpacing":"normal","lineHeight":"1.4","direction":"ltr","textAlign":"center"},"content":[{"type":"text","marks":[{"type":"textStyle","attrs":{"fontFamily":"","color":"#666666","backgroundColor":"","fontSize":"14px"}}],"text":"CTO"}]}]},"from":1,"to":3,"focusedElement":"cdtr-t305-aa11-bb22-cc33-000000000305"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":1028,"y":338,"width":175,"height":20,"top":338,"right":1203,"bottom":358,"left":1028},"width":175,"height":20},"children":[],"width":175,"height":20,"renderedHTML":null},{"id":"cdtr-t306-aa11-bb22-cc33-000000000306","_id":"cdtr-t306-aa11-bb22-cc33-000000000306","type":"col","props":{"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-t305-aa11-bb22-cc33-000000000305"],"width":175,"height":20,"renderedHTML":null},{"id":"cdtr-t307-aa11-bb22-cc33-000000000307","_id":"cdtr-t307-aa11-bb22-cc33-000000000307","type":"card","props":{"style":{"width":"185px","background":"#ffffff","maxWidth":"195px","fontFamily":"Arial, Helvetica, sans-serif","boxShadow":"0 2px 12px rgba(0,0,0,0.08)","textAlign":"center"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"lg":{"style":{"minHeight":"240px"}},"rect":{"x":1021,"y":120,"width":195,"height":240,"top":120,"right":1216,"bottom":360,"left":1021},"width":195,"height":240},"children":["cdtr-t302-aa11-bb22-cc33-000000000302","cdtr-t304-aa11-bb22-cc33-000000000304","cdtr-t306-aa11-bb22-cc33-000000000306"],"width":195,"height":240,"renderedHTML":null},{"id":"cdtr-t308-aa11-bb22-cc33-000000000308","_id":"cdtr-t308-aa11-bb22-cc33-000000000308","type":"col","props":{"lg":4,"sm":12,"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":1011,"y":120,"width":205,"height":240,"top":120,"right":1216,"bottom":360,"left":1011},"width":205,"height":240},"children":["cdtr-t307-aa11-bb22-cc33-000000000307"],"width":205,"height":240,"renderedHTML":null},{"id":"cdtr-t400-aa11-bb22-cc33-000000000400","_id":"cdtr-t400-aa11-bb22-cc33-000000000400","type":"block","props":{"style":{"padding":"10px 10px 40px 10px","marginTop":"0","marginBottom":"0","marginLeft":"auto","marginRight":"auto","backgroundColor":"transparent","maxWidth":"1320px","justifyContent":"center","width":"615px","margin":"0 auto"},"classList":[],"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":611,"y":110,"width":615,"height":260,"top":110,"right":1226,"bottom":370,"left":611},"width":615,"height":260},"children":["cdtr-t108-aa11-bb22-cc33-000000000108","cdtr-t208-aa11-bb22-cc33-000000000208","cdtr-t308-aa11-bb22-cc33-000000000308"],"width":615,"height":260,"renderedHTML":null},{"id":"cdtr-team3-section-en-000000000000","_id":"cdtr-team3-section-en-000000000000","type":"section","props":{"style":{"width":"100%","minHeight":"100px","fontFamily":"Arial, Helvetica, sans-serif","background":"#f9f9f9","maxWidth":"100%"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":0,"y":0,"width":1192,"height":370,"top":0,"right":1192,"bottom":370,"left":0},"width":1192,"height":370},"children":["cdtr-t003-aa11-bb22-cc33-000000000003","cdtr-t400-aa11-bb22-cc33-000000000400"],"width":1192,"height":370,"renderedHTML":null}]}'),JSON.parse('{"name":"Testimonials 3 Quotes","id":"testimonials-3-quotes","tags":["section","testimonials","quotes"],"body":{"type":"section","props":{"style":{"minHeight":"100px","background":"#f0f4f8","width":"100%"}}},"components":[{"id":"cdtr-tq001-aa11-bb22-cc33-000000000001","_id":"cdtr-tq001-aa11-bb22-cc33-000000000001","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"heading","attrs":{"letterSpacing":"1px","lineHeight":"1.3","direction":"ltr","textAlign":"center","level":2},"content":[{"type":"text","marks":[{"type":"textStyle","attrs":{"fontFamily":"","color":"#1a1a2e","backgroundColor":"","fontSize":"36px"}},{"type":"bold"}],"text":"What Our Readers Say"}]}]},"from":1,"to":21,"focusedElement":"cdtr-tq001-aa11-bb22-cc33-000000000001"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":211,"y":40,"width":570,"height":50,"top":40,"right":781,"bottom":90,"left":211},"width":570,"height":50},"children":[],"width":570,"height":50,"renderedHTML":null},{"id":"cdtr-tq002-aa11-bb22-cc33-000000000002","_id":"cdtr-tq002-aa11-bb22-cc33-000000000002","type":"col","props":{"lg":0,"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-tq001-aa11-bb22-cc33-000000000001"],"width":595,"height":50,"renderedHTML":null},{"id":"cdtr-tq003-aa11-bb22-cc33-000000000003","_id":"cdtr-tq003-aa11-bb22-cc33-000000000003","type":"block","props":{"style":{"padding":"40px 10px 20px 10px","marginTop":"0","marginBottom":"0","marginLeft":"auto","marginRight":"auto","backgroundColor":"transparent","maxWidth":"100%","justifyContent":"center","width":"615px"},"classList":[],"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":288.5,"y":40,"width":615,"height":70,"top":40,"right":903.5,"bottom":110,"left":288.5},"width":615,"height":70},"children":["cdtr-tq002-aa11-bb22-cc33-000000000002"],"width":615,"height":70,"renderedHTML":null},{"id":"cdtr-tq101-aa11-bb22-cc33-000000000101","_id":"cdtr-tq101-aa11-bb22-cc33-000000000101","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"paragraph","attrs":{"letterSpacing":"normal","lineHeight":"1.6","direction":"ltr","textAlign":"center"},"content":[{"type":"text","marks":[{"type":"textStyle","attrs":{"fontFamily":"","color":"#444444","backgroundColor":"","fontSize":"15px"}}],"text":"“This newsletter transformed how I approach product decisions. Essential reading for any leader.”"}]}]},"from":1,"to":95,"focusedElement":"cdtr-tq101-aa11-bb22-cc33-000000000101"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":628,"y":140,"width":155,"height":80,"top":140,"right":783,"bottom":220,"left":628},"width":155,"height":80},"children":[],"width":155,"height":80,"renderedHTML":null},{"id":"cdtr-tq102-aa11-bb22-cc33-000000000102","_id":"cdtr-tq102-aa11-bb22-cc33-000000000102","type":"col","props":{"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-tq101-aa11-bb22-cc33-000000000101"],"width":175,"height":80,"renderedHTML":null},{"id":"cdtr-tq103-aa11-bb22-cc33-000000000103","_id":"cdtr-tq103-aa11-bb22-cc33-000000000103","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"heading","attrs":{"letterSpacing":"normal","lineHeight":"1.3","direction":"ltr","textAlign":"center","level":4},"content":[{"type":"text","marks":[{"type":"textStyle","attrs":{"fontFamily":"","color":"#1a1a2e","backgroundColor":"","fontSize":"15px"}},{"type":"bold"}],"text":"Sarah Mitchell"}]}]},"from":1,"to":15,"focusedElement":"cdtr-tq103-aa11-bb22-cc33-000000000103"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":628,"y":228,"width":155,"height":22,"top":228,"right":783,"bottom":250,"left":628},"width":155,"height":22},"children":[],"width":155,"height":22,"renderedHTML":null},{"id":"cdtr-tq104-aa11-bb22-cc33-000000000104","_id":"cdtr-tq104-aa11-bb22-cc33-000000000104","type":"col","props":{"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-tq103-aa11-bb22-cc33-000000000103"],"width":175,"height":22,"renderedHTML":null},{"id":"cdtr-tq105-aa11-bb22-cc33-000000000105","_id":"cdtr-tq105-aa11-bb22-cc33-000000000105","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"paragraph","attrs":{"letterSpacing":"normal","lineHeight":"1.4","direction":"ltr","textAlign":"center"},"content":[{"type":"text","marks":[{"type":"textStyle","attrs":{"fontFamily":"","color":"#888888","backgroundColor":"","fontSize":"13px"}}],"text":"Head of Product, TechCorp"}]}]},"from":1,"to":26,"focusedElement":"cdtr-tq105-aa11-bb22-cc33-000000000105"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":628,"y":254,"width":155,"height":18,"top":254,"right":783,"bottom":272,"left":628},"width":155,"height":18},"children":[],"width":155,"height":18,"renderedHTML":null},{"id":"cdtr-tq106-aa11-bb22-cc33-000000000106","_id":"cdtr-tq106-aa11-bb22-cc33-000000000106","type":"col","props":{"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-tq105-aa11-bb22-cc33-000000000105"],"width":175,"height":18,"renderedHTML":null},{"id":"cdtr-tq107-aa11-bb22-cc33-000000000107","_id":"cdtr-tq107-aa11-bb22-cc33-000000000107","type":"card","props":{"style":{"width":"185px","background":"#ffffff","maxWidth":"195px","fontFamily":"Arial, Helvetica, sans-serif","boxShadow":"0 2px 12px rgba(0,0,0,0.08)","textAlign":"center","padding":"20px 16px"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"lg":{"style":{"minHeight":"160px"}},"rect":{"x":621,"y":120,"width":195,"height":160,"top":120,"right":816,"bottom":280,"left":621},"width":195,"height":160},"children":["cdtr-tq102-aa11-bb22-cc33-000000000102","cdtr-tq104-aa11-bb22-cc33-000000000104","cdtr-tq106-aa11-bb22-cc33-000000000106"],"width":195,"height":160,"renderedHTML":null},{"id":"cdtr-tq108-aa11-bb22-cc33-000000000108","_id":"cdtr-tq108-aa11-bb22-cc33-000000000108","type":"col","props":{"lg":4,"sm":12,"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":611,"y":120,"width":205,"height":160,"top":120,"right":816,"bottom":280,"left":611},"width":205,"height":160},"children":["cdtr-tq107-aa11-bb22-cc33-000000000107"],"width":205,"height":160,"renderedHTML":null},{"id":"cdtr-tq201-aa11-bb22-cc33-000000000201","_id":"cdtr-tq201-aa11-bb22-cc33-000000000201","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"paragraph","attrs":{"letterSpacing":"normal","lineHeight":"1.6","direction":"ltr","textAlign":"center"},"content":[{"type":"text","marks":[{"type":"textStyle","attrs":{"fontFamily":"","color":"#444444","backgroundColor":"","fontSize":"15px"}}],"text":"“Every issue brings fresh insights I can immediately apply. It’s the one newsletter I never skip.”"}]}]},"from":1,"to":97,"focusedElement":"cdtr-tq201-aa11-bb22-cc33-000000000201"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":828,"y":140,"width":155,"height":80,"top":140,"right":983,"bottom":220,"left":828},"width":155,"height":80},"children":[],"width":155,"height":80,"renderedHTML":null},{"id":"cdtr-tq202-aa11-bb22-cc33-000000000202","_id":"cdtr-tq202-aa11-bb22-cc33-000000000202","type":"col","props":{"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-tq201-aa11-bb22-cc33-000000000201"],"width":175,"height":80,"renderedHTML":null},{"id":"cdtr-tq203-aa11-bb22-cc33-000000000203","_id":"cdtr-tq203-aa11-bb22-cc33-000000000203","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"heading","attrs":{"letterSpacing":"normal","lineHeight":"1.3","direction":"ltr","textAlign":"center","level":4},"content":[{"type":"text","marks":[{"type":"textStyle","attrs":{"fontFamily":"","color":"#1a1a2e","backgroundColor":"","fontSize":"15px"}},{"type":"bold"}],"text":"David Chen"}]}]},"from":1,"to":11,"focusedElement":"cdtr-tq203-aa11-bb22-cc33-000000000203"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":828,"y":228,"width":155,"height":22,"top":228,"right":983,"bottom":250,"left":828},"width":155,"height":22},"children":[],"width":155,"height":22,"renderedHTML":null},{"id":"cdtr-tq204-aa11-bb22-cc33-000000000204","_id":"cdtr-tq204-aa11-bb22-cc33-000000000204","type":"col","props":{"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-tq203-aa11-bb22-cc33-000000000203"],"width":175,"height":22,"renderedHTML":null},{"id":"cdtr-tq205-aa11-bb22-cc33-000000000205","_id":"cdtr-tq205-aa11-bb22-cc33-000000000205","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"paragraph","attrs":{"letterSpacing":"normal","lineHeight":"1.4","direction":"ltr","textAlign":"center"},"content":[{"type":"text","marks":[{"type":"textStyle","attrs":{"fontFamily":"","color":"#888888","backgroundColor":"","fontSize":"13px"}}],"text":"Founder, StartupFlow"}]}]},"from":1,"to":21,"focusedElement":"cdtr-tq205-aa11-bb22-cc33-000000000205"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":828,"y":254,"width":155,"height":18,"top":254,"right":983,"bottom":272,"left":828},"width":155,"height":18},"children":[],"width":155,"height":18,"renderedHTML":null},{"id":"cdtr-tq206-aa11-bb22-cc33-000000000206","_id":"cdtr-tq206-aa11-bb22-cc33-000000000206","type":"col","props":{"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-tq205-aa11-bb22-cc33-000000000205"],"width":175,"height":18,"renderedHTML":null},{"id":"cdtr-tq207-aa11-bb22-cc33-000000000207","_id":"cdtr-tq207-aa11-bb22-cc33-000000000207","type":"card","props":{"style":{"width":"185px","background":"#ffffff","maxWidth":"195px","fontFamily":"Arial, Helvetica, sans-serif","boxShadow":"0 2px 12px rgba(0,0,0,0.08)","textAlign":"center","padding":"20px 16px"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"lg":{"style":{"minHeight":"160px"}},"rect":{"x":821,"y":120,"width":195,"height":160,"top":120,"right":1016,"bottom":280,"left":821},"width":195,"height":160},"children":["cdtr-tq202-aa11-bb22-cc33-000000000202","cdtr-tq204-aa11-bb22-cc33-000000000204","cdtr-tq206-aa11-bb22-cc33-000000000206"],"width":195,"height":160,"renderedHTML":null},{"id":"cdtr-tq208-aa11-bb22-cc33-000000000208","_id":"cdtr-tq208-aa11-bb22-cc33-000000000208","type":"col","props":{"lg":4,"sm":12,"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":811,"y":120,"width":205,"height":160,"top":120,"right":1016,"bottom":280,"left":811},"width":205,"height":160},"children":["cdtr-tq207-aa11-bb22-cc33-000000000207"],"width":205,"height":160,"renderedHTML":null},{"id":"cdtr-tq301-aa11-bb22-cc33-000000000301","_id":"cdtr-tq301-aa11-bb22-cc33-000000000301","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"paragraph","attrs":{"letterSpacing":"normal","lineHeight":"1.6","direction":"ltr","textAlign":"center"},"content":[{"type":"text","marks":[{"type":"textStyle","attrs":{"fontFamily":"","color":"#444444","backgroundColor":"","fontSize":"15px"}}],"text":"“Brilliant curation of ideas. I’ve shared every single issue with my entire team.”"}]}]},"from":1,"to":83,"focusedElement":"cdtr-tq301-aa11-bb22-cc33-000000000301"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":1028,"y":140,"width":155,"height":80,"top":140,"right":1183,"bottom":220,"left":1028},"width":155,"height":80},"children":[],"width":155,"height":80,"renderedHTML":null},{"id":"cdtr-tq302-aa11-bb22-cc33-000000000302","_id":"cdtr-tq302-aa11-bb22-cc33-000000000302","type":"col","props":{"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-tq301-aa11-bb22-cc33-000000000301"],"width":175,"height":80,"renderedHTML":null},{"id":"cdtr-tq303-aa11-bb22-cc33-000000000303","_id":"cdtr-tq303-aa11-bb22-cc33-000000000303","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"heading","attrs":{"letterSpacing":"normal","lineHeight":"1.3","direction":"ltr","textAlign":"center","level":4},"content":[{"type":"text","marks":[{"type":"textStyle","attrs":{"fontFamily":"","color":"#1a1a2e","backgroundColor":"","fontSize":"15px"}},{"type":"bold"}],"text":"Anna Rosenberg"}]}]},"from":1,"to":15,"focusedElement":"cdtr-tq303-aa11-bb22-cc33-000000000303"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":1028,"y":228,"width":155,"height":22,"top":228,"right":1183,"bottom":250,"left":1028},"width":155,"height":22},"children":[],"width":155,"height":22,"renderedHTML":null},{"id":"cdtr-tq304-aa11-bb22-cc33-000000000304","_id":"cdtr-tq304-aa11-bb22-cc33-000000000304","type":"col","props":{"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-tq303-aa11-bb22-cc33-000000000303"],"width":175,"height":22,"renderedHTML":null},{"id":"cdtr-tq305-aa11-bb22-cc33-000000000305","_id":"cdtr-tq305-aa11-bb22-cc33-000000000305","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"paragraph","attrs":{"letterSpacing":"normal","lineHeight":"1.4","direction":"ltr","textAlign":"center"},"content":[{"type":"text","marks":[{"type":"textStyle","attrs":{"fontFamily":"","color":"#888888","backgroundColor":"","fontSize":"13px"}}],"text":"VP Engineering, DevHub"}]}]},"from":1,"to":23,"focusedElement":"cdtr-tq305-aa11-bb22-cc33-000000000305"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":1028,"y":254,"width":155,"height":18,"top":254,"right":1183,"bottom":272,"left":1028},"width":155,"height":18},"children":[],"width":155,"height":18,"renderedHTML":null},{"id":"cdtr-tq306-aa11-bb22-cc33-000000000306","_id":"cdtr-tq306-aa11-bb22-cc33-000000000306","type":"col","props":{"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-tq305-aa11-bb22-cc33-000000000305"],"width":175,"height":18,"renderedHTML":null},{"id":"cdtr-tq307-aa11-bb22-cc33-000000000307","_id":"cdtr-tq307-aa11-bb22-cc33-000000000307","type":"card","props":{"style":{"width":"185px","background":"#ffffff","maxWidth":"195px","fontFamily":"Arial, Helvetica, sans-serif","boxShadow":"0 2px 12px rgba(0,0,0,0.08)","textAlign":"center","padding":"20px 16px"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"lg":{"style":{"minHeight":"160px"}},"rect":{"x":1021,"y":120,"width":195,"height":160,"top":120,"right":1216,"bottom":280,"left":1021},"width":195,"height":160},"children":["cdtr-tq302-aa11-bb22-cc33-000000000302","cdtr-tq304-aa11-bb22-cc33-000000000304","cdtr-tq306-aa11-bb22-cc33-000000000306"],"width":195,"height":160,"renderedHTML":null},{"id":"cdtr-tq308-aa11-bb22-cc33-000000000308","_id":"cdtr-tq308-aa11-bb22-cc33-000000000308","type":"col","props":{"lg":4,"sm":12,"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":1011,"y":120,"width":205,"height":160,"top":120,"right":1216,"bottom":280,"left":1011},"width":205,"height":160},"children":["cdtr-tq307-aa11-bb22-cc33-000000000307"],"width":205,"height":160,"renderedHTML":null},{"id":"cdtr-tq400-aa11-bb22-cc33-000000000400","_id":"cdtr-tq400-aa11-bb22-cc33-000000000400","type":"block","props":{"style":{"padding":"10px 10px 40px 10px","marginTop":"0","marginBottom":"0","marginLeft":"auto","marginRight":"auto","backgroundColor":"transparent","maxWidth":"1320px","justifyContent":"center","width":"615px","margin":"0 auto"},"classList":[],"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":611,"y":110,"width":615,"height":180,"top":110,"right":1226,"bottom":290,"left":611},"width":615,"height":180},"children":["cdtr-tq108-aa11-bb22-cc33-000000000108","cdtr-tq208-aa11-bb22-cc33-000000000208","cdtr-tq308-aa11-bb22-cc33-000000000308"],"width":615,"height":180,"renderedHTML":null},{"id":"cdtr-testimonials-section-en-000000000000","_id":"cdtr-testimonials-section-en-000000000000","type":"section","props":{"style":{"width":"100%","minHeight":"100px","fontFamily":"Arial, Helvetica, sans-serif","background":"#f0f4f8","maxWidth":"100%"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":0,"y":0,"width":1192,"height":370,"top":0,"right":1192,"bottom":370,"left":0},"width":1192,"height":370},"children":["cdtr-tq003-aa11-bb22-cc33-000000000003","cdtr-tq400-aa11-bb22-cc33-000000000400"],"width":1192,"height":370,"renderedHTML":null}]}'),JSON.parse('{"name":"Stats 4 Numbers","id":"stats-4-numbers","tags":["section","stats","numbers"],"body":{"type":"section","props":{"style":{"minHeight":"100px","background":"#1a1a2e","width":"100%"}}},"components":[{"id":"cdtr-sn001-aa11-bb22-cc33-000000000001","_id":"cdtr-sn001-aa11-bb22-cc33-000000000001","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"heading","attrs":{"letterSpacing":"2px","lineHeight":"1.3","direction":"ltr","textAlign":"center","level":2},"content":[{"type":"text","marks":[{"type":"textStyle","attrs":{"fontFamily":"","color":"#ffffff","backgroundColor":"","fontSize":"36px"}},{"type":"bold"}],"text":"By The Numbers"}]}]},"from":1,"to":15,"focusedElement":"cdtr-sn001-aa11-bb22-cc33-000000000001"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":211,"y":40,"width":570,"height":50,"top":40,"right":781,"bottom":90,"left":211},"width":570,"height":50},"children":[],"width":570,"height":50,"renderedHTML":null},{"id":"cdtr-sn002-aa11-bb22-cc33-000000000002","_id":"cdtr-sn002-aa11-bb22-cc33-000000000002","type":"col","props":{"lg":0,"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-sn001-aa11-bb22-cc33-000000000001"],"width":595,"height":50,"renderedHTML":null},{"id":"cdtr-sn003-aa11-bb22-cc33-000000000003","_id":"cdtr-sn003-aa11-bb22-cc33-000000000003","type":"block","props":{"style":{"padding":"40px 10px 20px 10px","marginTop":"0","marginBottom":"0","marginLeft":"auto","marginRight":"auto","backgroundColor":"transparent","maxWidth":"100%","justifyContent":"center","width":"615px"},"classList":[],"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":288.5,"y":40,"width":615,"height":70,"top":40,"right":903.5,"bottom":110,"left":288.5},"width":615,"height":70},"children":["cdtr-sn002-aa11-bb22-cc33-000000000002"],"width":615,"height":70,"renderedHTML":null},{"id":"cdtr-sn101-aa11-bb22-cc33-000000000101","_id":"cdtr-sn101-aa11-bb22-cc33-000000000101","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"heading","attrs":{"letterSpacing":"normal","lineHeight":"1.2","direction":"ltr","textAlign":"center","level":2},"content":[{"type":"text","marks":[{"type":"textStyle","attrs":{"fontFamily":"","color":"#e94560","backgroundColor":"","fontSize":"40px"}},{"type":"bold"}],"text":"50K+"}]}]},"from":1,"to":5,"focusedElement":"cdtr-sn101-aa11-bb22-cc33-000000000101"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":628,"y":140,"width":130,"height":52,"top":140,"right":758,"bottom":192,"left":628},"width":130,"height":52},"children":[],"width":130,"height":52,"renderedHTML":null},{"id":"cdtr-sn102-aa11-bb22-cc33-000000000102","_id":"cdtr-sn102-aa11-bb22-cc33-000000000102","type":"col","props":{"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-sn101-aa11-bb22-cc33-000000000101"],"width":145,"height":52,"renderedHTML":null},{"id":"cdtr-sn103-aa11-bb22-cc33-000000000103","_id":"cdtr-sn103-aa11-bb22-cc33-000000000103","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"paragraph","attrs":{"letterSpacing":"1px","lineHeight":"1.4","direction":"ltr","textAlign":"center"},"content":[{"type":"text","marks":[{"type":"textStyle","attrs":{"fontFamily":"","color":"#aaaaaa","backgroundColor":"","fontSize":"13px"}}],"text":"ACTIVE SUBSCRIBERS"}]}]},"from":1,"to":19,"focusedElement":"cdtr-sn103-aa11-bb22-cc33-000000000103"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":628,"y":198,"width":130,"height":20,"top":198,"right":758,"bottom":218,"left":628},"width":130,"height":20},"children":[],"width":130,"height":20,"renderedHTML":null},{"id":"cdtr-sn104-aa11-bb22-cc33-000000000104","_id":"cdtr-sn104-aa11-bb22-cc33-000000000104","type":"col","props":{"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-sn103-aa11-bb22-cc33-000000000103"],"width":145,"height":20,"renderedHTML":null},{"id":"cdtr-sn105-aa11-bb22-cc33-000000000105","_id":"cdtr-sn105-aa11-bb22-cc33-000000000105","type":"card","props":{"style":{"width":"140px","background":"#262639","maxWidth":"155px","fontFamily":"Arial, Helvetica, sans-serif","borderRadius":"12px","textAlign":"center","padding":"24px 10px"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"lg":{"style":{"minHeight":"100px"}},"rect":{"x":618,"y":120,"width":155,"height":110,"top":120,"right":773,"bottom":230,"left":618},"width":155,"height":110},"children":["cdtr-sn102-aa11-bb22-cc33-000000000102","cdtr-sn104-aa11-bb22-cc33-000000000104"],"width":155,"height":110,"renderedHTML":null},{"id":"cdtr-sn106-aa11-bb22-cc33-000000000106","_id":"cdtr-sn106-aa11-bb22-cc33-000000000106","type":"col","props":{"lg":3,"sm":6,"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":608,"y":120,"width":165,"height":110,"top":120,"right":773,"bottom":230,"left":608},"width":165,"height":110},"children":["cdtr-sn105-aa11-bb22-cc33-000000000105"],"width":165,"height":110,"renderedHTML":null},{"id":"cdtr-sn201-aa11-bb22-cc33-000000000201","_id":"cdtr-sn201-aa11-bb22-cc33-000000000201","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"heading","attrs":{"letterSpacing":"normal","lineHeight":"1.2","direction":"ltr","textAlign":"center","level":2},"content":[{"type":"text","marks":[{"type":"textStyle","attrs":{"fontFamily":"","color":"#e94560","backgroundColor":"","fontSize":"40px"}},{"type":"bold"}],"text":"98%"}]}]},"from":1,"to":4,"focusedElement":"cdtr-sn201-aa11-bb22-cc33-000000000201"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":783,"y":140,"width":130,"height":52,"top":140,"right":913,"bottom":192,"left":783},"width":130,"height":52},"children":[],"width":130,"height":52,"renderedHTML":null},{"id":"cdtr-sn202-aa11-bb22-cc33-000000000202","_id":"cdtr-sn202-aa11-bb22-cc33-000000000202","type":"col","props":{"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-sn201-aa11-bb22-cc33-000000000201"],"width":145,"height":52,"renderedHTML":null},{"id":"cdtr-sn203-aa11-bb22-cc33-000000000203","_id":"cdtr-sn203-aa11-bb22-cc33-000000000203","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"paragraph","attrs":{"letterSpacing":"1px","lineHeight":"1.4","direction":"ltr","textAlign":"center"},"content":[{"type":"text","marks":[{"type":"textStyle","attrs":{"fontFamily":"","color":"#aaaaaa","backgroundColor":"","fontSize":"13px"}}],"text":"SATISFACTION RATE"}]}]},"from":1,"to":17,"focusedElement":"cdtr-sn203-aa11-bb22-cc33-000000000203"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":783,"y":198,"width":130,"height":20,"top":198,"right":913,"bottom":218,"left":783},"width":130,"height":20},"children":[],"width":130,"height":20,"renderedHTML":null},{"id":"cdtr-sn204-aa11-bb22-cc33-000000000204","_id":"cdtr-sn204-aa11-bb22-cc33-000000000204","type":"col","props":{"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-sn203-aa11-bb22-cc33-000000000203"],"width":145,"height":20,"renderedHTML":null},{"id":"cdtr-sn205-aa11-bb22-cc33-000000000205","_id":"cdtr-sn205-aa11-bb22-cc33-000000000205","type":"card","props":{"style":{"width":"140px","background":"#262639","maxWidth":"155px","fontFamily":"Arial, Helvetica, sans-serif","borderRadius":"12px","textAlign":"center","padding":"24px 10px"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"lg":{"style":{"minHeight":"100px"}},"rect":{"x":773,"y":120,"width":155,"height":110,"top":120,"right":928,"bottom":230,"left":773},"width":155,"height":110},"children":["cdtr-sn202-aa11-bb22-cc33-000000000202","cdtr-sn204-aa11-bb22-cc33-000000000204"],"width":155,"height":110,"renderedHTML":null},{"id":"cdtr-sn206-aa11-bb22-cc33-000000000206","_id":"cdtr-sn206-aa11-bb22-cc33-000000000206","type":"col","props":{"lg":3,"sm":6,"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":763,"y":120,"width":165,"height":110,"top":120,"right":928,"bottom":230,"left":763},"width":165,"height":110},"children":["cdtr-sn205-aa11-bb22-cc33-000000000205"],"width":165,"height":110,"renderedHTML":null},{"id":"cdtr-sn301-aa11-bb22-cc33-000000000301","_id":"cdtr-sn301-aa11-bb22-cc33-000000000301","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"heading","attrs":{"letterSpacing":"normal","lineHeight":"1.2","direction":"ltr","textAlign":"center","level":2},"content":[{"type":"text","marks":[{"type":"textStyle","attrs":{"fontFamily":"","color":"#e94560","backgroundColor":"","fontSize":"40px"}},{"type":"bold"}],"text":"4.9★"}]}]},"from":1,"to":5,"focusedElement":"cdtr-sn301-aa11-bb22-cc33-000000000301"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":938,"y":140,"width":130,"height":52,"top":140,"right":1068,"bottom":192,"left":938},"width":130,"height":52},"children":[],"width":130,"height":52,"renderedHTML":null},{"id":"cdtr-sn302-aa11-bb22-cc33-000000000302","_id":"cdtr-sn302-aa11-bb22-cc33-000000000302","type":"col","props":{"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-sn301-aa11-bb22-cc33-000000000301"],"width":145,"height":52,"renderedHTML":null},{"id":"cdtr-sn303-aa11-bb22-cc33-000000000303","_id":"cdtr-sn303-aa11-bb22-cc33-000000000303","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"paragraph","attrs":{"letterSpacing":"1px","lineHeight":"1.4","direction":"ltr","textAlign":"center"},"content":[{"type":"text","marks":[{"type":"textStyle","attrs":{"fontFamily":"","color":"#aaaaaa","backgroundColor":"","fontSize":"13px"}}],"text":"AVERAGE RATING"}]}]},"from":1,"to":15,"focusedElement":"cdtr-sn303-aa11-bb22-cc33-000000000303"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":938,"y":198,"width":130,"height":20,"top":198,"right":1068,"bottom":218,"left":938},"width":130,"height":20},"children":[],"width":130,"height":20,"renderedHTML":null},{"id":"cdtr-sn304-aa11-bb22-cc33-000000000304","_id":"cdtr-sn304-aa11-bb22-cc33-000000000304","type":"col","props":{"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-sn303-aa11-bb22-cc33-000000000303"],"width":145,"height":20,"renderedHTML":null},{"id":"cdtr-sn305-aa11-bb22-cc33-000000000305","_id":"cdtr-sn305-aa11-bb22-cc33-000000000305","type":"card","props":{"style":{"width":"140px","background":"#262639","maxWidth":"155px","fontFamily":"Arial, Helvetica, sans-serif","borderRadius":"12px","textAlign":"center","padding":"24px 10px"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"lg":{"style":{"minHeight":"100px"}},"rect":{"x":928,"y":120,"width":155,"height":110,"top":120,"right":1083,"bottom":230,"left":928},"width":155,"height":110},"children":["cdtr-sn302-aa11-bb22-cc33-000000000302","cdtr-sn304-aa11-bb22-cc33-000000000304"],"width":155,"height":110,"renderedHTML":null},{"id":"cdtr-sn306-aa11-bb22-cc33-000000000306","_id":"cdtr-sn306-aa11-bb22-cc33-000000000306","type":"col","props":{"lg":3,"sm":6,"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":918,"y":120,"width":165,"height":110,"top":120,"right":1083,"bottom":230,"left":918},"width":165,"height":110},"children":["cdtr-sn305-aa11-bb22-cc33-000000000305"],"width":165,"height":110,"renderedHTML":null},{"id":"cdtr-sn401-aa11-bb22-cc33-000000000401","_id":"cdtr-sn401-aa11-bb22-cc33-000000000401","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"heading","attrs":{"letterSpacing":"normal","lineHeight":"1.2","direction":"ltr","textAlign":"center","level":2},"content":[{"type":"text","marks":[{"type":"textStyle","attrs":{"fontFamily":"","color":"#e94560","backgroundColor":"","fontSize":"40px"}},{"type":"bold"}],"text":"180+"}]}]},"from":1,"to":5,"focusedElement":"cdtr-sn401-aa11-bb22-cc33-000000000401"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":1093,"y":140,"width":130,"height":52,"top":140,"right":1223,"bottom":192,"left":1093},"width":130,"height":52},"children":[],"width":130,"height":52,"renderedHTML":null},{"id":"cdtr-sn402-aa11-bb22-cc33-000000000402","_id":"cdtr-sn402-aa11-bb22-cc33-000000000402","type":"col","props":{"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-sn401-aa11-bb22-cc33-000000000401"],"width":145,"height":52,"renderedHTML":null},{"id":"cdtr-sn403-aa11-bb22-cc33-000000000403","_id":"cdtr-sn403-aa11-bb22-cc33-000000000403","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"paragraph","attrs":{"letterSpacing":"1px","lineHeight":"1.4","direction":"ltr","textAlign":"center"},"content":[{"type":"text","marks":[{"type":"textStyle","attrs":{"fontFamily":"","color":"#aaaaaa","backgroundColor":"","fontSize":"13px"}}],"text":"ISSUES PUBLISHED"}]}]},"from":1,"to":17,"focusedElement":"cdtr-sn403-aa11-bb22-cc33-000000000403"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":1093,"y":198,"width":130,"height":20,"top":198,"right":1223,"bottom":218,"left":1093},"width":130,"height":20},"children":[],"width":130,"height":20,"renderedHTML":null},{"id":"cdtr-sn404-aa11-bb22-cc33-000000000404","_id":"cdtr-sn404-aa11-bb22-cc33-000000000404","type":"col","props":{"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-sn403-aa11-bb22-cc33-000000000403"],"width":145,"height":20,"renderedHTML":null},{"id":"cdtr-sn405-aa11-bb22-cc33-000000000405","_id":"cdtr-sn405-aa11-bb22-cc33-000000000405","type":"card","props":{"style":{"width":"140px","background":"#262639","maxWidth":"155px","fontFamily":"Arial, Helvetica, sans-serif","borderRadius":"12px","textAlign":"center","padding":"24px 10px"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"lg":{"style":{"minHeight":"100px"}},"rect":{"x":1083,"y":120,"width":155,"height":110,"top":120,"right":1238,"bottom":230,"left":1083},"width":155,"height":110},"children":["cdtr-sn402-aa11-bb22-cc33-000000000402","cdtr-sn404-aa11-bb22-cc33-000000000404"],"width":155,"height":110,"renderedHTML":null},{"id":"cdtr-sn406-aa11-bb22-cc33-000000000406","_id":"cdtr-sn406-aa11-bb22-cc33-000000000406","type":"col","props":{"lg":3,"sm":6,"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":1073,"y":120,"width":165,"height":110,"top":120,"right":1238,"bottom":230,"left":1073},"width":165,"height":110},"children":["cdtr-sn405-aa11-bb22-cc33-000000000405"],"width":165,"height":110,"renderedHTML":null},{"id":"cdtr-sn500-aa11-bb22-cc33-000000000500","_id":"cdtr-sn500-aa11-bb22-cc33-000000000500","type":"block","props":{"style":{"padding":"10px 10px 40px 10px","marginTop":"0","marginBottom":"0","marginLeft":"auto","marginRight":"auto","backgroundColor":"transparent","maxWidth":"1320px","justifyContent":"center","width":"615px","margin":"0 auto"},"classList":[],"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":608,"y":110,"width":630,"height":130,"top":110,"right":1238,"bottom":240,"left":608},"width":630,"height":130},"children":["cdtr-sn106-aa11-bb22-cc33-000000000106","cdtr-sn206-aa11-bb22-cc33-000000000206","cdtr-sn306-aa11-bb22-cc33-000000000306","cdtr-sn406-aa11-bb22-cc33-000000000406"],"width":630,"height":130,"renderedHTML":null},{"id":"cdtr-stats4-section-en-000000000000","_id":"cdtr-stats4-section-en-000000000000","type":"section","props":{"style":{"width":"100%","minHeight":"100px","fontFamily":"Arial, Helvetica, sans-serif","background":"#1a1a2e","maxWidth":"100%"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":0,"y":0,"width":1192,"height":300,"top":0,"right":1192,"bottom":300,"left":0},"width":1192,"height":300},"children":["cdtr-sn003-aa11-bb22-cc33-000000000003","cdtr-sn500-aa11-bb22-cc33-000000000500"],"width":1192,"height":300,"renderedHTML":null}]}'),JSON.parse('{"name":"Newsletter Footer","id":"newsletter-footer","tags":["section","footer","links"],"body":{"type":"section","props":{"style":{"minHeight":"100px","background":"#111827","width":"100%"}}},"components":[{"id":"cdtr-nf001-aa11-bb22-cc33-000000000001","_id":"cdtr-nf001-aa11-bb22-cc33-000000000001","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"heading","attrs":{"letterSpacing":"3px","lineHeight":"1.2","direction":"ltr","textAlign":"center","level":3},"content":[{"type":"text","marks":[{"type":"textStyle","attrs":{"fontFamily":"","color":"#ffffff","backgroundColor":"","fontSize":"22px"}},{"type":"bold"}],"text":"THE WEEKLY BRIEF"}]}]},"from":1,"to":17,"focusedElement":"cdtr-nf001-aa11-bb22-cc33-000000000001"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":211,"y":40,"width":570,"height":32,"top":40,"right":781,"bottom":72,"left":211},"width":570,"height":32},"children":[],"width":570,"height":32,"renderedHTML":null},{"id":"cdtr-nf002-aa11-bb22-cc33-000000000002","_id":"cdtr-nf002-aa11-bb22-cc33-000000000002","type":"col","props":{"lg":0,"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-nf001-aa11-bb22-cc33-000000000001"],"width":595,"height":32,"renderedHTML":null},{"id":"cdtr-nf003-aa11-bb22-cc33-000000000003","_id":"cdtr-nf003-aa11-bb22-cc33-000000000003","type":"block","props":{"style":{"padding":"40px 10px 10px 10px","marginTop":"0","marginBottom":"0","marginLeft":"auto","marginRight":"auto","backgroundColor":"transparent","maxWidth":"100%","justifyContent":"center","width":"615px"},"classList":[],"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":288.5,"y":40,"width":615,"height":52,"top":40,"right":903.5,"bottom":92,"left":288.5},"width":615,"height":52},"children":["cdtr-nf002-aa11-bb22-cc33-000000000002"],"width":615,"height":52,"renderedHTML":null},{"id":"cdtr-nf101-aa11-bb22-cc33-000000000101","_id":"cdtr-nf101-aa11-bb22-cc33-000000000101","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"paragraph","attrs":{"letterSpacing":"normal","lineHeight":"1.6","direction":"ltr","textAlign":"center"},"content":[{"type":"text","marks":[{"type":"textStyle","attrs":{"fontFamily":"","color":"#9ca3af","backgroundColor":"","fontSize":"15px"}}],"text":"Insights worth reading, delivered every week."}]}]},"from":1,"to":46,"focusedElement":"cdtr-nf101-aa11-bb22-cc33-000000000101"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":211,"y":104,"width":570,"height":26,"top":104,"right":781,"bottom":130,"left":211},"width":570,"height":26},"children":[],"width":570,"height":26,"renderedHTML":null},{"id":"cdtr-nf102-aa11-bb22-cc33-000000000102","_id":"cdtr-nf102-aa11-bb22-cc33-000000000102","type":"col","props":{"lg":0,"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-nf101-aa11-bb22-cc33-000000000101"],"width":595,"height":26,"renderedHTML":null},{"id":"cdtr-nf103-aa11-bb22-cc33-000000000103","_id":"cdtr-nf103-aa11-bb22-cc33-000000000103","type":"block","props":{"style":{"padding":"8px 10px 16px 10px","marginTop":"0","marginBottom":"0","marginLeft":"auto","marginRight":"auto","backgroundColor":"transparent","maxWidth":"100%","justifyContent":"center","width":"615px"},"classList":[],"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":288.5,"y":92,"width":615,"height":42,"top":92,"right":903.5,"bottom":134,"left":288.5},"width":615,"height":42},"children":["cdtr-nf102-aa11-bb22-cc33-000000000102"],"width":615,"height":42,"renderedHTML":null},{"id":"cdtr-nf201-aa11-bb22-cc33-000000000201","_id":"cdtr-nf201-aa11-bb22-cc33-000000000201","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"paragraph","attrs":{"letterSpacing":"1px","lineHeight":"1.8","direction":"ltr","textAlign":"center"},"content":[{"type":"text","marks":[{"type":"textStyle","attrs":{"fontFamily":"","color":"#d1d5db","backgroundColor":"","fontSize":"14px"}}],"text":"About  |  Archive  |  Contact"}]}]},"from":1,"to":29,"focusedElement":"cdtr-nf201-aa11-bb22-cc33-000000000201"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":211,"y":148,"width":570,"height":28,"top":148,"right":781,"bottom":176,"left":211},"width":570,"height":28},"children":[],"width":570,"height":28,"renderedHTML":null},{"id":"cdtr-nf202-aa11-bb22-cc33-000000000202","_id":"cdtr-nf202-aa11-bb22-cc33-000000000202","type":"col","props":{"lg":0,"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-nf201-aa11-bb22-cc33-000000000201"],"width":595,"height":28,"renderedHTML":null},{"id":"cdtr-nf203-aa11-bb22-cc33-000000000203","_id":"cdtr-nf203-aa11-bb22-cc33-000000000203","type":"block","props":{"style":{"padding":"8px 10px","marginTop":"0","marginBottom":"0","marginLeft":"auto","marginRight":"auto","backgroundColor":"transparent","maxWidth":"100%","justifyContent":"center","width":"615px"},"classList":[],"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":288.5,"y":134,"width":615,"height":44,"top":134,"right":903.5,"bottom":178,"left":288.5},"width":615,"height":44},"children":["cdtr-nf202-aa11-bb22-cc33-000000000202"],"width":615,"height":44,"renderedHTML":null},{"id":"cdtr-nf301-aa11-bb22-cc33-000000000301","_id":"cdtr-nf301-aa11-bb22-cc33-000000000301","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"paragraph","attrs":{"letterSpacing":"1px","lineHeight":"1.8","direction":"ltr","textAlign":"center"},"content":[{"type":"text","marks":[{"type":"textStyle","attrs":{"fontFamily":"","color":"#6b7280","backgroundColor":"","fontSize":"13px"}}],"text":"Twitter  |  LinkedIn  |  YouTube"}]}]},"from":1,"to":31,"focusedElement":"cdtr-nf301-aa11-bb22-cc33-000000000301"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":211,"y":190,"width":570,"height":24,"top":190,"right":781,"bottom":214,"left":211},"width":570,"height":24},"children":[],"width":570,"height":24,"renderedHTML":null},{"id":"cdtr-nf302-aa11-bb22-cc33-000000000302","_id":"cdtr-nf302-aa11-bb22-cc33-000000000302","type":"col","props":{"lg":0,"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-nf301-aa11-bb22-cc33-000000000301"],"width":595,"height":24,"renderedHTML":null},{"id":"cdtr-nf303-aa11-bb22-cc33-000000000303","_id":"cdtr-nf303-aa11-bb22-cc33-000000000303","type":"block","props":{"style":{"padding":"4px 10px 16px 10px","marginTop":"0","marginBottom":"0","marginLeft":"auto","marginRight":"auto","backgroundColor":"transparent","maxWidth":"100%","justifyContent":"center","width":"615px"},"classList":[],"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":288.5,"y":178,"width":615,"height":40,"top":178,"right":903.5,"bottom":218,"left":288.5},"width":615,"height":40},"children":["cdtr-nf302-aa11-bb22-cc33-000000000302"],"width":615,"height":40,"renderedHTML":null},{"id":"cdtr-nf401-aa11-bb22-cc33-000000000401","_id":"cdtr-nf401-aa11-bb22-cc33-000000000401","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"paragraph","attrs":{"letterSpacing":"normal","lineHeight":"1.6","direction":"ltr","textAlign":"center"},"content":[{"type":"text","marks":[{"type":"textStyle","attrs":{"fontFamily":"","color":"#4b5563","backgroundColor":"","fontSize":"12px"}}],"text":"© 2026 The Weekly Brief. All rights reserved."}]},{"type":"paragraph","attrs":{"letterSpacing":"normal","lineHeight":"1.6","direction":"ltr","textAlign":"center"},"content":[{"type":"text","marks":[{"type":"textStyle","attrs":{"fontFamily":"","color":"#4b5563","backgroundColor":"","fontSize":"12px"}}],"text":"You received this email because you subscribed. "},{"type":"text","marks":[{"type":"textStyle","attrs":{"fontFamily":"","color":"#6b7280","backgroundColor":"","fontSize":"12px"}},{"type":"underline"}],"text":"Unsubscribe"}]}]},"from":1,"to":112,"focusedElement":"cdtr-nf401-aa11-bb22-cc33-000000000401"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":211,"y":232,"width":570,"height":48,"top":232,"right":781,"bottom":280,"left":211},"width":570,"height":48},"children":[],"width":570,"height":48,"renderedHTML":null},{"id":"cdtr-nf402-aa11-bb22-cc33-000000000402","_id":"cdtr-nf402-aa11-bb22-cc33-000000000402","type":"col","props":{"lg":0,"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-nf401-aa11-bb22-cc33-000000000401"],"width":595,"height":48,"renderedHTML":null},{"id":"cdtr-nf403-aa11-bb22-cc33-000000000403","_id":"cdtr-nf403-aa11-bb22-cc33-000000000403","type":"block","props":{"style":{"padding":"8px 10px 36px 10px","marginTop":"0","marginBottom":"0","marginLeft":"auto","marginRight":"auto","backgroundColor":"transparent","maxWidth":"100%","justifyContent":"center","width":"615px"},"classList":[],"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":288.5,"y":218,"width":615,"height":68,"top":218,"right":903.5,"bottom":286,"left":288.5},"width":615,"height":68},"children":["cdtr-nf402-aa11-bb22-cc33-000000000402"],"width":615,"height":68,"renderedHTML":null},{"id":"cdtr-footer-section-en-000000000000","_id":"cdtr-footer-section-en-000000000000","type":"section","props":{"style":{"width":"100%","minHeight":"100px","fontFamily":"Arial, Helvetica, sans-serif","background":"#111827","maxWidth":"100%"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":0,"y":0,"width":1192,"height":286,"top":0,"right":1192,"bottom":286,"left":0},"width":1192,"height":286},"children":["cdtr-nf003-aa11-bb22-cc33-000000000003","cdtr-nf103-aa11-bb22-cc33-000000000103","cdtr-nf203-aa11-bb22-cc33-000000000203","cdtr-nf303-aa11-bb22-cc33-000000000303","cdtr-nf403-aa11-bb22-cc33-000000000403"],"width":1192,"height":286,"renderedHTML":null}]}'),JSON.parse('{"name":"Feature 2 Columns","id":"features-2-cols","tags":["section","feature","columns"],"body":{"type":"section","props":{"style":{"minHeight":"100px","background":"#ffffff","width":"100%"}}},"components":[{"id":"cdtr-f2c101-aa11-bb22-cc33-000000000101","_id":"cdtr-f2c101-aa11-bb22-cc33-000000000101","type":"image","props":{"alt":"Feature image","width":280,"height":200,"style":{"height":"auto","width":"280px","maxWidth":"100%","minWidth":"30px","fontFamily":"Arial, Helvetica, sans-serif","borderRadius":"8px","display":"block","margin":"0 auto"},"src":"https://images.pexels.com/photos/3183150/pexels-photo-3183150.jpeg?auto=compress&cs=tinysrgb&w=500&h=350&dpr=1","isOpenWithModal":false,"isFullWidthOnMobile":true,"isRatioLock":true,"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":626,"y":60,"width":280,"height":200,"top":60,"right":906,"bottom":260,"left":626}},"children":[],"width":280,"height":200,"renderedHTML":null},{"id":"cdtr-f2c102-aa11-bb22-cc33-000000000102","_id":"cdtr-f2c102-aa11-bb22-cc33-000000000102","type":"col","props":{"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-f2c101-aa11-bb22-cc33-000000000101"],"width":295,"height":200,"renderedHTML":null},{"id":"cdtr-f2c103-aa11-bb22-cc33-000000000103","_id":"cdtr-f2c103-aa11-bb22-cc33-000000000103","type":"card","props":{"style":{"width":"295px","background":"transparent","maxWidth":"305px","fontFamily":"Arial, Helvetica, sans-serif","textAlign":"left","padding":"10px 0"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"lg":{"style":{"minHeight":"200px"}},"rect":{"x":616,"y":50,"width":305,"height":220,"top":50,"right":921,"bottom":270,"left":616},"width":305,"height":220},"children":["cdtr-f2c102-aa11-bb22-cc33-000000000102"],"width":305,"height":220,"renderedHTML":null},{"id":"cdtr-f2c104-aa11-bb22-cc33-000000000104","_id":"cdtr-f2c104-aa11-bb22-cc33-000000000104","type":"col","props":{"lg":6,"sm":12,"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":606,"y":50,"width":315,"height":220,"top":50,"right":921,"bottom":270,"left":606},"width":315,"height":220},"children":["cdtr-f2c103-aa11-bb22-cc33-000000000103"],"width":315,"height":220,"renderedHTML":null},{"id":"cdtr-f2c201-aa11-bb22-cc33-000000000201","_id":"cdtr-f2c201-aa11-bb22-cc33-000000000201","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"paragraph","attrs":{"letterSpacing":"3px","lineHeight":"1.4","direction":"ltr","textAlign":"left"},"content":[{"type":"text","marks":[{"type":"textStyle","attrs":{"fontFamily":"","color":"#e94560","backgroundColor":"","fontSize":"12px"}},{"type":"bold"}],"text":"FEATURED STORY"}]}]},"from":1,"to":15,"focusedElement":"cdtr-f2c201-aa11-bb22-cc33-000000000201"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":930,"y":60,"width":260,"height":20,"top":60,"right":1190,"bottom":80,"left":930},"width":260,"height":20},"children":[],"width":260,"height":20,"renderedHTML":null},{"id":"cdtr-f2c202-aa11-bb22-cc33-000000000202","_id":"cdtr-f2c202-aa11-bb22-cc33-000000000202","type":"col","props":{"justify":"flex-start","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-f2c201-aa11-bb22-cc33-000000000201"],"width":275,"height":20,"renderedHTML":null},{"id":"cdtr-f2c203-aa11-bb22-cc33-000000000203","_id":"cdtr-f2c203-aa11-bb22-cc33-000000000203","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"heading","attrs":{"letterSpacing":"normal","lineHeight":"1.3","direction":"ltr","textAlign":"left","level":2},"content":[{"type":"text","marks":[{"type":"textStyle","attrs":{"fontFamily":"","color":"#1a1a2e","backgroundColor":"","fontSize":"26px"}},{"type":"bold"}],"text":"The Future of Remote Work"}]}]},"from":1,"to":26,"focusedElement":"cdtr-f2c203-aa11-bb22-cc33-000000000203"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":930,"y":88,"width":260,"height":68,"top":88,"right":1190,"bottom":156,"left":930},"width":260,"height":68},"children":[],"width":260,"height":68,"renderedHTML":null},{"id":"cdtr-f2c204-aa11-bb22-cc33-000000000204","_id":"cdtr-f2c204-aa11-bb22-cc33-000000000204","type":"col","props":{"justify":"flex-start","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-f2c203-aa11-bb22-cc33-000000000203"],"width":275,"height":68,"renderedHTML":null},{"id":"cdtr-f2c205-aa11-bb22-cc33-000000000205","_id":"cdtr-f2c205-aa11-bb22-cc33-000000000205","type":"text","props":{"text":{"childNodes":{"type":"doc","content":[{"type":"paragraph","attrs":{"letterSpacing":"normal","lineHeight":"1.6","direction":"ltr","textAlign":"left"},"content":[{"type":"text","marks":[{"type":"textStyle","attrs":{"fontFamily":"","color":"#555555","backgroundColor":"","fontSize":"15px"}}],"text":"Discover how leading companies are reimagining collaboration, culture, and productivity for distributed teams around the world."}]}]},"from":1,"to":128,"focusedElement":"cdtr-f2c205-aa11-bb22-cc33-000000000205"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":930,"y":164,"width":260,"height":75,"top":164,"right":1190,"bottom":239,"left":930},"width":260,"height":75},"children":[],"width":260,"height":75,"renderedHTML":null},{"id":"cdtr-f2c206-aa11-bb22-cc33-000000000206","_id":"cdtr-f2c206-aa11-bb22-cc33-000000000206","type":"col","props":{"justify":"flex-start","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-f2c205-aa11-bb22-cc33-000000000205"],"width":275,"height":75,"renderedHTML":null},{"id":"cdtr-f2c207-aa11-bb22-cc33-000000000207","_id":"cdtr-f2c207-aa11-bb22-cc33-000000000207","type":"button","props":{"text":"Read the Story","style":{"height":"auto","width":"160px","maxWidth":"100%","minWidth":"10px","background":"#1a1a2e","color":"#fff","fontFamily":"Arial, Helvetica, sans-serif","padding":"12px 20px","borderRadius":"6px","display":"","direction":"ltr","fontSize":"14px"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":930,"y":248,"width":160,"height":42,"top":248,"right":1090,"bottom":290,"left":930},"width":160,"height":42},"children":[],"width":160,"height":42,"renderedHTML":null},{"id":"cdtr-f2c208-aa11-bb22-cc33-000000000208","_id":"cdtr-f2c208-aa11-bb22-cc33-000000000208","type":"col","props":{"justify":"flex-start","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{}},"children":["cdtr-f2c207-aa11-bb22-cc33-000000000207"],"width":275,"height":42,"renderedHTML":null},{"id":"cdtr-f2c209-aa11-bb22-cc33-000000000209","_id":"cdtr-f2c209-aa11-bb22-cc33-000000000209","type":"card","props":{"style":{"width":"285px","background":"transparent","maxWidth":"300px","fontFamily":"Arial, Helvetica, sans-serif","textAlign":"left","padding":"10px 16px"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"lg":{"style":{"minHeight":"220px"}},"rect":{"x":921,"y":50,"width":300,"height":250,"top":50,"right":1221,"bottom":300,"left":921},"width":300,"height":250},"children":["cdtr-f2c202-aa11-bb22-cc33-000000000202","cdtr-f2c204-aa11-bb22-cc33-000000000204","cdtr-f2c206-aa11-bb22-cc33-000000000206","cdtr-f2c208-aa11-bb22-cc33-000000000208"],"width":300,"height":250,"renderedHTML":null},{"id":"cdtr-f2c210-aa11-bb22-cc33-000000000210","_id":"cdtr-f2c210-aa11-bb22-cc33-000000000210","type":"col","props":{"lg":6,"sm":12,"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"style":{},"rect":{"x":911,"y":50,"width":310,"height":250,"top":50,"right":1221,"bottom":300,"left":911},"width":310,"height":250},"children":["cdtr-f2c209-aa11-bb22-cc33-000000000209"],"width":310,"height":250,"renderedHTML":null},{"id":"cdtr-f2c300-aa11-bb22-cc33-000000000300","_id":"cdtr-f2c300-aa11-bb22-cc33-000000000300","type":"block","props":{"style":{"padding":"40px 10px 40px 10px","marginTop":"0","marginBottom":"0","marginLeft":"auto","marginRight":"auto","backgroundColor":"transparent","maxWidth":"1320px","justifyContent":"center","width":"615px","margin":"0 auto"},"classList":[],"justify":"center","interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":606,"y":50,"width":625,"height":260,"top":50,"right":1231,"bottom":310,"left":606},"width":625,"height":260},"children":["cdtr-f2c104-aa11-bb22-cc33-000000000104","cdtr-f2c210-aa11-bb22-cc33-000000000210"],"width":625,"height":260,"renderedHTML":null},{"id":"cdtr-features2-section-en-000000000000","_id":"cdtr-features2-section-en-000000000000","type":"section","props":{"style":{"width":"100%","minHeight":"100px","fontFamily":"Arial, Helvetica, sans-serif","background":"#ffffff","maxWidth":"100%"},"interactions":[],"show_on_desktop":true,"show_on_tablet":true,"show_on_mobile":true,"rect":{"x":0,"y":0,"width":1192,"height":340,"top":0,"right":1192,"bottom":340,"left":0},"width":1192,"height":340},"children":["cdtr-f2c300-aa11-bb22-cc33-000000000300"],"width":1192,"height":340,"renderedHTML":null}]}')],he:[eh,nh,rh,oh,ih,ah,sh,lh,ch]};class ph{constructor(t){return this.props=t,this.init(t)}init(t){const e=function(){let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};const e=t.plugins||[];let n=t.languageJson;const r=t.language||"he",o=dh[r]??dh.en;n||(n="he"===r?Wp:Yp);const i=Ud(r)?"rtl":"ltr",a=Ud(r)?"right":"left";t.navbar||(t.navbar={}),Array.isArray(t.components)&&0===t.components.length&&(t.components=null),t.width||(t.width="650px",console.warn("using default width of 650px or 1000px.")),t.theme||(t.theme={}),t.textConfigure||(t.textConfigure={}),"object"!=typeof t?.configure&&(t.configure={}),"object"!=typeof t?.configure?.text&&(t.configure.text={}),t.configure.text={onClickMagic:t=>{const{injectEditor:e,insertContent:n,insertContentHtml:r,getJSON:o,getHTML:i,getText:a,selectAll:s}=t;s();const l=document.createElement("cdtr-text-prompt-editor");l.context=a(),l.addEventListener("text-generation-start",t=>{s()}),l.addEventListener("text-generation-chunk",t=>{n(t.detail.chunk)}),l.addEventListener("text-generation-complete",t=>{s(),r(t.detail.text)}),l.addEventListener("text-generation-error",t=>{console.error("Text generation error:",t.detail.error)}),e(l)}};const s={documentName:t.documentName,editable:t.editable,mode:t.mode,user:t.user,collaborator:t.collaborator,components:t.components||[{_id:"0-root",type:"root",props:{style:{background:"#fff"}},children:["0-section"]},{_id:"0-section",type:"section",props:{style:{width:t.width,margin:"auto",height:"100%"}},children:[]}],channel:"newsletter",userMenu:{onLogout:()=>{"function"==typeof t?.userMenu?.onLogout&&t?.userMenu?.onLogout()}},onNextStep:e=>{"function"==typeof t.onNextStep&&t.onNextStep(e)},onSendTestEmail:t?.onSendTestEmail?e=>{"function"==typeof t.onSendTestEmail&&t.onSendTestEmail(e)}:null,attachFiles:t?.attachFiles?{files:t?.attachFiles?.files||[],lazyLoad:t?.attachFiles?.lazyLoad||null,maxFiles:t?.attachFiles?.maxFiles||1,maxFileSizeMB:t?.attachFiles?.maxFileSizeMB||"0.5",save:e=>{"function"==typeof t.attachFiles.save&&t.attachFiles.save(e)},remove:e=>{"function"==typeof t.attachFiles.remove&&t.attachFiles.remove(e)}}:null,makeEvent:t?.makeEvent?{initialStartDate:t?.makeEvent?.initialStartDate||"",initialStartTime:t?.makeEvent?.initialStartTime||"",initialEndDate:t?.makeEvent?.initialEndDate||"",initialEndTime:t?.makeEvent?.initialEndTime||"",initialLocation:t?.makeEvent?.initialLocation||"",initialLink:t?.makeEvent?.initialLink||"",save:e=>{"function"==typeof t.makeEvent.save&&t.makeEvent.save(e)},cancel:()=>{"function"==typeof t.makeEvent.cancel&&t.makeEvent.cancel()}}:null,subjectAndName:t?.subjectAndName?{name:t?.subjectAndName?.name||"",subject:t?.subjectAndName?.subject||"",subtitle:t?.subjectAndName?.subtitle||"",save:e=>{"function"==typeof t.subjectAndName.save&&t.subjectAndName.save(e)}}:null,savedDebounce:t.savedDebounce||1e3,target:t.target||function(){const t=document.createElement("div");return t.id="root",document.body.appendChild(t),t}(),theme:{},language:r,languageJson:n,editor:{props:{onSave:e=>{console.log("%csync completed","color:green;font-size:20px;",e),"function"==typeof t.onSave&&t.onSave(e)},onChange:()=>{}},configure:{text:t?.configure?.text,editorProps:{fonts:t.fonts||[{id:"Arial",cssRule:"Arial, Helvetica, sans-serif",name:"Arial",language:["en","he"],url:null},{id:"Times New Roman",cssRule:"Times New Roman, Times, Beskerville, Georgia, serif",name:"Times New Roman",language:["en","he"],url:null},{id:"Courier New",cssRule:"Courier New, Courier, monospace",name:"Courier New"},{id:"Tahoma",cssRule:"Tahoma, Geneva, sans-serif",name:"Tahoma"},{id:"Verdana",cssRule:"Verdana, Geneva, sans-serif",name:"Verdana"},{id:"Roboto",cssRule:"Roboto, sans-serif",name:"Roboto (google)",url:"https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap"}],menu:{},mergeTags:t.mergeTags||{},mailingLists:t.mailingLists||{},automations:t.automations||{},linkPicker:t.linkPicker||{savedVariables:t.savedVariables||[]}},onSaveBlock:t.onSaveBlock,onDeleteBlock:t.onDeleteBlock,blocksCategories:t.blocksCategories,customBlocks:t.customBlocks,mediaGalleryManager:t.mediaGalleryManager||function(){},blocks:[id(jp()),id(Fp()),id(Up()),id({name:"twoButtons",id:"2 button",icon:[{type:"button"},{type:"button"}],tags:["button"],children:[Vp({text:n.readMore}),Vp({text:n.readMore})]}),id({name:"threeButtons",id:"3 button",icon:[{type:"button"},{type:"button"},{type:"button"}],tags:["button"],children:[Vp({text:n.readMore}),Vp({text:n.readMore}),Vp({text:n.readMore})]}),id(Hp({direction:i,textAlign:a,homePageText:Wp.home_page})),id((l={text:n.generalText},{name:"quote",icon:[{type:"quote"}],tags:["quote"],children:[zp(l)]})),id({name:"image | quote",icon:[{type:"image"},{type:"quote"}],tags:[],children:[zp({text:n.generalText,direction:i,textAlign:a}),$p({width:200,height:150})]}),id({name:"quote | image",icon:[{type:"quote"},{type:"image"}],tags:[],children:[$p({width:200,height:150}),zp({text:n.generalText,direction:i,textAlign:a})]}),id({name:"twoCards",icon:[{type:"article"},{type:"article"}],tags:["article","card"],children:[Pp({heading:n.header1block,text:n.shortText,direction:i,textAlign:a}),Pp({heading:n.header1block,text:n.shortText,direction:i,textAlign:a})]}),id({name:"threeCards",icon:[{type:"article"},{type:"article"},{type:"article"}],tags:["article","card"],children:[Pp({heading:n.header1block,text:n.shortText,direction:i,textAlign:a}),Pp({heading:n.header1block,text:n.shortText,direction:i,textAlign:a}),Pp({heading:n.header1block,text:n.shortText,direction:i,textAlign:a})]}),id({name:"card | image",icon:[{type:"image"},{type:"article"}],tags:["article","card","image","readmore"],children:[qp({heading:n.header1block,text:n.shortText,direction:i,textAlign:a}),$p({width:300,height:150})]}),id({name:"image | card",icon:[{type:"article"},{type:"image"}],tags:["article","card","image","readmore"],children:[$p({width:300,height:150}),qp({heading:n.header1block,text:n.shortText,direction:i,textAlign:a})]})],sections:o,plugins:[Ap,vp,Ep.configure(t.textConfigure),Cp.configure(t.textConfigure),kp.configure(t.textConfigure),xp.configure(t.textConfigure),Lp,Bp,Sp,Tp,Np,Dp,Zp,Jp,Gp,Qp,th,...e]},navbar:{components:t.navbar.components}}};var l;const c=new wp(s);if("undefined"!=typeof window){const t=()=>{const t=L.Ay.components||[],e=t[t.length-1];return e?{id:e.id,type:e.type}:null};window.cdtrBridge={updateComponent:(t,e,n)=>L.Ay.store().updateComponent(t,e,n,{sync:!0}),createComponent:t=>L.Ay.store().createComponent(t,{sync:!0}),removeComponent:t=>L.Ay.store().removeComponent(t,{sync:!0}),moveComponent:t=>L.Ay.store().moveComponent(t,{sync:!0}),onSelect:t=>{"function"==typeof t&&L.Ay.on("select",e=>{const n=e&&e.component;t(n?{id:n.id,type:n.type}:null)})},getSelected:()=>t()}}return c}(t);return e}}"undefined"!=typeof window&&(window.cdtrStarter=ph)})(),{}})());