body {
	background: #F8F6F2;
}
main{
  padding: 0 50px;
}
.ce-headline-center {
	text-align: center;
}
.button-light a {
	border: 3px solid #FFB81C;
	margin: 0;
	text-transform: uppercase;
	color: #FFB81C;
	text-decoration: none;
	padding: 10px 70px;
	display: inline-block;
}
.big {
	height: 100vh;
}
.big div {
	width: 100%;
}
.big .image {
	height: 100vh;
	width: 100%;
	margin: 0;
}
.big .image-embed-item  {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.logo .image-embed-item {
	width: 100%;
	height: 75%;
}
.half div{
  width:100%
}
.half .image {
	width: 100%;
	height: 50vh;
	margin: 0;
	align-items: center;
	justify-content: center;
	position: relative;
	display: flex;
}

.half .frame-img-full .image-embed-item {
	width: 100%;
	height: 100%;
  object-fit: cover;
}
.frame-img-full .image-embed-item {
	width: 100%;
	height: auto;
}

.grid .image{
    margin:0;
}

.grid .frame-img-full, .grid .frame-img-full div {
	height: 100%;
}
.grid .frame-img-full .image {
	height: 100%;
}
.grid .frame-img-full .image-embed-item {
	height: 100%;
	object-fit: cover;
}
.ce-image.ce-center {
	justify-content: center;
	display: flex;
}

.wrap {
	max-width: 1920px;
	margin: 0 auto;
	background: #fff;
	overflow: hidden;
}
.footer {
	background: #F8F6F2;
	padding-top: 150px;
	padding-bottom: 150px;
	margin-top: 150px;
}