CINXE.COM

Curious2024 – Future Insight™

<!doctype html><html lang="en-US"><head><meta charset="UTF-8"><script>if(navigator.userAgent.match(/MSIE|Internet Explorer/i)||navigator.userAgent.match(/Trident\/7\..*?rv:11/i)){var href=document.location.href;if(!href.match(/[?&]nowprocket/)){if(href.indexOf("?")==-1){if(href.indexOf("#")==-1){document.location.href=href+"?nowprocket=1"}else{document.location.href=href.replace("#","?nowprocket=1#")}}else{if(href.indexOf("#")==-1){document.location.href=href+"&nowprocket=1"}else{document.location.href=href.replace("#","&nowprocket=1#")}}}}</script><script>class RocketLazyLoadScripts{constructor(){this.triggerEvents=["keydown","mousedown","mousemove","touchmove","touchstart","touchend","wheel"],this.userEventHandler=this._triggerListener.bind(this),this.touchStartHandler=this._onTouchStart.bind(this),this.touchMoveHandler=this._onTouchMove.bind(this),this.touchEndHandler=this._onTouchEnd.bind(this),this.clickHandler=this._onClick.bind(this),this.interceptedClicks=[],window.addEventListener("pageshow",e=>{this.persisted=e.persisted}),window.addEventListener("DOMContentLoaded",()=>{this._preconnect3rdParties()}),this.delayedScripts={normal:[],async:[],defer:[]},this.trash=[],this.allJQueries=[]}_addUserInteractionListener(e){if(document.hidden){e._triggerListener();return}this.triggerEvents.forEach(t=>window.addEventListener(t,e.userEventHandler,{passive:!0})),window.addEventListener("touchstart",e.touchStartHandler,{passive:!0}),window.addEventListener("mousedown",e.touchStartHandler),document.addEventListener("visibilitychange",e.userEventHandler)}_removeUserInteractionListener(){this.triggerEvents.forEach(e=>window.removeEventListener(e,this.userEventHandler,{passive:!0})),document.removeEventListener("visibilitychange",this.userEventHandler)}_onTouchStart(e){"HTML"!==e.target.tagName&&(window.addEventListener("touchend",this.touchEndHandler),window.addEventListener("mouseup",this.touchEndHandler),window.addEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.addEventListener("mousemove",this.touchMoveHandler),e.target.addEventListener("click",this.clickHandler),this._renameDOMAttribute(e.target,"onclick","rocket-onclick"),this._pendingClickStarted())}_onTouchMove(e){window.removeEventListener("touchend",this.touchEndHandler),window.removeEventListener("mouseup",this.touchEndHandler),window.removeEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",this.touchMoveHandler),e.target.removeEventListener("click",this.clickHandler),this._renameDOMAttribute(e.target,"rocket-onclick","onclick"),this._pendingClickFinished()}_onTouchEnd(e){window.removeEventListener("touchend",this.touchEndHandler),window.removeEventListener("mouseup",this.touchEndHandler),window.removeEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",this.touchMoveHandler)}_onClick(e){e.target.removeEventListener("click",this.clickHandler),this._renameDOMAttribute(e.target,"rocket-onclick","onclick"),this.interceptedClicks.push(e),e.preventDefault(),e.stopPropagation(),e.stopImmediatePropagation(),this._pendingClickFinished()}_replayClicks(){window.removeEventListener("touchstart",this.touchStartHandler,{passive:!0}),window.removeEventListener("mousedown",this.touchStartHandler),this.interceptedClicks.forEach(e=>{e.target.dispatchEvent(new MouseEvent("click",{view:e.view,bubbles:!0,cancelable:!0}))})}_waitForPendingClicks(){return new Promise(e=>{this._isClickPending?this._pendingClickFinished=e:e()})}_pendingClickStarted(){this._isClickPending=!0}_pendingClickFinished(){this._isClickPending=!1}_renameDOMAttribute(e,t,i){e.hasAttribute&&e.hasAttribute(t)&&(event.target.setAttribute(i,event.target.getAttribute(t)),event.target.removeAttribute(t))}_triggerListener(){this._removeUserInteractionListener(this),"loading"===document.readyState?document.addEventListener("DOMContentLoaded",this._loadEverythingNow.bind(this)):this._loadEverythingNow()}_preconnect3rdParties(){let e=[];document.querySelectorAll("script[type=rocketlazyloadscript]").forEach(t=>{if(t.hasAttribute("src")){let i=new URL(t.src).origin;i!==location.origin&&e.push({src:i,crossOrigin:t.crossOrigin||"module"===t.getAttribute("data-rocket-type")})}}),e=[...new Map(e.map(e=>[JSON.stringify(e),e])).values()],this._batchInjectResourceHints(e,"preconnect")}async _loadEverythingNow(){this.lastBreath=Date.now(),this._delayEventListeners(this),this._delayJQueryReady(this),this._handleDocumentWrite(),this._registerAllDelayedScripts(),this._preloadAllScripts(),await this._loadScriptsFromList(this.delayedScripts.normal),await this._loadScriptsFromList(this.delayedScripts.defer),await this._loadScriptsFromList(this.delayedScripts.async);try{await this._triggerDOMContentLoaded(),await this._triggerWindowLoad()}catch(e){console.error(e)}window.dispatchEvent(new Event("rocket-allScriptsLoaded")),this._waitForPendingClicks().then(()=>{this._replayClicks()}),this._emptyTrash()}_registerAllDelayedScripts(){document.querySelectorAll("script[type=rocketlazyloadscript]").forEach(e=>{e.hasAttribute("data-rocket-src")?e.hasAttribute("async")&&!1!==e.async?this.delayedScripts.async.push(e):e.hasAttribute("defer")&&!1!==e.defer||"module"===e.getAttribute("data-rocket-type")?this.delayedScripts.defer.push(e):this.delayedScripts.normal.push(e):this.delayedScripts.normal.push(e)})}async _transformScript(e){return await this._littleBreath(),new Promise(t=>{function i(){e.setAttribute("data-rocket-status","executed"),t()}function r(){e.setAttribute("data-rocket-status","failed"),t()}try{let n=e.getAttribute("data-rocket-type"),s=e.getAttribute("data-rocket-src");if(n?(e.type=n,e.removeAttribute("data-rocket-type")):e.removeAttribute("type"),e.addEventListener("load",i),e.addEventListener("error",r),s)e.src=s,e.removeAttribute("data-rocket-src");else if(navigator.userAgent.indexOf("Firefox/")>0){var a=document.createElement("script");[...e.attributes].forEach(e=>{"type"!==e.nodeName&&a.setAttribute("data-rocket-type"===e.nodeName?"type":e.nodeName,e.nodeValue)}),a.text=e.text,e.parentNode.replaceChild(a,e),i()}else e.src="data:text/javascript;base64,"+btoa(e.text)}catch(o){r()}})}async _loadScriptsFromList(e){let t=e.shift();return t?(await this._transformScript(t),this._loadScriptsFromList(e)):Promise.resolve()}_preloadAllScripts(){this._batchInjectResourceHints([...this.delayedScripts.normal,...this.delayedScripts.defer,...this.delayedScripts.async],"preload")}_batchInjectResourceHints(e,t){var i=document.createDocumentFragment();e.forEach(e=>{let r=e.getAttribute&&e.getAttribute("data-rocket-src")||e.src;if(r){let n=document.createElement("link");n.href=r,n.rel=t,"preconnect"!==t&&(n.as="script"),e.getAttribute&&"module"===e.getAttribute("data-rocket-type")&&(n.crossOrigin=!0),e.crossOrigin&&(n.crossOrigin=e.crossOrigin),e.integrity&&(n.integrity=e.integrity),i.appendChild(n),this.trash.push(n)}}),document.head.appendChild(i)}_delayEventListeners(e){let t={};function i(e,i){!function e(i){!t[i]&&(t[i]={originalFunctions:{add:i.addEventListener,remove:i.removeEventListener},eventsToRewrite:[]},i.addEventListener=function(){arguments[0]=r(arguments[0]),t[i].originalFunctions.add.apply(i,arguments)},i.removeEventListener=function(){arguments[0]=r(arguments[0]),t[i].originalFunctions.remove.apply(i,arguments)});function r(e){return t[i].eventsToRewrite.indexOf(e)>=0?"rocket-"+e:e}}(e),t[e].eventsToRewrite.push(i)}function r(e,t){let i=e[t];Object.defineProperty(e,t,{get:()=>i||function(){},set(r){e["rocket"+t]=i=r}})}i(document,"DOMContentLoaded"),i(window,"DOMContentLoaded"),i(window,"load"),i(window,"pageshow"),i(document,"readystatechange"),r(document,"onreadystatechange"),r(window,"onload"),r(window,"onpageshow"),Object.defineProperty(document,"readyState",{get:()=>e.rocketReadyState,set(t){e.rocketReadyState=t}}),document.readyState="loading"}_delayJQueryReady(e){let t;function i(i){if(i&&i.fn&&!e.allJQueries.includes(i)){i.fn.ready=i.fn.init.prototype.ready=function(t){return e.domReadyFired?t.bind(document)(i):document.addEventListener("rocket-DOMContentLoaded",()=>t.bind(document)(i)),i([])};let r=i.fn.on;i.fn.on=i.fn.init.prototype.on=function(){if(this[0]===window){function e(e){return e.split(" ").map(e=>"load"===e||0===e.indexOf("load.")?"rocket-jquery-load":e).join(" ")}"string"==typeof arguments[0]||arguments[0]instanceof String?arguments[0]=e(arguments[0]):"object"==typeof arguments[0]&&Object.keys(arguments[0]).forEach(t=>{delete Object.assign(arguments[0],{[e(t)]:arguments[0][t]})[t]})}return r.apply(this,arguments),this},e.allJQueries.push(i)}t=i}i(window.jQuery),Object.defineProperty(window,"jQuery",{get:()=>t,set(e){i(e)}})}async _triggerDOMContentLoaded(){this.domReadyFired=!0,document.readyState="interactive",await this._littleBreath(),document.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._littleBreath(),window.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._littleBreath(),document.dispatchEvent(new Event("rocket-readystatechange")),await this._littleBreath(),document.rocketonreadystatechange&&document.rocketonreadystatechange()}async _triggerWindowLoad(){document.readyState="complete",await this._littleBreath(),window.dispatchEvent(new Event("rocket-load")),await this._littleBreath(),window.rocketonload&&window.rocketonload(),await this._littleBreath(),this.allJQueries.forEach(e=>e(window).trigger("rocket-jquery-load")),await this._littleBreath();let e=new Event("rocket-pageshow");e.persisted=this.persisted,window.dispatchEvent(e),await this._littleBreath(),window.rocketonpageshow&&window.rocketonpageshow({persisted:this.persisted})}_handleDocumentWrite(){let e=new Map;document.write=document.writeln=function(t){let i=document.currentScript;i||console.error("WPRocket unable to document.write this: "+t);let r=document.createRange(),n=i.parentElement,s=e.get(i);void 0===s&&(s=i.nextSibling,e.set(i,s));let a=document.createDocumentFragment();r.setStart(a,0),a.appendChild(r.createContextualFragment(t)),n.insertBefore(a,s)}}async _littleBreath(){Date.now()-this.lastBreath>45&&(await this._requestAnimFrame(),this.lastBreath=Date.now())}async _requestAnimFrame(){return document.hidden?new Promise(e=>setTimeout(e)):new Promise(e=>requestAnimationFrame(e))}_emptyTrash(){this.trash.forEach(e=>e.remove())}static run(){let e=new RocketLazyLoadScripts;e._addUserInteractionListener(e)}}RocketLazyLoadScripts.run();</script><meta name="viewport" content="width=device-width, initial-scale=1"><link rel="profile" href="https://gmpg.org/xfn/11"><title>Curious2024 – Future Insight™</title><link rel="stylesheet" id="siteground-optimizer-combined-css-79d9f50c01546e18f54c8b22ec8fa694" href="https://www.curiousfutureinsight.org/wp-content/uploads/siteground-optimizer-assets/siteground-optimizer-combined-css-79d9f50c01546e18f54c8b22ec8fa694.css" media="all" /><link rel="preload" href="https://www.curiousfutureinsight.org/wp-content/uploads/siteground-optimizer-assets/siteground-optimizer-combined-css-79d9f50c01546e18f54c8b22ec8fa694.css" as="style"> <style>img:is([sizes="auto" i], [sizes^="auto," i]) { contain-intrinsic-size: 3000px 1500px }</style> <!-- The SEO Framework by Sybre Waaijer --><meta name="robots" content="max-snippet:-1,max-image-preview:standard,max-video-preview:-1" /><link rel="canonical" href="https://www.curiousfutureinsight.org/" /><meta name="description" content="One of the world&#8217;s most renowned gatherings on the future of science &#038; technology. July 10–11, 2024. Germany." /><meta name="theme-color" content="#093c66" /><meta property="og:type" content="website" /><meta property="og:locale" content="en_US" /><meta property="og:site_name" content="Curious2024 – Future Insight™" /><meta property="og:title" content="Curious2024 – Future Insight™" /><meta property="og:description" content="One of the world&#8217;s most renowned gatherings on the future of science &#038; technology. July 10–11, 2024. Germany." /><meta property="og:url" content="https://www.curiousfutureinsight.org/" /><meta property="og:image" content="https://curiousfutureinsight.org/wp-content/uploads/cropped-opengraphh_image.jpg" /><meta property="og:image:width" content="1200" /><meta property="og:image:height" content="630" /><meta name="twitter:card" content="summary_large_image" /><meta name="twitter:site" content="@futureinsight" /><meta name="twitter:creator" content="@futureinsight" /><meta name="twitter:title" content="Curious2024 – Future Insight™" /><meta name="twitter:description" content="One of the world&#8217;s most renowned gatherings on the future of science &#038; technology. July 10–11, 2024. Germany." /><meta name="twitter:image" content="https://curiousfutureinsight.org/wp-content/uploads/cropped-opengraphh_image.jpg" /> <script type="application/ld+json">{"@context":"https://schema.org","@graph":[{"@type":"WebSite","@id":"https://www.curiousfutureinsight.org/#/schema/WebSite","url":"https://www.curiousfutureinsight.org/","name":"Curious2024 – Future Insight™","inLanguage":"en-US","potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://www.curiousfutureinsight.org/search/{search_term_string}/"},"query-input":"required name=search_term_string"},"publisher":{"@id":"https://www.curiousfutureinsight.org/#/schema/Organization"}},{"@type":"WebPage","@id":"https://www.curiousfutureinsight.org/","url":"https://www.curiousfutureinsight.org/","name":"Curious2024 – Future Insight™","description":"One of the world&#8217;s most renowned gatherings on the future of science &#038; technology. July 10–11, 2024. Germany.","inLanguage":"en-US","isPartOf":{"@id":"https://www.curiousfutureinsight.org/#/schema/WebSite"},"breadcrumb":{"@type":"BreadcrumbList","@id":"https://www.curiousfutureinsight.org/#/schema/BreadcrumbList","itemListElement":{"@type":"ListItem","position":1,"name":"Curious2024 – Future Insight™"}},"potentialAction":{"@type":"ReadAction","target":"https://www.curiousfutureinsight.org/"},"about":{"@id":"https://www.curiousfutureinsight.org/#/schema/Organization"}},{"@type":"Organization","@id":"https://www.curiousfutureinsight.org/#/schema/Organization","name":"Curious2024 – Future Insight™","url":"https://www.curiousfutureinsight.org/","logo":{"@type":"ImageObject","url":"https://www.curiousfutureinsight.org/wp-content/uploads/curious2024_logo.png","contentUrl":"https://www.curiousfutureinsight.org/wp-content/uploads/curious2024_logo.png","width":597,"height":138,"contentSize":"28360"}}]}</script> <!-- / The SEO Framework by Sybre Waaijer | 3.80ms meta | 1.87ms boot --><link rel="alternate" type="application/rss+xml" title="Curious2024 – Future Insight™ &raquo; Feed" href="https://www.curiousfutureinsight.org/feed/" /><link rel="alternate" type="application/rss+xml" title="Curious2024 – Future Insight™ &raquo; Comments Feed" href="https://www.curiousfutureinsight.org/comments/feed/" /> <style id='classic-theme-styles-inline-css'> /*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none} </style> <style id='global-styles-inline-css'> :root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;} :where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;} :where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;} :root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;} </style> <style id='elementor-frontend-inline-css'> .elementor-kit-6{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#FDC832;--e-global-color-text:#1A1A1B;--e-global-color-accent:#E66727;--e-global-color-4e57b11:#093C66;--e-global-color-53fec7b:#166DB0;--e-global-color-32ac4e5:#69A0DC;--e-global-color-20a2848:#00B0F0;--e-global-color-1d7bec1:#E66727;--e-global-color-1eda044:#2F3789;--e-global-color-a7f7ccc:#093C66;--e-global-color-f6cec14:#01A2DD;--e-global-color-534496d:#E66727;--e-global-color-cde2bbe:#1A1A1B;--e-global-color-20f6e6a:#E8F0F3;--e-global-color-c19db5e:#093C662B;--e-global-color-eee2542:#E8F0F37D;--e-global-color-f3f6ac8:#FDC83245;--e-global-color-a59305e:#E97B1745;--e-global-color-df399c0:#FDC832;--e-global-color-069f988:#E97B17;--e-global-color-eae5c4f:#00B0F03B;--e-global-typography-text-font-family:"Raleway";--e-global-typography-text-font-size:1em;--e-global-typography-text-font-weight:400;--e-global-typography-bd7faa5-font-family:"Raleway";--e-global-typography-bd7faa5-font-size:3.81em;--e-global-typography-bd7faa5-font-weight:600;--e-global-typography-bd7faa5-text-transform:uppercase;--e-global-typography-bd7faa5-line-height:1.2em;--e-global-typography-50b7226-font-size:1.56em;--e-global-typography-50b7226-font-weight:400;--e-global-typography-50b7226-line-height:1.3em;--e-global-typography-51f0c69-font-family:"Raleway";--e-global-typography-51f0c69-font-size:3.81em;--e-global-typography-51f0c69-font-weight:500;--e-global-typography-51f0c69-text-transform:uppercase;--e-global-typography-51f0c69-line-height:1em;--e-global-typography-06569ee-font-size:1.95em;--e-global-typography-06569ee-font-weight:400;--e-global-typography-06569ee-line-height:1.3em;--e-global-typography-e550ac1-font-size:0.8em;--e-global-typography-e550ac1-font-weight:300;--e-global-typography-e550ac1-line-height:1.2em;--e-global-typography-e3e13c5-font-family:"Raleway";--e-global-typography-e3e13c5-font-size:3.05em;--e-global-typography-e3e13c5-font-weight:400;--e-global-typography-e3e13c5-text-transform:uppercase;--e-global-typography-e3e13c5-line-height:1.2em;--e-global-typography-de730d8-font-size:1.95em;--e-global-typography-de730d8-font-weight:400;--e-global-typography-de730d8-line-height:1.2em;--e-global-typography-ff4ee73-font-family:"Raleway";--e-global-typography-ff4ee73-font-size:1.56em;--e-global-typography-ff4ee73-font-weight:400;--e-global-typography-ff4ee73-line-height:1.2em;--e-global-typography-e884589-font-family:"Raleway";--e-global-typography-e884589-font-size:1.25em;--e-global-typography-e884589-font-weight:400;--e-global-typography-e884589-line-height:1.3em;--e-global-typography-73f164d-font-family:"Raleway";--e-global-typography-73f164d-font-size:1.95em;--e-global-typography-73f164d-font-weight:600;--e-global-typography-b75679d-font-family:"Raleway";--e-global-typography-b75679d-font-size:1.56em;--e-global-typography-b75679d-font-weight:500;--e-global-typography-b75679d-line-height:1.2em;--e-global-typography-5578888-font-size:0.8em;--e-global-typography-5578888-font-weight:500;--e-global-typography-5578888-line-height:1em;--e-global-typography-3a52481-font-size:0.9em;--e-global-typography-3a52481-font-weight:500;--e-global-typography-3a52481-line-height:1em;--e-global-typography-fb14706-font-size:16px;--e-global-typography-fb14706-font-weight:500;--e-global-typography-7eeef41-font-family:"Raleway";--e-global-typography-7eeef41-font-size:2.44em;--e-global-typography-7eeef41-font-weight:500;--e-global-typography-7eeef41-line-height:1em;--e-global-typography-6a5da37-font-family:"Raleway";--e-global-typography-6a5da37-font-size:1.95em;--e-global-typography-6a5da37-font-weight:500;--e-global-typography-6a5da37-line-height:1em;--e-global-typography-edc6048-font-size:0.9em;--e-global-typography-edc6048-font-weight:500;--e-global-typography-edc6048-line-height:1em;--e-global-typography-7df0718-font-family:"Raleway";--e-global-typography-7df0718-font-size:1.56em;--e-global-typography-7df0718-font-weight:500;--e-global-typography-7df0718-line-height:1em;--e-global-typography-2ec3922-font-size:1.25em;--e-global-typography-2ec3922-font-weight:500;--e-global-typography-2ec3922-line-height:1em;--e-global-typography-9f0ce37-font-size:1em;--e-global-typography-9f0ce37-font-weight:500;--e-global-typography-9f0ce37-line-height:1em;--e-global-typography-efb9ab3-font-size:4.81em;--e-global-typography-efb9ab3-line-height:1em;font-family:"Raleway", Sans-serif;font-size:16px;font-weight:400;text-transform:none;font-style:normal;text-decoration:none;line-height:1.3em;letter-spacing:0px;word-spacing:0px;}.elementor-kit-6 a{color:var( --e-global-color-accent );font-family:"Raleway", Sans-serif;}.elementor-kit-6 h1{font-size:4.81em;}.elementor-kit-6 h2{font-size:3.95em;}.elementor-kit-6 h3{font-size:2.44em;}.elementor-kit-6 h4{font-size:1.95em;}.elementor-kit-6 h5{font-size:1.56em;line-height:1.3em;}.elementor-kit-6 h6{font-size:1.25em;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{font-size:var( --e-global-typography-fb14706-font-size );font-weight:var( --e-global-typography-fb14706-font-weight );line-height:var( --e-global-typography-fb14706-line-height );letter-spacing:var( --e-global-typography-fb14706-letter-spacing );word-spacing:var( --e-global-typography-fb14706-word-spacing );color:var( --e-global-color-primary );background-color:var( --e-global-color-accent );border-style:solid;border-width:1.5px 1.5px 1.5px 1.5px;border-color:var( --e-global-color-accent );border-radius:30px 30px 30px 30px;padding:12px 24px 12px 24px;}.elementor-kit-6 button:hover,.elementor-kit-6 button:focus,.elementor-kit-6 input[type="button"]:hover,.elementor-kit-6 input[type="button"]:focus,.elementor-kit-6 input[type="submit"]:hover,.elementor-kit-6 input[type="submit"]:focus,.elementor-kit-6 .elementor-button:hover,.elementor-kit-6 .elementor-button:focus{color:var( --e-global-color-primary );background-color:var( --e-global-color-accent );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}@media(max-width:1024px){.elementor-kit-6{font-size:14px;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{font-size:var( --e-global-typography-fb14706-font-size );line-height:var( --e-global-typography-fb14706-line-height );letter-spacing:var( --e-global-typography-fb14706-letter-spacing );word-spacing:var( --e-global-typography-fb14706-word-spacing );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6{--e-global-typography-efb9ab3-font-size:3.95em;font-size:13px;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{font-size:var( --e-global-typography-fb14706-font-size );line-height:var( --e-global-typography-fb14706-line-height );letter-spacing:var( --e-global-typography-fb14706-letter-spacing );word-spacing:var( --e-global-typography-fb14706-word-spacing );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}} .elementor-14 .elementor-element.elementor-element-b08367b > .elementor-container{min-height:103vh;}.elementor-14 .elementor-element.elementor-element-b08367b > .elementor-background-overlay{background-color:var( --e-global-color-4e57b11 );opacity:0.5;}.elementor-14 .elementor-element.elementor-element-b08367b > .elementor-shape-bottom .elementor-shape-fill{fill:var( --e-global-color-eae5c4f );}.elementor-14 .elementor-element.elementor-element-b08367b > .elementor-shape-bottom svg{width:calc(294% + 1.3px);height:84px;transform:translateX(-50%) rotateY(180deg);}.elementor-14 .elementor-element.elementor-element-b08367b{padding:0px 60px 0px 60px;}.elementor-14 .elementor-element.elementor-element-6404775 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-14 .elementor-element.elementor-element-6404775 > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-14 .elementor-element.elementor-element-c1fc36c{--spacer-size:23vh;}.elementor-14 .elementor-element.elementor-element-50bbbd1 .elementor-heading-title{color:var( --e-global-color-primary );font-family:var( --e-global-typography-e3e13c5-font-family ), Sans-serif;font-size:var( --e-global-typography-e3e13c5-font-size );font-weight:var( --e-global-typography-e3e13c5-font-weight );text-transform:var( --e-global-typography-e3e13c5-text-transform );line-height:var( --e-global-typography-e3e13c5-line-height );letter-spacing:var( --e-global-typography-e3e13c5-letter-spacing );word-spacing:var( --e-global-typography-e3e13c5-word-spacing );}.elementor-14 .elementor-element.elementor-element-50bbbd1 > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-14 .elementor-element.elementor-element-50bbbd1{z-index:2;}.elementor-14 .elementor-element.elementor-element-69e95a5{text-align:left;width:auto;max-width:auto;z-index:0;}.elementor-14 .elementor-element.elementor-element-69e95a5 img{width:170px;}.elementor-14 .elementor-element.elementor-element-69e95a5 > .elementor-widget-container{margin:-80px 0px 0px -20px;}.elementor-14 .elementor-element.elementor-element-ba12569{text-align:left;z-index:0;}.elementor-14 .elementor-element.elementor-element-ba12569 img{width:150px;}.elementor-14 .elementor-element.elementor-element-ba12569 > .elementor-widget-container{margin:-100px 0px 0px 60px;}.elementor-14 .elementor-element.elementor-element-9e08460{text-align:center;width:var( --container-widget-width, 500px );max-width:500px;--container-widget-width:500px;--container-widget-flex-grow:0;z-index:1;}.elementor-14 .elementor-element.elementor-element-9e08460 img{opacity:0.1;transition-duration:1s;}.elementor-14 .elementor-element.elementor-element-a5715e6 > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-14 .elementor-element.elementor-element-df8bcc5{--spacer-size:62vh;}.elementor-14 .elementor-element.elementor-element-8af2c55 .elementor-heading-title{color:var( --e-global-color-primary );font-family:var( --e-global-typography-ff4ee73-font-family ), Sans-serif;font-size:var( --e-global-typography-ff4ee73-font-size );font-weight:var( --e-global-typography-ff4ee73-font-weight );line-height:var( --e-global-typography-ff4ee73-line-height );letter-spacing:var( --e-global-typography-ff4ee73-letter-spacing );word-spacing:var( --e-global-typography-ff4ee73-word-spacing );}.elementor-14 .elementor-element.elementor-element-8af2c55 > .elementor-widget-container{margin:0px 0px 20px 0px;}.elementor-14 .elementor-element.elementor-element-4b79ff5 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-14 .elementor-element.elementor-element-4b79ff5 > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-14 .elementor-element.elementor-element-4bbbe11{--spacer-size:23vh;}.elementor-14 .elementor-element.elementor-element-bc2f038 .elementor-heading-title{color:var( --e-global-color-primary );font-family:var( --e-global-typography-ff4ee73-font-family ), Sans-serif;font-size:var( --e-global-typography-ff4ee73-font-size );font-weight:var( --e-global-typography-ff4ee73-font-weight );line-height:var( --e-global-typography-ff4ee73-line-height );letter-spacing:var( --e-global-typography-ff4ee73-letter-spacing );word-spacing:var( --e-global-typography-ff4ee73-word-spacing );}.elementor-14 .elementor-element.elementor-element-bc2f038 > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-14 .elementor-element.elementor-element-bc2f038{z-index:99;}.elementor-14 .elementor-element.elementor-element-d6fcd50 > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-14 .elementor-element.elementor-element-4e04559{--spacer-size:62vh;}.elementor-14 .elementor-element.elementor-element-9758fec{margin-top:0px;margin-bottom:20px;}.elementor-14 .elementor-element.elementor-element-bb420e0 > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-14 .elementor-element.elementor-element-f6b8c85 img{width:300px;max-width:300px;}body:not(.rtl) .elementor-14 .elementor-element.elementor-element-f6b8c85{left:-170px;}body.rtl .elementor-14 .elementor-element.elementor-element-f6b8c85{right:-170px;}.elementor-14 .elementor-element.elementor-element-f6b8c85{top:-150px;z-index:0;}.elementor-14 .elementor-element.elementor-element-4fda0e9 .elementor-heading-title{color:var( --e-global-color-primary );font-family:var( --e-global-typography-ff4ee73-font-family ), Sans-serif;font-size:var( --e-global-typography-ff4ee73-font-size );font-weight:var( --e-global-typography-ff4ee73-font-weight );line-height:var( --e-global-typography-ff4ee73-line-height );letter-spacing:var( --e-global-typography-ff4ee73-letter-spacing );word-spacing:var( --e-global-typography-ff4ee73-word-spacing );}.elementor-14 .elementor-element.elementor-element-4fda0e9 > .elementor-widget-container{border-style:solid;border-width:0px 0px 0px 0px;}.elementor-14 .elementor-element.elementor-element-b1a224d a.elementor-button, .elementor-14 .elementor-element.elementor-element-b1a224d .elementor-button{font-size:var( --e-global-typography-5578888-font-size );font-weight:var( --e-global-typography-5578888-font-weight );line-height:var( --e-global-typography-5578888-line-height );letter-spacing:var( --e-global-typography-5578888-letter-spacing );word-spacing:var( --e-global-typography-5578888-word-spacing );fill:var( --e-global-color-accent );color:var( --e-global-color-accent );background-color:#02010100;padding:0px 0px 0px 0px;}.elementor-14 .elementor-element.elementor-element-b1a224d .elementor-button{border-style:solid;border-width:0px 0px 0px 0px;}.elementor-14 .elementor-element.elementor-element-b1a224d > .elementor-widget-container{margin:-18px 0px 0px 0px;}.elementor-14 .elementor-element.elementor-element-b1a224d{width:auto;max-width:auto;}.elementor-14 .elementor-element.elementor-element-cc56997 a.elementor-button, .elementor-14 .elementor-element.elementor-element-cc56997 .elementor-button{font-size:var( --e-global-typography-5578888-font-size );font-weight:var( --e-global-typography-5578888-font-weight );line-height:var( --e-global-typography-5578888-line-height );letter-spacing:var( --e-global-typography-5578888-letter-spacing );word-spacing:var( --e-global-typography-5578888-word-spacing );fill:var( --e-global-color-accent );color:var( --e-global-color-accent );background-color:#02010100;padding:0px 0px 0px 0px;}.elementor-14 .elementor-element.elementor-element-cc56997 .elementor-button{border-style:solid;border-width:0px 0px 0px 0px;}.elementor-14 .elementor-element.elementor-element-cc56997 > .elementor-widget-container{margin:-18px 0px 0px 18px;}.elementor-14 .elementor-element.elementor-element-cc56997{width:auto;max-width:auto;}.elementor-14 .elementor-element.elementor-element-e0f0ae6 .elementor-heading-title{color:var( --e-global-color-primary );font-family:var( --e-global-typography-e884589-font-family ), Sans-serif;font-size:var( --e-global-typography-e884589-font-size );font-weight:var( --e-global-typography-e884589-font-weight );line-height:var( --e-global-typography-e884589-line-height );letter-spacing:var( --e-global-typography-e884589-letter-spacing );word-spacing:var( --e-global-typography-e884589-word-spacing );}.elementor-14 .elementor-element.elementor-element-e0f0ae6 > .elementor-widget-container{margin:10px 0px 0px 0px;}.elementor-14 .elementor-element.elementor-element-a7ebc25 .elementor-heading-title{color:var( --e-global-color-primary );font-family:"Raleway", Sans-serif;font-size:1em;font-weight:400;line-height:1.3em;}.elementor-14 .elementor-element.elementor-element-a7ebc25 > .elementor-widget-container{margin:-2px 0px 0px 0px;background-color:transparent;background-image:linear-gradient(250deg, #00B0F03B 0%, #00B0F07A 100%);border-radius:4px 4px 4px 4px;}.elementor-14 .elementor-element.elementor-element-a7ebc25{width:auto;max-width:auto;}.elementor-14 .elementor-element.elementor-element-3f83f17 > .elementor-container{min-height:103vh;}.elementor-14 .elementor-element.elementor-element-3f83f17 > .elementor-background-overlay{background-color:var( --e-global-color-4e57b11 );opacity:0.5;}.elementor-14 .elementor-element.elementor-element-3f83f17 > .elementor-shape-bottom .elementor-shape-fill{fill:var( --e-global-color-eae5c4f );}.elementor-14 .elementor-element.elementor-element-3f83f17 > .elementor-shape-bottom svg{width:calc(294% + 1.3px);height:84px;transform:translateX(-50%) rotateY(180deg);}.elementor-14 .elementor-element.elementor-element-3f83f17{margin-top:-78px;margin-bottom:0px;padding:0px 60px 0px 60px;}.elementor-bc-flex-widget .elementor-14 .elementor-element.elementor-element-d7b38ec.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-14 .elementor-element.elementor-element-d7b38ec.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-14 .elementor-element.elementor-element-d7b38ec > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-14 .elementor-element.elementor-element-dbd5ddd img{width:300px;}.elementor-14 .elementor-element.elementor-element-dbd5ddd{z-index:0;}.elementor-14 .elementor-element.elementor-element-dbd5ddd .jet-tricks-satellite{transform:translateX(-15px);z-index:2;}.elementor-14 .elementor-element.elementor-element-dbd5ddd .jet-tricks-satellite__inner{transform:translateY(-70px);}.elementor-14 .elementor-element.elementor-element-dbd5ddd .jet-tricks-satellite .jet-tricks-satellite__text span{transform:rotate(0deg);}.elementor-14 .elementor-element.elementor-element-dbd5ddd .jet-tricks-satellite .jet-tricks-satellite__icon .jet-tricks-satellite__icon-instance{transform:rotate(0deg);}.elementor-14 .elementor-element.elementor-element-dbd5ddd .jet-tricks-satellite .jet-tricks-satellite__image .jet-tricks-satellite__image-instance{transform:rotate(0deg);}.elementor-14 .elementor-element.elementor-element-dbd5ddd .jet-tricks-satellite .jet-tricks-satellite__image{width:330px;height:200px;}.elementor-14 .elementor-element.elementor-element-16ff23a{--spacer-size:50px;}.elementor-14 .elementor-element.elementor-element-f5fc1d9 .elementor-heading-title{color:var( --e-global-color-primary );font-family:var( --e-global-typography-e3e13c5-font-family ), Sans-serif;font-size:var( --e-global-typography-e3e13c5-font-size );font-weight:var( --e-global-typography-e3e13c5-font-weight );text-transform:var( --e-global-typography-e3e13c5-text-transform );line-height:var( --e-global-typography-e3e13c5-line-height );letter-spacing:var( --e-global-typography-e3e13c5-letter-spacing );word-spacing:var( --e-global-typography-e3e13c5-word-spacing );}.elementor-14 .elementor-element.elementor-element-f5fc1d9 > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-14 .elementor-element.elementor-element-f5fc1d9{z-index:2;}.elementor-14 .elementor-element.elementor-element-5b517f2 .elementor-heading-title{color:var( --e-global-color-primary );font-family:var( --e-global-typography-ff4ee73-font-family ), Sans-serif;font-size:var( --e-global-typography-ff4ee73-font-size );font-weight:var( --e-global-typography-ff4ee73-font-weight );line-height:var( --e-global-typography-ff4ee73-line-height );letter-spacing:var( --e-global-typography-ff4ee73-letter-spacing );word-spacing:var( --e-global-typography-ff4ee73-word-spacing );}.elementor-14 .elementor-element.elementor-element-5b517f2 > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-14 .elementor-element.elementor-element-074c2cf .elementor-heading-title{color:var( --e-global-color-primary );font-family:var( --e-global-typography-e884589-font-family ), Sans-serif;font-size:var( --e-global-typography-e884589-font-size );font-weight:var( --e-global-typography-e884589-font-weight );line-height:var( --e-global-typography-e884589-line-height );letter-spacing:var( --e-global-typography-e884589-letter-spacing );word-spacing:var( --e-global-typography-e884589-word-spacing );}.elementor-14 .elementor-element.elementor-element-76c2e17 .elementor-heading-title{color:var( --e-global-color-primary );font-family:"Raleway", Sans-serif;font-size:1em;font-weight:400;line-height:1.3em;}.elementor-14 .elementor-element.elementor-element-76c2e17 > .elementor-widget-container{margin:-2px 0px 0px 0px;background-color:transparent;background-image:linear-gradient(250deg, #01A2DD2B 0%, #00B0F06E 100%);border-radius:4px 4px 4px 4px;}.elementor-14 .elementor-element.elementor-element-76c2e17{width:auto;max-width:auto;}.elementor-14 .elementor-element.elementor-element-efce642 .elementor-button-content-wrapper{flex-direction:row-reverse;}.elementor-14 .elementor-element.elementor-element-efce642 .elementor-button .elementor-button-content-wrapper{gap:14px;}.elementor-14 .elementor-element.elementor-element-efce642 .elementor-button{font-family:"Raleway", Sans-serif;font-size:0.9em;fill:var( --e-global-color-primary );color:var( --e-global-color-primary );background-color:var( --e-global-color-accent );border-radius:30px 30px 30px 30px;padding:8px 22px 8px 22px;}.elementor-14 .elementor-element.elementor-element-efce642 .elementor-button:hover, .elementor-14 .elementor-element.elementor-element-efce642 .elementor-button:focus{color:var( --e-global-color-primary );background-color:var( --e-global-color-accent );}.elementor-14 .elementor-element.elementor-element-efce642 .elementor-button:hover svg, .elementor-14 .elementor-element.elementor-element-efce642 .elementor-button:focus svg{fill:var( --e-global-color-primary );}.elementor-14 .elementor-element.elementor-element-efce642 > .elementor-widget-container{margin:20px 0px 0px 0px;}.elementor-14 .elementor-element.elementor-element-efce642{width:100%;max-width:100%;}.elementor-14 .elementor-element.elementor-element-ce3cd79 .elementor-button-content-wrapper{flex-direction:row-reverse;}.elementor-14 .elementor-element.elementor-element-ce3cd79 .elementor-button .elementor-button-content-wrapper{gap:14px;}.elementor-14 .elementor-element.elementor-element-ce3cd79 .elementor-button{font-family:"Raleway", Sans-serif;font-size:0.9em;fill:var( --e-global-color-primary );color:var( --e-global-color-primary );background-color:var( --e-global-color-accent );border-radius:30px 30px 30px 30px;padding:8px 22px 8px 22px;}.elementor-14 .elementor-element.elementor-element-ce3cd79 .elementor-button:hover, .elementor-14 .elementor-element.elementor-element-ce3cd79 .elementor-button:focus{color:var( --e-global-color-primary );background-color:var( --e-global-color-accent );}.elementor-14 .elementor-element.elementor-element-ce3cd79 .elementor-button:hover svg, .elementor-14 .elementor-element.elementor-element-ce3cd79 .elementor-button:focus svg{fill:var( --e-global-color-primary );}.elementor-14 .elementor-element.elementor-element-ce3cd79 > .elementor-widget-container{margin:20px 0px 0px 0px;}.elementor-14 .elementor-element.elementor-element-ce3cd79{width:100%;max-width:100%;}.elementor-14 .elementor-element.elementor-element-b361e0a{--spacer-size:50px;}.elementor-14 .elementor-element.elementor-element-06945d7{--spacer-size:50px;}.elementor-14 .elementor-element.elementor-element-20233fd > .elementor-container{min-height:103vh;}.elementor-14 .elementor-element.elementor-element-20233fd:not(.elementor-motion-effects-element-type-background), .elementor-14 .elementor-element.elementor-element-20233fd > .elementor-motion-effects-container > .elementor-motion-effects-layer{background:url("https://www.curiousfutureinsight.org/wp-content/uploads/starflight.jpg") 50% 50%;background-size:cover;}.elementor-14 .elementor-element.elementor-element-20233fd{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;z-index:90;}.elementor-14 .elementor-element.elementor-element-20233fd > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-bc-flex-widget .elementor-14 .elementor-element.elementor-element-710fb46.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-14 .elementor-element.elementor-element-710fb46.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-14 .elementor-element.elementor-element-710fb46.elementor-column > .elementor-widget-wrap{justify-content:center;}.elementor-14 .elementor-element.elementor-element-a7bbe47{text-align:center;width:var( --container-widget-width, 500px );max-width:500px;--container-widget-width:500px;--container-widget-flex-grow:0;z-index:1;}.elementor-14 .elementor-element.elementor-element-a7bbe47 img{width:500px;height:500px;opacity:0.1;transition-duration:1s;}.elementor-14 .elementor-element.elementor-element-d6904ae > .elementor-container{min-height:50vh;}.elementor-14 .elementor-element.elementor-element-d6904ae:not(.elementor-motion-effects-element-type-background), .elementor-14 .elementor-element.elementor-element-d6904ae > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(180deg, var( --e-global-color-4e57b11 ) 25%, #082C49 100%);}.elementor-14 .elementor-element.elementor-element-d6904ae{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-14 .elementor-element.elementor-element-d6904ae > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-14 .elementor-element.elementor-element-e066561 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:30px;}.elementor-14 .elementor-element.elementor-element-e066561 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:80px 60px 80px 60px;}.elementor-14 .elementor-element.elementor-element-e066561 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-14 .elementor-element.elementor-element-231d9a2 .elementor-heading-title{color:var( --e-global-color-primary );font-family:var( --e-global-typography-bd7faa5-font-family ), Sans-serif;font-size:var( --e-global-typography-bd7faa5-font-size );font-weight:var( --e-global-typography-bd7faa5-font-weight );text-transform:var( --e-global-typography-bd7faa5-text-transform );line-height:var( --e-global-typography-bd7faa5-line-height );letter-spacing:var( --e-global-typography-bd7faa5-letter-spacing );word-spacing:var( --e-global-typography-bd7faa5-word-spacing );}.elementor-14 .elementor-element.elementor-element-71a20f6 .elementor-heading-title{color:var( --e-global-color-primary );font-size:var( --e-global-typography-50b7226-font-size );font-weight:var( --e-global-typography-50b7226-font-weight );line-height:var( --e-global-typography-50b7226-line-height );letter-spacing:var( --e-global-typography-50b7226-letter-spacing );word-spacing:var( --e-global-typography-50b7226-word-spacing );}.elementor-14 .elementor-element.elementor-element-71a20f6 > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-14 .elementor-element.elementor-element-bc9936d .elementor-repeater-item-0e4d861.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-14 .elementor-element.elementor-element-41f8c7a > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-14 .elementor-element.elementor-element-bb21f68 .elementor-counter-number-wrapper{color:var( --e-global-color-primary );font-family:var( --e-global-typography-6a5da37-font-family ), Sans-serif;font-size:var( --e-global-typography-6a5da37-font-size );font-weight:var( --e-global-typography-6a5da37-font-weight );line-height:var( --e-global-typography-6a5da37-line-height );letter-spacing:var( --e-global-typography-6a5da37-letter-spacing );word-spacing:var( --e-global-typography-6a5da37-word-spacing );}.elementor-14 .elementor-element.elementor-element-bb21f68 .elementor-counter-title{color:var( --e-global-color-primary );font-family:"Raleway", Sans-serif;font-size:16px;font-weight:300;line-height:1.3em;}.elementor-14 .elementor-element.elementor-element-34609d9 > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-14 .elementor-element.elementor-element-d5c0f8b .elementor-counter-number-wrapper{color:var( --e-global-color-primary );font-family:var( --e-global-typography-6a5da37-font-family ), Sans-serif;font-size:var( --e-global-typography-6a5da37-font-size );font-weight:var( --e-global-typography-6a5da37-font-weight );line-height:var( --e-global-typography-6a5da37-line-height );letter-spacing:var( --e-global-typography-6a5da37-letter-spacing );word-spacing:var( --e-global-typography-6a5da37-word-spacing );}.elementor-14 .elementor-element.elementor-element-d5c0f8b .elementor-counter-title{color:var( --e-global-color-primary );font-family:"Raleway", Sans-serif;font-size:16px;font-weight:300;line-height:1.3em;}.elementor-14 .elementor-element.elementor-element-d54b3c6 > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-14 .elementor-element.elementor-element-50bc35a .elementor-counter-number-wrapper{color:var( --e-global-color-primary );font-family:var( --e-global-typography-6a5da37-font-family ), Sans-serif;font-size:var( --e-global-typography-6a5da37-font-size );font-weight:var( --e-global-typography-6a5da37-font-weight );line-height:var( --e-global-typography-6a5da37-line-height );letter-spacing:var( --e-global-typography-6a5da37-letter-spacing );word-spacing:var( --e-global-typography-6a5da37-word-spacing );}.elementor-14 .elementor-element.elementor-element-50bc35a .elementor-counter-title{color:var( --e-global-color-primary );font-family:"Raleway", Sans-serif;font-size:16px;font-weight:300;line-height:1.3em;}.elementor-14 .elementor-element.elementor-element-f1f4fd2 > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-14 .elementor-element.elementor-element-ca59759 .elementor-counter-number-wrapper{color:var( --e-global-color-primary );font-family:var( --e-global-typography-6a5da37-font-family ), Sans-serif;font-size:var( --e-global-typography-6a5da37-font-size );font-weight:var( --e-global-typography-6a5da37-font-weight );line-height:var( --e-global-typography-6a5da37-line-height );letter-spacing:var( --e-global-typography-6a5da37-letter-spacing );word-spacing:var( --e-global-typography-6a5da37-word-spacing );}.elementor-14 .elementor-element.elementor-element-ca59759 .elementor-counter-title{color:var( --e-global-color-primary );font-family:"Raleway", Sans-serif;font-size:16px;font-weight:300;line-height:1.3em;}.elementor-14 .elementor-element.elementor-element-80509d3 .elementor-wrapper{--video-aspect-ratio:1.77777;}.elementor-14 .elementor-element.elementor-element-80509d3 > .elementor-widget-container{border-radius:15px 15px 15px 15px;}.elementor-bc-flex-widget .elementor-14 .elementor-element.elementor-element-9de2689.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-14 .elementor-element.elementor-element-9de2689.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-14 .elementor-element.elementor-element-9de2689 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:60px 60px 60px 60px;}.elementor-14 .elementor-element.elementor-element-9de2689 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-14 .elementor-element.elementor-element-72eb2c9 .elementor-wrapper{--video-aspect-ratio:1.77777;}.elementor-14 .elementor-element.elementor-element-72eb2c9 > .elementor-widget-container{border-radius:15px 15px 15px 15px;}.elementor-14 .elementor-element.elementor-element-51a13f4 > .elementor-container{max-width:600px;min-height:280px;}.elementor-14 .elementor-element.elementor-element-51a13f4 > .elementor-background-overlay{background-color:var( --e-global-color-4e57b11 );opacity:0.5;}.elementor-14 .elementor-element.elementor-element-51a13f4 > .elementor-shape-top .elementor-shape-fill{fill:var( --e-global-color-eae5c4f );}.elementor-14 .elementor-element.elementor-element-51a13f4 > .elementor-shape-top svg{width:calc(159% + 1.3px);height:80px;transform:translateX(-50%) rotateY(180deg);}.elementor-14 .elementor-element.elementor-element-51a13f4 > .elementor-shape-bottom .elementor-shape-fill{fill:var( --e-global-color-eae5c4f );}.elementor-14 .elementor-element.elementor-element-51a13f4 > .elementor-shape-bottom svg{width:calc(230% + 1.3px);height:100px;transform:translateX(-50%) rotateY(180deg);}.elementor-14 .elementor-element.elementor-element-51a13f4{padding:60px 60px 60px 60px;}.elementor-bc-flex-widget .elementor-14 .elementor-element.elementor-element-f893faa.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-14 .elementor-element.elementor-element-f893faa.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-14 .elementor-element.elementor-element-f893faa > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:40px;}.elementor-14 .elementor-element.elementor-element-f893faa > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-14 .elementor-element.elementor-element-99045e6 img{width:150px;}.elementor-14 .elementor-element.elementor-element-99045e6{width:auto;max-width:auto;bottom:0px;z-index:0;}body:not(.rtl) .elementor-14 .elementor-element.elementor-element-99045e6{right:-80px;}body.rtl .elementor-14 .elementor-element.elementor-element-99045e6{left:-80px;}.elementor-14 .elementor-element.elementor-element-99045e6 .jet-tricks-satellite{transform:translateX(6px);z-index:2;}.elementor-14 .elementor-element.elementor-element-99045e6 .jet-tricks-satellite__inner{transform:translateY(-49px);}.elementor-14 .elementor-element.elementor-element-99045e6 .jet-tricks-satellite .jet-tricks-satellite__text span{transform:rotate(0deg);}.elementor-14 .elementor-element.elementor-element-99045e6 .jet-tricks-satellite .jet-tricks-satellite__icon .jet-tricks-satellite__icon-instance{transform:rotate(0deg);}.elementor-14 .elementor-element.elementor-element-99045e6 .jet-tricks-satellite .jet-tricks-satellite__image .jet-tricks-satellite__image-instance{transform:rotate(0deg);}.elementor-14 .elementor-element.elementor-element-99045e6 .jet-tricks-satellite .jet-tricks-satellite__image{width:165px;height:100px;}.elementor-14 .elementor-element.elementor-element-4f26365 img{width:60px;}.elementor-14 .elementor-element.elementor-element-4f26365{width:auto;max-width:auto;bottom:108px;z-index:0;}body:not(.rtl) .elementor-14 .elementor-element.elementor-element-4f26365{right:76.2px;}body.rtl .elementor-14 .elementor-element.elementor-element-4f26365{left:76.2px;}.elementor-14 .elementor-element.elementor-element-7f7be75{--icon-box-icon-margin:20px;}.elementor-14 .elementor-element.elementor-element-7f7be75 .elementor-icon-box-title{margin-bottom:10px;color:var( --e-global-color-primary );}.elementor-14 .elementor-element.elementor-element-7f7be75.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-primary );}.elementor-14 .elementor-element.elementor-element-7f7be75.elementor-view-framed .elementor-icon, .elementor-14 .elementor-element.elementor-element-7f7be75.elementor-view-default .elementor-icon{fill:var( --e-global-color-primary );color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-14 .elementor-element.elementor-element-7f7be75 .elementor-icon{font-size:40px;}.elementor-14 .elementor-element.elementor-element-7f7be75 .elementor-icon-box-title, .elementor-14 .elementor-element.elementor-element-7f7be75 .elementor-icon-box-title a{font-size:var( --e-global-typography-06569ee-font-size );font-weight:var( --e-global-typography-06569ee-font-weight );line-height:var( --e-global-typography-06569ee-line-height );letter-spacing:var( --e-global-typography-06569ee-letter-spacing );word-spacing:var( --e-global-typography-06569ee-word-spacing );}.elementor-14 .elementor-element.elementor-element-7f7be75 .elementor-icon-box-description{color:var( --e-global-color-primary );}.elementor-14 .elementor-element.elementor-element-c4ff0cb > .elementor-container{min-height:50vh;}.elementor-14 .elementor-element.elementor-element-c4ff0cb:not(.elementor-motion-effects-element-type-background), .elementor-14 .elementor-element.elementor-element-c4ff0cb > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#E8F0F3;}.elementor-14 .elementor-element.elementor-element-c4ff0cb{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-14 .elementor-element.elementor-element-c4ff0cb > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-14 .elementor-element.elementor-element-971911d:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-14 .elementor-element.elementor-element-971911d > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-20f6e6a );}.elementor-14 .elementor-element.elementor-element-971911d > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:80px 60px 80px 60px;}.elementor-14 .elementor-element.elementor-element-971911d > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-14 .elementor-element.elementor-element-db7c3f1 .elementor-heading-title{color:var( --e-global-color-cde2bbe );font-family:var( --e-global-typography-51f0c69-font-family ), Sans-serif;font-size:var( --e-global-typography-51f0c69-font-size );font-weight:var( --e-global-typography-51f0c69-font-weight );text-transform:var( --e-global-typography-51f0c69-text-transform );line-height:var( --e-global-typography-51f0c69-line-height );letter-spacing:var( --e-global-typography-51f0c69-letter-spacing );word-spacing:var( --e-global-typography-51f0c69-word-spacing );}.elementor-14 .elementor-element.elementor-element-56f7583 .elementor-heading-title{color:var( --e-global-color-cde2bbe );font-size:var( --e-global-typography-50b7226-font-size );font-weight:var( --e-global-typography-50b7226-font-weight );line-height:var( --e-global-typography-50b7226-line-height );letter-spacing:var( --e-global-typography-50b7226-letter-spacing );word-spacing:var( --e-global-typography-50b7226-word-spacing );}.elementor-14 .elementor-element.elementor-element-56f7583 > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-14 .elementor-element.elementor-element-59eec45 .dce-container-navigation i{font-size:60px;}.elementor-14 .elementor-element.elementor-element-59eec45 .dce-container-navigation svg{height:60px;width:100%;}.elementor-14 .elementor-element.elementor-element-59eec45 .dce-carousel-controls .swiper-button-left{height:60px;width:60px;margin-top:calc(60px / 2);}.elementor-14 .elementor-element.elementor-element-59eec45 .dce-carousel-controls .swiper-button-right{height:60px;width:60px;margin-top:calc(60px / 2);}.elementor-14 .elementor-element.elementor-element-59eec45 .swiper-button-right path, .elementor-14 .elementor-element.elementor-element-59eec45 .swiper-button-left path, .elementor-14 .elementor-element.elementor-element-59eec45 .dce-container-navigation svg, .elementor-14 .elementor-element.elementor-element-59eec45 .dce-container-navigation i{fill:var( --e-global-color-text );color:var( --e-global-color-text );}.elementor-14 .elementor-element.elementor-element-59eec45 .swiper-button-right line, .elementor-14 .elementor-element.elementor-element-59eec45 .swiper-button-left line, .elementor-14 .elementor-element.elementor-element-59eec45 .swiper-button-right polyline, .elementor-14 .elementor-element.elementor-element-59eec45 .swiper-button-left polyline{stroke:var( --e-global-color-text );}.elementor-14 .elementor-element.elementor-element-59eec45 .swiper-button-left polyline, .elementor-14 .elementor-element.elementor-element-59eec45 .swiper-button-right polyline{stroke-width:5;}.elementor-14 .elementor-element.elementor-element-59eec45 .swiper-button-right line, .elementor-14 .elementor-element.elementor-element-59eec45 .swiper-button-left line{stroke-width:5;}.elementor-14 .elementor-element.elementor-element-59eec45 .dce-carousel-controls .dce-container-navigation{top:center%;}.elementor-14 .elementor-element.elementor-element-59eec45 .swiper-button-left{left:-25px;}.elementor-14 .elementor-element.elementor-element-59eec45 .swiper-button-right{right:-25px;}.elementor-14 .elementor-element.elementor-element-59eec45 .elementor-repeater-item-a4ada34 > *{display:inline-block;}.elementor-14 .elementor-element.elementor-element-59eec45 .elementor-repeater-item-e3edcb2.dce-item_image{justify-content:top;}.elementor-14 .elementor-element.elementor-element-59eec45 .dce-posts-fallback{text-align:left;}.elementor-14 .elementor-element.elementor-element-d8aaaca .elementor-button-content-wrapper{flex-direction:row-reverse;}.elementor-14 .elementor-element.elementor-element-d8aaaca .elementor-button .elementor-button-content-wrapper{gap:14px;}.elementor-14 .elementor-element.elementor-element-d8aaaca > .elementor-widget-container{margin:10px 0px 0px 0px;}.elementor-14 .elementor-element.elementor-element-129b4ea .elementor-button-content-wrapper{flex-direction:row-reverse;}.elementor-14 .elementor-element.elementor-element-129b4ea .elementor-button .elementor-button-content-wrapper{gap:14px;}.elementor-14 .elementor-element.elementor-element-129b4ea > .elementor-widget-container{margin:10px 0px 0px 0px;}.elementor-14 .elementor-element.elementor-element-a2215a5:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-14 .elementor-element.elementor-element-a2215a5 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}.elementor-14 .elementor-element.elementor-element-a2215a5 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:60px 60px 60px 60px;}.elementor-14 .elementor-element.elementor-element-a2215a5 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-14 .elementor-element.elementor-element-37ebba5 .dce-container-navigation i{font-size:60px;}.elementor-14 .elementor-element.elementor-element-37ebba5 .dce-container-navigation svg{height:60px;width:100%;}.elementor-14 .elementor-element.elementor-element-37ebba5 .dce-carousel-controls .swiper-button-left{height:60px;width:60px;margin-top:calc(60px / 2);}.elementor-14 .elementor-element.elementor-element-37ebba5 .dce-carousel-controls .swiper-button-right{height:60px;width:60px;margin-top:calc(60px / 2);}.elementor-14 .elementor-element.elementor-element-37ebba5 .swiper-button-right path, .elementor-14 .elementor-element.elementor-element-37ebba5 .swiper-button-left path, .elementor-14 .elementor-element.elementor-element-37ebba5 .dce-container-navigation svg, .elementor-14 .elementor-element.elementor-element-37ebba5 .dce-container-navigation i{fill:var( --e-global-color-secondary );color:var( --e-global-color-secondary );}.elementor-14 .elementor-element.elementor-element-37ebba5 .swiper-button-right line, .elementor-14 .elementor-element.elementor-element-37ebba5 .swiper-button-left line, .elementor-14 .elementor-element.elementor-element-37ebba5 .swiper-button-right polyline, .elementor-14 .elementor-element.elementor-element-37ebba5 .swiper-button-left polyline{stroke:var( --e-global-color-secondary );}.elementor-14 .elementor-element.elementor-element-37ebba5 .swiper-button-left polyline, .elementor-14 .elementor-element.elementor-element-37ebba5 .swiper-button-right polyline{stroke-width:5;}.elementor-14 .elementor-element.elementor-element-37ebba5 .swiper-button-right line, .elementor-14 .elementor-element.elementor-element-37ebba5 .swiper-button-left line{stroke-width:5;}.elementor-14 .elementor-element.elementor-element-37ebba5 .dce-carousel-controls .dce-container-navigation{top:center%;}.elementor-14 .elementor-element.elementor-element-37ebba5 .swiper-button-left{left:-25px;}.elementor-14 .elementor-element.elementor-element-37ebba5 .swiper-button-right{right:-25px;}.elementor-14 .elementor-element.elementor-element-37ebba5 .elementor-repeater-item-a4ada34 > *{display:inline-block;}.elementor-14 .elementor-element.elementor-element-37ebba5 .elementor-repeater-item-e3edcb2.dce-item_image{justify-content:top;}.elementor-14 .elementor-element.elementor-element-37ebba5 .dce-posts-fallback{text-align:left;}.elementor-14 .elementor-element.elementor-element-6a25d6c > .elementor-container{max-width:600px;min-height:280px;}.elementor-14 .elementor-element.elementor-element-6a25d6c > .elementor-background-overlay{background-color:var( --e-global-color-4e57b11 );opacity:0.5;}.elementor-14 .elementor-element.elementor-element-6a25d6c > .elementor-shape-top .elementor-shape-fill{fill:var( --e-global-color-eae5c4f );}.elementor-14 .elementor-element.elementor-element-6a25d6c > .elementor-shape-top svg{width:calc(159% + 1.3px);height:80px;transform:translateX(-50%) rotateY(180deg);}.elementor-14 .elementor-element.elementor-element-6a25d6c > .elementor-shape-bottom .elementor-shape-fill{fill:var( --e-global-color-eae5c4f );}.elementor-14 .elementor-element.elementor-element-6a25d6c > .elementor-shape-bottom svg{width:calc(230% + 1.3px);height:100px;transform:translateX(-50%) rotateY(180deg);}.elementor-14 .elementor-element.elementor-element-6a25d6c{padding:60px 60px 60px 60px;}.elementor-bc-flex-widget .elementor-14 .elementor-element.elementor-element-430b753.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-14 .elementor-element.elementor-element-430b753.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-14 .elementor-element.elementor-element-430b753 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:40px;}.elementor-14 .elementor-element.elementor-element-430b753 > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-14 .elementor-element.elementor-element-b90d1f2 img{width:150px;}.elementor-14 .elementor-element.elementor-element-b90d1f2{width:auto;max-width:auto;bottom:0px;z-index:0;}body:not(.rtl) .elementor-14 .elementor-element.elementor-element-b90d1f2{right:-80px;}body.rtl .elementor-14 .elementor-element.elementor-element-b90d1f2{left:-80px;}.elementor-14 .elementor-element.elementor-element-b90d1f2 .jet-tricks-satellite{transform:translateX(6px);z-index:2;}.elementor-14 .elementor-element.elementor-element-b90d1f2 .jet-tricks-satellite__inner{transform:translateY(-49px);}.elementor-14 .elementor-element.elementor-element-b90d1f2 .jet-tricks-satellite .jet-tricks-satellite__text span{transform:rotate(0deg);}.elementor-14 .elementor-element.elementor-element-b90d1f2 .jet-tricks-satellite .jet-tricks-satellite__icon .jet-tricks-satellite__icon-instance{transform:rotate(0deg);}.elementor-14 .elementor-element.elementor-element-b90d1f2 .jet-tricks-satellite .jet-tricks-satellite__image .jet-tricks-satellite__image-instance{transform:rotate(0deg);}.elementor-14 .elementor-element.elementor-element-b90d1f2 .jet-tricks-satellite .jet-tricks-satellite__image{width:165px;height:100px;}.elementor-14 .elementor-element.elementor-element-59bf72e img{width:60px;}.elementor-14 .elementor-element.elementor-element-59bf72e{width:auto;max-width:auto;bottom:108px;z-index:0;}body:not(.rtl) .elementor-14 .elementor-element.elementor-element-59bf72e{right:76.2px;}body.rtl .elementor-14 .elementor-element.elementor-element-59bf72e{left:76.2px;}.elementor-14 .elementor-element.elementor-element-8dbdcc3{--icon-box-icon-margin:20px;}.elementor-14 .elementor-element.elementor-element-8dbdcc3 .elementor-icon-box-title{margin-bottom:10px;color:var( --e-global-color-primary );}.elementor-14 .elementor-element.elementor-element-8dbdcc3.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-primary );}.elementor-14 .elementor-element.elementor-element-8dbdcc3.elementor-view-framed .elementor-icon, .elementor-14 .elementor-element.elementor-element-8dbdcc3.elementor-view-default .elementor-icon{fill:var( --e-global-color-primary );color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-14 .elementor-element.elementor-element-8dbdcc3 .elementor-icon{font-size:40px;}.elementor-14 .elementor-element.elementor-element-8dbdcc3 .elementor-icon-box-title, .elementor-14 .elementor-element.elementor-element-8dbdcc3 .elementor-icon-box-title a{font-size:var( --e-global-typography-06569ee-font-size );font-weight:var( --e-global-typography-06569ee-font-weight );line-height:var( --e-global-typography-06569ee-line-height );letter-spacing:var( --e-global-typography-06569ee-letter-spacing );word-spacing:var( --e-global-typography-06569ee-word-spacing );}.elementor-14 .elementor-element.elementor-element-8dbdcc3 .elementor-icon-box-description{color:var( --e-global-color-primary );}.elementor-14 .elementor-element.elementor-element-e0965f8 > .elementor-container{min-height:50vh;}.elementor-14 .elementor-element.elementor-element-e0965f8:not(.elementor-motion-effects-element-type-background), .elementor-14 .elementor-element.elementor-element-e0965f8 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(170deg, #E8F0F3 81%, #093C662B 100%);}.elementor-14 .elementor-element.elementor-element-e0965f8{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-14 .elementor-element.elementor-element-e0965f8 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-14 .elementor-element.elementor-element-6d14db6:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-14 .elementor-element.elementor-element-6d14db6 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-20f6e6a );}.elementor-14 .elementor-element.elementor-element-6d14db6 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:80px 60px 80px 60px;}.elementor-14 .elementor-element.elementor-element-6d14db6 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-14 .elementor-element.elementor-element-019499a .elementor-heading-title{color:var( --e-global-color-cde2bbe );font-family:var( --e-global-typography-51f0c69-font-family ), Sans-serif;font-size:var( --e-global-typography-51f0c69-font-size );font-weight:var( --e-global-typography-51f0c69-font-weight );text-transform:var( --e-global-typography-51f0c69-text-transform );line-height:var( --e-global-typography-51f0c69-line-height );letter-spacing:var( --e-global-typography-51f0c69-letter-spacing );word-spacing:var( --e-global-typography-51f0c69-word-spacing );}.elementor-14 .elementor-element.elementor-element-b44529d .elementor-heading-title{color:var( --e-global-color-cde2bbe );font-size:var( --e-global-typography-50b7226-font-size );font-weight:var( --e-global-typography-50b7226-font-weight );line-height:var( --e-global-typography-50b7226-line-height );letter-spacing:var( --e-global-typography-50b7226-letter-spacing );word-spacing:var( --e-global-typography-50b7226-word-spacing );}.elementor-14 .elementor-element.elementor-element-b44529d > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-14 .elementor-element.elementor-element-d1d9a6a .dce-container-navigation i{font-size:60px;}.elementor-14 .elementor-element.elementor-element-d1d9a6a .dce-container-navigation svg{height:60px;width:100%;}.elementor-14 .elementor-element.elementor-element-d1d9a6a .dce-carousel-controls .swiper-button-left{height:60px;width:60px;margin-top:calc(60px / 2);}.elementor-14 .elementor-element.elementor-element-d1d9a6a .dce-carousel-controls .swiper-button-right{height:60px;width:60px;margin-top:calc(60px / 2);}.elementor-14 .elementor-element.elementor-element-d1d9a6a .swiper-button-right path, .elementor-14 .elementor-element.elementor-element-d1d9a6a .swiper-button-left path, .elementor-14 .elementor-element.elementor-element-d1d9a6a .dce-container-navigation svg, .elementor-14 .elementor-element.elementor-element-d1d9a6a .dce-container-navigation i{fill:var( --e-global-color-text );color:var( --e-global-color-text );}.elementor-14 .elementor-element.elementor-element-d1d9a6a .swiper-button-right line, .elementor-14 .elementor-element.elementor-element-d1d9a6a .swiper-button-left line, .elementor-14 .elementor-element.elementor-element-d1d9a6a .swiper-button-right polyline, .elementor-14 .elementor-element.elementor-element-d1d9a6a .swiper-button-left polyline{stroke:var( --e-global-color-text );}.elementor-14 .elementor-element.elementor-element-d1d9a6a .swiper-button-left polyline, .elementor-14 .elementor-element.elementor-element-d1d9a6a .swiper-button-right polyline{stroke-width:5;}.elementor-14 .elementor-element.elementor-element-d1d9a6a .swiper-button-right line, .elementor-14 .elementor-element.elementor-element-d1d9a6a .swiper-button-left line{stroke-width:5;}.elementor-14 .elementor-element.elementor-element-d1d9a6a .dce-carousel-controls .dce-container-navigation{top:center%;}.elementor-14 .elementor-element.elementor-element-d1d9a6a .swiper-button-left{left:-25px;}.elementor-14 .elementor-element.elementor-element-d1d9a6a .swiper-button-right{right:-25px;}.elementor-14 .elementor-element.elementor-element-d1d9a6a .elementor-repeater-item-a4ada34 > *{display:inline-block;}.elementor-14 .elementor-element.elementor-element-d1d9a6a .elementor-repeater-item-e3edcb2.dce-item_image{justify-content:top;}.elementor-14 .elementor-element.elementor-element-d1d9a6a .dce-posts-fallback{text-align:left;}.elementor-14 .elementor-element.elementor-element-b5897ab .elementor-button-content-wrapper{flex-direction:row-reverse;}.elementor-14 .elementor-element.elementor-element-b5897ab .elementor-button .elementor-button-content-wrapper{gap:14px;}.elementor-14 .elementor-element.elementor-element-b5897ab > .elementor-widget-container{margin:10px 0px 0px 0px;}.elementor-14 .elementor-element.elementor-element-6823708:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-14 .elementor-element.elementor-element-6823708 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}.elementor-14 .elementor-element.elementor-element-6823708 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:60px 60px 60px 60px;}.elementor-14 .elementor-element.elementor-element-6823708 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-14 .elementor-element.elementor-element-8f99bc1 > .elementor-container{min-height:280px;}.elementor-14 .elementor-element.elementor-element-8f99bc1 .elementor-repeater-item-05ca5df.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-bc-flex-widget .elementor-14 .elementor-element.elementor-element-77f4cc4.elementor-column .elementor-widget-wrap{align-items:flex-end;}.elementor-14 .elementor-element.elementor-element-77f4cc4.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:flex-end;align-items:flex-end;}.elementor-14 .elementor-element.elementor-element-77f4cc4 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-14 .elementor-element.elementor-element-77f4cc4:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-14 .elementor-element.elementor-element-77f4cc4 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://www.curiousfutureinsight.org/wp-content/uploads/2022/01/curious2022-21.jpg");background-position:center center;background-size:cover;}.elementor-14 .elementor-element.elementor-element-77f4cc4 > .elementor-element-populated > .elementor-background-overlay{background-color:transparent;background-image:linear-gradient(180deg, #00000000 0%, #000000C4 84%);opacity:0.5;}.elementor-14 .elementor-element.elementor-element-77f4cc4:hover > .elementor-element-populated > .elementor-background-overlay{background-color:var( --e-global-color-cde2bbe );opacity:0.5;}.elementor-14 .elementor-element.elementor-element-77f4cc4 > .elementor-element-populated{border-style:solid;border-width:0px 0px 0px 0px;border-color:var( --e-global-color-primary );transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 014px 0px 0px;--e-column-margin-right:014px;--e-column-margin-left:0px;padding:20px 24px 20px 24px;}.elementor-14 .elementor-element.elementor-element-77f4cc4 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.5s, border-radius 0.3s, opacity 0.5s;}.elementor-14 .elementor-element.elementor-element-d5719e7 .elementor-heading-title{color:var( --e-global-color-primary );font-family:var( --e-global-typography-b75679d-font-family ), Sans-serif;font-size:var( --e-global-typography-b75679d-font-size );font-weight:var( --e-global-typography-b75679d-font-weight );line-height:var( --e-global-typography-b75679d-line-height );letter-spacing:var( --e-global-typography-b75679d-letter-spacing );word-spacing:var( --e-global-typography-b75679d-word-spacing );}.elementor-14 .elementor-element.elementor-element-768efba .elementor-heading-title{color:var( --e-global-color-primary );font-family:"Raleway", Sans-serif;font-weight:400;line-height:1.3em;}.elementor-bc-flex-widget .elementor-14 .elementor-element.elementor-element-2c878b5.elementor-column .elementor-widget-wrap{align-items:flex-end;}.elementor-14 .elementor-element.elementor-element-2c878b5.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:flex-end;align-items:flex-end;}.elementor-14 .elementor-element.elementor-element-2c878b5 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-14 .elementor-element.elementor-element-2c878b5:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-14 .elementor-element.elementor-element-2c878b5 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://www.curiousfutureinsight.org/wp-content/uploads/curious-2022-27-b.jpg");background-position:center center;background-size:cover;}.elementor-14 .elementor-element.elementor-element-2c878b5 > .elementor-element-populated > .elementor-background-overlay{background-color:transparent;background-image:linear-gradient(180deg, #00000000 0%, #000000C4 84%);opacity:0.5;}.elementor-14 .elementor-element.elementor-element-2c878b5:hover > .elementor-element-populated > .elementor-background-overlay{background-color:var( --e-global-color-cde2bbe );opacity:0.5;}.elementor-14 .elementor-element.elementor-element-2c878b5 > .elementor-element-populated{border-style:solid;border-width:0px 0px 0px 0px;border-color:var( --e-global-color-primary );transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 14px 0px 15px;--e-column-margin-right:14px;--e-column-margin-left:15px;padding:20px 24px 20px 24px;}.elementor-14 .elementor-element.elementor-element-2c878b5 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.5s, border-radius 0.3s, opacity 0.5s;}.elementor-14 .elementor-element.elementor-element-828afa2 .elementor-heading-title{color:var( --e-global-color-primary );font-family:var( --e-global-typography-b75679d-font-family ), Sans-serif;font-size:var( --e-global-typography-b75679d-font-size );font-weight:var( --e-global-typography-b75679d-font-weight );line-height:var( --e-global-typography-b75679d-line-height );letter-spacing:var( --e-global-typography-b75679d-letter-spacing );word-spacing:var( --e-global-typography-b75679d-word-spacing );}.elementor-14 .elementor-element.elementor-element-9b0e526 .elementor-heading-title{color:var( --e-global-color-primary );font-family:"Raleway", Sans-serif;font-weight:400;line-height:1.3em;}.elementor-bc-flex-widget .elementor-14 .elementor-element.elementor-element-204b9cb.elementor-column .elementor-widget-wrap{align-items:flex-end;}.elementor-14 .elementor-element.elementor-element-204b9cb.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:flex-end;align-items:flex-end;}.elementor-14 .elementor-element.elementor-element-204b9cb > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-14 .elementor-element.elementor-element-204b9cb:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-14 .elementor-element.elementor-element-204b9cb > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://www.curiousfutureinsight.org/wp-content/uploads/2022/01/curious2022-14.webp");background-position:center center;background-size:cover;}.elementor-14 .elementor-element.elementor-element-204b9cb > .elementor-element-populated > .elementor-background-overlay{background-color:transparent;background-image:linear-gradient(180deg, #00000000 0%, #000000C4 84%);opacity:0.5;}.elementor-14 .elementor-element.elementor-element-204b9cb:hover > .elementor-element-populated > .elementor-background-overlay{background-color:var( --e-global-color-cde2bbe );opacity:0.5;}.elementor-14 .elementor-element.elementor-element-204b9cb > .elementor-element-populated{border-style:solid;border-width:0px 0px 0px 0px;border-color:var( --e-global-color-primary );transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 0px 0px 14px;--e-column-margin-right:0px;--e-column-margin-left:14px;padding:20px 24px 20px 24px;}.elementor-14 .elementor-element.elementor-element-204b9cb > .elementor-element-populated > .elementor-background-overlay{transition:background 0.5s, border-radius 0.3s, opacity 0.5s;}.elementor-14 .elementor-element.elementor-element-47960e9 .elementor-heading-title{color:var( --e-global-color-primary );font-family:var( --e-global-typography-b75679d-font-family ), Sans-serif;font-size:var( --e-global-typography-b75679d-font-size );font-weight:var( --e-global-typography-b75679d-font-weight );line-height:var( --e-global-typography-b75679d-line-height );letter-spacing:var( --e-global-typography-b75679d-letter-spacing );word-spacing:var( --e-global-typography-b75679d-word-spacing );}.elementor-14 .elementor-element.elementor-element-5176e26 .elementor-heading-title{color:var( --e-global-color-primary );font-family:"Raleway", Sans-serif;font-weight:400;line-height:1.3em;}.elementor-14 .elementor-element.elementor-element-3ec83c6 > .elementor-container{min-height:280px;}.elementor-14 .elementor-element.elementor-element-3ec83c6 .elementor-repeater-item-23be06c.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-bc-flex-widget .elementor-14 .elementor-element.elementor-element-69245c8.elementor-column .elementor-widget-wrap{align-items:flex-end;}.elementor-14 .elementor-element.elementor-element-69245c8.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:flex-end;align-items:flex-end;}.elementor-14 .elementor-element.elementor-element-69245c8 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-14 .elementor-element.elementor-element-69245c8:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-14 .elementor-element.elementor-element-69245c8 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://www.curiousfutureinsight.org/wp-content/uploads/bright_future_sm.jpg");background-position:center center;background-size:cover;}.elementor-14 .elementor-element.elementor-element-69245c8 > .elementor-element-populated > .elementor-background-overlay{background-color:transparent;background-image:linear-gradient(180deg, #00000000 0%, #000000C4 84%);opacity:0.5;}.elementor-14 .elementor-element.elementor-element-69245c8:hover > .elementor-element-populated > .elementor-background-overlay{background-color:var( --e-global-color-cde2bbe );opacity:0.5;}.elementor-14 .elementor-element.elementor-element-69245c8 > .elementor-element-populated{border-style:solid;border-width:0px 0px 0px 0px;border-color:var( --e-global-color-primary );transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 014px 0px 0px;--e-column-margin-right:014px;--e-column-margin-left:0px;padding:20px 24px 20px 24px;}.elementor-14 .elementor-element.elementor-element-69245c8 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.5s, border-radius 0.3s, opacity 0.5s;}.elementor-14 .elementor-element.elementor-element-3ecb0ad .elementor-heading-title{color:var( --e-global-color-primary );font-family:var( --e-global-typography-b75679d-font-family ), Sans-serif;font-size:var( --e-global-typography-b75679d-font-size );font-weight:var( --e-global-typography-b75679d-font-weight );line-height:var( --e-global-typography-b75679d-line-height );letter-spacing:var( --e-global-typography-b75679d-letter-spacing );word-spacing:var( --e-global-typography-b75679d-word-spacing );}.elementor-14 .elementor-element.elementor-element-bfbb47d .elementor-heading-title{color:var( --e-global-color-primary );font-family:"Raleway", Sans-serif;font-weight:400;line-height:1.3em;}.elementor-bc-flex-widget .elementor-14 .elementor-element.elementor-element-46c4bb8.elementor-column .elementor-widget-wrap{align-items:flex-end;}.elementor-14 .elementor-element.elementor-element-46c4bb8.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:flex-end;align-items:flex-end;}.elementor-14 .elementor-element.elementor-element-46c4bb8 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-14 .elementor-element.elementor-element-46c4bb8:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-14 .elementor-element.elementor-element-46c4bb8 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://www.curiousfutureinsight.org/wp-content/uploads/curious-2022-29.jpg");background-position:center center;background-size:cover;}.elementor-14 .elementor-element.elementor-element-46c4bb8 > .elementor-element-populated > .elementor-background-overlay{background-color:transparent;background-image:linear-gradient(180deg, #00000000 0%, #000000C4 84%);opacity:0.5;}.elementor-14 .elementor-element.elementor-element-46c4bb8:hover > .elementor-element-populated > .elementor-background-overlay{background-color:var( --e-global-color-cde2bbe );opacity:0.5;}.elementor-14 .elementor-element.elementor-element-46c4bb8 > .elementor-element-populated{border-style:solid;border-width:0px 0px 0px 0px;border-color:var( --e-global-color-primary );transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 14px 0px 15px;--e-column-margin-right:14px;--e-column-margin-left:15px;padding:20px 24px 20px 24px;}.elementor-14 .elementor-element.elementor-element-46c4bb8 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.5s, border-radius 0.3s, opacity 0.5s;}.elementor-14 .elementor-element.elementor-element-3ff8678 .elementor-heading-title{color:var( --e-global-color-primary );font-family:var( --e-global-typography-b75679d-font-family ), Sans-serif;font-size:var( --e-global-typography-b75679d-font-size );font-weight:var( --e-global-typography-b75679d-font-weight );line-height:var( --e-global-typography-b75679d-line-height );letter-spacing:var( --e-global-typography-b75679d-letter-spacing );word-spacing:var( --e-global-typography-b75679d-word-spacing );}.elementor-14 .elementor-element.elementor-element-866a19f .elementor-heading-title{color:var( --e-global-color-primary );font-family:"Raleway", Sans-serif;font-weight:400;line-height:1.3em;}.elementor-bc-flex-widget .elementor-14 .elementor-element.elementor-element-062f997.elementor-column .elementor-widget-wrap{align-items:flex-end;}.elementor-14 .elementor-element.elementor-element-062f997.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:flex-end;align-items:flex-end;}.elementor-14 .elementor-element.elementor-element-062f997 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-14 .elementor-element.elementor-element-062f997:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-14 .elementor-element.elementor-element-062f997 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://www.curiousfutureinsight.org/wp-content/uploads/2022/01/curious2022-16.webp");background-position:center center;background-size:cover;}.elementor-14 .elementor-element.elementor-element-062f997 > .elementor-element-populated > .elementor-background-overlay{background-color:transparent;background-image:linear-gradient(180deg, #00000000 0%, #000000C4 84%);opacity:0.5;}.elementor-14 .elementor-element.elementor-element-062f997:hover > .elementor-element-populated > .elementor-background-overlay{background-color:var( --e-global-color-cde2bbe );opacity:0.5;}.elementor-14 .elementor-element.elementor-element-062f997 > .elementor-element-populated{border-style:solid;border-width:0px 0px 0px 0px;border-color:var( --e-global-color-primary );transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 0px 0px 14px;--e-column-margin-right:0px;--e-column-margin-left:14px;padding:20px 24px 20px 24px;}.elementor-14 .elementor-element.elementor-element-062f997 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.5s, border-radius 0.3s, opacity 0.5s;}.elementor-14 .elementor-element.elementor-element-55c159a .elementor-heading-title{color:var( --e-global-color-primary );font-family:var( --e-global-typography-b75679d-font-family ), Sans-serif;font-size:var( --e-global-typography-b75679d-font-size );font-weight:var( --e-global-typography-b75679d-font-weight );line-height:var( --e-global-typography-b75679d-line-height );letter-spacing:var( --e-global-typography-b75679d-letter-spacing );word-spacing:var( --e-global-typography-b75679d-word-spacing );}.elementor-14 .elementor-element.elementor-element-ea476d7 .elementor-heading-title{color:var( --e-global-color-primary );font-family:"Raleway", Sans-serif;font-weight:400;line-height:1.3em;}.elementor-14 .elementor-element.elementor-element-3ec83c6{margin-top:28px;margin-bottom:0px;}.elementor-14 .elementor-element.elementor-element-131d410 > .elementor-container{min-height:280px;}.elementor-14 .elementor-element.elementor-element-131d410 .elementor-repeater-item-6484308.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-bc-flex-widget .elementor-14 .elementor-element.elementor-element-06a6cb5.elementor-column .elementor-widget-wrap{align-items:flex-end;}.elementor-14 .elementor-element.elementor-element-06a6cb5.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:flex-end;align-items:flex-end;}.elementor-14 .elementor-element.elementor-element-06a6cb5 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-14 .elementor-element.elementor-element-06a6cb5:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-14 .elementor-element.elementor-element-06a6cb5 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://www.curiousfutureinsight.org/wp-content/uploads/2022/01/curious2022-12.webp");background-position:center center;background-size:cover;}.elementor-14 .elementor-element.elementor-element-06a6cb5 > .elementor-element-populated > .elementor-background-overlay{background-color:transparent;background-image:linear-gradient(180deg, #00000000 0%, #000000C4 84%);opacity:0.5;}.elementor-14 .elementor-element.elementor-element-06a6cb5:hover > .elementor-element-populated > .elementor-background-overlay{background-color:var( --e-global-color-cde2bbe );opacity:0.5;}.elementor-14 .elementor-element.elementor-element-06a6cb5 > .elementor-element-populated{border-style:solid;border-width:0px 0px 0px 0px;border-color:var( --e-global-color-primary );transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 014px 0px 0px;--e-column-margin-right:014px;--e-column-margin-left:0px;padding:20px 24px 20px 24px;}.elementor-14 .elementor-element.elementor-element-06a6cb5 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.5s, border-radius 0.3s, opacity 0.5s;}.elementor-14 .elementor-element.elementor-element-0a60203 .elementor-heading-title{color:var( --e-global-color-primary );font-family:var( --e-global-typography-b75679d-font-family ), Sans-serif;font-size:var( --e-global-typography-b75679d-font-size );font-weight:var( --e-global-typography-b75679d-font-weight );line-height:var( --e-global-typography-b75679d-line-height );letter-spacing:var( --e-global-typography-b75679d-letter-spacing );word-spacing:var( --e-global-typography-b75679d-word-spacing );}.elementor-14 .elementor-element.elementor-element-af17b74 .elementor-heading-title{color:var( --e-global-color-primary );font-family:"Raleway", Sans-serif;font-weight:400;line-height:1.3em;}.elementor-bc-flex-widget .elementor-14 .elementor-element.elementor-element-5dc9f3f.elementor-column .elementor-widget-wrap{align-items:flex-end;}.elementor-14 .elementor-element.elementor-element-5dc9f3f.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:flex-end;align-items:flex-end;}.elementor-14 .elementor-element.elementor-element-5dc9f3f > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-14 .elementor-element.elementor-element-5dc9f3f:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-14 .elementor-element.elementor-element-5dc9f3f > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://www.curiousfutureinsight.org/wp-content/uploads/2022/01/curious2022-8.jpg");background-position:center center;background-size:cover;}.elementor-14 .elementor-element.elementor-element-5dc9f3f > .elementor-element-populated > .elementor-background-overlay{background-color:transparent;background-image:linear-gradient(180deg, #00000000 0%, #000000C4 84%);opacity:0.5;}.elementor-14 .elementor-element.elementor-element-5dc9f3f:hover > .elementor-element-populated > .elementor-background-overlay{background-color:var( --e-global-color-cde2bbe );opacity:0.5;}.elementor-14 .elementor-element.elementor-element-5dc9f3f > .elementor-element-populated{border-style:solid;border-width:0px 0px 0px 0px;border-color:var( --e-global-color-primary );transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 14px 0px 15px;--e-column-margin-right:14px;--e-column-margin-left:15px;padding:20px 24px 20px 24px;}.elementor-14 .elementor-element.elementor-element-5dc9f3f > .elementor-element-populated > .elementor-background-overlay{transition:background 0.5s, border-radius 0.3s, opacity 0.5s;}.elementor-14 .elementor-element.elementor-element-d7215c4 .elementor-heading-title{color:var( --e-global-color-primary );font-family:var( --e-global-typography-b75679d-font-family ), Sans-serif;font-size:var( --e-global-typography-b75679d-font-size );font-weight:var( --e-global-typography-b75679d-font-weight );line-height:var( --e-global-typography-b75679d-line-height );letter-spacing:var( --e-global-typography-b75679d-letter-spacing );word-spacing:var( --e-global-typography-b75679d-word-spacing );}.elementor-14 .elementor-element.elementor-element-9a39682 .elementor-heading-title{color:var( --e-global-color-primary );font-family:"Raleway", Sans-serif;font-weight:400;line-height:1.3em;}.elementor-bc-flex-widget .elementor-14 .elementor-element.elementor-element-1bd8eca.elementor-column .elementor-widget-wrap{align-items:flex-end;}.elementor-14 .elementor-element.elementor-element-1bd8eca.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:flex-end;align-items:flex-end;}.elementor-14 .elementor-element.elementor-element-1bd8eca > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-14 .elementor-element.elementor-element-1bd8eca:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-14 .elementor-element.elementor-element-1bd8eca > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://www.curiousfutureinsight.org/wp-content/uploads/curious-2022-25.jpg");background-position:center center;background-size:cover;}.elementor-14 .elementor-element.elementor-element-1bd8eca > .elementor-element-populated > .elementor-background-overlay{background-color:transparent;background-image:linear-gradient(180deg, #00000000 0%, #000000C4 84%);opacity:0.5;}.elementor-14 .elementor-element.elementor-element-1bd8eca:hover > .elementor-element-populated > .elementor-background-overlay{background-color:var( --e-global-color-cde2bbe );opacity:0.5;}.elementor-14 .elementor-element.elementor-element-1bd8eca > .elementor-element-populated{border-style:solid;border-width:0px 0px 0px 0px;border-color:var( --e-global-color-primary );transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 0px 0px 14px;--e-column-margin-right:0px;--e-column-margin-left:14px;padding:20px 24px 20px 24px;}.elementor-14 .elementor-element.elementor-element-1bd8eca > .elementor-element-populated > .elementor-background-overlay{transition:background 0.5s, border-radius 0.3s, opacity 0.5s;}.elementor-14 .elementor-element.elementor-element-6b1ebbd .elementor-heading-title{color:var( --e-global-color-primary );font-family:var( --e-global-typography-b75679d-font-family ), Sans-serif;font-size:var( --e-global-typography-b75679d-font-size );font-weight:var( --e-global-typography-b75679d-font-weight );line-height:var( --e-global-typography-b75679d-line-height );letter-spacing:var( --e-global-typography-b75679d-letter-spacing );word-spacing:var( --e-global-typography-b75679d-word-spacing );}.elementor-14 .elementor-element.elementor-element-9df239d .elementor-heading-title{color:var( --e-global-color-primary );font-family:"Raleway", Sans-serif;font-weight:400;line-height:1.3em;}.elementor-14 .elementor-element.elementor-element-131d410{margin-top:28px;margin-bottom:0px;}.elementor-14 .elementor-element.elementor-element-2dc6eeb > .elementor-container{max-width:600px;min-height:280px;}.elementor-14 .elementor-element.elementor-element-2dc6eeb > .elementor-background-overlay{background-color:var( --e-global-color-4e57b11 );opacity:0.5;}.elementor-14 .elementor-element.elementor-element-2dc6eeb > .elementor-shape-top .elementor-shape-fill{fill:var( --e-global-color-eae5c4f );}.elementor-14 .elementor-element.elementor-element-2dc6eeb > .elementor-shape-top svg{width:calc(237% + 1.3px);height:90px;transform:translateX(-50%) rotateY(180deg);}.elementor-14 .elementor-element.elementor-element-2dc6eeb > .elementor-shape-bottom .elementor-shape-fill{fill:var( --e-global-color-eae5c4f );}.elementor-14 .elementor-element.elementor-element-2dc6eeb > .elementor-shape-bottom svg{width:calc(216% + 1.3px);height:110px;transform:translateX(-50%) rotateY(180deg);}.elementor-14 .elementor-element.elementor-element-2dc6eeb{padding:60px 60px 60px 60px;}.elementor-bc-flex-widget .elementor-14 .elementor-element.elementor-element-00bf738.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-14 .elementor-element.elementor-element-00bf738.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-14 .elementor-element.elementor-element-00bf738.elementor-column > .elementor-widget-wrap{justify-content:center;}.elementor-14 .elementor-element.elementor-element-00bf738 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:30px;}.elementor-14 .elementor-element.elementor-element-00bf738 > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-14 .elementor-element.elementor-element-b098e9d img{width:150px;}.elementor-14 .elementor-element.elementor-element-b098e9d{width:auto;max-width:auto;top:100px;z-index:0;}body:not(.rtl) .elementor-14 .elementor-element.elementor-element-b098e9d{left:-292px;}body.rtl .elementor-14 .elementor-element.elementor-element-b098e9d{right:-292px;}.elementor-14 .elementor-element.elementor-element-b098e9d .jet-tricks-satellite{transform:translateX(6px);z-index:2;}.elementor-14 .elementor-element.elementor-element-b098e9d .jet-tricks-satellite__inner{transform:translateY(-49px);}.elementor-14 .elementor-element.elementor-element-b098e9d .jet-tricks-satellite .jet-tricks-satellite__text span{transform:rotate(0deg);}.elementor-14 .elementor-element.elementor-element-b098e9d .jet-tricks-satellite .jet-tricks-satellite__icon .jet-tricks-satellite__icon-instance{transform:rotate(0deg);}.elementor-14 .elementor-element.elementor-element-b098e9d .jet-tricks-satellite .jet-tricks-satellite__image .jet-tricks-satellite__image-instance{transform:rotate(0deg);}.elementor-14 .elementor-element.elementor-element-b098e9d .jet-tricks-satellite .jet-tricks-satellite__image{width:165px;height:100px;}.elementor-14 .elementor-element.elementor-element-62e67f1 img{width:60px;}.elementor-14 .elementor-element.elementor-element-62e67f1{width:auto;max-width:auto;top:101px;z-index:0;}body:not(.rtl) .elementor-14 .elementor-element.elementor-element-62e67f1{left:-109px;}body.rtl .elementor-14 .elementor-element.elementor-element-62e67f1{right:-109px;}.elementor-14 .elementor-element.elementor-element-5e32d2e{--icon-box-icon-margin:20px;}.elementor-14 .elementor-element.elementor-element-5e32d2e .elementor-icon-box-title{margin-bottom:10px;color:var( --e-global-color-primary );}.elementor-14 .elementor-element.elementor-element-5e32d2e.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-primary );}.elementor-14 .elementor-element.elementor-element-5e32d2e.elementor-view-framed .elementor-icon, .elementor-14 .elementor-element.elementor-element-5e32d2e.elementor-view-default .elementor-icon{fill:var( --e-global-color-primary );color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-14 .elementor-element.elementor-element-5e32d2e .elementor-icon{font-size:40px;}.elementor-14 .elementor-element.elementor-element-5e32d2e .elementor-icon-box-title, .elementor-14 .elementor-element.elementor-element-5e32d2e .elementor-icon-box-title a{font-size:var( --e-global-typography-06569ee-font-size );font-weight:var( --e-global-typography-06569ee-font-weight );line-height:var( --e-global-typography-06569ee-line-height );letter-spacing:var( --e-global-typography-06569ee-letter-spacing );word-spacing:var( --e-global-typography-06569ee-word-spacing );}.elementor-14 .elementor-element.elementor-element-5e32d2e .elementor-icon-box-description{color:var( --e-global-color-primary );}.elementor-14 .elementor-element.elementor-element-a28a7c1:not(.elementor-motion-effects-element-type-background), .elementor-14 .elementor-element.elementor-element-a28a7c1 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(170deg, #E8F0F3 81%, #093C662B 100%);}.elementor-14 .elementor-element.elementor-element-a28a7c1{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-14 .elementor-element.elementor-element-a28a7c1 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-bc-flex-widget .elementor-14 .elementor-element.elementor-element-887b140.elementor-column .elementor-widget-wrap{align-items:flex-start;}.elementor-14 .elementor-element.elementor-element-887b140.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:flex-start;align-items:flex-start;}.elementor-14 .elementor-element.elementor-element-887b140:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-14 .elementor-element.elementor-element-887b140 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-20f6e6a );}.elementor-14 .elementor-element.elementor-element-887b140 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:80px 60px 80px 60px;}.elementor-14 .elementor-element.elementor-element-887b140 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-14 .elementor-element.elementor-element-13a1fc7 .elementor-heading-title{color:var( --e-global-color-cde2bbe );font-family:var( --e-global-typography-51f0c69-font-family ), Sans-serif;font-size:var( --e-global-typography-51f0c69-font-size );font-weight:var( --e-global-typography-51f0c69-font-weight );text-transform:var( --e-global-typography-51f0c69-text-transform );line-height:var( --e-global-typography-51f0c69-line-height );letter-spacing:var( --e-global-typography-51f0c69-letter-spacing );word-spacing:var( --e-global-typography-51f0c69-word-spacing );}.elementor-14 .elementor-element.elementor-element-c138413 .elementor-heading-title{color:var( --e-global-color-cde2bbe );font-size:var( --e-global-typography-50b7226-font-size );font-weight:var( --e-global-typography-50b7226-font-weight );line-height:var( --e-global-typography-50b7226-line-height );letter-spacing:var( --e-global-typography-50b7226-letter-spacing );word-spacing:var( --e-global-typography-50b7226-word-spacing );}.elementor-14 .elementor-element.elementor-element-c138413 > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-14 .elementor-element.elementor-element-960d65c .dce-container-navigation i{font-size:60px;}.elementor-14 .elementor-element.elementor-element-960d65c .dce-container-navigation svg{height:60px;width:100%;}.elementor-14 .elementor-element.elementor-element-960d65c .dce-carousel-controls .swiper-button-left{height:60px;width:60px;margin-top:calc(60px / 2);}.elementor-14 .elementor-element.elementor-element-960d65c .dce-carousel-controls .swiper-button-right{height:60px;width:60px;margin-top:calc(60px / 2);}.elementor-14 .elementor-element.elementor-element-960d65c .swiper-button-right path, .elementor-14 .elementor-element.elementor-element-960d65c .swiper-button-left path, .elementor-14 .elementor-element.elementor-element-960d65c .dce-container-navigation svg, .elementor-14 .elementor-element.elementor-element-960d65c .dce-container-navigation i{fill:var( --e-global-color-text );color:var( --e-global-color-text );}.elementor-14 .elementor-element.elementor-element-960d65c .swiper-button-right line, .elementor-14 .elementor-element.elementor-element-960d65c .swiper-button-left line, .elementor-14 .elementor-element.elementor-element-960d65c .swiper-button-right polyline, .elementor-14 .elementor-element.elementor-element-960d65c .swiper-button-left polyline{stroke:var( --e-global-color-text );}.elementor-14 .elementor-element.elementor-element-960d65c .swiper-button-left polyline, .elementor-14 .elementor-element.elementor-element-960d65c .swiper-button-right polyline{stroke-width:5;}.elementor-14 .elementor-element.elementor-element-960d65c .swiper-button-right line, .elementor-14 .elementor-element.elementor-element-960d65c .swiper-button-left line{stroke-width:5;}.elementor-14 .elementor-element.elementor-element-960d65c .dce-carousel-controls .dce-container-navigation{transform:translateX(-50%);left:50%;top:50%;}.elementor-14 .elementor-element.elementor-element-960d65c .swiper-button-left{left:-25px;}.elementor-14 .elementor-element.elementor-element-960d65c .swiper-button-right{right:-25px;}.elementor-14 .elementor-element.elementor-element-960d65c .swiper-button-left, .elementor-14 .elementor-element.elementor-element-960d65c .swiper-button-right{top:10px;}.elementor-14 .elementor-element.elementor-element-960d65c .elementor-repeater-item-a4ada34 > *{display:inline-block;}.elementor-14 .elementor-element.elementor-element-960d65c .elementor-repeater-item-e3edcb2.dce-item_image{justify-content:top;}.elementor-14 .elementor-element.elementor-element-960d65c .dce-posts-fallback{text-align:left;}.elementor-14 .elementor-element.elementor-element-d9ede68 .dce-container-navigation i{font-size:60px;}.elementor-14 .elementor-element.elementor-element-d9ede68 .dce-container-navigation svg{height:60px;width:100%;}.elementor-14 .elementor-element.elementor-element-d9ede68 .dce-carousel-controls .swiper-button-left{height:60px;width:60px;margin-top:calc(60px / 2);}.elementor-14 .elementor-element.elementor-element-d9ede68 .dce-carousel-controls .swiper-button-right{height:60px;width:60px;margin-top:calc(60px / 2);}.elementor-14 .elementor-element.elementor-element-d9ede68 .swiper-button-right path, .elementor-14 .elementor-element.elementor-element-d9ede68 .swiper-button-left path, .elementor-14 .elementor-element.elementor-element-d9ede68 .dce-container-navigation svg, .elementor-14 .elementor-element.elementor-element-d9ede68 .dce-container-navigation i{fill:var( --e-global-color-text );color:var( --e-global-color-text );}.elementor-14 .elementor-element.elementor-element-d9ede68 .swiper-button-right line, .elementor-14 .elementor-element.elementor-element-d9ede68 .swiper-button-left line, .elementor-14 .elementor-element.elementor-element-d9ede68 .swiper-button-right polyline, .elementor-14 .elementor-element.elementor-element-d9ede68 .swiper-button-left polyline{stroke:var( --e-global-color-text );}.elementor-14 .elementor-element.elementor-element-d9ede68 .swiper-button-left polyline, .elementor-14 .elementor-element.elementor-element-d9ede68 .swiper-button-right polyline{stroke-width:5;}.elementor-14 .elementor-element.elementor-element-d9ede68 .swiper-button-right line, .elementor-14 .elementor-element.elementor-element-d9ede68 .swiper-button-left line{stroke-width:5;}.elementor-14 .elementor-element.elementor-element-d9ede68 .dce-carousel-controls .dce-container-navigation{transform:translateX(-50%);left:50%;top:50%;}.elementor-14 .elementor-element.elementor-element-d9ede68 .swiper-button-left{left:-25px;}.elementor-14 .elementor-element.elementor-element-d9ede68 .swiper-button-right{right:-25px;}.elementor-14 .elementor-element.elementor-element-d9ede68 .swiper-button-left, .elementor-14 .elementor-element.elementor-element-d9ede68 .swiper-button-right{top:10px;}.elementor-14 .elementor-element.elementor-element-d9ede68 .elementor-repeater-item-a4ada34 > *{display:inline-block;}.elementor-14 .elementor-element.elementor-element-d9ede68 .elementor-repeater-item-e3edcb2.dce-item_image{justify-content:top;}.elementor-14 .elementor-element.elementor-element-d9ede68 .dce-posts-fallback{text-align:left;}.elementor-14 .elementor-element.elementor-element-a58c5a7 .elementor-button-content-wrapper{flex-direction:row-reverse;}.elementor-14 .elementor-element.elementor-element-a58c5a7 .elementor-button .elementor-button-content-wrapper{gap:14px;}.elementor-14 .elementor-element.elementor-element-a58c5a7 .elementor-button{fill:var( --e-global-color-primary );color:var( --e-global-color-primary );}.elementor-14 .elementor-element.elementor-element-a58c5a7 .elementor-button:hover, .elementor-14 .elementor-element.elementor-element-a58c5a7 .elementor-button:focus{color:var( --e-global-color-primary );}.elementor-14 .elementor-element.elementor-element-a58c5a7 .elementor-button:hover svg, .elementor-14 .elementor-element.elementor-element-a58c5a7 .elementor-button:focus svg{fill:var( --e-global-color-primary );}.elementor-14 .elementor-element.elementor-element-a58c5a7 > .elementor-widget-container{margin:10px 0px 0px 0px;}.elementor-bc-flex-widget .elementor-14 .elementor-element.elementor-element-d23c84c.elementor-column .elementor-widget-wrap{align-items:flex-end;}.elementor-14 .elementor-element.elementor-element-d23c84c.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:flex-end;align-items:flex-end;}.elementor-14 .elementor-element.elementor-element-d23c84c:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-14 .elementor-element.elementor-element-d23c84c > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}.elementor-14 .elementor-element.elementor-element-d23c84c > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:60px 60px 60px 60px;}.elementor-14 .elementor-element.elementor-element-d23c84c > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-14 .elementor-element.elementor-element-16d0225{--grid-column-gap:10px;--grid-row-gap:10px;}.elementor-14 .elementor-element.elementor-element-6985ca1{--grid-column-gap:10px;--grid-row-gap:10px;}.elementor-14 .elementor-element.elementor-element-fa46a98 .elementor-button-content-wrapper{flex-direction:row-reverse;}.elementor-14 .elementor-element.elementor-element-fa46a98 .elementor-button .elementor-button-content-wrapper{gap:14px;}.elementor-14 .elementor-element.elementor-element-fa46a98 .elementor-button{fill:var( --e-global-color-primary );color:var( --e-global-color-primary );}.elementor-14 .elementor-element.elementor-element-fa46a98 .elementor-button:hover, .elementor-14 .elementor-element.elementor-element-fa46a98 .elementor-button:focus{color:var( --e-global-color-primary );}.elementor-14 .elementor-element.elementor-element-fa46a98 .elementor-button:hover svg, .elementor-14 .elementor-element.elementor-element-fa46a98 .elementor-button:focus svg{fill:var( --e-global-color-primary );}.elementor-14 .elementor-element.elementor-element-fa46a98 > .elementor-widget-container{margin:10px 0px 0px 0px;}.elementor-14 .elementor-element.elementor-element-006af2a > .elementor-container{max-width:600px;min-height:280px;}.elementor-14 .elementor-element.elementor-element-006af2a > .elementor-background-overlay{background-color:var( --e-global-color-4e57b11 );opacity:0.5;}.elementor-14 .elementor-element.elementor-element-006af2a > .elementor-shape-top .elementor-shape-fill{fill:var( --e-global-color-eae5c4f );}.elementor-14 .elementor-element.elementor-element-006af2a > .elementor-shape-top svg{width:calc(237% + 1.3px);height:90px;transform:translateX(-50%) rotateY(180deg);}.elementor-14 .elementor-element.elementor-element-006af2a > .elementor-shape-bottom .elementor-shape-fill{fill:var( --e-global-color-eae5c4f );}.elementor-14 .elementor-element.elementor-element-006af2a > .elementor-shape-bottom svg{width:calc(216% + 1.3px);height:110px;transform:translateX(-50%) rotateY(180deg);}.elementor-14 .elementor-element.elementor-element-006af2a{padding:60px 60px 60px 60px;}.elementor-bc-flex-widget .elementor-14 .elementor-element.elementor-element-e23d4e5.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-14 .elementor-element.elementor-element-e23d4e5.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-14 .elementor-element.elementor-element-e23d4e5.elementor-column > .elementor-widget-wrap{justify-content:center;}.elementor-14 .elementor-element.elementor-element-e23d4e5 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:30px;}.elementor-14 .elementor-element.elementor-element-e23d4e5 > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-14 .elementor-element.elementor-element-c3749b3 img{width:150px;}.elementor-14 .elementor-element.elementor-element-c3749b3{width:auto;max-width:auto;top:100px;z-index:0;}body:not(.rtl) .elementor-14 .elementor-element.elementor-element-c3749b3{left:-292px;}body.rtl .elementor-14 .elementor-element.elementor-element-c3749b3{right:-292px;}.elementor-14 .elementor-element.elementor-element-c3749b3 .jet-tricks-satellite{transform:translateX(6px);z-index:2;}.elementor-14 .elementor-element.elementor-element-c3749b3 .jet-tricks-satellite__inner{transform:translateY(-49px);}.elementor-14 .elementor-element.elementor-element-c3749b3 .jet-tricks-satellite .jet-tricks-satellite__text span{transform:rotate(0deg);}.elementor-14 .elementor-element.elementor-element-c3749b3 .jet-tricks-satellite .jet-tricks-satellite__icon .jet-tricks-satellite__icon-instance{transform:rotate(0deg);}.elementor-14 .elementor-element.elementor-element-c3749b3 .jet-tricks-satellite .jet-tricks-satellite__image .jet-tricks-satellite__image-instance{transform:rotate(0deg);}.elementor-14 .elementor-element.elementor-element-c3749b3 .jet-tricks-satellite .jet-tricks-satellite__image{width:165px;height:100px;}.elementor-14 .elementor-element.elementor-element-11fe8d5 img{width:60px;}.elementor-14 .elementor-element.elementor-element-11fe8d5{width:auto;max-width:auto;top:100px;z-index:0;}body:not(.rtl) .elementor-14 .elementor-element.elementor-element-11fe8d5{left:-109px;}body.rtl .elementor-14 .elementor-element.elementor-element-11fe8d5{right:-109px;}.elementor-14 .elementor-element.elementor-element-971b7a0{--icon-box-icon-margin:20px;}.elementor-14 .elementor-element.elementor-element-971b7a0 .elementor-icon-box-title{margin-bottom:10px;color:var( --e-global-color-primary );}.elementor-14 .elementor-element.elementor-element-971b7a0.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-primary );}.elementor-14 .elementor-element.elementor-element-971b7a0.elementor-view-framed .elementor-icon, .elementor-14 .elementor-element.elementor-element-971b7a0.elementor-view-default .elementor-icon{fill:var( --e-global-color-primary );color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-14 .elementor-element.elementor-element-971b7a0 .elementor-icon{font-size:40px;}.elementor-14 .elementor-element.elementor-element-971b7a0 .elementor-icon-box-title, .elementor-14 .elementor-element.elementor-element-971b7a0 .elementor-icon-box-title a{font-size:var( --e-global-typography-06569ee-font-size );font-weight:var( --e-global-typography-06569ee-font-weight );line-height:var( --e-global-typography-06569ee-line-height );letter-spacing:var( --e-global-typography-06569ee-letter-spacing );word-spacing:var( --e-global-typography-06569ee-word-spacing );}.elementor-14 .elementor-element.elementor-element-971b7a0 .elementor-icon-box-description{color:var( --e-global-color-primary );}.elementor-14 .elementor-element.elementor-element-502a4dc:not(.elementor-motion-effects-element-type-background), .elementor-14 .elementor-element.elementor-element-502a4dc > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(170deg, #E8F0F3 81%, #093C662B 100%);}.elementor-14 .elementor-element.elementor-element-502a4dc{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-14 .elementor-element.elementor-element-502a4dc > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-bc-flex-widget .elementor-14 .elementor-element.elementor-element-3a90497.elementor-column .elementor-widget-wrap{align-items:flex-start;}.elementor-14 .elementor-element.elementor-element-3a90497.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:flex-start;align-items:flex-start;}.elementor-14 .elementor-element.elementor-element-3a90497:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-14 .elementor-element.elementor-element-3a90497 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-20f6e6a );background-image:url("https://www.curiousfutureinsight.org/wp-content/uploads/JulianHukePhotography-_A1_1146-scaled-1.webp");background-position:center center;background-size:cover;}.elementor-14 .elementor-element.elementor-element-3a90497 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:80px 60px 80px 60px;}.elementor-14 .elementor-element.elementor-element-3a90497 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-14 .elementor-element.elementor-element-7e7ad82{--spacer-size:150px;}.elementor-bc-flex-widget .elementor-14 .elementor-element.elementor-element-aee849d.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-14 .elementor-element.elementor-element-aee849d.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-14 .elementor-element.elementor-element-aee849d:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-14 .elementor-element.elementor-element-aee849d > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}.elementor-14 .elementor-element.elementor-element-aee849d > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:60px 60px 40px 60px;}.elementor-14 .elementor-element.elementor-element-aee849d > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-14 .elementor-element.elementor-element-f9b9445 .elementor-heading-title{color:var( --e-global-color-cde2bbe );font-family:var( --e-global-typography-51f0c69-font-family ), Sans-serif;font-size:var( --e-global-typography-51f0c69-font-size );font-weight:var( --e-global-typography-51f0c69-font-weight );text-transform:var( --e-global-typography-51f0c69-text-transform );line-height:var( --e-global-typography-51f0c69-line-height );letter-spacing:var( --e-global-typography-51f0c69-letter-spacing );word-spacing:var( --e-global-typography-51f0c69-word-spacing );}.elementor-14 .elementor-element.elementor-element-9ab48d9 .elementor-heading-title{color:var( --e-global-color-cde2bbe );font-size:var( --e-global-typography-50b7226-font-size );font-weight:var( --e-global-typography-50b7226-font-weight );line-height:var( --e-global-typography-50b7226-line-height );letter-spacing:var( --e-global-typography-50b7226-letter-spacing );word-spacing:var( --e-global-typography-50b7226-word-spacing );}.elementor-14 .elementor-element.elementor-element-9ab48d9 > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-14 .elementor-element.elementor-element-052dc61 > .elementor-widget-container{margin:-30px 0px -30px 0px;}.elementor-14 .elementor-element.elementor-element-5cc7659 .elementor-button-content-wrapper{flex-direction:row-reverse;}.elementor-14 .elementor-element.elementor-element-5cc7659 .elementor-button .elementor-button-content-wrapper{gap:14px;}.elementor-14 .elementor-element.elementor-element-5cc7659 .elementor-button{fill:var( --e-global-color-primary );color:var( --e-global-color-primary );}.elementor-14 .elementor-element.elementor-element-5cc7659 .elementor-button:hover, .elementor-14 .elementor-element.elementor-element-5cc7659 .elementor-button:focus{color:var( --e-global-color-primary );}.elementor-14 .elementor-element.elementor-element-5cc7659 .elementor-button:hover svg, .elementor-14 .elementor-element.elementor-element-5cc7659 .elementor-button:focus svg{fill:var( --e-global-color-primary );}.elementor-14 .elementor-element.elementor-element-5cc7659 > .elementor-widget-container{margin:10px 0px 0px 0px;}.elementor-14 .elementor-element.elementor-element-7413470 > .elementor-container{max-width:600px;min-height:280px;}.elementor-14 .elementor-element.elementor-element-7413470 > .elementor-background-overlay{background-color:var( --e-global-color-4e57b11 );opacity:0.5;}.elementor-14 .elementor-element.elementor-element-7413470 > .elementor-shape-top .elementor-shape-fill{fill:var( --e-global-color-eae5c4f );}.elementor-14 .elementor-element.elementor-element-7413470 > .elementor-shape-top svg{width:calc(159% + 1.3px);height:80px;transform:translateX(-50%) rotateY(180deg);}.elementor-14 .elementor-element.elementor-element-7413470 > .elementor-shape-bottom .elementor-shape-fill{fill:var( --e-global-color-eae5c4f );}.elementor-14 .elementor-element.elementor-element-7413470 > .elementor-shape-bottom svg{width:calc(230% + 1.3px);height:100px;transform:translateX(-50%) rotateY(180deg);}.elementor-14 .elementor-element.elementor-element-7413470{padding:60px 60px 60px 60px;}.elementor-bc-flex-widget .elementor-14 .elementor-element.elementor-element-5f27ec9.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-14 .elementor-element.elementor-element-5f27ec9.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-14 .elementor-element.elementor-element-5f27ec9 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:40px;}.elementor-14 .elementor-element.elementor-element-5f27ec9 > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-14 .elementor-element.elementor-element-16bbc67 img{width:150px;}.elementor-14 .elementor-element.elementor-element-16bbc67{width:auto;max-width:auto;bottom:0px;z-index:0;}body:not(.rtl) .elementor-14 .elementor-element.elementor-element-16bbc67{right:-80px;}body.rtl .elementor-14 .elementor-element.elementor-element-16bbc67{left:-80px;}.elementor-14 .elementor-element.elementor-element-16bbc67 .jet-tricks-satellite{transform:translateX(6px);z-index:2;}.elementor-14 .elementor-element.elementor-element-16bbc67 .jet-tricks-satellite__inner{transform:translateY(-49px);}.elementor-14 .elementor-element.elementor-element-16bbc67 .jet-tricks-satellite .jet-tricks-satellite__text span{transform:rotate(0deg);}.elementor-14 .elementor-element.elementor-element-16bbc67 .jet-tricks-satellite .jet-tricks-satellite__icon .jet-tricks-satellite__icon-instance{transform:rotate(0deg);}.elementor-14 .elementor-element.elementor-element-16bbc67 .jet-tricks-satellite .jet-tricks-satellite__image .jet-tricks-satellite__image-instance{transform:rotate(0deg);}.elementor-14 .elementor-element.elementor-element-16bbc67 .jet-tricks-satellite .jet-tricks-satellite__image{width:165px;height:100px;}.elementor-14 .elementor-element.elementor-element-bac217e img{width:60px;}.elementor-14 .elementor-element.elementor-element-bac217e{width:auto;max-width:auto;bottom:108px;z-index:0;}body:not(.rtl) .elementor-14 .elementor-element.elementor-element-bac217e{right:76.2px;}body.rtl .elementor-14 .elementor-element.elementor-element-bac217e{left:76.2px;}.elementor-14 .elementor-element.elementor-element-38ad472{--icon-box-icon-margin:20px;}.elementor-14 .elementor-element.elementor-element-38ad472 .elementor-icon-box-title{margin-bottom:10px;color:var( --e-global-color-primary );}.elementor-14 .elementor-element.elementor-element-38ad472.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-primary );}.elementor-14 .elementor-element.elementor-element-38ad472.elementor-view-framed .elementor-icon, .elementor-14 .elementor-element.elementor-element-38ad472.elementor-view-default .elementor-icon{fill:var( --e-global-color-primary );color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-14 .elementor-element.elementor-element-38ad472 .elementor-icon{font-size:40px;}.elementor-14 .elementor-element.elementor-element-38ad472 .elementor-icon-box-title, .elementor-14 .elementor-element.elementor-element-38ad472 .elementor-icon-box-title a{font-size:var( --e-global-typography-06569ee-font-size );font-weight:var( --e-global-typography-06569ee-font-weight );line-height:var( --e-global-typography-06569ee-line-height );letter-spacing:var( --e-global-typography-06569ee-letter-spacing );word-spacing:var( --e-global-typography-06569ee-word-spacing );}.elementor-14 .elementor-element.elementor-element-38ad472 .elementor-icon-box-description{color:var( --e-global-color-primary );}.elementor-14 .elementor-element.elementor-element-1b4d039:not(.elementor-motion-effects-element-type-background), .elementor-14 .elementor-element.elementor-element-1b4d039 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(170deg, #E8F0F3 81%, #093C662B 100%);}.elementor-14 .elementor-element.elementor-element-1b4d039{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-14 .elementor-element.elementor-element-1b4d039 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-bc-flex-widget .elementor-14 .elementor-element.elementor-element-b42d155.elementor-column .elementor-widget-wrap{align-items:flex-start;}.elementor-14 .elementor-element.elementor-element-b42d155.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:flex-start;align-items:flex-start;}.elementor-14 .elementor-element.elementor-element-b42d155:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-14 .elementor-element.elementor-element-b42d155 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-20f6e6a );background-image:url("https://www.curiousfutureinsight.org/wp-content/uploads/JulianHukePhotography-_A1_0059-scaled-1.webp");background-position:center right;background-size:cover;}.elementor-14 .elementor-element.elementor-element-b42d155 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:80px 60px 80px 60px;}.elementor-14 .elementor-element.elementor-element-b42d155 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-14 .elementor-element.elementor-element-46ced59{--spacer-size:150px;}.elementor-bc-flex-widget .elementor-14 .elementor-element.elementor-element-ef96264.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-14 .elementor-element.elementor-element-ef96264.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-14 .elementor-element.elementor-element-ef96264:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-14 .elementor-element.elementor-element-ef96264 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}.elementor-14 .elementor-element.elementor-element-ef96264 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:60px 60px 40px 60px;}.elementor-14 .elementor-element.elementor-element-ef96264 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-14 .elementor-element.elementor-element-7ffc8fa .elementor-heading-title{color:var( --e-global-color-cde2bbe );font-family:var( --e-global-typography-51f0c69-font-family ), Sans-serif;font-size:var( --e-global-typography-51f0c69-font-size );font-weight:var( --e-global-typography-51f0c69-font-weight );text-transform:var( --e-global-typography-51f0c69-text-transform );line-height:var( --e-global-typography-51f0c69-line-height );letter-spacing:var( --e-global-typography-51f0c69-letter-spacing );word-spacing:var( --e-global-typography-51f0c69-word-spacing );}.elementor-14 .elementor-element.elementor-element-cb32c47 .elementor-heading-title{color:var( --e-global-color-cde2bbe );font-size:var( --e-global-typography-50b7226-font-size );font-weight:var( --e-global-typography-50b7226-font-weight );line-height:var( --e-global-typography-50b7226-line-height );letter-spacing:var( --e-global-typography-50b7226-letter-spacing );word-spacing:var( --e-global-typography-50b7226-word-spacing );}.elementor-14 .elementor-element.elementor-element-cb32c47 > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-14 .elementor-element.elementor-element-dcfa724 .elementor-heading-title{color:var( --e-global-color-cde2bbe );font-size:var( --e-global-typography-50b7226-font-size );font-weight:var( --e-global-typography-50b7226-font-weight );line-height:var( --e-global-typography-50b7226-line-height );letter-spacing:var( --e-global-typography-50b7226-letter-spacing );word-spacing:var( --e-global-typography-50b7226-word-spacing );}.elementor-14 .elementor-element.elementor-element-dcfa724 > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-14 .elementor-element.elementor-element-2c789c1 .elementor-button-content-wrapper{flex-direction:row-reverse;}.elementor-14 .elementor-element.elementor-element-2c789c1 .elementor-button .elementor-button-content-wrapper{gap:14px;}.elementor-14 .elementor-element.elementor-element-2c789c1 .elementor-button{fill:var( --e-global-color-primary );color:var( --e-global-color-primary );}.elementor-14 .elementor-element.elementor-element-2c789c1 .elementor-button:hover, .elementor-14 .elementor-element.elementor-element-2c789c1 .elementor-button:focus{color:var( --e-global-color-primary );}.elementor-14 .elementor-element.elementor-element-2c789c1 .elementor-button:hover svg, .elementor-14 .elementor-element.elementor-element-2c789c1 .elementor-button:focus svg{fill:var( --e-global-color-primary );}.elementor-14 .elementor-element.elementor-element-2c789c1 > .elementor-widget-container{margin:10px 0px 0px 0px;}.elementor-14 .elementor-element.elementor-element-e926759 > .elementor-container{max-width:600px;min-height:280px;}.elementor-14 .elementor-element.elementor-element-e926759 > .elementor-background-overlay{background-color:var( --e-global-color-4e57b11 );opacity:0.5;}.elementor-14 .elementor-element.elementor-element-e926759 > .elementor-shape-top .elementor-shape-fill{fill:var( --e-global-color-eae5c4f );}.elementor-14 .elementor-element.elementor-element-e926759 > .elementor-shape-top svg{width:calc(159% + 1.3px);height:80px;transform:translateX(-50%) rotateY(180deg);}.elementor-14 .elementor-element.elementor-element-e926759 > .elementor-shape-bottom .elementor-shape-fill{fill:var( --e-global-color-eae5c4f );}.elementor-14 .elementor-element.elementor-element-e926759 > .elementor-shape-bottom svg{width:calc(230% + 1.3px);height:100px;transform:translateX(-50%) rotateY(180deg);}.elementor-14 .elementor-element.elementor-element-e926759{padding:60px 60px 60px 60px;}.elementor-bc-flex-widget .elementor-14 .elementor-element.elementor-element-f256c8c.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-14 .elementor-element.elementor-element-f256c8c.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-14 .elementor-element.elementor-element-f256c8c > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:40px;}.elementor-14 .elementor-element.elementor-element-f256c8c > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-14 .elementor-element.elementor-element-290df8d img{width:150px;}.elementor-14 .elementor-element.elementor-element-290df8d{width:auto;max-width:auto;bottom:0px;z-index:0;}body:not(.rtl) .elementor-14 .elementor-element.elementor-element-290df8d{right:-80px;}body.rtl .elementor-14 .elementor-element.elementor-element-290df8d{left:-80px;}.elementor-14 .elementor-element.elementor-element-290df8d .jet-tricks-satellite{transform:translateX(6px);z-index:2;}.elementor-14 .elementor-element.elementor-element-290df8d .jet-tricks-satellite__inner{transform:translateY(-49px);}.elementor-14 .elementor-element.elementor-element-290df8d .jet-tricks-satellite .jet-tricks-satellite__text span{transform:rotate(0deg);}.elementor-14 .elementor-element.elementor-element-290df8d .jet-tricks-satellite .jet-tricks-satellite__icon .jet-tricks-satellite__icon-instance{transform:rotate(0deg);}.elementor-14 .elementor-element.elementor-element-290df8d .jet-tricks-satellite .jet-tricks-satellite__image .jet-tricks-satellite__image-instance{transform:rotate(0deg);}.elementor-14 .elementor-element.elementor-element-290df8d .jet-tricks-satellite .jet-tricks-satellite__image{width:165px;height:100px;}.elementor-14 .elementor-element.elementor-element-1d3e970 img{width:60px;}.elementor-14 .elementor-element.elementor-element-1d3e970{width:auto;max-width:auto;bottom:108px;z-index:0;}body:not(.rtl) .elementor-14 .elementor-element.elementor-element-1d3e970{right:76.2px;}body.rtl .elementor-14 .elementor-element.elementor-element-1d3e970{left:76.2px;}.elementor-14 .elementor-element.elementor-element-b3bf495{--icon-box-icon-margin:20px;}.elementor-14 .elementor-element.elementor-element-b3bf495 .elementor-icon-box-title{margin-bottom:10px;color:var( --e-global-color-primary );}.elementor-14 .elementor-element.elementor-element-b3bf495.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-primary );}.elementor-14 .elementor-element.elementor-element-b3bf495.elementor-view-framed .elementor-icon, .elementor-14 .elementor-element.elementor-element-b3bf495.elementor-view-default .elementor-icon{fill:var( --e-global-color-primary );color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-14 .elementor-element.elementor-element-b3bf495 .elementor-icon{font-size:40px;}.elementor-14 .elementor-element.elementor-element-b3bf495 .elementor-icon-box-title, .elementor-14 .elementor-element.elementor-element-b3bf495 .elementor-icon-box-title a{font-size:var( --e-global-typography-06569ee-font-size );font-weight:var( --e-global-typography-06569ee-font-weight );line-height:var( --e-global-typography-06569ee-line-height );letter-spacing:var( --e-global-typography-06569ee-letter-spacing );word-spacing:var( --e-global-typography-06569ee-word-spacing );}.elementor-14 .elementor-element.elementor-element-b3bf495 .elementor-icon-box-description{color:var( --e-global-color-primary );}.elementor-14 .elementor-element.elementor-element-1e129d5:not(.elementor-motion-effects-element-type-background), .elementor-14 .elementor-element.elementor-element-1e129d5 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(170deg, #E8F0F3 81%, #093C662B 100%);}.elementor-14 .elementor-element.elementor-element-1e129d5{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-14 .elementor-element.elementor-element-1e129d5 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-bc-flex-widget .elementor-14 .elementor-element.elementor-element-399ffad.elementor-column .elementor-widget-wrap{align-items:flex-start;}.elementor-14 .elementor-element.elementor-element-399ffad.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:flex-start;align-items:flex-start;}.elementor-14 .elementor-element.elementor-element-399ffad:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-14 .elementor-element.elementor-element-399ffad > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-20f6e6a );}.elementor-14 .elementor-element.elementor-element-399ffad > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:80px 60px 80px 60px;}.elementor-14 .elementor-element.elementor-element-399ffad > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-14 .elementor-element.elementor-element-4f048ed .elementor-heading-title{color:var( --e-global-color-cde2bbe );font-family:var( --e-global-typography-51f0c69-font-family ), Sans-serif;font-size:var( --e-global-typography-51f0c69-font-size );font-weight:var( --e-global-typography-51f0c69-font-weight );text-transform:var( --e-global-typography-51f0c69-text-transform );line-height:var( --e-global-typography-51f0c69-line-height );letter-spacing:var( --e-global-typography-51f0c69-letter-spacing );word-spacing:var( --e-global-typography-51f0c69-word-spacing );}.elementor-14 .elementor-element.elementor-element-08b96cf .elementor-heading-title{color:var( --e-global-color-cde2bbe );font-size:var( --e-global-typography-50b7226-font-size );font-weight:var( --e-global-typography-50b7226-font-weight );line-height:var( --e-global-typography-50b7226-line-height );letter-spacing:var( --e-global-typography-50b7226-letter-spacing );word-spacing:var( --e-global-typography-50b7226-word-spacing );}.elementor-14 .elementor-element.elementor-element-08b96cf > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-14 .elementor-element.elementor-element-dd07c93 .elementor-button-content-wrapper{flex-direction:row-reverse;}.elementor-14 .elementor-element.elementor-element-dd07c93 .elementor-button .elementor-button-content-wrapper{gap:14px;}.elementor-14 .elementor-element.elementor-element-dd07c93 .elementor-button{fill:var( --e-global-color-primary );color:var( --e-global-color-primary );}.elementor-14 .elementor-element.elementor-element-dd07c93 .elementor-button:hover, .elementor-14 .elementor-element.elementor-element-dd07c93 .elementor-button:focus{color:var( --e-global-color-primary );}.elementor-14 .elementor-element.elementor-element-dd07c93 .elementor-button:hover svg, .elementor-14 .elementor-element.elementor-element-dd07c93 .elementor-button:focus svg{fill:var( --e-global-color-primary );}.elementor-14 .elementor-element.elementor-element-dd07c93 > .elementor-widget-container{margin:10px 0px 0px 0px;}.elementor-bc-flex-widget .elementor-14 .elementor-element.elementor-element-432dd52.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-14 .elementor-element.elementor-element-432dd52.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-14 .elementor-element.elementor-element-432dd52:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-14 .elementor-element.elementor-element-432dd52 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}.elementor-14 .elementor-element.elementor-element-432dd52 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:60px 60px 40px 60px;}.elementor-14 .elementor-element.elementor-element-432dd52 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-14 .elementor-element.elementor-element-90553c1 .dce-container-navigation i{font-size:60px;}.elementor-14 .elementor-element.elementor-element-90553c1 .dce-container-navigation svg{height:60px;width:100%;}.elementor-14 .elementor-element.elementor-element-90553c1 .dce-carousel-controls .swiper-button-left{height:60px;width:60px;margin-top:calc(60px / 2);}.elementor-14 .elementor-element.elementor-element-90553c1 .dce-carousel-controls .swiper-button-right{height:60px;width:60px;margin-top:calc(60px / 2);}.elementor-14 .elementor-element.elementor-element-90553c1 .swiper-button-right path, .elementor-14 .elementor-element.elementor-element-90553c1 .swiper-button-left path, .elementor-14 .elementor-element.elementor-element-90553c1 .dce-container-navigation svg, .elementor-14 .elementor-element.elementor-element-90553c1 .dce-container-navigation i{fill:var( --e-global-color-text );color:var( --e-global-color-text );}.elementor-14 .elementor-element.elementor-element-90553c1 .swiper-button-right line, .elementor-14 .elementor-element.elementor-element-90553c1 .swiper-button-left line, .elementor-14 .elementor-element.elementor-element-90553c1 .swiper-button-right polyline, .elementor-14 .elementor-element.elementor-element-90553c1 .swiper-button-left polyline{stroke:var( --e-global-color-text );}.elementor-14 .elementor-element.elementor-element-90553c1 .swiper-button-left polyline, .elementor-14 .elementor-element.elementor-element-90553c1 .swiper-button-right polyline{stroke-width:5;}.elementor-14 .elementor-element.elementor-element-90553c1 .swiper-button-right line, .elementor-14 .elementor-element.elementor-element-90553c1 .swiper-button-left line{stroke-width:5;}.elementor-14 .elementor-element.elementor-element-90553c1 .dce-carousel-controls .dce-container-navigation{transform:translateX(-50%);left:50%;top:50%;}.elementor-14 .elementor-element.elementor-element-90553c1 .swiper-button-left{left:-25px;}.elementor-14 .elementor-element.elementor-element-90553c1 .swiper-button-right{right:-25px;}.elementor-14 .elementor-element.elementor-element-90553c1 .swiper-button-left, .elementor-14 .elementor-element.elementor-element-90553c1 .swiper-button-right{top:-60px;}.elementor-14 .elementor-element.elementor-element-90553c1 .elementor-repeater-item-a4ada34 > *{display:inline-block;}.elementor-14 .elementor-element.elementor-element-90553c1 .elementor-repeater-item-e3edcb2.dce-item_image{justify-content:top;}.elementor-14 .elementor-element.elementor-element-90553c1 .dce-posts-fallback{text-align:left;}.elementor-14 .elementor-element.elementor-element-f170b84 .elementor-button-content-wrapper{flex-direction:row-reverse;}.elementor-14 .elementor-element.elementor-element-f170b84 .elementor-button .elementor-button-content-wrapper{gap:14px;}.elementor-14 .elementor-element.elementor-element-f170b84 .elementor-button{fill:var( --e-global-color-primary );color:var( --e-global-color-primary );}.elementor-14 .elementor-element.elementor-element-f170b84 .elementor-button:hover, .elementor-14 .elementor-element.elementor-element-f170b84 .elementor-button:focus{color:var( --e-global-color-primary );}.elementor-14 .elementor-element.elementor-element-f170b84 .elementor-button:hover svg, .elementor-14 .elementor-element.elementor-element-f170b84 .elementor-button:focus svg{fill:var( --e-global-color-primary );}.elementor-14 .elementor-element.elementor-element-f170b84 > .elementor-widget-container{margin:10px 0px 0px 0px;}.elementor-14 .elementor-element.elementor-element-a1da230 > .elementor-container{max-width:600px;min-height:280px;}.elementor-14 .elementor-element.elementor-element-a1da230 > .elementor-background-overlay{background-color:var( --e-global-color-4e57b11 );opacity:0.5;}.elementor-14 .elementor-element.elementor-element-a1da230 > .elementor-shape-top .elementor-shape-fill{fill:var( --e-global-color-eae5c4f );}.elementor-14 .elementor-element.elementor-element-a1da230 > .elementor-shape-top svg{width:calc(159% + 1.3px);height:80px;transform:translateX(-50%) rotateY(180deg);}.elementor-14 .elementor-element.elementor-element-a1da230 > .elementor-shape-bottom .elementor-shape-fill{fill:var( --e-global-color-eae5c4f );}.elementor-14 .elementor-element.elementor-element-a1da230 > .elementor-shape-bottom svg{width:calc(230% + 1.3px);height:100px;transform:translateX(-50%) rotateY(180deg);}.elementor-14 .elementor-element.elementor-element-a1da230{padding:60px 60px 60px 60px;}.elementor-bc-flex-widget .elementor-14 .elementor-element.elementor-element-79c4dff.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-14 .elementor-element.elementor-element-79c4dff.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-14 .elementor-element.elementor-element-79c4dff > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:40px;}.elementor-14 .elementor-element.elementor-element-79c4dff > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-14 .elementor-element.elementor-element-6f68e52 img{width:150px;}.elementor-14 .elementor-element.elementor-element-6f68e52{width:auto;max-width:auto;bottom:0px;z-index:0;}body:not(.rtl) .elementor-14 .elementor-element.elementor-element-6f68e52{right:-80px;}body.rtl .elementor-14 .elementor-element.elementor-element-6f68e52{left:-80px;}.elementor-14 .elementor-element.elementor-element-6f68e52 .jet-tricks-satellite{transform:translateX(6px);z-index:2;}.elementor-14 .elementor-element.elementor-element-6f68e52 .jet-tricks-satellite__inner{transform:translateY(-49px);}.elementor-14 .elementor-element.elementor-element-6f68e52 .jet-tricks-satellite .jet-tricks-satellite__text span{transform:rotate(0deg);}.elementor-14 .elementor-element.elementor-element-6f68e52 .jet-tricks-satellite .jet-tricks-satellite__icon .jet-tricks-satellite__icon-instance{transform:rotate(0deg);}.elementor-14 .elementor-element.elementor-element-6f68e52 .jet-tricks-satellite .jet-tricks-satellite__image .jet-tricks-satellite__image-instance{transform:rotate(0deg);}.elementor-14 .elementor-element.elementor-element-6f68e52 .jet-tricks-satellite .jet-tricks-satellite__image{width:165px;height:100px;}.elementor-14 .elementor-element.elementor-element-f1ce84e img{width:60px;}.elementor-14 .elementor-element.elementor-element-f1ce84e{width:auto;max-width:auto;bottom:108px;z-index:0;}body:not(.rtl) .elementor-14 .elementor-element.elementor-element-f1ce84e{right:76.2px;}body.rtl .elementor-14 .elementor-element.elementor-element-f1ce84e{left:76.2px;}.elementor-14 .elementor-element.elementor-element-e5f1fee{--icon-box-icon-margin:20px;}.elementor-14 .elementor-element.elementor-element-e5f1fee .elementor-icon-box-title{margin-bottom:10px;color:var( --e-global-color-primary );}.elementor-14 .elementor-element.elementor-element-e5f1fee.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-primary );}.elementor-14 .elementor-element.elementor-element-e5f1fee.elementor-view-framed .elementor-icon, .elementor-14 .elementor-element.elementor-element-e5f1fee.elementor-view-default .elementor-icon{fill:var( --e-global-color-primary );color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-14 .elementor-element.elementor-element-e5f1fee .elementor-icon{font-size:40px;}.elementor-14 .elementor-element.elementor-element-e5f1fee .elementor-icon-box-title, .elementor-14 .elementor-element.elementor-element-e5f1fee .elementor-icon-box-title a{font-size:var( --e-global-typography-06569ee-font-size );font-weight:var( --e-global-typography-06569ee-font-weight );line-height:var( --e-global-typography-06569ee-line-height );letter-spacing:var( --e-global-typography-06569ee-letter-spacing );word-spacing:var( --e-global-typography-06569ee-word-spacing );}.elementor-14 .elementor-element.elementor-element-e5f1fee .elementor-icon-box-description{color:var( --e-global-color-primary );}.elementor-14 .elementor-element.elementor-element-639b3f1:not(.elementor-motion-effects-element-type-background), .elementor-14 .elementor-element.elementor-element-639b3f1 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(170deg, #E8F0F3 81%, #093C662B 100%);}.elementor-14 .elementor-element.elementor-element-639b3f1{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-14 .elementor-element.elementor-element-639b3f1 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-bc-flex-widget .elementor-14 .elementor-element.elementor-element-79abfc3.elementor-column .elementor-widget-wrap{align-items:flex-start;}.elementor-14 .elementor-element.elementor-element-79abfc3.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:flex-start;align-items:flex-start;}.elementor-14 .elementor-element.elementor-element-79abfc3:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-14 .elementor-element.elementor-element-79abfc3 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#E8F0F3;background-image:url("https://www.curiousfutureinsight.org/wp-content/uploads/Ulrich-Betz.jpg");background-position:center center;background-size:cover;}.elementor-14 .elementor-element.elementor-element-79abfc3 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:60px 60px 60px 60px;}.elementor-14 .elementor-element.elementor-element-79abfc3 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-14 .elementor-element.elementor-element-cf44f9f{--spacer-size:50px;}.elementor-14 .elementor-element.elementor-element-4688ab7:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-14 .elementor-element.elementor-element-4688ab7 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-20f6e6a );}.elementor-14 .elementor-element.elementor-element-4688ab7 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:80px 60px 80px 60px;}.elementor-14 .elementor-element.elementor-element-4688ab7 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-14 .elementor-element.elementor-element-cbb3544 .elementor-heading-title{font-size:var( --e-global-typography-06569ee-font-size );font-weight:var( --e-global-typography-06569ee-font-weight );line-height:var( --e-global-typography-06569ee-line-height );letter-spacing:var( --e-global-typography-06569ee-letter-spacing );word-spacing:var( --e-global-typography-06569ee-word-spacing );}.elementor-14 .elementor-element.elementor-element-3744954{--icon-box-icon-margin:20px;}.elementor-14 .elementor-element.elementor-element-3744954 .elementor-icon-box-title{margin-bottom:20px;color:var( --e-global-color-text );}.elementor-14 .elementor-element.elementor-element-3744954.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-text );}.elementor-14 .elementor-element.elementor-element-3744954.elementor-view-framed .elementor-icon, .elementor-14 .elementor-element.elementor-element-3744954.elementor-view-default .elementor-icon{fill:var( --e-global-color-text );color:var( --e-global-color-text );border-color:var( --e-global-color-text );}.elementor-14 .elementor-element.elementor-element-3744954 .elementor-icon{font-size:40px;}.elementor-14 .elementor-element.elementor-element-3744954 .elementor-icon-box-title, .elementor-14 .elementor-element.elementor-element-3744954 .elementor-icon-box-title a{font-size:var( --e-global-typography-06569ee-font-size );font-weight:var( --e-global-typography-06569ee-font-weight );line-height:var( --e-global-typography-06569ee-line-height );letter-spacing:var( --e-global-typography-06569ee-letter-spacing );word-spacing:var( --e-global-typography-06569ee-word-spacing );}.elementor-14 .elementor-element.elementor-element-193127d .elementor-button-content-wrapper{flex-direction:row-reverse;}.elementor-14 .elementor-element.elementor-element-193127d .elementor-button .elementor-button-content-wrapper{gap:14px;}.elementor-14 .elementor-element.elementor-element-193127d .elementor-button{fill:var( --e-global-color-primary );color:var( --e-global-color-primary );}.elementor-14 .elementor-element.elementor-element-193127d .elementor-button:hover, .elementor-14 .elementor-element.elementor-element-193127d .elementor-button:focus{color:var( --e-global-color-primary );}.elementor-14 .elementor-element.elementor-element-193127d .elementor-button:hover svg, .elementor-14 .elementor-element.elementor-element-193127d .elementor-button:focus svg{fill:var( --e-global-color-primary );}.elementor-14 .elementor-element.elementor-element-193127d > .elementor-widget-container{margin:10px 0px 0px 0px;}.elementor-14 .elementor-element.elementor-element-012574a > .elementor-container{max-width:600px;min-height:280px;}.elementor-14 .elementor-element.elementor-element-012574a > .elementor-background-overlay{background-color:var( --e-global-color-4e57b11 );opacity:0.5;}.elementor-14 .elementor-element.elementor-element-012574a > .elementor-shape-top .elementor-shape-fill{fill:var( --e-global-color-eae5c4f );}.elementor-14 .elementor-element.elementor-element-012574a > .elementor-shape-top svg{width:calc(159% + 1.3px);height:80px;transform:translateX(-50%) rotateY(180deg);}.elementor-14 .elementor-element.elementor-element-012574a > .elementor-shape-bottom .elementor-shape-fill{fill:var( --e-global-color-eae5c4f );}.elementor-14 .elementor-element.elementor-element-012574a > .elementor-shape-bottom svg{width:calc(230% + 1.3px);height:100px;transform:translateX(-50%) rotateY(180deg);}.elementor-14 .elementor-element.elementor-element-012574a{padding:60px 60px 60px 60px;}.elementor-bc-flex-widget .elementor-14 .elementor-element.elementor-element-30c4be0.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-14 .elementor-element.elementor-element-30c4be0.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-14 .elementor-element.elementor-element-30c4be0 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:40px;}.elementor-14 .elementor-element.elementor-element-30c4be0 > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-14 .elementor-element.elementor-element-9a33555 img{width:150px;}.elementor-14 .elementor-element.elementor-element-9a33555{width:auto;max-width:auto;bottom:0px;z-index:0;}body:not(.rtl) .elementor-14 .elementor-element.elementor-element-9a33555{right:-80px;}body.rtl .elementor-14 .elementor-element.elementor-element-9a33555{left:-80px;}.elementor-14 .elementor-element.elementor-element-9a33555 .jet-tricks-satellite{transform:translateX(6px);z-index:2;}.elementor-14 .elementor-element.elementor-element-9a33555 .jet-tricks-satellite__inner{transform:translateY(-49px);}.elementor-14 .elementor-element.elementor-element-9a33555 .jet-tricks-satellite .jet-tricks-satellite__text span{transform:rotate(0deg);}.elementor-14 .elementor-element.elementor-element-9a33555 .jet-tricks-satellite .jet-tricks-satellite__icon .jet-tricks-satellite__icon-instance{transform:rotate(0deg);}.elementor-14 .elementor-element.elementor-element-9a33555 .jet-tricks-satellite .jet-tricks-satellite__image .jet-tricks-satellite__image-instance{transform:rotate(0deg);}.elementor-14 .elementor-element.elementor-element-9a33555 .jet-tricks-satellite .jet-tricks-satellite__image{width:165px;height:100px;}.elementor-14 .elementor-element.elementor-element-96d1667 img{width:60px;}.elementor-14 .elementor-element.elementor-element-96d1667{width:auto;max-width:auto;bottom:108px;z-index:0;}body:not(.rtl) .elementor-14 .elementor-element.elementor-element-96d1667{right:76.2px;}body.rtl .elementor-14 .elementor-element.elementor-element-96d1667{left:76.2px;}.elementor-14 .elementor-element.elementor-element-f9aadbc{--icon-box-icon-margin:20px;}.elementor-14 .elementor-element.elementor-element-f9aadbc .elementor-icon-box-title{margin-bottom:10px;color:var( --e-global-color-primary );}.elementor-14 .elementor-element.elementor-element-f9aadbc.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-primary );}.elementor-14 .elementor-element.elementor-element-f9aadbc.elementor-view-framed .elementor-icon, .elementor-14 .elementor-element.elementor-element-f9aadbc.elementor-view-default .elementor-icon{fill:var( --e-global-color-primary );color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-14 .elementor-element.elementor-element-f9aadbc .elementor-icon{font-size:40px;}.elementor-14 .elementor-element.elementor-element-f9aadbc .elementor-icon-box-title, .elementor-14 .elementor-element.elementor-element-f9aadbc .elementor-icon-box-title a{font-size:var( --e-global-typography-06569ee-font-size );font-weight:var( --e-global-typography-06569ee-font-weight );line-height:var( --e-global-typography-06569ee-line-height );letter-spacing:var( --e-global-typography-06569ee-letter-spacing );word-spacing:var( --e-global-typography-06569ee-word-spacing );}.elementor-14 .elementor-element.elementor-element-f9aadbc .elementor-icon-box-description{color:var( --e-global-color-primary );}.elementor-14 .elementor-element.elementor-element-54d32c3:not(.elementor-motion-effects-element-type-background), .elementor-14 .elementor-element.elementor-element-54d32c3 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(170deg, #E8F0F3 81%, #093C662B 100%);}.elementor-14 .elementor-element.elementor-element-54d32c3{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-14 .elementor-element.elementor-element-54d32c3 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-bc-flex-widget .elementor-14 .elementor-element.elementor-element-80e4d21.elementor-column .elementor-widget-wrap{align-items:flex-start;}.elementor-14 .elementor-element.elementor-element-80e4d21.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:flex-start;align-items:flex-start;}.elementor-14 .elementor-element.elementor-element-80e4d21:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-14 .elementor-element.elementor-element-80e4d21 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#E8F0F3;background-image:url("https://www.curiousfutureinsight.org/wp-content/uploads/Book-Small.webp");background-position:center center;background-size:cover;}.elementor-14 .elementor-element.elementor-element-80e4d21 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:60px 60px 60px 60px;}.elementor-14 .elementor-element.elementor-element-80e4d21 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-14 .elementor-element.elementor-element-c3aba02{--spacer-size:50px;}.elementor-14 .elementor-element.elementor-element-6175e53:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-14 .elementor-element.elementor-element-6175e53 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-20f6e6a );}.elementor-14 .elementor-element.elementor-element-6175e53 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:80px 60px 80px 60px;}.elementor-14 .elementor-element.elementor-element-6175e53 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-14 .elementor-element.elementor-element-c74b251 .elementor-heading-title{font-size:var( --e-global-typography-06569ee-font-size );font-weight:var( --e-global-typography-06569ee-font-weight );line-height:var( --e-global-typography-06569ee-line-height );letter-spacing:var( --e-global-typography-06569ee-letter-spacing );word-spacing:var( --e-global-typography-06569ee-word-spacing );}.elementor-14 .elementor-element.elementor-element-afded54 .elementor-icon-box-title{margin-bottom:20px;color:var( --e-global-color-text );}.elementor-14 .elementor-element.elementor-element-afded54 .elementor-icon-box-title, .elementor-14 .elementor-element.elementor-element-afded54 .elementor-icon-box-title a{font-size:var( --e-global-typography-06569ee-font-size );font-weight:var( --e-global-typography-06569ee-font-weight );line-height:var( --e-global-typography-06569ee-line-height );letter-spacing:var( --e-global-typography-06569ee-letter-spacing );word-spacing:var( --e-global-typography-06569ee-word-spacing );}.elementor-14 .elementor-element.elementor-element-50bf3f9 .elementor-button-content-wrapper{flex-direction:row-reverse;}.elementor-14 .elementor-element.elementor-element-50bf3f9 .elementor-button .elementor-button-content-wrapper{gap:14px;}.elementor-14 .elementor-element.elementor-element-50bf3f9 .elementor-button{fill:var( --e-global-color-primary );color:var( --e-global-color-primary );}.elementor-14 .elementor-element.elementor-element-50bf3f9 .elementor-button:hover, .elementor-14 .elementor-element.elementor-element-50bf3f9 .elementor-button:focus{color:var( --e-global-color-primary );}.elementor-14 .elementor-element.elementor-element-50bf3f9 .elementor-button:hover svg, .elementor-14 .elementor-element.elementor-element-50bf3f9 .elementor-button:focus svg{fill:var( --e-global-color-primary );}.elementor-14 .elementor-element.elementor-element-50bf3f9 > .elementor-widget-container{margin:10px 0px 0px 0px;}.elementor-14 .elementor-element.elementor-element-2c02f98 > .elementor-container{max-width:600px;min-height:116px;}.elementor-14 .elementor-element.elementor-element-2c02f98 > .elementor-background-overlay{background-color:var( --e-global-color-4e57b11 );opacity:0.5;}.elementor-14 .elementor-element.elementor-element-2c02f98 > .elementor-shape-top .elementor-shape-fill{fill:var( --e-global-color-eae5c4f );}.elementor-14 .elementor-element.elementor-element-2c02f98 > .elementor-shape-top svg{width:calc(159% + 1.3px);height:80px;transform:translateX(-50%) rotateY(180deg);}.elementor-14 .elementor-element.elementor-element-2c02f98 > .elementor-shape-bottom .elementor-shape-fill{fill:var( --e-global-color-eae5c4f );}.elementor-14 .elementor-element.elementor-element-2c02f98 > .elementor-shape-bottom svg{width:calc(230% + 1.3px);height:100px;transform:translateX(-50%) rotateY(180deg);}.elementor-14 .elementor-element.elementor-element-2c02f98{padding:60px 60px 60px 60px;}.elementor-bc-flex-widget .elementor-14 .elementor-element.elementor-element-6564335.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-14 .elementor-element.elementor-element-6564335.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-14 .elementor-element.elementor-element-6564335 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:40px;}.elementor-14 .elementor-element.elementor-element-6564335 > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-14 .elementor-element.elementor-element-8dbd738 img{width:150px;}.elementor-14 .elementor-element.elementor-element-8dbd738{width:auto;max-width:auto;bottom:0px;z-index:0;}body:not(.rtl) .elementor-14 .elementor-element.elementor-element-8dbd738{right:-80px;}body.rtl .elementor-14 .elementor-element.elementor-element-8dbd738{left:-80px;}.elementor-14 .elementor-element.elementor-element-8dbd738 .jet-tricks-satellite{transform:translateX(6px);z-index:2;}.elementor-14 .elementor-element.elementor-element-8dbd738 .jet-tricks-satellite__inner{transform:translateY(-49px);}.elementor-14 .elementor-element.elementor-element-8dbd738 .jet-tricks-satellite .jet-tricks-satellite__text span{transform:rotate(0deg);}.elementor-14 .elementor-element.elementor-element-8dbd738 .jet-tricks-satellite .jet-tricks-satellite__icon .jet-tricks-satellite__icon-instance{transform:rotate(0deg);}.elementor-14 .elementor-element.elementor-element-8dbd738 .jet-tricks-satellite .jet-tricks-satellite__image .jet-tricks-satellite__image-instance{transform:rotate(0deg);}.elementor-14 .elementor-element.elementor-element-8dbd738 .jet-tricks-satellite .jet-tricks-satellite__image{width:165px;height:100px;}.elementor-14 .elementor-element.elementor-element-e1106a1 img{width:60px;}.elementor-14 .elementor-element.elementor-element-e1106a1{width:auto;max-width:auto;bottom:108px;z-index:0;}body:not(.rtl) .elementor-14 .elementor-element.elementor-element-e1106a1{right:76.2px;}body.rtl .elementor-14 .elementor-element.elementor-element-e1106a1{left:76.2px;}.elementor-14 .elementor-element.elementor-element-28db471{--icon-box-icon-margin:20px;}.elementor-14 .elementor-element.elementor-element-28db471 .elementor-icon-box-title{margin-bottom:10px;color:var( --e-global-color-primary );}.elementor-14 .elementor-element.elementor-element-28db471.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-primary );}.elementor-14 .elementor-element.elementor-element-28db471.elementor-view-framed .elementor-icon, .elementor-14 .elementor-element.elementor-element-28db471.elementor-view-default .elementor-icon{fill:var( --e-global-color-primary );color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-14 .elementor-element.elementor-element-28db471 .elementor-icon{font-size:40px;}.elementor-14 .elementor-element.elementor-element-28db471 .elementor-icon-box-description{color:var( --e-global-color-primary );}.elementor-14 .elementor-element.elementor-element-dce6a5d:not(.elementor-motion-effects-element-type-background), .elementor-14 .elementor-element.elementor-element-dce6a5d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-20f6e6a );}.elementor-14 .elementor-element.elementor-element-dce6a5d{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-14 .elementor-element.elementor-element-dce6a5d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-14 .elementor-element.elementor-element-e6c6972 > .elementor-container{max-width:600px;min-height:116px;}.elementor-14 .elementor-element.elementor-element-e6c6972 > .elementor-background-overlay{background-color:var( --e-global-color-4e57b11 );opacity:0.5;}.elementor-14 .elementor-element.elementor-element-e6c6972 > .elementor-shape-top .elementor-shape-fill{fill:var( --e-global-color-eae5c4f );}.elementor-14 .elementor-element.elementor-element-e6c6972 > .elementor-shape-top svg{width:calc(237% + 1.3px);height:90px;transform:translateX(-50%) rotateY(180deg);}.elementor-14 .elementor-element.elementor-element-e6c6972 > .elementor-shape-bottom .elementor-shape-fill{fill:var( --e-global-color-eae5c4f );}.elementor-14 .elementor-element.elementor-element-e6c6972 > .elementor-shape-bottom svg{width:calc(216% + 1.3px);height:110px;transform:translateX(-50%) rotateY(180deg);}.elementor-14 .elementor-element.elementor-element-e6c6972{padding:60px 60px 60px 60px;}.elementor-bc-flex-widget .elementor-14 .elementor-element.elementor-element-7ee0573.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-14 .elementor-element.elementor-element-7ee0573.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-14 .elementor-element.elementor-element-7ee0573.elementor-column > .elementor-widget-wrap{justify-content:center;}.elementor-14 .elementor-element.elementor-element-7ee0573 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:30px;}.elementor-14 .elementor-element.elementor-element-7ee0573 > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-14 .elementor-element.elementor-element-a5215c7 img{width:150px;}.elementor-14 .elementor-element.elementor-element-a5215c7{width:auto;max-width:auto;top:100px;z-index:0;}body:not(.rtl) .elementor-14 .elementor-element.elementor-element-a5215c7{left:-292px;}body.rtl .elementor-14 .elementor-element.elementor-element-a5215c7{right:-292px;}.elementor-14 .elementor-element.elementor-element-a5215c7 .jet-tricks-satellite{transform:translateX(6px);z-index:2;}.elementor-14 .elementor-element.elementor-element-a5215c7 .jet-tricks-satellite__inner{transform:translateY(-49px);}.elementor-14 .elementor-element.elementor-element-a5215c7 .jet-tricks-satellite .jet-tricks-satellite__text span{transform:rotate(0deg);}.elementor-14 .elementor-element.elementor-element-a5215c7 .jet-tricks-satellite .jet-tricks-satellite__icon .jet-tricks-satellite__icon-instance{transform:rotate(0deg);}.elementor-14 .elementor-element.elementor-element-a5215c7 .jet-tricks-satellite .jet-tricks-satellite__image .jet-tricks-satellite__image-instance{transform:rotate(0deg);}.elementor-14 .elementor-element.elementor-element-a5215c7 .jet-tricks-satellite .jet-tricks-satellite__image{width:165px;height:100px;}.elementor-14 .elementor-element.elementor-element-dc65020 img{width:60px;}.elementor-14 .elementor-element.elementor-element-dc65020{width:auto;max-width:auto;top:100px;z-index:0;}body:not(.rtl) .elementor-14 .elementor-element.elementor-element-dc65020{left:-109px;}body.rtl .elementor-14 .elementor-element.elementor-element-dc65020{right:-109px;}.elementor-14 .elementor-element.elementor-element-06cdbbb{--icon-box-icon-margin:20px;}.elementor-14 .elementor-element.elementor-element-06cdbbb .elementor-icon-box-title{margin-bottom:10px;color:var( --e-global-color-primary );}.elementor-14 .elementor-element.elementor-element-06cdbbb.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-primary );}.elementor-14 .elementor-element.elementor-element-06cdbbb.elementor-view-framed .elementor-icon, .elementor-14 .elementor-element.elementor-element-06cdbbb.elementor-view-default .elementor-icon{fill:var( --e-global-color-primary );color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-14 .elementor-element.elementor-element-06cdbbb .elementor-icon{font-size:40px;}.elementor-14 .elementor-element.elementor-element-06cdbbb .elementor-icon-box-description{color:var( --e-global-color-primary );}.elementor-14 .elementor-element.elementor-element-44ca587:not(.elementor-motion-effects-element-type-background), .elementor-14 .elementor-element.elementor-element-44ca587 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(170deg, #E8F0F3 81%, #093C662B 100%);}.elementor-14 .elementor-element.elementor-element-44ca587{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-14 .elementor-element.elementor-element-44ca587 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-bc-flex-widget .elementor-14 .elementor-element.elementor-element-a9b7231.elementor-column .elementor-widget-wrap{align-items:flex-start;}.elementor-14 .elementor-element.elementor-element-a9b7231.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:flex-start;align-items:flex-start;}.elementor-14 .elementor-element.elementor-element-a9b7231:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-14 .elementor-element.elementor-element-a9b7231 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#E8F0F3;background-image:url("https://www.curiousfutureinsight.org/wp-content/uploads/curious2018-288441405.jpeg");background-position:center center;background-size:cover;}.elementor-14 .elementor-element.elementor-element-a9b7231 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:60px 60px 60px 60px;}.elementor-14 .elementor-element.elementor-element-a9b7231 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-14 .elementor-element.elementor-element-7fb83d2{--spacer-size:50px;}.elementor-14 .elementor-element.elementor-element-43af7b2:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-14 .elementor-element.elementor-element-43af7b2 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-20f6e6a );}.elementor-14 .elementor-element.elementor-element-43af7b2 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:80px 60px 80px 60px;}.elementor-14 .elementor-element.elementor-element-43af7b2 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-14 .elementor-element.elementor-element-5fef4cc .elementor-heading-title{font-size:var( --e-global-typography-06569ee-font-size );font-weight:var( --e-global-typography-06569ee-font-weight );line-height:var( --e-global-typography-06569ee-line-height );letter-spacing:var( --e-global-typography-06569ee-letter-spacing );word-spacing:var( --e-global-typography-06569ee-word-spacing );}.elementor-14 .elementor-element.elementor-element-3f553c4 .elementor-icon-box-title{margin-bottom:20px;color:var( --e-global-color-text );}.elementor-14 .elementor-element.elementor-element-3f553c4 .elementor-icon-box-title, .elementor-14 .elementor-element.elementor-element-3f553c4 .elementor-icon-box-title a{font-size:var( --e-global-typography-06569ee-font-size );font-weight:var( --e-global-typography-06569ee-font-weight );line-height:var( --e-global-typography-06569ee-line-height );letter-spacing:var( --e-global-typography-06569ee-letter-spacing );word-spacing:var( --e-global-typography-06569ee-word-spacing );}.elementor-14 .elementor-element.elementor-element-0f2f82d .elementor-button-content-wrapper{flex-direction:row-reverse;}.elementor-14 .elementor-element.elementor-element-0f2f82d .elementor-button .elementor-button-content-wrapper{gap:14px;}.elementor-14 .elementor-element.elementor-element-0f2f82d .elementor-button{fill:var( --e-global-color-primary );color:var( --e-global-color-primary );}.elementor-14 .elementor-element.elementor-element-0f2f82d .elementor-button:hover, .elementor-14 .elementor-element.elementor-element-0f2f82d .elementor-button:focus{color:var( --e-global-color-primary );}.elementor-14 .elementor-element.elementor-element-0f2f82d .elementor-button:hover svg, .elementor-14 .elementor-element.elementor-element-0f2f82d .elementor-button:focus svg{fill:var( --e-global-color-primary );}.elementor-14 .elementor-element.elementor-element-0f2f82d > .elementor-widget-container{margin:10px 0px 0px 0px;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-14 .elementor-element.elementor-element-971911d{width:33%;}.elementor-14 .elementor-element.elementor-element-a2215a5{width:67%;}.elementor-14 .elementor-element.elementor-element-6d14db6{width:33%;}.elementor-14 .elementor-element.elementor-element-6823708{width:67%;}.elementor-14 .elementor-element.elementor-element-887b140{width:33%;}.elementor-14 .elementor-element.elementor-element-d23c84c{width:67%;}.elementor-14 .elementor-element.elementor-element-3a90497{width:33%;}.elementor-14 .elementor-element.elementor-element-aee849d{width:67%;}.elementor-14 .elementor-element.elementor-element-399ffad{width:33%;}.elementor-14 .elementor-element.elementor-element-432dd52{width:67%;}.elementor-14 .elementor-element.elementor-element-79abfc3{width:33%;}.elementor-14 .elementor-element.elementor-element-4688ab7{width:67%;}.elementor-14 .elementor-element.elementor-element-80e4d21{width:33%;}.elementor-14 .elementor-element.elementor-element-6175e53{width:67%;}.elementor-14 .elementor-element.elementor-element-a9b7231{width:33%;}.elementor-14 .elementor-element.elementor-element-43af7b2{width:67%;}}@media(max-width:1024px){.elementor-14 .elementor-element.elementor-element-b08367b{padding:0px 30px 0px 30px;}.elementor-bc-flex-widget .elementor-14 .elementor-element.elementor-element-6404775.elementor-column .elementor-widget-wrap{align-items:flex-end;}.elementor-14 .elementor-element.elementor-element-6404775.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:flex-end;align-items:flex-end;}.elementor-14 .elementor-element.elementor-element-6404775.elementor-column > .elementor-widget-wrap{justify-content:center;}.elementor-14 .elementor-element.elementor-element-50bbbd1 .elementor-heading-title{font-size:var( --e-global-typography-e3e13c5-font-size );line-height:var( --e-global-typography-e3e13c5-line-height );letter-spacing:var( --e-global-typography-e3e13c5-letter-spacing );word-spacing:var( --e-global-typography-e3e13c5-word-spacing );}.elementor-14 .elementor-element.elementor-element-a5715e6 > .elementor-element-populated{margin:20px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-14 .elementor-element.elementor-element-df8bcc5{--spacer-size:0px;}.elementor-14 .elementor-element.elementor-element-8af2c55 .elementor-heading-title{font-size:var( --e-global-typography-ff4ee73-font-size );line-height:var( --e-global-typography-ff4ee73-line-height );letter-spacing:var( --e-global-typography-ff4ee73-letter-spacing );word-spacing:var( --e-global-typography-ff4ee73-word-spacing );}.elementor-14 .elementor-element.elementor-element-bc2f038 .elementor-heading-title{font-size:var( --e-global-typography-ff4ee73-font-size );line-height:var( --e-global-typography-ff4ee73-line-height );letter-spacing:var( --e-global-typography-ff4ee73-letter-spacing );word-spacing:var( --e-global-typography-ff4ee73-word-spacing );}.elementor-14 .elementor-element.elementor-element-4fda0e9 .elementor-heading-title{font-size:var( --e-global-typography-ff4ee73-font-size );line-height:var( --e-global-typography-ff4ee73-line-height );letter-spacing:var( --e-global-typography-ff4ee73-letter-spacing );word-spacing:var( --e-global-typography-ff4ee73-word-spacing );}.elementor-14 .elementor-element.elementor-element-b1a224d a.elementor-button, .elementor-14 .elementor-element.elementor-element-b1a224d .elementor-button{font-size:var( --e-global-typography-5578888-font-size );line-height:var( --e-global-typography-5578888-line-height );letter-spacing:var( --e-global-typography-5578888-letter-spacing );word-spacing:var( --e-global-typography-5578888-word-spacing );}.elementor-14 .elementor-element.elementor-element-cc56997 a.elementor-button, .elementor-14 .elementor-element.elementor-element-cc56997 .elementor-button{font-size:var( --e-global-typography-5578888-font-size );line-height:var( --e-global-typography-5578888-line-height );letter-spacing:var( --e-global-typography-5578888-letter-spacing );word-spacing:var( --e-global-typography-5578888-word-spacing );}.elementor-14 .elementor-element.elementor-element-e0f0ae6 .elementor-heading-title{font-size:var( --e-global-typography-e884589-font-size );line-height:var( --e-global-typography-e884589-line-height );letter-spacing:var( --e-global-typography-e884589-letter-spacing );word-spacing:var( --e-global-typography-e884589-word-spacing );}.elementor-14 .elementor-element.elementor-element-3f83f17{margin-top:-65px;margin-bottom:0px;padding:0px 30px 0px 30px;}.elementor-bc-flex-widget .elementor-14 .elementor-element.elementor-element-d7b38ec.elementor-column .elementor-widget-wrap{align-items:flex-end;}.elementor-14 .elementor-element.elementor-element-d7b38ec.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:flex-end;align-items:flex-end;}.elementor-14 .elementor-element.elementor-element-d7b38ec.elementor-column > .elementor-widget-wrap{justify-content:flex-start;}.elementor-14 .elementor-element.elementor-element-2d2b2e3.elementor-column > .elementor-widget-wrap{justify-content:center;}.elementor-14 .elementor-element.elementor-element-2d2b2e3 > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-14 .elementor-element.elementor-element-dbd5ddd{width:auto;max-width:auto;}.elementor-14 .elementor-element.elementor-element-16ff23a{--spacer-size:7vh;}.elementor-14 .elementor-element.elementor-element-f5fc1d9 .elementor-heading-title{font-size:var( --e-global-typography-e3e13c5-font-size );line-height:var( --e-global-typography-e3e13c5-line-height );letter-spacing:var( --e-global-typography-e3e13c5-letter-spacing );word-spacing:var( --e-global-typography-e3e13c5-word-spacing );}.elementor-14 .elementor-element.elementor-element-f5fc1d9 > .elementor-widget-container{margin:-20px 0px 0px 0px;}.elementor-14 .elementor-element.elementor-element-5b517f2 .elementor-heading-title{font-size:var( --e-global-typography-ff4ee73-font-size );line-height:var( --e-global-typography-ff4ee73-line-height );letter-spacing:var( --e-global-typography-ff4ee73-letter-spacing );word-spacing:var( --e-global-typography-ff4ee73-word-spacing );}.elementor-14 .elementor-element.elementor-element-5b517f2 > .elementor-widget-container{margin:-4px 0px 0px 0px;}.elementor-14 .elementor-element.elementor-element-074c2cf .elementor-heading-title{font-size:var( --e-global-typography-e884589-font-size );line-height:var( --e-global-typography-e884589-line-height );letter-spacing:var( --e-global-typography-e884589-letter-spacing );word-spacing:var( --e-global-typography-e884589-word-spacing );}.elementor-14 .elementor-element.elementor-element-074c2cf > .elementor-widget-container{margin:-4px 0px 0px 0px;}.elementor-14 .elementor-element.elementor-element-efce642 > .elementor-widget-container{margin:20px 0px 0px 0px;}.elementor-14 .elementor-element.elementor-element-efce642{width:100%;max-width:100%;}.elementor-14 .elementor-element.elementor-element-ce3cd79 > .elementor-widget-container{margin:20px 0px 0px 0px;}.elementor-14 .elementor-element.elementor-element-ce3cd79{width:100%;max-width:100%;}.elementor-14 .elementor-element.elementor-element-b361e0a{--spacer-size:0px;}.elementor-14 .elementor-element.elementor-element-06945d7{--spacer-size:11vh;}.elementor-14 .elementor-element.elementor-element-e066561 > .elementor-element-populated{padding:60px 30px 60px 30px;}.elementor-14 .elementor-element.elementor-element-231d9a2 .elementor-heading-title{font-size:var( --e-global-typography-bd7faa5-font-size );line-height:var( --e-global-typography-bd7faa5-line-height );letter-spacing:var( --e-global-typography-bd7faa5-letter-spacing );word-spacing:var( --e-global-typography-bd7faa5-word-spacing );}.elementor-14 .elementor-element.elementor-element-71a20f6 .elementor-heading-title{font-size:var( --e-global-typography-50b7226-font-size );line-height:var( --e-global-typography-50b7226-line-height );letter-spacing:var( --e-global-typography-50b7226-letter-spacing );word-spacing:var( --e-global-typography-50b7226-word-spacing );}.elementor-14 .elementor-element.elementor-element-71a20f6 > .elementor-widget-container{margin:-10px 0px 0px 0px;}.elementor-14 .elementor-element.elementor-element-bb21f68 .elementor-counter-number-wrapper{font-size:var( --e-global-typography-6a5da37-font-size );line-height:var( --e-global-typography-6a5da37-line-height );letter-spacing:var( --e-global-typography-6a5da37-letter-spacing );word-spacing:var( --e-global-typography-6a5da37-word-spacing );}.elementor-14 .elementor-element.elementor-element-d5c0f8b .elementor-counter-number-wrapper{font-size:var( --e-global-typography-6a5da37-font-size );line-height:var( --e-global-typography-6a5da37-line-height );letter-spacing:var( --e-global-typography-6a5da37-letter-spacing );word-spacing:var( --e-global-typography-6a5da37-word-spacing );}.elementor-14 .elementor-element.elementor-element-50bc35a .elementor-counter-number-wrapper{font-size:var( --e-global-typography-6a5da37-font-size );line-height:var( --e-global-typography-6a5da37-line-height );letter-spacing:var( --e-global-typography-6a5da37-letter-spacing );word-spacing:var( --e-global-typography-6a5da37-word-spacing );}.elementor-14 .elementor-element.elementor-element-ca59759 .elementor-counter-number-wrapper{font-size:var( --e-global-typography-6a5da37-font-size );line-height:var( --e-global-typography-6a5da37-line-height );letter-spacing:var( --e-global-typography-6a5da37-letter-spacing );word-spacing:var( --e-global-typography-6a5da37-word-spacing );}.elementor-14 .elementor-element.elementor-element-80509d3 > .elementor-widget-container{margin:40px 0px 0px 0px;}.elementor-14 .elementor-element.elementor-element-51a13f4{padding:60px 30px 60px 30px;}.elementor-14 .elementor-element.elementor-element-f893faa > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-14 .elementor-element.elementor-element-7f7be75 .elementor-icon-box-title, .elementor-14 .elementor-element.elementor-element-7f7be75 .elementor-icon-box-title a{font-size:var( --e-global-typography-06569ee-font-size );line-height:var( --e-global-typography-06569ee-line-height );letter-spacing:var( --e-global-typography-06569ee-letter-spacing );word-spacing:var( --e-global-typography-06569ee-word-spacing );}.elementor-14 .elementor-element.elementor-element-971911d > .elementor-element-populated{padding:60px 30px 20px 30px;}.elementor-14 .elementor-element.elementor-element-db7c3f1 .elementor-heading-title{font-size:var( --e-global-typography-51f0c69-font-size );line-height:var( --e-global-typography-51f0c69-line-height );letter-spacing:var( --e-global-typography-51f0c69-letter-spacing );word-spacing:var( --e-global-typography-51f0c69-word-spacing );}.elementor-14 .elementor-element.elementor-element-56f7583 .elementor-heading-title{font-size:var( --e-global-typography-50b7226-font-size );line-height:var( --e-global-typography-50b7226-line-height );letter-spacing:var( --e-global-typography-50b7226-letter-spacing );word-spacing:var( --e-global-typography-50b7226-word-spacing );}.elementor-14 .elementor-element.elementor-element-59eec45 .dce-container-navigation i{font-size:60px;}.elementor-14 .elementor-element.elementor-element-59eec45 .dce-container-navigation svg{height:60px;width:100%;}.elementor-14 .elementor-element.elementor-element-59eec45 .dce-carousel-controls .swiper-button-left{height:60px;width:60px;margin-top:calc(60px / 2);}.elementor-14 .elementor-element.elementor-element-59eec45 .dce-carousel-controls .swiper-button-right{height:60px;width:60px;margin-top:calc(60px / 2);}.elementor-14 .elementor-element.elementor-element-59eec45 .swiper-button-left polyline, .elementor-14 .elementor-element.elementor-element-59eec45 .swiper-button-right polyline{stroke-width:5;}.elementor-14 .elementor-element.elementor-element-59eec45 .swiper-button-right line, .elementor-14 .elementor-element.elementor-element-59eec45 .swiper-button-left line{stroke-width:5;}.elementor-14 .elementor-element.elementor-element-59eec45 .swiper-button-left{left:-10px;}.elementor-14 .elementor-element.elementor-element-59eec45 .swiper-button-right{right:-10px;}.elementor-14 .elementor-element.elementor-element-a2215a5 > .elementor-element-populated{padding:0px 30px 60px 30px;}.elementor-14 .elementor-element.elementor-element-37ebba5 .dce-container-navigation i{font-size:60px;}.elementor-14 .elementor-element.elementor-element-37ebba5 .dce-container-navigation svg{height:60px;width:100%;}.elementor-14 .elementor-element.elementor-element-37ebba5 .dce-carousel-controls .swiper-button-left{height:60px;width:60px;margin-top:calc(60px / 2);}.elementor-14 .elementor-element.elementor-element-37ebba5 .dce-carousel-controls .swiper-button-right{height:60px;width:60px;margin-top:calc(60px / 2);}.elementor-14 .elementor-element.elementor-element-37ebba5 .swiper-button-left polyline, .elementor-14 .elementor-element.elementor-element-37ebba5 .swiper-button-right polyline{stroke-width:5;}.elementor-14 .elementor-element.elementor-element-37ebba5 .swiper-button-right line, .elementor-14 .elementor-element.elementor-element-37ebba5 .swiper-button-left line{stroke-width:5;}.elementor-14 .elementor-element.elementor-element-37ebba5 .swiper-button-left{left:-10px;}.elementor-14 .elementor-element.elementor-element-37ebba5 .swiper-button-right{right:-10px;}.elementor-14 .elementor-element.elementor-element-6a25d6c{padding:60px 30px 60px 30px;}.elementor-14 .elementor-element.elementor-element-430b753 > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-14 .elementor-element.elementor-element-8dbdcc3 .elementor-icon-box-title, .elementor-14 .elementor-element.elementor-element-8dbdcc3 .elementor-icon-box-title a{font-size:var( --e-global-typography-06569ee-font-size );line-height:var( --e-global-typography-06569ee-line-height );letter-spacing:var( --e-global-typography-06569ee-letter-spacing );word-spacing:var( --e-global-typography-06569ee-word-spacing );}.elementor-14 .elementor-element.elementor-element-6d14db6 > .elementor-element-populated{padding:60px 30px 60px 30px;}.elementor-14 .elementor-element.elementor-element-019499a .elementor-heading-title{font-size:var( --e-global-typography-51f0c69-font-size );line-height:var( --e-global-typography-51f0c69-line-height );letter-spacing:var( --e-global-typography-51f0c69-letter-spacing );word-spacing:var( --e-global-typography-51f0c69-word-spacing );}.elementor-14 .elementor-element.elementor-element-b44529d .elementor-heading-title{font-size:var( --e-global-typography-50b7226-font-size );line-height:var( --e-global-typography-50b7226-line-height );letter-spacing:var( --e-global-typography-50b7226-letter-spacing );word-spacing:var( --e-global-typography-50b7226-word-spacing );}.elementor-14 .elementor-element.elementor-element-d1d9a6a .dce-container-navigation i{font-size:60px;}.elementor-14 .elementor-element.elementor-element-d1d9a6a .dce-container-navigation svg{height:60px;width:100%;}.elementor-14 .elementor-element.elementor-element-d1d9a6a .dce-carousel-controls .swiper-button-left{height:60px;width:60px;margin-top:calc(60px / 2);}.elementor-14 .elementor-element.elementor-element-d1d9a6a .dce-carousel-controls .swiper-button-right{height:60px;width:60px;margin-top:calc(60px / 2);}.elementor-14 .elementor-element.elementor-element-d1d9a6a .swiper-button-left polyline, .elementor-14 .elementor-element.elementor-element-d1d9a6a .swiper-button-right polyline{stroke-width:5;}.elementor-14 .elementor-element.elementor-element-d1d9a6a .swiper-button-right line, .elementor-14 .elementor-element.elementor-element-d1d9a6a .swiper-button-left line{stroke-width:5;}.elementor-14 .elementor-element.elementor-element-d1d9a6a .swiper-button-left{left:-10px;}.elementor-14 .elementor-element.elementor-element-d1d9a6a .swiper-button-right{right:-10px;}.elementor-14 .elementor-element.elementor-element-6823708 > .elementor-element-populated{padding:0px 30px 60px 30px;}.elementor-14 .elementor-element.elementor-element-d5719e7 .elementor-heading-title{font-size:var( --e-global-typography-b75679d-font-size );line-height:var( --e-global-typography-b75679d-line-height );letter-spacing:var( --e-global-typography-b75679d-letter-spacing );word-spacing:var( --e-global-typography-b75679d-word-spacing );}.elementor-14 .elementor-element.elementor-element-828afa2 .elementor-heading-title{font-size:var( --e-global-typography-b75679d-font-size );line-height:var( --e-global-typography-b75679d-line-height );letter-spacing:var( --e-global-typography-b75679d-letter-spacing );word-spacing:var( --e-global-typography-b75679d-word-spacing );}.elementor-14 .elementor-element.elementor-element-47960e9 .elementor-heading-title{font-size:var( --e-global-typography-b75679d-font-size );line-height:var( --e-global-typography-b75679d-line-height );letter-spacing:var( --e-global-typography-b75679d-letter-spacing );word-spacing:var( --e-global-typography-b75679d-word-spacing );}.elementor-14 .elementor-element.elementor-element-3ecb0ad .elementor-heading-title{font-size:var( --e-global-typography-b75679d-font-size );line-height:var( --e-global-typography-b75679d-line-height );letter-spacing:var( --e-global-typography-b75679d-letter-spacing );word-spacing:var( --e-global-typography-b75679d-word-spacing );}.elementor-14 .elementor-element.elementor-element-3ff8678 .elementor-heading-title{font-size:var( --e-global-typography-b75679d-font-size );line-height:var( --e-global-typography-b75679d-line-height );letter-spacing:var( --e-global-typography-b75679d-letter-spacing );word-spacing:var( --e-global-typography-b75679d-word-spacing );}.elementor-14 .elementor-element.elementor-element-55c159a .elementor-heading-title{font-size:var( --e-global-typography-b75679d-font-size );line-height:var( --e-global-typography-b75679d-line-height );letter-spacing:var( --e-global-typography-b75679d-letter-spacing );word-spacing:var( --e-global-typography-b75679d-word-spacing );}.elementor-14 .elementor-element.elementor-element-0a60203 .elementor-heading-title{font-size:var( --e-global-typography-b75679d-font-size );line-height:var( --e-global-typography-b75679d-line-height );letter-spacing:var( --e-global-typography-b75679d-letter-spacing );word-spacing:var( --e-global-typography-b75679d-word-spacing );}.elementor-14 .elementor-element.elementor-element-d7215c4 .elementor-heading-title{font-size:var( --e-global-typography-b75679d-font-size );line-height:var( --e-global-typography-b75679d-line-height );letter-spacing:var( --e-global-typography-b75679d-letter-spacing );word-spacing:var( --e-global-typography-b75679d-word-spacing );}.elementor-14 .elementor-element.elementor-element-6b1ebbd .elementor-heading-title{font-size:var( --e-global-typography-b75679d-font-size );line-height:var( --e-global-typography-b75679d-line-height );letter-spacing:var( --e-global-typography-b75679d-letter-spacing );word-spacing:var( --e-global-typography-b75679d-word-spacing );}.elementor-14 .elementor-element.elementor-element-2dc6eeb{padding:60px 30px 60px 30px;}.elementor-14 .elementor-element.elementor-element-00bf738 > .elementor-element-populated{padding:0px 0px 0px 0px;}body:not(.rtl) .elementor-14 .elementor-element.elementor-element-b098e9d{left:-150px;}body.rtl .elementor-14 .elementor-element.elementor-element-b098e9d{right:-150px;}body:not(.rtl) .elementor-14 .elementor-element.elementor-element-62e67f1{left:20px;}body.rtl .elementor-14 .elementor-element.elementor-element-62e67f1{right:20px;}.elementor-14 .elementor-element.elementor-element-62e67f1{top:100px;}.elementor-14 .elementor-element.elementor-element-5e32d2e .elementor-icon-box-title, .elementor-14 .elementor-element.elementor-element-5e32d2e .elementor-icon-box-title a{font-size:var( --e-global-typography-06569ee-font-size );line-height:var( --e-global-typography-06569ee-line-height );letter-spacing:var( --e-global-typography-06569ee-letter-spacing );word-spacing:var( --e-global-typography-06569ee-word-spacing );}.elementor-14 .elementor-element.elementor-element-887b140 > .elementor-element-populated{padding:60px 30px 60px 30px;}.elementor-14 .elementor-element.elementor-element-13a1fc7 .elementor-heading-title{font-size:var( --e-global-typography-51f0c69-font-size );line-height:var( --e-global-typography-51f0c69-line-height );letter-spacing:var( --e-global-typography-51f0c69-letter-spacing );word-spacing:var( --e-global-typography-51f0c69-word-spacing );}.elementor-14 .elementor-element.elementor-element-c138413 .elementor-heading-title{font-size:var( --e-global-typography-50b7226-font-size );line-height:var( --e-global-typography-50b7226-line-height );letter-spacing:var( --e-global-typography-50b7226-letter-spacing );word-spacing:var( --e-global-typography-50b7226-word-spacing );}.elementor-14 .elementor-element.elementor-element-960d65c .swiper-button-left{left:-10px;}.elementor-14 .elementor-element.elementor-element-960d65c .swiper-button-right{right:-10px;}.elementor-14 .elementor-element.elementor-element-d9ede68 .swiper-button-left{left:-10px;}.elementor-14 .elementor-element.elementor-element-d9ede68 .swiper-button-right{right:-10px;}.elementor-14 .elementor-element.elementor-element-d23c84c > .elementor-element-populated{padding:0px 30px 60px 30px;}.elementor-14 .elementor-element.elementor-element-006af2a{padding:60px 30px 60px 30px;}.elementor-14 .elementor-element.elementor-element-e23d4e5 > .elementor-element-populated{padding:0px 0px 0px 0px;}body:not(.rtl) .elementor-14 .elementor-element.elementor-element-c3749b3{left:-150px;}body.rtl .elementor-14 .elementor-element.elementor-element-c3749b3{right:-150px;}body:not(.rtl) .elementor-14 .elementor-element.elementor-element-11fe8d5{left:20px;}body.rtl .elementor-14 .elementor-element.elementor-element-11fe8d5{right:20px;}.elementor-14 .elementor-element.elementor-element-11fe8d5{top:100px;}.elementor-14 .elementor-element.elementor-element-971b7a0 .elementor-icon-box-title, .elementor-14 .elementor-element.elementor-element-971b7a0 .elementor-icon-box-title a{font-size:var( --e-global-typography-06569ee-font-size );line-height:var( --e-global-typography-06569ee-line-height );letter-spacing:var( --e-global-typography-06569ee-letter-spacing );word-spacing:var( --e-global-typography-06569ee-word-spacing );}.elementor-14 .elementor-element.elementor-element-3a90497 > .elementor-element-populated{padding:60px 30px 0px 30px;}.elementor-14 .elementor-element.elementor-element-7e7ad82{--spacer-size:250px;}.elementor-14 .elementor-element.elementor-element-aee849d > .elementor-element-populated{padding:40px 30px 60px 30px;}.elementor-14 .elementor-element.elementor-element-f9b9445 .elementor-heading-title{font-size:var( --e-global-typography-51f0c69-font-size );line-height:var( --e-global-typography-51f0c69-line-height );letter-spacing:var( --e-global-typography-51f0c69-letter-spacing );word-spacing:var( --e-global-typography-51f0c69-word-spacing );}.elementor-14 .elementor-element.elementor-element-9ab48d9 .elementor-heading-title{font-size:var( --e-global-typography-50b7226-font-size );line-height:var( --e-global-typography-50b7226-line-height );letter-spacing:var( --e-global-typography-50b7226-letter-spacing );word-spacing:var( --e-global-typography-50b7226-word-spacing );}.elementor-14 .elementor-element.elementor-element-7413470{padding:60px 30px 60px 30px;}.elementor-14 .elementor-element.elementor-element-5f27ec9 > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-14 .elementor-element.elementor-element-38ad472 .elementor-icon-box-title, .elementor-14 .elementor-element.elementor-element-38ad472 .elementor-icon-box-title a{font-size:var( --e-global-typography-06569ee-font-size );line-height:var( --e-global-typography-06569ee-line-height );letter-spacing:var( --e-global-typography-06569ee-letter-spacing );word-spacing:var( --e-global-typography-06569ee-word-spacing );}.elementor-14 .elementor-element.elementor-element-b42d155 > .elementor-element-populated{padding:60px 30px 0px 30px;}.elementor-14 .elementor-element.elementor-element-46ced59{--spacer-size:250px;}.elementor-14 .elementor-element.elementor-element-ef96264 > .elementor-element-populated{padding:40px 30px 60px 30px;}.elementor-14 .elementor-element.elementor-element-7ffc8fa .elementor-heading-title{font-size:var( --e-global-typography-51f0c69-font-size );line-height:var( --e-global-typography-51f0c69-line-height );letter-spacing:var( --e-global-typography-51f0c69-letter-spacing );word-spacing:var( --e-global-typography-51f0c69-word-spacing );}.elementor-14 .elementor-element.elementor-element-cb32c47 .elementor-heading-title{font-size:var( --e-global-typography-50b7226-font-size );line-height:var( --e-global-typography-50b7226-line-height );letter-spacing:var( --e-global-typography-50b7226-letter-spacing );word-spacing:var( --e-global-typography-50b7226-word-spacing );}.elementor-14 .elementor-element.elementor-element-dcfa724 .elementor-heading-title{font-size:var( --e-global-typography-50b7226-font-size );line-height:var( --e-global-typography-50b7226-line-height );letter-spacing:var( --e-global-typography-50b7226-letter-spacing );word-spacing:var( --e-global-typography-50b7226-word-spacing );}.elementor-14 .elementor-element.elementor-element-e926759{padding:60px 30px 60px 30px;}.elementor-14 .elementor-element.elementor-element-f256c8c > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-14 .elementor-element.elementor-element-b3bf495 .elementor-icon-box-title, .elementor-14 .elementor-element.elementor-element-b3bf495 .elementor-icon-box-title a{font-size:var( --e-global-typography-06569ee-font-size );line-height:var( --e-global-typography-06569ee-line-height );letter-spacing:var( --e-global-typography-06569ee-letter-spacing );word-spacing:var( --e-global-typography-06569ee-word-spacing );}.elementor-14 .elementor-element.elementor-element-399ffad > .elementor-element-populated{padding:60px 30px 0px 30px;}.elementor-14 .elementor-element.elementor-element-4f048ed .elementor-heading-title{font-size:var( --e-global-typography-51f0c69-font-size );line-height:var( --e-global-typography-51f0c69-line-height );letter-spacing:var( --e-global-typography-51f0c69-letter-spacing );word-spacing:var( --e-global-typography-51f0c69-word-spacing );}.elementor-14 .elementor-element.elementor-element-08b96cf .elementor-heading-title{font-size:var( --e-global-typography-50b7226-font-size );line-height:var( --e-global-typography-50b7226-line-height );letter-spacing:var( --e-global-typography-50b7226-letter-spacing );word-spacing:var( --e-global-typography-50b7226-word-spacing );}.elementor-14 .elementor-element.elementor-element-432dd52 > .elementor-element-populated{padding:00px 30px 60px 30px;}.elementor-14 .elementor-element.elementor-element-90553c1 .swiper-button-left{left:-10px;}.elementor-14 .elementor-element.elementor-element-90553c1 .swiper-button-right{right:-10px;}.elementor-14 .elementor-element.elementor-element-a1da230{padding:60px 30px 60px 30px;}.elementor-14 .elementor-element.elementor-element-79c4dff > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-14 .elementor-element.elementor-element-e5f1fee .elementor-icon-box-title, .elementor-14 .elementor-element.elementor-element-e5f1fee .elementor-icon-box-title a{font-size:var( --e-global-typography-06569ee-font-size );line-height:var( --e-global-typography-06569ee-line-height );letter-spacing:var( --e-global-typography-06569ee-letter-spacing );word-spacing:var( --e-global-typography-06569ee-word-spacing );}.elementor-14 .elementor-element.elementor-element-79abfc3 > .elementor-element-populated{padding:60px 30px 60px 30px;}.elementor-14 .elementor-element.elementor-element-4688ab7 > .elementor-element-populated{padding:60px 30px 60px 30px;}.elementor-14 .elementor-element.elementor-element-cbb3544 .elementor-heading-title{font-size:var( --e-global-typography-06569ee-font-size );line-height:var( --e-global-typography-06569ee-line-height );letter-spacing:var( --e-global-typography-06569ee-letter-spacing );word-spacing:var( --e-global-typography-06569ee-word-spacing );}.elementor-14 .elementor-element.elementor-element-3744954 .elementor-icon-box-title, .elementor-14 .elementor-element.elementor-element-3744954 .elementor-icon-box-title a{font-size:var( --e-global-typography-06569ee-font-size );line-height:var( --e-global-typography-06569ee-line-height );letter-spacing:var( --e-global-typography-06569ee-letter-spacing );word-spacing:var( --e-global-typography-06569ee-word-spacing );}.elementor-14 .elementor-element.elementor-element-012574a{padding:60px 30px 60px 30px;}.elementor-14 .elementor-element.elementor-element-30c4be0 > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-14 .elementor-element.elementor-element-f9aadbc .elementor-icon-box-title, .elementor-14 .elementor-element.elementor-element-f9aadbc .elementor-icon-box-title a{font-size:var( --e-global-typography-06569ee-font-size );line-height:var( --e-global-typography-06569ee-line-height );letter-spacing:var( --e-global-typography-06569ee-letter-spacing );word-spacing:var( --e-global-typography-06569ee-word-spacing );}.elementor-14 .elementor-element.elementor-element-80e4d21 > .elementor-element-populated{padding:60px 30px 60px 30px;}.elementor-14 .elementor-element.elementor-element-6175e53 > .elementor-element-populated{padding:60px 30px 60px 30px;}.elementor-14 .elementor-element.elementor-element-c74b251 .elementor-heading-title{font-size:var( --e-global-typography-06569ee-font-size );line-height:var( --e-global-typography-06569ee-line-height );letter-spacing:var( --e-global-typography-06569ee-letter-spacing );word-spacing:var( --e-global-typography-06569ee-word-spacing );}.elementor-14 .elementor-element.elementor-element-afded54 .elementor-icon-box-title, .elementor-14 .elementor-element.elementor-element-afded54 .elementor-icon-box-title a{font-size:var( --e-global-typography-06569ee-font-size );line-height:var( --e-global-typography-06569ee-line-height );letter-spacing:var( --e-global-typography-06569ee-letter-spacing );word-spacing:var( --e-global-typography-06569ee-word-spacing );}.elementor-14 .elementor-element.elementor-element-2c02f98{padding:60px 30px 60px 30px;}.elementor-14 .elementor-element.elementor-element-6564335 > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-14 .elementor-element.elementor-element-e6c6972{padding:60px 30px 60px 30px;}.elementor-14 .elementor-element.elementor-element-7ee0573 > .elementor-element-populated{padding:0px 0px 0px 0px;}body:not(.rtl) .elementor-14 .elementor-element.elementor-element-a5215c7{left:-150px;}body.rtl .elementor-14 .elementor-element.elementor-element-a5215c7{right:-150px;}body:not(.rtl) .elementor-14 .elementor-element.elementor-element-dc65020{left:20px;}body.rtl .elementor-14 .elementor-element.elementor-element-dc65020{right:20px;}.elementor-14 .elementor-element.elementor-element-dc65020{top:100px;}.elementor-14 .elementor-element.elementor-element-a9b7231 > .elementor-element-populated{padding:60px 30px 60px 30px;}.elementor-14 .elementor-element.elementor-element-43af7b2 > .elementor-element-populated{padding:60px 30px 60px 30px;}.elementor-14 .elementor-element.elementor-element-5fef4cc .elementor-heading-title{font-size:var( --e-global-typography-06569ee-font-size );line-height:var( --e-global-typography-06569ee-line-height );letter-spacing:var( --e-global-typography-06569ee-letter-spacing );word-spacing:var( --e-global-typography-06569ee-word-spacing );}.elementor-14 .elementor-element.elementor-element-3f553c4 .elementor-icon-box-title, .elementor-14 .elementor-element.elementor-element-3f553c4 .elementor-icon-box-title a{font-size:var( --e-global-typography-06569ee-font-size );line-height:var( --e-global-typography-06569ee-line-height );letter-spacing:var( --e-global-typography-06569ee-letter-spacing );word-spacing:var( --e-global-typography-06569ee-word-spacing );}}@media(max-width:767px){.elementor-14 .elementor-element.elementor-element-b08367b{padding:0px 20px 0px 20px;}.elementor-14 .elementor-element.elementor-element-50bbbd1 .elementor-heading-title{font-size:var( --e-global-typography-e3e13c5-font-size );line-height:var( --e-global-typography-e3e13c5-line-height );letter-spacing:var( --e-global-typography-e3e13c5-letter-spacing );word-spacing:var( --e-global-typography-e3e13c5-word-spacing );}.elementor-14 .elementor-element.elementor-element-df8bcc5{--spacer-size:0px;}.elementor-14 .elementor-element.elementor-element-8af2c55 .elementor-heading-title{font-size:var( --e-global-typography-ff4ee73-font-size );line-height:var( --e-global-typography-ff4ee73-line-height );letter-spacing:var( --e-global-typography-ff4ee73-letter-spacing );word-spacing:var( --e-global-typography-ff4ee73-word-spacing );}.elementor-14 .elementor-element.elementor-element-bc2f038 .elementor-heading-title{font-size:var( --e-global-typography-ff4ee73-font-size );line-height:var( --e-global-typography-ff4ee73-line-height );letter-spacing:var( --e-global-typography-ff4ee73-letter-spacing );word-spacing:var( --e-global-typography-ff4ee73-word-spacing );}.elementor-14 .elementor-element.elementor-element-4fda0e9 .elementor-heading-title{font-size:var( --e-global-typography-ff4ee73-font-size );line-height:var( --e-global-typography-ff4ee73-line-height );letter-spacing:var( --e-global-typography-ff4ee73-letter-spacing );word-spacing:var( --e-global-typography-ff4ee73-word-spacing );}.elementor-14 .elementor-element.elementor-element-b1a224d a.elementor-button, .elementor-14 .elementor-element.elementor-element-b1a224d .elementor-button{font-size:var( --e-global-typography-5578888-font-size );line-height:var( --e-global-typography-5578888-line-height );letter-spacing:var( --e-global-typography-5578888-letter-spacing );word-spacing:var( --e-global-typography-5578888-word-spacing );}.elementor-14 .elementor-element.elementor-element-cc56997 a.elementor-button, .elementor-14 .elementor-element.elementor-element-cc56997 .elementor-button{font-size:var( --e-global-typography-5578888-font-size );line-height:var( --e-global-typography-5578888-line-height );letter-spacing:var( --e-global-typography-5578888-letter-spacing );word-spacing:var( --e-global-typography-5578888-word-spacing );}.elementor-14 .elementor-element.elementor-element-e0f0ae6 .elementor-heading-title{font-size:var( --e-global-typography-e884589-font-size );line-height:var( --e-global-typography-e884589-line-height );letter-spacing:var( --e-global-typography-e884589-letter-spacing );word-spacing:var( --e-global-typography-e884589-word-spacing );}.elementor-14 .elementor-element.elementor-element-3f83f17 > .elementor-container{min-height:100vh;}.elementor-14 .elementor-element.elementor-element-3f83f17{padding:0px 20px 0px 20px;}.elementor-bc-flex-widget .elementor-14 .elementor-element.elementor-element-d7b38ec.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-14 .elementor-element.elementor-element-d7b38ec.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-14 .elementor-element.elementor-element-f59b4e1{margin-top:35px;margin-bottom:0px;}.elementor-14 .elementor-element.elementor-element-2d2b2e3.elementor-column > .elementor-widget-wrap{justify-content:center;}.elementor-14 .elementor-element.elementor-element-dbd5ddd{text-align:right;}.elementor-14 .elementor-element.elementor-element-dbd5ddd img{width:68%;}.elementor-14 .elementor-element.elementor-element-dbd5ddd > .elementor-widget-container{margin:0% 0% 0% 20%;}.elementor-14 .elementor-element.elementor-element-dbd5ddd .jet-tricks-satellite{transform:translateX(40px);}.elementor-14 .elementor-element.elementor-element-dbd5ddd .jet-tricks-satellite__inner{transform:translateY(-60px);}.elementor-14 .elementor-element.elementor-element-16ff23a{--spacer-size:20px;}.elementor-14 .elementor-element.elementor-element-f5fc1d9 .elementor-heading-title{font-size:var( --e-global-typography-e3e13c5-font-size );line-height:var( --e-global-typography-e3e13c5-line-height );letter-spacing:var( --e-global-typography-e3e13c5-letter-spacing );word-spacing:var( --e-global-typography-e3e13c5-word-spacing );}.elementor-14 .elementor-element.elementor-element-f5fc1d9 > .elementor-widget-container{margin:-80px 0px 0px 0px;}.elementor-14 .elementor-element.elementor-element-5b517f2 .elementor-heading-title{font-size:var( --e-global-typography-ff4ee73-font-size );line-height:var( --e-global-typography-ff4ee73-line-height );letter-spacing:var( --e-global-typography-ff4ee73-letter-spacing );word-spacing:var( --e-global-typography-ff4ee73-word-spacing );}.elementor-14 .elementor-element.elementor-element-074c2cf .elementor-heading-title{font-size:var( --e-global-typography-e884589-font-size );line-height:var( --e-global-typography-e884589-line-height );letter-spacing:var( --e-global-typography-e884589-letter-spacing );word-spacing:var( --e-global-typography-e884589-word-spacing );}.elementor-14 .elementor-element.elementor-element-efce642 > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-14 .elementor-element.elementor-element-ce3cd79 > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-14 .elementor-element.elementor-element-06945d7{--spacer-size:7vh;}.elementor-14 .elementor-element.elementor-element-e066561 > .elementor-element-populated{padding:40px 20px 40px 20px;}.elementor-14 .elementor-element.elementor-element-231d9a2 .elementor-heading-title{font-size:var( --e-global-typography-bd7faa5-font-size );line-height:var( --e-global-typography-bd7faa5-line-height );letter-spacing:var( --e-global-typography-bd7faa5-letter-spacing );word-spacing:var( --e-global-typography-bd7faa5-word-spacing );}.elementor-14 .elementor-element.elementor-element-71a20f6 .elementor-heading-title{font-size:var( --e-global-typography-50b7226-font-size );line-height:var( --e-global-typography-50b7226-line-height );letter-spacing:var( --e-global-typography-50b7226-letter-spacing );word-spacing:var( --e-global-typography-50b7226-word-spacing );}.elementor-14 .elementor-element.elementor-element-71a20f6 > .elementor-widget-container{margin:-10px 0px 0px 0px;}.elementor-14 .elementor-element.elementor-element-41f8c7a{width:50%;}.elementor-14 .elementor-element.elementor-element-bb21f68 .elementor-counter-number-wrapper{font-size:var( --e-global-typography-6a5da37-font-size );line-height:var( --e-global-typography-6a5da37-line-height );letter-spacing:var( --e-global-typography-6a5da37-letter-spacing );word-spacing:var( --e-global-typography-6a5da37-word-spacing );}.elementor-14 .elementor-element.elementor-element-34609d9{width:50%;}.elementor-14 .elementor-element.elementor-element-d5c0f8b .elementor-counter-number-wrapper{font-size:var( --e-global-typography-6a5da37-font-size );line-height:var( --e-global-typography-6a5da37-line-height );letter-spacing:var( --e-global-typography-6a5da37-letter-spacing );word-spacing:var( --e-global-typography-6a5da37-word-spacing );}.elementor-14 .elementor-element.elementor-element-d54b3c6{width:50%;}.elementor-14 .elementor-element.elementor-element-d54b3c6 > .elementor-element-populated{margin:30px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-14 .elementor-element.elementor-element-50bc35a .elementor-counter-number-wrapper{font-size:var( --e-global-typography-6a5da37-font-size );line-height:var( --e-global-typography-6a5da37-line-height );letter-spacing:var( --e-global-typography-6a5da37-letter-spacing );word-spacing:var( --e-global-typography-6a5da37-word-spacing );}.elementor-14 .elementor-element.elementor-element-f1f4fd2{width:50%;}.elementor-14 .elementor-element.elementor-element-f1f4fd2 > .elementor-element-populated{margin:30px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-14 .elementor-element.elementor-element-ca59759 .elementor-counter-number-wrapper{font-size:var( --e-global-typography-6a5da37-font-size );line-height:var( --e-global-typography-6a5da37-line-height );letter-spacing:var( --e-global-typography-6a5da37-letter-spacing );word-spacing:var( --e-global-typography-6a5da37-word-spacing );}.elementor-14 .elementor-element.elementor-element-51a13f4{padding:40px 20px 40px 20px;}.elementor-14 .elementor-element.elementor-element-99045e6{bottom:-40px;}.elementor-14 .elementor-element.elementor-element-4f26365{bottom:60px;}.elementor-14 .elementor-element.elementor-element-7f7be75 .elementor-icon-box-title, .elementor-14 .elementor-element.elementor-element-7f7be75 .elementor-icon-box-title a{font-size:var( --e-global-typography-06569ee-font-size );line-height:var( --e-global-typography-06569ee-line-height );letter-spacing:var( --e-global-typography-06569ee-letter-spacing );word-spacing:var( --e-global-typography-06569ee-word-spacing );}.elementor-14 .elementor-element.elementor-element-971911d > .elementor-element-populated{padding:40px 20px 20px 20px;}.elementor-14 .elementor-element.elementor-element-db7c3f1 .elementor-heading-title{font-size:var( --e-global-typography-51f0c69-font-size );line-height:var( --e-global-typography-51f0c69-line-height );letter-spacing:var( --e-global-typography-51f0c69-letter-spacing );word-spacing:var( --e-global-typography-51f0c69-word-spacing );}.elementor-14 .elementor-element.elementor-element-56f7583 .elementor-heading-title{font-size:var( --e-global-typography-50b7226-font-size );line-height:var( --e-global-typography-50b7226-line-height );letter-spacing:var( --e-global-typography-50b7226-letter-spacing );word-spacing:var( --e-global-typography-50b7226-word-spacing );}.elementor-14 .elementor-element.elementor-element-59eec45 .swiper-button-left, .elementor-14 .elementor-element.elementor-element-59eec45 .swiper-button-right{top:-60px;}.elementor-14 .elementor-element.elementor-element-a2215a5 > .elementor-element-populated{padding:10px 20px 40px 20px;}.elementor-14 .elementor-element.elementor-element-37ebba5 .swiper-button-left, .elementor-14 .elementor-element.elementor-element-37ebba5 .swiper-button-right{top:-60px;}.elementor-14 .elementor-element.elementor-element-6a25d6c{padding:40px 20px 40px 20px;}.elementor-14 .elementor-element.elementor-element-b90d1f2{bottom:-40px;}.elementor-14 .elementor-element.elementor-element-59bf72e{bottom:60px;}.elementor-14 .elementor-element.elementor-element-8dbdcc3 .elementor-icon-box-title, .elementor-14 .elementor-element.elementor-element-8dbdcc3 .elementor-icon-box-title a{font-size:var( --e-global-typography-06569ee-font-size );line-height:var( --e-global-typography-06569ee-line-height );letter-spacing:var( --e-global-typography-06569ee-letter-spacing );word-spacing:var( --e-global-typography-06569ee-word-spacing );}.elementor-14 .elementor-element.elementor-element-6d14db6 > .elementor-element-populated{padding:40px 20px 40px 20px;}.elementor-14 .elementor-element.elementor-element-019499a .elementor-heading-title{font-size:var( --e-global-typography-51f0c69-font-size );line-height:var( --e-global-typography-51f0c69-line-height );letter-spacing:var( --e-global-typography-51f0c69-letter-spacing );word-spacing:var( --e-global-typography-51f0c69-word-spacing );}.elementor-14 .elementor-element.elementor-element-b44529d .elementor-heading-title{font-size:var( --e-global-typography-50b7226-font-size );line-height:var( --e-global-typography-50b7226-line-height );letter-spacing:var( --e-global-typography-50b7226-letter-spacing );word-spacing:var( --e-global-typography-50b7226-word-spacing );}.elementor-14 .elementor-element.elementor-element-d1d9a6a .swiper-button-left, .elementor-14 .elementor-element.elementor-element-d1d9a6a .swiper-button-right{top:-60px;}.elementor-14 .elementor-element.elementor-element-6823708 > .elementor-element-populated{padding:0px 20px 40px 20px;}.elementor-14 .elementor-element.elementor-element-d5719e7 .elementor-heading-title{font-size:var( --e-global-typography-b75679d-font-size );line-height:var( --e-global-typography-b75679d-line-height );letter-spacing:var( --e-global-typography-b75679d-letter-spacing );word-spacing:var( --e-global-typography-b75679d-word-spacing );}.elementor-14 .elementor-element.elementor-element-828afa2 .elementor-heading-title{font-size:var( --e-global-typography-b75679d-font-size );line-height:var( --e-global-typography-b75679d-line-height );letter-spacing:var( --e-global-typography-b75679d-letter-spacing );word-spacing:var( --e-global-typography-b75679d-word-spacing );}.elementor-14 .elementor-element.elementor-element-47960e9 .elementor-heading-title{font-size:var( --e-global-typography-b75679d-font-size );line-height:var( --e-global-typography-b75679d-line-height );letter-spacing:var( --e-global-typography-b75679d-letter-spacing );word-spacing:var( --e-global-typography-b75679d-word-spacing );}.elementor-14 .elementor-element.elementor-element-3ecb0ad .elementor-heading-title{font-size:var( --e-global-typography-b75679d-font-size );line-height:var( --e-global-typography-b75679d-line-height );letter-spacing:var( --e-global-typography-b75679d-letter-spacing );word-spacing:var( --e-global-typography-b75679d-word-spacing );}.elementor-14 .elementor-element.elementor-element-3ff8678 .elementor-heading-title{font-size:var( --e-global-typography-b75679d-font-size );line-height:var( --e-global-typography-b75679d-line-height );letter-spacing:var( --e-global-typography-b75679d-letter-spacing );word-spacing:var( --e-global-typography-b75679d-word-spacing );}.elementor-14 .elementor-element.elementor-element-55c159a .elementor-heading-title{font-size:var( --e-global-typography-b75679d-font-size );line-height:var( --e-global-typography-b75679d-line-height );letter-spacing:var( --e-global-typography-b75679d-letter-spacing );word-spacing:var( --e-global-typography-b75679d-word-spacing );}.elementor-14 .elementor-element.elementor-element-0a60203 .elementor-heading-title{font-size:var( --e-global-typography-b75679d-font-size );line-height:var( --e-global-typography-b75679d-line-height );letter-spacing:var( --e-global-typography-b75679d-letter-spacing );word-spacing:var( --e-global-typography-b75679d-word-spacing );}.elementor-14 .elementor-element.elementor-element-d7215c4 .elementor-heading-title{font-size:var( --e-global-typography-b75679d-font-size );line-height:var( --e-global-typography-b75679d-line-height );letter-spacing:var( --e-global-typography-b75679d-letter-spacing );word-spacing:var( --e-global-typography-b75679d-word-spacing );}.elementor-14 .elementor-element.elementor-element-6b1ebbd .elementor-heading-title{font-size:var( --e-global-typography-b75679d-font-size );line-height:var( --e-global-typography-b75679d-line-height );letter-spacing:var( --e-global-typography-b75679d-letter-spacing );word-spacing:var( --e-global-typography-b75679d-word-spacing );}.elementor-14 .elementor-element.elementor-element-2dc6eeb{padding:40px 20px 40px 20px;}body:not(.rtl) .elementor-14 .elementor-element.elementor-element-b098e9d{left:-100px;}body.rtl .elementor-14 .elementor-element.elementor-element-b098e9d{right:-100px;}.elementor-14 .elementor-element.elementor-element-b098e9d{top:30px;}body:not(.rtl) .elementor-14 .elementor-element.elementor-element-62e67f1{left:40px;}body.rtl .elementor-14 .elementor-element.elementor-element-62e67f1{right:40px;}.elementor-14 .elementor-element.elementor-element-62e67f1{top:0px;}.elementor-14 .elementor-element.elementor-element-5e32d2e .elementor-icon-box-title, .elementor-14 .elementor-element.elementor-element-5e32d2e .elementor-icon-box-title a{font-size:var( --e-global-typography-06569ee-font-size );line-height:var( --e-global-typography-06569ee-line-height );letter-spacing:var( --e-global-typography-06569ee-letter-spacing );word-spacing:var( --e-global-typography-06569ee-word-spacing );}.elementor-14 .elementor-element.elementor-element-887b140 > .elementor-element-populated{padding:40px 20px 40px 20px;}.elementor-14 .elementor-element.elementor-element-13a1fc7 .elementor-heading-title{font-size:var( --e-global-typography-51f0c69-font-size );line-height:var( --e-global-typography-51f0c69-line-height );letter-spacing:var( --e-global-typography-51f0c69-letter-spacing );word-spacing:var( --e-global-typography-51f0c69-word-spacing );}.elementor-14 .elementor-element.elementor-element-c138413 .elementor-heading-title{font-size:var( --e-global-typography-50b7226-font-size );line-height:var( --e-global-typography-50b7226-line-height );letter-spacing:var( --e-global-typography-50b7226-letter-spacing );word-spacing:var( --e-global-typography-50b7226-word-spacing );}.elementor-14 .elementor-element.elementor-element-960d65c .swiper-button-left, .elementor-14 .elementor-element.elementor-element-960d65c .swiper-button-right{top:-60px;}.elementor-14 .elementor-element.elementor-element-d9ede68 .swiper-button-left, .elementor-14 .elementor-element.elementor-element-d9ede68 .swiper-button-right{top:-60px;}.elementor-14 .elementor-element.elementor-element-d23c84c > .elementor-element-populated{padding:20px 20px 40px 20px;}.elementor-14 .elementor-element.elementor-element-006af2a{padding:40px 20px 40px 20px;}body:not(.rtl) .elementor-14 .elementor-element.elementor-element-c3749b3{left:-100px;}body.rtl .elementor-14 .elementor-element.elementor-element-c3749b3{right:-100px;}.elementor-14 .elementor-element.elementor-element-c3749b3{top:30px;}body:not(.rtl) .elementor-14 .elementor-element.elementor-element-11fe8d5{left:40px;}body.rtl .elementor-14 .elementor-element.elementor-element-11fe8d5{right:40px;}.elementor-14 .elementor-element.elementor-element-11fe8d5{top:0px;}.elementor-14 .elementor-element.elementor-element-971b7a0 .elementor-icon-box-title, .elementor-14 .elementor-element.elementor-element-971b7a0 .elementor-icon-box-title a{font-size:var( --e-global-typography-06569ee-font-size );line-height:var( --e-global-typography-06569ee-line-height );letter-spacing:var( --e-global-typography-06569ee-letter-spacing );word-spacing:var( --e-global-typography-06569ee-word-spacing );}.elementor-14 .elementor-element.elementor-element-3a90497 > .elementor-element-populated{padding:40px 20px 20px 20px;}.elementor-14 .elementor-element.elementor-element-aee849d > .elementor-element-populated{padding:10px 20px 40px 20px;}.elementor-14 .elementor-element.elementor-element-f9b9445 .elementor-heading-title{font-size:var( --e-global-typography-51f0c69-font-size );line-height:var( --e-global-typography-51f0c69-line-height );letter-spacing:var( --e-global-typography-51f0c69-letter-spacing );word-spacing:var( --e-global-typography-51f0c69-word-spacing );}.elementor-14 .elementor-element.elementor-element-9ab48d9 .elementor-heading-title{font-size:var( --e-global-typography-50b7226-font-size );line-height:var( --e-global-typography-50b7226-line-height );letter-spacing:var( --e-global-typography-50b7226-letter-spacing );word-spacing:var( --e-global-typography-50b7226-word-spacing );}.elementor-14 .elementor-element.elementor-element-7413470{padding:40px 20px 40px 20px;}.elementor-14 .elementor-element.elementor-element-16bbc67{bottom:-40px;}.elementor-14 .elementor-element.elementor-element-bac217e{bottom:60px;}.elementor-14 .elementor-element.elementor-element-38ad472 .elementor-icon-box-title, .elementor-14 .elementor-element.elementor-element-38ad472 .elementor-icon-box-title a{font-size:var( --e-global-typography-06569ee-font-size );line-height:var( --e-global-typography-06569ee-line-height );letter-spacing:var( --e-global-typography-06569ee-letter-spacing );word-spacing:var( --e-global-typography-06569ee-word-spacing );}.elementor-14 .elementor-element.elementor-element-b42d155 > .elementor-element-populated{padding:40px 20px 20px 20px;}.elementor-14 .elementor-element.elementor-element-ef96264 > .elementor-element-populated{padding:10px 20px 40px 20px;}.elementor-14 .elementor-element.elementor-element-7ffc8fa .elementor-heading-title{font-size:var( --e-global-typography-51f0c69-font-size );line-height:var( --e-global-typography-51f0c69-line-height );letter-spacing:var( --e-global-typography-51f0c69-letter-spacing );word-spacing:var( --e-global-typography-51f0c69-word-spacing );}.elementor-14 .elementor-element.elementor-element-cb32c47 .elementor-heading-title{font-size:var( --e-global-typography-50b7226-font-size );line-height:var( --e-global-typography-50b7226-line-height );letter-spacing:var( --e-global-typography-50b7226-letter-spacing );word-spacing:var( --e-global-typography-50b7226-word-spacing );}.elementor-14 .elementor-element.elementor-element-dcfa724 .elementor-heading-title{font-size:var( --e-global-typography-50b7226-font-size );line-height:var( --e-global-typography-50b7226-line-height );letter-spacing:var( --e-global-typography-50b7226-letter-spacing );word-spacing:var( --e-global-typography-50b7226-word-spacing );}.elementor-14 .elementor-element.elementor-element-e926759{padding:40px 20px 40px 20px;}.elementor-14 .elementor-element.elementor-element-290df8d{bottom:-40px;}.elementor-14 .elementor-element.elementor-element-1d3e970{bottom:60px;}.elementor-14 .elementor-element.elementor-element-b3bf495 .elementor-icon-box-title, .elementor-14 .elementor-element.elementor-element-b3bf495 .elementor-icon-box-title a{font-size:var( --e-global-typography-06569ee-font-size );line-height:var( --e-global-typography-06569ee-line-height );letter-spacing:var( --e-global-typography-06569ee-letter-spacing );word-spacing:var( --e-global-typography-06569ee-word-spacing );}.elementor-14 .elementor-element.elementor-element-399ffad > .elementor-element-populated{padding:40px 20px 20px 20px;}.elementor-14 .elementor-element.elementor-element-4f048ed .elementor-heading-title{font-size:var( --e-global-typography-51f0c69-font-size );line-height:var( --e-global-typography-51f0c69-line-height );letter-spacing:var( --e-global-typography-51f0c69-letter-spacing );word-spacing:var( --e-global-typography-51f0c69-word-spacing );}.elementor-14 .elementor-element.elementor-element-08b96cf .elementor-heading-title{font-size:var( --e-global-typography-50b7226-font-size );line-height:var( --e-global-typography-50b7226-line-height );letter-spacing:var( --e-global-typography-50b7226-letter-spacing );word-spacing:var( --e-global-typography-50b7226-word-spacing );}.elementor-14 .elementor-element.elementor-element-432dd52 > .elementor-element-populated{padding:10px 20px 40px 20px;}.elementor-14 .elementor-element.elementor-element-a1da230{padding:40px 20px 40px 20px;}.elementor-14 .elementor-element.elementor-element-6f68e52{bottom:-40px;}.elementor-14 .elementor-element.elementor-element-f1ce84e{bottom:60px;}.elementor-14 .elementor-element.elementor-element-e5f1fee .elementor-icon-box-title, .elementor-14 .elementor-element.elementor-element-e5f1fee .elementor-icon-box-title a{font-size:var( --e-global-typography-06569ee-font-size );line-height:var( --e-global-typography-06569ee-line-height );letter-spacing:var( --e-global-typography-06569ee-letter-spacing );word-spacing:var( --e-global-typography-06569ee-word-spacing );}.elementor-14 .elementor-element.elementor-element-79abfc3 > .elementor-element-populated{padding:20px 20px 40px 20px;}.elementor-14 .elementor-element.elementor-element-cf44f9f{--spacer-size:200px;}.elementor-14 .elementor-element.elementor-element-4688ab7 > .elementor-element-populated{padding:20px 20px 40px 20px;}.elementor-14 .elementor-element.elementor-element-cbb3544 .elementor-heading-title{font-size:var( --e-global-typography-06569ee-font-size );line-height:var( --e-global-typography-06569ee-line-height );letter-spacing:var( --e-global-typography-06569ee-letter-spacing );word-spacing:var( --e-global-typography-06569ee-word-spacing );}.elementor-14 .elementor-element.elementor-element-3744954 .elementor-icon-box-title, .elementor-14 .elementor-element.elementor-element-3744954 .elementor-icon-box-title a{font-size:var( --e-global-typography-06569ee-font-size );line-height:var( --e-global-typography-06569ee-line-height );letter-spacing:var( --e-global-typography-06569ee-letter-spacing );word-spacing:var( --e-global-typography-06569ee-word-spacing );}.elementor-14 .elementor-element.elementor-element-012574a{padding:40px 20px 40px 20px;}.elementor-14 .elementor-element.elementor-element-9a33555{bottom:-40px;}.elementor-14 .elementor-element.elementor-element-96d1667{bottom:60px;}.elementor-14 .elementor-element.elementor-element-f9aadbc .elementor-icon-box-title, .elementor-14 .elementor-element.elementor-element-f9aadbc .elementor-icon-box-title a{font-size:var( --e-global-typography-06569ee-font-size );line-height:var( --e-global-typography-06569ee-line-height );letter-spacing:var( --e-global-typography-06569ee-letter-spacing );word-spacing:var( --e-global-typography-06569ee-word-spacing );}.elementor-14 .elementor-element.elementor-element-80e4d21 > .elementor-element-populated{padding:20px 20px 40px 20px;}.elementor-14 .elementor-element.elementor-element-c3aba02{--spacer-size:200px;}.elementor-14 .elementor-element.elementor-element-6175e53 > .elementor-element-populated{padding:20px 20px 40px 20px;}.elementor-14 .elementor-element.elementor-element-c74b251 .elementor-heading-title{font-size:var( --e-global-typography-06569ee-font-size );line-height:var( --e-global-typography-06569ee-line-height );letter-spacing:var( --e-global-typography-06569ee-letter-spacing );word-spacing:var( --e-global-typography-06569ee-word-spacing );}.elementor-14 .elementor-element.elementor-element-afded54 .elementor-icon-box-title, .elementor-14 .elementor-element.elementor-element-afded54 .elementor-icon-box-title a{font-size:var( --e-global-typography-06569ee-font-size );line-height:var( --e-global-typography-06569ee-line-height );letter-spacing:var( --e-global-typography-06569ee-letter-spacing );word-spacing:var( --e-global-typography-06569ee-word-spacing );}.elementor-14 .elementor-element.elementor-element-2c02f98{padding:40px 20px 40px 20px;}.elementor-14 .elementor-element.elementor-element-8dbd738{bottom:-40px;}.elementor-14 .elementor-element.elementor-element-e1106a1{bottom:60px;}.elementor-14 .elementor-element.elementor-element-e6c6972{padding:40px 20px 40px 20px;}body:not(.rtl) .elementor-14 .elementor-element.elementor-element-a5215c7{left:-100px;}body.rtl .elementor-14 .elementor-element.elementor-element-a5215c7{right:-100px;}.elementor-14 .elementor-element.elementor-element-a5215c7{top:30px;}body:not(.rtl) .elementor-14 .elementor-element.elementor-element-dc65020{left:40px;}body.rtl .elementor-14 .elementor-element.elementor-element-dc65020{right:40px;}.elementor-14 .elementor-element.elementor-element-dc65020{top:0px;}.elementor-14 .elementor-element.elementor-element-a9b7231 > .elementor-element-populated{padding:20px 20px 40px 20px;}.elementor-14 .elementor-element.elementor-element-7fb83d2{--spacer-size:200px;}.elementor-14 .elementor-element.elementor-element-43af7b2 > .elementor-element-populated{padding:20px 20px 40px 20px;}.elementor-14 .elementor-element.elementor-element-5fef4cc .elementor-heading-title{font-size:var( --e-global-typography-06569ee-font-size );line-height:var( --e-global-typography-06569ee-line-height );letter-spacing:var( --e-global-typography-06569ee-letter-spacing );word-spacing:var( --e-global-typography-06569ee-word-spacing );}.elementor-14 .elementor-element.elementor-element-3f553c4 .elementor-icon-box-title, .elementor-14 .elementor-element.elementor-element-3f553c4 .elementor-icon-box-title a{font-size:var( --e-global-typography-06569ee-font-size );line-height:var( --e-global-typography-06569ee-line-height );letter-spacing:var( --e-global-typography-06569ee-letter-spacing );word-spacing:var( --e-global-typography-06569ee-word-spacing );}}@media(max-width:1024px) and (min-width:768px){.elementor-14 .elementor-element.elementor-element-6404775{width:100%;}.elementor-14 .elementor-element.elementor-element-a5715e6{width:100%;}.elementor-14 .elementor-element.elementor-element-4b79ff5{width:100%;}.elementor-14 .elementor-element.elementor-element-d6fcd50{width:100%;}.elementor-14 .elementor-element.elementor-element-d7b38ec{width:100%;}.elementor-14 .elementor-element.elementor-element-e066561{width:100%;}.elementor-14 .elementor-element.elementor-element-9de2689{width:100%;}.elementor-14 .elementor-element.elementor-element-971911d{width:100%;}.elementor-14 .elementor-element.elementor-element-a2215a5{width:100%;}.elementor-14 .elementor-element.elementor-element-6d14db6{width:100%;}.elementor-14 .elementor-element.elementor-element-6823708{width:100%;}.elementor-14 .elementor-element.elementor-element-887b140{width:100%;}.elementor-14 .elementor-element.elementor-element-d23c84c{width:100%;}.elementor-14 .elementor-element.elementor-element-3a90497{width:100%;}.elementor-14 .elementor-element.elementor-element-aee849d{width:100%;}.elementor-14 .elementor-element.elementor-element-b42d155{width:100%;}.elementor-14 .elementor-element.elementor-element-ef96264{width:100%;}.elementor-14 .elementor-element.elementor-element-399ffad{width:100%;}.elementor-14 .elementor-element.elementor-element-432dd52{width:100%;}.elementor-14 .elementor-element.elementor-element-79abfc3{width:50%;}.elementor-14 .elementor-element.elementor-element-4688ab7{width:50%;}.elementor-14 .elementor-element.elementor-element-80e4d21{width:50%;}.elementor-14 .elementor-element.elementor-element-6175e53{width:50%;}.elementor-14 .elementor-element.elementor-element-a9b7231{width:50%;}.elementor-14 .elementor-element.elementor-element-43af7b2{width:50%;}} .elementor-12618 .elementor-element.elementor-element-b94931c > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-12618 .elementor-element.elementor-element-b94931c .elementor-repeater-item-278862f.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-bc-flex-widget .elementor-12618 .elementor-element.elementor-element-38173bf.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-12618 .elementor-element.elementor-element-38173bf.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-12618 .elementor-element.elementor-element-38173bf > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:0px;}.elementor-12618 .elementor-element.elementor-element-38173bf > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-12618 .elementor-element.elementor-element-38173bf > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-12618 .elementor-element.elementor-element-67f029c{text-align:left;}.elementor-12618 .elementor-element.elementor-element-67f029c img{width:240px;}.elementor-12618 .elementor-element.elementor-element-c007873{text-align:left;}.elementor-12618 .elementor-element.elementor-element-c007873 img{width:240px;}.elementor-bc-flex-widget .elementor-12618 .elementor-element.elementor-element-be7d9a3.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-12618 .elementor-element.elementor-element-be7d9a3.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-12618 .elementor-element.elementor-element-be7d9a3.elementor-column > .elementor-widget-wrap{justify-content:flex-end;}.elementor-12618 .elementor-element.elementor-element-be7d9a3 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:0px;}.elementor-12618 .elementor-element.elementor-element-be7d9a3 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 0px 0px 30px;--e-column-margin-right:0px;--e-column-margin-left:30px;}.elementor-12618 .elementor-element.elementor-element-be7d9a3 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-bc-flex-widget .elementor-12618 .elementor-element.elementor-element-fd6acd5.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-12618 .elementor-element.elementor-element-fd6acd5.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-12618 .elementor-element.elementor-element-fd6acd5.elementor-column > .elementor-widget-wrap{justify-content:flex-end;}.elementor-12618 .elementor-element.elementor-element-fd6acd5 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-12618 .elementor-element.elementor-element-9a72950 .elementor-button-content-wrapper{flex-direction:row-reverse;}.elementor-12618 .elementor-element.elementor-element-9a72950 .elementor-button .elementor-button-content-wrapper{gap:14px;}.elementor-12618 .elementor-element.elementor-element-9a72950 .elementor-button{font-family:"Raleway", Sans-serif;font-size:0.9em;fill:var( --e-global-color-primary );color:var( --e-global-color-primary );background-color:#093C6600;border-radius:30px 30px 30px 30px;padding:8px 22px 8px 22px;}.elementor-12618 .elementor-element.elementor-element-9a72950 .elementor-button:hover, .elementor-12618 .elementor-element.elementor-element-9a72950 .elementor-button:focus{color:var( --e-global-color-primary );background-color:var( --e-global-color-accent );}.elementor-12618 .elementor-element.elementor-element-9a72950 .elementor-button:hover svg, .elementor-12618 .elementor-element.elementor-element-9a72950 .elementor-button:focus svg{fill:var( --e-global-color-primary );}.elementor-12618 .elementor-element.elementor-element-9a72950 > .elementor-widget-container{margin:0px 0px 0px 17.5px;}.elementor-12618 .elementor-element.elementor-element-9a72950{width:auto;max-width:auto;}.elementor-12618 .elementor-element.elementor-element-075d40f .elementor-button-content-wrapper{flex-direction:row-reverse;}.elementor-12618 .elementor-element.elementor-element-075d40f .elementor-button .elementor-button-content-wrapper{gap:14px;}.elementor-12618 .elementor-element.elementor-element-075d40f .elementor-button{font-family:"Raleway", Sans-serif;font-size:0.9em;fill:var( --e-global-color-primary );color:var( --e-global-color-primary );background-color:var( --e-global-color-accent );border-radius:30px 30px 30px 30px;padding:8px 22px 8px 22px;}.elementor-12618 .elementor-element.elementor-element-075d40f .elementor-button:hover, .elementor-12618 .elementor-element.elementor-element-075d40f .elementor-button:focus{color:var( --e-global-color-primary );background-color:var( --e-global-color-accent );}.elementor-12618 .elementor-element.elementor-element-075d40f .elementor-button:hover svg, .elementor-12618 .elementor-element.elementor-element-075d40f .elementor-button:focus svg{fill:var( --e-global-color-primary );}.elementor-12618 .elementor-element.elementor-element-075d40f > .elementor-widget-container{margin:0px 0px 0px 17.5px;}.elementor-12618 .elementor-element.elementor-element-075d40f{width:auto;max-width:auto;}.elementor-bc-flex-widget .elementor-12618 .elementor-element.elementor-element-fdc7ab1.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-12618 .elementor-element.elementor-element-fdc7ab1.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-12618 .elementor-element.elementor-element-fdc7ab1.elementor-column > .elementor-widget-wrap{justify-content:flex-end;}.elementor-12618 .elementor-element.elementor-element-fdc7ab1 > .elementor-element-populated{margin:16px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-12618 .elementor-element.elementor-element-f91e66e .elementor-nav-menu .elementor-item{font-family:var( --e-global-typography-e884589-font-family ), Sans-serif;font-size:var( --e-global-typography-e884589-font-size );font-weight:var( --e-global-typography-e884589-font-weight );line-height:var( --e-global-typography-e884589-line-height );letter-spacing:var( --e-global-typography-e884589-letter-spacing );word-spacing:var( --e-global-typography-e884589-word-spacing );}.elementor-12618 .elementor-element.elementor-element-f91e66e .elementor-nav-menu--main .elementor-item{color:var( --e-global-color-primary );fill:var( --e-global-color-primary );padding-left:0px;padding-right:0px;padding-top:0px;padding-bottom:0px;}.elementor-12618 .elementor-element.elementor-element-f91e66e{--e-nav-menu-horizontal-menu-item-margin:calc( 30px / 2 );width:auto;max-width:auto;}.elementor-12618 .elementor-element.elementor-element-f91e66e .elementor-nav-menu--main:not(.elementor-nav-menu--layout-horizontal) .elementor-nav-menu > li:not(:last-child){margin-bottom:30px;}.elementor-12618 .elementor-element.elementor-element-f91e66e > .elementor-widget-container{margin:0px 30px 0px 0px;}.elementor-12618 .elementor-element.elementor-element-c73d738 .elementor-icon-wrapper{text-align:center;}.elementor-12618 .elementor-element.elementor-element-c73d738.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-primary );}.elementor-12618 .elementor-element.elementor-element-c73d738.elementor-view-framed .elementor-icon, .elementor-12618 .elementor-element.elementor-element-c73d738.elementor-view-default .elementor-icon{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-12618 .elementor-element.elementor-element-c73d738.elementor-view-framed .elementor-icon, .elementor-12618 .elementor-element.elementor-element-c73d738.elementor-view-default .elementor-icon svg{fill:var( --e-global-color-primary );}.elementor-12618 .elementor-element.elementor-element-c73d738 .elementor-icon{font-size:20px;}.elementor-12618 .elementor-element.elementor-element-c73d738 .elementor-icon svg{height:20px;}.elementor-12618 .elementor-element.elementor-element-c73d738 > .elementor-widget-container{margin:4px 30px 0px 0px;}.elementor-12618 .elementor-element.elementor-element-c73d738{width:auto;max-width:auto;}.elementor-12618 .elementor-element.elementor-element-8e9d556 .elementor-icon-wrapper{text-align:center;}.elementor-12618 .elementor-element.elementor-element-8e9d556.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-primary );}.elementor-12618 .elementor-element.elementor-element-8e9d556.elementor-view-framed .elementor-icon, .elementor-12618 .elementor-element.elementor-element-8e9d556.elementor-view-default .elementor-icon{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-12618 .elementor-element.elementor-element-8e9d556.elementor-view-framed .elementor-icon, .elementor-12618 .elementor-element.elementor-element-8e9d556.elementor-view-default .elementor-icon svg{fill:var( --e-global-color-primary );}.elementor-12618 .elementor-element.elementor-element-8e9d556 .elementor-icon{font-size:18px;}.elementor-12618 .elementor-element.elementor-element-8e9d556 .elementor-icon svg{height:18px;}.elementor-12618 .elementor-element.elementor-element-8e9d556 > .elementor-widget-container{margin:4px 0px 0px 0px;}.elementor-12618 .elementor-element.elementor-element-8e9d556{width:auto;max-width:auto;}.elementor-12618 .elementor-element.elementor-element-b94931c:not(.elementor-motion-effects-element-type-background), .elementor-12618 .elementor-element.elementor-element-b94931c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-4e57b11 );}.elementor-12618 .elementor-element.elementor-element-b94931c{transition:background 0s, border 0.2s, border-radius 0.2s, box-shadow 0.2s;margin-top:0px;margin-bottom:-118px;padding:16px 60px 16px 60px;z-index:9999;}.elementor-12618 .elementor-element.elementor-element-b94931c > .elementor-background-overlay{transition:background 0.3s, border-radius 0.2s, opacity 0.3s;}.elementor-12618 .elementor-element.elementor-element-c8e7444 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-12618 .elementor-element.elementor-element-c8e7444 .elementor-repeater-item-278862f.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-bc-flex-widget .elementor-12618 .elementor-element.elementor-element-3ecbce6.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-12618 .elementor-element.elementor-element-3ecbce6.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-12618 .elementor-element.elementor-element-3ecbce6 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:0px;}.elementor-12618 .elementor-element.elementor-element-3ecbce6 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-12618 .elementor-element.elementor-element-3ecbce6 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-12618 .elementor-element.elementor-element-af8040b{text-align:left;}.elementor-12618 .elementor-element.elementor-element-af8040b img{width:240px;}.elementor-12618 .elementor-element.elementor-element-f3f67ac{text-align:left;}.elementor-12618 .elementor-element.elementor-element-f3f67ac img{width:240px;}.elementor-bc-flex-widget .elementor-12618 .elementor-element.elementor-element-781a0a4.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-12618 .elementor-element.elementor-element-781a0a4.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-12618 .elementor-element.elementor-element-781a0a4.elementor-column > .elementor-widget-wrap{justify-content:flex-end;}.elementor-12618 .elementor-element.elementor-element-781a0a4 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:0px;}.elementor-12618 .elementor-element.elementor-element-781a0a4 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 0px 0px 30px;--e-column-margin-right:0px;--e-column-margin-left:30px;}.elementor-12618 .elementor-element.elementor-element-781a0a4 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-bc-flex-widget .elementor-12618 .elementor-element.elementor-element-0fe4681.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-12618 .elementor-element.elementor-element-0fe4681.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-12618 .elementor-element.elementor-element-0fe4681.elementor-column > .elementor-widget-wrap{justify-content:flex-end;}.elementor-12618 .elementor-element.elementor-element-0fe4681 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-12618 .elementor-element.elementor-element-579f9bc .elementor-button-content-wrapper{flex-direction:row-reverse;}.elementor-12618 .elementor-element.elementor-element-579f9bc .elementor-button .elementor-button-content-wrapper{gap:14px;}.elementor-12618 .elementor-element.elementor-element-579f9bc .elementor-button{font-family:"Raleway", Sans-serif;font-size:0.9em;fill:var( --e-global-color-primary );color:var( --e-global-color-primary );background-color:#E66727;border-radius:30px 30px 30px 30px;padding:8px 22px 8px 22px;}.elementor-12618 .elementor-element.elementor-element-579f9bc .elementor-button:hover, .elementor-12618 .elementor-element.elementor-element-579f9bc .elementor-button:focus{color:var( --e-global-color-primary );background-color:var( --e-global-color-accent );}.elementor-12618 .elementor-element.elementor-element-579f9bc .elementor-button:hover svg, .elementor-12618 .elementor-element.elementor-element-579f9bc .elementor-button:focus svg{fill:var( --e-global-color-primary );}.elementor-12618 .elementor-element.elementor-element-579f9bc > .elementor-widget-container{margin:0px 0px 0px 15px;}.elementor-12618 .elementor-element.elementor-element-579f9bc{width:auto;max-width:auto;}.elementor-12618 .elementor-element.elementor-element-bc8df54 .elementor-button-content-wrapper{flex-direction:row-reverse;}.elementor-12618 .elementor-element.elementor-element-bc8df54 .elementor-button .elementor-button-content-wrapper{gap:14px;}.elementor-12618 .elementor-element.elementor-element-bc8df54 .elementor-button{font-family:"Raleway", Sans-serif;font-size:0.9em;fill:var( --e-global-color-primary );color:var( --e-global-color-primary );background-color:#093C6600;border-radius:30px 30px 30px 30px;padding:8px 22px 8px 22px;}.elementor-12618 .elementor-element.elementor-element-bc8df54 .elementor-button:hover, .elementor-12618 .elementor-element.elementor-element-bc8df54 .elementor-button:focus{color:var( --e-global-color-primary );background-color:var( --e-global-color-accent );}.elementor-12618 .elementor-element.elementor-element-bc8df54 .elementor-button:hover svg, .elementor-12618 .elementor-element.elementor-element-bc8df54 .elementor-button:focus svg{fill:var( --e-global-color-primary );}.elementor-12618 .elementor-element.elementor-element-bc8df54 > .elementor-widget-container{margin:0px 0px 0px 17.5px;}.elementor-12618 .elementor-element.elementor-element-bc8df54{width:auto;max-width:auto;}.elementor-12618 .elementor-element.elementor-element-3708fdb .elementor-button-content-wrapper{flex-direction:row-reverse;}.elementor-12618 .elementor-element.elementor-element-3708fdb .elementor-button .elementor-button-content-wrapper{gap:14px;}.elementor-12618 .elementor-element.elementor-element-3708fdb .elementor-button{font-family:"Raleway", Sans-serif;font-size:0.9em;fill:var( --e-global-color-primary );color:var( --e-global-color-primary );background-color:#093C6600;border-radius:30px 30px 30px 30px;padding:8px 22px 8px 22px;}.elementor-12618 .elementor-element.elementor-element-3708fdb .elementor-button:hover, .elementor-12618 .elementor-element.elementor-element-3708fdb .elementor-button:focus{color:var( --e-global-color-primary );background-color:var( --e-global-color-accent );}.elementor-12618 .elementor-element.elementor-element-3708fdb .elementor-button:hover svg, .elementor-12618 .elementor-element.elementor-element-3708fdb .elementor-button:focus svg{fill:var( --e-global-color-primary );}.elementor-12618 .elementor-element.elementor-element-3708fdb > .elementor-widget-container{margin:0px 0px 0px 17.5px;}.elementor-12618 .elementor-element.elementor-element-3708fdb{width:auto;max-width:auto;}.elementor-bc-flex-widget .elementor-12618 .elementor-element.elementor-element-1303bf9.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-12618 .elementor-element.elementor-element-1303bf9.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-12618 .elementor-element.elementor-element-1303bf9.elementor-column > .elementor-widget-wrap{justify-content:flex-end;}.elementor-12618 .elementor-element.elementor-element-1303bf9 > .elementor-element-populated{margin:16px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-12618 .elementor-element.elementor-element-7a88cd0 .elementor-nav-menu .elementor-item{font-family:var( --e-global-typography-e884589-font-family ), Sans-serif;font-size:var( --e-global-typography-e884589-font-size );font-weight:var( --e-global-typography-e884589-font-weight );line-height:var( --e-global-typography-e884589-line-height );letter-spacing:var( --e-global-typography-e884589-letter-spacing );word-spacing:var( --e-global-typography-e884589-word-spacing );}.elementor-12618 .elementor-element.elementor-element-7a88cd0 .elementor-nav-menu--main .elementor-item{color:var( --e-global-color-primary );fill:var( --e-global-color-primary );padding-left:0px;padding-right:0px;padding-top:0px;padding-bottom:0px;}.elementor-12618 .elementor-element.elementor-element-7a88cd0{--e-nav-menu-horizontal-menu-item-margin:calc( 30px / 2 );width:auto;max-width:auto;}.elementor-12618 .elementor-element.elementor-element-7a88cd0 .elementor-nav-menu--main:not(.elementor-nav-menu--layout-horizontal) .elementor-nav-menu > li:not(:last-child){margin-bottom:30px;}.elementor-12618 .elementor-element.elementor-element-7a88cd0 > .elementor-widget-container{margin:0px 30px 0px 0px;}.elementor-12618 .elementor-element.elementor-element-da55ad6 .elementor-icon-wrapper{text-align:center;}.elementor-12618 .elementor-element.elementor-element-da55ad6.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-primary );}.elementor-12618 .elementor-element.elementor-element-da55ad6.elementor-view-framed .elementor-icon, .elementor-12618 .elementor-element.elementor-element-da55ad6.elementor-view-default .elementor-icon{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-12618 .elementor-element.elementor-element-da55ad6.elementor-view-framed .elementor-icon, .elementor-12618 .elementor-element.elementor-element-da55ad6.elementor-view-default .elementor-icon svg{fill:var( --e-global-color-primary );}.elementor-12618 .elementor-element.elementor-element-da55ad6 .elementor-icon{font-size:20px;}.elementor-12618 .elementor-element.elementor-element-da55ad6 .elementor-icon svg{height:20px;}.elementor-12618 .elementor-element.elementor-element-da55ad6 > .elementor-widget-container{margin:4px 30px 0px 0px;}.elementor-12618 .elementor-element.elementor-element-da55ad6{width:auto;max-width:auto;}.elementor-12618 .elementor-element.elementor-element-8369bc4 .elementor-icon-wrapper{text-align:center;}.elementor-12618 .elementor-element.elementor-element-8369bc4.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-primary );}.elementor-12618 .elementor-element.elementor-element-8369bc4.elementor-view-framed .elementor-icon, .elementor-12618 .elementor-element.elementor-element-8369bc4.elementor-view-default .elementor-icon{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-12618 .elementor-element.elementor-element-8369bc4.elementor-view-framed .elementor-icon, .elementor-12618 .elementor-element.elementor-element-8369bc4.elementor-view-default .elementor-icon svg{fill:var( --e-global-color-primary );}.elementor-12618 .elementor-element.elementor-element-8369bc4 .elementor-icon{font-size:18px;}.elementor-12618 .elementor-element.elementor-element-8369bc4 .elementor-icon svg{height:18px;}.elementor-12618 .elementor-element.elementor-element-8369bc4 > .elementor-widget-container{margin:4px 0px 0px 0px;}.elementor-12618 .elementor-element.elementor-element-8369bc4{width:auto;max-width:auto;}.elementor-12618 .elementor-element.elementor-element-a51cfc3 .elementor-button-content-wrapper{flex-direction:row-reverse;}.elementor-12618 .elementor-element.elementor-element-a51cfc3 .elementor-button .elementor-button-content-wrapper{gap:14px;}.elementor-12618 .elementor-element.elementor-element-a51cfc3 .elementor-button{font-family:"Raleway", Sans-serif;font-size:0.9em;fill:var( --e-global-color-primary );color:var( --e-global-color-primary );background-color:#E66727;border-radius:30px 30px 30px 30px;padding:8px 22px 8px 22px;}.elementor-12618 .elementor-element.elementor-element-a51cfc3 .elementor-button:hover, .elementor-12618 .elementor-element.elementor-element-a51cfc3 .elementor-button:focus{color:var( --e-global-color-primary );background-color:var( --e-global-color-accent );}.elementor-12618 .elementor-element.elementor-element-a51cfc3 .elementor-button:hover svg, .elementor-12618 .elementor-element.elementor-element-a51cfc3 .elementor-button:focus svg{fill:var( --e-global-color-primary );}.elementor-12618 .elementor-element.elementor-element-a51cfc3 > .elementor-widget-container{margin:0px 0px 0px 15px;}.elementor-12618 .elementor-element.elementor-element-a51cfc3{width:auto;max-width:auto;}.elementor-12618 .elementor-element.elementor-element-04a3a33 .elementor-button-content-wrapper{flex-direction:row-reverse;}.elementor-12618 .elementor-element.elementor-element-04a3a33 .elementor-button .elementor-button-content-wrapper{gap:14px;}.elementor-12618 .elementor-element.elementor-element-04a3a33 .elementor-button{font-family:"Raleway", Sans-serif;font-size:0.9em;fill:var( --e-global-color-primary );color:var( --e-global-color-primary );background-color:#093C6600;border-radius:30px 30px 30px 30px;padding:8px 22px 8px 22px;}.elementor-12618 .elementor-element.elementor-element-04a3a33 .elementor-button:hover, .elementor-12618 .elementor-element.elementor-element-04a3a33 .elementor-button:focus{color:var( --e-global-color-primary );background-color:var( --e-global-color-accent );}.elementor-12618 .elementor-element.elementor-element-04a3a33 .elementor-button:hover svg, .elementor-12618 .elementor-element.elementor-element-04a3a33 .elementor-button:focus svg{fill:var( --e-global-color-primary );}.elementor-12618 .elementor-element.elementor-element-04a3a33 > .elementor-widget-container{margin:0px 0px 0px 17.5px;}.elementor-12618 .elementor-element.elementor-element-04a3a33{width:auto;max-width:auto;}.elementor-12618 .elementor-element.elementor-element-6c1c039 .elementor-button-content-wrapper{flex-direction:row-reverse;}.elementor-12618 .elementor-element.elementor-element-6c1c039 .elementor-button .elementor-button-content-wrapper{gap:14px;}.elementor-12618 .elementor-element.elementor-element-6c1c039 .elementor-button{font-family:"Raleway", Sans-serif;font-size:0.9em;fill:var( --e-global-color-primary );color:var( --e-global-color-primary );background-color:#093C6600;border-radius:30px 30px 30px 30px;padding:8px 22px 8px 22px;}.elementor-12618 .elementor-element.elementor-element-6c1c039 .elementor-button:hover, .elementor-12618 .elementor-element.elementor-element-6c1c039 .elementor-button:focus{color:var( --e-global-color-primary );background-color:var( --e-global-color-accent );}.elementor-12618 .elementor-element.elementor-element-6c1c039 .elementor-button:hover svg, .elementor-12618 .elementor-element.elementor-element-6c1c039 .elementor-button:focus svg{fill:var( --e-global-color-primary );}.elementor-12618 .elementor-element.elementor-element-6c1c039 > .elementor-widget-container{margin:0px 0px 0px 17.5px;}.elementor-12618 .elementor-element.elementor-element-6c1c039{width:auto;max-width:auto;}.elementor-12618 .elementor-element.elementor-element-c8e7444:not(.elementor-motion-effects-element-type-background), .elementor-12618 .elementor-element.elementor-element-c8e7444 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-4e57b11 );}.elementor-12618 .elementor-element.elementor-element-c8e7444{transition:background 0s, border 0.2s, border-radius 0.2s, box-shadow 0.2s;margin-top:0px;margin-bottom:-118px;padding:16px 60px 16px 60px;z-index:9999;}.elementor-12618 .elementor-element.elementor-element-c8e7444 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.2s, opacity 0.3s;}@media(max-width:1024px){.elementor-12618 .elementor-element.elementor-element-be7d9a3 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-12618 .elementor-element.elementor-element-fd6acd5 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-12618 .elementor-element.elementor-element-fdc7ab1 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-12618 .elementor-element.elementor-element-f91e66e .elementor-nav-menu .elementor-item{font-size:var( --e-global-typography-e884589-font-size );line-height:var( --e-global-typography-e884589-line-height );letter-spacing:var( --e-global-typography-e884589-letter-spacing );word-spacing:var( --e-global-typography-e884589-word-spacing );}.elementor-12618 .elementor-element.elementor-element-b94931c{padding:16px 30px 16px 30px;}.elementor-12618 .elementor-element.elementor-element-781a0a4 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-12618 .elementor-element.elementor-element-0fe4681 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-12618 .elementor-element.elementor-element-1303bf9 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-12618 .elementor-element.elementor-element-7a88cd0 .elementor-nav-menu .elementor-item{font-size:var( --e-global-typography-e884589-font-size );line-height:var( --e-global-typography-e884589-line-height );letter-spacing:var( --e-global-typography-e884589-letter-spacing );word-spacing:var( --e-global-typography-e884589-word-spacing );}.elementor-12618 .elementor-element.elementor-element-3d968ac.elementor-column > .elementor-widget-wrap{justify-content:space-between;}.elementor-12618 .elementor-element.elementor-element-3d968ac > .elementor-element-populated{margin:30px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-12618 .elementor-element.elementor-element-a51cfc3 > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-12618 .elementor-element.elementor-element-04a3a33 > .elementor-widget-container{margin:0px 5px 0px 5px;}.elementor-12618 .elementor-element.elementor-element-6c1c039 > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-12618 .elementor-element.elementor-element-c8e7444{padding:16px 30px 16px 30px;}}@media(min-width:768px){.elementor-12618 .elementor-element.elementor-element-38173bf{width:25%;}.elementor-12618 .elementor-element.elementor-element-be7d9a3{width:75%;}}@media(max-width:1024px) and (min-width:768px){.elementor-12618 .elementor-element.elementor-element-38173bf{width:33%;}.elementor-12618 .elementor-element.elementor-element-be7d9a3{width:67%;}.elementor-12618 .elementor-element.elementor-element-3ecbce6{width:33%;}.elementor-12618 .elementor-element.elementor-element-781a0a4{width:67%;}.elementor-12618 .elementor-element.elementor-element-3d968ac{width:100%;}}@media(max-width:767px){.elementor-12618 .elementor-element.elementor-element-38173bf{width:86%;}.elementor-bc-flex-widget .elementor-12618 .elementor-element.elementor-element-38173bf.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-12618 .elementor-element.elementor-element-38173bf.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-12618 .elementor-element.elementor-element-38173bf.elementor-column > .elementor-widget-wrap{justify-content:flex-start;}.elementor-12618 .elementor-element.elementor-element-be7d9a3{width:14%;}.elementor-bc-flex-widget .elementor-12618 .elementor-element.elementor-element-be7d9a3.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-12618 .elementor-element.elementor-element-be7d9a3.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-12618 .elementor-element.elementor-element-be7d9a3.elementor-column > .elementor-widget-wrap{justify-content:flex-end;}.elementor-12618 .elementor-element.elementor-element-be7d9a3 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-12618 .elementor-element.elementor-element-f91e66e .elementor-nav-menu .elementor-item{font-size:var( --e-global-typography-e884589-font-size );line-height:var( --e-global-typography-e884589-line-height );letter-spacing:var( --e-global-typography-e884589-letter-spacing );word-spacing:var( --e-global-typography-e884589-word-spacing );}.elementor-12618 .elementor-element.elementor-element-b94931c{padding:16px 20px 16px 20px;}.elementor-12618 .elementor-element.elementor-element-3ecbce6{width:86%;}.elementor-bc-flex-widget .elementor-12618 .elementor-element.elementor-element-3ecbce6.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-12618 .elementor-element.elementor-element-3ecbce6.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-12618 .elementor-element.elementor-element-3ecbce6.elementor-column > .elementor-widget-wrap{justify-content:flex-start;}.elementor-12618 .elementor-element.elementor-element-781a0a4{width:14%;}.elementor-bc-flex-widget .elementor-12618 .elementor-element.elementor-element-781a0a4.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-12618 .elementor-element.elementor-element-781a0a4.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-12618 .elementor-element.elementor-element-781a0a4.elementor-column > .elementor-widget-wrap{justify-content:flex-end;}.elementor-12618 .elementor-element.elementor-element-781a0a4 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-12618 .elementor-element.elementor-element-7a88cd0 .elementor-nav-menu .elementor-item{font-size:var( --e-global-typography-e884589-font-size );line-height:var( --e-global-typography-e884589-line-height );letter-spacing:var( --e-global-typography-e884589-letter-spacing );word-spacing:var( --e-global-typography-e884589-word-spacing );}.elementor-12618 .elementor-element.elementor-element-c8e7444{padding:16px 20px 16px 20px;}} .elementor-8898 .elementor-element.elementor-element-6d7f2580 > .elementor-container{max-width:1600px;}.elementor-8898 .elementor-element.elementor-element-6d7f2580 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-8898 .elementor-element.elementor-element-6d7f2580 .elementor-repeater-item-c168c33.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-bc-flex-widget .elementor-8898 .elementor-element.elementor-element-50058a74.elementor-column .elementor-widget-wrap{align-items:flex-start;}.elementor-8898 .elementor-element.elementor-element-50058a74.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:flex-start;align-items:flex-start;}.elementor-8898 .elementor-element.elementor-element-50058a74 > .elementor-element-populated{padding:0% 23% 0% 0%;}.elementor-8898 .elementor-element.elementor-element-4b1127c7 .elementor-heading-title{color:var( --e-global-color-primary );font-family:var( --e-global-typography-b75679d-font-family ), Sans-serif;font-size:var( --e-global-typography-b75679d-font-size );font-weight:var( --e-global-typography-b75679d-font-weight );line-height:var( --e-global-typography-b75679d-line-height );letter-spacing:var( --e-global-typography-b75679d-letter-spacing );word-spacing:var( --e-global-typography-b75679d-word-spacing );}.elementor-8898 .elementor-element.elementor-element-78d5bb7 .elementor-nav-menu .elementor-item{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );}.elementor-8898 .elementor-element.elementor-element-78d5bb7 .elementor-nav-menu--main .elementor-item{color:var( --e-global-color-primary );fill:var( --e-global-color-primary );padding-left:0px;padding-right:0px;padding-top:0px;padding-bottom:0px;}.elementor-8898 .elementor-element.elementor-element-78d5bb7 .elementor-nav-menu--main .elementor-item:hover, .elementor-8898 .elementor-element.elementor-element-78d5bb7 .elementor-nav-menu--main .elementor-item.elementor-item-active, .elementor-8898 .elementor-element.elementor-element-78d5bb7 .elementor-nav-menu--main .elementor-item.highlighted, .elementor-8898 .elementor-element.elementor-element-78d5bb7 .elementor-nav-menu--main .elementor-item:focus{color:var( --e-global-color-primary );fill:var( --e-global-color-primary );}.elementor-8898 .elementor-element.elementor-element-78d5bb7{--e-nav-menu-horizontal-menu-item-margin:calc( 0px / 2 );}.elementor-8898 .elementor-element.elementor-element-78d5bb7 .elementor-nav-menu--main:not(.elementor-nav-menu--layout-horizontal) .elementor-nav-menu > li:not(:last-child){margin-bottom:0px;}.elementor-8898 .elementor-element.elementor-element-78d5bb7 .elementor-nav-menu--dropdown a{padding-left:0px;padding-right:0px;}.elementor-8898 .elementor-element.elementor-element-78d5bb7 .elementor-nav-menu--main > .elementor-nav-menu > li > .elementor-nav-menu--dropdown, .elementor-8898 .elementor-element.elementor-element-78d5bb7 .elementor-nav-menu__container.elementor-nav-menu--dropdown{margin-top:0px !important;}.elementor-bc-flex-widget .elementor-8898 .elementor-element.elementor-element-1cd480e2.elementor-column .elementor-widget-wrap{align-items:flex-start;}.elementor-8898 .elementor-element.elementor-element-1cd480e2.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:flex-start;align-items:flex-start;}.elementor-8898 .elementor-element.elementor-element-1cd480e2 > .elementor-element-populated{padding:0px 0px 0px 60px;}.elementor-8898 .elementor-element.elementor-element-4e49e8fe .elementor-heading-title{color:var( --e-global-color-primary );font-family:var( --e-global-typography-b75679d-font-family ), Sans-serif;font-size:var( --e-global-typography-b75679d-font-size );font-weight:var( --e-global-typography-b75679d-font-weight );line-height:var( --e-global-typography-b75679d-line-height );letter-spacing:var( --e-global-typography-b75679d-letter-spacing );word-spacing:var( --e-global-typography-b75679d-word-spacing );}.elementor-8898 .elementor-element.elementor-element-4e49e8fe > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-8898 .elementor-element.elementor-element-1815d95a .elementor-repeater-item-da75ff2.elementor-social-icon{background-color:#113D67;}.elementor-8898 .elementor-element.elementor-element-1815d95a .elementor-repeater-item-da75ff2.elementor-social-icon i{color:#FFFFFF;}.elementor-8898 .elementor-element.elementor-element-1815d95a .elementor-repeater-item-da75ff2.elementor-social-icon svg{fill:#FFFFFF;}.elementor-8898 .elementor-element.elementor-element-1815d95a .elementor-repeater-item-5aad85f.elementor-social-icon{background-color:#00000000;}.elementor-8898 .elementor-element.elementor-element-1815d95a .elementor-repeater-item-5aad85f.elementor-social-icon i{color:var( --e-global-color-primary );}.elementor-8898 .elementor-element.elementor-element-1815d95a .elementor-repeater-item-5aad85f.elementor-social-icon svg{fill:var( --e-global-color-primary );}.elementor-8898 .elementor-element.elementor-element-1815d95a .elementor-repeater-item-f6eb65d.elementor-social-icon{background-color:#113D67;}.elementor-8898 .elementor-element.elementor-element-1815d95a .elementor-repeater-item-f6eb65d.elementor-social-icon i{color:#FFFFFF;}.elementor-8898 .elementor-element.elementor-element-1815d95a .elementor-repeater-item-f6eb65d.elementor-social-icon svg{fill:#FFFFFF;}.elementor-8898 .elementor-element.elementor-element-1815d95a{--grid-template-columns:repeat(3, auto);--icon-size:30px;--grid-column-gap:14px;}.elementor-8898 .elementor-element.elementor-element-1815d95a .elementor-widget-container{text-align:left;}.elementor-8898 .elementor-element.elementor-element-1815d95a .elementor-social-icon{background-color:#FFFFFF;--icon-padding:0em;}.elementor-8898 .elementor-element.elementor-element-1815d95a .elementor-social-icon i{color:#000000;}.elementor-8898 .elementor-element.elementor-element-1815d95a .elementor-social-icon svg{fill:#000000;}.elementor-8898 .elementor-element.elementor-element-1815d95a > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-8898 .elementor-element.elementor-element-23bd64d1 .elementor-heading-title{color:var( --e-global-color-primary );font-family:var( --e-global-typography-b75679d-font-family ), Sans-serif;font-size:var( --e-global-typography-b75679d-font-size );font-weight:var( --e-global-typography-b75679d-font-weight );line-height:var( --e-global-typography-b75679d-line-height );letter-spacing:var( --e-global-typography-b75679d-letter-spacing );word-spacing:var( --e-global-typography-b75679d-word-spacing );}.elementor-8898 .elementor-element.elementor-element-5f0a17c5 .elementor-search-form__container{min-height:50px;}.elementor-8898 .elementor-element.elementor-element-5f0a17c5 .elementor-search-form__submit{min-width:50px;background-color:#02010100;}body:not(.rtl) .elementor-8898 .elementor-element.elementor-element-5f0a17c5 .elementor-search-form__icon{padding-left:calc(50px / 3);}body.rtl .elementor-8898 .elementor-element.elementor-element-5f0a17c5 .elementor-search-form__icon{padding-right:calc(50px / 3);}.elementor-8898 .elementor-element.elementor-element-5f0a17c5 .elementor-search-form__input, .elementor-8898 .elementor-element.elementor-element-5f0a17c5.elementor-search-form--button-type-text .elementor-search-form__submit{padding-left:calc(50px / 3);padding-right:calc(50px / 3);}.elementor-8898 .elementor-element.elementor-element-5f0a17c5 input[type="search"].elementor-search-form__input{font-size:var( --e-global-typography-5578888-font-size );font-weight:var( --e-global-typography-5578888-font-weight );line-height:var( --e-global-typography-5578888-line-height );letter-spacing:var( --e-global-typography-5578888-letter-spacing );word-spacing:var( --e-global-typography-5578888-word-spacing );}.elementor-8898 .elementor-element.elementor-element-5f0a17c5 .elementor-search-form__input, .elementor-8898 .elementor-element.elementor-element-5f0a17c5 .elementor-search-form__icon, .elementor-8898 .elementor-element.elementor-element-5f0a17c5 .elementor-lightbox .dialog-lightbox-close-button, .elementor-8898 .elementor-element.elementor-element-5f0a17c5 .elementor-lightbox .dialog-lightbox-close-button:hover, .elementor-8898 .elementor-element.elementor-element-5f0a17c5.elementor-search-form--skin-full_screen input[type="search"].elementor-search-form__input{color:var( --e-global-color-primary );fill:var( --e-global-color-primary );}.elementor-8898 .elementor-element.elementor-element-5f0a17c5:not(.elementor-search-form--skin-full_screen) .elementor-search-form__container{background-color:#093C6600;border-color:var( --e-global-color-primary );border-width:0px 0px 1.5px 0px;border-radius:0px;}.elementor-8898 .elementor-element.elementor-element-5f0a17c5.elementor-search-form--skin-full_screen input[type="search"].elementor-search-form__input{background-color:#093C6600;border-color:var( --e-global-color-primary );border-width:0px 0px 1.5px 0px;border-radius:0px;}.elementor-8898 .elementor-element.elementor-element-6d7f2580{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:80px;margin-bottom:0px;padding:0px 60px 0px 60px;}.elementor-8898 .elementor-element.elementor-element-6d7f2580 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-8898 .elementor-element.elementor-element-5344b2a9 > .elementor-container{max-width:1600px;}.elementor-8898 .elementor-element.elementor-element-5344b2a9 .elementor-repeater-item-c168c33.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-bc-flex-widget .elementor-8898 .elementor-element.elementor-element-18af056c.elementor-column .elementor-widget-wrap{align-items:space-between;}.elementor-8898 .elementor-element.elementor-element-18af056c.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:space-between;align-items:space-between;}.elementor-8898 .elementor-element.elementor-element-18af056c.elementor-column > .elementor-widget-wrap{justify-content:flex-start;}.elementor-8898 .elementor-element.elementor-element-18af056c > .elementor-element-populated{padding:0px 120px 0px 0px;}.elementor-8898 .elementor-element.elementor-element-7e533970{text-align:center;width:auto;max-width:auto;}.elementor-8898 .elementor-element.elementor-element-7e533970 img{width:240px;}.elementor-8898 .elementor-element.elementor-element-7e533970 > .elementor-widget-container{margin:0px 0px 40px 0px;}.elementor-8898 .elementor-element.elementor-element-93d457a{text-align:center;width:auto;max-width:auto;}.elementor-8898 .elementor-element.elementor-element-93d457a img{width:240px;}.elementor-8898 .elementor-element.elementor-element-93d457a > .elementor-widget-container{margin:0px 0px 40px 0px;padding:0px 0px 0px 040px;}.elementor-bc-flex-widget .elementor-8898 .elementor-element.elementor-element-434b6695.elementor-column .elementor-widget-wrap{align-items:flex-start;}.elementor-8898 .elementor-element.elementor-element-434b6695.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:flex-start;align-items:flex-start;}.elementor-8898 .elementor-element.elementor-element-434b6695.elementor-column > .elementor-widget-wrap{justify-content:flex-end;}.elementor-8898 .elementor-element.elementor-element-434b6695 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:0px;}.elementor-8898 .elementor-element.elementor-element-434b6695 > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-8898 .elementor-element.elementor-element-61e64c69{text-align:right;width:100%;max-width:100%;}.elementor-8898 .elementor-element.elementor-element-61e64c69 .elementor-heading-title{color:var( --e-global-color-primary );font-family:"Raleway", Sans-serif;font-size:11px;font-weight:400;line-height:11px;}.elementor-8898 .elementor-element.elementor-element-61e64c69 > .elementor-widget-container{padding:0px 585px 0px 0px;}.elementor-8898 .elementor-element.elementor-element-765a6b66{text-align:left;width:auto;max-width:auto;}.elementor-8898 .elementor-element.elementor-element-765a6b66 .elementor-heading-title{color:var( --e-global-color-primary );font-family:var( --e-global-typography-e884589-font-family ), Sans-serif;font-size:var( --e-global-typography-e884589-font-size );font-weight:var( --e-global-typography-e884589-font-weight );line-height:var( --e-global-typography-e884589-line-height );letter-spacing:var( --e-global-typography-e884589-letter-spacing );word-spacing:var( --e-global-typography-e884589-word-spacing );}.elementor-8898 .elementor-element.elementor-element-765a6b66 > .elementor-widget-container{margin:10px 40px 10px 0px;}.elementor-8898 .elementor-element.elementor-element-70b454c4{text-align:right;width:auto;max-width:auto;}.elementor-8898 .elementor-element.elementor-element-70b454c4 img{width:140px;}.elementor-8898 .elementor-element.elementor-element-70b454c4 > .elementor-widget-container{margin:20px 40px 0px 0px;}.elementor-8898 .elementor-element.elementor-element-cca2eb2 img{width:140px;}.elementor-8898 .elementor-element.elementor-element-cca2eb2 > .elementor-widget-container{padding:12px 0px 0px 0px;}.elementor-8898 .elementor-element.elementor-element-cca2eb2{width:auto;max-width:auto;}.elementor-8898 .elementor-element.elementor-element-797804d img{width:140px;}.elementor-8898 .elementor-element.elementor-element-797804d > .elementor-widget-container{padding:7px 40px 0px 40px;}.elementor-8898 .elementor-element.elementor-element-797804d{width:auto;max-width:auto;}.elementor-8898 .elementor-element.elementor-element-545f902 img{width:140px;}.elementor-8898 .elementor-element.elementor-element-545f902{width:auto;max-width:auto;}.elementor-8898 .elementor-element.elementor-element-5344b2a9{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:120px 60px 0px 60px;}.elementor-8898 .elementor-element.elementor-element-5344b2a9 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-8898 .elementor-element.elementor-element-bf76ee2 > .elementor-container{max-width:1600px;}.elementor-8898 .elementor-element.elementor-element-bf76ee2 .elementor-repeater-item-c168c33.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-bc-flex-widget .elementor-8898 .elementor-element.elementor-element-96b417d.elementor-column .elementor-widget-wrap{align-items:flex-end;}.elementor-8898 .elementor-element.elementor-element-96b417d.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:flex-end;align-items:flex-end;}.elementor-8898 .elementor-element.elementor-element-96b417d.elementor-column > .elementor-widget-wrap{justify-content:center;}.elementor-8898 .elementor-element.elementor-element-96b417d > .elementor-element-populated{padding:0px 60px 0px 0px;}.elementor-8898 .elementor-element.elementor-element-d36c362 .elementor-nav-menu .elementor-item{font-family:"Raleway", Sans-serif;font-size:0.8em;font-weight:400;line-height:1.3em;}.elementor-8898 .elementor-element.elementor-element-d36c362 .elementor-nav-menu--main .elementor-item{color:var( --e-global-color-primary );fill:var( --e-global-color-primary );padding-left:0px;padding-right:0px;padding-top:0px;padding-bottom:0px;}.elementor-8898 .elementor-element.elementor-element-d36c362 .elementor-nav-menu--main .elementor-item:hover, .elementor-8898 .elementor-element.elementor-element-d36c362 .elementor-nav-menu--main .elementor-item.elementor-item-active, .elementor-8898 .elementor-element.elementor-element-d36c362 .elementor-nav-menu--main .elementor-item.highlighted, .elementor-8898 .elementor-element.elementor-element-d36c362 .elementor-nav-menu--main .elementor-item:focus{color:var( --e-global-color-primary );fill:var( --e-global-color-primary );}.elementor-8898 .elementor-element.elementor-element-d36c362{--e-nav-menu-horizontal-menu-item-margin:calc( 20px / 2 );}.elementor-8898 .elementor-element.elementor-element-d36c362 .elementor-nav-menu--main:not(.elementor-nav-menu--layout-horizontal) .elementor-nav-menu > li:not(:last-child){margin-bottom:20px;}.elementor-8898 .elementor-element.elementor-element-bfcff49 .elementor-nav-menu .elementor-item{font-family:"Raleway", Sans-serif;font-size:0.8em;font-weight:400;line-height:1.3em;}.elementor-8898 .elementor-element.elementor-element-bfcff49 .elementor-nav-menu--main .elementor-item{color:var( --e-global-color-primary );fill:var( --e-global-color-primary );padding-left:0px;padding-right:0px;padding-top:0px;padding-bottom:0px;}.elementor-8898 .elementor-element.elementor-element-bfcff49 .elementor-nav-menu--main .elementor-item:hover, .elementor-8898 .elementor-element.elementor-element-bfcff49 .elementor-nav-menu--main .elementor-item.elementor-item-active, .elementor-8898 .elementor-element.elementor-element-bfcff49 .elementor-nav-menu--main .elementor-item.highlighted, .elementor-8898 .elementor-element.elementor-element-bfcff49 .elementor-nav-menu--main .elementor-item:focus{color:var( --e-global-color-primary );fill:var( --e-global-color-primary );}.elementor-8898 .elementor-element.elementor-element-bfcff49{--e-nav-menu-horizontal-menu-item-margin:calc( 20px / 2 );}.elementor-8898 .elementor-element.elementor-element-bfcff49 .elementor-nav-menu--main:not(.elementor-nav-menu--layout-horizontal) .elementor-nav-menu > li:not(:last-child){margin-bottom:20px;}.elementor-8898 .elementor-element.elementor-element-bf76ee2{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:20px 60px 80px 60px;}.elementor-8898 .elementor-element.elementor-element-bf76ee2 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-8898 .elementor-element.elementor-element-516629cc > .elementor-container{max-width:1600px;}.elementor-8898 .elementor-element.elementor-element-516629cc .elementor-repeater-item-c168c33.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-bc-flex-widget .elementor-8898 .elementor-element.elementor-element-6581190c.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-8898 .elementor-element.elementor-element-6581190c.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-8898 .elementor-element.elementor-element-6581190c.elementor-column > .elementor-widget-wrap{justify-content:center;}.elementor-8898 .elementor-element.elementor-element-6581190c > .elementor-element-populated{padding:0px 60px 0px 60px;}.elementor-8898 .elementor-element.elementor-element-6c780af9 .elementor-nav-menu .elementor-item{font-family:"Raleway", Sans-serif;font-size:0.8em;font-weight:400;line-height:1.3em;}.elementor-8898 .elementor-element.elementor-element-6c780af9 .elementor-nav-menu--main .elementor-item{color:var( --e-global-color-primary );fill:var( --e-global-color-primary );padding-left:0px;padding-right:0px;padding-top:0px;padding-bottom:0px;}.elementor-8898 .elementor-element.elementor-element-6c780af9 .elementor-nav-menu--main .elementor-item:hover, .elementor-8898 .elementor-element.elementor-element-6c780af9 .elementor-nav-menu--main .elementor-item.elementor-item-active, .elementor-8898 .elementor-element.elementor-element-6c780af9 .elementor-nav-menu--main .elementor-item.highlighted, .elementor-8898 .elementor-element.elementor-element-6c780af9 .elementor-nav-menu--main .elementor-item:focus{color:var( --e-global-color-primary );fill:var( --e-global-color-primary );}.elementor-8898 .elementor-element.elementor-element-6c780af9{--e-nav-menu-horizontal-menu-item-margin:calc( 20px / 2 );}.elementor-8898 .elementor-element.elementor-element-6c780af9 .elementor-nav-menu--main:not(.elementor-nav-menu--layout-horizontal) .elementor-nav-menu > li:not(:last-child){margin-bottom:20px;}.elementor-8898 .elementor-element.elementor-element-6e9ea67 .elementor-nav-menu .elementor-item{font-family:"Raleway", Sans-serif;font-size:0.8em;font-weight:400;line-height:1.3em;}.elementor-8898 .elementor-element.elementor-element-6e9ea67 .elementor-nav-menu--main .elementor-item{color:var( --e-global-color-primary );fill:var( --e-global-color-primary );padding-left:0px;padding-right:0px;padding-top:0px;padding-bottom:0px;}.elementor-8898 .elementor-element.elementor-element-6e9ea67 .elementor-nav-menu--main .elementor-item:hover, .elementor-8898 .elementor-element.elementor-element-6e9ea67 .elementor-nav-menu--main .elementor-item.elementor-item-active, .elementor-8898 .elementor-element.elementor-element-6e9ea67 .elementor-nav-menu--main .elementor-item.highlighted, .elementor-8898 .elementor-element.elementor-element-6e9ea67 .elementor-nav-menu--main .elementor-item:focus{color:var( --e-global-color-primary );fill:var( --e-global-color-primary );}.elementor-8898 .elementor-element.elementor-element-6e9ea67{--e-nav-menu-horizontal-menu-item-margin:calc( 20px / 2 );}.elementor-8898 .elementor-element.elementor-element-6e9ea67 .elementor-nav-menu--main:not(.elementor-nav-menu--layout-horizontal) .elementor-nav-menu > li:not(:last-child){margin-bottom:20px;}.elementor-8898 .elementor-element.elementor-element-516629cc{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:120px 60px 80px 60px;}.elementor-8898 .elementor-element.elementor-element-516629cc > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-8898:not(.elementor-motion-effects-element-type-background), .elementor-8898 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(190deg, var( --e-global-color-4e57b11 ) 0%, var( --e-global-color-a7f7ccc ) 100%);}@media(min-width:768px){.elementor-8898 .elementor-element.elementor-element-50058a74{width:68%;}.elementor-8898 .elementor-element.elementor-element-1cd480e2{width:32%;}.elementor-8898 .elementor-element.elementor-element-18af056c{width:40.969%;}.elementor-8898 .elementor-element.elementor-element-434b6695{width:59.031%;}}@media(max-width:1024px) and (min-width:768px){.elementor-8898 .elementor-element.elementor-element-50058a74{width:100%;}.elementor-8898 .elementor-element.elementor-element-1cd480e2{width:100%;}.elementor-8898 .elementor-element.elementor-element-18af056c{width:100%;}.elementor-8898 .elementor-element.elementor-element-434b6695{width:100%;}}@media(max-width:1024px){.elementor-8898 .elementor-element.elementor-element-4b1127c7 .elementor-heading-title{font-size:var( --e-global-typography-b75679d-font-size );line-height:var( --e-global-typography-b75679d-line-height );letter-spacing:var( --e-global-typography-b75679d-letter-spacing );word-spacing:var( --e-global-typography-b75679d-word-spacing );}.elementor-8898 .elementor-element.elementor-element-78d5bb7 .elementor-nav-menu .elementor-item{font-size:var( --e-global-typography-primary-font-size );}.elementor-8898 .elementor-element.elementor-element-78d5bb7 .elementor-nav-menu--main .elementor-item{padding-left:0px;padding-right:0px;}.elementor-8898 .elementor-element.elementor-element-78d5bb7{--e-nav-menu-horizontal-menu-item-margin:calc( 0px / 2 );}.elementor-8898 .elementor-element.elementor-element-78d5bb7 .elementor-nav-menu--main:not(.elementor-nav-menu--layout-horizontal) .elementor-nav-menu > li:not(:last-child){margin-bottom:0px;}.elementor-8898 .elementor-element.elementor-element-1cd480e2 > .elementor-element-populated{margin:60px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-8898 .elementor-element.elementor-element-4e49e8fe .elementor-heading-title{font-size:var( --e-global-typography-b75679d-font-size );line-height:var( --e-global-typography-b75679d-line-height );letter-spacing:var( --e-global-typography-b75679d-letter-spacing );word-spacing:var( --e-global-typography-b75679d-word-spacing );}.elementor-8898 .elementor-element.elementor-element-23bd64d1 .elementor-heading-title{font-size:var( --e-global-typography-b75679d-font-size );line-height:var( --e-global-typography-b75679d-line-height );letter-spacing:var( --e-global-typography-b75679d-letter-spacing );word-spacing:var( --e-global-typography-b75679d-word-spacing );}.elementor-8898 .elementor-element.elementor-element-5f0a17c5 input[type="search"].elementor-search-form__input{font-size:var( --e-global-typography-5578888-font-size );line-height:var( --e-global-typography-5578888-line-height );letter-spacing:var( --e-global-typography-5578888-letter-spacing );word-spacing:var( --e-global-typography-5578888-word-spacing );}.elementor-8898 .elementor-element.elementor-element-6d7f2580{padding:00px 25px 30px 25px;}.elementor-8898 .elementor-element.elementor-element-18af056c > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-8898 .elementor-element.elementor-element-7e533970 img{width:240px;}.elementor-8898 .elementor-element.elementor-element-93d457a img{width:240px;}.elementor-8898 .elementor-element.elementor-element-434b6695.elementor-column > .elementor-widget-wrap{justify-content:flex-start;}.elementor-8898 .elementor-element.elementor-element-61e64c69{text-align:left;}.elementor-8898 .elementor-element.elementor-element-61e64c69 > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-8898 .elementor-element.elementor-element-765a6b66 .elementor-heading-title{font-size:var( --e-global-typography-e884589-font-size );line-height:var( --e-global-typography-e884589-line-height );letter-spacing:var( --e-global-typography-e884589-letter-spacing );word-spacing:var( --e-global-typography-e884589-word-spacing );}.elementor-8898 .elementor-element.elementor-element-5344b2a9{padding:30px 25px 30px 25px;}.elementor-8898 .elementor-element.elementor-element-96b417d > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-8898 .elementor-element.elementor-element-bf76ee2{padding:30px 25px 30px 25px;}.elementor-8898 .elementor-element.elementor-element-6581190c > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-8898 .elementor-element.elementor-element-516629cc{padding:30px 25px 30px 25px;}}@media(max-width:767px){.elementor-8898 .elementor-element.elementor-element-4b1127c7 .elementor-heading-title{font-size:var( --e-global-typography-b75679d-font-size );line-height:var( --e-global-typography-b75679d-line-height );letter-spacing:var( --e-global-typography-b75679d-letter-spacing );word-spacing:var( --e-global-typography-b75679d-word-spacing );}.elementor-8898 .elementor-element.elementor-element-78d5bb7 .elementor-nav-menu .elementor-item{font-size:var( --e-global-typography-primary-font-size );}.elementor-8898 .elementor-element.elementor-element-78d5bb7{--e-nav-menu-horizontal-menu-item-margin:calc( 0px / 2 );}.elementor-8898 .elementor-element.elementor-element-78d5bb7 .elementor-nav-menu--main:not(.elementor-nav-menu--layout-horizontal) .elementor-nav-menu > li:not(:last-child){margin-bottom:0px;}.elementor-8898 .elementor-element.elementor-element-4e49e8fe .elementor-heading-title{font-size:var( --e-global-typography-b75679d-font-size );line-height:var( --e-global-typography-b75679d-line-height );letter-spacing:var( --e-global-typography-b75679d-letter-spacing );word-spacing:var( --e-global-typography-b75679d-word-spacing );}.elementor-8898 .elementor-element.elementor-element-23bd64d1 .elementor-heading-title{font-size:var( --e-global-typography-b75679d-font-size );line-height:var( --e-global-typography-b75679d-line-height );letter-spacing:var( --e-global-typography-b75679d-letter-spacing );word-spacing:var( --e-global-typography-b75679d-word-spacing );}.elementor-8898 .elementor-element.elementor-element-5f0a17c5 input[type="search"].elementor-search-form__input{font-size:var( --e-global-typography-5578888-font-size );line-height:var( --e-global-typography-5578888-line-height );letter-spacing:var( --e-global-typography-5578888-letter-spacing );word-spacing:var( --e-global-typography-5578888-word-spacing );}.elementor-8898 .elementor-element.elementor-element-6d7f2580{margin-top:40px;margin-bottom:40px;padding:0px 20px 30px 20px;}.elementor-8898 .elementor-element.elementor-element-434b6695.elementor-column > .elementor-widget-wrap{justify-content:flex-start;}.elementor-8898 .elementor-element.elementor-element-434b6695 > .elementor-element-populated{margin:40px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-8898 .elementor-element.elementor-element-61e64c69{text-align:left;}.elementor-8898 .elementor-element.elementor-element-765a6b66{text-align:left;}.elementor-8898 .elementor-element.elementor-element-765a6b66 .elementor-heading-title{font-size:var( --e-global-typography-e884589-font-size );line-height:var( --e-global-typography-e884589-line-height );letter-spacing:var( --e-global-typography-e884589-letter-spacing );word-spacing:var( --e-global-typography-e884589-word-spacing );}.elementor-8898 .elementor-element.elementor-element-765a6b66 > .elementor-widget-container{margin:10px 0px 0px 0px;}.elementor-8898 .elementor-element.elementor-element-70b454c4{text-align:left;width:100%;max-width:100%;}.elementor-8898 .elementor-element.elementor-element-70b454c4 > .elementor-widget-container{margin:20px 0px 0px 0px;}.elementor-8898 .elementor-element.elementor-element-cca2eb2 > .elementor-widget-container{padding:30px 0px 0px 5px;}.elementor-8898 .elementor-element.elementor-element-797804d{text-align:left;width:100%;max-width:100%;}.elementor-8898 .elementor-element.elementor-element-797804d > .elementor-widget-container{padding:20px 0px 0px 0px;}.elementor-8898 .elementor-element.elementor-element-545f902 > .elementor-widget-container{margin:20px 0px 0px 0px;}.elementor-8898 .elementor-element.elementor-element-5344b2a9{padding:20px 20px 30px 20px;}.elementor-8898 .elementor-element.elementor-element-bf76ee2{padding:20px 20px 30px 20px;}.elementor-8898 .elementor-element.elementor-element-516629cc{padding:20px 20px 30px 20px;}}/* Start custom CSS for social-icons, class: .elementor-element-1815d95a */.elementor-8898 .elementor-element.elementor-element-1815d95a svg { width: 100% !important; height: 100% !important; }/* End custom CSS */ /* Start custom CSS for social-icons, class: .elementor-element-1815d95a */.elementor-8898 .elementor-element.elementor-element-1815d95a svg { width: 100% !important; height: 100% !important; }/* End custom CSS */ .elementor-8165 .elementor-element.elementor-element-6de5d0ad .elementor-repeater-item-ac45ade.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-8165 .elementor-element.elementor-element-6862576d > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-8165 .elementor-element.elementor-element-6862576d > .elementor-element-populated{padding:30px 30px 30px 30px;}.elementor-8165 .elementor-element.elementor-element-682eca0 .elementor-repeater-item-c111c43.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-bc-flex-widget .elementor-8165 .elementor-element.elementor-element-1e73fc9a.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-8165 .elementor-element.elementor-element-1e73fc9a.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-8165 .elementor-element.elementor-element-1e73fc9a.elementor-column > .elementor-widget-wrap{justify-content:center;}.elementor-8165 .elementor-element.elementor-element-1e73fc9a > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-8165 .elementor-element.elementor-element-4e7017fa{text-align:left;}.elementor-8165 .elementor-element.elementor-element-4e7017fa .elementor-heading-title{color:var( --e-global-color-primary );font-size:var( --e-global-typography-de730d8-font-size );font-weight:var( --e-global-typography-de730d8-font-weight );line-height:var( --e-global-typography-de730d8-line-height );letter-spacing:var( --e-global-typography-de730d8-letter-spacing );word-spacing:var( --e-global-typography-de730d8-word-spacing );}.elementor-8165 .elementor-element.elementor-element-124ed315{color:var( --e-global-color-primary );font-size:0.9rem;}.elementor-8165 .elementor-element.elementor-element-124ed315 > .elementor-widget-container{margin:20px 0px 0px 0px;}.elementor-8165 .elementor-element.elementor-element-7c4239b .elementor-button-content-wrapper{flex-direction:row-reverse;}.elementor-8165 .elementor-element.elementor-element-7c4239b .elementor-button .elementor-button-content-wrapper{gap:14px;}.elementor-8165 .elementor-element.elementor-element-7c4239b .elementor-button{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );background-color:#B8383800;border-style:solid;border-width:0px 0px 0px 0px;border-radius:0px 0px 0px 0px;padding:00px 00px 00px 00px;}.elementor-8165 .elementor-element.elementor-element-7c4239b > .elementor-widget-container{margin:0px 0px 5px 0px;}.elementor-8165 .elementor-element.elementor-element-23f69988 .elementor-repeater-item-37fb6b8.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-8165 .elementor-element.elementor-element-3022f6a7 > .elementor-element-populated{padding:0px 015px 0px 0px;}.elementor-8165 .elementor-element.elementor-element-b1e40e3 .elementor-button-content-wrapper{flex-direction:row-reverse;}.elementor-8165 .elementor-element.elementor-element-61b6cf32 > .elementor-element-populated{padding:0px 0px 0px 15px;}.elementor-8165 .elementor-element.elementor-element-4a0eb36 .elementor-button-content-wrapper{flex-direction:row-reverse;}.elementor-8165 .elementor-element.elementor-element-4a0eb36 .elementor-button{fill:var( --e-global-color-secondary );color:var( --e-global-color-secondary );background-color:#98D1CF00;border-style:solid;border-width:1.5px 1.5px 1.5px 1.5px;border-color:var( --e-global-color-secondary );}.elementor-8165 .elementor-element.elementor-element-23f69988{margin-top:8px;margin-bottom:0px;}.elementor-8165 .elementor-element.elementor-element-6de5d0ad:not(.elementor-motion-effects-element-type-background), .elementor-8165 .elementor-element.elementor-element-6de5d0ad > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-4e57b11 );}.elementor-8165 .elementor-element.elementor-element-6de5d0ad, .elementor-8165 .elementor-element.elementor-element-6de5d0ad > .elementor-background-overlay{border-radius:15px 15px 15px 15px;}.elementor-8165 .elementor-element.elementor-element-6de5d0ad{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-8165 .elementor-element.elementor-element-6de5d0ad > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}#elementor-popup-modal-8165 .dialog-message{width:640px;height:auto;padding:0px 0px 0px 0px;}#elementor-popup-modal-8165{justify-content:flex-end;align-items:flex-end;}#elementor-popup-modal-8165 .dialog-widget-content{background-color:#FFFFFF00;border-radius:15px 15px 15px 15px;box-shadow:0px 10px 20px 0px rgba(0, 0, 0, 0.19);margin:0px 20px 20px 0px;}@media(max-width:1024px){.elementor-8165 .elementor-element.elementor-element-4e7017fa .elementor-heading-title{font-size:var( --e-global-typography-de730d8-font-size );line-height:var( --e-global-typography-de730d8-line-height );letter-spacing:var( --e-global-typography-de730d8-letter-spacing );word-spacing:var( --e-global-typography-de730d8-word-spacing );}.elementor-8165 .elementor-element.elementor-element-7c4239b .elementor-button{font-size:var( --e-global-typography-text-font-size );}#elementor-popup-modal-8165 .dialog-message{width:62vw;}}@media(max-width:767px){.elementor-8165 .elementor-element.elementor-element-1e73fc9a > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-8165 .elementor-element.elementor-element-4e7017fa .elementor-heading-title{font-size:var( --e-global-typography-de730d8-font-size );line-height:var( --e-global-typography-de730d8-line-height );letter-spacing:var( --e-global-typography-de730d8-letter-spacing );word-spacing:var( --e-global-typography-de730d8-word-spacing );}.elementor-8165 .elementor-element.elementor-element-7c4239b .elementor-button{font-size:var( --e-global-typography-text-font-size );}.elementor-8165 .elementor-element.elementor-element-3022f6a7 > .elementor-element-populated{margin:0px 0px 20px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-8165 .elementor-element.elementor-element-61b6cf32 > .elementor-element-populated{padding:0px 0px 0px 0px;}#elementor-popup-modal-8165 .dialog-message{width:100vw;padding:0px 20px 20px 20px;}#elementor-popup-modal-8165 .dialog-widget-content{margin:0px 0px 0px 0px;}} </style> <script type="rocketlazyloadscript" data-rocket-src="https://www.curiousfutureinsight.org/wp-includes/js/jquery/jquery.min.js" id="jquery-core-js"></script> <script type="rocketlazyloadscript" data-rocket-src="https://www.curiousfutureinsight.org/wp-includes/js/jquery/jquery-migrate.min.js" id="jquery-migrate-js" defer></script> <script type="rocketlazyloadscript" data-rocket-src="https://www.curiousfutureinsight.org/wp-content/plugins/elementor/assets/lib/font-awesome/js/v4-shims.min.js" id="font-awesome-4-shim-js" defer></script> <script id="ecs_ajax_load-js-extra"> var ecs_ajax_params = {"ajaxurl":"https:\/\/www.curiousfutureinsight.org\/wp-admin\/admin-ajax.php","posts":"{\"error\":\"\",\"m\":\"\",\"p\":\"14\",\"post_parent\":\"\",\"subpost\":\"\",\"subpost_id\":\"\",\"attachment\":\"\",\"attachment_id\":0,\"name\":\"\",\"pagename\":\"\",\"page_id\":\"14\",\"second\":\"\",\"minute\":\"\",\"hour\":\"\",\"day\":0,\"monthnum\":0,\"year\":0,\"w\":0,\"category_name\":\"\",\"tag\":\"\",\"cat\":\"\",\"tag_id\":\"\",\"author\":\"\",\"author_name\":\"\",\"feed\":\"\",\"tb\":\"\",\"paged\":0,\"meta_key\":\"\",\"meta_value\":\"\",\"preview\":\"\",\"s\":\"\",\"sentence\":\"\",\"title\":\"\",\"fields\":\"\",\"menu_order\":\"\",\"embed\":\"\",\"category__in\":[],\"category__not_in\":[],\"category__and\":[],\"post__in\":[],\"post__not_in\":[],\"post_name__in\":[],\"tag__in\":[],\"tag__not_in\":[],\"tag__and\":[],\"tag_slug__in\":[],\"tag_slug__and\":[],\"post_parent__in\":[],\"post_parent__not_in\":[],\"author__in\":[],\"author__not_in\":[],\"search_columns\":[],\"ignore_sticky_posts\":false,\"suppress_filters\":false,\"cache_results\":true,\"update_post_term_cache\":true,\"update_menu_item_cache\":false,\"lazy_load_term_meta\":true,\"update_post_meta_cache\":true,\"post_type\":\"\",\"posts_per_page\":10,\"nopaging\":false,\"comments_per_page\":\"50\",\"no_found_rows\":false,\"order\":\"DESC\"}"}; </script> <script type="rocketlazyloadscript" data-minify="1" data-rocket-src="https://www.curiousfutureinsight.org/wp-content/cache/min/1/wp-content/plugins/ele-custom-skin/assets/js/ecs_ajax_pagination.js?ver=1729223746" id="ecs_ajax_load-js" defer></script> <script type="rocketlazyloadscript" data-minify="1" data-rocket-src="https://www.curiousfutureinsight.org/wp-content/cache/min/1/wp-content/plugins/ele-custom-skin/assets/js/ecs.js?ver=1729223746" id="ecs-script-js" defer></script><link rel="https://api.w.org/" href="https://www.curiousfutureinsight.org/wp-json/" /><link rel="alternate" title="JSON" type="application/json" href="https://www.curiousfutureinsight.org/wp-json/wp/v2/pages/14" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://www.curiousfutureinsight.org/xmlrpc.php?rsd" /><link rel="alternate" title="oEmbed (JSON)" type="application/json+oembed" href="https://www.curiousfutureinsight.org/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.curiousfutureinsight.org%2F" /><link rel="alternate" title="oEmbed (XML)" type="text/xml+oembed" href="https://www.curiousfutureinsight.org/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.curiousfutureinsight.org%2F&#038;format=xml" /> <script type="rocketlazyloadscript" data-rocket-type="text/javascript"> (function(url){ if(/(?:Chrome\/26\.0\.1410\.63 Safari\/537\.31|WordfenceTestMonBot)/.test(navigator.userAgent)){ return; } var addEvent = function(evt, handler) { if (window.addEventListener) { document.addEventListener(evt, handler, false); } else if (window.attachEvent) { document.attachEvent('on' + evt, handler); } }; var removeEvent = function(evt, handler) { if (window.removeEventListener) { document.removeEventListener(evt, handler, false); } else if (window.detachEvent) { document.detachEvent('on' + evt, handler); } }; var evts = 'contextmenu dblclick drag dragend dragenter dragleave dragover dragstart drop keydown keypress keyup mousedown mousemove mouseout mouseover mouseup mousewheel scroll'.split(' '); var logHuman = function() { if (window.wfLogHumanRan) { return; } window.wfLogHumanRan = true; var wfscr = document.createElement('script'); wfscr.type = 'text/javascript'; wfscr.async = true; wfscr.src = url + '&r=' + Math.random(); (document.getElementsByTagName('head')[0]||document.getElementsByTagName('body')[0]).appendChild(wfscr); for (var i = 0; i < evts.length; i++) { removeEvent(evts[i], logHuman); } }; for (var i = 0; i < evts.length; i++) { addEvent(evts[i], logHuman); } })('//www.curiousfutureinsight.org/?wordfence_lh=1&hid=DAEE75E2CC9288843918ABE54CAED60F'); </script> <style>.cmplz-hidden { display: none !important; }</style><meta name="generator" content="Elementor 3.23.4; features: e_optimized_css_loading, additional_custom_breakpoints, e_lazyload; settings: css_print_method-internal, google_font-enabled, font_display-auto"> <style> .e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload), .e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload) * { background-image: none !important; } @media screen and (max-height: 1024px) { .e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload), .e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload) * { background-image: none !important; } } @media screen and (max-height: 640px) { .e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload), .e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload) * { background-image: none !important; } } </style><link rel="icon" href="https://www.curiousfutureinsight.org/wp-content/uploads/icon2024-400x400.png" sizes="32x32" /><link rel="icon" href="https://www.curiousfutureinsight.org/wp-content/uploads/icon2024-400x400.png" sizes="192x192" /><link rel="apple-touch-icon" href="https://www.curiousfutureinsight.org/wp-content/uploads/icon2024-400x400.png" /><meta name="msapplication-TileImage" content="https://www.curiousfutureinsight.org/wp-content/uploads/icon2024-400x400.png" /></head><body data-cmplz=1 class="home page-template-default page page-id-14 wp-custom-logo elementor-default elementor-kit-6 elementor-page elementor-page-14"> <a class="skip-link screen-reader-text" href="#content">Skip to content</a><div data-elementor-type="header" data-elementor-id="12618" class="elementor elementor-12618 elementor-location-header" data-elementor-post-type="elementor_library"><header class="elementor-section elementor-top-section elementor-element elementor-element-b94931c elementor-section-content-middle elementor-section-full_width stickyheader elementor-hidden-tablet elementor-section-height-default elementor-section-height-default" data-id="b94931c" data-element_type="section" data-settings="{&quot;sticky_effects_offset&quot;:100,&quot;background_background&quot;:&quot;classic&quot;,&quot;sticky&quot;:&quot;top&quot;,&quot;jet_parallax_layout_list&quot;:[{&quot;_id&quot;:&quot;278862f&quot;,&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}],&quot;sticky_effects_offset_mobile&quot;:100,&quot;sticky_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;],&quot;sticky_offset&quot;:0}"><div class="elementor-container elementor-column-gap-no"><div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-38173bf" data-id="38173bf" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-67f029c logo elementor-hidden-tablet elementor-widget elementor-widget-image" data-id="67f029c" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <style>/*! elementor - v3.23.0 - 05-08-2024 */ .elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=".svg"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style> <a href="https://www.curiousfutureinsight.org"> <img fetchpriority="high" width="597" height="138" src="https://www.curiousfutureinsight.org/wp-content/uploads/curious2024_logo-1.png" class="attachment-full size-full wp-image-12609" alt="" /> </a></div></div><div class="elementor-element elementor-element-c007873 elementor-hidden-desktop elementor-hidden-mobile elementor-widget elementor-widget-image" data-id="c007873" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <a href="https://www.curiousfutureinsight.org"> <img fetchpriority="high" width="597" height="138" src="https://www.curiousfutureinsight.org/wp-content/uploads/curious2024_logo-1.png" class="attachment-full size-full wp-image-12609" alt="" /> </a></div></div></div></div><div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-be7d9a3" data-id="be7d9a3" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}"><div class="elementor-widget-wrap elementor-element-populated"><section class="elementor-section elementor-inner-section elementor-element elementor-element-ea37cb2 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="ea37cb2" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-fd6acd5" data-id="fd6acd5" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div data-dce-background-color="#093C6600" class="elementor-element elementor-element-9a72950 elementor-align-right elementor-widget__width-auto elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-button" data-id="9a72950" data-element_type="widget" data-widget_type="button.default"><div class="elementor-widget-container"><div class="elementor-button-wrapper"> <a class="elementor-button elementor-button-link elementor-size-sm" href="https://www.curiousfutureinsight.org/agenda/"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-icon"> <i aria-hidden="true" class="fas fa-long-arrow-alt-right"></i> </span> <span class="elementor-button-text">Agenda</span> </span> </a></div></div></div><div class="elementor-element elementor-element-075d40f elementor-align-right elementor-widget__width-auto elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-button" data-id="075d40f" data-element_type="widget" data-widget_type="button.default"><div class="elementor-widget-container"><div class="elementor-button-wrapper"> <a class="elementor-button elementor-button-link elementor-size-sm" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjEwNDgwIiwidG9nZ2xlIjpmYWxzZX0%3D" target="_blank"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-icon"> <i aria-hidden="true" class="far fa-arrow-right"></i> </span> <span class="elementor-button-text">Newsletter</span> </span> </a></div></div></div></div></div></div></section><section class="elementor-section elementor-inner-section elementor-element elementor-element-772295d elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="772295d" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-fdc7ab1" data-id="fdc7ab1" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-f91e66e elementor-nav-menu--dropdown-none elementor-widget__width-auto elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-nav-menu" data-id="f91e66e" data-element_type="widget" data-settings="{&quot;layout&quot;:&quot;horizontal&quot;,&quot;submenu_icon&quot;:{&quot;value&quot;:&quot;&lt;i class=\&quot;fas fa-caret-down\&quot;&gt;&lt;\/i&gt;&quot;,&quot;library&quot;:&quot;fa-solid&quot;}}" data-widget_type="nav-menu.default"><div class="elementor-widget-container"><nav aria-label="Menu" class="elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-horizontal e--pointer-none"><ul id="menu-1-f91e66e" class="elementor-nav-menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-14 current_page_item menu-item-6985"><a href="https://www.curiousfutureinsight.org/" aria-current="page" class="elementor-item elementor-item-active">Home</a></li><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-7966"><a href="https://www.curiousfutureinsight.org/_speakers" class="elementor-item">Speakers</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13070"><a href="https://www.curiousfutureinsight.org/event/" class="elementor-item">Event</a></li><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-722"><a href="https://www.curiousfutureinsight.org/partners" class="elementor-item">Partners</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3579"><a href="https://www.curiousfutureinsight.org/news/" class="elementor-item">News</a></li><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-11392"><a href="https://www.curiousfutureinsight.org/media-library-items/" class="elementor-item">Media Library</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-15994"><a href="https://www.curiousfutureinsight.org/about-us/" class="elementor-item">About Us</a></li></ul></nav><nav class="elementor-nav-menu--dropdown elementor-nav-menu__container" aria-hidden="true"><ul id="menu-2-f91e66e" class="elementor-nav-menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-14 current_page_item menu-item-6985"><a href="https://www.curiousfutureinsight.org/" aria-current="page" class="elementor-item elementor-item-active" tabindex="-1">Home</a></li><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-7966"><a href="https://www.curiousfutureinsight.org/_speakers" class="elementor-item" tabindex="-1">Speakers</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13070"><a href="https://www.curiousfutureinsight.org/event/" class="elementor-item" tabindex="-1">Event</a></li><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-722"><a href="https://www.curiousfutureinsight.org/partners" class="elementor-item" tabindex="-1">Partners</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3579"><a href="https://www.curiousfutureinsight.org/news/" class="elementor-item" tabindex="-1">News</a></li><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-11392"><a href="https://www.curiousfutureinsight.org/media-library-items/" class="elementor-item" tabindex="-1">Media Library</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-15994"><a href="https://www.curiousfutureinsight.org/about-us/" class="elementor-item" tabindex="-1">About Us</a></li></ul></nav></div></div><div class="elementor-element elementor-element-c73d738 elementor-widget__width-auto elementor-view-default elementor-widget elementor-widget-icon" data-id="c73d738" data-element_type="widget" data-widget_type="icon.default"><div class="elementor-widget-container"><div class="elementor-icon-wrapper"> <a class="elementor-icon" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjE0NzM0IiwidG9nZ2xlIjpmYWxzZX0%3D"> <svg xmlns="http://www.w3.org/2000/svg" id="Layer_2" data-name="Layer 2" viewBox="0 0 80 40"><defs><style> .cls-1 { fill: #fff; } </style></defs><g id="Layer_1-2" data-name="Layer 1"><polyline class="cls-1" points="80 0 0 0 0 12 80 12"></polyline><polyline class="cls-1" points="80 28 0 28 0 40 80 40"></polyline></g></svg> </a></div></div></div><div class="elementor-element elementor-element-8e9d556 elementor-widget__width-auto elementor-hidden-tablet elementor-hidden-mobile elementor-view-default elementor-widget elementor-widget-icon" data-id="8e9d556" data-element_type="widget" data-widget_type="icon.default"><div class="elementor-widget-container"><div class="elementor-icon-wrapper"> <a class="elementor-icon" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjU1MTEiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D"> <i aria-hidden="true" class="fas fa-search"></i> </a></div></div></div></div></div></div></section></div></div></div></header><header class="elementor-section elementor-top-section elementor-element elementor-element-c8e7444 elementor-section-content-middle elementor-section-full_width stickyheader elementor-hidden-desktop elementor-hidden-mobile elementor-section-height-default elementor-section-height-default" data-id="c8e7444" data-element_type="section" data-settings="{&quot;sticky_effects_offset&quot;:100,&quot;background_background&quot;:&quot;classic&quot;,&quot;sticky&quot;:&quot;top&quot;,&quot;jet_parallax_layout_list&quot;:[{&quot;_id&quot;:&quot;278862f&quot;,&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}],&quot;sticky_effects_offset_mobile&quot;:100,&quot;sticky_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;],&quot;sticky_offset&quot;:0}"><div class="elementor-container elementor-column-gap-no"><div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-3ecbce6" data-id="3ecbce6" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-af8040b logo elementor-hidden-tablet elementor-widget elementor-widget-image" data-id="af8040b" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <a href="https://www.curiousfutureinsight.org"> <img fetchpriority="high" width="597" height="138" src="https://www.curiousfutureinsight.org/wp-content/uploads/curious2024_logo-1.png" class="attachment-full size-full wp-image-12609" alt="" /> </a></div></div><div class="elementor-element elementor-element-f3f67ac elementor-hidden-desktop elementor-hidden-mobile elementor-widget elementor-widget-image" data-id="f3f67ac" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <a href="https://www.curiousfutureinsight.org"> <img fetchpriority="high" width="597" height="138" src="https://www.curiousfutureinsight.org/wp-content/uploads/curious2024_logo-1.png" class="attachment-full size-full wp-image-12609" alt="" /> </a></div></div></div></div><div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-781a0a4" data-id="781a0a4" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}"><div class="elementor-widget-wrap elementor-element-populated"><section class="elementor-section elementor-inner-section elementor-element elementor-element-7fbc8fe elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="7fbc8fe" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-0fe4681" data-id="0fe4681" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div data-dce-background-color="#E66727" class="elementor-element elementor-element-579f9bc elementor-widget__width-auto elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-button" data-id="579f9bc" data-element_type="widget" data-widget_type="button.default"><div class="elementor-widget-container"><div class="elementor-button-wrapper"> <a class="elementor-button elementor-button-link elementor-size-sm" href="https://www.curiousfutureinsight.org/tickets/"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-icon"> <i aria-hidden="true" class="fas fa-long-arrow-alt-right"></i> </span> <span class="elementor-button-text">Tickets</span> </span> </a></div></div></div><div data-dce-background-color="#093C6600" class="elementor-element elementor-element-bc8df54 elementor-align-right elementor-widget__width-auto elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-button" data-id="bc8df54" data-element_type="widget" data-widget_type="button.default"><div class="elementor-widget-container"><div class="elementor-button-wrapper"> <a class="elementor-button elementor-button-link elementor-size-sm" href="https://join.curious2024-registration.com/"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-icon"> <i aria-hidden="true" class="fas fa-long-arrow-alt-right"></i> </span> <span class="elementor-button-text">Abstract Submission</span> </span> </a></div></div></div><div data-dce-background-color="#093C6600" class="elementor-element elementor-element-3708fdb elementor-align-right elementor-widget__width-auto elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-button" data-id="3708fdb" data-element_type="widget" data-widget_type="button.default"><div class="elementor-widget-container"><div class="elementor-button-wrapper"> <a class="elementor-button elementor-button-link elementor-size-sm" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjEwNDgwIiwidG9nZ2xlIjpmYWxzZX0%3D" target="_blank"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-icon"> <i aria-hidden="true" class="fas fa-long-arrow-alt-right"></i> </span> <span class="elementor-button-text">Newsletter</span> </span> </a></div></div></div></div></div></div></section><section class="elementor-section elementor-inner-section elementor-element elementor-element-ebe052c elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="ebe052c" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-1303bf9" data-id="1303bf9" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-7a88cd0 elementor-nav-menu--dropdown-none elementor-widget__width-auto elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-nav-menu" data-id="7a88cd0" data-element_type="widget" data-settings="{&quot;layout&quot;:&quot;horizontal&quot;,&quot;submenu_icon&quot;:{&quot;value&quot;:&quot;&lt;i class=\&quot;fas fa-caret-down\&quot;&gt;&lt;\/i&gt;&quot;,&quot;library&quot;:&quot;fa-solid&quot;}}" data-widget_type="nav-menu.default"><div class="elementor-widget-container"><nav aria-label="Menu" class="elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-horizontal e--pointer-none"><ul id="menu-1-7a88cd0" class="elementor-nav-menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-14 current_page_item menu-item-6985"><a href="https://www.curiousfutureinsight.org/" aria-current="page" class="elementor-item elementor-item-active">Home</a></li><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-7966"><a href="https://www.curiousfutureinsight.org/_speakers" class="elementor-item">Speakers</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13070"><a href="https://www.curiousfutureinsight.org/event/" class="elementor-item">Event</a></li><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-722"><a href="https://www.curiousfutureinsight.org/partners" class="elementor-item">Partners</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3579"><a href="https://www.curiousfutureinsight.org/news/" class="elementor-item">News</a></li><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-11392"><a href="https://www.curiousfutureinsight.org/media-library-items/" class="elementor-item">Media Library</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-15994"><a href="https://www.curiousfutureinsight.org/about-us/" class="elementor-item">About Us</a></li></ul></nav><nav class="elementor-nav-menu--dropdown elementor-nav-menu__container" aria-hidden="true"><ul id="menu-2-7a88cd0" class="elementor-nav-menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-14 current_page_item menu-item-6985"><a href="https://www.curiousfutureinsight.org/" aria-current="page" class="elementor-item elementor-item-active" tabindex="-1">Home</a></li><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-7966"><a href="https://www.curiousfutureinsight.org/_speakers" class="elementor-item" tabindex="-1">Speakers</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13070"><a href="https://www.curiousfutureinsight.org/event/" class="elementor-item" tabindex="-1">Event</a></li><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-722"><a href="https://www.curiousfutureinsight.org/partners" class="elementor-item" tabindex="-1">Partners</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3579"><a href="https://www.curiousfutureinsight.org/news/" class="elementor-item" tabindex="-1">News</a></li><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-11392"><a href="https://www.curiousfutureinsight.org/media-library-items/" class="elementor-item" tabindex="-1">Media Library</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-15994"><a href="https://www.curiousfutureinsight.org/about-us/" class="elementor-item" tabindex="-1">About Us</a></li></ul></nav></div></div><div class="elementor-element elementor-element-da55ad6 elementor-widget__width-auto elementor-view-default elementor-widget elementor-widget-icon" data-id="da55ad6" data-element_type="widget" data-widget_type="icon.default"><div class="elementor-widget-container"><div class="elementor-icon-wrapper"> <a class="elementor-icon" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjE0NzM0IiwidG9nZ2xlIjpmYWxzZX0%3D"> <svg xmlns="http://www.w3.org/2000/svg" id="Layer_2" data-name="Layer 2" viewBox="0 0 80 40"><defs><style> .cls-1 { fill: #fff; } </style></defs><g id="Layer_1-2" data-name="Layer 1"><polyline class="cls-1" points="80 0 0 0 0 12 80 12"></polyline><polyline class="cls-1" points="80 28 0 28 0 40 80 40"></polyline></g></svg> </a></div></div></div><div class="elementor-element elementor-element-8369bc4 elementor-widget__width-auto elementor-hidden-tablet elementor-hidden-mobile elementor-view-default elementor-widget elementor-widget-icon" data-id="8369bc4" data-element_type="widget" data-widget_type="icon.default"><div class="elementor-widget-container"><div class="elementor-icon-wrapper"> <a class="elementor-icon" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjU1MTEiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D"> <i aria-hidden="true" class="fas fa-search"></i> </a></div></div></div></div></div></div></section></div></div><div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-3d968ac elementor-hidden-desktop elementor-hidden-mobile" data-id="3d968ac" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div data-dce-background-color="#E66727" class="elementor-element elementor-element-a51cfc3 elementor-widget__width-auto elementor-hidden-mobile mobile elementor-widget elementor-widget-button" data-id="a51cfc3" data-element_type="widget" data-widget_type="button.default"><div class="elementor-widget-container"><div class="elementor-button-wrapper"> <a class="elementor-button elementor-button-link elementor-size-sm" href="https://www.curiousfutureinsight.org/tickets/"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-icon"> <i aria-hidden="true" class="fas fa-long-arrow-alt-right"></i> </span> <span class="elementor-button-text">Tickets</span> </span> </a></div></div></div><div data-dce-background-color="#093C6600" class="elementor-element elementor-element-04a3a33 elementor-align-right elementor-widget__width-auto elementor-hidden-mobile elementor-widget elementor-widget-button" data-id="04a3a33" data-element_type="widget" data-widget_type="button.default"><div class="elementor-widget-container"><div class="elementor-button-wrapper"> <a class="elementor-button elementor-button-link elementor-size-sm" href="https://join.curious2024-registration.com/"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-icon"> <i aria-hidden="true" class="fas fa-long-arrow-alt-right"></i> </span> <span class="elementor-button-text">Abstract Submission</span> </span> </a></div></div></div><div data-dce-background-color="#093C6600" class="elementor-element elementor-element-6c1c039 elementor-align-right elementor-widget__width-auto elementor-hidden-mobile elementor-widget elementor-widget-button" data-id="6c1c039" data-element_type="widget" data-widget_type="button.default"><div class="elementor-widget-container"><div class="elementor-button-wrapper"> <a class="elementor-button elementor-button-link elementor-size-sm" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjEwNDgwIiwidG9nZ2xlIjpmYWxzZX0%3D" target="_blank"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-icon"> <i aria-hidden="true" class="fas fa-long-arrow-alt-right"></i> </span> <span class="elementor-button-text">Newsletter</span> </span> </a></div></div></div></div></div></div></header></div><main id="content" class="site-main post-14 page type-page status-publish hentry"><div class="page-content"><div data-elementor-type="wp-page" data-elementor-id="14" class="elementor elementor-14" data-elementor-post-type="page"><section class="elementor-section elementor-top-section elementor-element elementor-element-b08367b elementor-section-height-min-height elementor-section-full_width elementor-section-items-stretch elementor-hidden-tablet elementor-hidden-mobile elementor-section-height-default" data-id="b08367b" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[],&quot;shape_divider_bottom&quot;:&quot;curve-asymmetrical&quot;,&quot;shape_divider_bottom_negative&quot;:&quot;yes&quot;}"><div class="elementor-background-overlay"></div><div class="elementor-shape elementor-shape-bottom" data-negative="true"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 100" preserveAspectRatio="none"> <path class="elementor-shape-fill" d="M615.2,96.7C240.2,97.8,0,18.9,0,0v100h1000V0C1000,19.2,989.8,96,615.2,96.7z"/> </svg></div><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-6404775 elementor-hidden-tablet elementor-hidden-mobile" data-id="6404775" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-c1fc36c elementor-widget elementor-widget-spacer" data-id="c1fc36c" data-element_type="widget" data-widget_type="spacer.default"><div class="elementor-widget-container"> <style>/*! elementor - v3.23.0 - 05-08-2024 */ .elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container{height:100%;width:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty,.e-con>.elementor-widget-spacer.elementor-widget-empty{position:relative;min-height:22px;min-width:22px}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon,.e-con>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;padding:0;width:22px;height:22px}</style><div class="elementor-spacer"><div class="elementor-spacer-inner"></div></div></div></div><div class="elementor-element elementor-element-50bbbd1 hero-1 elementor-widget elementor-widget-heading" data-id="50bbbd1" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"> <style>/*! elementor - v3.23.0 - 05-08-2024 */ .elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1 class="elementor-heading-title elementor-size-default">United by science for a better tomor&shy;row</h1></div></div><div class="elementor-element elementor-element-69e95a5 elementor-widget__width-auto elementor-widget elementor-widget-image" data-id="69e95a5" data-element_type="widget" data-settings="{&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_translateY_effect&quot;:&quot;yes&quot;,&quot;motion_fx_translateY_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1,&quot;sizes&quot;:[]},&quot;motion_fx_translateY_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:100}},&quot;motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}" data-widget_type="image.default"><div class="elementor-widget-container"> <img decoding="async" width="800" height="805" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://www.curiousfutureinsight.org/wp-content/uploads/blue_orb.svg" class="attachment-large size-large wp-image-5385 lazyload" alt="" /><noscript><img decoding="async" width="800" height="805" src="https://www.curiousfutureinsight.org/wp-content/uploads/blue_orb.svg" class="attachment-large size-large wp-image-5385 lazyload" alt="" /></noscript></div></div><div class="elementor-element elementor-element-ba12569 elementor-widget elementor-widget-image" data-id="ba12569" data-element_type="widget" data-settings="{&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_translateY_effect&quot;:&quot;yes&quot;,&quot;motion_fx_translateY_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1,&quot;sizes&quot;:[]},&quot;motion_fx_translateY_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:100}},&quot;motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}" data-widget_type="image.default"><div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="200" height="154" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://www.curiousfutureinsight.org/wp-content/uploads/lens_flare.png" class="attachment-large size-large wp-image-6677 lazyload" alt="" /><noscript><img loading="lazy" decoding="async" width="200" height="154" src="https://www.curiousfutureinsight.org/wp-content/uploads/lens_flare.png" class="attachment-large size-large wp-image-6677 lazyload" alt="" /></noscript></div></div><div class="elementor-element elementor-element-9e08460 globe globe_centered animated-slow elementor-widget__width-initial elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-invisible elementor-widget elementor-widget-image" data-id="9e08460" data-element_type="widget" data-settings="{&quot;motion_fx_motion_fx_mouse&quot;:&quot;yes&quot;,&quot;motion_fx_mouseTrack_effect&quot;:&quot;yes&quot;,&quot;motion_fx_mouseTrack_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0.200000000000000011102230246251565404236316680908203125,&quot;sizes&quot;:[]},&quot;motion_fx_tilt_effect&quot;:&quot;yes&quot;,&quot;motion_fx_tilt_direction&quot;:&quot;negative&quot;,&quot;motion_fx_tilt_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0.5,&quot;sizes&quot;:[]},&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:1000}" data-widget_type="image.default"><div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="377" height="380" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://www.curiousfutureinsight.org/wp-content/uploads/orb-white.svg" class="attachment-full size-full wp-image-3406 lazyload" alt="" /><noscript><img loading="lazy" decoding="async" width="377" height="380" src="https://www.curiousfutureinsight.org/wp-content/uploads/orb-white.svg" class="attachment-full size-full wp-image-3406 lazyload" alt="" /></noscript></div></div></div></div><div class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-a5715e6 elementor-hidden-tablet elementor-hidden-mobile" data-id="a5715e6" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-df8bcc5 elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-spacer" data-id="df8bcc5" data-element_type="widget" data-widget_type="spacer.default"><div class="elementor-widget-container"><div class="elementor-spacer"><div class="elementor-spacer-inner"></div></div></div></div><div class="elementor-element elementor-element-8af2c55 elementor-widget elementor-widget-heading" data-id="8af2c55" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h4 class="elementor-heading-title elementor-size-default">Health, nutrition, synthetic biology, materials, energy, digitalization, artificial intelligence, machine learning, robotics, mobility, space flight, secrets of the human mind and new ways of working together.</h4></div></div></div></div><div class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-4b79ff5 elementor-hidden-tablet elementor-hidden-mobile" data-id="4b79ff5" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-4bbbe11 elementor-widget elementor-widget-spacer" data-id="4bbbe11" data-element_type="widget" data-widget_type="spacer.default"><div class="elementor-widget-container"><div class="elementor-spacer"><div class="elementor-spacer-inner"></div></div></div></div><div class="elementor-element elementor-element-bc2f038 elementor-widget elementor-widget-heading" data-id="bc2f038" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h5 class="elementor-heading-title elementor-size-default">One of the world's leading gatherings on the future of science &amp; technology.</h5></div></div></div></div><div class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-d6fcd50 elementor-hidden-tablet elementor-hidden-mobile" data-id="d6fcd50" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-4e04559 elementor-widget elementor-widget-spacer" data-id="4e04559" data-element_type="widget" data-widget_type="spacer.default"><div class="elementor-widget-container"><div class="elementor-spacer"><div class="elementor-spacer-inner"></div></div></div></div><section class="elementor-section elementor-inner-section elementor-element elementor-element-9758fec elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="9758fec" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-bb420e0" data-id="bb420e0" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-f6b8c85 elementor-absolute elementor-widget elementor-widget-image" data-id="f6b8c85" data-element_type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="image.default"><div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="200" height="154" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://www.curiousfutureinsight.org/wp-content/uploads/lens_flare.png" class="attachment-large size-large wp-image-6677 lazyload" alt="" /><noscript><img loading="lazy" decoding="async" width="200" height="154" src="https://www.curiousfutureinsight.org/wp-content/uploads/lens_flare.png" class="attachment-large size-large wp-image-6677 lazyload" alt="" /></noscript></div></div><div class="elementor-element elementor-element-4fda0e9 elementor-widget elementor-widget-heading" data-id="4fda0e9" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h4 class="elementor-heading-title elementor-size-default">July 10–11, 2024</h4></div></div><div data-dce-background-color="#02010100" class="elementor-element elementor-element-b1a224d elementor-widget__width-auto elementor-widget elementor-widget-dce_add_to_calendar" data-id="b1a224d" data-element_type="widget" data-widget_type="dce_add_to_calendar.default"><div class="elementor-widget-container"><div class="elementor-button-wrapper"> <a href="https://calendar.google.com/calendar/render?action=TEMPLATE&amp;dates=20240710T101205Z/20240711T101205Z&amp;text=Curious2024+%E2%80%93+Future+Insight%E2%84%A2+Conference&amp;location=Germany" class="elementor-button-link elementor-button elementor-size-sm" target="_blank" rel="nofollow" role="button"> <span class="elementor-button-content-wrapper dce-flexbox"> <span class="elementor-button-icon elementor-align-icon-right"> <i aria-hidden="true" class="far fa-plus"></i> </span> <span class="elementor-button-text">Google Calendar</span> </span> </a></div></div></div><div data-dce-background-color="#02010100" class="elementor-element elementor-element-cc56997 elementor-widget__width-auto elementor-widget elementor-widget-dce_add_to_calendar" data-id="cc56997" data-element_type="widget" data-widget_type="dce_add_to_calendar.default"><div class="elementor-widget-container"><div class="elementor-button-wrapper"> <a href="data:text/calendar;charset=utf8;base64,QkVHSU46VkNBTEVOREFSDQpWRVJTSU9OOjIuMA0KQkVHSU46VkVWRU5UDQpVSUQ6NGU0ZWRkMTRhMjlmZTYyYjhmYmRhYjhlM2Y2MjRjN2INClNVTU1BUlk6Q3VyaW91czIwMjQg4oCTIEZ1dHVyZSBJbnNpZ2h04oSiIENvbmZlcmVuY2UNCkRUU1RBUlQ7VFpJRD1FdXJvcGUvQmVybGluOjIwMjQwNzEwVDA4MDAwMA0KRFRFTkQ7VFpJRD1FdXJvcGUvQmVybGluOjIwMjQwNzExVDE4MDAwMA0KTE9DQVRJT046UmhlaW5nb2xkaGFsbGUgTWFpbnpcLCBHZXJtYW55DQpFTkQ6VkVWRU5UDQpFTkQ6VkNBTEVOREFS" class="elementor-button-link elementor-button elementor-size-sm" target="_blank" rel="nofollow" role="button"> <span class="elementor-button-content-wrapper dce-flexbox"> <span class="elementor-button-icon elementor-align-icon-right"> <i aria-hidden="true" class="far fa-plus"></i> </span> <span class="elementor-button-text">iCal</span> </span> </a></div></div></div><div class="elementor-element elementor-element-e0f0ae6 elementor-widget elementor-widget-heading" data-id="e0f0ae6" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h6 class="elementor-heading-title elementor-size-default">Mainz, Germany</h6></div></div><div data-dce-advanced-background-color="#00B0F03B" class="elementor-element elementor-element-a7ebc25 highlight-background elementor-widget__width-auto elementor-widget elementor-widget-heading" data-id="a7ebc25" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h6 class="elementor-heading-title elementor-size-default">On-site and Online participation</h6></div></div></div></div></div></section></div></div></div></section><section data-dce-background-overlay-color="#093C66" class="elementor-section elementor-top-section elementor-element elementor-element-3f83f17 elementor-section-height-min-height elementor-section-full_width elementor-section-items-stretch elementor-hidden-desktop elementor-section-height-default" data-id="3f83f17" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[],&quot;shape_divider_bottom&quot;:&quot;curve-asymmetrical&quot;,&quot;shape_divider_bottom_negative&quot;:&quot;yes&quot;}"><div class="elementor-background-overlay"></div><div class="elementor-shape elementor-shape-bottom" data-negative="true"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 100" preserveAspectRatio="none"> <path class="elementor-shape-fill" d="M615.2,96.7C240.2,97.8,0,18.9,0,0v100h1000V0C1000,19.2,989.8,96,615.2,96.7z"/> </svg></div><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-d7b38ec" data-id="d7b38ec" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><section class="elementor-section elementor-inner-section elementor-element elementor-element-f59b4e1 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="f59b4e1" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-2d2b2e3" data-id="2d2b2e3" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="jet-satellite-widget elementor-element elementor-element-dbd5ddd elementor-widget-tablet__width-auto elementor-widget elementor-widget-image" data-jet-tricks-settings="{&quot;satellite&quot;:&quot;true&quot;,&quot;satelliteType&quot;:&quot;image&quot;,&quot;satellitePosition&quot;:&quot;bottom-right&quot;}" data-id="dbd5ddd" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"><div class="jet-tricks-satellite jet-tricks-satellite--bottom-right"><div class="jet-tricks-satellite__inner"><div class="jet-tricks-satellite__image"><img decoding="async" class="jet-tricks-satellite__image-instance lazyload" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://www.curiousfutureinsight.org/wp-content/uploads/2021/11/lens_flare.png" alt=""><noscript><img decoding="async" class="jet-tricks-satellite__image-instance lazyload" src="https://www.curiousfutureinsight.org/wp-content/uploads/2021/11/lens_flare.png" alt=""></noscript></div></div></div> <img decoding="async" width="800" height="805" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://www.curiousfutureinsight.org/wp-content/uploads/blue_orb.svg" class="attachment-large size-large wp-image-5385 lazyload" alt="" /><noscript><img decoding="async" width="800" height="805" src="https://www.curiousfutureinsight.org/wp-content/uploads/blue_orb.svg" class="attachment-large size-large wp-image-5385 lazyload" alt="" /></noscript></div></div></div></div></div></section><div class="elementor-element elementor-element-16ff23a elementor-widget elementor-widget-spacer" data-id="16ff23a" data-element_type="widget" data-widget_type="spacer.default"><div class="elementor-widget-container"><div class="elementor-spacer"><div class="elementor-spacer-inner"></div></div></div></div><div class="elementor-element elementor-element-f5fc1d9 elementor-widget elementor-widget-heading" data-id="f5fc1d9" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h1 class="elementor-heading-title elementor-size-default">United by Science for a better tomorrow</h1></div></div><div class="elementor-element elementor-element-5b517f2 elementor-widget elementor-widget-heading" data-id="5b517f2" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h4 class="elementor-heading-title elementor-size-default">One of the world's leading gatherings on the future of science & technology. ​</h4></div></div><div class="elementor-element elementor-element-074c2cf elementor-widget elementor-widget-heading" data-id="074c2cf" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h6 class="elementor-heading-title elementor-size-default">July 10–11, 2024 ​​ | Germany</h6></div></div><div data-dce-advanced-background-color="#01A2DD2B" class="elementor-element elementor-element-76c2e17 highlight-background elementor-widget__width-auto elementor-widget elementor-widget-heading" data-id="76c2e17" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h6 class="elementor-heading-title elementor-size-default">On-site and online participation</h6></div></div><div class="elementor-element elementor-element-efce642 elementor-align-left elementor-widget__width-inherit elementor-tablet-align-left elementor-widget-tablet__width-inherit elementor-widget elementor-widget-button" data-id="efce642" data-element_type="widget" data-widget_type="button.default"><div class="elementor-widget-container"><div class="elementor-button-wrapper"> <a class="elementor-button elementor-button-link elementor-size-sm" href="https://www.curiousfutureinsight.org/agenda/" target="_blank"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-icon"> <i aria-hidden="true" class="fas fa-long-arrow-alt-right"></i> </span> <span class="elementor-button-text">Agenda</span> </span> </a></div></div></div><div class="elementor-element elementor-element-ce3cd79 elementor-align-left elementor-widget__width-inherit elementor-tablet-align-left elementor-widget-tablet__width-inherit elementor-widget elementor-widget-button" data-id="ce3cd79" data-element_type="widget" data-widget_type="button.default"><div class="elementor-widget-container"><div class="elementor-button-wrapper"> <a class="elementor-button elementor-button-link elementor-size-sm" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjEwNDgwIiwidG9nZ2xlIjpmYWxzZX0%3D" target="_blank"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-icon"> <i aria-hidden="true" class="fal fa-arrow-right"></i> </span> <span class="elementor-button-text">Newsletter</span> </span> </a></div></div></div><div class="elementor-element elementor-element-b361e0a elementor-widget elementor-widget-spacer" data-id="b361e0a" data-element_type="widget" data-widget_type="spacer.default"><div class="elementor-widget-container"><div class="elementor-spacer"><div class="elementor-spacer-inner"></div></div></div></div><div class="elementor-element elementor-element-06945d7 elementor-widget elementor-widget-spacer" data-id="06945d7" data-element_type="widget" data-widget_type="spacer.default"><div class="elementor-widget-container"><div class="elementor-spacer"><div class="elementor-spacer-inner"></div></div></div></div></div></div></div></section><section class="elementor-section elementor-top-section elementor-element elementor-element-20233fd elementor-section-height-min-height elementor-section-items-stretch elementor-section-boxed elementor-section-height-default" data-id="20233fd" data-element_type="section" id="background-section" data-settings="{&quot;jet_parallax_layout_list&quot;:[],&quot;background_background&quot;:&quot;video&quot;,&quot;background_video_link&quot;:&quot;https:\/\/res.cloudinary.com\/the-weather\/video\/upload\/q_auto,vc_h264\/v1698391920\/Curious%20Future%20Insight\/starflight_high_nhzkeq.mp4&quot;,&quot;background_play_on_mobile&quot;:&quot;yes&quot;}"><div class="elementor-background-video-container"><video class="elementor-background-video-hosted elementor-html5-video lazyload" autoplay muted playsinline loop></video></div><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-710fb46" data-id="710fb46" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-a7bbe47 animated-slow elementor-widget__width-initial elementor-hidden-tablet elementor-hidden-mobile globe_effects elementor-invisible elementor-widget elementor-widget-image" data-id="a7bbe47" data-element_type="widget" data-settings="{&quot;motion_fx_opacity_direction&quot;:&quot;in-out&quot;,&quot;motion_fx_opacity_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:39}},&quot;motion_fx_motion_fx_mouse&quot;:&quot;yes&quot;,&quot;motion_fx_mouseTrack_effect&quot;:&quot;yes&quot;,&quot;motion_fx_mouseTrack_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0.200000000000000011102230246251565404236316680908203125,&quot;sizes&quot;:[]},&quot;motion_fx_tilt_effect&quot;:&quot;yes&quot;,&quot;motion_fx_tilt_direction&quot;:&quot;negative&quot;,&quot;motion_fx_tilt_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0.5,&quot;sizes&quot;:[]},&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:1000,&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_opacity_effect&quot;:&quot;yes&quot;,&quot;motion_fx_blur_effect&quot;:&quot;yes&quot;,&quot;motion_fx_blur_direction&quot;:&quot;in-out&quot;,&quot;motion_fx_blur_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:35}},&quot;motion_fx_range&quot;:&quot;page&quot;,&quot;motion_fx_opacity_level&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;motion_fx_blur_level&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:7,&quot;sizes&quot;:[]},&quot;motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}" data-widget_type="image.default"><div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="377" height="380" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://www.curiousfutureinsight.org/wp-content/uploads/orb-white.svg" class="attachment-full size-full wp-image-3406 lazyload" alt="" /><noscript><img loading="lazy" decoding="async" width="377" height="380" src="https://www.curiousfutureinsight.org/wp-content/uploads/orb-white.svg" class="attachment-full size-full wp-image-3406 lazyload" alt="" /></noscript></div></div></div></div></div></section><section class="elementor-section elementor-top-section elementor-element elementor-element-5e1929d elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="5e1929d" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e6af2e3" data-id="e6af2e3" data-element_type="column"><div class="elementor-widget-wrap"></div></div></div></section><section class="elementor-section elementor-top-section elementor-element elementor-element-d6904ae elementor-section-height-min-height elementor-section-full_width elementor-section-items-stretch elementor-section-height-default" data-id="d6904ae" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[],&quot;background_background&quot;:&quot;gradient&quot;}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-e066561" data-id="e066561" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-231d9a2 elementor-widget elementor-widget-heading" data-id="231d9a2" data-element_type="widget" id="down" data-settings="{&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}" data-widget_type="heading.default"><div class="elementor-widget-container"><h1 class="elementor-heading-title elementor-size-default">Curious­ Future Insight™ Conference</h1></div></div><div class="elementor-element elementor-element-71a20f6 elementor-widget elementor-widget-heading" data-id="71a20f6" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h2 class="elementor-heading-title elementor-size-default">Over the millennia science & technology have steadily advanced, but key unsolved challenges remain, and much more is possible. The Curious – Future Insight™ Conference brings together some of the world’s brightest scientists and most accomplished innovators to present their work and explore the future of science and technology, solving the challenges of today and enabling the dreams of a better tomorrow.</h2></div></div><section class="elementor-section elementor-inner-section elementor-element elementor-element-bc9936d elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="bc9936d" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;0e4d861&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-41f8c7a" data-id="41f8c7a" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-bb21f68 elementor-widget elementor-widget-counter" data-id="bb21f68" data-element_type="widget" data-widget_type="counter.default"><div class="elementor-widget-container"> <style>/*! elementor - v3.23.0 - 05-08-2024 */ .elementor-counter{display:flex;justify-content:center;align-items:stretch;flex-direction:column-reverse}.elementor-counter .elementor-counter-number{flex-grow:var(--counter-number-grow,0)}.elementor-counter .elementor-counter-number-wrapper{flex:1;display:flex;font-size:69px;font-weight:600;line-height:1;text-align:center}.elementor-counter .elementor-counter-number-prefix{text-align:end;flex-grow:var(--counter-prefix-grow,1);white-space:pre-wrap}.elementor-counter .elementor-counter-number-suffix{text-align:start;flex-grow:var(--counter-suffix-grow,1);white-space:pre-wrap}.elementor-counter .elementor-counter-title{flex:1;display:flex;justify-content:center;align-items:center;margin:0;padding:0;font-size:19px;font-weight:400;line-height:2.5}</style><div class="elementor-counter"><div class="elementor-counter-title">Attendees</div><div class="elementor-counter-number-wrapper"> <span class="elementor-counter-number-prefix"></span> <span class="elementor-counter-number" data-duration="2000" data-to-value="2500" data-from-value="0" data-delimiter=",">0</span> <span class="elementor-counter-number-suffix">+</span></div></div></div></div></div></div><div class="elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-34609d9" data-id="34609d9" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-d5c0f8b elementor-widget elementor-widget-counter" data-id="d5c0f8b" data-element_type="widget" data-widget_type="counter.default"><div class="elementor-widget-container"><div class="elementor-counter"><div class="elementor-counter-title">Speakers</div><div class="elementor-counter-number-wrapper"> <span class="elementor-counter-number-prefix"></span> <span class="elementor-counter-number" data-duration="2000" data-to-value="70" data-from-value="0" data-delimiter=".">0</span> <span class="elementor-counter-number-suffix">+</span></div></div></div></div></div></div><div class="elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-d54b3c6" data-id="d54b3c6" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-50bc35a elementor-widget elementor-widget-counter" data-id="50bc35a" data-element_type="widget" data-widget_type="counter.default"><div class="elementor-widget-container"><div class="elementor-counter"><div class="elementor-counter-title">Nobel Laureates</div><div class="elementor-counter-number-wrapper"> <span class="elementor-counter-number-prefix"></span> <span class="elementor-counter-number" data-duration="2000" data-to-value="12" data-from-value="0" data-delimiter=".">0</span> <span class="elementor-counter-number-suffix"></span></div></div></div></div></div></div><div class="elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-f1f4fd2" data-id="f1f4fd2" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-ca59759 elementor-widget elementor-widget-counter" data-id="ca59759" data-element_type="widget" data-widget_type="counter.default"><div class="elementor-widget-container"><div class="elementor-counter"><div class="elementor-counter-title">Exhibitors</div><div class="elementor-counter-number-wrapper"> <span class="elementor-counter-number-prefix"></span> <span class="elementor-counter-number" data-duration="2000" data-to-value="20" data-from-value="0" data-delimiter=".">0</span> <span class="elementor-counter-number-suffix">+</span></div></div></div></div></div></div></div></section><div class="elementor-element elementor-element-80509d3 video-play-cta shadow-medium radius-medium elementor-hidden-desktop elementor-widget elementor-widget-video" data-id="80509d3" data-element_type="widget" data-settings="{&quot;video_type&quot;:&quot;hosted&quot;,&quot;controls&quot;:&quot;yes&quot;}" data-widget_type="video.default"><div class="elementor-widget-container"> <style>/*! elementor - v3.23.0 - 05-08-2024 */ .elementor-widget-video .elementor-widget-container{overflow:hidden;transform:translateZ(0)}.elementor-widget-video .elementor-wrapper{aspect-ratio:var(--video-aspect-ratio)}.elementor-widget-video .elementor-wrapper iframe,.elementor-widget-video .elementor-wrapper video{height:100%;width:100%;display:flex;border:none;background-color:#000}@supports not (aspect-ratio:1/1){.elementor-widget-video .elementor-wrapper{position:relative;overflow:hidden;height:0;padding-bottom:calc(100% / var(--video-aspect-ratio))}.elementor-widget-video .elementor-wrapper iframe,.elementor-widget-video .elementor-wrapper video{position:absolute;top:0;right:0;bottom:0;left:0}}.elementor-widget-video .elementor-open-inline .elementor-custom-embed-image-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:50%}.elementor-widget-video .elementor-custom-embed-image-overlay{cursor:pointer;text-align:center}.elementor-widget-video .elementor-custom-embed-image-overlay:hover .elementor-custom-embed-play i{opacity:1}.elementor-widget-video .elementor-custom-embed-image-overlay img{display:block;width:100%;aspect-ratio:var(--video-aspect-ratio);-o-object-fit:cover;object-fit:cover;-o-object-position:center center;object-position:center center}@supports not (aspect-ratio:1/1){.elementor-widget-video .elementor-custom-embed-image-overlay{position:relative;overflow:hidden;height:0;padding-bottom:calc(100% / var(--video-aspect-ratio))}.elementor-widget-video .elementor-custom-embed-image-overlay img{position:absolute;top:0;right:0;bottom:0;left:0}}.elementor-widget-video .e-hosted-video .elementor-video{-o-object-fit:cover;object-fit:cover}.e-con-inner>.elementor-widget-video,.e-con>.elementor-widget-video{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}</style><div class="e-hosted-video elementor-wrapper elementor-open-inline"><video class="elementor-video lazyload" data-src="https://res.cloudinary.com/the-weather/video/upload/q_auto:good,vc_h264/v1697790737/Curious%20Future%20Insight/rfgpng4e8thu6szxutzb.mp4" controls="" preload="none" controlsList="nodownload" poster="https://www.curiousfutureinsight.org/wp-content/uploads/JulianHukePhotography-_A1_8206-scaled-1.jpg"></video></div></div></div></div></div><div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-9de2689 elementor-hidden-tablet elementor-hidden-mobile" data-id="9de2689" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-72eb2c9 video-play-cta shadow-medium radius-medium elementor-widget elementor-widget-video" data-id="72eb2c9" data-element_type="widget" data-settings="{&quot;video_type&quot;:&quot;hosted&quot;,&quot;controls&quot;:&quot;yes&quot;}" data-widget_type="video.default"><div class="elementor-widget-container"><div class="e-hosted-video elementor-wrapper elementor-open-inline"><video class="elementor-video lazyload" data-src="https://res.cloudinary.com/the-weather/video/upload/q_auto:good,vc_h264/v1697790737/Curious%20Future%20Insight/rfgpng4e8thu6szxutzb.mp4" controls="" preload="none" controlsList="nodownload" poster="https://www.curiousfutureinsight.org/wp-content/uploads/JulianHukePhotography-_A1_8206-scaled-1.jpg"></video></div></div></div></div></div></div></section><section data-dce-background-overlay-color="#093C66" class="elementor-section elementor-top-section elementor-element elementor-element-51a13f4 elementor-section-height-min-height elementor-section-items-stretch elementor-section-boxed elementor-section-height-default" data-id="51a13f4" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[],&quot;shape_divider_top&quot;:&quot;curve-asymmetrical&quot;,&quot;shape_divider_top_negative&quot;:&quot;yes&quot;,&quot;shape_divider_bottom&quot;:&quot;curve-asymmetrical&quot;,&quot;shape_divider_bottom_negative&quot;:&quot;yes&quot;}"><div class="elementor-background-overlay"></div><div class="elementor-shape elementor-shape-top" data-negative="true"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 100" preserveAspectRatio="none"> <path class="elementor-shape-fill" d="M615.2,96.7C240.2,97.8,0,18.9,0,0v100h1000V0C1000,19.2,989.8,96,615.2,96.7z"/> </svg></div><div class="elementor-shape elementor-shape-bottom" data-negative="true"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 100" preserveAspectRatio="none"> <path class="elementor-shape-fill" d="M615.2,96.7C240.2,97.8,0,18.9,0,0v100h1000V0C1000,19.2,989.8,96,615.2,96.7z"/> </svg></div><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f893faa" data-id="f893faa" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="jet-satellite-widget elementor-element elementor-element-99045e6 elementor-widget__width-auto elementor-absolute elementor-widget elementor-widget-image" data-jet-tricks-settings="{&quot;satellite&quot;:&quot;true&quot;,&quot;satelliteType&quot;:&quot;image&quot;,&quot;satellitePosition&quot;:&quot;bottom-right&quot;}" data-id="99045e6" data-element_type="widget" data-settings="{&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_translateY_effect&quot;:&quot;yes&quot;,&quot;motion_fx_translateY_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;_position&quot;:&quot;absolute&quot;,&quot;motion_fx_translateY_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:100}},&quot;motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}" data-widget_type="image.default"><div class="elementor-widget-container"><div class="jet-tricks-satellite jet-tricks-satellite--bottom-right"><div class="jet-tricks-satellite__inner"><div class="jet-tricks-satellite__image"><img decoding="async" class="jet-tricks-satellite__image-instance lazyload" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://www.curiousfutureinsight.org/wp-content/uploads/2021/11/lens_flare.png" alt=""><noscript><img decoding="async" class="jet-tricks-satellite__image-instance lazyload" src="https://www.curiousfutureinsight.org/wp-content/uploads/2021/11/lens_flare.png" alt=""></noscript></div></div></div> <img decoding="async" width="800" height="805" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://www.curiousfutureinsight.org/wp-content/uploads/blue_orb.svg" class="attachment-large size-large wp-image-5385 lazyload" alt="" /><noscript><img decoding="async" width="800" height="805" src="https://www.curiousfutureinsight.org/wp-content/uploads/blue_orb.svg" class="attachment-large size-large wp-image-5385 lazyload" alt="" /></noscript></div></div><div class="elementor-element elementor-element-4f26365 elementor-widget__width-auto elementor-absolute elementor-widget elementor-widget-image" data-id="4f26365" data-element_type="widget" data-settings="{&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_translateY_effect&quot;:&quot;yes&quot;,&quot;motion_fx_translateY_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0.5,&quot;sizes&quot;:[]},&quot;_position&quot;:&quot;absolute&quot;,&quot;motion_fx_translateY_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:100}},&quot;motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}" data-widget_type="image.default"><div class="elementor-widget-container"> <img decoding="async" width="800" height="805" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://www.curiousfutureinsight.org/wp-content/uploads/blue_orb.svg" class="attachment-large size-large wp-image-5385 lazyload" alt="" /><noscript><img decoding="async" width="800" height="805" src="https://www.curiousfutureinsight.org/wp-content/uploads/blue_orb.svg" class="attachment-large size-large wp-image-5385 lazyload" alt="" /></noscript></div></div><div class="elementor-element elementor-element-7f7be75 elementor-position-left elementor-view-default elementor-mobile-position-top elementor-vertical-align-top elementor-widget elementor-widget-icon-box" data-id="7f7be75" data-element_type="widget" data-widget_type="icon-box.default"><div class="elementor-widget-container"><div class="elementor-icon-box-wrapper"><div class="elementor-icon-box-icon"> <span class="elementor-icon elementor-animation-"> <i aria-hidden="true" class="fas fa-quote-left"></i> </span></div><div class="elementor-icon-box-content"><div class="elementor-icon-box-title"> <span > This was the Woodstock of science. </span></div><p class="elementor-icon-box-description"> - Participant Curious2018</p></div></div></div></div></div></div></div></section><section data-dce-background-color="#E8F0F3" class="elementor-section elementor-top-section elementor-element elementor-element-c4ff0cb elementor-section-height-min-height elementor-section-full_width elementor-section-items-stretch elementor-section-height-default" data-id="c4ff0cb" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[],&quot;background_background&quot;:&quot;gradient&quot;}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-971911d" data-id="971911d" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-db7c3f1 elementor-widget elementor-widget-heading" data-id="db7c3f1" data-element_type="widget" data-settings="{&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}" data-widget_type="heading.default"><div class="elementor-widget-container"><h1 class="elementor-heading-title elementor-size-default">Examples of speakers 2018 - 2024</h1></div></div><div class="elementor-element elementor-element-56f7583 elementor-widget elementor-widget-heading" data-id="56f7583" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">The Curious – Future Insight™ Conference brings together Nobel laureates and other leading scientists and innovators from across the globe. Join them to explore the most promising breakthroughs <span style="font-size: 24.96px;">in science &amp; technology! </span></div></div></div><div class="elementor-element elementor-element-59eec45 dce-posts-layout-template elementor-hidden-desktop elementor-hidden-tablet dce-carousel-effect-slide hover-animation-yes elementor-widget elementor-widget-dce-dynamicposts-v2" data-id="59eec45" data-element_type="widget" data-settings="{&quot;style_items&quot;:&quot;template&quot;,&quot;carousel_slidesPerView&quot;:3,&quot;carousel_spaceBetween&quot;:20,&quot;carousel_keyboardControl&quot;:&quot;yes&quot;,&quot;carousel_mousewheelControl&quot;:&quot;yes&quot;,&quot;carousel_slidesColumn&quot;:1,&quot;carousel_slidesPerView_tablet&quot;:3,&quot;carousel_slidesPerView_mobile&quot;:1,&quot;carousel_speed_slider&quot;:300,&quot;carousel_effects&quot;:&quot;slide&quot;,&quot;carousel_direction_slider&quot;:&quot;horizontal&quot;,&quot;carousel_initialSlide&quot;:0,&quot;carousel_slidesPerGroup&quot;:1,&quot;carousel_useNavigation&quot;:&quot;yes&quot;,&quot;carousel_slidesOffsetBefore&quot;:0,&quot;carousel_slidesOffsetAfter&quot;:0,&quot;carousel_slidesPerColumnFill&quot;:&quot;row&quot;}" data-widget_type="dce-dynamicposts-v2.carousel"><div class="elementor-widget-container"><div class="dce-fix-background-loop dce-posts-container dce-posts dce-dynamic-posts-collection swiper dce-skin-carousel"><div class="dce-posts-wrapper swiper-wrapper dce-wrapper-carousel"><article class="post-13010 speaker_posts type-speaker_posts status-publish has-post-thumbnail hentry conference-curious2024 speaker-type-keynote topics-healthcare dce-post dce-post-item swiper-slide dce-item-carousel" data-dce-post-id="13010" data-dce-post-index="0"><div class="dce-post-block"> <style id="elementor-post-1561">.elementor-1561 .elementor-element.elementor-element-2f5286a6 > .elementor-container{min-height:280px;}.elementor-1561 .elementor-element.elementor-element-2f5286a6 .elementor-repeater-item-e4f8090.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-bc-flex-widget .elementor-1561 .elementor-element.elementor-element-409c2a6e.elementor-column .elementor-widget-wrap{align-items:flex-end;}.elementor-1561 .elementor-element.elementor-element-409c2a6e.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:flex-end;align-items:flex-end;}.elementor-1561 .elementor-element.elementor-element-409c2a6e > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:5px;}.elementor-1561 .elementor-element.elementor-element-409c2a6e:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-1561 .elementor-element.elementor-element-409c2a6e > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-position:center center;background-size:cover;}.elementor-1561 .elementor-element.elementor-element-409c2a6e > .elementor-element-populated > .elementor-background-overlay{background-color:transparent;background-image:linear-gradient(180deg, #00000000 0%, #000000C4 61%);opacity:0.5;}.elementor-1561 .elementor-element.elementor-element-409c2a6e:hover > .elementor-element-populated > .elementor-background-overlay{background-color:var( --e-global-color-cde2bbe );opacity:0.5;}.elementor-1561 .elementor-element.elementor-element-409c2a6e > .elementor-element-populated{border-style:solid;border-width:0px 0px 0px 0px;border-color:var( --e-global-color-primary );transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:20px 24px 20px 24px;}.elementor-1561 .elementor-element.elementor-element-409c2a6e > .elementor-element-populated, .elementor-1561 .elementor-element.elementor-element-409c2a6e > .elementor-element-populated > .elementor-background-overlay, .elementor-1561 .elementor-element.elementor-element-409c2a6e > .elementor-background-slideshow{border-radius:15px 15px 15px 15px;}.elementor-1561 .elementor-element.elementor-element-409c2a6e > .elementor-element-populated > .elementor-background-overlay{transition:background 0.5s, border-radius 0.3s, opacity 0.5s;}.elementor-1561 .elementor-element.elementor-element-7419a75a .elementor-heading-title{color:var( --e-global-color-primary );font-family:var( --e-global-typography-b75679d-font-family ), Sans-serif;font-size:var( --e-global-typography-b75679d-font-size );font-weight:var( --e-global-typography-b75679d-font-weight );line-height:var( --e-global-typography-b75679d-line-height );letter-spacing:var( --e-global-typography-b75679d-letter-spacing );word-spacing:var( --e-global-typography-b75679d-word-spacing );}.elementor-1561 .elementor-element.elementor-element-1c8ebf6a .elementor-heading-title{color:var( --e-global-color-primary );font-family:"Raleway", Sans-serif;font-weight:400;line-height:1.3em;}.elementor-1561 .elementor-element.elementor-element-2f5286a6{padding:10px 10px 10px 10px;}@media(max-width:1024px){.elementor-1561 .elementor-element.elementor-element-7419a75a .elementor-heading-title{font-size:var( --e-global-typography-b75679d-font-size );line-height:var( --e-global-typography-b75679d-line-height );letter-spacing:var( --e-global-typography-b75679d-letter-spacing );word-spacing:var( --e-global-typography-b75679d-word-spacing );}}@media(max-width:767px){.elementor-1561 .elementor-element.elementor-element-7419a75a .elementor-heading-title{font-size:var( --e-global-typography-b75679d-font-size );line-height:var( --e-global-typography-b75679d-line-height );letter-spacing:var( --e-global-typography-b75679d-letter-spacing );word-spacing:var( --e-global-typography-b75679d-word-spacing );}}</style><style id="elementor-post-dynamic-1561">.elementor-1561 .elementor-element.elementor-element-409c2a6e:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-1561 .elementor-element.elementor-element-409c2a6e > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://www.curiousfutureinsight.org/wp-content/uploads/Image_-Ugur_Sahin_470x470_©BioNTech-SE-e1711039350755.jpg");}</style><style>.elementor-1561 .elementor-element.elementor-element-2f5286a6 > .elementor-container{min-height:280px;}.elementor-1561 .elementor-element.elementor-element-2f5286a6 .elementor-repeater-item-e4f8090.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-bc-flex-widget .elementor-1561 .elementor-element.elementor-element-409c2a6e.elementor-column .elementor-widget-wrap{align-items:flex-end;}.elementor-1561 .elementor-element.elementor-element-409c2a6e.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:flex-end;align-items:flex-end;}.elementor-1561 .elementor-element.elementor-element-409c2a6e > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:5px;}.elementor-1561 .elementor-element.elementor-element-409c2a6e:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-1561 .elementor-element.elementor-element-409c2a6e > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-position:center center;background-size:cover;}.elementor-1561 .elementor-element.elementor-element-409c2a6e > .elementor-element-populated > .elementor-background-overlay{background-color:transparent;background-image:linear-gradient(180deg, #00000000 0%, #000000C4 61%);opacity:0.5;}.elementor-1561 .elementor-element.elementor-element-409c2a6e:hover > .elementor-element-populated > .elementor-background-overlay{background-color:var( --e-global-color-cde2bbe );opacity:0.5;}.elementor-1561 .elementor-element.elementor-element-409c2a6e > .elementor-element-populated{border-style:solid;border-width:0px 0px 0px 0px;border-color:var( --e-global-color-primary );transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:20px 24px 20px 24px;}.elementor-1561 .elementor-element.elementor-element-409c2a6e > .elementor-element-populated, .elementor-1561 .elementor-element.elementor-element-409c2a6e > .elementor-element-populated > .elementor-background-overlay, .elementor-1561 .elementor-element.elementor-element-409c2a6e > .elementor-background-slideshow{border-radius:15px 15px 15px 15px;}.elementor-1561 .elementor-element.elementor-element-409c2a6e > .elementor-element-populated > .elementor-background-overlay{transition:background 0.5s, border-radius 0.3s, opacity 0.5s;}.elementor-1561 .elementor-element.elementor-element-7419a75a .elementor-heading-title{color:var( --e-global-color-primary );font-family:var( --e-global-typography-b75679d-font-family ), Sans-serif;font-size:var( --e-global-typography-b75679d-font-size );font-weight:var( --e-global-typography-b75679d-font-weight );line-height:var( --e-global-typography-b75679d-line-height );letter-spacing:var( --e-global-typography-b75679d-letter-spacing );word-spacing:var( --e-global-typography-b75679d-word-spacing );}.elementor-1561 .elementor-element.elementor-element-1c8ebf6a .elementor-heading-title{color:var( --e-global-color-primary );font-family:"Raleway", Sans-serif;font-weight:400;line-height:1.3em;}.elementor-1561 .elementor-element.elementor-element-2f5286a6{padding:10px 10px 10px 10px;}@media(max-width:1024px){.elementor-1561 .elementor-element.elementor-element-7419a75a .elementor-heading-title{font-size:var( --e-global-typography-b75679d-font-size );line-height:var( --e-global-typography-b75679d-line-height );letter-spacing:var( --e-global-typography-b75679d-letter-spacing );word-spacing:var( --e-global-typography-b75679d-word-spacing );}}@media(max-width:767px){.elementor-1561 .elementor-element.elementor-element-7419a75a .elementor-heading-title{font-size:var( --e-global-typography-b75679d-font-size );line-height:var( --e-global-typography-b75679d-line-height );letter-spacing:var( --e-global-typography-b75679d-letter-spacing );word-spacing:var( --e-global-typography-b75679d-word-spacing );}}</style><div data-elementor-type="loop" data-elementor-id="1561" class="elementor elementor-1561 dce-elementor-rendering-id-1 post-13010 speaker_posts type-speaker_posts status-publish has-post-thumbnail hentry conference-curious2024 speaker-type-keynote topics-healthcare" data-elementor-post-type="elementor_library"><section class="elementor-section elementor-top-section elementor-element elementor-element-2f5286a6 elementor-section-height-min-height elementor-section-items-stretch section-loop-topic elementor-section-boxed elementor-section-height-default" data-id="2f5286a6" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;e4f8090&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}"><div class="elementor-container elementor-column-gap-default"><div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-409c2a6e shadow-medium radius-medium" style="cursor: pointer;" data-column-clickable="https://www.curiousfutureinsight.org/_speakers/ugur-sahin/" data-column-clickable-blank="_self" data-dce-background-overlay-color="#00000000" data-dce-background-image-url="https://www.curiousfutureinsight.org/wp-content/uploads/Image_-Ugur_Sahin_470x470_©BioNTech-SE-e1711039350755.jpg" data-id="409c2a6e" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><div class="elementor-element elementor-element-7419a75a elementor-widget elementor-widget-heading" data-id="7419a75a" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h4 class="elementor-heading-title elementor-size-default">Uğur Şahin</h4></div></div><div class="elementor-element elementor-element-1c8ebf6a elementor-widget elementor-widget-heading" data-id="1c8ebf6a" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">Professor of Translational Oncology and Immunology, Johannes Gutenberg University of Mainz and Helmholtz Institute for Translational Oncology (HI-TRON), co-founder and CEO of BioNTech SE</div></div></div></div></div></div></section></div></div></article><article class="post-13341 speaker_posts type-speaker_posts status-publish has-post-thumbnail hentry conference-curious2024 speaker-type-keynote topics-energy topics-roundtable-participant dce-post dce-post-item swiper-slide dce-item-carousel" data-dce-post-id="13341" data-dce-post-index="1"><div class="dce-post-block"> <style>.elementor-1561 .elementor-element.elementor-element-2f5286a6 > .elementor-container{min-height:280px;}.elementor-1561 .elementor-element.elementor-element-2f5286a6 .elementor-repeater-item-e4f8090.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-bc-flex-widget .elementor-1561 .elementor-element.elementor-element-409c2a6e.elementor-column .elementor-widget-wrap{align-items:flex-end;}.elementor-1561 .elementor-element.elementor-element-409c2a6e.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:flex-end;align-items:flex-end;}.elementor-1561 .elementor-element.elementor-element-409c2a6e > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:5px;}.elementor-1561 .elementor-element.elementor-element-409c2a6e:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-1561 .elementor-element.elementor-element-409c2a6e > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-position:center center;background-size:cover;}.elementor-1561 .elementor-element.elementor-element-409c2a6e > .elementor-element-populated > .elementor-background-overlay{background-color:transparent;background-image:linear-gradient(180deg, #00000000 0%, #000000C4 61%);opacity:0.5;}.elementor-1561 .elementor-element.elementor-element-409c2a6e:hover > .elementor-element-populated > .elementor-background-overlay{background-color:var( --e-global-color-cde2bbe );opacity:0.5;}.elementor-1561 .elementor-element.elementor-element-409c2a6e > .elementor-element-populated{border-style:solid;border-width:0px 0px 0px 0px;border-color:var( --e-global-color-primary );transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:20px 24px 20px 24px;}.elementor-1561 .elementor-element.elementor-element-409c2a6e > .elementor-element-populated, .elementor-1561 .elementor-element.elementor-element-409c2a6e > .elementor-element-populated > .elementor-background-overlay, .elementor-1561 .elementor-element.elementor-element-409c2a6e > .elementor-background-slideshow{border-radius:15px 15px 15px 15px;}.elementor-1561 .elementor-element.elementor-element-409c2a6e > .elementor-element-populated > .elementor-background-overlay{transition:background 0.5s, border-radius 0.3s, opacity 0.5s;}.elementor-1561 .elementor-element.elementor-element-7419a75a .elementor-heading-title{color:var( --e-global-color-primary );font-family:var( --e-global-typography-b75679d-font-family ), Sans-serif;font-size:var( --e-global-typography-b75679d-font-size );font-weight:var( --e-global-typography-b75679d-font-weight );line-height:var( --e-global-typography-b75679d-line-height );letter-spacing:var( --e-global-typography-b75679d-letter-spacing );word-spacing:var( --e-global-typography-b75679d-word-spacing );}.elementor-1561 .elementor-element.elementor-element-1c8ebf6a .elementor-heading-title{color:var( --e-global-color-primary );font-family:"Raleway", Sans-serif;font-weight:400;line-height:1.3em;}.elementor-1561 .elementor-element.elementor-element-2f5286a6{padding:10px 10px 10px 10px;}@media(max-width:1024px){.elementor-1561 .elementor-element.elementor-element-7419a75a .elementor-heading-title{font-size:var( --e-global-typography-b75679d-font-size );line-height:var( --e-global-typography-b75679d-line-height );letter-spacing:var( --e-global-typography-b75679d-letter-spacing );word-spacing:var( --e-global-typography-b75679d-word-spacing );}}@media(max-width:767px){.elementor-1561 .elementor-element.elementor-element-7419a75a .elementor-heading-title{font-size:var( --e-global-typography-b75679d-font-size );line-height:var( --e-global-typography-b75679d-line-height );letter-spacing:var( --e-global-typography-b75679d-letter-spacing );word-spacing:var( --e-global-typography-b75679d-word-spacing );}}</style><div data-elementor-type="loop" data-elementor-id="1561" class="elementor elementor-1561 dce-elementor-rendering-id-2 post-13341 speaker_posts type-speaker_posts status-publish has-post-thumbnail hentry conference-curious2024 speaker-type-keynote topics-energy topics-roundtable-participant" data-elementor-post-type="elementor_library"><section class="elementor-section elementor-top-section elementor-element elementor-element-2f5286a6 elementor-section-height-min-height elementor-section-items-stretch section-loop-topic elementor-section-boxed elementor-section-height-default" data-id="2f5286a6" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;e4f8090&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}"><div class="elementor-container elementor-column-gap-default"><div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-409c2a6e shadow-medium radius-medium" style="cursor: pointer;" data-column-clickable="https://www.curiousfutureinsight.org/_speakers/steven-chu/" data-column-clickable-blank="_self" data-dce-background-overlay-color="#00000000" data-dce-background-image-url="https://www.curiousfutureinsight.org/wp-content/uploads/Steven-Chu.png" data-id="409c2a6e" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><div class="elementor-element elementor-element-7419a75a elementor-widget elementor-widget-heading" data-id="7419a75a" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h4 class="elementor-heading-title elementor-size-default">Steven Chu</h4></div></div><div class="elementor-element elementor-element-1c8ebf6a elementor-widget elementor-widget-heading" data-id="1c8ebf6a" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">Stanford University, Nobel Prize in Physics 1997, Former U.S. Secretary of Energy</div></div></div></div></div></div></section></div></div></article><article class="post-4728 speaker_posts type-speaker_posts status-publish has-post-thumbnail hentry topics_2018-healthy-lives conference-curious2018 speaker-type-keynote topics-life-science dce-post dce-post-item swiper-slide dce-item-carousel" data-dce-post-id="4728" data-dce-post-index="2"><div class="dce-post-block"> <style>.elementor-1561 .elementor-element.elementor-element-2f5286a6 > .elementor-container{min-height:280px;}.elementor-1561 .elementor-element.elementor-element-2f5286a6 .elementor-repeater-item-e4f8090.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-bc-flex-widget .elementor-1561 .elementor-element.elementor-element-409c2a6e.elementor-column .elementor-widget-wrap{align-items:flex-end;}.elementor-1561 .elementor-element.elementor-element-409c2a6e.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:flex-end;align-items:flex-end;}.elementor-1561 .elementor-element.elementor-element-409c2a6e > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:5px;}.elementor-1561 .elementor-element.elementor-element-409c2a6e:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-1561 .elementor-element.elementor-element-409c2a6e > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-position:center center;background-size:cover;}.elementor-1561 .elementor-element.elementor-element-409c2a6e > .elementor-element-populated > .elementor-background-overlay{background-color:transparent;background-image:linear-gradient(180deg, #00000000 0%, #000000C4 61%);opacity:0.5;}.elementor-1561 .elementor-element.elementor-element-409c2a6e:hover > .elementor-element-populated > .elementor-background-overlay{background-color:var( --e-global-color-cde2bbe );opacity:0.5;}.elementor-1561 .elementor-element.elementor-element-409c2a6e > .elementor-element-populated{border-style:solid;border-width:0px 0px 0px 0px;border-color:var( --e-global-color-primary );transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:20px 24px 20px 24px;}.elementor-1561 .elementor-element.elementor-element-409c2a6e > .elementor-element-populated, .elementor-1561 .elementor-element.elementor-element-409c2a6e > .elementor-element-populated > .elementor-background-overlay, .elementor-1561 .elementor-element.elementor-element-409c2a6e > .elementor-background-slideshow{border-radius:15px 15px 15px 15px;}.elementor-1561 .elementor-element.elementor-element-409c2a6e > .elementor-element-populated > .elementor-background-overlay{transition:background 0.5s, border-radius 0.3s, opacity 0.5s;}.elementor-1561 .elementor-element.elementor-element-7419a75a .elementor-heading-title{color:var( --e-global-color-primary );font-family:var( --e-global-typography-b75679d-font-family ), Sans-serif;font-size:var( --e-global-typography-b75679d-font-size );font-weight:var( --e-global-typography-b75679d-font-weight );line-height:var( --e-global-typography-b75679d-line-height );letter-spacing:var( --e-global-typography-b75679d-letter-spacing );word-spacing:var( --e-global-typography-b75679d-word-spacing );}.elementor-1561 .elementor-element.elementor-element-1c8ebf6a .elementor-heading-title{color:var( --e-global-color-primary );font-family:"Raleway", Sans-serif;font-weight:400;line-height:1.3em;}.elementor-1561 .elementor-element.elementor-element-2f5286a6{padding:10px 10px 10px 10px;}@media(max-width:1024px){.elementor-1561 .elementor-element.elementor-element-7419a75a .elementor-heading-title{font-size:var( --e-global-typography-b75679d-font-size );line-height:var( --e-global-typography-b75679d-line-height );letter-spacing:var( --e-global-typography-b75679d-letter-spacing );word-spacing:var( --e-global-typography-b75679d-word-spacing );}}@media(max-width:767px){.elementor-1561 .elementor-element.elementor-element-7419a75a .elementor-heading-title{font-size:var( --e-global-typography-b75679d-font-size );line-height:var( --e-global-typography-b75679d-line-height );letter-spacing:var( --e-global-typography-b75679d-letter-spacing );word-spacing:var( --e-global-typography-b75679d-word-spacing );}}</style><div data-elementor-type="loop" data-elementor-id="1561" class="elementor elementor-1561 dce-elementor-rendering-id-3 post-4728 speaker_posts type-speaker_posts status-publish has-post-thumbnail hentry topics_2018-healthy-lives conference-curious2018 speaker-type-keynote topics-life-science" data-elementor-post-type="elementor_library"><section class="elementor-section elementor-top-section elementor-element elementor-element-2f5286a6 elementor-section-height-min-height elementor-section-items-stretch section-loop-topic elementor-section-boxed elementor-section-height-default" data-id="2f5286a6" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;e4f8090&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}"><div class="elementor-container elementor-column-gap-default"><div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-409c2a6e shadow-medium radius-medium" style="cursor: pointer;" data-column-clickable="https://www.curiousfutureinsight.org/_speakers/craig-venter/" data-column-clickable-blank="_self" data-dce-background-overlay-color="#00000000" data-dce-background-image-url="https://www.curiousfutureinsight.org/wp-content/uploads/Craig_Venter.jpg" data-id="409c2a6e" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><div class="elementor-element elementor-element-7419a75a elementor-widget elementor-widget-heading" data-id="7419a75a" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h4 class="elementor-heading-title elementor-size-default">Craig Venter</h4></div></div><div class="elementor-element elementor-element-1c8ebf6a elementor-widget elementor-widget-heading" data-id="1c8ebf6a" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">Human Longevity, Inc.; J. Craig Venter Institute; Synthetic Genomics Inc.</div></div></div></div></div></div></section></div></div></article><article class="post-13025 speaker_posts type-speaker_posts status-publish has-post-thumbnail hentry conference-curious2024 speaker-type-keynote topics-robotics topics-roundtable-participant dce-post dce-post-item swiper-slide dce-item-carousel" data-dce-post-id="13025" data-dce-post-index="3"><div class="dce-post-block"> <style>.elementor-1561 .elementor-element.elementor-element-2f5286a6 > .elementor-container{min-height:280px;}.elementor-1561 .elementor-element.elementor-element-2f5286a6 .elementor-repeater-item-e4f8090.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-bc-flex-widget .elementor-1561 .elementor-element.elementor-element-409c2a6e.elementor-column .elementor-widget-wrap{align-items:flex-end;}.elementor-1561 .elementor-element.elementor-element-409c2a6e.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:flex-end;align-items:flex-end;}.elementor-1561 .elementor-element.elementor-element-409c2a6e > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:5px;}.elementor-1561 .elementor-element.elementor-element-409c2a6e:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-1561 .elementor-element.elementor-element-409c2a6e > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-position:center center;background-size:cover;}.elementor-1561 .elementor-element.elementor-element-409c2a6e > .elementor-element-populated > .elementor-background-overlay{background-color:transparent;background-image:linear-gradient(180deg, #00000000 0%, #000000C4 61%);opacity:0.5;}.elementor-1561 .elementor-element.elementor-element-409c2a6e:hover > .elementor-element-populated > .elementor-background-overlay{background-color:var( --e-global-color-cde2bbe );opacity:0.5;}.elementor-1561 .elementor-element.elementor-element-409c2a6e > .elementor-element-populated{border-style:solid;border-width:0px 0px 0px 0px;border-color:var( --e-global-color-primary );transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:20px 24px 20px 24px;}.elementor-1561 .elementor-element.elementor-element-409c2a6e > .elementor-element-populated, .elementor-1561 .elementor-element.elementor-element-409c2a6e > .elementor-element-populated > .elementor-background-overlay, .elementor-1561 .elementor-element.elementor-element-409c2a6e > .elementor-background-slideshow{border-radius:15px 15px 15px 15px;}.elementor-1561 .elementor-element.elementor-element-409c2a6e > .elementor-element-populated > .elementor-background-overlay{transition:background 0.5s, border-radius 0.3s, opacity 0.5s;}.elementor-1561 .elementor-element.elementor-element-7419a75a .elementor-heading-title{color:var( --e-global-color-primary );font-family:var( --e-global-typography-b75679d-font-family ), Sans-serif;font-size:var( --e-global-typography-b75679d-font-size );font-weight:var( --e-global-typography-b75679d-font-weight );line-height:var( --e-global-typography-b75679d-line-height );letter-spacing:var( --e-global-typography-b75679d-letter-spacing );word-spacing:var( --e-global-typography-b75679d-word-spacing );}.elementor-1561 .elementor-element.elementor-element-1c8ebf6a .elementor-heading-title{color:var( --e-global-color-primary );font-family:"Raleway", Sans-serif;font-weight:400;line-height:1.3em;}.elementor-1561 .elementor-element.elementor-element-2f5286a6{padding:10px 10px 10px 10px;}@media(max-width:1024px){.elementor-1561 .elementor-element.elementor-element-7419a75a .elementor-heading-title{font-size:var( --e-global-typography-b75679d-font-size );line-height:var( --e-global-typography-b75679d-line-height );letter-spacing:var( --e-global-typography-b75679d-letter-spacing );word-spacing:var( --e-global-typography-b75679d-word-spacing );}}@media(max-width:767px){.elementor-1561 .elementor-element.elementor-element-7419a75a .elementor-heading-title{font-size:var( --e-global-typography-b75679d-font-size );line-height:var( --e-global-typography-b75679d-line-height );letter-spacing:var( --e-global-typography-b75679d-letter-spacing );word-spacing:var( --e-global-typography-b75679d-word-spacing );}}</style><div data-elementor-type="loop" data-elementor-id="1561" class="elementor elementor-1561 dce-elementor-rendering-id-4 post-13025 speaker_posts type-speaker_posts status-publish has-post-thumbnail hentry conference-curious2024 speaker-type-keynote topics-robotics topics-roundtable-participant" data-elementor-post-type="elementor_library"><section class="elementor-section elementor-top-section elementor-element elementor-element-2f5286a6 elementor-section-height-min-height elementor-section-items-stretch section-loop-topic elementor-section-boxed elementor-section-height-default" data-id="2f5286a6" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;e4f8090&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}"><div class="elementor-container elementor-column-gap-default"><div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-409c2a6e shadow-medium radius-medium" style="cursor: pointer;" data-column-clickable="https://www.curiousfutureinsight.org/_speakers/marc-raibert/" data-column-clickable-blank="_self" data-dce-background-overlay-color="#00000000" data-dce-background-image-url="https://www.curiousfutureinsight.org/wp-content/uploads/Marc-Raibert-e1687779921366.jpg" data-id="409c2a6e" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><div class="elementor-element elementor-element-7419a75a elementor-widget elementor-widget-heading" data-id="7419a75a" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h4 class="elementor-heading-title elementor-size-default">Marc Raibert</h4></div></div><div class="elementor-element elementor-element-1c8ebf6a elementor-widget elementor-widget-heading" data-id="1c8ebf6a" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">Executive Director, The AI Institute &amp; Founder, Boston Dynamics</div></div></div></div></div></div></section></div></div></article><article class="post-4685 speaker_posts type-speaker_posts status-publish has-post-thumbnail hentry topics_2018-bright-future topics_2018-life-reimagined conference-curious2018 speaker-type-keynote speaker-type-session topics-life-science dce-post dce-post-item swiper-slide dce-item-carousel" data-dce-post-id="4685" data-dce-post-index="4"><div class="dce-post-block"> <style>.elementor-1561 .elementor-element.elementor-element-2f5286a6 > .elementor-container{min-height:280px;}.elementor-1561 .elementor-element.elementor-element-2f5286a6 .elementor-repeater-item-e4f8090.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-bc-flex-widget .elementor-1561 .elementor-element.elementor-element-409c2a6e.elementor-column .elementor-widget-wrap{align-items:flex-end;}.elementor-1561 .elementor-element.elementor-element-409c2a6e.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:flex-end;align-items:flex-end;}.elementor-1561 .elementor-element.elementor-element-409c2a6e > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:5px;}.elementor-1561 .elementor-element.elementor-element-409c2a6e:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-1561 .elementor-element.elementor-element-409c2a6e > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-position:center center;background-size:cover;}.elementor-1561 .elementor-element.elementor-element-409c2a6e > .elementor-element-populated > .elementor-background-overlay{background-color:transparent;background-image:linear-gradient(180deg, #00000000 0%, #000000C4 61%);opacity:0.5;}.elementor-1561 .elementor-element.elementor-element-409c2a6e:hover > .elementor-element-populated > .elementor-background-overlay{background-color:var( --e-global-color-cde2bbe );opacity:0.5;}.elementor-1561 .elementor-element.elementor-element-409c2a6e > .elementor-element-populated{border-style:solid;border-width:0px 0px 0px 0px;border-color:var( --e-global-color-primary );transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:20px 24px 20px 24px;}.elementor-1561 .elementor-element.elementor-element-409c2a6e > .elementor-element-populated, .elementor-1561 .elementor-element.elementor-element-409c2a6e > .elementor-element-populated > .elementor-background-overlay, .elementor-1561 .elementor-element.elementor-element-409c2a6e > .elementor-background-slideshow{border-radius:15px 15px 15px 15px;}.elementor-1561 .elementor-element.elementor-element-409c2a6e > .elementor-element-populated > .elementor-background-overlay{transition:background 0.5s, border-radius 0.3s, opacity 0.5s;}.elementor-1561 .elementor-element.elementor-element-7419a75a .elementor-heading-title{color:var( --e-global-color-primary );font-family:var( --e-global-typography-b75679d-font-family ), Sans-serif;font-size:var( --e-global-typography-b75679d-font-size );font-weight:var( --e-global-typography-b75679d-font-weight );line-height:var( --e-global-typography-b75679d-line-height );letter-spacing:var( --e-global-typography-b75679d-letter-spacing );word-spacing:var( --e-global-typography-b75679d-word-spacing );}.elementor-1561 .elementor-element.elementor-element-1c8ebf6a .elementor-heading-title{color:var( --e-global-color-primary );font-family:"Raleway", Sans-serif;font-weight:400;line-height:1.3em;}.elementor-1561 .elementor-element.elementor-element-2f5286a6{padding:10px 10px 10px 10px;}@media(max-width:1024px){.elementor-1561 .elementor-element.elementor-element-7419a75a .elementor-heading-title{font-size:var( --e-global-typography-b75679d-font-size );line-height:var( --e-global-typography-b75679d-line-height );letter-spacing:var( --e-global-typography-b75679d-letter-spacing );word-spacing:var( --e-global-typography-b75679d-word-spacing );}}@media(max-width:767px){.elementor-1561 .elementor-element.elementor-element-7419a75a .elementor-heading-title{font-size:var( --e-global-typography-b75679d-font-size );line-height:var( --e-global-typography-b75679d-line-height );letter-spacing:var( --e-global-typography-b75679d-letter-spacing );word-spacing:var( --e-global-typography-b75679d-word-spacing );}}</style><div data-elementor-type="loop" data-elementor-id="1561" class="elementor elementor-1561 dce-elementor-rendering-id-5 post-4685 speaker_posts type-speaker_posts status-publish has-post-thumbnail hentry topics_2018-bright-future topics_2018-life-reimagined conference-curious2018 speaker-type-keynote speaker-type-session topics-life-science" data-elementor-post-type="elementor_library"><section class="elementor-section elementor-top-section elementor-element elementor-element-2f5286a6 elementor-section-height-min-height elementor-section-items-stretch section-loop-topic elementor-section-boxed elementor-section-height-default" data-id="2f5286a6" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;e4f8090&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}"><div class="elementor-container elementor-column-gap-default"><div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-409c2a6e shadow-medium radius-medium" style="cursor: pointer;" data-column-clickable="https://www.curiousfutureinsight.org/_speakers/emmanuelle-charpentier/" data-column-clickable-blank="_self" data-dce-background-overlay-color="#00000000" data-dce-background-image-url="https://www.curiousfutureinsight.org/wp-content/uploads/Emmanuelle-Charpentier.jpg" data-id="409c2a6e" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><div class="elementor-element elementor-element-7419a75a elementor-widget elementor-widget-heading" data-id="7419a75a" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h4 class="elementor-heading-title elementor-size-default">Emmanuelle Charpentier</h4></div></div><div class="elementor-element elementor-element-1c8ebf6a elementor-widget elementor-widget-heading" data-id="1c8ebf6a" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">Max Planck Institute for Infection Biology in Berlin; Humboldt University, Nobel Prize in Chemistry 2020</div></div></div></div></div></div></section></div></div></article><article class="post-3400 speaker_posts type-speaker_posts status-publish has-post-thumbnail hentry conference-2021-future-insight-days speaker-type-speaker topics-bright-future dce-post dce-post-item swiper-slide dce-item-carousel" data-dce-post-id="3400" data-dce-post-index="5"><div class="dce-post-block"> <style>.elementor-1561 .elementor-element.elementor-element-2f5286a6 > .elementor-container{min-height:280px;}.elementor-1561 .elementor-element.elementor-element-2f5286a6 .elementor-repeater-item-e4f8090.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-bc-flex-widget .elementor-1561 .elementor-element.elementor-element-409c2a6e.elementor-column .elementor-widget-wrap{align-items:flex-end;}.elementor-1561 .elementor-element.elementor-element-409c2a6e.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:flex-end;align-items:flex-end;}.elementor-1561 .elementor-element.elementor-element-409c2a6e > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:5px;}.elementor-1561 .elementor-element.elementor-element-409c2a6e:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-1561 .elementor-element.elementor-element-409c2a6e > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-position:center center;background-size:cover;}.elementor-1561 .elementor-element.elementor-element-409c2a6e > .elementor-element-populated > .elementor-background-overlay{background-color:transparent;background-image:linear-gradient(180deg, #00000000 0%, #000000C4 61%);opacity:0.5;}.elementor-1561 .elementor-element.elementor-element-409c2a6e:hover > .elementor-element-populated > .elementor-background-overlay{background-color:var( --e-global-color-cde2bbe );opacity:0.5;}.elementor-1561 .elementor-element.elementor-element-409c2a6e > .elementor-element-populated{border-style:solid;border-width:0px 0px 0px 0px;border-color:var( --e-global-color-primary );transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:20px 24px 20px 24px;}.elementor-1561 .elementor-element.elementor-element-409c2a6e > .elementor-element-populated, .elementor-1561 .elementor-element.elementor-element-409c2a6e > .elementor-element-populated > .elementor-background-overlay, .elementor-1561 .elementor-element.elementor-element-409c2a6e > .elementor-background-slideshow{border-radius:15px 15px 15px 15px;}.elementor-1561 .elementor-element.elementor-element-409c2a6e > .elementor-element-populated > .elementor-background-overlay{transition:background 0.5s, border-radius 0.3s, opacity 0.5s;}.elementor-1561 .elementor-element.elementor-element-7419a75a .elementor-heading-title{color:var( --e-global-color-primary );font-family:var( --e-global-typography-b75679d-font-family ), Sans-serif;font-size:var( --e-global-typography-b75679d-font-size );font-weight:var( --e-global-typography-b75679d-font-weight );line-height:var( --e-global-typography-b75679d-line-height );letter-spacing:var( --e-global-typography-b75679d-letter-spacing );word-spacing:var( --e-global-typography-b75679d-word-spacing );}.elementor-1561 .elementor-element.elementor-element-1c8ebf6a .elementor-heading-title{color:var( --e-global-color-primary );font-family:"Raleway", Sans-serif;font-weight:400;line-height:1.3em;}.elementor-1561 .elementor-element.elementor-element-2f5286a6{padding:10px 10px 10px 10px;}@media(max-width:1024px){.elementor-1561 .elementor-element.elementor-element-7419a75a .elementor-heading-title{font-size:var( --e-global-typography-b75679d-font-size );line-height:var( --e-global-typography-b75679d-line-height );letter-spacing:var( --e-global-typography-b75679d-letter-spacing );word-spacing:var( --e-global-typography-b75679d-word-spacing );}}@media(max-width:767px){.elementor-1561 .elementor-element.elementor-element-7419a75a .elementor-heading-title{font-size:var( --e-global-typography-b75679d-font-size );line-height:var( --e-global-typography-b75679d-line-height );letter-spacing:var( --e-global-typography-b75679d-letter-spacing );word-spacing:var( --e-global-typography-b75679d-word-spacing );}}</style><div data-elementor-type="loop" data-elementor-id="1561" class="elementor elementor-1561 dce-elementor-rendering-id-6 post-3400 speaker_posts type-speaker_posts status-publish has-post-thumbnail hentry conference-2021-future-insight-days speaker-type-speaker topics-bright-future" data-elementor-post-type="elementor_library"><section class="elementor-section elementor-top-section elementor-element elementor-element-2f5286a6 elementor-section-height-min-height elementor-section-items-stretch section-loop-topic elementor-section-boxed elementor-section-height-default" data-id="2f5286a6" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;e4f8090&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}"><div class="elementor-container elementor-column-gap-default"><div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-409c2a6e shadow-medium radius-medium" style="cursor: pointer;" data-column-clickable="https://www.curiousfutureinsight.org/_speakers/klaus-schwab/" data-column-clickable-blank="_self" data-dce-background-overlay-color="#00000000" data-dce-background-image-url="https://www.curiousfutureinsight.org/wp-content/uploads/Klaus-Schwab.jpg" data-id="409c2a6e" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><div class="elementor-element elementor-element-7419a75a elementor-widget elementor-widget-heading" data-id="7419a75a" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h4 class="elementor-heading-title elementor-size-default">Klaus Schwab</h4></div></div><div class="elementor-element elementor-element-1c8ebf6a elementor-widget elementor-widget-heading" data-id="1c8ebf6a" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">World Economic Forum</div></div></div></div></div></div></section></div></div></article><article class="post-3393 speaker_posts type-speaker_posts status-publish has-post-thumbnail hentry conference-2021-future-insight-days speaker-type-speaker topics-bright-future dce-post dce-post-item swiper-slide dce-item-carousel" data-dce-post-id="3393" data-dce-post-index="6"><div class="dce-post-block"> <style>.elementor-1561 .elementor-element.elementor-element-2f5286a6 > .elementor-container{min-height:280px;}.elementor-1561 .elementor-element.elementor-element-2f5286a6 .elementor-repeater-item-e4f8090.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-bc-flex-widget .elementor-1561 .elementor-element.elementor-element-409c2a6e.elementor-column .elementor-widget-wrap{align-items:flex-end;}.elementor-1561 .elementor-element.elementor-element-409c2a6e.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:flex-end;align-items:flex-end;}.elementor-1561 .elementor-element.elementor-element-409c2a6e > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:5px;}.elementor-1561 .elementor-element.elementor-element-409c2a6e:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-1561 .elementor-element.elementor-element-409c2a6e > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-position:center center;background-size:cover;}.elementor-1561 .elementor-element.elementor-element-409c2a6e > .elementor-element-populated > .elementor-background-overlay{background-color:transparent;background-image:linear-gradient(180deg, #00000000 0%, #000000C4 61%);opacity:0.5;}.elementor-1561 .elementor-element.elementor-element-409c2a6e:hover > .elementor-element-populated > .elementor-background-overlay{background-color:var( --e-global-color-cde2bbe );opacity:0.5;}.elementor-1561 .elementor-element.elementor-element-409c2a6e > .elementor-element-populated{border-style:solid;border-width:0px 0px 0px 0px;border-color:var( --e-global-color-primary );transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:20px 24px 20px 24px;}.elementor-1561 .elementor-element.elementor-element-409c2a6e > .elementor-element-populated, .elementor-1561 .elementor-element.elementor-element-409c2a6e > .elementor-element-populated > .elementor-background-overlay, .elementor-1561 .elementor-element.elementor-element-409c2a6e > .elementor-background-slideshow{border-radius:15px 15px 15px 15px;}.elementor-1561 .elementor-element.elementor-element-409c2a6e > .elementor-element-populated > .elementor-background-overlay{transition:background 0.5s, border-radius 0.3s, opacity 0.5s;}.elementor-1561 .elementor-element.elementor-element-7419a75a .elementor-heading-title{color:var( --e-global-color-primary );font-family:var( --e-global-typography-b75679d-font-family ), Sans-serif;font-size:var( --e-global-typography-b75679d-font-size );font-weight:var( --e-global-typography-b75679d-font-weight );line-height:var( --e-global-typography-b75679d-line-height );letter-spacing:var( --e-global-typography-b75679d-letter-spacing );word-spacing:var( --e-global-typography-b75679d-word-spacing );}.elementor-1561 .elementor-element.elementor-element-1c8ebf6a .elementor-heading-title{color:var( --e-global-color-primary );font-family:"Raleway", Sans-serif;font-weight:400;line-height:1.3em;}.elementor-1561 .elementor-element.elementor-element-2f5286a6{padding:10px 10px 10px 10px;}@media(max-width:1024px){.elementor-1561 .elementor-element.elementor-element-7419a75a .elementor-heading-title{font-size:var( --e-global-typography-b75679d-font-size );line-height:var( --e-global-typography-b75679d-line-height );letter-spacing:var( --e-global-typography-b75679d-letter-spacing );word-spacing:var( --e-global-typography-b75679d-word-spacing );}}@media(max-width:767px){.elementor-1561 .elementor-element.elementor-element-7419a75a .elementor-heading-title{font-size:var( --e-global-typography-b75679d-font-size );line-height:var( --e-global-typography-b75679d-line-height );letter-spacing:var( --e-global-typography-b75679d-letter-spacing );word-spacing:var( --e-global-typography-b75679d-word-spacing );}}</style><div data-elementor-type="loop" data-elementor-id="1561" class="elementor elementor-1561 dce-elementor-rendering-id-7 post-3393 speaker_posts type-speaker_posts status-publish has-post-thumbnail hentry conference-2021-future-insight-days speaker-type-speaker topics-bright-future" data-elementor-post-type="elementor_library"><section class="elementor-section elementor-top-section elementor-element elementor-element-2f5286a6 elementor-section-height-min-height elementor-section-items-stretch section-loop-topic elementor-section-boxed elementor-section-height-default" data-id="2f5286a6" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;e4f8090&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}"><div class="elementor-container elementor-column-gap-default"><div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-409c2a6e shadow-medium radius-medium" style="cursor: pointer;" data-column-clickable="https://www.curiousfutureinsight.org/_speakers/mariya-gabriel/" data-column-clickable-blank="_self" data-dce-background-overlay-color="#00000000" data-dce-background-image-url="https://www.curiousfutureinsight.org/wp-content/uploads/Mariya-Gabriel.jpg" data-id="409c2a6e" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><div class="elementor-element elementor-element-7419a75a elementor-widget elementor-widget-heading" data-id="7419a75a" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h4 class="elementor-heading-title elementor-size-default">Mariya Gabriel</h4></div></div><div class="elementor-element elementor-element-1c8ebf6a elementor-widget elementor-widget-heading" data-id="1c8ebf6a" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">European Commissioner for Innovation, Research, Culture, Education, and Youth</div></div></div></div></div></div></section></div></div></article><article class="post-3006 speaker_posts type-speaker_posts status-publish has-post-thumbnail hentry conference-curious2022 speaker-type-speaker topics-bright-future dce-post dce-post-item swiper-slide dce-item-carousel" data-dce-post-id="3006" data-dce-post-index="7"><div class="dce-post-block"> <style>.elementor-1561 .elementor-element.elementor-element-2f5286a6 > .elementor-container{min-height:280px;}.elementor-1561 .elementor-element.elementor-element-2f5286a6 .elementor-repeater-item-e4f8090.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-bc-flex-widget .elementor-1561 .elementor-element.elementor-element-409c2a6e.elementor-column .elementor-widget-wrap{align-items:flex-end;}.elementor-1561 .elementor-element.elementor-element-409c2a6e.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:flex-end;align-items:flex-end;}.elementor-1561 .elementor-element.elementor-element-409c2a6e > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:5px;}.elementor-1561 .elementor-element.elementor-element-409c2a6e:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-1561 .elementor-element.elementor-element-409c2a6e > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-position:center center;background-size:cover;}.elementor-1561 .elementor-element.elementor-element-409c2a6e > .elementor-element-populated > .elementor-background-overlay{background-color:transparent;background-image:linear-gradient(180deg, #00000000 0%, #000000C4 61%);opacity:0.5;}.elementor-1561 .elementor-element.elementor-element-409c2a6e:hover > .elementor-element-populated > .elementor-background-overlay{background-color:var( --e-global-color-cde2bbe );opacity:0.5;}.elementor-1561 .elementor-element.elementor-element-409c2a6e > .elementor-element-populated{border-style:solid;border-width:0px 0px 0px 0px;border-color:var( --e-global-color-primary );transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:20px 24px 20px 24px;}.elementor-1561 .elementor-element.elementor-element-409c2a6e > .elementor-element-populated, .elementor-1561 .elementor-element.elementor-element-409c2a6e > .elementor-element-populated > .elementor-background-overlay, .elementor-1561 .elementor-element.elementor-element-409c2a6e > .elementor-background-slideshow{border-radius:15px 15px 15px 15px;}.elementor-1561 .elementor-element.elementor-element-409c2a6e > .elementor-element-populated > .elementor-background-overlay{transition:background 0.5s, border-radius 0.3s, opacity 0.5s;}.elementor-1561 .elementor-element.elementor-element-7419a75a .elementor-heading-title{color:var( --e-global-color-primary );font-family:var( --e-global-typography-b75679d-font-family ), Sans-serif;font-size:var( --e-global-typography-b75679d-font-size );font-weight:var( --e-global-typography-b75679d-font-weight );line-height:var( --e-global-typography-b75679d-line-height );letter-spacing:var( --e-global-typography-b75679d-letter-spacing );word-spacing:var( --e-global-typography-b75679d-word-spacing );}.elementor-1561 .elementor-element.elementor-element-1c8ebf6a .elementor-heading-title{color:var( --e-global-color-primary );font-family:"Raleway", Sans-serif;font-weight:400;line-height:1.3em;}.elementor-1561 .elementor-element.elementor-element-2f5286a6{padding:10px 10px 10px 10px;}@media(max-width:1024px){.elementor-1561 .elementor-element.elementor-element-7419a75a .elementor-heading-title{font-size:var( --e-global-typography-b75679d-font-size );line-height:var( --e-global-typography-b75679d-line-height );letter-spacing:var( --e-global-typography-b75679d-letter-spacing );word-spacing:var( --e-global-typography-b75679d-word-spacing );}}@media(max-width:767px){.elementor-1561 .elementor-element.elementor-element-7419a75a .elementor-heading-title{font-size:var( --e-global-typography-b75679d-font-size );line-height:var( --e-global-typography-b75679d-line-height );letter-spacing:var( --e-global-typography-b75679d-letter-spacing );word-spacing:var( --e-global-typography-b75679d-word-spacing );}}</style><div data-elementor-type="loop" data-elementor-id="1561" class="elementor elementor-1561 dce-elementor-rendering-id-8 post-3006 speaker_posts type-speaker_posts status-publish has-post-thumbnail hentry conference-curious2022 speaker-type-speaker topics-bright-future" data-elementor-post-type="elementor_library"><section class="elementor-section elementor-top-section elementor-element elementor-element-2f5286a6 elementor-section-height-min-height elementor-section-items-stretch section-loop-topic elementor-section-boxed elementor-section-height-default" data-id="2f5286a6" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;e4f8090&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}"><div class="elementor-container elementor-column-gap-default"><div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-409c2a6e shadow-medium radius-medium" style="cursor: pointer;" data-column-clickable="https://www.curiousfutureinsight.org/_speakers/george-church/" data-column-clickable-blank="_self" data-dce-background-overlay-color="#00000000" data-dce-background-image-url="https://www.curiousfutureinsight.org/wp-content/uploads/George-Church.jpg" data-id="409c2a6e" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><div class="elementor-element elementor-element-7419a75a elementor-widget elementor-widget-heading" data-id="7419a75a" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h4 class="elementor-heading-title elementor-size-default">George Church</h4></div></div><div class="elementor-element elementor-element-1c8ebf6a elementor-widget elementor-widget-heading" data-id="1c8ebf6a" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">Harvard Medical School</div></div></div></div></div></div></section></div></div></article><article class="post-13013 speaker_posts type-speaker_posts status-publish has-post-thumbnail hentry conference-curious2024 speaker-type-speaker topics-digitalization topics-life-science dce-post dce-post-item swiper-slide dce-item-carousel" data-dce-post-id="13013" data-dce-post-index="8"><div class="dce-post-block"> <style>.elementor-1561 .elementor-element.elementor-element-2f5286a6 > .elementor-container{min-height:280px;}.elementor-1561 .elementor-element.elementor-element-2f5286a6 .elementor-repeater-item-e4f8090.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-bc-flex-widget .elementor-1561 .elementor-element.elementor-element-409c2a6e.elementor-column .elementor-widget-wrap{align-items:flex-end;}.elementor-1561 .elementor-element.elementor-element-409c2a6e.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:flex-end;align-items:flex-end;}.elementor-1561 .elementor-element.elementor-element-409c2a6e > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:5px;}.elementor-1561 .elementor-element.elementor-element-409c2a6e:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-1561 .elementor-element.elementor-element-409c2a6e > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-position:center center;background-size:cover;}.elementor-1561 .elementor-element.elementor-element-409c2a6e > .elementor-element-populated > .elementor-background-overlay{background-color:transparent;background-image:linear-gradient(180deg, #00000000 0%, #000000C4 61%);opacity:0.5;}.elementor-1561 .elementor-element.elementor-element-409c2a6e:hover > .elementor-element-populated > .elementor-background-overlay{background-color:var( --e-global-color-cde2bbe );opacity:0.5;}.elementor-1561 .elementor-element.elementor-element-409c2a6e > .elementor-element-populated{border-style:solid;border-width:0px 0px 0px 0px;border-color:var( --e-global-color-primary );transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:20px 24px 20px 24px;}.elementor-1561 .elementor-element.elementor-element-409c2a6e > .elementor-element-populated, .elementor-1561 .elementor-element.elementor-element-409c2a6e > .elementor-element-populated > .elementor-background-overlay, .elementor-1561 .elementor-element.elementor-element-409c2a6e > .elementor-background-slideshow{border-radius:15px 15px 15px 15px;}.elementor-1561 .elementor-element.elementor-element-409c2a6e > .elementor-element-populated > .elementor-background-overlay{transition:background 0.5s, border-radius 0.3s, opacity 0.5s;}.elementor-1561 .elementor-element.elementor-element-7419a75a .elementor-heading-title{color:var( --e-global-color-primary );font-family:var( --e-global-typography-b75679d-font-family ), Sans-serif;font-size:var( --e-global-typography-b75679d-font-size );font-weight:var( --e-global-typography-b75679d-font-weight );line-height:var( --e-global-typography-b75679d-line-height );letter-spacing:var( --e-global-typography-b75679d-letter-spacing );word-spacing:var( --e-global-typography-b75679d-word-spacing );}.elementor-1561 .elementor-element.elementor-element-1c8ebf6a .elementor-heading-title{color:var( --e-global-color-primary );font-family:"Raleway", Sans-serif;font-weight:400;line-height:1.3em;}.elementor-1561 .elementor-element.elementor-element-2f5286a6{padding:10px 10px 10px 10px;}@media(max-width:1024px){.elementor-1561 .elementor-element.elementor-element-7419a75a .elementor-heading-title{font-size:var( --e-global-typography-b75679d-font-size );line-height:var( --e-global-typography-b75679d-line-height );letter-spacing:var( --e-global-typography-b75679d-letter-spacing );word-spacing:var( --e-global-typography-b75679d-word-spacing );}}@media(max-width:767px){.elementor-1561 .elementor-element.elementor-element-7419a75a .elementor-heading-title{font-size:var( --e-global-typography-b75679d-font-size );line-height:var( --e-global-typography-b75679d-line-height );letter-spacing:var( --e-global-typography-b75679d-letter-spacing );word-spacing:var( --e-global-typography-b75679d-word-spacing );}}</style><div data-elementor-type="loop" data-elementor-id="1561" class="elementor elementor-1561 dce-elementor-rendering-id-9 post-13013 speaker_posts type-speaker_posts status-publish has-post-thumbnail hentry conference-curious2024 speaker-type-speaker topics-digitalization topics-life-science" data-elementor-post-type="elementor_library"><section class="elementor-section elementor-top-section elementor-element elementor-element-2f5286a6 elementor-section-height-min-height elementor-section-items-stretch section-loop-topic elementor-section-boxed elementor-section-height-default" data-id="2f5286a6" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;e4f8090&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}"><div class="elementor-container elementor-column-gap-default"><div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-409c2a6e shadow-medium radius-medium" style="cursor: pointer;" data-column-clickable="https://www.curiousfutureinsight.org/_speakers/david-baker/" data-column-clickable-blank="_self" data-dce-background-overlay-color="#00000000" data-dce-background-image-url="https://www.curiousfutureinsight.org/wp-content/uploads/DavidBaker.jpg" data-id="409c2a6e" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><div class="elementor-element elementor-element-7419a75a elementor-widget elementor-widget-heading" data-id="7419a75a" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h4 class="elementor-heading-title elementor-size-default">David Baker</h4></div></div><div class="elementor-element elementor-element-1c8ebf6a elementor-widget elementor-widget-heading" data-id="1c8ebf6a" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">University of Washington and Howard Hughes Medical Institute, Nobel Laureate Chemistry 2024</div></div></div></div></div></div></section></div></div></article></div></div><div class="dce-carousel-controls"><div class="dce-container-navigation swiper-container-horizontal"><div class="swiper-button-left left-59eec45"> <svg x="-10px" y="-10px" width="85.039px" height="85.039px" viewBox="378.426 255.12 85.039 85.039" xml:space="preserve"> <line fill="none" stroke="#000000" stroke-width="1.3845" stroke-dasharray="0,0" stroke-miterlimit="10" x1="382.456" y1="298.077" x2="458.375" y2="298.077"/> <polyline fill="none" stroke="#000000" stroke-width="1.3845" stroke-dasharray="0,0" stroke-miterlimit="10" points="416.287,331.909,382.456,298.077,416.287,264.245 "/> </svg></div><div class="swiper-button-right right-59eec45"> <svg xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="85.039px" height="85.039px" viewBox="378.426 255.12 85.039 85.039" xml:space="preserve"> <line fill="none" stroke="#000000" stroke-width="1.3845" stroke-miterlimit="10" x1="458.375" y1="298.077" x2="382.456" y2="298.077"/> <polyline fill="none" stroke="#000000" stroke-width="1.3845" stroke-miterlimit="10" points="424.543,264.245,458.375,298.077,424.543,331.909 "/> </svg></div></div></div></div></div><div class="elementor-element elementor-element-d8aaaca elementor-widget elementor-widget-button" data-id="d8aaaca" data-element_type="widget" data-widget_type="button.default"><div class="elementor-widget-container"><div class="elementor-button-wrapper"> <a class="elementor-button elementor-button-link elementor-size-sm" href="https://www.curiousfutureinsight.org/_speakers/"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-icon"> <i aria-hidden="true" class="fas fa-long-arrow-alt-right"></i> </span> <span class="elementor-button-text">All Speakers</span> </span> </a></div></div></div><div class="elementor-element elementor-element-129b4ea elementor-widget elementor-widget-button" data-id="129b4ea" data-element_type="widget" data-widget_type="button.default"><div class="elementor-widget-container"><div class="elementor-button-wrapper"> <a class="elementor-button elementor-button-link elementor-size-sm" href="https://www.curiousfutureinsight.org/speakers-curious2024/"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-icon"> <i aria-hidden="true" class="fas fa-long-arrow-alt-right"></i> </span> <span class="elementor-button-text">Speakers 2024</span> </span> </a></div></div></div></div></div><div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-a2215a5 column-right elementor-hidden-mobile" data-id="a2215a5" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-37ebba5 dce-posts-layout-template dce-carousel-effect-slide hover-animation-yes elementor-widget elementor-widget-dce-dynamicposts-v2" data-id="37ebba5" data-element_type="widget" data-settings="{&quot;style_items&quot;:&quot;template&quot;,&quot;carousel_slidesPerView&quot;:3,&quot;carousel_keyboardControl&quot;:&quot;yes&quot;,&quot;carousel_mousewheelControl&quot;:&quot;yes&quot;,&quot;carousel_slidesColumn&quot;:4,&quot;carousel_slidesPerView_tablet&quot;:3,&quot;carousel_slidesPerView_mobile&quot;:1,&quot;carousel_match_height&quot;:&quot;yes&quot;,&quot;carousel_initialSlide&quot;:1,&quot;carousel_slidesPerGroup&quot;:3,&quot;carousel_speed_slider&quot;:300,&quot;carousel_effects&quot;:&quot;slide&quot;,&quot;carousel_direction_slider&quot;:&quot;horizontal&quot;,&quot;carousel_spaceBetween&quot;:0,&quot;carousel_useNavigation&quot;:&quot;yes&quot;,&quot;carousel_slidesOffsetBefore&quot;:0,&quot;carousel_slidesOffsetAfter&quot;:0,&quot;carousel_slidesPerColumnFill&quot;:&quot;row&quot;}" data-widget_type="dce-dynamicposts-v2.carousel"><div class="elementor-widget-container"><div class="dce-fix-background-loop dce-posts-container dce-posts dce-dynamic-posts-collection swiper dce-skin-carousel"><div class="dce-posts-wrapper swiper-wrapper dce-wrapper-carousel"><article class="post-13010 speaker_posts type-speaker_posts status-publish has-post-thumbnail hentry conference-curious2024 speaker-type-keynote topics-healthcare dce-post dce-post-item swiper-slide dce-item-carousel" data-dce-post-id="13010" data-dce-post-index="0"><div class="dce-post-block"> <style>.elementor-1561 .elementor-element.elementor-element-2f5286a6 > .elementor-container{min-height:280px;}.elementor-1561 .elementor-element.elementor-element-2f5286a6 .elementor-repeater-item-e4f8090.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-bc-flex-widget .elementor-1561 .elementor-element.elementor-element-409c2a6e.elementor-column .elementor-widget-wrap{align-items:flex-end;}.elementor-1561 .elementor-element.elementor-element-409c2a6e.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:flex-end;align-items:flex-end;}.elementor-1561 .elementor-element.elementor-element-409c2a6e > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:5px;}.elementor-1561 .elementor-element.elementor-element-409c2a6e:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-1561 .elementor-element.elementor-element-409c2a6e > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-position:center center;background-size:cover;}.elementor-1561 .elementor-element.elementor-element-409c2a6e > .elementor-element-populated > .elementor-background-overlay{background-color:transparent;background-image:linear-gradient(180deg, #00000000 0%, #000000C4 61%);opacity:0.5;}.elementor-1561 .elementor-element.elementor-element-409c2a6e:hover > .elementor-element-populated > .elementor-background-overlay{background-color:var( --e-global-color-cde2bbe );opacity:0.5;}.elementor-1561 .elementor-element.elementor-element-409c2a6e > .elementor-element-populated{border-style:solid;border-width:0px 0px 0px 0px;border-color:var( --e-global-color-primary );transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:20px 24px 20px 24px;}.elementor-1561 .elementor-element.elementor-element-409c2a6e > .elementor-element-populated, .elementor-1561 .elementor-element.elementor-element-409c2a6e > .elementor-element-populated > .elementor-background-overlay, .elementor-1561 .elementor-element.elementor-element-409c2a6e > .elementor-background-slideshow{border-radius:15px 15px 15px 15px;}.elementor-1561 .elementor-element.elementor-element-409c2a6e > .elementor-element-populated > .elementor-background-overlay{transition:background 0.5s, border-radius 0.3s, opacity 0.5s;}.elementor-1561 .elementor-element.elementor-element-7419a75a .elementor-heading-title{color:var( --e-global-color-primary );font-family:var( --e-global-typography-b75679d-font-family ), Sans-serif;font-size:var( --e-global-typography-b75679d-font-size );font-weight:var( --e-global-typography-b75679d-font-weight );line-height:var( --e-global-typography-b75679d-line-height );letter-spacing:var( --e-global-typography-b75679d-letter-spacing );word-spacing:var( --e-global-typography-b75679d-word-spacing );}.elementor-1561 .elementor-element.elementor-element-1c8ebf6a .elementor-heading-title{color:var( --e-global-color-primary );font-family:"Raleway", Sans-serif;font-weight:400;line-height:1.3em;}.elementor-1561 .elementor-element.elementor-element-2f5286a6{padding:10px 10px 10px 10px;}@media(max-width:1024px){.elementor-1561 .elementor-element.elementor-element-7419a75a .elementor-heading-title{font-size:var( --e-global-typography-b75679d-font-size );line-height:var( --e-global-typography-b75679d-line-height );letter-spacing:var( --e-global-typography-b75679d-letter-spacing );word-spacing:var( --e-global-typography-b75679d-word-spacing );}}@media(max-width:767px){.elementor-1561 .elementor-element.elementor-element-7419a75a .elementor-heading-title{font-size:var( --e-global-typography-b75679d-font-size );line-height:var( --e-global-typography-b75679d-line-height );letter-spacing:var( --e-global-typography-b75679d-letter-spacing );word-spacing:var( --e-global-typography-b75679d-word-spacing );}}</style><div data-elementor-type="loop" data-elementor-id="1561" class="elementor elementor-1561 dce-elementor-rendering-id-10 post-13010 speaker_posts type-speaker_posts status-publish has-post-thumbnail hentry conference-curious2024 speaker-type-keynote topics-healthcare" data-elementor-post-type="elementor_library"><section class="elementor-section elementor-top-section elementor-element elementor-element-2f5286a6 elementor-section-height-min-height elementor-section-items-stretch section-loop-topic elementor-section-boxed elementor-section-height-default" data-id="2f5286a6" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;e4f8090&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}"><div class="elementor-container elementor-column-gap-default"><div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-409c2a6e shadow-medium radius-medium" style="cursor: pointer;" data-column-clickable="https://www.curiousfutureinsight.org/_speakers/ugur-sahin/" data-column-clickable-blank="_self" data-dce-background-overlay-color="#00000000" data-dce-background-image-url="https://www.curiousfutureinsight.org/wp-content/uploads/Image_-Ugur_Sahin_470x470_©BioNTech-SE-e1711039350755.jpg" data-id="409c2a6e" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><div class="elementor-element elementor-element-7419a75a elementor-widget elementor-widget-heading" data-id="7419a75a" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h4 class="elementor-heading-title elementor-size-default">Uğur Şahin</h4></div></div><div class="elementor-element elementor-element-1c8ebf6a elementor-widget elementor-widget-heading" data-id="1c8ebf6a" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">Professor of Translational Oncology and Immunology, Johannes Gutenberg University of Mainz and Helmholtz Institute for Translational Oncology (HI-TRON), co-founder and CEO of BioNTech SE</div></div></div></div></div></div></section></div></div></article><article class="post-13341 speaker_posts type-speaker_posts status-publish has-post-thumbnail hentry conference-curious2024 speaker-type-keynote topics-energy topics-roundtable-participant dce-post dce-post-item swiper-slide dce-item-carousel" data-dce-post-id="13341" data-dce-post-index="1"><div class="dce-post-block"> <style>.elementor-1561 .elementor-element.elementor-element-2f5286a6 > .elementor-container{min-height:280px;}.elementor-1561 .elementor-element.elementor-element-2f5286a6 .elementor-repeater-item-e4f8090.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-bc-flex-widget .elementor-1561 .elementor-element.elementor-element-409c2a6e.elementor-column .elementor-widget-wrap{align-items:flex-end;}.elementor-1561 .elementor-element.elementor-element-409c2a6e.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:flex-end;align-items:flex-end;}.elementor-1561 .elementor-element.elementor-element-409c2a6e > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:5px;}.elementor-1561 .elementor-element.elementor-element-409c2a6e:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-1561 .elementor-element.elementor-element-409c2a6e > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-position:center center;background-size:cover;}.elementor-1561 .elementor-element.elementor-element-409c2a6e > .elementor-element-populated > .elementor-background-overlay{background-color:transparent;background-image:linear-gradient(180deg, #00000000 0%, #000000C4 61%);opacity:0.5;}.elementor-1561 .elementor-element.elementor-element-409c2a6e:hover > .elementor-element-populated > .elementor-background-overlay{background-color:var( --e-global-color-cde2bbe );opacity:0.5;}.elementor-1561 .elementor-element.elementor-element-409c2a6e > .elementor-element-populated{border-style:solid;border-width:0px 0px 0px 0px;border-color:var( --e-global-color-primary );transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:20px 24px 20px 24px;}.elementor-1561 .elementor-element.elementor-element-409c2a6e > .elementor-element-populated, .elementor-1561 .elementor-element.elementor-element-409c2a6e > .elementor-element-populated > .elementor-background-overlay, .elementor-1561 .elementor-element.elementor-element-409c2a6e > .elementor-background-slideshow{border-radius:15px 15px 15px 15px;}.elementor-1561 .elementor-element.elementor-element-409c2a6e > .elementor-element-populated > .elementor-background-overlay{transition:background 0.5s, border-radius 0.3s, opacity 0.5s;}.elementor-1561 .elementor-element.elementor-element-7419a75a .elementor-heading-title{color:var( --e-global-color-primary );font-family:var( --e-global-typography-b75679d-font-family ), Sans-serif;font-size:var( --e-global-typography-b75679d-font-size );font-weight:var( --e-global-typography-b75679d-font-weight );line-height:var( --e-global-typography-b75679d-line-height );letter-spacing:var( --e-global-typography-b75679d-letter-spacing );word-spacing:var( --e-global-typography-b75679d-word-spacing );}.elementor-1561 .elementor-element.elementor-element-1c8ebf6a .elementor-heading-title{color:var( --e-global-color-primary );font-family:"Raleway", Sans-serif;font-weight:400;line-height:1.3em;}.elementor-1561 .elementor-element.elementor-element-2f5286a6{padding:10px 10px 10px 10px;}@media(max-width:1024px){.elementor-1561 .elementor-element.elementor-element-7419a75a .elementor-heading-title{font-size:var( --e-global-typography-b75679d-font-size );line-height:var( --e-global-typography-b75679d-line-height );letter-spacing:var( --e-global-typography-b75679d-letter-spacing );word-spacing:var( --e-global-typography-b75679d-word-spacing );}}@media(max-width:767px){.elementor-1561 .elementor-element.elementor-element-7419a75a .elementor-heading-title{font-size:var( --e-global-typography-b75679d-font-size );line-height:var( --e-global-typography-b75679d-line-height );letter-spacing:var( --e-global-typography-b75679d-letter-spacing );word-spacing:var( --e-global-typography-b75679d-word-spacing );}}</style><div data-elementor-type="loop" data-elementor-id="1561" class="elementor elementor-1561 dce-elementor-rendering-id-11 post-13341 speaker_posts type-speaker_posts status-publish has-post-thumbnail hentry conference-curious2024 speaker-type-keynote topics-energy topics-roundtable-participant" data-elementor-post-type="elementor_library"><section class="elementor-section elementor-top-section elementor-element elementor-element-2f5286a6 elementor-section-height-min-height elementor-section-items-stretch section-loop-topic elementor-section-boxed elementor-section-height-default" data-id="2f5286a6" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;e4f8090&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}"><div class="elementor-container elementor-column-gap-default"><div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-409c2a6e shadow-medium radius-medium" style="cursor: pointer;" data-column-clickable="https://www.curiousfutureinsight.org/_speakers/steven-chu/" data-column-clickable-blank="_self" data-dce-background-overlay-color="#00000000" data-dce-background-image-url="https://www.curiousfutureinsight.org/wp-content/uploads/Steven-Chu.png" data-id="409c2a6e" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><div class="elementor-element elementor-element-7419a75a elementor-widget elementor-widget-heading" data-id="7419a75a" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h4 class="elementor-heading-title elementor-size-default">Steven Chu</h4></div></div><div class="elementor-element elementor-element-1c8ebf6a elementor-widget elementor-widget-heading" data-id="1c8ebf6a" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">Stanford University, Nobel Prize in Physics 1997, Former U.S. Secretary of Energy</div></div></div></div></div></div></section></div></div></article><article class="post-4728 speaker_posts type-speaker_posts status-publish has-post-thumbnail hentry topics_2018-healthy-lives conference-curious2018 speaker-type-keynote topics-life-science dce-post dce-post-item swiper-slide dce-item-carousel" data-dce-post-id="4728" data-dce-post-index="2"><div class="dce-post-block"> <style>.elementor-1561 .elementor-element.elementor-element-2f5286a6 > .elementor-container{min-height:280px;}.elementor-1561 .elementor-element.elementor-element-2f5286a6 .elementor-repeater-item-e4f8090.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-bc-flex-widget .elementor-1561 .elementor-element.elementor-element-409c2a6e.elementor-column .elementor-widget-wrap{align-items:flex-end;}.elementor-1561 .elementor-element.elementor-element-409c2a6e.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:flex-end;align-items:flex-end;}.elementor-1561 .elementor-element.elementor-element-409c2a6e > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:5px;}.elementor-1561 .elementor-element.elementor-element-409c2a6e:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-1561 .elementor-element.elementor-element-409c2a6e > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-position:center center;background-size:cover;}.elementor-1561 .elementor-element.elementor-element-409c2a6e > .elementor-element-populated > .elementor-background-overlay{background-color:transparent;background-image:linear-gradient(180deg, #00000000 0%, #000000C4 61%);opacity:0.5;}.elementor-1561 .elementor-element.elementor-element-409c2a6e:hover > .elementor-element-populated > .elementor-background-overlay{background-color:var( --e-global-color-cde2bbe );opacity:0.5;}.elementor-1561 .elementor-element.elementor-element-409c2a6e > .elementor-element-populated{border-style:solid;border-width:0px 0px 0px 0px;border-color:var( --e-global-color-primary );transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:20px 24px 20px 24px;}.elementor-1561 .elementor-element.elementor-element-409c2a6e > .elementor-element-populated, .elementor-1561 .elementor-element.elementor-element-409c2a6e > .elementor-element-populated > .elementor-background-overlay, .elementor-1561 .elementor-element.elementor-element-409c2a6e > .elementor-background-slideshow{border-radius:15px 15px 15px 15px;}.elementor-1561 .elementor-element.elementor-element-409c2a6e > .elementor-element-populated > .elementor-background-overlay{transition:background 0.5s, border-radius 0.3s, opacity 0.5s;}.elementor-1561 .elementor-element.elementor-element-7419a75a .elementor-heading-title{color:var( --e-global-color-primary );font-family:var( --e-global-typography-b75679d-font-family ), Sans-serif;font-size:var( --e-global-typography-b75679d-font-size );font-weight:var( --e-global-typography-b75679d-font-weight );line-height:var( --e-global-typography-b75679d-line-height );letter-spacing:var( --e-global-typography-b75679d-letter-spacing );word-spacing:var( --e-global-typography-b75679d-word-spacing );}.elementor-1561 .elementor-element.elementor-element-1c8ebf6a .elementor-heading-title{color:var( --e-global-color-primary );font-family:"Raleway", Sans-serif;font-weight:400;line-height:1.3em;}.elementor-1561 .elementor-element.elementor-element-2f5286a6{padding:10px 10px 10px 10px;}@media(max-width:1024px){.elementor-1561 .elementor-element.elementor-element-7419a75a .elementor-heading-title{font-size:var( --e-global-typography-b75679d-font-size );line-height:var( --e-global-typography-b75679d-line-height );letter-spacing:var( --e-global-typography-b75679d-letter-spacing );word-spacing:var( --e-global-typography-b75679d-word-spacing );}}@media(max-width:767px){.elementor-1561 .elementor-element.elementor-element-7419a75a .elementor-heading-title{font-size:var( --e-global-typography-b75679d-font-size );line-height:var( --e-global-typography-b75679d-line-height );letter-spacing:var( --e-global-typography-b75679d-letter-spacing );word-spacing:var( --e-global-typography-b75679d-word-spacing );}}</style><div data-elementor-type="loop" data-elementor-id="1561" class="elementor elementor-1561 dce-elementor-rendering-id-12 post-4728 speaker_posts type-speaker_posts status-publish has-post-thumbnail hentry topics_2018-healthy-lives conference-curious2018 speaker-type-keynote topics-life-science" data-elementor-post-type="elementor_library"><section class="elementor-section elementor-top-section elementor-element elementor-element-2f5286a6 elementor-section-height-min-height elementor-section-items-stretch section-loop-topic elementor-section-boxed elementor-section-height-default" data-id="2f5286a6" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;e4f8090&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}"><div class="elementor-container elementor-column-gap-default"><div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-409c2a6e shadow-medium radius-medium" style="cursor: pointer;" data-column-clickable="https://www.curiousfutureinsight.org/_speakers/craig-venter/" data-column-clickable-blank="_self" data-dce-background-overlay-color="#00000000" data-dce-background-image-url="https://www.curiousfutureinsight.org/wp-content/uploads/Craig_Venter.jpg" data-id="409c2a6e" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><div class="elementor-element elementor-element-7419a75a elementor-widget elementor-widget-heading" data-id="7419a75a" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h4 class="elementor-heading-title elementor-size-default">Craig Venter</h4></div></div><div class="elementor-element elementor-element-1c8ebf6a elementor-widget elementor-widget-heading" data-id="1c8ebf6a" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">Human Longevity, Inc.; J. Craig Venter Institute; Synthetic Genomics Inc.</div></div></div></div></div></div></section></div></div></article><article class="post-13025 speaker_posts type-speaker_posts status-publish has-post-thumbnail hentry conference-curious2024 speaker-type-keynote topics-robotics topics-roundtable-participant dce-post dce-post-item swiper-slide dce-item-carousel" data-dce-post-id="13025" data-dce-post-index="3"><div class="dce-post-block"> <style>.elementor-1561 .elementor-element.elementor-element-2f5286a6 > .elementor-container{min-height:280px;}.elementor-1561 .elementor-element.elementor-element-2f5286a6 .elementor-repeater-item-e4f8090.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-bc-flex-widget .elementor-1561 .elementor-element.elementor-element-409c2a6e.elementor-column .elementor-widget-wrap{align-items:flex-end;}.elementor-1561 .elementor-element.elementor-element-409c2a6e.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:flex-end;align-items:flex-end;}.elementor-1561 .elementor-element.elementor-element-409c2a6e > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:5px;}.elementor-1561 .elementor-element.elementor-element-409c2a6e:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-1561 .elementor-element.elementor-element-409c2a6e > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-position:center center;background-size:cover;}.elementor-1561 .elementor-element.elementor-element-409c2a6e > .elementor-element-populated > .elementor-background-overlay{background-color:transparent;background-image:linear-gradient(180deg, #00000000 0%, #000000C4 61%);opacity:0.5;}.elementor-1561 .elementor-element.elementor-element-409c2a6e:hover > .elementor-element-populated > .elementor-background-overlay{background-color:var( --e-global-color-cde2bbe );opacity:0.5;}.elementor-1561 .elementor-element.elementor-element-409c2a6e > .elementor-element-populated{border-style:solid;border-width:0px 0px 0px 0px;border-color:var( --e-global-color-primary );transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:20px 24px 20px 24px;}.elementor-1561 .elementor-element.elementor-element-409c2a6e > .elementor-element-populated, .elementor-1561 .elementor-element.elementor-element-409c2a6e > .elementor-element-populated > .elementor-background-overlay, .elementor-1561 .elementor-element.elementor-element-409c2a6e > .elementor-background-slideshow{border-radius:15px 15px 15px 15px;}.elementor-1561 .elementor-element.elementor-element-409c2a6e > .elementor-element-populated > .elementor-background-overlay{transition:background 0.5s, border-radius 0.3s, opacity 0.5s;}.elementor-1561 .elementor-element.elementor-element-7419a75a .elementor-heading-title{color:var( --e-global-color-primary );font-family:var( --e-global-typography-b75679d-font-family ), Sans-serif;font-size:var( --e-global-typography-b75679d-font-size );font-weight:var( --e-global-typography-b75679d-font-weight );line-height:var( --e-global-typography-b75679d-line-height );letter-spacing:var( --e-global-typography-b75679d-letter-spacing );word-spacing:var( --e-global-typography-b75679d-word-spacing );}.elementor-1561 .elementor-element.elementor-element-1c8ebf6a .elementor-heading-title{color:var( --e-global-color-primary );font-family:"Raleway", Sans-serif;font-weight:400;line-height:1.3em;}.elementor-1561 .elementor-element.elementor-element-2f5286a6{padding:10px 10px 10px 10px;}@media(max-width:1024px){.elementor-1561 .elementor-element.elementor-element-7419a75a .elementor-heading-title{font-size:var( --e-global-typography-b75679d-font-size );line-height:var( --e-global-typography-b75679d-line-height );letter-spacing:var( --e-global-typography-b75679d-letter-spacing );word-spacing:var( --e-global-typography-b75679d-word-spacing );}}@media(max-width:767px){.elementor-1561 .elementor-element.elementor-element-7419a75a .elementor-heading-title{font-size:var( --e-global-typography-b75679d-font-size );line-height:var( --e-global-typography-b75679d-line-height );letter-spacing:var( --e-global-typography-b75679d-letter-spacing );word-spacing:var( --e-global-typography-b75679d-word-spacing );}}</style><div data-elementor-type="loop" data-elementor-id="1561" class="elementor elementor-1561 dce-elementor-rendering-id-13 post-13025 speaker_posts type-speaker_posts status-publish has-post-thumbnail hentry conference-curious2024 speaker-type-keynote topics-robotics topics-roundtable-participant" data-elementor-post-type="elementor_library"><section class="elementor-section elementor-top-section elementor-element elementor-element-2f5286a6 elementor-section-height-min-height elementor-section-items-stretch section-loop-topic elementor-section-boxed elementor-section-height-default" data-id="2f5286a6" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;e4f8090&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}"><div class="elementor-container elementor-column-gap-default"><div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-409c2a6e shadow-medium radius-medium" style="cursor: pointer;" data-column-clickable="https://www.curiousfutureinsight.org/_speakers/marc-raibert/" data-column-clickable-blank="_self" data-dce-background-overlay-color="#00000000" data-dce-background-image-url="https://www.curiousfutureinsight.org/wp-content/uploads/Marc-Raibert-e1687779921366.jpg" data-id="409c2a6e" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><div class="elementor-element elementor-element-7419a75a elementor-widget elementor-widget-heading" data-id="7419a75a" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h4 class="elementor-heading-title elementor-size-default">Marc Raibert</h4></div></div><div class="elementor-element elementor-element-1c8ebf6a elementor-widget elementor-widget-heading" data-id="1c8ebf6a" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">Executive Director, The AI Institute &amp; Founder, Boston Dynamics</div></div></div></div></div></div></section></div></div></article><article class="post-4685 speaker_posts type-speaker_posts status-publish has-post-thumbnail hentry topics_2018-bright-future topics_2018-life-reimagined conference-curious2018 speaker-type-keynote speaker-type-session topics-life-science dce-post dce-post-item swiper-slide dce-item-carousel" data-dce-post-id="4685" data-dce-post-index="4"><div class="dce-post-block"> <style>.elementor-1561 .elementor-element.elementor-element-2f5286a6 > .elementor-container{min-height:280px;}.elementor-1561 .elementor-element.elementor-element-2f5286a6 .elementor-repeater-item-e4f8090.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-bc-flex-widget .elementor-1561 .elementor-element.elementor-element-409c2a6e.elementor-column .elementor-widget-wrap{align-items:flex-end;}.elementor-1561 .elementor-element.elementor-element-409c2a6e.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:flex-end;align-items:flex-end;}.elementor-1561 .elementor-element.elementor-element-409c2a6e > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:5px;}.elementor-1561 .elementor-element.elementor-element-409c2a6e:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-1561 .elementor-element.elementor-element-409c2a6e > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-position:center center;background-size:cover;}.elementor-1561 .elementor-element.elementor-element-409c2a6e > .elementor-element-populated > .elementor-background-overlay{background-color:transparent;background-image:linear-gradient(180deg, #00000000 0%, #000000C4 61%);opacity:0.5;}.elementor-1561 .elementor-element.elementor-element-409c2a6e:hover > .elementor-element-populated > .elementor-background-overlay{background-color:var( --e-global-color-cde2bbe );opacity:0.5;}.elementor-1561 .elementor-element.elementor-element-409c2a6e > .elementor-element-populated{border-style:solid;border-width:0px 0px 0px 0px;border-color:var( --e-global-color-primary );transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:20px 24px 20px 24px;}.elementor-1561 .elementor-element.elementor-element-409c2a6e > .elementor-element-populated, .elementor-1561 .elementor-element.elementor-element-409c2a6e > .elementor-element-populated > .elementor-background-overlay, .elementor-1561 .elementor-element.elementor-element-409c2a6e > .elementor-background-slideshow{border-radius:15px 15px 15px 15px;}.elementor-1561 .elementor-element.elementor-element-409c2a6e > .elementor-element-populated > .elementor-background-overlay{transition:background 0.5s, border-radius 0.3s, opacity 0.5s;}.elementor-1561 .elementor-element.elementor-element-7419a75a .elementor-heading-title{color:var( --e-global-color-primary );font-family:var( --e-global-typography-b75679d-font-family ), Sans-serif;font-size:var( --e-global-typography-b75679d-font-size );font-weight:var( --e-global-typography-b75679d-font-weight );line-height:var( --e-global-typography-b75679d-line-height );letter-spacing:var( --e-global-typography-b75679d-letter-spacing );word-spacing:var( --e-global-typography-b75679d-word-spacing );}.elementor-1561 .elementor-element.elementor-element-1c8ebf6a .elementor-heading-title{color:var( --e-global-color-primary );font-family:"Raleway", Sans-serif;font-weight:400;line-height:1.3em;}.elementor-1561 .elementor-element.elementor-element-2f5286a6{padding:10px 10px 10px 10px;}@media(max-width:1024px){.elementor-1561 .elementor-element.elementor-element-7419a75a .elementor-heading-title{font-size:var( --e-global-typography-b75679d-font-size );line-height:var( --e-global-typography-b75679d-line-height );letter-spacing:var( --e-global-typography-b75679d-letter-spacing );word-spacing:var( --e-global-typography-b75679d-word-spacing );}}@media(max-width:767px){.elementor-1561 .elementor-element.elementor-element-7419a75a .elementor-heading-title{font-size:var( --e-global-typography-b75679d-font-size );line-height:var( --e-global-typography-b75679d-line-height );letter-spacing:var( --e-global-typography-b75679d-letter-spacing );word-spacing:var( --e-global-typography-b75679d-word-spacing );}}</style><div data-elementor-type="loop" data-elementor-id="1561" class="elementor elementor-1561 dce-elementor-rendering-id-14 post-4685 speaker_posts type-speaker_posts status-publish has-post-thumbnail hentry topics_2018-bright-future topics_2018-life-reimagined conference-curious2018 speaker-type-keynote speaker-type-session topics-life-science" data-elementor-post-type="elementor_library"><section class="elementor-section elementor-top-section elementor-element elementor-element-2f5286a6 elementor-section-height-min-height elementor-section-items-stretch section-loop-topic elementor-section-boxed elementor-section-height-default" data-id="2f5286a6" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;e4f8090&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}"><div class="elementor-container elementor-column-gap-default"><div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-409c2a6e shadow-medium radius-medium" style="cursor: pointer;" data-column-clickable="https://www.curiousfutureinsight.org/_speakers/emmanuelle-charpentier/" data-column-clickable-blank="_self" data-dce-background-overlay-color="#00000000" data-dce-background-image-url="https://www.curiousfutureinsight.org/wp-content/uploads/Emmanuelle-Charpentier.jpg" data-id="409c2a6e" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><div class="elementor-element elementor-element-7419a75a elementor-widget elementor-widget-heading" data-id="7419a75a" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h4 class="elementor-heading-title elementor-size-default">Emmanuelle Charpentier</h4></div></div><div class="elementor-element elementor-element-1c8ebf6a elementor-widget elementor-widget-heading" data-id="1c8ebf6a" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">Max Planck Institute for Infection Biology in Berlin; Humboldt University, Nobel Prize in Chemistry 2020</div></div></div></div></div></div></section></div></div></article><article class="post-3400 speaker_posts type-speaker_posts status-publish has-post-thumbnail hentry conference-2021-future-insight-days speaker-type-speaker topics-bright-future dce-post dce-post-item swiper-slide dce-item-carousel" data-dce-post-id="3400" data-dce-post-index="5"><div class="dce-post-block"> <style>.elementor-1561 .elementor-element.elementor-element-2f5286a6 > .elementor-container{min-height:280px;}.elementor-1561 .elementor-element.elementor-element-2f5286a6 .elementor-repeater-item-e4f8090.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-bc-flex-widget .elementor-1561 .elementor-element.elementor-element-409c2a6e.elementor-column .elementor-widget-wrap{align-items:flex-end;}.elementor-1561 .elementor-element.elementor-element-409c2a6e.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:flex-end;align-items:flex-end;}.elementor-1561 .elementor-element.elementor-element-409c2a6e > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:5px;}.elementor-1561 .elementor-element.elementor-element-409c2a6e:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-1561 .elementor-element.elementor-element-409c2a6e > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-position:center center;background-size:cover;}.elementor-1561 .elementor-element.elementor-element-409c2a6e > .elementor-element-populated > .elementor-background-overlay{background-color:transparent;background-image:linear-gradient(180deg, #00000000 0%, #000000C4 61%);opacity:0.5;}.elementor-1561 .elementor-element.elementor-element-409c2a6e:hover > .elementor-element-populated > .elementor-background-overlay{background-color:var( --e-global-color-cde2bbe );opacity:0.5;}.elementor-1561 .elementor-element.elementor-element-409c2a6e > .elementor-element-populated{border-style:solid;border-width:0px 0px 0px 0px;border-color:var( --e-global-color-primary );transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:20px 24px 20px 24px;}.elementor-1561 .elementor-element.elementor-element-409c2a6e > .elementor-element-populated, .elementor-1561 .elementor-element.elementor-element-409c2a6e > .elementor-element-populated > .elementor-background-overlay, .elementor-1561 .elementor-element.elementor-element-409c2a6e > .elementor-background-slideshow{border-radius:15px 15px 15px 15px;}.elementor-1561 .elementor-element.elementor-element-409c2a6e > .elementor-element-populated > .elementor-background-overlay{transition:background 0.5s, border-radius 0.3s, opacity 0.5s;}.elementor-1561 .elementor-element.elementor-element-7419a75a .elementor-heading-title{color:var( --e-global-color-primary );font-family:var( --e-global-typography-b75679d-font-family ), Sans-serif;font-size:var( --e-global-typography-b75679d-font-size );font-weight:var( --e-global-typography-b75679d-font-weight );line-height:var( --e-global-typography-b75679d-line-height );letter-spacing:var( --e-global-typography-b75679d-letter-spacing );word-spacing:var( --e-global-typography-b75679d-word-spacing );}.elementor-1561 .elementor-element.elementor-element-1c8ebf6a .elementor-heading-title{color:var( --e-global-color-primary );font-family:"Raleway", Sans-serif;font-weight:400;line-height:1.3em;}.elementor-1561 .elementor-element.elementor-element-2f5286a6{padding:10px 10px 10px 10px;}@media(max-width:1024px){.elementor-1561 .elementor-element.elementor-element-7419a75a .elementor-heading-title{font-size:var( --e-global-typography-b75679d-font-size );line-height:var( --e-global-typography-b75679d-line-height );letter-spacing:var( --e-global-typography-b75679d-letter-spacing );word-spacing:var( --e-global-typography-b75679d-word-spacing );}}@media(max-width:767px){.elementor-1561 .elementor-element.elementor-element-7419a75a .elementor-heading-title{font-size:var( --e-global-typography-b75679d-font-size );line-height:var( --e-global-typography-b75679d-line-height );letter-spacing:var( --e-global-typography-b75679d-letter-spacing );word-spacing:var( --e-global-typography-b75679d-word-spacing );}}</style><div data-elementor-type="loop" data-elementor-id="1561" class="elementor elementor-1561 dce-elementor-rendering-id-15 post-3400 speaker_posts type-speaker_posts status-publish has-post-thumbnail hentry conference-2021-future-insight-days speaker-type-speaker topics-bright-future" data-elementor-post-type="elementor_library"><section class="elementor-section elementor-top-section elementor-element elementor-element-2f5286a6 elementor-section-height-min-height elementor-section-items-stretch section-loop-topic elementor-section-boxed elementor-section-height-default" data-id="2f5286a6" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;e4f8090&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}"><div class="elementor-container elementor-column-gap-default"><div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-409c2a6e shadow-medium radius-medium" style="cursor: pointer;" data-column-clickable="https://www.curiousfutureinsight.org/_speakers/klaus-schwab/" data-column-clickable-blank="_self" data-dce-background-overlay-color="#00000000" data-dce-background-image-url="https://www.curiousfutureinsight.org/wp-content/uploads/Klaus-Schwab.jpg" data-id="409c2a6e" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><div class="elementor-element elementor-element-7419a75a elementor-widget elementor-widget-heading" data-id="7419a75a" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h4 class="elementor-heading-title elementor-size-default">Klaus Schwab</h4></div></div><div class="elementor-element elementor-element-1c8ebf6a elementor-widget elementor-widget-heading" data-id="1c8ebf6a" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">World Economic Forum</div></div></div></div></div></div></section></div></div></article><article class="post-3393 speaker_posts type-speaker_posts status-publish has-post-thumbnail hentry conference-2021-future-insight-days speaker-type-speaker topics-bright-future dce-post dce-post-item swiper-slide dce-item-carousel" data-dce-post-id="3393" data-dce-post-index="6"><div class="dce-post-block"> <style>.elementor-1561 .elementor-element.elementor-element-2f5286a6 > .elementor-container{min-height:280px;}.elementor-1561 .elementor-element.elementor-element-2f5286a6 .elementor-repeater-item-e4f8090.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-bc-flex-widget .elementor-1561 .elementor-element.elementor-element-409c2a6e.elementor-column .elementor-widget-wrap{align-items:flex-end;}.elementor-1561 .elementor-element.elementor-element-409c2a6e.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:flex-end;align-items:flex-end;}.elementor-1561 .elementor-element.elementor-element-409c2a6e > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:5px;}.elementor-1561 .elementor-element.elementor-element-409c2a6e:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-1561 .elementor-element.elementor-element-409c2a6e > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-position:center center;background-size:cover;}.elementor-1561 .elementor-element.elementor-element-409c2a6e > .elementor-element-populated > .elementor-background-overlay{background-color:transparent;background-image:linear-gradient(180deg, #00000000 0%, #000000C4 61%);opacity:0.5;}.elementor-1561 .elementor-element.elementor-element-409c2a6e:hover > .elementor-element-populated > .elementor-background-overlay{background-color:var( --e-global-color-cde2bbe );opacity:0.5;}.elementor-1561 .elementor-element.elementor-element-409c2a6e > .elementor-element-populated{border-style:solid;border-width:0px 0px 0px 0px;border-color:var( --e-global-color-primary );transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:20px 24px 20px 24px;}.elementor-1561 .elementor-element.elementor-element-409c2a6e > .elementor-element-populated, .elementor-1561 .elementor-element.elementor-element-409c2a6e > .elementor-element-populated > .elementor-background-overlay, .elementor-1561 .elementor-element.elementor-element-409c2a6e > .elementor-background-slideshow{border-radius:15px 15px 15px 15px;}.elementor-1561 .elementor-element.elementor-element-409c2a6e > .elementor-element-populated > .elementor-background-overlay{transition:background 0.5s, border-radius 0.3s, opacity 0.5s;}.elementor-1561 .elementor-element.elementor-element-7419a75a .elementor-heading-title{color:var( --e-global-color-primary );font-family:var( --e-global-typography-b75679d-font-family ), Sans-serif;font-size:var( --e-global-typography-b75679d-font-size );font-weight:var( --e-global-typography-b75679d-font-weight );line-height:var( --e-global-typography-b75679d-line-height );letter-spacing:var( --e-global-typography-b75679d-letter-spacing );word-spacing:var( --e-global-typography-b75679d-word-spacing );}.elementor-1561 .elementor-element.elementor-element-1c8ebf6a .elementor-heading-title{color:var( --e-global-color-primary );font-family:"Raleway", Sans-serif;font-weight:400;line-height:1.3em;}.elementor-1561 .elementor-element.elementor-element-2f5286a6{padding:10px 10px 10px 10px;}@media(max-width:1024px){.elementor-1561 .elementor-element.elementor-element-7419a75a .elementor-heading-title{font-size:var( --e-global-typography-b75679d-font-size );line-height:var( --e-global-typography-b75679d-line-height );letter-spacing:var( --e-global-typography-b75679d-letter-spacing );word-spacing:var( --e-global-typography-b75679d-word-spacing );}}@media(max-width:767px){.elementor-1561 .elementor-element.elementor-element-7419a75a .elementor-heading-title{font-size:var( --e-global-typography-b75679d-font-size );line-height:var( --e-global-typography-b75679d-line-height );letter-spacing:var( --e-global-typography-b75679d-letter-spacing );word-spacing:var( --e-global-typography-b75679d-word-spacing );}}</style><div data-elementor-type="loop" data-elementor-id="1561" class="elementor elementor-1561 dce-elementor-rendering-id-16 post-3393 speaker_posts type-speaker_posts status-publish has-post-thumbnail hentry conference-2021-future-insight-days speaker-type-speaker topics-bright-future" data-elementor-post-type="elementor_library"><section class="elementor-section elementor-top-section elementor-element elementor-element-2f5286a6 elementor-section-height-min-height elementor-section-items-stretch section-loop-topic elementor-section-boxed elementor-section-height-default" data-id="2f5286a6" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;e4f8090&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}"><div class="elementor-container elementor-column-gap-default"><div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-409c2a6e shadow-medium radius-medium" style="cursor: pointer;" data-column-clickable="https://www.curiousfutureinsight.org/_speakers/mariya-gabriel/" data-column-clickable-blank="_self" data-dce-background-overlay-color="#00000000" data-dce-background-image-url="https://www.curiousfutureinsight.org/wp-content/uploads/Mariya-Gabriel.jpg" data-id="409c2a6e" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><div class="elementor-element elementor-element-7419a75a elementor-widget elementor-widget-heading" data-id="7419a75a" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h4 class="elementor-heading-title elementor-size-default">Mariya Gabriel</h4></div></div><div class="elementor-element elementor-element-1c8ebf6a elementor-widget elementor-widget-heading" data-id="1c8ebf6a" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">European Commissioner for Innovation, Research, Culture, Education, and Youth</div></div></div></div></div></div></section></div></div></article><article class="post-3006 speaker_posts type-speaker_posts status-publish has-post-thumbnail hentry conference-curious2022 speaker-type-speaker topics-bright-future dce-post dce-post-item swiper-slide dce-item-carousel" data-dce-post-id="3006" data-dce-post-index="7"><div class="dce-post-block"> <style>.elementor-1561 .elementor-element.elementor-element-2f5286a6 > .elementor-container{min-height:280px;}.elementor-1561 .elementor-element.elementor-element-2f5286a6 .elementor-repeater-item-e4f8090.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-bc-flex-widget .elementor-1561 .elementor-element.elementor-element-409c2a6e.elementor-column .elementor-widget-wrap{align-items:flex-end;}.elementor-1561 .elementor-element.elementor-element-409c2a6e.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:flex-end;align-items:flex-end;}.elementor-1561 .elementor-element.elementor-element-409c2a6e > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:5px;}.elementor-1561 .elementor-element.elementor-element-409c2a6e:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-1561 .elementor-element.elementor-element-409c2a6e > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-position:center center;background-size:cover;}.elementor-1561 .elementor-element.elementor-element-409c2a6e > .elementor-element-populated > .elementor-background-overlay{background-color:transparent;background-image:linear-gradient(180deg, #00000000 0%, #000000C4 61%);opacity:0.5;}.elementor-1561 .elementor-element.elementor-element-409c2a6e:hover > .elementor-element-populated > .elementor-background-overlay{background-color:var( --e-global-color-cde2bbe );opacity:0.5;}.elementor-1561 .elementor-element.elementor-element-409c2a6e > .elementor-element-populated{border-style:solid;border-width:0px 0px 0px 0px;border-color:var( --e-global-color-primary );transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:20px 24px 20px 24px;}.elementor-1561 .elementor-element.elementor-element-409c2a6e > .elementor-element-populated, .elementor-1561 .elementor-element.elementor-element-409c2a6e > .elementor-element-populated > .elementor-background-overlay, .elementor-1561 .elementor-element.elementor-element-409c2a6e > .elementor-background-slideshow{border-radius:15px 15px 15px 15px;}.elementor-1561 .elementor-element.elementor-element-409c2a6e > .elementor-element-populated > .elementor-background-overlay{transition:background 0.5s, border-radius 0.3s, opacity 0.5s;}.elementor-1561 .elementor-element.elementor-element-7419a75a .elementor-heading-title{color:var( --e-global-color-primary );font-family:var( --e-global-typography-b75679d-font-family ), Sans-serif;font-size:var( --e-global-typography-b75679d-font-size );font-weight:var( --e-global-typography-b75679d-font-weight );line-height:var( --e-global-typography-b75679d-line-height );letter-spacing:var( --e-global-typography-b75679d-letter-spacing );word-spacing:var( --e-global-typography-b75679d-word-spacing );}.elementor-1561 .elementor-element.elementor-element-1c8ebf6a .elementor-heading-title{color:var( --e-global-color-primary );font-family:"Raleway", Sans-serif;font-weight:400;line-height:1.3em;}.elementor-1561 .elementor-element.elementor-element-2f5286a6{padding:10px 10px 10px 10px;}@media(max-width:1024px){.elementor-1561 .elementor-element.elementor-element-7419a75a .elementor-heading-title{font-size:var( --e-global-typography-b75679d-font-size );line-height:var( --e-global-typography-b75679d-line-height );letter-spacing:var( --e-global-typography-b75679d-letter-spacing );word-spacing:var( --e-global-typography-b75679d-word-spacing );}}@media(max-width:767px){.elementor-1561 .elementor-element.elementor-element-7419a75a .elementor-heading-title{font-size:var( --e-global-typography-b75679d-font-size );line-height:var( --e-global-typography-b75679d-line-height );letter-spacing:var( --e-global-typography-b75679d-letter-spacing );word-spacing:var( --e-global-typography-b75679d-word-spacing );}}</style><div data-elementor-type="loop" data-elementor-id="1561" class="elementor elementor-1561 dce-elementor-rendering-id-17 post-3006 speaker_posts type-speaker_posts status-publish has-post-thumbnail hentry conference-curious2022 speaker-type-speaker topics-bright-future" data-elementor-post-type="elementor_library"><section class="elementor-section elementor-top-section elementor-element elementor-element-2f5286a6 elementor-section-height-min-height elementor-section-items-stretch section-loop-topic elementor-section-boxed elementor-section-height-default" data-id="2f5286a6" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;e4f8090&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}"><div class="elementor-container elementor-column-gap-default"><div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-409c2a6e shadow-medium radius-medium" style="cursor: pointer;" data-column-clickable="https://www.curiousfutureinsight.org/_speakers/george-church/" data-column-clickable-blank="_self" data-dce-background-overlay-color="#00000000" data-dce-background-image-url="https://www.curiousfutureinsight.org/wp-content/uploads/George-Church.jpg" data-id="409c2a6e" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><div class="elementor-element elementor-element-7419a75a elementor-widget elementor-widget-heading" data-id="7419a75a" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h4 class="elementor-heading-title elementor-size-default">George Church</h4></div></div><div class="elementor-element elementor-element-1c8ebf6a elementor-widget elementor-widget-heading" data-id="1c8ebf6a" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">Harvard Medical School</div></div></div></div></div></div></section></div></div></article><article class="post-13013 speaker_posts type-speaker_posts status-publish has-post-thumbnail hentry conference-curious2024 speaker-type-speaker topics-digitalization topics-life-science dce-post dce-post-item swiper-slide dce-item-carousel" data-dce-post-id="13013" data-dce-post-index="8"><div class="dce-post-block"> <style>.elementor-1561 .elementor-element.elementor-element-2f5286a6 > .elementor-container{min-height:280px;}.elementor-1561 .elementor-element.elementor-element-2f5286a6 .elementor-repeater-item-e4f8090.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-bc-flex-widget .elementor-1561 .elementor-element.elementor-element-409c2a6e.elementor-column .elementor-widget-wrap{align-items:flex-end;}.elementor-1561 .elementor-element.elementor-element-409c2a6e.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:flex-end;align-items:flex-end;}.elementor-1561 .elementor-element.elementor-element-409c2a6e > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:5px;}.elementor-1561 .elementor-element.elementor-element-409c2a6e:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-1561 .elementor-element.elementor-element-409c2a6e > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-position:center center;background-size:cover;}.elementor-1561 .elementor-element.elementor-element-409c2a6e > .elementor-element-populated > .elementor-background-overlay{background-color:transparent;background-image:linear-gradient(180deg, #00000000 0%, #000000C4 61%);opacity:0.5;}.elementor-1561 .elementor-element.elementor-element-409c2a6e:hover > .elementor-element-populated > .elementor-background-overlay{background-color:var( --e-global-color-cde2bbe );opacity:0.5;}.elementor-1561 .elementor-element.elementor-element-409c2a6e > .elementor-element-populated{border-style:solid;border-width:0px 0px 0px 0px;border-color:var( --e-global-color-primary );transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:20px 24px 20px 24px;}.elementor-1561 .elementor-element.elementor-element-409c2a6e > .elementor-element-populated, .elementor-1561 .elementor-element.elementor-element-409c2a6e > .elementor-element-populated > .elementor-background-overlay, .elementor-1561 .elementor-element.elementor-element-409c2a6e > .elementor-background-slideshow{border-radius:15px 15px 15px 15px;}.elementor-1561 .elementor-element.elementor-element-409c2a6e > .elementor-element-populated > .elementor-background-overlay{transition:background 0.5s, border-radius 0.3s, opacity 0.5s;}.elementor-1561 .elementor-element.elementor-element-7419a75a .elementor-heading-title{color:var( --e-global-color-primary );font-family:var( --e-global-typography-b75679d-font-family ), Sans-serif;font-size:var( --e-global-typography-b75679d-font-size );font-weight:var( --e-global-typography-b75679d-font-weight );line-height:var( --e-global-typography-b75679d-line-height );letter-spacing:var( --e-global-typography-b75679d-letter-spacing );word-spacing:var( --e-global-typography-b75679d-word-spacing );}.elementor-1561 .elementor-element.elementor-element-1c8ebf6a .elementor-heading-title{color:var( --e-global-color-primary );font-family:"Raleway", Sans-serif;font-weight:400;line-height:1.3em;}.elementor-1561 .elementor-element.elementor-element-2f5286a6{padding:10px 10px 10px 10px;}@media(max-width:1024px){.elementor-1561 .elementor-element.elementor-element-7419a75a .elementor-heading-title{font-size:var( --e-global-typography-b75679d-font-size );line-height:var( --e-global-typography-b75679d-line-height );letter-spacing:var( --e-global-typography-b75679d-letter-spacing );word-spacing:var( --e-global-typography-b75679d-word-spacing );}}@media(max-width:767px){.elementor-1561 .elementor-element.elementor-element-7419a75a .elementor-heading-title{font-size:var( --e-global-typography-b75679d-font-size );line-height:var( --e-global-typography-b75679d-line-height );letter-spacing:var( --e-global-typography-b75679d-letter-spacing );word-spacing:var( --e-global-typography-b75679d-word-spacing );}}</style><div data-elementor-type="loop" data-elementor-id="1561" class="elementor elementor-1561 dce-elementor-rendering-id-18 post-13013 speaker_posts type-speaker_posts status-publish has-post-thumbnail hentry conference-curious2024 speaker-type-speaker topics-digitalization topics-life-science" data-elementor-post-type="elementor_library"><section class="elementor-section elementor-top-section elementor-element elementor-element-2f5286a6 elementor-section-height-min-height elementor-section-items-stretch section-loop-topic elementor-section-boxed elementor-section-height-default" data-id="2f5286a6" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;e4f8090&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}"><div class="elementor-container elementor-column-gap-default"><div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-409c2a6e shadow-medium radius-medium" style="cursor: pointer;" data-column-clickable="https://www.curiousfutureinsight.org/_speakers/david-baker/" data-column-clickable-blank="_self" data-dce-background-overlay-color="#00000000" data-dce-background-image-url="https://www.curiousfutureinsight.org/wp-content/uploads/DavidBaker.jpg" data-id="409c2a6e" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><div class="elementor-element elementor-element-7419a75a elementor-widget elementor-widget-heading" data-id="7419a75a" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h4 class="elementor-heading-title elementor-size-default">David Baker</h4></div></div><div class="elementor-element elementor-element-1c8ebf6a elementor-widget elementor-widget-heading" data-id="1c8ebf6a" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">University of Washington and Howard Hughes Medical Institute, Nobel Laureate Chemistry 2024</div></div></div></div></div></div></section></div></div></article><article class="post-3078 speaker_posts type-speaker_posts status-publish has-post-thumbnail hentry conference-curious2022 speaker-type-speaker topics-bright-future dce-post dce-post-item swiper-slide dce-item-carousel" data-dce-post-id="3078" data-dce-post-index="9"><div class="dce-post-block"> <style>.elementor-1561 .elementor-element.elementor-element-2f5286a6 > .elementor-container{min-height:280px;}.elementor-1561 .elementor-element.elementor-element-2f5286a6 .elementor-repeater-item-e4f8090.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-bc-flex-widget .elementor-1561 .elementor-element.elementor-element-409c2a6e.elementor-column .elementor-widget-wrap{align-items:flex-end;}.elementor-1561 .elementor-element.elementor-element-409c2a6e.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:flex-end;align-items:flex-end;}.elementor-1561 .elementor-element.elementor-element-409c2a6e > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:5px;}.elementor-1561 .elementor-element.elementor-element-409c2a6e:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-1561 .elementor-element.elementor-element-409c2a6e > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-position:center center;background-size:cover;}.elementor-1561 .elementor-element.elementor-element-409c2a6e > .elementor-element-populated > .elementor-background-overlay{background-color:transparent;background-image:linear-gradient(180deg, #00000000 0%, #000000C4 61%);opacity:0.5;}.elementor-1561 .elementor-element.elementor-element-409c2a6e:hover > .elementor-element-populated > .elementor-background-overlay{background-color:var( --e-global-color-cde2bbe );opacity:0.5;}.elementor-1561 .elementor-element.elementor-element-409c2a6e > .elementor-element-populated{border-style:solid;border-width:0px 0px 0px 0px;border-color:var( --e-global-color-primary );transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:20px 24px 20px 24px;}.elementor-1561 .elementor-element.elementor-element-409c2a6e > .elementor-element-populated, .elementor-1561 .elementor-element.elementor-element-409c2a6e > .elementor-element-populated > .elementor-background-overlay, .elementor-1561 .elementor-element.elementor-element-409c2a6e > .elementor-background-slideshow{border-radius:15px 15px 15px 15px;}.elementor-1561 .elementor-element.elementor-element-409c2a6e > .elementor-element-populated > .elementor-background-overlay{transition:background 0.5s, border-radius 0.3s, opacity 0.5s;}.elementor-1561 .elementor-element.elementor-element-7419a75a .elementor-heading-title{color:var( --e-global-color-primary );font-family:var( --e-global-typography-b75679d-font-family ), Sans-serif;font-size:var( --e-global-typography-b75679d-font-size );font-weight:var( --e-global-typography-b75679d-font-weight );line-height:var( --e-global-typography-b75679d-line-height );letter-spacing:var( --e-global-typography-b75679d-letter-spacing );word-spacing:var( --e-global-typography-b75679d-word-spacing );}.elementor-1561 .elementor-element.elementor-element-1c8ebf6a .elementor-heading-title{color:var( --e-global-color-primary );font-family:"Raleway", Sans-serif;font-weight:400;line-height:1.3em;}.elementor-1561 .elementor-element.elementor-element-2f5286a6{padding:10px 10px 10px 10px;}@media(max-width:1024px){.elementor-1561 .elementor-element.elementor-element-7419a75a .elementor-heading-title{font-size:var( --e-global-typography-b75679d-font-size );line-height:var( --e-global-typography-b75679d-line-height );letter-spacing:var( --e-global-typography-b75679d-letter-spacing );word-spacing:var( --e-global-typography-b75679d-word-spacing );}}@media(max-width:767px){.elementor-1561 .elementor-element.elementor-element-7419a75a .elementor-heading-title{font-size:var( --e-global-typography-b75679d-font-size );line-height:var( --e-global-typography-b75679d-line-height );letter-spacing:var( --e-global-typography-b75679d-letter-spacing );word-spacing:var( --e-global-typography-b75679d-word-spacing );}}</style><div data-elementor-type="loop" data-elementor-id="1561" class="elementor elementor-1561 dce-elementor-rendering-id-19 post-3078 speaker_posts type-speaker_posts status-publish has-post-thumbnail hentry conference-curious2022 speaker-type-speaker topics-bright-future" data-elementor-post-type="elementor_library"><section class="elementor-section elementor-top-section elementor-element elementor-element-2f5286a6 elementor-section-height-min-height elementor-section-items-stretch section-loop-topic elementor-section-boxed elementor-section-height-default" data-id="2f5286a6" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;e4f8090&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}"><div class="elementor-container elementor-column-gap-default"><div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-409c2a6e shadow-medium radius-medium" style="cursor: pointer;" data-column-clickable="https://www.curiousfutureinsight.org/_speakers/sandrine-dixon-decleve/" data-column-clickable-blank="_self" data-dce-background-overlay-color="#00000000" data-dce-background-image-url="https://www.curiousfutureinsight.org/wp-content/uploads/Sandrine-Dixson-Decleve-2.jpg" data-id="409c2a6e" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><div class="elementor-element elementor-element-7419a75a elementor-widget elementor-widget-heading" data-id="7419a75a" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h4 class="elementor-heading-title elementor-size-default">Sandrine Dixson-Declève</h4></div></div><div class="elementor-element elementor-element-1c8ebf6a elementor-widget elementor-widget-heading" data-id="1c8ebf6a" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">Co-President of the Club of Rome</div></div></div></div></div></div></section></div></div></article><article class="post-3046 speaker_posts type-speaker_posts status-publish has-post-thumbnail hentry conference-curious2022 speaker-type-speaker topics-bright-future dce-post dce-post-item swiper-slide dce-item-carousel" data-dce-post-id="3046" data-dce-post-index="10"><div class="dce-post-block"> <style>.elementor-1561 .elementor-element.elementor-element-2f5286a6 > .elementor-container{min-height:280px;}.elementor-1561 .elementor-element.elementor-element-2f5286a6 .elementor-repeater-item-e4f8090.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-bc-flex-widget .elementor-1561 .elementor-element.elementor-element-409c2a6e.elementor-column .elementor-widget-wrap{align-items:flex-end;}.elementor-1561 .elementor-element.elementor-element-409c2a6e.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:flex-end;align-items:flex-end;}.elementor-1561 .elementor-element.elementor-element-409c2a6e > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:5px;}.elementor-1561 .elementor-element.elementor-element-409c2a6e:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-1561 .elementor-element.elementor-element-409c2a6e > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-position:center center;background-size:cover;}.elementor-1561 .elementor-element.elementor-element-409c2a6e > .elementor-element-populated > .elementor-background-overlay{background-color:transparent;background-image:linear-gradient(180deg, #00000000 0%, #000000C4 61%);opacity:0.5;}.elementor-1561 .elementor-element.elementor-element-409c2a6e:hover > .elementor-element-populated > .elementor-background-overlay{background-color:var( --e-global-color-cde2bbe );opacity:0.5;}.elementor-1561 .elementor-element.elementor-element-409c2a6e > .elementor-element-populated{border-style:solid;border-width:0px 0px 0px 0px;border-color:var( --e-global-color-primary );transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:20px 24px 20px 24px;}.elementor-1561 .elementor-element.elementor-element-409c2a6e > .elementor-element-populated, .elementor-1561 .elementor-element.elementor-element-409c2a6e > .elementor-element-populated > .elementor-background-overlay, .elementor-1561 .elementor-element.elementor-element-409c2a6e > .elementor-background-slideshow{border-radius:15px 15px 15px 15px;}.elementor-1561 .elementor-element.elementor-element-409c2a6e > .elementor-element-populated > .elementor-background-overlay{transition:background 0.5s, border-radius 0.3s, opacity 0.5s;}.elementor-1561 .elementor-element.elementor-element-7419a75a .elementor-heading-title{color:var( --e-global-color-primary );font-family:var( --e-global-typography-b75679d-font-family ), Sans-serif;font-size:var( --e-global-typography-b75679d-font-size );font-weight:var( --e-global-typography-b75679d-font-weight );line-height:var( --e-global-typography-b75679d-line-height );letter-spacing:var( --e-global-typography-b75679d-letter-spacing );word-spacing:var( --e-global-typography-b75679d-word-spacing );}.elementor-1561 .elementor-element.elementor-element-1c8ebf6a .elementor-heading-title{color:var( --e-global-color-primary );font-family:"Raleway", Sans-serif;font-weight:400;line-height:1.3em;}.elementor-1561 .elementor-element.elementor-element-2f5286a6{padding:10px 10px 10px 10px;}@media(max-width:1024px){.elementor-1561 .elementor-element.elementor-element-7419a75a .elementor-heading-title{font-size:var( --e-global-typography-b75679d-font-size );line-height:var( --e-global-typography-b75679d-line-height );letter-spacing:var( --e-global-typography-b75679d-letter-spacing );word-spacing:var( --e-global-typography-b75679d-word-spacing );}}@media(max-width:767px){.elementor-1561 .elementor-element.elementor-element-7419a75a .elementor-heading-title{font-size:var( --e-global-typography-b75679d-font-size );line-height:var( --e-global-typography-b75679d-line-height );letter-spacing:var( --e-global-typography-b75679d-letter-spacing );word-spacing:var( --e-global-typography-b75679d-word-spacing );}}</style><div data-elementor-type="loop" data-elementor-id="1561" class="elementor elementor-1561 dce-elementor-rendering-id-20 post-3046 speaker_posts type-speaker_posts status-publish has-post-thumbnail hentry conference-curious2022 speaker-type-speaker topics-bright-future" data-elementor-post-type="elementor_library"><section class="elementor-section elementor-top-section elementor-element elementor-element-2f5286a6 elementor-section-height-min-height elementor-section-items-stretch section-loop-topic elementor-section-boxed elementor-section-height-default" data-id="2f5286a6" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;e4f8090&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}"><div class="elementor-container elementor-column-gap-default"><div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-409c2a6e shadow-medium radius-medium" style="cursor: pointer;" data-column-clickable="https://www.curiousfutureinsight.org/_speakers/linda-a-hill/" data-column-clickable-blank="_self" data-dce-background-overlay-color="#00000000" data-dce-background-image-url="https://www.curiousfutureinsight.org/wp-content/uploads/Linda-Hill.jpg" data-id="409c2a6e" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><div class="elementor-element elementor-element-7419a75a elementor-widget elementor-widget-heading" data-id="7419a75a" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h4 class="elementor-heading-title elementor-size-default">Linda A. Hill</h4></div></div><div class="elementor-element elementor-element-1c8ebf6a elementor-widget elementor-widget-heading" data-id="1c8ebf6a" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">Harvard Business School</div></div></div></div></div></div></section></div></div></article><article class="post-4709 speaker_posts type-speaker_posts status-publish has-post-thumbnail hentry topics_2018-vibrant-digital conference-curious2018 speaker-type-keynote topics-digitalization dce-post dce-post-item swiper-slide dce-item-carousel" data-dce-post-id="4709" data-dce-post-index="11"><div class="dce-post-block"> <style>.elementor-1561 .elementor-element.elementor-element-2f5286a6 > .elementor-container{min-height:280px;}.elementor-1561 .elementor-element.elementor-element-2f5286a6 .elementor-repeater-item-e4f8090.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-bc-flex-widget .elementor-1561 .elementor-element.elementor-element-409c2a6e.elementor-column .elementor-widget-wrap{align-items:flex-end;}.elementor-1561 .elementor-element.elementor-element-409c2a6e.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:flex-end;align-items:flex-end;}.elementor-1561 .elementor-element.elementor-element-409c2a6e > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:5px;}.elementor-1561 .elementor-element.elementor-element-409c2a6e:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-1561 .elementor-element.elementor-element-409c2a6e > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-position:center center;background-size:cover;}.elementor-1561 .elementor-element.elementor-element-409c2a6e > .elementor-element-populated > .elementor-background-overlay{background-color:transparent;background-image:linear-gradient(180deg, #00000000 0%, #000000C4 61%);opacity:0.5;}.elementor-1561 .elementor-element.elementor-element-409c2a6e:hover > .elementor-element-populated > .elementor-background-overlay{background-color:var( --e-global-color-cde2bbe );opacity:0.5;}.elementor-1561 .elementor-element.elementor-element-409c2a6e > .elementor-element-populated{border-style:solid;border-width:0px 0px 0px 0px;border-color:var( --e-global-color-primary );transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:20px 24px 20px 24px;}.elementor-1561 .elementor-element.elementor-element-409c2a6e > .elementor-element-populated, .elementor-1561 .elementor-element.elementor-element-409c2a6e > .elementor-element-populated > .elementor-background-overlay, .elementor-1561 .elementor-element.elementor-element-409c2a6e > .elementor-background-slideshow{border-radius:15px 15px 15px 15px;}.elementor-1561 .elementor-element.elementor-element-409c2a6e > .elementor-element-populated > .elementor-background-overlay{transition:background 0.5s, border-radius 0.3s, opacity 0.5s;}.elementor-1561 .elementor-element.elementor-element-7419a75a .elementor-heading-title{color:var( --e-global-color-primary );font-family:var( --e-global-typography-b75679d-font-family ), Sans-serif;font-size:var( --e-global-typography-b75679d-font-size );font-weight:var( --e-global-typography-b75679d-font-weight );line-height:var( --e-global-typography-b75679d-line-height );letter-spacing:var( --e-global-typography-b75679d-letter-spacing );word-spacing:var( --e-global-typography-b75679d-word-spacing );}.elementor-1561 .elementor-element.elementor-element-1c8ebf6a .elementor-heading-title{color:var( --e-global-color-primary );font-family:"Raleway", Sans-serif;font-weight:400;line-height:1.3em;}.elementor-1561 .elementor-element.elementor-element-2f5286a6{padding:10px 10px 10px 10px;}@media(max-width:1024px){.elementor-1561 .elementor-element.elementor-element-7419a75a .elementor-heading-title{font-size:var( --e-global-typography-b75679d-font-size );line-height:var( --e-global-typography-b75679d-line-height );letter-spacing:var( --e-global-typography-b75679d-letter-spacing );word-spacing:var( --e-global-typography-b75679d-word-spacing );}}@media(max-width:767px){.elementor-1561 .elementor-element.elementor-element-7419a75a .elementor-heading-title{font-size:var( --e-global-typography-b75679d-font-size );line-height:var( --e-global-typography-b75679d-line-height );letter-spacing:var( --e-global-typography-b75679d-letter-spacing );word-spacing:var( --e-global-typography-b75679d-word-spacing );}}</style><div data-elementor-type="loop" data-elementor-id="1561" class="elementor elementor-1561 dce-elementor-rendering-id-21 post-4709 speaker_posts type-speaker_posts status-publish has-post-thumbnail hentry topics_2018-vibrant-digital conference-curious2018 speaker-type-keynote topics-digitalization" data-elementor-post-type="elementor_library"><section class="elementor-section elementor-top-section elementor-element elementor-element-2f5286a6 elementor-section-height-min-height elementor-section-items-stretch section-loop-topic elementor-section-boxed elementor-section-height-default" data-id="2f5286a6" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;e4f8090&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}"><div class="elementor-container elementor-column-gap-default"><div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-409c2a6e shadow-medium radius-medium" style="cursor: pointer;" data-column-clickable="https://www.curiousfutureinsight.org/_speakers/satya-nadella/" data-column-clickable-blank="_self" data-dce-background-overlay-color="#00000000" data-dce-background-image-url="https://www.curiousfutureinsight.org/wp-content/uploads/Satya-Nadella.jpg" data-id="409c2a6e" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><div class="elementor-element elementor-element-7419a75a elementor-widget elementor-widget-heading" data-id="7419a75a" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h4 class="elementor-heading-title elementor-size-default">Satya Nadella</h4></div></div><div class="elementor-element elementor-element-1c8ebf6a elementor-widget elementor-widget-heading" data-id="1c8ebf6a" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">CEO Microsoft</div></div></div></div></div></div></section></div></div></article></div></div><div class="dce-carousel-controls"><div class="dce-container-navigation swiper-container-horizontal"><div class="swiper-button-left left-37ebba5"> <svg x="-10px" y="-10px" width="85.039px" height="85.039px" viewBox="378.426 255.12 85.039 85.039" xml:space="preserve"> <line fill="none" stroke="#000000" stroke-width="1.3845" stroke-dasharray="0,0" stroke-miterlimit="10" x1="382.456" y1="298.077" x2="458.375" y2="298.077"/> <polyline fill="none" stroke="#000000" stroke-width="1.3845" stroke-dasharray="0,0" stroke-miterlimit="10" points="416.287,331.909,382.456,298.077,416.287,264.245 "/> </svg></div><div class="swiper-button-right right-37ebba5"> <svg xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="85.039px" height="85.039px" viewBox="378.426 255.12 85.039 85.039" xml:space="preserve"> <line fill="none" stroke="#000000" stroke-width="1.3845" stroke-miterlimit="10" x1="458.375" y1="298.077" x2="382.456" y2="298.077"/> <polyline fill="none" stroke="#000000" stroke-width="1.3845" stroke-miterlimit="10" points="424.543,264.245,458.375,298.077,424.543,331.909 "/> </svg></div></div></div></div></div></div></div></div></section><section data-dce-background-overlay-color="#093C66" class="elementor-section elementor-top-section elementor-element elementor-element-6a25d6c elementor-section-height-min-height elementor-section-items-stretch elementor-section-boxed elementor-section-height-default" data-id="6a25d6c" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[],&quot;shape_divider_top&quot;:&quot;curve-asymmetrical&quot;,&quot;shape_divider_top_negative&quot;:&quot;yes&quot;,&quot;shape_divider_bottom&quot;:&quot;curve-asymmetrical&quot;,&quot;shape_divider_bottom_negative&quot;:&quot;yes&quot;}"><div class="elementor-background-overlay"></div><div class="elementor-shape elementor-shape-top" data-negative="true"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 100" preserveAspectRatio="none"> <path class="elementor-shape-fill" d="M615.2,96.7C240.2,97.8,0,18.9,0,0v100h1000V0C1000,19.2,989.8,96,615.2,96.7z"/> </svg></div><div class="elementor-shape elementor-shape-bottom" data-negative="true"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 100" preserveAspectRatio="none"> <path class="elementor-shape-fill" d="M615.2,96.7C240.2,97.8,0,18.9,0,0v100h1000V0C1000,19.2,989.8,96,615.2,96.7z"/> </svg></div><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-430b753" data-id="430b753" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="jet-satellite-widget elementor-element elementor-element-b90d1f2 elementor-widget__width-auto elementor-absolute elementor-widget elementor-widget-image" data-jet-tricks-settings="{&quot;satellite&quot;:&quot;true&quot;,&quot;satelliteType&quot;:&quot;image&quot;,&quot;satellitePosition&quot;:&quot;bottom-right&quot;}" data-id="b90d1f2" data-element_type="widget" data-settings="{&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_translateY_effect&quot;:&quot;yes&quot;,&quot;motion_fx_translateY_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;_position&quot;:&quot;absolute&quot;,&quot;motion_fx_translateY_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:100}},&quot;motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}" data-widget_type="image.default"><div class="elementor-widget-container"><div class="jet-tricks-satellite jet-tricks-satellite--bottom-right"><div class="jet-tricks-satellite__inner"><div class="jet-tricks-satellite__image"><img decoding="async" class="jet-tricks-satellite__image-instance lazyload" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://www.curiousfutureinsight.org/wp-content/uploads/2021/11/lens_flare.png" alt=""><noscript><img decoding="async" class="jet-tricks-satellite__image-instance lazyload" src="https://www.curiousfutureinsight.org/wp-content/uploads/2021/11/lens_flare.png" alt=""></noscript></div></div></div> <img decoding="async" width="800" height="805" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://www.curiousfutureinsight.org/wp-content/uploads/blue_orb.svg" class="attachment-large size-large wp-image-5385 lazyload" alt="" /><noscript><img decoding="async" width="800" height="805" src="https://www.curiousfutureinsight.org/wp-content/uploads/blue_orb.svg" class="attachment-large size-large wp-image-5385 lazyload" alt="" /></noscript></div></div><div class="elementor-element elementor-element-59bf72e elementor-widget__width-auto elementor-absolute elementor-widget elementor-widget-image" data-id="59bf72e" data-element_type="widget" data-settings="{&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_translateY_effect&quot;:&quot;yes&quot;,&quot;motion_fx_translateY_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0.5,&quot;sizes&quot;:[]},&quot;_position&quot;:&quot;absolute&quot;,&quot;motion_fx_translateY_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:100}},&quot;motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}" data-widget_type="image.default"><div class="elementor-widget-container"> <img decoding="async" width="800" height="805" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://www.curiousfutureinsight.org/wp-content/uploads/blue_orb.svg" class="attachment-large size-large wp-image-5385 lazyload" alt="" /><noscript><img decoding="async" width="800" height="805" src="https://www.curiousfutureinsight.org/wp-content/uploads/blue_orb.svg" class="attachment-large size-large wp-image-5385 lazyload" alt="" /></noscript></div></div><div class="elementor-element elementor-element-8dbdcc3 elementor-position-left elementor-view-default elementor-mobile-position-top elementor-vertical-align-top elementor-widget elementor-widget-icon-box" data-id="8dbdcc3" data-element_type="widget" data-widget_type="icon-box.default"><div class="elementor-widget-container"><div class="elementor-icon-box-wrapper"><div class="elementor-icon-box-icon"> <span class="elementor-icon elementor-animation-"> <i aria-hidden="true" class="fas fa-quote-left"></i> </span></div><div class="elementor-icon-box-content"><div class="elementor-icon-box-title"> <span > Probably the next step up in quality is the Nobel Prize Ceremony. </span></div><p class="elementor-icon-box-description"> - Participant Curious2018</p></div></div></div></div></div></div></div></section><section data-dce-background-color="#E8F0F3" class="elementor-section elementor-top-section elementor-element elementor-element-e0965f8 elementor-section-height-min-height elementor-section-full_width elementor-section-items-stretch elementor-section-height-default" data-id="e0965f8" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[],&quot;background_background&quot;:&quot;gradient&quot;}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-6d14db6" data-id="6d14db6" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-019499a elementor-widget elementor-widget-heading" data-id="019499a" data-element_type="widget" data-settings="{&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}" data-widget_type="heading.default"><div class="elementor-widget-container"><h1 class="elementor-heading-title elementor-size-default">Topics</h1></div></div><div class="elementor-element elementor-element-b44529d elementor-widget elementor-widget-heading" data-id="b44529d" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h4 class="elementor-heading-title elementor-size-default">What will tomorrow look like? Investigate the future with scientists, technologists and entrepreneurs bringing it to life one breakthrough at a time.</h4></div></div><div class="elementor-element elementor-element-d1d9a6a dce-posts-layout-template elementor-hidden-desktop dce-carousel-effect-slide hover-animation-yes elementor-widget elementor-widget-dce-dynamicposts-v2" data-id="d1d9a6a" data-element_type="widget" data-settings="{&quot;style_items&quot;:&quot;template&quot;,&quot;carousel_slidesPerView&quot;:3,&quot;carousel_spaceBetween&quot;:20,&quot;carousel_keyboardControl&quot;:&quot;yes&quot;,&quot;carousel_mousewheelControl&quot;:&quot;yes&quot;,&quot;carousel_slidesColumn&quot;:1,&quot;carousel_slidesPerView_tablet&quot;:3,&quot;carousel_slidesPerView_mobile&quot;:1,&quot;carousel_speed_slider&quot;:300,&quot;carousel_effects&quot;:&quot;slide&quot;,&quot;carousel_direction_slider&quot;:&quot;horizontal&quot;,&quot;carousel_initialSlide&quot;:0,&quot;carousel_slidesPerGroup&quot;:1,&quot;carousel_useNavigation&quot;:&quot;yes&quot;,&quot;carousel_slidesOffsetBefore&quot;:0,&quot;carousel_slidesOffsetAfter&quot;:0,&quot;carousel_slidesPerColumnFill&quot;:&quot;row&quot;}" data-widget_type="dce-dynamicposts-v2.carousel"><div class="elementor-widget-container"><div class="dce-fix-background-loop dce-posts-container dce-posts dce-dynamic-posts-collection swiper dce-skin-carousel"><div class="dce-posts-wrapper swiper-wrapper dce-wrapper-carousel"><article class="post-1391 topic_posts type-topic_posts status-publish has-post-thumbnail hentry dce-post dce-post-item swiper-slide dce-item-carousel" data-dce-post-id="1391" data-dce-post-index="0"><div class="dce-post-block"> <style id="elementor-post-1428">.elementor-1428 .elementor-element.elementor-element-dda8a5f > .elementor-container{min-height:400px;}.elementor-1428 .elementor-element.elementor-element-dda8a5f .elementor-repeater-item-9b54955.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-bc-flex-widget .elementor-1428 .elementor-element.elementor-element-0986fe5.elementor-column .elementor-widget-wrap{align-items:flex-end;}.elementor-1428 .elementor-element.elementor-element-0986fe5.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:flex-end;align-items:flex-end;}.elementor-1428 .elementor-element.elementor-element-0986fe5 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:5px;}.elementor-1428 .elementor-element.elementor-element-0986fe5:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-1428 .elementor-element.elementor-element-0986fe5 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-position:center center;background-size:cover;}.elementor-1428 .elementor-element.elementor-element-0986fe5 > .elementor-element-populated > .elementor-background-overlay{background-color:transparent;background-image:linear-gradient(180deg, #00000000 0%, #000000C4 84%);opacity:0.5;}.elementor-1428 .elementor-element.elementor-element-0986fe5:hover > .elementor-element-populated > .elementor-background-overlay{background-color:var( --e-global-color-cde2bbe );opacity:0.5;}.elementor-1428 .elementor-element.elementor-element-0986fe5 > .elementor-element-populated{border-style:solid;border-width:0px 0px 0px 0px;border-color:var( --e-global-color-primary );transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:20px 24px 20px 24px;}.elementor-1428 .elementor-element.elementor-element-0986fe5 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.5s, border-radius 0.3s, opacity 0.5s;}.elementor-1428 .elementor-element.elementor-element-b9f4029 .elementor-heading-title{color:var( --e-global-color-primary );font-family:var( --e-global-typography-b75679d-font-family ), Sans-serif;font-size:var( --e-global-typography-b75679d-font-size );font-weight:var( --e-global-typography-b75679d-font-weight );line-height:var( --e-global-typography-b75679d-line-height );letter-spacing:var( --e-global-typography-b75679d-letter-spacing );word-spacing:var( --e-global-typography-b75679d-word-spacing );}.elementor-1428 .elementor-element.elementor-element-a5885e2 .elementor-heading-title{color:var( --e-global-color-primary );font-family:"Raleway", Sans-serif;font-weight:400;line-height:1.3em;}.elementor-1428 .elementor-element.elementor-element-dda8a5f{padding:5px 5px 5px 5px;}@media(max-width:1024px){.elementor-1428 .elementor-element.elementor-element-b9f4029 .elementor-heading-title{font-size:var( --e-global-typography-b75679d-font-size );line-height:var( --e-global-typography-b75679d-line-height );letter-spacing:var( --e-global-typography-b75679d-letter-spacing );word-spacing:var( --e-global-typography-b75679d-word-spacing );}}@media(max-width:767px){.elementor-1428 .elementor-element.elementor-element-b9f4029 .elementor-heading-title{font-size:var( --e-global-typography-b75679d-font-size );line-height:var( --e-global-typography-b75679d-line-height );letter-spacing:var( --e-global-typography-b75679d-letter-spacing );word-spacing:var( --e-global-typography-b75679d-word-spacing );}}</style><style id="elementor-post-dynamic-1428">.elementor-1428 .elementor-element.elementor-element-0986fe5:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-1428 .elementor-element.elementor-element-0986fe5 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://www.curiousfutureinsight.org/wp-content/uploads/2022/01/curious2022-21.jpg");}</style><style>.elementor-1428 .elementor-element.elementor-element-dda8a5f > .elementor-container{min-height:400px;}.elementor-1428 .elementor-element.elementor-element-dda8a5f .elementor-repeater-item-9b54955.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-bc-flex-widget .elementor-1428 .elementor-element.elementor-element-0986fe5.elementor-column .elementor-widget-wrap{align-items:flex-end;}.elementor-1428 .elementor-element.elementor-element-0986fe5.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:flex-end;align-items:flex-end;}.elementor-1428 .elementor-element.elementor-element-0986fe5 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:5px;}.elementor-1428 .elementor-element.elementor-element-0986fe5:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-1428 .elementor-element.elementor-element-0986fe5 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-position:center center;background-size:cover;}.elementor-1428 .elementor-element.elementor-element-0986fe5 > .elementor-element-populated > .elementor-background-overlay{background-color:transparent;background-image:linear-gradient(180deg, #00000000 0%, #000000C4 84%);opacity:0.5;}.elementor-1428 .elementor-element.elementor-element-0986fe5:hover > .elementor-element-populated > .elementor-background-overlay{background-color:var( --e-global-color-cde2bbe );opacity:0.5;}.elementor-1428 .elementor-element.elementor-element-0986fe5 > .elementor-element-populated{border-style:solid;border-width:0px 0px 0px 0px;border-color:var( --e-global-color-primary );transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:20px 24px 20px 24px;}.elementor-1428 .elementor-element.elementor-element-0986fe5 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.5s, border-radius 0.3s, opacity 0.5s;}.elementor-1428 .elementor-element.elementor-element-b9f4029 .elementor-heading-title{color:var( --e-global-color-primary );font-family:var( --e-global-typography-b75679d-font-family ), Sans-serif;font-size:var( --e-global-typography-b75679d-font-size );font-weight:var( --e-global-typography-b75679d-font-weight );line-height:var( --e-global-typography-b75679d-line-height );letter-spacing:var( --e-global-typography-b75679d-letter-spacing );word-spacing:var( --e-global-typography-b75679d-word-spacing );}.elementor-1428 .elementor-element.elementor-element-a5885e2 .elementor-heading-title{color:var( --e-global-color-primary );font-family:"Raleway", Sans-serif;font-weight:400;line-height:1.3em;}.elementor-1428 .elementor-element.elementor-element-dda8a5f{padding:5px 5px 5px 5px;}@media(max-width:1024px){.elementor-1428 .elementor-element.elementor-element-b9f4029 .elementor-heading-title{font-size:var( --e-global-typography-b75679d-font-size );line-height:var( --e-global-typography-b75679d-line-height );letter-spacing:var( --e-global-typography-b75679d-letter-spacing );word-spacing:var( --e-global-typography-b75679d-word-spacing );}}@media(max-width:767px){.elementor-1428 .elementor-element.elementor-element-b9f4029 .elementor-heading-title{font-size:var( --e-global-typography-b75679d-font-size );line-height:var( --e-global-typography-b75679d-line-height );letter-spacing:var( --e-global-typography-b75679d-letter-spacing );word-spacing:var( --e-global-typography-b75679d-word-spacing );}}</style><div data-elementor-type="loop" data-elementor-id="1428" class="elementor elementor-1428 dce-elementor-rendering-id-22 post-1391 topic_posts type-topic_posts status-publish has-post-thumbnail hentry" data-elementor-post-type="elementor_library"><section class="elementor-section elementor-top-section elementor-element elementor-element-dda8a5f elementor-section-height-min-height elementor-section-items-stretch section-loop-topic elementor-section-boxed elementor-section-height-default" data-id="dda8a5f" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;9b54955&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}"><div class="elementor-container elementor-column-gap-default"><div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-0986fe5 shadow-medium radius-medium" style="cursor: pointer;" data-column-clickable="curiousfutureinsight.org/topics-overview/#healthylives" data-column-clickable-blank="_self" data-dce-background-overlay-color="#00000000" data-dce-background-image-url="https://www.curiousfutureinsight.org/wp-content/uploads/2022/01/curious2022-21.jpg" data-id="0986fe5" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><div class="elementor-element elementor-element-b9f4029 elementor-widget elementor-widget-heading" data-id="b9f4029" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h4 class="elementor-heading-title elementor-size-default">Healthy Lives</h4></div></div><div class="elementor-element elementor-element-a5885e2 elementor-widget elementor-widget-heading" data-id="a5885e2" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">New breakthrough therapies and diagnostics</div></div></div></div></div></div></section></div></div></article><article class="post-1392 topic_posts type-topic_posts status-publish has-post-thumbnail hentry dce-post dce-post-item swiper-slide dce-item-carousel" data-dce-post-id="1392" data-dce-post-index="1"><div class="dce-post-block"> <style>.elementor-1428 .elementor-element.elementor-element-dda8a5f > .elementor-container{min-height:400px;}.elementor-1428 .elementor-element.elementor-element-dda8a5f .elementor-repeater-item-9b54955.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-bc-flex-widget .elementor-1428 .elementor-element.elementor-element-0986fe5.elementor-column .elementor-widget-wrap{align-items:flex-end;}.elementor-1428 .elementor-element.elementor-element-0986fe5.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:flex-end;align-items:flex-end;}.elementor-1428 .elementor-element.elementor-element-0986fe5 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:5px;}.elementor-1428 .elementor-element.elementor-element-0986fe5:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-1428 .elementor-element.elementor-element-0986fe5 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-position:center center;background-size:cover;}.elementor-1428 .elementor-element.elementor-element-0986fe5 > .elementor-element-populated > .elementor-background-overlay{background-color:transparent;background-image:linear-gradient(180deg, #00000000 0%, #000000C4 84%);opacity:0.5;}.elementor-1428 .elementor-element.elementor-element-0986fe5:hover > .elementor-element-populated > .elementor-background-overlay{background-color:var( --e-global-color-cde2bbe );opacity:0.5;}.elementor-1428 .elementor-element.elementor-element-0986fe5 > .elementor-element-populated{border-style:solid;border-width:0px 0px 0px 0px;border-color:var( --e-global-color-primary );transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:20px 24px 20px 24px;}.elementor-1428 .elementor-element.elementor-element-0986fe5 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.5s, border-radius 0.3s, opacity 0.5s;}.elementor-1428 .elementor-element.elementor-element-b9f4029 .elementor-heading-title{color:var( --e-global-color-primary );font-family:var( --e-global-typography-b75679d-font-family ), Sans-serif;font-size:var( --e-global-typography-b75679d-font-size );font-weight:var( --e-global-typography-b75679d-font-weight );line-height:var( --e-global-typography-b75679d-line-height );letter-spacing:var( --e-global-typography-b75679d-letter-spacing );word-spacing:var( --e-global-typography-b75679d-word-spacing );}.elementor-1428 .elementor-element.elementor-element-a5885e2 .elementor-heading-title{color:var( --e-global-color-primary );font-family:"Raleway", Sans-serif;font-weight:400;line-height:1.3em;}.elementor-1428 .elementor-element.elementor-element-dda8a5f{padding:5px 5px 5px 5px;}@media(max-width:1024px){.elementor-1428 .elementor-element.elementor-element-b9f4029 .elementor-heading-title{font-size:var( --e-global-typography-b75679d-font-size );line-height:var( --e-global-typography-b75679d-line-height );letter-spacing:var( --e-global-typography-b75679d-letter-spacing );word-spacing:var( --e-global-typography-b75679d-word-spacing );}}@media(max-width:767px){.elementor-1428 .elementor-element.elementor-element-b9f4029 .elementor-heading-title{font-size:var( --e-global-typography-b75679d-font-size );line-height:var( --e-global-typography-b75679d-line-height );letter-spacing:var( --e-global-typography-b75679d-letter-spacing );word-spacing:var( --e-global-typography-b75679d-word-spacing );}}</style><div data-elementor-type="loop" data-elementor-id="1428" class="elementor elementor-1428 dce-elementor-rendering-id-23 post-1392 topic_posts type-topic_posts status-publish has-post-thumbnail hentry" data-elementor-post-type="elementor_library"><section class="elementor-section elementor-top-section elementor-element elementor-element-dda8a5f elementor-section-height-min-height elementor-section-items-stretch section-loop-topic elementor-section-boxed elementor-section-height-default" data-id="dda8a5f" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;9b54955&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}"><div class="elementor-container elementor-column-gap-default"><div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-0986fe5 shadow-medium radius-medium" style="cursor: pointer;" data-column-clickable="curiousfutureinsight.org/topics-overview/#materialsolutions" data-column-clickable-blank="_self" data-dce-background-overlay-color="#00000000" data-dce-background-image-url="https://www.curiousfutureinsight.org/wp-content/uploads/curious-2022-27-b.jpg" data-id="0986fe5" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><div class="elementor-element elementor-element-b9f4029 elementor-widget elementor-widget-heading" data-id="b9f4029" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h4 class="elementor-heading-title elementor-size-default">Materials &#038; Solutions</h4></div></div><div class="elementor-element elementor-element-a5885e2 elementor-widget elementor-widget-heading" data-id="a5885e2" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">Chemistry and beyond</div></div></div></div></div></div></section></div></div></article><article class="post-1393 topic_posts type-topic_posts status-publish has-post-thumbnail hentry dce-post dce-post-item swiper-slide dce-item-carousel" data-dce-post-id="1393" data-dce-post-index="2"><div class="dce-post-block"> <style>.elementor-1428 .elementor-element.elementor-element-dda8a5f > .elementor-container{min-height:400px;}.elementor-1428 .elementor-element.elementor-element-dda8a5f .elementor-repeater-item-9b54955.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-bc-flex-widget .elementor-1428 .elementor-element.elementor-element-0986fe5.elementor-column .elementor-widget-wrap{align-items:flex-end;}.elementor-1428 .elementor-element.elementor-element-0986fe5.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:flex-end;align-items:flex-end;}.elementor-1428 .elementor-element.elementor-element-0986fe5 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:5px;}.elementor-1428 .elementor-element.elementor-element-0986fe5:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-1428 .elementor-element.elementor-element-0986fe5 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-position:center center;background-size:cover;}.elementor-1428 .elementor-element.elementor-element-0986fe5 > .elementor-element-populated > .elementor-background-overlay{background-color:transparent;background-image:linear-gradient(180deg, #00000000 0%, #000000C4 84%);opacity:0.5;}.elementor-1428 .elementor-element.elementor-element-0986fe5:hover > .elementor-element-populated > .elementor-background-overlay{background-color:var( --e-global-color-cde2bbe );opacity:0.5;}.elementor-1428 .elementor-element.elementor-element-0986fe5 > .elementor-element-populated{border-style:solid;border-width:0px 0px 0px 0px;border-color:var( --e-global-color-primary );transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:20px 24px 20px 24px;}.elementor-1428 .elementor-element.elementor-element-0986fe5 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.5s, border-radius 0.3s, opacity 0.5s;}.elementor-1428 .elementor-element.elementor-element-b9f4029 .elementor-heading-title{color:var( --e-global-color-primary );font-family:var( --e-global-typography-b75679d-font-family ), Sans-serif;font-size:var( --e-global-typography-b75679d-font-size );font-weight:var( --e-global-typography-b75679d-font-weight );line-height:var( --e-global-typography-b75679d-line-height );letter-spacing:var( --e-global-typography-b75679d-letter-spacing );word-spacing:var( --e-global-typography-b75679d-word-spacing );}.elementor-1428 .elementor-element.elementor-element-a5885e2 .elementor-heading-title{color:var( --e-global-color-primary );font-family:"Raleway", Sans-serif;font-weight:400;line-height:1.3em;}.elementor-1428 .elementor-element.elementor-element-dda8a5f{padding:5px 5px 5px 5px;}@media(max-width:1024px){.elementor-1428 .elementor-element.elementor-element-b9f4029 .elementor-heading-title{font-size:var( --e-global-typography-b75679d-font-size );line-height:var( --e-global-typography-b75679d-line-height );letter-spacing:var( --e-global-typography-b75679d-letter-spacing );word-spacing:var( --e-global-typography-b75679d-word-spacing );}}@media(max-width:767px){.elementor-1428 .elementor-element.elementor-element-b9f4029 .elementor-heading-title{font-size:var( --e-global-typography-b75679d-font-size );line-height:var( --e-global-typography-b75679d-line-height );letter-spacing:var( --e-global-typography-b75679d-letter-spacing );word-spacing:var( --e-global-typography-b75679d-word-spacing );}}</style><div data-elementor-type="loop" data-elementor-id="1428" class="elementor elementor-1428 dce-elementor-rendering-id-24 post-1393 topic_posts type-topic_posts status-publish has-post-thumbnail hentry" data-elementor-post-type="elementor_library"><section class="elementor-section elementor-top-section elementor-element elementor-element-dda8a5f elementor-section-height-min-height elementor-section-items-stretch section-loop-topic elementor-section-boxed elementor-section-height-default" data-id="dda8a5f" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;9b54955&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}"><div class="elementor-container elementor-column-gap-default"><div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-0986fe5 shadow-medium radius-medium" style="cursor: pointer;" data-column-clickable="curiousfutureinsight.org/topics-overview/#vibrantfuture" data-column-clickable-blank="_self" data-dce-background-overlay-color="#00000000" data-dce-background-image-url="https://www.curiousfutureinsight.org/wp-content/uploads/2022/01/curious2022-14.webp" data-id="0986fe5" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><div class="elementor-element elementor-element-b9f4029 elementor-widget elementor-widget-heading" data-id="b9f4029" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h4 class="elementor-heading-title elementor-size-default">Vibrant Digital</h4></div></div><div class="elementor-element elementor-element-a5885e2 elementor-widget elementor-widget-heading" data-id="a5885e2" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">The power of in-silico</div></div></div></div></div></div></section></div></div></article><article class="post-1394 topic_posts type-topic_posts status-publish has-post-thumbnail hentry dce-post dce-post-item swiper-slide dce-item-carousel" data-dce-post-id="1394" data-dce-post-index="3"><div class="dce-post-block"> <style>.elementor-1428 .elementor-element.elementor-element-dda8a5f > .elementor-container{min-height:400px;}.elementor-1428 .elementor-element.elementor-element-dda8a5f .elementor-repeater-item-9b54955.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-bc-flex-widget .elementor-1428 .elementor-element.elementor-element-0986fe5.elementor-column .elementor-widget-wrap{align-items:flex-end;}.elementor-1428 .elementor-element.elementor-element-0986fe5.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:flex-end;align-items:flex-end;}.elementor-1428 .elementor-element.elementor-element-0986fe5 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:5px;}.elementor-1428 .elementor-element.elementor-element-0986fe5:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-1428 .elementor-element.elementor-element-0986fe5 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-position:center center;background-size:cover;}.elementor-1428 .elementor-element.elementor-element-0986fe5 > .elementor-element-populated > .elementor-background-overlay{background-color:transparent;background-image:linear-gradient(180deg, #00000000 0%, #000000C4 84%);opacity:0.5;}.elementor-1428 .elementor-element.elementor-element-0986fe5:hover > .elementor-element-populated > .elementor-background-overlay{background-color:var( --e-global-color-cde2bbe );opacity:0.5;}.elementor-1428 .elementor-element.elementor-element-0986fe5 > .elementor-element-populated{border-style:solid;border-width:0px 0px 0px 0px;border-color:var( --e-global-color-primary );transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:20px 24px 20px 24px;}.elementor-1428 .elementor-element.elementor-element-0986fe5 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.5s, border-radius 0.3s, opacity 0.5s;}.elementor-1428 .elementor-element.elementor-element-b9f4029 .elementor-heading-title{color:var( --e-global-color-primary );font-family:var( --e-global-typography-b75679d-font-family ), Sans-serif;font-size:var( --e-global-typography-b75679d-font-size );font-weight:var( --e-global-typography-b75679d-font-weight );line-height:var( --e-global-typography-b75679d-line-height );letter-spacing:var( --e-global-typography-b75679d-letter-spacing );word-spacing:var( --e-global-typography-b75679d-word-spacing );}.elementor-1428 .elementor-element.elementor-element-a5885e2 .elementor-heading-title{color:var( --e-global-color-primary );font-family:"Raleway", Sans-serif;font-weight:400;line-height:1.3em;}.elementor-1428 .elementor-element.elementor-element-dda8a5f{padding:5px 5px 5px 5px;}@media(max-width:1024px){.elementor-1428 .elementor-element.elementor-element-b9f4029 .elementor-heading-title{font-size:var( --e-global-typography-b75679d-font-size );line-height:var( --e-global-typography-b75679d-line-height );letter-spacing:var( --e-global-typography-b75679d-letter-spacing );word-spacing:var( --e-global-typography-b75679d-word-spacing );}}@media(max-width:767px){.elementor-1428 .elementor-element.elementor-element-b9f4029 .elementor-heading-title{font-size:var( --e-global-typography-b75679d-font-size );line-height:var( --e-global-typography-b75679d-line-height );letter-spacing:var( --e-global-typography-b75679d-letter-spacing );word-spacing:var( --e-global-typography-b75679d-word-spacing );}}</style><div data-elementor-type="loop" data-elementor-id="1428" class="elementor elementor-1428 dce-elementor-rendering-id-25 post-1394 topic_posts type-topic_posts status-publish has-post-thumbnail hentry" data-elementor-post-type="elementor_library"><section class="elementor-section elementor-top-section elementor-element elementor-element-dda8a5f elementor-section-height-min-height elementor-section-items-stretch section-loop-topic elementor-section-boxed elementor-section-height-default" data-id="dda8a5f" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;9b54955&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}"><div class="elementor-container elementor-column-gap-default"><div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-0986fe5 shadow-medium radius-medium" style="cursor: pointer;" data-column-clickable="curiousfutureinsight.org/topics-overview/#brightfuture" data-column-clickable-blank="_self" data-dce-background-overlay-color="#00000000" data-dce-background-image-url="https://www.curiousfutureinsight.org/wp-content/uploads/bright_future_sm.jpg" data-id="0986fe5" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><div class="elementor-element elementor-element-b9f4029 elementor-widget elementor-widget-heading" data-id="b9f4029" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h4 class="elementor-heading-title elementor-size-default">Bright Future</h4></div></div><div class="elementor-element elementor-element-a5885e2 elementor-widget elementor-widget-heading" data-id="a5885e2" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">New ways of working and collaborating</div></div></div></div></div></div></section></div></div></article><article class="post-1395 topic_posts type-topic_posts status-publish has-post-thumbnail hentry dce-post dce-post-item swiper-slide dce-item-carousel" data-dce-post-id="1395" data-dce-post-index="4"><div class="dce-post-block"> <style>.elementor-1428 .elementor-element.elementor-element-dda8a5f > .elementor-container{min-height:400px;}.elementor-1428 .elementor-element.elementor-element-dda8a5f .elementor-repeater-item-9b54955.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-bc-flex-widget .elementor-1428 .elementor-element.elementor-element-0986fe5.elementor-column .elementor-widget-wrap{align-items:flex-end;}.elementor-1428 .elementor-element.elementor-element-0986fe5.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:flex-end;align-items:flex-end;}.elementor-1428 .elementor-element.elementor-element-0986fe5 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:5px;}.elementor-1428 .elementor-element.elementor-element-0986fe5:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-1428 .elementor-element.elementor-element-0986fe5 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-position:center center;background-size:cover;}.elementor-1428 .elementor-element.elementor-element-0986fe5 > .elementor-element-populated > .elementor-background-overlay{background-color:transparent;background-image:linear-gradient(180deg, #00000000 0%, #000000C4 84%);opacity:0.5;}.elementor-1428 .elementor-element.elementor-element-0986fe5:hover > .elementor-element-populated > .elementor-background-overlay{background-color:var( --e-global-color-cde2bbe );opacity:0.5;}.elementor-1428 .elementor-element.elementor-element-0986fe5 > .elementor-element-populated{border-style:solid;border-width:0px 0px 0px 0px;border-color:var( --e-global-color-primary );transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:20px 24px 20px 24px;}.elementor-1428 .elementor-element.elementor-element-0986fe5 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.5s, border-radius 0.3s, opacity 0.5s;}.elementor-1428 .elementor-element.elementor-element-b9f4029 .elementor-heading-title{color:var( --e-global-color-primary );font-family:var( --e-global-typography-b75679d-font-family ), Sans-serif;font-size:var( --e-global-typography-b75679d-font-size );font-weight:var( --e-global-typography-b75679d-font-weight );line-height:var( --e-global-typography-b75679d-line-height );letter-spacing:var( --e-global-typography-b75679d-letter-spacing );word-spacing:var( --e-global-typography-b75679d-word-spacing );}.elementor-1428 .elementor-element.elementor-element-a5885e2 .elementor-heading-title{color:var( --e-global-color-primary );font-family:"Raleway", Sans-serif;font-weight:400;line-height:1.3em;}.elementor-1428 .elementor-element.elementor-element-dda8a5f{padding:5px 5px 5px 5px;}@media(max-width:1024px){.elementor-1428 .elementor-element.elementor-element-b9f4029 .elementor-heading-title{font-size:var( --e-global-typography-b75679d-font-size );line-height:var( --e-global-typography-b75679d-line-height );letter-spacing:var( --e-global-typography-b75679d-letter-spacing );word-spacing:var( --e-global-typography-b75679d-word-spacing );}}@media(max-width:767px){.elementor-1428 .elementor-element.elementor-element-b9f4029 .elementor-heading-title{font-size:var( --e-global-typography-b75679d-font-size );line-height:var( --e-global-typography-b75679d-line-height );letter-spacing:var( --e-global-typography-b75679d-letter-spacing );word-spacing:var( --e-global-typography-b75679d-word-spacing );}}</style><div data-elementor-type="loop" data-elementor-id="1428" class="elementor elementor-1428 dce-elementor-rendering-id-26 post-1395 topic_posts type-topic_posts status-publish has-post-thumbnail hentry" data-elementor-post-type="elementor_library"><section class="elementor-section elementor-top-section elementor-element elementor-element-dda8a5f elementor-section-height-min-height elementor-section-items-stretch section-loop-topic elementor-section-boxed elementor-section-height-default" data-id="dda8a5f" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;9b54955&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}"><div class="elementor-container elementor-column-gap-default"><div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-0986fe5 shadow-medium radius-medium" style="cursor: pointer;" data-column-clickable="curiousfutureinsight.org/topics-overview/#humanmind" data-column-clickable-blank="_self" data-dce-background-overlay-color="#00000000" data-dce-background-image-url="https://www.curiousfutureinsight.org/wp-content/uploads/curious-2022-29.jpg" data-id="0986fe5" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><div class="elementor-element elementor-element-b9f4029 elementor-widget elementor-widget-heading" data-id="b9f4029" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h4 class="elementor-heading-title elementor-size-default">Human Mind</h4></div></div><div class="elementor-element elementor-element-a5885e2 elementor-widget elementor-widget-heading" data-id="a5885e2" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">Consciousness uncovered</div></div></div></div></div></div></section></div></div></article><article class="post-1396 topic_posts type-topic_posts status-publish has-post-thumbnail hentry dce-post dce-post-item swiper-slide dce-item-carousel" data-dce-post-id="1396" data-dce-post-index="5"><div class="dce-post-block"> <style>.elementor-1428 .elementor-element.elementor-element-dda8a5f > .elementor-container{min-height:400px;}.elementor-1428 .elementor-element.elementor-element-dda8a5f .elementor-repeater-item-9b54955.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-bc-flex-widget .elementor-1428 .elementor-element.elementor-element-0986fe5.elementor-column .elementor-widget-wrap{align-items:flex-end;}.elementor-1428 .elementor-element.elementor-element-0986fe5.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:flex-end;align-items:flex-end;}.elementor-1428 .elementor-element.elementor-element-0986fe5 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:5px;}.elementor-1428 .elementor-element.elementor-element-0986fe5:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-1428 .elementor-element.elementor-element-0986fe5 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-position:center center;background-size:cover;}.elementor-1428 .elementor-element.elementor-element-0986fe5 > .elementor-element-populated > .elementor-background-overlay{background-color:transparent;background-image:linear-gradient(180deg, #00000000 0%, #000000C4 84%);opacity:0.5;}.elementor-1428 .elementor-element.elementor-element-0986fe5:hover > .elementor-element-populated > .elementor-background-overlay{background-color:var( --e-global-color-cde2bbe );opacity:0.5;}.elementor-1428 .elementor-element.elementor-element-0986fe5 > .elementor-element-populated{border-style:solid;border-width:0px 0px 0px 0px;border-color:var( --e-global-color-primary );transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:20px 24px 20px 24px;}.elementor-1428 .elementor-element.elementor-element-0986fe5 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.5s, border-radius 0.3s, opacity 0.5s;}.elementor-1428 .elementor-element.elementor-element-b9f4029 .elementor-heading-title{color:var( --e-global-color-primary );font-family:var( --e-global-typography-b75679d-font-family ), Sans-serif;font-size:var( --e-global-typography-b75679d-font-size );font-weight:var( --e-global-typography-b75679d-font-weight );line-height:var( --e-global-typography-b75679d-line-height );letter-spacing:var( --e-global-typography-b75679d-letter-spacing );word-spacing:var( --e-global-typography-b75679d-word-spacing );}.elementor-1428 .elementor-element.elementor-element-a5885e2 .elementor-heading-title{color:var( --e-global-color-primary );font-family:"Raleway", Sans-serif;font-weight:400;line-height:1.3em;}.elementor-1428 .elementor-element.elementor-element-dda8a5f{padding:5px 5px 5px 5px;}@media(max-width:1024px){.elementor-1428 .elementor-element.elementor-element-b9f4029 .elementor-heading-title{font-size:var( --e-global-typography-b75679d-font-size );line-height:var( --e-global-typography-b75679d-line-height );letter-spacing:var( --e-global-typography-b75679d-letter-spacing );word-spacing:var( --e-global-typography-b75679d-word-spacing );}}@media(max-width:767px){.elementor-1428 .elementor-element.elementor-element-b9f4029 .elementor-heading-title{font-size:var( --e-global-typography-b75679d-font-size );line-height:var( --e-global-typography-b75679d-line-height );letter-spacing:var( --e-global-typography-b75679d-letter-spacing );word-spacing:var( --e-global-typography-b75679d-word-spacing );}}</style><div data-elementor-type="loop" data-elementor-id="1428" class="elementor elementor-1428 dce-elementor-rendering-id-27 post-1396 topic_posts type-topic_posts status-publish has-post-thumbnail hentry" data-elementor-post-type="elementor_library"><section class="elementor-section elementor-top-section elementor-element elementor-element-dda8a5f elementor-section-height-min-height elementor-section-items-stretch section-loop-topic elementor-section-boxed elementor-section-height-default" data-id="dda8a5f" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;9b54955&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}"><div class="elementor-container elementor-column-gap-default"><div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-0986fe5 shadow-medium radius-medium" style="cursor: pointer;" data-column-clickable="curiousfutureinsight.org/topics-overview/#lifereimagined" data-column-clickable-blank="_self" data-dce-background-overlay-color="#00000000" data-dce-background-image-url="https://www.curiousfutureinsight.org/wp-content/uploads/2022/01/curious2022-16.webp" data-id="0986fe5" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><div class="elementor-element elementor-element-b9f4029 elementor-widget elementor-widget-heading" data-id="b9f4029" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h4 class="elementor-heading-title elementor-size-default">Life Reimagined</h4></div></div><div class="elementor-element elementor-element-a5885e2 elementor-widget elementor-widget-heading" data-id="a5885e2" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">Synthetic biology</div></div></div></div></div></div></section></div></div></article><article class="post-1397 topic_posts type-topic_posts status-publish has-post-thumbnail hentry dce-post dce-post-item swiper-slide dce-item-carousel" data-dce-post-id="1397" data-dce-post-index="6"><div class="dce-post-block"> <style>.elementor-1428 .elementor-element.elementor-element-dda8a5f > .elementor-container{min-height:400px;}.elementor-1428 .elementor-element.elementor-element-dda8a5f .elementor-repeater-item-9b54955.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-bc-flex-widget .elementor-1428 .elementor-element.elementor-element-0986fe5.elementor-column .elementor-widget-wrap{align-items:flex-end;}.elementor-1428 .elementor-element.elementor-element-0986fe5.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:flex-end;align-items:flex-end;}.elementor-1428 .elementor-element.elementor-element-0986fe5 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:5px;}.elementor-1428 .elementor-element.elementor-element-0986fe5:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-1428 .elementor-element.elementor-element-0986fe5 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-position:center center;background-size:cover;}.elementor-1428 .elementor-element.elementor-element-0986fe5 > .elementor-element-populated > .elementor-background-overlay{background-color:transparent;background-image:linear-gradient(180deg, #00000000 0%, #000000C4 84%);opacity:0.5;}.elementor-1428 .elementor-element.elementor-element-0986fe5:hover > .elementor-element-populated > .elementor-background-overlay{background-color:var( --e-global-color-cde2bbe );opacity:0.5;}.elementor-1428 .elementor-element.elementor-element-0986fe5 > .elementor-element-populated{border-style:solid;border-width:0px 0px 0px 0px;border-color:var( --e-global-color-primary );transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:20px 24px 20px 24px;}.elementor-1428 .elementor-element.elementor-element-0986fe5 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.5s, border-radius 0.3s, opacity 0.5s;}.elementor-1428 .elementor-element.elementor-element-b9f4029 .elementor-heading-title{color:var( --e-global-color-primary );font-family:var( --e-global-typography-b75679d-font-family ), Sans-serif;font-size:var( --e-global-typography-b75679d-font-size );font-weight:var( --e-global-typography-b75679d-font-weight );line-height:var( --e-global-typography-b75679d-line-height );letter-spacing:var( --e-global-typography-b75679d-letter-spacing );word-spacing:var( --e-global-typography-b75679d-word-spacing );}.elementor-1428 .elementor-element.elementor-element-a5885e2 .elementor-heading-title{color:var( --e-global-color-primary );font-family:"Raleway", Sans-serif;font-weight:400;line-height:1.3em;}.elementor-1428 .elementor-element.elementor-element-dda8a5f{padding:5px 5px 5px 5px;}@media(max-width:1024px){.elementor-1428 .elementor-element.elementor-element-b9f4029 .elementor-heading-title{font-size:var( --e-global-typography-b75679d-font-size );line-height:var( --e-global-typography-b75679d-line-height );letter-spacing:var( --e-global-typography-b75679d-letter-spacing );word-spacing:var( --e-global-typography-b75679d-word-spacing );}}@media(max-width:767px){.elementor-1428 .elementor-element.elementor-element-b9f4029 .elementor-heading-title{font-size:var( --e-global-typography-b75679d-font-size );line-height:var( --e-global-typography-b75679d-line-height );letter-spacing:var( --e-global-typography-b75679d-letter-spacing );word-spacing:var( --e-global-typography-b75679d-word-spacing );}}</style><div data-elementor-type="loop" data-elementor-id="1428" class="elementor elementor-1428 dce-elementor-rendering-id-28 post-1397 topic_posts type-topic_posts status-publish has-post-thumbnail hentry" data-elementor-post-type="elementor_library"><section class="elementor-section elementor-top-section elementor-element elementor-element-dda8a5f elementor-section-height-min-height elementor-section-items-stretch section-loop-topic elementor-section-boxed elementor-section-height-default" data-id="dda8a5f" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;9b54955&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}"><div class="elementor-container elementor-column-gap-default"><div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-0986fe5 shadow-medium radius-medium" style="cursor: pointer;" data-column-clickable="curiousfutureinsight.org/topics-overview/#energy" data-column-clickable-blank="_self" data-dce-background-overlay-color="#00000000" data-dce-background-image-url="https://www.curiousfutureinsight.org/wp-content/uploads/2022/01/curious2022-12.webp" data-id="0986fe5" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><div class="elementor-element elementor-element-b9f4029 elementor-widget elementor-widget-heading" data-id="b9f4029" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h4 class="elementor-heading-title elementor-size-default">Energy</h4></div></div><div class="elementor-element elementor-element-a5885e2 elementor-widget elementor-widget-heading" data-id="a5885e2" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">Sustainability and storage</div></div></div></div></div></div></section></div></div></article><article class="post-1399 topic_posts type-topic_posts status-publish has-post-thumbnail hentry dce-post dce-post-item swiper-slide dce-item-carousel" data-dce-post-id="1399" data-dce-post-index="7"><div class="dce-post-block"> <style>.elementor-1428 .elementor-element.elementor-element-dda8a5f > .elementor-container{min-height:400px;}.elementor-1428 .elementor-element.elementor-element-dda8a5f .elementor-repeater-item-9b54955.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-bc-flex-widget .elementor-1428 .elementor-element.elementor-element-0986fe5.elementor-column .elementor-widget-wrap{align-items:flex-end;}.elementor-1428 .elementor-element.elementor-element-0986fe5.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:flex-end;align-items:flex-end;}.elementor-1428 .elementor-element.elementor-element-0986fe5 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:5px;}.elementor-1428 .elementor-element.elementor-element-0986fe5:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-1428 .elementor-element.elementor-element-0986fe5 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-position:center center;background-size:cover;}.elementor-1428 .elementor-element.elementor-element-0986fe5 > .elementor-element-populated > .elementor-background-overlay{background-color:transparent;background-image:linear-gradient(180deg, #00000000 0%, #000000C4 84%);opacity:0.5;}.elementor-1428 .elementor-element.elementor-element-0986fe5:hover > .elementor-element-populated > .elementor-background-overlay{background-color:var( --e-global-color-cde2bbe );opacity:0.5;}.elementor-1428 .elementor-element.elementor-element-0986fe5 > .elementor-element-populated{border-style:solid;border-width:0px 0px 0px 0px;border-color:var( --e-global-color-primary );transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:20px 24px 20px 24px;}.elementor-1428 .elementor-element.elementor-element-0986fe5 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.5s, border-radius 0.3s, opacity 0.5s;}.elementor-1428 .elementor-element.elementor-element-b9f4029 .elementor-heading-title{color:var( --e-global-color-primary );font-family:var( --e-global-typography-b75679d-font-family ), Sans-serif;font-size:var( --e-global-typography-b75679d-font-size );font-weight:var( --e-global-typography-b75679d-font-weight );line-height:var( --e-global-typography-b75679d-line-height );letter-spacing:var( --e-global-typography-b75679d-letter-spacing );word-spacing:var( --e-global-typography-b75679d-word-spacing );}.elementor-1428 .elementor-element.elementor-element-a5885e2 .elementor-heading-title{color:var( --e-global-color-primary );font-family:"Raleway", Sans-serif;font-weight:400;line-height:1.3em;}.elementor-1428 .elementor-element.elementor-element-dda8a5f{padding:5px 5px 5px 5px;}@media(max-width:1024px){.elementor-1428 .elementor-element.elementor-element-b9f4029 .elementor-heading-title{font-size:var( --e-global-typography-b75679d-font-size );line-height:var( --e-global-typography-b75679d-line-height );letter-spacing:var( --e-global-typography-b75679d-letter-spacing );word-spacing:var( --e-global-typography-b75679d-word-spacing );}}@media(max-width:767px){.elementor-1428 .elementor-element.elementor-element-b9f4029 .elementor-heading-title{font-size:var( --e-global-typography-b75679d-font-size );line-height:var( --e-global-typography-b75679d-line-height );letter-spacing:var( --e-global-typography-b75679d-letter-spacing );word-spacing:var( --e-global-typography-b75679d-word-spacing );}}</style><div data-elementor-type="loop" data-elementor-id="1428" class="elementor elementor-1428 dce-elementor-rendering-id-29 post-1399 topic_posts type-topic_posts status-publish has-post-thumbnail hentry" data-elementor-post-type="elementor_library"><section class="elementor-section elementor-top-section elementor-element elementor-element-dda8a5f elementor-section-height-min-height elementor-section-items-stretch section-loop-topic elementor-section-boxed elementor-section-height-default" data-id="dda8a5f" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;9b54955&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}"><div class="elementor-container elementor-column-gap-default"><div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-0986fe5 shadow-medium radius-medium" style="cursor: pointer;" data-column-clickable="https://www.curiousfutureinsight.org/topics-overview/#mobility" data-column-clickable-blank="_self" data-dce-background-overlay-color="#00000000" data-dce-background-image-url="https://www.curiousfutureinsight.org/wp-content/uploads/curious-2022-25.jpg" data-id="0986fe5" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><div class="elementor-element elementor-element-b9f4029 elementor-widget elementor-widget-heading" data-id="b9f4029" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h4 class="elementor-heading-title elementor-size-default">Mobility</h4></div></div><div class="elementor-element elementor-element-a5885e2 elementor-widget elementor-widget-heading" data-id="a5885e2" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">Transportation for tomorrow</div></div></div></div></div></div></section></div></div></article><article class="post-1398 topic_posts type-topic_posts status-publish has-post-thumbnail hentry dce-post dce-post-item swiper-slide dce-item-carousel" data-dce-post-id="1398" data-dce-post-index="8"><div class="dce-post-block"> <style>.elementor-1428 .elementor-element.elementor-element-dda8a5f > .elementor-container{min-height:400px;}.elementor-1428 .elementor-element.elementor-element-dda8a5f .elementor-repeater-item-9b54955.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-bc-flex-widget .elementor-1428 .elementor-element.elementor-element-0986fe5.elementor-column .elementor-widget-wrap{align-items:flex-end;}.elementor-1428 .elementor-element.elementor-element-0986fe5.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:flex-end;align-items:flex-end;}.elementor-1428 .elementor-element.elementor-element-0986fe5 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:5px;}.elementor-1428 .elementor-element.elementor-element-0986fe5:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-1428 .elementor-element.elementor-element-0986fe5 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-position:center center;background-size:cover;}.elementor-1428 .elementor-element.elementor-element-0986fe5 > .elementor-element-populated > .elementor-background-overlay{background-color:transparent;background-image:linear-gradient(180deg, #00000000 0%, #000000C4 84%);opacity:0.5;}.elementor-1428 .elementor-element.elementor-element-0986fe5:hover > .elementor-element-populated > .elementor-background-overlay{background-color:var( --e-global-color-cde2bbe );opacity:0.5;}.elementor-1428 .elementor-element.elementor-element-0986fe5 > .elementor-element-populated{border-style:solid;border-width:0px 0px 0px 0px;border-color:var( --e-global-color-primary );transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:20px 24px 20px 24px;}.elementor-1428 .elementor-element.elementor-element-0986fe5 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.5s, border-radius 0.3s, opacity 0.5s;}.elementor-1428 .elementor-element.elementor-element-b9f4029 .elementor-heading-title{color:var( --e-global-color-primary );font-family:var( --e-global-typography-b75679d-font-family ), Sans-serif;font-size:var( --e-global-typography-b75679d-font-size );font-weight:var( --e-global-typography-b75679d-font-weight );line-height:var( --e-global-typography-b75679d-line-height );letter-spacing:var( --e-global-typography-b75679d-letter-spacing );word-spacing:var( --e-global-typography-b75679d-word-spacing );}.elementor-1428 .elementor-element.elementor-element-a5885e2 .elementor-heading-title{color:var( --e-global-color-primary );font-family:"Raleway", Sans-serif;font-weight:400;line-height:1.3em;}.elementor-1428 .elementor-element.elementor-element-dda8a5f{padding:5px 5px 5px 5px;}@media(max-width:1024px){.elementor-1428 .elementor-element.elementor-element-b9f4029 .elementor-heading-title{font-size:var( --e-global-typography-b75679d-font-size );line-height:var( --e-global-typography-b75679d-line-height );letter-spacing:var( --e-global-typography-b75679d-letter-spacing );word-spacing:var( --e-global-typography-b75679d-word-spacing );}}@media(max-width:767px){.elementor-1428 .elementor-element.elementor-element-b9f4029 .elementor-heading-title{font-size:var( --e-global-typography-b75679d-font-size );line-height:var( --e-global-typography-b75679d-line-height );letter-spacing:var( --e-global-typography-b75679d-letter-spacing );word-spacing:var( --e-global-typography-b75679d-word-spacing );}}</style><div data-elementor-type="loop" data-elementor-id="1428" class="elementor elementor-1428 dce-elementor-rendering-id-30 post-1398 topic_posts type-topic_posts status-publish has-post-thumbnail hentry" data-elementor-post-type="elementor_library"><section class="elementor-section elementor-top-section elementor-element elementor-element-dda8a5f elementor-section-height-min-height elementor-section-items-stretch section-loop-topic elementor-section-boxed elementor-section-height-default" data-id="dda8a5f" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;9b54955&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}"><div class="elementor-container elementor-column-gap-default"><div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-0986fe5 shadow-medium radius-medium" style="cursor: pointer;" data-column-clickable="curiousfutureinsight.org/topics-overview/#nutrition" data-column-clickable-blank="_self" data-dce-background-overlay-color="#00000000" data-dce-background-image-url="https://www.curiousfutureinsight.org/wp-content/uploads/2022/01/curious2022-8.jpg" data-id="0986fe5" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><div class="elementor-element elementor-element-b9f4029 elementor-widget elementor-widget-heading" data-id="b9f4029" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h4 class="elementor-heading-title elementor-size-default">Nutrition</h4></div></div><div class="elementor-element elementor-element-a5885e2 elementor-widget elementor-widget-heading" data-id="a5885e2" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">Healthy food for a growing world</div></div></div></div></div></div></section></div></div></article></div></div><div class="dce-carousel-controls"><div class="dce-container-navigation swiper-container-horizontal"><div class="swiper-button-left left-d1d9a6a"> <svg x="-10px" y="-10px" width="85.039px" height="85.039px" viewBox="378.426 255.12 85.039 85.039" xml:space="preserve"> <line fill="none" stroke="#000000" stroke-width="1.3845" stroke-dasharray="0,0" stroke-miterlimit="10" x1="382.456" y1="298.077" x2="458.375" y2="298.077"/> <polyline fill="none" stroke="#000000" stroke-width="1.3845" stroke-dasharray="0,0" stroke-miterlimit="10" points="416.287,331.909,382.456,298.077,416.287,264.245 "/> </svg></div><div class="swiper-button-right right-d1d9a6a"> <svg xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="85.039px" height="85.039px" viewBox="378.426 255.12 85.039 85.039" xml:space="preserve"> <line fill="none" stroke="#000000" stroke-width="1.3845" stroke-miterlimit="10" x1="458.375" y1="298.077" x2="382.456" y2="298.077"/> <polyline fill="none" stroke="#000000" stroke-width="1.3845" stroke-miterlimit="10" points="424.543,264.245,458.375,298.077,424.543,331.909 "/> </svg></div></div></div></div></div><div class="elementor-element elementor-element-b5897ab elementor-widget elementor-widget-button" data-id="b5897ab" data-element_type="widget" data-widget_type="button.default"><div class="elementor-widget-container"><div class="elementor-button-wrapper"> <a class="elementor-button elementor-button-link elementor-size-sm" href="https://www.curiousfutureinsight.org/topics-overview/"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-icon"> <i aria-hidden="true" class="fas fa-long-arrow-alt-right"></i> </span> <span class="elementor-button-text">Explore Topics</span> </span> </a></div></div></div></div></div><div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-6823708 column-right elementor-hidden-tablet elementor-hidden-mobile" data-id="6823708" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-widget-wrap elementor-element-populated"><section class="elementor-section elementor-inner-section elementor-element elementor-element-8f99bc1 elementor-section-full_width elementor-section-height-min-height elementor-section-height-default" data-id="8f99bc1" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;05ca5df&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}"><div class="elementor-container elementor-column-gap-default"><div class="make-column-clickable-elementor elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-77f4cc4 shadow-medium radius-medium" style="cursor: pointer;" data-column-clickable="curiousfutureinsight.org/topics-overview/#healthylives" data-column-clickable-blank="_self" data-dce-background-overlay-color="#00000000" data-dce-background-image-url="https://www.curiousfutureinsight.org/wp-content/uploads/2022/01/curious2022-21.jpg" data-id="77f4cc4" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><div class="elementor-element elementor-element-d5719e7 elementor-widget elementor-widget-heading" data-id="d5719e7" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h4 class="elementor-heading-title elementor-size-default">Human Health</h4></div></div><div class="elementor-element elementor-element-768efba elementor-widget elementor-widget-heading" data-id="768efba" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">New breakthrough therapies and diagnostics</div></div></div></div></div><div class="make-column-clickable-elementor elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-2c878b5 shadow-medium radius-medium" style="cursor: pointer;" data-column-clickable="curiousfutureinsight.org/topics-overview/#materialsolutions" data-column-clickable-blank="_self" data-dce-background-overlay-color="#00000000" data-dce-background-image-url="https://www.curiousfutureinsight.org/wp-content/uploads/curious-2022-27-b.jpg" data-id="2c878b5" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><div class="elementor-element elementor-element-828afa2 elementor-widget elementor-widget-heading" data-id="828afa2" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h4 class="elementor-heading-title elementor-size-default">Smart Materials</h4></div></div><div class="elementor-element elementor-element-9b0e526 elementor-widget elementor-widget-heading" data-id="9b0e526" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">Chemistry and beyond​</div></div></div></div></div><div class="make-column-clickable-elementor elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-204b9cb shadow-medium radius-medium elementor-hidden-tablet elementor-hidden-mobile" style="cursor: pointer;" data-column-clickable="curiousfutureinsight.org/topics-overview/#vibrantdigital" data-column-clickable-blank="_self" data-dce-background-overlay-color="#00000000" data-dce-background-image-url="https://www.curiousfutureinsight.org/wp-content/uploads/2022/01/curious2022-14.webp" data-id="204b9cb" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><div class="elementor-element elementor-element-47960e9 elementor-widget elementor-widget-heading" data-id="47960e9" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h4 class="elementor-heading-title elementor-size-default">Vibrant Digital​</h4></div></div><div class="elementor-element elementor-element-5176e26 elementor-widget elementor-widget-heading" data-id="5176e26" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">Digitalization, AI, and robotics</div></div></div></div></div></div></section><section class="elementor-section elementor-inner-section elementor-element elementor-element-3ec83c6 elementor-section-full_width elementor-section-height-min-height elementor-hidden-tablet elementor-hidden-mobile elementor-section-height-default" data-id="3ec83c6" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;23be06c&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}"><div class="elementor-container elementor-column-gap-default"><div class="make-column-clickable-elementor elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-69245c8 shadow-medium radius-medium" style="cursor: pointer;" data-column-clickable="https://www.curiousfutureinsight.org/topics-overview/#brightfuture" data-column-clickable-blank="_self" data-dce-background-overlay-color="#00000000" data-dce-background-image-url="https://www.curiousfutureinsight.org/wp-content/uploads/bright_future_sm.jpg" data-id="69245c8" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><div class="elementor-element elementor-element-3ecb0ad elementor-widget elementor-widget-heading" data-id="3ecb0ad" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h4 class="elementor-heading-title elementor-size-default">Bright Future</h4></div></div><div class="elementor-element elementor-element-bfbb47d elementor-widget elementor-widget-heading" data-id="bfbb47d" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">New ways of working together</div></div></div></div></div><div class="make-column-clickable-elementor elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-46c4bb8 shadow-medium radius-medium" style="cursor: pointer;" data-column-clickable="https://www.curiousfutureinsight.org/topics-overview/#humanmind" data-column-clickable-blank="_self" data-dce-background-overlay-color="#00000000" data-dce-background-image-url="https://www.curiousfutureinsight.org/wp-content/uploads/curious-2022-29.jpg" data-id="46c4bb8" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><div class="elementor-element elementor-element-3ff8678 elementor-widget elementor-widget-heading" data-id="3ff8678" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h4 class="elementor-heading-title elementor-size-default">Human Mind</h4></div></div><div class="elementor-element elementor-element-866a19f elementor-widget elementor-widget-heading" data-id="866a19f" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">Consciousness uncovered</div></div></div></div></div><div class="make-column-clickable-elementor elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-062f997 shadow-medium radius-medium" style="cursor: pointer;" data-column-clickable="https://www.curiousfutureinsight.org/topics-overview/#lifereimagined" data-column-clickable-blank="_self" data-dce-background-overlay-color="#00000000" data-dce-background-image-url="https://www.curiousfutureinsight.org/wp-content/uploads/2022/01/curious2022-16.webp" data-id="062f997" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><div class="elementor-element elementor-element-55c159a elementor-widget elementor-widget-heading" data-id="55c159a" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h4 class="elementor-heading-title elementor-size-default">Life Reimagined</h4></div></div><div class="elementor-element elementor-element-ea476d7 elementor-widget elementor-widget-heading" data-id="ea476d7" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">Synthetic biology and more</div></div></div></div></div></div></section><section class="elementor-section elementor-inner-section elementor-element elementor-element-131d410 elementor-section-full_width elementor-section-height-min-height elementor-hidden-tablet elementor-hidden-mobile elementor-section-height-default" data-id="131d410" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;6484308&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}"><div class="elementor-container elementor-column-gap-default"><div class="make-column-clickable-elementor elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-06a6cb5 shadow-medium radius-medium" style="cursor: pointer;" data-column-clickable="https://www.curiousfutureinsight.org/topics-overview/#energy" data-column-clickable-blank="_self" data-dce-background-overlay-color="#00000000" data-dce-background-image-url="https://www.curiousfutureinsight.org/wp-content/uploads/2022/01/curious2022-12.webp" data-id="06a6cb5" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><div class="elementor-element elementor-element-0a60203 elementor-widget elementor-widget-heading" data-id="0a60203" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h4 class="elementor-heading-title elementor-size-default">Renewable Energy</h4></div></div><div class="elementor-element elementor-element-af17b74 elementor-widget elementor-widget-heading" data-id="af17b74" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">Sustainability and storage</div></div></div></div></div><div class="make-column-clickable-elementor elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-5dc9f3f shadow-medium radius-medium" style="cursor: pointer;" data-column-clickable="https://www.curiousfutureinsight.org/topics-overview/#nutrition" data-column-clickable-blank="_self" data-dce-background-overlay-color="#00000000" data-dce-background-image-url="https://www.curiousfutureinsight.org/wp-content/uploads/2022/01/curious2022-8.jpg" data-id="5dc9f3f" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><div class="elementor-element elementor-element-d7215c4 elementor-widget elementor-widget-heading" data-id="d7215c4" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h4 class="elementor-heading-title elementor-size-default">Nutrition</h4></div></div><div class="elementor-element elementor-element-9a39682 elementor-widget elementor-widget-heading" data-id="9a39682" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">Healthy food for a growing world</div></div></div></div></div><div class="make-column-clickable-elementor elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-1bd8eca shadow-medium radius-medium" style="cursor: pointer;" data-column-clickable="https://www.curiousfutureinsight.org/topics-overview/#mobility" data-column-clickable-blank="_self" data-dce-background-overlay-color="#00000000" data-dce-background-image-url="https://www.curiousfutureinsight.org/wp-content/uploads/curious-2022-25.jpg" data-id="1bd8eca" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><div class="elementor-element elementor-element-6b1ebbd elementor-widget elementor-widget-heading" data-id="6b1ebbd" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h4 class="elementor-heading-title elementor-size-default">Mobility & Space Flight</h4></div></div><div class="elementor-element elementor-element-9df239d elementor-widget elementor-widget-heading" data-id="9df239d" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">Transportation for tomorrow</div></div></div></div></div></div></section></div></div></div></section><section data-dce-background-overlay-color="#093C66" class="elementor-section elementor-top-section elementor-element elementor-element-2dc6eeb elementor-section-height-min-height elementor-section-items-stretch elementor-section-boxed elementor-section-height-default" data-id="2dc6eeb" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[],&quot;shape_divider_top&quot;:&quot;curve-asymmetrical&quot;,&quot;shape_divider_top_negative&quot;:&quot;yes&quot;,&quot;shape_divider_bottom_negative&quot;:&quot;yes&quot;,&quot;shape_divider_bottom&quot;:&quot;curve-asymmetrical&quot;}"><div class="elementor-background-overlay"></div><div class="elementor-shape elementor-shape-top" data-negative="true"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 100" preserveAspectRatio="none"> <path class="elementor-shape-fill" d="M615.2,96.7C240.2,97.8,0,18.9,0,0v100h1000V0C1000,19.2,989.8,96,615.2,96.7z"/> </svg></div><div class="elementor-shape elementor-shape-bottom" data-negative="true"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 100" preserveAspectRatio="none"> <path class="elementor-shape-fill" d="M615.2,96.7C240.2,97.8,0,18.9,0,0v100h1000V0C1000,19.2,989.8,96,615.2,96.7z"/> </svg></div><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-00bf738" data-id="00bf738" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="jet-satellite-widget elementor-element elementor-element-b098e9d elementor-widget__width-auto elementor-absolute elementor-widget elementor-widget-image" data-jet-tricks-settings="{&quot;satellite&quot;:&quot;true&quot;,&quot;satelliteType&quot;:&quot;image&quot;,&quot;satellitePosition&quot;:&quot;bottom-right&quot;}" data-id="b098e9d" data-element_type="widget" data-settings="{&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_translateY_effect&quot;:&quot;yes&quot;,&quot;motion_fx_translateY_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;_position&quot;:&quot;absolute&quot;,&quot;motion_fx_translateY_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:100}},&quot;motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}" data-widget_type="image.default"><div class="elementor-widget-container"><div class="jet-tricks-satellite jet-tricks-satellite--bottom-right"><div class="jet-tricks-satellite__inner"><div class="jet-tricks-satellite__image"><img decoding="async" class="jet-tricks-satellite__image-instance lazyload" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://www.curiousfutureinsight.org/wp-content/uploads/2021/11/lens_flare.png" alt=""><noscript><img decoding="async" class="jet-tricks-satellite__image-instance lazyload" src="https://www.curiousfutureinsight.org/wp-content/uploads/2021/11/lens_flare.png" alt=""></noscript></div></div></div> <img decoding="async" width="800" height="805" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://www.curiousfutureinsight.org/wp-content/uploads/blue_orb.svg" class="attachment-large size-large wp-image-5385 lazyload" alt="" /><noscript><img decoding="async" width="800" height="805" src="https://www.curiousfutureinsight.org/wp-content/uploads/blue_orb.svg" class="attachment-large size-large wp-image-5385 lazyload" alt="" /></noscript></div></div><div class="elementor-element elementor-element-62e67f1 elementor-widget__width-auto elementor-absolute elementor-widget elementor-widget-image" data-id="62e67f1" data-element_type="widget" data-settings="{&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_translateY_effect&quot;:&quot;yes&quot;,&quot;motion_fx_translateY_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0.5,&quot;sizes&quot;:[]},&quot;_position&quot;:&quot;absolute&quot;,&quot;motion_fx_translateY_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:100}},&quot;motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}" data-widget_type="image.default"><div class="elementor-widget-container"> <img decoding="async" width="800" height="805" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://www.curiousfutureinsight.org/wp-content/uploads/blue_orb.svg" class="attachment-large size-large wp-image-5385 lazyload" alt="" /><noscript><img decoding="async" width="800" height="805" src="https://www.curiousfutureinsight.org/wp-content/uploads/blue_orb.svg" class="attachment-large size-large wp-image-5385 lazyload" alt="" /></noscript></div></div><div class="elementor-element elementor-element-5e32d2e elementor-position-left elementor-view-default elementor-mobile-position-top elementor-vertical-align-top elementor-widget elementor-widget-icon-box" data-id="5e32d2e" data-element_type="widget" data-widget_type="icon-box.default"><div class="elementor-widget-container"><div class="elementor-icon-box-wrapper"><div class="elementor-icon-box-icon"> <span class="elementor-icon elementor-animation-"> <i aria-hidden="true" class="fas fa-quote-left"></i> </span></div><div class="elementor-icon-box-content"><div class="elementor-icon-box-title"> <span > I am at a lot of conferences, and I can say that this was by far the most interesting, energetic and diverse I have witnessed in a long time. </span></div><p class="elementor-icon-box-description"> - Participant Curious2018</p></div></div></div></div></div></div></div></section><section data-dce-background-color="#E8F0F3" class="elementor-section elementor-top-section elementor-element elementor-element-a28a7c1 elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="a28a7c1" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[],&quot;background_background&quot;:&quot;gradient&quot;}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-887b140" data-id="887b140" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-13a1fc7 elementor-widget elementor-widget-heading" data-id="13a1fc7" data-element_type="widget" data-settings="{&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}" data-widget_type="heading.default"><div class="elementor-widget-container"><h1 class="elementor-heading-title elementor-size-default">Part&shy;ners</h1></div></div><div class="elementor-element elementor-element-c138413 elementor-widget elementor-widget-heading" data-id="c138413" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">Our strategic partners, exhibitors and sponsors share a common vision for the transformative power of science and technology. Become a strategic partner for this unique event!</div></div></div><div class="elementor-element elementor-element-960d65c dce-posts-layout-template partners-carousel mm-geo mm-geo-world elementor-hidden-desktop elementor-hidden-tablet dce-carousel-effect-slide hover-animation-yes elementor-widget elementor-widget-dce-dynamicposts-v2" data-id="960d65c" data-element_type="widget" data-settings="{&quot;style_items&quot;:&quot;template&quot;,&quot;carousel_slidesPerView&quot;:1,&quot;carousel_spaceBetween&quot;:10,&quot;carousel_keyboardControl&quot;:&quot;yes&quot;,&quot;carousel_mousewheelControl&quot;:&quot;yes&quot;,&quot;carousel_slidesColumn&quot;:1,&quot;carousel_match_height&quot;:&quot;yes&quot;,&quot;carousel_initialSlide&quot;:1,&quot;carousel_slidesPerView_mobile&quot;:1,&quot;carousel_autoHeight&quot;:&quot;yes&quot;,&quot;carousel_slidesColumn_mobile&quot;:1,&quot;carousel_speed_slider&quot;:300,&quot;carousel_effects&quot;:&quot;slide&quot;,&quot;carousel_direction_slider&quot;:&quot;horizontal&quot;,&quot;carousel_useNavigation&quot;:&quot;yes&quot;,&quot;carousel_slidesOffsetBefore&quot;:0,&quot;carousel_slidesOffsetAfter&quot;:0,&quot;carousel_slidesPerColumnFill&quot;:&quot;row&quot;}" data-widget_type="dce-dynamicposts-v2.carousel"><div class="elementor-widget-container"><div class="dce-fix-background-loop dce-posts-container dce-posts dce-dynamic-posts-collection swiper dce-skin-carousel"><div class="dce-posts-wrapper swiper-wrapper dce-wrapper-carousel"><article class="post-2794 partners type-partners status-publish has-post-thumbnail hentry partner-categories-exhibitor partner-categories-platinum-sponsor dce-post dce-post-item swiper-slide dce-item-carousel" data-dce-post-id="2794" data-dce-post-index="0"><div class="dce-post-block"> <style id="elementor-post-4375">.elementor-4375 .elementor-element.elementor-element-3abd0f2 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-4375 .elementor-element.elementor-element-3abd0f2 .elementor-repeater-item-ef7bd61.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-4375 .elementor-element.elementor-element-02bcc95:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated > .elementor-background-overlay{opacity:0.5;}.elementor-4375 .elementor-element.elementor-element-02bcc95:hover > .elementor-element-populated > .elementor-background-overlay{opacity:0.5;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated{border-style:solid;border-width:0px 0px 0px 0px;border-color:var( --e-global-color-primary );transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:20px 24px 20px 24px;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated, .elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated > .elementor-background-overlay, .elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-background-slideshow{border-radius:15px 15px 15px 15px;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.5s, border-radius 0.3s, opacity 0.5s;}.elementor-4375 .elementor-element.elementor-element-3abd0f2{padding:10px 10px 10px 10px;}</style><style>.elementor-4375 .elementor-element.elementor-element-3abd0f2 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-4375 .elementor-element.elementor-element-3abd0f2 .elementor-repeater-item-ef7bd61.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-4375 .elementor-element.elementor-element-02bcc95:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated > .elementor-background-overlay{opacity:0.5;}.elementor-4375 .elementor-element.elementor-element-02bcc95:hover > .elementor-element-populated > .elementor-background-overlay{opacity:0.5;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated{border-style:solid;border-width:0px 0px 0px 0px;border-color:var( --e-global-color-primary );transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:20px 24px 20px 24px;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated, .elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated > .elementor-background-overlay, .elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-background-slideshow{border-radius:15px 15px 15px 15px;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.5s, border-radius 0.3s, opacity 0.5s;}.elementor-4375 .elementor-element.elementor-element-3abd0f2{padding:10px 10px 10px 10px;}</style><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 dce-elementor-rendering-id-31 post-2794 partners type-partners status-publish has-post-thumbnail hentry partner-categories-exhibitor partner-categories-platinum-sponsor" data-elementor-post-type="elementor_library"><section class="elementor-section elementor-top-section elementor-element elementor-element-3abd0f2 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="3abd0f2" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;ef7bd61&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}"><div class="elementor-container elementor-column-gap-default"><div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-02bcc95 shadow-medium radius-medium" style="cursor: pointer;" data-column-clickable="https://www.merckgroup.com/en" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><div class="elementor-element elementor-element-36e7891 elementor-widget elementor-widget-image" data-id="36e7891" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="601" height="96" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://www.curiousfutureinsight.org/wp-content/uploads/MDG_Logo_VMagenta_RGB.png" class="attachment-medium_large size-medium_large wp-image-2796 lazyload" alt="" /><noscript><img loading="lazy" decoding="async" width="601" height="96" src="https://www.curiousfutureinsight.org/wp-content/uploads/MDG_Logo_VMagenta_RGB.png" class="attachment-medium_large size-medium_large wp-image-2796 lazyload" alt="" /></noscript></div></div></div></div></div></section></div></div></article><article class="post-12883 partners type-partners status-publish has-post-thumbnail hentry partner-categories-highlighted-on-frontpage partner-categories-platinum-sponsor dce-post dce-post-item swiper-slide dce-item-carousel" data-dce-post-id="12883" data-dce-post-index="1"><div class="dce-post-block"> <style>.elementor-4375 .elementor-element.elementor-element-3abd0f2 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-4375 .elementor-element.elementor-element-3abd0f2 .elementor-repeater-item-ef7bd61.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-4375 .elementor-element.elementor-element-02bcc95:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated > .elementor-background-overlay{opacity:0.5;}.elementor-4375 .elementor-element.elementor-element-02bcc95:hover > .elementor-element-populated > .elementor-background-overlay{opacity:0.5;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated{border-style:solid;border-width:0px 0px 0px 0px;border-color:var( --e-global-color-primary );transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:20px 24px 20px 24px;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated, .elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated > .elementor-background-overlay, .elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-background-slideshow{border-radius:15px 15px 15px 15px;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.5s, border-radius 0.3s, opacity 0.5s;}.elementor-4375 .elementor-element.elementor-element-3abd0f2{padding:10px 10px 10px 10px;}</style><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 dce-elementor-rendering-id-32 post-12883 partners type-partners status-publish has-post-thumbnail hentry partner-categories-highlighted-on-frontpage partner-categories-platinum-sponsor" data-elementor-post-type="elementor_library"><section class="elementor-section elementor-top-section elementor-element elementor-element-3abd0f2 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="3abd0f2" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;ef7bd61&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}"><div class="elementor-container elementor-column-gap-default"><div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-02bcc95 shadow-medium radius-medium" style="cursor: pointer;" data-column-clickable="https://www.mainz.de/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><div class="elementor-element elementor-element-36e7891 elementor-widget elementor-widget-image" data-id="36e7891" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="768" height="354" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://www.curiousfutureinsight.org/wp-content/uploads/CD_LM_Logo_4c-768x354.png" class="attachment-medium_large size-medium_large wp-image-12886 lazyload" alt="Unterstützung der Landeshauptstadt Mainz" /><noscript><img loading="lazy" decoding="async" width="768" height="354" src="https://www.curiousfutureinsight.org/wp-content/uploads/CD_LM_Logo_4c-768x354.png" class="attachment-medium_large size-medium_large wp-image-12886 lazyload" alt="Unterstützung der Landeshauptstadt Mainz" /></noscript></div></div></div></div></div></section></div></div></article><article class="post-12890 partners type-partners status-publish has-post-thumbnail hentry partner-categories-highlighted-on-frontpage partner-categories-platinum-sponsor dce-post dce-post-item swiper-slide dce-item-carousel" data-dce-post-id="12890" data-dce-post-index="2"><div class="dce-post-block"> <style>.elementor-4375 .elementor-element.elementor-element-3abd0f2 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-4375 .elementor-element.elementor-element-3abd0f2 .elementor-repeater-item-ef7bd61.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-4375 .elementor-element.elementor-element-02bcc95:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated > .elementor-background-overlay{opacity:0.5;}.elementor-4375 .elementor-element.elementor-element-02bcc95:hover > .elementor-element-populated > .elementor-background-overlay{opacity:0.5;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated{border-style:solid;border-width:0px 0px 0px 0px;border-color:var( --e-global-color-primary );transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:20px 24px 20px 24px;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated, .elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated > .elementor-background-overlay, .elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-background-slideshow{border-radius:15px 15px 15px 15px;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.5s, border-radius 0.3s, opacity 0.5s;}.elementor-4375 .elementor-element.elementor-element-3abd0f2{padding:10px 10px 10px 10px;}</style><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 dce-elementor-rendering-id-33 post-12890 partners type-partners status-publish has-post-thumbnail hentry partner-categories-highlighted-on-frontpage partner-categories-platinum-sponsor" data-elementor-post-type="elementor_library"><section class="elementor-section elementor-top-section elementor-element elementor-element-3abd0f2 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="3abd0f2" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;ef7bd61&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}"><div class="elementor-container elementor-column-gap-default"><div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-02bcc95 shadow-medium radius-medium" style="cursor: pointer;" data-column-clickable="https://biotech.rlp.de/de/biotechnologie-rheinland-pfalz/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><div class="elementor-element elementor-element-36e7891 elementor-widget elementor-widget-image" data-id="36e7891" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="768" height="534" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://www.curiousfutureinsight.org/wp-content/uploads/Biotechnologie-RLP-Logo_rgb_mittel-768x534.jpg" class="attachment-medium_large size-medium_large wp-image-12891 lazyload" alt="" data-srcset="https://www.curiousfutureinsight.org/wp-content/uploads/Biotechnologie-RLP-Logo_rgb_mittel-768x534.jpg 768w, https://www.curiousfutureinsight.org/wp-content/uploads/Biotechnologie-RLP-Logo_rgb_mittel-600x418.jpg 600w, https://www.curiousfutureinsight.org/wp-content/uploads/Biotechnologie-RLP-Logo_rgb_mittel-1024x713.jpg 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/Biotechnologie-RLP-Logo_rgb_mittel.jpg 1358w" sizes="(max-width: 768px) 100vw, 768px" /><noscript><img loading="lazy" decoding="async" width="768" height="534" src="https://www.curiousfutureinsight.org/wp-content/uploads/Biotechnologie-RLP-Logo_rgb_mittel-768x534.jpg" class="attachment-medium_large size-medium_large wp-image-12891 lazyload" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/Biotechnologie-RLP-Logo_rgb_mittel-768x534.jpg 768w, https://www.curiousfutureinsight.org/wp-content/uploads/Biotechnologie-RLP-Logo_rgb_mittel-600x418.jpg 600w, https://www.curiousfutureinsight.org/wp-content/uploads/Biotechnologie-RLP-Logo_rgb_mittel-1024x713.jpg 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/Biotechnologie-RLP-Logo_rgb_mittel.jpg 1358w" sizes="(max-width: 768px) 100vw, 768px" /></noscript></div></div></div></div></div></section></div></div></article><article class="post-2901 partners type-partners status-publish has-post-thumbnail hentry partner-categories-exhibitor partner-categories-exhibitor-2018 partner-categories-partner-2018 partner-categories-supporter dce-post dce-post-item swiper-slide dce-item-carousel" data-dce-post-id="2901" data-dce-post-index="3"><div class="dce-post-block"> <style>.elementor-4375 .elementor-element.elementor-element-3abd0f2 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-4375 .elementor-element.elementor-element-3abd0f2 .elementor-repeater-item-ef7bd61.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-4375 .elementor-element.elementor-element-02bcc95:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated > .elementor-background-overlay{opacity:0.5;}.elementor-4375 .elementor-element.elementor-element-02bcc95:hover > .elementor-element-populated > .elementor-background-overlay{opacity:0.5;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated{border-style:solid;border-width:0px 0px 0px 0px;border-color:var( --e-global-color-primary );transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:20px 24px 20px 24px;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated, .elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated > .elementor-background-overlay, .elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-background-slideshow{border-radius:15px 15px 15px 15px;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.5s, border-radius 0.3s, opacity 0.5s;}.elementor-4375 .elementor-element.elementor-element-3abd0f2{padding:10px 10px 10px 10px;}</style><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 dce-elementor-rendering-id-34 post-2901 partners type-partners status-publish has-post-thumbnail hentry partner-categories-exhibitor partner-categories-exhibitor-2018 partner-categories-partner-2018 partner-categories-supporter" data-elementor-post-type="elementor_library"><section class="elementor-section elementor-top-section elementor-element elementor-element-3abd0f2 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="3abd0f2" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;ef7bd61&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}"><div class="elementor-container elementor-column-gap-default"><div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-02bcc95 shadow-medium radius-medium" style="cursor: pointer;" data-column-clickable="https://www.science.org/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><div class="elementor-element elementor-element-36e7891 elementor-widget elementor-widget-image" data-id="36e7891" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="192" height="84" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://www.curiousfutureinsight.org/wp-content/uploads/Science-AAAS.png" class="attachment-medium_large size-medium_large wp-image-4142 lazyload" alt="" /><noscript><img loading="lazy" decoding="async" width="192" height="84" src="https://www.curiousfutureinsight.org/wp-content/uploads/Science-AAAS.png" class="attachment-medium_large size-medium_large wp-image-4142 lazyload" alt="" /></noscript></div></div></div></div></div></section></div></div></article><article class="post-2902 partners type-partners status-publish has-post-thumbnail hentry partner-categories-exhibitor-2021 partner-categories-supporter dce-post dce-post-item swiper-slide dce-item-carousel" data-dce-post-id="2902" data-dce-post-index="4"><div class="dce-post-block"> <style>.elementor-4375 .elementor-element.elementor-element-3abd0f2 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-4375 .elementor-element.elementor-element-3abd0f2 .elementor-repeater-item-ef7bd61.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-4375 .elementor-element.elementor-element-02bcc95:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated > .elementor-background-overlay{opacity:0.5;}.elementor-4375 .elementor-element.elementor-element-02bcc95:hover > .elementor-element-populated > .elementor-background-overlay{opacity:0.5;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated{border-style:solid;border-width:0px 0px 0px 0px;border-color:var( --e-global-color-primary );transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:20px 24px 20px 24px;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated, .elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated > .elementor-background-overlay, .elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-background-slideshow{border-radius:15px 15px 15px 15px;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.5s, border-radius 0.3s, opacity 0.5s;}.elementor-4375 .elementor-element.elementor-element-3abd0f2{padding:10px 10px 10px 10px;}</style><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 dce-elementor-rendering-id-35 post-2902 partners type-partners status-publish has-post-thumbnail hentry partner-categories-exhibitor-2021 partner-categories-supporter" data-elementor-post-type="elementor_library"><section class="elementor-section elementor-top-section elementor-element elementor-element-3abd0f2 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="3abd0f2" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;ef7bd61&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}"><div class="elementor-container elementor-column-gap-default"><div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-02bcc95 shadow-medium radius-medium" style="cursor: pointer;" data-column-clickable="https://www.nature.com/nature-portfolio" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><div class="elementor-element elementor-element-36e7891 elementor-widget elementor-widget-image" data-id="36e7891" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="138" height="77" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://www.curiousfutureinsight.org/wp-content/uploads/Nature-Portfolio-Logo-Master_freigestellt.png" class="attachment-medium_large size-medium_large wp-image-4135 lazyload" alt="" /><noscript><img loading="lazy" decoding="async" width="138" height="77" src="https://www.curiousfutureinsight.org/wp-content/uploads/Nature-Portfolio-Logo-Master_freigestellt.png" class="attachment-medium_large size-medium_large wp-image-4135 lazyload" alt="" /></noscript></div></div></div></div></div></section></div></div></article><article class="post-15976 partners type-partners status-publish has-post-thumbnail hentry partner-categories-gold-sponsor dce-post dce-post-item swiper-slide dce-item-carousel" data-dce-post-id="15976" data-dce-post-index="5"><div class="dce-post-block"> <style>.elementor-4375 .elementor-element.elementor-element-3abd0f2 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-4375 .elementor-element.elementor-element-3abd0f2 .elementor-repeater-item-ef7bd61.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-4375 .elementor-element.elementor-element-02bcc95:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated > .elementor-background-overlay{opacity:0.5;}.elementor-4375 .elementor-element.elementor-element-02bcc95:hover > .elementor-element-populated > .elementor-background-overlay{opacity:0.5;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated{border-style:solid;border-width:0px 0px 0px 0px;border-color:var( --e-global-color-primary );transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:20px 24px 20px 24px;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated, .elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated > .elementor-background-overlay, .elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-background-slideshow{border-radius:15px 15px 15px 15px;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.5s, border-radius 0.3s, opacity 0.5s;}.elementor-4375 .elementor-element.elementor-element-3abd0f2{padding:10px 10px 10px 10px;}</style><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 dce-elementor-rendering-id-36 post-15976 partners type-partners status-publish has-post-thumbnail hentry partner-categories-gold-sponsor" data-elementor-post-type="elementor_library"><section class="elementor-section elementor-top-section elementor-element elementor-element-3abd0f2 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="3abd0f2" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;ef7bd61&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}"><div class="elementor-container elementor-column-gap-default"><div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-02bcc95 shadow-medium radius-medium" style="cursor: pointer;" data-column-clickable="https://www.biontech.com/int/en/home.html" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><div class="elementor-element elementor-element-36e7891 elementor-widget elementor-widget-image" data-id="36e7891" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="768" height="85" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://www.curiousfutureinsight.org/wp-content/uploads/BioNTech_Logo-768x85.png" class="attachment-medium_large size-medium_large wp-image-15977 lazyload" alt="" data-srcset="https://www.curiousfutureinsight.org/wp-content/uploads/BioNTech_Logo-768x85.png 768w, https://www.curiousfutureinsight.org/wp-content/uploads/BioNTech_Logo-600x66.png 600w, https://www.curiousfutureinsight.org/wp-content/uploads/BioNTech_Logo-1024x113.png 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/BioNTech_Logo-1536x169.png 1536w, https://www.curiousfutureinsight.org/wp-content/uploads/BioNTech_Logo-2048x226.png 2048w" sizes="(max-width: 768px) 100vw, 768px" /><noscript><img loading="lazy" decoding="async" width="768" height="85" src="https://www.curiousfutureinsight.org/wp-content/uploads/BioNTech_Logo-768x85.png" class="attachment-medium_large size-medium_large wp-image-15977 lazyload" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/BioNTech_Logo-768x85.png 768w, https://www.curiousfutureinsight.org/wp-content/uploads/BioNTech_Logo-600x66.png 600w, https://www.curiousfutureinsight.org/wp-content/uploads/BioNTech_Logo-1024x113.png 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/BioNTech_Logo-1536x169.png 1536w, https://www.curiousfutureinsight.org/wp-content/uploads/BioNTech_Logo-2048x226.png 2048w" sizes="(max-width: 768px) 100vw, 768px" /></noscript></div></div></div></div></div></section></div></div></article><article class="post-7940 partners type-partners status-publish has-post-thumbnail hentry partner-categories-foundation partner-categories-highlighted-on-frontpage dce-post dce-post-item swiper-slide dce-item-carousel" data-dce-post-id="7940" data-dce-post-index="6"><div class="dce-post-block"> <style>.elementor-4375 .elementor-element.elementor-element-3abd0f2 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-4375 .elementor-element.elementor-element-3abd0f2 .elementor-repeater-item-ef7bd61.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-4375 .elementor-element.elementor-element-02bcc95:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated > .elementor-background-overlay{opacity:0.5;}.elementor-4375 .elementor-element.elementor-element-02bcc95:hover > .elementor-element-populated > .elementor-background-overlay{opacity:0.5;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated{border-style:solid;border-width:0px 0px 0px 0px;border-color:var( --e-global-color-primary );transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:20px 24px 20px 24px;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated, .elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated > .elementor-background-overlay, .elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-background-slideshow{border-radius:15px 15px 15px 15px;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.5s, border-radius 0.3s, opacity 0.5s;}.elementor-4375 .elementor-element.elementor-element-3abd0f2{padding:10px 10px 10px 10px;}</style><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 dce-elementor-rendering-id-37 post-7940 partners type-partners status-publish has-post-thumbnail hentry partner-categories-foundation partner-categories-highlighted-on-frontpage" data-elementor-post-type="elementor_library"><section class="elementor-section elementor-top-section elementor-element elementor-element-3abd0f2 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="3abd0f2" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;ef7bd61&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}"><div class="elementor-container elementor-column-gap-default"><div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-02bcc95 shadow-medium radius-medium" style="cursor: pointer;" data-column-clickable="https://www.dfg.de/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><div class="elementor-element elementor-element-36e7891 elementor-widget elementor-widget-image" data-id="36e7891" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="768" height="158" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://www.curiousfutureinsight.org/wp-content/uploads/dfg_logo_englisch_blau_en_4c-768x158.png" class="attachment-medium_large size-medium_large wp-image-7929 lazyload" alt="" data-srcset="https://www.curiousfutureinsight.org/wp-content/uploads/dfg_logo_englisch_blau_en_4c-768x158.png 768w, https://www.curiousfutureinsight.org/wp-content/uploads/dfg_logo_englisch_blau_en_4c-600x123.png 600w, https://www.curiousfutureinsight.org/wp-content/uploads/dfg_logo_englisch_blau_en_4c-1024x210.png 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/dfg_logo_englisch_blau_en_4c-1536x316.png 1536w, https://www.curiousfutureinsight.org/wp-content/uploads/dfg_logo_englisch_blau_en_4c.png 1772w" sizes="(max-width: 768px) 100vw, 768px" /><noscript><img loading="lazy" decoding="async" width="768" height="158" src="https://www.curiousfutureinsight.org/wp-content/uploads/dfg_logo_englisch_blau_en_4c-768x158.png" class="attachment-medium_large size-medium_large wp-image-7929 lazyload" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/dfg_logo_englisch_blau_en_4c-768x158.png 768w, https://www.curiousfutureinsight.org/wp-content/uploads/dfg_logo_englisch_blau_en_4c-600x123.png 600w, https://www.curiousfutureinsight.org/wp-content/uploads/dfg_logo_englisch_blau_en_4c-1024x210.png 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/dfg_logo_englisch_blau_en_4c-1536x316.png 1536w, https://www.curiousfutureinsight.org/wp-content/uploads/dfg_logo_englisch_blau_en_4c.png 1772w" sizes="(max-width: 768px) 100vw, 768px" /></noscript></div></div></div></div></div></section></div></div></article><article class="post-14980 partners type-partners status-publish has-post-thumbnail hentry partner-categories-supporter dce-post dce-post-item swiper-slide dce-item-carousel" data-dce-post-id="14980" data-dce-post-index="7"><div class="dce-post-block"> <style>.elementor-4375 .elementor-element.elementor-element-3abd0f2 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-4375 .elementor-element.elementor-element-3abd0f2 .elementor-repeater-item-ef7bd61.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-4375 .elementor-element.elementor-element-02bcc95:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated > .elementor-background-overlay{opacity:0.5;}.elementor-4375 .elementor-element.elementor-element-02bcc95:hover > .elementor-element-populated > .elementor-background-overlay{opacity:0.5;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated{border-style:solid;border-width:0px 0px 0px 0px;border-color:var( --e-global-color-primary );transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:20px 24px 20px 24px;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated, .elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated > .elementor-background-overlay, .elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-background-slideshow{border-radius:15px 15px 15px 15px;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.5s, border-radius 0.3s, opacity 0.5s;}.elementor-4375 .elementor-element.elementor-element-3abd0f2{padding:10px 10px 10px 10px;}</style><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 dce-elementor-rendering-id-38 post-14980 partners type-partners status-publish has-post-thumbnail hentry partner-categories-supporter" data-elementor-post-type="elementor_library"><section class="elementor-section elementor-top-section elementor-element elementor-element-3abd0f2 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="3abd0f2" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;ef7bd61&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}"><div class="elementor-container elementor-column-gap-default"><div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-02bcc95 shadow-medium radius-medium" style="cursor: pointer;" data-column-clickable="https://www.ekfs.de/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><div class="elementor-element elementor-element-36e7891 elementor-widget elementor-widget-image" data-id="36e7891" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="240" height="210" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://www.curiousfutureinsight.org/wp-content/uploads/Else-Kroner-Fresenius-Stiftung.png" class="attachment-medium_large size-medium_large wp-image-14981 lazyload" alt="Else Kröner Fresenius Stiftung logo" /><noscript><img loading="lazy" decoding="async" width="240" height="210" src="https://www.curiousfutureinsight.org/wp-content/uploads/Else-Kroner-Fresenius-Stiftung.png" class="attachment-medium_large size-medium_large wp-image-14981 lazyload" alt="Else Kröner Fresenius Stiftung logo" /></noscript></div></div></div></div></div></section></div></div></article><article class="post-8480 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector partner-categories-highlighted-on-frontpage dce-post dce-post-item swiper-slide dce-item-carousel" data-dce-post-id="8480" data-dce-post-index="8"><div class="dce-post-block"> <style>.elementor-4375 .elementor-element.elementor-element-3abd0f2 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-4375 .elementor-element.elementor-element-3abd0f2 .elementor-repeater-item-ef7bd61.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-4375 .elementor-element.elementor-element-02bcc95:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated > .elementor-background-overlay{opacity:0.5;}.elementor-4375 .elementor-element.elementor-element-02bcc95:hover > .elementor-element-populated > .elementor-background-overlay{opacity:0.5;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated{border-style:solid;border-width:0px 0px 0px 0px;border-color:var( --e-global-color-primary );transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:20px 24px 20px 24px;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated, .elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated > .elementor-background-overlay, .elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-background-slideshow{border-radius:15px 15px 15px 15px;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.5s, border-radius 0.3s, opacity 0.5s;}.elementor-4375 .elementor-element.elementor-element-3abd0f2{padding:10px 10px 10px 10px;}</style><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 dce-elementor-rendering-id-39 post-8480 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector partner-categories-highlighted-on-frontpage" data-elementor-post-type="elementor_library"><section class="elementor-section elementor-top-section elementor-element elementor-element-3abd0f2 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="3abd0f2" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;ef7bd61&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}"><div class="elementor-container elementor-column-gap-default"><div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-02bcc95 shadow-medium radius-medium" style="cursor: pointer;" data-column-clickable="https://www.embo.org/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><div class="elementor-element elementor-element-36e7891 elementor-widget elementor-widget-image" data-id="36e7891" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="571" height="211" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://www.curiousfutureinsight.org/wp-content/uploads/EMBO.png" class="attachment-medium_large size-medium_large wp-image-8463 lazyload" alt="" /><noscript><img loading="lazy" decoding="async" width="571" height="211" src="https://www.curiousfutureinsight.org/wp-content/uploads/EMBO.png" class="attachment-medium_large size-medium_large wp-image-8463 lazyload" alt="" /></noscript></div></div></div></div></div></section></div></div></article><article class="post-13142 partners type-partners status-publish has-post-thumbnail hentry partner-categories-gold-sponsor dce-post dce-post-item swiper-slide dce-item-carousel" data-dce-post-id="13142" data-dce-post-index="9"><div class="dce-post-block"> <style>.elementor-4375 .elementor-element.elementor-element-3abd0f2 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-4375 .elementor-element.elementor-element-3abd0f2 .elementor-repeater-item-ef7bd61.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-4375 .elementor-element.elementor-element-02bcc95:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated > .elementor-background-overlay{opacity:0.5;}.elementor-4375 .elementor-element.elementor-element-02bcc95:hover > .elementor-element-populated > .elementor-background-overlay{opacity:0.5;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated{border-style:solid;border-width:0px 0px 0px 0px;border-color:var( --e-global-color-primary );transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:20px 24px 20px 24px;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated, .elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated > .elementor-background-overlay, .elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-background-slideshow{border-radius:15px 15px 15px 15px;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.5s, border-radius 0.3s, opacity 0.5s;}.elementor-4375 .elementor-element.elementor-element-3abd0f2{padding:10px 10px 10px 10px;}</style><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 dce-elementor-rendering-id-40 post-13142 partners type-partners status-publish has-post-thumbnail hentry partner-categories-gold-sponsor" data-elementor-post-type="elementor_library"><section class="elementor-section elementor-top-section elementor-element elementor-element-3abd0f2 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="3abd0f2" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;ef7bd61&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}"><div class="elementor-container elementor-column-gap-default"><div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-02bcc95 shadow-medium radius-medium" style="cursor: pointer;" data-column-clickable="https://corporate.evonik.com/en" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><div class="elementor-element elementor-element-36e7891 elementor-widget elementor-widget-image" data-id="36e7891" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="768" height="199" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://www.curiousfutureinsight.org/wp-content/uploads/Picture2-768x199.webp" class="attachment-medium_large size-medium_large wp-image-13143 lazyload" alt="" data-srcset="https://www.curiousfutureinsight.org/wp-content/uploads/Picture2-768x199.webp 768w, https://www.curiousfutureinsight.org/wp-content/uploads/Picture2-600x155.webp 600w, https://www.curiousfutureinsight.org/wp-content/uploads/Picture2-1024x265.webp 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/Picture2-1536x398.webp 1536w, https://www.curiousfutureinsight.org/wp-content/uploads/Picture2.webp 1880w" sizes="(max-width: 768px) 100vw, 768px" /><noscript><img loading="lazy" decoding="async" width="768" height="199" src="https://www.curiousfutureinsight.org/wp-content/uploads/Picture2-768x199.webp" class="attachment-medium_large size-medium_large wp-image-13143 lazyload" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/Picture2-768x199.webp 768w, https://www.curiousfutureinsight.org/wp-content/uploads/Picture2-600x155.webp 600w, https://www.curiousfutureinsight.org/wp-content/uploads/Picture2-1024x265.webp 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/Picture2-1536x398.webp 1536w, https://www.curiousfutureinsight.org/wp-content/uploads/Picture2.webp 1880w" sizes="(max-width: 768px) 100vw, 768px" /></noscript></div></div></div></div></div></section></div></div></article><article class="post-2905 partners type-partners status-publish has-post-thumbnail hentry partner-categories-supporter dce-post dce-post-item swiper-slide dce-item-carousel" data-dce-post-id="2905" data-dce-post-index="10"><div class="dce-post-block"> <style>.elementor-4375 .elementor-element.elementor-element-3abd0f2 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-4375 .elementor-element.elementor-element-3abd0f2 .elementor-repeater-item-ef7bd61.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-4375 .elementor-element.elementor-element-02bcc95:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated > .elementor-background-overlay{opacity:0.5;}.elementor-4375 .elementor-element.elementor-element-02bcc95:hover > .elementor-element-populated > .elementor-background-overlay{opacity:0.5;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated{border-style:solid;border-width:0px 0px 0px 0px;border-color:var( --e-global-color-primary );transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:20px 24px 20px 24px;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated, .elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated > .elementor-background-overlay, .elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-background-slideshow{border-radius:15px 15px 15px 15px;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.5s, border-radius 0.3s, opacity 0.5s;}.elementor-4375 .elementor-element.elementor-element-3abd0f2{padding:10px 10px 10px 10px;}</style><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 dce-elementor-rendering-id-41 post-2905 partners type-partners status-publish has-post-thumbnail hentry partner-categories-supporter" data-elementor-post-type="elementor_library"><section class="elementor-section elementor-top-section elementor-element elementor-element-3abd0f2 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="3abd0f2" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;ef7bd61&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}"><div class="elementor-container elementor-column-gap-default"><div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-02bcc95 shadow-medium radius-medium" style="cursor: pointer;" data-column-clickable="https://www.bmbf.de/bmbf/en/home/home_node.html" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><div class="elementor-element elementor-element-36e7891 elementor-widget elementor-widget-image" data-id="36e7891" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="768" height="360" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://www.curiousfutureinsight.org/wp-content/uploads/Federal-Ministry-of-Education-and-Research-768x360.png" class="attachment-medium_large size-medium_large wp-image-4196 lazyload" alt="" data-srcset="https://www.curiousfutureinsight.org/wp-content/uploads/Federal-Ministry-of-Education-and-Research-768x360.png 768w, https://www.curiousfutureinsight.org/wp-content/uploads/Federal-Ministry-of-Education-and-Research-600x281.png 600w, https://www.curiousfutureinsight.org/wp-content/uploads/Federal-Ministry-of-Education-and-Research.png 938w" sizes="(max-width: 768px) 100vw, 768px" /><noscript><img loading="lazy" decoding="async" width="768" height="360" src="https://www.curiousfutureinsight.org/wp-content/uploads/Federal-Ministry-of-Education-and-Research-768x360.png" class="attachment-medium_large size-medium_large wp-image-4196 lazyload" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/Federal-Ministry-of-Education-and-Research-768x360.png 768w, https://www.curiousfutureinsight.org/wp-content/uploads/Federal-Ministry-of-Education-and-Research-600x281.png 600w, https://www.curiousfutureinsight.org/wp-content/uploads/Federal-Ministry-of-Education-and-Research.png 938w" sizes="(max-width: 768px) 100vw, 768px" /></noscript></div></div></div></div></div></section></div></div></article><article class="post-12433 partners type-partners status-publish has-post-thumbnail hentry partner-categories-highlighted-on-frontpage partner-categories-partner dce-post dce-post-item swiper-slide dce-item-carousel" data-dce-post-id="12433" data-dce-post-index="11"><div class="dce-post-block"> <style>.elementor-4375 .elementor-element.elementor-element-3abd0f2 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-4375 .elementor-element.elementor-element-3abd0f2 .elementor-repeater-item-ef7bd61.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-4375 .elementor-element.elementor-element-02bcc95:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated > .elementor-background-overlay{opacity:0.5;}.elementor-4375 .elementor-element.elementor-element-02bcc95:hover > .elementor-element-populated > .elementor-background-overlay{opacity:0.5;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated{border-style:solid;border-width:0px 0px 0px 0px;border-color:var( --e-global-color-primary );transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:20px 24px 20px 24px;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated, .elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated > .elementor-background-overlay, .elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-background-slideshow{border-radius:15px 15px 15px 15px;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.5s, border-radius 0.3s, opacity 0.5s;}.elementor-4375 .elementor-element.elementor-element-3abd0f2{padding:10px 10px 10px 10px;}</style><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 dce-elementor-rendering-id-42 post-12433 partners type-partners status-publish has-post-thumbnail hentry partner-categories-highlighted-on-frontpage partner-categories-partner" data-elementor-post-type="elementor_library"><section class="elementor-section elementor-top-section elementor-element elementor-element-3abd0f2 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="3abd0f2" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;ef7bd61&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}"><div class="elementor-container elementor-column-gap-default"><div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-02bcc95 shadow-medium radius-medium" style="cursor: pointer;" data-column-clickable="https://www.fraunhofer.de/en.html" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><div class="elementor-element elementor-element-36e7891 elementor-widget elementor-widget-image" data-id="36e7891" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="768" height="126" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://www.curiousfutureinsight.org/wp-content/uploads/fhg_logo-768x126.jpg" class="attachment-medium_large size-medium_large wp-image-12434 lazyload" alt="" data-srcset="https://www.curiousfutureinsight.org/wp-content/uploads/fhg_logo-768x126.jpg 768w, https://www.curiousfutureinsight.org/wp-content/uploads/fhg_logo-600x99.jpg 600w, https://www.curiousfutureinsight.org/wp-content/uploads/fhg_logo-1024x168.jpg 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/fhg_logo-1536x252.jpg 1536w, https://www.curiousfutureinsight.org/wp-content/uploads/fhg_logo.jpg 1960w" sizes="(max-width: 768px) 100vw, 768px" /><noscript><img loading="lazy" decoding="async" width="768" height="126" src="https://www.curiousfutureinsight.org/wp-content/uploads/fhg_logo-768x126.jpg" class="attachment-medium_large size-medium_large wp-image-12434 lazyload" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/fhg_logo-768x126.jpg 768w, https://www.curiousfutureinsight.org/wp-content/uploads/fhg_logo-600x99.jpg 600w, https://www.curiousfutureinsight.org/wp-content/uploads/fhg_logo-1024x168.jpg 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/fhg_logo-1536x252.jpg 1536w, https://www.curiousfutureinsight.org/wp-content/uploads/fhg_logo.jpg 1960w" sizes="(max-width: 768px) 100vw, 768px" /></noscript></div></div></div></div></div></section></div></div></article><article class="post-15468 partners type-partners status-publish has-post-thumbnail hentry partner-categories-gold-sponsor dce-post dce-post-item swiper-slide dce-item-carousel" data-dce-post-id="15468" data-dce-post-index="12"><div class="dce-post-block"> <style>.elementor-4375 .elementor-element.elementor-element-3abd0f2 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-4375 .elementor-element.elementor-element-3abd0f2 .elementor-repeater-item-ef7bd61.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-4375 .elementor-element.elementor-element-02bcc95:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated > .elementor-background-overlay{opacity:0.5;}.elementor-4375 .elementor-element.elementor-element-02bcc95:hover > .elementor-element-populated > .elementor-background-overlay{opacity:0.5;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated{border-style:solid;border-width:0px 0px 0px 0px;border-color:var( --e-global-color-primary );transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:20px 24px 20px 24px;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated, .elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated > .elementor-background-overlay, .elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-background-slideshow{border-radius:15px 15px 15px 15px;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.5s, border-radius 0.3s, opacity 0.5s;}.elementor-4375 .elementor-element.elementor-element-3abd0f2{padding:10px 10px 10px 10px;}</style><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 dce-elementor-rendering-id-43 post-15468 partners type-partners status-publish has-post-thumbnail hentry partner-categories-gold-sponsor" data-elementor-post-type="elementor_library"><section class="elementor-section elementor-top-section elementor-element elementor-element-3abd0f2 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="3abd0f2" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;ef7bd61&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}"><div class="elementor-container elementor-column-gap-default"><div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-02bcc95 shadow-medium radius-medium" style="cursor: pointer;" data-column-clickable="https://www.uni-frankfurt.de/de?locale=de" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><div class="elementor-element elementor-element-36e7891 elementor-widget elementor-widget-image" data-id="36e7891" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="768" height="418" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://www.curiousfutureinsight.org/wp-content/uploads/GU-Logo-blau-gross-768x418.jpg" class="attachment-medium_large size-medium_large wp-image-15469 lazyload" alt="" data-srcset="https://www.curiousfutureinsight.org/wp-content/uploads/GU-Logo-blau-gross-768x418.jpg 768w, https://www.curiousfutureinsight.org/wp-content/uploads/GU-Logo-blau-gross-600x327.jpg 600w, https://www.curiousfutureinsight.org/wp-content/uploads/GU-Logo-blau-gross-1024x558.jpg 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/GU-Logo-blau-gross.jpg 1469w" sizes="(max-width: 768px) 100vw, 768px" /><noscript><img loading="lazy" decoding="async" width="768" height="418" src="https://www.curiousfutureinsight.org/wp-content/uploads/GU-Logo-blau-gross-768x418.jpg" class="attachment-medium_large size-medium_large wp-image-15469 lazyload" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/GU-Logo-blau-gross-768x418.jpg 768w, https://www.curiousfutureinsight.org/wp-content/uploads/GU-Logo-blau-gross-600x327.jpg 600w, https://www.curiousfutureinsight.org/wp-content/uploads/GU-Logo-blau-gross-1024x558.jpg 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/GU-Logo-blau-gross.jpg 1469w" sizes="(max-width: 768px) 100vw, 768px" /></noscript></div></div></div></div></div></section></div></div></article><article class="post-9761 partners type-partners status-publish has-post-thumbnail hentry partner-categories-gold-sponsor dce-post dce-post-item swiper-slide dce-item-carousel" data-dce-post-id="9761" data-dce-post-index="13"><div class="dce-post-block"> <style>.elementor-4375 .elementor-element.elementor-element-3abd0f2 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-4375 .elementor-element.elementor-element-3abd0f2 .elementor-repeater-item-ef7bd61.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-4375 .elementor-element.elementor-element-02bcc95:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated > .elementor-background-overlay{opacity:0.5;}.elementor-4375 .elementor-element.elementor-element-02bcc95:hover > .elementor-element-populated > .elementor-background-overlay{opacity:0.5;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated{border-style:solid;border-width:0px 0px 0px 0px;border-color:var( --e-global-color-primary );transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:20px 24px 20px 24px;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated, .elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated > .elementor-background-overlay, .elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-background-slideshow{border-radius:15px 15px 15px 15px;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.5s, border-radius 0.3s, opacity 0.5s;}.elementor-4375 .elementor-element.elementor-element-3abd0f2{padding:10px 10px 10px 10px;}</style><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 dce-elementor-rendering-id-44 post-9761 partners type-partners status-publish has-post-thumbnail hentry partner-categories-gold-sponsor" data-elementor-post-type="elementor_library"><section class="elementor-section elementor-top-section elementor-element elementor-element-3abd0f2 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="3abd0f2" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;ef7bd61&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}"><div class="elementor-container elementor-column-gap-default"><div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-02bcc95 shadow-medium radius-medium" style="cursor: pointer;" data-column-clickable="https://h-da.de/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><div class="elementor-element elementor-element-36e7891 elementor-widget elementor-widget-image" data-id="36e7891" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="338" height="154" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://www.curiousfutureinsight.org/wp-content/uploads/logo_kompakt.svg" class="attachment-medium_large size-medium_large wp-image-16705 lazyload" alt="" /><noscript><img loading="lazy" decoding="async" width="338" height="154" src="https://www.curiousfutureinsight.org/wp-content/uploads/logo_kompakt.svg" class="attachment-medium_large size-medium_large wp-image-16705 lazyload" alt="" /></noscript></div></div></div></div></div></section></div></div></article><article class="post-8502 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector partner-categories-highlighted-on-frontpage dce-post dce-post-item swiper-slide dce-item-carousel" data-dce-post-id="8502" data-dce-post-index="14"><div class="dce-post-block"> <style>.elementor-4375 .elementor-element.elementor-element-3abd0f2 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-4375 .elementor-element.elementor-element-3abd0f2 .elementor-repeater-item-ef7bd61.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-4375 .elementor-element.elementor-element-02bcc95:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated > .elementor-background-overlay{opacity:0.5;}.elementor-4375 .elementor-element.elementor-element-02bcc95:hover > .elementor-element-populated > .elementor-background-overlay{opacity:0.5;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated{border-style:solid;border-width:0px 0px 0px 0px;border-color:var( --e-global-color-primary );transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:20px 24px 20px 24px;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated, .elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated > .elementor-background-overlay, .elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-background-slideshow{border-radius:15px 15px 15px 15px;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.5s, border-radius 0.3s, opacity 0.5s;}.elementor-4375 .elementor-element.elementor-element-3abd0f2{padding:10px 10px 10px 10px;}</style><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 dce-elementor-rendering-id-45 post-8502 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector partner-categories-highlighted-on-frontpage" data-elementor-post-type="elementor_library"><section class="elementor-section elementor-top-section elementor-element elementor-element-3abd0f2 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="3abd0f2" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;ef7bd61&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}"><div class="elementor-container elementor-column-gap-default"><div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-02bcc95 shadow-medium radius-medium" style="cursor: pointer;" data-column-clickable="https://www.helmholtz.de/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><div class="elementor-element elementor-element-36e7891 elementor-widget elementor-widget-image" data-id="36e7891" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="393" height="158" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://www.curiousfutureinsight.org/wp-content/uploads/Helmholtz-e1652945136913.png" class="attachment-medium_large size-medium_large wp-image-8423 lazyload" alt="" /><noscript><img loading="lazy" decoding="async" width="393" height="158" src="https://www.curiousfutureinsight.org/wp-content/uploads/Helmholtz-e1652945136913.png" class="attachment-medium_large size-medium_large wp-image-8423 lazyload" alt="" /></noscript></div></div></div></div></div></section></div></div></article><article class="post-12645 partners type-partners status-publish has-post-thumbnail hentry partner-categories-highlighted-on-frontpage partner-categories-partner dce-post dce-post-item swiper-slide dce-item-carousel" data-dce-post-id="12645" data-dce-post-index="15"><div class="dce-post-block"> <style>.elementor-4375 .elementor-element.elementor-element-3abd0f2 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-4375 .elementor-element.elementor-element-3abd0f2 .elementor-repeater-item-ef7bd61.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-4375 .elementor-element.elementor-element-02bcc95:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated > .elementor-background-overlay{opacity:0.5;}.elementor-4375 .elementor-element.elementor-element-02bcc95:hover > .elementor-element-populated > .elementor-background-overlay{opacity:0.5;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated{border-style:solid;border-width:0px 0px 0px 0px;border-color:var( --e-global-color-primary );transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:20px 24px 20px 24px;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated, .elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated > .elementor-background-overlay, .elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-background-slideshow{border-radius:15px 15px 15px 15px;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.5s, border-radius 0.3s, opacity 0.5s;}.elementor-4375 .elementor-element.elementor-element-3abd0f2{padding:10px 10px 10px 10px;}</style><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 dce-elementor-rendering-id-46 post-12645 partners type-partners status-publish has-post-thumbnail hentry partner-categories-highlighted-on-frontpage partner-categories-partner" data-elementor-post-type="elementor_library"><section class="elementor-section elementor-top-section elementor-element elementor-element-3abd0f2 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="3abd0f2" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;ef7bd61&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}"><div class="elementor-container elementor-column-gap-default"><div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-02bcc95 shadow-medium radius-medium" style="cursor: pointer;" data-column-clickable="https://www.intermedia-solutions.net/en/home-en/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><div class="elementor-element elementor-element-36e7891 elementor-widget elementor-widget-image" data-id="36e7891" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="768" height="343" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://www.curiousfutureinsight.org/wp-content/uploads/IMS_Platform_App_Logo_Master-768x343.png" class="attachment-medium_large size-medium_large wp-image-12646 lazyload" alt="" data-srcset="https://www.curiousfutureinsight.org/wp-content/uploads/IMS_Platform_App_Logo_Master-768x343.png 768w, https://www.curiousfutureinsight.org/wp-content/uploads/IMS_Platform_App_Logo_Master-600x268.png 600w, https://www.curiousfutureinsight.org/wp-content/uploads/IMS_Platform_App_Logo_Master-1024x457.png 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/IMS_Platform_App_Logo_Master-1536x686.png 1536w, https://www.curiousfutureinsight.org/wp-content/uploads/IMS_Platform_App_Logo_Master.png 1680w" sizes="(max-width: 768px) 100vw, 768px" /><noscript><img loading="lazy" decoding="async" width="768" height="343" src="https://www.curiousfutureinsight.org/wp-content/uploads/IMS_Platform_App_Logo_Master-768x343.png" class="attachment-medium_large size-medium_large wp-image-12646 lazyload" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/IMS_Platform_App_Logo_Master-768x343.png 768w, https://www.curiousfutureinsight.org/wp-content/uploads/IMS_Platform_App_Logo_Master-600x268.png 600w, https://www.curiousfutureinsight.org/wp-content/uploads/IMS_Platform_App_Logo_Master-1024x457.png 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/IMS_Platform_App_Logo_Master-1536x686.png 1536w, https://www.curiousfutureinsight.org/wp-content/uploads/IMS_Platform_App_Logo_Master.png 1680w" sizes="(max-width: 768px) 100vw, 768px" /></noscript></div></div></div></div></div></section></div></div></article><article class="post-14394 partners type-partners status-publish has-post-thumbnail hentry partner-categories-gold-sponsor dce-post dce-post-item swiper-slide dce-item-carousel" data-dce-post-id="14394" data-dce-post-index="16"><div class="dce-post-block"> <style>.elementor-4375 .elementor-element.elementor-element-3abd0f2 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-4375 .elementor-element.elementor-element-3abd0f2 .elementor-repeater-item-ef7bd61.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-4375 .elementor-element.elementor-element-02bcc95:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated > .elementor-background-overlay{opacity:0.5;}.elementor-4375 .elementor-element.elementor-element-02bcc95:hover > .elementor-element-populated > .elementor-background-overlay{opacity:0.5;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated{border-style:solid;border-width:0px 0px 0px 0px;border-color:var( --e-global-color-primary );transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:20px 24px 20px 24px;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated, .elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated > .elementor-background-overlay, .elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-background-slideshow{border-radius:15px 15px 15px 15px;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.5s, border-radius 0.3s, opacity 0.5s;}.elementor-4375 .elementor-element.elementor-element-3abd0f2{padding:10px 10px 10px 10px;}</style><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 dce-elementor-rendering-id-47 post-14394 partners type-partners status-publish has-post-thumbnail hentry partner-categories-gold-sponsor" data-elementor-post-type="elementor_library"><section class="elementor-section elementor-top-section elementor-element elementor-element-3abd0f2 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="3abd0f2" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;ef7bd61&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}"><div class="elementor-container elementor-column-gap-default"><div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-02bcc95 shadow-medium radius-medium" style="cursor: pointer;" data-column-clickable="https://startseite.uni-mainz.de/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><div class="elementor-element elementor-element-36e7891 elementor-widget elementor-widget-image" data-id="36e7891" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="768" height="480" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://www.curiousfutureinsight.org/wp-content/uploads/2560px-Johannes_Gutenberg-Universitat_Mainz_logo.svg-768x480.png" class="attachment-medium_large size-medium_large wp-image-15042 lazyload" alt="" data-srcset="https://www.curiousfutureinsight.org/wp-content/uploads/2560px-Johannes_Gutenberg-Universitat_Mainz_logo.svg-768x480.png 768w, https://www.curiousfutureinsight.org/wp-content/uploads/2560px-Johannes_Gutenberg-Universitat_Mainz_logo.svg-600x375.png 600w, https://www.curiousfutureinsight.org/wp-content/uploads/2560px-Johannes_Gutenberg-Universitat_Mainz_logo.svg-1024x640.png 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/2560px-Johannes_Gutenberg-Universitat_Mainz_logo.svg-1536x960.png 1536w, https://www.curiousfutureinsight.org/wp-content/uploads/2560px-Johannes_Gutenberg-Universitat_Mainz_logo.svg.png 1769w" sizes="(max-width: 768px) 100vw, 768px" /><noscript><img loading="lazy" decoding="async" width="768" height="480" src="https://www.curiousfutureinsight.org/wp-content/uploads/2560px-Johannes_Gutenberg-Universitat_Mainz_logo.svg-768x480.png" class="attachment-medium_large size-medium_large wp-image-15042 lazyload" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/2560px-Johannes_Gutenberg-Universitat_Mainz_logo.svg-768x480.png 768w, https://www.curiousfutureinsight.org/wp-content/uploads/2560px-Johannes_Gutenberg-Universitat_Mainz_logo.svg-600x375.png 600w, https://www.curiousfutureinsight.org/wp-content/uploads/2560px-Johannes_Gutenberg-Universitat_Mainz_logo.svg-1024x640.png 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/2560px-Johannes_Gutenberg-Universitat_Mainz_logo.svg-1536x960.png 1536w, https://www.curiousfutureinsight.org/wp-content/uploads/2560px-Johannes_Gutenberg-Universitat_Mainz_logo.svg.png 1769w" sizes="(max-width: 768px) 100vw, 768px" /></noscript></div></div></div></div></div></section></div></div></article><article class="post-8513 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector partner-categories-highlighted-on-frontpage dce-post dce-post-item swiper-slide dce-item-carousel" data-dce-post-id="8513" data-dce-post-index="17"><div class="dce-post-block"> <style>.elementor-4375 .elementor-element.elementor-element-3abd0f2 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-4375 .elementor-element.elementor-element-3abd0f2 .elementor-repeater-item-ef7bd61.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-4375 .elementor-element.elementor-element-02bcc95:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated > .elementor-background-overlay{opacity:0.5;}.elementor-4375 .elementor-element.elementor-element-02bcc95:hover > .elementor-element-populated > .elementor-background-overlay{opacity:0.5;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated{border-style:solid;border-width:0px 0px 0px 0px;border-color:var( --e-global-color-primary );transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:20px 24px 20px 24px;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated, .elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated > .elementor-background-overlay, .elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-background-slideshow{border-radius:15px 15px 15px 15px;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.5s, border-radius 0.3s, opacity 0.5s;}.elementor-4375 .elementor-element.elementor-element-3abd0f2{padding:10px 10px 10px 10px;}</style><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 dce-elementor-rendering-id-48 post-8513 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector partner-categories-highlighted-on-frontpage" data-elementor-post-type="elementor_library"><section class="elementor-section elementor-top-section elementor-element elementor-element-3abd0f2 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="3abd0f2" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;ef7bd61&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}"><div class="elementor-container elementor-column-gap-default"><div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-02bcc95 shadow-medium radius-medium" style="cursor: pointer;" data-column-clickable="https://www.leibniz-gemeinschaft.de/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><div class="elementor-element elementor-element-36e7891 elementor-widget elementor-widget-image" data-id="36e7891" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="695" height="537" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://www.curiousfutureinsight.org/wp-content/uploads/Leibniz-Gemeinschaft.png" class="attachment-medium_large size-medium_large wp-image-8430 lazyload" alt="" data-srcset="https://www.curiousfutureinsight.org/wp-content/uploads/Leibniz-Gemeinschaft.png 695w, https://www.curiousfutureinsight.org/wp-content/uploads/Leibniz-Gemeinschaft-600x464.png 600w" sizes="(max-width: 695px) 100vw, 695px" /><noscript><img loading="lazy" decoding="async" width="695" height="537" src="https://www.curiousfutureinsight.org/wp-content/uploads/Leibniz-Gemeinschaft.png" class="attachment-medium_large size-medium_large wp-image-8430 lazyload" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/Leibniz-Gemeinschaft.png 695w, https://www.curiousfutureinsight.org/wp-content/uploads/Leibniz-Gemeinschaft-600x464.png 600w" sizes="(max-width: 695px) 100vw, 695px" /></noscript></div></div></div></div></div></section></div></div></article><article class="post-16984 partners type-partners status-publish has-post-thumbnail hentry partner-categories-gold-sponsor dce-post dce-post-item swiper-slide dce-item-carousel" data-dce-post-id="16984" data-dce-post-index="18"><div class="dce-post-block"> <style>.elementor-4375 .elementor-element.elementor-element-3abd0f2 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-4375 .elementor-element.elementor-element-3abd0f2 .elementor-repeater-item-ef7bd61.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-4375 .elementor-element.elementor-element-02bcc95:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated > .elementor-background-overlay{opacity:0.5;}.elementor-4375 .elementor-element.elementor-element-02bcc95:hover > .elementor-element-populated > .elementor-background-overlay{opacity:0.5;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated{border-style:solid;border-width:0px 0px 0px 0px;border-color:var( --e-global-color-primary );transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:20px 24px 20px 24px;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated, .elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated > .elementor-background-overlay, .elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-background-slideshow{border-radius:15px 15px 15px 15px;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.5s, border-radius 0.3s, opacity 0.5s;}.elementor-4375 .elementor-element.elementor-element-3abd0f2{padding:10px 10px 10px 10px;}</style><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 dce-elementor-rendering-id-49 post-16984 partners type-partners status-publish has-post-thumbnail hentry partner-categories-gold-sponsor" data-elementor-post-type="elementor_library"><section class="elementor-section elementor-top-section elementor-element elementor-element-3abd0f2 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="3abd0f2" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;ef7bd61&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}"><div class="elementor-container elementor-column-gap-default"><div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-02bcc95 shadow-medium radius-medium" style="cursor: pointer;" data-column-clickable="https://www.mpg.de/de" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><div class="elementor-element elementor-element-36e7891 elementor-widget elementor-widget-image" data-id="36e7891" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="550" height="199" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://www.curiousfutureinsight.org/wp-content/uploads/MPG-logo.png" class="attachment-medium_large size-medium_large wp-image-16985 lazyload" alt="" /><noscript><img loading="lazy" decoding="async" width="550" height="199" src="https://www.curiousfutureinsight.org/wp-content/uploads/MPG-logo.png" class="attachment-medium_large size-medium_large wp-image-16985 lazyload" alt="" /></noscript></div></div></div></div></div></section></div></div></article><article class="post-8519 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector partner-categories-highlighted-on-frontpage dce-post dce-post-item swiper-slide dce-item-carousel" data-dce-post-id="8519" data-dce-post-index="19"><div class="dce-post-block"> <style>.elementor-4375 .elementor-element.elementor-element-3abd0f2 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-4375 .elementor-element.elementor-element-3abd0f2 .elementor-repeater-item-ef7bd61.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-4375 .elementor-element.elementor-element-02bcc95:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated > .elementor-background-overlay{opacity:0.5;}.elementor-4375 .elementor-element.elementor-element-02bcc95:hover > .elementor-element-populated > .elementor-background-overlay{opacity:0.5;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated{border-style:solid;border-width:0px 0px 0px 0px;border-color:var( --e-global-color-primary );transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:20px 24px 20px 24px;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated, .elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated > .elementor-background-overlay, .elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-background-slideshow{border-radius:15px 15px 15px 15px;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.5s, border-radius 0.3s, opacity 0.5s;}.elementor-4375 .elementor-element.elementor-element-3abd0f2{padding:10px 10px 10px 10px;}</style><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 dce-elementor-rendering-id-50 post-8519 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector partner-categories-highlighted-on-frontpage" data-elementor-post-type="elementor_library"><section class="elementor-section elementor-top-section elementor-element elementor-element-3abd0f2 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="3abd0f2" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;ef7bd61&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}"><div class="elementor-container elementor-column-gap-default"><div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-02bcc95 shadow-medium radius-medium" style="cursor: pointer;" data-column-clickable="https://www.mpg.de/de" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><div class="elementor-element elementor-element-36e7891 elementor-widget elementor-widget-image" data-id="36e7891" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="591" height="178" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://www.curiousfutureinsight.org/wp-content/uploads/MPG.png" class="attachment-medium_large size-medium_large wp-image-8434 lazyload" alt="" /><noscript><img loading="lazy" decoding="async" width="591" height="178" src="https://www.curiousfutureinsight.org/wp-content/uploads/MPG.png" class="attachment-medium_large size-medium_large wp-image-8434 lazyload" alt="" /></noscript></div></div></div></div></div></section></div></div></article><article class="post-12887 partners type-partners status-publish has-post-thumbnail hentry partner-categories-highlighted-on-frontpage partner-categories-platinum-sponsor dce-post dce-post-item swiper-slide dce-item-carousel" data-dce-post-id="12887" data-dce-post-index="20"><div class="dce-post-block"> <style>.elementor-4375 .elementor-element.elementor-element-3abd0f2 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-4375 .elementor-element.elementor-element-3abd0f2 .elementor-repeater-item-ef7bd61.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-4375 .elementor-element.elementor-element-02bcc95:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated > .elementor-background-overlay{opacity:0.5;}.elementor-4375 .elementor-element.elementor-element-02bcc95:hover > .elementor-element-populated > .elementor-background-overlay{opacity:0.5;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated{border-style:solid;border-width:0px 0px 0px 0px;border-color:var( --e-global-color-primary );transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:20px 24px 20px 24px;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated, .elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated > .elementor-background-overlay, .elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-background-slideshow{border-radius:15px 15px 15px 15px;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.5s, border-radius 0.3s, opacity 0.5s;}.elementor-4375 .elementor-element.elementor-element-3abd0f2{padding:10px 10px 10px 10px;}</style><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 dce-elementor-rendering-id-51 post-12887 partners type-partners status-publish has-post-thumbnail hentry partner-categories-highlighted-on-frontpage partner-categories-platinum-sponsor" data-elementor-post-type="elementor_library"><section class="elementor-section elementor-top-section elementor-element elementor-element-3abd0f2 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="3abd0f2" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;ef7bd61&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}"><div class="elementor-container elementor-column-gap-default"><div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-02bcc95 shadow-medium radius-medium" style="cursor: pointer;" data-column-clickable="https://mwg.rlp.de/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><div class="elementor-element elementor-element-36e7891 elementor-widget elementor-widget-image" data-id="36e7891" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="590" height="270" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://www.curiousfutureinsight.org/wp-content/uploads/Logo_MWG_RLP-frei.png" class="attachment-medium_large size-medium_large wp-image-12888 lazyload" alt="Unterstützung des Ministeriums für Wissenschaft und Gesundheit des Landes Rheinland-Pfalz." /><noscript><img loading="lazy" decoding="async" width="590" height="270" src="https://www.curiousfutureinsight.org/wp-content/uploads/Logo_MWG_RLP-frei.png" class="attachment-medium_large size-medium_large wp-image-12888 lazyload" alt="Unterstützung des Ministeriums für Wissenschaft und Gesundheit des Landes Rheinland-Pfalz." /></noscript></div></div></div></div></div></section></div></div></article><article class="post-14206 partners type-partners status-publish has-post-thumbnail hentry partner-categories-gold-sponsor dce-post dce-post-item swiper-slide dce-item-carousel" data-dce-post-id="14206" data-dce-post-index="21"><div class="dce-post-block"> <style>.elementor-4375 .elementor-element.elementor-element-3abd0f2 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-4375 .elementor-element.elementor-element-3abd0f2 .elementor-repeater-item-ef7bd61.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-4375 .elementor-element.elementor-element-02bcc95:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated > .elementor-background-overlay{opacity:0.5;}.elementor-4375 .elementor-element.elementor-element-02bcc95:hover > .elementor-element-populated > .elementor-background-overlay{opacity:0.5;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated{border-style:solid;border-width:0px 0px 0px 0px;border-color:var( --e-global-color-primary );transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:20px 24px 20px 24px;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated, .elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated > .elementor-background-overlay, .elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-background-slideshow{border-radius:15px 15px 15px 15px;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.5s, border-radius 0.3s, opacity 0.5s;}.elementor-4375 .elementor-element.elementor-element-3abd0f2{padding:10px 10px 10px 10px;}</style><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 dce-elementor-rendering-id-52 post-14206 partners type-partners status-publish has-post-thumbnail hentry partner-categories-gold-sponsor" data-elementor-post-type="elementor_library"><section class="elementor-section elementor-top-section elementor-element elementor-element-3abd0f2 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="3abd0f2" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;ef7bd61&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}"><div class="elementor-container elementor-column-gap-default"><div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-02bcc95 shadow-medium radius-medium" style="cursor: pointer;" data-column-clickable="https://www.schott.com/de-de/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><div class="elementor-element elementor-element-36e7891 elementor-widget elementor-widget-image" data-id="36e7891" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="768" height="279" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://www.curiousfutureinsight.org/wp-content/uploads/2560px-Schott_AG_logo.svg-768x279.png" class="attachment-medium_large size-medium_large wp-image-14207 lazyload" alt="" data-srcset="https://www.curiousfutureinsight.org/wp-content/uploads/2560px-Schott_AG_logo.svg-768x279.png 768w, https://www.curiousfutureinsight.org/wp-content/uploads/2560px-Schott_AG_logo.svg-600x218.png 600w, https://www.curiousfutureinsight.org/wp-content/uploads/2560px-Schott_AG_logo.svg-1024x372.png 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/2560px-Schott_AG_logo.svg-1536x559.png 1536w, https://www.curiousfutureinsight.org/wp-content/uploads/2560px-Schott_AG_logo.svg-2048x745.png 2048w" sizes="(max-width: 768px) 100vw, 768px" /><noscript><img loading="lazy" decoding="async" width="768" height="279" src="https://www.curiousfutureinsight.org/wp-content/uploads/2560px-Schott_AG_logo.svg-768x279.png" class="attachment-medium_large size-medium_large wp-image-14207 lazyload" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/2560px-Schott_AG_logo.svg-768x279.png 768w, https://www.curiousfutureinsight.org/wp-content/uploads/2560px-Schott_AG_logo.svg-600x218.png 600w, https://www.curiousfutureinsight.org/wp-content/uploads/2560px-Schott_AG_logo.svg-1024x372.png 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/2560px-Schott_AG_logo.svg-1536x559.png 1536w, https://www.curiousfutureinsight.org/wp-content/uploads/2560px-Schott_AG_logo.svg-2048x745.png 2048w" sizes="(max-width: 768px) 100vw, 768px" /></noscript></div></div></div></div></div></section></div></div></article><article class="post-14318 partners type-partners status-publish has-post-thumbnail hentry partner-categories-highlighted-on-frontpage partner-categories-partner dce-post dce-post-item swiper-slide dce-item-carousel" data-dce-post-id="14318" data-dce-post-index="22"><div class="dce-post-block"> <style>.elementor-4375 .elementor-element.elementor-element-3abd0f2 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-4375 .elementor-element.elementor-element-3abd0f2 .elementor-repeater-item-ef7bd61.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-4375 .elementor-element.elementor-element-02bcc95:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated > .elementor-background-overlay{opacity:0.5;}.elementor-4375 .elementor-element.elementor-element-02bcc95:hover > .elementor-element-populated > .elementor-background-overlay{opacity:0.5;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated{border-style:solid;border-width:0px 0px 0px 0px;border-color:var( --e-global-color-primary );transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:20px 24px 20px 24px;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated, .elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated > .elementor-background-overlay, .elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-background-slideshow{border-radius:15px 15px 15px 15px;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.5s, border-radius 0.3s, opacity 0.5s;}.elementor-4375 .elementor-element.elementor-element-3abd0f2{padding:10px 10px 10px 10px;}</style><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 dce-elementor-rendering-id-53 post-14318 partners type-partners status-publish has-post-thumbnail hentry partner-categories-highlighted-on-frontpage partner-categories-partner" data-elementor-post-type="elementor_library"><section class="elementor-section elementor-top-section elementor-element elementor-element-3abd0f2 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="3abd0f2" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;ef7bd61&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}"><div class="elementor-container elementor-column-gap-default"><div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-02bcc95 shadow-medium radius-medium" style="cursor: pointer;" data-column-clickable="https://www.clubofrome.org/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><div class="elementor-element elementor-element-36e7891 elementor-widget elementor-widget-image" data-id="36e7891" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="768" height="652" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://www.curiousfutureinsight.org/wp-content/uploads/CoR-logo-web-large-2022-1.svg" class="attachment-medium_large size-medium_large wp-image-14319 lazyload" alt="" /><noscript><img loading="lazy" decoding="async" width="768" height="652" src="https://www.curiousfutureinsight.org/wp-content/uploads/CoR-logo-web-large-2022-1.svg" class="attachment-medium_large size-medium_large wp-image-14319 lazyload" alt="" /></noscript></div></div></div></div></div></section></div></div></article><article class="post-14820 partners type-partners status-publish has-post-thumbnail hentry partner-categories-gold-sponsor dce-post dce-post-item swiper-slide dce-item-carousel" data-dce-post-id="14820" data-dce-post-index="23"><div class="dce-post-block"> <style>.elementor-4375 .elementor-element.elementor-element-3abd0f2 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-4375 .elementor-element.elementor-element-3abd0f2 .elementor-repeater-item-ef7bd61.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-4375 .elementor-element.elementor-element-02bcc95:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated > .elementor-background-overlay{opacity:0.5;}.elementor-4375 .elementor-element.elementor-element-02bcc95:hover > .elementor-element-populated > .elementor-background-overlay{opacity:0.5;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated{border-style:solid;border-width:0px 0px 0px 0px;border-color:var( --e-global-color-primary );transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:20px 24px 20px 24px;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated, .elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated > .elementor-background-overlay, .elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-background-slideshow{border-radius:15px 15px 15px 15px;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.5s, border-radius 0.3s, opacity 0.5s;}.elementor-4375 .elementor-element.elementor-element-3abd0f2{padding:10px 10px 10px 10px;}</style><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 dce-elementor-rendering-id-54 post-14820 partners type-partners status-publish has-post-thumbnail hentry partner-categories-gold-sponsor" data-elementor-post-type="elementor_library"><section class="elementor-section elementor-top-section elementor-element elementor-element-3abd0f2 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="3abd0f2" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;ef7bd61&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}"><div class="elementor-container elementor-column-gap-default"><div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-02bcc95 shadow-medium radius-medium" style="cursor: pointer;" data-column-clickable="https://www.tron-mainz.de/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><div class="elementor-element elementor-element-36e7891 elementor-widget elementor-widget-image" data-id="36e7891" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="768" height="307" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://www.curiousfutureinsight.org/wp-content/uploads/MA-70-009-MF20.1-TRON-Logo-mit-Unterzeile-Science-in-Translation-768x307.jpg" class="attachment-medium_large size-medium_large wp-image-14821 lazyload" alt="" data-srcset="https://www.curiousfutureinsight.org/wp-content/uploads/MA-70-009-MF20.1-TRON-Logo-mit-Unterzeile-Science-in-Translation-768x307.jpg 768w, https://www.curiousfutureinsight.org/wp-content/uploads/MA-70-009-MF20.1-TRON-Logo-mit-Unterzeile-Science-in-Translation-600x240.jpg 600w, https://www.curiousfutureinsight.org/wp-content/uploads/MA-70-009-MF20.1-TRON-Logo-mit-Unterzeile-Science-in-Translation-1024x410.jpg 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/MA-70-009-MF20.1-TRON-Logo-mit-Unterzeile-Science-in-Translation-1536x614.jpg 1536w, https://www.curiousfutureinsight.org/wp-content/uploads/MA-70-009-MF20.1-TRON-Logo-mit-Unterzeile-Science-in-Translation-2048x819.jpg 2048w, https://www.curiousfutureinsight.org/wp-content/uploads/MA-70-009-MF20.1-TRON-Logo-mit-Unterzeile-Science-in-Translation-scaled.jpg 1920w" sizes="(max-width: 768px) 100vw, 768px" /><noscript><img loading="lazy" decoding="async" width="768" height="307" src="https://www.curiousfutureinsight.org/wp-content/uploads/MA-70-009-MF20.1-TRON-Logo-mit-Unterzeile-Science-in-Translation-768x307.jpg" class="attachment-medium_large size-medium_large wp-image-14821 lazyload" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/MA-70-009-MF20.1-TRON-Logo-mit-Unterzeile-Science-in-Translation-768x307.jpg 768w, https://www.curiousfutureinsight.org/wp-content/uploads/MA-70-009-MF20.1-TRON-Logo-mit-Unterzeile-Science-in-Translation-600x240.jpg 600w, https://www.curiousfutureinsight.org/wp-content/uploads/MA-70-009-MF20.1-TRON-Logo-mit-Unterzeile-Science-in-Translation-1024x410.jpg 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/MA-70-009-MF20.1-TRON-Logo-mit-Unterzeile-Science-in-Translation-1536x614.jpg 1536w, https://www.curiousfutureinsight.org/wp-content/uploads/MA-70-009-MF20.1-TRON-Logo-mit-Unterzeile-Science-in-Translation-2048x819.jpg 2048w, https://www.curiousfutureinsight.org/wp-content/uploads/MA-70-009-MF20.1-TRON-Logo-mit-Unterzeile-Science-in-Translation-scaled.jpg 1920w" sizes="(max-width: 768px) 100vw, 768px" /></noscript></div></div></div></div></div></section></div></div></article><article class="post-14259 partners type-partners status-publish has-post-thumbnail hentry partner-categories-highlighted-on-frontpage partner-categories-partner dce-post dce-post-item swiper-slide dce-item-carousel" data-dce-post-id="14259" data-dce-post-index="24"><div class="dce-post-block"> <style>.elementor-4375 .elementor-element.elementor-element-3abd0f2 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-4375 .elementor-element.elementor-element-3abd0f2 .elementor-repeater-item-ef7bd61.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-4375 .elementor-element.elementor-element-02bcc95:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated > .elementor-background-overlay{opacity:0.5;}.elementor-4375 .elementor-element.elementor-element-02bcc95:hover > .elementor-element-populated > .elementor-background-overlay{opacity:0.5;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated{border-style:solid;border-width:0px 0px 0px 0px;border-color:var( --e-global-color-primary );transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:20px 24px 20px 24px;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated, .elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated > .elementor-background-overlay, .elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-background-slideshow{border-radius:15px 15px 15px 15px;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.5s, border-radius 0.3s, opacity 0.5s;}.elementor-4375 .elementor-element.elementor-element-3abd0f2{padding:10px 10px 10px 10px;}</style><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 dce-elementor-rendering-id-55 post-14259 partners type-partners status-publish has-post-thumbnail hentry partner-categories-highlighted-on-frontpage partner-categories-partner" data-elementor-post-type="elementor_library"><section class="elementor-section elementor-top-section elementor-element elementor-element-3abd0f2 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="3abd0f2" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;ef7bd61&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}"><div class="elementor-container elementor-column-gap-default"><div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-02bcc95 shadow-medium radius-medium" style="cursor: pointer;" data-column-clickable="https://www.vfa.de/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><div class="elementor-element elementor-element-36e7891 elementor-widget elementor-widget-image" data-id="36e7891" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="477" height="91" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://www.curiousfutureinsight.org/wp-content/uploads/vfa-Logo_CMYK.jpg" class="attachment-medium_large size-medium_large wp-image-14260 lazyload" alt="" /><noscript><img loading="lazy" decoding="async" width="477" height="91" src="https://www.curiousfutureinsight.org/wp-content/uploads/vfa-Logo_CMYK.jpg" class="attachment-medium_large size-medium_large wp-image-14260 lazyload" alt="" /></noscript></div></div></div></div></div></section></div></div></article></div></div><div class="dce-carousel-controls"><div class="dce-container-navigation swiper-container-horizontal"><div class="swiper-button-left left-960d65c"> <svg x="-10px" y="-10px" width="85.039px" height="85.039px" viewBox="378.426 255.12 85.039 85.039" xml:space="preserve"> <line fill="none" stroke="#000000" stroke-width="1.3845" stroke-dasharray="0,0" stroke-miterlimit="10" x1="382.456" y1="298.077" x2="458.375" y2="298.077"/> <polyline fill="none" stroke="#000000" stroke-width="1.3845" stroke-dasharray="0,0" stroke-miterlimit="10" points="416.287,331.909,382.456,298.077,416.287,264.245 "/> </svg></div><div class="swiper-button-right right-960d65c"> <svg xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="85.039px" height="85.039px" viewBox="378.426 255.12 85.039 85.039" xml:space="preserve"> <line fill="none" stroke="#000000" stroke-width="1.3845" stroke-miterlimit="10" x1="458.375" y1="298.077" x2="382.456" y2="298.077"/> <polyline fill="none" stroke="#000000" stroke-width="1.3845" stroke-miterlimit="10" points="424.543,264.245,458.375,298.077,424.543,331.909 "/> </svg></div></div></div></div></div><div class="elementor-element elementor-element-d9ede68 dce-posts-layout-template partners-carousel mm-geo mm-geo-na elementor-hidden-desktop elementor-hidden-tablet dce-carousel-effect-slide hover-animation-yes elementor-widget elementor-widget-dce-dynamicposts-v2" data-id="d9ede68" data-element_type="widget" data-settings="{&quot;style_items&quot;:&quot;template&quot;,&quot;carousel_slidesPerView&quot;:1,&quot;carousel_spaceBetween&quot;:10,&quot;carousel_keyboardControl&quot;:&quot;yes&quot;,&quot;carousel_mousewheelControl&quot;:&quot;yes&quot;,&quot;carousel_slidesColumn&quot;:1,&quot;carousel_match_height&quot;:&quot;yes&quot;,&quot;carousel_initialSlide&quot;:1,&quot;carousel_slidesPerView_mobile&quot;:1,&quot;carousel_autoHeight&quot;:&quot;yes&quot;,&quot;carousel_slidesColumn_mobile&quot;:1,&quot;carousel_speed_slider&quot;:300,&quot;carousel_effects&quot;:&quot;slide&quot;,&quot;carousel_direction_slider&quot;:&quot;horizontal&quot;,&quot;carousel_useNavigation&quot;:&quot;yes&quot;,&quot;carousel_slidesOffsetBefore&quot;:0,&quot;carousel_slidesOffsetAfter&quot;:0,&quot;carousel_slidesPerColumnFill&quot;:&quot;row&quot;}" data-widget_type="dce-dynamicposts-v2.carousel"><div class="elementor-widget-container"><div class="dce-fix-background-loop dce-posts-container dce-posts dce-dynamic-posts-collection swiper dce-skin-carousel"><div class="dce-posts-wrapper swiper-wrapper dce-wrapper-carousel"><article class="post-8096 partners type-partners status-publish has-post-thumbnail hentry partner-categories-platinum-sponsor-na dce-post dce-post-item swiper-slide dce-item-carousel" data-dce-post-id="8096" data-dce-post-index="0"><div class="dce-post-block"> <style>.elementor-4375 .elementor-element.elementor-element-3abd0f2 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-4375 .elementor-element.elementor-element-3abd0f2 .elementor-repeater-item-ef7bd61.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-4375 .elementor-element.elementor-element-02bcc95:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated > .elementor-background-overlay{opacity:0.5;}.elementor-4375 .elementor-element.elementor-element-02bcc95:hover > .elementor-element-populated > .elementor-background-overlay{opacity:0.5;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated{border-style:solid;border-width:0px 0px 0px 0px;border-color:var( --e-global-color-primary );transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:20px 24px 20px 24px;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated, .elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated > .elementor-background-overlay, .elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-background-slideshow{border-radius:15px 15px 15px 15px;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.5s, border-radius 0.3s, opacity 0.5s;}.elementor-4375 .elementor-element.elementor-element-3abd0f2{padding:10px 10px 10px 10px;}</style><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 dce-elementor-rendering-id-56 post-8096 partners type-partners status-publish has-post-thumbnail hentry partner-categories-platinum-sponsor-na" data-elementor-post-type="elementor_library"><section class="elementor-section elementor-top-section elementor-element elementor-element-3abd0f2 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="3abd0f2" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;ef7bd61&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-02bcc95 shadow-medium radius-medium" data-id="02bcc95" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><div class="elementor-element elementor-element-36e7891 elementor-widget elementor-widget-image" data-id="36e7891" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="768" height="459" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://www.curiousfutureinsight.org/wp-content/uploads/Merck-KGaA-Darmstadt-Germany-2.svg" class="attachment-medium_large size-medium_large wp-image-8104 lazyload" alt="" /><noscript><img loading="lazy" decoding="async" width="768" height="459" src="https://www.curiousfutureinsight.org/wp-content/uploads/Merck-KGaA-Darmstadt-Germany-2.svg" class="attachment-medium_large size-medium_large wp-image-8104 lazyload" alt="" /></noscript></div></div></div></div></div></section></div></div></article><article class="post-12883 partners type-partners status-publish has-post-thumbnail hentry partner-categories-highlighted-on-frontpage partner-categories-platinum-sponsor dce-post dce-post-item swiper-slide dce-item-carousel" data-dce-post-id="12883" data-dce-post-index="1"><div class="dce-post-block"> <style>.elementor-4375 .elementor-element.elementor-element-3abd0f2 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-4375 .elementor-element.elementor-element-3abd0f2 .elementor-repeater-item-ef7bd61.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-4375 .elementor-element.elementor-element-02bcc95:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated > .elementor-background-overlay{opacity:0.5;}.elementor-4375 .elementor-element.elementor-element-02bcc95:hover > .elementor-element-populated > .elementor-background-overlay{opacity:0.5;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated{border-style:solid;border-width:0px 0px 0px 0px;border-color:var( --e-global-color-primary );transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:20px 24px 20px 24px;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated, .elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated > .elementor-background-overlay, .elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-background-slideshow{border-radius:15px 15px 15px 15px;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.5s, border-radius 0.3s, opacity 0.5s;}.elementor-4375 .elementor-element.elementor-element-3abd0f2{padding:10px 10px 10px 10px;}</style><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 dce-elementor-rendering-id-57 post-12883 partners type-partners status-publish has-post-thumbnail hentry partner-categories-highlighted-on-frontpage partner-categories-platinum-sponsor" data-elementor-post-type="elementor_library"><section class="elementor-section elementor-top-section elementor-element elementor-element-3abd0f2 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="3abd0f2" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;ef7bd61&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}"><div class="elementor-container elementor-column-gap-default"><div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-02bcc95 shadow-medium radius-medium" style="cursor: pointer;" data-column-clickable="https://www.mainz.de/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><div class="elementor-element elementor-element-36e7891 elementor-widget elementor-widget-image" data-id="36e7891" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="768" height="354" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://www.curiousfutureinsight.org/wp-content/uploads/CD_LM_Logo_4c-768x354.png" class="attachment-medium_large size-medium_large wp-image-12886 lazyload" alt="Unterstützung der Landeshauptstadt Mainz" /><noscript><img loading="lazy" decoding="async" width="768" height="354" src="https://www.curiousfutureinsight.org/wp-content/uploads/CD_LM_Logo_4c-768x354.png" class="attachment-medium_large size-medium_large wp-image-12886 lazyload" alt="Unterstützung der Landeshauptstadt Mainz" /></noscript></div></div></div></div></div></section></div></div></article><article class="post-12890 partners type-partners status-publish has-post-thumbnail hentry partner-categories-highlighted-on-frontpage partner-categories-platinum-sponsor dce-post dce-post-item swiper-slide dce-item-carousel" data-dce-post-id="12890" data-dce-post-index="2"><div class="dce-post-block"> <style>.elementor-4375 .elementor-element.elementor-element-3abd0f2 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-4375 .elementor-element.elementor-element-3abd0f2 .elementor-repeater-item-ef7bd61.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-4375 .elementor-element.elementor-element-02bcc95:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated > .elementor-background-overlay{opacity:0.5;}.elementor-4375 .elementor-element.elementor-element-02bcc95:hover > .elementor-element-populated > .elementor-background-overlay{opacity:0.5;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated{border-style:solid;border-width:0px 0px 0px 0px;border-color:var( --e-global-color-primary );transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:20px 24px 20px 24px;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated, .elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated > .elementor-background-overlay, .elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-background-slideshow{border-radius:15px 15px 15px 15px;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.5s, border-radius 0.3s, opacity 0.5s;}.elementor-4375 .elementor-element.elementor-element-3abd0f2{padding:10px 10px 10px 10px;}</style><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 dce-elementor-rendering-id-58 post-12890 partners type-partners status-publish has-post-thumbnail hentry partner-categories-highlighted-on-frontpage partner-categories-platinum-sponsor" data-elementor-post-type="elementor_library"><section class="elementor-section elementor-top-section elementor-element elementor-element-3abd0f2 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="3abd0f2" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;ef7bd61&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}"><div class="elementor-container elementor-column-gap-default"><div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-02bcc95 shadow-medium radius-medium" style="cursor: pointer;" data-column-clickable="https://biotech.rlp.de/de/biotechnologie-rheinland-pfalz/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><div class="elementor-element elementor-element-36e7891 elementor-widget elementor-widget-image" data-id="36e7891" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="768" height="534" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://www.curiousfutureinsight.org/wp-content/uploads/Biotechnologie-RLP-Logo_rgb_mittel-768x534.jpg" class="attachment-medium_large size-medium_large wp-image-12891 lazyload" alt="" data-srcset="https://www.curiousfutureinsight.org/wp-content/uploads/Biotechnologie-RLP-Logo_rgb_mittel-768x534.jpg 768w, https://www.curiousfutureinsight.org/wp-content/uploads/Biotechnologie-RLP-Logo_rgb_mittel-600x418.jpg 600w, https://www.curiousfutureinsight.org/wp-content/uploads/Biotechnologie-RLP-Logo_rgb_mittel-1024x713.jpg 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/Biotechnologie-RLP-Logo_rgb_mittel.jpg 1358w" sizes="(max-width: 768px) 100vw, 768px" /><noscript><img loading="lazy" decoding="async" width="768" height="534" src="https://www.curiousfutureinsight.org/wp-content/uploads/Biotechnologie-RLP-Logo_rgb_mittel-768x534.jpg" class="attachment-medium_large size-medium_large wp-image-12891 lazyload" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/Biotechnologie-RLP-Logo_rgb_mittel-768x534.jpg 768w, https://www.curiousfutureinsight.org/wp-content/uploads/Biotechnologie-RLP-Logo_rgb_mittel-600x418.jpg 600w, https://www.curiousfutureinsight.org/wp-content/uploads/Biotechnologie-RLP-Logo_rgb_mittel-1024x713.jpg 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/Biotechnologie-RLP-Logo_rgb_mittel.jpg 1358w" sizes="(max-width: 768px) 100vw, 768px" /></noscript></div></div></div></div></div></section></div></div></article><article class="post-2901 partners type-partners status-publish has-post-thumbnail hentry partner-categories-exhibitor partner-categories-exhibitor-2018 partner-categories-partner-2018 partner-categories-supporter dce-post dce-post-item swiper-slide dce-item-carousel" data-dce-post-id="2901" data-dce-post-index="3"><div class="dce-post-block"> <style>.elementor-4375 .elementor-element.elementor-element-3abd0f2 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-4375 .elementor-element.elementor-element-3abd0f2 .elementor-repeater-item-ef7bd61.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-4375 .elementor-element.elementor-element-02bcc95:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated > .elementor-background-overlay{opacity:0.5;}.elementor-4375 .elementor-element.elementor-element-02bcc95:hover > .elementor-element-populated > .elementor-background-overlay{opacity:0.5;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated{border-style:solid;border-width:0px 0px 0px 0px;border-color:var( --e-global-color-primary );transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:20px 24px 20px 24px;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated, .elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated > .elementor-background-overlay, .elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-background-slideshow{border-radius:15px 15px 15px 15px;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.5s, border-radius 0.3s, opacity 0.5s;}.elementor-4375 .elementor-element.elementor-element-3abd0f2{padding:10px 10px 10px 10px;}</style><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 dce-elementor-rendering-id-59 post-2901 partners type-partners status-publish has-post-thumbnail hentry partner-categories-exhibitor partner-categories-exhibitor-2018 partner-categories-partner-2018 partner-categories-supporter" data-elementor-post-type="elementor_library"><section class="elementor-section elementor-top-section elementor-element elementor-element-3abd0f2 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="3abd0f2" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;ef7bd61&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}"><div class="elementor-container elementor-column-gap-default"><div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-02bcc95 shadow-medium radius-medium" style="cursor: pointer;" data-column-clickable="https://www.science.org/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><div class="elementor-element elementor-element-36e7891 elementor-widget elementor-widget-image" data-id="36e7891" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="192" height="84" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://www.curiousfutureinsight.org/wp-content/uploads/Science-AAAS.png" class="attachment-medium_large size-medium_large wp-image-4142 lazyload" alt="" /><noscript><img loading="lazy" decoding="async" width="192" height="84" src="https://www.curiousfutureinsight.org/wp-content/uploads/Science-AAAS.png" class="attachment-medium_large size-medium_large wp-image-4142 lazyload" alt="" /></noscript></div></div></div></div></div></section></div></div></article><article class="post-2902 partners type-partners status-publish has-post-thumbnail hentry partner-categories-exhibitor-2021 partner-categories-supporter dce-post dce-post-item swiper-slide dce-item-carousel" data-dce-post-id="2902" data-dce-post-index="4"><div class="dce-post-block"> <style>.elementor-4375 .elementor-element.elementor-element-3abd0f2 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-4375 .elementor-element.elementor-element-3abd0f2 .elementor-repeater-item-ef7bd61.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-4375 .elementor-element.elementor-element-02bcc95:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated > .elementor-background-overlay{opacity:0.5;}.elementor-4375 .elementor-element.elementor-element-02bcc95:hover > .elementor-element-populated > .elementor-background-overlay{opacity:0.5;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated{border-style:solid;border-width:0px 0px 0px 0px;border-color:var( --e-global-color-primary );transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:20px 24px 20px 24px;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated, .elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated > .elementor-background-overlay, .elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-background-slideshow{border-radius:15px 15px 15px 15px;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.5s, border-radius 0.3s, opacity 0.5s;}.elementor-4375 .elementor-element.elementor-element-3abd0f2{padding:10px 10px 10px 10px;}</style><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 dce-elementor-rendering-id-60 post-2902 partners type-partners status-publish has-post-thumbnail hentry partner-categories-exhibitor-2021 partner-categories-supporter" data-elementor-post-type="elementor_library"><section class="elementor-section elementor-top-section elementor-element elementor-element-3abd0f2 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="3abd0f2" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;ef7bd61&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}"><div class="elementor-container elementor-column-gap-default"><div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-02bcc95 shadow-medium radius-medium" style="cursor: pointer;" data-column-clickable="https://www.nature.com/nature-portfolio" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><div class="elementor-element elementor-element-36e7891 elementor-widget elementor-widget-image" data-id="36e7891" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="138" height="77" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://www.curiousfutureinsight.org/wp-content/uploads/Nature-Portfolio-Logo-Master_freigestellt.png" class="attachment-medium_large size-medium_large wp-image-4135 lazyload" alt="" /><noscript><img loading="lazy" decoding="async" width="138" height="77" src="https://www.curiousfutureinsight.org/wp-content/uploads/Nature-Portfolio-Logo-Master_freigestellt.png" class="attachment-medium_large size-medium_large wp-image-4135 lazyload" alt="" /></noscript></div></div></div></div></div></section></div></div></article><article class="post-15976 partners type-partners status-publish has-post-thumbnail hentry partner-categories-gold-sponsor dce-post dce-post-item swiper-slide dce-item-carousel" data-dce-post-id="15976" data-dce-post-index="5"><div class="dce-post-block"> <style>.elementor-4375 .elementor-element.elementor-element-3abd0f2 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-4375 .elementor-element.elementor-element-3abd0f2 .elementor-repeater-item-ef7bd61.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-4375 .elementor-element.elementor-element-02bcc95:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated > .elementor-background-overlay{opacity:0.5;}.elementor-4375 .elementor-element.elementor-element-02bcc95:hover > .elementor-element-populated > .elementor-background-overlay{opacity:0.5;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated{border-style:solid;border-width:0px 0px 0px 0px;border-color:var( --e-global-color-primary );transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:20px 24px 20px 24px;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated, .elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated > .elementor-background-overlay, .elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-background-slideshow{border-radius:15px 15px 15px 15px;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.5s, border-radius 0.3s, opacity 0.5s;}.elementor-4375 .elementor-element.elementor-element-3abd0f2{padding:10px 10px 10px 10px;}</style><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 dce-elementor-rendering-id-61 post-15976 partners type-partners status-publish has-post-thumbnail hentry partner-categories-gold-sponsor" data-elementor-post-type="elementor_library"><section class="elementor-section elementor-top-section elementor-element elementor-element-3abd0f2 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="3abd0f2" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;ef7bd61&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}"><div class="elementor-container elementor-column-gap-default"><div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-02bcc95 shadow-medium radius-medium" style="cursor: pointer;" data-column-clickable="https://www.biontech.com/int/en/home.html" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><div class="elementor-element elementor-element-36e7891 elementor-widget elementor-widget-image" data-id="36e7891" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="768" height="85" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://www.curiousfutureinsight.org/wp-content/uploads/BioNTech_Logo-768x85.png" class="attachment-medium_large size-medium_large wp-image-15977 lazyload" alt="" data-srcset="https://www.curiousfutureinsight.org/wp-content/uploads/BioNTech_Logo-768x85.png 768w, https://www.curiousfutureinsight.org/wp-content/uploads/BioNTech_Logo-600x66.png 600w, https://www.curiousfutureinsight.org/wp-content/uploads/BioNTech_Logo-1024x113.png 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/BioNTech_Logo-1536x169.png 1536w, https://www.curiousfutureinsight.org/wp-content/uploads/BioNTech_Logo-2048x226.png 2048w" sizes="(max-width: 768px) 100vw, 768px" /><noscript><img loading="lazy" decoding="async" width="768" height="85" src="https://www.curiousfutureinsight.org/wp-content/uploads/BioNTech_Logo-768x85.png" class="attachment-medium_large size-medium_large wp-image-15977 lazyload" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/BioNTech_Logo-768x85.png 768w, https://www.curiousfutureinsight.org/wp-content/uploads/BioNTech_Logo-600x66.png 600w, https://www.curiousfutureinsight.org/wp-content/uploads/BioNTech_Logo-1024x113.png 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/BioNTech_Logo-1536x169.png 1536w, https://www.curiousfutureinsight.org/wp-content/uploads/BioNTech_Logo-2048x226.png 2048w" sizes="(max-width: 768px) 100vw, 768px" /></noscript></div></div></div></div></div></section></div></div></article><article class="post-7940 partners type-partners status-publish has-post-thumbnail hentry partner-categories-foundation partner-categories-highlighted-on-frontpage dce-post dce-post-item swiper-slide dce-item-carousel" data-dce-post-id="7940" data-dce-post-index="6"><div class="dce-post-block"> <style>.elementor-4375 .elementor-element.elementor-element-3abd0f2 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-4375 .elementor-element.elementor-element-3abd0f2 .elementor-repeater-item-ef7bd61.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-4375 .elementor-element.elementor-element-02bcc95:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated > .elementor-background-overlay{opacity:0.5;}.elementor-4375 .elementor-element.elementor-element-02bcc95:hover > .elementor-element-populated > .elementor-background-overlay{opacity:0.5;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated{border-style:solid;border-width:0px 0px 0px 0px;border-color:var( --e-global-color-primary );transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:20px 24px 20px 24px;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated, .elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated > .elementor-background-overlay, .elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-background-slideshow{border-radius:15px 15px 15px 15px;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.5s, border-radius 0.3s, opacity 0.5s;}.elementor-4375 .elementor-element.elementor-element-3abd0f2{padding:10px 10px 10px 10px;}</style><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 dce-elementor-rendering-id-62 post-7940 partners type-partners status-publish has-post-thumbnail hentry partner-categories-foundation partner-categories-highlighted-on-frontpage" data-elementor-post-type="elementor_library"><section class="elementor-section elementor-top-section elementor-element elementor-element-3abd0f2 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="3abd0f2" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;ef7bd61&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}"><div class="elementor-container elementor-column-gap-default"><div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-02bcc95 shadow-medium radius-medium" style="cursor: pointer;" data-column-clickable="https://www.dfg.de/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><div class="elementor-element elementor-element-36e7891 elementor-widget elementor-widget-image" data-id="36e7891" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="768" height="158" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://www.curiousfutureinsight.org/wp-content/uploads/dfg_logo_englisch_blau_en_4c-768x158.png" class="attachment-medium_large size-medium_large wp-image-7929 lazyload" alt="" data-srcset="https://www.curiousfutureinsight.org/wp-content/uploads/dfg_logo_englisch_blau_en_4c-768x158.png 768w, https://www.curiousfutureinsight.org/wp-content/uploads/dfg_logo_englisch_blau_en_4c-600x123.png 600w, https://www.curiousfutureinsight.org/wp-content/uploads/dfg_logo_englisch_blau_en_4c-1024x210.png 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/dfg_logo_englisch_blau_en_4c-1536x316.png 1536w, https://www.curiousfutureinsight.org/wp-content/uploads/dfg_logo_englisch_blau_en_4c.png 1772w" sizes="(max-width: 768px) 100vw, 768px" /><noscript><img loading="lazy" decoding="async" width="768" height="158" src="https://www.curiousfutureinsight.org/wp-content/uploads/dfg_logo_englisch_blau_en_4c-768x158.png" class="attachment-medium_large size-medium_large wp-image-7929 lazyload" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/dfg_logo_englisch_blau_en_4c-768x158.png 768w, https://www.curiousfutureinsight.org/wp-content/uploads/dfg_logo_englisch_blau_en_4c-600x123.png 600w, https://www.curiousfutureinsight.org/wp-content/uploads/dfg_logo_englisch_blau_en_4c-1024x210.png 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/dfg_logo_englisch_blau_en_4c-1536x316.png 1536w, https://www.curiousfutureinsight.org/wp-content/uploads/dfg_logo_englisch_blau_en_4c.png 1772w" sizes="(max-width: 768px) 100vw, 768px" /></noscript></div></div></div></div></div></section></div></div></article><article class="post-14980 partners type-partners status-publish has-post-thumbnail hentry partner-categories-supporter dce-post dce-post-item swiper-slide dce-item-carousel" data-dce-post-id="14980" data-dce-post-index="7"><div class="dce-post-block"> <style>.elementor-4375 .elementor-element.elementor-element-3abd0f2 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-4375 .elementor-element.elementor-element-3abd0f2 .elementor-repeater-item-ef7bd61.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-4375 .elementor-element.elementor-element-02bcc95:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated > .elementor-background-overlay{opacity:0.5;}.elementor-4375 .elementor-element.elementor-element-02bcc95:hover > .elementor-element-populated > .elementor-background-overlay{opacity:0.5;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated{border-style:solid;border-width:0px 0px 0px 0px;border-color:var( --e-global-color-primary );transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:20px 24px 20px 24px;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated, .elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated > .elementor-background-overlay, .elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-background-slideshow{border-radius:15px 15px 15px 15px;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.5s, border-radius 0.3s, opacity 0.5s;}.elementor-4375 .elementor-element.elementor-element-3abd0f2{padding:10px 10px 10px 10px;}</style><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 dce-elementor-rendering-id-63 post-14980 partners type-partners status-publish has-post-thumbnail hentry partner-categories-supporter" data-elementor-post-type="elementor_library"><section class="elementor-section elementor-top-section elementor-element elementor-element-3abd0f2 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="3abd0f2" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;ef7bd61&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}"><div class="elementor-container elementor-column-gap-default"><div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-02bcc95 shadow-medium radius-medium" style="cursor: pointer;" data-column-clickable="https://www.ekfs.de/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><div class="elementor-element elementor-element-36e7891 elementor-widget elementor-widget-image" data-id="36e7891" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="240" height="210" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://www.curiousfutureinsight.org/wp-content/uploads/Else-Kroner-Fresenius-Stiftung.png" class="attachment-medium_large size-medium_large wp-image-14981 lazyload" alt="Else Kröner Fresenius Stiftung logo" /><noscript><img loading="lazy" decoding="async" width="240" height="210" src="https://www.curiousfutureinsight.org/wp-content/uploads/Else-Kroner-Fresenius-Stiftung.png" class="attachment-medium_large size-medium_large wp-image-14981 lazyload" alt="Else Kröner Fresenius Stiftung logo" /></noscript></div></div></div></div></div></section></div></div></article><article class="post-8480 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector partner-categories-highlighted-on-frontpage dce-post dce-post-item swiper-slide dce-item-carousel" data-dce-post-id="8480" data-dce-post-index="8"><div class="dce-post-block"> <style>.elementor-4375 .elementor-element.elementor-element-3abd0f2 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-4375 .elementor-element.elementor-element-3abd0f2 .elementor-repeater-item-ef7bd61.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-4375 .elementor-element.elementor-element-02bcc95:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated > .elementor-background-overlay{opacity:0.5;}.elementor-4375 .elementor-element.elementor-element-02bcc95:hover > .elementor-element-populated > .elementor-background-overlay{opacity:0.5;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated{border-style:solid;border-width:0px 0px 0px 0px;border-color:var( --e-global-color-primary );transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:20px 24px 20px 24px;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated, .elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated > .elementor-background-overlay, .elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-background-slideshow{border-radius:15px 15px 15px 15px;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.5s, border-radius 0.3s, opacity 0.5s;}.elementor-4375 .elementor-element.elementor-element-3abd0f2{padding:10px 10px 10px 10px;}</style><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 dce-elementor-rendering-id-64 post-8480 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector partner-categories-highlighted-on-frontpage" data-elementor-post-type="elementor_library"><section class="elementor-section elementor-top-section elementor-element elementor-element-3abd0f2 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="3abd0f2" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;ef7bd61&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}"><div class="elementor-container elementor-column-gap-default"><div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-02bcc95 shadow-medium radius-medium" style="cursor: pointer;" data-column-clickable="https://www.embo.org/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><div class="elementor-element elementor-element-36e7891 elementor-widget elementor-widget-image" data-id="36e7891" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="571" height="211" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://www.curiousfutureinsight.org/wp-content/uploads/EMBO.png" class="attachment-medium_large size-medium_large wp-image-8463 lazyload" alt="" /><noscript><img loading="lazy" decoding="async" width="571" height="211" src="https://www.curiousfutureinsight.org/wp-content/uploads/EMBO.png" class="attachment-medium_large size-medium_large wp-image-8463 lazyload" alt="" /></noscript></div></div></div></div></div></section></div></div></article><article class="post-13142 partners type-partners status-publish has-post-thumbnail hentry partner-categories-gold-sponsor dce-post dce-post-item swiper-slide dce-item-carousel" data-dce-post-id="13142" data-dce-post-index="9"><div class="dce-post-block"> <style>.elementor-4375 .elementor-element.elementor-element-3abd0f2 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-4375 .elementor-element.elementor-element-3abd0f2 .elementor-repeater-item-ef7bd61.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-4375 .elementor-element.elementor-element-02bcc95:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated > .elementor-background-overlay{opacity:0.5;}.elementor-4375 .elementor-element.elementor-element-02bcc95:hover > .elementor-element-populated > .elementor-background-overlay{opacity:0.5;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated{border-style:solid;border-width:0px 0px 0px 0px;border-color:var( --e-global-color-primary );transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:20px 24px 20px 24px;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated, .elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated > .elementor-background-overlay, .elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-background-slideshow{border-radius:15px 15px 15px 15px;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.5s, border-radius 0.3s, opacity 0.5s;}.elementor-4375 .elementor-element.elementor-element-3abd0f2{padding:10px 10px 10px 10px;}</style><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 dce-elementor-rendering-id-65 post-13142 partners type-partners status-publish has-post-thumbnail hentry partner-categories-gold-sponsor" data-elementor-post-type="elementor_library"><section class="elementor-section elementor-top-section elementor-element elementor-element-3abd0f2 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="3abd0f2" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;ef7bd61&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}"><div class="elementor-container elementor-column-gap-default"><div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-02bcc95 shadow-medium radius-medium" style="cursor: pointer;" data-column-clickable="https://corporate.evonik.com/en" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><div class="elementor-element elementor-element-36e7891 elementor-widget elementor-widget-image" data-id="36e7891" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="768" height="199" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://www.curiousfutureinsight.org/wp-content/uploads/Picture2-768x199.webp" class="attachment-medium_large size-medium_large wp-image-13143 lazyload" alt="" data-srcset="https://www.curiousfutureinsight.org/wp-content/uploads/Picture2-768x199.webp 768w, https://www.curiousfutureinsight.org/wp-content/uploads/Picture2-600x155.webp 600w, https://www.curiousfutureinsight.org/wp-content/uploads/Picture2-1024x265.webp 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/Picture2-1536x398.webp 1536w, https://www.curiousfutureinsight.org/wp-content/uploads/Picture2.webp 1880w" sizes="(max-width: 768px) 100vw, 768px" /><noscript><img loading="lazy" decoding="async" width="768" height="199" src="https://www.curiousfutureinsight.org/wp-content/uploads/Picture2-768x199.webp" class="attachment-medium_large size-medium_large wp-image-13143 lazyload" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/Picture2-768x199.webp 768w, https://www.curiousfutureinsight.org/wp-content/uploads/Picture2-600x155.webp 600w, https://www.curiousfutureinsight.org/wp-content/uploads/Picture2-1024x265.webp 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/Picture2-1536x398.webp 1536w, https://www.curiousfutureinsight.org/wp-content/uploads/Picture2.webp 1880w" sizes="(max-width: 768px) 100vw, 768px" /></noscript></div></div></div></div></div></section></div></div></article><article class="post-2905 partners type-partners status-publish has-post-thumbnail hentry partner-categories-supporter dce-post dce-post-item swiper-slide dce-item-carousel" data-dce-post-id="2905" data-dce-post-index="10"><div class="dce-post-block"> <style>.elementor-4375 .elementor-element.elementor-element-3abd0f2 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-4375 .elementor-element.elementor-element-3abd0f2 .elementor-repeater-item-ef7bd61.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-4375 .elementor-element.elementor-element-02bcc95:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated > .elementor-background-overlay{opacity:0.5;}.elementor-4375 .elementor-element.elementor-element-02bcc95:hover > .elementor-element-populated > .elementor-background-overlay{opacity:0.5;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated{border-style:solid;border-width:0px 0px 0px 0px;border-color:var( --e-global-color-primary );transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:20px 24px 20px 24px;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated, .elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated > .elementor-background-overlay, .elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-background-slideshow{border-radius:15px 15px 15px 15px;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.5s, border-radius 0.3s, opacity 0.5s;}.elementor-4375 .elementor-element.elementor-element-3abd0f2{padding:10px 10px 10px 10px;}</style><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 dce-elementor-rendering-id-66 post-2905 partners type-partners status-publish has-post-thumbnail hentry partner-categories-supporter" data-elementor-post-type="elementor_library"><section class="elementor-section elementor-top-section elementor-element elementor-element-3abd0f2 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="3abd0f2" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;ef7bd61&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}"><div class="elementor-container elementor-column-gap-default"><div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-02bcc95 shadow-medium radius-medium" style="cursor: pointer;" data-column-clickable="https://www.bmbf.de/bmbf/en/home/home_node.html" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><div class="elementor-element elementor-element-36e7891 elementor-widget elementor-widget-image" data-id="36e7891" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="768" height="360" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://www.curiousfutureinsight.org/wp-content/uploads/Federal-Ministry-of-Education-and-Research-768x360.png" class="attachment-medium_large size-medium_large wp-image-4196 lazyload" alt="" data-srcset="https://www.curiousfutureinsight.org/wp-content/uploads/Federal-Ministry-of-Education-and-Research-768x360.png 768w, https://www.curiousfutureinsight.org/wp-content/uploads/Federal-Ministry-of-Education-and-Research-600x281.png 600w, https://www.curiousfutureinsight.org/wp-content/uploads/Federal-Ministry-of-Education-and-Research.png 938w" sizes="(max-width: 768px) 100vw, 768px" /><noscript><img loading="lazy" decoding="async" width="768" height="360" src="https://www.curiousfutureinsight.org/wp-content/uploads/Federal-Ministry-of-Education-and-Research-768x360.png" class="attachment-medium_large size-medium_large wp-image-4196 lazyload" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/Federal-Ministry-of-Education-and-Research-768x360.png 768w, https://www.curiousfutureinsight.org/wp-content/uploads/Federal-Ministry-of-Education-and-Research-600x281.png 600w, https://www.curiousfutureinsight.org/wp-content/uploads/Federal-Ministry-of-Education-and-Research.png 938w" sizes="(max-width: 768px) 100vw, 768px" /></noscript></div></div></div></div></div></section></div></div></article><article class="post-12433 partners type-partners status-publish has-post-thumbnail hentry partner-categories-highlighted-on-frontpage partner-categories-partner dce-post dce-post-item swiper-slide dce-item-carousel" data-dce-post-id="12433" data-dce-post-index="11"><div class="dce-post-block"> <style>.elementor-4375 .elementor-element.elementor-element-3abd0f2 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-4375 .elementor-element.elementor-element-3abd0f2 .elementor-repeater-item-ef7bd61.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-4375 .elementor-element.elementor-element-02bcc95:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated > .elementor-background-overlay{opacity:0.5;}.elementor-4375 .elementor-element.elementor-element-02bcc95:hover > .elementor-element-populated > .elementor-background-overlay{opacity:0.5;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated{border-style:solid;border-width:0px 0px 0px 0px;border-color:var( --e-global-color-primary );transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:20px 24px 20px 24px;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated, .elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated > .elementor-background-overlay, .elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-background-slideshow{border-radius:15px 15px 15px 15px;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.5s, border-radius 0.3s, opacity 0.5s;}.elementor-4375 .elementor-element.elementor-element-3abd0f2{padding:10px 10px 10px 10px;}</style><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 dce-elementor-rendering-id-67 post-12433 partners type-partners status-publish has-post-thumbnail hentry partner-categories-highlighted-on-frontpage partner-categories-partner" data-elementor-post-type="elementor_library"><section class="elementor-section elementor-top-section elementor-element elementor-element-3abd0f2 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="3abd0f2" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;ef7bd61&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}"><div class="elementor-container elementor-column-gap-default"><div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-02bcc95 shadow-medium radius-medium" style="cursor: pointer;" data-column-clickable="https://www.fraunhofer.de/en.html" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><div class="elementor-element elementor-element-36e7891 elementor-widget elementor-widget-image" data-id="36e7891" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="768" height="126" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://www.curiousfutureinsight.org/wp-content/uploads/fhg_logo-768x126.jpg" class="attachment-medium_large size-medium_large wp-image-12434 lazyload" alt="" data-srcset="https://www.curiousfutureinsight.org/wp-content/uploads/fhg_logo-768x126.jpg 768w, https://www.curiousfutureinsight.org/wp-content/uploads/fhg_logo-600x99.jpg 600w, https://www.curiousfutureinsight.org/wp-content/uploads/fhg_logo-1024x168.jpg 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/fhg_logo-1536x252.jpg 1536w, https://www.curiousfutureinsight.org/wp-content/uploads/fhg_logo.jpg 1960w" sizes="(max-width: 768px) 100vw, 768px" /><noscript><img loading="lazy" decoding="async" width="768" height="126" src="https://www.curiousfutureinsight.org/wp-content/uploads/fhg_logo-768x126.jpg" class="attachment-medium_large size-medium_large wp-image-12434 lazyload" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/fhg_logo-768x126.jpg 768w, https://www.curiousfutureinsight.org/wp-content/uploads/fhg_logo-600x99.jpg 600w, https://www.curiousfutureinsight.org/wp-content/uploads/fhg_logo-1024x168.jpg 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/fhg_logo-1536x252.jpg 1536w, https://www.curiousfutureinsight.org/wp-content/uploads/fhg_logo.jpg 1960w" sizes="(max-width: 768px) 100vw, 768px" /></noscript></div></div></div></div></div></section></div></div></article><article class="post-15468 partners type-partners status-publish has-post-thumbnail hentry partner-categories-gold-sponsor dce-post dce-post-item swiper-slide dce-item-carousel" data-dce-post-id="15468" data-dce-post-index="12"><div class="dce-post-block"> <style>.elementor-4375 .elementor-element.elementor-element-3abd0f2 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-4375 .elementor-element.elementor-element-3abd0f2 .elementor-repeater-item-ef7bd61.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-4375 .elementor-element.elementor-element-02bcc95:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated > .elementor-background-overlay{opacity:0.5;}.elementor-4375 .elementor-element.elementor-element-02bcc95:hover > .elementor-element-populated > .elementor-background-overlay{opacity:0.5;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated{border-style:solid;border-width:0px 0px 0px 0px;border-color:var( --e-global-color-primary );transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:20px 24px 20px 24px;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated, .elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated > .elementor-background-overlay, .elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-background-slideshow{border-radius:15px 15px 15px 15px;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.5s, border-radius 0.3s, opacity 0.5s;}.elementor-4375 .elementor-element.elementor-element-3abd0f2{padding:10px 10px 10px 10px;}</style><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 dce-elementor-rendering-id-68 post-15468 partners type-partners status-publish has-post-thumbnail hentry partner-categories-gold-sponsor" data-elementor-post-type="elementor_library"><section class="elementor-section elementor-top-section elementor-element elementor-element-3abd0f2 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="3abd0f2" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;ef7bd61&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}"><div class="elementor-container elementor-column-gap-default"><div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-02bcc95 shadow-medium radius-medium" style="cursor: pointer;" data-column-clickable="https://www.uni-frankfurt.de/de?locale=de" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><div class="elementor-element elementor-element-36e7891 elementor-widget elementor-widget-image" data-id="36e7891" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="768" height="418" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://www.curiousfutureinsight.org/wp-content/uploads/GU-Logo-blau-gross-768x418.jpg" class="attachment-medium_large size-medium_large wp-image-15469 lazyload" alt="" data-srcset="https://www.curiousfutureinsight.org/wp-content/uploads/GU-Logo-blau-gross-768x418.jpg 768w, https://www.curiousfutureinsight.org/wp-content/uploads/GU-Logo-blau-gross-600x327.jpg 600w, https://www.curiousfutureinsight.org/wp-content/uploads/GU-Logo-blau-gross-1024x558.jpg 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/GU-Logo-blau-gross.jpg 1469w" sizes="(max-width: 768px) 100vw, 768px" /><noscript><img loading="lazy" decoding="async" width="768" height="418" src="https://www.curiousfutureinsight.org/wp-content/uploads/GU-Logo-blau-gross-768x418.jpg" class="attachment-medium_large size-medium_large wp-image-15469 lazyload" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/GU-Logo-blau-gross-768x418.jpg 768w, https://www.curiousfutureinsight.org/wp-content/uploads/GU-Logo-blau-gross-600x327.jpg 600w, https://www.curiousfutureinsight.org/wp-content/uploads/GU-Logo-blau-gross-1024x558.jpg 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/GU-Logo-blau-gross.jpg 1469w" sizes="(max-width: 768px) 100vw, 768px" /></noscript></div></div></div></div></div></section></div></div></article><article class="post-9761 partners type-partners status-publish has-post-thumbnail hentry partner-categories-gold-sponsor dce-post dce-post-item swiper-slide dce-item-carousel" data-dce-post-id="9761" data-dce-post-index="13"><div class="dce-post-block"> <style>.elementor-4375 .elementor-element.elementor-element-3abd0f2 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-4375 .elementor-element.elementor-element-3abd0f2 .elementor-repeater-item-ef7bd61.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-4375 .elementor-element.elementor-element-02bcc95:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated > .elementor-background-overlay{opacity:0.5;}.elementor-4375 .elementor-element.elementor-element-02bcc95:hover > .elementor-element-populated > .elementor-background-overlay{opacity:0.5;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated{border-style:solid;border-width:0px 0px 0px 0px;border-color:var( --e-global-color-primary );transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:20px 24px 20px 24px;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated, .elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated > .elementor-background-overlay, .elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-background-slideshow{border-radius:15px 15px 15px 15px;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.5s, border-radius 0.3s, opacity 0.5s;}.elementor-4375 .elementor-element.elementor-element-3abd0f2{padding:10px 10px 10px 10px;}</style><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 dce-elementor-rendering-id-69 post-9761 partners type-partners status-publish has-post-thumbnail hentry partner-categories-gold-sponsor" data-elementor-post-type="elementor_library"><section class="elementor-section elementor-top-section elementor-element elementor-element-3abd0f2 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="3abd0f2" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;ef7bd61&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}"><div class="elementor-container elementor-column-gap-default"><div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-02bcc95 shadow-medium radius-medium" style="cursor: pointer;" data-column-clickable="https://h-da.de/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><div class="elementor-element elementor-element-36e7891 elementor-widget elementor-widget-image" data-id="36e7891" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="338" height="154" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://www.curiousfutureinsight.org/wp-content/uploads/logo_kompakt.svg" class="attachment-medium_large size-medium_large wp-image-16705 lazyload" alt="" /><noscript><img loading="lazy" decoding="async" width="338" height="154" src="https://www.curiousfutureinsight.org/wp-content/uploads/logo_kompakt.svg" class="attachment-medium_large size-medium_large wp-image-16705 lazyload" alt="" /></noscript></div></div></div></div></div></section></div></div></article><article class="post-8502 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector partner-categories-highlighted-on-frontpage dce-post dce-post-item swiper-slide dce-item-carousel" data-dce-post-id="8502" data-dce-post-index="14"><div class="dce-post-block"> <style>.elementor-4375 .elementor-element.elementor-element-3abd0f2 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-4375 .elementor-element.elementor-element-3abd0f2 .elementor-repeater-item-ef7bd61.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-4375 .elementor-element.elementor-element-02bcc95:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated > .elementor-background-overlay{opacity:0.5;}.elementor-4375 .elementor-element.elementor-element-02bcc95:hover > .elementor-element-populated > .elementor-background-overlay{opacity:0.5;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated{border-style:solid;border-width:0px 0px 0px 0px;border-color:var( --e-global-color-primary );transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:20px 24px 20px 24px;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated, .elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated > .elementor-background-overlay, .elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-background-slideshow{border-radius:15px 15px 15px 15px;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.5s, border-radius 0.3s, opacity 0.5s;}.elementor-4375 .elementor-element.elementor-element-3abd0f2{padding:10px 10px 10px 10px;}</style><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 dce-elementor-rendering-id-70 post-8502 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector partner-categories-highlighted-on-frontpage" data-elementor-post-type="elementor_library"><section class="elementor-section elementor-top-section elementor-element elementor-element-3abd0f2 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="3abd0f2" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;ef7bd61&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}"><div class="elementor-container elementor-column-gap-default"><div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-02bcc95 shadow-medium radius-medium" style="cursor: pointer;" data-column-clickable="https://www.helmholtz.de/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><div class="elementor-element elementor-element-36e7891 elementor-widget elementor-widget-image" data-id="36e7891" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="393" height="158" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://www.curiousfutureinsight.org/wp-content/uploads/Helmholtz-e1652945136913.png" class="attachment-medium_large size-medium_large wp-image-8423 lazyload" alt="" /><noscript><img loading="lazy" decoding="async" width="393" height="158" src="https://www.curiousfutureinsight.org/wp-content/uploads/Helmholtz-e1652945136913.png" class="attachment-medium_large size-medium_large wp-image-8423 lazyload" alt="" /></noscript></div></div></div></div></div></section></div></div></article><article class="post-12645 partners type-partners status-publish has-post-thumbnail hentry partner-categories-highlighted-on-frontpage partner-categories-partner dce-post dce-post-item swiper-slide dce-item-carousel" data-dce-post-id="12645" data-dce-post-index="15"><div class="dce-post-block"> <style>.elementor-4375 .elementor-element.elementor-element-3abd0f2 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-4375 .elementor-element.elementor-element-3abd0f2 .elementor-repeater-item-ef7bd61.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-4375 .elementor-element.elementor-element-02bcc95:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated > .elementor-background-overlay{opacity:0.5;}.elementor-4375 .elementor-element.elementor-element-02bcc95:hover > .elementor-element-populated > .elementor-background-overlay{opacity:0.5;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated{border-style:solid;border-width:0px 0px 0px 0px;border-color:var( --e-global-color-primary );transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:20px 24px 20px 24px;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated, .elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated > .elementor-background-overlay, .elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-background-slideshow{border-radius:15px 15px 15px 15px;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.5s, border-radius 0.3s, opacity 0.5s;}.elementor-4375 .elementor-element.elementor-element-3abd0f2{padding:10px 10px 10px 10px;}</style><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 dce-elementor-rendering-id-71 post-12645 partners type-partners status-publish has-post-thumbnail hentry partner-categories-highlighted-on-frontpage partner-categories-partner" data-elementor-post-type="elementor_library"><section class="elementor-section elementor-top-section elementor-element elementor-element-3abd0f2 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="3abd0f2" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;ef7bd61&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}"><div class="elementor-container elementor-column-gap-default"><div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-02bcc95 shadow-medium radius-medium" style="cursor: pointer;" data-column-clickable="https://www.intermedia-solutions.net/en/home-en/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><div class="elementor-element elementor-element-36e7891 elementor-widget elementor-widget-image" data-id="36e7891" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="768" height="343" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://www.curiousfutureinsight.org/wp-content/uploads/IMS_Platform_App_Logo_Master-768x343.png" class="attachment-medium_large size-medium_large wp-image-12646 lazyload" alt="" data-srcset="https://www.curiousfutureinsight.org/wp-content/uploads/IMS_Platform_App_Logo_Master-768x343.png 768w, https://www.curiousfutureinsight.org/wp-content/uploads/IMS_Platform_App_Logo_Master-600x268.png 600w, https://www.curiousfutureinsight.org/wp-content/uploads/IMS_Platform_App_Logo_Master-1024x457.png 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/IMS_Platform_App_Logo_Master-1536x686.png 1536w, https://www.curiousfutureinsight.org/wp-content/uploads/IMS_Platform_App_Logo_Master.png 1680w" sizes="(max-width: 768px) 100vw, 768px" /><noscript><img loading="lazy" decoding="async" width="768" height="343" src="https://www.curiousfutureinsight.org/wp-content/uploads/IMS_Platform_App_Logo_Master-768x343.png" class="attachment-medium_large size-medium_large wp-image-12646 lazyload" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/IMS_Platform_App_Logo_Master-768x343.png 768w, https://www.curiousfutureinsight.org/wp-content/uploads/IMS_Platform_App_Logo_Master-600x268.png 600w, https://www.curiousfutureinsight.org/wp-content/uploads/IMS_Platform_App_Logo_Master-1024x457.png 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/IMS_Platform_App_Logo_Master-1536x686.png 1536w, https://www.curiousfutureinsight.org/wp-content/uploads/IMS_Platform_App_Logo_Master.png 1680w" sizes="(max-width: 768px) 100vw, 768px" /></noscript></div></div></div></div></div></section></div></div></article><article class="post-14394 partners type-partners status-publish has-post-thumbnail hentry partner-categories-gold-sponsor dce-post dce-post-item swiper-slide dce-item-carousel" data-dce-post-id="14394" data-dce-post-index="16"><div class="dce-post-block"> <style>.elementor-4375 .elementor-element.elementor-element-3abd0f2 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-4375 .elementor-element.elementor-element-3abd0f2 .elementor-repeater-item-ef7bd61.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-4375 .elementor-element.elementor-element-02bcc95:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated > .elementor-background-overlay{opacity:0.5;}.elementor-4375 .elementor-element.elementor-element-02bcc95:hover > .elementor-element-populated > .elementor-background-overlay{opacity:0.5;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated{border-style:solid;border-width:0px 0px 0px 0px;border-color:var( --e-global-color-primary );transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:20px 24px 20px 24px;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated, .elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated > .elementor-background-overlay, .elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-background-slideshow{border-radius:15px 15px 15px 15px;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.5s, border-radius 0.3s, opacity 0.5s;}.elementor-4375 .elementor-element.elementor-element-3abd0f2{padding:10px 10px 10px 10px;}</style><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 dce-elementor-rendering-id-72 post-14394 partners type-partners status-publish has-post-thumbnail hentry partner-categories-gold-sponsor" data-elementor-post-type="elementor_library"><section class="elementor-section elementor-top-section elementor-element elementor-element-3abd0f2 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="3abd0f2" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;ef7bd61&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}"><div class="elementor-container elementor-column-gap-default"><div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-02bcc95 shadow-medium radius-medium" style="cursor: pointer;" data-column-clickable="https://startseite.uni-mainz.de/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><div class="elementor-element elementor-element-36e7891 elementor-widget elementor-widget-image" data-id="36e7891" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="768" height="480" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://www.curiousfutureinsight.org/wp-content/uploads/2560px-Johannes_Gutenberg-Universitat_Mainz_logo.svg-768x480.png" class="attachment-medium_large size-medium_large wp-image-15042 lazyload" alt="" data-srcset="https://www.curiousfutureinsight.org/wp-content/uploads/2560px-Johannes_Gutenberg-Universitat_Mainz_logo.svg-768x480.png 768w, https://www.curiousfutureinsight.org/wp-content/uploads/2560px-Johannes_Gutenberg-Universitat_Mainz_logo.svg-600x375.png 600w, https://www.curiousfutureinsight.org/wp-content/uploads/2560px-Johannes_Gutenberg-Universitat_Mainz_logo.svg-1024x640.png 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/2560px-Johannes_Gutenberg-Universitat_Mainz_logo.svg-1536x960.png 1536w, https://www.curiousfutureinsight.org/wp-content/uploads/2560px-Johannes_Gutenberg-Universitat_Mainz_logo.svg.png 1769w" sizes="(max-width: 768px) 100vw, 768px" /><noscript><img loading="lazy" decoding="async" width="768" height="480" src="https://www.curiousfutureinsight.org/wp-content/uploads/2560px-Johannes_Gutenberg-Universitat_Mainz_logo.svg-768x480.png" class="attachment-medium_large size-medium_large wp-image-15042 lazyload" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/2560px-Johannes_Gutenberg-Universitat_Mainz_logo.svg-768x480.png 768w, https://www.curiousfutureinsight.org/wp-content/uploads/2560px-Johannes_Gutenberg-Universitat_Mainz_logo.svg-600x375.png 600w, https://www.curiousfutureinsight.org/wp-content/uploads/2560px-Johannes_Gutenberg-Universitat_Mainz_logo.svg-1024x640.png 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/2560px-Johannes_Gutenberg-Universitat_Mainz_logo.svg-1536x960.png 1536w, https://www.curiousfutureinsight.org/wp-content/uploads/2560px-Johannes_Gutenberg-Universitat_Mainz_logo.svg.png 1769w" sizes="(max-width: 768px) 100vw, 768px" /></noscript></div></div></div></div></div></section></div></div></article><article class="post-8513 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector partner-categories-highlighted-on-frontpage dce-post dce-post-item swiper-slide dce-item-carousel" data-dce-post-id="8513" data-dce-post-index="17"><div class="dce-post-block"> <style>.elementor-4375 .elementor-element.elementor-element-3abd0f2 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-4375 .elementor-element.elementor-element-3abd0f2 .elementor-repeater-item-ef7bd61.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-4375 .elementor-element.elementor-element-02bcc95:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated > .elementor-background-overlay{opacity:0.5;}.elementor-4375 .elementor-element.elementor-element-02bcc95:hover > .elementor-element-populated > .elementor-background-overlay{opacity:0.5;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated{border-style:solid;border-width:0px 0px 0px 0px;border-color:var( --e-global-color-primary );transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:20px 24px 20px 24px;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated, .elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated > .elementor-background-overlay, .elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-background-slideshow{border-radius:15px 15px 15px 15px;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.5s, border-radius 0.3s, opacity 0.5s;}.elementor-4375 .elementor-element.elementor-element-3abd0f2{padding:10px 10px 10px 10px;}</style><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 dce-elementor-rendering-id-73 post-8513 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector partner-categories-highlighted-on-frontpage" data-elementor-post-type="elementor_library"><section class="elementor-section elementor-top-section elementor-element elementor-element-3abd0f2 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="3abd0f2" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;ef7bd61&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}"><div class="elementor-container elementor-column-gap-default"><div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-02bcc95 shadow-medium radius-medium" style="cursor: pointer;" data-column-clickable="https://www.leibniz-gemeinschaft.de/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><div class="elementor-element elementor-element-36e7891 elementor-widget elementor-widget-image" data-id="36e7891" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="695" height="537" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://www.curiousfutureinsight.org/wp-content/uploads/Leibniz-Gemeinschaft.png" class="attachment-medium_large size-medium_large wp-image-8430 lazyload" alt="" data-srcset="https://www.curiousfutureinsight.org/wp-content/uploads/Leibniz-Gemeinschaft.png 695w, https://www.curiousfutureinsight.org/wp-content/uploads/Leibniz-Gemeinschaft-600x464.png 600w" sizes="(max-width: 695px) 100vw, 695px" /><noscript><img loading="lazy" decoding="async" width="695" height="537" src="https://www.curiousfutureinsight.org/wp-content/uploads/Leibniz-Gemeinschaft.png" class="attachment-medium_large size-medium_large wp-image-8430 lazyload" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/Leibniz-Gemeinschaft.png 695w, https://www.curiousfutureinsight.org/wp-content/uploads/Leibniz-Gemeinschaft-600x464.png 600w" sizes="(max-width: 695px) 100vw, 695px" /></noscript></div></div></div></div></div></section></div></div></article><article class="post-16984 partners type-partners status-publish has-post-thumbnail hentry partner-categories-gold-sponsor dce-post dce-post-item swiper-slide dce-item-carousel" data-dce-post-id="16984" data-dce-post-index="18"><div class="dce-post-block"> <style>.elementor-4375 .elementor-element.elementor-element-3abd0f2 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-4375 .elementor-element.elementor-element-3abd0f2 .elementor-repeater-item-ef7bd61.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-4375 .elementor-element.elementor-element-02bcc95:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated > .elementor-background-overlay{opacity:0.5;}.elementor-4375 .elementor-element.elementor-element-02bcc95:hover > .elementor-element-populated > .elementor-background-overlay{opacity:0.5;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated{border-style:solid;border-width:0px 0px 0px 0px;border-color:var( --e-global-color-primary );transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:20px 24px 20px 24px;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated, .elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated > .elementor-background-overlay, .elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-background-slideshow{border-radius:15px 15px 15px 15px;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.5s, border-radius 0.3s, opacity 0.5s;}.elementor-4375 .elementor-element.elementor-element-3abd0f2{padding:10px 10px 10px 10px;}</style><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 dce-elementor-rendering-id-74 post-16984 partners type-partners status-publish has-post-thumbnail hentry partner-categories-gold-sponsor" data-elementor-post-type="elementor_library"><section class="elementor-section elementor-top-section elementor-element elementor-element-3abd0f2 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="3abd0f2" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;ef7bd61&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}"><div class="elementor-container elementor-column-gap-default"><div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-02bcc95 shadow-medium radius-medium" style="cursor: pointer;" data-column-clickable="https://www.mpg.de/de" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><div class="elementor-element elementor-element-36e7891 elementor-widget elementor-widget-image" data-id="36e7891" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="550" height="199" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://www.curiousfutureinsight.org/wp-content/uploads/MPG-logo.png" class="attachment-medium_large size-medium_large wp-image-16985 lazyload" alt="" /><noscript><img loading="lazy" decoding="async" width="550" height="199" src="https://www.curiousfutureinsight.org/wp-content/uploads/MPG-logo.png" class="attachment-medium_large size-medium_large wp-image-16985 lazyload" alt="" /></noscript></div></div></div></div></div></section></div></div></article><article class="post-8519 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector partner-categories-highlighted-on-frontpage dce-post dce-post-item swiper-slide dce-item-carousel" data-dce-post-id="8519" data-dce-post-index="19"><div class="dce-post-block"> <style>.elementor-4375 .elementor-element.elementor-element-3abd0f2 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-4375 .elementor-element.elementor-element-3abd0f2 .elementor-repeater-item-ef7bd61.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-4375 .elementor-element.elementor-element-02bcc95:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated > .elementor-background-overlay{opacity:0.5;}.elementor-4375 .elementor-element.elementor-element-02bcc95:hover > .elementor-element-populated > .elementor-background-overlay{opacity:0.5;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated{border-style:solid;border-width:0px 0px 0px 0px;border-color:var( --e-global-color-primary );transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:20px 24px 20px 24px;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated, .elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated > .elementor-background-overlay, .elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-background-slideshow{border-radius:15px 15px 15px 15px;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.5s, border-radius 0.3s, opacity 0.5s;}.elementor-4375 .elementor-element.elementor-element-3abd0f2{padding:10px 10px 10px 10px;}</style><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 dce-elementor-rendering-id-75 post-8519 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector partner-categories-highlighted-on-frontpage" data-elementor-post-type="elementor_library"><section class="elementor-section elementor-top-section elementor-element elementor-element-3abd0f2 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="3abd0f2" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;ef7bd61&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}"><div class="elementor-container elementor-column-gap-default"><div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-02bcc95 shadow-medium radius-medium" style="cursor: pointer;" data-column-clickable="https://www.mpg.de/de" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><div class="elementor-element elementor-element-36e7891 elementor-widget elementor-widget-image" data-id="36e7891" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="591" height="178" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://www.curiousfutureinsight.org/wp-content/uploads/MPG.png" class="attachment-medium_large size-medium_large wp-image-8434 lazyload" alt="" /><noscript><img loading="lazy" decoding="async" width="591" height="178" src="https://www.curiousfutureinsight.org/wp-content/uploads/MPG.png" class="attachment-medium_large size-medium_large wp-image-8434 lazyload" alt="" /></noscript></div></div></div></div></div></section></div></div></article><article class="post-12887 partners type-partners status-publish has-post-thumbnail hentry partner-categories-highlighted-on-frontpage partner-categories-platinum-sponsor dce-post dce-post-item swiper-slide dce-item-carousel" data-dce-post-id="12887" data-dce-post-index="20"><div class="dce-post-block"> <style>.elementor-4375 .elementor-element.elementor-element-3abd0f2 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-4375 .elementor-element.elementor-element-3abd0f2 .elementor-repeater-item-ef7bd61.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-4375 .elementor-element.elementor-element-02bcc95:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated > .elementor-background-overlay{opacity:0.5;}.elementor-4375 .elementor-element.elementor-element-02bcc95:hover > .elementor-element-populated > .elementor-background-overlay{opacity:0.5;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated{border-style:solid;border-width:0px 0px 0px 0px;border-color:var( --e-global-color-primary );transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:20px 24px 20px 24px;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated, .elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated > .elementor-background-overlay, .elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-background-slideshow{border-radius:15px 15px 15px 15px;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.5s, border-radius 0.3s, opacity 0.5s;}.elementor-4375 .elementor-element.elementor-element-3abd0f2{padding:10px 10px 10px 10px;}</style><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 dce-elementor-rendering-id-76 post-12887 partners type-partners status-publish has-post-thumbnail hentry partner-categories-highlighted-on-frontpage partner-categories-platinum-sponsor" data-elementor-post-type="elementor_library"><section class="elementor-section elementor-top-section elementor-element elementor-element-3abd0f2 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="3abd0f2" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;ef7bd61&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}"><div class="elementor-container elementor-column-gap-default"><div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-02bcc95 shadow-medium radius-medium" style="cursor: pointer;" data-column-clickable="https://mwg.rlp.de/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><div class="elementor-element elementor-element-36e7891 elementor-widget elementor-widget-image" data-id="36e7891" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="590" height="270" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://www.curiousfutureinsight.org/wp-content/uploads/Logo_MWG_RLP-frei.png" class="attachment-medium_large size-medium_large wp-image-12888 lazyload" alt="Unterstützung des Ministeriums für Wissenschaft und Gesundheit des Landes Rheinland-Pfalz." /><noscript><img loading="lazy" decoding="async" width="590" height="270" src="https://www.curiousfutureinsight.org/wp-content/uploads/Logo_MWG_RLP-frei.png" class="attachment-medium_large size-medium_large wp-image-12888 lazyload" alt="Unterstützung des Ministeriums für Wissenschaft und Gesundheit des Landes Rheinland-Pfalz." /></noscript></div></div></div></div></div></section></div></div></article><article class="post-14206 partners type-partners status-publish has-post-thumbnail hentry partner-categories-gold-sponsor dce-post dce-post-item swiper-slide dce-item-carousel" data-dce-post-id="14206" data-dce-post-index="21"><div class="dce-post-block"> <style>.elementor-4375 .elementor-element.elementor-element-3abd0f2 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-4375 .elementor-element.elementor-element-3abd0f2 .elementor-repeater-item-ef7bd61.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-4375 .elementor-element.elementor-element-02bcc95:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated > .elementor-background-overlay{opacity:0.5;}.elementor-4375 .elementor-element.elementor-element-02bcc95:hover > .elementor-element-populated > .elementor-background-overlay{opacity:0.5;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated{border-style:solid;border-width:0px 0px 0px 0px;border-color:var( --e-global-color-primary );transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:20px 24px 20px 24px;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated, .elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated > .elementor-background-overlay, .elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-background-slideshow{border-radius:15px 15px 15px 15px;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.5s, border-radius 0.3s, opacity 0.5s;}.elementor-4375 .elementor-element.elementor-element-3abd0f2{padding:10px 10px 10px 10px;}</style><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 dce-elementor-rendering-id-77 post-14206 partners type-partners status-publish has-post-thumbnail hentry partner-categories-gold-sponsor" data-elementor-post-type="elementor_library"><section class="elementor-section elementor-top-section elementor-element elementor-element-3abd0f2 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="3abd0f2" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;ef7bd61&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}"><div class="elementor-container elementor-column-gap-default"><div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-02bcc95 shadow-medium radius-medium" style="cursor: pointer;" data-column-clickable="https://www.schott.com/de-de/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><div class="elementor-element elementor-element-36e7891 elementor-widget elementor-widget-image" data-id="36e7891" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="768" height="279" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://www.curiousfutureinsight.org/wp-content/uploads/2560px-Schott_AG_logo.svg-768x279.png" class="attachment-medium_large size-medium_large wp-image-14207 lazyload" alt="" data-srcset="https://www.curiousfutureinsight.org/wp-content/uploads/2560px-Schott_AG_logo.svg-768x279.png 768w, https://www.curiousfutureinsight.org/wp-content/uploads/2560px-Schott_AG_logo.svg-600x218.png 600w, https://www.curiousfutureinsight.org/wp-content/uploads/2560px-Schott_AG_logo.svg-1024x372.png 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/2560px-Schott_AG_logo.svg-1536x559.png 1536w, https://www.curiousfutureinsight.org/wp-content/uploads/2560px-Schott_AG_logo.svg-2048x745.png 2048w" sizes="(max-width: 768px) 100vw, 768px" /><noscript><img loading="lazy" decoding="async" width="768" height="279" src="https://www.curiousfutureinsight.org/wp-content/uploads/2560px-Schott_AG_logo.svg-768x279.png" class="attachment-medium_large size-medium_large wp-image-14207 lazyload" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/2560px-Schott_AG_logo.svg-768x279.png 768w, https://www.curiousfutureinsight.org/wp-content/uploads/2560px-Schott_AG_logo.svg-600x218.png 600w, https://www.curiousfutureinsight.org/wp-content/uploads/2560px-Schott_AG_logo.svg-1024x372.png 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/2560px-Schott_AG_logo.svg-1536x559.png 1536w, https://www.curiousfutureinsight.org/wp-content/uploads/2560px-Schott_AG_logo.svg-2048x745.png 2048w" sizes="(max-width: 768px) 100vw, 768px" /></noscript></div></div></div></div></div></section></div></div></article><article class="post-14318 partners type-partners status-publish has-post-thumbnail hentry partner-categories-highlighted-on-frontpage partner-categories-partner dce-post dce-post-item swiper-slide dce-item-carousel" data-dce-post-id="14318" data-dce-post-index="22"><div class="dce-post-block"> <style>.elementor-4375 .elementor-element.elementor-element-3abd0f2 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-4375 .elementor-element.elementor-element-3abd0f2 .elementor-repeater-item-ef7bd61.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-4375 .elementor-element.elementor-element-02bcc95:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated > .elementor-background-overlay{opacity:0.5;}.elementor-4375 .elementor-element.elementor-element-02bcc95:hover > .elementor-element-populated > .elementor-background-overlay{opacity:0.5;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated{border-style:solid;border-width:0px 0px 0px 0px;border-color:var( --e-global-color-primary );transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:20px 24px 20px 24px;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated, .elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated > .elementor-background-overlay, .elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-background-slideshow{border-radius:15px 15px 15px 15px;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.5s, border-radius 0.3s, opacity 0.5s;}.elementor-4375 .elementor-element.elementor-element-3abd0f2{padding:10px 10px 10px 10px;}</style><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 dce-elementor-rendering-id-78 post-14318 partners type-partners status-publish has-post-thumbnail hentry partner-categories-highlighted-on-frontpage partner-categories-partner" data-elementor-post-type="elementor_library"><section class="elementor-section elementor-top-section elementor-element elementor-element-3abd0f2 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="3abd0f2" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;ef7bd61&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}"><div class="elementor-container elementor-column-gap-default"><div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-02bcc95 shadow-medium radius-medium" style="cursor: pointer;" data-column-clickable="https://www.clubofrome.org/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><div class="elementor-element elementor-element-36e7891 elementor-widget elementor-widget-image" data-id="36e7891" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="768" height="652" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://www.curiousfutureinsight.org/wp-content/uploads/CoR-logo-web-large-2022-1.svg" class="attachment-medium_large size-medium_large wp-image-14319 lazyload" alt="" /><noscript><img loading="lazy" decoding="async" width="768" height="652" src="https://www.curiousfutureinsight.org/wp-content/uploads/CoR-logo-web-large-2022-1.svg" class="attachment-medium_large size-medium_large wp-image-14319 lazyload" alt="" /></noscript></div></div></div></div></div></section></div></div></article><article class="post-14820 partners type-partners status-publish has-post-thumbnail hentry partner-categories-gold-sponsor dce-post dce-post-item swiper-slide dce-item-carousel" data-dce-post-id="14820" data-dce-post-index="23"><div class="dce-post-block"> <style>.elementor-4375 .elementor-element.elementor-element-3abd0f2 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-4375 .elementor-element.elementor-element-3abd0f2 .elementor-repeater-item-ef7bd61.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-4375 .elementor-element.elementor-element-02bcc95:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated > .elementor-background-overlay{opacity:0.5;}.elementor-4375 .elementor-element.elementor-element-02bcc95:hover > .elementor-element-populated > .elementor-background-overlay{opacity:0.5;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated{border-style:solid;border-width:0px 0px 0px 0px;border-color:var( --e-global-color-primary );transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:20px 24px 20px 24px;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated, .elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated > .elementor-background-overlay, .elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-background-slideshow{border-radius:15px 15px 15px 15px;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.5s, border-radius 0.3s, opacity 0.5s;}.elementor-4375 .elementor-element.elementor-element-3abd0f2{padding:10px 10px 10px 10px;}</style><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 dce-elementor-rendering-id-79 post-14820 partners type-partners status-publish has-post-thumbnail hentry partner-categories-gold-sponsor" data-elementor-post-type="elementor_library"><section class="elementor-section elementor-top-section elementor-element elementor-element-3abd0f2 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="3abd0f2" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;ef7bd61&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}"><div class="elementor-container elementor-column-gap-default"><div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-02bcc95 shadow-medium radius-medium" style="cursor: pointer;" data-column-clickable="https://www.tron-mainz.de/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><div class="elementor-element elementor-element-36e7891 elementor-widget elementor-widget-image" data-id="36e7891" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="768" height="307" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://www.curiousfutureinsight.org/wp-content/uploads/MA-70-009-MF20.1-TRON-Logo-mit-Unterzeile-Science-in-Translation-768x307.jpg" class="attachment-medium_large size-medium_large wp-image-14821 lazyload" alt="" data-srcset="https://www.curiousfutureinsight.org/wp-content/uploads/MA-70-009-MF20.1-TRON-Logo-mit-Unterzeile-Science-in-Translation-768x307.jpg 768w, https://www.curiousfutureinsight.org/wp-content/uploads/MA-70-009-MF20.1-TRON-Logo-mit-Unterzeile-Science-in-Translation-600x240.jpg 600w, https://www.curiousfutureinsight.org/wp-content/uploads/MA-70-009-MF20.1-TRON-Logo-mit-Unterzeile-Science-in-Translation-1024x410.jpg 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/MA-70-009-MF20.1-TRON-Logo-mit-Unterzeile-Science-in-Translation-1536x614.jpg 1536w, https://www.curiousfutureinsight.org/wp-content/uploads/MA-70-009-MF20.1-TRON-Logo-mit-Unterzeile-Science-in-Translation-2048x819.jpg 2048w, https://www.curiousfutureinsight.org/wp-content/uploads/MA-70-009-MF20.1-TRON-Logo-mit-Unterzeile-Science-in-Translation-scaled.jpg 1920w" sizes="(max-width: 768px) 100vw, 768px" /><noscript><img loading="lazy" decoding="async" width="768" height="307" src="https://www.curiousfutureinsight.org/wp-content/uploads/MA-70-009-MF20.1-TRON-Logo-mit-Unterzeile-Science-in-Translation-768x307.jpg" class="attachment-medium_large size-medium_large wp-image-14821 lazyload" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/MA-70-009-MF20.1-TRON-Logo-mit-Unterzeile-Science-in-Translation-768x307.jpg 768w, https://www.curiousfutureinsight.org/wp-content/uploads/MA-70-009-MF20.1-TRON-Logo-mit-Unterzeile-Science-in-Translation-600x240.jpg 600w, https://www.curiousfutureinsight.org/wp-content/uploads/MA-70-009-MF20.1-TRON-Logo-mit-Unterzeile-Science-in-Translation-1024x410.jpg 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/MA-70-009-MF20.1-TRON-Logo-mit-Unterzeile-Science-in-Translation-1536x614.jpg 1536w, https://www.curiousfutureinsight.org/wp-content/uploads/MA-70-009-MF20.1-TRON-Logo-mit-Unterzeile-Science-in-Translation-2048x819.jpg 2048w, https://www.curiousfutureinsight.org/wp-content/uploads/MA-70-009-MF20.1-TRON-Logo-mit-Unterzeile-Science-in-Translation-scaled.jpg 1920w" sizes="(max-width: 768px) 100vw, 768px" /></noscript></div></div></div></div></div></section></div></div></article><article class="post-14259 partners type-partners status-publish has-post-thumbnail hentry partner-categories-highlighted-on-frontpage partner-categories-partner dce-post dce-post-item swiper-slide dce-item-carousel" data-dce-post-id="14259" data-dce-post-index="24"><div class="dce-post-block"> <style>.elementor-4375 .elementor-element.elementor-element-3abd0f2 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-4375 .elementor-element.elementor-element-3abd0f2 .elementor-repeater-item-ef7bd61.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-4375 .elementor-element.elementor-element-02bcc95:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated > .elementor-background-overlay{opacity:0.5;}.elementor-4375 .elementor-element.elementor-element-02bcc95:hover > .elementor-element-populated > .elementor-background-overlay{opacity:0.5;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated{border-style:solid;border-width:0px 0px 0px 0px;border-color:var( --e-global-color-primary );transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:20px 24px 20px 24px;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated, .elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated > .elementor-background-overlay, .elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-background-slideshow{border-radius:15px 15px 15px 15px;}.elementor-4375 .elementor-element.elementor-element-02bcc95 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.5s, border-radius 0.3s, opacity 0.5s;}.elementor-4375 .elementor-element.elementor-element-3abd0f2{padding:10px 10px 10px 10px;}</style><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 dce-elementor-rendering-id-80 post-14259 partners type-partners status-publish has-post-thumbnail hentry partner-categories-highlighted-on-frontpage partner-categories-partner" data-elementor-post-type="elementor_library"><section class="elementor-section elementor-top-section elementor-element elementor-element-3abd0f2 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="3abd0f2" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;ef7bd61&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}"><div class="elementor-container elementor-column-gap-default"><div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-02bcc95 shadow-medium radius-medium" style="cursor: pointer;" data-column-clickable="https://www.vfa.de/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><div class="elementor-element elementor-element-36e7891 elementor-widget elementor-widget-image" data-id="36e7891" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="477" height="91" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://www.curiousfutureinsight.org/wp-content/uploads/vfa-Logo_CMYK.jpg" class="attachment-medium_large size-medium_large wp-image-14260 lazyload" alt="" /><noscript><img loading="lazy" decoding="async" width="477" height="91" src="https://www.curiousfutureinsight.org/wp-content/uploads/vfa-Logo_CMYK.jpg" class="attachment-medium_large size-medium_large wp-image-14260 lazyload" alt="" /></noscript></div></div></div></div></div></section></div></div></article></div></div><div class="dce-carousel-controls"><div class="dce-container-navigation swiper-container-horizontal"><div class="swiper-button-left left-d9ede68"> <svg x="-10px" y="-10px" width="85.039px" height="85.039px" viewBox="378.426 255.12 85.039 85.039" xml:space="preserve"> <line fill="none" stroke="#000000" stroke-width="1.3845" stroke-dasharray="0,0" stroke-miterlimit="10" x1="382.456" y1="298.077" x2="458.375" y2="298.077"/> <polyline fill="none" stroke="#000000" stroke-width="1.3845" stroke-dasharray="0,0" stroke-miterlimit="10" points="416.287,331.909,382.456,298.077,416.287,264.245 "/> </svg></div><div class="swiper-button-right right-d9ede68"> <svg xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="85.039px" height="85.039px" viewBox="378.426 255.12 85.039 85.039" xml:space="preserve"> <line fill="none" stroke="#000000" stroke-width="1.3845" stroke-miterlimit="10" x1="458.375" y1="298.077" x2="382.456" y2="298.077"/> <polyline fill="none" stroke="#000000" stroke-width="1.3845" stroke-miterlimit="10" points="424.543,264.245,458.375,298.077,424.543,331.909 "/> </svg></div></div></div></div></div><div class="elementor-element elementor-element-a58c5a7 elementor-hidden-tablet elementor-widget elementor-widget-button" data-id="a58c5a7" data-element_type="widget" data-widget_type="button.default"><div class="elementor-widget-container"><div class="elementor-button-wrapper"> <a class="elementor-button elementor-button-link elementor-size-sm" href="https://www.curiousfutureinsight.org/partners"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-icon"> <i aria-hidden="true" class="fas fa-long-arrow-alt-right"></i> </span> <span class="elementor-button-text">All Partners</span> </span> </a></div></div></div></div></div><div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-d23c84c column-right elementor-hidden-mobile" data-id="d23c84c" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-16d0225 elementor-grid-5 partners-posts mm-geo mm-geo-world elementor-grid-tablet-3 elementor-hidden-mobile elementor-posts--thumbnail-top elementor-grid-mobile-1 elementor-widget elementor-widget-posts" data-id="16d0225" data-element_type="widget" data-settings="{&quot;custom_columns&quot;:&quot;5&quot;,&quot;custom_row_gap&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;custom_columns_tablet&quot;:&quot;3&quot;,&quot;custom_columns_mobile&quot;:&quot;1&quot;,&quot;custom_row_gap_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;custom_row_gap_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}" data-widget_type="posts.custom"><div class="elementor-widget-container"><div class="ecs-posts elementor-posts-container elementor-posts elementor-grid elementor-posts--skin-custom" data-settings="{&quot;current_page&quot;:1,&quot;max_num_pages&quot;:1,&quot;load_method&quot;:&quot;&quot;,&quot;widget_id&quot;:&quot;16d0225&quot;,&quot;post_id&quot;:14,&quot;theme_id&quot;:14,&quot;change_url&quot;:false,&quot;reinit_js&quot;:false}"><article id="post-2794" class="elementor-post elementor-grid-item ecs-post-loop post-2794 partners type-partners status-publish has-post-thumbnail hentry partner-categories-exhibitor partner-categories-platinum-sponsor"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 post-2794 partners type-partners status-publish has-post-thumbnail hentry partner-categories-exhibitor partner-categories-platinum-sponsor" data-elementor-post-type="elementor_library"><section class="elementor-section elementor-top-section elementor-element elementor-element-3abd0f2 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="3abd0f2" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;ef7bd61&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}"><div class="elementor-container elementor-column-gap-default"><div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-02bcc95 shadow-medium radius-medium" style="cursor: pointer;" data-column-clickable="https://www.merckgroup.com/en" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><div class="elementor-element elementor-element-36e7891 elementor-widget elementor-widget-image" data-id="36e7891" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="601" height="96" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://www.curiousfutureinsight.org/wp-content/uploads/MDG_Logo_VMagenta_RGB.png" class="attachment-medium_large size-medium_large wp-image-2796 lazyload" alt="" /><noscript><img loading="lazy" decoding="async" width="601" height="96" src="https://www.curiousfutureinsight.org/wp-content/uploads/MDG_Logo_VMagenta_RGB.png" class="attachment-medium_large size-medium_large wp-image-2796 lazyload" alt="" /></noscript></div></div></div></div></div></section></div></article><article id="post-12883" class="elementor-post elementor-grid-item ecs-post-loop post-12883 partners type-partners status-publish has-post-thumbnail hentry partner-categories-highlighted-on-frontpage partner-categories-platinum-sponsor"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 post-12883 partners type-partners status-publish has-post-thumbnail hentry partner-categories-highlighted-on-frontpage partner-categories-platinum-sponsor" data-elementor-post-type="elementor_library"><section class="elementor-section elementor-top-section elementor-element elementor-element-3abd0f2 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="3abd0f2" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;ef7bd61&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}"><div class="elementor-container elementor-column-gap-default"><div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-02bcc95 shadow-medium radius-medium" style="cursor: pointer;" data-column-clickable="https://www.mainz.de/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><div class="elementor-element elementor-element-36e7891 elementor-widget elementor-widget-image" data-id="36e7891" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="768" height="354" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://www.curiousfutureinsight.org/wp-content/uploads/CD_LM_Logo_4c-768x354.png" class="attachment-medium_large size-medium_large wp-image-12886 lazyload" alt="Unterstützung der Landeshauptstadt Mainz" /><noscript><img loading="lazy" decoding="async" width="768" height="354" src="https://www.curiousfutureinsight.org/wp-content/uploads/CD_LM_Logo_4c-768x354.png" class="attachment-medium_large size-medium_large wp-image-12886 lazyload" alt="Unterstützung der Landeshauptstadt Mainz" /></noscript></div></div></div></div></div></section></div></article><article id="post-12890" class="elementor-post elementor-grid-item ecs-post-loop post-12890 partners type-partners status-publish has-post-thumbnail hentry partner-categories-highlighted-on-frontpage partner-categories-platinum-sponsor"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 post-12890 partners type-partners status-publish has-post-thumbnail hentry partner-categories-highlighted-on-frontpage partner-categories-platinum-sponsor" data-elementor-post-type="elementor_library"><section class="elementor-section elementor-top-section elementor-element elementor-element-3abd0f2 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="3abd0f2" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;ef7bd61&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}"><div class="elementor-container elementor-column-gap-default"><div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-02bcc95 shadow-medium radius-medium" style="cursor: pointer;" data-column-clickable="https://biotech.rlp.de/de/biotechnologie-rheinland-pfalz/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><div class="elementor-element elementor-element-36e7891 elementor-widget elementor-widget-image" data-id="36e7891" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="768" height="534" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://www.curiousfutureinsight.org/wp-content/uploads/Biotechnologie-RLP-Logo_rgb_mittel-768x534.jpg" class="attachment-medium_large size-medium_large wp-image-12891 lazyload" alt="" data-srcset="https://www.curiousfutureinsight.org/wp-content/uploads/Biotechnologie-RLP-Logo_rgb_mittel-768x534.jpg 768w, https://www.curiousfutureinsight.org/wp-content/uploads/Biotechnologie-RLP-Logo_rgb_mittel-600x418.jpg 600w, https://www.curiousfutureinsight.org/wp-content/uploads/Biotechnologie-RLP-Logo_rgb_mittel-1024x713.jpg 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/Biotechnologie-RLP-Logo_rgb_mittel.jpg 1358w" sizes="(max-width: 768px) 100vw, 768px" /><noscript><img loading="lazy" decoding="async" width="768" height="534" src="https://www.curiousfutureinsight.org/wp-content/uploads/Biotechnologie-RLP-Logo_rgb_mittel-768x534.jpg" class="attachment-medium_large size-medium_large wp-image-12891 lazyload" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/Biotechnologie-RLP-Logo_rgb_mittel-768x534.jpg 768w, https://www.curiousfutureinsight.org/wp-content/uploads/Biotechnologie-RLP-Logo_rgb_mittel-600x418.jpg 600w, https://www.curiousfutureinsight.org/wp-content/uploads/Biotechnologie-RLP-Logo_rgb_mittel-1024x713.jpg 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/Biotechnologie-RLP-Logo_rgb_mittel.jpg 1358w" sizes="(max-width: 768px) 100vw, 768px" /></noscript></div></div></div></div></div></section></div></article><article id="post-2901" class="elementor-post elementor-grid-item ecs-post-loop post-2901 partners type-partners status-publish has-post-thumbnail hentry partner-categories-exhibitor partner-categories-exhibitor-2018 partner-categories-partner-2018 partner-categories-supporter"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 post-2901 partners type-partners status-publish has-post-thumbnail hentry partner-categories-exhibitor partner-categories-exhibitor-2018 partner-categories-partner-2018 partner-categories-supporter" data-elementor-post-type="elementor_library"><section class="elementor-section elementor-top-section elementor-element elementor-element-3abd0f2 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="3abd0f2" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;ef7bd61&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}"><div class="elementor-container elementor-column-gap-default"><div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-02bcc95 shadow-medium radius-medium" style="cursor: pointer;" data-column-clickable="https://www.science.org/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><div class="elementor-element elementor-element-36e7891 elementor-widget elementor-widget-image" data-id="36e7891" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="192" height="84" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://www.curiousfutureinsight.org/wp-content/uploads/Science-AAAS.png" class="attachment-medium_large size-medium_large wp-image-4142 lazyload" alt="" /><noscript><img loading="lazy" decoding="async" width="192" height="84" src="https://www.curiousfutureinsight.org/wp-content/uploads/Science-AAAS.png" class="attachment-medium_large size-medium_large wp-image-4142 lazyload" alt="" /></noscript></div></div></div></div></div></section></div></article><article id="post-2902" class="elementor-post elementor-grid-item ecs-post-loop post-2902 partners type-partners status-publish has-post-thumbnail hentry partner-categories-exhibitor-2021 partner-categories-supporter"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 post-2902 partners type-partners status-publish has-post-thumbnail hentry partner-categories-exhibitor-2021 partner-categories-supporter" data-elementor-post-type="elementor_library"><section class="elementor-section elementor-top-section elementor-element elementor-element-3abd0f2 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="3abd0f2" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;ef7bd61&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}"><div class="elementor-container elementor-column-gap-default"><div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-02bcc95 shadow-medium radius-medium" style="cursor: pointer;" data-column-clickable="https://www.nature.com/nature-portfolio" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><div class="elementor-element elementor-element-36e7891 elementor-widget elementor-widget-image" data-id="36e7891" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="138" height="77" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://www.curiousfutureinsight.org/wp-content/uploads/Nature-Portfolio-Logo-Master_freigestellt.png" class="attachment-medium_large size-medium_large wp-image-4135 lazyload" alt="" /><noscript><img loading="lazy" decoding="async" width="138" height="77" src="https://www.curiousfutureinsight.org/wp-content/uploads/Nature-Portfolio-Logo-Master_freigestellt.png" class="attachment-medium_large size-medium_large wp-image-4135 lazyload" alt="" /></noscript></div></div></div></div></div></section></div></article><article id="post-15976" class="elementor-post elementor-grid-item ecs-post-loop post-15976 partners type-partners status-publish has-post-thumbnail hentry partner-categories-gold-sponsor"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 post-15976 partners type-partners status-publish has-post-thumbnail hentry partner-categories-gold-sponsor" data-elementor-post-type="elementor_library"><section class="elementor-section elementor-top-section elementor-element elementor-element-3abd0f2 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="3abd0f2" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;ef7bd61&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}"><div class="elementor-container elementor-column-gap-default"><div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-02bcc95 shadow-medium radius-medium" style="cursor: pointer;" data-column-clickable="https://www.biontech.com/int/en/home.html" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><div class="elementor-element elementor-element-36e7891 elementor-widget elementor-widget-image" data-id="36e7891" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="768" height="85" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://www.curiousfutureinsight.org/wp-content/uploads/BioNTech_Logo-768x85.png" class="attachment-medium_large size-medium_large wp-image-15977 lazyload" alt="" data-srcset="https://www.curiousfutureinsight.org/wp-content/uploads/BioNTech_Logo-768x85.png 768w, https://www.curiousfutureinsight.org/wp-content/uploads/BioNTech_Logo-600x66.png 600w, https://www.curiousfutureinsight.org/wp-content/uploads/BioNTech_Logo-1024x113.png 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/BioNTech_Logo-1536x169.png 1536w, https://www.curiousfutureinsight.org/wp-content/uploads/BioNTech_Logo-2048x226.png 2048w" sizes="(max-width: 768px) 100vw, 768px" /><noscript><img loading="lazy" decoding="async" width="768" height="85" src="https://www.curiousfutureinsight.org/wp-content/uploads/BioNTech_Logo-768x85.png" class="attachment-medium_large size-medium_large wp-image-15977 lazyload" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/BioNTech_Logo-768x85.png 768w, https://www.curiousfutureinsight.org/wp-content/uploads/BioNTech_Logo-600x66.png 600w, https://www.curiousfutureinsight.org/wp-content/uploads/BioNTech_Logo-1024x113.png 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/BioNTech_Logo-1536x169.png 1536w, https://www.curiousfutureinsight.org/wp-content/uploads/BioNTech_Logo-2048x226.png 2048w" sizes="(max-width: 768px) 100vw, 768px" /></noscript></div></div></div></div></div></section></div></article><article id="post-7940" class="elementor-post elementor-grid-item ecs-post-loop post-7940 partners type-partners status-publish has-post-thumbnail hentry partner-categories-foundation partner-categories-highlighted-on-frontpage"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 post-7940 partners type-partners status-publish has-post-thumbnail hentry partner-categories-foundation partner-categories-highlighted-on-frontpage" data-elementor-post-type="elementor_library"><section class="elementor-section elementor-top-section elementor-element elementor-element-3abd0f2 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="3abd0f2" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;ef7bd61&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}"><div class="elementor-container elementor-column-gap-default"><div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-02bcc95 shadow-medium radius-medium" style="cursor: pointer;" data-column-clickable="https://www.dfg.de/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><div class="elementor-element elementor-element-36e7891 elementor-widget elementor-widget-image" data-id="36e7891" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="768" height="158" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://www.curiousfutureinsight.org/wp-content/uploads/dfg_logo_englisch_blau_en_4c-768x158.png" class="attachment-medium_large size-medium_large wp-image-7929 lazyload" alt="" data-srcset="https://www.curiousfutureinsight.org/wp-content/uploads/dfg_logo_englisch_blau_en_4c-768x158.png 768w, https://www.curiousfutureinsight.org/wp-content/uploads/dfg_logo_englisch_blau_en_4c-600x123.png 600w, https://www.curiousfutureinsight.org/wp-content/uploads/dfg_logo_englisch_blau_en_4c-1024x210.png 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/dfg_logo_englisch_blau_en_4c-1536x316.png 1536w, https://www.curiousfutureinsight.org/wp-content/uploads/dfg_logo_englisch_blau_en_4c.png 1772w" sizes="(max-width: 768px) 100vw, 768px" /><noscript><img loading="lazy" decoding="async" width="768" height="158" src="https://www.curiousfutureinsight.org/wp-content/uploads/dfg_logo_englisch_blau_en_4c-768x158.png" class="attachment-medium_large size-medium_large wp-image-7929 lazyload" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/dfg_logo_englisch_blau_en_4c-768x158.png 768w, https://www.curiousfutureinsight.org/wp-content/uploads/dfg_logo_englisch_blau_en_4c-600x123.png 600w, https://www.curiousfutureinsight.org/wp-content/uploads/dfg_logo_englisch_blau_en_4c-1024x210.png 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/dfg_logo_englisch_blau_en_4c-1536x316.png 1536w, https://www.curiousfutureinsight.org/wp-content/uploads/dfg_logo_englisch_blau_en_4c.png 1772w" sizes="(max-width: 768px) 100vw, 768px" /></noscript></div></div></div></div></div></section></div></article><article id="post-14980" class="elementor-post elementor-grid-item ecs-post-loop post-14980 partners type-partners status-publish has-post-thumbnail hentry partner-categories-supporter"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 post-14980 partners type-partners status-publish has-post-thumbnail hentry partner-categories-supporter" data-elementor-post-type="elementor_library"><section class="elementor-section elementor-top-section elementor-element elementor-element-3abd0f2 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="3abd0f2" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;ef7bd61&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}"><div class="elementor-container elementor-column-gap-default"><div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-02bcc95 shadow-medium radius-medium" style="cursor: pointer;" data-column-clickable="https://www.ekfs.de/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><div class="elementor-element elementor-element-36e7891 elementor-widget elementor-widget-image" data-id="36e7891" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="240" height="210" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://www.curiousfutureinsight.org/wp-content/uploads/Else-Kroner-Fresenius-Stiftung.png" class="attachment-medium_large size-medium_large wp-image-14981 lazyload" alt="Else Kröner Fresenius Stiftung logo" /><noscript><img loading="lazy" decoding="async" width="240" height="210" src="https://www.curiousfutureinsight.org/wp-content/uploads/Else-Kroner-Fresenius-Stiftung.png" class="attachment-medium_large size-medium_large wp-image-14981 lazyload" alt="Else Kröner Fresenius Stiftung logo" /></noscript></div></div></div></div></div></section></div></article><article id="post-8480" class="elementor-post elementor-grid-item ecs-post-loop post-8480 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector partner-categories-highlighted-on-frontpage"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 post-8480 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector partner-categories-highlighted-on-frontpage" data-elementor-post-type="elementor_library"><section class="elementor-section elementor-top-section elementor-element elementor-element-3abd0f2 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="3abd0f2" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;ef7bd61&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}"><div class="elementor-container elementor-column-gap-default"><div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-02bcc95 shadow-medium radius-medium" style="cursor: pointer;" data-column-clickable="https://www.embo.org/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><div class="elementor-element elementor-element-36e7891 elementor-widget elementor-widget-image" data-id="36e7891" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="571" height="211" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://www.curiousfutureinsight.org/wp-content/uploads/EMBO.png" class="attachment-medium_large size-medium_large wp-image-8463 lazyload" alt="" /><noscript><img loading="lazy" decoding="async" width="571" height="211" src="https://www.curiousfutureinsight.org/wp-content/uploads/EMBO.png" class="attachment-medium_large size-medium_large wp-image-8463 lazyload" alt="" /></noscript></div></div></div></div></div></section></div></article><article id="post-13142" class="elementor-post elementor-grid-item ecs-post-loop post-13142 partners type-partners status-publish has-post-thumbnail hentry partner-categories-gold-sponsor"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 post-13142 partners type-partners status-publish has-post-thumbnail hentry partner-categories-gold-sponsor" data-elementor-post-type="elementor_library"><section class="elementor-section elementor-top-section elementor-element elementor-element-3abd0f2 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="3abd0f2" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;ef7bd61&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}"><div class="elementor-container elementor-column-gap-default"><div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-02bcc95 shadow-medium radius-medium" style="cursor: pointer;" data-column-clickable="https://corporate.evonik.com/en" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><div class="elementor-element elementor-element-36e7891 elementor-widget elementor-widget-image" data-id="36e7891" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="768" height="199" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://www.curiousfutureinsight.org/wp-content/uploads/Picture2-768x199.webp" class="attachment-medium_large size-medium_large wp-image-13143 lazyload" alt="" data-srcset="https://www.curiousfutureinsight.org/wp-content/uploads/Picture2-768x199.webp 768w, https://www.curiousfutureinsight.org/wp-content/uploads/Picture2-600x155.webp 600w, https://www.curiousfutureinsight.org/wp-content/uploads/Picture2-1024x265.webp 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/Picture2-1536x398.webp 1536w, https://www.curiousfutureinsight.org/wp-content/uploads/Picture2.webp 1880w" sizes="(max-width: 768px) 100vw, 768px" /><noscript><img loading="lazy" decoding="async" width="768" height="199" src="https://www.curiousfutureinsight.org/wp-content/uploads/Picture2-768x199.webp" class="attachment-medium_large size-medium_large wp-image-13143 lazyload" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/Picture2-768x199.webp 768w, https://www.curiousfutureinsight.org/wp-content/uploads/Picture2-600x155.webp 600w, https://www.curiousfutureinsight.org/wp-content/uploads/Picture2-1024x265.webp 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/Picture2-1536x398.webp 1536w, https://www.curiousfutureinsight.org/wp-content/uploads/Picture2.webp 1880w" sizes="(max-width: 768px) 100vw, 768px" /></noscript></div></div></div></div></div></section></div></article><article id="post-2905" class="elementor-post elementor-grid-item ecs-post-loop post-2905 partners type-partners status-publish has-post-thumbnail hentry partner-categories-supporter"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 post-2905 partners type-partners status-publish has-post-thumbnail hentry partner-categories-supporter" data-elementor-post-type="elementor_library"><section class="elementor-section elementor-top-section elementor-element elementor-element-3abd0f2 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="3abd0f2" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;ef7bd61&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}"><div class="elementor-container elementor-column-gap-default"><div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-02bcc95 shadow-medium radius-medium" style="cursor: pointer;" data-column-clickable="https://www.bmbf.de/bmbf/en/home/home_node.html" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><div class="elementor-element elementor-element-36e7891 elementor-widget elementor-widget-image" data-id="36e7891" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="768" height="360" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://www.curiousfutureinsight.org/wp-content/uploads/Federal-Ministry-of-Education-and-Research-768x360.png" class="attachment-medium_large size-medium_large wp-image-4196 lazyload" alt="" data-srcset="https://www.curiousfutureinsight.org/wp-content/uploads/Federal-Ministry-of-Education-and-Research-768x360.png 768w, https://www.curiousfutureinsight.org/wp-content/uploads/Federal-Ministry-of-Education-and-Research-600x281.png 600w, https://www.curiousfutureinsight.org/wp-content/uploads/Federal-Ministry-of-Education-and-Research.png 938w" sizes="(max-width: 768px) 100vw, 768px" /><noscript><img loading="lazy" decoding="async" width="768" height="360" src="https://www.curiousfutureinsight.org/wp-content/uploads/Federal-Ministry-of-Education-and-Research-768x360.png" class="attachment-medium_large size-medium_large wp-image-4196 lazyload" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/Federal-Ministry-of-Education-and-Research-768x360.png 768w, https://www.curiousfutureinsight.org/wp-content/uploads/Federal-Ministry-of-Education-and-Research-600x281.png 600w, https://www.curiousfutureinsight.org/wp-content/uploads/Federal-Ministry-of-Education-and-Research.png 938w" sizes="(max-width: 768px) 100vw, 768px" /></noscript></div></div></div></div></div></section></div></article><article id="post-12433" class="elementor-post elementor-grid-item ecs-post-loop post-12433 partners type-partners status-publish has-post-thumbnail hentry partner-categories-highlighted-on-frontpage partner-categories-partner"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 post-12433 partners type-partners status-publish has-post-thumbnail hentry partner-categories-highlighted-on-frontpage partner-categories-partner" data-elementor-post-type="elementor_library"><section class="elementor-section elementor-top-section elementor-element elementor-element-3abd0f2 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="3abd0f2" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;ef7bd61&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}"><div class="elementor-container elementor-column-gap-default"><div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-02bcc95 shadow-medium radius-medium" style="cursor: pointer;" data-column-clickable="https://www.fraunhofer.de/en.html" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><div class="elementor-element elementor-element-36e7891 elementor-widget elementor-widget-image" data-id="36e7891" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="768" height="126" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://www.curiousfutureinsight.org/wp-content/uploads/fhg_logo-768x126.jpg" class="attachment-medium_large size-medium_large wp-image-12434 lazyload" alt="" data-srcset="https://www.curiousfutureinsight.org/wp-content/uploads/fhg_logo-768x126.jpg 768w, https://www.curiousfutureinsight.org/wp-content/uploads/fhg_logo-600x99.jpg 600w, https://www.curiousfutureinsight.org/wp-content/uploads/fhg_logo-1024x168.jpg 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/fhg_logo-1536x252.jpg 1536w, https://www.curiousfutureinsight.org/wp-content/uploads/fhg_logo.jpg 1960w" sizes="(max-width: 768px) 100vw, 768px" /><noscript><img loading="lazy" decoding="async" width="768" height="126" src="https://www.curiousfutureinsight.org/wp-content/uploads/fhg_logo-768x126.jpg" class="attachment-medium_large size-medium_large wp-image-12434 lazyload" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/fhg_logo-768x126.jpg 768w, https://www.curiousfutureinsight.org/wp-content/uploads/fhg_logo-600x99.jpg 600w, https://www.curiousfutureinsight.org/wp-content/uploads/fhg_logo-1024x168.jpg 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/fhg_logo-1536x252.jpg 1536w, https://www.curiousfutureinsight.org/wp-content/uploads/fhg_logo.jpg 1960w" sizes="(max-width: 768px) 100vw, 768px" /></noscript></div></div></div></div></div></section></div></article><article id="post-15468" class="elementor-post elementor-grid-item ecs-post-loop post-15468 partners type-partners status-publish has-post-thumbnail hentry partner-categories-gold-sponsor"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 post-15468 partners type-partners status-publish has-post-thumbnail hentry partner-categories-gold-sponsor" data-elementor-post-type="elementor_library"><section class="elementor-section elementor-top-section elementor-element elementor-element-3abd0f2 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="3abd0f2" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;ef7bd61&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}"><div class="elementor-container elementor-column-gap-default"><div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-02bcc95 shadow-medium radius-medium" style="cursor: pointer;" data-column-clickable="https://www.uni-frankfurt.de/de?locale=de" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><div class="elementor-element elementor-element-36e7891 elementor-widget elementor-widget-image" data-id="36e7891" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="768" height="418" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://www.curiousfutureinsight.org/wp-content/uploads/GU-Logo-blau-gross-768x418.jpg" class="attachment-medium_large size-medium_large wp-image-15469 lazyload" alt="" data-srcset="https://www.curiousfutureinsight.org/wp-content/uploads/GU-Logo-blau-gross-768x418.jpg 768w, https://www.curiousfutureinsight.org/wp-content/uploads/GU-Logo-blau-gross-600x327.jpg 600w, https://www.curiousfutureinsight.org/wp-content/uploads/GU-Logo-blau-gross-1024x558.jpg 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/GU-Logo-blau-gross.jpg 1469w" sizes="(max-width: 768px) 100vw, 768px" /><noscript><img loading="lazy" decoding="async" width="768" height="418" src="https://www.curiousfutureinsight.org/wp-content/uploads/GU-Logo-blau-gross-768x418.jpg" class="attachment-medium_large size-medium_large wp-image-15469 lazyload" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/GU-Logo-blau-gross-768x418.jpg 768w, https://www.curiousfutureinsight.org/wp-content/uploads/GU-Logo-blau-gross-600x327.jpg 600w, https://www.curiousfutureinsight.org/wp-content/uploads/GU-Logo-blau-gross-1024x558.jpg 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/GU-Logo-blau-gross.jpg 1469w" sizes="(max-width: 768px) 100vw, 768px" /></noscript></div></div></div></div></div></section></div></article><article id="post-9761" class="elementor-post elementor-grid-item ecs-post-loop post-9761 partners type-partners status-publish has-post-thumbnail hentry partner-categories-gold-sponsor"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 post-9761 partners type-partners status-publish has-post-thumbnail hentry partner-categories-gold-sponsor" data-elementor-post-type="elementor_library"><section class="elementor-section elementor-top-section elementor-element elementor-element-3abd0f2 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="3abd0f2" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;ef7bd61&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}"><div class="elementor-container elementor-column-gap-default"><div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-02bcc95 shadow-medium radius-medium" style="cursor: pointer;" data-column-clickable="https://h-da.de/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><div class="elementor-element elementor-element-36e7891 elementor-widget elementor-widget-image" data-id="36e7891" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="338" height="154" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://www.curiousfutureinsight.org/wp-content/uploads/logo_kompakt.svg" class="attachment-medium_large size-medium_large wp-image-16705 lazyload" alt="" /><noscript><img loading="lazy" decoding="async" width="338" height="154" src="https://www.curiousfutureinsight.org/wp-content/uploads/logo_kompakt.svg" class="attachment-medium_large size-medium_large wp-image-16705 lazyload" alt="" /></noscript></div></div></div></div></div></section></div></article><article id="post-8502" class="elementor-post elementor-grid-item ecs-post-loop post-8502 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector partner-categories-highlighted-on-frontpage"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 post-8502 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector partner-categories-highlighted-on-frontpage" data-elementor-post-type="elementor_library"><section class="elementor-section elementor-top-section elementor-element elementor-element-3abd0f2 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="3abd0f2" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;ef7bd61&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}"><div class="elementor-container elementor-column-gap-default"><div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-02bcc95 shadow-medium radius-medium" style="cursor: pointer;" data-column-clickable="https://www.helmholtz.de/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><div class="elementor-element elementor-element-36e7891 elementor-widget elementor-widget-image" data-id="36e7891" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="393" height="158" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://www.curiousfutureinsight.org/wp-content/uploads/Helmholtz-e1652945136913.png" class="attachment-medium_large size-medium_large wp-image-8423 lazyload" alt="" /><noscript><img loading="lazy" decoding="async" width="393" height="158" src="https://www.curiousfutureinsight.org/wp-content/uploads/Helmholtz-e1652945136913.png" class="attachment-medium_large size-medium_large wp-image-8423 lazyload" alt="" /></noscript></div></div></div></div></div></section></div></article><article id="post-12645" class="elementor-post elementor-grid-item ecs-post-loop post-12645 partners type-partners status-publish has-post-thumbnail hentry partner-categories-highlighted-on-frontpage partner-categories-partner"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 post-12645 partners type-partners status-publish has-post-thumbnail hentry partner-categories-highlighted-on-frontpage partner-categories-partner" data-elementor-post-type="elementor_library"><section class="elementor-section elementor-top-section elementor-element elementor-element-3abd0f2 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="3abd0f2" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;ef7bd61&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}"><div class="elementor-container elementor-column-gap-default"><div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-02bcc95 shadow-medium radius-medium" style="cursor: pointer;" data-column-clickable="https://www.intermedia-solutions.net/en/home-en/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><div class="elementor-element elementor-element-36e7891 elementor-widget elementor-widget-image" data-id="36e7891" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="768" height="343" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://www.curiousfutureinsight.org/wp-content/uploads/IMS_Platform_App_Logo_Master-768x343.png" class="attachment-medium_large size-medium_large wp-image-12646 lazyload" alt="" data-srcset="https://www.curiousfutureinsight.org/wp-content/uploads/IMS_Platform_App_Logo_Master-768x343.png 768w, https://www.curiousfutureinsight.org/wp-content/uploads/IMS_Platform_App_Logo_Master-600x268.png 600w, https://www.curiousfutureinsight.org/wp-content/uploads/IMS_Platform_App_Logo_Master-1024x457.png 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/IMS_Platform_App_Logo_Master-1536x686.png 1536w, https://www.curiousfutureinsight.org/wp-content/uploads/IMS_Platform_App_Logo_Master.png 1680w" sizes="(max-width: 768px) 100vw, 768px" /><noscript><img loading="lazy" decoding="async" width="768" height="343" src="https://www.curiousfutureinsight.org/wp-content/uploads/IMS_Platform_App_Logo_Master-768x343.png" class="attachment-medium_large size-medium_large wp-image-12646 lazyload" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/IMS_Platform_App_Logo_Master-768x343.png 768w, https://www.curiousfutureinsight.org/wp-content/uploads/IMS_Platform_App_Logo_Master-600x268.png 600w, https://www.curiousfutureinsight.org/wp-content/uploads/IMS_Platform_App_Logo_Master-1024x457.png 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/IMS_Platform_App_Logo_Master-1536x686.png 1536w, https://www.curiousfutureinsight.org/wp-content/uploads/IMS_Platform_App_Logo_Master.png 1680w" sizes="(max-width: 768px) 100vw, 768px" /></noscript></div></div></div></div></div></section></div></article><article id="post-14394" class="elementor-post elementor-grid-item ecs-post-loop post-14394 partners type-partners status-publish has-post-thumbnail hentry partner-categories-gold-sponsor"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 post-14394 partners type-partners status-publish has-post-thumbnail hentry partner-categories-gold-sponsor" data-elementor-post-type="elementor_library"><section class="elementor-section elementor-top-section elementor-element elementor-element-3abd0f2 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="3abd0f2" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;ef7bd61&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}"><div class="elementor-container elementor-column-gap-default"><div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-02bcc95 shadow-medium radius-medium" style="cursor: pointer;" data-column-clickable="https://startseite.uni-mainz.de/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><div class="elementor-element elementor-element-36e7891 elementor-widget elementor-widget-image" data-id="36e7891" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="768" height="480" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://www.curiousfutureinsight.org/wp-content/uploads/2560px-Johannes_Gutenberg-Universitat_Mainz_logo.svg-768x480.png" class="attachment-medium_large size-medium_large wp-image-15042 lazyload" alt="" data-srcset="https://www.curiousfutureinsight.org/wp-content/uploads/2560px-Johannes_Gutenberg-Universitat_Mainz_logo.svg-768x480.png 768w, https://www.curiousfutureinsight.org/wp-content/uploads/2560px-Johannes_Gutenberg-Universitat_Mainz_logo.svg-600x375.png 600w, https://www.curiousfutureinsight.org/wp-content/uploads/2560px-Johannes_Gutenberg-Universitat_Mainz_logo.svg-1024x640.png 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/2560px-Johannes_Gutenberg-Universitat_Mainz_logo.svg-1536x960.png 1536w, https://www.curiousfutureinsight.org/wp-content/uploads/2560px-Johannes_Gutenberg-Universitat_Mainz_logo.svg.png 1769w" sizes="(max-width: 768px) 100vw, 768px" /><noscript><img loading="lazy" decoding="async" width="768" height="480" src="https://www.curiousfutureinsight.org/wp-content/uploads/2560px-Johannes_Gutenberg-Universitat_Mainz_logo.svg-768x480.png" class="attachment-medium_large size-medium_large wp-image-15042 lazyload" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/2560px-Johannes_Gutenberg-Universitat_Mainz_logo.svg-768x480.png 768w, https://www.curiousfutureinsight.org/wp-content/uploads/2560px-Johannes_Gutenberg-Universitat_Mainz_logo.svg-600x375.png 600w, https://www.curiousfutureinsight.org/wp-content/uploads/2560px-Johannes_Gutenberg-Universitat_Mainz_logo.svg-1024x640.png 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/2560px-Johannes_Gutenberg-Universitat_Mainz_logo.svg-1536x960.png 1536w, https://www.curiousfutureinsight.org/wp-content/uploads/2560px-Johannes_Gutenberg-Universitat_Mainz_logo.svg.png 1769w" sizes="(max-width: 768px) 100vw, 768px" /></noscript></div></div></div></div></div></section></div></article><article id="post-8513" class="elementor-post elementor-grid-item ecs-post-loop post-8513 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector partner-categories-highlighted-on-frontpage"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 post-8513 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector partner-categories-highlighted-on-frontpage" data-elementor-post-type="elementor_library"><section class="elementor-section elementor-top-section elementor-element elementor-element-3abd0f2 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="3abd0f2" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;ef7bd61&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}"><div class="elementor-container elementor-column-gap-default"><div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-02bcc95 shadow-medium radius-medium" style="cursor: pointer;" data-column-clickable="https://www.leibniz-gemeinschaft.de/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><div class="elementor-element elementor-element-36e7891 elementor-widget elementor-widget-image" data-id="36e7891" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="695" height="537" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://www.curiousfutureinsight.org/wp-content/uploads/Leibniz-Gemeinschaft.png" class="attachment-medium_large size-medium_large wp-image-8430 lazyload" alt="" data-srcset="https://www.curiousfutureinsight.org/wp-content/uploads/Leibniz-Gemeinschaft.png 695w, https://www.curiousfutureinsight.org/wp-content/uploads/Leibniz-Gemeinschaft-600x464.png 600w" sizes="(max-width: 695px) 100vw, 695px" /><noscript><img loading="lazy" decoding="async" width="695" height="537" src="https://www.curiousfutureinsight.org/wp-content/uploads/Leibniz-Gemeinschaft.png" class="attachment-medium_large size-medium_large wp-image-8430 lazyload" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/Leibniz-Gemeinschaft.png 695w, https://www.curiousfutureinsight.org/wp-content/uploads/Leibniz-Gemeinschaft-600x464.png 600w" sizes="(max-width: 695px) 100vw, 695px" /></noscript></div></div></div></div></div></section></div></article><article id="post-16984" class="elementor-post elementor-grid-item ecs-post-loop post-16984 partners type-partners status-publish has-post-thumbnail hentry partner-categories-gold-sponsor"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 post-16984 partners type-partners status-publish has-post-thumbnail hentry partner-categories-gold-sponsor" data-elementor-post-type="elementor_library"><section class="elementor-section elementor-top-section elementor-element elementor-element-3abd0f2 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="3abd0f2" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;ef7bd61&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}"><div class="elementor-container elementor-column-gap-default"><div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-02bcc95 shadow-medium radius-medium" style="cursor: pointer;" data-column-clickable="https://www.mpg.de/de" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><div class="elementor-element elementor-element-36e7891 elementor-widget elementor-widget-image" data-id="36e7891" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="550" height="199" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://www.curiousfutureinsight.org/wp-content/uploads/MPG-logo.png" class="attachment-medium_large size-medium_large wp-image-16985 lazyload" alt="" /><noscript><img loading="lazy" decoding="async" width="550" height="199" src="https://www.curiousfutureinsight.org/wp-content/uploads/MPG-logo.png" class="attachment-medium_large size-medium_large wp-image-16985 lazyload" alt="" /></noscript></div></div></div></div></div></section></div></article><article id="post-8519" class="elementor-post elementor-grid-item ecs-post-loop post-8519 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector partner-categories-highlighted-on-frontpage"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 post-8519 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector partner-categories-highlighted-on-frontpage" data-elementor-post-type="elementor_library"><section class="elementor-section elementor-top-section elementor-element elementor-element-3abd0f2 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="3abd0f2" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;ef7bd61&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}"><div class="elementor-container elementor-column-gap-default"><div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-02bcc95 shadow-medium radius-medium" style="cursor: pointer;" data-column-clickable="https://www.mpg.de/de" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><div class="elementor-element elementor-element-36e7891 elementor-widget elementor-widget-image" data-id="36e7891" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="591" height="178" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://www.curiousfutureinsight.org/wp-content/uploads/MPG.png" class="attachment-medium_large size-medium_large wp-image-8434 lazyload" alt="" /><noscript><img loading="lazy" decoding="async" width="591" height="178" src="https://www.curiousfutureinsight.org/wp-content/uploads/MPG.png" class="attachment-medium_large size-medium_large wp-image-8434 lazyload" alt="" /></noscript></div></div></div></div></div></section></div></article><article id="post-12887" class="elementor-post elementor-grid-item ecs-post-loop post-12887 partners type-partners status-publish has-post-thumbnail hentry partner-categories-highlighted-on-frontpage partner-categories-platinum-sponsor"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 post-12887 partners type-partners status-publish has-post-thumbnail hentry partner-categories-highlighted-on-frontpage partner-categories-platinum-sponsor" data-elementor-post-type="elementor_library"><section class="elementor-section elementor-top-section elementor-element elementor-element-3abd0f2 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="3abd0f2" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;ef7bd61&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}"><div class="elementor-container elementor-column-gap-default"><div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-02bcc95 shadow-medium radius-medium" style="cursor: pointer;" data-column-clickable="https://mwg.rlp.de/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><div class="elementor-element elementor-element-36e7891 elementor-widget elementor-widget-image" data-id="36e7891" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="590" height="270" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://www.curiousfutureinsight.org/wp-content/uploads/Logo_MWG_RLP-frei.png" class="attachment-medium_large size-medium_large wp-image-12888 lazyload" alt="Unterstützung des Ministeriums für Wissenschaft und Gesundheit des Landes Rheinland-Pfalz." /><noscript><img loading="lazy" decoding="async" width="590" height="270" src="https://www.curiousfutureinsight.org/wp-content/uploads/Logo_MWG_RLP-frei.png" class="attachment-medium_large size-medium_large wp-image-12888 lazyload" alt="Unterstützung des Ministeriums für Wissenschaft und Gesundheit des Landes Rheinland-Pfalz." /></noscript></div></div></div></div></div></section></div></article><article id="post-14206" class="elementor-post elementor-grid-item ecs-post-loop post-14206 partners type-partners status-publish has-post-thumbnail hentry partner-categories-gold-sponsor"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 post-14206 partners type-partners status-publish has-post-thumbnail hentry partner-categories-gold-sponsor" data-elementor-post-type="elementor_library"><section class="elementor-section elementor-top-section elementor-element elementor-element-3abd0f2 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="3abd0f2" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;ef7bd61&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}"><div class="elementor-container elementor-column-gap-default"><div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-02bcc95 shadow-medium radius-medium" style="cursor: pointer;" data-column-clickable="https://www.schott.com/de-de/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><div class="elementor-element elementor-element-36e7891 elementor-widget elementor-widget-image" data-id="36e7891" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="768" height="279" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://www.curiousfutureinsight.org/wp-content/uploads/2560px-Schott_AG_logo.svg-768x279.png" class="attachment-medium_large size-medium_large wp-image-14207 lazyload" alt="" data-srcset="https://www.curiousfutureinsight.org/wp-content/uploads/2560px-Schott_AG_logo.svg-768x279.png 768w, https://www.curiousfutureinsight.org/wp-content/uploads/2560px-Schott_AG_logo.svg-600x218.png 600w, https://www.curiousfutureinsight.org/wp-content/uploads/2560px-Schott_AG_logo.svg-1024x372.png 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/2560px-Schott_AG_logo.svg-1536x559.png 1536w, https://www.curiousfutureinsight.org/wp-content/uploads/2560px-Schott_AG_logo.svg-2048x745.png 2048w" sizes="(max-width: 768px) 100vw, 768px" /><noscript><img loading="lazy" decoding="async" width="768" height="279" src="https://www.curiousfutureinsight.org/wp-content/uploads/2560px-Schott_AG_logo.svg-768x279.png" class="attachment-medium_large size-medium_large wp-image-14207 lazyload" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/2560px-Schott_AG_logo.svg-768x279.png 768w, https://www.curiousfutureinsight.org/wp-content/uploads/2560px-Schott_AG_logo.svg-600x218.png 600w, https://www.curiousfutureinsight.org/wp-content/uploads/2560px-Schott_AG_logo.svg-1024x372.png 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/2560px-Schott_AG_logo.svg-1536x559.png 1536w, https://www.curiousfutureinsight.org/wp-content/uploads/2560px-Schott_AG_logo.svg-2048x745.png 2048w" sizes="(max-width: 768px) 100vw, 768px" /></noscript></div></div></div></div></div></section></div></article><article id="post-14318" class="elementor-post elementor-grid-item ecs-post-loop post-14318 partners type-partners status-publish has-post-thumbnail hentry partner-categories-highlighted-on-frontpage partner-categories-partner"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 post-14318 partners type-partners status-publish has-post-thumbnail hentry partner-categories-highlighted-on-frontpage partner-categories-partner" data-elementor-post-type="elementor_library"><section class="elementor-section elementor-top-section elementor-element elementor-element-3abd0f2 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="3abd0f2" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;ef7bd61&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}"><div class="elementor-container elementor-column-gap-default"><div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-02bcc95 shadow-medium radius-medium" style="cursor: pointer;" data-column-clickable="https://www.clubofrome.org/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><div class="elementor-element elementor-element-36e7891 elementor-widget elementor-widget-image" data-id="36e7891" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="768" height="652" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://www.curiousfutureinsight.org/wp-content/uploads/CoR-logo-web-large-2022-1.svg" class="attachment-medium_large size-medium_large wp-image-14319 lazyload" alt="" /><noscript><img loading="lazy" decoding="async" width="768" height="652" src="https://www.curiousfutureinsight.org/wp-content/uploads/CoR-logo-web-large-2022-1.svg" class="attachment-medium_large size-medium_large wp-image-14319 lazyload" alt="" /></noscript></div></div></div></div></div></section></div></article><article id="post-14820" class="elementor-post elementor-grid-item ecs-post-loop post-14820 partners type-partners status-publish has-post-thumbnail hentry partner-categories-gold-sponsor"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 post-14820 partners type-partners status-publish has-post-thumbnail hentry partner-categories-gold-sponsor" data-elementor-post-type="elementor_library"><section class="elementor-section elementor-top-section elementor-element elementor-element-3abd0f2 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="3abd0f2" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;ef7bd61&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}"><div class="elementor-container elementor-column-gap-default"><div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-02bcc95 shadow-medium radius-medium" style="cursor: pointer;" data-column-clickable="https://www.tron-mainz.de/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><div class="elementor-element elementor-element-36e7891 elementor-widget elementor-widget-image" data-id="36e7891" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="768" height="307" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://www.curiousfutureinsight.org/wp-content/uploads/MA-70-009-MF20.1-TRON-Logo-mit-Unterzeile-Science-in-Translation-768x307.jpg" class="attachment-medium_large size-medium_large wp-image-14821 lazyload" alt="" data-srcset="https://www.curiousfutureinsight.org/wp-content/uploads/MA-70-009-MF20.1-TRON-Logo-mit-Unterzeile-Science-in-Translation-768x307.jpg 768w, https://www.curiousfutureinsight.org/wp-content/uploads/MA-70-009-MF20.1-TRON-Logo-mit-Unterzeile-Science-in-Translation-600x240.jpg 600w, https://www.curiousfutureinsight.org/wp-content/uploads/MA-70-009-MF20.1-TRON-Logo-mit-Unterzeile-Science-in-Translation-1024x410.jpg 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/MA-70-009-MF20.1-TRON-Logo-mit-Unterzeile-Science-in-Translation-1536x614.jpg 1536w, https://www.curiousfutureinsight.org/wp-content/uploads/MA-70-009-MF20.1-TRON-Logo-mit-Unterzeile-Science-in-Translation-2048x819.jpg 2048w, https://www.curiousfutureinsight.org/wp-content/uploads/MA-70-009-MF20.1-TRON-Logo-mit-Unterzeile-Science-in-Translation-scaled.jpg 1920w" sizes="(max-width: 768px) 100vw, 768px" /><noscript><img loading="lazy" decoding="async" width="768" height="307" src="https://www.curiousfutureinsight.org/wp-content/uploads/MA-70-009-MF20.1-TRON-Logo-mit-Unterzeile-Science-in-Translation-768x307.jpg" class="attachment-medium_large size-medium_large wp-image-14821 lazyload" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/MA-70-009-MF20.1-TRON-Logo-mit-Unterzeile-Science-in-Translation-768x307.jpg 768w, https://www.curiousfutureinsight.org/wp-content/uploads/MA-70-009-MF20.1-TRON-Logo-mit-Unterzeile-Science-in-Translation-600x240.jpg 600w, https://www.curiousfutureinsight.org/wp-content/uploads/MA-70-009-MF20.1-TRON-Logo-mit-Unterzeile-Science-in-Translation-1024x410.jpg 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/MA-70-009-MF20.1-TRON-Logo-mit-Unterzeile-Science-in-Translation-1536x614.jpg 1536w, https://www.curiousfutureinsight.org/wp-content/uploads/MA-70-009-MF20.1-TRON-Logo-mit-Unterzeile-Science-in-Translation-2048x819.jpg 2048w, https://www.curiousfutureinsight.org/wp-content/uploads/MA-70-009-MF20.1-TRON-Logo-mit-Unterzeile-Science-in-Translation-scaled.jpg 1920w" sizes="(max-width: 768px) 100vw, 768px" /></noscript></div></div></div></div></div></section></div></article><article id="post-14259" class="elementor-post elementor-grid-item ecs-post-loop post-14259 partners type-partners status-publish has-post-thumbnail hentry partner-categories-highlighted-on-frontpage partner-categories-partner"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 post-14259 partners type-partners status-publish has-post-thumbnail hentry partner-categories-highlighted-on-frontpage partner-categories-partner" data-elementor-post-type="elementor_library"><section class="elementor-section elementor-top-section elementor-element elementor-element-3abd0f2 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="3abd0f2" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;ef7bd61&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}"><div class="elementor-container elementor-column-gap-default"><div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-02bcc95 shadow-medium radius-medium" style="cursor: pointer;" data-column-clickable="https://www.vfa.de/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><div class="elementor-element elementor-element-36e7891 elementor-widget elementor-widget-image" data-id="36e7891" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="477" height="91" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://www.curiousfutureinsight.org/wp-content/uploads/vfa-Logo_CMYK.jpg" class="attachment-medium_large size-medium_large wp-image-14260 lazyload" alt="" /><noscript><img loading="lazy" decoding="async" width="477" height="91" src="https://www.curiousfutureinsight.org/wp-content/uploads/vfa-Logo_CMYK.jpg" class="attachment-medium_large size-medium_large wp-image-14260 lazyload" alt="" /></noscript></div></div></div></div></div></section></div></article></div></div></div><div class="elementor-element elementor-element-6985ca1 elementor-grid-5 partners-posts mm-geo mm-geo-na elementor-grid-tablet-3 elementor-hidden-mobile elementor-posts--thumbnail-top elementor-grid-mobile-1 elementor-widget elementor-widget-posts" data-id="6985ca1" data-element_type="widget" data-settings="{&quot;custom_columns&quot;:&quot;5&quot;,&quot;custom_row_gap&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;custom_columns_tablet&quot;:&quot;3&quot;,&quot;custom_columns_mobile&quot;:&quot;1&quot;,&quot;custom_row_gap_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;custom_row_gap_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}" data-widget_type="posts.custom"><div class="elementor-widget-container"><div class="ecs-posts elementor-posts-container elementor-posts elementor-grid elementor-posts--skin-custom" data-settings="{&quot;current_page&quot;:1,&quot;max_num_pages&quot;:1,&quot;load_method&quot;:&quot;&quot;,&quot;widget_id&quot;:&quot;6985ca1&quot;,&quot;post_id&quot;:14,&quot;theme_id&quot;:14,&quot;change_url&quot;:false,&quot;reinit_js&quot;:false}"><article id="post-8096" class="elementor-post elementor-grid-item ecs-post-loop post-8096 partners type-partners status-publish has-post-thumbnail hentry partner-categories-platinum-sponsor-na"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 post-8096 partners type-partners status-publish has-post-thumbnail hentry partner-categories-platinum-sponsor-na" data-elementor-post-type="elementor_library"><section class="elementor-section elementor-top-section elementor-element elementor-element-3abd0f2 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="3abd0f2" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;ef7bd61&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-02bcc95 shadow-medium radius-medium" data-id="02bcc95" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><div class="elementor-element elementor-element-36e7891 elementor-widget elementor-widget-image" data-id="36e7891" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="768" height="459" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://www.curiousfutureinsight.org/wp-content/uploads/Merck-KGaA-Darmstadt-Germany-2.svg" class="attachment-medium_large size-medium_large wp-image-8104 lazyload" alt="" /><noscript><img loading="lazy" decoding="async" width="768" height="459" src="https://www.curiousfutureinsight.org/wp-content/uploads/Merck-KGaA-Darmstadt-Germany-2.svg" class="attachment-medium_large size-medium_large wp-image-8104 lazyload" alt="" /></noscript></div></div></div></div></div></section></div></article><article id="post-12883" class="elementor-post elementor-grid-item ecs-post-loop post-12883 partners type-partners status-publish has-post-thumbnail hentry partner-categories-highlighted-on-frontpage partner-categories-platinum-sponsor"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 post-12883 partners type-partners status-publish has-post-thumbnail hentry partner-categories-highlighted-on-frontpage partner-categories-platinum-sponsor" data-elementor-post-type="elementor_library"><section class="elementor-section elementor-top-section elementor-element elementor-element-3abd0f2 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="3abd0f2" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;ef7bd61&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}"><div class="elementor-container elementor-column-gap-default"><div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-02bcc95 shadow-medium radius-medium" style="cursor: pointer;" data-column-clickable="https://www.mainz.de/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><div class="elementor-element elementor-element-36e7891 elementor-widget elementor-widget-image" data-id="36e7891" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="768" height="354" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://www.curiousfutureinsight.org/wp-content/uploads/CD_LM_Logo_4c-768x354.png" class="attachment-medium_large size-medium_large wp-image-12886 lazyload" alt="Unterstützung der Landeshauptstadt Mainz" /><noscript><img loading="lazy" decoding="async" width="768" height="354" src="https://www.curiousfutureinsight.org/wp-content/uploads/CD_LM_Logo_4c-768x354.png" class="attachment-medium_large size-medium_large wp-image-12886 lazyload" alt="Unterstützung der Landeshauptstadt Mainz" /></noscript></div></div></div></div></div></section></div></article><article id="post-12890" class="elementor-post elementor-grid-item ecs-post-loop post-12890 partners type-partners status-publish has-post-thumbnail hentry partner-categories-highlighted-on-frontpage partner-categories-platinum-sponsor"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 post-12890 partners type-partners status-publish has-post-thumbnail hentry partner-categories-highlighted-on-frontpage partner-categories-platinum-sponsor" data-elementor-post-type="elementor_library"><section class="elementor-section elementor-top-section elementor-element elementor-element-3abd0f2 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="3abd0f2" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;ef7bd61&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}"><div class="elementor-container elementor-column-gap-default"><div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-02bcc95 shadow-medium radius-medium" style="cursor: pointer;" data-column-clickable="https://biotech.rlp.de/de/biotechnologie-rheinland-pfalz/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><div class="elementor-element elementor-element-36e7891 elementor-widget elementor-widget-image" data-id="36e7891" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="768" height="534" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://www.curiousfutureinsight.org/wp-content/uploads/Biotechnologie-RLP-Logo_rgb_mittel-768x534.jpg" class="attachment-medium_large size-medium_large wp-image-12891 lazyload" alt="" data-srcset="https://www.curiousfutureinsight.org/wp-content/uploads/Biotechnologie-RLP-Logo_rgb_mittel-768x534.jpg 768w, https://www.curiousfutureinsight.org/wp-content/uploads/Biotechnologie-RLP-Logo_rgb_mittel-600x418.jpg 600w, https://www.curiousfutureinsight.org/wp-content/uploads/Biotechnologie-RLP-Logo_rgb_mittel-1024x713.jpg 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/Biotechnologie-RLP-Logo_rgb_mittel.jpg 1358w" sizes="(max-width: 768px) 100vw, 768px" /><noscript><img loading="lazy" decoding="async" width="768" height="534" src="https://www.curiousfutureinsight.org/wp-content/uploads/Biotechnologie-RLP-Logo_rgb_mittel-768x534.jpg" class="attachment-medium_large size-medium_large wp-image-12891 lazyload" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/Biotechnologie-RLP-Logo_rgb_mittel-768x534.jpg 768w, https://www.curiousfutureinsight.org/wp-content/uploads/Biotechnologie-RLP-Logo_rgb_mittel-600x418.jpg 600w, https://www.curiousfutureinsight.org/wp-content/uploads/Biotechnologie-RLP-Logo_rgb_mittel-1024x713.jpg 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/Biotechnologie-RLP-Logo_rgb_mittel.jpg 1358w" sizes="(max-width: 768px) 100vw, 768px" /></noscript></div></div></div></div></div></section></div></article><article id="post-2901" class="elementor-post elementor-grid-item ecs-post-loop post-2901 partners type-partners status-publish has-post-thumbnail hentry partner-categories-exhibitor partner-categories-exhibitor-2018 partner-categories-partner-2018 partner-categories-supporter"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 post-2901 partners type-partners status-publish has-post-thumbnail hentry partner-categories-exhibitor partner-categories-exhibitor-2018 partner-categories-partner-2018 partner-categories-supporter" data-elementor-post-type="elementor_library"><section class="elementor-section elementor-top-section elementor-element elementor-element-3abd0f2 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="3abd0f2" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;ef7bd61&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}"><div class="elementor-container elementor-column-gap-default"><div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-02bcc95 shadow-medium radius-medium" style="cursor: pointer;" data-column-clickable="https://www.science.org/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><div class="elementor-element elementor-element-36e7891 elementor-widget elementor-widget-image" data-id="36e7891" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="192" height="84" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://www.curiousfutureinsight.org/wp-content/uploads/Science-AAAS.png" class="attachment-medium_large size-medium_large wp-image-4142 lazyload" alt="" /><noscript><img loading="lazy" decoding="async" width="192" height="84" src="https://www.curiousfutureinsight.org/wp-content/uploads/Science-AAAS.png" class="attachment-medium_large size-medium_large wp-image-4142 lazyload" alt="" /></noscript></div></div></div></div></div></section></div></article><article id="post-2902" class="elementor-post elementor-grid-item ecs-post-loop post-2902 partners type-partners status-publish has-post-thumbnail hentry partner-categories-exhibitor-2021 partner-categories-supporter"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 post-2902 partners type-partners status-publish has-post-thumbnail hentry partner-categories-exhibitor-2021 partner-categories-supporter" data-elementor-post-type="elementor_library"><section class="elementor-section elementor-top-section elementor-element elementor-element-3abd0f2 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="3abd0f2" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;ef7bd61&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}"><div class="elementor-container elementor-column-gap-default"><div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-02bcc95 shadow-medium radius-medium" style="cursor: pointer;" data-column-clickable="https://www.nature.com/nature-portfolio" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><div class="elementor-element elementor-element-36e7891 elementor-widget elementor-widget-image" data-id="36e7891" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="138" height="77" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://www.curiousfutureinsight.org/wp-content/uploads/Nature-Portfolio-Logo-Master_freigestellt.png" class="attachment-medium_large size-medium_large wp-image-4135 lazyload" alt="" /><noscript><img loading="lazy" decoding="async" width="138" height="77" src="https://www.curiousfutureinsight.org/wp-content/uploads/Nature-Portfolio-Logo-Master_freigestellt.png" class="attachment-medium_large size-medium_large wp-image-4135 lazyload" alt="" /></noscript></div></div></div></div></div></section></div></article><article id="post-15976" class="elementor-post elementor-grid-item ecs-post-loop post-15976 partners type-partners status-publish has-post-thumbnail hentry partner-categories-gold-sponsor"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 post-15976 partners type-partners status-publish has-post-thumbnail hentry partner-categories-gold-sponsor" data-elementor-post-type="elementor_library"><section class="elementor-section elementor-top-section elementor-element elementor-element-3abd0f2 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="3abd0f2" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;ef7bd61&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}"><div class="elementor-container elementor-column-gap-default"><div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-02bcc95 shadow-medium radius-medium" style="cursor: pointer;" data-column-clickable="https://www.biontech.com/int/en/home.html" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><div class="elementor-element elementor-element-36e7891 elementor-widget elementor-widget-image" data-id="36e7891" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="768" height="85" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://www.curiousfutureinsight.org/wp-content/uploads/BioNTech_Logo-768x85.png" class="attachment-medium_large size-medium_large wp-image-15977 lazyload" alt="" data-srcset="https://www.curiousfutureinsight.org/wp-content/uploads/BioNTech_Logo-768x85.png 768w, https://www.curiousfutureinsight.org/wp-content/uploads/BioNTech_Logo-600x66.png 600w, https://www.curiousfutureinsight.org/wp-content/uploads/BioNTech_Logo-1024x113.png 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/BioNTech_Logo-1536x169.png 1536w, https://www.curiousfutureinsight.org/wp-content/uploads/BioNTech_Logo-2048x226.png 2048w" sizes="(max-width: 768px) 100vw, 768px" /><noscript><img loading="lazy" decoding="async" width="768" height="85" src="https://www.curiousfutureinsight.org/wp-content/uploads/BioNTech_Logo-768x85.png" class="attachment-medium_large size-medium_large wp-image-15977 lazyload" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/BioNTech_Logo-768x85.png 768w, https://www.curiousfutureinsight.org/wp-content/uploads/BioNTech_Logo-600x66.png 600w, https://www.curiousfutureinsight.org/wp-content/uploads/BioNTech_Logo-1024x113.png 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/BioNTech_Logo-1536x169.png 1536w, https://www.curiousfutureinsight.org/wp-content/uploads/BioNTech_Logo-2048x226.png 2048w" sizes="(max-width: 768px) 100vw, 768px" /></noscript></div></div></div></div></div></section></div></article><article id="post-7940" class="elementor-post elementor-grid-item ecs-post-loop post-7940 partners type-partners status-publish has-post-thumbnail hentry partner-categories-foundation partner-categories-highlighted-on-frontpage"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 post-7940 partners type-partners status-publish has-post-thumbnail hentry partner-categories-foundation partner-categories-highlighted-on-frontpage" data-elementor-post-type="elementor_library"><section class="elementor-section elementor-top-section elementor-element elementor-element-3abd0f2 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="3abd0f2" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;ef7bd61&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}"><div class="elementor-container elementor-column-gap-default"><div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-02bcc95 shadow-medium radius-medium" style="cursor: pointer;" data-column-clickable="https://www.dfg.de/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><div class="elementor-element elementor-element-36e7891 elementor-widget elementor-widget-image" data-id="36e7891" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="768" height="158" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://www.curiousfutureinsight.org/wp-content/uploads/dfg_logo_englisch_blau_en_4c-768x158.png" class="attachment-medium_large size-medium_large wp-image-7929 lazyload" alt="" data-srcset="https://www.curiousfutureinsight.org/wp-content/uploads/dfg_logo_englisch_blau_en_4c-768x158.png 768w, https://www.curiousfutureinsight.org/wp-content/uploads/dfg_logo_englisch_blau_en_4c-600x123.png 600w, https://www.curiousfutureinsight.org/wp-content/uploads/dfg_logo_englisch_blau_en_4c-1024x210.png 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/dfg_logo_englisch_blau_en_4c-1536x316.png 1536w, https://www.curiousfutureinsight.org/wp-content/uploads/dfg_logo_englisch_blau_en_4c.png 1772w" sizes="(max-width: 768px) 100vw, 768px" /><noscript><img loading="lazy" decoding="async" width="768" height="158" src="https://www.curiousfutureinsight.org/wp-content/uploads/dfg_logo_englisch_blau_en_4c-768x158.png" class="attachment-medium_large size-medium_large wp-image-7929 lazyload" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/dfg_logo_englisch_blau_en_4c-768x158.png 768w, https://www.curiousfutureinsight.org/wp-content/uploads/dfg_logo_englisch_blau_en_4c-600x123.png 600w, https://www.curiousfutureinsight.org/wp-content/uploads/dfg_logo_englisch_blau_en_4c-1024x210.png 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/dfg_logo_englisch_blau_en_4c-1536x316.png 1536w, https://www.curiousfutureinsight.org/wp-content/uploads/dfg_logo_englisch_blau_en_4c.png 1772w" sizes="(max-width: 768px) 100vw, 768px" /></noscript></div></div></div></div></div></section></div></article><article id="post-14980" class="elementor-post elementor-grid-item ecs-post-loop post-14980 partners type-partners status-publish has-post-thumbnail hentry partner-categories-supporter"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 post-14980 partners type-partners status-publish has-post-thumbnail hentry partner-categories-supporter" data-elementor-post-type="elementor_library"><section class="elementor-section elementor-top-section elementor-element elementor-element-3abd0f2 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="3abd0f2" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;ef7bd61&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}"><div class="elementor-container elementor-column-gap-default"><div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-02bcc95 shadow-medium radius-medium" style="cursor: pointer;" data-column-clickable="https://www.ekfs.de/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><div class="elementor-element elementor-element-36e7891 elementor-widget elementor-widget-image" data-id="36e7891" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="240" height="210" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://www.curiousfutureinsight.org/wp-content/uploads/Else-Kroner-Fresenius-Stiftung.png" class="attachment-medium_large size-medium_large wp-image-14981 lazyload" alt="Else Kröner Fresenius Stiftung logo" /><noscript><img loading="lazy" decoding="async" width="240" height="210" src="https://www.curiousfutureinsight.org/wp-content/uploads/Else-Kroner-Fresenius-Stiftung.png" class="attachment-medium_large size-medium_large wp-image-14981 lazyload" alt="Else Kröner Fresenius Stiftung logo" /></noscript></div></div></div></div></div></section></div></article><article id="post-8480" class="elementor-post elementor-grid-item ecs-post-loop post-8480 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector partner-categories-highlighted-on-frontpage"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 post-8480 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector partner-categories-highlighted-on-frontpage" data-elementor-post-type="elementor_library"><section class="elementor-section elementor-top-section elementor-element elementor-element-3abd0f2 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="3abd0f2" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;ef7bd61&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}"><div class="elementor-container elementor-column-gap-default"><div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-02bcc95 shadow-medium radius-medium" style="cursor: pointer;" data-column-clickable="https://www.embo.org/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><div class="elementor-element elementor-element-36e7891 elementor-widget elementor-widget-image" data-id="36e7891" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="571" height="211" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://www.curiousfutureinsight.org/wp-content/uploads/EMBO.png" class="attachment-medium_large size-medium_large wp-image-8463 lazyload" alt="" /><noscript><img loading="lazy" decoding="async" width="571" height="211" src="https://www.curiousfutureinsight.org/wp-content/uploads/EMBO.png" class="attachment-medium_large size-medium_large wp-image-8463 lazyload" alt="" /></noscript></div></div></div></div></div></section></div></article><article id="post-13142" class="elementor-post elementor-grid-item ecs-post-loop post-13142 partners type-partners status-publish has-post-thumbnail hentry partner-categories-gold-sponsor"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 post-13142 partners type-partners status-publish has-post-thumbnail hentry partner-categories-gold-sponsor" data-elementor-post-type="elementor_library"><section class="elementor-section elementor-top-section elementor-element elementor-element-3abd0f2 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="3abd0f2" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;ef7bd61&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}"><div class="elementor-container elementor-column-gap-default"><div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-02bcc95 shadow-medium radius-medium" style="cursor: pointer;" data-column-clickable="https://corporate.evonik.com/en" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><div class="elementor-element elementor-element-36e7891 elementor-widget elementor-widget-image" data-id="36e7891" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="768" height="199" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://www.curiousfutureinsight.org/wp-content/uploads/Picture2-768x199.webp" class="attachment-medium_large size-medium_large wp-image-13143 lazyload" alt="" data-srcset="https://www.curiousfutureinsight.org/wp-content/uploads/Picture2-768x199.webp 768w, https://www.curiousfutureinsight.org/wp-content/uploads/Picture2-600x155.webp 600w, https://www.curiousfutureinsight.org/wp-content/uploads/Picture2-1024x265.webp 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/Picture2-1536x398.webp 1536w, https://www.curiousfutureinsight.org/wp-content/uploads/Picture2.webp 1880w" sizes="(max-width: 768px) 100vw, 768px" /><noscript><img loading="lazy" decoding="async" width="768" height="199" src="https://www.curiousfutureinsight.org/wp-content/uploads/Picture2-768x199.webp" class="attachment-medium_large size-medium_large wp-image-13143 lazyload" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/Picture2-768x199.webp 768w, https://www.curiousfutureinsight.org/wp-content/uploads/Picture2-600x155.webp 600w, https://www.curiousfutureinsight.org/wp-content/uploads/Picture2-1024x265.webp 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/Picture2-1536x398.webp 1536w, https://www.curiousfutureinsight.org/wp-content/uploads/Picture2.webp 1880w" sizes="(max-width: 768px) 100vw, 768px" /></noscript></div></div></div></div></div></section></div></article><article id="post-2905" class="elementor-post elementor-grid-item ecs-post-loop post-2905 partners type-partners status-publish has-post-thumbnail hentry partner-categories-supporter"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 post-2905 partners type-partners status-publish has-post-thumbnail hentry partner-categories-supporter" data-elementor-post-type="elementor_library"><section class="elementor-section elementor-top-section elementor-element elementor-element-3abd0f2 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="3abd0f2" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;ef7bd61&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}"><div class="elementor-container elementor-column-gap-default"><div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-02bcc95 shadow-medium radius-medium" style="cursor: pointer;" data-column-clickable="https://www.bmbf.de/bmbf/en/home/home_node.html" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><div class="elementor-element elementor-element-36e7891 elementor-widget elementor-widget-image" data-id="36e7891" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="768" height="360" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://www.curiousfutureinsight.org/wp-content/uploads/Federal-Ministry-of-Education-and-Research-768x360.png" class="attachment-medium_large size-medium_large wp-image-4196 lazyload" alt="" data-srcset="https://www.curiousfutureinsight.org/wp-content/uploads/Federal-Ministry-of-Education-and-Research-768x360.png 768w, https://www.curiousfutureinsight.org/wp-content/uploads/Federal-Ministry-of-Education-and-Research-600x281.png 600w, https://www.curiousfutureinsight.org/wp-content/uploads/Federal-Ministry-of-Education-and-Research.png 938w" sizes="(max-width: 768px) 100vw, 768px" /><noscript><img loading="lazy" decoding="async" width="768" height="360" src="https://www.curiousfutureinsight.org/wp-content/uploads/Federal-Ministry-of-Education-and-Research-768x360.png" class="attachment-medium_large size-medium_large wp-image-4196 lazyload" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/Federal-Ministry-of-Education-and-Research-768x360.png 768w, https://www.curiousfutureinsight.org/wp-content/uploads/Federal-Ministry-of-Education-and-Research-600x281.png 600w, https://www.curiousfutureinsight.org/wp-content/uploads/Federal-Ministry-of-Education-and-Research.png 938w" sizes="(max-width: 768px) 100vw, 768px" /></noscript></div></div></div></div></div></section></div></article><article id="post-12433" class="elementor-post elementor-grid-item ecs-post-loop post-12433 partners type-partners status-publish has-post-thumbnail hentry partner-categories-highlighted-on-frontpage partner-categories-partner"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 post-12433 partners type-partners status-publish has-post-thumbnail hentry partner-categories-highlighted-on-frontpage partner-categories-partner" data-elementor-post-type="elementor_library"><section class="elementor-section elementor-top-section elementor-element elementor-element-3abd0f2 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="3abd0f2" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;ef7bd61&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}"><div class="elementor-container elementor-column-gap-default"><div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-02bcc95 shadow-medium radius-medium" style="cursor: pointer;" data-column-clickable="https://www.fraunhofer.de/en.html" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><div class="elementor-element elementor-element-36e7891 elementor-widget elementor-widget-image" data-id="36e7891" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="768" height="126" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://www.curiousfutureinsight.org/wp-content/uploads/fhg_logo-768x126.jpg" class="attachment-medium_large size-medium_large wp-image-12434 lazyload" alt="" data-srcset="https://www.curiousfutureinsight.org/wp-content/uploads/fhg_logo-768x126.jpg 768w, https://www.curiousfutureinsight.org/wp-content/uploads/fhg_logo-600x99.jpg 600w, https://www.curiousfutureinsight.org/wp-content/uploads/fhg_logo-1024x168.jpg 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/fhg_logo-1536x252.jpg 1536w, https://www.curiousfutureinsight.org/wp-content/uploads/fhg_logo.jpg 1960w" sizes="(max-width: 768px) 100vw, 768px" /><noscript><img loading="lazy" decoding="async" width="768" height="126" src="https://www.curiousfutureinsight.org/wp-content/uploads/fhg_logo-768x126.jpg" class="attachment-medium_large size-medium_large wp-image-12434 lazyload" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/fhg_logo-768x126.jpg 768w, https://www.curiousfutureinsight.org/wp-content/uploads/fhg_logo-600x99.jpg 600w, https://www.curiousfutureinsight.org/wp-content/uploads/fhg_logo-1024x168.jpg 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/fhg_logo-1536x252.jpg 1536w, https://www.curiousfutureinsight.org/wp-content/uploads/fhg_logo.jpg 1960w" sizes="(max-width: 768px) 100vw, 768px" /></noscript></div></div></div></div></div></section></div></article><article id="post-15468" class="elementor-post elementor-grid-item ecs-post-loop post-15468 partners type-partners status-publish has-post-thumbnail hentry partner-categories-gold-sponsor"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 post-15468 partners type-partners status-publish has-post-thumbnail hentry partner-categories-gold-sponsor" data-elementor-post-type="elementor_library"><section class="elementor-section elementor-top-section elementor-element elementor-element-3abd0f2 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="3abd0f2" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;ef7bd61&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}"><div class="elementor-container elementor-column-gap-default"><div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-02bcc95 shadow-medium radius-medium" style="cursor: pointer;" data-column-clickable="https://www.uni-frankfurt.de/de?locale=de" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><div class="elementor-element elementor-element-36e7891 elementor-widget elementor-widget-image" data-id="36e7891" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="768" height="418" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://www.curiousfutureinsight.org/wp-content/uploads/GU-Logo-blau-gross-768x418.jpg" class="attachment-medium_large size-medium_large wp-image-15469 lazyload" alt="" data-srcset="https://www.curiousfutureinsight.org/wp-content/uploads/GU-Logo-blau-gross-768x418.jpg 768w, https://www.curiousfutureinsight.org/wp-content/uploads/GU-Logo-blau-gross-600x327.jpg 600w, https://www.curiousfutureinsight.org/wp-content/uploads/GU-Logo-blau-gross-1024x558.jpg 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/GU-Logo-blau-gross.jpg 1469w" sizes="(max-width: 768px) 100vw, 768px" /><noscript><img loading="lazy" decoding="async" width="768" height="418" src="https://www.curiousfutureinsight.org/wp-content/uploads/GU-Logo-blau-gross-768x418.jpg" class="attachment-medium_large size-medium_large wp-image-15469 lazyload" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/GU-Logo-blau-gross-768x418.jpg 768w, https://www.curiousfutureinsight.org/wp-content/uploads/GU-Logo-blau-gross-600x327.jpg 600w, https://www.curiousfutureinsight.org/wp-content/uploads/GU-Logo-blau-gross-1024x558.jpg 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/GU-Logo-blau-gross.jpg 1469w" sizes="(max-width: 768px) 100vw, 768px" /></noscript></div></div></div></div></div></section></div></article><article id="post-9761" class="elementor-post elementor-grid-item ecs-post-loop post-9761 partners type-partners status-publish has-post-thumbnail hentry partner-categories-gold-sponsor"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 post-9761 partners type-partners status-publish has-post-thumbnail hentry partner-categories-gold-sponsor" data-elementor-post-type="elementor_library"><section class="elementor-section elementor-top-section elementor-element elementor-element-3abd0f2 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="3abd0f2" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;ef7bd61&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}"><div class="elementor-container elementor-column-gap-default"><div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-02bcc95 shadow-medium radius-medium" style="cursor: pointer;" data-column-clickable="https://h-da.de/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><div class="elementor-element elementor-element-36e7891 elementor-widget elementor-widget-image" data-id="36e7891" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="338" height="154" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://www.curiousfutureinsight.org/wp-content/uploads/logo_kompakt.svg" class="attachment-medium_large size-medium_large wp-image-16705 lazyload" alt="" /><noscript><img loading="lazy" decoding="async" width="338" height="154" src="https://www.curiousfutureinsight.org/wp-content/uploads/logo_kompakt.svg" class="attachment-medium_large size-medium_large wp-image-16705 lazyload" alt="" /></noscript></div></div></div></div></div></section></div></article><article id="post-8502" class="elementor-post elementor-grid-item ecs-post-loop post-8502 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector partner-categories-highlighted-on-frontpage"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 post-8502 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector partner-categories-highlighted-on-frontpage" data-elementor-post-type="elementor_library"><section class="elementor-section elementor-top-section elementor-element elementor-element-3abd0f2 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="3abd0f2" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;ef7bd61&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}"><div class="elementor-container elementor-column-gap-default"><div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-02bcc95 shadow-medium radius-medium" style="cursor: pointer;" data-column-clickable="https://www.helmholtz.de/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><div class="elementor-element elementor-element-36e7891 elementor-widget elementor-widget-image" data-id="36e7891" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="393" height="158" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://www.curiousfutureinsight.org/wp-content/uploads/Helmholtz-e1652945136913.png" class="attachment-medium_large size-medium_large wp-image-8423 lazyload" alt="" /><noscript><img loading="lazy" decoding="async" width="393" height="158" src="https://www.curiousfutureinsight.org/wp-content/uploads/Helmholtz-e1652945136913.png" class="attachment-medium_large size-medium_large wp-image-8423 lazyload" alt="" /></noscript></div></div></div></div></div></section></div></article><article id="post-12645" class="elementor-post elementor-grid-item ecs-post-loop post-12645 partners type-partners status-publish has-post-thumbnail hentry partner-categories-highlighted-on-frontpage partner-categories-partner"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 post-12645 partners type-partners status-publish has-post-thumbnail hentry partner-categories-highlighted-on-frontpage partner-categories-partner" data-elementor-post-type="elementor_library"><section class="elementor-section elementor-top-section elementor-element elementor-element-3abd0f2 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="3abd0f2" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;ef7bd61&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}"><div class="elementor-container elementor-column-gap-default"><div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-02bcc95 shadow-medium radius-medium" style="cursor: pointer;" data-column-clickable="https://www.intermedia-solutions.net/en/home-en/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><div class="elementor-element elementor-element-36e7891 elementor-widget elementor-widget-image" data-id="36e7891" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="768" height="343" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://www.curiousfutureinsight.org/wp-content/uploads/IMS_Platform_App_Logo_Master-768x343.png" class="attachment-medium_large size-medium_large wp-image-12646 lazyload" alt="" data-srcset="https://www.curiousfutureinsight.org/wp-content/uploads/IMS_Platform_App_Logo_Master-768x343.png 768w, https://www.curiousfutureinsight.org/wp-content/uploads/IMS_Platform_App_Logo_Master-600x268.png 600w, https://www.curiousfutureinsight.org/wp-content/uploads/IMS_Platform_App_Logo_Master-1024x457.png 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/IMS_Platform_App_Logo_Master-1536x686.png 1536w, https://www.curiousfutureinsight.org/wp-content/uploads/IMS_Platform_App_Logo_Master.png 1680w" sizes="(max-width: 768px) 100vw, 768px" /><noscript><img loading="lazy" decoding="async" width="768" height="343" src="https://www.curiousfutureinsight.org/wp-content/uploads/IMS_Platform_App_Logo_Master-768x343.png" class="attachment-medium_large size-medium_large wp-image-12646 lazyload" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/IMS_Platform_App_Logo_Master-768x343.png 768w, https://www.curiousfutureinsight.org/wp-content/uploads/IMS_Platform_App_Logo_Master-600x268.png 600w, https://www.curiousfutureinsight.org/wp-content/uploads/IMS_Platform_App_Logo_Master-1024x457.png 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/IMS_Platform_App_Logo_Master-1536x686.png 1536w, https://www.curiousfutureinsight.org/wp-content/uploads/IMS_Platform_App_Logo_Master.png 1680w" sizes="(max-width: 768px) 100vw, 768px" /></noscript></div></div></div></div></div></section></div></article><article id="post-14394" class="elementor-post elementor-grid-item ecs-post-loop post-14394 partners type-partners status-publish has-post-thumbnail hentry partner-categories-gold-sponsor"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 post-14394 partners type-partners status-publish has-post-thumbnail hentry partner-categories-gold-sponsor" data-elementor-post-type="elementor_library"><section class="elementor-section elementor-top-section elementor-element elementor-element-3abd0f2 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="3abd0f2" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;ef7bd61&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}"><div class="elementor-container elementor-column-gap-default"><div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-02bcc95 shadow-medium radius-medium" style="cursor: pointer;" data-column-clickable="https://startseite.uni-mainz.de/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><div class="elementor-element elementor-element-36e7891 elementor-widget elementor-widget-image" data-id="36e7891" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="768" height="480" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://www.curiousfutureinsight.org/wp-content/uploads/2560px-Johannes_Gutenberg-Universitat_Mainz_logo.svg-768x480.png" class="attachment-medium_large size-medium_large wp-image-15042 lazyload" alt="" data-srcset="https://www.curiousfutureinsight.org/wp-content/uploads/2560px-Johannes_Gutenberg-Universitat_Mainz_logo.svg-768x480.png 768w, https://www.curiousfutureinsight.org/wp-content/uploads/2560px-Johannes_Gutenberg-Universitat_Mainz_logo.svg-600x375.png 600w, https://www.curiousfutureinsight.org/wp-content/uploads/2560px-Johannes_Gutenberg-Universitat_Mainz_logo.svg-1024x640.png 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/2560px-Johannes_Gutenberg-Universitat_Mainz_logo.svg-1536x960.png 1536w, https://www.curiousfutureinsight.org/wp-content/uploads/2560px-Johannes_Gutenberg-Universitat_Mainz_logo.svg.png 1769w" sizes="(max-width: 768px) 100vw, 768px" /><noscript><img loading="lazy" decoding="async" width="768" height="480" src="https://www.curiousfutureinsight.org/wp-content/uploads/2560px-Johannes_Gutenberg-Universitat_Mainz_logo.svg-768x480.png" class="attachment-medium_large size-medium_large wp-image-15042 lazyload" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/2560px-Johannes_Gutenberg-Universitat_Mainz_logo.svg-768x480.png 768w, https://www.curiousfutureinsight.org/wp-content/uploads/2560px-Johannes_Gutenberg-Universitat_Mainz_logo.svg-600x375.png 600w, https://www.curiousfutureinsight.org/wp-content/uploads/2560px-Johannes_Gutenberg-Universitat_Mainz_logo.svg-1024x640.png 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/2560px-Johannes_Gutenberg-Universitat_Mainz_logo.svg-1536x960.png 1536w, https://www.curiousfutureinsight.org/wp-content/uploads/2560px-Johannes_Gutenberg-Universitat_Mainz_logo.svg.png 1769w" sizes="(max-width: 768px) 100vw, 768px" /></noscript></div></div></div></div></div></section></div></article><article id="post-8513" class="elementor-post elementor-grid-item ecs-post-loop post-8513 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector partner-categories-highlighted-on-frontpage"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 post-8513 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector partner-categories-highlighted-on-frontpage" data-elementor-post-type="elementor_library"><section class="elementor-section elementor-top-section elementor-element elementor-element-3abd0f2 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="3abd0f2" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;ef7bd61&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}"><div class="elementor-container elementor-column-gap-default"><div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-02bcc95 shadow-medium radius-medium" style="cursor: pointer;" data-column-clickable="https://www.leibniz-gemeinschaft.de/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><div class="elementor-element elementor-element-36e7891 elementor-widget elementor-widget-image" data-id="36e7891" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="695" height="537" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://www.curiousfutureinsight.org/wp-content/uploads/Leibniz-Gemeinschaft.png" class="attachment-medium_large size-medium_large wp-image-8430 lazyload" alt="" data-srcset="https://www.curiousfutureinsight.org/wp-content/uploads/Leibniz-Gemeinschaft.png 695w, https://www.curiousfutureinsight.org/wp-content/uploads/Leibniz-Gemeinschaft-600x464.png 600w" sizes="(max-width: 695px) 100vw, 695px" /><noscript><img loading="lazy" decoding="async" width="695" height="537" src="https://www.curiousfutureinsight.org/wp-content/uploads/Leibniz-Gemeinschaft.png" class="attachment-medium_large size-medium_large wp-image-8430 lazyload" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/Leibniz-Gemeinschaft.png 695w, https://www.curiousfutureinsight.org/wp-content/uploads/Leibniz-Gemeinschaft-600x464.png 600w" sizes="(max-width: 695px) 100vw, 695px" /></noscript></div></div></div></div></div></section></div></article><article id="post-16984" class="elementor-post elementor-grid-item ecs-post-loop post-16984 partners type-partners status-publish has-post-thumbnail hentry partner-categories-gold-sponsor"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 post-16984 partners type-partners status-publish has-post-thumbnail hentry partner-categories-gold-sponsor" data-elementor-post-type="elementor_library"><section class="elementor-section elementor-top-section elementor-element elementor-element-3abd0f2 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="3abd0f2" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;ef7bd61&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}"><div class="elementor-container elementor-column-gap-default"><div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-02bcc95 shadow-medium radius-medium" style="cursor: pointer;" data-column-clickable="https://www.mpg.de/de" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><div class="elementor-element elementor-element-36e7891 elementor-widget elementor-widget-image" data-id="36e7891" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="550" height="199" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://www.curiousfutureinsight.org/wp-content/uploads/MPG-logo.png" class="attachment-medium_large size-medium_large wp-image-16985 lazyload" alt="" /><noscript><img loading="lazy" decoding="async" width="550" height="199" src="https://www.curiousfutureinsight.org/wp-content/uploads/MPG-logo.png" class="attachment-medium_large size-medium_large wp-image-16985 lazyload" alt="" /></noscript></div></div></div></div></div></section></div></article><article id="post-8519" class="elementor-post elementor-grid-item ecs-post-loop post-8519 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector partner-categories-highlighted-on-frontpage"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 post-8519 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector partner-categories-highlighted-on-frontpage" data-elementor-post-type="elementor_library"><section class="elementor-section elementor-top-section elementor-element elementor-element-3abd0f2 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="3abd0f2" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;ef7bd61&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}"><div class="elementor-container elementor-column-gap-default"><div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-02bcc95 shadow-medium radius-medium" style="cursor: pointer;" data-column-clickable="https://www.mpg.de/de" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><div class="elementor-element elementor-element-36e7891 elementor-widget elementor-widget-image" data-id="36e7891" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="591" height="178" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://www.curiousfutureinsight.org/wp-content/uploads/MPG.png" class="attachment-medium_large size-medium_large wp-image-8434 lazyload" alt="" /><noscript><img loading="lazy" decoding="async" width="591" height="178" src="https://www.curiousfutureinsight.org/wp-content/uploads/MPG.png" class="attachment-medium_large size-medium_large wp-image-8434 lazyload" alt="" /></noscript></div></div></div></div></div></section></div></article><article id="post-12887" class="elementor-post elementor-grid-item ecs-post-loop post-12887 partners type-partners status-publish has-post-thumbnail hentry partner-categories-highlighted-on-frontpage partner-categories-platinum-sponsor"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 post-12887 partners type-partners status-publish has-post-thumbnail hentry partner-categories-highlighted-on-frontpage partner-categories-platinum-sponsor" data-elementor-post-type="elementor_library"><section class="elementor-section elementor-top-section elementor-element elementor-element-3abd0f2 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="3abd0f2" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;ef7bd61&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}"><div class="elementor-container elementor-column-gap-default"><div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-02bcc95 shadow-medium radius-medium" style="cursor: pointer;" data-column-clickable="https://mwg.rlp.de/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><div class="elementor-element elementor-element-36e7891 elementor-widget elementor-widget-image" data-id="36e7891" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="590" height="270" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://www.curiousfutureinsight.org/wp-content/uploads/Logo_MWG_RLP-frei.png" class="attachment-medium_large size-medium_large wp-image-12888 lazyload" alt="Unterstützung des Ministeriums für Wissenschaft und Gesundheit des Landes Rheinland-Pfalz." /><noscript><img loading="lazy" decoding="async" width="590" height="270" src="https://www.curiousfutureinsight.org/wp-content/uploads/Logo_MWG_RLP-frei.png" class="attachment-medium_large size-medium_large wp-image-12888 lazyload" alt="Unterstützung des Ministeriums für Wissenschaft und Gesundheit des Landes Rheinland-Pfalz." /></noscript></div></div></div></div></div></section></div></article><article id="post-14206" class="elementor-post elementor-grid-item ecs-post-loop post-14206 partners type-partners status-publish has-post-thumbnail hentry partner-categories-gold-sponsor"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 post-14206 partners type-partners status-publish has-post-thumbnail hentry partner-categories-gold-sponsor" data-elementor-post-type="elementor_library"><section class="elementor-section elementor-top-section elementor-element elementor-element-3abd0f2 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="3abd0f2" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;ef7bd61&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}"><div class="elementor-container elementor-column-gap-default"><div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-02bcc95 shadow-medium radius-medium" style="cursor: pointer;" data-column-clickable="https://www.schott.com/de-de/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><div class="elementor-element elementor-element-36e7891 elementor-widget elementor-widget-image" data-id="36e7891" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="768" height="279" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://www.curiousfutureinsight.org/wp-content/uploads/2560px-Schott_AG_logo.svg-768x279.png" class="attachment-medium_large size-medium_large wp-image-14207 lazyload" alt="" data-srcset="https://www.curiousfutureinsight.org/wp-content/uploads/2560px-Schott_AG_logo.svg-768x279.png 768w, https://www.curiousfutureinsight.org/wp-content/uploads/2560px-Schott_AG_logo.svg-600x218.png 600w, https://www.curiousfutureinsight.org/wp-content/uploads/2560px-Schott_AG_logo.svg-1024x372.png 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/2560px-Schott_AG_logo.svg-1536x559.png 1536w, https://www.curiousfutureinsight.org/wp-content/uploads/2560px-Schott_AG_logo.svg-2048x745.png 2048w" sizes="(max-width: 768px) 100vw, 768px" /><noscript><img loading="lazy" decoding="async" width="768" height="279" src="https://www.curiousfutureinsight.org/wp-content/uploads/2560px-Schott_AG_logo.svg-768x279.png" class="attachment-medium_large size-medium_large wp-image-14207 lazyload" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/2560px-Schott_AG_logo.svg-768x279.png 768w, https://www.curiousfutureinsight.org/wp-content/uploads/2560px-Schott_AG_logo.svg-600x218.png 600w, https://www.curiousfutureinsight.org/wp-content/uploads/2560px-Schott_AG_logo.svg-1024x372.png 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/2560px-Schott_AG_logo.svg-1536x559.png 1536w, https://www.curiousfutureinsight.org/wp-content/uploads/2560px-Schott_AG_logo.svg-2048x745.png 2048w" sizes="(max-width: 768px) 100vw, 768px" /></noscript></div></div></div></div></div></section></div></article><article id="post-14318" class="elementor-post elementor-grid-item ecs-post-loop post-14318 partners type-partners status-publish has-post-thumbnail hentry partner-categories-highlighted-on-frontpage partner-categories-partner"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 post-14318 partners type-partners status-publish has-post-thumbnail hentry partner-categories-highlighted-on-frontpage partner-categories-partner" data-elementor-post-type="elementor_library"><section class="elementor-section elementor-top-section elementor-element elementor-element-3abd0f2 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="3abd0f2" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;ef7bd61&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}"><div class="elementor-container elementor-column-gap-default"><div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-02bcc95 shadow-medium radius-medium" style="cursor: pointer;" data-column-clickable="https://www.clubofrome.org/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><div class="elementor-element elementor-element-36e7891 elementor-widget elementor-widget-image" data-id="36e7891" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="768" height="652" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://www.curiousfutureinsight.org/wp-content/uploads/CoR-logo-web-large-2022-1.svg" class="attachment-medium_large size-medium_large wp-image-14319 lazyload" alt="" /><noscript><img loading="lazy" decoding="async" width="768" height="652" src="https://www.curiousfutureinsight.org/wp-content/uploads/CoR-logo-web-large-2022-1.svg" class="attachment-medium_large size-medium_large wp-image-14319 lazyload" alt="" /></noscript></div></div></div></div></div></section></div></article><article id="post-14820" class="elementor-post elementor-grid-item ecs-post-loop post-14820 partners type-partners status-publish has-post-thumbnail hentry partner-categories-gold-sponsor"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 post-14820 partners type-partners status-publish has-post-thumbnail hentry partner-categories-gold-sponsor" data-elementor-post-type="elementor_library"><section class="elementor-section elementor-top-section elementor-element elementor-element-3abd0f2 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="3abd0f2" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;ef7bd61&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}"><div class="elementor-container elementor-column-gap-default"><div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-02bcc95 shadow-medium radius-medium" style="cursor: pointer;" data-column-clickable="https://www.tron-mainz.de/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><div class="elementor-element elementor-element-36e7891 elementor-widget elementor-widget-image" data-id="36e7891" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="768" height="307" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://www.curiousfutureinsight.org/wp-content/uploads/MA-70-009-MF20.1-TRON-Logo-mit-Unterzeile-Science-in-Translation-768x307.jpg" class="attachment-medium_large size-medium_large wp-image-14821 lazyload" alt="" data-srcset="https://www.curiousfutureinsight.org/wp-content/uploads/MA-70-009-MF20.1-TRON-Logo-mit-Unterzeile-Science-in-Translation-768x307.jpg 768w, https://www.curiousfutureinsight.org/wp-content/uploads/MA-70-009-MF20.1-TRON-Logo-mit-Unterzeile-Science-in-Translation-600x240.jpg 600w, https://www.curiousfutureinsight.org/wp-content/uploads/MA-70-009-MF20.1-TRON-Logo-mit-Unterzeile-Science-in-Translation-1024x410.jpg 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/MA-70-009-MF20.1-TRON-Logo-mit-Unterzeile-Science-in-Translation-1536x614.jpg 1536w, https://www.curiousfutureinsight.org/wp-content/uploads/MA-70-009-MF20.1-TRON-Logo-mit-Unterzeile-Science-in-Translation-2048x819.jpg 2048w, https://www.curiousfutureinsight.org/wp-content/uploads/MA-70-009-MF20.1-TRON-Logo-mit-Unterzeile-Science-in-Translation-scaled.jpg 1920w" sizes="(max-width: 768px) 100vw, 768px" /><noscript><img loading="lazy" decoding="async" width="768" height="307" src="https://www.curiousfutureinsight.org/wp-content/uploads/MA-70-009-MF20.1-TRON-Logo-mit-Unterzeile-Science-in-Translation-768x307.jpg" class="attachment-medium_large size-medium_large wp-image-14821 lazyload" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/MA-70-009-MF20.1-TRON-Logo-mit-Unterzeile-Science-in-Translation-768x307.jpg 768w, https://www.curiousfutureinsight.org/wp-content/uploads/MA-70-009-MF20.1-TRON-Logo-mit-Unterzeile-Science-in-Translation-600x240.jpg 600w, https://www.curiousfutureinsight.org/wp-content/uploads/MA-70-009-MF20.1-TRON-Logo-mit-Unterzeile-Science-in-Translation-1024x410.jpg 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/MA-70-009-MF20.1-TRON-Logo-mit-Unterzeile-Science-in-Translation-1536x614.jpg 1536w, https://www.curiousfutureinsight.org/wp-content/uploads/MA-70-009-MF20.1-TRON-Logo-mit-Unterzeile-Science-in-Translation-2048x819.jpg 2048w, https://www.curiousfutureinsight.org/wp-content/uploads/MA-70-009-MF20.1-TRON-Logo-mit-Unterzeile-Science-in-Translation-scaled.jpg 1920w" sizes="(max-width: 768px) 100vw, 768px" /></noscript></div></div></div></div></div></section></div></article><article id="post-14259" class="elementor-post elementor-grid-item ecs-post-loop post-14259 partners type-partners status-publish has-post-thumbnail hentry partner-categories-highlighted-on-frontpage partner-categories-partner"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 post-14259 partners type-partners status-publish has-post-thumbnail hentry partner-categories-highlighted-on-frontpage partner-categories-partner" data-elementor-post-type="elementor_library"><section class="elementor-section elementor-top-section elementor-element elementor-element-3abd0f2 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="3abd0f2" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;ef7bd61&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}"><div class="elementor-container elementor-column-gap-default"><div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-02bcc95 shadow-medium radius-medium" style="cursor: pointer;" data-column-clickable="https://www.vfa.de/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><div class="elementor-element elementor-element-36e7891 elementor-widget elementor-widget-image" data-id="36e7891" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="477" height="91" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://www.curiousfutureinsight.org/wp-content/uploads/vfa-Logo_CMYK.jpg" class="attachment-medium_large size-medium_large wp-image-14260 lazyload" alt="" /><noscript><img loading="lazy" decoding="async" width="477" height="91" src="https://www.curiousfutureinsight.org/wp-content/uploads/vfa-Logo_CMYK.jpg" class="attachment-medium_large size-medium_large wp-image-14260 lazyload" alt="" /></noscript></div></div></div></div></div></section></div></article></div></div></div><div class="elementor-element elementor-element-fa46a98 elementor-hidden-desktop elementor-widget elementor-widget-button" data-id="fa46a98" data-element_type="widget" data-widget_type="button.default"><div class="elementor-widget-container"><div class="elementor-button-wrapper"> <a class="elementor-button elementor-button-link elementor-size-sm" href="https://www.curiousfutureinsight.org/partners"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-icon"> <i aria-hidden="true" class="fas fa-long-arrow-alt-right"></i> </span> <span class="elementor-button-text">All Partners</span> </span> </a></div></div></div></div></div></div></section><section data-dce-background-overlay-color="#093C66" class="elementor-section elementor-top-section elementor-element elementor-element-006af2a elementor-section-height-min-height elementor-section-items-stretch elementor-section-boxed elementor-section-height-default" data-id="006af2a" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[],&quot;shape_divider_top&quot;:&quot;curve-asymmetrical&quot;,&quot;shape_divider_top_negative&quot;:&quot;yes&quot;,&quot;shape_divider_bottom_negative&quot;:&quot;yes&quot;,&quot;shape_divider_bottom&quot;:&quot;curve-asymmetrical&quot;}"><div class="elementor-background-overlay"></div><div class="elementor-shape elementor-shape-top" data-negative="true"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 100" preserveAspectRatio="none"> <path class="elementor-shape-fill" d="M615.2,96.7C240.2,97.8,0,18.9,0,0v100h1000V0C1000,19.2,989.8,96,615.2,96.7z"/> </svg></div><div class="elementor-shape elementor-shape-bottom" data-negative="true"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 100" preserveAspectRatio="none"> <path class="elementor-shape-fill" d="M615.2,96.7C240.2,97.8,0,18.9,0,0v100h1000V0C1000,19.2,989.8,96,615.2,96.7z"/> </svg></div><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e23d4e5" data-id="e23d4e5" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="jet-satellite-widget elementor-element elementor-element-c3749b3 elementor-widget__width-auto elementor-absolute elementor-widget elementor-widget-image" data-jet-tricks-settings="{&quot;satellite&quot;:&quot;true&quot;,&quot;satelliteType&quot;:&quot;image&quot;,&quot;satellitePosition&quot;:&quot;bottom-right&quot;}" data-id="c3749b3" data-element_type="widget" data-settings="{&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_translateY_effect&quot;:&quot;yes&quot;,&quot;motion_fx_translateY_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;_position&quot;:&quot;absolute&quot;,&quot;motion_fx_translateY_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:100}},&quot;motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}" data-widget_type="image.default"><div class="elementor-widget-container"><div class="jet-tricks-satellite jet-tricks-satellite--bottom-right"><div class="jet-tricks-satellite__inner"><div class="jet-tricks-satellite__image"><img decoding="async" class="jet-tricks-satellite__image-instance lazyload" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://www.curiousfutureinsight.org/wp-content/uploads/2021/11/lens_flare.png" alt=""><noscript><img decoding="async" class="jet-tricks-satellite__image-instance lazyload" src="https://www.curiousfutureinsight.org/wp-content/uploads/2021/11/lens_flare.png" alt=""></noscript></div></div></div> <img decoding="async" width="800" height="805" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://www.curiousfutureinsight.org/wp-content/uploads/blue_orb.svg" class="attachment-large size-large wp-image-5385 lazyload" alt="" /><noscript><img decoding="async" width="800" height="805" src="https://www.curiousfutureinsight.org/wp-content/uploads/blue_orb.svg" class="attachment-large size-large wp-image-5385 lazyload" alt="" /></noscript></div></div><div class="elementor-element elementor-element-11fe8d5 elementor-widget__width-auto elementor-absolute elementor-widget elementor-widget-image" data-id="11fe8d5" data-element_type="widget" data-settings="{&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_translateY_effect&quot;:&quot;yes&quot;,&quot;motion_fx_translateY_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0.5,&quot;sizes&quot;:[]},&quot;_position&quot;:&quot;absolute&quot;,&quot;motion_fx_translateY_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:100}},&quot;motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}" data-widget_type="image.default"><div class="elementor-widget-container"> <img decoding="async" width="800" height="805" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://www.curiousfutureinsight.org/wp-content/uploads/blue_orb.svg" class="attachment-large size-large wp-image-5385 lazyload" alt="" /><noscript><img decoding="async" width="800" height="805" src="https://www.curiousfutureinsight.org/wp-content/uploads/blue_orb.svg" class="attachment-large size-large wp-image-5385 lazyload" alt="" /></noscript></div></div><div class="elementor-element elementor-element-971b7a0 elementor-position-left elementor-view-default elementor-mobile-position-top elementor-vertical-align-top elementor-widget elementor-widget-icon-box" data-id="971b7a0" data-element_type="widget" data-widget_type="icon-box.default"><div class="elementor-widget-container"><div class="elementor-icon-box-wrapper"><div class="elementor-icon-box-icon"> <span class="elementor-icon elementor-animation-"> <i aria-hidden="true" class="fas fa-quote-left"></i> </span></div><div class="elementor-icon-box-content"><div class="elementor-icon-box-title"> <span > Incredible networking opportunity. </span></div><p class="elementor-icon-box-description"> - Participant Future Insight Days 2021</p></div></div></div></div></div></div></div></section><section data-dce-background-color="#E8F0F3" class="elementor-section elementor-top-section elementor-element elementor-element-502a4dc elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="502a4dc" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[],&quot;background_background&quot;:&quot;gradient&quot;}"><div class="elementor-container elementor-column-gap-default"><div data-dce-background-image-url="https://www.curiousfutureinsight.org/wp-content/uploads/JulianHukePhotography-_A1_1146-scaled-1.webp" class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-3a90497" data-id="3a90497" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-7e7ad82 elementor-widget elementor-widget-spacer" data-id="7e7ad82" data-element_type="widget" data-widget_type="spacer.default"><div class="elementor-widget-container"><div class="elementor-spacer"><div class="elementor-spacer-inner"></div></div></div></div></div></div><div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-aee849d column-right" data-id="aee849d" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-f9b9445 elementor-widget elementor-widget-heading" data-id="f9b9445" data-element_type="widget" data-settings="{&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}" data-widget_type="heading.default"><div class="elementor-widget-container"><h1 class="elementor-heading-title elementor-size-default">Latest Tweets</h1></div></div><div class="elementor-element elementor-element-9ab48d9 elementor-widget elementor-widget-heading" data-id="9ab48d9" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">Find the latest social media posts and updates of the Curious – Future Insight™ Conference.</div></div></div><div class="elementor-element elementor-element-052dc61 elementor-widget elementor-widget-html" data-id="052dc61" data-element_type="widget" data-widget_type="html.default"><div class="elementor-widget-container"> <script type="rocketlazyloadscript" data-minify="1" async data-rocket-src="https://www.curiousfutureinsight.org/wp-content/cache/min/1/js/wallsio-widget-1.2.js?ver=1729223746" data-wallurl="https://my.walls.io/x-board?layout=carousel&nobackground=1&amp;show_header=0&amp;initial_posts=16" data-title="Curious2024 Dream Board" data-width="100%" data-autoheight="1" data-height="310" data-lazyload="1"></script></div></div><div class="elementor-element elementor-element-5cc7659 elementor-widget elementor-widget-button" data-id="5cc7659" data-element_type="widget" data-widget_type="button.default"><div class="elementor-widget-container"><div class="elementor-button-wrapper"> <a class="elementor-button elementor-button-link elementor-size-sm" href="https://www.curiousfutureinsight.org/twitter-feed/"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-icon"> <i aria-hidden="true" class="fas fa-long-arrow-alt-right"></i> </span> <span class="elementor-button-text">Visit X Feed</span> </span> </a></div></div></div></div></div></div></section><section data-dce-background-overlay-color="#093C66" class="elementor-section elementor-top-section elementor-element elementor-element-7413470 elementor-section-height-min-height elementor-section-items-stretch elementor-section-boxed elementor-section-height-default" data-id="7413470" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[],&quot;shape_divider_top&quot;:&quot;curve-asymmetrical&quot;,&quot;shape_divider_top_negative&quot;:&quot;yes&quot;,&quot;shape_divider_bottom&quot;:&quot;curve-asymmetrical&quot;,&quot;shape_divider_bottom_negative&quot;:&quot;yes&quot;}"><div class="elementor-background-overlay"></div><div class="elementor-shape elementor-shape-top" data-negative="true"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 100" preserveAspectRatio="none"> <path class="elementor-shape-fill" d="M615.2,96.7C240.2,97.8,0,18.9,0,0v100h1000V0C1000,19.2,989.8,96,615.2,96.7z"/> </svg></div><div class="elementor-shape elementor-shape-bottom" data-negative="true"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 100" preserveAspectRatio="none"> <path class="elementor-shape-fill" d="M615.2,96.7C240.2,97.8,0,18.9,0,0v100h1000V0C1000,19.2,989.8,96,615.2,96.7z"/> </svg></div><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-5f27ec9" data-id="5f27ec9" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="jet-satellite-widget elementor-element elementor-element-16bbc67 elementor-widget__width-auto elementor-absolute elementor-widget elementor-widget-image" data-jet-tricks-settings="{&quot;satellite&quot;:&quot;true&quot;,&quot;satelliteType&quot;:&quot;image&quot;,&quot;satellitePosition&quot;:&quot;bottom-right&quot;}" data-id="16bbc67" data-element_type="widget" data-settings="{&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_translateY_effect&quot;:&quot;yes&quot;,&quot;motion_fx_translateY_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;_position&quot;:&quot;absolute&quot;,&quot;motion_fx_translateY_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:100}},&quot;motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}" data-widget_type="image.default"><div class="elementor-widget-container"><div class="jet-tricks-satellite jet-tricks-satellite--bottom-right"><div class="jet-tricks-satellite__inner"><div class="jet-tricks-satellite__image"><img decoding="async" class="jet-tricks-satellite__image-instance lazyload" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://www.curiousfutureinsight.org/wp-content/uploads/2021/11/lens_flare.png" alt=""><noscript><img decoding="async" class="jet-tricks-satellite__image-instance lazyload" src="https://www.curiousfutureinsight.org/wp-content/uploads/2021/11/lens_flare.png" alt=""></noscript></div></div></div> <img decoding="async" width="800" height="805" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://www.curiousfutureinsight.org/wp-content/uploads/blue_orb.svg" class="attachment-large size-large wp-image-5385 lazyload" alt="" /><noscript><img decoding="async" width="800" height="805" src="https://www.curiousfutureinsight.org/wp-content/uploads/blue_orb.svg" class="attachment-large size-large wp-image-5385 lazyload" alt="" /></noscript></div></div><div class="elementor-element elementor-element-bac217e elementor-widget__width-auto elementor-absolute elementor-widget elementor-widget-image" data-id="bac217e" data-element_type="widget" data-settings="{&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_translateY_effect&quot;:&quot;yes&quot;,&quot;motion_fx_translateY_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0.5,&quot;sizes&quot;:[]},&quot;_position&quot;:&quot;absolute&quot;,&quot;motion_fx_translateY_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:100}},&quot;motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}" data-widget_type="image.default"><div class="elementor-widget-container"> <img decoding="async" width="800" height="805" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://www.curiousfutureinsight.org/wp-content/uploads/blue_orb.svg" class="attachment-large size-large wp-image-5385 lazyload" alt="" /><noscript><img decoding="async" width="800" height="805" src="https://www.curiousfutureinsight.org/wp-content/uploads/blue_orb.svg" class="attachment-large size-large wp-image-5385 lazyload" alt="" /></noscript></div></div><div class="elementor-element elementor-element-38ad472 elementor-position-left elementor-view-default elementor-mobile-position-top elementor-vertical-align-top elementor-widget elementor-widget-icon-box" data-id="38ad472" data-element_type="widget" data-widget_type="icon-box.default"><div class="elementor-widget-container"><div class="elementor-icon-box-wrapper"><div class="elementor-icon-box-icon"> <span class="elementor-icon elementor-animation-"> <i aria-hidden="true" class="fas fa-quote-left"></i> </span></div><div class="elementor-icon-box-content"><div class="elementor-icon-box-title"> <span > It's the events like these that keep me inspired and excited for the future. </span></div><p class="elementor-icon-box-description"> - Participant Curious2022</p></div></div></div></div></div></div></div></section><section data-dce-background-color="#E8F0F3" class="elementor-section elementor-top-section elementor-element elementor-element-1b4d039 elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="1b4d039" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[],&quot;background_background&quot;:&quot;gradient&quot;}"><div class="elementor-container elementor-column-gap-default"><div data-dce-background-image-url="https://www.curiousfutureinsight.org/wp-content/uploads/JulianHukePhotography-_A1_0059-scaled-1.webp" class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-b42d155" data-id="b42d155" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-46ced59 elementor-widget elementor-widget-spacer" data-id="46ced59" data-element_type="widget" data-widget_type="spacer.default"><div class="elementor-widget-container"><div class="elementor-spacer"><div class="elementor-spacer-inner"></div></div></div></div></div></div><div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-ef96264 column-right" data-id="ef96264" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-7ffc8fa elementor-widget elementor-widget-heading" data-id="7ffc8fa" data-element_type="widget" data-settings="{&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}" data-widget_type="heading.default"><div class="elementor-widget-container"><h1 class="elementor-heading-title elementor-size-xxl">Dream Board</h1></div></div><div class="elementor-element elementor-element-cb32c47 elementor-widget elementor-widget-heading" data-id="cb32c47" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default"><span style="color: rgb(51, 51, 51); white-space: normal;">The Future Insight™ prize is awarded to honour outstanding achievements in science and technology that help to realize visionary dream products important for humanity.</span><span style="color: rgb(51, 51, 51);"> </span></div></div></div><div class="elementor-element elementor-element-dcfa724 elementor-widget elementor-widget-heading" data-id="dcfa724" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default"><span style="color: rgb(51, 51, 51);">What are your dream products? Which products or technologies do you think should be developed within the next 35 years? </span><span style="color: rgb(51, 51, 51); background-color: transparent;">What are your dreams for a bright future where science &amp; technology can contribute to make a difference? </span></div></div></div><div class="elementor-element elementor-element-2c789c1 elementor-widget elementor-widget-button" data-id="2c789c1" data-element_type="widget" data-widget_type="button.default"><div class="elementor-widget-container"><div class="elementor-button-wrapper"> <a class="elementor-button elementor-button-link elementor-size-sm" href="https://www.curiousfutureinsight.org/dreamboard/"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-icon"> <i aria-hidden="true" class="fas fa-long-arrow-alt-right"></i> </span> <span class="elementor-button-text">Explore Dreams</span> </span> </a></div></div></div></div></div></div></section><section data-dce-background-overlay-color="#093C66" class="elementor-section elementor-top-section elementor-element elementor-element-e926759 elementor-section-height-min-height elementor-section-items-stretch elementor-section-boxed elementor-section-height-default" data-id="e926759" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[],&quot;shape_divider_top&quot;:&quot;curve-asymmetrical&quot;,&quot;shape_divider_top_negative&quot;:&quot;yes&quot;,&quot;shape_divider_bottom&quot;:&quot;curve-asymmetrical&quot;,&quot;shape_divider_bottom_negative&quot;:&quot;yes&quot;}"><div class="elementor-background-overlay"></div><div class="elementor-shape elementor-shape-top" data-negative="true"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 100" preserveAspectRatio="none"> <path class="elementor-shape-fill" d="M615.2,96.7C240.2,97.8,0,18.9,0,0v100h1000V0C1000,19.2,989.8,96,615.2,96.7z"/> </svg></div><div class="elementor-shape elementor-shape-bottom" data-negative="true"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 100" preserveAspectRatio="none"> <path class="elementor-shape-fill" d="M615.2,96.7C240.2,97.8,0,18.9,0,0v100h1000V0C1000,19.2,989.8,96,615.2,96.7z"/> </svg></div><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f256c8c" data-id="f256c8c" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="jet-satellite-widget elementor-element elementor-element-290df8d elementor-widget__width-auto elementor-absolute elementor-widget elementor-widget-image" data-jet-tricks-settings="{&quot;satellite&quot;:&quot;true&quot;,&quot;satelliteType&quot;:&quot;image&quot;,&quot;satellitePosition&quot;:&quot;bottom-right&quot;}" data-id="290df8d" data-element_type="widget" data-settings="{&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_translateY_effect&quot;:&quot;yes&quot;,&quot;motion_fx_translateY_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;_position&quot;:&quot;absolute&quot;,&quot;motion_fx_translateY_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:100}},&quot;motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}" data-widget_type="image.default"><div class="elementor-widget-container"><div class="jet-tricks-satellite jet-tricks-satellite--bottom-right"><div class="jet-tricks-satellite__inner"><div class="jet-tricks-satellite__image"><img decoding="async" class="jet-tricks-satellite__image-instance lazyload" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://www.curiousfutureinsight.org/wp-content/uploads/2021/11/lens_flare.png" alt=""><noscript><img decoding="async" class="jet-tricks-satellite__image-instance lazyload" src="https://www.curiousfutureinsight.org/wp-content/uploads/2021/11/lens_flare.png" alt=""></noscript></div></div></div> <img decoding="async" width="800" height="805" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://www.curiousfutureinsight.org/wp-content/uploads/blue_orb.svg" class="attachment-large size-large wp-image-5385 lazyload" alt="" /><noscript><img decoding="async" width="800" height="805" src="https://www.curiousfutureinsight.org/wp-content/uploads/blue_orb.svg" class="attachment-large size-large wp-image-5385 lazyload" alt="" /></noscript></div></div><div class="elementor-element elementor-element-1d3e970 elementor-widget__width-auto elementor-absolute elementor-widget elementor-widget-image" data-id="1d3e970" data-element_type="widget" data-settings="{&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_translateY_effect&quot;:&quot;yes&quot;,&quot;motion_fx_translateY_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0.5,&quot;sizes&quot;:[]},&quot;_position&quot;:&quot;absolute&quot;,&quot;motion_fx_translateY_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:100}},&quot;motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}" data-widget_type="image.default"><div class="elementor-widget-container"> <img decoding="async" width="800" height="805" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://www.curiousfutureinsight.org/wp-content/uploads/blue_orb.svg" class="attachment-large size-large wp-image-5385 lazyload" alt="" /><noscript><img decoding="async" width="800" height="805" src="https://www.curiousfutureinsight.org/wp-content/uploads/blue_orb.svg" class="attachment-large size-large wp-image-5385 lazyload" alt="" /></noscript></div></div><div class="elementor-element elementor-element-b3bf495 elementor-position-left elementor-view-default elementor-mobile-position-top elementor-vertical-align-top elementor-widget elementor-widget-icon-box" data-id="b3bf495" data-element_type="widget" data-widget_type="icon-box.default"><div class="elementor-widget-container"><div class="elementor-icon-box-wrapper"><div class="elementor-icon-box-icon"> <span class="elementor-icon elementor-animation-"> <i aria-hidden="true" class="fas fa-quote-left"></i> </span></div><div class="elementor-icon-box-content"><div class="elementor-icon-box-title"> <span > Such days let us hope for the world </span></div><p class="elementor-icon-box-description"> - Participant Curious2018</p></div></div></div></div></div></div></div></section><section data-dce-background-color="#E8F0F3" class="elementor-section elementor-top-section elementor-element elementor-element-1e129d5 elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="1e129d5" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[],&quot;background_background&quot;:&quot;gradient&quot;}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-399ffad" data-id="399ffad" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-4f048ed elementor-widget elementor-widget-heading" data-id="4f048ed" data-element_type="widget" data-settings="{&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}" data-widget_type="heading.default"><div class="elementor-widget-container"><h1 class="elementor-heading-title elementor-size-default">Curious?</h1></div></div><div class="elementor-element elementor-element-08b96cf elementor-widget elementor-widget-heading" data-id="08b96cf" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">Discover the latest videos and take a look inside past conferences to get a taste of what’s in store at Curious2024 – Future Insight™ Conference.</div></div></div><div class="elementor-element elementor-element-dd07c93 elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-button" data-id="dd07c93" data-element_type="widget" data-widget_type="button.default"><div class="elementor-widget-container"><div class="elementor-button-wrapper"> <a class="elementor-button elementor-button-link elementor-size-sm" href="https://www.curiousfutureinsight.org/media-library-items/"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-icon"> <i aria-hidden="true" class="fas fa-long-arrow-alt-right"></i> </span> <span class="elementor-button-text">Media Library</span> </span> </a></div></div></div></div></div><div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-432dd52 column-right" data-id="432dd52" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-90553c1 dce-posts-layout-template dce-carousel-effect-slide hover-animation-yes elementor-widget elementor-widget-dce-dynamicposts-v2" data-id="90553c1" data-element_type="widget" data-settings="{&quot;style_items&quot;:&quot;template&quot;,&quot;carousel_slidesPerView&quot;:3,&quot;carousel_spaceBetween&quot;:10,&quot;carousel_keyboardControl&quot;:&quot;yes&quot;,&quot;carousel_mousewheelControl&quot;:&quot;yes&quot;,&quot;carousel_slidesColumn&quot;:1,&quot;carousel_initialSlide&quot;:1,&quot;carousel_slidesPerView_mobile&quot;:1,&quot;carousel_slidesColumn_mobile&quot;:1,&quot;carousel_speed_slider&quot;:300,&quot;carousel_effects&quot;:&quot;slide&quot;,&quot;carousel_direction_slider&quot;:&quot;horizontal&quot;,&quot;carousel_slidesPerGroup&quot;:1,&quot;carousel_useNavigation&quot;:&quot;yes&quot;,&quot;carousel_slidesOffsetBefore&quot;:0,&quot;carousel_slidesOffsetAfter&quot;:0,&quot;carousel_slidesPerColumnFill&quot;:&quot;row&quot;}" data-widget_type="dce-dynamicposts-v2.carousel"><div class="elementor-widget-container"><div class="dce-fix-background-loop dce-posts-container dce-posts dce-dynamic-posts-collection swiper dce-skin-carousel"><div class="dce-posts-wrapper swiper-wrapper dce-wrapper-carousel"><article class="post-5698 media-library-items type-media-library-items status-publish has-post-thumbnail hentry sliders-2021-future-insight-days sliders-homepage conferences-2021-future-insight-days media-types-video dce-post dce-post-item swiper-slide dce-item-carousel" data-dce-post-id="5698" data-dce-post-index="0"><div class="dce-post-block"> <style id="elementor-post-5145">.elementor-5145 .elementor-element.elementor-element-2b3e8ea9 > .elementor-container{min-height:280px;}.elementor-5145 .elementor-element.elementor-element-2b3e8ea9 .elementor-repeater-item-e4f8090.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-bc-flex-widget .elementor-5145 .elementor-element.elementor-element-6f4cffc4.elementor-column .elementor-widget-wrap{align-items:space-between;}.elementor-5145 .elementor-element.elementor-element-6f4cffc4.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:space-between;align-items:space-between;}.elementor-5145 .elementor-element.elementor-element-6f4cffc4 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-5145 .elementor-element.elementor-element-6f4cffc4:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-5145 .elementor-element.elementor-element-6f4cffc4 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-position:center center;background-size:cover;}.elementor-5145 .elementor-element.elementor-element-6f4cffc4 > .elementor-element-populated > .elementor-background-overlay{background-color:transparent;background-image:linear-gradient(180deg, #00000000 0%, #000000C4 61%);opacity:0.5;}.elementor-5145 .elementor-element.elementor-element-6f4cffc4:hover > .elementor-element-populated > .elementor-background-overlay{background-color:var( --e-global-color-cde2bbe );opacity:0.5;}.elementor-5145 .elementor-element.elementor-element-6f4cffc4 > .elementor-element-populated{border-style:solid;border-width:0px 0px 0px 0px;border-color:var( --e-global-color-primary );transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:20px 24px 20px 24px;}.elementor-5145 .elementor-element.elementor-element-6f4cffc4 > .elementor-element-populated, .elementor-5145 .elementor-element.elementor-element-6f4cffc4 > .elementor-element-populated > .elementor-background-overlay, .elementor-5145 .elementor-element.elementor-element-6f4cffc4 > .elementor-background-slideshow{border-radius:15px 15px 15px 15px;}.elementor-5145 .elementor-element.elementor-element-6f4cffc4 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.5s, border-radius 0.3s, opacity 0.5s;}.elementor-5145 .elementor-element.elementor-element-6b14343{--spacer-size:30px;}.elementor-5145 .elementor-element.elementor-element-ec3fc9c .elementor-icon-wrapper{text-align:center;}.elementor-5145 .elementor-element.elementor-element-ec3fc9c.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-primary );}.elementor-5145 .elementor-element.elementor-element-ec3fc9c.elementor-view-framed .elementor-icon, .elementor-5145 .elementor-element.elementor-element-ec3fc9c.elementor-view-default .elementor-icon{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-5145 .elementor-element.elementor-element-ec3fc9c.elementor-view-framed .elementor-icon, .elementor-5145 .elementor-element.elementor-element-ec3fc9c.elementor-view-default .elementor-icon svg{fill:var( --e-global-color-primary );}.elementor-5145 .elementor-element.elementor-element-ec3fc9c .elementor-icon{font-size:68px;}.elementor-5145 .elementor-element.elementor-element-ec3fc9c .elementor-icon svg{height:68px;}.elementor-5145 .elementor-element.elementor-element-2287a696 .elementor-heading-title{color:var( --e-global-color-primary );font-family:"Raleway", Sans-serif;font-size:1.25em;font-weight:500;line-height:1.2em;}.elementor-5145 .elementor-element.elementor-element-2b3e8ea9{padding:10px 10px 10px 10px;}</style><style id="elementor-post-dynamic-5145">.elementor-5145 .elementor-element.elementor-element-6f4cffc4:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-5145 .elementor-element.elementor-element-6f4cffc4 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://www.curiousfutureinsight.org/wp-content/uploads/Future-Insight-Days_2021_H264_1080_2021-12-10_PS_Highlights.jpg");}</style><style>.elementor-5145 .elementor-element.elementor-element-2b3e8ea9 > .elementor-container{min-height:280px;}.elementor-5145 .elementor-element.elementor-element-2b3e8ea9 .elementor-repeater-item-e4f8090.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-bc-flex-widget .elementor-5145 .elementor-element.elementor-element-6f4cffc4.elementor-column .elementor-widget-wrap{align-items:space-between;}.elementor-5145 .elementor-element.elementor-element-6f4cffc4.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:space-between;align-items:space-between;}.elementor-5145 .elementor-element.elementor-element-6f4cffc4 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-5145 .elementor-element.elementor-element-6f4cffc4:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-5145 .elementor-element.elementor-element-6f4cffc4 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-position:center center;background-size:cover;}.elementor-5145 .elementor-element.elementor-element-6f4cffc4 > .elementor-element-populated > .elementor-background-overlay{background-color:transparent;background-image:linear-gradient(180deg, #00000000 0%, #000000C4 61%);opacity:0.5;}.elementor-5145 .elementor-element.elementor-element-6f4cffc4:hover > .elementor-element-populated > .elementor-background-overlay{background-color:var( --e-global-color-cde2bbe );opacity:0.5;}.elementor-5145 .elementor-element.elementor-element-6f4cffc4 > .elementor-element-populated{border-style:solid;border-width:0px 0px 0px 0px;border-color:var( --e-global-color-primary );transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:20px 24px 20px 24px;}.elementor-5145 .elementor-element.elementor-element-6f4cffc4 > .elementor-element-populated, .elementor-5145 .elementor-element.elementor-element-6f4cffc4 > .elementor-element-populated > .elementor-background-overlay, .elementor-5145 .elementor-element.elementor-element-6f4cffc4 > .elementor-background-slideshow{border-radius:15px 15px 15px 15px;}.elementor-5145 .elementor-element.elementor-element-6f4cffc4 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.5s, border-radius 0.3s, opacity 0.5s;}.elementor-5145 .elementor-element.elementor-element-6b14343{--spacer-size:30px;}.elementor-5145 .elementor-element.elementor-element-ec3fc9c .elementor-icon-wrapper{text-align:center;}.elementor-5145 .elementor-element.elementor-element-ec3fc9c.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-primary );}.elementor-5145 .elementor-element.elementor-element-ec3fc9c.elementor-view-framed .elementor-icon, .elementor-5145 .elementor-element.elementor-element-ec3fc9c.elementor-view-default .elementor-icon{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-5145 .elementor-element.elementor-element-ec3fc9c.elementor-view-framed .elementor-icon, .elementor-5145 .elementor-element.elementor-element-ec3fc9c.elementor-view-default .elementor-icon svg{fill:var( --e-global-color-primary );}.elementor-5145 .elementor-element.elementor-element-ec3fc9c .elementor-icon{font-size:68px;}.elementor-5145 .elementor-element.elementor-element-ec3fc9c .elementor-icon svg{height:68px;}.elementor-5145 .elementor-element.elementor-element-2287a696 .elementor-heading-title{color:var( --e-global-color-primary );font-family:"Raleway", Sans-serif;font-size:1.25em;font-weight:500;line-height:1.2em;}.elementor-5145 .elementor-element.elementor-element-2b3e8ea9{padding:10px 10px 10px 10px;}</style><div data-elementor-type="loop" data-elementor-id="5145" class="elementor elementor-5145 dce-elementor-rendering-id-81 post-5698 media-library-items type-media-library-items status-publish has-post-thumbnail hentry sliders-2021-future-insight-days sliders-homepage conferences-2021-future-insight-days media-types-video" data-elementor-post-type="elementor_library"><section class="elementor-section elementor-top-section elementor-element elementor-element-2b3e8ea9 elementor-section-height-min-height elementor-section-items-stretch section-loop-video elementor-section-boxed elementor-section-height-default" data-id="2b3e8ea9" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;_id&quot;:&quot;e4f8090&quot;,&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}"><div class="elementor-container elementor-column-gap-default"><div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-6f4cffc4 shadow-medium radius-medium" style="cursor: pointer;" data-column-clickable="https://www.curiousfutureinsight.org/media-library-items/highlights-of-the-2021-future-insight-days/" data-column-clickable-blank="_self" data-dce-background-overlay-color="#00000000" data-dce-background-image-url="https://www.curiousfutureinsight.org/wp-content/uploads/Future-Insight-Days_2021_H264_1080_2021-12-10_PS_Highlights.jpg" data-id="6f4cffc4" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><div class="elementor-element elementor-element-6b14343 elementor-widget elementor-widget-spacer" data-id="6b14343" data-element_type="widget" data-widget_type="spacer.default"><div class="elementor-widget-container"><div class="elementor-spacer"><div class="elementor-spacer-inner"></div></div></div></div><div class="elementor-element elementor-element-ec3fc9c elementor-view-default elementor-widget elementor-widget-icon" data-id="ec3fc9c" data-element_type="widget" data-widget_type="icon.default"><div class="elementor-widget-container"><div class="elementor-icon-wrapper"> <a class="elementor-icon" href="https://www.curiousfutureinsight.org/media-library-items/highlights-of-the-2021-future-insight-days/"> <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Layer_1" x="0px" y="0px" viewBox="0 0 11.4 11.4" style="enable-background:new 0 0 11.4 11.4;" xml:space="preserve"><style type="text/css"> .st0{fill:#FFFFFF;}</style><g> <path class="st0" d="M11.4,5.7c0,1.6-0.5,2.9-1.6,4c-1.1,1.1-2.4,1.7-4.1,1.7c-0.8,0-1.5-0.1-2.2-0.4c-0.7-0.3-1.3-0.7-1.8-1.3 C0.6,8.6,0,7.3,0,5.7c0-1.6,0.6-3,1.7-4.1C2.8,0.5,4.1,0,5.7,0c1.6,0,2.9,0.5,4.1,1.6C10.9,2.8,11.4,4.1,11.4,5.7z M7.7,0.8 c-0.6-0.3-1.3-0.4-2-0.4c-0.7,0-1.4,0.1-2,0.4C3.1,1.1,2.6,1.5,2.1,2C1.5,2.5,1.1,3.1,0.9,3.7C0.6,4.3,0.5,5,0.5,5.7s0.1,1.4,0.4,2 c0.3,0.6,0.6,1.2,1.2,1.7c0.5,0.5,1,0.9,1.6,1.2S5,11,5.7,11c0.7,0,1.4-0.1,2-0.4c0.6-0.3,1.2-0.7,1.7-1.2c1-1,1.5-2.2,1.5-3.7 c0-0.7-0.1-1.4-0.4-2C10.3,3.1,9.9,2.5,9.4,2C8.9,1.5,8.3,1.1,7.7,0.8z M7.4,5.9L5,7.4v-3L7.4,5.9z"></path></g></svg> </a></div></div></div><div class="elementor-element elementor-element-2287a696 elementor-widget elementor-widget-heading" data-id="2287a696" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h4 class="elementor-heading-title elementor-size-default">2021 Future Insight™ Days Highlights</h4></div></div></div></div></div></section></div></div></article><article class="post-5701 media-library-items type-media-library-items status-publish has-post-thumbnail hentry sliders-2021-future-insight-days sliders-homepage topics_media_library-pandemic-preparedness speakers-matthias-heinzel conferences-2021-future-insight-days media-types-video dce-post dce-post-item swiper-slide dce-item-carousel" data-dce-post-id="5701" data-dce-post-index="1"><div class="dce-post-block"> <style>.elementor-5145 .elementor-element.elementor-element-2b3e8ea9 > .elementor-container{min-height:280px;}.elementor-5145 .elementor-element.elementor-element-2b3e8ea9 .elementor-repeater-item-e4f8090.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-bc-flex-widget .elementor-5145 .elementor-element.elementor-element-6f4cffc4.elementor-column .elementor-widget-wrap{align-items:space-between;}.elementor-5145 .elementor-element.elementor-element-6f4cffc4.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:space-between;align-items:space-between;}.elementor-5145 .elementor-element.elementor-element-6f4cffc4 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-5145 .elementor-element.elementor-element-6f4cffc4:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-5145 .elementor-element.elementor-element-6f4cffc4 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-position:center center;background-size:cover;}.elementor-5145 .elementor-element.elementor-element-6f4cffc4 > .elementor-element-populated > .elementor-background-overlay{background-color:transparent;background-image:linear-gradient(180deg, #00000000 0%, #000000C4 61%);opacity:0.5;}.elementor-5145 .elementor-element.elementor-element-6f4cffc4:hover > .elementor-element-populated > .elementor-background-overlay{background-color:var( --e-global-color-cde2bbe );opacity:0.5;}.elementor-5145 .elementor-element.elementor-element-6f4cffc4 > .elementor-element-populated{border-style:solid;border-width:0px 0px 0px 0px;border-color:var( --e-global-color-primary );transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:20px 24px 20px 24px;}.elementor-5145 .elementor-element.elementor-element-6f4cffc4 > .elementor-element-populated, .elementor-5145 .elementor-element.elementor-element-6f4cffc4 > .elementor-element-populated > .elementor-background-overlay, .elementor-5145 .elementor-element.elementor-element-6f4cffc4 > .elementor-background-slideshow{border-radius:15px 15px 15px 15px;}.elementor-5145 .elementor-element.elementor-element-6f4cffc4 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.5s, border-radius 0.3s, opacity 0.5s;}.elementor-5145 .elementor-element.elementor-element-6b14343{--spacer-size:30px;}.elementor-5145 .elementor-element.elementor-element-ec3fc9c .elementor-icon-wrapper{text-align:center;}.elementor-5145 .elementor-element.elementor-element-ec3fc9c.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-primary );}.elementor-5145 .elementor-element.elementor-element-ec3fc9c.elementor-view-framed .elementor-icon, .elementor-5145 .elementor-element.elementor-element-ec3fc9c.elementor-view-default .elementor-icon{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-5145 .elementor-element.elementor-element-ec3fc9c.elementor-view-framed .elementor-icon, .elementor-5145 .elementor-element.elementor-element-ec3fc9c.elementor-view-default .elementor-icon svg{fill:var( --e-global-color-primary );}.elementor-5145 .elementor-element.elementor-element-ec3fc9c .elementor-icon{font-size:68px;}.elementor-5145 .elementor-element.elementor-element-ec3fc9c .elementor-icon svg{height:68px;}.elementor-5145 .elementor-element.elementor-element-2287a696 .elementor-heading-title{color:var( --e-global-color-primary );font-family:"Raleway", Sans-serif;font-size:1.25em;font-weight:500;line-height:1.2em;}.elementor-5145 .elementor-element.elementor-element-2b3e8ea9{padding:10px 10px 10px 10px;}</style><div data-elementor-type="loop" data-elementor-id="5145" class="elementor elementor-5145 dce-elementor-rendering-id-82 post-5701 media-library-items type-media-library-items status-publish has-post-thumbnail hentry sliders-2021-future-insight-days sliders-homepage topics_media_library-pandemic-preparedness speakers-matthias-heinzel conferences-2021-future-insight-days media-types-video" data-elementor-post-type="elementor_library"><section class="elementor-section elementor-top-section elementor-element elementor-element-2b3e8ea9 elementor-section-height-min-height elementor-section-items-stretch section-loop-video elementor-section-boxed elementor-section-height-default" data-id="2b3e8ea9" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;_id&quot;:&quot;e4f8090&quot;,&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}"><div class="elementor-container elementor-column-gap-default"><div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-6f4cffc4 shadow-medium radius-medium" style="cursor: pointer;" data-column-clickable="https://www.curiousfutureinsight.org/media-library-items/mit-panel-reimagining-the-global-health-system-in-a-post-covid-world/" data-column-clickable-blank="_self" data-dce-background-overlay-color="#00000000" data-dce-background-image-url="https://www.curiousfutureinsight.org/wp-content/uploads/Day-3_MIT_Panel-introducedbyMatthiasHeinzel-1.jpg" data-id="6f4cffc4" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><div class="elementor-element elementor-element-6b14343 elementor-widget elementor-widget-spacer" data-id="6b14343" data-element_type="widget" data-widget_type="spacer.default"><div class="elementor-widget-container"><div class="elementor-spacer"><div class="elementor-spacer-inner"></div></div></div></div><div class="elementor-element elementor-element-ec3fc9c elementor-view-default elementor-widget elementor-widget-icon" data-id="ec3fc9c" data-element_type="widget" data-widget_type="icon.default"><div class="elementor-widget-container"><div class="elementor-icon-wrapper"> <a class="elementor-icon" href="https://www.curiousfutureinsight.org/media-library-items/mit-panel-reimagining-the-global-health-system-in-a-post-covid-world/"> <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Layer_1" x="0px" y="0px" viewBox="0 0 11.4 11.4" style="enable-background:new 0 0 11.4 11.4;" xml:space="preserve"><style type="text/css"> .st0{fill:#FFFFFF;}</style><g> <path class="st0" d="M11.4,5.7c0,1.6-0.5,2.9-1.6,4c-1.1,1.1-2.4,1.7-4.1,1.7c-0.8,0-1.5-0.1-2.2-0.4c-0.7-0.3-1.3-0.7-1.8-1.3 C0.6,8.6,0,7.3,0,5.7c0-1.6,0.6-3,1.7-4.1C2.8,0.5,4.1,0,5.7,0c1.6,0,2.9,0.5,4.1,1.6C10.9,2.8,11.4,4.1,11.4,5.7z M7.7,0.8 c-0.6-0.3-1.3-0.4-2-0.4c-0.7,0-1.4,0.1-2,0.4C3.1,1.1,2.6,1.5,2.1,2C1.5,2.5,1.1,3.1,0.9,3.7C0.6,4.3,0.5,5,0.5,5.7s0.1,1.4,0.4,2 c0.3,0.6,0.6,1.2,1.2,1.7c0.5,0.5,1,0.9,1.6,1.2S5,11,5.7,11c0.7,0,1.4-0.1,2-0.4c0.6-0.3,1.2-0.7,1.7-1.2c1-1,1.5-2.2,1.5-3.7 c0-0.7-0.1-1.4-0.4-2C10.3,3.1,9.9,2.5,9.4,2C8.9,1.5,8.3,1.1,7.7,0.8z M7.4,5.9L5,7.4v-3L7.4,5.9z"></path></g></svg> </a></div></div></div><div class="elementor-element elementor-element-2287a696 elementor-widget elementor-widget-heading" data-id="2287a696" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h4 class="elementor-heading-title elementor-size-default">MIT Panel &#8211; Reimagining the Global Health System in a Post-COVID World</h4></div></div></div></div></div></section></div></div></article><article class="post-5709 media-library-items type-media-library-items status-publish has-post-thumbnail hentry sliders-2021-future-insight-days sliders-homepage topics_media_library-spin-off-companies-from-academic-research conferences-2021-future-insight-days media-types-video dce-post dce-post-item swiper-slide dce-item-carousel" data-dce-post-id="5709" data-dce-post-index="2"><div class="dce-post-block"> <style>.elementor-5145 .elementor-element.elementor-element-2b3e8ea9 > .elementor-container{min-height:280px;}.elementor-5145 .elementor-element.elementor-element-2b3e8ea9 .elementor-repeater-item-e4f8090.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-bc-flex-widget .elementor-5145 .elementor-element.elementor-element-6f4cffc4.elementor-column .elementor-widget-wrap{align-items:space-between;}.elementor-5145 .elementor-element.elementor-element-6f4cffc4.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:space-between;align-items:space-between;}.elementor-5145 .elementor-element.elementor-element-6f4cffc4 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-5145 .elementor-element.elementor-element-6f4cffc4:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-5145 .elementor-element.elementor-element-6f4cffc4 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-position:center center;background-size:cover;}.elementor-5145 .elementor-element.elementor-element-6f4cffc4 > .elementor-element-populated > .elementor-background-overlay{background-color:transparent;background-image:linear-gradient(180deg, #00000000 0%, #000000C4 61%);opacity:0.5;}.elementor-5145 .elementor-element.elementor-element-6f4cffc4:hover > .elementor-element-populated > .elementor-background-overlay{background-color:var( --e-global-color-cde2bbe );opacity:0.5;}.elementor-5145 .elementor-element.elementor-element-6f4cffc4 > .elementor-element-populated{border-style:solid;border-width:0px 0px 0px 0px;border-color:var( --e-global-color-primary );transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:20px 24px 20px 24px;}.elementor-5145 .elementor-element.elementor-element-6f4cffc4 > .elementor-element-populated, .elementor-5145 .elementor-element.elementor-element-6f4cffc4 > .elementor-element-populated > .elementor-background-overlay, .elementor-5145 .elementor-element.elementor-element-6f4cffc4 > .elementor-background-slideshow{border-radius:15px 15px 15px 15px;}.elementor-5145 .elementor-element.elementor-element-6f4cffc4 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.5s, border-radius 0.3s, opacity 0.5s;}.elementor-5145 .elementor-element.elementor-element-6b14343{--spacer-size:30px;}.elementor-5145 .elementor-element.elementor-element-ec3fc9c .elementor-icon-wrapper{text-align:center;}.elementor-5145 .elementor-element.elementor-element-ec3fc9c.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-primary );}.elementor-5145 .elementor-element.elementor-element-ec3fc9c.elementor-view-framed .elementor-icon, .elementor-5145 .elementor-element.elementor-element-ec3fc9c.elementor-view-default .elementor-icon{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-5145 .elementor-element.elementor-element-ec3fc9c.elementor-view-framed .elementor-icon, .elementor-5145 .elementor-element.elementor-element-ec3fc9c.elementor-view-default .elementor-icon svg{fill:var( --e-global-color-primary );}.elementor-5145 .elementor-element.elementor-element-ec3fc9c .elementor-icon{font-size:68px;}.elementor-5145 .elementor-element.elementor-element-ec3fc9c .elementor-icon svg{height:68px;}.elementor-5145 .elementor-element.elementor-element-2287a696 .elementor-heading-title{color:var( --e-global-color-primary );font-family:"Raleway", Sans-serif;font-size:1.25em;font-weight:500;line-height:1.2em;}.elementor-5145 .elementor-element.elementor-element-2b3e8ea9{padding:10px 10px 10px 10px;}</style><div data-elementor-type="loop" data-elementor-id="5145" class="elementor elementor-5145 dce-elementor-rendering-id-83 post-5709 media-library-items type-media-library-items status-publish has-post-thumbnail hentry sliders-2021-future-insight-days sliders-homepage topics_media_library-spin-off-companies-from-academic-research conferences-2021-future-insight-days media-types-video" data-elementor-post-type="elementor_library"><section class="elementor-section elementor-top-section elementor-element elementor-element-2b3e8ea9 elementor-section-height-min-height elementor-section-items-stretch section-loop-video elementor-section-boxed elementor-section-height-default" data-id="2b3e8ea9" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;_id&quot;:&quot;e4f8090&quot;,&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}"><div class="elementor-container elementor-column-gap-default"><div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-6f4cffc4 shadow-medium radius-medium" style="cursor: pointer;" data-column-clickable="https://www.curiousfutureinsight.org/media-library-items/winner-announcement-the-spinoff-prize-2021-by-nature/" data-column-clickable-blank="_self" data-dce-background-overlay-color="#00000000" data-dce-background-image-url="https://www.curiousfutureinsight.org/wp-content/uploads/Day_1_Winner_Announcement_Spinoff2021.jpg" data-id="6f4cffc4" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><div class="elementor-element elementor-element-6b14343 elementor-widget elementor-widget-spacer" data-id="6b14343" data-element_type="widget" data-widget_type="spacer.default"><div class="elementor-widget-container"><div class="elementor-spacer"><div class="elementor-spacer-inner"></div></div></div></div><div class="elementor-element elementor-element-ec3fc9c elementor-view-default elementor-widget elementor-widget-icon" data-id="ec3fc9c" data-element_type="widget" data-widget_type="icon.default"><div class="elementor-widget-container"><div class="elementor-icon-wrapper"> <a class="elementor-icon" href="https://www.curiousfutureinsight.org/media-library-items/winner-announcement-the-spinoff-prize-2021-by-nature/"> <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Layer_1" x="0px" y="0px" viewBox="0 0 11.4 11.4" style="enable-background:new 0 0 11.4 11.4;" xml:space="preserve"><style type="text/css"> .st0{fill:#FFFFFF;}</style><g> <path class="st0" d="M11.4,5.7c0,1.6-0.5,2.9-1.6,4c-1.1,1.1-2.4,1.7-4.1,1.7c-0.8,0-1.5-0.1-2.2-0.4c-0.7-0.3-1.3-0.7-1.8-1.3 C0.6,8.6,0,7.3,0,5.7c0-1.6,0.6-3,1.7-4.1C2.8,0.5,4.1,0,5.7,0c1.6,0,2.9,0.5,4.1,1.6C10.9,2.8,11.4,4.1,11.4,5.7z M7.7,0.8 c-0.6-0.3-1.3-0.4-2-0.4c-0.7,0-1.4,0.1-2,0.4C3.1,1.1,2.6,1.5,2.1,2C1.5,2.5,1.1,3.1,0.9,3.7C0.6,4.3,0.5,5,0.5,5.7s0.1,1.4,0.4,2 c0.3,0.6,0.6,1.2,1.2,1.7c0.5,0.5,1,0.9,1.6,1.2S5,11,5.7,11c0.7,0,1.4-0.1,2-0.4c0.6-0.3,1.2-0.7,1.7-1.2c1-1,1.5-2.2,1.5-3.7 c0-0.7-0.1-1.4-0.4-2C10.3,3.1,9.9,2.5,9.4,2C8.9,1.5,8.3,1.1,7.7,0.8z M7.4,5.9L5,7.4v-3L7.4,5.9z"></path></g></svg> </a></div></div></div><div class="elementor-element elementor-element-2287a696 elementor-widget elementor-widget-heading" data-id="2287a696" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h4 class="elementor-heading-title elementor-size-default">2021 The Spinoff Prize by Nature Winner Announcement</h4></div></div></div></div></div></section></div></div></article><article class="post-11065 media-library-items type-media-library-items status-publish has-post-thumbnail hentry sliders-curious2022 sliders-homepage topics_media_library-bright-future topics_media_library-co2-conversion topics_media_library-healthy-lives topics_media_library-human-mind topics_media_library-life-reimagined topics_media_library-material-solution topics_media_library-vibrant-digital image-categories-impressions speakers-ulrich-betz conferences-curious2022 media-types-video dce-post dce-post-item swiper-slide dce-item-carousel" data-dce-post-id="11065" data-dce-post-index="3"><div class="dce-post-block"> <style>.elementor-5145 .elementor-element.elementor-element-2b3e8ea9 > .elementor-container{min-height:280px;}.elementor-5145 .elementor-element.elementor-element-2b3e8ea9 .elementor-repeater-item-e4f8090.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-bc-flex-widget .elementor-5145 .elementor-element.elementor-element-6f4cffc4.elementor-column .elementor-widget-wrap{align-items:space-between;}.elementor-5145 .elementor-element.elementor-element-6f4cffc4.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:space-between;align-items:space-between;}.elementor-5145 .elementor-element.elementor-element-6f4cffc4 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-5145 .elementor-element.elementor-element-6f4cffc4:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-5145 .elementor-element.elementor-element-6f4cffc4 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-position:center center;background-size:cover;}.elementor-5145 .elementor-element.elementor-element-6f4cffc4 > .elementor-element-populated > .elementor-background-overlay{background-color:transparent;background-image:linear-gradient(180deg, #00000000 0%, #000000C4 61%);opacity:0.5;}.elementor-5145 .elementor-element.elementor-element-6f4cffc4:hover > .elementor-element-populated > .elementor-background-overlay{background-color:var( --e-global-color-cde2bbe );opacity:0.5;}.elementor-5145 .elementor-element.elementor-element-6f4cffc4 > .elementor-element-populated{border-style:solid;border-width:0px 0px 0px 0px;border-color:var( --e-global-color-primary );transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:20px 24px 20px 24px;}.elementor-5145 .elementor-element.elementor-element-6f4cffc4 > .elementor-element-populated, .elementor-5145 .elementor-element.elementor-element-6f4cffc4 > .elementor-element-populated > .elementor-background-overlay, .elementor-5145 .elementor-element.elementor-element-6f4cffc4 > .elementor-background-slideshow{border-radius:15px 15px 15px 15px;}.elementor-5145 .elementor-element.elementor-element-6f4cffc4 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.5s, border-radius 0.3s, opacity 0.5s;}.elementor-5145 .elementor-element.elementor-element-6b14343{--spacer-size:30px;}.elementor-5145 .elementor-element.elementor-element-ec3fc9c .elementor-icon-wrapper{text-align:center;}.elementor-5145 .elementor-element.elementor-element-ec3fc9c.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-primary );}.elementor-5145 .elementor-element.elementor-element-ec3fc9c.elementor-view-framed .elementor-icon, .elementor-5145 .elementor-element.elementor-element-ec3fc9c.elementor-view-default .elementor-icon{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-5145 .elementor-element.elementor-element-ec3fc9c.elementor-view-framed .elementor-icon, .elementor-5145 .elementor-element.elementor-element-ec3fc9c.elementor-view-default .elementor-icon svg{fill:var( --e-global-color-primary );}.elementor-5145 .elementor-element.elementor-element-ec3fc9c .elementor-icon{font-size:68px;}.elementor-5145 .elementor-element.elementor-element-ec3fc9c .elementor-icon svg{height:68px;}.elementor-5145 .elementor-element.elementor-element-2287a696 .elementor-heading-title{color:var( --e-global-color-primary );font-family:"Raleway", Sans-serif;font-size:1.25em;font-weight:500;line-height:1.2em;}.elementor-5145 .elementor-element.elementor-element-2b3e8ea9{padding:10px 10px 10px 10px;}</style><div data-elementor-type="loop" data-elementor-id="5145" class="elementor elementor-5145 dce-elementor-rendering-id-84 post-11065 media-library-items type-media-library-items status-publish has-post-thumbnail hentry sliders-curious2022 sliders-homepage topics_media_library-bright-future topics_media_library-co2-conversion topics_media_library-healthy-lives topics_media_library-human-mind topics_media_library-life-reimagined topics_media_library-material-solution topics_media_library-vibrant-digital image-categories-impressions speakers-ulrich-betz conferences-curious2022 media-types-video" data-elementor-post-type="elementor_library"><section class="elementor-section elementor-top-section elementor-element elementor-element-2b3e8ea9 elementor-section-height-min-height elementor-section-items-stretch section-loop-video elementor-section-boxed elementor-section-height-default" data-id="2b3e8ea9" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;_id&quot;:&quot;e4f8090&quot;,&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}"><div class="elementor-container elementor-column-gap-default"><div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-6f4cffc4 shadow-medium radius-medium" style="cursor: pointer;" data-column-clickable="https://www.curiousfutureinsight.org/media-library-items/curious2022-highlights/" data-column-clickable-blank="_self" data-dce-background-overlay-color="#00000000" data-dce-background-image-url="https://www.curiousfutureinsight.org/wp-content/uploads/opengraphh_image.jpg" data-id="6f4cffc4" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><div class="elementor-element elementor-element-6b14343 elementor-widget elementor-widget-spacer" data-id="6b14343" data-element_type="widget" data-widget_type="spacer.default"><div class="elementor-widget-container"><div class="elementor-spacer"><div class="elementor-spacer-inner"></div></div></div></div><div class="elementor-element elementor-element-ec3fc9c elementor-view-default elementor-widget elementor-widget-icon" data-id="ec3fc9c" data-element_type="widget" data-widget_type="icon.default"><div class="elementor-widget-container"><div class="elementor-icon-wrapper"> <a class="elementor-icon" href="https://www.curiousfutureinsight.org/media-library-items/curious2022-highlights/"> <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Layer_1" x="0px" y="0px" viewBox="0 0 11.4 11.4" style="enable-background:new 0 0 11.4 11.4;" xml:space="preserve"><style type="text/css"> .st0{fill:#FFFFFF;}</style><g> <path class="st0" d="M11.4,5.7c0,1.6-0.5,2.9-1.6,4c-1.1,1.1-2.4,1.7-4.1,1.7c-0.8,0-1.5-0.1-2.2-0.4c-0.7-0.3-1.3-0.7-1.8-1.3 C0.6,8.6,0,7.3,0,5.7c0-1.6,0.6-3,1.7-4.1C2.8,0.5,4.1,0,5.7,0c1.6,0,2.9,0.5,4.1,1.6C10.9,2.8,11.4,4.1,11.4,5.7z M7.7,0.8 c-0.6-0.3-1.3-0.4-2-0.4c-0.7,0-1.4,0.1-2,0.4C3.1,1.1,2.6,1.5,2.1,2C1.5,2.5,1.1,3.1,0.9,3.7C0.6,4.3,0.5,5,0.5,5.7s0.1,1.4,0.4,2 c0.3,0.6,0.6,1.2,1.2,1.7c0.5,0.5,1,0.9,1.6,1.2S5,11,5.7,11c0.7,0,1.4-0.1,2-0.4c0.6-0.3,1.2-0.7,1.7-1.2c1-1,1.5-2.2,1.5-3.7 c0-0.7-0.1-1.4-0.4-2C10.3,3.1,9.9,2.5,9.4,2C8.9,1.5,8.3,1.1,7.7,0.8z M7.4,5.9L5,7.4v-3L7.4,5.9z"></path></g></svg> </a></div></div></div><div class="elementor-element elementor-element-2287a696 elementor-widget elementor-widget-heading" data-id="2287a696" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h4 class="elementor-heading-title elementor-size-default">Curious2022 Highlights</h4></div></div></div></div></div></section></div></div></article><article class="post-11456 media-library-items type-media-library-items status-publish has-post-thumbnail hentry sliders-curious2022 sliders-homepage topics_media_library-bright-future image-categories-speaker speakers-cecile-echalier speakers-dragana-savic speakers-eleonore-eisath speakers-faehzan-ahmad speakers-fred-philips speakers-iuliia-myrgorodska speakers-marek-checinski speakers-siegfried-schindler speakers-xin-lai conferences-curious2022 media-types-video dce-post dce-post-item swiper-slide dce-item-carousel" data-dce-post-id="11456" data-dce-post-index="4"><div class="dce-post-block"> <style>.elementor-5145 .elementor-element.elementor-element-2b3e8ea9 > .elementor-container{min-height:280px;}.elementor-5145 .elementor-element.elementor-element-2b3e8ea9 .elementor-repeater-item-e4f8090.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-bc-flex-widget .elementor-5145 .elementor-element.elementor-element-6f4cffc4.elementor-column .elementor-widget-wrap{align-items:space-between;}.elementor-5145 .elementor-element.elementor-element-6f4cffc4.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:space-between;align-items:space-between;}.elementor-5145 .elementor-element.elementor-element-6f4cffc4 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-5145 .elementor-element.elementor-element-6f4cffc4:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-5145 .elementor-element.elementor-element-6f4cffc4 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-position:center center;background-size:cover;}.elementor-5145 .elementor-element.elementor-element-6f4cffc4 > .elementor-element-populated > .elementor-background-overlay{background-color:transparent;background-image:linear-gradient(180deg, #00000000 0%, #000000C4 61%);opacity:0.5;}.elementor-5145 .elementor-element.elementor-element-6f4cffc4:hover > .elementor-element-populated > .elementor-background-overlay{background-color:var( --e-global-color-cde2bbe );opacity:0.5;}.elementor-5145 .elementor-element.elementor-element-6f4cffc4 > .elementor-element-populated{border-style:solid;border-width:0px 0px 0px 0px;border-color:var( --e-global-color-primary );transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:20px 24px 20px 24px;}.elementor-5145 .elementor-element.elementor-element-6f4cffc4 > .elementor-element-populated, .elementor-5145 .elementor-element.elementor-element-6f4cffc4 > .elementor-element-populated > .elementor-background-overlay, .elementor-5145 .elementor-element.elementor-element-6f4cffc4 > .elementor-background-slideshow{border-radius:15px 15px 15px 15px;}.elementor-5145 .elementor-element.elementor-element-6f4cffc4 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.5s, border-radius 0.3s, opacity 0.5s;}.elementor-5145 .elementor-element.elementor-element-6b14343{--spacer-size:30px;}.elementor-5145 .elementor-element.elementor-element-ec3fc9c .elementor-icon-wrapper{text-align:center;}.elementor-5145 .elementor-element.elementor-element-ec3fc9c.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-primary );}.elementor-5145 .elementor-element.elementor-element-ec3fc9c.elementor-view-framed .elementor-icon, .elementor-5145 .elementor-element.elementor-element-ec3fc9c.elementor-view-default .elementor-icon{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-5145 .elementor-element.elementor-element-ec3fc9c.elementor-view-framed .elementor-icon, .elementor-5145 .elementor-element.elementor-element-ec3fc9c.elementor-view-default .elementor-icon svg{fill:var( --e-global-color-primary );}.elementor-5145 .elementor-element.elementor-element-ec3fc9c .elementor-icon{font-size:68px;}.elementor-5145 .elementor-element.elementor-element-ec3fc9c .elementor-icon svg{height:68px;}.elementor-5145 .elementor-element.elementor-element-2287a696 .elementor-heading-title{color:var( --e-global-color-primary );font-family:"Raleway", Sans-serif;font-size:1.25em;font-weight:500;line-height:1.2em;}.elementor-5145 .elementor-element.elementor-element-2b3e8ea9{padding:10px 10px 10px 10px;}</style><div data-elementor-type="loop" data-elementor-id="5145" class="elementor elementor-5145 dce-elementor-rendering-id-85 post-11456 media-library-items type-media-library-items status-publish has-post-thumbnail hentry sliders-curious2022 sliders-homepage topics_media_library-bright-future image-categories-speaker speakers-cecile-echalier speakers-dragana-savic speakers-eleonore-eisath speakers-faehzan-ahmad speakers-fred-philips speakers-iuliia-myrgorodska speakers-marek-checinski speakers-siegfried-schindler speakers-xin-lai conferences-curious2022 media-types-video" data-elementor-post-type="elementor_library"><section class="elementor-section elementor-top-section elementor-element elementor-element-2b3e8ea9 elementor-section-height-min-height elementor-section-items-stretch section-loop-video elementor-section-boxed elementor-section-height-default" data-id="2b3e8ea9" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;_id&quot;:&quot;e4f8090&quot;,&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}"><div class="elementor-container elementor-column-gap-default"><div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-6f4cffc4 shadow-medium radius-medium" style="cursor: pointer;" data-column-clickable="https://www.curiousfutureinsight.org/media-library-items/ignite-session/" data-column-clickable-blank="_self" data-dce-background-overlay-color="#00000000" data-dce-background-image-url="https://www.curiousfutureinsight.org/wp-content/uploads/curious-2022-speakerstage.jpg" data-id="6f4cffc4" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><div class="elementor-element elementor-element-6b14343 elementor-widget elementor-widget-spacer" data-id="6b14343" data-element_type="widget" data-widget_type="spacer.default"><div class="elementor-widget-container"><div class="elementor-spacer"><div class="elementor-spacer-inner"></div></div></div></div><div class="elementor-element elementor-element-ec3fc9c elementor-view-default elementor-widget elementor-widget-icon" data-id="ec3fc9c" data-element_type="widget" data-widget_type="icon.default"><div class="elementor-widget-container"><div class="elementor-icon-wrapper"> <a class="elementor-icon" href="https://www.curiousfutureinsight.org/media-library-items/ignite-session/"> <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Layer_1" x="0px" y="0px" viewBox="0 0 11.4 11.4" style="enable-background:new 0 0 11.4 11.4;" xml:space="preserve"><style type="text/css"> .st0{fill:#FFFFFF;}</style><g> <path class="st0" d="M11.4,5.7c0,1.6-0.5,2.9-1.6,4c-1.1,1.1-2.4,1.7-4.1,1.7c-0.8,0-1.5-0.1-2.2-0.4c-0.7-0.3-1.3-0.7-1.8-1.3 C0.6,8.6,0,7.3,0,5.7c0-1.6,0.6-3,1.7-4.1C2.8,0.5,4.1,0,5.7,0c1.6,0,2.9,0.5,4.1,1.6C10.9,2.8,11.4,4.1,11.4,5.7z M7.7,0.8 c-0.6-0.3-1.3-0.4-2-0.4c-0.7,0-1.4,0.1-2,0.4C3.1,1.1,2.6,1.5,2.1,2C1.5,2.5,1.1,3.1,0.9,3.7C0.6,4.3,0.5,5,0.5,5.7s0.1,1.4,0.4,2 c0.3,0.6,0.6,1.2,1.2,1.7c0.5,0.5,1,0.9,1.6,1.2S5,11,5.7,11c0.7,0,1.4-0.1,2-0.4c0.6-0.3,1.2-0.7,1.7-1.2c1-1,1.5-2.2,1.5-3.7 c0-0.7-0.1-1.4-0.4-2C10.3,3.1,9.9,2.5,9.4,2C8.9,1.5,8.3,1.1,7.7,0.8z M7.4,5.9L5,7.4v-3L7.4,5.9z"></path></g></svg> </a></div></div></div><div class="elementor-element elementor-element-2287a696 elementor-widget elementor-widget-heading" data-id="2287a696" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h4 class="elementor-heading-title elementor-size-default">Ignite Session</h4></div></div></div></div></div></section></div></div></article><article class="post-11435 media-library-items type-media-library-items status-publish has-post-thumbnail hentry sliders-curious2022 sliders-homepage topics_media_library-co2-conversion image-categories-awards speakers-frederique-seidel speakers-jacquelyn-francis speakers-lukas-morchen conferences-curious2022 media-types-video dce-post dce-post-item swiper-slide dce-item-carousel" data-dce-post-id="11435" data-dce-post-index="5"><div class="dce-post-block"> <style>.elementor-5145 .elementor-element.elementor-element-2b3e8ea9 > .elementor-container{min-height:280px;}.elementor-5145 .elementor-element.elementor-element-2b3e8ea9 .elementor-repeater-item-e4f8090.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-bc-flex-widget .elementor-5145 .elementor-element.elementor-element-6f4cffc4.elementor-column .elementor-widget-wrap{align-items:space-between;}.elementor-5145 .elementor-element.elementor-element-6f4cffc4.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:space-between;align-items:space-between;}.elementor-5145 .elementor-element.elementor-element-6f4cffc4 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-5145 .elementor-element.elementor-element-6f4cffc4:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-5145 .elementor-element.elementor-element-6f4cffc4 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-position:center center;background-size:cover;}.elementor-5145 .elementor-element.elementor-element-6f4cffc4 > .elementor-element-populated > .elementor-background-overlay{background-color:transparent;background-image:linear-gradient(180deg, #00000000 0%, #000000C4 61%);opacity:0.5;}.elementor-5145 .elementor-element.elementor-element-6f4cffc4:hover > .elementor-element-populated > .elementor-background-overlay{background-color:var( --e-global-color-cde2bbe );opacity:0.5;}.elementor-5145 .elementor-element.elementor-element-6f4cffc4 > .elementor-element-populated{border-style:solid;border-width:0px 0px 0px 0px;border-color:var( --e-global-color-primary );transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:20px 24px 20px 24px;}.elementor-5145 .elementor-element.elementor-element-6f4cffc4 > .elementor-element-populated, .elementor-5145 .elementor-element.elementor-element-6f4cffc4 > .elementor-element-populated > .elementor-background-overlay, .elementor-5145 .elementor-element.elementor-element-6f4cffc4 > .elementor-background-slideshow{border-radius:15px 15px 15px 15px;}.elementor-5145 .elementor-element.elementor-element-6f4cffc4 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.5s, border-radius 0.3s, opacity 0.5s;}.elementor-5145 .elementor-element.elementor-element-6b14343{--spacer-size:30px;}.elementor-5145 .elementor-element.elementor-element-ec3fc9c .elementor-icon-wrapper{text-align:center;}.elementor-5145 .elementor-element.elementor-element-ec3fc9c.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-primary );}.elementor-5145 .elementor-element.elementor-element-ec3fc9c.elementor-view-framed .elementor-icon, .elementor-5145 .elementor-element.elementor-element-ec3fc9c.elementor-view-default .elementor-icon{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-5145 .elementor-element.elementor-element-ec3fc9c.elementor-view-framed .elementor-icon, .elementor-5145 .elementor-element.elementor-element-ec3fc9c.elementor-view-default .elementor-icon svg{fill:var( --e-global-color-primary );}.elementor-5145 .elementor-element.elementor-element-ec3fc9c .elementor-icon{font-size:68px;}.elementor-5145 .elementor-element.elementor-element-ec3fc9c .elementor-icon svg{height:68px;}.elementor-5145 .elementor-element.elementor-element-2287a696 .elementor-heading-title{color:var( --e-global-color-primary );font-family:"Raleway", Sans-serif;font-size:1.25em;font-weight:500;line-height:1.2em;}.elementor-5145 .elementor-element.elementor-element-2b3e8ea9{padding:10px 10px 10px 10px;}</style><div data-elementor-type="loop" data-elementor-id="5145" class="elementor elementor-5145 dce-elementor-rendering-id-86 post-11435 media-library-items type-media-library-items status-publish has-post-thumbnail hentry sliders-curious2022 sliders-homepage topics_media_library-co2-conversion image-categories-awards speakers-frederique-seidel speakers-jacquelyn-francis speakers-lukas-morchen conferences-curious2022 media-types-video" data-elementor-post-type="elementor_library"><section class="elementor-section elementor-top-section elementor-element elementor-element-2b3e8ea9 elementor-section-height-min-height elementor-section-items-stretch section-loop-video elementor-section-boxed elementor-section-height-default" data-id="2b3e8ea9" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;_id&quot;:&quot;e4f8090&quot;,&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}"><div class="elementor-container elementor-column-gap-default"><div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-6f4cffc4 shadow-medium radius-medium" style="cursor: pointer;" data-column-clickable="https://www.curiousfutureinsight.org/media-library-items/keeling-curve-prize-winners-announcement-2/" data-column-clickable-blank="_self" data-dce-background-overlay-color="#00000000" data-dce-background-image-url="https://www.curiousfutureinsight.org/wp-content/uploads/curious2022-kcp-winners.jpg" data-id="6f4cffc4" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><div class="elementor-element elementor-element-6b14343 elementor-widget elementor-widget-spacer" data-id="6b14343" data-element_type="widget" data-widget_type="spacer.default"><div class="elementor-widget-container"><div class="elementor-spacer"><div class="elementor-spacer-inner"></div></div></div></div><div class="elementor-element elementor-element-ec3fc9c elementor-view-default elementor-widget elementor-widget-icon" data-id="ec3fc9c" data-element_type="widget" data-widget_type="icon.default"><div class="elementor-widget-container"><div class="elementor-icon-wrapper"> <a class="elementor-icon" href="https://www.curiousfutureinsight.org/media-library-items/keeling-curve-prize-winners-announcement-2/"> <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Layer_1" x="0px" y="0px" viewBox="0 0 11.4 11.4" style="enable-background:new 0 0 11.4 11.4;" xml:space="preserve"><style type="text/css"> .st0{fill:#FFFFFF;}</style><g> <path class="st0" d="M11.4,5.7c0,1.6-0.5,2.9-1.6,4c-1.1,1.1-2.4,1.7-4.1,1.7c-0.8,0-1.5-0.1-2.2-0.4c-0.7-0.3-1.3-0.7-1.8-1.3 C0.6,8.6,0,7.3,0,5.7c0-1.6,0.6-3,1.7-4.1C2.8,0.5,4.1,0,5.7,0c1.6,0,2.9,0.5,4.1,1.6C10.9,2.8,11.4,4.1,11.4,5.7z M7.7,0.8 c-0.6-0.3-1.3-0.4-2-0.4c-0.7,0-1.4,0.1-2,0.4C3.1,1.1,2.6,1.5,2.1,2C1.5,2.5,1.1,3.1,0.9,3.7C0.6,4.3,0.5,5,0.5,5.7s0.1,1.4,0.4,2 c0.3,0.6,0.6,1.2,1.2,1.7c0.5,0.5,1,0.9,1.6,1.2S5,11,5.7,11c0.7,0,1.4-0.1,2-0.4c0.6-0.3,1.2-0.7,1.7-1.2c1-1,1.5-2.2,1.5-3.7 c0-0.7-0.1-1.4-0.4-2C10.3,3.1,9.9,2.5,9.4,2C8.9,1.5,8.3,1.1,7.7,0.8z M7.4,5.9L5,7.4v-3L7.4,5.9z"></path></g></svg> </a></div></div></div><div class="elementor-element elementor-element-2287a696 elementor-widget elementor-widget-heading" data-id="2287a696" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h4 class="elementor-heading-title elementor-size-default">Keeling Curve Prize: Winners Announcement</h4></div></div></div></div></div></section></div></div></article><article class="post-11437 media-library-items type-media-library-items status-publish has-post-thumbnail hentry sliders-curious2022 sliders-homepage topics_media_library-vibrant-digital image-categories-panels speakers-catherine-havasi speakers-joanna-bryson speakers-murray-campbell speakers-orla-smith speakers-tim-appenzeller conferences-curious2022 media-types-video dce-post dce-post-item swiper-slide dce-item-carousel" data-dce-post-id="11437" data-dce-post-index="6"><div class="dce-post-block"> <style>.elementor-5145 .elementor-element.elementor-element-2b3e8ea9 > .elementor-container{min-height:280px;}.elementor-5145 .elementor-element.elementor-element-2b3e8ea9 .elementor-repeater-item-e4f8090.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-bc-flex-widget .elementor-5145 .elementor-element.elementor-element-6f4cffc4.elementor-column .elementor-widget-wrap{align-items:space-between;}.elementor-5145 .elementor-element.elementor-element-6f4cffc4.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:space-between;align-items:space-between;}.elementor-5145 .elementor-element.elementor-element-6f4cffc4 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-5145 .elementor-element.elementor-element-6f4cffc4:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-5145 .elementor-element.elementor-element-6f4cffc4 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-position:center center;background-size:cover;}.elementor-5145 .elementor-element.elementor-element-6f4cffc4 > .elementor-element-populated > .elementor-background-overlay{background-color:transparent;background-image:linear-gradient(180deg, #00000000 0%, #000000C4 61%);opacity:0.5;}.elementor-5145 .elementor-element.elementor-element-6f4cffc4:hover > .elementor-element-populated > .elementor-background-overlay{background-color:var( --e-global-color-cde2bbe );opacity:0.5;}.elementor-5145 .elementor-element.elementor-element-6f4cffc4 > .elementor-element-populated{border-style:solid;border-width:0px 0px 0px 0px;border-color:var( --e-global-color-primary );transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:20px 24px 20px 24px;}.elementor-5145 .elementor-element.elementor-element-6f4cffc4 > .elementor-element-populated, .elementor-5145 .elementor-element.elementor-element-6f4cffc4 > .elementor-element-populated > .elementor-background-overlay, .elementor-5145 .elementor-element.elementor-element-6f4cffc4 > .elementor-background-slideshow{border-radius:15px 15px 15px 15px;}.elementor-5145 .elementor-element.elementor-element-6f4cffc4 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.5s, border-radius 0.3s, opacity 0.5s;}.elementor-5145 .elementor-element.elementor-element-6b14343{--spacer-size:30px;}.elementor-5145 .elementor-element.elementor-element-ec3fc9c .elementor-icon-wrapper{text-align:center;}.elementor-5145 .elementor-element.elementor-element-ec3fc9c.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-primary );}.elementor-5145 .elementor-element.elementor-element-ec3fc9c.elementor-view-framed .elementor-icon, .elementor-5145 .elementor-element.elementor-element-ec3fc9c.elementor-view-default .elementor-icon{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-5145 .elementor-element.elementor-element-ec3fc9c.elementor-view-framed .elementor-icon, .elementor-5145 .elementor-element.elementor-element-ec3fc9c.elementor-view-default .elementor-icon svg{fill:var( --e-global-color-primary );}.elementor-5145 .elementor-element.elementor-element-ec3fc9c .elementor-icon{font-size:68px;}.elementor-5145 .elementor-element.elementor-element-ec3fc9c .elementor-icon svg{height:68px;}.elementor-5145 .elementor-element.elementor-element-2287a696 .elementor-heading-title{color:var( --e-global-color-primary );font-family:"Raleway", Sans-serif;font-size:1.25em;font-weight:500;line-height:1.2em;}.elementor-5145 .elementor-element.elementor-element-2b3e8ea9{padding:10px 10px 10px 10px;}</style><div data-elementor-type="loop" data-elementor-id="5145" class="elementor elementor-5145 dce-elementor-rendering-id-87 post-11437 media-library-items type-media-library-items status-publish has-post-thumbnail hentry sliders-curious2022 sliders-homepage topics_media_library-vibrant-digital image-categories-panels speakers-catherine-havasi speakers-joanna-bryson speakers-murray-campbell speakers-orla-smith speakers-tim-appenzeller conferences-curious2022 media-types-video" data-elementor-post-type="elementor_library"><section class="elementor-section elementor-top-section elementor-element elementor-element-2b3e8ea9 elementor-section-height-min-height elementor-section-items-stretch section-loop-video elementor-section-boxed elementor-section-height-default" data-id="2b3e8ea9" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;_id&quot;:&quot;e4f8090&quot;,&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}"><div class="elementor-container elementor-column-gap-default"><div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-6f4cffc4 shadow-medium radius-medium" style="cursor: pointer;" data-column-clickable="https://www.curiousfutureinsight.org/media-library-items/aaas-science-roundtable-can-ai-save-the-world-2/" data-column-clickable-blank="_self" data-dce-background-overlay-color="#00000000" data-dce-background-image-url="https://www.curiousfutureinsight.org/wp-content/uploads/curious2022-speakerscreen.jpg" data-id="6f4cffc4" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><div class="elementor-element elementor-element-6b14343 elementor-widget elementor-widget-spacer" data-id="6b14343" data-element_type="widget" data-widget_type="spacer.default"><div class="elementor-widget-container"><div class="elementor-spacer"><div class="elementor-spacer-inner"></div></div></div></div><div class="elementor-element elementor-element-ec3fc9c elementor-view-default elementor-widget elementor-widget-icon" data-id="ec3fc9c" data-element_type="widget" data-widget_type="icon.default"><div class="elementor-widget-container"><div class="elementor-icon-wrapper"> <a class="elementor-icon" href="https://www.curiousfutureinsight.org/media-library-items/aaas-science-roundtable-can-ai-save-the-world-2/"> <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Layer_1" x="0px" y="0px" viewBox="0 0 11.4 11.4" style="enable-background:new 0 0 11.4 11.4;" xml:space="preserve"><style type="text/css"> .st0{fill:#FFFFFF;}</style><g> <path class="st0" d="M11.4,5.7c0,1.6-0.5,2.9-1.6,4c-1.1,1.1-2.4,1.7-4.1,1.7c-0.8,0-1.5-0.1-2.2-0.4c-0.7-0.3-1.3-0.7-1.8-1.3 C0.6,8.6,0,7.3,0,5.7c0-1.6,0.6-3,1.7-4.1C2.8,0.5,4.1,0,5.7,0c1.6,0,2.9,0.5,4.1,1.6C10.9,2.8,11.4,4.1,11.4,5.7z M7.7,0.8 c-0.6-0.3-1.3-0.4-2-0.4c-0.7,0-1.4,0.1-2,0.4C3.1,1.1,2.6,1.5,2.1,2C1.5,2.5,1.1,3.1,0.9,3.7C0.6,4.3,0.5,5,0.5,5.7s0.1,1.4,0.4,2 c0.3,0.6,0.6,1.2,1.2,1.7c0.5,0.5,1,0.9,1.6,1.2S5,11,5.7,11c0.7,0,1.4-0.1,2-0.4c0.6-0.3,1.2-0.7,1.7-1.2c1-1,1.5-2.2,1.5-3.7 c0-0.7-0.1-1.4-0.4-2C10.3,3.1,9.9,2.5,9.4,2C8.9,1.5,8.3,1.1,7.7,0.8z M7.4,5.9L5,7.4v-3L7.4,5.9z"></path></g></svg> </a></div></div></div><div class="elementor-element elementor-element-2287a696 elementor-widget elementor-widget-heading" data-id="2287a696" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h4 class="elementor-heading-title elementor-size-default">AAAS/Science Roundtable – Can AI Save the World?</h4></div></div></div></div></div></section></div></div></article><article class="post-14575 media-library-items type-media-library-items status-publish has-post-thumbnail hentry sliders-curious2022 sliders-homepage image-categories-impressions speakers-ulrich-betz conferences-curious2018 media-types-video dce-post dce-post-item swiper-slide dce-item-carousel" data-dce-post-id="14575" data-dce-post-index="7"><div class="dce-post-block"> <style>.elementor-5145 .elementor-element.elementor-element-2b3e8ea9 > .elementor-container{min-height:280px;}.elementor-5145 .elementor-element.elementor-element-2b3e8ea9 .elementor-repeater-item-e4f8090.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-bc-flex-widget .elementor-5145 .elementor-element.elementor-element-6f4cffc4.elementor-column .elementor-widget-wrap{align-items:space-between;}.elementor-5145 .elementor-element.elementor-element-6f4cffc4.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:space-between;align-items:space-between;}.elementor-5145 .elementor-element.elementor-element-6f4cffc4 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-5145 .elementor-element.elementor-element-6f4cffc4:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-5145 .elementor-element.elementor-element-6f4cffc4 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-position:center center;background-size:cover;}.elementor-5145 .elementor-element.elementor-element-6f4cffc4 > .elementor-element-populated > .elementor-background-overlay{background-color:transparent;background-image:linear-gradient(180deg, #00000000 0%, #000000C4 61%);opacity:0.5;}.elementor-5145 .elementor-element.elementor-element-6f4cffc4:hover > .elementor-element-populated > .elementor-background-overlay{background-color:var( --e-global-color-cde2bbe );opacity:0.5;}.elementor-5145 .elementor-element.elementor-element-6f4cffc4 > .elementor-element-populated{border-style:solid;border-width:0px 0px 0px 0px;border-color:var( --e-global-color-primary );transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:20px 24px 20px 24px;}.elementor-5145 .elementor-element.elementor-element-6f4cffc4 > .elementor-element-populated, .elementor-5145 .elementor-element.elementor-element-6f4cffc4 > .elementor-element-populated > .elementor-background-overlay, .elementor-5145 .elementor-element.elementor-element-6f4cffc4 > .elementor-background-slideshow{border-radius:15px 15px 15px 15px;}.elementor-5145 .elementor-element.elementor-element-6f4cffc4 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.5s, border-radius 0.3s, opacity 0.5s;}.elementor-5145 .elementor-element.elementor-element-6b14343{--spacer-size:30px;}.elementor-5145 .elementor-element.elementor-element-ec3fc9c .elementor-icon-wrapper{text-align:center;}.elementor-5145 .elementor-element.elementor-element-ec3fc9c.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-primary );}.elementor-5145 .elementor-element.elementor-element-ec3fc9c.elementor-view-framed .elementor-icon, .elementor-5145 .elementor-element.elementor-element-ec3fc9c.elementor-view-default .elementor-icon{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-5145 .elementor-element.elementor-element-ec3fc9c.elementor-view-framed .elementor-icon, .elementor-5145 .elementor-element.elementor-element-ec3fc9c.elementor-view-default .elementor-icon svg{fill:var( --e-global-color-primary );}.elementor-5145 .elementor-element.elementor-element-ec3fc9c .elementor-icon{font-size:68px;}.elementor-5145 .elementor-element.elementor-element-ec3fc9c .elementor-icon svg{height:68px;}.elementor-5145 .elementor-element.elementor-element-2287a696 .elementor-heading-title{color:var( --e-global-color-primary );font-family:"Raleway", Sans-serif;font-size:1.25em;font-weight:500;line-height:1.2em;}.elementor-5145 .elementor-element.elementor-element-2b3e8ea9{padding:10px 10px 10px 10px;}</style><div data-elementor-type="loop" data-elementor-id="5145" class="elementor elementor-5145 dce-elementor-rendering-id-88 post-14575 media-library-items type-media-library-items status-publish has-post-thumbnail hentry sliders-curious2022 sliders-homepage image-categories-impressions speakers-ulrich-betz conferences-curious2018 media-types-video" data-elementor-post-type="elementor_library"><section class="elementor-section elementor-top-section elementor-element elementor-element-2b3e8ea9 elementor-section-height-min-height elementor-section-items-stretch section-loop-video elementor-section-boxed elementor-section-height-default" data-id="2b3e8ea9" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;_id&quot;:&quot;e4f8090&quot;,&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}"><div class="elementor-container elementor-column-gap-default"><div class="make-column-clickable-elementor elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-6f4cffc4 shadow-medium radius-medium" style="cursor: pointer;" data-column-clickable="https://www.curiousfutureinsight.org/media-library-items/curious2018-highlights-3/" data-column-clickable-blank="_self" data-dce-background-overlay-color="#00000000" data-dce-background-image-url="https://www.curiousfutureinsight.org/wp-content/uploads/Thumb-Nail.webp" data-id="6f4cffc4" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><div class="elementor-element elementor-element-6b14343 elementor-widget elementor-widget-spacer" data-id="6b14343" data-element_type="widget" data-widget_type="spacer.default"><div class="elementor-widget-container"><div class="elementor-spacer"><div class="elementor-spacer-inner"></div></div></div></div><div class="elementor-element elementor-element-ec3fc9c elementor-view-default elementor-widget elementor-widget-icon" data-id="ec3fc9c" data-element_type="widget" data-widget_type="icon.default"><div class="elementor-widget-container"><div class="elementor-icon-wrapper"> <a class="elementor-icon" href="https://www.curiousfutureinsight.org/media-library-items/curious2018-highlights-3/"> <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Layer_1" x="0px" y="0px" viewBox="0 0 11.4 11.4" style="enable-background:new 0 0 11.4 11.4;" xml:space="preserve"><style type="text/css"> .st0{fill:#FFFFFF;}</style><g> <path class="st0" d="M11.4,5.7c0,1.6-0.5,2.9-1.6,4c-1.1,1.1-2.4,1.7-4.1,1.7c-0.8,0-1.5-0.1-2.2-0.4c-0.7-0.3-1.3-0.7-1.8-1.3 C0.6,8.6,0,7.3,0,5.7c0-1.6,0.6-3,1.7-4.1C2.8,0.5,4.1,0,5.7,0c1.6,0,2.9,0.5,4.1,1.6C10.9,2.8,11.4,4.1,11.4,5.7z M7.7,0.8 c-0.6-0.3-1.3-0.4-2-0.4c-0.7,0-1.4,0.1-2,0.4C3.1,1.1,2.6,1.5,2.1,2C1.5,2.5,1.1,3.1,0.9,3.7C0.6,4.3,0.5,5,0.5,5.7s0.1,1.4,0.4,2 c0.3,0.6,0.6,1.2,1.2,1.7c0.5,0.5,1,0.9,1.6,1.2S5,11,5.7,11c0.7,0,1.4-0.1,2-0.4c0.6-0.3,1.2-0.7,1.7-1.2c1-1,1.5-2.2,1.5-3.7 c0-0.7-0.1-1.4-0.4-2C10.3,3.1,9.9,2.5,9.4,2C8.9,1.5,8.3,1.1,7.7,0.8z M7.4,5.9L5,7.4v-3L7.4,5.9z"></path></g></svg> </a></div></div></div><div class="elementor-element elementor-element-2287a696 elementor-widget elementor-widget-heading" data-id="2287a696" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h4 class="elementor-heading-title elementor-size-default">Curious2018 Highlights</h4></div></div></div></div></div></section></div></div></article></div></div><div class="dce-carousel-controls"><div class="dce-container-navigation swiper-container-horizontal"><div class="swiper-button-left left-90553c1"> <svg x="-10px" y="-10px" width="85.039px" height="85.039px" viewBox="378.426 255.12 85.039 85.039" xml:space="preserve"> <line fill="none" stroke="#000000" stroke-width="1.3845" stroke-dasharray="0,0" stroke-miterlimit="10" x1="382.456" y1="298.077" x2="458.375" y2="298.077"/> <polyline fill="none" stroke="#000000" stroke-width="1.3845" stroke-dasharray="0,0" stroke-miterlimit="10" points="416.287,331.909,382.456,298.077,416.287,264.245 "/> </svg></div><div class="swiper-button-right right-90553c1"> <svg xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="85.039px" height="85.039px" viewBox="378.426 255.12 85.039 85.039" xml:space="preserve"> <line fill="none" stroke="#000000" stroke-width="1.3845" stroke-miterlimit="10" x1="458.375" y1="298.077" x2="382.456" y2="298.077"/> <polyline fill="none" stroke="#000000" stroke-width="1.3845" stroke-miterlimit="10" points="424.543,264.245,458.375,298.077,424.543,331.909 "/> </svg></div></div></div></div></div><div class="elementor-element elementor-element-f170b84 elementor-hidden-desktop elementor-widget elementor-widget-button" data-id="f170b84" data-element_type="widget" data-widget_type="button.default"><div class="elementor-widget-container"><div class="elementor-button-wrapper"> <a class="elementor-button elementor-button-link elementor-size-sm" href="https://www.curiousfutureinsight.org/media-library-items/"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-icon"> <i aria-hidden="true" class="fas fa-long-arrow-alt-right"></i> </span> <span class="elementor-button-text">Media Library</span> </span> </a></div></div></div></div></div></div></section><section data-dce-background-overlay-color="#093C66" class="elementor-section elementor-top-section elementor-element elementor-element-a1da230 elementor-section-height-min-height elementor-section-items-stretch elementor-section-boxed elementor-section-height-default" data-id="a1da230" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[],&quot;shape_divider_top&quot;:&quot;curve-asymmetrical&quot;,&quot;shape_divider_top_negative&quot;:&quot;yes&quot;,&quot;shape_divider_bottom&quot;:&quot;curve-asymmetrical&quot;,&quot;shape_divider_bottom_negative&quot;:&quot;yes&quot;}"><div class="elementor-background-overlay"></div><div class="elementor-shape elementor-shape-top" data-negative="true"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 100" preserveAspectRatio="none"> <path class="elementor-shape-fill" d="M615.2,96.7C240.2,97.8,0,18.9,0,0v100h1000V0C1000,19.2,989.8,96,615.2,96.7z"/> </svg></div><div class="elementor-shape elementor-shape-bottom" data-negative="true"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 100" preserveAspectRatio="none"> <path class="elementor-shape-fill" d="M615.2,96.7C240.2,97.8,0,18.9,0,0v100h1000V0C1000,19.2,989.8,96,615.2,96.7z"/> </svg></div><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-79c4dff" data-id="79c4dff" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="jet-satellite-widget elementor-element elementor-element-6f68e52 elementor-widget__width-auto elementor-absolute elementor-widget elementor-widget-image" data-jet-tricks-settings="{&quot;satellite&quot;:&quot;true&quot;,&quot;satelliteType&quot;:&quot;image&quot;,&quot;satellitePosition&quot;:&quot;bottom-right&quot;}" data-id="6f68e52" data-element_type="widget" data-settings="{&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_translateY_effect&quot;:&quot;yes&quot;,&quot;motion_fx_translateY_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;_position&quot;:&quot;absolute&quot;,&quot;motion_fx_translateY_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:100}},&quot;motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}" data-widget_type="image.default"><div class="elementor-widget-container"><div class="jet-tricks-satellite jet-tricks-satellite--bottom-right"><div class="jet-tricks-satellite__inner"><div class="jet-tricks-satellite__image"><img decoding="async" class="jet-tricks-satellite__image-instance lazyload" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://www.curiousfutureinsight.org/wp-content/uploads/2021/11/lens_flare.png" alt=""><noscript><img decoding="async" class="jet-tricks-satellite__image-instance lazyload" src="https://www.curiousfutureinsight.org/wp-content/uploads/2021/11/lens_flare.png" alt=""></noscript></div></div></div> <img decoding="async" width="800" height="805" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://www.curiousfutureinsight.org/wp-content/uploads/blue_orb.svg" class="attachment-large size-large wp-image-5385 lazyload" alt="" /><noscript><img decoding="async" width="800" height="805" src="https://www.curiousfutureinsight.org/wp-content/uploads/blue_orb.svg" class="attachment-large size-large wp-image-5385 lazyload" alt="" /></noscript></div></div><div class="elementor-element elementor-element-f1ce84e elementor-widget__width-auto elementor-absolute elementor-widget elementor-widget-image" data-id="f1ce84e" data-element_type="widget" data-settings="{&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_translateY_effect&quot;:&quot;yes&quot;,&quot;motion_fx_translateY_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0.5,&quot;sizes&quot;:[]},&quot;_position&quot;:&quot;absolute&quot;,&quot;motion_fx_translateY_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:100}},&quot;motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}" data-widget_type="image.default"><div class="elementor-widget-container"> <img decoding="async" width="800" height="805" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://www.curiousfutureinsight.org/wp-content/uploads/blue_orb.svg" class="attachment-large size-large wp-image-5385 lazyload" alt="" /><noscript><img decoding="async" width="800" height="805" src="https://www.curiousfutureinsight.org/wp-content/uploads/blue_orb.svg" class="attachment-large size-large wp-image-5385 lazyload" alt="" /></noscript></div></div><div class="elementor-element elementor-element-e5f1fee elementor-position-left elementor-view-default elementor-mobile-position-top elementor-vertical-align-top elementor-widget elementor-widget-icon-box" data-id="e5f1fee" data-element_type="widget" data-widget_type="icon-box.default"><div class="elementor-widget-container"><div class="elementor-icon-box-wrapper"><div class="elementor-icon-box-icon"> <span class="elementor-icon elementor-animation-"> <i aria-hidden="true" class="fas fa-quote-left"></i> </span></div><div class="elementor-icon-box-content"><div class="elementor-icon-box-title"> <span > The ambitious look far ahead is unique. </span></div><p class="elementor-icon-box-description"> - Participant Future Insight Days 2021</p></div></div></div></div></div></div></div></section><section data-dce-background-color="#E8F0F3" class="elementor-section elementor-top-section elementor-element elementor-element-639b3f1 elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="639b3f1" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[],&quot;background_background&quot;:&quot;gradient&quot;}"><div class="elementor-container elementor-column-gap-default"><div data-dce-background-color="#E8F0F3" data-dce-background-image-url="https://www.curiousfutureinsight.org/wp-content/uploads/Ulrich-Betz.jpg" class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-79abfc3" data-id="79abfc3" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-cf44f9f elementor-widget elementor-widget-spacer" data-id="cf44f9f" data-element_type="widget" data-widget_type="spacer.default"><div class="elementor-widget-container"><div class="elementor-spacer"><div class="elementor-spacer-inner"></div></div></div></div></div></div><div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-4688ab7" data-id="4688ab7" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-3744954 elementor-position-left elementor-view-default elementor-mobile-position-top elementor-vertical-align-top elementor-widget elementor-widget-icon-box" data-id="3744954" data-element_type="widget" data-widget_type="icon-box.default"><div class="elementor-widget-container"><div class="elementor-icon-box-wrapper"><div class="elementor-icon-box-icon"> <span class="elementor-icon elementor-animation-"> <i aria-hidden="true" class="fas fa-quote-left"></i> </span></div><div class="elementor-icon-box-content"><div class="elementor-icon-box-title"> <span > The Curious Future Insight Conference is the place to meet the people that shape the global future of science & technology. </span></div><p class="elementor-icon-box-description"> Conference Lead: Dr. Ulrich Betz, Senior Vice President Innovation, Merck KGaA, Darmstadt, Germany. Thank you for your interest in the Curious – Future Insight™ Conference. Feel free to get in touch if you have any questions about participation or partnerships</p></div></div></div></div><div class="elementor-element elementor-element-193127d elementor-widget elementor-widget-button" data-id="193127d" data-element_type="widget" data-widget_type="button.default"><div class="elementor-widget-container"><div class="elementor-button-wrapper"> <a class="elementor-button elementor-button-link elementor-size-sm" href="https://www.curiousfutureinsight.org/?page_id=4742"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-icon"> <i aria-hidden="true" class="fas fa-long-arrow-alt-right"></i> </span> <span class="elementor-button-text">Contact Us</span> </span> </a></div></div></div></div></div></div></section><section data-dce-background-overlay-color="#093C66" class="elementor-section elementor-top-section elementor-element elementor-element-012574a elementor-section-height-min-height elementor-section-items-stretch elementor-section-boxed elementor-section-height-default" data-id="012574a" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[],&quot;shape_divider_top&quot;:&quot;curve-asymmetrical&quot;,&quot;shape_divider_top_negative&quot;:&quot;yes&quot;,&quot;shape_divider_bottom&quot;:&quot;curve-asymmetrical&quot;,&quot;shape_divider_bottom_negative&quot;:&quot;yes&quot;}"><div class="elementor-background-overlay"></div><div class="elementor-shape elementor-shape-top" data-negative="true"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 100" preserveAspectRatio="none"> <path class="elementor-shape-fill" d="M615.2,96.7C240.2,97.8,0,18.9,0,0v100h1000V0C1000,19.2,989.8,96,615.2,96.7z"/> </svg></div><div class="elementor-shape elementor-shape-bottom" data-negative="true"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 100" preserveAspectRatio="none"> <path class="elementor-shape-fill" d="M615.2,96.7C240.2,97.8,0,18.9,0,0v100h1000V0C1000,19.2,989.8,96,615.2,96.7z"/> </svg></div><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-30c4be0" data-id="30c4be0" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="jet-satellite-widget elementor-element elementor-element-9a33555 elementor-widget__width-auto elementor-absolute elementor-widget elementor-widget-image" data-jet-tricks-settings="{&quot;satellite&quot;:&quot;true&quot;,&quot;satelliteType&quot;:&quot;image&quot;,&quot;satellitePosition&quot;:&quot;bottom-right&quot;}" data-id="9a33555" data-element_type="widget" data-settings="{&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_translateY_effect&quot;:&quot;yes&quot;,&quot;motion_fx_translateY_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;_position&quot;:&quot;absolute&quot;,&quot;motion_fx_translateY_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:100}},&quot;motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}" data-widget_type="image.default"><div class="elementor-widget-container"><div class="jet-tricks-satellite jet-tricks-satellite--bottom-right"><div class="jet-tricks-satellite__inner"><div class="jet-tricks-satellite__image"><img decoding="async" class="jet-tricks-satellite__image-instance lazyload" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://www.curiousfutureinsight.org/wp-content/uploads/2021/11/lens_flare.png" alt=""><noscript><img decoding="async" class="jet-tricks-satellite__image-instance lazyload" src="https://www.curiousfutureinsight.org/wp-content/uploads/2021/11/lens_flare.png" alt=""></noscript></div></div></div> <img decoding="async" width="800" height="805" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://www.curiousfutureinsight.org/wp-content/uploads/blue_orb.svg" class="attachment-large size-large wp-image-5385 lazyload" alt="" /><noscript><img decoding="async" width="800" height="805" src="https://www.curiousfutureinsight.org/wp-content/uploads/blue_orb.svg" class="attachment-large size-large wp-image-5385 lazyload" alt="" /></noscript></div></div><div class="elementor-element elementor-element-96d1667 elementor-widget__width-auto elementor-absolute elementor-widget elementor-widget-image" data-id="96d1667" data-element_type="widget" data-settings="{&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_translateY_effect&quot;:&quot;yes&quot;,&quot;motion_fx_translateY_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0.5,&quot;sizes&quot;:[]},&quot;_position&quot;:&quot;absolute&quot;,&quot;motion_fx_translateY_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:100}},&quot;motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}" data-widget_type="image.default"><div class="elementor-widget-container"> <img decoding="async" width="800" height="805" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://www.curiousfutureinsight.org/wp-content/uploads/blue_orb.svg" class="attachment-large size-large wp-image-5385 lazyload" alt="" /><noscript><img decoding="async" width="800" height="805" src="https://www.curiousfutureinsight.org/wp-content/uploads/blue_orb.svg" class="attachment-large size-large wp-image-5385 lazyload" alt="" /></noscript></div></div><div class="elementor-element elementor-element-f9aadbc elementor-position-left elementor-view-default elementor-mobile-position-top elementor-vertical-align-top elementor-widget elementor-widget-icon-box" data-id="f9aadbc" data-element_type="widget" data-widget_type="icon-box.default"><div class="elementor-widget-container"><div class="elementor-icon-box-wrapper"><div class="elementor-icon-box-icon"> <span class="elementor-icon elementor-animation-"> <i aria-hidden="true" class="fas fa-quote-left"></i> </span></div><div class="elementor-icon-box-content"><div class="elementor-icon-box-title"> <span > Truly a marvelous event </span></div><p class="elementor-icon-box-description"> - Participant Future Insight Days 2021</p></div></div></div></div></div></div></div></section><section data-dce-background-color="#E8F0F3" class="elementor-section elementor-top-section elementor-element elementor-element-54d32c3 elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="54d32c3" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[],&quot;background_background&quot;:&quot;gradient&quot;}"><div class="elementor-container elementor-column-gap-default"><div data-dce-background-color="#E8F0F3" data-dce-background-image-url="https://www.curiousfutureinsight.org/wp-content/uploads/Book-Small.webp" class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-80e4d21" data-id="80e4d21" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-c3aba02 elementor-widget elementor-widget-spacer" data-id="c3aba02" data-element_type="widget" data-widget_type="spacer.default"><div class="elementor-widget-container"><div class="elementor-spacer"><div class="elementor-spacer-inner"></div></div></div></div></div></div><div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-6175e53" data-id="6175e53" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-afded54 elementor-vertical-align-top elementor-widget elementor-widget-icon-box" data-id="afded54" data-element_type="widget" data-widget_type="icon-box.default"><div class="elementor-widget-container"><div class="elementor-icon-box-wrapper"><div class="elementor-icon-box-content"><div class="elementor-icon-box-title"> <span > Are you curious and want to read more about future insights in science and technology? <br>Read the proceedings of the Curious2022 conference! </span></div><p class="elementor-icon-box-description"> This book expands the debate on the future of science and technology and explains the vision of the Curious conference. Explore breakthrough technologies together with some of the world's leading scientists, top managers and entrepreneurs. Get to know the latest scientific developments that are paving the way to new therapies and shaping the future of healthcare, medicine, the life and material sciences, digitalization and new ways of working together. The final section of the book invites readers to reflect on ethical principles that guide our application of science and technology to create a better world for humanity.</p></div></div></div></div><div class="elementor-element elementor-element-50bf3f9 elementor-widget elementor-widget-button" data-id="50bf3f9" data-element_type="widget" data-widget_type="button.default"><div class="elementor-widget-container"><div class="elementor-button-wrapper"> <a class="elementor-button elementor-button-link elementor-size-sm" href="https://link.springer.com/book/10.1007/978-3-031-41781-8?source=shoppingads&#038;locale=de"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-icon"> <i aria-hidden="true" class="fas fa-long-arrow-alt-right"></i> </span> <span class="elementor-button-text">Buy here</span> </span> </a></div></div></div></div></div></div></section><section data-dce-background-overlay-color="#093C66" class="elementor-section elementor-top-section elementor-element elementor-element-2c02f98 elementor-section-height-min-height elementor-section-items-stretch elementor-section-boxed elementor-section-height-default" data-id="2c02f98" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[],&quot;shape_divider_top&quot;:&quot;curve-asymmetrical&quot;,&quot;shape_divider_top_negative&quot;:&quot;yes&quot;,&quot;shape_divider_bottom&quot;:&quot;curve-asymmetrical&quot;,&quot;shape_divider_bottom_negative&quot;:&quot;yes&quot;}"><div class="elementor-background-overlay"></div><div class="elementor-shape elementor-shape-top" data-negative="true"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 100" preserveAspectRatio="none"> <path class="elementor-shape-fill" d="M615.2,96.7C240.2,97.8,0,18.9,0,0v100h1000V0C1000,19.2,989.8,96,615.2,96.7z"/> </svg></div><div class="elementor-shape elementor-shape-bottom" data-negative="true"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 100" preserveAspectRatio="none"> <path class="elementor-shape-fill" d="M615.2,96.7C240.2,97.8,0,18.9,0,0v100h1000V0C1000,19.2,989.8,96,615.2,96.7z"/> </svg></div><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-6564335" data-id="6564335" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="jet-satellite-widget elementor-element elementor-element-8dbd738 elementor-widget__width-auto elementor-absolute elementor-widget elementor-widget-image" data-jet-tricks-settings="{&quot;satellite&quot;:&quot;true&quot;,&quot;satelliteType&quot;:&quot;image&quot;,&quot;satellitePosition&quot;:&quot;bottom-right&quot;}" data-id="8dbd738" data-element_type="widget" data-settings="{&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_translateY_effect&quot;:&quot;yes&quot;,&quot;motion_fx_translateY_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;_position&quot;:&quot;absolute&quot;,&quot;motion_fx_translateY_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:100}},&quot;motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}" data-widget_type="image.default"><div class="elementor-widget-container"><div class="jet-tricks-satellite jet-tricks-satellite--bottom-right"><div class="jet-tricks-satellite__inner"><div class="jet-tricks-satellite__image"><img decoding="async" class="jet-tricks-satellite__image-instance lazyload" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://www.curiousfutureinsight.org/wp-content/uploads/2021/11/lens_flare.png" alt=""><noscript><img decoding="async" class="jet-tricks-satellite__image-instance lazyload" src="https://www.curiousfutureinsight.org/wp-content/uploads/2021/11/lens_flare.png" alt=""></noscript></div></div></div> <img decoding="async" width="800" height="805" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://www.curiousfutureinsight.org/wp-content/uploads/blue_orb.svg" class="attachment-large size-large wp-image-5385 lazyload" alt="" /><noscript><img decoding="async" width="800" height="805" src="https://www.curiousfutureinsight.org/wp-content/uploads/blue_orb.svg" class="attachment-large size-large wp-image-5385 lazyload" alt="" /></noscript></div></div><div class="elementor-element elementor-element-e1106a1 elementor-widget__width-auto elementor-absolute elementor-widget elementor-widget-image" data-id="e1106a1" data-element_type="widget" data-settings="{&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_translateY_effect&quot;:&quot;yes&quot;,&quot;motion_fx_translateY_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0.5,&quot;sizes&quot;:[]},&quot;_position&quot;:&quot;absolute&quot;,&quot;motion_fx_translateY_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:100}},&quot;motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}" data-widget_type="image.default"><div class="elementor-widget-container"> <img decoding="async" width="800" height="805" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://www.curiousfutureinsight.org/wp-content/uploads/blue_orb.svg" class="attachment-large size-large wp-image-5385 lazyload" alt="" /><noscript><img decoding="async" width="800" height="805" src="https://www.curiousfutureinsight.org/wp-content/uploads/blue_orb.svg" class="attachment-large size-large wp-image-5385 lazyload" alt="" /></noscript></div></div><div class="elementor-element elementor-element-28db471 elementor-position-left elementor-view-default elementor-mobile-position-top elementor-vertical-align-top elementor-widget elementor-widget-icon-box" data-id="28db471" data-element_type="widget" data-widget_type="icon-box.default"><div class="elementor-widget-container"><div class="elementor-icon-box-wrapper"><div class="elementor-icon-box-icon"> <span class="elementor-icon elementor-animation-"> <i aria-hidden="true" class="fas fa-quote-left"></i> </span></div><div class="elementor-icon-box-content"><h3 class="elementor-icon-box-title"> <span > I felt there was something special about this meeting that I had never experienced before </span></h3><p class="elementor-icon-box-description"> - Participant Curious2024</p></div></div></div></div></div></div></div></section><section class="elementor-section elementor-top-section elementor-element elementor-element-dce6a5d elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="dce6a5d" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[],&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-66 elementor-top-column elementor-element elementor-element-2953ff7" data-id="2953ff7" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-485be16 elementor-widget elementor-widget-heading" data-id="485be16" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h3 class="elementor-heading-title elementor-size-default">Don’t forget to check out the BeCurious podcast with Louise Houghton!</h3></div></div></div></div><div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-b620c09" data-id="b620c09" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-fa0955a elementor-widget elementor-widget-image" data-id="fa0955a" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="800" height="450" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://www.curiousfutureinsight.org/wp-content/uploads/BeCurious16x9Fixed-1024x576.jpg" class="attachment-large size-large wp-image-17730 lazyload" alt="" data-srcset="https://www.curiousfutureinsight.org/wp-content/uploads/BeCurious16x9Fixed-1024x576.jpg 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/BeCurious16x9Fixed-600x338.jpg 600w, https://www.curiousfutureinsight.org/wp-content/uploads/BeCurious16x9Fixed-768x432.jpg 768w, https://www.curiousfutureinsight.org/wp-content/uploads/BeCurious16x9Fixed-1536x864.jpg 1536w, https://www.curiousfutureinsight.org/wp-content/uploads/BeCurious16x9Fixed-2048x1152.jpg 2048w, https://www.curiousfutureinsight.org/wp-content/uploads/BeCurious16x9Fixed-scaled.jpg 1920w" sizes="(max-width: 800px) 100vw, 800px" /><noscript><img loading="lazy" decoding="async" width="800" height="450" src="https://www.curiousfutureinsight.org/wp-content/uploads/BeCurious16x9Fixed-1024x576.jpg" class="attachment-large size-large wp-image-17730 lazyload" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/BeCurious16x9Fixed-1024x576.jpg 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/BeCurious16x9Fixed-600x338.jpg 600w, https://www.curiousfutureinsight.org/wp-content/uploads/BeCurious16x9Fixed-768x432.jpg 768w, https://www.curiousfutureinsight.org/wp-content/uploads/BeCurious16x9Fixed-1536x864.jpg 1536w, https://www.curiousfutureinsight.org/wp-content/uploads/BeCurious16x9Fixed-2048x1152.jpg 2048w, https://www.curiousfutureinsight.org/wp-content/uploads/BeCurious16x9Fixed-scaled.jpg 1920w" sizes="(max-width: 800px) 100vw, 800px" /></noscript></div></div></div></div></div></section><section data-dce-background-overlay-color="#093C66" class="elementor-section elementor-top-section elementor-element elementor-element-e6c6972 elementor-section-height-min-height elementor-section-items-stretch elementor-section-boxed elementor-section-height-default" data-id="e6c6972" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[],&quot;shape_divider_top&quot;:&quot;curve-asymmetrical&quot;,&quot;shape_divider_top_negative&quot;:&quot;yes&quot;,&quot;shape_divider_bottom_negative&quot;:&quot;yes&quot;,&quot;shape_divider_bottom&quot;:&quot;curve-asymmetrical&quot;}"><div class="elementor-background-overlay"></div><div class="elementor-shape elementor-shape-top" data-negative="true"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 100" preserveAspectRatio="none"> <path class="elementor-shape-fill" d="M615.2,96.7C240.2,97.8,0,18.9,0,0v100h1000V0C1000,19.2,989.8,96,615.2,96.7z"/> </svg></div><div class="elementor-shape elementor-shape-bottom" data-negative="true"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 100" preserveAspectRatio="none"> <path class="elementor-shape-fill" d="M615.2,96.7C240.2,97.8,0,18.9,0,0v100h1000V0C1000,19.2,989.8,96,615.2,96.7z"/> </svg></div><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-7ee0573" data-id="7ee0573" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="jet-satellite-widget elementor-element elementor-element-a5215c7 elementor-widget__width-auto elementor-absolute elementor-widget elementor-widget-image" data-jet-tricks-settings="{&quot;satellite&quot;:&quot;true&quot;,&quot;satelliteType&quot;:&quot;image&quot;,&quot;satellitePosition&quot;:&quot;bottom-right&quot;}" data-id="a5215c7" data-element_type="widget" data-settings="{&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_translateY_effect&quot;:&quot;yes&quot;,&quot;motion_fx_translateY_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;_position&quot;:&quot;absolute&quot;,&quot;motion_fx_translateY_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:100}},&quot;motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}" data-widget_type="image.default"><div class="elementor-widget-container"><div class="jet-tricks-satellite jet-tricks-satellite--bottom-right"><div class="jet-tricks-satellite__inner"><div class="jet-tricks-satellite__image"><img decoding="async" class="jet-tricks-satellite__image-instance lazyload" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://www.curiousfutureinsight.org/wp-content/uploads/2021/11/lens_flare.png" alt=""><noscript><img decoding="async" class="jet-tricks-satellite__image-instance lazyload" src="https://www.curiousfutureinsight.org/wp-content/uploads/2021/11/lens_flare.png" alt=""></noscript></div></div></div> <img decoding="async" width="800" height="805" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://www.curiousfutureinsight.org/wp-content/uploads/blue_orb.svg" class="attachment-large size-large wp-image-5385 lazyload" alt="" /><noscript><img decoding="async" width="800" height="805" src="https://www.curiousfutureinsight.org/wp-content/uploads/blue_orb.svg" class="attachment-large size-large wp-image-5385 lazyload" alt="" /></noscript></div></div><div class="elementor-element elementor-element-dc65020 elementor-widget__width-auto elementor-absolute elementor-widget elementor-widget-image" data-id="dc65020" data-element_type="widget" data-settings="{&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_translateY_effect&quot;:&quot;yes&quot;,&quot;motion_fx_translateY_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0.5,&quot;sizes&quot;:[]},&quot;_position&quot;:&quot;absolute&quot;,&quot;motion_fx_translateY_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:100}},&quot;motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}" data-widget_type="image.default"><div class="elementor-widget-container"> <img decoding="async" width="800" height="805" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://www.curiousfutureinsight.org/wp-content/uploads/blue_orb.svg" class="attachment-large size-large wp-image-5385 lazyload" alt="" /><noscript><img decoding="async" width="800" height="805" src="https://www.curiousfutureinsight.org/wp-content/uploads/blue_orb.svg" class="attachment-large size-large wp-image-5385 lazyload" alt="" /></noscript></div></div><div class="elementor-element elementor-element-06cdbbb elementor-position-left elementor-view-default elementor-mobile-position-top elementor-vertical-align-top elementor-widget elementor-widget-icon-box" data-id="06cdbbb" data-element_type="widget" data-widget_type="icon-box.default"><div class="elementor-widget-container"><div class="elementor-icon-box-wrapper"><div class="elementor-icon-box-icon"> <span class="elementor-icon elementor-animation-"> <i aria-hidden="true" class="fas fa-quote-left"></i> </span></div><div class="elementor-icon-box-content"><h3 class="elementor-icon-box-title"> <span > One of the best meetings that I have ever attended …the academic discourse and cross-fertilization of the different fields were amazing. I came home with a list of 4 new collaborations and a bucket of new ideas. </span></h3><p class="elementor-icon-box-description"> - Participant Curious2024</p></div></div></div></div></div></div></div></section><section data-dce-background-color="#E8F0F3" class="elementor-section elementor-top-section elementor-element elementor-element-44ca587 elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="44ca587" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[],&quot;background_background&quot;:&quot;gradient&quot;}"><div class="elementor-container elementor-column-gap-default"><div data-dce-background-color="#E8F0F3" data-dce-background-image-url="https://www.curiousfutureinsight.org/wp-content/uploads/curious2018-288441405.jpeg" class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-a9b7231" data-id="a9b7231" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-7fb83d2 elementor-widget elementor-widget-spacer" data-id="7fb83d2" data-element_type="widget" data-widget_type="spacer.default"><div class="elementor-widget-container"><div class="elementor-spacer"><div class="elementor-spacer-inner"></div></div></div></div></div></div><div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-43af7b2" data-id="43af7b2" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-3f553c4 elementor-vertical-align-top elementor-widget elementor-widget-icon-box" data-id="3f553c4" data-element_type="widget" data-widget_type="icon-box.default"><div class="elementor-widget-container"><div class="elementor-icon-box-wrapper"><div class="elementor-icon-box-content"><div class="elementor-icon-box-title"> <span > Want to know more about Curious2018? </span></div><p class="elementor-icon-box-description"> Buy the 2018 book. Find out how it all started and much more!</p></div></div></div></div><div class="elementor-element elementor-element-0f2f82d elementor-widget elementor-widget-button" data-id="0f2f82d" data-element_type="widget" data-widget_type="button.default"><div class="elementor-widget-container"><div class="elementor-button-wrapper"> <a class="elementor-button elementor-button-link elementor-size-sm" href="https://link.springer.com/book/10.1007/978-3-030-16061-6"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-icon"> <i aria-hidden="true" class="fas fa-long-arrow-alt-right"></i> </span> <span class="elementor-button-text">Buy here</span> </span> </a></div></div></div></div></div></div></section></div></div></main><div data-elementor-type="footer" data-elementor-id="8898" class="elementor elementor-8898 elementor-location-footer" data-elementor-post-type="elementor_library"><section class="elementor-section elementor-top-section elementor-element elementor-element-6d7f2580 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="6d7f2580" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;jet_parallax_layout_list&quot;:[{&quot;_id&quot;:&quot;c168c33&quot;,&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}"><div class="elementor-container elementor-column-gap-no"><div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-50058a74" data-id="50058a74" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-4b1127c7 elementor-widget elementor-widget-heading" data-id="4b1127c7" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h6 class="elementor-heading-title elementor-size-default">Menu</h6></div></div><div class="elementor-element elementor-element-78d5bb7 elementor-nav-menu--dropdown-none menu-footer grid-3-columns elementor-widget elementor-widget-nav-menu" data-id="78d5bb7" data-element_type="widget" data-settings="{&quot;layout&quot;:&quot;horizontal&quot;,&quot;submenu_icon&quot;:{&quot;value&quot;:&quot;&lt;i class=\&quot;fas fa-caret-down\&quot;&gt;&lt;\/i&gt;&quot;,&quot;library&quot;:&quot;fa-solid&quot;}}" data-widget_type="nav-menu.default"><div class="elementor-widget-container"><nav aria-label="Menu" class="elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-horizontal e--pointer-none"><ul id="menu-1-78d5bb7" class="elementor-nav-menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-14 current_page_item menu-item-5646"><a href="https://www.curiousfutureinsight.org/" aria-current="page" class="elementor-item elementor-item-active">Home</a></li><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-7974"><a href="https://www.curiousfutureinsight.org/_speakers" class="elementor-item">Speakers</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13071"><a href="https://www.curiousfutureinsight.org/event/" class="elementor-item">Event</a></li><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-5657"><a href="https://www.curiousfutureinsight.org/partners" class="elementor-item">Partners</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5651"><a href="https://www.curiousfutureinsight.org/news/" class="elementor-item">News</a></li><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-7978"><a href="https://www.curiousfutureinsight.org/media-library-items/" class="elementor-item">Media Library</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-16001"><a href="https://www.curiousfutureinsight.org/about-us/" class="elementor-item">About Us</a></li><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15580"><a href="https://www.curiousfutureinsight.org/agenda/" class="elementor-item">Agenda</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-16874"><a href="https://www.curiousfutureinsight.org/junior-visions/" class="elementor-item">Junior Visions</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10235"><a href="https://www.curiousfutureinsight.org/dreamboard/" class="elementor-item">Dream Board</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11391"><a href="https://www.curiousfutureinsight.org/jobs-opportunities/" class="elementor-item">Jobs &#038; Opportunities</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10740"><a href="https://www.curiousfutureinsight.org/twitter-feed/" class="elementor-item">X Feed</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5649"><a href="https://www.curiousfutureinsight.org/future-insight-prize/" class="elementor-item">Future Insight™ Prize</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-12709"><a href="https://www.curiousfutureinsight.org/topglobalscienceprizes/" class="elementor-item">Top Global Science Prizes</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8352"><a href="https://www.curiousfutureinsight.org/science-declaration/" class="elementor-item">Make Science Not War</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-17472"><a href="https://www.curiousfutureinsight.org/vision-finder/" class="elementor-item">Vision Finder</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-12136"><a href="https://www.curiousfutureinsight.org/curious2022/" class="elementor-item">Curious2022</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-9687"><a href="https://www.curiousfutureinsight.org/2021-future-insight-days/" class="elementor-item">2021 Future Insight Days</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-9686"><a href="https://www.curiousfutureinsight.org/curious2018/" class="elementor-item">Curious2018</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5648"><a href="https://www.curiousfutureinsight.org/contact/" class="elementor-item">Contact &#038; FAQ</a></li></ul></nav><nav class="elementor-nav-menu--dropdown elementor-nav-menu__container" aria-hidden="true"><ul id="menu-2-78d5bb7" class="elementor-nav-menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-14 current_page_item menu-item-5646"><a href="https://www.curiousfutureinsight.org/" aria-current="page" class="elementor-item elementor-item-active" tabindex="-1">Home</a></li><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-7974"><a href="https://www.curiousfutureinsight.org/_speakers" class="elementor-item" tabindex="-1">Speakers</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13071"><a href="https://www.curiousfutureinsight.org/event/" class="elementor-item" tabindex="-1">Event</a></li><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-5657"><a href="https://www.curiousfutureinsight.org/partners" class="elementor-item" tabindex="-1">Partners</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5651"><a href="https://www.curiousfutureinsight.org/news/" class="elementor-item" tabindex="-1">News</a></li><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-7978"><a href="https://www.curiousfutureinsight.org/media-library-items/" class="elementor-item" tabindex="-1">Media Library</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-16001"><a href="https://www.curiousfutureinsight.org/about-us/" class="elementor-item" tabindex="-1">About Us</a></li><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15580"><a href="https://www.curiousfutureinsight.org/agenda/" class="elementor-item" tabindex="-1">Agenda</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-16874"><a href="https://www.curiousfutureinsight.org/junior-visions/" class="elementor-item" tabindex="-1">Junior Visions</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10235"><a href="https://www.curiousfutureinsight.org/dreamboard/" class="elementor-item" tabindex="-1">Dream Board</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11391"><a href="https://www.curiousfutureinsight.org/jobs-opportunities/" class="elementor-item" tabindex="-1">Jobs &#038; Opportunities</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10740"><a href="https://www.curiousfutureinsight.org/twitter-feed/" class="elementor-item" tabindex="-1">X Feed</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5649"><a href="https://www.curiousfutureinsight.org/future-insight-prize/" class="elementor-item" tabindex="-1">Future Insight™ Prize</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-12709"><a href="https://www.curiousfutureinsight.org/topglobalscienceprizes/" class="elementor-item" tabindex="-1">Top Global Science Prizes</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8352"><a href="https://www.curiousfutureinsight.org/science-declaration/" class="elementor-item" tabindex="-1">Make Science Not War</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-17472"><a href="https://www.curiousfutureinsight.org/vision-finder/" class="elementor-item" tabindex="-1">Vision Finder</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-12136"><a href="https://www.curiousfutureinsight.org/curious2022/" class="elementor-item" tabindex="-1">Curious2022</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-9687"><a href="https://www.curiousfutureinsight.org/2021-future-insight-days/" class="elementor-item" tabindex="-1">2021 Future Insight Days</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-9686"><a href="https://www.curiousfutureinsight.org/curious2018/" class="elementor-item" tabindex="-1">Curious2018</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5648"><a href="https://www.curiousfutureinsight.org/contact/" class="elementor-item" tabindex="-1">Contact &#038; FAQ</a></li></ul></nav></div></div></div></div><div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-1cd480e2" data-id="1cd480e2" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-4e49e8fe elementor-widget elementor-widget-heading" data-id="4e49e8fe" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h6 class="elementor-heading-title elementor-size-default">Follow Us</h6></div></div><div class="elementor-element elementor-element-1815d95a elementor-grid-3 e-grid-align-left elementor-shape-rounded elementor-widget elementor-widget-social-icons" data-id="1815d95a" data-element_type="widget" data-widget_type="social-icons.default"><div class="elementor-widget-container"> <style>/*! elementor - v3.23.0 - 05-08-2024 */ .elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em));height:calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:inline-flex;background-color:#69727d;align-items:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#69727d}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-threads{background-color:#000}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-x-twitter{background-color:#000}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style><div class="elementor-social-icons-wrapper elementor-grid"> <span class="elementor-grid-item"> <a class="elementor-icon elementor-social-icon elementor-social-icon- elementor-repeater-item-da75ff2" href="https://twitter.com/futureinsight" target="_blank"> <span class="elementor-screen-only"></span> <svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" width="30" height="30" id="svg4" sodipodi:docname="X_logo_2023_original_small_black!.svg" inkscape:version="1.0.2-2 (e86c870879, 2021-01-15)"><metadata></metadata><defs id="defs8"></defs><path d="M 17.26576,13.466948 26.395212,3.0747379 H 24.232585 L 16.30214,12.096304 9.9728244,3.0747379 H 2.670897 L 12.244153,16.718242 2.670897,27.614737 h 2.1626258 l 8.3693452,-9.52912 6.685669,9.52912 h 7.301925 M 5.6140622,4.6717791 H 8.9364637 L 24.230951,26.096159 h -3.323218" id="path2" style="stroke-width:1"></path></svg> </a> </span> <span class="elementor-grid-item"> <a class="elementor-icon elementor-social-icon elementor-social-icon-linkedin elementor-repeater-item-5aad85f" href="https://www.linkedin.com/company/curious-future-insight/" target="_blank"> <span class="elementor-screen-only">Linkedin</span> <i class="fab fa-linkedin"></i> </a> </span> <span class="elementor-grid-item"> <a class="elementor-icon elementor-social-icon elementor-social-icon-instagram elementor-repeater-item-f6eb65d" href="https://instagram.com/future_insight_ev?igshid=MWZjMTM2ODFkZg==" target="_blank"> <span class="elementor-screen-only">Instagram</span> <i class="fab fa-instagram"></i> </a> </span></div></div></div><div class="elementor-element elementor-element-23bd64d1 elementor-widget elementor-widget-heading" data-id="23bd64d1" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h6 class="elementor-heading-title elementor-size-default">Search</h6></div></div><div class="elementor-element elementor-element-5f0a17c5 elementor-search-form--skin-classic elementor-search-form--button-type-icon elementor-search-form--icon-search elementor-widget elementor-widget-search-form" data-id="5f0a17c5" data-element_type="widget" data-settings="{&quot;skin&quot;:&quot;classic&quot;}" data-widget_type="search-form.default"><div class="elementor-widget-container"> <search role="search"><form class="elementor-search-form" action="https://www.curiousfutureinsight.org" method="get"><div class="elementor-search-form__container"> <label class="elementor-screen-only" for="elementor-search-form-5f0a17c5">Search</label> <input id="elementor-search-form-5f0a17c5" placeholder="Search..." class="elementor-search-form__input" type="search" name="s" value=""> <button class="elementor-search-form__submit" type="submit" aria-label="Search"> <i aria-hidden="true" class="fas fa-search"></i> <span class="elementor-screen-only">Search</span> </button></div></form> </search></div></div></div></div></div></section><section class="elementor-section elementor-top-section elementor-element elementor-element-5344b2a9 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="5344b2a9" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;jet_parallax_layout_list&quot;:[{&quot;_id&quot;:&quot;c168c33&quot;,&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}"><div class="elementor-container elementor-column-gap-no"><div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-18af056c" data-id="18af056c" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-7e533970 elementor-widget__width-auto elementor-widget elementor-widget-image" data-id="7e533970" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <img width="597" height="138" src="https://www.curiousfutureinsight.org/wp-content/uploads/curious2024_logo.png" class="attachment-large size-large wp-image-11787" alt="" /></div></div><div class="elementor-element elementor-element-93d457a elementor-widget__width-auto elementor-widget elementor-widget-image" data-id="93d457a" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <img width="585" height="138" src="https://www.curiousfutureinsight.org/wp-content/uploads/FutureInsighteV_LOGO_small_paddings-e1694784468460.png" class="attachment-large size-large wp-image-14262" alt="" /></div></div></div></div><div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-434b6695" data-id="434b6695" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-61e64c69 elementor-widget__width-inherit elementor-widget elementor-widget-heading" data-id="61e64c69" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">Platinum Sponsors</div></div></div><div class="elementor-element elementor-element-765a6b66 mm-geo mm-geo-na elementor-widget__width-auto elementor-widget elementor-widget-heading" data-id="765a6b66" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">Merck KGaA, Darmstadt, Germany</div></div></div><div class="elementor-element elementor-element-70b454c4 elementor-widget__width-auto mm-geo mm-geo-world elementor-widget-mobile__width-inherit elementor-widget elementor-widget-image" data-id="70b454c4" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <img width="600" height="96" src="https://www.curiousfutureinsight.org/wp-content/uploads/logo_merck_white.png" class="attachment-large size-large wp-image-8894" alt="" /></div></div><div class="elementor-element elementor-element-cca2eb2 elementor-widget__width-auto elementor-widget elementor-widget-image" data-id="cca2eb2" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <img width="590" height="270" src="https://www.curiousfutureinsight.org/wp-content/uploads/RHP.png" class="attachment-large size-large wp-image-12929" alt="" /></div></div><div class="elementor-element elementor-element-797804d elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-widget elementor-widget-image" data-id="797804d" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <img width="330" height="153" src="https://www.curiousfutureinsight.org/wp-content/uploads/LHS-Mainz.png" class="attachment-large size-large wp-image-12941" alt="" /></div></div><div class="elementor-element elementor-element-545f902 elementor-widget__width-auto elementor-widget elementor-widget-image" data-id="545f902" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <img width="800" height="556" src="https://www.curiousfutureinsight.org/wp-content/uploads/BiotechnologieWhite-1024x712.png" class="attachment-large size-large wp-image-12927" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/BiotechnologieWhite-1024x712.png 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/BiotechnologieWhite-600x417.png 600w, https://www.curiousfutureinsight.org/wp-content/uploads/BiotechnologieWhite-768x534.png 768w, https://www.curiousfutureinsight.org/wp-content/uploads/BiotechnologieWhite-1536x1068.png 1536w, https://www.curiousfutureinsight.org/wp-content/uploads/BiotechnologieWhite.png 1960w" sizes="(max-width: 800px) 100vw, 800px" /></div></div></div></div></div></section><section class="elementor-section elementor-top-section elementor-element elementor-element-bf76ee2 elementor-hidden-tablet elementor-hidden-mobile elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="bf76ee2" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;jet_parallax_layout_list&quot;:[{&quot;_id&quot;:&quot;c168c33&quot;,&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}"><div class="elementor-container elementor-column-gap-no"><div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-96b417d" data-id="96b417d" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-d36c362 elementor-nav-menu--dropdown-none elementor-hidden-mobile elementor-nav-menu__align-start elementor-hidden-tablet mm-geo mm-geo-world elementor-widget elementor-widget-nav-menu" data-id="d36c362" data-element_type="widget" data-settings="{&quot;layout&quot;:&quot;horizontal&quot;,&quot;submenu_icon&quot;:{&quot;value&quot;:&quot;&lt;i class=\&quot;fas fa-caret-down\&quot;&gt;&lt;\/i&gt;&quot;,&quot;library&quot;:&quot;fa-solid&quot;}}" data-widget_type="nav-menu.default"><div class="elementor-widget-container"><nav aria-label="Menu" class="elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-horizontal e--pointer-none"><ul id="menu-1-d36c362" class="elementor-nav-menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13136"><a href="https://www.curiousfutureinsight.org/legal-disclaimer/" class="elementor-item">Imprint</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13135"><a href="https://www.curiousfutureinsight.org/imprint-privacy-statement/" class="elementor-item">Terms and Conditions/Privacy Statement</a></li></ul></nav><nav class="elementor-nav-menu--dropdown elementor-nav-menu__container" aria-hidden="true"><ul id="menu-2-d36c362" class="elementor-nav-menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13136"><a href="https://www.curiousfutureinsight.org/legal-disclaimer/" class="elementor-item" tabindex="-1">Imprint</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13135"><a href="https://www.curiousfutureinsight.org/imprint-privacy-statement/" class="elementor-item" tabindex="-1">Terms and Conditions/Privacy Statement</a></li></ul></nav></div></div><div class="elementor-element elementor-element-bfcff49 elementor-nav-menu--dropdown-none elementor-hidden-mobile elementor-nav-menu__align-start elementor-hidden-tablet mm-geo mm-geo-na elementor-widget elementor-widget-nav-menu" data-id="bfcff49" data-element_type="widget" data-settings="{&quot;layout&quot;:&quot;horizontal&quot;,&quot;submenu_icon&quot;:{&quot;value&quot;:&quot;&lt;i class=\&quot;fas fa-caret-down\&quot;&gt;&lt;\/i&gt;&quot;,&quot;library&quot;:&quot;fa-solid&quot;}}" data-widget_type="nav-menu.default"><div class="elementor-widget-container"><nav aria-label="Menu" class="elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-horizontal e--pointer-none"><ul id="menu-1-bfcff49" class="elementor-nav-menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13137"><a href="https://www.curiousfutureinsight.org/legal-disclaimer/" class="elementor-item">Imprint</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13138"><a href="https://www.curiousfutureinsight.org/imprint-privacy-statement/" class="elementor-item">Terms and Conditions/Privacy Statement</a></li></ul></nav><nav class="elementor-nav-menu--dropdown elementor-nav-menu__container" aria-hidden="true"><ul id="menu-2-bfcff49" class="elementor-nav-menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13137"><a href="https://www.curiousfutureinsight.org/legal-disclaimer/" class="elementor-item" tabindex="-1">Imprint</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13138"><a href="https://www.curiousfutureinsight.org/imprint-privacy-statement/" class="elementor-item" tabindex="-1">Terms and Conditions/Privacy Statement</a></li></ul></nav></div></div></div></div></div></section><section class="elementor-section elementor-top-section elementor-element elementor-element-516629cc elementor-hidden-desktop elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="516629cc" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;jet_parallax_layout_list&quot;:[{&quot;_id&quot;:&quot;c168c33&quot;,&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}"><div class="elementor-container elementor-column-gap-no"><div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-6581190c" data-id="6581190c" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-6c780af9 elementor-nav-menu--dropdown-none elementor-nav-menu__align-start mm-geo mm-geo-world elementor-widget elementor-widget-nav-menu" data-id="6c780af9" data-element_type="widget" data-settings="{&quot;layout&quot;:&quot;horizontal&quot;,&quot;submenu_icon&quot;:{&quot;value&quot;:&quot;&lt;i class=\&quot;fas fa-caret-down\&quot;&gt;&lt;\/i&gt;&quot;,&quot;library&quot;:&quot;fa-solid&quot;}}" data-widget_type="nav-menu.default"><div class="elementor-widget-container"><nav aria-label="Menu" class="elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-horizontal e--pointer-none"><ul id="menu-1-6c780af9" class="elementor-nav-menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13136"><a href="https://www.curiousfutureinsight.org/legal-disclaimer/" class="elementor-item">Imprint</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13135"><a href="https://www.curiousfutureinsight.org/imprint-privacy-statement/" class="elementor-item">Terms and Conditions/Privacy Statement</a></li></ul></nav><nav class="elementor-nav-menu--dropdown elementor-nav-menu__container" aria-hidden="true"><ul id="menu-2-6c780af9" class="elementor-nav-menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13136"><a href="https://www.curiousfutureinsight.org/legal-disclaimer/" class="elementor-item" tabindex="-1">Imprint</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13135"><a href="https://www.curiousfutureinsight.org/imprint-privacy-statement/" class="elementor-item" tabindex="-1">Terms and Conditions/Privacy Statement</a></li></ul></nav></div></div><div class="elementor-element elementor-element-6e9ea67 elementor-nav-menu--dropdown-none elementor-nav-menu__align-start mm-geo mm-geo-na elementor-widget elementor-widget-nav-menu" data-id="6e9ea67" data-element_type="widget" data-settings="{&quot;layout&quot;:&quot;horizontal&quot;,&quot;submenu_icon&quot;:{&quot;value&quot;:&quot;&lt;i class=\&quot;fas fa-caret-down\&quot;&gt;&lt;\/i&gt;&quot;,&quot;library&quot;:&quot;fa-solid&quot;}}" data-widget_type="nav-menu.default"><div class="elementor-widget-container"><nav aria-label="Menu" class="elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-horizontal e--pointer-none"><ul id="menu-1-6e9ea67" class="elementor-nav-menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13137"><a href="https://www.curiousfutureinsight.org/legal-disclaimer/" class="elementor-item">Imprint</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13138"><a href="https://www.curiousfutureinsight.org/imprint-privacy-statement/" class="elementor-item">Terms and Conditions/Privacy Statement</a></li></ul></nav><nav class="elementor-nav-menu--dropdown elementor-nav-menu__container" aria-hidden="true"><ul id="menu-2-6e9ea67" class="elementor-nav-menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13137"><a href="https://www.curiousfutureinsight.org/legal-disclaimer/" class="elementor-item" tabindex="-1">Imprint</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13138"><a href="https://www.curiousfutureinsight.org/imprint-privacy-statement/" class="elementor-item" tabindex="-1">Terms and Conditions/Privacy Statement</a></li></ul></nav></div></div></div></div></div></section></div> <!-- Consent Management powered by Complianz | GDPR/CCPA Cookie Consent https://wordpress.org/plugins/complianz-gdpr --><div id="cmplz-cookiebanner-container"><div class="cmplz-cookiebanner cmplz-hidden banner-1 optin cmplz-bottom-right cmplz-categories-type-view-preferences" aria-modal="true" data-nosnippet="true" role="dialog" aria-live="polite" aria-labelledby="cmplz-header-1-optin" aria-describedby="cmplz-message-1-optin"><div class="cmplz-header"><div class="cmplz-logo"></div><div class="cmplz-title" id="cmplz-header-1-optin">Manage Cookie Consent</div><div class="cmplz-close" tabindex="0" role="button" aria-label="Close dialog"> <svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="times" class="svg-inline--fa fa-times fa-w-11" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 352 512"><path fill="currentColor" d="M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z"></path></svg></div></div><div class="cmplz-divider cmplz-divider-header"></div><div class="cmplz-body"><div class="cmplz-message" id="cmplz-message-1-optin">To provide the best experiences, we use technologies like cookies to store and/or access device information. Consenting to these technologies will allow us to process data such as browsing behavior or unique IDs on this site. Not consenting or withdrawing consent, may adversely affect certain features and functions.</div> <!-- categories start --><div class="cmplz-categories"> <details class="cmplz-category cmplz-functional" > <summary> <span class="cmplz-category-header"> <span class="cmplz-category-title">Necessary</span> <span class='cmplz-always-active'> <span class="cmplz-banner-checkbox"> <input type="checkbox" id="cmplz-functional-optin" data-category="cmplz_functional" class="cmplz-consent-checkbox cmplz-functional" size="40" value="1"/> <label class="cmplz-label" for="cmplz-functional-optin" tabindex="0"><span class="screen-reader-text">Necessary</span></label> </span> Always active </span> <span class="cmplz-icon cmplz-open"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" height="18" ><path d="M224 416c-8.188 0-16.38-3.125-22.62-9.375l-192-192c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L224 338.8l169.4-169.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-192 192C240.4 412.9 232.2 416 224 416z"/></svg> </span> </span> </summary><div class="cmplz-description"> <span class="cmplz-description-functional">These cookies are necessary for the website to operate. Our website cannot function without these cookies and they can only be disabled by changing your browser preferences.</span></div> </details> <details class="cmplz-category cmplz-preferences" > <summary> <span class="cmplz-category-header"> <span class="cmplz-category-title">Preferences</span> <span class="cmplz-banner-checkbox"> <input type="checkbox" id="cmplz-preferences-optin" data-category="cmplz_preferences" class="cmplz-consent-checkbox cmplz-preferences" size="40" value="1"/> <label class="cmplz-label" for="cmplz-preferences-optin" tabindex="0"><span class="screen-reader-text">Preferences</span></label> </span> <span class="cmplz-icon cmplz-open"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" height="18" ><path d="M224 416c-8.188 0-16.38-3.125-22.62-9.375l-192-192c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L224 338.8l169.4-169.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-192 192C240.4 412.9 232.2 416 224 416z"/></svg> </span> </span> </summary><div class="cmplz-description"> <span class="cmplz-description-preferences">The technical storage or access is necessary for the legitimate purpose of storing preferences that are not requested by the subscriber or user.</span></div> </details> <details class="cmplz-category cmplz-statistics" > <summary> <span class="cmplz-category-header"> <span class="cmplz-category-title">Functional</span> <span class="cmplz-banner-checkbox"> <input type="checkbox" id="cmplz-statistics-optin" data-category="cmplz_statistics" class="cmplz-consent-checkbox cmplz-statistics" size="40" value="1"/> <label class="cmplz-label" for="cmplz-statistics-optin" tabindex="0"><span class="screen-reader-text">Functional</span></label> </span> <span class="cmplz-icon cmplz-open"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" height="18" ><path d="M224 416c-8.188 0-16.38-3.125-22.62-9.375l-192-192c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L224 338.8l169.4-169.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-192 192C240.4 412.9 232.2 416 224 416z"/></svg> </span> </span> </summary><div class="cmplz-description"> <span class="cmplz-description-statistics">These cookies enable the provision of advanced functionalities and are used for personalization. The cookies are set in particular in response to your actions and depend on your specific service requests (e.g., pop-up notification choices).</span> <span class="cmplz-description-statistics-anonymous">The technical storage or access that is used exclusively for anonymous statistical purposes. Without a subpoena, voluntary compliance on the part of your Internet Service Provider, or additional records from a third party, information stored or retrieved for this purpose alone cannot usually be used to identify you.</span></div> </details> <details class="cmplz-category cmplz-marketing" > <summary> <span class="cmplz-category-header"> <span class="cmplz-category-title">Tracking</span> <span class="cmplz-banner-checkbox"> <input type="checkbox" id="cmplz-marketing-optin" data-category="cmplz_marketing" class="cmplz-consent-checkbox cmplz-marketing" size="40" value="1"/> <label class="cmplz-label" for="cmplz-marketing-optin" tabindex="0"><span class="screen-reader-text">Tracking</span></label> </span> <span class="cmplz-icon cmplz-open"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" height="18" ><path d="M224 416c-8.188 0-16.38-3.125-22.62-9.375l-192-192c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L224 338.8l169.4-169.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-192 192C240.4 412.9 232.2 416 224 416z"/></svg> </span> </span> </summary><div class="cmplz-description"> <span class="cmplz-description-marketing">These cookies may be set to learn more about your interests and show you relevant ads on other websites. These cookies work by uniquely identifying your browser and device. By integrating these cookies, we aim to learn more about your interests and your surfing behavior and to be able to place our advertising in a targeted manner.</span></div> </details></div><!-- categories end --></div><div class="cmplz-links cmplz-information"> <a class="cmplz-link cmplz-manage-options cookie-statement" href="#" data-relative_url="#cmplz-manage-consent-container">Manage options</a> <a class="cmplz-link cmplz-manage-third-parties cookie-statement" href="#" data-relative_url="#cmplz-cookies-overview">Manage services</a> <a class="cmplz-link cmplz-manage-vendors tcf cookie-statement" href="#" data-relative_url="#cmplz-tcf-wrapper">Manage {vendor_count} vendors</a> <a class="cmplz-link cmplz-external cmplz-read-more-purposes tcf" target="_blank" rel="noopener noreferrer nofollow" href="https://cookiedatabase.org/tcf/purposes/">Read more about these purposes</a></div><div class="cmplz-divider cmplz-footer"></div><div class="cmplz-buttons"> <button class="cmplz-btn cmplz-accept">Accept</button> <button class="cmplz-btn cmplz-deny">Deny</button> <button class="cmplz-btn cmplz-view-preferences">View preferences</button> <button class="cmplz-btn cmplz-save-preferences">Save preferences</button> <a class="cmplz-btn cmplz-manage-options tcf cookie-statement" href="#" data-relative_url="#cmplz-manage-consent-container">View preferences</a></div><div class="cmplz-links cmplz-documents"> <a class="cmplz-link cookie-statement" href="#" data-relative_url="">{title}</a> <a class="cmplz-link privacy-statement" href="#" data-relative_url="">{title}</a> <a class="cmplz-link impressum" href="#" data-relative_url="">{title}</a></div></div></div><div id="cmplz-manage-consent" data-nosnippet="true"><button class="cmplz-btn cmplz-hidden cmplz-manage-consent manage-consent-1">Manage consent</button></div><style id="elementor-post-10480">.elementor-10480 .elementor-element.elementor-element-1fc6fdb{padding:0px 0px 40px 0px;}.elementor-10480 .elementor-element.elementor-element-9f56edb > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-10480 .elementor-element.elementor-element-02cd610 .elementor-heading-title{font-size:var( --e-global-typography-50b7226-font-size );font-weight:var( --e-global-typography-50b7226-font-weight );line-height:var( --e-global-typography-50b7226-line-height );letter-spacing:var( --e-global-typography-50b7226-letter-spacing );word-spacing:var( --e-global-typography-50b7226-word-spacing );}.elementor-10480 .elementor-element.elementor-element-290dcf2 .elementor-button-content-wrapper{flex-direction:row-reverse;}.elementor-10480 .elementor-element.elementor-element-290dcf2 .elementor-button span{gap:14px;}.elementor-10480 .elementor-element.elementor-element-290dcf2 .elementor-field-group{padding-right:calc( 35px/2 );padding-left:calc( 35px/2 );margin-bottom:35px;}.elementor-10480 .elementor-element.elementor-element-290dcf2 .elementor-form-fields-wrapper{margin-left:calc( -35px/2 );margin-right:calc( -35px/2 );margin-bottom:-35px;}.elementor-10480 .elementor-element.elementor-element-290dcf2 .elementor-field-group.recaptcha_v3-bottomleft, .elementor-10480 .elementor-element.elementor-element-290dcf2 .elementor-field-group.recaptcha_v3-bottomright{margin-bottom:0;}body.rtl .elementor-10480 .elementor-element.elementor-element-290dcf2 .elementor-labels-inline .elementor-field-group > label{padding-left:0px;}body:not(.rtl) .elementor-10480 .elementor-element.elementor-element-290dcf2 .elementor-labels-inline .elementor-field-group > label{padding-right:0px;}body .elementor-10480 .elementor-element.elementor-element-290dcf2 .elementor-labels-above .elementor-field-group > label{padding-bottom:0px;}body.rtl .elementor-10480 .elementor-element.elementor-element-290dcf2 .elementor-labels-inline .elementor-field-group > abbr{padding-left:0px;}body:not(.rtl) .elementor-10480 .elementor-element.elementor-element-290dcf2 .elementor-labels-inline .elementor-field-group > abbr{padding-right:0px;}body .elementor-10480 .elementor-element.elementor-element-290dcf2 .elementor-labels-above .elementor-field-group > abbr{padding-bottom:0px;}.elementor-10480 .elementor-element.elementor-element-290dcf2 .elementor-field-group > label, .elementor-10480 .elementor-element.elementor-element-290dcf2 .elementor-field-subgroup label{color:var( --e-global-color-text );}.elementor-10480 .elementor-element.elementor-element-290dcf2 .elementor-field-type-html{padding-bottom:0px;color:var( --e-global-color-text );}.elementor-10480 .elementor-element.elementor-element-290dcf2 .elementor-field-group .elementor-field{color:var( --e-global-color-text );}.elementor-10480 .elementor-element.elementor-element-290dcf2 .elementor-field-group .elementor-field, .elementor-10480 .elementor-element.elementor-element-290dcf2 .elementor-field-subgroup label{font-size:0.9em;}.elementor-10480 .elementor-element.elementor-element-290dcf2 .elementor-field-group:not(.elementor-field-type-upload) .elementor-field:not(.elementor-select-wrapper){border-color:var( --e-global-color-text );border-width:0px 0px 1.5px 0px;border-radius:0px 0px 0px 0px;}.elementor-10480 .elementor-element.elementor-element-290dcf2 .elementor-field-group .elementor-select-wrapper select{border-color:var( --e-global-color-text );border-width:0px 0px 1.5px 0px;border-radius:0px 0px 0px 0px;}.elementor-10480 .elementor-element.elementor-element-290dcf2 .elementor-field-group .elementor-select-wrapper::before{color:var( --e-global-color-text );}.elementor-10480 .elementor-element.elementor-element-290dcf2 .elementor-button{border-style:solid;}.elementor-10480 .elementor-element.elementor-element-290dcf2 .e-form__buttons__wrapper__button-next{background-color:var( --e-global-color-accent );color:var( --e-global-color-primary );border-color:var( --e-global-color-accent );}.elementor-10480 .elementor-element.elementor-element-290dcf2 .elementor-button[type="submit"]{background-color:var( --e-global-color-accent );color:var( --e-global-color-primary );border-color:var( --e-global-color-accent );}.elementor-10480 .elementor-element.elementor-element-290dcf2 .elementor-button[type="submit"] svg *{fill:var( --e-global-color-primary );}.elementor-10480 .elementor-element.elementor-element-290dcf2 .e-form__buttons__wrapper__button-previous{color:#ffffff;border-color:var( --e-global-color-accent );}.elementor-10480 .elementor-element.elementor-element-290dcf2 .e-form__buttons__wrapper__button-next:hover{color:var( --e-global-color-primary );}.elementor-10480 .elementor-element.elementor-element-290dcf2 .elementor-button[type="submit"]:hover{color:var( --e-global-color-primary );}.elementor-10480 .elementor-element.elementor-element-290dcf2 .elementor-button[type="submit"]:hover svg *{fill:var( --e-global-color-primary );}.elementor-10480 .elementor-element.elementor-element-290dcf2 .e-form__buttons__wrapper__button-previous:hover{color:#ffffff;}.elementor-10480 .elementor-element.elementor-element-290dcf2 .elementor-field-label-description .elementor-field-label{display:inline-block;}.elementor-10480 .elementor-element.elementor-element-290dcf2 .elementor-field-label-description:after{content:'?';display:inline-block;border-radius:50%;padding:2px 0;height:1.2em;line-height:1;font-size:80%;width:1.2em;text-align:center;margin-left:0.2em;color:#ffffff;background-color:#777777;}.elementor-10480 .elementor-element.elementor-element-290dcf2 .elementor-message.elementor-message-success{color:var( --e-global-color-text );}.elementor-10480 .elementor-element.elementor-element-290dcf2 .elementor-message.elementor-message-danger{color:var( --e-global-color-534496d );}.elementor-10480 .elementor-element.elementor-element-290dcf2 .elementor-message.elementor-help-inline{color:var( --e-global-color-text );}.elementor-10480 .elementor-element.elementor-element-290dcf2{--e-form-steps-indicators-spacing:20px;--e-form-steps-indicator-padding:30px;--e-form-steps-indicator-inactive-secondary-color:#ffffff;--e-form-steps-indicator-active-secondary-color:#ffffff;--e-form-steps-indicator-completed-secondary-color:#ffffff;--e-form-steps-divider-width:1px;--e-form-steps-divider-gap:10px;}.elementor-10480 .elementor-element.elementor-element-290dcf2 > .elementor-widget-container{margin:20px 0px 0px 0px;}#elementor-popup-modal-10480 .dialog-message{width:768px;height:auto;padding:40px 40px 40px 40px;}#elementor-popup-modal-10480{justify-content:center;align-items:center;pointer-events:all;background-color:rgba(0,0,0,.8);}#elementor-popup-modal-10480 .dialog-close-button{display:flex;}#elementor-popup-modal-10480 .dialog-widget-content{border-radius:15px 15px 15px 15px;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}@media(max-width:1024px){.elementor-10480 .elementor-element.elementor-element-02cd610 .elementor-heading-title{font-size:var( --e-global-typography-50b7226-font-size );line-height:var( --e-global-typography-50b7226-line-height );letter-spacing:var( --e-global-typography-50b7226-letter-spacing );word-spacing:var( --e-global-typography-50b7226-word-spacing );}}@media(max-width:767px){.elementor-10480 .elementor-element.elementor-element-02cd610 .elementor-heading-title{font-size:var( --e-global-typography-50b7226-font-size );line-height:var( --e-global-typography-50b7226-line-height );letter-spacing:var( --e-global-typography-50b7226-letter-spacing );word-spacing:var( --e-global-typography-50b7226-word-spacing );}}</style><div data-elementor-type="popup" data-elementor-id="10480" class="elementor elementor-10480 elementor-location-popup" data-elementor-settings="{&quot;a11y_navigation&quot;:&quot;yes&quot;,&quot;timing&quot;:[]}" data-elementor-post-type="elementor_library"><section class="elementor-section elementor-top-section elementor-element elementor-element-1fc6fdb elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="1fc6fdb" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-9f56edb" data-id="9f56edb" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-02cd610 elementor-widget elementor-widget-heading" data-id="02cd610" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">Sign up for for the Curious Future Insight Newsletter</div></div></div><div class="elementor-element elementor-element-cba964e elementor-widget elementor-widget-text-editor" data-id="cba964e" data-element_type="widget" data-widget_type="text-editor.default"><div class="elementor-widget-container"> <style>/*! elementor - v3.23.0 - 05-08-2024 */ .elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:#69727d;color:#fff}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap{color:#69727d;border:3px solid;background-color:transparent}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap{margin-top:8px}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap-letter{width:1em;height:1em}.elementor-widget-text-editor .elementor-drop-cap{float:left;text-align:center;line-height:1;font-size:50px}.elementor-widget-text-editor .elementor-drop-cap-letter{display:inline-block}</style><p>Future Insight e.V. is committed to protecting and respecting your privacy, and we’ll only use your personal information to administer your account and to provide the products and services you requested from us. From time to time, we would like to contact you about our products and services, as well as other content that may be of interest to you. If you consent to us contacting you for this purpose, please tick below to say how you would like us to contact you:</p></div></div><div class="elementor-element elementor-element-290dcf2 elementor-button-align-start elementor-widget elementor-widget-form" data-id="290dcf2" data-element_type="widget" data-settings="{&quot;step_next_label&quot;:&quot;Next&quot;,&quot;step_previous_label&quot;:&quot;Previous&quot;,&quot;button_width&quot;:&quot;100&quot;,&quot;step_type&quot;:&quot;number_text&quot;,&quot;step_icon_shape&quot;:&quot;circle&quot;}" data-widget_type="form.default"><div class="elementor-widget-container"> <style>/*! elementor-pro - v3.23.0 - 05-08-2024 */ .elementor-button.elementor-hidden,.elementor-hidden{display:none}.e-form__step{width:100%}.e-form__step:not(.elementor-hidden){display:flex;flex-wrap:wrap}.e-form__buttons{flex-wrap:wrap}.e-form__buttons,.e-form__buttons__wrapper{display:flex}.e-form__indicators{display:flex;justify-content:space-between;align-items:center;flex-wrap:nowrap;font-size:13px;margin-bottom:var(--e-form-steps-indicators-spacing)}.e-form__indicators__indicator{display:flex;flex-direction:column;align-items:center;justify-content:center;flex-basis:0;padding:0 var(--e-form-steps-divider-gap)}.e-form__indicators__indicator__progress{width:100%;position:relative;background-color:var(--e-form-steps-indicator-progress-background-color);border-radius:var(--e-form-steps-indicator-progress-border-radius);overflow:hidden}.e-form__indicators__indicator__progress__meter{width:var(--e-form-steps-indicator-progress-meter-width,0);height:var(--e-form-steps-indicator-progress-height);line-height:var(--e-form-steps-indicator-progress-height);padding-right:15px;border-radius:var(--e-form-steps-indicator-progress-border-radius);background-color:var(--e-form-steps-indicator-progress-color);color:var(--e-form-steps-indicator-progress-meter-color);text-align:right;transition:width .1s linear}.e-form__indicators__indicator:first-child{padding-left:0}.e-form__indicators__indicator:last-child{padding-right:0}.e-form__indicators__indicator--state-inactive{color:var(--e-form-steps-indicator-inactive-primary-color,#c2cbd2)}.e-form__indicators__indicator--state-inactive [class*=indicator--shape-]:not(.e-form__indicators__indicator--shape-none){background-color:var(--e-form-steps-indicator-inactive-secondary-color,#fff)}.e-form__indicators__indicator--state-inactive object,.e-form__indicators__indicator--state-inactive svg{fill:var(--e-form-steps-indicator-inactive-primary-color,#c2cbd2)}.e-form__indicators__indicator--state-active{color:var(--e-form-steps-indicator-active-primary-color,#39b54a);border-color:var(--e-form-steps-indicator-active-secondary-color,#fff)}.e-form__indicators__indicator--state-active [class*=indicator--shape-]:not(.e-form__indicators__indicator--shape-none){background-color:var(--e-form-steps-indicator-active-secondary-color,#fff)}.e-form__indicators__indicator--state-active object,.e-form__indicators__indicator--state-active svg{fill:var(--e-form-steps-indicator-active-primary-color,#39b54a)}.e-form__indicators__indicator--state-completed{color:var(--e-form-steps-indicator-completed-secondary-color,#fff)}.e-form__indicators__indicator--state-completed [class*=indicator--shape-]:not(.e-form__indicators__indicator--shape-none){background-color:var(--e-form-steps-indicator-completed-primary-color,#39b54a)}.e-form__indicators__indicator--state-completed .e-form__indicators__indicator__label{color:var(--e-form-steps-indicator-completed-primary-color,#39b54a)}.e-form__indicators__indicator--state-completed .e-form__indicators__indicator--shape-none{color:var(--e-form-steps-indicator-completed-primary-color,#39b54a);background-color:initial}.e-form__indicators__indicator--state-completed object,.e-form__indicators__indicator--state-completed svg{fill:var(--e-form-steps-indicator-completed-secondary-color,#fff)}.e-form__indicators__indicator__icon{width:var(--e-form-steps-indicator-padding,30px);height:var(--e-form-steps-indicator-padding,30px);font-size:var(--e-form-steps-indicator-icon-size);border-width:1px;border-style:solid;display:flex;justify-content:center;align-items:center;overflow:hidden;margin-bottom:10px}.e-form__indicators__indicator__icon img,.e-form__indicators__indicator__icon object,.e-form__indicators__indicator__icon svg{width:var(--e-form-steps-indicator-icon-size);height:auto}.e-form__indicators__indicator__icon .e-font-icon-svg{height:1em}.e-form__indicators__indicator__number{width:var(--e-form-steps-indicator-padding,30px);height:var(--e-form-steps-indicator-padding,30px);border-width:1px;border-style:solid;display:flex;justify-content:center;align-items:center;margin-bottom:10px}.e-form__indicators__indicator--shape-circle{border-radius:50%}.e-form__indicators__indicator--shape-square{border-radius:0}.e-form__indicators__indicator--shape-rounded{border-radius:5px}.e-form__indicators__indicator--shape-none{border:0}.e-form__indicators__indicator__label{text-align:center}.e-form__indicators__indicator__separator{width:100%;height:var(--e-form-steps-divider-width);background-color:#babfc5}.e-form__indicators--type-icon,.e-form__indicators--type-icon_text,.e-form__indicators--type-number,.e-form__indicators--type-number_text{align-items:flex-start}.e-form__indicators--type-icon .e-form__indicators__indicator__separator,.e-form__indicators--type-icon_text .e-form__indicators__indicator__separator,.e-form__indicators--type-number .e-form__indicators__indicator__separator,.e-form__indicators--type-number_text .e-form__indicators__indicator__separator{margin-top:calc(var(--e-form-steps-indicator-padding, 30px) / 2 - var(--e-form-steps-divider-width, 1px) / 2)}.elementor-field-type-hidden{display:none}.elementor-field-type-html{display:inline-block}.elementor-field-type-tel input{direction:inherit}.elementor-login .elementor-lost-password,.elementor-login .elementor-remember-me{font-size:.85em}.elementor-field-type-recaptcha_v3 .elementor-field-label{display:none}.elementor-field-type-recaptcha_v3 .grecaptcha-badge{z-index:1}.elementor-button .elementor-form-spinner{order:3}.elementor-form .elementor-button .elementor-button-content-wrapper{align-items:center}.elementor-form .elementor-button .elementor-button-text{white-space:normal}.elementor-form .elementor-button svg{height:auto}.elementor-form .elementor-button .e-font-icon-svg{height:1em}.elementor-form .elementor-button .elementor-button-content-wrapper{gap:5px}.elementor-form .elementor-button .elementor-button-icon,.elementor-form .elementor-button .elementor-button-text{flex-grow:unset;order:unset}.elementor-select-wrapper .select-caret-down-wrapper{position:absolute;top:50%;transform:translateY(-50%);inset-inline-end:10px;pointer-events:none;font-size:11px}.elementor-select-wrapper .select-caret-down-wrapper svg{display:unset;width:1em;aspect-ratio:unset;fill:currentColor}.elementor-select-wrapper .select-caret-down-wrapper i{font-size:19px;line-height:2}.elementor-select-wrapper.remove-before:before{content:""!important}.elementor-message-svg:before{content:"";width:1em;height:1em;background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00Ljc1IDguMTVMMS42IDUgLjU1IDYuMDVsNC4yIDQuMiA5LTlMMTIuNy4yIDQuNzUgOC4xNXoiIGZpbGw9IiMwMDhBMjAiLz48L3N2Zz4=");background-position:50%;background-repeat:no-repeat}</style><form class="elementor-form" method="post" name="Signup Form"> <input type="hidden" name="post_id" value="10480"/> <input type="hidden" name="form_id" value="290dcf2"/> <input type="hidden" name="referer_title" value="Curious2024 – Future Insight™" /> <input type="hidden" name="queried_id" value="14"/><div class="elementor-form-fields-wrapper elementor-labels-"><div class="elementor-field-type-text elementor-field-group elementor-column elementor-field-group-first_name elementor-col-50 elementor-field-required"> <label for="form-field-first_name" class="elementor-field-label elementor-screen-only"> First Name </label> <input size="1" type="text" name="form_fields[first_name]" id="form-field-first_name" class="elementor-field elementor-size-md elementor-field-textual" placeholder="First name" required="required" aria-required="true"></div><div class="elementor-field-type-text elementor-field-group elementor-column elementor-field-group-last_name elementor-col-50 elementor-field-required"> <label for="form-field-last_name" class="elementor-field-label elementor-screen-only"> Last Name </label> <input size="1" type="text" name="form_fields[last_name]" id="form-field-last_name" class="elementor-field elementor-size-md elementor-field-textual" placeholder="Last name" required="required" aria-required="true"></div><div class="elementor-field-type-email elementor-field-group elementor-column elementor-field-group-email elementor-col-50 elementor-field-required"> <label for="form-field-email" class="elementor-field-label elementor-screen-only"> Email </label> <input size="1" type="email" name="form_fields[email]" id="form-field-email" class="elementor-field elementor-size-md elementor-field-textual" placeholder="Your email address" required="required" aria-required="true"></div><div class="elementor-field-type-select elementor-field-group elementor-column elementor-field-group-field_f0ba469 elementor-col-50 elementor-field-required"> <label for="form-field-field_f0ba469" class="elementor-field-label elementor-screen-only"> Country / Region </label><div class="elementor-field elementor-select-wrapper remove-before "><div class="select-caret-down-wrapper"> <i aria-hidden="true" class="eicon-caret-down"></i></div> <select name="form_fields[field_f0ba469]" id="form-field-field_f0ba469" class="elementor-field-textual elementor-size-md" required="required" aria-required="true"><option value="">Please select…</option><option value="Germany">Germany</option><option value="--">--</option><option value="Afghanistan">Afghanistan</option><option value="Albania">Albania</option><option value="Algeria">Algeria</option><option value="Andorra">Andorra</option><option value="Angola">Angola</option><option value="Antigua &amp; Deps">Antigua &amp; Deps</option><option value="Argentina">Argentina</option><option value="Armenia">Armenia</option><option value="Australia">Australia</option><option value="Austria">Austria</option><option value="Azerbaijan">Azerbaijan</option><option value="Bahamas">Bahamas</option><option value="Bahrain">Bahrain</option><option value="Bangladesh">Bangladesh</option><option value="Barbados">Barbados</option><option value="Belarus">Belarus</option><option value="Belgium">Belgium</option><option value="Belize">Belize</option><option value="Benin">Benin</option><option value="Bhutan">Bhutan</option><option value="Bolivia">Bolivia</option><option value="Bosnia Herzegovina">Bosnia Herzegovina</option><option value="Botswana">Botswana</option><option value="Brazil">Brazil</option><option value="Brunei">Brunei</option><option value="Bulgaria">Bulgaria</option><option value="Burkina">Burkina</option><option value="Burundi">Burundi</option><option value="Cambodia">Cambodia</option><option value="Cameroon">Cameroon</option><option value="Canada">Canada</option><option value="Cape Verde">Cape Verde</option><option value="Central African Rep">Central African Rep</option><option value="Chad">Chad</option><option value="Chile">Chile</option><option value="China">China</option><option value="Colombia">Colombia</option><option value="Comoros">Comoros</option><option value="Congo">Congo</option><option value="Congo {Democratic Rep}">Congo {Democratic Rep}</option><option value="Costa Rica">Costa Rica</option><option value="Croatia">Croatia</option><option value="Cuba">Cuba</option><option value="Cyprus">Cyprus</option><option value="Czech Republic">Czech Republic</option><option value="Denmark">Denmark</option><option value="Djibouti">Djibouti</option><option value="Dominica">Dominica</option><option value="Dominican Republic">Dominican Republic</option><option value="East Timor">East Timor</option><option value="Ecuador">Ecuador</option><option value="Egypt">Egypt</option><option value="El Salvador">El Salvador</option><option value="Equatorial Guinea">Equatorial Guinea</option><option value="Eritrea">Eritrea</option><option value="Estonia">Estonia</option><option value="Ethiopia">Ethiopia</option><option value="Fiji">Fiji</option><option value="Finland">Finland</option><option value="France">France</option><option value="Gabon">Gabon</option><option value="Gambia">Gambia</option><option value="Georgia">Georgia</option><option value="Germany">Germany</option><option value="Ghana">Ghana</option><option value="Greece">Greece</option><option value="Grenada">Grenada</option><option value="Guatemala">Guatemala</option><option value="Guinea">Guinea</option><option value="Guinea-Bissau">Guinea-Bissau</option><option value="Guyana">Guyana</option><option value="Haiti">Haiti</option><option value="Honduras">Honduras</option><option value="Hungary">Hungary</option><option value="Iceland">Iceland</option><option value="India">India</option><option value="Indonesia">Indonesia</option><option value="Iran">Iran</option><option value="Iraq">Iraq</option><option value="Ireland {Republic}">Ireland {Republic}</option><option value="Israel">Israel</option><option value="Italy">Italy</option><option value="Ivory Coast">Ivory Coast</option><option value="Jamaica">Jamaica</option><option value="Japan">Japan</option><option value="Jordan">Jordan</option><option value="Kazakhstan">Kazakhstan</option><option value="Kenya">Kenya</option><option value="Kiribati">Kiribati</option><option value="Korea North">Korea North</option><option value="Korea South">Korea South</option><option value="Kosovo">Kosovo</option><option value="Kuwait">Kuwait</option><option value="Kyrgyzstan">Kyrgyzstan</option><option value="Laos">Laos</option><option value="Latvia">Latvia</option><option value="Lebanon">Lebanon</option><option value="Lesotho">Lesotho</option><option value="Liberia">Liberia</option><option value="Libya">Libya</option><option value="Liechtenstein">Liechtenstein</option><option value="Lithuania">Lithuania</option><option value="Luxembourg">Luxembourg</option><option value="Macedonia">Macedonia</option><option value="Madagascar">Madagascar</option><option value="Malawi">Malawi</option><option value="Malaysia">Malaysia</option><option value="Maldives">Maldives</option><option value="Mali">Mali</option><option value="Malta">Malta</option><option value="Marshall Islands">Marshall Islands</option><option value="Mauritania">Mauritania</option><option value="Mauritius">Mauritius</option><option value="Mexico">Mexico</option><option value="Micronesia">Micronesia</option><option value="Moldova">Moldova</option><option value="Monaco">Monaco</option><option value="Mongolia">Mongolia</option><option value="Montenegro">Montenegro</option><option value="Morocco">Morocco</option><option value="Mozambique">Mozambique</option><option value="Myanmar, {Burma}">Myanmar, {Burma}</option><option value="Namibia">Namibia</option><option value="Nauru">Nauru</option><option value="Nepal">Nepal</option><option value="Netherlands">Netherlands</option><option value="New Zealand">New Zealand</option><option value="Nicaragua">Nicaragua</option><option value="Niger">Niger</option><option value="Nigeria">Nigeria</option><option value="Norway">Norway</option><option value="Oman">Oman</option><option value="Pakistan">Pakistan</option><option value="Palau">Palau</option><option value="Panama">Panama</option><option value="Papua New Guinea">Papua New Guinea</option><option value="Paraguay">Paraguay</option><option value="Peru">Peru</option><option value="Philippines">Philippines</option><option value="Poland">Poland</option><option value="Portugal">Portugal</option><option value="Qatar">Qatar</option><option value="Romania">Romania</option><option value="Russian Federation">Russian Federation</option><option value="Rwanda">Rwanda</option><option value="St Kitts &amp; Nevis">St Kitts &amp; Nevis</option><option value="St Lucia">St Lucia</option><option value="Saint Vincent &amp; the Grenadines">Saint Vincent &amp; the Grenadines</option><option value="Samoa">Samoa</option><option value="San Marino">San Marino</option><option value="Sao Tome &amp; Principe">Sao Tome &amp; Principe</option><option value="Saudi Arabia">Saudi Arabia</option><option value="Senegal">Senegal</option><option value="Serbia">Serbia</option><option value="Seychelles">Seychelles</option><option value="Sierra Leone">Sierra Leone</option><option value="Singapore">Singapore</option><option value="Slovakia">Slovakia</option><option value="Slovenia">Slovenia</option><option value="Solomon Islands">Solomon Islands</option><option value="Somalia">Somalia</option><option value="South Africa">South Africa</option><option value="South Sudan">South Sudan</option><option value="Spain">Spain</option><option value="Sri Lanka">Sri Lanka</option><option value="Sudan">Sudan</option><option value="Suriname">Suriname</option><option value="Swaziland">Swaziland</option><option value="Sweden">Sweden</option><option value="Switzerland">Switzerland</option><option value="Syria">Syria</option><option value="Taiwan">Taiwan</option><option value="Tajikistan">Tajikistan</option><option value="Tanzania">Tanzania</option><option value="Thailand">Thailand</option><option value="Togo">Togo</option><option value="Tonga">Tonga</option><option value="Trinidad &amp; Tobago">Trinidad &amp; Tobago</option><option value="Tunisia">Tunisia</option><option value="Turkey">Turkey</option><option value="Turkmenistan">Turkmenistan</option><option value="Tuvalu">Tuvalu</option><option value="Uganda">Uganda</option><option value="Ukraine">Ukraine</option><option value="United Arab Emirates">United Arab Emirates</option><option value="United Kingdom">United Kingdom</option><option value="United States">United States</option><option value="Uruguay">Uruguay</option><option value="Uzbekistan">Uzbekistan</option><option value="Vanuatu">Vanuatu</option><option value="Vatican City">Vatican City</option><option value="Venezuela">Venezuela</option><option value="Vietnam">Vietnam</option><option value="Yemen">Yemen</option><option value="Zambia">Zambia</option><option value="Zimbabwe">Zimbabwe</option> </select></div></div><div class="elementor-field-type-acceptance elementor-field-group elementor-column elementor-field-group-field_f82546a elementor-col-100 elementor-field-required"> <label for="form-field-field_f82546a" class="elementor-field-label elementor-screen-only"> Acceptance </label><div class="elementor-field-subgroup"> <span class="elementor-field-option"> <input type="checkbox" name="form_fields[field_f82546a]" id="form-field-field_f82546a" class="elementor-field elementor-size-md elementor-acceptance-field" required="required" aria-required="true"> <label for="form-field-field_f82546a">I agree to receive other communications from Future Insight e.V.</label> </span></div></div><div class="elementor-field-type-html elementor-field-group elementor-column elementor-field-group-field_b1dc1d7 elementor-col-100"> <small>You can unsubscribe from these communications at any time. For more information on how to unsubscribe, our privacy practices, and how we are committed to protecting and respecting your privacy, please review our <a href="https://www.curiousfutureinsight.org/imprint-privacy-statement/">Imprint/Privacy Statement</a>. By clicking submit below, you consent to allow Future Insight e.V. to store and process the personal information submitted above to provide you the content requested.</small></div><div class="elementor-field-type-recaptcha elementor-field-group elementor-column elementor-field-group-field_e9d7f6f elementor-col-100"><div class="elementor-field" id="form-field-field_e9d7f6f"><div class="elementor-g-recaptcha" data-sitekey="6LfDgvAeAAAAAOC9ZZqXafcDLipS3f46h9x6CZEa" data-type="v2_checkbox" data-theme="light" data-size="normal"></div></div></div><div class="elementor-field-group elementor-column elementor-field-type-submit elementor-col-100 e-form__buttons"> <button class="elementor-button elementor-size-sm" type="submit"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-icon"> <i aria-hidden="true" class="fal fa-long-arrow-right"></i> </span> <span class="elementor-button-text">Submit</span> </span> </button></div></div></form></div></div></div></div></div></section></div> <style id="elementor-post-14734">.elementor-14734 .elementor-element.elementor-element-0fa850b > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:flex-start;align-items:flex-start;}.elementor-14734 .elementor-element.elementor-element-0fa850b .elementor-repeater-item-0c93f1a.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-bc-flex-widget .elementor-14734 .elementor-element.elementor-element-c3d4c6c.elementor-column .elementor-widget-wrap{align-items:space-between;}.elementor-14734 .elementor-element.elementor-element-c3d4c6c.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:space-between;align-items:space-between;}.elementor-14734 .elementor-element.elementor-element-c3d4c6c > .elementor-element-populated{padding:60px 0px 60px 0px;}.elementor-14734 .elementor-element.elementor-element-63d5fd8 > .elementor-element-populated{padding:0px 30px 0px 0px;}.elementor-14734 .elementor-element.elementor-element-60ec18d .elementor-nav-menu .elementor-item{font-size:1.55em;font-weight:400;line-height:1.2em;}.elementor-14734 .elementor-element.elementor-element-60ec18d .elementor-nav-menu--main .elementor-item{color:var( --e-global-color-primary );fill:var( --e-global-color-primary );padding-left:0px;padding-right:0px;padding-top:0px;padding-bottom:0px;}.elementor-14734 .elementor-element.elementor-element-60ec18d .elementor-nav-menu--main .elementor-item:hover, .elementor-14734 .elementor-element.elementor-element-60ec18d .elementor-nav-menu--main .elementor-item.elementor-item-active, .elementor-14734 .elementor-element.elementor-element-60ec18d .elementor-nav-menu--main .elementor-item.highlighted, .elementor-14734 .elementor-element.elementor-element-60ec18d .elementor-nav-menu--main .elementor-item:focus{color:var( --e-global-color-primary );fill:var( --e-global-color-primary );}.elementor-14734 .elementor-element.elementor-element-60ec18d{--e-nav-menu-horizontal-menu-item-margin:calc( 20px / 2 );}.elementor-14734 .elementor-element.elementor-element-60ec18d .elementor-nav-menu--main:not(.elementor-nav-menu--layout-horizontal) .elementor-nav-menu > li:not(:last-child){margin-bottom:20px;}.elementor-14734 .elementor-element.elementor-element-60ec18d > .elementor-widget-container{margin:-4px 0px 0px 0px;}.elementor-bc-flex-widget .elementor-14734 .elementor-element.elementor-element-fcda532.elementor-column .elementor-widget-wrap{align-items:flex-end;}.elementor-14734 .elementor-element.elementor-element-fcda532.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:flex-end;align-items:flex-end;}.elementor-14734 .elementor-element.elementor-element-fcda532 > .elementor-element-populated{padding:0px 30px 0px 0px;}.elementor-14734 .elementor-element.elementor-element-7621250 .elementor-nav-menu .elementor-item{font-family:"Raleway", Sans-serif;font-size:1em;font-weight:400;line-height:1.3em;}.elementor-14734 .elementor-element.elementor-element-7621250 .elementor-nav-menu--main .elementor-item{color:var( --e-global-color-primary );fill:var( --e-global-color-primary );padding-left:0px;padding-right:0px;padding-top:0px;padding-bottom:0px;}.elementor-14734 .elementor-element.elementor-element-7621250 .elementor-nav-menu--main .elementor-item:hover, .elementor-14734 .elementor-element.elementor-element-7621250 .elementor-nav-menu--main .elementor-item.elementor-item-active, .elementor-14734 .elementor-element.elementor-element-7621250 .elementor-nav-menu--main .elementor-item.highlighted, .elementor-14734 .elementor-element.elementor-element-7621250 .elementor-nav-menu--main .elementor-item:focus{color:var( --e-global-color-primary );fill:var( --e-global-color-primary );}.elementor-14734 .elementor-element.elementor-element-7621250{--e-nav-menu-horizontal-menu-item-margin:calc( 20px / 2 );}.elementor-14734 .elementor-element.elementor-element-7621250 .elementor-nav-menu--main:not(.elementor-nav-menu--layout-horizontal) .elementor-nav-menu > li:not(:last-child){margin-bottom:20px;}.elementor-bc-flex-widget .elementor-14734 .elementor-element.elementor-element-9d888bb.elementor-column .elementor-widget-wrap{align-items:flex-end;}.elementor-14734 .elementor-element.elementor-element-9d888bb.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:flex-end;align-items:flex-end;}.elementor-14734 .elementor-element.elementor-element-9d888bb > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:15px;}.elementor-14734 .elementor-element.elementor-element-9d888bb > .elementor-element-populated{padding:0px 0px 0px 30px;}.elementor-14734 .elementor-element.elementor-element-bb865b6 .elementor-button-content-wrapper{flex-direction:row-reverse;}.elementor-14734 .elementor-element.elementor-element-bb865b6 .elementor-button .elementor-button-content-wrapper{gap:14px;}.elementor-14734 .elementor-element.elementor-element-bb865b6 .elementor-button{fill:var( --e-global-color-primary );color:var( --e-global-color-primary );background-color:#02010100;}.elementor-14734 .elementor-element.elementor-element-bb865b6 .elementor-button:hover, .elementor-14734 .elementor-element.elementor-element-bb865b6 .elementor-button:focus{color:var( --e-global-color-primary );}.elementor-14734 .elementor-element.elementor-element-bb865b6 .elementor-button:hover svg, .elementor-14734 .elementor-element.elementor-element-bb865b6 .elementor-button:focus svg{fill:var( --e-global-color-primary );}.elementor-14734 .elementor-element.elementor-element-bb865b6 > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-14734 .elementor-element.elementor-element-bb865b6{z-index:10;}.elementor-14734 .elementor-element.elementor-element-f959b3d .elementor-button-content-wrapper{flex-direction:row-reverse;}.elementor-14734 .elementor-element.elementor-element-f959b3d .elementor-button .elementor-button-content-wrapper{gap:14px;}.elementor-14734 .elementor-element.elementor-element-f959b3d .elementor-button{fill:var( --e-global-color-primary );color:var( --e-global-color-primary );background-color:#02010100;}.elementor-14734 .elementor-element.elementor-element-f959b3d .elementor-button:hover, .elementor-14734 .elementor-element.elementor-element-f959b3d .elementor-button:focus{color:var( --e-global-color-primary );}.elementor-14734 .elementor-element.elementor-element-f959b3d .elementor-button:hover svg, .elementor-14734 .elementor-element.elementor-element-f959b3d .elementor-button:focus svg{fill:var( --e-global-color-primary );}.elementor-14734 .elementor-element.elementor-element-f959b3d > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-14734 .elementor-element.elementor-element-f959b3d{z-index:10;}.elementor-14734 .elementor-element.elementor-element-9f56c76{margin-top:80px;margin-bottom:0px;}.elementor-14734 .elementor-element.elementor-element-49516c4 > .elementor-element-populated{padding:0px 30px 0px 0px;}.elementor-14734 .elementor-element.elementor-element-17b480d .elementor-search-form__container{min-height:50px;}.elementor-14734 .elementor-element.elementor-element-17b480d .elementor-search-form__submit{min-width:50px;background-color:#02010100;}body:not(.rtl) .elementor-14734 .elementor-element.elementor-element-17b480d .elementor-search-form__icon{padding-left:calc(50px / 3);}body.rtl .elementor-14734 .elementor-element.elementor-element-17b480d .elementor-search-form__icon{padding-right:calc(50px / 3);}.elementor-14734 .elementor-element.elementor-element-17b480d .elementor-search-form__input, .elementor-14734 .elementor-element.elementor-element-17b480d.elementor-search-form--button-type-text .elementor-search-form__submit{padding-left:calc(50px / 3);padding-right:calc(50px / 3);}.elementor-14734 .elementor-element.elementor-element-17b480d .elementor-search-form__input, .elementor-14734 .elementor-element.elementor-element-17b480d .elementor-search-form__icon, .elementor-14734 .elementor-element.elementor-element-17b480d .elementor-lightbox .dialog-lightbox-close-button, .elementor-14734 .elementor-element.elementor-element-17b480d .elementor-lightbox .dialog-lightbox-close-button:hover, .elementor-14734 .elementor-element.elementor-element-17b480d.elementor-search-form--skin-full_screen input[type="search"].elementor-search-form__input{color:var( --e-global-color-primary );fill:var( --e-global-color-primary );}.elementor-14734 .elementor-element.elementor-element-17b480d:not(.elementor-search-form--skin-full_screen) .elementor-search-form__container{background-color:#093C6600;border-color:var( --e-global-color-primary );border-width:0px 0px 1.5px 0px;border-radius:0px;}.elementor-14734 .elementor-element.elementor-element-17b480d.elementor-search-form--skin-full_screen input[type="search"].elementor-search-form__input{background-color:#093C6600;border-color:var( --e-global-color-primary );border-width:0px 0px 1.5px 0px;border-radius:0px;}.elementor-14734 .elementor-element.elementor-element-0e07dbb > .elementor-element-populated{padding:0px 0px 0px 30px;}.elementor-14734 .elementor-element.elementor-element-ec782fb .elementor-repeater-item-aa1c423.elementor-social-icon{background-color:#113D67;}.elementor-14734 .elementor-element.elementor-element-ec782fb .elementor-repeater-item-aa1c423.elementor-social-icon i{color:#FFFFFF;}.elementor-14734 .elementor-element.elementor-element-ec782fb .elementor-repeater-item-aa1c423.elementor-social-icon svg{fill:#FFFFFF;}.elementor-14734 .elementor-element.elementor-element-ec782fb .elementor-repeater-item-5aad85f.elementor-social-icon{background-color:#00000000;}.elementor-14734 .elementor-element.elementor-element-ec782fb .elementor-repeater-item-5aad85f.elementor-social-icon i{color:var( --e-global-color-primary );}.elementor-14734 .elementor-element.elementor-element-ec782fb .elementor-repeater-item-5aad85f.elementor-social-icon svg{fill:var( --e-global-color-primary );}.elementor-14734 .elementor-element.elementor-element-ec782fb .elementor-repeater-item-a237f28.elementor-social-icon{background-color:#113D67;}.elementor-14734 .elementor-element.elementor-element-ec782fb .elementor-repeater-item-a237f28.elementor-social-icon i{color:#FFFFFF;}.elementor-14734 .elementor-element.elementor-element-ec782fb .elementor-repeater-item-a237f28.elementor-social-icon svg{fill:#FFFFFF;}.elementor-14734 .elementor-element.elementor-element-ec782fb{--grid-template-columns:repeat(3, auto);--icon-size:40px;--grid-column-gap:20px;width:var( --container-widget-width, 84.164% );max-width:84.164%;--container-widget-width:84.164%;--container-widget-flex-grow:0;}.elementor-14734 .elementor-element.elementor-element-ec782fb .elementor-widget-container{text-align:left;}.elementor-14734 .elementor-element.elementor-element-ec782fb .elementor-social-icon{--icon-padding:0em;}.elementor-14734 .elementor-element.elementor-element-ec782fb > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-14734 .elementor-element.elementor-element-4217337{margin-top:80px;margin-bottom:0px;}.elementor-14734 .elementor-element.elementor-element-a3639ef > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-14734 .elementor-element.elementor-element-4c854ac .elementor-nav-menu .elementor-item{font-family:"Raleway", Sans-serif;font-size:0.8em;font-weight:400;line-height:1.3em;}.elementor-14734 .elementor-element.elementor-element-4c854ac .elementor-nav-menu--main .elementor-item{color:var( --e-global-color-primary );fill:var( --e-global-color-primary );padding-left:0px;padding-right:0px;padding-top:0px;padding-bottom:0px;}.elementor-14734 .elementor-element.elementor-element-4c854ac .elementor-nav-menu--main .elementor-item:hover, .elementor-14734 .elementor-element.elementor-element-4c854ac .elementor-nav-menu--main .elementor-item.elementor-item-active, .elementor-14734 .elementor-element.elementor-element-4c854ac .elementor-nav-menu--main .elementor-item.highlighted, .elementor-14734 .elementor-element.elementor-element-4c854ac .elementor-nav-menu--main .elementor-item:focus{color:var( --e-global-color-primary );fill:var( --e-global-color-primary );}.elementor-14734 .elementor-element.elementor-element-4c854ac{--e-nav-menu-horizontal-menu-item-margin:calc( 20px / 2 );}.elementor-14734 .elementor-element.elementor-element-4c854ac .elementor-nav-menu--main:not(.elementor-nav-menu--layout-horizontal) .elementor-nav-menu > li:not(:last-child){margin-bottom:20px;}.elementor-14734 .elementor-element.elementor-element-5663949 .elementor-nav-menu .elementor-item{font-family:"Raleway", Sans-serif;font-size:0.8em;font-weight:400;line-height:1.3em;}.elementor-14734 .elementor-element.elementor-element-5663949 .elementor-nav-menu--main .elementor-item{color:var( --e-global-color-primary );fill:var( --e-global-color-primary );padding-left:0px;padding-right:0px;padding-top:0px;padding-bottom:0px;}.elementor-14734 .elementor-element.elementor-element-5663949 .elementor-nav-menu--main .elementor-item:hover, .elementor-14734 .elementor-element.elementor-element-5663949 .elementor-nav-menu--main .elementor-item.elementor-item-active, .elementor-14734 .elementor-element.elementor-element-5663949 .elementor-nav-menu--main .elementor-item.highlighted, .elementor-14734 .elementor-element.elementor-element-5663949 .elementor-nav-menu--main .elementor-item:focus{color:var( --e-global-color-primary );fill:var( --e-global-color-primary );}.elementor-14734 .elementor-element.elementor-element-5663949{--e-nav-menu-horizontal-menu-item-margin:calc( 20px / 2 );}.elementor-14734 .elementor-element.elementor-element-5663949 .elementor-nav-menu--main:not(.elementor-nav-menu--layout-horizontal) .elementor-nav-menu > li:not(:last-child){margin-bottom:20px;}.elementor-14734 .elementor-element.elementor-element-ab147f6{--spacer-size:0px;}.elementor-14734 .elementor-element.elementor-element-0fa850b{padding:60px 60px 60px 60px;}#elementor-popup-modal-14734 .dialog-message{width:100vw;height:100vh;align-items:flex-start;padding:0px 0px 0px 0px;}#elementor-popup-modal-14734{justify-content:flex-start;align-items:flex-start;pointer-events:all;background-color:rgba(0,0,0,.8);}#elementor-popup-modal-14734 .dialog-close-button{display:flex;top:60px;font-size:26px;}#elementor-popup-modal-14734 .dialog-widget-content{animation-duration:2s;background-color:transparent;background-image:linear-gradient(190deg, var( --e-global-color-4e57b11 ) 0%, var( --e-global-color-a7f7ccc ) 100%);box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}body:not(.rtl) #elementor-popup-modal-14734 .dialog-close-button{right:60px;}body.rtl #elementor-popup-modal-14734 .dialog-close-button{left:60px;}#elementor-popup-modal-14734 .dialog-close-button i{color:var( --e-global-color-primary );}#elementor-popup-modal-14734 .dialog-close-button svg{fill:var( --e-global-color-primary );}@media(min-width:768px){.elementor-14734 .elementor-element.elementor-element-49516c4{width:68%;}.elementor-14734 .elementor-element.elementor-element-0e07dbb{width:32%;}}@media(max-width:1024px){.elementor-14734 .elementor-element.elementor-element-c3d4c6c > .elementor-element-populated{padding:40px 0px 40px 0px;}.elementor-14734 .elementor-element.elementor-element-9d888bb > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-14734 .elementor-element.elementor-element-0e07dbb > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 30px;}.elementor-14734 .elementor-element.elementor-element-0fa850b{padding:40px 40px 40px 40px;}#elementor-popup-modal-14734{align-items:center;}#elementor-popup-modal-14734 .dialog-close-button{top:40px;}body:not(.rtl) #elementor-popup-modal-14734 .dialog-close-button{right:40px;}body.rtl #elementor-popup-modal-14734 .dialog-close-button{left:40px;}#elementor-popup-modal-14734 .dialog-message{padding:0px 0px 0px 0px;}}@media(max-width:767px){.elementor-14734 .elementor-element.elementor-element-c3d4c6c > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-14734 .elementor-element.elementor-element-63d5fd8 > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-14734 .elementor-element.elementor-element-60ec18d .elementor-nav-menu .elementor-item{font-size:1.55em;}.elementor-14734 .elementor-element.elementor-element-60ec18d{--e-nav-menu-horizontal-menu-item-margin:calc( 10px / 2 );}.elementor-14734 .elementor-element.elementor-element-60ec18d .elementor-nav-menu--main:not(.elementor-nav-menu--layout-horizontal) .elementor-nav-menu > li:not(:last-child){margin-bottom:10px;}.elementor-14734 .elementor-element.elementor-element-fcda532 > .elementor-element-populated{margin:40px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-14734 .elementor-element.elementor-element-7621250{--e-nav-menu-horizontal-menu-item-margin:calc( 10px / 2 );}.elementor-14734 .elementor-element.elementor-element-7621250 .elementor-nav-menu--main:not(.elementor-nav-menu--layout-horizontal) .elementor-nav-menu > li:not(:last-child){margin-bottom:10px;}.elementor-14734 .elementor-element.elementor-element-9d888bb > .elementor-element-populated{margin:40px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-14734 .elementor-element.elementor-element-0e07dbb > .elementor-element-populated{padding:40px 0px 0px 0px;}.elementor-14734 .elementor-element.elementor-element-0fa850b{padding:40px 20px 40px 20px;}#elementor-popup-modal-14734{align-items:flex-start;}#elementor-popup-modal-14734 .dialog-close-button{top:20px;}body:not(.rtl) #elementor-popup-modal-14734 .dialog-close-button{right:20px;}body.rtl #elementor-popup-modal-14734 .dialog-close-button{left:20px;}}</style><nav data-elementor-type="popup" data-elementor-id="14734" class="elementor elementor-14734 elementor-location-popup" data-elementor-settings="{&quot;prevent_scroll&quot;:&quot;yes&quot;,&quot;classes&quot;:&quot;menu-popup&quot;,&quot;entrance_animation&quot;:&quot;fadeIn&quot;,&quot;entrance_animation_duration&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;a11y_navigation&quot;:&quot;yes&quot;,&quot;timing&quot;:[]}" data-elementor-post-type="elementor_library"><section class="elementor-section elementor-top-section elementor-element elementor-element-0fa850b elementor-section-height-full elementor-section-items-stretch elementor-section-content-top elementor-section-boxed elementor-section-height-default" data-id="0fa850b" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;0c93f1a&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c3d4c6c" data-id="c3d4c6c" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><section class="elementor-section elementor-inner-section elementor-element elementor-element-44aeaf6 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="44aeaf6" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-63d5fd8" data-id="63d5fd8" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-60ec18d elementor-nav-menu--dropdown-none elementor-widget elementor-widget-nav-menu" data-id="60ec18d" data-element_type="widget" data-settings="{&quot;layout&quot;:&quot;vertical&quot;,&quot;submenu_icon&quot;:{&quot;value&quot;:&quot;&lt;i class=\&quot;fas fa-caret-down\&quot;&gt;&lt;\/i&gt;&quot;,&quot;library&quot;:&quot;fa-solid&quot;}}" data-widget_type="nav-menu.default"><div class="elementor-widget-container"><nav aria-label="Menu" class="elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-vertical e--pointer-none"><ul id="menu-1-60ec18d" class="elementor-nav-menu sm-vertical"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-14 current_page_item menu-item-6985"><a href="https://www.curiousfutureinsight.org/" aria-current="page" class="elementor-item elementor-item-active">Home</a></li><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-7966"><a href="https://www.curiousfutureinsight.org/_speakers" class="elementor-item">Speakers</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13070"><a href="https://www.curiousfutureinsight.org/event/" class="elementor-item">Event</a></li><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-722"><a href="https://www.curiousfutureinsight.org/partners" class="elementor-item">Partners</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3579"><a href="https://www.curiousfutureinsight.org/news/" class="elementor-item">News</a></li><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-11392"><a href="https://www.curiousfutureinsight.org/media-library-items/" class="elementor-item">Media Library</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-15994"><a href="https://www.curiousfutureinsight.org/about-us/" class="elementor-item">About Us</a></li></ul></nav><nav class="elementor-nav-menu--dropdown elementor-nav-menu__container" aria-hidden="true"><ul id="menu-2-60ec18d" class="elementor-nav-menu sm-vertical"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-14 current_page_item menu-item-6985"><a href="https://www.curiousfutureinsight.org/" aria-current="page" class="elementor-item elementor-item-active" tabindex="-1">Home</a></li><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-7966"><a href="https://www.curiousfutureinsight.org/_speakers" class="elementor-item" tabindex="-1">Speakers</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13070"><a href="https://www.curiousfutureinsight.org/event/" class="elementor-item" tabindex="-1">Event</a></li><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-722"><a href="https://www.curiousfutureinsight.org/partners" class="elementor-item" tabindex="-1">Partners</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3579"><a href="https://www.curiousfutureinsight.org/news/" class="elementor-item" tabindex="-1">News</a></li><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-11392"><a href="https://www.curiousfutureinsight.org/media-library-items/" class="elementor-item" tabindex="-1">Media Library</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-15994"><a href="https://www.curiousfutureinsight.org/about-us/" class="elementor-item" tabindex="-1">About Us</a></li></ul></nav></div></div></div></div><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-fcda532" data-id="fcda532" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-7621250 elementor-nav-menu--dropdown-none elementor-widget elementor-widget-nav-menu" data-id="7621250" data-element_type="widget" data-settings="{&quot;layout&quot;:&quot;vertical&quot;,&quot;submenu_icon&quot;:{&quot;value&quot;:&quot;&lt;i class=\&quot;fas fa-caret-down\&quot;&gt;&lt;\/i&gt;&quot;,&quot;library&quot;:&quot;fa-solid&quot;}}" data-widget_type="nav-menu.default"><div class="elementor-widget-container"><nav aria-label="Menu" class="elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-vertical e--pointer-none"><ul id="menu-1-7621250" class="elementor-nav-menu sm-vertical"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-15995"><a href="https://www.curiousfutureinsight.org/about-us/" class="elementor-item">About Us</a></li><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-16002"><a href="https://www.curiousfutureinsight.org/agenda/" class="elementor-item">Agenda</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-17081"><a href="https://www.curiousfutureinsight.org/junior-visions/" class="elementor-item">Junior Visions</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10234"><a href="https://www.curiousfutureinsight.org/dreamboard/" class="elementor-item">Dream Board</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10739"><a href="https://www.curiousfutureinsight.org/twitter-feed/" class="elementor-item">X Feed</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11390"><a href="https://www.curiousfutureinsight.org/jobs-opportunities/" class="elementor-item">Jobs &#038; Opportunities</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5287"><a href="https://www.curiousfutureinsight.org/future-insight-prize/" class="elementor-item">Future Insight™ Prize</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-12710"><a href="https://www.curiousfutureinsight.org/topglobalscienceprizes/" class="elementor-item">Top Global Science Prizes</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8351"><a href="https://www.curiousfutureinsight.org/science-declaration/" class="elementor-item">Make Science Not War</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-17473"><a href="https://www.curiousfutureinsight.org/vision-finder/" class="elementor-item">Vision Finder</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-12138"><a href="https://www.curiousfutureinsight.org/curious2022/" class="elementor-item">Curious2022</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-9692"><a href="https://www.curiousfutureinsight.org/2021-future-insight-days/" class="elementor-item">2021 Future Insight Days</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-9693"><a href="https://www.curiousfutureinsight.org/curious2018/" class="elementor-item">Curious2018</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4810"><a href="https://www.curiousfutureinsight.org/contact/" class="elementor-item">Contact &#038; FAQ</a></li></ul></nav><nav class="elementor-nav-menu--dropdown elementor-nav-menu__container" aria-hidden="true"><ul id="menu-2-7621250" class="elementor-nav-menu sm-vertical"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-15995"><a href="https://www.curiousfutureinsight.org/about-us/" class="elementor-item" tabindex="-1">About Us</a></li><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-16002"><a href="https://www.curiousfutureinsight.org/agenda/" class="elementor-item" tabindex="-1">Agenda</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-17081"><a href="https://www.curiousfutureinsight.org/junior-visions/" class="elementor-item" tabindex="-1">Junior Visions</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10234"><a href="https://www.curiousfutureinsight.org/dreamboard/" class="elementor-item" tabindex="-1">Dream Board</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10739"><a href="https://www.curiousfutureinsight.org/twitter-feed/" class="elementor-item" tabindex="-1">X Feed</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11390"><a href="https://www.curiousfutureinsight.org/jobs-opportunities/" class="elementor-item" tabindex="-1">Jobs &#038; Opportunities</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5287"><a href="https://www.curiousfutureinsight.org/future-insight-prize/" class="elementor-item" tabindex="-1">Future Insight™ Prize</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-12710"><a href="https://www.curiousfutureinsight.org/topglobalscienceprizes/" class="elementor-item" tabindex="-1">Top Global Science Prizes</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8351"><a href="https://www.curiousfutureinsight.org/science-declaration/" class="elementor-item" tabindex="-1">Make Science Not War</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-17473"><a href="https://www.curiousfutureinsight.org/vision-finder/" class="elementor-item" tabindex="-1">Vision Finder</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-12138"><a href="https://www.curiousfutureinsight.org/curious2022/" class="elementor-item" tabindex="-1">Curious2022</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-9692"><a href="https://www.curiousfutureinsight.org/2021-future-insight-days/" class="elementor-item" tabindex="-1">2021 Future Insight Days</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-9693"><a href="https://www.curiousfutureinsight.org/curious2018/" class="elementor-item" tabindex="-1">Curious2018</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4810"><a href="https://www.curiousfutureinsight.org/contact/" class="elementor-item" tabindex="-1">Contact &#038; FAQ</a></li></ul></nav></div></div></div></div><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-9d888bb" data-id="9d888bb" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div data-dce-background-color="#02010100" class="elementor-element elementor-element-bb865b6 elementor-widget elementor-widget-button" data-id="bb865b6" data-element_type="widget" data-widget_type="button.default"><div class="elementor-widget-container"><div class="elementor-button-wrapper"> <a class="elementor-button elementor-button-link elementor-size-sm" href="https://www.curiousfutureinsight.org/agenda/" target="_blank"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-icon"> <i aria-hidden="true" class="fas fa-long-arrow-alt-right"></i> </span> <span class="elementor-button-text">Agenda</span> </span> </a></div></div></div><div data-dce-background-color="#02010100" class="elementor-element elementor-element-f959b3d elementor-widget elementor-widget-button" data-id="f959b3d" data-element_type="widget" data-widget_type="button.default"><div class="elementor-widget-container"><div class="elementor-button-wrapper"> <a class="elementor-button elementor-button-link elementor-size-sm" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjEwNDgwIiwidG9nZ2xlIjpmYWxzZX0%3D" target="_blank"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-icon"> <i aria-hidden="true" class="fas fa-long-arrow-alt-right"></i> </span> <span class="elementor-button-text">Newsletter</span> </span> </a></div></div></div></div></div></div></section><section class="elementor-section elementor-inner-section elementor-element elementor-element-9f56c76 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="9f56c76" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-49516c4" data-id="49516c4" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-17b480d elementor-search-form--skin-classic elementor-search-form--button-type-icon elementor-search-form--icon-search elementor-widget elementor-widget-search-form" data-id="17b480d" data-element_type="widget" data-settings="{&quot;skin&quot;:&quot;classic&quot;}" data-widget_type="search-form.default"><div class="elementor-widget-container"> <search role="search"><form class="elementor-search-form" action="https://www.curiousfutureinsight.org" method="get"><div class="elementor-search-form__container"> <label class="elementor-screen-only" for="elementor-search-form-17b480d">Search</label> <input id="elementor-search-form-17b480d" placeholder="Search..." class="elementor-search-form__input" type="search" name="s" value=""> <button class="elementor-search-form__submit" type="submit" aria-label="Search"> <i aria-hidden="true" class="fas fa-search"></i> <span class="elementor-screen-only">Search</span> </button></div></form> </search></div></div></div></div><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-0e07dbb" data-id="0e07dbb" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-ec782fb elementor-grid-3 e-grid-align-left elementor-shape-circle elementor-widget__width-initial elementor-widget elementor-widget-social-icons" data-id="ec782fb" data-element_type="widget" data-widget_type="social-icons.default"><div class="elementor-widget-container"><div class="elementor-social-icons-wrapper elementor-grid"> <span class="elementor-grid-item"> <a class="elementor-icon elementor-social-icon elementor-social-icon- elementor-repeater-item-aa1c423" href="https://twitter.com/futureinsight" target="_blank"> <span class="elementor-screen-only"></span> <svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" width="35" height="35" id="svg4" sodipodi:docname="X_logo_2023_original_small_black2.svg" inkscape:version="1.0.2-2 (e86c870879, 2021-01-15)"><metadata></metadata><defs id="defs8"></defs><path d="M 21.622655,16.667035 33.392541,3.269176 H 30.604434 L 20.380336,14.899973 12.220446,3.269176 H 2.8066457 L 15.14869,20.858674 2.8066457,34.906665 H 5.5947485 L 16.384689,22.621522 25.003993,34.906665 h 9.4138 M 6.6010364,5.328116 h 4.2833116 l 19.717979,27.620768 h -4.284363" id="path2" style="stroke-width:0.999994"></path></svg> </a> </span> <span class="elementor-grid-item"> <a class="elementor-icon elementor-social-icon elementor-social-icon-linkedin elementor-repeater-item-5aad85f" href="https://www.linkedin.com/company/curious-future-insight/" target="_blank"> <span class="elementor-screen-only">Linkedin</span> <i class="fab fa-linkedin"></i> </a> </span> <span class="elementor-grid-item"> <a class="elementor-icon elementor-social-icon elementor-social-icon-instagram elementor-repeater-item-a237f28" href="https://instagram.com/future_insight_ev?igshid=MWZjMTM2ODFkZg==" target="_blank"> <span class="elementor-screen-only">Instagram</span> <i class="fab fa-instagram"></i> </a> </span></div></div></div></div></div></div></section><section class="elementor-section elementor-inner-section elementor-element elementor-element-4217337 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="4217337" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-a3639ef" data-id="a3639ef" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-4c854ac elementor-nav-menu--dropdown-none mm-geo mm-geo-na elementor-widget elementor-widget-nav-menu" data-id="4c854ac" data-element_type="widget" data-settings="{&quot;layout&quot;:&quot;horizontal&quot;,&quot;submenu_icon&quot;:{&quot;value&quot;:&quot;&lt;i class=\&quot;fas fa-caret-down\&quot;&gt;&lt;\/i&gt;&quot;,&quot;library&quot;:&quot;fa-solid&quot;}}" data-widget_type="nav-menu.default"><div class="elementor-widget-container"><nav aria-label="Menu" class="elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-horizontal e--pointer-none"><ul id="menu-1-4c854ac" class="elementor-nav-menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13137"><a href="https://www.curiousfutureinsight.org/legal-disclaimer/" class="elementor-item">Imprint</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13138"><a href="https://www.curiousfutureinsight.org/imprint-privacy-statement/" class="elementor-item">Terms and Conditions/Privacy Statement</a></li></ul></nav><nav class="elementor-nav-menu--dropdown elementor-nav-menu__container" aria-hidden="true"><ul id="menu-2-4c854ac" class="elementor-nav-menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13137"><a href="https://www.curiousfutureinsight.org/legal-disclaimer/" class="elementor-item" tabindex="-1">Imprint</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13138"><a href="https://www.curiousfutureinsight.org/imprint-privacy-statement/" class="elementor-item" tabindex="-1">Terms and Conditions/Privacy Statement</a></li></ul></nav></div></div><div class="elementor-element elementor-element-5663949 elementor-nav-menu--dropdown-none mm-geo mm-geo-world elementor-widget elementor-widget-nav-menu" data-id="5663949" data-element_type="widget" data-settings="{&quot;layout&quot;:&quot;horizontal&quot;,&quot;submenu_icon&quot;:{&quot;value&quot;:&quot;&lt;i class=\&quot;fas fa-caret-down\&quot;&gt;&lt;\/i&gt;&quot;,&quot;library&quot;:&quot;fa-solid&quot;}}" data-widget_type="nav-menu.default"><div class="elementor-widget-container"><nav aria-label="Menu" class="elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-horizontal e--pointer-none"><ul id="menu-1-5663949" class="elementor-nav-menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13136"><a href="https://www.curiousfutureinsight.org/legal-disclaimer/" class="elementor-item">Imprint</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13135"><a href="https://www.curiousfutureinsight.org/imprint-privacy-statement/" class="elementor-item">Terms and Conditions/Privacy Statement</a></li></ul></nav><nav class="elementor-nav-menu--dropdown elementor-nav-menu__container" aria-hidden="true"><ul id="menu-2-5663949" class="elementor-nav-menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13136"><a href="https://www.curiousfutureinsight.org/legal-disclaimer/" class="elementor-item" tabindex="-1">Imprint</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13135"><a href="https://www.curiousfutureinsight.org/imprint-privacy-statement/" class="elementor-item" tabindex="-1">Terms and Conditions/Privacy Statement</a></li></ul></nav></div></div></div></div></div></section></div></div></div></section></nav> <style id="elementor-post-5511">.elementor-5511 .elementor-element.elementor-element-6db3c4f > .elementor-container{max-width:768px;}.elementor-5511 .elementor-element.elementor-element-6db3c4f .elementor-repeater-item-0c93f1a.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-5511 .elementor-element.elementor-element-70fae1d .elementor-search-form__container{min-height:50px;}.elementor-5511 .elementor-element.elementor-element-70fae1d .elementor-search-form__submit{min-width:50px;background-color:#02010100;}body:not(.rtl) .elementor-5511 .elementor-element.elementor-element-70fae1d .elementor-search-form__icon{padding-left:calc(50px / 3);}body.rtl .elementor-5511 .elementor-element.elementor-element-70fae1d .elementor-search-form__icon{padding-right:calc(50px / 3);}.elementor-5511 .elementor-element.elementor-element-70fae1d .elementor-search-form__input, .elementor-5511 .elementor-element.elementor-element-70fae1d.elementor-search-form--button-type-text .elementor-search-form__submit{padding-left:calc(50px / 3);padding-right:calc(50px / 3);}.elementor-5511 .elementor-element.elementor-element-70fae1d .elementor-search-form__input, .elementor-5511 .elementor-element.elementor-element-70fae1d .elementor-search-form__icon, .elementor-5511 .elementor-element.elementor-element-70fae1d .elementor-lightbox .dialog-lightbox-close-button, .elementor-5511 .elementor-element.elementor-element-70fae1d .elementor-lightbox .dialog-lightbox-close-button:hover, .elementor-5511 .elementor-element.elementor-element-70fae1d.elementor-search-form--skin-full_screen input[type="search"].elementor-search-form__input{color:var( --e-global-color-primary );fill:var( --e-global-color-primary );}.elementor-5511 .elementor-element.elementor-element-70fae1d:not(.elementor-search-form--skin-full_screen) .elementor-search-form__container{background-color:#093C6600;border-color:var( --e-global-color-primary );border-width:0px 0px 1.5px 0px;border-radius:0px;}.elementor-5511 .elementor-element.elementor-element-70fae1d.elementor-search-form--skin-full_screen input[type="search"].elementor-search-form__input{background-color:#093C6600;border-color:var( --e-global-color-primary );border-width:0px 0px 1.5px 0px;border-radius:0px;}#elementor-popup-modal-5511 .dialog-message{width:100vw;height:100vh;align-items:center;padding:60px 60px 60px 60px;}#elementor-popup-modal-5511{justify-content:center;align-items:center;pointer-events:all;background-color:rgba(0,0,0,.8);}#elementor-popup-modal-5511 .dialog-close-button{display:flex;top:60px;font-size:26px;}#elementor-popup-modal-5511 .dialog-widget-content{animation-duration:2s;background-color:transparent;background-image:linear-gradient(190deg, var( --e-global-color-4e57b11 ) 0%, var( --e-global-color-a7f7ccc ) 100%);box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}body:not(.rtl) #elementor-popup-modal-5511 .dialog-close-button{right:60px;}body.rtl #elementor-popup-modal-5511 .dialog-close-button{left:60px;}#elementor-popup-modal-5511 .dialog-close-button i{color:var( --e-global-color-primary );}#elementor-popup-modal-5511 .dialog-close-button svg{fill:var( --e-global-color-primary );}@media(min-width:768px){.elementor-5511 .elementor-element.elementor-element-669bb9d9{width:100%;}}</style><nav data-elementor-type="popup" data-elementor-id="5511" class="elementor elementor-5511 elementor-location-popup" data-elementor-settings="{&quot;prevent_scroll&quot;:&quot;yes&quot;,&quot;classes&quot;:&quot;menu-popup&quot;,&quot;entrance_animation&quot;:&quot;fadeIn&quot;,&quot;entrance_animation_duration&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;a11y_navigation&quot;:&quot;yes&quot;,&quot;timing&quot;:[]}" data-elementor-post-type="elementor_library"><section class="elementor-section elementor-top-section elementor-element elementor-element-6db3c4f elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="6db3c4f" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;_id&quot;:&quot;0c93f1a&quot;,&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-669bb9d9 elementor-hidden-mobile" data-id="669bb9d9" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-70fae1d elementor-search-form--skin-classic elementor-search-form--button-type-icon elementor-search-form--icon-search elementor-widget elementor-widget-search-form" data-id="70fae1d" data-element_type="widget" data-settings="{&quot;skin&quot;:&quot;classic&quot;}" data-widget_type="search-form.default"><div class="elementor-widget-container"> <search role="search"><form class="elementor-search-form" action="https://www.curiousfutureinsight.org" method="get"><div class="elementor-search-form__container"> <label class="elementor-screen-only" for="elementor-search-form-70fae1d">Search</label> <input id="elementor-search-form-70fae1d" placeholder="Search..." class="elementor-search-form__input" type="search" name="s" value=""> <button class="elementor-search-form__submit" type="submit" aria-label="Search"> <i aria-hidden="true" class="fas fa-search"></i> <span class="elementor-screen-only">Search</span> </button></div></form> </search></div></div></div></div></div></section></nav><div data-elementor-type="popup" data-elementor-id="8165" class="elementor elementor-8165 elementor-location-popup" data-elementor-settings="{&quot;prevent_close_on_background_click&quot;:&quot;yes&quot;,&quot;prevent_close_on_esc_key&quot;:&quot;yes&quot;,&quot;a11y_navigation&quot;:&quot;yes&quot;,&quot;triggers&quot;:{&quot;page_load&quot;:&quot;yes&quot;,&quot;page_load_delay&quot;:0},&quot;timing&quot;:{&quot;times_times&quot;:1,&quot;times_count&quot;:&quot;close&quot;,&quot;times&quot;:&quot;yes&quot;}}" data-elementor-post-type="elementor_library"><section class="elementor-section elementor-top-section elementor-element elementor-element-6de5d0ad elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="6de5d0ad" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;_id&quot;:&quot;ac45ade&quot;,&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}],&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-6862576d" data-id="6862576d" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><section class="elementor-section elementor-inner-section elementor-element elementor-element-682eca0 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="682eca0" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;_id&quot;:&quot;c111c43&quot;,&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-1e73fc9a" data-id="1e73fc9a" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-4e7017fa elementor-widget elementor-widget-heading" data-id="4e7017fa" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h2 class="elementor-heading-title elementor-size-default">Cookies</h2></div></div></div></div></div></section><div class="elementor-element elementor-element-124ed315 elementor-widget elementor-widget-text-editor" data-id="124ed315" data-element_type="widget" data-widget_type="text-editor.default"><div class="elementor-widget-container"><p>We use cookies so that we can offer you the best possible website experience. This includes cookies which are necessary for the operation of the app and the website, as well as other cookies which are used solely for anonymous statistical purposes, for more comfortable website settings, or for the display of personalized content. You are free to decide in the Cookie Settings which categories you would like to permit. Please note that depending on what you select, the full functionality of the website may no longer be available. You may review and change your choices at any time. Further information can be found in our <a href="https://www.curiousfutureinsight.org/imprint-privacy-statement/">Privacy Statement</a>.</p></div></div><div data-dce-background-color="#B8383800" class="elementor-element elementor-element-7c4239b manage-settings elementor-widget elementor-widget-button" data-id="7c4239b" data-element_type="widget" data-widget_type="button.default"><div class="elementor-widget-container"><div class="elementor-button-wrapper"> <a class="elementor-button elementor-button-link elementor-size-sm" href="https://www.curiousfutureinsight.org/imprint-privacy-statement/#cmplz-manage-consent"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-icon"> <i aria-hidden="true" class="far fa-long-arrow-right"></i> </span> <span class="elementor-button-text">Manage Settings</span> </span> </a></div></div></div><section class="elementor-section elementor-inner-section elementor-element elementor-element-23f69988 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="23f69988" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;_id&quot;:&quot;37fb6b8&quot;,&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-3022f6a7" data-id="3022f6a7" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-b1e40e3 elementor-align-justify cmplz-btn cmplz-accept cc-btn-no-href elementor-widget elementor-widget-button" data-id="b1e40e3" data-element_type="widget" data-widget_type="button.default"><div class="elementor-widget-container"><div class="elementor-button-wrapper"> <a class="elementor-button elementor-button-link elementor-size-sm" href="#elementor-action%3Aaction%3Dpopup%3Aclose%26settings%3DeyJkb19ub3Rfc2hvd19hZ2FpbiI6InllcyJ9"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-icon"> <i aria-hidden="true" class="far fa-check"></i> </span> <span class="elementor-button-text">Accept</span> </span> </a></div></div></div></div></div><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-61b6cf32" data-id="61b6cf32" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div data-dce-background-color="#98D1CF00" class="elementor-element elementor-element-4a0eb36 elementor-align-justify cmplz-btn cmplz-deny cc-btn-no-href elementor-widget elementor-widget-button" data-id="4a0eb36" data-element_type="widget" data-widget_type="button.default"><div class="elementor-widget-container"><div class="elementor-button-wrapper"> <a class="elementor-button elementor-button-link elementor-size-sm" href="#elementor-action%3Aaction%3Dpopup%3Aclose%26settings%3DeyJkb19ub3Rfc2hvd19hZ2FpbiI6InllcyJ9"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-icon"> <i aria-hidden="true" class="far fa-times"></i> </span> <span class="elementor-button-text">Decline</span> </span> </a></div></div></div></div></div></div></section></div></div></div></section></div> <script type="rocketlazyloadscript" data-rocket-type='text/javascript'> const lazyloadRunObserver = () => { const lazyloadBackgrounds = document.querySelectorAll( `.e-con.e-parent:not(.e-lazyloaded)` ); const lazyloadBackgroundObserver = new IntersectionObserver( ( entries ) => { entries.forEach( ( entry ) => { if ( entry.isIntersecting ) { let lazyloadBackground = entry.target; if( lazyloadBackground ) { lazyloadBackground.classList.add( 'e-lazyloaded' ); } lazyloadBackgroundObserver.unobserve( entry.target ); } }); }, { rootMargin: '200px 0px 200px 0px' } ); lazyloadBackgrounds.forEach( ( lazyloadBackground ) => { lazyloadBackgroundObserver.observe( lazyloadBackground ); } ); }; const events = [ 'DOMContentLoaded', 'elementor/lazyload/observe', ]; events.forEach( ( event ) => { document.addEventListener( event, lazyloadRunObserver ); } ); </script> <script src="https://www.curiousfutureinsight.org/wp-content/plugins/sg-cachepress/assets/js/lazysizes.min.js" id="siteground-optimizer-lazy-sizes-js-js" defer></script> <script type="rocketlazyloadscript" id="rocket-browser-checker-js-after"> "use strict";var _createClass=function(){function defineProperties(target,props){for(var i=0;i<props.length;i++){var descriptor=props[i];descriptor.enumerable=descriptor.enumerable||!1,descriptor.configurable=!0,"value"in descriptor&&(descriptor.writable=!0),Object.defineProperty(target,descriptor.key,descriptor)}}return function(Constructor,protoProps,staticProps){return protoProps&&defineProperties(Constructor.prototype,protoProps),staticProps&&defineProperties(Constructor,staticProps),Constructor}}();function _classCallCheck(instance,Constructor){if(!(instance instanceof Constructor))throw new TypeError("Cannot call a class as a function")}var RocketBrowserCompatibilityChecker=function(){function RocketBrowserCompatibilityChecker(options){_classCallCheck(this,RocketBrowserCompatibilityChecker),this.passiveSupported=!1,this._checkPassiveOption(this),this.options=!!this.passiveSupported&&options}return _createClass(RocketBrowserCompatibilityChecker,[{key:"_checkPassiveOption",value:function(self){try{var options={get passive(){return!(self.passiveSupported=!0)}};window.addEventListener("test",null,options),window.removeEventListener("test",null,options)}catch(err){self.passiveSupported=!1}}},{key:"initRequestIdleCallback",value:function(){!1 in window&&(window.requestIdleCallback=function(cb){var start=Date.now();return setTimeout(function(){cb({didTimeout:!1,timeRemaining:function(){return Math.max(0,50-(Date.now()-start))}})},1)}),!1 in window&&(window.cancelIdleCallback=function(id){return clearTimeout(id)})}},{key:"isDataSaverModeOn",value:function(){return"connection"in navigator&&!0===navigator.connection.saveData}},{key:"supportsLinkPrefetch",value:function(){var elem=document.createElement("link");return elem.relList&&elem.relList.supports&&elem.relList.supports("prefetch")&&window.IntersectionObserver&&"isIntersecting"in IntersectionObserverEntry.prototype}},{key:"isSlowConnection",value:function(){return"connection"in navigator&&"effectiveType"in navigator.connection&&("2g"===navigator.connection.effectiveType||"slow-2g"===navigator.connection.effectiveType)}}]),RocketBrowserCompatibilityChecker}(); </script> <script id="rocket-preload-links-js-extra"> var RocketPreloadLinksConfig = {"excludeUris":"\/(?:.+\/)?feed(?:\/(?:.+\/?)?)?$|\/(?:.+\/)?embed\/|\/(index\\.php\/)?(.*)wp\\-json(\/.*|$)|\/refer\/|\/go\/|\/recommend\/|\/recommends\/","usesTrailingSlash":"1","imageExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif|pdf|doc|docx|xls|xlsx|php","fileExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif|pdf|doc|docx|xls|xlsx|php|html|htm","siteUrl":"https:\/\/www.curiousfutureinsight.org","onHoverDelay":"100","rateThrottle":"3"}; </script> <script type="rocketlazyloadscript" id="rocket-preload-links-js-after"> (function() { "use strict";var r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},e=function(){function i(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}return function(e,t,n){return t&&i(e.prototype,t),n&&i(e,n),e}}();function i(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}var t=function(){function n(e,t){i(this,n),this.browser=e,this.config=t,this.options=this.browser.options,this.prefetched=new Set,this.eventTime=null,this.threshold=1111,this.numOnHover=0}return e(n,[{key:"init",value:function(){!this.browser.supportsLinkPrefetch()||this.browser.isDataSaverModeOn()||this.browser.isSlowConnection()||(this.regex={excludeUris:RegExp(this.config.excludeUris,"i"),images:RegExp(".("+this.config.imageExt+")$","i"),fileExt:RegExp(".("+this.config.fileExt+")$","i")},this._initListeners(this))}},{key:"_initListeners",value:function(e){-1<this.config.onHoverDelay&&document.addEventListener("mouseover",e.listener.bind(e),e.listenerOptions),document.addEventListener("mousedown",e.listener.bind(e),e.listenerOptions),document.addEventListener("touchstart",e.listener.bind(e),e.listenerOptions)}},{key:"listener",value:function(e){var t=e.target.closest("a"),n=this._prepareUrl(t);if(null!==n)switch(e.type){case"mousedown":case"touchstart":this._addPrefetchLink(n);break;case"mouseover":this._earlyPrefetch(t,n,"mouseout")}}},{key:"_earlyPrefetch",value:function(t,e,n){var i=this,r=setTimeout(function(){if(r=null,0===i.numOnHover)setTimeout(function(){return i.numOnHover=0},1e3);else if(i.numOnHover>i.config.rateThrottle)return;i.numOnHover++,i._addPrefetchLink(e)},this.config.onHoverDelay);t.addEventListener(n,function e(){t.removeEventListener(n,e,{passive:!0}),null!==r&&(clearTimeout(r),r=null)},{passive:!0})}},{key:"_addPrefetchLink",value:function(i){return this.prefetched.add(i.href),new Promise(function(e,t){var n=document.createElement("link");n.rel="prefetch",n.href=i.href,n.onload=e,n.onerror=t,document.head.appendChild(n)}).catch(function(){})}},{key:"_prepareUrl",value:function(e){if(null===e||"object"!==(void 0===e?"undefined":r(e))||!1 in e||-1===["http:","https:"].indexOf(e.protocol))return null;var t=e.href.substring(0,this.config.siteUrl.length),n=this._getPathname(e.href,t),i={original:e.href,protocol:e.protocol,origin:t,pathname:n,href:t+n};return this._isLinkOk(i)?i:null}},{key:"_getPathname",value:function(e,t){var n=t?e.substring(this.config.siteUrl.length):e;return n.startsWith("/")||(n="/"+n),this._shouldAddTrailingSlash(n)?n+"/":n}},{key:"_shouldAddTrailingSlash",value:function(e){return this.config.usesTrailingSlash&&!e.endsWith("/")&&!this.regex.fileExt.test(e)}},{key:"_isLinkOk",value:function(e){return null!==e&&"object"===(void 0===e?"undefined":r(e))&&(!this.prefetched.has(e.href)&&e.origin===this.config.siteUrl&&-1===e.href.indexOf("?")&&-1===e.href.indexOf("#")&&!this.regex.excludeUris.test(e.href)&&!this.regex.images.test(e.href))}}],[{key:"run",value:function(){"undefined"!=typeof RocketPreloadLinksConfig&&new n(new RocketBrowserCompatibilityChecker({capture:!0,passive:!0}),RocketPreloadLinksConfig).init()}}]),n}();t.run(); }()); </script> <script type="rocketlazyloadscript" data-minify="1" data-rocket-src="https://www.curiousfutureinsight.org/wp-content/cache/min/1/wp-content/themes/hello-elementor-child/javascript.js?ver=1729223746" id="javascript.js-js" defer></script> <script id="cmplz-cookiebanner-js-extra"> var complianz = {"prefix":"cmplz_","user_banner_id":"1","set_cookies":[],"block_ajax_content":"0","banner_version":"124","version":"7.1.3","store_consent":"1","do_not_track_enabled":"1","consenttype":"optin","region":"","geoip":"1","dismiss_timeout":"","disable_cookiebanner":"1","soft_cookiewall":"","dismiss_on_scroll":"","cookie_expiry":"365","url":"https:\/\/www.curiousfutureinsight.org\/wp-json\/complianz\/v1\/","locale":"lang=en&locale=en_US","set_cookies_on_root":"0","cookie_domain":"","current_policy_id":"32","cookie_path":"\/","categories":{"statistics":"statistics","marketing":"marketing"},"tcf_active":"","placeholdertext":"Click to accept marketing cookies and enable this content","css_file":"https:\/\/www.curiousfutureinsight.org\/wp-content\/uploads\/complianz\/css\/banner-{banner_id}-{type}.css?v=124","page_links":{"eu":{"cookie-statement":{"title":"Cookie Policy ","url":"https:\/\/www.curiousfutureinsight.org\/cookie-policy-eu-3\/"},"privacy-statement":{"title":"Privacy Statement","url":"https:\/\/www.curiousfutureinsight.org\/privacy-statement\/"},"impressum":{"title":"Impressum","url":"https:\/\/www.merckgroup.com\/en\/legal-disclaimer.html"},"disclaimer":{"title":"Disclaimer","url":"https:\/\/www.merckgroup.com\/en\/legal-disclaimer.html"}},"us":{"impressum":{"title":"Impressum","url":"https:\/\/www.merckgroup.com\/en\/legal-disclaimer.html"},"disclaimer":{"title":"Disclaimer","url":"https:\/\/www.merckgroup.com\/en\/legal-disclaimer.html"}},"uk":{"impressum":{"title":"Impressum","url":"https:\/\/www.merckgroup.com\/en\/legal-disclaimer.html"},"disclaimer":{"title":"Disclaimer","url":"https:\/\/www.merckgroup.com\/en\/legal-disclaimer.html"}},"ca":{"impressum":{"title":"Impressum","url":"https:\/\/www.merckgroup.com\/en\/legal-disclaimer.html"},"disclaimer":{"title":"Disclaimer","url":"https:\/\/www.merckgroup.com\/en\/legal-disclaimer.html"}},"au":{"impressum":{"title":"Impressum","url":"https:\/\/www.merckgroup.com\/en\/legal-disclaimer.html"},"disclaimer":{"title":"Disclaimer","url":"https:\/\/www.merckgroup.com\/en\/legal-disclaimer.html"}},"za":{"impressum":{"title":"Impressum","url":"https:\/\/www.merckgroup.com\/en\/legal-disclaimer.html"},"disclaimer":{"title":"Disclaimer","url":"https:\/\/www.merckgroup.com\/en\/legal-disclaimer.html"}},"br":{"impressum":{"title":"Impressum","url":"https:\/\/www.merckgroup.com\/en\/legal-disclaimer.html"},"disclaimer":{"title":"Disclaimer","url":"https:\/\/www.merckgroup.com\/en\/legal-disclaimer.html"}}},"tm_categories":"","forceEnableStats":"","preview":"","clean_cookies":"","aria_label":"Click to accept marketing cookies and enable this content"}; </script> <script type="rocketlazyloadscript" defer data-rocket-src="https://www.curiousfutureinsight.org/wp-content/plugins/complianz-gdpr-premium/cookiebanner/js/complianz.min.js" id="cmplz-cookiebanner-js"></script> <script type="rocketlazyloadscript" id="cmplz-cookiebanner-js-after"> if ('undefined' != typeof window.jQuery) { jQuery(document).ready(function ($) { $(document).on('elementor/popup/show', () => { let rev_cats = cmplz_categories.reverse(); for (let key in rev_cats) { if (rev_cats.hasOwnProperty(key)) { let category = cmplz_categories[key]; if (cmplz_has_consent(category)) { document.querySelectorAll('[data-category="' + category + '"]').forEach(obj => { cmplz_remove_placeholder(obj); }); } } } let services = cmplz_get_services_on_page(); for (let key in services) { if (services.hasOwnProperty(key)) { let service = services[key].service; let category = services[key].category; if (cmplz_has_service_consent(service, category)) { document.querySelectorAll('[data-service="' + service + '"]').forEach(obj => { cmplz_remove_placeholder(obj); }); } } } }); }); } </script> <script type="rocketlazyloadscript" data-rocket-src="https://www.curiousfutureinsight.org/wp-content/plugins/elementor-pro/assets/lib/smartmenus/jquery.smartmenus.min.js" id="smartmenus-js"></script> <script type="rocketlazyloadscript" data-rocket-src="https://www.curiousfutureinsight.org/wp-content/plugins/elementor-pro/assets/lib/sticky/jquery.sticky.min.js" id="e-sticky-js"></script> <script type="rocketlazyloadscript" data-rocket-src="https://www.curiousfutureinsight.org/wp-content/plugins/elementor/assets/lib/jquery-numerator/jquery-numerator.min.js" id="jquery-numerator-js" defer></script> <script type="rocketlazyloadscript" data-rocket-src="https://www.curiousfutureinsight.org/wp-content/plugins/dynamic-content-for-elementor/assets/js/fix-background-loop.min.js" id="dce-fix-background-loop-js" defer></script> <script type="rocketlazyloadscript" data-rocket-src="https://www.curiousfutureinsight.org/wp-content/plugins/dynamic-content-for-elementor/assets/js/settings.min.js" id="dce-settings-js" defer></script> <script id="dce-dynamicPosts-base-js-extra"> var dce_features_collection_dynamic_posts = ["dce-acf-relationship","dce-dynamicposts-v2","dce-dynamic-woo-products","dce-dynamic-woo-products-on-sale","dce-woo-products-cart","dce-woo-product-upsells","dce-woo-products-variations","dce-woo-product-crosssells","dce-dynamic-show-favorites","dce-woo-wishlist","dce-sticky-posts","dce-search-results","dce-my-posts","dce-dynamic-archives","dce-metabox-relationship"]; </script> <script type="rocketlazyloadscript" data-rocket-src="https://www.curiousfutureinsight.org/wp-content/plugins/dynamic-content-for-elementor/assets/js/dynamic-posts-base.min.js" id="dce-dynamicPosts-base-js" defer></script> <script type="rocketlazyloadscript" data-rocket-src="https://www.curiousfutureinsight.org/wp-content/plugins/dynamic-content-for-elementor/assets/js/dynamic-posts-skin-carousel.min.js" id="dce-dynamicPosts-carousel-js" defer></script> <script type="rocketlazyloadscript" data-rocket-src="https://www.curiousfutureinsight.org/wp-content/plugins/dynamic-content-for-elementor/assets/node/jquery-match-height/jquery.matchHeight-min.js" id="dce-jquery-match-height-js"></script> <script type="rocketlazyloadscript" data-rocket-src="https://www.curiousfutureinsight.org/wp-includes/js/imagesloaded.min.js" id="imagesloaded-js" defer></script> <script type="rocketlazyloadscript" data-minify="1" data-rocket-src="https://www.curiousfutureinsight.org/wp-content/cache/min/1/wp-content/plugins/make-column-clickable-elementor/assets/js/make-column-clickable.js?ver=1729223746" id="make-column-clickable-elementor-js" defer></script> <script type="rocketlazyloadscript" data-rocket-src="https://www.google.com/recaptcha/api.js?render=explicit&amp;ver=3.23.3" id="elementor-recaptcha-api-js"></script> <script type="rocketlazyloadscript" data-rocket-src="https://www.curiousfutureinsight.org/wp-content/plugins/elementor/assets/js/webpack.runtime.min.js" id="elementor-webpack-runtime-js" defer></script> <script type="rocketlazyloadscript" data-rocket-src="https://www.curiousfutureinsight.org/wp-content/plugins/elementor/assets/js/frontend-modules.min.js" id="elementor-frontend-modules-js" defer></script> <script type="rocketlazyloadscript" data-rocket-src="https://www.curiousfutureinsight.org/wp-content/plugins/elementor/assets/lib/waypoints/waypoints.min.js" id="elementor-waypoints-js" defer></script> <script type="rocketlazyloadscript" data-rocket-src="https://www.curiousfutureinsight.org/wp-includes/js/jquery/ui/core.min.js" id="jquery-ui-core-js" defer></script> <script type="rocketlazyloadscript" id="elementor-frontend-js-before"> var elementorFrontendConfig = {"environmentMode":{"edit":false,"wpPreview":false,"isScriptDebug":false},"i18n":{"shareOnFacebook":"Share on Facebook","shareOnTwitter":"Share on Twitter","pinIt":"Pin it","download":"Download","downloadImage":"Download image","fullscreen":"Fullscreen","zoom":"Zoom","share":"Share","playVideo":"Play Video","previous":"Previous","next":"Next","close":"Close","a11yCarouselWrapperAriaLabel":"Carousel | Horizontal scrolling: Arrow Left & Right","a11yCarouselPrevSlideMessage":"Previous slide","a11yCarouselNextSlideMessage":"Next slide","a11yCarouselFirstSlideMessage":"This is the first slide","a11yCarouselLastSlideMessage":"This is the last slide","a11yCarouselPaginationBulletMessage":"Go to slide"},"is_rtl":false,"breakpoints":{"xs":0,"sm":480,"md":768,"lg":1025,"xl":1440,"xxl":1600},"responsive":{"breakpoints":{"mobile":{"label":"Mobile Portrait","value":767,"default_value":767,"direction":"max","is_enabled":true},"mobile_extra":{"label":"Mobile Landscape","value":880,"default_value":880,"direction":"max","is_enabled":false},"tablet":{"label":"Tablet Portrait","value":1024,"default_value":1024,"direction":"max","is_enabled":true},"tablet_extra":{"label":"Tablet Landscape","value":1200,"default_value":1200,"direction":"max","is_enabled":false},"laptop":{"label":"Laptop","value":1366,"default_value":1366,"direction":"max","is_enabled":false},"widescreen":{"label":"Widescreen","value":2400,"default_value":2400,"direction":"min","is_enabled":false}}},"version":"3.23.4","is_static":false,"experimentalFeatures":{"e_optimized_css_loading":true,"additional_custom_breakpoints":true,"container_grid":true,"e_swiper_latest":true,"e_nested_atomic_repeaters":true,"e_onboarding":true,"theme_builder_v2":true,"home_screen":true,"ai-layout":true,"landing-pages":true,"e_lazyload":true,"display-conditions":true,"form-submissions":true,"taxonomy-filter":true},"urls":{"assets":"https:\/\/www.curiousfutureinsight.org\/wp-content\/plugins\/elementor\/assets\/","ajaxurl":"https:\/\/www.curiousfutureinsight.org\/wp-admin\/admin-ajax.php"},"nonces":{"floatingButtonsClickTracking":"4fd0d7cc03"},"swiperClass":"swiper","settings":{"page":[],"editorPreferences":[],"dynamicooo":[]},"kit":{"body_background_background":"classic","active_breakpoints":["viewport_mobile","viewport_tablet"],"global_image_lightbox":"yes","lightbox_enable_counter":"yes","lightbox_enable_fullscreen":"yes","lightbox_enable_zoom":"yes","lightbox_enable_share":"yes","lightbox_title_src":"title","lightbox_description_src":"description"},"post":{"id":14,"title":"Curious2024%20%E2%80%93%20Future%20Insight%E2%84%A2","excerpt":"","featuredImage":false}}; </script> <script type="rocketlazyloadscript" data-rocket-src="https://www.curiousfutureinsight.org/wp-content/plugins/elementor/assets/js/frontend.min.js" id="elementor-frontend-js" defer></script> <script type="rocketlazyloadscript" data-minify="1" data-rocket-src="https://www.curiousfutureinsight.org/wp-content/cache/min/1/wp-content/plugins/ele-custom-skin-pro/assets/js/ecspro.js?ver=1729223746" id="ecspro-js" defer></script> <script type="rocketlazyloadscript" data-rocket-src="https://www.curiousfutureinsight.org/wp-content/plugins/elementor-pro/assets/js/webpack-pro.runtime.min.js" id="elementor-pro-webpack-runtime-js" defer></script> <script type="rocketlazyloadscript" data-rocket-src="https://www.curiousfutureinsight.org/wp-includes/js/dist/hooks.min.js" id="wp-hooks-js"></script> <script type="rocketlazyloadscript" data-rocket-src="https://www.curiousfutureinsight.org/wp-includes/js/dist/i18n.min.js" id="wp-i18n-js"></script> <script type="rocketlazyloadscript" id="wp-i18n-js-after"> wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } ); </script> <script type="rocketlazyloadscript" id="elementor-pro-frontend-js-before"> var ElementorProFrontendConfig = {"ajaxurl":"https:\/\/www.curiousfutureinsight.org\/wp-admin\/admin-ajax.php","nonce":"ef5ce15990","urls":{"assets":"https:\/\/www.curiousfutureinsight.org\/wp-content\/plugins\/elementor-pro\/assets\/","rest":"https:\/\/www.curiousfutureinsight.org\/wp-json\/"},"shareButtonsNetworks":{"facebook":{"title":"Facebook","has_counter":true},"twitter":{"title":"Twitter"},"linkedin":{"title":"LinkedIn","has_counter":true},"pinterest":{"title":"Pinterest","has_counter":true},"reddit":{"title":"Reddit","has_counter":true},"vk":{"title":"VK","has_counter":true},"odnoklassniki":{"title":"OK","has_counter":true},"tumblr":{"title":"Tumblr"},"digg":{"title":"Digg"},"skype":{"title":"Skype"},"stumbleupon":{"title":"StumbleUpon","has_counter":true},"mix":{"title":"Mix"},"telegram":{"title":"Telegram"},"pocket":{"title":"Pocket","has_counter":true},"xing":{"title":"XING","has_counter":true},"whatsapp":{"title":"WhatsApp"},"email":{"title":"Email"},"print":{"title":"Print"},"x-twitter":{"title":"X"},"threads":{"title":"Threads"}},"facebook_sdk":{"lang":"en_US","app_id":""},"lottie":{"defaultAnimationUrl":"https:\/\/www.curiousfutureinsight.org\/wp-content\/plugins\/elementor-pro\/modules\/lottie\/assets\/animations\/default.json"}}; </script> <script type="rocketlazyloadscript" data-rocket-src="https://www.curiousfutureinsight.org/wp-content/plugins/elementor-pro/assets/js/frontend.min.js" id="elementor-pro-frontend-js" defer></script> <script type="rocketlazyloadscript" data-rocket-src="https://www.curiousfutureinsight.org/wp-content/plugins/elementor-pro/assets/js/elements-handlers.min.js" id="pro-elements-handlers-js" defer></script> <script type="rocketlazyloadscript" data-minify="1" data-rocket-src="https://www.curiousfutureinsight.org/wp-content/cache/min/1/wp-content/plugins/jet-elements/assets/js/lib/waypoints/waypoints.js?ver=1729223746" id="waypoints-js" defer></script> <script id="jet-elements-js-extra"> var jetElements = {"ajaxUrl":"https:\/\/www.curiousfutureinsight.org\/wp-admin\/admin-ajax.php","isMobile":"false","templateApiUrl":"https:\/\/www.curiousfutureinsight.org\/wp-json\/jet-elements-api\/v1\/elementor-template","devMode":"false","messages":{"invalidMail":"Please specify a valid e-mail"}}; </script> <script type="rocketlazyloadscript" data-rocket-src="https://www.curiousfutureinsight.org/wp-content/plugins/jet-elements/assets/js/jet-elements.min.js" id="jet-elements-js" defer></script> <script type="rocketlazyloadscript" data-minify="1" data-rocket-src="https://www.curiousfutureinsight.org/wp-content/cache/min/1/wp-content/plugins/jet-tricks/assets/js/lib/tippy/popperjs.js?ver=1729223746" id="jet-tricks-popperjs-js" defer></script> <script type="rocketlazyloadscript" data-minify="1" data-rocket-src="https://www.curiousfutureinsight.org/wp-content/cache/min/1/wp-content/plugins/jet-tricks/assets/js/lib/tippy/tippy-bundle.js?ver=1729223746" id="jet-tricks-tippy-bundle-js" defer></script> <script id="jet-tricks-frontend-js-extra"> var JetTricksSettings = {"elements_data":{"sections":{"b94931c":{"view_more":false,"particles":"false","particles_json":""},"ea37cb2":{"view_more":false,"particles":"false","particles_json":""},"772295d":{"view_more":false,"particles":"false","particles_json":""},"c8e7444":{"view_more":false,"particles":"false","particles_json":""},"7fbc8fe":{"view_more":false,"particles":"false","particles_json":""},"ebe052c":{"view_more":false,"particles":"false","particles_json":""},"b08367b":{"view_more":false,"particles":"false","particles_json":""},"9758fec":{"view_more":false,"particles":"false","particles_json":""},"3f83f17":{"view_more":false,"particles":"false","particles_json":""},"f59b4e1":{"view_more":false,"particles":"false","particles_json":""},"20233fd":{"view_more":false,"particles":"false","particles_json":""},"5e1929d":{"view_more":false,"particles":"false","particles_json":""},"d6904ae":{"view_more":false,"particles":"false","particles_json":""},"bc9936d":{"view_more":false,"particles":"false","particles_json":""},"51a13f4":{"view_more":false,"particles":"false","particles_json":""},"c4ff0cb":{"view_more":false,"particles":"false","particles_json":""},"2f5286a6":{"view_more":false,"particles":"false","particles_json":""},"6a25d6c":{"view_more":false,"particles":"false","particles_json":""},"e0965f8":{"view_more":false,"particles":"false","particles_json":""},"dda8a5f":{"view_more":false,"particles":"false","particles_json":""},"8f99bc1":{"view_more":false,"particles":"false","particles_json":""},"3ec83c6":{"view_more":false,"particles":"false","particles_json":""},"131d410":{"view_more":false,"particles":"false","particles_json":""},"2dc6eeb":{"view_more":false,"particles":"false","particles_json":""},"a28a7c1":{"view_more":false,"particles":"false","particles_json":""},"3abd0f2":{"view_more":false,"particles":"false","particles_json":""},"006af2a":{"view_more":false,"particles":"false","particles_json":""},"502a4dc":{"view_more":false,"particles":"false","particles_json":""},"7413470":{"view_more":false,"particles":"false","particles_json":""},"1b4d039":{"view_more":false,"particles":"false","particles_json":""},"e926759":{"view_more":false,"particles":"false","particles_json":""},"1e129d5":{"view_more":false,"particles":"false","particles_json":""},"2b3e8ea9":{"view_more":false,"particles":"false","particles_json":""},"a1da230":{"view_more":false,"particles":"false","particles_json":""},"639b3f1":{"view_more":false,"particles":"false","particles_json":""},"012574a":{"view_more":false,"particles":"false","particles_json":""},"54d32c3":{"view_more":false,"particles":"false","particles_json":""},"2c02f98":{"view_more":false,"particles":"false","particles_json":""},"dce6a5d":{"view_more":false,"particles":"false","particles_json":""},"e6c6972":{"view_more":false,"particles":"false","particles_json":""},"44ca587":{"view_more":false,"particles":"false","particles_json":""},"6d7f2580":{"view_more":false,"particles":"false","particles_json":""},"5344b2a9":{"view_more":false,"particles":"false","particles_json":""},"bf76ee2":{"view_more":false,"particles":"false","particles_json":""},"516629cc":{"view_more":false,"particles":"false","particles_json":""},"1fc6fdb":{"view_more":false,"particles":"false","particles_json":""},"0fa850b":{"view_more":false,"particles":"false","particles_json":""},"44aeaf6":{"view_more":false,"particles":"false","particles_json":""},"9f56c76":{"view_more":false,"particles":"false","particles_json":""},"4217337":{"view_more":false,"particles":"false","particles_json":""},"6db3c4f":{"view_more":false,"particles":"false","particles_json":""},"6de5d0ad":{"view_more":false,"particles":"false","particles_json":""},"682eca0":{"view_more":false,"particles":"false","particles_json":""},"23f69988":{"view_more":false,"particles":"false","particles_json":""}},"columns":{"6404775":{"id":"6404775","sticky":false,"topSpacing":50,"bottomSpacing":50,"stickyOn":["desktop","tablet"]},"d7b38ec":{"id":"d7b38ec","sticky":false,"topSpacing":50,"bottomSpacing":50,"stickyOn":["desktop","tablet"]}},"widgets":{"67f029c":[],"c007873":[],"9a72950":[],"075d40f":[],"f91e66e":[],"c73d738":[],"8e9d556":[],"af8040b":[],"f3f67ac":[],"579f9bc":[],"bc8df54":[],"3708fdb":[],"7a88cd0":[],"da55ad6":[],"8369bc4":[],"a51cfc3":[],"04a3a33":[],"6c1c039":[],"c1fc36c":[],"50bbbd1":[],"69e95a5":[],"ba12569":[],"9e08460":[],"df8bcc5":[],"8af2c55":[],"4bbbe11":[],"bc2f038":[],"4e04559":[],"f6b8c85":[],"4fda0e9":[],"b1a224d":[],"cc56997":[],"e0f0ae6":[],"a7ebc25":[],"dbd5ddd":{"satellite":"true","satelliteType":"image","satellitePosition":"bottom-right"},"16ff23a":[],"f5fc1d9":[],"5b517f2":[],"074c2cf":[],"76c2e17":[],"efce642":[],"ce3cd79":[],"b361e0a":[],"06945d7":[],"a7bbe47":[],"231d9a2":[],"71a20f6":[],"bb21f68":[],"d5c0f8b":[],"50bc35a":[],"ca59759":[],"80509d3":[],"72eb2c9":[],"99045e6":{"satellite":"true","satelliteType":"image","satellitePosition":"bottom-right"},"4f26365":[],"7f7be75":[],"db7c3f1":[],"56f7583":[],"59eec45":[],"7419a75a":[],"1c8ebf6a":[],"d8aaaca":[],"129b4ea":[],"37ebba5":[],"b90d1f2":{"satellite":"true","satelliteType":"image","satellitePosition":"bottom-right"},"59bf72e":[],"8dbdcc3":[],"019499a":[],"b44529d":[],"d1d9a6a":[],"b9f4029":[],"a5885e2":[],"b5897ab":[],"d5719e7":[],"768efba":[],"828afa2":[],"9b0e526":[],"47960e9":[],"5176e26":[],"3ecb0ad":[],"bfbb47d":[],"3ff8678":[],"866a19f":[],"55c159a":[],"ea476d7":[],"0a60203":[],"af17b74":[],"d7215c4":[],"9a39682":[],"6b1ebbd":[],"9df239d":[],"b098e9d":{"satellite":"true","satelliteType":"image","satellitePosition":"bottom-right"},"62e67f1":[],"5e32d2e":[],"13a1fc7":[],"c138413":[],"960d65c":[],"36e7891":[],"d9ede68":[],"a58c5a7":[],"16d0225":[],"6985ca1":[],"fa46a98":[],"c3749b3":{"satellite":"true","satelliteType":"image","satellitePosition":"bottom-right"},"11fe8d5":[],"971b7a0":[],"7e7ad82":[],"f9b9445":[],"9ab48d9":[],"052dc61":[],"5cc7659":[],"16bbc67":{"satellite":"true","satelliteType":"image","satellitePosition":"bottom-right"},"bac217e":[],"38ad472":[],"46ced59":[],"7ffc8fa":[],"cb32c47":[],"dcfa724":[],"2c789c1":[],"290df8d":{"satellite":"true","satelliteType":"image","satellitePosition":"bottom-right"},"1d3e970":[],"b3bf495":[],"4f048ed":[],"08b96cf":[],"dd07c93":[],"90553c1":[],"6b14343":[],"ec3fc9c":[],"2287a696":[],"f170b84":[],"6f68e52":{"satellite":"true","satelliteType":"image","satellitePosition":"bottom-right"},"f1ce84e":[],"e5f1fee":[],"cf44f9f":[],"cbb3544":[],"3744954":[],"193127d":[],"9a33555":{"satellite":"true","satelliteType":"image","satellitePosition":"bottom-right"},"96d1667":[],"f9aadbc":[],"c3aba02":[],"c74b251":[],"afded54":[],"50bf3f9":[],"8dbd738":{"satellite":"true","satelliteType":"image","satellitePosition":"bottom-right"},"e1106a1":[],"28db471":[],"485be16":[],"fa0955a":[],"a5215c7":{"satellite":"true","satelliteType":"image","satellitePosition":"bottom-right"},"dc65020":[],"06cdbbb":[],"7fb83d2":[],"5fef4cc":[],"3f553c4":[],"0f2f82d":[],"4b1127c7":[],"78d5bb7":[],"4e49e8fe":[],"1815d95a":[],"23bd64d1":[],"5f0a17c5":[],"7e533970":[],"93d457a":[],"61e64c69":[],"765a6b66":[],"70b454c4":[],"cca2eb2":[],"797804d":[],"545f902":[],"d36c362":[],"bfcff49":[],"6c780af9":[],"6e9ea67":[],"02cd610":[],"cba964e":[],"290dcf2":[],"60ec18d":[],"7621250":[],"bb865b6":[],"f959b3d":[],"17b480d":[],"ec782fb":[],"4c854ac":[],"5663949":[],"ab147f6":[],"70fae1d":[],"4e7017fa":[],"124ed315":[],"7c4239b":[],"b1e40e3":[],"4a0eb36":[]}}}; </script> <script type="rocketlazyloadscript" data-minify="1" data-rocket-src="https://www.curiousfutureinsight.org/wp-content/cache/min/1/wp-content/plugins/jet-tricks/assets/js/jet-tricks-frontend.js?ver=1729223746" id="jet-tricks-frontend-js" defer></script> <script type="rocketlazyloadscript" data-rocket-src="https://kit.fontawesome.com/8647e89a7e.js?ver=3.23.3" id="font-awesome-pro-js" defer></script> <script type="text/plain" data-service="google-analytics" data-category="statistics" async data-category="statistics" data-cmplz-src="https://www.googletagmanager.com/gtag/js?id=G-8HQ1M52KE1"></script><!-- Statistics script Complianz GDPR/CCPA --> <script type="text/plain" data-category="statistics">window['gtag_enable_tcf_support'] = false; window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-8HQ1M52KE1', { cookie_flags:'secure;samesite=none', }); </script><style id="dce-template-fix-409c2a6e-inline">.dce-fix-background-loop .dce-elementor-rendering-id-1 .elementor-element.elementor-element-409c2a6e:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .dce-fix-background-loop .dce-elementor-rendering-id-1 .elementor-element.elementor-element-409c2a6e > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image: url("https://www.curiousfutureinsight.org/wp-content/uploads/Image_-Ugur_Sahin_470x470_©BioNTech-SE-e1711039350755.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-2 .elementor-element.elementor-element-409c2a6e:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .dce-fix-background-loop .dce-elementor-rendering-id-2 .elementor-element.elementor-element-409c2a6e > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image: url("https://www.curiousfutureinsight.org/wp-content/uploads/Steven-Chu.png");}.dce-fix-background-loop .dce-elementor-rendering-id-3 .elementor-element.elementor-element-409c2a6e:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .dce-fix-background-loop .dce-elementor-rendering-id-3 .elementor-element.elementor-element-409c2a6e > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image: url("https://www.curiousfutureinsight.org/wp-content/uploads/Craig_Venter.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-4 .elementor-element.elementor-element-409c2a6e:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .dce-fix-background-loop .dce-elementor-rendering-id-4 .elementor-element.elementor-element-409c2a6e > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image: url("https://www.curiousfutureinsight.org/wp-content/uploads/Marc-Raibert-e1687779921366.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-5 .elementor-element.elementor-element-409c2a6e:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .dce-fix-background-loop .dce-elementor-rendering-id-5 .elementor-element.elementor-element-409c2a6e > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image: url("https://www.curiousfutureinsight.org/wp-content/uploads/Emmanuelle-Charpentier.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-6 .elementor-element.elementor-element-409c2a6e:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .dce-fix-background-loop .dce-elementor-rendering-id-6 .elementor-element.elementor-element-409c2a6e > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image: url("https://www.curiousfutureinsight.org/wp-content/uploads/Klaus-Schwab.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-7 .elementor-element.elementor-element-409c2a6e:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .dce-fix-background-loop .dce-elementor-rendering-id-7 .elementor-element.elementor-element-409c2a6e > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image: url("https://www.curiousfutureinsight.org/wp-content/uploads/Mariya-Gabriel.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-8 .elementor-element.elementor-element-409c2a6e:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .dce-fix-background-loop .dce-elementor-rendering-id-8 .elementor-element.elementor-element-409c2a6e > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image: url("https://www.curiousfutureinsight.org/wp-content/uploads/George-Church.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-9 .elementor-element.elementor-element-409c2a6e:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .dce-fix-background-loop .dce-elementor-rendering-id-9 .elementor-element.elementor-element-409c2a6e > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image: url("https://www.curiousfutureinsight.org/wp-content/uploads/DavidBaker.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-10 .elementor-element.elementor-element-409c2a6e:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .dce-fix-background-loop .dce-elementor-rendering-id-10 .elementor-element.elementor-element-409c2a6e > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image: url("https://www.curiousfutureinsight.org/wp-content/uploads/Image_-Ugur_Sahin_470x470_©BioNTech-SE-e1711039350755.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-11 .elementor-element.elementor-element-409c2a6e:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .dce-fix-background-loop .dce-elementor-rendering-id-11 .elementor-element.elementor-element-409c2a6e > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image: url("https://www.curiousfutureinsight.org/wp-content/uploads/Steven-Chu.png");}.dce-fix-background-loop .dce-elementor-rendering-id-12 .elementor-element.elementor-element-409c2a6e:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .dce-fix-background-loop .dce-elementor-rendering-id-12 .elementor-element.elementor-element-409c2a6e > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image: url("https://www.curiousfutureinsight.org/wp-content/uploads/Craig_Venter.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-13 .elementor-element.elementor-element-409c2a6e:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .dce-fix-background-loop .dce-elementor-rendering-id-13 .elementor-element.elementor-element-409c2a6e > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image: url("https://www.curiousfutureinsight.org/wp-content/uploads/Marc-Raibert-e1687779921366.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-14 .elementor-element.elementor-element-409c2a6e:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .dce-fix-background-loop .dce-elementor-rendering-id-14 .elementor-element.elementor-element-409c2a6e > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image: url("https://www.curiousfutureinsight.org/wp-content/uploads/Emmanuelle-Charpentier.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-15 .elementor-element.elementor-element-409c2a6e:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .dce-fix-background-loop .dce-elementor-rendering-id-15 .elementor-element.elementor-element-409c2a6e > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image: url("https://www.curiousfutureinsight.org/wp-content/uploads/Klaus-Schwab.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-16 .elementor-element.elementor-element-409c2a6e:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .dce-fix-background-loop .dce-elementor-rendering-id-16 .elementor-element.elementor-element-409c2a6e > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image: url("https://www.curiousfutureinsight.org/wp-content/uploads/Mariya-Gabriel.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-17 .elementor-element.elementor-element-409c2a6e:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .dce-fix-background-loop .dce-elementor-rendering-id-17 .elementor-element.elementor-element-409c2a6e > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image: url("https://www.curiousfutureinsight.org/wp-content/uploads/George-Church.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-18 .elementor-element.elementor-element-409c2a6e:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .dce-fix-background-loop .dce-elementor-rendering-id-18 .elementor-element.elementor-element-409c2a6e > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image: url("https://www.curiousfutureinsight.org/wp-content/uploads/DavidBaker.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-19 .elementor-element.elementor-element-409c2a6e:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .dce-fix-background-loop .dce-elementor-rendering-id-19 .elementor-element.elementor-element-409c2a6e > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image: url("https://www.curiousfutureinsight.org/wp-content/uploads/Sandrine-Dixson-Decleve-2.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-20 .elementor-element.elementor-element-409c2a6e:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .dce-fix-background-loop .dce-elementor-rendering-id-20 .elementor-element.elementor-element-409c2a6e > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image: url("https://www.curiousfutureinsight.org/wp-content/uploads/Linda-Hill.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-21 .elementor-element.elementor-element-409c2a6e:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .dce-fix-background-loop .dce-elementor-rendering-id-21 .elementor-element.elementor-element-409c2a6e > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image: url("https://www.curiousfutureinsight.org/wp-content/uploads/Satya-Nadella.jpg");}</style><style id="dce-template-fix-0986fe5-inline">.dce-fix-background-loop .dce-elementor-rendering-id-22 .elementor-element.elementor-element-0986fe5:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .dce-fix-background-loop .dce-elementor-rendering-id-22 .elementor-element.elementor-element-0986fe5 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image: url("https://www.curiousfutureinsight.org/wp-content/uploads/2022/01/curious2022-21.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-23 .elementor-element.elementor-element-0986fe5:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .dce-fix-background-loop .dce-elementor-rendering-id-23 .elementor-element.elementor-element-0986fe5 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image: url("https://www.curiousfutureinsight.org/wp-content/uploads/curious-2022-27-b.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-24 .elementor-element.elementor-element-0986fe5:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .dce-fix-background-loop .dce-elementor-rendering-id-24 .elementor-element.elementor-element-0986fe5 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image: url("https://www.curiousfutureinsight.org/wp-content/uploads/2022/01/curious2022-14.webp");}.dce-fix-background-loop .dce-elementor-rendering-id-25 .elementor-element.elementor-element-0986fe5:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .dce-fix-background-loop .dce-elementor-rendering-id-25 .elementor-element.elementor-element-0986fe5 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image: url("https://www.curiousfutureinsight.org/wp-content/uploads/bright_future_sm.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-26 .elementor-element.elementor-element-0986fe5:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .dce-fix-background-loop .dce-elementor-rendering-id-26 .elementor-element.elementor-element-0986fe5 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image: url("https://www.curiousfutureinsight.org/wp-content/uploads/curious-2022-29.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-27 .elementor-element.elementor-element-0986fe5:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .dce-fix-background-loop .dce-elementor-rendering-id-27 .elementor-element.elementor-element-0986fe5 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image: url("https://www.curiousfutureinsight.org/wp-content/uploads/2022/01/curious2022-16.webp");}.dce-fix-background-loop .dce-elementor-rendering-id-28 .elementor-element.elementor-element-0986fe5:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .dce-fix-background-loop .dce-elementor-rendering-id-28 .elementor-element.elementor-element-0986fe5 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image: url("https://www.curiousfutureinsight.org/wp-content/uploads/2022/01/curious2022-12.webp");}.dce-fix-background-loop .dce-elementor-rendering-id-29 .elementor-element.elementor-element-0986fe5:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .dce-fix-background-loop .dce-elementor-rendering-id-29 .elementor-element.elementor-element-0986fe5 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image: url("https://www.curiousfutureinsight.org/wp-content/uploads/curious-2022-25.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-30 .elementor-element.elementor-element-0986fe5:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .dce-fix-background-loop .dce-elementor-rendering-id-30 .elementor-element.elementor-element-0986fe5 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image: url("https://www.curiousfutureinsight.org/wp-content/uploads/2022/01/curious2022-8.jpg");}</style><style id="dce-template-fix-6f4cffc4-inline">.dce-fix-background-loop .dce-elementor-rendering-id-81 .elementor-element.elementor-element-6f4cffc4:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .dce-fix-background-loop .dce-elementor-rendering-id-81 .elementor-element.elementor-element-6f4cffc4 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image: url("https://www.curiousfutureinsight.org/wp-content/uploads/Future-Insight-Days_2021_H264_1080_2021-12-10_PS_Highlights.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-82 .elementor-element.elementor-element-6f4cffc4:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .dce-fix-background-loop .dce-elementor-rendering-id-82 .elementor-element.elementor-element-6f4cffc4 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image: url("https://www.curiousfutureinsight.org/wp-content/uploads/Day-3_MIT_Panel-introducedbyMatthiasHeinzel-1.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-83 .elementor-element.elementor-element-6f4cffc4:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .dce-fix-background-loop .dce-elementor-rendering-id-83 .elementor-element.elementor-element-6f4cffc4 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image: url("https://www.curiousfutureinsight.org/wp-content/uploads/Day_1_Winner_Announcement_Spinoff2021.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-84 .elementor-element.elementor-element-6f4cffc4:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .dce-fix-background-loop .dce-elementor-rendering-id-84 .elementor-element.elementor-element-6f4cffc4 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image: url("https://www.curiousfutureinsight.org/wp-content/uploads/opengraphh_image.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-85 .elementor-element.elementor-element-6f4cffc4:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .dce-fix-background-loop .dce-elementor-rendering-id-85 .elementor-element.elementor-element-6f4cffc4 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image: url("https://www.curiousfutureinsight.org/wp-content/uploads/curious-2022-speakerstage.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-86 .elementor-element.elementor-element-6f4cffc4:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .dce-fix-background-loop .dce-elementor-rendering-id-86 .elementor-element.elementor-element-6f4cffc4 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image: url("https://www.curiousfutureinsight.org/wp-content/uploads/curious2022-kcp-winners.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-87 .elementor-element.elementor-element-6f4cffc4:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .dce-fix-background-loop .dce-elementor-rendering-id-87 .elementor-element.elementor-element-6f4cffc4 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image: url("https://www.curiousfutureinsight.org/wp-content/uploads/curious2022-speakerscreen.jpg");}.dce-fix-background-loop .dce-elementor-rendering-id-88 .elementor-element.elementor-element-6f4cffc4:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .dce-fix-background-loop .dce-elementor-rendering-id-88 .elementor-element.elementor-element-6f4cffc4 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image: url("https://www.curiousfutureinsight.org/wp-content/uploads/Thumb-Nail.webp");}</style> <script>class RocketElementorAnimation{constructor(){this.deviceMode=document.createElement("span"),this.deviceMode.id="elementor-device-mode",this.deviceMode.setAttribute("class","elementor-screen-only"),document.body.appendChild(this.deviceMode)}_detectAnimations(){let t=getComputedStyle(this.deviceMode,":after").content.replace(/"/g,"");this.animationSettingKeys=this._listAnimationSettingsKeys(t),document.querySelectorAll(".elementor-invisible[data-settings]").forEach(t=>{const e=t.getBoundingClientRect();if(e.bottom>=0&&e.top<=window.innerHeight)try{this._animateElement(t)}catch(t){}})}_animateElement(t){const e=JSON.parse(t.dataset.settings),i=e._animation_delay||e.animation_delay||0,n=e[this.animationSettingKeys.find(t=>e[t])];if("none"===n)return void t.classList.remove("elementor-invisible");t.classList.remove(n),this.currentAnimation&&t.classList.remove(this.currentAnimation),this.currentAnimation=n;let s=setTimeout(()=>{t.classList.remove("elementor-invisible"),t.classList.add("animated",n),this._removeAnimationSettings(t,e)},i);window.addEventListener("rocket-startLoading",function(){clearTimeout(s)})}_listAnimationSettingsKeys(t="mobile"){const e=[""];switch(t){case"mobile":e.unshift("_mobile");case"tablet":e.unshift("_tablet");case"desktop":e.unshift("_desktop")}const i=[];return["animation","_animation"].forEach(t=>{e.forEach(e=>{i.push(t+e)})}),i}_removeAnimationSettings(t,e){this._listAnimationSettingsKeys().forEach(t=>delete e[t]),t.dataset.settings=JSON.stringify(e)}static run(){const t=new RocketElementorAnimation;requestAnimationFrame(t._detectAnimations.bind(t))}}document.addEventListener("DOMContentLoaded",RocketElementorAnimation.run);</script><script type="text/javascript" src="/_Incapsula_Resource?SWJIYLWA=719d34d31c8e3a6e6fffd425f7e032f3&ns=1&cb=725750752" async></script></body></html> <!-- This website is like a Rocket, isn't it? Performance optimized by WP Rocket. Learn more: https://wp-rocket.me - Debug: cached@1732446728 -->

Pages: 1 2 3 4 5 6 7 8 9 10