Cull volumes that contain brep inside

Hi everyone! I am working with a set of stairs that intersect with a repeated box (or volume) like in the screenshots. However, I now need to cull all of the boxes that intersect or even contain this other geometry which are sort of like ramps (or stairs). How can I check if they are contained within or intersecting the volume, and cull them later?

This is the volume containing the stairs:

This is the whole volume of boxes that contain the stairs within or intersecting

These are the stairs contained withing the whole volume

cull volumes that contain stairs.gh (150.2 KB)

Thank you!!!

Canvas%20at%2013%3B47%3B59
cull volumes that contain stairs_re.gh (150.9 KB)
If you allow to remain just touching(not crossing)boxes…
Canvas%20at%2013%3B59%3B43
cull volumes that contain stairs_reV2.gh (155.6 KB)

Or like this?
Canvas%20at%2014%3B27%3B19
cull volumes that contain stairs_reV3.gh (155.1 KB)

yes! thank you very much!!