{"id":12219,"date":"2023-09-27T10:13:00","date_gmt":"2023-09-27T10:13:00","guid":{"rendered":"https:\/\/osmosea.it\/classic\/"},"modified":"2025-11-07T15:25:39","modified_gmt":"2025-11-07T15:25:39","slug":"classic","status":"publish","type":"page","link":"https:\/\/osmosea.it\/en\/classic\/","title":{"rendered":"Classic"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"12219\" class=\"elementor elementor-12219 elementor-7458\" data-elementor-post-type=\"page\">\n\t\t\t\t\t\t<div class=\"elementor-inner\">\n\t\t\t\t<div class=\"elementor-section-wrap\">\n\t\t\t\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-b526448 elementor-section-full_width elementor-section-stretched elementor-hidden-tablet elementor-hidden-mobile elementor-section-height-default elementor-section-height-default\" data-id=\"b526448\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;stretch_section&quot;:&quot;section-stretched&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\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-37c5508\" data-id=\"37c5508\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-a3733e4 elementor-widget elementor-widget-spacer\" data-id=\"a3733e4\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3c95f75 divider_yes elementor-widget elementor-widget-wgl-double-headings\" data-id=\"3c95f75\" data-element_type=\"widget\" data-widget_type=\"wgl-double-headings.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div class=\"wgl-double_heading acenter\"><div class=\"dbl-subtitle\"><span>Boating line<\/span><\/div>\t\t\t\t<h3 class=\"dbl-title_wrapper\"><span class=\"dbl-title dbl-title_1\">Classic<\/span> \t\t\t\t<\/h3>\t\t<\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1454bb1 elementor-widget elementor-widget-spacer\" data-id=\"1454bb1\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\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-787c1904 elementor-section-full_width elementor-section-stretched elementor-section-height-default elementor-section-height-default\" data-id=\"787c1904\" data-element_type=\"section\" data-settings=\"{&quot;stretch_section&quot;:&quot;section-stretched&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-6c157d90\" data-id=\"6c157d90\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-6de77cc7 elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-html\" data-id=\"6de77cc7\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<script>\r\n\r\n\/* Code from https:\/\/element.how\/elementor-horizontal-scroll-navigation-menu\/\r\n* Version 1.0\r\n* Copyright 2023 Element.How\r\n*\/\r\n\r\ndocument.addEventListener('DOMContentLoaded', function () {\r\n\r\nlet scrollableNavigations = document.querySelectorAll('.horizontalNav .elementor-nav-menu'), svgIcon;\r\n\r\n\/* delete this line if you don't want arrows, or change the <svg> markup to your own to have your icon *\/\r\nsvgIcon = `<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\"><path d=\"M13.939 4.939L6.879 12l7.06 7.061l2.122-2.122L11.121 12l4.94-4.939z\" fill=\"#444444\"\/><\/svg>`;\r\n\r\nscrollableNavigations.forEach((scrollableNavigation) => {\r\n\r\nlet navigationItems = Array.from(scrollableNavigation.querySelectorAll('.menu-item')).filter(e => e.parentElement.closest('.menu-item') == null);\r\nlet activeNavigationItemIndex = navigationItems.findIndex((navigationItem) => navigationItem.classList.contains('current-menu-item'));\r\n\r\nscrollableNavigation.style.scrollBehavior = \"smooth\";\r\n\r\nnavigationItems.forEach((navigationItem, i) => {\r\nlet scrollToPosition = (navigationItem.getBoundingClientRect().left + navigationItem.offsetWidth \/ 2) - (window.innerWidth \/ 2);\r\nnavigationItem.addEventListener('click', function (event) {\r\nscrollableNavigation.scrollTo(scrollToPosition, 0);\r\n});\r\nif (i === activeNavigationItemIndex) scrollableNavigation.scrollTo(scrollToPosition, 0);\r\n\r\nupdateMask(scrollableNavigation);\r\n\r\nscrollableNavigation.addEventListener('scroll', function () {\r\nupdateMask(scrollableNavigation);\r\n});\r\n});\r\n\r\nif (svgIcon) {\r\nlet navContainer = scrollableNavigation.parentElement;\r\nlet navWidth = navContainer.offsetWidth;\r\n\r\nnavContainer.insertAdjacentHTML('afterBegin', `<button class=\"scrl-btn scrollable-navigation scrollable-navigation-left\">${svgIcon}<span class=\"sr-only\">Scroll left<\/span><\/div>`);\r\nnavContainer.insertAdjacentHTML('afterBegin', `<button class=\"scrl-btn scrollable-navigation scrollable-navigation-right\">${svgIcon}<span class=\"sr-only\">Scroll right<\/span><\/div>`);\r\nnavContainer.querySelector('.scrollable-navigation-left').addEventListener('click', function () {\r\nscrollableNavigation.scrollBy(navWidth * -0.78, 0);\r\n});\r\nnavContainer.querySelector('.scrollable-navigation-right').addEventListener('click', function () {\r\nscrollableNavigation.scrollBy(navWidth * 0.78, 0);\r\n});\r\n}\r\n});\r\n\r\nfunction updateMask(scrollableNavigation) {\r\nconst maxScroll = scrollableNavigation.scrollWidth - scrollableNavigation.clientWidth;\r\nconst currentScroll = scrollableNavigation.scrollLeft;\r\n\r\nif (currentScroll > 8) {\r\nscrollableNavigation.parentElement.classList.add('show-left-mask');\r\n} else {\r\nscrollableNavigation.parentElement.classList.remove('show-left-mask');\r\n}\r\n\r\nif (currentScroll < maxScroll - 8) {\r\nscrollableNavigation.parentElement.classList.add('show-right-mask');\r\n} else {\r\nscrollableNavigation.parentElement.classList.remove('show-right-mask');\r\n}\r\n}\r\n\r\n});\r\n<\/script>\r\n<style>\r\n.horizontalNav .elementor-nav-menu.elementor-nav-menu.elementor-nav-menu {\r\n\r\n}\r\n\r\n.horizontalNav .elementor-nav-menu>.menu-item {\r\nwhite-space: nowrap;\r\nmargin: 0 6px; \/* spacing between nav items *\/\r\n}\r\n\r\n\/* styles of nav items, edit to fit your design *\/\r\n.horizontalNav .elementor-nav-menu>.menu-item>.elementor-item {\r\npadding: 10px;\r\nbackground-color: #fff;\r\nborder-radius: 10px;\r\ncolor: #444444;\r\nfont-weight: 700;\r\nfont-size: 1rem;\r\nwidth: 50%;\r\n}\r\n\r\n\/* styles of active nav item *\/\r\n.horizontalNav .elementor-nav-menu>.menu-item>.elementor-item.elementor-item-active {\r\nbackground-color: #005791;\r\ncolor: #ffffff !important;\r\nwidth: 50%;\r\n}\r\n\r\n\/* SVG arrows *\/\r\n.horizontalNav .scrl-btn.scrl-btn.scrl-btn.scrl-btn.scrl-btn {\r\nbackground: none;\r\noutline: none;\r\nborder: none;\r\npadding: 0;\r\nmargin: 0;\r\n}\r\n.horizontalNav .scrl-btn.scrl-btn.scrl-btn.scrl-btn.scrl-btn:focus-visible {\r\noutline: auto;\r\n}\r\n.horizontalNav .scrollable-navigation {\r\nposition: absolute;\r\nheight: 100%;\r\nleft: 0;\r\nwidth: 30px;\r\ndisplay: grid;\r\nplace-content: center;\r\nz-index: 7;\r\n}\r\n\r\n.horizontalNav .scrollable-navigation-right {\r\nleft: initial;\r\nright: 0;\r\n}\r\n\r\n.horizontalNav .scrollable-navigation svg {\r\nwidth: 30px;\r\nheight: 30px;\r\n}\r\n\r\n.horizontalNav .scrollable-navigation-right svg {\r\ntransform: rotate(180deg);\r\n}\r\n\r\n.horizontalNav .elementor-nav-menu__container:not(.show-right-mask) .scrollable-navigation-right,\r\n.horizontalNav .elementor-nav-menu__container:not(.show-left-mask) .scrollable-navigation-left {\r\nopacity: 0.4;\r\npointer-events: none;\r\n}\r\n\r\n\/* hide the svg arrows from 800px viewport and up, adjust as you need *\/\r\n@media (min-width: 800px) {\r\n.horizontalNav .scrl-btn {\r\ndisplay: none;\r\n}\r\n}\r\n\/* END OF SVG arrows *\/\r\n\r\n\/* gradients on each side when it is possible to scroll more *\/\r\n.horizontalNav .elementor-nav-menu__container {\r\nposition: relative;\r\n}\r\n\r\n.horizontalNav .elementor-nav-menu__container::before,\r\n.horizontalNav .elementor-nav-menu__container::after {\r\ncontent: \"\";\r\nposition: absolute;\r\nwidth: 60px; \/* width of gradients *\/\r\n--nav-gradient-color: #ffffff; \/* color of gradients *\/\r\ntop: 0;\r\nbottom: 0;\r\ntransform: scaleX(0);\r\nbackground: linear-gradient(to right, var(--nav-gradient-color) , transparent);\r\ntransition: transform 0.4s ease-in-out;\r\nz-index: 4;\r\npointer-events: none;\r\n}\r\n\r\n.horizontalNav .elementor-nav-menu__container::before {\r\nleft: -2px;\r\ntransform-origin: 0 50%;\r\n}\r\n\r\n.horizontalNav .elementor-nav-menu__container::after {\r\nright: -2px;\r\ntransform-origin: 100% 50%;\r\nbackground: linear-gradient(to left, var(--nav-gradient-color), transparent);\r\n}\r\n\r\n.horizontalNav .elementor-nav-menu__container.show-left-mask::before {\r\ntransform: scaleX(1);\r\n}\r\n\r\n.horizontalNav .elementor-nav-menu__container.show-right-mask::after {\r\ntransform: scaleX(1);\r\n}\r\n\r\n\/* END OF gradients on each side when it is possible to scroll more *\/\r\n\r\n\/* remove the scroll bar *\/\r\n.horizontalNav .elementor-nav-menu::-webkit-scrollbar {\r\ndisplay: none;\r\n}\r\n\r\n\/* screen reader only styles *\/\r\n.sr-only {\r\nborder: 0;\r\nclip: rect(0,0,0,0);\r\nheight: 1px;\r\nmargin: -1px;\r\noverflow: hidden;\r\npadding: 0;\r\nposition: absolute;\r\nwidth: 1px;\r\n}\r\n<\/style>\r\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1e36ef9 elementor-hidden-desktop elementor-widget elementor-widget-html\" data-id=\"1e36ef9\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<script>\r\n\r\n\/* Code from https:\/\/element.how\/elementor-horizontal-scroll-navigation-menu\/\r\n* Version 1.0\r\n* Copyright 2023 Element.How\r\n*\/\r\n\r\ndocument.addEventListener('DOMContentLoaded', function () {\r\n\r\nlet scrollableNavigations = document.querySelectorAll('.verticalNav .elementor-nav-menu'), svgIcon;\r\n\r\n\/* delete this line if you don't want arrows, or change the <svg> markup to your own to have your icon *\/\r\nsvgIcon = `<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\"><path d=\"M13.939 4.939L6.879 12l7.06 7.061l2.122-2.122L11.121 12l4.94-4.939z\" fill=\"#444444\"\/><\/svg>`;\r\n\r\nscrollableNavigations.forEach((scrollableNavigation) => {\r\n\r\nlet navigationItems = Array.from(scrollableNavigation.querySelectorAll('.menu-item')).filter(e => e.parentElement.closest('.menu-item') == null);\r\nlet activeNavigationItemIndex = navigationItems.findIndex((navigationItem) => navigationItem.classList.contains('current-menu-item'));\r\n\r\nscrollableNavigation.style.scrollBehavior = \"smooth\";\r\n\r\nnavigationItems.forEach((navigationItem, i) => {\r\nlet scrollToPosition = (navigationItem.getBoundingClientRect().left + navigationItem.offsetWidth \/ 2) - (window.innerWidth \/ 2);\r\nnavigationItem.addEventListener('click', function (event) {\r\nscrollableNavigation.scrollTo(scrollToPosition, 0);\r\n});\r\nif (i === activeNavigationItemIndex) scrollableNavigation.scrollTo(scrollToPosition, 0);\r\n\r\nupdateMask(scrollableNavigation);\r\n\r\nscrollableNavigation.addEventListener('scroll', function () {\r\nupdateMask(scrollableNavigation);\r\n});\r\n});\r\n\r\nif (svgIcon) {\r\nlet navContainer = scrollableNavigation.parentElement;\r\nlet navWidth = navContainer.offsetWidth;\r\n\r\nnavContainer.insertAdjacentHTML('afterBegin', `<button class=\"scrl-btn scrollable-navigation scrollable-navigation-left\">${svgIcon}<span class=\"sr-only\">Scroll left<\/span><\/div>`);\r\nnavContainer.insertAdjacentHTML('afterBegin', `<button class=\"scrl-btn scrollable-navigation scrollable-navigation-right\">${svgIcon}<span class=\"sr-only\">Scroll right<\/span><\/div>`);\r\nnavContainer.querySelector('.scrollable-navigation-left').addEventListener('click', function () {\r\nscrollableNavigation.scrollBy(navWidth * -0.78, 0);\r\n});\r\nnavContainer.querySelector('.scrollable-navigation-right').addEventListener('click', function () {\r\nscrollableNavigation.scrollBy(navWidth * 0.78, 0);\r\n});\r\n}\r\n});\r\n\r\nfunction updateMask(scrollableNavigation) {\r\nconst maxScroll = scrollableNavigation.scrollWidth - scrollableNavigation.clientWidth;\r\nconst currentScroll = scrollableNavigation.scrollLeft;\r\n\r\nif (currentScroll > 8) {\r\nscrollableNavigation.parentElement.classList.add('show-left-mask');\r\n} else {\r\nscrollableNavigation.parentElement.classList.remove('show-left-mask');\r\n}\r\n\r\nif (currentScroll < maxScroll - 8) {\r\nscrollableNavigation.parentElement.classList.add('show-right-mask');\r\n} else {\r\nscrollableNavigation.parentElement.classList.remove('show-right-mask');\r\n}\r\n}\r\n\r\n});\r\n<\/script>\r\n<style>\r\n.verticalNav .elementor-nav-menu.elementor-nav-menu.elementor-nav-menu {\r\noverflow-x: auto;\r\ndisplay: flex;\r\nflex-wrap: nowrap;\r\njustify-content: start;\r\nposition: relative;\r\npadding: 0 20px; \/* delete if you don't use the SVG arrows *\/\r\n}\r\n\r\n.verticalNav .elementor-nav-menu>.menu-item {\r\nwhite-space: nowrap;\r\nmargin: 0 6px; \/* spacing between nav items *\/\r\n}\r\n\r\n\/* styles of nav items, edit to fit your design *\/\r\n.verticalNav .elementor-nav-menu>.menu-item>.elementor-item {\r\npadding: 8px 16px;\r\nbackground-color: #fff;\r\nborder-radius: 30px;\r\ncolor: #444444;\r\nfont-weight: 700;\r\nfont-size: 1rem;\r\n}\r\n\r\n\/* styles of active nav item *\/\r\n.verticalNav .elementor-nav-menu>.menu-item>.elementor-item.elementor-item-active {\r\nbackground-color: #005791;\r\ncolor: #ffffff;\r\n}\r\n\r\n\/* SVG arrows *\/\r\n.verticalNav .scrl-btn.scrl-btn.scrl-btn.scrl-btn.scrl-btn {\r\nbackground: none;\r\noutline: none;\r\nborder: none;\r\npadding: 0;\r\nmargin: 0;\r\n}\r\n.verticalNav .scrl-btn.scrl-btn.scrl-btn.scrl-btn.scrl-btn:focus-visible {\r\noutline: auto;\r\n}\r\n.verticalNav .scrollable-navigation {\r\nposition: absolute;\r\nheight: 100%;\r\nleft: 0;\r\nwidth: 30px;\r\ndisplay: grid;\r\nplace-content: center;\r\nz-index: 7;\r\n}\r\n\r\n.verticalNav .scrollable-navigation-right {\r\nleft: initial;\r\nright: 0;\r\n}\r\n\r\n.verticalNav .scrollable-navigation svg {\r\nwidth: 30px;\r\nheight: 30px;\r\n}\r\n\r\n.verticalNav .scrollable-navigation-right svg {\r\ntransform: rotate(180deg);\r\n}\r\n\r\n.verticalNav .elementor-nav-menu__container:not(.show-right-mask) .scrollable-navigation-right,\r\n.verticalNav .elementor-nav-menu__container:not(.show-left-mask) .scrollable-navigation-left {\r\nopacity: 0.4;\r\npointer-events: none;\r\n}\r\n\r\n\/* hide the svg arrows from 800px viewport and up, adjust as you need *\/\r\n@media (min-width: 800px) {\r\n.verticalNav .scrl-btn {\r\ndisplay: none;\r\n}\r\n}\r\n\/* END OF SVG arrows *\/\r\n\r\n\/* gradients on each side when it is possible to scroll more *\/\r\n.verticalNav .elementor-nav-menu__container {\r\nposition: relative;\r\n}\r\n\r\n.verticalNav .elementor-nav-menu__container::before,\r\n.verticalNav .elementor-nav-menu__container::after {\r\ncontent: \"\";\r\nposition: absolute;\r\nwidth: 60px; \/* width of gradients *\/\r\n--nav-gradient-color: #ffffff; \/* color of gradients *\/\r\ntop: 0;\r\nbottom: 0;\r\ntransform: scaleX(0);\r\nbackground: linear-gradient(to right, var(--nav-gradient-color) , transparent);\r\ntransition: transform 0.4s ease-in-out;\r\nz-index: 4;\r\npointer-events: none;\r\n}\r\n\r\n.verticalNav .elementor-nav-menu__container::before {\r\nleft: -2px;\r\ntransform-origin: 0 50%;\r\n}\r\n\r\n.verticalNav .elementor-nav-menu__container::after {\r\nright: -2px;\r\ntransform-origin: 100% 50%;\r\nbackground: linear-gradient(to left, var(--nav-gradient-color), transparent);\r\n}\r\n\r\n.verticalNav .elementor-nav-menu__container.show-left-mask::before {\r\ntransform: scaleX(1);\r\n}\r\n\r\n.verticalNav .elementor-nav-menu__container.show-right-mask::after {\r\ntransform: scaleX(1);\r\n}\r\n\r\n\/* END OF gradients on each side when it is possible to scroll more *\/\r\n\r\n\/* remove the scroll bar *\/\r\n.verticalNav .elementor-nav-menu::-webkit-scrollbar {\r\ndisplay: none;\r\n}\r\n\r\n\/* screen reader only styles *\/\r\n.sr-only {\r\nborder: 0;\r\nclip: rect(0,0,0,0);\r\nheight: 1px;\r\nmargin: -1px;\r\noverflow: hidden;\r\npadding: 0;\r\nposition: absolute;\r\nwidth: 1px;\r\n}\r\n\r\n@media screen and (max-width: 600px) {\r\n.elementor-2803 .elementor-element.elementor-element-3ab16e1 > .elementor-element-populated {\r\n    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;\r\n    margin: 0px;\r\n    --e-column-margin-right: 0px;\r\n    --e-column-margin-left: 100px;\r\n}}\r\n<\/style>\r\n\r\n\r\n\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-5d9d93e6 elementor-hidden-tablet elementor-hidden-mobile elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"5d9d93e6\" data-element_type=\"section\" data-settings=\"{&quot;sticky&quot;:&quot;top&quot;,&quot;animation&quot;:&quot;none&quot;,&quot;background_background&quot;:&quot;classic&quot;,&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_opacity_effect&quot;:&quot;yes&quot;,&quot;motion_fx_opacity_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:100}},&quot;motion_fx_range&quot;:&quot;page&quot;,&quot;motion_fx_opacity_level&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1,&quot;sizes&quot;:[]},&quot;motion_fx_opacity_direction&quot;:&quot;out-in&quot;,&quot;motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;],&quot;sticky_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;],&quot;sticky_offset&quot;:0,&quot;sticky_effects_offset&quot;:0}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-37599c79\" data-id=\"37599c79\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-241bad62 elementor-widget elementor-widget-image\" data-id=\"241bad62\" data-element_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<div class=\"elementor-image\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"407\" height=\"127\" src=\"https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/LOGO_CLASSIC.png\" class=\"attachment-large size-large wp-image-4732\" alt=\"\" srcset=\"https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/LOGO_CLASSIC.png 407w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/LOGO_CLASSIC-300x94.png 300w\" sizes=\"(max-width: 407px) 100vw, 407px\" \/>\t\t\t\t\t\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<div class=\"elementor-element elementor-element-53b9edcf elementor-widget elementor-widget-text-editor\" data-id=\"53b9edcf\" data-element_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<div class=\"elementor-text-editor elementor-clearfix\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3e9ca3c elementor-widget elementor-widget-text-editor\" data-id=\"3e9ca3c\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n<div class=\"elementor-widget-container\">\n<div class=\"elementor-text-editor elementor-clearfix\">\n\nSimple and reliable watermaker. Supplied in one piece or in modular version in steel Inox AISI 316 structure for easy installation and maximum reliability over time.\n\n<\/div>\n<\/div>\n<\/div>\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-3638fade elementor-widget elementor-widget-heading\" data-id=\"3638fade\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Models<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\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-60ce7b14 elementor-nav-menu__align-left elementor-nav-menu--dropdown-none horizontalNav elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-nav-menu\" data-id=\"60ce7b14\" data-element_type=\"widget\" data-settings=\"{&quot;layout&quot;:&quot;vertical&quot;,&quot;sticky&quot;:&quot;top&quot;,&quot;sticky_offset&quot;:400,&quot;submenu_icon&quot;:{&quot;value&quot;:&quot;&lt;i class=\\&quot;fas fa-caret-down\\&quot;&gt;&lt;\\\/i&gt;&quot;,&quot;library&quot;:&quot;fa-solid&quot;},&quot;sticky_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;],&quot;sticky_effects_offset&quot;:0}\" data-widget_type=\"nav-menu.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t<nav class=\"elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-vertical e--pointer-none\">\n\t\t\t\t<ul id=\"menu-1-60ce7b14\" class=\"elementor-nav-menu sm-vertical\"><li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-12357\"><a href=\"#Classic221S\" data-ps2id-api=\"true\" class=\"elementor-item elementor-item-anchor\">Classic 221S<\/a><\/li>\n<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-12358\"><a href=\"#Classic321S\" data-ps2id-api=\"true\" class=\"elementor-item elementor-item-anchor\">Classic 321S<\/a><\/li>\n<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-12359\"><a href=\"#Classic240S\" data-ps2id-api=\"true\" class=\"elementor-item elementor-item-anchor\">Classic 240S<\/a><\/li>\n<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-12360\"><a href=\"#Classic140L\" data-ps2id-api=\"true\" class=\"elementor-item elementor-item-anchor\">Classic 140L<\/a><\/li>\n<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-12361\"><a href=\"#Classic240L\" data-ps2id-api=\"true\" class=\"elementor-item elementor-item-anchor\">Classic 240L<\/a><\/li>\n<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-12362\"><a href=\"#Classic340L\" data-ps2id-api=\"true\" class=\"elementor-item elementor-item-anchor\">Classic 340L<\/a><\/li>\n<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-15952\"><a href=\"#Classic440L\" data-ps2id-api=\"true\" class=\"elementor-item elementor-item-anchor\">Classic 440L<\/a><\/li>\n<\/ul>\t\t\t<\/nav>\n\t\t\t\t\t\t<nav class=\"elementor-nav-menu--dropdown elementor-nav-menu__container\" aria-hidden=\"true\">\n\t\t\t\t<ul id=\"menu-2-60ce7b14\" class=\"elementor-nav-menu sm-vertical\"><li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-12357\"><a href=\"#Classic221S\" data-ps2id-api=\"true\" class=\"elementor-item elementor-item-anchor\" tabindex=\"-1\">Classic 221S<\/a><\/li>\n<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-12358\"><a href=\"#Classic321S\" data-ps2id-api=\"true\" class=\"elementor-item elementor-item-anchor\" tabindex=\"-1\">Classic 321S<\/a><\/li>\n<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-12359\"><a href=\"#Classic240S\" data-ps2id-api=\"true\" class=\"elementor-item elementor-item-anchor\" tabindex=\"-1\">Classic 240S<\/a><\/li>\n<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-12360\"><a href=\"#Classic140L\" data-ps2id-api=\"true\" class=\"elementor-item elementor-item-anchor\" tabindex=\"-1\">Classic 140L<\/a><\/li>\n<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-12361\"><a href=\"#Classic240L\" data-ps2id-api=\"true\" class=\"elementor-item elementor-item-anchor\" tabindex=\"-1\">Classic 240L<\/a><\/li>\n<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-12362\"><a href=\"#Classic340L\" data-ps2id-api=\"true\" class=\"elementor-item elementor-item-anchor\" tabindex=\"-1\">Classic 340L<\/a><\/li>\n<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-15952\"><a href=\"#Classic440L\" data-ps2id-api=\"true\" class=\"elementor-item elementor-item-anchor\" tabindex=\"-1\">Classic 440L<\/a><\/li>\n<\/ul>\t\t\t<\/nav>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d5ca440 elementor-hidden-desktop elementor-widget elementor-widget-image\" data-id=\"d5ca440\" data-element_type=\"widget\" data-settings=\"{&quot;sticky&quot;:&quot;top&quot;,&quot;sticky_offset&quot;:100,&quot;sticky_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;],&quot;sticky_effects_offset&quot;:0}\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-image\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"407\" height=\"127\" src=\"https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/LOGO_CLASSIC.png\" class=\"attachment-full size-full wp-image-4732\" alt=\"\" srcset=\"https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/LOGO_CLASSIC.png 407w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/LOGO_CLASSIC-300x94.png 300w\" sizes=\"(max-width: 407px) 100vw, 407px\" \/>\t\t\t\t\t\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<div class=\"elementor-element elementor-element-6ffbd628 elementor-hidden-desktop elementor-widget elementor-widget-text-editor\" data-id=\"6ffbd628\" data-element_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<div class=\"elementor-text-editor elementor-clearfix\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3e9ca3c elementor-widget elementor-widget-text-editor\" data-id=\"3e9ca3c\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n<div class=\"elementor-widget-container\">\n<div class=\"elementor-text-editor elementor-clearfix\">\n\nSimple and reliable watermaker. Supplied in one piece or in modular version in steel Inox AISI 316 structure for easy installation and maximum reliability over time.\n\n<\/div>\n<\/div>\n<\/div>\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-47edbd9a elementor-hidden-desktop elementor-fixed divider_yes elementor-widget elementor-widget-wgl-double-headings\" data-id=\"47edbd9a\" data-element_type=\"widget\" data-settings=\"{&quot;sticky&quot;:&quot;top&quot;,&quot;sticky_offset_mobile&quot;:100,&quot;sticky_effects_offset_mobile&quot;:0,&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_mobile&quot;:&quot;none&quot;,&quot;_position&quot;:&quot;fixed&quot;,&quot;sticky_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;],&quot;sticky_offset&quot;:0,&quot;sticky_effects_offset&quot;:0}\" data-widget_type=\"wgl-double-headings.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div class=\"wgl-double_heading acenter\"><div class=\"dbl-subtitle\"><span>BOATING LINE<\/span><\/div>\t\t\t\t<h3 class=\"dbl-title_wrapper\">\t\t\t\t<\/h3>\t\t<\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4134701a elementor-nav-menu--dropdown-none verticalNav elementor-hidden-desktop elementor-fixed elementor-widget elementor-widget-nav-menu\" data-id=\"4134701a\" data-element_type=\"widget\" data-settings=\"{&quot;sticky&quot;:&quot;top&quot;,&quot;sticky_offset&quot;:500,&quot;sticky_offset_mobile&quot;:180,&quot;_position&quot;:&quot;fixed&quot;,&quot;layout&quot;:&quot;horizontal&quot;,&quot;submenu_icon&quot;:{&quot;value&quot;:&quot;&lt;i class=\\&quot;fas fa-caret-down\\&quot;&gt;&lt;\\\/i&gt;&quot;,&quot;library&quot;:&quot;fa-solid&quot;},&quot;sticky_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;],&quot;sticky_effects_offset&quot;:0}\" data-widget_type=\"nav-menu.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t<nav class=\"elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-horizontal e--pointer-none\">\n\t\t\t\t<ul id=\"menu-1-4134701a\" class=\"elementor-nav-menu\"><li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-12357\"><a href=\"#Classic221S\" data-ps2id-api=\"true\" class=\"elementor-item elementor-item-anchor\">Classic 221S<\/a><\/li>\n<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-12358\"><a href=\"#Classic321S\" data-ps2id-api=\"true\" class=\"elementor-item elementor-item-anchor\">Classic 321S<\/a><\/li>\n<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-12359\"><a href=\"#Classic240S\" data-ps2id-api=\"true\" class=\"elementor-item elementor-item-anchor\">Classic 240S<\/a><\/li>\n<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-12360\"><a href=\"#Classic140L\" data-ps2id-api=\"true\" class=\"elementor-item elementor-item-anchor\">Classic 140L<\/a><\/li>\n<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-12361\"><a href=\"#Classic240L\" data-ps2id-api=\"true\" class=\"elementor-item elementor-item-anchor\">Classic 240L<\/a><\/li>\n<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-12362\"><a href=\"#Classic340L\" data-ps2id-api=\"true\" class=\"elementor-item elementor-item-anchor\">Classic 340L<\/a><\/li>\n<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-15952\"><a href=\"#Classic440L\" data-ps2id-api=\"true\" class=\"elementor-item elementor-item-anchor\">Classic 440L<\/a><\/li>\n<\/ul>\t\t\t<\/nav>\n\t\t\t\t\t\t<nav class=\"elementor-nav-menu--dropdown elementor-nav-menu__container\" aria-hidden=\"true\">\n\t\t\t\t<ul id=\"menu-2-4134701a\" class=\"elementor-nav-menu\"><li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-12357\"><a href=\"#Classic221S\" data-ps2id-api=\"true\" class=\"elementor-item elementor-item-anchor\" tabindex=\"-1\">Classic 221S<\/a><\/li>\n<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-12358\"><a href=\"#Classic321S\" data-ps2id-api=\"true\" class=\"elementor-item elementor-item-anchor\" tabindex=\"-1\">Classic 321S<\/a><\/li>\n<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-12359\"><a href=\"#Classic240S\" data-ps2id-api=\"true\" class=\"elementor-item elementor-item-anchor\" tabindex=\"-1\">Classic 240S<\/a><\/li>\n<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-12360\"><a href=\"#Classic140L\" data-ps2id-api=\"true\" class=\"elementor-item elementor-item-anchor\" tabindex=\"-1\">Classic 140L<\/a><\/li>\n<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-12361\"><a href=\"#Classic240L\" data-ps2id-api=\"true\" class=\"elementor-item elementor-item-anchor\" tabindex=\"-1\">Classic 240L<\/a><\/li>\n<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-12362\"><a href=\"#Classic340L\" data-ps2id-api=\"true\" class=\"elementor-item elementor-item-anchor\" tabindex=\"-1\">Classic 340L<\/a><\/li>\n<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-15952\"><a href=\"#Classic440L\" data-ps2id-api=\"true\" class=\"elementor-item elementor-item-anchor\" tabindex=\"-1\">Classic 440L<\/a><\/li>\n<\/ul>\t\t\t<\/nav>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\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-top-column elementor-element elementor-element-4f033af9\" data-id=\"4f033af9\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-55d69c0 elementor-widget elementor-widget-menu-anchor\" data-id=\"55d69c0\" data-element_type=\"widget\" data-widget_type=\"menu-anchor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div id=\"Classic221S\" class=\"elementor-menu-anchor\"><\/div>\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-e7ac813 elementor-hidden-tablet elementor-hidden-mobile elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"e7ac813\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-c5ba01a\" data-id=\"c5ba01a\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-0564ea4 elementor-widget elementor-widget-image\" data-id=\"0564ea4\" data-element_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<div class=\"elementor-image\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"667\" height=\"439\" src=\"https:\/\/osmosea.it\/wp-content\/uploads\/2025\/11\/CLASSIC-221S.jpg\" class=\"attachment-large size-large wp-image-15991\" alt=\"\" srcset=\"https:\/\/osmosea.it\/wp-content\/uploads\/2025\/11\/CLASSIC-221S.jpg 667w, https:\/\/osmosea.it\/wp-content\/uploads\/2025\/11\/CLASSIC-221S-300x197.jpg 300w\" sizes=\"(max-width: 667px) 100vw, 667px\" \/>\t\t\t\t\t\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\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-e2f5b64\" data-id=\"e2f5b64\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-3c1ba1b elementor-widget elementor-widget-image\" data-id=\"3c1ba1b\" data-element_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<div class=\"elementor-image\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"512\" height=\"512\" src=\"https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/cropped-FAV_OSMOSEA.png\" class=\"attachment-large size-large wp-image-2140\" alt=\"\" srcset=\"https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/cropped-FAV_OSMOSEA.png 512w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/cropped-FAV_OSMOSEA-300x300.png 300w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/cropped-FAV_OSMOSEA-150x150.png 150w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/cropped-FAV_OSMOSEA-440x440.png 440w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/cropped-FAV_OSMOSEA-180x180.png 180w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/cropped-FAV_OSMOSEA-120x120.png 120w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/cropped-FAV_OSMOSEA-240x240.png 240w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/cropped-FAV_OSMOSEA-270x270.png 270w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/cropped-FAV_OSMOSEA-192x192.png 192w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/cropped-FAV_OSMOSEA-32x32.png 32w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/elementor\/thumbs\/cropped-FAV_OSMOSEA-q8putlngxazzsdssnvfe5p0whv7c6tgu5usn0cw6i0.png 100w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/elementor\/thumbs\/cropped-FAV_OSMOSEA-q8putlngbdlrzdpxgezt3nlpz73iuxuz7yi1xnnkhg.png 50w\" sizes=\"(max-width: 512px) 100vw, 512px\" \/>\t\t\t\t\t\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<div class=\"elementor-element elementor-element-2f9a9de divider_yes elementor-widget elementor-widget-wgl-double-headings\" data-id=\"2f9a9de\" data-element_type=\"widget\" data-widget_type=\"wgl-double-headings.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div class=\"wgl-double_heading aleft\">\t\t\t\t<h3 class=\"dbl-title_wrapper\"><span class=\"dbl-title dbl-title_1\">Classic 221S<\/span> \t\t\t\t<\/h3>\t\t<\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-40f6aaa elementor-widget elementor-widget-spacer\" data-id=\"40f6aaa\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-db85576 elementor-widget elementor-widget-heading\" data-id=\"db85576\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Use<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-94b3421 elementor-widget elementor-widget-template\" data-id=\"94b3421\" data-element_type=\"widget\" data-widget_type=\"template.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-template\">\n\t\t\t\t\t<div data-elementor-type=\"section\" data-elementor-id=\"12248\" class=\"elementor elementor-12248 elementor-7484\" data-elementor-post-type=\"elementor_library\">\n\t\t\t\t\t<div class=\"elementor-section-wrap\">\n\t\t\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-5502a38 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"5502a38\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-83c952e\" data-id=\"83c952e\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-033115a elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"033115a\" data-element_type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img loading=\"lazy\" decoding=\"async\" width=\"1067\" height=\"1067\" src=\"https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/barca-motore.png\" class=\"attachment-full size-full wp-image-5942\" alt=\"\" srcset=\"https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/barca-motore.png 1067w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/barca-motore-300x300.png 300w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/barca-motore-1024x1024.png 1024w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/barca-motore-150x150.png 150w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/barca-motore-768x768.png 768w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/barca-motore-700x700.png 700w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/barca-motore-440x440.png 440w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/barca-motore-180x180.png 180w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/barca-motore-120x120.png 120w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/barca-motore-540x540.png 540w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/barca-motore-240x240.png 240w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/elementor\/thumbs\/barca-motore-qcn5q3y3u9scnaxpv9xrsidn7ss2il6lrbu590nzeq.png 45w\" sizes=\"(max-width: 1067px) 100vw, 1067px\" \/><\/figure><div class=\"elementor-image-box-content\"><p class=\"elementor-image-box-title\">engine<\/p><\/div><\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\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-25 elementor-top-column elementor-element elementor-element-c8cdd29\" data-id=\"c8cdd29\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-73857f7 elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"73857f7\" data-element_type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img loading=\"lazy\" decoding=\"async\" width=\"1067\" height=\"1067\" src=\"https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/catamarano.png\" class=\"attachment-full size-full wp-image-5944\" alt=\"\" srcset=\"https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/catamarano.png 1067w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/catamarano-300x300.png 300w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/catamarano-1024x1024.png 1024w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/catamarano-150x150.png 150w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/catamarano-768x768.png 768w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/catamarano-700x700.png 700w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/catamarano-440x440.png 440w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/catamarano-180x180.png 180w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/catamarano-120x120.png 120w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/catamarano-540x540.png 540w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/catamarano-240x240.png 240w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/elementor\/thumbs\/catamarano-qcn5rwsyxu94webicjz12k0g7dwe9pc308und3zthe.png 45w\" sizes=\"(max-width: 1067px) 100vw, 1067px\" \/><\/figure><div class=\"elementor-image-box-content\"><p class=\"elementor-image-box-title\">Catamaran<\/p><\/div><\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\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-25 elementor-top-column elementor-element elementor-element-7527c19\" data-id=\"7527c19\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-e9c501d elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"e9c501d\" data-element_type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img loading=\"lazy\" decoding=\"async\" width=\"1067\" height=\"1067\" src=\"https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/houseboat.png\" class=\"attachment-full size-full wp-image-6935\" alt=\"\" srcset=\"https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/houseboat.png 1067w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/houseboat-300x300.png 300w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/houseboat-1024x1024.png 1024w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/houseboat-150x150.png 150w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/houseboat-768x768.png 768w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/houseboat-700x700.png 700w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/houseboat-440x440.png 440w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/houseboat-180x180.png 180w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/houseboat-120x120.png 120w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/houseboat-540x540.png 540w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/houseboat-240x240.png 240w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/elementor\/thumbs\/houseboat-qcqfo2knmq6t7nfufm6vy21o8sz2lzcvivzszt4wle.png 45w\" sizes=\"(max-width: 1067px) 100vw, 1067px\" \/><\/figure><div class=\"elementor-image-box-content\"><p class=\"elementor-image-box-title\">houseboat<\/p><\/div><\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\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-25 elementor-top-column elementor-element elementor-element-7c6361c\" data-id=\"7c6361c\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\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-a4974f6 elementor-hidden-tablet elementor-hidden-mobile elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"a4974f6\" data-element_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\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-1cc56d1\" data-id=\"1cc56d1\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-6257f7e elementor-widget elementor-widget-heading\" data-id=\"6257f7e\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Features<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2c714e9 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"2c714e9\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-people-arrows\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Crew: 3\/4 people<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-tint\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Capacity: 85 lit\/h<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-plug\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Power supply: 230\/110 VAC<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"#\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-battery-half\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Consumption: 1.6 kW<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"#\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-weight-hanging\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Weight: 46 kg<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\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-a763967\" data-id=\"a763967\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-4cb6cc2 elementor-widget elementor-widget-heading\" data-id=\"4cb6cc2\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Accessories<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7a78f06 elementor-widget elementor-widget-wgl-toggle-accordion\" data-id=\"7a78f06\" data-element_type=\"widget\" data-widget_type=\"wgl-toggle-accordion.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"wgl-accordion icon-custom\" id=\"wgl-accordion-7a78f06\" data-type=\"accordion\">\t\t\t\t<div class=\"wgl-accordion_panel\">\r\n\t\t\t\t\t<h4 id=\"wgl-accordion_header-1281\" class=\"wgl-accordion_header\" data-default=\"\">\r\n\t\t\t\t\t\t<span class=\"wgl-accordion_title\">Included<\/span>\r\n\t\t\t\t\t\t<i class=\"wgl-accordion_icon fa fa-angle-right\"><\/i>\t\t\t\t\t<\/h4>\r\n\t\t\t\t\t<div class=\"wgl-accordion_content\"><ul>\n<li>Stainless Steel Feed Pump<\/li>\n<li>Pre-filter<\/li>\n<li>Post-filter<\/li>\n<li>Carbon filter for flushing<\/li>\n<li>Watermaker control unit with Micro Computer<\/li>\n<li>Flushing System<\/li>\n<li>Carbon Filter for Flushing<\/li>\n<li>Installation Kit (Pipes, Fittings, Clamps)<\/li>\n<\/ul><\/div>\r\n\t\t\t\t<\/div>\r\n\t\t<\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9011eed elementor-widget elementor-widget-wgl-toggle-accordion\" data-id=\"9011eed\" data-element_type=\"widget\" data-widget_type=\"wgl-toggle-accordion.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"wgl-accordion icon-custom\" id=\"wgl-accordion-9011eed\" data-type=\"accordion\">\t\t\t\t<div class=\"wgl-accordion_panel\">\r\n\t\t\t\t\t<h4 id=\"wgl-accordion_header-1511\" class=\"wgl-accordion_header\" data-default=\"no\">\r\n\t\t\t\t\t\t<span class=\"wgl-accordion_title\">Optional<\/span>\r\n\t\t\t\t\t\t<i class=\"wgl-accordion_icon fa fa-angle-right\"><\/i>\t\t\t\t\t<\/h4>\r\n\t\t\t\t\t<div class=\"wgl-accordion_content\"><ul>\n<li>Maintenance Kit (N.1 spare filters set, filter wrench, cleaning and wintering products, High Pressure Pump Oil)<\/li> \t\n<\/ul><\/div>\r\n\t\t\t\t<\/div>\r\n\t\t<\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1ac5276 elementor-widget elementor-widget-wgl-toggle-accordion\" data-id=\"1ac5276\" data-element_type=\"widget\" data-widget_type=\"wgl-toggle-accordion.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"wgl-accordion icon-custom\" id=\"wgl-accordion-1ac5276\" data-type=\"accordion\">\t\t\t\t<div class=\"wgl-accordion_panel\">\r\n\t\t\t\t\t<h4 id=\"wgl-accordion_header-2801\" class=\"wgl-accordion_header\" data-default=\"no\">\r\n\t\t\t\t\t\t<span class=\"wgl-accordion_title\">Control panel functions<\/span>\r\n\t\t\t\t\t\t<i class=\"wgl-accordion_icon fa fa-angle-right\"><\/i>\t\t\t\t\t<\/h4>\r\n\t\t\t\t\t<div class=\"wgl-accordion_content\"><ul>\n \t<li>Start\/Stop<\/li>\n \t<li>Start Flushing<\/li> \t\n \t<li>Salininometer on freshwater produced<\/li>\n<\/ul><\/div>\r\n\t\t\t\t<\/div>\r\n\t\t<\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\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-225bd8c elementor-hidden-tablet elementor-hidden-mobile elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"225bd8c\" data-element_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-no\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-622bf8f\" data-id=\"622bf8f\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-11728ea divider_yes elementor-widget elementor-widget-wgl-double-headings\" data-id=\"11728ea\" data-element_type=\"widget\" data-widget_type=\"wgl-double-headings.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div class=\"wgl-double_heading aleft\">\t\t\t\t<h3 class=\"dbl-title_wrapper\"><span class=\"dbl-title dbl-title_1\">Technical features<\/span> \t\t\t\t<\/h3>\t\t<\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5425a64 plus-border-yes elementor-widget elementor-widget-tp-table\" data-id=\"5425a64\" data-element_type=\"widget\" data-widget_type=\"tp-table.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div itemscope class=\"plus-table-wrapper   tp-table-mobresswipe\" itemtype=\"http:\/\/schema.org\/Table\">\n\n\t\t\t<table id=\"plus-table-id-5425a64\" class=\"plus-table plus-text-break plus-column-rules\" data-sort-table=\"no\" data-show-entry=\"no\" data-searchable=\"no\">\n\t\t\t\t\t\t\t\t<thead>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<tr class=\"plus-table-row\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<th id=\"tooltip6a231f5b77e7d\"data-sort=\"0\" class=\"sort-this elementor-repeater-item-9c3e1a5 plus-table-col\" rowspan=\"2\" data-local=\"true\"  scope=\"col\">\n\t\t\t\t\t\t\t\t\t<span class=\"sort-style\">\n\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/LOGO_CLASSIC.png\" class=\"plus-col-img--left\" title=\"LOGO_CLASSIC\" alt=\"LOGO_CLASSIC\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text-inner\"><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span> \n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/th>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<th id=\"tooltip6a231f5b77eab\"data-sort=\"1\" class=\"sort-this elementor-repeater-item-09485b5 plus-table-col\" colspan=\"3\" data-local=\"true\"  scope=\"col\">\n\t\t\t\t\t\t\t\t\t<span class=\"sort-style\">\n\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text-inner\">Production<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span> \n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/th>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<th id=\"tooltip6a231f5b77ec0\"data-sort=\"2\" class=\"sort-this elementor-repeater-item-bb9b978 plus-table-col\" rowspan=\"2\" data-local=\"true\"  scope=\"col\">\n\t\t\t\t\t\t\t\t\t<span class=\"sort-style\">\n\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text-inner\">Voltage<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span> \n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/th>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<th id=\"tooltip6a231f5b77eda\"data-sort=\"3\" class=\"sort-this elementor-repeater-item-d9e2323 plus-table-col\" colspan=\"2\" rowspan=\"2\" data-local=\"true\"  scope=\"col\">\n\t\t\t\t\t\t\t\t\t<span class=\"sort-style\">\n\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text-inner\">Power consumption<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span> \n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/th>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<th id=\"tooltip6a231f5b77eec\"data-sort=\"4\" class=\"sort-this elementor-repeater-item-47f4fa1 plus-table-col\" rowspan=\"2\" data-local=\"true\"  scope=\"col\">\n\t\t\t\t\t\t\t\t\t<span class=\"sort-style\">\n\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text-inner\">Weight (kg)<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span> \n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/th>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/tr><tr class=\"plus-table-row\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<th id=\"tooltip6a231f5b77f09\"class=\"sort-this elementor-repeater-item-6a069c1 plus-table-col\" data-local=\"true\"  scope=\"col\">\n\t\t\t\t\t\t\t\t\t<span class=\"sort-style\">\n\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text-inner\">Lit\/h<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span> \n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/th>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<th id=\"tooltip6a231f5b77f16\"class=\"sort-this elementor-repeater-item-4ca78f5 plus-table-col\" data-local=\"true\"  scope=\"col\">\n\t\t\t\t\t\t\t\t\t<span class=\"sort-style\">\n\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text-inner\">Lit\/day<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span> \n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/th>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<th id=\"tooltip6a231f5b77f23\"class=\"sort-this elementor-repeater-item-983d987 plus-table-col\" data-local=\"true\"  scope=\"col\">\n\t\t\t\t\t\t\t\t\t<span class=\"sort-style\">\n\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text-inner\">Gal\/day<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span> \n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/th>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/thead>\n\t\t\t\t\t\t\t\t<tbody>\n\t\t\t\t\t<!-- ROWS -->\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<tr data-entry=\"1\" class=\"plus-table-row\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<td id=\"tooltip6a231f5b77f48\"class=\"plus-table-col elementor-repeater-item-875239d\" rowspan=\"2\" data-title=\"Lit\/h\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text-inner\"><strong>Classic 221S<\/strong><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<td id=\"tooltip6a231f5b77f71\"class=\"plus-table-col elementor-repeater-item-7fed5ec\" rowspan=\"2\" data-title=\"Lit\/day\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text-inner\">85<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<td id=\"tooltip6a231f5b77f84\"class=\"plus-table-col elementor-repeater-item-83e4b2f\" rowspan=\"2\" data-title=\"Gal\/day\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text-inner\">2040<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<td id=\"tooltip6a231f5b77f95\"class=\"plus-table-col elementor-repeater-item-74c1271\" rowspan=\"2\" data-title=\"Power consumption\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text-inner\">539,0<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<td id=\"tooltip6a231f5b77fa5\"class=\"plus-table-col elementor-repeater-item-f8d20c1\" data-title=\"Weight (kg)\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text-inner\">230 VAC<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<td id=\"tooltip6a231f5b77fb5\"class=\"plus-table-col elementor-repeater-item-8cfcd66\" colspan=\"2\" rowspan=\"2\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text-inner\">1.6 kW<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<td id=\"tooltip6a231f5b77fc5\"class=\"plus-table-col elementor-repeater-item-d9e74b2\" rowspan=\"2\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text-inner\">46<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/tr><tr data-entry=\"2\" class=\"plus-table-row\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<td id=\"tooltip6a231f5b77fe1\"class=\"plus-table-col elementor-repeater-item-9fb336e\" data-title=\"Lit\/h\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text-inner\">110 VAC<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/tbody>\n\t\t\t<\/table>\n\n\t\t<\/div>\n\t\t<style>#plus-table-id-5425a64 th,#plus-table-id-5425a64 th .plus-table__text{ margin:0 auto;text-align:center;}<\/style>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\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-5e139f3 elementor-hidden-mobile elementor-hidden-tablet elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"5e139f3\" data-element_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-no\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-c0aa8a6\" data-id=\"c0aa8a6\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-291e6f6 divider_yes elementor-widget elementor-widget-wgl-double-headings\" data-id=\"291e6f6\" data-element_type=\"widget\" data-widget_type=\"wgl-double-headings.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div class=\"wgl-double_heading aleft\">\t\t\t\t<h3 class=\"dbl-title_wrapper\"><span class=\"dbl-title dbl-title_1\">Download technical sheet<\/span> \t\t\t\t<\/h3>\t\t<\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\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-ec8f020\" data-id=\"ec8f020\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-b9b6ecf elementor-align-center elementor-widget-icon-box wgl-icon-box elementor-widget elementor-widget-wgl-button\" data-id=\"b9b6ecf\" data-element_type=\"widget\" data-widget_type=\"wgl-button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper elementor-button-icon\">\r\n\t\t\t<a class=\"elementor-button-link wgl-button elementor-button button-size-sm\" href=\"https:\/\/osmosea.it\/pdf\/classic\/disegni-tecnici-classic-221s-en.zip\" target=\"_blank\" role=\"button\">\t\t\t\t<div class=\"button-content-wrapper elementor-align-icon-left\">\r\n\t\t\t\t\t<div class=\"elementor-button-wrapper elementor-button-icon wgl-widget_wrapper elementor-icon-box-icon\"><div class=\"wgl-widget_container\"><span class=\"wgl-icon elementor-icon\" ><i class=\"icon fa fa-arrow-circle-down\"><\/i><\/span><\/div><\/div>\t\t\t\t\t<span class=\"elementor-button-text\">DOWNLOAD<\/span>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t<\/a>\r\n\t\t<\/div>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\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-935d0c6 elementor-hidden-desktop elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"935d0c6\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-2829cd0\" data-id=\"2829cd0\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-c0c284f elementor-widget elementor-widget-image\" data-id=\"c0c284f\" data-element_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<div class=\"elementor-image\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"512\" height=\"512\" src=\"https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/cropped-FAV_OSMOSEA.png\" class=\"attachment-full size-full wp-image-2140\" alt=\"\" srcset=\"https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/cropped-FAV_OSMOSEA.png 512w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/cropped-FAV_OSMOSEA-300x300.png 300w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/cropped-FAV_OSMOSEA-150x150.png 150w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/cropped-FAV_OSMOSEA-440x440.png 440w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/cropped-FAV_OSMOSEA-180x180.png 180w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/cropped-FAV_OSMOSEA-120x120.png 120w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/cropped-FAV_OSMOSEA-240x240.png 240w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/cropped-FAV_OSMOSEA-270x270.png 270w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/cropped-FAV_OSMOSEA-192x192.png 192w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/cropped-FAV_OSMOSEA-32x32.png 32w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/elementor\/thumbs\/cropped-FAV_OSMOSEA-q8putlngxazzsdssnvfe5p0whv7c6tgu5usn0cw6i0.png 100w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/elementor\/thumbs\/cropped-FAV_OSMOSEA-q8putlngbdlrzdpxgezt3nlpz73iuxuz7yi1xnnkhg.png 50w\" sizes=\"(max-width: 512px) 100vw, 512px\" \/>\t\t\t\t\t\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<div class=\"elementor-element elementor-element-c3bd845 divider_yes elementor-widget elementor-widget-wgl-double-headings\" data-id=\"c3bd845\" data-element_type=\"widget\" data-widget_type=\"wgl-double-headings.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div class=\"wgl-double_heading aleft\">\t\t\t\t<h3 class=\"dbl-title_wrapper\"><span class=\"dbl-title dbl-title_1\">Classic 221S<\/span> \t\t\t\t<\/h3>\t\t<\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e7b15bc elementor-widget elementor-widget-image\" data-id=\"e7b15bc\" data-element_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<div class=\"elementor-image\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"667\" height=\"439\" src=\"https:\/\/osmosea.it\/wp-content\/uploads\/2025\/11\/CLASSIC-221S.jpg\" class=\"attachment-full size-full wp-image-15991\" alt=\"\" srcset=\"https:\/\/osmosea.it\/wp-content\/uploads\/2025\/11\/CLASSIC-221S.jpg 667w, https:\/\/osmosea.it\/wp-content\/uploads\/2025\/11\/CLASSIC-221S-300x197.jpg 300w\" sizes=\"(max-width: 667px) 100vw, 667px\" \/>\t\t\t\t\t\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<div class=\"elementor-element elementor-element-ddad2df elementor-widget elementor-widget-template\" data-id=\"ddad2df\" data-element_type=\"widget\" data-widget_type=\"template.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-template\">\n\t\t\t\t\t<div data-elementor-type=\"section\" data-elementor-id=\"12247\" class=\"elementor elementor-12247 elementor-7767\" data-elementor-post-type=\"elementor_library\">\n\t\t\t\t\t<div class=\"elementor-section-wrap\">\n\t\t\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-55046dbe elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"55046dbe\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-2935dad4\" data-id=\"2935dad4\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-57b4ed0 elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"57b4ed0\" data-element_type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img decoding=\"async\" src=\"https:\/\/osmosea.it\/wp-content\/uploads\/elementor\/thumbs\/barca-motore-1-1-qcxdzrmwekisdrg5ggzajhirs9gy7e606n610pek8y.png\" title=\"barca-motore-1.png\" alt=\"barca-motore-1.png\" loading=\"lazy\" \/><\/figure><div class=\"elementor-image-box-content\"><p class=\"elementor-image-box-title\">engine<\/p><\/div><\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\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-top-column elementor-element elementor-element-4064924f\" data-id=\"4064924f\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-6b45bd47 elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"6b45bd47\" data-element_type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img decoding=\"async\" src=\"https:\/\/osmosea.it\/wp-content\/uploads\/elementor\/thumbs\/catamarano-1-1-qcxdzskqlek2pdesazdx3za8dncbf39qirtihzd62q.png\" title=\"catamarano-1.png\" alt=\"catamarano-1.png\" loading=\"lazy\" \/><\/figure><div class=\"elementor-image-box-content\"><p class=\"elementor-image-box-title\">Catamaran<\/p><\/div><\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\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-top-column elementor-element elementor-element-10055bf1\" data-id=\"10055bf1\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-730e5c3e elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"730e5c3e\" data-element_type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img decoding=\"async\" src=\"https:\/\/osmosea.it\/wp-content\/uploads\/elementor\/thumbs\/houseboat-qcqfo2knmq6t7nfufm6vy21o8sz2lzcvivzszt4wle.png\" title=\"houseboat\" alt=\"houseboat\" loading=\"lazy\" \/><\/figure><div class=\"elementor-image-box-content\"><p class=\"elementor-image-box-title\">houseboat<\/p><\/div><\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\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-598042f elementor-hidden-desktop elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"598042f\" data-element_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\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-acd32ca\" data-id=\"acd32ca\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-8f4adef elementor-widget elementor-widget-heading\" data-id=\"8f4adef\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Features<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-57ce74e elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"57ce74e\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-people-arrows\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Crew: 3\/4 people<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-tint\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Capacity: 85 lit\/h<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-plug\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Power supply: 230\/110 VAC<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"#\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-battery-half\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Consumption: 1.6 kW<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"#\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-weight-hanging\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Weight: 46 kg<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\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-6e5a476\" data-id=\"6e5a476\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-4ed664e elementor-widget elementor-widget-heading\" data-id=\"4ed664e\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Accessories<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b09113f elementor-widget elementor-widget-wgl-toggle-accordion\" data-id=\"b09113f\" data-element_type=\"widget\" data-widget_type=\"wgl-toggle-accordion.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"wgl-accordion icon-custom\" id=\"wgl-accordion-b09113f\" data-type=\"accordion\">\t\t\t\t<div class=\"wgl-accordion_panel\">\r\n\t\t\t\t\t<h4 id=\"wgl-accordion_header-1851\" class=\"wgl-accordion_header\" data-default=\"\">\r\n\t\t\t\t\t\t<span class=\"wgl-accordion_title\">Included<\/span>\r\n\t\t\t\t\t\t<i class=\"wgl-accordion_icon fa fa-angle-right\"><\/i>\t\t\t\t\t<\/h4>\r\n\t\t\t\t\t<div class=\"wgl-accordion_content\"><ul>\n<li>Stainless Steel Feed Pump<\/li>\n<li>Pre-filter<\/li>\n<li>Post-filter<\/li>\n<li>Carbon filter for flushing<\/li>\n<li>Watermaker control unit with Micro Computer<\/li>\n<li>Flushing System<\/li>\n<li>Carbon Filter for Flushing<\/li>\n<li>Installation Kit (Pipes, Fittings, Clamps)<\/li>\n<\/ul><\/div>\r\n\t\t\t\t<\/div>\r\n\t\t<\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-587b99b elementor-widget elementor-widget-wgl-toggle-accordion\" data-id=\"587b99b\" data-element_type=\"widget\" data-widget_type=\"wgl-toggle-accordion.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"wgl-accordion icon-custom\" id=\"wgl-accordion-587b99b\" data-type=\"accordion\">\t\t\t\t<div class=\"wgl-accordion_panel\">\r\n\t\t\t\t\t<h4 id=\"wgl-accordion_header-9271\" class=\"wgl-accordion_header\" data-default=\"no\">\r\n\t\t\t\t\t\t<span class=\"wgl-accordion_title\">Optional<\/span>\r\n\t\t\t\t\t\t<i class=\"wgl-accordion_icon fa fa-angle-right\"><\/i>\t\t\t\t\t<\/h4>\r\n\t\t\t\t\t<div class=\"wgl-accordion_content\"><ul>\n<li>Maintenance Kit (N.1 spare filters set, filter wrench, cleaning and wintering products, High Pressure Pump Oil)<\/li> \t\n<\/ul><\/div>\r\n\t\t\t\t<\/div>\r\n\t\t<\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ca9b5d9 elementor-widget elementor-widget-wgl-toggle-accordion\" data-id=\"ca9b5d9\" data-element_type=\"widget\" data-widget_type=\"wgl-toggle-accordion.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"wgl-accordion icon-custom\" id=\"wgl-accordion-ca9b5d9\" data-type=\"accordion\">\t\t\t\t<div class=\"wgl-accordion_panel\">\r\n\t\t\t\t\t<h4 id=\"wgl-accordion_header-2121\" class=\"wgl-accordion_header\" data-default=\"no\">\r\n\t\t\t\t\t\t<span class=\"wgl-accordion_title\">Control panel functions<\/span>\r\n\t\t\t\t\t\t<i class=\"wgl-accordion_icon fa fa-angle-right\"><\/i>\t\t\t\t\t<\/h4>\r\n\t\t\t\t\t<div class=\"wgl-accordion_content\"><ul>\n \t<li>Start\/Stop<\/li>\n \t<li>Start Flushing<\/li> \t\n \t<li>Salininometer on freshwater produced<\/li>\n<\/ul><\/div>\r\n\t\t\t\t<\/div>\r\n\t\t<\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\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-8854581 elementor-hidden-desktop elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"8854581\" data-element_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\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-1e79dac\" data-id=\"1e79dac\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-b0d81c4 divider_yes elementor-widget elementor-widget-wgl-double-headings\" data-id=\"b0d81c4\" data-element_type=\"widget\" data-widget_type=\"wgl-double-headings.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div class=\"wgl-double_heading acenter\">\t\t\t\t<h3 class=\"dbl-title_wrapper\"><span class=\"dbl-title dbl-title_1\">Download technical sheet<\/span> \t\t\t\t<\/h3>\t\t<\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\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-b066dc3\" data-id=\"b066dc3\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-8503830 elementor-align-center elementor-widget-icon-box wgl-icon-box elementor-widget elementor-widget-wgl-button\" data-id=\"8503830\" data-element_type=\"widget\" data-widget_type=\"wgl-button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper elementor-button-icon\">\r\n\t\t\t<a class=\"elementor-button-link wgl-button elementor-button button-size-sm\" href=\"https:\/\/osmosea.it\/pdf\/classic\/disegni-tecnici-classic-221s-en.zip\" target=\"_blank\" role=\"button\">\t\t\t\t<div class=\"button-content-wrapper elementor-align-icon-left\">\r\n\t\t\t\t\t<div class=\"elementor-button-wrapper elementor-button-icon wgl-widget_wrapper elementor-icon-box-icon\"><div class=\"wgl-widget_container\"><span class=\"wgl-icon elementor-icon\" ><i class=\"icon fa fa-arrow-circle-down\"><\/i><\/span><\/div><\/div>\t\t\t\t\t<span class=\"elementor-button-text\">DOWNLOAD<\/span>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t<\/a>\r\n\t\t<\/div>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\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-2fd17fe elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"2fd17fe\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a26a0a4 elementor-widget elementor-widget-menu-anchor\" data-id=\"a26a0a4\" data-element_type=\"widget\" data-widget_type=\"menu-anchor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div id=\"Classic321S\" class=\"elementor-menu-anchor\"><\/div>\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-49422c7 elementor-hidden-tablet elementor-hidden-mobile elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"49422c7\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-44905f6\" data-id=\"44905f6\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-0555461 elementor-widget elementor-widget-image\" data-id=\"0555461\" data-element_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<div class=\"elementor-image\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"667\" height=\"439\" src=\"https:\/\/osmosea.it\/wp-content\/uploads\/2025\/11\/CLASSIC-321S.jpg\" class=\"attachment-large size-large wp-image-15989\" alt=\"\" srcset=\"https:\/\/osmosea.it\/wp-content\/uploads\/2025\/11\/CLASSIC-321S.jpg 667w, https:\/\/osmosea.it\/wp-content\/uploads\/2025\/11\/CLASSIC-321S-300x197.jpg 300w\" sizes=\"(max-width: 667px) 100vw, 667px\" \/>\t\t\t\t\t\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\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-be19f5f\" data-id=\"be19f5f\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-f15ab69 elementor-widget elementor-widget-image\" data-id=\"f15ab69\" data-element_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<div class=\"elementor-image\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"512\" height=\"512\" src=\"https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/cropped-FAV_OSMOSEA.png\" class=\"attachment-large size-large wp-image-2140\" alt=\"\" srcset=\"https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/cropped-FAV_OSMOSEA.png 512w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/cropped-FAV_OSMOSEA-300x300.png 300w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/cropped-FAV_OSMOSEA-150x150.png 150w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/cropped-FAV_OSMOSEA-440x440.png 440w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/cropped-FAV_OSMOSEA-180x180.png 180w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/cropped-FAV_OSMOSEA-120x120.png 120w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/cropped-FAV_OSMOSEA-240x240.png 240w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/cropped-FAV_OSMOSEA-270x270.png 270w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/cropped-FAV_OSMOSEA-192x192.png 192w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/cropped-FAV_OSMOSEA-32x32.png 32w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/elementor\/thumbs\/cropped-FAV_OSMOSEA-q8putlngxazzsdssnvfe5p0whv7c6tgu5usn0cw6i0.png 100w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/elementor\/thumbs\/cropped-FAV_OSMOSEA-q8putlngbdlrzdpxgezt3nlpz73iuxuz7yi1xnnkhg.png 50w\" sizes=\"(max-width: 512px) 100vw, 512px\" \/>\t\t\t\t\t\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<div class=\"elementor-element elementor-element-dbb19b2 divider_yes elementor-widget elementor-widget-wgl-double-headings\" data-id=\"dbb19b2\" data-element_type=\"widget\" data-widget_type=\"wgl-double-headings.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div class=\"wgl-double_heading aleft\">\t\t\t\t<h3 class=\"dbl-title_wrapper\"><span class=\"dbl-title dbl-title_1\">Classic 321S<\/span> \t\t\t\t<\/h3>\t\t<\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a67c131 elementor-widget elementor-widget-spacer\" data-id=\"a67c131\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-de635f4 elementor-widget elementor-widget-heading\" data-id=\"de635f4\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Use<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5a8d804 elementor-widget elementor-widget-template\" data-id=\"5a8d804\" data-element_type=\"widget\" data-widget_type=\"template.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-template\">\n\t\t\t\t\t<div data-elementor-type=\"section\" data-elementor-id=\"12248\" class=\"elementor elementor-12248 elementor-7484\" data-elementor-post-type=\"elementor_library\">\n\t\t\t\t\t<div class=\"elementor-section-wrap\">\n\t\t\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-5502a38 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"5502a38\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-83c952e\" data-id=\"83c952e\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-033115a elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"033115a\" data-element_type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img loading=\"lazy\" decoding=\"async\" width=\"1067\" height=\"1067\" src=\"https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/barca-motore.png\" class=\"attachment-full size-full wp-image-5942\" alt=\"\" srcset=\"https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/barca-motore.png 1067w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/barca-motore-300x300.png 300w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/barca-motore-1024x1024.png 1024w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/barca-motore-150x150.png 150w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/barca-motore-768x768.png 768w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/barca-motore-700x700.png 700w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/barca-motore-440x440.png 440w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/barca-motore-180x180.png 180w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/barca-motore-120x120.png 120w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/barca-motore-540x540.png 540w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/barca-motore-240x240.png 240w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/elementor\/thumbs\/barca-motore-qcn5q3y3u9scnaxpv9xrsidn7ss2il6lrbu590nzeq.png 45w\" sizes=\"(max-width: 1067px) 100vw, 1067px\" \/><\/figure><div class=\"elementor-image-box-content\"><p class=\"elementor-image-box-title\">engine<\/p><\/div><\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\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-25 elementor-top-column elementor-element elementor-element-c8cdd29\" data-id=\"c8cdd29\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-73857f7 elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"73857f7\" data-element_type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img loading=\"lazy\" decoding=\"async\" width=\"1067\" height=\"1067\" src=\"https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/catamarano.png\" class=\"attachment-full size-full wp-image-5944\" alt=\"\" srcset=\"https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/catamarano.png 1067w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/catamarano-300x300.png 300w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/catamarano-1024x1024.png 1024w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/catamarano-150x150.png 150w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/catamarano-768x768.png 768w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/catamarano-700x700.png 700w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/catamarano-440x440.png 440w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/catamarano-180x180.png 180w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/catamarano-120x120.png 120w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/catamarano-540x540.png 540w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/catamarano-240x240.png 240w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/elementor\/thumbs\/catamarano-qcn5rwsyxu94webicjz12k0g7dwe9pc308und3zthe.png 45w\" sizes=\"(max-width: 1067px) 100vw, 1067px\" \/><\/figure><div class=\"elementor-image-box-content\"><p class=\"elementor-image-box-title\">Catamaran<\/p><\/div><\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\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-25 elementor-top-column elementor-element elementor-element-7527c19\" data-id=\"7527c19\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-e9c501d elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"e9c501d\" data-element_type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img loading=\"lazy\" decoding=\"async\" width=\"1067\" height=\"1067\" src=\"https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/houseboat.png\" class=\"attachment-full size-full wp-image-6935\" alt=\"\" srcset=\"https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/houseboat.png 1067w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/houseboat-300x300.png 300w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/houseboat-1024x1024.png 1024w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/houseboat-150x150.png 150w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/houseboat-768x768.png 768w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/houseboat-700x700.png 700w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/houseboat-440x440.png 440w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/houseboat-180x180.png 180w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/houseboat-120x120.png 120w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/houseboat-540x540.png 540w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/houseboat-240x240.png 240w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/elementor\/thumbs\/houseboat-qcqfo2knmq6t7nfufm6vy21o8sz2lzcvivzszt4wle.png 45w\" sizes=\"(max-width: 1067px) 100vw, 1067px\" \/><\/figure><div class=\"elementor-image-box-content\"><p class=\"elementor-image-box-title\">houseboat<\/p><\/div><\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\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-25 elementor-top-column elementor-element elementor-element-7c6361c\" data-id=\"7c6361c\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\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-a763aa3 elementor-hidden-tablet elementor-hidden-mobile elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"a763aa3\" data-element_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\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-bd3cbde\" data-id=\"bd3cbde\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-c817c9a elementor-widget elementor-widget-heading\" data-id=\"c817c9a\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Features<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f2d1a88 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"f2d1a88\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-people-arrows\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Crew: 5\/7 people<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-tint\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Capacity: 140 lit\/h<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-plug\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Power supply: 230\/110 VAC<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"#\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-battery-half\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Consumption: 2 kW<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"#\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-weight-hanging\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Weight: 57 kg<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\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-fc16c3b\" data-id=\"fc16c3b\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-09244e3 elementor-widget elementor-widget-heading\" data-id=\"09244e3\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Accessories<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5d65f9e elementor-widget elementor-widget-wgl-toggle-accordion\" data-id=\"5d65f9e\" data-element_type=\"widget\" data-widget_type=\"wgl-toggle-accordion.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"wgl-accordion icon-custom\" id=\"wgl-accordion-5d65f9e\" data-type=\"accordion\">\t\t\t\t<div class=\"wgl-accordion_panel\">\r\n\t\t\t\t\t<h4 id=\"wgl-accordion_header-9791\" class=\"wgl-accordion_header\" data-default=\"\">\r\n\t\t\t\t\t\t<span class=\"wgl-accordion_title\">Included<\/span>\r\n\t\t\t\t\t\t<i class=\"wgl-accordion_icon fa fa-angle-right\"><\/i>\t\t\t\t\t<\/h4>\r\n\t\t\t\t\t<div class=\"wgl-accordion_content\"><ul>\n<li>Stainless Steel Feed Pump<\/li>\n<li>Pre-filter<\/li>\n<li>Post-filter<\/li>\n<li>Carbon filter for flushing<\/li>\n<li>Watermaker control unit with Micro Computer<\/li>\n<li>Flushing System<\/li>\n<li>Carbon Filter for Flushing<\/li>\n<li>Installation Kit (Pipes, Fittings, Clamps)<\/li>\n<\/ul><\/div>\r\n\t\t\t\t<\/div>\r\n\t\t<\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-38c9274 elementor-widget elementor-widget-wgl-toggle-accordion\" data-id=\"38c9274\" data-element_type=\"widget\" data-widget_type=\"wgl-toggle-accordion.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"wgl-accordion icon-custom\" id=\"wgl-accordion-38c9274\" data-type=\"accordion\">\t\t\t\t<div class=\"wgl-accordion_panel\">\r\n\t\t\t\t\t<h4 id=\"wgl-accordion_header-5951\" class=\"wgl-accordion_header\" data-default=\"no\">\r\n\t\t\t\t\t\t<span class=\"wgl-accordion_title\">Optional<\/span>\r\n\t\t\t\t\t\t<i class=\"wgl-accordion_icon fa fa-angle-right\"><\/i>\t\t\t\t\t<\/h4>\r\n\t\t\t\t\t<div class=\"wgl-accordion_content\"><ul>\n<li>Maintenance Kit (N.1 spare filters set, filter wrench, cleaning and wintering products, High Pressure Pump Oil)<\/li> \t\n<\/ul><\/div>\r\n\t\t\t\t<\/div>\r\n\t\t<\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3ff1b0e elementor-widget elementor-widget-wgl-toggle-accordion\" data-id=\"3ff1b0e\" data-element_type=\"widget\" data-widget_type=\"wgl-toggle-accordion.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"wgl-accordion icon-custom\" id=\"wgl-accordion-3ff1b0e\" data-type=\"accordion\">\t\t\t\t<div class=\"wgl-accordion_panel\">\r\n\t\t\t\t\t<h4 id=\"wgl-accordion_header-6701\" class=\"wgl-accordion_header\" data-default=\"no\">\r\n\t\t\t\t\t\t<span class=\"wgl-accordion_title\">Control panel functions<\/span>\r\n\t\t\t\t\t\t<i class=\"wgl-accordion_icon fa fa-angle-right\"><\/i>\t\t\t\t\t<\/h4>\r\n\t\t\t\t\t<div class=\"wgl-accordion_content\"><ul>\n \t<li>Start\/Stop<\/li>\n \t<li>Start Flushing<\/li> \t\n \t<li>Salininometer on freshwater produced<\/li>\n<\/ul><\/div>\r\n\t\t\t\t<\/div>\r\n\t\t<\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\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-942c1fc elementor-hidden-tablet elementor-hidden-mobile elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"942c1fc\" data-element_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-no\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-bd70f4e\" data-id=\"bd70f4e\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-e5d7239 divider_yes elementor-widget elementor-widget-wgl-double-headings\" data-id=\"e5d7239\" data-element_type=\"widget\" data-widget_type=\"wgl-double-headings.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div class=\"wgl-double_heading aleft\">\t\t\t\t<h3 class=\"dbl-title_wrapper\"><span class=\"dbl-title dbl-title_1\">Technical features<\/span> \t\t\t\t<\/h3>\t\t<\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7335fa8 plus-border-yes elementor-widget elementor-widget-tp-table\" data-id=\"7335fa8\" data-element_type=\"widget\" data-widget_type=\"tp-table.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div itemscope class=\"plus-table-wrapper   tp-table-mobresswipe\" itemtype=\"http:\/\/schema.org\/Table\">\n\n\t\t\t<table id=\"plus-table-id-7335fa8\" class=\"plus-table plus-text-break plus-column-rules\" data-sort-table=\"no\" data-show-entry=\"no\" data-searchable=\"no\">\n\t\t\t\t\t\t\t\t<thead>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<tr class=\"plus-table-row\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<th id=\"tooltip6a231f5be10b2\"data-sort=\"0\" class=\"sort-this elementor-repeater-item-9c3e1a5 plus-table-col\" rowspan=\"2\" data-local=\"true\"  scope=\"col\">\n\t\t\t\t\t\t\t\t\t<span class=\"sort-style\">\n\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/LOGO_CLASSIC.png\" class=\"plus-col-img--left\" title=\"LOGO_CLASSIC\" alt=\"LOGO_CLASSIC\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text-inner\"><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span> \n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/th>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<th id=\"tooltip6a231f5be112a\"data-sort=\"1\" class=\"sort-this elementor-repeater-item-09485b5 plus-table-col\" colspan=\"3\" data-local=\"true\"  scope=\"col\">\n\t\t\t\t\t\t\t\t\t<span class=\"sort-style\">\n\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text-inner\">Production<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span> \n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/th>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<th id=\"tooltip6a231f5be1155\"data-sort=\"2\" class=\"sort-this elementor-repeater-item-bb9b978 plus-table-col\" rowspan=\"2\" data-local=\"true\"  scope=\"col\">\n\t\t\t\t\t\t\t\t\t<span class=\"sort-style\">\n\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text-inner\">Voltage<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span> \n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/th>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<th id=\"tooltip6a231f5be1179\"data-sort=\"3\" class=\"sort-this elementor-repeater-item-d9e2323 plus-table-col\" colspan=\"2\" rowspan=\"2\" data-local=\"true\"  scope=\"col\">\n\t\t\t\t\t\t\t\t\t<span class=\"sort-style\">\n\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text-inner\">Power consumption<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span> \n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/th>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<th id=\"tooltip6a231f5be119b\"data-sort=\"4\" class=\"sort-this elementor-repeater-item-47f4fa1 plus-table-col\" rowspan=\"2\" data-local=\"true\"  scope=\"col\">\n\t\t\t\t\t\t\t\t\t<span class=\"sort-style\">\n\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text-inner\">Weight (kg)<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span> \n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/th>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/tr><tr class=\"plus-table-row\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<th id=\"tooltip6a231f5be11ce\"class=\"sort-this elementor-repeater-item-6a069c1 plus-table-col\" data-local=\"true\"  scope=\"col\">\n\t\t\t\t\t\t\t\t\t<span class=\"sort-style\">\n\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text-inner\">Lit\/h<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span> \n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/th>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<th id=\"tooltip6a231f5be11e6\"class=\"sort-this elementor-repeater-item-4ca78f5 plus-table-col\" data-local=\"true\"  scope=\"col\">\n\t\t\t\t\t\t\t\t\t<span class=\"sort-style\">\n\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text-inner\">Lit\/day<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span> \n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/th>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<th id=\"tooltip6a231f5be11fd\"class=\"sort-this elementor-repeater-item-983d987 plus-table-col\" data-local=\"true\"  scope=\"col\">\n\t\t\t\t\t\t\t\t\t<span class=\"sort-style\">\n\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text-inner\">Gal\/day<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span> \n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/th>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/thead>\n\t\t\t\t\t\t\t\t<tbody>\n\t\t\t\t\t<!-- ROWS -->\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<tr data-entry=\"1\" class=\"plus-table-row\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<td id=\"tooltip6a231f5be1234\"class=\"plus-table-col elementor-repeater-item-875239d\" rowspan=\"2\" data-title=\"Lit\/h\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text-inner\"><strong>Classic 321S<\/strong><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<td id=\"tooltip6a231f5be1262\"class=\"plus-table-col elementor-repeater-item-7fed5ec\" rowspan=\"2\" data-title=\"Lit\/day\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text-inner\">140<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<td id=\"tooltip6a231f5be1296\"class=\"plus-table-col elementor-repeater-item-83e4b2f\" rowspan=\"2\" data-title=\"Gal\/day\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text-inner\">3360<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<td id=\"tooltip6a231f5be12b7\"class=\"plus-table-col elementor-repeater-item-74c1271\" rowspan=\"2\" data-title=\"Power consumption\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text-inner\">887,7<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<td id=\"tooltip6a231f5be12d5\"class=\"plus-table-col elementor-repeater-item-f8d20c1\" data-title=\"Weight (kg)\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text-inner\">230 VAC<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<td id=\"tooltip6a231f5be12f1\"class=\"plus-table-col elementor-repeater-item-8cfcd66\" colspan=\"2\" rowspan=\"2\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text-inner\">2 kW<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<td id=\"tooltip6a231f5be130f\"class=\"plus-table-col elementor-repeater-item-d9e74b2\" rowspan=\"2\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text-inner\">57<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/tr><tr data-entry=\"2\" class=\"plus-table-row\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<td id=\"tooltip6a231f5be133e\"class=\"plus-table-col elementor-repeater-item-9fb336e\" data-title=\"Lit\/h\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text-inner\">110 VAC<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/tbody>\n\t\t\t<\/table>\n\n\t\t<\/div>\n\t\t<style>#plus-table-id-7335fa8 th,#plus-table-id-7335fa8 th .plus-table__text{ margin:0 auto;text-align:center;}<\/style>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\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-c7f2d1a elementor-hidden-mobile elementor-hidden-tablet elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"c7f2d1a\" data-element_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-no\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-46128a6\" data-id=\"46128a6\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-3862517 divider_yes elementor-widget elementor-widget-wgl-double-headings\" data-id=\"3862517\" data-element_type=\"widget\" data-widget_type=\"wgl-double-headings.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div class=\"wgl-double_heading aleft\">\t\t\t\t<h3 class=\"dbl-title_wrapper\"><span class=\"dbl-title dbl-title_1\">Download technical sheet<\/span> \t\t\t\t<\/h3>\t\t<\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\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-757bb01\" data-id=\"757bb01\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-114052b elementor-align-center elementor-widget-icon-box wgl-icon-box elementor-widget elementor-widget-wgl-button\" data-id=\"114052b\" data-element_type=\"widget\" data-widget_type=\"wgl-button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper elementor-button-icon\">\r\n\t\t\t<a class=\"elementor-button-link wgl-button elementor-button button-size-sm\" href=\"https:\/\/osmosea.it\/pdf\/classic\/disegni-tecnici-classic-321s-en.zip\" target=\"_blank\" role=\"button\">\t\t\t\t<div class=\"button-content-wrapper elementor-align-icon-left\">\r\n\t\t\t\t\t<div class=\"elementor-button-wrapper elementor-button-icon wgl-widget_wrapper elementor-icon-box-icon\"><div class=\"wgl-widget_container\"><span class=\"wgl-icon elementor-icon\" ><i class=\"icon fa fa-arrow-circle-down\"><\/i><\/span><\/div><\/div>\t\t\t\t\t<span class=\"elementor-button-text\">DOWNLOAD<\/span>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t<\/a>\r\n\t\t<\/div>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\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-b636eaa elementor-hidden-desktop elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"b636eaa\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-e8cd7cc\" data-id=\"e8cd7cc\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-27c490f elementor-widget elementor-widget-image\" data-id=\"27c490f\" data-element_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<div class=\"elementor-image\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"512\" height=\"512\" src=\"https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/cropped-FAV_OSMOSEA.png\" class=\"attachment-full size-full wp-image-2140\" alt=\"\" srcset=\"https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/cropped-FAV_OSMOSEA.png 512w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/cropped-FAV_OSMOSEA-300x300.png 300w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/cropped-FAV_OSMOSEA-150x150.png 150w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/cropped-FAV_OSMOSEA-440x440.png 440w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/cropped-FAV_OSMOSEA-180x180.png 180w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/cropped-FAV_OSMOSEA-120x120.png 120w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/cropped-FAV_OSMOSEA-240x240.png 240w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/cropped-FAV_OSMOSEA-270x270.png 270w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/cropped-FAV_OSMOSEA-192x192.png 192w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/cropped-FAV_OSMOSEA-32x32.png 32w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/elementor\/thumbs\/cropped-FAV_OSMOSEA-q8putlngxazzsdssnvfe5p0whv7c6tgu5usn0cw6i0.png 100w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/elementor\/thumbs\/cropped-FAV_OSMOSEA-q8putlngbdlrzdpxgezt3nlpz73iuxuz7yi1xnnkhg.png 50w\" sizes=\"(max-width: 512px) 100vw, 512px\" \/>\t\t\t\t\t\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<div class=\"elementor-element elementor-element-8323789 divider_yes elementor-widget elementor-widget-wgl-double-headings\" data-id=\"8323789\" data-element_type=\"widget\" data-widget_type=\"wgl-double-headings.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div class=\"wgl-double_heading aleft\">\t\t\t\t<h3 class=\"dbl-title_wrapper\"><span class=\"dbl-title dbl-title_1\">Classic 321S<\/span> \t\t\t\t<\/h3>\t\t<\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6931419 elementor-widget elementor-widget-image\" data-id=\"6931419\" data-element_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<div class=\"elementor-image\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"667\" height=\"439\" src=\"https:\/\/osmosea.it\/wp-content\/uploads\/2025\/11\/CLASSIC-321S.jpg\" class=\"attachment-full size-full wp-image-15989\" alt=\"\" srcset=\"https:\/\/osmosea.it\/wp-content\/uploads\/2025\/11\/CLASSIC-321S.jpg 667w, https:\/\/osmosea.it\/wp-content\/uploads\/2025\/11\/CLASSIC-321S-300x197.jpg 300w\" sizes=\"(max-width: 667px) 100vw, 667px\" \/>\t\t\t\t\t\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<div class=\"elementor-element elementor-element-ac3d688 elementor-widget elementor-widget-template\" data-id=\"ac3d688\" data-element_type=\"widget\" data-widget_type=\"template.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-template\">\n\t\t\t\t\t<div data-elementor-type=\"section\" data-elementor-id=\"12247\" class=\"elementor elementor-12247 elementor-7767\" data-elementor-post-type=\"elementor_library\">\n\t\t\t\t\t<div class=\"elementor-section-wrap\">\n\t\t\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-55046dbe elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"55046dbe\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-2935dad4\" data-id=\"2935dad4\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-57b4ed0 elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"57b4ed0\" data-element_type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img decoding=\"async\" src=\"https:\/\/osmosea.it\/wp-content\/uploads\/elementor\/thumbs\/barca-motore-1-1-qcxdzrmwekisdrg5ggzajhirs9gy7e606n610pek8y.png\" title=\"barca-motore-1.png\" alt=\"barca-motore-1.png\" loading=\"lazy\" \/><\/figure><div class=\"elementor-image-box-content\"><p class=\"elementor-image-box-title\">engine<\/p><\/div><\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\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-top-column elementor-element elementor-element-4064924f\" data-id=\"4064924f\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-6b45bd47 elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"6b45bd47\" data-element_type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img decoding=\"async\" src=\"https:\/\/osmosea.it\/wp-content\/uploads\/elementor\/thumbs\/catamarano-1-1-qcxdzskqlek2pdesazdx3za8dncbf39qirtihzd62q.png\" title=\"catamarano-1.png\" alt=\"catamarano-1.png\" loading=\"lazy\" \/><\/figure><div class=\"elementor-image-box-content\"><p class=\"elementor-image-box-title\">Catamaran<\/p><\/div><\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\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-top-column elementor-element elementor-element-10055bf1\" data-id=\"10055bf1\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-730e5c3e elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"730e5c3e\" data-element_type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img decoding=\"async\" src=\"https:\/\/osmosea.it\/wp-content\/uploads\/elementor\/thumbs\/houseboat-qcqfo2knmq6t7nfufm6vy21o8sz2lzcvivzszt4wle.png\" title=\"houseboat\" alt=\"houseboat\" loading=\"lazy\" \/><\/figure><div class=\"elementor-image-box-content\"><p class=\"elementor-image-box-title\">houseboat<\/p><\/div><\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\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-47bd436 elementor-hidden-desktop elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"47bd436\" data-element_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\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8c62a8f\" data-id=\"8c62a8f\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-361a9bf elementor-widget elementor-widget-heading\" data-id=\"361a9bf\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Features<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-89813e6 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"89813e6\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-people-arrows\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Crew: 5\/7 people<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-tint\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Capacity: 140 lit\/h<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-plug\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Power supply: 230\/110 VAC<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"#\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-battery-half\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Consumption: 2 kW<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"#\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-weight-hanging\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Weight: 57 kg<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\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-e3ff84b\" data-id=\"e3ff84b\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-90cd27f elementor-widget elementor-widget-heading\" data-id=\"90cd27f\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Accessories<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8d28a2a elementor-widget elementor-widget-wgl-toggle-accordion\" data-id=\"8d28a2a\" data-element_type=\"widget\" data-widget_type=\"wgl-toggle-accordion.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"wgl-accordion icon-custom\" id=\"wgl-accordion-8d28a2a\" data-type=\"accordion\">\t\t\t\t<div class=\"wgl-accordion_panel\">\r\n\t\t\t\t\t<h4 id=\"wgl-accordion_header-1481\" class=\"wgl-accordion_header\" data-default=\"\">\r\n\t\t\t\t\t\t<span class=\"wgl-accordion_title\">Included<\/span>\r\n\t\t\t\t\t\t<i class=\"wgl-accordion_icon fa fa-angle-right\"><\/i>\t\t\t\t\t<\/h4>\r\n\t\t\t\t\t<div class=\"wgl-accordion_content\"><ul>\n<li>Stainless Steel Feed Pump<\/li>\n<li>Pre-filter<\/li>\n<li>Post-filter<\/li>\n<li>Carbon filter for flushing<\/li>\n<li>Watermaker control unit with Micro Computer<\/li>\n<li>Flushing System<\/li>\n<li>Carbon Filter for Flushing<\/li>\n<li>Installation Kit (Pipes, Fittings, Clamps)<\/li>\n<\/ul><\/div>\r\n\t\t\t\t<\/div>\r\n\t\t<\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a744593 elementor-widget elementor-widget-wgl-toggle-accordion\" data-id=\"a744593\" data-element_type=\"widget\" data-widget_type=\"wgl-toggle-accordion.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"wgl-accordion icon-custom\" id=\"wgl-accordion-a744593\" data-type=\"accordion\">\t\t\t\t<div class=\"wgl-accordion_panel\">\r\n\t\t\t\t\t<h4 id=\"wgl-accordion_header-1751\" class=\"wgl-accordion_header\" data-default=\"no\">\r\n\t\t\t\t\t\t<span class=\"wgl-accordion_title\">Optional<\/span>\r\n\t\t\t\t\t\t<i class=\"wgl-accordion_icon fa fa-angle-right\"><\/i>\t\t\t\t\t<\/h4>\r\n\t\t\t\t\t<div class=\"wgl-accordion_content\"><ul>\n<li>Maintenance Kit (N.1 spare filters set, filter wrench, cleaning and wintering products, High Pressure Pump Oil)<\/li> \t\n<\/ul><\/div>\r\n\t\t\t\t<\/div>\r\n\t\t<\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-bfa384d elementor-widget elementor-widget-wgl-toggle-accordion\" data-id=\"bfa384d\" data-element_type=\"widget\" data-widget_type=\"wgl-toggle-accordion.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"wgl-accordion icon-custom\" id=\"wgl-accordion-bfa384d\" data-type=\"accordion\">\t\t\t\t<div class=\"wgl-accordion_panel\">\r\n\t\t\t\t\t<h4 id=\"wgl-accordion_header-2001\" class=\"wgl-accordion_header\" data-default=\"no\">\r\n\t\t\t\t\t\t<span class=\"wgl-accordion_title\">Control panel functions<\/span>\r\n\t\t\t\t\t\t<i class=\"wgl-accordion_icon fa fa-angle-right\"><\/i>\t\t\t\t\t<\/h4>\r\n\t\t\t\t\t<div class=\"wgl-accordion_content\"><ul>\n \t<li>Start\/Stop<\/li>\n \t<li>Start Flushing<\/li> \t\n \t<li>Salininometer on freshwater produced<\/li>\n<\/ul><\/div>\r\n\t\t\t\t<\/div>\r\n\t\t<\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\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-5995bda elementor-hidden-desktop elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"5995bda\" data-element_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\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-7093680\" data-id=\"7093680\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-f66187b divider_yes elementor-widget elementor-widget-wgl-double-headings\" data-id=\"f66187b\" data-element_type=\"widget\" data-widget_type=\"wgl-double-headings.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div class=\"wgl-double_heading acenter\">\t\t\t\t<h3 class=\"dbl-title_wrapper\"><span class=\"dbl-title dbl-title_1\">Download technical sheet<\/span> \t\t\t\t<\/h3>\t\t<\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\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-6641c3c\" data-id=\"6641c3c\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-8c71c03 elementor-align-center elementor-widget-icon-box wgl-icon-box elementor-widget elementor-widget-wgl-button\" data-id=\"8c71c03\" data-element_type=\"widget\" data-widget_type=\"wgl-button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper elementor-button-icon\">\r\n\t\t\t<a class=\"elementor-button-link wgl-button elementor-button button-size-sm\" href=\"https:\/\/osmosea.it\/pdf\/classic\/disegni-tecnici-classic-321s-en.zip\" target=\"_blank\" role=\"button\">\t\t\t\t<div class=\"button-content-wrapper elementor-align-icon-left\">\r\n\t\t\t\t\t<div class=\"elementor-button-wrapper elementor-button-icon wgl-widget_wrapper elementor-icon-box-icon\"><div class=\"wgl-widget_container\"><span class=\"wgl-icon elementor-icon\" ><i class=\"icon fa fa-arrow-circle-down\"><\/i><\/span><\/div><\/div>\t\t\t\t\t<span class=\"elementor-button-text\">DOWNLOAD<\/span>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t<\/a>\r\n\t\t<\/div>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\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-5701a87 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"5701a87\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1dd6127 elementor-widget elementor-widget-menu-anchor\" data-id=\"1dd6127\" data-element_type=\"widget\" data-widget_type=\"menu-anchor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div id=\"Classic240S\" class=\"elementor-menu-anchor\"><\/div>\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-c2995ae elementor-hidden-tablet elementor-hidden-mobile elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"c2995ae\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-a1f73cf\" data-id=\"a1f73cf\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-a51bd18 elementor-widget elementor-widget-image\" data-id=\"a51bd18\" data-element_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<div class=\"elementor-image\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"667\" height=\"439\" src=\"https:\/\/osmosea.it\/wp-content\/uploads\/2024\/05\/CLASSIC-240S.jpg\" class=\"attachment-large size-large wp-image-15504\" alt=\"\" srcset=\"https:\/\/osmosea.it\/wp-content\/uploads\/2024\/05\/CLASSIC-240S.jpg 667w, https:\/\/osmosea.it\/wp-content\/uploads\/2024\/05\/CLASSIC-240S-300x197.jpg 300w\" sizes=\"(max-width: 667px) 100vw, 667px\" \/>\t\t\t\t\t\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\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-3acf9e7\" data-id=\"3acf9e7\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-5d94018 elementor-widget elementor-widget-image\" data-id=\"5d94018\" data-element_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<div class=\"elementor-image\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"512\" height=\"512\" src=\"https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/cropped-FAV_OSMOSEA.png\" class=\"attachment-large size-large wp-image-2140\" alt=\"\" srcset=\"https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/cropped-FAV_OSMOSEA.png 512w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/cropped-FAV_OSMOSEA-300x300.png 300w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/cropped-FAV_OSMOSEA-150x150.png 150w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/cropped-FAV_OSMOSEA-440x440.png 440w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/cropped-FAV_OSMOSEA-180x180.png 180w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/cropped-FAV_OSMOSEA-120x120.png 120w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/cropped-FAV_OSMOSEA-240x240.png 240w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/cropped-FAV_OSMOSEA-270x270.png 270w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/cropped-FAV_OSMOSEA-192x192.png 192w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/cropped-FAV_OSMOSEA-32x32.png 32w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/elementor\/thumbs\/cropped-FAV_OSMOSEA-q8putlngxazzsdssnvfe5p0whv7c6tgu5usn0cw6i0.png 100w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/elementor\/thumbs\/cropped-FAV_OSMOSEA-q8putlngbdlrzdpxgezt3nlpz73iuxuz7yi1xnnkhg.png 50w\" sizes=\"(max-width: 512px) 100vw, 512px\" \/>\t\t\t\t\t\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<div class=\"elementor-element elementor-element-7218cc2 divider_yes elementor-widget elementor-widget-wgl-double-headings\" data-id=\"7218cc2\" data-element_type=\"widget\" data-widget_type=\"wgl-double-headings.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div class=\"wgl-double_heading aleft\">\t\t\t\t<h3 class=\"dbl-title_wrapper\"><span class=\"dbl-title dbl-title_1\">Classic 240S<\/span> \t\t\t\t<\/h3>\t\t<\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b6ddbf3 elementor-widget elementor-widget-spacer\" data-id=\"b6ddbf3\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e845365 elementor-widget elementor-widget-heading\" data-id=\"e845365\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Use<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-adca45e elementor-widget elementor-widget-template\" data-id=\"adca45e\" data-element_type=\"widget\" data-widget_type=\"template.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-template\">\n\t\t\t\t\t<div data-elementor-type=\"section\" data-elementor-id=\"12253\" class=\"elementor elementor-12253 elementor-6925\" data-elementor-post-type=\"elementor_library\">\n\t\t\t\t\t<div class=\"elementor-section-wrap\">\n\t\t\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-5c6b2cd elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"5c6b2cd\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-38cb2ab\" data-id=\"38cb2ab\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-be0db5b elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"be0db5b\" data-element_type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img loading=\"lazy\" decoding=\"async\" width=\"1067\" height=\"1067\" src=\"https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/barca-motore.png\" class=\"attachment-full size-full wp-image-5942\" alt=\"\" srcset=\"https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/barca-motore.png 1067w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/barca-motore-300x300.png 300w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/barca-motore-1024x1024.png 1024w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/barca-motore-150x150.png 150w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/barca-motore-768x768.png 768w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/barca-motore-700x700.png 700w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/barca-motore-440x440.png 440w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/barca-motore-180x180.png 180w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/barca-motore-120x120.png 120w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/barca-motore-540x540.png 540w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/barca-motore-240x240.png 240w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/elementor\/thumbs\/barca-motore-qcn5q3y3u9scnaxpv9xrsidn7ss2il6lrbu590nzeq.png 45w\" sizes=\"(max-width: 1067px) 100vw, 1067px\" \/><\/figure><div class=\"elementor-image-box-content\"><p class=\"elementor-image-box-title\">engine<\/p><\/div><\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\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-25 elementor-top-column elementor-element elementor-element-cc5fca9\" data-id=\"cc5fca9\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-253266a elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"253266a\" data-element_type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img loading=\"lazy\" decoding=\"async\" width=\"1067\" height=\"1067\" src=\"https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/catamarano.png\" class=\"attachment-full size-full wp-image-5944\" alt=\"\" srcset=\"https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/catamarano.png 1067w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/catamarano-300x300.png 300w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/catamarano-1024x1024.png 1024w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/catamarano-150x150.png 150w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/catamarano-768x768.png 768w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/catamarano-700x700.png 700w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/catamarano-440x440.png 440w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/catamarano-180x180.png 180w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/catamarano-120x120.png 120w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/catamarano-540x540.png 540w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/catamarano-240x240.png 240w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/elementor\/thumbs\/catamarano-qcn5rwsyxu94webicjz12k0g7dwe9pc308und3zthe.png 45w\" sizes=\"(max-width: 1067px) 100vw, 1067px\" \/><\/figure><div class=\"elementor-image-box-content\"><p class=\"elementor-image-box-title\">catamaran<\/p><\/div><\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\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-25 elementor-top-column elementor-element elementor-element-6bf7430\" data-id=\"6bf7430\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-ec96654 elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"ec96654\" data-element_type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img loading=\"lazy\" decoding=\"async\" width=\"1067\" height=\"1067\" src=\"https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/casa-mare.png\" class=\"attachment-full size-full wp-image-6931\" alt=\"\" srcset=\"https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/casa-mare.png 1067w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/casa-mare-300x300.png 300w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/casa-mare-1024x1024.png 1024w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/casa-mare-150x150.png 150w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/casa-mare-768x768.png 768w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/casa-mare-700x700.png 700w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/casa-mare-440x440.png 440w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/casa-mare-180x180.png 180w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/casa-mare-120x120.png 120w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/casa-mare-540x540.png 540w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/casa-mare-240x240.png 240w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/elementor\/thumbs\/casa-mare-qcqfku0o39r98055c7t5cvgil0xk3ii5qv3lhhxq0y.png 45w\" sizes=\"(max-width: 1067px) 100vw, 1067px\" \/><\/figure><div class=\"elementor-image-box-content\"><p class=\"elementor-image-box-title\">seaside villa<\/p><\/div><\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\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-25 elementor-top-column elementor-element elementor-element-7d9da7f\" data-id=\"7d9da7f\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\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-b76021c elementor-hidden-tablet elementor-hidden-mobile elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"b76021c\" data-element_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\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-3acd19c\" data-id=\"3acd19c\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-4270259 elementor-widget elementor-widget-heading\" data-id=\"4270259\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Features<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-48cb1c1 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"48cb1c1\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-people-arrows\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Crew: 8\/10 people<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-tint\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Capacity: 200 lit\/h<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-plug\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Power supply: 230\/110\/400 VAC<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"#\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-battery-half\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Consumption: 2.4 kW<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"#\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-weight-hanging\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Weight: 75 kg<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\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-feb957c\" data-id=\"feb957c\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-ed97fa9 elementor-widget elementor-widget-heading\" data-id=\"ed97fa9\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Accessories<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8635a1e elementor-widget elementor-widget-wgl-toggle-accordion\" data-id=\"8635a1e\" data-element_type=\"widget\" data-widget_type=\"wgl-toggle-accordion.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"wgl-accordion icon-custom\" id=\"wgl-accordion-8635a1e\" data-type=\"accordion\">\t\t\t\t<div class=\"wgl-accordion_panel\">\r\n\t\t\t\t\t<h4 id=\"wgl-accordion_header-1401\" class=\"wgl-accordion_header\" data-default=\"\">\r\n\t\t\t\t\t\t<span class=\"wgl-accordion_title\">Included<\/span>\r\n\t\t\t\t\t\t<i class=\"wgl-accordion_icon fa fa-angle-right\"><\/i>\t\t\t\t\t<\/h4>\r\n\t\t\t\t\t<div class=\"wgl-accordion_content\"><ul>\n<li>Stainless Steel Feed Pump<\/li>\n<li>Pre-filter<\/li>\n<li>Post-filter<\/li>\n<li>Carbon filter for flushing<\/li>\n<li>Watermaker control unit with Micro Computer<\/li>\n<li>Flushing System<\/li>\n<li>Carbon Filter for Flushing<\/li>\n<li>Installation Kit (Pipes, Fittings, Clamps)<\/li>\n<\/ul><\/div>\r\n\t\t\t\t<\/div>\r\n\t\t<\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5101217 elementor-widget elementor-widget-wgl-toggle-accordion\" data-id=\"5101217\" data-element_type=\"widget\" data-widget_type=\"wgl-toggle-accordion.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"wgl-accordion icon-custom\" id=\"wgl-accordion-5101217\" data-type=\"accordion\">\t\t\t\t<div class=\"wgl-accordion_panel\">\r\n\t\t\t\t\t<h4 id=\"wgl-accordion_header-8491\" class=\"wgl-accordion_header\" data-default=\"no\">\r\n\t\t\t\t\t\t<span class=\"wgl-accordion_title\">Optional<\/span>\r\n\t\t\t\t\t\t<i class=\"wgl-accordion_icon fa fa-angle-right\"><\/i>\t\t\t\t\t<\/h4>\r\n\t\t\t\t\t<div class=\"wgl-accordion_content\"><ul>\n<li>Maintenance Kit (N.1 spare filters set, filter wrench, cleaning and wintering products, High Pressure Pump Oil)<\/li> \t\n<\/ul><\/div>\r\n\t\t\t\t<\/div>\r\n\t\t<\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-29cd1d5 elementor-widget elementor-widget-wgl-toggle-accordion\" data-id=\"29cd1d5\" data-element_type=\"widget\" data-widget_type=\"wgl-toggle-accordion.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"wgl-accordion icon-custom\" id=\"wgl-accordion-29cd1d5\" data-type=\"accordion\">\t\t\t\t<div class=\"wgl-accordion_panel\">\r\n\t\t\t\t\t<h4 id=\"wgl-accordion_header-4381\" class=\"wgl-accordion_header\" data-default=\"no\">\r\n\t\t\t\t\t\t<span class=\"wgl-accordion_title\">Control panel functions<\/span>\r\n\t\t\t\t\t\t<i class=\"wgl-accordion_icon fa fa-angle-right\"><\/i>\t\t\t\t\t<\/h4>\r\n\t\t\t\t\t<div class=\"wgl-accordion_content\"><ul>\n \t<li>Start\/Stop<\/li>\n \t<li>Start Flushing<\/li> \t\n \t<li>Salininometer on freshwater produced<\/li>\n<\/ul><\/div>\r\n\t\t\t\t<\/div>\r\n\t\t<\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\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-2e09317 elementor-hidden-tablet elementor-hidden-mobile elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"2e09317\" data-element_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-no\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-cffd5c6\" data-id=\"cffd5c6\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-f4ad522 divider_yes elementor-widget elementor-widget-wgl-double-headings\" data-id=\"f4ad522\" data-element_type=\"widget\" data-widget_type=\"wgl-double-headings.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div class=\"wgl-double_heading aleft\">\t\t\t\t<h3 class=\"dbl-title_wrapper\"><span class=\"dbl-title dbl-title_1\">Technical features<\/span> \t\t\t\t<\/h3>\t\t<\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9af2e48 plus-border-yes elementor-widget elementor-widget-tp-table\" data-id=\"9af2e48\" data-element_type=\"widget\" data-widget_type=\"tp-table.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div itemscope class=\"plus-table-wrapper   tp-table-mobresswipe\" itemtype=\"http:\/\/schema.org\/Table\">\n\n\t\t\t<table id=\"plus-table-id-9af2e48\" class=\"plus-table plus-text-break plus-column-rules\" data-sort-table=\"no\" data-show-entry=\"no\" data-searchable=\"no\">\n\t\t\t\t\t\t\t\t<thead>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<tr class=\"plus-table-row\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<th id=\"tooltip6a231f5c3206f\"data-sort=\"0\" class=\"sort-this elementor-repeater-item-9c3e1a5 plus-table-col\" rowspan=\"2\" data-local=\"true\"  scope=\"col\">\n\t\t\t\t\t\t\t\t\t<span class=\"sort-style\">\n\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/LOGO_CLASSIC.png\" class=\"plus-col-img--left\" title=\"LOGO_CLASSIC\" alt=\"LOGO_CLASSIC\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text-inner\"><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span> \n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/th>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<th id=\"tooltip6a231f5c320a7\"data-sort=\"1\" class=\"sort-this elementor-repeater-item-09485b5 plus-table-col\" colspan=\"3\" data-local=\"true\"  scope=\"col\">\n\t\t\t\t\t\t\t\t\t<span class=\"sort-style\">\n\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text-inner\">Production<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span> \n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/th>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<th id=\"tooltip6a231f5c320be\"data-sort=\"2\" class=\"sort-this elementor-repeater-item-bb9b978 plus-table-col\" rowspan=\"2\" data-local=\"true\"  scope=\"col\">\n\t\t\t\t\t\t\t\t\t<span class=\"sort-style\">\n\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text-inner\">Voltage<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span> \n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/th>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<th id=\"tooltip6a231f5c320d1\"data-sort=\"3\" class=\"sort-this elementor-repeater-item-d9e2323 plus-table-col\" colspan=\"2\" rowspan=\"2\" data-local=\"true\"  scope=\"col\">\n\t\t\t\t\t\t\t\t\t<span class=\"sort-style\">\n\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text-inner\">Power consumption<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span> \n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/th>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<th id=\"tooltip6a231f5c320e4\"data-sort=\"4\" class=\"sort-this elementor-repeater-item-47f4fa1 plus-table-col\" rowspan=\"2\" data-local=\"true\"  scope=\"col\">\n\t\t\t\t\t\t\t\t\t<span class=\"sort-style\">\n\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text-inner\">Weight (kg)<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span> \n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/th>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/tr><tr class=\"plus-table-row\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<th id=\"tooltip6a231f5c32103\"class=\"sort-this elementor-repeater-item-6a069c1 plus-table-col\" data-local=\"true\"  scope=\"col\">\n\t\t\t\t\t\t\t\t\t<span class=\"sort-style\">\n\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text-inner\">Lit\/h<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span> \n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/th>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<th id=\"tooltip6a231f5c32111\"class=\"sort-this elementor-repeater-item-4ca78f5 plus-table-col\" data-local=\"true\"  scope=\"col\">\n\t\t\t\t\t\t\t\t\t<span class=\"sort-style\">\n\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text-inner\">Lit\/day<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span> \n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/th>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<th id=\"tooltip6a231f5c3211e\"class=\"sort-this elementor-repeater-item-983d987 plus-table-col\" data-local=\"true\"  scope=\"col\">\n\t\t\t\t\t\t\t\t\t<span class=\"sort-style\">\n\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text-inner\">Gal\/day<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span> \n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/th>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/thead>\n\t\t\t\t\t\t\t\t<tbody>\n\t\t\t\t\t<!-- ROWS -->\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<tr data-entry=\"1\" class=\"plus-table-row\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<td id=\"tooltip6a231f5c32148\"class=\"plus-table-col elementor-repeater-item-875239d\" rowspan=\"3\" data-title=\"Lit\/h\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text-inner\"><strong>Classic 240S<\/strong><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<td id=\"tooltip6a231f5c32186\"class=\"plus-table-col elementor-repeater-item-7fed5ec\" rowspan=\"3\" data-title=\"Lit\/day\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text-inner\">200<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<td id=\"tooltip6a231f5c3219b\"class=\"plus-table-col elementor-repeater-item-83e4b2f\" rowspan=\"3\" data-title=\"Gal\/day\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text-inner\">4800<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<td id=\"tooltip6a231f5c321ae\"class=\"plus-table-col elementor-repeater-item-74c1271\" rowspan=\"3\" data-title=\"Power consumption\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text-inner\">1268,2<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<td id=\"tooltip6a231f5c321c0\"class=\"plus-table-col elementor-repeater-item-f8d20c1\" data-title=\"Weight (kg)\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text-inner\">230 VAC<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<td id=\"tooltip6a231f5c321d1\"class=\"plus-table-col elementor-repeater-item-8cfcd66\" colspan=\"2\" rowspan=\"3\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text-inner\">2.4 kW<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<td id=\"tooltip6a231f5c321e3\"class=\"plus-table-col elementor-repeater-item-d9e74b2\" rowspan=\"3\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text-inner\">75<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/tr><tr data-entry=\"2\" class=\"plus-table-row\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<td id=\"tooltip6a231f5c32200\"class=\"plus-table-col elementor-repeater-item-d6ed870\" data-title=\"Lit\/h\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text-inner\">110 VAC<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/tr><tr data-entry=\"3\" class=\"plus-table-row\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<td id=\"tooltip6a231f5c3222a\"class=\"plus-table-col elementor-repeater-item-75f86ab\" data-title=\"Lit\/h\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text-inner\">400 VAC<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/tbody>\n\t\t\t<\/table>\n\n\t\t<\/div>\n\t\t<style>#plus-table-id-9af2e48 th,#plus-table-id-9af2e48 th .plus-table__text{ margin:0 auto;text-align:center;}<\/style>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\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-4c081b0 elementor-hidden-mobile elementor-hidden-tablet elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"4c081b0\" data-element_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-no\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-2074a59\" data-id=\"2074a59\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-342c00b divider_yes elementor-widget elementor-widget-wgl-double-headings\" data-id=\"342c00b\" data-element_type=\"widget\" data-widget_type=\"wgl-double-headings.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div class=\"wgl-double_heading aleft\">\t\t\t\t<h3 class=\"dbl-title_wrapper\"><span class=\"dbl-title dbl-title_1\">Download technical sheet<\/span> \t\t\t\t<\/h3>\t\t<\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\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-cf7999b\" data-id=\"cf7999b\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-86df0ef elementor-align-center elementor-widget-icon-box wgl-icon-box elementor-widget elementor-widget-wgl-button\" data-id=\"86df0ef\" data-element_type=\"widget\" data-widget_type=\"wgl-button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper elementor-button-icon\">\r\n\t\t\t<a class=\"elementor-button-link wgl-button elementor-button button-size-sm\" href=\"https:\/\/osmosea.it\/pdf\/classic\/disegni-tecnici-classic-240s-en.zip\" target=\"_blank\" role=\"button\">\t\t\t\t<div class=\"button-content-wrapper elementor-align-icon-left\">\r\n\t\t\t\t\t<div class=\"elementor-button-wrapper elementor-button-icon wgl-widget_wrapper elementor-icon-box-icon\"><div class=\"wgl-widget_container\"><span class=\"wgl-icon elementor-icon\" ><i class=\"icon fa fa-arrow-circle-down\"><\/i><\/span><\/div><\/div>\t\t\t\t\t<span class=\"elementor-button-text\">DOWNLOAD<\/span>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t<\/a>\r\n\t\t<\/div>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\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-0fbbc64 elementor-hidden-desktop elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"0fbbc64\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-34e21c6\" data-id=\"34e21c6\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-ec64dda elementor-widget elementor-widget-image\" data-id=\"ec64dda\" data-element_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<div class=\"elementor-image\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"512\" height=\"512\" src=\"https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/cropped-FAV_OSMOSEA.png\" class=\"attachment-full size-full wp-image-2140\" alt=\"\" srcset=\"https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/cropped-FAV_OSMOSEA.png 512w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/cropped-FAV_OSMOSEA-300x300.png 300w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/cropped-FAV_OSMOSEA-150x150.png 150w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/cropped-FAV_OSMOSEA-440x440.png 440w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/cropped-FAV_OSMOSEA-180x180.png 180w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/cropped-FAV_OSMOSEA-120x120.png 120w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/cropped-FAV_OSMOSEA-240x240.png 240w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/cropped-FAV_OSMOSEA-270x270.png 270w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/cropped-FAV_OSMOSEA-192x192.png 192w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/cropped-FAV_OSMOSEA-32x32.png 32w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/elementor\/thumbs\/cropped-FAV_OSMOSEA-q8putlngxazzsdssnvfe5p0whv7c6tgu5usn0cw6i0.png 100w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/elementor\/thumbs\/cropped-FAV_OSMOSEA-q8putlngbdlrzdpxgezt3nlpz73iuxuz7yi1xnnkhg.png 50w\" sizes=\"(max-width: 512px) 100vw, 512px\" \/>\t\t\t\t\t\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<div class=\"elementor-element elementor-element-bf5e08c divider_yes elementor-widget elementor-widget-wgl-double-headings\" data-id=\"bf5e08c\" data-element_type=\"widget\" data-widget_type=\"wgl-double-headings.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div class=\"wgl-double_heading aleft\">\t\t\t\t<h3 class=\"dbl-title_wrapper\"><span class=\"dbl-title dbl-title_1\">Classic 240S<\/span> \t\t\t\t<\/h3>\t\t<\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-77f9364 elementor-widget elementor-widget-image\" data-id=\"77f9364\" data-element_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<div class=\"elementor-image\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"667\" height=\"439\" src=\"https:\/\/osmosea.it\/wp-content\/uploads\/2024\/05\/CLASSIC-240S.jpg\" class=\"attachment-full size-full wp-image-15504\" alt=\"\" srcset=\"https:\/\/osmosea.it\/wp-content\/uploads\/2024\/05\/CLASSIC-240S.jpg 667w, https:\/\/osmosea.it\/wp-content\/uploads\/2024\/05\/CLASSIC-240S-300x197.jpg 300w\" sizes=\"(max-width: 667px) 100vw, 667px\" \/>\t\t\t\t\t\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<div class=\"elementor-element elementor-element-331261f elementor-widget elementor-widget-template\" data-id=\"331261f\" data-element_type=\"widget\" data-widget_type=\"template.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-template\">\n\t\t\t\t\t<div data-elementor-type=\"section\" data-elementor-id=\"12249\" class=\"elementor elementor-12249 elementor-6946\" data-elementor-post-type=\"elementor_library\">\n\t\t\t\t\t<div class=\"elementor-section-wrap\">\n\t\t\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-f26814a elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"f26814a\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-4c80898\" data-id=\"4c80898\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-2e224b2 elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"2e224b2\" data-element_type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img decoding=\"async\" src=\"https:\/\/osmosea.it\/wp-content\/uploads\/elementor\/thumbs\/barca-motore-1-qcqf7ym8hy4w88u9i5i2pme9q2dloqehn5h7w30t8i.png\" title=\"barca-motore.png\" alt=\"barca-motore.png\" loading=\"lazy\" \/><\/figure><div class=\"elementor-image-box-content\"><p class=\"elementor-image-box-title\">engine<\/p><\/div><\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\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-top-column elementor-element elementor-element-b3e1f7a\" data-id=\"b3e1f7a\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-9b87920 elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"9b87920\" data-element_type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img decoding=\"async\" src=\"https:\/\/osmosea.it\/wp-content\/uploads\/elementor\/thumbs\/catamarano-1-qcqf80hwvm7gvgrj76bbulx6wu4c44lybes6umy0w2.png\" title=\"catamarano.png\" alt=\"catamarano.png\" loading=\"lazy\" \/><\/figure><div class=\"elementor-image-box-content\"><p class=\"elementor-image-box-title\">Catamaran<\/p><\/div><\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\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-top-column elementor-element elementor-element-6910135\" data-id=\"6910135\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-f09e4ff elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"f09e4ff\" data-element_type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img decoding=\"async\" src=\"https:\/\/osmosea.it\/wp-content\/uploads\/elementor\/thumbs\/casa-mare-qcqfku0o39r98055c7t5cvgil0xk3ii5qv3lhhxq0y.png\" title=\"casa-mare\" alt=\"casa-mare\" loading=\"lazy\" \/><\/figure><div class=\"elementor-image-box-content\"><p class=\"elementor-image-box-title\">seaside villa<\/p><\/div><\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\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-527d56e elementor-hidden-desktop elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"527d56e\" data-element_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\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-797bac6\" data-id=\"797bac6\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-5abf20e elementor-widget elementor-widget-heading\" data-id=\"5abf20e\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Features<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e63c3b8 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"e63c3b8\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-people-arrows\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Crew: 8\/10 people<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-tint\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Capacity: 200 lit\/h<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-plug\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Power supply: 230\/110\/400 VAC<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"#\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-battery-half\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Consumption: 2.4 kW<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"#\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-weight-hanging\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Weight: 75 kg<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\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-1ec76f4\" data-id=\"1ec76f4\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-aff064a elementor-widget elementor-widget-heading\" data-id=\"aff064a\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Accessories<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-107713a elementor-widget elementor-widget-wgl-toggle-accordion\" data-id=\"107713a\" data-element_type=\"widget\" data-widget_type=\"wgl-toggle-accordion.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"wgl-accordion icon-custom\" id=\"wgl-accordion-107713a\" data-type=\"accordion\">\t\t\t\t<div class=\"wgl-accordion_panel\">\r\n\t\t\t\t\t<h4 id=\"wgl-accordion_header-1721\" class=\"wgl-accordion_header\" data-default=\"\">\r\n\t\t\t\t\t\t<span class=\"wgl-accordion_title\">Included<\/span>\r\n\t\t\t\t\t\t<i class=\"wgl-accordion_icon fa fa-angle-right\"><\/i>\t\t\t\t\t<\/h4>\r\n\t\t\t\t\t<div class=\"wgl-accordion_content\"><ul>\n<li>Stainless Steel Feed Pump<\/li>\n<li>Pre-filter<\/li>\n<li>Post-filter<\/li>\n<li>Carbon filter for flushing<\/li>\n<li>Watermaker control unit with Micro Computer<\/li>\n<li>Flushing System<\/li>\n<li>Carbon Filter for Flushing<\/li>\n<li>Installation Kit (Pipes, Fittings, Clamps)<\/li>\n<\/ul><\/div>\r\n\t\t\t\t<\/div>\r\n\t\t<\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f253a6f elementor-widget elementor-widget-wgl-toggle-accordion\" data-id=\"f253a6f\" data-element_type=\"widget\" data-widget_type=\"wgl-toggle-accordion.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"wgl-accordion icon-custom\" id=\"wgl-accordion-f253a6f\" data-type=\"accordion\">\t\t\t\t<div class=\"wgl-accordion_panel\">\r\n\t\t\t\t\t<h4 id=\"wgl-accordion_header-2541\" class=\"wgl-accordion_header\" data-default=\"no\">\r\n\t\t\t\t\t\t<span class=\"wgl-accordion_title\">Optional<\/span>\r\n\t\t\t\t\t\t<i class=\"wgl-accordion_icon fa fa-angle-right\"><\/i>\t\t\t\t\t<\/h4>\r\n\t\t\t\t\t<div class=\"wgl-accordion_content\"><ul>\n<li>Maintenance Kit (N.1 spare filters set, filter wrench, cleaning and wintering products, High Pressure Pump Oil)<\/li> \t\n<\/ul><\/div>\r\n\t\t\t\t<\/div>\r\n\t\t<\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-557905b elementor-widget elementor-widget-wgl-toggle-accordion\" data-id=\"557905b\" data-element_type=\"widget\" data-widget_type=\"wgl-toggle-accordion.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"wgl-accordion icon-custom\" id=\"wgl-accordion-557905b\" data-type=\"accordion\">\t\t\t\t<div class=\"wgl-accordion_panel\">\r\n\t\t\t\t\t<h4 id=\"wgl-accordion_header-8961\" class=\"wgl-accordion_header\" data-default=\"no\">\r\n\t\t\t\t\t\t<span class=\"wgl-accordion_title\">Control panel functions<\/span>\r\n\t\t\t\t\t\t<i class=\"wgl-accordion_icon fa fa-angle-right\"><\/i>\t\t\t\t\t<\/h4>\r\n\t\t\t\t\t<div class=\"wgl-accordion_content\"><ul>\n \t<li>Start\/Stop<\/li>\n \t<li>Start Flushing<\/li> \t\n \t<li>Salininometer on freshwater produced<\/li>\n<\/ul><\/div>\r\n\t\t\t\t<\/div>\r\n\t\t<\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\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-74ceed2 elementor-hidden-desktop elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"74ceed2\" data-element_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\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-37d4bc5\" data-id=\"37d4bc5\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-175a1aa divider_yes elementor-widget elementor-widget-wgl-double-headings\" data-id=\"175a1aa\" data-element_type=\"widget\" data-widget_type=\"wgl-double-headings.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div class=\"wgl-double_heading acenter\">\t\t\t\t<h3 class=\"dbl-title_wrapper\"><span class=\"dbl-title dbl-title_1\">Scarica i disegni tecnici <\/span> \t\t\t\t<\/h3>\t\t<\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\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-781bb2b\" data-id=\"781bb2b\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-5398ae7 elementor-align-center elementor-widget-icon-box wgl-icon-box elementor-widget elementor-widget-wgl-button\" data-id=\"5398ae7\" data-element_type=\"widget\" data-widget_type=\"wgl-button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper elementor-button-icon\">\r\n\t\t\t<a class=\"elementor-button-link wgl-button elementor-button button-size-sm\" href=\"https:\/\/osmosea.it\/pdf\/classic\/disegni-tecnici-classic-240s-en.zip\" target=\"_blank\" role=\"button\">\t\t\t\t<div class=\"button-content-wrapper elementor-align-icon-left\">\r\n\t\t\t\t\t<div class=\"elementor-button-wrapper elementor-button-icon wgl-widget_wrapper elementor-icon-box-icon\"><div class=\"wgl-widget_container\"><span class=\"wgl-icon elementor-icon\" ><i class=\"icon fa fa-arrow-circle-down\"><\/i><\/span><\/div><\/div>\t\t\t\t\t<span class=\"elementor-button-text\">DOWNLOAD<\/span>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t<\/a>\r\n\t\t<\/div>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\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-2426f8f elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"2426f8f\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-122c033 elementor-widget elementor-widget-menu-anchor\" data-id=\"122c033\" data-element_type=\"widget\" data-widget_type=\"menu-anchor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div id=\"Classic140L\" class=\"elementor-menu-anchor\"><\/div>\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-bb194dd elementor-hidden-tablet elementor-hidden-mobile elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"bb194dd\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-563a275\" data-id=\"563a275\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-7c372b2 elementor-widget elementor-widget-image\" data-id=\"7c372b2\" data-element_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<div class=\"elementor-image\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"667\" height=\"439\" src=\"https:\/\/osmosea.it\/wp-content\/uploads\/2025\/10\/CLASSIC-140L.jpg\" class=\"attachment-large size-large wp-image-15892\" alt=\"\" srcset=\"https:\/\/osmosea.it\/wp-content\/uploads\/2025\/10\/CLASSIC-140L.jpg 667w, https:\/\/osmosea.it\/wp-content\/uploads\/2025\/10\/CLASSIC-140L-300x197.jpg 300w\" sizes=\"(max-width: 667px) 100vw, 667px\" \/>\t\t\t\t\t\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\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-e94e798\" data-id=\"e94e798\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-b4fac84 elementor-widget elementor-widget-image\" data-id=\"b4fac84\" data-element_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<div class=\"elementor-image\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"512\" height=\"512\" src=\"https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/cropped-FAV_OSMOSEA.png\" class=\"attachment-large size-large wp-image-2140\" alt=\"\" srcset=\"https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/cropped-FAV_OSMOSEA.png 512w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/cropped-FAV_OSMOSEA-300x300.png 300w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/cropped-FAV_OSMOSEA-150x150.png 150w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/cropped-FAV_OSMOSEA-440x440.png 440w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/cropped-FAV_OSMOSEA-180x180.png 180w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/cropped-FAV_OSMOSEA-120x120.png 120w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/cropped-FAV_OSMOSEA-240x240.png 240w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/cropped-FAV_OSMOSEA-270x270.png 270w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/cropped-FAV_OSMOSEA-192x192.png 192w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/cropped-FAV_OSMOSEA-32x32.png 32w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/elementor\/thumbs\/cropped-FAV_OSMOSEA-q8putlngxazzsdssnvfe5p0whv7c6tgu5usn0cw6i0.png 100w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/elementor\/thumbs\/cropped-FAV_OSMOSEA-q8putlngbdlrzdpxgezt3nlpz73iuxuz7yi1xnnkhg.png 50w\" sizes=\"(max-width: 512px) 100vw, 512px\" \/>\t\t\t\t\t\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<div class=\"elementor-element elementor-element-5fbbfa0 divider_yes elementor-widget elementor-widget-wgl-double-headings\" data-id=\"5fbbfa0\" data-element_type=\"widget\" data-widget_type=\"wgl-double-headings.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div class=\"wgl-double_heading aleft\">\t\t\t\t<h3 class=\"dbl-title_wrapper\"><span class=\"dbl-title dbl-title_1\">Classic 140L<\/span> \t\t\t\t<\/h3>\t\t<\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-126b31f elementor-widget elementor-widget-spacer\" data-id=\"126b31f\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-111d5eb elementor-widget elementor-widget-heading\" data-id=\"111d5eb\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Use<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d5da3da elementor-widget elementor-widget-template\" data-id=\"d5da3da\" data-element_type=\"widget\" data-widget_type=\"template.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-template\">\n\t\t\t\t\t<div data-elementor-type=\"section\" data-elementor-id=\"12253\" class=\"elementor elementor-12253 elementor-6925\" data-elementor-post-type=\"elementor_library\">\n\t\t\t\t\t<div class=\"elementor-section-wrap\">\n\t\t\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-5c6b2cd elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"5c6b2cd\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-38cb2ab\" data-id=\"38cb2ab\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-be0db5b elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"be0db5b\" data-element_type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img loading=\"lazy\" decoding=\"async\" width=\"1067\" height=\"1067\" src=\"https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/barca-motore.png\" class=\"attachment-full size-full wp-image-5942\" alt=\"\" srcset=\"https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/barca-motore.png 1067w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/barca-motore-300x300.png 300w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/barca-motore-1024x1024.png 1024w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/barca-motore-150x150.png 150w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/barca-motore-768x768.png 768w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/barca-motore-700x700.png 700w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/barca-motore-440x440.png 440w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/barca-motore-180x180.png 180w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/barca-motore-120x120.png 120w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/barca-motore-540x540.png 540w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/barca-motore-240x240.png 240w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/elementor\/thumbs\/barca-motore-qcn5q3y3u9scnaxpv9xrsidn7ss2il6lrbu590nzeq.png 45w\" sizes=\"(max-width: 1067px) 100vw, 1067px\" \/><\/figure><div class=\"elementor-image-box-content\"><p class=\"elementor-image-box-title\">engine<\/p><\/div><\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\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-25 elementor-top-column elementor-element elementor-element-cc5fca9\" data-id=\"cc5fca9\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-253266a elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"253266a\" data-element_type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img loading=\"lazy\" decoding=\"async\" width=\"1067\" height=\"1067\" src=\"https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/catamarano.png\" class=\"attachment-full size-full wp-image-5944\" alt=\"\" srcset=\"https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/catamarano.png 1067w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/catamarano-300x300.png 300w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/catamarano-1024x1024.png 1024w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/catamarano-150x150.png 150w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/catamarano-768x768.png 768w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/catamarano-700x700.png 700w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/catamarano-440x440.png 440w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/catamarano-180x180.png 180w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/catamarano-120x120.png 120w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/catamarano-540x540.png 540w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/catamarano-240x240.png 240w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/elementor\/thumbs\/catamarano-qcn5rwsyxu94webicjz12k0g7dwe9pc308und3zthe.png 45w\" sizes=\"(max-width: 1067px) 100vw, 1067px\" \/><\/figure><div class=\"elementor-image-box-content\"><p class=\"elementor-image-box-title\">catamaran<\/p><\/div><\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\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-25 elementor-top-column elementor-element elementor-element-6bf7430\" data-id=\"6bf7430\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-ec96654 elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"ec96654\" data-element_type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img loading=\"lazy\" decoding=\"async\" width=\"1067\" height=\"1067\" src=\"https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/casa-mare.png\" class=\"attachment-full size-full wp-image-6931\" alt=\"\" srcset=\"https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/casa-mare.png 1067w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/casa-mare-300x300.png 300w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/casa-mare-1024x1024.png 1024w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/casa-mare-150x150.png 150w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/casa-mare-768x768.png 768w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/casa-mare-700x700.png 700w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/casa-mare-440x440.png 440w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/casa-mare-180x180.png 180w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/casa-mare-120x120.png 120w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/casa-mare-540x540.png 540w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/casa-mare-240x240.png 240w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/elementor\/thumbs\/casa-mare-qcqfku0o39r98055c7t5cvgil0xk3ii5qv3lhhxq0y.png 45w\" sizes=\"(max-width: 1067px) 100vw, 1067px\" \/><\/figure><div class=\"elementor-image-box-content\"><p class=\"elementor-image-box-title\">seaside villa<\/p><\/div><\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\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-25 elementor-top-column elementor-element elementor-element-7d9da7f\" data-id=\"7d9da7f\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\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-591390f elementor-hidden-tablet elementor-hidden-mobile elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"591390f\" data-element_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\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-f7d205c\" data-id=\"f7d205c\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-d2e480f elementor-widget elementor-widget-heading\" data-id=\"d2e480f\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Features<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-719c6e0 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"719c6e0\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-people-arrows\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Crew: 10\/12 people<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-tint\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Capacity: 250 lit\/h<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-plug\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Power supply: 230\/110\/400 VAC<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"#\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-battery-half\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Consumption: 3.2 kW<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"#\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-weight-hanging\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Weight: 83 kg<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\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-f6f2578\" data-id=\"f6f2578\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-14cdc00 elementor-widget elementor-widget-heading\" data-id=\"14cdc00\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Accessories<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5c98746 elementor-widget elementor-widget-wgl-toggle-accordion\" data-id=\"5c98746\" data-element_type=\"widget\" data-widget_type=\"wgl-toggle-accordion.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"wgl-accordion icon-custom\" id=\"wgl-accordion-5c98746\" data-type=\"accordion\">\t\t\t\t<div class=\"wgl-accordion_panel\">\r\n\t\t\t\t\t<h4 id=\"wgl-accordion_header-9701\" class=\"wgl-accordion_header\" data-default=\"\">\r\n\t\t\t\t\t\t<span class=\"wgl-accordion_title\">Included<\/span>\r\n\t\t\t\t\t\t<i class=\"wgl-accordion_icon fa fa-angle-right\"><\/i>\t\t\t\t\t<\/h4>\r\n\t\t\t\t\t<div class=\"wgl-accordion_content\"><ul>\n<li>Stainless Steel Feed Pump<\/li>\n<li>Pre-filter<\/li>\n<li>Post-filter<\/li>\n<li>Carbon filter for flushing<\/li>\n<li>Watermaker control unit with Micro Computer<\/li>\n<li>Flushing System<\/li>\n<li>Carbon Filter for Flushing<\/li>\n<li>Installation Kit (Pipes, Fittings, Clamps)<\/li>\n<\/ul><\/div>\r\n\t\t\t\t<\/div>\r\n\t\t<\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0b10ad6 elementor-widget elementor-widget-wgl-toggle-accordion\" data-id=\"0b10ad6\" data-element_type=\"widget\" data-widget_type=\"wgl-toggle-accordion.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"wgl-accordion icon-custom\" id=\"wgl-accordion-0b10ad6\" data-type=\"accordion\">\t\t\t\t<div class=\"wgl-accordion_panel\">\r\n\t\t\t\t\t<h4 id=\"wgl-accordion_header-1161\" class=\"wgl-accordion_header\" data-default=\"no\">\r\n\t\t\t\t\t\t<span class=\"wgl-accordion_title\">Optional<\/span>\r\n\t\t\t\t\t\t<i class=\"wgl-accordion_icon fa fa-angle-right\"><\/i>\t\t\t\t\t<\/h4>\r\n\t\t\t\t\t<div class=\"wgl-accordion_content\"><ul>\n<li>Maintenance Kit (N.1 spare filters set, filter wrench, cleaning and wintering products, High Pressure Pump Oil)<\/li> \t\n<\/ul><\/div>\r\n\t\t\t\t<\/div>\r\n\t\t<\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-757f68c elementor-widget elementor-widget-wgl-toggle-accordion\" data-id=\"757f68c\" data-element_type=\"widget\" data-widget_type=\"wgl-toggle-accordion.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"wgl-accordion icon-custom\" id=\"wgl-accordion-757f68c\" data-type=\"accordion\">\t\t\t\t<div class=\"wgl-accordion_panel\">\r\n\t\t\t\t\t<h4 id=\"wgl-accordion_header-1231\" class=\"wgl-accordion_header\" data-default=\"no\">\r\n\t\t\t\t\t\t<span class=\"wgl-accordion_title\">Control panel functions<\/span>\r\n\t\t\t\t\t\t<i class=\"wgl-accordion_icon fa fa-angle-right\"><\/i>\t\t\t\t\t<\/h4>\r\n\t\t\t\t\t<div class=\"wgl-accordion_content\"><ul>\n \t<li>Start\/Stop<\/li>\n \t<li>Start Flushing<\/li> \t\n \t<li>Salininometer on freshwater produced<\/li>\n<\/ul><\/div>\r\n\t\t\t\t<\/div>\r\n\t\t<\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\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-9166d52 elementor-hidden-tablet elementor-hidden-mobile elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"9166d52\" data-element_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-no\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-836eb57\" data-id=\"836eb57\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-8d8a1b3 divider_yes elementor-widget elementor-widget-wgl-double-headings\" data-id=\"8d8a1b3\" data-element_type=\"widget\" data-widget_type=\"wgl-double-headings.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div class=\"wgl-double_heading aleft\">\t\t\t\t<h3 class=\"dbl-title_wrapper\"><span class=\"dbl-title dbl-title_1\">Download technical sheet<\/span> \t\t\t\t<\/h3>\t\t<\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4a0dff4 plus-border-yes elementor-widget elementor-widget-tp-table\" data-id=\"4a0dff4\" data-element_type=\"widget\" data-widget_type=\"tp-table.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div itemscope class=\"plus-table-wrapper   tp-table-mobresswipe\" itemtype=\"http:\/\/schema.org\/Table\">\n\n\t\t\t<table id=\"plus-table-id-4a0dff4\" class=\"plus-table plus-text-break plus-column-rules\" data-sort-table=\"no\" data-show-entry=\"no\" data-searchable=\"no\">\n\t\t\t\t\t\t\t\t<thead>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<tr class=\"plus-table-row\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<th id=\"tooltip6a231f5c54400\"data-sort=\"0\" class=\"sort-this elementor-repeater-item-9c3e1a5 plus-table-col\" rowspan=\"2\" data-local=\"true\"  scope=\"col\">\n\t\t\t\t\t\t\t\t\t<span class=\"sort-style\">\n\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/LOGO_CLASSIC.png\" class=\"plus-col-img--left\" title=\"LOGO_CLASSIC\" alt=\"LOGO_CLASSIC\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text-inner\"><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span> \n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/th>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<th id=\"tooltip6a231f5c5442e\"data-sort=\"1\" class=\"sort-this elementor-repeater-item-09485b5 plus-table-col\" colspan=\"3\" data-local=\"true\"  scope=\"col\">\n\t\t\t\t\t\t\t\t\t<span class=\"sort-style\">\n\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text-inner\">Production<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span> \n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/th>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<th id=\"tooltip6a231f5c54444\"data-sort=\"2\" class=\"sort-this elementor-repeater-item-bb9b978 plus-table-col\" rowspan=\"2\" data-local=\"true\"  scope=\"col\">\n\t\t\t\t\t\t\t\t\t<span class=\"sort-style\">\n\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text-inner\">Voltage<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span> \n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/th>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<th id=\"tooltip6a231f5c54457\"data-sort=\"3\" class=\"sort-this elementor-repeater-item-d9e2323 plus-table-col\" colspan=\"2\" rowspan=\"2\" data-local=\"true\"  scope=\"col\">\n\t\t\t\t\t\t\t\t\t<span class=\"sort-style\">\n\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text-inner\">Power consumption<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span> \n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/th>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<th id=\"tooltip6a231f5c54469\"data-sort=\"4\" class=\"sort-this elementor-repeater-item-47f4fa1 plus-table-col\" rowspan=\"2\" data-local=\"true\"  scope=\"col\">\n\t\t\t\t\t\t\t\t\t<span class=\"sort-style\">\n\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text-inner\">Weight (kg)<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span> \n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/th>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/tr><tr class=\"plus-table-row\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<th id=\"tooltip6a231f5c54485\"class=\"sort-this elementor-repeater-item-6a069c1 plus-table-col\" data-local=\"true\"  scope=\"col\">\n\t\t\t\t\t\t\t\t\t<span class=\"sort-style\">\n\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text-inner\">Lit\/h<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span> \n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/th>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<th id=\"tooltip6a231f5c54492\"class=\"sort-this elementor-repeater-item-4ca78f5 plus-table-col\" data-local=\"true\"  scope=\"col\">\n\t\t\t\t\t\t\t\t\t<span class=\"sort-style\">\n\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text-inner\">Lit\/day<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span> \n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/th>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<th id=\"tooltip6a231f5c5449e\"class=\"sort-this elementor-repeater-item-983d987 plus-table-col\" data-local=\"true\"  scope=\"col\">\n\t\t\t\t\t\t\t\t\t<span class=\"sort-style\">\n\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text-inner\">Gal\/day<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span> \n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/th>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/thead>\n\t\t\t\t\t\t\t\t<tbody>\n\t\t\t\t\t<!-- ROWS -->\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<tr data-entry=\"1\" class=\"plus-table-row\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<td id=\"tooltip6a231f5c544c0\"class=\"plus-table-col elementor-repeater-item-875239d\" rowspan=\"3\" data-title=\"Lit\/h\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text-inner\"><strong>Classic 140L<\/strong><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<td id=\"tooltip6a231f5c544ec\"class=\"plus-table-col elementor-repeater-item-7fed5ec\" rowspan=\"3\" data-title=\"Lit\/day\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text-inner\">250<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<td id=\"tooltip6a231f5c54501\"class=\"plus-table-col elementor-repeater-item-83e4b2f\" rowspan=\"3\" data-title=\"Gal\/day\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text-inner\">6000<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<td id=\"tooltip6a231f5c54512\"class=\"plus-table-col elementor-repeater-item-74c1271\" rowspan=\"3\" data-title=\"Power consumption\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text-inner\">1585,2<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<td id=\"tooltip6a231f5c54524\"class=\"plus-table-col elementor-repeater-item-f8d20c1\" data-title=\"Weight (kg)\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text-inner\">230 VAC<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<td id=\"tooltip6a231f5c54535\"class=\"plus-table-col elementor-repeater-item-8cfcd66\" colspan=\"2\" rowspan=\"3\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text-inner\">3.2 kW<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<td id=\"tooltip6a231f5c54545\"class=\"plus-table-col elementor-repeater-item-d9e74b2\" rowspan=\"3\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text-inner\">83<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/tr><tr data-entry=\"2\" class=\"plus-table-row\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<td id=\"tooltip6a231f5c5455e\"class=\"plus-table-col elementor-repeater-item-d6ed870\" data-title=\"Lit\/h\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text-inner\">110 VAC<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/tr><tr data-entry=\"3\" class=\"plus-table-row\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<td id=\"tooltip6a231f5c54587\"class=\"plus-table-col elementor-repeater-item-75f86ab\" data-title=\"Lit\/h\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text-inner\">400 VAC<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/tbody>\n\t\t\t<\/table>\n\n\t\t<\/div>\n\t\t<style>#plus-table-id-4a0dff4 th,#plus-table-id-4a0dff4 th .plus-table__text{ margin:0 auto;text-align:center;}<\/style>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\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-097fffe elementor-hidden-mobile elementor-hidden-tablet elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"097fffe\" data-element_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-no\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-fb0007e\" data-id=\"fb0007e\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-53691b6 divider_yes elementor-widget elementor-widget-wgl-double-headings\" data-id=\"53691b6\" data-element_type=\"widget\" data-widget_type=\"wgl-double-headings.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div class=\"wgl-double_heading aleft\">\t\t\t\t<h3 class=\"dbl-title_wrapper\"><span class=\"dbl-title dbl-title_1\">Download technical sheet<\/span> \t\t\t\t<\/h3>\t\t<\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\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-14b9b57\" data-id=\"14b9b57\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-e5d4454 elementor-align-center elementor-widget-icon-box wgl-icon-box elementor-widget elementor-widget-wgl-button\" data-id=\"e5d4454\" data-element_type=\"widget\" data-widget_type=\"wgl-button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper elementor-button-icon\">\r\n\t\t\t<a class=\"elementor-button-link wgl-button elementor-button button-size-sm\" href=\"https:\/\/osmosea.it\/pdf\/classic\/disegni-tecnici-classic-140l-en.zip\" target=\"_blank\" role=\"button\">\t\t\t\t<div class=\"button-content-wrapper elementor-align-icon-left\">\r\n\t\t\t\t\t<div class=\"elementor-button-wrapper elementor-button-icon wgl-widget_wrapper elementor-icon-box-icon\"><div class=\"wgl-widget_container\"><span class=\"wgl-icon elementor-icon\" ><i class=\"icon fa fa-arrow-circle-down\"><\/i><\/span><\/div><\/div>\t\t\t\t\t<span class=\"elementor-button-text\">DOWNLOAD<\/span>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t<\/a>\r\n\t\t<\/div>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\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-970424f elementor-hidden-desktop elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"970424f\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-6648944\" data-id=\"6648944\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-6d341b3 elementor-widget elementor-widget-image\" data-id=\"6d341b3\" data-element_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<div class=\"elementor-image\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"512\" height=\"512\" src=\"https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/cropped-FAV_OSMOSEA.png\" class=\"attachment-full size-full wp-image-2140\" alt=\"\" srcset=\"https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/cropped-FAV_OSMOSEA.png 512w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/cropped-FAV_OSMOSEA-300x300.png 300w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/cropped-FAV_OSMOSEA-150x150.png 150w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/cropped-FAV_OSMOSEA-440x440.png 440w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/cropped-FAV_OSMOSEA-180x180.png 180w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/cropped-FAV_OSMOSEA-120x120.png 120w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/cropped-FAV_OSMOSEA-240x240.png 240w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/cropped-FAV_OSMOSEA-270x270.png 270w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/cropped-FAV_OSMOSEA-192x192.png 192w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/cropped-FAV_OSMOSEA-32x32.png 32w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/elementor\/thumbs\/cropped-FAV_OSMOSEA-q8putlngxazzsdssnvfe5p0whv7c6tgu5usn0cw6i0.png 100w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/elementor\/thumbs\/cropped-FAV_OSMOSEA-q8putlngbdlrzdpxgezt3nlpz73iuxuz7yi1xnnkhg.png 50w\" sizes=\"(max-width: 512px) 100vw, 512px\" \/>\t\t\t\t\t\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<div class=\"elementor-element elementor-element-de6675a divider_yes elementor-widget elementor-widget-wgl-double-headings\" data-id=\"de6675a\" data-element_type=\"widget\" data-widget_type=\"wgl-double-headings.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div class=\"wgl-double_heading aleft\">\t\t\t\t<h3 class=\"dbl-title_wrapper\"><span class=\"dbl-title dbl-title_1\">Classic 140L<\/span> \t\t\t\t<\/h3>\t\t<\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c12896e elementor-widget elementor-widget-image\" data-id=\"c12896e\" data-element_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<div class=\"elementor-image\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"667\" height=\"439\" src=\"https:\/\/osmosea.it\/wp-content\/uploads\/2025\/10\/CLASSIC-140L.jpg\" class=\"attachment-full size-full wp-image-15892\" alt=\"\" srcset=\"https:\/\/osmosea.it\/wp-content\/uploads\/2025\/10\/CLASSIC-140L.jpg 667w, https:\/\/osmosea.it\/wp-content\/uploads\/2025\/10\/CLASSIC-140L-300x197.jpg 300w\" sizes=\"(max-width: 667px) 100vw, 667px\" \/>\t\t\t\t\t\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<div class=\"elementor-element elementor-element-6ae096e elementor-widget elementor-widget-template\" data-id=\"6ae096e\" data-element_type=\"widget\" data-widget_type=\"template.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-template\">\n\t\t\t\t\t<div data-elementor-type=\"section\" data-elementor-id=\"12249\" class=\"elementor elementor-12249 elementor-6946\" data-elementor-post-type=\"elementor_library\">\n\t\t\t\t\t<div class=\"elementor-section-wrap\">\n\t\t\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-f26814a elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"f26814a\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-4c80898\" data-id=\"4c80898\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-2e224b2 elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"2e224b2\" data-element_type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img decoding=\"async\" src=\"https:\/\/osmosea.it\/wp-content\/uploads\/elementor\/thumbs\/barca-motore-1-qcqf7ym8hy4w88u9i5i2pme9q2dloqehn5h7w30t8i.png\" title=\"barca-motore.png\" alt=\"barca-motore.png\" loading=\"lazy\" \/><\/figure><div class=\"elementor-image-box-content\"><p class=\"elementor-image-box-title\">engine<\/p><\/div><\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\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-top-column elementor-element elementor-element-b3e1f7a\" data-id=\"b3e1f7a\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-9b87920 elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"9b87920\" data-element_type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img decoding=\"async\" src=\"https:\/\/osmosea.it\/wp-content\/uploads\/elementor\/thumbs\/catamarano-1-qcqf80hwvm7gvgrj76bbulx6wu4c44lybes6umy0w2.png\" title=\"catamarano.png\" alt=\"catamarano.png\" loading=\"lazy\" \/><\/figure><div class=\"elementor-image-box-content\"><p class=\"elementor-image-box-title\">Catamaran<\/p><\/div><\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\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-top-column elementor-element elementor-element-6910135\" data-id=\"6910135\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-f09e4ff elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"f09e4ff\" data-element_type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img decoding=\"async\" src=\"https:\/\/osmosea.it\/wp-content\/uploads\/elementor\/thumbs\/casa-mare-qcqfku0o39r98055c7t5cvgil0xk3ii5qv3lhhxq0y.png\" title=\"casa-mare\" alt=\"casa-mare\" loading=\"lazy\" \/><\/figure><div class=\"elementor-image-box-content\"><p class=\"elementor-image-box-title\">seaside villa<\/p><\/div><\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\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-499f3d9 elementor-hidden-desktop elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"499f3d9\" data-element_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\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-54e0381\" data-id=\"54e0381\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-557c2c9 elementor-widget elementor-widget-heading\" data-id=\"557c2c9\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Features<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a8d2555 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"a8d2555\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-people-arrows\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Crew: 10\/12 people<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-tint\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Capacity: 250 lit\/h<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-plug\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Power supply: 230\/110\/400 VAC<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"#\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-battery-half\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Consumption: 3.2 kW<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"#\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-weight-hanging\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Weight: 83 kg<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\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-9aad64c\" data-id=\"9aad64c\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-f477078 elementor-widget elementor-widget-heading\" data-id=\"f477078\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Accessories<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e734535 elementor-widget elementor-widget-wgl-toggle-accordion\" data-id=\"e734535\" data-element_type=\"widget\" data-widget_type=\"wgl-toggle-accordion.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"wgl-accordion icon-custom\" id=\"wgl-accordion-e734535\" data-type=\"accordion\">\t\t\t\t<div class=\"wgl-accordion_panel\">\r\n\t\t\t\t\t<h4 id=\"wgl-accordion_header-2421\" class=\"wgl-accordion_header\" data-default=\"\">\r\n\t\t\t\t\t\t<span class=\"wgl-accordion_title\">Included<\/span>\r\n\t\t\t\t\t\t<i class=\"wgl-accordion_icon fa fa-angle-right\"><\/i>\t\t\t\t\t<\/h4>\r\n\t\t\t\t\t<div class=\"wgl-accordion_content\"><ul>\n<li>Stainless Steel Feed Pump<\/li>\n<li>Pre-filter<\/li>\n<li>Post-filter<\/li>\n<li>Carbon filter for flushing<\/li>\n<li>Watermaker control unit with Micro Computer<\/li>\n<li>Flushing System<\/li>\n<li>Carbon Filter for Flushing<\/li>\n<li>Installation Kit (Pipes, Fittings, Clamps)<\/li>\n<\/ul><\/div>\r\n\t\t\t\t<\/div>\r\n\t\t<\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-20d0c95 elementor-widget elementor-widget-wgl-toggle-accordion\" data-id=\"20d0c95\" data-element_type=\"widget\" data-widget_type=\"wgl-toggle-accordion.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"wgl-accordion icon-custom\" id=\"wgl-accordion-20d0c95\" data-type=\"accordion\">\t\t\t\t<div class=\"wgl-accordion_panel\">\r\n\t\t\t\t\t<h4 id=\"wgl-accordion_header-3441\" class=\"wgl-accordion_header\" data-default=\"no\">\r\n\t\t\t\t\t\t<span class=\"wgl-accordion_title\">Optional<\/span>\r\n\t\t\t\t\t\t<i class=\"wgl-accordion_icon fa fa-angle-right\"><\/i>\t\t\t\t\t<\/h4>\r\n\t\t\t\t\t<div class=\"wgl-accordion_content\"><ul>\n<li>Maintenance Kit (N.1 spare filters set, filter wrench, cleaning and wintering products, High Pressure Pump Oil)<\/li> \t\n<\/ul><\/div>\r\n\t\t\t\t<\/div>\r\n\t\t<\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b19b8c1 elementor-widget elementor-widget-wgl-toggle-accordion\" data-id=\"b19b8c1\" data-element_type=\"widget\" data-widget_type=\"wgl-toggle-accordion.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"wgl-accordion icon-custom\" id=\"wgl-accordion-b19b8c1\" data-type=\"accordion\">\t\t\t\t<div class=\"wgl-accordion_panel\">\r\n\t\t\t\t\t<h4 id=\"wgl-accordion_header-1861\" class=\"wgl-accordion_header\" data-default=\"no\">\r\n\t\t\t\t\t\t<span class=\"wgl-accordion_title\">Control panel functions<\/span>\r\n\t\t\t\t\t\t<i class=\"wgl-accordion_icon fa fa-angle-right\"><\/i>\t\t\t\t\t<\/h4>\r\n\t\t\t\t\t<div class=\"wgl-accordion_content\"><ul>\n \t<li>Start\/Stop<\/li>\n \t<li>Start Flushing<\/li> \t\n \t<li>Salininometer on freshwater produced<\/li>\n<\/ul><\/div>\r\n\t\t\t\t<\/div>\r\n\t\t<\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\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-f6e3996 elementor-hidden-desktop elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"f6e3996\" data-element_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\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-969ad6e\" data-id=\"969ad6e\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-afa96b9 divider_yes elementor-widget elementor-widget-wgl-double-headings\" data-id=\"afa96b9\" data-element_type=\"widget\" data-widget_type=\"wgl-double-headings.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div class=\"wgl-double_heading acenter\">\t\t\t\t<h3 class=\"dbl-title_wrapper\"><span class=\"dbl-title dbl-title_1\">Download technical sheet<\/span> \t\t\t\t<\/h3>\t\t<\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\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-9599b95\" data-id=\"9599b95\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-65ff4ab elementor-align-center elementor-widget-icon-box wgl-icon-box elementor-widget elementor-widget-wgl-button\" data-id=\"65ff4ab\" data-element_type=\"widget\" data-widget_type=\"wgl-button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper elementor-button-icon\">\r\n\t\t\t<a class=\"elementor-button-link wgl-button elementor-button button-size-sm\" href=\"https:\/\/osmosea.it\/pdf\/classic\/disegni-tecnici-classic-140l-en.zip\" target=\"_blank\" role=\"button\">\t\t\t\t<div class=\"button-content-wrapper elementor-align-icon-left\">\r\n\t\t\t\t\t<div class=\"elementor-button-wrapper elementor-button-icon wgl-widget_wrapper elementor-icon-box-icon\"><div class=\"wgl-widget_container\"><span class=\"wgl-icon elementor-icon\" ><i class=\"icon fa fa-arrow-circle-down\"><\/i><\/span><\/div><\/div>\t\t\t\t\t<span class=\"elementor-button-text\">DOWNLOAD<\/span>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t<\/a>\r\n\t\t<\/div>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\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-36a3fcd elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"36a3fcd\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-635ea96 elementor-widget elementor-widget-menu-anchor\" data-id=\"635ea96\" data-element_type=\"widget\" data-widget_type=\"menu-anchor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div id=\"Classic240L\" class=\"elementor-menu-anchor\"><\/div>\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-23a8ea3 elementor-hidden-tablet elementor-hidden-mobile elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"23a8ea3\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-849321f\" data-id=\"849321f\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-911f886 elementor-widget elementor-widget-image\" data-id=\"911f886\" data-element_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<div class=\"elementor-image\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"667\" height=\"439\" src=\"https:\/\/osmosea.it\/wp-content\/uploads\/2025\/10\/CLASSIC-240L.jpg\" class=\"attachment-large size-large wp-image-15897\" alt=\"\" srcset=\"https:\/\/osmosea.it\/wp-content\/uploads\/2025\/10\/CLASSIC-240L.jpg 667w, https:\/\/osmosea.it\/wp-content\/uploads\/2025\/10\/CLASSIC-240L-300x197.jpg 300w\" sizes=\"(max-width: 667px) 100vw, 667px\" \/>\t\t\t\t\t\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\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-f55331c\" data-id=\"f55331c\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-28e6429 elementor-widget elementor-widget-image\" data-id=\"28e6429\" data-element_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<div class=\"elementor-image\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"512\" height=\"512\" src=\"https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/cropped-FAV_OSMOSEA.png\" class=\"attachment-large size-large wp-image-2140\" alt=\"\" srcset=\"https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/cropped-FAV_OSMOSEA.png 512w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/cropped-FAV_OSMOSEA-300x300.png 300w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/cropped-FAV_OSMOSEA-150x150.png 150w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/cropped-FAV_OSMOSEA-440x440.png 440w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/cropped-FAV_OSMOSEA-180x180.png 180w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/cropped-FAV_OSMOSEA-120x120.png 120w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/cropped-FAV_OSMOSEA-240x240.png 240w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/cropped-FAV_OSMOSEA-270x270.png 270w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/cropped-FAV_OSMOSEA-192x192.png 192w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/cropped-FAV_OSMOSEA-32x32.png 32w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/elementor\/thumbs\/cropped-FAV_OSMOSEA-q8putlngxazzsdssnvfe5p0whv7c6tgu5usn0cw6i0.png 100w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/elementor\/thumbs\/cropped-FAV_OSMOSEA-q8putlngbdlrzdpxgezt3nlpz73iuxuz7yi1xnnkhg.png 50w\" sizes=\"(max-width: 512px) 100vw, 512px\" \/>\t\t\t\t\t\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<div class=\"elementor-element elementor-element-f4f6ac5 divider_yes elementor-widget elementor-widget-wgl-double-headings\" data-id=\"f4f6ac5\" data-element_type=\"widget\" data-widget_type=\"wgl-double-headings.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div class=\"wgl-double_heading aleft\">\t\t\t\t<h3 class=\"dbl-title_wrapper\"><span class=\"dbl-title dbl-title_1\">Classic 240L<\/span> \t\t\t\t<\/h3>\t\t<\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c93f522 elementor-widget elementor-widget-spacer\" data-id=\"c93f522\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-03a2027 elementor-widget elementor-widget-heading\" data-id=\"03a2027\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Use<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7d40c36 elementor-widget elementor-widget-template\" data-id=\"7d40c36\" data-element_type=\"widget\" data-widget_type=\"template.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-template\">\n\t\t\t\t\t<div data-elementor-type=\"section\" data-elementor-id=\"12253\" class=\"elementor elementor-12253 elementor-6925\" data-elementor-post-type=\"elementor_library\">\n\t\t\t\t\t<div class=\"elementor-section-wrap\">\n\t\t\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-5c6b2cd elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"5c6b2cd\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-38cb2ab\" data-id=\"38cb2ab\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-be0db5b elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"be0db5b\" data-element_type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img loading=\"lazy\" decoding=\"async\" width=\"1067\" height=\"1067\" src=\"https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/barca-motore.png\" class=\"attachment-full size-full wp-image-5942\" alt=\"\" srcset=\"https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/barca-motore.png 1067w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/barca-motore-300x300.png 300w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/barca-motore-1024x1024.png 1024w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/barca-motore-150x150.png 150w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/barca-motore-768x768.png 768w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/barca-motore-700x700.png 700w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/barca-motore-440x440.png 440w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/barca-motore-180x180.png 180w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/barca-motore-120x120.png 120w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/barca-motore-540x540.png 540w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/barca-motore-240x240.png 240w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/elementor\/thumbs\/barca-motore-qcn5q3y3u9scnaxpv9xrsidn7ss2il6lrbu590nzeq.png 45w\" sizes=\"(max-width: 1067px) 100vw, 1067px\" \/><\/figure><div class=\"elementor-image-box-content\"><p class=\"elementor-image-box-title\">engine<\/p><\/div><\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\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-25 elementor-top-column elementor-element elementor-element-cc5fca9\" data-id=\"cc5fca9\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-253266a elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"253266a\" data-element_type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img loading=\"lazy\" decoding=\"async\" width=\"1067\" height=\"1067\" src=\"https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/catamarano.png\" class=\"attachment-full size-full wp-image-5944\" alt=\"\" srcset=\"https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/catamarano.png 1067w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/catamarano-300x300.png 300w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/catamarano-1024x1024.png 1024w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/catamarano-150x150.png 150w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/catamarano-768x768.png 768w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/catamarano-700x700.png 700w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/catamarano-440x440.png 440w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/catamarano-180x180.png 180w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/catamarano-120x120.png 120w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/catamarano-540x540.png 540w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/catamarano-240x240.png 240w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/elementor\/thumbs\/catamarano-qcn5rwsyxu94webicjz12k0g7dwe9pc308und3zthe.png 45w\" sizes=\"(max-width: 1067px) 100vw, 1067px\" \/><\/figure><div class=\"elementor-image-box-content\"><p class=\"elementor-image-box-title\">catamaran<\/p><\/div><\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\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-25 elementor-top-column elementor-element elementor-element-6bf7430\" data-id=\"6bf7430\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-ec96654 elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"ec96654\" data-element_type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img loading=\"lazy\" decoding=\"async\" width=\"1067\" height=\"1067\" src=\"https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/casa-mare.png\" class=\"attachment-full size-full wp-image-6931\" alt=\"\" srcset=\"https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/casa-mare.png 1067w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/casa-mare-300x300.png 300w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/casa-mare-1024x1024.png 1024w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/casa-mare-150x150.png 150w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/casa-mare-768x768.png 768w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/casa-mare-700x700.png 700w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/casa-mare-440x440.png 440w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/casa-mare-180x180.png 180w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/casa-mare-120x120.png 120w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/casa-mare-540x540.png 540w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/casa-mare-240x240.png 240w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/elementor\/thumbs\/casa-mare-qcqfku0o39r98055c7t5cvgil0xk3ii5qv3lhhxq0y.png 45w\" sizes=\"(max-width: 1067px) 100vw, 1067px\" \/><\/figure><div class=\"elementor-image-box-content\"><p class=\"elementor-image-box-title\">seaside villa<\/p><\/div><\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\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-25 elementor-top-column elementor-element elementor-element-7d9da7f\" data-id=\"7d9da7f\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\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-dbba875 elementor-hidden-tablet elementor-hidden-mobile elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"dbba875\" data-element_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\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-9dd2226\" data-id=\"9dd2226\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-6b22645 elementor-widget elementor-widget-heading\" data-id=\"6b22645\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Features<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-826bfcf elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"826bfcf\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-people-arrows\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Crew: 12\/15 people<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-tint\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Capacity: 480 lit\/h<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-plug\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Power supply: 230\/110\/400 VAC<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"#\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-battery-half\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Consumption: 3.6 kW<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"#\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-weight-hanging\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Weight: 88 kg<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\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-8fa0d84\" data-id=\"8fa0d84\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-9f6c7ba elementor-widget elementor-widget-heading\" data-id=\"9f6c7ba\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Accessories<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7247154 elementor-widget elementor-widget-wgl-toggle-accordion\" data-id=\"7247154\" data-element_type=\"widget\" data-widget_type=\"wgl-toggle-accordion.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"wgl-accordion icon-custom\" id=\"wgl-accordion-7247154\" data-type=\"accordion\">\t\t\t\t<div class=\"wgl-accordion_panel\">\r\n\t\t\t\t\t<h4 id=\"wgl-accordion_header-1191\" class=\"wgl-accordion_header\" data-default=\"\">\r\n\t\t\t\t\t\t<span class=\"wgl-accordion_title\">Included<\/span>\r\n\t\t\t\t\t\t<i class=\"wgl-accordion_icon fa fa-angle-right\"><\/i>\t\t\t\t\t<\/h4>\r\n\t\t\t\t\t<div class=\"wgl-accordion_content\"><ul>\n<li>Stainless Steel Feed Pump<\/li>\n<li>Pre-filter<\/li>\n<li>Post-filter<\/li>\n<li>Carbon filter for flushing<\/li>\n<li>Watermaker control unit with Micro Computer<\/li>\n<li>Flushing System<\/li>\n<li>Carbon Filter for Flushing<\/li>\n<li>Installation Kit (Pipes, Fittings, Clamps)<\/li>\n<\/ul><\/div>\r\n\t\t\t\t<\/div>\r\n\t\t<\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-eb6bde3 elementor-widget elementor-widget-wgl-toggle-accordion\" data-id=\"eb6bde3\" data-element_type=\"widget\" data-widget_type=\"wgl-toggle-accordion.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"wgl-accordion icon-custom\" id=\"wgl-accordion-eb6bde3\" data-type=\"accordion\">\t\t\t\t<div class=\"wgl-accordion_panel\">\r\n\t\t\t\t\t<h4 id=\"wgl-accordion_header-2461\" class=\"wgl-accordion_header\" data-default=\"no\">\r\n\t\t\t\t\t\t<span class=\"wgl-accordion_title\">Optional<\/span>\r\n\t\t\t\t\t\t<i class=\"wgl-accordion_icon fa fa-angle-right\"><\/i>\t\t\t\t\t<\/h4>\r\n\t\t\t\t\t<div class=\"wgl-accordion_content\"><ul>\n<li>Maintenance Kit (N.1 spare filters set, filter wrench, cleaning and wintering products, High Pressure Pump Oil)<\/li> \t\n<\/ul><\/div>\r\n\t\t\t\t<\/div>\r\n\t\t<\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1e62a36 elementor-widget elementor-widget-wgl-toggle-accordion\" data-id=\"1e62a36\" data-element_type=\"widget\" data-widget_type=\"wgl-toggle-accordion.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"wgl-accordion icon-custom\" id=\"wgl-accordion-1e62a36\" data-type=\"accordion\">\t\t\t\t<div class=\"wgl-accordion_panel\">\r\n\t\t\t\t\t<h4 id=\"wgl-accordion_header-3181\" class=\"wgl-accordion_header\" data-default=\"no\">\r\n\t\t\t\t\t\t<span class=\"wgl-accordion_title\">Control panel functions<\/span>\r\n\t\t\t\t\t\t<i class=\"wgl-accordion_icon fa fa-angle-right\"><\/i>\t\t\t\t\t<\/h4>\r\n\t\t\t\t\t<div class=\"wgl-accordion_content\"><ul>\n \t<li>Start\/Stop<\/li>\n \t<li>Start Flushing<\/li> \t\n \t<li>Salininometer on freshwater produced<\/li>\n<\/ul><\/div>\r\n\t\t\t\t<\/div>\r\n\t\t<\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\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-af72895 elementor-hidden-tablet elementor-hidden-mobile elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"af72895\" data-element_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-no\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-370d606\" data-id=\"370d606\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-9dfa5a0 divider_yes elementor-widget elementor-widget-wgl-double-headings\" data-id=\"9dfa5a0\" data-element_type=\"widget\" data-widget_type=\"wgl-double-headings.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div class=\"wgl-double_heading aleft\">\t\t\t\t<h3 class=\"dbl-title_wrapper\"><span class=\"dbl-title dbl-title_1\">Technical features<\/span> \t\t\t\t<\/h3>\t\t<\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-69c6187 plus-border-yes elementor-widget elementor-widget-tp-table\" data-id=\"69c6187\" data-element_type=\"widget\" data-widget_type=\"tp-table.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div itemscope class=\"plus-table-wrapper   tp-table-mobresswipe\" itemtype=\"http:\/\/schema.org\/Table\">\n\n\t\t\t<table id=\"plus-table-id-69c6187\" class=\"plus-table plus-text-break plus-column-rules\" data-sort-table=\"no\" data-show-entry=\"no\" data-searchable=\"no\">\n\t\t\t\t\t\t\t\t<thead>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<tr class=\"plus-table-row\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<th id=\"tooltip6a231f5c78d61\"data-sort=\"0\" class=\"sort-this elementor-repeater-item-9c3e1a5 plus-table-col\" rowspan=\"2\" data-local=\"true\"  scope=\"col\">\n\t\t\t\t\t\t\t\t\t<span class=\"sort-style\">\n\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/LOGO_CLASSIC.png\" class=\"plus-col-img--left\" title=\"LOGO_CLASSIC\" alt=\"LOGO_CLASSIC\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text-inner\"><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span> \n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/th>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<th id=\"tooltip6a231f5c78d93\"data-sort=\"1\" class=\"sort-this elementor-repeater-item-09485b5 plus-table-col\" colspan=\"3\" data-local=\"true\"  scope=\"col\">\n\t\t\t\t\t\t\t\t\t<span class=\"sort-style\">\n\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text-inner\">Production<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span> \n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/th>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<th id=\"tooltip6a231f5c78da9\"data-sort=\"2\" class=\"sort-this elementor-repeater-item-bb9b978 plus-table-col\" rowspan=\"2\" data-local=\"true\"  scope=\"col\">\n\t\t\t\t\t\t\t\t\t<span class=\"sort-style\">\n\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text-inner\">Voltage<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span> \n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/th>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<th id=\"tooltip6a231f5c78dbd\"data-sort=\"3\" class=\"sort-this elementor-repeater-item-d9e2323 plus-table-col\" colspan=\"2\" rowspan=\"2\" data-local=\"true\"  scope=\"col\">\n\t\t\t\t\t\t\t\t\t<span class=\"sort-style\">\n\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text-inner\">Power consumption<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span> \n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/th>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<th id=\"tooltip6a231f5c78dd0\"data-sort=\"4\" class=\"sort-this elementor-repeater-item-47f4fa1 plus-table-col\" rowspan=\"2\" data-local=\"true\"  scope=\"col\">\n\t\t\t\t\t\t\t\t\t<span class=\"sort-style\">\n\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text-inner\">Weight (kg)<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span> \n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/th>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/tr><tr class=\"plus-table-row\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<th id=\"tooltip6a231f5c78dec\"class=\"sort-this elementor-repeater-item-6a069c1 plus-table-col\" data-local=\"true\"  scope=\"col\">\n\t\t\t\t\t\t\t\t\t<span class=\"sort-style\">\n\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text-inner\">Lit\/h<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span> \n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/th>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<th id=\"tooltip6a231f5c78df9\"class=\"sort-this elementor-repeater-item-4ca78f5 plus-table-col\" data-local=\"true\"  scope=\"col\">\n\t\t\t\t\t\t\t\t\t<span class=\"sort-style\">\n\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text-inner\">Lit\/day<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span> \n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/th>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<th id=\"tooltip6a231f5c78e06\"class=\"sort-this elementor-repeater-item-983d987 plus-table-col\" data-local=\"true\"  scope=\"col\">\n\t\t\t\t\t\t\t\t\t<span class=\"sort-style\">\n\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text-inner\">Gal\/day<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span> \n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/th>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/thead>\n\t\t\t\t\t\t\t\t<tbody>\n\t\t\t\t\t<!-- ROWS -->\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<tr data-entry=\"1\" class=\"plus-table-row\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<td id=\"tooltip6a231f5c78e29\"class=\"plus-table-col elementor-repeater-item-875239d\" rowspan=\"3\" data-title=\"Lit\/h\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text-inner\"><strong>Classic 240L<\/strong><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<td id=\"tooltip6a231f5c78e54\"class=\"plus-table-col elementor-repeater-item-7fed5ec\" rowspan=\"3\" data-title=\"Lit\/day\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text-inner\">480<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<td id=\"tooltip6a231f5c78e67\"class=\"plus-table-col elementor-repeater-item-83e4b2f\" rowspan=\"3\" data-title=\"Gal\/day\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text-inner\">11520<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<td id=\"tooltip6a231f5c78e79\"class=\"plus-table-col elementor-repeater-item-74c1271\" rowspan=\"3\" data-title=\"Power consumption\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text-inner\">3043,6<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<td id=\"tooltip6a231f5c78e89\"class=\"plus-table-col elementor-repeater-item-f8d20c1\" data-title=\"Weight (kg)\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text-inner\">230 VAC<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<td id=\"tooltip6a231f5c78ea3\"class=\"plus-table-col elementor-repeater-item-8cfcd66\" colspan=\"2\" rowspan=\"3\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text-inner\">3.6 kW<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<td id=\"tooltip6a231f5c78ec4\"class=\"plus-table-col elementor-repeater-item-d9e74b2\" rowspan=\"3\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text-inner\">88<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/tr><tr data-entry=\"2\" class=\"plus-table-row\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<td id=\"tooltip6a231f5c78f10\"class=\"plus-table-col elementor-repeater-item-d6ed870\" data-title=\"Lit\/h\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text-inner\">110 VAC<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/tr><tr data-entry=\"3\" class=\"plus-table-row\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<td id=\"tooltip6a231f5c78f4b\"class=\"plus-table-col elementor-repeater-item-75f86ab\" data-title=\"Lit\/h\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text-inner\">400 VAC<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/tbody>\n\t\t\t<\/table>\n\n\t\t<\/div>\n\t\t<style>#plus-table-id-69c6187 th,#plus-table-id-69c6187 th .plus-table__text{ margin:0 auto;text-align:center;}<\/style>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\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-b58cc91 elementor-hidden-mobile elementor-hidden-tablet elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"b58cc91\" data-element_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-no\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-4ee89d8\" data-id=\"4ee89d8\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-2c0fe1a divider_yes elementor-widget elementor-widget-wgl-double-headings\" data-id=\"2c0fe1a\" data-element_type=\"widget\" data-widget_type=\"wgl-double-headings.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div class=\"wgl-double_heading aleft\">\t\t\t\t<h3 class=\"dbl-title_wrapper\"><span class=\"dbl-title dbl-title_1\">Download technical sheet<\/span> \t\t\t\t<\/h3>\t\t<\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\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-129660e\" data-id=\"129660e\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-6ebbb6a elementor-align-center elementor-widget-icon-box wgl-icon-box elementor-widget elementor-widget-wgl-button\" data-id=\"6ebbb6a\" data-element_type=\"widget\" data-widget_type=\"wgl-button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper elementor-button-icon\">\r\n\t\t\t<a class=\"elementor-button-link wgl-button elementor-button button-size-sm\" href=\"https:\/\/osmosea.it\/pdf\/classic\/disegni-tecnici-classic-240l-en.zip\" target=\"_blank\" role=\"button\">\t\t\t\t<div class=\"button-content-wrapper elementor-align-icon-left\">\r\n\t\t\t\t\t<div class=\"elementor-button-wrapper elementor-button-icon wgl-widget_wrapper elementor-icon-box-icon\"><div class=\"wgl-widget_container\"><span class=\"wgl-icon elementor-icon\" ><i class=\"icon fa fa-arrow-circle-down\"><\/i><\/span><\/div><\/div>\t\t\t\t\t<span class=\"elementor-button-text\">DOWNLOAD<\/span>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t<\/a>\r\n\t\t<\/div>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\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-4b9623c elementor-hidden-desktop elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"4b9623c\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-76185fa\" data-id=\"76185fa\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-b48b091 elementor-widget elementor-widget-image\" data-id=\"b48b091\" data-element_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<div class=\"elementor-image\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"512\" height=\"512\" src=\"https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/cropped-FAV_OSMOSEA.png\" class=\"attachment-full size-full wp-image-2140\" alt=\"\" srcset=\"https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/cropped-FAV_OSMOSEA.png 512w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/cropped-FAV_OSMOSEA-300x300.png 300w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/cropped-FAV_OSMOSEA-150x150.png 150w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/cropped-FAV_OSMOSEA-440x440.png 440w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/cropped-FAV_OSMOSEA-180x180.png 180w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/cropped-FAV_OSMOSEA-120x120.png 120w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/cropped-FAV_OSMOSEA-240x240.png 240w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/cropped-FAV_OSMOSEA-270x270.png 270w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/cropped-FAV_OSMOSEA-192x192.png 192w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/cropped-FAV_OSMOSEA-32x32.png 32w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/elementor\/thumbs\/cropped-FAV_OSMOSEA-q8putlngxazzsdssnvfe5p0whv7c6tgu5usn0cw6i0.png 100w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/elementor\/thumbs\/cropped-FAV_OSMOSEA-q8putlngbdlrzdpxgezt3nlpz73iuxuz7yi1xnnkhg.png 50w\" sizes=\"(max-width: 512px) 100vw, 512px\" \/>\t\t\t\t\t\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<div class=\"elementor-element elementor-element-08d3cf9 divider_yes elementor-widget elementor-widget-wgl-double-headings\" data-id=\"08d3cf9\" data-element_type=\"widget\" data-widget_type=\"wgl-double-headings.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div class=\"wgl-double_heading aleft\">\t\t\t\t<h3 class=\"dbl-title_wrapper\"><span class=\"dbl-title dbl-title_1\">Classic 240L<\/span> \t\t\t\t<\/h3>\t\t<\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fec5188 elementor-widget elementor-widget-image\" data-id=\"fec5188\" data-element_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<div class=\"elementor-image\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"667\" height=\"439\" src=\"https:\/\/osmosea.it\/wp-content\/uploads\/2025\/10\/CLASSIC-240L.jpg\" class=\"attachment-full size-full wp-image-15897\" alt=\"\" srcset=\"https:\/\/osmosea.it\/wp-content\/uploads\/2025\/10\/CLASSIC-240L.jpg 667w, https:\/\/osmosea.it\/wp-content\/uploads\/2025\/10\/CLASSIC-240L-300x197.jpg 300w\" sizes=\"(max-width: 667px) 100vw, 667px\" \/>\t\t\t\t\t\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<div class=\"elementor-element elementor-element-f20dbe0 elementor-widget elementor-widget-template\" data-id=\"f20dbe0\" data-element_type=\"widget\" data-widget_type=\"template.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-template\">\n\t\t\t\t\t<div data-elementor-type=\"section\" data-elementor-id=\"12249\" class=\"elementor elementor-12249 elementor-6946\" data-elementor-post-type=\"elementor_library\">\n\t\t\t\t\t<div class=\"elementor-section-wrap\">\n\t\t\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-f26814a elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"f26814a\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-4c80898\" data-id=\"4c80898\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-2e224b2 elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"2e224b2\" data-element_type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img decoding=\"async\" src=\"https:\/\/osmosea.it\/wp-content\/uploads\/elementor\/thumbs\/barca-motore-1-qcqf7ym8hy4w88u9i5i2pme9q2dloqehn5h7w30t8i.png\" title=\"barca-motore.png\" alt=\"barca-motore.png\" loading=\"lazy\" \/><\/figure><div class=\"elementor-image-box-content\"><p class=\"elementor-image-box-title\">engine<\/p><\/div><\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\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-top-column elementor-element elementor-element-b3e1f7a\" data-id=\"b3e1f7a\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-9b87920 elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"9b87920\" data-element_type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img decoding=\"async\" src=\"https:\/\/osmosea.it\/wp-content\/uploads\/elementor\/thumbs\/catamarano-1-qcqf80hwvm7gvgrj76bbulx6wu4c44lybes6umy0w2.png\" title=\"catamarano.png\" alt=\"catamarano.png\" loading=\"lazy\" \/><\/figure><div class=\"elementor-image-box-content\"><p class=\"elementor-image-box-title\">Catamaran<\/p><\/div><\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\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-top-column elementor-element elementor-element-6910135\" data-id=\"6910135\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-f09e4ff elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"f09e4ff\" data-element_type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img decoding=\"async\" src=\"https:\/\/osmosea.it\/wp-content\/uploads\/elementor\/thumbs\/casa-mare-qcqfku0o39r98055c7t5cvgil0xk3ii5qv3lhhxq0y.png\" title=\"casa-mare\" alt=\"casa-mare\" loading=\"lazy\" \/><\/figure><div class=\"elementor-image-box-content\"><p class=\"elementor-image-box-title\">seaside villa<\/p><\/div><\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\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-7354fd5 elementor-hidden-desktop elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"7354fd5\" data-element_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\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-bc1e256\" data-id=\"bc1e256\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-58f38b2 elementor-widget elementor-widget-heading\" data-id=\"58f38b2\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Features<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-13bfe5e elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"13bfe5e\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-people-arrows\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Crew: 12\/15 people<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-tint\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Capacity: 480 lit\/h<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-plug\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Power supply: 230\/110\/400 VAC<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"#\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-battery-half\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Consumption: 3.6 kW<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"#\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-weight-hanging\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Weight: 88 kg<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\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-6940224\" data-id=\"6940224\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-aa271da elementor-widget elementor-widget-heading\" data-id=\"aa271da\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Accessories<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6326dff elementor-widget elementor-widget-wgl-toggle-accordion\" data-id=\"6326dff\" data-element_type=\"widget\" data-widget_type=\"wgl-toggle-accordion.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"wgl-accordion icon-custom\" id=\"wgl-accordion-6326dff\" data-type=\"accordion\">\t\t\t\t<div class=\"wgl-accordion_panel\">\r\n\t\t\t\t\t<h4 id=\"wgl-accordion_header-1031\" class=\"wgl-accordion_header\" data-default=\"\">\r\n\t\t\t\t\t\t<span class=\"wgl-accordion_title\">Included<\/span>\r\n\t\t\t\t\t\t<i class=\"wgl-accordion_icon fa fa-angle-right\"><\/i>\t\t\t\t\t<\/h4>\r\n\t\t\t\t\t<div class=\"wgl-accordion_content\"><ul>\n<li>Stainless Steel Feed Pump<\/li>\n<li>Pre-filter<\/li>\n<li>Post-filter<\/li>\n<li>Carbon filter for flushing<\/li>\n<li>Watermaker control unit with Micro Computer<\/li>\n<li>Flushing System<\/li>\n<li>Carbon Filter for Flushing<\/li>\n<li>Installation Kit (Pipes, Fittings, Clamps)<\/li>\n<\/ul><\/div>\r\n\t\t\t\t<\/div>\r\n\t\t<\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b918ecf elementor-widget elementor-widget-wgl-toggle-accordion\" data-id=\"b918ecf\" data-element_type=\"widget\" data-widget_type=\"wgl-toggle-accordion.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"wgl-accordion icon-custom\" id=\"wgl-accordion-b918ecf\" data-type=\"accordion\">\t\t\t\t<div class=\"wgl-accordion_panel\">\r\n\t\t\t\t\t<h4 id=\"wgl-accordion_header-1941\" class=\"wgl-accordion_header\" data-default=\"no\">\r\n\t\t\t\t\t\t<span class=\"wgl-accordion_title\">Optional<\/span>\r\n\t\t\t\t\t\t<i class=\"wgl-accordion_icon fa fa-angle-right\"><\/i>\t\t\t\t\t<\/h4>\r\n\t\t\t\t\t<div class=\"wgl-accordion_content\"><ul>\n<li>Maintenance Kit (N.1 spare filters set, filter wrench, cleaning and wintering products, High Pressure Pump Oil)<\/li> \t\n<\/ul><\/div>\r\n\t\t\t\t<\/div>\r\n\t\t<\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-804ae9a elementor-widget elementor-widget-wgl-toggle-accordion\" data-id=\"804ae9a\" data-element_type=\"widget\" data-widget_type=\"wgl-toggle-accordion.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"wgl-accordion icon-custom\" id=\"wgl-accordion-804ae9a\" data-type=\"accordion\">\t\t\t\t<div class=\"wgl-accordion_panel\">\r\n\t\t\t\t\t<h4 id=\"wgl-accordion_header-1341\" class=\"wgl-accordion_header\" data-default=\"no\">\r\n\t\t\t\t\t\t<span class=\"wgl-accordion_title\">Control panel functions<\/span>\r\n\t\t\t\t\t\t<i class=\"wgl-accordion_icon fa fa-angle-right\"><\/i>\t\t\t\t\t<\/h4>\r\n\t\t\t\t\t<div class=\"wgl-accordion_content\"><ul>\n \t<li>Start\/Stop<\/li>\n \t<li>Start Flushing<\/li> \t\n \t<li>Salininometer on freshwater produced<\/li>\n<\/ul><\/div>\r\n\t\t\t\t<\/div>\r\n\t\t<\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\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-b798143 elementor-hidden-desktop elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"b798143\" data-element_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\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-5dd4984\" data-id=\"5dd4984\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-087541c divider_yes elementor-widget elementor-widget-wgl-double-headings\" data-id=\"087541c\" data-element_type=\"widget\" data-widget_type=\"wgl-double-headings.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div class=\"wgl-double_heading acenter\">\t\t\t\t<h3 class=\"dbl-title_wrapper\"><span class=\"dbl-title dbl-title_1\">Download technical sheet<\/span> \t\t\t\t<\/h3>\t\t<\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\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-131e888\" data-id=\"131e888\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-413168b elementor-align-center elementor-widget-icon-box wgl-icon-box elementor-widget elementor-widget-wgl-button\" data-id=\"413168b\" data-element_type=\"widget\" data-widget_type=\"wgl-button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper elementor-button-icon\">\r\n\t\t\t<a class=\"elementor-button-link wgl-button elementor-button button-size-sm\" href=\"https:\/\/osmosea.it\/pdf\/classic\/disegni-tecnici-classic-240l-en.zip\" target=\"_blank\" role=\"button\">\t\t\t\t<div class=\"button-content-wrapper elementor-align-icon-left\">\r\n\t\t\t\t\t<div class=\"elementor-button-wrapper elementor-button-icon wgl-widget_wrapper elementor-icon-box-icon\"><div class=\"wgl-widget_container\"><span class=\"wgl-icon elementor-icon\" ><i class=\"icon fa fa-arrow-circle-down\"><\/i><\/span><\/div><\/div>\t\t\t\t\t<span class=\"elementor-button-text\">DOWNLOAD<\/span>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t<\/a>\r\n\t\t<\/div>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\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-1807c6f elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"1807c6f\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8c18e4e elementor-widget elementor-widget-menu-anchor\" data-id=\"8c18e4e\" data-element_type=\"widget\" data-widget_type=\"menu-anchor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div id=\"Classic340L\" class=\"elementor-menu-anchor\"><\/div>\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-ef6699e elementor-hidden-tablet elementor-hidden-mobile elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"ef6699e\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-14b4d0d\" data-id=\"14b4d0d\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-fb121c0 elementor-widget elementor-widget-image\" data-id=\"fb121c0\" data-element_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<div class=\"elementor-image\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"667\" height=\"439\" src=\"https:\/\/osmosea.it\/wp-content\/uploads\/2024\/05\/CLASSIC-340L.jpg\" class=\"attachment-large size-large wp-image-15441\" alt=\"\" srcset=\"https:\/\/osmosea.it\/wp-content\/uploads\/2024\/05\/CLASSIC-340L.jpg 667w, https:\/\/osmosea.it\/wp-content\/uploads\/2024\/05\/CLASSIC-340L-300x197.jpg 300w\" sizes=\"(max-width: 667px) 100vw, 667px\" \/>\t\t\t\t\t\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\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-0ae8c9c\" data-id=\"0ae8c9c\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-7f20a31 elementor-widget elementor-widget-image\" data-id=\"7f20a31\" data-element_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<div class=\"elementor-image\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"512\" height=\"512\" src=\"https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/cropped-FAV_OSMOSEA.png\" class=\"attachment-large size-large wp-image-2140\" alt=\"\" srcset=\"https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/cropped-FAV_OSMOSEA.png 512w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/cropped-FAV_OSMOSEA-300x300.png 300w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/cropped-FAV_OSMOSEA-150x150.png 150w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/cropped-FAV_OSMOSEA-440x440.png 440w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/cropped-FAV_OSMOSEA-180x180.png 180w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/cropped-FAV_OSMOSEA-120x120.png 120w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/cropped-FAV_OSMOSEA-240x240.png 240w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/cropped-FAV_OSMOSEA-270x270.png 270w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/cropped-FAV_OSMOSEA-192x192.png 192w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/cropped-FAV_OSMOSEA-32x32.png 32w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/elementor\/thumbs\/cropped-FAV_OSMOSEA-q8putlngxazzsdssnvfe5p0whv7c6tgu5usn0cw6i0.png 100w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/elementor\/thumbs\/cropped-FAV_OSMOSEA-q8putlngbdlrzdpxgezt3nlpz73iuxuz7yi1xnnkhg.png 50w\" sizes=\"(max-width: 512px) 100vw, 512px\" \/>\t\t\t\t\t\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<div class=\"elementor-element elementor-element-a7b273a divider_yes elementor-widget elementor-widget-wgl-double-headings\" data-id=\"a7b273a\" data-element_type=\"widget\" data-widget_type=\"wgl-double-headings.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div class=\"wgl-double_heading aleft\">\t\t\t\t<h3 class=\"dbl-title_wrapper\"><span class=\"dbl-title dbl-title_1\">Classic 340L<\/span> \t\t\t\t<\/h3>\t\t<\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-60cda97 elementor-widget elementor-widget-spacer\" data-id=\"60cda97\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0824075 elementor-widget elementor-widget-heading\" data-id=\"0824075\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Use<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-987e7c6 elementor-widget elementor-widget-template\" data-id=\"987e7c6\" data-element_type=\"widget\" data-widget_type=\"template.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-template\">\n\t\t\t\t\t<div data-elementor-type=\"section\" data-elementor-id=\"12253\" class=\"elementor elementor-12253 elementor-6925\" data-elementor-post-type=\"elementor_library\">\n\t\t\t\t\t<div class=\"elementor-section-wrap\">\n\t\t\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-5c6b2cd elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"5c6b2cd\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-38cb2ab\" data-id=\"38cb2ab\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-be0db5b elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"be0db5b\" data-element_type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img loading=\"lazy\" decoding=\"async\" width=\"1067\" height=\"1067\" src=\"https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/barca-motore.png\" class=\"attachment-full size-full wp-image-5942\" alt=\"\" srcset=\"https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/barca-motore.png 1067w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/barca-motore-300x300.png 300w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/barca-motore-1024x1024.png 1024w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/barca-motore-150x150.png 150w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/barca-motore-768x768.png 768w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/barca-motore-700x700.png 700w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/barca-motore-440x440.png 440w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/barca-motore-180x180.png 180w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/barca-motore-120x120.png 120w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/barca-motore-540x540.png 540w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/barca-motore-240x240.png 240w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/elementor\/thumbs\/barca-motore-qcn5q3y3u9scnaxpv9xrsidn7ss2il6lrbu590nzeq.png 45w\" sizes=\"(max-width: 1067px) 100vw, 1067px\" \/><\/figure><div class=\"elementor-image-box-content\"><p class=\"elementor-image-box-title\">engine<\/p><\/div><\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\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-25 elementor-top-column elementor-element elementor-element-cc5fca9\" data-id=\"cc5fca9\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-253266a elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"253266a\" data-element_type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img loading=\"lazy\" decoding=\"async\" width=\"1067\" height=\"1067\" src=\"https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/catamarano.png\" class=\"attachment-full size-full wp-image-5944\" alt=\"\" srcset=\"https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/catamarano.png 1067w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/catamarano-300x300.png 300w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/catamarano-1024x1024.png 1024w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/catamarano-150x150.png 150w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/catamarano-768x768.png 768w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/catamarano-700x700.png 700w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/catamarano-440x440.png 440w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/catamarano-180x180.png 180w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/catamarano-120x120.png 120w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/catamarano-540x540.png 540w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/catamarano-240x240.png 240w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/elementor\/thumbs\/catamarano-qcn5rwsyxu94webicjz12k0g7dwe9pc308und3zthe.png 45w\" sizes=\"(max-width: 1067px) 100vw, 1067px\" \/><\/figure><div class=\"elementor-image-box-content\"><p class=\"elementor-image-box-title\">catamaran<\/p><\/div><\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\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-25 elementor-top-column elementor-element elementor-element-6bf7430\" data-id=\"6bf7430\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-ec96654 elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"ec96654\" data-element_type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img loading=\"lazy\" decoding=\"async\" width=\"1067\" height=\"1067\" src=\"https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/casa-mare.png\" class=\"attachment-full size-full wp-image-6931\" alt=\"\" srcset=\"https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/casa-mare.png 1067w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/casa-mare-300x300.png 300w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/casa-mare-1024x1024.png 1024w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/casa-mare-150x150.png 150w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/casa-mare-768x768.png 768w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/casa-mare-700x700.png 700w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/casa-mare-440x440.png 440w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/casa-mare-180x180.png 180w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/casa-mare-120x120.png 120w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/casa-mare-540x540.png 540w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/casa-mare-240x240.png 240w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/elementor\/thumbs\/casa-mare-qcqfku0o39r98055c7t5cvgil0xk3ii5qv3lhhxq0y.png 45w\" sizes=\"(max-width: 1067px) 100vw, 1067px\" \/><\/figure><div class=\"elementor-image-box-content\"><p class=\"elementor-image-box-title\">seaside villa<\/p><\/div><\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\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-25 elementor-top-column elementor-element elementor-element-7d9da7f\" data-id=\"7d9da7f\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\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-a11f161 elementor-hidden-tablet elementor-hidden-mobile elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"a11f161\" data-element_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\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-c7d5d41\" data-id=\"c7d5d41\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-235f6c8 elementor-widget elementor-widget-heading\" data-id=\"235f6c8\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Features<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f12dcd2 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"f12dcd2\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-people-arrows\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Crew: 16\/20 people<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-tint\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Capacity: 720 lit\/h<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-plug\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Power supply: 230\/110\/400 VAC<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"#\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-battery-half\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Consumption: 6.2 kW<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"#\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-weight-hanging\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Weight: 165 kg<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\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-0bd9239\" data-id=\"0bd9239\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-5dabf96 elementor-widget elementor-widget-heading\" data-id=\"5dabf96\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Accessories<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6c0335d elementor-widget elementor-widget-wgl-toggle-accordion\" data-id=\"6c0335d\" data-element_type=\"widget\" data-widget_type=\"wgl-toggle-accordion.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"wgl-accordion icon-custom\" id=\"wgl-accordion-6c0335d\" data-type=\"accordion\">\t\t\t\t<div class=\"wgl-accordion_panel\">\r\n\t\t\t\t\t<h4 id=\"wgl-accordion_header-1131\" class=\"wgl-accordion_header\" data-default=\"\">\r\n\t\t\t\t\t\t<span class=\"wgl-accordion_title\">Included<\/span>\r\n\t\t\t\t\t\t<i class=\"wgl-accordion_icon fa fa-angle-right\"><\/i>\t\t\t\t\t<\/h4>\r\n\t\t\t\t\t<div class=\"wgl-accordion_content\"><ul>\n<li>Stainless Steel Feed Pump<\/li>\n<li>Pre-filter<\/li>\n<li>Post-filter<\/li>\n<li>Carbon filter for flushing<\/li>\n<li>Watermaker control unit with Micro Computer<\/li>\n<li>Flushing System<\/li>\n<li>Carbon Filter for Flushing<\/li>\n<li>Installation Kit (Pipes, Fittings, Clamps)<\/li>\n<\/ul><\/div>\r\n\t\t\t\t<\/div>\r\n\t\t<\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-48fb15a elementor-widget elementor-widget-wgl-toggle-accordion\" data-id=\"48fb15a\" data-element_type=\"widget\" data-widget_type=\"wgl-toggle-accordion.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"wgl-accordion icon-custom\" id=\"wgl-accordion-48fb15a\" data-type=\"accordion\">\t\t\t\t<div class=\"wgl-accordion_panel\">\r\n\t\t\t\t\t<h4 id=\"wgl-accordion_header-7651\" class=\"wgl-accordion_header\" data-default=\"no\">\r\n\t\t\t\t\t\t<span class=\"wgl-accordion_title\">Optional<\/span>\r\n\t\t\t\t\t\t<i class=\"wgl-accordion_icon fa fa-angle-right\"><\/i>\t\t\t\t\t<\/h4>\r\n\t\t\t\t\t<div class=\"wgl-accordion_content\"><ul>\n<li>Maintenance Kit (N.1 spare filters set, filter wrench, cleaning and wintering products, High Pressure Pump Oil)<\/li> \t\n<\/ul><\/div>\r\n\t\t\t\t<\/div>\r\n\t\t<\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-cc7c46f elementor-widget elementor-widget-wgl-toggle-accordion\" data-id=\"cc7c46f\" data-element_type=\"widget\" data-widget_type=\"wgl-toggle-accordion.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"wgl-accordion icon-custom\" id=\"wgl-accordion-cc7c46f\" data-type=\"accordion\">\t\t\t\t<div class=\"wgl-accordion_panel\">\r\n\t\t\t\t\t<h4 id=\"wgl-accordion_header-2141\" class=\"wgl-accordion_header\" data-default=\"no\">\r\n\t\t\t\t\t\t<span class=\"wgl-accordion_title\">Control panel functions<\/span>\r\n\t\t\t\t\t\t<i class=\"wgl-accordion_icon fa fa-angle-right\"><\/i>\t\t\t\t\t<\/h4>\r\n\t\t\t\t\t<div class=\"wgl-accordion_content\">\n<ul>\n \t<li>Start\/Stop<\/li>\n \t<li>Start Flushing<\/li> \t\n \t<li>Salininometer on freshwater produced<\/li>\n<\/ul><\/div>\r\n\t\t\t\t<\/div>\r\n\t\t<\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\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-8bc0e4c elementor-hidden-tablet elementor-hidden-mobile elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"8bc0e4c\" data-element_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-no\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-f320fe2\" data-id=\"f320fe2\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-383b388 divider_yes elementor-widget elementor-widget-wgl-double-headings\" data-id=\"383b388\" data-element_type=\"widget\" data-widget_type=\"wgl-double-headings.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div class=\"wgl-double_heading aleft\">\t\t\t\t<h3 class=\"dbl-title_wrapper\"><span class=\"dbl-title dbl-title_1\">Technical features<\/span> \t\t\t\t<\/h3>\t\t<\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d08fe9e plus-border-yes elementor-widget elementor-widget-tp-table\" data-id=\"d08fe9e\" data-element_type=\"widget\" data-widget_type=\"tp-table.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div itemscope class=\"plus-table-wrapper   tp-table-mobresswipe\" itemtype=\"http:\/\/schema.org\/Table\">\n\n\t\t\t<table id=\"plus-table-id-d08fe9e\" class=\"plus-table plus-text-break plus-column-rules\" data-sort-table=\"no\" data-show-entry=\"no\" data-searchable=\"no\">\n\t\t\t\t\t\t\t\t<thead>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<tr class=\"plus-table-row\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<th id=\"tooltip6a231f5c96e8c\"data-sort=\"0\" class=\"sort-this elementor-repeater-item-9c3e1a5 plus-table-col\" rowspan=\"2\" data-local=\"true\"  scope=\"col\">\n\t\t\t\t\t\t\t\t\t<span class=\"sort-style\">\n\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/LOGO_CLASSIC.png\" class=\"plus-col-img--left\" title=\"LOGO_CLASSIC\" alt=\"LOGO_CLASSIC\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text-inner\"><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span> \n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/th>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<th id=\"tooltip6a231f5c96ec1\"data-sort=\"1\" class=\"sort-this elementor-repeater-item-09485b5 plus-table-col\" colspan=\"3\" data-local=\"true\"  scope=\"col\">\n\t\t\t\t\t\t\t\t\t<span class=\"sort-style\">\n\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text-inner\">Production<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span> \n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/th>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<th id=\"tooltip6a231f5c96ed7\"data-sort=\"2\" class=\"sort-this elementor-repeater-item-bb9b978 plus-table-col\" rowspan=\"2\" data-local=\"true\"  scope=\"col\">\n\t\t\t\t\t\t\t\t\t<span class=\"sort-style\">\n\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text-inner\">Voltage<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span> \n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/th>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<th id=\"tooltip6a231f5c96eea\"data-sort=\"3\" class=\"sort-this elementor-repeater-item-d9e2323 plus-table-col\" colspan=\"2\" rowspan=\"2\" data-local=\"true\"  scope=\"col\">\n\t\t\t\t\t\t\t\t\t<span class=\"sort-style\">\n\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text-inner\">Power consumption<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span> \n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/th>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<th id=\"tooltip6a231f5c96efd\"data-sort=\"4\" class=\"sort-this elementor-repeater-item-47f4fa1 plus-table-col\" rowspan=\"2\" data-local=\"true\"  scope=\"col\">\n\t\t\t\t\t\t\t\t\t<span class=\"sort-style\">\n\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text-inner\">Weight (kg)<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span> \n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/th>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/tr><tr class=\"plus-table-row\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<th id=\"tooltip6a231f5c96f1a\"class=\"sort-this elementor-repeater-item-6a069c1 plus-table-col\" data-local=\"true\"  scope=\"col\">\n\t\t\t\t\t\t\t\t\t<span class=\"sort-style\">\n\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text-inner\">Lit\/h<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span> \n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/th>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<th id=\"tooltip6a231f5c96f27\"class=\"sort-this elementor-repeater-item-4ca78f5 plus-table-col\" data-local=\"true\"  scope=\"col\">\n\t\t\t\t\t\t\t\t\t<span class=\"sort-style\">\n\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text-inner\">Lit\/day<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span> \n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/th>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<th id=\"tooltip6a231f5c96f35\"class=\"sort-this elementor-repeater-item-983d987 plus-table-col\" data-local=\"true\"  scope=\"col\">\n\t\t\t\t\t\t\t\t\t<span class=\"sort-style\">\n\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text-inner\">Gal\/day<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span> \n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/th>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/thead>\n\t\t\t\t\t\t\t\t<tbody>\n\t\t\t\t\t<!-- ROWS -->\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<tr data-entry=\"1\" class=\"plus-table-row\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<td id=\"tooltip6a231f5c96f5c\"class=\"plus-table-col elementor-repeater-item-875239d\" rowspan=\"3\" data-title=\"Lit\/h\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text-inner\"><strong>Classic 340L<\/strong><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<td id=\"tooltip6a231f5c96f7d\"class=\"plus-table-col elementor-repeater-item-7fed5ec\" rowspan=\"3\" data-title=\"Lit\/day\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text-inner\">720<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<td id=\"tooltip6a231f5c96f90\"class=\"plus-table-col elementor-repeater-item-83e4b2f\" rowspan=\"3\" data-title=\"Gal\/day\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text-inner\">17280<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<td id=\"tooltip6a231f5c96fa3\"class=\"plus-table-col elementor-repeater-item-74c1271\" rowspan=\"3\" data-title=\"Power consumption\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text-inner\">4565,4<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<td id=\"tooltip6a231f5c96fb5\"class=\"plus-table-col elementor-repeater-item-f8d20c1\" data-title=\"Weight (kg)\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text-inner\">230 VAC<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<td id=\"tooltip6a231f5c96fc6\"class=\"plus-table-col elementor-repeater-item-8cfcd66\" colspan=\"2\" rowspan=\"3\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text-inner\">6.2 kW<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<td id=\"tooltip6a231f5c96fd6\"class=\"plus-table-col elementor-repeater-item-d9e74b2\" rowspan=\"3\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text-inner\">165<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/tr><tr data-entry=\"2\" class=\"plus-table-row\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<td id=\"tooltip6a231f5c96fee\"class=\"plus-table-col elementor-repeater-item-d6ed870\" data-title=\"Lit\/h\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text-inner\">110 VAC<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/tr><tr data-entry=\"3\" class=\"plus-table-row\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<td id=\"tooltip6a231f5c97005\"class=\"plus-table-col elementor-repeater-item-75f86ab\" data-title=\"Lit\/h\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text-inner\">400 VAC<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/tbody>\n\t\t\t<\/table>\n\n\t\t<\/div>\n\t\t<style>#plus-table-id-d08fe9e th,#plus-table-id-d08fe9e th .plus-table__text{ margin:0 auto;text-align:center;}<\/style>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\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-27c4321 elementor-hidden-mobile elementor-hidden-tablet elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"27c4321\" data-element_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-no\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-7933b5f\" data-id=\"7933b5f\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-e5894f7 divider_yes elementor-widget elementor-widget-wgl-double-headings\" data-id=\"e5894f7\" data-element_type=\"widget\" data-widget_type=\"wgl-double-headings.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div class=\"wgl-double_heading aleft\">\t\t\t\t<h3 class=\"dbl-title_wrapper\"><span class=\"dbl-title dbl-title_1\">Download technical sheet<\/span> \t\t\t\t<\/h3>\t\t<\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\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-141f631\" data-id=\"141f631\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-a542a2a elementor-align-center elementor-widget-icon-box wgl-icon-box elementor-widget elementor-widget-wgl-button\" data-id=\"a542a2a\" data-element_type=\"widget\" data-widget_type=\"wgl-button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper elementor-button-icon\">\r\n\t\t\t<a class=\"elementor-button-link wgl-button elementor-button button-size-sm\" href=\"https:\/\/osmosea.it\/pdf\/classic\/disegni-tecnici-classic-340l-en.zip\" target=\"_blank\" role=\"button\">\t\t\t\t<div class=\"button-content-wrapper elementor-align-icon-left\">\r\n\t\t\t\t\t<div class=\"elementor-button-wrapper elementor-button-icon wgl-widget_wrapper elementor-icon-box-icon\"><div class=\"wgl-widget_container\"><span class=\"wgl-icon elementor-icon\" ><i class=\"icon fa fa-arrow-circle-down\"><\/i><\/span><\/div><\/div>\t\t\t\t\t<span class=\"elementor-button-text\">DOWNLOAD<\/span>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t<\/a>\r\n\t\t<\/div>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\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-eacb7f5 elementor-hidden-desktop elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"eacb7f5\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-c28158c\" data-id=\"c28158c\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-b10b793 elementor-widget elementor-widget-image\" data-id=\"b10b793\" data-element_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<div class=\"elementor-image\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"512\" height=\"512\" src=\"https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/cropped-FAV_OSMOSEA.png\" class=\"attachment-full size-full wp-image-2140\" alt=\"\" srcset=\"https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/cropped-FAV_OSMOSEA.png 512w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/cropped-FAV_OSMOSEA-300x300.png 300w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/cropped-FAV_OSMOSEA-150x150.png 150w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/cropped-FAV_OSMOSEA-440x440.png 440w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/cropped-FAV_OSMOSEA-180x180.png 180w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/cropped-FAV_OSMOSEA-120x120.png 120w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/cropped-FAV_OSMOSEA-240x240.png 240w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/cropped-FAV_OSMOSEA-270x270.png 270w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/cropped-FAV_OSMOSEA-192x192.png 192w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/cropped-FAV_OSMOSEA-32x32.png 32w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/elementor\/thumbs\/cropped-FAV_OSMOSEA-q8putlngxazzsdssnvfe5p0whv7c6tgu5usn0cw6i0.png 100w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/elementor\/thumbs\/cropped-FAV_OSMOSEA-q8putlngbdlrzdpxgezt3nlpz73iuxuz7yi1xnnkhg.png 50w\" sizes=\"(max-width: 512px) 100vw, 512px\" \/>\t\t\t\t\t\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<div class=\"elementor-element elementor-element-8d3debf divider_yes elementor-widget elementor-widget-wgl-double-headings\" data-id=\"8d3debf\" data-element_type=\"widget\" data-widget_type=\"wgl-double-headings.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div class=\"wgl-double_heading aleft\">\t\t\t\t<h3 class=\"dbl-title_wrapper\"><span class=\"dbl-title dbl-title_1\">Classic 340L<\/span> \t\t\t\t<\/h3>\t\t<\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ac0cf52 elementor-widget elementor-widget-image\" data-id=\"ac0cf52\" data-element_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<div class=\"elementor-image\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"667\" height=\"439\" src=\"https:\/\/osmosea.it\/wp-content\/uploads\/2024\/05\/CLASSIC-340L.jpg\" class=\"attachment-full size-full wp-image-15441\" alt=\"\" srcset=\"https:\/\/osmosea.it\/wp-content\/uploads\/2024\/05\/CLASSIC-340L.jpg 667w, https:\/\/osmosea.it\/wp-content\/uploads\/2024\/05\/CLASSIC-340L-300x197.jpg 300w\" sizes=\"(max-width: 667px) 100vw, 667px\" \/>\t\t\t\t\t\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<div class=\"elementor-element elementor-element-8db4415 elementor-widget elementor-widget-template\" data-id=\"8db4415\" data-element_type=\"widget\" data-widget_type=\"template.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-template\">\n\t\t\t\t\t<div data-elementor-type=\"section\" data-elementor-id=\"12249\" class=\"elementor elementor-12249 elementor-6946\" data-elementor-post-type=\"elementor_library\">\n\t\t\t\t\t<div class=\"elementor-section-wrap\">\n\t\t\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-f26814a elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"f26814a\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-4c80898\" data-id=\"4c80898\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-2e224b2 elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"2e224b2\" data-element_type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img decoding=\"async\" src=\"https:\/\/osmosea.it\/wp-content\/uploads\/elementor\/thumbs\/barca-motore-1-qcqf7ym8hy4w88u9i5i2pme9q2dloqehn5h7w30t8i.png\" title=\"barca-motore.png\" alt=\"barca-motore.png\" loading=\"lazy\" \/><\/figure><div class=\"elementor-image-box-content\"><p class=\"elementor-image-box-title\">engine<\/p><\/div><\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\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-top-column elementor-element elementor-element-b3e1f7a\" data-id=\"b3e1f7a\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-9b87920 elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"9b87920\" data-element_type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img decoding=\"async\" src=\"https:\/\/osmosea.it\/wp-content\/uploads\/elementor\/thumbs\/catamarano-1-qcqf80hwvm7gvgrj76bbulx6wu4c44lybes6umy0w2.png\" title=\"catamarano.png\" alt=\"catamarano.png\" loading=\"lazy\" \/><\/figure><div class=\"elementor-image-box-content\"><p class=\"elementor-image-box-title\">Catamaran<\/p><\/div><\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\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-top-column elementor-element elementor-element-6910135\" data-id=\"6910135\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-f09e4ff elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"f09e4ff\" data-element_type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img decoding=\"async\" src=\"https:\/\/osmosea.it\/wp-content\/uploads\/elementor\/thumbs\/casa-mare-qcqfku0o39r98055c7t5cvgil0xk3ii5qv3lhhxq0y.png\" title=\"casa-mare\" alt=\"casa-mare\" loading=\"lazy\" \/><\/figure><div class=\"elementor-image-box-content\"><p class=\"elementor-image-box-title\">seaside villa<\/p><\/div><\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\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-6a4bc81 elementor-hidden-desktop elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"6a4bc81\" data-element_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\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-6bab7af\" data-id=\"6bab7af\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-7e525af elementor-widget elementor-widget-heading\" data-id=\"7e525af\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Features<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9bd8e71 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"9bd8e71\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-people-arrows\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Crew: 16\/20 people<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-tint\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Capacity: 720 lit\/h<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-plug\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Power supply: 230\/110\/400 VAC<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"#\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-battery-half\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Consumption: 6.2 kW<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"#\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-weight-hanging\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Weight: 165 kg<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\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-868cf6c\" data-id=\"868cf6c\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-f84d21c elementor-widget elementor-widget-heading\" data-id=\"f84d21c\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Accessories<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-32a7cd1 elementor-widget elementor-widget-wgl-toggle-accordion\" data-id=\"32a7cd1\" data-element_type=\"widget\" data-widget_type=\"wgl-toggle-accordion.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"wgl-accordion icon-custom\" id=\"wgl-accordion-32a7cd1\" data-type=\"accordion\">\t\t\t\t<div class=\"wgl-accordion_panel\">\r\n\t\t\t\t\t<h4 id=\"wgl-accordion_header-5311\" class=\"wgl-accordion_header\" data-default=\"\">\r\n\t\t\t\t\t\t<span class=\"wgl-accordion_title\">Included<\/span>\r\n\t\t\t\t\t\t<i class=\"wgl-accordion_icon fa fa-angle-right\"><\/i>\t\t\t\t\t<\/h4>\r\n\t\t\t\t\t<div class=\"wgl-accordion_content\"><ul>\n<li>Stainless Steel Feed Pump<\/li>\n<li>Pre-filter<\/li>\n<li>Post-filter<\/li>\n<li>Carbon filter for flushing<\/li>\n<li>Watermaker control unit with Micro Computer<\/li>\n<li>Flushing System<\/li>\n<li>Carbon Filter for Flushing<\/li>\n<li>Installation Kit (Pipes, Fittings, Clamps)<\/li>\n<\/ul><\/div>\r\n\t\t\t\t<\/div>\r\n\t\t<\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-99636f4 elementor-widget elementor-widget-wgl-toggle-accordion\" data-id=\"99636f4\" data-element_type=\"widget\" data-widget_type=\"wgl-toggle-accordion.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"wgl-accordion icon-custom\" id=\"wgl-accordion-99636f4\" data-type=\"accordion\">\t\t\t\t<div class=\"wgl-accordion_panel\">\r\n\t\t\t\t\t<h4 id=\"wgl-accordion_header-1601\" class=\"wgl-accordion_header\" data-default=\"no\">\r\n\t\t\t\t\t\t<span class=\"wgl-accordion_title\">Optional<\/span>\r\n\t\t\t\t\t\t<i class=\"wgl-accordion_icon fa fa-angle-right\"><\/i>\t\t\t\t\t<\/h4>\r\n\t\t\t\t\t<div class=\"wgl-accordion_content\"><ul>\n<li>Maintenance Kit (N.1 spare filters set, filter wrench, cleaning and wintering products, High Pressure Pump Oil)<\/li> \t\n<\/ul><\/div>\r\n\t\t\t\t<\/div>\r\n\t\t<\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-865faa5 elementor-widget elementor-widget-wgl-toggle-accordion\" data-id=\"865faa5\" data-element_type=\"widget\" data-widget_type=\"wgl-toggle-accordion.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"wgl-accordion icon-custom\" id=\"wgl-accordion-865faa5\" data-type=\"accordion\">\t\t\t\t<div class=\"wgl-accordion_panel\">\r\n\t\t\t\t\t<h4 id=\"wgl-accordion_header-1401\" class=\"wgl-accordion_header\" data-default=\"no\">\r\n\t\t\t\t\t\t<span class=\"wgl-accordion_title\">Control panel functions<\/span>\r\n\t\t\t\t\t\t<i class=\"wgl-accordion_icon fa fa-angle-right\"><\/i>\t\t\t\t\t<\/h4>\r\n\t\t\t\t\t<div class=\"wgl-accordion_content\"><ul>\n \t<li>Start\/Stop<\/li>\n \t<li>Start Flushing<\/li> \t\n \t<li>Salininometer on freshwater produced<\/li>\n<\/ul><\/div>\r\n\t\t\t\t<\/div>\r\n\t\t<\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\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-66d9eac elementor-hidden-desktop elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"66d9eac\" data-element_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\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-5cf03af\" data-id=\"5cf03af\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-d9bc85c divider_yes elementor-widget elementor-widget-wgl-double-headings\" data-id=\"d9bc85c\" data-element_type=\"widget\" data-widget_type=\"wgl-double-headings.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div class=\"wgl-double_heading acenter\">\t\t\t\t<h3 class=\"dbl-title_wrapper\"><span class=\"dbl-title dbl-title_1\">Download technical sheet<\/span> \t\t\t\t<\/h3>\t\t<\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\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-af64f25\" data-id=\"af64f25\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-2833e0b elementor-align-center elementor-widget-icon-box wgl-icon-box elementor-widget elementor-widget-wgl-button\" data-id=\"2833e0b\" data-element_type=\"widget\" data-widget_type=\"wgl-button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper elementor-button-icon\">\r\n\t\t\t<a class=\"elementor-button-link wgl-button elementor-button button-size-sm\" href=\"https:\/\/osmosea.it\/pdf\/classic\/disegni-tecnici-classic-340l-en.zip\" target=\"_blank\" role=\"button\">\t\t\t\t<div class=\"button-content-wrapper elementor-align-icon-left\">\r\n\t\t\t\t\t<div class=\"elementor-button-wrapper elementor-button-icon wgl-widget_wrapper elementor-icon-box-icon\"><div class=\"wgl-widget_container\"><span class=\"wgl-icon elementor-icon\" ><i class=\"icon fa fa-arrow-circle-down\"><\/i><\/span><\/div><\/div>\t\t\t\t\t<span class=\"elementor-button-text\">DOWNLOAD<\/span>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t<\/a>\r\n\t\t<\/div>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\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-f1ed746 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"f1ed746\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6516776 elementor-widget elementor-widget-menu-anchor\" data-id=\"6516776\" data-element_type=\"widget\" data-widget_type=\"menu-anchor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div id=\"Classic440L\" class=\"elementor-menu-anchor\"><\/div>\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-274beed elementor-hidden-tablet elementor-hidden-mobile elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"274beed\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-ab1e6d6\" data-id=\"ab1e6d6\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-29a055c elementor-widget elementor-widget-image\" data-id=\"29a055c\" data-element_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<div class=\"elementor-image\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"667\" height=\"439\" src=\"https:\/\/osmosea.it\/wp-content\/uploads\/2025\/11\/CLASSIC-440L-1.jpg\" class=\"attachment-large size-large wp-image-15915\" alt=\"\" srcset=\"https:\/\/osmosea.it\/wp-content\/uploads\/2025\/11\/CLASSIC-440L-1.jpg 667w, https:\/\/osmosea.it\/wp-content\/uploads\/2025\/11\/CLASSIC-440L-1-300x197.jpg 300w\" sizes=\"(max-width: 667px) 100vw, 667px\" \/>\t\t\t\t\t\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\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-d8e5906\" data-id=\"d8e5906\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-6ef5693 elementor-widget elementor-widget-image\" data-id=\"6ef5693\" data-element_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<div class=\"elementor-image\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"512\" height=\"512\" src=\"https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/cropped-FAV_OSMOSEA.png\" class=\"attachment-large size-large wp-image-2140\" alt=\"\" srcset=\"https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/cropped-FAV_OSMOSEA.png 512w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/cropped-FAV_OSMOSEA-300x300.png 300w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/cropped-FAV_OSMOSEA-150x150.png 150w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/cropped-FAV_OSMOSEA-440x440.png 440w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/cropped-FAV_OSMOSEA-180x180.png 180w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/cropped-FAV_OSMOSEA-120x120.png 120w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/cropped-FAV_OSMOSEA-240x240.png 240w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/cropped-FAV_OSMOSEA-270x270.png 270w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/cropped-FAV_OSMOSEA-192x192.png 192w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/cropped-FAV_OSMOSEA-32x32.png 32w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/elementor\/thumbs\/cropped-FAV_OSMOSEA-q8putlngxazzsdssnvfe5p0whv7c6tgu5usn0cw6i0.png 100w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/elementor\/thumbs\/cropped-FAV_OSMOSEA-q8putlngbdlrzdpxgezt3nlpz73iuxuz7yi1xnnkhg.png 50w\" sizes=\"(max-width: 512px) 100vw, 512px\" \/>\t\t\t\t\t\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<div class=\"elementor-element elementor-element-3e9a2d1 divider_yes elementor-widget elementor-widget-wgl-double-headings\" data-id=\"3e9a2d1\" data-element_type=\"widget\" data-widget_type=\"wgl-double-headings.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div class=\"wgl-double_heading aleft\">\t\t\t\t<h3 class=\"dbl-title_wrapper\"><span class=\"dbl-title dbl-title_1\">Classic 440L<\/span> \t\t\t\t<\/h3>\t\t<\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e83db77 elementor-widget elementor-widget-spacer\" data-id=\"e83db77\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-32b891c elementor-widget elementor-widget-heading\" data-id=\"32b891c\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Use<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3c07dfc elementor-widget elementor-widget-template\" data-id=\"3c07dfc\" data-element_type=\"widget\" data-widget_type=\"template.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-template\">\n\t\t\t\t\t<div data-elementor-type=\"section\" data-elementor-id=\"12253\" class=\"elementor elementor-12253 elementor-6925\" data-elementor-post-type=\"elementor_library\">\n\t\t\t\t\t<div class=\"elementor-section-wrap\">\n\t\t\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-5c6b2cd elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"5c6b2cd\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-38cb2ab\" data-id=\"38cb2ab\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-be0db5b elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"be0db5b\" data-element_type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img loading=\"lazy\" decoding=\"async\" width=\"1067\" height=\"1067\" src=\"https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/barca-motore.png\" class=\"attachment-full size-full wp-image-5942\" alt=\"\" srcset=\"https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/barca-motore.png 1067w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/barca-motore-300x300.png 300w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/barca-motore-1024x1024.png 1024w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/barca-motore-150x150.png 150w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/barca-motore-768x768.png 768w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/barca-motore-700x700.png 700w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/barca-motore-440x440.png 440w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/barca-motore-180x180.png 180w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/barca-motore-120x120.png 120w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/barca-motore-540x540.png 540w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/barca-motore-240x240.png 240w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/elementor\/thumbs\/barca-motore-qcn5q3y3u9scnaxpv9xrsidn7ss2il6lrbu590nzeq.png 45w\" sizes=\"(max-width: 1067px) 100vw, 1067px\" \/><\/figure><div class=\"elementor-image-box-content\"><p class=\"elementor-image-box-title\">engine<\/p><\/div><\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\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-25 elementor-top-column elementor-element elementor-element-cc5fca9\" data-id=\"cc5fca9\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-253266a elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"253266a\" data-element_type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img loading=\"lazy\" decoding=\"async\" width=\"1067\" height=\"1067\" src=\"https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/catamarano.png\" class=\"attachment-full size-full wp-image-5944\" alt=\"\" srcset=\"https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/catamarano.png 1067w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/catamarano-300x300.png 300w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/catamarano-1024x1024.png 1024w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/catamarano-150x150.png 150w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/catamarano-768x768.png 768w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/catamarano-700x700.png 700w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/catamarano-440x440.png 440w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/catamarano-180x180.png 180w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/catamarano-120x120.png 120w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/catamarano-540x540.png 540w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/catamarano-240x240.png 240w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/elementor\/thumbs\/catamarano-qcn5rwsyxu94webicjz12k0g7dwe9pc308und3zthe.png 45w\" sizes=\"(max-width: 1067px) 100vw, 1067px\" \/><\/figure><div class=\"elementor-image-box-content\"><p class=\"elementor-image-box-title\">catamaran<\/p><\/div><\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\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-25 elementor-top-column elementor-element elementor-element-6bf7430\" data-id=\"6bf7430\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-ec96654 elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"ec96654\" data-element_type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img loading=\"lazy\" decoding=\"async\" width=\"1067\" height=\"1067\" src=\"https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/casa-mare.png\" class=\"attachment-full size-full wp-image-6931\" alt=\"\" srcset=\"https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/casa-mare.png 1067w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/casa-mare-300x300.png 300w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/casa-mare-1024x1024.png 1024w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/casa-mare-150x150.png 150w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/casa-mare-768x768.png 768w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/casa-mare-700x700.png 700w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/casa-mare-440x440.png 440w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/casa-mare-180x180.png 180w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/casa-mare-120x120.png 120w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/casa-mare-540x540.png 540w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/casa-mare-240x240.png 240w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/elementor\/thumbs\/casa-mare-qcqfku0o39r98055c7t5cvgil0xk3ii5qv3lhhxq0y.png 45w\" sizes=\"(max-width: 1067px) 100vw, 1067px\" \/><\/figure><div class=\"elementor-image-box-content\"><p class=\"elementor-image-box-title\">seaside villa<\/p><\/div><\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\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-25 elementor-top-column elementor-element elementor-element-7d9da7f\" data-id=\"7d9da7f\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\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-ea87445 elementor-hidden-tablet elementor-hidden-mobile elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"ea87445\" data-element_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\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-e4c311c\" data-id=\"e4c311c\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-c2e6cd9 elementor-widget elementor-widget-heading\" data-id=\"c2e6cd9\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Features<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f21585a elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"f21585a\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-people-arrows\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Crew: 20\/30 people<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-tint\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Capacity: 1000 lit\/h<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-plug\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Power supply: 230\/110\/400 VAC<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"#\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-battery-half\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Consumption: 11.2 kW<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"#\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-weight-hanging\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Weight: 280 kg<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\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-311f280\" data-id=\"311f280\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-57f6d32 elementor-widget elementor-widget-heading\" data-id=\"57f6d32\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Accessories<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a899e79 elementor-widget elementor-widget-wgl-toggle-accordion\" data-id=\"a899e79\" data-element_type=\"widget\" data-widget_type=\"wgl-toggle-accordion.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"wgl-accordion icon-custom\" id=\"wgl-accordion-a899e79\" data-type=\"accordion\">\t\t\t\t<div class=\"wgl-accordion_panel\">\r\n\t\t\t\t\t<h4 id=\"wgl-accordion_header-1761\" class=\"wgl-accordion_header\" data-default=\"\">\r\n\t\t\t\t\t\t<span class=\"wgl-accordion_title\">Included<\/span>\r\n\t\t\t\t\t\t<i class=\"wgl-accordion_icon fa fa-angle-right\"><\/i>\t\t\t\t\t<\/h4>\r\n\t\t\t\t\t<div class=\"wgl-accordion_content\"><ul>\n<li>Stainless Steel Feed Pump<\/li>\n<li>Pre-filter<\/li>\n<li>Post-filter<\/li>\n<li>Carbon filter for flushing<\/li>\n<li>Watermaker control unit with Micro Computer<\/li>\n<li>Flushing System<\/li>\n<li>Carbon Filter for Flushing<\/li>\n<li>Installation Kit (Pipes, Fittings, Clamps)<\/li>\n<\/ul><\/div>\r\n\t\t\t\t<\/div>\r\n\t\t<\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6fc14d2 elementor-widget elementor-widget-wgl-toggle-accordion\" data-id=\"6fc14d2\" data-element_type=\"widget\" data-widget_type=\"wgl-toggle-accordion.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"wgl-accordion icon-custom\" id=\"wgl-accordion-6fc14d2\" data-type=\"accordion\">\t\t\t\t<div class=\"wgl-accordion_panel\">\r\n\t\t\t\t\t<h4 id=\"wgl-accordion_header-1171\" class=\"wgl-accordion_header\" data-default=\"no\">\r\n\t\t\t\t\t\t<span class=\"wgl-accordion_title\">Optional<\/span>\r\n\t\t\t\t\t\t<i class=\"wgl-accordion_icon fa fa-angle-right\"><\/i>\t\t\t\t\t<\/h4>\r\n\t\t\t\t\t<div class=\"wgl-accordion_content\"><ul>\n<li>Maintenance Kit (N.1 spare filters set, filter wrench, cleaning and wintering products, High Pressure Pump Oil)<\/li> \t\n<\/ul><\/div>\r\n\t\t\t\t<\/div>\r\n\t\t<\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3a468bf elementor-widget elementor-widget-wgl-toggle-accordion\" data-id=\"3a468bf\" data-element_type=\"widget\" data-widget_type=\"wgl-toggle-accordion.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"wgl-accordion icon-custom\" id=\"wgl-accordion-3a468bf\" data-type=\"accordion\">\t\t\t\t<div class=\"wgl-accordion_panel\">\r\n\t\t\t\t\t<h4 id=\"wgl-accordion_header-6111\" class=\"wgl-accordion_header\" data-default=\"no\">\r\n\t\t\t\t\t\t<span class=\"wgl-accordion_title\">Control panel functions<\/span>\r\n\t\t\t\t\t\t<i class=\"wgl-accordion_icon fa fa-angle-right\"><\/i>\t\t\t\t\t<\/h4>\r\n\t\t\t\t\t<div class=\"wgl-accordion_content\">\n<ul>\n \t<li>Start\/Stop<\/li>\n \t<li>Start Flushing<\/li> \t\n \t<li>Salininometer on freshwater produced<\/li>\n<\/ul><\/div>\r\n\t\t\t\t<\/div>\r\n\t\t<\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\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-38e0601 elementor-hidden-tablet elementor-hidden-mobile elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"38e0601\" data-element_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-no\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-0b7ff15\" data-id=\"0b7ff15\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-6f94fab divider_yes elementor-widget elementor-widget-wgl-double-headings\" data-id=\"6f94fab\" data-element_type=\"widget\" data-widget_type=\"wgl-double-headings.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div class=\"wgl-double_heading aleft\">\t\t\t\t<h3 class=\"dbl-title_wrapper\"><span class=\"dbl-title dbl-title_1\">Technical features<\/span> \t\t\t\t<\/h3>\t\t<\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a37c518 plus-border-yes elementor-widget elementor-widget-tp-table\" data-id=\"a37c518\" data-element_type=\"widget\" data-widget_type=\"tp-table.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div itemscope class=\"plus-table-wrapper   tp-table-mobresswipe\" itemtype=\"http:\/\/schema.org\/Table\">\n\n\t\t\t<table id=\"plus-table-id-a37c518\" class=\"plus-table plus-text-break plus-column-rules\" data-sort-table=\"no\" data-show-entry=\"no\" data-searchable=\"no\">\n\t\t\t\t\t\t\t\t<thead>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<tr class=\"plus-table-row\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<th id=\"tooltip6a231f5cc142b\"data-sort=\"0\" class=\"sort-this elementor-repeater-item-9c3e1a5 plus-table-col\" rowspan=\"2\" data-local=\"true\"  scope=\"col\">\n\t\t\t\t\t\t\t\t\t<span class=\"sort-style\">\n\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/LOGO_CLASSIC.png\" class=\"plus-col-img--left\" title=\"LOGO_CLASSIC\" alt=\"LOGO_CLASSIC\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text-inner\"><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span> \n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/th>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<th id=\"tooltip6a231f5cc145b\"data-sort=\"1\" class=\"sort-this elementor-repeater-item-09485b5 plus-table-col\" colspan=\"3\" data-local=\"true\"  scope=\"col\">\n\t\t\t\t\t\t\t\t\t<span class=\"sort-style\">\n\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text-inner\">Production<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span> \n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/th>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<th id=\"tooltip6a231f5cc1472\"data-sort=\"2\" class=\"sort-this elementor-repeater-item-bb9b978 plus-table-col\" rowspan=\"2\" data-local=\"true\"  scope=\"col\">\n\t\t\t\t\t\t\t\t\t<span class=\"sort-style\">\n\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text-inner\">Voltage<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span> \n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/th>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<th id=\"tooltip6a231f5cc1486\"data-sort=\"3\" class=\"sort-this elementor-repeater-item-d9e2323 plus-table-col\" colspan=\"2\" rowspan=\"2\" data-local=\"true\"  scope=\"col\">\n\t\t\t\t\t\t\t\t\t<span class=\"sort-style\">\n\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text-inner\">Power consumption<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span> \n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/th>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<th id=\"tooltip6a231f5cc1499\"data-sort=\"4\" class=\"sort-this elementor-repeater-item-47f4fa1 plus-table-col\" rowspan=\"2\" data-local=\"true\"  scope=\"col\">\n\t\t\t\t\t\t\t\t\t<span class=\"sort-style\">\n\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text-inner\">Weight (kg)<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span> \n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/th>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/tr><tr class=\"plus-table-row\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<th id=\"tooltip6a231f5cc14b6\"class=\"sort-this elementor-repeater-item-6a069c1 plus-table-col\" data-local=\"true\"  scope=\"col\">\n\t\t\t\t\t\t\t\t\t<span class=\"sort-style\">\n\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text-inner\">Lit\/h<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span> \n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/th>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<th id=\"tooltip6a231f5cc14c3\"class=\"sort-this elementor-repeater-item-4ca78f5 plus-table-col\" data-local=\"true\"  scope=\"col\">\n\t\t\t\t\t\t\t\t\t<span class=\"sort-style\">\n\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text-inner\">Lit\/day<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span> \n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/th>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<th id=\"tooltip6a231f5cc14d0\"class=\"sort-this elementor-repeater-item-983d987 plus-table-col\" data-local=\"true\"  scope=\"col\">\n\t\t\t\t\t\t\t\t\t<span class=\"sort-style\">\n\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text-inner\">Gal\/day<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span> \n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/th>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/thead>\n\t\t\t\t\t\t\t\t<tbody>\n\t\t\t\t\t<!-- ROWS -->\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<tr data-entry=\"1\" class=\"plus-table-row\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<td id=\"tooltip6a231f5cc1500\"class=\"plus-table-col elementor-repeater-item-875239d\" rowspan=\"3\" data-title=\"Lit\/h\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text-inner\"><strong>Classic 440L<\/strong><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<td id=\"tooltip6a231f5cc152e\"class=\"plus-table-col elementor-repeater-item-7fed5ec\" rowspan=\"3\" data-title=\"Lit\/day\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text-inner\">1000<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<td id=\"tooltip6a231f5cc1541\"class=\"plus-table-col elementor-repeater-item-83e4b2f\" rowspan=\"3\" data-title=\"Gal\/day\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text-inner\">24000<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<td id=\"tooltip6a231f5cc1555\"class=\"plus-table-col elementor-repeater-item-74c1271\" rowspan=\"3\" data-title=\"Power consumption\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text-inner\">6340,8<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<td id=\"tooltip6a231f5cc1566\"class=\"plus-table-col elementor-repeater-item-f8d20c1\" data-title=\"Weight (kg)\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text-inner\">230 VAC<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<td id=\"tooltip6a231f5cc157d\"class=\"plus-table-col elementor-repeater-item-8cfcd66\" colspan=\"2\" rowspan=\"3\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text-inner\">11.2 kW<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<td id=\"tooltip6a231f5cc158e\"class=\"plus-table-col elementor-repeater-item-d9e74b2\" rowspan=\"3\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text-inner\">280<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/tr><tr data-entry=\"2\" class=\"plus-table-row\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<td id=\"tooltip6a231f5cc15b3\"class=\"plus-table-col elementor-repeater-item-d6ed870\" data-title=\"Lit\/h\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text-inner\">110 VAC<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/tr><tr data-entry=\"3\" class=\"plus-table-row\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<td id=\"tooltip6a231f5cc15cf\"class=\"plus-table-col elementor-repeater-item-75f86ab\" data-title=\"Lit\/h\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"plus-table__text-inner\">400 VAC<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/tbody>\n\t\t\t<\/table>\n\n\t\t<\/div>\n\t\t<style>#plus-table-id-a37c518 th,#plus-table-id-a37c518 th .plus-table__text{ margin:0 auto;text-align:center;}<\/style>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\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-bb522c9 elementor-hidden-mobile elementor-hidden-tablet elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"bb522c9\" data-element_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-no\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-3df0454\" data-id=\"3df0454\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-131a9d2 divider_yes elementor-widget elementor-widget-wgl-double-headings\" data-id=\"131a9d2\" data-element_type=\"widget\" data-widget_type=\"wgl-double-headings.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div class=\"wgl-double_heading aleft\">\t\t\t\t<h3 class=\"dbl-title_wrapper\"><span class=\"dbl-title dbl-title_1\">Download technical sheet<\/span> \t\t\t\t<\/h3>\t\t<\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\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-42d478d\" data-id=\"42d478d\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-f222034 elementor-align-center elementor-widget-icon-box wgl-icon-box elementor-widget elementor-widget-wgl-button\" data-id=\"f222034\" data-element_type=\"widget\" data-widget_type=\"wgl-button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper elementor-button-icon\">\r\n\t\t\t<a class=\"elementor-button-link wgl-button elementor-button button-size-sm\" href=\"https:\/\/osmosea.it\/pdf\/classic\/disegni-tecnici-classic-440l-en.zip\" target=\"_blank\" role=\"button\">\t\t\t\t<div class=\"button-content-wrapper elementor-align-icon-left\">\r\n\t\t\t\t\t<div class=\"elementor-button-wrapper elementor-button-icon wgl-widget_wrapper elementor-icon-box-icon\"><div class=\"wgl-widget_container\"><span class=\"wgl-icon elementor-icon\" ><i class=\"icon fa fa-arrow-circle-down\"><\/i><\/span><\/div><\/div>\t\t\t\t\t<span class=\"elementor-button-text\">DOWNLOAD<\/span>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t<\/a>\r\n\t\t<\/div>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\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-9519ab1 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"9519ab1\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\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-22baf05 elementor-hidden-desktop elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"22baf05\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-ca5d32c\" data-id=\"ca5d32c\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-61030f1 elementor-widget elementor-widget-image\" data-id=\"61030f1\" data-element_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<div class=\"elementor-image\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"512\" height=\"512\" src=\"https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/cropped-FAV_OSMOSEA.png\" class=\"attachment-full size-full wp-image-2140\" alt=\"\" srcset=\"https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/cropped-FAV_OSMOSEA.png 512w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/cropped-FAV_OSMOSEA-300x300.png 300w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/cropped-FAV_OSMOSEA-150x150.png 150w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/cropped-FAV_OSMOSEA-440x440.png 440w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/cropped-FAV_OSMOSEA-180x180.png 180w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/cropped-FAV_OSMOSEA-120x120.png 120w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/cropped-FAV_OSMOSEA-240x240.png 240w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/cropped-FAV_OSMOSEA-270x270.png 270w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/cropped-FAV_OSMOSEA-192x192.png 192w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/cropped-FAV_OSMOSEA-32x32.png 32w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/elementor\/thumbs\/cropped-FAV_OSMOSEA-q8putlngxazzsdssnvfe5p0whv7c6tgu5usn0cw6i0.png 100w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/elementor\/thumbs\/cropped-FAV_OSMOSEA-q8putlngbdlrzdpxgezt3nlpz73iuxuz7yi1xnnkhg.png 50w\" sizes=\"(max-width: 512px) 100vw, 512px\" \/>\t\t\t\t\t\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<div class=\"elementor-element elementor-element-99908e6 divider_yes elementor-widget elementor-widget-wgl-double-headings\" data-id=\"99908e6\" data-element_type=\"widget\" data-widget_type=\"wgl-double-headings.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div class=\"wgl-double_heading aleft\">\t\t\t\t<h3 class=\"dbl-title_wrapper\"><span class=\"dbl-title dbl-title_1\">Classic 440L<\/span> \t\t\t\t<\/h3>\t\t<\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4d9bb56 elementor-widget elementor-widget-image\" data-id=\"4d9bb56\" data-element_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<div class=\"elementor-image\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"667\" height=\"439\" src=\"https:\/\/osmosea.it\/wp-content\/uploads\/2025\/11\/CLASSIC-440L-1.jpg\" class=\"attachment-full size-full wp-image-15915\" alt=\"\" srcset=\"https:\/\/osmosea.it\/wp-content\/uploads\/2025\/11\/CLASSIC-440L-1.jpg 667w, https:\/\/osmosea.it\/wp-content\/uploads\/2025\/11\/CLASSIC-440L-1-300x197.jpg 300w\" sizes=\"(max-width: 667px) 100vw, 667px\" \/>\t\t\t\t\t\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<div class=\"elementor-element elementor-element-1cdbcf9 elementor-widget elementor-widget-template\" data-id=\"1cdbcf9\" data-element_type=\"widget\" data-widget_type=\"template.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-template\">\n\t\t\t\t\t<div data-elementor-type=\"section\" data-elementor-id=\"12249\" class=\"elementor elementor-12249 elementor-6946\" data-elementor-post-type=\"elementor_library\">\n\t\t\t\t\t<div class=\"elementor-section-wrap\">\n\t\t\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-f26814a elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"f26814a\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-4c80898\" data-id=\"4c80898\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-2e224b2 elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"2e224b2\" data-element_type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img decoding=\"async\" src=\"https:\/\/osmosea.it\/wp-content\/uploads\/elementor\/thumbs\/barca-motore-1-qcqf7ym8hy4w88u9i5i2pme9q2dloqehn5h7w30t8i.png\" title=\"barca-motore.png\" alt=\"barca-motore.png\" loading=\"lazy\" \/><\/figure><div class=\"elementor-image-box-content\"><p class=\"elementor-image-box-title\">engine<\/p><\/div><\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\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-top-column elementor-element elementor-element-b3e1f7a\" data-id=\"b3e1f7a\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-9b87920 elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"9b87920\" data-element_type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img decoding=\"async\" src=\"https:\/\/osmosea.it\/wp-content\/uploads\/elementor\/thumbs\/catamarano-1-qcqf80hwvm7gvgrj76bbulx6wu4c44lybes6umy0w2.png\" title=\"catamarano.png\" alt=\"catamarano.png\" loading=\"lazy\" \/><\/figure><div class=\"elementor-image-box-content\"><p class=\"elementor-image-box-title\">Catamaran<\/p><\/div><\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\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-top-column elementor-element elementor-element-6910135\" data-id=\"6910135\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-f09e4ff elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"f09e4ff\" data-element_type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img decoding=\"async\" src=\"https:\/\/osmosea.it\/wp-content\/uploads\/elementor\/thumbs\/casa-mare-qcqfku0o39r98055c7t5cvgil0xk3ii5qv3lhhxq0y.png\" title=\"casa-mare\" alt=\"casa-mare\" loading=\"lazy\" \/><\/figure><div class=\"elementor-image-box-content\"><p class=\"elementor-image-box-title\">seaside villa<\/p><\/div><\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\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-b3d371b elementor-hidden-desktop elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"b3d371b\" data-element_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\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-ee53d31\" data-id=\"ee53d31\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-ee1aa76 elementor-widget elementor-widget-heading\" data-id=\"ee1aa76\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Features<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-31021e6 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"31021e6\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-people-arrows\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Crew: 20\/30 people<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-tint\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Capacity: 1000 lit\/h<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-plug\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Power supply: 230\/110\/400 VAC<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"#\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-battery-half\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Consumption: 11.2 kW<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"#\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-weight-hanging\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Weight: 280 kg<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\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-5259751\" data-id=\"5259751\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-bca38db elementor-widget elementor-widget-heading\" data-id=\"bca38db\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Accessories<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5ddff76 elementor-widget elementor-widget-wgl-toggle-accordion\" data-id=\"5ddff76\" data-element_type=\"widget\" data-widget_type=\"wgl-toggle-accordion.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"wgl-accordion icon-custom\" id=\"wgl-accordion-5ddff76\" data-type=\"accordion\">\t\t\t\t<div class=\"wgl-accordion_panel\">\r\n\t\t\t\t\t<h4 id=\"wgl-accordion_header-9841\" class=\"wgl-accordion_header\" data-default=\"\">\r\n\t\t\t\t\t\t<span class=\"wgl-accordion_title\">Included<\/span>\r\n\t\t\t\t\t\t<i class=\"wgl-accordion_icon fa fa-angle-right\"><\/i>\t\t\t\t\t<\/h4>\r\n\t\t\t\t\t<div class=\"wgl-accordion_content\"><ul>\n<li>Stainless Steel Feed Pump<\/li>\n<li>Pre-filter<\/li>\n<li>Post-filter<\/li>\n<li>Carbon filter for flushing<\/li>\n<li>Watermaker control unit with Micro Computer<\/li>\n<li>Flushing System<\/li>\n<li>Carbon Filter for Flushing<\/li>\n<li>Installation Kit (Pipes, Fittings, Clamps)<\/li>\n<\/ul><\/div>\r\n\t\t\t\t<\/div>\r\n\t\t<\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-418b074 elementor-widget elementor-widget-wgl-toggle-accordion\" data-id=\"418b074\" data-element_type=\"widget\" data-widget_type=\"wgl-toggle-accordion.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"wgl-accordion icon-custom\" id=\"wgl-accordion-418b074\" data-type=\"accordion\">\t\t\t\t<div class=\"wgl-accordion_panel\">\r\n\t\t\t\t\t<h4 id=\"wgl-accordion_header-6871\" class=\"wgl-accordion_header\" data-default=\"no\">\r\n\t\t\t\t\t\t<span class=\"wgl-accordion_title\">Optional<\/span>\r\n\t\t\t\t\t\t<i class=\"wgl-accordion_icon fa fa-angle-right\"><\/i>\t\t\t\t\t<\/h4>\r\n\t\t\t\t\t<div class=\"wgl-accordion_content\"><ul>\n<li>Maintenance Kit (N.1 spare filters set, filter wrench, cleaning and wintering products, High Pressure Pump Oil)<\/li> \t\n<\/ul><\/div>\r\n\t\t\t\t<\/div>\r\n\t\t<\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-018a6c3 elementor-widget elementor-widget-wgl-toggle-accordion\" data-id=\"018a6c3\" data-element_type=\"widget\" data-widget_type=\"wgl-toggle-accordion.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"wgl-accordion icon-custom\" id=\"wgl-accordion-018a6c3\" data-type=\"accordion\">\t\t\t\t<div class=\"wgl-accordion_panel\">\r\n\t\t\t\t\t<h4 id=\"wgl-accordion_header-1611\" class=\"wgl-accordion_header\" data-default=\"no\">\r\n\t\t\t\t\t\t<span class=\"wgl-accordion_title\">Control panel functions<\/span>\r\n\t\t\t\t\t\t<i class=\"wgl-accordion_icon fa fa-angle-right\"><\/i>\t\t\t\t\t<\/h4>\r\n\t\t\t\t\t<div class=\"wgl-accordion_content\"><ul>\n \t<li>Start\/Stop<\/li>\n \t<li>Start Flushing<\/li> \t\n \t<li>Salininometer on freshwater produced<\/li>\n<\/ul><\/div>\r\n\t\t\t\t<\/div>\r\n\t\t<\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\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-2f8fa30 elementor-hidden-desktop elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"2f8fa30\" data-element_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\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-fc0a5f1\" data-id=\"fc0a5f1\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-973baa8 divider_yes elementor-widget elementor-widget-wgl-double-headings\" data-id=\"973baa8\" data-element_type=\"widget\" data-widget_type=\"wgl-double-headings.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div class=\"wgl-double_heading acenter\">\t\t\t\t<h3 class=\"dbl-title_wrapper\"><span class=\"dbl-title dbl-title_1\">Download technical sheet<\/span> \t\t\t\t<\/h3>\t\t<\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\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-fe87792\" data-id=\"fe87792\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-11b25ef elementor-align-center elementor-widget-icon-box wgl-icon-box elementor-widget elementor-widget-wgl-button\" data-id=\"11b25ef\" data-element_type=\"widget\" data-widget_type=\"wgl-button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper elementor-button-icon\">\r\n\t\t\t<a class=\"elementor-button-link wgl-button elementor-button button-size-sm\" href=\"https:\/\/osmosea.it\/pdf\/classic\/disegni-tecnici-classic-440l-en.zip\" target=\"_blank\" role=\"button\">\t\t\t\t<div class=\"button-content-wrapper elementor-align-icon-left\">\r\n\t\t\t\t\t<div class=\"elementor-button-wrapper elementor-button-icon wgl-widget_wrapper elementor-icon-box-icon\"><div class=\"wgl-widget_container\"><span class=\"wgl-icon elementor-icon\" ><i class=\"icon fa fa-arrow-circle-down\"><\/i><\/span><\/div><\/div>\t\t\t\t\t<span class=\"elementor-button-text\">DOWNLOAD<\/span>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t<\/a>\r\n\t\t<\/div>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\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-3241830 elementor-section-stretched elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"3241830\" data-element_type=\"section\" data-settings=\"{&quot;stretch_section&quot;:&quot;section-stretched&quot;,&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\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-22187cd\" data-id=\"22187cd\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-b4fbc34 elementor-widget elementor-widget-image\" data-id=\"b4fbc34\" data-element_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<div class=\"elementor-image\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"512\" height=\"512\" src=\"https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/cropped-FAV_OSMOSEA.png\" class=\"attachment-large size-large wp-image-2140\" alt=\"\" srcset=\"https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/cropped-FAV_OSMOSEA.png 512w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/cropped-FAV_OSMOSEA-300x300.png 300w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/cropped-FAV_OSMOSEA-150x150.png 150w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/cropped-FAV_OSMOSEA-440x440.png 440w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/cropped-FAV_OSMOSEA-180x180.png 180w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/cropped-FAV_OSMOSEA-120x120.png 120w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/cropped-FAV_OSMOSEA-240x240.png 240w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/cropped-FAV_OSMOSEA-270x270.png 270w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/cropped-FAV_OSMOSEA-192x192.png 192w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/cropped-FAV_OSMOSEA-32x32.png 32w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/elementor\/thumbs\/cropped-FAV_OSMOSEA-q8putlngxazzsdssnvfe5p0whv7c6tgu5usn0cw6i0.png 100w, https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/elementor\/thumbs\/cropped-FAV_OSMOSEA-q8putlngbdlrzdpxgezt3nlpz73iuxuz7yi1xnnkhg.png 50w\" sizes=\"(max-width: 512px) 100vw, 512px\" \/>\t\t\t\t\t\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<div class=\"elementor-element elementor-element-cdcbc0b divider_yes elementor-widget elementor-widget-wgl-double-headings\" data-id=\"cdcbc0b\" data-element_type=\"widget\" data-widget_type=\"wgl-double-headings.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div class=\"wgl-double_heading acenter\">\t\t\t\t<h3 class=\"dbl-title_wrapper\"><span class=\"dbl-title dbl-title_1\">Related products<\/span> \t\t\t\t<\/h3>\t\t<\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b1b0449 elementor-widget elementor-widget-spacer\" data-id=\"b1b0449\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\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-c5fc555 elementor-section-stretched elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"c5fc555\" data-element_type=\"section\" data-settings=\"{&quot;stretch_section&quot;:&quot;section-stretched&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-9e69670\" data-id=\"9e69670\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t<div class=\"elementor-background-overlay\"><\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-7a5d864 divider_yes elementor-widget elementor-widget-wgl-double-headings\" data-id=\"7a5d864\" data-element_type=\"widget\" data-widget_type=\"wgl-double-headings.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div class=\"wgl-double_heading aleft\"><a class=\"dbl-title_link\" href=\"https:\/\/osmosea.it\/en\/linea-domestica\/\">\t\t\t\t<h3 class=\"dbl-title_wrapper\">\t\t\t\t<\/h3><\/a><span class=\"dbl-title dbl-bg_text\">HOUSEKEEPER<\/span> \t\t<\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c652824 divider_yes aleft elementor-widget elementor-widget-wgl-services-8\" data-id=\"c652824\" data-element_type=\"widget\" data-widget_type=\"wgl-services-8.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t        <div class=\"wgl-services-8\">\r\n            <div class=\"wgl-services_media\">\r\n            <\/div>\r\n            <div class=\"wgl-services_wrap\">\r\n                <div class=\"wgl-services_content-wrap\">\r\n                    <div class=\"wgl-services_subtitle\"><span>Housekeeper line<\/span><\/div><h3 class=\"wgl-services_title\">Home solutions<\/h3><div class=\"wgl-services_readmore icon-position-right corner-attached corner-position_bottom\"><a href=\"https:\/\/osmosea.it\/en\/linea-domestica\"><i class=\"flaticon-download\"><\/i><\/a><\/div>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n\r\n        \t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\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-top-column elementor-element elementor-element-d668ced\" data-id=\"d668ced\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t<div class=\"elementor-background-overlay\"><\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-460536a divider_yes elementor-widget elementor-widget-wgl-double-headings\" data-id=\"460536a\" data-element_type=\"widget\" data-widget_type=\"wgl-double-headings.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div class=\"wgl-double_heading aleft\"><a class=\"dbl-title_link\" href=\"https:\/\/osmosea.it\/en\/linea-industriale\/\">\t\t\t\t<h3 class=\"dbl-title_wrapper\">\t\t\t\t<\/h3><\/a><span class=\"dbl-title dbl-bg_text\">INDUSTRIAL<\/span> \t\t<\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-50fce78 elementor-widget__width-initial divider_yes aleft elementor-widget elementor-widget-wgl-services-8\" data-id=\"50fce78\" data-element_type=\"widget\" data-widget_type=\"wgl-services-8.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t        <div class=\"wgl-services-8\">\r\n            <div class=\"wgl-services_media\">\r\n            <\/div>\r\n            <div class=\"wgl-services_wrap\">\r\n                <div class=\"wgl-services_content-wrap\">\r\n                    <div class=\"wgl-services_subtitle\"><span>Industrial line<\/span><\/div><h3 class=\"wgl-services_title\">Uncompromising efficiency<\/h3><div class=\"wgl-services_readmore icon-position-right corner-attached corner-position_bottom\"><a href=\"https:\/\/osmosea.it\/en\/linea-industriale\"><i class=\"flaticon-download\"><\/i><\/a><\/div>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n\r\n        \t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\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-69f86bc elementor-section-full_width elementor-section-stretched elementor-hidden-tablet elementor-hidden-mobile elementor-section-height-default elementor-section-height-default\" data-id=\"69f86bc\" data-element_type=\"section\" data-settings=\"{&quot;stretch_section&quot;:&quot;section-stretched&quot;,&quot;sticky&quot;:&quot;bottom&quot;,&quot;sticky_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;],&quot;sticky_offset&quot;:0,&quot;sticky_effects_offset&quot;:0}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-01c1df5\" data-id=\"01c1df5\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-699e0e0 elementor-absolute elementor-widget elementor-widget-image\" data-id=\"699e0e0\" data-element_type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-image\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6MTIyNzAsInRvZ2dsZSI6dHJ1ZX0%3D\">\n\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/osmosea.it\/wp-content\/uploads\/2023\/08\/icon-tendina_RED.jpg\" title=\"icon-tendina_RED\" alt=\"icon-tendina_RED\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\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\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Boating line Classic Simple and reliable watermaker. Supplied in one piece or in modular version in steel Inox AISI 316 structure for easy installation and maximum reliability over time. Models Simple and reliable watermaker. Supplied in one piece or in modular version in steel Inox AISI 316 structure for easy installation and maximum reliability over [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":15457,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"footnotes":""},"categories":[16],"tags":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v21.4 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Classic - Osmosea: Dissalatori e Trattamento Acque<\/title>\n<meta name=\"description\" content=\"Osmosea opera nel campo della produzione e distribuzione di dissalatori nautici, industriali e domestico ed \u00e8 da sempre sinonimo di eccellenza nel settore.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/osmosea.it\/classic\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Classic - Osmosea: Dissalatori e Trattamento Acque\" \/>\n<meta property=\"og:description\" content=\"Osmosea opera nel campo della produzione e distribuzione di dissalatori nautici, industriali e domestico ed \u00e8 da sempre sinonimo di eccellenza nel settore.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/osmosea.it\/classic\/\" \/>\n<meta property=\"og:site_name\" content=\"Osmosea: Dissalatori e Trattamento Acque\" \/>\n<meta property=\"article:modified_time\" content=\"2025-11-07T15:25:39+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/classic-quadrato-1.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"667\" \/>\n\t<meta property=\"og:image:height\" content=\"667\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"37 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/osmosea.it\/classic\/\",\"url\":\"https:\/\/osmosea.it\/classic\/\",\"name\":\"Classic - Osmosea: Dissalatori e Trattamento Acque\",\"isPartOf\":{\"@id\":\"https:\/\/osmosea.it\/#website\"},\"datePublished\":\"2023-09-27T10:13:00+00:00\",\"dateModified\":\"2025-11-07T15:25:39+00:00\",\"description\":\"Osmosea opera nel campo della produzione e distribuzione di dissalatori nautici, industriali e domestico ed \u00e8 da sempre sinonimo di eccellenza nel settore.\",\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/osmosea.it\/classic\/\"]}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/osmosea.it\/#website\",\"url\":\"https:\/\/osmosea.it\/\",\"name\":\"Osmosea: Dissalatori e Trattamento Acque\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/osmosea.it\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/osmosea.it\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/osmosea.it\/#organization\",\"name\":\"Osmosea: Dissalatori e Trattamento Acque\",\"url\":\"https:\/\/osmosea.it\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/osmosea.it\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/marchio_osmasea.png\",\"contentUrl\":\"https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/marchio_osmasea.png\",\"width\":470,\"height\":351,\"caption\":\"Osmosea: Dissalatori e Trattamento Acque\"},\"image\":{\"@id\":\"https:\/\/osmosea.it\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Classic - Osmosea: Dissalatori e Trattamento Acque","description":"Osmosea opera nel campo della produzione e distribuzione di dissalatori nautici, industriali e domestico ed \u00e8 da sempre sinonimo di eccellenza nel settore.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/osmosea.it\/classic\/","og_locale":"en_US","og_type":"article","og_title":"Classic - Osmosea: Dissalatori e Trattamento Acque","og_description":"Osmosea opera nel campo della produzione e distribuzione di dissalatori nautici, industriali e domestico ed \u00e8 da sempre sinonimo di eccellenza nel settore.","og_url":"https:\/\/osmosea.it\/classic\/","og_site_name":"Osmosea: Dissalatori e Trattamento Acque","article_modified_time":"2025-11-07T15:25:39+00:00","og_image":[{"width":667,"height":667,"url":"https:\/\/osmosea.it\/wp-content\/uploads\/2023\/09\/classic-quadrato-1.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"37 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/osmosea.it\/classic\/","url":"https:\/\/osmosea.it\/classic\/","name":"Classic - Osmosea: Dissalatori e Trattamento Acque","isPartOf":{"@id":"https:\/\/osmosea.it\/#website"},"datePublished":"2023-09-27T10:13:00+00:00","dateModified":"2025-11-07T15:25:39+00:00","description":"Osmosea opera nel campo della produzione e distribuzione di dissalatori nautici, industriali e domestico ed \u00e8 da sempre sinonimo di eccellenza nel settore.","inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/osmosea.it\/classic\/"]}]},{"@type":"WebSite","@id":"https:\/\/osmosea.it\/#website","url":"https:\/\/osmosea.it\/","name":"Osmosea: Dissalatori e Trattamento Acque","description":"","publisher":{"@id":"https:\/\/osmosea.it\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/osmosea.it\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/osmosea.it\/#organization","name":"Osmosea: Dissalatori e Trattamento Acque","url":"https:\/\/osmosea.it\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/osmosea.it\/#\/schema\/logo\/image\/","url":"https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/marchio_osmasea.png","contentUrl":"https:\/\/osmosea.it\/wp-content\/uploads\/2023\/06\/marchio_osmasea.png","width":470,"height":351,"caption":"Osmosea: Dissalatori e Trattamento Acque"},"image":{"@id":"https:\/\/osmosea.it\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/osmosea.it\/en\/wp-json\/wp\/v2\/pages\/12219"}],"collection":[{"href":"https:\/\/osmosea.it\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/osmosea.it\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/osmosea.it\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/osmosea.it\/en\/wp-json\/wp\/v2\/comments?post=12219"}],"version-history":[{"count":57,"href":"https:\/\/osmosea.it\/en\/wp-json\/wp\/v2\/pages\/12219\/revisions"}],"predecessor-version":[{"id":16004,"href":"https:\/\/osmosea.it\/en\/wp-json\/wp\/v2\/pages\/12219\/revisions\/16004"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/osmosea.it\/en\/wp-json\/wp\/v2\/media\/15457"}],"wp:attachment":[{"href":"https:\/\/osmosea.it\/en\/wp-json\/wp\/v2\/media?parent=12219"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/osmosea.it\/en\/wp-json\/wp\/v2\/categories?post=12219"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/osmosea.it\/en\/wp-json\/wp\/v2\/tags?post=12219"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}