{"id":20275,"date":"2026-05-12T10:59:02","date_gmt":"2026-05-12T10:59:02","guid":{"rendered":"https:\/\/www.colibrisystem.com\/home\/"},"modified":"2026-09-02T14:03:37","modified_gmt":"2026-09-02T14:03:37","slug":"home","status":"publish","type":"page","link":"https:\/\/www.colibrisystem.com\/en\/","title":{"rendered":"Home"},"content":{"rendered":"<div class=\"et_pb_section_0 et_pb_section et_section_regular et_flex_section\">\n<div class=\"et_pb_row_0 et_pb_row et_flex_row\">\n<div class=\"et_pb_column_0 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_24_24 et_flex_column_24_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_group_0 et_pb_group et-last-child et_pb_module et_flex_group et_pb_css_mix_blend_mode_passthrough\">\n<div class=\"et_pb_image_0 et_pb_image et_pb_module et_flex_module\"><span class=\"et_pb_image_wrap\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.colibrisystem.com\/wp-content\/uploads\/2026\/05\/iconaPuntatore.png\" title=\"iconaPuntatore\" width=\"264\" height=\"400\" srcset=\"https:\/\/www.colibrisystem.com\/wp-content\/uploads\/2026\/05\/iconaPuntatore.png 264w, https:\/\/www.colibrisystem.com\/wp-content\/uploads\/2026\/05\/iconaPuntatore-198x300.png 198w\" sizes=\"(max-width: 264px) 100vw, 264px\" class=\"wp-image-202\" \/><\/span><\/div>\n\n<div class=\"et_pb_text_0 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>FIND YOUR NEAREST<br \/>\nCOLIBR\u00cc STATIONERY STORE<\/p>\n<\/div><\/div>\n<\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_row_1 et_pb_row et_flex_row\">\n<div class=\"et_pb_column_1 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_24_24 et_flex_column_24_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_code_0 et_pb_code et_pb_module\"><div class=\"et_pb_code_inner\"> \n        <style id=\"colibri-cap-style\">\n        .colibri-cap-wrap {\n            display: inline-block;\n            max-width: 100%;\n        }\n        .colibri-cap-form {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            gap: 12px;\n        }\n        \/* Input e bottone unificati in un unico elemento pill *\/\n        .colibri-cap-group {\n            display: inline-flex;\n            align-items: stretch;\n            background: #ffffff;\n            border-radius: 50px;\n            border: 3px solid rgba(255, 255, 255, 0.7);\n            overflow: hidden;\n            transition: border-color 0.2s ease, box-shadow 0.2s ease;\n        }\n        .colibri-cap-group:focus-within {\n            border-color: #ffffff;\n            box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.3);\n        }\n        .colibri-cap-group.is-invalid {\n            border-color: #ff6b6b;\n            box-shadow: 0 0 0 4px rgba(255, 107, 107, 0.35);\n            animation: colibri-shake 0.35s ease;\n        }\n        .colibri-cap-input {\n            padding: 14px 20px 14px 26px;\n            border: none;\n            border-radius: 50px 0 0 50px;\n            font-size: 18px;\n            font-weight: 700;\n            color: #1B3B95;\n            background: transparent;\n            outline: none;\n            width: 145px;\n            text-align: center;\n            letter-spacing: 4px;\n            font-family: inherit;\n            -moz-appearance: textfield;\n        }\n        .colibri-cap-input::-webkit-outer-spin-button,\n        .colibri-cap-input::-webkit-inner-spin-button {\n            -webkit-appearance: none;\n        }\n        .colibri-cap-input::placeholder {\n            color: #9dbde0;\n            letter-spacing: 1px;\n            font-weight: 500;\n            font-size: 15px;\n        }\n        .colibri-cap-btn {\n            display: inline-flex;\n            align-items: center;\n            gap: 12px;\n            padding: 14px 20px 14px 26px;\n            background-color: #1B3B95;\n            color: #ffffff;\n            font-size: 13px;\n            font-weight: 800;\n            text-transform: uppercase;\n            letter-spacing: 1.5px;\n            border: none;\n            border-radius: 0 50px 50px 0;\n            cursor: pointer;\n            font-family: inherit;\n            white-space: nowrap;\n            line-height: 1;\n            transition: background-color 0.2s ease;\n        }\n        .colibri-cap-btn:hover {\n            background-color: #152e7a;\n        }\n        .colibri-cap-arrow {\n            display: inline-flex;\n            align-items: center;\n            justify-content: center;\n            width: 30px;\n            height: 30px;\n            background-color: #00C4DC;\n            border-radius: 50%;\n            flex-shrink: 0;\n            transition: transform 0.2s ease;\n        }\n        .colibri-cap-btn:hover .colibri-cap-arrow {\n            transform: translateX(4px);\n        }\n        .colibri-cap-errore {\n            display: none;\n            font-size: 13px;\n            font-weight: 600;\n            color: #ffffff;\n            background: rgba(200, 30, 30, 0.35);\n            border: 1px solid rgba(255, 130, 130, 0.5);\n            border-radius: 50px;\n            padding: 7px 20px;\n            margin: 0;\n        }\n        .colibri-cap-errore.is-visible {\n            display: block;\n        }\n        @keyframes colibri-shake {\n            0%, 100% { transform: translateX(0); }\n            20%       { transform: translateX(-7px); }\n            60%       { transform: translateX(7px); }\n            80%       { transform: translateX(-4px); }\n        }\n        \/* Mobile (breakpoint phone di Divi): il pill unico si divide\n           in due elementi impilati e indipendenti, ciascuno a tutta\n           larghezza con la propria forma arrotondata. *\/\n        @media (max-width: 767px) {\n            .colibri-cap-wrap {\n                display: block;\n                width: 100%;\n            }\n            .colibri-cap-group {\n                flex-direction: column;\n                width: 100%;\n                gap: 8px;\n                background: transparent;\n                border: none;\n                border-radius: 0;\n                overflow: visible;\n            }\n            .colibri-cap-group:focus-within {\n                box-shadow: none;\n            }\n            \/* Gli stati focus\/errore passano dal gruppo al campo input *\/\n            \/* Stessa altezza fissa per input e bottone *\/\n            .colibri-cap-input {\n                box-sizing: border-box;\n                width: 100%;\n                height: 58px;\n                padding: 0 20px;\n                background: #ffffff;\n                border: 3px solid rgba(255, 255, 255, 0.7);\n                border-radius: 50px;\n                text-align: center;\n            }\n            .colibri-cap-input:focus {\n                border-color: #ffffff;\n                box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.3);\n            }\n            .colibri-cap-group.is-invalid {\n                border: none;\n                box-shadow: none;\n            }\n            .colibri-cap-group.is-invalid .colibri-cap-input {\n                border-color: #ff6b6b;\n                box-shadow: 0 0 0 4px rgba(255, 107, 107, 0.35);\n            }\n            .colibri-cap-btn {\n                box-sizing: border-box;\n                width: 100%;\n                height: 58px;\n                justify-content: center;\n                padding: 0 24px;\n                border-radius: 50px;\n            }\n        }\n        <\/style>    <div class=\"colibri-cap-wrap\">\n        <form class=\"colibri-cap-form\" id=\"colibri-cap-1\" novalidate>\n            <div class=\"colibri-cap-group\">\n                <input\n                    type=\"text\"\n                    class=\"colibri-cap-input\"\n                    placeholder=\"Postal code\"\n                    maxlength=\"5\"\n                    inputmode=\"numeric\"\n                    autocomplete=\"postal-code\"\n                    aria-label=\"Enter your postal code\"\n                >\n                <button type=\"submit\" class=\"colibri-cap-btn\">\n                    Find a store                    <span class=\"colibri-cap-arrow\" aria-hidden=\"true\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#ffffff\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                            <line x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"\/>\n                            <polyline points=\"12 5 19 12 12 19\"\/>\n                        <\/svg>\n                    <\/span>\n                <\/button>\n            <\/div>\n            <p class=\"colibri-cap-errore\" role=\"alert\" aria-live=\"polite\"><\/p>\n        <\/form>\n    <\/div>\n\n    <script>\n    (function() {\n        var form    = document.getElementById(\"colibri-cap-1\");\n        var gruppo  = form.querySelector('.colibri-cap-group');\n        var input   = form.querySelector('.colibri-cap-input');\n        var errore  = form.querySelector('.colibri-cap-errore');\n        var urlBase = \"https:\\\/\\\/www.colibrisystem.com\\\/en\\\/store-locator\\\/\";\n        var param   = \"_cap\";\n        var msgVuoto   = \"Please enter your postal code to continue.\";\n        var msgFormato = \"The postal code must be 5 digits.\";\n\n        \/\/ Permette solo cifre durante la digitazione\n        input.addEventListener('input', function() {\n            this.value = this.value.replace(\/[^0-9]\/g, '');\n            if ( this.value.length > 0 ) {\n                gruppo.classList.remove('is-invalid');\n                errore.classList.remove('is-visible');\n            }\n        });\n\n        form.addEventListener('submit', function(e) {\n            e.preventDefault();\n\n            var cap = input.value.trim();\n\n            if ( ! \/^[0-9]{5}$\/.test(cap) ) {\n                errore.textContent = cap.length === 0\n                    ? msgVuoto\n                    : msgFormato;\n                errore.classList.add('is-visible');\n                gruppo.classList.add('is-invalid');\n                input.focus();\n                return;\n            }\n\n            window.location.href = urlBase + '?' + param + '=' + encodeURIComponent(cap);\n        });\n    })();\n    <\/script>\n    <\/div><\/div>\n<\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_section_1 et_pb_section et_section_regular et_flex_section\">\n<div class=\"et_pb_row_2 et_pb_row et_flex_row\">\n<div class=\"et_pb_column_2 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_24_24 et_flex_column_24_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_code_1 et_pb_code et_pb_module\"><div class=\"et_pb_code_inner\"><video class=\"elementor-video\" style=\"display:block; margin:auto; width:100%;\" src=\"https:\/\/player.vimeo.com\/progressive_redirect\/playback\/1215753195\/rendition\/1080p\/file.mp4%20%281080p%29.mp4?loc=external&log_user=0&signature=d91830e5951a67a5dd730b99ff00844732c82e281e307d5cf7d51ac272e7e830\" loop=\"\" autoplay=\"\" muted=\"muted\" playsinline=\"\" controlslist=\"nodownload\"><\/video><\/div><\/div>\n<\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_section_2 et_pb_section et_section_regular et_flex_section\">\n<div class=\"et_pb_row_3 et_pb_row et_flex_row\">\n<div class=\"et_pb_column_3 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_24_24 et_flex_column_24_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_heading_0 et_pb_heading et_pb_module et_flex_module preset--module--divi-heading--old23hqa1r\"><div class=\"et_pb_heading_container\"><h1 class=\"et_pb_module_header\">CARING FOR A BOOK<\/br>MEANS PROTECTING MUCH MORE<\/h1><\/div><\/div>\n\n<div class=\"et_pb_text_1 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p class=\"p1\">Whether it's a child's first <strong>school book<\/strong>, a<br \/><strong>library's<\/strong> collection, or the service that grows a <strong>stationery store<\/strong>,<br \/>CoLibr\u00ec has developed a complete system of products and services that<br \/>accompanies every book throughout its entire life cycle.<\/p>\n<\/div><\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_row_4 et_pb_row et_flex_row\">\n<div class=\"et_pb_column_4 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_24_24 et_flex_column_24_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_blurb_0 et_pb_blurb et_pb_bg_layout_light et_pb_text_align_center et_pb_blurb_position_top et_clickable et_pb_module et_flex_module righettaBlu\"><div class=\"et_pb_blurb_content et_flex_module\"><div class=\"et_pb_main_blurb_image\"><span class=\"et_pb_image_wrap et_pb_only_image_mode_wrap\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.colibrisystem.com\/wp-content\/uploads\/2026\/07\/famiglie.png\" width=\"300\" height=\"300\" srcset=\"https:\/\/www.colibrisystem.com\/wp-content\/uploads\/2026\/07\/famiglie.png 300w, https:\/\/www.colibrisystem.com\/wp-content\/uploads\/2026\/07\/famiglie-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" class=\"wp-image-19837\" title=\"famiglie\" \/><\/span><\/div><div class=\"et_pb_blurb_container\"><h4 class=\"et_pb_module_header\">FAMILIES<\/h4><div class=\"et_pb_blurb_description\"><p class=\"p1\">Save time, avoid stress, and pick up books already perfectly protected at the stationery store.<\/p>\n<\/div><\/div><\/div><\/div>\n\n<div class=\"et_pb_blurb_1 et_pb_blurb et_pb_bg_layout_light et_pb_text_align_center et_pb_blurb_position_top et_clickable et_pb_module et_flex_module righettaBlu\"><div class=\"et_pb_blurb_content et_flex_module\"><div class=\"et_pb_main_blurb_image\"><span class=\"et_pb_image_wrap et_pb_only_image_mode_wrap\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.colibrisystem.com\/wp-content\/uploads\/2026\/07\/cartolerie.png\" width=\"300\" height=\"300\" srcset=\"https:\/\/www.colibrisystem.com\/wp-content\/uploads\/2026\/07\/cartolerie.png 300w, https:\/\/www.colibrisystem.com\/wp-content\/uploads\/2026\/07\/cartolerie-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" class=\"wp-image-19839\" title=\"cartolerie\" \/><\/span><\/div><div class=\"et_pb_blurb_container\"><h4 class=\"et_pb_module_header\">STATIONERY STORES<\/h4><div class=\"et_pb_blurb_description\"><p class=\"p1\">Offer a professional, efficient, and distinctive service to grow your business.<\/p>\n<\/div><\/div><\/div><\/div>\n\n<div class=\"et_pb_blurb_2 et_pb_blurb et_pb_bg_layout_light et_pb_text_align_center et_pb_blurb_position_top et_clickable et_pb_module et_flex_module righettaBlu\"><div class=\"et_pb_blurb_content et_flex_module\"><div class=\"et_pb_main_blurb_image\"><span class=\"et_pb_image_wrap et_pb_only_image_mode_wrap\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.colibrisystem.com\/wp-content\/uploads\/2026\/07\/biblioteche.png\" width=\"300\" height=\"300\" srcset=\"https:\/\/www.colibrisystem.com\/wp-content\/uploads\/2026\/07\/biblioteche.png 300w, https:\/\/www.colibrisystem.com\/wp-content\/uploads\/2026\/07\/biblioteche-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" class=\"wp-image-19840\" title=\"biblioteche\" \/><\/span><\/div><div class=\"et_pb_blurb_container\"><h4 class=\"et_pb_module_header\">LIBRARIES<\/h4><div class=\"et_pb_blurb_description\"><p class=\"p1\">Promote the preservation and enhancement of the book collection.<\/p>\n<\/div><\/div><\/div><\/div>\n\n<div class=\"et_pb_blurb_3 et_pb_blurb et_pb_bg_layout_light et_pb_text_align_center et_pb_blurb_position_top et_clickable et_pb_module et_flex_module righettaBlu\"><div class=\"et_pb_blurb_content et_flex_module\"><div class=\"et_pb_main_blurb_image\"><span class=\"et_pb_image_wrap et_pb_only_image_mode_wrap\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.colibrisystem.com\/wp-content\/uploads\/2026\/07\/studenti.png\" width=\"300\" height=\"300\" srcset=\"https:\/\/www.colibrisystem.com\/wp-content\/uploads\/2026\/07\/studenti.png 300w, https:\/\/www.colibrisystem.com\/wp-content\/uploads\/2026\/07\/studenti-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" class=\"wp-image-19841\" title=\"studenti\" \/><\/span><\/div><div class=\"et_pb_blurb_container\"><h4 class=\"et_pb_module_header\">STUDENTS<\/h4><div class=\"et_pb_blurb_description\"><p class=\"p1\">Preserve the value of your school and university textbooks.<\/p>\n<\/div><\/div><\/div><\/div>\n\n<div class=\"et_pb_blurb_4 et_pb_blurb et_pb_bg_layout_light et_pb_text_align_center et_pb_blurb_position_top et_clickable et_pb_module et_flex_module righettaBlu\"><div class=\"et_pb_blurb_content et_flex_module\"><div class=\"et_pb_main_blurb_image\"><span class=\"et_pb_image_wrap et_pb_only_image_mode_wrap\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.colibrisystem.com\/wp-content\/uploads\/2026\/08\/iconaLettori.png\" width=\"300\" height=\"300\" srcset=\"https:\/\/www.colibrisystem.com\/wp-content\/uploads\/2026\/08\/iconaLettori.png 300w, https:\/\/www.colibrisystem.com\/wp-content\/uploads\/2026\/08\/iconaLettori-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" class=\"wp-image-20388\" title=\"iconaLettori\" \/><\/span><\/div><div class=\"et_pb_blurb_container\"><h4 class=\"et_pb_module_header\">READERS<\/h4><div class=\"et_pb_blurb_description\"><p>Protect the books you love and keep them in perfect condition.<\/p>\n<\/div><\/div><\/div><\/div>\n<\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_section_3 et_pb_section et_section_regular et_flex_section\">\n<div class=\"et_pb_row_5 et_pb_row et_flex_row et_animated et_clickable rigaCerca\">\n<div class=\"et_pb_column_5 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_24_24 et_flex_column_24_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_heading_1 et_pb_heading et_pb_module et_flex_module\"><div class=\"et_pb_heading_container\"><h1 class=\"et_pb_module_header\">BACK TO SCHOOL<\/h1><\/div><\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_row_6 et_pb_row et_flex_row et_animated rigaBoxFotoTesto\">\n<div class=\"et_pb_column_6 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone righettaAzzurra\">\n<div class=\"et_pb_image_1 et_pb_image et_pb_module et_flex_module\"><span class=\"et_pb_image_wrap\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.colibrisystem.com\/wp-content\/uploads\/2026\/05\/homeFamiglie.jpg\" title=\"homeFamiglie\" width=\"600\" height=\"647\" srcset=\"https:\/\/www.colibrisystem.com\/wp-content\/uploads\/2026\/05\/homeFamiglie.jpg 600w, https:\/\/www.colibrisystem.com\/wp-content\/uploads\/2026\/05\/homeFamiglie-480x518.jpg 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 600px, 100vw\" class=\"wp-image-467\" \/><\/span><\/div>\n<\/div>\n\n<div class=\"et_pb_column_7 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone righettaBlu\">\n<div class=\"et_pb_text_2 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module preset--module--divi-text--fnug3sgzqm\"><div class=\"et_pb_text_inner\"><p><em>How to cover books quickly?<\/em><\/p>\n<p><em>Where to have books covered?<\/em><\/p>\n<p><em>By when do I need to have my child's books covered?<\/em><\/p>\n<p><em>Which school materials need adhesive labels?<\/em><\/p>\n<p><em>Where to cover books with recycled plastic?<\/em><\/p>\n<p><a href=\"https:\/\/www.colibrisystem.com\/en\/faq\/#famiglie\"><em>FAQ<\/em><\/a><\/p>\n<\/div><\/div>\n\n<div class=\"et_pb_module et_pb_button_module_wrapper et_pb_button_0_wrapper preset--module--divi-button--jum7tv1qlx_wrapper\"><a class=\"et_pb_button_0 et_pb_button et_pb_bg_layout_light et_pb_module et_flex_module btnMax300 preset--module--divi-button--jum7tv1qlx\" href=\"https:\/\/www.colibrisystem.com\/en\/families\/\">discover more<\/a><\/div>\n<\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_section_4 et_pb_section et_section_regular et_flex_section\">\n<div class=\"et_pb_row_7 et_pb_row et_flex_row et_animated et_clickable rigaCerca\">\n<div class=\"et_pb_column_8 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_24_24 et_flex_column_24_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_heading_2 et_pb_heading et_pb_module et_flex_module\"><div class=\"et_pb_heading_container\"><h1 class=\"et_pb_module_header\">STATIONERY STORES<\/h1><\/div><\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_row_8 et_pb_row et_flex_row et_animated rigaBoxFotoTesto\">\n<div class=\"et_pb_column_9 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone righettaAzzurra\">\n<div class=\"et_pb_image_2 et_pb_image et_pb_module et_flex_module\"><span class=\"et_pb_image_wrap\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.colibrisystem.com\/wp-content\/uploads\/2026\/05\/homeCartolerie.jpg\" title=\"homeCartolerie\" width=\"900\" height=\"1024\" srcset=\"https:\/\/www.colibrisystem.com\/wp-content\/uploads\/2026\/05\/homeCartolerie.jpg 900w, https:\/\/www.colibrisystem.com\/wp-content\/uploads\/2026\/05\/homeCartolerie-480x546.jpg 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 900px, 100vw\" class=\"wp-image-473\" \/><\/span><\/div>\n<\/div>\n\n<div class=\"et_pb_column_10 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone righettaBlu\">\n<div class=\"et_pb_text_3 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module preset--module--divi-text--fnug3sgzqm\"><div class=\"et_pb_text_inner\"><p><em>How to provide more service to my customers?<\/em><\/p>\n<p><em>How to create new sales opportunities?<\/em><\/p>\n<p><em>How to build long-term loyalty with families with children in my neighborhood?<\/em><\/p>\n<p><a href=\"https:\/\/www.colibrisystem.com\/en\/faq\/#cartolerie\"><em>FAQ<\/em><\/a><\/p>\n<\/div><\/div>\n\n<div class=\"et_pb_module et_pb_button_module_wrapper et_pb_button_1_wrapper preset--module--divi-button--jum7tv1qlx_wrapper\"><a class=\"et_pb_button_1 et_pb_button et_pb_bg_layout_light et_pb_module et_flex_module btnMax300 preset--module--divi-button--jum7tv1qlx\" href=\"https:\/\/www.colibrisystem.com\/en\/stationery-stores\/\">discover more<\/a><\/div>\n<\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_section_5 et_pb_section et_section_regular et_flex_section\">\n<div class=\"et_pb_row_9 et_pb_row et_flex_row et_animated et_clickable rigaCerca\">\n<div class=\"et_pb_column_11 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_24_24 et_flex_column_24_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_heading_3 et_pb_heading et_pb_module et_flex_module\"><div class=\"et_pb_heading_container\"><h1 class=\"et_pb_module_header\">LIBRARIES<\/h1><\/div><\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_row_10 et_pb_row et_flex_row et_animated rigaBoxFotoTesto\">\n<div class=\"et_pb_column_12 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone righettaAzzurra\">\n<div class=\"et_pb_image_3 et_pb_image et_pb_module et_flex_module\"><span class=\"et_pb_image_wrap\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.colibrisystem.com\/wp-content\/uploads\/2026\/05\/homeBiblioteche.jpg\" title=\"Mature student in the library\" width=\"900\" height=\"1024\" srcset=\"https:\/\/www.colibrisystem.com\/wp-content\/uploads\/2026\/05\/homeBiblioteche.jpg 900w, https:\/\/www.colibrisystem.com\/wp-content\/uploads\/2026\/05\/homeBiblioteche-480x546.jpg 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 900px, 100vw\" class=\"wp-image-483\" \/><\/span><\/div>\n<\/div>\n\n<div class=\"et_pb_column_13 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone righettaBlu\">\n<div class=\"et_pb_text_4 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module preset--module--divi-text--fnug3sgzqm\"><div class=\"et_pb_text_inner\"><p><em>How to better preserve the condition of books over time?<\/em><\/p>\n<p><em>How to ensure safe and hygienic consultation of a book?<\/em><\/p>\n<p><em>Is there <b>a company<\/b> that protects books for libraries?<\/em><\/p>\n<p><a href=\"https:\/\/www.colibrisystem.com\/en\/faq\/#biblioteche\"><em>FAQ<\/em><\/a><\/p>\n<\/div><\/div>\n\n<div class=\"et_pb_module et_pb_button_module_wrapper et_pb_button_2_wrapper preset--module--divi-button--jum7tv1qlx_wrapper\"><a class=\"et_pb_button_2 et_pb_button et_pb_bg_layout_light et_pb_module et_flex_module btnMax300 preset--module--divi-button--jum7tv1qlx\" href=\"https:\/\/www.colibrisystem.com\/en\/libraries\/\">discover more<\/a><\/div>\n<\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_section_6 et_pb_section et_section_regular et_flex_section\">\n<div class=\"et_pb_row_11 et_pb_row et_flex_row et_animated et_clickable rigaCerca\">\n<div class=\"et_pb_column_14 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_24_24 et_flex_column_24_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_heading_4 et_pb_heading et_pb_module et_flex_module\"><div class=\"et_pb_heading_container\"><h1 class=\"et_pb_module_header\">STUDENTS<\/h1><\/div><\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_row_12 et_pb_row et_flex_row et_animated rigaBoxFotoTesto\">\n<div class=\"et_pb_column_15 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone righettaAzzurra\">\n<div class=\"et_pb_image_4 et_pb_image et_pb_module et_flex_module\"><span class=\"et_pb_image_wrap\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.colibrisystem.com\/wp-content\/uploads\/2026\/06\/studentiHome.jpg\" title=\"studentiHome\" width=\"900\" height=\"1024\" srcset=\"https:\/\/www.colibrisystem.com\/wp-content\/uploads\/2026\/06\/studentiHome.jpg 900w, https:\/\/www.colibrisystem.com\/wp-content\/uploads\/2026\/06\/studentiHome-480x546.jpg 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 900px, 100vw\" class=\"wp-image-18275\" \/><\/span><\/div>\n<\/div>\n\n<div class=\"et_pb_column_16 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone righettaBlu\">\n<div class=\"et_pb_text_5 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module preset--module--divi-text--fnug3sgzqm\"><div class=\"et_pb_text_inner\"><p><em>How to resell used books at their best value at the end of the year or after an exam?<\/em><\/p>\n<p><em>Which used textbooks are worth the most?<\/em><\/p>\n<p><a href=\"https:\/\/www.colibrisystem.com\/en\/faq\/#studenti\"><em>FAQ<\/em><\/a><\/p>\n<\/div><\/div>\n\n<div class=\"et_pb_module et_pb_button_module_wrapper et_pb_button_3_wrapper preset--module--divi-button--jum7tv1qlx_wrapper\"><a class=\"et_pb_button_3 et_pb_button et_pb_bg_layout_light et_pb_module et_flex_module btnMax300 preset--module--divi-button--jum7tv1qlx\" href=\"https:\/\/www.colibrisystem.com\/en\/students\/\">discover more<\/a><\/div>\n<\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_section_7 et_pb_section et_section_regular et_flex_section\">\n<div class=\"et_pb_row_13 et_pb_row et_flex_row et_animated et_clickable rigaCerca\">\n<div class=\"et_pb_column_17 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_24_24 et_flex_column_24_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_heading_5 et_pb_heading et_pb_module et_flex_module\"><div class=\"et_pb_heading_container\"><h1 class=\"et_pb_module_header\">READERS<\/h1><\/div><\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_row_14 et_pb_row et_flex_row et_animated rigaBoxFotoTesto\">\n<div class=\"et_pb_column_18 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone righettaAzzurra\">\n<div class=\"et_pb_image_5 et_pb_image et_pb_module et_flex_module\"><span class=\"et_pb_image_wrap\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.colibrisystem.com\/wp-content\/uploads\/2026\/08\/lettori.jpg\" title=\"readers\" width=\"900\" height=\"1024\" srcset=\"https:\/\/www.colibrisystem.com\/wp-content\/uploads\/2026\/08\/lettori.jpg 900w, https:\/\/www.colibrisystem.com\/wp-content\/uploads\/2026\/08\/lettori-480x546.jpg 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 900px, 100vw\" class=\"wp-image-20384\" \/><\/span><\/div>\n<\/div>\n\n<div class=\"et_pb_column_19 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone righettaBlu\">\n<div class=\"et_pb_text_6 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module preset--module--divi-text--fnug3sgzqm\"><div class=\"et_pb_text_inner\"><p><em>How to protect a book's dust jacket?<\/em><\/p>\n<p><em>How to preserve collectible comics, manga, and graphic novels?<br \/>\n<\/em><\/p>\n<p><em>How to prevent a book from getting damaged while reading?<\/em><\/p>\n<p><a href=\"https:\/\/www.colibrisystem.com\/en\/faq\/#lettori\"><em>FAQ<\/em><\/a><\/p>\n<\/div><\/div>\n\n<div class=\"et_pb_module et_pb_button_module_wrapper et_pb_button_4_wrapper preset--module--divi-button--jum7tv1qlx_wrapper\"><a class=\"et_pb_button_4 et_pb_button et_pb_bg_layout_light et_pb_module et_flex_module btnMax300 preset--module--divi-button--jum7tv1qlx\" href=\"https:\/\/www.colibrisystem.com\/en\/readers\/\">discover more<\/a><\/div>\n<\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_section_8 et_pb_section et_section_regular et_flex_section\">\n<div class=\"et_pb_row_15 et_pb_row et_flex_row et_animated\">\n<div class=\"et_pb_column_20 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_24_24 et_flex_column_24_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_7 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module preset--module--divi-text--jowmimohzf\"><div class=\"et_pb_text_inner\"><p>AN EVEN<br \/>\nGREENER CHOICE<\/p>\n<\/div><\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_row_16 et_pb_row et_flex_row\">\n<div class=\"et_pb_column_21 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_24_24 et_flex_column_24_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_image_6 et_pb_image et_pb_module et_flex_module\"><span class=\"et_pb_image_wrap\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.colibrisystem.com\/wp-content\/uploads\/2026\/07\/Documento_01.png\" title=\"Documento_01\" width=\"1600\" height=\"691\" srcset=\"https:\/\/www.colibrisystem.com\/wp-content\/uploads\/2026\/07\/Documento_01.png 1600w, https:\/\/www.colibrisystem.com\/wp-content\/uploads\/2026\/07\/Documento_01-1280x553.png 1280w, https:\/\/www.colibrisystem.com\/wp-content\/uploads\/2026\/07\/Documento_01-980x423.png 980w, https:\/\/www.colibrisystem.com\/wp-content\/uploads\/2026\/07\/Documento_01-480x207.png 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) and (max-width: 1280px) 1280px, (min-width: 1281px) 1600px, 100vw\" class=\"wp-image-19576\" \/><\/span><\/div>\n\n<div class=\"et_pb_group_1 et_pb_group et-last-child et_pb_module et_flex_group et_pb_css_mix_blend_mode_passthrough\">\n<div class=\"et_pb_group_2 et_pb_group et_pb_module et_flex_group et_pb_css_mix_blend_mode_passthrough\">\n<div class=\"et_pb_text_8 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module preset--module--divi-text--fnug3sgzqm\"><div class=\"et_pb_text_inner\"><h3><strong>COVER 30%<\/strong><br \/>\n<strong>POST-CONSUMER RECYCLED<span style=\"font-size:14px; vertical-align:super;\">*<\/span><\/strong><\/h3>\n<p>SGS ISO 9001 certified quality.<br \/>\nThe use of raw materials derived from post-consumer recycling translates into reduced dependence on fossil materials and promotes concrete support for the circular economy.<\/p>\n<\/div><\/div>\n\n<div class=\"et_pb_text_9 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module preset--module--divi-text--5qzhhggvih\"><div class=\"et_pb_text_inner\"><p>*30% ISCC CERTIFIED RECYCLED PLASTIC (MASS BALANCE)<\/p>\n<\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_group_3 et_pb_group et-last-child et_pb_module et_flex_group et_pb_css_mix_blend_mode_passthrough\">\n<div class=\"et_pb_group_4 et_pb_group et-last-child et_pb_module et_flex_group et_pb_css_mix_blend_mode_passthrough\">\n<div class=\"et_pb_image_7 et_pb_image et_pb_module et_flex_module\"><span class=\"et_pb_image_wrap\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.colibrisystem.com\/wp-content\/uploads\/2026\/07\/Licensee_iscc_01.png\" title=\"Licensee_iscc_01\" width=\"795\" height=\"311\" srcset=\"https:\/\/www.colibrisystem.com\/wp-content\/uploads\/2026\/07\/Licensee_iscc_01.png 795w, https:\/\/www.colibrisystem.com\/wp-content\/uploads\/2026\/07\/Licensee_iscc_01-480x188.png 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 795px, 100vw\" class=\"wp-image-18436\" \/><\/span><\/div>\n\n<div class=\"et_pb_text_10 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p><strong>SUSTAINABILITY AND TRACEABILITY<\/strong><\/p>\n<\/div><\/div>\n\n<div class=\"et_pb_group_5 et_pb_group et-last-child et_pb_module et_flex_group et_pb_css_mix_blend_mode_passthrough\">\n<div class=\"et_pb_image_8 et_pb_image et_pb_module et_flex_module\"><span class=\"et_pb_image_wrap\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.colibrisystem.com\/wp-content\/uploads\/2026\/07\/SGS_Q.png\" title=\"SGS_Q\" width=\"320\" height=\"306\" srcset=\"https:\/\/www.colibrisystem.com\/wp-content\/uploads\/2026\/07\/SGS_Q.png 320w, https:\/\/www.colibrisystem.com\/wp-content\/uploads\/2026\/07\/SGS_Q-300x287.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" class=\"wp-image-18437\" \/><\/span><\/div>\n\n<div class=\"et_pb_text_11 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p><strong>CERTIFIED<\/strong><br \/><strong>QUALITY<\/strong><\/p>\n<\/div><\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_row_17 et_pb_row et_flex_row\">\n<div class=\"et_pb_column_22 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_24_24 et_flex_column_24_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_12 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h3>EVERY COLIBR\u00cc COVER IS BORN FROM A VIRTUOUS CYCLE OF COLLECTION, SORTING, AND RECYCLING OF PLASTIC.<\/h3>\n<\/div><\/div>\n\n<div class=\"et_pb_text_13 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>\u00b7 230 TONS OF RECYCLED PLASTIC EVERY YEAR<sup style=\"font-size:12px;\">1<\/sup><br \/>\u00b7 EQUAL TO 10 MILLION COVERS NOT RELEASED INTO THE ENVIRONMENT<sup style=\"font-size:12px;\">2<\/sup><\/p>\n<\/div><\/div>\n\n<div class=\"et_pb_group_6 et_pb_group et-last-child et_pb_module et_flex_group et_pb_css_mix_blend_mode_passthrough\">\n<div class=\"et_pb_text_14 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p class=\"p1\">1) Our covers are produced with 770 tons of plastic, of which 230 tons have been replaced by ISCC certified materials through mass balance. This means that 30% of our input material is ISCC certified and contributes to reducing dependence on fossil materials.<br \/>2) Calculated based on the average weight of our covers. <\/p>\n<\/div><\/div>\n\n<div class=\"et_pb_module et_pb_button_module_wrapper et_pb_button_5_wrapper preset--module--divi-button--jum7tv1qlx_wrapper\"><a class=\"et_pb_button_5 et_pb_button et_pb_bg_layout_light et_pb_module et_flex_module btnMax300 preset--module--divi-button--jum7tv1qlx\" href=\"https:\/\/www.colibrisystem.com\/en\/sustainability\/\">discover the virtuous cycle of colibr\u00ec<\/a><\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_section_9 et_pb_section et_section_regular et_flex_section\">\n<div class=\"et_pb_row_18 et_pb_row et_flex_row\">\n<div class=\"et_pb_column_23 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_24_24 et_flex_column_24_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_heading_6 et_pb_heading et_pb_module et_flex_module preset--module--divi-heading--old23hqa1r\"><div class=\"et_pb_heading_container\"><h1 class=\"et_pb_module_header\">CONTACT US<\/h1><\/div><\/div>\n\n<div class=\"et_pb_text_15 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module preset--module--divi-text--fnug3sgzqm\"><div class=\"et_pb_text_inner\"><p>Fill out the form or call the toll-free number to get all the information<\/p>\n<\/div><\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_row_19 et_pb_row et-vb-row--no-module et_flex_row righettaAzzurra\">\n<div class=\"et_pb_column_24 et_pb_column et-last-child et_flex_column et_pb_column_empty et_pb_css_mix_blend_mode_passthrough et_flex_column_24_24 et_flex_column_24_24_tablet et_flex_column_24_24_phone\"><\/div>\n<\/div>\n\n<div class=\"et_pb_row_20 et_pb_row et_flex_row\">\n<div class=\"et_pb_column_25 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_24_24 et_flex_column_24_24_tablet et_flex_column_24_24_phone\">\n<div class=\"wpforms_divi_form_selector_0 wpforms_divi_form_selector et_pb_module\"><div class=\"et_pb_module_inner\"><style id=\"wpforms-css-vars-36\">\n\t\t\t\t#wpforms-36 {\n\t\t\t\t--wpforms-field-border-radius: 4px;\n--wpforms-field-border-color: rgba(0, 0, 0, 0.25);\n--wpforms-field-border-color-spare: rgba(0, 0, 0, 0.25);\n--wpforms-field-text-color: rgba(0, 0, 0, 0.7);\n--wpforms-label-color: rgba(0, 0, 0, 0.85);\n--wpforms-label-sublabel-color: rgba(0, 0, 0, 0.55);\n--wpforms-button-border-radius: 4px;\n--wpforms-button-background-color: #173b95;\n--wpforms-container-border-radius: 4px;\n--wpforms-background-color: rgba(0, 0, 0, 0);\n--wpforms-field-size-input-height: 43px;\n--wpforms-field-size-input-spacing: 15px;\n--wpforms-field-size-font-size: 16px;\n--wpforms-field-size-line-height: 19px;\n--wpforms-field-size-padding-h: 14px;\n--wpforms-field-size-checkbox-size: 16px;\n--wpforms-field-size-sublabel-spacing: 5px;\n--wpforms-field-size-icon-size: 1;\n--wpforms-label-size-font-size: 16px;\n--wpforms-label-size-line-height: 19px;\n--wpforms-label-size-sublabel-font-size: 14px;\n--wpforms-label-size-sublabel-line-height: 17px;\n--wpforms-button-size-font-size: 17px;\n--wpforms-button-size-height: 41px;\n--wpforms-button-size-padding-h: 15px;\n--wpforms-button-size-margin-top: 10px;\n--wpforms-container-shadow-size-box-shadow: none;\n\t\t\t}\n\t\t\t<\/style><div class=\"wpforms-container wpforms-container-full wpforms-render-modern\" id=\"wpforms-36\"><form id=\"wpforms-form-36\" class=\"wpforms-validate wpforms-form wpforms-ajax-form\" data-formid=\"36\" method=\"post\" enctype=\"multipart\/form-data\" action=\"\/en\/wp-json\/wp\/v2\/pages\/20275\" data-token=\"2a98e6b31efc6a9d629cdfdaf3182c37\" data-token-time=\"1790059962\"><noscript class=\"wpforms-error-noscript\">Please enable JavaScript in your browser to complete this form.<\/noscript><div id=\"wpforms-error-noscript\" style=\"display: none;\">Please enable JavaScript in your browser to complete this form.<\/div><div class=\"wpforms-field-container\">\t\t<div id=\"wpforms-36-field_1-container\"\n\t\t\tclass=\"wpforms-field wpforms-field-text\"\n\t\t\tdata-field-type=\"text\"\n\t\t\tdata-field-id=\"1\"\n\t\t\t>\n\t\t\t<label class=\"wpforms-field-label\" for=\"wpforms-36-field_1\" >Layout Layout PHONE<\/label>\n\t\t\t<input type=\"text\" id=\"wpforms-36-field_1\" class=\"wpforms-field-medium\" name=\"wpforms[fields][1]\" >\n\t\t<\/div>\n\t\t<div id=\"wpforms-36-field_4-container\" class=\"wpforms-field wpforms-field-radio wpforms-list-3-columns\" data-field-type=\"radio\" data-field-id=\"4\"><fieldset><legend class=\"wpforms-field-label wpforms-label-hide\" aria-hidden=\"false\">Type of contact<\/legend><ul id=\"wpforms-36-field_4\"><li class=\"choice-1 depth-1\"><input type=\"radio\" id=\"wpforms-36-field_4_1\" name=\"wpforms[fields][4]\" value=\"STATIONERY\" aria-errormessage=\"wpforms-36-field_4_1-error\"  ><label class=\"wpforms-field-label-inline\" for=\"wpforms-36-field_4_1\">STATIONERY<\/label><\/li><li class=\"choice-2 depth-1\"><input type=\"radio\" id=\"wpforms-36-field_4_2\" name=\"wpforms[fields][4]\" value=\"LIBRARY\" aria-errormessage=\"wpforms-36-field_4_2-error\"  ><label class=\"wpforms-field-label-inline\" for=\"wpforms-36-field_4_2\">LIBRARY<\/label><\/li><li class=\"choice-3 depth-1\"><input type=\"radio\" id=\"wpforms-36-field_4_3\" name=\"wpforms[fields][4]\" value=\"PRIVATE\" aria-errormessage=\"wpforms-36-field_4_3-error\"  ><label class=\"wpforms-field-label-inline\" for=\"wpforms-36-field_4_3\">PRIVATE<\/label><\/li><\/ul><\/fieldset><\/div><div id=\"wpforms-36-field_5-container\" class=\"wpforms-field wpforms-field-layout\" data-field-type=\"layout\" data-field-id=\"5\"><div class=\"wpforms-field-layout-rows wpforms-field-large\"><div class=\"wpforms-layout-row\"><div class=\"wpforms-layout-column wpforms-layout-column-50\"><div id=\"wpforms-36-field_8-container\" class=\"wpforms-field wpforms-field-text\" data-field-type=\"text\" data-field-id=\"8\"><label class=\"wpforms-field-label\" for=\"wpforms-36-field_8\">NAME <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/label><input type=\"text\" id=\"wpforms-36-field_8\" class=\"wpforms-field-medium wpforms-field-required\" name=\"wpforms[fields][8]\" placeholder=\"Name\" aria-errormessage=\"wpforms-36-field_8-error\" required><\/div><\/div><div class=\"wpforms-layout-column wpforms-layout-column-50\"><div id=\"wpforms-36-field_9-container\" class=\"wpforms-field wpforms-field-text\" data-field-type=\"text\" data-field-id=\"9\"><label class=\"wpforms-field-label\" for=\"wpforms-36-field_9\">LAST NAME <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/label><input type=\"text\" id=\"wpforms-36-field_9\" class=\"wpforms-field-medium wpforms-field-required\" name=\"wpforms[fields][9]\" placeholder=\"Last Name\" aria-errormessage=\"wpforms-36-field_9-error\" required><\/div><\/div><\/div><div class=\"wpforms-layout-row\"><div class=\"wpforms-layout-column wpforms-layout-column-50\"><div id=\"wpforms-36-field_2-container\" class=\"wpforms-field wpforms-field-email\" data-field-type=\"email\" data-field-id=\"2\"><label class=\"wpforms-field-label\" for=\"wpforms-36-field_2\">EMAIL <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/label><input type=\"email\" id=\"wpforms-36-field_2\" class=\"wpforms-field-medium wpforms-field-required\" name=\"wpforms[fields][2]\" placeholder=\"Email\" spellcheck=\"false\" aria-errormessage=\"wpforms-36-field_2-error\" required><\/div><\/div><div class=\"wpforms-layout-column wpforms-layout-column-50\"><div id=\"wpforms-36-field_6-container\" class=\"wpforms-field wpforms-field-phone\" data-field-type=\"phone\" data-field-id=\"6\"><label class=\"wpforms-field-label\" for=\"wpforms-36-field_6\">PHONE <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/label><input type=\"tel\" id=\"wpforms-36-field_6\" class=\"wpforms-field-medium wpforms-field-required\" data-rule-int-phone-field=\"true\" name=\"wpforms[fields][6]\" placeholder=\"Phone\" aria-label=\"PHONE\" aria-errormessage=\"wpforms-36-field_6-error\" required><\/div><\/div><\/div><div class=\"wpforms-layout-row\"><div class=\"wpforms-layout-column wpforms-layout-column-50\"><div id=\"wpforms-36-field_3-container\" class=\"wpforms-field wpforms-field-textarea\" data-field-type=\"textarea\" data-field-id=\"3\"><label class=\"wpforms-field-label\" for=\"wpforms-36-field_3\">MESSAGE <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/label><textarea id=\"wpforms-36-field_3\" class=\"wpforms-field-medium wpforms-field-required\" name=\"wpforms[fields][3]\" placeholder=\"Message\" aria-errormessage=\"wpforms-36-field_3-error\" required><\/textarea><\/div><\/div><div class=\"wpforms-layout-column wpforms-layout-column-50\"><div id=\"wpforms-36-field_7-container\" class=\"wpforms-field wpforms-field-html\" data-field-type=\"html\" data-field-id=\"7\"><div id=\"wpforms-36-field_7\" aria-errormessage=\"wpforms-36-field_7-error\"><h3 style=\"padding-top: 16px;\">\r\nToll-free number 800 31 81 70<\/h3>\r\nMonday to Friday\r\n9:00 AM - 1:00 PM \/ 2:00 PM - 6:00 PM<\/div><\/div><\/div><\/div><\/div><\/div><div id=\"wpforms-36-field_11-container\" class=\"wpforms-field wpforms-field-layout\" data-field-type=\"layout\" data-field-id=\"11\"><div class=\"wpforms-field-layout-rows wpforms-field-large\"><div class=\"wpforms-layout-row\"><div class=\"wpforms-layout-column wpforms-layout-column-100\"><div id=\"wpforms-36-field_10-container\" class=\"wpforms-field wpforms-field-checkbox\" data-field-type=\"checkbox\" data-field-id=\"10\"><fieldset><legend class=\"wpforms-field-label wpforms-label-hide\" aria-hidden=\"false\">Spunta privacy <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/legend><ul id=\"wpforms-36-field_10\" class=\"wpforms-field-required\"><li class=\"choice-1 depth-1\"><input type=\"checkbox\" id=\"wpforms-36-field_10_1\" name=\"wpforms[fields][10][]\" value=\"I accept the rules on &lt;a href=&quot;https:\/\/www.colibrisystem.com\/privacy-policy\/&quot; target=&quot;_blank&quot;&gt;Privacy&lt;\/a&gt;\" aria-errormessage=\"wpforms-36-field_10_1-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-36-field_10_1\">I accept the rules on <a href=\"https:\/\/www.colibrisystem.com\/privacy-policy\/\" target=\"_blank\">Privacy<\/a><\/label><\/li><\/ul><\/fieldset><\/div><\/div><\/div><\/div><\/div><script>\n\t\t\t\t( function() {\n\t\t\t\t\tconst style = document.createElement( 'style' );\n\t\t\t\t\tstyle.appendChild( document.createTextNode( '#wpforms-36-field_1-container { position: absolute !important; overflow: hidden !important; display: inline !important; height: 1px !important; width: 1px !important; z-index: -1000 !important; padding: 0 !important; } #wpforms-36-field_1-container input { visibility: hidden; } #wpforms-conversational-form-page #wpforms-36-field_1-container label { counter-increment: none; }' ) );\n\t\t\t\t\tdocument.head.appendChild( style );\n\t\t\t\t\tdocument.currentScript?.remove();\n\t\t\t\t} )();\n\t\t\t<\/script><\/div><!-- .wpforms-field-container --><div class=\"wpforms-submit-container\" ><input type=\"hidden\" name=\"wpforms[id]\" value=\"36\"><input type=\"hidden\" name=\"wpforms[time_token]\" value=\"1790059962.99ad413c28d394ab829e52f1a59da71ac69a045ba5ed48b2e504e9565d3a8d2d\"><input type=\"hidden\" name=\"page_title\" value=\"\"><input type=\"hidden\" name=\"page_url\" value=\"https:\/\/www.colibrisystem.com\/en\/wp-json\/wp\/v2\/pages\/20275\"><input type=\"hidden\" name=\"url_referer\" value=\"\"><button type=\"submit\" name=\"wpforms[submit]\" id=\"wpforms-submit-36\" class=\"wpforms-submit\" data-alt-text=\"Sending in progress...\" data-submit-text=\"SEND\" aria-live=\"assertive\" value=\"wpforms-submit\">SEND<\/button><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.colibrisystem.com\/wp-content\/plugins\/wpforms\/assets\/images\/submit-spin.svg\" class=\"wpforms-submit-spinner\" style=\"display: none;\" width=\"26\" height=\"26\" alt=\"Loading\"><\/div><\/form><\/div>  <!-- .wpforms-container --><\/div><\/div>\n<\/div>\n<\/div>\n<\/div>","protected":false},"excerpt":{"rendered":"","protected":false},"author":3,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-20275","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>CoLibr\u00ec the cutting-edge, exclusive, and patented book covering system.<\/title>\n<meta name=\"description\" content=\"Whether it&#039;s a child&#039;s first school book, a library&#039;s collection, or the service that grows a stationery store, CoLibr\u00ec has developed a complete system of products and services that accompanies every book throughout its entire life cycle.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.colibrisystem.com\/en\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"CoLibr\u00ec the cutting-edge, exclusive, and patented book covering system.\" \/>\n<meta property=\"og:description\" content=\"Whether it&#039;s a child&#039;s first school book, a library&#039;s collection, or the service that grows a stationery store, CoLibr\u00ec has developed a complete system of products and services that accompanies every book throughout its entire life cycle.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.colibrisystem.com\/en\/\" \/>\n<meta property=\"og:site_name\" content=\"CoLibr\u00ec\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/CoLibriSystem\" \/>\n<meta property=\"article:modified_time\" content=\"2026-09-02T14:03:37+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:\\\/\\\/www.colibrisystem.com\\\/en\\\/\",\"url\":\"https:\\\/\\\/www.colibrisystem.com\\\/en\\\/\",\"name\":\"CoLibr\u00ec the cutting-edge, exclusive, and patented book covering system.\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.colibrisystem.com\\\/en\\\/#website\"},\"datePublished\":\"2026-05-12T10:59:02+00:00\",\"dateModified\":\"2026-09-02T14:03:37+00:00\",\"description\":\"Whether it's a child's first school book, a library's collection, or the service that grows a stationery store, CoLibr\u00ec has developed a complete system of products and services that accompanies every book throughout its entire life cycle.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.colibrisystem.com\\\/en\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.colibrisystem.com\\\/en\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.colibrisystem.com\\\/en\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.colibrisystem.com\\\/en\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Home\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.colibrisystem.com\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/www.colibrisystem.com\\\/en\\\/\",\"name\":\"Colibri\",\"description\":\"Cover system\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.colibrisystem.com\\\/en\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.colibrisystem.com\\\/en\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.colibrisystem.com\\\/en\\\/#organization\",\"name\":\"Colibri\",\"url\":\"https:\\\/\\\/www.colibrisystem.com\\\/en\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.colibrisystem.com\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.colibrisystem.com\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/logoColibri.png\",\"contentUrl\":\"https:\\\/\\\/www.colibrisystem.com\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/logoColibri.png\",\"width\":500,\"height\":500,\"caption\":\"Colibri\"},\"image\":{\"@id\":\"https:\\\/\\\/www.colibrisystem.com\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/CoLibriSystem\",\"https:\\\/\\\/www.instagram.com\\\/colibrisystem\\\/\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"CoLibr\u00ec the cutting-edge, exclusive, and patented book covering system.","description":"Whether it's a child's first school book, a library's collection, or the service that grows a stationery store, CoLibr\u00ec has developed a complete system of products and services that accompanies every book throughout its entire life cycle.","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:\/\/www.colibrisystem.com\/en\/","og_locale":"en_US","og_type":"article","og_title":"CoLibr\u00ec the cutting-edge, exclusive, and patented book covering system.","og_description":"Whether it's a child's first school book, a library's collection, or the service that grows a stationery store, CoLibr\u00ec has developed a complete system of products and services that accompanies every book throughout its entire life cycle.","og_url":"https:\/\/www.colibrisystem.com\/en\/","og_site_name":"CoLibr\u00ec","article_publisher":"https:\/\/www.facebook.com\/CoLibriSystem","article_modified_time":"2026-09-02T14:03:37+00:00","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.colibrisystem.com\/en\/","url":"https:\/\/www.colibrisystem.com\/en\/","name":"CoLibr\u00ec the cutting-edge, exclusive, and patented book covering system.","isPartOf":{"@id":"https:\/\/www.colibrisystem.com\/en\/#website"},"datePublished":"2026-05-12T10:59:02+00:00","dateModified":"2026-09-02T14:03:37+00:00","description":"Whether it's a child's first school book, a library's collection, or the service that grows a stationery store, CoLibr\u00ec has developed a complete system of products and services that accompanies every book throughout its entire life cycle.","breadcrumb":{"@id":"https:\/\/www.colibrisystem.com\/en\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.colibrisystem.com\/en\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.colibrisystem.com\/en\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.colibrisystem.com\/en\/"},{"@type":"ListItem","position":2,"name":"Home"}]},{"@type":"WebSite","@id":"https:\/\/www.colibrisystem.com\/en\/#website","url":"https:\/\/www.colibrisystem.com\/en\/","name":"Colibri","description":"Cover system","publisher":{"@id":"https:\/\/www.colibrisystem.com\/en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.colibrisystem.com\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.colibrisystem.com\/en\/#organization","name":"Colibri","url":"https:\/\/www.colibrisystem.com\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.colibrisystem.com\/en\/#\/schema\/logo\/image\/","url":"https:\/\/www.colibrisystem.com\/wp-content\/uploads\/2026\/05\/logoColibri.png","contentUrl":"https:\/\/www.colibrisystem.com\/wp-content\/uploads\/2026\/05\/logoColibri.png","width":500,"height":500,"caption":"Colibri"},"image":{"@id":"https:\/\/www.colibrisystem.com\/en\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/CoLibriSystem","https:\/\/www.instagram.com\/colibrisystem\/"]}]}},"_links":{"self":[{"href":"https:\/\/www.colibrisystem.com\/en\/wp-json\/wp\/v2\/pages\/20275","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.colibrisystem.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.colibrisystem.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.colibrisystem.com\/en\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/www.colibrisystem.com\/en\/wp-json\/wp\/v2\/comments?post=20275"}],"version-history":[{"count":15,"href":"https:\/\/www.colibrisystem.com\/en\/wp-json\/wp\/v2\/pages\/20275\/revisions"}],"predecessor-version":[{"id":20573,"href":"https:\/\/www.colibrisystem.com\/en\/wp-json\/wp\/v2\/pages\/20275\/revisions\/20573"}],"wp:attachment":[{"href":"https:\/\/www.colibrisystem.com\/en\/wp-json\/wp\/v2\/media?parent=20275"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}