.elementor-kit-342{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-70953fd:#FFFFFF;--e-global-color-a310f03:#729FCF;--e-global-color-0ccd90c:#4D4D4D;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-342 h1{color:var( --e-global-color-70953fd );}.elementor-kit-342 h2{color:var( --e-global-color-70953fd );}.elementor-kit-342 h3{color:var( --e-global-color-70953fd );}.elementor-kit-342 h4{color:var( --e-global-color-70953fd );}.elementor-kit-342 h5{color:var( --e-global-color-70953fd );}.elementor-kit-342 h6{color:var( --e-global-color-70953fd );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.elementor-tabs .elementor-tab-mobile-title::before {
    display: inline-block;
    margin-right: 10px;
    color: #61CE70;
    content: "+ ";
    animation: pulse-anim 2s infinite;
}
.elementor-tabs .elementor-tab-mobile-title.elementor-active::before {
    content: "– ";
    animation: pulse-anim 2s infinite;
}

@keyframes pulse-anim {
	0% {
		transform: scale(0.90);
	}

	70% {
		transform: scale(1.4);
	}

	100% {
		transform: scale(0.90);
	}
}/* End custom CSS */