.elementor-kit-3049{--e-global-color-primary:#000000;--e-global-color-secondary:#172745;--e-global-color-text:#000000;--e-global-color-accent:#FFD106;--e-global-color-d5a0e9c:#263B63;--e-global-color-a90e451:#FFDD45;--e-global-color-dfde9ec:#9C9C9C;--e-global-color-3e73757:#EAEAEA;--e-global-typography-primary-font-family:"Roboto Condensed";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Condensed";--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-3049 a{font-style:normal;}.elementor-kit-3049 button,.elementor-kit-3049 input[type="button"],.elementor-kit-3049 input[type="submit"],.elementor-kit-3049 .elementor-button{color:#FFFFFF;border-radius:5px 5px 5px 5px;}.elementor-kit-3049 button:hover,.elementor-kit-3049 button:focus,.elementor-kit-3049 input[type="button"]:hover,.elementor-kit-3049 input[type="button"]:focus,.elementor-kit-3049 input[type="submit"]:hover,.elementor-kit-3049 input[type="submit"]:focus,.elementor-kit-3049 .elementor-button:hover,.elementor-kit-3049 .elementor-button:focus{color:#FFFFFF;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1400px;}.e-con{--container-max-width:1400px;}.elementor-widget:not(:last-child){margin-bottom:15px;}.elementor-element{--widgets-spacing:15px;}{}h1.entry-title{display:var(--page-title-display);}.site-header{padding-right:0px;padding-left:0px;}@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 */.flare-button .elementor-button-link {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.flare-button .elementor-button-link:before {
	content: "";
	background-color: rgba(255, 255, 255, 0.5);
	height: 100%;
	width: 3em;
	display: block;
	position: absolute;
	top: 0;
	left: -4.5em;
	-webkit-transform: skewX(-45deg) translateX(0);
	transform: skewX(-45deg) translateX(0);
	-webkit-transition: none;
	transition: none;
	webkit-animation: moving 3s ease-in-out infinite;
	-moz-animation: moving 3s ease-in-out infinite;
	-ms-animation: moving 3s ease-in-out infinite;
	-o-animation: moving 3s ease-in-out infinite;
	animation: moving 3s ease-in-out infinite;
}


@keyframes moving {
	30% {
		webkit-transform: skewX(-45deg) translateX(33.5em);
		transform: skewX(-45deg) translateX(33.5em);
		
	}
	
	100% {
		webkit-transform: skewX(-45deg) translateX(33.5em);
		transform: skewX(-45deg) translateX(33.5em);
		
	}
}/* End custom CSS */