/* Shared Collaboration Nation footer */

footer.fl-builder-content[data-type="footer"] {
	display: none !important;
}

.cn-site-footer,
.cn-site-footer * {
	box-sizing: border-box;
}

.cn-site-footer {
	position: relative;
	z-index: 10;
	overflow: hidden;
	border-top: 1px solid rgba(255,255,255,.09);
	background: #08080b;
	color: #aaaab4;
	font-family: "Quicksand", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.cn-site-footer__glow {
	position: absolute;
	top: -280px;
	left: 50%;
	width: 760px;
	height: 430px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(77,44,157,.26), rgba(232,30,146,.08) 46%, transparent 70%);
	transform: translateX(-50%);
	pointer-events: none;
}

.cn-site-footer__shell {
	position: relative;
	z-index: 1;
	width: min(1200px, calc(100% - 48px));
	margin: 0 auto;
}

.cn-site-footer a,
.cn-site-footer a:hover,
.cn-site-footer a:focus {
	text-decoration: none !important;
}

.cn-site-footer__cta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 48px;
	padding: 76px 0 70px;
	border-bottom: 1px solid rgba(255,255,255,.1);
}

.cn-site-footer__cta p {
	margin: 0 0 11px;
	color: #2ac3c7;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: .16em;
	text-transform: uppercase;
}

.cn-site-footer__cta h2 {
	max-width: 760px;
	margin: 0;
	color: #f7f7fa;
	font-family: inherit;
	font-size: clamp(36px, 5vw, 62px);
	font-weight: 700;
	letter-spacing: -.05em;
	line-height: 1.05;
}

.cn-site-footer__cta > a {
	display: inline-flex;
	min-width: 176px;
	min-height: 56px;
	align-items: center;
	justify-content: center;
	gap: 12px;
	padding: 15px 24px;
	border-radius: 999px;
	background: linear-gradient(115deg, #2ac3c7, #49d8bf);
	box-shadow: 0 14px 36px rgba(42,195,199,.16);
	color: #071012 !important;
	font-size: 15px;
	font-weight: 700;
	transition: transform .22s ease, box-shadow .22s ease;
}

.cn-site-footer__cta > a:hover,
.cn-site-footer__cta > a:focus {
	box-shadow: 0 18px 42px rgba(42,195,199,.25);
	transform: translateY(-2px);
}

.cn-site-footer__main {
	display: grid;
	grid-template-columns: minmax(300px, 1.7fr) minmax(150px, .65fr) minmax(180px, .75fr);
	gap: 80px;
	padding: 62px 0 58px;
}

.cn-site-footer__brand img {
	display: block;
	width: min(235px, 100%);
	height: auto;
	margin-bottom: 25px;
}

.cn-site-footer__brand p {
	max-width: 460px;
	margin: 0;
	color: #858590;
	font-size: 15px;
	line-height: 1.75;
}

.cn-site-footer__column h3 {
	margin: 0 0 21px;
	color: #f0f0f3;
	font-family: inherit;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: .13em;
	text-transform: uppercase;
}

.cn-site-footer__column nav {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 11px;
}

.cn-site-footer__column a {
	color: #9999a4 !important;
	font-size: 14px;
	font-weight: 700;
	transition: color .2s ease, transform .2s ease;
}

.cn-site-footer__column a:hover,
.cn-site-footer__column a:focus {
	color: #fff !important;
	transform: translateX(3px);
}

.cn-site-footer__socials a {
	display: inline-flex;
	align-items: center;
	gap: 10px;
}

.cn-site-footer__socials a span {
	display: inline-flex;
	width: 26px;
	height: 26px;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(255,255,255,.13);
	border-radius: 50%;
	color: #6adadd;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: .04em;
}

.cn-site-footer__legal {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding: 23px 0 28px;
	border-top: 1px solid rgba(255,255,255,.09);
}

.cn-site-footer__legal p,
.cn-site-footer__legal a {
	margin: 0;
	color: #666671 !important;
	font-size: 12px;
	font-weight: 700;
}

.cn-site-footer__legal a:hover,
.cn-site-footer__legal a:focus {
	color: #2ac3c7 !important;
}

.cn-site-footer__legal p a {
	text-decoration: underline !important;
	text-decoration-thickness: 1px !important;
	text-underline-offset: 3px;
}

@media (max-width: 800px) {
	.cn-site-footer__cta {
		align-items: flex-start;
		flex-direction: column;
	}

	.cn-site-footer__main {
		grid-template-columns: 1.35fr .65fr;
		gap: 50px 45px;
	}

	.cn-site-footer__brand {
		grid-column: 1 / -1;
	}
}

@media (max-width: 560px) {
	.cn-site-footer__shell {
		width: min(100% - 28px, 520px);
	}

	.cn-site-footer__cta {
		padding: 60px 0 56px;
	}

	.cn-site-footer__cta > a {
		width: 100%;
	}

	.cn-site-footer__main {
		grid-template-columns: 1fr;
		gap: 42px;
		padding: 50px 0;
	}

	.cn-site-footer__brand {
		grid-column: auto;
	}

	.cn-site-footer__legal {
		align-items: flex-start;
		flex-direction: column;
	}
}

@media (prefers-reduced-motion: reduce) {
	.cn-site-footer * {
		transition-duration: .01ms !important;
	}
}
