{"id":12268,"date":"2025-06-01T14:21:13","date_gmt":"2025-06-01T12:21:13","guid":{"rendered":"https:\/\/deep-in.ai\/?page_id=12268"},"modified":"2025-10-14T15:32:59","modified_gmt":"2025-10-14T13:32:59","slug":"startseite-draft","status":"publish","type":"page","link":"https:\/\/deep-in.ai\/en\/startseite-draft\/","title":{"rendered":"_backup_index-v1"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"12268\" class=\"elementor elementor-12268\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-59654e4 e-flex e-con-boxed e-con e-parent\" data-id=\"59654e4\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-69d9c7e elementor-absolute elementor-invisible elementor-widget elementor-widget-html\" data-id=\"69d9c7e\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<script type=\"module\" src=\"\/wp-content\/uploads\/3d\/model-viewer.min.js\"><\/script>\n\n<model-viewer\n  src=\"\/wp-content\/uploads\/3d\/3d_logo_blue.glb\"\n  auto-rotate\n  autoplay\n  camera-controls\n  environment-image=\"neutral\"\n  interaction-prompt=\"none\"\n  style=\"width: 100%;height: 400px; background: transparent; opacity: 0.16; pointer-events: none; cursor: default;\"\n  exposure=\"1.2\">\n<\/model-viewer>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-83411f9 elementor-absolute hide elementor-invisible elementor-widget elementor-widget-image\" data-id=\"83411f9\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;,&quot;motion_fx_motion_fx_mouse&quot;:&quot;yes&quot;,&quot;motion_fx_tilt_effect&quot;:&quot;yes&quot;,&quot;motion_fx_tilt_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:6,&quot;sizes&quot;:[]},&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"100\" height=\"100\" src=\"https:\/\/deep-in.ai\/wp-content\/uploads\/2025\/02\/logo_blau.svg\" class=\"attachment-large size-large wp-image-11764\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d432069 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"d432069\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">deep-IN<span style=\"font-family:Georgia;font-size: 0.8em\">.<\/span><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-00e46b9 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"00e46b9\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:500}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">academy for deep innovation.<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-fc3adf1 e-con-full hero-img hide animated-slow e-flex elementor-invisible e-con e-child\" data-id=\"fc3adf1\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:500}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-cc35462 hide elementor-widget elementor-widget-html\" data-id=\"cc35462\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<script>\n  (function () {\n    const c = document.createElement('canvas');\n    const ctx = c.getContext('2d');\n    document.body.appendChild(c);\n\n    c.style.position = 'fixed';\n    c.style.top = 0;\n    c.style.left = 0;\n    c.style.width = '100vw';\n    c.style.height = '100vh';\n    c.style.pointerEvents = 'none';\n    c.style.zIndex = 9999;\n\n    function resizeCanvas() {\n      c.width = window.innerWidth;\n      c.height = window.innerHeight;\n    }\n    resizeCanvas();\n    window.addEventListener('resize', resizeCanvas);\n\n    const particles = [];\n\n    document.addEventListener('mousemove', (e) => {\n      particles.push({\n        x: e.clientX,\n        y: e.clientY,\n        s: Math.random() * 3 + 1,\n        o: 1,\n        vx: (Math.random() - 0.5) * 2,\n        vy: (Math.random() - 0.5) * 2,\n      });\n\n      while (particles.length > 300) particles.shift();\n    });\n\n    function animate() {\n      ctx.clearRect(0, 0, c.width, c.height);\n      for (let i = particles.length - 1; i >= 0; i--) {\n        const p = particles[i];\n        p.x += p.vx;\n        p.y += p.vy;\n        p.o -= 0.05;\n\n        ctx.beginPath();\n        ctx.arc(p.x, p.y, p.s, 0, Math.PI * 2);\n        ctx.fillStyle = `rgba(14, 17, 49, ${p.o})`;\n        ctx.fill();\n\n        if (p.o <= 0) {\n          particles.splice(i, 1);\n        }\n      }\n      requestAnimationFrame(animate);\n    }\n    animate();\n  })();\n<\/script>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7c3df1d e-flex e-con-boxed e-con e-parent\" data-id=\"7c3df1d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<a class=\"elementor-element elementor-element-7247520 e-con-full pillar animated-fast e-flex elementor-invisible e-con e-child\" data-id=\"7247520\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeInUp&quot;}\" href=\"https:\/\/deep-in.ai\/startseite-draft\/?section=deep-in-person\">\n\t\t\t\t<div class=\"elementor-element elementor-element-eaf6a88 elementor-widget elementor-widget-heading\" data-id=\"eaf6a88\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-heading-title elementor-size-default\">deep-IN<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2c56ae2 elementor-widget elementor-widget-heading\" data-id=\"2c56ae2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-heading-title elementor-size-default\">PERSON<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/a>\n\t\t<a class=\"elementor-element elementor-element-54a271c e-con-full pillar animated-fast e-flex elementor-invisible e-con e-child\" data-id=\"54a271c\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeInUp&quot;,&quot;animation_delay&quot;:200}\" href=\"https:\/\/deep-in.ai\/startseite-draft\/?section=deep-in-ethicon\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1a67f53 elementor-widget elementor-widget-heading\" data-id=\"1a67f53\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-heading-title elementor-size-default\">deep-IN<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8354e39 elementor-widget elementor-widget-heading\" data-id=\"8354e39\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-heading-title elementor-size-default\">ETHICON<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/a>\n\t\t<div class=\"elementor-element elementor-element-22bb905 e-con-full pillar animated-fast e-flex elementor-invisible e-con e-child\" data-id=\"22bb905\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeInUp&quot;,&quot;animation_delay&quot;:400}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a026902 elementor-widget elementor-widget-heading\" data-id=\"a026902\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-heading-title elementor-size-default\">deepYN<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-67c475c elementor-widget elementor-widget-heading\" data-id=\"67c475c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-heading-title elementor-size-default\">The social knowledge network<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-0837404 e-flex e-con-boxed e-con e-parent\" data-id=\"0837404\" data-element_type=\"container\" data-e-type=\"container\" id=\"about-us\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-4947cce e-con-full e-flex elementor-invisible e-con e-child\" data-id=\"4947cce\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c58cda9 elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"c58cda9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-square\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-382e88a elementor-widget elementor-widget-heading\" data-id=\"382e88a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">ETHICAL TRANSFORMATION<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a282b65 hide elementor-invisible elementor-widget elementor-widget-html\" data-id=\"a282b65\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;zoomIn&quot;}\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"hotspot-container\">\n  <svg id=\"canvas\"><\/svg>\n\n  <div class=\"hotspot hotspot-1\">\n    <h4>\n      deep-IN\n      <div>PERSON<\/div>\n    <\/h4>\n    <div class=\"hotspot__content\">\n      <div class=\"hotspot__content-head\">\n        <i class=\"ti-close\"><\/i>\n      <\/div>\n      <div class=\"hotspot__content-headline\">EVENTS & ACADEMY<\/div>\n      <p>coming soon...<\/p>\n    <\/div>\n  <\/div>\n  <div class=\"hotspot hotspot-2\">\n    <h4>\n      deep-IN\n      <div>SIGHT<\/div>\n    <\/h4>\n    <div class=\"hotspot__content\">\n      <div class=\"hotspot__content-head\">\n        <i class=\"ti-close\"><\/i>\n      <\/div>\n      <div class=\"hotspot__content-headline\">NETWORK & PRODUCTS<\/div>\n      <p>coming soon...<\/p>\n    <\/div>\n  <\/div>\n  <div class=\"hotspot hotspot-3\">\n    <h4>\n      deep-IN\n      <div>ETHICON<\/div>\n    <\/h4>\n    <div class=\"hotspot__content\">\n      <div class=\"hotspot__content-head\">\n        <i class=\"ti-close\"><\/i>\n      <\/div>\n      <div class=\"hotspot__content-headline\">ETHICAL CONSULTING<\/div>\n      <p>coming soon...<\/p>\n    <\/div>\n  <\/div>\n<\/div>\n\n<style>\n  .hotspot-container {\n    position: relative;\n    width: 100%;\n    height: 600px;\n  }\n\n  #canvas {\n    position: absolute;\n    top: 0;\n    left: 0;\n    width: 100%;\n    height: 100%;\n    pointer-events: none; \/* Damit Klicks durchgehen *\/\n  }\n\n  .hotspot {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    position: absolute;\n    width: 140px;\n    height: 140px;\n    background-color: #171b4b;\n    border: 2px solid #171b4b;\n    border-radius: 50%;\n    cursor: pointer;\n    padding: 10px;\n  }\n\n  @keyframes scale-to-overlay {\n    to {\n      border-radius: 0px;\n      width: 90%;\n      height: 90%;\n      top: 50%;\n      left: 50%;\n      transform: translate(-50%, -50%);\n    }\n  }\n\n  .hotspot.open {\n    cursor: auto;\n    align-items: flex-start;\n    z-index: 1010;\n    animation: scale-to-overlay 100ms ease-in-out forwards;\n  }\n\n  .hotspot h4 {\n    font-family: 'Jura', sans-serif;\n    letter-spacing: 2px;\n    text-align: center;\n    font-size: 12px;\n    font-weight: 400;\n    color: #fffbf7;\n  }\n\n  .hotspot.open h4 {\n    display: none;\n  }\n\n  @media (max-width: 599px) {\n    .hotspot h4 {\n      font-size: 10px;\n    }\n  }\n\n  .hotspot h4 div {\n    font-size: 1.5em;\n    font-weight: bold;\n  }\n\n  .hotspot-1 {\n    top: 140px;\n    left: 80px;\n  }\n\n  .hotspot-2 {\n    top: 75%;\n    left: 55%;\n    transform: translate(-50%, -50%);\n  }\n\n  .hotspot-3 {\n    top: 60px;\n    right: 100px;\n  }\n\n  @media (max-width: 599px) {\n    .hotspot-container {\n      height: 400px;\n    }\n\n    .hotspot {\n      width: 100px;\n      height: 100px;\n    }\n\n    .hotspot-1 {\n      top: 140px;\n      left: 30px;\n    }\n\n    .hotspot-2 {\n      top: 320px;\n      left: 65%;\n      transform: translate(-50%, -50%);\n    }\n\n    .hotspot-3 {\n      top: 20px;\n      right: 30px;\n    }\n  }\n\n  \/* Pulsierender Effekt *\/\n  .hotspot::before {\n    content: '';\n    position: absolute;\n    top: 50%;\n    left: 50%;\n    width: 100%;\n    height: 100%;\n    background-color: #171b4b50;\n    border-radius: 50%;\n    transform: translate(-50%, -50%);\n    animation: pulse 1.5s infinite;\n    transition: background-color ease 250ms, border-radius ease 250ms;\n  }\n\n  \/* .hotspot:hover::before {\n      background-color: #1b1b1b;\n    } *\/\n\n  .hotspot.open::before {\n    display: none;\n  }\n\n  @keyframes pulse {\n    0% {\n      transform: translate(-50%, -50%) scale(1);\n      opacity: 0.8;\n    }\n    100% {\n      transform: translate(-50%, -50%) scale(1.5);\n      opacity: 0;\n    }\n  }\n\n  .hotspot__content {\n    display: flex;\n    opacity: 0;\n    font-family: 'Jura', sans-serif;\n    font-weight: 400;\n    color: #fffbf7;\n    flex-direction: column;\n    align-items: center;\n    width: 0%;\n    transition: opacity ease 250ms;\n  }\n\n  .hotspot__content.open {\n    opacity: 1;\n    width: 100%;\n  }\n\n  .hotspot__content-head {\n    display: flex;\n    justify-content: flex-end;\n    padding: 10px 10px 30px;\n    width: 100%;\n    font-size: 20px;\n  }\n\n  .hotspot__content-head i {\n    cursor: pointer;\n    padding: 10px;\n    border: 1px solid #fffbf7;\n  }\n\n  .hotspot__content-headline {\n    font-size: 20px;\n    font-weight: 600;\n    margin-bottom: 12px;\n  }\n<\/style>\n\n<script>\n  function connectHotspots() {\n    const svg = document.getElementById('canvas');\n    svg.innerHTML = ''; \/\/ Vorherige Linien l\u00f6schen\n\n    const container = document.querySelector('.hotspot-container').getBoundingClientRect();\n    const hotspots = ['hotspot-1', 'hotspot-2', 'hotspot-3'].map((id) => document.querySelector('.' + id).getBoundingClientRect());\n\n    const points = hotspots.map((h) => ({\n      x: h.left + h.width \/ 2 - container.left, \/\/ Offset berechnen\n      y: h.top + h.height \/ 2 - container.top,\n    }));\n\n    \/\/ Linien zwischen allen Punkten zeichnen\n    const lines = [\n      [points[0], points[1]],\n      [points[1], points[2]],\n      [points[2], points[0]],\n    ].map(([p1, p2]) => {\n      const line = document.createElementNS('http:\/\/www.w3.org\/2000\/svg', 'line');\n      line.setAttribute('x1', p1.x);\n      line.setAttribute('y1', p1.y);\n      line.setAttribute('x2', p2.x);\n      line.setAttribute('y2', p2.y);\n      line.setAttribute('stroke', '#171b4b');\n      line.setAttribute('stroke-width', '1');\n      svg.appendChild(line);\n    });\n  }\n\n  const observer = new IntersectionObserver(\n    (entries) => {\n      entries.forEach((entry) => {\n        if (entry.isIntersecting) {\n          setTimeout(() => {\n            window.addEventListener('resize', connectHotspots);\n            window.addEventListener('load', connectHotspots);\n            connectHotspots();\n          }, 1000);\n        }\n      });\n    },\n    {\n      root: null,\n      threshold: 0,\n    }\n  );\n  observer.observe(document.querySelector('.hotspot-container'));\n\n  document.addEventListener('click', (e) => {\n    if (e.target.closest('.hotspot:not(.open)')) {\n      const hotspot = e.target.closest('.hotspot');\n      hotspot.classList.add('open');\n      hotspot.querySelector('.hotspot__content').style.display = 'flex';\n      setTimeout(() => {\n        hotspot.querySelector('.hotspot__content').classList.add('open');\n      }, 250);\n    }\n    if (e.target.closest('.hotspot__content-head i') || !e.target.closest('.hotspot')) {\n      qsa('.hotspot').forEach((hotspot) => hotspot.classList.remove('open'));\n      qsa('.hotspot__content').forEach((hotspot) => {\n        hotspot.style.display = 'none';\n        setTimeout(() => {\n          hotspot.classList.remove('open');\n        }, 0);\n      });\n      connectHotspots();\n    }\n  });\n<\/script>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-e79f22f e-con-full e-flex e-con e-child\" data-id=\"e79f22f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-e7c9d8d e-con-full e-flex elementor-invisible e-con e-child\" data-id=\"e7c9d8d\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;}\">\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-e8cd6b1 e-con-full e-flex elementor-invisible e-con e-child\" data-id=\"e8cd6b1\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7fd0b1a elementor-widget elementor-widget-text-editor\" data-id=\"7fd0b1a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>At\u00a0<strong>deep-IN<\/strong>, we bring business into meaningful dialogue with leading thinkers in philosophy, science, and technology. Our distinctive approach\u2014through curated events, executive coaching, and strategic consulting\u2014is grounded in the vision of\u00a0<strong>ethical capitalism<\/strong>. We help businesses grow their profits by doing good. Our work is highly tailored. Drawing on a global network of certified experts across disciplines, we deliver concrete, custom-made strategies for your company or institution. We work with startups, multinational corporations, universities, policy-makers, and research institutes worldwide. The Academy serves as a hub for\u00a0<strong>cross-disciplinary collaboration<\/strong>\u00a0and a catalyst for\u00a0<strong>global transformation<\/strong>. While our focus lies on digital transformation in the age of AI, our methods are applicable across industries. We identify\u00a0<strong>future-oriented pathways<\/strong> to both qualitative and quantitative growth\u2014combining deep ethical insight with scientific precision. Our interdisciplinary methodology is anchored in cutting-edge philosophical and scientific research. We guide organizations through the\u00a0<strong>hypercomplex geoeconomic challenges<\/strong> of our time\u2014equipped with critical thinking, global awareness, and strategic foresight.<\/p>\n<p>deep-IN is uniquely positioned at the intersection of\u00a0<strong>ethics and emerging technologies<\/strong>. We collaborate with international partners\u2014ranging from agile startups to global corporations\u2014to align innovation with integrity at every level of economic activity. At the heart of our vision lies\u00a0<strong>ethical transformation<\/strong>. We move beyond the outdated binary of overregulation vs. deregulation and instead promote\u00a0<strong>innovative models of self-regulation<\/strong>\u2014sustainable, resilient, and attuned to today\u2019s rapidly shifting geopolitical and economic landscapes.<\/p>\n<p>This is more than strategy. It is a <strong>new paradigm of foresight<\/strong>\u2014a bold redefinition of what innovation can and should be. We call it:\u00a0<strong>Deep Innovation<\/strong>.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-2da3654 e-flex e-con-boxed e-con e-parent\" data-id=\"2da3654\" data-element_type=\"container\" data-e-type=\"container\" id=\"deep-in-person\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-cf1f428 e-con-full e-flex elementor-invisible e-con e-child\" data-id=\"cf1f428\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-89ac28d elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"89ac28d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-square\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e30b1b4 elementor-widget elementor-widget-heading\" data-id=\"e30b1b4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">EVENTS &amp; ACADEMY<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-baf9466 e-con-full e-flex e-con e-child\" data-id=\"baf9466\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-759dfc4 e-con-full e-flex e-con e-child\" data-id=\"759dfc4\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b9d8664 elementor-widget elementor-widget-text-editor\" data-id=\"b9d8664\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p data-start=\"49\" data-end=\"105\"><strong data-start=\"49\" data-end=\"67\">deep-IN Person<\/strong> is one of our interconnected pillars.<\/p><p data-start=\"107\" data-end=\"450\">We convene thought leaders, industry pioneers, and public intellectuals from across the globe. From high-level summits to intimate symposia, our events are spaces for deep reflection, strategic dialogue, and collaborative innovation. These encounters spark new frameworks for addressing the <strong data-start=\"398\" data-end=\"437\">ethical and geopolitical challenges<\/strong> of our time.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-fd381d8 e-con-full e-flex e-con e-child\" data-id=\"fd381d8\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ad6e1f2 elementor-widget elementor-widget-button\" data-id=\"ad6e1f2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<i aria-hidden=\"true\" class=\" ti-arrow-right\"><\/i>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">upcoming events<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-ed3abe7 e-con-full e-flex elementor-invisible e-con e-child\" data-id=\"ed3abe7\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;}\">\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-273033a e-flex e-con-boxed e-con e-parent\" data-id=\"273033a\" data-element_type=\"container\" data-e-type=\"container\" id=\"deep-in-ethicon\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-eacee98 e-con-full e-flex elementor-invisible e-con e-child\" data-id=\"eacee98\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-367745f elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"367745f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-square\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f1a2f45 elementor-widget elementor-widget-heading\" data-id=\"f1a2f45\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">ETHICAL CONSULTING &amp; TRANSFORMATION<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-41e5a09 e-con-full e-flex e-con e-child\" data-id=\"41e5a09\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-5afcf97 e-con-full e-flex e-con e-child\" data-id=\"5afcf97\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-0303633 e-con-full e-flex e-con e-child\" data-id=\"0303633\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-b233aae e-con-full step-wrapper e-flex e-con e-child\" data-id=\"b233aae\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0d83f8b elementor-widget elementor-widget-heading\" data-id=\"0d83f8b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-heading-title elementor-size-default\">1<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-94ad1b6 elementor-widget elementor-widget-heading\" data-id=\"94ad1b6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-heading-title elementor-size-default\">ANALYSIS<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-de40d80 e-con-full step-wrapper e-flex e-con e-child\" data-id=\"de40d80\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ebaa6b9 elementor-widget elementor-widget-heading\" data-id=\"ebaa6b9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-heading-title elementor-size-default\">2<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f64e978 elementor-widget elementor-widget-heading\" data-id=\"f64e978\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-heading-title elementor-size-default\">STRATEGY<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-e172744 e-con-full e-flex e-con e-child\" data-id=\"e172744\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-7dcee99 e-con-full step-wrapper e-flex e-con e-child\" data-id=\"7dcee99\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c0de0df elementor-widget elementor-widget-heading\" data-id=\"c0de0df\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-heading-title elementor-size-default\">3<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-79d0d18 elementor-widget elementor-widget-heading\" data-id=\"79d0d18\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-heading-title elementor-size-default\">IMPLEMENTATION<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-e4421d4 e-con-full step-wrapper e-flex e-con e-child\" data-id=\"e4421d4\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3ce765c elementor-widget elementor-widget-heading\" data-id=\"3ce765c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-heading-title elementor-size-default\">4<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-48ff772 elementor-widget elementor-widget-heading\" data-id=\"48ff772\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-heading-title elementor-size-default\">RESULTS<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7824b7e e-con-full e-flex e-con e-child\" data-id=\"7824b7e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e62dd10 elementor-widget elementor-widget-text-editor\" data-id=\"e62dd10\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p data-start=\"96\" data-end=\"152\"><strong data-start=\"49\" data-end=\"60\">Ethicon<\/strong> is our consultancy branch. We help organizations implement <strong data-start=\"120\" data-end=\"142\">ethical capitalism<\/strong> in practice. Combining philosophical insight, behavioral science, and strategic planning, we offer bespoke <strong data-start=\"250\" data-end=\"277\">transformation programs<\/strong> for businesses, governments, and institutions navigating complexity in the digital age.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7c3777b e-flex e-con-boxed e-con e-parent\" data-id=\"7c3777b\" data-element_type=\"container\" data-e-type=\"container\" id=\"news-events\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-fcdec34 e-con-full e-flex elementor-invisible e-con e-child\" data-id=\"fcdec34\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9e9c143 elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"9e9c143\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-square\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-540da26 elementor-widget elementor-widget-heading\" data-id=\"540da26\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">UPCOMING EVENTS<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-705c276 e-con-full e-flex e-con e-child\" data-id=\"705c276\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-bdb92e8 e-con-full e-grid e-con e-child\" data-id=\"bdb92e8\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-6c2b727 e-con-full e-flex e-con e-child\" data-id=\"6c2b727\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-e9910fd e-con-full e-flex e-con e-child\" data-id=\"e9910fd\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;position&quot;:&quot;absolute&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5240a3a elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"5240a3a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-circle\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6a64ae2 elementor-widget elementor-widget-heading\" data-id=\"6a64ae2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-heading-title elementor-size-default\">seats available<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-297c1e8 e-con-full e-flex e-con e-child\" data-id=\"297c1e8\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-37bab8e e-con-full e-flex e-con e-child\" data-id=\"37bab8e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4fd44cb elementor-widget elementor-widget-heading\" data-id=\"4fd44cb\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-heading-title elementor-size-default\">January 29 - February 02 2026<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4c3bf57 elementor-widget elementor-widget-heading\" data-id=\"4c3bf57\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-heading-title elementor-size-default\">K\u00f2smos<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7fd4094 e-con-full e-flex e-con e-child\" data-id=\"7fd4094\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6a2665c elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"6a2665c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<i aria-hidden=\"true\" class=\" ti-location-pin\"><\/i>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8add783 elementor-widget elementor-widget-heading\" data-id=\"8add783\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-heading-title elementor-size-default\">Switzerland |\u00a0St. Moritz<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-5cf33d4 e-con-full e-flex e-con e-child\" data-id=\"5cf33d4\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d432529 elementor-widget elementor-widget-button\" data-id=\"d432529\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"mailto:jean.dickie@deep-in.ai?subject=Join%20deep-IN%20event%3A%20K%C3%B2smos\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<i aria-hidden=\"true\" class=\" ti-arrow-right\"><\/i>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">join event<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-00f5e7b e-flex e-con-boxed e-con e-parent\" data-id=\"00f5e7b\" data-element_type=\"container\" data-e-type=\"container\" id=\"contact\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-c7142b0 e-con-full e-flex elementor-invisible e-con e-child\" data-id=\"c7142b0\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d5fb082 elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"d5fb082\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-square\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d03a198 elementor-widget elementor-widget-heading\" data-id=\"d03a198\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">CONTACT<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-da3f19b e-con-full e-flex e-con e-child\" data-id=\"da3f19b\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-c312b67 e-con-full e-grid e-con e-child\" data-id=\"c312b67\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-e442fec e-con-full e-flex e-con e-child\" data-id=\"e442fec\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-0d490b0 e-con-full e-flex e-con e-child\" data-id=\"0d490b0\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-a3b7f80 e-con-full e-flex e-con e-child\" data-id=\"a3b7f80\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8e8cc9e elementor-widget elementor-widget-heading\" data-id=\"8e8cc9e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-heading-title elementor-size-default\">CEO<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-922e017 elementor-widget elementor-widget-heading\" data-id=\"922e017\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-heading-title elementor-size-default\">Jean-Christine Dickie<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4b60a40 elementor-widget elementor-widget-button\" data-id=\"4b60a40\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"mailto:%20jean.dickie@deep-in.ai\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<i aria-hidden=\"true\" class=\" ti-arrow-right\"><\/i>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">contact<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-93a8506 e-con-full e-flex e-con e-child\" data-id=\"93a8506\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-53f18e9 e-con-full e-flex e-con e-child\" data-id=\"53f18e9\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-50d7772 e-con-full e-flex e-con e-child\" data-id=\"50d7772\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-159e202 elementor-widget elementor-widget-heading\" data-id=\"159e202\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-heading-title elementor-size-default\">Founder<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-db7ccb3 elementor-widget elementor-widget-heading\" data-id=\"db7ccb3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-heading-title elementor-size-default\">Prof. Dr. Markus Gabriel<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c563661 elementor-widget elementor-widget-button\" data-id=\"c563661\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"mailto:%20markus.gabriel@deep-in.ai\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<i aria-hidden=\"true\" class=\" ti-arrow-right\"><\/i>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">contact<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-695c9a8 e-con-full e-flex e-con e-child\" data-id=\"695c9a8\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-700b0f1 e-con-full e-flex e-con e-child\" data-id=\"700b0f1\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-ef9bdde e-con-full e-flex e-con e-child\" data-id=\"ef9bdde\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4b64e3a elementor-widget elementor-widget-heading\" data-id=\"4b64e3a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-heading-title elementor-size-default\">Head of Event and Marketing Management<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-995e007 elementor-widget elementor-widget-heading\" data-id=\"995e007\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-heading-title elementor-size-default\">Katharina Blatsas<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-c5474d4 e-con-full e-flex e-con e-child\" data-id=\"c5474d4\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-e12c61d e-con-full e-flex e-con e-child\" data-id=\"e12c61d\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-73557ca e-con-full e-flex e-con e-child\" data-id=\"73557ca\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9e31fa1 elementor-widget elementor-widget-heading\" data-id=\"9e31fa1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-heading-title elementor-size-default\">Werkstudent im Marketing\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-024aabd elementor-widget elementor-widget-heading\" data-id=\"024aabd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-heading-title elementor-size-default\">Luca Kossig <\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-c2df1f4 e-flex e-con-boxed e-con e-parent\" data-id=\"c2df1f4\" data-element_type=\"container\" data-e-type=\"container\" id=\"people\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-d52d433 e-con-full e-flex elementor-invisible e-con e-child\" data-id=\"d52d433\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d83ed79 elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"d83ed79\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-square\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a5b58f5 elementor-widget elementor-widget-heading\" data-id=\"a5b58f5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">PEOPLE<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-6929022 e-con-full e-flex e-con e-child\" data-id=\"6929022\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-9a811e8 e-con-full e-grid e-con e-child\" data-id=\"9a811e8\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-5383abb e-con-full e-flex e-con e-child\" data-id=\"5383abb\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-dd5b7dd elementor-widget elementor-widget-heading\" data-id=\"dd5b7dd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\">Thomas Metcalf<\/h4>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2efadec elementor-widget elementor-widget-button\" data-id=\"2efadec\" data-element_type=\"widget\" data-e-type=\"widget\" data-action=\"open-offcanvas-info\" data-content=\"&lt;h5&gt;Thomas Metcalf&lt;\/h5&gt;&lt;p&gt;Dr. Thomas Metcalf is a senior researcher at the Sustainable AI Lab at the University of Bonn. He is also an associate professor of philosophy, and the Director of Institutional Research, at Spring Hill College in the United States.&lt;p&gt;Dr. Metcalf has published single-authored, peer-reviewed journal articles and book chapters in applied ethics, metaethics, philosophy of religion, philosophy of science, social-and-political philosophy, and other areas of philosophy. He is also the founder of the Program in Philosophy, Politics, and Economics at Spring Hill College, and has taught college-level courses in business ethics, biomedical ethics, applied ethics, general ethics, philosophy of science, and many other areas. He has also delivered over 25 single-authored, peer-reviewed conference and workshop presentations, on a variety of topics in philosophy. At the Sustainable AI Lab, Dr. Metcalf specializes in artificial intelligence, democracy, and education, and the ways that these three factors help or harm each other. Beyond these, Dr. Metcalf also has extensive industry experience in AI-assisted instructional design for college-level and lifelong-learning courses.\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-size-sm elementor-animation-shrink\" role=\"button\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<i aria-hidden=\"true\" class=\" ti-arrow-right\"><\/i>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">more<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-caacde1 e-con-full e-flex e-con e-child\" data-id=\"caacde1\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-624c6d1 elementor-widget elementor-widget-heading\" data-id=\"624c6d1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\">Chelsea Haramia<\/h4>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3a76a52 elementor-widget elementor-widget-button\" data-id=\"3a76a52\" data-element_type=\"widget\" data-e-type=\"widget\" data-action=\"open-offcanvas-info\" data-content=\"&lt;h5&gt;Chelsea Haramia&lt;\/h5&gt;&lt;p&gt;Chelsea Haramia is a philosopher specializing in ethics related to space exploration, artificial intelligence, and emerging technologies.&lt;p&gt;She currently serves as a Senior Research Fellow at the Center for Science and Thought at the University of Bonn and as an Associate Research Fellow at the Academy of International Affairs NRW. Previously, she was an Associate Professor of Philosophy and Director of the Gender Studies Program at Spring Hill College in the United States. Her research focuses on astrobiology ethics, intergenerational responsibility, environmental and AI ethics, feminist philosophy, and the ethics of science and technology. She is a member of the Science Advisory Board at the SETI Institute and co-chairs the Human Factors Working Group within the UK SETI Research Network&#039;s Post-Detection Hub. Dr. Haramia is the author of several academic journal articles, book chapters, and manuscripts, and she regularly contributes to international conferences, including events hosted by the UN, NASA, and other leading scientific institutions. Her work explores the moral responsibilities we hold as a species\u2014on Earth and beyond.\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-size-sm elementor-animation-shrink\" role=\"button\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<i aria-hidden=\"true\" class=\" ti-arrow-right\"><\/i>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">more<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-9863acc e-flex e-con-boxed e-con e-parent\" data-id=\"9863acc\" data-element_type=\"container\" data-e-type=\"container\" id=\"partner\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-a620304 e-con-full e-flex elementor-invisible e-con e-child\" data-id=\"a620304\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d38695d elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"d38695d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-square\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-86b625e elementor-widget elementor-widget-heading\" data-id=\"86b625e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">PARTNERS<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2330b18 elementor-widget elementor-widget-text-editor\" data-id=\"2330b18\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><strong>Join us<\/strong> \u2013 and become part of a global community of deep innovators, turning today&#8217;s challenges into tomorrow&#8217;s ethical and profitable opportunities.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-a62e53e e-con-full e-grid e-con e-child\" data-id=\"a62e53e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-3cc6787 e-con-full e-flex e-con e-child\" data-id=\"3cc6787\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6ef32e9 elementor-widget elementor-widget-image\" data-id=\"6ef32e9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"800\" height=\"364\" src=\"https:\/\/deep-in.ai\/wp-content\/uploads\/2025\/06\/Logo-Ritzenhoefer-1024x466.png\" class=\"attachment-large size-large wp-image-12321\" alt=\"\" srcset=\"https:\/\/deep-in.ai\/wp-content\/uploads\/2025\/06\/Logo-Ritzenhoefer-1024x466.png 1024w, https:\/\/deep-in.ai\/wp-content\/uploads\/2025\/06\/Logo-Ritzenhoefer-600x273.png 600w, https:\/\/deep-in.ai\/wp-content\/uploads\/2025\/06\/Logo-Ritzenhoefer-300x137.png 300w, https:\/\/deep-in.ai\/wp-content\/uploads\/2025\/06\/Logo-Ritzenhoefer-768x350.png 768w, https:\/\/deep-in.ai\/wp-content\/uploads\/2025\/06\/Logo-Ritzenhoefer-1536x699.png 1536w, https:\/\/deep-in.ai\/wp-content\/uploads\/2025\/06\/Logo-Ritzenhoefer-2048x932.png 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-9c19a15 e-con-full e-flex e-con e-child\" data-id=\"9c19a15\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8dc5526 elementor-widget elementor-widget-image\" data-id=\"8dc5526\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"204\" height=\"160\" src=\"https:\/\/deep-in.ai\/wp-content\/uploads\/2025\/06\/logo-kyoto.png\" class=\"attachment-large size-large wp-image-12320\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>deep-IN. academy for deep innovation. deep-IN PERSON deep-IN ETHICON deepYN The social knowledge network ETHICAL TRANSFORMATION deep-IN PERSON EVENTS &#038; ACADEMY coming soon&#8230; deep-IN SIGHT NETWORK &#038; PRODUCTS coming soon&#8230; deep-IN ETHICON ETHICAL CONSULTING coming soon&#8230; At\u00a0deep-IN, we bring business into meaningful dialogue with leading thinkers in philosophy, science, and technology. Our distinctive approach\u2014through curated [&hellip;]<\/p>\n","protected":false},"author":29,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-12268","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/deep-in.ai\/en\/wp-json\/wp\/v2\/pages\/12268","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/deep-in.ai\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/deep-in.ai\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/deep-in.ai\/en\/wp-json\/wp\/v2\/users\/29"}],"replies":[{"embeddable":true,"href":"https:\/\/deep-in.ai\/en\/wp-json\/wp\/v2\/comments?post=12268"}],"version-history":[{"count":3,"href":"https:\/\/deep-in.ai\/en\/wp-json\/wp\/v2\/pages\/12268\/revisions"}],"predecessor-version":[{"id":15526,"href":"https:\/\/deep-in.ai\/en\/wp-json\/wp\/v2\/pages\/12268\/revisions\/15526"}],"wp:attachment":[{"href":"https:\/\/deep-in.ai\/en\/wp-json\/wp\/v2\/media?parent=12268"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}