.elementor-kit-6{--e-global-color-primary:#312782;--e-global-color-secondary:#E20613;--e-global-color-text:#292929;--e-global-color-accent:#2ECC71;--e-global-typography-primary-font-family:"Source Sans Pro";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Source Sans Pro";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Source Sans Pro";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Source Sans Pro";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a:hover{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: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 */html {
    max-width: 100%;
    overflow-x: hidden;
}

@media print {
	.noprint {
	display:none;
	}
}
@media screen {
	.printsim {
	display:none;
	}
}

.header-image {
	/*grid-column: 1 / -1;*/
	/*position: absolute;*/
	/*inset: 0;*/
	/*width: 100%;*/
	/*height: 100%;*/
	/*opacity: 0.5;*/
	/*object-fit: cover;*/
	/*z-index: -1;*/
	
	/*transform-origin: top;*/
	
	animation: header-image-animation linear forwards;
	animation-timeline: view();
	animation-range: exit ;
}

@keyframes fade-out {
	to {opacity: 0;}
}

@keyframes header-image-animation {
	45% { opacity: 1; }
	85%, 100% { opacity: 0; scale: 3; }
}
@media (prefers-reduced-motion: no-preference) {
.owd-fade-in {
	animation: owd-fade-in linear forwards;
	animation-timeline: view();
	animation-range: entry;
}
	
@keyframes owd-fade-in {
	0% {
		opacity: 0;
		transform: translateY(400px)
	}
	50% {
		opacity: 0;
	}
	100% {
		opacity: 1;
		transform: translateY(0px)
	}
}
}/* End custom CSS */