/* Main Footer Block - x7p3n9 */

/* Accordion icon rotation */
.accordion-toggle-x7p3n9 i.rotate-180 {
    transform: rotate(0deg);
}
.accordion-content-x7p3n9 {
    height: 0;
    overflow: hidden;
    transition: height 300ms cubic-bezier(0.4, 0, 0.2, 1);
    will-change: height;
}
