{"id":538,"date":"2025-03-01T22:02:03","date_gmt":"2025-03-01T21:02:03","guid":{"rendered":"https:\/\/lasagnaware.watuppa.net\/casa"},"modified":"2025-08-28T17:39:28","modified_gmt":"2025-08-28T15:39:28","slug":"casa","status":"publish","type":"page","link":"https:\/\/lasagnaware.it\/it","title":{"rendered":"Home"},"content":{"rendered":"<section class=\"acf-block acf-block-headline\"><!-- start block in blocks\/headline --><!-- start component in component\/block\/headline -->\n\n\n<div class=\"container headline w-full h-full top-0 mt-[8.5rem]\">\n\n            <video autoplay=\"\" loop=\"\" muted=\"\" playsinline=\"\" preload=\"auto\"\n            class=\"absolute top-0 left-0 w-full h-full object-cover \">\n            <source src=\"https:\/\/lasagnaware.it\/wp-content\/themes\/watuppa-theme\/assets\/videos\/abstract-blue-gradient-glass.mp4\" type=\"video\/mp4\">\n        <\/video>\n        <!-- Overlay con il gradiente -->\n        <div class=\"absolute top-0 left-0 w-full h-full\n                    bg-gradient-to-b from-[#001E70]\/90 to-[#001E70]\/0 \n                     rotate-180 \">\n        <\/div> \n    \n    <div class=\"flex flex-col h-full\">\n        <div class=\"grid grid-cols-6 gap-8\">\n            <div class=\"col-span-full relative spacer-y\">\n                <!-- start component in component\/block\/occhiello -->    <h2 class=\"occhiello \">\n        Siamo LasagnaWare    <\/h2>\n<!-- end component in component\/block\/occhiello -->                <h1 class=\"testo-titolo font-semibold h1 break-words\">\n                    <p class=\"p1\">Lasagnaware: il partner IT che fa crescere la tua impresa<\/p>\n                <\/h1>\n                            <\/div>\n        <\/div>\n    <\/div>\n<\/div>\n<!-- end component in component\/block\/headline -->\n<!-- end block in blocks\/headline --><\/section>\n\n<section class=\"acf-block acf-block-solutions\"><!-- start block in blocks\/solutions -->\n<div class=\"spacer-y\">\n    <div class=\"grid grid-cols-6 gap-8\">\n        <div class=\"col-span-full relative flex flex-col gap-10\">\n                <h2 class=\"occhiello \">\n        Perch\u00e9 scegliere Lasagnaware    <\/h2>\n            <div class=\"\">\n                <h1 class=\"font-normal h2\">\n                    <p class=\"p1\">Accompagniamo le aziende attraverso ogni fase della <strong>trasformazione digitale<\/strong>, vivendo da protagonisti l\u2019evoluzione tecnologica. Mettiamo questa esperienza concreta e approfondita a tua disposizione, <strong>trovando insieme le soluzioni tecniche pi\u00f9 efficaci<\/strong> per liberare tutto il potenziale della tua impresa. Con <strong>Lasagnaware<\/strong>, tecnologia e innovazione diventano strumenti semplici e immediati per il tuo successo.<\/p>\n                <\/h1>\n            <\/div>\n        <\/div>\n    <\/div>\n    <!-- start component in component\/block\/cards-solutions -->\n<div id=\"cards\" class=\"flex flex-wrap sm:flex-nowrap bg-gray-900 min-h-[30rem] rounded-l-5xl -mr-8 sm:-mr-16\" x-cloak\n    x-data=\"{\n        openCard: 0,\n        totalCards:4     }\">\n    <div class=\"w-full sm:w-2\/5 text-white p-12 flex flex-col justify-between\">\n        <div class=\"mt-20\">\n            <h1 class=\"h2 font-bold my-8\">Innovazione digitale al servizio del tuo business<\/h1>\n            <p class=\"text-gray-300\"><\/p>\n        <\/div>\n        <div class=\"flex space-x-4\">\n            <button class=\"flex items-center justify-center w-10 h-10 bg-transparent text-white rounded-xl border-white border\"\n                @click=\"openCard = (openCard > 0) ? openCard - 1 : totalCards - 1\">\n                \u2190\n            <\/button>\n            <button class=\"flex items-center justify-center w-10 h-10 bg-transparent text-white rounded-xl border-white border\"\n                @click=\"openCard = (openCard < totalCards - 1) ? openCard + 1 : 0\">\n                \u2192\n            <\/button>\n        <\/div>\n\n    <\/div>\n    <script>\n        function cardStyle(alpineData, i) {\n            let total = alpineData.totalCards;\n            let openCard = alpineData.openCard;\n            let style = '';\n\n            \/\/ Controlla la larghezza dello schermo\n            let unit = window.innerWidth < 640 ? 2 : 4; \/\/ Usa 2rem se sotto 640px, altrimenti 4rem\n\n            if (i < openCard) {\n                let d = i;\n                style += `width: calc(100% - ${d * unit}rem);`;\n                if (i > 0) {\n                    style += ` margin-left: -${unit}rem;`;\n                }\n            } else if (i === openCard) {\n                style += `width: calc(100% - ${openCard * unit}rem);`;\n            } else if (i > openCard) {\n                let numRight = total - (openCard + 1);\n                let r = i - openCard;\n                style += `width: calc(${numRight - (r - 1)} * ${unit}rem);`;\n                if (r > 1) {\n                    style += ` margin-left: -${unit}rem;`;\n                }\n            }\n            return style;\n        }\n    <\/script>\n    <style>\n        :root {\n            --unit: 4rem;\n        }\n\n        @media (max-width: 640px) {\n            :root {\n                --unit: 2rem;\n            }\n        }\n    <\/style>\n    <!-- Colonna destra: Cards -->\n    <div class=\"w-full sm:w-3\/5 min-h-[30rem] sm:h-auto\">\n        <div class=\"flex h-full relative overflow-visible justify-end\" x-cloak>\n                                            <div @click=\"openCard = 0\"\n                    style=\"width: calc(100% - 0rem);\"\n                    class=\"absolute h-full rounded-l-5xl shadow-md transition-all duration-300 ease-in-out flex flex-col overflow-hidden\n                        \"\n                    :class=\"openCard === 0 ? 'bg-blue-50' : 'bg-sky'\"\n                    :style=\"cardStyle($data, 0)\">\n\n                    <!-- Linguetta (etichetta) -->\n                    <div class=\"font-thin uppercase absolute top-0 left-0 h-full flex items-center justify-center w-8 sm:w-16 transition-all duration-300 ease-in-out bg-transparent cursor-pointer\n                    \"\n                        :class=\"[openCard === 0 ? 'opacity-0 text-green' : 'text-white']\">\n                        <span class=\"text-base whitespace-nowrap\"\n                            style=\"writing-mode: vertical-rl; transform: rotate(180deg);\">\n                            Infrastruttura IT &amp; Servizi Cloud                        <\/span>\n                    <\/div>\n\n                    <!-- Contenuto della card -->\n                    <div class=\"w-2\/3 h-full p-12 transition-all duration-300 ease-in-out flex flex-col \n                        \"\n                        :class=\"openCard === 0 ? 'opacity-100' : 'opacity-0'\" style=\"width: calc(100% - 3 * var(--unit));\">\n                        <div class=\"flex justify-between\">\n                            <img loading=\"lazy\" decoding=\"async\" width=\"80\" height=\"80\" src=\"https:\/\/lasagnaware.it\/wp-content\/uploads\/2025\/03\/Property-1Default.png\" class=\"attachment-full size-full\" alt=\"\" \/><div class=\"hidden sm:block\">    <a href=\"https:\/\/lasagnaware.it\/it\/it-infrastructure-cloud-services\" class=\"inline-block\">\n    <div class=\"flex items-center rounded-full bg-transparent hover:bg-primary-dark relative text-white group transition-all w-[30px] lg:w-[35px] hover:w-44 cursor-pointer\">\n        <div class=\"discover-more-btn\">\n                    <!-- ICON chevron-right -->\n        <svg width=\"36\" height=\"36\" viewBox=\"0 0 36 36\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n<circle class=\"circle-1\" cx=\"18\" cy=\"18\" r=\"18\" transform=\"rotate(-90 18 18)\" fill=\"#262534\"\/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21.9603 16.8997C22.18 17.1193 22.18 17.4754 21.9603 17.6951L16.2254 23.43C16.0057 23.6496 15.6496 23.6496 15.43 23.43L15.1648 23.1648C14.9451 22.9451 14.9451 22.589 15.1648 22.3693L20.2367 17.2974L15.1648 12.2254C14.9451 12.0058 14.9451 11.6497 15.1648 11.43L15.43 11.1648C15.6496 10.9451 16.0057 10.9451 16.2254 11.1648L21.9603 16.8997Z\" fill=\"white\"\/>\n<\/svg>\n        <!-- \/ICON chevron-right -->\n                <\/div>\n        <div class=\"overflow-hidden whitespace-nowrap transition-all duration-300 ease-in-out scale-x-0 group-hover:scale-x-100\">\n            Scopri di pi\u00f9        <\/div>\n    <\/div>\n    <\/a>\n<\/div>                        <\/div>\n                        <h1 class=\"h2 font-bold my-8 text-sky\">\n                            Infrastruttura IT &amp; Servizi Cloud                        <\/h1>\n                        <p class=\"text-gray-700 mb-4 mt-auto\">\n                            La nostra approfondita esperienza al fianco della tua\r\nazienda.                        <\/p>\n                        <div class=\"sm:hidden\">\n                                <a href=\"https:\/\/lasagnaware.it\/it\/it-infrastructure-cloud-services\" class=\"inline-block\">\n    <div class=\"flex items-center rounded-full bg-transparent hover:bg-primary-dark relative text-white group transition-all w-[30px] lg:w-[35px] hover:w-44 cursor-pointer\">\n        <div class=\"discover-more-btn\">\n                    <!-- ICON chevron-right -->\n        <svg width=\"36\" height=\"36\" viewBox=\"0 0 36 36\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n<circle class=\"circle-1\" cx=\"18\" cy=\"18\" r=\"18\" transform=\"rotate(-90 18 18)\" fill=\"#262534\"\/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21.9603 16.8997C22.18 17.1193 22.18 17.4754 21.9603 17.6951L16.2254 23.43C16.0057 23.6496 15.6496 23.6496 15.43 23.43L15.1648 23.1648C14.9451 22.9451 14.9451 22.589 15.1648 22.3693L20.2367 17.2974L15.1648 12.2254C14.9451 12.0058 14.9451 11.6497 15.1648 11.43L15.43 11.1648C15.6496 10.9451 16.0057 10.9451 16.2254 11.1648L21.9603 16.8997Z\" fill=\"white\"\/>\n<\/svg>\n        <!-- \/ICON chevron-right -->\n                <\/div>\n        <div class=\"overflow-hidden whitespace-nowrap transition-all duration-300 ease-in-out scale-x-0 group-hover:scale-x-100\">\n            Scopri di pi\u00f9        <\/div>\n    <\/div>\n    <\/a>\n                        <\/div>\n                    <\/div>\n                <\/div>\n                                            <div @click=\"openCard = 1\"\n                    style=\"width: calc(3 * 4rem);\"\n                    class=\"absolute h-full rounded-l-5xl shadow-md transition-all duration-300 ease-in-out flex flex-col overflow-hidden\n                        \"\n                    :class=\"openCard === 1 ? 'bg-blue-50' : 'bg-green'\"\n                    :style=\"cardStyle($data, 1)\">\n\n                    <!-- Linguetta (etichetta) -->\n                    <div class=\"font-thin uppercase absolute top-0 left-0 h-full flex items-center justify-center w-8 sm:w-16 transition-all duration-300 ease-in-out bg-transparent cursor-pointer\n                    \"\n                        :class=\"[openCard === 1 ? 'opacity-0 text-black' : 'text-gray']\">\n                        <span class=\"text-base whitespace-nowrap\"\n                            style=\"writing-mode: vertical-rl; transform: rotate(180deg);\">\n                            Soluzioni AI su misura                        <\/span>\n                    <\/div>\n\n                    <!-- Contenuto della card -->\n                    <div class=\"w-2\/3 h-full p-12 transition-all duration-300 ease-in-out flex flex-col \n                        \"\n                        :class=\"openCard === 1 ? 'opacity-100' : 'opacity-0'\" style=\"width: calc(100% - 2 * var(--unit));\">\n                        <div class=\"flex justify-between\">\n                            <img loading=\"lazy\" decoding=\"async\" width=\"80\" height=\"80\" src=\"https:\/\/lasagnaware.it\/wp-content\/uploads\/2025\/03\/Property-1Variant2.png\" class=\"attachment-full size-full\" alt=\"\" \/><div class=\"hidden sm:block\">    <a href=\"https:\/\/lasagnaware.it\/it\/soluzioni-ai-su-misura\" class=\"inline-block\">\n    <div class=\"flex items-center rounded-full bg-transparent hover:bg-primary-dark relative text-white group transition-all w-[30px] lg:w-[35px] hover:w-44 cursor-pointer\">\n        <div class=\"discover-more-btn\">\n                    <!-- ICON chevron-right -->\n        <svg width=\"36\" height=\"36\" viewBox=\"0 0 36 36\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n<circle class=\"circle-1\" cx=\"18\" cy=\"18\" r=\"18\" transform=\"rotate(-90 18 18)\" fill=\"#262534\"\/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21.9603 16.8997C22.18 17.1193 22.18 17.4754 21.9603 17.6951L16.2254 23.43C16.0057 23.6496 15.6496 23.6496 15.43 23.43L15.1648 23.1648C14.9451 22.9451 14.9451 22.589 15.1648 22.3693L20.2367 17.2974L15.1648 12.2254C14.9451 12.0058 14.9451 11.6497 15.1648 11.43L15.43 11.1648C15.6496 10.9451 16.0057 10.9451 16.2254 11.1648L21.9603 16.8997Z\" fill=\"white\"\/>\n<\/svg>\n        <!-- \/ICON chevron-right -->\n                <\/div>\n        <div class=\"overflow-hidden whitespace-nowrap transition-all duration-300 ease-in-out scale-x-0 group-hover:scale-x-100\">\n            Scopri di pi\u00f9        <\/div>\n    <\/div>\n    <\/a>\n<\/div>                        <\/div>\n                        <h1 class=\"h2 font-bold my-8 text-sky\">\n                            Soluzioni AI su misura                        <\/h1>\n                        <p class=\"text-gray-700 mb-4 mt-auto\">\n                            Siamo pronti a portare la tua infrastruttura al livello\r\nsuccessivo attraverso una personalizzazione unica.                        <\/p>\n                        <div class=\"sm:hidden\">\n                                <a href=\"https:\/\/lasagnaware.it\/it\/soluzioni-ai-su-misura\" class=\"inline-block\">\n    <div class=\"flex items-center rounded-full bg-transparent hover:bg-primary-dark relative text-white group transition-all w-[30px] lg:w-[35px] hover:w-44 cursor-pointer\">\n        <div class=\"discover-more-btn\">\n                    <!-- ICON chevron-right -->\n        <svg width=\"36\" height=\"36\" viewBox=\"0 0 36 36\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n<circle class=\"circle-1\" cx=\"18\" cy=\"18\" r=\"18\" transform=\"rotate(-90 18 18)\" fill=\"#262534\"\/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21.9603 16.8997C22.18 17.1193 22.18 17.4754 21.9603 17.6951L16.2254 23.43C16.0057 23.6496 15.6496 23.6496 15.43 23.43L15.1648 23.1648C14.9451 22.9451 14.9451 22.589 15.1648 22.3693L20.2367 17.2974L15.1648 12.2254C14.9451 12.0058 14.9451 11.6497 15.1648 11.43L15.43 11.1648C15.6496 10.9451 16.0057 10.9451 16.2254 11.1648L21.9603 16.8997Z\" fill=\"white\"\/>\n<\/svg>\n        <!-- \/ICON chevron-right -->\n                <\/div>\n        <div class=\"overflow-hidden whitespace-nowrap transition-all duration-300 ease-in-out scale-x-0 group-hover:scale-x-100\">\n            Scopri di pi\u00f9        <\/div>\n    <\/div>\n    <\/a>\n                        <\/div>\n                    <\/div>\n                <\/div>\n                                            <div @click=\"openCard = 2\"\n                    style=\"width: calc(2 * 4rem); margin-left: -4rem;\"\n                    class=\"absolute h-full rounded-l-5xl shadow-md transition-all duration-300 ease-in-out flex flex-col overflow-hidden\n                        \"\n                    :class=\"openCard === 2 ? 'bg-blue-50' : 'bg-azure-dark'\"\n                    :style=\"cardStyle($data, 2)\">\n\n                    <!-- Linguetta (etichetta) -->\n                    <div class=\"font-thin uppercase absolute top-0 left-0 h-full flex items-center justify-center w-8 sm:w-16 transition-all duration-300 ease-in-out bg-transparent cursor-pointer\n                    \"\n                        :class=\"[openCard === 2 ? 'opacity-0 text-black' : 'text-white']\">\n                        <span class=\"text-base whitespace-nowrap\"\n                            style=\"writing-mode: vertical-rl; transform: rotate(180deg);\">\n                            Processi, Qualit\u00e0 &amp; Sicurezza                        <\/span>\n                    <\/div>\n\n                    <!-- Contenuto della card -->\n                    <div class=\"w-2\/3 h-full p-12 transition-all duration-300 ease-in-out flex flex-col \n                        \"\n                        :class=\"openCard === 2 ? 'opacity-100' : 'opacity-0'\" style=\"width: calc(100% - 1 * var(--unit));\">\n                        <div class=\"flex justify-between\">\n                            <img loading=\"lazy\" decoding=\"async\" width=\"80\" height=\"80\" src=\"https:\/\/lasagnaware.it\/wp-content\/uploads\/2025\/03\/Property-1Variant3.png\" class=\"attachment-full size-full\" alt=\"\" \/><div class=\"hidden sm:block\">    <a href=\"https:\/\/lasagnaware.it\/it\/processi-qualita-sicurezza\" class=\"inline-block\">\n    <div class=\"flex items-center rounded-full bg-transparent hover:bg-primary-dark relative text-white group transition-all w-[30px] lg:w-[35px] hover:w-44 cursor-pointer\">\n        <div class=\"discover-more-btn\">\n                    <!-- ICON chevron-right -->\n        <svg width=\"36\" height=\"36\" viewBox=\"0 0 36 36\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n<circle class=\"circle-1\" cx=\"18\" cy=\"18\" r=\"18\" transform=\"rotate(-90 18 18)\" fill=\"#262534\"\/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21.9603 16.8997C22.18 17.1193 22.18 17.4754 21.9603 17.6951L16.2254 23.43C16.0057 23.6496 15.6496 23.6496 15.43 23.43L15.1648 23.1648C14.9451 22.9451 14.9451 22.589 15.1648 22.3693L20.2367 17.2974L15.1648 12.2254C14.9451 12.0058 14.9451 11.6497 15.1648 11.43L15.43 11.1648C15.6496 10.9451 16.0057 10.9451 16.2254 11.1648L21.9603 16.8997Z\" fill=\"white\"\/>\n<\/svg>\n        <!-- \/ICON chevron-right -->\n                <\/div>\n        <div class=\"overflow-hidden whitespace-nowrap transition-all duration-300 ease-in-out scale-x-0 group-hover:scale-x-100\">\n            Scopri di pi\u00f9        <\/div>\n    <\/div>\n    <\/a>\n<\/div>                        <\/div>\n                        <h1 class=\"h2 font-bold my-8 text-sky\">\n                            Processi, Qualit\u00e0 &amp; Sicurezza                        <\/h1>\n                        <p class=\"text-gray-700 mb-4 mt-auto\">\n                            Servizi end-to-end per portare la tua azienda al livello\r\nsuccessivo.                        <\/p>\n                        <div class=\"sm:hidden\">\n                                <a href=\"https:\/\/lasagnaware.it\/it\/processi-qualita-sicurezza\" class=\"inline-block\">\n    <div class=\"flex items-center rounded-full bg-transparent hover:bg-primary-dark relative text-white group transition-all w-[30px] lg:w-[35px] hover:w-44 cursor-pointer\">\n        <div class=\"discover-more-btn\">\n                    <!-- ICON chevron-right -->\n        <svg width=\"36\" height=\"36\" viewBox=\"0 0 36 36\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n<circle class=\"circle-1\" cx=\"18\" cy=\"18\" r=\"18\" transform=\"rotate(-90 18 18)\" fill=\"#262534\"\/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21.9603 16.8997C22.18 17.1193 22.18 17.4754 21.9603 17.6951L16.2254 23.43C16.0057 23.6496 15.6496 23.6496 15.43 23.43L15.1648 23.1648C14.9451 22.9451 14.9451 22.589 15.1648 22.3693L20.2367 17.2974L15.1648 12.2254C14.9451 12.0058 14.9451 11.6497 15.1648 11.43L15.43 11.1648C15.6496 10.9451 16.0057 10.9451 16.2254 11.1648L21.9603 16.8997Z\" fill=\"white\"\/>\n<\/svg>\n        <!-- \/ICON chevron-right -->\n                <\/div>\n        <div class=\"overflow-hidden whitespace-nowrap transition-all duration-300 ease-in-out scale-x-0 group-hover:scale-x-100\">\n            Scopri di pi\u00f9        <\/div>\n    <\/div>\n    <\/a>\n                        <\/div>\n                    <\/div>\n                <\/div>\n                                            <div @click=\"openCard = 3\"\n                    style=\"width: calc(1 * 4rem); margin-left: -4rem;\"\n                    class=\"absolute h-full rounded-l-5xl shadow-md transition-all duration-300 ease-in-out flex flex-col overflow-hidden\n                        \"\n                    :class=\"openCard === 3 ? 'bg-blue-50' : 'bg-sky'\"\n                    :style=\"cardStyle($data, 3)\">\n\n                    <!-- Linguetta (etichetta) -->\n                    <div class=\"font-thin uppercase absolute top-0 left-0 h-full flex items-center justify-center w-8 sm:w-16 transition-all duration-300 ease-in-out bg-transparent cursor-pointer\n                    \"\n                        :class=\"[openCard === 3 ? 'opacity-0 text-green' : 'text-white']\">\n                        <span class=\"text-base whitespace-nowrap\"\n                            style=\"writing-mode: vertical-rl; transform: rotate(180deg);\">\n                            Consulenza Strategica                        <\/span>\n                    <\/div>\n\n                    <!-- Contenuto della card -->\n                    <div class=\"w-2\/3 h-full p-12 transition-all duration-300 ease-in-out flex flex-col \n                        \"\n                        :class=\"openCard === 3 ? 'opacity-100' : 'opacity-0'\" style=\"width: calc(100% - 0 * var(--unit));\">\n                        <div class=\"flex justify-between\">\n                            <img loading=\"lazy\" decoding=\"async\" width=\"80\" height=\"80\" src=\"https:\/\/lasagnaware.it\/wp-content\/uploads\/2025\/03\/Property-1Variant4.png\" class=\"attachment-full size-full\" alt=\"\" \/><div class=\"hidden sm:block\">    <a href=\"https:\/\/lasagnaware.it\/it\/strategic-consulting\" class=\"inline-block\">\n    <div class=\"flex items-center rounded-full bg-transparent hover:bg-primary-dark relative text-white group transition-all w-[30px] lg:w-[35px] hover:w-44 cursor-pointer\">\n        <div class=\"discover-more-btn\">\n                    <!-- ICON chevron-right -->\n        <svg width=\"36\" height=\"36\" viewBox=\"0 0 36 36\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n<circle class=\"circle-1\" cx=\"18\" cy=\"18\" r=\"18\" transform=\"rotate(-90 18 18)\" fill=\"#262534\"\/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21.9603 16.8997C22.18 17.1193 22.18 17.4754 21.9603 17.6951L16.2254 23.43C16.0057 23.6496 15.6496 23.6496 15.43 23.43L15.1648 23.1648C14.9451 22.9451 14.9451 22.589 15.1648 22.3693L20.2367 17.2974L15.1648 12.2254C14.9451 12.0058 14.9451 11.6497 15.1648 11.43L15.43 11.1648C15.6496 10.9451 16.0057 10.9451 16.2254 11.1648L21.9603 16.8997Z\" fill=\"white\"\/>\n<\/svg>\n        <!-- \/ICON chevron-right -->\n                <\/div>\n        <div class=\"overflow-hidden whitespace-nowrap transition-all duration-300 ease-in-out scale-x-0 group-hover:scale-x-100\">\n            Scopri di pi\u00f9        <\/div>\n    <\/div>\n    <\/a>\n<\/div>                        <\/div>\n                        <h1 class=\"h2 font-bold my-8 text-sky\">\n                            Consulenza Strategica                        <\/h1>\n                        <p class=\"text-gray-700 mb-4 mt-auto\">\n                            Costruiamo collaborazioni durature attraverso una\r\nvisione condivisa.                        <\/p>\n                        <div class=\"sm:hidden\">\n                                <a href=\"https:\/\/lasagnaware.it\/it\/strategic-consulting\" class=\"inline-block\">\n    <div class=\"flex items-center rounded-full bg-transparent hover:bg-primary-dark relative text-white group transition-all w-[30px] lg:w-[35px] hover:w-44 cursor-pointer\">\n        <div class=\"discover-more-btn\">\n                    <!-- ICON chevron-right -->\n        <svg width=\"36\" height=\"36\" viewBox=\"0 0 36 36\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n<circle class=\"circle-1\" cx=\"18\" cy=\"18\" r=\"18\" transform=\"rotate(-90 18 18)\" fill=\"#262534\"\/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21.9603 16.8997C22.18 17.1193 22.18 17.4754 21.9603 17.6951L16.2254 23.43C16.0057 23.6496 15.6496 23.6496 15.43 23.43L15.1648 23.1648C14.9451 22.9451 14.9451 22.589 15.1648 22.3693L20.2367 17.2974L15.1648 12.2254C14.9451 12.0058 14.9451 11.6497 15.1648 11.43L15.43 11.1648C15.6496 10.9451 16.0057 10.9451 16.2254 11.1648L21.9603 16.8997Z\" fill=\"white\"\/>\n<\/svg>\n        <!-- \/ICON chevron-right -->\n                <\/div>\n        <div class=\"overflow-hidden whitespace-nowrap transition-all duration-300 ease-in-out scale-x-0 group-hover:scale-x-100\">\n            Scopri di pi\u00f9        <\/div>\n    <\/div>\n    <\/a>\n                        <\/div>\n                    <\/div>\n                <\/div>\n                    <\/div>\n    <\/div>\n<\/div>\n<!-- end component in component\/block\/cards-solutions --><\/div>\n<!-- end block in blocks\/solutions --><\/section>\n\n<section class=\"acf-block acf-block-latest-news\"><!-- start block in blocks\/latest-news -->\n<!-- start component in component\/block\/latest-news --><div class=\"grid grid-cols-4 gap-6\">\n    <div class=\"col-span-4 md:col-span-4 lg:col-span-1 break-words\">\n        <h2 class=\"font-bold\">\n            Le ultime novit\u00e0, direttamente da LasagnaWare        <\/h2>\n    <\/div>\n\n            <div class=\"rounded-2xl col-span-4 xs:col-span-2 lg:col-span-1 shadow bg-azure-dark\">\n            <div class=\"p-8 h-full\">\n                <div class=\"flex flex-col gap-4 h-full\">\n                    <div class=\"uppercase text-sm font-thin text-white\">\n                        EVENTO                    <\/div>\n                    <div class=\"text-xl text-green\">\n                        Insieme a GlobalDots, saremo presenti Mercoledi 18 Giugno al AWS Summit Milano, uno degli eventi pi\u00f9 importanti sull\u2019innovazione tecnologica.                    <\/div>\n                    <div class=\"text-sm mt-auto font-thin text-white\">\n                        16\/06\/2025                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n            <div class=\"rounded-2xl col-span-4 xs:col-span-2 lg:col-span-1 shadow bg-azure-dark\">\n            <div class=\"p-8 h-full\">\n                <div class=\"flex flex-col gap-4 h-full\">\n                    <div class=\"uppercase text-sm font-thin text-white\">\n                        AGGIORNAMENTO                    <\/div>\n                    <div class=\"text-xl text-green\">\n                        LasagnaWare inaugura il 2025 con nuove soluzioni tecnologiche                    <\/div>\n                    <div class=\"text-sm mt-auto font-thin text-white\">\n                        24\/02\/2025                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n            <div class=\"rounded-2xl col-span-4 xs:col-span-2 lg:col-span-1 shadow bg-azure\">\n            <div class=\"p-8 h-full\">\n                <div class=\"flex flex-col gap-4 h-full\">\n                    <div class=\"uppercase text-sm font-thin text-gray-700\">\n                        LETTURA VELOCE                    <\/div>\n                    <div class=\"text-xl text-azure-dark\">\n                        Il nuovo sito di LasagnaWare, riprogettato per migliorare la customer experience                    <\/div>\n                    <div class=\"text-sm mt-auto font-thin text-gray-700\">\n                        27\/02\/2025                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <div class=\"hidden lg:col-span-1 lg:block\"><\/div>        <div class=\"rounded-2xl col-span-4 xs:col-span-2 lg:col-span-1 shadow bg-green\">\n            <div class=\"p-8 h-full\">\n                <div class=\"flex flex-col gap-4 h-full\">\n                    <div class=\"uppercase text-sm font-thin text-gray-700\">\n                        AGGIORNAMENTO                    <\/div>\n                    <div class=\"text-xl text-azure-dark\">\n                        Online il nuovo sito di LasagnaWare                    <\/div>\n                    <div class=\"text-sm mt-auto font-thin text-gray-700\">\n                        28\/02\/2025                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n\n<!-- end component in component\/block\/latest-news --><!-- end block in blocks\/latest-news --><\/section>\n\n<section class=\"acf-block acf-block-call-to-action-subscribe\"><!-- start block in blocks\/call-to-action-subscribe --><!-- start component in component\/block\/call-to-action-subscribe -->\n<!-- Inizio blocco -->\n<div class=\"bg-azure-light rounded-t-[5rem] relative flex flex-col\">\n\n    <!-- Contenitore principale (max-width, padding orizzontale) -->\n    <div class=\" p-8 pt-14 sm:p-16 sm:pt-20 flex flex-col\">\n\n        <!-- Titolo e sottotitolo in alto -->\n        <div class=\"mb-8 text-center warst-1 max-w-3xl mx-auto\">\n            <h2 class=\"h2 font-semibold text-slate-900\">\n            <p class=\"p1\">In Lasagnaware le nuove idee diventano grandi soluzioni. La prossima potrebbe essere la tua!<\/p>\n            <\/h2>\n            <p class=\"mt-4 text-slate-700 max-w-xl mx-auto\">\n               Siamo impegnati a ridefinire completamente la connessione tra aziende e\r\ntecnologia.\n            <\/p>\n        <\/div>\n\n        <!-- Sezione contenuto e box CTA -->\n        <div class=\"p-4 flex flex-col sm:flex-row justify-center sm:gap-8 mx-auto bg-white shadow-xl rounded-3xl\">\n\n            <!-- Colonna immagine -->\n            <div class=\"max-w-sm w-full\">\n                <img decoding=\"async\"\n                    src=\"https:\/\/lasagnaware.it\/wp-content\/themes\/watuppa-theme\/assets\/images\/i-stock.jpg\"\n                    alt=\"Team photo\"\n                    class=\"w-full rounded-3xl h-full object-cover\" \/>\n            <\/div>\n\n            <!-- Box CTA -->\n            <div class=\"py-6 flex flex-col gap-3 max-w-md w-full relative items-center\">\n                <!-- Icona in alto (esempio di icona busta) -->\n                <div class=\"flex items-center justify-center w-16 h-16 mb-2\">\n                    <!-- Esempio di icona SVG (busta) -->\n                    <svg width=\"64\" height=\"45\" viewBox=\"0 0 64 45\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                        <g clip-path=\"url(#clip0_1426_3320)\">\n                            <path d=\"M3.64764 5.12933C3.65271 4.44548 4.06555 3.71831 4.66815 3.45472C5.36581 3.19881 6.1377 3.29699 6.86926 3.2727C7.89551 3.27225 8.9248 3.2935 9.9499 3.30726C11.5201 3.32456 13.0887 3.24399 14.6594 3.28518C17.1323 3.38025 19.6054 3.38475 22.0783 3.332C26.353 3.33199 30.624 3.14094 34.8987 3.20052C38.9045 3.27174 42.8926 3.68009 46.8934 3.8725C51.3269 4.1285 55.7687 4.28028 60.2042 4.56983C60.7167 4.65181 61.3236 4.60075 61.6828 5.03988C62.0288 5.43502 61.9919 5.9804 61.7218 6.36149C62.081 13.338 61.9705 20.3243 61.6886 27.3015C61.4189 31.08 61.5662 34.878 61.2706 38.6521C61.1227 40.0373 60.0854 40.4708 58.8516 40.7C56.8411 41.1287 54.7752 41.0284 52.7319 41.0635C45.4962 41.0291 38.266 40.7185 31.0312 40.6723C28.9859 40.6428 26.9411 40.6968 24.8962 40.7221C23.3432 40.7277 21.793 40.6405 20.2387 40.634C16.5372 40.7042 12.8337 40.6217 9.13915 40.3396C8.07395 40.2892 7.00721 40.2578 5.94029 40.2287C5.40338 40.1829 4.8074 40.335 4.31548 40.0878C3.90908 39.9071 3.72518 39.4893 3.74843 39.0835C3.61726 38.9012 3.54276 38.6687 3.56936 38.3991C3.6354 33.2045 3.22743 28.0145 3.24338 22.8183C3.20124 19.9968 3.07079 17.1729 3.21992 14.3525C3.31321 12.2525 3.2271 10.1522 3.30593 8.05332C3.32276 7.25359 3.28379 7.558 3.22475 6.45412C3.15006 5.92832 3.28527 5.40997 3.64745 5.1317L3.64764 5.12933ZM55.6448 6.46371C53.1284 6.34366 50.6112 6.20447 48.096 6.07021C43.9305 5.90263 39.783 5.48378 35.617 5.35192C28.895 5.20648 22.1706 5.65212 15.4489 5.44234C13.5134 5.35734 11.575 5.4557 9.63889 5.43741C8.73699 5.43838 7.54173 5.39894 6.62081 5.39838C8.43819 7.1809 10.8982 9.00346 13.164 11.1274C17.587 15.1806 20.8573 18.4897 25.2912 22.2004C26.3611 23.0808 27.3969 23.9967 28.4747 24.8682C29.2157 25.467 29.9831 26.0345 30.7189 26.6376C31.4835 26.5301 31.4941 26.4881 32.5485 26.0798C33.6411 25.5554 33.6351 25.4811 34.7732 24.6599C37.3372 22.8002 39.7169 20.7062 42.3177 18.8948C46.9055 15.5846 51.7802 12.6624 56.122 9.02238C57.1341 8.27931 58.0386 7.27003 59.1188 6.63259C57.9628 6.55103 56.8048 6.52414 55.6495 6.46409L55.6448 6.46371ZM59.2632 35.8767C59.3567 32.916 59.4166 28.8916 59.584 26.0822C59.746 21.2984 59.913 16.5125 59.7617 11.7271C59.7419 10.7599 59.7173 9.79235 59.6879 8.82438C59.6292 8.8697 59.5727 8.91759 59.523 8.97078C55.3962 12.6139 50.8066 15.6497 46.2607 18.7368C45.3197 19.3688 44.3939 20.0211 43.4789 20.6862C44.4985 21.5673 45.4262 22.5484 46.3725 23.507C47.9851 25.1299 49.6159 26.7352 51.2261 28.358C53.8576 31.0479 56.8835 33.653 59.0419 35.6848C59.1157 35.748 59.1917 35.8137 59.2656 35.8769L59.2632 35.8767ZM5.71112 38.093C5.98378 38.0936 6.25624 38.0966 6.52831 38.1043C7.95211 38.1574 9.37583 38.182 10.7966 38.3016C14.1793 38.5656 17.5753 38.516 20.9633 38.5063C24.8807 38.6657 28.7996 38.4796 32.7166 38.5555C39.8136 38.6193 46.908 38.9522 54.0078 38.9231C55.994 38.8835 56.5227 38.9715 58.4135 38.6047C58.5582 38.5902 58.8957 38.4982 58.9935 38.4728C58.7747 38.3382 58.5757 38.1362 58.3772 37.9294C58.0822 37.6719 57.7818 37.4235 57.4946 37.1595C55.6104 35.4335 54.7877 34.6327 52.9936 33.0356C49.7877 30.0536 46.754 26.8948 43.6601 23.8003C43.2358 23.3678 42.8014 22.9417 42.3537 22.5312C42.318 22.4997 42.2664 22.4573 42.2061 22.4048C42.0554 22.2567 41.8763 22.1349 41.705 22.0042C40.5556 22.8769 39.4239 23.7677 38.3051 24.6761C35.9393 26.4208 33.6205 28.6198 30.5274 28.7989C29.8578 28.8258 29.399 28.3166 28.9159 27.9318C27.7845 27.0726 26.6743 26.1889 25.6015 25.2558C24.2048 24.0985 22.8318 22.9146 21.4746 21.7129C20.1631 23.0803 18.7449 24.3484 17.4266 25.7129C14.0773 29.0588 10.7082 32.3841 7.38561 35.756C7.03214 36.1042 6.68322 36.455 6.34323 36.8138C6.33553 36.8203 6.33001 36.8294 6.32231 36.8359C6.11 37.0357 5.93529 37.3029 5.70949 37.4921C5.70754 37.5754 5.71034 37.659 5.70839 37.7423C5.699 37.8584 5.69912 37.9752 5.7038 38.0948L5.71112 38.093ZM5.40342 10.2471C5.45113 12.4969 5.32458 14.7421 5.28397 16.9895C5.33202 20.7437 5.39194 24.4988 5.4687 28.253C5.50045 30.3155 5.62566 32.376 5.68375 34.4382C5.75148 34.3698 5.8194 34.299 5.8895 34.2308C7.17766 32.9736 8.42173 31.6699 9.68328 30.3867C12.7705 27.382 15.7803 24.2994 18.8651 21.2945C19.2056 20.9596 19.5573 20.6328 19.8956 20.2954C18.625 19.146 17.3626 17.9853 16.1181 16.8094C12.6581 13.4492 9.90628 11.0642 6.08071 7.81756C5.85543 7.61576 5.63528 7.40961 5.4177 7.20128C5.48164 8.21496 5.39928 9.2335 5.40085 10.2493L5.40342 10.2471Z\" fill=\"#70E185\" \/>\n                        <\/g>\n                        <defs>\n                            <clipPath id=\"clip0_1426_3320\">\n                                <rect width=\"60.5\" height=\"40\" fill=\"white\" transform=\"matrix(-0.996746 -0.0806055 -0.0806055 0.996746 64 4.87695)\" \/>\n                            <\/clipPath>\n                        <\/defs>\n                    <\/svg>\n\n                <\/div>\n\n                <!-- Testo CTA -->\n                <h3 class=\"text-xl font-semibold text-slate-800\">\n                    Vuoi unirti a noi?                <\/h3>\n                <p class=\"text-slate-600\">\n                      Invia qui la tua candidatura!\n                <\/p>\n\n                <!-- Pulsante CTA -->\n                <div class=\"mt-4\">\n                    <a href=\"https:\/\/lasagnaware.it\/it\/careers\" class=\"bg-sky text-white font-semibold px-6 py-2 rounded-full hover:bg-sky-400 transition-colors inline-block\">\n                        Invia                    <\/a>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/div>\n<!-- Fine blocco -->\n<!-- end component in component\/block\/call-to-action-subscribe --><!-- end block in blocks\/call-to-action-subscribe --><\/section>\n\n<section class=\"acf-block acf-block-g-form-block\"><!-- start block in blocks\/g-form-block --><!-- start component in component\/block\/g-form-block --><div>\n  <script>\nvar gform;gform||(document.addEventListener(\"gform_main_scripts_loaded\",function(){gform.scriptsLoaded=!0}),document.addEventListener(\"gform\/theme\/scripts_loaded\",function(){gform.themeScriptsLoaded=!0}),window.addEventListener(\"DOMContentLoaded\",function(){gform.domLoaded=!0}),gform={domLoaded:!1,scriptsLoaded:!1,themeScriptsLoaded:!1,isFormEditor:()=>\"function\"==typeof InitializeEditor,callIfLoaded:function(o){return!(!gform.domLoaded||!gform.scriptsLoaded||!gform.themeScriptsLoaded&&!gform.isFormEditor()||(gform.isFormEditor()&&console.warn(\"The use of gform.initializeOnLoaded() is deprecated in the form editor context and will be removed in Gravity Forms 3.1.\"),o(),0))},initializeOnLoaded:function(o){gform.callIfLoaded(o)||(document.addEventListener(\"gform_main_scripts_loaded\",()=>{gform.scriptsLoaded=!0,gform.callIfLoaded(o)}),document.addEventListener(\"gform\/theme\/scripts_loaded\",()=>{gform.themeScriptsLoaded=!0,gform.callIfLoaded(o)}),window.addEventListener(\"DOMContentLoaded\",()=>{gform.domLoaded=!0,gform.callIfLoaded(o)}))},hooks:{action:{},filter:{}},addAction:function(o,r,e,t){gform.addHook(\"action\",o,r,e,t)},addFilter:function(o,r,e,t){gform.addHook(\"filter\",o,r,e,t)},doAction:function(o){gform.doHook(\"action\",o,arguments)},applyFilters:function(o){return gform.doHook(\"filter\",o,arguments)},removeAction:function(o,r){gform.removeHook(\"action\",o,r)},removeFilter:function(o,r,e){gform.removeHook(\"filter\",o,r,e)},addHook:function(o,r,e,t,n){null==gform.hooks[o][r]&&(gform.hooks[o][r]=[]);var d=gform.hooks[o][r];null==n&&(n=r+\"_\"+d.length),gform.hooks[o][r].push({tag:n,callable:e,priority:t=null==t?10:t})},doHook:function(r,o,e){var t;if(e=Array.prototype.slice.call(e,1),null!=gform.hooks[r][o]&&((o=gform.hooks[r][o]).sort(function(o,r){return o.priority-r.priority}),o.forEach(function(o){\"function\"!=typeof(t=o.callable)&&(t=window[t]),\"action\"==r?t.apply(null,e):e[0]=t.apply(null,e)})),\"filter\"==r)return e[0]},removeHook:function(o,r,t,n){var e;null!=gform.hooks[o][r]&&(e=(e=gform.hooks[o][r]).filter(function(o,r,e){return!!(null!=n&&n!=o.tag||null!=t&&t!=o.priority)}),gform.hooks[o][r]=e)}});\n<\/script>\n\n                <div class='gf_browser_gecko gform_wrapper gform-theme gform-theme--foundation gform-theme--framework gform-theme--orbital' data-form-theme='orbital' data-form-index='0' id='gform_wrapper_16' ><style>#gform_wrapper_16[data-form-index=\"0\"].gform-theme,[data-parent-form=\"16_0\"]{--gf-color-primary: #204ce5;--gf-color-primary-rgb: 32, 76, 229;--gf-color-primary-contrast: #fff;--gf-color-primary-contrast-rgb: 255, 255, 255;--gf-color-primary-darker: #001AB3;--gf-color-primary-lighter: #527EFF;--gf-color-secondary: #fff;--gf-color-secondary-rgb: 255, 255, 255;--gf-color-secondary-contrast: #112337;--gf-color-secondary-contrast-rgb: 17, 35, 55;--gf-color-secondary-darker: #F5F5F5;--gf-color-secondary-lighter: #FFFFFF;--gf-color-out-ctrl-light: rgba(17, 35, 55, 0.1);--gf-color-out-ctrl-light-rgb: 17, 35, 55;--gf-color-out-ctrl-light-darker: rgba(104, 110, 119, 0.35);--gf-color-out-ctrl-light-lighter: #F5F5F5;--gf-color-out-ctrl-dark: #585e6a;--gf-color-out-ctrl-dark-rgb: 88, 94, 106;--gf-color-out-ctrl-dark-darker: #112337;--gf-color-out-ctrl-dark-lighter: rgba(17, 35, 55, 0.65);--gf-color-in-ctrl: #fff;--gf-color-in-ctrl-rgb: 255, 255, 255;--gf-color-in-ctrl-contrast: #112337;--gf-color-in-ctrl-contrast-rgb: 17, 35, 55;--gf-color-in-ctrl-darker: #F5F5F5;--gf-color-in-ctrl-lighter: #FFFFFF;--gf-color-in-ctrl-primary: #204ce5;--gf-color-in-ctrl-primary-rgb: 32, 76, 229;--gf-color-in-ctrl-primary-contrast: #fff;--gf-color-in-ctrl-primary-contrast-rgb: 255, 255, 255;--gf-color-in-ctrl-primary-darker: #001AB3;--gf-color-in-ctrl-primary-lighter: #527EFF;--gf-color-in-ctrl-light: rgba(17, 35, 55, 0.1);--gf-color-in-ctrl-light-rgb: 17, 35, 55;--gf-color-in-ctrl-light-darker: rgba(104, 110, 119, 0.35);--gf-color-in-ctrl-light-lighter: #F5F5F5;--gf-color-in-ctrl-dark: #585e6a;--gf-color-in-ctrl-dark-rgb: 88, 94, 106;--gf-color-in-ctrl-dark-darker: #112337;--gf-color-in-ctrl-dark-lighter: rgba(17, 35, 55, 0.65);--gf-radius: 3px;--gf-font-size-secondary: 14px;--gf-font-size-tertiary: 13px;--gf-icon-ctrl-number: url(\"data:image\/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http:\/\/www.w3.org\/2000\/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 0C4.26522 5.96046e-08 4.51957 0.105357 4.70711 0.292893L7.70711 3.29289C8.09763 3.68342 8.09763 4.31658 7.70711 4.70711C7.31658 5.09763 6.68342 5.09763 6.29289 4.70711L4 2.41421L1.70711 4.70711C1.31658 5.09763 0.683417 5.09763 0.292893 4.70711C-0.0976311 4.31658 -0.097631 3.68342 0.292893 3.29289L3.29289 0.292893C3.48043 0.105357 3.73478 0 4 0ZM0.292893 9.29289C0.683417 8.90237 1.31658 8.90237 1.70711 9.29289L4 11.5858L6.29289 9.29289C6.68342 8.90237 7.31658 8.90237 7.70711 9.29289C8.09763 9.68342 8.09763 10.3166 7.70711 10.7071L4.70711 13.7071C4.31658 14.0976 3.68342 14.0976 3.29289 13.7071L0.292893 10.7071C-0.0976311 10.3166 -0.0976311 9.68342 0.292893 9.29289Z' fill='rgba(17, 35, 55, 0.65)'\/%3E%3C\/svg%3E\");--gf-icon-ctrl-select: url(\"data:image\/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http:\/\/www.w3.org\/2000\/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.292893 0.292893C0.683417 -0.097631 1.31658 -0.097631 1.70711 0.292893L5 3.58579L8.29289 0.292893C8.68342 -0.0976311 9.31658 -0.0976311 9.70711 0.292893C10.0976 0.683417 10.0976 1.31658 9.70711 1.70711L5.70711 5.70711C5.31658 6.09763 4.68342 6.09763 4.29289 5.70711L0.292893 1.70711C-0.0976311 1.31658 -0.0976311 0.683418 0.292893 0.292893Z' fill='rgba(17, 35, 55, 0.65)'\/%3E%3C\/svg%3E\");--gf-icon-ctrl-search: url(\"data:image\/svg+xml,%3Csvg version='1.1' xmlns='http:\/\/www.w3.org\/2000\/svg' width='640' height='640'%3E%3Cpath d='M256 128c-70.692 0-128 57.308-128 128 0 70.691 57.308 128 128 128 70.691 0 128-57.309 128-128 0-70.692-57.309-128-128-128zM64 256c0-106.039 85.961-192 192-192s192 85.961 192 192c0 41.466-13.146 79.863-35.498 111.248l154.125 154.125c12.496 12.496 12.496 32.758 0 45.254s-32.758 12.496-45.254 0L367.248 412.502C335.862 434.854 297.467 448 256 448c-106.039 0-192-85.962-192-192z' fill='rgba(17, 35, 55, 0.65)'\/%3E%3C\/svg%3E\");--gf-label-space-y-secondary: var(--gf-label-space-y-md-secondary);--gf-ctrl-border-color: #686e77;--gf-ctrl-size: var(--gf-ctrl-size-md);--gf-ctrl-label-color-primary: #112337;--gf-ctrl-label-color-secondary: #112337;--gf-ctrl-choice-size: var(--gf-ctrl-choice-size-md);--gf-ctrl-checkbox-check-size: var(--gf-ctrl-checkbox-check-size-md);--gf-ctrl-radio-check-size: var(--gf-ctrl-radio-check-size-md);--gf-ctrl-btn-font-size: var(--gf-ctrl-btn-font-size-md);--gf-ctrl-btn-padding-x: var(--gf-ctrl-btn-padding-x-md);--gf-ctrl-btn-size: var(--gf-ctrl-btn-size-md);--gf-ctrl-btn-border-color-secondary: #686e77;--gf-ctrl-file-btn-bg-color-hover: #EBEBEB;--gf-field-img-choice-size: var(--gf-field-img-choice-size-md);--gf-field-img-choice-card-space: var(--gf-field-img-choice-card-space-md);--gf-field-img-choice-check-ind-size: var(--gf-field-img-choice-check-ind-size-md);--gf-field-img-choice-check-ind-icon-size: var(--gf-field-img-choice-check-ind-icon-size-md);--gf-field-pg-steps-number-color: rgba(17, 35, 55, 0.8);}<\/style><div id='gf_16' class='gform_anchor' tabindex='-1'><\/div>\n                        <div class='gform_heading'>\n                            <h2 class=\"gform_title\">Iscriviti alla newsletter Lasagnaware<\/h2>\n                            <p class='gform_description'>Per seguire le attivit\u00e0 di Lasagnaware iscriviti alla nostra newsletter<\/p>\n                        <\/div><form method='post' enctype='multipart\/form-data' target='gform_ajax_frame_16' id='gform_16'  action='\/it\/wp-json\/wp\/v2\/pages\/538#gf_16' data-formid='16' novalidate>\n                        <div class='gform-body gform_body'><div id='gform_fields_16' class='gform_fields top_label form_sublabel_above description_below validation_below'><fieldset id=\"field_16_2\" class=\"gfield gfield--type-name gfield--input-type-name gfield_contains_required field_sublabel_above gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><legend class='gfield_label gform-field-label gfield_label_before_complex' >Name<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(Obbligatorio)<\/span><\/span><\/legend><div class='ginput_complex ginput_container ginput_container--name no_prefix has_first_name no_middle_name has_last_name no_suffix gf_name_has_2 ginput_container_name gform-grid-row' id='input_16_2'>\n                            \n                            <span id='input_16_2_3_container' class='name_first gform-grid-col gform-grid-col--size-auto' >\n                                                    <label for='input_16_2_3' class='gform-field-label gform-field-label--type-sub '>Nome<\/label>\n                                                    <input type='text' name='input_2.3' id='input_16_2_3' value=''   aria-required='true'    autocomplete=\"given-name\" \/>\n                                                <\/span>\n                            \n                            <span id='input_16_2_6_container' class='name_last gform-grid-col gform-grid-col--size-auto' >\n                                                            <label for='input_16_2_6' class='gform-field-label gform-field-label--type-sub '>Cognome<\/label>\n                                                            <input type='text' name='input_2.6' id='input_16_2_6' value=''   aria-required='true'    autocomplete=\"family-name\" \/>\n                                                        <\/span>\n                            \n                        <\/div><\/fieldset><fieldset id=\"field_16_1\" class=\"gfield gfield--type-email gfield--input-type-email gfield_contains_required field_sublabel_above gfield--no-description field_description_below hidden_label field_validation_below gfield_visibility_visible\"  ><legend class='gfield_label gform-field-label gfield_label_before_complex' >Email<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(Obbligatorio)<\/span><\/span><\/legend><div class='ginput_complex ginput_container ginput_container_email gform-grid-row' id='input_16_1_container'>\n                                <span id='input_16_1_1_container' class='ginput_left gform-grid-col gform-grid-col--size-auto'>\n                                    <label for='input_16_1' class='gform-field-label gform-field-label--type-sub '>Inserisci email<\/label>\n                                    <input class='' type='email' name='input_1' id='input_16_1' value=''    aria-required=\"true\" aria-invalid=\"false\"  autocomplete=\"email\"\/>\n                                <\/span>\n                                <span id='input_16_1_2_container' class='ginput_right gform-grid-col gform-grid-col--size-auto'>\n                                    <label for='input_16_1_2' class='gform-field-label gform-field-label--type-sub '>Conferma email<\/label>\n                                    <input class='' type='email' name='input_1_2' id='input_16_1_2' value=''    aria-required=\"true\" aria-invalid=\"false\"  autocomplete=\"email\"\/>\n                                <\/span>\n                                <div class='gf_clear gf_clear_complex'><\/div>\n                            <\/div><\/fieldset><div id=\"field_16_4\" class=\"gfield gfield--type-captcha gfield--input-type-captcha field_sublabel_above gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_16_4'>CAPTCHA<\/label><div id='input_16_4' class='ginput_container ginput_recaptcha' data-sitekey='6Lemg_MqAAAAALLhsjEJrajJaj0-TsMMr4bzvqwX'  data-theme='light' data-tabindex='-1' data-size='invisible' data-badge='bottomright'><\/div><\/div><fieldset id=\"field_16_5\" class=\"gfield gfield--type-consent gfield--type-choice gfield--input-type-consent gfield--width-eleven-twelfths field_sublabel_above gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><legend class='gfield_label gform-field-label gfield_label_before_complex' >Consent<\/legend><div class='ginput_container ginput_container_consent'><input name='input_5.1' id='input_16_5_1' type='checkbox' value='1'    aria-invalid=\"false\"   \/> <label class=\"gform-field-label gform-field-label--type-inline gfield_consent_label\" for='input_16_5_1' >I agree to the privacy policy.<\/label><input type='hidden' name='input_5.2' value='I agree to the privacy policy.' class='gform_hidden' \/><input type='hidden' name='input_5.3' value='16' class='gform_hidden' \/><\/div><\/fieldset><div id=\"field_16_6\" class=\"gfield gfield--type-honeypot gform_validation_container field_sublabel_above gfield--has-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_16_6'>Phone<\/label><div class='ginput_container'><input name='input_6' id='input_16_6' type='text' value='' autocomplete='new-password'\/><\/div><div class='gfield_description' id='gfield_description_16_6'>Questo campo serve per la convalida e dovrebbe essere lasciato inalterato.<\/div><\/div><\/div><\/div>\n        <div class='gform-footer gform_footer top_label'> <input type='submit' id='gform_submit_button_16' class='gform_button button' onclick='gform.submission.handleButtonClick(this);' data-submission-type='submit' value='Keep me up to date!'  \/> <input type='hidden' name='gform_ajax' value='form_id=16&amp;title=1&amp;description=1&amp;tabindex=0&amp;theme=orbital&amp;styles=[]&amp;hash=0fd9c192c7da1f217b5d0eb5a61f4bb2' \/>\n            <input type='hidden' class='gform_hidden' name='gform_submission_method' data-js='gform_submission_method_16' value='iframe' \/>\n            <input type='hidden' class='gform_hidden' name='gform_theme' data-js='gform_theme_16' id='gform_theme_16' value='orbital' \/>\n            <input type='hidden' class='gform_hidden' name='gform_style_settings' data-js='gform_style_settings_16' id='gform_style_settings_16' value='[]' \/>\n            <input type='hidden' class='gform_hidden' name='is_submit_16' value='1' \/>\n            <input type='hidden' class='gform_hidden' name='gform_submit' value='16' \/>\n            \n            <input type='hidden' class='gform_hidden' name='gform_unique_id' value='' \/>\n            <input type='hidden' class='gform_hidden' name='state_16' value='WyJ7XCI1LjFcIjpcIjIzZTEyNTRiZDAyMTFlMDY3YTQ3YjhhMWE0OTM4YjFkXCIsXCI1LjJcIjpcImFiNThlYWYyNThiN2EwOGEwY2FiZTFlOGExYWVhMjYxXCIsXCI1LjNcIjpcImQ0Y2Q2YmI4YjVmMjdlZTZlYmUzNmRkYmNlYmZkYjlmXCJ9IiwiZGM4OTFjNzgxYjBhNzg2NDU2Y2M2OGJlYjg0YzQyMjUiXQ==' \/>\n            <input type='hidden' autocomplete='off' class='gform_hidden' name='gform_target_page_number_16' id='gform_target_page_number_16' value='0' \/>\n            <input type='hidden' autocomplete='off' class='gform_hidden' name='gform_source_page_number_16' id='gform_source_page_number_16' value='1' \/>\n            <input type='hidden' name='gform_field_values' value='' \/>\n            \n        <\/div>\n                        <\/form>\n                        <\/div>\n\t\t                <iframe style='display:none;width:0px;height:0px;' src='about:blank' name='gform_ajax_frame_16' id='gform_ajax_frame_16' title='Questo iframe contiene la logica necessaria per gestire Gravity Forms con Ajax.'><\/iframe>\n\t\t                <script>\ngform.initializeOnLoaded( function() {gformInitSpinner( 16, 'https:\/\/lasagnaware.it\/wp-content\/plugins\/gravityforms\/images\/spinner.svg', false );jQuery('#gform_ajax_frame_16').on('load',function(){var contents = jQuery(this).contents().find('*').html();var is_postback = contents.indexOf('GF_AJAX_POSTBACK') >= 0;if(!is_postback){return;}var form_content = jQuery(this).contents().find('#gform_wrapper_16');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_16').length > 0;var is_redirect = contents.indexOf('gformRedirect(){') >= 0;var is_form = form_content.length > 0 && ! is_redirect && ! is_confirmation;var mt = parseInt(jQuery('html').css('margin-top'), 10) + parseInt(jQuery('body').css('margin-top'), 10) + 100;if(is_form){jQuery('#gform_wrapper_16').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('#gform_wrapper_16').addClass('gform_validation_error');} else {jQuery('#gform_wrapper_16').removeClass('gform_validation_error');}setTimeout( function() { \/* delay the scroll by 50 milliseconds to fix a bug in chrome *\/ jQuery(document).scrollTop(jQuery('#gform_wrapper_16').offset().top - mt); }, 50 );if(window['gformInitDatepicker']) {gformInitDatepicker();}if(window['gformInitPriceFields']) {gformInitPriceFields();}var current_page = jQuery('#gform_source_page_number_16').val();gformInitSpinner( 16, 'https:\/\/lasagnaware.it\/wp-content\/plugins\/gravityforms\/images\/spinner.svg', false );jQuery(document).trigger('gform_page_loaded', [16, current_page]);window['gf_submitting_16'] = false;}else if(!is_redirect){var confirmation_content = jQuery(this).contents().find('.GF_AJAX_POSTBACK').html();if(!confirmation_content){confirmation_content = contents;}jQuery('#gform_wrapper_16').replaceWith(confirmation_content);jQuery(document).scrollTop(jQuery('#gf_16').offset().top - mt);jQuery(document).trigger('gform_confirmation_loaded', [16]);window['gf_submitting_16'] = false;wp.a11y.speak(jQuery('#gform_confirmation_message_16').text());}else{jQuery('#gform_16').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger(\"gform_pre_post_render\", [{ formId: \"16\", currentPage: \"current_page\", abort: function() { this.preventDefault(); } }]);        if (event && event.defaultPrevented) {                return;        }        const gformWrapperDiv = document.getElementById( \"gform_wrapper_16\" );        if ( gformWrapperDiv ) {            const visibilitySpan = document.createElement( \"span\" );            visibilitySpan.id = \"gform_visibility_test_16\";            gformWrapperDiv.insertAdjacentElement( \"afterend\", visibilitySpan );        }        const visibilityTestDiv = document.getElementById( \"gform_visibility_test_16\" );        let postRenderFired = false;        function triggerPostRender() {            if ( postRenderFired ) {                return;            }            postRenderFired = true;            gform.core.triggerPostRenderEvents( 16, current_page );            if ( visibilityTestDiv ) {                visibilityTestDiv.parentNode.removeChild( visibilityTestDiv );            }        }        function debounce( func, wait, immediate ) {            var timeout;            return function() {                var context = this, args = arguments;                var later = function() {                    timeout = null;                    if ( !immediate ) func.apply( context, args );                };                var callNow = immediate && !timeout;                clearTimeout( timeout );                timeout = setTimeout( later, wait );                if ( callNow ) func.apply( context, args );            };        }        const debouncedTriggerPostRender = debounce( function() {            triggerPostRender();        }, 200 );        if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) {            const observer = new MutationObserver( ( mutations ) => {                mutations.forEach( ( mutation ) => {                    if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) {                        debouncedTriggerPostRender();                        observer.disconnect();                    }                });            });            observer.observe( document.body, {                attributes: true,                childList: false,                subtree: true,                attributeFilter: [ 'style', 'class' ],            });        } else {            triggerPostRender();        }    } );} );\n<\/script>\n<\/div>\n<!-- end component in component\/block\/g-form-block --><!-- end block in blocks\/g-form-block --><\/section>","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"templates\/page-header-transparent.php","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-538","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/lasagnaware.it\/it\/wp-json\/wp\/v2\/pages\/538","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/lasagnaware.it\/it\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/lasagnaware.it\/it\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/lasagnaware.it\/it\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/lasagnaware.it\/it\/wp-json\/wp\/v2\/comments?post=538"}],"version-history":[{"count":68,"href":"https:\/\/lasagnaware.it\/it\/wp-json\/wp\/v2\/pages\/538\/revisions"}],"predecessor-version":[{"id":946,"href":"https:\/\/lasagnaware.it\/it\/wp-json\/wp\/v2\/pages\/538\/revisions\/946"}],"wp:attachment":[{"href":"https:\/\/lasagnaware.it\/it\/wp-json\/wp\/v2\/media?parent=538"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}