.zw-product-header {
	background: #2148aa;
}

.pagewrapper .content-wrap {
	padding: 90px 0;
}

.banner {
	overflow: hidden;
	color: #fff;
	text-align: center;
	background: #2148aa;
}

.bnr-inner {
	margin-bottom: 50px;
}

.bnr-inner h1 {
	max-width: 710px;
	margin-left: auto;
	margin-right: auto;
}

h1 span {
	display: inline-block;
}

h2 {
	font-size: 22px;
}

.flex-wrap {
	display: flex;
	flex-wrap: wrap;
}

.flex-wrap>div {
	margin: 0px 10px 30px;
	width: 30%;
	display: inline-block;
	vertical-align: top;
	padding: 25px 25px 80px 25px;
	background: #fff;
	position: relative;
	border: 1px solid #48a4e6;
	box-shadow: 0 0 30px 0px rgb(0 0 0 / 12%);
}

.flex-wrap a {
	color: #000;
	display: inline-block;
	border: 1px solid #000;
	padding: 9px 30px 9px;
	text-transform: uppercase;
	font-size: 14px;
	font-family: var(--zf-primary-semibold);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	position: absolute;
	bottom: 30px;
	left: 30px;
	cursor: pointer;
}

.flex-wrap a:hover {
	background-color: #000;
	color: #fff;
}

.text-center {
	text-align: center;
}

span.year-speak {
	font-size: 34px;
	font-family: var(--zf-primary-extrabold);
	display: block;
	padding-left: 10px;
	margin-bottom: 30px;
	text-decoration: underline;
	color: #000;
}

.left-nav-panel {
	float: left;
	width: 10%;
	position: -webkit-sticky;
	position: sticky;
	top: 70px;
}

.block-wrap {
	float: right;
	width: 90%;
}

.cnt-block {
	margin-bottom: 60px;
}

.block1 .content-wrap:after {
	content: '';
	clear: both;
	display: block;
}

.left-nav-panel li {
	cursor: pointer;
	margin-bottom: 10px;
	font-family: var(--zf-primary-semibold);
	font-size: 20px;
}

.left-nav-panel li.active {
	color: #03a9f5;
}

.left-nav-panel li.active span {
	border-bottom: 1px solid #03a9f5;
}

.cnt-block div img {
	max-height: 60px;
	max-width: 180px;
}

.zwc-flex-item-icon {
	display: grid;
	height: 60px;
	align-content: center;
	margin-bottom: 20px;
}

.cnt-block p {
	font-size: 16px;
}

.bottom-cta-section {
	text-align: center;
	background: #2148aa;
	color: #fff;
}

.bottom-cta-section h2 {
	font-size: 38px;
}


@media all and (min-width:1400px) {
	.act-btn {
		padding: 10px 30px;
	}
}

@media all and (min-width:768px) and (max-width:1024px) {
	.flex-wrap>div {
		width: 45%;
	}
}

@media all and (min-width:768px) and (max-width:992px) {
	.pagewrapper .content-wrap {
		padding: 60px 0;
	}

	.bnr-inner {
		left: 0;
	}

	span.year-speak {
		padding-left: 30px;
	}
}

@media all and (max-width:767px) {
	.banner .content-wrap {
		background-size: 100% auto;
		background-position: 0px 100px;
	}

	.pagewrapper .content-wrap {
		max-width: 420px;
		padding: 60px 0;
	}

	.banner .content-wrap {
		padding-top: 40px;
	}

	.bnr-inner {
		left: auto;
		top: auto;
	}

	.bnr-inner {
		margin-bottom: 0;
	}

	.flex-wrap>div {
		width: 100%;
		margin: 15px 0;
		padding: 30px;
	}

	span.year-speak {
		padding-left: 10px;
		font-size: 28px;
		margin-bottom: 20px;
	}

	.left-nav-panel {
		display: none;
	}

	.block-wrap {
		margin: 0;
		float: none;
		width: 100%;
	}

	.flex-wrap a {
		position: static;
	}

	.bottom-cta-section h2 {
		font-size: 30px;
	}

	.zwc-flex-item-icon {
		height: auto;
	}
}