#home > .swiper {
	background-size: cover;
	border-radius: 5px;
	height: 500px;
	margin: 50px 0;
}

#home > .swiper > .swiper-slide > img {
	object-fit: cover;
}

#home > .intro {
	font-size: 130%;
	font-style: italic;
	line-height: 150%;
	margin-bottom: 30px;
}

#home > .logos {
	align-items: center;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 80px;
}

#home > .logos > img:not(:first-child) {
	margin-left: 30px;
}

#home > .logos > #c {
	width: 100px;
}







@keyframes fade {
	0% { opacity: 0; z-index: 100;}
	15% { opacity: 1;}
	50% { opacity: 1;}
	100% { opacity: 0; z-index: 1;}
  }