Customization Notes
Add an extra Accordion item as your FIRST item and leave the contents of it blank.
/* Collapse All Elementor Pro Accordion Items by Default */
.elementor-accordion .elementor-accordion-item:first-child {
display: none !important;
}