html body .nsv-footer-pro{
	padding:56px 0 22px;
	margin-top:40px;
}
html body .nsv-footer-grid{
	display:grid;
	grid-template-columns:repeat(auto-fit,minmax(230px,1fr));
	gap:18px;
	align-items:stretch;
}
html body .nsv-footer-card{
	border:1px solid rgba(255,255,255,.10);
	border-radius:24px;
	padding:24px;
	box-shadow:0 18px 46px rgba(0,0,0,.14);
}
html body .nsv-footer-logo{
	width:76px;
	height:76px;
	object-fit:contain;
	border-radius:18px;
	background:#fff;
	padding:8px;
	margin-bottom:14px;
}
html body .nsv-footer-card h2,
html body .nsv-footer-card h3{
	margin:0 0 14px!important;
	font-weight:900!important;
	line-height:1.5!important;
}
html body .nsv-footer-card p{
	margin:0 0 10px!important;
	line-height:1.9!important;
	opacity:.9;
}
html body .nsv-footer-actions{
	display:flex;
	flex-wrap:wrap;
	gap:8px;
	margin-top:14px;
}
html body .nsv-footer-actions a{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	border-radius:999px;
	padding:9px 14px;
	background:rgba(255,255,255,.12);
	text-decoration:none!important;
	font-weight:800;
}
html body .nsv-footer-links ul{
	list-style:none;
	padding:0;
	margin:0;
	display:grid;
	gap:8px;
}
html body .nsv-footer-links a{
	text-decoration:none!important;
	opacity:.92;
}
html body .nsv-footer-pro .footer-bottom{
	margin-top:22px;
	padding-top:18px;
	border-top:1px solid rgba(255,255,255,.12);
	text-align:center;
	opacity:.85;
}
@media(max-width:640px){
	html body .nsv-footer-pro{
		padding-bottom:96px;
	}
	html body .nsv-footer-card{
		border-radius:20px;
		padding:20px;
	}
}
