CINXE.COM
Partners — 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>Partners — Curious2024 – Future Insight™</title><link rel="stylesheet" id="siteground-optimizer-combined-css-3837ad3e328fa78d02e5a1ae55335070" href="https://www.curiousfutureinsight.org/wp-content/uploads/siteground-optimizer-assets/siteground-optimizer-combined-css-3837ad3e328fa78d02e5a1ae55335070.css" media="all" /><link rel="preload" href="https://www.curiousfutureinsight.org/wp-content/uploads/siteground-optimizer-assets/siteground-optimizer-combined-css-3837ad3e328fa78d02e5a1ae55335070.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="noindex,max-snippet:-1,max-image-preview:standard,max-video-preview:-1" /><link rel="next" href="https://www.curiousfutureinsight.org/partners/page/2/" /><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="Partners" /><meta property="og:url" content="https://www.curiousfutureinsight.org/partners/" /><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="Partners" /><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":{"@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"}}},{"@type":"CollectionPage","@id":"https://www.curiousfutureinsight.org/partners/","url":"https://www.curiousfutureinsight.org/partners/","name":"Partners — Curious2024 – Future Insight™","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,"item":"https://www.curiousfutureinsight.org/","name":"Curious2024 – Future Insight™"},{"@type":"ListItem","position":2,"name":"Partners"}]}}]}</script> <!-- / The SEO Framework by Sybre Waaijer | 3.31ms meta | 1.70ms boot --><link rel="alternate" type="application/rss+xml" title="Curious2024 – Future Insight™ » Feed" href="https://www.curiousfutureinsight.org/feed/" /><link rel="alternate" type="application/rss+xml" title="Curious2024 – Future Insight™ » Comments Feed" href="https://www.curiousfutureinsight.org/comments/feed/" /><link rel="alternate" type="application/rss+xml" title="Curious2024 – Future Insight™ » Partners Feed" href="https://www.curiousfutureinsight.org/partners/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-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-4468 .elementor-element.elementor-element-d6bf273 > .elementor-container{min-height:50vh;}.elementor-4468 .elementor-element.elementor-element-d6bf273 .elementor-repeater-item-517c75a.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-bc-flex-widget .elementor-4468 .elementor-element.elementor-element-68e955a.elementor-column .elementor-widget-wrap{align-items:flex-end;}.elementor-4468 .elementor-element.elementor-element-68e955a.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:flex-end;align-items:flex-end;}.elementor-4468 .elementor-element.elementor-element-68e955a > .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-4468 .elementor-element.elementor-element-68e955a > .elementor-element-populated{padding:0px 0px 10px 0px;}.elementor-4468 .elementor-element.elementor-element-f6ae954 .elementor-heading-title{color:var( --e-global-color-primary );font-size:var( --e-global-typography-efb9ab3-font-size );line-height:var( --e-global-typography-efb9ab3-line-height );letter-spacing:var( --e-global-typography-efb9ab3-letter-spacing );word-spacing:var( --e-global-typography-efb9ab3-word-spacing );}.elementor-4468 .elementor-element.elementor-element-f6ae954{width:auto;max-width:auto;z-index:2;}.elementor-4468 .elementor-element.elementor-element-e178d4d img{width:240px;}.elementor-4468 .elementor-element.elementor-element-e178d4d{width:auto;max-width:auto;bottom:20px;z-index:0;}body:not(.rtl) .elementor-4468 .elementor-element.elementor-element-e178d4d{left:260px;}body.rtl .elementor-4468 .elementor-element.elementor-element-e178d4d{right:260px;}.elementor-4468 .elementor-element.elementor-element-e178d4d .jet-tricks-satellite{transform:translateX(-10px);z-index:2;}.elementor-4468 .elementor-element.elementor-element-e178d4d .jet-tricks-satellite__inner{transform:translateY(-70px);}.elementor-4468 .elementor-element.elementor-element-e178d4d .jet-tricks-satellite .jet-tricks-satellite__text span{transform:rotate(0deg);}.elementor-4468 .elementor-element.elementor-element-e178d4d .jet-tricks-satellite .jet-tricks-satellite__icon .jet-tricks-satellite__icon-instance{transform:rotate(0deg);}.elementor-4468 .elementor-element.elementor-element-e178d4d .jet-tricks-satellite .jet-tricks-satellite__image .jet-tricks-satellite__image-instance{transform:rotate(0deg);}.elementor-4468 .elementor-element.elementor-element-e178d4d .jet-tricks-satellite .jet-tricks-satellite__image{width:200px;height:150px;}.elementor-4468 .elementor-element.elementor-element-d6bf273:not(.elementor-motion-effects-element-type-background), .elementor-4468 .elementor-element.elementor-element-d6bf273 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-4e57b11 );background:url("https://www.curiousfutureinsight.org/wp-content/uploads/starflight.jpg") 50% 50%;background-size:cover;}.elementor-4468 .elementor-element.elementor-element-d6bf273 > .elementor-background-overlay{background-color:var( --e-global-color-4e57b11 );opacity:0.5;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-4468 .elementor-element.elementor-element-d6bf273{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-4468 .elementor-element.elementor-element-d6bf273 > .elementor-shape-bottom .elementor-shape-fill{fill:#98D1CF45;}.elementor-4468 .elementor-element.elementor-element-d6bf273 > .elementor-shape-bottom svg{width:calc(294% + 1.3px);height:84px;transform:translateX(-50%) rotateY(180deg);}.elementor-4468 .elementor-element.elementor-element-9380b35 .elementor-repeater-item-52818fa.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-4468 .elementor-element.elementor-element-096a1fe:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-4468 .elementor-element.elementor-element-096a1fe > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:radial-gradient(at center right, var( --e-global-color-primary ) 0%, var( --e-global-color-eee2542 ) 100%);}.elementor-4468 .elementor-element.elementor-element-096a1fe > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:60px 60px 60px 60px;}.elementor-4468 .elementor-element.elementor-element-096a1fe > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-4468 .elementor-element.elementor-element-0961f24 .elementor-heading-title{font-family:var( --e-global-typography-7eeef41-font-family ), Sans-serif;font-size:var( --e-global-typography-7eeef41-font-size );font-weight:var( --e-global-typography-7eeef41-font-weight );line-height:var( --e-global-typography-7eeef41-line-height );letter-spacing:var( --e-global-typography-7eeef41-letter-spacing );word-spacing:var( --e-global-typography-7eeef41-word-spacing );}.elementor-4468 .elementor-element.elementor-element-3609638 .elementor-repeater-item-7597f4c.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-bc-flex-widget .elementor-4468 .elementor-element.elementor-element-b3a4a74.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-4468 .elementor-element.elementor-element-b3a4a74.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-4468 .elementor-element.elementor-element-b3a4a74:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-4468 .elementor-element.elementor-element-b3a4a74 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}.elementor-4468 .elementor-element.elementor-element-b3a4a74 > .elementor-element-populated, .elementor-4468 .elementor-element.elementor-element-b3a4a74 > .elementor-element-populated > .elementor-background-overlay, .elementor-4468 .elementor-element.elementor-element-b3a4a74 > .elementor-background-slideshow{border-radius:15px 15px 15px 15px;}.elementor-4468 .elementor-element.elementor-element-b3a4a74 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:30px 30px 30px 30px;}.elementor-4468 .elementor-element.elementor-element-b3a4a74 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-4468 .elementor-element.elementor-element-2b79c0f > .elementor-element-populated{padding:0px 0px 0px 30px;}.elementor-4468 .elementor-element.elementor-element-7319804 .elementor-button-content-wrapper{flex-direction:row-reverse;}.elementor-4468 .elementor-element.elementor-element-7319804 .elementor-button .elementor-button-content-wrapper{gap:14px;}.elementor-4468 .elementor-element.elementor-element-7319804 .elementor-button{font-family:"Raleway", Sans-serif;font-size:0.8em;fill:var( --e-global-color-1eda044 );color:var( --e-global-color-1eda044 );background-color:#E82E8A00;border-style:solid;border-width:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-4468 .elementor-element.elementor-element-3609638{padding:10px 10px 10px 10px;}.elementor-4468 .elementor-element.elementor-element-aa761e9 .elementor-repeater-item-7597f4c.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-bc-flex-widget .elementor-4468 .elementor-element.elementor-element-28bc0df.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-4468 .elementor-element.elementor-element-28bc0df.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-4468 .elementor-element.elementor-element-28bc0df:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-4468 .elementor-element.elementor-element-28bc0df > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}.elementor-4468 .elementor-element.elementor-element-28bc0df > .elementor-element-populated, .elementor-4468 .elementor-element.elementor-element-28bc0df > .elementor-element-populated > .elementor-background-overlay, .elementor-4468 .elementor-element.elementor-element-28bc0df > .elementor-background-slideshow{border-radius:15px 15px 15px 15px;}.elementor-4468 .elementor-element.elementor-element-28bc0df > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:30px 30px 30px 30px;}.elementor-4468 .elementor-element.elementor-element-28bc0df > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-4468 .elementor-element.elementor-element-4a3ca4b .elementor-heading-title{color:var( --e-global-color-accent );font-family:"Raleway", Sans-serif;font-size:1.95em;font-weight:600;line-height:1em;}.elementor-4468 .elementor-element.elementor-element-2f56d46 > .elementor-element-populated{padding:0px 0px 0px 30px;}.elementor-4468 .elementor-element.elementor-element-be74dcb .elementor-button-content-wrapper{flex-direction:row-reverse;}.elementor-4468 .elementor-element.elementor-element-be74dcb .elementor-button .elementor-button-content-wrapper{gap:14px;}.elementor-4468 .elementor-element.elementor-element-be74dcb .elementor-button{font-family:"Raleway", Sans-serif;font-size:0.8em;fill:var( --e-global-color-1eda044 );color:var( --e-global-color-1eda044 );background-color:#E82E8A00;border-style:solid;border-width:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-4468 .elementor-element.elementor-element-aa761e9{padding:10px 10px 10px 10px;}.elementor-4468 .elementor-element.elementor-element-2d4222c .elementor-repeater-item-7597f4c.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-bc-flex-widget .elementor-4468 .elementor-element.elementor-element-3686451.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-4468 .elementor-element.elementor-element-3686451.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-4468 .elementor-element.elementor-element-3686451:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-4468 .elementor-element.elementor-element-3686451 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}.elementor-4468 .elementor-element.elementor-element-3686451 > .elementor-element-populated, .elementor-4468 .elementor-element.elementor-element-3686451 > .elementor-element-populated > .elementor-background-overlay, .elementor-4468 .elementor-element.elementor-element-3686451 > .elementor-background-slideshow{border-radius:15px 15px 15px 15px;}.elementor-4468 .elementor-element.elementor-element-3686451 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:30px 30px 30px 30px;}.elementor-4468 .elementor-element.elementor-element-3686451 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-4468 .elementor-element.elementor-element-2d4766f > .elementor-element-populated{padding:0px 0px 0px 30px;}.elementor-4468 .elementor-element.elementor-element-10a07ab .elementor-button-content-wrapper{flex-direction:row-reverse;}.elementor-4468 .elementor-element.elementor-element-10a07ab .elementor-button .elementor-button-content-wrapper{gap:14px;}.elementor-4468 .elementor-element.elementor-element-10a07ab .elementor-button{font-family:"Raleway", Sans-serif;font-size:0.8em;fill:var( --e-global-color-1eda044 );color:var( --e-global-color-1eda044 );background-color:#E82E8A00;border-style:solid;border-width:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-4468 .elementor-element.elementor-element-2d4222c{padding:10px 10px 10px 10px;}.elementor-4468 .elementor-element.elementor-element-72aa6ff .elementor-repeater-item-7597f4c.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-bc-flex-widget .elementor-4468 .elementor-element.elementor-element-0bee3cd.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-4468 .elementor-element.elementor-element-0bee3cd.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-4468 .elementor-element.elementor-element-0bee3cd:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-4468 .elementor-element.elementor-element-0bee3cd > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}.elementor-4468 .elementor-element.elementor-element-0bee3cd > .elementor-element-populated, .elementor-4468 .elementor-element.elementor-element-0bee3cd > .elementor-element-populated > .elementor-background-overlay, .elementor-4468 .elementor-element.elementor-element-0bee3cd > .elementor-background-slideshow{border-radius:15px 15px 15px 15px;}.elementor-4468 .elementor-element.elementor-element-0bee3cd > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:30px 30px 30px 30px;}.elementor-4468 .elementor-element.elementor-element-0bee3cd > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-4468 .elementor-element.elementor-element-5ba8012 > .elementor-element-populated{padding:0px 0px 0px 30px;}.elementor-4468 .elementor-element.elementor-element-0e5e0b1 .elementor-button-content-wrapper{flex-direction:row-reverse;}.elementor-4468 .elementor-element.elementor-element-0e5e0b1 .elementor-button .elementor-button-content-wrapper{gap:14px;}.elementor-4468 .elementor-element.elementor-element-0e5e0b1 .elementor-button{font-family:"Raleway", Sans-serif;font-size:0.8em;fill:var( --e-global-color-1eda044 );color:var( --e-global-color-1eda044 );background-color:#E82E8A00;border-style:solid;border-width:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-4468 .elementor-element.elementor-element-72aa6ff{padding:10px 10px 10px 10px;}.elementor-4468 .elementor-element.elementor-element-ae68bf9 .elementor-repeater-item-7597f4c.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-bc-flex-widget .elementor-4468 .elementor-element.elementor-element-2f2af48.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-4468 .elementor-element.elementor-element-2f2af48.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-4468 .elementor-element.elementor-element-2f2af48:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-4468 .elementor-element.elementor-element-2f2af48 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}.elementor-4468 .elementor-element.elementor-element-2f2af48 > .elementor-element-populated, .elementor-4468 .elementor-element.elementor-element-2f2af48 > .elementor-element-populated > .elementor-background-overlay, .elementor-4468 .elementor-element.elementor-element-2f2af48 > .elementor-background-slideshow{border-radius:15px 15px 15px 15px;}.elementor-4468 .elementor-element.elementor-element-2f2af48 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:30px 30px 30px 30px;}.elementor-4468 .elementor-element.elementor-element-2f2af48 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-4468 .elementor-element.elementor-element-e4ec079 > .elementor-element-populated{padding:0px 0px 0px 30px;}.elementor-4468 .elementor-element.elementor-element-5a183d9 .elementor-button-content-wrapper{flex-direction:row-reverse;}.elementor-4468 .elementor-element.elementor-element-5a183d9 .elementor-button .elementor-button-content-wrapper{gap:14px;}.elementor-4468 .elementor-element.elementor-element-5a183d9 .elementor-button{font-family:"Raleway", Sans-serif;font-size:0.8em;fill:var( --e-global-color-1eda044 );color:var( --e-global-color-1eda044 );background-color:#E82E8A00;border-style:solid;border-width:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-4468 .elementor-element.elementor-element-04c0ca5 .elementor-button-content-wrapper{flex-direction:row-reverse;}.elementor-4468 .elementor-element.elementor-element-04c0ca5 .elementor-button .elementor-button-content-wrapper{gap:14px;}.elementor-4468 .elementor-element.elementor-element-04c0ca5 .elementor-button{font-family:"Raleway", Sans-serif;font-size:0.8em;fill:var( --e-global-color-1eda044 );color:var( --e-global-color-1eda044 );background-color:#E82E8A00;border-style:solid;border-width:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-4468 .elementor-element.elementor-element-ae68bf9{padding:10px 10px 10px 10px;}.elementor-4468 .elementor-element.elementor-element-3f400e7 .elementor-repeater-item-7597f4c.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-bc-flex-widget .elementor-4468 .elementor-element.elementor-element-f0d26fd.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-4468 .elementor-element.elementor-element-f0d26fd.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-4468 .elementor-element.elementor-element-f0d26fd:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-4468 .elementor-element.elementor-element-f0d26fd > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}.elementor-4468 .elementor-element.elementor-element-f0d26fd > .elementor-element-populated, .elementor-4468 .elementor-element.elementor-element-f0d26fd > .elementor-element-populated > .elementor-background-overlay, .elementor-4468 .elementor-element.elementor-element-f0d26fd > .elementor-background-slideshow{border-radius:15px 15px 15px 15px;}.elementor-4468 .elementor-element.elementor-element-f0d26fd > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:30px 30px 30px 30px;}.elementor-4468 .elementor-element.elementor-element-f0d26fd > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-4468 .elementor-element.elementor-element-c480f34 > .elementor-element-populated{padding:0px 0px 0px 30px;}.elementor-4468 .elementor-element.elementor-element-7dfadcd .elementor-button-content-wrapper{flex-direction:row-reverse;}.elementor-4468 .elementor-element.elementor-element-7dfadcd .elementor-button .elementor-button-content-wrapper{gap:14px;}.elementor-4468 .elementor-element.elementor-element-7dfadcd .elementor-button{font-family:"Raleway", Sans-serif;font-size:0.8em;fill:var( --e-global-color-1eda044 );color:var( --e-global-color-1eda044 );background-color:#E82E8A00;border-style:solid;border-width:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-4468 .elementor-element.elementor-element-3f400e7{padding:10px 10px 10px 10px;}.elementor-4468 .elementor-element.elementor-element-5bfd5ac .elementor-heading-title{font-family:var( --e-global-typography-7eeef41-font-family ), Sans-serif;font-size:var( --e-global-typography-7eeef41-font-size );font-weight:var( --e-global-typography-7eeef41-font-weight );line-height:var( --e-global-typography-7eeef41-line-height );letter-spacing:var( --e-global-typography-7eeef41-letter-spacing );word-spacing:var( --e-global-typography-7eeef41-word-spacing );}.elementor-4468 .elementor-element.elementor-element-5bfd5ac > .elementor-widget-container{margin:40px 0px 0px 0px;}.elementor-4468 .elementor-element.elementor-element-b5b3394{--grid-column-gap:10px;--grid-row-gap:10px;}.elementor-4468 .elementor-element.elementor-element-fc56649 .elementor-heading-title{font-family:var( --e-global-typography-7eeef41-font-family ), Sans-serif;font-size:var( --e-global-typography-7eeef41-font-size );font-weight:var( --e-global-typography-7eeef41-font-weight );line-height:var( --e-global-typography-7eeef41-line-height );letter-spacing:var( --e-global-typography-7eeef41-letter-spacing );word-spacing:var( --e-global-typography-7eeef41-word-spacing );}.elementor-4468 .elementor-element.elementor-element-fc56649 > .elementor-widget-container{margin:40px 0px 0px 0px;}.elementor-4468 .elementor-element.elementor-element-aa8dc9f{--grid-column-gap:10px;--grid-row-gap:10px;}.elementor-4468 .elementor-element.elementor-element-fc18f5a .elementor-heading-title{font-family:var( --e-global-typography-7eeef41-font-family ), Sans-serif;font-size:var( --e-global-typography-7eeef41-font-size );font-weight:var( --e-global-typography-7eeef41-font-weight );line-height:var( --e-global-typography-7eeef41-line-height );letter-spacing:var( --e-global-typography-7eeef41-letter-spacing );word-spacing:var( --e-global-typography-7eeef41-word-spacing );}.elementor-4468 .elementor-element.elementor-element-fc18f5a > .elementor-widget-container{margin:40px 0px 0px 0px;}.elementor-4468 .elementor-element.elementor-element-03659dd{--grid-column-gap:10px;--grid-row-gap:10px;}.elementor-4468 .elementor-element.elementor-element-d42be72 .elementor-heading-title{font-family:var( --e-global-typography-7eeef41-font-family ), Sans-serif;font-size:var( --e-global-typography-7eeef41-font-size );font-weight:var( --e-global-typography-7eeef41-font-weight );line-height:var( --e-global-typography-7eeef41-line-height );letter-spacing:var( --e-global-typography-7eeef41-letter-spacing );word-spacing:var( --e-global-typography-7eeef41-word-spacing );}.elementor-4468 .elementor-element.elementor-element-d42be72 > .elementor-widget-container{margin:40px 0px 0px 0px;}.elementor-4468 .elementor-element.elementor-element-08a0698{--grid-column-gap:10px;--grid-row-gap:10px;}.elementor-4468 .elementor-element.elementor-element-f20b3b0 .elementor-heading-title{font-family:var( --e-global-typography-7eeef41-font-family ), Sans-serif;font-size:var( --e-global-typography-7eeef41-font-size );font-weight:var( --e-global-typography-7eeef41-font-weight );line-height:var( --e-global-typography-7eeef41-line-height );letter-spacing:var( --e-global-typography-7eeef41-letter-spacing );word-spacing:var( --e-global-typography-7eeef41-word-spacing );}.elementor-4468 .elementor-element.elementor-element-f20b3b0 > .elementor-widget-container{margin:40px 0px 0px 0px;}.elementor-4468 .elementor-element.elementor-element-f6612ec{--grid-column-gap:10px;--grid-row-gap:10px;}.elementor-bc-flex-widget .elementor-4468 .elementor-element.elementor-element-b618b69.elementor-column .elementor-widget-wrap{align-items:flex-start;}.elementor-4468 .elementor-element.elementor-element-b618b69.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:flex-start;align-items:flex-start;}.elementor-4468 .elementor-element.elementor-element-b618b69 > .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-4468 .elementor-element.elementor-element-b618b69:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-4468 .elementor-element.elementor-element-b618b69 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-20f6e6a );}.elementor-4468 .elementor-element.elementor-element-b618b69 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:60px 60px 60px 60px;}.elementor-4468 .elementor-element.elementor-element-b618b69 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-4468 .elementor-element.elementor-element-917bd66 img{border-radius:15px 15px 15px 15px;}.elementor-4468 .elementor-element.elementor-element-6976f62 .elementor-heading-title{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-4468 .elementor-element.elementor-element-732f5b2 .elementor-button-content-wrapper{flex-direction:row-reverse;}.elementor-4468 .elementor-element.elementor-element-732f5b2 .elementor-button .elementor-button-content-wrapper{gap:14px;}.elementor-4468 .elementor-element.elementor-element-732f5b2 .elementor-button{fill:var( --e-global-color-primary );color:var( --e-global-color-primary );}.elementor-4468 .elementor-element.elementor-element-732f5b2 .elementor-button:hover, .elementor-4468 .elementor-element.elementor-element-732f5b2 .elementor-button:focus{color:var( --e-global-color-primary );}.elementor-4468 .elementor-element.elementor-element-732f5b2 .elementor-button:hover svg, .elementor-4468 .elementor-element.elementor-element-732f5b2 .elementor-button:focus svg{fill:var( --e-global-color-primary );}.elementor-4468 .elementor-element.elementor-element-fad4a2e .elementor-button-content-wrapper{flex-direction:row-reverse;}.elementor-4468 .elementor-element.elementor-element-fad4a2e .elementor-button .elementor-button-content-wrapper{gap:14px;}.elementor-4468 .elementor-element.elementor-element-fad4a2e .elementor-button{fill:var( --e-global-color-primary );color:var( --e-global-color-primary );}.elementor-4468 .elementor-element.elementor-element-fad4a2e .elementor-button:hover, .elementor-4468 .elementor-element.elementor-element-fad4a2e .elementor-button:focus{color:var( --e-global-color-primary );}.elementor-4468 .elementor-element.elementor-element-fad4a2e .elementor-button:hover svg, .elementor-4468 .elementor-element.elementor-element-fad4a2e .elementor-button:focus svg{fill:var( --e-global-color-primary );}.elementor-4468 .elementor-element.elementor-element-9380b35{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-4468 .elementor-element.elementor-element-9380b35 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-4468 .elementor-element.elementor-element-f384e3c .elementor-repeater-item-52818fa.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-4468 .elementor-element.elementor-element-c4d3434:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-4468 .elementor-element.elementor-element-c4d3434 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:radial-gradient(at center left, var( --e-global-color-primary ) 0%, var( --e-global-color-eee2542 ) 100%);}.elementor-4468 .elementor-element.elementor-element-c4d3434 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:60px 60px 60px 60px;}.elementor-4468 .elementor-element.elementor-element-c4d3434 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-4468 .elementor-element.elementor-element-15f66b4 .elementor-heading-title{font-family:var( --e-global-typography-7eeef41-font-family ), Sans-serif;font-size:var( --e-global-typography-7eeef41-font-size );font-weight:var( --e-global-typography-7eeef41-font-weight );line-height:var( --e-global-typography-7eeef41-line-height );letter-spacing:var( --e-global-typography-7eeef41-letter-spacing );word-spacing:var( --e-global-typography-7eeef41-word-spacing );}.elementor-4468 .elementor-element.elementor-element-15f66b4 > .elementor-widget-container{margin:40px 0px 0px 0px;}.elementor-4468 .elementor-element.elementor-element-d67998f{--grid-column-gap:10px;--grid-row-gap:10px;}.elementor-4468 .elementor-element.elementor-element-b383c11 .elementor-heading-title{font-family:var( --e-global-typography-7eeef41-font-family ), Sans-serif;font-size:var( --e-global-typography-7eeef41-font-size );font-weight:var( --e-global-typography-7eeef41-font-weight );line-height:var( --e-global-typography-7eeef41-line-height );letter-spacing:var( --e-global-typography-7eeef41-letter-spacing );word-spacing:var( --e-global-typography-7eeef41-word-spacing );}.elementor-4468 .elementor-element.elementor-element-b383c11 > .elementor-widget-container{margin:40px 0px 0px 0px;}.elementor-4468 .elementor-element.elementor-element-2ddf894{--grid-column-gap:10px;--grid-row-gap:10px;}.elementor-bc-flex-widget .elementor-4468 .elementor-element.elementor-element-daa5e47.elementor-column .elementor-widget-wrap{align-items:flex-start;}.elementor-4468 .elementor-element.elementor-element-daa5e47.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:flex-start;align-items:flex-start;}.elementor-4468 .elementor-element.elementor-element-daa5e47 > .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-4468 .elementor-element.elementor-element-daa5e47:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-4468 .elementor-element.elementor-element-daa5e47 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-20f6e6a );}.elementor-4468 .elementor-element.elementor-element-daa5e47 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:60px 60px 60px 60px;}.elementor-4468 .elementor-element.elementor-element-daa5e47 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-4468 .elementor-element.elementor-element-f384e3c{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-4468 .elementor-element.elementor-element-f384e3c > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}@media(max-width:1024px){.elementor-4468 .elementor-element.elementor-element-f6ae954 .elementor-heading-title{font-size:var( --e-global-typography-efb9ab3-font-size );line-height:var( --e-global-typography-efb9ab3-line-height );letter-spacing:var( --e-global-typography-efb9ab3-letter-spacing );word-spacing:var( --e-global-typography-efb9ab3-word-spacing );}.elementor-4468 .elementor-element.elementor-element-096a1fe > .elementor-element-populated{padding:60px 30px 60px 30px;}.elementor-4468 .elementor-element.elementor-element-0961f24 .elementor-heading-title{font-size:var( --e-global-typography-7eeef41-font-size );line-height:var( --e-global-typography-7eeef41-line-height );letter-spacing:var( --e-global-typography-7eeef41-letter-spacing );word-spacing:var( --e-global-typography-7eeef41-word-spacing );}.elementor-4468 .elementor-element.elementor-element-5bfd5ac .elementor-heading-title{font-size:var( --e-global-typography-7eeef41-font-size );line-height:var( --e-global-typography-7eeef41-line-height );letter-spacing:var( --e-global-typography-7eeef41-letter-spacing );word-spacing:var( --e-global-typography-7eeef41-word-spacing );}.elementor-4468 .elementor-element.elementor-element-fc56649 .elementor-heading-title{font-size:var( --e-global-typography-7eeef41-font-size );line-height:var( --e-global-typography-7eeef41-line-height );letter-spacing:var( --e-global-typography-7eeef41-letter-spacing );word-spacing:var( --e-global-typography-7eeef41-word-spacing );}.elementor-4468 .elementor-element.elementor-element-fc18f5a .elementor-heading-title{font-size:var( --e-global-typography-7eeef41-font-size );line-height:var( --e-global-typography-7eeef41-line-height );letter-spacing:var( --e-global-typography-7eeef41-letter-spacing );word-spacing:var( --e-global-typography-7eeef41-word-spacing );}.elementor-4468 .elementor-element.elementor-element-d42be72 .elementor-heading-title{font-size:var( --e-global-typography-7eeef41-font-size );line-height:var( --e-global-typography-7eeef41-line-height );letter-spacing:var( --e-global-typography-7eeef41-letter-spacing );word-spacing:var( --e-global-typography-7eeef41-word-spacing );}.elementor-4468 .elementor-element.elementor-element-f20b3b0 .elementor-heading-title{font-size:var( --e-global-typography-7eeef41-font-size );line-height:var( --e-global-typography-7eeef41-line-height );letter-spacing:var( --e-global-typography-7eeef41-letter-spacing );word-spacing:var( --e-global-typography-7eeef41-word-spacing );}.elementor-4468 .elementor-element.elementor-element-b618b69 > .elementor-element-populated{padding:60px 30px 60px 30px;}.elementor-4468 .elementor-element.elementor-element-6976f62 .elementor-heading-title{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-4468 .elementor-element.elementor-element-c4d3434 > .elementor-element-populated{padding:60px 30px 60px 30px;}.elementor-4468 .elementor-element.elementor-element-15f66b4 .elementor-heading-title{font-size:var( --e-global-typography-7eeef41-font-size );line-height:var( --e-global-typography-7eeef41-line-height );letter-spacing:var( --e-global-typography-7eeef41-letter-spacing );word-spacing:var( --e-global-typography-7eeef41-word-spacing );}.elementor-4468 .elementor-element.elementor-element-15f66b4 > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-4468 .elementor-element.elementor-element-b383c11 .elementor-heading-title{font-size:var( --e-global-typography-7eeef41-font-size );line-height:var( --e-global-typography-7eeef41-line-height );letter-spacing:var( --e-global-typography-7eeef41-letter-spacing );word-spacing:var( --e-global-typography-7eeef41-word-spacing );}.elementor-4468 .elementor-element.elementor-element-daa5e47 > .elementor-element-populated{padding:60px 30px 60px 30px;}}@media(max-width:767px){.elementor-4468 .elementor-element.elementor-element-f6ae954 .elementor-heading-title{font-size:var( --e-global-typography-efb9ab3-font-size );line-height:var( --e-global-typography-efb9ab3-line-height );letter-spacing:var( --e-global-typography-efb9ab3-letter-spacing );word-spacing:var( --e-global-typography-efb9ab3-word-spacing );}body:not(.rtl) .elementor-4468 .elementor-element.elementor-element-e178d4d{left:170px;}body.rtl .elementor-4468 .elementor-element.elementor-element-e178d4d{right:170px;}.elementor-4468 .elementor-element.elementor-element-e178d4d{bottom:90px;}.elementor-4468 .elementor-element.elementor-element-096a1fe > .elementor-element-populated{padding:40px 20px 40px 20px;}.elementor-4468 .elementor-element.elementor-element-0961f24 .elementor-heading-title{font-size:var( --e-global-typography-7eeef41-font-size );line-height:var( --e-global-typography-7eeef41-line-height );letter-spacing:var( --e-global-typography-7eeef41-letter-spacing );word-spacing:var( --e-global-typography-7eeef41-word-spacing );}.elementor-4468 .elementor-element.elementor-element-2b79c0f > .elementor-element-populated{margin:20px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-4468 .elementor-element.elementor-element-7319804 > .elementor-widget-container{margin:-20px 0px 0px 0px;}.elementor-4468 .elementor-element.elementor-element-2f56d46 > .elementor-element-populated{margin:20px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-4468 .elementor-element.elementor-element-be74dcb > .elementor-widget-container{margin:-20px 0px 0px 0px;}.elementor-4468 .elementor-element.elementor-element-2d4766f > .elementor-element-populated{margin:20px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-4468 .elementor-element.elementor-element-10a07ab > .elementor-widget-container{margin:-20px 0px 0px 0px;}.elementor-4468 .elementor-element.elementor-element-5ba8012 > .elementor-element-populated{margin:20px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-4468 .elementor-element.elementor-element-0e5e0b1 > .elementor-widget-container{margin:-20px 0px 0px 0px;}.elementor-4468 .elementor-element.elementor-element-e4ec079 > .elementor-element-populated{margin:20px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-4468 .elementor-element.elementor-element-5a183d9 > .elementor-widget-container{margin:-20px 0px 0px 0px;}.elementor-4468 .elementor-element.elementor-element-04c0ca5 > .elementor-widget-container{margin:-20px 0px 0px 0px;}.elementor-4468 .elementor-element.elementor-element-c480f34 > .elementor-element-populated{margin:20px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-4468 .elementor-element.elementor-element-7dfadcd > .elementor-widget-container{margin:-20px 0px 0px 0px;}.elementor-4468 .elementor-element.elementor-element-5bfd5ac .elementor-heading-title{font-size:var( --e-global-typography-7eeef41-font-size );line-height:var( --e-global-typography-7eeef41-line-height );letter-spacing:var( --e-global-typography-7eeef41-letter-spacing );word-spacing:var( --e-global-typography-7eeef41-word-spacing );}.elementor-4468 .elementor-element.elementor-element-fc56649 .elementor-heading-title{font-size:var( --e-global-typography-7eeef41-font-size );line-height:var( --e-global-typography-7eeef41-line-height );letter-spacing:var( --e-global-typography-7eeef41-letter-spacing );word-spacing:var( --e-global-typography-7eeef41-word-spacing );}.elementor-4468 .elementor-element.elementor-element-fc18f5a .elementor-heading-title{font-size:var( --e-global-typography-7eeef41-font-size );line-height:var( --e-global-typography-7eeef41-line-height );letter-spacing:var( --e-global-typography-7eeef41-letter-spacing );word-spacing:var( --e-global-typography-7eeef41-word-spacing );}.elementor-4468 .elementor-element.elementor-element-d42be72 .elementor-heading-title{font-size:var( --e-global-typography-7eeef41-font-size );line-height:var( --e-global-typography-7eeef41-line-height );letter-spacing:var( --e-global-typography-7eeef41-letter-spacing );word-spacing:var( --e-global-typography-7eeef41-word-spacing );}.elementor-4468 .elementor-element.elementor-element-f20b3b0 .elementor-heading-title{font-size:var( --e-global-typography-7eeef41-font-size );line-height:var( --e-global-typography-7eeef41-line-height );letter-spacing:var( --e-global-typography-7eeef41-letter-spacing );word-spacing:var( --e-global-typography-7eeef41-word-spacing );}.elementor-4468 .elementor-element.elementor-element-b618b69 > .elementor-element-populated{padding:40px 20px 40px 20px;}.elementor-4468 .elementor-element.elementor-element-6976f62 .elementor-heading-title{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-4468 .elementor-element.elementor-element-c4d3434 > .elementor-element-populated{padding:40px 20px 40px 20px;}.elementor-4468 .elementor-element.elementor-element-15f66b4 .elementor-heading-title{font-size:var( --e-global-typography-7eeef41-font-size );line-height:var( --e-global-typography-7eeef41-line-height );letter-spacing:var( --e-global-typography-7eeef41-letter-spacing );word-spacing:var( --e-global-typography-7eeef41-word-spacing );}.elementor-4468 .elementor-element.elementor-element-b383c11 .elementor-heading-title{font-size:var( --e-global-typography-7eeef41-font-size );line-height:var( --e-global-typography-7eeef41-line-height );letter-spacing:var( --e-global-typography-7eeef41-letter-spacing );word-spacing:var( --e-global-typography-7eeef41-word-spacing );}.elementor-4468 .elementor-element.elementor-element-daa5e47 > .elementor-element-populated{padding:40px 20px 40px 20px;}}@media(min-width:768px){.elementor-4468 .elementor-element.elementor-element-096a1fe{width:62%;}.elementor-4468 .elementor-element.elementor-element-b3a4a74{width:50%;}.elementor-4468 .elementor-element.elementor-element-2b79c0f{width:50%;}.elementor-4468 .elementor-element.elementor-element-28bc0df{width:50%;}.elementor-4468 .elementor-element.elementor-element-2f56d46{width:50%;}.elementor-4468 .elementor-element.elementor-element-3686451{width:50%;}.elementor-4468 .elementor-element.elementor-element-2d4766f{width:50%;}.elementor-4468 .elementor-element.elementor-element-0bee3cd{width:50%;}.elementor-4468 .elementor-element.elementor-element-5ba8012{width:50%;}.elementor-4468 .elementor-element.elementor-element-2f2af48{width:50%;}.elementor-4468 .elementor-element.elementor-element-e4ec079{width:50%;}.elementor-4468 .elementor-element.elementor-element-f0d26fd{width:50%;}.elementor-4468 .elementor-element.elementor-element-c480f34{width:50%;}.elementor-4468 .elementor-element.elementor-element-b618b69{width:38%;}.elementor-4468 .elementor-element.elementor-element-c4d3434{width:62%;}.elementor-4468 .elementor-element.elementor-element-daa5e47{width:38%;}}@media(max-width:1024px) and (min-width:768px){.elementor-4468 .elementor-element.elementor-element-096a1fe{width:100%;}.elementor-4468 .elementor-element.elementor-element-b618b69{width:100%;}.elementor-4468 .elementor-element.elementor-element-c4d3434{width:100%;}.elementor-4468 .elementor-element.elementor-element-daa5e47{width:100%;}} .elementor-12382 .elementor-element.elementor-element-6457b1f6 .elementor-repeater-item-ac45ade.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-12382 .elementor-element.elementor-element-45bec3e3 > .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-12382 .elementor-element.elementor-element-45bec3e3 > .elementor-element-populated{padding:30px 30px 30px 30px;}.elementor-12382 .elementor-element.elementor-element-15af529e .elementor-repeater-item-c111c43.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-bc-flex-widget .elementor-12382 .elementor-element.elementor-element-c65ed8b.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-12382 .elementor-element.elementor-element-c65ed8b.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-12382 .elementor-element.elementor-element-c65ed8b.elementor-column > .elementor-widget-wrap{justify-content:center;}.elementor-12382 .elementor-element.elementor-element-c65ed8b > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-12382 .elementor-element.elementor-element-3a5acaa9{text-align:left;}.elementor-12382 .elementor-element.elementor-element-3a5acaa9 .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-12382 .elementor-element.elementor-element-210230d{color:var( --e-global-color-primary );font-size:0.9rem;}.elementor-12382 .elementor-element.elementor-element-210230d > .elementor-widget-container{margin:20px 0px 0px 0px;}.elementor-12382 .elementor-element.elementor-element-6a8ad42d .elementor-repeater-item-37fb6b8.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-12382 .elementor-element.elementor-element-48c5aaff > .elementor-element-populated{padding:0px 015px 0px 0px;}.elementor-12382 .elementor-element.elementor-element-2716b3d5 .elementor-button-content-wrapper{flex-direction:row-reverse;}.elementor-12382 .elementor-element.elementor-element-2716b3d5 .elementor-button .elementor-button-content-wrapper{gap:14px;}.elementor-12382 .elementor-element.elementor-element-6a8ad42d{margin-top:8px;margin-bottom:0px;}.elementor-12382 .elementor-element.elementor-element-6457b1f6:not(.elementor-motion-effects-element-type-background), .elementor-12382 .elementor-element.elementor-element-6457b1f6 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-4e57b11 );}.elementor-12382 .elementor-element.elementor-element-6457b1f6, .elementor-12382 .elementor-element.elementor-element-6457b1f6 > .elementor-background-overlay{border-radius:15px 15px 15px 15px;}.elementor-12382 .elementor-element.elementor-element-6457b1f6{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-12382 .elementor-element.elementor-element-6457b1f6 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}#elementor-popup-modal-12382 .dialog-message{width:640px;height:auto;padding:0px 0px 0px 0px;}#elementor-popup-modal-12382{justify-content:flex-end;align-items:flex-end;}#elementor-popup-modal-12382 .dialog-close-button{display:flex;top:20px;font-size:20px;}#elementor-popup-modal-12382 .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;}#elementor-popup-modal-12382 .dialog-close-button i{color:var( --e-global-color-primary );}#elementor-popup-modal-12382 .dialog-close-button svg{fill:var( --e-global-color-primary );}@media(max-width:1024px){.elementor-12382 .elementor-element.elementor-element-3a5acaa9 .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-popup-modal-12382 .dialog-message{width:62vw;}}@media(max-width:767px){.elementor-12382 .elementor-element.elementor-element-c65ed8b > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-12382 .elementor-element.elementor-element-3a5acaa9 .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-12382 .elementor-element.elementor-element-48c5aaff > .elementor-element-populated{margin:0px 0px 20px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}#elementor-popup-modal-12382 .dialog-message{width:100vw;padding:0px 20px 20px 20px;}body:not(.rtl) #elementor-popup-modal-12382 .dialog-close-button{right:20px;}body.rtl #elementor-popup-modal-12382 .dialog-close-button{left:20px;}#elementor-popup-modal-12382 .dialog-widget-content{margin:0px 0px 0px 0px;}} .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":"{\"post_type\":\"partners\",\"error\":\"\",\"m\":\"\",\"p\":0,\"post_parent\":\"\",\"subpost\":\"\",\"subpost_id\":\"\",\"attachment\":\"\",\"attachment_id\":0,\"name\":\"\",\"pagename\":\"\",\"page_id\":0,\"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,\"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="EditURI" type="application/rsd+xml" title="RSD" href="https://www.curiousfutureinsight.org/xmlrpc.php?rsd" /> <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=EABC34F2175CFDB842E161AE7CDC7D75'); </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="archive post-type-archive post-type-archive-partners wp-custom-logo elementor-default elementor-template-full-width elementor-kit-6 elementor-page-4468"> <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="{"sticky_effects_offset":100,"background_background":"classic","sticky":"top","jet_parallax_layout_list":[{"_id":"278862f","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}],"sticky_effects_offset_mobile":100,"sticky_on":["desktop","tablet","mobile"],"sticky_offset":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="{"background_background":"classic","background_motion_fx_motion_fx_scrolling":"yes","background_motion_fx_devices":["desktop","tablet","mobile"]}"><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="{"background_background":"classic","background_motion_fx_motion_fx_scrolling":"yes","background_motion_fx_devices":["desktop","tablet","mobile"]}"><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="{"jet_parallax_layout_list":[]}"><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="{"jet_parallax_layout_list":[]}"><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="{"layout":"horizontal","submenu_icon":{"value":"<i class=\"fas fa-caret-down\"><\/i>","library":"fa-solid"}}" 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 menu-item-6985"><a href="https://www.curiousfutureinsight.org/" class="elementor-item">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 current-menu-item menu-item-722"><a href="https://www.curiousfutureinsight.org/partners" aria-current="page" class="elementor-item elementor-item-active">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 menu-item-6985"><a href="https://www.curiousfutureinsight.org/" class="elementor-item" 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 current-menu-item menu-item-722"><a href="https://www.curiousfutureinsight.org/partners" aria-current="page" class="elementor-item elementor-item-active" 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="{"sticky_effects_offset":100,"background_background":"classic","sticky":"top","jet_parallax_layout_list":[{"_id":"278862f","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}],"sticky_effects_offset_mobile":100,"sticky_on":["desktop","tablet","mobile"],"sticky_offset":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="{"background_background":"classic","background_motion_fx_motion_fx_scrolling":"yes","background_motion_fx_devices":["desktop","tablet","mobile"]}"><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="{"background_background":"classic","background_motion_fx_motion_fx_scrolling":"yes","background_motion_fx_devices":["desktop","tablet","mobile"]}"><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="{"jet_parallax_layout_list":[]}"><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="{"jet_parallax_layout_list":[]}"><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="{"layout":"horizontal","submenu_icon":{"value":"<i class=\"fas fa-caret-down\"><\/i>","library":"fa-solid"}}" 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 menu-item-6985"><a href="https://www.curiousfutureinsight.org/" class="elementor-item">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 current-menu-item menu-item-722"><a href="https://www.curiousfutureinsight.org/partners" aria-current="page" class="elementor-item elementor-item-active">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 menu-item-6985"><a href="https://www.curiousfutureinsight.org/" class="elementor-item" 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 current-menu-item menu-item-722"><a href="https://www.curiousfutureinsight.org/partners" aria-current="page" class="elementor-item elementor-item-active" 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><div data-elementor-type="archive" data-elementor-id="4468" class="elementor elementor-4468 elementor-location-archive" data-elementor-post-type="elementor_library"><section data-dce-background-color="#093C66" data-dce-background-overlay-color="#093C66" class="elementor-section elementor-top-section elementor-element elementor-element-d6bf273 elementor-section-height-min-height elementor-section-items-stretch section-hero elementor-section-full_width elementor-section-height-default" data-id="d6bf273" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"517c75a","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}],"background_background":"video","background_video_link":"https:\/\/www.curiousfutureinsight.org\/wp-content\/uploads\/starflight_high.mp4","shape_divider_bottom":"curve-asymmetrical","shape_divider_bottom_negative":"yes","background_play_on_mobile":"yes"}"><div class="elementor-background-video-container"><video class="elementor-background-video-hosted elementor-html5-video" autoplay muted playsinline loop></video></div><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-68e955a" data-id="68e955a" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-f6ae954 elementor-widget__width-auto elementor-widget elementor-widget-heading" data-id="f6ae954" 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">Partners</h1></div></div><div class="elementor-element elementor-element-64b7cc8 breadcrumbs elementor-widget elementor-widget-wp-widget-bcn_widget" data-id="64b7cc8" data-element_type="widget" data-widget_type="wp-widget-bcn_widget.default"><div class="elementor-widget-container"><div class="breadcrumbs" vocab="https://schema.org/" typeof="BreadcrumbList"><!-- Breadcrumb NavXT 7.3.1 --> <span property="itemListElement" typeof="ListItem"><a property="item" typeof="WebPage" title="Go to Curious2024 – Future Insight™." href="https://www.curiousfutureinsight.org" class="home" ><span property="name">Home</span></a><meta property="position" content="1"></span> > <span property="itemListElement" typeof="ListItem"><span property="name" class="archive post-partners-archive current-item">Partners</span><meta property="url" content="https://www.curiousfutureinsight.org/partners/"><meta property="position" content="2"></span></div></div></div><div class="jet-satellite-widget elementor-element elementor-element-e178d4d elementor-widget__width-auto elementor-absolute elementor-widget elementor-widget-image" data-jet-tricks-settings="{"satellite":"true","satelliteType":"image","satellitePosition":"bottom-right"}" data-id="e178d4d" data-element_type="widget" data-settings="{"_position":"absolute"}" 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 class="jet-tricks-satellite__image-instance" src="https://www.curiousfutureinsight.org/wp-content/uploads/2021/11/lens_flare.png" alt=""></div></div></div> <img width="800" height="805" src="https://www.curiousfutureinsight.org/wp-content/uploads/blue_orb.svg" class="attachment-large size-large wp-image-5385" alt="" /></div></div></div></div></div></section><section class="elementor-section elementor-top-section elementor-element elementor-element-9380b35 elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="9380b35" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"52818fa","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}],"background_background":"classic"}"><div class="elementor-container elementor-column-gap-default"><div data-dce-background-color="#FFFFFF" class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-096a1fe" data-id="096a1fe" data-element_type="column" data-settings="{"background_background":"gradient"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-0961f24 elementor-widget elementor-widget-heading" data-id="0961f24" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h2 class="elementor-heading-title elementor-size-default">Platinum Sponsor</h2></div></div><section class="elementor-section elementor-inner-section elementor-element elementor-element-3609638 elementor-section-full_width mm-geo mm-geo-world elementor-section-height-default elementor-section-height-default" data-id="3609638" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"7597f4c","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-b3a4a74 shadow-medium radius-medium" data-id="b3a4a74" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-1549868 elementor-widget elementor-widget-image" data-id="1549868" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <img width="601" height="96" src="https://www.curiousfutureinsight.org/wp-content/uploads/MDG_Logo_VMagenta_RGB.png" class="attachment-large size-large wp-image-2796" alt="" /></div></div></div></div><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-2b79c0f" data-id="2b79c0f" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-3685d91 elementor-widget elementor-widget-text-editor" data-id="3685d91" 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>As a vibrant science and technology company, we believe in <strong>science as a force for good</strong>. We make a positive difference in millions of people’s lives every day.</p></div></div><div data-dce-background-color="#E82E8A00" class="elementor-element elementor-element-7319804 elementor-align-left elementor-widget elementor-widget-button" data-id="7319804" 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="http://merckgroup.com/en" target="_blank"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-icon"> <i aria-hidden="true" class="fas fa-external-link-alt"></i> </span> <span class="elementor-button-text">Visit MerckGroup.com</span> </span> </a></div></div></div></div></div></div></section><section class="elementor-section elementor-inner-section elementor-element elementor-element-aa761e9 elementor-section-full_width mm-geo mm-geo-na elementor-section-height-default elementor-section-height-default" data-id="aa761e9" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"7597f4c","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-28bc0df shadow-medium radius-medium" data-id="28bc0df" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-4a3ca4b elementor-widget elementor-widget-heading" data-id="4a3ca4b" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h2 class="elementor-heading-title elementor-size-default">Merck KGaA, Darmstadt, Germany</h2></div></div></div></div><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-2f56d46" data-id="2f56d46" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-c8d7cda elementor-widget elementor-widget-text-editor" data-id="c8d7cda" data-element_type="widget" data-widget_type="text-editor.default"><div class="elementor-widget-container"><p>As a vibrant science and technology company, we believe in <strong>science as a force for good</strong>. We make a positive difference in millions of people’s lives every day.</p></div></div><div data-dce-background-color="#E82E8A00" class="elementor-element elementor-element-be74dcb elementor-align-left elementor-widget elementor-widget-button" data-id="be74dcb" 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="http://EMDgroup.com" target="_blank"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-icon"> <i aria-hidden="true" class="fas fa-external-link-alt"></i> </span> <span class="elementor-button-text">Visit EMDgroup.com</span> </span> </a></div></div></div></div></div></div></section><section class="elementor-section elementor-inner-section elementor-element elementor-element-2d4222c elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="2d4222c" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"7597f4c","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-3686451 shadow-medium radius-medium" data-id="3686451" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-62f4d0f elementor-widget elementor-widget-image" data-id="62f4d0f" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <img loading="lazy" width="590" height="270" src="https://www.curiousfutureinsight.org/wp-content/uploads/Logo_MWG_RLP-frei.png" class="attachment-large size-large wp-image-12888" alt="Unterstützung des Ministeriums für Wissenschaft und Gesundheit des Landes Rheinland-Pfalz." /></div></div></div></div><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-2d4766f" data-id="2d4766f" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-63962a5 elementor-widget elementor-widget-text-editor" data-id="63962a5" data-element_type="widget" data-widget_type="text-editor.default"><div class="elementor-widget-container"><p>The Rhineland-Palatinate Ministry of Science and Health has set itself the goal of creating a strong and future-oriented framework for higher education institutions that supports autonomy and good teaching, improves research and infrastructure, and provides equal access to high-quality medical care for all citizens, regardless of where they live.</p></div></div><div data-dce-background-color="#E82E8A00" class="elementor-element elementor-element-10a07ab elementor-align-left elementor-widget elementor-widget-button" data-id="10a07ab" 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://mwg.rlp.de/" target="_blank"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-icon"> <i aria-hidden="true" class="fas fa-external-link-alt"></i> </span> <span class="elementor-button-text">Visit website</span> </span> </a></div></div></div></div></div></div></section><section class="elementor-section elementor-inner-section elementor-element elementor-element-72aa6ff elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="72aa6ff" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"7597f4c","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-0bee3cd shadow-medium radius-medium" data-id="0bee3cd" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-c165ad7 elementor-widget elementor-widget-image" data-id="c165ad7" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <img loading="lazy" width="800" height="557" src="https://www.curiousfutureinsight.org/wp-content/uploads/Biotechnologie-RLP-Logo_rgb_mittel-1024x713.jpg" class="attachment-large size-large wp-image-12891" alt="" srcset="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-600x418.jpg 600w, 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.jpg 1358w" sizes="(max-width: 800px) 100vw, 800px" /></div></div></div></div><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-5ba8012" data-id="5ba8012" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-de2e5e8 elementor-widget elementor-widget-text-editor" data-id="de2e5e8" data-element_type="widget" data-widget_type="text-editor.default"><div class="elementor-widget-container"><p>Rhineland-Palatinate as a biotechnology location draws its strength from the entire breadth of the state: From Trier to Kaiserslautern, to Bingen, Pirmasens, Idar-Oberstein and Mainz. It is characterized by its universities and research institutions with a particular focus on Life Sciences, Pharmaceuticals, Artificial Intelligence and Aging research. Rhineland-Palatinate aims to provide promising biotechnology start-ups and spin-offs, its SMEs, and globally active companies ideal conditions for successful development. By networking science and industry, special innovation potentials can be unlocked. In this way, biotechnology from Rhineland-Palatinate contributes the health of people, healthy aging, a sustainable and strong economy, and good employment opportunities throughout the state.</p></div></div><div data-dce-background-color="#E82E8A00" class="elementor-element elementor-element-0e5e0b1 elementor-align-left elementor-widget elementor-widget-button" data-id="0e5e0b1" 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://biotech.rlp.de/de/startseite/" target="_blank"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-icon"> <i aria-hidden="true" class="fas fa-external-link-alt"></i> </span> <span class="elementor-button-text">Visit website</span> </span> </a></div></div></div></div></div></div></section><section class="elementor-section elementor-inner-section elementor-element elementor-element-ae68bf9 elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="ae68bf9" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"7597f4c","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-2f2af48 shadow-medium radius-medium" data-id="2f2af48" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-0225910 elementor-widget elementor-widget-image" data-id="0225910" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <img loading="lazy" width="735" height="329" src="https://www.curiousfutureinsight.org/wp-content/uploads/CD_LM_Logo_4c-e1680790109467.png" class="attachment-large size-large wp-image-12886" alt="Unterstützung der Landeshauptstadt Mainz" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/CD_LM_Logo_4c-e1680790109467.png 735w, https://www.curiousfutureinsight.org/wp-content/uploads/CD_LM_Logo_4c-e1680790109467-600x269.png 600w" sizes="(max-width: 735px) 100vw, 735px" /></div></div></div></div><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-e4ec079" data-id="e4ec079" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-74da792 elementor-widget elementor-widget-text-editor" data-id="74da792" data-element_type="widget" data-widget_type="text-editor.default"><div class="elementor-widget-container"><p>Pioneering innovations in various industries are constantly being developed from Mainz: from the invention of printing by Johannes Gutenberg to the development of a novel vaccine against the coronavirus by BioNTech. </p><p>Thanks to this development, the city has gained a worldwide reputation in recent years as a successful life sciences and biotechnology hub and today provides an ideal environment for both fundamental and application-based research as well as businesses.</p><p>And Mainz inspires! Because this is a good place to live and work.</p></div></div><div data-dce-background-color="#E82E8A00" class="elementor-element elementor-element-5a183d9 elementor-align-left elementor-widget elementor-widget-button" data-id="5a183d9" 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.mainz.de/" target="_blank"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-icon"> <i aria-hidden="true" class="fas fa-external-link-alt"></i> </span> <span class="elementor-button-text">Visit Mainz website</span> </span> </a></div></div></div><div data-dce-background-color="#E82E8A00" class="elementor-element elementor-element-04c0ca5 elementor-align-left elementor-widget elementor-widget-button" data-id="04c0ca5" 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://biomindz.com/" target="_blank"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-icon"> <i aria-hidden="true" class="fas fa-external-link-alt"></i> </span> <span class="elementor-button-text">Visit Biomindz website</span> </span> </a></div></div></div></div></div></div></section><section class="elementor-section elementor-inner-section elementor-element elementor-element-3f400e7 elementor-section-full_width elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-section-height-default elementor-section-height-default" data-id="3f400e7" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"7597f4c","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}],"enabled_visibility":"no"}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-f0d26fd shadow-medium radius-medium" data-id="f0d26fd" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-92de8cb elementor-widget elementor-widget-image" data-id="92de8cb" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <img width="601" height="96" src="https://www.curiousfutureinsight.org/wp-content/uploads/MDG_Logo_VMagenta_RGB.png" class="attachment-large size-large wp-image-2796" alt="" /></div></div></div></div><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-c480f34" data-id="c480f34" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-d3b15b0 elementor-widget elementor-widget-text-editor" data-id="d3b15b0" data-element_type="widget" data-widget_type="text-editor.default"><div class="elementor-widget-container"><p>New Partner</p></div></div><div data-dce-background-color="#E82E8A00" class="elementor-element elementor-element-7dfadcd elementor-align-left elementor-widget elementor-widget-button" data-id="7dfadcd" 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="http://merckgroup.com/en" target="_blank"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-icon"> <i aria-hidden="true" class="fas fa-external-link-alt"></i> </span> <span class="elementor-button-text">Visit MerckGroup.com</span> </span> </a></div></div></div></div></div></div></section><div class="elementor-element elementor-element-5bfd5ac elementor-widget elementor-widget-heading" data-id="5bfd5ac" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h2 class="elementor-heading-title elementor-size-default">Supporter</h2></div></div><div class="elementor-element elementor-element-b5b3394 elementor-grid-4 partners-posts elementor-grid-tablet-3 elementor-posts--thumbnail-top elementor-grid-mobile-1 elementor-widget elementor-widget-posts" data-id="b5b3394" data-element_type="widget" data-settings="{"custom_columns":"4","custom_row_gap":{"unit":"px","size":10,"sizes":[]},"custom_columns_tablet":"3","custom_columns_mobile":"1","custom_row_gap_tablet":{"unit":"px","size":"","sizes":[]},"custom_row_gap_mobile":{"unit":"px","size":"","sizes":[]}}" 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="{"current_page":1,"max_num_pages":1,"load_method":"","widget_id":"b5b3394","post_id":18211,"theme_id":4468,"change_url":false,"reinit_js":false}"><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"> <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><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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="{"background_background":"classic"}"><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" 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" alt="Else Kröner Fresenius Stiftung logo" /></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 elementor-location-archive 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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="{"background_background":"classic"}"><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" 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" 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" /></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 elementor-location-archive 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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="{"background_background":"classic"}"><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" 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" alt="" /></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 elementor-location-archive 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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="{"background_background":"classic"}"><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" 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" alt="" /></div></div></div></div></div></section></div></article></div></div></div><div class="elementor-element elementor-element-fc56649 elementor-widget elementor-widget-heading" data-id="fc56649" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h2 class="elementor-heading-title elementor-size-default">Gold Sponsor</h2></div></div><div class="elementor-element elementor-element-aa8dc9f elementor-grid-4 partners-posts elementor-grid-tablet-3 elementor-posts--thumbnail-top elementor-grid-mobile-1 elementor-widget elementor-widget-posts" data-id="aa8dc9f" data-element_type="widget" data-settings="{"custom_columns":"4","custom_row_gap":{"unit":"px","size":10,"sizes":[]},"custom_columns_tablet":"3","custom_columns_mobile":"1","custom_row_gap_tablet":{"unit":"px","size":"","sizes":[]},"custom_row_gap_mobile":{"unit":"px","size":"","sizes":[]}}" 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="{"current_page":1,"max_num_pages":1,"load_method":"","widget_id":"aa8dc9f","post_id":18211,"theme_id":4468,"change_url":false,"reinit_js":false}"><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 elementor-location-archive 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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="{"background_background":"classic"}"><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" 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" 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" /></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 elementor-location-archive 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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="{"background_background":"classic"}"><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" 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" 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" /></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 elementor-location-archive 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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="{"background_background":"classic"}"><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" 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" 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" /></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 elementor-location-archive 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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="{"background_background":"classic"}"><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" 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" alt="" /></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 elementor-location-archive 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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="{"background_background":"classic"}"><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" 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" 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" /></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 elementor-location-archive 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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="{"background_background":"classic"}"><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" 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" alt="" /></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 elementor-location-archive 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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="{"background_background":"classic"}"><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" 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" 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" /></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 elementor-location-archive 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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="{"background_background":"classic"}"><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" 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" 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" /></div></div></div></div></div></section></div></article></div></div></div><div class="elementor-element elementor-element-fc18f5a elementor-widget elementor-widget-heading" data-id="fc18f5a" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h2 class="elementor-heading-title elementor-size-default">Partner</h2></div></div><div class="elementor-element elementor-element-03659dd elementor-grid-4 partners-posts elementor-grid-tablet-3 elementor-posts--thumbnail-top elementor-grid-mobile-1 elementor-widget elementor-widget-posts" data-id="03659dd" data-element_type="widget" data-settings="{"custom_columns":"4","custom_row_gap":{"unit":"px","size":10,"sizes":[]},"custom_columns_tablet":"3","custom_columns_mobile":"1","custom_row_gap_tablet":{"unit":"px","size":"","sizes":[]},"custom_row_gap_mobile":{"unit":"px","size":"","sizes":[]}}" 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="{"current_page":1,"max_num_pages":1,"load_method":"","widget_id":"03659dd","post_id":18211,"theme_id":4468,"change_url":false,"reinit_js":false}"><article id="post-16885" class="elementor-post elementor-grid-item ecs-post-loop post-16885 partners type-partners status-publish has-post-thumbnail hentry partner-categories-partner"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-16885 partners type-partners status-publish has-post-thumbnail hentry 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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://transkript.de/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="768" height="263" src="https://www.curiousfutureinsight.org/wp-content/uploads/transkript_RGB-768x263.jpg" class="attachment-medium_large size-medium_large wp-image-16886" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/transkript_RGB-768x263.jpg 768w, https://www.curiousfutureinsight.org/wp-content/uploads/transkript_RGB-600x206.jpg 600w, https://www.curiousfutureinsight.org/wp-content/uploads/transkript_RGB-1024x351.jpg 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/transkript_RGB-1536x527.jpg 1536w, https://www.curiousfutureinsight.org/wp-content/uploads/transkript_RGB-2048x702.jpg 2048w, https://www.curiousfutureinsight.org/wp-content/uploads/transkript_RGB-scaled.jpg 1920w" sizes="(max-width: 768px) 100vw, 768px" /></div></div></div></div></div></section></div></article><article id="post-14935" class="elementor-post elementor-grid-item ecs-post-loop post-14935 partners type-partners status-publish has-post-thumbnail hentry partner-categories-partner"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-14935 partners type-partners status-publish has-post-thumbnail hentry 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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.5-ht.com/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="768" height="324" src="https://www.curiousfutureinsight.org/wp-content/uploads/DigitalHub_Logo_Chemistry-Health_rgb-768x324.jpg" class="attachment-medium_large size-medium_large wp-image-14936" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/DigitalHub_Logo_Chemistry-Health_rgb-768x324.jpg 768w, https://www.curiousfutureinsight.org/wp-content/uploads/DigitalHub_Logo_Chemistry-Health_rgb-600x253.jpg 600w, https://www.curiousfutureinsight.org/wp-content/uploads/DigitalHub_Logo_Chemistry-Health_rgb-1024x432.jpg 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/DigitalHub_Logo_Chemistry-Health_rgb-1536x648.jpg 1536w, https://www.curiousfutureinsight.org/wp-content/uploads/DigitalHub_Logo_Chemistry-Health_rgb-2048x863.jpg 2048w" sizes="(max-width: 768px) 100vw, 768px" /></div></div></div></div></div></section></div></article><article id="post-15708" class="elementor-post elementor-grid-item ecs-post-loop post-15708 partners type-partners status-publish has-post-thumbnail hentry partner-categories-partner"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-15708 partners type-partners status-publish has-post-thumbnail hentry 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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.abg.asso.fr/fr/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="768" height="669" src="https://www.curiousfutureinsight.org/wp-content/uploads/ABG_Carre_COULEUR-768x669.png" class="attachment-medium_large size-medium_large wp-image-15709" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/ABG_Carre_COULEUR-768x669.png 768w, https://www.curiousfutureinsight.org/wp-content/uploads/ABG_Carre_COULEUR-600x522.png 600w, https://www.curiousfutureinsight.org/wp-content/uploads/ABG_Carre_COULEUR-1024x892.png 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/ABG_Carre_COULEUR.png 1337w" sizes="(max-width: 768px) 100vw, 768px" /></div></div></div></div></div></section></div></article><article id="post-16761" class="elementor-post elementor-grid-item ecs-post-loop post-16761 partners type-partners status-publish has-post-thumbnail hentry partner-categories-partner"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-16761 partners type-partners status-publish has-post-thumbnail hentry 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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.academiclabs.com/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="467" height="100" src="https://www.curiousfutureinsight.org/wp-content/uploads/AcademicLabs-NV.png" class="attachment-medium_large size-medium_large wp-image-16763" alt="" /></div></div></div></div></div></section></div></article><article id="post-15266" class="elementor-post elementor-grid-item ecs-post-loop post-15266 partners type-partners status-publish has-post-thumbnail hentry partner-categories-partner"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-15266 partners type-partners status-publish has-post-thumbnail hentry 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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.bbraun-stiftung.de/de.html" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="471" height="83" src="https://www.curiousfutureinsight.org/wp-content/uploads/01-BraunStiftung_Logo.jpg" class="attachment-medium_large size-medium_large wp-image-15267" alt="" /></div></div></div></div></div></section></div></article><article id="post-17581" class="elementor-post elementor-grid-item ecs-post-loop post-17581 partners type-partners status-publish has-post-thumbnail hentry partner-categories-partner"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-17581 partners type-partners status-publish has-post-thumbnail hentry 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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://bio4.rs/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="492" height="225" src="https://www.curiousfutureinsight.org/wp-content/uploads/logo-BIO-4-CAMPUS.png" class="attachment-medium_large size-medium_large wp-image-17582" alt="" /></div></div></div></div></div></section></div></article><article id="post-2913" class="elementor-post elementor-grid-item ecs-post-loop post-2913 partners type-partners status-publish has-post-thumbnail hentry partner-categories-partner"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-2913 partners type-partners status-publish has-post-thumbnail hentry 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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://bio.mx/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="425" height="145" src="https://www.curiousfutureinsight.org/wp-content/uploads/logo_biomedx_neu.png" class="attachment-medium_large size-medium_large wp-image-4218" alt="" /></div></div></div></div></div></section></div></article><article id="post-12631" class="elementor-post elementor-grid-item ecs-post-loop post-12631 partners type-partners status-publish has-post-thumbnail hentry partner-categories-partner"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-12631 partners type-partners status-publish has-post-thumbnail hentry 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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.biomindz.com/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="768" height="248" src="https://www.curiousfutureinsight.org/wp-content/uploads/biomindz_LogoSubline_CMYK_black-768x248.png" class="attachment-medium_large size-medium_large wp-image-12632" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/biomindz_LogoSubline_CMYK_black-768x248.png 768w, https://www.curiousfutureinsight.org/wp-content/uploads/biomindz_LogoSubline_CMYK_black-600x194.png 600w, https://www.curiousfutureinsight.org/wp-content/uploads/biomindz_LogoSubline_CMYK_black-1024x331.png 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/biomindz_LogoSubline_CMYK_black-1536x497.png 1536w, https://www.curiousfutureinsight.org/wp-content/uploads/biomindz_LogoSubline_CMYK_black.png 1960w" sizes="(max-width: 768px) 100vw, 768px" /></div></div></div></div></div></section></div></article><article id="post-2912" class="elementor-post elementor-grid-item ecs-post-loop post-2912 partners type-partners status-publish has-post-thumbnail hentry partner-categories-exhibitor partner-categories-partner"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-2912 partners type-partners status-publish has-post-thumbnail hentry partner-categories-exhibitor 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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.biorn.org/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="768" height="403" src="https://www.curiousfutureinsight.org/wp-content/uploads/BioRN_freigestellt_2-768x403.png" class="attachment-medium_large size-medium_large wp-image-4173" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/BioRN_freigestellt_2-768x403.png 768w, https://www.curiousfutureinsight.org/wp-content/uploads/BioRN_freigestellt_2-600x315.png 600w, https://www.curiousfutureinsight.org/wp-content/uploads/BioRN_freigestellt_2-1024x537.png 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/BioRN_freigestellt_2-1536x806.png 1536w, https://www.curiousfutureinsight.org/wp-content/uploads/BioRN_freigestellt_2.png 1610w" sizes="(max-width: 768px) 100vw, 768px" /></div></div></div></div></div></section></div></article><article id="post-16300" class="elementor-post elementor-grid-item ecs-post-loop post-16300 partners type-partners status-publish has-post-thumbnail hentry partner-categories-partner"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-16300 partners type-partners status-publish has-post-thumbnail hentry 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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.biosymfonix.com" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="768" height="168" src="https://www.curiousfutureinsight.org/wp-content/uploads/Biosymfonix_logo_black_Final-768x168.png" class="attachment-medium_large size-medium_large wp-image-16301" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/Biosymfonix_logo_black_Final-768x168.png 768w, https://www.curiousfutureinsight.org/wp-content/uploads/Biosymfonix_logo_black_Final-600x131.png 600w, https://www.curiousfutureinsight.org/wp-content/uploads/Biosymfonix_logo_black_Final-1024x224.png 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/Biosymfonix_logo_black_Final-1536x336.png 1536w, https://www.curiousfutureinsight.org/wp-content/uploads/Biosymfonix_logo_black_Final-2048x448.png 2048w" sizes="(max-width: 768px) 100vw, 768px" /></div></div></div></div></div></section></div></article><article id="post-16092" class="elementor-post elementor-grid-item ecs-post-loop post-16092 partners type-partners status-publish has-post-thumbnail hentry partner-categories-partner"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-16092 partners type-partners status-publish has-post-thumbnail hentry 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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://deutsche-boerse.com/dbg-de/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="768" height="200" src="https://www.curiousfutureinsight.org/wp-content/uploads/DBCM-Logo_Web_DBCM2013_rgb_DINA4-768x200.jpg" class="attachment-medium_large size-medium_large wp-image-16093" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/DBCM-Logo_Web_DBCM2013_rgb_DINA4-768x200.jpg 768w, https://www.curiousfutureinsight.org/wp-content/uploads/DBCM-Logo_Web_DBCM2013_rgb_DINA4-600x156.jpg 600w, https://www.curiousfutureinsight.org/wp-content/uploads/DBCM-Logo_Web_DBCM2013_rgb_DINA4.jpg 835w" sizes="(max-width: 768px) 100vw, 768px" /></div></div></div></div></div></section></div></article><article id="post-17372" class="elementor-post elementor-grid-item ecs-post-loop post-17372 partners type-partners status-publish has-post-thumbnail hentry partner-categories-partner"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-17372 partners type-partners status-publish has-post-thumbnail hentry 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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.giz.de/de/html/index.html" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="768" height="287" src="https://www.curiousfutureinsight.org/wp-content/uploads/gizlogo-unternehmen-de-rgb-300-scaled-e1719432556514-768x287.jpg" class="attachment-medium_large size-medium_large wp-image-17373" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/gizlogo-unternehmen-de-rgb-300-scaled-e1719432556514-768x287.jpg 768w, https://www.curiousfutureinsight.org/wp-content/uploads/gizlogo-unternehmen-de-rgb-300-scaled-e1719432556514-600x224.jpg 600w, https://www.curiousfutureinsight.org/wp-content/uploads/gizlogo-unternehmen-de-rgb-300-scaled-e1719432556514-1024x383.jpg 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/gizlogo-unternehmen-de-rgb-300-scaled-e1719432556514-1536x574.jpg 1536w, https://www.curiousfutureinsight.org/wp-content/uploads/gizlogo-unternehmen-de-rgb-300-scaled-e1719432556514.jpg 1616w" sizes="(max-width: 768px) 100vw, 768px" /></div></div></div></div></div></section></div></article><article id="post-15728" class="elementor-post elementor-grid-item ecs-post-loop post-15728 partners type-partners status-publish has-post-thumbnail hentry partner-categories-partner"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-15728 partners type-partners status-publish has-post-thumbnail hentry 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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.europabio.org/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="768" height="567" src="https://www.curiousfutureinsight.org/wp-content/uploads/EBIO-Blue-lightdna-768x567.png" class="attachment-medium_large size-medium_large wp-image-15729" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/EBIO-Blue-lightdna-768x567.png 768w, https://www.curiousfutureinsight.org/wp-content/uploads/EBIO-Blue-lightdna-600x443.png 600w, https://www.curiousfutureinsight.org/wp-content/uploads/EBIO-Blue-lightdna-1024x756.png 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/EBIO-Blue-lightdna-1536x1134.png 1536w, https://www.curiousfutureinsight.org/wp-content/uploads/EBIO-Blue-lightdna-2048x1512.png 2048w" sizes="(max-width: 768px) 100vw, 768px" /></div></div></div></div></div></section></div></article><article id="post-15373" class="elementor-post elementor-grid-item ecs-post-loop post-15373 partners type-partners status-publish has-post-thumbnail hentry partner-categories-partner"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-15373 partners type-partners status-publish has-post-thumbnail hentry 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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.eacr.org/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="382" height="273" src="https://www.curiousfutureinsight.org/wp-content/uploads/EACR_square_for_web_use_transparent.png" class="attachment-medium_large size-medium_large wp-image-15374" alt="" /></div></div></div></div></div></section></div></article><article id="post-16888" class="elementor-post elementor-grid-item ecs-post-loop post-16888 partners type-partners status-publish has-post-thumbnail hentry partner-categories-partner"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-16888 partners type-partners status-publish has-post-thumbnail hentry 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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://european-biotechnology.com/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="768" height="373" src="https://www.curiousfutureinsight.org/wp-content/uploads/European-Biotechnology-Magazine-768x373.jpg" class="attachment-medium_large size-medium_large wp-image-16889" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/European-Biotechnology-Magazine-768x373.jpg 768w, https://www.curiousfutureinsight.org/wp-content/uploads/European-Biotechnology-Magazine-600x292.jpg 600w, https://www.curiousfutureinsight.org/wp-content/uploads/European-Biotechnology-Magazine.jpg 1000w" sizes="(max-width: 768px) 100vw, 768px" /></div></div></div></div></div></section></div></article><article id="post-15696" class="elementor-post elementor-grid-item ecs-post-loop post-15696 partners type-partners status-publish has-post-thumbnail hentry partner-categories-partner"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-15696 partners type-partners status-publish has-post-thumbnail hentry 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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.gsi.de/forschungbeschleuniger/fair" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="768" height="513" src="https://www.curiousfutureinsight.org/wp-content/uploads/Fair-768x513.png" class="attachment-medium_large size-medium_large wp-image-15697" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/Fair-768x513.png 768w, https://www.curiousfutureinsight.org/wp-content/uploads/Fair-600x401.png 600w, https://www.curiousfutureinsight.org/wp-content/uploads/Fair.png 900w" sizes="(max-width: 768px) 100vw, 768px" /></div></div></div></div></div></section></div></article><article id="post-2910" class="elementor-post elementor-grid-item ecs-post-loop post-2910 partners type-partners status-publish has-post-thumbnail hentry priority-high partner-categories-partner"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-2910 partners type-partners status-publish has-post-thumbnail hentry priority-high 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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.frm-united.com/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="600" height="600" src="https://www.curiousfutureinsight.org/wp-content/uploads/FRM_GmbH_Logo_positiv_freigestellt.png" class="attachment-medium_large size-medium_large wp-image-4200" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/FRM_GmbH_Logo_positiv_freigestellt.png 600w, https://www.curiousfutureinsight.org/wp-content/uploads/FRM_GmbH_Logo_positiv_freigestellt-400x400.png 400w" sizes="(max-width: 600px) 100vw, 600px" /></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 elementor-location-archive 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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="{"background_background":"classic"}"><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" 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" 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" /></div></div></div></div></div></section></div></article><article id="post-16608" class="elementor-post elementor-grid-item ecs-post-loop post-16608 partners type-partners status-publish has-post-thumbnail hentry partner-categories-partner"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-16608 partners type-partners status-publish has-post-thumbnail hentry 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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="{"background_background":"classic"}"><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" width="768" height="297" src="https://www.curiousfutureinsight.org/wp-content/uploads/GPM-768x297.png" class="attachment-medium_large size-medium_large wp-image-16609" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/GPM-768x297.png 768w, https://www.curiousfutureinsight.org/wp-content/uploads/GPM-600x232.png 600w, https://www.curiousfutureinsight.org/wp-content/uploads/GPM-1024x395.png 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/GPM-1536x593.png 1536w, https://www.curiousfutureinsight.org/wp-content/uploads/GPM.png 1963w" sizes="(max-width: 768px) 100vw, 768px" /></div></div></div></div></div></section></div></article><article id="post-15699" class="elementor-post elementor-grid-item ecs-post-loop post-15699 partners type-partners status-publish has-post-thumbnail hentry partner-categories-partner"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-15699 partners type-partners status-publish has-post-thumbnail hentry 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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.gsi.de/forschungbeschleuniger/fair" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="768" height="256" src="https://www.curiousfutureinsight.org/wp-content/uploads/GSI-768x256.png" class="attachment-medium_large size-medium_large wp-image-15700" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/GSI-768x256.png 768w, https://www.curiousfutureinsight.org/wp-content/uploads/GSI-600x200.png 600w, https://www.curiousfutureinsight.org/wp-content/uploads/GSI.png 900w" sizes="(max-width: 768px) 100vw, 768px" /></div></div></div></div></div></section></div></article><article id="post-13395" class="elementor-post elementor-grid-item ecs-post-loop post-13395 partners type-partners status-publish has-post-thumbnail hentry partner-categories-partner"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-13395 partners type-partners status-publish has-post-thumbnail hentry 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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.hilton.com/en/hotels/qmzhitw-hilton-mainz/?WT.mc_id=zINDA0EMEA1MB2PSH3GGL4INTBPP5dkt6MULTIBR7_121126389_1003528_p72568056682&&&gclid=Cj0KCQjw84anBhCtARIsAISI-xcRKN5pAb6WHHvggiIGLQBp5jOSB5zYMDZ9A0F6mSMiJlx-I3FKqGwaAmExEALw_wcB&gclsrc=aw.ds" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="768" height="600" src="https://www.curiousfutureinsight.org/wp-content/uploads/Logo-Hilton-Mainz_trans-768x600.png" class="attachment-medium_large size-medium_large wp-image-13396" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/Logo-Hilton-Mainz_trans-768x600.png 768w, https://www.curiousfutureinsight.org/wp-content/uploads/Logo-Hilton-Mainz_trans-600x468.png 600w, https://www.curiousfutureinsight.org/wp-content/uploads/Logo-Hilton-Mainz_trans-1024x800.png 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/Logo-Hilton-Mainz_trans-1536x1199.png 1536w, https://www.curiousfutureinsight.org/wp-content/uploads/Logo-Hilton-Mainz_trans.png 1875w" sizes="(max-width: 768px) 100vw, 768px" /></div></div></div></div></div></section></div></article><article id="post-16970" class="elementor-post elementor-grid-item ecs-post-loop post-16970 partners type-partners status-publish has-post-thumbnail hentry partner-categories-partner"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-16970 partners type-partners status-publish has-post-thumbnail hentry 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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://innovationsagentur.rlp.de/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="768" height="238" src="https://www.curiousfutureinsight.org/wp-content/uploads/RLP-InnoAg_Logo_Schwarz-Gold_sRGB-768x238.jpg" class="attachment-medium_large size-medium_large wp-image-16973" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/RLP-InnoAg_Logo_Schwarz-Gold_sRGB-768x238.jpg 768w, https://www.curiousfutureinsight.org/wp-content/uploads/RLP-InnoAg_Logo_Schwarz-Gold_sRGB-600x186.jpg 600w, https://www.curiousfutureinsight.org/wp-content/uploads/RLP-InnoAg_Logo_Schwarz-Gold_sRGB-1024x317.jpg 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/RLP-InnoAg_Logo_Schwarz-Gold_sRGB-1536x476.jpg 1536w, https://www.curiousfutureinsight.org/wp-content/uploads/RLP-InnoAg_Logo_Schwarz-Gold_sRGB-2048x635.jpg 2048w, https://www.curiousfutureinsight.org/wp-content/uploads/RLP-InnoAg_Logo_Schwarz-Gold_sRGB-scaled.jpg 1920w" sizes="(max-width: 768px) 100vw, 768px" /></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 elementor-location-archive 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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="{"background_background":"classic"}"><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" 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" 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" /></div></div></div></div></div></section></div></article><article id="post-17172" class="elementor-post elementor-grid-item ecs-post-loop post-17172 partners type-partners status-publish has-post-thumbnail hentry partner-categories-partner"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-17172 partners type-partners status-publish has-post-thumbnail hentry 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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://investinestonia.com/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="555" height="142" src="https://www.curiousfutureinsight.org/wp-content/uploads/invest_estonia_horizontal_positive.png" class="attachment-medium_large size-medium_large wp-image-17173" alt="" /></div></div></div></div></div></section></div></article><article id="post-16059" class="elementor-post elementor-grid-item ecs-post-loop post-16059 partners type-partners status-publish has-post-thumbnail hentry partner-categories-partner"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-16059 partners type-partners status-publish has-post-thumbnail hentry 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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.iqvia.com/de-de/locations/germany" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="768" height="281" src="https://www.curiousfutureinsight.org/wp-content/uploads/IQVIA-Horizontal-Logo-Color-768x281.jpg" class="attachment-medium_large size-medium_large wp-image-17090" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/IQVIA-Horizontal-Logo-Color-768x281.jpg 768w, https://www.curiousfutureinsight.org/wp-content/uploads/IQVIA-Horizontal-Logo-Color-600x219.jpg 600w, https://www.curiousfutureinsight.org/wp-content/uploads/IQVIA-Horizontal-Logo-Color-1024x374.jpg 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/IQVIA-Horizontal-Logo-Color-1536x561.jpg 1536w, https://www.curiousfutureinsight.org/wp-content/uploads/IQVIA-Horizontal-Logo-Color-2048x748.jpg 2048w, https://www.curiousfutureinsight.org/wp-content/uploads/IQVIA-Horizontal-Logo-Color-scaled.jpg 1920w" sizes="(max-width: 768px) 100vw, 768px" /></div></div></div></div></div></section></div></article><article id="post-16765" class="elementor-post elementor-grid-item ecs-post-loop post-16765 partners type-partners status-publish has-post-thumbnail hentry partner-categories-partner"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-16765 partners type-partners status-publish has-post-thumbnail hentry 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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.molitor-immobilien.de/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="768" height="152" src="https://www.curiousfutureinsight.org/wp-content/uploads/molitor_InnovationsParkMainz_Logo_MIT_Rebrand-1-768x152.jpg" class="attachment-medium_large size-medium_large wp-image-17721" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/molitor_InnovationsParkMainz_Logo_MIT_Rebrand-1-768x152.jpg 768w, https://www.curiousfutureinsight.org/wp-content/uploads/molitor_InnovationsParkMainz_Logo_MIT_Rebrand-1-600x118.jpg 600w, https://www.curiousfutureinsight.org/wp-content/uploads/molitor_InnovationsParkMainz_Logo_MIT_Rebrand-1-1024x202.jpg 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/molitor_InnovationsParkMainz_Logo_MIT_Rebrand-1-1536x303.jpg 1536w, https://www.curiousfutureinsight.org/wp-content/uploads/molitor_InnovationsParkMainz_Logo_MIT_Rebrand-1-2048x404.jpg 2048w, https://www.curiousfutureinsight.org/wp-content/uploads/molitor_InnovationsParkMainz_Logo_MIT_Rebrand-1-scaled.jpg 1920w" sizes="(max-width: 768px) 100vw, 768px" /></div></div></div></div></div></section></div></article><article id="post-17101" class="elementor-post elementor-grid-item ecs-post-loop post-17101 partners type-partners status-publish has-post-thumbnail hentry partner-categories-partner"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-17101 partners type-partners status-publish has-post-thumbnail hentry 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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.kaist.ac.kr/en/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="768" height="512" src="https://www.curiousfutureinsight.org/wp-content/uploads/KAIST-Logo.wine_-768x512.png" class="attachment-medium_large size-medium_large wp-image-17102" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/KAIST-Logo.wine_-768x512.png 768w, https://www.curiousfutureinsight.org/wp-content/uploads/KAIST-Logo.wine_-600x400.png 600w, https://www.curiousfutureinsight.org/wp-content/uploads/KAIST-Logo.wine_-1024x683.png 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/KAIST-Logo.wine_-1536x1024.png 1536w, https://www.curiousfutureinsight.org/wp-content/uploads/KAIST-Logo.wine_-2048x1365.png 2048w" sizes="(max-width: 768px) 100vw, 768px" /></div></div></div></div></div></section></div></article><article id="post-15691" class="elementor-post elementor-grid-item ecs-post-loop post-15691 partners type-partners status-publish has-post-thumbnail hentry partner-categories-partner"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-15691 partners type-partners status-publish has-post-thumbnail hentry 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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.lab3.org/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="284" height="177" src="https://www.curiousfutureinsight.org/wp-content/uploads/Lab3.png" class="attachment-medium_large size-medium_large wp-image-15692" alt="" /></div></div></div></div></div></section></div></article><article id="post-15285" class="elementor-post elementor-grid-item ecs-post-loop post-15285 partners type-partners status-publish has-post-thumbnail hentry partner-categories-partner"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-15285 partners type-partners status-publish has-post-thumbnail hentry 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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.mpi-marburg.mpg.de/home" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="768" height="203" src="https://www.curiousfutureinsight.org/wp-content/uploads/institutionlogo29422-768x203.png" class="attachment-medium_large size-medium_large wp-image-15286" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/institutionlogo29422-768x203.png 768w, https://www.curiousfutureinsight.org/wp-content/uploads/institutionlogo29422-600x159.png 600w, https://www.curiousfutureinsight.org/wp-content/uploads/institutionlogo29422-1024x271.png 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/institutionlogo29422-1536x407.png 1536w, https://www.curiousfutureinsight.org/wp-content/uploads/institutionlogo29422.png 1887w" sizes="(max-width: 768px) 100vw, 768px" /></div></div></div></div></div></section></div></article><article id="post-15674" class="elementor-post elementor-grid-item ecs-post-loop post-15674 partners type-partners status-publish has-post-thumbnail hentry partner-categories-partner"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-15674 partners type-partners status-publish has-post-thumbnail hentry 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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.miuegypt.edu.eg/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="768" height="544" src="https://www.curiousfutureinsight.org/wp-content/uploads/MIU-logo-official--768x544.png" class="attachment-medium_large size-medium_large wp-image-15675" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/MIU-logo-official--768x544.png 768w, https://www.curiousfutureinsight.org/wp-content/uploads/MIU-logo-official--600x425.png 600w, https://www.curiousfutureinsight.org/wp-content/uploads/MIU-logo-official-.png 819w" sizes="(max-width: 768px) 100vw, 768px" /></div></div></div></div></div></section></div></article><article id="post-16842" class="elementor-post elementor-grid-item ecs-post-loop post-16842 partners type-partners status-publish has-post-thumbnail hentry partner-categories-partner"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-16842 partners type-partners status-publish has-post-thumbnail hentry 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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://nanografi.com/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="768" height="733" src="https://www.curiousfutureinsight.org/wp-content/uploads/Nanografi-Logo-768x733.png" class="attachment-medium_large size-medium_large wp-image-16843" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/Nanografi-Logo-768x733.png 768w, https://www.curiousfutureinsight.org/wp-content/uploads/Nanografi-Logo-600x573.png 600w, https://www.curiousfutureinsight.org/wp-content/uploads/Nanografi-Logo-1024x977.png 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/Nanografi-Logo-1536x1466.png 1536w, https://www.curiousfutureinsight.org/wp-content/uploads/Nanografi-Logo-2048x1955.png 2048w" sizes="(max-width: 768px) 100vw, 768px" /></div></div></div></div></div></section></div></article><article id="post-15983" class="elementor-post elementor-grid-item ecs-post-loop post-15983 partners type-partners status-publish has-post-thumbnail hentry partner-categories-partner"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-15983 partners type-partners status-publish has-post-thumbnail hentry 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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.net-library.de/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="394" height="66" src="https://www.curiousfutureinsight.org/wp-content/uploads/Logo_net-library_202402.jpg" class="attachment-medium_large size-medium_large wp-image-15984" alt="" /></div></div></div></div></div></section></div></article><article id="post-15010" class="elementor-post elementor-grid-item ecs-post-loop post-15010 partners type-partners status-publish has-post-thumbnail hentry partner-categories-partner"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-15010 partners type-partners status-publish has-post-thumbnail hentry 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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.pool.de/de/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="768" height="169" src="https://www.curiousfutureinsight.org/wp-content/uploads/poolgrouplogo_RGB-1-768x169.png" class="attachment-medium_large size-medium_large wp-image-14963" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/poolgrouplogo_RGB-1-768x169.png 768w, https://www.curiousfutureinsight.org/wp-content/uploads/poolgrouplogo_RGB-1-600x132.png 600w, https://www.curiousfutureinsight.org/wp-content/uploads/poolgrouplogo_RGB-1-1024x226.png 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/poolgrouplogo_RGB-1-1536x339.png 1536w, https://www.curiousfutureinsight.org/wp-content/uploads/poolgrouplogo_RGB-1-2048x451.png 2048w" sizes="(max-width: 768px) 100vw, 768px" /></div></div></div></div></div></section></div></article><article id="post-15705" class="elementor-post elementor-grid-item ecs-post-loop post-15705 partners type-partners status-publish has-post-thumbnail hentry partner-categories-partner"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-15705 partners type-partners status-publish has-post-thumbnail hentry 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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://research2guidance.com/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="420" height="226" src="https://www.curiousfutureinsight.org/wp-content/uploads/R2GConnect-logo.png" class="attachment-medium_large size-medium_large wp-image-15706" alt="" /></div></div></div></div></div></section></div></article><article id="post-9669" class="elementor-post elementor-grid-item ecs-post-loop post-9669 partners type-partners status-publish has-post-thumbnail hentry partner-categories-partner"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-9669 partners type-partners status-publish has-post-thumbnail hentry 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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://reseau-biotechno.com/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="447" height="176" src="https://www.curiousfutureinsight.org/wp-content/uploads/logo_couleur.png" class="attachment-medium_large size-medium_large wp-image-15269" alt="" /></div></div></div></div></div></section></div></article><article id="post-16294" class="elementor-post elementor-grid-item ecs-post-loop post-16294 partners type-partners status-publish has-post-thumbnail hentry partner-categories-partner"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-16294 partners type-partners status-publish has-post-thumbnail hentry 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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://rptu.de/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="611" height="160" src="https://www.curiousfutureinsight.org/wp-content/uploads/RPTU_einzeilig_dklblau.jpg" class="attachment-medium_large size-medium_large wp-image-16295" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/RPTU_einzeilig_dklblau.jpg 611w, https://www.curiousfutureinsight.org/wp-content/uploads/RPTU_einzeilig_dklblau-600x157.jpg 600w" sizes="(max-width: 611px) 100vw, 611px" /></div></div></div></div></div></section></div></article><article id="post-15670" class="elementor-post elementor-grid-item ecs-post-loop post-15670 partners type-partners status-publish has-post-thumbnail hentry partner-categories-partner"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-15670 partners type-partners status-publish has-post-thumbnail hentry 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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.ryon.de/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="768" height="365" src="https://www.curiousfutureinsight.org/wp-content/uploads/ryon_logo_auf_weiss_rgb_800px-2-768x365.png" class="attachment-medium_large size-medium_large wp-image-15671" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/ryon_logo_auf_weiss_rgb_800px-2-768x365.png 768w, https://www.curiousfutureinsight.org/wp-content/uploads/ryon_logo_auf_weiss_rgb_800px-2-600x285.png 600w, https://www.curiousfutureinsight.org/wp-content/uploads/ryon_logo_auf_weiss_rgb_800px-2.png 800w" sizes="(max-width: 768px) 100vw, 768px" /></div></div></div></div></div></section></div></article><article id="post-10089" class="elementor-post elementor-grid-item ecs-post-loop post-10089 partners type-partners status-publish has-post-thumbnail hentry partner-categories-partner"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-10089 partners type-partners status-publish has-post-thumbnail hentry 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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.sinobiological.com/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="698" height="196" src="https://www.curiousfutureinsight.org/wp-content/uploads/700x700-Sinobiological-e1654774757808.jpg" class="attachment-medium_large size-medium_large wp-image-10090" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/700x700-Sinobiological-e1654774757808.jpg 698w, https://www.curiousfutureinsight.org/wp-content/uploads/700x700-Sinobiological-e1654774757808-600x168.jpg 600w" sizes="(max-width: 698px) 100vw, 698px" /></div></div></div></div></div></section></div></article><article id="post-2920" class="elementor-post elementor-grid-item ecs-post-loop post-2920 partners type-partners status-publish has-post-thumbnail hentry partner-categories-partner"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-2920 partners type-partners status-publish has-post-thumbnail hentry 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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.springernature.com/gp" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="768" height="74" src="https://www.curiousfutureinsight.org/wp-content/uploads/SN_logo_freigestellt-768x74.webp" class="attachment-medium_large size-medium_large wp-image-4145" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/SN_logo_freigestellt-768x74.webp 768w, https://www.curiousfutureinsight.org/wp-content/uploads/SN_logo_freigestellt-600x58.webp 600w, https://www.curiousfutureinsight.org/wp-content/uploads/SN_logo_freigestellt-1024x99.webp 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/SN_logo_freigestellt-1536x149.webp 1536w, https://www.curiousfutureinsight.org/wp-content/uploads/SN_logo_freigestellt.webp 2048w" sizes="(max-width: 768px) 100vw, 768px" /></div></div></div></div></div></section></div></article><article id="post-15001" class="elementor-post elementor-grid-item ecs-post-loop post-15001 partners type-partners status-publish has-post-thumbnail hentry partner-categories-partner"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-15001 partners type-partners status-publish has-post-thumbnail hentry 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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.reply.com/sprint-reply/de/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="600" height="188" src="https://www.curiousfutureinsight.org/wp-content/uploads/logo-sprint-reply-web.png" class="attachment-medium_large size-medium_large wp-image-15002" alt="sprint reply logo" /></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 elementor-location-archive 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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="{"background_background":"classic"}"><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" 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" alt="" /></div></div></div></div></div></section></div></article><article id="post-16996" class="elementor-post elementor-grid-item ecs-post-loop post-16996 partners type-partners status-publish has-post-thumbnail hentry partner-categories-partner"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-16996 partners type-partners status-publish has-post-thumbnail hentry 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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.rsc.org" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="426" height="118" src="https://www.curiousfutureinsight.org/wp-content/uploads/Royal_Society_of_Chemistry_logo.png" class="attachment-medium_large size-medium_large wp-image-16999" alt="" /></div></div></div></div></div></section></div></article><article id="post-14881" class="elementor-post elementor-grid-item ecs-post-loop post-14881 partners type-partners status-publish has-post-thumbnail hentry partner-categories-partner"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-14881 partners type-partners status-publish has-post-thumbnail hentry 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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://theweather.agency/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="405" height="55" src="https://www.curiousfutureinsight.org/wp-content/uploads/TheWeather_logo.svg" class="attachment-medium_large size-medium_large wp-image-14882" alt="" /></div></div></div></div></div></section></div></article><article id="post-16892" class="elementor-post elementor-grid-item ecs-post-loop post-16892 partners type-partners status-publish has-post-thumbnail hentry partner-categories-partner"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-16892 partners type-partners status-publish has-post-thumbnail hentry 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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://timeqube.com/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="768" height="239" src="https://www.curiousfutureinsight.org/wp-content/uploads/Timeqube_logo_color-768x239.png" class="attachment-medium_large size-medium_large wp-image-16893" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/Timeqube_logo_color-768x239.png 768w, https://www.curiousfutureinsight.org/wp-content/uploads/Timeqube_logo_color-600x187.png 600w, https://www.curiousfutureinsight.org/wp-content/uploads/Timeqube_logo_color-1024x319.png 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/Timeqube_logo_color.png 1077w" sizes="(max-width: 768px) 100vw, 768px" /></div></div></div></div></div></section></div></article><article id="post-8546" class="elementor-post elementor-grid-item ecs-post-loop post-8546 partners type-partners status-publish has-post-thumbnail hentry partner-categories-partner"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-8546 partners type-partners status-publish has-post-thumbnail hentry 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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.tu-darmstadt.de/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="768" height="483" src="https://www.curiousfutureinsight.org/wp-content/uploads/TuDa-768x483.png" class="attachment-medium_large size-medium_large wp-image-8446" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/TuDa-768x483.png 768w, https://www.curiousfutureinsight.org/wp-content/uploads/TuDa-600x377.png 600w, https://www.curiousfutureinsight.org/wp-content/uploads/TuDa-1024x644.png 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/TuDa.png 1046w" sizes="(max-width: 768px) 100vw, 768px" /></div></div></div></div></div></section></div></article><article id="post-14700" class="elementor-post elementor-grid-item ecs-post-loop post-14700 partners type-partners status-publish has-post-thumbnail hentry partner-categories-partner"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-14700 partners type-partners status-publish has-post-thumbnail hentry 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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.tum-venture-labs.de/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="768" height="263" src="https://www.curiousfutureinsight.org/wp-content/uploads/20221218_tumvl_logo_blau_rgb-768x263.png" class="attachment-medium_large size-medium_large wp-image-14701" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/20221218_tumvl_logo_blau_rgb-768x263.png 768w, https://www.curiousfutureinsight.org/wp-content/uploads/20221218_tumvl_logo_blau_rgb-600x205.png 600w, https://www.curiousfutureinsight.org/wp-content/uploads/20221218_tumvl_logo_blau_rgb-1024x350.png 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/20221218_tumvl_logo_blau_rgb-1536x525.png 1536w, https://www.curiousfutureinsight.org/wp-content/uploads/20221218_tumvl_logo_blau_rgb.png 1819w" sizes="(max-width: 768px) 100vw, 768px" /></div></div></div></div></div></section></div></article><article id="post-2923" class="elementor-post elementor-grid-item ecs-post-loop post-2923 partners type-partners status-publish has-post-thumbnail hentry partner-categories-partner"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-2923 partners type-partners status-publish has-post-thumbnail hentry 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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.umicore.de/en/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="318" height="106" src="https://www.curiousfutureinsight.org/wp-content/uploads/12726_UMICORE_Logo_300_2.69_0.90cm-Color-BMP_Internal_External-Use.bmp" class="attachment-medium_large size-medium_large wp-image-16951" alt="" /></div></div></div></div></div></section></div></article><article id="post-8552" class="elementor-post elementor-grid-item ecs-post-loop post-8552 partners type-partners status-publish has-post-thumbnail hentry partner-categories-partner"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-8552 partners type-partners status-publish has-post-thumbnail hentry 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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-heidelberg.de/en" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="768" height="403" src="https://www.curiousfutureinsight.org/wp-content/uploads/UniHeidelberg-768x403.png" class="attachment-medium_large size-medium_large wp-image-8448" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/UniHeidelberg-768x403.png 768w, https://www.curiousfutureinsight.org/wp-content/uploads/UniHeidelberg-600x315.png 600w, https://www.curiousfutureinsight.org/wp-content/uploads/UniHeidelberg.png 789w" sizes="(max-width: 768px) 100vw, 768px" /></div></div></div></div></div></section></div></article><article id="post-14650" class="elementor-post elementor-grid-item ecs-post-loop post-14650 partners type-partners status-publish has-post-thumbnail hentry partner-categories-partner"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-14650 partners type-partners status-publish has-post-thumbnail hentry 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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://gateway-unikoeln.de/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="768" height="174" src="https://www.curiousfutureinsight.org/wp-content/uploads/Gateway_ESC_Logo_EN_CMYK-768x174.png" class="attachment-medium_large size-medium_large wp-image-14651" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/Gateway_ESC_Logo_EN_CMYK-768x174.png 768w, https://www.curiousfutureinsight.org/wp-content/uploads/Gateway_ESC_Logo_EN_CMYK-600x136.png 600w, https://www.curiousfutureinsight.org/wp-content/uploads/Gateway_ESC_Logo_EN_CMYK-1024x232.png 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/Gateway_ESC_Logo_EN_CMYK-1536x348.png 1536w, https://www.curiousfutureinsight.org/wp-content/uploads/Gateway_ESC_Logo_EN_CMYK.png 1737w" sizes="(max-width: 768px) 100vw, 768px" /></div></div></div></div></div></section></div></article><article id="post-16913" class="elementor-post elementor-grid-item ecs-post-loop post-16913 partners type-partners status-publish has-post-thumbnail hentry partner-categories-partner"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-16913 partners type-partners status-publish has-post-thumbnail hentry 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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.unige.ch/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="768" height="277" src="https://www.curiousfutureinsight.org/wp-content/uploads/UNIGE_pant2-768x277.png" class="attachment-medium_large size-medium_large wp-image-16915" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/UNIGE_pant2-768x277.png 768w, https://www.curiousfutureinsight.org/wp-content/uploads/UNIGE_pant2-600x216.png 600w, https://www.curiousfutureinsight.org/wp-content/uploads/UNIGE_pant2-1024x369.png 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/UNIGE_pant2.png 1419w" sizes="(max-width: 768px) 100vw, 768px" /></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 elementor-location-archive 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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="{"background_background":"classic"}"><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" 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" alt="" /></div></div></div></div></div></section></div></article><article id="post-8554" class="elementor-post elementor-grid-item ecs-post-loop post-8554 partners type-partners status-publish has-post-thumbnail hentry partner-categories-partner"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-8554 partners type-partners status-publish has-post-thumbnail hentry 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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.wevolver.com/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="768" height="206" src="https://www.curiousfutureinsight.org/wp-content/uploads/MicrosoftTeams-image-e1688453646985-768x206.png" class="attachment-medium_large size-medium_large wp-image-13271" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/MicrosoftTeams-image-e1688453646985-768x206.png 768w, https://www.curiousfutureinsight.org/wp-content/uploads/MicrosoftTeams-image-e1688453646985-600x161.png 600w, https://www.curiousfutureinsight.org/wp-content/uploads/MicrosoftTeams-image-e1688453646985-1024x274.png 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/MicrosoftTeams-image-e1688453646985.png 1065w" sizes="(max-width: 768px) 100vw, 768px" /></div></div></div></div></div></section></div></article></div></div></div><div class="elementor-element elementor-element-d42be72 elementor-widget elementor-widget-heading" data-id="d42be72" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h2 class="elementor-heading-title elementor-size-default">Special Participant</h2></div></div><div class="elementor-element elementor-element-08a0698 elementor-grid-4 partners-posts elementor-grid-tablet-3 elementor-posts--thumbnail-top elementor-grid-mobile-1 elementor-widget elementor-widget-posts" data-id="08a0698" data-element_type="widget" data-settings="{"custom_columns":"4","custom_row_gap":{"unit":"px","size":10,"sizes":[]},"custom_columns_tablet":"3","custom_columns_mobile":"1","custom_row_gap_tablet":{"unit":"px","size":"","sizes":[]},"custom_row_gap_mobile":{"unit":"px","size":"","sizes":[]}}" 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="{"current_page":1,"max_num_pages":1,"load_method":"","widget_id":"08a0698","post_id":18211,"theme_id":4468,"change_url":false,"reinit_js":false}"><article id="post-17001" class="elementor-post elementor-grid-item ecs-post-loop post-17001 partners type-partners status-publish has-post-thumbnail hentry partner-categories-special-participant"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-17001 partners type-partners status-publish has-post-thumbnail hentry partner-categories-special-participant" 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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.nih.gov" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="768" height="118" src="https://www.curiousfutureinsight.org/wp-content/uploads/nih-logo-color-768x118.png" class="attachment-medium_large size-medium_large wp-image-17002" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/nih-logo-color-768x118.png 768w, https://www.curiousfutureinsight.org/wp-content/uploads/nih-logo-color-600x92.png 600w, https://www.curiousfutureinsight.org/wp-content/uploads/nih-logo-color.png 780w" sizes="(max-width: 768px) 100vw, 768px" /></div></div></div></div></div></section></div></article></div></div></div><div class="elementor-element elementor-element-f20b3b0 elementor-widget elementor-widget-heading" data-id="f20b3b0" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h2 class="elementor-heading-title elementor-size-default">Connector</h2></div></div><div class="elementor-element elementor-element-f6612ec elementor-grid-4 partners-posts elementor-grid-tablet-3 elementor-posts--thumbnail-top elementor-grid-mobile-1 elementor-widget elementor-widget-posts" data-id="f6612ec" data-element_type="widget" data-settings="{"custom_columns":"4","custom_row_gap":{"unit":"px","size":10,"sizes":[]},"custom_columns_tablet":"3","custom_columns_mobile":"1","custom_row_gap_tablet":{"unit":"px","size":"","sizes":[]},"custom_row_gap_mobile":{"unit":"px","size":"","sizes":[]}}" 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="{"current_page":1,"max_num_pages":1,"load_method":"","widget_id":"f6612ec","post_id":18211,"theme_id":4468,"change_url":false,"reinit_js":false}"><article id="post-15438" class="elementor-post elementor-grid-item ecs-post-loop post-15438 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-15438 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector" 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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.mainz05.de/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="768" height="719" src="https://www.curiousfutureinsight.org/wp-content/uploads/Mainz-05-Logo-768x719.jpg" class="attachment-medium_large size-medium_large wp-image-15439" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/Mainz-05-Logo-768x719.jpg 768w, https://www.curiousfutureinsight.org/wp-content/uploads/Mainz-05-Logo-600x562.jpg 600w, https://www.curiousfutureinsight.org/wp-content/uploads/Mainz-05-Logo-1024x959.jpg 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/Mainz-05-Logo.jpg 1085w" sizes="(max-width: 768px) 100vw, 768px" /></div></div></div></div></div></section></div></article><article id="post-14321" class="elementor-post elementor-grid-item ecs-post-loop post-14321 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-14321 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector" 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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.academiclabs.com/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="467" height="100" src="https://www.curiousfutureinsight.org/wp-content/uploads/Academic-Labs-Logo.png" class="attachment-medium_large size-medium_large wp-image-14322" alt="" /></div></div></div></div></div></section></div></article><article id="post-2935" class="elementor-post elementor-grid-item ecs-post-loop post-2935 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-2935 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector" 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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.acatech.de/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="222" height="96" src="https://www.curiousfutureinsight.org/wp-content/uploads/acatech_freigestellt.png" class="attachment-medium_large size-medium_large wp-image-4167" alt="" /></div></div></div></div></div></section></div></article><article id="post-2909" class="elementor-post elementor-grid-item ecs-post-loop post-2909 partners type-partners status-publish has-post-thumbnail hentry priority-high partner-categories-connector"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-2909 partners type-partners status-publish has-post-thumbnail hentry priority-high partner-categories-connector" 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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.accenture.com/us-en" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="250" height="66" src="https://www.curiousfutureinsight.org/wp-content/uploads/Accenture_freigestellt_v2.png" class="attachment-medium_large size-medium_large wp-image-4168" alt="" /></div></div></div></div></div></section></div></article><article id="post-10364" class="elementor-post elementor-grid-item ecs-post-loop post-10364 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-10364 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector" 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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.arctoris.com/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="768" height="587" src="https://www.curiousfutureinsight.org/wp-content/uploads/Arctoris-Dark-Blue-Logo-768x587.png" class="attachment-medium_large size-medium_large wp-image-10365" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/Arctoris-Dark-Blue-Logo-768x587.png 768w, https://www.curiousfutureinsight.org/wp-content/uploads/Arctoris-Dark-Blue-Logo-600x458.png 600w, https://www.curiousfutureinsight.org/wp-content/uploads/Arctoris-Dark-Blue-Logo.png 1000w" sizes="(max-width: 768px) 100vw, 768px" /></div></div></div></div></div></section></div></article><article id="post-2936" class="elementor-post elementor-grid-item ecs-post-loop post-2936 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-2936 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector" 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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.axisinnovation.com/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="370" height="369" src="https://www.curiousfutureinsight.org/wp-content/uploads/Logo-Axisinnovation-Vertical-light.png" class="attachment-medium_large size-medium_large wp-image-4223" alt="" /></div></div></div></div></div></section></div></article><article id="post-9812" class="elementor-post elementor-grid-item ecs-post-loop post-9812 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-9812 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector" 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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://bcnet.iarc.fr" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="197" height="313" src="https://www.curiousfutureinsight.org/wp-content/uploads/BNCet-logo.png" class="attachment-medium_large size-medium_large wp-image-9813" alt="" /></div></div></div></div></div></section></div></article><article id="post-2937" class="elementor-post elementor-grid-item ecs-post-loop post-2937 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-2937 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector" 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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://beam-alliance.eu/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="768" height="313" src="https://www.curiousfutureinsight.org/wp-content/uploads/Logo-BEAM-002-768x313.png" class="attachment-medium_large size-medium_large wp-image-4216" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/Logo-BEAM-002-768x313.png 768w, https://www.curiousfutureinsight.org/wp-content/uploads/Logo-BEAM-002-600x244.png 600w, https://www.curiousfutureinsight.org/wp-content/uploads/Logo-BEAM-002-1024x417.png 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/Logo-BEAM-002-1536x625.png 1536w, https://www.curiousfutureinsight.org/wp-content/uploads/Logo-BEAM-002.png 1552w" sizes="(max-width: 768px) 100vw, 768px" /></div></div></div></div></div></section></div></article><article id="post-12714" class="elementor-post elementor-grid-item ecs-post-loop post-12714 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-12714 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector" 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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://iridescent-trawler-6de.notion.site/BIA-Startup-Portfolio-7f3d757ed3af43e3af6976397466aee9" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="768" height="285" src="https://www.curiousfutureinsight.org/wp-content/uploads/BIA-Logo-Full-Colour-RGB--768x285.png" class="attachment-medium_large size-medium_large wp-image-12715" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/BIA-Logo-Full-Colour-RGB--768x285.png 768w, https://www.curiousfutureinsight.org/wp-content/uploads/BIA-Logo-Full-Colour-RGB--600x223.png 600w, https://www.curiousfutureinsight.org/wp-content/uploads/BIA-Logo-Full-Colour-RGB--1024x380.png 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/BIA-Logo-Full-Colour-RGB--1536x570.png 1536w, https://www.curiousfutureinsight.org/wp-content/uploads/BIA-Logo-Full-Colour-RGB-.png 1960w" sizes="(max-width: 768px) 100vw, 768px" /></div></div></div></div></div></section></div></article><article id="post-12787" class="elementor-post elementor-grid-item ecs-post-loop post-12787 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-12787 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector" 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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.betterventures.io/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="200" height="89" src="https://www.curiousfutureinsight.org/wp-content/uploads/better_Ventures_Logo_blue-1.png" class="attachment-medium_large size-medium_large wp-image-12788" alt="" /></div></div></div></div></div></section></div></article><article id="post-2938" class="elementor-post elementor-grid-item ecs-post-loop post-2938 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-2938 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector" 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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.weizmann.ac.il/Bina/#home" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="768" height="768" src="https://www.curiousfutureinsight.org/wp-content/uploads/BINA-LOGO-vertical-RGB-copy@4x-768x768.png" class="attachment-medium_large size-medium_large wp-image-4171" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/BINA-LOGO-vertical-RGB-copy@4x-768x768.png 768w, https://www.curiousfutureinsight.org/wp-content/uploads/BINA-LOGO-vertical-RGB-copy@4x-600x600.png 600w, https://www.curiousfutureinsight.org/wp-content/uploads/BINA-LOGO-vertical-RGB-copy@4x-1024x1024.png 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/BINA-LOGO-vertical-RGB-copy@4x-400x400.png 400w, https://www.curiousfutureinsight.org/wp-content/uploads/BINA-LOGO-vertical-RGB-copy@4x-1536x1536.png 1536w, https://www.curiousfutureinsight.org/wp-content/uploads/BINA-LOGO-vertical-RGB-copy@4x.png 2001w" sizes="(max-width: 768px) 100vw, 768px" /></div></div></div></div></div></section></div></article><article id="post-7944" class="elementor-post elementor-grid-item ecs-post-loop post-7944 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-7944 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector" 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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.biodeutschland.org/de/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="768" height="94" src="https://www.curiousfutureinsight.org/wp-content/uploads/BioDeutschland_Logo-farbe-1-768x94.png" class="attachment-medium_large size-medium_large wp-image-7951" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/BioDeutschland_Logo-farbe-1-768x94.png 768w, https://www.curiousfutureinsight.org/wp-content/uploads/BioDeutschland_Logo-farbe-1-600x73.png 600w, https://www.curiousfutureinsight.org/wp-content/uploads/BioDeutschland_Logo-farbe-1-1024x125.png 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/BioDeutschland_Logo-farbe-1-1536x188.png 1536w, https://www.curiousfutureinsight.org/wp-content/uploads/BioDeutschland_Logo-farbe-1.png 1775w" sizes="(max-width: 768px) 100vw, 768px" /></div></div></div></div></div></section></div></article><article id="post-15331" class="elementor-post elementor-grid-item ecs-post-loop post-15331 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-15331 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector" 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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.biocontact.info/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="332" height="152" src="https://www.curiousfutureinsight.org/wp-content/uploads/BioContact.png" class="attachment-medium_large size-medium_large wp-image-15337" alt="" /></div></div></div></div></div></section></div></article><article id="post-17877" class="elementor-post elementor-grid-item ecs-post-loop post-17877 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-17877 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector" 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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://biomentorhub.ro/en/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="768" height="436" src="https://www.curiousfutureinsight.org/wp-content/uploads/logo_3color-768x436.png" class="attachment-medium_large size-medium_large wp-image-17879" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/logo_3color-768x436.png 768w, https://www.curiousfutureinsight.org/wp-content/uploads/logo_3color-600x341.png 600w, https://www.curiousfutureinsight.org/wp-content/uploads/logo_3color-1024x582.png 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/logo_3color-1536x872.png 1536w, https://www.curiousfutureinsight.org/wp-content/uploads/logo_3color-2048x1163.png 2048w" sizes="(max-width: 768px) 100vw, 768px" /></div></div></div></div></div></section></div></article><article id="post-2939" class="elementor-post elementor-grid-item ecs-post-loop post-2939 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-2939 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector" 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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://biominas.org.br/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="768" height="330" src="https://www.curiousfutureinsight.org/wp-content/uploads/Vertical_02_cor-768x330.png" class="attachment-medium_large size-medium_large wp-image-4159" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/Vertical_02_cor-768x330.png 768w, https://www.curiousfutureinsight.org/wp-content/uploads/Vertical_02_cor-600x258.png 600w, https://www.curiousfutureinsight.org/wp-content/uploads/Vertical_02_cor-1024x440.png 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/Vertical_02_cor-1536x660.png 1536w, https://www.curiousfutureinsight.org/wp-content/uploads/Vertical_02_cor-2048x879.png 2048w" sizes="(max-width: 768px) 100vw, 768px" /></div></div></div></div></div></section></div></article><article id="post-2940" class="elementor-post elementor-grid-item ecs-post-loop post-2940 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-2940 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector" 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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.bio-pro.de/en" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="768" height="348" src="https://www.curiousfutureinsight.org/wp-content/uploads/BIOPRO_logo-768x348.png" class="attachment-medium_large size-medium_large wp-image-4172" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/BIOPRO_logo-768x348.png 768w, https://www.curiousfutureinsight.org/wp-content/uploads/BIOPRO_logo-600x272.png 600w, https://www.curiousfutureinsight.org/wp-content/uploads/BIOPRO_logo-1024x464.png 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/BIOPRO_logo-1536x696.png 1536w, https://www.curiousfutureinsight.org/wp-content/uploads/BIOPRO_logo.png 2048w" sizes="(max-width: 768px) 100vw, 768px" /></div></div></div></div></div></section></div></article><article id="post-8912" class="elementor-post elementor-grid-item ecs-post-loop post-8912 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-8912 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector" 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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://biotopia.net/de/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="768" height="201" src="https://www.curiousfutureinsight.org/wp-content/uploads/Biotopia_logo_subline_teal_RGB_kl-768x201.jpg" class="attachment-medium_large size-medium_large wp-image-8913" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/Biotopia_logo_subline_teal_RGB_kl-768x201.jpg 768w, https://www.curiousfutureinsight.org/wp-content/uploads/Biotopia_logo_subline_teal_RGB_kl-600x157.jpg 600w, https://www.curiousfutureinsight.org/wp-content/uploads/Biotopia_logo_subline_teal_RGB_kl-1024x267.jpg 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/Biotopia_logo_subline_teal_RGB_kl-1536x401.jpg 1536w, https://www.curiousfutureinsight.org/wp-content/uploads/Biotopia_logo_subline_teal_RGB_kl-scaled.jpg 2048w" sizes="(max-width: 768px) 100vw, 768px" /></div></div></div></div></div></section></div></article><article id="post-16339" class="elementor-post elementor-grid-item ecs-post-loop post-16339 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-16339 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector" 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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.biovation-rlp.de/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="768" height="219" src="https://www.curiousfutureinsight.org/wp-content/uploads/240228_Logo_V2-768x219.jpg" class="attachment-medium_large size-medium_large wp-image-16340" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/240228_Logo_V2-768x219.jpg 768w, https://www.curiousfutureinsight.org/wp-content/uploads/240228_Logo_V2-600x171.jpg 600w, https://www.curiousfutureinsight.org/wp-content/uploads/240228_Logo_V2-1024x292.jpg 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/240228_Logo_V2-1536x437.jpg 1536w, https://www.curiousfutureinsight.org/wp-content/uploads/240228_Logo_V2-2048x583.jpg 2048w, https://www.curiousfutureinsight.org/wp-content/uploads/240228_Logo_V2-350x100.jpg 350w, https://www.curiousfutureinsight.org/wp-content/uploads/240228_Logo_V2-scaled.jpg 1920w" sizes="(max-width: 768px) 100vw, 768px" /></div></div></div></div></div></section></div></article><article id="post-14367" class="elementor-post elementor-grid-item ecs-post-loop post-14367 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-14367 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector" 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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.bcg.com/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="112" height="115" src="https://www.curiousfutureinsight.org/wp-content/uploads/BCG_new.png" class="attachment-medium_large size-medium_large wp-image-4170" alt="" /></div></div></div></div></div></section></div></article><article id="post-2941" class="elementor-post elementor-grid-item ecs-post-loop post-2941 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-2941 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector" 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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.bruker.com/en.html" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="696" height="371" src="https://www.curiousfutureinsight.org/wp-content/uploads/Bruker-logo_rgb_300dpi.jpg" class="attachment-medium_large size-medium_large wp-image-4174" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/Bruker-logo_rgb_300dpi.jpg 696w, https://www.curiousfutureinsight.org/wp-content/uploads/Bruker-logo_rgb_300dpi-600x320.jpg 600w" sizes="(max-width: 696px) 100vw, 696px" /></div></div></div></div></div></section></div></article><article id="post-2942" class="elementor-post elementor-grid-item ecs-post-loop post-2942 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-2942 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector" 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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.burrus.com/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="394" height="217" src="https://www.curiousfutureinsight.org/wp-content/uploads/Burrus-Research_freigestellt.png" class="attachment-medium_large size-medium_large wp-image-4175" alt="" /></div></div></div></div></div></section></div></article><article id="post-2943" class="elementor-post elementor-grid-item ecs-post-loop post-2943 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector partner-categories-exhibitor"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-2943 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector partner-categories-exhibitor" 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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.ba-frm.de/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="768" height="451" src="https://www.curiousfutureinsight.org/wp-content/uploads/BA-FRM_logo_cmyk_final-768x451.png" class="attachment-medium_large size-medium_large wp-image-4169" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/BA-FRM_logo_cmyk_final-768x451.png 768w, https://www.curiousfutureinsight.org/wp-content/uploads/BA-FRM_logo_cmyk_final-600x352.png 600w, https://www.curiousfutureinsight.org/wp-content/uploads/BA-FRM_logo_cmyk_final-1024x601.png 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/BA-FRM_logo_cmyk_final-1536x902.png 1536w, https://www.curiousfutureinsight.org/wp-content/uploads/BA-FRM_logo_cmyk_final.png 2048w" sizes="(max-width: 768px) 100vw, 768px" /></div></div></div></div></div></section></div></article><article id="post-2944" class="elementor-post elementor-grid-item ecs-post-loop post-2944 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-2944 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector" 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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.ba-frm.de/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="768" height="746" src="https://www.curiousfutureinsight.org/wp-content/uploads/bwcon_eV_logo_gros_rgb-768x746.png" class="attachment-medium_large size-medium_large wp-image-4176" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/bwcon_eV_logo_gros_rgb-768x746.png 768w, https://www.curiousfutureinsight.org/wp-content/uploads/bwcon_eV_logo_gros_rgb-600x583.png 600w, https://www.curiousfutureinsight.org/wp-content/uploads/bwcon_eV_logo_gros_rgb-1024x995.png 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/bwcon_eV_logo_gros_rgb.png 1500w" sizes="(max-width: 768px) 100vw, 768px" /></div></div></div></div></div></section></div></article><article id="post-2945" class="elementor-post elementor-grid-item ecs-post-loop post-2945 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-2945 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector" 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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://carb-x.org/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="300" height="200" src="https://www.curiousfutureinsight.org/wp-content/uploads/Carbx_GAC_rgb_large-300x200_neu.png" class="attachment-medium_large size-medium_large wp-image-4178" alt="" /></div></div></div></div></div></section></div></article><article id="post-2946" class="elementor-post elementor-grid-item ecs-post-loop post-2946 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-2946 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector" 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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.sciencecampaign.org.uk/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="768" height="494" src="https://www.curiousfutureinsight.org/wp-content/uploads/CaSE-Logo-300dpi-768x494.jpg" class="attachment-medium_large size-medium_large wp-image-4179" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/CaSE-Logo-300dpi-768x494.jpg 768w, https://www.curiousfutureinsight.org/wp-content/uploads/CaSE-Logo-300dpi-600x386.jpg 600w, https://www.curiousfutureinsight.org/wp-content/uploads/CaSE-Logo-300dpi-1024x658.jpg 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/CaSE-Logo-300dpi-1536x987.jpg 1536w, https://www.curiousfutureinsight.org/wp-content/uploads/CaSE-Logo-300dpi.jpg 1654w" sizes="(max-width: 768px) 100vw, 768px" /></div></div></div></div></div></section></div></article><article id="post-2947" class="elementor-post elementor-grid-item ecs-post-loop post-2947 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-2947 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector" 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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.cdtm.de/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="768" height="316" src="https://www.curiousfutureinsight.org/wp-content/uploads/2017_CDTM_Logo_with-claim_blue_incl-protected-without-area-768x316.png" class="attachment-medium_large size-medium_large wp-image-4166" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/2017_CDTM_Logo_with-claim_blue_incl-protected-without-area-768x316.png 768w, https://www.curiousfutureinsight.org/wp-content/uploads/2017_CDTM_Logo_with-claim_blue_incl-protected-without-area-600x247.png 600w, https://www.curiousfutureinsight.org/wp-content/uploads/2017_CDTM_Logo_with-claim_blue_incl-protected-without-area-1024x421.png 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/2017_CDTM_Logo_with-claim_blue_incl-protected-without-area-1536x631.png 1536w, https://www.curiousfutureinsight.org/wp-content/uploads/2017_CDTM_Logo_with-claim_blue_incl-protected-without-area.png 2048w" sizes="(max-width: 768px) 100vw, 768px" /></div></div></div></div></div></section></div></article><article id="post-2948" class="elementor-post elementor-grid-item ecs-post-loop post-2948 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-2948 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector" 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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.cesah.com/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="369" height="233" src="https://www.curiousfutureinsight.org/wp-content/uploads/Logo-gross_cesah_RGB.png" class="attachment-medium_large size-medium_large wp-image-4225" alt="" /></div></div></div></div></div></section></div></article><article id="post-2949" class="elementor-post elementor-grid-item ecs-post-loop post-2949 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-2949 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector" 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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.chemanager-online.com/en" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="768" height="123" src="https://www.curiousfutureinsight.org/wp-content/uploads/Chemanager-freigestellt-768x123.png" class="attachment-medium_large size-medium_large wp-image-4180" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/Chemanager-freigestellt-768x123.png 768w, https://www.curiousfutureinsight.org/wp-content/uploads/Chemanager-freigestellt-600x96.png 600w, https://www.curiousfutureinsight.org/wp-content/uploads/Chemanager-freigestellt-1024x164.png 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/Chemanager-freigestellt-1536x246.png 1536w, https://www.curiousfutureinsight.org/wp-content/uploads/Chemanager-freigestellt.png 1614w" sizes="(max-width: 768px) 100vw, 768px" /></div></div></div></div></div></section></div></article><article id="post-2950" class="elementor-post elementor-grid-item ecs-post-loop post-2950 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-2950 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector" 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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.chemistryviews.org/view/0/index.html" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="768" height="207" src="https://www.curiousfutureinsight.org/wp-content/uploads/chemistryviews_freigestellt-768x207.png" class="attachment-medium_large size-medium_large wp-image-4181" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/chemistryviews_freigestellt-768x207.png 768w, https://www.curiousfutureinsight.org/wp-content/uploads/chemistryviews_freigestellt-600x162.png 600w, https://www.curiousfutureinsight.org/wp-content/uploads/chemistryviews_freigestellt-1024x276.png 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/chemistryviews_freigestellt-1536x415.png 1536w, https://www.curiousfutureinsight.org/wp-content/uploads/chemistryviews_freigestellt.png 1574w" sizes="(max-width: 768px) 100vw, 768px" /></div></div></div></div></div></section></div></article><article id="post-13145" class="elementor-post elementor-grid-item ecs-post-loop post-13145 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-13145 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector" 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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="{"background_background":"classic"}"><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" width="600" height="355" src="https://www.curiousfutureinsight.org/wp-content/uploads/CoR-BEA-FAR-20220819-e1684070325355.png" class="attachment-medium_large size-medium_large wp-image-13146" alt="" /></div></div></div></div></div></section></div></article><article id="post-8467" class="elementor-post elementor-grid-item ecs-post-loop post-8467 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-8467 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector" 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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="http://www.cognisgroup.com/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="436" height="424" src="https://www.curiousfutureinsight.org/wp-content/uploads/Cognis.png" class="attachment-medium_large size-medium_large wp-image-8454" alt="" /></div></div></div></div></div></section></div></article><article id="post-9806" class="elementor-post elementor-grid-item ecs-post-loop post-9806 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-9806 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector" 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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://cdi.eu/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="226" height="232" src="https://www.curiousfutureinsight.org/wp-content/uploads/logo_college-des-ingenieurs.png" class="attachment-medium_large size-medium_large wp-image-9807" alt="" /></div></div></div></div></div></section></div></article><article id="post-8470" class="elementor-post elementor-grid-item ecs-post-loop post-8470 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-8470 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector" 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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://conceptionx.org/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="605" height="175" src="https://www.curiousfutureinsight.org/wp-content/uploads/ConceptionX.png" class="attachment-medium_large size-medium_large wp-image-8455" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/ConceptionX.png 605w, https://www.curiousfutureinsight.org/wp-content/uploads/ConceptionX-600x174.png 600w" sizes="(max-width: 605px) 100vw, 605px" /></div></div></div></div></div></section></div></article><article id="post-8471" class="elementor-post elementor-grid-item ecs-post-loop post-8471 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-8471 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector" 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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.convoco.co.uk/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="225" height="37" src="https://www.curiousfutureinsight.org/wp-content/uploads/convoco.png" class="attachment-medium_large size-medium_large wp-image-8456" alt="" /></div></div></div></div></div></section></div></article><article id="post-14961" class="elementor-post elementor-grid-item ecs-post-loop post-14961 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-14961 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector" 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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://curatime.org/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="630" height="180" src="https://www.curiousfutureinsight.org/wp-content/uploads/curATime_Logo_Unterzeile.png" class="attachment-medium_large size-medium_large wp-image-14969" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/curATime_Logo_Unterzeile.png 630w, https://www.curiousfutureinsight.org/wp-content/uploads/curATime_Logo_Unterzeile-600x171.png 600w, https://www.curiousfutureinsight.org/wp-content/uploads/curATime_Logo_Unterzeile-350x100.png 350w" sizes="(max-width: 630px) 100vw, 630px" /></div></div></div></div></div></section></div></article><article id="post-8472" class="elementor-post elementor-grid-item ecs-post-loop post-8472 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-8472 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector" 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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://dechema.de/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="768" height="179" src="https://www.curiousfutureinsight.org/wp-content/uploads/Dechema-768x179.png" class="attachment-medium_large size-medium_large wp-image-8457" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/Dechema-768x179.png 768w, https://www.curiousfutureinsight.org/wp-content/uploads/Dechema-600x140.png 600w, https://www.curiousfutureinsight.org/wp-content/uploads/Dechema-1024x239.png 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/Dechema-1536x358.png 1536w, https://www.curiousfutureinsight.org/wp-content/uploads/Dechema.png 2048w" sizes="(max-width: 768px) 100vw, 768px" /></div></div></div></div></div></section></div></article><article id="post-9936" class="elementor-post elementor-grid-item ecs-post-loop post-9936 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-9936 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector" 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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://bunsen.de/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="764" height="737" src="https://www.curiousfutureinsight.org/wp-content/uploads/DBG_Logo_2020_Sz_unten_zentr_RGB_96dpi.jpg" class="attachment-medium_large size-medium_large wp-image-9937" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/DBG_Logo_2020_Sz_unten_zentr_RGB_96dpi.jpg 764w, https://www.curiousfutureinsight.org/wp-content/uploads/DBG_Logo_2020_Sz_unten_zentr_RGB_96dpi-600x579.jpg 600w" sizes="(max-width: 764px) 100vw, 764px" /></div></div></div></div></div></section></div></article><article id="post-14795" class="elementor-post elementor-grid-item ecs-post-loop post-14795 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-14795 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector" 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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.dfki.de/web" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="768" height="652" src="https://www.curiousfutureinsight.org/wp-content/uploads/dfki_Logo_digital_black-768x652.jpg" class="attachment-medium_large size-medium_large wp-image-14796" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/dfki_Logo_digital_black-768x652.jpg 768w, https://www.curiousfutureinsight.org/wp-content/uploads/dfki_Logo_digital_black-600x510.jpg 600w, https://www.curiousfutureinsight.org/wp-content/uploads/dfki_Logo_digital_black-1024x870.jpg 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/dfki_Logo_digital_black-1536x1305.jpg 1536w, https://www.curiousfutureinsight.org/wp-content/uploads/dfki_Logo_digital_black-2048x1740.jpg 2048w, https://www.curiousfutureinsight.org/wp-content/uploads/dfki_Logo_digital_black-scaled.jpg 1920w" sizes="(max-width: 768px) 100vw, 768px" /></div></div></div></div></div></section></div></article><article id="post-10300" class="elementor-post elementor-grid-item ecs-post-loop post-10300 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-10300 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector" 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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://t.co/VThcEDFjs8" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="768" height="234" src="https://www.curiousfutureinsight.org/wp-content/uploads/driaqlogo-768x234.png" class="attachment-medium_large size-medium_large wp-image-10301" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/driaqlogo-768x234.png 768w, https://www.curiousfutureinsight.org/wp-content/uploads/driaqlogo-600x183.png 600w, https://www.curiousfutureinsight.org/wp-content/uploads/driaqlogo-1024x311.png 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/driaqlogo.png 1200w" sizes="(max-width: 768px) 100vw, 768px" /></div></div></div></div></div></section></div></article><article id="post-8473" class="elementor-post elementor-grid-item ecs-post-loop post-8473 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-8473 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector" 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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.dkfz.de/en/index.html" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="768" height="217" src="https://www.curiousfutureinsight.org/wp-content/uploads/DKFZ-768x217.png" class="attachment-medium_large size-medium_large wp-image-8458" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/DKFZ-768x217.png 768w, https://www.curiousfutureinsight.org/wp-content/uploads/DKFZ-600x169.png 600w, https://www.curiousfutureinsight.org/wp-content/uploads/DKFZ-1024x289.png 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/DKFZ-1536x433.png 1536w, https://www.curiousfutureinsight.org/wp-content/uploads/DKFZ-2048x577.png 2048w" sizes="(max-width: 768px) 100vw, 768px" /></div></div></div></div></div></section></div></article><article id="post-8478" class="elementor-post elementor-grid-item ecs-post-loop post-8478 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-8478 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector" 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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.dld-conference.com/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="572" height="320" src="https://www.curiousfutureinsight.org/wp-content/uploads/DLD.png" class="attachment-medium_large size-medium_large wp-image-8459" alt="" /></div></div></div></div></div></section></div></article><article id="post-8479" class="elementor-post elementor-grid-item ecs-post-loop post-8479 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-8479 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector" 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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.dzif.de/en" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="673" height="508" src="https://www.curiousfutureinsight.org/wp-content/uploads/DZIF.jpg" class="attachment-medium_large size-medium_large wp-image-8460" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/DZIF.jpg 673w, https://www.curiousfutureinsight.org/wp-content/uploads/DZIF-600x453.jpg 600w" sizes="(max-width: 673px) 100vw, 673px" /></div></div></div></div></div></section></div></article><article id="post-14364" class="elementor-post elementor-grid-item ecs-post-loop post-14364 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-14364 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector" 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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://elkana-forum.org/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="768" height="425" src="https://www.curiousfutureinsight.org/wp-content/uploads/Elkana-Forum-768x425.png" class="attachment-medium_large size-medium_large wp-image-14365" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/Elkana-Forum-768x425.png 768w, https://www.curiousfutureinsight.org/wp-content/uploads/Elkana-Forum-600x332.png 600w, https://www.curiousfutureinsight.org/wp-content/uploads/Elkana-Forum-1024x566.png 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/Elkana-Forum.png 1239w" sizes="(max-width: 768px) 100vw, 768px" /></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 elementor-location-archive 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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="{"background_background":"classic"}"><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" width="571" height="211" src="https://www.curiousfutureinsight.org/wp-content/uploads/EMBO.png" class="attachment-medium_large size-medium_large wp-image-8463" alt="" /></div></div></div></div></div></section></div></article><article id="post-8481" class="elementor-post elementor-grid-item ecs-post-loop post-8481 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-8481 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector" 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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://esperare.org/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="420" height="175" src="https://www.curiousfutureinsight.org/wp-content/uploads/esperare.jpg" class="attachment-medium_large size-medium_large wp-image-8464" alt="" /></div></div></div></div></div></section></div></article><article id="post-8486" class="elementor-post elementor-grid-item ecs-post-loop post-8486 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-8486 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector" 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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.europabio.org/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="688" height="439" src="https://www.curiousfutureinsight.org/wp-content/uploads/EB.png" class="attachment-medium_large size-medium_large wp-image-8461" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/EB.png 688w, https://www.curiousfutureinsight.org/wp-content/uploads/EB-600x383.png 600w" sizes="(max-width: 688px) 100vw, 688px" /></div></div></div></div></div></section></div></article><article id="post-10049" class="elementor-post elementor-grid-item ecs-post-loop post-10049 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-10049 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector" 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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.eacr.org/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="382" height="273" src="https://www.curiousfutureinsight.org/wp-content/uploads/EACR-square-for-web-use-transparent.png" class="attachment-medium_large size-medium_large wp-image-10050" alt="" /></div></div></div></div></div></section></div></article><article id="post-8487" class="elementor-post elementor-grid-item ecs-post-loop post-8487 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-8487 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector" 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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.europeanbusinessreview.com/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="768" height="242" src="https://www.curiousfutureinsight.org/wp-content/uploads/TEBR-logo-1-768x242.png" class="attachment-medium_large size-medium_large wp-image-8444" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/TEBR-logo-1-768x242.png 768w, https://www.curiousfutureinsight.org/wp-content/uploads/TEBR-logo-1-600x189.png 600w, https://www.curiousfutureinsight.org/wp-content/uploads/TEBR-logo-1-1024x323.png 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/TEBR-logo-1.png 1428w" sizes="(max-width: 768px) 100vw, 768px" /></div></div></div></div></div></section></div></article><article id="post-8488" class="elementor-post elementor-grid-item ecs-post-loop post-8488 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-8488 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector" 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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.ebs.edu/en" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="768" height="61" src="https://www.curiousfutureinsight.org/wp-content/uploads/EBS_Logo_Business_School_cmyk-768x61.png" class="attachment-medium_large size-medium_large wp-image-4190" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/EBS_Logo_Business_School_cmyk-768x61.png 768w, https://www.curiousfutureinsight.org/wp-content/uploads/EBS_Logo_Business_School_cmyk-600x48.png 600w, https://www.curiousfutureinsight.org/wp-content/uploads/EBS_Logo_Business_School_cmyk-1024x82.png 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/EBS_Logo_Business_School_cmyk-1536x122.png 1536w, https://www.curiousfutureinsight.org/wp-content/uploads/EBS_Logo_Business_School_cmyk.png 1756w" sizes="(max-width: 768px) 100vw, 768px" /></div></div></div></div></div></section></div></article><article id="post-2907" class="elementor-post elementor-grid-item ecs-post-loop post-2907 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-2907 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector" 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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://ec.europa.eu/info/index_en" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="501" height="134" src="https://www.curiousfutureinsight.org/wp-content/uploads/logo-ce-horizontal-en-pantone-lr.jpg" class="attachment-medium_large size-medium_large wp-image-4224" alt="" /></div></div></div></div></div></section></div></article><article id="post-9775" class="elementor-post elementor-grid-item ecs-post-loop post-9775 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-9775 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector" 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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.esa.int/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="768" height="354" src="https://www.curiousfutureinsight.org/wp-content/uploads/ESA_logo_2020_Deep-e1652683181175-768x354.png" class="attachment-medium_large size-medium_large wp-image-9776" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/ESA_logo_2020_Deep-e1652683181175-768x354.png 768w, https://www.curiousfutureinsight.org/wp-content/uploads/ESA_logo_2020_Deep-e1652683181175-600x276.png 600w, https://www.curiousfutureinsight.org/wp-content/uploads/ESA_logo_2020_Deep-e1652683181175-1024x471.png 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/ESA_logo_2020_Deep-e1652683181175-1536x707.png 1536w, https://www.curiousfutureinsight.org/wp-content/uploads/ESA_logo_2020_Deep-e1652683181175-2048x943.png 2048w" sizes="(max-width: 768px) 100vw, 768px" /></div></div></div></div></div></section></div></article><article id="post-8489" class="elementor-post elementor-grid-item ecs-post-loop post-8489 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-8489 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector" 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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.euvaccine.eu/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="768" height="544" src="https://www.curiousfutureinsight.org/wp-content/uploads/EVI-768x544.png" class="attachment-medium_large size-medium_large wp-image-8465" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/EVI-768x544.png 768w, https://www.curiousfutureinsight.org/wp-content/uploads/EVI-600x425.png 600w, https://www.curiousfutureinsight.org/wp-content/uploads/EVI-1024x726.png 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/EVI.png 1466w" sizes="(max-width: 768px) 100vw, 768px" /></div></div></div></div></div></section></div></article><article id="post-2908" class="elementor-post elementor-grid-item ecs-post-loop post-2908 partners type-partners status-publish has-post-thumbnail hentry priority-high partner-categories-connector"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-2908 partners type-partners status-publish has-post-thumbnail hentry priority-high partner-categories-connector" 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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.ey.com/en_gl/health-sciences-wellness" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="768" height="900" src="https://www.curiousfutureinsight.org/wp-content/uploads/EY_Logo_Beam_Tag_Stacked_RGB_EN-768x900.jpg" class="attachment-medium_large size-medium_large wp-image-10192" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/EY_Logo_Beam_Tag_Stacked_RGB_EN-768x900.jpg 768w, https://www.curiousfutureinsight.org/wp-content/uploads/EY_Logo_Beam_Tag_Stacked_RGB_EN-512x600.jpg 512w, https://www.curiousfutureinsight.org/wp-content/uploads/EY_Logo_Beam_Tag_Stacked_RGB_EN-874x1024.jpg 874w, https://www.curiousfutureinsight.org/wp-content/uploads/EY_Logo_Beam_Tag_Stacked_RGB_EN.jpg 1080w" sizes="(max-width: 768px) 100vw, 768px" /></div></div></div></div></div></section></div></article><article id="post-8494" class="elementor-post elementor-grid-item ecs-post-loop post-8494 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-8494 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector" 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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://falling-walls.com/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="240" height="130" src="https://www.curiousfutureinsight.org/wp-content/uploads/FW_Typologos.png" class="attachment-medium_large size-medium_large wp-image-8420" alt="" /></div></div></div></div></div></section></div></article><article id="post-2906" class="elementor-post elementor-grid-item ecs-post-loop post-2906 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-2906 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector" 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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.bmwi.de/Navigation/DE/Home/home.html" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="768" height="385" src="https://www.curiousfutureinsight.org/wp-content/uploads/Federal-Ministry-of-Economic-Affairs-and-Energy_v3-768x385.png" class="attachment-medium_large size-medium_large wp-image-4195" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/Federal-Ministry-of-Economic-Affairs-and-Energy_v3-768x385.png 768w, https://www.curiousfutureinsight.org/wp-content/uploads/Federal-Ministry-of-Economic-Affairs-and-Energy_v3-600x301.png 600w, https://www.curiousfutureinsight.org/wp-content/uploads/Federal-Ministry-of-Economic-Affairs-and-Energy_v3.png 781w" sizes="(max-width: 768px) 100vw, 768px" /></div></div></div></div></div></section></div></article><article id="post-8495" class="elementor-post elementor-grid-item ecs-post-loop post-8495 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-8495 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector" 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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://foundersfactory.com/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="768" height="246" src="https://www.curiousfutureinsight.org/wp-content/uploads/Founders_Factory-768x246.png" class="attachment-medium_large size-medium_large wp-image-8419" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/Founders_Factory-768x246.png 768w, https://www.curiousfutureinsight.org/wp-content/uploads/Founders_Factory-600x192.png 600w, https://www.curiousfutureinsight.org/wp-content/uploads/Founders_Factory-1024x327.png 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/Founders_Factory-1536x491.png 1536w, https://www.curiousfutureinsight.org/wp-content/uploads/Founders_Factory.png 2048w" sizes="(max-width: 768px) 100vw, 768px" /></div></div></div></div></div></section></div></article><article id="post-2914" class="elementor-post elementor-grid-item ecs-post-loop post-2914 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-2914 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector" 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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.freudenberg.com/de/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="768" height="125" src="https://www.curiousfutureinsight.org/wp-content/uploads/FREU_Logo_Sinus_RGB_into_RZ-768x125.png" class="attachment-medium_large size-medium_large wp-image-4199" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/FREU_Logo_Sinus_RGB_into_RZ-768x125.png 768w, https://www.curiousfutureinsight.org/wp-content/uploads/FREU_Logo_Sinus_RGB_into_RZ-600x98.png 600w, https://www.curiousfutureinsight.org/wp-content/uploads/FREU_Logo_Sinus_RGB_into_RZ-1024x166.png 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/FREU_Logo_Sinus_RGB_into_RZ-1536x250.png 1536w, https://www.curiousfutureinsight.org/wp-content/uploads/FREU_Logo_Sinus_RGB_into_RZ.png 1630w" sizes="(max-width: 768px) 100vw, 768px" /></div></div></div></div></div></section></div></article><article id="post-15296" class="elementor-post elementor-grid-item ecs-post-loop post-15296 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-15296 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector" 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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.fusemachines.com" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="768" height="403" src="https://www.curiousfutureinsight.org/wp-content/uploads/Fusemachines_Inc_Logo-768x403.jpg" class="attachment-medium_large size-medium_large wp-image-15297" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/Fusemachines_Inc_Logo-768x403.jpg 768w, https://www.curiousfutureinsight.org/wp-content/uploads/Fusemachines_Inc_Logo-600x315.jpg 600w, https://www.curiousfutureinsight.org/wp-content/uploads/Fusemachines_Inc_Logo-1024x537.jpg 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/Fusemachines_Inc_Logo-1536x806.jpg 1536w, https://www.curiousfutureinsight.org/wp-content/uploads/Fusemachines_Inc_Logo-2048x1075.jpg 2048w, https://www.curiousfutureinsight.org/wp-content/uploads/Fusemachines_Inc_Logo-scaled.jpg 1920w" sizes="(max-width: 768px) 100vw, 768px" /></div></div></div></div></div></section></div></article><article id="post-10067" class="elementor-post elementor-grid-item ecs-post-loop post-10067 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-10067 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector" 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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://gasb.de/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="768" height="359" src="https://www.curiousfutureinsight.org/wp-content/uploads/GASB-Logo-with-dark-text-768x359.png" class="attachment-medium_large size-medium_large wp-image-10068" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/GASB-Logo-with-dark-text-768x359.png 768w, https://www.curiousfutureinsight.org/wp-content/uploads/GASB-Logo-with-dark-text-600x281.png 600w, https://www.curiousfutureinsight.org/wp-content/uploads/GASB-Logo-with-dark-text-1024x479.png 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/GASB-Logo-with-dark-text-1536x718.png 1536w, https://www.curiousfutureinsight.org/wp-content/uploads/GASB-Logo-with-dark-text.png 2048w" sizes="(max-width: 768px) 100vw, 768px" /></div></div></div></div></div></section></div></article><article id="post-2915" class="elementor-post elementor-grid-item ecs-post-loop post-2915 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-2915 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector" 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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://gbm-online.de/die-gbm.html" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="768" height="386" src="https://www.curiousfutureinsight.org/wp-content/uploads/logo_gbm_rot_schwarz_png_1000x502px-768x386.png" class="attachment-medium_large size-medium_large wp-image-4221" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/logo_gbm_rot_schwarz_png_1000x502px-768x386.png 768w, https://www.curiousfutureinsight.org/wp-content/uploads/logo_gbm_rot_schwarz_png_1000x502px-600x301.png 600w, https://www.curiousfutureinsight.org/wp-content/uploads/logo_gbm_rot_schwarz_png_1000x502px.png 1000w" sizes="(max-width: 768px) 100vw, 768px" /></div></div></div></div></div></section></div></article><article id="post-14781" class="elementor-post elementor-grid-item ecs-post-loop post-14781 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-14781 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector" 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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://georg-speyer-haus.de/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="768" height="198" src="https://www.curiousfutureinsight.org/wp-content/uploads/GSH_Logo_rz_zw-768x198.jpg" class="attachment-medium_large size-medium_large wp-image-14782" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/GSH_Logo_rz_zw-768x198.jpg 768w, https://www.curiousfutureinsight.org/wp-content/uploads/GSH_Logo_rz_zw-600x155.jpg 600w, https://www.curiousfutureinsight.org/wp-content/uploads/GSH_Logo_rz_zw-1024x264.jpg 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/GSH_Logo_rz_zw.jpg 1417w" sizes="(max-width: 768px) 100vw, 768px" /></div></div></div></div></div></section></div></article><article id="post-8991" class="elementor-post elementor-grid-item ecs-post-loop post-8991 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-8991 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector" 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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.german-u15.de/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="768" height="133" src="https://www.curiousfutureinsight.org/wp-content/uploads/German_U15-768x133.jpg" class="attachment-medium_large size-medium_large wp-image-8992" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/German_U15-768x133.jpg 768w, https://www.curiousfutureinsight.org/wp-content/uploads/German_U15-600x104.jpg 600w, https://www.curiousfutureinsight.org/wp-content/uploads/German_U15-1024x178.jpg 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/German_U15-1536x266.jpg 1536w, https://www.curiousfutureinsight.org/wp-content/uploads/German_U15-scaled.jpg 2048w" sizes="(max-width: 768px) 100vw, 768px" /></div></div></div></div></div></section></div></article><article id="post-17113" class="elementor-post elementor-grid-item ecs-post-loop post-17113 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-17113 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector" 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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.gdch.de/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="768" height="444" src="https://www.curiousfutureinsight.org/wp-content/uploads/GDCh_Logo_gruen_englisch_zweizeilig-768x444.png" class="attachment-medium_large size-medium_large wp-image-17503" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/GDCh_Logo_gruen_englisch_zweizeilig-768x444.png 768w, https://www.curiousfutureinsight.org/wp-content/uploads/GDCh_Logo_gruen_englisch_zweizeilig-600x347.png 600w, https://www.curiousfutureinsight.org/wp-content/uploads/GDCh_Logo_gruen_englisch_zweizeilig-1024x592.png 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/GDCh_Logo_gruen_englisch_zweizeilig-1536x889.png 1536w, https://www.curiousfutureinsight.org/wp-content/uploads/GDCh_Logo_gruen_englisch_zweizeilig-2048x1185.png 2048w" sizes="(max-width: 768px) 100vw, 768px" /></div></div></div></div></div></section></div></article><article id="post-8496" class="elementor-post elementor-grid-item ecs-post-loop post-8496 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-8496 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector" 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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://globalbiotechrevolution.com/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="509" height="222" src="https://www.curiousfutureinsight.org/wp-content/uploads/gbr.png" class="attachment-medium_large size-medium_large wp-image-4202" alt="" /></div></div></div></div></div></section></div></article><article id="post-8497" class="elementor-post elementor-grid-item ecs-post-loop post-8497 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-8497 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector" 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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.globalwarmingmitigationproject.org/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="500" height="265" src="https://www.curiousfutureinsight.org/wp-content/uploads/GWMP.png" class="attachment-medium_large size-medium_large wp-image-8422" alt="" /></div></div></div></div></div></section></div></article><article id="post-8735" class="elementor-post elementor-grid-item ecs-post-loop post-8735 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-8735 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector" 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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://globalyoungacademy.net/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="768" height="333" src="https://www.curiousfutureinsight.org/wp-content/uploads/GYA_Logo_20150318_oneColor_transparentBG-01-768x333.png" class="attachment-medium_large size-medium_large wp-image-8736" alt="Global Young Academy Logo" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/GYA_Logo_20150318_oneColor_transparentBG-01-768x333.png 768w, https://www.curiousfutureinsight.org/wp-content/uploads/GYA_Logo_20150318_oneColor_transparentBG-01-600x260.png 600w, https://www.curiousfutureinsight.org/wp-content/uploads/GYA_Logo_20150318_oneColor_transparentBG-01-1024x445.png 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/GYA_Logo_20150318_oneColor_transparentBG-01-1536x667.png 1536w, https://www.curiousfutureinsight.org/wp-content/uploads/GYA_Logo_20150318_oneColor_transparentBG-01.png 1707w" sizes="(max-width: 768px) 100vw, 768px" /></div></div></div></div></div></section></div></article><article id="post-7933" class="elementor-post elementor-grid-item ecs-post-loop post-7933 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector partner-categories-exhibitor"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-7933 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector partner-categories-exhibitor" 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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.heag.de/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="541" height="142" src="https://www.curiousfutureinsight.org/wp-content/uploads/heag.png" class="attachment-medium_large size-medium_large wp-image-7930" alt="" /></div></div></div></div></div></section></div></article><article id="post-15715" class="elementor-post elementor-grid-item ecs-post-loop post-15715 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-15715 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector" 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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://hbanet.org/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="768" height="195" src="https://www.curiousfutureinsight.org/wp-content/uploads/HBA-Purple-Logo-768x195.jpg" class="attachment-medium_large size-medium_large wp-image-15716" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/HBA-Purple-Logo-768x195.jpg 768w, https://www.curiousfutureinsight.org/wp-content/uploads/HBA-Purple-Logo-600x152.jpg 600w, https://www.curiousfutureinsight.org/wp-content/uploads/HBA-Purple-Logo-1024x260.jpg 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/HBA-Purple-Logo-1536x389.jpg 1536w, https://www.curiousfutureinsight.org/wp-content/uploads/HBA-Purple-Logo-2048x519.jpg 2048w, https://www.curiousfutureinsight.org/wp-content/uploads/HBA-Purple-Logo-scaled.jpg 1920w" sizes="(max-width: 768px) 100vw, 768px" /></div></div></div></div></div></section></div></article><article id="post-8842" class="elementor-post elementor-grid-item ecs-post-loop post-8842 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-8842 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector" 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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.healthcapital.de/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="768" height="445" src="https://www.curiousfutureinsight.org/wp-content/uploads/logo_HealthCapital-768x445.jpg" class="attachment-medium_large size-medium_large wp-image-8843" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/logo_HealthCapital-768x445.jpg 768w, https://www.curiousfutureinsight.org/wp-content/uploads/logo_HealthCapital-600x348.jpg 600w, https://www.curiousfutureinsight.org/wp-content/uploads/logo_HealthCapital-1024x593.jpg 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/logo_HealthCapital-1536x890.jpg 1536w, https://www.curiousfutureinsight.org/wp-content/uploads/logo_HealthCapital.jpg 2048w" sizes="(max-width: 768px) 100vw, 768px" /></div></div></div></div></div></section></div></article><article id="post-15324" class="elementor-post elementor-grid-item ecs-post-loop post-15324 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-15324 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector" 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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.healthcareshapers.com/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="768" height="359" src="https://www.curiousfutureinsight.org/wp-content/uploads/Logo-768x359.jpg" class="attachment-medium_large size-medium_large wp-image-15325" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/Logo-768x359.jpg 768w, https://www.curiousfutureinsight.org/wp-content/uploads/Logo-600x280.jpg 600w, https://www.curiousfutureinsight.org/wp-content/uploads/Logo-1024x479.jpg 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/Logo-1536x718.jpg 1536w, https://www.curiousfutureinsight.org/wp-content/uploads/Logo.jpg 1776w" sizes="(max-width: 768px) 100vw, 768px" /></div></div></div></div></div></section></div></article><article id="post-8738" class="elementor-post elementor-grid-item ecs-post-loop post-8738 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-8738 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector" 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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://heidelberg-startup-partners.de/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="768" height="565" src="https://www.curiousfutureinsight.org/wp-content/uploads/HSP_Logo_CMYK_Print-768x565.jpg" class="attachment-medium_large size-medium_large wp-image-8739" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/HSP_Logo_CMYK_Print-768x565.jpg 768w, https://www.curiousfutureinsight.org/wp-content/uploads/HSP_Logo_CMYK_Print-600x442.jpg 600w, https://www.curiousfutureinsight.org/wp-content/uploads/HSP_Logo_CMYK_Print.jpg 803w" sizes="(max-width: 768px) 100vw, 768px" /></div></div></div></div></div></section></div></article><article id="post-9772" class="elementor-post elementor-grid-item ecs-post-loop post-9772 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-9772 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector" 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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://hello-tomorrow.org/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="768" height="227" src="https://www.curiousfutureinsight.org/wp-content/uploads/Colour-Logo-HT-768x227.png" class="attachment-medium_large size-medium_large wp-image-9773" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/Colour-Logo-HT-768x227.png 768w, https://www.curiousfutureinsight.org/wp-content/uploads/Colour-Logo-HT-600x177.png 600w, https://www.curiousfutureinsight.org/wp-content/uploads/Colour-Logo-HT-1024x303.png 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/Colour-Logo-HT-1536x454.png 1536w, https://www.curiousfutureinsight.org/wp-content/uploads/Colour-Logo-HT.png 1626w" sizes="(max-width: 768px) 100vw, 768px" /></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 elementor-location-archive 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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="{"background_background":"classic"}"><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" 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" alt="" /></div></div></div></div></div></section></div></article><article id="post-8503" class="elementor-post elementor-grid-item ecs-post-loop post-8503 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-8503 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector" 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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://hessischer-gruenderpreis.de/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="768" height="427" src="https://www.curiousfutureinsight.org/wp-content/uploads/Hessischer_Gruenderpreis-768x427.png" class="attachment-medium_large size-medium_large wp-image-8424" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/Hessischer_Gruenderpreis-768x427.png 768w, https://www.curiousfutureinsight.org/wp-content/uploads/Hessischer_Gruenderpreis-600x334.png 600w, https://www.curiousfutureinsight.org/wp-content/uploads/Hessischer_Gruenderpreis-1024x569.png 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/Hessischer_Gruenderpreis.png 1054w" sizes="(max-width: 768px) 100vw, 768px" /></div></div></div></div></div></section></div></article><article id="post-2904" class="elementor-post elementor-grid-item ecs-post-loop post-2904 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-2904 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector" 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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://verwaltungsportal.hessen.de/behoerde?org_id=L100001_9985903" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="768" height="436" src="https://www.curiousfutureinsight.org/wp-content/uploads/HMWEVW.png_final_f-768x436.png" class="attachment-medium_large size-medium_large wp-image-4207" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/HMWEVW.png_final_f-768x436.png 768w, https://www.curiousfutureinsight.org/wp-content/uploads/HMWEVW.png_final_f-600x340.png 600w, https://www.curiousfutureinsight.org/wp-content/uploads/HMWEVW.png_final_f-1024x581.png 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/HMWEVW.png_final_f.png 1192w" sizes="(max-width: 768px) 100vw, 768px" /></div></div></div></div></div></section></div></article><article id="post-2903" class="elementor-post elementor-grid-item ecs-post-loop post-2903 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-2903 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector" 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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://wissenschaft.hessen.de/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="531" height="190" src="https://www.curiousfutureinsight.org/wp-content/uploads/Hessisches-Ministerium_freigestellt_neu.png" class="attachment-medium_large size-medium_large wp-image-4206" alt="" /></div></div></div></div></div></section></div></article><article id="post-7934" class="elementor-post elementor-grid-item ecs-post-loop post-7934 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector partner-categories-exhibitor"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-7934 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector partner-categories-exhibitor" 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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.tu-darmstadt.de/wissenstransfer/gruendungszentrum_highest/index.de.jsp" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="305" height="157" src="https://www.curiousfutureinsight.org/wp-content/uploads/HIGHEST-Logo-frei-RGB.jpg" class="attachment-medium_large size-medium_large wp-image-7931" alt="" /></div></div></div></div></div></section></div></article><article id="post-12634" class="elementor-post elementor-grid-item ecs-post-loop post-12634 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-12634 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector" 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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.kanzlei-dieburg.de/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="768" height="104" src="https://www.curiousfutureinsight.org/wp-content/uploads/hsflLogo_PAN-2-768x104.png" class="attachment-medium_large size-medium_large wp-image-12635" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/hsflLogo_PAN-2-768x104.png 768w, https://www.curiousfutureinsight.org/wp-content/uploads/hsflLogo_PAN-2-600x81.png 600w, https://www.curiousfutureinsight.org/wp-content/uploads/hsflLogo_PAN-2-1024x138.png 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/hsflLogo_PAN-2-1536x208.png 1536w, https://www.curiousfutureinsight.org/wp-content/uploads/hsflLogo_PAN-2.png 1960w" sizes="(max-width: 768px) 100vw, 768px" /></div></div></div></div></div></section></div></article><article id="post-14371" class="elementor-post elementor-grid-item ecs-post-loop post-14371 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-14371 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector" 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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://hub31.de/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="767" height="406" src="https://www.curiousfutureinsight.org/wp-content/uploads/HUB31-Logo-mit-Schmucklinie_gros.png" class="attachment-medium_large size-medium_large wp-image-14372" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/HUB31-Logo-mit-Schmucklinie_gros.png 767w, https://www.curiousfutureinsight.org/wp-content/uploads/HUB31-Logo-mit-Schmucklinie_gros-600x318.png 600w" sizes="(max-width: 767px) 100vw, 767px" /></div></div></div></div></div></section></div></article><article id="post-8504" class="elementor-post elementor-grid-item ecs-post-loop post-8504 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-8504 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector" 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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.humanvaccinesproject.org/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="768" height="270" src="https://www.curiousfutureinsight.org/wp-content/uploads/hvp-768x270.png" class="attachment-medium_large size-medium_large wp-image-8425" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/hvp-768x270.png 768w, https://www.curiousfutureinsight.org/wp-content/uploads/hvp-600x211.png 600w, https://www.curiousfutureinsight.org/wp-content/uploads/hvp-1024x360.png 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/hvp.png 1500w" sizes="(max-width: 768px) 100vw, 768px" /></div></div></div></div></div></section></div></article><article id="post-2916" class="elementor-post elementor-grid-item ecs-post-loop post-2916 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-2916 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector" 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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.gesundheitsindustrie-hessen.de/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="768" height="576" src="https://www.curiousfutureinsight.org/wp-content/uploads/Logo_freigestellt-768x576.png" class="attachment-medium_large size-medium_large wp-image-4220" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/Logo_freigestellt-768x576.png 768w, https://www.curiousfutureinsight.org/wp-content/uploads/Logo_freigestellt-600x450.png 600w, https://www.curiousfutureinsight.org/wp-content/uploads/Logo_freigestellt-1024x768.png 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/Logo_freigestellt.png 1441w" sizes="(max-width: 768px) 100vw, 768px" /></div></div></div></div></div></section></div></article><article id="post-12778" class="elementor-post elementor-grid-item ecs-post-loop post-12778 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-12778 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector" 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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://urldefense.com/v3/__https://www.imprs-lm.mpg.de/__;!!Eu8ikxSnpXkBCg!efCs-BSJ5pCRJ3qGXaQycPAqz1hnu7jm5BU_KSN1l7ZHsMMyVqSldAo2B90g2XCQ1qP6gmQ8D3i5-URgsanKHo0dE1kyX01UmwpYBw$" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="451" height="161" src="https://www.curiousfutureinsight.org/wp-content/uploads/IMPRS_Logo_V1_Minerva_1-line_black_Zeichenflache-1-Kopie-7.png" class="attachment-medium_large size-medium_large wp-image-12779" alt="" /></div></div></div></div></div></section></div></article><article id="post-10085" class="elementor-post elementor-grid-item ecs-post-loop post-10085 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-10085 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector" 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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://innoloft.com/public" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="768" height="140" src="https://www.curiousfutureinsight.org/wp-content/uploads/logo_innoloft-768x140.png" class="attachment-medium_large size-medium_large wp-image-10086" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/logo_innoloft-768x140.png 768w, https://www.curiousfutureinsight.org/wp-content/uploads/logo_innoloft-600x109.png 600w, https://www.curiousfutureinsight.org/wp-content/uploads/logo_innoloft-1024x187.png 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/logo_innoloft.png 1125w" sizes="(max-width: 768px) 100vw, 768px" /></div></div></div></div></div></section></div></article><article id="post-16692" class="elementor-post elementor-grid-item ecs-post-loop post-16692 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-16692 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector" 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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.innonet-healtheconomy.com" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="768" height="194" src="https://www.curiousfutureinsight.org/wp-content/uploads/InnoNet-HealthEconomy-768x194.png" class="attachment-medium_large size-medium_large wp-image-16695" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/InnoNet-HealthEconomy-768x194.png 768w, https://www.curiousfutureinsight.org/wp-content/uploads/InnoNet-HealthEconomy-600x152.png 600w, https://www.curiousfutureinsight.org/wp-content/uploads/InnoNet-HealthEconomy-1024x259.png 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/InnoNet-HealthEconomy-1536x388.png 1536w, https://www.curiousfutureinsight.org/wp-content/uploads/InnoNet-HealthEconomy-2048x517.png 2048w" sizes="(max-width: 768px) 100vw, 768px" /></div></div></div></div></div></section></div></article><article id="post-9867" class="elementor-post elementor-grid-item ecs-post-loop post-9867 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-9867 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector" 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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://meridian.allenpress.com/innovationsjournals-IDDB" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="695" height="900" src="https://www.curiousfutureinsight.org/wp-content/uploads/IDDB-cover-low-res.png" class="attachment-medium_large size-medium_large wp-image-15171" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/IDDB-cover-low-res.png 695w, https://www.curiousfutureinsight.org/wp-content/uploads/IDDB-cover-low-res-463x600.png 463w" sizes="(max-width: 695px) 100vw, 695px" /></div></div></div></div></div></section></div></article><article id="post-8505" class="elementor-post elementor-grid-item ecs-post-loop post-8505 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-8505 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector" 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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.linkedin.com/company/internationalwomeninscience/?originalSubdomain=ch" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="139" height="140" src="https://www.curiousfutureinsight.org/wp-content/uploads/iWiS.png" class="attachment-medium_large size-medium_large wp-image-8426" alt="" /></div></div></div></div></div></section></div></article><article id="post-8510" class="elementor-post elementor-grid-item ecs-post-loop post-8510 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-8510 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector" 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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.iycnglobal.com/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="768" height="704" src="https://www.curiousfutureinsight.org/wp-content/uploads/IYCN-768x704.png" class="attachment-medium_large size-medium_large wp-image-8427" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/IYCN-768x704.png 768w, https://www.curiousfutureinsight.org/wp-content/uploads/IYCN-600x550.png 600w, https://www.curiousfutureinsight.org/wp-content/uploads/IYCN-1024x938.png 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/IYCN-1536x1407.png 1536w, https://www.curiousfutureinsight.org/wp-content/uploads/IYCN.png 1883w" sizes="(max-width: 768px) 100vw, 768px" /></div></div></div></div></div></section></div></article><article id="post-8511" class="elementor-post elementor-grid-item ecs-post-loop post-8511 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-8511 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector" 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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.jedi.foundation/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="768" height="384" src="https://www.curiousfutureinsight.org/wp-content/uploads/JEDI-768x384.png" class="attachment-medium_large size-medium_large wp-image-8428" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/JEDI-768x384.png 768w, https://www.curiousfutureinsight.org/wp-content/uploads/JEDI-600x300.png 600w, https://www.curiousfutureinsight.org/wp-content/uploads/JEDI-1024x512.png 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/JEDI-1536x768.png 1536w, https://www.curiousfutureinsight.org/wp-content/uploads/JEDI.png 2048w" sizes="(max-width: 768px) 100vw, 768px" /></div></div></div></div></div></section></div></article><article id="post-10109" class="elementor-post elementor-grid-item ecs-post-loop post-10109 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-10109 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector" 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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.goethe-university-frankfurt.de/en?legacy_request=1" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="768" height="418" src="https://www.curiousfutureinsight.org/wp-content/uploads/GU-Logo-blau-gross-768x418.png" class="attachment-medium_large size-medium_large wp-image-10110" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/GU-Logo-blau-gross-768x418.png 768w, https://www.curiousfutureinsight.org/wp-content/uploads/GU-Logo-blau-gross-600x327.png 600w, https://www.curiousfutureinsight.org/wp-content/uploads/GU-Logo-blau-gross-1024x558.png 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/GU-Logo-blau-gross.png 1469w" sizes="(max-width: 768px) 100vw, 768px" /></div></div></div></div></div></section></div></article><article id="post-12790" class="elementor-post elementor-grid-item ecs-post-loop post-12790 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-12790 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector" 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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://k16.de/?gclid=Cj0KCQjww4-hBhCtARIsAC9gR3bZywUZfeD9iXGJ8O2KtCIKE7Ruy6nKvNrl5CxgLQ_DGVVmByxeYKwaAnvFEALw_wcB" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="768" height="384" src="https://www.curiousfutureinsight.org/wp-content/uploads/K16_LOGO_RGB-01-768x384.png" class="attachment-medium_large size-medium_large wp-image-12792" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/K16_LOGO_RGB-01-768x384.png 768w, https://www.curiousfutureinsight.org/wp-content/uploads/K16_LOGO_RGB-01-600x300.png 600w, https://www.curiousfutureinsight.org/wp-content/uploads/K16_LOGO_RGB-01-1024x512.png 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/K16_LOGO_RGB-01-1536x768.png 1536w, https://www.curiousfutureinsight.org/wp-content/uploads/K16_LOGO_RGB-01.png 1960w" sizes="(max-width: 768px) 100vw, 768px" /></div></div></div></div></div></section></div></article><article id="post-8512" class="elementor-post elementor-grid-item ecs-post-loop post-8512 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-8512 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector" 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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.globalwarmingmitigationproject.org/about-kcp" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="699" height="555" src="https://www.curiousfutureinsight.org/wp-content/uploads/Keeling_Curve_Prize.png" class="attachment-medium_large size-medium_large wp-image-8429" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/Keeling_Curve_Prize.png 699w, https://www.curiousfutureinsight.org/wp-content/uploads/Keeling_Curve_Prize-600x476.png 600w" sizes="(max-width: 699px) 100vw, 699px" /></div></div></div></div></div></section></div></article><article id="post-9769" class="elementor-post elementor-grid-item ecs-post-loop post-9769 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-9769 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector" 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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.lab-worldwide.com/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="164" height="161" src="https://www.curiousfutureinsight.org/wp-content/uploads/LABORPRAXIS_web.jpg" class="attachment-medium_large size-medium_large wp-image-9770" alt="" /></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 elementor-location-archive 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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="{"background_background":"classic"}"><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" 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" 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" /></div></div></div></div></div></section></div></article><article id="post-8741" class="elementor-post elementor-grid-item ecs-post-loop post-8741 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-8741 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector" 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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.lifescience-bw.de/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="768" height="668" src="https://www.curiousfutureinsight.org/wp-content/uploads/Life-Science-Acceletator_cmyk-768x668.jpg" class="attachment-medium_large size-medium_large wp-image-8742" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/Life-Science-Acceletator_cmyk-768x668.jpg 768w, https://www.curiousfutureinsight.org/wp-content/uploads/Life-Science-Acceletator_cmyk-600x522.jpg 600w, https://www.curiousfutureinsight.org/wp-content/uploads/Life-Science-Acceletator_cmyk-1024x891.jpg 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/Life-Science-Acceletator_cmyk.jpg 1466w" sizes="(max-width: 768px) 100vw, 768px" /></div></div></div></div></div></section></div></article><article id="post-13500" class="elementor-post elementor-grid-item ecs-post-loop post-13500 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-13500 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector" 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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://lsr.vdgh.de/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="768" height="307" src="https://www.curiousfutureinsight.org/wp-content/uploads/LSR-768x307.png" class="attachment-medium_large size-medium_large wp-image-13505" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/LSR-768x307.png 768w, https://www.curiousfutureinsight.org/wp-content/uploads/LSR-600x240.png 600w, https://www.curiousfutureinsight.org/wp-content/uploads/LSR-1024x410.png 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/LSR-1536x615.png 1536w, https://www.curiousfutureinsight.org/wp-content/uploads/LSR.png 1819w" sizes="(max-width: 768px) 100vw, 768px" /></div></div></div></div></div></section></div></article><article id="post-16336" class="elementor-post elementor-grid-item ecs-post-loop post-16336 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-16336 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector" 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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.tzmz.de/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="768" height="480" src="https://www.curiousfutureinsight.org/wp-content/uploads/240408_Logo_final-768x480.jpg" class="attachment-medium_large size-medium_large wp-image-16337" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/240408_Logo_final-768x480.jpg 768w, https://www.curiousfutureinsight.org/wp-content/uploads/240408_Logo_final-600x375.jpg 600w, https://www.curiousfutureinsight.org/wp-content/uploads/240408_Logo_final-1024x640.jpg 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/240408_Logo_final-1536x960.jpg 1536w, https://www.curiousfutureinsight.org/wp-content/uploads/240408_Logo_final-2048x1279.jpg 2048w, https://www.curiousfutureinsight.org/wp-content/uploads/240408_Logo_final-scaled.jpg 1920w" sizes="(max-width: 768px) 100vw, 768px" /></div></div></div></div></div></section></div></article><article id="post-8518" class="elementor-post elementor-grid-item ecs-post-loop post-8518 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-8518 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector" 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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.lindau-nobel.org/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="500" height="157" src="https://www.curiousfutureinsight.org/wp-content/uploads/Lindau.png" class="attachment-medium_large size-medium_large wp-image-8431" alt="" /></div></div></div></div></div></section></div></article><article id="post-14825" class="elementor-post elementor-grid-item ecs-post-loop post-14825 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-14825 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector" 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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.wissenschaftsallianz-mainz.de/en/science-market" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="768" height="220" src="https://www.curiousfutureinsight.org/wp-content/uploads/MWA-Logo_classic_rgb-gross-768x220.png" class="attachment-medium_large size-medium_large wp-image-14826" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/MWA-Logo_classic_rgb-gross-768x220.png 768w, https://www.curiousfutureinsight.org/wp-content/uploads/MWA-Logo_classic_rgb-gross-600x172.png 600w, https://www.curiousfutureinsight.org/wp-content/uploads/MWA-Logo_classic_rgb-gross-1024x294.png 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/MWA-Logo_classic_rgb-gross-1536x440.png 1536w, https://www.curiousfutureinsight.org/wp-content/uploads/MWA-Logo_classic_rgb-gross-2048x587.png 2048w, https://www.curiousfutureinsight.org/wp-content/uploads/MWA-Logo_classic_rgb-gross-350x100.png 350w" sizes="(max-width: 768px) 100vw, 768px" /></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 elementor-location-archive 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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="{"background_background":"classic"}"><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" width="591" height="178" src="https://www.curiousfutureinsight.org/wp-content/uploads/MPG.png" class="attachment-medium_large size-medium_large wp-image-8434" alt="" /></div></div></div></div></div></section></div></article><article id="post-14369" class="elementor-post elementor-grid-item ecs-post-loop post-14369 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-14369 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector" 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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.mckinsey.com/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="591" height="189" src="https://www.curiousfutureinsight.org/wp-content/uploads/McK_ScriptMark_RGB_McKDeepBlue.png" class="attachment-medium_large size-medium_large wp-image-10195" alt="" /></div></div></div></div></div></section></div></article><article id="post-18211" class="elementor-post elementor-grid-item ecs-post-loop post-18211 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-18211 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector" 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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://alumcommunity.mit.edu/topics/27020/page/home" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="614" height="206" src="https://www.curiousfutureinsight.org/wp-content/uploads/MIT_Club_of_Germany_logo_weiss-e1730887371699.png" class="attachment-medium_large size-medium_large wp-image-18212" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/MIT_Club_of_Germany_logo_weiss-e1730887371699.png 614w, https://www.curiousfutureinsight.org/wp-content/uploads/MIT_Club_of_Germany_logo_weiss-e1730887371699-600x201.png 600w" sizes="(max-width: 614px) 100vw, 614px" /></div></div></div></div></div></section></div></article><article id="post-8520" class="elementor-post elementor-grid-item ecs-post-loop post-8520 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-8520 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector" 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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://ide.mit.edu/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="406" height="201" src="https://www.curiousfutureinsight.org/wp-content/uploads/MIT-digital.png" class="attachment-medium_large size-medium_large wp-image-8432" alt="" /></div></div></div></div></div></section></div></article><article id="post-8521" class="elementor-post elementor-grid-item ecs-post-loop post-8521 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-8521 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector" 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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.mitlinq.org/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="768" height="415" src="https://www.curiousfutureinsight.org/wp-content/uploads/Mit-linQ-768x415.png" class="attachment-medium_large size-medium_large wp-image-8433" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/Mit-linQ-768x415.png 768w, https://www.curiousfutureinsight.org/wp-content/uploads/Mit-linQ-600x324.png 600w, https://www.curiousfutureinsight.org/wp-content/uploads/Mit-linQ-1024x553.png 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/Mit-linQ.png 1289w" sizes="(max-width: 768px) 100vw, 768px" /></div></div></div></div></div></section></div></article><article id="post-12352" class="elementor-post elementor-grid-item ecs-post-loop post-12352 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-12352 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector" 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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://moonshotpirates.com/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="768" height="220" src="https://www.curiousfutureinsight.org/wp-content/uploads/2019_Logo_MP-pos_RGB-768x220.png" class="attachment-medium_large size-medium_large wp-image-12353" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/2019_Logo_MP-pos_RGB-768x220.png 768w, https://www.curiousfutureinsight.org/wp-content/uploads/2019_Logo_MP-pos_RGB-600x172.png 600w, https://www.curiousfutureinsight.org/wp-content/uploads/2019_Logo_MP-pos_RGB-1024x294.png 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/2019_Logo_MP-pos_RGB-350x100.png 350w, https://www.curiousfutureinsight.org/wp-content/uploads/2019_Logo_MP-pos_RGB.png 1348w" sizes="(max-width: 768px) 100vw, 768px" /></div></div></div></div></div></section></div></article><article id="post-16969" class="elementor-post elementor-grid-item ecs-post-loop post-16969 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-16969 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector" 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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://mwvlw.rlp.de/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="768" height="407" src="https://www.curiousfutureinsight.org/wp-content/uploads/6530_MWVLW_4C-768x407.jpg" class="attachment-medium_large size-medium_large wp-image-16971" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/6530_MWVLW_4C-768x407.jpg 768w, https://www.curiousfutureinsight.org/wp-content/uploads/6530_MWVLW_4C-600x318.jpg 600w, https://www.curiousfutureinsight.org/wp-content/uploads/6530_MWVLW_4C-1024x542.jpg 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/6530_MWVLW_4C-1536x814.jpg 1536w, https://www.curiousfutureinsight.org/wp-content/uploads/6530_MWVLW_4C.jpg 1918w" sizes="(max-width: 768px) 100vw, 768px" /></div></div></div></div></div></section></div></article><article id="post-8526" class="elementor-post elementor-grid-item ecs-post-loop post-8526 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-8526 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector" 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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.thenakedscientists.com/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="768" height="886" src="https://www.curiousfutureinsight.org/wp-content/uploads/NakedScientist-1-768x886.png" class="attachment-medium_large size-medium_large wp-image-8435" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/NakedScientist-1-768x886.png 768w, https://www.curiousfutureinsight.org/wp-content/uploads/NakedScientist-1-520x600.png 520w, https://www.curiousfutureinsight.org/wp-content/uploads/NakedScientist-1-887x1024.png 887w, https://www.curiousfutureinsight.org/wp-content/uploads/NakedScientist-1-1331x1536.png 1331w, https://www.curiousfutureinsight.org/wp-content/uploads/NakedScientist-1-1775x2048.png 1775w" sizes="(max-width: 768px) 100vw, 768px" /></div></div></div></div></div></section></div></article><article id="post-10468" class="elementor-post elementor-grid-item ecs-post-loop post-10468 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-10468 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector" 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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.nfdi.de/?lang=en" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="768" height="274" src="https://www.curiousfutureinsight.org/wp-content/uploads/nfdi_rgb_Wortmarke_Zusatz_quer-768x274.png" class="attachment-medium_large size-medium_large wp-image-10469" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/nfdi_rgb_Wortmarke_Zusatz_quer-768x274.png 768w, https://www.curiousfutureinsight.org/wp-content/uploads/nfdi_rgb_Wortmarke_Zusatz_quer-600x214.png 600w, https://www.curiousfutureinsight.org/wp-content/uploads/nfdi_rgb_Wortmarke_Zusatz_quer-1024x366.png 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/nfdi_rgb_Wortmarke_Zusatz_quer-1536x548.png 1536w, https://www.curiousfutureinsight.org/wp-content/uploads/nfdi_rgb_Wortmarke_Zusatz_quer.png 1566w" sizes="(max-width: 768px) 100vw, 768px" /></div></div></div></div></div></section></div></article><article id="post-14412" class="elementor-post elementor-grid-item ecs-post-loop post-14412 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-14412 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector" 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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://niyu.de/en/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="768" height="255" src="https://www.curiousfutureinsight.org/wp-content/uploads/NIYU_EVENT-PRODUCTION_black-768x255.png" class="attachment-medium_large size-medium_large wp-image-14414" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/NIYU_EVENT-PRODUCTION_black-768x255.png 768w, https://www.curiousfutureinsight.org/wp-content/uploads/NIYU_EVENT-PRODUCTION_black-600x200.png 600w, https://www.curiousfutureinsight.org/wp-content/uploads/NIYU_EVENT-PRODUCTION_black-1024x340.png 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/NIYU_EVENT-PRODUCTION_black-1536x511.png 1536w, https://www.curiousfutureinsight.org/wp-content/uploads/NIYU_EVENT-PRODUCTION_black.png 2000w" sizes="(max-width: 768px) 100vw, 768px" /></div></div></div></div></div></section></div></article><article id="post-15260" class="elementor-post elementor-grid-item ecs-post-loop post-15260 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-15260 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector" 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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://nxtmilestone.com/de/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="768" height="247" src="https://www.curiousfutureinsight.org/wp-content/uploads/Nxt_Milestone_Logo-768x247.png" class="attachment-medium_large size-medium_large wp-image-15261" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/Nxt_Milestone_Logo-768x247.png 768w, https://www.curiousfutureinsight.org/wp-content/uploads/Nxt_Milestone_Logo-600x193.png 600w, https://www.curiousfutureinsight.org/wp-content/uploads/Nxt_Milestone_Logo-1024x329.png 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/Nxt_Milestone_Logo-1536x494.png 1536w, https://www.curiousfutureinsight.org/wp-content/uploads/Nxt_Milestone_Logo-2048x658.png 2048w" sizes="(max-width: 768px) 100vw, 768px" /></div></div></div></div></div></section></div></article><article id="post-8527" class="elementor-post elementor-grid-item ecs-post-loop post-8527 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-8527 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector" 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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.phdtalent.fr/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="392" height="104" src="https://www.curiousfutureinsight.org/wp-content/uploads/PhDTalent.png" class="attachment-medium_large size-medium_large wp-image-8436" alt="" /></div></div></div></div></div></section></div></article><article id="post-17047" class="elementor-post elementor-grid-item ecs-post-loop post-17047 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-17047 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector" 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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.pppp-verlag.de/index.php?id=6" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="768" height="410" src="https://www.curiousfutureinsight.org/wp-content/uploads/PPPP-768x410.png" class="attachment-medium_large size-medium_large wp-image-17049" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/PPPP-768x410.png 768w, https://www.curiousfutureinsight.org/wp-content/uploads/PPPP-600x320.png 600w, https://www.curiousfutureinsight.org/wp-content/uploads/PPPP-1024x547.png 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/PPPP.png 1326w" sizes="(max-width: 768px) 100vw, 768px" /></div></div></div></div></div></section></div></article><article id="post-10430" class="elementor-post elementor-grid-item ecs-post-loop post-10430 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-10430 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector" 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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.pwc.com/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="233" height="177" src="https://www.curiousfutureinsight.org/wp-content/uploads/PwC_fl_30mmh_c.jpg" class="attachment-medium_large size-medium_large wp-image-10431" alt="" /></div></div></div></div></div></section></div></article><article id="post-2918" class="elementor-post elementor-grid-item ecs-post-loop post-2918 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-2918 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector" 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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.german-design-council.de/en/about-us/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="756" height="213" src="https://www.curiousfutureinsight.org/wp-content/uploads/Rat-fur-Formgebung_freigestellt.png" class="attachment-medium_large size-medium_large wp-image-4138" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/Rat-fur-Formgebung_freigestellt.png 756w, https://www.curiousfutureinsight.org/wp-content/uploads/Rat-fur-Formgebung_freigestellt-600x169.png 600w" sizes="(max-width: 756px) 100vw, 756px" /></div></div></div></div></div></section></div></article><article id="post-13194" class="elementor-post elementor-grid-item ecs-post-loop post-13194 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-13194 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector" 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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://robotspaceship.com/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="768" height="489" src="https://www.curiousfutureinsight.org/wp-content/uploads/robot-768x489.png" class="attachment-medium_large size-medium_large wp-image-13195" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/robot-768x489.png 768w, https://www.curiousfutureinsight.org/wp-content/uploads/robot-600x382.png 600w, https://www.curiousfutureinsight.org/wp-content/uploads/robot-1024x652.png 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/robot-1536x978.png 1536w, https://www.curiousfutureinsight.org/wp-content/uploads/robot.png 1960w" sizes="(max-width: 768px) 100vw, 768px" /></div></div></div></div></div></section></div></article><article id="post-8528" class="elementor-post elementor-grid-item ecs-post-loop post-8528 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-8528 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector" 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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://sdic.org/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="768" height="324" src="https://www.curiousfutureinsight.org/wp-content/uploads/SDiC-768x324.png" class="attachment-medium_large size-medium_large wp-image-8439" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/SDiC-768x324.png 768w, https://www.curiousfutureinsight.org/wp-content/uploads/SDiC-600x253.png 600w, https://www.curiousfutureinsight.org/wp-content/uploads/SDiC.png 1000w" sizes="(max-width: 768px) 100vw, 768px" /></div></div></div></div></div></section></div></article><article id="post-2919" class="elementor-post elementor-grid-item ecs-post-loop post-2919 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-2919 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector" 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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.schrodinger.com/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="768" height="226" src="https://www.curiousfutureinsight.org/wp-content/uploads/Schrodinger_Logo_Horizontal_Color_CMYK_1000px-768x226.png" class="attachment-medium_large size-medium_large wp-image-7925" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/Schrodinger_Logo_Horizontal_Color_CMYK_1000px-768x226.png 768w, https://www.curiousfutureinsight.org/wp-content/uploads/Schrodinger_Logo_Horizontal_Color_CMYK_1000px-600x176.png 600w, https://www.curiousfutureinsight.org/wp-content/uploads/Schrodinger_Logo_Horizontal_Color_CMYK_1000px-1024x301.png 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/Schrodinger_Logo_Horizontal_Color_CMYK_1000px-1536x452.png 1536w, https://www.curiousfutureinsight.org/wp-content/uploads/Schrodinger_Logo_Horizontal_Color_CMYK_1000px.png 2048w" sizes="(max-width: 768px) 100vw, 768px" /></div></div></div></div></div></section></div></article><article id="post-8753" class="elementor-post elementor-grid-item ecs-post-loop post-8753 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-8753 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector" 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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/journal/stm" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="768" height="480" src="https://www.curiousfutureinsight.org/wp-content/uploads/STM-AAAS-stacked-color4-768x480.png" class="attachment-medium_large size-medium_large wp-image-8754" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/STM-AAAS-stacked-color4-768x480.png 768w, https://www.curiousfutureinsight.org/wp-content/uploads/STM-AAAS-stacked-color4-600x375.png 600w, https://www.curiousfutureinsight.org/wp-content/uploads/STM-AAAS-stacked-color4-1024x639.png 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/STM-AAAS-stacked-color4.png 1137w" sizes="(max-width: 768px) 100vw, 768px" /></div></div></div></div></div></section></div></article><article id="post-8529" class="elementor-post elementor-grid-item ecs-post-loop post-8529 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-8529 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector" 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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.science2public.com/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="768" height="175" src="https://www.curiousfutureinsight.org/wp-content/uploads/s2p-768x175.png" class="attachment-medium_large size-medium_large wp-image-8437" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/s2p-768x175.png 768w, https://www.curiousfutureinsight.org/wp-content/uploads/s2p-600x137.png 600w, https://www.curiousfutureinsight.org/wp-content/uploads/s2p.png 832w" sizes="(max-width: 768px) 100vw, 768px" /></div></div></div></div></div></section></div></article><article id="post-8535" class="elementor-post elementor-grid-item ecs-post-loop post-8535 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-8535 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector" 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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://scientists4future.org/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="485" height="485" src="https://www.curiousfutureinsight.org/wp-content/uploads/S4F.png" class="attachment-medium_large size-medium_large wp-image-8438" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/S4F.png 485w, https://www.curiousfutureinsight.org/wp-content/uploads/S4F-400x400.png 400w" sizes="(max-width: 485px) 100vw, 485px" /></div></div></div></div></div></section></div></article><article id="post-8536" class="elementor-post elementor-grid-item ecs-post-loop post-8536 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-8536 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector" 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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.thesgc.org/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="419" height="199" src="https://www.curiousfutureinsight.org/wp-content/uploads/SGC.png" class="attachment-medium_large size-medium_large wp-image-8440" alt="" /></div></div></div></div></div></section></div></article><article id="post-8537" class="elementor-post elementor-grid-item ecs-post-loop post-8537 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-8537 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector" 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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="http://www.smarttribe.io/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="768" height="128" src="https://www.curiousfutureinsight.org/wp-content/uploads/SmartTribe-768x128.png" class="attachment-medium_large size-medium_large wp-image-8441" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/SmartTribe-768x128.png 768w, https://www.curiousfutureinsight.org/wp-content/uploads/SmartTribe-600x100.png 600w, https://www.curiousfutureinsight.org/wp-content/uploads/SmartTribe-1024x171.png 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/SmartTribe.png 1200w" sizes="(max-width: 768px) 100vw, 768px" /></div></div></div></div></div></section></div></article><article id="post-8538" class="elementor-post elementor-grid-item ecs-post-loop post-8538 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-8538 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector" 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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.sprind.org/en/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="768" height="375" src="https://www.curiousfutureinsight.org/wp-content/uploads/SprinD-768x375.png" class="attachment-medium_large size-medium_large wp-image-8442" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/SprinD-768x375.png 768w, https://www.curiousfutureinsight.org/wp-content/uploads/SprinD-600x293.png 600w, https://www.curiousfutureinsight.org/wp-content/uploads/SprinD.png 930w" sizes="(max-width: 768px) 100vw, 768px" /></div></div></div></div></div></section></div></article><article id="post-5305" class="elementor-post elementor-grid-item ecs-post-loop post-5305 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-5305 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector" 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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.stifterverband.org/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="490" height="276" src="https://www.curiousfutureinsight.org/wp-content/uploads/sv_logo_01_1_dm_wbc_4c_c.jpg" class="attachment-medium_large size-medium_large wp-image-4147" alt="" /></div></div></div></div></div></section></div></article><article id="post-8544" class="elementor-post elementor-grid-item ecs-post-loop post-8544 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-8544 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector" 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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://tando.org/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="768" height="258" src="https://www.curiousfutureinsight.org/wp-content/uploads/TANDO-768x258.png" class="attachment-medium_large size-medium_large wp-image-8443" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/TANDO-768x258.png 768w, https://www.curiousfutureinsight.org/wp-content/uploads/TANDO-600x202.png 600w, https://www.curiousfutureinsight.org/wp-content/uploads/TANDO-1024x344.png 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/TANDO-1536x516.png 1536w, https://www.curiousfutureinsight.org/wp-content/uploads/TANDO.png 2048w" sizes="(max-width: 768px) 100vw, 768px" /></div></div></div></div></div></section></div></article><article id="post-8744" class="elementor-post elementor-grid-item ecs-post-loop post-8744 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-8744 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector" 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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.technologiepark-heidelberg.de/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="768" height="269" src="https://www.curiousfutureinsight.org/wp-content/uploads/TP_Logo_CMYK-768x269.jpg" class="attachment-medium_large size-medium_large wp-image-8745" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/TP_Logo_CMYK-768x269.jpg 768w, https://www.curiousfutureinsight.org/wp-content/uploads/TP_Logo_CMYK-600x210.jpg 600w, https://www.curiousfutureinsight.org/wp-content/uploads/TP_Logo_CMYK-1024x358.jpg 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/TP_Logo_CMYK.jpg 1181w" sizes="(max-width: 768px) 100vw, 768px" /></div></div></div></div></div></section></div></article><article id="post-2921" class="elementor-post elementor-grid-item ecs-post-loop post-2921 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-2921 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector" 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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://torreya.com/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="420" height="119" src="https://www.curiousfutureinsight.org/wp-content/uploads/torreya_final.png" class="attachment-medium_large size-medium_large wp-image-4151" alt="" /></div></div></div></div></div></section></div></article><article id="post-8545" class="elementor-post elementor-grid-item ecs-post-loop post-8545 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-8545 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector" 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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://techquartier.com/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="768" height="92" src="https://www.curiousfutureinsight.org/wp-content/uploads/tq-768x92.png" class="attachment-medium_large size-medium_large wp-image-8445" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/tq-768x92.png 768w, https://www.curiousfutureinsight.org/wp-content/uploads/tq-600x72.png 600w, https://www.curiousfutureinsight.org/wp-content/uploads/tq-1024x122.png 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/tq.png 1163w" sizes="(max-width: 768px) 100vw, 768px" /></div></div></div></div></div></section></div></article><article id="post-7943" class="elementor-post elementor-grid-item ecs-post-loop post-7943 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-7943 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector" 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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.transferallianz.de/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="768" height="284" src="https://www.curiousfutureinsight.org/wp-content/uploads/transfer-allianz_logo_RGB-768x284.png" class="attachment-medium_large size-medium_large wp-image-7926" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/transfer-allianz_logo_RGB-768x284.png 768w, https://www.curiousfutureinsight.org/wp-content/uploads/transfer-allianz_logo_RGB-600x222.png 600w, https://www.curiousfutureinsight.org/wp-content/uploads/transfer-allianz_logo_RGB-1024x378.png 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/transfer-allianz_logo_RGB-1536x567.png 1536w, https://www.curiousfutureinsight.org/wp-content/uploads/transfer-allianz_logo_RGB.png 2048w" sizes="(max-width: 768px) 100vw, 768px" /></div></div></div></div></div></section></div></article><article id="post-9670" class="elementor-post elementor-grid-item ecs-post-loop post-9670 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-9670 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector" 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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://trialect.com/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="768" height="86" src="https://www.curiousfutureinsight.org/wp-content/uploads/trialect-full-logo-768x86.png" class="attachment-medium_large size-medium_large wp-image-9671" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/trialect-full-logo-768x86.png 768w, https://www.curiousfutureinsight.org/wp-content/uploads/trialect-full-logo-600x68.png 600w, https://www.curiousfutureinsight.org/wp-content/uploads/trialect-full-logo-1024x115.png 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/trialect-full-logo.png 1208w" sizes="(max-width: 768px) 100vw, 768px" /></div></div></div></div></div></section></div></article><article id="post-8747" class="elementor-post elementor-grid-item ecs-post-loop post-8747 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-8747 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector" 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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.tu9.de/en/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="768" height="480" src="https://www.curiousfutureinsight.org/wp-content/uploads/TU9_Logo_rgb-768x480.png" class="attachment-medium_large size-medium_large wp-image-8748" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/TU9_Logo_rgb-768x480.png 768w, https://www.curiousfutureinsight.org/wp-content/uploads/TU9_Logo_rgb-600x375.png 600w, https://www.curiousfutureinsight.org/wp-content/uploads/TU9_Logo_rgb-1024x640.png 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/TU9_Logo_rgb.png 1512w" sizes="(max-width: 768px) 100vw, 768px" /></div></div></div></div></div></section></div></article><article id="post-7939" class="elementor-post elementor-grid-item ecs-post-loop post-7939 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-7939 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector" 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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.venturelabs.tum.de/venturelabs/venture-lab-chemspace/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="768" height="170" src="https://www.curiousfutureinsight.org/wp-content/uploads/TUM-VL-ChemSPACE-768x170.jpg" class="attachment-medium_large size-medium_large wp-image-8534" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/TUM-VL-ChemSPACE-768x170.jpg 768w, https://www.curiousfutureinsight.org/wp-content/uploads/TUM-VL-ChemSPACE-600x133.jpg 600w, https://www.curiousfutureinsight.org/wp-content/uploads/TUM-VL-ChemSPACE-1024x226.jpg 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/TUM-VL-ChemSPACE-1536x340.jpg 1536w, https://www.curiousfutureinsight.org/wp-content/uploads/TUM-VL-ChemSPACE-scaled.jpg 2048w" sizes="(max-width: 768px) 100vw, 768px" /></div></div></div></div></div></section></div></article><article id="post-2922" class="elementor-post elementor-grid-item ecs-post-loop post-2922 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-2922 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector" 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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.twistbioscience.com/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="768" height="384" src="https://www.curiousfutureinsight.org/wp-content/uploads/TWistWhiteBG-768x384.jpg" class="attachment-medium_large size-medium_large wp-image-4153" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/TWistWhiteBG-768x384.jpg 768w, https://www.curiousfutureinsight.org/wp-content/uploads/TWistWhiteBG-600x300.jpg 600w, https://www.curiousfutureinsight.org/wp-content/uploads/TWistWhiteBG-1024x512.jpg 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/TWistWhiteBG-1536x768.jpg 1536w, https://www.curiousfutureinsight.org/wp-content/uploads/TWistWhiteBG.jpg 1667w" sizes="(max-width: 768px) 100vw, 768px" /></div></div></div></div></div></section></div></article><article id="post-8547" class="elementor-post elementor-grid-item ecs-post-loop post-8547 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-8547 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector" 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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://uidp.org/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="768" height="192" src="https://www.curiousfutureinsight.org/wp-content/uploads/UIDP-768x192.png" class="attachment-medium_large size-medium_large wp-image-8447" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/UIDP-768x192.png 768w, https://www.curiousfutureinsight.org/wp-content/uploads/UIDP-600x150.png 600w, https://www.curiousfutureinsight.org/wp-content/uploads/UIDP-1024x256.png 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/UIDP-1536x384.png 1536w, https://www.curiousfutureinsight.org/wp-content/uploads/UIDP.png 2000w" sizes="(max-width: 768px) 100vw, 768px" /></div></div></div></div></div></section></div></article><article id="post-15263" class="elementor-post elementor-grid-item ecs-post-loop post-15263 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-15263 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector" 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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://sites.google.com/med.uniupo.it/cotella-lab" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="386" height="188" src="https://www.curiousfutureinsight.org/wp-content/uploads/Logo-UPO.jpg" class="attachment-medium_large size-medium_large wp-image-15264" alt="" /></div></div></div></div></div></section></div></article><article id="post-9766" class="elementor-post elementor-grid-item ecs-post-loop post-9766 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-9766 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector" 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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.unige.ch/en/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="768" height="278" src="https://www.curiousfutureinsight.org/wp-content/uploads/UNIGE70-768x278.jpg" class="attachment-medium_large size-medium_large wp-image-9767" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/UNIGE70-768x278.jpg 768w, https://www.curiousfutureinsight.org/wp-content/uploads/UNIGE70-600x217.jpg 600w, https://www.curiousfutureinsight.org/wp-content/uploads/UNIGE70.jpg 813w" sizes="(max-width: 768px) 100vw, 768px" /></div></div></div></div></div></section></div></article><article id="post-7941" class="elementor-post elementor-grid-item ecs-post-loop post-7941 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-7941 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector" 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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.vumc.org/main/home" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="768" height="147" src="https://www.curiousfutureinsight.org/wp-content/uploads/logo-VUMC-rgb-01_small_white_Zeichenflache-1-e1662978722407-768x147.png" class="attachment-medium_large size-medium_large wp-image-7923" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/logo-VUMC-rgb-01_small_white_Zeichenflache-1-e1662978722407-768x147.png 768w, https://www.curiousfutureinsight.org/wp-content/uploads/logo-VUMC-rgb-01_small_white_Zeichenflache-1-e1662978722407-600x114.png 600w, https://www.curiousfutureinsight.org/wp-content/uploads/logo-VUMC-rgb-01_small_white_Zeichenflache-1-e1662978722407-1024x195.png 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/logo-VUMC-rgb-01_small_white_Zeichenflache-1-e1662978722407-1536x293.png 1536w, https://www.curiousfutureinsight.org/wp-content/uploads/logo-VUMC-rgb-01_small_white_Zeichenflache-1-e1662978722407-2048x391.png 2048w" sizes="(max-width: 768px) 100vw, 768px" /></div></div></div></div></div></section></div></article><article id="post-8553" class="elementor-post elementor-grid-item ecs-post-loop post-8553 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-8553 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector" 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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.vbio.de/about-vbio/german-life-sciences-association/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="135" height="74" src="https://www.curiousfutureinsight.org/wp-content/uploads/VBIO.png" class="attachment-medium_large size-medium_large wp-image-8449" alt="" /></div></div></div></div></div></section></div></article><article id="post-2924" class="elementor-post elementor-grid-item ecs-post-loop post-2924 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-2924 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector" 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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.vci.de/startseite.jsp" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="520" height="415" src="https://www.curiousfutureinsight.org/wp-content/uploads/VCI_Logo_Hessen_RGB.png" class="attachment-medium_large size-medium_large wp-image-7927" alt="" /></div></div></div></div></div></section></div></article><article id="post-13802" class="elementor-post elementor-grid-item ecs-post-loop post-13802 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-13802 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector" 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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.vdgh.de/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="768" height="345" src="https://www.curiousfutureinsight.org/wp-content/uploads/VDGH-768x345.png" class="attachment-medium_large size-medium_large wp-image-13504" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/VDGH-768x345.png 768w, https://www.curiousfutureinsight.org/wp-content/uploads/VDGH-600x269.png 600w, https://www.curiousfutureinsight.org/wp-content/uploads/VDGH-1024x460.png 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/VDGH.png 1250w" sizes="(max-width: 768px) 100vw, 768px" /></div></div></div></div></div></section></div></article><article id="post-10352" class="elementor-post elementor-grid-item ecs-post-loop post-10352 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-10352 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector" 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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.viromed.de/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="768" height="105" src="https://www.curiousfutureinsight.org/wp-content/uploads/logo-viromed-768x105.png" class="attachment-medium_large size-medium_large wp-image-10353" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/logo-viromed-768x105.png 768w, https://www.curiousfutureinsight.org/wp-content/uploads/logo-viromed-600x82.png 600w, https://www.curiousfutureinsight.org/wp-content/uploads/logo-viromed-1024x140.png 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/logo-viromed.png 1197w" sizes="(max-width: 768px) 100vw, 768px" /></div></div></div></div></div></section></div></article><article id="post-5307" class="elementor-post elementor-grid-item ecs-post-loop post-5307 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-5307 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector" 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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.volkswagenstiftung.de/en" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="768" height="192" src="https://www.curiousfutureinsight.org/wp-content/uploads/Logo_Volkswagenstiftung.svg-768x192.png" class="attachment-medium_large size-medium_large wp-image-4222" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/Logo_Volkswagenstiftung.svg-768x192.png 768w, https://www.curiousfutureinsight.org/wp-content/uploads/Logo_Volkswagenstiftung.svg-600x150.png 600w, https://www.curiousfutureinsight.org/wp-content/uploads/Logo_Volkswagenstiftung.svg.png 1000w" sizes="(max-width: 768px) 100vw, 768px" /></div></div></div></div></div></section></div></article><article id="post-12496" class="elementor-post elementor-grid-item ecs-post-loop post-12496 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-12496 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector" 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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.vps-media.de/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="768" height="188" src="https://www.curiousfutureinsight.org/wp-content/uploads/LOGO_VPS_long_white-768x188.png" class="attachment-medium_large size-medium_large wp-image-12497" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/LOGO_VPS_long_white-768x188.png 768w, https://www.curiousfutureinsight.org/wp-content/uploads/LOGO_VPS_long_white-600x147.png 600w, https://www.curiousfutureinsight.org/wp-content/uploads/LOGO_VPS_long_white.png 990w" sizes="(max-width: 768px) 100vw, 768px" /></div></div></div></div></div></section></div></article><article id="post-7935" class="elementor-post elementor-grid-item ecs-post-loop post-7935 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-7935 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector" 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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.world-business-dialogue.com/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="768" height="497" src="https://www.curiousfutureinsight.org/wp-content/uploads/Logo_World-Business-Dialogue-768x497.png" class="attachment-medium_large size-medium_large wp-image-7932" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/Logo_World-Business-Dialogue-768x497.png 768w, https://www.curiousfutureinsight.org/wp-content/uploads/Logo_World-Business-Dialogue-600x388.png 600w, https://www.curiousfutureinsight.org/wp-content/uploads/Logo_World-Business-Dialogue-1024x663.png 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/Logo_World-Business-Dialogue.png 1446w" sizes="(max-width: 768px) 100vw, 768px" /></div></div></div></div></div></section></div></article><article id="post-8555" class="elementor-post elementor-grid-item ecs-post-loop post-8555 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-8555 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector" 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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://xeem.de/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="768" height="480" src="https://www.curiousfutureinsight.org/wp-content/uploads/xeem-logo-768x480.png" class="attachment-medium_large size-medium_large wp-image-4161" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/xeem-logo-768x480.png 768w, https://www.curiousfutureinsight.org/wp-content/uploads/xeem-logo-600x375.png 600w, https://www.curiousfutureinsight.org/wp-content/uploads/xeem-logo.png 945w" sizes="(max-width: 768px) 100vw, 768px" /></div></div></div></div></div></section></div></article><article id="post-2925" class="elementor-post elementor-grid-item ecs-post-loop post-2925 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-2925 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector" 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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://xpomet.com/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="768" height="463" src="https://www.curiousfutureinsight.org/wp-content/uploads/XpoMet-768x463.png" class="attachment-medium_large size-medium_large wp-image-4162" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/XpoMet-768x463.png 768w, https://www.curiousfutureinsight.org/wp-content/uploads/XpoMet-600x362.png 600w, https://www.curiousfutureinsight.org/wp-content/uploads/XpoMet-1024x617.png 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/XpoMet.png 1125w" sizes="(max-width: 768px) 100vw, 768px" /></div></div></div></div></div></section></div></article><article id="post-2926" class="elementor-post elementor-grid-item ecs-post-loop post-2926 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-2926 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector" 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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://zageno.com/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="400" height="194" src="https://www.curiousfutureinsight.org/wp-content/uploads/Zageno_freigestellt-e1730888061368.png" class="attachment-medium_large size-medium_large wp-image-4163" alt="" /></div></div></div></div></div></section></div></article><article id="post-8750" class="elementor-post elementor-grid-item ecs-post-loop post-8750 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-8750 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector" 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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.zbm.mainz.de/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="768" height="331" src="https://www.curiousfutureinsight.org/wp-content/uploads/ZBM_Logo-blau-768x331.png" class="attachment-medium_large size-medium_large wp-image-8751" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/ZBM_Logo-blau-768x331.png 768w, https://www.curiousfutureinsight.org/wp-content/uploads/ZBM_Logo-blau-600x258.png 600w, https://www.curiousfutureinsight.org/wp-content/uploads/ZBM_Logo-blau-1024x441.png 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/ZBM_Logo-blau.png 1177w" sizes="(max-width: 768px) 100vw, 768px" /></div></div></div></div></div></section></div></article><article id="post-8560" class="elementor-post elementor-grid-item ecs-post-loop post-8560 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector"><div data-elementor-type="loop" data-elementor-id="4375" class="elementor elementor-4375 elementor-location-archive post-8560 partners type-partners status-publish has-post-thumbnail hentry partner-categories-connector" 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"ef7bd61","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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.zbm.mainz.de/" data-column-clickable-blank="_blank" data-id="02bcc95" data-element_type="column" data-settings="{"background_background":"classic"}"><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" width="214" height="107" src="https://www.curiousfutureinsight.org/wp-content/uploads/ZME.png" class="attachment-medium_large size-medium_large wp-image-8452" alt="" /></div></div></div></div></div></section></div></article></div></div></div></div></div><div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-b618b69" data-id="b618b69" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-917bd66 elementor-widget elementor-widget-image" data-id="917bd66" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <img loading="lazy" width="768" height="512" src="https://www.curiousfutureinsight.org/wp-content/uploads/JulianHukePhotography-_A1_1146-scaled-1-768x512.webp" class="attachment-medium_large size-medium_large wp-image-10717" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/JulianHukePhotography-_A1_1146-scaled-1-768x512.webp 768w, https://www.curiousfutureinsight.org/wp-content/uploads/JulianHukePhotography-_A1_1146-scaled-1-600x400.webp 600w, https://www.curiousfutureinsight.org/wp-content/uploads/JulianHukePhotography-_A1_1146-scaled-1.webp 975w" sizes="(max-width: 768px) 100vw, 768px" /></div></div><div class="elementor-element elementor-element-6976f62 elementor-widget elementor-widget-heading" data-id="6976f62" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h3 class="elementor-heading-title elementor-size-default">Partnering Opportunities</h3></div></div><div class="elementor-element elementor-element-bc9305a elementor-widget elementor-widget-text-editor" data-id="bc9305a" data-element_type="widget" data-widget_type="text-editor.default"><div class="elementor-widget-container"><p>The Curious2027 – Future Insight™ Conference is the place to meet the people who shape the future of science and technology. <br />For you and your organization the event provides multiple opportunities to help you achieve your scientific and business goals.</p><ul><li>Become a platinum sponsor and get top exposure at Curious2027 – Future Insight™.</li><li>Become a partner and book one of the multiple opportunities to promote your products, technologies, and services to the Curious2027 – Future Insight™ Conference global audience.</li><li>Become a ticket grant sponsor – free tickets will be provided to recipients of your choice.</li><li>Become a connector – help to spread the word about the Curious2027 – Future Insight™ conference and become part of the global movement</li></ul><p>Let’s jointly imagine and develop solutions to solve the challenges of today and enable the dreams of a better tomorrow! </p></div></div><div class="elementor-element elementor-element-732f5b2 elementor-widget elementor-widget-button" data-id="732f5b2" 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="mailto:info@future-insight.org"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-icon"> <i aria-hidden="true" class="far fa-envelope"></i> </span> <span class="elementor-button-text">Contact Us</span> </span> </a></div></div></div><div class="elementor-element elementor-element-fad4a2e elementor-widget elementor-widget-button" data-id="fad4a2e" 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/wp-content/uploads/Mediapackage_06_2024.7z"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-icon"> <i aria-hidden="true" class="far fa-folder-download"></i> </span> <span class="elementor-button-text">Download Mediapackage</span> </span> </a></div></div></div></div></div></div></section><section class="elementor-section elementor-top-section elementor-element elementor-element-f384e3c elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="f384e3c" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"52818fa","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}],"background_background":"classic"}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-c4d3434" data-id="c4d3434" data-element_type="column" data-settings="{"background_background":"gradient"}"><div class="elementor-widget-wrap elementor-element-populated"> <!-- dce invisible element 15f66b4 --><!-- dce invisible element d67998f --><!-- dce invisible element b383c11 --><!-- dce invisible element 0815b7c --><!-- dce invisible element 2ddf894 --></div></div><div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-daa5e47" data-id="daa5e47" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap"></div></div></div></section></div><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="{"background_background":"classic","jet_parallax_layout_list":[{"_id":"c168c33","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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="{"layout":"horizontal","submenu_icon":{"value":"<i class=\"fas fa-caret-down\"><\/i>","library":"fa-solid"}}" 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 menu-item-5646"><a href="https://www.curiousfutureinsight.org/" class="elementor-item">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 current-menu-item menu-item-5657"><a href="https://www.curiousfutureinsight.org/partners" aria-current="page" class="elementor-item elementor-item-active">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 & 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 & 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 menu-item-5646"><a href="https://www.curiousfutureinsight.org/" class="elementor-item" 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 current-menu-item menu-item-5657"><a href="https://www.curiousfutureinsight.org/partners" aria-current="page" class="elementor-item elementor-item-active" 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 & 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 & 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="{"skin":"classic"}" 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="{"background_background":"classic","jet_parallax_layout_list":[{"_id":"c168c33","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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 loading="lazy" 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 loading="lazy" 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 loading="lazy" 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 loading="lazy" 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 loading="lazy" 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 loading="lazy" 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="{"background_background":"classic","jet_parallax_layout_list":[{"_id":"c168c33","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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="{"layout":"horizontal","submenu_icon":{"value":"<i class=\"fas fa-caret-down\"><\/i>","library":"fa-solid"}}" 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="{"layout":"horizontal","submenu_icon":{"value":"<i class=\"fas fa-caret-down\"><\/i>","library":"fa-solid"}}" 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="{"background_background":"classic","jet_parallax_layout_list":[{"_id":"c168c33","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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="{"layout":"horizontal","submenu_icon":{"value":"<i class=\"fas fa-caret-down\"><\/i>","library":"fa-solid"}}" 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="{"layout":"horizontal","submenu_icon":{"value":"<i class=\"fas fa-caret-down\"><\/i>","library":"fa-solid"}}" 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="{"a11y_navigation":"yes","timing":[]}" 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="{"jet_parallax_layout_list":[]}"><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"><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="{"step_next_label":"Next","step_previous_label":"Previous","button_width":"100","step_type":"number_text","step_icon_shape":"circle"}" 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="Partners — Curious2024 – Future Insight™" /><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 & Deps">Antigua & 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 & Nevis">St Kitts & Nevis</option><option value="St Lucia">St Lucia</option><option value="Saint Vincent & the Grenadines">Saint Vincent & the Grenadines</option><option value="Samoa">Samoa</option><option value="San Marino">San Marino</option><option value="Sao Tome & Principe">Sao Tome & 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 & Tobago">Trinidad & 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="{"prevent_scroll":"yes","classes":"menu-popup","entrance_animation":"fadeIn","entrance_animation_duration":{"unit":"px","size":2,"sizes":[]},"a11y_navigation":"yes","timing":[]}" 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="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"0c93f1a","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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="{"jet_parallax_layout_list":[]}"><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="{"layout":"vertical","submenu_icon":{"value":"<i class=\"fas fa-caret-down\"><\/i>","library":"fa-solid"}}" 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 menu-item-6985"><a href="https://www.curiousfutureinsight.org/" class="elementor-item">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 current-menu-item menu-item-722"><a href="https://www.curiousfutureinsight.org/partners" aria-current="page" class="elementor-item elementor-item-active">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 menu-item-6985"><a href="https://www.curiousfutureinsight.org/" class="elementor-item" 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 current-menu-item menu-item-722"><a href="https://www.curiousfutureinsight.org/partners" aria-current="page" class="elementor-item elementor-item-active" 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="{"layout":"vertical","submenu_icon":{"value":"<i class=\"fas fa-caret-down\"><\/i>","library":"fa-solid"}}" 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 & 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 & 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 & 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 & 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="{"jet_parallax_layout_list":[]}"><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="{"skin":"classic"}" 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="{"jet_parallax_layout_list":[]}"><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="{"layout":"horizontal","submenu_icon":{"value":"<i class=\"fas fa-caret-down\"><\/i>","library":"fa-solid"}}" 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="{"layout":"horizontal","submenu_icon":{"value":"<i class=\"fas fa-caret-down\"><\/i>","library":"fa-solid"}}" 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="{"prevent_scroll":"yes","classes":"menu-popup","entrance_animation":"fadeIn","entrance_animation_duration":{"unit":"px","size":2,"sizes":[]},"a11y_navigation":"yes","timing":[]}" 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="{"jet_parallax_layout_list":[{"_id":"0c93f1a","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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="{"skin":"classic"}" 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> <style id="elementor-post-12366">.elementor-12366 .elementor-element.elementor-element-7ea675be > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-12366 .elementor-element.elementor-element-1f4003a3 .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-12366 .elementor-element.elementor-element-f115127 .elementor-button-content-wrapper{flex-direction:row-reverse;}.elementor-12366 .elementor-element.elementor-element-f115127 .elementor-button span{gap:14px;}.elementor-12366 .elementor-element.elementor-element-f115127 .elementor-field-group{padding-right:calc( 35px/2 );padding-left:calc( 35px/2 );margin-bottom:35px;}.elementor-12366 .elementor-element.elementor-element-f115127 .elementor-form-fields-wrapper{margin-left:calc( -35px/2 );margin-right:calc( -35px/2 );margin-bottom:-35px;}.elementor-12366 .elementor-element.elementor-element-f115127 .elementor-field-group.recaptcha_v3-bottomleft, .elementor-12366 .elementor-element.elementor-element-f115127 .elementor-field-group.recaptcha_v3-bottomright{margin-bottom:0;}body.rtl .elementor-12366 .elementor-element.elementor-element-f115127 .elementor-labels-inline .elementor-field-group > label{padding-left:0px;}body:not(.rtl) .elementor-12366 .elementor-element.elementor-element-f115127 .elementor-labels-inline .elementor-field-group > label{padding-right:0px;}body .elementor-12366 .elementor-element.elementor-element-f115127 .elementor-labels-above .elementor-field-group > label{padding-bottom:0px;}body.rtl .elementor-12366 .elementor-element.elementor-element-f115127 .elementor-labels-inline .elementor-field-group > abbr{padding-left:0px;}body:not(.rtl) .elementor-12366 .elementor-element.elementor-element-f115127 .elementor-labels-inline .elementor-field-group > abbr{padding-right:0px;}body .elementor-12366 .elementor-element.elementor-element-f115127 .elementor-labels-above .elementor-field-group > abbr{padding-bottom:0px;}.elementor-12366 .elementor-element.elementor-element-f115127 .elementor-field-group > label, .elementor-12366 .elementor-element.elementor-element-f115127 .elementor-field-subgroup label{color:var( --e-global-color-text );}.elementor-12366 .elementor-element.elementor-element-f115127 .elementor-field-type-html{padding-bottom:0px;color:var( --e-global-color-text );}.elementor-12366 .elementor-element.elementor-element-f115127 .elementor-field-group .elementor-field{color:var( --e-global-color-text );}.elementor-12366 .elementor-element.elementor-element-f115127 .elementor-field-group .elementor-field, .elementor-12366 .elementor-element.elementor-element-f115127 .elementor-field-subgroup label{font-size:0.9em;}.elementor-12366 .elementor-element.elementor-element-f115127 .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-12366 .elementor-element.elementor-element-f115127 .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-12366 .elementor-element.elementor-element-f115127 .elementor-field-group .elementor-select-wrapper::before{color:var( --e-global-color-text );}.elementor-12366 .elementor-element.elementor-element-f115127 .elementor-button{border-style:solid;}.elementor-12366 .elementor-element.elementor-element-f115127 .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-12366 .elementor-element.elementor-element-f115127 .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-12366 .elementor-element.elementor-element-f115127 .elementor-button[type="submit"] svg *{fill:var( --e-global-color-primary );}.elementor-12366 .elementor-element.elementor-element-f115127 .e-form__buttons__wrapper__button-previous{color:#ffffff;border-color:var( --e-global-color-accent );}.elementor-12366 .elementor-element.elementor-element-f115127 .e-form__buttons__wrapper__button-next:hover{color:var( --e-global-color-primary );}.elementor-12366 .elementor-element.elementor-element-f115127 .elementor-button[type="submit"]:hover{color:var( --e-global-color-primary );}.elementor-12366 .elementor-element.elementor-element-f115127 .elementor-button[type="submit"]:hover svg *{fill:var( --e-global-color-primary );}.elementor-12366 .elementor-element.elementor-element-f115127 .e-form__buttons__wrapper__button-previous:hover{color:#ffffff;}.elementor-12366 .elementor-element.elementor-element-f115127 .elementor-field-label-description .elementor-field-label{display:inline-block;}.elementor-12366 .elementor-element.elementor-element-f115127 .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-12366 .elementor-element.elementor-element-f115127 .elementor-message.elementor-message-success{color:var( --e-global-color-text );}.elementor-12366 .elementor-element.elementor-element-f115127 .elementor-message.elementor-message-danger{color:var( --e-global-color-534496d );}.elementor-12366 .elementor-element.elementor-element-f115127 .elementor-message.elementor-help-inline{color:var( --e-global-color-text );}.elementor-12366 .elementor-element.elementor-element-f115127{--e-form-steps-indicators-spacing:20px;--e-form-steps-indicator-padding:30px;--e-form-steps-indicator-inactive-primary-color:var( --e-global-color-text );--e-form-steps-indicator-inactive-secondary-color:#ffffff;--e-form-steps-indicator-active-primary-color:var( --e-global-color-accent );--e-form-steps-indicator-active-secondary-color:#ffffff;--e-form-steps-indicator-completed-primary-color:var( --e-global-color-text );--e-form-steps-indicator-completed-secondary-color:#ffffff;--e-form-steps-divider-width:1px;--e-form-steps-divider-gap:10px;}.elementor-12366 .elementor-element.elementor-element-f115127 > .elementor-widget-container{margin:20px 0px 0px 0px;}#elementor-popup-modal-12366 .dialog-message{width:768px;height:auto;padding:40px 40px 40px 40px;}#elementor-popup-modal-12366{justify-content:center;align-items:flex-start;pointer-events:all;background-color:rgba(0,0,0,.8);}#elementor-popup-modal-12366 .dialog-close-button{display:flex;}#elementor-popup-modal-12366 .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-12366 .elementor-element.elementor-element-1f4003a3 .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-12366 .elementor-element.elementor-element-1f4003a3 .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="12366" class="elementor elementor-12366 elementor-location-popup" data-elementor-settings="{"a11y_navigation":"yes","timing":[]}" data-elementor-post-type="elementor_library"><section class="elementor-section elementor-top-section elementor-element elementor-element-777cf38c elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="777cf38c" data-element_type="section" data-settings="{"jet_parallax_layout_list":[]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-7ea675be" data-id="7ea675be" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-1f4003a3 elementor-widget elementor-widget-heading" data-id="1f4003a3" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">You are passionate about science & technology? Let's work together.</div></div></div><div class="elementor-element elementor-element-59376619 elementor-widget elementor-widget-text-editor" data-id="59376619" data-element_type="widget" data-widget_type="text-editor.default"><div class="elementor-widget-container"><p>The Curious2027 – Future Insight™ Conference is the place to meet the people who shape the future of science and technology. For you and your organization the event provides multiple opportunities to help you achieve your scientific and business goals.</p><p>Find the right partnering opportunities for your institution. Fill out our questionnaire and we will get in touch! </p></div></div><div class="elementor-element elementor-element-f115127 elementor-button-align-start elementor-widget elementor-widget-form" data-id="f115127" data-element_type="widget" data-settings="{"step_next_label":"Next","step_previous_label":"Previous","step_type":"none","button_width":"100","step_icon_shape":"circle"}" data-widget_type="form.default"><div class="elementor-widget-container"><form class="elementor-form" method="post" id="partners" name="Signup Form"> <input type="hidden" name="post_id" value="12366"/> <input type="hidden" name="form_id" value="f115127"/> <input type="hidden" name="referer_title" value="Partners — Curious2024 – Future Insight™" /><div class="elementor-form-fields-wrapper elementor-labels-"><div class="elementor-field-type-html elementor-field-group elementor-column elementor-field-group-field_7260ff5 elementor-col-100"> <b>What would you like more information about?</b></div><div class="elementor-field-type-checkbox elementor-field-group elementor-column elementor-field-group-info elementor-col-100"> <label for="form-field-info" class="elementor-field-label elementor-screen-only"> Checkbox </label><div class="elementor-field-subgroup "><span class="elementor-field-option"><input type="checkbox" value="I am curious about all partnering opportunities! " id="form-field-info-0" name="form_fields[info][]"> <label for="form-field-info-0">I am curious about all partnering opportunities! </label></span><span class="elementor-field-option"><input type="checkbox" value="Visibility to a global audience (sponsored talks)" id="form-field-info-1" name="form_fields[info][]"> <label for="form-field-info-1">Visibility to a global audience (sponsored talks)</label></span><span class="elementor-field-option"><input type="checkbox" value="Ideas from the worlds top thinkers (workhops)" id="form-field-info-2" name="form_fields[info][]"> <label for="form-field-info-2">Ideas from the worlds top thinkers (workhops)</label></span><span class="elementor-field-option"><input type="checkbox" value="Attract new customers (exhibition)" id="form-field-info-3" name="form_fields[info][]"> <label for="form-field-info-3">Attract new customers (exhibition)</label></span><span class="elementor-field-option"><input type="checkbox" value="Find top talent for hiring (opportunity board)" id="form-field-info-4" name="form_fields[info][]"> <label for="form-field-info-4">Find top talent for hiring (opportunity board)</label></span><span class="elementor-field-option"><input type="checkbox" value="Get inspiration for your employees (tickets)" id="form-field-info-5" name="form_fields[info][]"> <label for="form-field-info-5">Get inspiration for your employees (tickets)</label></span><span class="elementor-field-option"><input type="checkbox" value="Position your organization as a top scientific innovator (branding)" id="form-field-info-6" name="form_fields[info][]"> <label for="form-field-info-6">Position your organization as a top scientific innovator (branding)</label></span><span class="elementor-field-option"><input type="checkbox" value="Associate your logo with benefits for visitors (logo placement)" id="form-field-info-7" name="form_fields[info][]"> <label for="form-field-info-7">Associate your logo with benefits for visitors (logo placement)</label></span><span class="elementor-field-option"><input type="checkbox" value="Connect with us and join the movement (support)" id="form-field-info-8" name="form_fields[info][]"> <label for="form-field-info-8">Connect with us and join the movement (support)</label></span></div></div><div class="elementor-field-type-html elementor-field-group elementor-column elementor-field-group-field_2a592a2 elementor-col-100"> <b>Optional: Is there a topic or expertise you would like to address at Curious2027? </b></div><div class="elementor-field-type-textarea elementor-field-group elementor-column elementor-field-group-topics elementor-col-100"> <label for="form-field-topics" class="elementor-field-label elementor-screen-only"> Topics </label><textarea class="elementor-field-textual elementor-field elementor-size-md" name="form_fields[topics]" id="form-field-topics" rows="4"></textarea></div><div class="elementor-field-type-html elementor-field-group elementor-column elementor-field-group-field_4fce019 elementor-col-100"><p><b>How can we contact you? </b></p><p>Privacy Note: 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 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-text elementor-field-group elementor-column elementor-field-group-affiliation elementor-col-50"> <label for="form-field-affiliation" class="elementor-field-label elementor-screen-only"> Affiliation </label> <input size="1" type="text" name="form_fields[affiliation]" id="form-field-affiliation" class="elementor-field elementor-size-md elementor-field-textual" placeholder="Affiliation"></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><div data-elementor-type="popup" data-elementor-id="12382" class="elementor elementor-12382 elementor-location-popup" data-elementor-settings="{"prevent_close_on_background_click":"yes","prevent_close_on_esc_key":"yes","a11y_navigation":"yes","triggers":{"page_load_delay":4,"page_load":"yes"},"timing":[]}" data-elementor-post-type="elementor_library"><section class="elementor-section elementor-top-section elementor-element elementor-element-6457b1f6 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="6457b1f6" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"ac45ade","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}],"background_background":"classic"}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-45bec3e3" data-id="45bec3e3" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><section class="elementor-section elementor-inner-section elementor-element elementor-element-15af529e elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="15af529e" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"c111c43","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-c65ed8b" data-id="c65ed8b" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-3a5acaa9 elementor-widget elementor-widget-heading" data-id="3a5acaa9" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h2 class="elementor-heading-title elementor-size-default">You are passionate about science & technology? Let's work together.</h2></div></div></div></div></div></section><div class="elementor-element elementor-element-210230d elementor-widget elementor-widget-text-editor" data-id="210230d" data-element_type="widget" data-widget_type="text-editor.default"><div class="elementor-widget-container"><p>Find the right partnership opportunities for your institution.</p></div></div><section class="elementor-section elementor-inner-section elementor-element elementor-element-6a8ad42d elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="6a8ad42d" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"37fb6b8","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-48c5aaff" data-id="48c5aaff" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-2716b3d5 elementor-align-left elementor-widget elementor-widget-button" data-id="2716b3d5" 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%3DeyJpZCI6IjEyMzY2IiwidG9nZ2xlIjpmYWxzZX0%3D"> <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">Open questionnaire</span> </span> </a></div></div></div></div></div></div></section></div></div></div></section></div><div data-elementor-type="popup" data-elementor-id="8165" class="elementor elementor-8165 elementor-location-popup" data-elementor-settings="{"prevent_close_on_background_click":"yes","prevent_close_on_esc_key":"yes","a11y_navigation":"yes","triggers":{"page_load":"yes","page_load_delay":0},"timing":{"times_times":1,"times_count":"close","times":"yes"}}" 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="{"jet_parallax_layout_list":[{"_id":"ac45ade","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}],"background_background":"classic"}"><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="{"jet_parallax_layout_list":[{"_id":"c111c43","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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="{"jet_parallax_layout_list":[{"_id":"37fb6b8","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><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":"eu","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-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.curiousfutureinsight.org/wp-includes/js/imagesloaded.min.js" id="imagesloaded-js" defer></script> <script type="rocketlazyloadscript" data-rocket-src="https://www.google.com/recaptcha/api.js?render=explicit&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":"2a84ec4135"},"swiperClass":"swiper","settings":{"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":0,"title":"Partners — Curious2024 \u2013 Future Insight\u2122","excerpt":""}}; </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":"646289bf0c","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":""},"d6bf273":{"view_more":false,"particles":"false","particles_json":""},"9380b35":{"view_more":false,"particles":"false","particles_json":""},"3609638":{"view_more":false,"particles":"false","particles_json":""},"aa761e9":{"view_more":false,"particles":"false","particles_json":""},"2d4222c":{"view_more":false,"particles":"false","particles_json":""},"72aa6ff":{"view_more":false,"particles":"false","particles_json":""},"ae68bf9":{"view_more":false,"particles":"false","particles_json":""},"3f400e7":{"view_more":false,"particles":"false","particles_json":""},"3abd0f2":{"view_more":false,"particles":"false","particles_json":""},"f384e3c":{"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":""},"777cf38c":{"view_more":false,"particles":"false","particles_json":""},"6457b1f6":{"view_more":false,"particles":"false","particles_json":""},"15af529e":{"view_more":false,"particles":"false","particles_json":""},"6a8ad42d":{"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":{"68e955a":{"id":"68e955a","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":[],"f6ae954":[],"64b7cc8":[],"e178d4d":{"satellite":"true","satelliteType":"image","satellitePosition":"bottom-right"},"0961f24":[],"1549868":[],"3685d91":[],"7319804":[],"4a3ca4b":[],"c8d7cda":[],"be74dcb":[],"62f4d0f":[],"63962a5":[],"10a07ab":[],"c165ad7":[],"de2e5e8":[],"0e5e0b1":[],"0225910":[],"74da792":[],"5a183d9":[],"04c0ca5":[],"92de8cb":[],"d3b15b0":[],"7dfadcd":[],"5bfd5ac":[],"b5b3394":[],"36e7891":[],"fc56649":[],"aa8dc9f":[],"fc18f5a":[],"03659dd":[],"d42be72":[],"08a0698":[],"f20b3b0":[],"f6612ec":[],"917bd66":[],"6976f62":[],"bc9305a":[],"732f5b2":[],"fad4a2e":[],"15f66b4":[],"d67998f":[],"b383c11":[],"0815b7c":[],"2ddf894":[],"b450a7c":[],"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":[],"1f4003a3":[],"59376619":[],"f115127":[],"3a5acaa9":[],"210230d":[],"2716b3d5":[],"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> <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=2050897998" 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@1732475202 -->