{"id":1687,"date":"2019-11-10T17:34:48","date_gmt":"2019-11-10T16:34:48","guid":{"rendered":"https:\/\/explainvisually.co\/?page_id=1687"},"modified":"2026-05-21T20:41:42","modified_gmt":"2026-05-21T18:41:42","slug":"about-us","status":"publish","type":"page","link":"https:\/\/explainvisually.co\/en\/about-us\/","title":{"rendered":"About us"},"content":{"rendered":"<p>[et_pb_section fb_built=&#8221;1&#8243; admin_label=&#8221;blok 1 hero&#8221; module_id=&#8221;wide-section top-section&#8221; _builder_version=&#8221;4.27.6&#8243; background_color=&#8221;#ffffff&#8221; background_enable_image=&#8221;off&#8221; background_position=&#8221;bottom_center&#8221; custom_padding=&#8221;20px||||false|false&#8221; custom_css_main_element=&#8221;background-size: 100% auto!important;||min-height: 70vh;&#8221; da_disable_devices=&#8221;off|off|off&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; da_is_popup=&#8221;off&#8221; da_exit_intent=&#8221;off&#8221; da_has_close=&#8221;on&#8221; da_alt_close=&#8221;off&#8221; da_dark_close=&#8221;off&#8221; da_not_modal=&#8221;on&#8221; da_is_singular=&#8221;off&#8221; da_with_loader=&#8221;off&#8221; da_has_shadow=&#8221;on&#8221;][et_pb_row column_structure=&#8221;1_2,1_2&#8243; module_class=&#8221;hero-banner&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;60px||||false|false&#8221; saved_tabs=&#8221;all&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.16&#8243; custom_padding=&#8221;|||&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover=&#8221;|||&#8221;][et_pb_text admin_label=&#8221;Text&#8221; _builder_version=&#8221;4.27.6&#8243; text_text_color=&#8221;#000000&#8243; hover_enabled=&#8221;0&#8243; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; sticky_enabled=&#8221;0&#8243;]<\/p>\n<h1>With us, complex topics become\u00a0<span id=\"typed-about\" class=\"typed-about\" style=\"color: #f5d220;\"><\/span><\/h1>\n<h2>Great to see you in the world of Explain Visually &#8211; a visual communication agency creating explainer videos and animations for business<\/h2>\n<p style=\"text-align: left; padding-top: 20px;\"><a class=\"btn-square-yellow\" href=\"https:\/\/explainvisually.co\/en\/services-and-implementations\/\">See our projects<\/a><\/p>\n<p style=\"text-align: left; padding-top: 20px;\"><a class=\"btn-square-yellow\" href=\"https:\/\/explainvisually.co\/en\/contact\/\">Let&#8217;s talk<\/a><\/p>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.16&#8243; custom_padding=&#8221;|||&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover=&#8221;|||&#8221;][et_pb_image src=&#8221;https:\/\/explainvisually.co\/wp-content\/uploads\/2026\/05\/baner-o-nas.webp&#8221; title_text=&#8221;baner-o-nas&#8221; _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][et_pb_code module_class=&#8221;clutch-wrapper&#8221; _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; text_orientation=&#8221;center&#8221; global_colors_info=&#8221;{}&#8221;]<script type =\"text\/javascript\" src=\"https:\/\/widget.clutch.co\/static\/js\/widget.js\">async ><\/script> <\/p>\n<div class=\"clutch-widget\" data-url=\"https:\/\/widget.clutch.co\" data-widget-type=\"2\" data-height=\"45\" data-nofollow=\"true\" data-expandifr=\"true\" data-clutchcompany-id=\"1469679\" style=\"max-width: 200px;\"><\/div>\n<p>[\/et_pb_code][et_pb_code _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; text_orientation=&#8221;center&#8221; global_colors_info=&#8221;{}&#8221;]<script><!-- [et_pb_line_break_holder] -->  document.addEventListener('DOMContentLoaded', function() {<!-- [et_pb_line_break_holder] -->    const words = ['simple', 'visual', 'engaging', 'understandable'];<!-- [et_pb_line_break_holder] -->    let wordIndex = 0;<!-- [et_pb_line_break_holder] -->    let charIndex = 0;<!-- [et_pb_line_break_holder] -->    let isDeleting = false;<!-- [et_pb_line_break_holder] -->    const typeElement = document.getElementById('typed-about');<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->    function typeEffect() {<!-- [et_pb_line_break_holder] -->      const currentWord = words[wordIndex];<!-- [et_pb_line_break_holder] -->      <!-- [et_pb_line_break_holder] -->      if (isDeleting) {<!-- [et_pb_line_break_holder] -->        \/\/ Usuwanie liter<!-- [et_pb_line_break_holder] -->        typeElement.textContent = currentWord.substring(0, charIndex - 1);<!-- [et_pb_line_break_holder] -->        charIndex--;<!-- [et_pb_line_break_holder] -->      } else {<!-- [et_pb_line_break_holder] -->        \/\/ Wpisywanie liter<!-- [et_pb_line_break_holder] -->        typeElement.textContent = currentWord.substring(0, charIndex + 1);<!-- [et_pb_line_break_holder] -->        charIndex++;<!-- [et_pb_line_break_holder] -->      }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->      \/\/ Szybko\u015b\u0107 pisania \/ usuwania<!-- [et_pb_line_break_holder] -->      let typeSpeed = isDeleting ? 50 : 100;<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->      \/\/ Logika pauzowania po wpisaniu ca\u0142ego s\u0142owa i po jego usuni\u0119ciu<!-- [et_pb_line_break_holder] -->      if (!isDeleting && charIndex === currentWord.length) {<!-- [et_pb_line_break_holder] -->        typeSpeed = 1500; \/\/ Pauza gdy s\u0142owo jest ca\u0142e widoczne (1,5 sekundy)<!-- [et_pb_line_break_holder] -->        isDeleting = true;<!-- [et_pb_line_break_holder] -->      } else if (isDeleting && charIndex === 0) {<!-- [et_pb_line_break_holder] -->        isDeleting = false;<!-- [et_pb_line_break_holder] -->        wordIndex = (wordIndex + 1) % words.length; \/\/ Przej\u015bcie do kolejnego s\u0142owa<!-- [et_pb_line_break_holder] -->        typeSpeed = 500; \/\/ Pauza przed rozpocz\u0119ciem pisania nowego s\u0142owa<!-- [et_pb_line_break_holder] -->      }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->      setTimeout(typeEffect, typeSpeed);<!-- [et_pb_line_break_holder] -->    }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->    \/\/ Uruchomienie efektu<!-- [et_pb_line_break_holder] -->    if (typeElement) {<!-- [et_pb_line_break_holder] -->      typeEffect();<!-- [et_pb_line_break_holder] -->    }<!-- [et_pb_line_break_holder] -->  });<!-- [et_pb_line_break_holder] --><\/script>[\/et_pb_code][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; admin_label=&#8221;blok 2 licznik&#8221; _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; da_disable_devices=&#8221;off|off|off&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; da_is_popup=&#8221;off&#8221; da_exit_intent=&#8221;off&#8221; da_has_close=&#8221;on&#8221; da_alt_close=&#8221;off&#8221; da_dark_close=&#8221;off&#8221; da_not_modal=&#8221;on&#8221; da_is_singular=&#8221;off&#8221; da_with_loader=&#8221;off&#8221; da_has_shadow=&#8221;on&#8221;][et_pb_row _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_code admin_label=&#8221;licznik kod&#8221; _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<style><!-- [et_pb_line_break_holder] -->    .custom-counter-section {<!-- [et_pb_line_break_holder] -->        display: flex;<!-- [et_pb_line_break_holder] -->        justify-content: space-around;<!-- [et_pb_line_break_holder] -->        align-items: flex-start; \/* \u017beby r\u00f3wna\u0142y si\u0119 \u0142adnie do g\u00f3ry *\/<!-- [et_pb_line_break_holder] -->        flex-wrap: wrap;<!-- [et_pb_line_break_holder] -->        gap: 30px;<!-- [et_pb_line_break_holder] -->        padding: 50px 20px;<!-- [et_pb_line_break_holder] -->        background-color: #ffffff;<!-- [et_pb_line_break_holder] -->        border: 1px solid #EEEEEF;<!-- [et_pb_line_break_holder] -->        border-radius: 10px;<!-- [et_pb_line_break_holder] -->        font-family: 'Lato', sans-serif;<!-- [et_pb_line_break_holder] -->        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);<!-- [et_pb_line_break_holder] -->    }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->    .custom-counter-item {<!-- [et_pb_line_break_holder] -->        text-align: center;<!-- [et_pb_line_break_holder] -->        flex: 1;<!-- [et_pb_line_break_holder] -->        min-width: 180px; \/* Pozwala zmie\u015bci\u0107 4 w rz\u0119dzie na komputerze i zwin\u0105\u0107 na telefonie *\/<!-- [et_pb_line_break_holder] -->        display: flex;<!-- [et_pb_line_break_holder] -->        flex-direction: column;<!-- [et_pb_line_break_holder] -->        align-items: center;<!-- [et_pb_line_break_holder] -->    }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->    .custom-counter-number-wrap {<!-- [et_pb_line_break_holder] -->        position: relative;<!-- [et_pb_line_break_holder] -->        display: flex;<!-- [et_pb_line_break_holder] -->        justify-content: center;<!-- [et_pb_line_break_holder] -->        align-items: center;<!-- [et_pb_line_break_holder] -->        margin-bottom: 12px;<!-- [et_pb_line_break_holder] -->        min-height: 60px; \/* Zapewnia r\u00f3wn\u0105 wysoko\u015b\u0107 dla cyfr i tekst\u00f3w *\/<!-- [et_pb_line_break_holder] -->    }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->    \/* Fioletowa po\u015bwiata *\/<!-- [et_pb_line_break_holder] -->    .custom-counter-glow {<!-- [et_pb_line_break_holder] -->        position: absolute;<!-- [et_pb_line_break_holder] -->        width: 48px;<!-- [et_pb_line_break_holder] -->        height: 48px;<!-- [et_pb_line_break_holder] -->        background-color: #d8daff;<!-- [et_pb_line_break_holder] -->        border-radius: 50%;<!-- [et_pb_line_break_holder] -->        top: -5px;<!-- [et_pb_line_break_holder] -->        right: -10px;<!-- [et_pb_line_break_holder] -->        z-index: 1;<!-- [et_pb_line_break_holder] -->        filter: blur(2px);<!-- [et_pb_line_break_holder] -->    }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->    \/* Wygl\u0105d dla animowanych cyfr *\/<!-- [et_pb_line_break_holder] -->    .custom-counter-number {<!-- [et_pb_line_break_holder] -->        font-size: 48px;<!-- [et_pb_line_break_holder] -->        font-weight: 700;<!-- [et_pb_line_break_holder] -->        color: #0d0b26;<!-- [et_pb_line_break_holder] -->        position: relative;<!-- [et_pb_line_break_holder] -->        z-index: 2;<!-- [et_pb_line_break_holder] -->        line-height: 1;<!-- [et_pb_line_break_holder] -->    }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->    \/* Wygl\u0105d dla blok\u00f3w tekstowych w miejscu cyfr *\/<!-- [et_pb_line_break_holder] -->    .custom-counter-text-large {<!-- [et_pb_line_break_holder] -->        font-size: 26px; \/* Mniejsze, bo to s\u0142owa, a nie cyfry *\/<!-- [et_pb_line_break_holder] -->        font-weight: 700;<!-- [et_pb_line_break_holder] -->        color: #0d0b26;<!-- [et_pb_line_break_holder] -->        position: relative;<!-- [et_pb_line_break_holder] -->        z-index: 2;<!-- [et_pb_line_break_holder] -->        line-height: 1.2;<!-- [et_pb_line_break_holder] -->        max-width: 160px;<!-- [et_pb_line_break_holder] -->    }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->    \/* Znak plusa *\/<!-- [et_pb_line_break_holder] -->    .custom-counter-plus {<!-- [et_pb_line_break_holder] -->        font-size: 36px;<!-- [et_pb_line_break_holder] -->        font-weight: 700;<!-- [et_pb_line_break_holder] -->        color: #0d0b26;<!-- [et_pb_line_break_holder] -->        position: relative;<!-- [et_pb_line_break_holder] -->        z-index: 2;<!-- [et_pb_line_break_holder] -->        margin-left: 2px;<!-- [et_pb_line_break_holder] -->        line-height: 1;<!-- [et_pb_line_break_holder] -->    }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->    \/* Dolne, ma\u0142e opisy *\/<!-- [et_pb_line_break_holder] -->    .custom-counter-label {<!-- [et_pb_line_break_holder] -->        font-size: 15px;<!-- [et_pb_line_break_holder] -->        font-weight: 400;<!-- [et_pb_line_break_holder] -->        color: #4a4a5a;<!-- [et_pb_line_break_holder] -->        line-height: 1.4;<!-- [et_pb_line_break_holder] -->        max-width: 180px;<!-- [et_pb_line_break_holder] -->    }<!-- [et_pb_line_break_holder] --><\/style>\n<p><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><\/p>\n<div class=\"custom-counter-section\"><!-- [et_pb_line_break_holder] -->    <!-- [et_pb_line_break_holder] -->    <\/p>\n<div class=\"custom-counter-item\"><!-- [et_pb_line_break_holder] -->        <\/p>\n<div class=\"custom-counter-number-wrap\"><!-- [et_pb_line_break_holder] -->            <\/p>\n<div class=\"custom-counter-glow\"><\/div>\n<p><!-- [et_pb_line_break_holder] -->            <span class=\"custom-counter-number\" data-target=\"500\">0<\/span><!-- [et_pb_line_break_holder] -->            <span class=\"custom-counter-plus\">+<\/span><!-- [et_pb_line_break_holder] -->        <\/div>\n<p><!-- [et_pb_line_break_holder] -->        <\/p>\n<div class=\"custom-counter-label\">completed projects<\/div>\n<p><!-- [et_pb_line_break_holder] -->    <\/div>\n<p><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->    <\/p>\n<div class=\"custom-counter-item\"><!-- [et_pb_line_break_holder] -->        <\/p>\n<div class=\"custom-counter-number-wrap\"><!-- [et_pb_line_break_holder] -->            <\/p>\n<div class=\"custom-counter-glow\" style=\"right: -15px;\"><\/div>\n<p><!-- [et_pb_line_break_holder] -->            <span class=\"custom-counter-number\" data-target=\"19\">0<\/span><!-- [et_pb_line_break_holder] -->        <\/div>\n<p><!-- [et_pb_line_break_holder] -->        <\/p>\n<div class=\"custom-counter-label\">languages<\/div>\n<p><!-- [et_pb_line_break_holder] -->    <\/div>\n<p><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->    <\/p>\n<div class=\"custom-counter-item\"><!-- [et_pb_line_break_holder] -->        <\/p>\n<div class=\"custom-counter-number-wrap\"><!-- [et_pb_line_break_holder] -->            <\/p>\n<div class=\"custom-counter-glow\" style=\"top: 0px; right: -5px; width: 40px; height: 40px;\"><\/div>\n<p><!-- [et_pb_line_break_holder] -->            <span class=\"custom-counter-text-large\">Clients<\/span><!-- [et_pb_line_break_holder] -->        <\/div>\n<p><!-- [et_pb_line_break_holder] -->        <\/p>\n<div class=\"custom-counter-label\">from around the world<\/div>\n<p><!-- [et_pb_line_break_holder] -->    <\/div>\n<p><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->    <\/p>\n<div class=\"custom-counter-item\"><!-- [et_pb_line_break_holder] -->        <\/p>\n<div class=\"custom-counter-number-wrap\"><!-- [et_pb_line_break_holder] -->            <\/p>\n<div class=\"custom-counter-glow\" style=\"top: 10px; right: 20px; width: 40px; height: 40px;\"><\/div>\n<p><!-- [et_pb_line_break_holder] -->            <span class=\"custom-counter-text-large\">Among the best<\/span><!-- [et_pb_line_break_holder] -->        <\/div>\n<p><!-- [et_pb_line_break_holder] -->        <\/p>\n<div class=\"custom-counter-label\">on Clutch<\/div>\n<p><!-- [et_pb_line_break_holder] -->    <\/div>\n<p><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><\/div>\n<p><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><script><!-- [et_pb_line_break_holder] -->    document.addEventListener('DOMContentLoaded', () => {<!-- [et_pb_line_break_holder] -->        \/\/ Skrypt szuka TYLKO element\u00f3w z klas\u0105 .custom-counter-number (czyli \"500\" i \"19\")<!-- [et_pb_line_break_holder] -->        const counters = document.querySelectorAll('.custom-counter-number');<!-- [et_pb_line_break_holder] -->        const speed = 2000; \/\/ Czas animacji (2000 ms = 2 sekundy)<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->        const animateCounter = (counter) => {<!-- [et_pb_line_break_holder] -->            const target = +counter.getAttribute('data-target');<!-- [et_pb_line_break_holder] -->            const step = target \/ (speed \/ 16); <!-- [et_pb_line_break_holder] -->            let current = 0;<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->            const updateCounter = () => {<!-- [et_pb_line_break_holder] -->                current += step;<!-- [et_pb_line_break_holder] -->                if (current < target) {<!-- [et_pb_line_break_holder] -->                    counter.innerText = Math.ceil(current);<!-- [et_pb_line_break_holder] -->                    requestAnimationFrame(updateCounter);<!-- [et_pb_line_break_holder] -->                } else {<!-- [et_pb_line_break_holder] -->                    counter.innerText = target;<!-- [et_pb_line_break_holder] -->                }<!-- [et_pb_line_break_holder] -->            };<!-- [et_pb_line_break_holder] -->            updateCounter();<!-- [et_pb_line_break_holder] -->        };<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->        const observer = new IntersectionObserver((entries, observer) => {<!-- [et_pb_line_break_holder] -->            entries.forEach(entry => {<!-- [et_pb_line_break_holder] -->                if (entry.isIntersecting) {<!-- [et_pb_line_break_holder] -->                    animateCounter(entry.target);<!-- [et_pb_line_break_holder] -->                    observer.unobserve(entry.target); <!-- [et_pb_line_break_holder] -->                }<!-- [et_pb_line_break_holder] -->            });<!-- [et_pb_line_break_holder] -->        }, {<!-- [et_pb_line_break_holder] -->            threshold: 0.5 <!-- [et_pb_line_break_holder] -->        });<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->        counters.forEach(counter => {<!-- [et_pb_line_break_holder] -->            observer.observe(counter);<!-- [et_pb_line_break_holder] -->        });<!-- [et_pb_line_break_holder] -->    });<!-- [et_pb_line_break_holder] --><\/script>[\/et_pb_code][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; admin_label=&#8221;blok 3 czym sie zajmujemy&#8221; _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; width=&#8221;100%&#8221; max_width=&#8221;100%&#8221; da_disable_devices=&#8221;off|off|off&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; da_is_popup=&#8221;off&#8221; da_exit_intent=&#8221;off&#8221; da_has_close=&#8221;on&#8221; da_alt_close=&#8221;off&#8221; da_dark_close=&#8221;off&#8221; da_not_modal=&#8221;on&#8221; da_is_singular=&#8221;off&#8221; da_with_loader=&#8221;off&#8221; da_has_shadow=&#8221;on&#8221;][et_pb_row column_structure=&#8221;1_4,1_4,1_4,1_4&#8243; _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; max_width=&#8221;1576px&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_4&#8243; _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text admin_label=&#8221;Text&#8221; _builder_version=&#8221;4.27.6&#8243; text_text_color=&#8221;#000000&#8243; border_style_all=&#8221;none&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<span style=\"color: #F5D220;\">WHAT DO WE DO?<\/span><\/p>\n<h2>Complex information needs a simple message<\/h2>\n<p>That&#8217;s why we help companies explain their products, services, processes and projects in a simple, clear and engaging way.<\/p>\n<p>We combine storytelling, visual thinking, copywriting, graphic design and video production to create materials that truly help people understand the message.<\/p>\n<p>[\/et_pb_text][et_pb_code admin_label=&#8221;skrypt + kod kafelki&#8221; _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<style><!-- [et_pb_line_break_holder] -->    .custom-video-tile {<!-- [et_pb_line_break_holder] -->        display: flex;<!-- [et_pb_line_break_holder] -->        flex-direction: column;<!-- [et_pb_line_break_holder] -->        align-items: center;<!-- [et_pb_line_break_holder] -->        justify-content: flex-start;<!-- [et_pb_line_break_holder] -->        width: 100%;<!-- [et_pb_line_break_holder] -->        border: 1px solid #EEEEEF;<!-- [et_pb_line_break_holder] -->        border-radius: 10px;<!-- [et_pb_line_break_holder] -->        background-color: #ffffff;<!-- [et_pb_line_break_holder] -->        color: #0d0b26;<!-- [et_pb_line_break_holder] -->        font-family: 'Lato', sans-serif;<!-- [et_pb_line_break_holder] -->        transition: box-shadow 0.3s ease, transform 0.3s ease;<!-- [et_pb_line_break_holder] -->        box-sizing: border-box;<!-- [et_pb_line_break_holder] -->        padding: 40px 20px; <!-- [et_pb_line_break_holder] -->    }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->    .custom-video-tile:hover {<!-- [et_pb_line_break_holder] -->        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);<!-- [et_pb_line_break_holder] -->        transform: translateY(-2px);<!-- [et_pb_line_break_holder] -->    }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->    .custom-video-tile-icon {<!-- [et_pb_line_break_holder] -->        position: relative;<!-- [et_pb_line_break_holder] -->        margin-bottom: 24px !important;<!-- [et_pb_line_break_holder] -->        display: flex;<!-- [et_pb_line_break_holder] -->        align-items: center;<!-- [et_pb_line_break_holder] -->        justify-content: center;<!-- [et_pb_line_break_holder] -->        width: 80px;<!-- [et_pb_line_break_holder] -->        height: 60px;<!-- [et_pb_line_break_holder] -->        flex-shrink: 0;<!-- [et_pb_line_break_holder] -->    }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->    .custom-video-tile-glow {<!-- [et_pb_line_break_holder] -->        position: absolute;<!-- [et_pb_line_break_holder] -->        width: 48px;<!-- [et_pb_line_break_holder] -->        height: 48px;<!-- [et_pb_line_break_holder] -->        background-color: #d8daff;<!-- [et_pb_line_break_holder] -->        border-radius: 50%;<!-- [et_pb_line_break_holder] -->        right: -5px;<!-- [et_pb_line_break_holder] -->        bottom: -10px;<!-- [et_pb_line_break_holder] -->        z-index: 1;<!-- [et_pb_line_break_holder] -->        filter: blur(1px);<!-- [et_pb_line_break_holder] -->    }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->    .custom-video-tile-svg {<!-- [et_pb_line_break_holder] -->        position: relative;<!-- [et_pb_line_break_holder] -->        z-index: 2;<!-- [et_pb_line_break_holder] -->    }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->    \/* Tytu\u0142 *\/<!-- [et_pb_line_break_holder] -->    .custom-video-tile > span:nth-of-type(1) {<!-- [et_pb_line_break_holder] -->        min-height: 48px; <!-- [et_pb_line_break_holder] -->        display: flex;<!-- [et_pb_line_break_holder] -->        align-items: center; <!-- [et_pb_line_break_holder] -->        justify-content: center;<!-- [et_pb_line_break_holder] -->        width: 100%;<!-- [et_pb_line_break_holder] -->        text-align: center;<!-- [et_pb_line_break_holder] -->        margin-bottom: 0 !important;<!-- [et_pb_line_break_holder] -->    }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->    \/* Opis *\/<!-- [et_pb_line_break_holder] -->    .custom-video-tile > span:nth-of-type(2) {<!-- [et_pb_line_break_holder] -->        display: block; <!-- [et_pb_line_break_holder] -->        text-align: center;<!-- [et_pb_line_break_holder] -->        width: 100%;<!-- [et_pb_line_break_holder] -->        margin-top: 8px;<!-- [et_pb_line_break_holder] -->    }<!-- [et_pb_line_break_holder] --><\/style>\n<p><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><script><!-- [et_pb_line_break_holder] -->    document.addEventListener('DOMContentLoaded', function() {<!-- [et_pb_line_break_holder] -->        function wyrownajWszystkieKafelki() {<!-- [et_pb_line_break_holder] -->            \/\/ Poni\u017cej 981px Divi uk\u0142ada kolumny jedna pod drug\u0105 - nie r\u00f3wnamy ich wtedy<!-- [et_pb_line_break_holder] -->            const czyMobile = window.innerWidth < 981; <!-- [et_pb_line_break_holder] -->            const kafelki = document.querySelectorAll('.custom-video-tile');<!-- [et_pb_line_break_holder] -->            if (kafelki.length === 0) return;<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->            \/\/ Krok 1: Reset wysoko\u015bci dla wszystkich<!-- [et_pb_line_break_holder] -->            kafelki.forEach(k => k.style.minHeight = '0px');<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->            if (czyMobile) return; <!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->            setTimeout(() => {<!-- [et_pb_line_break_holder] -->                \/\/ Krok 2: Obs\u0142uga \"TRUDNYCH\" sekcji (tam gdzie dopisa\u0142e\u015b row-1, row-2 itd.)<!-- [et_pb_line_break_holder] -->                \/\/ Zwi\u0119kszy\u0142em limit sprawdzania do 20, na wypadek gdyby\u015b robi\u0142 wi\u0119cej takich par<!-- [et_pb_line_break_holder] -->                for (let i = 1; i <= 20; i++) {<!-- [et_pb_line_break_holder] -->                    const rowKafelki = document.querySelectorAll('.custom-video-tile.row-' + i);<!-- [et_pb_line_break_holder] -->                    if (rowKafelki.length > 0) {<!-- [et_pb_line_break_holder] -->                        let maxH = 0;<!-- [et_pb_line_break_holder] -->                        rowKafelki.forEach(k => { if (k.offsetHeight > maxH) maxH = k.offsetHeight; });<!-- [et_pb_line_break_holder] -->                        rowKafelki.forEach(k => k.style.minHeight = maxH + 'px');<!-- [et_pb_line_break_holder] -->                    }<!-- [et_pb_line_break_holder] -->                }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->                \/\/ Krok 3: Obs\u0142uga \"ZWYK\u0141YCH\" sekcji (automatyczne wykrywanie rz\u0119d\u00f3w)<!-- [et_pb_line_break_holder] -->                \/\/ Odfiltrowujemy te, kt\u00f3re maj\u0105 w nazwie \"row-X\", \u017ceby ich nie dublowa\u0107<!-- [et_pb_line_break_holder] -->                const autoKafelki = Array.from(kafelki).filter(k => !k.className.match(\/row-\\d+\/));<!-- [et_pb_line_break_holder] -->                <!-- [et_pb_line_break_holder] -->                if (autoKafelki.length > 0) {<!-- [et_pb_line_break_holder] -->                    let autoRzedy = [];<!-- [et_pb_line_break_holder] -->                    autoKafelki.forEach(kafelek => {<!-- [et_pb_line_break_holder] -->                        let top = kafelek.getBoundingClientRect().top + window.scrollY;<!-- [et_pb_line_break_holder] -->                        \/\/ Tolerancja 60px dla zwyk\u0142ych kolumn<!-- [et_pb_line_break_holder] -->                        let znalezionyRzad = autoRzedy.find(rzad => Math.abs(rzad.top - top) < 60);<!-- [et_pb_line_break_holder] -->                        <!-- [et_pb_line_break_holder] -->                        if (znalezionyRzad) {<!-- [et_pb_line_break_holder] -->                            znalezionyRzad.elementy.push(kafelek);<!-- [et_pb_line_break_holder] -->                        } else {<!-- [et_pb_line_break_holder] -->                            autoRzedy.push({ top: top, elementy: [kafelek] });<!-- [et_pb_line_break_holder] -->                        }<!-- [et_pb_line_break_holder] -->                    });<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->                    \/\/ Wyr\u00f3wnywanie w automatycznie wykrytych rz\u0119dach<!-- [et_pb_line_break_holder] -->                    autoRzedy.forEach(rzad => {<!-- [et_pb_line_break_holder] -->                        let maxH = 0;<!-- [et_pb_line_break_holder] -->                        rzad.elementy.forEach(k => { if (k.offsetHeight > maxH) maxH = k.offsetHeight; });<!-- [et_pb_line_break_holder] -->                        rzad.elementy.forEach(k => k.style.minHeight = maxH + 'px');<!-- [et_pb_line_break_holder] -->                    });<!-- [et_pb_line_break_holder] -->                }<!-- [et_pb_line_break_holder] -->            }, 150); \/\/ 150ms op\u00f3\u017anienia, by Divi zd\u0105\u017cy\u0142o za\u0142adowa\u0107 fonty i marginesy<!-- [et_pb_line_break_holder] -->        }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->        wyrownajWszystkieKafelki();<!-- [et_pb_line_break_holder] -->        window.addEventListener('load', wyrownajWszystkieKafelki);<!-- [et_pb_line_break_holder] -->        window.addEventListener('resize', wyrownajWszystkieKafelki);<!-- [et_pb_line_break_holder] -->        setTimeout(wyrownajWszystkieKafelki, 800); \/\/ Awaryjny bezpiecznik<!-- [et_pb_line_break_holder] -->    });<!-- [et_pb_line_break_holder] --><\/script>[\/et_pb_code][\/et_pb_column][et_pb_column type=&#8221;1_4&#8243; _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_code _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;]<a href=\"https:\/\/explainvisually.co\/en\/2d-animations\/\" target=\"_blank\" class=\"custom-video-tile\"><!-- [et_pb_line_break_holder] -->    <\/p>\n<div class=\"custom-video-tile-icon\"><!-- [et_pb_line_break_holder] -->        <\/p>\n<div class=\"custom-video-tile-glow\"><\/div>\n<p><!-- [et_pb_line_break_holder] -->        <svg class=\"custom-video-tile-svg\" width=\"56\" height=\"40\" viewBox=\"0 0 56 40\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><!-- [et_pb_line_break_holder] -->            <circle cx=\"24\" cy=\"24\" r=\"10\" stroke=\"#0d0b26\" stroke-width=\"2.5\"\/><!-- [et_pb_line_break_holder] -->            <rect x=\"26\" y=\"8\" width=\"18\" height=\"18\" rx=\"2\" stroke=\"#0d0b26\" stroke-width=\"2.5\"\/><!-- [et_pb_line_break_holder] -->        <\/svg><!-- [et_pb_line_break_holder] -->    <\/div>\n<p><!-- [et_pb_line_break_holder] -->    <span style=\"font-size: 18px; font-weight: 600; letter-spacing: 0.2px;\">2D Animations<\/span><!-- [et_pb_line_break_holder] --><\/a>[\/et_pb_code][et_pb_code _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;]<a href=\"https:\/\/explainvisually.co\/en\/graphic-recording\/\" target=\"_blank\" class=\"custom-video-tile\"><!-- [et_pb_line_break_holder] -->    <\/p>\n<div class=\"custom-video-tile-icon\"><!-- [et_pb_line_break_holder] -->        <\/p>\n<div class=\"custom-video-tile-glow\"><\/div>\n<p><!-- [et_pb_line_break_holder] -->        <svg class=\"custom-video-tile-svg\" width=\"56\" height=\"40\" viewBox=\"0 0 56 40\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><!-- [et_pb_line_break_holder] -->            <rect x=\"14\" y=\"4\" width=\"28\" height=\"22\" rx=\"2\" stroke=\"#0d0b26\" stroke-width=\"2.5\" stroke-linejoin=\"round\"\/><!-- [et_pb_line_break_holder] -->            <line x1=\"14\" y1=\"10\" x2=\"42\" y2=\"10\" stroke=\"#0d0b26\" stroke-width=\"2.5\" stroke-linecap=\"round\"\/><!-- [et_pb_line_break_holder] -->            <path d=\"M18 26L14 36M38 26L42 36M28 26V36\" stroke=\"#0d0b26\" stroke-width=\"2.5\" stroke-linecap=\"round\"\/><!-- [et_pb_line_break_holder] -->            <path d=\"M20 20L24 15L28 18L34 14\" stroke=\"#0d0b26\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><!-- [et_pb_line_break_holder] -->        <\/svg><!-- [et_pb_line_break_holder] -->    <\/div>\n<p><!-- [et_pb_line_break_holder] -->    <span style=\"font-size: 18px; font-weight: 600; letter-spacing: 0.2px;\">Graphic recording<\/span><!-- [et_pb_line_break_holder] --><\/a>[\/et_pb_code][et_pb_code _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;]<a href=\"https:\/\/explainvisually.co\/en\/showreel\/\" target=\"_blank\" class=\"custom-video-tile\"><!-- [et_pb_line_break_holder] -->    <\/p>\n<div class=\"custom-video-tile-icon\"><!-- [et_pb_line_break_holder] -->        <\/p>\n<div class=\"custom-video-tile-glow\"><\/div>\n<p><!-- [et_pb_line_break_holder] -->        <svg class=\"custom-video-tile-svg\" width=\"56\" height=\"40\" viewBox=\"0 0 56 40\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><!-- [et_pb_line_break_holder] -->            <rect x=\"4\" y=\"6\" width=\"48\" height=\"28\" rx=\"3\" stroke=\"#0d0b26\" stroke-width=\"2.5\"\/><!-- [et_pb_line_break_holder] -->            <path d=\"M4 12H52M4 28H52\" stroke=\"#0d0b26\" stroke-width=\"2.5\" stroke-linecap=\"round\"\/><!-- [et_pb_line_break_holder] -->            <path d=\"M16 12V28M40 12V28\" stroke=\"#0d0b26\" stroke-width=\"2.5\" stroke-linecap=\"round\"\/><!-- [et_pb_line_break_holder] -->            <path d=\"M25 16L33 20L25 24V16Z\" stroke=\"#0d0b26\" stroke-width=\"2.5\" stroke-linejoin=\"round\"\/><!-- [et_pb_line_break_holder] -->        <\/svg><!-- [et_pb_line_break_holder] -->    <\/div>\n<p><!-- [et_pb_line_break_holder] -->    <span style=\"font-size: 18px; font-weight: 600; letter-spacing: 0.2px;\">Showreel<\/span><!-- [et_pb_line_break_holder] --><\/a>[\/et_pb_code][\/et_pb_column][et_pb_column type=&#8221;1_4&#8243; _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_code _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;]<a href=\"https:\/\/explainvisually.co\/en\/3d-animation\/\" target=\"_blank\" class=\"custom-video-tile\"><!-- [et_pb_line_break_holder] -->    <\/p>\n<div class=\"custom-video-tile-icon\"><!-- [et_pb_line_break_holder] -->        <\/p>\n<div class=\"custom-video-tile-glow\"><\/div>\n<p><!-- [et_pb_line_break_holder] -->        <svg class=\"custom-video-tile-svg\" width=\"56\" height=\"40\" viewBox=\"0 0 56 40\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><!-- [et_pb_line_break_holder] -->            <path d=\"M28 8L38 14V28L28 34L18 28V14L28 8Z\" stroke=\"#0d0b26\" stroke-width=\"2.5\" stroke-linejoin=\"round\"\/><!-- [et_pb_line_break_holder] -->            <path d=\"M18 14L28 20L38 14M28 20V34\" stroke=\"#0d0b26\" stroke-width=\"2.5\" stroke-linejoin=\"round\"\/><!-- [et_pb_line_break_holder] -->        <\/svg><!-- [et_pb_line_break_holder] -->    <\/div>\n<p><!-- [et_pb_line_break_holder] -->    <span style=\"font-size: 18px; font-weight: 600; letter-spacing: 0.2px;\">3D Animations<\/span><!-- [et_pb_line_break_holder] --><\/a>[\/et_pb_code][et_pb_code _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;]<a href=\"https:\/\/explainvisually.co\/en\/promotional-videos\/\" target=\"_blank\" class=\"custom-video-tile\"><!-- [et_pb_line_break_holder] -->    <\/p>\n<div class=\"custom-video-tile-icon\"><!-- [et_pb_line_break_holder] -->        <\/p>\n<div class=\"custom-video-tile-glow\"><\/div>\n<p><!-- [et_pb_line_break_holder] -->        <svg class=\"custom-video-tile-svg\" width=\"56\" height=\"40\" viewBox=\"0 0 56 40\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><!-- [et_pb_line_break_holder] -->            <path d=\"M16 16L36 10V30L16 24V16Z\" stroke=\"#0d0b26\" stroke-width=\"2.5\" stroke-linejoin=\"round\"\/><!-- [et_pb_line_break_holder] -->            <path d=\"M22 27V32C22 33.1046 22.8954 34 24 34C25.1046 34 26 33.1046 26 32V29\" stroke=\"#0d0b26\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><!-- [et_pb_line_break_holder] -->            <line x1=\"12\" y1=\"16\" x2=\"12\" y2=\"24\" stroke=\"#0d0b26\" stroke-width=\"2.5\" stroke-linecap=\"round\"\/><!-- [et_pb_line_break_holder] -->            <path d=\"M42 14C44.5 17.5 44.5 22.5 42 26\" stroke=\"#0d0b26\" stroke-width=\"2.5\" stroke-linecap=\"round\"\/><!-- [et_pb_line_break_holder] -->            <path d=\"M47 9C51 14 51 26 47 31\" stroke=\"#0d0b26\" stroke-width=\"2.5\" stroke-linecap=\"round\"\/><!-- [et_pb_line_break_holder] -->        <\/svg><!-- [et_pb_line_break_holder] -->    <\/div>\n<p><!-- [et_pb_line_break_holder] -->    <span style=\"font-size: 18px; font-weight: 600; letter-spacing: 0.2px;\">Promotional Videos<\/span><!-- [et_pb_line_break_holder] --><\/a>[\/et_pb_code][et_pb_code _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;]<a href=\"https:\/\/explainvisually.co\/en\/illustrations\/\" target=\"_blank\" class=\"custom-video-tile\"><!-- [et_pb_line_break_holder] -->    <\/p>\n<div class=\"custom-video-tile-icon\"><!-- [et_pb_line_break_holder] -->        <\/p>\n<div class=\"custom-video-tile-glow\"><\/div>\n<p><!-- [et_pb_line_break_holder] -->        <svg class=\"custom-video-tile-svg\" width=\"56\" height=\"40\" viewBox=\"0 0 56 40\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><!-- [et_pb_line_break_holder] -->            <path d=\"M12 28 C 18 18, 38 38, 44 28\" stroke=\"#0d0b26\" stroke-width=\"2.5\" stroke-linecap=\"round\"\/><!-- [et_pb_line_break_holder] -->            <path d=\"M28 28 L36 14 L32 6 L24 6 L20 14 Z\" stroke=\"#0d0b26\" stroke-width=\"2.5\" stroke-linejoin=\"round\"\/><!-- [et_pb_line_break_holder] -->            <path d=\"M28 28 V 16\" stroke=\"#0d0b26\" stroke-width=\"2.5\" stroke-linecap=\"round\"\/><!-- [et_pb_line_break_holder] -->        <\/svg><!-- [et_pb_line_break_holder] -->    <\/div>\n<p><!-- [et_pb_line_break_holder] -->    <span style=\"font-size: 18px; font-weight: 600; letter-spacing: 0.2px;\">Illustrations<\/span><!-- [et_pb_line_break_holder] --><\/a>[\/et_pb_code][\/et_pb_column][et_pb_column type=&#8221;1_4&#8243; _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_code _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;]<a href=\"https:\/\/explainvisually.co\/en\/bhp-communication\/\" target=\"_blank\" class=\"custom-video-tile\"><!-- [et_pb_line_break_holder] -->    <\/p>\n<div class=\"custom-video-tile-icon\"><!-- [et_pb_line_break_holder] -->        <\/p>\n<div class=\"custom-video-tile-glow\"><\/div>\n<p><!-- [et_pb_line_break_holder] -->        <svg class=\"custom-video-tile-svg\" width=\"56\" height=\"40\" viewBox=\"0 0 56 40\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><!-- [et_pb_line_break_holder] -->            <path d=\"M12 28C12 18 20 10 28 10C36 10 44 18 44 28 M 10 28 L 46 28 C 48 28 50 30 50 32 L 6 32 C 6 30 8 28 10 28 Z\" stroke=\"#0d0b26\" stroke-width=\"2.5\" fill=\"none\"\/><!-- [et_pb_line_break_holder] -->            <path d=\"M28 16L28 22M25 19L31 19\" stroke=\"#0d0b26\" stroke-width=\"2.5\"\/><!-- [et_pb_line_break_holder] -->        <\/svg><!-- [et_pb_line_break_holder] -->    <\/div>\n<p><!-- [et_pb_line_break_holder] -->    <span style=\"font-size: 18px; font-weight: 600; letter-spacing: 0.2px;\">Health and Safety Videos<\/span><!-- [et_pb_line_break_holder] --><\/a>[\/et_pb_code][et_pb_code admin_label=&#8221;Code&#8221; _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;]<a href=\"https:\/\/explainvisually.co\/en\/infographics-and-presentations\/\" target=\"_blank\" class=\"custom-video-tile\"><!-- [et_pb_line_break_holder] -->    <\/p>\n<div class=\"custom-video-tile-icon\"><!-- [et_pb_line_break_holder] -->        <\/p>\n<div class=\"custom-video-tile-glow\"><\/div>\n<p><!-- [et_pb_line_break_holder] -->        <svg class=\"custom-video-tile-svg\" width=\"56\" height=\"40\" viewBox=\"0 0 56 40\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><!-- [et_pb_line_break_holder] -->            <rect x=\"6\" y=\"4\" width=\"44\" height=\"24\" rx=\"3\" stroke=\"#0d0b26\" stroke-width=\"2.5\" stroke-linejoin=\"round\"\/><!-- [et_pb_line_break_holder] -->            <line x1=\"28\" y1=\"28\" x2=\"28\" y2=\"34\" stroke=\"#0d0b26\" stroke-width=\"2.5\" stroke-linecap=\"round\"\/><!-- [et_pb_line_break_holder] -->            <line x1=\"18\" y1=\"34\" x2=\"38\" y2=\"34\" stroke=\"#0d0b26\" stroke-width=\"2.5\" stroke-linecap=\"round\"\/><!-- [et_pb_line_break_holder] -->            <circle cx=\"18\" cy=\"16\" r=\"6\" stroke=\"#0d0b26\" stroke-width=\"2.5\"\/><!-- [et_pb_line_break_holder] -->            <path d=\"M18 10 A6 6 0 0 1 24 16 L18 16 Z\" fill=\"#0d0b26\"\/><!-- [et_pb_line_break_holder] -->            <line x1=\"30\" y1=\"12\" x2=\"42\" y2=\"12\" stroke=\"#0d0b26\" stroke-width=\"2.5\" stroke-linecap=\"round\"\/><!-- [et_pb_line_break_holder] -->            <line x1=\"30\" y1=\"16\" x2=\"38\" y2=\"16\" stroke=\"#0d0b26\" stroke-width=\"2.5\" stroke-linecap=\"round\"\/><!-- [et_pb_line_break_holder] -->            <line x1=\"30\" y1=\"20\" x2=\"42\" y2=\"20\" stroke=\"#0d0b26\" stroke-width=\"2.5\" stroke-linecap=\"round\"\/><!-- [et_pb_line_break_holder] -->        <\/svg><!-- [et_pb_line_break_holder] -->    <\/div>\n<p><!-- [et_pb_line_break_holder] -->    <span style=\"font-size: 18px; font-weight: 600; letter-spacing: 0.2px; text-align: center;\">Infographics and presentations<\/span><!-- [et_pb_line_break_holder] --><\/a>[\/et_pb_code][et_pb_code _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;]<a href=\"https:\/\/explainvisually.co\/en\/linkedin-ads\/\" target=\"_blank\" class=\"custom-video-tile\"><!-- [et_pb_line_break_holder] -->    <\/p>\n<div class=\"custom-video-tile-icon\"><!-- [et_pb_line_break_holder] -->        <\/p>\n<div class=\"custom-video-tile-glow\"><\/div>\n<p><!-- [et_pb_line_break_holder] -->        <svg class=\"custom-video-tile-svg\" width=\"56\" height=\"40\" viewBox=\"0 0 56 40\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><!-- [et_pb_line_break_holder] -->            <path d=\"M22 12V8C22 6.895 22.895 6 24 6H32C33.105 6 34 6.895 34 8V12\" stroke=\"#0d0b26\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><!-- [et_pb_line_break_holder] -->            <rect x=\"8\" y=\"12\" width=\"40\" height=\"24\" rx=\"3\" stroke=\"#0d0b26\" stroke-width=\"2.5\" stroke-linejoin=\"round\"\/><!-- [et_pb_line_break_holder] -->            <path d=\"M16 26L24 18L30 22L38 16\" stroke=\"#0d0b26\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><!-- [et_pb_line_break_holder] -->            <path d=\"M34 16H38V20\" stroke=\"#0d0b26\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><!-- [et_pb_line_break_holder] -->        <\/svg><!-- [et_pb_line_break_holder] -->    <\/div>\n<p><!-- [et_pb_line_break_holder] -->    <span style=\"font-size: 18px; font-weight: 600; letter-spacing: 0.2px;\">Linkedin ADS<\/span><!-- [et_pb_line_break_holder] --><\/a>[\/et_pb_code][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; admin_label=&#8221;blok 4 nasze podej\u015bcie&#8221; _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; da_disable_devices=&#8221;off|off|off&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; da_is_popup=&#8221;off&#8221; da_exit_intent=&#8221;off&#8221; da_has_close=&#8221;on&#8221; da_alt_close=&#8221;off&#8221; da_dark_close=&#8221;off&#8221; da_not_modal=&#8221;on&#8221; da_is_singular=&#8221;off&#8221; da_with_loader=&#8221;off&#8221; da_has_shadow=&#8221;on&#8221;][et_pb_row column_structure=&#8221;1_2,1_2&#8243; make_equal=&#8221;on&#8221; _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; positioning=&#8221;none&#8221; module_alignment=&#8221;center&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text admin_label=&#8221;Text&#8221; _builder_version=&#8221;4.27.6&#8243; text_text_color=&#8221;#000000&#8243; border_style_all=&#8221;none&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p><span style=\"color: #f5d220;\">OUR APPROACH<\/span><\/p>\n<h2>We don&#8217;t create typical &#8220;pretty animations&#8221;<\/h2>\n<p>You don&#8217;t want your clients and employees to watch your video and say only:<\/p>\n<blockquote>\n<p>&#8220;very pretty!&#8221;<\/p>\n<\/blockquote>\n<p>\u2026and then completely forget about its content a moment later.<\/p>\n<p>What sets us apart is the fact that we create <strong>effective materials<\/strong>. Many companies create pretty animations and illustrations. That&#8217;s not hard. But we know that&#8217;s not what you&#8217;re looking for!<\/p>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_image src=&#8221;https:\/\/explainvisually.co\/wp-content\/uploads\/2022\/07\/studio-animacji-explainvisually.jpg&#8221; title_text=&#8221;studio animacji explainvisually&#8221; _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; module_alignment=&#8221;center&#8221; custom_margin=&#8221;20%||20%||false|false&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][\/et_pb_column][\/et_pb_row][et_pb_row _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text admin_label=&#8221;Text&#8221; _builder_version=&#8221;4.27.6&#8243; text_text_color=&#8221;#000000&#8243; border_style_all=&#8221;none&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>At Explain Visually, all materials are created based on visual thinking.<\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_4,1_4,1_4,1_4&#8243; _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_4&#8243; _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_code _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;]<a href=\"#\" class=\"custom-video-tile\"><!-- [et_pb_line_break_holder] -->    <\/p>\n<div class=\"custom-video-tile-icon\" style=\"margin-bottom: 16px;\"><!-- [et_pb_line_break_holder] -->        <\/p>\n<div class=\"custom-video-tile-glow\"><\/div>\n<p><!-- [et_pb_line_break_holder] -->        <svg class=\"custom-video-tile-svg\" width=\"56\" height=\"40\" viewBox=\"0 0 56 40\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><!-- [et_pb_line_break_holder] -->            <path d=\"M28 14 C20 12 12 14 8 18V34 C12 30 20 30 28 32 C36 30 44 30 48 34V18 C44 14 36 12 28 14Z\" stroke=\"#0d0b26\" stroke-width=\"2.5\" stroke-linejoin=\"round\"\/><!-- [et_pb_line_break_holder] -->            <path d=\"M28 14V32\" stroke=\"#0d0b26\" stroke-width=\"2.5\" stroke-linecap=\"round\"\/><!-- [et_pb_line_break_holder] -->        <\/svg><!-- [et_pb_line_break_holder] -->    <\/div>\n<p><!-- [et_pb_line_break_holder] -->    <span style=\"font-size: 18px; font-weight: 600; letter-spacing: 0.2px; text-align: center; margin-bottom: 6px;\">Storytelling<\/span><!-- [et_pb_line_break_holder] -->    <span style=\"font-size: 13px; font-weight: 400; text-align: center; color: #4a4a5a; line-height: 1.4; padding: 0 10px;\">We build narratives that engage.<\/span><!-- [et_pb_line_break_holder] --><\/a>[\/et_pb_code][\/et_pb_column][et_pb_column type=&#8221;1_4&#8243; _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_code _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;]<a href=\"#\" class=\"custom-video-tile\"><!-- [et_pb_line_break_holder] -->    <\/p>\n<div class=\"custom-video-tile-icon\" style=\"margin-bottom: 16px;\"><!-- [et_pb_line_break_holder] -->        <\/p>\n<div class=\"custom-video-tile-glow\"><\/div>\n<p><!-- [et_pb_line_break_holder] -->        <svg class=\"custom-video-tile-svg\" width=\"56\" height=\"40\" viewBox=\"0 0 56 40\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><!-- [et_pb_line_break_holder] -->            <path d=\"M22 24 C14 18 18 6 28 6 C38 6 42 18 34 24 V28 H22 Z\" stroke=\"#0d0b26\" stroke-width=\"2.5\" stroke-linejoin=\"round\"\/><!-- [et_pb_line_break_holder] -->            <path d=\"M24 28 V32 C24 33.1046 24.8954 34 26 34 H30 C31.1046 34 32 33.1046 32 32 V28\" stroke=\"#0d0b26\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><!-- [et_pb_line_break_holder] -->            <path d=\"M22 15 C26 12 30 12 34 15 C30 18 26 18 22 15 Z\" stroke=\"#0d0b26\" stroke-width=\"2.5\" stroke-linejoin=\"round\"\/><!-- [et_pb_line_break_holder] -->            <circle cx=\"28\" cy=\"15\" r=\"1.5\" fill=\"#0d0b26\"\/><!-- [et_pb_line_break_holder] -->        <\/svg><!-- [et_pb_line_break_holder] -->    <\/div>\n<p><!-- [et_pb_line_break_holder] -->    <span style=\"font-size: 18px; font-weight: 600; letter-spacing: 0.2px; text-align: center; margin-bottom: 6px;\">Visual Thinking<\/span><!-- [et_pb_line_break_holder] -->    <span style=\"font-size: 13px; font-weight: 400; text-align: center; color: #4a4a5a; line-height: 1.4; padding: 0 10px;\">We simplify complex information.<\/span><!-- [et_pb_line_break_holder] --><\/a>[\/et_pb_code][\/et_pb_column][et_pb_column type=&#8221;1_4&#8243; _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_code _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;]<a href=\"#\" class=\"custom-video-tile\"><!-- [et_pb_line_break_holder] -->    <\/p>\n<div class=\"custom-video-tile-icon\" style=\"margin-bottom: 16px;\"><!-- [et_pb_line_break_holder] -->        <\/p>\n<div class=\"custom-video-tile-glow\"><\/div>\n<p><!-- [et_pb_line_break_holder] -->        <svg class=\"custom-video-tile-svg\" width=\"56\" height=\"40\" viewBox=\"0 0 56 40\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><!-- [et_pb_line_break_holder] -->            <path d=\"M12 18 C12 11 19 7 28 7 C37 7 44 11 44 18 C44 25 37 29 28 29 L18 33 L20 27 C15 25 12 22 12 18 Z\" stroke=\"#0d0b26\" stroke-width=\"2.5\" stroke-linejoin=\"round\"\/><!-- [et_pb_line_break_holder] -->            <circle cx=\"22\" cy=\"15\" r=\"2\" fill=\"#0d0b26\"\/><!-- [et_pb_line_break_holder] -->            <circle cx=\"34\" cy=\"17\" r=\"2\" fill=\"#0d0b26\"\/><!-- [et_pb_line_break_holder] -->            <circle cx=\"26\" cy=\"23\" r=\"2\" fill=\"#0d0b26\"\/><!-- [et_pb_line_break_holder] -->            <path d=\"M22 15 L34 17 L26 23 Z\" stroke=\"#0d0b26\" stroke-width=\"2.5\" stroke-linejoin=\"round\"\/><!-- [et_pb_line_break_holder] -->        <\/svg><!-- [et_pb_line_break_holder] -->    <\/div>\n<p><!-- [et_pb_line_break_holder] -->    <span style=\"font-size: 18px; font-weight: 600; letter-spacing: 0.2px; text-align: center; margin-bottom: 6px;\">Communication Psychology<\/span><!-- [et_pb_line_break_holder] -->    <span style=\"font-size: 13px; font-weight: 400; text-align: center; color: #4a4a5a; line-height: 1.4; padding: 0 10px;\">We help audiences understand and remember faster.<\/span><!-- [et_pb_line_break_holder] --><\/a>[\/et_pb_code][\/et_pb_column][et_pb_column type=&#8221;1_4&#8243; _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_code _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;]<a href=\"#\" class=\"custom-video-tile\"><!-- [et_pb_line_break_holder] -->    <\/p>\n<div class=\"custom-video-tile-icon\" style=\"margin-bottom: 16px;\"><!-- [et_pb_line_break_holder] -->        <\/p>\n<div class=\"custom-video-tile-glow\"><\/div>\n<p><!-- [et_pb_line_break_holder] -->        <svg class=\"custom-video-tile-svg\" width=\"56\" height=\"40\" viewBox=\"0 0 56 40\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><!-- [et_pb_line_break_holder] -->            <circle cx=\"24\" cy=\"20\" r=\"12\" stroke=\"#0d0b26\" stroke-width=\"2.5\"\/><!-- [et_pb_line_break_holder] -->            <circle cx=\"24\" cy=\"20\" r=\"4\" stroke=\"#0d0b26\" stroke-width=\"2.5\"\/><!-- [et_pb_line_break_holder] -->            <path d=\"M24 32 V36 M16 36 H32\" stroke=\"#0d0b26\" stroke-width=\"2.5\" stroke-linecap=\"round\"\/><!-- [et_pb_line_break_holder] -->            <line x1=\"40\" y1=\"4\" x2=\"28\" y2=\"16\" stroke=\"#0d0b26\" stroke-width=\"2.5\" stroke-linecap=\"round\"\/><!-- [et_pb_line_break_holder] -->            <path d=\"M28 9 V16 H35\" stroke=\"#0d0b26\" stroke-width=\"2.5\" stroke-linejoin=\"round\" fill=\"none\"\/><!-- [et_pb_line_break_holder] -->            <line x1=\"36\" y1=\"4\" x2=\"42\" y2=\"10\" stroke=\"#0d0b26\" stroke-width=\"2.5\" stroke-linecap=\"round\"\/><!-- [et_pb_line_break_holder] -->        <\/svg><!-- [et_pb_line_break_holder] -->    <\/div>\n<p><!-- [et_pb_line_break_holder] -->    <span style=\"font-size: 18px; font-weight: 600; letter-spacing: 0.2px; text-align: center; margin-bottom: 6px;\">Business understanding<\/span><!-- [et_pb_line_break_holder] -->    <span style=\"font-size: 13px; font-weight: 400; text-align: center; color: #4a4a5a; line-height: 1.4; padding: 0 10px;\">We create materials that support business goals.<\/span><!-- [et_pb_line_break_holder] --><\/a>[\/et_pb_code][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; admin_label=&#8221;blok 5 w czym pomagamy&#8221; _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; da_disable_devices=&#8221;off|off|off&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; da_is_popup=&#8221;off&#8221; da_exit_intent=&#8221;off&#8221; da_has_close=&#8221;on&#8221; da_alt_close=&#8221;off&#8221; da_dark_close=&#8221;off&#8221; da_not_modal=&#8221;on&#8221; da_is_singular=&#8221;off&#8221; da_with_loader=&#8221;off&#8221; da_has_shadow=&#8221;on&#8221;][et_pb_row _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text admin_label=&#8221;Text&#8221; _builder_version=&#8221;4.27.6&#8243; text_text_color=&#8221;#000000&#8243; border_style_all=&#8221;none&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p style=\"text-align: center;\"><span style=\"color: #f5d220;\">WHAT DO WE HELP WITH?<\/span><\/p>\n<h2 style=\"text-align: center;\">We simplify communication where understanding matters<\/h2>\n<p style=\"text-align: center;\">They say a picture is worth 1000 words and we couldn&#8217;t agree more. Over the past decade we have created <strong>visual materials<\/strong> for over 100 companies.<\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_4,1_4,1_4,1_4&#8243; _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_4&#8243; _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_code _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<div class=\"custom-video-tile\"><!-- [et_pb_line_break_holder] -->    <\/p>\n<div class=\"custom-video-tile-icon\"><!-- [et_pb_line_break_holder] -->        <\/p>\n<div class=\"custom-video-tile-glow\"><\/div>\n<p><!-- [et_pb_line_break_holder] -->        <svg class=\"custom-video-tile-svg\" width=\"56\" height=\"40\" viewBox=\"0 0 56 40\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><!-- [et_pb_line_break_holder] -->            <circle cx=\"38\" cy=\"14\" r=\"5\" stroke=\"#0d0b26\" stroke-width=\"2.5\"\/><!-- [et_pb_line_break_holder] -->            <path d=\"M38 6V9 M38 19V22 M30 14H33 M43 14H46 M32 8L34 10 M42 18L44 20 M44 8L42 10 M34 18L32 20\" stroke=\"#0d0b26\" stroke-width=\"2.5\" stroke-linecap=\"round\"\/><!-- [et_pb_line_break_holder] -->            <rect x=\"10\" y=\"24\" width=\"16\" height=\"12\" rx=\"1\" stroke=\"#0d0b26\" stroke-width=\"2.5\" stroke-linejoin=\"round\"\/><!-- [et_pb_line_break_holder] -->            <rect x=\"8\" y=\"20\" width=\"20\" height=\"4\" rx=\"1\" stroke=\"#0d0b26\" stroke-width=\"2.5\" stroke-linejoin=\"round\"\/><!-- [et_pb_line_break_holder] -->            <line x1=\"18\" y1=\"24\" x2=\"18\" y2=\"29\" stroke=\"#0d0b26\" stroke-width=\"2.5\" stroke-linecap=\"round\"\/><!-- [et_pb_line_break_holder] -->        <\/svg><!-- [et_pb_line_break_holder] -->    <\/div>\n<p><!-- [et_pb_line_break_holder] -->    <span style=\"font-size: 18px; font-weight: 600; letter-spacing: 0.2px; text-align: center;\">We explain products and services<\/span><!-- [et_pb_line_break_holder] -->    <span style=\"font-size: 13px; font-weight: 400; text-align: center; color: #4a4a5a; line-height: 1.4; padding: 0 10px;\">So that clients quickly understand their value.<\/span><!-- [et_pb_line_break_holder] --><\/div>\n<p>[\/et_pb_code][\/et_pb_column][et_pb_column type=&#8221;1_4&#8243; _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_code _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<div class=\"custom-video-tile\"><!-- [et_pb_line_break_holder] -->    <\/p>\n<div class=\"custom-video-tile-icon\"><!-- [et_pb_line_break_holder] -->        <\/p>\n<div class=\"custom-video-tile-glow\"><\/div>\n<p><!-- [et_pb_line_break_holder] -->        <svg class=\"custom-video-tile-svg\" width=\"56\" height=\"40\" viewBox=\"0 0 56 40\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><!-- [et_pb_line_break_holder] -->            <rect x=\"22\" y=\"6\" width=\"12\" height=\"8\" rx=\"2\" stroke=\"#0d0b26\" stroke-width=\"2.5\" stroke-linejoin=\"round\"\/><!-- [et_pb_line_break_holder] -->            <rect x=\"10\" y=\"24\" width=\"12\" height=\"8\" rx=\"2\" stroke=\"#0d0b26\" stroke-width=\"2.5\" stroke-linejoin=\"round\"\/><!-- [et_pb_line_break_holder] -->            <rect x=\"34\" y=\"24\" width=\"12\" height=\"8\" rx=\"2\" stroke=\"#0d0b26\" stroke-width=\"2.5\" stroke-linejoin=\"round\"\/><!-- [et_pb_line_break_holder] -->            <path d=\"M28 14V19H16V24 M28 19H40V24\" stroke=\"#0d0b26\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><!-- [et_pb_line_break_holder] -->        <\/svg><!-- [et_pb_line_break_holder] -->    <\/div>\n<p><!-- [et_pb_line_break_holder] -->    <span style=\"font-size: 18px; font-weight: 600; letter-spacing: 0.2px; text-align: center;\">We simplify procedures<\/span><!-- [et_pb_line_break_holder] -->    <span style=\"font-size: 13px; font-weight: 400; text-align: center; color: #4a4a5a; line-height: 1.4; padding: 0 10px;\">We create materials that help employees better understand processes and operating principles.<\/span><!-- [et_pb_line_break_holder] --><\/div>\n<p>[\/et_pb_code][\/et_pb_column][et_pb_column type=&#8221;1_4&#8243; _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_code _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<div class=\"custom-video-tile\"><!-- [et_pb_line_break_holder] -->    <\/p>\n<div class=\"custom-video-tile-icon\"><!-- [et_pb_line_break_holder] -->        <\/p>\n<div class=\"custom-video-tile-glow\"><\/div>\n<p><!-- [et_pb_line_break_holder] -->        <svg class=\"custom-video-tile-svg\" width=\"56\" height=\"40\" viewBox=\"0 0 56 40\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><!-- [et_pb_line_break_holder] -->            <line x1=\"8\" y1=\"34\" x2=\"48\" y2=\"34\" stroke=\"#0d0b26\" stroke-width=\"2.5\" stroke-linecap=\"round\"\/><!-- [et_pb_line_break_holder] -->            <path d=\"M12 34 L22 22 L30 26 L40 14\" stroke=\"#0d0b26\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><!-- [et_pb_line_break_holder] -->            <path d=\"M40 14 V4\" stroke=\"#0d0b26\" stroke-width=\"2.5\" stroke-linecap=\"round\"\/><!-- [et_pb_line_break_holder] -->            <path d=\"M40 4 L48 8 L40 12 Z\" stroke=\"#0d0b26\" stroke-width=\"2.5\" stroke-linejoin=\"round\"\/><!-- [et_pb_line_break_holder] -->        <\/svg><!-- [et_pb_line_break_holder] -->    <\/div>\n<p><!-- [et_pb_line_break_holder] -->    <span style=\"font-size: 18px; font-weight: 600; letter-spacing: 0.2px; text-align: center;\">We explain strategies<\/span><!-- [et_pb_line_break_holder] -->    <span style=\"font-size: 13px; font-weight: 400; text-align: center; color: #4a4a5a; line-height: 1.4; padding: 0 10px;\">We present complex business ideas in a visual and clear way.<\/span><!-- [et_pb_line_break_holder] --><\/div>\n<p>[\/et_pb_code][\/et_pb_column][et_pb_column type=&#8221;1_4&#8243; _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_code _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<div class=\"custom-video-tile\"><!-- [et_pb_line_break_holder] -->    <\/p>\n<div class=\"custom-video-tile-icon\"><!-- [et_pb_line_break_holder] -->        <\/p>\n<div class=\"custom-video-tile-glow\"><\/div>\n<p><!-- [et_pb_line_break_holder] -->        <svg class=\"custom-video-tile-svg\" width=\"56\" height=\"40\" viewBox=\"0 0 56 40\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><!-- [et_pb_line_break_holder] -->            <path d=\"M28 10L44 16L28 22L12 16L28 10Z\" stroke=\"#0d0b26\" stroke-width=\"2.5\" stroke-linejoin=\"round\"\/><!-- [et_pb_line_break_holder] -->            <path d=\"M18 20 V26 C18 29.5 38 29.5 38 26 V20\" stroke=\"#0d0b26\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><!-- [et_pb_line_break_holder] -->            <path d=\"M44 16 V26\" stroke=\"#0d0b26\" stroke-width=\"2.5\" stroke-linecap=\"round\"\/><!-- [et_pb_line_break_holder] -->            <circle cx=\"44\" cy=\"28\" r=\"2\" fill=\"#0d0b26\"\/><!-- [et_pb_line_break_holder] -->            <line x1=\"28\" y1=\"4\" x2=\"28\" y2=\"6\" stroke=\"#0d0b26\" stroke-width=\"2.5\" stroke-linecap=\"round\"\/><!-- [et_pb_line_break_holder] -->            <line x1=\"14\" y1=\"8\" x2=\"16\" y2=\"10\" stroke=\"#0d0b26\" stroke-width=\"2.5\" stroke-linecap=\"round\"\/><!-- [et_pb_line_break_holder] -->            <line x1=\"42\" y1=\"8\" x2=\"40\" y2=\"10\" stroke=\"#0d0b26\" stroke-width=\"2.5\" stroke-linecap=\"round\"\/><!-- [et_pb_line_break_holder] -->        <\/svg><!-- [et_pb_line_break_holder] -->    <\/div>\n<p><!-- [et_pb_line_break_holder] -->    <span style=\"font-size: 18px; font-weight: 600; letter-spacing: 0.2px; text-align: center;\">We educate and engage<\/span><!-- [et_pb_line_break_holder] -->    <span style=\"font-size: 13px; font-weight: 400; text-align: center; color: #4a4a5a; line-height: 1.4; padding: 0 10px;\">We create content that helps audiences remember the most important information faster.<\/span><!-- [et_pb_line_break_holder] --><\/div>\n<p>[\/et_pb_code][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; admin_label=&#8221;blok 6 nasi klienci&#8221; _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; da_disable_devices=&#8221;off|off|off&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; da_is_popup=&#8221;off&#8221; da_exit_intent=&#8221;off&#8221; da_has_close=&#8221;on&#8221; da_alt_close=&#8221;off&#8221; da_dark_close=&#8221;off&#8221; da_not_modal=&#8221;on&#8221; da_is_singular=&#8221;off&#8221; da_with_loader=&#8221;off&#8221; da_has_shadow=&#8221;on&#8221;][et_pb_row _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text admin_label=&#8221;Text&#8221; _builder_version=&#8221;4.27.6&#8243; text_text_color=&#8221;#000000&#8243; border_style_all=&#8221;none&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p style=\"text-align: center;\"><span style=\"color: #f5d220;\">OUR CLIENTS<\/span><\/p>\n<h2 style=\"text-align: center;\">Clients from around the world have trusted us<\/h2>\n<p style=\"text-align: center;\">We have already completed over 500 projects in <strong>19 languages<\/strong>.<\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_6,1_6,1_6,1_6,1_6,1_6&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;-20px||-6px||false|false&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_6&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_image src=&#8221;https:\/\/explainvisually.co\/wp-content\/uploads\/2022\/08\/PepsiCo_logo.svg.png&#8221; title_text=&#8221;PepsiCo_logo.svg&#8221; align=&#8221;center&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; width=&#8221;100%&#8221; custom_margin=&#8221;0px||||false|false&#8221; custom_padding=&#8221;0px||0px||false|false&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][\/et_pb_column][et_pb_column type=&#8221;1_6&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_image src=&#8221;https:\/\/explainvisually.co\/wp-content\/uploads\/2022\/08\/Nestle\u0301-Logo.jpg&#8221; title_text=&#8221;Nestle\u0301-Logo&#8221; align=&#8221;center&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; width=&#8221;68%&#8221; custom_margin=&#8221;-14px||0px||false|false&#8221; custom_padding=&#8221;0px||0px||false|false&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][\/et_pb_column][et_pb_column type=&#8221;1_6&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_image src=&#8221;https:\/\/explainvisually.co\/wp-content\/uploads\/2019\/07\/credit-agricole-logo.png&#8221; alt=&#8221;santander logo&#8221; title_text=&#8221;credit agricole logo&#8221; align=&#8221;center&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; width=&#8221;95%&#8221; custom_margin=&#8221;-42px||||false|false&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][\/et_pb_column][et_pb_column type=&#8221;1_6&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_image src=&#8221;https:\/\/explainvisually.co\/wp-content\/uploads\/2022\/09\/Polska_Grupa_Energetyczna_logo.svg.png&#8221; title_text=&#8221;Polska_Grupa_Energetyczna_logo.svg&#8221; align=&#8221;center&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; width=&#8221;73%&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][\/et_pb_column][et_pb_column type=&#8221;1_6&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_image src=&#8221;https:\/\/explainvisually.co\/wp-content\/uploads\/2022\/07\/Logo_Ministerstwa_Zdrowia.svg.png&#8221; title_text=&#8221;Logo_Ministerstwa_Zdrowia.svg&#8221; align=&#8221;center&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; width=&#8221;91%&#8221; custom_margin=&#8221;1px||0px||false|false&#8221; custom_padding=&#8221;0px||0px||false|false&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][\/et_pb_column][et_pb_column type=&#8221;1_6&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_image src=&#8221;https:\/\/explainvisually.co\/wp-content\/uploads\/2022\/08\/ikea-logo.png&#8221; title_text=&#8221;ikea logo&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; width=&#8221;70%&#8221; custom_margin=&#8221;6px||||false|false&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_6,1_6,1_6,1_6,1_6,1_6&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;-20px||-6px||false|false&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_6&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_image src=&#8221;https:\/\/explainvisually.co\/wp-content\/uploads\/2022\/09\/1280px-Allegro.pl_sklep.png&#8221; title_text=&#8221;1280px-Allegro.pl_sklep&#8221; align=&#8221;center&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; width=&#8221;83%&#8221; custom_margin=&#8221;8px||||false|false&#8221; custom_padding=&#8221;0px||0px||false|false&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][\/et_pb_column][et_pb_column type=&#8221;1_6&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_image src=&#8221;https:\/\/explainvisually.co\/wp-content\/uploads\/2022\/08\/T-Mobile_logo2.png&#8221; title_text=&#8221;T-Mobile_logo2&#8243; align=&#8221;center&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; width=&#8221;97%&#8221; custom_margin=&#8221;8px||||false|false&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][\/et_pb_column][et_pb_column type=&#8221;1_6&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_image src=&#8221;https:\/\/explainvisually.co\/wp-content\/uploads\/2022\/08\/Alior_Bank.png&#8221; alt=&#8221;santander logo&#8221; title_text=&#8221;Alior_Bank&#8221; align=&#8221;center&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; width=&#8221;79%&#8221; custom_margin=&#8221;-1px||||false|false&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][\/et_pb_column][et_pb_column type=&#8221;1_6&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_image src=&#8221;https:\/\/explainvisually.co\/wp-content\/uploads\/2022\/07\/2560px-Logo_of_the_Sharp_Corporation.svg.png&#8221; title_text=&#8221;2560px-Logo_of_the_Sharp_Corporation.svg&#8221; align=&#8221;center&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;15px||||false|false&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][\/et_pb_column][et_pb_column type=&#8221;1_6&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_image src=&#8221;https:\/\/explainvisually.co\/wp-content\/uploads\/2022\/07\/logo-ariadna.png&#8221; title_text=&#8221;logo ariadna&#8221; align=&#8221;center&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; width=&#8221;91%&#8221; custom_margin=&#8221;11px||||false|false&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][\/et_pb_column][et_pb_column type=&#8221;1_6&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_image src=&#8221;https:\/\/explainvisually.co\/wp-content\/uploads\/2022\/07\/dr-max.svg&#8221; title_text=&#8221;dr-max&#8221; align=&#8221;center&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; width=&#8221;96%&#8221; custom_margin=&#8221;4px||||false|false&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_6,1_6,1_6,1_6,1_6,1_6&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;-20px||-6px||false|false&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_6&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_image src=&#8221;https:\/\/explainvisually.co\/wp-content\/uploads\/2022\/07\/Pfizer-Logo.png&#8221; title_text=&#8221;Pfizer-Logo&#8221; align=&#8221;center&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; width=&#8221;86%&#8221; custom_margin=&#8221;-9px||0px||false|false&#8221; custom_padding=&#8221;0px||0px||false|false&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][\/et_pb_column][et_pb_column type=&#8221;1_6&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_image src=&#8221;https:\/\/explainvisually.co\/wp-content\/uploads\/2022\/08\/ING_Group_N.V._Logo.svg.png&#8221; title_text=&#8221;ING_Group_N.V._Logo.svg&#8221; align=&#8221;center&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; width=&#8221;87%&#8221; custom_margin=&#8221;6px||0px||false|false&#8221; custom_padding=&#8221;0px||0px||false|false&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][\/et_pb_column][et_pb_column type=&#8221;1_6&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_image src=&#8221;https:\/\/explainvisually.co\/wp-content\/uploads\/2021\/09\/santander-logo.png&#8221; alt=&#8221;santander logo&#8221; title_text=&#8221;santander logo&#8221; align=&#8221;center&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; width=&#8221;99%&#8221; custom_margin=&#8221;10px||||false|false&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][\/et_pb_column][et_pb_column type=&#8221;1_6&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_image src=&#8221;https:\/\/explainvisually.co\/wp-content\/uploads\/2019\/07\/credit-agricole-logo.png&#8221; title_text=&#8221;credit agricole logo&#8221; align=&#8221;center&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; width=&#8221;91%&#8221; custom_margin=&#8221;-37px||0px||false|false&#8221; custom_padding=&#8221;0px||0px||false|false&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][\/et_pb_column][et_pb_column type=&#8221;1_6&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_image src=&#8221;https:\/\/explainvisually.co\/wp-content\/uploads\/2021\/01\/medicover-logo.jpg&#8221; title_text=&#8221;medicover logo&#8221; align=&#8221;center&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; width=&#8221;82%&#8221; custom_margin=&#8221;-10px||||false|false&#8221; custom_padding=&#8221;0px||||false|false&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][\/et_pb_column][et_pb_column type=&#8221;1_6&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_image src=&#8221;https:\/\/explainvisually.co\/wp-content\/uploads\/2022\/07\/mylan-logo.png&#8221; title_text=&#8221;mylan logo&#8221; align=&#8221;center&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; width=&#8221;95%&#8221; custom_margin=&#8221;8px||||false|false&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; admin_label=&#8221;blok 7 efekty naszyj projektow&#8221; _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; da_disable_devices=&#8221;off|off|off&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; da_is_popup=&#8221;off&#8221; da_exit_intent=&#8221;off&#8221; da_has_close=&#8221;on&#8221; da_alt_close=&#8221;off&#8221; da_dark_close=&#8221;off&#8221; da_not_modal=&#8221;on&#8221; da_is_singular=&#8221;off&#8221; da_with_loader=&#8221;off&#8221; da_has_shadow=&#8221;on&#8221;][et_pb_row _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text admin_label=&#8221;Text&#8221; _builder_version=&#8221;4.27.6&#8243; text_text_color=&#8221;#000000&#8243; border_style_all=&#8221;none&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p style=\"text-align: center;\"><span style=\"color: #f5d220;\">RESULTS OF OUR PROJECTS<\/span><\/p>\n<h2 style=\"text-align: center;\">Our projects have helped sell, educate and promote<\/h2>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_4,1_4,1_4,1_4&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;rgba(132,185,201,0.19)&#8221; custom_margin=&#8221;||5px||false|false&#8221; border_radii=&#8221;on|4px|4px|4px|4px&#8221; border_width_all=&#8221;2px&#8221; border_color_all=&#8221;#34a7ca&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_4&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p style=\"text-align: center;\"><strong>They sold<\/strong><\/p>\n<p>[\/et_pb_text][et_pb_image src=&#8221;https:\/\/explainvisually.co\/wp-content\/uploads\/2022\/09\/animacje-sprzedawaly-kopia.png&#8221; title_text=&#8221;animacje sprzedawa\u0142y kopia&#8221; align=&#8221;center&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; width=&#8221;55%&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][\/et_pb_column][et_pb_column type=&#8221;1_4&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;0px||||false|false&#8221; custom_padding=&#8221;10px|10px|10px|10px|false|false&#8221; border_radii=&#8221;on|8px|8px|8px|8px&#8221; border_color_all=&#8221;#34a7ca&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p style=\"text-align: center;\"><span style=\"color: #000000;\">&#8230;an online course for medical students, which thanks to the animation earned its first<\/span><br \/><span style=\"color: #000000;\"> 400,000 PLN.<\/span><\/p>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;1_4&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;0px||||false|false&#8221; custom_padding=&#8221;10px|10px|10px|10px|false|false&#8221; border_radii=&#8221;on|8px|8px|8px|8px&#8221; border_color_all=&#8221;#34a7ca&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><br \/> &#8230;Nestle&#8217;s weight loss products in Saudi Arabia.<\/span><\/p>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;1_4&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;|13px|||false|false&#8221; border_color_all=&#8221;#34a7ca&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><\/span><\/p>\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><\/span><\/p>\n<p style=\"text-align: center;\"><span style=\"color: #000000;\">&#8230;a consulting project worth 324,000 PLN.<\/span><\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_4,1_4,1_4,1_4&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;rgba(132,185,201,0.19)&#8221; custom_margin=&#8221;||5px||false|false&#8221; border_radii=&#8221;on|4px|4px|4px|4px&#8221; border_width_all=&#8221;2px&#8221; border_color_all=&#8221;#34a7ca&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_4&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p style=\"text-align: center;\"><strong>They promoted<\/strong><\/p>\n<p>[\/et_pb_text][et_pb_image src=&#8221;https:\/\/explainvisually.co\/wp-content\/uploads\/2022\/09\/animacje-edukacja-kopia.png&#8221; title_text=&#8221;animacje edukacja kopia&#8221; align=&#8221;center&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; width=&#8221;55%&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][\/et_pb_column][et_pb_column type=&#8221;1_4&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><\/span><\/p>\n<p style=\"text-align: center;\"><span color=\"#000000\" style=\"color: #000000;\"><span style=\"caret-color: #000000;\">&#8230;the history and achievements of the Polish Cosmetics Industry Association <br \/>at a conference celebrating <br \/>the organization&#8217;s 20th anniversary.<br \/> <\/span><\/span><\/p>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;1_4&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><\/span><\/p>\n<p style=\"text-align: center;\"><span style=\"color: #000000;\">&#8230;the largest Mars rover competition <br \/>and space industry conference in Europe.<\/span><\/p>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;1_4&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;|13px|||false|false&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p style=\"text-align: center;\"><span style=\"color: #000000;\">&#8230;a startup that thanks to our animation won one million dollars in a competition for the <a href=\"https:\/\/explainvisually.co\/en\/our-video-helped-to-win-1000000-in-a-israelis-startup-competition\/\" target=\"_blank\" rel=\"noopener noreferrer\" style=\"color: #000000;\">best insurance startup in Israel<\/a>.<\/span><\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_4,1_4,1_4,1_4&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;rgba(132,185,201,0.19)&#8221; custom_margin=&#8221;||5px||false|false&#8221; border_radii=&#8221;on|4px|4px|4px|4px&#8221; border_width_all=&#8221;2px&#8221; border_color_all=&#8221;#34a7ca&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_4&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p style=\"text-align: center;\"><strong>They educated<\/strong><\/p>\n<p>[\/et_pb_text][et_pb_image src=&#8221;https:\/\/explainvisually.co\/wp-content\/uploads\/2022\/09\/animacje-edukacja-ludzi-kopia.png&#8221; title_text=&#8221;animacje edukacja ludzi kopia&#8221; align=&#8221;center&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; width=&#8221;55%&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][\/et_pb_column][et_pb_column type=&#8221;1_4&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><br \/>&#8230;about CSR in over 20 <\/span><a href=\"https:\/\/explainvisually.co\/wspolpraca-tesco-i-explainvisually-zostala-rozszerzona-o-czechy-i-slowacje\/\" target=\"_blank\" rel=\"noopener noreferrer\"><span style=\"color: #000000;\">TESCO stores in Central Europe.<\/span><\/a><\/p>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;1_4&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><\/span><\/p>\n<p style=\"text-align: center;\"><span style=\"color: #000000;\">&#8230;about the new global purchasing procedures <span>Herbalife employees worldwide.<\/span><\/span><\/p>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;1_4&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;|13px|||false|false&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"><\/span><\/p>\n<p style=\"text-align: center;\"><span style=\"color: #000000;\">&#8230;about IKEA&#8217;s digital transformation strategy<\/span><br \/> <span style=\"color: #000000;\"> on 3 continents.<\/span><\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; admin_label=&#8221;blok 8 opinie klientow&#8221; module_class=&#8221;section_divider_top_white wide-section top-section&#8221; _builder_version=&#8221;4.27.6&#8243; background_color=&#8221;#34a7ca&#8221; link_option_url_new_window=&#8221;on&#8221; da_disable_devices=&#8221;off|off|off&#8221; saved_tabs=&#8221;all&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; da_is_popup=&#8221;off&#8221; da_exit_intent=&#8221;off&#8221; da_has_close=&#8221;on&#8221; da_alt_close=&#8221;off&#8221; da_dark_close=&#8221;off&#8221; da_not_modal=&#8221;on&#8221; da_is_singular=&#8221;off&#8221; da_with_loader=&#8221;off&#8221; da_has_shadow=&#8221;on&#8221;][et_pb_row _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text admin_label=&#8221;Text&#8221; _builder_version=&#8221;4.27.6&#8243; text_text_color=&#8221;#FFFFFF&#8221; border_style_all=&#8221;none&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p style=\"text-align: center;\"><span style=\"color: #f5d220;\">CLIENT TESTIMONIALS<\/span><\/p>\n<h2 style=\"text-align: center; color: #ffffff!important;\">What do our clients say?<\/h2>\n<p>[\/et_pb_text][et_pb_slider show_arrows=&#8221;off&#8221; arrows_custom_color=&#8221;rgba(0,0,0,0)&#8221; _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#34a7ca&#8221; animation_style=&#8221;slide&#8221; auto=&#8221;on&#8221; auto_speed=&#8221;15000&#8243; auto_ignore_hover=&#8221;on&#8221; border_color_all=&#8221;rgba(0,0,0,0)&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_slide use_bg_overlay=&#8221;off&#8221; use_text_overlay=&#8221;off&#8221; alignment=&#8221;bottom&#8221; arrows_custom_color=&#8221;rgba(0,0,0,0)&#8221; _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h6&#8243; header_font_size=&#8221;1px&#8221; global_colors_info=&#8221;{}&#8221; sticky_transition=&#8221;on&#8221;]<\/p>\n<table style=\"width: 100%; border-style: none;\">\n<tbody>\n<tr>\n<td style=\"width: 100%; border-style: none; font-size: 20px;\" colspan=\"2\">\n<p>&#8220;Working with ExplainVisually was well-organized from the start \u2013 we received detailed information about the process and guidance that helped us quickly work through the script.<\/p>\n<p>From the very beginning we were amazed by how they were able to tell our story through visuals and capture the atmosphere of the course.&#8221;<\/p>\n<p>&nbsp;<\/p>\n<\/td>\n<\/tr>\n<tr>\n<td style=\"width: 33.3%; border-style: none;\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-9741 alignnone size-full\" src=\"https:\/\/explainvisually.co\/wp-content\/uploads\/2020\/09\/adam-karmicki-kolo.png\" alt=\"\" width=\"100\" height=\"100\" srcset=\"https:\/\/explainvisually.co\/wp-content\/uploads\/2020\/09\/adam-karmicki-kolo.png 150w, https:\/\/explainvisually.co\/wp-content\/uploads\/2020\/09\/adam-karmicki-kolo-75x75.png 75w\" sizes=\"(max-width: 100px) 100vw, 100px\" \/><\/td>\n<td style=\"width: 66.7%; border-style: none; font-size: 18px; padding-left: 25px;\">\n<p style=\"text-align: left;\"><strong>Adam Karmi\u0144ski<\/strong><br \/> COO @ Bethink<\/p>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>&nbsp;<\/p>\n<p>[\/et_pb_slide][et_pb_slide use_bg_overlay=&#8221;off&#8221; use_text_overlay=&#8221;off&#8221; alignment=&#8221;bottom&#8221; arrows_custom_color=&#8221;rgba(0,0,0,0)&#8221; _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h6&#8243; header_font_size=&#8221;1px&#8221; global_colors_info=&#8221;{}&#8221; sticky_transition=&#8221;on&#8221;]<\/p>\n<table style=\"width: 100%; border-style: none;\">\n<tbody>\n<tr>\n<td style=\"width: 100%; border-style: none; font-size: 20px;\" colspan=\"2\">\n<p>&#8220;<span>ExplainVisually are like the best Uber drivers. <\/span>Fast, not afraid of challenges and always deliver on time.<\/p>\n<p><span>They handle Client complaints with understanding, and when needed \u2013 they&#8217;ll show a shorter and better route to the goal. And all at a reasonable price. I give five stars.<\/span><\/p>\n<p>&nbsp;<\/p>\n<\/td>\n<\/tr>\n<tr>\n<td style=\"width: 33.3%; border-style: none;\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-7914 alignnone size-full\" src=\"https:\/\/explainvisually.co\/wp-content\/uploads\/2020\/06\/Marcin-Mlodozeniec-3S-Grupa-Play-png-150-1.png\" alt=\"\" width=\"100\" height=\"100\" srcset=\"https:\/\/explainvisually.co\/wp-content\/uploads\/2020\/06\/Marcin-Mlodozeniec-3S-Grupa-Play-png-150-1.png 150w, https:\/\/explainvisually.co\/wp-content\/uploads\/2020\/06\/Marcin-Mlodozeniec-3S-Grupa-Play-png-150-1-75x75.png 75w\" sizes=\"(max-width: 100px) 100vw, 100px\" \/><\/td>\n<td style=\"width: 66.7%; border-style: none; font-size: 18px; padding-left: 25px;\">\n<p style=\"text-align: left;\"><strong>Marcin M\u0142odo\u017ceniec<\/strong><br \/> Marketing Director,<br \/> 3S Grupa PLAY<\/p>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>&nbsp;<\/p>\n<p>[\/et_pb_slide][et_pb_slide use_bg_overlay=&#8221;off&#8221; use_text_overlay=&#8221;off&#8221; alignment=&#8221;bottom&#8221; arrows_custom_color=&#8221;rgba(0,0,0,0)&#8221; _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h6&#8243; header_font_size=&#8221;1px&#8221; global_colors_info=&#8221;{}&#8221; sticky_transition=&#8221;on&#8221;]<\/p>\n<table style=\"width: 100%; border-style: none;\">\n<tbody>\n<tr>\n<td style=\"width: 100%; border-style: none; font-size: 20px;\" colspan=\"2\">\n<p style=\"padding-bottom: 2.5em; padding-top: 1em;\">&#8220;<em>Thanks to the workshops we quickly understood where we were making mistakes in communicating our offer. We also developed a new way of talking about our products, much closer to what the client really needs.<\/p>\n<p><\/em><em style=\"font-family: inherit;\">And all of this in a friendly and professional atmosphere.&#8221;<\/em><\/p>\n<\/td>\n<\/tr>\n<tr>\n<td style=\"width: 33.3%; border-style: none;\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-7891 alignnone size-full\" src=\"https:\/\/explainvisually.co\/wp-content\/uploads\/2020\/06\/Anna-Strezynska-png-bez-tla-150-1.png\" alt=\"\" width=\"100\" height=\"100\" srcset=\"https:\/\/explainvisually.co\/wp-content\/uploads\/2020\/06\/Anna-Strezynska-png-bez-tla-150-1.png 150w, https:\/\/explainvisually.co\/wp-content\/uploads\/2020\/06\/Anna-Strezynska-png-bez-tla-150-1-75x75.png 75w\" sizes=\"(max-width: 100px) 100vw, 100px\" \/><\/td>\n<td style=\"width: 66.7%; border-style: none; font-size: 18px; padding-left: 25px;\">\n<p style=\"text-align: left;\"><b>Anna Stre\u017cy\u0144ska<\/b><br \/> CEO MC2 Innovations,<br \/> former Minister of Digital Affairs<\/p>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>[\/et_pb_slide][\/et_pb_slider][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; admin_label=&#8221;blok 9 globalne wyroznienia&#8221; _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; da_disable_devices=&#8221;off|off|off&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; da_is_popup=&#8221;off&#8221; da_exit_intent=&#8221;off&#8221; da_has_close=&#8221;on&#8221; da_alt_close=&#8221;off&#8221; da_dark_close=&#8221;off&#8221; da_not_modal=&#8221;on&#8221; da_is_singular=&#8221;off&#8221; da_with_loader=&#8221;off&#8221; da_has_shadow=&#8221;on&#8221;][et_pb_row _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text admin_label=&#8221;Text&#8221; _builder_version=&#8221;4.27.6&#8243; text_text_color=&#8221;#000000&#8243; border_style_all=&#8221;none&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p style=\"text-align: center;\"><span style=\"color: #f5d220;\">GLOBAL RECOGNITION<\/span><\/p>\n<h2 style=\"text-align: center;\">Globally recognized for project quality and client reviews<\/h2>\n<p style=\"text-align: center;\">For years we have been earning Clutch and The Manifest awards, granted based on verified client reviews, quality of delivery and effectiveness of collaboration.<\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_code admin_label=&#8221;o\u015b czasu&#8221; _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<div class=\"custom-timeline\"><!-- [et_pb_line_break_holder] -->    <\/p>\n<div class=\"custom-timeline-item left\"><!-- [et_pb_line_break_holder] -->        <\/p>\n<div class=\"custom-timeline-dot\">\n<div class=\"custom-timeline-dot-glow\"><\/div>\n<\/div>\n<p><!-- [et_pb_line_break_holder] -->        <\/p>\n<div class=\"custom-timeline-content\"><!-- [et_pb_line_break_holder] -->            <\/p>\n<div class=\"custom-timeline-year\">2023<\/div>\n<p><!-- [et_pb_line_break_holder] -->            <\/p>\n<h3 class=\"custom-timeline-title\">Clutch Global &#038; Clutch Champion Winner<\/h3>\n<p><!-- [et_pb_line_break_holder] -->            <pee class=\"custom-timeline-desc\">In autumn 2023 we ranked among the top 10% of companies on Clutch. The awards were granted based on quality of delivery, client reviews and project effectiveness.<\/pee><!-- [et_pb_line_break_holder] -->            <\/p>\n<div class=\"custom-timeline-image-placeholder\">Space for: Clutch Champion + Clutch Global Winner<\/div>\n<p><!-- [et_pb_line_break_holder] -->        <\/div>\n<p><!-- [et_pb_line_break_holder] -->    <\/div>\n<p><!-- [et_pb_line_break_holder] -->    <\/p>\n<div class=\"custom-timeline-item right\"><!-- [et_pb_line_break_holder] -->        <\/p>\n<div class=\"custom-timeline-dot\">\n<div class=\"custom-timeline-dot-glow\"><\/div>\n<\/div>\n<p><!-- [et_pb_line_break_holder] -->        <\/p>\n<div class=\"custom-timeline-content\"><!-- [et_pb_line_break_holder] -->            <\/p>\n<div class=\"custom-timeline-year\">2024<\/div>\n<p><!-- [et_pb_line_break_holder] -->            <\/p>\n<h3 class=\"custom-timeline-title\">The Manifest Awards 2024<\/h3>\n<p><!-- [et_pb_line_break_holder] -->            <pee class=\"custom-timeline-desc\">We were recognized as one of the most reviewed animation production companies in Poland according to The Manifest.<\/pee><!-- [et_pb_line_break_holder] -->            <\/p>\n<div class=\"custom-timeline-image-placeholder\"><img decoding=\"async\" src=\"https:\/\/explainvisually.co\/wp-content\/uploads\/2026\/05\/2024.07.17-odznaka.webp\" alt=\"We were recognized as one of the most reviewed animation production companies in Poland according to The Manifest.\"><\/div>\n<p><!-- [et_pb_line_break_holder] -->        <\/div>\n<p><!-- [et_pb_line_break_holder] -->    <\/div>\n<p><!-- [et_pb_line_break_holder] -->    <\/p>\n<div class=\"custom-timeline-item left\"><!-- [et_pb_line_break_holder] -->        <\/p>\n<div class=\"custom-timeline-dot\">\n<div class=\"custom-timeline-dot-glow\"><\/div>\n<\/div>\n<p><!-- [et_pb_line_break_holder] -->        <\/p>\n<div class=\"custom-timeline-content\"><!-- [et_pb_line_break_holder] -->            <\/p>\n<div class=\"custom-timeline-year\">2024<\/div>\n<p><!-- [et_pb_line_break_holder] -->            <\/p>\n<h3 class=\"custom-timeline-title\">Premier Verified by Clutch<\/h3>\n<p><!-- [et_pb_line_break_holder] -->            <pee class=\"custom-timeline-desc\">We received Premier Verified status. This is the highest level of Clutch verification, awarded to companies meeting rigorous quality and credibility criteria.<\/pee><!-- [et_pb_line_break_holder] -->            <\/p>\n<div class=\"custom-timeline-image-placeholder\"><img decoding=\"async\" src=\"https:\/\/explainvisually.co\/wp-content\/uploads\/2026\/05\/2024.10.30-odznaka.gif\" alt=\"We received Premier Verified status. This is the highest level of Clutch verification, awarded to companies meeting rigorous quality and credibility criteria.\"><\/div>\n<p><!-- [et_pb_line_break_holder] -->        <\/div>\n<p><!-- [et_pb_line_break_holder] -->    <\/div>\n<p><!-- [et_pb_line_break_holder] -->    <\/p>\n<div class=\"custom-timeline-item right\"><!-- [et_pb_line_break_holder] -->        <\/p>\n<div class=\"custom-timeline-dot\">\n<div class=\"custom-timeline-dot-glow\"><\/div>\n<\/div>\n<p><!-- [et_pb_line_break_holder] -->        <\/p>\n<div class=\"custom-timeline-content\"><!-- [et_pb_line_break_holder] -->            <\/p>\n<div class=\"custom-timeline-year\">2025<\/div>\n<p><!-- [et_pb_line_break_holder] -->            <\/p>\n<h3 class=\"custom-timeline-title\">Clutch Global Spring 2025<\/h3>\n<p><!-- [et_pb_line_break_holder] -->            <pee class=\"custom-timeline-desc\">Explain Visually among the top 15 explainer video companies in the world!<!\u2013- [et_pb_br_holder] -\u2013><!\u2013- [et_pb_br_holder] -\u2013>Clutch Global awards are granted twice a year based on the proprietary &#8220;Ability to Deliver&#8221; methodology, taking into account verified client reviews, industry experience and delivery effectiveness.<\/pee><!-- [et_pb_line_break_holder] -->            <\/p>\n<div class=\"custom-timeline-image-placeholder\"><img decoding=\"async\" src=\"https:\/\/explainvisually.co\/wp-content\/uploads\/2026\/05\/2025.05.22-odznaka.webp\" alt=\"Explain Visually among the top 15 explainer video companies in the world!<!\u2013- [et_pb_br_holder] -\u2013><!\u2013- [et_pb_br_holder] -\u2013>Clutch Global awards are granted twice a year based on the proprietary &#8220;Ability to Deliver&#8221; methodology, taking into account verified client reviews, industry experience and delivery effectiveness.&#8221;><\/div>\n<p><!-- [et_pb_line_break_holder] -->        <\/div>\n<p><!-- [et_pb_line_break_holder] -->    <\/div>\n<p><!-- [et_pb_line_break_holder] --><\/div>\n<p>[\/et_pb_code][et_pb_code admin_label=&#8221;style o\u015b czasu&#8221; _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<style><!-- [et_pb_line_break_holder] -->\/* Kontener g\u0142\u00f3wny osi czasu *\/<!-- [et_pb_line_break_holder] -->.custom-timeline {<!-- [et_pb_line_break_holder] -->    position: relative;<!-- [et_pb_line_break_holder] -->    max-width: 1000px;<!-- [et_pb_line_break_holder] -->    margin: 0 auto;<!-- [et_pb_line_break_holder] -->    padding: 40px 0;<!-- [et_pb_line_break_holder] -->    font-family: 'Lato', sans-serif;<!-- [et_pb_line_break_holder] -->    color: #0d0b26;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->\/* G\u0142\u00f3wna pionowa linia (Bezpieczny content ze spacj\u0105 dla WordPressa) *\/<!-- [et_pb_line_break_holder] -->.custom-timeline::after {<!-- [et_pb_line_break_holder] -->    content: \" \";<!-- [et_pb_line_break_holder] -->    position: absolute;<!-- [et_pb_line_break_holder] -->    width: 2px;<!-- [et_pb_line_break_holder] -->    background-color: #EEEEEF;<!-- [et_pb_line_break_holder] -->    top: 0;<!-- [et_pb_line_break_holder] -->    bottom: 0;<!-- [et_pb_line_break_holder] -->    left: 50%;<!-- [et_pb_line_break_holder] -->    transform: translateX(-50%);<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->\/* Pojedynczy wiersz\/element na osi *\/<!-- [et_pb_line_break_holder] -->.custom-timeline-item {<!-- [et_pb_line_break_holder] -->    padding: 10px 40px;<!-- [et_pb_line_break_holder] -->    position: relative;<!-- [et_pb_line_break_holder] -->    background-color: inherit;<!-- [et_pb_line_break_holder] -->    width: 50%;<!-- [et_pb_line_break_holder] -->    box-sizing: border-box;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->\/* Kafelki po lewej stronie *\/<!-- [et_pb_line_break_holder] -->.custom-timeline-item.left {<!-- [et_pb_line_break_holder] -->    left: 0;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->\/* Kafelki po prawej stronie *\/<!-- [et_pb_line_break_holder] -->.custom-timeline-item.right {<!-- [et_pb_line_break_holder] -->    left: 50%;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->\/* Punkt (kropka) na osi czasu *\/<!-- [et_pb_line_break_holder] -->.custom-timeline-dot {<!-- [et_pb_line_break_holder] -->    position: absolute;<!-- [et_pb_line_break_holder] -->    width: 16px;<!-- [et_pb_line_break_holder] -->    height: 16px;<!-- [et_pb_line_break_holder] -->    background-color: #0d0b26;<!-- [et_pb_line_break_holder] -->    border-radius: 50%;<!-- [et_pb_line_break_holder] -->    top: 30px;<!-- [et_pb_line_break_holder] -->    z-index: 2;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->\/* Ustawienie kropki dla lewej i prawej strony *\/<!-- [et_pb_line_break_holder] -->.custom-timeline-item.left .custom-timeline-dot {<!-- [et_pb_line_break_holder] -->    right: -8px;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] -->.custom-timeline-item.right .custom-timeline-dot {<!-- [et_pb_line_break_holder] -->    left: -8px;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->\/* Fioletowa po\u015bwiata pod kropk\u0105 (Bezpieczna metoda z box-shadow zamiast filter) *\/<!-- [et_pb_line_break_holder] -->.custom-timeline-dot-glow {<!-- [et_pb_line_break_holder] -->    position: absolute;<!-- [et_pb_line_break_holder] -->    width: 28px;<!-- [et_pb_line_break_holder] -->    height: 28px;<!-- [et_pb_line_break_holder] -->    background-color: #d8daff;<!-- [et_pb_line_break_holder] -->    border-radius: 50%;<!-- [et_pb_line_break_holder] -->    top: -6px;<!-- [et_pb_line_break_holder] -->    left: -6px;<!-- [et_pb_line_break_holder] -->    z-index: -1;<!-- [et_pb_line_break_holder] -->    box-shadow: 0 0 6px 3px #d8daff;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->\/* Wygl\u0105d samego kafelka (karty) z tre\u015bci\u0105 *\/<!-- [et_pb_line_break_holder] -->.custom-timeline-content {<!-- [et_pb_line_break_holder] -->    padding: 30px;<!-- [et_pb_line_break_holder] -->    background-color: #ffffff;<!-- [et_pb_line_break_holder] -->    position: relative;<!-- [et_pb_line_break_holder] -->    border: 1px solid #EEEEEF;<!-- [et_pb_line_break_holder] -->    border-radius: 10px;<!-- [et_pb_line_break_holder] -->    transition: all 0.3s ease;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.custom-timeline-content:hover {<!-- [et_pb_line_break_holder] -->    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);<!-- [et_pb_line_break_holder] -->    transform: translateY(-2px);<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->\/* Rok nad tytu\u0142em *\/<!-- [et_pb_line_break_holder] -->.custom-timeline-year {<!-- [et_pb_line_break_holder] -->    display: inline-block;<!-- [et_pb_line_break_holder] -->    background-color: #f0f1ff;<!-- [et_pb_line_break_holder] -->    color: #0d0b26;<!-- [et_pb_line_break_holder] -->    font-weight: 700;<!-- [et_pb_line_break_holder] -->    font-size: 14px;<!-- [et_pb_line_break_holder] -->    padding: 4px 12px;<!-- [et_pb_line_break_holder] -->    border-radius: 20px;<!-- [et_pb_line_break_holder] -->    margin-bottom: 12px;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->\/* Tytu\u0142 nagrody\/wydarzenia *\/<!-- [et_pb_line_break_holder] -->.custom-timeline-title {<!-- [et_pb_line_break_holder] -->    font-size: 20px;<!-- [et_pb_line_break_holder] -->    font-weight: 700;<!-- [et_pb_line_break_holder] -->    margin: 0 0 12px 0;<!-- [et_pb_line_break_holder] -->    line-height: 1.3;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->\/* Opis wydarzenia *\/<!-- [et_pb_line_break_holder] -->.custom-timeline-desc {<!-- [et_pb_line_break_holder] -->    font-size: 14px;<!-- [et_pb_line_break_holder] -->    color: #4a4a5a;<!-- [et_pb_line_break_holder] -->    line-height: 1.5;<!-- [et_pb_line_break_holder] -->    margin: 0;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->\/* Miejsce na zdj\u0119cie (Placeholder) *\/<!-- [et_pb_line_break_holder] -->.custom-timeline-image-placeholder {<!-- [et_pb_line_break_holder] -->    margin-top: 20px;<!-- [et_pb_line_break_holder] -->    width: 100%;<!-- [et_pb_line_break_holder] -->    min-height: 120px;<!-- [et_pb_line_break_holder] -->    background-color: #fafafa;<!-- [et_pb_line_break_holder] -->    border: 2px dashed #d1d1d6;<!-- [et_pb_line_break_holder] -->    border-radius: 8px;<!-- [et_pb_line_break_holder] -->    display: flex;<!-- [et_pb_line_break_holder] -->    align-items: center;<!-- [et_pb_line_break_holder] -->    justify-content: center;<!-- [et_pb_line_break_holder] -->    text-align: center;<!-- [et_pb_line_break_holder] -->    font-size: 12px;<!-- [et_pb_line_break_holder] -->    color: #888;<!-- [et_pb_line_break_holder] -->    padding: 20px;<!-- [et_pb_line_break_holder] -->    box-sizing: border-box;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.custom-timeline-img {<!-- [et_pb_line_break_holder] -->    max-width: 100%;<!-- [et_pb_line_break_holder] -->    height: auto;<!-- [et_pb_line_break_holder] -->    margin-top: 20px;<!-- [et_pb_line_break_holder] -->    border-radius: 8px;<!-- [et_pb_line_break_holder] -->    display: block;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->\/* --- RESPONSYWNO\u015a\u0106 --- *\/<!-- [et_pb_line_break_holder] -->@media screen and (max-width: 768px) {<!-- [et_pb_line_break_holder] -->    .custom-timeline::after {<!-- [et_pb_line_break_holder] -->        left: 20px;<!-- [et_pb_line_break_holder] -->    }<!-- [et_pb_line_break_holder] -->    .custom-timeline-item {<!-- [et_pb_line_break_holder] -->        width: 100%;<!-- [et_pb_line_break_holder] -->        padding-left: 60px;<!-- [et_pb_line_break_holder] -->        padding-right: 15px;<!-- [et_pb_line_break_holder] -->    }<!-- [et_pb_line_break_holder] -->    .custom-timeline-item.left, <!-- [et_pb_line_break_holder] -->    .custom-timeline-item.right {<!-- [et_pb_line_break_holder] -->        left: 0;<!-- [et_pb_line_break_holder] -->    }<!-- [et_pb_line_break_holder] -->    .custom-timeline-item.left .custom-timeline-dot,<!-- [et_pb_line_break_holder] -->    .custom-timeline-item.right .custom-timeline-dot {<!-- [et_pb_line_break_holder] -->        left: 12px;<!-- [et_pb_line_break_holder] -->        right: auto;<!-- [et_pb_line_break_holder] -->    }<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><\/style>\n<p>[\/et_pb_code][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; specialty=&#8221;on&#8221; admin_label=&#8221;blok 10 dzielimy sie wiedza&#8221; _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; inner_max_width=&#8221;1500px&#8221; da_disable_devices=&#8221;off|off|off&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; da_is_popup=&#8221;off&#8221; da_exit_intent=&#8221;off&#8221; da_has_close=&#8221;on&#8221; da_alt_close=&#8221;off&#8221; da_dark_close=&#8221;off&#8221; da_not_modal=&#8221;on&#8221; da_is_singular=&#8221;off&#8221; da_with_loader=&#8221;off&#8221; da_has_shadow=&#8221;on&#8221;][et_pb_column type=&#8221;1_2&#8243; specialty_columns=&#8221;2&#8243; _builder_version=&#8221;4.16&#8243; custom_padding=&#8221;|||&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover=&#8221;|||&#8221;][et_pb_row_inner _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column_inner saved_specialty_column_type=&#8221;1_2&#8243; _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text admin_label=&#8221;Text&#8221; _builder_version=&#8221;4.27.6&#8243; text_text_color=&#8221;#000000&#8243; border_style_all=&#8221;none&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<span style=\"color: #F5D220;\">WE SHARE KNOWLEDGE<\/span><\/p>\n<h2>We share knowledge beyond client projects too<\/h2>\n<p>From talks and podcasts to research on visual thinking. We actively develop and popularize visual communication.<\/p>\n<p>[\/et_pb_text][\/et_pb_column_inner][\/et_pb_row_inner][et_pb_row_inner column_structure=&#8221;1_2,1_2&#8243; _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column_inner type=&#8221;1_2&#8243; saved_specialty_column_type=&#8221;1_2&#8243; _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_code _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<div class=\"custom-video-tile row-1\"><!-- [et_pb_line_break_holder] -->    <\/p>\n<div class=\"custom-video-tile-icon\"><!-- [et_pb_line_break_holder] -->        <\/p>\n<div class=\"custom-video-tile-glow\"><\/div>\n<p><!-- [et_pb_line_break_holder] -->        <svg class=\"custom-video-tile-svg\" width=\"56\" height=\"40\" viewBox=\"0 0 56 40\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><!-- [et_pb_line_break_holder] -->            <rect x=\"22\" y=\"4\" width=\"12\" height=\"16\" rx=\"6\" stroke=\"#0d0b26\" stroke-width=\"2.5\" stroke-linejoin=\"round\"\/><!-- [et_pb_line_break_holder] -->            <line x1=\"22\" y1=\"10\" x2=\"34\" y2=\"10\" stroke=\"#0d0b26\" stroke-width=\"2.5\" stroke-linecap=\"round\"\/><!-- [et_pb_line_break_holder] -->            <line x1=\"22\" y1=\"14\" x2=\"34\" y2=\"14\" stroke=\"#0d0b26\" stroke-width=\"2.5\" stroke-linecap=\"round\"\/><!-- [et_pb_line_break_holder] -->            <path d=\"M16 14 C16 22 40 22 40 14\" stroke=\"#0d0b26\" stroke-width=\"2.5\" stroke-linecap=\"round\"\/><!-- [et_pb_line_break_holder] -->            <line x1=\"28\" y1=\"24\" x2=\"28\" y2=\"34\" stroke=\"#0d0b26\" stroke-width=\"2.5\" stroke-linecap=\"round\"\/><!-- [et_pb_line_break_holder] -->            <line x1=\"20\" y1=\"34\" x2=\"36\" y2=\"34\" stroke=\"#0d0b26\" stroke-width=\"2.5\" stroke-linecap=\"round\"\/><!-- [et_pb_line_break_holder] -->        <\/svg><!-- [et_pb_line_break_holder] -->    <\/div>\n<p><!-- [et_pb_line_break_holder] -->    <span style=\"font-size: 18px; font-weight: 600; letter-spacing: 0.2px; text-align: center;\">TEDx<\/span><!-- [et_pb_line_break_holder] -->    <span style=\"font-size: 13px; font-weight: 400; text-align: center; color: #4a4a5a; line-height: 1.4; padding: 0 10px;\"><!-- [et_pb_line_break_holder] -->        We talked about turning passion into profit <a href=\"https:\/\/explainvisually.co\/michal-trochimczyk-i-klaudia-tolman-wystepuja-razem-na-tedx\/\" target=\"_blank\" style=\"color: #0d0b26; font-weight: 600; text-decoration: underline;\">at TEDx<\/a>.<!-- [et_pb_line_break_holder] -->    <\/span><!-- [et_pb_line_break_holder] --><\/div>\n<p>[\/et_pb_code][et_pb_code _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<div class=\"custom-video-tile row-2\"><!-- [et_pb_line_break_holder] -->    <\/p>\n<div class=\"custom-video-tile-icon\"><!-- [et_pb_line_break_holder] -->        <\/p>\n<div class=\"custom-video-tile-glow\"><\/div>\n<p><!-- [et_pb_line_break_holder] -->        <svg class=\"custom-video-tile-svg\" width=\"56\" height=\"40\" viewBox=\"0 0 56 40\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><!-- [et_pb_line_break_holder] -->            <path d=\"M18 20 V14 C18 7 38 7 38 14 V20\" stroke=\"#0d0b26\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><!-- [et_pb_line_break_holder] -->            <rect x=\"14\" y=\"18\" width=\"8\" height=\"14\" rx=\"4\" stroke=\"#0d0b26\" stroke-width=\"2.5\" stroke-linejoin=\"round\"\/><!-- [et_pb_line_break_holder] -->            <rect x=\"34\" y=\"18\" width=\"8\" height=\"14\" rx=\"4\" stroke=\"#0d0b26\" stroke-width=\"2.5\" stroke-linejoin=\"round\"\/><!-- [et_pb_line_break_holder] -->            <path d=\"M24 21 V29 M28 16 V34 M32 21 V29\" stroke=\"#0d0b26\" stroke-width=\"2.5\" stroke-linecap=\"round\"\/><!-- [et_pb_line_break_holder] -->        <\/svg><!-- [et_pb_line_break_holder] -->    <\/div>\n<p><!-- [et_pb_line_break_holder] -->    <span style=\"font-size: 18px; font-weight: 600; letter-spacing: 0.2px; text-align: center;\">Podcast #agencja<\/span><!-- [et_pb_line_break_holder] -->    <span style=\"font-size: 13px; font-weight: 400; text-align: center; color: #4a4a5a; line-height: 1.4; padding: 0 10px;\"><!-- [et_pb_line_break_holder] -->        We talked about running our company <a href=\"https:\/\/explainvisually.co\/en\/maciej-budkowski-and-klaudia-tolman-in-the-agencja-podcast\/\" target=\"_blank\" style=\"color: #0d0b26; font-weight: 600; text-decoration: underline;\">on the #agencja podcast<\/a>.<!-- [et_pb_line_break_holder] -->    <\/span><!-- [et_pb_line_break_holder] --><\/div>\n<p>[\/et_pb_code][et_pb_code _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<div class=\"custom-video-tile row-3\"><!-- [et_pb_line_break_holder] -->    <\/p>\n<div class=\"custom-video-tile-icon\"><!-- [et_pb_line_break_holder] -->        <\/p>\n<div class=\"custom-video-tile-glow\"><\/div>\n<p><!-- [et_pb_line_break_holder] -->        <svg class=\"custom-video-tile-svg\" width=\"56\" height=\"40\" viewBox=\"0 0 56 40\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><!-- [et_pb_line_break_holder] -->            <rect x=\"18\" y=\"10\" width=\"16\" height=\"12\" rx=\"2\" stroke=\"#0d0b26\" stroke-width=\"2.5\" stroke-linejoin=\"round\"\/><!-- [et_pb_line_break_holder] -->            <path d=\"M34 12 L40 8 V24 L34 20\" stroke=\"#0d0b26\" stroke-width=\"2.5\" stroke-linejoin=\"round\"\/><!-- [et_pb_line_break_holder] -->            <rect x=\"20\" y=\"6\" width=\"6\" height=\"4\" rx=\"1\" stroke=\"#0d0b26\" stroke-width=\"2.5\" stroke-linejoin=\"round\"\/><!-- [et_pb_line_break_holder] -->            <line x1=\"26\" y1=\"22\" x2=\"26\" y2=\"28\" stroke=\"#0d0b26\" stroke-width=\"2.5\" stroke-linecap=\"round\"\/><!-- [et_pb_line_break_holder] -->            <line x1=\"26\" y1=\"28\" x2=\"18\" y2=\"36\" stroke=\"#0d0b26\" stroke-width=\"2.5\" stroke-linecap=\"round\"\/><!-- [et_pb_line_break_holder] -->            <line x1=\"26\" y1=\"28\" x2=\"34\" y2=\"36\" stroke=\"#0d0b26\" stroke-width=\"2.5\" stroke-linecap=\"round\"\/><!-- [et_pb_line_break_holder] -->        <\/svg><!-- [et_pb_line_break_holder] -->    <\/div>\n<p><!-- [et_pb_line_break_holder] -->    <span style=\"font-size: 18px; font-weight: 600; letter-spacing: 0.2px; text-align: center;\">Webcaster<\/span><!-- [et_pb_line_break_holder] -->    <span style=\"font-size: 13px; font-weight: 400; text-align: center; color: #4a4a5a; line-height: 1.4; padding: 0 10px;\"><!-- [et_pb_line_break_holder] -->        We explained what visual thinking is <a href=\"https:\/\/explainvisually.co\/klaudia-tolman-opowiada-o-mysleniu-wizualnym-w-programie-webcaster\/\" target=\"_blank\" style=\"color: #0d0b26; font-weight: 600; text-decoration: underline;\">on the Webcaster show<\/a>.<!-- [et_pb_line_break_holder] -->    <\/span><!-- [et_pb_line_break_holder] --><\/div>\n<p>[\/et_pb_code][\/et_pb_column_inner][et_pb_column_inner type=&#8221;1_2&#8243; saved_specialty_column_type=&#8221;1_2&#8243; _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_code _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<div class=\"custom-video-tile row-1\"><!-- [et_pb_line_break_holder] -->    <\/p>\n<div class=\"custom-video-tile-icon\"><!-- [et_pb_line_break_holder] -->        <\/p>\n<div class=\"custom-video-tile-glow\"><\/div>\n<p><!-- [et_pb_line_break_holder] -->        <svg class=\"custom-video-tile-svg\" width=\"56\" height=\"40\" viewBox=\"0 0 56 40\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><!-- [et_pb_line_break_holder] -->            <path d=\"M22 22 L18 34 L24 30 L28 34 L32 30 L38 34 L34 22\" stroke=\"#0d0b26\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><!-- [et_pb_line_break_holder] -->            <circle cx=\"28\" cy=\"14\" r=\"10\" fill=\"#ffffff\" stroke=\"#0d0b26\" stroke-width=\"2.5\"\/><!-- [et_pb_line_break_holder] -->            <path d=\"M28 8 L29.5 11.5 L33.5 12 L30.5 14.5 L31.5 18 L28 16 L24.5 18 L25.5 14.5 L22.5 12 L26.5 11.5 Z\" stroke=\"#0d0b26\" stroke-width=\"2\" stroke-linejoin=\"round\"\/><!-- [et_pb_line_break_holder] -->        <\/svg><!-- [et_pb_line_break_holder] -->    <\/div>\n<p><!-- [et_pb_line_break_holder] -->    <span style=\"font-size: 18px; font-weight: 600; letter-spacing: 0.2px; text-align: center;\">Brief<\/span><!-- [et_pb_line_break_holder] -->    <span style=\"font-size: 13px; font-weight: 400; text-align: center; color: #4a4a5a; line-height: 1.4; padding: 0 10px;\"><!-- [et_pb_line_break_holder] -->        We shared our knowledge <a href=\"https:\/\/explainvisually.co\/en\/maciej-budkowski-and-klaudia-tolman-to-host-an-expert-cycle-meeting-for-brief-pl\/\" target=\"_blank\" style=\"color: #0d0b26; font-weight: 600; text-decoration: underline;\">at an Experts by Brief series event<\/a>. Moreover, we were recognized in the 8th edition of the <a href=\"https:\/\/explainvisually.co\/en\/explainvisually-a-laureate-of-the-competition-50-most-creative-in-polish-business\/\" target=\"_blank\" style=\"color: #0d0b26; font-weight: 600; text-decoration: underline;\">&#8217;50 Most Creative in Business&#8217;<\/a> ranking by Brief magazine.<!-- [et_pb_line_break_holder] -->    <\/span><!-- [et_pb_line_break_holder] --><\/div>\n<p>[\/et_pb_code][et_pb_code _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<div class=\"custom-video-tile row-2\"><!-- [et_pb_line_break_holder] -->    <\/p>\n<div class=\"custom-video-tile-icon\"><!-- [et_pb_line_break_holder] -->        <\/p>\n<div class=\"custom-video-tile-glow\"><\/div>\n<p><!-- [et_pb_line_break_holder] -->        <svg class=\"custom-video-tile-svg\" width=\"56\" height=\"40\" viewBox=\"0 0 56 40\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><!-- [et_pb_line_break_holder] -->            <rect x=\"14\" y=\"6\" width=\"20\" height=\"28\" rx=\"2\" stroke=\"#0d0b26\" stroke-width=\"2.5\" stroke-linejoin=\"round\"\/><!-- [et_pb_line_break_holder] -->            <line x1=\"18\" y1=\"12\" x2=\"30\" y2=\"12\" stroke=\"#0d0b26\" stroke-width=\"2.5\" stroke-linecap=\"round\"\/><!-- [et_pb_line_break_holder] -->            <line x1=\"18\" y1=\"16\" x2=\"26\" y2=\"16\" stroke=\"#0d0b26\" stroke-width=\"2.5\" stroke-linecap=\"round\"\/><!-- [et_pb_line_break_holder] -->            <circle cx=\"34\" cy=\"24\" r=\"8\" fill=\"#ffffff\" stroke=\"#0d0b26\" stroke-width=\"2.5\"\/><!-- [et_pb_line_break_holder] -->            <line x1=\"39.5\" y1=\"29.5\" x2=\"46\" y2=\"36\" stroke=\"#0d0b26\" stroke-width=\"2.5\" stroke-linecap=\"round\"\/><!-- [et_pb_line_break_holder] -->            <path d=\"M30 26 L33 22 L36 24 L38 20\" stroke=\"#0d0b26\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><!-- [et_pb_line_break_holder] -->        <\/svg><!-- [et_pb_line_break_holder] -->    <\/div>\n<p><!-- [et_pb_line_break_holder] -->    <span style=\"font-size: 18px; font-weight: 600; letter-spacing: 0.2px; text-align: center;\">Warsaw University of Technology<\/span><!-- [et_pb_line_break_holder] -->    <span style=\"font-size: 13px; font-weight: 400; text-align: center; color: #4a4a5a; line-height: 1.4; padding: 0 10px;\"><!-- [et_pb_line_break_holder] -->        We conducted <a href=\"https:\/\/explainvisually.co\/en\/we-got-the-results-of-the-first-nationwide-research-on-visual-thinking\/\" target=\"_blank\" style=\"color: #0d0b26; font-weight: 600; text-decoration: underline;\">research on visual thinking<\/a> with the support of the Innovation Management and Technology Transfer Centre at the Warsaw University of Technology.<!-- [et_pb_line_break_holder] -->    <\/span><!-- [et_pb_line_break_holder] --><\/div>\n<p>[\/et_pb_code][\/et_pb_column_inner][\/et_pb_row_inner][\/et_pb_column][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.16&#8243; custom_padding=&#8221;|||&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover=&#8221;|||&#8221;][et_pb_image src=&#8221;https:\/\/explainvisually.co\/wp-content\/uploads\/2024\/10\/OBRAZEK-50-kreatywnych-Klaudia-Tolman-Maciej-Budkowski.jpg&#8221; alt=&#8221;What sets us apart?&#8221; title_text=&#8221;OBRAZEK-50-kreatywnych-Klaudia-Tolman-Maciej-Budkowski&#8221; _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;20%||20%||false|false&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][\/et_pb_column][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; admin_label=&#8221;blok 11 skontaktuj sie z nami&#8221; module_class=&#8221;section_divider_top_white wide-section top-section&#8221; _builder_version=&#8221;4.27.6&#8243; background_color=&#8221;#34a7ca&#8221; da_disable_devices=&#8221;off|off|off&#8221; saved_tabs=&#8221;all&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; da_is_popup=&#8221;off&#8221; da_exit_intent=&#8221;off&#8221; da_has_close=&#8221;on&#8221; da_alt_close=&#8221;off&#8221; da_dark_close=&#8221;off&#8221; da_not_modal=&#8221;on&#8221; da_is_singular=&#8221;off&#8221; da_with_loader=&#8221;off&#8221; da_has_shadow=&#8221;on&#8221;][et_pb_row _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text admin_label=&#8221;Text&#8221; _builder_version=&#8221;4.27.6&#8243; text_text_color=&#8221;#FFFFFF&#8221; border_style_all=&#8221;none&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h2 style=\"text-align: center; color: #ffffff!important;\">Do you have something difficult to explain?<\/h2>\n<p style=\"text-align: center; color: #ffffff!important;\">We&#8217;ll help you turn complex topics into communication that people will understand and remember for a long time.<\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_4,1_2,1_4&#8243; module_class=&#8221;form-row&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_4&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_column][et_pb_column type=&#8221;1_2&#8243; module_class=&#8221;column-form-50&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#FFFFFF&#8221; custom_padding=&#8221;40px|80px|20px|80px|false|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text admin_label=&#8221;Text&#8221; _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; text_text_color=&#8221;#000000&#8243; custom_css_free_form=&#8221;||&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p class=\"cvGsUA direction-ltr align-start para-style-body\"><strong>BOOK<\/strong><br \/>\na <strong class=\"highlight-hand\">free online workshop<\/strong> via the form below,<br \/>\nand we&#8217;ll help you build the right visual narrative.<\/p>\n<p>[\/et_pb_text][et_pb_text _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; text_text_color=&#8221;#000000&#8243; custom_css_free_form=&#8221;.highlight-hand {||  color: #000 !important;||}||&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p class=\"cvGsUA direction-ltr align-start para-style-body\"><strong>PREFER DIRECT CONTACT?<\/strong><br \/>Feel free to reach us at <a class=\"highlight-hand\" href=\"mailto:hello@explainvisually.co\"><strong>hello@explainvisually.co<\/strong><\/a> or tel: <a class=\"highlight-hand\" href=\"tel:+48796860007\"><strong>+48 796 860 007<\/strong><\/a><\/p>\n<p>[\/et_pb_text][wpforms_selector form_id=&#8221;11170&#8243; admin_label=&#8221;WPForms&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/wpforms_selector][\/et_pb_column][et_pb_column type=&#8221;1_4&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_column][\/et_pb_row][\/et_pb_section]<\/p>\n","protected":false},"excerpt":{"rendered":"<p>With us, complex topics become\u00a0 Great to see you in the world of Explain Visually &#8211; a visual communication agency creating explainer videos and animations for business See our projects Let&#8217;s talkWHAT DO WE DO? Complex information needs a simple message That&#8217;s why we help companies explain their products, services, processes and projects in a [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":7856,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_et_pb_use_builder":"on","_et_pb_old_content":"<!-- wp:shortcode -->\r\nJeste\u015bmy Agencj\u0105 My\u015blenia Wizualnego i ka\u017cdego dnia pomagamy ludziom zrozumie\u0107 z\u0142o\u017cone idee, dzi\u0119ki profesjonalnym wizualizacjom. Jeste\u015bmy r\u00f3wnie\u017c jednym z najwi\u0119kszych i najbardziej do\u015bwiadczonych producent\u00f3w animacji whiteboardowych w Europie.\r\n\r\nJe\u017celi interesuje Was nasza historia, to znajdziecie j\u0105\u00a0poni\u017cej. Na razie par\u0119 liczb.\r\n<h3>ExplainVisually w liczbach:<\/h3>\r\n<strong>100%\u00a0<\/strong>\u2013 Sto procent naszych klient\u00f3w poleci\u0142oby nasze us\u0142ugi innym firmom, wystawiaj\u0105c nam \u015bredni\u0105 ocen\u0119 4,8\/5\u00a0<em>(wyniki anonimowej ankiety przeprowadzonej w pa\u017adzierniku 2017r.)<\/em>,\r\n\r\n<strong>19<\/strong>\u00a0\u2013 Liczba j\u0119zyk\u00f3w w kt\u00f3rych realizowali\u015bmy projekty (w tym m.in. po arabsku, w\u0119giersku i chi\u0144sku),\r\n\r\n<strong>200<\/strong>\u00a0\u2013 Liczba zrealizowanych projekt\u00f3w przez nasz\u0105 agencj\u0119 (stan na 11.07.18 i ro\u015bnie ka\u017cdego miesi\u0105ca!).\r\n\r\nW 2018 r. nasza kreatywno\u015b\u0107 zosta\u0142a wyr\u00f3\u017cniona w rankingu<a href=\"http:\/\/brief.pl\/znamy-juz-50-najbardziej-kreatywnych-w-biznesie\/\" target=\"_blank\" rel=\"noopener noreferrer\"> <b> '50 najbardziej kreatywnych w biznesie'<\/b><\/a> magazynu Brief.\r\n<h4 style=\"text-align: center;\"><b>Zaufali nam m.in:<\/b><\/h4>\r\n<img class=\"wp-image-1841 aligncenter\" src=\"https:\/\/explainvisually.co\/wp-content\/uploads\/loga-klientow-0118_edited-1.jpg\" alt=\"\" width=\"924\" height=\"361\">\r\n<h3>Nasze zasady<\/h3>\r\nOdk\u0105d za\u0142o\u017cyli\u015bmy ExplainVisually wierzymy, \u017ce biznes ma nie tylko dobrze dzia\u0142a\u0107, ale r\u00f3wnie\u017c przynosi\u0107 ludziom rado\u015b\u0107. Dlatego mamy dwie g\u0142\u00f3wne zasady.\r\n\r\n<b>Komfort klienta jest dla nas bardzo wa\u017cny.<\/b>\r\n\r\nZawsze dbali\u015bmy o to, aby obok wysokiego\u00a0poziomu profesjonalizmu, pokazywa\u0107 klientom nasz\u0105 ludzk\u0105 twarz.\u00a0Dlatego szczeg\u00f3ln\u0105 wag\u0119 przyk\u0142adamy do tego, aby klienci w kontakcie z nami czuli si\u0119 komfortowo. Znajduje to wyraz w wysy\u0142anych mailach, rozmowach telefonicznych i spotkaniach.\r\n\r\nCz\u0119sto oznacza to\u00a0r\u00f3wnie\u017c pomoc w procesie kreatywnym, kt\u00f3ry bywa sporym wyzwaniem. Dlatego pomagamy klientom tworzy\u0107 filmy od A do Z. \u00a0Nawet je\u017celi maj\u0105 tylko mgliste poj\u0119cie na temat swojego filmu, wykorzystujemy nasze sprawdzone procedury zbierania informacji, aby ich explainer by\u0142 taki, jak chc\u0105. A nawet jeszcze lepszy!\r\n<p style=\"text-align: left;\">Zawsze stawiamy na d\u0142ugofalowe relacje. Dlatego zacie\u015bniamy wsp\u00f3\u0142prac\u0119 z polsk\u0105 bran\u017c\u0105 marketingow\u0105.<\/p>\r\n<p style=\"text-align: left;\">Konferencje, gdzie jako ExplainVisually byli\u015bmy partnerami:<\/p>\r\n<p style=\"text-align: left;\"><strong><img class=\"alignleft wp-image-1973 size-full\" src=\"https:\/\/explainvisually.co\/wp-content\/uploads\/konferencje_edited-2-e1520939244346.jpg\" alt=\"\" width=\"598\" height=\"81\"><\/strong><\/p>\r\n\r\n\r\n<b>Wierzymy w robienie dobrych rzeczy.<\/b>\r\n\r\nCho\u0107 nie posiadamy dzia\u0142u CSR, to g\u0142\u0119boko wierzymy w robienie dobrych rzeczy. Dlatego co najmniej raz na kwarta\u0142 realizujemy film dla fundacji i stowarzysze\u0144 na preferencyjnych warunkach.\u00a0Dzi\u0119ki temu organizacje, kt\u00f3re robi\u0105 dobre rzeczy, mog\u0105 pozwoli\u0107 sobie na opowiedzenie \u015bwiatu o swoich akcjach za pomoc\u0105 whiteboard animation.\r\n\r\nJak dot\u0105d wykonali\u015bmy filmy dla: Stowarzyszenia WIOSNA (Szlachetna Paczka), Fundacja\u00a0Ashoka, Polska Akcja Humanitarna, Kanthari, Fundacja Tesco, UniCredit Foundation, Stowarzyszenie Integracja, Fundacja Studio Psychologii Zdrowia, Humanity In Action.\r\n\r\nPoza tym dzia\u0142amy globalnie - realizujemy filmy dla klient\u00f3w z ca\u0142ego \u015awiata.\r\n<h3><img class=\"alignnone size-large wp-image-2056\" src=\"https:\/\/explainvisually.co\/wp-content\/uploads\/2019\/10\/m4s-visual-stories-1-380x1024.png\" alt=\"\" width=\"1024\" height=\"508\"><\/h3>\r\n<h3>Jak to si\u0119 zacz\u0119\u0142o?<\/h3>\r\n<strong>By\u0142 ciep\u0142y majowy dzie\u0144 2014 roku, gdy Klaudia odebra\u0142a telefon. <\/strong>Nie wiedzia\u0142a jeszcze, \u017ce to, co us\u0142yszy w s\u0142uchawce, odmieni jej \u017cycie zawodowe.\r\n\r\nKlaudia ju\u017c od paru lat prowadzi\u0142a szkolenia z My\u015blenia Wizualnego, zajmowa\u0142a si\u0119\u00a0r\u00f3wnie\u017c wielkoformatowym zapisem graficznym (Graphic Recording) oraz facylitacj\u0105 graficzn\u0105 (Graphic Facilitaiton). Micha\u0142, odk\u0105d kilka lat wcze\u015bniej opu\u015bci\u0142 etat, zajmowa\u0142\u00a0si\u0119 budow\u0105 stron internetowych, landing page\u2019y oraz marketingiem w Internecie. Jak to ju\u017c bywa w zwi\u0105zkach,\u00a0kiedy trzeba by\u0142o,\u00a0pomagali sobie nawzajem w swoich skrajnie r\u00f3\u017cnych biznesach. Teraz mieli spr\u00f3bowa\u0107 czego\u015b nowego.<img class=\"alignnone size-full wp-image-349 alignright\" src=\"https:\/\/explainvisually.co\/wp-content\/uploads\/dumna-klaudia.jpg\" alt=\"dumna-klaudia\" width=\"200\" height=\"173\">\r\n\r\nGdy Klaudia podnios\u0142a s\u0142uchawk\u0119, us\u0142ysza\u0142a g\u0142os Wioli.\r\n<ul>\r\n \t<li>Nasz Klient, Carlsberg, potrzebuje kilku film\u00f3w rysunkowych. Takich jak ten, co wys\u0142a\u0142am Ci na maila.\r\nCo Ty na to?<\/li>\r\n \t<li>Nigdy czego\u015b takiego nie robi\u0142am, ale damy rad\u0119!<\/li>\r\n<\/ul>\r\nPo od\u0142o\u017ceniu s\u0142uchawki jej ekscytacja miesza\u0142a si\u0119 z obaw\u0105. Opowiedzia\u0142a szybko o ca\u0142ej sprawie Micha\u0142owi. Micha\u0142, tak si\u0119 z\u0142o\u017cy\u0142o, kilka tygodni wcze\u015bniej nauczy\u0142 si\u0119 kr\u0119ci\u0107 i montowa\u0107 filmy (kr\u0119cone na dwie kamery) z tzw. gadaj\u0105c\u0105 g\u0142ow\u0105 dla jednego ze swoich klient\u00f3w. Klaudia potrafi\u0142a rysowa\u0107, wi\u0119c ca\u0142a sztuka polega\u0142a teraz na tym, aby po\u0142\u0105czy\u0107 te ich dwie umiej\u0119tno\u015bci i wsp\u00f3lnie zrobi\u0107 film rysunkowy.\r\n\r\nPo oko\u0142o miesi\u0105cu od tego znamiennego telefonu pierwsze produkcje ujrza\u0142y \u015bwiat\u0142o dzienne. Bardzo si\u0119 spodoba\u0142y. Ca\u0142e szcz\u0119\u015bcie, bo Carlsberg zam\u00f3wi\u0142\u00a0a\u017c\u00a03 filmy na raz!\r\n\r\nSkoro zg\u0142aszaj\u0105\u00a0si\u0119 duzi klienci, a nikt inny tego w Polsce nie robi, to czemu by nie by\u0107 pierwszym? \u2013 pomy\u015bleli.\r\n\r\n<img class=\"wp-image-353 alignleft\" src=\"https:\/\/explainvisually.co\/wp-content\/uploads\/explain-visually-michal-klaudia.png\" width=\"280\" height=\"174\">Tak narodzi\u0142o si\u0119 pierwsze dziecko \u2013 ExplainVisually.co. Pierwsza w kraju firma skupiona na produkcji film\u00f3w typu whiteboard animation (znanych r\u00f3wnie\u017c jako video scribe). A skoro mieli ju\u017c wypo\u017cyczony sprz\u0119t o\u015bwietleniowy, to w \u015brodku nocy, po zako\u0144czeniu nagra\u0144 wszystkich 3 film\u00f3w dla Carlsberga, nagrali sw\u00f3j w\u0142asny film autopomocyjny i udost\u0119pnili go za po\u015brednictwem social media.\r\n\r\nWraz z up\u0142ywem miesi\u0119cy zlece\u0144 przybywa\u0142o, a godzin mieszcz\u0105cych si\u0119 w dobie niestety nie. Dlatego do firmy zacz\u0119\u0142y do\u0142\u0105cza\u0107 kolejne osoby - scenarzy\u015bci, monta\u017cy\u015bci, storyboardzi\u015bci i rysownicy.\r\n\r\nW 2017 r. ExplainVisually wyewoluowa\u0142o w Agencj\u0119 My\u015blenia Wizualnego, pomagaj\u0105c najwi\u0119kszym markom komunikowa\u0107 skomplikowane rzeczy w prosty spos\u00f3b.\r\n\r\n<em>Wsp\u00f3lne wyst\u0105pienie Klaudii i Micha\u0142a na TEDx o zarabianiu na pasji<\/em>\r\n\r\nhttps:\/\/www.youtube.com\/watch?v=I3FlNe3y_hQ\r\n<h3>Oto\u00a0kilka\u00a0opinii naszych klient\u00f3w:<\/h3>\r\n<span lang=\"pl-PL\">\"Jako\u015b\u0107 pi\u0119ciu film<\/span><span lang=\"en-US\">\u00f3<\/span><span lang=\"pl-PL\">w zrealizowanych dla nas przez ExplainVisually przekroczy\u0142a nasze oczekiwania - odbiorcy byli pod wra\u017ceniem prezentacji powa\u017cnych temat<\/span><span lang=\"en-US\">\u00f3<\/span><span lang=\"pl-PL\">w w niestandardowy spos<\/span><span lang=\"en-US\">\u00f3<\/span><span lang=\"pl-PL\">b. Wsp<\/span><span lang=\"en-US\">\u00f3<\/span><span lang=\"pl-PL\">\u0142praca z Ma\u0107kiem, Klaudi\u0105 i zespo\u0142em by\u0142a na bardzo wysokim poziomie - chocia\u017c terminy by\u0142y napi\u0119te, dostarczyli materia\u0142y w najwy\u017cszej mo\u017cliwej jako\u015bci. Mo\u017cemy z przyjemno\u015bci\u0105 poleci\u0107\u00a0ExplainVisually i ich us\u0142ugi.\"<\/span>\r\n\r\nPeter Thommen\r\n<em>Manager<\/em>\r\n<b>IKEA GSS<\/b>\r\n\r\n<a href=\"https:\/\/www.linkedin.com\/in\/peter-thommen-0b00424\/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"alignnone wp-image-1988\" src=\"https:\/\/explainvisually.co\/wp-content\/uploads\/2019\/10\/explainer-video-c-level-1.jpeg\" alt=\"\" width=\"29\" height=\"29\"><\/a>\r\n\r\n<span lang=\"PL\">\"ExplainVisually dostarcza produkty o bardzo wysokiej jako\u015bci. Przygotowane filmy w klarowny spos\u00f3b t\u0142umacz\u0105 nawet skomplikowane aspekty biznesowe, animacja jest przyjazna w odbiorze, a zastosowana kolorystyka, dopasowana do identyfikacji wizualnej.<\/span>\r\n\r\n<span lang=\"PL\">Wsp\u00f3\u0142praca z ExplainVisully przebiega w przyjaznej atmosferze. Agencja zawsze wywi\u0105zuje si\u0119 z powierzonych zada\u0144 w spos\u00f3b profesjonalny i dotrzymuj\u0105c ustalonych termin\u00f3w.\"<\/span>\r\n\r\n<span lang=\"PL\">Magdalena Tarnas-Kaczmarek\r\n<\/span><em><span lang=\"PL\">Dyrektor ds. Komunikacji Wewn\u0119trznej<\/span><\/em><span lang=\"PL\">\r\n<b>Credit Agricole<\/b><\/span>\r\n\r\n<a href=\"https:\/\/www.linkedin.com\/in\/magdalena-tarnas-kaczmarek-0ba7358b\/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"alignnone wp-image-1988\" src=\"https:\/\/explainvisually.co\/wp-content\/uploads\/2019\/10\/explainer-video-c-level-1.jpeg\" alt=\"\" width=\"29\" height=\"29\"><\/a>\r\n\r\n\u201cWykazali si\u0119 pe\u0142n\u0105 dyspozycyjno\u015bci\u0105 oraz kreatywno\u015bci\u0105 w trakcie wsp\u00f3lnej pracy. Cierpliwo\u015b\u0107 oraz zaanga\u017cowanie, jak r\u00f3wnie\u017c rozumienie potrzeb klienta sprawia, i\u017c jako\u015b\u0107 \u015bwiadczonych us\u0142ug jest na bardzo wysokim poziomie.\u201d\r\n\r\nKatarzyna B\u0105k\r\n<em>Project Manager\r\n<\/em><b>TESCO<\/b>\r\n\r\n<a href=\"https:\/\/www.linkedin.com\/in\/katarzyna-b%C4%85k-95059492\/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"alignnone wp-image-1988\" src=\"https:\/\/explainvisually.co\/wp-content\/uploads\/2019\/10\/explainer-video-c-level-1.jpeg\" alt=\"\" width=\"29\" height=\"29\"><\/a>\r\n<h3 style=\"text-align: center;\">Je\u017celi chcia\u0142by\u015b dowiedzie\u0107 si\u0119\u00a0co mo\u017cemy dla Ciebie zrobi\u0107, to zapraszamy serdecznie do zapoznania si\u0119 z nasz\u0105 Ofert\u0105!<\/h3>\r\n\r\n<!-- \/wp:shortcode -->","_et_gb_content_width":"","inline_featured_image":false,"footnotes":""},"class_list":["post-1687","page","type-page","status-publish","has-post-thumbnail","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>ExplainVisually - its story, portfolio and experience in animations<\/title>\n<meta name=\"description\" content=\"An agency specilizing in complex subjects. We create animations, illustrations, infographics and... so much more. Read about our company.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/explainvisually.co\/en\/about-us\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"ExplainVisually - its story, portfolio and experience in animations\" \/>\n<meta property=\"og:description\" content=\"An agency specilizing in complex subjects. We create animations, illustrations, infographics and... so much more. Read about our company.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/explainvisually.co\/en\/about-us\/\" \/>\n<meta property=\"og:site_name\" content=\"Explain Visually\" \/>\n<meta property=\"article:modified_time\" content=\"2026-05-21T18:41:42+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/explainvisually.co\/wp-content\/uploads\/2020\/05\/logo-explainvisually-2016-big-bez-tla.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1154\" \/>\n\t<meta property=\"og:image:height\" content=\"500\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\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=\"13 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/explainvisually.co\\\/en\\\/about-us\\\/\",\"url\":\"https:\\\/\\\/explainvisually.co\\\/en\\\/about-us\\\/\",\"name\":\"ExplainVisually - its story, portfolio and experience in animations\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/explainvisually.co\\\/en\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/explainvisually.co\\\/en\\\/about-us\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/explainvisually.co\\\/en\\\/about-us\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/explainvisually.co\\\/wp-content\\\/uploads\\\/2020\\\/05\\\/logo-explainvisually-2016-big-bez-tla.png\",\"datePublished\":\"2019-11-10T16:34:48+00:00\",\"dateModified\":\"2026-05-21T18:41:42+00:00\",\"description\":\"An agency specilizing in complex subjects. We create animations, illustrations, infographics and... so much more. Read about our company.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/explainvisually.co\\\/en\\\/about-us\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/explainvisually.co\\\/en\\\/about-us\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/explainvisually.co\\\/en\\\/about-us\\\/#primaryimage\",\"url\":\"https:\\\/\\\/explainvisually.co\\\/wp-content\\\/uploads\\\/2020\\\/05\\\/logo-explainvisually-2016-big-bez-tla.png\",\"contentUrl\":\"https:\\\/\\\/explainvisually.co\\\/wp-content\\\/uploads\\\/2020\\\/05\\\/logo-explainvisually-2016-big-bez-tla.png\",\"width\":1154,\"height\":500},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/explainvisually.co\\\/en\\\/about-us\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/explainvisually.co\\\/en\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"About us\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/explainvisually.co\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/explainvisually.co\\\/en\\\/\",\"name\":\"Explain Visually\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/explainvisually.co\\\/en\\\/?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":"ExplainVisually - its story, portfolio and experience in animations","description":"An agency specilizing in complex subjects. We create animations, illustrations, infographics and... so much more. Read about our company.","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:\/\/explainvisually.co\/en\/about-us\/","og_locale":"en_US","og_type":"article","og_title":"ExplainVisually - its story, portfolio and experience in animations","og_description":"An agency specilizing in complex subjects. We create animations, illustrations, infographics and... so much more. Read about our company.","og_url":"https:\/\/explainvisually.co\/en\/about-us\/","og_site_name":"Explain Visually","article_modified_time":"2026-05-21T18:41:42+00:00","og_image":[{"width":1154,"height":500,"url":"https:\/\/explainvisually.co\/wp-content\/uploads\/2020\/05\/logo-explainvisually-2016-big-bez-tla.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"13 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/explainvisually.co\/en\/about-us\/","url":"https:\/\/explainvisually.co\/en\/about-us\/","name":"ExplainVisually - its story, portfolio and experience in animations","isPartOf":{"@id":"https:\/\/explainvisually.co\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/explainvisually.co\/en\/about-us\/#primaryimage"},"image":{"@id":"https:\/\/explainvisually.co\/en\/about-us\/#primaryimage"},"thumbnailUrl":"https:\/\/explainvisually.co\/wp-content\/uploads\/2020\/05\/logo-explainvisually-2016-big-bez-tla.png","datePublished":"2019-11-10T16:34:48+00:00","dateModified":"2026-05-21T18:41:42+00:00","description":"An agency specilizing in complex subjects. We create animations, illustrations, infographics and... so much more. Read about our company.","breadcrumb":{"@id":"https:\/\/explainvisually.co\/en\/about-us\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/explainvisually.co\/en\/about-us\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/explainvisually.co\/en\/about-us\/#primaryimage","url":"https:\/\/explainvisually.co\/wp-content\/uploads\/2020\/05\/logo-explainvisually-2016-big-bez-tla.png","contentUrl":"https:\/\/explainvisually.co\/wp-content\/uploads\/2020\/05\/logo-explainvisually-2016-big-bez-tla.png","width":1154,"height":500},{"@type":"BreadcrumbList","@id":"https:\/\/explainvisually.co\/en\/about-us\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/explainvisually.co\/en\/"},{"@type":"ListItem","position":2,"name":"About us"}]},{"@type":"WebSite","@id":"https:\/\/explainvisually.co\/en\/#website","url":"https:\/\/explainvisually.co\/en\/","name":"Explain Visually","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/explainvisually.co\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/explainvisually.co\/en\/wp-json\/wp\/v2\/pages\/1687","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/explainvisually.co\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/explainvisually.co\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/explainvisually.co\/en\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/explainvisually.co\/en\/wp-json\/wp\/v2\/comments?post=1687"}],"version-history":[{"count":38,"href":"https:\/\/explainvisually.co\/en\/wp-json\/wp\/v2\/pages\/1687\/revisions"}],"predecessor-version":[{"id":29805,"href":"https:\/\/explainvisually.co\/en\/wp-json\/wp\/v2\/pages\/1687\/revisions\/29805"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/explainvisually.co\/en\/wp-json\/wp\/v2\/media\/7856"}],"wp:attachment":[{"href":"https:\/\/explainvisually.co\/en\/wp-json\/wp\/v2\/media?parent=1687"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}