/* top bar */
#sp-top3 .sp-module {
	max-width: 100% !important;
	width: 100% !important;
}

/* Slideshow */

#sp-header ~ #sp-slideshow {
	margin-top: 0px;
}

#sp-header.header-sticky ~ #sp-slideshow {
	margin-top: 70px;
}


/* Main Body */

#sp-main-body {
	padding: 0px !important;
}

/* responsive */

@media screen and (max-width: 1199px) {
	.container, .sppb-row-container {
		max-width: 100% !important;
		width: 100% !important;
	}
}

/* Home page */
@media screen and (min-width: 768px) {
	.hid-tab.hid-desk {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	#section-id-1669221227439 .sppb-addon-title {
		text-align: center !important;
	}
}

.sppb-addon-animated-heading .sppb-addon-title {
font-size: calc(1.375rem + 1.5vw);
}
