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

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

/*------------------------------------*\
   LOCAL FIXES
\*------------------------------------*/
.page-overview .section-hero .intro-cta .more {
	display: none;
}

.page-overview .compare-table .section-pricesticky.--sticky {
	text-align: center;
}

.page-overview .compare-table .section-pricesticky .compare-column-group {
	justify-content: center;
}

@media only screen and (max-width: 734px) {
	.page-overview .compare-table .section-pricesticky .compare-column-group {
		align-items: center;
	}
}

.page-overview .compare-table .section-pricesticky .mdash {
	display: none;
}

.page-overview .compare-table .section-pricesticky .compare-row:nth-child(2) {
	display: grid;
}

.energy-flag .energy-flag-btn {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 100%;
	min-height: 24px;
	min-width: 24px;
	transform: translateY(-50%);
}
/*------------------------------------*\
   END LOCAL FIXES
\*------------------------------------*/
