Skip links

We're Hiring!

Get on Board with Us for Exciting Cybersecurity Careers

`; const modalStyle = ` `; document.head.insertAdjacentHTML("beforeend", modalStyle); document.body.insertAdjacentHTML("beforeend", modalHTML); // Close button functionality setTimeout(() => { document.getElementById("close-modal-button").addEventListener("click", function () { document.getElementById("thank-you-modal").classList.add("close-modal"); }); }, 300); } });