.elementor-kit-120{--e-global-color-primary:#191919;--e-global-color-secondary:#3F5D78;--e-global-color-accent:#5D8495;--e-global-color-text:#646464;--e-global-color-a720fd0:#FFFFFF;--e-global-color-a075540:#F6F6F6;--e-global-color-6b99a2d:#101216;--e-global-color-1f32637:#646464;--e-global-color-18f18e6:#3F5D78;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-size:16px;--e-global-typography-primary-font-weight:400;--e-global-typography-primary-line-height:1em;--e-global-typography-primary-letter-spacing:0px;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"IBM Plex Sans";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.8em;--e-global-typography-text-letter-spacing:0px;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-d3ab20f-font-family:"Montserrat";--e-global-typography-d3ab20f-font-size:40px;--e-global-typography-47ad4c4-font-family:"Montserrat";--e-global-typography-47ad4c4-font-size:16px;--e-global-typography-47ad4c4-text-transform:none;--e-global-typography-afa5f15-font-family:"Montserrat";--e-global-typography-afa5f15-font-size:32px;--e-global-typography-afa5f15-font-weight:500;--e-global-typography-6b7c2d7-font-family:"Montserrat";--e-global-typography-6b7c2d7-font-size:18px;--e-global-typography-c082cea-font-family:"Montserrat";--e-global-typography-c082cea-font-size:20px;--e-global-typography-c082cea-font-weight:500;color:var( --e-global-color-text );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 );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );}.elementor-kit-120 h2{color:var( --e-global-color-primary );font-family:"Vidaloka", Sans-serif;font-size:48px;font-weight:400;line-height:1.15em;letter-spacing:0px;}.elementor-kit-120 h3{color:var( --e-global-color-primary );font-family:"Vidaloka", Sans-serif;font-size:48px;font-weight:400;line-height:1.14em;letter-spacing:0px;}.elementor-kit-120 h5{font-family:"Vidaloka", Sans-serif;font-size:22px;font-weight:400;line-height:1.48em;letter-spacing:0px;}.elementor-kit-120 h6{color:var( --e-global-color-primary );font-family:"IBM Plex Sans", Sans-serif;font-size:16px;font-weight:500;text-transform:uppercase;line-height:1.2em;letter-spacing:0.3px;}.elementor-kit-120 button,.elementor-kit-120 input[type="button"],.elementor-kit-120 input[type="submit"],.elementor-kit-120 .elementor-button{color:var( --e-global-color-a720fd0 );background-color:var( --e-global-color-accent );border-radius:3px 3px 3px 3px;padding:20px 40px 20px 40px;}.elementor-kit-120 button:hover,.elementor-kit-120 button:focus,.elementor-kit-120 input[type="button"]:hover,.elementor-kit-120 input[type="button"]:focus,.elementor-kit-120 input[type="submit"]:hover,.elementor-kit-120 input[type="submit"]:focus,.elementor-kit-120 .elementor-button:hover,.elementor-kit-120 .elementor-button:focus{color:var( --e-global-color-a720fd0 );background-color:var( --e-global-color-secondary );}.elementor-kit-120 img{border-radius:3px 3px 3px 3px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-bottom:0px;}.elementor-element{--widgets-spacing:0px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-120 e-page-transition{background-color:#FFBC7D;}@media(max-width:1024px){.elementor-kit-120{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-120{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );}.elementor-kit-120 h2{font-size:37px;}.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: 80px;
	--shrink-header-to: 0.6;
	--transition: .45s cubic-bezier(.4, 0, .2, 1);
	background-color: rgb(255, 255, 255);
	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(255, 255, 255);
	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: 60px;
	}
}

/***
* 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 */