{"id":5808,"date":"2022-01-20T17:03:49","date_gmt":"2022-01-20T17:03:49","guid":{"rendered":"https:\/\/newonclusive.wpengine.com\/resources\/case-study\/"},"modified":"2026-08-24T16:24:35","modified_gmt":"2026-08-24T16:24:35","slug":"case-study","status":"publish","type":"page","link":"https:\/\/onclusive.com\/it\/risorse\/case-study\/","title":{"rendered":"Storie di successo"},"content":{"rendered":"\n<section\n        class=\"hero-adaptive layout-1-column media-image background-gradient has-eyebrow-tag no-media has-rich-description\">\n\n            <div class=\"hero-background-gradient\" style=\"background: linear-gradient(180deg, #F1FFF1 0%, #D4F4DD 50%, #ffffff 100%);\"><\/div>\n\n    \n    <div class=\"hero--content\">\n        <div class=\"hero--content--inner-wrapper\">\n\n            <!-- Content Column -->\n            <div class=\"hero--copy\">\n\n                                                            <span class=\"hero-eyebrow-tag\"\n                              style=\"color: #1e1e23; background-color: #ffffff;\">\n                    \n                                                <span class=\"hero-eyebrow-tag__text\">Storie di successo<\/span>\n\n                                            <\/span>\n                                    \n                                    <h1 class=\"hero_title\">Clienti reali. Risultati reali.<\/h1>\n                \n                                    <div class=\"hero_copy hero_copy--rich\"><p>Scopri come le organizzazioni di tutto il mondo utilizzano Onclusive per dimostrare e migliorare il valore delle proprie attivit\u00e0 di comunicazione, PR e marketing.<\/p>\n<\/div>\n                \n                \n                                    <div class=\"hero_buttons--wrapper\">\n                        \n<a href=\"https:\/\/onclusive.com\/it\/contattaci\/\"  target=\"_self\" class=\"button  button__page-link\">\n    Parla con noi    <svg   data-name=\"Layer 1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 16 16\"><polygon points=\"8 0 6.59 1.41 12.17 7 0 7 0 9 12.17 9 6.59 14.59 8 16 16 8 8 0\"\/><\/svg><\/a>\n\n                                                                                <a href=\"https:\/\/www.youtube.com\/watch?v=lrIl2_sS_6I\" target=\"_blank\" rel=\"noreferrer noopener\" data-hero-video=\"https:\/\/www.youtube-nocookie.com\/embed\/lrIl2_sS_6I?autoplay=1&amp;rel=0\" data-hero-video-target=\"hero-video-1\" aria-haspopup=\"dialog\" class=\"hero-secondary-button hero-secondary-button--dark\">\n                                <span class=\"hero-secondary-button__label\">Scopri come funziona<\/span>\n\n                                                                    <svg class=\"hero-secondary-button__icon\" viewBox=\"0 0 24 24\" width=\"22\" height=\"22\" aria-hidden=\"true\" focusable=\"false\">\n                                        <circle cx=\"12\" cy=\"12\" r=\"10\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.6\"\/>\n                                        <path d=\"M10 8.5v7l6-3.5-6-3.5z\" fill=\"currentColor\"\/>\n                                    <\/svg>\n                                                            <\/a>\n                                            <\/div>\n\n                                            <div class=\"hero-video-modal\" id=\"hero-video-1\" hidden>\n                            <div class=\"hero-video-modal__backdrop\" data-hero-video-close><\/div>\n                            <div class=\"hero-video-modal__dialog\" role=\"dialog\" aria-modal=\"true\"\n                                 aria-label=\"Scopri come funziona\">\n                                <button type=\"button\" class=\"hero-video-modal__close\" data-hero-video-close\n                                        aria-label=\"Close video\">\n                                    <svg viewBox=\"0 0 24 24\" width=\"24\" height=\"24\" aria-hidden=\"true\" focusable=\"false\">\n                                        <path d=\"M6 6l12 12M18 6L6 18\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"\/>\n                                    <\/svg>\n                                <\/button>\n                                <div class=\"hero-video-modal__frame\"><\/div>\n                            <\/div>\n                        <\/div>\n\n                        <script>\n                        \/* Guarded so several heroes on one page bind the handler once. *\/\n                        (function () {\n                            if (window.__onclusiveHeroVideoReady) { return; }\n                            window.__onclusiveHeroVideoReady = true;\n\n                            \/*\n                             * The modal is authored inside the hero so its markup sits with the\n                             * button it belongs to, but .hero--content is position:relative with\n                             * z-index:2 \u2014 a stacking context. Left there, the modal's z-index is\n                             * measured against its siblings inside that context rather than the\n                             * page, so the fixed site header (z-index:10, root context) painted\n                             * over the backdrop and the close button. Re-parenting to <body>\n                             * puts it in the root stacking context, where 9999 means what it\n                             * looks like it means.\n                             *\/\n                            document.querySelectorAll('.hero-video-modal').forEach(function (m) {\n                                if (m.parentElement !== document.body) { document.body.appendChild(m); }\n                            });\n\n                            var openModal = null, lastTrigger = null;\n\n                            function close() {\n                                if (!openModal) { return; }\n                                \/* Emptying the frame stops playback and drops the connection. *\/\n                                openModal.querySelector('.hero-video-modal__frame').innerHTML = '';\n                                openModal.hidden = true;\n                                document.body.style.overflow = '';\n                                if (lastTrigger) { lastTrigger.focus(); }\n                                openModal = null;\n                                lastTrigger = null;\n                            }\n\n                            document.addEventListener('click', function (e) {\n                                var trigger = e.target.closest('[data-hero-video]');\n                                if (trigger) {\n                                    var modal = document.getElementById(trigger.getAttribute('data-hero-video-target'));\n                                    if (!modal) { return; } \/* no modal \u2014 let the link do its job *\/\n                                    e.preventDefault();\n\n                                    \/* The iframe is built here, not in the markup, so nothing is\n                                       requested from YouTube until someone chooses to watch. *\/\n                                    var frame = document.createElement('iframe');\n                                    frame.setAttribute('src', trigger.getAttribute('data-hero-video'));\n                                    frame.setAttribute('title', trigger.textContent.trim() || 'Video');\n                                    frame.setAttribute('allow', 'accelerometer; autoplay; encrypted-media; picture-in-picture');\n                                    frame.setAttribute('allowfullscreen', '');\n                                    frame.setAttribute('frameborder', '0');\n                                    modal.querySelector('.hero-video-modal__frame').appendChild(frame);\n\n                                    modal.hidden = false;\n                                    document.body.style.overflow = 'hidden';\n                                    openModal = modal;\n                                    lastTrigger = trigger;\n                                    modal.querySelector('.hero-video-modal__close').focus();\n                                    return;\n                                }\n                                if (e.target.closest('[data-hero-video-close]')) { close(); }\n                            });\n\n                            document.addEventListener('keydown', function (e) {\n                                if (!openModal) { return; }\n                                if (e.key === 'Escape') { close(); return; }\n                                if (e.key !== 'Tab') { return; }\n                                \/* Keep focus inside the dialog while it is open. *\/\n                                var focusable = openModal.querySelectorAll('button, iframe, [href]');\n                                if (!focusable.length) { return; }\n                                var first = focusable[0], last = focusable[focusable.length - 1];\n                                if (e.shiftKey && document.activeElement === first) { e.preventDefault(); last.focus(); }\n                                else if (!e.shiftKey && document.activeElement === last) { e.preventDefault(); first.focus(); }\n                            });\n                        }());\n                        <\/script>\n                                    \n                            <\/div>\n\n            \n        <\/div>\n    <\/div>\n\n<\/section>\n\n\n<section\n    id=\"cs-results\"\n    class=\"cs-listing\">\n\n    <div class=\"cs-listing__container\">\n\n                    <form class=\"cs-listing__filters js-cs-filters\" method=\"get\" action=\"https:\/\/onclusive.com\/it\/risorse\/storie-di-successo\/#cs-results\">\n\n\n                                    <div class=\"cs-listing__filter cs-listing__filter--select\">\n                        <label class=\"screen-reader-text\" for=\"cs-industry\">Settore<\/label>\n                        <select id=\"cs-industry\" name=\"industry\" class=\"cs-listing__select\">\n                                                        <option value=\"\" hidden>Tutti i settori<\/option>\n                                                            <option value=\"media-intrattenimento-e-sport-it\" >\n                                    Media, intrattenimento e sport                                <\/option>\n                                                            <option value=\"retail-e-beni-di-consumo-it\" >\n                                    Retail e beni di consumo                                <\/option>\n                                                            <option value=\"servizi-finanziari-it\" >\n                                    Servizi finanziari                                <\/option>\n                                                            <option value=\"settore-pubblico-e-non-profit-it\" >\n                                    Settore pubblico e non profit                                <\/option>\n                                                            <option value=\"tecnologia-e-telecomunicazioni-it\" >\n                                    Tecnologia e telecomunicazioni                                <\/option>\n                                                            <option value=\"viaggi-trasporti-e-hospitality-it\" >\n                                    Viaggi, trasporti e hospitality                                <\/option>\n                                                    <\/select>\n                    <\/div>\n                \n                                    <div class=\"cs-listing__filter cs-listing__filter--select\">\n                        <label class=\"screen-reader-text\" for=\"cs-use-case\">Scenari di utilizzo<\/label>\n                        <select id=\"cs-use-case\" name=\"use-case\" class=\"cs-listing__select\">\n                            <option value=\"\" hidden>Tutti i casi d&#039;uso<\/option>\n                                                            <option value=\"analisi-degli-stakeholder-it\" >\n                                    Analisi degli stakeholder                                <\/option>\n                                                            <option value=\"analisi-delle-campagne-it\" >\n                                    Analisi delle campagne                                <\/option>\n                                                            <option value=\"brand-reputation-it\" >\n                                    Brand Reputation                                <\/option>\n                                                            <option value=\"crisis-management-it\" >\n                                    Crisis management                                <\/option>\n                                                            <option value=\"distribuzione-dei-contenuti-it\" >\n                                    Distribuzione dei contenuti                                <\/option>\n                                                            <option value=\"media-relations-it\" >\n                                    Media Relations                                <\/option>\n                                                            <option value=\"misurazione-delle-performance-della-comunicazione-it\" >\n                                    Misurazione delle performance della comunicazione                                <\/option>\n                                                            <option value=\"visibilita-del-brand-it\" >\n                                    Visibilit\u00e0 del brand                                <\/option>\n                                                    <\/select>\n                    <\/div>\n                \n                <div class=\"cs-listing__filter cs-listing__filter--search\">\n                    <label class=\"screen-reader-text\" for=\"cs-search\">Cerca tra le storie dei clienti&#8230;<\/label>\n                    <span class=\"cs-listing__search-icon\" aria-hidden=\"true\">\n                        <svg viewBox=\"0 0 24 24\" width=\"20\" height=\"20\" focusable=\"false\"><path d=\"M10 4a6 6 0 1 0 3.5 10.9l4.8 4.8a1 1 0 0 0 1.4-1.4l-4.8-4.8A6 6 0 0 0 10 4Zm-4 6a4 4 0 1 1 8 0 4 4 0 0 1-8 0Z\" fill=\"currentColor\"\/><\/svg>\n                    <\/span>\n                    <input\n                        type=\"search\"\n                        id=\"cs-search\"\n                        name=\"q\"\n                        class=\"cs-listing__search\"\n                        value=\"\"\n                        placeholder=\"Cerca tra le storie dei clienti...\" \/>\n\n                                        <button type=\"submit\" class=\"cs-listing__submit\" aria-label=\"Cerca\">\n                        Cerca                    <\/button>\n                <\/div>\n            <\/form>\n\n            <script>\n            \/* Submit as soon as a dropdown changes, so the selects behave like\n               filters rather than an unsubmitted form. Progressive enhancement:\n               without JS the button still submits everything. *\/\n            (function () {\n                var form = document.currentScript && document.currentScript.previousElementSibling;\n                if (!form || !form.classList.contains('js-cs-filters')) {\n                    form = document.querySelector('.js-cs-filters');\n                }\n                if (!form || form.dataset.csBound) { return; }\n                form.dataset.csBound = '1';\n                form.querySelectorAll('select').forEach(function (select) {\n                    select.addEventListener('change', function () { form.submit(); });\n                });\n            }());\n            <\/script>\n        \n                    <p class=\"cs-listing__count\">\n                Visualizzazione di <strong>8<\/strong> su <strong>8<\/strong>                            <\/p>\n        \n        \n            <div class=\"cs-listing__grid\" data-columns=\"3\">\n                                    \n<article class=\"cs-card\">\n    <a href=\"https:\/\/onclusive.com\/it\/risorse\/storie-di-successo\/come-una-fintech-da-20-milioni-di-utenti-ha-trasformato-la-propria-strategia-di-owned-media-con-il-social-listening-in-tempo-reale\/\" class=\"cs-card__link\">\n\n        <div class=\"cs-card__image-wrapper\">\n                            <img decoding=\"async\"\n                    src=\"https:\/\/onclusive.com\/wp-content\/uploads\/2026\/04\/Nequi-Fintech-Social-Listening-Onclusive-768x432.jpg\"\n                    alt=\"Come una fintech da 20 milioni di utenti ha trasformato la propria strategia di owned media con il social listening in tempo reale\"\n                    class=\"cs-card__image\"\n                    loading=\"lazy\" \/>\n                    <\/div>\n\n        <div class=\"cs-card__content\">\n\n                            <div class=\"cs-card__tags\">\n                                            <span class=\"cs-card__tag\" style=\"background-color:#FFD203;\">\n                            Servizi finanziari                        <\/span>\n                                    <\/div>\n            \n            <h3 class=\"cs-card__title\">Come una fintech da 20 milioni di utenti ha trasformato la propria strategia di owned media con il social listening in tempo reale<\/h3>\n\n            <span class=\"cs-card__read-more\">\n                Leggi tutto                <svg class=\"card-read-more-chevron\" viewBox=\"0 0 24 24\" width=\"16\" height=\"16\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M9 6l6 6-6 6\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg>\n            <\/span>\n\n        <\/div>\n    <\/a>\n<\/article>\n                                    \n<article class=\"cs-card\">\n    <a href=\"https:\/\/onclusive.com\/it\/risorse\/storie-di-successo\/come-il-social-listening-ha-aiutato-ad-anticipare-e-mitigare-i-rischi-di-crisi-alleurovision\/\" class=\"cs-card__link\">\n\n        <div class=\"cs-card__image-wrapper\">\n                            <img decoding=\"async\"\n                    src=\"https:\/\/onclusive.com\/wp-content\/uploads\/2026\/03\/Senthorus-Eurovison-AI-Sentinel-Onclusive-Social-768x432.jpg\"\n                    alt=\"Come il social listening ha aiutato ad anticipare e mitigare i rischi di crisi all&#8217;Eurovision\"\n                    class=\"cs-card__image\"\n                    loading=\"lazy\" \/>\n                    <\/div>\n\n        <div class=\"cs-card__content\">\n\n                            <div class=\"cs-card__tags\">\n                                            <span class=\"cs-card__tag\" style=\"background-color:#F56EF6;\">\n                            Media, intrattenimento e sport                        <\/span>\n                                    <\/div>\n            \n            <h3 class=\"cs-card__title\">Come il social listening ha aiutato ad anticipare e mitigare i rischi di crisi all&#8217;Eurovision<\/h3>\n\n            <span class=\"cs-card__read-more\">\n                Leggi tutto                <svg class=\"card-read-more-chevron\" viewBox=\"0 0 24 24\" width=\"16\" height=\"16\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M9 6l6 6-6 6\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg>\n            <\/span>\n\n        <\/div>\n    <\/a>\n<\/article>\n                                    \n<article class=\"cs-card\">\n    <a href=\"https:\/\/onclusive.com\/it\/risorse\/storie-di-successo\/come-samsonite-ha-trasformato-il-feedback-dei-clienti-in-azioni-concrete-in-13-mercati\/\" class=\"cs-card__link\">\n\n        <div class=\"cs-card__image-wrapper\">\n                            <img decoding=\"async\"\n                    src=\"https:\/\/onclusive.com\/wp-content\/uploads\/2026\/02\/Samsonite_APAC_Middle-east_Social-Listening-Onclusive-Social-768x432.jpg\"\n                    alt=\"Come Samsonite ha trasformato il feedback dei clienti in azioni concrete in 13 mercati\"\n                    class=\"cs-card__image\"\n                    loading=\"lazy\" \/>\n                    <\/div>\n\n        <div class=\"cs-card__content\">\n\n                            <div class=\"cs-card__tags\">\n                                            <span class=\"cs-card__tag\" style=\"background-color:#FFCDB4;\">\n                            Retail e beni di consumo                        <\/span>\n                                    <\/div>\n            \n            <h3 class=\"cs-card__title\">Come Samsonite ha trasformato il feedback dei clienti in azioni concrete in 13 mercati<\/h3>\n\n            <span class=\"cs-card__read-more\">\n                Leggi tutto                <svg class=\"card-read-more-chevron\" viewBox=\"0 0 24 24\" width=\"16\" height=\"16\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M9 6l6 6-6 6\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg>\n            <\/span>\n\n        <\/div>\n    <\/a>\n<\/article>\n                                    \n<article class=\"cs-card\">\n    <a href=\"https:\/\/onclusive.com\/it\/risorse\/storie-di-successo\/la-via-veloce-di-avanti-al-successo-nelle-pr-come-le-relazioni-strategiche-con-i-media-guidano-una-copertura-eccezionale\/\" class=\"cs-card__link\">\n\n        <div class=\"cs-card__image-wrapper\">\n                            <img decoding=\"async\"\n                    src=\"https:\/\/onclusive.com\/wp-content\/uploads\/2025\/03\/Untitled-design-4-768x644.png\"\n                    alt=\"La Via Veloce di Avanti al Successo nelle PR: Come le Relazioni Strategiche con i Media Guidano una Copertura Eccezionale\"\n                    class=\"cs-card__image\"\n                    loading=\"lazy\" \/>\n                    <\/div>\n\n        <div class=\"cs-card__content\">\n\n                            <div class=\"cs-card__tags\">\n                                            <span class=\"cs-card__tag\" style=\"background-color:#FFE980;\">\n                            Viaggi, trasporti e hospitality                        <\/span>\n                                    <\/div>\n            \n            <h3 class=\"cs-card__title\">La Via Veloce di Avanti al Successo nelle PR: Come le Relazioni Strategiche con i Media Guidano una Copertura Eccezionale<\/h3>\n\n            <span class=\"cs-card__read-more\">\n                Leggi tutto                <svg class=\"card-read-more-chevron\" viewBox=\"0 0 24 24\" width=\"16\" height=\"16\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M9 6l6 6-6 6\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg>\n            <\/span>\n\n        <\/div>\n    <\/a>\n<\/article>\n                                    \n<article class=\"cs-card\">\n    <a href=\"https:\/\/onclusive.com\/it\/risorse\/storie-di-successo\/mostrare-a-vodafone-come-i-programmi-di-comunicazione-influenzano-i-risultati-di-business\/\" class=\"cs-card__link\">\n\n        <div class=\"cs-card__image-wrapper\">\n                            <img decoding=\"async\"\n                    src=\"https:\/\/onclusive.com\/wp-content\/uploads\/2022\/03\/man-1-1-768x768.jpg\"\n                    alt=\"Mostrare a Vodafone come i programmi di comunicazione influenzano i risultati di business\"\n                    class=\"cs-card__image\"\n                    loading=\"lazy\" \/>\n                    <\/div>\n\n        <div class=\"cs-card__content\">\n\n                            <div class=\"cs-card__tags\">\n                                            <span class=\"cs-card__tag\" style=\"background-color:#DFC8FF;\">\n                            Tecnologia e telecomunicazioni                        <\/span>\n                                    <\/div>\n            \n            <h3 class=\"cs-card__title\">Mostrare a Vodafone come i programmi di comunicazione influenzano i risultati di business<\/h3>\n\n            <span class=\"cs-card__read-more\">\n                Leggi tutto                <svg class=\"card-read-more-chevron\" viewBox=\"0 0 24 24\" width=\"16\" height=\"16\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M9 6l6 6-6 6\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg>\n            <\/span>\n\n        <\/div>\n    <\/a>\n<\/article>\n                                    \n<article class=\"cs-card\">\n    <a href=\"https:\/\/onclusive.com\/it\/risorse\/storie-di-successo\/otto-migliorare-il-posizionamento-mediatico-di-otto-come-datore-di-lavoro-leader-e-pioniere-di-nuovi-modi-di-lavorare\/\" class=\"cs-card__link\">\n\n        <div class=\"cs-card__image-wrapper\">\n                            <img decoding=\"async\"\n                    src=\"https:\/\/onclusive.com\/wp-content\/uploads\/2022\/02\/otto-logo.svg\"\n                    alt=\"OTTO \u2013 Migliorare il posizionamento mediatico di OTTO come datore di lavoro leader e pioniere di nuovi modi di lavorare\"\n                    class=\"cs-card__image\"\n                    loading=\"lazy\" \/>\n                    <\/div>\n\n        <div class=\"cs-card__content\">\n\n                            <div class=\"cs-card__tags\">\n                                            <span class=\"cs-card__tag\" style=\"background-color:#FFCDB4;\">\n                            Retail e beni di consumo                        <\/span>\n                                    <\/div>\n            \n            <h3 class=\"cs-card__title\">OTTO \u2013 Migliorare il posizionamento mediatico di OTTO come datore di lavoro leader e pioniere di nuovi modi di lavorare<\/h3>\n\n            <span class=\"cs-card__read-more\">\n                Leggi tutto                <svg class=\"card-read-more-chevron\" viewBox=\"0 0 24 24\" width=\"16\" height=\"16\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M9 6l6 6-6 6\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg>\n            <\/span>\n\n        <\/div>\n    <\/a>\n<\/article>\n                                    \n<article class=\"cs-card\">\n    <a href=\"https:\/\/onclusive.com\/it\/risorse\/storie-di-successo\/natwest-mettere-gli-insight-al-centro-della-reputazione-aziendale-e-della-sostenibilita\/\" class=\"cs-card__link\">\n\n        <div class=\"cs-card__image-wrapper\">\n                            <img decoding=\"async\"\n                    src=\"https:\/\/onclusive.com\/wp-content\/uploads\/2022\/03\/laura-chouette-14u6sJ6KiyI-unsplash-768x768.jpg\"\n                    alt=\"NatWest &#8211; Mettere gli insight al centro della reputazione aziendale e della sostenibilit\u00e0\"\n                    class=\"cs-card__image\"\n                    loading=\"lazy\" \/>\n                    <\/div>\n\n        <div class=\"cs-card__content\">\n\n                            <div class=\"cs-card__tags\">\n                                            <span class=\"cs-card__tag\" style=\"background-color:#FFD203;\">\n                            Servizi finanziari                        <\/span>\n                                    <\/div>\n            \n            <h3 class=\"cs-card__title\">NatWest &#8211; Mettere gli insight al centro della reputazione aziendale e della sostenibilit\u00e0<\/h3>\n\n            <span class=\"cs-card__read-more\">\n                Leggi tutto                <svg class=\"card-read-more-chevron\" viewBox=\"0 0 24 24\" width=\"16\" height=\"16\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M9 6l6 6-6 6\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg>\n            <\/span>\n\n        <\/div>\n    <\/a>\n<\/article>\n                                    \n<article class=\"cs-card\">\n    <a href=\"https:\/\/onclusive.com\/it\/risorse\/storie-di-successo\/migliorare-limpatto-delle-azioni-negli-earned-media-di-greenpeace\/\" class=\"cs-card__link\">\n\n        <div class=\"cs-card__image-wrapper\">\n                            <img decoding=\"async\"\n                    src=\"https:\/\/onclusive.com\/wp-content\/uploads\/2022\/03\/annie-spratt-O_Lyb6Et9Hw-unsplash-1.jpg\"\n                    alt=\"Migliorare l\u2019impatto delle azioni negli earned media di Greenpeace\"\n                    class=\"cs-card__image\"\n                    loading=\"lazy\" \/>\n                    <\/div>\n\n        <div class=\"cs-card__content\">\n\n                            <div class=\"cs-card__tags\">\n                                            <span class=\"cs-card__tag\" style=\"background-color:#FAB7FA;\">\n                            Settore pubblico e non profit                        <\/span>\n                                    <\/div>\n            \n            <h3 class=\"cs-card__title\">Migliorare l\u2019impatto delle azioni negli earned media di Greenpeace<\/h3>\n\n            <span class=\"cs-card__read-more\">\n                Leggi tutto                <svg class=\"card-read-more-chevron\" viewBox=\"0 0 24 24\" width=\"16\" height=\"16\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M9 6l6 6-6 6\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg>\n            <\/span>\n\n        <\/div>\n    <\/a>\n<\/article>\n                            <\/div>\n\n            \n        \n    <\/div>\n<\/section>\n\n\n\n\n<section\n        class=\"reviews-highlight has-decorations\"\n    style=\"background-color: #F1FFF1;\">\n\n                <span class=\"reviews-highlight__disc reviews-highlight__disc--one\"\n                                    aria-hidden=\"true\">\n                                <img decoding=\"async\" class=\"no-lazyload skip-lazy\"\n                     src=\"https:\/\/onclusive.com\/wp-content\/themes\/onclusive\/svg\/logo-disc-onclusive.svg\"\n                     alt=\"\" \/>\n            <\/span>\n                    <span class=\"reviews-highlight__disc reviews-highlight__disc--two\"\n                                    aria-hidden=\"true\">\n                                <img decoding=\"async\" class=\"no-lazyload skip-lazy\"\n                     src=\"https:\/\/onclusive.com\/wp-content\/themes\/onclusive\/svg\/logo-disc-g2.svg\"\n                     alt=\"\" \/>\n            <\/span>\n                    <span class=\"reviews-highlight__disc reviews-highlight__disc--three\"\n                                    aria-hidden=\"true\">\n                                <img decoding=\"async\" class=\"no-lazyload skip-lazy\"\n                     src=\"https:\/\/onclusive.com\/wp-content\/themes\/onclusive\/svg\/logo-disc-onclusive.svg\"\n                     alt=\"\" \/>\n            <\/span>\n                    <span class=\"reviews-highlight__disc reviews-highlight__disc--four\"\n                                    aria-hidden=\"true\">\n                                <img decoding=\"async\" class=\"no-lazyload skip-lazy\"\n                     src=\"https:\/\/onclusive.com\/wp-content\/themes\/onclusive\/svg\/logo-disc-g2.svg\"\n                     alt=\"\" \/>\n            <\/span>\n        \n    <div class=\"reviews-highlight__container\">\n\n                    <div class=\"reviews-highlight__header\">\n\n                                    <span class=\"reviews-highlight__eyebrow\"\n                          style=\"background-color: #D4F4DD; color: #326446;\">\n                        <span class=\"reviews-highlight__eyebrow-dot\" aria-hidden=\"true\"\n                              style=\"background-color: #00e65f;\"><\/span>\n                        Valutato dai clienti                    <\/span>\n                \n                                    <h2 class=\"reviews-highlight__title\">Scelto da centinaia di clienti<\/h2>\n                \n                                    <div class=\"reviews-highlight__description\"><p>Scopri perch\u00e9 i team di comunicazione, PR e marketing scelgono Onclusive e lo consigliano su G2<\/p>\n<\/div>\n                \n                                    <div class=\"reviews-highlight__aggregate\">\n                                                    <img decoding=\"async\" class=\"reviews-highlight__aggregate-logo\"\n                                 src=\"https:\/\/onclusive.com\/wp-content\/uploads\/2026\/08\/Group-217.png\"\n                                 alt=\"\"\n                                 loading=\"lazy\" \/>\n                        \n                        <span class=\"reviews-highlight__stars\" role=\"img\" aria-label=\"4.5 out of 5\"><svg class=\"reviews-highlight__star is-full\" viewBox=\"0 0 24 24\" width=\"22\" height=\"22\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M12 2.5l2.9 5.9 6.5.95-4.7 4.58 1.11 6.47L12 17.35 6.19 20.4 7.3 13.93 2.6 9.35l6.5-.95L12 2.5z\" fill=\"#FF492C\"\/><\/svg><svg class=\"reviews-highlight__star is-full\" viewBox=\"0 0 24 24\" width=\"22\" height=\"22\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M12 2.5l2.9 5.9 6.5.95-4.7 4.58 1.11 6.47L12 17.35 6.19 20.4 7.3 13.93 2.6 9.35l6.5-.95L12 2.5z\" fill=\"#FF492C\"\/><\/svg><svg class=\"reviews-highlight__star is-full\" viewBox=\"0 0 24 24\" width=\"22\" height=\"22\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M12 2.5l2.9 5.9 6.5.95-4.7 4.58 1.11 6.47L12 17.35 6.19 20.4 7.3 13.93 2.6 9.35l6.5-.95L12 2.5z\" fill=\"#FF492C\"\/><\/svg><svg class=\"reviews-highlight__star is-full\" viewBox=\"0 0 24 24\" width=\"22\" height=\"22\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M12 2.5l2.9 5.9 6.5.95-4.7 4.58 1.11 6.47L12 17.35 6.19 20.4 7.3 13.93 2.6 9.35l6.5-.95L12 2.5z\" fill=\"#FF492C\"\/><\/svg><svg class=\"reviews-highlight__star is-half\" viewBox=\"0 0 24 24\" width=\"22\" height=\"22\" aria-hidden=\"true\" focusable=\"false\"><defs><linearGradient id=\"star-6aafc86bcc7ab\"><stop offset=\"50%\" stop-color=\"#FF492C\"\/><stop offset=\"50%\" stop-color=\"transparent\"\/><\/linearGradient><\/defs><path d=\"M12 2.5l2.9 5.9 6.5.95-4.7 4.58 1.11 6.47L12 17.35 6.19 20.4 7.3 13.93 2.6 9.35l6.5-.95L12 2.5z\" fill=\"url(#star-6aafc86bcc7ab)\"\/><\/svg><\/span>\n                                                    <span class=\"reviews-highlight__aggregate-score\">4.5\/5<\/span>\n                        \n                                                    <span class=\"reviews-highlight__aggregate-note\">200+ recensioni<\/span>\n                                            <\/div>\n                \n            <\/div>\n        \n                    <div class=\"reviews-highlight__grid\" data-count=\"3\">\n                                    <article class=\"reviews-highlight__card\">\n\n                                                    <header class=\"reviews-highlight__card-head\">\n                                                                    <span class=\"reviews-highlight__avatar\">\n                                        <img decoding=\"async\" src=\"https:\/\/onclusive.com\/wp-content\/uploads\/2026\/08\/wcn3judftjzj4jlfovug.webp\"\n                                             alt=\"Victoria L\"\n                                             loading=\"lazy\" \/>\n                                                                                    <img decoding=\"async\" class=\"reviews-highlight__avatar-badge\"\n                                                 src=\"https:\/\/onclusive.com\/wp-content\/uploads\/2026\/08\/Group-217.png\"\n                                                 alt=\"\" aria-hidden=\"true\" loading=\"lazy\" \/>\n                                                                            <\/span>\n                                \n                                                                    <span class=\"reviews-highlight__identity\">\n                                                                                    <span class=\"reviews-highlight__name\">Victoria L<\/span>\n                                                                                                                            <span class=\"reviews-highlight__role\">Responsabile delle partnership e della comunicazione strategica intergovernativa<\/span>\n                                                                            <\/span>\n                                                            <\/header>\n                        \n                                                    <div class=\"reviews-highlight__rating\">\n                                <span class=\"reviews-highlight__stars\" role=\"img\" aria-label=\"4.5 out of 5\"><svg class=\"reviews-highlight__star is-full\" viewBox=\"0 0 24 24\" width=\"22\" height=\"22\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M12 2.5l2.9 5.9 6.5.95-4.7 4.58 1.11 6.47L12 17.35 6.19 20.4 7.3 13.93 2.6 9.35l6.5-.95L12 2.5z\" fill=\"#FF492C\"\/><\/svg><svg class=\"reviews-highlight__star is-full\" viewBox=\"0 0 24 24\" width=\"22\" height=\"22\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M12 2.5l2.9 5.9 6.5.95-4.7 4.58 1.11 6.47L12 17.35 6.19 20.4 7.3 13.93 2.6 9.35l6.5-.95L12 2.5z\" fill=\"#FF492C\"\/><\/svg><svg class=\"reviews-highlight__star is-full\" viewBox=\"0 0 24 24\" width=\"22\" height=\"22\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M12 2.5l2.9 5.9 6.5.95-4.7 4.58 1.11 6.47L12 17.35 6.19 20.4 7.3 13.93 2.6 9.35l6.5-.95L12 2.5z\" fill=\"#FF492C\"\/><\/svg><svg class=\"reviews-highlight__star is-full\" viewBox=\"0 0 24 24\" width=\"22\" height=\"22\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M12 2.5l2.9 5.9 6.5.95-4.7 4.58 1.11 6.47L12 17.35 6.19 20.4 7.3 13.93 2.6 9.35l6.5-.95L12 2.5z\" fill=\"#FF492C\"\/><\/svg><svg class=\"reviews-highlight__star is-half\" viewBox=\"0 0 24 24\" width=\"22\" height=\"22\" aria-hidden=\"true\" focusable=\"false\"><defs><linearGradient id=\"star-6aafc86bcc7c2\"><stop offset=\"50%\" stop-color=\"#FF492C\"\/><stop offset=\"50%\" stop-color=\"transparent\"\/><\/linearGradient><\/defs><path d=\"M12 2.5l2.9 5.9 6.5.95-4.7 4.58 1.11 6.47L12 17.35 6.19 20.4 7.3 13.93 2.6 9.35l6.5-.95L12 2.5z\" fill=\"url(#star-6aafc86bcc7c2)\"\/><\/svg><\/span>                                                                    <span class=\"reviews-highlight__score\">4.5\/5<\/span>\n                                                            <\/div>\n                        \n                                                    <h3 class=\"reviews-highlight__card-title\">Molto efficace per una gestione dei contatti conforme al GDPR<\/h3>\n                        \n                                                    <div class=\"reviews-highlight__card-text\"><p>Utilizzo Onclusive per registrare i contatti, creare liste di distribuzione e condividere informazioni. Mi permette di organizzare i contatti nel rispetto del GDPR e di condividerli facilmente con i vari team, oltre ad aiutarmi a monitorare le interazioni con i miei contatti. Apprezzo il fatto di poter condividere i nostri messaggi in modo sicuro con partner e interlocutori di fiducia, senza i problemi di firewall che si riscontrano con altre soluzioni di condivisione. Apprezzo anche gli strumenti di analisi, che mi permettono di personalizzare le informazioni in base agli interessi dei miei contatti e di vedere chi ha aperto o condiviso i miei messaggi. La configurazione iniziale \u00e8 stata molto semplice e la formazione personalizzata offerta dal team \u00e8 stata estremamente utile.<\/p>\n<\/div>\n                        \n                    <\/article>\n                                    <article class=\"reviews-highlight__card\">\n\n                                                    <header class=\"reviews-highlight__card-head\">\n                                                                    <span class=\"reviews-highlight__avatar\">\n                                        <img decoding=\"async\" src=\"https:\/\/onclusive.com\/wp-content\/uploads\/2026\/08\/lo1eq34qbdpmrw3kjytq.webp\"\n                                             alt=\"Beth B\"\n                                             loading=\"lazy\" \/>\n                                                                                    <img decoding=\"async\" class=\"reviews-highlight__avatar-badge\"\n                                                 src=\"https:\/\/onclusive.com\/wp-content\/uploads\/2026\/08\/Group-217.png\"\n                                                 alt=\"\" aria-hidden=\"true\" loading=\"lazy\" \/>\n                                                                            <\/span>\n                                \n                                                                    <span class=\"reviews-highlight__identity\">\n                                                                                    <span class=\"reviews-highlight__name\">Beth B<\/span>\n                                                                                                                            <span class=\"reviews-highlight__role\">CEO, small business<\/span>\n                                                                            <\/span>\n                                                            <\/header>\n                        \n                                                    <div class=\"reviews-highlight__rating\">\n                                <span class=\"reviews-highlight__stars\" role=\"img\" aria-label=\"5 out of 5\"><svg class=\"reviews-highlight__star is-full\" viewBox=\"0 0 24 24\" width=\"22\" height=\"22\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M12 2.5l2.9 5.9 6.5.95-4.7 4.58 1.11 6.47L12 17.35 6.19 20.4 7.3 13.93 2.6 9.35l6.5-.95L12 2.5z\" fill=\"#FF492C\"\/><\/svg><svg class=\"reviews-highlight__star is-full\" viewBox=\"0 0 24 24\" width=\"22\" height=\"22\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M12 2.5l2.9 5.9 6.5.95-4.7 4.58 1.11 6.47L12 17.35 6.19 20.4 7.3 13.93 2.6 9.35l6.5-.95L12 2.5z\" fill=\"#FF492C\"\/><\/svg><svg class=\"reviews-highlight__star is-full\" viewBox=\"0 0 24 24\" width=\"22\" height=\"22\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M12 2.5l2.9 5.9 6.5.95-4.7 4.58 1.11 6.47L12 17.35 6.19 20.4 7.3 13.93 2.6 9.35l6.5-.95L12 2.5z\" fill=\"#FF492C\"\/><\/svg><svg class=\"reviews-highlight__star is-full\" viewBox=\"0 0 24 24\" width=\"22\" height=\"22\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M12 2.5l2.9 5.9 6.5.95-4.7 4.58 1.11 6.47L12 17.35 6.19 20.4 7.3 13.93 2.6 9.35l6.5-.95L12 2.5z\" fill=\"#FF492C\"\/><\/svg><svg class=\"reviews-highlight__star is-full\" viewBox=\"0 0 24 24\" width=\"22\" height=\"22\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M12 2.5l2.9 5.9 6.5.95-4.7 4.58 1.11 6.47L12 17.35 6.19 20.4 7.3 13.93 2.6 9.35l6.5-.95L12 2.5z\" fill=\"#FF492C\"\/><\/svg><\/span>                                                                    <span class=\"reviews-highlight__score\">5\/5<\/span>\n                                                            <\/div>\n                        \n                                                    <h3 class=\"reviews-highlight__card-title\">Uno strumento eccellente per il monitoraggio dei media<\/h3>\n                        \n                                                    <div class=\"reviews-highlight__card-text\"><p>Onclusive \u00e8 un ottimo strumento per monitorare la copertura mediatica e creare report. Permette di decidere facilmente cosa includere o escludere dai report. \u00c8 possibile fare modifiche in tempo reale e apprezzo molto i loro alert giornalieri sulla copertura dei clienti.<\/p>\n<\/div>\n                        \n                    <\/article>\n                                    <article class=\"reviews-highlight__card\">\n\n                                                    <header class=\"reviews-highlight__card-head\">\n                                                                    <span class=\"reviews-highlight__avatar\">\n                                        <img decoding=\"async\" src=\"https:\/\/onclusive.com\/wp-content\/uploads\/2026\/08\/sop0jqh4z6hyem0izztk.webp\"\n                                             alt=\"Natalia M\"\n                                             loading=\"lazy\" \/>\n                                                                                    <img decoding=\"async\" class=\"reviews-highlight__avatar-badge\"\n                                                 src=\"https:\/\/onclusive.com\/wp-content\/uploads\/2026\/08\/Group-217.png\"\n                                                 alt=\"\" aria-hidden=\"true\" loading=\"lazy\" \/>\n                                                                            <\/span>\n                                \n                                                                    <span class=\"reviews-highlight__identity\">\n                                                                                    <span class=\"reviews-highlight__name\">Natalia M<\/span>\n                                                                                                                            <span class=\"reviews-highlight__role\">Responsabile delle partnership e della comunicazione strategica intergovernativa<\/span>\n                                                                            <\/span>\n                                                            <\/header>\n                        \n                                                    <div class=\"reviews-highlight__rating\">\n                                <span class=\"reviews-highlight__stars\" role=\"img\" aria-label=\"4.5 out of 5\"><svg class=\"reviews-highlight__star is-full\" viewBox=\"0 0 24 24\" width=\"22\" height=\"22\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M12 2.5l2.9 5.9 6.5.95-4.7 4.58 1.11 6.47L12 17.35 6.19 20.4 7.3 13.93 2.6 9.35l6.5-.95L12 2.5z\" fill=\"#FF492C\"\/><\/svg><svg class=\"reviews-highlight__star is-full\" viewBox=\"0 0 24 24\" width=\"22\" height=\"22\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M12 2.5l2.9 5.9 6.5.95-4.7 4.58 1.11 6.47L12 17.35 6.19 20.4 7.3 13.93 2.6 9.35l6.5-.95L12 2.5z\" fill=\"#FF492C\"\/><\/svg><svg class=\"reviews-highlight__star is-full\" viewBox=\"0 0 24 24\" width=\"22\" height=\"22\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M12 2.5l2.9 5.9 6.5.95-4.7 4.58 1.11 6.47L12 17.35 6.19 20.4 7.3 13.93 2.6 9.35l6.5-.95L12 2.5z\" fill=\"#FF492C\"\/><\/svg><svg class=\"reviews-highlight__star is-full\" viewBox=\"0 0 24 24\" width=\"22\" height=\"22\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M12 2.5l2.9 5.9 6.5.95-4.7 4.58 1.11 6.47L12 17.35 6.19 20.4 7.3 13.93 2.6 9.35l6.5-.95L12 2.5z\" fill=\"#FF492C\"\/><\/svg><svg class=\"reviews-highlight__star is-half\" viewBox=\"0 0 24 24\" width=\"22\" height=\"22\" aria-hidden=\"true\" focusable=\"false\"><defs><linearGradient id=\"star-6aafc86bcc7e1\"><stop offset=\"50%\" stop-color=\"#FF492C\"\/><stop offset=\"50%\" stop-color=\"transparent\"\/><\/linearGradient><\/defs><path d=\"M12 2.5l2.9 5.9 6.5.95-4.7 4.58 1.11 6.47L12 17.35 6.19 20.4 7.3 13.93 2.6 9.35l6.5-.95L12 2.5z\" fill=\"url(#star-6aafc86bcc7e1)\"\/><\/svg><\/span>                                                                    <span class=\"reviews-highlight__score\">4.5\/5<\/span>\n                                                            <\/div>\n                        \n                                                    <h3 class=\"reviews-highlight__card-title\">Onclusive Social: dalla panoramica generale all&#039;analisi dettagliata dei dati<\/h3>\n                        \n                                                    <div class=\"reviews-highlight__card-text\"><p>Onclusive Social \u00e8 uno strumento estremamente potente ed \u00e8 uno dei pochi a sincronizzarsi con LinkedIn, un fattore decisivo per la nostra scelta. Onclusive Social elimina le infinite ricerche per parole chiave su Google e sui singoli canali. Lo strumento raccoglie e filtra i dati provenienti da pi\u00f9 canali e monitora le conversazioni attraverso dashboard e report personalizzati. I report possono poi essere utilizzati per analizzare le campagne in corso e fornire dati a sostegno di nuove campagne, facendoci risparmiare ore di lavoro.<\/p>\n<\/div>\n                        \n                    <\/article>\n                            <\/div>\n        \n                    <div class=\"reviews-highlight__cta\">\n                <a href=\"https:\/\/www.g2.com\/products\/onclusive\/reviews\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"reviews-highlight__cta-button\">\n                    Leggi altre recensioni su G2                <\/a>\n            <\/div>\n        \n    <\/div>\n<\/section>\n\n\n\n    <section\n            class=\"block-form bg__grey\">\n      \n\n  <div class=\"form-content\">\n    <div class=\"form-content--inner-wrapper\">\n\n      \n              <div class=\"form-content--heading\">\n          <h3 class=\"block--form_heading\">Entriamo in contatto<\/h3> \n        <\/div>\n      \n      <div class=\"form-content--copy\">\n    \n        \n            <div class=\"block--copy\"><p>Per saperne di pi\u00f9 sui nostri servizi o per richiedere una demo, compila il seguente modulo.<\/p>\n<\/div>\n\n        \n      <\/div>\n\n      \n              <div id=\"myFrame\" class=\"form-content--form  \"> \n          <script charset=\"utf-8\" type=\"text\/javascript\" src=\"\/\/js.hsforms.net\/forms\/embed\/v2.js\"><\/script>\r\n<script>\r\n  hbspt.forms.create({\r\n    region: \"na1\",\r\n    portalId: \"42525281\",\r\n    formId: \"4c94cc26-dcb6-4b71-b582-ea190c1c4ce5\"\r\n  });\r\n<\/script>        <\/div> \n          <\/div>\n  <\/div>\n\n    <\/section> \n  \n<style>\n\/* ================================================\n   Form block - white panel behind the embed\n\n   The section background is editor-chosen and can be any brand colour,\n   including the dark ones. The embedded form's own markup comes from HubSpot\n   with dark label text, so on a dark section the labels disappeared.\n\n   This used to be handled by whitening the labels, but only for .bg__black -\n   every other dark colour was still unreadable, and the fix broke as soon as a\n   light background was chosen. Putting the form on its own white panel makes it\n   readable on every background instead of one, which is what Onclusive asked\n   for, and it means the label colours can stay as HubSpot ships them.\n   ================================================ *\/\n\n.block-form .form-content--form {\n  background-color: #ffffff;\n  border-radius: 10px;\n  padding: 1.75rem;\n}\n\n@media (max-width: 768px) {\n  .block-form .form-content--form { padding: 1.25rem; }\n}\n\n\/* The panel is white on every background, so the form's own text must stay\n   dark. This undoes any inherited light colour from a dark section. *\/\n.block-form .form-content--form,\n.block-form .form-content--form .hs-form label,\n.block-form .form-content--form .hs-form legend,\n.block-form .form-content--form .hs-form .hs-form-field > label,\n.block-form .form-content--form .hs-form .hs-richtext,\n.block-form .form-content--form .hs-form .hs-field-desc {\n  color: #1e1e23;\n}\n\n.block-form .form-content--form .hs-form input[type=\"text\"],\n.block-form .form-content--form .hs-form input[type=\"email\"],\n.block-form .form-content--form .hs-form input[type=\"tel\"],\n.block-form .form-content--form .hs-form input[type=\"number\"],\n.block-form .form-content--form .hs-form select,\n.block-form .form-content--form .hs-form textarea {\n  background-color: #ffffff;\n  color: #1e1e23;\n}\n\n.block-form .form-content--form .hs-form .hs-error-msgs label,\n.block-form .form-content--form .hs-form .hs-error-msg {\n  color: #c0392b;\n}\n<\/style>\n\n\n\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":5727,"menu_order":5,"comment_status":"closed","ping_status":"closed","template":"page-templates\/archive-template.php","meta":{"_acf_changed":false,"content-type":"","inline_featured_image":false,"footnotes":""},"region":[],"class_list":["post-5808","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/onclusive.com\/it\/wp-json\/wp\/v2\/pages\/5808","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/onclusive.com\/it\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/onclusive.com\/it\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/onclusive.com\/it\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/onclusive.com\/it\/wp-json\/wp\/v2\/comments?post=5808"}],"version-history":[{"count":2,"href":"https:\/\/onclusive.com\/it\/wp-json\/wp\/v2\/pages\/5808\/revisions"}],"predecessor-version":[{"id":101956,"href":"https:\/\/onclusive.com\/it\/wp-json\/wp\/v2\/pages\/5808\/revisions\/101956"}],"up":[{"embeddable":true,"href":"https:\/\/onclusive.com\/it\/wp-json\/wp\/v2\/pages\/5727"}],"wp:attachment":[{"href":"https:\/\/onclusive.com\/it\/wp-json\/wp\/v2\/media?parent=5808"}],"wp:term":[{"taxonomy":"region","embeddable":true,"href":"https:\/\/onclusive.com\/it\/wp-json\/wp\/v2\/region?post=5808"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}