{"id":5208,"date":"2026-04-27T15:13:38","date_gmt":"2026-04-27T13:13:38","guid":{"rendered":"https:\/\/blb.mesdb15.com\/services\/"},"modified":"2026-07-22T17:17:56","modified_gmt":"2026-07-22T15:17:56","slug":"services","status":"publish","type":"page","link":"https:\/\/blb.mesdb15.com\/en\/services\/","title":{"rendered":"Services"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"5208\" class=\"elementor elementor-5208 elementor-3459\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-11d6eb9 e-flex e-con-boxed e-con e-parent\" data-id=\"11d6eb9\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3ff2a6f elementor-widget elementor-widget-heading\" data-id=\"3ff2a6f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">Services<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-66007cd elementor-hidden-desktop elementor-widget elementor-widget-html\" data-id=\"66007cd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<div class=\"servizi-inline-select\" id=\"serviziSelectContainer\">\r\n    <div class=\"select-trigger\" role=\"button\" tabindex=\"0\" aria-haspopup=\"listbox\" aria-expanded=\"false\" aria-controls=\"serviziOptions\">\r\n        <span id=\"selected-service-text\">Anxiety Disorders<\/span>\r\n        <svg class=\"chevron-icon\" width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"none\" aria-hidden=\"true\" focusable=\"false\">\r\n            <path d=\"M6 9L12 15L18 9\" stroke=\"#cab6b6\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\r\n        <\/svg>\r\n    <\/div>\r\n    <div class=\"menu-dropdown\">\r\n        <div class=\"active-title-wrapper\">\r\n            <h2 id=\"overlay-current-title\">Anxiety Disorders<\/h2>\r\n        <\/div>\r\n        <ul class=\"options-list\" id=\"serviziOptions\" role=\"listbox\">\r\n            <li role=\"option\" tabindex=\"-1\" data-value=\"Anxiety Disorders\" data-tab=\"Anxiety Disorders\" aria-selected=\"true\">Anxiety Disorders<\/li>\r\n            <li role=\"option\" tabindex=\"-1\" data-value=\"Eating disorders\" data-tab=\"Eating disorders\" aria-selected=\"false\">Eating disorders<\/li>\r\n            <li role=\"option\" tabindex=\"-1\" data-value=\"Sexual disorders\" data-tab=\"Sexual disorders\" aria-selected=\"false\">Sexual disorders<\/li>\r\n            <li role=\"option\" tabindex=\"-1\" data-value=\"Depression and the grieving process\" data-tab=\"Depression and the grieving process\" aria-selected=\"false\">Depression and the grieving process<\/li>\r\n            <li role=\"option\" tabindex=\"-1\" data-value=\"Personality Disorders\" data-tab=\"Personality Disorders\" aria-selected=\"false\">Personality Disorders<\/li>\r\n            <li role=\"option\" tabindex=\"-1\" data-value=\"Relationship issues\" data-tab=\"Relationship issues\" aria-selected=\"false\">Relationship issues<\/li>\r\n            <li role=\"option\" tabindex=\"-1\" data-value=\"Issues in Childhood and Adolescence\" data-tab=\"Issues in Childhood and Adolescence\" aria-selected=\"false\">Issues in Childhood and Adolescence<\/li>\r\n            <li role=\"option\" tabindex=\"-1\" data-value=\"Performance freeze\" data-tab=\"Performance freeze\" aria-selected=\"false\">Performance freeze<\/li>\r\n            <li role=\"option\" tabindex=\"-1\" data-value=\"Addiction to new technologies\" data-tab=\"Addiction to new technologies\" aria-selected=\"false\">Addiction to new technologies<\/li>\r\n            <li role=\"option\" tabindex=\"-1\" data-value=\"Coaching and personal growth\" data-tab=\"Coaching and personal growth\" aria-selected=\"false\">Coaching and personal growth<\/li>\r\n        <\/ul>\r\n    <\/div>\r\n<\/div>\r\n<script>\r\n(function() {\r\n    function normalizeText(value) {\r\n        return value.trim().toLowerCase().replace(\/[\u2019']\/g, \"'\");\r\n    }\r\n    function setOpen(container, isOpen) {\r\n        const trigger = container.querySelector('.select-trigger');\r\n        container.classList.toggle('is-open', isOpen);\r\n        if (trigger) {\r\n            trigger.setAttribute('aria-expanded', isOpen ? 'true' : 'false');\r\n            trigger.style.borderRadius = isOpen ? '25px 25px 0 0' : '25px';\r\n        }\r\n    }\r\n    function chooseOption(container, option) {\r\n        const label = option.dataset.value || option.innerText.trim();\r\n        const tabLabel = option.dataset.tab || label;\r\n        document.getElementById('selected-service-text').innerText = label;\r\n        document.getElementById('overlay-current-title').innerText = label;\r\n        container.querySelectorAll('.options-list li').forEach(function(item) {\r\n            item.setAttribute('aria-selected', item === option ? 'true' : 'false');\r\n        });\r\n        document.querySelectorAll('.e-n-tab-title-text, .elementor-tab-title').forEach(function(tab) {\r\n            if (normalizeText(tab.innerText) === normalizeText(tabLabel)) {\r\n                const btn = tab.closest('button') || tab.closest('.e-n-tab-title') || tab;\r\n                btn.click();\r\n            }\r\n        });\r\n        setOpen(container, false);\r\n    }\r\n    document.addEventListener('click', function(e) {\r\n        const container = document.getElementById('serviziSelectContainer');\r\n        if (!container) return;\r\n        const trigger = e.target.closest('.select-trigger');\r\n        const option = e.target.closest('.options-list li');\r\n        if (trigger) {\r\n            e.preventDefault();\r\n            e.stopPropagation();\r\n            setOpen(container, !container.classList.contains('is-open'));\r\n        } else if (option) {\r\n            chooseOption(container, option);\r\n        } else {\r\n            setOpen(container, false);\r\n        }\r\n    }, true);\r\n    document.addEventListener('keydown', function(e) {\r\n        const container = document.getElementById('serviziSelectContainer');\r\n        if (!container) return;\r\n        const trigger = e.target.closest('.select-trigger');\r\n        const option = e.target.closest('.options-list li');\r\n        if (trigger && (e.key === 'Enter' || e.key === ' ')) {\r\n            e.preventDefault();\r\n            setOpen(container, !container.classList.contains('is-open'));\r\n        } else if (option && e.key === 'Enter') {\r\n            e.preventDefault();\r\n            chooseOption(container, option);\r\n        } else if (e.key === 'Escape') {\r\n            setOpen(container, false);\r\n            const triggerEl = container.querySelector('.select-trigger');\r\n            if (triggerEl) triggerEl.focus();\r\n        }\r\n    }, true);\r\n})();\r\n<\/script>\r\n<style>\r\n    @import url('https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:wght@400;500;600;700&display=swap');\r\n    .servizi-inline-select {\r\n        font-family: 'Cormorant Garamond', serif;\r\n        width: 100%;\r\n        max-width: 100%;\r\n        position: relative;\r\n        z-index: 10;\r\n    }\r\n    \/* --- TRIGGER (Select chiusa) --- *\/\r\n    .select-trigger {\r\n        display: flex;\r\n        justify-content: space-between;\r\n        align-items: center;\r\n        padding: 12px 15px;\r\n        background: #F0E9E9;\r\n        border-radius: 25px;\r\n        cursor: pointer;\r\n        border: 1px solid #eee;\r\n        transition: all 0.3s ease;\r\n        -webkit-tap-highlight-color: transparent;\r\n    }\r\n    .select-trigger span {\r\n        font-size: 18px;\r\n        color: #722F37;\r\n        font-weight: 500;\r\n        text-align: center;\r\n        width: 100%;\r\n        pointer-events: none;\r\n    }\r\n    .select-trigger svg { pointer-events: none; }\r\n    \/* --- DROPDOWN (Menu aperto) --- *\/\r\n    .menu-dropdown {\r\n        position: absolute;\r\n        top: 0;\r\n        left: 0;\r\n        width: 100%;\r\n        display: none;\r\n        border-radius: 20px;\r\n        overflow: hidden;\r\n        background-color: transparent;\r\n        background-image: linear-gradient(180deg, #FFFDFD 0%, #FFFDFD66 100%);\r\n        backdrop-filter: blur(10px);\r\n        -webkit-backdrop-filter: blur(10px);\r\n        box-shadow: 0 10px 30px rgba(0,0,0,0.1);\r\n        z-index: 1000;\r\n        padding: 20px 0;\r\n    }\r\n    .servizi-inline-select.is-open .menu-dropdown {\r\n        display: block;\r\n    }\r\n    .active-title-wrapper {\r\n        text-align: center;\r\n        padding: 10px 20px 20px;\r\n    }\r\n    .active-title-wrapper h2 {\r\n        font-size: 22px;\r\n        color: #722F37;\r\n        margin: 0;\r\n        font-weight: 700;\r\n    }\r\n    .options-list {\r\n        list-style: none;\r\n        padding: 0;\r\n        margin: 0;\r\n        overflow-y: visible;\r\n        height: auto;\r\n    }\r\n    .options-list li {\r\n        padding: 15px 25px;\r\n        font-size: 18px;\r\n        color: #722F37;\r\n        cursor: pointer;\r\n        text-align: center;\r\n        border-bottom: 1px solid rgba(114, 47, 55, 0.08);\r\n        transition: background 0.2s;\r\n        -webkit-tap-highlight-color: transparent;\r\n    }\r\n    .options-list li:last-child { border-bottom: none; }\r\n    .options-list li:hover {\r\n        background-color: rgba(255, 255, 255, 0.4);\r\n        font-weight: 600;\r\n    }\r\n    .chevron-icon { transition: transform 0.3s; }\r\n    .servizi-inline-select.is-open .chevron-icon { transform: rotate(180deg); }\r\n    .options-list::-webkit-scrollbar { width: 4px; }\r\n    .options-list::-webkit-scrollbar-track { background: transparent; }\r\n    .options-list::-webkit-scrollbar-thumb { background: rgba(114, 47, 55, 0.2); border-radius: 10px; }\r\n    \r\n    .servizi-inline-select.is-open {\r\n    z-index: 99999;\r\n}\r\n.servizi-inline-select .menu-dropdown {\r\n    z-index: 99999;\r\n}\r\n\r\n\/* Alza anche i contenitori Elementor che racchiudono il widget,\r\n   altrimenti il loro stacking context \"intrappola\" il dropdown *\/\r\n.elementor-widget:has(.servizi-inline-select),\r\n.e-con:has(.servizi-inline-select),\r\n.e-con-inner:has(.servizi-inline-select),\r\n.elementor-section:has(.servizi-inline-select),\r\n.elementor-column:has(.servizi-inline-select) {\r\n    z-index: 9999 !important;\r\n    overflow: visible !important;\r\n}\r\n<\/style>\r\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-df9efc4 e-n-tabs-mobile elementor-widget elementor-widget-n-tabs\" data-id=\"df9efc4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"nested-tabs.default\">\n\t\t\t\t\t\t\t<div class=\"e-n-tabs\" data-widget-number=\"234483652\" aria-label=\"Tabs. Open items with Enter or Space, close with Escape and navigate using the Arrow keys.\">\n\t\t\t<div class=\"e-n-tabs-heading\" role=\"tablist\">\n\t\t\t\t\t<button id=\"e-n-tab-title-2344836521\" data-tab-title-id=\"e-n-tab-title-2344836521\" class=\"e-n-tab-title\" aria-selected=\"true\" data-tab-index=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"e-n-tab-content-2344836521\" style=\"--n-tabs-title-order: 1;\">\n\t\t\t\t\t\t<span class=\"e-n-tab-title-text\">\n\t\t\t\tAnxiety Disorders\t\t\t<\/span>\n\t\t<\/button>\n\t\t\t\t<button id=\"e-n-tab-title-2344836522\" data-tab-title-id=\"e-n-tab-title-2344836522\" class=\"e-n-tab-title\" aria-selected=\"false\" data-tab-index=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-2344836522\" style=\"--n-tabs-title-order: 2;\">\n\t\t\t\t\t\t<span class=\"e-n-tab-title-text\">\n\t\t\t\tEating disorders\t\t\t<\/span>\n\t\t<\/button>\n\t\t\t\t<button id=\"e-n-tab-title-2344836523\" data-tab-title-id=\"e-n-tab-title-2344836523\" class=\"e-n-tab-title\" aria-selected=\"false\" data-tab-index=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-2344836523\" style=\"--n-tabs-title-order: 3;\">\n\t\t\t\t\t\t<span class=\"e-n-tab-title-text\">\n\t\t\t\tSexual disorders\t\t\t<\/span>\n\t\t<\/button>\n\t\t\t\t<button id=\"e-n-tab-title-2344836524\" data-tab-title-id=\"e-n-tab-title-2344836524\" class=\"e-n-tab-title\" aria-selected=\"false\" data-tab-index=\"4\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-2344836524\" style=\"--n-tabs-title-order: 4;\">\n\t\t\t\t\t\t<span class=\"e-n-tab-title-text\">\n\t\t\t\tDepression and the grieving process\t\t\t<\/span>\n\t\t<\/button>\n\t\t\t\t<button id=\"e-n-tab-title-2344836525\" data-tab-title-id=\"e-n-tab-title-2344836525\" class=\"e-n-tab-title\" aria-selected=\"false\" data-tab-index=\"5\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-2344836525\" style=\"--n-tabs-title-order: 5;\">\n\t\t\t\t\t\t<span class=\"e-n-tab-title-text\">\n\t\t\t\tPersonality Disorders\t\t\t<\/span>\n\t\t<\/button>\n\t\t\t\t<button id=\"e-n-tab-title-2344836526\" data-tab-title-id=\"e-n-tab-title-2344836526\" class=\"e-n-tab-title\" aria-selected=\"false\" data-tab-index=\"6\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-2344836526\" style=\"--n-tabs-title-order: 6;\">\n\t\t\t\t\t\t<span class=\"e-n-tab-title-text\">\n\t\t\t\tRelationship issues\t\t\t<\/span>\n\t\t<\/button>\n\t\t\t\t<button id=\"e-n-tab-title-2344836527\" data-tab-title-id=\"e-n-tab-title-2344836527\" class=\"e-n-tab-title\" aria-selected=\"false\" data-tab-index=\"7\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-2344836527\" style=\"--n-tabs-title-order: 7;\">\n\t\t\t\t\t\t<span class=\"e-n-tab-title-text\">\n\t\t\t\tProblems in childhood and adolescence\t\t\t<\/span>\n\t\t<\/button>\n\t\t\t\t<button id=\"e-n-tab-title-2344836528\" data-tab-title-id=\"e-n-tab-title-2344836528\" class=\"e-n-tab-title\" aria-selected=\"false\" data-tab-index=\"8\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-2344836528\" style=\"--n-tabs-title-order: 8;\">\n\t\t\t\t\t\t<span class=\"e-n-tab-title-text\">\n\t\t\t\tPerformance freeze\t\t\t<\/span>\n\t\t<\/button>\n\t\t\t\t<button id=\"e-n-tab-title-2344836529\" data-tab-title-id=\"e-n-tab-title-2344836529\" class=\"e-n-tab-title\" aria-selected=\"false\" data-tab-index=\"9\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-2344836529\" style=\"--n-tabs-title-order: 9;\">\n\t\t\t\t\t\t<span class=\"e-n-tab-title-text\">\n\t\t\t\tAddiction to new technologies\t\t\t<\/span>\n\t\t<\/button>\n\t\t\t\t<button id=\"e-n-tab-title-23448365210\" data-tab-title-id=\"e-n-tab-title-23448365210\" class=\"e-n-tab-title\" aria-selected=\"false\" data-tab-index=\"10\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-23448365210\" style=\"--n-tabs-title-order: 10;\">\n\t\t\t\t\t\t<span class=\"e-n-tab-title-text\">\n\t\t\t\tCoaching e crescita personale\t\t\t<\/span>\n\t\t<\/button>\n\t\t\t\t\t<\/div>\n\t\t\t<div class=\"e-n-tabs-content\">\n\t\t\t\t<div id=\"e-n-tab-content-2344836521 ansia\" role=\"tabpanel\" aria-labelledby=\"e-n-tab-title-2344836521\" data-tab-index=\"1\" style=\"--n-tabs-title-order: 1;\" class=\"e-active elementor-element elementor-element-20d2ffc e-flex e-con-boxed e-con e-child\" data-id=\"20d2ffc\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-5d2f900 e-con-full e-flex e-con e-child\" data-id=\"5d2f900\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-213fe3d animated-fast elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"213fe3d\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;zoomIn&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p style=\"color: black;\">Anxiety, in all its forms, is one of the most common yet most misunderstood mental health issues.<br \/>Those who suffer from it often feel misunderstood\u2014not only by those around them but also by themselves\u2014because they know full well that their fear is irrational, yet they cannot stop feeling it.<\/p><p style=\"color: black;\">Panic attacks, phobias, obsessions, thoughts that repeat endlessly, the body reacting before the mind even has time to process it: these are real experiences that limit daily life and feed on themselves precisely when you try to fight them.<\/p><p style=\"color: black;\">Brief Strategic Psychotherapy is particularly effective in treating anxiety disorders because it does not merely manage symptoms, but identifies and disrupts the mechanism that sustains them.<br \/>Each intervention is tailored to the specific nature of the problem and the individual: because no two anxiety disorders are alike, and no two solutions should be either.<\/p><p style=\"color: black;\">I specialize in:<\/p><ul style=\"color: black;\"><li><strong>Panic attacks with and without agoraphobia<\/strong><\/li><li><strong>Social phobia<\/strong><\/li><li><strong>Specific phobias<\/strong><\/li><li><strong>Post-traumatic stress disorder<\/strong><\/li><li><strong>Somatoform disorders (hypochondriasis, body dysmorphic disorder)<\/strong><\/li><li><strong>Obsessions and compulsions<\/strong><\/li><li><strong>Obsessive-paranoid disorders<\/strong><\/li><li><strong>Pathological doubt<\/strong><\/li><\/ul>\t\t\t\t\t\t\t\t<\/div>\n\t\t<a class=\"elementor-element elementor-element-b68d8f0 e-con-full animated-fast e-flex elementor-invisible e-con e-child\" data-id=\"b68d8f0\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;slideInLeft&quot;}\" href=\"https:\/\/blb.mesdb15.com\/dove-ricevo\/\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0cf5545 elementor-position-right elementor-vertical-align-middle elementor-widget__width-auto elementor-vertical-align-middle elementor-widget elementor-widget-image-box\" data-id=\"0cf5545\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img decoding=\"async\" width=\"96\" height=\"96\" src=\"https:\/\/blb.mesdb15.com\/wp-content\/uploads\/2026\/07\/freccia-curva-1-2.png\" class=\"attachment-full size-full wp-image-7970\" alt=\"\" \/><\/figure><div class=\"elementor-image-box-content\"><p class=\"elementor-image-box-description\">Contact me<\/p><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-b72e65c e-con-full e-flex e-con e-child\" data-id=\"b72e65c\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-61dcd91 elementor-widget elementor-widget-image\" data-id=\"61dcd91\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"800\" height=\"956\" src=\"https:\/\/blb.mesdb15.com\/wp-content\/uploads\/2026\/07\/Group-132-857x1024.png\" class=\"attachment-large size-large wp-image-7960\" alt=\"\" srcset=\"https:\/\/blb.mesdb15.com\/wp-content\/uploads\/2026\/07\/Group-132-857x1024.png 857w, https:\/\/blb.mesdb15.com\/wp-content\/uploads\/2026\/07\/Group-132-251x300.png 251w, https:\/\/blb.mesdb15.com\/wp-content\/uploads\/2026\/07\/Group-132-768x918.png 768w, https:\/\/blb.mesdb15.com\/wp-content\/uploads\/2026\/07\/Group-132-1285x1536.png 1285w, https:\/\/blb.mesdb15.com\/wp-content\/uploads\/2026\/07\/Group-132.png 1536w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div id=\"e-n-tab-content-2344836522 alimentari\" role=\"tabpanel\" aria-labelledby=\"e-n-tab-title-2344836522\" data-tab-index=\"2\" style=\"--n-tabs-title-order: 2;\" class=\" elementor-element elementor-element-9506eaa e-flex e-con-boxed e-con e-child\" data-id=\"9506eaa\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-5afaf85 e-con-full e-flex e-con e-child\" data-id=\"5afaf85\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-383b2bc animated-fast elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"383b2bc\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;zoomIn&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p style=\"color: black;\">A relationship with food is never just about food.<br\/>Behind an eating disorder, there is almost always a complex relationship with oneself, with one\u2019s body, and with control\u2014or the loss of it.<\/p><p style=\"color: black;\">Whether it manifests as a refusal to eat, a cycle of bingeing and purging, or a compulsive relationship with the pleasure of eating, every eating disorder has a specific logic that underpins and fuels it. Recognizing this is the first step toward breaking free from its grip. <\/p><p style=\"color: black;\">Over time, Brief Strategic Psychotherapy has developed specific and effective protocols for treating eating disorders, capable of breaking the patterns that keep the problem going.<\/p><p style=\"color: black;\">An approach that doesn&#8217;t judge, but works methodically toward a concrete goal: to rediscover a free and peaceful relationship with food and with oneself.<\/p><p style=\"color: black;\">I specialize in:<\/p><ul style=\"color: black;\"><li><strong>Anorexia<\/strong><\/li><li><strong>Bulimia<\/strong><\/li><li><strong>Vomiting<\/strong><\/li><li><strong>Binge eating<\/strong><\/li><\/ul>\t\t\t\t\t\t\t\t<\/div>\n\t\t<a class=\"elementor-element elementor-element-f5ae2d0 e-con-full animated-fast e-flex elementor-invisible e-con e-child\" data-id=\"f5ae2d0\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;slideInLeft&quot;}\" href=\"https:\/\/blb.mesdb15.com\/dove-ricevo\/\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1e1d5cb elementor-position-right elementor-vertical-align-middle elementor-widget__width-auto elementor-vertical-align-middle elementor-widget elementor-widget-image-box\" data-id=\"1e1d5cb\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img decoding=\"async\" width=\"96\" height=\"96\" src=\"https:\/\/blb.mesdb15.com\/wp-content\/uploads\/2026\/07\/freccia-curva-1-2.png\" class=\"attachment-full size-full wp-image-7970\" alt=\"\" \/><\/figure><div class=\"elementor-image-box-content\"><p class=\"elementor-image-box-description\">Contact me<\/p><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-167885e e-con-full e-flex e-con e-child\" data-id=\"167885e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3e26b9f elementor-widget elementor-widget-image\" data-id=\"3e26b9f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"800\" height=\"976\" src=\"https:\/\/blb.mesdb15.com\/wp-content\/uploads\/2026\/07\/Group-18-839x1024.png\" class=\"attachment-large size-large wp-image-7961\" alt=\"\" srcset=\"https:\/\/blb.mesdb15.com\/wp-content\/uploads\/2026\/07\/Group-18-839x1024.png 839w, https:\/\/blb.mesdb15.com\/wp-content\/uploads\/2026\/07\/Group-18-246x300.png 246w, https:\/\/blb.mesdb15.com\/wp-content\/uploads\/2026\/07\/Group-18-768x938.png 768w, https:\/\/blb.mesdb15.com\/wp-content\/uploads\/2026\/07\/Group-18-1258x1536.png 1258w, https:\/\/blb.mesdb15.com\/wp-content\/uploads\/2026\/07\/Group-18.png 1576w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div id=\"e-n-tab-content-2344836523\" role=\"tabpanel\" aria-labelledby=\"e-n-tab-title-2344836523\" data-tab-index=\"3\" style=\"--n-tabs-title-order: 3;\" class=\" elementor-element elementor-element-0db129a e-flex e-con-boxed e-con e-child\" data-id=\"0db129a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-05365d8 e-con-full e-flex e-con e-child\" data-id=\"05365d8\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-22096c0 animated-fast elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"22096c0\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;zoomIn&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p style=\"color: black;\">Sexual disorders are among the most difficult issues to bring up in therapy, not because they are the most complex to resolve, but because they are the hardest to talk about.<\/p><p style=\"color: black;\">The weight of silence, shame, and the feeling of being \u201cthe only ones\u201d facing that challenge often exacerbates the problem far more than the problem itself, triggering a vicious cycle in which anxiety about performance becomes the main obstacle.<\/p><p style=\"color: black;\">Brief Strategic Psychotherapy is effective in this area precisely because it addresses the disorder without judgment and without lengthy explorations of the past, focusing instead on the mechanism that keeps it active in the present.<\/p><p style=\"color: black;\">This journey is intimate, respectful, and focused on a specific goal: rediscovering a form of pleasure that is truly free and authentic.<\/p><p style=\"color: black;\">I specialize in:<\/p><ul style=\"color: black;\"><li><strong>Difficulty achieving an erection<\/strong><\/li><li><strong>Premature ejaculation<\/strong><\/li><li><strong>Vaginismus and dyspareunia<\/strong><\/li><li><strong>Desire Disorders<\/strong><\/li><\/ul>\t\t\t\t\t\t\t\t<\/div>\n\t\t<a class=\"elementor-element elementor-element-c143cfb e-con-full animated-fast e-flex elementor-invisible e-con e-child\" data-id=\"c143cfb\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;slideInLeft&quot;}\" href=\"https:\/\/blb.mesdb15.com\/dove-ricevo\/\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0cc186c elementor-position-right elementor-vertical-align-middle elementor-widget__width-auto elementor-vertical-align-middle elementor-widget elementor-widget-image-box\" data-id=\"0cc186c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img decoding=\"async\" width=\"96\" height=\"96\" src=\"https:\/\/blb.mesdb15.com\/wp-content\/uploads\/2026\/07\/freccia-curva-1-2.png\" class=\"attachment-full size-full wp-image-7970\" alt=\"\" \/><\/figure><div class=\"elementor-image-box-content\"><p class=\"elementor-image-box-description\">Contact me<\/p><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-c5c7e0f e-con-full e-flex e-con e-child\" data-id=\"c5c7e0f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3dfe94b elementor-widget elementor-widget-image\" data-id=\"3dfe94b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"751\" src=\"https:\/\/blb.mesdb15.com\/wp-content\/uploads\/2026\/07\/Group-19-1024x961.png\" class=\"attachment-large size-large wp-image-7962\" alt=\"\" srcset=\"https:\/\/blb.mesdb15.com\/wp-content\/uploads\/2026\/07\/Group-19-1024x961.png 1024w, https:\/\/blb.mesdb15.com\/wp-content\/uploads\/2026\/07\/Group-19-300x282.png 300w, https:\/\/blb.mesdb15.com\/wp-content\/uploads\/2026\/07\/Group-19-768x721.png 768w, https:\/\/blb.mesdb15.com\/wp-content\/uploads\/2026\/07\/Group-19-1536x1442.png 1536w, https:\/\/blb.mesdb15.com\/wp-content\/uploads\/2026\/07\/Group-19.png 1828w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div id=\"e-n-tab-content-2344836524\" role=\"tabpanel\" aria-labelledby=\"e-n-tab-title-2344836524\" data-tab-index=\"4\" style=\"--n-tabs-title-order: 4;\" class=\" elementor-element elementor-element-59a685e e-flex e-con-boxed e-con e-child\" data-id=\"59a685e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-a9df423 e-con-full e-flex e-con e-child\" data-id=\"a9df423\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7c753da animated-fast elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"7c753da\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;zoomIn&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p style=\"color: black\">Depression isn&#8217;t just sadness.\nIt&#8217;s something more subtle and more profound: a feeling of emptiness, of being disconnected from oneself and others, and a loss of the desire to act, feel, or hope.<\/p> \n\n<p style=\"color: black\">Those who experience it often struggle to even explain it, because from the outside everything may seem fine, yet something inside has died.<\/p>\n\n<p style=\"color: black\">The same applies to grief and significant losses: moments when the pain is real and legitimate, but which sometimes become a burden from which it seems impossible to recover. Working through depression and grief requires sensitivity, but also guidance. <\/p> \n\n<p style=\"color: black\">My approach goes beyond simply supporting someone through their pain; it helps them gradually reconnect with their inner resources, with the present moment, and with the real possibility of feeling better.\nIt\u2019s not about erasing the past, but about learning to carry it in a different way\u2014lighter, freer.<\/p>\n\n<p style=\"color: black\">I specialize in:<\/p>\n<ul style=\"color: black\">\n  <li><strong>Depression in its various forms<\/strong><\/li>\n  <li><strong>Coping with Grief and Significant Losses<\/strong><\/li>\n<\/ul>  \n\t\t\t\t\t\t\t\t<\/div>\n\t\t<a class=\"elementor-element elementor-element-197b7ba e-con-full animated-fast e-flex elementor-invisible e-con e-child\" data-id=\"197b7ba\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;slideInLeft&quot;}\" href=\"https:\/\/blb.mesdb15.com\/dove-ricevo\/\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0057f39 elementor-position-right elementor-vertical-align-middle elementor-widget__width-auto elementor-vertical-align-middle elementor-widget elementor-widget-image-box\" data-id=\"0057f39\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img decoding=\"async\" width=\"96\" height=\"96\" src=\"https:\/\/blb.mesdb15.com\/wp-content\/uploads\/2026\/07\/freccia-curva-1-2.png\" class=\"attachment-full size-full wp-image-7970\" alt=\"\" \/><\/figure><div class=\"elementor-image-box-content\"><p class=\"elementor-image-box-description\">Contact me<\/p><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-0dd026c e-con-full e-flex e-con e-child\" data-id=\"0dd026c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c29686b elementor-widget elementor-widget-image\" data-id=\"c29686b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"739\" src=\"https:\/\/blb.mesdb15.com\/wp-content\/uploads\/2026\/07\/Group-21-1024x946.png\" class=\"attachment-large size-large wp-image-7963\" alt=\"\" srcset=\"https:\/\/blb.mesdb15.com\/wp-content\/uploads\/2026\/07\/Group-21-1024x946.png 1024w, https:\/\/blb.mesdb15.com\/wp-content\/uploads\/2026\/07\/Group-21-300x277.png 300w, https:\/\/blb.mesdb15.com\/wp-content\/uploads\/2026\/07\/Group-21-768x709.png 768w, https:\/\/blb.mesdb15.com\/wp-content\/uploads\/2026\/07\/Group-21-1536x1419.png 1536w, https:\/\/blb.mesdb15.com\/wp-content\/uploads\/2026\/07\/Group-21.png 1936w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div id=\"e-n-tab-content-2344836525\" role=\"tabpanel\" aria-labelledby=\"e-n-tab-title-2344836525\" data-tab-index=\"5\" style=\"--n-tabs-title-order: 5;\" class=\" elementor-element elementor-element-e8543f9 e-flex e-con-boxed e-con e-child\" data-id=\"e8543f9\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-049c4d7 e-con-full e-flex e-con e-child\" data-id=\"049c4d7\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-eaaaa22 animated-fast elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"eaaaa22\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;zoomIn&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p style=\"color: black\">Personality disorders are among the most complex conditions a person can face, not only for those who suffer from them, but also for those around them.<\/p> \n\n<p style=\"color: black\">These are deep-seated and rigid ways of perceiving oneself, others, and the world, which make relationships difficult, emotions hard to manage, and daily life often a source of great suffering.\nThose who experience them do not choose to behave that way: those patterns, however dysfunctional, are the only ones they know for navigating the world.<\/p>\n\n<p style=\"color: black\">Working with these conditions requires expertise, patience, and an approach that is both firm and compassionate.<\/p> \n\n<p style=\"color: black\">Brief Strategic Psychotherapy, even in its long-term applications, has developed effective tools for addressing even the most deeply rooted psychological disorders, guiding the individual step by step along a path of genuine and lasting change\u2014without forcing the process, yet never losing sight of the goal.<\/p>\n\n<p style=\"color: black\">I specialize in:<\/p>\n<ul style=\"color: black\">\n  <li><strong>Borderline personality disorder<\/strong><\/li>\n  <li><strong>Personality Disorders<\/strong><\/li>\n<\/ul>  \n\t\t\t\t\t\t\t\t<\/div>\n\t\t<a class=\"elementor-element elementor-element-9922053 e-con-full animated-fast e-flex elementor-invisible e-con e-child\" data-id=\"9922053\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;slideInLeft&quot;}\" href=\"https:\/\/blb.mesdb15.com\/dove-ricevo\/\">\n\t\t\t\t<div class=\"elementor-element elementor-element-811fa60 elementor-position-right elementor-vertical-align-middle elementor-widget__width-auto elementor-vertical-align-middle elementor-widget elementor-widget-image-box\" data-id=\"811fa60\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img decoding=\"async\" width=\"96\" height=\"96\" src=\"https:\/\/blb.mesdb15.com\/wp-content\/uploads\/2026\/07\/freccia-curva-1-2.png\" class=\"attachment-full size-full wp-image-7970\" alt=\"\" \/><\/figure><div class=\"elementor-image-box-content\"><p class=\"elementor-image-box-description\">Contact me<\/p><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d644a12 e-con-full e-flex e-con e-child\" data-id=\"d644a12\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fa1852e elementor-widget elementor-widget-image\" data-id=\"fa1852e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"670\" src=\"https:\/\/blb.mesdb15.com\/wp-content\/uploads\/2026\/07\/Group-23-1024x857.png\" class=\"attachment-large size-large wp-image-7964\" alt=\"\" srcset=\"https:\/\/blb.mesdb15.com\/wp-content\/uploads\/2026\/07\/Group-23-1024x857.png 1024w, https:\/\/blb.mesdb15.com\/wp-content\/uploads\/2026\/07\/Group-23-300x251.png 300w, https:\/\/blb.mesdb15.com\/wp-content\/uploads\/2026\/07\/Group-23-768x643.png 768w, https:\/\/blb.mesdb15.com\/wp-content\/uploads\/2026\/07\/Group-23-1536x1285.png 1536w, https:\/\/blb.mesdb15.com\/wp-content\/uploads\/2026\/07\/Group-23.png 1836w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div id=\"e-n-tab-content-2344836526\" role=\"tabpanel\" aria-labelledby=\"e-n-tab-title-2344836526\" data-tab-index=\"6\" style=\"--n-tabs-title-order: 6;\" class=\" elementor-element elementor-element-302fe90 e-flex e-con-boxed e-con e-child\" data-id=\"302fe90\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-13d35bd e-con-full e-flex e-con e-child\" data-id=\"13d35bd\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6472485 animated-fast elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"6472485\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;zoomIn&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p style=\"color: black\">Relationships are the context in which we live, grow, and, at times, suffer the most.<\/p> \n\n<p style=\"color: black\">A recurring conflict in a relationship, a family dynamic that seems impossible to change, or difficulty asserting oneself in a professional or social setting: these are situations in which we often feel stuck, misunderstood, or simply exhausted from trying to find a balance that never seems to come.<\/p> \n\n<p style=\"color: black\">The problem, almost always, is not a lack of good will, but the fact that the solutions we try inadvertently continue to fuel the problem itself.<\/p>\n\n<p style=\"color: black\">Brief Strategic Psychotherapy views relationships as systems in which each element influences the others.<\/p>\n\n<p style=\"color: black\">Working on a relationship issue doesn\u2019t necessarily mean involving everyone involved: often, it\u2019s enough for just one person to change the way they react to significantly alter the entire dynamic.\nA practical approach that yields visible results right from the early stages of the process.<\/p>\n\n<p style=\"color: black\">I specialize in:<\/p>\n<ul style=\"color: black\">\n  <li><strong>Relationship problems<\/strong><\/li>\n  <li><strong>Family dynamics and parent-child relationships<\/strong><\/li>\n  <li><strong>Challenges in the workplace and in social settings<\/strong><\/li>\n<\/ul>  \n\t\t\t\t\t\t\t\t<\/div>\n\t\t<a class=\"elementor-element elementor-element-5ac693e e-con-full animated-fast e-flex elementor-invisible e-con e-child\" data-id=\"5ac693e\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;slideInLeft&quot;}\" href=\"https:\/\/blb.mesdb15.com\/dove-ricevo\/\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0254e50 elementor-position-right elementor-vertical-align-middle elementor-widget__width-auto elementor-vertical-align-middle elementor-widget elementor-widget-image-box\" data-id=\"0254e50\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img decoding=\"async\" width=\"96\" height=\"96\" src=\"https:\/\/blb.mesdb15.com\/wp-content\/uploads\/2026\/07\/freccia-curva-1-2.png\" class=\"attachment-full size-full wp-image-7970\" alt=\"\" \/><\/figure><div class=\"elementor-image-box-content\"><p class=\"elementor-image-box-description\">Contact me<\/p><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d4a6eda e-con-full e-flex e-con e-child\" data-id=\"d4a6eda\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-41dc9e4 elementor-widget elementor-widget-image\" data-id=\"41dc9e4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"762\" src=\"https:\/\/blb.mesdb15.com\/wp-content\/uploads\/2026\/07\/Group-26-1024x975.png\" class=\"attachment-large size-large wp-image-7965\" alt=\"\" srcset=\"https:\/\/blb.mesdb15.com\/wp-content\/uploads\/2026\/07\/Group-26-1024x975.png 1024w, https:\/\/blb.mesdb15.com\/wp-content\/uploads\/2026\/07\/Group-26-300x286.png 300w, https:\/\/blb.mesdb15.com\/wp-content\/uploads\/2026\/07\/Group-26-768x732.png 768w, https:\/\/blb.mesdb15.com\/wp-content\/uploads\/2026\/07\/Group-26-1536x1463.png 1536w, https:\/\/blb.mesdb15.com\/wp-content\/uploads\/2026\/07\/Group-26.png 1772w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div id=\"e-n-tab-content-2344836527\" role=\"tabpanel\" aria-labelledby=\"e-n-tab-title-2344836527\" data-tab-index=\"7\" style=\"--n-tabs-title-order: 7;\" class=\" elementor-element elementor-element-fda65fe e-flex e-con-boxed e-con e-child\" data-id=\"fda65fe\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-662a0c5 e-con-full e-flex e-con e-child\" data-id=\"662a0c5\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5e88370 animated-fast elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"5e88370\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;zoomIn&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p style=\"color: black\">Childhood and adolescence are stages of life in which everything changes rapidly: the body, relationships, and identity.<\/p> \n\n<p style=\"color: black\">It is precisely during these times of change that certain difficulties can become particularly pronounced, manifesting themselves as problematic behavior, social withdrawal, refusal to attend school, or an inability to manage emotions.<\/p> \n\n<p style=\"color: black\">Often, these signs point to a real distress that the child or teenager is not yet able to put into words, and which needs to be heard, understood, and addressed in the right way before it develops into something more difficult to resolve.<\/p>\n\n<p style=\"color: black\">Working with children and adolescents requires a flexible approach that can adapt to different contexts and, when necessary, involve the family and the school environment as well.<\/p> \n\n<p style=\"color: black\">We don\u2019t just address the symptoms; we focus on the network of relationships in which the child or adolescent is embedded, because that is where change becomes possible and lasting.<\/p>\n\n<p style=\"color: black\">I specialize in:<\/p>\n<ul style=\"color: black\">\n  <li><strong>Attention-Deficit\/Hyperactivity Disorder (ADHD)<\/strong><\/li>\n  <li><strong>Oppositional Defiant Disorder<\/strong><\/li>\n  <li><strong>Selective mutism<\/strong><\/li>\n  <li><strong>Avoidance Disorder<\/strong><\/li>\n  <li><strong>School phobia<\/strong><\/li>\n  <li><strong>Performance anxiety<\/strong><\/li>\n  <li><strong>Isolation Disorder<\/strong><\/li>\n<\/ul>  \n\t\t\t\t\t\t\t\t<\/div>\n\t\t<a class=\"elementor-element elementor-element-905167f e-con-full animated-fast e-flex elementor-invisible e-con e-child\" data-id=\"905167f\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;slideInLeft&quot;}\" href=\"https:\/\/blb.mesdb15.com\/dove-ricevo\/\">\n\t\t\t\t<div class=\"elementor-element elementor-element-43c2510 elementor-position-right elementor-vertical-align-middle elementor-widget__width-auto elementor-vertical-align-middle elementor-widget elementor-widget-image-box\" data-id=\"43c2510\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img decoding=\"async\" width=\"96\" height=\"96\" src=\"https:\/\/blb.mesdb15.com\/wp-content\/uploads\/2026\/07\/freccia-curva-1-2.png\" class=\"attachment-full size-full wp-image-7970\" alt=\"\" \/><\/figure><div class=\"elementor-image-box-content\"><p class=\"elementor-image-box-description\">Contact me<\/p><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-2374cc2 e-con-full e-flex e-con e-child\" data-id=\"2374cc2\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-70dd786 elementor-widget elementor-widget-image\" data-id=\"70dd786\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"405\" height=\"437\" src=\"https:\/\/blb.mesdb15.com\/wp-content\/uploads\/2026\/07\/Group-131.png\" class=\"attachment-large size-large wp-image-7966\" alt=\"\" srcset=\"https:\/\/blb.mesdb15.com\/wp-content\/uploads\/2026\/07\/Group-131.png 405w, https:\/\/blb.mesdb15.com\/wp-content\/uploads\/2026\/07\/Group-131-278x300.png 278w\" sizes=\"(max-width: 405px) 100vw, 405px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div id=\"e-n-tab-content-2344836528\" role=\"tabpanel\" aria-labelledby=\"e-n-tab-title-2344836528\" data-tab-index=\"8\" style=\"--n-tabs-title-order: 8;\" class=\" elementor-element elementor-element-6315415 e-flex e-con-boxed e-con e-child\" data-id=\"6315415\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-c055c53 e-con-full e-flex e-con e-child\" data-id=\"c055c53\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-32350da animated-fast elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"32350da\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;zoomIn&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p style=\"color: black;\">There are times when you have the skills, the preparation, and the motivation, yet something still goes wrong.<\/p><p style=\"color: black;\">The exam that goes wrong despite all your studying, the competition where your body doesn\u2019t respond the way it did in practice, the presentation where your mind goes blank, the creative project that grinds to a halt in front of a blank page.<br\/>Performance anxiety is one of the most frustrating forms of distress precisely because it strikes at the very moment you want to give your best, and often gets worse the more you try to force it.<\/p><p style=\"color: black;\">Brief Strategic Psychotherapy and strategic coaching are particularly effective tools in this area, because they address directly the mechanism that turns pressure into a mental block.<\/p><p style=\"color: black;\">It\u2019s not about \u201cwanting it more\u201d or \u201cbelieving in it\u201d; it\u2019s about breaking the vicious cycle that undermines your performance and developing a new way of approaching the situation\u2014one that\u2019s more fluid, more liberating, and closer to your true potential.<\/p><p style=\"color: black;\">I specialize in:<\/p><ul style=\"color: black;\"><li><strong>Academic underachievement<\/strong><\/li><li><strong>Blockage of athletic performance<\/strong><\/li><li><strong>Artistic performance ban<\/strong><\/li><li><strong>Work performance block<\/strong><\/li><\/ul>\t\t\t\t\t\t\t\t<\/div>\n\t\t<a class=\"elementor-element elementor-element-c97808e e-con-full animated-fast e-flex elementor-invisible e-con e-child\" data-id=\"c97808e\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;slideInLeft&quot;}\" href=\"https:\/\/blb.mesdb15.com\/dove-ricevo\/\">\n\t\t\t\t<div class=\"elementor-element elementor-element-84712f8 elementor-position-right elementor-vertical-align-middle elementor-widget__width-auto elementor-vertical-align-middle elementor-widget elementor-widget-image-box\" data-id=\"84712f8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img decoding=\"async\" width=\"96\" height=\"96\" src=\"https:\/\/blb.mesdb15.com\/wp-content\/uploads\/2026\/07\/freccia-curva-1-2.png\" class=\"attachment-full size-full wp-image-7970\" alt=\"\" \/><\/figure><div class=\"elementor-image-box-content\"><p class=\"elementor-image-box-description\">Contact me<\/p><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-025fe8c e-con-full e-flex e-con e-child\" data-id=\"025fe8c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7ea9c36 elementor-widget elementor-widget-image\" data-id=\"7ea9c36\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"751\" src=\"https:\/\/blb.mesdb15.com\/wp-content\/uploads\/2026\/07\/Group-29-1024x961.png\" class=\"attachment-large size-large wp-image-7967\" alt=\"\" srcset=\"https:\/\/blb.mesdb15.com\/wp-content\/uploads\/2026\/07\/Group-29-1024x961.png 1024w, https:\/\/blb.mesdb15.com\/wp-content\/uploads\/2026\/07\/Group-29-300x281.png 300w, https:\/\/blb.mesdb15.com\/wp-content\/uploads\/2026\/07\/Group-29-768x720.png 768w, https:\/\/blb.mesdb15.com\/wp-content\/uploads\/2026\/07\/Group-29-1536x1441.png 1536w, https:\/\/blb.mesdb15.com\/wp-content\/uploads\/2026\/07\/Group-29.png 1744w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div id=\"e-n-tab-content-2344836529\" role=\"tabpanel\" aria-labelledby=\"e-n-tab-title-2344836529\" data-tab-index=\"9\" style=\"--n-tabs-title-order: 9;\" class=\" elementor-element elementor-element-2a67647 e-flex e-con-boxed e-con e-child\" data-id=\"2a67647\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-cd5af12 e-con-full e-flex e-con e-child\" data-id=\"cd5af12\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e1d9c3c animated-fast elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"e1d9c3c\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;zoomIn&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p style=\"color: black\">The internet and new technologies have transformed the way we work, communicate, and live.<\/p> \n\n<p style=\"color: black\">But for some people, what starts out as a tool gradually becomes a trap: the compulsive need to always be connected, to check, consume, buy, or search online for something that never seems to be enough.<\/p> \n    \n<p style=\"color: black\">It\u2019s not a matter of a lack of willpower: digital addictions follow the same neurobiological and psychological mechanisms as other forms of addiction, and they feed on themselves precisely when you try to resist.<\/p>\n    \n<p style=\"color: black\">Recognizing the problem is the first step, but it\u2019s not enough. What\u2019s needed is a targeted intervention capable of breaking the compulsive cycle and restoring the person\u2019s control over their behavior\u2014and their life. <\/p> \n    \n<p style=\"color: black\">Strategic Brief Psychotherapy, thanks in part to the latest research on technology addiction, offers precise and effective tools for addressing these new forms of distress, which are becoming increasingly widespread yet are still too often underestimated.<\/p>\n\n<p style=\"color: black\">I specialize in:<\/p>\n<ul style=\"color: black\">\n  <li><strong>Information overload addiction<\/strong><\/li>\n  <li><strong>Online compulsive shopping<\/strong><\/li>\n  <li><strong>Compulsive online gambling and trading<\/strong><\/li>\n  <li><strong>Chat and Social Media Addiction<\/strong><\/li>\n  <li><strong>Cybersex addiction<\/strong><\/li>\n<\/ul>  \n\t\t\t\t\t\t\t\t<\/div>\n\t\t<a class=\"elementor-element elementor-element-1bee622 e-con-full animated-fast e-flex elementor-invisible e-con e-child\" data-id=\"1bee622\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;slideInLeft&quot;}\" href=\"https:\/\/blb.mesdb15.com\/dove-ricevo\/\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7c3830a elementor-position-right elementor-vertical-align-middle elementor-widget__width-auto elementor-vertical-align-middle elementor-widget elementor-widget-image-box\" data-id=\"7c3830a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img decoding=\"async\" width=\"96\" height=\"96\" src=\"https:\/\/blb.mesdb15.com\/wp-content\/uploads\/2026\/07\/freccia-curva-1-2.png\" class=\"attachment-full size-full wp-image-7970\" alt=\"\" \/><\/figure><div class=\"elementor-image-box-content\"><p class=\"elementor-image-box-description\">Contact me<\/p><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-c9a8511 e-con-full e-flex e-con e-child\" data-id=\"c9a8511\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c39c561 elementor-widget elementor-widget-image\" data-id=\"c39c561\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"691\" height=\"1024\" src=\"https:\/\/blb.mesdb15.com\/wp-content\/uploads\/2026\/07\/Group-31-691x1024.png\" class=\"attachment-large size-large wp-image-7968\" alt=\"\" srcset=\"https:\/\/blb.mesdb15.com\/wp-content\/uploads\/2026\/07\/Group-31-691x1024.png 691w, https:\/\/blb.mesdb15.com\/wp-content\/uploads\/2026\/07\/Group-31-202x300.png 202w, https:\/\/blb.mesdb15.com\/wp-content\/uploads\/2026\/07\/Group-31-768x1138.png 768w, https:\/\/blb.mesdb15.com\/wp-content\/uploads\/2026\/07\/Group-31-1037x1536.png 1037w, https:\/\/blb.mesdb15.com\/wp-content\/uploads\/2026\/07\/Group-31.png 1212w\" sizes=\"(max-width: 691px) 100vw, 691px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div id=\"e-n-tab-content-23448365210\" role=\"tabpanel\" aria-labelledby=\"e-n-tab-title-23448365210\" data-tab-index=\"10\" style=\"--n-tabs-title-order: 10;\" class=\" elementor-element elementor-element-c5de09c e-flex e-con-boxed e-con e-child\" data-id=\"c5de09c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-55cde96 e-con-full e-flex e-con e-child\" data-id=\"55cde96\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b601c41 animated-fast elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"b601c41\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;zoomIn&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p style=\"color: black\">People don\u2019t always seek help because they\u2019re feeling down.\nSometimes they seek help because they want more\u2014from their career, from their relationships, from themselves.<\/p> \n    \n<p style=\"color: black\">Strategic coaching is not designed to solve a clinical problem, but to help those who already possess the right resources to free them from the mental blocks, confusion, or lack of direction that prevent them from reaching their full potential.<\/p> \n    \n<p style=\"color: black\">This is a journey for those who know where they want to go but can\u2019t seem to get there, or for those who feel that something could work better but aren\u2019t sure what.<\/p>\n    \n<p style=\"color: black\">My approach to coaching is the same as the one I bring to therapy: precise, pragmatic, and tailored to the specific person in front of me.\nNo cookie-cutter templates, no abstract goals. Just concrete, results-oriented work that starts where you are now and builds the most effective path to get you where you want to be. <\/p>\n\n<p style=\"color: black\">I specialize in:<\/p>\n<ul style=\"color: black\">\n  <li><strong>Coaching for Personal Goals<\/strong><\/li>\n  <li><strong>Coaching for Professional Growth<\/strong><\/li>\n  <li><strong>Performance Coaching<\/strong><\/li>\n<\/ul>  \n\t\t\t\t\t\t\t\t<\/div>\n\t\t<a class=\"elementor-element elementor-element-cf948c6 e-con-full animated-fast e-flex elementor-invisible e-con e-child\" data-id=\"cf948c6\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;slideInLeft&quot;}\" href=\"https:\/\/blb.mesdb15.com\/dove-ricevo\/\">\n\t\t\t\t<div class=\"elementor-element elementor-element-389ccec elementor-position-right elementor-vertical-align-middle elementor-widget__width-auto elementor-vertical-align-middle elementor-widget elementor-widget-image-box\" data-id=\"389ccec\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img decoding=\"async\" width=\"96\" height=\"96\" src=\"https:\/\/blb.mesdb15.com\/wp-content\/uploads\/2026\/07\/freccia-curva-1-2.png\" class=\"attachment-full size-full wp-image-7970\" alt=\"\" \/><\/figure><div class=\"elementor-image-box-content\"><p class=\"elementor-image-box-description\">Contact me<\/p><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-eed1576 e-con-full e-flex e-con e-child\" data-id=\"eed1576\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-773f89a elementor-widget elementor-widget-image\" data-id=\"773f89a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"755\" src=\"https:\/\/blb.mesdb15.com\/wp-content\/uploads\/2026\/07\/Group-36-1024x966.png\" class=\"attachment-large size-large wp-image-7969\" alt=\"\" srcset=\"https:\/\/blb.mesdb15.com\/wp-content\/uploads\/2026\/07\/Group-36-1024x966.png 1024w, https:\/\/blb.mesdb15.com\/wp-content\/uploads\/2026\/07\/Group-36-300x283.png 300w, https:\/\/blb.mesdb15.com\/wp-content\/uploads\/2026\/07\/Group-36-768x725.png 768w, https:\/\/blb.mesdb15.com\/wp-content\/uploads\/2026\/07\/Group-36-1536x1449.png 1536w, https:\/\/blb.mesdb15.com\/wp-content\/uploads\/2026\/07\/Group-36.png 1768w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Services Anxiety Disorders Anxiety Disorders Anxiety Disorders Eating disorders Sexual disorders Depression and the grieving process Personality Disorders Relationship issues Issues in Childhood and Adolescence Performance freeze Addiction to new technologies Coaching and personal growth Anxiety Disorders Eating disorders Sexual disorders Depression and the grieving process Personality Disorders Relationship issues Problems in childhood and adolescence [&hellip;]<\/p>\n","protected":false},"author":5,"featured_media":0,"parent":0,"menu_order":2,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"footnotes":""},"class_list":["post-5208","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/blb.mesdb15.com\/en\/wp-json\/wp\/v2\/pages\/5208","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blb.mesdb15.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/blb.mesdb15.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/blb.mesdb15.com\/en\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/blb.mesdb15.com\/en\/wp-json\/wp\/v2\/comments?post=5208"}],"version-history":[{"count":46,"href":"https:\/\/blb.mesdb15.com\/en\/wp-json\/wp\/v2\/pages\/5208\/revisions"}],"predecessor-version":[{"id":8689,"href":"https:\/\/blb.mesdb15.com\/en\/wp-json\/wp\/v2\/pages\/5208\/revisions\/8689"}],"wp:attachment":[{"href":"https:\/\/blb.mesdb15.com\/en\/wp-json\/wp\/v2\/media?parent=5208"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}