{"id":232,"date":"2025-06-23T15:06:14","date_gmt":"2025-06-23T15:06:14","guid":{"rendered":"https:\/\/sikeliahub.com\/?page_id=232"},"modified":"2025-06-27T14:51:54","modified_gmt":"2025-06-27T14:51:54","slug":"perche-investire-in-sicilia","status":"publish","type":"page","link":"https:\/\/sikeliahub.com\/index.php\/perche-investire-in-sicilia\/","title":{"rendered":"PERCH\u00c9 INVESTIRE IN SICILIA"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"232\" class=\"elementor elementor-232\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-33c59e9 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"33c59e9\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t\t<div class=\"elementor-background-overlay\"><\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-1daf611\" data-id=\"1daf611\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-c74a5fd elementor-widget elementor-widget-html\" data-id=\"c74a5fd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\r\n<html lang=\"en\" dir=\"ltr\">\r\n<head>\r\n  <meta charset=\"UTF-8\">\r\n  <title>Comunicazione e management<\/title>\r\n  <link rel=\"stylesheet\" href=\"style.css\">\r\n  <link href='https:\/\/unpkg.com\/boxicons@2.0.7\/css\/boxicons.min.css' rel='stylesheet'>\r\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n  <!-- Google Fonts -->\r\n  <link rel=\"stylesheet\" href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap\">\r\n  <style>\r\n    \/* CSS styles here *\/\r\n    * {\r\n      margin: 0;\r\n      padding: 0;\r\n      box-sizing: border-box;\r\n      font-family: 'Poppins', sans-serif;\r\n    }\r\n    body {\r\n      min-height: 100vh;\r\n    }\r\n    nav {\r\n      position: fixed;\r\n      top: 0;\r\n      left: 0;\r\n      width: 100%;\r\n      height: 70px;\r\n      background:black;\r\n      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);\r\n      z-index: 99;\r\n    }\r\n    nav .navbar {\r\n      height: 100%;\r\n      max-width: 1250px;\r\n      width: 100%;\r\n      display: flex;\r\n      align-items: center;\r\n      justify-content: space-between;\r\n      margin: auto;\r\n      padding: 0 50px;\r\n    }\r\n    .navbar .logo a {\r\n      font-size: 30px;\r\n      color: #fff;\r\n      text-decoration: none;\r\n      font-weight: 600;\r\n    }\r\n    nav .navbar .nav-links {\r\n      line-height: 70px;\r\n      height: 100%;\r\n    }\r\n    nav .navbar .links {\r\n      display: flex;\r\n    }\r\n    nav .navbar .links li {\r\n      position: relative;\r\n      display: flex;\r\n      align-items: center;\r\n      justify-content: space-between;\r\n      list-style: none;\r\n      padding: 0 14px;\r\n    }\r\n    nav .navbar .links li a {\r\n      height: 100%;\r\n      text-decoration: none;\r\n      white-space: nowrap;\r\n      color: #fff;\r\n      font-size: 15px;\r\n      font-weight: 500;\r\n    }\r\n    .links li:hover .htmlcss-arrow,\r\n    .links li:hover .js-arrow {\r\n      transform: rotate(180deg);\r\n    }\r\n    nav .navbar .links li .arrow {\r\n      height: 100%;\r\n      width: 22px;\r\n      line-height: 70px;\r\n      text-align: center;\r\n      display: inline-block;\r\n      color: #fff;\r\n      transition: all 0.3s ease;\r\n    }\r\n    nav .navbar .links li .sub-menu {\r\n      position: absolute;\r\n      top: 70px;\r\n      left: 0;\r\n      line-height: 40px;\r\n      background:\r\n#c4a044;\r\n      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);\r\n      border-radius: 0 0 4px 4px;\r\n      display: none;\r\n      z-index: 2;\r\n    }\r\n    nav .navbar .links li:hover .htmlCss-sub-menu,\r\n    nav .navbar .links li:hover .js-sub-menu {\r\n      display: block;\r\n    }\r\n    .navbar .links li .sub-menu li {\r\n      padding: 0 22px;\r\n      border-bottom: 1px solid rgba(255, 255, 255, 0.1);\r\n    }\r\n    .navbar .links li .sub-menu a {\r\n      color: #fff;\r\n      font-size: 15px;\r\n      font-weight: 500;\r\n    }\r\n    .navbar .links li .sub-menu .more-arrow {\r\n      line-height: 40px;\r\n    }\r\n    .navbar .links li .htmlCss-more-sub-menu {\r\n      \/* line-height: 40px; *\/\r\n    }\r\n    .navbar .links li .sub-menu .more-sub-menu {\r\n      position: absolute;\r\n      top: 0;\r\n      left: 100%;\r\n      border-radius: 0 4px 4px 4px;\r\n      z-index: 1;\r\n      display: none;\r\n    }\r\n   .nav-links.active {\r\n      left: 0;\r\n    }\r\n  \r\n    .navbar .nav-links .sidebar-logo {\r\n      display: none;\r\n    }\r\n    .navbar .bx-menu {\r\n         z-index: 101;\r\n  position: relative; \/* Ensure it stays above other elements *\/\r\n      display: none;\r\n    }\r\n    @media (max-width: 920px) {\r\n      nav .navbar {\r\n        max-width: 100%;\r\n        padding: 0 25px;\r\n      }\r\n      nav .navbar .logo a {\r\n        font-size: 27px;\r\n        margin-right:50px;\r\n      }\r\n      nav .navbar .links li {\r\n        padding: 0 10px;\r\n        white-space: nowrap;\r\n      }\r\n      nav .navbar .links li a {\r\n        font-size: 15px;\r\n      }\r\n    }\r\n    @media (max-width: 800px) {\r\n      nav {\r\n        \/* position: relative; *\/\r\n      }\r\n      .navbar .bx-menu {\r\n        display: block;\r\n        z-index: 101;\r\n      }\r\n      \r\n      nav .navbar .nav-links {\r\n        position: absolute;\r\n        top: 0;\r\n        left: 100%; \/* Hidden off-screen *\/\r\n        display: block;\r\n        max-width: 270px;\r\n        width: 100%;\r\n        height: 100vh; \/* Make it fill the screen vertically *\/\r\n        background: #c4a044;\r\n        line-height: 40px;\r\n        padding: 20px;\r\n        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);\r\n        transition: left 0.5s ease; \/* Smooth sliding effect *\/\r\n        z-index: 1000;\r\n      }\r\n      .navbar .nav-links .sidebar-logo {\r\n          display: flex;\r\n    align-items: center;\r\n    justify-content: space-between;\r\n      }\r\n      .sidebar-logo .logo-name {\r\n        font-size: 25px;\r\n        color: #fff;\r\n      }\r\n      .sidebar-logo i,\r\n      .navbar .bx-menu {\r\n        font-size: 25px;\r\n        color: #fff;\r\n      }\r\n      nav .navbar .links {\r\n        display: block;\r\n        margin-top: 20px; \/* Adjusted from 1000px *\/\r\n      }\r\n      nav .navbar .links li .arrow {\r\n        line-height: 40px;\r\n      }\r\n      nav .navbar .links li {\r\n        display: block;\r\n        padding: 10px 0;\r\n      }\r\n     \r\n      nav .navbar .links li .sub-menu li {\r\n        border-bottom: none;\r\n      }\r\n   \r\n      .links li:hover .htmlcss-arrow,\r\n      .links li:hover .js-arrow {\r\n        transform: rotate(0deg);\r\n      }\r\n      .navbar .links {\r\n    display: block; \/* Ensure links are block elements *\/\r\n    margin-top: 20px; \/* Add some space between logo and links *\/\r\n  }\r\n  .navbar .links li a {\r\n    color: #fff;\r\n    font-size: 18px;\r\n    text-decoration: none;\r\n    \r\n  }\r\n   .navbar .links li a:hover \r\n   navbar .logo {\r\n    text-align: center; \/* Center-aligns content *\/\r\n    margin: 0 auto; \/* Centers the logo container *\/\r\n    width: 100%; \/* Ensures the container spans the full width *\/\r\n  }\r\n  .navbar .logo img {\r\n    margin-top: 20px; \/* Adjust as needed *\/\r\n    height: auto; \/* Ensure the logo scales correctly *\/\r\n    max-height: 1000px; \/* Adjust as needed *\/\r\n    margin-right: 90px;\r\n  }\r\n  .navbar .sidebar-logo {\r\n    display: flex;\r\n    align-items: center;\r\n    justify-content: center; \/* Center-aligns items within the container *\/\r\n    margin-bottom: 20px; \/* Add space below the logo *\/\r\n  }\r\n  \r\n     \r\n    }\r\n  <\/style>\r\n<\/head>\r\n<body>\r\n  <nav>\r\n    <div class=\"navbar\">\r\n      <i id=\"menu-toggle\" class='bx bx-menu'><\/i> <!-- Menu toggle -->\r\n      <div class=\"logo\">\r\n       \r\n      <\/div>\r\n      <div id=\"nav-links\" class=\"nav-links\"> <!-- Added id for nav-links -->\r\n        <div class=\"sidebar-logo\">\r\n          <span class=\"logo-name\"><\/span>\r\n          <i id=\"close-menu\" class='bx bx-x'><\/i> <!-- Close button -->\r\n        <\/div>\r\n        <ul class=\"links\">\r\n          <li><a href=\"https:\/\/sikeliahub.com\/index.php\/home-page\/?preview_id=7\">HOME PAGE<\/a><\/li>\r\n                  \r\n          <li>\r\n              <li><a href=\"https:\/\/sikeliahub.com\/index.php\/chi-siamo\/?preview_id=103\">CHI SIAMO<\/a><\/li>\r\n              <li><a href=\"https:\/\/sikeliahub.com\/index.php\/opportunita-di-investimento\/?preview_id=166\"> INVESTIRE IN SICILIA<\/a><\/li>\r\n              <li><a href=\"https:\/\/sikeliahub.com\/?page_id=232&preview_id=232\">PERCH\u00c9 INVESTIRE IN SICILIA<\/a><\/li> \r\n                        <li>\r\n            <a href=\"https:\/\/sikeliahub.com\/index.php\/internazionalizzazione-delle-imprese\/?preview_id=385\">Internazionalizzazione delle imprese<\/a>\r\n            <i class='bx bxs-chevron-down htmlcss-arrow arrow'><\/i>\r\n            <ul class=\"htmlCss-sub-menu sub-menu\">\r\n              <li class=\"more\">\r\n                <span><a href=\"\"> Giappone<\/a><\/span> <\/li>\r\n                 <li class=\"more\">\r\n                <span><a href=\"\">Indonesia<\/a><\/span> <\/li>\r\n                 <li class=\"more\">\r\n                <span><a href=\"\"> Medio Oriente<\/a><\/span> <\/li>\r\n                <li class=\"more\">\r\n                <span><a href=\"\"> Asia Centrale<\/a><\/span> <\/li>\r\n            <\/ul>\r\n      <\/div> \r\n    <\/div>\r\n  <\/nav>\r\n  <script>\r\n    \/\/ JavaScript to toggle menu visibility\r\n    const menuToggle = document.getElementById('menu-toggle');\r\n    const navLinks = document.getElementById('nav-links');\r\n    const closeMenu = document.getElementById('close-menu');\r\n\r\n    \/\/ Open the menu when the hamburger icon is clicked\r\n    menuToggle.addEventListener('click', () => {\r\n      navLinks.style.left = '0';  \/\/ Slide the menu into view\r\n    });\r\n\r\n    \/\/ Close the menu when the close icon is clicked\r\n    closeMenu.addEventListener('click', () => {\r\n      navLinks.style.left = '100%';  \/\/ Slide the menu out of view\r\n    });\r\n  <\/script>\r\n<\/body>\r\n<\/html>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-7c28754 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"7c28754\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-9d1ba44\" data-id=\"9d1ba44\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-59dc4f7 elementor-widget elementor-widget-heading\" data-id=\"59dc4f7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">Perch\u00e9 investire in Sicilia<\/h1>\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<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-5df0af3\" data-id=\"5df0af3\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-dbafefb elementor-arrows-position-outside elementor-widget elementor-widget-image-carousel\" data-id=\"dbafefb\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;slides_to_show&quot;:&quot;1&quot;,&quot;effect&quot;:&quot;fade&quot;,&quot;navigation&quot;:&quot;arrows&quot;,&quot;autoplay&quot;:&quot;yes&quot;,&quot;pause_on_hover&quot;:&quot;yes&quot;,&quot;pause_on_interaction&quot;:&quot;yes&quot;,&quot;autoplay_speed&quot;:5000,&quot;infinite&quot;:&quot;yes&quot;,&quot;speed&quot;:500}\" data-widget_type=\"image-carousel.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-image-carousel-wrapper swiper\" role=\"region\" aria-roledescription=\"carousel\" aria-label=\"Image Carousel\" dir=\"rtl\">\n\t\t\t<div class=\"elementor-image-carousel swiper-wrapper\" aria-live=\"off\">\n\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"1 of 5\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/sikeliahub.com\/wp-content\/uploads\/elementor\/thumbs\/58_gangi-1-r7j7twtjcvtu7k28x2e07dm5cqagp1yvqppscnw9kg.webp\" alt=\"58_gangi\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"2 of 5\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/sikeliahub.com\/wp-content\/uploads\/elementor\/thumbs\/sonali-deo-PVyIxq3Y9no-unsplash-scaled-2-r7j7tvvp61sjvy3m2jzdmvuorcf3hcv5el2avdxnqo.jpg\" alt=\"sonali-deo-PVyIxq3Y9no-unsplash-scaled\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"3 of 5\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/sikeliahub.com\/wp-content\/uploads\/elementor\/thumbs\/9911ecbea07a30e7c89fdadbe8a058e8_XL-1-r7j7tvvp61sjvy3m2jzdmvuorcf3hcv5el2avdxnqo.jpg\" alt=\"9911ecbea07a30e7c89fdadbe8a058e8_XL\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"4 of 5\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/sikeliahub.com\/wp-content\/uploads\/elementor\/thumbs\/The-Madonie-Park-nature-1-r7j7tuxuz7r9kc4z81kr2e385yjq9nrf2gete3z1ww.png\" alt=\"The-Madonie-Park-nature\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"5 of 5\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/sikeliahub.com\/wp-content\/uploads\/elementor\/thumbs\/Madonie-mountains-Sicily-Italy-1-r7j7tu00sdpz8q6cdj64hwbrkkod1ynoqbrbwu0g34.jpg\" alt=\"Madonie-mountains-Sicily-Italy\" \/><\/figure><\/div>\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-swiper-button elementor-swiper-button-prev\" role=\"button\" tabindex=\"0\">\n\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-eicon-chevron-left\" viewBox=\"0 0 1000 1000\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z\"><\/path><\/svg>\t\t\t\t\t<\/div>\n\t\t\t\t\t<div class=\"elementor-swiper-button elementor-swiper-button-next\" role=\"button\" tabindex=\"0\">\n\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-eicon-chevron-right\" viewBox=\"0 0 1000 1000\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z\"><\/path><\/svg>\t\t\t\t\t<\/div>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\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<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-21e9952 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"21e9952\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-25f1a8e\" data-id=\"25f1a8e\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-566368a elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"566368a\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-cb8c897\" data-id=\"cb8c897\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-7b91ddc elementor-widget elementor-widget-heading\" data-id=\"7b91ddc\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\"><a href=\"#\">-\tEntra in contatto con una community eterogenea di fondatori, operatori e investitori arabi e tedeschi.<\/a><\/h2>\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<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-5a1a4d2\" data-id=\"5a1a4d2\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-b4bf72b elementor-widget elementor-widget-heading\" data-id=\"b4bf72b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\"><a href=\"#\">-\tScopri! e partecipa ad un evento o presenta tu l'evento: sar\u00e0 la tua occasione per incontri con investitori selezionati e una visibilit\u00e0 di grande impatto, pronti a collaborare. <\/a><\/h2>\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<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-c6caae7\" data-id=\"c6caae7\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-1e78012 elementor-widget elementor-widget-heading\" data-id=\"1e78012\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\"><a href=\"#\">-\tAscolta relatori visionari e leader del settore.<\/a><\/h2>\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<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-95e033a elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"95e033a\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t\t<div class=\"elementor-background-overlay\"><\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-6435e5d\" data-id=\"6435e5d\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-e6c4202 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"e6c4202\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-dee752b\" data-id=\"dee752b\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-1e71f04 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"1e71f04\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Galleria fotografica<\/h3>\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<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-eb489a5\" data-id=\"eb489a5\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-af2baab elementor-widget elementor-widget-text-editor\" data-id=\"af2baab\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p data-start=\"83\" data-end=\"552\">Le Madonie, cuore montuoso della Sicilia settentrionale, offrono paesaggi di straordinaria bellezza, dove la natura si esprime in tutta la sua forza e armonia. Questa galleria fotografica raccoglie scorci suggestivi, tra cime rocciose, boschi secolari e piccoli borghi incastonati nel verde. Un viaggio visivo attraverso uno dei luoghi pi\u00f9 affascinanti dell\u2019isola, dove il tempo sembra rallentare e la montagna racconta storie antiche di cultura, silenzio e maestosit\u00e0.<\/p>\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<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-dbd1fb3 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"dbd1fb3\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-d087374\" data-id=\"d087374\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-379c207 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"379c207\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-13c279e\" data-id=\"13c279e\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-7d8a9eb elementor-widget elementor-widget-image\" data-id=\"7d8a9eb\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/sikeliahub.com\/wp-content\/uploads\/elementor\/thumbs\/sights-of-the-madonie-1-r7j7tq8llc1o42175vunl3389w48pbqveogjrsshug.jpg\" title=\"sights-of-the-madonie\" alt=\"sights-of-the-madonie\" loading=\"lazy\" \/>\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<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-bfb393a elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"bfb393a\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-ec61805\" data-id=\"ec61805\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-3654eec elementor-widget elementor-widget-image\" data-id=\"3654eec\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"534\" height=\"360\" src=\"https:\/\/sikeliahub.com\/wp-content\/uploads\/2025\/06\/360_F_90482023_B0xKuU8zDOdEzf1ECcZ05xyI67hUsuBt-1.jpg\" class=\"attachment-large size-large wp-image-88\" alt=\"\" srcset=\"https:\/\/sikeliahub.com\/wp-content\/uploads\/2025\/06\/360_F_90482023_B0xKuU8zDOdEzf1ECcZ05xyI67hUsuBt-1.jpg 534w, https:\/\/sikeliahub.com\/wp-content\/uploads\/2025\/06\/360_F_90482023_B0xKuU8zDOdEzf1ECcZ05xyI67hUsuBt-1-300x202.jpg 300w\" sizes=\"(max-width: 534px) 100vw, 534px\" \/>\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<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-af3d06e elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"af3d06e\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-aea4fa6\" data-id=\"aea4fa6\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-1028e02 elementor-widget elementor-widget-image\" data-id=\"1028e02\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"1024\" height=\"576\" src=\"https:\/\/sikeliahub.com\/wp-content\/uploads\/2025\/06\/730661c5b0296b13248d340bd5a526a4-1-1024x576.webp\" class=\"attachment-large size-large wp-image-82\" alt=\"\" srcset=\"https:\/\/sikeliahub.com\/wp-content\/uploads\/2025\/06\/730661c5b0296b13248d340bd5a526a4-1-1024x576.webp 1024w, https:\/\/sikeliahub.com\/wp-content\/uploads\/2025\/06\/730661c5b0296b13248d340bd5a526a4-1-300x169.webp 300w, https:\/\/sikeliahub.com\/wp-content\/uploads\/2025\/06\/730661c5b0296b13248d340bd5a526a4-1-768x432.webp 768w, https:\/\/sikeliahub.com\/wp-content\/uploads\/2025\/06\/730661c5b0296b13248d340bd5a526a4-1.webp 1280w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>\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<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-a9c7d82 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"a9c7d82\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-e532aab\" data-id=\"e532aab\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-b0a227f elementor-widget elementor-widget-image\" data-id=\"b0a227f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"1000\" height=\"650\" src=\"https:\/\/sikeliahub.com\/wp-content\/uploads\/2025\/06\/sicily-independent-trekking-3-1.jpg\" class=\"attachment-large size-large wp-image-84\" alt=\"\" srcset=\"https:\/\/sikeliahub.com\/wp-content\/uploads\/2025\/06\/sicily-independent-trekking-3-1.jpg 1000w, https:\/\/sikeliahub.com\/wp-content\/uploads\/2025\/06\/sicily-independent-trekking-3-1-300x195.jpg 300w, https:\/\/sikeliahub.com\/wp-content\/uploads\/2025\/06\/sicily-independent-trekking-3-1-768x499.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" \/>\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<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-f79db74\" data-id=\"f79db74\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-8bf7e19 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"8bf7e19\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-7b86a40\" data-id=\"7b86a40\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-4f1e1b7 elementor-widget elementor-widget-image\" data-id=\"4f1e1b7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" src=\"https:\/\/sikeliahub.com\/wp-content\/uploads\/2025\/06\/dan-in-the-madonie-mountains-1-1024x683.webp\" class=\"attachment-large size-large wp-image-85\" alt=\"\" srcset=\"https:\/\/sikeliahub.com\/wp-content\/uploads\/2025\/06\/dan-in-the-madonie-mountains-1-1024x683.webp 1024w, https:\/\/sikeliahub.com\/wp-content\/uploads\/2025\/06\/dan-in-the-madonie-mountains-1-300x200.webp 300w, https:\/\/sikeliahub.com\/wp-content\/uploads\/2025\/06\/dan-in-the-madonie-mountains-1-768x512.webp 768w, https:\/\/sikeliahub.com\/wp-content\/uploads\/2025\/06\/dan-in-the-madonie-mountains-1-1536x1024.webp 1536w, https:\/\/sikeliahub.com\/wp-content\/uploads\/2025\/06\/dan-in-the-madonie-mountains-1.webp 2048w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>\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<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-c3ddc7e elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"c3ddc7e\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-b837566\" data-id=\"b837566\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-80333ff elementor-widget elementor-widget-image\" data-id=\"80333ff\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" src=\"https:\/\/sikeliahub.com\/wp-content\/uploads\/2025\/06\/9911ecbea07a30e7c89fdadbe8a058e8_XL-1-1024x683.jpg\" class=\"attachment-large size-large wp-image-94\" alt=\"\" srcset=\"https:\/\/sikeliahub.com\/wp-content\/uploads\/2025\/06\/9911ecbea07a30e7c89fdadbe8a058e8_XL-1-1024x683.jpg 1024w, https:\/\/sikeliahub.com\/wp-content\/uploads\/2025\/06\/9911ecbea07a30e7c89fdadbe8a058e8_XL-1-300x200.jpg 300w, https:\/\/sikeliahub.com\/wp-content\/uploads\/2025\/06\/9911ecbea07a30e7c89fdadbe8a058e8_XL-1-768x512.jpg 768w, https:\/\/sikeliahub.com\/wp-content\/uploads\/2025\/06\/9911ecbea07a30e7c89fdadbe8a058e8_XL-1-1536x1024.jpg 1536w, https:\/\/sikeliahub.com\/wp-content\/uploads\/2025\/06\/9911ecbea07a30e7c89fdadbe8a058e8_XL-1.jpg 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>\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<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-155aa25 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"155aa25\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-8e43403\" data-id=\"8e43403\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<div class=\"elementor-element elementor-element-b313180 elementor-widget elementor-widget-image\" data-id=\"b313180\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"769\" height=\"1024\" src=\"https:\/\/sikeliahub.com\/wp-content\/uploads\/2025\/06\/sonali-deo-PVyIxq3Y9no-unsplash-scaled-2-769x1024.jpg\" class=\"attachment-large size-large wp-image-93\" alt=\"\" srcset=\"https:\/\/sikeliahub.com\/wp-content\/uploads\/2025\/06\/sonali-deo-PVyIxq3Y9no-unsplash-scaled-2-769x1024.jpg 769w, https:\/\/sikeliahub.com\/wp-content\/uploads\/2025\/06\/sonali-deo-PVyIxq3Y9no-unsplash-scaled-2-225x300.jpg 225w, https:\/\/sikeliahub.com\/wp-content\/uploads\/2025\/06\/sonali-deo-PVyIxq3Y9no-unsplash-scaled-2-768x1023.jpg 768w, https:\/\/sikeliahub.com\/wp-content\/uploads\/2025\/06\/sonali-deo-PVyIxq3Y9no-unsplash-scaled-2-1153x1536.jpg 1153w, https:\/\/sikeliahub.com\/wp-content\/uploads\/2025\/06\/sonali-deo-PVyIxq3Y9no-unsplash-scaled-2.jpg 1441w\" sizes=\"(max-width: 769px) 100vw, 769px\" \/>\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<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-e954c32 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"e954c32\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-eccacab\" data-id=\"eccacab\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-e6c67bc elementor-widget__width-initial elementor-widget-mobile__width-initial elementor-view-default elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"e6c67bc\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-phone-alt\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\t3486299956\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-decb4da elementor-widget__width-initial elementor-widget-mobile__width-initial elementor-view-default elementor-position-block-start elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"decb4da\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-mail-bulk\" viewBox=\"0 0 576 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M160 448c-25.6 0-51.2-22.4-64-32-64-44.8-83.2-60.8-96-70.4V480c0 17.67 14.33 32 32 32h256c17.67 0 32-14.33 32-32V345.6c-12.8 9.6-32 25.6-96 70.4-12.8 9.6-38.4 32-64 32zm128-192H32c-17.67 0-32 14.33-32 32v16c25.6 19.2 22.4 19.2 115.2 86.4 9.6 6.4 28.8 25.6 44.8 25.6s35.2-19.2 44.8-22.4c92.8-67.2 89.6-67.2 115.2-86.4V288c0-17.67-14.33-32-32-32zm256-96H224c-17.67 0-32 14.33-32 32v32h96c33.21 0 60.59 25.42 63.71 57.82l.29-.22V416h192c17.67 0 32-14.33 32-32V192c0-17.67-14.33-32-32-32zm-32 128h-64v-64h64v64zm-352-96c0-35.29 28.71-64 64-64h224V32c0-17.67-14.33-32-32-32H96C78.33 0 64 14.33 64 32v192h96v-32z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\t sikeliahub@gmail.com\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a99bdd2 elementor-shape-circle elementor-widget__width-initial e-grid-align-mobile-center elementor-widget-tablet__width-inherit elementor-grid-0 e-grid-align-center elementor-widget elementor-widget-social-icons\" data-id=\"a99bdd2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"social-icons.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-social-icons-wrapper elementor-grid\" role=\"list\">\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon-facebook-f elementor-animation-shrink elementor-repeater-item-c6c00d9\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\">Facebook-f<\/span>\n\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-facebook-f\" viewBox=\"0 0 320 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"><\/path><\/svg>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon-instagram elementor-animation-shrink elementor-repeater-item-50ee7b9\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\">Instagram<\/span>\n\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-instagram\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"><\/path><\/svg>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon-linkedin elementor-animation-shrink elementor-repeater-item-98a2194\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\">Linkedin<\/span>\n\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-linkedin\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z\"><\/path><\/svg>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7cfe9c1 elementor-widget elementor-widget-heading\" data-id=\"7cfe9c1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">\u00a9 2025 Absolut System Technology  Tutti i diritti riservati<\/h2>\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<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Comunicazione e management HOME PAGE CHI SIAMO INVESTIRE IN SICILIA PERCH\u00c9 INVESTIRE IN SICILIA Internazionalizzazione delle imprese Giappone Indonesia Medio Oriente Asia Centrale Perch\u00e9 investire in Sicilia &#8211; Entra in contatto con una community eterogenea di fondatori, operatori e investitori arabi e tedeschi. &#8211; Scopri! e partecipa ad un evento o presenta tu l&#8217;evento: sar\u00e0 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_canvas","meta":{"footnotes":""},"class_list":["post-232","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/sikeliahub.com\/index.php\/wp-json\/wp\/v2\/pages\/232","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/sikeliahub.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/sikeliahub.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/sikeliahub.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/sikeliahub.com\/index.php\/wp-json\/wp\/v2\/comments?post=232"}],"version-history":[{"count":25,"href":"https:\/\/sikeliahub.com\/index.php\/wp-json\/wp\/v2\/pages\/232\/revisions"}],"predecessor-version":[{"id":405,"href":"https:\/\/sikeliahub.com\/index.php\/wp-json\/wp\/v2\/pages\/232\/revisions\/405"}],"wp:attachment":[{"href":"https:\/\/sikeliahub.com\/index.php\/wp-json\/wp\/v2\/media?parent=232"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}