.elementor-kit-12{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#F9F9F9;--e-global-color-text:#7A7A7A;--e-global-color-accent:#3667B5;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;font-family:"sofia-pro", Sans-serif;}.elementor-kit-12 a{color:var( --e-global-color-accent );text-decoration:underline;}.elementor-kit-12 button,.elementor-kit-12 input[type="button"],.elementor-kit-12 input[type="submit"],.elementor-kit-12 .elementor-button{font-family:"utile", Sans-serif;font-size:14px;text-decoration:none;letter-spacing:1px;border-radius:8px 8px 8px 8px;padding:18px 30px 18px 30px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1608px;}.e-con{--container-max-width:1608px;}.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-12 e-page-transition{background-color:#FFBC7D;}.site-header{padding-right:0px;padding-left:0px;}@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.cg-sticky-header {
	--header-height: 200px;
	--shrink-header-to: 0.5;
	--transition: .45s cubic-bezier(.4, 0, .2, 1);
	transition: background-color var(--transition),
				backdrop-filter var(--transition),
				box-shadow var(--transition);
}

/***
* Sticky header activated
*/
header.cg-sticky-header.elementor-sticky--effects {
	background-image: linear-gradient(180deg, #A081C6 0%, rgba(160,129,198,0.00) 100%) !important;
	-webkit-backdrop-filter: saturate(100%) blur(40px);
	backdrop-filter: saturate(100%) blur(40px);
}

header.cg-sticky-header.elementor-sticky--effects .header-middle-column .elementor-widget-wrap {
    padding-top: 0;
    padding-bottom: 10px;
}

header.cg-sticky-header.elementor-sticky--effects .cg-header-nav .elementor-widget-container {
    margin-top: 0;
}

header.cg-sticky-header .cg-header-nav ul li a {
    padding-bottom: 5px !important;
}

header.cg-sticky-header > .elementor-container {
	min-height: var(--header-height);
	transition: min-height var(--transition);
}
header.cg-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.cg-sticky-header {
		--header-height: 107px;
	}
}

/***
* class: .logo
*/
header.cg-sticky-header .logo {
	transition: transform var(--transition);
}
header.cg-sticky-header.elementor-sticky--effects .logo {
	transform: scale(.5);
}

header.cg-sticky-header.elementor-sticky--effects .shop-now-button-with-icon a.elementor-button {
    padding: 14px 36px 15px;
}/* End custom CSS */