/* Homepage: ensure content visible when WOW scroll detection fails (body scroll vs window) */
.index_main .wow,
.web_footer .wow,
.company_subscribe .wow {
	visibility: visible !important;
}

.index_main .wow:not(.animated),
.web_footer .wow:not(.animated),
.company_subscribe .wow:not(.animated) {
	opacity: 1 !important;
	transform: none !important;
}

.container {
	height: auto !important;
	min-height: 100vh;
}
