{"id":2085,"date":"2024-08-04T15:01:10","date_gmt":"2024-08-04T13:01:10","guid":{"rendered":"https:\/\/eduexpert.eu\/dedykowane-szkolenia-online\/"},"modified":"2026-02-10T11:33:38","modified_gmt":"2026-02-10T10:33:38","slug":"dedicated-online-training","status":"publish","type":"page","link":"https:\/\/eduexpert.eu\/en\/dedicated-online-training\/","title":{"rendered":"Dedicated online training"},"content":{"rendered":"        <section id=\"block-hero\" data-animation=\"block-hero\" class=\"section section-animated block-hero block-hero--variant-1 auto-scroll-hero\">\n                    <div class=\"container mx-auto\">\n                <div class=\"hero\">\n                    <div class=\"flex flex-col gap-4 xl:flex-1 md:w-full xl:w-auto\">\n                                                    <h1 class=\"text-[48px] text-[#3431b7] font-semibold leading-130 md:leading-120 font-new-order\">Dedicated online training<\/h1>\n                                                <div class=\"hero__heading-small\">Effective and engaging learning solutions designed around your company\u2019s goals and challenges. We combine practical knowledge with interactive methods, supporting employee skill development and team effectiveness.<\/div>\n                                            <\/div>\n                    <div class=\"md:w-full md:flex md:justify-center xl:w-[720px] 2xl:w-[800px]\">\n                        <div class=\"object relative max-w-[720px] 2xl:max-w-[800px] disable-animation\">\n                                                                                                                                                                    <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        \n    <\/section>\n\n\n        <section id=\"cutting-edge-highly-effective-learning-technologies-all-in-one-place\" data-animation=\"block-training-types\" class=\"section block-training-types section-animated section-name--cutting-edge-highly-effective-learning-technologies-all-in-one-place\" data-post-id=\"2085\">\n        <div class=\"container mx-auto\">\n                            <div class=\"heading heading--lg heading--center animate-init fade mb-8  heading--text-lg\">\n                <div class=\"heading__sub\">\n                    Forms of custom-designed Training\n                <\/div><h2 class=\"heading__main\"> Cutting-edge, highly effective learning technologies\u2014all in one place<\/h2><\/div>                        \n            <div class=\"training-types-grid\">\n                                                        <div class=\"training-type-item animate-init fade\" \n                         style=\"transition-delay: 200ms\"\n                         data-item-index=\"0\">\n                        <button class=\"training-type-button\" type=\"button\">\n                            <span class=\"training-type-name\">AR<\/span>\n                                                                                <\/button>\n                    <\/div>\n                                                        <div class=\"training-type-item animate-init fade\" \n                         style=\"transition-delay: 250ms\"\n                         data-item-index=\"1\">\n                        <button class=\"training-type-button\" type=\"button\">\n                            <span class=\"training-type-name\">E-learning<\/span>\n                                                                                <\/button>\n                    <\/div>\n                                                        <div class=\"training-type-item animate-init fade\" \n                         style=\"transition-delay: 300ms\"\n                         data-item-index=\"2\">\n                        <button class=\"training-type-button\" type=\"button\">\n                            <span class=\"training-type-name\">Interactive<\/span>\n                                                                                <\/button>\n                    <\/div>\n                                                        <div class=\"training-type-item animate-init fade\" \n                         style=\"transition-delay: 350ms\"\n                         data-item-index=\"3\">\n                        <button class=\"training-type-button\" type=\"button\">\n                            <span class=\"training-type-name\">Simulations<\/span>\n                                                                                <\/button>\n                    <\/div>\n                                                        <div class=\"training-type-item animate-init fade\" \n                         style=\"transition-delay: 400ms\"\n                         data-item-index=\"4\">\n                        <button class=\"training-type-button\" type=\"button\">\n                            <span class=\"training-type-name\">VR<\/span>\n                                                                                <\/button>\n                    <\/div>\n                                                        <div class=\"training-type-item animate-init fade\" \n                         style=\"transition-delay: 450ms\"\n                         data-item-index=\"5\">\n                        <button class=\"training-type-button\" type=\"button\">\n                            <span class=\"training-type-name\">Webinars<\/span>\n                                                                                <\/button>\n                    <\/div>\n                            <\/div>\n        <\/div>\n    <\/section>\n\n    <div id=\"training-type-modal\" class=\"training-type-modal\" role=\"dialog\" aria-labelledby=\"modal-title\" aria-hidden=\"true\">\n        <div class=\"training-type-modal-overlay\"><\/div>\n        <div class=\"training-type-modal-content\">\n            <button class=\"training-type-modal-close\" type=\"button\" aria-label=\"Zamknij modal\">\n                <span class=\"icon-close\"><\/span>\n            <\/button>\n            <div class=\"training-type-modal-body\">\n                <h2 id=\"modal-title\" class=\"training-type-modal-title\"><\/h2>\n                <div class=\"training-type-modal-description\"><\/div>\n                <div class=\"training-type-modal-trainings\">\n                    <h3 class=\"training-type-modal-trainings-title\">Przyk\u0142adowe realizacje:<\/h3>\n                    <div class=\"training-type-modal-trainings-list\"><\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <script>\n    (function() {\n        function initTrainingTypesModal() {\n            const modal = document.getElementById('training-type-modal');\n            if (!modal) {\n                return;\n            }\n\n            if (modal.dataset.initialized === 'true') {\n                return;\n            }\n            modal.dataset.initialized = 'true';\n\n            const modalOverlay = modal.querySelector('.training-type-modal-overlay');\n            const modalClose = modal.querySelector('.training-type-modal-close');\n            const modalTitle = modal.querySelector('#modal-title');\n            const modalDescription = modal.querySelector('.training-type-modal-description');\n            const modalTrainingsList = modal.querySelector('.training-type-modal-trainings-list');\n            const modalTrainingsSection = modal.querySelector('.training-type-modal-trainings');\n\n            if (!modalOverlay || !modalClose || !modalTitle || !modalDescription || !modalTrainingsList || !modalTrainingsSection) {\n                console.error('Modal elements not found');\n                return;\n            }\n\n            const blockContainer = document.querySelector('.block-training-types');\n            const postId = blockContainer ? blockContainer.getAttribute('data-post-id') : null;\n            \n            if (!postId) {\n                console.error('Post ID not found');\n                return;\n            }\n\n            const apiUrl = \"https:\\\/\\\/eduexpert.eu\\\/en\\\/wp-json\\\/eduexpert\\\/v1\\\/training-types\\\/\" + postId;\n            let trainingTypesData = {};\n\n            function loadTrainingTypesData() {\n                return fetch(apiUrl)\n                    .then(response => {\n                        if (!response.ok) {\n                            return response.json().then(err => {\n                                throw new Error(err.message || 'Network response was not ok');\n                            }).catch(() => {\n                                throw new Error('Network response was not ok: ' + response.status);\n                            });\n                        }\n                        return response.json();\n                    })\n                    .then(data => {\n                        trainingTypesData = data;\n                        window.trainingTypesModal.trainingTypesData = data;\n                        return data;\n                    })\n                    .catch(error => {\n                        console.error('Error loading training types data:', error, 'URL:', apiUrl);\n                        return {};\n                    });\n            }\n\n            window.trainingTypesModal = {\n                modal: modal,\n                modalTitle: modalTitle,\n                modalDescription: modalDescription,\n                modalTrainingsList: modalTrainingsList,\n                modalTrainingsSection: modalTrainingsSection,\n                trainingTypesData: trainingTypesData,\n                loadData: loadTrainingTypesData,\n                \n                openModal: function(itemIndex) {\n                    if (!this.trainingTypesData || Object.keys(this.trainingTypesData).length === 0) {\n                        if (this._loadingData) {\n                            console.warn('Data is already loading, please wait...');\n                            return;\n                        }\n                        this._loadingData = true;\n                        this.loadData().then(() => {\n                            this._loadingData = false;\n                            this.openModal(itemIndex);\n                        }).catch(() => {\n                            this._loadingData = false;\n                            console.error('Failed to load data');\n                        });\n                        return;\n                    }\n                    \n                    const itemData = this.trainingTypesData[itemIndex];\n                    if (!itemData) {\n                        console.error('Item data not found for index:', itemIndex);\n                        return;\n                    }\n\n                    this.modalTitle.textContent = itemData.name || '';\n                    this.modalDescription.innerHTML = itemData.description || '';\n                    \n                    this.modalTrainingsList.innerHTML = '';\n\n                    if (!itemData.realisations || itemData.realisations.length === 0) {\n                        this.modalTrainingsSection.style.display = 'none';\n                        this.modal.classList.add('is-active');\n                        document.body.style.overflow = 'hidden';\n                        return;\n                    }\n\n                    this.modalTrainingsSection.style.display = 'block';\n                    \n                    itemData.realisations.forEach(function(realisation) {\n                        const realisationItem = document.createElement('div');\n                        realisationItem.className = 'training-item';\n                        const imageHtml = realisation.image ? `<span class=\"training-item-image\"><img decoding=\"async\" src=\"${realisation.image}\" alt=\"${realisation.title}\" \/><\/span>` : '';\n                        realisationItem.innerHTML = `\n                            <a href=\"${realisation.link}\" class=\"training-item-link\">\n                                ${imageHtml}\n                                <span class=\"training-item-title\">${realisation.title}<\/span>\n                            <\/a>\n                        `;\n                        window.trainingTypesModal.modalTrainingsList.appendChild(realisationItem);\n                    });\n                    \n                    this.modalTrainingsList.style.display = 'flex';\n                    this.modal.classList.add('is-active');\n                    document.body.style.overflow = 'hidden';\n                },\n                \n                closeModal: function() {\n                    this.modal.classList.remove('is-active');\n                    document.body.style.overflow = '';\n                }\n            };\n\n            modalClose.addEventListener('click', function() {\n                window.trainingTypesModal.closeModal();\n            });\n            modalOverlay.addEventListener('click', function() {\n                window.trainingTypesModal.closeModal();\n            });\n\n            document.addEventListener('keydown', function(e) {\n                if (e.key === 'Escape' && window.trainingTypesModal && window.trainingTypesModal.modal.classList.contains('is-active')) {\n                    window.trainingTypesModal.closeModal();\n                }\n            });\n            \n            window.trainingTypesModal.loadData();\n        }\n\n        if (document.readyState === 'loading') {\n            document.addEventListener('DOMContentLoaded', initTrainingTypesModal);\n        } else {\n            initTrainingTypesModal();\n        }\n\n        document.addEventListener('click', function(e) {\n            const button = e.target.closest('.training-type-button');\n            if (button) {\n                e.preventDefault();\n                e.stopPropagation();\n                const item = button.closest('.training-type-item');\n                if (!item) {\n                    console.error('Training type item not found');\n                    return;\n                }\n                if (!window.trainingTypesModal) {\n                    console.error('Training types modal not initialized');\n                    return;\n                }\n                const itemIndex = parseInt(item.getAttribute('data-item-index') || '0', 10);\n                window.trainingTypesModal.openModal(itemIndex);\n            }\n        });\n    })();\n    <\/script>\n\n    <style>\n    .training-types-grid {\n        display: grid;\n        grid-template-columns: 1fr;\n        gap: 1.5rem;\n        margin-top: 2rem;\n    }\n\n    @media (min-width: 768px) {\n        .training-types-grid {\n            grid-template-columns: repeat(2, 1fr);\n        }\n    }\n\n    @media (min-width: 1024px) {\n        .training-types-grid {\n            grid-template-columns: repeat(3, 1fr);\n        }\n    }\n\n    .training-type-item {\n        width: 100%;\n    }\n\n    .training-type-button {\n        width: 100%;\n        height: 100%;\n        padding: 1.5rem;\n        background: #fff;\n        border: 2px solid #e5e7eb;\n        border-radius: 0.75rem;\n        text-align: left;\n        cursor: pointer;\n        transition: all 0.3s ease;\n        display: flex;\n        flex-direction: column;\n        gap: 0.5rem;\n    }\n\n    .training-type-button:hover {\n        border-color: #3b82f6;\n        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);\n        transform: translateY(-2px);\n    }\n\n    .training-type-name {\n        font-size: 1.25rem;\n        font-weight: 600;\n        color: #1f2937;\n        text-align: center;\n    }\n\n    .training-type-description-preview {\n        font-size: 0.875rem;\n        color: #6b7280;\n        line-height: 1.5;\n    }\n\n    .training-type-count {\n        font-size: 0.875rem;\n        color: #3b82f6;\n        font-weight: 500;\n        margin-top: auto;\n    }\n\n    .training-type-modal {\n        display: none;\n        position: fixed;\n        top: 0;\n        left: 0;\n        width: 100%;\n        height: 100%;\n        z-index: 9999;\n    }\n\n    .training-type-modal.is-active {\n        display: flex;\n        align-items: center;\n        justify-content: center;\n    }\n\n    .training-type-modal-overlay {\n        position: absolute;\n        top: 0;\n        left: 0;\n        width: 100%;\n        height: 100%;\n        background: rgba(0, 0, 0, 0.75);\n        backdrop-filter: blur(4px);\n    }\n\n    .training-type-modal-content {\n        position: relative;\n        background: #fff;\n        border-radius: 1rem;\n        max-width: 800px;\n        width: 90%;\n        max-height: 90vh;\n        overflow-y: auto;\n        z-index: 10000;\n        box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);\n    }\n\n    .training-type-modal-close {\n        position: absolute;\n        top: 1rem;\n        right: 1rem;\n        width: 2.5rem;\n        height: 2.5rem;\n        border: none;\n        background: #f3f4f6;\n        border-radius: 50%;\n        cursor: pointer;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        z-index: 10001;\n        transition: background 0.2s ease;\n    }\n\n    .training-type-modal-close:hover {\n        background: #e5e7eb;\n    }\n\n    .training-type-modal-body {\n        padding: 2.5rem;\n    }\n\n    .training-type-modal-title {\n        font-size: 2rem;\n        font-weight: 700;\n        color: #1f2937;\n        margin-bottom: 1rem;\n        padding-right: 3rem;\n    }\n\n    .training-type-modal-description {\n        font-size: 1rem;\n        line-height: 1.6;\n        color: #4b5563;\n        margin-bottom: 2rem;\n    }\n\n    .training-type-modal-trainings {\n        margin-top: 2rem;\n        padding-top: 2rem;\n        border-top: 1px solid #e5e7eb;\n    }\n\n    .training-type-modal-trainings-title {\n        font-size: 1.25rem;\n        font-weight: 600;\n        color: #1f2937;\n        margin-bottom: 1rem;\n    }\n\n    .training-type-modal-trainings-list {\n        display: flex;\n        flex-direction: column;\n        gap: 1rem;\n    }\n\n    .training-item {\n        padding: 1rem;\n        background: #f9fafb;\n        border-radius: 0.5rem;\n        transition: background 0.2s ease;\n    }\n\n    .training-item:hover {\n        background: #f3f4f6;\n    }\n\n    .training-item-link {\n        display: flex;\n        align-items: center;\n        gap: 1rem;\n        text-decoration: none;\n        color: inherit;\n    }\n\n    .training-item-title {\n        font-size: 1.125rem;\n        font-weight: 600;\n        color: #1f2937;\n    }\n\n    .training-item-image {\n        display: block;\n        width: 186px;\n        min-width: 186px;\n        height: 100px;\n\n        img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n            object-position: center;\n            border-radius: 0.5rem;\n        }\n    }\n\n    .training-item-excerpt {\n        font-size: 0.875rem;\n        color: #6b7280;\n        line-height: 1.5;\n        margin: 0;\n    }\n\n    @media (max-width: 768px) {\n        .training-type-modal-content {\n            width: 95%;\n            max-height: 95vh;\n        }\n\n        .training-type-modal-body {\n            padding: 1.5rem;\n        }\n\n        .training-type-modal-title {\n            font-size: 1.5rem;\n        }\n    }\n    <\/style>\n\n\n\n        <section id=\"high-quality-educational-and-training-materials\" data-animation=\"block-content\" class=\"section block-content section-animated section-name--high-quality-educational-and-training-materials block-content--style-1\">\n        <div class=\"container mx-auto\">\n                        <div class=\"block-wrap\">\n                <div class=\"content animate-init fade order-2\">\n                                            <div class=\"heading heading--sm heading--left   heading--text-lg\"><h2 class=\"heading__main\"> <span>High-Quality <\/span> educational and training materials<\/h2><\/div>                                                            <div class=\"content-editor content-editor--last-p-no-margin\">\n                        <p>We combine expert knowledge with innovative, multimedia presentation. Using the latest technologies, we tailor the format, language, visual style, and type of course to maximize learning effectiveness. Our trainings are engaging, impactful, and fully customized to your unique needs.<\/p>\n                    <\/div>\n                                                        <\/div>\n                                    <div class=\"lg:flex-1 w-full h-auto animate-init from-left  order-1\">\n                        <div class=\"image-wrap\">\n                            <img decoding=\"async\" width=\"1460\" height=\"1105\" src=\"https:\/\/eduexpert.eu\/wp-content\/uploads\/wwwNA-ZAMOWIENIE_6.png\" class=\"w-full object-cover rounded-2xl\" alt=\"\" style=\"object-position: 50% 50%;\" loading=\"lazy\" srcset=\"https:\/\/eduexpert.eu\/wp-content\/uploads\/wwwNA-ZAMOWIENIE_6.png 1460w, https:\/\/eduexpert.eu\/wp-content\/uploads\/wwwNA-ZAMOWIENIE_6-300x227.png 300w, https:\/\/eduexpert.eu\/wp-content\/uploads\/wwwNA-ZAMOWIENIE_6-1024x775.png 1024w, https:\/\/eduexpert.eu\/wp-content\/uploads\/wwwNA-ZAMOWIENIE_6-768x581.png 768w\" sizes=\"auto, (max-width: 1460px) 100vw, 1460px\" \/>                        <\/div>\n                    <\/div>\n                            <\/div>\n                                <\/div>\n            <\/section>\n    \n\n        <section id=\"extensive-experience-in-educational-content-production\" data-animation=\"block-content\" class=\"section block-content section-animated section-name--extensive-experience-in-educational-content-production block-content--style-2\">\n        <div class=\"container mx-auto\">\n                        <div class=\"block-wrap\">\n                <div class=\"content animate-init fade order-2 lg:order-1\">\n                                            <div class=\"heading heading--sm heading--left   heading--text-lg\"><h2 class=\"heading__main\"> <span>Extensive experience<\/span><br \/> in educational content production<\/h2><\/div>                                                            <div class=\"content-editor content-editor--last-p-no-margin\">\n                        <p>We create educational content in a wide range of formats, including:<\/p>\n<ul>\n<li>SCORM trainings, screen-based and video courses<\/li>\n<li>Educational games and serious games in VR<\/li>\n<li>Simulations and simulators<\/li>\n<li>Decision-making presentations<\/li>\n<li>3D models and 2D\/3D animations<\/li>\n<li>360\u00b0 presentations and virtual tours<\/li>\n<\/ul>\n                    <\/div>\n                                                        <\/div>\n                                    <div class=\"lg:flex-1 w-full h-auto animate-init 2xl:max-w-[38.56%] from-right  order-2\">\n                        <div class=\"image-wrap\">\n                            <img decoding=\"async\" width=\"1459\" height=\"1106\" src=\"https:\/\/eduexpert.eu\/wp-content\/uploads\/wwwNA-ZAMOWIENIE_2.png\" class=\"w-full object-cover rounded-2xl\" alt=\"\" style=\"object-position: 50% 50%;\" loading=\"lazy\" srcset=\"https:\/\/eduexpert.eu\/wp-content\/uploads\/wwwNA-ZAMOWIENIE_2.png 1459w, https:\/\/eduexpert.eu\/wp-content\/uploads\/wwwNA-ZAMOWIENIE_2-300x227.png 300w, https:\/\/eduexpert.eu\/wp-content\/uploads\/wwwNA-ZAMOWIENIE_2-1024x776.png 1024w, https:\/\/eduexpert.eu\/wp-content\/uploads\/wwwNA-ZAMOWIENIE_2-768x582.png 768w\" sizes=\"auto, (max-width: 1459px) 100vw, 1459px\" \/>                        <\/div>\n                    <\/div>\n                            <\/div>\n                                <\/div>\n            <\/section>\n    \n\n\n\n        <section id=\"wide-applications-of-dedicated-nnline-training\" data-animation=\"block-content\" class=\"section block-content section-animated section-name--wide-applications-of-dedicated-nnline-training\">\n        <div class=\"container mx-auto\">\n                        <div class=\"block-wrap\">\n                <div class=\"content animate-init fade order-2 lg:order-1\">\n                                            <div class=\"heading heading--sm heading--left   heading--text-lg\"><h2 class=\"heading__main\"> <span>Wide applications<\/span> of dedicated nnline training<\/h2><\/div>                                                            <div class=\"content-editor content-editor--last-p-no-margin\">\n                        <p>Custom online trainings can be integrated with the LMS platform and other <span class=\"whitespace-nowrap\">e-learning<\/span> products, creating a complete educational ecosystem. This ensures a seamless and integrated development path.<\/p>\n                    <\/div>\n                                                        <\/div>\n                                    <div class=\"lg:flex-1 w-full h-auto animate-init from-right  order-2 lg:order-2\">\n                        <div class=\"chips\">\n                                                            <div class=\"chip\">Product training for sales teams<\/div>\n                                                            <div class=\"chip\">Educational materials for clients<\/div>\n                                                            <div class=\"chip\">Compliance<\/div>\n                                                            <div class=\"chip\">Soft skills<\/div>\n                                                            <div class=\"chip\">Software and application training<\/div>\n                                                            <div class=\"chip\">Health &amp; Safety and fire safety training<\/div>\n                                                            <div class=\"chip\">Law regulations<\/div>\n                                                            <div class=\"chip\">Machinery and equipment handling<\/div>\n                                                            <div class=\"chip\">Knowledge development for distributed teams<\/div>\n                                                            <div class=\"chip\">Sales skills<\/div>\n                                                            <div class=\"chip\">Cybersecurity<\/div>\n                                                    <\/div>\n                    <\/div>\n                            <\/div>\n                                <\/div>\n            <\/section>\n    \n\n<section id=\"convenient-and-effective-tool\" data-animation=\"block-offer\" class=\"container mx-auto section section-animated block-offer \">\n\n            <div class=\"heading heading--sm heading--center animate-init fade delay-100  heading--text-lg\">\n                <div class=\"heading__sub\">\n                    System\n                <\/div><h2 class=\"heading__main\"> Convenient and effective tool<\/h2><\/div>        <div class=\"block-offer__grid\">\n                    <div class=\"card animate-init fade delay-[300ms]\">\n                <div class=\"flex items-center gap-4\">\n                    <div class=\"animated-icon animated-icon--icon_1\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"48\" height=\"48\" viewBox=\"0 0 48 48\" fill=\"none\"><path d=\"M40 32L24 40L8 32L24 24L40 32Z\" fill=\"currentColor\"\/><\/svg><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"48\" height=\"48\" viewBox=\"0 0 48 48\" fill=\"none\"><path d=\"M40 16L24 24L8 16L24 8L40 16Z\" fill=\"currentColor\"\/><\/svg>                    <\/div>\n                    <div class=\"text-lg font-semibold font-new-order leading-140 pt-2\">LearnWay LMS System<\/div>\n                <\/div>\n                <div class=\"block-offer__content\"><p>A ready-to-use, stable, and convenient system for managing learning, knowledge, and training.<\/p>\n<\/div>\n                                    <a href=\"https:\/\/eduexpert.eu\/platforma-lms-learnway\/\" class=\"btn-tertiary mt-auto\">See more<\/a>\n                            <\/div>\n                    <div class=\"card animate-init fade delay-[400ms]\">\n                <div class=\"flex items-center gap-4\">\n                    <div class=\"animated-icon animated-icon--icon_2\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"48\" height=\"48\" viewBox=\"0 0 48 48\" fill=\"none\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8 8V23.9744L24 8L40 23.9744V8H24H8ZM8 39.9998H24L40 24.0254H24V39.9998L8 24.0254V39.9998Z\" fill=\"currentColor\"\/><\/svg><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"48\" height=\"48\" viewBox=\"0 0 48 48\" fill=\"none\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8.00049 7.98633L8.00049 23.9863L24.0005 8.01193L40.0005 23.9863V8.01193H24.0005L8.00049 7.98633ZM40.0005 40.0117V24.0373L24.0005 40.0117H40.0005ZM8 24.0373L8 40.0117H24L8 24.0373Z\" fill=\"currentColor\"\/><\/svg><svg width=\"48\" height=\"48\" viewBox=\"0 0 48 48\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M33.6465 24C28.3257 24 24.0127 28.313 24.0127 33.6338C24.0127 28.313 19.6996 24 14.3789 24C19.6996 24 24.0127 19.687 24.0127 14.3662C24.0127 19.687 28.3257 24 33.6465 24Z\" fill=\"currentColor\"\/><\/svg>                    <\/div>\n                    <div class=\"text-lg font-semibold font-new-order leading-140 pt-2\">Dedicated <span class=\"whitespace-nowrap\">e-learning<\/span> systems<\/div>\n                <\/div>\n                <div class=\"block-offer__content\"><p>Flexible <span class=\"whitespace-nowrap\">e-learning<\/span> solutions designed to meet your company\u2019s needs.<\/p>\n<\/div>\n                                    <a href=\"https:\/\/eduexpert.eu\/dedykowane-platformy-e-learningowe\/\" class=\"btn-tertiary mt-auto\">See more<\/a>\n                            <\/div>\n            <\/div>\n<\/section>\n\n\n\n<div class=\"schedule-demo-form\">\n<div class=\"schedule-demo-form__heading\">\n<h2>Schedule a presentation or request trial access today!<\/h2>\n<p>Make a decision that will lead to real success.<\/p>\n<\/div>\n<div class='fluentform ff-default fluentform_wrapper_19 ffs_default_wrap'><form data-form_id=\"19\" id=\"fluentform_19\" class=\"frm-fluent-form fluent_form_19 ff-el-form-top ff_form_instance_19_1 ff-form-loading ff_has_v3_recptcha ffs_default\" data-form_instance=\"ff_form_instance_19_1\" method=\"POST\" data-recptcha_key=\"6Ld9XuQqAAAAACsZOL7J6ek-qMmll-8XNOJZDMD7\" ><fieldset  style=\"border: none!important;margin: 0!important;padding: 0!important;background-color: transparent!important;box-shadow: none!important;outline: none!important; min-inline-size: 100%;\">\n                    <legend class=\"ff_screen_reader_title\" style=\"display: block; margin: 0!important;padding: 0!important;height: 0!important;text-indent: -999999px;width: 0!important;overflow:hidden;\">Um\u00f3w si\u0119 na prezentacj\u0119 EN<\/legend><input type='hidden' name='__fluent_form_embded_post_id' value='2085' \/><input type=\"hidden\" id=\"_fluentform_19_fluentformnonce\" name=\"_fluentform_19_fluentformnonce\" value=\"7951e20f36\" \/><input type=\"hidden\" name=\"_wp_http_referer\" value=\"\/en\/wp-json\/wp\/v2\/pages\/2085\" \/><div data-name=\"ff_cn_id_1\"  class='ff-t-container ff-column-container ff_columns_total_2 '><div class='ff-t-cell ff-t-column-1' style='flex-basis: 50%;'><div data-type=\"name-element\" data-name=\"names\" class=\" ff-field_container ff-name-field-wrapper\" ><div class='ff-t-container'><div class='ff-t-cell '><div class='ff-el-group ff-el-form-top'><div class=\"ff-el-input--label ff-el-is-required asterisk-right\"><label for='ff_19_names_first_name_' id='label_ff_19_names_first_name_' >Imi\u0119<\/label><\/div><div class='ff-el-input--content'><input type=\"text\" name=\"names[first_name]\" id=\"ff_19_names_first_name_\" class=\"ff-el-form-control\" placeholder=\"Imi\u0119\" aria-invalid=\"false\" aria-required=true><\/div><\/div><\/div><\/div><\/div><\/div><div class='ff-t-cell ff-t-column-2' style='flex-basis: 50%;'><div class='ff-el-group'><div class=\"ff-el-input--label ff-el-is-required asterisk-right\"><label for='ff_19_email' id='label_ff_19_email' aria-label=\"Adres e-mail\">Adres e-mail<\/label><\/div><div class='ff-el-input--content'><input type=\"email\" name=\"email\" id=\"ff_19_email\" class=\"ff-el-form-control\" placeholder=\"Adres e-mail\" data-name=\"email\"  aria-invalid=\"false\" aria-required=true><\/div><\/div><\/div><\/div>            <style>\n                .fcal_phone_wrapper .flag {\n                    background: url(https:\/\/eduexpert.eu\/wp-content\/plugins\/fluent-booking\/assets\/images\/flags_responsive.png) no-repeat;\n                    background-size: 100%;\n                }\n            <\/style>\n            <div class='ff-el-group'><div class=\"ff-el-input--label ff-el-is-required asterisk-right\"><label for='ff_19_fcal_booking' id='label_ff_19_fcal_booking' aria-label=\"Wybierz termin spotkania\">Wybierz termin spotkania<\/label><\/div><div class='ff-el-input--content'><div class=\"fcal_cal_wrap\"><div class=\"fluentform_calendar_app fcal_not_showing_host\" data-element_id=\"ff_19_fcal_booking\"><\/div><\/div><\/div><\/div><div data-name=\"ff_cn_id_2\"  class='ff-t-container ff-column-container ff_columns_total_1 rules-container'><div class='ff-t-cell ff-t-column-1' style='flex-basis: 100%;'><div class='ff-el-group    ff-el-input--content'><div class='ff-el-form-check ff-el-tc'><label aria-label='Terms and Conditions: Klikaj\u0105c poni\u017cszy przycisk wyra\u017cam zgod\u0119 na przetwarzanie moich danych osobowych przez Eduexpert Sp. z o.o. w celu odpowiedzi na zapytanie zgodnie z Regulaminem i Polityk\u0105 prywatno\u015bci. Contains 2 links. Use tab navigation to review.' class='ff-el-form-check-label ff_tc_label' for=terms-n-condition_41932bf9cd562da7a6a44d50f61d6533><span class='ff_tc_checkbox'><input type=\"checkbox\" name=\"terms-n-condition\" class=\"ff-el-form-check-input\" data-name=\"terms-n-condition\" id=\"terms-n-condition_41932bf9cd562da7a6a44d50f61d6533\"  value='on' aria-invalid='false' aria-required=true><\/span> <div class='ff_t_c'><p>Klikaj\u0105c poni\u017cszy przycisk wyra\u017cam zgod\u0119 na przetwarzanie moich danych osobowych przez Eduexpert Sp. z o.o. w celu odpowiedzi na zapytanie zgodnie z <a href=\"\/regulamin\/\">Regulaminem<\/a> i <a href=\"\/polityka-prywatnosci\">Polityk\u0105 prywatno\u015bci<\/a>.<\/p><\/div><\/label><\/div><\/div><div class='ff-el-group    ff-el-input--content'><div class='ff-el-form-check ff-el-tc'><label aria-label='Terms and Conditions: Wyra\u017cam zgod\u0119 na otrzymywanie informacji marketingowych zgodnie z Regulaminem i Polityk\u0105 prywatno\u015bci. (Opcjonalnie) Contains 2 links. Use tab navigation to review.' class='ff-el-form-check-label ff_tc_label' for=terms-n-condition_1_8707056526eb9219cbacc5013e377ca6><span class='ff_tc_checkbox'><input type=\"checkbox\" name=\"terms-n-condition_1\" class=\"ff-el-form-check-input\" data-name=\"terms-n-condition_1\" id=\"terms-n-condition_1_8707056526eb9219cbacc5013e377ca6\"  value='on' aria-invalid='false' aria-required=false><\/span> <div class='ff_t_c'><p>Wyra\u017cam zgod\u0119 na otrzymywanie informacji marketingowych zgodnie z <a href=\"\/regulamin\/\">Regulaminem<\/a> i <a href=\"\/polityka-prywatnosci\/\">Polityk\u0105 prywatno\u015bci<\/a>. (Opcjonalnie)<\/p><\/div><\/label><\/div><\/div><\/div><\/div><div class='ff-el-group ff-text-left ff_submit_btn_wrapper'><button type=\"submit\" class=\"ff-btn ff-btn-submit ff-btn-md ff_btn_style\"  aria-label=\"Zapisz\">Zapisz<\/button><\/div><\/fieldset><\/form><div id='fluentform_19_errors' class='ff-errors-in-stack ff_form_instance_19_1 ff-form-loading_errors ff_form_instance_19_1_errors'><\/div><\/div>            <script type=\"text\/javascript\">\n                window.fluent_form_ff_form_instance_19_1 = {\"id\":\"19\",\"settings\":{\"layout\":{\"labelPlacement\":\"top\",\"asteriskPlacement\":\"asterisk-right\",\"helpMessagePlacement\":\"with_label\",\"errorMessagePlacement\":\"inline\",\"cssClassName\":\"\"},\"restrictions\":{\"denyEmptySubmission\":{\"enabled\":false}}},\"form_instance\":\"ff_form_instance_19_1\",\"form_id_selector\":\"fluentform_19\",\"rules\":{\"names[first_name]\":{\"required\":{\"value\":true,\"message\":\"To pole jest wymagane\",\"global_message\":\"To pole jest wymagane\",\"global\":true}},\"names[middle_name]\":{\"required\":{\"value\":false,\"message\":\"To pole jest wymagane\",\"global_message\":\"To pole jest wymagane\",\"global\":true}},\"names[last_name]\":{\"required\":{\"value\":false,\"message\":\"To pole jest wymagane\",\"global_message\":\"To pole jest wymagane\",\"global\":true}},\"email\":{\"required\":{\"value\":true,\"message\":\"To pole jest wymagane\",\"global_message\":\"To pole jest wymagane\",\"global\":true},\"email\":{\"value\":true,\"message\":\"Prosz\\u0119 poda\\u0107 prawid\\u0142owy adres e-mail\",\"global_message\":\"Prosz\\u0119 poda\\u0107 prawid\\u0142owy adres e-mail\",\"global\":true}},\"fcal_booking\":{\"required\":{\"value\":true,\"message\":\"Termin spotkania jest obowi\\u0105zkowy\",\"global\":false,\"global_message\":\"To pole jest wymagane\"}},\"terms-n-condition\":{\"required\":{\"value\":true,\"message\":\"To pole jest wymagane\",\"global_message\":\"To pole jest wymagane\",\"global\":true}},\"terms-n-condition_1\":{\"required\":{\"value\":false,\"message\":\"To pole jest wymagane\",\"global_message\":\"To pole jest wymagane\",\"global\":true}},\"g-recaptcha-response\":[]},\"debounce_time\":300};\n                            <\/script>\n            \n<\/div>\n\n\n\n\n\n<h1 class=\"wp-block-heading has-text-align-center\"><strong>Grow with us <\/strong><\/h1>\n\n\n\n    <div data-animation=\"block-client-slide\" class=\"section section-animated container mx-auto\">\n        <!-- Top row - from right to left -->\n                    <div class=\"client-slide client-slide--top\">\n                <div class=\"carousel\">\n                    <div class=\"item\"><img decoding=\"async\" loading=\"eager\" data-no-lazy=\"1\" class=\"skip-lazy no-lazyload\" src=\"https:\/\/eduexpert.eu\/wp-content\/uploads\/Suzuki_Motor_Corporation_logo-1.png\" alt=\"\" \/><\/div><div class=\"item\"><img decoding=\"async\" loading=\"eager\" data-no-lazy=\"1\" class=\"skip-lazy no-lazyload\" src=\"https:\/\/eduexpert.eu\/wp-content\/uploads\/Component-38-\u2013-1.png\" alt=\"\" \/><\/div><div class=\"item\"><img decoding=\"async\" loading=\"eager\" data-no-lazy=\"1\" class=\"skip-lazy no-lazyload\" src=\"https:\/\/eduexpert.eu\/wp-content\/uploads\/image-36.png\" alt=\"\" \/><\/div><div class=\"item\"><img decoding=\"async\" loading=\"eager\" data-no-lazy=\"1\" class=\"skip-lazy no-lazyload\" src=\"https:\/\/eduexpert.eu\/wp-content\/uploads\/politechnikalodzka.svg\" alt=\"\" \/><\/div><div class=\"item\"><img decoding=\"async\" loading=\"eager\" data-no-lazy=\"1\" class=\"skip-lazy no-lazyload\" src=\"https:\/\/eduexpert.eu\/wp-content\/uploads\/DPD_logo_redgrad_rgb_responsive.svg\" alt=\"\" \/><\/div><div class=\"item\"><img decoding=\"async\" loading=\"eager\" data-no-lazy=\"1\" class=\"skip-lazy no-lazyload\" src=\"https:\/\/eduexpert.eu\/wp-content\/uploads\/lot.svg\" alt=\"\" \/><\/div><div class=\"item\"><img decoding=\"async\" loading=\"eager\" data-no-lazy=\"1\" class=\"skip-lazy no-lazyload\" src=\"https:\/\/eduexpert.eu\/wp-content\/uploads\/pp-logo-svg.svg\" alt=\"\" \/><\/div><div class=\"item\"><img decoding=\"async\" loading=\"eager\" data-no-lazy=\"1\" class=\"skip-lazy no-lazyload\" src=\"https:\/\/eduexpert.eu\/wp-content\/uploads\/swps.svg\" alt=\"\" \/><\/div><div class=\"item\"><img decoding=\"async\" loading=\"eager\" data-no-lazy=\"1\" class=\"skip-lazy no-lazyload\" src=\"https:\/\/eduexpert.eu\/wp-content\/uploads\/Pepco_logo-1.svg\" alt=\"\" \/><\/div><div class=\"item\"><img decoding=\"async\" loading=\"eager\" data-no-lazy=\"1\" class=\"skip-lazy no-lazyload\" src=\"https:\/\/eduexpert.eu\/wp-content\/uploads\/neucaf-1.png\" alt=\"\" \/><\/div><div class=\"item\"><img decoding=\"async\" loading=\"eager\" data-no-lazy=\"1\" class=\"skip-lazy no-lazyload\" src=\"https:\/\/eduexpert.eu\/wp-content\/uploads\/Component-35-\u2013-1.png\" alt=\"\" \/><\/div><div class=\"item\"><img decoding=\"async\" loading=\"eager\" data-no-lazy=\"1\" class=\"skip-lazy no-lazyload\" src=\"https:\/\/eduexpert.eu\/wp-content\/uploads\/image-44.png\" alt=\"\" \/><\/div><div class=\"item\"><img decoding=\"async\" loading=\"eager\" data-no-lazy=\"1\" class=\"skip-lazy no-lazyload\" src=\"https:\/\/eduexpert.eu\/wp-content\/uploads\/image-35.png\" alt=\"\" \/><\/div><div class=\"item\"><img decoding=\"async\" loading=\"eager\" data-no-lazy=\"1\" class=\"skip-lazy no-lazyload\" src=\"https:\/\/eduexpert.eu\/wp-content\/uploads\/Component-34-\u2013-1.png\" alt=\"\" \/><\/div><div class=\"item\"><img decoding=\"async\" loading=\"eager\" data-no-lazy=\"1\" class=\"skip-lazy no-lazyload\" src=\"https:\/\/eduexpert.eu\/wp-content\/uploads\/Component-37-\u2013-1.png\" alt=\"\" \/><\/div><div class=\"item\"><img decoding=\"async\" loading=\"eager\" data-no-lazy=\"1\" class=\"skip-lazy no-lazyload\" src=\"https:\/\/eduexpert.eu\/wp-content\/uploads\/image-37.png\" alt=\"\" \/><\/div><div class=\"item\"><img decoding=\"async\" loading=\"eager\" data-no-lazy=\"1\" class=\"skip-lazy no-lazyload\" src=\"https:\/\/eduexpert.eu\/wp-content\/uploads\/image-38.png\" alt=\"\" \/><\/div><div class=\"item\"><img decoding=\"async\" loading=\"eager\" data-no-lazy=\"1\" class=\"skip-lazy no-lazyload\" src=\"https:\/\/eduexpert.eu\/wp-content\/uploads\/Component-31-\u2013-1.png\" alt=\"\" \/><\/div><div class=\"item\"><img decoding=\"async\" loading=\"eager\" data-no-lazy=\"1\" class=\"skip-lazy no-lazyload\" src=\"https:\/\/eduexpert.eu\/wp-content\/uploads\/image-39.png\" alt=\"\" \/><\/div><div class=\"item\"><img decoding=\"async\" loading=\"eager\" data-no-lazy=\"1\" class=\"skip-lazy no-lazyload\" src=\"https:\/\/eduexpert.eu\/wp-content\/uploads\/image-40.png\" alt=\"\" \/><\/div><div class=\"item\"><img decoding=\"async\" loading=\"eager\" data-no-lazy=\"1\" class=\"skip-lazy no-lazyload\" src=\"https:\/\/eduexpert.eu\/wp-content\/uploads\/image-41.png\" alt=\"\" \/><\/div><div class=\"item\"><img decoding=\"async\" loading=\"eager\" data-no-lazy=\"1\" class=\"skip-lazy no-lazyload\" src=\"https:\/\/eduexpert.eu\/wp-content\/uploads\/image-42.png\" alt=\"\" \/><\/div><div class=\"item\"><img decoding=\"async\" loading=\"eager\" data-no-lazy=\"1\" class=\"skip-lazy no-lazyload\" src=\"https:\/\/eduexpert.eu\/wp-content\/uploads\/spectrum-brands.png\" alt=\"\" \/><\/div><div class=\"item\"><img decoding=\"async\" loading=\"eager\" data-no-lazy=\"1\" class=\"skip-lazy no-lazyload\" src=\"https:\/\/eduexpert.eu\/wp-content\/uploads\/Logo-ATA-poziom.png\" alt=\"\" \/><\/div><div class=\"item\"><img decoding=\"async\" loading=\"eager\" data-no-lazy=\"1\" class=\"skip-lazy no-lazyload\" src=\"https:\/\/eduexpert.eu\/wp-content\/uploads\/iverpan.hr_.png\" alt=\"\" \/><\/div><div class=\"item\"><img decoding=\"async\" loading=\"eager\" data-no-lazy=\"1\" class=\"skip-lazy no-lazyload\" src=\"https:\/\/eduexpert.eu\/wp-content\/uploads\/godo_aszwoj-1.png\" alt=\"\" \/><\/div><div class=\"item\"><img decoding=\"async\" loading=\"eager\" data-no-lazy=\"1\" class=\"skip-lazy no-lazyload\" src=\"https:\/\/eduexpert.eu\/wp-content\/uploads\/uth_www_02-1.svg\" alt=\"\" \/><\/div>                <\/div>\n            <\/div>\n        \n        <!-- Bottom row - from left to right -->\n            <\/div>\n\n    <script>\n        function cloneClientSlides(className) {\n            const slideContainer = document.querySelector(className);\n            const originalSlide = document.querySelector(`${className} .carousel`);\n            \n            if (originalSlide && slideContainer) {\n                const containerWidth = slideContainer.offsetWidth;\n                const contentWidth = originalSlide.scrollWidth;\n                \n                const clonesNeeded = Math.max(3, Math.ceil((containerWidth * 3) \/ contentWidth));\n                \n                for (let i = 0; i < clonesNeeded; i++) {\n                    const clonedSlide = originalSlide.cloneNode(true);\n                    slideContainer.appendChild(clonedSlide);\n                }\n                \n                const itemCount = originalSlide.querySelectorAll('.item').length;\n                if (itemCount > 0) {\n                    const baseDuration = 40; \/\/ base 40s\n                    const duration = Math.max(20, baseDuration * (itemCount \/ 8)); \/\/ 8 items = 40s\n                    \n                    const carousels = slideContainer.querySelectorAll('.carousel');\n                    carousels.forEach(carousel => {\n                        carousel.style.animationDuration = `${duration}s`;\n                    });\n                }\n            }\n        }\n\n        ['.client-slide--top', '.client-slide--bottom'].forEach(cloneClientSlides);\n    <\/script>\n\n\n\n\n\n\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n    <section class=\"section section-animated block-blog-categories\" data-animation=\"block-blog-categories\">\n        <div class=\"flex justify-between items-center mx-4 lg:mx-8 xl:mx-12\">\n            <div class=\"flex flex-col gap-4 animate-init fade delay-0\">\n                <div class=\"text-sm font-medium leading-140\">Blog<\/div>\n                <h2 class=\"text-lg font-semibold font-new-order leading-140\">Sharing our knowledge with you<\/h2>\n            <\/div>\n            <a href=\"https:\/\/eduexpert.eu\/en\/blog\/\" class=\"btn-tertiary hidden md:inline-flex animate-init fade delay-75\">\n                See the blog            <\/a>\n        <\/div>\n\n        <div class=\"carousel-blog-categories swiper mt-8 px-4 lg:px-8 xl:px-12\">\n            <div class=\"swiper-wrapper\">\n                                        <div class=\"card animate-init fade swiper-slide flex flex-col gap-4 h-auto\">\n                            <h3 class=\"card__heading\">Microlearning \u2013 education at your fingertips<\/h3>\n                            <div class=\"card__content\">E-learning, also known as e-education, <span class=\"whitespace-nowrap\">e-learning<\/span>, is a form of remote learning anywhere and at any time using the Internet and computers or mobile devices, such as tablets or smartphones (m-learning). Along with globalization, the availability of the Internet and such devices is increasing, which allow <span class=\"whitespace-nowrap\">e-learning<\/span> training to reach every corner of the world.. <\/div>\n                            <a href=\"https:\/\/eduexpert.eu\/en\/microlearning-education-at-your-fingertips\/\" class=\"btn-tertiary mr-auto mt-auto\">Read more<\/a>\n                        <\/div>\n                                            <div class=\"card animate-init fade swiper-slide flex flex-col gap-4 h-auto\">\n                            <h3 class=\"card__heading\">What is <span class=\"whitespace-nowrap\">e-learning<\/span>?<\/h3>\n                            <div class=\"card__content\">E-learning, also known as e-education, <span class=\"whitespace-nowrap\">e-learning<\/span>, is a form of remote learning anywhere and at any time using the Internet and computers or mobile devices, such as tablets or smartphones (m-learning). Along with globalization, the availability of the Internet and such devices is increasing, which allow <span class=\"whitespace-nowrap\">e-learning<\/span> training to reach every corner of the world.. <\/div>\n                            <a href=\"https:\/\/eduexpert.eu\/en\/what-is-e-learning\/\" class=\"btn-tertiary mr-auto mt-auto\">Read more<\/a>\n                        <\/div>\n                                            <div class=\"card animate-init fade swiper-slide flex flex-col gap-4 h-auto\">\n                            <h3 class=\"card__heading\">Situational leadership &#8211; what is the Blanchard model?<\/h3>\n                            <div class=\"card__content\">Increasing competition and dynamics of changes in the business world require precise actions from the organization that will help it achieve success. Innovative work environment, inclusive culture, change management, activities in the field of sustainable development. These are just a few extremely key aspects for companies that want to maintain their position in such a competitive market today. However, the most important issue that will help retain the best talents and support employee development is effective management and, above all, skillful selection of the leadership style to the employee&#8217;s level of readiness. A helpful tool in this process is the so-called Blanchard&#8217;s model. What exactly is it and how does it affect the work of HR departments and employee development? What is situational leadership? We explain everything in this article.<\/div>\n                            <a href=\"https:\/\/eduexpert.eu\/en\/situational-leadership-what-is-the-blanchard-model\/\" class=\"btn-tertiary mr-auto mt-auto\">Read more<\/a>\n                        <\/div>\n                                <\/div>\n        <\/div>\n\n        <div class=\"flex justify-center md:hidden mt-8 px-4\">\n            <a href=\"https:\/\/eduexpert.eu\/en\/blog\/\" class=\"btn-tertiary\">\n                See the blog            <\/a>\n        <\/div>\n    <\/section>\n","protected":false},"excerpt":{"rendered":"<p>Schedule a presentation or request trial access today! Make a decision that will lead to real success. Grow with us<\/p>\n","protected":false},"author":3,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"template-page\/empty.php","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-2085","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.0 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Dedicated online training - Eduexpert<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/eduexpert.eu\/en\/dedicated-online-training\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Dedicated online training - Eduexpert\" \/>\n<meta property=\"og:description\" content=\"Schedule a presentation or request trial access today! Make a decision that will lead to real success. Grow with us\" \/>\n<meta property=\"og:url\" content=\"https:\/\/eduexpert.eu\/en\/dedicated-online-training\/\" \/>\n<meta property=\"og:site_name\" content=\"Eduexpert\" \/>\n<meta property=\"article:modified_time\" content=\"2026-02-10T10:33:38+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/eduexpert.eu\/en\/dedicated-online-training\/\",\"url\":\"https:\/\/eduexpert.eu\/en\/dedicated-online-training\/\",\"name\":\"Dedicated online training - Eduexpert\",\"isPartOf\":{\"@id\":\"https:\/\/eduexpert.eu\/#website\"},\"datePublished\":\"2024-08-04T13:01:10+00:00\",\"dateModified\":\"2026-02-10T10:33:38+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/eduexpert.eu\/en\/dedicated-online-training\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/eduexpert.eu\/en\/dedicated-online-training\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/eduexpert.eu\/en\/dedicated-online-training\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/eduexpert.eu\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Dedicated online training\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/eduexpert.eu\/#website\",\"url\":\"https:\/\/eduexpert.eu\/\",\"name\":\"Eduexpert\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/eduexpert.eu\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Dedicated online training - Eduexpert","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/eduexpert.eu\/en\/dedicated-online-training\/","og_locale":"en_US","og_type":"article","og_title":"Dedicated online training - Eduexpert","og_description":"Schedule a presentation or request trial access today! Make a decision that will lead to real success. Grow with us","og_url":"https:\/\/eduexpert.eu\/en\/dedicated-online-training\/","og_site_name":"Eduexpert","article_modified_time":"2026-02-10T10:33:38+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/eduexpert.eu\/en\/dedicated-online-training\/","url":"https:\/\/eduexpert.eu\/en\/dedicated-online-training\/","name":"Dedicated online training - Eduexpert","isPartOf":{"@id":"https:\/\/eduexpert.eu\/#website"},"datePublished":"2024-08-04T13:01:10+00:00","dateModified":"2026-02-10T10:33:38+00:00","breadcrumb":{"@id":"https:\/\/eduexpert.eu\/en\/dedicated-online-training\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/eduexpert.eu\/en\/dedicated-online-training\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/eduexpert.eu\/en\/dedicated-online-training\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/eduexpert.eu\/en\/"},{"@type":"ListItem","position":2,"name":"Dedicated online training"}]},{"@type":"WebSite","@id":"https:\/\/eduexpert.eu\/#website","url":"https:\/\/eduexpert.eu\/","name":"Eduexpert","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/eduexpert.eu\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/eduexpert.eu\/en\/wp-json\/wp\/v2\/pages\/2085","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/eduexpert.eu\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/eduexpert.eu\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/eduexpert.eu\/en\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/eduexpert.eu\/en\/wp-json\/wp\/v2\/comments?post=2085"}],"version-history":[{"count":44,"href":"https:\/\/eduexpert.eu\/en\/wp-json\/wp\/v2\/pages\/2085\/revisions"}],"predecessor-version":[{"id":7682,"href":"https:\/\/eduexpert.eu\/en\/wp-json\/wp\/v2\/pages\/2085\/revisions\/7682"}],"wp:attachment":[{"href":"https:\/\/eduexpert.eu\/en\/wp-json\/wp\/v2\/media?parent=2085"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}