.elementor-kit-9440{--e-global-color-primary:#663367;--e-global-color-secondary:#9D4F9F;--e-global-color-text:#333E48;--e-global-color-accent:#FFB02F;--e-global-color-d5ff490:#FFB02F;--e-global-color-34393b6:#663367;--e-global-color-d7b27cf:#9D4F9F;--e-global-color-3dfd438:#109A96;--e-global-color-ea5b0c1:#D1EFEF;--e-global-color-0eec08f:#FDF7F3;--e-global-color-f47bbb3:#333E48;--e-global-color-696468a:#673366;--e-global-color-252e4fb:#C6E1E0;--e-global-color-1100eaa:#118280;--e-global-color-5035de4:#FFFFFF;--e-global-color-013b201:#FCA500;--e-global-color-93daf3e:#D1C1D1;--e-global-color-7205fb8:#762D69;--e-global-color-5dae7b7:#383838;--e-global-typography-primary-font-family:"poppins";--e-global-typography-primary-font-size:18px;--e-global-typography-primary-font-weight:400;--e-global-typography-primary-line-height:1.4rem;--e-global-typography-secondary-font-family:"brandon-grotesque";--e-global-typography-secondary-font-size:32px;--e-global-typography-secondary-font-weight:900;--e-global-typography-text-font-family:"poppins";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.4rem;--e-global-typography-accent-font-family:"brandon-grotesque";--e-global-typography-accent-font-weight:900;--e-global-typography-accent-text-transform:uppercase;--e-global-typography-accent-letter-spacing:4px;--e-global-typography-81ac186-font-family:"proxima-nova";--e-global-typography-81ac186-font-size:17px;--e-global-typography-81ac186-font-weight:400;--e-global-typography-81ac186-line-height:25.5px;--e-global-typography-c68dfd6-font-family:"davis";--e-global-typography-c68dfd6-font-size:29.75px;--e-global-typography-c68dfd6-font-weight:700;color:var( --e-global-color-5dae7b7 );font-family:"poppins", Sans-serif;font-size:18px;font-weight:400;line-height:1.6rem;}.elementor-kit-9440 button,.elementor-kit-9440 input[type="button"],.elementor-kit-9440 input[type="submit"],.elementor-kit-9440 .elementor-button{background-color:var( --e-global-color-013b201 );font-family:"poppins", Sans-serif;font-weight:700;text-transform:uppercase;letter-spacing:0.5px;color:#FFFFFF;border-style:none;}.elementor-kit-9440 e-page-transition{background-color:#FFBC7D;}.elementor-kit-9440 a{color:var( --e-global-color-3dfd438 );}.elementor-kit-9440 a:hover{color:var( --e-global-color-accent );}.elementor-kit-9440 h1{color:var( --e-global-color-696468a );font-family:"brandon-grotesque", Sans-serif;font-size:48px;font-weight:900;}.elementor-kit-9440 h2{font-family:"brandon-grotesque", Sans-serif;font-size:32px;font-weight:900;}.elementor-kit-9440 h3{color:#9D4F9F;font-family:"poppins", Sans-serif;font-size:22px;font-weight:700;line-height:1.8rem;}.elementor-kit-9440 h4{font-family:"poppins", Sans-serif;font-size:18px;font-weight:700;line-height:1.4rem;}.elementor-kit-9440 h5{font-family:"brandon-grotesque", Sans-serif;font-weight:900;text-transform:uppercase;letter-spacing:4px;}.elementor-kit-9440 label{font-family:"proxima-nova", Sans-serif;font-size:17px;font-weight:400;}.elementor-kit-9440 input:not([type="button"]):not([type="submit"]),.elementor-kit-9440 textarea,.elementor-kit-9440 .elementor-field-textual{border-style:none;border-radius:4px 4px 4px 4px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}@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 */