/*------------------------------------*\
   LOCAL SCREENS
\*------------------------------------*/

/*------------------------------------*\
   END LOCAL SCREENS
\*------------------------------------*/

/*------------------------------------*\
   GLOBAL FOOTER STYLES
\*------------------------------------*/

/*------------------------------------*\
   END GLOBAL FOOTER STYLES
\*------------------------------------*/

/*------------------------------------*\
   LOCAL FIXES
\*------------------------------------*/
.section-welcome .marquee-detail::before {
	background: none;
}
.section-welcome .marquee-detail {
	padding-inline-start: 10px;
}
@media only screen and (min-width: 736px) and (max-width: 1024px) {
	.section.section-battery.theme-dark {
		padding-bottom: 25vh;
	}
}
@media only screen and (min-width: 735px) and (max-width: 771px) {
	.section-welcome .marquee-detail {
		padding-top: 0;
		padding-bottom: 20px;
	}
}
@media only screen and (min-width: 736px) {
	.section-welcome .marquee-detail {
		padding-inline-start: 10px;
	}
}
@media only screen and (max-width: 735px) {
	.section-welcome .marquee-detail {
		padding-top: 0;
		padding-bottom: 36px;
	}
	.section-welcome .marquee-detail .detail-inner-group {
		justify-content: center;
	}
}

/*------------------------------------*\
   END LOCAL FIXES
\*------------------------------------*/
