.announcement .wrapper {
	position: relative;
	padding: 20px;
	

}

@media screen and (max-width: 720px) {
	
	.announcement .wrapper {
		padding: 10px 10px 0 10px;
	}
	
}

.home-banner {
	position: relative;
}

.img-attribution {
	position: absolute;
	overflow: hidden;
	top: auto;
	bottom: 60px;
	right: 40px;
	border-radius: 26px;
}

.announcement .img-attribution {
	top: -50px;
    bottom: auto;
}


.attr-icon {
	display: inline-block;
	background-color: #001A4E;
	padding: 6px;
	line-height: 0;
	border-radius: 50%;
	z-index: 1;
	position: relative;
	vertical-align: middle;
	cursor: pointer;
	overflow: hidden;
}

.attr-icon:hover {
	background-color: #001A4E;
	transition: all 0.25s ease;
}

.attr-text {
	font-family: 'Catamaran', sans-serif;
	font-size: 14px;
	line-height: 14px;
	background-color: #fff;
	border-radius: 33px 0px 0px 33px;
	padding: 6px 19px 5px 15px;
	-webkit-box-shadow: 0px 0px 42px -4px rgba(0,0,0,0.19);
	-moz-box-shadow: 0px 0px 42px -4px rgba(0,0,0,0.19);
	box-shadow: 0px 0px 42px -4px rgba(0,0,0,0.19);
	right: -300px;
	opacity: 0;
	transition: right 200ms, opacity 600ms;
	display: inline-block;
	position: relative;
}



.slide-left .attr-text {
	right: -17px;
	opacity: 1;
	/*
	animation-name: slideLeft;
    -webkit-animation-name: slideLeft;
    animation-duration: 5s;
    -webkit-animation-duration: 5s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    */
}


	.home-banner .banner{
	background-image: none;
	background: #fff;
	height: unset !important;
}

.home-banner .banner .wrapper{
	display: flex;
	gap: 6.75%;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
	
	@media screen and (max-width: 1024px){
		display: block;
		
	}
}

.home-banner .banner .wrapper:after{
	content: none;
}

.home-banner .banner .wrapper .banner__inner{
	flex-basis: 40.79%;
	margin-bottom: 40px;
	
	@media screen and (max-width: 1024px){
		margin: 0 auto;
		text-align: center;
		margin-bottom: 40px;
	}
	
}

.home-banner .banner .wrapper .banner__inner .banner__title{
	line-height: 100%;
}

.home-banner .banner .wrapper .banner__inner .banner__description{
	max-width: unset;
	line-height: normal;
}

.home-banner .banner .wrapper .home-banner__image-wrap{
	flex-basis: 52.46%;
	position: relative;
	padding-bottom: 33.3333%;
	overflow: hidden;
	
	@media screen and (max-width: 1024px){
		
		margin: 0 auto;
		width: calc(100% + 40px);
		left: -20px;
		padding-bottom: 57%;
	}
	
	@media screen and (max-width: 600px){
		width: calc(100% + 40px);
		left: -20px;
	}
	
	@media screen and (max-width: 599px){
		width: calc(100% + 20px);
		left: -10px;
	}
}

.home-banner .banner .wrapper .home-banner__image{

	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;

	  
	  @media screen and (max-width: 1024px){
		  position: absolute;
			left: 0;
			top: 0;
			width: 100%;
			height: 100%;
			object-fit: cover;
	  }
}

.home-language-announcement{
	background: #E5FAFF;
	display: flex;
	gap: 21px;
	padding: 15px 24px;
	flex-shrink: 0;
	width: 100%;
	margin-bottom: 23px;
	margin-top: 20px;
}

.home-language-announcement > svg{
	width: 30px;
	flex-shrink: 0;
}

.home-language-announcement a{
	color: #171E4D;
	font-size: 20px;
	font-weight: 400;
}