.homepage_financialarticles.sm_financialarticles * {
    box-sizing: border-box;
}


article.financial {
	position: relative;
	margin-bottom: 64px;
}

article.topArticleHeader {
	margin-top: 64px;
}

article.financial * {
	font-family: 'Unicredit';
}

article .more-button {
	text-align: right;
	font-weight: 700;
	line-height: 37px;
	border-bottom: 1px solid #E0E0E0;
}

article .more-button li {
	display: inline-block;
	background: none;
	padding: 0px !important;
	margin: 0px !important;
}

article .more-button a {
	line-height: 63px;
	color: #007A91;
	font-size: 15px;
	text-transform: uppercase;
}

.article-page .article-pager a i {
    display: block;
}

article .more-button a:hover,
article .more-button a:focus {
	text-decoration: none;
}

article .article-title {
	margin-bottom: 48px;
}

article .article-title h2 {
	font-size: 36px;
	font-weight: 400;
	line-height: 40px;
	margin: 0;
}

article .article-title h3 {
	font-size: 15px;
	font-weight: 500;
	line-height: 16px;
	text-transform: uppercase;
}


.article-page .article-top *{
	box-sizing: border-box;
	font-family: 'Unicredit';
	text-decoration: none;
}

.article-box a {
	display: flex;
	margin-bottom: 64px;
}

.article-box a:hover {
	color: #000000;
	text-decoration: none;
}

.article-box a .image {
	width: 50%;
	overflow: hidden;
	order: 1;
}

.article-box a .image img {
	width: 100%;
}

.article-box a .text {
	width: 50%;
	padding-left: 24px;
	padding-right: 32px;
	order: 2;
}

.article-box a .text .type {
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 3px;
	border: 1px solid #007A91;
	width: fit-content;
	height: fit-content;
	background: #007A91;
	color: white;
	border-radius: 4px;
	text-align: center;
	line-height: 20px;
	padding: 1px 5px;
	font-size: 15px;
}

.article-box a .text h2 {
	color: #262626;
	margin: 10px 0px 3px;
	text-transform: uppercase;
}

.article-box a .text h3 {
	color: #262626;
	margin: 10px 0px 3px;
	font-weight: bold;
	font-size: 20px;
	text-transform: uppercase;
}

.article-box a:hover .text h2 {
	text-decoration: underline;
}

.article-box a:hover .text h3 {
	text-decoration: underline;
}

.article-box a .text .signature {
	color: black;
	padding: 10px 0px;
	margin-bottom: 0;
	font-size: 15px;
}

/* Page */
.article-page .article-header {
	position: relative;
	height: 450px;
	margin-bottom: 64px;
	overflow: hidden;
}

.article-page .article-header img {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: auto;
	z-index: 0;
}

.article-page .article-header h2.title {
	font-size: 72px;
	line-height: 76px;
	font-weight: 400;
	margin-top: 130px;
	text-shadow: 0 1px 2px #FFFFFF;
}

.article-page .article-header h3.sub-title {
	font-size: 48px;
	line-height: 52px;
	font-weight: 400;
	color: #9E9E9E;
	text-shadow: 0 1px 2px #FFFFFF;
}

.article-page .article-top {
	position: relative;
	margin-bottom: 10px;
}

.article-page .article-top > .container {
	margin-bottom: 36px;
	text-align: center;
}

.article-top .mid_wrapper.sm_social_sharing_center {
	padding-bottom: 0;
	padding-top: 30px;
}

.article-page .article-top p.type {
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 1px;
	color: #007A91;
	text-transform: uppercase;
	margin-top: 71px;
	margin-bottom: 0;
}

.article-page .article-top h2 {
	font-size: 35px;
	line-height: 60px;
	color: #000000;
	font-weight: 500;
	margin-bottom: 0;
}

.article-page .article-top p.signature {
	font-size: 16px;
	font-weight: 500;
	color: #333333;
	margin-bottom: 0;
}

.article-page .article-top .socials {
	color: #CDCDCD;
}

.article-page .article-top .socials a:focus-visible,
.article-page .article-top .back-button a:focus-visible,
.article-box a:focus-visible,
.container-wrapper-for-thumbnail a:focus-visible {
	outline: 2px solid var(--color-button-primary) !important;
	outline-offset: 2px !important;
	border-radius: 4px;
}

.article-page .article-top .back-button {
	margin-left: 9%;
	z-index: 1;
}

.article-page .article-top .back-button a {
	font-size: 14px;
	font-weight: 500;
	line-height: 50px;
	color: #007A91;
	text-transform: uppercase;
}

.article-page .article-top .back-button a i {
	font-size: 45px;
	line-height: 50px;
	vertical-align: middle;
}

div.article-page div.article-body p * {
	font-family: Arial, sans-serif;
	font-size: 16px;
	line-height: 29px;
	color: #333333;
	margin-bottom: 24px;
}

div.article-page div.article-body p {
	font-weight: 400;
	font-family: Arial, sans-serif;
	font-size: 16px;
	line-height: 29px;
	color: #333333;
	margin-bottom: 24px;
}

div.article-page div.article-body p a {
	color: #4077b2;
}

div.article-page div.article-body p a.button {
	color: white;
	font-size: 14px;
	line-height: 38px;
	font-family: UniCredit, Arial;
}

.article-page .article-body .image {
	margin-bottom: 24px;
}

.article-page .article-body .image img {
	width: 100%;
	border-radius: 4px;
}

.article-page .article-body .image p {
	font-size: 11px;
	font-style: italic;
	color: #999999;
	text-align: right;
	margin: 0;
}

.article-page .article-socials hr {
	margin: 24px 0 35px;
	border-color: #DDDDDD;
}

.article-page .article-socials {
	text-align: center;
	margin-bottom: 35px;
}

.article-page .socials {
	display: inline-block;
	overflow: hidden;
	text-align: center;
	color: #CDCDCD;
}

.article-page .socials div {
	float: left;
	width: 45px;
	cursor: pointer;
}

.article-page .socials i {
	font-size: 20px;
	color: #BDBDBD;
}

.article-page .socials div:hover i.sharing-facebook {
	color: #3B5998;
}

.article-page .socials div:hover i.sharing-twitter {
	color: #01ABEE;
}

.article-page .socials div:hover i.sharing-linkedin {
	color: #0076B7;
}

.article-page .socials div:hover i.sharing-google {
	color: #000000;
}

.article-page .socials div:hover i.sharing-vk {
	color: #5181B8;
}

.article-page .socials span {
	display: block;
}

.article-page .article-box.top-article a {
	margin-bottom: 0;
}

.article-box.article-overlapped a {
	position: relative;
	overflow: hidden;
	background-color: #333333;
	border-radius: 4px;
}

.article-box.article-overlapped a .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	border-radius: 4px;
	z-index: 1;
}

.article-box.article-overlapped a img {
	position: absolute;
	width: 100%;
	border-radius: 4px;
}

.article-box.article-overlapped a .text {
	width: 100%;
	padding-right: 24px;
	margin: 100px 0 40px;
	z-index: 1;
}

.article-box.article-overlapped a .text .type {
	font-size: 15px;
	color: #FFFFFF;
}

.article-box.article-overlapped a .text h2 {
	font-size: 36px;
	color: #FFFFFF;
}

.article-box.article-overlapped a .text .signature {
	font-size: 20px;
	color: rgba(255, 255, 255, 0.7);
}

.article-box.article-overlapped a:hover .text .type {
	color: #007A91;
}

.article-box.article-overlapped a:hover .text h2 {
	text-decoration: underline;
}

.article-box.article-overlapped a:hover .text .signature {
	color: #FFFFFF;
}

.article-page .article-pager a.prev {
	margin-left: 0;
}

.article-page .article-pager a.next {
	margin-right: 0;
}

.article-page .article-pager a,
.article-page .article-pager span {
	display: inline-block;
	font-size: 20px;
	color: #000000;
	margin: 0 8px;
	font-weight: 500;
	vertical-align: middle;
}

.article-page .article-pager span {
	color: #007A91;
    line-height: 36px;
}
/* Page (end) */

@media (min-width: 960px) {
	.article-box.top-article a .image {
		height: 270px;
	}

	.article-box.top-article a .text .type {
		font-size: 19px;
	}

	.article-box.top-article a .text h3 {
		font-size: 39px;
		margin-bottom: 10px;
	}

	.article-box.top-article a .text .signature {
		font-size: 22px;
	}
}

@media (max-width: 959px) {
	.article-page .article-top p.type {
		margin-top: 30px;
	}
	
	.article-page .article-top h2 {
		line-height: 40px;
		margin-top: 20px;
		margin-bottom: 10px;
		padding: 0;
	}
	
	.article-page .article-header h2.title {
		font-size: 52px;
		line-height: 56px;
		margin-top: 50px;
	}
	
	.article-page .article-header h3.sub-title {
		font-size: 30px;
		line-height: 34px;
	}
	
	.article-box a {
		margin-bottom: 48px;
	}
	
	.article-box a .image {
		height: auto;
		max-height: 250px;
	}
	
	.article-box a .text {
		padding-right: 55px;
	}
}

@media (max-width: 599px) {
	article .more-button {
		padding: 0;
		text-align: center;
	}
	
	.article-boxes .article-box a {
		display: block;
	}
	
	.article-boxes a .image {
		width: 100%;
		max-height: 300px;
		margin-bottom: 10px;
	}
	
	.article-boxes a .text {
		width: 100%;
		padding: 0;
	}
	
	.article-page .article-header {
		height: 280px;
	}
	
	.article-page .article-header img {
		bottom: 0;
	}
	
	.article-page .article-header h2.title {
		font-size: 36px;
		line-height: 42px;
		margin-top: 20px;
	}
	
	.article-page .article-header h3.sub-title {
		font-size: 15px;
		font-weight: 500;
		line-height: 17px;
		text-transform: uppercase;
	}
	
	.article-page .article-top .back-button {
		margin-left: 0;
	}
	
	.article-box.article-overlapped a .text {
		margin: 80px 0 20px;
	}
	
	.article-box.article-overlapped a .text .type {
		font-size: 10px;
	}
	
	.article-box.article-overlapped a .text h2 {
		font-size: 20px;
	}
	
	.article-box.article-overlapped a .text .signature {
		font-size: 14px;
	}
}