Scraping retuning partial information

So i'm new to web scraping and coding in general but I had success with my first attempt but now my scrape is returning blank info for customer-email. I'm currently scraping for email and customer names.

Url: Ontario Builder Directory | Home Construction Regulatory Authority

Sitemap:
{"_id":"HCRA-CAMBRIDGE","startUrl":["Ontario Builder Directory | Home Construction Regulatory Authority button","type":"SelectorPagination"},{"id":"CUSTOMER-LINK","parentSelectors":["PAGE"],"type":"SelectorLink","selector":"a.title","multiple":true},{"id":"CUSTOMER-NAME","parentSelectors":["CUSTOMER-LINK"],"type":"SelectorText","selector":"h2.ProfileHeader_name__22ueK","multiple":false,"regex":""},{"id":"CUSTOMER-EMAIL","parentSelectors":["CUSTOMER-LINK"],"type":"SelectorText","selector":"div:nth-of-type(3) div.fieldset","multiple":false,"regex":""}]}