body {
	position: relative
  }
  
  a.act-btn.cta-btn {
	border-radius: 3px;
	padding: 12px 30px
  }
  
  .zw-product-header,.header-section {
	background: #2148aa
  }
  
  .common-section .content-wrap {
	padding: 90px 0 70px 0
  }
  
  .table-wrap {
	display: table;
	width: 100%
  }
  
  .table-wrap .column {
	display: table-cell;
	width: 50%;
	vertical-align: middle
  }
  
  .header-section .column.left {
	vertical-align: top;
	padding-top: 70px
  }
  
  .header-section p {
	color: #fff
  }
  
  .content-wrap {
	max-width: 1170px
  }
  
  h1 {
	font-size: 52px;
	margin-bottom: 20px;
	font-family: var(--zf-secondary-bold);
	color: #f7b21b;
	text-align: center;
	max-width: 800px;
	margin: 0 auto 15px;
  }
  
  p {
	line-height: 1.8
  }
  
  .header-section {
	padding: 80px 0 60px;
	text-align: center
  }
  
  .search-boxs {
	text-align: center;
	width: 580px;
	margin: 30px auto 0;
	position: relative
  }
  
  .search-boxs input[type="text"] {
	border-radius: 9px;
	border: 0;
	height: 50px;
	padding: 0 65px 0 30px;
	box-sizing: border-box;
	font-size: 18px;
	width: 100%;
	font-size: 18px;
	font-family: var(--zf-primary-regular)
  }
  
  .search-boxs input[type="text"]::-webkit-input-placeholder {
	font-size: 16px
  }
  
  .search-boxs input[type="text"]:-moz-placeholder {
	font-size: 16px
  }
  
  .search-boxs input[type="text"]::-moz-placeholder {
	font-size: 16px
  }
  
  .search-boxs input[type="text"]:-ms-input-placeholder {
	font-size: 16px
  }
  
  .search-active.search-boxs input[type="text"] {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
  }
  
  .search-boxs span.search-icon {
	position: absolute;
	right: 20px;
	font-size: 0;
	background: var(--common-elements) no-repeat;
	background-size: 800px auto;
	background-position: -380px 0;
	width: 20px;
	height: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
	cursor: pointer;
	opacity: .5
  }
  
  .search-dropdown {
	background: #fff;
	position: absolute;
	width: 100%;
	z-index: 2;
	border-top: 1px solid #ddd;
	top: 100%;
	box-sizing: border-box;
	text-align: left;
	display: none;
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
	padding-bottom: 10px;
	box-shadow: 1px 10px 20px rgba(0,0,0,0.05)
  }
  
  .for_IE .search-dropdown {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
  }
  
  #search-value-wrap li.empty-item {
	display: block;
	text-align: center;
	display: none;
	font-weight: 500;
	color: #000
  }
  
  #search-value-wrap li.empty-item:hover {
	color: #000
  }
  
  #search-value-wrap {
	padding: 10px 0 0 0;
	box-sizing: border-box;
	max-height: 220px;
	overflow: hidden;
	overflow-y: scroll
  }
  
  .search-dropdown li {
	margin: 5px 0;
	cursor: pointer
  }
  
  #search-value-wrap li {
	display: none;
	padding: 5px 30px;
	margin: 0 10px;
	margin-bottom: 5px
  }
  
  #search-value-wrap li.search-visible {
	display: block
  }
  
  #search-value-wrap li.highlight {
	display: block
  }
  
  #search-value-wrap li:hover {
	color: #03a9f5;
	background: #f9f9f9
  }
  
  section.sticky {
	position: sticky;
	top: 65px;
	background: #2148aa;
	z-index: 1
  }
  
  .pagination ul li {
	display: inline-block;
	color: #fff;
	font-family: var(--zf-primary-semibold);
	width: 35px;
	text-align: center;
	height: 35px;
	line-height: 35px;
	border-radius: 6px;
	cursor: pointer;
	margin: 0 1px;
	position: relative;
	z-index: 0
  }
  
  .pagination ul li.active,.pagination ul li.current,.pagination ul li:hover {
	background: #f7b21a;
	cursor: pointer;
	color: #000;
  }
  
  .pagination {
	text-align: center
  }
  
  .pagination ul {
	padding: 15px 0
  }
  
  .pagination ul li.disabled.active {
	cursor: not-allowed;
	color: #666;
	background: transparent
  }
  
  .pagination ul li.disabled {
	color: #132d70;
	cursor: not-allowed;
	background: transparent
  }
  
  .common-section .content-wrap {
	max-width: 900px;
	box-sizing: border-box;
	position: relative
  }
  
  .common-section:last-child .content-wrap {
	border-bottom: 1px solid transparent
  }
  
  .common-section .content-wrap {
	border-bottom: 1px solid #ededed
  }
  
  .common-section .content-wrap>h3 {
	background: #4158d614;
	margin-bottom: 40px;
	font-size: 63px;
	height: 100px;
	width: 100px;
	text-align: center;
	line-height: 70px;
	border-radius: 5px;
	opacity: 0;
	font-family: var(--zf-primary-light);
	display: flex;
	align-items: center;
	justify-content: center
  }
  
  .block-wrap h3 {
	margin-bottom: 20px;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-image: linear-gradient(to right,#0094ff,#ff0198 50%,#000 50%);
	background-size: 200% 100%;
	background-position: 100%;
	color: #000;
	transition: ease all 2.5s;
	font-family: var(--zf-secondary-semibold)
  }
  
  .block-wrap h3.higlight-active {
	transition: all 3s cubic-bezier(0,0,1,1);
	-webkit-transition: all 3s cubic-bezier(0,0,1,1);
	-moz-transition: all 3s cubic-bezier(0,0,1,1);
	background-position: 0 0
  }
  
  .for_IE .block-wrap h3 {
	-webkit-background-clip: inherit !important;
	-webkit-text-fill-color: inherit !important;
	background: none !important;
	transition: none !important;
	color: #000 !important
  }
  
  ul.list li {
	position: relative;
	padding-left: 25px;
	padding-bottom: 25px
  }
  
  ul.list .tick-fill {
	fill: #6c2df9
  }
  
  ul.list li svg {
	width: 15px;
	position: absolute;
	left: 0;
	top: 6px
  }
  
  .block-wrap {
	margin-bottom: 50px
  }
  
  .block-wrap:last-child {
	margin-bottom: 0
  }
  
  .pagination ul li span {
	width: 25px;
	height: 25px;
	position: absolute;
	top: -35px;
	right: 0;
	left: 0;
	margin: 0 auto;
	font-size: 14px;
	line-height: 25px;
	color: #000;
	background: #ffe8b4;
	display: none;
	transition: ease all .5s;
	opacity: 0;
	border-radius: 2px
  }
  
  .pagination ul li span:before {
	content: '';
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 6px solid #ffe8b4;
	position: absolute;
	right: 8px;
	margin: auto;
	bottom: -6px
  }
  
  .pagination ul li span:after {
	content: '';
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 6px solid #ffe8b4;
	position: absolute;
	right: 8px;
	margin: auto;
	bottom: -4px
  }
  
  .pagination ul li:hover span {
	animation: fadeIn 1s ease-out .2s forwards
  }
  
  .highlight-link {
	cursor: pointer;
	position: relative;
	border-bottom: 2px solid;
	display: inline-block;
	line-height: normal;
	font-family: var(--zf-primary-semibold)
  }
  
  .hcolor1 {
	color: #90b575
  }
  
  .hcolor2 {
	color: #f3af00
  }
  
  .hcolor3 {
	color: #25bfc7
  }
  
  .hcolor4 {
	color: #eb3323
  }
  
  .hcolor5 {
	color: #6b6b6b
  }
  
  .hcolor6 {
	color: #e6ace6
  }
  
  .scroll-top span:after {
	content: "";
	position: absolute;
	width: 2px;
	height: 26px;
	background: #000;
	top: 0;
	left: 54%;
	transform: translateX(-50%);
	opacity: 0
  }
  
  .scroll-top {
	width: 50px;
	height: 50px;
	background: #1c1b33;
	border-radius: 100%;
	line-height: 50px;
	position: fixed;
	right: 25px;
	bottom: 90px;
	z-index: 2;
	text-align: center;
	cursor: pointer;
	display: none;
	font-size: 14px
  }
  
  .scroll-top span {
	width: 40px;
	height: 14px;
	display: block;
	color: red;
	position: relative;
	left: 2px;
	top: 20px
  }
  
  .scroll-top span:before {
	content: '';
	width: 10px;
	height: 10px;
	border-left: 2px solid #fff;
	border-top: 2px solid #fff;
	position: absolute;
	top: 4px;
	left: 45%;
	transform: rotate(45deg) translateX(-50%);
	transform-origin: bottom
  }
  
  .transY1,.transY2,.transY3 {
	-webkit-transform: translateY(15px);
	transform: translateY(15px);
	-webkit-transition: all 1000ms cubic-bezier(0.11,0.16,0.43,0.86);
	transition: all 1000ms cubic-bezier(0.11,0.16,0.43,0.86)
  }
  
  .line-animated .transY1,.line-animated .transY2,.line-animated .transY3 {
	-webkit-transform: translateY(0);
	transform: translateY(0)
  }
  
  .transY1 {
	-webkit-transition-delay: 200ms;
	transition-delay: 200ms
  }
  
  .transY2 {
	-webkit-transition-delay: 400ms;
	transition-delay: 400ms
  }
  
  .transY3 {
	-webkit-transition-delay: 400ms;
	transition-delay: 400ms
  }
  
  @-webkit-keyframes fadeIn {
	from {
		opacity: 0
	}
  
	to {
		opacity: 1
	}
  }
  
  @keyframes fadeIn {
	from {
		opacity: 0
	}
  
	to {
		opacity: 1
	}
  }
  
  @-moz-keyframes fadeIn {
	from {
		opacity: 0
	}
  
	to {
		opacity: 1
	}
  }
  
  @keyframes slideUp {
	0% {
		visibility: hidden;
		opacity: 0;
		transform: translateY(-20px)
	}
  
	100% {
		visibility: visible;
		opacity: 1;
		transform: translateY(0)
	}
  }
  
  @-webkit-keyframes slideUp {
	0% {
		visibility: hidden;
		opacity: 0;
		-webkit-transform: translateY(-20px)
	}
  
	100% {
		visibility: visible;
		opacity: 1;
		-webkit-transform: translateY(0)
	}
  }
  
  @-moz-keyframes slideUp {
	0% {
		visibility: hidden;
		opacity: 0;
		-moz-transform: translateY(-20px)
	}
  
	100% {
		visibility: visible;
		opacity: 1;
		-moz-transform: translateY(0)
	}
  }
  
  .common-section .bottom-animated.content-wrap>h3 {
	animation: slideUp .5s ease-out .1s forwards
  }
  
  .block-wrap.active {
	display: block
  }
  
  ul.filter-tabs {
	display: inline-flex;
	justify-content: center;
	margin-top: 50px
  }
  
  ul.filter-tabs li {
	position: relative;
	display: inline-block
  }
  
  ul.filter-tabs li ul.sub {
	opacity: 0;
	visibility: hidden;
	transition: all .5s ease
  }
  
  ul.filter-tabs li a {
	color: #fff;
	text-align: left;
	display: block;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 10px 30px;
	font-size: 16px
  }
  
  ul.filter-tabs ul.sub {
	position: absolute;
	width: 100%;
	z-index: 1;
	background: #fff;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	top: 46px;
	box-shadow: 0 0 30px rgba(0,0,0,0.09);
	z-index: 10
  }
  
  ul.sub li {
	display: block
  }
  
  ul.sub li a {
	color: #000;
	border-color: transparent;
	position: relative
  }
  
  ul.filter-tabs li:last-child a {
	border-right: 1px solid #fff;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px
  }
  
  ul.filter-tabs li:first-child a {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px
  }
  
  ul.filter-tabs li:hover ul.sub {
	opacity: 1;
	visibility: visible
  }
  
  ul.filter-tabs ul.sub li:first-child a {
	border-radius: 0
  }
  
  ul.filter-tabs ul.sub li:last-child a {
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-top-right-radius: 0;
	border-color: transparent
  }
  
  ul.filter-tabs li>a:hover,ul.filter-tabs li a.active {
	background: #6c2df9;
	color: #fff
  }
  
  ul.filter-tabs li ul.sub li a:hover {
	color: #fff
  }
  
  .remove {
	display: none
  }
  
  span.caret-arrow {
	display: inline-block;
	width: 7px;
	height: 7px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	transform: rotate(-45deg) translateY(-50%);
	position: absolute;
	right: 14px;
	top: 44%
  }
  
  ul.filter-tabs li.filter-dropdown a {
	padding-left: 30px;
	padding-right: 40px
  }
  
  li.filter-dropdown.active ul.sub {
	opacity: 1;
	visibility: visible
  }
  
  .search-active span.search-icon {
	display: none
  }
  
  .search-boxs span.close-icon {
	opacity: 0;
	visibility: hidden
  }
  
  .search-active span.close-icon {
	opacity: 1;
	visibility: visible
  }
  
  .search-boxs.drop-close input[type="text"] {
	border-radius: 50px
  }
  
  .common-section.all-in .content-wrap {
	border-bottom: 0;
	padding-bottom: 0
  }
  
  ul.filter-tabs li.filter-dropdown ul.sub a::before {
	position: absolute;
	content: "";
	width: 7px;
	height: 7px;
	background: #a3a3a3;
	border-radius: 100%;
	left: 12px;
	top: 50%;
	transform: translateY(-50%)
  }
  
  ul.filter-tabs li ul.sub a[data-tab="managers"] {
	padding-left: 24px
  }
  
  ul.filter-tabs li ul.sub a {
	padding-left: 28px;
	padding-right: 5px
  }
  
  ul.filter-tabs li ul.sub a:hover::before {
	background: #fff
  }
  
  ul.filter-tabs li ul.sub a[data-tab="managers"]::before {
	left: 9px
  }
  
  .zb-widget {
	background: #1c1b33;
	border: 1px solid #1c1b33;
	padding: 10px 10px;
	max-width: 100%;
	position: fixed;
	right: 0;
	bottom: -80px;
	transition: all 1s ease;
	z-index: 10;
	left: 0;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center
  }
  
  .zb-widget p {
	padding: 0 30px;
	margin: 0;
	color: #fff
  }
  
  .zb-widget.fixed {
	bottom: 0
  }
  
  .umain .zb-widget {
	display: none
  }
  
  span.close-icon:after,span.close-icon:before {
	content: '';
	display: block;
	width: 2px;
	height: 12px;
	background: #000;
	border-radius: 10px;
	position: absolute;
	right: 5px;
	top: 16px
  }
  
  span.close-icon:before {
	transform: rotate(45deg)
  }
  
  span.close-icon {
	position: absolute;
	right: 24px;
	top: 4px;
	cursor: pointer;
	padding: 0 15px 0 0;
	transition: all .5s ease;
	font-size: 13px
  }
  
  span.close-icon:after {
	transform: rotate(-45deg)
  }
  
  .zb-widget.fixed.close {
	bottom: -80px
  }
  
  .zb-widget a.act-btn.cta-btn {
	padding: 8px 20px;
	font-size: 15px
  }
  
  .zb-widget span.close-icon:after,.zb-widget span.close-icon:before {
	background: #fff
  }
  
  .zb-widget span.close-icon {
	top: 10px;
	right: 30px
  }
  
  .scaling1,.scaling2,.scaling3,.scaling4,.scaling5 {
	opacity: 0;
	transform: scale(0.3);
	-webkit-transform: scale(0.3);
	-ms-transform: scale(0.3);
	transition: all 1s cubic-bezier(0.39,0.575,0.565,1.3);
	-webkit-transition: all 1s cubic-bezier(0.39,0.575,0.565,1.3)
  }
  
  .middle-animated .scaling1,.middle-animated .scaling2,.middle-animated .scaling3,.middle-animated .scaling4,.middle-animated .scaling5 {
	opacity: 1;
	transform: scale(1);
	-webkit-transform: scale(1);
	-ms-transform: scale(1)
  }
  
  .scaling1 {
	transition-delay: 1s;
	-webkit-transition-delay: 1s
  }
  
  .scaling2 {
	transition-delay: 1.2s;
	-webkit-transition-delay: 1.2s
  }
  
  .scaling3 {
	transition-delay: 1.4s;
	-webkit-transition-delay: 1.4s
  }
  
  .scaling4 {
	transition-delay: 1.6s;
	-webkit-transition-delay: 1.6s
  }
  
  .scaling5 {
	transition-delay: 1.8s;
	-webkit-transition-delay: 1.8s
  }
  
  @keyframes rotate {
	0% {
		transform: rotate(0)
	}
  
	100% {
		transform: rotate(360deg)
	}
  }
  
  @-webkit-keyframes rotate {
	0% {
		transform: rotate(0)
	}
  
	100% {
		transform: rotate(360deg)
	}
  }
  
  @media only screen and (max-width: 1280px) {
	.pagination ul li {
		width:30px;
		height: 30px;
		line-height: 30px
	}
  }
  
  @media only screen and (max-width: 1199px) {
	.stickyfixed,section.sticky {
		top:0
	}
  
	.pagination ul li span {
		display: none !important
	}
  }
  
  @media only screen and (max-width: 991px) {
	.zb-widget {
		padding:50px 30px 30px
	}
  
	.common-section .content-wrap {
		max-width: 650px
	}
  
	.search-boxs {
		margin-top: 40px
	}
  
	.pagination {
		padding: 0;
		max-width: 600px;
		margin: 0 auto
	}
  
	.pagination ul li {
		margin: 0 1px 15px 1px
	}
  
	.pagination ul.stickyfixed {
		padding: 20px 20px;
		box-sizing: border-box;
		width: 100%;
		left: 0;
		right: 0;
		margin: 0 auto;
		top: 0
	}
  
	.header-section {
		padding: 60px 0 40px 0
	}
  
	h1 {
		font-size: 40px
	}
  
	ul.filter-tabs li a {
		padding: 9px 15px;
		font-size: 15px
	}
  }
  
  @media only screen and (max-width: 767px) {
	section.sticky {
		position:relative
	}
  
	.zb-widget {
		display: none
	}
  
	.block-wrap h3 {
		-webkit-background-clip: inherit;
		-webkit-text-fill-color: inherit;
		background: 0;
		transition: none
	}
  
	.filter-part {
		display: none
	}
  
	.pagination ul.stickyfixed {
		position: inherit;
		padding: 15px 0;
		background: 0
	}
  
	.tag-box {
		display: block;
		padding-top: 0
	}
  
	.tag-box .box {
		display: block;
		width: 100%;
		margin: 0;
		padding: 30px 25px
	}
  
	.tag-box .mentions {
		margin-bottom: 30px
	}
  
	.search-boxs {
		max-width: 480px;
		width: 100%
	}
  
	h1 {
		font-size: 34px
	}
  
	.header-section {
		padding: 50px 0 20px 0
	}
  
	.common-section {
		padding: 0;
		overflow: hidden
	}
  
	.common-section .content-wrap {
		padding: 60px 0 60px 0
	}
  
	.common-section .content-wrap>h3 {
		position: inherit;
		left: 0;
		margin-bottom: 40px
	}
  
	.block-wrap h3 {
		margin-bottom: 10px
	}
  
	.block-wrap:last-child p {
		margin-bottom: 0
	}
  
	.scroll-top {
		bottom: 100px
	}
  
	.search-boxs input[type="text"] {
		height: 45px
	}
  
	.transY1,.transY2,.transY3 {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		-webkit-transition: all 1000ms cubic-bezier(0.11,0.16,0.43,0.86);
		transition: all 1000ms cubic-bezier(0.11,0.16,0.43,0.86)
	}
  
	.line-animated .transY1,.line-animated .transY2,.line-animated .transY3 {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
  }
  
  @media only screen and (max-width: 480px) {
	.search-boxs {
		max-width:90%;
		width: 100%
	}
  }
  
  @media only screen and (max-width: 375px) {
	h1 {
		font-size:28px
	}
  }