MRS Oppies Awards 2025

💫 MRS Oppies Awards 2025 💫

A huge thanks to the MRS for a fantastic night in the Drake & Morgan 🥂

Although we didn’t win the ‘Best Viewing Facility’ award, we’re incredibly grateful to be nominated as finalists along with our fellow viewing studios.

We had a great time celebrating the wins of all the other finalists and winners.

Special thanks to our team, clients and friends in our booth who made the night even more special – Wendy Dunn, Elair Koo, Dominic Warner-Hackett, Rosie Wilson-Croome, Andrew Smith, Peter Foster, Freya Dunn, Chris Dunn 🎉

We loved the pre-party drinks, the party itself, and of course the after-party led by the ‘Pied Piper of London’ Izzy Nurdin!

It was great to meet up with old friends and meet new ones too.

Thanks to all of the sponsors Potentia Insight, Bilendi, Catalyse Research, Criteria Fieldwork, Hannelius Recruitment, IDR, InsightX Research Solutions, iThoughts Research, Norstat, Prevision Research, PRS IN VIVO, Research Clever 🚀

Oppies hashtagmrsoppies hashtagmarketresearcher hashtag

Facility
Location
Services
Catering
Tech
Parking

document.querySelectorAll('a[href^="#"]').forEach(anchor => { anchor.addEventListener('click', function(e) { e.preventDefault(); const target = document.querySelector(this.getAttribute('href')); if (!target) return; const targetPosition = target.getBoundingClientRect().top + window.pageYOffset; const startPosition = window.pageYOffset; const distance = targetPosition - startPosition; const duration = 3000; // <<< SCROLL DURATION set to 3000 milliseconds (1 second) let start = null; function step(timestamp) { if (!start) start = timestamp; const progress = timestamp - start; const ease = progress / duration; const eased = ease < 1 ? ease : 1; window.scrollTo(0, startPosition + distance * eased); if (progress < duration) { window.requestAnimationFrame(step); } } window.requestAnimationFrame(step); }); });