.elementor-782 .elementor-element.elementor-element-c02e71a{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-782 .elementor-element.elementor-element-b4e6952 > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-782 .elementor-element.elementor-element-3de4855{width:100%;max-width:100%;}/* Start custom CSS */.pulse {
	animation: pulse 0.7s infinite;
	margin: 0 auto;
	display: table;
	margin-top: 0px;
	animation-direction: alternate;
	-webkit-animation-name: pulse;
	animation-name: pulse;
}
@-webkit-keyframes pulse {
	0% {
	-webkit-transform: scale(1);
}
100% {
	-webkit-transform: scale(1.1);
}
} @keyframes pulse {
	0% {
	transform: scale(1);
}
100% {
	transform: scale(1.1);
}/* End custom CSS */