{"id":14482,"date":"2025-02-22T14:02:21","date_gmt":"2025-02-22T13:02:21","guid":{"rendered":"https:\/\/www.mynd.com\/lernakademie\/"},"modified":"2026-03-12T06:04:28","modified_gmt":"2026-03-12T05:04:28","slug":"e-learning-academy","status":"publish","type":"page","link":"https:\/\/www.mynd.com\/en\/e-learning-academy\/","title":{"rendered":"Learn academy"},"content":{"rendered":"<div class=\"alignfull \">\n    <div class=\"hero-back\" style=\"background: rgb(0, 0, 0)\">\n        <div class=\"hero-stage\">\n                            <div class=\"overlay\"\n                     style=\"background: rgb(0, 0, 0); opacity: 0.6;\"><\/div>\n            \n                            <div class=\"hero-stage__content\">\n                                                                <div class=\"hero-stage__headline\">\n                                                            <h1><strong>Build Your Custom Enterprise Digital Learning Academy<\/strong><\/h1>\n                                                                <p class=\"hero-stage__subheading\">A centralized digital eLearning academy that enables you to train employees, partners, and customers in a structured and scalable way.<\/p>\n                                    <\/div>\n            \n                    \n                    <\/div>\n        \n        <img\n      src=\"https:\/\/www.mynd.com\/wp-content\/uploads\/Learning-Academy-Hero.webp\"\n      alt=\"\"\n      class=\"hero-stage__img\"\n      loading=\"eager\"\n      fetchpriority=\"high\"\n      decoding=\"async\"\n      style=\"\"\n    \/>\n  \n                    <div class=\"hero-stage__video\" style=\"z-index: -1;\">\n                \n                                    <video\n                        class=\"hero-video-lazy\"\n                        muted\n                        loop\n                        playsinline\n                        preload=\"none\"\n                        data-src=\"https:\/\/www.mynd.com\/wp-content\/uploads\/Learning-Academy-Hero.webm\"\n                        data-disable-mobile=\"true\"\n                        style=\"width: 100%; height: 100%; object-fit: cover; position: absolute; top: 0; left: 0; z-index: -1;\"\n                    >\n                        <source data-src=\"https:\/\/www.mynd.com\/wp-content\/uploads\/Learning-Academy-Hero.webm\" type=\"video\/mp4\">\n                        Your browser does not support the video tag.\n                    <\/video>\n                            <\/div>\n        \n                    <button\n                class=\"hero-stage__down\"\n                onclick=\"scrollToNextSection()\"\n                aria-label=\"Scroll to next section\"\n            >\n                <svg class=\"dhsv-icon\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n<g filter=\"url(#filter0_b_593_510)\">\n<g filter=\"url(#filter1_b_593_510)\">\n<path d=\"M64 32C64 49.6731 49.6731 64 32 64C14.3269 64 0 49.6731 0 32C0 14.3269 14.3269 0 32 0C49.6731 0 64 14.3269 64 32Z\" fill=\"white\" fill-opacity=\"0.1\"\/>\n<\/g>\n<path d=\"M31.2929 48.7071C31.6834 49.0976 32.3166 49.0976 32.7071 48.7071L39.0711 42.3431C39.4616 41.9526 39.4616 41.3195 39.0711 40.9289C38.6805 40.5384 38.0474 40.5384 37.6569 40.9289L32 46.5858L26.3431 40.9289C25.9526 40.5384 25.3195 40.5384 24.9289 40.9289C24.5384 41.3195 24.5384 41.9526 24.9289 42.3431L31.2929 48.7071ZM31 16L31 48L33 48L33 16L31 16Z\" fill=\"white\"\/>\n<\/g>\n<defs>\n<filter id=\"filter0_b_593_510\" x=\"-15\" y=\"-15\" width=\"94\" height=\"94\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"\/>\n<feGaussianBlur in=\"BackgroundImageFix\" stdDeviation=\"7.5\"\/>\n<feComposite in2=\"SourceAlpha\" operator=\"in\" result=\"effect1_backgroundBlur_593_510\"\/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"effect1_backgroundBlur_593_510\" result=\"shape\"\/>\n<\/filter>\n<filter id=\"filter1_b_593_510\" x=\"-25\" y=\"-25\" width=\"114\" height=\"114\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"\/>\n<feGaussianBlur in=\"BackgroundImageFix\" stdDeviation=\"12.5\"\/>\n<feComposite in2=\"SourceAlpha\" operator=\"in\" result=\"effect1_backgroundBlur_593_510\"\/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"effect1_backgroundBlur_593_510\" result=\"shape\"\/>\n<\/filter>\n<\/defs>\n<\/svg>            <\/button>\n            <\/div>\n<\/div>\n\n<script data-cfasync=\"false\">\n    function scrollToNextSection() {\n        window.scrollBy({\n            top: window.innerHeight,\n            left: 0,\n            behavior: 'smooth'\n        });\n    }\n\n    \/**\n\n     * This system ensures videos never load before LCP occurs.\n     * Videos are only loaded after LCP measurement is complete.\n     *\/\n    let videoLoaded = false;\n\n    \/**\n     * Main video loading function - only called after LCP\n     *\/\n    function initLazyVideo() {\n        if (videoLoaded) return;\n        videoLoaded = true;\n\n        \/\/ Check if we're on mobile and video is disabled\n        const isMobile = window.innerWidth <= 767;\n\n        \/\/ Lazy load HTML5 videos\n        const lazyVideos = document.querySelectorAll('.hero-video-lazy');\n        lazyVideos.forEach(video => {\n            const disableMobile = video.dataset.disableMobile === 'true';\n\n            if (isMobile && disableMobile) {\n                video.style.display = 'none';\n                return;\n            }\n\n            const src = video.dataset.src;\n            if (src) {\n                const source = video.querySelector('source');\n                if (source) {\n                    source.src = src;\n                }\n                video.src = src;\n                video.load();\n\n                \/\/ Start playing when loaded and make visible\n                video.addEventListener('loadeddata', function() {\n                    video.play().then(() => {\n                        \/\/ Make video visible with smooth transition\n                        const videoContainer = document.querySelector('.hero-stage__video');\n                        if (videoContainer) {\n                            videoContainer.style.opacity = '1';\n                            videoContainer.style.zIndex = '1';\n                        }\n                    }).catch(e => {\n                        \/\/ Still show video even if autoplay is blocked\n                        const videoContainer = document.querySelector('.hero-stage__video');\n                        if (videoContainer) {\n                            videoContainer.style.opacity = '1';\n                            videoContainer.style.zIndex = '1';\n                        }\n                    });\n                });\n            }\n        });\n\n        \/\/ Lazy load iframe videos (YouTube\/Vimeo)\n        const lazyIframes = document.querySelectorAll('.hero-iframe-lazy');\n        lazyIframes.forEach(container => {\n            const disableMobile = container.dataset.disableMobile === 'true';\n\n            if (isMobile && disableMobile) {\n                container.style.display = 'none';\n                return;\n            }\n\n            const src = container.dataset.src;\n            if (src) {\n                const iframe = document.createElement('iframe');\n                iframe.src = getEmbedUrl(src);\n                iframe.style.cssText = 'position: absolute; top: 50%; left: 50%; width: 100vw !important; height: 100vh !important; transform: translate(-50%, -50%); border: none;';\n                iframe.setAttribute('allow', 'autoplay; encrypted-media');\n                iframe.setAttribute('allowfullscreen', '');\n                iframe.setAttribute('frameborder', '0');\n\n                \/\/ Replace placeholder with iframe\n                container.innerHTML = '';\n                container.appendChild(iframe);\n            }\n        });\n    }\n\n    \/**\n     * Safe video loading trigger - only called after LCP\n     *\/\n    window.initLazyVideoDelayed = function() {\n        \/\/ Only load video if LCP has been measured\n        if (window.dhsvLCPMeasured) {\n            initLazyVideo();\n        }\n    };\n\n    \/**\n     * Wait for LCP optimization to trigger video loading\n     *\/\n    document.addEventListener('DOMContentLoaded', function() {\n        \/\/ Check if LCP optimization is handling the video loading\n        if (typeof window.dhsvLCPMeasured !== 'undefined') {\n            \/\/ LCP optimization is present, it will handle video loading\n            return;\n        }\n\n        \/\/ Fallback: If no LCP optimization, wait for user interaction\n        const interactionEvents = ['scroll', 'click', 'touchstart', 'keydown'];\n\n        function handleInteraction() {\n            interactionEvents.forEach(event => {\n                document.removeEventListener(event, handleInteraction, { passive: true });\n            });\n\n            \/\/ Conservative delay to ensure LCP has occurred\n            setTimeout(initLazyVideo, 2000);\n        }\n\n        interactionEvents.forEach(event => {\n            document.addEventListener(event, handleInteraction, { passive: true });\n        });\n\n        \/\/ Ultimate fallback after 5 seconds\n        setTimeout(initLazyVideo, 5000);\n    });\n\n    function getEmbedUrl(url) {\n        if (url.includes('youtube.com\/watch')) {\n            const videoId = url.split('v=')[1]?.split('&')[0];\n            return `https:\/\/www.youtube.com\/embed\/${videoId}?autoplay=1&mute=1&loop=1&playlist=${videoId}&controls=0&showinfo=0&rel=0`;\n        }\n\n        if (url.includes('youtu.be\/')) {\n            const videoId = url.split('youtu.be\/')[1]?.split('?')[0];\n            return `https:\/\/www.youtube.com\/embed\/${videoId}?autoplay=1&mute=1&loop=1&playlist=${videoId}&controls=0&showinfo=0&rel=0`;\n        }\n\n        if (url.includes('vimeo.com\/')) {\n            const videoId = url.split('vimeo.com\/')[1]?.split('?')[0];\n            return `https:\/\/player.vimeo.com\/video\/${videoId}?autoplay=1&muted=1&loop=1&background=1&controls=0`;\n        }\n\n        return url;\n    }\n<\/script>\n\n\n\n<div class=\"wp-block-group alignfull has-dark-background-color has-background is-layout-constrained wp-block-group-is-layout-constrained\"><div data-component=\"LogoSlider\" data-props=\"{&quot;data&quot;:{&quot;type&quot;:&quot;ptSelection&quot;,&quot;ptQuery&quot;:{&quot;categories&quot;:&quot;&quot;,&quot;per_page&quot;:12,&quot;order&quot;:&quot;desc&quot;,&quot;orderby&quot;:&quot;date&quot;,&quot;include&quot;:[]},&quot;apiUrl&quot;:&quot;\\\/wp-json\\\/wp\\\/v2\\\/kunden?per_page=12&amp;order=desc&amp;orderby=date&amp;include=&quot;,&quot;customData&quot;:[],&quot;fixedIds&quot;:[],&quot;taxonomy&quot;:&quot;&quot;,&quot;posttype&quot;:&quot;kunden&quot;},&quot;posttype&quot;:&quot;kunden&quot;,&quot;categories&quot;:[],&quot;autoplay&quot;:true,&quot;slidePerPage&quot;:5,&quot;kundenPosts&quot;:[{&quot;id&quot;:1193,&quot;title&quot;:&quot;Audi&quot;,&quot;link&quot;:&quot;https:\\\/\\\/www.mynd.com\\\/en\\\/blog\\\/kunden\\\/audi\\\/&quot;,&quot;featured_media&quot;:&quot;https:\\\/\\\/www.mynd.com\\\/wp-content\\\/uploads\\\/audi.svg&quot;},{&quot;id&quot;:1191,&quot;title&quot;:&quot;Mondelez&quot;,&quot;link&quot;:&quot;https:\\\/\\\/www.mynd.com\\\/en\\\/blog\\\/kunden\\\/mondelez\\\/&quot;,&quot;featured_media&quot;:&quot;https:\\\/\\\/www.mynd.com\\\/wp-content\\\/uploads\\\/mondelez.svg&quot;},{&quot;id&quot;:1120,&quot;title&quot;:&quot;Skoda&quot;,&quot;link&quot;:&quot;https:\\\/\\\/www.mynd.com\\\/en\\\/blog\\\/kunden\\\/skoda\\\/&quot;,&quot;featured_media&quot;:&quot;https:\\\/\\\/www.mynd.com\\\/wp-content\\\/uploads\\\/skoda-logo_dark-1.svg&quot;},{&quot;id&quot;:1118,&quot;title&quot;:&quot;Ernst Young - EY&quot;,&quot;link&quot;:&quot;https:\\\/\\\/www.mynd.com\\\/en\\\/blog\\\/kunden\\\/test-6\\\/&quot;,&quot;featured_media&quot;:&quot;https:\\\/\\\/www.mynd.com\\\/wp-content\\\/uploads\\\/ey.svg&quot;},{&quot;id&quot;:1116,&quot;title&quot;:&quot;Bayer&quot;,&quot;link&quot;:&quot;https:\\\/\\\/www.mynd.com\\\/en\\\/blog\\\/kunden\\\/test-5\\\/&quot;,&quot;featured_media&quot;:&quot;https:\\\/\\\/www.mynd.com\\\/wp-content\\\/uploads\\\/bayer.svg&quot;},{&quot;id&quot;:1112,&quot;title&quot;:&quot;Red Bull&quot;,&quot;link&quot;:&quot;https:\\\/\\\/www.mynd.com\\\/en\\\/blog\\\/kunden\\\/test-3\\\/&quot;,&quot;featured_media&quot;:&quot;https:\\\/\\\/www.mynd.com\\\/wp-content\\\/uploads\\\/redbull.svg&quot;},{&quot;id&quot;:1110,&quot;title&quot;:&quot;MC Donalds&quot;,&quot;link&quot;:&quot;https:\\\/\\\/www.mynd.com\\\/en\\\/blog\\\/kunden\\\/test-2\\\/&quot;,&quot;featured_media&quot;:&quot;https:\\\/\\\/www.mynd.com\\\/wp-content\\\/uploads\\\/mc-donalds.svg&quot;}],&quot;openPopupId&quot;:&quot;&quot;}\"><\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-group has-dark-background-color has-background is-layout-constrained wp-block-group-is-layout-constrained\">\n<h2 class=\"wp-block-heading has-text-align-center\"><strong>Build Skills and Scale Growth with Your Digital Learning Academy<\/strong><\/h2>\n\n\n\n<div style=\"height:72px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<div class=\"wp-block-columns are-vertically-aligned-top is-layout-flex wp-container-core-columns-is-layout-8f761849 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-vertically-aligned-top is-layout-flow wp-block-column-is-layout-flow\">\n<p class=\"wp-block-paragraph\">A digital e-learning academy is your key to efficient knowledge building or external knowledge transfer. As a central education platform, it enables flexible and structured learning for both internal and external audiences. This allows you to systematically develop competencies, stay competitive, or even turn your expertise into a separate profit centre.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">As specialists in e-learning academy solutions, we support you from concept to the successful operation of your custom learning platform.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Using professional learning architecture, engaging formats, and intuitive design, we create the ideal foundation for your success.<\/p>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-top is-layout-constrained wp-block-column-is-layout-constrained\">\n<figure class=\"wp-block-image size-full is-style-border-radius\"><img decoding=\"async\" width=\"600\" height=\"600\" src=\"https:\/\/www.mynd.com\/wp-content\/uploads\/lernakademie.webp\" alt=\"Lernakademie\" class=\"wp-image-8388\"\/ loading=\"lazy\" srcset=\"https:\/\/www.mynd.com\/wp-content\/uploads\/lernakademie.webp 600w, https:\/\/www.mynd.com\/wp-content\/uploads\/lernakademie-300x300.webp 300w, https:\/\/www.mynd.com\/wp-content\/uploads\/lernakademie-250x250.webp 250w\" sizes=\"auto, (max-width: 600px) 100vw, 600px\" \/><\/figure>\n<\/div>\n<\/div>\n\n\n\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-group alignfull has-light-gray-background-color has-background is-layout-constrained wp-block-group-is-layout-constrained\">\n<div style=\"height:36px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading has-text-align-center\"><strong>End-to-End Solutions for Your Digital Learning Academy<\/strong><\/h2>\n\n\n\n<h5 class=\"wp-block-heading has-text-align-center\">At mynd, we develop comprehensive academy solutions \u2013 from initial consulting and identifying the right learning architecture to content creation and marketing strategy.<\/h5>\n\n\n\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n<div class=\"dhsv-info-grid alignwide\" data-align=\"wide\" data-columns=\"3\" data-aline=\"center\" data-text=\"center\">\n    \n<div data-component=\"InfoGridItem\" data-props=\"{&quot;image&quot;:{&quot;id&quot;:3791,&quot;title&quot;:&quot;monitor-programming-book--streamline-streamline-3.0&quot;,&quot;filename&quot;:&quot;Monitor-Programming-Book-Streamline-Streamline-3.0.svg&quot;,&quot;url&quot;:&quot;https:\\\/\\\/www.mynd.com\\\/wp-content\\\/uploads\\\/Monitor-Programming-Book-Streamline-Streamline-3.0.svg&quot;,&quot;link&quot;:&quot;https:\\\/\\\/www.mynd.com\\\/monitor-programming-book-streamline-streamline-3-0-2\\\/&quot;,&quot;alt&quot;:&quot;&quot;,&quot;author&quot;:&quot;7&quot;,&quot;description&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;name&quot;:&quot;monitor-programming-book-streamline-streamline-3-0-2&quot;,&quot;status&quot;:&quot;inherit&quot;,&quot;uploadedTo&quot;:0,&quot;date&quot;:&quot;2025-03-04T07:57:39.000Z&quot;,&quot;modified&quot;:&quot;2025-03-04T07:57:39.000Z&quot;,&quot;menuOrder&quot;:0,&quot;mime&quot;:&quot;image\\\/svg+xml&quot;,&quot;type&quot;:&quot;image&quot;,&quot;subtype&quot;:&quot;svg+xml&quot;,&quot;icon&quot;:&quot;https:\\\/\\\/www.mynd.com\\\/wp-includes\\\/images\\\/media\\\/default.svg&quot;,&quot;dateFormatted&quot;:&quot;March 4, 2025&quot;,&quot;nonces&quot;:{&quot;update&quot;:&quot;4c2776f043&quot;,&quot;delete&quot;:&quot;d089aa556b&quot;,&quot;edit&quot;:&quot;bc0244301c&quot;},&quot;editLink&quot;:&quot;https:\\\/\\\/www.mynd.com\\\/wp-admin\\\/post.php?post=3791&amp;action=edit&quot;,&quot;meta&quot;:false,&quot;authorName&quot;:&quot;Peter Kajan&quot;,&quot;authorLink&quot;:&quot;https:\\\/\\\/www.mynd.com\\\/wp-admin\\\/profile.php&quot;,&quot;filesizeInBytes&quot;:1611,&quot;filesizeHumanReadable&quot;:&quot;2 KB&quot;,&quot;context&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;full&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/www.mynd.com\\\/wp-content\\\/uploads\\\/Monitor-Programming-Book-Streamline-Streamline-3.0.svg&quot;}},&quot;compat&quot;:{&quot;item&quot;:&quot;&lt;input type=\\&quot;hidden\\&quot; name=\\&quot;attachments[3791][menu_order]\\&quot; value=\\&quot;0\\&quot; \\\/&gt;&lt;p class=\\&quot;media-types media-types-required-info\\&quot;&gt;&lt;span class=\\&quot;required-field-message\\&quot;&gt;Required fields are marked &lt;span class=\\&quot;required\\&quot;&gt;*&lt;\\\/span&gt;&lt;\\\/span&gt;&lt;\\\/p&gt;&lt;table class=\\&quot;compat-attachment-fields\\&quot;&gt;\\t\\t&lt;tr class=&#039;compat-field-wpmf_tag&#039;&gt;\\t\\t\\t&lt;th scope=&#039;row&#039; class=&#039;label&#039;&gt;&lt;label for=&#039;attachments-3791-wpmf_tag&#039;&gt;&lt;span class=&#039;alignleft&#039;&gt;&lt;\\\/span&gt;&lt;br class=&#039;clear&#039; \\\/&gt;&lt;\\\/label&gt;&lt;\\\/th&gt;\\n\\t\\t\\t&lt;td class=&#039;field&#039;&gt;&lt;input type=&#039;text&#039; class=&#039;text&#039; id=&#039;attachments-3791-wpmf_tag&#039; name=&#039;attachments[3791][wpmf_tag]&#039; value=&#039;&#039;  \\\/&gt;&lt;p class=&#039;help&#039;&gt;Separate tags with commas&lt;\\\/p&gt;&lt;\\\/td&gt;\\n\\t\\t&lt;\\\/tr&gt;\\n\\t\\t&lt;tr class=&#039;compat-field-wpmf_attachment_id&#039;&gt;\\t\\t\\t&lt;th scope=&#039;row&#039; class=&#039;label&#039;&gt;&lt;label for=&#039;attachments-3791-wpmf_attachment_id&#039;&gt;&lt;span class=&#039;alignleft&#039;&gt;&lt;\\\/span&gt;&lt;br class=&#039;clear&#039; \\\/&gt;&lt;\\\/label&gt;&lt;\\\/th&gt;\\n\\t\\t\\t&lt;td class=&#039;field&#039;&gt;&lt;input type=\\&quot;hidden\\&quot; class=\\&quot;wpmf_attachment_id\\&quot;\\n                   value=\\&quot;3791\\&quot;&gt;&lt;\\\/td&gt;\\n\\t\\t&lt;\\\/tr&gt;\\n\\t\\t&lt;tr class=&#039;compat-field-wpmf_media_selection&#039;&gt;\\t\\t\\t&lt;th scope=&#039;row&#039; class=&#039;label&#039;&gt;&lt;label for=&#039;attachments-3791-wpmf_media_selection&#039;&gt;&lt;span class=&#039;alignleft&#039;&gt;&lt;\\\/span&gt;&lt;br class=&#039;clear&#039; \\\/&gt;&lt;\\\/label&gt;&lt;\\\/th&gt;\\n\\t\\t\\t&lt;td class=&#039;field&#039;&gt;&lt;div class=\\&quot;wpmfjaoassign_row\\&quot;&gt;&lt;div class=\\&quot;wpmfjaoassign_right\\&quot;&gt;&lt;a class=\\&quot;open-popup-tree\\&quot;&gt;&lt;span class=\\&quot;material-icons-outlined\\&quot;&gt; snippet_folder &lt;\\\/span&gt;Media folders selection&lt;\\\/a&gt;&lt;\\\/div&gt;&lt;\\\/div&gt;&lt;\\\/td&gt;\\n\\t\\t&lt;\\\/tr&gt;\\n\\t\\t&lt;tr class=&#039;compat-field-wpmf_gallery_custom_image_link&#039;&gt;\\t\\t\\t&lt;th scope=&#039;row&#039; class=&#039;label&#039;&gt;&lt;label for=&#039;attachments-3791-wpmf_gallery_custom_image_link&#039;&gt;&lt;span class=&#039;alignleft&#039;&gt;Image gallery link to&lt;\\\/span&gt;&lt;br class=&#039;clear&#039; \\\/&gt;&lt;\\\/label&gt;&lt;\\\/th&gt;\\n\\t\\t\\t&lt;td class=&#039;field&#039;&gt;&lt;input type=\\&quot;text\\&quot; class=\\&quot;text\\&quot;\\n             id=\\&quot;attachments-3791-wpmf_gallery_custom_image_link\\&quot;\\n              name=\\&quot;attachments[3791][wpmf_gallery_custom_image_link]\\&quot;\\n               value=\\&quot;\\&quot;&gt;\\n                &lt;button type=\\&quot;button\\&quot; id=\\&quot;link-btn\\&quot;\\n                 class=\\&quot;link-btn\\&quot;&gt;&lt;span class=\\&quot;dashicons dashicons-admin-links wpmf-zmdi-link\\&quot;&gt;&lt;\\\/span&gt;&lt;\\\/button&gt;&lt;\\\/td&gt;\\n\\t\\t&lt;\\\/tr&gt;\\n\\t\\t&lt;tr class=&#039;compat-field-gallery_link_target&#039;&gt;\\t\\t\\t&lt;th scope=&#039;row&#039; class=&#039;label&#039;&gt;&lt;label for=&#039;attachments-3791-gallery_link_target&#039;&gt;&lt;span class=&#039;alignleft&#039;&gt;Link target&lt;\\\/span&gt;&lt;br class=&#039;clear&#039; \\\/&gt;&lt;\\\/label&gt;&lt;\\\/th&gt;\\n\\t\\t\\t&lt;td class=&#039;field&#039;&gt;\\n                        &lt;select name=\\&quot;attachments[3791][gallery_link_target]\\&quot;\\n                         id=\\&quot;attachments[3791][gallery_link_target]\\&quot;&gt;\\n                                &lt;option value=\\&quot;\\&quot;&gt;Same Window&lt;\\\/option&gt;\\n                                &lt;option value=\\&quot;_blank\\&quot;&gt;\\n                                New Window&lt;\\\/option&gt;\\n                        &lt;\\\/select&gt;&lt;\\\/td&gt;\\n\\t\\t&lt;\\\/tr&gt;\\n\\t\\t&lt;tr&gt;&lt;td&gt;&lt;\\\/td&gt;&lt;td&gt;&lt;label&gt;&lt;input type=\\&quot;checkbox\\&quot; name=\\&quot;attachments[3791][rank_math_media_exclude_sitemap]\\&quot;  \\\/&gt; Exclude this attachment from sitemap&lt;\\\/label&gt;&lt;\\\/td&gt;&lt;\\\/tr&gt;\\n\\t\\t&lt;tr class=&#039;compat-field-imagify&#039;&gt;\\t\\t\\t&lt;th scope=&#039;row&#039; class=&#039;label&#039;&gt;&lt;label for=&#039;attachments-3791-imagify&#039;&gt;&lt;span class=&#039;alignleft&#039;&gt;Imagify&lt;\\\/span&gt;&lt;br class=&#039;clear&#039; \\\/&gt;&lt;\\\/label&gt;&lt;\\\/th&gt;\\n\\t\\t\\t&lt;td class=&#039;field&#039;&gt;This media is not supported.&lt;\\\/td&gt;\\n\\t\\t&lt;\\\/tr&gt;\\n&lt;\\\/table&gt;&quot;,&quot;meta&quot;:&quot;&quot;},&quot;acf_errors&quot;:false,&quot;cloud_media&quot;:0,&quot;is_video&quot;:0,&quot;video_url&quot;:&quot;&quot;},&quot;title&quot;:&quot;Comprehensive Concept Development.&quot;,&quot;text&quot;:&quot;We design your academy around your needs, building a scalable learning architecture aligned with your business objectives.&quot;,&quot;icon&quot;:&quot;&quot;,&quot;openPopupId&quot;:&quot;&quot;}\"><\/div>\n\n\n<div data-component=\"InfoGridItem\" data-props=\"{&quot;image&quot;:{&quot;id&quot;:3790,&quot;title&quot;:&quot;chess-figures--streamline-streamline-3.0&quot;,&quot;filename&quot;:&quot;Chess-Figures-Streamline-Streamline-3.0.svg&quot;,&quot;url&quot;:&quot;https:\\\/\\\/www.mynd.com\\\/wp-content\\\/uploads\\\/Chess-Figures-Streamline-Streamline-3.0.svg&quot;,&quot;link&quot;:&quot;https:\\\/\\\/www.mynd.com\\\/chess-figures-streamline-streamline-3-0-2\\\/&quot;,&quot;alt&quot;:&quot;&quot;,&quot;author&quot;:&quot;7&quot;,&quot;description&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;name&quot;:&quot;chess-figures-streamline-streamline-3-0-2&quot;,&quot;status&quot;:&quot;inherit&quot;,&quot;uploadedTo&quot;:0,&quot;date&quot;:&quot;2025-03-04T07:57:37.000Z&quot;,&quot;modified&quot;:&quot;2025-03-04T07:57:37.000Z&quot;,&quot;menuOrder&quot;:0,&quot;mime&quot;:&quot;image\\\/svg+xml&quot;,&quot;type&quot;:&quot;image&quot;,&quot;subtype&quot;:&quot;svg+xml&quot;,&quot;icon&quot;:&quot;https:\\\/\\\/www.mynd.com\\\/wp-includes\\\/images\\\/media\\\/default.svg&quot;,&quot;dateFormatted&quot;:&quot;March 4, 2025&quot;,&quot;nonces&quot;:{&quot;update&quot;:&quot;62bdf72464&quot;,&quot;delete&quot;:&quot;99aca2e82c&quot;,&quot;edit&quot;:&quot;586cf990d1&quot;},&quot;editLink&quot;:&quot;https:\\\/\\\/www.mynd.com\\\/wp-admin\\\/post.php?post=3790&amp;action=edit&quot;,&quot;meta&quot;:false,&quot;authorName&quot;:&quot;Peter Kajan&quot;,&quot;authorLink&quot;:&quot;https:\\\/\\\/www.mynd.com\\\/wp-admin\\\/profile.php&quot;,&quot;filesizeInBytes&quot;:1425,&quot;filesizeHumanReadable&quot;:&quot;1 KB&quot;,&quot;context&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;full&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/www.mynd.com\\\/wp-content\\\/uploads\\\/Chess-Figures-Streamline-Streamline-3.0.svg&quot;}},&quot;compat&quot;:{&quot;item&quot;:&quot;&lt;input type=\\&quot;hidden\\&quot; name=\\&quot;attachments[3790][menu_order]\\&quot; value=\\&quot;0\\&quot; \\\/&gt;&lt;p class=\\&quot;media-types media-types-required-info\\&quot;&gt;&lt;span class=\\&quot;required-field-message\\&quot;&gt;Required fields are marked &lt;span class=\\&quot;required\\&quot;&gt;*&lt;\\\/span&gt;&lt;\\\/span&gt;&lt;\\\/p&gt;&lt;table class=\\&quot;compat-attachment-fields\\&quot;&gt;\\t\\t&lt;tr class=&#039;compat-field-wpmf_tag&#039;&gt;\\t\\t\\t&lt;th scope=&#039;row&#039; class=&#039;label&#039;&gt;&lt;label for=&#039;attachments-3790-wpmf_tag&#039;&gt;&lt;span class=&#039;alignleft&#039;&gt;&lt;\\\/span&gt;&lt;br class=&#039;clear&#039; \\\/&gt;&lt;\\\/label&gt;&lt;\\\/th&gt;\\n\\t\\t\\t&lt;td class=&#039;field&#039;&gt;&lt;input type=&#039;text&#039; class=&#039;text&#039; id=&#039;attachments-3790-wpmf_tag&#039; name=&#039;attachments[3790][wpmf_tag]&#039; value=&#039;&#039;  \\\/&gt;&lt;p class=&#039;help&#039;&gt;Separate tags with commas&lt;\\\/p&gt;&lt;\\\/td&gt;\\n\\t\\t&lt;\\\/tr&gt;\\n\\t\\t&lt;tr class=&#039;compat-field-wpmf_attachment_id&#039;&gt;\\t\\t\\t&lt;th scope=&#039;row&#039; class=&#039;label&#039;&gt;&lt;label for=&#039;attachments-3790-wpmf_attachment_id&#039;&gt;&lt;span class=&#039;alignleft&#039;&gt;&lt;\\\/span&gt;&lt;br class=&#039;clear&#039; \\\/&gt;&lt;\\\/label&gt;&lt;\\\/th&gt;\\n\\t\\t\\t&lt;td class=&#039;field&#039;&gt;&lt;input type=\\&quot;hidden\\&quot; class=\\&quot;wpmf_attachment_id\\&quot;\\n                   value=\\&quot;3790\\&quot;&gt;&lt;\\\/td&gt;\\n\\t\\t&lt;\\\/tr&gt;\\n\\t\\t&lt;tr class=&#039;compat-field-wpmf_media_selection&#039;&gt;\\t\\t\\t&lt;th scope=&#039;row&#039; class=&#039;label&#039;&gt;&lt;label for=&#039;attachments-3790-wpmf_media_selection&#039;&gt;&lt;span class=&#039;alignleft&#039;&gt;&lt;\\\/span&gt;&lt;br class=&#039;clear&#039; \\\/&gt;&lt;\\\/label&gt;&lt;\\\/th&gt;\\n\\t\\t\\t&lt;td class=&#039;field&#039;&gt;&lt;div class=\\&quot;wpmfjaoassign_row\\&quot;&gt;&lt;div class=\\&quot;wpmfjaoassign_right\\&quot;&gt;&lt;a class=\\&quot;open-popup-tree\\&quot;&gt;&lt;span class=\\&quot;material-icons-outlined\\&quot;&gt; snippet_folder &lt;\\\/span&gt;Media folders selection&lt;\\\/a&gt;&lt;\\\/div&gt;&lt;\\\/div&gt;&lt;\\\/td&gt;\\n\\t\\t&lt;\\\/tr&gt;\\n\\t\\t&lt;tr class=&#039;compat-field-wpmf_gallery_custom_image_link&#039;&gt;\\t\\t\\t&lt;th scope=&#039;row&#039; class=&#039;label&#039;&gt;&lt;label for=&#039;attachments-3790-wpmf_gallery_custom_image_link&#039;&gt;&lt;span class=&#039;alignleft&#039;&gt;Image gallery link to&lt;\\\/span&gt;&lt;br class=&#039;clear&#039; \\\/&gt;&lt;\\\/label&gt;&lt;\\\/th&gt;\\n\\t\\t\\t&lt;td class=&#039;field&#039;&gt;&lt;input type=\\&quot;text\\&quot; class=\\&quot;text\\&quot;\\n             id=\\&quot;attachments-3790-wpmf_gallery_custom_image_link\\&quot;\\n              name=\\&quot;attachments[3790][wpmf_gallery_custom_image_link]\\&quot;\\n               value=\\&quot;\\&quot;&gt;\\n                &lt;button type=\\&quot;button\\&quot; id=\\&quot;link-btn\\&quot;\\n                 class=\\&quot;link-btn\\&quot;&gt;&lt;span class=\\&quot;dashicons dashicons-admin-links wpmf-zmdi-link\\&quot;&gt;&lt;\\\/span&gt;&lt;\\\/button&gt;&lt;\\\/td&gt;\\n\\t\\t&lt;\\\/tr&gt;\\n\\t\\t&lt;tr class=&#039;compat-field-gallery_link_target&#039;&gt;\\t\\t\\t&lt;th scope=&#039;row&#039; class=&#039;label&#039;&gt;&lt;label for=&#039;attachments-3790-gallery_link_target&#039;&gt;&lt;span class=&#039;alignleft&#039;&gt;Link target&lt;\\\/span&gt;&lt;br class=&#039;clear&#039; \\\/&gt;&lt;\\\/label&gt;&lt;\\\/th&gt;\\n\\t\\t\\t&lt;td class=&#039;field&#039;&gt;\\n                        &lt;select name=\\&quot;attachments[3790][gallery_link_target]\\&quot;\\n                         id=\\&quot;attachments[3790][gallery_link_target]\\&quot;&gt;\\n                                &lt;option value=\\&quot;\\&quot;&gt;Same Window&lt;\\\/option&gt;\\n                                &lt;option value=\\&quot;_blank\\&quot;&gt;\\n                                New Window&lt;\\\/option&gt;\\n                        &lt;\\\/select&gt;&lt;\\\/td&gt;\\n\\t\\t&lt;\\\/tr&gt;\\n\\t\\t&lt;tr&gt;&lt;td&gt;&lt;\\\/td&gt;&lt;td&gt;&lt;label&gt;&lt;input type=\\&quot;checkbox\\&quot; name=\\&quot;attachments[3790][rank_math_media_exclude_sitemap]\\&quot;  \\\/&gt; Exclude this attachment from sitemap&lt;\\\/label&gt;&lt;\\\/td&gt;&lt;\\\/tr&gt;\\n\\t\\t&lt;tr class=&#039;compat-field-imagify&#039;&gt;\\t\\t\\t&lt;th scope=&#039;row&#039; class=&#039;label&#039;&gt;&lt;label for=&#039;attachments-3790-imagify&#039;&gt;&lt;span class=&#039;alignleft&#039;&gt;Imagify&lt;\\\/span&gt;&lt;br class=&#039;clear&#039; \\\/&gt;&lt;\\\/label&gt;&lt;\\\/th&gt;\\n\\t\\t\\t&lt;td class=&#039;field&#039;&gt;This media is not supported.&lt;\\\/td&gt;\\n\\t\\t&lt;\\\/tr&gt;\\n&lt;\\\/table&gt;&quot;,&quot;meta&quot;:&quot;&quot;},&quot;acf_errors&quot;:false,&quot;cloud_media&quot;:0,&quot;is_video&quot;:0,&quot;video_url&quot;:&quot;&quot;},&quot;title&quot;:&quot;Engaging Learning Formats.&quot;,&quot;text&quot;:&quot;We combine videos, modular content, gamification, and interactive elements into microlearning and blended formats that drive engagement and retention.&quot;,&quot;icon&quot;:&quot;&quot;,&quot;openPopupId&quot;:&quot;&quot;}\"><\/div>\n\n\n<div data-component=\"InfoGridItem\" data-props=\"{&quot;image&quot;:{&quot;id&quot;:7861,&quot;title&quot;:&quot;certified-diploma-1--streamline-streamline-3.0&quot;,&quot;filename&quot;:&quot;Certified-Diploma-1-Streamline-Streamline-3.0.svg&quot;,&quot;url&quot;:&quot;https:\\\/\\\/www.mynd.com\\\/wp-content\\\/uploads\\\/Certified-Diploma-1-Streamline-Streamline-3.0.svg&quot;,&quot;link&quot;:&quot;https:\\\/\\\/www.mynd.com\\\/certified-diploma-1-streamline-streamline-3-0\\\/&quot;,&quot;alt&quot;:&quot;&quot;,&quot;author&quot;:&quot;7&quot;,&quot;description&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;name&quot;:&quot;certified-diploma-1-streamline-streamline-3-0&quot;,&quot;status&quot;:&quot;inherit&quot;,&quot;uploadedTo&quot;:0,&quot;date&quot;:&quot;2025-05-15T14:38:37.000Z&quot;,&quot;modified&quot;:&quot;2025-05-15T14:38:37.000Z&quot;,&quot;menuOrder&quot;:0,&quot;mime&quot;:&quot;image\\\/svg+xml&quot;,&quot;type&quot;:&quot;image&quot;,&quot;subtype&quot;:&quot;svg+xml&quot;,&quot;icon&quot;:&quot;https:\\\/\\\/www.mynd.com\\\/wp-includes\\\/images\\\/media\\\/default.svg&quot;,&quot;dateFormatted&quot;:&quot;May 15, 2025&quot;,&quot;nonces&quot;:{&quot;update&quot;:&quot;ce7479a7d1&quot;,&quot;delete&quot;:&quot;fdad05c0a7&quot;,&quot;edit&quot;:&quot;26ba5e9651&quot;},&quot;editLink&quot;:&quot;https:\\\/\\\/www.mynd.com\\\/wp-admin\\\/post.php?post=7861&amp;action=edit&quot;,&quot;meta&quot;:false,&quot;authorName&quot;:&quot;Peter Kajan&quot;,&quot;authorLink&quot;:&quot;https:\\\/\\\/www.mynd.com\\\/wp-admin\\\/profile.php&quot;,&quot;filesizeInBytes&quot;:1395,&quot;filesizeHumanReadable&quot;:&quot;1 KB&quot;,&quot;context&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;full&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/www.mynd.com\\\/wp-content\\\/uploads\\\/Certified-Diploma-1-Streamline-Streamline-3.0.svg&quot;}},&quot;compat&quot;:{&quot;item&quot;:&quot;&lt;input type=\\&quot;hidden\\&quot; name=\\&quot;attachments[7861][menu_order]\\&quot; value=\\&quot;0\\&quot; \\\/&gt;&lt;p class=\\&quot;media-types media-types-required-info\\&quot;&gt;&lt;span class=\\&quot;required-field-message\\&quot;&gt;Required fields are marked &lt;span class=\\&quot;required\\&quot;&gt;*&lt;\\\/span&gt;&lt;\\\/span&gt;&lt;\\\/p&gt;&lt;table class=\\&quot;compat-attachment-fields\\&quot;&gt;\\t\\t&lt;tr class=&#039;compat-field-wpmf_tag&#039;&gt;\\t\\t\\t&lt;th scope=&#039;row&#039; class=&#039;label&#039;&gt;&lt;label for=&#039;attachments-7861-wpmf_tag&#039;&gt;&lt;span class=&#039;alignleft&#039;&gt;&lt;\\\/span&gt;&lt;br class=&#039;clear&#039; \\\/&gt;&lt;\\\/label&gt;&lt;\\\/th&gt;\\n\\t\\t\\t&lt;td class=&#039;field&#039;&gt;&lt;input type=&#039;text&#039; class=&#039;text&#039; id=&#039;attachments-7861-wpmf_tag&#039; name=&#039;attachments[7861][wpmf_tag]&#039; value=&#039;&#039;  \\\/&gt;&lt;p class=&#039;help&#039;&gt;Separate tags with commas&lt;\\\/p&gt;&lt;\\\/td&gt;\\n\\t\\t&lt;\\\/tr&gt;\\n\\t\\t&lt;tr class=&#039;compat-field-wpmf_attachment_id&#039;&gt;\\t\\t\\t&lt;th scope=&#039;row&#039; class=&#039;label&#039;&gt;&lt;label for=&#039;attachments-7861-wpmf_attachment_id&#039;&gt;&lt;span class=&#039;alignleft&#039;&gt;&lt;\\\/span&gt;&lt;br class=&#039;clear&#039; \\\/&gt;&lt;\\\/label&gt;&lt;\\\/th&gt;\\n\\t\\t\\t&lt;td class=&#039;field&#039;&gt;&lt;input type=\\&quot;hidden\\&quot; class=\\&quot;wpmf_attachment_id\\&quot;\\n                   value=\\&quot;7861\\&quot;&gt;&lt;\\\/td&gt;\\n\\t\\t&lt;\\\/tr&gt;\\n\\t\\t&lt;tr class=&#039;compat-field-wpmf_media_selection&#039;&gt;\\t\\t\\t&lt;th scope=&#039;row&#039; class=&#039;label&#039;&gt;&lt;label for=&#039;attachments-7861-wpmf_media_selection&#039;&gt;&lt;span class=&#039;alignleft&#039;&gt;&lt;\\\/span&gt;&lt;br class=&#039;clear&#039; \\\/&gt;&lt;\\\/label&gt;&lt;\\\/th&gt;\\n\\t\\t\\t&lt;td class=&#039;field&#039;&gt;&lt;div class=\\&quot;wpmfjaoassign_row\\&quot;&gt;&lt;div class=\\&quot;wpmfjaoassign_right\\&quot;&gt;&lt;a class=\\&quot;open-popup-tree\\&quot;&gt;&lt;span class=\\&quot;material-icons-outlined\\&quot;&gt; snippet_folder &lt;\\\/span&gt;Media folders selection&lt;\\\/a&gt;&lt;\\\/div&gt;&lt;\\\/div&gt;&lt;\\\/td&gt;\\n\\t\\t&lt;\\\/tr&gt;\\n\\t\\t&lt;tr class=&#039;compat-field-wpmf_gallery_custom_image_link&#039;&gt;\\t\\t\\t&lt;th scope=&#039;row&#039; class=&#039;label&#039;&gt;&lt;label for=&#039;attachments-7861-wpmf_gallery_custom_image_link&#039;&gt;&lt;span class=&#039;alignleft&#039;&gt;Image gallery link to&lt;\\\/span&gt;&lt;br class=&#039;clear&#039; \\\/&gt;&lt;\\\/label&gt;&lt;\\\/th&gt;\\n\\t\\t\\t&lt;td class=&#039;field&#039;&gt;&lt;input type=\\&quot;text\\&quot; class=\\&quot;text\\&quot;\\n             id=\\&quot;attachments-7861-wpmf_gallery_custom_image_link\\&quot;\\n              name=\\&quot;attachments[7861][wpmf_gallery_custom_image_link]\\&quot;\\n               value=\\&quot;\\&quot;&gt;\\n                &lt;button type=\\&quot;button\\&quot; id=\\&quot;link-btn\\&quot;\\n                 class=\\&quot;link-btn\\&quot;&gt;&lt;span class=\\&quot;dashicons dashicons-admin-links wpmf-zmdi-link\\&quot;&gt;&lt;\\\/span&gt;&lt;\\\/button&gt;&lt;\\\/td&gt;\\n\\t\\t&lt;\\\/tr&gt;\\n\\t\\t&lt;tr class=&#039;compat-field-gallery_link_target&#039;&gt;\\t\\t\\t&lt;th scope=&#039;row&#039; class=&#039;label&#039;&gt;&lt;label for=&#039;attachments-7861-gallery_link_target&#039;&gt;&lt;span class=&#039;alignleft&#039;&gt;Link target&lt;\\\/span&gt;&lt;br class=&#039;clear&#039; \\\/&gt;&lt;\\\/label&gt;&lt;\\\/th&gt;\\n\\t\\t\\t&lt;td class=&#039;field&#039;&gt;\\n                        &lt;select name=\\&quot;attachments[7861][gallery_link_target]\\&quot;\\n                         id=\\&quot;attachments[7861][gallery_link_target]\\&quot;&gt;\\n                                &lt;option value=\\&quot;\\&quot;&gt;Same Window&lt;\\\/option&gt;\\n                                &lt;option value=\\&quot;_blank\\&quot;&gt;\\n                                New Window&lt;\\\/option&gt;\\n                        &lt;\\\/select&gt;&lt;\\\/td&gt;\\n\\t\\t&lt;\\\/tr&gt;\\n\\t\\t&lt;tr&gt;&lt;td&gt;&lt;\\\/td&gt;&lt;td&gt;&lt;label&gt;&lt;input type=\\&quot;checkbox\\&quot; name=\\&quot;attachments[7861][rank_math_media_exclude_sitemap]\\&quot;  \\\/&gt; Exclude this attachment from sitemap&lt;\\\/label&gt;&lt;\\\/td&gt;&lt;\\\/tr&gt;\\n\\t\\t&lt;tr class=&#039;compat-field-imagify&#039;&gt;\\t\\t\\t&lt;th scope=&#039;row&#039; class=&#039;label&#039;&gt;&lt;label for=&#039;attachments-7861-imagify&#039;&gt;&lt;span class=&#039;alignleft&#039;&gt;Imagify&lt;\\\/span&gt;&lt;br class=&#039;clear&#039; \\\/&gt;&lt;\\\/label&gt;&lt;\\\/th&gt;\\n\\t\\t\\t&lt;td class=&#039;field&#039;&gt;This media is not supported.&lt;\\\/td&gt;\\n\\t\\t&lt;\\\/tr&gt;\\n&lt;\\\/table&gt;&quot;,&quot;meta&quot;:&quot;&quot;},&quot;acf_errors&quot;:false,&quot;cloud_media&quot;:0,&quot;is_video&quot;:0,&quot;video_url&quot;:&quot;&quot;},&quot;title&quot;:&quot;Professional Certification.&quot;,&quot;text&quot;:&quot;Automated assessment and certification workflows document participant achievement and support compliance and competency tracking.&quot;,&quot;icon&quot;:&quot;&quot;,&quot;openPopupId&quot;:&quot;&quot;}\"><\/div>\n\n\n<div data-component=\"InfoGridItem\" data-props=\"{&quot;image&quot;:{&quot;id&quot;:7863,&quot;title&quot;:&quot;hierarchy-9--streamline-streamline-3.0&quot;,&quot;filename&quot;:&quot;Hierarchy-9-Streamline-Streamline-3.0.svg&quot;,&quot;url&quot;:&quot;https:\\\/\\\/www.mynd.com\\\/wp-content\\\/uploads\\\/Hierarchy-9-Streamline-Streamline-3.0.svg&quot;,&quot;link&quot;:&quot;https:\\\/\\\/www.mynd.com\\\/hierarchy-9-streamline-streamline-3-0\\\/&quot;,&quot;alt&quot;:&quot;&quot;,&quot;author&quot;:&quot;7&quot;,&quot;description&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;name&quot;:&quot;hierarchy-9-streamline-streamline-3-0&quot;,&quot;status&quot;:&quot;inherit&quot;,&quot;uploadedTo&quot;:0,&quot;date&quot;:&quot;2025-05-15T14:39:40.000Z&quot;,&quot;modified&quot;:&quot;2025-05-15T14:39:40.000Z&quot;,&quot;menuOrder&quot;:0,&quot;mime&quot;:&quot;image\\\/svg+xml&quot;,&quot;type&quot;:&quot;image&quot;,&quot;subtype&quot;:&quot;svg+xml&quot;,&quot;icon&quot;:&quot;https:\\\/\\\/www.mynd.com\\\/wp-includes\\\/images\\\/media\\\/default.svg&quot;,&quot;dateFormatted&quot;:&quot;May 15, 2025&quot;,&quot;nonces&quot;:{&quot;update&quot;:&quot;599cf8cbb3&quot;,&quot;delete&quot;:&quot;68f4cbe6ce&quot;,&quot;edit&quot;:&quot;ab8558d5a8&quot;},&quot;editLink&quot;:&quot;https:\\\/\\\/www.mynd.com\\\/wp-admin\\\/post.php?post=7863&amp;action=edit&quot;,&quot;meta&quot;:false,&quot;authorName&quot;:&quot;Peter Kajan&quot;,&quot;authorLink&quot;:&quot;https:\\\/\\\/www.mynd.com\\\/wp-admin\\\/profile.php&quot;,&quot;filesizeInBytes&quot;:2116,&quot;filesizeHumanReadable&quot;:&quot;2 KB&quot;,&quot;context&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;full&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/www.mynd.com\\\/wp-content\\\/uploads\\\/Hierarchy-9-Streamline-Streamline-3.0.svg&quot;}},&quot;compat&quot;:{&quot;item&quot;:&quot;&lt;input type=\\&quot;hidden\\&quot; name=\\&quot;attachments[7863][menu_order]\\&quot; value=\\&quot;0\\&quot; \\\/&gt;&lt;p class=\\&quot;media-types media-types-required-info\\&quot;&gt;&lt;span class=\\&quot;required-field-message\\&quot;&gt;Required fields are marked &lt;span class=\\&quot;required\\&quot;&gt;*&lt;\\\/span&gt;&lt;\\\/span&gt;&lt;\\\/p&gt;&lt;table class=\\&quot;compat-attachment-fields\\&quot;&gt;\\t\\t&lt;tr class=&#039;compat-field-wpmf_tag&#039;&gt;\\t\\t\\t&lt;th scope=&#039;row&#039; class=&#039;label&#039;&gt;&lt;label for=&#039;attachments-7863-wpmf_tag&#039;&gt;&lt;span class=&#039;alignleft&#039;&gt;&lt;\\\/span&gt;&lt;br class=&#039;clear&#039; \\\/&gt;&lt;\\\/label&gt;&lt;\\\/th&gt;\\n\\t\\t\\t&lt;td class=&#039;field&#039;&gt;&lt;input type=&#039;text&#039; class=&#039;text&#039; id=&#039;attachments-7863-wpmf_tag&#039; name=&#039;attachments[7863][wpmf_tag]&#039; value=&#039;&#039;  \\\/&gt;&lt;p class=&#039;help&#039;&gt;Separate tags with commas&lt;\\\/p&gt;&lt;\\\/td&gt;\\n\\t\\t&lt;\\\/tr&gt;\\n\\t\\t&lt;tr class=&#039;compat-field-wpmf_attachment_id&#039;&gt;\\t\\t\\t&lt;th scope=&#039;row&#039; class=&#039;label&#039;&gt;&lt;label for=&#039;attachments-7863-wpmf_attachment_id&#039;&gt;&lt;span class=&#039;alignleft&#039;&gt;&lt;\\\/span&gt;&lt;br class=&#039;clear&#039; \\\/&gt;&lt;\\\/label&gt;&lt;\\\/th&gt;\\n\\t\\t\\t&lt;td class=&#039;field&#039;&gt;&lt;input type=\\&quot;hidden\\&quot; class=\\&quot;wpmf_attachment_id\\&quot;\\n                   value=\\&quot;7863\\&quot;&gt;&lt;\\\/td&gt;\\n\\t\\t&lt;\\\/tr&gt;\\n\\t\\t&lt;tr class=&#039;compat-field-wpmf_media_selection&#039;&gt;\\t\\t\\t&lt;th scope=&#039;row&#039; class=&#039;label&#039;&gt;&lt;label for=&#039;attachments-7863-wpmf_media_selection&#039;&gt;&lt;span class=&#039;alignleft&#039;&gt;&lt;\\\/span&gt;&lt;br class=&#039;clear&#039; \\\/&gt;&lt;\\\/label&gt;&lt;\\\/th&gt;\\n\\t\\t\\t&lt;td class=&#039;field&#039;&gt;&lt;div class=\\&quot;wpmfjaoassign_row\\&quot;&gt;&lt;div class=\\&quot;wpmfjaoassign_right\\&quot;&gt;&lt;a class=\\&quot;open-popup-tree\\&quot;&gt;&lt;span class=\\&quot;material-icons-outlined\\&quot;&gt; snippet_folder &lt;\\\/span&gt;Media folders selection&lt;\\\/a&gt;&lt;\\\/div&gt;&lt;\\\/div&gt;&lt;\\\/td&gt;\\n\\t\\t&lt;\\\/tr&gt;\\n\\t\\t&lt;tr class=&#039;compat-field-wpmf_gallery_custom_image_link&#039;&gt;\\t\\t\\t&lt;th scope=&#039;row&#039; class=&#039;label&#039;&gt;&lt;label for=&#039;attachments-7863-wpmf_gallery_custom_image_link&#039;&gt;&lt;span class=&#039;alignleft&#039;&gt;Image gallery link to&lt;\\\/span&gt;&lt;br class=&#039;clear&#039; \\\/&gt;&lt;\\\/label&gt;&lt;\\\/th&gt;\\n\\t\\t\\t&lt;td class=&#039;field&#039;&gt;&lt;input type=\\&quot;text\\&quot; class=\\&quot;text\\&quot;\\n             id=\\&quot;attachments-7863-wpmf_gallery_custom_image_link\\&quot;\\n              name=\\&quot;attachments[7863][wpmf_gallery_custom_image_link]\\&quot;\\n               value=\\&quot;\\&quot;&gt;\\n                &lt;button type=\\&quot;button\\&quot; id=\\&quot;link-btn\\&quot;\\n                 class=\\&quot;link-btn\\&quot;&gt;&lt;span class=\\&quot;dashicons dashicons-admin-links wpmf-zmdi-link\\&quot;&gt;&lt;\\\/span&gt;&lt;\\\/button&gt;&lt;\\\/td&gt;\\n\\t\\t&lt;\\\/tr&gt;\\n\\t\\t&lt;tr class=&#039;compat-field-gallery_link_target&#039;&gt;\\t\\t\\t&lt;th scope=&#039;row&#039; class=&#039;label&#039;&gt;&lt;label for=&#039;attachments-7863-gallery_link_target&#039;&gt;&lt;span class=&#039;alignleft&#039;&gt;Link target&lt;\\\/span&gt;&lt;br class=&#039;clear&#039; \\\/&gt;&lt;\\\/label&gt;&lt;\\\/th&gt;\\n\\t\\t\\t&lt;td class=&#039;field&#039;&gt;\\n                        &lt;select name=\\&quot;attachments[7863][gallery_link_target]\\&quot;\\n                         id=\\&quot;attachments[7863][gallery_link_target]\\&quot;&gt;\\n                                &lt;option value=\\&quot;\\&quot;&gt;Same Window&lt;\\\/option&gt;\\n                                &lt;option value=\\&quot;_blank\\&quot;&gt;\\n                                New Window&lt;\\\/option&gt;\\n                        &lt;\\\/select&gt;&lt;\\\/td&gt;\\n\\t\\t&lt;\\\/tr&gt;\\n\\t\\t&lt;tr&gt;&lt;td&gt;&lt;\\\/td&gt;&lt;td&gt;&lt;label&gt;&lt;input type=\\&quot;checkbox\\&quot; name=\\&quot;attachments[7863][rank_math_media_exclude_sitemap]\\&quot;  \\\/&gt; Exclude this attachment from sitemap&lt;\\\/label&gt;&lt;\\\/td&gt;&lt;\\\/tr&gt;\\n\\t\\t&lt;tr class=&#039;compat-field-imagify&#039;&gt;\\t\\t\\t&lt;th scope=&#039;row&#039; class=&#039;label&#039;&gt;&lt;label for=&#039;attachments-7863-imagify&#039;&gt;&lt;span class=&#039;alignleft&#039;&gt;Imagify&lt;\\\/span&gt;&lt;br class=&#039;clear&#039; \\\/&gt;&lt;\\\/label&gt;&lt;\\\/th&gt;\\n\\t\\t\\t&lt;td class=&#039;field&#039;&gt;This media is not supported.&lt;\\\/td&gt;\\n\\t\\t&lt;\\\/tr&gt;\\n&lt;\\\/table&gt;&quot;,&quot;meta&quot;:&quot;&quot;},&quot;acf_errors&quot;:false,&quot;cloud_media&quot;:0,&quot;is_video&quot;:0,&quot;video_url&quot;:&quot;&quot;},&quot;title&quot;:&quot;Flexible &lt;br&gt;Integration.&quot;,&quot;text&quot;:&quot;Integrate your academy into your LMS or LXP with SCORM- and xAPI-compatible deployment or operate it as a standalone solution.&quot;,&quot;icon&quot;:&quot;&quot;,&quot;openPopupId&quot;:&quot;&quot;}\"><\/div>\n\n\n<div data-component=\"InfoGridItem\" data-props=\"{&quot;image&quot;:{&quot;id&quot;:7868,&quot;title&quot;:&quot;idea-strategy--streamline-streamline-3.0&quot;,&quot;filename&quot;:&quot;Idea-Strategy-Streamline-Streamline-3.0.svg&quot;,&quot;url&quot;:&quot;https:\\\/\\\/www.mynd.com\\\/wp-content\\\/uploads\\\/Idea-Strategy-Streamline-Streamline-3.0.svg&quot;,&quot;link&quot;:&quot;https:\\\/\\\/www.mynd.com\\\/e-learning\\\/idea-strategy-streamline-streamline-3-0\\\/&quot;,&quot;alt&quot;:&quot;&quot;,&quot;author&quot;:&quot;7&quot;,&quot;description&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;name&quot;:&quot;idea-strategy-streamline-streamline-3-0&quot;,&quot;status&quot;:&quot;inherit&quot;,&quot;uploadedTo&quot;:7841,&quot;date&quot;:&quot;2025-05-15T14:45:39.000Z&quot;,&quot;modified&quot;:&quot;2025-05-15T14:45:39.000Z&quot;,&quot;menuOrder&quot;:0,&quot;mime&quot;:&quot;image\\\/svg+xml&quot;,&quot;type&quot;:&quot;image&quot;,&quot;subtype&quot;:&quot;svg+xml&quot;,&quot;icon&quot;:&quot;https:\\\/\\\/www.mynd.com\\\/wp-includes\\\/images\\\/media\\\/default.svg&quot;,&quot;dateFormatted&quot;:&quot;May 15, 2025&quot;,&quot;nonces&quot;:{&quot;update&quot;:&quot;b91c38e8cb&quot;,&quot;delete&quot;:&quot;f1c2375e95&quot;,&quot;edit&quot;:&quot;cf7c426276&quot;},&quot;editLink&quot;:&quot;https:\\\/\\\/www.mynd.com\\\/wp-admin\\\/post.php?post=7868&amp;action=edit&quot;,&quot;meta&quot;:false,&quot;authorName&quot;:&quot;Peter Kajan&quot;,&quot;authorLink&quot;:&quot;https:\\\/\\\/www.mynd.com\\\/wp-admin\\\/profile.php&quot;,&quot;uploadedToTitle&quot;:&quot;E-Learning&quot;,&quot;uploadedToLink&quot;:&quot;https:\\\/\\\/www.mynd.com\\\/wp-admin\\\/post.php?post=7841&amp;action=edit&amp;lang=de&quot;,&quot;filesizeInBytes&quot;:2296,&quot;filesizeHumanReadable&quot;:&quot;2 KB&quot;,&quot;context&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;full&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/www.mynd.com\\\/wp-content\\\/uploads\\\/Idea-Strategy-Streamline-Streamline-3.0.svg&quot;}},&quot;compat&quot;:{&quot;item&quot;:&quot;&lt;input type=\\&quot;hidden\\&quot; name=\\&quot;attachments[7868][menu_order]\\&quot; value=\\&quot;0\\&quot; \\\/&gt;&lt;p class=\\&quot;media-types media-types-required-info\\&quot;&gt;&lt;span class=\\&quot;required-field-message\\&quot;&gt;Required fields are marked &lt;span class=\\&quot;required\\&quot;&gt;*&lt;\\\/span&gt;&lt;\\\/span&gt;&lt;\\\/p&gt;&lt;table class=\\&quot;compat-attachment-fields\\&quot;&gt;\\t\\t&lt;tr class=&#039;compat-field-wpmf_tag&#039;&gt;\\t\\t\\t&lt;th scope=&#039;row&#039; class=&#039;label&#039;&gt;&lt;label for=&#039;attachments-7868-wpmf_tag&#039;&gt;&lt;span class=&#039;alignleft&#039;&gt;&lt;\\\/span&gt;&lt;br class=&#039;clear&#039; \\\/&gt;&lt;\\\/label&gt;&lt;\\\/th&gt;\\n\\t\\t\\t&lt;td class=&#039;field&#039;&gt;&lt;input type=&#039;text&#039; class=&#039;text&#039; id=&#039;attachments-7868-wpmf_tag&#039; name=&#039;attachments[7868][wpmf_tag]&#039; value=&#039;&#039;  \\\/&gt;&lt;p class=&#039;help&#039;&gt;Separate tags with commas&lt;\\\/p&gt;&lt;\\\/td&gt;\\n\\t\\t&lt;\\\/tr&gt;\\n\\t\\t&lt;tr class=&#039;compat-field-wpmf_attachment_id&#039;&gt;\\t\\t\\t&lt;th scope=&#039;row&#039; class=&#039;label&#039;&gt;&lt;label for=&#039;attachments-7868-wpmf_attachment_id&#039;&gt;&lt;span class=&#039;alignleft&#039;&gt;&lt;\\\/span&gt;&lt;br class=&#039;clear&#039; \\\/&gt;&lt;\\\/label&gt;&lt;\\\/th&gt;\\n\\t\\t\\t&lt;td class=&#039;field&#039;&gt;&lt;input type=\\&quot;hidden\\&quot; class=\\&quot;wpmf_attachment_id\\&quot;\\n                   value=\\&quot;7868\\&quot;&gt;&lt;\\\/td&gt;\\n\\t\\t&lt;\\\/tr&gt;\\n\\t\\t&lt;tr class=&#039;compat-field-wpmf_media_selection&#039;&gt;\\t\\t\\t&lt;th scope=&#039;row&#039; class=&#039;label&#039;&gt;&lt;label for=&#039;attachments-7868-wpmf_media_selection&#039;&gt;&lt;span class=&#039;alignleft&#039;&gt;&lt;\\\/span&gt;&lt;br class=&#039;clear&#039; \\\/&gt;&lt;\\\/label&gt;&lt;\\\/th&gt;\\n\\t\\t\\t&lt;td class=&#039;field&#039;&gt;&lt;div class=\\&quot;wpmfjaoassign_row\\&quot;&gt;&lt;div class=\\&quot;wpmfjaoassign_right\\&quot;&gt;&lt;a class=\\&quot;open-popup-tree\\&quot;&gt;&lt;span class=\\&quot;material-icons-outlined\\&quot;&gt; snippet_folder &lt;\\\/span&gt;Media folders selection&lt;\\\/a&gt;&lt;\\\/div&gt;&lt;\\\/div&gt;&lt;\\\/td&gt;\\n\\t\\t&lt;\\\/tr&gt;\\n\\t\\t&lt;tr class=&#039;compat-field-wpmf_gallery_custom_image_link&#039;&gt;\\t\\t\\t&lt;th scope=&#039;row&#039; class=&#039;label&#039;&gt;&lt;label for=&#039;attachments-7868-wpmf_gallery_custom_image_link&#039;&gt;&lt;span class=&#039;alignleft&#039;&gt;Image gallery link to&lt;\\\/span&gt;&lt;br class=&#039;clear&#039; \\\/&gt;&lt;\\\/label&gt;&lt;\\\/th&gt;\\n\\t\\t\\t&lt;td class=&#039;field&#039;&gt;&lt;input type=\\&quot;text\\&quot; class=\\&quot;text\\&quot;\\n             id=\\&quot;attachments-7868-wpmf_gallery_custom_image_link\\&quot;\\n              name=\\&quot;attachments[7868][wpmf_gallery_custom_image_link]\\&quot;\\n               value=\\&quot;\\&quot;&gt;\\n                &lt;button type=\\&quot;button\\&quot; id=\\&quot;link-btn\\&quot;\\n                 class=\\&quot;link-btn\\&quot;&gt;&lt;span class=\\&quot;dashicons dashicons-admin-links wpmf-zmdi-link\\&quot;&gt;&lt;\\\/span&gt;&lt;\\\/button&gt;&lt;\\\/td&gt;\\n\\t\\t&lt;\\\/tr&gt;\\n\\t\\t&lt;tr class=&#039;compat-field-gallery_link_target&#039;&gt;\\t\\t\\t&lt;th scope=&#039;row&#039; class=&#039;label&#039;&gt;&lt;label for=&#039;attachments-7868-gallery_link_target&#039;&gt;&lt;span class=&#039;alignleft&#039;&gt;Link target&lt;\\\/span&gt;&lt;br class=&#039;clear&#039; \\\/&gt;&lt;\\\/label&gt;&lt;\\\/th&gt;\\n\\t\\t\\t&lt;td class=&#039;field&#039;&gt;\\n                        &lt;select name=\\&quot;attachments[7868][gallery_link_target]\\&quot;\\n                         id=\\&quot;attachments[7868][gallery_link_target]\\&quot;&gt;\\n                                &lt;option value=\\&quot;\\&quot;&gt;Same Window&lt;\\\/option&gt;\\n                                &lt;option value=\\&quot;_blank\\&quot;&gt;\\n                                New Window&lt;\\\/option&gt;\\n                        &lt;\\\/select&gt;&lt;\\\/td&gt;\\n\\t\\t&lt;\\\/tr&gt;\\n\\t\\t&lt;tr&gt;&lt;td&gt;&lt;\\\/td&gt;&lt;td&gt;&lt;label&gt;&lt;input type=\\&quot;checkbox\\&quot; name=\\&quot;attachments[7868][rank_math_media_exclude_sitemap]\\&quot;  \\\/&gt; Exclude this attachment from sitemap&lt;\\\/label&gt;&lt;\\\/td&gt;&lt;\\\/tr&gt;\\n\\t\\t&lt;tr class=&#039;compat-field-imagify&#039;&gt;\\t\\t\\t&lt;th scope=&#039;row&#039; class=&#039;label&#039;&gt;&lt;label for=&#039;attachments-7868-imagify&#039;&gt;&lt;span class=&#039;alignleft&#039;&gt;Imagify&lt;\\\/span&gt;&lt;br class=&#039;clear&#039; \\\/&gt;&lt;\\\/label&gt;&lt;\\\/th&gt;\\n\\t\\t\\t&lt;td class=&#039;field&#039;&gt;This media is not supported.&lt;\\\/td&gt;\\n\\t\\t&lt;\\\/tr&gt;\\n&lt;\\\/table&gt;&quot;,&quot;meta&quot;:&quot;&quot;},&quot;acf_errors&quot;:false,&quot;cloud_media&quot;:0,&quot;is_video&quot;:0,&quot;video_url&quot;:&quot;&quot;},&quot;title&quot;:&quot;Full-Service-&lt;br&gt;Support.&quot;,&quot;text&quot;:&quot;We manage strategy, content production, technical integration, and launch coordination to ensure smooth and reliable implementation.&quot;,&quot;icon&quot;:&quot;&quot;,&quot;openPopupId&quot;:&quot;&quot;}\"><\/div>\n\n\n<div data-component=\"InfoGridItem\" data-props=\"{&quot;image&quot;:{&quot;id&quot;:7866,&quot;title&quot;:&quot;gift-box-1--streamline-streamline-3.0&quot;,&quot;filename&quot;:&quot;Gift-Box-1-Streamline-Streamline-3.0.svg&quot;,&quot;url&quot;:&quot;https:\\\/\\\/www.mynd.com\\\/wp-content\\\/uploads\\\/Gift-Box-1-Streamline-Streamline-3.0.svg&quot;,&quot;link&quot;:&quot;https:\\\/\\\/www.mynd.com\\\/gift-box-1-streamline-streamline-3-0\\\/&quot;,&quot;alt&quot;:&quot;&quot;,&quot;author&quot;:&quot;7&quot;,&quot;description&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;name&quot;:&quot;gift-box-1-streamline-streamline-3-0&quot;,&quot;status&quot;:&quot;inherit&quot;,&quot;uploadedTo&quot;:0,&quot;date&quot;:&quot;2025-05-15T14:44:24.000Z&quot;,&quot;modified&quot;:&quot;2025-05-15T14:44:24.000Z&quot;,&quot;menuOrder&quot;:0,&quot;mime&quot;:&quot;image\\\/svg+xml&quot;,&quot;type&quot;:&quot;image&quot;,&quot;subtype&quot;:&quot;svg+xml&quot;,&quot;icon&quot;:&quot;https:\\\/\\\/www.mynd.com\\\/wp-includes\\\/images\\\/media\\\/default.svg&quot;,&quot;dateFormatted&quot;:&quot;May 15, 2025&quot;,&quot;nonces&quot;:{&quot;update&quot;:&quot;cbfb953131&quot;,&quot;delete&quot;:&quot;0a6579717f&quot;,&quot;edit&quot;:&quot;83aec72f61&quot;},&quot;editLink&quot;:&quot;https:\\\/\\\/www.mynd.com\\\/wp-admin\\\/post.php?post=7866&amp;action=edit&quot;,&quot;meta&quot;:false,&quot;authorName&quot;:&quot;Peter Kajan&quot;,&quot;authorLink&quot;:&quot;https:\\\/\\\/www.mynd.com\\\/wp-admin\\\/profile.php&quot;,&quot;filesizeInBytes&quot;:1503,&quot;filesizeHumanReadable&quot;:&quot;1 KB&quot;,&quot;context&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;full&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/www.mynd.com\\\/wp-content\\\/uploads\\\/Gift-Box-1-Streamline-Streamline-3.0.svg&quot;}},&quot;compat&quot;:{&quot;item&quot;:&quot;&lt;input type=\\&quot;hidden\\&quot; name=\\&quot;attachments[7866][menu_order]\\&quot; value=\\&quot;0\\&quot; \\\/&gt;&lt;p class=\\&quot;media-types media-types-required-info\\&quot;&gt;&lt;span class=\\&quot;required-field-message\\&quot;&gt;Required fields are marked &lt;span class=\\&quot;required\\&quot;&gt;*&lt;\\\/span&gt;&lt;\\\/span&gt;&lt;\\\/p&gt;&lt;table class=\\&quot;compat-attachment-fields\\&quot;&gt;\\t\\t&lt;tr class=&#039;compat-field-wpmf_tag&#039;&gt;\\t\\t\\t&lt;th scope=&#039;row&#039; class=&#039;label&#039;&gt;&lt;label for=&#039;attachments-7866-wpmf_tag&#039;&gt;&lt;span class=&#039;alignleft&#039;&gt;&lt;\\\/span&gt;&lt;br class=&#039;clear&#039; \\\/&gt;&lt;\\\/label&gt;&lt;\\\/th&gt;\\n\\t\\t\\t&lt;td class=&#039;field&#039;&gt;&lt;input type=&#039;text&#039; class=&#039;text&#039; id=&#039;attachments-7866-wpmf_tag&#039; name=&#039;attachments[7866][wpmf_tag]&#039; value=&#039;&#039;  \\\/&gt;&lt;p class=&#039;help&#039;&gt;Separate tags with commas&lt;\\\/p&gt;&lt;\\\/td&gt;\\n\\t\\t&lt;\\\/tr&gt;\\n\\t\\t&lt;tr class=&#039;compat-field-wpmf_attachment_id&#039;&gt;\\t\\t\\t&lt;th scope=&#039;row&#039; class=&#039;label&#039;&gt;&lt;label for=&#039;attachments-7866-wpmf_attachment_id&#039;&gt;&lt;span class=&#039;alignleft&#039;&gt;&lt;\\\/span&gt;&lt;br class=&#039;clear&#039; \\\/&gt;&lt;\\\/label&gt;&lt;\\\/th&gt;\\n\\t\\t\\t&lt;td class=&#039;field&#039;&gt;&lt;input type=\\&quot;hidden\\&quot; class=\\&quot;wpmf_attachment_id\\&quot;\\n                   value=\\&quot;7866\\&quot;&gt;&lt;\\\/td&gt;\\n\\t\\t&lt;\\\/tr&gt;\\n\\t\\t&lt;tr class=&#039;compat-field-wpmf_media_selection&#039;&gt;\\t\\t\\t&lt;th scope=&#039;row&#039; class=&#039;label&#039;&gt;&lt;label for=&#039;attachments-7866-wpmf_media_selection&#039;&gt;&lt;span class=&#039;alignleft&#039;&gt;&lt;\\\/span&gt;&lt;br class=&#039;clear&#039; \\\/&gt;&lt;\\\/label&gt;&lt;\\\/th&gt;\\n\\t\\t\\t&lt;td class=&#039;field&#039;&gt;&lt;div class=\\&quot;wpmfjaoassign_row\\&quot;&gt;&lt;div class=\\&quot;wpmfjaoassign_right\\&quot;&gt;&lt;a class=\\&quot;open-popup-tree\\&quot;&gt;&lt;span class=\\&quot;material-icons-outlined\\&quot;&gt; snippet_folder &lt;\\\/span&gt;Media folders selection&lt;\\\/a&gt;&lt;\\\/div&gt;&lt;\\\/div&gt;&lt;\\\/td&gt;\\n\\t\\t&lt;\\\/tr&gt;\\n\\t\\t&lt;tr class=&#039;compat-field-wpmf_gallery_custom_image_link&#039;&gt;\\t\\t\\t&lt;th scope=&#039;row&#039; class=&#039;label&#039;&gt;&lt;label for=&#039;attachments-7866-wpmf_gallery_custom_image_link&#039;&gt;&lt;span class=&#039;alignleft&#039;&gt;Image gallery link to&lt;\\\/span&gt;&lt;br class=&#039;clear&#039; \\\/&gt;&lt;\\\/label&gt;&lt;\\\/th&gt;\\n\\t\\t\\t&lt;td class=&#039;field&#039;&gt;&lt;input type=\\&quot;text\\&quot; class=\\&quot;text\\&quot;\\n             id=\\&quot;attachments-7866-wpmf_gallery_custom_image_link\\&quot;\\n              name=\\&quot;attachments[7866][wpmf_gallery_custom_image_link]\\&quot;\\n               value=\\&quot;\\&quot;&gt;\\n                &lt;button type=\\&quot;button\\&quot; id=\\&quot;link-btn\\&quot;\\n                 class=\\&quot;link-btn\\&quot;&gt;&lt;span class=\\&quot;dashicons dashicons-admin-links wpmf-zmdi-link\\&quot;&gt;&lt;\\\/span&gt;&lt;\\\/button&gt;&lt;\\\/td&gt;\\n\\t\\t&lt;\\\/tr&gt;\\n\\t\\t&lt;tr class=&#039;compat-field-gallery_link_target&#039;&gt;\\t\\t\\t&lt;th scope=&#039;row&#039; class=&#039;label&#039;&gt;&lt;label for=&#039;attachments-7866-gallery_link_target&#039;&gt;&lt;span class=&#039;alignleft&#039;&gt;Link target&lt;\\\/span&gt;&lt;br class=&#039;clear&#039; \\\/&gt;&lt;\\\/label&gt;&lt;\\\/th&gt;\\n\\t\\t\\t&lt;td class=&#039;field&#039;&gt;\\n                        &lt;select name=\\&quot;attachments[7866][gallery_link_target]\\&quot;\\n                         id=\\&quot;attachments[7866][gallery_link_target]\\&quot;&gt;\\n                                &lt;option value=\\&quot;\\&quot;&gt;Same Window&lt;\\\/option&gt;\\n                                &lt;option value=\\&quot;_blank\\&quot;&gt;\\n                                New Window&lt;\\\/option&gt;\\n                        &lt;\\\/select&gt;&lt;\\\/td&gt;\\n\\t\\t&lt;\\\/tr&gt;\\n\\t\\t&lt;tr&gt;&lt;td&gt;&lt;\\\/td&gt;&lt;td&gt;&lt;label&gt;&lt;input type=\\&quot;checkbox\\&quot; name=\\&quot;attachments[7866][rank_math_media_exclude_sitemap]\\&quot;  \\\/&gt; Exclude this attachment from sitemap&lt;\\\/label&gt;&lt;\\\/td&gt;&lt;\\\/tr&gt;\\n\\t\\t&lt;tr class=&#039;compat-field-imagify&#039;&gt;\\t\\t\\t&lt;th scope=&#039;row&#039; class=&#039;label&#039;&gt;&lt;label for=&#039;attachments-7866-imagify&#039;&gt;&lt;span class=&#039;alignleft&#039;&gt;Imagify&lt;\\\/span&gt;&lt;br class=&#039;clear&#039; \\\/&gt;&lt;\\\/label&gt;&lt;\\\/th&gt;\\n\\t\\t\\t&lt;td class=&#039;field&#039;&gt;This media is not supported.&lt;\\\/td&gt;\\n\\t\\t&lt;\\\/tr&gt;\\n&lt;\\\/table&gt;&quot;,&quot;meta&quot;:&quot;&quot;},&quot;acf_errors&quot;:false,&quot;cloud_media&quot;:0,&quot;is_video&quot;:0,&quot;video_url&quot;:&quot;&quot;},&quot;title&quot;:&quot;All-in-One &lt;br&gt;Solution.&quot;,&quot;text&quot;:&quot;We integrate strategy, instructional design, content development, and platform integration into one cohesive digital learning ecosystem.&quot;,&quot;icon&quot;:&quot;&quot;,&quot;openPopupId&quot;:&quot;&quot;}\"><\/div>\n\n\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-group alignfull has-light-gray-background-color has-background is-layout-constrained wp-block-group-is-layout-constrained\"><div class=\"dhsv-contact-banner-block alignnone\">\n    <div class=\"inner\">\n        <div class=\"dhsv-contact-banner-block__content\">\n\n<h2 class=\"wp-block-heading\"><strong>We Are Happy to Advice You! <\/strong><\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Contact us via the form or give us a call \u2013 we\u2019ll provide you with a comprehensive, non-binding consultation<\/p>\n\n\n\n<a href=\"tel:+442039669117\" target=\"\" style=\"text-decoration: none;\">\n  <i class=\"fa fa-phone\"><\/i> &nbsp; +44 203 966 9117\n<\/a>\n<br>\n<a href=\"mailto:hello@mynd.com\" target=\"\" style=\"text-decoration: none;\">\n  <i class=\"fa fa-envelope\"><\/i> &nbsp; hello@mynd.com\n<\/a>\n\n\n\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button is-style-fill\"><a class=\"wp-block-button__link has-blue-green-gradient-background has-background wp-element-button\" href=\"https:\/\/www.mynd.com\/en\/contact\/\">Get in touch<\/a><\/div>\n<\/div>\n\n<\/div>\n        <div class=\"dhsv-contact-banner-block__image\">\n            <img src=https:\/\/www.mynd.com\/wp-content\/uploads\/sales-man-peter.webp alt= loading=\"lazy\" \/>\n        <\/div>\n                    <div class=\"dhsv-contact-banner-block__badge\">\n                <div>\n                    <p>Peter<\/p>\n                    <p>E-learning Expert<\/p>\n                <\/div>\n            <\/div>\n                <div class=\"dhsv-circles\">\n            <span><\/span>\n            <span><\/span>\n            <span><\/span>\n        <\/div>\n    <\/div>\n<\/div>\n\n\n\n<div style=\"height:120px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-group alignfull is-style- has-light-gray-background-color has-background is-layout-constrained wp-container-core-group-is-layout-17079cb7 wp-block-group-is-layout-constrained\">\n<div style=\"height:100px;width:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading has-text-align-center\"><strong>Digital Learning Academy: Frequently Asked Questions<\/strong><\/h2>\n\n\n\n<h3 class=\"wp-block-heading has-text-align-center has-h-4-font-size\">About Digital Learning Academy and how they&#8217;re implemented<\/h3>\n\n\n\n<div style=\"height:50px;width:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n<div class=\"dhsv-akkordeon \" data-props=\"{\n    &quot;background&quot;: &quot;gray-10&quot;,\n    &quot;align&quot;: &quot;wide&quot;,\n    &quot;selected&quot;: -1,\n    &quot;hasAllOpenButton&quot;: false,\n    &quot;onlyOne&quot;: false,\n    &quot;openFirstItem&quot;: false,\n    &quot;isNonExpanding&quot;: false,\n    &quot;openPopupId&quot;: &quot;&quot;\n}\" itemscope itemtype=\"https:\/\/schema.org\/FAQPage\">\n        <div class=\"dhsv-akkordeon--inner gray-10\">\n       <div>\n           \n<div class=\"dhsv-akkordeon--item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\">\n    <button class=\"item-header\">\n        <div class=\"akkordeon-indicator\"><\/div>\n        <p class=\"title\" itemprop=\"name\">\n            What is a Digital Learning Academy? \n        <\/p>\n    <\/button>\n    <div class=\"dhsv-akkordeon--item__body\" style=\"height: 0\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\">\n        <div itemprop=\"text\">\n            \n\n<div class=\"wp-block-group is-layout-constrained wp-block-group-is-layout-constrained\">\n<p class=\"wp-block-paragraph\">A digital learning academy is a centralized online training environment designed to educate employees, partners, or customers. It combines structured learning paths, certification workflows, and scalable content delivery within a branded digital ecosystem.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">It supports both internal workforce development and external partner or customer education.<\/p>\n<\/div>\n\n\n        <\/div>\n    <\/div>\n<\/div>\n\n\n<div class=\"dhsv-akkordeon--item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\">\n    <button class=\"item-header\">\n        <div class=\"akkordeon-indicator\"><\/div>\n        <p class=\"title\" itemprop=\"name\">\n            What is a Digital Learning Academy used for?\n        <\/p>\n    <\/button>\n    <div class=\"dhsv-akkordeon--item__body\" style=\"height: 0\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\">\n        <div itemprop=\"text\">\n            \n\n<div class=\"wp-block-group is-layout-constrained wp-block-group-is-layout-constrained\">\n<p class=\"wp-block-paragraph\">Digital learning academies are used for onboarding, compliance training, product education, leadership development, partner enablement, and customer certification programmes.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">They enable structured skill development, scalable training delivery, and measurable learning outcomes across multiple audiences.<\/p>\n<\/div>\n\n\n        <\/div>\n    <\/div>\n<\/div>\n\n\n<div class=\"dhsv-akkordeon--item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\">\n    <button class=\"item-header\">\n        <div class=\"akkordeon-indicator\"><\/div>\n        <p class=\"title\" itemprop=\"name\">\n            What technical standards and platforms are supported?\n        <\/p>\n    <\/button>\n    <div class=\"dhsv-akkordeon--item__body\" style=\"height: 0\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\">\n        <div itemprop=\"text\">\n            \n\n<div class=\"wp-block-group is-layout-constrained wp-block-group-is-layout-constrained\">\n<p class=\"wp-block-paragraph\">Digital learning academies are built on industry-leading Learning Management Systems (LMS) or Learning Experience Platforms (LXP). Solutions support SCORM- and xAPI-compliant content and can integrate with existing HR, CRM, or enterprise systems.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">They can operate as standalone platforms or integrate into your existing digital infrastructure.<\/p>\n<\/div>\n\n\n        <\/div>\n    <\/div>\n<\/div>\n\n\n<div class=\"dhsv-akkordeon--item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\">\n    <button class=\"item-header\">\n        <div class=\"akkordeon-indicator\"><\/div>\n        <p class=\"title\" itemprop=\"name\">\n            How much does a Digital Learning Academy cost?\n        <\/p>\n    <\/button>\n    <div class=\"dhsv-akkordeon--item__body\" style=\"height: 0\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\">\n        <div itemprop=\"text\">\n            \n\n<div class=\"wp-block-group is-layout-constrained wp-block-group-is-layout-constrained\">\n<p class=\"wp-block-paragraph\">The cost depends on scope, platform selection, content volume, customization level, and integration requirements. After an initial consultation, we provide a transparent fixed-price proposal covering strategy, development, and implementation.<\/p>\n<\/div>\n\n\n        <\/div>\n    <\/div>\n<\/div>\n\n\n<div class=\"dhsv-akkordeon--item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\">\n    <button class=\"item-header\">\n        <div class=\"akkordeon-indicator\"><\/div>\n        <p class=\"title\" itemprop=\"name\">\n            How long does implementation take?\n        <\/p>\n    <\/button>\n    <div class=\"dhsv-akkordeon--item__body\" style=\"height: 0\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\">\n        <div itemprop=\"text\">\n            \n\n<div class=\"wp-block-group is-layout-constrained wp-block-group-is-layout-constrained\">\n<p class=\"wp-block-paragraph\">Implementation timelines vary based on complexity and scale. A standard digital learning academy typically takes 3\u20134 months from strategic planning to go-live.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Each project includes a defined roadmap, milestone tracking, and dedicated project management.<\/p>\n<\/div>\n\n\n        <\/div>\n    <\/div>\n<\/div>\n\n\n       <\/div>\n    <\/div>\n<\/div>\n\n\n\n<div style=\"height:50px;width:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Build Skills and Scale Growth with Your Digital Learning Academy A digital e-learning academy is your key to efficient knowledge building or external knowledge transfer. As a central education platform, it enables flexible and structured learning for both internal and external audiences. This allows you to systematically develop competencies, stay competitive, or even turn your &hellip; <a href=\"https:\/\/www.mynd.com\/en\/e-learning-academy\/\">Continued<\/a><\/p>\n","protected":false},"author":6,"featured_media":8153,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-14482","page","type-page","status-publish","has-post-thumbnail","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/www.mynd.com\/en\/wp-json\/wp\/v2\/pages\/14482","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.mynd.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.mynd.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.mynd.com\/en\/wp-json\/wp\/v2\/users\/6"}],"replies":[{"embeddable":true,"href":"https:\/\/www.mynd.com\/en\/wp-json\/wp\/v2\/comments?post=14482"}],"version-history":[{"count":10,"href":"https:\/\/www.mynd.com\/en\/wp-json\/wp\/v2\/pages\/14482\/revisions"}],"predecessor-version":[{"id":18256,"href":"https:\/\/www.mynd.com\/en\/wp-json\/wp\/v2\/pages\/14482\/revisions\/18256"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.mynd.com\/en\/wp-json\/wp\/v2\/media\/8153"}],"wp:attachment":[{"href":"https:\/\/www.mynd.com\/en\/wp-json\/wp\/v2\/media?parent=14482"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}