Use Conditionals to Display ACF Custom Field Based on Category

I have a custom post type called “Directory” and in the single page template I need show or hide fields depending upon the member “membership type (category)”:

Post Type: Directory

Post Type Categories (membership types): “Student”, “Intern”, “Therapist”, and “Supervisor”

Custom Field: {acf_directory_business_name}

Using the conditionals panel in Bricks, how would I exclude the business name custom post type from displaying one directory members in either the “student” or “intern” categories?

**I also have Bricks Extras where I have the “post type” and “Post Category” conditionals active. I set the post type to Directory, but the Post Category Conditional only show the one Blog category. does not show Directory CPT categories.

Thanks in advance for any assistance.