latestnews

Stay up to date with everything the unfolds over 
the months before, and during the cup!

News highlights

Test

Cillum et laborum laboris pariatur reprehenderit incididunt non deserunt esse aliqua laborum fugiat irure. Dolor aliquip proident voluptate officia officia cupidatat commodo reprehenderit. Occaecat laborum sit ad elit commodo. Ullamco non labore commodo veniam ipsum irure dolore tempor cillum adipisicing qui aliqua do mollit. Ipsum minim officia dolor id et exercitation mollit minim Lorem aliqua magna incididunt quis.

Test

teste test ete atea t

TEST 3

gjahsgklagfjasd

Relevant news

AFC Women’s Asian Cup Australia 2026™ match schedule confirms spectacular battles

AFC Women’s Asian Cup Australia 2026™ match schedule confirms spectacular battles

Australia will open the AFC Women’s Asian Cup Australia 2026™ in front of a packed Perth Stadium on 1 March, taking on the Philippines in a blockbuster tournament opener.

Read More
The Asian Football Confederation (AFC) and the Local Organising Committee (LOC) of the AFC Women’s Asian Cup Australia 2026™ today unveiled the official brand identity of the competition in Sydney, Australia.

Dream Fearless powers bold new AFC Women's Asian Cup Australia 2026™ brand

The Asian Football Confederation (AFC) and the Local Organising Committee (LOC) of the AFC Women’s Asian Cup Australia 2026™ today unveiled the official brand identity of the competition in Sydney, Australia.

Read More
AFC Women’s Asian Cup Australia 2026™ announces brand collaboration with Indigenous artists

AFC Women’s Asian Cup Australia 2026™ announces brand collaboration with Indigenous artists

The AFC Women’s Asian Cup Australia 2026™ is proud to announce a powerful collaboration with First Nations artists Shauna Hill and Grace Amidy, whose work will feature in the tournament’s brand.

Read More
// Get cookie utility function getCookie(name) { return document.cookie.split('; ').reduce((acc, cookieStr) => { const [key, val] = cookieStr.split('='); return key === name ? decodeURIComponent(val) : acc; }, ''); } // On page load: hide any sidebar with a matching cookie document.addEventListener("DOMContentLoaded", function () { document.querySelectorAll('[data-sidebar-id]').forEach(el => { const id = el.getAttribute('data-sidebar-id'); if (getCookie(`hide_sidebar_${id}`) === 'true') { el.style.display = 'none'; } }); }); // On click: store cookie for closed sidebar (Webflow handles hide) document.querySelectorAll('.sidebar_close').forEach(btn => { btn.addEventListener('click', () => { const id = btn.getAttribute('data-sidebar-id'); setCookie(`hide_sidebar_${id}`, 'true', 7); }); });