.footer {
	background: var(--commercial);
}

.footer::after {
	background-image: linear-gradient(
		0deg,
		rgba(237, 255, 82, 1) 0%,
		rgba(237, 255, 82, 0) 100%
	);
}
.discount {
	filter: grayscale(1);
}

.close-button-mobile {
	background: var(--commercial);
}

.feature-image {
	background-image: url(../images/options/grid-gyms.jpg);
}


.boulders-forever {
	background-image: url(../images/features/gyms/never-expires.jpg);	
}

.sequences {
	background-image: url(../images/features/gyms/sequences.jpg);	
}

.custom-grades {
	background-image: url(../images/features/gyms/custom-grades.jpg);		
}

.templates {
	background-image: url(../images/features/gyms/templates.jpg);	
}

.competitions {
	background-image: url(../images/features/gyms/competitions.jpg);	
}

.training-sessions {
	background-image: url(../images/features/gyms/training.jpg);	
}

.surveys {
	background-image: url(../images/features/gyms/surveys.jpg);	
}

.push-notifications {
	background-image: url(../images/features/gyms/notifications-push.jpg);	
}

.full-control {
	background-image: url(../images/features/gyms/gym_control.jpg);	
}