*{
	box-sizing: border-box;	
}

body{
	overflow-x: hidden;	
}

h1,h2,h3,h4,h5,h6{
	margin: 0;
}

p{
	margin-top: 0;
	margin-bottom: 24px;
}

p:last-child{
	margin-bottom: 0;
}


.header.elementor-sticky--effects{
	-webkit-box-shadow: 0 1px 3px rgb(0 0 0 / 11%);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,.11);
    box-shadow: 0 1px 3px rgb(0 0 0 / 11%);
}