.frame-space-before-extra-small{
  padding-top: 1vw;
  margin-top: 0;
}
.frame-space-after-extra-small{
  padding-bottom: 1vw;
  margin-bottom:0;
}
.frame-space-before-small{
  padding-top: 3vw;
  margin-top: 0;
}
.frame-space-after-small{
  padding-bottom: 3vw;
  margin-bottom:0;
}
.frame-space-before-medium {
  padding-top: 6vw;
  margin-top: 0;
}
.frame-space-after-medium {
  padding-bottom: 6vw;
  margin-bottom:0;
}
.frame-space-before-large{
  padding-top: 8vw;
  margin-top: 0;
}
.frame-space-after-large{
  padding-bottom: 8vw;
  margin-bottom:0;
}
.frame-space-before-extra-large {
  padding-top: 20vw;
  margin-top: 0;
}
.frame-space-after-extra-large {
  padding-bottom: 20vw;
  margin-bottom:0;
}
.frame-layout-1 {
  padding-left:5%;
  padding-right:5%;
}
.frame-layout-2 {
  padding-left:10%;
  padding-right:10%;
}
.frame-layout-3 {
  padding-left:15%;
  padding-right:15%;
}
.frame-layout-4 {
  padding-left:25%;
  padding-right:25%;
}
body {
	background: #F8F6F2;
}
main {
  padding: 0 50px;
}
.ce-headline-center {
	text-align: center;
}
.frame-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;
}
.patch {
	bottom: 0;
	transform: translateY(50%);
}
.patch .image {
	height: auto;
	width: auto;
}
.patch .image-embed-item {
	max-height: 200px;
}

.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;
}
.footer p {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 20px;
}
.footer .logo .image-embed-item {
	max-height: 170px;
}
.footer .icons .ce-row {
	display: flex;
}
.footer .icons .image-embed-item {
	max-width: 30px;
	max-height: 30px;
	margin-right: 10px;
}