{"id":179,"date":"2024-06-14T23:56:28","date_gmt":"2024-06-14T23:56:28","guid":{"rendered":"https:\/\/ex.plo.re\/explorenewhomepage\/?page_id=179"},"modified":"2025-08-26T23:05:27","modified_gmt":"2025-08-27T06:05:27","slug":"sell","status":"publish","type":"page","link":"https:\/\/ex.plo.re\/explorenewhomepage\/sell\/","title":{"rendered":"Sell"},"content":{"rendered":"<div id=\"cs-content\" class=\"cs-content\"><div class=\"x-section e179-e1 m4z-0 m4z-1 m4z-2 bluegradient sec1shop\" style=\"--tco-dc4z-1:#4B0082;\"><div class=\"x-row x-container max width e179-e2 m4z-9 m4z-a m4z-b m4z-c m4z-d m4z-j m4z-k\"><div class=\"x-row-inner\"><div class=\"x-col e179-e3 m4z-p m4z-q m4z-r m4z-s m4z-t m4z-u m4z-v m4z-w\"><div class=\"x-text x-text-headline e179-e4 m4z-14 m4z-15 m4z-16 m4z-17 m4z-18 m4z-19 m4z-1a m4z-1b m4z-1c headingfont\"><div class=\"x-text-content\"><div class=\"x-text-content-text\"><h1 class=\"x-text-content-text-primary\">Deploy Tools. Hire Talent.<\/h1>\n<\/div><\/div><\/div><\/div><\/div><\/div><\/div><div class=\"x-section e179-e7 m4z-0 m4z-1 m4z-3 m4z-4 aboutus\" id=\"section2\"><div class=\"x-bg\" aria-hidden=\"true\"><div class=\"x-bg-layer-lower-image\" data-x-element-bg-layer=\"{&quot;parallaxSize&quot;:&quot;110%&quot;,&quot;parallaxDir&quot;:&quot;v&quot;,&quot;parallaxRev&quot;:true}\"><\/div><\/div><div class=\"x-row e179-e8 m4z-9 m4z-d m4z-e m4z-f m4z-j m4z-l\"><div class=\"x-row-inner\"><div class=\"x-col e179-e9 m4z-p m4z-q m4z-r m4z-u m4z-v m4z-w m4z-x m4z-y\" id=\"homeform\"><div class=\"x-div e179-e10 m4z-1p m4z-1q m4z-1t m4z-1u m4z-1x m4z-1y m4z-1z m4z-20 m4z-21 m4z-22 m4z-23 m4z-24 m4z-25\" id=\"scene1\"><div id=\"welcome\" class=\"x-text x-text-headline e179-e13 m4z-14 m4z-15 m4z-18 m4z-19 m4z-1a m4z-1d m4z-1e headingfont\"><div class=\"x-text-content\"><div class=\"x-text-content-text\"><h1 class=\"x-text-content-text-primary\">Upgrade Your Biz<\/h1>\n<\/div><\/div><\/div><div class=\"x-text x-content e179-e16 m4z-38 m4z-39 m4z-3a m4z-3b m4z-3c m4z-3d m4z-3e bodyfont\">\u23f1\ufe0f 15 Min. Guaranteed<\/div><\/div><div class=\"x-div e179-e29 m4z-1p m4z-1q m4z-1t m4z-1u m4z-1x m4z-1y m4z-1z m4z-21 m4z-22 m4z-23 m4z-25 m4z-2g m4z-2h\" id=\"s2\"><script>\n(() => {\n  \/\/ ===== CONFIG =====\n  const CHAT_ROOT       = '#pickaxe-inline-explore_DG3D1';\n  const USER_BUBBLE     = '.pxe-flex.pxe-justify-self-end .pxe-relative';\n  const BOT_BUBBLE      = '.pxe-flex:not(.pxe-justify-self-end) .chat-message .pxe-relative';\n\n  \/\/ Bot phrases\n  const GOT_IT_RE       = \/got\\s*it\\.\\s*([^\\.]+)\\.\/i;\n  const CALL_RE         = \/ok please find a time that works best for you here!?\/i;\n  const INSTANT_RE      = \/ok let'?s get you up and running!?\/i;\n\n  \/\/ Images\n  const PEXELS_KEY      = 'Xg9vAcCV0jgrgEoDx61PijLWy7PVRxLuQesMbx2snglgEdEvWCEO7FUb';\n  const COUNT           = 7;\n\n  \/\/ Targets\n  const SCROLL_TO_S2    = '#s2';\n  const SCROLL_TO_CALL  = '#call';\n  const HEADER_OFFSET   = 80; \/\/ adjust if you have a sticky header (px)\n  const INDUSTRY_TEXT   = 'p.industry.query';\n\n  const root = document.querySelector(CHAT_ROOT);\n  if (!root) return;\n\n  \/\/ Start after first user message appears\n  if (root.querySelector(USER_BUBBLE)) start();\n  else {\n    const mo = new MutationObserver((muts, obs) => {\n      for (const m of muts) for (const n of m.addedNodes) {\n        if (n instanceof HTMLElement &&\n            (n.matches?.(USER_BUBBLE) || n.querySelector?.(USER_BUBBLE))) {\n          obs.disconnect(); start(); return;\n        }\n      }\n    });\n    mo.observe(root, { childList: true, subtree: true }); \/\/ observe subtree for new chat nodes. :contentReference[oaicite:1]{index=1}\n  }\n\n  let handledIndustry = false;\n  let handledCall     = false;\n  let handledInstant  = false;\n\n  function start(){\n    const intervalId = setInterval(() => {\n      if (handledInstant) { clearInterval(intervalId); return; }\n\n      const bots = root.querySelectorAll(BOT_BUBBLE);\n      for (const el of bots) {\n        const txt = (el.innerText || '').replace(\/\\s+\/g, ' ').trim();\n        if (!txt) continue;\n\n        \/\/ 1) Instant redirect\n        if (!handledInstant && INSTANT_RE.test(txt)) {\n          handledInstant = true;\n          window.location.replace('https:\/\/ex.plo.re\/instalogin'); \/\/ replace avoids back to this page. :contentReference[oaicite:2]{index=2}\n          return;\n        }\n\n        \/\/ 2) Snap to #call (robust)\n        if (!handledCall && CALL_RE.test(txt)) {\n          handledCall = true;\n          snapToCall();\n        }\n\n        \/\/ 3) Industry flow (once)\n        const m = txt.match(GOT_IT_RE);\n        if (!handledIndustry && m?.[1]) {\n          handledIndustry = true;\n          const industry = m[1].trim().replace(\/[\u201c\u201d\"']\/g, '');\n          const p = document.querySelector(INDUSTRY_TEXT);\n          if (p) p.textContent = industry;\n          fetchPexels(industry).then(() => {\n            const snap = document.querySelector(SCROLL_TO_S2);\n            if (snap) snap.scrollIntoView({ behavior: 'smooth', block: 'start' }); \/\/ native smooth-scroll. :contentReference[oaicite:3]{index=3}\n          });\n        }\n      }\n\n      \/\/ Stop polling once all non-redirect actions are done\n      if (handledIndustry && handledCall) clearInterval(intervalId);\n    }, 300);\n  }\n\n  \/\/ ---- Robust snap to #call with retries + header offset\n  function snapToCall() {\n    waitForElm(SCROLL_TO_CALL, 5000).then(el => {\n      \/\/ Fallback to direct scrollTo with offset to defeat sticky headers. :contentReference[oaicite:4]{index=4}\n      const rect = el.getBoundingClientRect(); \/\/ viewport position. :contentReference[oaicite:5]{index=5}\n      const top  = rect.top + window.pageYOffset - HEADER_OFFSET;\n      window.scrollTo({ top, behavior: 'smooth' });\n    }).catch(() => {\n      \/\/ As a final fallback, try normal scrollIntoView\n      const el = document.querySelector(SCROLL_TO_CALL);\n      if (el) el.scrollIntoView({ behavior: 'smooth', block: 'start' }); \/\/ :contentReference[oaicite:6]{index=6}\n    });\n  }\n\n  function waitForElm(selector, timeoutMs){\n    return new Promise((resolve, reject) => {\n      const el = document.querySelector(selector);\n      if (el) return resolve(el);\n\n      const started = performance.now();\n      const int = setInterval(() => {\n        const found = document.querySelector(selector);\n        if (found) { clearInterval(int); resolve(found); }\n        else if (performance.now() - started > timeoutMs) { clearInterval(int); reject(); }\n      }, 100);\n    });\n  }\n\n  async function fetchPexels(query){\n    const url = new URL('https:\/\/api.pexels.com\/v1\/search');\n    url.searchParams.set('query', query);\n    url.searchParams.set('per_page', String(COUNT));\n    try {\n      const res = await fetch(url.toString(), { headers: { Authorization: PEXELS_KEY } });\n      if (!res.ok) throw new Error('Pexels HTTP ' + res.status);\n      const { photos = [] } = await res.json();\n      mountCarousel(photos.slice(0, COUNT), query);\n    } catch (e) {\n      console.warn('Pexels fetch failed:', e);\n    }\n  }\n\n  function mountCarousel(photos, altFallback){\n    const mount = document.getElementById('industry-carousel');\n    if (!mount) return;\n    mount.innerHTML = '<div class=\"ic-stage\" aria-roledescription=\"carousel\" aria-label=\"Industry image carousel\"><\/div>';\n    const stage = mount.querySelector('.ic-stage');\n\n    const n = Math.max(photos.length, 3);\n    const radius = 360;\n    const step = 360 \/ n;\n\n    photos.forEach((p, i) => {\n      const angle = step * i;\n      const card = document.createElement('figure');\n      card.className = 'ic-card';\n      card.style.transform = `rotateY(${angle}deg) translateZ(${radius}px)`;\n      const src = p.src?.large || p.src?.large2x || p.src?.medium || p.src?.original || '';\n      card.innerHTML = `\n        <img decoding=\"async\" src=\"${src}\" alt=\"${escapeHtml(p.alt || altFallback || 'Photo')}\">\n        <figcaption class=\"ic-cap\">Pexels<\/figcaption>\n      `;\n      stage.appendChild(card);\n    });\n  }\n\n  function escapeHtml(s){\n    return String(s).replace(\/[&<>\"']\/g, m => ({\n      '&':'&amp;','<':'&lt;','>':'&gt;','\"':'&quot;',\"'\":'&#39;'\n    }[m]));\n  }\n})();\n<\/script>\n<div id=\"industry-carousel\" class=\"industry-carousel\"><\/div> <style> .industry-carousel { position: relative; width: 100%; height: 360px; margin: 24px auto; perspective: 1200px; \/* depth *\/ \/* MDN: perspective *\/ perspective-origin: 50% 40%; } .ic-stage { position: absolute; inset: 0; transform-style: preserve-3d; \/* MDN: transform-style *\/ animation: ic-spin 18s linear infinite; will-change: transform; } .ic-card { position: absolute; top: 50%; left: 50%; width: auto; height: 100%; transform-style: preserve-3d; border-radius: 1em; overflow: hidden; box-shadow: 0 20px 40px rgba(0,0,0,.25); background: #111; } .ic-card img { width: 100%; height: 100%; object-fit: cover; display: block; backface-visibility: hidden; } .ic-cap { position: absolute; left: 0; right: 0; bottom: 0; padding: 6px 10px; font: 12px\/1.25 system-ui; color: #eee; background: linear-gradient(transparent, rgba(0,0,0,.55)); text-align: right; } .industry-carousel:hover .ic-stage { animation-play-state: paused; } @keyframes ic-spin { from { transform: rotateY(0deg); } to { transform: rotateY(-360deg); } \/* MDN: rotate3d\/rotateY *\/ } \/* Respect users who prefer reduced motion *\/ @media (prefers-reduced-motion: reduce) { \/* MDN: prefers-reduced-motion *\/ .ic-stage { animation: none; transform: rotateY(-10deg); } .ic-card { position: static; display: inline-block; margin: 6px; } .industry-carousel { height: auto; perspective: none; } } \ndiv#industry-carousel {\n    transform: scale(.8);\n    margin-left: -90px;\n}\n<\/style><div class=\"x-text x-text-headline e179-e32 m4z-15 m4z-16 m4z-19 m4z-1a m4z-1c m4z-1f m4z-1g m4z-1h headingfont\"><div class=\"x-text-content\"><div class=\"x-text-content-text\"><h2 class=\"x-text-content-text-primary\"><span id=\"build\"><\/span>Build Your Empire.<\/h2>\n<\/div><\/div><\/div><div class=\"x-anchor x-anchor-button has-graphic e179-e33 m4z-2p m4z-2t m4z-2u m4z-2z m4z-30 m4z-32 m4z-33 m4z-6 m4z-7 pulse bodyfont\" tabindex=\"0\" style=\"--tco-dc4z-1i:#4B0082;--tco-dc4z-1l:#333333;--tco-dc4z-1n:#4B0082;--tco-dc4z-1q:#333333;--tco-dc4z-1s:#4B0082;--tco-dc4z-1v:#333333;\" data-x-effect=\"{&quot;durationBase&quot;:&quot;300ms&quot;}\"><div class=\"x-anchor-content\"><span class=\"x-graphic\" aria-hidden=\"true\"><span data-x-single-anim=\"x-flip-x\" class=\"x-icon x-graphic-child x-graphic-icon x-graphic-primary\" aria-hidden=\"true\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\"><!--! Font Awesome Pro 7.3.1 by @fontawesome - https:\/\/fontawesome.com License - https:\/\/fontawesome.com\/license (Commercial License) Copyright 2026 Fonticons, Inc. --><path fill=\"currentColor\" d=\"M507.3 267.3c6.2-6.2 6.2-16.4 0-22.6l-176-176c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6L457.4 240 16 240c-8.8 0-16 7.2-16 16s7.2 16 16 16l441.4 0-148.7 148.7c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0l176-176z\"\/><\/svg><\/span><\/span><\/div><\/div><div class=\"x-grid x-container max width e179-e34 m4z-3u\"><div class=\"x-cell e179-e35 m4z-3v m4z-3w\"><div style=\"--tco-dc4z-1w:#636363;--tco-dc4z-1y:#636363;\" class=\"x-text x-content e179-e36 m4z-38 m4z-39 m4z-3a m4z-3d m4z-3e m4z-3f m4z-3g m4z-3h bodyfont\"><div id=\"industry-image\"><\/div><\/div><\/div><div class=\"x-cell e179-e37 m4z-3w m4z-3x\"><div style=\"--tco-dc4z-20:#636363;--tco-dc4z-22:#636363;\" class=\"x-text x-content e179-e38 m4z-38 m4z-39 m4z-3a m4z-3d m4z-3e m4z-3f m4z-3g m4z-3i bodyfont\"><div id=\"ind-image2\"><\/div><\/div><\/div><div class=\"x-cell e179-e39 m4z-3w m4z-3x\"><div style=\"--tco-dc4z-24:#636363;--tco-dc4z-26:#636363;\" class=\"x-text x-content e179-e40 m4z-38 m4z-39 m4z-3a m4z-3d m4z-3e m4z-3f m4z-3g m4z-3j bodyfont\"><div id=\"ind-image3\"><\/div><\/div><\/div><\/div><\/div><div class=\"x-div e179-e41 m4z-1p m4z-1q m4z-1u m4z-1x m4z-1y m4z-1z m4z-21 m4z-24 m4z-25 m4z-26 m4z-2d\" id=\"call\"><div style=\"--tco-dc4z-28:#636363;--tco-dc4z-2a:#636363;\" class=\"x-text x-content e179-e42 m4z-38 m4z-39 m4z-3a m4z-3d m4z-3e m4z-3f m4z-3g m4z-3k bodyfont\">\n\n<div class=\"calendly-inline-widget\" data-url=\"https:\/\/calendly.com\/explorebecca\/30min?hide_event_type_details=1&amp;hide_gdpr_banner=1\" style=\"min-width: 320px; height: 120vh;\"><\/div>\n<script type=\"text\/javascript\" src=\"https:\/\/assets.calendly.com\/assets\/external\/widget.js\" async><\/script><\/div><\/div><\/div><div class=\"x-col e179-e43 m4z-p m4z-q m4z-u m4z-v m4z-x m4z-z m4z-10\"><div class=\"x-div e179-e44 m4z-1p m4z-1q m4z-1z m4z-25 m4z-26 m4z-2i rightin\" id=\"hey\"><div class=\"x-text x-content e179-e45 m4z-38 m4z-39 m4z-3b m4z-3l m4z-3m\"><script>window.PICKAXE=window.PICKAXE||{pickaxes:[],style:\"kHsjoCQGgI0GWASmgIdIAxiDA6wgM6CMbgC4UgDDAXYEAvDIBoGEBgG4CAWQIGYBgwCqApdoEjggjIaCcCoCA9gGzOBUToIQygtAyDw4IGoGgCkxAAC6AQCsAAD4BILgJ6AkV0ALDQAFA+YiAkjEDFLoEEywHkKgMCHAzVmBfPMBUIIAaXQC7ggIDFAilWBXGkAmVIFVJQAAigADhAQGCAhekASXIAURAOyAAGqAxiOAGRSArgmAQjSADFiACCIASoAACIBA+oAAeoBI8IAhHIAkEYAqCYAuaYAAIYA0boA6QYBDP4CuJYBPVIAWQYB8QoB6EIAtKYAAg4AAZoAAbIB0coBBPYB\/RYAJg4A+GICGSYCPi4CTZYAAI4ByaoClOYA5e4BRgYBVr4C3WIBjjYBrZ4A3M4Cnd4BKJYAv04BMKoANsIAMSIBUFIAzmYAgA4BQDoA4BoAuLIAARIAFsIALoIAMRIAGMIAhCkAsCgAR8AFAKALFjAHCogAUQQCTQIAN4kAViiAAUJACFxgAACQBlvYBpRUA0JmAcXBAEVQgA4BQBKPYAEhEAZGqAGaTAFcogDExQCOloBFQ0ANiiAOxtAILUgDE5wCdxoAqk8AGQaAQAHAGXGgAGCwBYG4BajEAIEmAJ1TACYVgHoEwAKfIBumkADQSAGhpAKCggHAsQBAX4AAKMA3oyAGuFABETEoAQoAiH0AWimAJnJAF1RgDPcwC0GYBQhrAgASGQAVeoB6+MAAguATULAAlOgGoKwAA1YBBJkAtq2AFstADGbgEAwwBdxYA4W8Aat+AHnNAKAFgCacwAVp4BS\/sAGSuADSLABKNgEOgQBnxoBlUEAWJKAAxjABYXgEbCwCPBYARjUAmryANVBABRVgA03QBgS4AIQEAyESANuhAILAgA2EwDHloAY7EAG5iAFMlACdPgFzYQBeM4B5BEAJdKAGIRAMABgAWNQBpNYASIsA9HyAHKpAJRVgBE0wBktIATxkAhgSAT6xAAPwQAQAMAP3HAH2RQBSBEAA6VABBPQBM4kADlPAGg1QAACKAA===\"},window.PICKAXE.pickaxes.push({id:\"explore_DG3D1\",type:\"inline\"});const{id:_fid}=window.PICKAXE.pickaxes[0];fetch(`https:\/\/embed.pickaxeproject.com\/axe\/api\/script\/${_fid}`).then((e=>e.json())).then((({v:e})=>{const t=`https:\/\/cdn.jsdelivr.net\/gh\/pickaxeproject\/cdn@${e}\/dist`;if(!document.querySelector(`script[src=\"${t}\/bundle.js\"]`)){const e=document.createElement(\"script\");e.src=t+\"\/bundle.js\",e.defer=!0,document.head.appendChild(e)}}));<\/script>\n<div id=\"pickaxe-inline-explore_DG3D1\"><\/div><\/div><\/div><\/div><\/div><\/div><\/div><div class=\"x-section e179-e73 m4z-1 m4z-3 m4z-5\" id=\"value\"><div class=\"x-row x-container max width e179-e74 m4z-9 m4z-c m4z-d m4z-f m4z-g m4z-j m4z-o\"><div class=\"x-row-inner\"><div class=\"x-col e179-e75 m4z-t m4z-u m4z-v m4z-w\"><div class=\"x-div x-container max width e179-e76 m4z-1q m4z-1u m4z-1v m4z-1w m4z-25 m4z-26 m4z-2m\"><div style=\"--tco-dc4z-3y:#002347;--tco-dc4z-40:#002347;--tco-dc4z-42:#002347;\" class=\"x-text x-text-headline e179-e77 m4z-14 m4z-15 m4z-1b m4z-1c m4z-1d m4z-1i m4z-1k m4z-1o headingfont\"><div class=\"x-text-content\"><div class=\"x-text-content-text\"><h1 class=\"x-text-content-text-primary\">Calendar<\/h1>\n<\/div><\/div><\/div><div style=\"--tco-dc4z-44:#636363;\" class=\"x-text x-content e179-e78 m4z-39 m4z-3a m4z-3b m4z-3m m4z-3r\"><\/div><div class=\"x-form-integration x-form-integration-gravity-forms e179-e79 m4z-3t\"><script>\n\/\/----------------------------------------------------------\n\/\/------ JAVASCRIPT HOOK FUNCTIONS FOR GRAVITY FORMS -------\n\/\/----------------------------------------------------------\n\nif ( ! gform ) {\n\tdocument.addEventListener( 'gform_main_scripts_loaded', function() { gform.scriptsLoaded = true; } );\n\tdocument.addEventListener( 'gform\/theme\/scripts_loaded', function() { gform.themeScriptsLoaded = true; } );\n\twindow.addEventListener( 'DOMContentLoaded', function() { gform.domLoaded = true; } );\n\n\tvar gform = {\n\t\tdomLoaded: false,\n\t\tscriptsLoaded: false,\n\t\tthemeScriptsLoaded: false,\n\t\tisFormEditor: () => typeof InitializeEditor === 'function',\n\n\t\t\/**\n\t\t * @deprecated 2.9 the use of initializeOnLoaded in the form editor context is deprecated.\n\t\t * @remove-in 4.0 this function will not check for gform.isFormEditor().\n\t\t *\/\n\t\tcallIfLoaded: function ( fn ) {\n\t\t\tif ( gform.domLoaded && gform.scriptsLoaded && ( gform.themeScriptsLoaded || gform.isFormEditor() ) ) {\n\t\t\t\tif ( gform.isFormEditor() ) {\n\t\t\t\t\tconsole.warn( 'The use of gform.initializeOnLoaded() is deprecated in the form editor context and will be removed in Gravity Forms 3.1.' );\n\t\t\t\t}\n\t\t\t\tfn();\n\t\t\t\treturn true;\n\t\t\t}\n\t\t\treturn false;\n\t\t},\n\n\t\t\/**\n\t\t * Call a function when all scripts are loaded\n\t\t *\n\t\t * @param function fn the callback function to call when all scripts are loaded\n\t\t *\n\t\t * @returns void\n\t\t *\/\n\t\tinitializeOnLoaded: function( fn ) {\n\t\t\tif ( ! gform.callIfLoaded( fn ) ) {\n\t\t\t\tdocument.addEventListener( 'gform_main_scripts_loaded', () => { gform.scriptsLoaded = true; gform.callIfLoaded( fn ); } );\n\t\t\t\tdocument.addEventListener( 'gform\/theme\/scripts_loaded', () => { gform.themeScriptsLoaded = true; gform.callIfLoaded( fn ); } );\n\t\t\t\twindow.addEventListener( 'DOMContentLoaded', () => { gform.domLoaded = true; gform.callIfLoaded( fn ); } );\n\t\t\t}\n\t\t},\n\n\t\thooks: { action: {}, filter: {} },\n\t\taddAction: function( action, callable, priority, tag ) {\n\t\t\tgform.addHook( 'action', action, callable, priority, tag );\n\t\t},\n\t\taddFilter: function( action, callable, priority, tag ) {\n\t\t\tgform.addHook( 'filter', action, callable, priority, tag );\n\t\t},\n\t\tdoAction: function( action ) {\n\t\t\tgform.doHook( 'action', action, arguments );\n\t\t},\n\t\tapplyFilters: function( action ) {\n\t\t\treturn gform.doHook( 'filter', action, arguments );\n\t\t},\n\t\tremoveAction: function( action, tag ) {\n\t\t\tgform.removeHook( 'action', action, tag );\n\t\t},\n\t\tremoveFilter: function( action, priority, tag ) {\n\t\t\tgform.removeHook( 'filter', action, priority, tag );\n\t\t},\n\t\taddHook: function( hookType, action, callable, priority, tag ) {\n\t\t\tif ( undefined == gform.hooks[hookType][action] ) {\n\t\t\t\tgform.hooks[hookType][action] = [];\n\t\t\t}\n\t\t\tvar hooks = gform.hooks[hookType][action];\n\t\t\tif ( undefined == tag ) {\n\t\t\t\ttag = action + '_' + hooks.length;\n\t\t\t}\n\t\t\tif( priority == undefined ){\n\t\t\t\tpriority = 10;\n\t\t\t}\n\n\t\t\tgform.hooks[hookType][action].push( { tag:tag, callable:callable, priority:priority } );\n\t\t},\n\t\tdoHook: function( hookType, action, args ) {\n\n\t\t\t\/\/ splice args from object into array and remove first index which is the hook name\n\t\t\targs = Array.prototype.slice.call(args, 1);\n\n\t\t\tif ( undefined != gform.hooks[hookType][action] ) {\n\t\t\t\tvar hooks = gform.hooks[hookType][action], hook;\n\t\t\t\t\/\/sort by priority\n\t\t\t\thooks.sort(function(a,b){return a[\"priority\"]-b[\"priority\"]});\n\n\t\t\t\thooks.forEach( function( hookItem ) {\n\t\t\t\t\thook = hookItem.callable;\n\n\t\t\t\t\tif(typeof hook != 'function')\n\t\t\t\t\t\thook = window[hook];\n\t\t\t\t\tif ( 'action' == hookType ) {\n\t\t\t\t\t\thook.apply(null, args);\n\t\t\t\t\t} else {\n\t\t\t\t\t\targs[0] = hook.apply(null, args);\n\t\t\t\t\t}\n\t\t\t\t} );\n\t\t\t}\n\t\t\tif ( 'filter'==hookType ) {\n\t\t\t\treturn args[0];\n\t\t\t}\n\t\t},\n\t\tremoveHook: function( hookType, action, priority, tag ) {\n\t\t\tif ( undefined != gform.hooks[hookType][action] ) {\n\t\t\t\tvar hooks = gform.hooks[hookType][action];\n\t\t\t\thooks = hooks.filter( function(hook, index, arr) {\n\t\t\t\t\tvar removeHook = (undefined==tag||tag==hook.tag) && (undefined==priority||priority==hook.priority);\n\t\t\t\t\treturn !removeHook;\n\t\t\t\t} );\n\t\t\t\tgform.hooks[hookType][action] = hooks;\n\t\t\t}\n\t\t}\n\t};\n}\n<\/script>\n\n                <div class='gf_browser_gecko gform_wrapper gform-theme gform-theme--foundation gform-theme--framework gform-theme--orbital' data-form-theme='orbital' data-form-index='0' id='gform_wrapper_2' ><style>#gform_wrapper_2[data-form-index=\"0\"].gform-theme,[data-parent-form=\"2_0\"]{--gf-color-primary: #204ce5;--gf-color-primary-rgb: 32, 76, 229;--gf-color-primary-contrast: #fff;--gf-color-primary-contrast-rgb: 255, 255, 255;--gf-color-primary-darker: #001AB3;--gf-color-primary-lighter: #527EFF;--gf-color-secondary: #fff;--gf-color-secondary-rgb: 255, 255, 255;--gf-color-secondary-contrast: #112337;--gf-color-secondary-contrast-rgb: 17, 35, 55;--gf-color-secondary-darker: #F5F5F5;--gf-color-secondary-lighter: #FFFFFF;--gf-color-out-ctrl-light: rgba(17, 35, 55, 0.1);--gf-color-out-ctrl-light-rgb: 17, 35, 55;--gf-color-out-ctrl-light-darker: rgba(104, 110, 119, 0.35);--gf-color-out-ctrl-light-lighter: #F5F5F5;--gf-color-out-ctrl-dark: #585e6a;--gf-color-out-ctrl-dark-rgb: 88, 94, 106;--gf-color-out-ctrl-dark-darker: #112337;--gf-color-out-ctrl-dark-lighter: rgba(17, 35, 55, 0.65);--gf-color-in-ctrl: #fff;--gf-color-in-ctrl-rgb: 255, 255, 255;--gf-color-in-ctrl-contrast: #112337;--gf-color-in-ctrl-contrast-rgb: 17, 35, 55;--gf-color-in-ctrl-darker: #F5F5F5;--gf-color-in-ctrl-lighter: #FFFFFF;--gf-color-in-ctrl-primary: #204ce5;--gf-color-in-ctrl-primary-rgb: 32, 76, 229;--gf-color-in-ctrl-primary-contrast: #fff;--gf-color-in-ctrl-primary-contrast-rgb: 255, 255, 255;--gf-color-in-ctrl-primary-darker: #001AB3;--gf-color-in-ctrl-primary-lighter: #527EFF;--gf-color-in-ctrl-light: rgba(17, 35, 55, 0.1);--gf-color-in-ctrl-light-rgb: 17, 35, 55;--gf-color-in-ctrl-light-darker: rgba(104, 110, 119, 0.35);--gf-color-in-ctrl-light-lighter: #F5F5F5;--gf-color-in-ctrl-dark: #585e6a;--gf-color-in-ctrl-dark-rgb: 88, 94, 106;--gf-color-in-ctrl-dark-darker: #112337;--gf-color-in-ctrl-dark-lighter: rgba(17, 35, 55, 0.65);--gf-radius: 3px;--gf-font-size-secondary: 14px;--gf-font-size-tertiary: 13px;--gf-icon-ctrl-number: url(\"data:image\/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http:\/\/www.w3.org\/2000\/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 0C4.26522 5.96046e-08 4.51957 0.105357 4.70711 0.292893L7.70711 3.29289C8.09763 3.68342 8.09763 4.31658 7.70711 4.70711C7.31658 5.09763 6.68342 5.09763 6.29289 4.70711L4 2.41421L1.70711 4.70711C1.31658 5.09763 0.683417 5.09763 0.292893 4.70711C-0.0976311 4.31658 -0.097631 3.68342 0.292893 3.29289L3.29289 0.292893C3.48043 0.105357 3.73478 0 4 0ZM0.292893 9.29289C0.683417 8.90237 1.31658 8.90237 1.70711 9.29289L4 11.5858L6.29289 9.29289C6.68342 8.90237 7.31658 8.90237 7.70711 9.29289C8.09763 9.68342 8.09763 10.3166 7.70711 10.7071L4.70711 13.7071C4.31658 14.0976 3.68342 14.0976 3.29289 13.7071L0.292893 10.7071C-0.0976311 10.3166 -0.0976311 9.68342 0.292893 9.29289Z' fill='rgba(17, 35, 55, 0.65)'\/%3E%3C\/svg%3E\");--gf-icon-ctrl-select: url(\"data:image\/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http:\/\/www.w3.org\/2000\/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.292893 0.292893C0.683417 -0.097631 1.31658 -0.097631 1.70711 0.292893L5 3.58579L8.29289 0.292893C8.68342 -0.0976311 9.31658 -0.0976311 9.70711 0.292893C10.0976 0.683417 10.0976 1.31658 9.70711 1.70711L5.70711 5.70711C5.31658 6.09763 4.68342 6.09763 4.29289 5.70711L0.292893 1.70711C-0.0976311 1.31658 -0.0976311 0.683418 0.292893 0.292893Z' fill='rgba(17, 35, 55, 0.65)'\/%3E%3C\/svg%3E\");--gf-icon-ctrl-search: url(\"data:image\/svg+xml,%3Csvg width='640' height='640' xmlns='http:\/\/www.w3.org\/2000\/svg'%3E%3Cpath d='M256 128c-70.692 0-128 57.308-128 128 0 70.691 57.308 128 128 128 70.691 0 128-57.309 128-128 0-70.692-57.309-128-128-128zM64 256c0-106.039 85.961-192 192-192s192 85.961 192 192c0 41.466-13.146 79.863-35.498 111.248l154.125 154.125c12.496 12.496 12.496 32.758 0 45.254s-32.758 12.496-45.254 0L367.248 412.502C335.862 434.854 297.467 448 256 448c-106.039 0-192-85.962-192-192z' fill='rgba(17, 35, 55, 0.65)'\/%3E%3C\/svg%3E\");--gf-label-space-y-secondary: var(--gf-label-space-y-md-secondary);--gf-ctrl-border-color: #686e77;--gf-ctrl-size: var(--gf-ctrl-size-md);--gf-ctrl-label-color-primary: #112337;--gf-ctrl-label-color-secondary: #112337;--gf-ctrl-choice-size: var(--gf-ctrl-choice-size-md);--gf-ctrl-checkbox-check-size: var(--gf-ctrl-checkbox-check-size-md);--gf-ctrl-radio-check-size: var(--gf-ctrl-radio-check-size-md);--gf-ctrl-btn-font-size: var(--gf-ctrl-btn-font-size-md);--gf-ctrl-btn-padding-x: var(--gf-ctrl-btn-padding-x-md);--gf-ctrl-btn-size: var(--gf-ctrl-btn-size-md);--gf-ctrl-btn-border-color-secondary: #686e77;--gf-ctrl-file-btn-bg-color-hover: #EBEBEB;--gf-field-img-choice-size: var(--gf-field-img-choice-size-md);--gf-field-img-choice-card-space: var(--gf-field-img-choice-card-space-md);--gf-field-img-choice-check-ind-size: var(--gf-field-img-choice-check-ind-size-md);--gf-field-img-choice-check-ind-icon-size: var(--gf-field-img-choice-check-ind-icon-size-md);--gf-field-pg-steps-number-color: rgba(17, 35, 55, 0.8);}<\/style>\n                        <div class='gform_heading'>\n\t\t\t\t\t\t\t<p class='gform_required_legend'>&quot;<span class=\"gfield_required gfield_required_asterisk\">*<\/span>&quot; indicates required fields<\/p>\n                        <\/div><form method='post' enctype='multipart\/form-data'  id='gform_2'  action='\/explorenewhomepage\/wp-json\/wp\/v2\/pages\/179' data-formid='2' novalidate>\n                        <div class='gform-body gform_body'><div id='gform_fields_2' class='gform_fields top_label form_sublabel_above description_above validation_below'><div id=\"field_2_9\" class=\"gfield gfield--type-honeypot gform_validation_container field_sublabel_above gfield--has-description field_description_above field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_2_9'>Company<\/label><div class='gfield_description' id='gfield_description_2_9'>This field is for validation purposes and should be left unchanged.<\/div><div class='ginput_container'><input name='input_9' id='input_2_9' type='text' value='' autocomplete='new-password'\/><\/div><\/div><div id=\"field_2_5\" class=\"gfield gfield--type-text gfield--input-type-text gfield--width-third gfield_contains_required field_sublabel_above gfield--no-description field_description_above field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_2_5'>Name<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_text'><input name='input_5' id='input_2_5' type='text' value='' class='large'     aria-required=\"true\" aria-invalid=\"false\"   \/><\/div><\/div><div id=\"field_2_2\" class=\"gfield gfield--type-email gfield--input-type-email gfield--width-third copy-2-to-7 gwcopy gfield_contains_required field_sublabel_above gfield--no-description field_description_above field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_2_2'>Email<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_email'>\n                            <input name='input_2' id='input_2_2' type='email' value='' class='large'    aria-required=\"true\" aria-invalid=\"false\"  \/>\n                        <\/div><\/div><div id=\"field_2_6\" class=\"gfield gfield--type-phone gfield--input-type-phone gfield--width-third field_sublabel_above gfield--no-description field_description_above field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_2_6'>Phone<\/label><div class='ginput_container ginput_container_phone'><input name='input_6' id='input_2_6' type='tel' value='' class='large'    aria-invalid=\"false\"   \/><\/div><\/div><div id=\"field_2_3\" class=\"gfield gfield--type-textarea gfield--input-type-textarea gfield_contains_required field_sublabel_above gfield--no-description field_description_above field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_2_3'>Your Goals &amp; Schedule<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_textarea'><textarea name='input_3' id='input_2_3' class='textarea small'     aria-required=\"true\" aria-invalid=\"false\"   rows='10' cols='50'><\/textarea><\/div><\/div><div id=\"field_2_8\" class=\"gfield gfield--type-hidden gfield--input-type-hidden gfield--width-full gform_hidden field_sublabel_above gfield--no-description field_description_above field_validation_below gfield_visibility_visible\"  ><div class='ginput_container ginput_container_text'><input name='input_8' id='input_2_8' type='hidden' class='gform_hidden'  aria-invalid=\"false\" value='{{ global.home_url }}' \/><\/div><\/div><div id=\"field_2_7\" class=\"gfield gfield--type-hidden gfield--input-type-hidden gfield--width-full gform_hidden field_sublabel_above gfield--no-description field_description_above field_validation_below gfield_visibility_visible\"  ><div class='ginput_container ginput_container_text'><input name='input_7' id='input_2_7' type='hidden' class='gform_hidden'  aria-invalid=\"false\" value='' \/><\/div><\/div><\/div><\/div>\n        <div class='gform-footer gform_footer top_label'> <input type='submit' id='gform_submit_button_2' class='gform_button button' onclick='gform.submission.handleButtonClick(this);' data-submission-type='submit' value='Submit'  \/> \n            <input type='hidden' class='gform_hidden' name='gform_submission_method' data-js='gform_submission_method_2' value='postback' \/>\n            <input type='hidden' class='gform_hidden' name='gform_theme' data-js='gform_theme_2' id='gform_theme_2' value='orbital' \/>\n            <input type='hidden' class='gform_hidden' name='gform_style_settings' data-js='gform_style_settings_2' id='gform_style_settings_2' value='[]' \/>\n            <input type='hidden' class='gform_hidden' name='is_submit_2' value='1' \/>\n            <input type='hidden' class='gform_hidden' name='gform_submit' value='2' \/>\n            \n            <input type='hidden' class='gform_hidden' name='gform_unique_id' value='' \/>\n            <input type='hidden' class='gform_hidden' name='state_2' value='WyJbXSIsIjIxY2IzMjA1YWE3NzY0ZmE5Y2NmMmY1MWNkOGU3NDFkIl0=' \/>\n            <input type='hidden' autocomplete='off' class='gform_hidden' name='gform_target_page_number_2' id='gform_target_page_number_2' value='0' \/>\n            <input type='hidden' autocomplete='off' class='gform_hidden' name='gform_source_page_number_2' id='gform_source_page_number_2' value='1' \/>\n            <input type='hidden' name='gform_field_values' value='' \/>\n            \n        <\/div>\n                        <\/form>\n                        <\/div><script>\ngform.initializeOnLoaded( function() {gformInitSpinner( 2, 'https:\/\/ex.plo.re\/explorenewhomepage\/wp-content\/plugins\/gravityforms\/images\/spinner.svg', false );jQuery('#gform_ajax_frame_2').on('load',function(){var contents = jQuery(this).contents().find('*').html();var is_postback = contents.indexOf('GF_AJAX_POSTBACK') >= 0;if(!is_postback){return;}var form_content = jQuery(this).contents().find('#gform_wrapper_2');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_2').length > 0;var is_redirect = contents.indexOf('gformRedirect(){') >= 0;var is_form = form_content.length > 0 && ! is_redirect && ! is_confirmation;var mt = parseInt(jQuery('html').css('margin-top'), 10) + parseInt(jQuery('body').css('margin-top'), 10) + 100;if(is_form){jQuery('#gform_wrapper_2').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('#gform_wrapper_2').addClass('gform_validation_error');} else {jQuery('#gform_wrapper_2').removeClass('gform_validation_error');}setTimeout( function() { \/* delay the scroll by 50 milliseconds to fix a bug in chrome *\/  }, 50 );if(window['gformInitDatepicker']) {gformInitDatepicker();}if(window['gformInitPriceFields']) {gformInitPriceFields();}var current_page = jQuery('#gform_source_page_number_2').val();gformInitSpinner( 2, 'https:\/\/ex.plo.re\/explorenewhomepage\/wp-content\/plugins\/gravityforms\/images\/spinner.svg', false );jQuery(document).trigger('gform_page_loaded', [2, current_page]);window['gf_submitting_2'] = false;}else if(!is_redirect){var confirmation_content = jQuery(this).contents().find('.GF_AJAX_POSTBACK').html();if(!confirmation_content){confirmation_content = contents;}jQuery('#gform_wrapper_2').replaceWith(confirmation_content);jQuery(document).trigger('gform_confirmation_loaded', [2]);window['gf_submitting_2'] = false;wp.a11y.speak(jQuery('#gform_confirmation_message_2').text());}else{jQuery('#gform_2').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger(\"gform_pre_post_render\", [{ formId: \"2\", currentPage: \"current_page\", abort: function() { this.preventDefault(); } }]);        if (event && event.defaultPrevented) {                return;        }        const gformWrapperDiv = document.getElementById( \"gform_wrapper_2\" );        if ( gformWrapperDiv ) {            const visibilitySpan = document.createElement( \"span\" );            visibilitySpan.id = \"gform_visibility_test_2\";            gformWrapperDiv.insertAdjacentElement( \"afterend\", visibilitySpan );        }        const visibilityTestDiv = document.getElementById( \"gform_visibility_test_2\" );        let postRenderFired = false;        function triggerPostRender() {            if ( postRenderFired ) {                return;            }            postRenderFired = true;            gform.core.triggerPostRenderEvents( 2, current_page );            if ( visibilityTestDiv ) {                visibilityTestDiv.parentNode.removeChild( visibilityTestDiv );            }        }        function debounce( func, wait, immediate ) {            var timeout;            return function() {                var context = this, args = arguments;                var later = function() {                    timeout = null;                    if ( !immediate ) func.apply( context, args );                };                var callNow = immediate && !timeout;                clearTimeout( timeout );                timeout = setTimeout( later, wait );                if ( callNow ) func.apply( context, args );            };        }        const debouncedTriggerPostRender = debounce( function() {            triggerPostRender();        }, 200 );        if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) {            const observer = new MutationObserver( ( mutations ) => {                mutations.forEach( ( mutation ) => {                    if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) {                        debouncedTriggerPostRender();                        observer.disconnect();                    }                });            });            observer.observe( document.body, {                attributes: true,                childList: false,                subtree: true,                attributeFilter: [ 'style', 'class' ],            });        } else {            triggerPostRender();        }    } );} );\n<\/script>\n<\/div><\/div><\/div><\/div><\/div><\/div><\/div>\n","protected":false},"excerpt":{"rendered":"<p>Deploy Tools. Hire Talent. Upgrade Your Biz \u23f1\ufe0f 15 Min. Guaranteed Build Your Empire. Calendar &quot;*&quot; indicates required fields CompanyThis field is for validation purposes and should be left unchanged.Name*Email* PhoneYour Goals &amp; Schedule*<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"template-blank-4.php","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-179","page","type-page","status-publish","hentry","no-post-thumbnail"],"acf":[],"_links":{"self":[{"href":"https:\/\/ex.plo.re\/explorenewhomepage\/wp-json\/wp\/v2\/pages\/179","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ex.plo.re\/explorenewhomepage\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/ex.plo.re\/explorenewhomepage\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/ex.plo.re\/explorenewhomepage\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ex.plo.re\/explorenewhomepage\/wp-json\/wp\/v2\/comments?post=179"}],"version-history":[{"count":74,"href":"https:\/\/ex.plo.re\/explorenewhomepage\/wp-json\/wp\/v2\/pages\/179\/revisions"}],"predecessor-version":[{"id":2436,"href":"https:\/\/ex.plo.re\/explorenewhomepage\/wp-json\/wp\/v2\/pages\/179\/revisions\/2436"}],"wp:attachment":[{"href":"https:\/\/ex.plo.re\/explorenewhomepage\/wp-json\/wp\/v2\/media?parent=179"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}