.panel-video-wrapper,
.homepage-slideshow {
	--slide-title-size: 35px;
	--slide-line-height: 1.4;
	--slide-letter-spacing: 0.01em;
	--margin-bottom: 35px;
	margin-bottom: var(--margin-bottom);
}

.homepage-slideshow,
.homepage-slideshow .img-cont,
.homepage-slideshow .slide .inner {
	position: relative;
}

.homepage-slideshow .homepage-slider {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 2px;
}

.homepage-slideshow .slide:nth-of-type(2) .content-section,
.homepage-slideshow .slide:nth-of-type(1) .content-section {
	padding: 15px 20px;
}

/* first slide */
.homepage-slideshow .slide:nth-of-type(1) {
	grid-column: 1/3;
}

.homepage-slideshow .slide:nth-of-type(1) .content-section .slide-title {
	margin-bottom: 10px;
}

.homepage-slideshow .slide:nth-of-type(1) .content-section .slide-title span {
	font-family: var(--font-display-bold);
	font-size: var(--slide-title-size);
	line-height: var(--slide-line-height);
	color: var(--white);
	padding: 0 6px;
	background-color: var(--red);
	letter-spacing: var(--slide-letter-spacing);
	text-transform: uppercase;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
}
/* end */

/* second slide */
.homepage-slideshow .slide:nth-of-type(2) {
	grid-column: 1/3;
}

.homepage-slideshow .slide:nth-of-type(2) .content-section .slide-title span {
	font-family: var(--font-body);
	color: var(--white);
	line-height: 1.2;
	font-weight: bold;
	font-size: 20px;
}

.homepage-slideshow .slide:nth-of-type(n+2) .content-section .read-more {
	display: none;
}
/* end */

/* last slides */
.homepage-slideshow .slide:nth-of-type(3) {
	grid-column: 1/2;
}

.homepage-slideshow .slide:nth-of-type(4) {
	grid-column: 2/3;
}

.homepage-slideshow .slide:nth-of-type(n+3) .content-section {
	background-color: var(--white);
	font-family: var(--font-body);
	font-weight: bold;
	padding: 5px 20px;
	position: absolute;
	transform: translateY(100%);
	bottom: 30px;
	width: calc(100% - 15px);
}

.homepage-slideshow .slide:nth-of-type(n+3) .content-section .slide-title {
	line-height: 1.25;
}

.homepage-slideshow .slide:nth-of-type(n+3) .content-section .slide-title span {
	font-family: var(--font-body);
	color: var(--black);
	font-weight: bold;
	background-color: transparent;
}

.homepage-slideshow .slide:nth-of-type(n+3) .img-cont .sponsored {
	font-size: 8px;
}
/* end */

.homepage-slideshow .content-section .slide-title span a {
	color: inherit;
}

.homepage-slideshow .img-cont {
	overflow: hidden;
	width: 100%;
}

.homepage-slideshow .slide:nth-of-type(2) .img-cont::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 70%;
	background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0) 100%);
	pointer-events: none;
}

.homepage-slideshow .img-cont img {
	display: block;
	width: 100%;
}

.homepage-slideshow .content-section {
	padding: 20px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	pointer-events: none;
	display: flex;
	flex-direction: column;
}

/* hide p on every slide but the first */
.homepage-slideshow .slide .content-section > p {
	display: none;
}

.homepage-slideshow .content-section .read-more {
	color: var(--white);
	font-size: 16px;
	letter-spacing: 0.05em;
	font-weight: bold;
	pointer-events: all;
}

.homepage-slideshow .arrow-cont {
	display: none;
}

/* first slide */
.panel-video-wrapper .homepage-slideshow .slide:nth-of-type(1) .content-section .slide-title span {
	letter-spacing: normal;
	background-color: transparent;
	padding: 0;
	text-transform: unset;
}

.panel-video-wrapper .homepage-slideshow .slide:nth-of-type(n+1) .content-section .read-more {
	display: none;
}
/* end */
/* second slide */
.panel-video-wrapper .homepage-slideshow .slide:nth-of-type(1) {
	grid-column: 1/3;
}

.panel-video-wrapper .homepage-slideshow .slide:nth-of-type(1) .content-section .slide-title span {
	font-family: var(--font-body);
	color: var(--white);
	line-height: 1.2;
	font-weight: bold;
	font-size: 20px;
}

/* second slide end */

/* last slides */
.panel-video-wrapper .homepage-slideshow .slide:nth-of-type(2) {
	grid-column: 1/2;
}

.panel-video-wrapper .homepage-slideshow .slide:nth-of-type(3) {
	grid-column: 2/3;
}

.panel-video-wrapper .homepage-slideshow .slide:nth-of-type(n+2) .content-section {
	background-color: var(--white);
	font-family: var(--font-body);
	font-weight: bold;
	padding: 5px 20px;
	position: absolute;
	transform: translateY(100%);
	bottom: 30px;
	width: calc(100% - 15px);
}

.panel-video-wrapper .homepage-slideshow .slide:nth-of-type(n+2) .content-section .slide-title {
	line-height: 1.25;
}

.panel-video-wrapper .homepage-slideshow .slide:nth-of-type(n+2) .content-section .slide-title span {
	font-family: var(--font-body);
	color: var(--black);
	font-weight: bold;
	background-color: transparent;
	font-size: 16px;
}

.panel-video-wrapper .homepage-slideshow .slide:nth-of-type(n+2) .img-cont .sponsored {
	font-size: 8px;
}
/* end */

.panel-video-wrapper .homepage-slideshow .slide:nth-of-type(1) .img-cont::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 70%;
	background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0) 100%);
	pointer-events: none;
}

@media (min-width: 64em) {
	.homepage-slideshow {
		--margin-bottom: 105px;
	}

	.homepage-slideshow .homepage-slider {
		grid-template-columns: repeat(4, 1fr);
	}

	.homepage-slideshow .slide:nth-of-type(1) {
		grid-column: 1/3;
		grid-row: 1/3;
	}

	.homepage-slideshow .slide:nth-of-type(2) {
		grid-column: 3/5;
	}

	.homepage-slideshow .slide:nth-of-type(3) {
		grid-column: 3/4;
	}

	.homepage-slideshow .slide:nth-of-type(4) {
		grid-column: 4/5;
	}

	.homepage-slideshow .slide:nth-of-type(1) {
		overflow: visible;
	}

	.homepage-slideshow .slide:nth-of-type(1) .content-section {
		bottom: -85px;
	}

	.homepage-slideshow .slide:nth-of-type(n+3) .content-section {
		margin-right: 40px;
	}

	.homepage-slideshow .content-section {
		max-width: 1200px;
		left: 0;
		right: 15px;
	}

	.panel-video-wrapper {
		width: 100%;
		display: grid;
		grid-template-columns: 1fr 1fr;
	}

	.panel-video-wrapper .homepage-slideshow .homepage-slider {
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: auto auto;
	}

	.panel-video-wrapper  .homepage-slideshow .slide:nth-of-type(1) {
		grid-column: 1/3;
		grid-row: 1/2;
	}

	.panel-video-wrapper .homepage-slideshow .slide:nth-of-type(2) {
		grid-column: 1/2;
		grid-row: 2/3;
	}

	.panel-video-wrapper .homepage-slideshow .slide:nth-of-type(3) {
		grid-column: 2/3;
		grid-row: 2/3;
	}

	.panel-video-wrapper .homepage-slideshow .slide:nth-of-type(1) .content-section {
		bottom: 0;
		margin: 0;
	}

	.panel-video-wrapper .homepage-slideshow .slide:nth-of-type(1) .content-section .slide-title {
		margin-bottom: 0;
	}

	.panel-video-wrapper .homepage-slideshow .slide:nth-of-type(n+2) .content-section {
		margin-right: 40px;
	}

	.panel-video-wrapper .homepage-slideshow {
		margin-bottom: 0;
	}
}

@media screen and (min-width: 80em) {
	.homepage-slideshow {
		--slide-title-size: 75px;
		--slide-line-height: 1.25;
		--slide-letter-spacing: 0.05em;
		--margin-bottom: 105px;
	}

	.homepage-slideshow .slide:nth-of-type(1) .content-section {
		padding-left: 40px;
	}

	.homepage-slideshow .slide:nth-of-type(n+3) .content-section {
		bottom: 48px;
	}

	.homepage-slideshow .slide:nth-of-type(2) .content-section .slide-title span {
		font-size: 33px;
		line-height: 1.2;
	}

	.homepage-slideshow .slide:nth-of-type(n+3) .content-section .slide-title span {
		font-size: 22px;
	}

	.homepage-slideshow .slide:nth-of-type(n+3) .content-section {
		padding: 15px 20px;
		width: calc(100% - 80px);
	}

	.homepage-slideshow .content-section .read-more {
		color: var(--red);
		font-size: 18px;
	}

	.panel-video-wrapper .homepage-slideshow .slide:nth-of-type(1) .content-section {
		padding: 15px 20px;
	}

	.panel-video-wrapper .homepage-slideshow .slide:nth-of-type(n+2) .content-section {
		margin-right: 82px;
		padding-left: 25px;
	}

	.panel-video-wrapper .homepage-slideshow .slide:nth-of-type(1) .content-section .slide-title span {
		font-size: 33px;
		line-height: 1.2;
	}

	.panel-video-wrapper .homepage-slideshow .slide:nth-of-type(n+2) .content-section .slide-title span {
		font-size: 22px;
	}

	.panel-video-wrapper .homepage-slideshow .slide:nth-of-type(n+2) .content-section {
		padding: 15px 20px;
		width: calc(100% - 80px);
	}
}



@media screen and (min-width: 80em) {
	.homepage-slideshow .slide:nth-of-type(1) .content-section .slide-title {
		max-width: 670px;
	}
}