.elementor-kit-267{--e-global-color-primary:#99E0A3;--e-global-color-secondary:#E0E46E;--e-global-color-text:#ECCDCD;--e-global-color-accent:#61CE70;--e-global-color-b6d4285:#000000;--e-global-color-9c6ecb1:#FFFFFF;--e-global-color-ec3936d:#98CFB4;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-size:41px;--e-global-typography-primary-font-weight:400;--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-size:23px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-9aa6fd1-font-weight:300;--e-global-typography-9aa6fd1-font-style:italic;--e-global-typography-9aa6fd1-line-height:1px;--e-global-typography-5b8e528-font-size:41px;background-color:var( --e-global-color-9c6ecb1 );}.elementor-kit-267 e-page-transition{background-color:#FFBC7D;}.site-header{background-color:transparent;padding-inline-end:0px;padding-inline-start:0px;background-image:linear-gradient(0deg, #090000 0%, var( --e-global-color-b6d4285 ) 0%);}.site-footer{background-color:var( --e-global-color-b6d4285 );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:300px;}.e-con{--container-max-width:300px;}.elementor-widget:not(:last-child){margin-block-end:1px;}.elementor-element{--widgets-spacing:1px 1px;--widgets-spacing-row:1px;--widgets-spacing-column:1px;}.site-header .site-branding .site-logo img{width:50%;max-width:50%;}.site-header .site-navigation ul.menu li a{color:var( --e-global-color-accent );}.site-header .site-navigation .menu li{font-size:24px;}.site-footer .copyright p{color:var( --e-global-color-text );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}@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 *//***
* class: .sticky-header
*/
header.sticky-header {
	--header-height: 100px;
	--shrink-header-to: 0.6;
	--transition: .45s cubic-bezier(.4, 0, .2, 1);
	background-color: rgba(244, 245, 248, 1);
	transition: background-color var(--transition),
				backdrop-filter var(--transition),
				box-shadow var(--transition);
}

/***
* Sticky header activated
*/
header.sticky-header.elementor-sticky--effects {
	background-color: rgba(244, 245, 248, .8);
	box-shadow: 0px 4px 33px 1px rgba(0, 0, 0, .07);
	-webkit-backdrop-filter: saturate(180%) blur(20px);
	backdrop-filter: saturate(180%) blur(20px);
}
header.sticky-header > .elementor-container {
	min-height: var(--header-height);
	transition: min-height var(--transition);
}
header.sticky-header.elementor-sticky--effects > .elementor-container {
	min-height: calc( var(--header-height) * var(--shrink-header-to) );
}

/***
* Shorter header on mobile (70px instead of 100px)
*/
@media only screen and (max-width: 767px) {
	header.sticky-header {
		--header-height: 70px;
	}
}

/***
* class: .logo
*/
header.sticky-header .logo img {
	transition: transform var(--transition);
}
header.sticky-header.elementor-sticky--effects .logo img {
	transform: scale(.8);
}/* End custom CSS */