Because exists this css in the style.css
.spb_accordion{
display:none;
}
Found that the accordions are not visible at the time the chosen script runs, it’s like it don’t exist.
Now I added a display:block; in your custom css.
And the chosen script can now find a multiple select field.
-Rui