.elementor-kit-3{--e-global-color-primary:#C2AB92;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-f145479:#042453;--e-global-color-096642e:#C2AB92;--e-global-color-7080cc5:#0B1634;--e-global-color-b36efae:#9DCC66;--e-global-color-122049c:#699B36;--e-global-color-a4ff23c:#D56200;--e-global-color-420ed01:#7A0D8C;--e-global-color-75d6388:#C663CC;--e-global-color-dec8cdb:#FFC571;--e-global-color-d5de68f:#F5A533;--e-global-color-1a183c2:#D46300;--e-global-color-2d13a3d:#62CEF0;--e-global-color-77151e4:#FFF573;--e-global-color-f48108d:#F9ED2E;--e-global-color-7f1d0df:#C7A702;--e-global-color-a6c3672:#7A0D8C;--e-global-color-9f63aa6:#C663CC;--e-global-color-9a816ec:#65B0EC;--e-global-typography-primary-font-family:"UniNeue";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"UniNeue";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"UniNeue";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"UniNeue";--e-global-typography-accent-font-weight:500;font-family:"UniNeue", Sans-serif;}.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);}.elementor-kit-3 e-page-transition{background-color:#FFBC7D;}@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(255, 255, 255, 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 */
/* Start Custom Fonts CSS *//* End Custom Fonts CSS */