Careers
Join The Team
Whether you’re wanting to become a PILAT3S instructor, join our Head Office or Front of House teams, our mission remains the same: we’re committed to elevating lifestyles across our network of studios, franchise partners, and support teams.
Discover the roles available in our studios and support teams worldwide.
Explore

Interested in becoming a PILAT3S instructor?
Send us your resume and we’ll reach out if a suitable opportunity arises!
// Seleciona o span com a classe "text" dentro do botão
const spanElement = document.querySelector('button.bricks-button .text');
if (spanElement) {
// Remove a classe "text" e adiciona "text1"
spanElement.classList.remove('text');
spanElement.classList.add('text1');
}