body .w-slider .w-slider-mask > h2 {
    display: none !important;
}

/**
 * Animations for the Dropdown Accordion
 */
.braincordion .w-dropdown-list,
.braincordion .w-dropdown-list * {
    max-height: 0;
    transition: max-height 0.5s;
    position: inherit;
    display: block;
    overflow: hidden;
}

.braincordion .w-dropdown-list.w--open,
.braincordion .w-dropdown-list.w--open * {
    max-height: 1000px;
    transition: max-height 0.8s;
    position: inherit;
}
