.swiper-timeline-section {
	overflow-x: hidden;
}
.swiper-container-wrapper--timeline .swiper-slide {
	position: relative;
	border-radius: 0;
}
.swiper-container-wrapper--timeline .swiper-slide .swiper-slide__description {
	position: relative;
	background: #f3f6fa;
	padding: 0.5rem 1.5rem;
}
.swiper-container-wrapper--timeline .swiper-slide .container {
	padding: 0;
	width: 100%;
}
.swiper-container-wrapper--timeline .swiper-slide .title {
	font-size: 18px;
	opacity: 0;
	transition: 0.5s ease 0.5s;
}
.swiper-container-wrapper--timeline .swiper-slide-active .title {
	opacity: 1;
}
.swiper-container-wrapper--timeline .swiper-pagination-progressbar {
	position: relative;
	margin-bottom: 70px;
	background-color: transparent;
	height: 4px;
	border-bottom: 1px solid #a9aaab;
	width: 75%;
}
.swiper-container-wrapper--timeline .swiper-pagination-progressbar-fill {
	height: 3px;
	top: 2px;
}
.swiper-container-wrapper--timeline .swiper-pagination-progressbar:before {
	position: absolute;
	top: 2px;
	left: -100%;
	width: 100%;
	height: 3px;
	content: "";
}
.swiper-container-wrapper--timeline .swiper-pagination-progressbar:after {
	position: absolute;
	top: 3px;
	right: -100%;
	width: 100%;
	height: 1px;
	background-color: #a9aaab;
	content: "";
}
.swiper-container-wrapper--timeline .swiper-pagination-custom {
	position: relative;
	list-style: none;
	margin: 1rem 0;
	padding: 0;
	display: flex;
	line-height: 1.66;
	bottom: 0;
	z-index: 11;
	width: 75%;
	display: flex;
}
.swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch {
	position: relative;
	width: 100%;
	height: 30px;
	line-height: 30px;
	display: block;
}
.swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch .switch-title {
	position: absolute;
	font-weight: 400;
	right: 0;
	transform: translateX(50%);
	transition: 0.2s all ease-in-out;
	transition-delay: 0s;
	cursor: pointer;
	z-index: 1;
}
.swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch .switch-title:after {
	position: absolute;
	right: 50%;
	transform: translateX(50%) translateY(-50%);
	width: 12px;
	height: 12px;
	border-radius: 2rem;
	content: "";
	transition: 0.2s all ease-in-out;
	transition-delay: 0s;
	z-index: 1;
}
.swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch:nth-child(odd) .switch-title:after {
	top: calc(100% + 19px);
}
.swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch:nth-child(even) .switch-title {
	margin-top: 4rem;
}
.swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch:nth-child(even) .switch-title:after {
	top: -1rem;
}


.swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch.active .switch-title {
	font-weight: 700;
	transition-delay: 0.4s;
}
.swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch.active .switch-title:after {
	width: 25px;
	height: 25px;
	transition-delay: 0.4s;
}
.swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch.active ~ .swiper-pagination-switch .switch-title {
	color: #a9aaab;
}
