[NIVEL 2 AVANCE] Issues #49-#53 - Componentes Principales Verificados
Todos los componentes del NIVEL 2 ya están implementados correctamente: - ✅ Notification Bar (#49) - ✅ Navbar (#50) - ✅ Hero Section (#51) - ✅ Sidebar (#52) - ✅ Footer (#53) Solo se actualizó notification-bar.css para usar variables CSS. Próximo paso: NIVEL 3 (Refinamientos visuales) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
@@ -0,0 +1,11 @@
|
||||
// HubSpot Script Loader. Please do not block this resource. See more: http://hubs.ly/H0702_H0
|
||||
|
||||
!function(t,e,r){if(!document.getElementById(t)){var n=document.createElement("script");for(var a in n.src="https://js.hscollectedforms.net/collectedforms.js",n.type="text/javascript",n.id=t,r)r.hasOwnProperty(a)&&n.setAttribute(a,r[a]);var i=document.getElementsByTagName("script")[0];i.parentNode.insertBefore(n,i)}}("CollectedForms-20155995",0,{"crossorigin":"anonymous","data-leadin-portal-id":20155995,"data-leadin-env":"prod","data-loader":"hs-scriptloader","data-hsjs-portal":20155995,"data-hsjs-env":"prod","data-hsjs-hublet":"na1"});
|
||||
!function(t,e,r){if(!document.getElementById(t)){var n=document.createElement("script");for(var a in n.src="https://js.hubspotfeedback.com/feedbackweb-new.js",n.type="text/javascript",n.id=t,r)r.hasOwnProperty(a)&&n.setAttribute(a,r[a]);var i=document.getElementsByTagName("script")[0];i.parentNode.insertBefore(n,i)}}("hs-feedback-web-20155995",0,{"crossorigin":"anonymous","data-hubspot-feedback-portal-id":20155995,"data-hubspot-feedback-env":"prod","data-loader":"hs-scriptloader","data-hsjs-portal":20155995,"data-hsjs-env":"prod","data-hsjs-hublet":"na1"});
|
||||
!function(t,e,r){if(!document.getElementById(t)){var n=document.createElement("script");for(var a in n.src="https://js.hsadspixel.net/fb.js",n.type="text/javascript",n.id=t,r)r.hasOwnProperty(a)&&n.setAttribute(a,r[a]);var i=document.getElementsByTagName("script")[0];i.parentNode.insertBefore(n,i)}}("hs-ads-pixel-20155995",0,{"data-ads-portal-id":20155995,"data-ads-env":"prod","data-loader":"hs-scriptloader","data-hsjs-portal":20155995,"data-hsjs-env":"prod","data-hsjs-hublet":"na1"});
|
||||
var _hsp = window._hsp = window._hsp || [];
|
||||
_hsp.push(['addEnabledFeatureGates', []]);
|
||||
_hsp.push(['setBusinessUnitId', 0]);
|
||||
!function(t,e,r){if(!document.getElementById(t)){var n=document.createElement("script");for(var a in n.src="https://js.hs-banner.com/v2/20155995/banner.js",n.type="text/javascript",n.id=t,r)r.hasOwnProperty(a)&&n.setAttribute(a,r[a]);var i=document.getElementsByTagName("script")[0];i.parentNode.insertBefore(n,i)}}("cookieBanner-20155995",0,{"data-cookieconsent":"ignore","data-hs-ignore":true,"data-loader":"hs-scriptloader","data-hsjs-portal":20155995,"data-hsjs-env":"prod","data-hsjs-hublet":"na1"});
|
||||
!function(t,e,r){if(!document.getElementById(t)){var n=document.createElement("script");for(var a in n.src="https://js.hubspot.com/web-interactives-embed.js",n.type="text/javascript",n.id=t,r)r.hasOwnProperty(a)&&n.setAttribute(a,r[a]);var i=document.getElementsByTagName("script")[0];i.parentNode.insertBefore(n,i)}}("hubspot-web-interactives-loader",0,{"crossorigin":"anonymous","data-loader":"hs-scriptloader","data-hsjs-portal":20155995,"data-hsjs-env":"prod","data-hsjs-hublet":"na1"});
|
||||
!function(e,t){if(!document.getElementById(e)){var c=document.createElement("script");c.src="https://js.hs-analytics.net/analytics/1762277100000/20155995.js",c.type="text/javascript",c.id=e;var n=document.getElementsByTagName("script")[0];n.parentNode.insertBefore(c,n)}}("hs-analytics");
|
||||
@@ -0,0 +1 @@
|
||||
const injectStyles=()=>{const e=document.querySelector("style[fs-components-cloak]");e?.remove();const n=document.createElement("style");n.setAttribute("fs-components-cloak","cloak"),n.textContent='\n [fs-marquee-instance],[fs-cnumbercount-instance]{ opacity: 0; }\n [fs-consent-element="internal-component"],[fs-consent-element="banner"],[fs-consent-element="fixed-preferences"],[fs-consent-element="preferences"],[fs-consent-element="interaction"]{display:none}\n ',document.head.appendChild(n)},initFsComponents=async e=>{injectStyles();const n=window?.finsweetComponentsConfigLoading,t=document?.querySelector("script[fs-components-src]");if(void 0!==import.meta&&!t&&!n){document?.querySelector('script[finsweet="components"][async][type="module"]');const n=await import(import.meta.url),t=Object.keys(n)||[];return new Promise((n,o)=>{const s=document.createElement("script"),c=e+"?v="+(new Date).getTime();s.src=c,s.type="module",s.async=!0,s.setAttribute("fs-components-src",import.meta.url),s.setAttribute("fs-components-installed",t?.join(",")),s.onload=()=>n(),s.onerror=()=>o(new Error("Failed to load script")),document.head.appendChild(s)})}};initFsComponents("https://cdn.jsdelivr.net/npm/@finsweet/fs-components@2/fs-components.js");export const consent={endpoint:"https://cookie-consent.infra-30b.workers.dev",expires:"",mode:null,resetix:!1,fscomponentclass:"fs-consent",fscomponentinstance:"fs-consent",fscomponentname:"Cookie Consent",fscomponentlastupdate:"August 19, 2025, 4:15PM",source:"/",cookies:{ignored:[]},formSettings:{ignoreCookies:"false"}};
|
||||
|
After Width: | Height: | Size: 968 B |
|
After Width: | Height: | Size: 724 B |
|
After Width: | Height: | Size: 842 B |
|
After Width: | Height: | Size: 1.3 KiB |
|
After Width: | Height: | Size: 503 B |
|
After Width: | Height: | Size: 1.2 KiB |
|
After Width: | Height: | Size: 896 B |
|
After Width: | Height: | Size: 878 B |
|
After Width: | Height: | Size: 708 B |
|
After Width: | Height: | Size: 2.5 KiB |
|
After Width: | Height: | Size: 1.6 KiB |
|
After Width: | Height: | Size: 654 B |
|
After Width: | Height: | Size: 810 B |
|
After Width: | Height: | Size: 950 B |
@@ -0,0 +1,230 @@
|
||||
(function(){function init(){setTimeout(function(){const styles=`
|
||||
<style>
|
||||
#sitespeak-iframe {
|
||||
position: fixed;
|
||||
right: 0;
|
||||
border: none;
|
||||
width: 100%;
|
||||
box-shadow: rgba(161, 161, 170, 0.2) 0px 10px 30px 0px, rgba(161, 161, 170, 0.2) 0px 0px 0px 1px;
|
||||
z-index: 9999999999;
|
||||
}
|
||||
|
||||
#sitespeak-launcher {
|
||||
cursor: pointer;
|
||||
padding: 0;
|
||||
color: #ffffff;
|
||||
background-color: transparent;
|
||||
border-radius: 9999px;
|
||||
position: fixed;
|
||||
bottom: 20px;
|
||||
left: 20px;
|
||||
width: auto;
|
||||
min-width: 50px;
|
||||
height: 50px;
|
||||
z-index: 9999998;
|
||||
font-size: 15px;
|
||||
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
|
||||
font-weight: 400;
|
||||
border: none;
|
||||
opacity: 0;
|
||||
transition: all 250ms cubic-bezier(0.33, 0.00, 0.00, 1.00);
|
||||
transition-property: opacity, transform;
|
||||
box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.06), 0 2px 32px 0 rgba(0, 0, 0, 0.16);
|
||||
}
|
||||
|
||||
#sitespeak-launcher-inner {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
width: auto;
|
||||
min-width: 50px;
|
||||
height: 50px;
|
||||
border-radius: 9999px;
|
||||
background: #4361ee;
|
||||
background-size: cover;
|
||||
background-position: center;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
#sitespeak-launcher.open #sitespeak-launcher-inner {
|
||||
background: #4361ee !important;
|
||||
}
|
||||
|
||||
#sitespeak-launcher-inner::before {
|
||||
content: '';
|
||||
position: absolute;
|
||||
inset: -0.5px;
|
||||
border-radius: 9999px;
|
||||
background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAwIiBoZWlnaHQ9IjIwMCIgdmlld0JveD0iMCAwIDIwMCAyMDAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xMzguMDQ1IDIzSDYxLjg1MzJDMjguMzA0NSAyMyAxIDUwLjQzMzUgMSA4NC4xNjVDMSAxMDMuMjY3IDkuNzY3OSAxMjAuMzQ2IDIzLjQ2MzcgMTMxLjU3NUMzOS45MTE3IDE0Ni4zMTQgNzguNjcxIDE3NiA3OC42NzEgMTc2TDc4LjU3MzEgMTQ1LjMxOUgxMzguMDQ1QzE3MS41OTMgMTQ1LjMxOSAxOTguODk4IDExNy44NzUgMTk4Ljg5OCA4NC4xNjVDMTk4Ljg5OCA1MC40NTU0IDE3MS41OTMgMjMgMTM4LjA0NSAyM1pNMTAxLjE4OSAxMTAuMDM1QzY0LjM5ODcgMTEwLjAzNSAzNy45NDI3IDk0LjA4MjIgMzYuMjg5MiA5My4wNzYzTDQ2LjEyMzIgNzYuOTcwNEw1NS44NTkyIDYwLjgzMThDNTcuNTk5OCA2MS44NzA1IDk5LjIwOTIgODYuMjMxNSAxNDUuMzY2IDYwLjQ2TDE2My41OTggOTMuNDkxOEMxNDEuMzg0IDEwNS44OTEgMTE5Ljk0MyAxMTAuMDM1IDEwMS4xNzggMTEwLjAzNUgxMDEuMTg5WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==);
|
||||
background-size: 28px;
|
||||
background-position: center 12px;
|
||||
background-repeat: no-repeat;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
#sitespeak-launcher-inner {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
#sitespeak-launcher.unread #sitespeak-launcher-inner {
|
||||
-webkit-mask-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAwIiBoZWlnaHQ9IjUwIiB2aWV3Qm94PSIwIDAgNTAwIDUwIiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTUwMCAxNy44QzQ5OS4zNTQgMTcuOTMxMSA0OTguNjg1IDE4IDQ5OCAxOEM0OTIuNDc3IDE4IDQ4OCAxMy41MjI4IDQ4OCA4QzQ4OCA0LjcyODgxIDQ4OS41NzEgMS44MjQ0NiA0OTEuOTk5IDBIMFY1MEg1MDBWMTcuOFoiIGZpbGw9ImJsYWNrIi8+Cjwvc3ZnPgo=');
|
||||
-webkit-mask-repeat: no-repeat;
|
||||
-webkit-mask-position: right;
|
||||
}
|
||||
|
||||
#sitespeak-launcher.open #sitespeak-launcher-inner::before {
|
||||
background-image: none !important;
|
||||
}
|
||||
|
||||
#sitespeak-launcher.loaded {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
#sitespeak-launcher:hover {
|
||||
transform: scale(1.1);
|
||||
}
|
||||
|
||||
#sitespeak-launcher:active {
|
||||
transform: scale(0.9);
|
||||
}
|
||||
|
||||
#sitespeak-hide-chatbot {
|
||||
position: fixed;
|
||||
display: block;
|
||||
width: 40px;
|
||||
height: 50px;
|
||||
z-index: 9999998;
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
#sitespeak-notification-badge {
|
||||
position: absolute;
|
||||
display: none;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
top: 0;
|
||||
right: -6px;
|
||||
border-radius: 9999px;
|
||||
background-color: #f43f5e;
|
||||
color: #fff;
|
||||
font-size: 10px;
|
||||
font-weight: 600;
|
||||
z-index: 9999998;
|
||||
}
|
||||
|
||||
#sitespeak-launcher.unread #sitespeak-notification-badge {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
#sitespeak-welcome-bubble {
|
||||
position: fixed;
|
||||
left: 20px;
|
||||
bottom: 84px;
|
||||
padding-right: 40px;
|
||||
z-index: 9999997;
|
||||
opacity: 0;
|
||||
transform: translateY(10px) scale(0.95);
|
||||
transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
|
||||
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
|
||||
visibility: hidden;
|
||||
pointer-events: none;
|
||||
display: flex;
|
||||
max-width: 520px;
|
||||
flex-direction: column;
|
||||
align-items: flex-start;
|
||||
}
|
||||
|
||||
#sitespeak-welcome-bubble.show {
|
||||
opacity: 1;
|
||||
transform: translateY(0) scale(1);
|
||||
visibility: visible;
|
||||
pointer-events: auto;
|
||||
}
|
||||
|
||||
#sitespeak-welcome-bubble:hover .sitespeak-welcome-close {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.sitespeak-welcome-message {
|
||||
background: #fff;
|
||||
border-radius: 12px;
|
||||
box-shadow: rgba(161, 161, 170, 0.2) 0px 10px 30px 0px, rgba(161, 161, 170, 0.2) 0px 0px 0px 1px;
|
||||
padding: 16px;
|
||||
color: #18181B;
|
||||
font-size: 14px;
|
||||
line-height: 1.4;
|
||||
margin-bottom: 12px;
|
||||
position: relative;
|
||||
width: fit-content;
|
||||
}
|
||||
|
||||
.sitespeak-welcome-message p {
|
||||
display: -webkit-box;
|
||||
-webkit-line-clamp: 3;
|
||||
-webkit-box-orient: vertical;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.sitespeak-welcome-message:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.sitespeak-welcome-message:first-child:hover .sitespeak-welcome-close {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.sitespeak-welcome-close {
|
||||
position: absolute;
|
||||
top: -8px;
|
||||
right: -8px;
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
border: none;
|
||||
background: #e4e4e7;
|
||||
border-radius: 50%;
|
||||
border: 1px solid #d4d4d8;
|
||||
cursor: pointer;
|
||||
opacity: 0;
|
||||
transition: opacity 0.2s ease;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
font-size: 12px;
|
||||
color: #6b7280;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.sitespeak-welcome-close:hover {
|
||||
color: #18181B !important;
|
||||
}
|
||||
</style>`;const enableHiding=('0'==='1'&&''!=='1');if(enableHiding){if(localStorage.getItem('sitespeak-chatbot-hide')==='true'){return;}}
|
||||
document.head.insertAdjacentHTML('beforeend',styles);let unread=0;let isOpen=false;let welcomeBubble=null;let identifyTraits={};function getChatbotState(){const key=`sitespeak-chatbot-state-66f87ce4-f189-400f-ba2a-5d588845b6c8`;try{const state=localStorage.getItem(key);return state?JSON.parse(state):{isOpen:false};}catch{return{isOpen:false};}}
|
||||
function saveChatbotState(state){const key=`sitespeak-chatbot-state-66f87ce4-f189-400f-ba2a-5d588845b6c8`;localStorage.setItem(key,JSON.stringify(state));}
|
||||
const persistedState=getChatbotState();isOpen=persistedState.isOpen&&!(''==='1');const welcomeMessages=`Hi there! What can I help you with today?`.split('\n').filter(msg=>msg.trim());const autoShowWelcomeMessage='3s';let logo=`<?xml version="1.0" encoding="UTF-8"?><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 181.93 139.93" height="28" width="28" style="padding-top:3px;"><g><path d="m125.98,0H55.94C25.1,0,0,25.09,0,55.94c0,17.47,8.06,33.09,20.65,43.36,15.12,13.48,50.75,40.63,50.75,40.63l-.09-28.06h54.67c30.84,0,55.94-25.1,55.94-55.93S156.82,0,125.98,0Zm-33.88,79.6c-33.82,0-58.14-14.59-59.66-15.51l9.04-14.73,8.95-14.76c1.6.95,39.85,23.23,82.28-.34l16.76,30.21c-20.42,11.34-40.13,15.13-57.38,15.13Z" fill="#fff" /></g></svg>`;const launcherIcon='';const xIcon=`<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="#ffffff" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M18 6 6 18"/><path d="m6 6 12 12"/></svg>`;const minWidth='640';if(''!==''){logo=`<img src="" alt="Chatbot Logo" style="width: 24px; height: 24px; margin: 0; padding: 0;">`;}
|
||||
const iframe=document.createElement('iframe');iframe.setAttribute('id','sitespeak-iframe');iframe.setAttribute('allow','microphone');const pageLang=document.documentElement.lang||navigator.language||'en';const langParam='&lang='+encodeURIComponent(pageLang);iframe.src='https://chatbot.sitespeak.ai/embed/66f87ce4-f189-400f-ba2a-5d588845b6c8?title=BeamAI&theme=light&em=1'+langParam;iframe.style.display='none';iframe.onload=()=>{if(!(''==='1')&&persistedState.isOpen){iframe.style.display='block';isOpen=true;launcher.classList.add('open');launcherInner.innerHTML=xIcon+launcherText;setTimeout(()=>{iframe.contentWindow.postMessage({openChat:true},'*');},100);if(enableHiding){hideChat.style.display='none';}}};iframe.style.bottom=window.innerWidth<minWidth?'0':'84px';if('bottom-left'==='bottom-left'){iframe.style.left=window.innerWidth<minWidth?'0':'20px';}else{iframe.style.right=window.innerWidth<minWidth?'0':'20px';}
|
||||
iframe.style.width=window.innerWidth<minWidth?'100%':'420px';iframe.style.height=window.innerWidth<minWidth?'100%':'75vh';iframe.style.maxHeight=window.innerWidth<minWidth?'100%':'500px';iframe.style.borderRadius=window.innerWidth<minWidth?'0':'0.80rem';iframe.style.backgroundColor='#ffffff';document.body.appendChild(iframe);const launcher=document.createElement('button');const launcherText=(''?'<span style="margin-top: -2px; margin-left: 8px; padding-right: 2px;"></span>':'');launcher.setAttribute('id','sitespeak-launcher');const launcherInner=document.createElement('div');launcherInner.setAttribute('id','sitespeak-launcher-inner');launcher.appendChild(launcherInner);const hideChat=document.createElement('button');if(enableHiding){hideChat.setAttribute('id','sitespeak-hide-chatbot');}
|
||||
setTimeout(()=>{launcher.classList.add('loaded');},100);if(launcherText){launcherInner.style.padding='0 14px';}
|
||||
if(!persistedState.isOpen){launcherInner.innerHTML=(launcherText?logo:'')+launcherText;if(enableHiding){launcherInner.innerHTML=(launcherText?logo:'')+launcherText+xIcon;}}
|
||||
launcher.onclick=()=>{if(welcomeBubble&&welcomeBubble.classList.contains('show')){welcomeBubble.classList.remove('show');setWelcomeDismissed();setTimeout(()=>{if(welcomeBubble){welcomeBubble.remove();welcomeBubble=null;}},300);}
|
||||
if(iframe.style.display==='none'){isOpen=true;saveChatbotState({isOpen:true});iframe.contentWindow.postMessage({openChat:true},'*');iframe.style.display='block';launcherInner.innerHTML=xIcon+launcherText;launcher.classList.add('open');setTimeout(()=>{launcher.classList.remove('unread');unread=0;},1000);if(enableHiding){hideChat.style.display='none';}}else{isOpen=false;saveChatbotState({isOpen:false});iframe.contentWindow.postMessage({closeChat:true},'*');iframe.style.display='none';launcherInner.innerHTML=(launcherText?logo:'')+launcherText;launcher.classList.remove('open');if(enableHiding){hideChat.style.display='block';launcherInner.innerHTML=(!launcherIcon?logo:'')+launcherText+xIcon;}}};if(enableHiding){hideChat.onclick=()=>{iframe.style.display='none';launcher.style.display='none';hideChat.style.display='none';window.localStorage.setItem('sitespeak-chatbot-hide','true');};}
|
||||
if(window.innerWidth>=minWidth||true){document.body.appendChild(launcher);if(enableHiding){const rightOffset=window.innerWidth-launcher.getBoundingClientRect().right;const bottomOffset=window.innerHeight-launcher.getBoundingClientRect().bottom;hideChat.style.right=rightOffset+'px';hideChat.style.bottom=bottomOffset+'px';document.body.appendChild(hideChat);}}
|
||||
window.addEventListener('resize',()=>{iframe.style.bottom=window.innerWidth<minWidth?'0':'5rem';if('bottom-left'==='bottom-left'){iframe.style.left=window.innerWidth<minWidth?'0':'1rem';}else{iframe.style.right=window.innerWidth<minWidth?'0':'1rem';}
|
||||
iframe.style.width=window.innerWidth<minWidth?'100%':'420px';iframe.style.height=window.innerWidth<minWidth?'100%':'75vh';iframe.style.maxHeight=window.innerWidth<minWidth?'100%':'500px';iframe.style.borderRadius=window.innerWidth<minWidth?'0':'0.80rem';});window.addEventListener('message',(event)=>{if(event.origin!=='https://chatbot.sitespeak.ai'){return}
|
||||
if(event.data.closeChat){isOpen=false;saveChatbotState({isOpen:false});iframe.style.display='none';launcherInner.innerHTML=(launcherText?logo:'')+launcherText
|
||||
launcher.classList.remove('open');if(enableHiding){hideChat.style.display='flex';launcherInner.innerHTML=(!launcherIcon?logo:'')+launcherText+xIcon;}}
|
||||
if(event.data.openIntercom&&window.Intercom){window.Intercom('show');}
|
||||
if(!isOpen&&event.data.unreadMessages>0){unread=unread<9?unread+event.data.unreadMessages:9;const notification=document.createElement('div');notification.setAttribute('id','sitespeak-notification-badge');notification.innerHTML=unread;launcher.appendChild(notification);launcher.classList.add('unread');}
|
||||
if(event.data.onChatReady){if(window.sitespeak&&window.sitespeak.init){window.sitespeak.init();}}});window.sitespeak={init:()=>{var _sitespeak=window._sitespeak||[];for(var i=_sitespeak.length-1;i>=0;i--){if(_sitespeak[i][0]==='onReady'){_onReady(_sitespeak[i][1]);}}},identify:(userId,traits)=>{identifyTraits=traits||{};iframe.contentWindow.postMessage({identify:{userId,traits}},'*');}};function _onReady(callback){if(typeof callback==='function'){callback();}}
|
||||
function processTemplates(message){return message.replace(/\{\{\s*([^|]+?)\s*\|\s*([^}]+?)\s*\}\}/g,(match,traitName,fallback)=>{const trait=traitName.trim();const fallbackValue=fallback.trim();return identifyTraits[trait]!==undefined?identifyTraits[trait]:fallbackValue;});}
|
||||
function isWelcomeDismissed(){const key=`sitespeak-welcome-dismissed-66f87ce4-f189-400f-ba2a-5d588845b6c8`;const dismissalData=localStorage.getItem(key);if(!dismissalData){return false;}
|
||||
try{const data=JSON.parse(dismissalData);const now=Date.now();const thirtyDaysInMs=30*24*60*60*1000;if(now-data.timestamp>thirtyDaysInMs){localStorage.removeItem(key);return false;}
|
||||
return data.dismissed;}catch(error){localStorage.removeItem(key);return false;}}
|
||||
function setWelcomeDismissed(){const key=`sitespeak-welcome-dismissed-66f87ce4-f189-400f-ba2a-5d588845b6c8`;const dismissalData={dismissed:true,timestamp:Date.now()};localStorage.setItem(key,JSON.stringify(dismissalData));}
|
||||
function createWelcomeBubble(){if(welcomeMessages.length===0||isWelcomeDismissed()||''==='1'||autoShowWelcomeMessage==='never'){return;}
|
||||
welcomeBubble=document.createElement('div');welcomeBubble.setAttribute('id','sitespeak-welcome-bubble');welcomeMessages.forEach((message,index)=>{const messageDiv=document.createElement('div');const messageParagraph=document.createElement('p');messageDiv.className='sitespeak-welcome-message';messageDiv.setAttribute('data-original-message',message.trim());messageParagraph.innerHTML=message.trim();messageDiv.appendChild(messageParagraph);messageDiv.style.opacity='0';messageDiv.style.transform='translateY(10px) scale(0.95)';messageDiv.style.transition='all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1)';messageDiv.style.cursor='pointer';messageDiv.onclick=(e)=>{if(e.target.classList.contains('sitespeak-welcome-close')){return;}
|
||||
welcomeBubble.classList.remove('show');setWelcomeDismissed();setTimeout(()=>{if(welcomeBubble){welcomeBubble.remove();welcomeBubble=null;}},300);if(iframe.style.display==='none'){isOpen=true;iframe.contentWindow.postMessage({openChat:true},'*');iframe.style.display='block';launcherInner.innerHTML=xIcon+launcherText;launcher.classList.add('open');setTimeout(()=>{launcher.classList.remove('unread');unread=0;},1000);if(enableHiding){hideChat.style.display='none';}}};if(index===0){const closeButton=document.createElement('button');closeButton.className='sitespeak-welcome-close';closeButton.innerHTML='×';closeButton.title='Close';closeButton.onclick=(e)=>{e.stopPropagation();welcomeBubble.classList.remove('show');setWelcomeDismissed();setTimeout(()=>{if(welcomeBubble){welcomeBubble.remove();welcomeBubble=null;}},300);};messageDiv.appendChild(closeButton);}
|
||||
welcomeBubble.appendChild(messageDiv);});document.body.appendChild(welcomeBubble);const delayMap={'1s':1000,'3s':3000,'5s':5000,'10s':10000};const delay=delayMap[autoShowWelcomeMessage]||3000;setTimeout(()=>{if(welcomeBubble&&!isOpen){const messages=welcomeBubble.querySelectorAll('.sitespeak-welcome-message');messages.forEach((messageDiv)=>{const originalMessage=messageDiv.getAttribute('data-original-message');const processedMessage=processTemplates(originalMessage);const paragraph=messageDiv.querySelector('p');paragraph.innerHTML=processedMessage;});welcomeBubble.classList.add('show');messages.forEach((message,index)=>{setTimeout(()=>{message.style.opacity='1';message.style.transform='translateY(0) scale(1)';},index*150);});}},delay);}
|
||||
setTimeout(()=>{createWelcomeBubble();},1000);},'900');}
|
||||
if(document.readyState==='complete'){init();}else{window.addEventListener('load',init);}})();
|
||||
@@ -0,0 +1,734 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 27.5.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 500 500" style="enable-background:new 0 0 500 500;" xml:space="preserve">
|
||||
<g id="Background_complete">
|
||||
<g>
|
||||
<g>
|
||||
<g>
|
||||
<g>
|
||||
<rect y="382.398" style="fill:#E6E6E6;" width="500" height="0.25"/>
|
||||
<rect x="427.325" y="391.055" style="fill:#E6E6E6;" width="18.527" height="0.25"/>
|
||||
<rect x="394.586" y="391.055" style="fill:#E6E6E6;" width="26.155" height="0.25"/>
|
||||
<rect x="330.03" y="391.305" style="fill:#E6E6E6;" width="19.359" height="0.25"/>
|
||||
<rect x="41.576" y="389.029" style="fill:#E6E6E6;" width="43.193" height="0.25"/>
|
||||
<rect x="26.339" y="389.029" style="fill:#E6E6E6;" width="6.333" height="0.25"/>
|
||||
<rect x="101.972" y="396.556" style="fill:#E6E6E6;" width="62.978" height="0.25"/>
|
||||
<path style="fill:#E6E6E6;" d="M237.014,337.8H43.915c-3.147,0-5.708-2.561-5.708-5.708V60.66c0-3.147,2.561-5.708,5.708-5.708
|
||||
h193.099c3.146,0,5.707,2.561,5.707,5.708v271.432C242.721,335.239,240.16,337.8,237.014,337.8z M43.915,55.203
|
||||
c-3.01,0-5.458,2.448-5.458,5.458v271.432c0,3.01,2.448,5.458,5.458,5.458h193.099c3.009,0,5.457-2.448,5.457-5.458V60.66
|
||||
c0-3.009-2.448-5.458-5.457-5.458H43.915z"/>
|
||||
<path style="fill:#E6E6E6;" d="M453.31,337.8H260.212c-3.146,0-5.707-2.561-5.707-5.708V60.66c0-3.147,2.561-5.708,5.707-5.708
|
||||
H453.31c3.148,0,5.708,2.561,5.708,5.708v271.432C459.019,335.239,456.458,337.8,453.31,337.8z M260.212,55.203
|
||||
c-3.009,0-5.457,2.448-5.457,5.458v271.432c0,3.01,2.448,5.458,5.457,5.458H453.31c3.01,0,5.458-2.448,5.458-5.458V60.66
|
||||
c0-3.009-2.448-5.458-5.458-5.458H260.212z"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g>
|
||||
<g>
|
||||
<g>
|
||||
<g>
|
||||
<rect x="285.318" y="85.564" style="fill:#E0E0E0;" width="135.699" height="129.559"/>
|
||||
<rect x="288.334" y="85.564" style="fill:#F5F5F5;" width="135.699" height="129.559"/>
|
||||
|
||||
<rect x="297.484" y="87.907" transform="matrix(-1.836970e-16 1 -1 -1.836970e-16 506.5271 -205.8399)" style="fill:#FFFFFF;" width="117.399" height="124.873"/>
|
||||
|
||||
<rect x="358.781" y="149.204" transform="matrix(-1.836970e-16 1 -1 -1.836970e-16 567.8239 -267.1366)" style="fill:#E0E0E0;" width="117.399" height="2.28"/>
|
||||
<rect x="290.573" y="172.553" style="fill:#F5F5F5;" width="131.221" height="8.163"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g>
|
||||
<g>
|
||||
<rect x="226.473" y="319.25" style="fill:#E6E6E6;" width="26.784" height="59.386"/>
|
||||
<rect x="231.616" y="378.636" style="fill:#E6E6E6;" width="117.917" height="3.763"/>
|
||||
|
||||
<rect x="253.257" y="319.25" transform="matrix(-1 -1.224647e-16 1.224647e-16 -1 607.9333 697.8855)" style="fill:#FAFAFA;" width="101.418" height="59.386"/>
|
||||
|
||||
<rect x="263.788" y="326.559" transform="matrix(-1 -1.224647e-16 1.224647e-16 -1 607.9333 672.5951)" style="fill:#E6E6E6;" width="80.357" height="19.476"/>
|
||||
|
||||
<rect x="263.788" y="351.849" transform="matrix(-1 -1.224647e-16 1.224647e-16 -1 607.9333 723.175)" style="fill:#E6E6E6;" width="80.357" height="19.476"/>
|
||||
<path style="fill:#FAFAFA;" d="M316.011,337.633h-24.089c-0.649,0-1.18-0.531-1.18-1.18v-0.311c0-0.649,0.531-1.18,1.18-1.18
|
||||
h24.089c0.649,0,1.18,0.531,1.18,1.18v0.311C317.191,337.102,316.66,337.633,316.011,337.633z"/>
|
||||
<path style="fill:#FAFAFA;" d="M316.011,362.923h-24.089c-0.649,0-1.18-0.531-1.18-1.18v-0.311c0-0.649,0.531-1.18,1.18-1.18
|
||||
h24.089c0.649,0,1.18,0.531,1.18,1.18v0.311C317.191,362.392,316.66,362.923,316.011,362.923z"/>
|
||||
</g>
|
||||
</g>
|
||||
<g>
|
||||
<rect x="62.373" y="256.417" style="fill:#E6E6E6;" width="27.318" height="118.475"/>
|
||||
<rect x="67.618" y="374.892" style="fill:#E6E6E6;" width="134.719" height="7.507"/>
|
||||
|
||||
<rect x="89.691" y="256.417" transform="matrix(-1 -1.224647e-16 1.224647e-16 -1 297.2729 631.3082)" style="fill:#FAFAFA;" width="117.891" height="118.475"/>
|
||||
|
||||
<rect x="100.431" y="270.999" transform="matrix(-1 -1.224647e-16 1.224647e-16 -1 297.2729 580.8538)" style="fill:#E6E6E6;" width="96.411" height="38.855"/>
|
||||
|
||||
<rect x="100.431" y="321.453" transform="matrix(-1 -1.224647e-16 1.224647e-16 -1 297.2729 681.761)" style="fill:#E6E6E6;" width="96.411" height="38.855"/>
|
||||
<path style="fill:#FAFAFA;" d="M159.46,293.091h-21.647c-1.465,0-2.664-1.199-2.664-2.664l0,0c0-1.465,1.199-2.664,2.664-2.664
|
||||
h21.647c1.465,0,2.664,1.199,2.664,2.664l0,0C162.124,291.892,160.925,293.091,159.46,293.091z"/>
|
||||
<path style="fill:#FAFAFA;" d="M159.46,343.545h-21.647c-1.465,0-2.664-1.199-2.664-2.664l0,0c0-1.465,1.199-2.664,2.664-2.664
|
||||
h21.647c1.465,0,2.664,1.199,2.664,2.664l0,0C162.124,342.346,160.925,343.545,159.46,343.545z"/>
|
||||
</g>
|
||||
<g>
|
||||
<path style="fill:#FAFAFA;" d="M314.99,309.826c0,0-20.122-34.688,7.794-62.3c0,0,7.286,4.749,7.174,11.133
|
||||
c-0.112,6.384-7.803,8-6.15,13.327c1.653,5.328,8.914,10.555,4.148,14.96s0.768,8.325,0.446,13.722
|
||||
C328.079,306.064,314.99,309.826,314.99,309.826z"/>
|
||||
<path style="fill:#E6E6E6;" d="M285.583,299.917c0,0,0.688,19.333,27.063,19.333c26.375,0,27.063-19.333,27.063-19.333H285.583z
|
||||
"/>
|
||||
<path style="fill:#E6E6E6;" d="M316.516,312.997c0,0,8.157-39.263-27.042-56.664c0,0-5.417,6.804-3.298,12.827
|
||||
c2.119,6.023,9.927,5.131,10.039,10.708c0.112,5.577-5.131,12.827,0.781,15.504c5.912,2.677,1.896,8.143,3.904,13.162
|
||||
C302.908,313.555,316.516,312.997,316.516,312.997z"/>
|
||||
</g>
|
||||
<g>
|
||||
<path style="fill:#F0F0F0;" d="M156.05,145.839c0,0,0.688,11.62,27.063,11.62s27.063-11.62,27.063-11.62H156.05z"/>
|
||||
<g>
|
||||
<g>
|
||||
<polygon style="fill:#F5F5F5;" points="84.53,165.918 80.196,194.807 84.53,194.807 111.093,165.918 "/>
|
||||
<polygon style="fill:#E0E0E0;" points="80.196,165.918 80.196,194.807 106.759,165.918 "/>
|
||||
</g>
|
||||
<g>
|
||||
<polygon style="fill:#F5F5F5;" points="188.696,165.918 184.363,194.807 188.696,194.807 215.259,165.918 "/>
|
||||
<polygon style="fill:#E0E0E0;" points="184.363,165.918 184.363,194.807 210.926,165.918 "/>
|
||||
</g>
|
||||
<g>
|
||||
|
||||
<rect x="60.696" y="157.459" transform="matrix(-1 -1.224647e-16 1.224647e-16 -1 150.2817 323.9321)" style="fill:#E0E0E0;" width="28.889" height="9.015"/>
|
||||
<rect x="89.585" y="157.459" style="fill:#F5F5F5;" width="143.63" height="9.015"/>
|
||||
</g>
|
||||
</g>
|
||||
<g>
|
||||
<path style="fill:#E0E0E0;" d="M119.104,120.442c7.465,1.03,12.085-15.196-4.405-28.935
|
||||
C115.59,107.412,106.089,118.647,119.104,120.442z"/>
|
||||
<path style="fill:#E0E0E0;" d="M124.585,141.695c10.824-7.586,3.416-34.099-30.086-32.178
|
||||
C108.995,129.033,105.714,154.921,124.585,141.695z"/>
|
||||
<path style="fill:#E0E0E0;" d="M120.766,141.517c-7.196-7.749,3.046-27.248,28.931-20.127
|
||||
C135.085,134.225,133.311,155.027,120.766,141.517z"/>
|
||||
<path style="fill:#F5F5F5;" d="M129.993,130.217c2.488-3.03,5.429-6.439,4.715-10.04c-0.738-3.635-2.494-6.287-1.077-10.123
|
||||
c1.698-4.599,1.368-10.091-1.501-9.632c-2.864,0.462-6.088,3.824-6.001,8.283c0.052,4.316-2.768,5.694-5.421,7.992
|
||||
c-2.644,2.278-3.679,5.646-4.154,8.96c-0.837,5.226-7.601,4.235-9.4,8.777c-1.853,4.377,1.848,10.215,7.771,11.557
|
||||
c5.944,1.346,10.141,2.178,14.178-2.44C133.208,138.639,126.314,134.558,129.993,130.217z"/>
|
||||
<g>
|
||||
<polygon style="fill:#E6E6E6;" points="109.622,157.459 131.867,157.459 133.546,142.666 107.942,142.666 "/>
|
||||
|
||||
<rect x="106.285" y="142.045" transform="matrix(-1 -1.224647e-16 1.224647e-16 -1 241.4891 287.3553)" style="fill:#E6E6E6;" width="28.92" height="3.265"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g>
|
||||
<rect x="157.705" y="240.482" style="fill:#F5F5F5;" width="24.163" height="15.935"/>
|
||||
|
||||
<rect x="139.568" y="240.482" transform="matrix(-1 -1.224647e-16 1.224647e-16 -1 297.2729 496.8986)" style="fill:#E0E0E0;" width="18.136" height="15.935"/>
|
||||
</g>
|
||||
<g>
|
||||
<rect x="122.12" y="232" style="fill:#F5F5F5;" width="10.36" height="24.417"/>
|
||||
|
||||
<rect x="114.344" y="232" transform="matrix(-1 -1.224647e-16 1.224647e-16 -1 236.4648 488.4167)" style="fill:#E0E0E0;" width="7.776" height="24.417"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g id="Background_simple" style="display:none;">
|
||||
<g style="display:inline;">
|
||||
<path style="fill:#407BFF;" d="M362.76,90.868c-48.235-41.889-63.603,21.283-86.249,49.301
|
||||
c-25.882,32.022-50.167,30.438-87.531,30.217c-45.874-0.271-101.433,7.479-113.864,61.771
|
||||
c-8.208,35.851,13.737,76.111,46.233,91.223c43.238,20.108,69.649-4.281,103.646-27.59c34.353-23.552,49.091-20.544,88.591-27.212
|
||||
C397.605,254.393,428.826,148.243,362.76,90.868z"/>
|
||||
<path style="opacity:0.8;fill:#FFFFFF;" d="M362.76,90.868c-48.235-41.889-63.603,21.283-86.249,49.301
|
||||
c-25.882,32.022-50.167,30.438-87.531,30.217c-45.874-0.271-101.433,7.479-113.864,61.771
|
||||
c-8.208,35.851,13.737,76.111,46.233,91.223c43.238,20.108,69.649-4.281,103.646-27.59c34.353-23.552,49.091-20.544,88.591-27.212
|
||||
C397.605,254.393,428.826,148.243,362.76,90.868z"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="Shadow">
|
||||
<g>
|
||||
<ellipse style="fill:#F5F5F5;" cx="250" cy="416.238" rx="193.889" ry="11.323"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="Plant_3">
|
||||
<g>
|
||||
<g>
|
||||
<path style="fill:#407BFF;" d="M157.179,231.825c1.203,0.521,2.418,0.87,3.622,1.011c2.575,0.303,5.097-0.262,7.325-1.7
|
||||
c3.434-2.216,5.515-6.106,5.179-9.681c-0.035-0.364-0.328-0.632-0.708-0.636c-8.652-0.112-14.057,4.961-16.265,7.576
|
||||
c-0.941-4-1.768-8.23-2.373-12.581c2.002,1.409,3.889,2.222,5.692,2.434c0.872,0.103,1.725,0.067,2.563-0.105
|
||||
c4.474-0.92,8.04-5.718,11.228-10.765c0.121-0.191,0.157-0.417,0.099-0.622c-0.058-0.205-0.204-0.369-0.402-0.451
|
||||
c-8.147-3.392-16.786,3.95-19.546,6.607c-0.415-3.647-0.66-7.356-0.675-11.063c1.871,0.578,3.664,0.976,5.35,1.175
|
||||
c4.388,0.516,8.08-0.249,10.721-2.281c3.131-2.409,4.581-6.393,4.195-11.521c-0.032-0.417-0.406-0.702-0.836-0.641
|
||||
c-9.279,1.342-16.414,7.285-19.383,10.151c0.021-0.66,0.041-1.319,0.078-1.977c0.01-0.176-0.049-0.328-0.134-0.462
|
||||
c-0.364-2.875-1.579-5.069-3.544-6.342c-2.322-1.508-5.585-1.713-9.693-0.611c-0.245,0.066-0.452,0.239-0.559,0.467
|
||||
c-0.106,0.228-0.099,0.484,0.019,0.688c0.171,0.295,3.758,6.354,10.085,7.098c0.658,0.077,1.347,0.093,2.064,0.043
|
||||
c-0.084,1.824-0.11,3.653-0.079,5.482c-2.527-2.188-8.085-5.825-16.181-4.632c-0.225,0.033-0.431,0.157-0.568,0.342
|
||||
c-0.136,0.184-0.19,0.411-0.147,0.622c1.26,6.191,4.313,10.355,8.165,11.138c0.171,0.035,0.349,0.064,0.536,0.086
|
||||
c1.989,0.234,4.863-0.355,8.338-3.669c0.242,4.277,0.748,8.516,1.433,12.621c-3.358-2.168-11.07-6.135-17.933-2.283
|
||||
c-0.381,0.214-0.542,0.673-0.363,1.034c2.787,5.64,5.833,8.583,9.312,8.992c0.029,0.003,0.058,0.006,0.088,0.01
|
||||
c2.898,0.305,6.021-1.128,9.509-4.362c0.788,4.085,1.725,8,2.724,11.643c-3.236-2.711-7.379-2.828-12.781-0.398
|
||||
c-0.243,0.109-0.424,0.326-0.484,0.578c-0.059,0.252,0.012,0.506,0.189,0.678c0.23,0.225,4.16,3.98,8.979,4.547
|
||||
c1.725,0.203,3.564-0.009,5.389-0.932c3.491,11.501,7.165,19.366,7.239,19.523c0.118,0.25,0.355,0.404,0.621,0.436
|
||||
c0.17,0.02,0.351-0.01,0.521-0.098c0.437-0.223,0.634-0.737,0.44-1.148C166.142,257.664,161.042,246.741,157.179,231.825z"/>
|
||||
</g>
|
||||
<g style="opacity:0.6;">
|
||||
<path d="M157.179,231.825c1.203,0.521,2.418,0.87,3.622,1.011c2.575,0.303,5.097-0.262,7.325-1.7
|
||||
c3.434-2.216,5.515-6.106,5.179-9.681c-0.035-0.364-0.328-0.632-0.708-0.636c-8.652-0.112-14.057,4.961-16.265,7.576
|
||||
c-0.941-4-1.768-8.23-2.373-12.581c2.002,1.409,3.889,2.222,5.692,2.434c0.872,0.103,1.725,0.067,2.563-0.105
|
||||
c4.474-0.92,8.04-5.718,11.228-10.765c0.121-0.191,0.157-0.417,0.099-0.622c-0.058-0.205-0.204-0.369-0.402-0.451
|
||||
c-8.147-3.392-16.786,3.95-19.546,6.607c-0.415-3.647-0.66-7.356-0.675-11.063c1.871,0.578,3.664,0.976,5.35,1.175
|
||||
c4.388,0.516,8.08-0.249,10.721-2.281c3.131-2.409,4.581-6.393,4.195-11.521c-0.032-0.417-0.406-0.702-0.836-0.641
|
||||
c-9.279,1.342-16.414,7.285-19.383,10.151c0.021-0.66,0.041-1.319,0.078-1.977c0.01-0.176-0.049-0.328-0.134-0.462
|
||||
c-0.364-2.875-1.579-5.069-3.544-6.342c-2.322-1.508-5.585-1.713-9.693-0.611c-0.245,0.066-0.452,0.239-0.559,0.467
|
||||
c-0.106,0.228-0.099,0.484,0.019,0.688c0.171,0.295,3.758,6.354,10.085,7.098c0.658,0.077,1.347,0.093,2.064,0.043
|
||||
c-0.084,1.824-0.11,3.653-0.079,5.482c-2.527-2.188-8.085-5.825-16.181-4.632c-0.225,0.033-0.431,0.157-0.568,0.342
|
||||
c-0.136,0.184-0.19,0.411-0.147,0.622c1.26,6.191,4.313,10.355,8.165,11.138c0.171,0.035,0.349,0.064,0.536,0.086
|
||||
c1.989,0.234,4.863-0.355,8.338-3.669c0.242,4.277,0.748,8.516,1.433,12.621c-3.358-2.168-11.07-6.135-17.933-2.283
|
||||
c-0.381,0.214-0.542,0.673-0.363,1.034c2.787,5.64,5.833,8.583,9.312,8.992c0.029,0.003,0.058,0.006,0.088,0.01
|
||||
c2.898,0.305,6.021-1.128,9.509-4.362c0.788,4.085,1.725,8,2.724,11.643c-3.236-2.711-7.379-2.828-12.781-0.398
|
||||
c-0.243,0.109-0.424,0.326-0.484,0.578c-0.059,0.252,0.012,0.506,0.189,0.678c0.23,0.225,4.16,3.98,8.979,4.547
|
||||
c1.725,0.203,3.564-0.009,5.389-0.932c3.491,11.501,7.165,19.366,7.239,19.523c0.118,0.25,0.355,0.404,0.621,0.436
|
||||
c0.17,0.02,0.351-0.01,0.521-0.098c0.437-0.223,0.634-0.737,0.44-1.148C166.142,257.664,161.042,246.741,157.179,231.825z"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g id="Computer">
|
||||
<g>
|
||||
<g>
|
||||
<path style="fill:#407BFF;" d="M417.844,371.629H176.05c-3.955,0-7.191-3.236-7.191-7.191V215.524
|
||||
c0-3.955,3.236-7.191,7.191-7.191h241.794c3.955,0,7.191,3.236,7.191,7.191v148.915
|
||||
C425.035,368.394,421.799,371.629,417.844,371.629z"/>
|
||||
<path style="opacity:0.6;" d="M417.844,371.629H176.05c-3.955,0-7.191-3.236-7.191-7.191V215.524
|
||||
c0-3.955,3.236-7.191,7.191-7.191h241.794c3.955,0,7.191,3.236,7.191,7.191v148.915
|
||||
C425.035,368.394,421.799,371.629,417.844,371.629z"/>
|
||||
</g>
|
||||
<g>
|
||||
<g>
|
||||
<path style="fill:#407BFF;" d="M329.719,416.238c-19.941,0-39.882,0-59.823,0c5.86-22.1,2.353-45.906-10.521-68.006
|
||||
c19.94,0,39.882,0,59.823,0C332.072,370.332,335.579,394.138,329.719,416.238z"/>
|
||||
<path style="fill:#407BFF;" d="M326.596,416.238c-19.94,0-39.882,0-59.823,0c5.86-22.1,2.353-45.906-10.521-68.006
|
||||
c19.94,0,39.882,0,59.823,0C328.949,370.332,332.456,394.138,326.596,416.238z"/>
|
||||
<path style="fill:#407BFF;" d="M328.635,379.971c-20.158,0-40.315,0-60.473,0c-1.926-10.72-5.895-21.416-11.909-31.74
|
||||
c20.158,0,40.315,0,60.473,0C322.739,358.555,326.709,369.251,328.635,379.971z"/>
|
||||
</g>
|
||||
<g style="opacity:0.4;">
|
||||
<path d="M329.719,416.238c-19.941,0-39.882,0-59.823,0c5.86-22.1,2.353-45.906-10.521-68.006c19.94,0,39.882,0,59.823,0
|
||||
C332.072,370.332,335.579,394.138,329.719,416.238z"/>
|
||||
<path d="M326.596,416.238c-19.94,0-39.882,0-59.823,0c5.86-22.1,2.353-45.906-10.521-68.006c19.94,0,39.882,0,59.823,0
|
||||
C328.949,370.332,332.456,394.138,326.596,416.238z"/>
|
||||
<path d="M328.635,379.971c-20.158,0-40.315,0-60.473,0c-1.926-10.72-5.895-21.416-11.909-31.74c20.158,0,40.315,0,60.473,0
|
||||
C322.739,358.555,326.709,369.251,328.635,379.971z"/>
|
||||
</g>
|
||||
<path style="fill:#407BFF;" d="M326.596,416.238c-19.94,0-39.882,0-59.823,0c5.86-22.1,2.353-45.906-10.521-68.006
|
||||
c19.94,0,39.882,0,59.823,0C328.949,370.332,332.456,394.138,326.596,416.238z"/>
|
||||
<path style="opacity:0.2;" d="M326.596,416.238c-19.94,0-39.882,0-59.823,0c5.86-22.1,2.353-45.906-10.521-68.006
|
||||
c19.94,0,39.882,0,59.823,0C328.949,370.332,332.456,394.138,326.596,416.238z"/>
|
||||
<path style="opacity:0.2;" d="M327.946,379.971c-19.966,0-39.931,0-59.897,0c-1.908-10.72-5.839-21.416-11.796-31.74
|
||||
c19.966,0,39.931,0,59.897,0C322.106,358.555,326.038,369.251,327.946,379.971z"/>
|
||||
</g>
|
||||
<path style="fill:#407BFF;" d="M414.447,371.629H172.652c-3.955,0-7.191-3.236-7.191-7.191V215.524
|
||||
c0-3.955,3.236-7.191,7.191-7.191h241.794c3.955,0,7.191,3.236,7.191,7.191v148.915
|
||||
C421.637,368.394,418.402,371.629,414.447,371.629z"/>
|
||||
<path style="opacity:0.3;" d="M414.447,371.629H172.652c-3.955,0-7.191-3.236-7.191-7.191V215.524
|
||||
c0-3.955,3.236-7.191,7.191-7.191h241.794c3.955,0,7.191,3.236,7.191,7.191v148.915
|
||||
C421.637,368.394,418.402,371.629,414.447,371.629z"/>
|
||||
<g>
|
||||
<path style="fill:#407BFF;" d="M315.496,411.509h-68.293c-2.612,0-4.729,2.117-4.729,4.729l0,0h77.751l0,0
|
||||
C320.225,413.626,318.108,411.509,315.496,411.509z"/>
|
||||
<path style="opacity:0.3;" d="M315.496,411.509h-68.293c-2.612,0-4.729,2.117-4.729,4.729l0,0h77.751l0,0
|
||||
C320.225,413.626,318.108,411.509,315.496,411.509z"/>
|
||||
</g>
|
||||
<rect x="165.462" y="216.597" style="fill:#407BFF;" width="256.176" height="131.635"/>
|
||||
<rect x="165.375" y="216.597" style="opacity:0.84;fill:#FAFAFA;" width="256.176" height="131.635"/>
|
||||
<g>
|
||||
<path style="opacity:0.23;fill:#407BFF;" d="M211.821,333.412h172.598c1.561,0,2.838-1.277,2.838-2.838V229.613
|
||||
c0-1.561-1.277-2.838-2.838-2.838H211.821c-1.561,0-2.838,1.277-2.838,2.838v100.961
|
||||
C208.984,332.135,210.261,333.412,211.821,333.412z"/>
|
||||
<path style="opacity:0.67;fill:#FAFAFA;" d="M386.502,234.113v96.461c0,1.561-1.277,2.838-2.838,2.838H211.067
|
||||
c-1.561,0-2.838-1.277-2.838-2.838v-96.461H386.502z"/>
|
||||
<rect x="208.753" y="237.886" style="opacity:0.41;fill:#FFFFFF;" width="177.225" height="91.752"/>
|
||||
<path style="opacity:0.19;fill:#407BFF;" d="M349.792,301.228c-12.986,0-23.552-10.565-23.552-23.552
|
||||
s10.566-23.551,23.552-23.551s23.551,10.564,23.551,23.551S362.779,301.228,349.792,301.228z M349.792,254.376
|
||||
c-12.849,0-23.302,10.453-23.302,23.301c0,12.849,10.453,23.302,23.302,23.302c12.848,0,23.301-10.453,23.301-23.302
|
||||
C373.093,264.829,362.64,254.376,349.792,254.376z"/>
|
||||
<path style="opacity:0.19;fill:#407BFF;" d="M310.197,301.228c-12.986,0-23.552-10.565-23.552-23.552
|
||||
s10.566-23.551,23.552-23.551s23.551,10.564,23.551,23.551S323.183,301.228,310.197,301.228z M310.197,254.376
|
||||
c-12.849,0-23.302,10.453-23.302,23.301c0,12.849,10.453,23.302,23.302,23.302c12.848,0,23.301-10.453,23.301-23.302
|
||||
C333.497,264.829,323.044,254.376,310.197,254.376z"/>
|
||||
<path style="opacity:0.19;fill:#407BFF;" d="M373.218,314.388H234.181c-0.069,0-0.125-0.056-0.125-0.125v-3.878
|
||||
c0-0.069,0.056-0.125,0.125-0.125h139.037c0.069,0,0.125,0.056,0.125,0.125v3.878
|
||||
C373.343,314.333,373.287,314.388,373.218,314.388z M234.306,314.138h138.787v-3.628H234.306V314.138z"/>
|
||||
<path style="opacity:0.19;fill:#407BFF;" d="M380.969,321.15H213.762c-0.069,0-0.125-0.056-0.125-0.125V246.5
|
||||
c0-0.069,0.056-0.125,0.125-0.125h167.207c0.069,0,0.125,0.056,0.125,0.125v74.525
|
||||
C381.094,321.094,381.038,321.15,380.969,321.15z M213.887,320.9h166.957v-74.275H213.887V320.9z"/>
|
||||
<path style="fill:#FFFFFF;" d="M378.767,230.465c0,0.834,0.676,1.509,1.509,1.509c0.834,0,1.509-0.676,1.509-1.509
|
||||
c0-0.834-0.676-1.509-1.509-1.509C379.442,228.956,378.767,229.631,378.767,230.465z"/>
|
||||
<circle style="fill:#FFFFFF;" cx="374.928" cy="230.465" r="1.509"/>
|
||||
<circle style="fill:#FFFFFF;" cx="369.58" cy="230.465" r="1.509"/>
|
||||
<rect x="208.229" y="233.924" style="fill:#407BFF;" width="178.273" height="0.377"/>
|
||||
</g>
|
||||
<polygon style="opacity:0.47;fill:#FAFAFA;" points="233.925,216.597 210.401,348.232 233.694,348.232 257.217,216.597 "/>
|
||||
<polygon style="opacity:0.47;fill:#FAFAFA;" points="262.9,216.597 239.377,348.232 251.023,348.232 274.546,216.597 "/>
|
||||
<polygon style="opacity:0.4;fill:#FFFFFF;" points="393.057,216.597 369.533,348.232 375.356,348.232 398.88,216.597 "/>
|
||||
<polygon style="opacity:0.4;fill:#FFFFFF;" points="382.807,216.597 359.283,348.232 365.106,348.232 388.63,216.597 "/>
|
||||
<g>
|
||||
<path style="fill:#407BFF;" d="M331.765,411.509h-12.229c-2.612,0-4.729,2.117-4.729,4.729l0,0h21.687l0,0
|
||||
C336.494,413.626,334.377,411.509,331.765,411.509z"/>
|
||||
<path style="opacity:0.4;" d="M331.765,411.509h-12.229c-2.612,0-4.729,2.117-4.729,4.729l0,0h21.687l0,0
|
||||
C336.494,413.626,334.377,411.509,331.765,411.509z"/>
|
||||
</g>
|
||||
<g>
|
||||
<path style="fill:#407BFF;" d="M298.448,360.229c0,2.706-2.193,4.899-4.899,4.899c-2.706,0-4.899-2.193-4.899-4.899
|
||||
c0-2.706,2.193-4.899,4.899-4.899C296.255,355.33,298.448,357.523,298.448,360.229z"/>
|
||||
<g>
|
||||
<path style="opacity:0.5;" d="M298.448,360.229c0,2.706-2.193,4.899-4.899,4.899c-2.706,0-4.899-2.193-4.899-4.899
|
||||
c0-2.706,2.193-4.899,4.899-4.899C296.255,355.33,298.448,357.523,298.448,360.229z"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g id="Plant_2">
|
||||
<g>
|
||||
<path style="fill:#407BFF;" d="M251.682,399.345c-0.693-23.95-0.63-169.934,0.756-181.923l1.888-2.613
|
||||
c0,0-0.862,2.326-1.079,43.355s-0.487,135.085-0.256,141.182H251.682z"/>
|
||||
<path style="fill:#407BFF;" d="M262.915,310.548c8.013-13.323,16.757-22.792,23.093-27.964
|
||||
c6.336-5.172-10.278,28.617-16.774,41.208c-6.496,12.592-14.509,26.51-17.09,38.267
|
||||
C251.643,338.109,254.902,323.871,262.915,310.548z"/>
|
||||
<path style="fill:#407BFF;" d="M252.301,219.105c1.634-15.144-0.584-29.135,7.656-46.867
|
||||
c8.241-17.732,14.513-31.647,22.464-38.119c1.91-1.555-4.622,29.266-12.207,46.625c-5.352,12.251-7.075,21.043-12.756,29.256
|
||||
C256.128,211.924,252.301,219.105,252.301,219.105z"/>
|
||||
<path style="fill:#407BFF;" d="M252.259,299.879c1.664-18.686,3.165-36.684,13.889-63.276
|
||||
c2.614-6.482,26.797-51.766,33.108-56.666c3.097-2.405-7.719,27.687-18.273,53.047c-7.913,19.014-11.191,24.434-19.989,46.478
|
||||
C257.526,288.148,252.259,299.879,252.259,299.879z"/>
|
||||
<path style="fill:#407BFF;" d="M238.18,207.653c-8.998-12.197-17.702-20.436-24.089-24.738
|
||||
c-6.387-4.302,11.028,25.658,19.357,38.734c8.329,13.077,15.93,24.427,19.39,35.77C251.175,233.553,247.178,219.85,238.18,207.653
|
||||
z"/>
|
||||
<path style="fill:#407BFF;" d="M252.259,332.963c-1.699-12.98-5.201-28.27-10.202-39.592
|
||||
c-5.001-11.322-12.695-28.685-18.819-34.575c-1.471-1.415,6.403,32.356,11.457,41.337c5.053,8.98,8.764,17.443,11.945,22.533
|
||||
C247.698,324.36,252.259,332.963,252.259,332.963z"/>
|
||||
<path style="opacity:0.5;fill:#FFFFFF;" d="M251.682,399.345c-0.693-23.95-0.63-169.934,0.756-181.923l1.888-2.613
|
||||
c0,0-0.862,2.326-1.079,43.355s-0.487,135.085-0.256,141.182H251.682z"/>
|
||||
<path style="opacity:0.5;fill:#FFFFFF;" d="M262.915,310.548c8.013-13.323,16.757-22.792,23.093-27.964
|
||||
c6.336-5.172-10.278,28.617-16.774,41.208c-6.496,12.592-14.509,26.51-17.09,38.267
|
||||
C251.643,338.109,254.902,323.871,262.915,310.548z"/>
|
||||
<path style="opacity:0.5;fill:#FFFFFF;" d="M252.301,219.105c1.634-15.144-0.584-29.135,7.656-46.867
|
||||
c8.241-17.732,14.513-31.647,22.464-38.119c1.91-1.555-4.622,29.266-12.207,46.625c-5.352,12.251-7.075,21.043-12.756,29.256
|
||||
C256.128,211.924,252.301,219.105,252.301,219.105z"/>
|
||||
<path style="opacity:0.5;fill:#FFFFFF;" d="M252.259,299.879c1.664-18.686,3.165-36.684,13.889-63.276
|
||||
c2.614-6.482,26.797-51.766,33.108-56.666c3.097-2.405-7.719,27.687-18.273,53.047c-7.913,19.014-11.191,24.434-19.989,46.478
|
||||
C257.526,288.148,252.259,299.879,252.259,299.879z"/>
|
||||
<path style="opacity:0.5;fill:#FFFFFF;" d="M238.18,207.653c-8.998-12.197-17.702-20.436-24.089-24.738
|
||||
c-6.387-4.302,11.028,25.658,19.357,38.734c8.329,13.077,15.93,24.427,19.39,35.77C251.175,233.553,247.178,219.85,238.18,207.653
|
||||
z"/>
|
||||
<path style="opacity:0.5;fill:#FFFFFF;" d="M252.259,332.963c-1.699-12.98-5.201-28.27-10.202-39.592
|
||||
c-5.001-11.322-12.695-28.685-18.819-34.575c-1.471-1.415,6.403,32.356,11.457,41.337c5.053,8.98,8.764,17.443,11.945,22.533
|
||||
C247.698,324.36,252.259,332.963,252.259,332.963z"/>
|
||||
</g>
|
||||
<g>
|
||||
<polygon style="fill:#263238;" points="271.298,416.238 233.399,416.238 230.539,394.458 274.158,394.458 "/>
|
||||
<polygon style="fill:#263238;" points="276.983,396.996 227.714,396.996 226.303,389.647 278.394,389.647 "/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="Ipad">
|
||||
<g>
|
||||
<g>
|
||||
<path style="fill:#407BFF;" d="M229.947,416.238H117.191c-3.842,0-6.985-3.143-6.985-6.985V238.551
|
||||
c0-3.842,3.143-6.985,6.985-6.985h112.756c3.842,0,6.985,3.143,6.985,6.985v170.702
|
||||
C236.932,413.095,233.789,416.238,229.947,416.238z"/>
|
||||
<path style="opacity:0.6;" d="M229.947,416.238H117.191c-3.842,0-6.985-3.143-6.985-6.985V238.551
|
||||
c0-3.842,3.143-6.985,6.985-6.985h112.756c3.842,0,6.985,3.143,6.985,6.985v170.702
|
||||
C236.932,413.095,233.789,416.238,229.947,416.238z"/>
|
||||
</g>
|
||||
<g>
|
||||
<path style="fill:#407BFF;" d="M226.599,416.238H113.843c-3.842,0-6.985-3.143-6.985-6.985V238.551
|
||||
c0-3.842,3.143-6.985,6.985-6.985h112.756c3.842,0,6.985,3.143,6.985,6.985v170.702
|
||||
C233.584,413.095,230.441,416.238,226.599,416.238z"/>
|
||||
<path style="opacity:0.3;" d="M226.599,416.238H113.843c-3.842,0-6.985-3.143-6.985-6.985V238.551
|
||||
c0-3.842,3.143-6.985,6.985-6.985h112.756c3.842,0,6.985,3.143,6.985,6.985v170.702
|
||||
C233.584,413.095,230.441,416.238,226.599,416.238z"/>
|
||||
</g>
|
||||
<rect x="106.857" y="239.594" style="fill:#FAFAFA;" width="126.726" height="160.304"/>
|
||||
<rect x="106.857" y="239.594" style="opacity:0.1;fill:#407BFF;" width="126.726" height="160.304"/>
|
||||
<polygon style="opacity:0.48;fill:#FAFAFA;" points="151.789,239.985 122.789,400.289 144.94,400.289 173.94,239.985 "/>
|
||||
<polygon style="opacity:0.48;fill:#FAFAFA;" points="180.518,239.594 151.518,399.898 162.594,399.898 191.594,239.594 "/>
|
||||
<g>
|
||||
<circle style="fill:#407BFF;" cx="170.221" cy="407.966" r="4.759"/>
|
||||
<circle style="opacity:0.5;" cx="170.221" cy="407.966" r="4.759"/>
|
||||
</g>
|
||||
<g>
|
||||
<path style="fill:#407BFF;" d="M171.32,235.26c0,0.607-0.492,1.1-1.1,1.1c-0.607,0-1.1-0.492-1.1-1.1c0-0.607,0.492-1.1,1.1-1.1
|
||||
C170.828,234.161,171.32,234.653,171.32,235.26z"/>
|
||||
<path style="opacity:0.5;" d="M171.32,235.26c0,0.607-0.492,1.1-1.1,1.1c-0.607,0-1.1-0.492-1.1-1.1c0-0.607,0.492-1.1,1.1-1.1
|
||||
C170.828,234.161,171.32,234.653,171.32,235.26z"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g id="Character">
|
||||
<g>
|
||||
<g>
|
||||
<path style="fill:#407BFF;" d="M328.512,204.039l7.625-1.426c0.533-0.1,0.825-0.605,0.65-1.124l-6.007-17.772
|
||||
c-0.175-0.518-0.754-0.861-1.287-0.761l-7.625,1.426c-0.533,0.1-0.825,0.605-0.65,1.124l6.007,17.772
|
||||
C327.401,203.796,327.98,204.139,328.512,204.039z"/>
|
||||
<path style="opacity:0.6;" d="M328.512,204.039l7.625-1.426c0.533-0.1,0.825-0.605,0.65-1.124l-6.007-17.772
|
||||
c-0.175-0.518-0.754-0.861-1.287-0.761l-7.625,1.426c-0.533,0.1-0.825,0.605-0.65,1.124l6.007,17.772
|
||||
C327.401,203.796,327.98,204.139,328.512,204.039z"/>
|
||||
</g>
|
||||
<g>
|
||||
<path style="fill:#407BFF;" d="M329.449,203.864l7.625-1.426c0.533-0.1,0.825-0.605,0.65-1.124l-6.007-17.772
|
||||
c-0.175-0.519-0.754-0.861-1.287-0.762l-7.625,1.426c-0.533,0.1-0.825,0.605-0.65,1.124l6.007,17.772
|
||||
C328.338,203.621,328.917,203.964,329.449,203.864z"/>
|
||||
<path style="opacity:0.3;" d="M329.449,203.864l7.625-1.426c0.533-0.1,0.825-0.605,0.65-1.124l-6.007-17.772
|
||||
c-0.175-0.519-0.754-0.861-1.287-0.762l-7.625,1.426c-0.533,0.1-0.825,0.605-0.65,1.124l6.007,17.772
|
||||
C328.338,203.621,328.917,203.964,329.449,203.864z"/>
|
||||
</g>
|
||||
<polygon style="fill:#FAFAFA;" points="327.752,201.889 337.314,200.1 331.925,184.158 322.364,185.947 "/>
|
||||
<polygon style="opacity:0.14;fill:#407BFF;" points="327.752,201.889 337.314,200.1 331.925,184.158 322.364,185.947 "/>
|
||||
</g>
|
||||
<polygon style="fill:#E58A7B;" points="322.364,192.838 323.108,191.096 330.314,199.186 324.079,199.668 "/>
|
||||
<g>
|
||||
<circle style="fill:#407BFF;" cx="199.347" cy="114.667" r="15.432"/>
|
||||
<path style="fill:#407BFF;" d="M199.347,132.958c-1.061,0-2.123-0.091-3.157-0.271l0.172-0.985
|
||||
c1.965,0.343,4.033,0.341,6.003-0.006l0.173,0.985C201.491,132.864,200.417,132.958,199.347,132.958z M190.22,130.522
|
||||
c-1.85-1.067-3.487-2.439-4.868-4.076l0.765-0.645c1.305,1.549,2.854,2.846,4.603,3.855L190.22,130.522z M208.503,130.504
|
||||
l-0.501-0.865c1.748-1.013,3.294-2.313,4.595-3.862l0.766,0.643C211.987,128.059,210.352,129.433,208.503,130.504z
|
||||
M182.165,120.956c-0.732-2-1.105-4.104-1.109-6.251l1-0.002c0.004,2.031,0.356,4.019,1.049,5.909L182.165,120.956z
|
||||
M216.541,120.921l-0.939-0.342c0.688-1.892,1.037-3.881,1.037-5.913l0.684-0.05l0.316,0.04
|
||||
C217.639,116.815,217.269,118.919,216.541,120.921z M183.081,108.787l-0.941-0.34c0.726-2.008,1.791-3.86,3.166-5.505l0.767,0.642
|
||||
C184.773,105.138,183.767,106.889,183.081,108.787z M215.578,108.689c-0.698-1.893-1.715-3.637-3.023-5.184l0.764-0.646
|
||||
c1.384,1.636,2.459,3.48,3.198,5.483L215.578,108.689z M190.661,99.712l-0.503-0.864c1.851-1.078,3.856-1.813,5.961-2.188
|
||||
l0.175,0.984C194.305,97.998,192.41,98.694,190.661,99.712z M207.943,99.66c-1.755-1.007-3.654-1.692-5.646-2.034l0.169-0.985
|
||||
c2.108,0.362,4.118,1.087,5.975,2.152L207.943,99.66z"/>
|
||||
<g>
|
||||
<rect x="316.395" y="192.691" style="fill:#407BFF;" width="3" height="1"/>
|
||||
<path style="fill:#407BFF;" d="M310.385,193.691h-6.01v-1h6.01V193.691z M298.297,192.967c-1.983-0.548-3.866-1.396-5.597-2.522
|
||||
l0.545-0.838c1.645,1.07,3.434,1.876,5.317,2.396L298.297,192.967z M288.125,186.354c-1.313-1.593-2.368-3.368-3.137-5.274
|
||||
l0.928-0.374c0.73,1.812,1.732,3.498,2.98,5.013L288.125,186.354z M283.595,175.102c-0.039-0.509-0.059-1.024-0.058-1.543
|
||||
c0-1.542,0.176-3.082,0.523-4.576l0.975,0.227c-0.33,1.419-0.497,2.883-0.497,4.35c-0.001,0.494,0.019,0.982,0.055,1.466
|
||||
L283.595,175.102z M287.211,163.799l-0.859-0.511c1.053-1.77,2.365-3.364,3.902-4.738l0.666,0.745
|
||||
C289.459,160.602,288.211,162.117,287.211,163.799z M295.808,156.114l-0.412-0.911c1.877-0.847,3.867-1.398,5.916-1.637
|
||||
l0.115,0.993C299.481,154.786,297.59,155.309,295.808,156.114z M320.049,154.429h-0.656v-1h0.656c1.75,0,3.483-0.236,5.153-0.701
|
||||
l0.268,0.963C323.713,154.18,321.89,154.429,320.049,154.429z M313.383,154.429h-6.01v-1h6.01V154.429z M331.059,151.153
|
||||
l-0.547-0.837c1.637-1.071,3.097-2.383,4.34-3.899l0.773,0.634C334.317,148.646,332.781,150.026,331.059,151.153z
|
||||
M338.747,141.769l-0.928-0.371c0.725-1.814,1.165-3.726,1.309-5.683l0.998,0.073
|
||||
C339.975,137.848,339.511,139.86,338.747,141.769z M338.672,129.899c-0.447-1.902-1.185-3.721-2.191-5.405l0.859-0.513
|
||||
c1.059,1.772,1.834,3.687,2.305,5.689L338.672,129.899z M332.761,120.001c-1.466-1.304-3.113-2.37-4.896-3.17l0.408-0.912
|
||||
c1.877,0.841,3.609,1.963,5.151,3.334L332.761,120.001z M322.241,115.29c-0.722-0.082-1.455-0.124-2.18-0.124
|
||||
c-0.004,0-0.008,0-0.013,0h-3.756v-1h3.756c0.808-0.005,1.542,0.044,2.306,0.13L322.241,115.29z M310.283,115.166h-6.01v-1h6.01
|
||||
V115.166z M298.264,115.166h-6.011v-1h6.011V115.166z M286.243,115.166h-6.01v-1h6.01V115.166z M274.224,115.166h-6.011v-1h6.011
|
||||
V115.166z M262.203,115.166h-6.01v-1h6.01V115.166z M250.183,115.166h-6.01v-1h6.01V115.166z M238.163,115.166h-6.01v-1h6.01
|
||||
V115.166z"/>
|
||||
<rect x="223.058" y="114.166" style="fill:#407BFF;" width="3" height="1"/>
|
||||
</g>
|
||||
<g>
|
||||
<rect x="198.928" y="136.224" style="fill:#407BFF;" width="0.837" height="2.51"/>
|
||||
<path style="fill:#407BFF;" d="M94.983,302.279h-0.837v-5.025h0.837V302.279z M94.983,292.228h-0.837v-5.025h0.837V292.228z
|
||||
M186.249,289.655c-0.981,0-1.959-0.105-2.907-0.314l0.18-0.816c1.571,0.344,3.242,0.386,4.834,0.12l0.138,0.824
|
||||
C187.757,289.593,187.002,289.655,186.249,289.655z M134.71,289.631l-0.052-0.836c1.633-0.102,3.207-0.511,4.678-1.216
|
||||
l0.361,0.754C138.129,289.085,136.451,289.522,134.71,289.631z M129.599,288.971c-1.648-0.548-3.159-1.398-4.49-2.529
|
||||
l0.542-0.637c1.249,1.061,2.665,1.858,4.212,2.371L129.599,288.971z M193.32,287.66l-0.439-0.713
|
||||
c1.392-0.855,2.59-1.955,3.564-3.269l0.672,0.498C196.08,285.576,194.803,286.748,193.32,287.66z M178.614,287.294
|
||||
c-1.437-0.985-2.655-2.219-3.62-3.667l0.696-0.465c0.906,1.359,2.048,2.518,3.396,3.442L178.614,287.294z M143.834,285.26
|
||||
l-0.617-0.564c1.106-1.21,1.955-2.597,2.524-4.124l0.784,0.293C145.918,282.492,145.013,283.971,143.834,285.26z
|
||||
M121.886,282.419c-0.811-1.54-1.308-3.201-1.479-4.937l0.833-0.082c0.16,1.627,0.626,3.185,1.386,4.63L121.886,282.419z
|
||||
M94.983,282.177h-0.837v-5.026h0.837V282.177z M199.337,279.525l-0.811-0.209c0.267-1.032,0.401-2.102,0.401-3.177v-1.708h0.837
|
||||
v1.708C199.765,277.285,199.621,278.425,199.337,279.525z M173.009,278.869c-0.184-0.894-0.276-1.813-0.276-2.73v-2.361h0.837
|
||||
v2.361c-0.001,0.861,0.087,1.723,0.258,2.562L173.009,278.869z M147.374,275.79h-0.837v-5.025h0.837V275.79z M121.179,272.418
|
||||
h-0.837v-5.026h0.837V272.418z M94.983,272.125h-0.837v-5.026h0.837V272.125z M199.765,269.405h-0.837v-5.025h0.837V269.405z
|
||||
M173.57,268.753h-0.837v-3.542c0-0.478-0.027-0.96-0.08-1.434l0.831-0.094c0.057,0.504,0.086,1.018,0.086,1.527V268.753z
|
||||
M147.374,265.738h-0.837v-0.527c0-1.563,0.264-3.094,0.785-4.551l0.788,0.281c-0.489,1.367-0.736,2.803-0.736,4.27V265.738z
|
||||
M120.047,262.479c-0.35-1.594-0.997-3.086-1.923-4.436l0.689-0.473c0.988,1.439,1.678,3.029,2.051,4.729L120.047,262.479z
|
||||
M95.342,262.201l-0.813-0.197c0.411-1.689,1.136-3.265,2.156-4.681l0.679,0.488C96.408,259.141,95.727,260.617,95.342,262.201z
|
||||
M199.765,259.354h-0.837v-5.026h0.837V259.354z M171.203,259.166c-0.779-1.435-1.814-2.69-3.074-3.733l0.533-0.645
|
||||
c1.343,1.111,2.445,2.449,3.276,3.977L171.203,259.166z M150.578,256.786l-0.625-0.557c1.159-1.304,2.537-2.356,4.095-3.131
|
||||
l0.372,0.75C152.958,254.574,151.666,255.563,150.578,256.786z M114.681,254.649c-1.363-0.908-2.864-1.534-4.461-1.859
|
||||
l0.167-0.82c1.704,0.348,3.304,1.015,4.758,1.982L114.681,254.649z M100.883,254.495l-0.448-0.707
|
||||
c1.474-0.934,3.089-1.564,4.801-1.875l0.149,0.822C103.78,253.027,102.265,253.619,100.883,254.495z M163.884,253.119
|
||||
c-1.231-0.39-2.517-0.588-3.821-0.588c-0.368-0.002-0.658,0.013-0.982,0.037l-0.063-0.834c0.342-0.026,0.688-0.039,1.036-0.039
|
||||
c0.003,0,0.007,0,0.01,0c1.39,0,2.76,0.211,4.073,0.627L163.884,253.119z M199.765,249.302h-0.837v-5.026h0.837V249.302z
|
||||
M199.765,239.251h-0.837v-5.026h0.837V239.251z M199.765,229.199h-0.837v-5.026h0.837V229.199z M199.765,219.147h-0.837v-5.026
|
||||
h0.837V219.147z M199.765,209.095h-0.837v-5.026h0.837V209.095z M199.765,199.044h-0.837v-5.026h0.837V199.044z M199.765,188.992
|
||||
h-0.837v-5.026h0.837V188.992z M199.765,178.94h-0.837v-5.026h0.837V178.94z M199.765,168.889h-0.837v-5.026h0.837V168.889z
|
||||
M199.765,158.837h-0.837v-5.026h0.837V158.837z M199.765,148.785h-0.837v-5.026h0.837V148.785z"/>
|
||||
<rect x="94.146" y="307.41" style="fill:#407BFF;" width="0.837" height="2.51"/>
|
||||
</g>
|
||||
<path style="fill:#FFFFFF;" d="M197.463,122.188c-0.384,0-0.768-0.146-1.061-0.439l-5.24-5.24c-0.586-0.585-0.586-1.536,0-2.121
|
||||
c0.586-0.586,1.535-0.586,2.121,0l4.18,4.18l7.947-7.947c0.586-0.586,1.535-0.586,2.121,0c0.586,0.586,0.586,1.536,0,2.121
|
||||
l-9.007,9.007C198.231,122.042,197.847,122.188,197.463,122.188z"/>
|
||||
<g>
|
||||
<path style="fill:#E58A7B;" d="M385.5,152.11c-0.974,4.97-3.176,15.037,0.301,18.354c0,0-1.359,5.042-10.594,5.042
|
||||
c-10.155,0-4.853-5.041-4.853-5.041c5.543-1.324,5.4-5.436,4.434-9.298L385.5,152.11z"/>
|
||||
<g>
|
||||
<g>
|
||||
<path style="fill:#407BFF;" d="M365.276,172.17c0.025-0.751,1.146-1.519,2.803-2.125c0.895-0.327,1.764-1.576,3.109-1.801
|
||||
c1.024-0.171,2.294,0.685,3.57,0.593c1.071-0.076,2.19-1.12,3.434-1.128c1.095-0.007,2.237,1.014,3.461,1.068
|
||||
c0.758,0.033,1.521-0.917,2.156-0.857c0.776,0.073,1.332,1.154,1.941,1.258c0.81,0.139,1.718-0.667,2.273-0.488
|
||||
c0.881,0.283,1,1.466,1.389,1.785c1.118,0.917,2.016,1.775,0.984,1.936c-2.466,0.385-2.568-1.018-5.064-1.042
|
||||
c-2.494-0.024-2.504,0.976-4.998,0.952c-2.496-0.024-2.487-1.024-4.983-1.048c-2.498-0.024-2.464,0.69-4.949,0.949
|
||||
C367.848,172.489,367.742,172.567,365.276,172.17z"/>
|
||||
</g>
|
||||
<g style="opacity:0.6;">
|
||||
<path d="M365.276,172.17c0.025-0.751,1.146-1.519,2.803-2.125c0.895-0.327,1.764-1.576,3.109-1.801
|
||||
c1.024-0.171,2.294,0.685,3.57,0.593c1.071-0.076,2.19-1.12,3.434-1.128c1.095-0.007,2.237,1.014,3.461,1.068
|
||||
c0.758,0.033,1.521-0.917,2.156-0.857c0.776,0.073,1.332,1.154,1.941,1.258c0.81,0.139,1.718-0.667,2.273-0.488
|
||||
c0.881,0.283,1,1.466,1.389,1.785c1.118,0.917,2.016,1.775,0.984,1.936c-2.466,0.385-2.568-1.018-5.064-1.042
|
||||
c-2.494-0.024-2.504,0.976-4.998,0.952c-2.496-0.024-2.487-1.024-4.983-1.048c-2.498-0.024-2.464,0.69-4.949,0.949
|
||||
C367.848,172.489,367.742,172.567,365.276,172.17z"/>
|
||||
</g>
|
||||
</g>
|
||||
<path style="fill:#E58A7B;" d="M403.661,181.229c1.302,2.754,2.321,5.384,3.347,8.121c0.994,2.723,1.858,5.496,2.659,8.295
|
||||
c0.816,2.794,1.457,5.657,1.981,8.552c0.247,1.454,0.491,2.908,0.655,4.389c0.097,0.735,0.187,1.472,0.235,2.223l0.175,2.301
|
||||
c0.062,2.266-0.449,3.996-1.026,5.566c-0.593,1.562-1.297,2.96-2.043,4.297c-1.499,2.662-3.21,5.05-4.982,7.355
|
||||
c-3.605,4.57-7.433,8.763-11.657,12.698l-3.111-2.884c1.65-2.179,3.331-4.421,4.911-6.678c1.612-2.241,3.159-4.519,4.59-6.831
|
||||
c1.447-2.295,2.79-4.638,3.887-6.959c0.542-1.158,1.013-2.319,1.336-3.413c0.32-1.079,0.486-2.135,0.403-2.685l-0.248-1.891
|
||||
c-0.073-0.649-0.188-1.301-0.309-1.954c-0.211-1.303-0.5-2.607-0.79-3.91c-0.313-1.301-0.629-2.603-1.004-3.897
|
||||
c-0.343-1.301-0.718-2.597-1.116-3.89c-0.796-2.586-1.7-5.148-2.647-7.696c-0.923-2.531-1.99-5.12-3.007-7.483L403.661,181.229z"
|
||||
/>
|
||||
<g>
|
||||
<path style="fill:#407BFF;" d="M400.248,172.367c3.48,0.763,7.196,13.281,7.196,13.281l-13.704,8.743
|
||||
c0,0-4.298-10.038-2.635-14.362C392.837,175.527,396.135,171.466,400.248,172.367z"/>
|
||||
<path style="opacity:0.6;fill:#FFFFFF;" d="M400.248,172.367c3.48,0.763,7.196,13.281,7.196,13.281l-13.704,8.743
|
||||
c0,0-4.298-10.038-2.635-14.362C392.837,175.527,396.135,171.466,400.248,172.367z"/>
|
||||
</g>
|
||||
<path style="opacity:0.28;fill:#407BFF;" d="M398.39,176.63l-4.68,17.68c0.02,0.05,0.03,0.08,0.03,0.08l5.48-3.5L398.39,176.63z"
|
||||
/>
|
||||
<g>
|
||||
<path style="fill:#407BFF;" d="M356.195,172.61c0,0-3.99,1.406,4.003,50.555c13.499,0,27.451,0,34.019,0
|
||||
c-0.571-13.846-0.587-22.383,6.03-50.798c0,0-7.128-1.551-14.446-1.903c-5.725-0.276-10.415-0.459-15.448,0.001
|
||||
C363.719,171.07,356.195,172.61,356.195,172.61z"/>
|
||||
<path style="opacity:0.6;fill:#FFFFFF;" d="M356.195,172.61c0,0-3.99,1.406,4.003,50.555c13.499,0,27.451,0,34.019,0
|
||||
c-0.571-13.846-0.587-22.383,6.03-50.798c0,0-7.128-1.551-14.446-1.903c-5.725-0.276-10.415-0.459-15.448,0.001
|
||||
C363.719,171.07,356.195,172.61,356.195,172.61z"/>
|
||||
</g>
|
||||
<path style="fill:#E58A7B;" d="M391.502,241.024l-8.1-2.44l3.377,7.82c0,0,5.354,0.513,7.284-2.386L391.502,241.024z"/>
|
||||
<polygon style="fill:#E58A7B;" points="376.84,241.139 380.022,247.533 386.779,246.403 383.402,238.583 "/>
|
||||
<polygon style="fill:#E58A7B;" points="412.931,411.729 404.555,411.729 401.862,392.331 410.238,392.331 "/>
|
||||
<polygon style="fill:#E58A7B;" points="374.873,411.729 366.497,411.729 365.938,392.331 374.314,392.331 "/>
|
||||
<g>
|
||||
<polygon style="fill:#CF6F64;" points="365.939,392.336 366.226,402.335 374.606,402.335 374.319,392.336 "/>
|
||||
<polygon style="fill:#CF6F64;" points="410.241,392.336 401.861,392.336 403.253,402.335 411.633,402.335 "/>
|
||||
</g>
|
||||
<g>
|
||||
<g>
|
||||
<path style="fill:#407BFF;" d="M369.182,223.165c0,0,4.861,57.491,9.905,89.892c4.074,26.17,22.143,87.342,22.143,87.342
|
||||
h11.422c0,0-9.415-59.077-11.482-84.961c-5.233-65.498,3.945-77.089-6.953-92.272H369.182z"/>
|
||||
<path style="opacity:0.6;" d="M369.182,223.165c0,0,4.861,57.491,9.905,89.892c4.074,26.17,22.143,87.342,22.143,87.342h11.422
|
||||
c0,0-9.415-59.077-11.482-84.961c-5.233-65.498,3.945-77.089-6.953-92.272H369.182z"/>
|
||||
</g>
|
||||
<path style="opacity:0.4;" d="M379.56,245.78c0,0-4.68,14.58-4.61,35.61c0.81,7.11,1.67,14.17,2.55,20.71
|
||||
C380.18,295.95,385.109,278.222,379.56,245.78z"/>
|
||||
<g>
|
||||
<path style="fill:#407BFF;" d="M360.198,223.165c0,0-6.607,64.524-6.058,90.068c0.571,26.569,10.307,87.165,10.307,87.165
|
||||
h11.326c0,0-1.792-59.044-0.791-85.138c1.091-28.447,10.127-92.096,10.127-92.096H360.198z"/>
|
||||
<path style="opacity:0.6;" d="M360.198,223.165c0,0-6.607,64.524-6.058,90.068c0.571,26.569,10.307,87.165,10.307,87.165
|
||||
h11.326c0,0-1.792-59.044-0.791-85.138c1.091-28.447,10.127-92.096,10.127-92.096H360.198z"/>
|
||||
</g>
|
||||
</g>
|
||||
<path style="fill:#407BFF;" d="M401.168,412.222c-0.645,0-1.239-0.11-1.597-0.437c-0.28-0.256-0.391-0.61-0.328-1.054
|
||||
c0.047-0.335,0.241-0.488,0.395-0.558c0.975-0.438,3.518,1.2,3.806,1.389c0.065,0.044,0.1,0.122,0.086,0.2
|
||||
s-0.072,0.141-0.149,0.159C402.788,412.061,401.941,412.222,401.168,412.222z M400.054,410.49c-0.099,0-0.184,0.014-0.252,0.045
|
||||
c-0.065,0.029-0.143,0.084-0.166,0.251c-0.044,0.311,0.022,0.542,0.203,0.706c0.424,0.387,1.52,0.438,2.979,0.147
|
||||
C401.92,411.095,400.697,410.49,400.054,410.49z"/>
|
||||
<path style="fill:#407BFF;" d="M403.334,411.927c-0.034,0-0.067-0.009-0.098-0.025c-0.799-0.454-2.321-2.261-2.133-3.205
|
||||
c0.036-0.181,0.171-0.493,0.667-0.554c0.318-0.04,0.599,0.052,0.84,0.266c0.911,0.807,0.922,3.218,0.922,3.32
|
||||
c0,0.07-0.037,0.136-0.099,0.172C403.403,411.918,403.368,411.927,403.334,411.927z M401.909,408.531
|
||||
c-0.03,0-0.06,0.002-0.091,0.006c-0.253,0.03-0.307,0.143-0.326,0.237c-0.114,0.574,0.835,1.933,1.631,2.568
|
||||
c-0.046-0.803-0.232-2.157-0.775-2.638C402.216,408.589,402.071,408.531,401.909,408.531z"/>
|
||||
<path style="fill:#407BFF;" d="M363.064,412.223c-0.833,0-1.601-0.129-2.031-0.516c-0.273-0.245-0.394-0.57-0.357-0.966
|
||||
c0.021-0.236,0.138-0.419,0.336-0.527c1.031-0.563,4.365,1.143,4.742,1.339c0.074,0.039,0.116,0.12,0.105,0.204
|
||||
c-0.012,0.083-0.075,0.15-0.157,0.166C364.989,412.065,363.986,412.223,363.064,412.223z M361.572,410.489
|
||||
c-0.153,0-0.279,0.022-0.37,0.072c-0.082,0.045-0.122,0.111-0.132,0.215c-0.023,0.268,0.051,0.476,0.229,0.636
|
||||
c0.508,0.458,1.889,0.537,3.742,0.228C363.893,411.089,362.366,410.489,361.572,410.489z"/>
|
||||
<path style="fill:#407BFF;" d="M365.662,411.927c-0.027,0-0.056-0.006-0.082-0.018c-0.998-0.451-2.973-2.258-2.817-3.206
|
||||
c0.036-0.226,0.195-0.505,0.744-0.56c0.406-0.042,0.776,0.074,1.099,0.343c1.053,0.877,1.247,3.132,1.254,3.227
|
||||
c0.006,0.069-0.025,0.138-0.083,0.178C365.742,411.915,365.702,411.927,365.662,411.927z M363.666,408.531
|
||||
c-0.039,0-0.078,0.002-0.119,0.006c-0.361,0.037-0.385,0.182-0.393,0.229c-0.093,0.569,1.247,1.99,2.265,2.607
|
||||
c-0.098-0.656-0.377-2.009-1.067-2.584C364.144,408.616,363.918,408.531,363.666,408.531z"/>
|
||||
<path style="fill:#263238;" d="M365.367,143.297c-0.127,0.018-0.26-0.026-0.352-0.129c-1.168-1.305-2.585-1.119-2.645-1.111
|
||||
c-0.217,0.031-0.418-0.119-0.449-0.335c-0.032-0.216,0.115-0.417,0.331-0.451c0.092-0.014,1.898-0.261,3.354,1.367
|
||||
c0.147,0.163,0.132,0.414-0.031,0.56C365.515,143.254,365.443,143.286,365.367,143.297z"/>
|
||||
<path style="fill:#DF5753;" d="M363.633,148.273c0,0-0.722,3.042-1.772,4.61c1.001,0.697,2.448,0.105,2.448,0.105
|
||||
L363.633,148.273z"/>
|
||||
<path style="fill:#263238;" d="M364.067,147.038c0.096,0.669-0.181,1.262-0.618,1.325s-0.869-0.429-0.965-1.097
|
||||
c-0.096-0.669,0.181-1.262,0.618-1.324C363.539,145.878,363.971,146.369,364.067,147.038z"/>
|
||||
<path style="fill:#263238;" d="M363.3,145.95l-1.673-0.232C361.627,145.717,362.632,146.854,363.3,145.95z"/>
|
||||
<path style="fill:#263238;" d="M404.035,410.759h9.41c0.342,0,0.62,0.238,0.669,0.572l1.072,7.445
|
||||
c0.111,0.772-0.553,1.503-1.343,1.49c-3.281-0.056-4.862-0.249-9-0.249c-2.546,0-6.266,0.264-9.781,0.264
|
||||
c-3.439,0-3.703-3.477-2.239-3.791c6.564-1.412,7.601-3.359,9.813-5.216C403.034,410.939,403.534,410.759,404.035,410.759z"/>
|
||||
<path style="fill:#263238;" d="M366.21,410.759h9.41c0.342,0,0.62,0.238,0.668,0.572l1.072,7.445
|
||||
c0.111,0.772-0.553,1.503-1.343,1.49c-3.281-0.056-4.862-0.249-9-0.249c-2.546,0-7.812,0.264-11.328,0.264
|
||||
c-3.439,0-3.703-3.477-2.239-3.791c6.564-1.412,9.148-3.359,11.359-5.216C365.208,410.939,365.709,410.759,366.21,410.759z"/>
|
||||
<path style="opacity:0.28;fill:#407BFF;" d="M355.21,180.55v0.2c0.1,5.59,0.87,14.99,3.19,30.82l4.74-18.55L355.21,180.55z"/>
|
||||
<path style="fill:#E58A7B;" d="M361.944,183.42c-0.947,4.754-2.031,9.404-3.264,14.071c-1.215,4.668-2.541,9.305-4.201,13.965
|
||||
l-0.647,1.75l-0.714,1.767c-0.09,0.226-0.3,0.742-0.566,1.211c-0.253,0.468-0.594,0.963-1.01,1.434
|
||||
c-0.82,0.952-2.14,1.781-3.416,2.054c-1.286,0.307-2.406,0.204-3.336,0.021c-0.94-0.19-1.717-0.485-2.43-0.803
|
||||
c-1.416-0.643-2.562-1.42-3.639-2.211c-2.141-1.587-3.913-3.374-5.626-5.172c-0.857-0.898-1.658-1.838-2.438-2.792
|
||||
c-0.786-0.957-1.532-1.9-2.27-2.943l3.174-2.814c3.477,2.976,7.163,6.038,10.851,8.143c0.907,0.519,1.83,0.943,2.618,1.202
|
||||
c0.771,0.291,1.462,0.208,1.189,0.158c-0.118-0.011-0.396,0.131-0.444,0.182c-0.035,0.015-0.034,0.018-0.02-0.046
|
||||
c0.016-0.054,0.024-0.095,0.138-0.426l0.53-1.579l0.494-1.632c1.299-4.387,2.413-8.958,3.51-13.522l3.132-13.758L361.944,183.42z
|
||||
"/>
|
||||
<path style="fill:#E58A7B;" d="M328.662,206.151l-4.583-6.483l6.235-0.482c0,0,3.518,4.069,2.271,7.32L328.662,206.151z"/>
|
||||
<polygon style="fill:#E58A7B;" points="328.282,198.002 329.596,197.187 330.207,194.121 331.219,195.382 331.967,202.593 "/>
|
||||
<path style="fill:#E58A7B;" d="M386.224,141.516c0.674,8.286,1.136,11.778-2.407,16.589c-5.33,7.237-15.655,6.252-18.791-1.665
|
||||
c-2.823-7.126-3.451-19.479,4.12-23.901C376.604,128.182,385.549,133.23,386.224,141.516z"/>
|
||||
<path style="fill:#263238;" d="M367.714,131.608c-6.216,3.076-4.578,8.941-4.578,8.941s6.511-2.811,6.772,7.625
|
||||
c0.189,7.525-4.968,17.685-4.968,17.685s12.07,2.5,29.435-2.82C401.74,160.782,398.406,116.421,367.714,131.608z"/>
|
||||
<path style="fill:#263238;" d="M367.092,136.223c-1.178,2.839-0.876,8.461,3.775,7.855c4.651-0.606,3.292-5.288,3.292-5.288
|
||||
L367.092,136.223z"/>
|
||||
<path style="fill:#E58A7B;" d="M372.265,147.438c0.076,1.722-0.651,3.318-1.624,4.347c-1.464,1.548-3.288,0.503-3.796-1.451
|
||||
c-0.457-1.758-0.247-4.683,1.663-5.503C370.389,144.023,372.178,145.47,372.265,147.438z"/>
|
||||
<polygon style="fill:#407BFF;" points="413.504,400.773 400.446,400.773 399.056,396.222 413.953,396.57 "/>
|
||||
<g>
|
||||
<path style="fill:#407BFF;" d="M390.1,225.021h0.923c0.184,0,0.324-0.095,0.311-0.21l-0.433-3.956
|
||||
c-0.013-0.116-0.173-0.211-0.357-0.211h-0.923c-0.184,0-0.324,0.095-0.311,0.211l0.433,3.956
|
||||
C389.755,224.926,389.916,225.021,390.1,225.021z"/>
|
||||
<path style="fill:#407BFF;" d="M367.736,225.021h0.923c0.184,0,0.324-0.095,0.311-0.21l-0.433-3.956
|
||||
c-0.013-0.116-0.173-0.211-0.357-0.211h-0.923c-0.184,0-0.324,0.095-0.311,0.211l0.433,3.956
|
||||
C367.392,224.926,367.552,225.021,367.736,225.021z"/>
|
||||
</g>
|
||||
<polygon style="fill:#407BFF;" points="376.639,400.773 363.581,400.773 362.639,396.875 377.125,396.222 "/>
|
||||
<g>
|
||||
<path style="fill:#407BFF;" d="M394.727,221.169l1.534,3.045c0.119,0.236-0.161,0.477-0.554,0.477H360.03
|
||||
c-0.307,0-0.561-0.15-0.58-0.343l-0.307-3.045c-0.021-0.211,0.245-0.39,0.58-0.39h34.45
|
||||
C394.426,220.913,394.65,221.016,394.727,221.169z"/>
|
||||
<path style="opacity:0.1;" d="M394.727,221.169l1.534,3.045c0.119,0.236-0.161,0.477-0.554,0.477H360.03
|
||||
c-0.307,0-0.561-0.15-0.58-0.343l-0.307-3.045c-0.021-0.211,0.245-0.39,0.58-0.39h34.45
|
||||
C394.426,220.913,394.65,221.016,394.727,221.169z"/>
|
||||
</g>
|
||||
<g>
|
||||
<path style="opacity:0.6;" d="M390.1,225.021h0.923c0.184,0,0.324-0.095,0.311-0.21l-0.433-3.956
|
||||
c-0.013-0.116-0.173-0.211-0.357-0.211h-0.923c-0.184,0-0.324,0.095-0.311,0.211l0.433,3.956
|
||||
C389.755,224.926,389.916,225.021,390.1,225.021z"/>
|
||||
<path style="opacity:0.6;" d="M367.736,225.021h0.923c0.184,0,0.324-0.095,0.311-0.21l-0.433-3.956
|
||||
c-0.013-0.116-0.173-0.211-0.357-0.211h-0.923c-0.184,0-0.324,0.095-0.311,0.211l0.433,3.956
|
||||
C367.392,224.926,367.552,225.021,367.736,225.021z"/>
|
||||
</g>
|
||||
<g>
|
||||
<path style="fill:#407BFF;" d="M356.195,172.61c-3.452,0.879-5.867,15.086-5.867,15.086l13.318,9.057
|
||||
c0,0,5.317-16.919,2.661-20.715C363.541,172.085,361.233,171.327,356.195,172.61z"/>
|
||||
<path style="opacity:0.6;fill:#FFFFFF;" d="M356.195,172.61c-3.452,0.879-5.867,15.086-5.867,15.086l13.318,9.057
|
||||
c0,0,5.317-16.919,2.661-20.715C363.541,172.085,361.233,171.327,356.195,172.61z"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g id="Plant_1">
|
||||
<g>
|
||||
<g>
|
||||
<path style="fill:#407BFF;" d="M167.262,355.83c0.009-0.031-0.002-0.065,0.003-0.098c0.278-1.609,0.516-3.235,0.712-4.873
|
||||
c2.83,3.152,5.295,3.948,7.055,3.948c0.195,0,0.382-0.01,0.56-0.027c3.446-0.337,6.362-3.719,7.803-9.045
|
||||
c0.054-0.2,0.015-0.424-0.106-0.616s-0.314-0.333-0.529-0.387c-7.005-1.77-12.066,0.859-14.431,2.552
|
||||
c0.118-1.542,0.188-3.088,0.212-4.635c0.582,0.101,1.148,0.152,1.692,0.152c5.695,0,9.231-5.073,9.398-5.319
|
||||
c0.127-0.186,0.149-0.432,0.059-0.663c-0.089-0.231-0.28-0.419-0.513-0.508c-3.563-1.344-6.45-1.46-8.586-0.345
|
||||
c-1.319,0.69-2.307,1.852-2.934,3.397c-1.691-3.671-6.186-10.678-16.417-12.652c-0.218-0.045-0.434,0.01-0.588,0.143
|
||||
c-0.155,0.133-0.235,0.334-0.22,0.55c0.361,5.169,1.322,11.487,5.582,14.501c1.615,1.143,3.535,1.714,5.798,1.714
|
||||
c1.564,0,3.304-0.289,5.208-0.835c-0.074,3.706-0.429,7.412-0.997,11.04c-2.369-2.682-8.401-8.662-16.635-10.722
|
||||
c-0.411-0.106-0.792,0.134-0.846,0.535c-0.611,4.446,0.446,8.057,3.055,10.443c2.151,1.966,5.253,2.97,9.015,2.97
|
||||
c1.542,0,3.2-0.178,4.944-0.518c-0.564,3.044-1.258,6.017-2.033,8.872c-2.593-2.06-10.082-7.266-17.217-5.093
|
||||
c-0.197,0.059-0.348,0.203-0.416,0.396c-0.068,0.191-0.047,0.414,0.06,0.61c2.644,4.923,5.278,7.655,8.287,8.596
|
||||
c0.786,0.245,1.59,0.369,2.424,0.369c1.828,0,3.795-0.606,5.988-1.821c-1.127,3.771-2.364,7.293-3.582,10.438
|
||||
c-1.999-1.892-7.266-5.772-15.473-3.975c-0.362,0.08-0.571,0.423-0.49,0.802c0.662,3.067,3.208,5.989,6.335,7.271
|
||||
c0.867,0.356,2.1,0.711,3.568,0.711c1.373,0,2.952-0.326,4.624-1.238c-2.884,6.91-5.327,11.304-5.387,11.41
|
||||
c-0.192,0.342-0.046,0.809,0.324,1.045c0.142,0.089,0.295,0.133,0.442,0.133c0.239,0,0.459-0.114,0.578-0.325
|
||||
c0.067-0.12,3.119-5.616,6.449-14.01c0.047-0.073,0.079-0.151,0.094-0.237c0.369-0.936,0.741-1.905,1.113-2.909
|
||||
c2.406,2.785,5.332,4.319,8.276,4.319c0.317,0,0.634-0.017,0.95-0.053c3.398-0.384,6.236-2.845,6.899-5.985
|
||||
c0.072-0.343-0.12-0.72-0.459-0.896c-6.45-3.369-11.809-1.848-14.527-0.57c0.79-2.294,1.557-4.721,2.269-7.247
|
||||
c0.059-0.1,0.095-0.213,0.095-0.338l0-0.001c0.197-0.708,0.39-1.422,0.577-2.144c2.889,3.138,5.556,4.673,8.125,4.673
|
||||
c0.003,0,0.006,0,0.009,0c3.125-0.004,5.994-2.309,8.771-7.048c0.195-0.331,0.065-0.791-0.291-1.036
|
||||
c-5.807-3.988-12.753-1.272-15.855,0.329c0.433-1.873,0.823-3.783,1.16-5.72C167.247,355.849,167.258,355.842,167.262,355.83z"/>
|
||||
<path style="opacity:0.3;" d="M167.262,355.83c0.009-0.031-0.002-0.065,0.003-0.098c0.278-1.609,0.516-3.235,0.712-4.873
|
||||
c2.83,3.152,5.295,3.948,7.055,3.948c0.195,0,0.382-0.01,0.56-0.027c3.446-0.337,6.362-3.719,7.803-9.045
|
||||
c0.054-0.2,0.015-0.424-0.106-0.616s-0.314-0.333-0.529-0.387c-7.005-1.77-12.066,0.859-14.431,2.552
|
||||
c0.118-1.542,0.188-3.088,0.212-4.635c0.582,0.101,1.148,0.152,1.692,0.152c5.695,0,9.231-5.073,9.398-5.319
|
||||
c0.127-0.186,0.149-0.432,0.059-0.663c-0.089-0.231-0.28-0.419-0.513-0.508c-3.563-1.344-6.45-1.46-8.586-0.345
|
||||
c-1.319,0.69-2.307,1.852-2.934,3.397c-1.691-3.671-6.186-10.678-16.417-12.652c-0.218-0.045-0.434,0.01-0.588,0.143
|
||||
c-0.155,0.133-0.235,0.334-0.22,0.55c0.361,5.169,1.322,11.487,5.582,14.501c1.615,1.143,3.535,1.714,5.798,1.714
|
||||
c1.564,0,3.304-0.289,5.208-0.835c-0.074,3.706-0.429,7.412-0.997,11.04c-2.369-2.682-8.401-8.662-16.635-10.722
|
||||
c-0.411-0.106-0.792,0.134-0.846,0.535c-0.611,4.446,0.446,8.057,3.055,10.443c2.151,1.966,5.253,2.97,9.015,2.97
|
||||
c1.542,0,3.2-0.178,4.944-0.518c-0.564,3.044-1.258,6.017-2.033,8.872c-2.593-2.06-10.082-7.266-17.217-5.093
|
||||
c-0.197,0.059-0.348,0.203-0.416,0.396c-0.068,0.191-0.047,0.414,0.06,0.61c2.644,4.923,5.278,7.655,8.287,8.596
|
||||
c0.786,0.245,1.59,0.369,2.424,0.369c1.828,0,3.795-0.606,5.988-1.821c-1.127,3.771-2.364,7.293-3.582,10.438
|
||||
c-1.999-1.892-7.266-5.772-15.473-3.975c-0.362,0.08-0.571,0.423-0.49,0.802c0.662,3.067,3.208,5.989,6.335,7.271
|
||||
c0.867,0.356,2.1,0.711,3.568,0.711c1.373,0,2.952-0.326,4.624-1.238c-2.884,6.91-5.327,11.304-5.387,11.41
|
||||
c-0.192,0.342-0.046,0.809,0.324,1.045c0.142,0.089,0.295,0.133,0.442,0.133c0.239,0,0.459-0.114,0.578-0.325
|
||||
c0.067-0.12,3.119-5.616,6.449-14.01c0.047-0.073,0.079-0.151,0.094-0.237c0.369-0.936,0.741-1.905,1.113-2.909
|
||||
c2.406,2.785,5.332,4.319,8.276,4.319c0.317,0,0.634-0.017,0.95-0.053c3.398-0.384,6.236-2.845,6.899-5.985
|
||||
c0.072-0.343-0.12-0.72-0.459-0.896c-6.45-3.369-11.809-1.848-14.527-0.57c0.79-2.294,1.557-4.721,2.269-7.247
|
||||
c0.059-0.1,0.095-0.213,0.095-0.338l0-0.001c0.197-0.708,0.39-1.422,0.577-2.144c2.889,3.138,5.556,4.673,8.125,4.673
|
||||
c0.003,0,0.006,0,0.009,0c3.125-0.004,5.994-2.309,8.771-7.048c0.195-0.331,0.065-0.791-0.291-1.036
|
||||
c-5.807-3.988-12.753-1.272-15.855,0.329c0.433-1.873,0.823-3.783,1.16-5.72C167.247,355.849,167.258,355.842,167.262,355.83z"/>
|
||||
</g>
|
||||
<g>
|
||||
<path style="fill:#407BFF;" d="M130.951,376.104c1.125,0.338,2.243,0.521,3.33,0.521c2.324,0,4.51-0.767,6.342-2.28
|
||||
c2.824-2.332,4.27-6.013,3.597-9.16c-0.069-0.32-0.359-0.528-0.697-0.492c-7.713,0.806-11.994,5.888-13.685,8.446
|
||||
c-1.256-3.462-2.436-7.141-3.429-10.95c1.93,1.045,3.694,1.571,5.322,1.571c0.787,0,1.542-0.121,2.271-0.362
|
||||
c3.886-1.287,6.558-5.931,8.868-10.757c0.088-0.183,0.096-0.388,0.023-0.564c-0.073-0.176-0.22-0.307-0.405-0.359
|
||||
c-7.607-2.167-14.529,5.273-16.707,7.927c-0.751-3.203-1.357-6.479-1.759-9.776c1.726,0.318,3.364,0.486,4.885,0.486
|
||||
c3.96,0,7.167-1.068,9.304-3.152c2.535-2.472,3.409-6.17,2.528-10.694c-0.072-0.367-0.435-0.582-0.811-0.483
|
||||
c-8.119,2.166-13.848,8.203-16.191,11.065c-0.05-0.589-0.102-1.179-0.137-1.768c-0.009-0.158-0.078-0.287-0.168-0.397
|
||||
c-0.625-2.521-1.936-4.347-3.819-5.275c-2.225-1.1-5.151-0.94-8.692,0.471c-0.211,0.084-0.378,0.26-0.449,0.474
|
||||
c-0.071,0.214-0.038,0.441,0.089,0.611c0.183,0.245,4.01,5.263,9.72,5.263c0.594,0,1.209-0.059,1.841-0.178
|
||||
c0.116,1.632,0.285,3.263,0.503,4.888c-2.478-1.683-7.806-4.339-14.889-2.429c-0.196,0.053-0.367,0.185-0.469,0.364
|
||||
c-0.102,0.178-0.126,0.386-0.066,0.569c1.77,5.379,4.923,8.766,8.434,9.06c0.156,0.013,0.318,0.02,0.486,0.02
|
||||
c1.795,0,4.292-0.825,7.038-4.139c0.663,3.782,1.557,7.502,2.596,11.084c-3.216-1.578-10.496-4.303-16.202-0.155
|
||||
c-0.317,0.23-0.412,0.655-0.215,0.959c3.071,4.729,6.09,7.029,9.23,7.029c0.026,0,0.053-0.001,0.079-0.001
|
||||
c2.612-0.032,5.241-1.634,8.008-4.878c1.129,3.553,2.373,6.941,3.644,10.079c-3.164-2.075-6.865-1.745-11.418,0.984
|
||||
c-0.205,0.123-0.344,0.335-0.37,0.566c-0.026,0.23,0.063,0.449,0.239,0.584c0.229,0.176,4.12,3.108,8.469,3.108
|
||||
c1.556,0,3.172-0.382,4.699-1.394c4.312,9.872,8.405,16.488,8.488,16.62c0.132,0.21,0.358,0.323,0.598,0.323
|
||||
c0.154,0,0.312-0.046,0.454-0.142c0.366-0.244,0.487-0.723,0.271-1.068C141.633,398.167,135.95,388.978,130.951,376.104z"/>
|
||||
<path style="opacity:0.5;fill:#FFFFFF;" d="M130.951,376.104c1.125,0.338,2.243,0.521,3.33,0.521c2.324,0,4.51-0.767,6.342-2.28
|
||||
c2.824-2.332,4.27-6.013,3.597-9.16c-0.069-0.32-0.359-0.528-0.697-0.492c-7.713,0.806-11.994,5.888-13.685,8.446
|
||||
c-1.256-3.462-2.436-7.141-3.429-10.95c1.93,1.045,3.694,1.571,5.322,1.571c0.787,0,1.542-0.121,2.271-0.362
|
||||
c3.886-1.287,6.558-5.931,8.868-10.757c0.088-0.183,0.096-0.388,0.023-0.564c-0.073-0.176-0.22-0.307-0.405-0.359
|
||||
c-7.607-2.167-14.529,5.273-16.707,7.927c-0.751-3.203-1.357-6.479-1.759-9.776c1.726,0.318,3.364,0.486,4.885,0.486
|
||||
c3.96,0,7.167-1.068,9.304-3.152c2.535-2.472,3.409-6.17,2.528-10.694c-0.072-0.367-0.435-0.582-0.811-0.483
|
||||
c-8.119,2.166-13.848,8.203-16.191,11.065c-0.05-0.589-0.102-1.179-0.137-1.768c-0.009-0.158-0.078-0.287-0.168-0.397
|
||||
c-0.625-2.521-1.936-4.347-3.819-5.275c-2.225-1.1-5.151-0.94-8.692,0.471c-0.211,0.084-0.378,0.26-0.449,0.474
|
||||
c-0.071,0.214-0.038,0.441,0.089,0.611c0.183,0.245,4.01,5.263,9.72,5.263c0.594,0,1.209-0.059,1.841-0.178
|
||||
c0.116,1.632,0.285,3.263,0.503,4.888c-2.478-1.683-7.806-4.339-14.889-2.429c-0.196,0.053-0.367,0.185-0.469,0.364
|
||||
c-0.102,0.178-0.126,0.386-0.066,0.569c1.77,5.379,4.923,8.766,8.434,9.06c0.156,0.013,0.318,0.02,0.486,0.02
|
||||
c1.795,0,4.292-0.825,7.038-4.139c0.663,3.782,1.557,7.502,2.596,11.084c-3.216-1.578-10.496-4.303-16.202-0.155
|
||||
c-0.317,0.23-0.412,0.655-0.215,0.959c3.071,4.729,6.09,7.029,9.23,7.029c0.026,0,0.053-0.001,0.079-0.001
|
||||
c2.612-0.032,5.241-1.634,8.008-4.878c1.129,3.553,2.373,6.941,3.644,10.079c-3.164-2.075-6.865-1.745-11.418,0.984
|
||||
c-0.205,0.123-0.344,0.335-0.37,0.566c-0.026,0.23,0.063,0.449,0.239,0.584c0.229,0.176,4.12,3.108,8.469,3.108
|
||||
c1.556,0,3.172-0.382,4.699-1.394c4.312,9.872,8.405,16.488,8.488,16.62c0.132,0.21,0.358,0.323,0.598,0.323
|
||||
c0.154,0,0.312-0.046,0.454-0.142c0.366-0.244,0.487-0.723,0.271-1.068C141.633,398.167,135.95,388.978,130.951,376.104z"/>
|
||||
</g>
|
||||
<g>
|
||||
<polygon style="fill:#263238;" points="158.499,416.238 134.675,416.238 132.877,391.608 160.298,391.608 "/>
|
||||
<rect x="131.101" y="389.947" style="fill:#263238;" width="30.972" height="4.171"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g id="Mobile">
|
||||
<g>
|
||||
<g>
|
||||
<path style="fill:#407BFF;" d="M148.012,416.238H93.008c-3.842,0-6.985-3.143-6.985-6.985V277.552
|
||||
c0-3.842,3.143-6.985,6.985-6.985h55.005c3.842,0,6.985,3.143,6.985,6.985v131.701
|
||||
C154.998,413.095,151.854,416.238,148.012,416.238z"/>
|
||||
<path style="opacity:0.6;" d="M148.012,416.238H93.008c-3.842,0-6.985-3.143-6.985-6.985V277.552
|
||||
c0-3.842,3.143-6.985,6.985-6.985h55.005c3.842,0,6.985,3.143,6.985,6.985v131.701
|
||||
C154.998,413.095,151.854,416.238,148.012,416.238z"/>
|
||||
</g>
|
||||
<g>
|
||||
<path style="fill:#407BFF;" d="M144.664,416.238H89.659c-3.842,0-6.985-3.143-6.985-6.985V277.552
|
||||
c0-3.842,3.143-6.985,6.985-6.985h55.005c3.842,0,6.985,3.143,6.985,6.985v131.701
|
||||
C151.649,413.095,148.506,416.238,144.664,416.238z"/>
|
||||
<path style="opacity:0.3;" d="M144.664,416.238H89.659c-3.842,0-6.985-3.143-6.985-6.985V277.552
|
||||
c0-3.842,3.143-6.985,6.985-6.985h55.005c3.842,0,6.985,3.143,6.985,6.985v131.701
|
||||
C151.649,413.095,148.506,416.238,144.664,416.238z"/>
|
||||
</g>
|
||||
<rect x="82.674" y="278.595" style="fill:#FAFAFA;" width="68.975" height="125.184"/>
|
||||
<rect x="82.707" y="278.334" style="opacity:0.18;fill:#407BFF;" width="68.975" height="125.184"/>
|
||||
<polygon style="opacity:0.4;fill:#FFFFFF;" points="107.705,278.595 85.334,403.778 107.485,403.778 129.856,278.595 "/>
|
||||
<polygon style="opacity:0.4;fill:#FFFFFF;" points="135.26,278.595 112.89,403.778 123.965,403.778 146.336,278.595 "/>
|
||||
<g>
|
||||
<path style="fill:#407BFF;" d="M120.27,409.567c0,1.717-1.392,3.109-3.109,3.109c-1.717,0-3.109-1.392-3.109-3.109
|
||||
c0-1.717,1.392-3.109,3.109-3.109C118.879,406.458,120.27,407.85,120.27,409.567z"/>
|
||||
<path style="opacity:0.5;" d="M120.27,409.567c0,1.717-1.392,3.109-3.109,3.109c-1.717,0-3.109-1.392-3.109-3.109
|
||||
c0-1.717,1.392-3.109,3.109-3.109C118.879,406.458,120.27,407.85,120.27,409.567z"/>
|
||||
</g>
|
||||
<g>
|
||||
<circle style="fill:#407BFF;" cx="125.311" cy="274.261" r="1.099"/>
|
||||
<path style="fill:#407BFF;" d="M120.816,275.361h-11.804c-0.605,0-1.099-0.495-1.099-1.099l0,0c0-0.605,0.495-1.099,1.099-1.099
|
||||
h11.804c0.605,0,1.1,0.495,1.1,1.099l0,0C121.916,274.866,121.421,275.361,120.816,275.361z"/>
|
||||
<circle style="opacity:0.5;" cx="125.311" cy="274.261" r="1.099"/>
|
||||
<path style="opacity:0.5;" d="M120.816,275.361h-11.804c-0.605,0-1.099-0.495-1.099-1.099l0,0c0-0.605,0.495-1.099,1.099-1.099
|
||||
h11.804c0.605,0,1.1,0.495,1.1,1.099l0,0C121.916,274.866,121.421,275.361,120.816,275.361z"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 57 KiB |
|
After Width: | Height: | Size: 3.4 KiB |
|
After Width: | Height: | Size: 52 KiB |
@@ -0,0 +1,13 @@
|
||||
<svg width="62" height="61" viewBox="0 0 62 61" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<g clip-path="url(#clip0_1575_2348)">
|
||||
<path d="M33.6083 2.18441C33.7789 2.14574 33.9496 2.13192 34.1231 2.16231L60.5081 16.6586C61.1153 17.0343 61.1992 17.8355 60.7403 18.3632L28.4096 37.4678L27.822 37.349L1.12646 21.7918C0.815882 21.2559 0.927802 20.5817 1.479 20.2419L33.6083 2.18441ZM57.6654 17.7361L33.9972 4.54935L4.54839 21.0404L4.46166 21.3222L28.3984 34.9758L57.6626 17.7388L57.6654 17.7361Z" fill="black"/>
|
||||
<path d="M59.5819 24.2451C60.8969 23.9523 61.574 25.5077 60.5052 26.2647L28.4067 45.1869L27.8191 45.0681L1.12635 29.5137C0.538777 28.4998 1.53486 27.4333 2.60649 27.9141L28.3983 42.6977L59.5791 24.2479L59.5819 24.2451Z" fill="black"/>
|
||||
<path d="M59.5819 31.9672C60.8969 31.6743 61.574 33.2297 60.5052 33.9867L28.4067 52.909L27.8191 52.7902L1.12635 37.2358C0.538777 36.2218 1.53486 35.1554 2.60649 35.6361L28.3983 50.4197L59.5791 31.9699L59.5819 31.9672Z" fill="black"/>
|
||||
<path d="M59.5819 39.1393C60.8969 38.8464 61.574 40.4019 60.5052 41.1589L28.4067 60.0811L27.8191 59.9623L1.12635 44.4051C0.538777 43.3912 1.53486 42.3248 2.60649 42.8055L28.3983 57.5891L59.5791 39.1393H59.5819Z" fill="black"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip0_1575_2348">
|
||||
<rect width="60.0811" height="60.0811" fill="white" transform="translate(0.953125)"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.3 KiB |
@@ -0,0 +1,12 @@
|
||||
<svg width="54" height="61" viewBox="0 0 54 61" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<g clip-path="url(#clip0_1575_2254)">
|
||||
<path d="M32.8813 33.9677H46.1624C46.2816 33.9677 46.9972 34.1951 47.1737 34.2631C49.8213 35.2502 50.5274 38.4153 48.8458 40.5746C51.6842 42.3353 51.324 46.5532 48.1302 47.6668C49.3872 49.927 48.6597 52.7545 46.1147 53.6454C46.1719 54.2362 46.5798 54.6325 46.6704 55.2467C47.0211 57.6006 45.4635 59.6568 43.0687 59.9569C36.619 59.6685 29.821 60.3437 23.4119 59.9639C22.3075 59.8983 20.9765 59.6357 19.9318 59.2887C18.2168 58.719 16.3802 57.1294 14.6008 57.0309C13.754 56.984 13.8709 57.6897 13.4034 58.311C12.7474 59.1809 11.6621 59.8514 10.553 59.9592C9.10992 60.0999 6.0568 60.0929 4.61373 59.9452C2.61251 59.7412 1.12411 58.1 0.961914 56.1587V35.78C1.08356 34.1717 2.2261 32.6102 3.82898 32.1577C4.96197 31.8388 10.1928 31.8365 11.3258 32.1577C12.1273 32.3851 12.974 33.0299 13.4511 33.6957C13.7063 34.0497 13.9234 34.8633 14.2501 34.9102C14.5769 34.9571 16.0081 34.5655 16.3945 34.4413C19.5024 33.4331 24.6164 29.2458 25.7423 26.1862C26.6391 23.7525 25.8019 23.0984 25.7351 20.9203C25.6158 17.0706 30.0381 15.345 32.9481 17.6942C37.7329 21.558 35.3405 29.4169 32.8861 33.97L32.8813 33.9677ZM14.181 55.0404C17.2555 54.9912 19.2663 57.338 22.2526 57.8187C22.5866 57.8726 23.0851 57.9406 23.4143 57.964C29.6994 58.4025 36.4902 57.6381 42.8278 57.964C44.3591 57.7319 45.1844 56.1869 44.34 54.8364C43.3597 53.2703 40.7383 54.3605 39.3072 53.9291C38.3888 53.6524 38.3101 52.1613 39.3811 51.9972C41.0198 51.7463 44.1874 52.3981 45.5517 51.7416C47.3383 50.8835 46.9423 48.2694 45.0795 48.0209C43.2166 47.7723 41.1486 48.2389 39.3334 47.9318C38.3865 47.6434 38.3292 46.3633 39.2571 46.0233C41.5803 45.8803 44.1063 46.2015 46.4057 46.0233C49.5542 45.7795 49.4111 42.2533 46.7444 41.9344C44.4211 41.6578 41.6519 42.1361 39.2785 41.8969C38.1527 41.4585 38.4723 40.101 39.622 39.9416C41.6757 39.6579 44.2375 40.176 46.3436 39.8759C48.426 38.9991 48.0849 36.2466 45.8046 35.9512C41.0889 35.6347 35.7961 36.3732 31.1472 35.9582C30.3219 35.8832 30.0262 35.4447 30.1669 34.6335C32.2945 30.8612 34.9493 25.2929 33.0196 21.0071C32.285 19.3753 30.3935 17.8279 28.5998 19.0447C27.0995 20.0622 28.1466 22.0481 28.2325 23.4876C28.502 27.9141 24.7166 31.5598 21.3629 33.9419C19.2353 35.4518 16.8739 36.7999 14.1786 36.889V55.0357L14.181 55.0404ZM4.74253 33.9958C3.77412 34.1553 3.09433 34.9571 2.98699 35.8996L3.01561 56.2408C3.21359 57.0637 3.77412 57.753 4.64712 57.9148C5.57498 58.086 9.57981 58.093 10.522 57.9382C11.3163 57.807 12.1034 56.9582 12.1583 56.1517L12.1296 35.576C11.9293 34.7601 11.259 34.1201 10.4003 33.9982C9.36753 33.8505 5.74911 33.8294 4.74253 33.9958Z" fill="black"/>
|
||||
<path d="M30.7751 10.2409C31.2569 9.80718 32.0965 10.0369 32.6881 9.95489C37.7782 9.2398 39.0066 5.5284 39.5647 1.14412C39.6721 0.297738 40.2732 -0.293086 41.1438 0.152376C41.8426 0.508746 41.7091 2.19447 41.8498 2.97051C42.489 6.50373 44.6692 9.41799 48.4593 9.93848C49.4301 10.0721 50.9281 9.66651 50.7587 11.2045C50.6442 12.2361 49.0986 11.9782 48.3401 12.1095C43.2237 12.9958 42.3078 16.5126 41.6876 20.9062C41.4753 22.4044 39.777 22.4044 39.5647 20.9062C38.9326 16.4446 37.9714 12.9864 32.8121 12.0908C32.1466 11.9759 30.6845 12.2033 30.5056 11.3147C30.4388 10.9771 30.5127 10.4824 30.7775 10.2433L30.7751 10.2409ZM40.743 6.10516C40.433 6.05123 40.5594 6.1497 40.495 6.27162C39.4335 8.30668 38.3363 9.84704 36.2158 10.9654L38.0596 12.3135C39.0781 13.3287 40.1467 14.5314 40.5069 15.9405C40.817 15.9944 40.6906 15.8959 40.755 15.774C41.8116 13.7601 42.8611 12.1119 45.0341 11.0803C45.0341 10.8599 43.8629 10.2386 43.603 10.0299C42.4199 9.07569 41.1629 7.57284 40.7454 6.1075L40.743 6.10516Z" fill="black"/>
|
||||
<path d="M19.9815 19.2556C20.3966 19.6308 20.3656 20.4678 19.898 20.796C19.545 21.0445 18.6005 21.0164 18.09 21.1266C16.1246 21.5533 14.9534 23.1054 14.4811 24.9529C14.2474 25.8649 14.4263 28.0031 13.1716 28.0031C11.917 28.0031 12.1675 26.3197 12.0076 25.5109C11.657 23.7478 10.6481 21.8698 8.82095 21.2673C7.73328 20.9085 5.73683 21.3165 6.11608 19.6542C6.29975 18.8477 7.26339 19.0728 7.80007 18.9696C10.338 18.4796 11.5234 16.8783 12.0076 14.4423C12.1722 13.6147 11.9337 11.9735 13.1716 11.9735C14.4096 11.9735 14.1711 13.6147 14.3356 14.4423C14.8055 16.8126 15.9743 18.4327 18.443 18.9509C18.9487 19.0564 19.5522 18.8641 19.9839 19.2533L19.9815 19.2556ZM13.112 17.3448C12.6588 18.428 11.7787 19.2791 10.8508 19.9778C11.8287 20.7116 12.5563 21.565 13.1716 22.6107C13.7847 21.565 14.5145 20.7116 15.4925 19.9778C14.474 19.2978 13.7918 18.3249 13.1144 17.3448H13.112Z" fill="black"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip0_1575_2254">
|
||||
<rect width="52.8714" height="60.0811" fill="white" transform="translate(0.957031)"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 4.6 KiB |
@@ -0,0 +1,12 @@
|
||||
<svg width="50" height="61" viewBox="0 0 50 61" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<g clip-path="url(#clip0_1575_2313)">
|
||||
<path d="M4.6049 0.0127513L37.8855 0L49.6374 13.7619L49.6805 55.2324C49.5233 57.8943 47.7239 59.8707 45.1449 60.0811H4.70966C2.32477 59.8197 0.426725 57.9102 0.328125 55.3918V4.65424C0.516081 2.17729 2.21077 0.30922 4.6049 0.0127513ZM46.5992 15.869H39.7589C38.3877 15.869 35.8395 13.5738 35.8395 12.1329V3.38548L35.6084 3.14639H4.56176C4.13347 3.14639 3.22758 4.42472 3.40321 4.96984V55.073C3.39089 55.8318 3.76372 56.3992 4.37072 56.7754L44.9939 56.9029C45.5917 57.0623 46.5992 56.0485 46.5992 55.5448V15.869ZM44.6026 12.6876L38.9146 6.00907V11.6547C38.9146 12.0118 39.9222 12.6876 40.2211 12.6876H44.6026Z" fill="black"/>
|
||||
<path d="M32.1512 33.5998C32.2437 32.6275 32.5025 31.5596 33.6364 31.499C34.7703 31.4385 35.1493 32.6084 35.2325 33.5934C35.4482 36.2107 35.4358 39.8512 32.37 40.5015L17.5091 40.476C15.5618 39.934 14.8962 38.423 14.7761 36.4657C14.6929 35.0981 14.3601 31.3906 16.3722 31.4958C18.9512 31.6297 16.8744 37.0363 18.1131 37.4667L31.6213 37.5017L32.1512 37.2563C32.2313 36.0768 32.0403 34.7602 32.1512 33.5998Z" fill="black"/>
|
||||
<path d="M26.4634 24.7726V33.4403C26.4634 33.5615 25.844 34.3234 25.693 34.3903C24.972 34.7027 23.5454 34.2245 23.5454 33.4403V24.7726C22.6734 25.289 21.4656 27.3133 20.5381 27.4663C18.9359 27.7309 18.2333 26.2231 19.1608 24.9288C19.7894 24.0521 23.1572 20.5678 24.0014 19.9207C24.7471 19.3469 25.2586 19.3469 26.0073 19.9207C26.8547 20.571 30.2225 24.0521 30.848 24.9288C31.7754 26.2231 31.0729 27.7309 29.4707 27.4663C28.5432 27.3133 27.3353 25.289 26.4634 24.7726Z" fill="black"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip0_1575_2313">
|
||||
<rect width="49.3524" height="60.0811" fill="white" transform="translate(0.328125)"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.8 KiB |
@@ -0,0 +1,16 @@
|
||||
<svg width="57" height="61" viewBox="0 0 57 61" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<g clip-path="url(#clip0_1575_2283)">
|
||||
<path d="M24.2812 0.040115C25.8265 0.207987 27.4351 1.15093 28.3903 2.45462C28.8154 3.03503 29.0037 3.6708 29.3788 4.25836C30.3323 4.50302 34.6565 3.64044 34.6565 5.24952V7.71225C37.0136 7.89976 39.7641 7.2247 41.9512 8.31766C43.6048 9.14452 44.8667 11.0876 45.0284 13.0377L45.0184 54.0165C44.6017 56.7685 42.3563 58.4973 39.8474 58.6723L7.00955 58.6651C4.52575 58.3758 2.30366 56.581 2.03027 53.804V13.261C2.18197 10.2875 4.47074 7.93905 7.21792 7.70867C8.88657 7.56938 10.7219 7.82118 12.4089 7.71225V5.24952C12.4089 4.83341 13.0607 4.34587 13.4324 4.28336C14.1476 4.16549 17.3582 4.43695 17.6549 4.22264C18.1567 2.79037 19.2202 1.4331 20.4988 0.740179C20.9255 0.508015 22.0157 0.0972631 22.4641 0.0383291C22.9126 -0.0206049 23.8377 -0.00988962 24.2828 0.0383291L24.2812 0.040115ZM31.9826 7.02468H28.0785C28.0269 7.02468 27.5951 6.77645 27.5151 6.71215C26.945 6.2514 26.935 5.30667 26.5849 4.61732C25.298 2.08316 21.8724 2.01351 20.4104 4.42623C20.0404 5.037 19.9453 5.95316 19.6253 6.44784C19.5269 6.59786 18.9935 7.02468 18.8818 7.02468H15.0844V12.6359H31.9826V7.02468ZM12.4089 10.4607H7.54299C6.01936 10.4607 4.68911 11.8983 4.60409 13.4967L4.59743 53.3486C4.75079 55.1452 6.12938 55.8024 7.64467 55.9256H39.5257C41.0193 55.7649 42.3179 55.113 42.4679 53.3486L42.4613 13.4967C42.3763 11.8983 41.046 10.4607 39.5224 10.4607H34.6565V14.0682C34.6565 14.5254 33.8396 15.4665 33.3195 15.3844L13.3691 15.3308C12.9507 15.2433 12.4089 14.4879 12.4089 14.0682V10.4607Z" fill="black"/>
|
||||
<path d="M21.3221 23.4378C21.4571 23.3002 21.6705 23.2199 21.8405 23.1324L37.2784 23.052C39.0488 23.452 38.9204 25.7165 37.0601 25.9165C32.4492 26.4095 27.0982 25.5522 22.4089 25.9165C21.1754 25.9666 20.4102 24.37 21.3204 23.4378H21.3221Z" fill="black"/>
|
||||
<path d="M22.0072 45.4112L37.2784 45.3809C38.8871 45.588 39.0421 48.0329 37.0601 48.2454C32.4492 48.7383 27.0982 47.8811 22.4089 48.2454C20.6853 48.1722 20.3769 45.9648 22.0055 45.4112H22.0072Z" fill="black"/>
|
||||
<path d="M38.149 36.6426C38.014 36.7801 37.8006 36.8605 37.6306 36.948L22.0859 37.0284C20.7907 36.8623 20.5273 35.021 21.6342 34.3638L37.3855 34.2745C38.4641 34.3585 38.8991 35.8765 38.149 36.6426Z" fill="black"/>
|
||||
<path d="M8.9164 33.3996C10.0449 32.1941 11.5169 34.2461 12.2554 35.0765C12.3421 35.1729 12.4037 35.2854 12.4121 35.4212H12.5671L17.0379 30.9297C18.0365 30.4439 19.1483 31.4744 18.8866 32.562C18.7716 33.037 17.7631 34.0014 17.3863 34.3943C16.0928 35.7533 14.6692 36.982 13.4256 38.3982C12.8071 38.884 12.2237 38.8822 11.6086 38.3982C11.3085 38.1625 9.03809 35.6266 8.83472 35.2997C8.48299 34.7354 8.42964 33.921 8.9164 33.3996Z" fill="black"/>
|
||||
<path d="M17.4114 19.6429C18.47 19.4857 19.2534 20.6983 18.7217 21.7413C18.5016 22.1717 16.8346 23.7772 16.3679 24.2594C15.7244 24.9237 13.7441 27.0828 13.1256 27.4293C12.5922 27.7275 12.2621 27.6918 11.7753 27.3418C11.2886 26.9917 9.4299 24.9612 9.03983 24.4308C7.72125 22.6413 9.49658 21.0341 10.8585 22.3699C11.1102 22.6163 12.2888 24.2433 12.5555 24.1933L16.7413 19.9643C16.923 19.825 17.1947 19.6768 17.4131 19.6446L17.4114 19.6429Z" fill="black"/>
|
||||
<path d="M17.4113 41.9718C18.6716 41.7843 19.4034 43.3791 18.4515 44.4667C17.268 45.8186 15.5377 47.5098 14.2291 48.7635C13.5006 49.4618 12.7855 50.3994 11.7753 49.6707C11.2985 49.3278 9.42983 47.2902 9.03975 46.7597C7.74951 45.0078 9.43983 43.3916 10.7951 44.6506C11.0718 44.9078 12.297 46.5687 12.5554 46.5204L16.7412 42.2915C16.9229 42.1522 17.1946 42.004 17.413 41.9718H17.4113Z" fill="black"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip0_1575_2283">
|
||||
<rect width="42.9982" height="58.6714" fill="white" transform="translate(2.03027)"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 3.7 KiB |
@@ -0,0 +1,13 @@
|
||||
<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<g clip-path="url(#clip0_680_65650)">
|
||||
<path d="M26.7215 0.0319745C26.8609 -1.33566e-05 27.0003 -0.0114376 27.142 0.0136957L48.7269 12.0228C49.2227 12.3336 49.2912 12.9985 48.9165 13.4349L22.4649 29.2643L21.9851 29.166L0.148807 16.2772C-0.104811 15.834 -0.0134168 15.2742 0.438982 14.9931L26.7215 0.0319745ZM46.4032 12.9185L27.0369 1.99237L2.94774 15.6535L2.87691 15.8865L22.4603 27.1988L46.4009 12.9162L46.4032 12.9185Z" fill="#738AF2"/>
|
||||
<path d="M47.9703 18.3112C49.0464 18.069 49.6017 19.3554 48.7266 19.986L22.4669 35.6623L21.987 35.5641L0.148495 22.6753C-0.331322 21.8345 0.482083 20.9525 1.35946 21.3501L22.46 33.5991L47.9703 18.3135V18.3112Z" fill="#738AF2"/>
|
||||
<path d="M47.9703 24.7077C49.0464 24.4655 49.6017 25.7519 48.7266 26.3825L22.4669 42.0588L21.987 41.9606L0.148495 29.0718C-0.331322 28.2309 0.482083 27.349 1.35946 27.7465L22.46 39.9956L47.9703 24.71V24.7077Z" fill="#738AF2"/>
|
||||
<path d="M47.9703 30.6491C49.0464 30.4069 49.6017 31.6933 48.7266 32.3239L22.4669 48.0002L21.987 47.902L0.148495 35.0132C-0.331322 34.1723 0.482083 33.2904 1.35946 33.688L22.46 45.937L47.9703 30.6514V30.6491Z" fill="#738AF2"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip0_680_65650">
|
||||
<rect width="48" height="48" fill="white"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.3 KiB |
|
After Width: | Height: | Size: 1.0 KiB |
|
After Width: | Height: | Size: 884 KiB |
|
After Width: | Height: | Size: 15 KiB |
|
After Width: | Height: | Size: 12 KiB |
|
After Width: | Height: | Size: 5.7 KiB |
|
After Width: | Height: | Size: 8.8 KiB |
|
After Width: | Height: | Size: 5.0 KiB |
|
After Width: | Height: | Size: 9.7 KiB |
|
After Width: | Height: | Size: 14 KiB |
|
After Width: | Height: | Size: 8.6 KiB |
|
After Width: | Height: | Size: 7.8 KiB |
|
After Width: | Height: | Size: 6.3 KiB |
|
After Width: | Height: | Size: 6.3 KiB |
|
After Width: | Height: | Size: 8.5 KiB |
|
After Width: | Height: | Size: 11 KiB |
|
After Width: | Height: | Size: 196 KiB |
|
After Width: | Height: | Size: 274 KiB |
@@ -0,0 +1 @@
|
||||
!function(t){var n="https://",e="aHR0cHM6Ly9waXBzLnRhYm9vbGEuY29t",r=["YXJjaGl0ZWN0dXJl","cGxhdGZvcm1WZXJzaW9u","dWFGdWxsVmVyc2lvbg=="],a=["YnJhbmRz","bW9iaWxl","bW9kZWw=","cGxhdGZvcm0=","cGxhdGZvcm1WZXJzaW9u","dWFGdWxsVmVyc2lvbg=="],s="dc";function o(){return"currentScript"in t.document&&t.document.currentScript&&"src"in t.document.currentScript&&"URL"in t&&"parse"in t.URL}function i(){var n=null;if(o()){var e=t.URL.parse(t.document.currentScript.src);e&&(n=e.searchParams)}return n||{get:function t(){return null}}}function c(){return{get:function t(){return null}}}function u(t){return t?"&dc=".concat(t):""}try{t.TRC.cdsPips={userId:null,getHttpsPrefix:function t(){return n},doNothing:function t(){return!0},safeGetTfaConfig:function n(e,r,a){return t._tfa&&t._tfa.config&&t._tfa.config.safeGet&&t._tfa.config.safeGet(e,r,a)},safeGetRboxConfig:function t(n){var e;return(TRCImpl?TRCImpl.global:{})[n]},prepareGenericRequest:function n(e,r){var a,s=new(t.XDomainRequest||t.XMLHttpRequest);return s.open(e,r),s.onload=this.doNothing,s.onerror=this.doNothing,s.onprogress=this.doNothing,s},tryToReadUserIdFromLocalStorage:function t(){try{return window.localStorage["taboola global:user-id"]}catch(t){return null}},getUserId:function n(){var e=t.TFASC&&t.TFASC.tfaUserId&&"function"==typeof t.TFASC.tfaUserId.getUserId?t.TFASC.tfaUserId.getUserId():null,r=t.TRC.pageManager&&"function"==typeof t.TRC.pageManager.getUserId?t.TRC.pageManager.getUserId():null,a=TRC.cdsPips.tryToReadUserIdFromLocalStorage();return e||r||a},sendFinalReq:function n(e,r){var a="".concat(this.getHttpsPrefix(),"cds.taboola.com?uid=").concat(this.userId),s;(null!==e[0]&&(a+="&uad=".concat(e[0])),e[1]&&(e[1].platform&&(a+="&ptf=".concat(t.btoa(e[1].platform)),e[1].platformVersion&&(a+="&ptfv=".concat(t.btoa(e[1].platformVersion)))),e[1].model&&(a+="&mdl=".concat(t.btoa(e[1].model))),e[1].uaFullVersion&&(a+="&ufv=".concat(t.btoa(e[1].uaFullVersion))),e[1].brands&&(a+=this.parseFullVersionList(e[1].brands)),"mobile"in e[1]&&(a+="&mbl=".concat(t.btoa(e[1].mobile)))),(a+=u(r))!=="".concat(this.getHttpsPrefix(),"cds.taboola.com?uid=").concat(this.userId))&&this.prepareGenericRequest("GET",a).send()},parseFullVersionList:function n(e){for(var r="",a=0;a<e.length;a++)r+="&bnd=".concat(t.btoa(e[a].brand),"&bndv=").concat(t.btoa(e[a].version));return r},sendSimpleReq:function t(n){var e="".concat(this.getHttpsPrefix(),"cds.taboola.com?uid=").concat(this.userId).concat(u(n)),r;this.prepareGenericRequest("GET",e).send()},fetchUserAgentData:function n(){return new Promise(function(n){try{navigator&&navigator.userAgentData&&navigator.userAgentData.getHighEntropyValues?navigator.userAgentData.getHighEntropyValues(r.map(function(n){return t.atob(n)})).then(function(e){var r={};a.forEach(function(n){var a=t.atob(n);a in e&&(r[a]=e[a])}),Object.keys(r).length>0?n(r):n(null)}):n(null)}catch(t){n(null)}})},sendUadRequest:function n(){var r=this;return new Promise(function(n,a){if(r.safeGetTfaConfig("cds:send-uad-req",!1)||r.safeGetRboxConfig("cds:send-uad")){var s=r.prepareGenericRequest("GET",t.atob(e));s.onreadystatechange=function(){if(4===this.readyState)if(200===this.status){var t=s.responseText;t?n("NULL"!==t?t:null):(__trcWarn("cds: error in pips - status ".concat(this.status,", return null")),n(null))}else __trcWarn("cds: error in pips - status ".concat(this.status,", return null")),n(null)},s.timeout=3e4,s.responseType="text",s.ontimeout=function(){__trcWarn("cds: error in pips - timeout"),n(null)},s.send()}else n(null)})},init:function n(){var e=this,r,a=i().get(s);t.TRC.cdsPips.cdsInitialized||(t.Promise?(t.__trcWarn=t.__trcWarn||function t(){},this.userId=this.getUserId(),this.userId&&Promise.all([this.sendUadRequest(),this.fetchUserAgentData()]).then(function(t){return e.sendFinalReq(t,a)},function(){return e.sendSimpleReq(a)}),t.TRC.cdsPips.cdsInitialized=!0):t.TRC.cdsPips.cdsInitialized=!0)}},window._trcIsUTactive&&(t.TRC.cdsPips.unitestsHelpers={parseQueryParams:i}),t.TRC.cdsPips.init()}catch(t){__trcError("Error running cds",t)}}(window);
|
||||
@@ -0,0 +1,7 @@
|
||||
(function() {
|
||||
window._POSTHOG_REMOTE_CONFIG = window._POSTHOG_REMOTE_CONFIG || {};
|
||||
window._POSTHOG_REMOTE_CONFIG['phc_TSuyxD3VRJmVtb0qkIYOB2xLm8OIk9EZfpPVoQ5PXcm'] = {
|
||||
config: {"token": "phc_TSuyxD3VRJmVtb0qkIYOB2xLm8OIk9EZfpPVoQ5PXcm", "supportedCompression": ["gzip", "gzip-js"], "hasFeatureFlags": false, "captureDeadClicks": true, "capturePerformance": {"network_timing": true, "web_vitals": true, "web_vitals_allowed_metrics": null}, "autocapture_opt_out": false, "autocaptureExceptions": false, "analytics": {"endpoint": "/i/v0/e/"}, "elementsChainAsString": true, "errorTracking": {"autocaptureExceptions": false, "suppressionRules": []}, "sessionRecording": {"endpoint": "/s/", "consoleLogRecordingEnabled": true, "recorderVersion": "v2", "sampleRate": null, "minimumDurationMilliseconds": null, "linkedFlag": null, "networkPayloadCapture": null, "masking": null, "urlTriggers": [], "urlBlocklist": [], "eventTriggers": [], "triggerMatchType": null, "scriptConfig": null}, "heatmaps": true, "surveys": false, "defaultIdentifiedOnly": true},
|
||||
siteApps: []
|
||||
}
|
||||
})();
|
||||
BIN
_planeacion/theme_referencias/_old/Estimating_files/correct.png
Normal file
|
After Width: | Height: | Size: 1.0 KiB |
@@ -0,0 +1,222 @@
|
||||
function _createForOfIteratorHelper(t, r) {
|
||||
var n = "undefined" != typeof Symbol && t[Symbol.iterator] || t["@@iterator"];
|
||||
if (!n) {
|
||||
if (Array.isArray(t) || (n = _unsupportedIterableToArray(t)) || r && t && "number" == typeof t.length) {
|
||||
n && (t = n);
|
||||
var e = 0, o = function t() {
|
||||
};
|
||||
return {
|
||||
s: o, n: function r() {
|
||||
return e >= t.length ? {done: !0} : {done: !1, value: t[e++]}
|
||||
}, e: function t(r) {
|
||||
throw r
|
||||
}, f: o
|
||||
}
|
||||
}
|
||||
throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")
|
||||
}
|
||||
var a = !0, u = !1, c;
|
||||
return {
|
||||
s: function r() {
|
||||
n = n.call(t)
|
||||
}, n: function t() {
|
||||
var r = n.next();
|
||||
return a = r.done, r
|
||||
}, e: function t(r) {
|
||||
u = !0, c = r
|
||||
}, f: function t() {
|
||||
try {
|
||||
a || null == n.return || n.return()
|
||||
} finally {
|
||||
if (u) throw c
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
function _unsupportedIterableToArray(t, r) {
|
||||
if (t) {
|
||||
if ("string" == typeof t) return _arrayLikeToArray(t, r);
|
||||
var n = Object.prototype.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) ? _arrayLikeToArray(t, r) : void 0
|
||||
}
|
||||
}
|
||||
|
||||
function _arrayLikeToArray(t, r) {
|
||||
(null == r || r > t.length) && (r = t.length);
|
||||
for (var n = 0, e = new Array(r); n < r; n++) e[n] = t[n];
|
||||
return e
|
||||
}
|
||||
|
||||
!function (t, r) {
|
||||
try {
|
||||
var n = function r(n) {
|
||||
if (!n || "string" != typeof n) return !1;
|
||||
var o = e(n);
|
||||
if (!V.includes(t.btoa(o))) return !1;
|
||||
try {
|
||||
if (!I.test(n)) return !1
|
||||
} catch (t) {
|
||||
return !1
|
||||
}
|
||||
var u = w("eid:rbox:common-eid-keywords");
|
||||
if (a(u, n)) return !1;
|
||||
var c = L("eid:tfa:common-eid-keywords", "");
|
||||
return !a(c, n)
|
||||
}, e = function t(r) {
|
||||
return r.slice(r.indexOf("@") + 1)
|
||||
}, o = function t() {
|
||||
if (null !== _) return _;
|
||||
try {
|
||||
(_ = window.localStorage).setItem("~~~", "!"), _.removeItem("~~~")
|
||||
} catch (t) {
|
||||
_ = null
|
||||
}
|
||||
return _
|
||||
}, a = function t(r, n) {
|
||||
if (!n || !r || "string" != typeof r) return !1;
|
||||
try {
|
||||
var e;
|
||||
return r.split(",").some(function (t) {
|
||||
return n.includes(t)
|
||||
})
|
||||
} catch (t) {
|
||||
return !1
|
||||
}
|
||||
}, u = function r() {
|
||||
return t._trcIsUTactive ? U : null
|
||||
}, c = function r() {
|
||||
t._trcIsUTactive && (U = [])
|
||||
}, i = function t() {
|
||||
if (!o()) return [];
|
||||
try {
|
||||
return Object.keys(_)
|
||||
} catch (t) {
|
||||
return []
|
||||
}
|
||||
}, l = function t(r) {
|
||||
if (r && "string" == typeof r) try {
|
||||
return r.length > 1e4 ? null : r.match(Q)
|
||||
} catch (t) {
|
||||
return null
|
||||
}
|
||||
return null
|
||||
}, f = function t() {
|
||||
try {
|
||||
var r, n = _createForOfIteratorHelper(i()), e;
|
||||
try {
|
||||
for (n.s(); !(e = n.n()).done;) {
|
||||
var o = e.value;
|
||||
try {
|
||||
var a = _[o];
|
||||
if ("string" == typeof a) {
|
||||
var u = l(a);
|
||||
u && u.forEach(function (t) {
|
||||
b(t.toLowerCase())
|
||||
})
|
||||
}
|
||||
} catch (t) {
|
||||
continue
|
||||
}
|
||||
}
|
||||
} catch (t) {
|
||||
n.e(t)
|
||||
} finally {
|
||||
n.f()
|
||||
}
|
||||
} catch (t) {
|
||||
}
|
||||
}, d = function t(r) {
|
||||
return !U.includes(r) && (U.push(r), !0)
|
||||
}, b = function t(r) {
|
||||
if (n(r)) {
|
||||
g(r, function (t) {
|
||||
if (d(t)) {
|
||||
var n = m(r);
|
||||
p(t, n)
|
||||
}
|
||||
});
|
||||
try {
|
||||
var e = r.replace(T, "");
|
||||
r !== e && g(e, function (t) {
|
||||
if (d(t)) {
|
||||
var r = m(e);
|
||||
p(t, r)
|
||||
}
|
||||
})
|
||||
} catch (t) {
|
||||
}
|
||||
}
|
||||
}, m = function r(n) {
|
||||
var e;
|
||||
if ((L("eid:send-eid-encoded", !0) || w("eid:send-eid-encoded")) && s() && t.btoa) try {
|
||||
return t.btoa(n)
|
||||
} catch (t) {
|
||||
return null
|
||||
}
|
||||
return null
|
||||
}, s = function t() {
|
||||
return 4444 === Math.floor(1e5 * Math.random())
|
||||
}, y = function t() {
|
||||
try {
|
||||
return _ && _["taboola global:user-id"]
|
||||
} catch (t) {
|
||||
return null
|
||||
}
|
||||
}, v = function r() {
|
||||
var n = t.TFASC && t.TFASC.tfaUserId && "function" == typeof t.TFASC.tfaUserId.getUserId ? t.TFASC.tfaUserId.getUserId() : null,
|
||||
e = t.TRC.pageManager && "function" == typeof t.TRC.pageManager.getUserId ? t.TRC.pageManager.getUserId() : null,
|
||||
o = y();
|
||||
return n || e || o
|
||||
}, p = function t(r, n) {
|
||||
var e = v();
|
||||
if (r && e) {
|
||||
var o = [];
|
||||
W("uils", e, o), W(Y, Z(r), o), n && W(A, n, o);
|
||||
var a = new Image, u;
|
||||
return (L("tfa:add-referrer-policy-when-firing-pixel", !0) || w("rbox:add-referrer-policy-when-firing-pixel")) && (a.referrerPolicy = "no-referrer-when-downgrade"), a.src = "".concat(C(), "//trc.taboola.com/sg/tfa-eid/1/um/?").concat(o.join("&")), a
|
||||
}
|
||||
}, Z = function t(r) {
|
||||
try {
|
||||
for (var n = r.slice(0, j) + S + r.slice(j), e = "", o = 0; o < n.length; o++) e += String.fromCharCode(n.charCodeAt(o) + N);
|
||||
return e
|
||||
} catch (t) {
|
||||
return r
|
||||
}
|
||||
}, h = function t(r) {
|
||||
return Array.from(new Uint8Array(r), function (t) {
|
||||
return t.toString(16).padStart(2, "0")
|
||||
}).join("")
|
||||
}, g = function t(r, n) {
|
||||
try {
|
||||
var e = (new TextEncoder).encode(r), o = R.subtle.digest("SHA-256", e);
|
||||
o instanceof Promise ? o.then(h).then(n).catch(function () {
|
||||
}) : o instanceof CryptoOperation && n(h(o.result))
|
||||
} catch (t) {
|
||||
}
|
||||
}, W = function t(r, n, e) {
|
||||
if (e && n && r) {
|
||||
var o = encodeURIComponent(r), a = encodeURIComponent(n);
|
||||
e.push("".concat(o, "=").concat(a))
|
||||
}
|
||||
}, L = function r(n, e) {
|
||||
return t._tfa && t._tfa.config && "function" == typeof t._tfa.config.safeGet ? t._tfa.config.safeGet(n, e) : null
|
||||
}, w = function t(r) {
|
||||
var n;
|
||||
return (TRCImpl ? TRCImpl.global : {})[r]
|
||||
}, C = function t() {
|
||||
return G
|
||||
}, F = function n() {
|
||||
X || "function" != typeof TextEncoder ? X = !0 : ("complete" === r.readyState ? f() : t.addEventListener("load", function () {
|
||||
return f()
|
||||
}), X = !0)
|
||||
}, Y = "eflp", A = "deit", G = "https:", Q = /[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,}/gi,
|
||||
I = /^(([^<>()\[\]\\.,;:\s@"]+(\.[^<>()\[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/,
|
||||
S = "RUl2QU54VNERVSF", j = 17, N = 5, T = /\+(.*?)(?=@)/,
|
||||
V = ["Z21haWwuY29t", "b3V0bG9vay5jb20=", "aG90bWFpbC5jb20=", "bGl2ZS5jb20=", "bXNuLmNvbQ==", "aWNsb3VkLmNvbQ==", "bWUuY29t", "bWFjLmNvbQ==", "eWFob28uY29t", "eW1haWwuY29t", "cm9ja2V0bWFpbC5jb20=", "YW9sLmNvbQ==", "em9oby5jb20=", "Y29tY2FzdC5uZXQ=", "dmVyaXpvbi5uZXQ=", "YmVsbC5uZXQ=", "YXR0Lm5ldA==", "c2JjZ2xvYmFsLm5ldA==", "cm9nZXJzLmNvbQ==", "aHVzaG1haWwuY29t", "MTYzLmNvbQ==", "MTI2LmNvbQ==", "c2luYS5jb20=", "YWxpeXVuLmNvbQ==", "bWFpbC5ydQ==", "eWFuZGV4LnJ1", "eWFuZGV4LmNvbQ==", "Z214LmNvbQ==", "Z214LmRl", "Z214Lm5ldA==", "d2ViLmRl", "b3JhbmdlLmZy", "bGFwb3N0ZS5uZXQ=", "bGliZXJvLml0", "dmlyZ2lsaW8uaXQ=", "c2V6bmFtLmN6", "d3AucGw=", "b25ldC5wbA==", "bWFpbGJveC5vcmc=", "dHV0YW5vdGEuY29t", "cG9zdGVvLmRl", "dGVsZW5ldC5iZQ==", "Y2VudHJ1bS5jeg==", "ZW1haWwuY3o=", "dC1vbmxpbmUuZGU=", "ZnJlZW5ldC5kZQ==", "MWFuZDEuY29t", "aW9ub3MuY29t", "bWFpbC5kZQ==", "ZnJlZS5mcg==", "c2ZyLmZy", "dGltLml0", "dGFsa3RhbGsubmV0", "YnRpbnRlcm5ldC5jb20=", "c2t5LmNvbQ==", "d2FsbGEuY28uaWw=", "eWFob28uY28uanA=", "bmF2ZXIuY29t", "ZGF1bS5uZXQ=", "ZG9jb21vLm5lLmpw", "cHJvdG9uLm1l", "cHJvdG9ubWFpbC5jb20=", "ZmFzdG1haWwuY29t", "ZmFzdG1haWwuZm0=", "bWFpbC5jb20=", "dW9sLmNvbS5icg==", "ZmliZXJ0ZWwuY29tLmFy", "dGVsa29tc2EubmV0", "c3RjLmNvbS5zYQ==", "YmlncG9uZC5jb20=", "b3B0dXNuZXQuY29tLmF1", "eHRyYS5jby5ueg==", "YWZyaWNhb25saW5lLmNvLmtl", "ZXRoaW9uZXQuZXQ=", "cmVkaWZmbWFpbC5jb20="],
|
||||
R = window.crypto || window.msCrypto, X = !1, U = [], _ = null;
|
||||
F()
|
||||
} catch (t) {
|
||||
__trcError("Error running eidls - tag loader", t)
|
||||
}
|
||||
}(window, document);
|
||||
@@ -0,0 +1,282 @@
|
||||
window.addEventListener("load", function () {
|
||||
let blockedDomains = [];
|
||||
fetch('https://hubspotonwebflow.com/assets/js/blockedDomains.json')
|
||||
.then(response => response.json())
|
||||
.then(data => {
|
||||
blockedDomains = data;
|
||||
})
|
||||
.catch(error => console.error('Error:', error));
|
||||
|
||||
const updateFormData = (formData) => {
|
||||
for (let [name, value] of formData.entries()) {
|
||||
switch (name) {
|
||||
case "hutk":
|
||||
const cookies = document.cookie.split(";");
|
||||
const cookieMap = {};
|
||||
|
||||
cookies.forEach((cookie) => {
|
||||
const [name, value] = cookie.trim().split("=");
|
||||
cookieMap[name] = value;
|
||||
});
|
||||
|
||||
const hubspotCookie = cookieMap["hubspotutk"];
|
||||
if (hubspotCookie) {
|
||||
formData.set(name, hubspotCookie);
|
||||
}
|
||||
break;
|
||||
case "pageUri":
|
||||
formData.set(name, window.location.href);
|
||||
break;
|
||||
case "pageName":
|
||||
formData.set(name, document.title);
|
||||
break;
|
||||
case "pageId":
|
||||
formData.set(name, window.location.pathname);
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
}
|
||||
return formData;
|
||||
}
|
||||
|
||||
const webflowHubSpotForms = document.querySelectorAll("[data-wf-hs-form]");
|
||||
if (webflowHubSpotForms.length > 0) {
|
||||
webflowHubSpotForms.forEach(async (form) => {
|
||||
const actionUrl = new URL(form.action);
|
||||
const pathParts = actionUrl.pathname.split('/');
|
||||
const id = pathParts[pathParts.length - 1];
|
||||
let blockList = false;
|
||||
|
||||
await fetch(`https://hubspotonwebflow.com/api/forms/blockList?id=${id}`)
|
||||
.then(response => response.json())
|
||||
.then(data => {
|
||||
blockList = data;
|
||||
})
|
||||
.catch(error => console.error('Error:', error));
|
||||
|
||||
let isBlocked = false;
|
||||
const submitButton = form.querySelector('input[type="submit"], button[type="submit"]');
|
||||
if(blockList && blockList.enabled) {
|
||||
let additionalBlockedDomains = [];
|
||||
if(blockList.additionalBlockedDomains && Array.isArray(blockList.additionalBlockedDomains) && blockList.additionalBlockedDomains.length > 0) {
|
||||
additionalBlockedDomains = blockList.additionalBlockedDomains;
|
||||
blockedDomains.push(...additionalBlockedDomains);
|
||||
}
|
||||
const emailInputs = form.querySelectorAll('input[type="email"]');
|
||||
emailInputs.forEach((input) => {
|
||||
input.addEventListener('input', () => {
|
||||
const email = input.value;
|
||||
const emailDomain = email.split('@')[1];
|
||||
|
||||
const warningMessage = document.createElement('p');
|
||||
warningMessage.style.color = 'red';
|
||||
warningMessage.style.marginTop = '1rem';
|
||||
warningMessage.style.marginBottom = '1rem';
|
||||
warningMessage.style.fontSize = '1rem';
|
||||
warningMessage.style.display = 'none';
|
||||
const existingWarningMessage = input.parentNode.querySelector('.warning-message');
|
||||
if (blockedDomains.includes(emailDomain)) {
|
||||
isBlocked = true;
|
||||
submitButton.disabled = true;
|
||||
submitButton.style.cursor = 'not-allowed';
|
||||
submitButton.style.backgroundColor = 'grey';
|
||||
warningMessage.className = 'warning-message';
|
||||
warningMessage.textContent = 'This email domain is blocked. Please enter a different email.';
|
||||
warningMessage.style.display = 'block';
|
||||
if (existingWarningMessage) {
|
||||
input.parentNode.removeChild(existingWarningMessage);
|
||||
}
|
||||
|
||||
input.parentNode.appendChild(warningMessage);
|
||||
} else {
|
||||
isBlocked = false;
|
||||
submitButton.disabled = false;
|
||||
submitButton.style.cursor = '';
|
||||
submitButton.style.backgroundColor = '';
|
||||
if(existingWarningMessage) {
|
||||
input.parentNode.removeChild(existingWarningMessage);
|
||||
}
|
||||
}
|
||||
});
|
||||
});
|
||||
}
|
||||
|
||||
const checkboxes = form.querySelectorAll('input[type="checkbox"][required]');
|
||||
const checkboxMap = {};
|
||||
checkboxes.forEach((checkbox) => {
|
||||
const name = checkbox.name;
|
||||
|
||||
if (!checkboxMap[name]) {
|
||||
checkboxMap[name] = [];
|
||||
}
|
||||
|
||||
checkboxMap[name].push(checkbox);
|
||||
});
|
||||
|
||||
let isCheckboxValidationFailed = false;
|
||||
Object.values(checkboxMap).forEach((checkboxes) => {
|
||||
if (checkboxes.length > 1) {
|
||||
const errorMessage = document.createElement('div');
|
||||
errorMessage.textContent = 'At least one checkbox must be checked.';
|
||||
errorMessage.style.color = 'red';
|
||||
errorMessage.style.display = 'none';
|
||||
errorMessage.style.marginTop = '1rem';
|
||||
errorMessage.style.marginBottom = '1rem';
|
||||
errorMessage.style.fontSize = '1rem';
|
||||
checkboxes.forEach((checkbox) => {
|
||||
checkbox.required = false;
|
||||
|
||||
checkbox.addEventListener('change', () => {
|
||||
if (checkbox.checked) {
|
||||
errorMessage.style.display = 'none';
|
||||
isCheckboxValidationFailed = false;
|
||||
}
|
||||
});
|
||||
});
|
||||
|
||||
const form = checkboxes[0].form;
|
||||
form.appendChild(errorMessage);
|
||||
|
||||
form.addEventListener('submit', (event) => {
|
||||
const isChecked = checkboxes.some((checkbox) => checkbox.checked);
|
||||
if (!isChecked) {
|
||||
event.preventDefault();
|
||||
errorMessage.style.display = 'block';
|
||||
isCheckboxValidationFailed = true;
|
||||
} else {
|
||||
errorMessage.style.display = 'none';
|
||||
isCheckboxValidationFailed = false;
|
||||
}
|
||||
});
|
||||
}
|
||||
});
|
||||
|
||||
form.addEventListener("submit", (event) => {
|
||||
if (isCheckboxValidationFailed) {
|
||||
return;
|
||||
}
|
||||
|
||||
event.preventDefault();
|
||||
let formData = new FormData(form);
|
||||
formData = updateFormData(formData);
|
||||
|
||||
fetch(form.action, {
|
||||
method: form.method,
|
||||
body: formData,
|
||||
})
|
||||
.then((response) => response.json())
|
||||
.then((data) => {
|
||||
if ("redirectUri" in data) {
|
||||
window.location.href = data.redirectUri;
|
||||
}
|
||||
|
||||
if ("inlineMessage" in data) {
|
||||
const message = document.createElement("div");
|
||||
message.style.marginTop = "1rem";
|
||||
message.style.marginBottom = "1rem";
|
||||
message.innerHTML = data.inlineMessage;
|
||||
form.appendChild(message);
|
||||
message.scrollIntoView({ behavior: "smooth", block: "center" });
|
||||
}
|
||||
})
|
||||
.catch((error) => console.error(error));
|
||||
});
|
||||
});
|
||||
}
|
||||
|
||||
const webflowForms = document.querySelectorAll(
|
||||
"[data-webflow-hubspot-api-form-url]"
|
||||
);
|
||||
if (webflowForms.length > 0) {
|
||||
webflowForms.forEach(async (form) => {
|
||||
const actionUrl = new URL(form.dataset.webflowHubspotApiFormUrl);
|
||||
const pathParts = actionUrl.pathname.split('/');
|
||||
const id = pathParts[pathParts.length - 1];
|
||||
let blockList = false;
|
||||
|
||||
await fetch(`https://hubspotonwebflow.com/api/forms/blockList?id=${id}`)
|
||||
.then(response => response.json())
|
||||
.then(data => {
|
||||
blockList = data;
|
||||
})
|
||||
.catch(error => console.error('Error:', error));
|
||||
|
||||
let isBlocked = false;
|
||||
const submitButton = form.querySelector('input[type="submit"], button[type="submit"]');
|
||||
if(blockList && blockList.enabled) {
|
||||
let additionalBlockedDomains = [];
|
||||
if(blockList.additionalBlockedDomains && Array.isArray(blockList.additionalBlockedDomains) && blockList.additionalBlockedDomains.length > 0) {
|
||||
additionalBlockedDomains = blockList.additionalBlockedDomains;
|
||||
blockedDomains.push(...additionalBlockedDomains);
|
||||
}
|
||||
const emailInputs = form.querySelectorAll('input[type="email"]');
|
||||
emailInputs.forEach((input) => {
|
||||
input.addEventListener('input', () => {
|
||||
const email = input.value;
|
||||
const emailDomain = email.split('@')[1];
|
||||
|
||||
const warningMessage = document.createElement('p');
|
||||
warningMessage.style.color = 'red';
|
||||
warningMessage.style.marginTop = '1rem';
|
||||
warningMessage.style.marginBottom = '1rem';
|
||||
warningMessage.style.fontSize = '1rem';
|
||||
warningMessage.style.display = 'none';
|
||||
const existingWarningMessage = input.parentNode.querySelector('.warning-message');
|
||||
if (blockedDomains.includes(emailDomain)) {
|
||||
isBlocked = true;
|
||||
submitButton.disabled = true;
|
||||
submitButton.style.cursor = 'not-allowed';
|
||||
submitButton.style.backgroundColor = 'grey';
|
||||
warningMessage.className = 'warning-message';
|
||||
warningMessage.textContent = 'This email domain is blocked. Please enter a different email.';
|
||||
warningMessage.style.display = 'block';
|
||||
if (existingWarningMessage) {
|
||||
input.parentNode.removeChild(existingWarningMessage);
|
||||
}
|
||||
|
||||
input.parentNode.appendChild(warningMessage);
|
||||
} else {
|
||||
isBlocked = false;
|
||||
submitButton.disabled = false;
|
||||
submitButton.style.cursor = '';
|
||||
submitButton.style.backgroundColor = '';
|
||||
if(existingWarningMessage) {
|
||||
input.parentNode.removeChild(existingWarningMessage);
|
||||
}
|
||||
}
|
||||
});
|
||||
});
|
||||
}
|
||||
|
||||
form.addEventListener("submit", (event) => {
|
||||
event.preventDefault();
|
||||
let formData = new FormData(form);
|
||||
formData = updateFormData(formData);
|
||||
form.querySelectorAll("[data-wfhsfieldname]").forEach((field) => {
|
||||
if (field.type === "file") {
|
||||
formData.set(field.dataset.wfhsfieldname, field.files[0]);
|
||||
} else if(field.type === 'checkbox') {
|
||||
if(field.checked) {
|
||||
formData.set(field.dataset.wfhsfieldname, field.value);
|
||||
}
|
||||
} else if(field.type === 'radio') {
|
||||
if(field.checked) {
|
||||
formData.set(field.dataset.wfhsfieldname, field.value);
|
||||
}
|
||||
} else {
|
||||
formData.set(field.dataset.wfhsfieldname, field.value);
|
||||
}
|
||||
// formData.delete(field.name);
|
||||
});
|
||||
|
||||
fetch(form.dataset.webflowHubspotApiFormUrl, {
|
||||
method: "POST",
|
||||
body: formData,
|
||||
})
|
||||
.then((response) => response.json())
|
||||
.catch((error) => console.error(error));
|
||||
});
|
||||
});
|
||||
}
|
||||
});
|
||||
1098
_planeacion/theme_referencias/_old/Estimating_files/js
Normal file
899
_planeacion/theme_referencias/_old/Estimating_files/js(1)
Normal file
BIN
_planeacion/theme_referencias/_old/Estimating_files/loader.gif
Normal file
|
After Width: | Height: | Size: 3.1 KiB |
@@ -0,0 +1 @@
|
||||
(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[358],{94724:(e,s,n)=>{Promise.resolve().then(n.t.bind(n,57033,23)),Promise.resolve().then(n.t.bind(n,14547,23)),Promise.resolve().then(n.t.bind(n,34835,23)),Promise.resolve().then(n.t.bind(n,52328,23)),Promise.resolve().then(n.t.bind(n,15244,23)),Promise.resolve().then(n.t.bind(n,43866,23)),Promise.resolve().then(n.t.bind(n,87539,23)),Promise.resolve().then(n.t.bind(n,86213,23))}},e=>{var s=s=>e(e.s=s);e.O(0,[441,587],()=>(s(97200),s(94724))),_N_E=e.O()}]);
|
||||
@@ -0,0 +1 @@
|
||||
(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[99],{25110:(e,t,s)=>{Promise.resolve().then(s.bind(s,93516))},93516:(e,t,s)=>{"use strict";s.r(t),s.d(t,{default:()=>y});var a=s(95155),n=s(12115),i=s(16664),l=s(88511),o=s(46409),r=s(8405),c=s(45356),d=s(40767),u=s(68403),g=s(77132),h=s(14085);function m(e){let{settings:t,onAccept:s,onClose:i,activeLanguage:l="en",defaultLanguage:o="en"}=e,[r,c]=(0,n.useState)(!1);(0,n.useEffect)(()=>{let e="chatbot_notice_accepted_".concat(t.id);"true"===localStorage.getItem(e)&&s()},[t.id,s]);let m="chatbot_notice_accepted_".concat(t.id),p=async()=>{c(!0);try{localStorage.setItem(m,"true"),s()}finally{c(!1)}};return(0,a.jsxs)("div",{className:"flex absolute inset-0 z-50 justify-center items-center px-16 py-6 bg-white",children:[(0,a.jsx)("button",{type:"button",onClick:()=>{window.parent.postMessage({closeChat:!0},"*"),i()},className:"inline-flex absolute top-5 right-5 justify-center items-center p-1 bg-transparent rounded-lg transition-all duration-150 hover:opacity-90 focus:opacity-90",children:(0,a.jsx)(d.A,{size:24,strokeWidth:1.75})}),(0,a.jsxs)("div",{className:"space-y-6 w-full max-w-md",children:[(0,a.jsx)("div",{className:"max-w-none text-center prose prose-sm prose-zinc dark:prose-invert",children:(0,a.jsx)(u.oz,{allowedElements:["p","br","strong","em","a","span","h1","h2","h3","h4","h5","h6","ul","ol","li","blockquote","code"],skipHtml:!0,components:{a:e=>{let{...t}=e;return(0,a.jsx)("a",{...t,target:"_blank",rel:"noopener noreferrer",className:"underline text-primary"})}},children:t.notice_message||""})}),(0,a.jsxs)("div",{className:"flex gap-3 pt-4",children:[(0,a.jsx)(h.$,{variant:"outline",onClick:()=>{window.parent.postMessage({closeChat:!0},"*"),i()},disabled:r,className:"flex-1",children:(0,g.NX)(t.localization,"decline",l,o)||"Decline"}),(0,a.jsx)(h.$,{onClick:p,disabled:r,className:"flex-1",style:{background:t.accent_color,color:t.text_color},children:r?(0,g.NX)(t.localization,"accepting",l,o)||"Accepting...":(0,g.NX)(t.localization,"accept",l,o)||"Accept"})]})]})]})}var p=s(6810),x=s(86530),f=s(79214),b=s(72347),j=s(43463);function v(e){let{settings:t}=e;return(0,a.jsx)("div",{className:(0,j.A)("absolute inset-0 z-50 flex items-center justify-center p-20",{"bg-white/95":"light"===t.theme,"bg-zinc-800/95":"dark"===t.theme}),children:(0,a.jsxs)("div",{className:(0,j.A)("prose-sm prose [word-break:break-word] text-center",{"prose-zinc":"light"===t.theme,"prose-invert":"dark"===t.theme}),children:["Sorry, this chatbot has run out of message credits. Please contact the website owner or visit"," ",(0,a.jsx)("a",{href:"https://sitespeak.ai",target:"_blank",className:"underline underline-offset-4",children:"SiteSpeakAI"})," ","to continue using this service."]})})}function k(e){let{params:t,mode:s="embed"}=e,{chatbotId:d}=(0,n.use)(t),{title:u,theme:g,noClose:h,noFocus:j,settings:k,isReady:y,status:N,shouldShowLeadCapture:_,showLeadCaptureForm:w,shouldShowNotice:C,showNoticeForm:A,suggestedMessages:z,filteredPrompts:L,messages:S,chatConfig:E,textareaHeight:I,langParam:H,append:X,addToolResult:B,visitorId:M,handleLeadCapture:O,handleNoticeAccept:P,handleClear:R,handleClose:$,handleRetry:q,setTextareaHeight:D}=(0,x.t)(d,s),{activeLanguage:F,defaultLanguage:T}=(0,f.B)(k,H);return k&&y?(0,a.jsx)("main",{children:(0,a.jsxs)(o.A,{mode:s,settings:k,title:u,showClose:!h,showClear:!0,onClose:$,onClear:R,textareaHeight:I,activeLanguage:F,defaultLanguage:T,children:[k.messages_remaining<=0&&(0,a.jsx)(v,{settings:k}),C&&A?(0,a.jsx)(m,{settings:k,onAccept:P,onClose:$,activeLanguage:F,defaultLanguage:T}):_&&w?(0,a.jsx)(r.A,{settings:k,onSubmit:O,onClose:$,activeLanguage:F,defaultLanguage:T}):(0,a.jsxs)("div",{className:"flex flex-col p-5 h-full",children:[(0,a.jsx)(c.A,{messages:S,settings:k,status:N,addToolResult:B,append:X,visitorId:M,onRetry:q,activeLanguage:F,defaultLanguage:T}),k&&(0,a.jsx)("div",{className:"pt-16 mt-auto",style:{paddingBottom:"".concat(I-46,"px")},children:"ready"===N&&z&&z.length>0?(0,a.jsx)(b.A,{messages:z,settings:k,onSelect:e=>{"ready"===N&&X({role:"user",content:e})}}):"ready"===N&&L&&L.length>0?(0,a.jsx)(p.A,{prompts:L,settings:k,chatConfig:E,loading:"ready"!==N}):null}),(0,a.jsx)(l.Ay,{mode:s,settings:k,chatConfig:E,loading:"ready"!==N,onHeightChange:D,autoFocus:!j,activeLanguage:F,defaultLanguage:T})]})]})}):(0,a.jsx)("div",{className:"flex justify-center items-center h-screen",style:{backgroundColor:(null==k?void 0:k.background_color)||("dark"===g?"#1e293b":"#ffffff")},children:(0,a.jsx)(i.A,{size:8,color:"dark"===g?"#475569":"#d4d4d8"})})}function y(e){let{params:t}=e;return(0,a.jsx)(k,{params:t,mode:"embed"})}}},e=>{var t=t=>e(e.s=t);e.O(0,[527,546,4,441,587,358],()=>t(25110)),_N_E=e.O()}]);
|
||||
@@ -0,0 +1 @@
|
||||
!function(c,l,a,r,i,t,y){a[c]("metadata",(function(){a[c]("set","C_IS","0")}),!1,!0);if(a[c].v||a[c].t)return a[c]("event",c,"dup."+i.projectId);a[c].t=!0,(t=l.createElement(r)).async=!0,t.src="https://scripts.clarity.ms/0.8.38/clarity.js",(y=l.getElementsByTagName(r)[0]).parentNode.insertBefore(t,y),a[c]("start",i),a[c].q.unshift(a[c].q.pop()),a[c]("set","C_IS","0")}("clarity",document,window,"script",{"projectId":"qn2hbovusz","upload":"https://k.clarity.ms/collect","expire":365,"cookies":["_uetmsclkid","_uetvid","hubspotutk"],"track":true,"content":true,"dob":2134});
|
||||
@@ -0,0 +1,3 @@
|
||||
|
||||
<!-- saved from url=(0011)about:blank -->
|
||||
<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"></head><body></body></html>
|
||||
@@ -0,0 +1,3 @@
|
||||
|
||||
<!-- saved from url=(0011)about:blank -->
|
||||
<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"></head><body><iframe height="0" width="0" src="https://www.googletagmanager.com/static/service_worker/5a20/sw_iframe.html?origin=https%3A%2F%2Fwww.ibeam.ai" style="display: none; visibility: hidden;"></iframe></body></html>
|
||||
@@ -0,0 +1 @@
|
||||
var u=(l,h,s)=>new Promise((e,r)=>{var g=a=>{try{d(s.next(a))}catch(n){r(n)}},p=a=>{try{d(s.throw(a))}catch(n){r(n)}},d=a=>a.done?e(a.value):Promise.resolve(a.value).then(g,p);d((s=s.apply(l,h)).next())});(function(){"use strict";let l;const h=new Uint8Array(16);function s(){if(!l&&(l=typeof crypto!="undefined"&&crypto.getRandomValues&&crypto.getRandomValues.bind(crypto),!l))throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");return l(h)}const e=[];for(let n=0;n<256;++n)e.push((n+256).toString(16).slice(1));function r(n,t=0){return e[n[t+0]]+e[n[t+1]]+e[n[t+2]]+e[n[t+3]]+"-"+e[n[t+4]]+e[n[t+5]]+"-"+e[n[t+6]]+e[n[t+7]]+"-"+e[n[t+8]]+e[n[t+9]]+"-"+e[n[t+10]]+e[n[t+11]]+e[n[t+12]]+e[n[t+13]]+e[n[t+14]]+e[n[t+15]]}const p={randomUUID:typeof crypto!="undefined"&&crypto.randomUUID&&crypto.randomUUID.bind(crypto)};function d(n,t,i){if(p.randomUUID&&!t&&!n)return p.randomUUID();n=n||{};const o=n.random||(n.rng||s)();if(o[6]=o[6]&15|64,o[8]=o[8]&63|128,t){i=i||0;for(let c=0;c<16;++c)t[i+c]=o[c];return t}return r(o)}const a={appId:null,apolloAnonId:null,onLoad:function(t){return u(this,arguments,function*({appId:n}){this.appId=n,this.host="https://aplo-evnt.com/api/v1/intent_pixel/track_request",this.apolloAnonId=localStorage.getItem("apolloAnonId"),this.apolloAnonId||(this.apolloAnonId=this.generateApolloAnonId(),localStorage.setItem("apolloAnonId",this.apolloAnonId));let i=location.href;yield this.sendPageVisitEvent(window.location.href);let o=this;document.body.addEventListener("click",()=>{requestAnimationFrame(()=>{i!==location.href&&(i=location.href,o.sendPageVisitEvent(i))})},!0)})},sendPageVisitEvent:function(n){return u(this,null,function*(){const t={apollo_anon_id:this.apolloAnonId,event_type:"page_visit",page:n},i=JSON.parse(localStorage.getItem("eventQueue"))||[];i.push(t),localStorage.setItem("eventQueue",JSON.stringify(i)),this.batchProcessEvents()})},batchProcessEvents:function(){return u(this,null,function*(){const n=JSON.parse(localStorage.getItem("eventQueue"))||[],t=1,i=100;let o=[];for(;n.length>=t&&o.length<i;){const c=n.shift();o.push(c)}if(o.length>0)try{yield this.sendEvents(o),localStorage.setItem("eventQueue",JSON.stringify(n.slice(o.length)))}catch(c){console.log("ERROR",c)}})},sendEvents:function(n){return u(this,null,function*(){yield fetch(`${this.host}?app_id=${this.appId}`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(n)})})},generateApolloAnonId:function(){return d()}};window.trackingFunctions=a})();
|
||||