/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 29 2026 | 18:31:31 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 


.hero{
    height: calc(100dvh - 141px);
}
.hero> div{
	height: 100%;
}
.hero-img-left{
	width: 30%;
	margin: 0 !important;
	height: 100%;
}
.hero-img-right{
	width: 70%;
	margin: 0 !important;
	height: 100%;
}
.hero .uk-first-column{
    display: flex;
	height: 100%;
}
.hero picture{
    width: 100%;
    display: block;
	height: 100%;
}
.hero picture img{
    width: 100%;
}
.hero-img-left img, .hero-img-right img,.hero .uk-grid-stack{
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.ctm-hero-title{
    background: #fff;
    padding: 20px;
    width: max-content;
}
.ctm-hero-title p{
    margin: 0;
}
.ctm-hero-title span{
    text-transform: uppercase;
    color: #3F6EB6;
	font-size: 64px;
	font-weight: 700;
}
.hero-content p span{
	color: #fff;
}