You deserve a therapist who gets you.
Use the filters below to find a therapist who fits your needs, preferences, and goals.
Browse profiles, learn about each therapist’s approach, and choose the one that feels right for you.
document.addEventListener('DOMContentLoaded', function() { // Apply only to homepage if (!document.body.classList.contains('homepage')) return; const sections = document.querySelectorAll('.page-section'); if (!('IntersectionObserver' in window)) { sections.forEach(s => s.classList.add('in-view')); return; } const observer = new IntersectionObserver(entries => { entries.forEach(entry => { if (entry.isIntersecting) { entry.target.classList.add('in-view'); observer.unobserve(entry.target); } }); }, { threshold: 0.1 }); sections.forEach(s => observer.observe(s)); });
You deserve a therapist who gets you.
Use the filters below to find a therapist who fits your needs, preferences, and goals.
Browse profiles, learn about each therapist’s approach, and choose the one that feels right for you.