/* History */

.history {
	margin-bottom: 160px;
}

#faq-slider {
	margin-top: 135px;
	margin-bottom: 40px;
	align-items: center;
	position: relative;
}

#faq-slider::before {
	content: "";
	display: block;
	width: 100%;
	border-radius: 17px;
	background: #D9D9D9;
	position: absolute;
	height: 3px;
	top: calc(50% - 4px);
}

#faq-slider .history-top-title {
	color: #C2C2C2;
	text-align: center;
	font-family: "Work Sans";
	font-size: 22px;
	font-weight: 600;
	letter-spacing: 0.66px;
/*	text-transform: capitalize;*/
	height: 77px;
}

#faq-slider .glide__slides {
	display: flex;
}

#faq-slider .glide__slide {
	position: relative;
	height: auto!important;
}

#faq-slider .glide__slide:nth-child(2n+1) {
	padding-top: 120px;
}

#faq-slider .glide__slide:nth-child(2n) {
	padding-bottom: 120px;
	display: flex;
	align-items: flex-end;
	height: 73px;
}

#faq-slider .glide__slide::before {
	content: "";
	display: block;
	width: 28px;
	height: 28px;
	background-image: url("data:image/svg+xml,%3Csvg width='28' height='27' viewBox='0 0 28 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='14.2969' cy='13.5' r='13' fill='white' stroke='%2300B085'/%3E%3Ccircle cx='14.2969' cy='13.5' r='6' transform='rotate(90 14.2969 13.5)' fill='%2300B085'/%3E%3C/svg%3E");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
}

#faq-slider .glide__slide:nth-child(2n)::before {
	bottom: 87px;
}

#faq-slider .glide__slide:nth-child(2n+1)::before {
	top: 82px;
}

#faq-slider .glide__slide.glide__slide--active .history-top-title {
	margin: auto;
	color: #007CC2;
}

#faq-slider .glide__slide.glide__slide--active::before {
	background-image: url("data:image/svg+xml,%3Csvg width='28' height='27' viewBox='0 0 28 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='14.4082' cy='13.5' r='13' fill='white' stroke='%23007CC2'/%3E%3Ccircle cx='14.4082' cy='13.5' r='6' transform='rotate(90 14.4082 13.5)' fill='%23007CC2'/%3E%3C/svg%3E");
}

.history-top-title {
	max-width: 300px;
	margin: auto;
}

.history-bottom-title {
	color: #111;
	font-family: "Proxima Nova";
	font-size: 34px;
	font-style: normal;
	font-weight: 700;
/*	text-transform: capitalize;*/
	margin-bottom: 0.8em;
	letter-spacing: 1.02px;
	line-height: 1.1;
}

#faq-slider .glide__slide:nth-child(2n) .history-top-title {
	display: flex;
	align-items: flex-end;
}

.history-bottom-desc p {
	margin-bottom: 2em;
}

.history-bottom-content .content {
	position: relative;
	padding: 120px 50px 30px;
}

.history-bottom-content .content::before {
	content: "";
	display: block;
	width: 62%;
	height: 100%;
	border-radius: 15px;
	background: #F6F6F9;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}

.history .container {
	position: relative;
}

.history .glide__arrow.glide__arrow--left {
	background-image: url("data:image/svg+xml,%3Csvg width='41' height='41' viewBox='0 0 41 41' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1.29688' y='1.76562' width='38' height='38' rx='4' fill='white' stroke='%2300B085' stroke-width='2'/%3E%3Cpath d='M16.171 21.0021L22.7889 27.3077C22.8994 27.413 23.0461 27.4717 23.1986 27.4717C23.3512 27.4717 23.4979 27.413 23.6083 27.3077L23.6154 27.3006C23.6692 27.2495 23.7119 27.1881 23.7412 27.12C23.7704 27.0519 23.7855 26.9786 23.7855 26.9045C23.7855 26.8304 23.7704 26.7571 23.7412 26.689C23.7119 26.621 23.6692 26.5595 23.6154 26.5085L17.3834 20.571L23.6154 14.6359C23.6692 14.5848 23.7119 14.5234 23.7412 14.4553C23.7704 14.3873 23.7855 14.3139 23.7855 14.2398C23.7855 14.1658 23.7704 14.0924 23.7412 14.0244C23.7119 13.9563 23.6692 13.8948 23.6154 13.8438L23.6083 13.8367C23.4979 13.7314 23.3512 13.6727 23.1986 13.6727C23.0461 13.6727 22.8994 13.7314 22.7889 13.8367L16.171 20.1423C16.1128 20.1978 16.0665 20.2645 16.0348 20.3384C16.0031 20.4122 15.9868 20.4918 15.9868 20.5722C15.9868 20.6526 16.0031 20.7321 16.0348 20.806C16.0665 20.8799 16.1128 20.9466 16.171 21.0021Z' fill='%2300B085'/%3E%3C/svg%3E");
	width: 40px;
	height: 41px;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	z-index: 1;
	top: 70px;
	left: 56px;
	box-shadow: none;
	border: none;
}

.history .glide__arrow.glide__arrow--right {
	background-image: url("data:image/svg+xml,%3Csvg width='41' height='41' viewBox='0 0 41 41' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1.79688' y='1.76562' width='38' height='38' rx='4' fill='white' stroke='%2300B085' stroke-width='2'/%3E%3Cpath d='M26.4081 20.1425L19.7902 13.8368C19.6797 13.7316 19.533 13.6729 19.3805 13.6729C19.2279 13.6729 19.0812 13.7316 18.9708 13.8368L18.9637 13.844C18.9099 13.895 18.8672 13.9564 18.8379 14.0245C18.8087 14.0926 18.7936 14.1659 18.7936 14.24C18.7936 14.3141 18.8087 14.3874 18.8379 14.4555C18.8672 14.5236 18.9099 14.585 18.9637 14.636L25.1957 20.5735L18.9637 26.5087C18.9099 26.5597 18.8672 26.6211 18.8379 26.6892C18.8087 26.7573 18.7936 26.8306 18.7936 26.9047C18.7936 26.9788 18.8087 27.0521 18.8379 27.1202C18.8672 27.1883 18.9099 27.2497 18.9637 27.3007L18.9708 27.3078C19.0812 27.4131 19.2279 27.4718 19.3805 27.4718C19.533 27.4718 19.6797 27.4131 19.7902 27.3078L26.4081 21.0022C26.4663 20.9468 26.5126 20.8801 26.5443 20.8062C26.576 20.7323 26.5923 20.6527 26.5923 20.5723C26.5923 20.492 26.576 20.4124 26.5443 20.3385C26.5126 20.2646 26.4663 20.1979 26.4081 20.1425Z' fill='%2300B085'/%3E%3C/svg%3E");
	width: 40px;
	height: 41px;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	z-index: 1;
	top: 70px;
	left: 96px;
	box-shadow: none;
	border: none;
}

#faq-answers img {
	border-radius: 11px;
}

@media (max-width: 767px){
	#faq-slider .glide__slide:nth-child(2n+1),
	#faq-slider .glide__slide:nth-child(2n) {
		display: flex;
		padding-bottom: 52px;
		padding-top: 0;
		justify-content: center;
	}

	#faq-slider .glide__slide:nth-child(2n) {
		height: auto;
	}

	#faq-slider .glide__slide .history-top-title {
		height: auto;
		display: flex;
		align-items: flex-end;
		justify-content: center;
		margin: 0;
		max-width: 100%;
	}

	#faq-slider .glide__slide.glide__slide--active .history-top-title {
		margin: 0;
	}

	#faq-slider::before {
		top: 95px;
	}

	#faq-slider .glide__slide:nth-child(2n)::before {
		bottom: unset;
		top: 66px;
	}

	#faq-slider .glide__slide:nth-child(2n+1)::before {
		top: 66px;
	}

	#faq-slider {
		margin-top: 80px;
		margin-bottom: 20px;
	}

	.history-bottom-content .content::before {
		width: 100%;
	}

}

@media (max-width: 480px){
	.history-bottom-content .content {
		padding: 90px 12px 20px;
		text-align: center;
	}

	.history .glide__arrow.glide__arrow--left {
		top: 55px;
		left: calc(50% - 40px);
	}

	.history .glide__arrow.glide__arrow--right {
		top: 55px;
		right: calc(50% - 40px);
		left: unset;
	}

	#faq-slider::before {
		top: 118px;
	}

	#faq-slider .glide__slide:nth-child(2n+1)::before,
	#faq-slider .glide__slide:nth-child(2n)::before {
		bottom: unset;
		top: 90px;
	}
}