{"id":2798,"date":"2026-01-15T10:22:36","date_gmt":"2026-01-15T08:22:36","guid":{"rendered":"https:\/\/we.leave-mark.com\/?page_id=2798"},"modified":"2026-01-15T17:29:55","modified_gmt":"2026-01-15T15:29:55","slug":"lp-2","status":"publish","type":"page","link":"https:\/\/we.leave-mark.com\/he\/lp-2\/","title":{"rendered":""},"content":{"rendered":"<div class=\"vce-row-container\" data-vce-boxed-width=\"true\"><div class=\"vce-row vce-row--col-gap-30 vce-row-equal-height vce-row-content--top\" id=\"el-261f5444\" data-vce-do-apply=\"all el-261f5444\"><div class=\"vce-row-content\" data-vce-element-content=\"true\"><div class=\"vce-col vce-col--md-auto vce-col--xs-1 vce-col--xs-last vce-col--xs-first vce-col--sm-last vce-col--sm-first vce-col--md-last vce-col--lg-last vce-col--xl-last vce-col--md-first vce-col--lg-first vce-col--xl-first\" id=\"el-f259b20c\"><div class=\"vce-col-inner\" data-vce-do-apply=\"border margin background  el-f259b20c\"><div class=\"vce-col-content\" data-vce-element-content=\"true\" data-vce-do-apply=\"padding el-f259b20c\"><div class=\"vce-raw-html\"><div class=\"vce-raw-html-wrapper\" id=\"el-4b81ed48\" data-vce-do-apply=\"all el-4b81ed48\">\n\n  \n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n    <meta charset=\"utf-8\">\n    <meta name=\"description\" content=\"Free storytelling webinars - Morning talks to spark your thinking. Join expert-led sessions on storytelling, presentations, and communication.\">\n    <title>Free Storytelling Webinars - Leave A Mark<\/title>\n    <link rel=\"stylesheet\" href=\"globals.css\">\n    <link rel=\"stylesheet\" href=\"style.css\">\n    <script src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/gsap\/3.12.5\/gsap.min.js\"><\/script>\n    <script src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/gsap\/3.12.5\/ScrollTrigger.min.js\"><\/script>\n  \n  \n    <script>\n      function smoothScrollToForm(event) {\n        event.preventDefault();\n        const target = document.querySelector('#registration-form');\n        if (target) {\n          target.scrollIntoView({\n            behavior: 'smooth',\n            block: 'start'\n          });\n        }\n      }\n\n      function toggleReadMore(button) {\n        const card = button.closest('.card, .card-2');\n        const accordionContent = card.nextElementSibling;\n        const isExpanded = card.classList.contains('expanded');\n        \n        if (isExpanded) {\n          card.classList.remove('expanded');\n          button.classList.remove('expanded');\n          button.innerHTML = '<svg width=\"12\" height=\"8\" viewBox=\"0 0 12 8\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M1 1L6 6L11 1\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg> Read More';\n        } else {\n          card.classList.add('expanded');\n          button.classList.add('expanded');\n          button.innerHTML = '<svg width=\"12\" height=\"8\" viewBox=\"0 0 12 8\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M1 1L6 6L11 1\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg> Read Less';\n        }\n      }\n\n      \/\/ GSAP Animations - Desktop Only\n      window.addEventListener('DOMContentLoaded', () => {\n        \/\/ Check if desktop\n        if (window.innerWidth > 768) {\n          gsap.registerPlugin(ScrollTrigger);\n\n          \/\/ Set initial states\n          gsap.set('.frame', { opacity: 0 });\n          gsap.set('.heading-free', { opacity: 0, y: 30 });\n          gsap.set('.heading-morning', { opacity: 0, y: 30 });\n          gsap.set('.img', { opacity: 0, scale: 0.8 });\n          gsap.set('.link', { opacity: 0, y: 20 });\n          gsap.set('.an-hour-of .text-wrapper', { opacity: 0, y: 30 });\n          gsap.set('.an-hour-of .span', { opacity: 0, y: 30 });\n          gsap.set('.an-hour-of .text-wrapper-2', { opacity: 0, y: 30 });\n          gsap.set('.text-wrapper-3', { opacity: 0, y: 30 });\n          gsap.set('.card, .card-2', { opacity: 0, y: 50 });\n\n          \/\/ Hero Section Animation Timeline\n          const heroTimeline = gsap.timeline();\n          \n          heroTimeline\n            .to('.frame', { \n              opacity: 1, \n              duration: 1, \n              ease: 'power2.out' \n            })\n            .to('.heading-free', { \n              opacity: 1, \n              y: 0, \n              duration: 0.8, \n              ease: 'power3.out' \n            }, '-=0.5')\n            .to('.heading-morning', { \n              opacity: 1, \n              y: 0, \n              duration: 0.8, \n              ease: 'power3.out' \n            }, '-=0.6')\n            .to('.img', { \n              opacity: 1, \n              scale: 1, \n              duration: 0.8, \n              ease: 'back.out(1.2)' \n            }, '-=0.4')\n            .to('.link', { \n              opacity: 1, \n              y: 0, \n              duration: 0.6, \n              ease: 'power2.out' \n            }, '-=0.3');\n\n          \/\/ Intro Section Animation\n          gsap.to('.an-hour-of .text-wrapper', {\n            scrollTrigger: {\n              trigger: '.an-hour-of',\n              start: 'top 80%',\n              toggleActions: 'play none none none'\n            },\n            opacity: 1,\n            y: 0,\n            duration: 0.8,\n            ease: 'power3.out'\n          });\n\n          gsap.to('.an-hour-of .span', {\n            scrollTrigger: {\n              trigger: '.an-hour-of',\n              start: 'top 80%',\n              toggleActions: 'play none none none'\n            },\n            opacity: 1,\n            y: 0,\n            duration: 0.8,\n            delay: 0.2,\n            ease: 'power3.out'\n          });\n\n          gsap.to('.an-hour-of .text-wrapper-2', {\n            scrollTrigger: {\n              trigger: '.an-hour-of',\n              start: 'top 80%',\n              toggleActions: 'play none none none'\n            },\n            opacity: 1,\n            y: 0,\n            duration: 0.8,\n            delay: 0.4,\n            ease: 'power3.out'\n          });\n\n          \/\/ Webinars Title Animation\n          gsap.to('.text-wrapper-3', {\n            scrollTrigger: {\n              trigger: '.text-wrapper-3',\n              start: 'top 85%',\n              toggleActions: 'play none none none'\n            },\n            opacity: 1,\n            y: 0,\n            duration: 0.8,\n            ease: 'power3.out'\n          });\n\n          \/\/ Cards Animation - Stagger\n          gsap.to('.frame-4 .card, .frame-4 .card-2', {\n            scrollTrigger: {\n              trigger: '.frame-4',\n              start: 'top 75%',\n              toggleActions: 'play none none none'\n            },\n            opacity: 1,\n            y: 0,\n            duration: 0.8,\n            stagger: 0.2,\n            ease: 'power3.out'\n          });\n\n          gsap.to('.frame-11 .card, .frame-11 .card-2', {\n            scrollTrigger: {\n              trigger: '.frame-11',\n              start: 'top 75%',\n              toggleActions: 'play none none none'\n            },\n            opacity: 1,\n            y: 0,\n            duration: 0.8,\n            stagger: 0.2,\n            ease: 'power3.out'\n          });\n        }\n      });\n    <\/script>\n    <main class=\"element-light\" data-model-id=\"9:1909\">\n      <header class=\"frame\">\n        <img decoding=\"async\" class=\"vector lazyload\" data-src=\"https:\/\/c.animaapp.com\/PoPd7E3L\/img\/vector.svg\" alt=\"\" aria-hidden=\"true\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\">\n        <img decoding=\"async\" class=\"group lazyload\" data-src=\"https:\/\/c.animaapp.com\/PoPd7E3L\/img\/group.png\" alt=\"\" aria-hidden=\"true\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\">\n        <div class=\"div\">\n          <div class=\"frame-2\">\n            <img decoding=\"async\" class=\"img lazyload\" data-src=\"https:\/\/c.animaapp.com\/PoPd7E3L\/img\/frame-6.svg\" alt=\"\" aria-hidden=\"true\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\">\n            <div class=\"frame-3\">\n              <h1 class=\"heading-free\">FREE STORYTELLING WEBINARS<\/h1>\n              <p class=\"heading-morning\">MORNING TALKS TO SPARK YOUR THINKING.<\/p>\n            <\/div>\n          <\/div>\n          <a href=\"#registration-form\" class=\"link\" onclick=\"smoothScrollToForm(event)\"><span class=\"sign-up-save-your\">Sign Up & Save Your Spot<\/span><\/a>\n        <\/div>\n      <\/header>\n      <section class=\"intro-section\">\n        <div class=\"an-hour-of\">\n          <h2 class=\"text-wrapper\">An hour of inspiration, insight, and growth.<\/h2>\n          <p class=\"span\">Join us for powerful, bite-sized storytelling webinars, each focused on a different topic. Led by our\n            expert storytelling speakers, these sessions are designed to spark new ways of thinking, sharpen your\n            communication skills, and support real personal and professional growth. <br>Whether you're pitching an\n            idea, building a presentation, or leading a conversation that matters, you'll walk away with practical tools\n            you can use right away.<\/p>\n          <p class=\"text-wrapper-2\">Participation is free. Sign up for the webinars below.<\/p>\n        <\/div>\n      <\/section>\n      <section class=\"webinars-section\">\n        <h2 class=\"text-wrapper-3\">The Webinars<\/h2>\n        <div class=\"frame-4\">\n          <article class=\"card\">\n            <div class=\"glow\" aria-hidden=\"true\"><\/div>\n            <div class=\"frame-wrapper\">\n              <div class=\"frame-5\">\n                <div class=\"text-wrapper-4\">Feb<\/div>\n                <div class=\"text-wrapper-5\">14<\/div>\n              <\/div>\n            <\/div>\n            <div class=\"frame-6\">\n              <div class=\"div-wrapper\">\n                <div class=\"event-title-wrapper\">\n                  <h3 class=\"event-title\">Webinar for L&D:<br>When Storytelling Met Ai<\/h3>\n                <\/div>\n              <\/div>\n              <div class=\"frame-7\">\n                <p class=\"p\">What happens when AI meets powerful storytelling methods?<br>Join us to learn how to level up your message!<br>Whether you're in a meeting, working on a presentation, creating content, or anytime you need to convey a clear, compelling message that truly speaks to your audience.<\/p>\n              <\/div>\n            <\/div>\n            <div class=\"frame-8\">\n              <div class=\"speaker-s-name\">Nir Waldman<\/div>\n              <p class=\"speaker-s-name-2\">Storytelling Trainer, Content Developer, Graphic Designer, and Illustrator<\/p>\n              <div class=\"frame-7\">\n                <button class=\"read-more-btn\" onclick=\"toggleReadMore(this)\">\n                  <svg width=\"12\" height=\"8\" viewBox=\"0 0 12 8\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                    <path d=\"M1 1L6 6L11 1\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path>\n                  <\/svg>\n                  Read More\n                <\/button>\n              <\/div>\n            <\/div>\n            <img decoding=\"async\" class=\"image lazyload\" data-src=\"https:\/\/c.animaapp.com\/PoPd7E3L\/img\/uploaded-image-1768478310042-0.png\" alt=\"Nir Waldman\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\">\n            <div class=\"frame-10\"><div class=\"text-wrapper-6\">Active Registration<\/div><\/div>\n          <\/article>\n          <div class=\"accordion-content\">\n            <p>What happens when AI meets powerful storytelling methods?<br>Join us to learn how to level up your message!<br>Whether you're in a meeting, working on a presentation, creating content, or anytime you need to convey a clear, compelling message that truly speaks to your audience.<\/p>\n          <\/div>\n          <article class=\"card-2\">\n            <div class=\"glow\" aria-hidden=\"true\"><\/div>\n            <div class=\"frame-wrapper\">\n              <div class=\"frame-5\">\n                <div class=\"text-wrapper-7\">Mar<\/div>\n                <div class=\"text-wrapper-8\">11<\/div>\n              <\/div>\n            <\/div>\n            <div class=\"frame-6\">\n              <div class=\"div-wrapper\">\n                <div class=\"event-title-wrapper\">\n                  <h3 class=\"event-title\">Storytelling for Impact:<br>How to Get Your Message Across<\/h3>\n                <\/div>\n              <\/div>\n              <div class=\"frame-7\">\n                <p class=\"event-title-2\">An introduction to the world of storytelling, providing practical tools for delivering effective messages and leading successful meetings. Storytelling is one of the most powerful, and oldest, tools for human connection, persuasion, and communication. In this webinar, you'll learn practical methods to elevate your meetings, presentations, and message delivery, while keeping your audience engaged from start to finish.<\/p>\n              <\/div>\n            <\/div>\n            <div class=\"frame-8\">\n              <div class=\"speaker-s-name\">Amit David Berstein<\/div>\n              <p class=\"speaker-s-name-2\">Head of Global Training At Leave a mark<\/p>\n              <div class=\"frame-7\">\n                <button class=\"read-more-btn\" onclick=\"toggleReadMore(this)\">\n                  <svg width=\"12\" height=\"8\" viewBox=\"0 0 12 8\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                    <path d=\"M1 1L6 6L11 1\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path>\n                  <\/svg>\n                  Read More\n                <\/button>\n              <\/div>\n            <\/div>\n            <div class=\"frame-10\"><div class=\"text-wrapper-6\">Active Registration<\/div><\/div>\n            <img decoding=\"async\" class=\"image-2 lazyload\" data-src=\"https:\/\/c.animaapp.com\/PoPd7E3L\/img\/uploaded-image-1768478310045-1.png\" alt=\"Amit David Berstein\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\">\n          <\/article>\n          <div class=\"accordion-content\">\n            <p>An introduction to the world of storytelling, providing practical tools for delivering effective messages and leading successful meetings. Storytelling is one of the most powerful, and oldest, tools for human connection, persuasion, and communication. In this webinar, you'll learn practical methods to elevate your meetings, presentations, and message delivery, while keeping your audience engaged from start to finish.<\/p>\n          <\/div>\n        <\/div>\n        <div class=\"frame-11\">\n          <article class=\"card\">\n            <div class=\"glow\" aria-hidden=\"true\"><\/div>\n            <div class=\"frame-wrapper\">\n              <div class=\"frame-5\">\n                <div class=\"text-wrapper-4\">Apr<\/div>\n                <div class=\"text-wrapper-5\">15<\/div>\n              <\/div>\n            <\/div>\n            <div class=\"frame-6\">\n              <div class=\"div-wrapper\">\n                <div class=\"event-title-wrapper\"><h3 class=\"event-title\">Visual Telling<\/h3><\/div>\n              <\/div>\n              <div class=\"frame-7\">\n                <p class=\"event-title-3\"><strong>A presentation is a powerful tool for delivering a message - but too often, we make it the star.<\/strong><br>In truth, the presentation is there to support you, not replace you. It's the backing orchestra to your solo performance\u2014meant to enhance, not overpower. That's why sticking to core principles such as a clear structure, smooth flow, simplicity, and purposeful design is essential. A great presentation does more with less. it becomes a compelling way to carry your message across, making it easier to understand, remember, and act on.<\/p>\n              <\/div>\n            <\/div>\n            <div class=\"frame-8\">\n              <div class=\"speaker-s-name\">Nir Waldman<\/div>\n              <p class=\"speaker-s-name-2\">Storytelling Trainer, Content Developer, Graphic Designer, and Illustrator<\/p>\n              <div class=\"frame-7\">\n                <button class=\"read-more-btn\" onclick=\"toggleReadMore(this)\">\n                  <svg width=\"12\" height=\"8\" viewBox=\"0 0 12 8\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                    <path d=\"M1 1L6 6L11 1\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path>\n                  <\/svg>\n                  Read More\n                <\/button>\n              <\/div>\n            <\/div>\n            <img decoding=\"async\" class=\"image-3 lazyload\" data-src=\"https:\/\/c.animaapp.com\/PoPd7E3L\/img\/uploaded-image-1768478310042-0.png\" alt=\"Nir Waldman\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\">\n            <div class=\"frame-10\"><div class=\"text-wrapper-6\">Active Registration<\/div><\/div>\n          <\/article>\n          <div class=\"accordion-content\">\n            <p><strong>A presentation is a powerful tool for delivering a message - but too often, we make it the star.<\/strong><br>In truth, the presentation is there to support you, not replace you. It's the backing orchestra to your solo performance\u2014meant to enhance, not overpower. That's why sticking to core principles such as a clear structure, smooth flow, simplicity, and purposeful design is essential. A great presentation does more with less. it becomes a compelling way to carry your message across, making it easier to understand, remember, and act on.<\/p>\n          <\/div>\n          <article class=\"card-2\">\n            <div class=\"glow\" aria-hidden=\"true\"><\/div>\n            <div class=\"frame-wrapper\">\n              <div class=\"frame-5\">\n                <div class=\"text-wrapper-11\">May<\/div>\n                <div class=\"text-wrapper-8\">6<\/div>\n              <\/div>\n            <\/div>\n            <div class=\"frame-6\">\n              <div class=\"div-wrapper\">\n                <div class=\"event-title-wrapper\"><h3 class=\"event-title\">Data Storytelling<\/h3><\/div>\n              <\/div>\n              <div class=\"frame-7\">\n                <p class=\"event-title-4\">You did it- you've got the dashboards, the spreadsheets, the graphs. The numbers are all there. But too often, data becomes the main event in presentations, instead of playing its real role: supporting the message. This webinar is your invitation to rethink how you work with data\u2014make it make sense, uncover the story behind it, and communicate it in a way that elevates impact.<\/p>\n              <\/div>\n            <\/div>\n            <div class=\"frame-8\">\n              <div class=\"speaker-s-name\">Nir Waldman<\/div>\n              <p class=\"speaker-s-name-2\">Storytelling Trainer, Content Developer, Graphic Designer, and Illustrator<\/p>\n              <div class=\"frame-7\">\n                <button class=\"read-more-btn\" onclick=\"toggleReadMore(this)\">\n                  <svg width=\"12\" height=\"8\" viewBox=\"0 0 12 8\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                    <path d=\"M1 1L6 6L11 1\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path>\n                  <\/svg>\n                  Read More\n                <\/button>\n              <\/div>\n            <\/div>\n            <img decoding=\"async\" class=\"image-3 lazyload\" data-src=\"https:\/\/c.animaapp.com\/PoPd7E3L\/img\/uploaded-image-1768478310042-0.png\" alt=\"Nir Waldman\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\">\n            <div class=\"frame-10\"><div class=\"text-wrapper-6\">Active Registration<\/div><\/div>\n          <\/article>\n          <div class=\"accordion-content\">\n            <p>You did it- you've got the dashboards, the spreadsheets, the graphs. The numbers are all there. But too often, data becomes the main event in presentations, instead of playing its real role: supporting the message. This webinar is your invitation to rethink how you work with data\u2014make it make sense, uncover the story behind it, and communicate it in a way that elevates impact.<\/p>\n          <\/div>\n        <\/div>\n        <div class=\"frame-11\">\n          <article class=\"card\">\n            <div class=\"glow\" aria-hidden=\"true\"><\/div>\n            <div class=\"group-2\">\n              <div class=\"frame-12\">\n                <div class=\"text-wrapper-4\">Jun<\/div>\n                <div class=\"text-wrapper-12\">10<\/div>\n              <\/div>\n            <\/div>\n            <div class=\"frame-6\">\n              <div class=\"div-wrapper\">\n                <div class=\"event-title-wrapper\">\n                  <h3 class=\"event-title\">Nail Your Pitch with <br>the High Five Method<\/h3>\n                <\/div>\n              <\/div>\n              <div class=\"frame-7\">\n                <p class=\"event-title-3\">A strong pitch isn't about slides \u2014 it's about sharp, clear messaging. In this free webinar, you'll learn Leave a Mark's simple and memorable five-step model for crafting pitches that connect, convince, and leave a mark. Because if you can't say it in 5 minutes, you won't say it better in 50.<\/p>\n              <\/div>\n            <\/div>\n            <div class=\"frame-8\">\n              <div class=\"speaker-s-name\">Alon Reichman<\/div>\n              <div class=\"speaker-s-name-2\">Senior Storytelling Trainer<\/div>\n              <div class=\"frame-7\">\n                <button class=\"read-more-btn\" onclick=\"toggleReadMore(this)\">\n                  <svg width=\"12\" height=\"8\" viewBox=\"0 0 12 8\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                    <path d=\"M1 1L6 6L11 1\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path>\n                  <\/svg>\n                  Read More\n                <\/button>\n              <\/div>\n            <\/div>\n            <img decoding=\"async\" class=\"image-4 lazyload\" data-src=\"https:\/\/we.leave-mark.com\/wp-content\/smush-avif\/2026\/01\/\u05d0\u05dc\u05d5\u05df-\u05d7\u05d3\u05d7\u05e9.png.avif\" alt=\"Alon Reichman\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 363px; --smush-placeholder-aspect-ratio: 363\/459;\" data-smush-avif-fallback=\"{&quot;data-src&quot;:&quot;https:\\\/\\\/we.leave-mark.com\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/\\u05d0\\u05dc\\u05d5\\u05df-\\u05d7\\u05d3\\u05d7\\u05e9.png&quot;}\">\n            <div class=\"frame-10\"><div class=\"text-wrapper-6\">Active Registration<\/div><\/div>\n          <\/article>\n          <div class=\"accordion-content\">\n            <p>A strong pitch isn't about slides \u2014 it's about sharp, clear messaging. In this free webinar, you'll learn Leave a Mark's simple and memorable five-step model for crafting pitches that connect, convince, and leave a mark. Because if you can't say it in 5 minutes, you won't say it better in 50.<\/p>\n          <\/div>\n          <article class=\"card-2\">\n            <div class=\"glow\" aria-hidden=\"true\"><\/div>\n            <div class=\"group-2\">\n              <div class=\"frame-12\">\n                <div class=\"text-wrapper-4\">Jul<\/div>\n                <div class=\"text-wrapper-13\">16<\/div>\n              <\/div>\n            <\/div>\n            <div class=\"frame-6\">\n              <div class=\"div-wrapper\">\n                <div class=\"event-title-wrapper\"><h3 class=\"event-title\">How to Tell AI<\/h3><\/div>\n              <\/div>\n              <div class=\"frame-7\">\n                <p class=\"event-title-4\">These days, nearly every company is talking about AI, but how do you actually communicate what makes yours unique in a world full of buzzwords and tech hype?<br>In this webinar, we'll learn how to tell a story that makes your AI stand out,<br>one that goes beyond the tech talk and builds real understanding, interest, and trust.<br><br>If you have an AI story, you need to know how to tell it.<br>Because in a world where everyone's talking about AI, only those who speak it differently truly get heard.<\/p>\n              <\/div>\n            <\/div>\n            <div class=\"frame-8\">\n              <div class=\"speaker-s-name\">Alon Reichman<\/div>\n              <div class=\"speaker-s-name-2\">Senior Storytelling Trainer<\/div>\n              <div class=\"frame-7\">\n                <button class=\"read-more-btn\" onclick=\"toggleReadMore(this)\">\n                  <svg width=\"12\" height=\"8\" viewBox=\"0 0 12 8\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                    <path d=\"M1 1L6 6L11 1\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path>\n                  <\/svg>\n                  Read More\n                <\/button>\n              <\/div>\n            <\/div>\n            <img decoding=\"async\" class=\"image-4 lazyload\" data-src=\"https:\/\/we.leave-mark.com\/wp-content\/smush-avif\/2026\/01\/\u05d0\u05dc\u05d5\u05df-\u05d7\u05d3\u05d7\u05e9.png.avif\" alt=\"Alon Reichman\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 363px; --smush-placeholder-aspect-ratio: 363\/459;\" data-smush-avif-fallback=\"{&quot;data-src&quot;:&quot;https:\\\/\\\/we.leave-mark.com\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/\\u05d0\\u05dc\\u05d5\\u05df-\\u05d7\\u05d3\\u05d7\\u05e9.png&quot;}\">\n            <div class=\"frame-10\"><div class=\"text-wrapper-6\">Active Registration<\/div><\/div>\n          <\/article>\n          <div class=\"accordion-content\">\n            <p>These days, nearly every company is talking about AI, but how do you actually communicate what makes yours unique in a world full of buzzwords and tech hype?<br>In this webinar, we'll learn how to tell a story that makes your AI stand out,<br>one that goes beyond the tech talk and builds real understanding, interest, and trust.<br><br>If you have an AI story, you need to know how to tell it.<br>Because in a world where everyone's talking about AI, only those who speak it differently truly get heard.<\/p>\n          <\/div>\n        <\/div>\n      <\/section>\n      <section class=\"section\" id=\"registration-form\">\n        <h2 class=\"heading-seats-are\">\n          <span class=\"text-wrapper-14\">Seats are limited!<\/span>\n          <span class=\"text-wrapper-15\">save your spot now and get your link to join the webinar<\/span>\n        <\/h2>\n        <div class=\"form-contact-form\">\n          <style id=\"wpforms-css-vars-2800\">\n\t\t\t\t#wpforms-2800 {\n\t\t\t\t--wpforms-field-size-input-height: 43px;\n--wpforms-field-size-input-spacing: 15px;\n--wpforms-field-size-font-size: 16px;\n--wpforms-field-size-line-height: 19px;\n--wpforms-field-size-padding-h: 14px;\n--wpforms-field-size-checkbox-size: 16px;\n--wpforms-field-size-sublabel-spacing: 5px;\n--wpforms-field-size-icon-size: 1;\n--wpforms-label-size-font-size: 16px;\n--wpforms-label-size-line-height: 19px;\n--wpforms-label-size-sublabel-font-size: 14px;\n--wpforms-label-size-sublabel-line-height: 17px;\n--wpforms-button-size-font-size: 17px;\n--wpforms-button-size-height: 41px;\n--wpforms-button-size-padding-h: 15px;\n--wpforms-button-size-margin-top: 10px;\n--wpforms-container-shadow-size-box-shadow: none;\n\t\t\t}\n\t\t\t<\/style><div class=\"wpforms-container wpforms-container-full wpforms-render-modern\" id=\"wpforms-2800\"><form id=\"wpforms-form-2800\" class=\"wpforms-validate wpforms-form wpforms-ajax-form\" data-formid=\"2800\" method=\"post\" enctype=\"multipart\/form-data\" action=\"\/he\/wp-json\/wp\/v2\/pages\/2798\" data-token=\"132b96f68fb54b09602e5d5a03527518\" data-token-time=\"1779742700\"><noscript class=\"wpforms-error-noscript\">Please enable JavaScript in your browser to complete this form.<\/noscript><div id=\"wpforms-error-noscript\" style=\"display: none;\">Please enable JavaScript in your browser to complete this form.<\/div><div class=\"wpforms-field-container\"><div id=\"wpforms-2800-field_16-container\" class=\"wpforms-field wpforms-field-hidden\" data-field-id=\"16\"><input type=\"hidden\" id=\"wpforms-2800-field_16\" name=\"wpforms[fields][16]\"><\/div><div id=\"wpforms-2800-field_17-container\" class=\"wpforms-field wpforms-field-hidden\" data-field-id=\"17\"><input type=\"hidden\" id=\"wpforms-2800-field_17\" name=\"wpforms[fields][17]\"><\/div><div id=\"wpforms-2800-field_18-container\" class=\"wpforms-field wpforms-field-hidden\" data-field-id=\"18\"><input type=\"hidden\" id=\"wpforms-2800-field_18\" name=\"wpforms[fields][18]\"><\/div><div id=\"wpforms-2800-field_19-container\" class=\"wpforms-field wpforms-field-hidden\" data-field-id=\"19\"><input type=\"hidden\" id=\"wpforms-2800-field_19\" name=\"wpforms[fields][19]\"><\/div><div id=\"wpforms-2800-field_14-container\" class=\"wpforms-field wpforms-field-hidden\" data-field-id=\"14\"><input type=\"hidden\" id=\"wpforms-2800-field_14\" name=\"wpforms[fields][14]\"><\/div><div id=\"wpforms-2800-field_20-container\" class=\"wpforms-field wpforms-field-hidden\" data-field-id=\"20\"><input type=\"hidden\" id=\"wpforms-2800-field_20\" name=\"wpforms[fields][20]\"><\/div><div id=\"wpforms-2800-field_0-container\" class=\"wpforms-field wpforms-field-name\" data-field-id=\"0\"><label class=\"wpforms-field-label wpforms-label-hide\" for=\"wpforms-2800-field_0\" aria-hidden=\"false\">Name <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/label><input type=\"text\" id=\"wpforms-2800-field_0\" class=\"wpforms-field-large wpforms-field-required\" name=\"wpforms[fields][0]\" placeholder=\"Name\" aria-errormessage=\"wpforms-2800-field_0-error\" required><\/div><div id=\"wpforms-2800-field_7-container\" class=\"wpforms-field wpforms-field-text\" data-field-id=\"7\"><label class=\"wpforms-field-label wpforms-label-hide\" for=\"wpforms-2800-field_7\" aria-hidden=\"false\">Mobile <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/label><input type=\"text\" id=\"wpforms-2800-field_7\" class=\"wpforms-field-large wpforms-field-required\" name=\"wpforms[fields][7]\" placeholder=\"Mobile\" aria-errormessage=\"wpforms-2800-field_7-error\" required><\/div><div id=\"wpforms-2800-field_8-container\" class=\"wpforms-field wpforms-field-email\" data-field-id=\"8\"><label class=\"wpforms-field-label wpforms-label-hide\" for=\"wpforms-2800-field_8\" aria-hidden=\"false\">Email <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/label><input type=\"email\" id=\"wpforms-2800-field_8\" class=\"wpforms-field-large wpforms-field-required\" name=\"wpforms[fields][8]\" placeholder=\"Email\" spellcheck=\"false\" aria-errormessage=\"wpforms-2800-field_8-error\" required><\/div><div id=\"wpforms-2800-field_4-container\" class=\"wpforms-field wpforms-field-text\" data-field-id=\"4\"><label class=\"wpforms-field-label wpforms-label-hide\" for=\"wpforms-2800-field_4\" aria-hidden=\"false\">Role <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/label><input type=\"text\" id=\"wpforms-2800-field_4\" class=\"wpforms-field-large wpforms-field-required\" name=\"wpforms[fields][4]\" placeholder=\"Role\" aria-errormessage=\"wpforms-2800-field_4-error\" required><\/div><div id=\"wpforms-2800-field_5-container\" class=\"wpforms-field wpforms-field-text\" data-field-id=\"5\"><label class=\"wpforms-field-label wpforms-label-hide\" for=\"wpforms-2800-field_5\" aria-hidden=\"false\">Company Name <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/label><input type=\"text\" id=\"wpforms-2800-field_5\" class=\"wpforms-field-large wpforms-field-required\" name=\"wpforms[fields][5]\" placeholder=\"Company Name\" aria-errormessage=\"wpforms-2800-field_5-error\" required><\/div><div id=\"wpforms-2800-field_22-container\" class=\"wpforms-field wpforms-field-select wpforms-field-select-style-classic\" data-field-id=\"22\"><label class=\"wpforms-field-label\" for=\"wpforms-2800-field_22\">Dropdown<\/label><select id=\"wpforms-2800-field_22\" class=\"wpforms-field-medium\" name=\"wpforms[fields][22]\"><option value=\"Feb 14 \u2013 Webinar for L&D: When Storytelling Met AI\"  class=\"choice-1 depth-1\"  >Feb 14 \u2013 Webinar for L&D: When Storytelling Met AI<\/option><option value=\"Mar 11 \u2013 Storytelling for Impact: How to Get Your Message Across\"  class=\"choice-2 depth-1\"  >Mar 11 \u2013 Storytelling for Impact: How to Get Your Message Across<\/option><option value=\"Apr 15 \u2013 Visual Telling\"  class=\"choice-3 depth-1\"  >Apr 15 \u2013 Visual Telling<\/option><option value=\"May 6 \u2013 Data Storytelling\"  class=\"choice-5 depth-1\"  >May 6 \u2013 Data Storytelling<\/option><option value=\"Jun 10 \u2013 Nail Your Pitch with the High Five Method\"  class=\"choice-4 depth-1\"  >Jun 10 \u2013 Nail Your Pitch with the High Five Method<\/option><option value=\"Jul 16 \u2013 How to Tell AI\"  class=\"choice-6 depth-1\"  >Jul 16 \u2013 How to Tell AI<\/option><\/select><\/div><div id=\"wpforms-2800-field_25-container\" class=\"wpforms-field wpforms-field-checkbox\" data-field-id=\"25\"><fieldset><legend class=\"wpforms-field-label\">Consent<\/legend><ul id=\"wpforms-2800-field_25\"><li class=\"choice-1 depth-1\"><input type=\"checkbox\" id=\"wpforms-2800-field_25_1\" name=\"wpforms[fields][25][]\" value=\"I agree to receive reminders, useful content and marketing materials.\" aria-errormessage=\"wpforms-2800-field_25_1-error\"  ><label class=\"wpforms-field-label-inline\" for=\"wpforms-2800-field_25_1\">I agree to receive reminders, useful content and marketing materials.<\/label><\/li><\/ul><\/fieldset><\/div>\t\t<div id=\"wpforms-2800-field_1-container\"\n\t\t\tclass=\"wpforms-field wpforms-field-text\"\n\t\t\tdata-field-type=\"text\"\n\t\t\tdata-field-id=\"1\"\n\t\t\t>\n\t\t\t<label class=\"wpforms-field-label\" for=\"wpforms-2800-field_1\" >Dropdown Name Email<\/label>\n\t\t\t<input type=\"text\" id=\"wpforms-2800-field_1\" class=\"wpforms-field-medium\" name=\"wpforms[fields][1]\" >\n\t\t<\/div>\n\t\t<div id=\"wpforms-2800-field_21-container\" class=\"wpforms-field wpforms-field-hidden\" data-field-id=\"21\"><input type=\"hidden\" id=\"wpforms-2800-field_21\" name=\"wpforms[fields][21]\"><\/div><script>\n\t\t\t\t( function() {\n\t\t\t\t\tconst style = document.createElement( 'style' );\n\t\t\t\t\tstyle.appendChild( document.createTextNode( '#wpforms-2800-field_1-container { position: absolute !important; overflow: hidden !important; display: inline !important; height: 1px !important; width: 1px !important; z-index: -1000 !important; padding: 0 !important; } #wpforms-2800-field_1-container input { visibility: hidden; } #wpforms-conversational-form-page #wpforms-2800-field_1-container label { counter-increment: none; }' ) );\n\t\t\t\t\tdocument.head.appendChild( style );\n\t\t\t\t\tdocument.currentScript?.remove();\n\t\t\t\t} )();\n\t\t\t<\/script><\/div><!-- .wpforms-field-container --><div class=\"wpforms-recaptcha-container wpforms-is-recaptcha wpforms-is-recaptcha-type-v3\" ><input type=\"hidden\" name=\"wpforms[recaptcha]\" value=\"\"><\/div><div class=\"wpforms-submit-container\" ><input type=\"hidden\" name=\"wpforms[id]\" value=\"2800\"><input type=\"hidden\" name=\"page_title\" value=\"\"><input type=\"hidden\" name=\"page_url\" value=\"https:\/\/we.leave-mark.com\/he\/wp-json\/wp\/v2\/pages\/2798\"><input type=\"hidden\" name=\"url_referer\" value=\"\"><button type=\"submit\" name=\"wpforms[submit]\" id=\"wpforms-submit-2800\" class=\"wpforms-submit\" data-alt-text=\"Sending...\" data-submit-text=\"SEND\" aria-live=\"assertive\" value=\"wpforms-submit\">SEND<\/button><img data-src=\"https:\/\/we.leave-mark.com\/wp-content\/plugins\/wpforms\/assets\/images\/submit-spin.svg\" class=\"wpforms-submit-spinner lazyload\" style=\"--smush-placeholder-width: 26px; --smush-placeholder-aspect-ratio: 26\/26;display: none;\" width=\"26\" height=\"26\" alt=\"Loading\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\"><\/div><\/form><\/div>  <!-- .wpforms-container -->\n        <\/div>\n      <\/section>\n      <footer class=\"section-3\">\n        <img decoding=\"async\" class=\"leave-mark-logo lazyload\" data-src=\"https:\/\/c.animaapp.com\/PoPd7E3L\/img\/uploaded-image-1768479974792-0.png\" alt=\"Leave a Mark - Storytelling Powerhouse\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\">\n        <div class=\"copyright-section\">\n          <p class=\"element-all-rights\">\u24b8 2026 All Rights Reserved By Leave A Mark, Powered By<\/p>\n          <div class=\"wito-gray-png-avif-wrapper\">\n            <div class=\"wito-gray-png-avif\" role=\"img\" aria-label=\"Wito\"><\/div>\n          <\/div>\n        <\/div>\n      <\/footer>\n    <\/main>\n  \n\n<\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div>\n","protected":false},"excerpt":{"rendered":"<p>Free Storytelling Webinars &#8211; Leave A Mark FREE STORYTELLING WEBINARS MORNING TALKS TO SPARK YOUR THINKING. Sign Up &#038; Save Your Spot An hour of inspiration, insight, and growth. Join&hellip;<\/p>","protected":false},"author":7,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"inline_featured_image":false,"footnotes":""},"class_list":["post-2798","page","type-page","status-publish","hentry"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO Pro 4.9.7.2 - aioseo.com -->\n\t<meta name=\"description\" content=\"Free Storytelling Webinars - Leave A Mark FREE STORYTELLING WEBINARS MORNING TALKS TO SPARK YOUR THINKING. Sign Up &amp; Save Your Spot An hour of inspiration, insight, and growth. Join us for powerful, bite-sized storytelling webinars, each focused on a different topic. Led by our expert storytelling speakers, these sessions are designed to spark new\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/we.leave-mark.com\/he\/lp-2\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO Pro (AIOSEO) 4.9.7.2\" \/>\n\t\t<meta property=\"og:locale\" content=\"he_IL\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Leave A Mark - Leave A Mark\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"- Leave A Mark\" \/>\n\t\t<meta property=\"og:description\" content=\"Free Storytelling Webinars - Leave A Mark FREE STORYTELLING WEBINARS MORNING TALKS TO SPARK YOUR THINKING. Sign Up &amp; Save Your Spot An hour of inspiration, insight, and growth. Join us for powerful, bite-sized storytelling webinars, each focused on a different topic. Led by our expert storytelling speakers, these sessions are designed to spark new\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/we.leave-mark.com\/he\/lp-2\/\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/we.leave-mark.com\/wp-content\/uploads\/2024\/10\/Leave_a_Mark_LOGO.png\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/we.leave-mark.com\/wp-content\/uploads\/2024\/10\/Leave_a_Mark_LOGO.png\" \/>\n\t\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t\t<meta property=\"og:image:height\" content=\"288\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2026-01-15T08:22:36+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2026-01-15T15:29:55+00:00\" \/>\n\t\t<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/profile.php?id=61553707446281\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"- Leave A Mark\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Free Storytelling Webinars - Leave A Mark FREE STORYTELLING WEBINARS MORNING TALKS TO SPARK YOUR THINKING. Sign Up &amp; Save Your Spot An hour of inspiration, insight, and growth. Join us for powerful, bite-sized storytelling webinars, each focused on a different topic. Led by our expert storytelling speakers, these sessions are designed to spark new\" \/>\n\t\t<meta name=\"twitter:image\" content=\"https:\/\/we.leave-mark.com\/wp-content\/uploads\/2024\/10\/Leave_a_Mark_LOGO.png\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/we.leave-mark.com\\\/he\\\/lp-2\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/we.leave-mark.com\\\/he#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/we.leave-mark.com\\\/he\"},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/we.leave-mark.com\\\/he\\\/lp-2\\\/#listItem\",\"position\":2,\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/we.leave-mark.com\\\/he#listItem\",\"name\":\"Home\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/we.leave-mark.com\\\/he\\\/#organization\",\"name\":\"Leave A Mark\",\"description\":\"Leave A Mark\",\"url\":\"https:\\\/\\\/we.leave-mark.com\\\/he\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/we.leave-mark.com\\\/wp-content\\\/uploads\\\/2024\\\/10\\\/Leave_a_Mark_LOGO.png\",\"@id\":\"https:\\\/\\\/we.leave-mark.com\\\/he\\\/lp-2\\\/#organizationLogo\",\"width\":1200,\"height\":288},\"image\":{\"@id\":\"https:\\\/\\\/we.leave-mark.com\\\/he\\\/lp-2\\\/#organizationLogo\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/profile.php?id=61553707446281\",\"https:\\\/\\\/www.instagram.com\\\/leave_a_mark_storytelling\\\/\",\"https:\\\/\\\/www.youtube.com\\\/channel\\\/UCfVYiZ5DjfCoHqUk4R7DSKA\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/leave-a-mark---the-art-of-storytelling\\\/\"]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/we.leave-mark.com\\\/he\\\/lp-2\\\/#webpage\",\"url\":\"https:\\\/\\\/we.leave-mark.com\\\/he\\\/lp-2\\\/\",\"name\":\"- Leave A Mark\",\"description\":\"Free Storytelling Webinars - Leave A Mark FREE STORYTELLING WEBINARS MORNING TALKS TO SPARK YOUR THINKING. Sign Up & Save Your Spot An hour of inspiration, insight, and growth. Join us for powerful, bite-sized storytelling webinars, each focused on a different topic. Led by our expert storytelling speakers, these sessions are designed to spark new\",\"inLanguage\":\"he-IL\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/we.leave-mark.com\\\/he\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/we.leave-mark.com\\\/he\\\/lp-2\\\/#breadcrumblist\"},\"datePublished\":\"2026-01-15T10:22:36+02:00\",\"dateModified\":\"2026-01-15T17:29:55+02:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/we.leave-mark.com\\\/he\\\/#website\",\"url\":\"https:\\\/\\\/we.leave-mark.com\\\/he\\\/\",\"name\":\"Leave A Mark\",\"description\":\"Leave A Mark\",\"inLanguage\":\"he-IL\",\"publisher\":{\"@id\":\"https:\\\/\\\/we.leave-mark.com\\\/he\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO Pro -->\r\n\t\t<title>- Leave A Mark<\/title>\n\n","aioseo_head_json":{"title":"- Leave A Mark","description":"Free Storytelling Webinars - Leave A Mark FREE STORYTELLING WEBINARS MORNING TALKS TO SPARK YOUR THINKING. Sign Up & Save Your Spot An hour of inspiration, insight, and growth. Join us for powerful, bite-sized storytelling webinars, each focused on a different topic. Led by our expert storytelling speakers, these sessions are designed to spark new","canonical_url":"https:\/\/we.leave-mark.com\/he\/lp-2\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BreadcrumbList","@id":"https:\/\/we.leave-mark.com\/he\/lp-2\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/we.leave-mark.com\/he#listItem","position":1,"name":"Home","item":"https:\/\/we.leave-mark.com\/he"},{"@type":"ListItem","@id":"https:\/\/we.leave-mark.com\/he\/lp-2\/#listItem","position":2,"previousItem":{"@type":"ListItem","@id":"https:\/\/we.leave-mark.com\/he#listItem","name":"Home"}}]},{"@type":"Organization","@id":"https:\/\/we.leave-mark.com\/he\/#organization","name":"Leave A Mark","description":"Leave A Mark","url":"https:\/\/we.leave-mark.com\/he\/","logo":{"@type":"ImageObject","url":"https:\/\/we.leave-mark.com\/wp-content\/uploads\/2024\/10\/Leave_a_Mark_LOGO.png","@id":"https:\/\/we.leave-mark.com\/he\/lp-2\/#organizationLogo","width":1200,"height":288},"image":{"@id":"https:\/\/we.leave-mark.com\/he\/lp-2\/#organizationLogo"},"sameAs":["https:\/\/www.facebook.com\/profile.php?id=61553707446281","https:\/\/www.instagram.com\/leave_a_mark_storytelling\/","https:\/\/www.youtube.com\/channel\/UCfVYiZ5DjfCoHqUk4R7DSKA","https:\/\/www.linkedin.com\/company\/leave-a-mark---the-art-of-storytelling\/"]},{"@type":"WebPage","@id":"https:\/\/we.leave-mark.com\/he\/lp-2\/#webpage","url":"https:\/\/we.leave-mark.com\/he\/lp-2\/","name":"- Leave A Mark","description":"Free Storytelling Webinars - Leave A Mark FREE STORYTELLING WEBINARS MORNING TALKS TO SPARK YOUR THINKING. Sign Up & Save Your Spot An hour of inspiration, insight, and growth. Join us for powerful, bite-sized storytelling webinars, each focused on a different topic. Led by our expert storytelling speakers, these sessions are designed to spark new","inLanguage":"he-IL","isPartOf":{"@id":"https:\/\/we.leave-mark.com\/he\/#website"},"breadcrumb":{"@id":"https:\/\/we.leave-mark.com\/he\/lp-2\/#breadcrumblist"},"datePublished":"2026-01-15T10:22:36+02:00","dateModified":"2026-01-15T17:29:55+02:00"},{"@type":"WebSite","@id":"https:\/\/we.leave-mark.com\/he\/#website","url":"https:\/\/we.leave-mark.com\/he\/","name":"Leave A Mark","description":"Leave A Mark","inLanguage":"he-IL","publisher":{"@id":"https:\/\/we.leave-mark.com\/he\/#organization"}}]},"og:locale":"he_IL","og:site_name":"Leave A Mark - Leave A Mark","og:type":"article","og:title":"- Leave A Mark","og:description":"Free Storytelling Webinars - Leave A Mark FREE STORYTELLING WEBINARS MORNING TALKS TO SPARK YOUR THINKING. Sign Up &amp; Save Your Spot An hour of inspiration, insight, and growth. Join us for powerful, bite-sized storytelling webinars, each focused on a different topic. Led by our expert storytelling speakers, these sessions are designed to spark new","og:url":"https:\/\/we.leave-mark.com\/he\/lp-2\/","og:image":"https:\/\/we.leave-mark.com\/wp-content\/uploads\/2024\/10\/Leave_a_Mark_LOGO.png","og:image:secure_url":"https:\/\/we.leave-mark.com\/wp-content\/uploads\/2024\/10\/Leave_a_Mark_LOGO.png","og:image:width":1200,"og:image:height":288,"article:published_time":"2026-01-15T08:22:36+00:00","article:modified_time":"2026-01-15T15:29:55+00:00","article:publisher":"https:\/\/www.facebook.com\/profile.php?id=61553707446281","twitter:card":"summary_large_image","twitter:title":"- Leave A Mark","twitter:description":"Free Storytelling Webinars - Leave A Mark FREE STORYTELLING WEBINARS MORNING TALKS TO SPARK YOUR THINKING. Sign Up &amp; Save Your Spot An hour of inspiration, insight, and growth. Join us for powerful, bite-sized storytelling webinars, each focused on a different topic. Led by our expert storytelling speakers, these sessions are designed to spark new","twitter:image":"https:\/\/we.leave-mark.com\/wp-content\/uploads\/2024\/10\/Leave_a_Mark_LOGO.png"},"aioseo_meta_data":{"post_id":"2798","title":null,"description":null,"keywords":null,"keyphrases":{"focus":{"keyphrase":"","score":0,"analysis":{"keyphraseInTitle":{"score":0,"maxScore":9,"error":1}}},"additional":[]},"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":"","og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"WebPage","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":"-1","robots_max_videopreview":"-1","robots_max_imagepreview":"large","priority":null,"frequency":"default","local_seo":null,"seo_analyzer_scan_date":"2026-01-15 15:31:00","breadcrumb_settings":null,"limit_modified_date":false,"reviewed_by":"0","open_ai":null,"ai":{"faqs":[],"keyPoints":[],"titles":[],"descriptions":[],"socialPosts":{"email":[],"linkedin":[],"twitter":[],"facebook":[],"instagram":[]}},"created":"2026-01-15 08:22:12","updated":"2026-01-15 15:35:11"},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t<a href=\"https:\/\/we.leave-mark.com\/he\" title=\"Home\">Home<\/a>\n<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\n<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/we.leave-mark.com\/he"},{"label":"","link":"https:\/\/we.leave-mark.com\/he\/lp-2\/"}],"_links":{"self":[{"href":"https:\/\/we.leave-mark.com\/he\/wp-json\/wp\/v2\/pages\/2798","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/we.leave-mark.com\/he\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/we.leave-mark.com\/he\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/we.leave-mark.com\/he\/wp-json\/wp\/v2\/users\/7"}],"replies":[{"embeddable":true,"href":"https:\/\/we.leave-mark.com\/he\/wp-json\/wp\/v2\/comments?post=2798"}],"version-history":[{"count":0,"href":"https:\/\/we.leave-mark.com\/he\/wp-json\/wp\/v2\/pages\/2798\/revisions"}],"wp:attachment":[{"href":"https:\/\/we.leave-mark.com\/he\/wp-json\/wp\/v2\/media?parent=2798"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}