
.homepage-seo{
	max-width:1200px;
	margin:0 auto;
	padding:20px 15px 40px 15px;
}

.home-hero{
	background:#fff;
	border:1px solid #ddd;
	padding:25px;
	margin:15px 0 20px 0;
}

.home-kicker{
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:.04em;
	margin:0 0 8px 0;
	color:#666;
}

.home-hero h1{
	margin:0 0 12px 0;
	font-size:34px;
	line-height:1.2;
}

.home-lead{
	font-size:18px;
	line-height:1.5;
	margin:0 0 14px 0;
}

.home-actions{
	margin:18px 0 0 0;
}

.home-actions a{
	display:inline-block;
	padding:10px 14px;
	margin:0 10px 10px 0;
	background:#ff5043;
	border:1px solid #d9d9d9;
	border-radius: 8px;
	text-decoration:none;
	font-weight:bold;
	color: #fff;
}

.home-grid-4,
.home-grid-3,
.home-grid-2{
	display:grid;
	gap:15px;
	margin:15px 0 25px 0;
}

.home-grid-4{ grid-template-columns:repeat(4,1fr); }
.home-grid-3{ grid-template-columns:repeat(3,1fr); }
.home-grid-2{ grid-template-columns:repeat(2,1fr); }

.home-card{
	background:#fff;
	border:1px solid #ddd;
	padding:18px;
}

.home-card h2,
.home-card h3{
	margin-top:0;
	font-size: 1.18em;
	font-weight:700 !important;
	line-height:1.25;
	color:#333;
}

.home-card a.btn{
	display:inline-block;
	background:#f96189;
	border:1px solid #ddd;
	border-radius: 8px;
	color: #fff;
	padding:8px 14px;
	text-decoration:none;
	font-weight:bold;
}

.home-section-title{
	margin:30px 0 10px 0;
	font-size:28px;
}

.home-section-intro{
	margin:0 0 10px 0;
}

.home-region-list{
	display:grid;
	grid-template-columns:repeat(4,1fr);
	gap:12px;
	margin:15px 0 25px 0;
}

.home-region-list a{
	display:block;
	background:#81a5ff;
	border:1px solid #ddd;
	border-radius: 8px;
	color: #fff;
	padding:12px 14px;
	text-decoration:none;
	font-weight:bold;
}
.home-region-list a.rg{	
	background:#fff;
	color: #141414;
}
.home-region-list .img-rg {
	display: inline-block;
	max-height: 21px!important;
}
.home-faq-item{
	background:#fff;
	border:1px solid #ddd;
	padding:16px;
	margin-bottom:12px;
}

.home-faq-item h3{
	margin:0 0 8px 0;
}

.home-stats{
	display:grid;
	grid-template-columns:repeat(4,1fr);
	gap:15px;
	margin:15px 0 25px 0;
}

.home-stat{
	background:#fff;
	border:1px solid #ddd;
	padding:18px;
	text-align:center;
}

.home-stat strong{
	display:block;
	font-size:28px;
	margin-bottom:6px;
}

@media screen and (max-width: 980px){
	.home-grid-4,
	.home-grid-3,
	.home-region-list,
	.home-stats{
		grid-template-columns:repeat(2,1fr);
	}
}

@media screen and (max-width: 680px){
	.home-grid-4,
	.home-grid-3,
	.home-grid-2,
	.home-region-list,
	.home-stats{
		grid-template-columns:1fr;
	}

	.home-hero h1{
		font-size:26px;
	}

	.home-lead{
		font-size:16px;
	}

	.home-actions a{
		display:block;
		margin-right:0;
		text-align:center;
	}
}
