.elementor-kit-8854{--e-global-color-primary:#780909;--e-global-color-secondary:#000000;--e-global-color-text:#242524;--e-global-color-accent:#A71516;--e-global-color-7083c4f:#FFFFFF;--e-global-color-5ccd668:#A6A098;--e-global-color-46f2c3d:#736A65;--e-global-color-f3856da:#595754;--e-global-color-e8ecc6a:#252524;--e-global-color-0d40f11:#F4EDE6;--e-global-color-bc9579e:#EDE5DB;--e-global-color-1d2b45a:#E3D1BD;--e-global-color-701904b:#E6DDD3;--e-global-color-89eb4f9:#CFBD87;--e-global-color-84f91ca:#C0C0C0;--e-global-color-2ea06f9:#B71E1E;--e-global-color-4d1862b:#FFFDFA;--e-global-color-ad9ec40:#3A3837;--e-global-color-ff69a73:#EFE0DF;--e-global-color-76c549d:#FAF9F7;--e-global-color-1a1216c:#E6DCD8;--e-global-typography-primary-font-family:"The Seasons";--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"Questrial";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Questrial";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Modernline";--e-global-typography-accent-font-weight:400;color:var( --e-global-color-text );font-family:"Questrial", Sans-serif;font-size:16px;font-weight:500;}.elementor-kit-8854 e-page-transition{background-color:#FFBC7D;}.elementor-kit-8854 a{color:var( --e-global-color-primary );}.elementor-kit-8854 h1{color:var( --e-global-color-secondary );font-weight:500;}.elementor-kit-8854 h2{color:var( --e-global-color-secondary );font-size:60px;font-weight:500;}.elementor-kit-8854 h3{color:var( --e-global-color-secondary );font-family:"Cormorant Garamond", Sans-serif;font-size:24px;font-weight:500;}.elementor-kit-8854 h4{color:var( --e-global-color-secondary );font-family:"Cormorant Garamond", Sans-serif;font-weight:500;}.elementor-kit-8854 h5{color:var( --e-global-color-secondary );font-family:"Cormorant Garamond", Sans-serif;font-weight:500;}.elementor-kit-8854 h6{color:var( --e-global-color-secondary );font-family:"Cormorant Garamond", Sans-serif;font-weight:500;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-kit-8854 h2{font-size:36px;}.elementor-kit-8854 h3{font-size:18px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-8854 h2{font-size:36px;}.elementor-kit-8854 h3{font-size:18px;}.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);
}

.sticky-top {
    position: sticky !important;
    top: 0px;
    z-index: 10;}/* End custom CSS */