CINXE.COM

Something went wrong

<?xml version="1.0" encoding="utf-8"?> <html xmlns:MadCap="http://www.madcapsoftware.com/Schemas/MadCap.xsd" MadCap:searchable="False"> <head><title>Something went wrong</title> <style> /* error page styling */ .end-of-path h1, .end-of-path p, .end-of-path button { font-family: 'Open Sans', sans-serif; } .end-of-path h1 { color: #FB715B; font-size: 1.875rem; font-weight: bold; text-align: center; } .end-of-path p { color: #1A4C49; text-align: center; } .end-of-path img { width: 100%; height: 100%; object-fit: contain; } .end-of-path.container { position: absolute; top: 50%; left: 50%; transform: translateX(-50%) translateY(-50%); } .end-of-path .marigold-image { width: 80px; height: 80px; margin-left: auto; margin-right: auto; display: block; } .end-of-path .message { min-height: 250px; } .end-of-path button { -webkit-appearance: button; background-image: none; font-size: 36px; cursor: pointer; margin: 2.5rem 0 0 0; padding-top: 0.1rem; padding-right: 0.75rem; padding-bottom: 0.4rem; padding-left: 0.75rem; border-radius: 0.375rem; border-color: #1A4C49; background-color: #1A4C49; border-width: 1px; text-align: center; color: #fff; border-style:solid; } .end-of-path button:focus { outline: none; } .end-of-path button:hover { background-color: #64CDBE; border-color: #64CDBE; } </style> </head> <body> <div class="sg-grizzly end-of-path container"> <div class="marigold-image"> <img src="/Marigold-logo.png" /> </div> <div class="message"> <p style="font-size:18pt;font-weight:bold;color:#FB715B;margin-bottom:1px">You have no access to this page<br /><span style="font-size:12pt;font-weight:normal;color:#FB715B">Something went wrong.<br />Go back to the previous page by clicking on the button below.<br />If this issue keeps on persisting, please get in touch with your Marigold contact.</span></p> <p style="font-size:14pt;font-weight:bold;font-style:italic;color:#1A4C49">Vous n'avez pas accès à cette page<br /><span style="font-size:12pt;font-weight:normal;font-style:italic;color:#1A4C49">Un problème est survenu.<br />Revenez à la page précédente en cliquant sur le bouton ci-dessous.<br />Si le problème persiste, veuillez prendre contact avec votre interlocuteur Marigold.</span></p> <p style="font-size:14pt;font-weight:bold;font-style:italic;color:#637285">Sie haben keinen Zugriff auf diese Seite<br /><span style="font-size:12pt;font-weight:normal;font-style:italic;color:#637285">Etwas ist schiefgelaufen.<br />Kehren Sie zur vorherigen Seite zurück, indem Sie auf die Schaltfläche unten klicken.<br />Wenn das Problem weiterhin besteht, wenden Sie sich bitte an Ihren Marigold-Kontakt.</span><br /><button sg-qa-id="end-of-path-btn-back" onclick="window.history.go(-1)">←</button></p> </div> </div> </body> </html>