.cover {
	position: relative;
	min-height: 670px;
	display: flex;
	flex-direction: column;
}

a:focus-within {
	border: 2px solid #000;
}

@media (min-width: 992px) {
	.cover {
		height: 100vh;
	}
}




.cover-slick {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
}

.cover-slick div {
	height: 100%;
	background-size: cover;
	background-position: center;
}

.cover .toggle-slick {
	position: absolute;
	top: 125px;
	right: 15px;
	background: none;
	border: 0;
}




.cover-content {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
	z-index: 99;
	text-align: center;

	max-width: 600px;
	margin-top: -60px;
}

/**/

video {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	transition: 1s opacity;
	object-fit: cover;
	z-index: -1;
}

#toggle-video {
	position: absolute;
	top: 125px;
	right: 15px;
	background: none;
	border: 0;
}





/**/





.services {
	position: relative;
	bottom: 2.53rem;
	right: 0;
	width: 100%;
	z-index: 3;

	& a {
		padding: 1rem;
		text-align: center;
		display: block;
		font-size: calc(0.4vw + 1rem);
		color: #fff;
		line-height: 1;
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center;

		filter: drop-shadow(3px 6px 16px var(--prime1));

		&:hover .icon {
			border-color: rgb(from #fff r g b / 0.05);
		}

		&:hover img {
			width: 55%;
		}

	}

	& .icon {
		border: 14px solid #fff;
		background-color: var(--prime1);
		border-radius: 100vw;
		width: 200px;
		height: 200px;
		margin-bottom: .15rem;
		display: grid;
		place-content: center;
		transition: all 0.2s ease;
	}

	& img {
		width: 45%;
		object-fit: contain;
		display: block;
		margin: auto;
		transition: all 0.2s ease;
	}

	& figcaption {
		display: inline-block;
		margin-top: 16px;
		font-size: calc(0.9vw + 1rem);
		font-weight: 700;
	}


}

.cover .grade {
	z-index: 1;
	position: absolute;
	height: 50%;
	width: 100%;
	bottom: 0;
	right: 0;
	margin: auto;
	mix-blend-mode: multiply;
	background: linear-gradient(to top, rgb(0 22 1 / 79%) 24%, transparent);
}

.cover .screen {
	position: absolute;
	width: 95%;
	height: 95%;
	inset: 0;
	margin: auto;
	background-image: url(./images/screen.png?v=1);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 0;
	opacity: 0.4;
}

.services-slick {
	width: 87%;
	padding: .5rem 1rem;
	margin: 0 auto;

	opacity: 0;
	max-width: 82%;
	margin-inline: auto;
}

.services-slick.slick-initialized {
	opacity: 1;
	transition: opacity 0.3s ease;
}

@media (min-width:992px) {
	.footer {
		display: none;
	}

	.ftr {
		z-index: 3;
		background-color: var(--prime1);
		border-top: 2px solid #fff;
		padding: 1rem;
	}
}





/* News * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.news {
	border-top: 1px solid var(--prime2);
	position: relative;
	padding: 0;
	background: transparent;
	z-index: 3;
	margin: 0;
	height: 70px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;

	&::after {
		content: '';
		position: absolute;
		height: 70px;
		width: 1px;
		left: 50px;
		top: 0px;
		border-right: 1px solid var(--prime2);
	}
}



.news .buttons {
	position: absolute;
	top: 1.9rem;
	left: 1.9rem;
}

.news a {
	color: #fff;
	display: block;
}

@media (min-width: 768px) {
	.news a {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}

.news h2 {
	background: transparent;
	color: oklch(from var(--prime1) calc(l + 0.32) c h);
	font-size: calc(0.75vw + 1rem);
	font-weight: bold;
	position: absolute;
	top: 0;
	right: 0;
	padding: 0rem 1.5rem 0 1.5rem;
	margin: 0;
	border-radius: 0;
	z-index: 5;
	height: 100%;
	display: flex;
	align-items: center;

	&::after {
		content: '';
		position: absolute;
		height: 70px;
		width: 1px;
		left: 0px;
		top: 0;
		border-left: 1px solid var(--prime2);
	}

	& a {
		color: inherit;

		&:hover {
			color: var(--prime2);
		}

		& span {
			font-weight: 900;
			color: var(--prime2);
		}
	}
}





@media (min-width: 992px) {
	.bn-news {
		right: 150px;
		padding-right: 100px;
	}
}

.bn-news ul li a {
	font-size: 1.2rem;
	line-height: 1.2rem;
	padding: 0.36rem 0;
	color: #fff;
}

.bn-news ul li::after {
	content: "";
	position: absolute;
	display: inline-block;
	border-radius: 100vw;
	width: 4px;
	height: 4px;
	background-color: var(--prime2);
	top: 45%;
	left: 0;
}

.bn-news ul li a:hover {
	color: var(--prime2);
	text-decoration: underline;
}

.bn-effect-scroll .bn-news ul li {
	padding: 0 1rem;
}

.news .date {
	font-weight: 400;
}

.news .date:after {
	content: " - ";
	margin: 0 2px;
}

.news-toggle {
	width: 26px;
	height: 26px;
	border: 1px solid var(--prime2);
	border-radius: 50%;
	background: #111;
	color: var(--prime2);
	background: none;
	font-size: 14px;
}

.bn-controls {
	left: 0;
	right: auto;
}

.bn-controls button {
	border: 0;
	width: 30px;
	height: 30px;
	border-radius: 0;
	background: transparent;
	color: var(--prime2);
	padding: 0;
	margin-right: 5px;
}

.bn-arrow {
	top: -1px;
}

.bn-pause::before,
.bn-pause::after {
	background-color: #fff;
}

.bn-play::after {
	border-left-color: var(--prime2);
}

.bn-pause::before {
	position: absolute;
	content: "";
	width: 3px;
	height: 115%;
	left: 4px;
}

.bn-pause::after {
	position: absolute;
	content: "";
	width: 3px;
	height: 115%;
	left: -4px;
}

.bn-controls button:hover {
	background-color: rgb(from var(--prime1) r g b / 0.2);
	color: #fff;
	box-shadow: none;
}

.bottom {
	position: relative;
	margin-top: auto;
	height: fit-content;
}



.bn-direction-rtl .bn-controls {
	left: -5px;

	& > button {
		border: none;

	}
}


@media (max-width: 991px) {
	body {
		height: 100dvh;
	}

	main {
		height: 100%
	}

	.cover {
		height: 100%;
		min-height: 510px;
	}

	.cover .ftr {
		border-top: 2px solid #fff;
		margin-top: 2px;
		display: flex;
	}

	.footer {
		display: none;
	}

	.news h2 {
		display: none;
	}

	.cover {
		padding: 15px 0 0;
		padding-top: 125px;
		/* header height + padding */
	}

	.cover .toggle-slick {
		display: none;
	}

	video,
	#toggle-video {
		display: none;
	}

	.cover .screen {
		inset: unset;
		top: 70px;
		opacity: 1;
		width: 100%;
		height: 33%;
	}

	.services {
		& .icon {
			border: 9px solid #fff;
			width: 160px;
			height: 160px;
		}
	}
}

@media (max-width:767px) {
	main {
		height: auto;
	}

	.services-slick {
		padding: 0;
		width: 100%;
		max-width: 100%;
		opacity: 1;
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}

	.cover .screen {

		top: 50%;
		transform: translateY(-50%);

	}

	.services {

		& figure {
			display: flex;
			flex-direction: column;
			align-items: center;
		}

		& .icon {
			border: 5px solid #fff;
			width: 100px;
			height: 100px;
		}

		& figcaption {
			background-color: rgb(from var(--prime1) r g b / 0.7);
			padding: 10px 0.6rem;
			border-radius: 10px;
		}
	}
}