.elementor-kit-6{--e-global-color-primary:#F0E100;--e-global-color-secondary:#000000;--e-global-color-text:#000000;--e-global-color-accent:#F0E100;--e-global-typography-primary-font-family:"Besley";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Oswald";--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;background-color:transparent;color:var( --e-global-color-text );font-family:"Besley", Sans-serif;line-height:1.7em;background-image:linear-gradient(155deg, #F5F5F5 23%, #FFFFFF 20%);}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:var( --e-global-color-primary );font-family:"Oswald", Sans-serif;font-weight:700;text-transform:uppercase;color:var( --e-global-color-secondary );}.elementor-kit-6 button:hover,.elementor-kit-6 button:focus,.elementor-kit-6 input[type="button"]:hover,.elementor-kit-6 input[type="button"]:focus,.elementor-kit-6 input[type="submit"]:hover,.elementor-kit-6 input[type="submit"]:focus,.elementor-kit-6 .elementor-button:hover,.elementor-kit-6 .elementor-button:focus{background-color:var( --e-global-color-secondary );color:var( --e-global-color-primary );}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:#000000;font-weight:700;}.elementor-kit-6 h1{color:var( --e-global-color-secondary );font-family:"Oswald", Sans-serif;text-transform:uppercase;}.elementor-kit-6 h2{color:var( --e-global-color-secondary );font-family:"Oswald", Sans-serif;text-transform:uppercase;}.elementor-kit-6 h3{color:var( --e-global-color-secondary );font-family:"Oswald", Sans-serif;text-transform:uppercase;}.elementor-kit-6 h4{color:var( --e-global-color-secondary );text-transform:uppercase;}.elementor-kit-6 h5{color:var( --e-global-color-secondary );font-family:"Oswald", Sans-serif;text-transform:uppercase;}.elementor-kit-6 h6{color:var( --e-global-color-secondary );}.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:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@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 */h1, h2, h3, h4, a:not(.elementor-button) {
     background-image: linear-gradient(to bottom, transparent 69.9%, #F0E100 70%, #F0E100 100%);
    background-repeat: repeat-y;
    background-size: auto 95%;
    display:inline;
    background-position: 0 0px;
    transition:0.2s ease all;
    -webkit-transition:0.2s ease all;
    -moz-transition:0.2s ease all;
    -o-transition:0.2s ease all;
}

a:not(.elementor-button):hover {background-size:auto 69%;}

/***
* class: .sticky-header
*/
header.sticky-header {
	--header-height: 90px;
	--shrink-header-to: 0.6;
	--transition: .45s cubic-bezier(.4, 0, .2, 1);
	background-color: rgba(244, 245, 248, 0);
	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-element {
	height: var(--header-height);
	transition: height var(--transition);
}
header.sticky-header.elementor-sticky--effects > .elementor-element {
	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 */