#wd-fb-10572 {
	--wd-fb-w: 650px;
	--wd-fb-mr: 15px;
	--wd-fb-mb: 20px;
	--wd-fb-ml: 15px;
	--wd-align-items: end;
	--wd-justify-content: center;
}
#wd-fb-10572 .wd-fb {
	--wd-align-items: center;
	background-color: rgb(255,255,255);
	box-shadow:0px 3px 3px 3px rgb(112,112,112);
	border-radius: 40px;
	border-style: solid;
	border-color: rgb(14,73,132);
	border-width: 2px;
}
#wd-fb-10572 .wd-fb-close {
	--wd-action-color: rgb(30,115,190);
	--wd-action-color-hover: rgb(30,115,190);
}
#wd-fb-10572 .wd-fb-inner {
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 20px;
}

@media (max-width: 767px) {
	#wd-fb-10572 {
		--wd-fb-w: 320px;
	}
}
