body > .wrapper {
	padding-top: 0;
}

.header:not(.is-scroll) {
	background-color: transparent;
}

.welcome {
	position: relative;
	padding-top: calc(4rem + 48px + 1.5rem + 15px);
	background: #FEF5EA url("../img/welcome-compressed.jpg") center/cover;
}

.welcome > .wrapper {
	padding-bottom: 2rem;
}

.welcome-content {
	margin-bottom: 6rem;
}

.welcome-content > .title {
	margin-bottom: 1rem;
}

.welcome-content > .text {
	margin-bottom: 3rem;
}

@media (min-width: 500px) {
	.welcome {
		padding-top: calc(4rem + 48px);
	}
}

@media (min-width: 800px) {
	.welcome {
		padding-top: calc(3rem + 48px);
	}
	.welcome-content {
		padding-right: 30%;
		margin-bottom: 7rem;
	}
	.welcome-content > .text {
		margin-bottom: 3.5rem;
	}
}

@media (min-width: 1200px) {
	.welcome {
		padding-top: calc(2rem + 94px);
	}
	.welcome-content {
		padding-right: 40%;
		margin-bottom: 8rem;
	}
	.welcome-content > .text {
		margin-bottom: 4rem;
	}
}

.moreinfo {
	position: relative;
}

.moreinfo-content {
	margin-bottom: 3rem;
}

.moreinfo-content > .title {
	margin-bottom: 2rem;
}

.moreinfo-content > .text {
	margin-bottom: 3rem;
}

.moreinfo > .wrapper > .swiper {
	overflow: hidden;
	border-radius: 1rem;
}

.moreinfo > .wrapper > .swiper > .grid > .grid-item {
	opacity: 1 !important;
}

.moreinfo > .wrapper > .swiper > .grid > .grid-item > .img {
	max-height: 25rem;
}

.moreinfo .swiper-bullets {
	position: absolute;
	bottom: 1rem;
	right: 0;
	left: 0;
}

@media (min-width: 800px) {
	.moreinfo-content {
		margin-bottom: 3.5rem;
	}
	.moreinfo-content > .title {
		margin-bottom: 2.5rem;
	}
	.moreinfo-content > .text {
		margin-bottom: 3.5rem;
	}
}

@media (min-width: 1200px) {
	.moreinfo > .wrapper {
		display: flex;
		align-items: center;
	}
	.moreinfo > .wrapper > * {
		flex-shrink: 0;
		width: 50%;
	}
	.moreinfo-content {
		align-self: flex-start;
		padding-right: 4rem;
		margin-bottom: 0;
	}
	.moreinfo-content > .title {
		margin-bottom: 3rem;
	}
	.moreinfo-content > .text {
		margin-bottom: 4rem;
	}
}
