{"id":8871,"date":"2026-01-25T00:37:56","date_gmt":"2026-01-24T22:37:56","guid":{"rendered":"https:\/\/www.ril.makshivim-il.org\/research-innovation-copy\/"},"modified":"2026-05-15T16:39:39","modified_gmt":"2026-05-15T13:39:39","slug":"ril-talk-2-0","status":"publish","type":"page","link":"http:\/\/www.ril.makshivim-il.org\/en\/ril-talk-2-0\/","title":{"rendered":"RIL Talk 2.0"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"8871\" class=\"elementor elementor-8871\" data-elementor-settings=\"[]\">\n\t\t\t\t\t\t<div class=\"elementor-inner\">\n\t\t\t\t\t\t\t<div class=\"elementor-section-wrap\">\n\t\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-bafbf05 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"bafbf05\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-82b317b\" data-id=\"82b317b\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-c19f7aa elementor-align-justify elementor-widget elementor-widget-button\" data-id=\"c19f7aa\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a href=\"https:\/\/open.spotify.com\/show\/6W2yxQINzpHITRW9KreK8K\" target=\"_blank\" class=\"elementor-button-link elementor-button elementor-size-lg\" role=\"button\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon elementor-align-icon-right\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"fab fa-spotify\"><\/i>\t\t\t<\/span>\n\t\t\t\t\t\t<span class=\"elementor-button-text\"> Podcast: Riltalk 2.0 <\/span>\n\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-250c472 elementor-widget elementor-widget-html\" data-id=\"250c472\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<!-- RIL Talk 2.0 Podcast Page - WordPress\/Elementor Ready -->\n<!-- Copy everything from here -->\n\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n<link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Crimson+Pro:wght@300;400;600&family=DM+Sans:wght@400;500;700&display=swap\" rel=\"stylesheet\">\n\n<style>\n    .ril-podcast-page {\n        --primary: #0a2f5c;\n        --blue: #1a6fb0;\n        --teal: #2cb5a8;\n        --green: #6ec85a;\n        --orange: #ffb233;\n        --red: #ff5757;\n        --light: #f8f9fa;\n        --text: #1a2332;\n        --text-light: #5a6c7d;\n        --white: #ffffff;\n    }\n\n    .ril-podcast-page * {\n        box-sizing: border-box;\n    }\n\n    .ril-podcast-page {\n        font-family: 'DM Sans', sans-serif;\n        color: var(--text);\n        line-height: 1.6;\n    }\n\n    \/* Hero Section *\/\n    .ril-podcast-hero {\n        min-height: 85vh;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        padding: 6rem 5%;\n        background: linear-gradient(135deg, var(--primary) 0%, var(--blue) 50%, var(--teal) 100%);\n        position: relative;\n        overflow: hidden;\n    }\n\n    .ril-podcast-hero::before {\n        content: '';\n        position: absolute;\n        top: 0;\n        left: 0;\n        right: 0;\n        bottom: 0;\n        background: \n            radial-gradient(circle at 20% 30%, rgba(255, 178, 51, 0.15) 0%, transparent 50%),\n            radial-gradient(circle at 80% 70%, rgba(110, 200, 90, 0.12) 0%, transparent 50%);\n        animation: ril-podcast-pulse 12s ease infinite;\n    }\n\n    @keyframes ril-podcast-pulse {\n        0%, 100% {\n            opacity: 1;\n        }\n        50% {\n            opacity: 0.7;\n        }\n    }\n\n    \/* Podcast waves animation *\/\n    .ril-podcast-waves {\n        position: absolute;\n        bottom: 0;\n        left: 0;\n        width: 100%;\n        height: 200px;\n        overflow: hidden;\n    }\n\n    .ril-podcast-wave {\n        position: absolute;\n        bottom: 0;\n        left: -100%;\n        width: 200%;\n        height: 100%;\n        background: repeating-linear-gradient(\n            90deg,\n            transparent,\n            transparent 30px,\n            rgba(255, 255, 255, 0.05) 30px,\n            rgba(255, 255, 255, 0.05) 35px\n        );\n        animation: ril-podcast-waveMove 20s linear infinite;\n    }\n\n    .ril-podcast-wave:nth-child(2) {\n        animation-duration: 15s;\n        animation-direction: reverse;\n        opacity: 0.5;\n    }\n\n    @keyframes ril-podcast-waveMove {\n        0% {\n            transform: translateX(0);\n        }\n        100% {\n            transform: translateX(50%);\n        }\n    }\n\n    .ril-podcast-hero-content {\n        max-width: 1000px;\n        margin: 0 auto;\n        text-align: center;\n        position: relative;\n        z-index: 1;\n    }\n\n    .ril-podcast-badge {\n        display: inline-flex;\n        align-items: center;\n        gap: 0.5rem;\n        padding: 0.75rem 1.5rem;\n        background: rgba(255, 178, 51, 0.2);\n        border: 2px solid var(--orange);\n        border-radius: 50px;\n        color: var(--orange);\n        font-size: 0.875rem;\n        font-weight: 600;\n        letter-spacing: 0.1em;\n        text-transform: uppercase;\n        margin-bottom: 2rem;\n        opacity: 0;\n        animation: ril-podcast-fadeInUp 0.8s ease forwards;\n    }\n\n    .ril-podcast-icon {\n        font-size: 1.5rem;\n    }\n\n    .ril-podcast-hero-title {\n        font-family: 'Crimson Pro', serif;\n        font-size: clamp(3.5rem, 8vw, 6rem);\n        font-weight: 300;\n        color: var(--white);\n        line-height: 1.1;\n        margin-bottom: 1rem;\n        opacity: 0;\n        animation: ril-podcast-fadeInUp 0.8s ease 0.2s forwards;\n    }\n\n    .ril-podcast-subtitle {\n        font-size: clamp(1.5rem, 3vw, 2rem);\n        color: var(--orange);\n        margin-bottom: 2rem;\n        opacity: 0;\n        animation: ril-podcast-fadeInUp 0.8s ease 0.4s forwards;\n    }\n\n    .ril-podcast-hero-text {\n        font-size: clamp(1.125rem, 2vw, 1.375rem);\n        color: rgba(255, 255, 255, 0.9);\n        line-height: 1.8;\n        max-width: 800px;\n        margin: 0 auto 3rem;\n        opacity: 0;\n        animation: ril-podcast-fadeInUp 0.8s ease 0.6s forwards;\n    }\n\n    .ril-podcast-cta {\n        display: flex;\n        justify-content: center;\n        gap: 1.5rem;\n        flex-wrap: wrap;\n        opacity: 0;\n        animation: ril-podcast-fadeInUp 0.8s ease 0.8s forwards;\n    }\n\n    @keyframes ril-podcast-fadeInUp {\n        from {\n            opacity: 0;\n            transform: translateY(30px);\n        }\n        to {\n            opacity: 1;\n            transform: translateY(0);\n        }\n    }\n\n    \/* Buttons *\/\n    .ril-podcast-btn {\n        padding: 1.25rem 3rem;\n        font-size: 1.05rem;\n        font-weight: 600;\n        text-decoration: none;\n        border-radius: 50px;\n        transition: all 0.3s ease;\n        display: inline-flex;\n        align-items: center;\n        gap: 0.75rem;\n    }\n\n    .ril-podcast-btn-primary {\n        background: linear-gradient(135deg, var(--orange), var(--red));\n        color: var(--white);\n        border: 2px solid transparent;\n    }\n\n    .ril-podcast-btn-primary:hover {\n        background: linear-gradient(135deg, #ffbb44, #ff6868);\n        transform: translateY(-3px);\n        box-shadow: 0 15px 35px rgba(255, 87, 87, 0.4);\n    }\n\n    .ril-podcast-btn-secondary {\n        background: transparent;\n        color: var(--white);\n        border: 2px solid rgba(255, 255, 255, 0.5);\n    }\n\n    .ril-podcast-btn-secondary:hover {\n        background: rgba(255, 255, 255, 0.1);\n        border-color: var(--orange);\n    }\n\n    \/* About Section *\/\n    .ril-podcast-about {\n        padding: 6rem 5%;\n        background: var(--white);\n    }\n\n    .ril-podcast-container {\n        max-width: 1200px;\n        margin: 0 auto;\n    }\n\n    .ril-podcast-section-header {\n        text-align: center;\n        margin-bottom: 4rem;\n        opacity: 0;\n        transform: translateY(30px);\n        transition: all 0.8s ease;\n    }\n\n    .ril-podcast-section-header.active {\n        opacity: 1;\n        transform: translateY(0);\n    }\n\n    .ril-podcast-section-title {\n        font-family: 'Crimson Pro', serif;\n        font-size: clamp(2.5rem, 5vw, 3.5rem);\n        font-weight: 300;\n        color: var(--primary);\n        margin-bottom: 1rem;\n    }\n\n    .ril-podcast-intro {\n        font-size: 1.25rem;\n        line-height: 1.9;\n        color: var(--text);\n        max-width: 900px;\n        margin: 0 auto 4rem;\n    }\n\n    .ril-podcast-intro strong {\n        color: var(--blue);\n        font-weight: 600;\n    }\n\n    \/* Topics Grid *\/\n    .ril-topics-grid {\n        display: grid;\n        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n        gap: 2rem;\n        margin-bottom: 4rem;\n    }\n\n    .ril-topic-card {\n        padding: 2.5rem;\n        background: var(--light);\n        border-top: 4px solid var(--teal);\n        transition: all 0.3s ease;\n        opacity: 0;\n        transform: translateY(30px);\n        transition: all 0.6s ease;\n    }\n\n    .ril-topic-card.active {\n        opacity: 1;\n        transform: translateY(0);\n    }\n\n    .ril-topic-card:nth-child(2) {\n        border-top-color: var(--blue);\n    }\n\n    .ril-topic-card:nth-child(3) {\n        border-top-color: var(--orange);\n    }\n\n    .ril-topic-card:hover {\n        transform: translateY(-8px);\n        box-shadow: 0 15px 40px rgba(26, 111, 176, 0.2);\n    }\n\n    .ril-topic-icon {\n        font-size: 3rem;\n        margin-bottom: 1.5rem;\n        display: block;\n    }\n\n    .ril-topic-title {\n        font-family: 'Crimson Pro', serif;\n        font-size: 1.75rem;\n        font-weight: 600;\n        color: var(--primary);\n        margin-bottom: 1rem;\n    }\n\n    .ril-topic-text {\n        font-size: 1.05rem;\n        line-height: 1.7;\n        color: var(--text-light);\n    }\n\n    \/* Philosophy Section *\/\n    .ril-podcast-philosophy {\n        padding: 5rem 5%;\n        background: linear-gradient(135deg, var(--primary) 0%, var(--blue) 100%);\n        color: var(--white);\n        position: relative;\n        overflow: hidden;\n    }\n\n    .ril-podcast-philosophy::before {\n        content: '';\n        position: absolute;\n        top: 0;\n        left: 0;\n        right: 0;\n        bottom: 0;\n        background: \n            radial-gradient(circle at 50% 50%, rgba(255, 178, 51, 0.1) 0%, transparent 70%);\n    }\n\n    .ril-philosophy-container {\n        max-width: 1000px;\n        margin: 0 auto;\n        position: relative;\n        z-index: 1;\n        text-align: center;\n    }\n\n    .ril-philosophy-title {\n        font-family: 'Crimson Pro', serif;\n        font-size: clamp(2rem, 4vw, 3rem);\n        font-weight: 300;\n        margin-bottom: 2rem;\n    }\n\n    .ril-philosophy-text {\n        font-size: 1.25rem;\n        line-height: 1.9;\n        margin-bottom: 1.5rem;\n    }\n\n    .ril-philosophy-highlight {\n        font-size: 1.5rem;\n        font-style: italic;\n        color: var(--orange);\n        margin-top: 2.5rem;\n    }\n\n    \/* Listen Section *\/\n    .ril-podcast-listen {\n        padding: 5rem 5%;\n        background: var(--white);\n    }\n\n    .ril-listen-header {\n        text-align: center;\n        margin-bottom: 3rem;\n    }\n\n    .ril-listen-title {\n        font-family: 'Crimson Pro', serif;\n        font-size: clamp(2.5rem, 5vw, 3.5rem);\n        font-weight: 300;\n        color: var(--primary);\n        margin-bottom: 1rem;\n    }\n\n    .ril-listen-text {\n        font-size: 1.125rem;\n        color: var(--text-light);\n    }\n\n    .ril-platforms {\n        display: grid;\n        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n        gap: 2rem;\n        max-width: 1000px;\n        margin: 0 auto;\n    }\n\n    .ril-platform-link {\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        gap: 1rem;\n        padding: 1.5rem;\n        background: var(--light);\n        border: 2px solid transparent;\n        text-decoration: none;\n        color: var(--text);\n        font-weight: 600;\n        transition: all 0.3s ease;\n        border-radius: 8px;\n    }\n\n    .ril-platform-link:hover {\n        background: var(--blue);\n        color: var(--white);\n        border-color: var(--blue);\n        transform: translateY(-5px);\n        box-shadow: 0 10px 30px rgba(26, 111, 176, 0.2);\n    }\n\n    .ril-platform-icon {\n        font-size: 2rem;\n    }\n\n    \/* CTA Section *\/\n    .ril-podcast-cta-section {\n        padding: 6rem 5%;\n        background: linear-gradient(135deg, var(--teal) 0%, var(--green) 100%);\n        text-align: center;\n        color: var(--white);\n    }\n\n    .ril-cta-container {\n        max-width: 900px;\n        margin: 0 auto;\n    }\n\n    .ril-cta-title {\n        font-family: 'Crimson Pro', serif;\n        font-size: clamp(2.5rem, 5vw, 4rem);\n        font-weight: 300;\n        margin-bottom: 2rem;\n    }\n\n    .ril-cta-text {\n        font-size: 1.25rem;\n        line-height: 1.8;\n        margin-bottom: 3rem;\n    }\n\n    \/* Responsive *\/\n    @media (max-width: 768px) {\n        .ril-podcast-hero {\n            padding: 5rem 5% 4rem;\n            min-height: 70vh;\n        }\n\n        .ril-podcast-cta {\n            flex-direction: column;\n        }\n\n        .ril-podcast-btn {\n            width: 100%;\n            justify-content: center;\n        }\n\n        .ril-podcast-about,\n        .ril-podcast-philosophy,\n        .ril-podcast-listen {\n            padding: 4rem 5%;\n        }\n\n        .ril-topics-grid,\n        .ril-platforms {\n            grid-template-columns: 1fr;\n        }\n    }\n<\/style>\n\n<div class=\"ril-podcast-page\">\n    <!-- Hero Section -->\n    <section class=\"ril-podcast-hero\">\n        <div class=\"ril-podcast-waves\">\n            <div class=\"ril-podcast-wave\"><\/div>\n            <div class=\"ril-podcast-wave\"><\/div>\n        <\/div>\n        \n        <div class=\"ril-podcast-hero-content\">\n            <div class=\"ril-podcast-badge\">\n                <span class=\"ril-podcast-icon\">\ud83c\udf99\ufe0f<\/span>\n                New Podcast\n            <\/div>\n            <h1 class=\"ril-podcast-hero-title\">RIL Talk 2.0<\/h1>\n            <p class=\"ril-podcast-subtitle\">The Resilience & Technology Podcast<\/p>\n            <p class=\"ril-podcast-hero-text\">\n                Exploring the intersection of human resilience, mental health, technology, and innovation through deep, responsible, and multidisciplinary dialogue.\n            <\/p>\n            <div class=\"ril-podcast-cta\">\n                <a href=\"#listen\" class=\"ril-podcast-btn ril-podcast-btn-primary\">\n                    <span>\ud83c\udfa7<\/span>\n                    Listen Now\n                <\/a>\n                <a href=\"#about\" class=\"ril-podcast-btn ril-podcast-btn-secondary\">\n                    Learn More\n                <\/a>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- About Section -->\n    <section id=\"about\" class=\"ril-podcast-about\">\n        <div class=\"ril-podcast-container\">\n            <div class=\"ril-podcast-section-header\">\n                <h2 class=\"ril-podcast-section-title\">About the Podcast<\/h2>\n            <\/div>\n\n            <div class=\"ril-podcast-intro\">\n                <p>\n                    <strong>RIL Talk 2.0<\/strong> is a podcast by RIL \u2013 Resilience Innovation Lab, exploring the intersection of human resilience, mental health, technology, and innovation.\n                <\/p>\n                <p style=\"margin-top: 1.5rem;\">\n                    The podcast was born from the understanding that the mental health challenges of our time require a deep, responsible, and multidisciplinary dialogue\u2014one that integrates research-based knowledge, field experience, systems thinking, and advanced technologies, all while maintaining a core human dimension.\n                <\/p>\n                <p style=\"margin-top: 1.5rem;\">\n                    In each episode, we host in-depth conversations with researchers, professionals, entrepreneurs, policymakers, and community leaders. Together, we tackle the central questions of mental resilience in an era of constant change.\n                <\/p>\n            <\/div>\n\n            <div class=\"ril-topics-grid\">\n                <div class=\"ril-topic-card\">\n                    <span class=\"ril-topic-icon\">\ud83d\udee1\ufe0f<\/span>\n                    <h3 class=\"ril-topic-title\">Building Resilience<\/h3>\n                    <p class=\"ril-topic-text\">\n                        How do we develop personal and communal resilience in times of uncertainty and constant change?\n                    <\/p>\n                <\/div>\n\n                <div class=\"ril-topic-card\">\n                    <span class=\"ril-topic-icon\">\ud83d\udcbb<\/span>\n                    <h3 class=\"ril-topic-title\">The Tech Factor<\/h3>\n                    <p class=\"ril-topic-text\">\n                        What is the role of technology in providing mental support and enhancing well-being?\n                    <\/p>\n                <\/div>\n\n                <div class=\"ril-topic-card\">\n                    <span class=\"ril-topic-icon\">\u2696\ufe0f<\/span>\n                    <h3 class=\"ril-topic-title\">Responsible Innovation<\/h3>\n                    <p class=\"ril-topic-text\">\n                        How can we integrate innovation in a way that is responsible, ethical, and human-centric?\n                    <\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Philosophy Section -->\n    <section class=\"ril-podcast-philosophy\">\n        <div class=\"ril-philosophy-container\">\n            <h2 class=\"ril-philosophy-title\">Our Approach<\/h2>\n            <p class=\"ril-philosophy-text\">\n                RIL Talk 2.0 doesn't deal in quick fixes or slogans. It is a space for honest, professional, and profound discourse that seeks to expand our understanding of resilience and mental health\u2014bridging the gap between research, practice, and forward-thinking.\n            <\/p>\n            <p class=\"ril-philosophy-text\">\n                The podcast is an integral part of the RIL Lab's mission and reflects its core philosophy: Technology as a human support system, research connected to reality, and resilience as the foundation of a healthy, functioning society.\n            <\/p>\n            <p class=\"ril-philosophy-highlight\">\n                \"Deep conversations for meaningful change\"\n            <\/p>\n        <\/div>\n    <\/section>\n\n    <!-- Listen Section -->\n    <section id=\"listen\" class=\"ril-podcast-listen\">\n        <div class=\"ril-podcast-container\">\n            <div class=\"ril-listen-header\">\n                <h2 class=\"ril-listen-title\">Listen on Your Favorite Platform<\/h2>\n                <p class=\"ril-listen-text\">Available wherever you get your podcasts<\/p>\n            <\/div>\n\n            <div class=\"ril-platforms\">\n                <a href=\"#\" class=\"ril-platform-link\" target=\"_blank\" rel=\"noopener\">\n                    <span class=\"ril-platform-icon\">\ud83c\udfb5<\/span>\n                    <span>Spotify<\/span>\n                <\/a>\n                <a href=\"#\" class=\"ril-platform-link\" target=\"_blank\" rel=\"noopener\">\n                    <span class=\"ril-platform-icon\">\ud83c\udfa7<\/span>\n                    <span>Apple Podcasts<\/span>\n                <\/a>\n                <a href=\"#\" class=\"ril-platform-link\" target=\"_blank\" rel=\"noopener\">\n                    <span class=\"ril-platform-icon\">\u25b6\ufe0f<\/span>\n                    <span>YouTube<\/span>\n                <\/a>\n                <a href=\"#\" class=\"ril-platform-link\" target=\"_blank\" rel=\"noopener\">\n                    <span class=\"ril-platform-icon\">\ud83c\udf99\ufe0f<\/span>\n                    <span>Google Podcasts<\/span>\n                <\/a>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- CTA Section -->\n    <section class=\"ril-podcast-cta-section\">\n        <div class=\"ril-cta-container\">\n            <h2 class=\"ril-cta-title\">Join the Conversation<\/h2>\n            <p class=\"ril-cta-text\">\n                Subscribe to RIL Talk 2.0 and be part of a community exploring the future of mental health, resilience, and responsible innovation.\n            <\/p>\n            <div class=\"ril-podcast-cta\">\n                <a href=\"#listen\" class=\"ril-podcast-btn ril-podcast-btn-primary\">\n                    <span>\ud83c\udfa7<\/span>\n                    Subscribe Now\n                <\/a>\n                <a href=\"\/en\/contact\/\" class=\"ril-podcast-btn ril-podcast-btn-secondary\">\n                    Suggest a Topic\n                <\/a>\n            <\/div>\n        <\/div>\n    <\/section>\n<\/div>\n\n<script>\n(function() {\n    \/\/ Scroll reveal for sections\n    const elements = document.querySelectorAll('.ril-podcast-section-header, .ril-topic-card');\n    \n    const revealOnScroll = () => {\n        const windowHeight = window.innerHeight;\n        elements.forEach((element, index) => {\n            const elementTop = element.getBoundingClientRect().top;\n            const revealPoint = 100;\n            \n            if (elementTop < windowHeight - revealPoint) {\n                setTimeout(() => {\n                    element.classList.add('active');\n                }, index * 150);\n            }\n        });\n    };\n\n    window.addEventListener('scroll', revealOnScroll);\n    revealOnScroll(); \/\/ Initial check\n})();\n<\/script>\n\n<!-- End of RIL Talk 2.0 Podcast Page -->\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>Podcast: Riltalk 2.0 \ud83c\udf99\ufe0f New Podcast RIL Talk 2.0 The Resilience &#038; Technology Podcast Exploring the intersection of human resilience, mental health, technology, and innovation through deep, responsible, and multidisciplinary dialogue. \ud83c\udfa7 Listen Now Learn More About the Podcast RIL Talk 2.0 is a podcast by RIL \u2013 Resilience Innovation Lab, exploring the intersection of [&hellip;]<\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-8871","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"http:\/\/www.ril.makshivim-il.org\/en\/wp-json\/wp\/v2\/pages\/8871","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/www.ril.makshivim-il.org\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"http:\/\/www.ril.makshivim-il.org\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"http:\/\/www.ril.makshivim-il.org\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/www.ril.makshivim-il.org\/en\/wp-json\/wp\/v2\/comments?post=8871"}],"version-history":[{"count":9,"href":"http:\/\/www.ril.makshivim-il.org\/en\/wp-json\/wp\/v2\/pages\/8871\/revisions"}],"predecessor-version":[{"id":8927,"href":"http:\/\/www.ril.makshivim-il.org\/en\/wp-json\/wp\/v2\/pages\/8871\/revisions\/8927"}],"wp:attachment":[{"href":"http:\/\/www.ril.makshivim-il.org\/en\/wp-json\/wp\/v2\/media?parent=8871"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}