{{terminalErrorHeading}}

Looks like something went wrong.

Please email support@fortune.com

function ready(fn) { if (document.readyState !== 'loading'){ fn(); } else { document.addEventListener('DOMContentLoaded', fn); } } // ADA Compliance ready(() => { const iframes = document.getElementsByTagName('iframe'); iframes[0].setAttribute('title', 'checkout'); setTimeout(() => { const checkoutDiv = document.querySelector('.checkout'); const pwdlessModalDiv = checkoutDiv.children[0].children[1].children[1]; const authComponentDiv = pwdlessModalDiv.children[1].children[1].children[3]; if (authComponentDiv) { const pianoIdContainerDiv = authComponentDiv.children[0].children[0].children[0]; const pianoIdIframe = pianoIdContainerDiv.children[0].children[0]; pianoIdIframe.setAttribute('title', 'piano-id'); // TESTING console.dir(pianoIdIframe); console.log(pianoIdIframe.contentWindow.document); const facebookButton = pianoIdIframe.contentWindow.document.querySelector('.facebook'); const googleButton = pianoIdIframe.contentWindow.document.querySelector('.google'); const linkedinButton = pianoIdIframe.contentWindow.document.querySelector('.linkedin'); facebookButton.setAttribute('aria-label', 'facebook signin'); facebookButton.setAttribute('tabindex', '-1'); googleButton.setAttribute('aria-label', 'google signin'); googleButton.setAttribute('tabindex', '-1'); linkedinButton.setAttribute('aria-label', 'linkedin signin'); linkedinButton.setAttribute('tabindex', '-1'); } }, 2000); });
document.addEventListener("click", function(e) { if (e.target.id == "close") { window.parent.postMessage(e.target.id, "*"); } });

Subscription plan line up

Special Offer

Subscribe for the analysis you need-without all the noise.

New subscriber trial

$1 FOR 4 WEEKS

Instantly with Apple Pay

  • Award wining business news, insight and analysis
  • Investment insight and trend analysis
  • Exclusive access to rankings and list data
$( document ).ready(function () { $(document).on('click', '.pn-passwordless-term-discount__btn', function() { $(this).toggleClass('pn-passwordless-term-discount__btn--opened').next('.pn-passwordless-term-discount__form').toggle(); }); });