var script = document.createElement("script");
script.src = "https://cdnjs.cloudflare.com/ajax/libs/bodymovin/5.12.2/lottie.min.js";
document.head.appendChild(script);
document.addEventListener("DOMContentLoaded", function () {
const hero = document.createElement("div");
hero.className = "rayko-clone-hero";
hero.innerHTML = `
`;
document.body.prepend(hero);
});