.swiper-pagination .swiper-pagination-bullet{
	width:18px;
	border-radius:4px;
	background-color:rgba(255,255,255,0.3);
}
.swiper-pagination .swiper-pagination-bullet-active{
	background-color:#fff
}
.report-wrap .swiper-pagination .swiper-pagination-bullet{
	width:18px;
	border-radius:4px;
	background-color:rgba(0,0,0,0.3);
}
.report-wrap .swiper-pagination .swiper-pagination-bullet-active{
	background-color:#000;
}
.marketing-product-slider-tab{
	width:720px;
	margin:0 auto;
	gap:0 !important;
}
.marketing-product-tab-item{
  cursor:pointer;	
}
.marketing-product-tab-item{
  cursor:pointer;	
}
.marketing-product-tab-item:first-child .wp-block-kadence-spacer hr{
	border-radius:8px 0 0 8px;
}
.marketing-product-tab-item:last-child .wp-block-kadence-spacer hr{
	border-radius:0 8px 8px 0;
}
.marketing-product-tab-active .wp-block-kadence-spacer hr{
	background-color:#000;
	border-radius:8px !important;
}
.slide-video{
	width:1140px;
	height:600px !important;
	margin:0 auto !important;
}
.slide-video video{
	height:600px !important;
}