.elementor-kit-8{--e-global-color-primary:#D31145;--e-global-color-secondary:#0000A0;--e-global-color-text:#313131;--e-global-color-accent:#00A5F7;--e-global-color-522856f:#AC9988;--e-global-color-b060b03:#F3EBE2;--e-global-color-f088ede:#CB0045;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-size:15px;--e-global-typography-primary-font-weight:400;--e-global-typography-primary-line-height:1.2em;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-weight:500;color:var( --e-global-color-text );font-family:"Roboto", Sans-serif;font-size:18px;font-weight:300;line-height:25px;letter-spacing:0.1px;word-spacing:1px;}.elementor-kit-8 button,.elementor-kit-8 input[type="button"],.elementor-kit-8 input[type="submit"],.elementor-kit-8 .elementor-button{background-color:#F3EBE200;font-size:18px;font-weight:300;text-decoration:none;line-height:1.2em;word-spacing:0px;padding:0px 0px 0px 0px;}.elementor-kit-8 p{margin-block-end:0px;}.elementor-kit-8 a{color:#AC9988;font-weight:700;text-decoration:underline;}.elementor-kit-8 a:hover{color:#D31145;text-decoration:underline;}.elementor-kit-8 h1{color:#000000;font-family:"Roboto", Sans-serif;font-size:60px;font-weight:900;text-transform:uppercase;line-height:62px;letter-spacing:0px;word-spacing:0px;}.elementor-kit-8 h2{color:var( --e-global-color-text );font-family:"Roboto", Sans-serif;font-size:36px;font-weight:900;text-transform:uppercase;line-height:40px;letter-spacing:-0.6px;word-spacing:0em;}.elementor-kit-8 h3{color:#313131;font-size:28px;font-weight:100;}.elementor-kit-8 h4{color:var( --e-global-color-primary );font-size:22px;font-weight:300;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1220px;}.e-con{--container-max-width:1220px;}.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);}.site-header .header-inner{width:1200px;max-width:100%;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-header .site-branding .site-logo img{width:200px;max-width:200px;}.site-header .site-navigation .menu li{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );line-height:var( --e-global-typography-primary-line-height );}.site-footer .footer-inner{width:1200px;max-width:100%;}footer .footer-inner .site-navigation a{font-size:20px;text-transform:uppercase;}.site-footer .copyright p{line-height:1px;letter-spacing:0px;word-spacing:0px;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}.site-header .site-navigation .menu li{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}}@media(max-width:767px){.elementor-kit-8 h1{font-size:42px;line-height:1em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}.site-header .site-navigation .menu li{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}}/* Start custom CSS *//***
* class: .sticky-header
*/
header.sticky-header {
	--header-height: 150px;
	--shrink-header-to: 0.1;
	--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, .1);
	-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);
}

/* <strong> text elements */

strong {
    font-weight: 500;
}
.rank-math-breadcrumb *{
    color: #AC9988;
    font-family: "Roboto", Sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 4.1px;
    word-spacing: 1px;
    font-weight: bold;
}/* End custom CSS */