body{
	overflow-x: clip !important;
}


body.rehab-dark-mode .hero,
body.rehab-dark-mode .free-market-plan{
	position: relative;
}

body.rehab-dark-mode .hero:before,
body.rehab-dark-mode .free-market-plan:before{
	content:'';
	position: absolute;
	border-radius: 717.297px;
	background: #387EFF;
	filter: blur(100px);
	width: 717.297px;
	height: 120.171px;
	transform: rotate(-6.641deg);
	left: -250px;
}

body.rehab-dark-mode .our-results,
body.rehab-dark-mode .dark-footer{
	position: relative;
}

body.rehab-dark-mode .our-results:before,
body.rehab-dark-mode .dark-footer:before{
	content:'';
	position: absolute;
	border-radius: 717.297px;
	background: #387EFF;
	filter: blur(100px);
	width: 864.943px;
	height: 144.907px;
	transform: rotate(-6.641deg);
	top: auto;
	left: auto;
	right: -250px;
	bottom: 0;

}


@media only screen and (max-width: 1024px){
	body.rehab-dark-mode .hero:before,
	body.rehab-dark-mode .free-market-plan:before{
		width: 517.297px;
	}

	body.rehab-dark-mode .our-results:before,
	body.rehab-dark-mode .dark-footer:before{
		right:0;
		width: 217.297px;
		transform: rotate(0deg);
	}
}