.zw-product-header {
	background: #101010;
	color: #fff;
}
.zw-product-header .product-nav-links li .nolink,
.zw-product-header .product-nav-links .menu>li>a {
	color: #fff;
}
.zw-product-header span.caret::after {
	border-top-color: #fff;
}
.zw-product-header .product-title a {
	color: #fff;
}
.zwrapper h2 {
	letter-spacing: 0px;
	font-family: var(--zf-primary-bold);
}
.btn.cta-primary {
	padding: 14px 30px;
	border-radius: 3px;
}
.hero-section {
	padding: 80px 0 100px;
	background: #101010;
	color: #fff;
}
.hero-grid {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.hero-text {
	max-width: 520px;
}
.hero-text p {
	margin-bottom: 30px;
}
.hero-img {
	margin: auto;
}
.one-solution-section {
	padding: 100px 0;
}
.one-solution-grid {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 2fr 3fr;
	grid-template-columns: 2fr 3fr;
	gap: 60px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.one-solution-text {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	max-width: 645px;
}
.one-solution-text h2 {
	margin-bottom: 30px;
}
.one-solution-img {
	margin-left: auto;
}
.nav-section {
	padding: 20px 0;
	text-align: center;
	position: -webkit-sticky;
	position: sticky;
	top: 52px;
	background: #fff;
	z-index: 1;
}
ul.nav-wrap {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.nav-wrap li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: initial;
}
ul.nav-wrap li a.active {
	color: #2b7ae5;
}
ul.nav-wrap li a::after {
	content: "|";
	display: block;
	margin: 0 30px;
	color: #969191;
}
ul.nav-wrap li:last-child a::after {
	display: none;
}
.getting-started-section {
	background: #101010;
	color: #fff;
	padding: 100px 0;
	margin-top: 40px;
}
.gs-grid {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
	gap: 3em;
}
.gs-left {
	max-width: 500px;
	position: -webkit-sticky;
	position: sticky;
	top: 200px;
	margin-top: 50px;
	margin-bottom: 100px;
}
.gs-left h2 {
	margin-bottom: 1em;
}
.gs-card {
	background: #242424;
	padding: 3em;
	margin-bottom: 30px;
	min-height: 350px;
	max-width: 503px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.gs-card:last-child {
	margin-bottom: 0;
}
.gs-card h3 {
	margin: 1em 0 0.5em;
}
.gs-icon {
	height: 100px;
	width: 100px;
	background: url(/sites/zweb/images/backstage/event-ticketing-software-sprite.png) no-repeat;
	background-size: 680px auto;
	background-position: 0 0;
}
.flexible-registration {
	background-position: 1px -6px;
	height: 89px;
}
.custom-registration {
	background-position: -110px -3px;
	height: 95px;
	width: 85px;
}
.branding-options {
	background-position: -207px -8px;
	height: 85px;
	width: 101px;
}
.promotional-codes {
	background-position: -318px -2px;
	width: 110px;
	height: 97px;
}
.affiliate-marketing {
	background-position: -441px -12px;
	height: 76px;
	width: 115px;
}
.social-media-marketing {
	background-position: -567px -8px;
	height: 84px;
	width: 110px;
}
.explore-section {
	padding: 100px 0 50px;
}
.explore-title {
	max-width: 660px;
	margin: 0 auto 50px;
	text-align: center;
}
.explore-card {
	background: #f8f8f8;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	gap: 1em;
	place-items: center;
	margin-bottom: 2em;
	padding: 80px;
}
.ec-left {
	max-width: 440px;
}
.ec-right img {
	height: 350px;
	width: auto;
}
.bottom-section {
	background: #101010;
	color: #fff;
	padding: 80px 0;
}
.bottom-cta-wrap {
	max-width: 600px;
	margin: 0 auto;
}
.bottom-cta-wrap .btn {
	margin-top: 20px;
}
@media only screen and (max-width: 1199px) {
	.hero-grid {
		-ms-grid-columns: auto;
		grid-template-columns: auto;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		text-align: center;
		gap: 60px;
	}
	.hero-text {
		max-width: 620px;
	}
	.one-solution-grid {
		-ms-grid-columns: auto;
		grid-template-columns: auto;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		text-align: center;
		gap: 60px;
	}
	.one-solution-img {
		margin: auto;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	.nav-section {
		top: 0px;
	}
	.getting-started-section {
		padding: 80px 0;
	}
	.gs-left {
		top: 120px;
	}
	.gs-left h2 {
		margin-bottom: 0.5em;
	}
	.explore-title {
		max-width: 60%;
	}
	.ec-right img {
		height: 260px;
	}
}
@media screen and (max-width: 991px) {
	.hero-section {
		padding: 80px 0 70px;
	}
	.one-solution-section {
		padding: 70px 0;
	}
	.one-solution-grid {
		gap: 30px;
	}
	.hero-grid {
		max-width: 665px;
		margin: auto;
	}
	.nav-section {
		display: none;
	}
	.getting-started-section {
		padding: 70px 0;
		margin-top: 0;
	}
	.gs-grid {
		-ms-grid-columns: auto;
		grid-template-columns: auto;
		gap: 2em;
		max-width: 500px;
		margin: auto;
	}
	.gs-left {
		text-align: center;
		position: static;
		margin: auto;
	}
	.gs-card {
		min-height: 300px;
		margin: 0px auto 30px;
	}
	.explore-section {
		padding: 70px 0;
	}
	.explore-title {
		max-width: 600px;
		text-align: center;
		margin: auto;
		margin-bottom: 50px;
	}
	.explore-card {
		padding: 50px;
	}
	.ec-right img {
		height: 230px;
	}
	.bottom-cta-wrap {
		max-width: 550px;
		margin: 0 auto;
	}
}
@media only screen and (max-width: 767px) {
	.hero-section {
		padding: 30px 0 50px;
	}
	.explore-card {
		padding: 40px;
		-ms-grid-columns: auto;
		grid-template-columns: auto;
	}
}
@media only screen and (max-width: 480px) {
	.hero-text h1 {
		max-width: 320px;
		margin-left: auto;
		margin-right: auto;
	}
	.hero-text p {
		margin-bottom: 20px;
	}
	.hero-grid {
		gap: 40px;
	}
	.hero-img img {
		width: 320px;
	}
	.one-solution-section {
		padding: 50px 0;
	}
	.one-solution-grid {
		text-align: left;
		gap: 10px;
	}
	.one-solution-text h2 {
		margin-bottom: 10px;
	}
	.one-solution-text p {
		margin-bottom: 10px;
	}
	.one-solution-img img {
		width: 320px;
	}
	.getting-started-section {
		padding: 50px 0;
	}
	.gs-grid {
		gap: 10px;
	}
	.gs-left {
		text-align: left;
	}
	.gs-card {
		padding: 2em;
	}
	.gs-card p:last-child {
		margin-bottom: 0;
	}
	.explore-section {
		padding: 50px 0 40px;
	}
	.explore-title {
		text-align: left;
		margin-bottom: 30px;
	}
	.explore-card {
		padding: 2em;
		margin-bottom: 1.5em;
	}
	.bottom-section {
		padding: 70px 0;
	}
	.bottom-cta-wrap {
		max-width: 550px;
		margin: 0 auto;
	}
	.bottom-cta-wrap h2 {
		max-width: 330px;
		margin: 0 auto 15px;
	}
}
@media only screen and (min-width:1200px){
	.zwrapper h1 {
		font-size: 45px;
	}
	.zwrapper h2 {
		font-size: 42px;
	}
	.hero-text p {
		font-size: 18px;
	}
}