

.horizontal-scroll-years-block .block-heading h2{
	color: var(--e-global-color-9019c1d);
    font-family: "Alliance", Sans-serif;
    font-size: 36px;
    font-weight: 400;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 1.1em;
	margin-top: 0;
	background: linear-gradient(var(--angle), var(--color1) 20.69%, var(--color2) 50.19%, var(--color3) 79.69%);
    background-clip: text;
    -webkit-background-clip: text;
    -moz-background-clip: text;
}


.horizontal-scroll-years-block{
	height: 100vh;
	padding-top: 100px;
	overflow: hidden;
	padding-left: 80px !important;
	padding-right: 80px !important;
}


.horizontal-scroll-years-block .inner{
	max-width: 1400px;
	margin: 0 auto;
	height: 100%;
    display: flex;
    flex-direction: column;
}

.horizontal-scroll-years-block .block-heading{
	max-width: 731px;
}

.horizontal-scroll-items{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	width: fit-content;
	gap: 87px;
	height: 365px;
	padding-right: 400px;
	margin-top: auto;
	box-sizing: border-box;
}


.horizontal-scroll-items .single-item{
	width: 556px;
	position: relative;
}

.single-item.no-title{
	width: 500px !important;
	padding-left: 0 !important;
}

.single-item.no-title .single-item-title{
	padding-left: 0 !important;
}

.single-item.no-title .single-item-text{
	padding-left: 0 !important;
}


.horizontal-scroll-items .single-item-text{
	color: var(--e-global-color-d136418);
    font-family: "Alliance", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 1.5em;
    letter-spacing: 0px;
	position: absolute;
	width: 100%;
	padding-left:44px;

}

.horizontal-scroll-items .single-item-text a{
	color: white;
	text-decoration: underline;
}

.horizontal-scroll-items .single-item-text a:hover{
	color: white;
}

.single-item-title.no-title{
	visibility: hidden;
}

.horizontal-scroll-items .single-item-title{
    font-family: "Alliance", Sans-serif;
    font-size: 36px;
    font-weight: 400;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 1.1em;
	background: linear-gradient(var(--angle), var(--color1) 20.69%, var(--color2) 50.19%, var(--color3) 79.69%);
    background-clip: text;
    -webkit-background-clip: text;
    -moz-background-clip: text;
	color: transparent;
	margin-bottom: 20px;
	padding-left:44px;

}

.line-element-wrapper{
	width: 14px;
    position: absolute;
	display: flex;
	flex-direction: row;
	justify-content: center;
	height: 100%;
}

.line-element-wrapper img.line-top-dot{
	position: absolute;
	top: 0;
}

.line-element-wrapper img.line{
	position: absolute;
	top: 15px;
	width: 3px;
	height: 100%;
}

@media (min-width: 769px) {
	.hide-mobile{
		display: none;
	}
}

@media (max-width: 768px) {
	.horizontal-scroll-items{
		flex-direction: column;
		height: fit-content;
		width: 100%;
		padding-right: 0;
		gap: 25px;
	}

	.line-element-wrapper{
		top: 15px;
	}

	.single-item-text p{
		font-size: 14px;
	}

	.horizontal-scroll-years-block .inner{
		gap: 30px;
	}

	.single-item-title{
		font-size: 28px !important;
	}

	.horizontal-scroll-years-block .block-heading h2{
		font-size: 28px;
	}

	.single-item.no-title .single-item-title{
		display: none;
	}

	.line-element-wrapper img.line-top-dot{
		width: 11px;
	}

	.single-item.no-title .line-element-wrapper{
		top: -10px;
	}

	.single-item.no-title{
		width: 100% !important;
	}
	
	.horizontal-scroll-items .single-item{
		width: 100%;
	}

	.horizontal-scroll-items .single-item-text{
		position: relative;
	}

	.line-element-wrapper img.line{
		top: 10px;
	}

	.horizontal-scroll-years-block{
		height: fit-content;
		padding-left: 20px !important;
		padding-right: 20px !important;
		padding-bottom: 60px;
	}

	.single-item.no-title .single-item-text{
		padding-left: 44px !important;
	}
}