body {
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	line-height: 1.2;
	background-image: none;
	background-color: white;
}

h4 {
	font-size: 1.22222rem;
}

.mt-0 {
	margin-top: 0;
}

.mt-20 {
	margin-top: 20px;
}

.mb-20 {
	margin-bottom: 20px;
}

.banner-content {
	font-size: 40px;
}

@media (max-width: 1230px) {
	.banner-content,
	.content-wrapper {
		padding: 0 30px;
	}
}

.main-content {
	position: relative;
	display: block;
	width: 100%;
}

.section {
	padding: 40px 5%;
}

.section.intro {
	padding-top: 40px;
	padding-bottom: 40px;
}

.section.gray {
	padding-top: 40px;
	background-color: #f8f8f8;
}

.intro-p {
	margin-bottom: 20px;
	font-size: 1.1875rem;
	line-height: 1.4;
	max-width: 750px;
	width: 50%;
}

.diagonal-section {
	background-color: #fff;
}

svg.trapezoidal-horizontal {
	position: relative;
	display: block;
	width: 100%;
	height: 10vw;
}

.container {
	max-width: 1170px;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.section-intro {
	max-width: 800px;
}

.section-intro.center {
	margin-right: auto;
	margin-bottom: 60px;
	margin-left: auto;
	text-align: center;
}

.slide {
	margin-right: 50px;
	padding: 0px;
	border-style: none;
	border-width: 1px;
	border-color: rgba(70, 137, 215, 0.2);
	border-radius: 10px;
	background-color: #fff;
}

.link {
	color: #61ad00;
	text-decoration: none;
}

.link:hover {
	color: rgba(97, 173, 0, 0.68);
}

a,
.link-dark {
	color: #333;
	text-decoration: underline;
}

.sticky-image {
	position: relative;
	top: 0px;
	z-index: 2;
	display: inline-block;
	margin-top: 5px;
	margin-right: 5%;
}

.copy-image {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.key-row {
	padding-bottom: 60px;
	border-left: 3px solid #d3d3d3;
}

.key-row:last-child {
	border-left: none;
}

.key-content {
	padding-left: 40px;
}

.key-content:before {
	font-family: "AoPS";
	content: "q";
	background-color: #61ad00;
	color: #ffffff;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 33px;
	height: 33px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	left: -18px;
	z-index: 6;
}

.features-label {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 20%;
	height: auto;
	padding: 20px 16px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.features-label.gray {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: auto;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-align-self: stretch;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	background-color: #1b365d;
}

.features-label.bg-blue {
	width: 12%;
	margin-top: 0px;
	padding: 16px 4px;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-align-self: stretch;
	-ms-flex-item-align: stretch;
	-ms-grid-row-align: stretch;
	align-self: stretch;
	border-bottom: 1px solid #f8f8f8;
	background-color: #1b365d;
}

.features-label.gray {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 20%;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-flex: 0;
	-webkit-flex: 0 auto;
	-ms-flex: 0 auto;
	flex: 0 auto;
	background-color: #f8f8f8;
}

.features-label.main {
	width: 12%;
	-webkit-box-flex: 0;
	-webkit-flex: 0 auto;
	-ms-flex: 0 auto;
	flex: 0 auto;
}

.features-brand {
	height: 50px;
	max-width: 80%;
	-webkit-box-flex: 0;
	-webkit-flex: 0 auto;
	-ms-flex: 0 auto;
	flex: 0 auto;
}

.text-centered {
	text-align: center;
}

.dark-blue-text {
	color: #1b365d;
}

.white {
	color: #fff;
}

.program-comparison {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin-bottom: 0px;
	padding-right: 4px;
	padding-left: 4px;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	justify-items: stretch;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	background-color: #fff;
	text-align: center;
}

.features-header {
	color: #fff;
	font-size: 1.1rem;
	font-weight: 700;
}

.features-header.text-blue {
	color: #1b365d;
}

.comparison-image {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 16px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
}

.comparison-image.header-row {
	position: -webkit-sticky;
	position: sticky;
	top: 34px;
	width: 20%;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	border-bottom: 1px solid #1b365d;
}

.brain-icon {
	max-width: 30px;
	margin-right: 10px;
}

.brain-icon:last-child {
	margin-right: 0;
}

.features-content {
	display: block;
	width: 100%;
	padding-right: 4px;
	padding-left: 4px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	font-size: 1.125rem;
	line-height: 1.1;
}

.features-content.white {
	padding-top: 0px;
	padding-bottom: 0px;
	color: #fff;
}

.small {
	display: block;
	margin-top: 6px;
	font-size: 0.8rem;
	font-style: italic;
	line-height: 1.2;
}

.slider {
	display: none;
}

.w-slider-dot {
	background: #e3e3e3;
}

.w-slider-dot.w-active {
	background: #b8e77d;
}

.hide-desktop {
	display: none;
}

.key-similarities {
	margin-top: 40px;
}

.key-similarities p {
	line-height: 1.6;
}

@media screen and (max-width: 991px) {
	.section.intro {
		padding-bottom: 40px;
	}

	.section {
		padding: 40px 5%;
	}

	.sticky-image {
		position: -webkit-sticky;
		position: sticky;
		top: 60px;
		width: 44%;
		margin-right: 2%;
		margin-bottom: 0px;
	}

	.features-label {
		width: 20%;
		padding: 10px;
	}

	.features-label.bg-blue {
		width: 14%;
		margin-bottom: 1px;
	}

	.features-label.gray {
		width: 20%;
		margin-bottom: 0px;
		padding: 8px;
	}

	.features-label.main {
		width: 14%;
		padding-right: 4px;
		padding-left: 4px;
	}

	.features-brand {
		max-width: 100px;
		min-height: 50px;
	}

	.program-comparison {
		margin-right: auto;
		margin-left: auto;
		padding-right: 0px;
		padding-left: 0px;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.comparison-image {
		padding: 8px;
	}

	.comparison-image.header-row {
		width: 20%;
		margin-bottom: 0px;
		padding-top: 10px;
		padding-bottom: 10px;
		border-style: none none solid;
		border-width: 1px 1px 2px;
		border-color: #000 #000 #1b365d;
	}

	.brain-icon {
		max-width: 20px;
		margin-right: 4px;
	}

	.features-content {
		font-size: 1rem;
	}
}

@media screen and (max-width: 767px) {
	.section.intro {
		padding-top: 80px;
	}

	.intro-p.m-100 {
		width: 100%;
	}

	.sticky-image {
		position: relative;
		top: 0px;
		width: 80%;
		margin-right: 0px;
		margin-bottom: 20px;
	}

	.copy-image {
		display: block;
	}

	.features-label {
		width: 20%;
	}

	.features-label.gray {
		width: 19%;
		margin-right: 0px;
		margin-left: 0px;
	}

	.features-label.bg-blue {
		width: 15%;
	}

	.features-label.gray {
		width: 20%;
	}

	.features-label.main {
		width: 15%;
	}

	.features-brand {
		max-width: 80px;
	}

	.features-header.text-blue {
		font-size: 1rem;
	}

	.comparison-image.header-row {
		width: 20%;
		padding-right: 4px;
		padding-left: 4px;
	}

	.brain-icon {
		max-width: 15px;
	}

	.features-content {
		font-size: 0.8rem;
		line-height: 1.1;
	}

	.features-content.white {
		font-size: 0.8rem;
	}

	.small {
		font-size: 0.7rem;
		line-height: 1;
	}

	.hide-desktop {
		display: block;
	}

	.hide-mobile {
		display: none;
	}
}

@media screen and (max-width: 479px) {
	.banner-content {
		font-size: 30px;
	}

	.section {
		padding-top: 20px;
		padding-bottom: 10px;
	}

	.section.intro {
		padding: 20px 5%;
	}

	.intro-p {
		margin-bottom: 20px;
		font-size: 0.9375rem;
		line-height: 1.3;
	}

	.intro-p.m-100 {
		width: 100%;
	}

	.section-intro.center {
		margin-bottom: 40px;
	}

	.sticky-image {
		position: relative;
		top: 0px;
		max-width: none;
		margin-top: 0px;
		margin-bottom: 20px;
	}

	.copy-image {
		display: block;
	}

	.key-row {
		padding-bottom: 40px;
	}

	.features-label {
		width: 22%;
		padding-right: 4px;
		padding-left: 4px;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.features-label.gray {
		width: 22%;
		padding: 2px;
	}

	.features-label.bg-blue {
		width: 22%;
		min-height: auto;
		padding: 8px 0px;
	}

	.features-label.gray {
		width: 22%;
		padding: 8px 2px;
	}

	.features-label.gray.mb {
		width: 38%;
	}

	.features-label.main {
		width: 22%;
		margin-bottom: 0px;
		padding: 5px 4px;
	}

	.features-label.mb {
		width: 38%;
	}

	.features-brand {
		height: 35px;
		max-width: 100%;
		min-height: auto;
	}

	.program-comparison {
		position: static;
		display: none;
		margin-right: 0px;
		margin-left: 0px;
		padding-right: 0px;
		padding-left: 0px;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.program-comparison.two-brands {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}

	.features-header {
		font-size: 0.9rem;
		line-height: 1.2;
	}

	.features-header.text-blue {
		font-size: 0.8rem;
	}

	.comparison-image {
		position: -webkit-sticky;
		position: sticky;
		top: 0px;
		border-bottom: 1px solid #1b365d;
		background-color: #fff;
	}

	.comparison-image.header-row {
		position: -webkit-sticky;
		position: sticky;
		width: 20%;
		padding-right: 9px;
		padding-left: 9px;
		border-style: none none solid;
		border-width: 1px;
		border-color: #1b365d;
	}

	.comparison-image.header-row.mb {
		width: 38%;
		top: 0;
	}

	.brain-icon {
		width: 25px;
		max-height: 24px;
		max-width: 18px;
		margin-right: 2px;
	}

	.features-content {
		line-height: 1.2;
	}

	.features-content.white {
		font-size: 0.65rem;
		line-height: 1.4;
		text-align: center;
	}

	.small {
		margin-top: 2px;
		font-size: 0.65rem;
		line-height: 1.1;
		font-style: normal;
	}

	.slider {
		display: block;
		height: 100%;
	}

	.slide-1 {
		margin-bottom: 0px;
	}

	.slide-nav {
		left: 0%;
		top: -4%;
		right: 0%;
		bottom: auto;
		background-color: #fff;
	}

	.left-arrow {
		display: none;
	}

	.right-arrow {
		display: none;
	}

	.slide-2 {
		margin-bottom: 40px;
	}

	.mask {
		background-color: #fff;
	}

	.key-similarities {
		margin-left: 10px;
	}
}
