/* Front: CTA — matched to totop-site-main final dark band */

body.totop-front-page .totop-front .cta.totop-section {
	text-align: center;
}

body.totop-front-page .totop-front .cta::after {
	content: "";
	position: absolute;
	left: -130px;
	top: -130px;
	width: 400px;
	height: 400px;
	opacity: 0.08;
	pointer-events: none;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 22'%3E%3Crect x='0' y='0' width='9.5' height='9.5' rx='2.6' fill='white'/%3E%3Crect x='0' y='12' width='9.5' height='9.5' rx='2.6' fill='white'/%3E%3Crect x='12' y='12' width='9.5' height='9.5' rx='2.6' fill='white'/%3E%3Crect x='12.9' y='0.9' width='7.8' height='7.8' rx='2' fill='white' fill-opacity='0.6' transform='rotate(45 16.8 4.8)'/%3E%3C/svg%3E") no-repeat center / contain;
}

body.totop-front-page .totop-front .cta-copy {
	font-feature-settings: "palt";
	word-break: auto-phrase;
}

body.totop-front-page .totop-front .cta-text {
	margin: 0 0 36px;
	font-size: 14.5px;
	line-height: 1.9;
	opacity: 0.78;
	color: #fff;
}

body.totop-front-page .totop-front .cta .btn-primary {
	background: var(--totop-teal);
	color: #fff;
}

body.totop-front-page .totop-front .cta .btn-primary:hover {
	background: #35c6c5;
	color: #fff;
}

body.totop-front-page .totop-front .cta ::selection {
	background: rgba(44, 184, 183, 0.5);
	color: #fff;
}

@media (max-width: 767px) {
	body.totop-front-page .totop-front .cta::after {
		width: 240px;
		height: 240px;
		left: -90px;
		top: -90px;
	}
}

@media (prefers-reduced-motion: reduce) {
	body.totop-front-page .totop-front .cta .btn-primary:hover {
		transform: none;
	}
}
