A successful clinic director believes she’s helping
others. But a single moment shakes everything
she thought she knew. She must confront a truth
that changes her life forever.
A determined single mother sets her sights on
becoming a sushi chef. Facing cultural barriers
and doubt, she pushes forward to prove she
belongs. Her journey challenges tradition and
redefines success.
A rookie coach takes over a struggling
women’s basketball team. With grit and
determination, they defy the odds together.
Their journey leads to an unforgettable
championship run.
A fact-based drama following the aftermath of a tragic
school shooting in an Amish community. Through
the eyes of grieving families, it reveals their
extraordinary response to violence. In the face of loss,
they choose forgiveness and compassion.
WATCH NOW

A word-for-word adaptation of the Gospel of John,
portraying Jesus’ life through His beloved disciple.
Featuring narration by Christopher Plummer, this
reverent film captures His miracles, teachings,
and the truth of Scripture with cinematic depth.
A socially awkward math prodigy struggles with grief
and connection after his father’s death. As he trains
for the International Mathematical Olympiad, an
unexpected friendship challenges him to embrace
life beyond numbers.
Hosted by Kevin Sorbo and John Lennox, this documentary
explores the rise of cultural skepticism and defends biblical
faith through science, history, and apologetics, equipping
believers to stand firm in a shifting world.
On the windswept Yorkshire moors, Cathy and
Heathcliff share a passionate, unbreakable bond.
Separated by class and circumstance, their love
endures beyond time in this Oscar-winning classic
of devotion and longing.
A teen on the autism spectrum steps into public
school seeking connection with his distant father.
Inspired by a marathon runner, he trains for a race
that becomes a journey of perseverance, identity,
and healing.
WATCH NOW
(function () { document.addEventListener('DOMContentLoaded', function () { var module = document.querySelector('sr7-module'); if (!module) return; var userWantsAudio = false; // Get the video element for whichever slide is currently active function getActiveVideo() { var currentKey = module.getAttribute('data-current'); var activeSlide = document.getElementById('SR7_17_1-' + currentKey); if (!activeSlide) return null; return activeSlide.querySelector('video.sr7-html5-video'); } function applyAudioState(wantsAudio) { var video = getActiveVideo(); if (!video) return; video.muted = !wantsAudio; if (wantsAudio && video.volume === 0) video.volume = 1; } // Unlock AudioContext and track intent on toggle click module.addEventListener('click', function (e) { var toggle = e.target.closest('.audio-toggle'); if (!toggle) return; var AudioCtx = window.AudioContext || window.webkitAudioContext; if (AudioCtx) { if (!window._sharedAudioContext) { window._sharedAudioContext = new AudioCtx(); } else if (window._sharedAudioContext.state === 'suspended') { window._sharedAudioContext.resume(); } } userWantsAudio = !userWantsAudio; setTimeout(function () { applyAudioState(userWantsAudio); }, 100); }); // Watch for slide changes via the data-current attribute var observer = new MutationObserver(function (mutations) { mutations.forEach(function (mutation) { if (mutation.attributeName === 'data-current') { // New slide loaded — apply the user's last known audio intent setTimeout(function () { applyAudioState(userWantsAudio); }, 300); } }); }); observer.observe(module, { attributes: true }); }); })();