header:not(.simple-header),
footer:not(.simple-footer){
	display:none;
}
.simple-header .progress-bar {
	width:66%;
}
.rc-head h1{
	font-size:1.375em;
	font-weight:900;
	text-align:center;
	line-height:1;
	margin:0 0 16px;
}
.plan-includes {
	background: #FFFAF1;
	padding: 32px 0 0;
}
.plan-includes .section-title {
	font-size: 1.625em;
	line-height: 1.15;
	margin: 0 0 11px;
}
.plan-includes .sub-title {
	font-size: 1.125em;
	line-height: 1.3;
	margin-bottom: 24px;
}
.includes-wrapper {
	margin-bottom: 32px;
}
.includes {
	display: flex;
	align-items: center;
	gap: 30px;
	padding: 8px 16px;
	margin-bottom: 12px;
}
.includes .includes-img-wrapper {
	min-width: 96px;
	max-width: 96px;
}
.includes .includes-img-wrapper img {
	width: 100%;
	border-radius: 50%;
}

.faq {
	background: #FFFAF1;
	padding:0 0 16px;
}
.faq h2 {
	font-size:1.625em;
	margin:0 0 12px;
}
footer{
	margin:0;
}
@media(min-width:768px){
	.rc-head h1{
		font-size:2.375em;
		margin:0 0 25px;
	}
	.plan-includes {
		padding: 40px 0;
	}
	.includes-wrapper {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		gap: 30px;
		margin: 0;
	}
	.includes {
		text-align: center;
		display: flex;
		justify-content: center;
		flex-direction: column;
		gap: 12px;
		width: 47%;
	}
	.includes-copy {
		min-height: 48px;
	}
	.faq {
		padding:0 0 32px;
	}
}
@media (min-width: 992px) {
	.includes-wrapper {
		gap: 24px;
	}
	.includes {
		gap: 24px;
		width: 23%;
	}
	.includes-copy {
		min-height: 72px;
	}
}
@media (min-width: 1200px) {
	.plan-includes .section-title {
		font-size: 2em;
	}
	.plan-includes .sub-title {
		font-size: 1.375em;
	}
	.includes .includes-img-wrapper {
		min-width: 168px;
		max-width: 168px;
	}
	.includes-copy {
		font-size: 1.1875em;
		min-height: 86px;
	}
}
@media (min-width: 1200px) {
	.plan-includes .section-title {
		font-size: 2.375em;
	}
}