
.historyContainerOuter{
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    overflow: hidden;
    position: relative;
}

.historyOverlay{
	position: absolute;
	top: 0;
	right:0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	margin: 200px 5.55555556vw 80px;
	z-index: 1;
}

.historyOverlay:before{
	content: "";
	position: absolute;
	bottom: 7px;
	left: 0;
	height: 120px;
	width: 100%;
	display: block;
	background: linear-gradient(rgba(14,49,99,0),rgba(14,49,99,1));
	z-index: 1;
}

.content .historyOverlay .titleImage img{
	height: 100%;
}


.historyContainer{
	margin: 200px 5.55555556vw 80px;
	padding: 80px 2.7777778vw 0;
	background: #f3f4f7;
	display:flex;
	overflow: hidden;
	position: absolute;
	top: 0;
	right:0;
	bottom: 0;
	left: 0;
}

.historyContainer:after, titleBox:after, .historyOverlay:after{
	content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 7px;
    width: 100%;
    display: block;
    background: linear-gradient(90deg, #0e2b63 30.4785%, rgba(0, 0, 0, 0) 30.4785%), linear-gradient(90deg, #004f9f 52.15788%, rgba(0, 0, 0, 0) 52.15788%), linear-gradient(90deg, #00b1eb 64.72807%, rgba(0, 0, 0, 0) 64.72807%), linear-gradient(90deg, #ef7d00 73.22551%, rgba(0, 0, 0, 0) 73.22551%), linear-gradient(90deg, #ffbb00 79.62792%, rgba(0, 0, 0, 0) 79.62792%), linear-gradient(90deg, #50af47 86.69237%, rgba(0, 0, 0, 0) 86.69237%), linear-gradient(90deg, #afca0b 92.0305%, rgba(0, 0, 0, 0) 92.0305%), linear-gradient(90deg, #5a328a 97.0083%, rgba(0, 0, 0, 0) 97.0083%), linear-gradient(90deg, #e72582 100%, rgba(0, 0, 0, 0) 100%);
}

.historyContainer:before{
	content: "";
    position: absolute;
    bottom: 7px;
    left: 0;
    height: 40px;
    width: 100%;
    display: block;
	background: linear-gradient(rgba(243,244,247,0),rgba(243,244,247,1));
}

.historyNavigator{
	width: 16.6666667vw;
	border-right: 1px solid rgba(1,47,99, 0.4);
	box-sizing: border-box;
	padding-right: 5.5555556vw;
}

#pageContent .historyNavigator li:before{
	color: rgba(0,0,0,0);
}

#pageContent .historyNavigator li.isActive:before{
	color: #0e2b63;
}


.historyScroll{
	padding: 0 2.77777778vw 40px 5.55555556vw;
	box-sizing: border-box;
	width: 66.6666666vw;
	display: flex;
	gap: 40px;
	flex-wrap: wrap;
	-ms-overflow-style: none; 
	scrollbar-width: none; 
	overflow-y: scroll; 
}

.historyScroll::-webkit-scrollbar {
	display: none; 
}


.historyBlock{
	flex: 1 1 45%;
	min-height:360px;
}

.historyPicture img{
	object-fit: cover;
    width: 100%;
	height: 100%;
    object-position: 50% 50%;
    display: block;
}

.historyBanner{
	flex: 1 1 100%;
	height: 250px;
	position: relative;
}

.historyBanner .historyTitle{
	position: absolute;
	top:0;
	let:0;
	height:100%;
	display:flex;
	flex-direction:column;
	justify-content:center;
	margin-left: 2.7777778vw;
}

.historyBanner .historyTitle h4{
	background-color: rgba(14,43,99,0.44);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
	display:block;
	padding: 30px 2.7777778vw;
	color: #fff;
	font-size: 32px;
	font-weight: bold;
	margin: 0;
}



.historyText{
	padding: 40px;
	display:flex;
	flex-direction: column;
	justify-content: center;
	box-sizing: border-box;
}

.historyText h4{
	font-size: 22px;
	margin: 0 0 20px 0;
	line-height: 110%;
}

.historyText p{
	font-size: 14px;
	font-weight: 300;
	line-height: 140%;
	margin: 0;
}

.historyBlockDrkBlue{
	background: #0e2b63;
	color: #fff;
}
#pageContent .historyBlockDrkBlue h4, #pageContent .historyBlockDrkBlue a{
	color: #fff;
}

.historyBlockWhite{
	background: #fff;
	color: #0e2b63;
}

.historyBlockTrasparent{
	background: none;
	color: #0e2b63;
}

.scroll-container{
	position:absolute;
	bottom:26px;
	left:0;
	width:100%;
	z-index:2;
}

.scroll-hint{
	display:flex;
    flex-direction: column;
    align-items: center;
}

.scroll-hint span{
	color: #fff;
	font-size:14px;
	margin-top: 6px;
}

.scroll-text{display:block;}
.swipe-text{display:none;}
.imgScroll .swipeIcon{display:none;}


.shareLinksContainer{
	margin-left: 5.555556vw;
	margin-right: 5.555556vw;
}


@media only screen and (max-width: 759px){
	.scroll-text{display:none;}
	.swipe-text{display:block;}
	.imgScroll .swipeIcon{display:block;}
	.imgScroll .scrollIcon{display:none;}
	.scroll-container{
		bottom: 10px;
	}
}



@media only screen and (min-width: 1440px){
	.historyContainer{
		margin-left: 80px;
		margin-right: 80px;
		padding-left: 40px;
		padding-right: 40px;
	}
	.historyOverlay{
		margin-left: 80px;
		margin-right: 80px;
	}
	.historyNavigator{
		width: 240px;
		padding-right: 80px;
	}
	.historyScroll{
		width: 960px;
		padding-left: 80px;
		padding-right: 40px;
	}
	.historyBanner .historyTitle{
		margin-left: 40px;
	}
	.historyBanner .historyTitle h4{
		padding-left: 40px;
		padding-right: 40px;
	}
	.shareLinksContainer{
		margin-left: 80px;
		margin-right: 80px;
	}
	
}

@media only screen and (max-width: 959px){
	.historyBlock{
		flex: 1 1 100%;
	}

	.historyBlockTransparent{
		display :none;
	}
	
}

@media only screen and (max-width: 767px){
	.historyNavigator{
		display:none;
	}
	.historyScroll{
		width:100%;
	}
	.content.noBleed .titleBoxContainer{
		justify-content: center;
	}
}


