.frame-type-promptnet_facts {
    padding-top: 0;
    padding-bottom: 0;
}
.scroll-down-magazin {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
	z-index: 17;
	cursor: pointer;
}
.ce-facts.modify .scroll-down-magazin {
	display: none;
}
header.facts-header {
	position: relative;
	margin: 0 auto;
	height: calc(100vh - 85px);
	min-height: 560px;
	background: #fff;
}
.facts-bg-image {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    backface-visibility: hidden;
	transition-property: top, left, right, bottom;
	transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
.facts-bg-image img {
	width: 100%;
    height: 100%;
    object-fit: cover;
}
.ce-facts.modify .facts-bg-image {
    top: 0;
    right: 0;
    bottom: 100%;
    left: 0;
}
.facts-title {
    z-index: 15;
    margin: 0 auto;
    padding: 0 1.25em;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-100px);
}
.facts-title * {
	color: white;
}
.ce-facts.modify .facts-title * {
	color: var(--blue);
}
.facts-title h1 {
	font-size: 180px;
	line-height: 75px;
	font-weight: 700;
}
.facts-title h3 {
    margin-bottom: 79px;
	font-size: 36px;
	font-weight: 400;
}
.facts-title h1,
.facts-title h3 {
	transition-property: color;
	transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
.facts-text {
	opacity: 0;
	transform: translateY(150px);
	transition-property: color, opacity, transform;
	transition-duration: 0.2s;
}
.ce-facts.modify .facts-text {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.facts-title h2 {
    font-weight: 700;
    font-size: 75px;
    margin-top: 50px;
    line-height: 84px;
}
.facts-title h4 {
    font-size: 26px;
    font-weight: 600;
    margin-top: 15px;
}
@media (max-width: 991px) {
	.facts-title h1 {
		font-size: 150px;
	}
	.facts-title h2 {
		font-size: 65px;
		line-height: 70px;
		hyphens: auto;
	}
}
@media (max-width: 767px) {
	.facts-title {
		transition: all 0.5s ease;
		transform: translateX(-50%) translateY(-20%);
	}
	.modify .facts-title {
		transform: translateX(-50%) translateY(100px);
		top: 0;
	}
	.facts-title h1 {
		font-size: 120px;
	}
	.facts-title h3 {
		margin-bottom: 60px;
		font-size: 30px;
	}
	.facts-title h2 {
		font-size: 42px;
        line-height: 44px;
		margin-top: 50px;
		margin-bottom: 30px;
	}
	.scroll-down-magazin img {
		width: 19px;
	}
}
@media (max-width: 575px) {
    header.facts-header {
		height: calc(100vh - 60px);
	}
}