.page-template__hero p.ingress {
	max-width: 570px;
	margin: 0 auto;
	font-weight:600;
	text-wrap:pretty;
}
.page-template__hero .hero-video {
	width: 100%;
	height: 400px;
	object-fit: cover;
}
.page-template__hero h1 {
	max-width: 735px;
}
@media screen and (min-width: 1026px) {
	.page-template__hero h1 {
		font-size: 5.7rem;
	}
}
@media screen and (max-width: 1025px) {
	.page-template__hero h1 {
		font-size: 4rem;
	}
}

.page-template__featured-image {
	width: 100%;
}
.page-template__featured-image img {
	max-height: 400px;
	object-fit: cover;
}

/* Feeds */
section.pre-feed-btn + section {
	padding-top: var(--section-space-xs);
}
.feed-margin {
	padding-top: var(--section-space-m);
}

/* Remove spacing on last child */
/* Pages */
.entry-content > div:last-child,
.entry-content > section:last-child,
/* Case/companies */ 
.dynamic-content-template > div:last-child,
.dynamic-content-template > section:last-child {
	padding-bottom: 0;
}

@keyframes fadeInCookie {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.cky-consent-container {
  animation-name: fadeInCookie;
  animation-duration: 0.6s;
  animation-delay: 3s;
  animation-fill-mode: forwards; 
}

