DEOLEO

How to give meaning to the ESG commitment of the world's leading olive oil company, inspiring and driving real impact throughout its value chain?

«We have a responsibility to be guardians of an essential product in the Mediterranean diet.»

Ignacio Silva. Chairman and CEO

Deoleo, the world’s largest olive oil company, needed a clear point of view for its sustainability platform, a guiding light to illuminate its ESG strategy and consistently permeate all its global brands.

REFRAME

It was not just about having the highest sales volume. It was about having the greatest positive influence. To lead change in the industry. Because leaders do not follow; leaders inspire.

UNCOVER

Thus, we helped to focus their true role and point of view. Although it does not grow or produce olives, Deoleo connects all the links in the olive oil journey, from the field to the table. Like a conductor who attends to every detail so everything works in harmony: a company that takes care of what takes care of you. Because olive oil is so beneficial for people that it deserves the utmost care.

REINVIGORATE

The new sustainability platform ‘We take care of what takes care of you’ was the unifying force that made it possible to look at, decide on, and implement sustainability in a more focused and coherent way through its key brands: Carbonell, Carapelli and Bertolli. Demonstrating leadership through care: Care for those who grow, those who consume and the planet that makes it all possible. In the case of Deoleo, reinvigorating meant realising that the more they take care, the more value they generate. And the more value they create, the more legitimacy they have to lead.

BRINGING THE STRATEGY TO LIFE
← LARIOS
PASCUAL LÁCTEOS →

Strategy for Brighter Growth

MADRID
Calle Alfonso XII 36, 5 dcha
28014 Madrid
+34 913 688 249
holamadrid@the-picnic.com

BUENOS AIRES
La Pampa 1391, 5, oficina 5.1
Buenos Aires
holaba@the-picnic.com

Picnic-Hormiga
© PICNIC EXPERIENCE · All rights reserved — Legal

MADRID
Calle Alfonso XII 36, 5 dcha
28014 Madrid
+34 913 688 249
holamadrid@the-picnic.com

BUENOS AIRES
La Pampa 1391, 5, oficina 5.1
Buenos Aires
holaba@the-picnic.com

Picnic-Hormiga
© PICNIC EXPERIENCE · All rights reserved — Legal
// You can find the form ID in the URL of this page // https://tally.so/forms/mJg9a4/share const formId = 'mJg9a4'; // Open the popup Tally.openPopup(formId, options); // Available options type PopupOptions = { key?: string; layout?: 'default' | 'modal'; width?: number; alignLeft?: boolean; hideTitle?: boolean; overlay?: boolean; emoji?: { text: string; animation: 'none' | 'wave' | 'tada' | 'heart-beat' | 'spin' | 'flash' | 'bounce' | 'rubber-band' | 'head-shake'; }; autoClose?: number; showOnce?: boolean; doNotShowAfterSubmit?: boolean; customFormUrl?: string; hiddenFields?: { [key: string]: any, }; onOpen?: () => void; onClose?: () => void; onPageView?: (page: number) => void; onSubmit?: (payload: any) => void; }; // Example: open a popup with default options Tally.openPopup('mJg9a4'); // Example: opening a popup as a centered modal Tally.openPopup('mJg9a4', { layout: 'modal', // Open as a centered modal width: 700, // Set the width of the modal autoClose: 5000, // Close the popup 5 seconds after form was submitted (in ms) }); // Example: set custom hidden fields Tally.openPopup('mJg9a4', { hiddenFields: { ref: 'downloads', email: 'alice@example.com' } }); // Example: customization via custom domain URL + code injection Tally.openPopup('mJg9a4', { customFormUrl: 'https://yourdomain.com/form', }); // Example: use callback functions to handle events Tally.openPopup('mJg9a4', { onOpen: () => { // The popup was opened, mark the form as seen // ... }, onClose: () => { // The popup was closed // ... }, onPageView: (page: number) => { // Log the page view // ... }, onSubmit: (payload: any) => { // Form was submitted, use the answers payload in your application // ... } }); // Close the popup Tally.closePopup('mJg9a4');