.elementor-kit-10{--e-global-color-primary:#D10056;--e-global-color-secondary:#FCFCFC;--e-global-color-text:#535353;--e-global-color-accent:#D10056;--e-global-color-2d2e502:#D10056;--e-global-color-b93ecf6:#FCFCFC;--e-global-color-2e24a17:#535353;--e-global-color-d565008:#000000;--e-global-color-a6669d7:#F1F1F1;--e-global-color-6e5c0db:#5E0026;--e-global-color-dd5e101:#0E5F5B;--e-global-color-4181816:#8BFBFA;--e-global-color-a3aef5b:#083533;--e-global-color-8ca3abc:#041F31;--e-global-color-b7a9285:#46CEF1;--e-global-color-af1ccfa:#045E97;--e-global-color-4257845:#56C3DC;--e-global-color-63661ec:#CAE4ED;--e-global-color-110d1a0:#219DCF;--e-global-color-5e9c533:#169075;--e-global-color-5cc6c1f:#07B391;--e-global-color-8d4d8ec:#6A6958;--e-global-color-61d7eea:#A9A9BC;--e-global-color-cca5d7a:#232E96;--e-global-color-d370cb8:#87A7AD;--e-global-color-5246425:#536B78;--e-global-color-426b712:#D7D7D7;--e-global-color-05c6943:#A8C7D9;--e-global-typography-primary-font-family:"Inconsolata";--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"Inconsolata";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-49a19f4-font-family:"Roboto";--e-global-typography-49a19f4-font-size:7.7vw;--e-global-typography-49a19f4-font-weight:800;--e-global-typography-49a19f4-font-style:italic;background-color:#FCFCFC;}.elementor-kit-10 e-page-transition{background-color:var( --e-global-color-primary );}.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;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:row;align-items:center;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-header .site-branding .site-logo img{width:181px;max-width:181px;}.site-header .site-navigation ul.menu li a{color:var( --e-global-color-text );}.site-footer .site-branding{flex-direction:row;align-items:center;}.site-footer{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding .site-logo img{width:8.6em;max-width:8.6em;}@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: 40px;
	--shrink-header-to: 0.4;
	--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 */