html, body {
	margin: 0px;
	padding: 0px;
}
.spm {
	min-height: 100vh;
	display: grid;
	align-items: center;
	justify-content: center;
}
.spm--logos {
	display: grid;
	align-items: center;
	justify-content: center;
	gap: 30px;
	margin-top: -30vh;
}
.spm--logoImg {
	max-width: 383px;
	width: 76vw;
}
.spm--logoImgMain {
}
.spm--logoImgScond {
}
@media screen and (orientation: landscape) {
	.spm--logos {
		margin-top: 0vh;
	}
	.spm--logoImg {
		max-height: 50vh;
	}
}
