CINXE.COM

Webinars and Conferences – LifeWatch ERIC

<!DOCTYPE html> <html lang="en-US" class="no-js"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width"> <link rel="profile" href="https://gmpg.org/xfn/11"> <link rel="pingback" href="https://training.lifewatch.eu/xmlrpc.php"> <!--[if lt IE 9]> <script src="https://training.lifewatch.eu/wp-content/themes/twentyfifteen/js/html5.js?ver=3.7.0"></script> <![endif]--> <script> // On Head start const moodleURL = "https://training.lifewatch.eu:9001"; const enableDebug = false; function debug(error) { if (!enableDebug) { return; } console.log("[DEBUG]", error); } // Gets the desired moodle url from the parent page url query function getDynamicPath() { try { const params = new URLSearchParams(window.location.search); // If category is supplied show list of courses inside this category const category = params.get("category"); if(category !== null) { return "/course/index.php?categoryid=" + category; } const resource = params.get("resource"); if(resource !== null) { return resource; } } catch (error) { debug(error); } return null; } // Callback on the iframe load event function moodleOnLoad(iframe) { return function() { // Scroll to top of parent page window.scrollTo(0, 0); try { let url = iframe.contentWindow.location.href; // If the iframe navigated to a page that is not moodle // reloads the content of the iframe inside the parent page if (!url.startsWith(moodleURL)) { window.location.href = url; } } catch (error) { debug(error); } }; } // When moodle loads sends a message to its parent with its size // then the parents resizes the iframe with the correct values function moodleMessageHandler(iframe) { return function(event) { let message = event.data; iframe.style.height = message.height + 'px'; iframe.style.width = '100%'; }; } // Sets up the moodle iframe inside the current wordpress page function setupMoodleIFrame(title, defaultPath) { // Get the iframe element const iframe = document.getElementById("moodle-iframe"); // Set the iframe title iframe.title = title; // Set the iframe source var path = getDynamicPath(); if(path === null) { path = defaultPath; } iframe.src = moodleURL + path; // Set the iframe message handler window.addEventListener('message', moodleMessageHandler(iframe) , false); iframe.onload = moodleOnLoad(iframe); } </script> <script>(function(html){html.className = html.className.replace(/\bno-js\b/,'js')})(document.documentElement);</script> <title>Webinars and Conferences &#8211; LifeWatch ERIC</title> <meta name='robots' content='max-image-preview:large' /> <link rel='dns-prefetch' href='//www.googletagmanager.com' /> <link rel='dns-prefetch' href='//fonts.googleapis.com' /> <link rel='dns-prefetch' href='//use.fontawesome.com' /> <link href='https://fonts.gstatic.com' crossorigin rel='preconnect' /> <link rel="alternate" type="application/rss+xml" title="LifeWatch ERIC &raquo; Feed" href="https://training.lifewatch.eu/feed/" /> <link rel="alternate" type="application/rss+xml" title="LifeWatch ERIC &raquo; Comments Feed" href="https://training.lifewatch.eu/comments/feed/" /> <script> window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/14.0.0\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/14.0.0\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/training.lifewatch.eu\/wp-includes\/js\/wp-emoji-release.min.js?ver=6.3"}}; /*! This file is auto-generated */ !function(i,n){var o,s,e;function c(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function p(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data),r=(e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0),new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data));return t.every(function(e,t){return e===r[t]})}function u(e,t,n){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\uddfa\ud83c\uddf3","\ud83c\uddfa\u200b\ud83c\uddf3")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!n(e,"\ud83e\udef1\ud83c\udffb\u200d\ud83e\udef2\ud83c\udfff","\ud83e\udef1\ud83c\udffb\u200b\ud83e\udef2\ud83c\udfff")}return!1}function f(e,t,n){var r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):i.createElement("canvas"),a=r.getContext("2d",{willReadFrequently:!0}),o=(a.textBaseline="top",a.font="600 32px Arial",{});return e.forEach(function(e){o[e]=t(a,e,n)}),o}function t(e){var t=i.createElement("script");t.src=e,t.defer=!0,i.head.appendChild(t)}"undefined"!=typeof Promise&&(o="wpEmojiSettingsSupports",s=["flag","emoji"],n.supports={everything:!0,everythingExceptFlag:!0},e=new Promise(function(e){i.addEventListener("DOMContentLoaded",e,{once:!0})}),new Promise(function(t){var n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+f.toString()+"("+[JSON.stringify(s),u.toString(),p.toString()].join(",")+"));",r=new Blob([e],{type:"text/javascript"}),a=new Worker(URL.createObjectURL(r),{name:"wpTestEmojiSupports"});return void(a.onmessage=function(e){c(n=e.data),a.terminate(),t(n)})}catch(e){}c(n=f(s,u,p))}t(n)}).then(function(e){for(var t in e)n.supports[t]=e[t],n.supports.everything=n.supports.everything&&n.supports[t],"flag"!==t&&(n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&n.supports[t]);n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&!n.supports.flag,n.DOMReady=!1,n.readyCallback=function(){n.DOMReady=!0}}).then(function(){return e}).then(function(){var e;n.supports.everything||(n.readyCallback(),(e=n.source||{}).concatemoji?t(e.concatemoji):e.wpemoji&&e.twemoji&&(t(e.twemoji),t(e.wpemoji)))}))}((window,document),window._wpemojiSettings); </script> <style> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 0.07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='mec-select2-style-css' href='https://training.lifewatch.eu/wp-content/plugins/modern-events-calendar-lite/assets/packages/select2/select2.min.css?ver=6.5.6' media='all' /> <link rel='stylesheet' id='mec-font-icons-css' href='https://training.lifewatch.eu/wp-content/plugins/modern-events-calendar-lite/assets/css/iconfonts.css?ver=6.3' media='all' /> <link rel='stylesheet' id='mec-frontend-style-css' href='https://training.lifewatch.eu/wp-content/plugins/modern-events-calendar-lite/assets/css/frontend.min.css?ver=6.5.6' media='all' /> <link rel='stylesheet' id='mec-tooltip-style-css' href='https://training.lifewatch.eu/wp-content/plugins/modern-events-calendar-lite/assets/packages/tooltip/tooltip.css?ver=6.3' media='all' /> <link rel='stylesheet' id='mec-tooltip-shadow-style-css' href='https://training.lifewatch.eu/wp-content/plugins/modern-events-calendar-lite/assets/packages/tooltip/tooltipster-sideTip-shadow.min.css?ver=6.3' media='all' /> <link rel='stylesheet' id='featherlight-css' href='https://training.lifewatch.eu/wp-content/plugins/modern-events-calendar-lite/assets/packages/featherlight/featherlight.css?ver=6.3' media='all' /> <link rel='stylesheet' id='mec-google-fonts-css' href='//fonts.googleapis.com/css?family=Montserrat%3A400%2C700%7CRoboto%3A100%2C300%2C400%2C700&#038;ver=6.3' media='all' /> <link rel='stylesheet' id='mec-custom-google-font-css' href='https://fonts.googleapis.com/css?family=Titillium+Web%3A200%2C+200italic%2C+300%2C+300italic%2C+regular%2C+italic%2C+600%2C+600italic%2C+700%2C+700italic%2C+900%2C+%7CTitillium+Web%3A900%2C+900%2C+900%2C+900%2C+900%2C+900%2C+900%2C+900%2C+900%2C+900%2C+900%2C+&#038;subset=latin%2Clatin-ext' media='all' /> <link rel='stylesheet' id='mec-lity-style-css' href='https://training.lifewatch.eu/wp-content/plugins/modern-events-calendar-lite/assets/packages/lity/lity.min.css?ver=6.3' media='all' /> <link rel='stylesheet' id='mec-general-calendar-style-css' href='https://training.lifewatch.eu/wp-content/plugins/modern-events-calendar-lite/assets/css/mec-general-calendar.css?ver=6.3' media='all' /> <link rel='stylesheet' id='hfe-widgets-style-css' href='https://training.lifewatch.eu/wp-content/plugins/header-footer-elementor/inc/widgets-css/frontend.css?ver=1.6.36' media='all' /> <link rel='stylesheet' id='wp-block-library-css' href='https://training.lifewatch.eu/wp-includes/css/dist/block-library/style.min.css?ver=6.3' media='all' /> <style id='wp-block-library-theme-inline-css'> .wp-block-audio figcaption{color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-audio figcaption{color:hsla(0,0%,100%,.65)}.wp-block-audio{margin:0 0 1em}.wp-block-code{border:1px solid #ccc;border-radius:4px;font-family:Menlo,Consolas,monaco,monospace;padding:.8em 1em}.wp-block-embed figcaption{color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-embed figcaption{color:hsla(0,0%,100%,.65)}.wp-block-embed{margin:0 0 1em}.blocks-gallery-caption{color:#555;font-size:13px;text-align:center}.is-dark-theme .blocks-gallery-caption{color:hsla(0,0%,100%,.65)}.wp-block-image figcaption{color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-image figcaption{color:hsla(0,0%,100%,.65)}.wp-block-image{margin:0 0 1em}.wp-block-pullquote{border-bottom:4px solid;border-top:4px solid;color:currentColor;margin-bottom:1.75em}.wp-block-pullquote cite,.wp-block-pullquote footer,.wp-block-pullquote__citation{color:currentColor;font-size:.8125em;font-style:normal;text-transform:uppercase}.wp-block-quote{border-left:.25em solid;margin:0 0 1.75em;padding-left:1em}.wp-block-quote cite,.wp-block-quote footer{color:currentColor;font-size:.8125em;font-style:normal;position:relative}.wp-block-quote.has-text-align-right{border-left:none;border-right:.25em solid;padding-left:0;padding-right:1em}.wp-block-quote.has-text-align-center{border:none;padding-left:0}.wp-block-quote.is-large,.wp-block-quote.is-style-large,.wp-block-quote.is-style-plain{border:none}.wp-block-search .wp-block-search__label{font-weight:700}.wp-block-search__button{border:1px solid #ccc;padding:.375em .625em}:where(.wp-block-group.has-background){padding:1.25em 2.375em}.wp-block-separator.has-css-opacity{opacity:.4}.wp-block-separator{border:none;border-bottom:2px solid;margin-left:auto;margin-right:auto}.wp-block-separator.has-alpha-channel-opacity{opacity:1}.wp-block-separator:not(.is-style-wide):not(.is-style-dots){width:100px}.wp-block-separator.has-background:not(.is-style-dots){border-bottom:none;height:1px}.wp-block-separator.has-background:not(.is-style-wide):not(.is-style-dots){height:2px}.wp-block-table{margin:0 0 1em}.wp-block-table td,.wp-block-table th{word-break:normal}.wp-block-table figcaption{color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-table figcaption{color:hsla(0,0%,100%,.65)}.wp-block-video figcaption{color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-video figcaption{color:hsla(0,0%,100%,.65)}.wp-block-video{margin:0 0 1em}.wp-block-template-part.has-background{margin-bottom:0;margin-top:0;padding:1.25em 2.375em} </style> <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'> body{--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #fff;--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--color--dark-gray: #111;--wp--preset--color--light-gray: #f1f1f1;--wp--preset--color--yellow: #f4ca16;--wp--preset--color--dark-brown: #352712;--wp--preset--color--medium-pink: #e53b51;--wp--preset--color--light-pink: #ffe5d1;--wp--preset--color--dark-purple: #2e2256;--wp--preset--color--purple: #674970;--wp--preset--color--blue-gray: #22313f;--wp--preset--color--bright-blue: #55c3dc;--wp--preset--color--light-blue: #e9f2f9;--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--gradient--dark-gray-gradient-gradient: linear-gradient(90deg, rgba(17,17,17,1) 0%, rgba(42,42,42,1) 100%);--wp--preset--gradient--light-gray-gradient: linear-gradient(90deg, rgba(241,241,241,1) 0%, rgba(215,215,215,1) 100%);--wp--preset--gradient--white-gradient: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(230,230,230,1) 100%);--wp--preset--gradient--yellow-gradient: linear-gradient(90deg, rgba(244,202,22,1) 0%, rgba(205,168,10,1) 100%);--wp--preset--gradient--dark-brown-gradient: linear-gradient(90deg, rgba(53,39,18,1) 0%, rgba(91,67,31,1) 100%);--wp--preset--gradient--medium-pink-gradient: linear-gradient(90deg, rgba(229,59,81,1) 0%, rgba(209,28,51,1) 100%);--wp--preset--gradient--light-pink-gradient: linear-gradient(90deg, rgba(255,229,209,1) 0%, rgba(255,200,158,1) 100%);--wp--preset--gradient--dark-purple-gradient: linear-gradient(90deg, rgba(46,34,86,1) 0%, rgba(66,48,123,1) 100%);--wp--preset--gradient--purple-gradient: linear-gradient(90deg, rgba(103,73,112,1) 0%, rgba(131,93,143,1) 100%);--wp--preset--gradient--blue-gray-gradient: linear-gradient(90deg, rgba(34,49,63,1) 0%, rgba(52,75,96,1) 100%);--wp--preset--gradient--bright-blue-gradient: linear-gradient(90deg, rgba(85,195,220,1) 0%, rgba(43,180,211,1) 100%);--wp--preset--gradient--light-blue-gradient: linear-gradient(90deg, rgba(233,242,249,1) 0%, rgba(193,218,238,1) 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-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}body .is-layout-flex{flex-wrap: wrap;align-items: center;}body .is-layout-flex > *{margin: 0;}body .is-layout-grid{display: grid;}body .is-layout-grid > *{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;} .wp-block-navigation a:where(:not(.wp-element-button)){color: inherit;} :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;} .wp-block-pullquote{font-size: 1.5em;line-height: 1.6;} </style> <link rel='stylesheet' id='hide-admin-bar-based-on-user-roles-css' href='https://training.lifewatch.eu/wp-content/plugins/hide-admin-bar-based-on-user-roles/public/css/hide-admin-bar-based-on-user-roles-public.css?ver=3.8.2' media='all' /> <link rel='stylesheet' id='cmplz-general-css' href='https://training.lifewatch.eu/wp-content/plugins/complianz-gdpr/assets/css/cookieblocker.min.css?ver=1719395035' media='all' /> <link rel='stylesheet' id='hfe-style-css' href='https://training.lifewatch.eu/wp-content/plugins/header-footer-elementor/assets/css/header-footer-elementor.css?ver=1.6.36' media='all' /> <link rel='stylesheet' id='elementor-icons-css' href='https://training.lifewatch.eu/wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.min.css?ver=5.21.0' media='all' /> <link rel='stylesheet' id='elementor-frontend-css' href='https://training.lifewatch.eu/wp-content/plugins/elementor/assets/css/frontend-lite.min.css?ver=3.15.3' media='all' /> <link rel='stylesheet' id='swiper-css' href='https://training.lifewatch.eu/wp-content/plugins/elementor/assets/lib/swiper/css/swiper.min.css?ver=5.3.6' media='all' /> <link rel='stylesheet' id='elementor-post-13-css' href='https://training.lifewatch.eu/wp-content/uploads/elementor/css/post-13.css?ver=1693832193' media='all' /> <link rel='stylesheet' id='eihe-front-style-css' href='https://training.lifewatch.eu/wp-content/plugins/image-hover-effects-addon-for-elementor/assets/style.min.css?ver=1.4.3' media='all' /> <link rel='stylesheet' id='elementor-global-css' href='https://training.lifewatch.eu/wp-content/uploads/elementor/css/global.css?ver=1693832194' media='all' /> <link rel='stylesheet' id='elementor-post-295-css' href='https://training.lifewatch.eu/wp-content/uploads/elementor/css/post-295.css?ver=1693891116' media='all' /> <link rel='stylesheet' id='twentyfifteen-fonts-css' href='https://fonts.googleapis.com/css?family=Noto+Sans%3A400italic%2C700italic%2C400%2C700%7CNoto+Serif%3A400italic%2C700italic%2C400%2C700%7CInconsolata%3A400%2C700&#038;subset=latin%2Clatin-ext&#038;display=fallback' media='all' /> <link rel='stylesheet' id='genericons-css' href='https://training.lifewatch.eu/wp-content/themes/twentyfifteen/genericons/genericons.css?ver=20201026' media='all' /> <link rel='stylesheet' id='twentyfifteen-style-css' href='https://training.lifewatch.eu/wp-content/themes/twentyfifteen/style.css?ver=20221101' media='all' /> <link rel='stylesheet' id='twentyfifteen-block-style-css' href='https://training.lifewatch.eu/wp-content/themes/twentyfifteen/css/blocks.css?ver=20220914' media='all' /> <!--[if lt IE 9]> <link rel='stylesheet' id='twentyfifteen-ie-css' href='https://training.lifewatch.eu/wp-content/themes/twentyfifteen/css/ie.css?ver=20220908' media='all' /> <![endif]--> <!--[if lt IE 8]> <link rel='stylesheet' id='twentyfifteen-ie7-css' href='https://training.lifewatch.eu/wp-content/themes/twentyfifteen/css/ie7.css?ver=20141210' media='all' /> <![endif]--> <link rel='stylesheet' id='style_login_widget-css' href='https://training.lifewatch.eu/wp-content/plugins/miniorange-login-with-eve-online-google-facebook/css/style_login_widget.min.css?ver=6.25.4' media='all' /> <link rel='stylesheet' id='newsletter-css' href='https://training.lifewatch.eu/wp-content/plugins/newsletter/style.css?ver=8.4.2' media='all' /> <link rel='stylesheet' id='font-awesome-official-css' href='https://use.fontawesome.com/releases/v5.15.4/css/all.css' media='all' integrity="sha384-DyZ88mC6Up2uqS4h/KRgHuoeGwBcD4Ng9SiP4dIRy0EXTlnuz47vAwmeGwVChigm" crossorigin="anonymous" /> <link rel='stylesheet' id='eael-general-css' href='https://training.lifewatch.eu/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/view/general.min.css?ver=5.9.25' media='all' /> <link rel='stylesheet' id='font-awesome-official-v4shim-css' href='https://use.fontawesome.com/releases/v5.15.4/css/v4-shims.css' media='all' integrity="sha384-Vq76wejb3QJM4nDatBa5rUOve+9gkegsjCebvV/9fvXlGWo4HCMR4cJZjjcF6Viv" crossorigin="anonymous" /> <style id='font-awesome-official-v4shim-inline-css'> @font-face { font-family: "FontAwesome"; font-display: block; src: url("https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-brands-400.eot"), url("https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-brands-400.woff2") format("woff2"), url("https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-brands-400.woff") format("woff"), url("https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-brands-400.ttf") format("truetype"), url("https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-brands-400.svg#fontawesome") format("svg"); } @font-face { font-family: "FontAwesome"; font-display: block; src: url("https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-solid-900.eot"), url("https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-solid-900.woff2") format("woff2"), url("https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-solid-900.woff") format("woff"), url("https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-solid-900.ttf") format("truetype"), url("https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-solid-900.svg#fontawesome") format("svg"); } @font-face { font-family: "FontAwesome"; font-display: block; src: url("https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-regular-400.eot"), url("https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-regular-400.woff2") format("woff2"), url("https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-regular-400.woff") format("woff"), url("https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-regular-400.ttf") format("truetype"), url("https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-regular-400.svg#fontawesome") format("svg"); unicode-range: U+F004-F005,U+F007,U+F017,U+F022,U+F024,U+F02E,U+F03E,U+F044,U+F057-F059,U+F06E,U+F070,U+F075,U+F07B-F07C,U+F080,U+F086,U+F089,U+F094,U+F09D,U+F0A0,U+F0A4-F0A7,U+F0C5,U+F0C7-F0C8,U+F0E0,U+F0EB,U+F0F3,U+F0F8,U+F0FE,U+F111,U+F118-F11A,U+F11C,U+F133,U+F144,U+F146,U+F14A,U+F14D-F14E,U+F150-F152,U+F15B-F15C,U+F164-F165,U+F185-F186,U+F191-F192,U+F1AD,U+F1C1-F1C9,U+F1CD,U+F1D8,U+F1E3,U+F1EA,U+F1F6,U+F1F9,U+F20A,U+F247-F249,U+F24D,U+F254-F25B,U+F25D,U+F267,U+F271-F274,U+F279,U+F28B,U+F28D,U+F2B5-F2B6,U+F2B9,U+F2BB,U+F2BD,U+F2C1-F2C2,U+F2D0,U+F2D2,U+F2DC,U+F2ED,U+F328,U+F358-F35B,U+F3A5,U+F3D1,U+F410,U+F4AD; } </style> <link rel='stylesheet' id='google-fonts-1-css' href='https://fonts.googleapis.com/css?family=Titillium+Web%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CRoboto+Slab%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CRoboto%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic&#038;display=auto&#038;ver=6.3' media='all' /> <link rel="preconnect" href="https://fonts.gstatic.com/" crossorigin><script src='https://training.lifewatch.eu/wp-includes/js/jquery/jquery.min.js?ver=3.7.0' id='jquery-core-js'></script> <script src='https://training.lifewatch.eu/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1' id='jquery-migrate-js'></script> <script src='https://training.lifewatch.eu/wp-content/plugins/modern-events-calendar-lite/assets/js/mec-general-calendar.js?ver=6.5.6' id='mec-general-calendar-script-js'></script> <script id='mec-frontend-script-js-extra'> var mecdata = {"day":"day","days":"days","hour":"hour","hours":"hours","minute":"minute","minutes":"minutes","second":"second","seconds":"seconds","elementor_edit_mode":"no","recapcha_key":"","ajax_url":"https:\/\/training.lifewatch.eu\/wp-admin\/admin-ajax.php","fes_nonce":"0c2e6c0a68","current_year":"2024","current_month":"11","datepicker_format":"yy-mm-dd"}; </script> <script src='https://training.lifewatch.eu/wp-content/plugins/modern-events-calendar-lite/assets/js/frontend.js?ver=6.5.6' id='mec-frontend-script-js'></script> <script src='https://training.lifewatch.eu/wp-content/plugins/modern-events-calendar-lite/assets/js/events.js?ver=6.5.6' id='mec-events-script-js'></script> <script src='https://training.lifewatch.eu/wp-content/plugins/svg-support/vendor/DOMPurify/DOMPurify.min.js?ver=1.0.1' id='bodhi-dompurify-library-js'></script> <script src='https://training.lifewatch.eu/wp-content/plugins/hide-admin-bar-based-on-user-roles/public/js/hide-admin-bar-based-on-user-roles-public.js?ver=3.8.2' id='hide-admin-bar-based-on-user-roles-js'></script> <script src='https://training.lifewatch.eu/wp-content/plugins/svg-support/js/min/svgs-inline-min.js?ver=1.0.1' id='bodhi_svg_inline-js'></script> <script id="bodhi_svg_inline-js-after"> cssTarget="img.style-svg";ForceInlineSVGActive="false";frontSanitizationEnabled="on"; </script> <!-- Google tag (gtag.js) snippet added by Site Kit --> <!-- Google Analytics snippet added by Site Kit --> <script src='https://www.googletagmanager.com/gtag/js?id=G-0HLT7HQR91' id='google_gtagjs-js' async></script> <script id="google_gtagjs-js-after"> window.dataLayer = window.dataLayer || [];function gtag(){dataLayer.push(arguments);} gtag("set","linker",{"domains":["training.lifewatch.eu"]}); gtag("js", new Date()); gtag("set", "developer_id.dZTNiMT", true); gtag("config", "G-0HLT7HQR91"); </script> <!-- End Google tag (gtag.js) snippet added by Site Kit --> <link rel="https://api.w.org/" href="https://training.lifewatch.eu/wp-json/" /><link rel="alternate" type="application/json" href="https://training.lifewatch.eu/wp-json/wp/v2/pages/295" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://training.lifewatch.eu/xmlrpc.php?rsd" /> <meta name="generator" content="WordPress 6.3" /> <link rel="canonical" href="https://training.lifewatch.eu/webinars-and-conferences/" /> <link rel='shortlink' href='https://training.lifewatch.eu/?p=295' /> <link rel="alternate" type="application/json+oembed" href="https://training.lifewatch.eu/wp-json/oembed/1.0/embed?url=https%3A%2F%2Ftraining.lifewatch.eu%2Fwebinars-and-conferences%2F" /> <link rel="alternate" type="text/xml+oembed" href="https://training.lifewatch.eu/wp-json/oembed/1.0/embed?url=https%3A%2F%2Ftraining.lifewatch.eu%2Fwebinars-and-conferences%2F&#038;format=xml" /> <meta name="generator" content="Site Kit by Google 1.130.0" /> <style>.cmplz-hidden { display: none !important; }</style><meta name="generator" content="Elementor 3.15.3; features: e_dom_optimization, e_optimized_assets_loading, e_optimized_css_loading, additional_custom_breakpoints; settings: css_print_method-external, google_font-enabled, font_display-auto"> <style type="text/css" id="twentyfifteen-header-css"> .site-header { padding-top: 14px; padding-bottom: 14px; } .site-branding { min-height: 42px; } @media screen and (min-width: 46.25em) { .site-header { padding-top: 21px; padding-bottom: 21px; } .site-branding { min-height: 56px; } } @media screen and (min-width: 55em) { .site-header { padding-top: 25px; padding-bottom: 25px; } .site-branding { min-height: 62px; } } @media screen and (min-width: 59.6875em) { .site-header { padding-top: 0; padding-bottom: 0; } .site-branding { min-height: 0; } } .site-title, .site-description { clip: rect(1px, 1px, 1px, 1px); position: absolute; } </style> <meta name="theme-color" content="#FFFFFF00"> <link rel="icon" href="https://training.lifewatch.eu/wp-content/uploads/2022/02/LW_ITA-1-150x150.png" sizes="32x32" /> <link rel="icon" href="https://training.lifewatch.eu/wp-content/uploads/2022/02/LW_ITA-1.png" sizes="192x192" /> <link rel="apple-touch-icon" href="https://training.lifewatch.eu/wp-content/uploads/2022/02/LW_ITA-1.png" /> <meta name="msapplication-TileImage" content="https://training.lifewatch.eu/wp-content/uploads/2022/02/LW_ITA-1.png" /> <style id="wp-custom-css"> /* Global*/ :root { --lw-main-color: #0f4e8a; } html, body, #page { min-height: 100% !important; } .position-absolute { position: absolute; } .pum-close.popmake-close { position: relative !important; bottom: 0 !important; float: right !important; } .pum-close-x { background-color: var(--lw-main-color); position: absolute !important; top: -44px; right: -44px; z-index: 11; width: 48px; height: 48px; border-radius: 50px; padding: 0; bottom: none !important; float: none !important; } #tutorial-icon { width: fit-content; float: right; } #page { width: 100% !important; max-width: 100% !important; } /* Hide default footer */ .site-footer { display: none !important; } /* Sidebar */ #masthead { display: none; } #block-10 { padding: 0px !important; } #secondary { margin-top: 0px; } #widget-area > aside { padding: 3rem; margin: 0; } #sidebar { width: 20%; max-width: 20%; } #sidebar .current-menu-item > a { color: var(--lw-main-color) !important; } #sidebar #menu-main_menu, #sidebar .menu-item { border-top: none !important; border-bottom: none !important; font-size: 14px; font-family: 'Titillium Web', sans-serif; font-weight: bolder; text-transform: uppercase; } body:before { width: 20% !important; } #content { width: 80% !important; margin-left: 20% !important; display: flex; flex-direction: column; } .widget_nav_menu { padding: 0 !important; } /* Top Bar */ .log-button { color: white !important; font-family: 'Titillium Web'; } /* Top Banner */ .banner-overlay { position: absolute; height: 100%; display: flex; width: 100%; } .banner-overlay > div { margin: auto 0 !important; width: 100% !important; max-width: 100% !important; } #moodle-iframe { margin: 0 !important; padding: 0 !important; width: 100%; height: 100%; } .wpcf7-response-output { font-family: 'Titillium Web'; } #widget-area > figure { display: flex; justify-content: center; } .owl-dot:hover { background: transparent !important; } .wpforms-field-label, .wpforms-field-sublabel.after, .wpforms-submit, .wpforms-field > input, .wpforms-field > textarea, .wpforms-field > label, .wpforms-confirmation-container-full > p { font-family: 'Titillium Web'; } .eael-simple-menu-container.preset-2, .eael-simple-menu-container.preset-2 .eael-simple-menu li ul { border: none !important; } .menu-item > a { border-left: none !important; border-right: none !important; } .mec-event-footer, .mec-time-details, .mec-holding-status-expired, .mec-single-event-category, .mec-event-social, .mec-event-export-module, .mec-single-modern > .col-md-4, .mec-timeline-event-details, .mec-timeline-readmore { display: none !important; } @media screen and (max-width: 59em) { #sidebar { max-width: 100% !important; width: 100% !important; } #sidebar > #secondary { margin: 0; } #content { margin-left: 0 !important; width: 100% !important; max-width: 100% !important; } } .mec-single-event.mec-single-modern.mec-single-modal > .col-md-8 { width: 100%; } .mec-single-event-description.mec-events-content > p { font-size: 21px; font-weight: 500; } /* MT elementor custom css*/ .circle_resources_service .elementor-widget-container .elementor-icon-wrapper .elementor-icon { margin-bottom: 0 !important; width: 140px; height: 140px; margin: 0 auto; display: block; border-radius: 50%; } a.elementor-icon svg{ height: 100% !important; margin: auto !important; } a.elementor-icon svg:hover{ filter:brightness(0) invert(1); } a.elementor-icon:hover{ background-color: #0f4e8a; } /* gturrisi 03/02/2023 */ .elementor-icon:hover >svg{ filter: brightness(0) invert(1) } </style> <style type="text/css">.mec-wrap, .mec-wrap div:not([class^="elementor-"]), .lity-container, .mec-wrap h1, .mec-wrap h2, .mec-wrap h3, .mec-wrap h4, .mec-wrap h5, .mec-wrap h6, .entry-content .mec-wrap h1, .entry-content .mec-wrap h2, .entry-content .mec-wrap h3, .entry-content .mec-wrap h4, .entry-content .mec-wrap h5, .entry-content .mec-wrap h6, .mec-wrap .mec-totalcal-box input[type="submit"], .mec-wrap .mec-totalcal-box .mec-totalcal-view span, .mec-agenda-event-title a, .lity-content .mec-events-meta-group-booking select, .lity-content .mec-book-ticket-variation h5, .lity-content .mec-events-meta-group-booking input[type="number"], .lity-content .mec-events-meta-group-booking input[type="text"], .lity-content .mec-events-meta-group-booking input[type="email"],.mec-organizer-item a, .mec-single-event .mec-events-meta-group-booking ul.mec-book-tickets-container li.mec-book-ticket-container label { font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;}.mec-event-content p, .mec-search-bar-result .mec-event-detail{ font-family: Roboto, sans-serif;} .mec-wrap .mec-totalcal-box input, .mec-wrap .mec-totalcal-box select, .mec-checkboxes-search .mec-searchbar-category-wrap, .mec-wrap .mec-totalcal-box .mec-totalcal-view span { font-family: "Roboto", Helvetica, Arial, sans-serif; }.mec-event-grid-modern .event-grid-modern-head .mec-event-day, .mec-event-list-minimal .mec-time-details, .mec-event-list-minimal .mec-event-detail, .mec-event-list-modern .mec-event-detail, .mec-event-grid-minimal .mec-time-details, .mec-event-grid-minimal .mec-event-detail, .mec-event-grid-simple .mec-event-detail, .mec-event-cover-modern .mec-event-place, .mec-event-cover-clean .mec-event-place, .mec-calendar .mec-event-article .mec-localtime-details div, .mec-calendar .mec-event-article .mec-event-detail, .mec-calendar.mec-calendar-daily .mec-calendar-d-top h2, .mec-calendar.mec-calendar-daily .mec-calendar-d-top h3, .mec-toggle-item-col .mec-event-day, .mec-weather-summary-temp { font-family: "Roboto", sans-serif; } .mec-fes-form, .mec-fes-list, .mec-fes-form input, .mec-event-date .mec-tooltip .box, .mec-event-status .mec-tooltip .box, .ui-datepicker.ui-widget, .mec-fes-form button[type="submit"].mec-fes-sub-button, .mec-wrap .mec-timeline-events-container p, .mec-wrap .mec-timeline-events-container h4, .mec-wrap .mec-timeline-events-container div, .mec-wrap .mec-timeline-events-container a, .mec-wrap .mec-timeline-events-container span { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important; }.mec-hourly-schedule-speaker-name, .mec-events-meta-group-countdown .countdown-w span, .mec-single-event .mec-event-meta dt, .mec-hourly-schedule-speaker-job-title, .post-type-archive-mec-events h1, .mec-ticket-available-spots .mec-event-ticket-name, .tax-mec_category h1, .mec-wrap h1, .mec-wrap h2, .mec-wrap h3, .mec-wrap h4, .mec-wrap h5, .mec-wrap h6,.entry-content .mec-wrap h1, .entry-content .mec-wrap h2, .entry-content .mec-wrap h3,.entry-content .mec-wrap h4, .entry-content .mec-wrap h5, .entry-content .mec-wrap h6{ font-family: 'Titillium Web', Helvetica, Arial, sans-serif;}.mec-single-event .mec-event-meta .mec-events-event-cost, .mec-event-data-fields .mec-event-data-field-item .mec-event-data-field-value, .mec-event-data-fields .mec-event-data-field-item .mec-event-data-field-name, .mec-wrap .info-msg div, .mec-wrap .mec-error div, .mec-wrap .mec-success div, .mec-wrap .warning-msg div, .mec-breadcrumbs .mec-current, .mec-events-meta-group-tags, .mec-single-event .mec-events-meta-group-booking .mec-event-ticket-available, .mec-single-modern .mec-single-event-bar>div dd, .mec-single-event .mec-event-meta dd, .mec-single-event .mec-event-meta dd a, .mec-next-occ-booking span, .mec-hourly-schedule-speaker-description, .mec-single-event .mec-speakers-details ul li .mec-speaker-job-title, .mec-single-event .mec-speakers-details ul li .mec-speaker-name, .mec-event-data-field-items, .mec-load-more-button, .mec-events-meta-group-tags a, .mec-events-button, .mec-wrap abbr, .mec-event-schedule-content dl dt, .mec-breadcrumbs a, .mec-breadcrumbs span .mec-event-content p, .mec-wrap p { font-family: 'Titillium Web',sans-serif; font-weight:300;}.mec-event-grid-minimal .mec-modal-booking-button:hover, .mec-events-timeline-wrap .mec-organizer-item a, .mec-events-timeline-wrap .mec-organizer-item:after, .mec-events-timeline-wrap .mec-shortcode-organizers i, .mec-timeline-event .mec-modal-booking-button, .mec-wrap .mec-map-lightbox-wp.mec-event-list-classic .mec-event-date, .mec-timetable-t2-col .mec-modal-booking-button:hover, .mec-event-container-classic .mec-modal-booking-button:hover, .mec-calendar-events-side .mec-modal-booking-button:hover, .mec-event-grid-yearly .mec-modal-booking-button, .mec-events-agenda .mec-modal-booking-button, .mec-event-grid-simple .mec-modal-booking-button, .mec-event-list-minimal .mec-modal-booking-button:hover, .mec-timeline-month-divider, .mec-wrap.colorskin-custom .mec-totalcal-box .mec-totalcal-view span:hover,.mec-wrap.colorskin-custom .mec-calendar.mec-event-calendar-classic .mec-selected-day,.mec-wrap.colorskin-custom .mec-color, .mec-wrap.colorskin-custom .mec-event-sharing-wrap .mec-event-sharing > li:hover a, .mec-wrap.colorskin-custom .mec-color-hover:hover, .mec-wrap.colorskin-custom .mec-color-before *:before ,.mec-wrap.colorskin-custom .mec-widget .mec-event-grid-classic.owl-carousel .owl-nav i,.mec-wrap.colorskin-custom .mec-event-list-classic a.magicmore:hover,.mec-wrap.colorskin-custom .mec-event-grid-simple:hover .mec-event-title,.mec-wrap.colorskin-custom .mec-single-event .mec-event-meta dd.mec-events-event-categories:before,.mec-wrap.colorskin-custom .mec-single-event-date:before,.mec-wrap.colorskin-custom .mec-single-event-time:before,.mec-wrap.colorskin-custom .mec-events-meta-group.mec-events-meta-group-venue:before,.mec-wrap.colorskin-custom .mec-calendar .mec-calendar-side .mec-previous-month i,.mec-wrap.colorskin-custom .mec-calendar .mec-calendar-side .mec-next-month:hover,.mec-wrap.colorskin-custom .mec-calendar .mec-calendar-side .mec-previous-month:hover,.mec-wrap.colorskin-custom .mec-calendar .mec-calendar-side .mec-next-month:hover,.mec-wrap.colorskin-custom .mec-calendar.mec-event-calendar-classic dt.mec-selected-day:hover,.mec-wrap.colorskin-custom .mec-infowindow-wp h5 a:hover, .colorskin-custom .mec-events-meta-group-countdown .mec-end-counts h3,.mec-calendar .mec-calendar-side .mec-next-month i,.mec-wrap .mec-totalcal-box i,.mec-calendar .mec-event-article .mec-event-title a:hover,.mec-attendees-list-details .mec-attendee-profile-link a:hover,.mec-wrap.colorskin-custom .mec-next-event-details li i, .mec-next-event-details i:before, .mec-marker-infowindow-wp .mec-marker-infowindow-count, .mec-next-event-details a,.mec-wrap.colorskin-custom .mec-events-masonry-cats a.mec-masonry-cat-selected,.lity .mec-color,.lity .mec-color-before :before,.lity .mec-color-hover:hover,.lity .mec-wrap .mec-color,.lity .mec-wrap .mec-color-before :before,.lity .mec-wrap .mec-color-hover:hover,.leaflet-popup-content .mec-color,.leaflet-popup-content .mec-color-before :before,.leaflet-popup-content .mec-color-hover:hover,.leaflet-popup-content .mec-wrap .mec-color,.leaflet-popup-content .mec-wrap .mec-color-before :before,.leaflet-popup-content .mec-wrap .mec-color-hover:hover, .mec-calendar.mec-calendar-daily .mec-calendar-d-table .mec-daily-view-day.mec-daily-view-day-active.mec-color, .mec-map-boxshow div .mec-map-view-event-detail.mec-event-detail i,.mec-map-boxshow div .mec-map-view-event-detail.mec-event-detail:hover,.mec-map-boxshow .mec-color,.mec-map-boxshow .mec-color-before :before,.mec-map-boxshow .mec-color-hover:hover,.mec-map-boxshow .mec-wrap .mec-color,.mec-map-boxshow .mec-wrap .mec-color-before :before,.mec-map-boxshow .mec-wrap .mec-color-hover:hover, .mec-choosen-time-message, .mec-booking-calendar-month-navigation .mec-next-month:hover, .mec-booking-calendar-month-navigation .mec-previous-month:hover, .mec-yearly-view-wrap .mec-agenda-event-title a:hover, .mec-yearly-view-wrap .mec-yearly-title-sec .mec-next-year i, .mec-yearly-view-wrap .mec-yearly-title-sec .mec-previous-year i, .mec-yearly-view-wrap .mec-yearly-title-sec .mec-next-year:hover, .mec-yearly-view-wrap .mec-yearly-title-sec .mec-previous-year:hover, .mec-av-spot .mec-av-spot-head .mec-av-spot-box span, .mec-wrap.colorskin-custom .mec-calendar .mec-calendar-side .mec-previous-month:hover .mec-load-month-link, .mec-wrap.colorskin-custom .mec-calendar .mec-calendar-side .mec-next-month:hover .mec-load-month-link, .mec-yearly-view-wrap .mec-yearly-title-sec .mec-previous-year:hover .mec-load-month-link, .mec-yearly-view-wrap .mec-yearly-title-sec .mec-next-year:hover .mec-load-month-link, .mec-skin-list-events-container .mec-data-fields-tooltip .mec-data-fields-tooltip-box ul .mec-event-data-field-item a, .mec-booking-shortcode .mec-event-ticket-name, .mec-booking-shortcode .mec-event-ticket-price, .mec-booking-shortcode .mec-ticket-variation-name, .mec-booking-shortcode .mec-ticket-variation-price, .mec-booking-shortcode label, .mec-booking-shortcode .nice-select, .mec-booking-shortcode input, .mec-booking-shortcode span.mec-book-price-detail-description, .mec-booking-shortcode .mec-ticket-name, .mec-booking-shortcode label.wn-checkbox-label, .mec-wrap.mec-cart table tr td a {color: #0f4e8a}.mec-skin-carousel-container .mec-event-footer-carousel-type3 .mec-modal-booking-button:hover, .mec-wrap.colorskin-custom .mec-event-sharing .mec-event-share:hover .event-sharing-icon,.mec-wrap.colorskin-custom .mec-event-grid-clean .mec-event-date,.mec-wrap.colorskin-custom .mec-event-list-modern .mec-event-sharing > li:hover a i,.mec-wrap.colorskin-custom .mec-event-list-modern .mec-event-sharing .mec-event-share:hover .mec-event-sharing-icon,.mec-wrap.colorskin-custom .mec-event-list-modern .mec-event-sharing li:hover a i,.mec-wrap.colorskin-custom .mec-calendar:not(.mec-event-calendar-classic) .mec-selected-day,.mec-wrap.colorskin-custom .mec-calendar .mec-selected-day:hover,.mec-wrap.colorskin-custom .mec-calendar .mec-calendar-row dt.mec-has-event:hover,.mec-wrap.colorskin-custom .mec-calendar .mec-has-event:after, .mec-wrap.colorskin-custom .mec-bg-color, .mec-wrap.colorskin-custom .mec-bg-color-hover:hover, .colorskin-custom .mec-event-sharing-wrap:hover > li, .mec-wrap.colorskin-custom .mec-totalcal-box .mec-totalcal-view span.mec-totalcalview-selected,.mec-wrap .flip-clock-wrapper ul li a div div.inn,.mec-wrap .mec-totalcal-box .mec-totalcal-view span.mec-totalcalview-selected,.event-carousel-type1-head .mec-event-date-carousel,.mec-event-countdown-style3 .mec-event-date,#wrap .mec-wrap article.mec-event-countdown-style1,.mec-event-countdown-style1 .mec-event-countdown-part3 a.mec-event-button,.mec-wrap .mec-event-countdown-style2,.mec-map-get-direction-btn-cnt input[type="submit"],.mec-booking button,span.mec-marker-wrap,.mec-wrap.colorskin-custom .mec-timeline-events-container .mec-timeline-event-date:before, .mec-has-event-for-booking.mec-active .mec-calendar-novel-selected-day, .mec-booking-tooltip.multiple-time .mec-booking-calendar-date.mec-active, .mec-booking-tooltip.multiple-time .mec-booking-calendar-date:hover, .mec-ongoing-normal-label, .mec-calendar .mec-has-event:after, .mec-event-list-modern .mec-event-sharing li:hover .telegram{background-color: #0f4e8a;}.mec-booking-tooltip.multiple-time .mec-booking-calendar-date:hover, .mec-calendar-day.mec-active .mec-booking-tooltip.multiple-time .mec-booking-calendar-date.mec-active{ background-color: #0f4e8a;}.mec-skin-carousel-container .mec-event-footer-carousel-type3 .mec-modal-booking-button:hover, .mec-timeline-month-divider, .mec-wrap.colorskin-custom .mec-single-event .mec-speakers-details ul li .mec-speaker-avatar a:hover img,.mec-wrap.colorskin-custom .mec-event-list-modern .mec-event-sharing > li:hover a i,.mec-wrap.colorskin-custom .mec-event-list-modern .mec-event-sharing .mec-event-share:hover .mec-event-sharing-icon,.mec-wrap.colorskin-custom .mec-event-list-standard .mec-month-divider span:before,.mec-wrap.colorskin-custom .mec-single-event .mec-social-single:before,.mec-wrap.colorskin-custom .mec-single-event .mec-frontbox-title:before,.mec-wrap.colorskin-custom .mec-calendar .mec-calendar-events-side .mec-table-side-day, .mec-wrap.colorskin-custom .mec-border-color, .mec-wrap.colorskin-custom .mec-border-color-hover:hover, .colorskin-custom .mec-single-event .mec-frontbox-title:before, .colorskin-custom .mec-single-event .mec-wrap-checkout h4:before, .colorskin-custom .mec-single-event .mec-events-meta-group-booking form > h4:before, .mec-wrap.colorskin-custom .mec-totalcal-box .mec-totalcal-view span.mec-totalcalview-selected,.mec-wrap .mec-totalcal-box .mec-totalcal-view span.mec-totalcalview-selected,.event-carousel-type1-head .mec-event-date-carousel:after,.mec-wrap.colorskin-custom .mec-events-masonry-cats a.mec-masonry-cat-selected, .mec-marker-infowindow-wp .mec-marker-infowindow-count, .mec-wrap.colorskin-custom .mec-events-masonry-cats a:hover, .mec-has-event-for-booking .mec-calendar-novel-selected-day, .mec-booking-tooltip.multiple-time .mec-booking-calendar-date.mec-active, .mec-booking-tooltip.multiple-time .mec-booking-calendar-date:hover, .mec-virtual-event-history h3:before, .mec-booking-tooltip.multiple-time .mec-booking-calendar-date:hover, .mec-calendar-day.mec-active .mec-booking-tooltip.multiple-time .mec-booking-calendar-date.mec-active, .mec-rsvp-form-box form > h4:before, .mec-wrap .mec-box-title::before, .mec-box-title::before {border-color: #0f4e8a;}.mec-wrap.colorskin-custom .mec-event-countdown-style3 .mec-event-date:after,.mec-wrap.colorskin-custom .mec-month-divider span:before, .mec-calendar.mec-event-container-simple dl dt.mec-selected-day, .mec-calendar.mec-event-container-simple dl dt.mec-selected-day:hover{border-bottom-color:#0f4e8a;}.mec-wrap.colorskin-custom article.mec-event-countdown-style1 .mec-event-countdown-part2:after{border-color: transparent transparent transparent #0f4e8a;}.mec-wrap.colorskin-custom .mec-box-shadow-color { box-shadow: 0 4px 22px -7px #0f4e8a;}.mec-events-timeline-wrap .mec-shortcode-organizers, .mec-timeline-event .mec-modal-booking-button, .mec-events-timeline-wrap:before, .mec-wrap.colorskin-custom .mec-timeline-event-local-time, .mec-wrap.colorskin-custom .mec-timeline-event-time ,.mec-wrap.colorskin-custom .mec-timeline-event-location,.mec-choosen-time-message { background: rgba(15,78,138,.11);}.mec-wrap.colorskin-custom .mec-timeline-events-container .mec-timeline-event-date:after{ background: rgba(15,78,138,.3);}.mec-booking-shortcode button { box-shadow: 0 2px 2px rgba(15 78 138 / 27%);}.mec-booking-shortcode button.mec-book-form-back-button{ background-color: rgba(15 78 138 / 40%);}.mec-events-meta-group-booking-shortcode{ background: rgba(15,78,138,.14);}.mec-booking-shortcode label.wn-checkbox-label, .mec-booking-shortcode .nice-select,.mec-booking-shortcode input, .mec-booking-shortcode .mec-book-form-gateway-label input[type=radio]:before, .mec-booking-shortcode input[type=radio]:checked:before, .mec-booking-shortcode ul.mec-book-price-details li, .mec-booking-shortcode ul.mec-book-price-details{ border-color: rgba(15 78 138 / 27%) !important;}.mec-booking-shortcode input::-webkit-input-placeholder,.mec-booking-shortcode textarea::-webkit-input-placeholder{color: #0f4e8a}.mec-booking-shortcode input::-moz-placeholder,.mec-booking-shortcode textarea::-moz-placeholder{color: #0f4e8a}.mec-booking-shortcode input:-ms-input-placeholder,.mec-booking-shortcode textarea:-ms-input-placeholder {color: #0f4e8a}.mec-booking-shortcode input:-moz-placeholder,.mec-booking-shortcode textarea:-moz-placeholder {color: #0f4e8a}.mec-booking-shortcode label.wn-checkbox-label:after, .mec-booking-shortcode label.wn-checkbox-label:before, .mec-booking-shortcode input[type=radio]:checked:after{background-color: #0f4e8a}.mec-wrap.colorskin-custom h1 a:hover, .mec-wrap.colorskin-custom h2 a:hover, .mec-wrap.colorskin-custom h3 a:hover, .mec-wrap.colorskin-custom h4 a:hover, .mec-wrap.colorskin-custom h5 a:hover, .mec-wrap.colorskin-custom h6 a:hover,.entry-content .mec-wrap.colorskin-custom h1 a:hover, .entry-content .mec-wrap.colorskin-custom h2 a:hover, .entry-content .mec-wrap.colorskin-custom h3 a:hover,.entry-content .mec-wrap.colorskin-custom h4 a:hover, .entry-content .mec-wrap.colorskin-custom h5 a:hover, .entry-content .mec-wrap.colorskin-custom h6 a:hover {color: #0f4e8a !important;}</style></head> <body data-cmplz=1 class="page-template page-template-elementor_header_footer page page-id-295 page-parent wp-embed-responsive ehf-template-twentyfifteen ehf-stylesheet-twentyfifteen elementor-default elementor-template-full-width elementor-kit-13 elementor-page elementor-page-295"> <div id="page" class="hfeed site"> <a class="skip-link screen-reader-text" href="#content">Skip to content</a> <div id="sidebar" class="sidebar"> <header id="masthead" class="site-header"> <div class="site-branding"> <p class="site-title"><a href="https://training.lifewatch.eu/" rel="home">LifeWatch ERIC</a></p> <p class="site-description">Training Platform</p> <button class="secondary-toggle">Menu and widgets</button> </div><!-- .site-branding --> </header><!-- .site-header --> <div id="secondary" class="secondary"> <div id="widget-area" class="widget-area" role="complementary"> <aside id="block-10" class="widget widget_block"><figure class="wp-block-image size-full is-resized" style="display:flex; justify-content:center;"><a href="https://www.lifewatch.eu/" target="_blank"><img decoding="async" loading="lazy" src="/wp-content/uploads/2022/03/logoLW_eric_outline2-01.svg" alt="" class="wp-image-19" width="196" height="116"></a></figure></aside><aside id="block-5" class="widget widget_block"> <div class="wp-block-group is-layout-flow wp-block-group-is-layout-flow"><div class="wp-block-group__inner-container"><div class="widget widget_nav_menu"><nav class="menu-main-menu-container" aria-label="Menu"><ul id="menu-main-menu" class="menu"><li id="menu-item-38" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-38"><a href="https://training.lifewatch.eu/">Home</a></li> <li id="menu-item-303" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-303"><a href="https://training.lifewatch.eu/education-and-schools/">Education and Schools</a></li> <li id="menu-item-301" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-301"><a href="https://training.lifewatch.eu/biodiversity-ecampus/">Biodiversity eCampus</a></li> <li id="menu-item-46" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-46"><a href="https://training.lifewatch.eu/user-manuals-and-tutorials/">User Manuals and Tutorials</a></li> <li id="menu-item-302" class="menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-295 current_page_item menu-item-302"><a href="https://training.lifewatch.eu/webinars-and-conferences/" aria-current="page">Webinars and Conferences</a></li> <li id="menu-item-4019" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4019"><a href="https://training.lifewatch.eu/international-projects/">International Projects</a></li> <li id="menu-item-2852" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2852"><a href="https://training.lifewatch.eu/national-nodes/">National Nodes</a></li> <li id="menu-item-42" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-42"><a href="https://training.lifewatch.eu/advertise-your-resources/">Advertise your resources</a></li> <li id="menu-item-869" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-869"><a target="_blank" rel="noopener" href="https://www.lifewatch.eu/contact-us/">Contact Us</a></li> <li id="menu-item-850" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-850"><a target="_blank" rel="noopener" href="https://www.lifewatch.eu/who-we-are/">About Us</a></li> </ul></nav></div></div></div> </aside> </div><!-- .widget-area --> </div><!-- .secondary --> </div><!-- .sidebar --> <div id="content" class="site-content"> <div data-elementor-type="wp-page" data-elementor-id="295" class="elementor elementor-295"> <section class="elementor-section elementor-top-section elementor-element elementor-element-414ac4c elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="414ac4c" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"> <div class="elementor-container elementor-column-gap-no"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-3f9a400" data-id="3f9a400" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-72709c1 elementor-widget elementor-widget-shortcode" data-id="72709c1" data-element_type="widget" data-widget_type="shortcode.default"> <div class="elementor-widget-container"> <div style='display: flex; float: right;'><div id='header_profile' style='display: flex; float: right;'><button id='login-button' style='color: white !important; font-family:Titillium Web; margin: 0 1rem; font-weight: 600; background: none; padding: 0; text-transform: none;'>Login</a></div></div> <div class="elementor-shortcode"></div> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-b9d9e10 elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="b9d9e10" data-element_type="section"> <div class="elementor-container elementor-column-gap-no"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-0fad2ef" data-id="0fad2ef" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-b58e620 elementor-widget elementor-widget-image" data-id="b58e620" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <style>/*! elementor - v3.15.0 - 20-08-2023 */ .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> <img decoding="async" fetchpriority="high" width="2500" height="800" src="https://training.lifewatch.eu/wp-content/uploads/2023/06/webinar_banner-1.jpeg" class="attachment-full size-full wp-image-3862" alt="" srcset="https://training.lifewatch.eu/wp-content/uploads/2023/06/webinar_banner-1.jpeg 2500w, https://training.lifewatch.eu/wp-content/uploads/2023/06/webinar_banner-1-300x96.jpeg 300w, https://training.lifewatch.eu/wp-content/uploads/2023/06/webinar_banner-1-1024x328.jpeg 1024w, https://training.lifewatch.eu/wp-content/uploads/2023/06/webinar_banner-1-768x246.jpeg 768w, https://training.lifewatch.eu/wp-content/uploads/2023/06/webinar_banner-1-1536x492.jpeg 1536w, https://training.lifewatch.eu/wp-content/uploads/2023/06/webinar_banner-1-2048x655.jpeg 2048w" sizes="(max-width: 2500px) 100vw, 2500px" /> </div> </div> <section class="elementor-section elementor-inner-section elementor-element elementor-element-6b1147a elementor-section-full_width banner-overlay elementor-section-height-default elementor-section-height-default" data-id="6b1147a" data-element_type="section"> <div class="elementor-container elementor-column-gap-extended"> <div class="elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-91c9fe9 banner-overla" data-id="91c9fe9" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-b186849 elementor-widget elementor-widget-heading" data-id="b186849" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <style>/*! elementor - v3.15.0 - 20-08-2023 */ .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">Webinars and Conferences</h1> </div> </div> </div> </div> </div> </section> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-04b98f9 elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="04b98f9" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-ff4ec88" data-id="ff4ec88" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <section class="elementor-section elementor-inner-section elementor-element elementor-element-30643b9 elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="30643b9" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-f347c07" data-id="f347c07" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-c760f97 circle_resources_service area-button elementor-view-default elementor-widget elementor-widget-icon" data-id="c760f97" data-element_type="widget" data-widget_type="icon.default"> <div class="elementor-widget-container"> <div class="elementor-icon-wrapper"> <a class="elementor-icon" href="/webinars-and-conferences/resources/?category=10"> <svg xmlns="http://www.w3.org/2000/svg" id="Layer_1" viewBox="0 0 165.44 159.81"><defs><style>.cls-1{fill:#0f4e8a;}</style></defs><g><path class="cls-1" d="M154.75,126.57h.12c5.83-.02,10.57-4.79,10.57-10.62v-13.86c0-.17-.03-.35-.08-.57l-.02-.06V10.6c-.02-5.84-4.78-10.6-10.6-10.6H10.6C4.75,0,0,4.76,0,10.62V115.97c0,5.84,4.75,10.6,10.6,10.6h55.87l-.03,.53c-.67,11.32-5.47,17.05-14.27,17.05h-5.54c-4.32,0-7.83,3.51-7.83,7.83s3.51,7.83,7.83,7.83H118.84c4.32,0,7.83-3.51,7.83-7.83s-3.51-7.83-7.83-7.83h-5.68c-8.78,0-13.58-5.74-14.25-17.05l-.03-.53h55.87ZM4.54,99.32V10.6c.03-3.34,2.74-6.06,6.06-6.06H154.75c3.34,.03,6.06,2.74,6.06,6.06V99.82h-6.56V13.36c-.02-1.29-1.02-2.27-2.27-2.27H13.36c-1.29,.02-2.27,1.02-2.27,2.27V99.82H4.54v-.5ZM149.71,15.63V99.82H15.63V15.63H149.71Zm-36.58,133.08h5.7c1.8,0,3.27,1.47,3.27,3.27s-1.47,3.27-3.27,3.27H46.63c-1.8,0-3.27-1.47-3.27-3.27s1.47-3.27,3.27-3.27H113.13Zm-13.07-5.37l.66,.81h-36.07l.65-.81c3.69-4.63,5.72-10.41,5.72-16.27v-.5h23.31v.5c0,5.9,2.04,11.67,5.74,16.27Zm-3.54-21.35H10.6c-3.34,0-6.06-2.71-6.06-6.04v-11.6H160.81v11.6c-.03,3.33-2.74,6.04-6.06,6.04h-58.22Z"></path><path class="cls-1" d="M90.94,110.89h-16.58c-1.06,.1-1.93,.97-2.03,2.07-.06,.61,.13,1.21,.52,1.67,.39,.47,.94,.76,1.56,.82h16.56c1.06-.1,1.93-.97,2.03-2.07,.06-.61-.13-1.21-.52-1.67-.39-.46-.93-.75-1.54-.81Z"></path></g><g><path class="cls-1" d="M82.22,93.93h.1c19.72,0,35.81-16.04,35.86-35.75,.05-19.77-15.99-35.9-35.76-35.97h-.12c-19.71,0-35.78,16.05-35.83,35.78-.05,19.77,16,35.89,35.76,35.94Zm.1-66.84c8.27,0,16.05,3.24,21.92,9.13,5.87,5.89,9.09,13.7,9.06,21.98-.06,17.01-13.96,30.84-31,30.84h-.06c-17.05-.03-30.91-13.94-30.89-31.01,.02-17.06,13.91-30.95,30.98-30.95Z"></path><path class="cls-1" d="M69.42,67.25c.03,3.86,2.75,6.77,6.33,6.77,1.18,0,2.35-.32,3.48-.94,5.34-2.97,10.79-6.11,16.19-9.34,2.17-1.3,3.41-3.36,3.41-5.65,0-2.31-1.26-4.37-3.44-5.68-5.39-3.21-10.84-6.35-16.19-9.34-1.1-.61-2.24-.92-3.41-.92-3.59,0-6.32,2.87-6.35,6.68-.02,2.13-.02,4.29-.01,6.39,0,.97,0,1.93,0,2.9,0,.94,0,1.89,0,2.83,0,2.1,0,4.21,0,6.31Zm4.88-18.06c.01-1.85,.92-2.13,1.46-2.13,.41,0,.88,.15,1.44,.47,5.05,2.89,10.2,5.87,15.31,8.83,.95,.55,1.41,1.11,1.41,1.73,0,.61-.45,1.16-1.38,1.7-5.18,3.01-10.34,5.98-15.31,8.83-.59,.34-1.07,.5-1.49,.5-.65,0-1.43-.39-1.44-2.23,0-2.08,0-4.15,0-6.23v-5.25c0-2.07,0-4.14,0-6.21Z"></path></g></svg> </a> </div> </div> </div> </div> </div> </div> </section> <div class="elementor-element elementor-element-8ddb7a3 elementor-widget elementor-widget-heading" data-id="8ddb7a3" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default"><a href="/webinars-and-conferences/resources/?category=10">Webinars</a></h2> </div> </div> </div> </div> <div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-a938388" data-id="a938388" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <section class="elementor-section elementor-inner-section elementor-element elementor-element-ff1c6bb elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="ff1c6bb" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-ae8cd9f" data-id="ae8cd9f" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-5cbb11e circle_resources_service area-button elementor-view-default elementor-widget elementor-widget-icon" data-id="5cbb11e" data-element_type="widget" data-widget_type="icon.default"> <div class="elementor-widget-container"> <div class="elementor-icon-wrapper"> <a class="elementor-icon" href="/webinars-and-conferences/resources/?category=11"> <svg xmlns="http://www.w3.org/2000/svg" id="uuid-a53fab16-05e9-4792-83db-565c9b4255cb" data-name="Livello 2" width="162" height="162" viewBox="0 0 162 162"><defs><style> .uuid-1a5dc5f3-c604-4590-94b1-650e01856bd0 { fill: #0f4e8a; } </style></defs><g id="uuid-7b8f0252-5fff-4ff1-baa1-cad8be7ef95e" data-name="Livello 1"><g><path class="uuid-1a5dc5f3-c604-4590-94b1-650e01856bd0" d="M5.9,6.27v-.5H23.69c10.66,0,21.33,0,32,0h.45c.55,0,1.13,0,1.67-.11,1.15-.22,1.88-.93,2.18-2.14,.28-1.12-.07-2.06-1.05-2.88-.21-.18-.47-.33-.74-.48-.09-.05-.18-.11-.27-.16H4.99C2.49,.85,.85,2.49,0,4.99V89.19c1.31,3.44,3.76,4.97,7.95,4.97,.12,0,.25,0,.38,0,2.85-.06,5.95-.09,9.77-.09,2.1,0,4.21,0,6.31,.02,2.1,0,4.21,.02,6.31,.02h1.33c.81,0,1.5-.07,2.1-.2,1.31-.29,2.15-1.35,2.14-2.72,0-1.38-.83-2.42-2.16-2.71-.6-.13-1.29-.19-2.1-.19-4.52,0-9.05,0-13.57,0H5.9V6.27Z"></path><path class="uuid-1a5dc5f3-c604-4590-94b1-650e01856bd0" d="M129.32,94.1h5.4c3.07,0,6.13,.01,9.2,.01,3.73,0,7.45,0,11.18-.02,3.44-.01,5.37-1.36,6.66-4.65,.06-.16,.16-.28,.25-.37V4.99c-.85-2.51-2.49-4.14-4.99-4.99h-52.91c-.09,.07-.18,.15-.3,.21-1.55,.87-2.13,1.95-1.79,3.31,.36,1.45,1.33,2.16,3.06,2.24,.24,.01,.48,.01,.71,.01h50.36V88.27h-2.46c-1.98,0-3.95,0-5.91,0-1.96,0-3.92,0-5.89,0-4.95,0-8.71,.02-12.22,.07-1.09,.01-2.38,.46-3.3,1.13-.94,.69-.82,1.95-.4,2.9,.54,1.22,1.55,1.74,3.35,1.74Z"></path><path class="uuid-1a5dc5f3-c604-4590-94b1-650e01856bd0" d="M69.97,135.94c-7.48,.16-13.86,5.61-15.18,12.94-.34,1.91-.36,3.94-.37,5.9,0,1.11-.01,2.25-.08,3.37-.11,1.91,.6,3.14,2.25,3.85h48.82c1.63-.71,2.35-1.94,2.25-3.86-.06-1.19-.05-2.39-.05-3.56,0-1.08,0-2.19-.04-3.28-.34-8.27-7.25-15.16-15.39-15.37-3.58-.09-7.29-.13-11.03-.13v-.25h0v.25c-3.62,0-7.39,.04-11.19,.13Zm13.48,5.68c2.39,0,4.78,0,7.17,.01,6.68,.03,11.21,4.57,11.26,11.3,0,.57,0,1.14,0,1.75v1.42H60.25l-.04-.46c-.33-3.77-.16-8.51,4.16-11.81,1.95-1.49,4.24-2.21,6.98-2.21h12.09Z"></path><path class="uuid-1a5dc5f3-c604-4590-94b1-650e01856bd0" d="M123.58,135.98c-3.59,.08-6.91,1.59-9.85,4.5-.8,.8-1.17,1.8-1.01,2.77,.15,.88,.71,1.6,1.59,2.01,.37,.18,.74,.26,1.1,.26,.85,0,1.68-.47,2.53-1,.28-.17,.56-.35,.85-.54,1.56-1,3.18-2.04,4.88-2.1,3.84-.14,8.38-.28,12.97-.28,3.79,0,7.21,.1,10.44,.29,2.72,.16,5.16,1.48,6.85,3.69,2.05,2.69,2.77,6.43,1.97,10.25l-.08,.4h-26.83c-.99,0-1.97,0-2.96,0-.99,0-1.97,0-2.96,0-1.77,0-3.2,.01-4.52,.04-1.15,.03-2.15,.55-2.7,1.4-.45,.7-.5,1.51-.16,2.28,.24,.54,.81,.99,1.41,1.47,.24,.19,.48,.38,.71,.59h41.94l1.13-1.13,1.13-1.13v-9.58c-.03-.08-.05-.16-.08-.24-.08-.25-.17-.5-.23-.77-1.43-7.3-7.7-12.96-14.59-13.16-3.49-.1-7.09-.16-10.98-.16v-.25h0v.25c-3.82,0-7.92,.05-12.53,.15Z"></path><path class="uuid-1a5dc5f3-c604-4590-94b1-650e01856bd0" d="M15.69,135.92c-4.31,.06-8.15,1.85-11.41,5.34-2.05,2.19-3.37,4.93-4.28,8.88v9.61l.7,.7,1.55,1.55H44.26c.08-.04,.16-.09,.24-.13,.25-.13,.48-.26,.7-.41,1.1-.74,1.5-1.77,1.18-3.06-.3-1.23-1.09-1.93-2.35-2.09-.6-.08-1.23-.08-1.84-.08-7.37,0-14.73,0-22.1,0H6.07l-.07-.41c-.71-4.02,.1-7.67,2.28-10.28,2.11-2.52,5.38-3.91,9.2-3.91h1.14c1.62,0,3.24,0,4.85,0,1.62,0,3.23,0,4.85,0,2.77,0,5.04-.01,7.13-.04h.23c3.53,0,6.27,.95,8.61,3,.72,.63,1.51,.97,2.27,.97,.8,0,1.52-.36,2.08-1.04,1.11-1.36,.86-2.95-.69-4.37-3.02-2.75-6.38-4.17-10-4.22-3.87-.06-7.8-.09-11.67-.09h0v-.25h0v.25c-3.52,0-7.08,.02-10.59,.07Z"></path><path class="uuid-1a5dc5f3-c604-4590-94b1-650e01856bd0" d="M77.84,.31c-8.69,1.69-14.67,10.36-13.07,18.93,1.51,8.06,8.14,13.68,16.14,13.68,3.85,0,7.53-1.35,10.64-3.89,3.71-3.03,5.86-7.54,5.9-12.37,.05-4.89-2.05-9.5-5.76-12.66-2.71-2.3-5.82-3.32-8.53-4h-4.32c-.08,.03-.16,.05-.24,.08-.25,.09-.5,.17-.77,.23Zm3.09,5.49h.16c5.84,.09,10.59,4.88,10.59,10.68,0,2.82-1.1,5.48-3.12,7.5-2.03,2.03-4.71,3.14-7.56,3.14h-.08c-5.84-.04-10.6-4.82-10.6-10.64,0-5.79,4.85-10.68,10.6-10.68Z"></path><path class="uuid-1a5dc5f3-c604-4590-94b1-650e01856bd0" d="M112.16,94.75c3.41-3.51,6.97-7.09,10.91-10.94,1.12-1.1,1.63-2.33,1.62-3.88-.03-2.47-.02-4.98-.02-7.41,0-1.24,0-2.49,0-3.73,0-3.36-.88-4.23-4.24-4.24h-9.39v-.5c0-.52,0-1.02,.01-1.51,.01-1.01,.02-1.96-.02-2.9-.43-10.08-8.85-18.51-18.78-18.8-3.73-.11-7.5-.16-11.22-.16h0c-3.78,0-7.6,.06-11.35,.17-9.1,.27-17.19,7.62-18.43,16.72-.19,1.43-.26,2.86-.34,4.37-.03,.71-.07,1.42-.12,2.15l-.03,.47h-6.05c-1.18,0-2.35,0-3.53,0-2.82,.01-3.82,1.02-3.83,3.85,0,1.58,0,3.16,0,4.74,0,2.2,0,4.48-.02,6.72-.02,1.62,.5,2.86,1.68,4.01,3.55,3.47,7.22,7.15,10.91,10.94,.56,.57,.96,1.53,.99,2.37,.06,1.32,.05,2.66,.04,3.96,0,1.11-.01,2.25,.02,3.37,.05,1.83,1.22,3.11,2.84,3.11,.25,0,.52-.03,.78-.1,1.75-.43,2.12-2.03,2.12-3.29,.02-7.68,.02-15.28,0-22.6,0-2.18-1.08-3.49-2.86-3.49-1.76,0-2.86,1.34-2.9,3.49-.01,.97-.01,1.95,0,3.06,0,.55,0,1.13,0,1.76v1.22l-.86-.86-1.55-1.57c-1.71-1.73-3.26-3.29-4.8-4.87-.24-.25-.53-.7-.53-1.17-.02-2.14-.02-4.32-.02-6.43v-2.35H118.83v2.38c0,2.09,0,4.13-.01,6.18,0,.25-.04,.86-.4,1.22-1.6,1.63-3.24,3.27-4.98,4.99l-1.52,1.51-.85,.85v-1.21c0-.62,0-1.19,0-1.73,0-1.13,0-2.1,0-3.09-.04-2.07-1.13-3.37-2.84-3.4h-.06c-1.7,0-2.84,1.31-2.85,3.27-.03,7.47-.03,15.18,0,22.91,0,2.06,1.08,3.29,2.86,3.29,1.76,0,2.86-1.29,2.89-3.33,.01-.89,0-1.79,0-2.68-.01-1.42-.02-2.89,.05-4.34,.04-.89,.47-1.9,1.05-2.5Zm-7.31-30.31H57.01l-.07-.42c-.75-4.66,.41-9.22,3.16-12.52,2.58-3.09,6.41-4.84,10.78-4.93,2.44-.05,4.93-.07,7.39-.07,4.85,0,9.82,.1,14.75,.29,5.81,.23,11.55,5.94,12.05,11.99,.09,1.15,.15,2.27,.2,3.47,.03,.55,.05,1.1,.08,1.67l.03,.53h-.53Z"></path><path class="uuid-1a5dc5f3-c604-4590-94b1-650e01856bd0" d="M26.65,101.88c-7.16,0-13,5.85-13.02,13.04-.01,3.47,1.34,6.74,3.8,9.22,2.46,2.47,5.74,3.84,9.21,3.85,7.21,0,13.07-5.84,13.09-13.01,.01-3.44-1.35-6.71-3.84-9.2-2.49-2.5-5.76-3.88-9.21-3.89l-.02-.25h-.02v.25Zm7.3,13.06c0,1.91-.75,3.74-2.14,5.13-1.39,1.4-3.21,2.17-5.14,2.17h-.01c-3.94,0-7.27-3.33-7.28-7.27,0-3.94,3.32-7.29,7.26-7.3,3.96,0,7.29,3.33,7.3,7.27Z"></path><path class="uuid-1a5dc5f3-c604-4590-94b1-650e01856bd0" d="M122.26,114.93c-.01,3.45,1.34,6.71,3.82,9.2,2.48,2.49,5.75,3.86,9.22,3.87,7.21,0,13.05-5.84,13.07-13.01,.02-7.19-5.81-13.07-13.01-13.1l-.02-.25h-.03v.25c-7.05,0-13.02,5.97-13.05,13.04Zm20.36,0c.02,3.95-3.3,7.29-7.25,7.31h-.03c-3.99,0-7.26-3.25-7.29-7.25-.01-1.92,.74-3.74,2.12-5.14,1.38-1.4,3.2-2.17,5.13-2.19,3.97,0,7.3,3.32,7.31,7.26Z"></path><path class="uuid-1a5dc5f3-c604-4590-94b1-650e01856bd0" d="M67.92,114.88c-.06,3.37,1.25,6.6,3.69,9.1,2.49,2.56,5.8,3.98,9.32,4.01h.1c7.07,0,12.93-5.82,13.04-12.97,.06-3.36-1.26-6.59-3.7-9.1-2.46-2.53-5.85-4-9.3-4.04h-.13v-.25h0v.25c-7.06,0-12.9,5.83-13.02,13Zm13.04-7.21h.1c3.98,.06,7.2,3.36,7.17,7.35-.03,3.98-3.28,7.21-7.24,7.21h-.07c-3.99-.04-7.21-3.34-7.18-7.35,.03-3.98,3.27-7.21,7.22-7.21Z"></path><path class="uuid-1a5dc5f3-c604-4590-94b1-650e01856bd0" d="M91.65,84.86c0,.78,.01,1.55,.01,2.33,0,1.13,0,2.26,.03,3.39,.03,2.14,1.13,3.47,2.88,3.47,1.79-.01,2.86-1.32,2.88-3.5,.03-3.01,.03-6,0-8.89-.02-2.48-1.06-3.55-3.47-3.56-4.3-.02-8.59-.03-12.89-.03s-8.68,0-13.02,.03c-2.44,0-3.49,1.06-3.52,3.51-.03,2.71-.03,5.67,0,9.05,0,.67,.1,1.23,.28,1.68,.4,1.03,1.37,1.66,2.53,1.66,.18,0,.35-.02,.53-.05,1.46-.25,2.34-1.29,2.39-2.86,.05-1.49,.04-2.96,.03-4.52,0-.68-.01-1.37-.01-2.07v-.5h21l.14,.28s.05,.09,.07,.13c.06,.11,.14,.25,.15,.44Z"></path></g></g></svg> </a> </div> </div> </div> </div> </div> </div> </section> <div class="elementor-element elementor-element-f8c7f67 elementor-widget elementor-widget-heading" data-id="f8c7f67" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default"><a href="/webinars-and-conferences/resources/?category=11">Conferences</a></h2> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-4cbfaec elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="4cbfaec" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-2dd1d81" data-id="2dd1d81" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-a3601f8 elementor-widget elementor-widget-heading" data-id="a3601f8" data-element_type="widget" id="area-description-title" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h1 class="elementor-heading-title elementor-size-default">Webinars and Conferences</h1> </div> </div> <div class="elementor-element elementor-element-50068fb elementor-widget elementor-widget-text-editor" data-id="50068fb" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <style>/*! elementor - v3.15.0 - 20-08-2023 */ .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 id="area-description-content">Participate or rewatch all webinars, conferences and workshops organized by LifeWatch ERIC. Delivered by top-scientists and aimed at the entire eBiodiversity community, our webinars focus on scientific developments in biodiversity, ecosystems science and new activities and products of LifeWatch ERIC.</p> </div> </div> <div class="elementor-element elementor-element-5b8e895 elementor-widget elementor-widget-html" data-id="5b8e895" data-element_type="widget" data-widget_type="html.default"> <div class="elementor-widget-container"> <script> let titles = [ "Webinars", "Conferences" ]; let descriptions = [ "In this section you can take a look at our library of webinars held by renowned Professors and experts of the biodiversity field of study. Watch the videos and get involved into the discussions.", "LifeWatch organizes scientific conferences on the most relevant themes in biodiversity and ecosystem sciences for all audiences. Watch the videos and learn about the trends in research." ]; </script> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-38149a9 elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="38149a9" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-6db9eb0" data-id="6db9eb0" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-e5ae196 elementor-widget elementor-widget-image" data-id="e5ae196" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <a href="https://www.lifewatch.eu/" target="_blank"> <img decoding="async" width="300" height="143" src="https://training.lifewatch.eu/wp-content/uploads/2022/03/lw_logo_white-300x143.png" class="attachment-medium size-medium wp-image-2643" alt="" srcset="https://training.lifewatch.eu/wp-content/uploads/2022/03/lw_logo_white-300x143.png 300w, https://training.lifewatch.eu/wp-content/uploads/2022/03/lw_logo_white-1024x487.png 1024w, https://training.lifewatch.eu/wp-content/uploads/2022/03/lw_logo_white-768x365.png 768w, https://training.lifewatch.eu/wp-content/uploads/2022/03/lw_logo_white-1536x731.png 1536w, https://training.lifewatch.eu/wp-content/uploads/2022/03/lw_logo_white.png 1831w" sizes="(max-width: 300px) 100vw, 300px" /> </a> </div> </div> </div> </div> <div class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-f47c38f" data-id="f47c38f" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-eb4f71f elementor-widget elementor-widget-heading" data-id="eb4f71f" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">Disclaimers & Agreements</h2> </div> </div> <div class="elementor-element elementor-element-8910152 elementor-widget elementor-widget-heading" data-id="8910152" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h3 class="elementor-heading-title elementor-size-default"><a href="https://www.lifewatch.eu/who-we-are/" target="_blank">About Us</a></h3> </div> </div> <div class="elementor-element elementor-element-d510e96 elementor-widget elementor-widget-heading" data-id="d510e96" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h3 class="elementor-heading-title elementor-size-default"><a href="https://www.lifewatch.eu/privacy-policy-2021/" target="_blank">Privacy policy</a></h3> </div> </div> </div> </div> <div class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-93e3bd9" data-id="93e3bd9" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-634e784 elementor-widget elementor-widget-heading" data-id="634e784" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">Contact Us</h2> </div> </div> <div class="elementor-element elementor-element-e8d9f43 elementor-widget elementor-widget-heading" data-id="e8d9f43" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h3 class="elementor-heading-title elementor-size-default"><a href="https://www.lifewatch.eu/contact-us/" target="_blank">Contact Us</a></h3> </div> </div> <div class="elementor-element elementor-element-632313d elementor-widget elementor-widget-heading" data-id="632313d" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h3 class="elementor-heading-title elementor-size-default"><a href="https://www.lifewatch.eu/help-desk/" target="_blank">Helpdesk</a></h3> </div> </div> </div> </div> <div class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-cf44128" data-id="cf44128" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <section class="elementor-section elementor-inner-section elementor-element elementor-element-4e2e29c elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="4e2e29c" data-element_type="section"> <div class="elementor-container elementor-column-gap-no"> <div class="elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-8b7f4a1" data-id="8b7f4a1" data-element_type="column"> <div class="elementor-widget-wrap"> </div> </div> <div class="elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-245bf1c" data-id="245bf1c" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-8d81c04 elementor-view-default elementor-widget elementor-widget-icon" data-id="8d81c04" data-element_type="widget" data-widget_type="icon.default"> <div class="elementor-widget-container"> <div class="elementor-icon-wrapper"> <a class="elementor-icon elementor-animation-grow" href="https://twitter.com/LifeWatchERIC" target="_blank"> <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Layer_1" x="0px" y="0px" viewBox="0 0 60 60" style="enable-background:new 0 0 60 60;" xml:space="preserve"><style type="text/css"> .st0{fill:#FFFFFF;} .st1{fill:#0F4E8A;}</style><g id="surface18218593"> <path class="st0" d="M30,60C13.4,60,0,46.6,0,30S13.4,0,30,0s30,13.4,30,30S46.6,60,30,60z"></path> <path class="st1" d="M49.6,17.8c-1.4,0.6-3,1.1-4.6,1.3c1.7-1,2.9-2.6,3.5-4.4c-1.6,0.9-3.3,1.6-5.1,2c-1.5-1.6-3.6-2.5-5.9-2.5 c-4.4,0-8,3.6-8,8c0,0.6,0.1,1.2,0.2,1.8c-6.7-0.3-12.6-3.5-16.6-8.4c-0.7,1.2-1.1,2.6-1.1,4c0,2.8,1.4,5.3,3.6,6.7 c-1.3,0-2.6-0.4-3.6-1c0,0,0,0.1,0,0.1c0,3.9,2.8,7.1,6.5,7.9c-0.7,0.2-1.4,0.3-2.1,0.3c-0.5,0-1-0.1-1.5-0.1c1,3.2,4,5.5,7.5,5.6 c-2.8,2.2-6.2,3.4-10,3.4c-0.6,0-1.3,0-1.9-0.1c3.6,2.3,7.8,3.6,12.3,3.6c14.8,0,22.9-12.3,22.9-22.9c0-0.3,0-0.7,0-1 C47.2,20.9,48.5,19.5,49.6,17.8z"></path></g></svg> </a> </div> </div> </div> </div> </div> <div class="elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-60d6539" data-id="60d6539" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-9d1eace elementor-view-default elementor-widget elementor-widget-icon" data-id="9d1eace" data-element_type="widget" data-widget_type="icon.default"> <div class="elementor-widget-container"> <div class="elementor-icon-wrapper"> <a class="elementor-icon elementor-animation-grow" href="https://www.facebook.com/ERICLifeWatch" target="_blank"> <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Layer_1" x="0px" y="0px" viewBox="0 0 50 50" style="enable-background:new 0 0 50 50;" xml:space="preserve"><style type="text/css"> .st0{fill:#FFFFFF;} .st1{fill:#0F4E8A;}</style><g id="surface18212414"> <path class="st0" d="M25,50C11.2,50,0,38.8,0,25S11.2,0,25,0s25,11.2,25,25S38.8,50,25,50z"></path> <path class="st1" d="M25,9C16.2,9,9,16.2,9,25c0,8,5.9,14.6,13.6,15.8V29.2h-4V25h4v-2.8c0-4.6,2.3-6.7,6.1-6.7 c1.8,0,2.8,0.1,3.3,0.2v3.7h-2.6c-1.6,0-2.2,1.5-2.2,3.3V25h4.8l-0.6,4.2h-4.1v11.6C35,39.7,41,33.1,41,25C41,16.2,33.8,9,25,9z"></path></g></svg> </a> </div> </div> </div> </div> </div> <div class="elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-753f871" data-id="753f871" data-element_type="column"> <div class="elementor-widget-wrap"> </div> </div> </div> </section> <div class="elementor-element elementor-element-66d3df1 elementor-widget elementor-widget-html" data-id="66d3df1" data-element_type="widget" data-widget_type="html.default"> <div class="elementor-widget-container"> <style> .tnp-subscription { display: flex; justify-content: center; margin: 0; } .tnp-subscription label { color: white; font-family: 'Titillium Web'; font-weight: normal; } .tnp-submit { margin: auto !important; } .tnp-email { height: fit-content !important; font-family: 'Titillium Web'; } </style> <div class="tnp tnp-subscription"> <form method="post" action="https://training.lifewatch.eu/?na=s"> <input type="hidden" name="nlang" value=""> <div class="tnp-field tnp-field-email"> <label for="tnp-1"> Subscribe to our newsletter </label> <input class="tnp-email" type="email" name="ne" id="tnp-1" value="" placeholder="Email" required> </div> <div class="tnp-field tnp-field-button"> <input class="tnp-submit" type="submit" value="Subscribe"> </div> </form> </div> </div> </div> </div> </div> </div> </section> </div> </div><!-- .site-content --> <footer id="colophon" class="site-footer"> <div class="site-info"> <a href="https://wordpress.org/" class="imprint"> Proudly powered by WordPress </a> </div><!-- .site-info --> </footer><!-- .site-footer --> </div><!-- .site --> <script> try { loginButton = document.getElementById("login-button"); loginButton.addEventListener("click", function() { window.location = "/?option=oauthredirect&app_name=Moodle"; }); } catch (error) { } // Manage area title and description change on mouse hover try { labelTitle = document.getElementById( "area-description-title").getElementsByTagName( "h1")[0]; labelDescription = document.getElementById( "area-description-content"); defaultTitle = labelTitle.innerHTML; defaultDescription = labelDescription.innerHTML; buttons = document.getElementsByClassName("area-button"); for(let i=0; i<buttons.length;i++) { buttons[i].onmouseover = function(sender) { labelTitle.innerHTML = titles[i]; labelDescription.innerHTML = descriptions[i]; } buttons[i].onmouseout = function(sender) { labelTitle.innerHTML = defaultTitle; labelDescription.innerHTML = defaultDescription; } } } catch (error) { } </script> <!-- 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 banner-a 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"><p>We use cookies to help you navigate efficiently and perform certain functions. You will find detailed information about all cookies under each consent category below.</p><p>We also use third-party cookies that help us analyse how you use this website, store your preferences, and provide the content that is relevant to you. These cookies will only be stored in your browser with your prior consent.</p><p>You can choose to enable or disable some or all of these cookies but disabling some of them may affect your browsing experience.</p></div> <!-- categories start --> <div class="cmplz-categories"> <details class="cmplz-category cmplz-functional" > <summary> <span class="cmplz-category-header"> <span class="cmplz-category-title">Functional</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">Functional</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">The technical storage or access is strictly necessary for the legitimate purpose of enabling the use of a specific service explicitly requested by the subscriber or user, or for the sole purpose of carrying out the transmission of a communication over an electronic communications network.</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">Analytics</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">Analytics</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">Analytical cookies are used to understand how visitors interact with the website. These cookies help provide information on metrics such as the number of visitors, bounce rate, traffic source, etc.</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">Marketing</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">Marketing</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">The technical storage or access is required to create user profiles to send advertising, or to track the user on a website or across several websites for similar marketing purposes.</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 Cookies</button> </div><link rel='stylesheet' id='e-animations-css' href='https://training.lifewatch.eu/wp-content/plugins/elementor/assets/lib/animations/animations.min.css?ver=3.15.3' media='all' /> <script src='https://training.lifewatch.eu/wp-includes/js/jquery/ui/core.min.js?ver=1.13.2' id='jquery-ui-core-js'></script> <script src='https://training.lifewatch.eu/wp-includes/js/jquery/ui/datepicker.min.js?ver=1.13.2' id='jquery-ui-datepicker-js'></script> <script id="jquery-ui-datepicker-js-after"> jQuery(function(jQuery){jQuery.datepicker.setDefaults({"closeText":"Close","currentText":"Today","monthNames":["January","February","March","April","May","June","July","August","September","October","November","December"],"monthNamesShort":["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],"nextText":"Next","prevText":"Previous","dayNames":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],"dayNamesShort":["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],"dayNamesMin":["S","M","T","W","T","F","S"],"dateFormat":"MM d, yy","firstDay":1,"isRTL":false});}); </script> <script src='https://training.lifewatch.eu/wp-content/plugins/modern-events-calendar-lite/assets/js/jquery.typewatch.js?ver=6.5.6' id='mec-typekit-script-js'></script> <script src='https://training.lifewatch.eu/wp-content/plugins/modern-events-calendar-lite/assets/packages/featherlight/featherlight.js?ver=6.5.6' id='featherlight-js'></script> <script src='https://training.lifewatch.eu/wp-content/plugins/modern-events-calendar-lite/assets/packages/select2/select2.full.min.js?ver=6.5.6' id='mec-select2-script-js'></script> <script src='https://training.lifewatch.eu/wp-content/plugins/modern-events-calendar-lite/assets/packages/tooltip/tooltip.js?ver=6.5.6' id='mec-tooltip-script-js'></script> <script src='https://training.lifewatch.eu/wp-content/plugins/modern-events-calendar-lite/assets/packages/lity/lity.min.js?ver=6.5.6' id='mec-lity-script-js'></script> <script src='https://training.lifewatch.eu/wp-content/plugins/modern-events-calendar-lite/assets/packages/colorbrightness/colorbrightness.min.js?ver=6.5.6' id='mec-colorbrightness-script-js'></script> <script src='https://training.lifewatch.eu/wp-content/plugins/modern-events-calendar-lite/assets/packages/owl-carousel/owl.carousel.min.js?ver=6.5.6' id='mec-owl-carousel-script-js'></script> <script src='https://training.lifewatch.eu/wp-includes/js/dist/vendor/wp-polyfill-inert.min.js?ver=3.1.2' id='wp-polyfill-inert-js'></script> <script src='https://training.lifewatch.eu/wp-includes/js/dist/vendor/regenerator-runtime.min.js?ver=0.13.11' id='regenerator-runtime-js'></script> <script src='https://training.lifewatch.eu/wp-includes/js/dist/vendor/wp-polyfill.min.js?ver=3.15.0' id='wp-polyfill-js'></script> <script src='https://training.lifewatch.eu/wp-includes/js/dist/hooks.min.js?ver=c6aec9a8d4e5a5d543a1' id='wp-hooks-js'></script> <script src='https://training.lifewatch.eu/wp-includes/js/dist/i18n.min.js?ver=7701b0c3857f914212ef' id='wp-i18n-js'></script> <script id="wp-i18n-js-after"> wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } ); </script> <script type="text/plain" data-service="youtube" data-category="marketing" id='presto-components-js-extra'> var prestoComponents = {"url":"https:\/\/training.lifewatch.eu\/wp-content\/plugins\/presto-player\/dist\/components\/web-components\/web-components.esm.js?ver=1719996336"}; var prestoPlayer = {"plugin_url":"https:\/\/training.lifewatch.eu\/wp-content\/plugins\/presto-player\/","logged_in":"","root":"https:\/\/training.lifewatch.eu\/wp-json\/","nonce":"3b83bc62e2","ajaxurl":"https:\/\/training.lifewatch.eu\/wp-admin\/admin-ajax.php","isAdmin":"","isSetup":{"bunny":false},"proVersion":"","isPremium":"","wpVersionString":"wp\/v2\/","prestoVersionString":"presto-player\/v1\/","debug":"","debug_navigator":"","i18n":{"skip":"Skip","rewatch":"Rewatch","emailPlaceholder":"Email address","emailDefaultHeadline":"Enter your email to play this episode.","chapters":"Chapters","show_chapters":"Show Chapters","hide_chapters":"Hide Chapters","restart":"Restart","rewind":"Rewind {seektime}s","play":"Play","pause":"Pause","fastForward":"Forward {seektime}s","seek":"Seek","seekLabel":"{currentTime} of {duration}","played":"Played","buffered":"Buffered","currentTime":"Current time","duration":"Duration","volume":"Volume","mute":"Mute","unmute":"Unmute","enableCaptions":"Enable captions","disableCaptions":"Disable captions","download":"Download","enterFullscreen":"Enter fullscreen","exitFullscreen":"Exit fullscreen","frameTitle":"Player for {title}","captions":"Captions","settings":"Settings","pip":"PIP","menuBack":"Go back to previous menu","speed":"Speed","normal":"Normal","quality":"Quality","loop":"Loop","start":"Start","end":"End","all":"All","reset":"Reset","disabled":"Disabled","enabled":"Enabled","advertisement":"Ad","qualityBadge":{"2160":"4K","1440":"HD","1080":"HD","720":"HD","576":"SD","480":"SD"},"auto":"AUTO","upNext":"Up Next","startOver":"Start Over"}}; var prestoComponents = {"url":"https:\/\/training.lifewatch.eu\/wp-content\/plugins\/presto-player\/dist\/components\/web-components\/web-components.esm.js?ver=1719996336"}; var prestoPlayer = {"plugin_url":"https:\/\/training.lifewatch.eu\/wp-content\/plugins\/presto-player\/","logged_in":"","root":"https:\/\/training.lifewatch.eu\/wp-json\/","nonce":"3b83bc62e2","ajaxurl":"https:\/\/training.lifewatch.eu\/wp-admin\/admin-ajax.php","isAdmin":"","isSetup":{"bunny":false},"proVersion":"","isPremium":"","wpVersionString":"wp\/v2\/","prestoVersionString":"presto-player\/v1\/","debug":"","debug_navigator":"","i18n":{"skip":"Skip","rewatch":"Rewatch","emailPlaceholder":"Email address","emailDefaultHeadline":"Enter your email to play this episode.","chapters":"Chapters","show_chapters":"Show Chapters","hide_chapters":"Hide Chapters","restart":"Restart","rewind":"Rewind {seektime}s","play":"Play","pause":"Pause","fastForward":"Forward {seektime}s","seek":"Seek","seekLabel":"{currentTime} of {duration}","played":"Played","buffered":"Buffered","currentTime":"Current time","duration":"Duration","volume":"Volume","mute":"Mute","unmute":"Unmute","enableCaptions":"Enable captions","disableCaptions":"Disable captions","download":"Download","enterFullscreen":"Enter fullscreen","exitFullscreen":"Exit fullscreen","frameTitle":"Player for {title}","captions":"Captions","settings":"Settings","pip":"PIP","menuBack":"Go back to previous menu","speed":"Speed","normal":"Normal","quality":"Quality","loop":"Loop","start":"Start","end":"End","all":"All","reset":"Reset","disabled":"Disabled","enabled":"Enabled","advertisement":"Ad","qualityBadge":{"2160":"4K","1440":"HD","1080":"HD","720":"HD","576":"SD","480":"SD"},"auto":"AUTO","upNext":"Up Next","startOver":"Start Over"}}; </script> <script data-service="youtube" data-category="marketing" data-cmplz-src="https://training.lifewatch.eu/wp-content/plugins/presto-player/src/player/player-static.js?ver=1719996336" type="text/plain" data-script-type="module" defer></script><script src='https://training.lifewatch.eu/wp-content/themes/twentyfifteen/js/skip-link-focus-fix.js?ver=20141028' id='twentyfifteen-skip-link-focus-fix-js'></script> <script id='twentyfifteen-script-js-extra'> var screenReaderText = {"expand":"<span class=\"screen-reader-text\">expand child menu<\/span>","collapse":"<span class=\"screen-reader-text\">collapse child menu<\/span>"}; </script> <script src='https://training.lifewatch.eu/wp-content/themes/twentyfifteen/js/functions.js?ver=20221101' id='twentyfifteen-script-js'></script> <script id='eael-general-js-extra'> var localize = {"ajaxurl":"https:\/\/training.lifewatch.eu\/wp-admin\/admin-ajax.php","nonce":"72871cc2fc","i18n":{"added":"Added ","compare":"Compare","loading":"Loading..."},"eael_translate_text":{"required_text":"is a required field","invalid_text":"Invalid","billing_text":"Billing","shipping_text":"Shipping","fg_mfp_counter_text":"of"},"page_permalink":"https:\/\/training.lifewatch.eu\/webinars-and-conferences\/","cart_redirectition":"","cart_page_url":"","el_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}}}; </script> <script src='https://training.lifewatch.eu/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/js/view/general.min.js?ver=5.9.25' id='eael-general-js'></script> <script id='cmplz-cookiebanner-js-extra'> var complianz = {"prefix":"cmplz_","user_banner_id":"1","set_cookies":[],"block_ajax_content":"","banner_version":"18","version":"7.1.0","store_consent":"","do_not_track_enabled":"","consenttype":"optin","region":"eu","geoip":"","dismiss_timeout":"","disable_cookiebanner":"","soft_cookiewall":"","dismiss_on_scroll":"","cookie_expiry":"365","url":"https:\/\/training.lifewatch.eu\/wp-json\/complianz\/v1\/","locale":"lang=en&locale=en_US","set_cookies_on_root":"","cookie_domain":"","current_policy_id":"31","cookie_path":"\/","categories":{"statistics":"statistics","marketing":"marketing"},"tcf_active":"","placeholdertext":"Click to accept {category} cookies and enable this content","css_file":"https:\/\/training.lifewatch.eu\/wp-content\/uploads\/complianz\/css\/banner-{banner_id}-{type}.css?v=18","page_links":{"eu":{"cookie-statement":{"title":"","url":"https:\/\/training.lifewatch.eu\/advertise-your-resources\/"},"privacy-statement":{"title":"Privacy Statement","url":"https:\/\/www.lifewatch.eu\/privacy-policy-2021\/"}}},"tm_categories":"","forceEnableStats":"","preview":"","clean_cookies":"","aria_label":"Click to accept {category} cookies and enable this content"}; </script> <script defer src='https://training.lifewatch.eu/wp-content/plugins/complianz-gdpr/cookiebanner/js/complianz.min.js?ver=1719395035' id='cmplz-cookiebanner-js'></script> <script 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); }); } } } }); }); } document.addEventListener("cmplz_enable_category", function(consentData) { var category = consentData.detail.category; var services = consentData.detail.services; var blockedContentContainers = []; let selectorVideo = '.cmplz-elementor-widget-video-playlist[data-category="'+category+'"],.elementor-widget-video[data-category="'+category+'"]'; let selectorGeneric = '[data-cmplz-elementor-href][data-category="'+category+'"]'; for (var skey in services) { if (services.hasOwnProperty(skey)) { let service = skey; selectorVideo +=',.cmplz-elementor-widget-video-playlist[data-service="'+service+'"],.elementor-widget-video[data-service="'+service+'"]'; selectorGeneric +=',[data-cmplz-elementor-href][data-service="'+service+'"]'; } } document.querySelectorAll(selectorVideo).forEach(obj => { let elementService = obj.getAttribute('data-service'); if ( cmplz_is_service_denied(elementService) ) { return; } if (obj.classList.contains('cmplz-elementor-activated')) return; obj.classList.add('cmplz-elementor-activated'); if ( obj.hasAttribute('data-cmplz_elementor_widget_type') ){ let attr = obj.getAttribute('data-cmplz_elementor_widget_type'); obj.classList.removeAttribute('data-cmplz_elementor_widget_type'); obj.classList.setAttribute('data-widget_type', attr); } if (obj.classList.contains('cmplz-elementor-widget-video-playlist')) { obj.classList.remove('cmplz-elementor-widget-video-playlist'); obj.classList.add('elementor-widget-video-playlist'); } obj.setAttribute('data-settings', obj.getAttribute('data-cmplz-elementor-settings')); blockedContentContainers.push(obj); }); document.querySelectorAll(selectorGeneric).forEach(obj => { let elementService = obj.getAttribute('data-service'); if ( cmplz_is_service_denied(elementService) ) { return; } if (obj.classList.contains('cmplz-elementor-activated')) return; if (obj.classList.contains('cmplz-fb-video')) { obj.classList.remove('cmplz-fb-video'); obj.classList.add('fb-video'); } obj.classList.add('cmplz-elementor-activated'); obj.setAttribute('data-href', obj.getAttribute('data-cmplz-elementor-href')); blockedContentContainers.push(obj.closest('.elementor-widget')); }); /** * Trigger the widgets in Elementor */ for (var key in blockedContentContainers) { if (blockedContentContainers.hasOwnProperty(key) && blockedContentContainers[key] !== undefined) { let blockedContentContainer = blockedContentContainers[key]; if (elementorFrontend.elementsHandler) { elementorFrontend.elementsHandler.runReadyTrigger(blockedContentContainer) } var cssIndex = blockedContentContainer.getAttribute('data-placeholder_class_index'); blockedContentContainer.classList.remove('cmplz-blocked-content-container'); blockedContentContainer.classList.remove('cmplz-placeholder-' + cssIndex); } } }); </script> <script src='https://training.lifewatch.eu/wp-content/plugins/elementor/assets/js/webpack.runtime.min.js?ver=3.15.3' id='elementor-webpack-runtime-js'></script> <script src='https://training.lifewatch.eu/wp-content/plugins/elementor/assets/js/frontend-modules.min.js?ver=3.15.3' id='elementor-frontend-modules-js'></script> <script src='https://training.lifewatch.eu/wp-content/plugins/elementor/assets/lib/waypoints/waypoints.min.js?ver=4.0.2' id='elementor-waypoints-js'></script> <script 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.15.3","is_static":false,"experimentalFeatures":{"e_dom_optimization":true,"e_optimized_assets_loading":true,"e_optimized_css_loading":true,"additional_custom_breakpoints":true,"landing-pages":true},"urls":{"assets":"https:\/\/training.lifewatch.eu\/wp-content\/plugins\/elementor\/assets\/"},"swiperClass":"swiper-container","settings":{"page":[],"editorPreferences":[]},"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":295,"title":"Webinars%20and%20Conferences%20%E2%80%93%20LifeWatch%20ERIC","excerpt":"","featuredImage":false}}; </script> <script src='https://training.lifewatch.eu/wp-content/plugins/elementor/assets/js/frontend.min.js?ver=3.15.3' id='elementor-frontend-js'></script> <script src='https://training.lifewatch.eu/wp-includes/js/underscore.min.js?ver=1.13.4' id='underscore-js'></script> <script id='wp-util-js-extra'> var _wpUtilSettings = {"ajax":{"url":"\/wp-admin\/admin-ajax.php"}}; </script> <script src='https://training.lifewatch.eu/wp-includes/js/wp-util.min.js?ver=6.3' id='wp-util-js'></script> <script id='wpforms-elementor-js-extra'> var wpformsElementorVars = {"captcha_provider":"recaptcha","recaptcha_type":"v2"}; </script> <script src='https://training.lifewatch.eu/wp-content/plugins/wpforms-lite/assets/js/integrations/elementor/frontend.min.js?ver=1.8.9.4' id='wpforms-elementor-js'></script> </body> </html>

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