ABANTE

How could we create and lead a new narrative on wealth that is more inspiring for all? 

After launching its brand platform in 2023, Abante faced a new challenge: consolidating its vision and transforming it into a long-term narrative. Beyond the initial message of ‘Wealth is not just money’, it sought to inspire society to reframe its view of money and its possibilities.

REFRAME

Abante proposed a paradigm shift that challenged the traditional view of money: from uncertainty to trust, from the individual to the collective, from accumulation to expansion. An approach that stemmed from a humanistic outlook, where the commitment to its clients was not limited to their assets, but extended to the soul of their vital purpose.

UNCOVER

Money is not just a tool of exchange, but a symbol of collective trust. Every economic decision is an act of faith in the future and in people. Wealth reveals its true value when it is shared, shedding light on opportunities for growth and connection in times of uncertainty.

REINVIGORATE

With this new narrative, Abante positioned itself as a beacon of change, where wealth equals possibility, expansion and legacy. Along with El Ruso de Rocky, this vision took shape through a story that connects with the emotional meaning of money: not just seeking to generate economic value, but to enrich people's lives, helping them to be clearer in their decisions and more confident about the future.

← LIGA F
SPRITE →

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');