{"id":2371,"date":"2022-04-26T15:39:07","date_gmt":"2022-04-26T13:39:07","guid":{"rendered":"https:\/\/tiberpack.com\/settori-e-confezioni\/"},"modified":"2022-04-27T14:55:20","modified_gmt":"2022-04-27T12:55:20","slug":"sectors-and-packaging","status":"publish","type":"page","link":"https:\/\/tiberpack.com\/en\/sectors-and-packaging\/","title":{"rendered":"Sectors and packaging"},"content":{"rendered":"\n        <section class=\"header-int hidden-lg-down\">\n            <div class=\"img\" style=\"background:url(https:\/\/tiberpack.com\/wp-content\/uploads\/2022\/02\/Tiberpack-bg-Sviluppo.jpg) no-repeat center center; background-size: cover\">\n                <img src=\"https:\/\/tiberpack.com\/wp-content\/themes\/understrap-child\/img\/spacer-header-int.png\" alt=\"Find out the main types of packaging that can be processed with our systems\">\n            <\/div>\n            <div class=\"card-overlay\">\n                <div class=\"container\">\n                    <div class=\"row justify-content-center\">\n                        <div class=\"col-12 col-xl-10\">\n                            <div class=\"row align-items-center\">\n                                <div class=\"col-lg-6 col-xxl-7 text-white\">\n                                    <div class=\"card card-banner\">\n                                        <div class=\"tit\">\n                                            <h2 class=\"h1 xl mb-3\">Find out the main types of packaging that can be processed with our systems<\/h2>\n                                        <\/div>\n                                        <div class=\"text text-m\"><\/div>\t\t\t\t\t\t\t\t\t\t\n                                    <\/div>\n                                <\/div>\n                                <div class=\"col-lg-6 col-xxl-4 ms-auto\">\n                                    <a href=\"\/en\/contact-us\/\">\n                                        <div class=\"card card-comics bg-white b-radius ms-lg-5 p-4 p-xxl-5 js-tilt\">\n                                            <img src=\"https:\/\/tiberpack.com\/wp-content\/themes\/understrap-child\/img\/icon-trinagolo.png\" style=\"position:absolute; right:-0; bottom:-10px; z-index:99;\" alt=\"TiberPack\">\n                                            <div class=\"tit\">\n                                                <h4 class=\"h4 uppercase mb-2\">HOW CAN WE HELP YOU?<\/h4>\n                                            <\/div>\n                                            <div class=\"text text-s\"><p style=\"text-align: left;\">Contact us for a consultancy or an appointment, our team will be happy to help you make the right choice.<\/p>\n<\/div>\n                                            <div class=\"mt-2 text-cel\"><img class=\"me-2\" src=\"https:\/\/tiberpack.com\/wp-content\/themes\/understrap-child\/img\/arrow-bg-cel.svg\" alt=\"TiberPack\"><strong>Request information<\/strong><\/div>\n                                        <\/div>\n                                    <\/a>\n                                <\/div>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n        <section class=\"header-int-mobile hidden-lg-up\">\n            <div class=\"img\" style=\"background:url(https:\/\/tiberpack.com\/wp-content\/uploads\/2022\/02\/Tiberpack-bg-Sviluppo.jpg) no-repeat center center; background-size: cover\">\n                <img src=\"https:\/\/tiberpack.com\/wp-content\/themes\/understrap-child\/img\/spacer-header.png\" alt=\"Find out the main types of packaging that can be processed with our systems\">\n            <\/div>\n        <\/section>\n    \n\n\n            <section class=\"section-breadcrumb hidden-md-down\">\n                <div class=\"container-fluid\">\n                    <div class=\"row\">\n                        <div class=\"col-12\">\n                            <ul class=\"breadcrumb\">\n                                <li class=\"breadcrumb-item\"><a href=\"https:\/\/tiberpack.com\/en\/\"><img src=\"https:\/\/tiberpack.com\/wp-content\/themes\/understrap-child\/img\/icon-home-circle.svg\" alt=\"Home page\"><\/a><\/li>\n        \n                                <li class=\"breadcrumb-item\">Sectors and packaging<\/li>\t\t\t\t\t\t\n                            <\/ul>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/section>\n        \n\n\n<h1 class=\"has-text-align-center\" id=\"i-tuoi-imballi\">SECTORS AND PACKAGING<\/h1>\n\n\n<p style=\"text-align: center;\"><span style=\"font-size: 1.22em;\">We have experience in the following sectors<\/span><\/p>\n\n\n<div aria-hidden=\"true\" class=\"wp-block-fsb-flexible-spacer fsb-flexible-spacer\"><div class=\"fsb-flexible-spacer__device fsb-flexible-spacer__device--lg\" style=\"height:48px\"><\/div><div class=\"fsb-flexible-spacer__device fsb-flexible-spacer__device--md\" style=\"height:48px\"><\/div><div class=\"fsb-flexible-spacer__device fsb-flexible-spacer__device--sm\" style=\"height:30px\"><\/div><\/div>\n\n\n\n        <script>\n            function imballoFadeOver(id) {\n                jQuery(\"#imballo-\" + id).fadeIn(100, function() {\n                    jQuery(\"#imballo-\" + id).attr(\"src\", jQuery(\"#imballo-\" + id).attr(\"data-close\"));\n                }).fadeIn(100);\n            }\n            function imballoFadeOut(id) {\n                jQuery(\"#imballo-\" + id).fadeIn(100, function() {\n                    jQuery(\"#imballo-\" + id).attr(\"src\", jQuery(\"#imballo-\" + id).attr(\"data-open\"));\n                }).fadeIn(100);\n            }\n            \/*function imballoFadeOver(id) {\n                jQuery(\"#imballo-close-\" + id).addClass(\"imballo-chiuso-top\");\n            }\n            function imballoFadeOut(id) {\n                jQuery(\"#imballo-close-\" + id).removeClass(\"imballo-chiuso-top\");\n            }*\/\n            jQuery(function() {\n            });\n\n            function caricaConfezioni(id) {\n                jQuery.ajax({\n                    type: \"POST\",\n                    dataType: \"json\",\n                    url: \"https:\/\/tiberpack.com\/scripts\/ConfezioniLoad.php\",\n                    data: \"ids=\" + id + \"&lang=en\",\n                    success: function(data) {\n                        console.log(data.debug);\n                        if (data.status == \"true\") {\n                            jQuery(\"#rowConfezioni\").html(data.content);\n                            jQuery(\".js-tilt\").tilt({perspective: 500,});\n                        }\n                        else {\n                            console.log(\"Errore caricamento confezioni\");\n                        }\n                    },\n                    error: function(data) {\n                        console.log(\"Errore caricamento confezioni\");\n                    }\n                });\n                \n            }\n        <\/script>\n    \n    <section class=\"section-scegli-settore mb-4 mb-md-5 pb-md-5 hidden-sm-down c2i-hidden-overflow\">\n        <div class=\"container\">\n            <div class=\"row gx-5\">\n\n            <div class=\"col-12 col-sm-6 col-xl-3 mb-4 col-settore\">\n                <!--a href=\"javascript:void(0)\" onclick=\"caricaConfezioni('117')\">-->\n                    <div class=\"card card-shadow b-radius h-100\">\n                        <div class=\"img\" style=\"background:url(https:\/\/tiberpack.com\/wp-content\/uploads\/2022\/04\/Settore-Food.png) no-repeat center center; background-size:cover\">\n                            <img src=\"https:\/\/tiberpack.com\/wp-content\/themes\/understrap-child\/img\/spacer-img.png\">\n                        <\/div>\n                        <div class=\"card-body p-4 mx-2 my-1\">\n                            <div class=\"tit text-m\"><strong>1. Food<\/strong><\/div>\n                            <div class=\"text text-s font-weight-light\">Bread making, sliced meats, coffee, dried and fres&#8230;<\/div>\n                        <\/div>\n                    <\/div>\n                <!--<\/a>-->\n            <\/div>\n        \n            <div class=\"col-12 col-sm-6 col-xl-3 mb-4 col-settore\">\n                <!--a href=\"javascript:void(0)\" onclick=\"caricaConfezioni('118')\">-->\n                    <div class=\"card card-shadow b-radius h-100\">\n                        <div class=\"img\" style=\"background:url(https:\/\/tiberpack.com\/wp-content\/uploads\/2022\/04\/Settore-Fruit-Vegetables.png) no-repeat center center; background-size:cover\">\n                            <img src=\"https:\/\/tiberpack.com\/wp-content\/themes\/understrap-child\/img\/spacer-img.png\">\n                        <\/div>\n                        <div class=\"card-body p-4 mx-2 my-1\">\n                            <div class=\"tit text-m\"><strong>2. Fruit<\/strong><\/div>\n                            <div class=\"text text-s font-weight-light\">IV Range, V range, fresh fruit&#8230; <\/div>\n                        <\/div>\n                    <\/div>\n                <!--<\/a>-->\n            <\/div>\n        \n            <div class=\"col-12 col-sm-6 col-xl-3 mb-4 col-settore\">\n                <!--a href=\"javascript:void(0)\" onclick=\"caricaConfezioni('119')\">-->\n                    <div class=\"card card-shadow b-radius h-100\">\n                        <div class=\"img\" style=\"background:url(https:\/\/tiberpack.com\/wp-content\/uploads\/2022\/04\/Settore-Industries.png) no-repeat center center; background-size:cover\">\n                            <img src=\"https:\/\/tiberpack.com\/wp-content\/themes\/understrap-child\/img\/spacer-img.png\">\n                        <\/div>\n                        <div class=\"card-body p-4 mx-2 my-1\">\n                            <div class=\"tit text-m\"><strong>3. Industries<\/strong><\/div>\n                            <div class=\"text text-s font-weight-light\">Household goods, disposable tableware, personal an&#8230;<\/div>\n                        <\/div>\n                    <\/div>\n                <!--<\/a>-->\n            <\/div>\n        \n            <div class=\"col-12 col-sm-6 col-xl-3 mb-4 col-settore\">\n                <!--a href=\"javascript:void(0)\" onclick=\"caricaConfezioni('120')\">-->\n                    <div class=\"card card-shadow b-radius h-100\">\n                        <div class=\"img\" style=\"background:url(https:\/\/tiberpack.com\/wp-content\/uploads\/2022\/04\/Settore-Tissue.png) no-repeat center center; background-size:cover\">\n                            <img src=\"https:\/\/tiberpack.com\/wp-content\/themes\/understrap-child\/img\/spacer-img.png\">\n                        <\/div>\n                        <div class=\"card-body p-4 mx-2 my-1\">\n                            <div class=\"tit text-m\"><strong>4. Tissue<\/strong><\/div>\n                            <div class=\"text text-s font-weight-light\">Paper napkins, paper tissues\u2026.<\/div>\n                        <\/div>\n                    <\/div>\n                <!--<\/a>-->\n            <\/div>\n        \n            <\/div>\n            \n        <\/div>\n    <\/section>\n\n    <section class=\"section-scegli-settore mb-5 hidden-sm-up\">\n        <div class=\"container\">\n            <div class=\"row\">\n\n            <div class=\"col-12 mb-3 hidden-md-down\">\n            <a href=\"javascript:void(0)\" onclick=\"caricaConfezioni('117')\">\n                <div class=\"card card-shadow d-flex flex-row\">\n                    <div class=\"img\" style=\"background:url(https:\/\/tiberpack.com\/wp-content\/uploads\/2022\/04\/Settore-Food.png) no-repeat center center; background-size:cover; max-width: 120px;\">\n                        <img src=\"https:\/\/tiberpack.com\/wp-content\/themes\/understrap-child\/img\/spacer-img.png\">\n                    <\/div>\n                    <div class=\"card-body p-4\">\n                        <div class=\"tit text-m\"><strong>1. Food<\/strong><\/div>\n                        <div class=\"text text-s font-weight-light\">Bread making, sliced meats, coffee, dried and fres&#8230;<\/div>\n                    <\/div>\n                <\/div>\n                <\/a>\n            <\/div>\n        \n            <div class=\"col-12 mb-3 hidden-md-up\">\n            <a href=\"javascript:void(0)\" onclick=\"caricaConfezioni('117')\">\n                <div class=\"card card-shadow d-flex flex-row\">\n                    <div class=\"img img-settore-mobile\"><img src=\"https:\/\/tiberpack.com\/wp-content\/uploads\/2022\/04\/Settore-Food.png\"><\/div>\n                    <div class=\"card-body p-4\">\n                        <div class=\"tit text-m\"><strong>1. Food<\/strong><\/div>\n                        <div class=\"text text-s font-weight-light\">Bread making, sliced meats, coffee, dried and fres&#8230;<\/div>\n                    <\/div>\n                <\/div>\n                <\/a>\n            <\/div>\n        \n            <div class=\"col-12 mb-3 hidden-md-down\">\n            <a href=\"javascript:void(0)\" onclick=\"caricaConfezioni('118')\">\n                <div class=\"card card-shadow d-flex flex-row\">\n                    <div class=\"img\" style=\"background:url(https:\/\/tiberpack.com\/wp-content\/uploads\/2022\/04\/Settore-Fruit-Vegetables.png) no-repeat center center; background-size:cover; max-width: 120px;\">\n                        <img src=\"https:\/\/tiberpack.com\/wp-content\/themes\/understrap-child\/img\/spacer-img.png\">\n                    <\/div>\n                    <div class=\"card-body p-4\">\n                        <div class=\"tit text-m\"><strong>2. Fruit<\/strong><\/div>\n                        <div class=\"text text-s font-weight-light\">IV Range, V range, fresh fruit&#8230; <\/div>\n                    <\/div>\n                <\/div>\n                <\/a>\n            <\/div>\n        \n            <div class=\"col-12 mb-3 hidden-md-up\">\n            <a href=\"javascript:void(0)\" onclick=\"caricaConfezioni('118')\">\n                <div class=\"card card-shadow d-flex flex-row\">\n                    <div class=\"img img-settore-mobile\"><img src=\"https:\/\/tiberpack.com\/wp-content\/uploads\/2022\/04\/Settore-Fruit-Vegetables.png\"><\/div>\n                    <div class=\"card-body p-4\">\n                        <div class=\"tit text-m\"><strong>2. Fruit<\/strong><\/div>\n                        <div class=\"text text-s font-weight-light\">IV Range, V range, fresh fruit&#8230; <\/div>\n                    <\/div>\n                <\/div>\n                <\/a>\n            <\/div>\n        \n            <div class=\"col-12 mb-3 hidden-md-down\">\n            <a href=\"javascript:void(0)\" onclick=\"caricaConfezioni('119')\">\n                <div class=\"card card-shadow d-flex flex-row\">\n                    <div class=\"img\" style=\"background:url(https:\/\/tiberpack.com\/wp-content\/uploads\/2022\/04\/Settore-Industries.png) no-repeat center center; background-size:cover; max-width: 120px;\">\n                        <img src=\"https:\/\/tiberpack.com\/wp-content\/themes\/understrap-child\/img\/spacer-img.png\">\n                    <\/div>\n                    <div class=\"card-body p-4\">\n                        <div class=\"tit text-m\"><strong>3. Industries<\/strong><\/div>\n                        <div class=\"text text-s font-weight-light\">Household goods, disposable tableware, personal an&#8230;<\/div>\n                    <\/div>\n                <\/div>\n                <\/a>\n            <\/div>\n        \n            <div class=\"col-12 mb-3 hidden-md-up\">\n            <a href=\"javascript:void(0)\" onclick=\"caricaConfezioni('119')\">\n                <div class=\"card card-shadow d-flex flex-row\">\n                    <div class=\"img img-settore-mobile\"><img src=\"https:\/\/tiberpack.com\/wp-content\/uploads\/2022\/04\/Settore-Industries.png\"><\/div>\n                    <div class=\"card-body p-4\">\n                        <div class=\"tit text-m\"><strong>3. Industries<\/strong><\/div>\n                        <div class=\"text text-s font-weight-light\">Household goods, disposable tableware, personal an&#8230;<\/div>\n                    <\/div>\n                <\/div>\n                <\/a>\n            <\/div>\n        \n            <div class=\"col-12 mb-3 hidden-md-down\">\n            <a href=\"javascript:void(0)\" onclick=\"caricaConfezioni('120')\">\n                <div class=\"card card-shadow d-flex flex-row\">\n                    <div class=\"img\" style=\"background:url(https:\/\/tiberpack.com\/wp-content\/uploads\/2022\/04\/Settore-Tissue.png) no-repeat center center; background-size:cover; max-width: 120px;\">\n                        <img src=\"https:\/\/tiberpack.com\/wp-content\/themes\/understrap-child\/img\/spacer-img.png\">\n                    <\/div>\n                    <div class=\"card-body p-4\">\n                        <div class=\"tit text-m\"><strong>4. Tissue<\/strong><\/div>\n                        <div class=\"text text-s font-weight-light\">Paper napkins, paper tissues\u2026.<\/div>\n                    <\/div>\n                <\/div>\n                <\/a>\n            <\/div>\n        \n            <div class=\"col-12 mb-3 hidden-md-up\">\n            <a href=\"javascript:void(0)\" onclick=\"caricaConfezioni('120')\">\n                <div class=\"card card-shadow d-flex flex-row\">\n                    <div class=\"img img-settore-mobile\"><img src=\"https:\/\/tiberpack.com\/wp-content\/uploads\/2022\/04\/Settore-Tissue.png\"><\/div>\n                    <div class=\"card-body p-4\">\n                        <div class=\"tit text-m\"><strong>4. Tissue<\/strong><\/div>\n                        <div class=\"text text-s font-weight-light\">Paper napkins, paper tissues\u2026.<\/div>\n                    <\/div>\n                <\/div>\n                <\/a>\n            <\/div>\n        \n            <\/div>\n        <\/div>\n    <\/section>\n\n        <section class=\"section-imballi pb-4 pb-md-5 c2i-hidden-overflow\">\n            <div class=\"container\">\n            <div class=\"row\">\n                <div class=\"col-12 mb-4 mb-md-5\">\n                    <div class=\"tit text-center\">\n                        <h2 class=\"h2\" style=\"margin-bottom: 16px;\">PACKAGING SOLUTIONS<\/h2>\n                        <p style=\"text-align: center;\"><span style=\"font-size: 1.22em;\"><p style=\"text-align: center;\"><span style=\"font-size: 1.22em;\">Discover the types of packaging that can be processed using our systems<\/span><\/p>\n<\/span><\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n                <div id=\"rowConfezioni\" class=\"row gx-md-5  card-align-center\">\n    \n                    <div class=\"col-6 col-md-4 col-lg-3 mb-4 pb-md-3 col-standard col-builder js-tilt\">\n                        <div class=\"card bg-white b-radius h-100 p-md-3\">\n                            <div class=\"img text-center mb-md-2\">\n                                <a href=\"https:\/\/tiberpack.com\/en\/confezioni\/pillow-en\/\">\n                                    <img src=\"https:\/\/tiberpack.com\/wp-content\/uploads\/2022\/02\/tiberpack-FLOWPACK.jpg\" alt=\"Pillow bag\">\n                                <\/a>\n                            <\/div>\n                            <div class=\"card-body text-center py-3 p-md-3\">\n                                <div class=\"text text-m text-sm-s uppercase line-height-normal mb-2\"><a href=\"https:\/\/tiberpack.com\/en\/confezioni\/pillow-en\/\"><strong>Pillow bag<\/strong><\/a><\/div>\n                                <div class=\"text text-s font-weight-light hidden-md-down\"><\/div>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                \n                    <div class=\"col-6 col-md-4 col-lg-3 mb-4 pb-md-3 col-standard col-builder js-tilt\">\n                        <div class=\"card bg-white b-radius h-100 p-md-3\">\n                            <div class=\"img text-center mb-md-2\">\n                                <a href=\"https:\/\/tiberpack.com\/en\/confezioni\/gusset-bag-en\/\">\n                                    <img src=\"https:\/\/tiberpack.com\/wp-content\/uploads\/2022\/02\/tiberpack-BUSTA-A-SOFFIETTO.jpg\" alt=\"Gusset bag\">\n                                <\/a>\n                            <\/div>\n                            <div class=\"card-body text-center py-3 p-md-3\">\n                                <div class=\"text text-m text-sm-s uppercase line-height-normal mb-2\"><a href=\"https:\/\/tiberpack.com\/en\/confezioni\/gusset-bag-en\/\"><strong>Gusset bag<\/strong><\/a><\/div>\n                                <div class=\"text text-s font-weight-light hidden-md-down\"><\/div>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                \n                    <div class=\"col-6 col-md-4 col-lg-3 mb-4 pb-md-3 col-standard col-builder js-tilt\">\n                        <div class=\"card bg-white b-radius h-100 p-md-3\">\n                            <div class=\"img text-center mb-md-2\">\n                                <a href=\"https:\/\/tiberpack.com\/en\/confezioni\/laterally-sealed-bag-en\/\">\n                                    <img src=\"https:\/\/tiberpack.com\/wp-content\/uploads\/2022\/02\/tiberpack-BUSTA-SALDATURA-LATERALI.jpg\" alt=\"Side sealed bag\">\n                                <\/a>\n                            <\/div>\n                            <div class=\"card-body text-center py-3 p-md-3\">\n                                <div class=\"text text-m text-sm-s uppercase line-height-normal mb-2\"><a href=\"https:\/\/tiberpack.com\/en\/confezioni\/laterally-sealed-bag-en\/\"><strong>Side sealed bag<\/strong><\/a><\/div>\n                                <div class=\"text text-s font-weight-light hidden-md-down\"><\/div>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                \n                    <div class=\"col-6 col-md-4 col-lg-3 mb-4 pb-md-3 col-standard col-builder js-tilt\">\n                        <div class=\"card bg-white b-radius h-100 p-md-3\">\n                            <div class=\"img text-center mb-md-2\">\n                                <a href=\"https:\/\/tiberpack.com\/en\/confezioni\/double-square-bottom-en\/\">\n                                    <img src=\"https:\/\/tiberpack.com\/wp-content\/uploads\/2022\/02\/tiberpack-DOPPIO-FONDO-QUADRO.jpg\" alt=\"Double square bottom\">\n                                <\/a>\n                            <\/div>\n                            <div class=\"card-body text-center py-3 p-md-3\">\n                                <div class=\"text text-m text-sm-s uppercase line-height-normal mb-2\"><a href=\"https:\/\/tiberpack.com\/en\/confezioni\/double-square-bottom-en\/\"><strong>Double square bottom<\/strong><\/a><\/div>\n                                <div class=\"text text-s font-weight-light hidden-md-down\"><\/div>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                \n                    <div class=\"col-6 col-md-4 col-lg-3 mb-4 pb-md-3 col-standard col-builder js-tilt\">\n                        <div class=\"card bg-white b-radius h-100 p-md-3\">\n                            <div class=\"img text-center mb-md-2\">\n                                <a href=\"https:\/\/tiberpack.com\/en\/confezioni\/square-bottom-fin-en\/\">\n                                    <img src=\"https:\/\/tiberpack.com\/wp-content\/uploads\/2022\/02\/tiberpack-FONDO-QUADRO-FIOCCO.jpg\" alt=\"Square bottom with clip\">\n                                <\/a>\n                            <\/div>\n                            <div class=\"card-body text-center py-3 p-md-3\">\n                                <div class=\"text text-m text-sm-s uppercase line-height-normal mb-2\"><a href=\"https:\/\/tiberpack.com\/en\/confezioni\/square-bottom-fin-en\/\"><strong>Square bottom with clip<\/strong><\/a><\/div>\n                                <div class=\"text text-s font-weight-light hidden-md-down\"><\/div>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                \n                    <div class=\"col-6 col-md-4 col-lg-3 mb-4 pb-md-3 col-standard col-builder js-tilt\">\n                        <div class=\"card bg-white b-radius h-100 p-md-3\">\n                            <div class=\"img text-center mb-md-2\">\n                                <a href=\"https:\/\/tiberpack.com\/en\/confezioni\/square-bottom-bow-en\/\">\n                                    <img src=\"https:\/\/tiberpack.com\/wp-content\/uploads\/2022\/02\/tiberpack-FONDO-QUADRO-PINNA.jpg\" alt=\"Square bottom with fin\">\n                                <\/a>\n                            <\/div>\n                            <div class=\"card-body text-center py-3 p-md-3\">\n                                <div class=\"text text-m text-sm-s uppercase line-height-normal mb-2\"><a href=\"https:\/\/tiberpack.com\/en\/confezioni\/square-bottom-bow-en\/\"><strong>Square bottom with fin<\/strong><\/a><\/div>\n                                <div class=\"text text-s font-weight-light hidden-md-down\"><\/div>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                \n                    <div class=\"col-6 col-md-4 col-lg-3 mb-4 pb-md-3 col-standard col-builder js-tilt\">\n                        <div class=\"card bg-white b-radius h-100 p-md-3\">\n                            <div class=\"img text-center mb-md-2\">\n                                <a href=\"https:\/\/tiberpack.com\/en\/confezioni\/flowpack-en\/\">\n                                    <img src=\"https:\/\/tiberpack.com\/wp-content\/uploads\/2022\/02\/tiberpack-CUSCINO.jpg\" alt=\"Flowpack\">\n                                <\/a>\n                            <\/div>\n                            <div class=\"card-body text-center py-3 p-md-3\">\n                                <div class=\"text text-m text-sm-s uppercase line-height-normal mb-2\"><a href=\"https:\/\/tiberpack.com\/en\/confezioni\/flowpack-en\/\"><strong>Flowpack<\/strong><\/a><\/div>\n                                <div class=\"text text-s font-weight-light hidden-md-down\"><\/div>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                \n                    <div class=\"col-6 col-md-4 col-lg-3 mb-4 pb-md-3 col-standard col-builder js-tilt\">\n                        <div class=\"card bg-white b-radius h-100 p-md-3\">\n                            <div class=\"img text-center mb-md-2\">\n                                <a href=\"https:\/\/tiberpack.com\/en\/confezioni\/doypack-en\/\">\n                                    <img src=\"https:\/\/tiberpack.com\/wp-content\/uploads\/2022\/02\/tiberpack-DOYPACK.jpg\" alt=\"Doypack\">\n                                <\/a>\n                            <\/div>\n                            <div class=\"card-body text-center py-3 p-md-3\">\n                                <div class=\"text text-m text-sm-s uppercase line-height-normal mb-2\"><a href=\"https:\/\/tiberpack.com\/en\/confezioni\/doypack-en\/\"><strong>Doypack<\/strong><\/a><\/div>\n                                <div class=\"text text-s font-weight-light hidden-md-down\"><\/div>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                \n                    <div class=\"col-6 col-md-4 col-lg-3 mb-4 pb-md-3 col-standard col-builder js-tilt\">\n                        <div class=\"card bg-white b-radius h-100 p-md-3\">\n                            <div class=\"img text-center mb-md-2\">\n                                <a href=\"https:\/\/tiberpack.com\/en\/confezioni\/pouch-en\/\">\n                                    <img src=\"https:\/\/tiberpack.com\/wp-content\/uploads\/2022\/02\/tiberpack-POUCH.jpg\" alt=\"Pouch\">\n                                <\/a>\n                            <\/div>\n                            <div class=\"card-body text-center py-3 p-md-3\">\n                                <div class=\"text text-m text-sm-s uppercase line-height-normal mb-2\"><a href=\"https:\/\/tiberpack.com\/en\/confezioni\/pouch-en\/\"><strong>Pouch<\/strong><\/a><\/div>\n                                <div class=\"text text-s font-weight-light hidden-md-down\"><\/div>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                \n                    <div class=\"col-6 col-md-4 col-lg-3 mb-4 pb-md-3 col-standard col-builder js-tilt\">\n                        <div class=\"card bg-white b-radius h-100 p-md-3\">\n                            <div class=\"img text-center mb-md-2\">\n                                <a href=\"https:\/\/tiberpack.com\/en\/confezioni\/carton-en\/\">\n                                    <img src=\"https:\/\/tiberpack.com\/wp-content\/uploads\/2022\/02\/tiberpack-ASTUCCIO.png\" alt=\"Carton box\">\n                                <\/a>\n                            <\/div>\n                            <div class=\"card-body text-center py-3 p-md-3\">\n                                <div class=\"text text-m text-sm-s uppercase line-height-normal mb-2\"><a href=\"https:\/\/tiberpack.com\/en\/confezioni\/carton-en\/\"><strong>Carton box<\/strong><\/a><\/div>\n                                <div class=\"text text-s font-weight-light hidden-md-down\"><\/div>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                \n                    <div class=\"col-6 col-md-4 col-lg-3 mb-4 pb-md-3 col-standard col-builder js-tilt\">\n                        <div class=\"card bg-white b-radius h-100 p-md-3\">\n                            <div class=\"img text-center mb-md-2\">\n                                <a href=\"https:\/\/tiberpack.com\/en\/confezioni\/heat-sealed-tub-en\/\">\n                                    <img src=\"https:\/\/tiberpack.com\/wp-content\/uploads\/2022\/02\/tiberpack-VASCHETTA-TERMOSALDATA.jpg\" alt=\"Thermo-sealed tray\">\n                                <\/a>\n                            <\/div>\n                            <div class=\"card-body text-center py-3 p-md-3\">\n                                <div class=\"text text-m text-sm-s uppercase line-height-normal mb-2\"><a href=\"https:\/\/tiberpack.com\/en\/confezioni\/heat-sealed-tub-en\/\"><strong>Thermo-sealed tray<\/strong><\/a><\/div>\n                                <div class=\"text text-s font-weight-light hidden-md-down\"><\/div>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                \n                    <div class=\"col-6 col-md-4 col-lg-3 mb-4 pb-md-3 col-standard col-builder js-tilt\">\n                        <div class=\"card bg-white b-radius h-100 p-md-3\">\n                            <div class=\"img text-center mb-md-2\">\n                                <a href=\"https:\/\/tiberpack.com\/en\/confezioni\/tub-with-cluster-en\/\">\n                                    <img src=\"https:\/\/tiberpack.com\/wp-content\/uploads\/2022\/02\/tiberpack-VASCHETTA-CLUSTER.jpg\" alt=\"Sleeved tray\">\n                                <\/a>\n                            <\/div>\n                            <div class=\"card-body text-center py-3 p-md-3\">\n                                <div class=\"text text-m text-sm-s uppercase line-height-normal mb-2\"><a href=\"https:\/\/tiberpack.com\/en\/confezioni\/tub-with-cluster-en\/\"><strong>Sleeved tray<\/strong><\/a><\/div>\n                                <div class=\"text text-s font-weight-light hidden-md-down\"><\/div>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                \n                    <div class=\"col-6 col-md-4 col-lg-3 mb-4 pb-md-3 col-standard col-builder js-tilt\">\n                        <div class=\"card bg-white b-radius h-100 p-md-3\">\n                            <div class=\"img text-center mb-md-2\">\n                                <a href=\"https:\/\/tiberpack.com\/en\/confezioni\/tub-with-lid\/\">\n                                    <img src=\"https:\/\/tiberpack.com\/wp-content\/uploads\/2022\/02\/tiberpack-VASCHETTA-CON-COPERCHIO.jpg\" alt=\"Tray with lid\">\n                                <\/a>\n                            <\/div>\n                            <div class=\"card-body text-center py-3 p-md-3\">\n                                <div class=\"text text-m text-sm-s uppercase line-height-normal mb-2\"><a href=\"https:\/\/tiberpack.com\/en\/confezioni\/tub-with-lid\/\"><strong>Tray with lid<\/strong><\/a><\/div>\n                                <div class=\"text text-s font-weight-light hidden-md-down\"><\/div>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                \n                    <div class=\"col-6 col-md-4 col-lg-3 mb-4 pb-md-3 col-standard col-builder js-tilt\">\n                        <div class=\"card bg-white b-radius h-100 p-md-3\">\n                            <div class=\"img text-center mb-md-2\">\n                                <a href=\"https:\/\/tiberpack.com\/en\/confezioni\/bundled-yeast-with-heat-shrink-en\/\">\n                                    <img src=\"https:\/\/tiberpack.com\/wp-content\/uploads\/2022\/02\/tiberpack-FAREDELLO-LIEVITO-TERMORETRAIBILE.jpg\" alt=\"Shrink wrapped bundle\">\n                                <\/a>\n                            <\/div>\n                            <div class=\"card-body text-center py-3 p-md-3\">\n                                <div class=\"text text-m text-sm-s uppercase line-height-normal mb-2\"><a href=\"https:\/\/tiberpack.com\/en\/confezioni\/bundled-yeast-with-heat-shrink-en\/\"><strong>Shrink wrapped bundle<\/strong><\/a><\/div>\n                                <div class=\"text text-s font-weight-light hidden-md-down\"><\/div>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                \n                    <div class=\"col-6 col-md-4 col-lg-3 mb-4 pb-md-3 col-standard col-builder js-tilt\">\n                        <div class=\"card bg-white b-radius h-100 p-md-3\">\n                            <div class=\"img text-center mb-md-2\">\n                                <a href=\"https:\/\/tiberpack.com\/en\/confezioni\/topping-en\/\">\n                                    <img src=\"https:\/\/tiberpack.com\/wp-content\/uploads\/2022\/02\/tiberpack-TOPPING.jpg\" alt=\"Topping\">\n                                <\/a>\n                            <\/div>\n                            <div class=\"card-body text-center py-3 p-md-3\">\n                                <div class=\"text text-m text-sm-s uppercase line-height-normal mb-2\"><a href=\"https:\/\/tiberpack.com\/en\/confezioni\/topping-en\/\"><strong>Topping<\/strong><\/a><\/div>\n                                <div class=\"text text-s font-weight-light hidden-md-down\"><\/div>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                \n                    <div class=\"col-6 col-md-4 col-lg-3 mb-4 pb-md-3 col-standard col-builder js-tilt\">\n                        <div class=\"card bg-white b-radius h-100 p-md-3\">\n                            <div class=\"img text-center mb-md-2\">\n                                <a href=\"https:\/\/tiberpack.com\/en\/confezioni\/roller-en\/\">\n                                    <img src=\"https:\/\/tiberpack.com\/wp-content\/uploads\/2022\/02\/tiberpack-ROLLER.jpg\" alt=\"Roll\">\n                                <\/a>\n                            <\/div>\n                            <div class=\"card-body text-center py-3 p-md-3\">\n                                <div class=\"text text-m text-sm-s uppercase line-height-normal mb-2\"><a href=\"https:\/\/tiberpack.com\/en\/confezioni\/roller-en\/\"><strong>Roll<\/strong><\/a><\/div>\n                                <div class=\"text text-s font-weight-light hidden-md-down\"><\/div>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                \n                    <div class=\"col-6 col-md-4 col-lg-3 mb-4 pb-md-3 col-standard col-builder js-tilt\">\n                        <div class=\"card bg-white b-radius h-100 p-md-3\">\n                            <div class=\"img text-center mb-md-2\">\n                                <a href=\"https:\/\/tiberpack.com\/en\/confezioni\/capsule-en\/\">\n                                    <img src=\"https:\/\/tiberpack.com\/wp-content\/uploads\/2022\/02\/tiberpack-CAPSULE.jpg\" alt=\"Capsules\">\n                                <\/a>\n                            <\/div>\n                            <div class=\"card-body text-center py-3 p-md-3\">\n                                <div class=\"text text-m text-sm-s uppercase line-height-normal mb-2\"><a href=\"https:\/\/tiberpack.com\/en\/confezioni\/capsule-en\/\"><strong>Capsules<\/strong><\/a><\/div>\n                                <div class=\"text text-s font-weight-light hidden-md-down\"><\/div>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                \n                    <div class=\"col-6 col-md-4 col-lg-3 mb-4 pb-md-3 col-standard col-builder js-tilt\">\n                        <div class=\"card bg-white b-radius h-100 p-md-3\">\n                            <div class=\"img text-center mb-md-2\">\n                                <a href=\"https:\/\/tiberpack.com\/en\/confezioni\/can-en\/\">\n                                    <img src=\"https:\/\/tiberpack.com\/wp-content\/uploads\/2022\/02\/tiberpack-LATTINA.jpg\" alt=\"Can\">\n                                <\/a>\n                            <\/div>\n                            <div class=\"card-body text-center py-3 p-md-3\">\n                                <div class=\"text text-m text-sm-s uppercase line-height-normal mb-2\"><a href=\"https:\/\/tiberpack.com\/en\/confezioni\/can-en\/\"><strong>Can<\/strong><\/a><\/div>\n                                <div class=\"text text-s font-weight-light hidden-md-down\"><\/div>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                \n                    <div class=\"col-6 col-md-4 col-lg-3 mb-4 pb-md-3 col-standard col-builder js-tilt\">\n                        <div class=\"card bg-white b-radius h-100 p-md-3\">\n                            <div class=\"img text-center mb-md-2\">\n                                <a href=\"https:\/\/tiberpack.com\/en\/confezioni\/can-with-en\/\">\n                                    <img src=\"https:\/\/tiberpack.com\/wp-content\/uploads\/2022\/02\/tiberpack-LATTINA-CON-CLUSTER.jpg\" alt=\"Sleeved cans\">\n                                <\/a>\n                            <\/div>\n                            <div class=\"card-body text-center py-3 p-md-3\">\n                                <div class=\"text text-m text-sm-s uppercase line-height-normal mb-2\"><a href=\"https:\/\/tiberpack.com\/en\/confezioni\/can-with-en\/\"><strong>Sleeved cans<\/strong><\/a><\/div>\n                                <div class=\"text text-s font-weight-light hidden-md-down\"><\/div>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                \n                    <div class=\"col-6 col-md-4 col-lg-3 mb-4 pb-md-3 col-standard col-builder js-tilt\">\n                        <div class=\"card bg-white b-radius h-100 p-md-3\">\n                            <div class=\"img text-center mb-md-2\">\n                                <a href=\"https:\/\/tiberpack.com\/en\/confezioni\/jar-with-cap-en\/\">\n                                    <img src=\"https:\/\/tiberpack.com\/wp-content\/uploads\/2022\/02\/tiberpack-BARATTOLO-CON-TAPPO.jpg\" alt=\"Jar with cap\">\n                                <\/a>\n                            <\/div>\n                            <div class=\"card-body text-center py-3 p-md-3\">\n                                <div class=\"text text-m text-sm-s uppercase line-height-normal mb-2\"><a href=\"https:\/\/tiberpack.com\/en\/confezioni\/jar-with-cap-en\/\"><strong>Jar with cap<\/strong><\/a><\/div>\n                                <div class=\"text text-s font-weight-light hidden-md-down\"><\/div>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                \n                    <div class=\"col-6 col-md-4 col-lg-3 mb-4 pb-md-3 col-standard col-builder js-tilt\">\n                        <div class=\"card bg-white b-radius h-100 p-md-3\">\n                            <div class=\"img text-center mb-md-2\">\n                                <a href=\"https:\/\/tiberpack.com\/en\/confezioni\/crate-en\/\">\n                                    <img src=\"https:\/\/tiberpack.com\/wp-content\/uploads\/2022\/02\/tiberpack-CESTELLO.jpg\" alt=\"Punnet\">\n                                <\/a>\n                            <\/div>\n                            <div class=\"card-body text-center py-3 p-md-3\">\n                                <div class=\"text text-m text-sm-s uppercase line-height-normal mb-2\"><a href=\"https:\/\/tiberpack.com\/en\/confezioni\/crate-en\/\"><strong>Punnet<\/strong><\/a><\/div>\n                                <div class=\"text text-s font-weight-light hidden-md-down\"><\/div>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                \n                    <div class=\"col-6 col-md-4 col-lg-3 mb-4 pb-md-3 col-standard col-builder js-tilt\">\n                        <div class=\"card bg-white b-radius h-100 p-md-3\">\n                            <div class=\"img text-center mb-md-2\">\n                                <a href=\"https:\/\/tiberpack.com\/en\/confezioni\/crate-with-flowpack-en\/\">\n                                    <img src=\"https:\/\/tiberpack.com\/wp-content\/uploads\/2022\/02\/tiberpack-CESTINO-FLOWPACK.jpg\" alt=\"Tray in flowpack\">\n                                <\/a>\n                            <\/div>\n                            <div class=\"card-body text-center py-3 p-md-3\">\n                                <div class=\"text text-m text-sm-s uppercase line-height-normal mb-2\"><a href=\"https:\/\/tiberpack.com\/en\/confezioni\/crate-with-flowpack-en\/\"><strong>Tray in flowpack<\/strong><\/a><\/div>\n                                <div class=\"text text-s font-weight-light hidden-md-down\"><\/div>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                \n                    <div class=\"col-6 col-md-4 col-lg-3 mb-4 pb-md-3 col-standard col-builder js-tilt\">\n                        <div class=\"card bg-white b-radius h-100 p-md-3\">\n                            <div class=\"img text-center mb-md-2\">\n                                <a href=\"https:\/\/tiberpack.com\/en\/confezioni\/crate-with-en-grid\/\">\n                                    <img src=\"https:\/\/tiberpack.com\/wp-content\/uploads\/2022\/02\/tiberpack-CESTINO-RETE-EN.jpg\" alt=\"Tray in net\">\n                                <\/a>\n                            <\/div>\n                            <div class=\"card-body text-center py-3 p-md-3\">\n                                <div class=\"text text-m text-sm-s uppercase line-height-normal mb-2\"><a href=\"https:\/\/tiberpack.com\/en\/confezioni\/crate-with-en-grid\/\"><strong>Tray in net<\/strong><\/a><\/div>\n                                <div class=\"text text-s font-weight-light hidden-md-down\"><\/div>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                \n                    <div class=\"col-6 col-md-4 col-lg-3 mb-4 pb-md-3 col-standard col-builder js-tilt\">\n                        <div class=\"card bg-white b-radius h-100 p-md-3\">\n                            <div class=\"img text-center mb-md-2\">\n                                <a href=\"https:\/\/tiberpack.com\/en\/confezioni\/plates-in-flowpack-en\/\">\n                                    <img src=\"https:\/\/tiberpack.com\/wp-content\/uploads\/2022\/02\/tiberpack-PIATTI-FLOWPACK.jpg\" alt=\"Plastic tableware in flowpack\">\n                                <\/a>\n                            <\/div>\n                            <div class=\"card-body text-center py-3 p-md-3\">\n                                <div class=\"text text-m text-sm-s uppercase line-height-normal mb-2\"><a href=\"https:\/\/tiberpack.com\/en\/confezioni\/plates-in-flowpack-en\/\"><strong>Plastic tableware in flowpack<\/strong><\/a><\/div>\n                                <div class=\"text text-s font-weight-light hidden-md-down\"><\/div>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                \n                    <div class=\"col-6 col-md-4 col-lg-3 mb-4 pb-md-3 col-standard col-builder js-tilt\">\n                        <div class=\"card bg-white b-radius h-100 p-md-3\">\n                            <div class=\"img text-center mb-md-2\">\n                                <a href=\"https:\/\/tiberpack.com\/en\/confezioni\/glasses-in-flowpack-en\/\">\n                                    <img src=\"https:\/\/tiberpack.com\/wp-content\/uploads\/2022\/02\/tiberpack-BICCHIERI-FLOWPACK.jpg\" alt=\"Glasses in flowpack\">\n                                <\/a>\n                            <\/div>\n                            <div class=\"card-body text-center py-3 p-md-3\">\n                                <div class=\"text text-m text-sm-s uppercase line-height-normal mb-2\"><a href=\"https:\/\/tiberpack.com\/en\/confezioni\/glasses-in-flowpack-en\/\"><strong>Glasses in flowpack<\/strong><\/a><\/div>\n                                <div class=\"text text-s font-weight-light hidden-md-down\"><\/div>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                \n                    <div class=\"col-6 col-md-4 col-lg-3 mb-4 pb-md-3 col-standard col-builder js-tilt\">\n                        <div class=\"card bg-white b-radius h-100 p-md-3\">\n                            <div class=\"img text-center mb-md-2\">\n                                <a href=\"https:\/\/tiberpack.com\/en\/confezioni\/roll-of-film-en\/\">\n                                    <img src=\"https:\/\/tiberpack.com\/wp-content\/uploads\/2022\/02\/tiberpack-ROTOLO-PELLICOLA.jpg\" alt=\"Rolled foil\">\n                                <\/a>\n                            <\/div>\n                            <div class=\"card-body text-center py-3 p-md-3\">\n                                <div class=\"text text-m text-sm-s uppercase line-height-normal mb-2\"><a href=\"https:\/\/tiberpack.com\/en\/confezioni\/roll-of-film-en\/\"><strong>Rolled foil<\/strong><\/a><\/div>\n                                <div class=\"text text-s font-weight-light hidden-md-down\"><\/div>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                \n                    <div class=\"col-6 col-md-4 col-lg-3 mb-4 pb-md-3 col-standard col-builder js-tilt\">\n                        <div class=\"card bg-white b-radius h-100 p-md-3\">\n                            <div class=\"img text-center mb-md-2\">\n                                <a href=\"https:\/\/tiberpack.com\/en\/confezioni\/spray-can-en\/\">\n                                    <img src=\"https:\/\/tiberpack.com\/wp-content\/uploads\/2022\/02\/tiberpack-BOMBOLETTA.jpg\" alt=\"Spray can\">\n                                <\/a>\n                            <\/div>\n                            <div class=\"card-body text-center py-3 p-md-3\">\n                                <div class=\"text text-m text-sm-s uppercase line-height-normal mb-2\"><a href=\"https:\/\/tiberpack.com\/en\/confezioni\/spray-can-en\/\"><strong>Spray can<\/strong><\/a><\/div>\n                                <div class=\"text text-s font-weight-light hidden-md-down\"><\/div>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                \n                    <div class=\"col-6 col-md-4 col-lg-3 mb-4 pb-md-3 col-standard col-builder js-tilt\">\n                        <div class=\"card bg-white b-radius h-100 p-md-3\">\n                            <div class=\"img text-center mb-md-2\">\n                                <a href=\"https:\/\/tiberpack.com\/en\/confezioni\/napkins-en\/\">\n                                    <img src=\"https:\/\/tiberpack.com\/wp-content\/uploads\/2022\/02\/tiberpack-TOVAGLIOLI.jpg\" alt=\"Napkins\">\n                                <\/a>\n                            <\/div>\n                            <div class=\"card-body text-center py-3 p-md-3\">\n                                <div class=\"text text-m text-sm-s uppercase line-height-normal mb-2\"><a href=\"https:\/\/tiberpack.com\/en\/confezioni\/napkins-en\/\"><strong>Napkins<\/strong><\/a><\/div>\n                                <div class=\"text text-s font-weight-light hidden-md-down\"><\/div>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                \n                    <div class=\"col-6 col-md-4 col-lg-3 mb-4 pb-md-3 col-standard col-builder js-tilt\">\n                        <div class=\"card bg-white b-radius h-100 p-md-3\">\n                            <div class=\"img text-center mb-md-2\">\n                                <a href=\"https:\/\/tiberpack.com\/en\/confezioni\/tissues-en\/\">\n                                    <img src=\"https:\/\/tiberpack.com\/wp-content\/uploads\/2022\/02\/tiberpack-FAZZOLETTINI.jpg\" alt=\"Multipack in film\">\n                                <\/a>\n                            <\/div>\n                            <div class=\"card-body text-center py-3 p-md-3\">\n                                <div class=\"text text-m text-sm-s uppercase line-height-normal mb-2\"><a href=\"https:\/\/tiberpack.com\/en\/confezioni\/tissues-en\/\"><strong>Multipack in film<\/strong><\/a><\/div>\n                                <div class=\"text text-s font-weight-light hidden-md-down\"><\/div>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                        \n                <\/div>\n            <\/div>\t\t\t\n        <\/section>\n    ","protected":false},"excerpt":{"rendered":"","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":[],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v19.13 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Sectors and packaging - Tiber Pack<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/tiberpack.com\/en\/sectors-and-packaging\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Sectors and packaging - Tiber Pack\" \/>\n<meta property=\"og:url\" content=\"https:\/\/tiberpack.com\/en\/sectors-and-packaging\/\" \/>\n<meta property=\"og:site_name\" content=\"Tiber Pack\" \/>\n<meta property=\"article:modified_time\" content=\"2022-04-27T12:55:20+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/tiberpack.com\/en\/sectors-and-packaging\/\",\"url\":\"https:\/\/tiberpack.com\/en\/sectors-and-packaging\/\",\"name\":\"Sectors and packaging - Tiber Pack\",\"isPartOf\":{\"@id\":\"https:\/\/tiberpack.com\/en\/#website\"},\"datePublished\":\"2022-04-26T13:39:07+00:00\",\"dateModified\":\"2022-04-27T12:55:20+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/tiberpack.com\/en\/sectors-and-packaging\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/tiberpack.com\/en\/sectors-and-packaging\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/tiberpack.com\/en\/sectors-and-packaging\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/tiberpack.com\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Sectors and packaging\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/tiberpack.com\/en\/#website\",\"url\":\"https:\/\/tiberpack.com\/en\/\",\"name\":\"Tiber Pack\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/tiberpack.com\/en\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/tiberpack.com\/en\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/tiberpack.com\/en\/#organization\",\"name\":\"Tiber Pack S.p.A.\",\"url\":\"https:\/\/tiberpack.com\/en\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/tiberpack.com\/en\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/tiberpack.com\/wp-content\/uploads\/2022\/02\/banner-tiberpack.png\",\"contentUrl\":\"https:\/\/tiberpack.com\/wp-content\/uploads\/2022\/02\/banner-tiberpack.png\",\"width\":200,\"height\":120,\"caption\":\"Tiber Pack S.p.A.\"},\"image\":{\"@id\":\"https:\/\/tiberpack.com\/en\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Sectors and packaging - Tiber Pack","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:\/\/tiberpack.com\/en\/sectors-and-packaging\/","og_locale":"en_US","og_type":"article","og_title":"Sectors and packaging - Tiber Pack","og_url":"https:\/\/tiberpack.com\/en\/sectors-and-packaging\/","og_site_name":"Tiber Pack","article_modified_time":"2022-04-27T12:55:20+00:00","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/tiberpack.com\/en\/sectors-and-packaging\/","url":"https:\/\/tiberpack.com\/en\/sectors-and-packaging\/","name":"Sectors and packaging - Tiber Pack","isPartOf":{"@id":"https:\/\/tiberpack.com\/en\/#website"},"datePublished":"2022-04-26T13:39:07+00:00","dateModified":"2022-04-27T12:55:20+00:00","breadcrumb":{"@id":"https:\/\/tiberpack.com\/en\/sectors-and-packaging\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/tiberpack.com\/en\/sectors-and-packaging\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/tiberpack.com\/en\/sectors-and-packaging\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/tiberpack.com\/en\/"},{"@type":"ListItem","position":2,"name":"Sectors and packaging"}]},{"@type":"WebSite","@id":"https:\/\/tiberpack.com\/en\/#website","url":"https:\/\/tiberpack.com\/en\/","name":"Tiber Pack","description":"","publisher":{"@id":"https:\/\/tiberpack.com\/en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/tiberpack.com\/en\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/tiberpack.com\/en\/#organization","name":"Tiber Pack S.p.A.","url":"https:\/\/tiberpack.com\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/tiberpack.com\/en\/#\/schema\/logo\/image\/","url":"https:\/\/tiberpack.com\/wp-content\/uploads\/2022\/02\/banner-tiberpack.png","contentUrl":"https:\/\/tiberpack.com\/wp-content\/uploads\/2022\/02\/banner-tiberpack.png","width":200,"height":120,"caption":"Tiber Pack S.p.A."},"image":{"@id":"https:\/\/tiberpack.com\/en\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/tiberpack.com\/en\/wp-json\/wp\/v2\/pages\/2371"}],"collection":[{"href":"https:\/\/tiberpack.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/tiberpack.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/tiberpack.com\/en\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/tiberpack.com\/en\/wp-json\/wp\/v2\/comments?post=2371"}],"version-history":[{"count":13,"href":"https:\/\/tiberpack.com\/en\/wp-json\/wp\/v2\/pages\/2371\/revisions"}],"predecessor-version":[{"id":2472,"href":"https:\/\/tiberpack.com\/en\/wp-json\/wp\/v2\/pages\/2371\/revisions\/2472"}],"wp:attachment":[{"href":"https:\/\/tiberpack.com\/en\/wp-json\/wp\/v2\/media?parent=2371"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}