* {
	padding: 0;
	margin: 0;
}
html {
	font-size: 62.5%;
	font-family: "Encode Sans Expanded", sans-serif;
}


.wrapper-slider {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: auto;
	background: black;
	.item {
		position: relative;
		width: 100vw;
		height: 100vh;
		padding-inline: 2rem;
		picture {
			display: block;
			&:before {
				content: '';
				position: absolute;
				width: 100%;
				height: 100%;
				background: rgba(0, 0, 0, 0.4);
				inset: 0;
				z-index: 1;
			}
			img {
				position: absolute;
				inset: 0;
				width: 100%;
				height: 100%;
				object-fit: cover;
			}
		}
		.video {
			&:before {
				content: '';
				position: absolute;
				width: 100%;
				height: 100%;
				background: rgba(0, 0, 0, 0.4);
				inset: 0;
				z-index: 1;
			}
		}
		video {
			position: absolute;
			width: 100%;
			height: 100%;
			object-fit: cover;
			inset: 0;
		}
	}
	.parent-text {
		width: 75%;
		height: 100%;
		display: flex;
		justify-content: center;
		flex-direction: column;
		align-items: end;
		position: absolute;
		z-index: 25;
		right: 10%;
		left: 10%;
		padding-top:4rem;

		.info-text {
			display: flex;
			flex-direction: column;
			gap: .5rem;
			min-width: 800px;
		}
		h2 {
			text-transform: uppercase;
			font-size: 7rem;
			font-weight: 300;
			letter-spacing:40px;
			color:#fff;
		}
		p {
			font-size: 4rem;
			font-weight: 300;
			letter-spacing:9px;
			color:#fff;
		}
		a {
			width: 100%;
			max-width: 17.2rem;
			height: 5.5rem;
			font-size: 1.4rem;
			margin-top: 3rem;
			display: flex;
			align-items: center;
			justify-content: center;
			background: white;
			text-decoration: none;
			duration: .3s ease;
			&:hover {
				background: #ebebeb;
				color: #4c4c4c;
			}
		}
	}
	.swiper-pagination {
		width: 100%;
		bottom: 5rem;
		display: flex;
		align-items: center;
		gap: .5rem;
		font-size: 1.4rem;
		font-weight: 500;
		padding-inline: 4rem;
		.svg-icon {
			width: 1.5rem;
			height: 1.5rem;
			path {
			 	fill: white;
			}
		}
		.swiper-pagination-bullet {
			color: white;
			opacity: 1;
			width: initial;
			height: initial;
			background: transparent;
			button {
				background: transparent;
				border: 0;
				display: flex;
				cursor: pointer;
			}
		}
		.bullet-content {
			display: flex;
			align-items: center;
			justify-content: center;
		}
		.icon {
			position: absolute;
			z-index: 1;
		}
	}
}
.percentage {
	--colorf3: #1C69D4;
	--color13: #1C69D4;
	width: 3.4rem;
	aspect-ratio: 1;
	mask: radial-gradient(transparent 55%, black 60% 100%);
	-webkit-mask: radial-gradient(transparent 55%, black 60% 100%);
	transition: opacity 0.6s ease;
	opacity: 0;
	background: conic-gradient(
			transparent 0,
			transparent var(--p),
			#c9d6d7 0
		),
		conic-gradient(
			var(--colorf3),
			#1C69D4,
			#1C69D4,
			#1C69D4,
			var(--colorf3)
		),
		conic-gradient(transparent, transparent 10%);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;

	&.show {
		opacity: 1;
	}
	.number {
		width: 80%;
		aspect-ratio: 1;
		display: inherit;
		align-items: inherit;
		justify-content: inherit;
		background: white;
		border-radius: inherit;
		font-size: 16px;
		font-style: normal;
		font-weight: 800;
		line-height: 24px;
		color: var(--color13);
	}
}


/*
 . enco*
.encode-sans-expanded-thin {
	font-family: "Encode Sans Expanded", sans-serif;
	font-weight: 100;
	font-style: normal;
	src: url(/fonts/EncodeSansExpanded_100.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.encode-sans-expanded-extralight {
	font-family: "Encode Sans Expanded", sans-serif;
	font-weight: 200;
	font-style: normal;
	src: url(/fonts/EncodeSansExpanded_200.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
*/

.encode-sans-expanded-light {
	font-family: "Encode Sans Expanded", sans-serif;
	font-weight: 300;
	font-style: normal;
	src: url(/fonts/EncodeSansExpanded_300.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.encode-sans-expanded-regular {
	font-family: "Encode Sans Expanded", sans-serif;
	font-weight: 400;
	font-style: normal;
	src: url(/fonts/EncodeSansExpanded_400.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/*
.encode-sans-expanded-medium {
	font-family: "Encode Sans Expanded", sans-serif;
	font-weight: 500;
	font-style: normal;
	src: url(/fonts/EncodeSansExpanded_500.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.encode-sans-expanded-semibold {
	font-family: "Encode Sans Expanded", sans-serif;
	font-weight: 600;
	font-style: normal;
	src: url(/fonts/EncodeSansExpanded_600.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.encode-sans-expanded-bold {
	font-family: "Encode Sans Expanded", sans-serif;
	font-weight: 700;
	font-style: normal;
	src: url(/fonts/EncodeSansExpanded_700.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.encode-sans-expanded-extrabold {
	font-family: "Encode Sans Expanded", sans-serif;
	font-weight: 800;
	font-style: normal;
	src: url(/fonts/EncodeSansExpanded_800.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.encode-sans-expanded-black {
	font-family: "Encode Sans Expanded", sans-serif;
	font-weight: 900;
	font-style: normal;
	src: url(/fonts/EncodeSansExpanded_900.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
*/
