<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>MaERA Distribution | News</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap" rel="stylesheet">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header>
<div class="container nav-container">
<a href="index.html" class="logo"><span class="logo-text">MAERA</span></a>
<ul class="nav-links"><li><a href="index.html">Home</a></li><li><a href="films.html">Films</a></li><li><a href="talent.html">Talent</a></li><li><a href="about.html">About</a></li><li><a href="services.html">Services</a></li><li><a href="investors.html">Investors</a></li><li><a href="news.html">News</a></li><li><a href="contact.html">Contact</a></li><li><a href="submit.html">Submit</a></li><li><a href="login.html" class="btn-outline">Login</a></li></ul>
</div>
</header>
<main>
<div class="container">
<div class="section-subtitle">Newsroom</div>
<h2 class="section-title">The latest from MaERA — acquisitions, festival placements, streaming deals, and platform news.</h2>
<div class="grid-2">
<div class="card"><p style="color: #9a9aa3; margin-bottom: 0.5rem;">Sundance 2025</p><p>MaERA Distribution is proud to announce that "The Voice of Hind Rajab," directed by Kaouther Ben Hania, has been selected for the World Cinema Documentary Competition at the 2025 Sundance Film Festival.</p></div>
<div class="card"><p style="color: #9a9aa3; margin-bottom: 0.5rem;">Acquisition</p><p>MaERA Distribution has secured global distribution rights to Cotton Queen, the debut feature from Sudanese filmmaker Suzannah Mirghani, following a competitive acquisition process at the Dubai International Film Festival.</p></div>
<div class="card"><p style="color: #9a9aa3; margin-bottom: 0.5rem;">Platform Launch</p><p>FILMERA, MaERA's proprietary blockchain-backed investment platform, has officially entered beta testing, enabling verified investors to hold tokenized fractional ownership in the company's curated film slate.</p></div>
<div class="card"><p style="color: #9a9aa3; margin-bottom: 0.5rem;">Streaming Deal</p><p>MaERA Distribution has closed a multi-territory streaming agreement with MUBI for Palestine 36, Annemarie Jacir's critically-acclaimed drama set during the Arab Revolt of 1936.</p></div>
<div class="card"><p style="color: #9a9aa3; margin-bottom: 0.5rem;">Cannes 2025</p><p>MaERA Distribution will arrive at the 2025 Cannes Film Festival with its largest-ever lineup — three titles including the world premiere of Marwan Hamed's Umm Kulthum biopic.</p></div>
<div class="card"><p style="color: #9a9aa3; margin-bottom: 0.5rem;">Press</p><p>In a sweeping profile published this week, Variety calls MaERA Distribution "the most consequential thing to happen to Arab cinema in two decades" — high praise for a company that is barely three years old.</p></div>
</div>
</div>
</main>
<footer class="footer"><div class="container"><p>© 2025 MaERA Distribution. All rights reserved.</p></div></footer>
</body>
</html>