.elementor-kit-23{--e-global-color-primary:#2F2F2F;--e-global-color-secondary:#8A8A8A;--e-global-color-text:#000000;--e-global-color-accent:#AAAAAA;--e-global-color-224ed0bb:#FFFFFF;--e-global-color-10d38eba:#FFF242;--e-global-color-f18cbbf:#000000;--e-global-color-05cdedc:#FFF242;--e-global-color-1415871:#FFFFFF;--e-global-color-13744f3:#000000;--e-global-color-c819a45:#FF4444;--e-global-color-d1cfcfd:#FFFFFF;--e-global-color-85c3d97:#000000;--e-global-typography-primary-font-family:"Gothic A1";--e-global-typography-primary-font-size:40px;--e-global-typography-primary-font-weight:600;--e-global-typography-primary-text-transform:uppercase;--e-global-typography-secondary-font-family:"Gothic A1";--e-global-typography-secondary-font-size:36px;--e-global-typography-secondary-font-weight:600;--e-global-typography-secondary-text-transform:uppercase;--e-global-typography-text-font-family:"Gothic A1";--e-global-typography-text-font-size:17px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Gothic A1";--e-global-typography-accent-font-size:15px;--e-global-typography-accent-font-weight:400;--e-global-typography-8adca24-font-family:"Gothic A1";--e-global-typography-8adca24-font-size:26px;--e-global-typography-8adca24-font-weight:500;--e-global-typography-8adca24-text-transform:uppercase;--e-global-typography-92a5b91-font-family:"Gothic A1";--e-global-typography-92a5b91-font-size:11px;--e-global-typography-1a684f8-font-family:"Gothic A1";--e-global-typography-1a684f8-font-size:20px;--e-global-typography-1a684f8-font-weight:600;--e-global-typography-1a684f8-text-transform:uppercase;--e-global-typography-2e78965-font-family:"Gothic A1";--e-global-typography-2e78965-font-size:17px;--e-global-typography-2e78965-text-transform:uppercase;--e-global-typography-2f370ca-font-family:"Gothic A1";--e-global-typography-2f370ca-font-size:15px;--e-global-typography-2f370ca-text-transform:uppercase;color:var( --e-global-color-primary );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );}.elementor-kit-23 a{color:var( --e-global-color-accent );}.elementor-kit-23 button,.elementor-kit-23 input[type="button"],.elementor-kit-23 input[type="submit"],.elementor-kit-23 .elementor-button{border-style:solid;border-color:#000000;border-radius:1px 1px 1px 1px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-23 e-page-transition{background-color:#FFBC7D;}@media(max-width:1024px){.elementor-kit-23{font-size:var( --e-global-typography-text-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-23{font-size:var( --e-global-typography-text-font-size );}.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 */