Skip to content
Contact
Send Your
Questions.
Whether you are reaching out about press, readings, translation rights, or a question you cannot shake, the channel is open.
Direct Inquiries
Prefer to skip the form?
document.addEventListener("DOMContentLoaded", function () {
const video = document.getElementById("website-bg-video");
video.addEventListener("ended", function () {
this.currentTime = 0;
this.play();
});
});