#Header {
	display: none;
}
#Content {
	background-color: #f6f4f2;
}
.bh-state-desktop #Content {
	padding-top: clamp(62px, 11vw, 140px);
}

.bh-state-mobile #Content {
	padding-top: 62px;
}
#Main {
	position: relative;
}
#Main:after {
	content: '';
	width: 100%;
	height: 140px;
	background: white;
	position: absolute;
	left: 0px;
	top: 0px;
}
.libraryInIframe #Main:after {
	display: none;
}
#Main:after {
	display: none;
}
.bh-state-mobile #Content {
	padding-top: 0;
}