.nhco-flickr-hero {
	background: #12262d;
	color: #fff;
	min-height: 560px;
	overflow: hidden;
	position: relative;
}

.nhco-flickr-hero__slides,
.nhco-flickr-hero__slide,
.nhco-flickr-hero__shade {
	inset: 0;
	position: absolute;
}

.nhco-flickr-hero__slide {
	background-position: center top;
	background-size: cover;
	opacity: 0;
	transform: scale(1.04);
	transition: opacity 900ms ease, transform 6500ms ease;
}

.nhco-flickr-hero__slide.is-active {
	opacity: 1;
	transform: scale(1);
}

.nhco-flickr-hero__shade {
	background:
		linear-gradient(90deg, rgba(12, 35, 43, .92), rgba(12, 35, 43, .62) 43%, rgba(12, 35, 43, .24)),
		linear-gradient(0deg, rgba(12, 35, 43, .7), rgba(12, 35, 43, 0) 44%);
}

.nhco-flickr-hero__content {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	margin: 0 auto;
	max-width: none;
	min-height: 560px;
	padding: 72px 28px 28px;
	position: relative;
	z-index: 2;
}

.nhco-flickr-hero__brand {
	align-items: center;
	display: flex;
	gap: 22px;
	margin-bottom: 20px;
	max-width: 940px;
}

.nhco-flickr-hero__mark {
	border-radius: 50%;
	box-shadow: 0 18px 42px rgba(7, 20, 25, .38);
	display: block;
	flex: 0 0 auto;
	height: 126px;
	overflow: hidden;
	position: relative;
	width: 126px;
}

.nhco-flickr-hero__mark img {
	display: block;
	height: 100%;
	max-width: none;
	object-fit: cover;
	width: 100%;
}

.nhco-flickr-hero__title {
	border-left: 3px solid #d8a646;
	padding-left: 22px;
}

.nhco-flickr-hero h1 {
	color: #fbf8f0;
	font-size: 72px;
	font-weight: 800;
	line-height: .95;
	margin: 0;
	max-width: 820px;
	text-shadow: 0 4px 28px rgba(7, 20, 25, .48);
}

.nhco-flickr-hero__tagline {
	color: #e8c36f;
	font-size: 25px;
	font-weight: 700;
	line-height: 1.2;
	margin: 12px 0 0;
}

.nhco-flickr-hero__times {
	color: rgba(251, 248, 240, .94);
	font-size: 21px;
	line-height: 1.45;
	margin: 0 0 28px;
	max-width: 720px;
}

.nhco-flickr-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: 34px;
}

.nhco-flickr-hero__button {
	align-items: center;
	background: rgba(255, 255, 255, .14);
	border: 1px solid rgba(255, 255, 255, .68);
	border-radius: 4px;
	color: #fff;
	display: inline-flex;
	flex-direction: column;
	font-weight: 700;
	justify-content: center;
	min-height: 64px;
	min-width: 178px;
	padding: 0 26px;
	text-decoration: none;
}

.nhco-flickr-hero__button:hover,
.nhco-flickr-hero__button:focus {
	background: rgba(255, 255, 255, .25);
	color: #fff;
	text-decoration: none;
}

.nhco-flickr-hero__button--primary {
	background: linear-gradient(135deg, #e2b24d, #c9852c);
	border-color: rgba(239, 211, 143, .9);
	box-shadow: 0 16px 38px rgba(7, 20, 25, .34), 0 0 0 5px rgba(226, 178, 77, .14);
	color: #14262d;
}

.nhco-flickr-hero__button--primary:hover,
.nhco-flickr-hero__button--primary:focus {
	background: linear-gradient(135deg, #edc467, #d19538);
	box-shadow: 0 18px 42px rgba(7, 20, 25, .38), 0 0 0 6px rgba(226, 178, 77, .2);
	color: #14262d;
}

.nhco-flickr-hero__button-kicker {
	font-size: 11px;
	letter-spacing: 1.6px;
	line-height: 1;
	margin-bottom: 6px;
	text-transform: uppercase;
}

.nhco-flickr-hero__button-label {
	font-size: 21px;
	line-height: 1;
}

.nhco-flickr-hero__credit {
	bottom: 18px;
	color: rgba(255, 255, 255, .72);
	font-size: 13px;
	position: absolute;
	right: 28px;
	text-decoration: none;
}

.nhco-flickr-hero__credit:hover,
.nhco-flickr-hero__credit:focus {
	color: #fff;
	text-decoration: underline;
}

@media (max-width: 760px) {
	.nhco-flickr-hero,
	.nhco-flickr-hero__content {
		min-height: 620px;
	}

	.nhco-flickr-hero__content {
		padding: 72px 22px 30px;
	}

	.nhco-flickr-hero__brand {
		align-items: flex-start;
		flex-direction: column;
		gap: 18px;
	}

	.nhco-flickr-hero__mark {
		height: 96px;
		width: 96px;
	}

	.nhco-flickr-hero__mark img {
		height: 100%;
		width: 100%;
	}

	.nhco-flickr-hero__title {
		padding-left: 16px;
	}

	.nhco-flickr-hero h1 {
		font-size: 46px;
		line-height: 1;
	}

	.nhco-flickr-hero__tagline {
		font-size: 21px;
	}

	.nhco-flickr-hero__times {
		font-size: 18px;
	}

	.nhco-flickr-hero__actions {
		align-items: stretch;
		flex-direction: column;
		max-width: 260px;
	}

	.nhco-flickr-hero__button {
		justify-content: center;
	}

	.nhco-flickr-hero__credit {
		left: 22px;
		right: auto;
	}
}
