{"product_id":"certificato-regalo-aziendale-solidale","title":"Corporate charity gift with personalized certificate","description":"\u003cstyle\u003e\n  .slp-corporate {\n    max-width: 860px;\n    margin: 0 auto;\n    color: #30352f;\n    font-size: 1rem;\n    line-height: 1.75;\n  }\n\n  .slp-corporate * {\n    box-sizing: border-box;\n  }\n\n  .slp-corporate h2 {\n    margin: 2.4rem 0 0.8rem;\n    color: #244b3c;\n    font-size: 1.7rem;\n    line-height: 1.25;\n  }\n\n  .slp-corporate h3 {\n    margin: 1.4rem 0 0.5rem;\n    color: #315e4c;\n    font-size: 1.22rem;\n    line-height: 1.3;\n  }\n\n  .slp-corporate p {\n    margin: 0 0 1rem;\n  }\n\n  .slp-corporate a {\n    color: #315e4c;\n    font-weight: 700;\n    text-decoration: underline;\n    text-underline-offset: 3px;\n  }\n\n  .slp-corporate__hero {\n    margin-bottom: 2rem;\n    padding: 1.8rem;\n    background: linear-gradient(135deg, #edf5ef 0%, #fbf8ef 100%);\n    border-left: 5px solid #315e4c;\n    border-radius: 12px;\n  }\n\n  .slp-corporate__hero h2 {\n    margin-top: 0;\n  }\n\n  .slp-corporate__label {\n    display: inline-block;\n    margin-bottom: 0.8rem;\n    padding: 0.35rem 0.75rem;\n    color: #ffffff;\n    background: #7d1638;\n    border-radius: 999px;\n    font-size: 0.82rem;\n    font-weight: 700;\n    letter-spacing: 0.03em;\n    text-transform: uppercase;\n  }\n\n  .slp-corporate__lead {\n    font-size: 1.08rem;\n  }\n\n  .slp-corporate__important {\n    margin: 1.4rem 0;\n    padding: 1.2rem 1.3rem;\n    background: #fff8e8;\n    border: 1px solid #ead8aa;\n    border-radius: 10px;\n  }\n\n  .slp-corporate__important strong {\n    color: #7d1638;\n  }\n\n  .slp-corporate__grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 1rem;\n    margin: 1.4rem 0 2rem;\n  }\n\n  .slp-corporate__card {\n    padding: 1.25rem;\n    background: #faf8f2;\n    border: 1px solid #e5dfd2;\n    border-radius: 10px;\n  }\n\n  .slp-corporate__card h3 {\n    margin-top: 0;\n  }\n\n  .slp-corporate__card p:last-child {\n    margin-bottom: 0;\n  }\n\n  .slp-corporate__steps {\n    margin: 1.4rem 0 2rem;\n    padding: 0;\n    list-style: none;\n    counter-reset: corporate-step;\n  }\n\n  .slp-corporate__steps li {\n    position: relative;\n    margin: 0 0 1rem;\n    padding: 1.15rem 1.15rem 1.15rem 4rem;\n    background: #f7f7f4;\n    border-radius: 10px;\n    counter-increment: corporate-step;\n  }\n\n  .slp-corporate__steps li::before {\n    content: counter(corporate-step);\n    position: absolute;\n    top: 1rem;\n    left: 1rem;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 2.15rem;\n    height: 2.15rem;\n    color: #ffffff;\n    background: #244b3c;\n    border-radius: 50%;\n    font-weight: 700;\n  }\n\n  .slp-corporate__impact {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 1rem;\n    margin: 1.4rem 0 2rem;\n    padding: 0;\n    list-style: none;\n  }\n\n  .slp-corporate__impact li {\n    margin: 0;\n    padding: 1.15rem;\n    background: #f2f7f3;\n    border: 1px solid #dce8df;\n    border-radius: 10px;\n  }\n\n  .slp-corporate__impact strong {\n    display: inline-block;\n    margin-bottom: 0.2rem;\n    color: #244b3c;\n  }\n\n  .slp-corporate__message {\n    margin: 1.5rem 0;\n    padding: 1.4rem;\n    background: #fff8e8;\n    border: 1px solid #ead8aa;\n    border-radius: 10px;\n  }\n\n  .slp-corporate__message p {\n    margin-bottom: 0;\n    color: #5b3a26;\n    font-style: italic;\n  }\n\n  .slp-corporate__principles {\n    margin: 2rem 0;\n    padding: 1.5rem;\n    background: #f7f7f4;\n    border-radius: 10px;\n  }\n\n  .slp-corporate__principles h2 {\n    margin-top: 0;\n  }\n\n  .slp-corporate__contact {\n    margin: 2rem 0;\n    padding: 1.7rem;\n    color: #ffffff;\n    background: #244b3c;\n    border-radius: 12px;\n    text-align: center;\n  }\n\n  .slp-corporate__contact h2 {\n    margin-top: 0;\n    color: #ffffff;\n  }\n\n  .slp-corporate__contact a {\n    color: #ffffff;\n  }\n\n  .slp-corporate__buttons {\n    display: flex;\n    justify-content: center;\n    flex-wrap: wrap;\n    gap: 0.75rem;\n    margin-top: 1.2rem;\n  }\n\n  .slp-corporate__button {\n    display: inline-block;\n    padding: 0.85rem 1.25rem;\n    color: #244b3c !important;\n    background: #ffffff;\n    border: 2px solid #ffffff;\n    border-radius: 7px;\n    font-weight: 700;\n    text-decoration: none !important;\n    transition: transform 0.2s ease, background-color 0.2s ease;\n  }\n\n  .slp-corporate__button:hover {\n    background: #f3f7f3;\n    transform: translateY(-1px);\n  }\n\n  .slp-corporate__faq {\n    margin: 2rem 0;\n  }\n\n  .slp-corporate__faq details {\n    margin-bottom: 0.75rem;\n    padding: 1rem 1.15rem;\n    background: #f7f7f4;\n    border: 1px solid #e4e4df;\n    border-radius: 8px;\n  }\n\n  .slp-corporate__faq summary {\n    color: #244b3c;\n    font-weight: 700;\n    cursor: pointer;\n  }\n\n  .slp-corporate__faq details p {\n    margin: 0.8rem 0 0;\n  }\n\n  .slp-corporate__details {\n    margin-top: 2.2rem;\n    padding-top: 1.4rem;\n    border-top: 1px solid #dedede;\n    font-size: 0.95rem;\n  }\n\n  .slp-corporate__notice {\n    margin-top: 1rem;\n    padding: 1rem 1.2rem;\n    background: #f7f7f4;\n    border-radius: 8px;\n    font-size: 0.95rem;\n  }\n\n  @media screen and (max-width: 640px) {\n    .slp-corporate {\n      font-size: 0.98rem;\n    }\n\n    .slp-corporate h2 {\n      font-size: 1.45rem;\n    }\n\n    .slp-corporate__grid,\n    .slp-corporate__impact {\n      grid-template-columns: 1fr;\n    }\n\n    .slp-corporate__hero,\n    .slp-corporate__contact,\n    .slp-corporate__principles {\n      padding: 1.25rem;\n    }\n\n    .slp-corporate__button {\n      display: block;\n      width: 100%;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"slp-corporate\"\u003e\n\n\n  \u003csection class=\"slp-corporate__hero\"\u003e\n    \u003cspan class=\"slp-corporate__label\"\u003eDigital charity corporate gift\u003c\/span\u003e\n\n    \u003ch2\u003eA corporate gift that makes a real impact\u003c\/h2\u003e\n\n\n    \u003cp class=\"slp-corporate__lead\"\u003e\n      Instead of a traditional gift, choose a\n      \u003cstrong\u003epersonalized charity corporate certificate\u003c\/strong\u003e that\n      supports animals rescued by the Sotto la Panca Sanctuary.\n    \u003c\/p\u003e\n\n\n    \u003cp\u003e\n      The company's contribution helps fund food, veterinary care, shelter,\n      and habitat maintenance. The certificate can be shared with employees,\n      clients, suppliers, and partners at any time of the year.\n    \u003c\/p\u003e\n\n  \u003c\/section\u003e\n\n  \u003cdiv class=\"slp-corporate__important\"\u003e\n\n    \u003cstrong\u003eImportant:\u003c\/strong\u003e the certificate is a digital product.\n    No hamper or other physical item is sent. The personalized file\n    is sent via email after all necessary details have been received.\n  \u003c\/div\u003e\n\n\n  \u003csection\u003e\n    \u003ch2\u003eWhat is the charity corporate gift certificate?\u003c\/h2\u003e\n\n\n    \u003cp\u003e\n      It is a personalized digital document acknowledging the contribution\n      made by the company to support the animals welcomed by the Sotto la Panca\n      Sanctuary.\n    \u003c\/p\u003e\n\n\n    \u003cp\u003e\n      It can be emailed, posted on internal channels, displayed during a\n      corporate event, or shared with clients and partners as an alternative\n      to traditional gifts.\n    \u003c\/p\u003e\n\n\n    \u003cp\u003e\n      The certificate can include the company name, the date, and a short\n      message dedicated to the recipients of the gift.\n    \u003c\/p\u003e\n\n  \u003c\/section\u003e\n\n  \u003csection\u003e\n    \u003ch2\u003eAn alternative to Christmas corporate gifts\u003c\/h2\u003e\n\n\n    \u003cp\u003e\n      The certificate is available year-round, but it also represents a\n      charitable alternative to traditional Christmas hampers and corporate\n      gifts.\n    \u003c\/p\u003e\n\n\n    \u003cp\u003e\n      Instead of purchasing standardized products, packaging, and items that\n      do not always suit the recipients' tastes, the company can turn its\n      Christmas budget into care, food, and protection for rescued animals.\n    \u003c\/p\u003e\n\n\n    \u003cp\u003e\n      It is a solution particularly suited to companies with employees,\n      partners, or clients distributed across different locations, because the\n      certificate can be sent digitally without requiring addresses, packaging,\n      or shipping.\n    \u003c\/p\u003e\n\n  \u003c\/section\u003e\n\n  \u003csection\u003e\n    \u003ch2\u003eFor which occasions can it be chosen?\u003c\/h2\u003e\n\n\n    \u003cdiv class=\"slp-corporate__grid\"\u003e\n\n      \u003carticle class=\"slp-corporate__card\"\u003e\n        \u003ch3\u003e🎁 Corporate Christmas\u003c\/h3\u003e\n\n        \u003cp\u003e\n          As an alternative to hampers, gadgets, and other traditional gifts for\n          employees, clients, and suppliers.\n        \u003c\/p\u003e\n\n      \u003c\/article\u003e\n\n      \u003carticle class=\"slp-corporate__card\"\u003e\n        \u003ch3\u003e🏢 Company anniversaries\u003c\/h3\u003e\n\n        \u003cp\u003e\n          To celebrate a milestone by turning it into a tangible gesture for\n          animals and the local area.\n        \u003c\/p\u003e\n\n      \u003c\/article\u003e\n\n      \u003carticle class=\"slp-corporate__card\"\u003e\n        \u003ch3\u003e🤝 Clients and partners\u003c\/h3\u003e\n\n        \u003cp\u003e\n          As a professional thank you for a collaboration, a project, or a\n          long-term relationship.\n        \u003c\/p\u003e\n\n      \u003c\/article\u003e\n\n      \u003carticle class=\"slp-corporate__card\"\u003e\n        \u003ch3\u003e🎤 Events and conferences\u003c\/h3\u003e\n\n        \u003cp\u003e\n          To dedicate a meeting, an opening, or a company day to a charitable\n          project.\n        \u003c\/p\u003e\n\n      \u003c\/article\u003e\n\n      \u003carticle class=\"slp-corporate__card\"\u003e\n        \u003ch3\u003e🌱 Social responsibility campaigns\u003c\/h3\u003e\n\n        \u003cp\u003e\n          As part of an ongoing, transparent, and consistent corporate journey.\n        \u003c\/p\u003e\n\n      \u003c\/article\u003e\n\n      \u003carticle class=\"slp-corporate__card\"\u003e\n        \u003ch3\u003e💚 Milestones and celebrations\u003c\/h3\u003e\n\n        \u003cp\u003e\n          For retirements, new branch openings, shared achievements, and other\n          significant occasions.\n        \u003c\/p\u003e\n\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n  \u003csection\u003e\n    \u003ch2\u003eWhy choose a charity gift?\u003c\/h2\u003e\n\n\n    \u003cdiv class=\"slp-corporate__grid\"\u003e\n\n      \u003carticle class=\"slp-corporate__card\"\u003e\n        \u003ch3\u003e🌿 Fewer superfluous items\u003c\/h3\u003e\n\n        \u003cp\u003e\n          The digital certificate avoids unnecessary products, packaging, and\n          shipping.\n        \u003c\/p\u003e\n\n      \u003c\/article\u003e\n\n      \u003carticle class=\"slp-corporate__card\"\u003e\n        \u003ch3\u003e🐾 A tangible help\u003c\/h3\u003e\n\n        \u003cp\u003e\n          The budget becomes food, veterinary care, and protection for rescued\n          animals.\n        \u003c\/p\u003e\n\n      \u003c\/article\u003e\n\n      \u003carticle class=\"slp-corporate__card\"\u003e\n        \u003ch3\u003e💬 A meaningful message\u003c\/h3\u003e\n\n        \u003cp\u003e\n          The company communicates a choice linked to care and responsibility to\n          its recipients.\n        \u003c\/p\u003e\n\n      \u003c\/article\u003e\n\n      \u003carticle class=\"slp-corporate__card\"\u003e\n        \u003ch3\u003e✉️ Easy to share\u003c\/h3\u003e\n\n        \u003cp\u003e\n          The file can be sent to people working in different locations and\n          countries.\n        \u003c\/p\u003e\n\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n  \u003csection\u003e\n    \u003ch2\u003eWho can it be dedicated to?\u003c\/h2\u003e\n\n\n    \u003cp\u003eThe certificate can be presented as a gift for:\u003c\/p\u003e\n\n\n    \u003cul\u003e\n\n      \u003cli\u003eemployees and partners;\u003c\/li\u003e\n\n      \u003cli\u003eclients and suppliers;\u003c\/li\u003e\n\n      \u003cli\u003eprofessional partners;\u003c\/li\u003e\n\n      \u003cli\u003eattendees of a corporate event;\u003c\/li\u003e\n\n      \u003cli\u003emembers of an association or a working group;\u003c\/li\u003e\n\n      \u003cli\u003epeople working in international offices.\u003c\/li\u003e\n\n    \u003c\/ul\u003e\n\n\n    \u003cp\u003e\n      There is no need to share the recipients' personal data with the\n      Sanctuary when using a single corporate certificate.\n    \u003c\/p\u003e\n\n  \u003c\/section\u003e\n\n  \u003csection\u003e\n    \u003ch2\u003eHow it works\u003c\/h2\u003e\n\n\n    \u003col class=\"slp-corporate__steps\"\u003e\n\n      \u003cli\u003e\n\n        \u003cstrong\u003eChoose the contribution.\u003c\/strong\u003e\u003cbr\u003e\n        Select one of the amounts available at the top of the page.\n      \u003c\/li\u003e\n\n\n      \u003cli\u003e\n\n        \u003cstrong\u003eComplete the order.\u003c\/strong\u003e\u003cbr\u003e\n        Make the payment through the system available on the site.\n      \u003c\/li\u003e\n\n\n      \u003cli\u003e\n\n        \u003cstrong\u003eSend us the details.\u003c\/strong\u003e\u003cbr\u003e\n        Provide the full company name, the date, the desired message, and the\n        order number.\n      \u003c\/li\u003e\n\n\n      \u003cli\u003e\n\n        \u003cstrong\u003eWe prepare the certificate.\u003c\/strong\u003e\u003cbr\u003e\n        We personalize the document using the information received.\n      \u003c\/li\u003e\n\n\n      \u003cli\u003e\n\n        \u003cstrong\u003eReceive the digital file.\u003c\/strong\u003e\u003cbr\u003e\n        The final certificate is sent to the provided email address.\n      \u003c\/li\u003e\n\n    \u003c\/ol\u003e\n\n  \u003c\/section\u003e\n\n  \u003csection\u003e\n    \u003ch2\u003eWhat information do we need to receive?\u003c\/h2\u003e\n\n\n    \u003cp\u003eAfter purchase, contact us providing:\u003c\/p\u003e\n\n\n    \u003cul\u003e\n\n      \u003cli\u003eorder number;\u003c\/li\u003e\n\n      \u003cli\u003efull company name;\u003c\/li\u003e\n\n      \u003cli\u003edate to be included;\u003c\/li\u003e\n\n      \u003cli\u003eoptional personalized message;\u003c\/li\u003e\n\n      \u003cli\u003edelivery email address;\u003c\/li\u003e\n\n      \u003cli\u003eif multiple versions are needed;\u003c\/li\u003e\n\n      \u003cli\u003eItalian or English language;\u003c\/li\u003e\n\n      \u003cli\u003ethe date by which the certificate is needed.\u003c\/li\u003e\n\n    \u003c\/ul\u003e\n\n\n    \u003cp\u003e\n      Check the name, capitalization, accents, and punctuation carefully.\n      The document will be prepared using the provided data.\n    \u003c\/p\u003e\n\n  \u003c\/section\u003e\n\n  \u003csection\u003e\n    \u003ch2\u003eChoose your company's contribution\u003c\/h2\u003e\n\n\n    \u003cp\u003e\n      Select one of the amounts available at the top of the page. For different\n      contributions, campaigns with many recipients, multiple certificates, or\n      special requests, please contact us before purchasing.\n    \u003c\/p\u003e\n\n\n    \u003cp\u003e\n      The value of the contribution is not necessarily displayed on the\n      certificate. The company may choose to communicate it separately or keep\n      the message focused on the project being supported.\n    \u003c\/p\u003e\n\n  \u003c\/section\u003e\n\n  \u003csection\u003e\n    \u003ch2\u003eWhat does the contribution support?\u003c\/h2\u003e\n\n\n    \u003cul class=\"slp-corporate__impact\"\u003e\n\n      \u003cli\u003e\n\n        🌿 \u003cstrong\u003eFood\u003c\/strong\u003e\u003cbr\u003e\n        Food adapted to the needs of the various animals.\n      \u003c\/li\u003e\n\n\n      \u003cli\u003e\n\n        🩺 \u003cstrong\u003eVeterinary care\u003c\/strong\u003e\u003cbr\u003e\n        Visits, examinations, medication, therapies, and surgeries.\n      \u003c\/li\u003e\n\n\n      \u003cli\u003e\n\n        🏡 \u003cstrong\u003eShelters and habitats\u003c\/strong\u003e\u003cbr\u003e\n        Maintenance of structures, fencing, and protected spaces.\n      \u003c\/li\u003e\n\n\n      \u003cli\u003e\n\n        💧 \u003cstrong\u003eDaily care\u003c\/strong\u003e\u003cbr\u003e\n        Water, cleaning, materials, and management of daily needs.\n      \u003c\/li\u003e\n\n    \u003c\/ul\u003e\n\n\n    \u003cp\u003e\n      Priorities may change throughout the year. The contribution supports the\n      activities of the Sanctuary and is used according to the concrete needs of\n      the animals welcomed.\n    \u003c\/p\u003e\n\n  \u003c\/section\u003e\n\n  \u003csection\u003e\n    \u003ch2\u003eA message for employees, clients, and partners\u003c\/h2\u003e\n\n\n    \u003cdiv class=\"slp-corporate__message\"\u003e\n\n      \u003cp\u003e\n        “We have chosen a gift capable of creating a concrete impact.\n        Instead of a traditional corporate gift, we are supporting the Sotto la\n        Panca Sanctuary and contributing to the expenses for food, care, and\n        habitats of the rescued animals.”\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cp\u003e\n      During the Christmas period, the message can be adapted as follows:\n    \u003c\/p\u003e\n\n\n    \u003cdiv class=\"slp-corporate__message\"\u003e\n\n      \u003cp\u003e\n        “This year we have chosen a gift capable of continuing beyond the\n        holidays. Instead of a traditional corporate hamper, we are supporting\n        the animals rescued by the Sotto la Panca Sanctuary.”\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n  \u003csection class=\"slp-corporate__principles\"\u003e\n    \u003ch2\u003eA charitable contribution, not an ethical certification\u003c\/h2\u003e\n\n\n    \u003cp\u003e\n      The document acknowledges the support offered to the Sanctuary. It does\n      not certify that all of the company's activities, products, or policies\n      are ethical, sustainable, or cruelty-free.\n    \u003c\/p\u003e\n\n\n    \u003cp\u003e\n      A donation acquires greater value when it is part of a consistent path:\n      respect for people, reduction of environmental impact, attention to the\n      materials used, and moving away from gifts linked to animal exploitation.\n    \u003c\/p\u003e\n\n\n    \u003cp\u003e\n      The certificate must not be presented as a quality mark or an independent\n      certification.\n    \u003c\/p\u003e\n\n  \u003c\/section\u003e\n\n  \u003csection\u003e\n    \u003ch2\u003eWhat characterizes a responsible company?\u003c\/h2\u003e\n\n\n    \u003cp\u003e\n      A responsible company does not just make a donation. It seeks to apply its\n      values to its daily activities as well.\n    \u003c\/p\u003e\n\n\n    \u003cp\u003eIt can do so through choices such as:\u003c\/p\u003e\n\n\n    \u003cul\u003e\n\n      \u003cli\u003erespecting employees and partners;\u003c\/li\u003e\n\n      \u003cli\u003ecommunicating transparently;\u003c\/li\u003e\n\n      \u003cli\u003ereducing waste, packaging, and consumption;\u003c\/li\u003e\n\n      \u003cli\u003eavoiding materials derived from animal exploitation;\u003c\/li\u003e\n\n      \u003cli\u003eoffering plant-based alternatives during events and meetings;\u003c\/li\u003e\n\n      \u003cli\u003echoosing suppliers consistent with declared values;\u003c\/li\u003e\n\n      \u003cli\u003esupporting projects without using them as mere advertising;\u003c\/li\u003e\n\n      \u003cli\u003emaintaining commitment even after a single campaign.\u003c\/li\u003e\n\n    \u003c\/ul\u003e\n\n  \u003c\/section\u003e\n\n  \u003csection\u003e\n    \u003ch2\u003eHow to communicate the gesture without purpose washing\u003c\/h2\u003e\n\n\n    \u003cp\u003e\n      Communication should be proportionate to the contribution and explain\n      precisely what has been done.\n    \u003c\/p\u003e\n\n\n    \u003cp\u003eWe recommend:\u003c\/p\u003e\n\n\n    \u003cul\u003e\n\n      \u003cli\u003eusing clear and verifiable language;\u003c\/li\u003e\n\n      \u003cli\u003enot claiming that the company has saved a specific animal;\u003c\/li\u003e\n\n      \u003cli\u003enot describing the certificate as an ethical certification;\u003c\/li\u003e\n\n      \u003cli\u003enot exaggerating the impact of the contribution;\u003c\/li\u003e\n\n      \u003cli\u003eavoiding advertising campaigns that are disproportionate to the donation;\u003c\/li\u003e\n\n      \u003cli\u003erequesting authorization before using logos and photographs.\u003c\/li\u003e\n\n    \u003c\/ul\u003e\n\n  \u003c\/section\u003e\n\n  \u003csection\u003e\n    \u003ch2\u003eUse of the Sanctuary's logo\u003c\/h2\u003e\n\n\n    \u003cp\u003e\n      The personalized certificate already contains the Sanctuary's visual\n      identity. The logo cannot be extracted and used independently in campaigns,\n      packaging, on websites, or in other advertising materials.\n    \u003c\/p\u003e\n\n\n    \u003cp\u003e\n      To integrate the logo in additional communications, prior and specific\n      authorization is required.\n    \u003c\/p\u003e\n\n\n    \u003cp\u003e\n      The donation does not automatically grant the status of an official sponsor\n      or partner.\n    \u003c\/p\u003e\n\n  \u003c\/section\u003e\n\n  \u003csection\u003e\n    \u003ch2\u003eCertificates in Italian and English\u003c\/h2\u003e\n\n\n    \u003cp\u003e\n      The certificate can be requested in Italian or English. This option is\n      useful for companies with international branches, multicultural groups, or\n      clients living abroad.\n    \u003c\/p\u003e\n\n\n    \u003cp\u003e\n      If both versions are needed, please contact us before purchasing,\n      specifying the number of files requested.\n    \u003c\/p\u003e\n\n  \u003c\/section\u003e\n\n  \u003csection\u003e\n    \u003ch2\u003eLead times\u003c\/h2\u003e\n\n\n    \u003cp\u003e\n      We recommend placing the order and sending all data at least\n      \u003cstrong\u003e7 business days before the desired date\u003c\/strong\u003e.\n    \u003c\/p\u003e\n\n\n    \u003cp\u003e\n      For multiple certificates, translations, complex personalizations, or\n      urgent requests, please contact us in advance.\n    \u003c\/p\u003e\n\n\n    \u003cdiv class=\"slp-corporate__important\"\u003e\n\n      \u003cstrong\u003eProduction can only begin after receiving:\u003c\/strong\u003e\n      the order number, the correct company name, the final text, and all\n      necessary instructions.\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n  \u003csection class=\"slp-corporate__faq\"\u003e\n    \u003ch2\u003eFrequently asked questions\u003c\/h2\u003e\n\n\n    \u003cdetails\u003e\n      \u003csummary\u003eWill we receive a physical product?\u003c\/summary\u003e\n      \u003cp\u003e\n        No. You will receive a personalized digital certificate. No physical\n        shipment is provided.\n      \u003c\/p\u003e\n\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eCan we use it as a Christmas corporate gift?\u003c\/summary\u003e\n      \u003cp\u003e\n        Yes. The certificate is available all year round and is also a\n        charitable alternative to Christmas hampers and corporate gifts.\n      \u003c\/p\u003e\n\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eCan we send it to all employees?\u003c\/summary\u003e\n      \u003cp\u003e\n        Yes. The company can distribute the complete file received internally,\n        without modifying it or extracting the logo.\n      \u003c\/p\u003e\n\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eCan we request multiple certificates?\u003c\/summary\u003e\n      \u003cp\u003e\n        Yes. Contact us before purchasing, indicating the number of versions and\n        the necessary personalizations.\n      \u003c\/p\u003e\n\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eCan we choose a different amount?\u003c\/summary\u003e\n      \u003cp\u003e\n        Yes. For contributions not listed among the options, you can contact the\n        Sanctuary to agree on the most suitable method.\n      \u003c\/p\u003e\n\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eDoes the value of the contribution appear on the certificate?\u003c\/summary\u003e\n      \u003cp\u003e\n        Not necessarily. It can be omitted or included upon request, if agreed\n        before production.\n      \u003c\/p\u003e\n\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eCan we add our logo?\u003c\/summary\u003e\n      \u003cp\u003e\n        This can be assessed before purchasing. The company logo must be provided\n        in a suitable format and must not overshadow the identity of the\n        supported project.\n      \u003c\/p\u003e\n\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eDoes the certificate prove that the company is ethical?\u003c\/summary\u003e\n      \u003cp\u003e\n        No. The certificate exclusively acknowledges the contribution made and\n        does not evaluate or certify other company activities.\n      \u003c\/p\u003e\n\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eCan we publish it on our website and corporate social media?\u003c\/summary\u003e\n      \u003cp\u003e\n        Yes, in its complete form and without modifications. Broader\n        communications using the Sanctuary's logo, images, or statements must be\n        agreed upon in advance.\n      \u003c\/p\u003e    \u003c\/details\u003e  \u003c\/section\u003e\n\n  \u003csection class=\"slp-corporate__contact\"\u003e\n    \u003ch2\u003eDo you require a specific amount or customization?\u003c\/h2\u003e\n\n\n    \u003cp\u003e\n      Contact us before purchasing for multiple certificates, customized\n      contributions, bilingual versions, corporate logo inclusion, or\n      campaigns aimed at many employees and clients.\n    \u003c\/p\u003e\n\n\n    \u003cdiv class=\"slp-corporate__buttons\"\u003e\n\n      \u003ca class=\"slp-corporate__button\" href=\"\/en\/pages\/contatti\"\u003e\n        Contact the Sanctuary\n      \u003c\/a\u003e\n\n      \u003ca class=\"slp-corporate__button\" href=\"\/en\/pages\/aziende-sponsor-santuario\"\u003e\n        Discover corporate partnerships\n      \u003c\/a\u003e\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n  \u003csection class=\"slp-corporate__details\"\u003e\n    \u003ch2\u003eInformation about the association\u003c\/h2\u003e\n\n\n    \u003cp\u003e\n      \u003cstrong\u003eSotto la Panca ODV\u003c\/strong\u003e is a non-profit Volunteer Organization\n      committed to animal protection and the promotion of an\n      antispeciesist culture.\n    \u003c\/p\u003e\n\n\n    \u003cp\u003e\n      Registration with the Single National Register of the Third Sector:\n      \u003cstrong\u003eRUNTS, repertory no. 155195\u003c\/strong\u003e\u003cbr\u003e\n      Tax Code: \u003cstrong\u003e90074110876\u003c\/strong\u003e\n    \u003c\/p\u003e\n\n\n    \u003cp\u003e\n      The contributions received support the association's institutional\n      activities and the care of the animals hosted.\n    \u003c\/p\u003e\n\n\n    \u003cdiv class=\"slp-corporate__notice\"\u003e\n\n      \u003cstrong\u003eNote:\u003c\/strong\u003e the certificate is digital and does not involve the\n      shipment of physical products. It does not constitute an ethical\n      certification of the company, does not automatically grant sponsor\n      status, and does not authorize the separate use of the Sanctuary's logo.\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n\u003c\/div\u003e","brand":"Sotto La Panca ODV","offers":[{"title":"20","offer_id":54095275884872,"sku":null,"price":20.0,"currency_code":"EUR","in_stock":true},{"title":"30","offer_id":54095275917640,"sku":null,"price":30.0,"currency_code":"EUR","in_stock":true},{"title":"50","offer_id":54095275950408,"sku":null,"price":50.0,"currency_code":"EUR","in_stock":true},{"title":"80","offer_id":54095275983176,"sku":null,"price":80.0,"currency_code":"EUR","in_stock":true},{"title":"100","offer_id":54095276015944,"sku":null,"price":100.0,"currency_code":"EUR","in_stock":true},{"title":"120","offer_id":54095276048712,"sku":null,"price":120.0,"currency_code":"EUR","in_stock":true},{"title":"150","offer_id":54095276081480,"sku":null,"price":150.0,"currency_code":"EUR","in_stock":true},{"title":"200","offer_id":54095276114248,"sku":null,"price":200.0,"currency_code":"EUR","in_stock":true},{"title":"250","offer_id":54095276147016,"sku":null,"price":250.0,"currency_code":"EUR","in_stock":true},{"title":"300","offer_id":54095276179784,"sku":null,"price":300.0,"currency_code":"EUR","in_stock":true},{"title":"400","offer_id":54095276212552,"sku":null,"price":400.0,"currency_code":"EUR","in_stock":true},{"title":"500","offer_id":54095276245320,"sku":null,"price":500.0,"currency_code":"EUR","in_stock":true},{"title":"800","offer_id":54095276278088,"sku":null,"price":800.0,"currency_code":"EUR","in_stock":true},{"title":"1000","offer_id":54095276310856,"sku":null,"price":1000.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0898\/5709\/8056\/files\/certificato-regalo-solidale-aziendale-natale1.png?v=1789827337","url":"https:\/\/www.santuariosottolapanca.org\/en\/products\/corporate-charity-gift-certificate","provider":"Sotto La Panca ODV","version":"1.0","type":"link"}