.zw-template-inner{
	margin-top: unset;
}
.mp_vid_page {
	position: relative;
	overflow-x: hidden;
}
.mp_vid_page h1 {
	font: 32px/1.1 var(--zf-primary-extrabold);
	margin-bottom: 0px;
}
.mp_vid_page h2 {
	font: 30px/1.2 var(--zf-primary-bold);
	margin-bottom: 15px;
}
.mp_vid_page h2.mpv_topic {
	margin-bottom: 5px;
}
.mp_vid_page h3 {
	font: 28px/1 var(--zf-primary-bold);
	margin-bottom: 0px;
}
.mp_vid_page p,
.mp_vid_page a,
.mp_vid_page li,
.mp_vid_page span {
	font: 18px/1.6 var(--zf-primary-regular);
}
.mpv_bnr_sec {
	position: relative;
	background: #000;
	color: #fff;
}
.mpv_bnr_container {
	max-width: 1300px;
	width: 100%;
	margin: 0px auto;
}
.mpv_top_cotainer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 40px 0px;
}
.mpv_top_menu {
	display: flex;
}
.auto_play {
	display: flex;
	align-items: center;
}
.mp_vid_page .auto_play p {
	font: 14px/1 var(--zf-secondary-medium);
	margin-bottom: 0px;
	cursor: pointer;
}
.auto_play .auto_play_btn {
	position: relative;
	height: 20px;
	width: 37px;
	border-radius: 10px;
	background: #666;
	margin-left: 5px;
	cursor: pointer;
	display: flex;
	align-items: center;
	padding: 0px 3px;
	box-sizing: border-box;
	transition: all 0.3s linear;
}
.auto_play.active .auto_play_btn {
	background: rgb(133, 211, 106);
}
.auto_play_btn:before {
	content: "";
	position: absolute;
	height: 14px;
	width: 14px;
	background: #ffffff;
	border-radius: 50%;
	transition: all 0.3s linear;
}
.auto_play.active .auto_play_btn:before {
	transform: translateX(17px);
}
.share_sec {
	position: relative;
	margin-left: 30px;
	display: flex;
	justify-content: center;
}
.share_icon {
	height: 28px;
	width: 28px;
	display: block;
	cursor: pointer;
	background: #fff;
	opacity: 0.5;
}
.share_icon:hover {
	opacity: 1;
}
.bg_lazy_loaded .mpv_sprt_icon {
	background: url(/sites/zweb/images/marketingplus/images/mp_video_inner_sprite.svg);
}
.bg_lazy_loaded .share_icon {
	background-position: -81px 0px;
}
.share_inr_sec {
	opacity: 0;
	background-color: #fff;
	color: #000;
	border-radius: 4px;
	padding: 10px 20px;
	position: absolute;
	top: 120%;
	z-index: 4;
	box-shadow: 0 0 10.56px 1.44px rgba(0, 0, 0, 0.25);
	transform: translateY(15px);
	transition: all .3s ease-in-out;
	visibility: hidden;
	display: flex;
	align-items: center;
	min-width: 180px;
}
.share_inr_sec:after {
	content: "";
	position: absolute;
	bottom: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: transparent transparent #fff;
}
.share_sec.active .share_inr_sec {
	visibility: visible;
	opacity: 1;
	transform: translateY(0);
}
.mp_vid_page .share_on {
	font: 14px/1.2 var(--zf-secondary-medium);
}
.share_inr_sec .mpv_sprt_icon {
	display: inline-block;
	margin-left: 10px;
	cursor: pointer;
}
.share_inr_sec .fb_icn {
	height: 14px;
	width: 8px;
	background-position: 0px -1px;
}
.share_inr_sec .twt_icn {
	height: 16px;
	width: 19px;
	background-position: -10px 1px;
}
.share_inr_sec .mail_icn {
	height: 14px;
	width: 19px;
	background-position: -29px 0.5px;
}
.bg_lazy_loaded .video_container {
	background: url(/sites/zweb/images/marketingplus/images/mp_overview_marketing_plus_2x.jpg);
	background-size: cover;
}
.video_container {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 1296px;
	width: 100%;
	margin: 0px auto;
	padding-bottom: 56%;
	background: url(/sites/zweb/images/marketingplus/images/mp_overview_marketing_plus_lazy.jpg);
	background-size: cover;
}
.video_container.active{
	background: unset;
}
.vid_bg_sec{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 3;
	cursor: pointer;
}
.video_container.active .vid_bg_sec{
	display: none;
}
.video_container:after{
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
	background: #000;
	opacity: 0.5;
	z-index: 1;
	transition: all 0.3s linear;
}	
.video_container.active:after{
	opacity: 0;
	z-index: 0;
}
.vim_vid_src{
	opacity: 0;
}
#player {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 3;
	transition: all 0.3s linear;
}
/* .video_container.active #player {
	visibility: visible;
	opacity: 1;
	z-index: 2;
} */
.mpv_play_icon {
	position: absolute;
	height: 85px;
	width: 85px;
	background: #fff;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 2;
	cursor: pointer;
	top: calc(50% - 42.5px);
}
.video_container.active .mpv_play_icon {
	display: none;
}
.mpv_play_icon:before {
	content: "";
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 18px 0 18px 25px;
	border-color: transparent transparent transparent #000;
	position: absolute;
	left: 39%;
	z-index: 1;
}
@keyframes pulse-border {
	0% {
		transform: translateZ(0) scale(1);
		opacity: 1;
	}
	100% {
		transform: translateZ(0) scale(1.2);
		opacity: 0;
	}
}
.mpv_play_icon:after {
	content: "";
	position: absolute;
	width: 110px;
	height: 110px;
	background: #fff;
	opacity: 0.2;
	border-radius: 50%;
	animation: pulse-border 1500ms ease-out infinite;
	z-index: 0;
}
.mpv_desc_sec {
	position: relative;
	background: #f4e8e3;
	padding: 100px 0px 80px;
}
.mpv_desc_container {
	max-width: 1240px;
	width: 100%;
	margin: 0px auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.mpv_lft_sec {
	max-width: 800px;
	width: 100%;
}
.desc_sec {
	max-width: 715px;
	width: 100%;
	padding-bottom: 70px;
}
.desc_list_container {
	max-width: 100%;
	width: 100%;
}
.desc_list {
	position: relative;
	border-bottom: 1px solid #e0d5d0;
}
.desc_list h3 {
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 30px 0px;
}
.desc_list.active h3 {
	padding-bottom: 20px;
}
.desc_list p {
	margin-bottom: 10px;
	max-width: 90%;
}
.desc_inr_content {
	display: none;
	padding-bottom: 35px;
}
.desc_inr_content.active {
	display: block;
}
.mp_vid_page a.mpv_link {
	position: relative;
	font: 18px/1.6 var(--zf-primary-semibold);
	text-decoration: underline;
	color: #000;
	padding-right: 30px;
}
.arrow {
	height: 2px;
	width: 25px;
	background: #d23246;
	position: absolute;
	cursor: pointer;
	display: inline-block;
	transform: rotate(180deg);
	right: 0px;
	top: 12px;
}
.arrow:after,
.arrow:before {
	content: "";
	height: 2px;
	width: 15px;
	background: #d23246;
	position: absolute;
	left: -2px;
	transform: rotate(-45deg);
	bottom: 5px;
	border-radius: 4px;
	cursor: pointer;
}
.arrow:before {
	transform: rotate(225deg);
	bottom: -5px;
}
.drop_down_icon {
	cursor: pointer;
	height: 25.5px;
	width: 25.5px;
	display: inline-block;
	transform: rotate(180deg);
	transition: all 0.3s linear;
	opacity: 0.5;
}
.bg_lazy_loaded .drop_down_icon {
	background-position: -51px -0px;
}
.desc_list.active .drop_down_icon {
	transform: rotate(0deg);
	opacity: 1;
}
.mpv_rght_sec {
	max-width: 390px;
	width: 100%;
}
.watch_next_sec {
	padding-bottom: 60px;
}
.watch_next_sec:last-child {
	padding-bottom: 0px;
}
.watch_next {
	position: relative;
	border-radius: 14px;
	background: rgb(255, 255, 255);
	box-shadow: 0px 5px 13px 0px rgba(77, 95, 131, 0.1);
}
.mpv_next_bg {
	position: relative;
	border-radius: 14px 14px 0px 0px;
	max-width: 100%;
	width: 100%;
	min-height: 238px;
	background: #ddd;
	display: flex;
	justify-content: center;
	align-items: center;
}
.mpv_next_bg:after {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	background: #333;
	opacity: 0.5;
	left: 0px;
	top: 0px;
	border-radius: 14px 14px 0px 0px;
}
.mpv_next_bg .mpv_play_icon {
	height: 42px;
	width: 42px;
	top: calc(50% - 21px);
}
.mpv_next_bg .mpv_play_icon:before {
	border-width: 7px 0 7px 12px;
}
.mpv_next_bg .mpv_play_icon:after {
	width: 58px;
	height: 58px;
}
.bg_lazy_loaded .mpv_next_bg {
	background: url(/sites/zweb/images/marketingplus/images/mp_watch_next_overview_marketing_projects_thumb_2x.jpg);
	background-size: 378px auto;
}
.mpv_next_title {
	padding: 0px 40px;
	height: 60px;
	display: flex;
	align-items: center;
	background: #fff;
	border-radius: 0px 0px 14px 14px;
	color: #000;
}
.mp_vid_page .mpv_next_title p {
	font: 18px/1 var(--zf-primary-bold);
	margin-bottom: 0px;
}
.watch_next_sec h2 {
	margin-bottom: 20px;
}
.releted_source_sec {
	background: #fff;
	border-radius: 14px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 5px 13px 0px rgba(77, 95, 131, 0.1);
	max-width: 100%;
	width: 100%;
	padding: 40px;
	box-sizing: border-box;
}
.related_group {
	position: relative;
	margin-bottom: 35px;
}
.desc_sec p, .related_group:last-child {
	margin-bottom: 0px;
}
.related_group label {
	font: 12px/1 var(--zf-primary-semibold);
	border-radius: 12px;
	padding: 5px 15px;
	margin-bottom: 10px;
	display: inline-block;
}
.green_bg {
	background: #cdeedf;
}
.yellow_bg {
	background: #f1d8b0;
}
.red_bg {
	background: #f6d8db;
}
.mp_vid_page .related_group a {
	color: #000;
	text-decoration: underline;
	display: block;
	margin-top: 15px;
}
@media(max-width: 1440px) {
	.share_sec {
		justify-content: flex-end;
	}
	.share_inr_sec:after {
		left: unset;
		right: 5px;
	}
}
@media(max-width: 1360px) {
	.mpv_bnr_container {
		max-width: 95%;
	}
	.mp_vid_page h1 {
		font-size: 28px;
	}
	.mp_vid_page h2 {
		font-size: 26px;
	}
	.mp_vid_page h3 {
		font-size: 24px;
	}
	.mpv_desc_container {
		max-width: 900px;
	}
	.mpv_rght_sec {
		padding-top: 60px;
		max-width: 500px;
	}
	.watch_next_sec {
		max-width: 390px;
	}
	.mpv_lft_sec {
		max-width: 100%;
	}
}
@media(max-width: 1180px) {
	.mpv_bnr_container {
		max-width: 90%;
	}
	.mp_vid_page h1 {
		font-size: 24px;
	}
	.mp_vid_page h2 {
		font-size: 22px;
	}
	.mp_vid_page h3 {
		font-size: 20px;
	}
}
@media(max-width: 992px) {
	.mpv_desc_sec {
		padding: 60px 0px;
	}
	.desc_sec {
		padding-bottom: 40px;
	}
	.desc_list h3 {
		padding: 20px 0px;
	}
	.desc_inr_content {
		padding-bottom: 25px;
	}
	.desc_list.active h3 {
		padding-bottom: 15px;
	}
	.mpv_desc_container {
		max-width: 90%;
	}
	.mpv_next_title {
		min-height: 50px;
		padding: 0px 30px;
	}
	.mp_vid_page .mpv_next_title p {
		font-size: 16px;
	}
	.releted_source_sec {
		padding: 30px;
	}
}
@media(max-width: 768px) {
	.zw-template-inner{
		margin-top: unset;
	}
	.mp_vid_page {
		padding-top: 10px;
	}
	.mpv_next_title {
		padding: 0px 20px;
	}
	.releted_source_sec {
		padding: 20px;
	}
	.desc_list h3 {
		position: relative;
		padding: 20px 25px 20px 0px;
	}
	.drop_down_icon {
		position: absolute;
		right: 0px;
		top: 15px;
	}
	.share_sec {
		margin-left: 15px;
	}
	.mpv_top_cotainer {
		padding: 30px 0px;
		flex-wrap: wrap;
	}
	.mp_vid_page h1 {
		display: block;
	}
	.mp_vid_page h1,
	.mpv_top_menu {
		max-width: 100%;
		width: 100%;
	}
	.mpv_top_menu {
		margin-top: 30px;
		justify-content: flex-end;
	}
}
@media(max-width: 400px) {
	.bg_lazy_loaded .mpv_next_bg {
		background: url(/sites/zweb/images/marketingplus/images/mp_watch_next_overview_marketing_projects_thumb_2x.jpg);
		background-size: contain;
	}
	.mpv_next_bg {
		min-height: unset;
		padding-bottom: 61%;
	}
	.mpv_play_icon {
		top: calc(50% - 21px);
	}
}