.elementor-95 .elementor-element.elementor-element-0e6a3d1{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:10px 10px;--row-gap:10px;--column-gap:10px;--padding-top:50px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}.elementor-95 .elementor-element.elementor-element-0e6a3d1:not(.elementor-motion-effects-element-type-background), .elementor-95 .elementor-element.elementor-element-0e6a3d1 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-95 .elementor-element.elementor-element-6005bec{width:var( --container-widget-width, 12% );max-width:12%;--container-widget-width:12%;--container-widget-flex-grow:0;}.elementor-95 .elementor-element.elementor-element-6005bec.elementor-element{--align-self:center;}.elementor-95 .elementor-element.elementor-element-6005bec img{width:100%;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-95 .elementor-element.elementor-element-05f2dad{text-align:center;color:var( --e-global-color-89fffc6 );}.elementor-95 .elementor-element.elementor-element-7cb8f43{z-index:999;}.elementor-95 .elementor-element.elementor-element-992257c{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:space-between;border-style:solid;--border-style:solid;border-width:1px 0px 0px 0px;--border-top-width:1px;--border-right-width:0px;--border-bottom-width:0px;--border-left-width:0px;border-color:#F2F2F270;--border-color:#F2F2F270;--margin-top:30px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:10px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-95 .elementor-element.elementor-element-9823baf{text-align:center;color:var( --e-global-color-89fffc6 );}.elementor-widget-icon-list .elementor-icon-list-item:not(:last-child):after{border-color:var( --e-global-color-text );}.elementor-widget-icon-list .elementor-icon-list-icon i{color:var( --e-global-color-primary );}.elementor-widget-icon-list .elementor-icon-list-icon svg{fill:var( --e-global-color-primary );}.elementor-widget-icon-list .elementor-icon-list-item > .elementor-icon-list-text, .elementor-widget-icon-list .elementor-icon-list-item > a{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-icon-list .elementor-icon-list-text{color:var( --e-global-color-secondary );}.elementor-95 .elementor-element.elementor-element-f530d3e .elementor-icon-list-icon i{transition:color 0.3s;}.elementor-95 .elementor-element.elementor-element-f530d3e .elementor-icon-list-icon svg{transition:fill 0.3s;}.elementor-95 .elementor-element.elementor-element-f530d3e{--e-icon-list-icon-size:14px;--icon-vertical-offset:0px;}.elementor-95 .elementor-element.elementor-element-f530d3e .elementor-icon-list-text{color:var( --e-global-color-89fffc6 );transition:color 0.3s;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(max-width:767px){.elementor-95 .elementor-element.elementor-element-6005bec{--container-widget-width:40%;--container-widget-flex-grow:0;width:var( --container-widget-width, 40% );max-width:40%;}.elementor-95 .elementor-element.elementor-element-992257c{--gap:10px 10px;--row-gap:10px;--column-gap:10px;}.elementor-95 .elementor-element.elementor-element-9823baf{text-align:center;}.elementor-95 .elementor-element.elementor-element-f530d3e{width:100%;max-width:100%;}.elementor-95 .elementor-element.elementor-element-f530d3e.elementor-element{--align-self:center;}}/* Start custom CSS for html, class: .elementor-element-7cb8f43 */.btn-form-pulse {
	background: #25d366;
	color: #ffffff !important;
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 40px !important;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 0;
	height: 0;
	padding: 35px;
	text-decoration: none;
	border-radius: 50%;
	animation-name: pulse;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
}

@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
	}
	80% {
		box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
	}
}

.btn-form-pulse-border {
	bottom: 20px;
	right: 20px;
	animation-play-state: paused;
}

.btn-form-pulse-border::before {
	content: "";
	position: absolute;
	border-radius: 50%;
	padding: 25px;
	border: 5px solid #25d366;
	opacity: 0.75;
	animation-name: pulse-border;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
}

@keyframes pulse-border {
	0% {
		padding: 25px;
		opacity: 0.75;
	}
	75% {
		padding: 50px;
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}/* End custom CSS */