html body .slick-dots li button {
	text-indent:-99999px !important;
}

html body .slick-dots li button::before {
	display:none !important;
}

html body .slick-dots li button {
	width: 9px !important;
	height: 9px !important;
	border-radius: 50px !important;
	background: #D4D4D4 !important;
	padding: 0 !important;
	display: block !important;
	border:3px solid #D4D4D4 !important;
}

html body .slick-dots li.slick-active button {
	background: #2B4154 !important;
	border-color: #2B4154 !important;
}

html body .slick-dots li {
	width:auto;
	height:auto;
}

html body .slick-dots {
	position: static;
	top: 0;
	left: 0;
	margin-top: 4rem;
}

html body .slick-dotted.slick-slider {
	margin-bottom:0;
}