.elementor-kit-6{--e-global-color-primary:#1E0F30;--e-global-color-secondary:#1E0F30;--e-global-color-text:#1E0F30;--e-global-color-accent:#1E0F30;--e-global-color-59e6faa:#FF828A;--e-global-color-897bd0d:#FFFFFF;--e-global-color-8004751:#FFADB2;--e-global-color-b46328c:#B1D7DD;--e-global-color-30f0374:#FED5E9;--e-global-color-4a648fc:#FFDD70;--e-global-color-934fd9c:#B1D7DD;--e-global-color-b2127fc:#B2DBC8;--e-global-color-6e034c2:#C3B7EA;--e-global-color-ca6bc5b:#EBE5F1;--e-global-typography-primary-font-family:"Mulish";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Mulish";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Mulish";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Mulish";--e-global-typography-accent-font-weight:500;color:var( --e-global-color-primary );font-size:16px;font-weight:600;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 h1{font-size:55px;font-weight:600;}.elementor-kit-6 h2{font-size:50px;font-weight:600;}.elementor-kit-6 h4{font-size:23px;font-weight:600;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1350px;}.e-con{--container-max-width:1350px;}.elementor-widget:not(:last-child){margin-block-end:10px;}.elementor-element{--widgets-spacing:10px 10px;--widgets-spacing-row:10px;--widgets-spacing-column:10px;}{}h1.entry-title{display:var(--page-title-display);}.site-header{padding-inline-end:0px;padding-inline-start:0px;}@media(max-width:1350px){.elementor-kit-6{font-size:15px;}.elementor-kit-6 h1{font-size:45px;}.elementor-kit-6 h4{font-size:22px;}}@media(max-width:1024px){.elementor-kit-6{font-size:14px;}.elementor-kit-6 h1{font-size:35px;}.elementor-kit-6 h4{font-size:19px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6{font-size:13px;}.elementor-kit-6 h1{font-size:30px;}.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: 150px;
	--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);
}

/***
* Optional: Change menu font size on Scroll
*/
header.sticky-header.elementor-sticky--effects .menu-item a {
  font-size: 24px !important;
}

header.sticky-header.elementor-sticky--effects .elementor-button {
  font-size: 17px !important;
}/* End custom CSS */