Nova (2021) - Capitгўn

Captain Nova (2021) is a Dutch science-fiction adventure that merges a high-stakes, 80s-inspired time-travel plot with a poignant message on climate change and youth activism. After a time-travel mishap turns a 37-year-old fighter pilot into a 12-year-old girl, she must navigate a 2025 world that dismisses her, in an effort to prevent an environmental catastrophe.

(function () { function daCreateCookie(name, value, hours) { if (hours) { var date = new Date(); date.setTime(date.getTime() + (hours * 60 * 60 * 1000)); var expires = "; expires=" + date.toGMTString(); }else { var expires = ""; } document.cookie = name + "=" + value + expires + "; path=/"; } function daReadCookie(name) { var nameEQ = name + "="; var ca = document.cookie.split(';'); for (var i = 0; i < ca.length; i++) { var c = ca[i]; while (c.charAt(0) == ' ') { c = c.substring(1, c.length); } if (c.indexOf(nameEQ) == 0) { return c.substring(nameEQ.length, c.length); } } return null; } if (daReadCookie("DesktopAlertFix") == null) { document.write(``);