<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#overview p {
	font-size: 1.125rem;
}
#overview ul {
	padding-left: 1rem;
}

#overview ul.checkbox-list {
	list-style: none;
}

#overview ul.checkbox-list li {
	border-radius: 10px;
	border: 2px solid #ececec;
	background-color: #fff;
	box-sizing: border-box;
	padding: 5px;
	margin-bottom: 5px;
}

#overview ul.checkbox-list &gt; li:before {
	display: inline-block;
	content: "âœ“  ";
	width: 1em;
	margin-left: 1em;
}

ul.bold-list {
	font-size: 1rem;
	font-weight: 600;
	list-style: disc;
	margin-left: 0.25rem;
}

ul.bold-list li {
	margin: 0 0 .3rem;
}

.form-wrapper {
	padding: 4rem 2rem;
	background-color: #fff;
}

#marketing-course label {
	margin: 0;
}
#marketing-course .form-control {
	padding: 0.5rem 0;
	height: 1.5rem;
	line-height: 1;
	border: 0;
	border-bottom: 2px solid rgb(0, 164, 189) !important;
}

#marketing-course small {
	font-size: 0.75rem;
}</pre></body></html>