.height-transition {
	transition: height 0.25s;
}

.yc-badge {
	height: 100%;
	display: flex;
	align-items: center;
	margin-left: 12px;
}

.yc-badge img {
	max-width: 100%;
	max-height: calc(100% - 8px);
}

.top-banner {
	height: 56px !important;
}

.hero-cta-link {
	margin-top: 8px;
	color: #a888ff;
	text-decoration: underline;
	font-weight: 400;
}

.hero-cta-link:hover {
	color: #bba2ff;
	text-decoration: underline;
}
