﻿
@charset "utf-8";

@font-face {
	font-family: EurobankSans;
	src: url(../fonts/EurobankSans-Bold.woff2) format("woff2"),url(../fonts/EurobankSans-Bold.woff) format("woff");
	font-style: normal;
	font-weight: 700
}

@font-face {
	font-family: EurobankSans;
	src: url(../fonts/EurobankSans-BoldItalic.woff2) format("woff2"),url(../fonts/EurobankSans-BoldItalic.woff) format("woff");
	font-style: italic;
	font-weight: 700
}

@font-face {
	font-family: EurobankSans;
	src: url(../fonts/EurobankSans-Light.woff2) format("woff2"),url(../fonts/EurobankSans-Light.woff) format("woff");
	font-style: normal;
	font-weight: 300
}

@font-face {
	font-family: EurobankSans;
	src: url(../fonts/EurobankSans-LightItalic.woff2) format("woff2"),url(../fonts/EurobankSans-LightItalic.woff) format("woff");
	font-style: italic;
	font-weight: 300
}

@font-face {
	font-family: EurobankSans;
	src: url(../fonts/EurobankSans-Regular.woff2) format("woff2"),url(../fonts/EurobankSans-Regular.woff) format("woff");
	font-style: normal;
	font-weight: 400
}

@font-face {
	font-family: EurobankSans;
	src: url(../fonts/EurobankSans-Italic.woff2) format("woff2"),url(../fonts/EurobankSans-Italic.woff) format("woff");
	font-style: italic;
	font-weight: 400
}

.top-color {
	width: 100%;
	height: 18px;
	background-color: #021342;
}

.Open-Sans {
	font-family: "Open Sans", sans-serif !important;
}

section.sec-bg-center {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.open_esg {
	display: flex;
	align-items: center;
	min-height: 354px;
	width: 100%;
	justify-content: flex-end;
}

.open_esg_text {
	display: flex;
	align-items: flex-start;
	min-height: 354px;
	width: 90%;
	justify-content: center;
	flex-direction: column;
	padding-left: 30px;
}

	.open_esg_text::before {
		content: "";
		width: 3px;
		height: 200px;
		background: #021342;
		position: absolute;
		left: 15px;
	}

.esg h1 {
	font-size: 50px;
	color: #021342;
	margin-bottom: 15px;
	font-weight: 700;
	font-family: "Open Sans", sans-serif !important;
	letter-spacing: 5px;
}

.esg h4 {
	font-size: 30px;
	color: #021342;
	margin-bottom: 25px;
	font-family: "Open Sans", sans-serif !important;
	font-weight: 700;
}

.esg h5 {
	font-size: 25px;
	color: #021342;
	margin-bottom: 25px;
	font-family: "Open Sans", sans-serif !important;
	font-weight: 500;
}

.esg p {
	font-size: 20px;
	color: #021342;
	margin-bottom: 0px;
	font-family: "Open Sans", sans-serif !important;
	margin-bottom: 15px;
}

.semi-bold {
	font-weight: 600 !important;
}

.over_vision {
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: flex-start;
	min-height: 380px;
}

	.over_vision::after {
		content: "";
		width: 13px;
		height: 100%;
		background: #021342;
		position: absolute;
		right: 0;
		top: 0;
	}

.over_vision_text {
	text-align: center;
	margin-top: 40px;
	margin-left: 10%;
}

.align-items-flex-end {
	align-items: flex-end;
}

.our-esg-vision {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 30px 0;
	text-align: center;
}

	.our-esg-vision h3 {
		font-size: 30px;
		color: #021342;
		margin-bottom: 25px;
		font-weight: 600;
		font-family: "Open Sans", sans-serif !important;
	}

.our-esg-vision-box {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 50px;
}

	.our-esg-vision-box .icon {
		background-color: #F2F2F2;
		padding: 10px;
		height: 140px;
		width: 140px;
		border-radius: 20px;
		-webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.25);
		-moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.25);
		box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.25);
		z-index: 1;
	}

	.our-esg-vision-box .icon-text {
		background-color: #F2F2F2;
		min-height: 110px;
		border-radius: 20px;
		padding: 20px;
		margin-top: -10px;
		font-size: 20px;
		color: #021342;
		font-family: "Open Sans", sans-serif !important;
		text-align: center;
		width: 100%;
		-webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.25);
		-moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.25);
		box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.25);
		z-index: 0;
		display: flex;
		flex-direction: column;
		justify-content: center;
		line-height: 22px;
	}

.red {
	color: red !important;
}

.committed ul {
	font-size: 20px;
	color: #021342;
	font-family: "Open Sans", sans-serif !important;
	margin-bottom: 40px;
	margin-left: 50px;
	position: relative;
}

.committed li {
	margin-bottom: 10px;
	margin-left: 35px;
	line-height: 24px;
}

	.committed li::before {
		content: "";
		width: 13px;
		height: 13px;
		background: red;
		position: absolute;
		border-radius: 50%;
		margin: 9px;
		left: 0;
	}

.pillar-esg {
	margin: 30px 0;
}

.operational-impact-box {
	background-color: #D9D9D9;
	border-radius: 20px;
	padding: 25px;
	font-size: 20px;
	color: #021342;
	font-family: "Open Sans", sans-serif !important;
	width: 100%;
	-webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.25);
	line-height: 24px;
	margin-bottom: 60px;
}

	.operational-impact-box ul {
		margin: 0 !important;
	}

.operational-impact-text {
	font-weight: 600 !important;
	color: red !important;
}

	.operational-impact-text::after {
		content: "";
		width: 70%;
		height: 3px;
		background: #021342;
		position: absolute;
		left: 17px;
		top: 40px;
	}

.hand-leaf {
	position: absolute;
	right: 0;
	bottom: -80px;
}

.title-space {
	margin: 30px 0;
	padding-bottom: 1px;
}

	.title-space::after {
		content: "";
		width: 50%;
		height: 3px;
		background: #021342;
		position: absolute;
		left: -180px;
	}

.our-approcha {
	margin: 60px;
}

.our-approcha_text {
	text-align: center;
	margin-top: 40px;
}

	.our-approcha_text.title-space::after {
		left: -30px;
		width: 20%;
	}

.esg-management {
	margin-bottom: 30px;
}

	.esg-management h1 {
		font-size: 45px;
		letter-spacing: 1px;
		margin-bottom: 40px;
	}

.green-leaf {
	position: absolute;
	right: 0;
	bottom: 0px;
}

.w-60 {
	width: 65%;
}

.bottom-color-streep {
	background: #fff;
	height: 15px;
}

	.bottom-color-streep::before {
		content: "";
		width: 75%;
		height: 4px;
		background: #0050B5;
		position: absolute;
		left: 0px;
		bottom: 0px;
	}

.our-straregy .our-esg-vision-box .icon-text {
	min-height: 80px !important;
}

.our-straregy .our-esg-vision-box {
	margin-bottom: 30px;
}

.going-forward {
	margin: 40px 40px 0;
}

.going-forward-bg-color {
	background: #021342;
	padding: 20px;
}

.going-forward-text {
	padding-top: 20px;
}

.going-forward h1, .going-forward p {
	color: #fff;
}

.going-forward .committed ul {
	color: #fff;
	margin-bottom: 10px;
}

.forward-arrow-img {
	position: absolute;
	right: 0;
	bottom: -30px;
	z-index: 1;
}

.bottom_strip {
	height: 15px;
	width: 100%;
	background: #fff;
}

	.bottom_strip::before {
		content: "";
		width: 50%;
		height: 7px;
		background: red;
		position: absolute;
		left: 0px;
		bottom: 0px;
	}

	.bottom_strip::after {
		content: "";
		width: 50%;
		height: 7px;
		background: #021342;
		position: absolute;
		right: 0px;
		top: 0px;
	}

.equality-box {
	text-align: left;
}

	.equality-box p {
		line-height: 24px;
	}

		.equality-box p:last-child {
			margin-bottom: 0;
		}

.gre-box {
	background: #F2F2F2;
	text-align: center;
	padding: 20px;
	-webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.25);
}

.equality {
	margin-bottom: 80px;
	position: relative;
	width: 395px;
	margin-left: 40px;
}

.promoting-box {
	margin-left: 80px;
	position: relative;
}

.our-zero-tolerance {
	margin: 50px;
	position: relative;
}

.equality::after {
	content: "";
	width: 13px;
	height: 70%;
	background: #021342;
	position: absolute;
	right: 0px;
	top: -30px;
}

.box-left {
	margin-left: -10%;
}

.box-right {
	margin-left: 6%;
}

.promoting-box::after {
	content: "";
	width: 80%;
	height: 5px;
	background: #021342;
	position: absolute;
	right: -40px;
	bottom: -5px;
}

.our-zero-tolerance::before {
	content: "";
	width: 400px;
	height: 400px;
	background: #EA002A;
	position: absolute;
	left: -290px;
	top: 40%;
	border-radius: 50%;
	z-index: 1;
}

.dis-desktop {
	display: block;
}

.dis-mob {
	display: none;
}

@media screen and (max-width:1440px) {
	.over_vision_text {
		margin-left: 5%;
	}

	.open_esg_text {
		width: 95%
	}

	.over_vision, .open_esg {
		justify-content: center;
	}

	.box-left {
		margin-left: 0%;
	}
}

@media screen and (max-width:1199px) {
	.esg h1 {
		font-size: 40px;
	}

	.hand-leaf img {
		max-width: 70%;
	}

	.hand-leaf {
		display: flex;
		justify-content: flex-end;
		bottom: -70px;
	}

	.our-approcha {
		margin: 30px;
	}

	.committed ul {
		margin-left: 30px;
	}

	.green-leaf {
		display: flex;
		justify-content: flex-end;
		bottom: 0px;
		z-index: 0;
	}

		.green-leaf img {
			width: 80%;
		}

	.w-60 {
		width: 50%;
	}

	.z-index-1 {
		z-index: 1;
	}

	.going-forward {
		margin: 30px 30px 0;
	}

	.forward-arrow-img {
		display: flex;
		justify-content: flex-end;
		bottom: 0px;
		z-index: 0;
	}

		.forward-arrow-img img {
			width: 80%;
		}

	.equality {
		display: none;
	}

	.our-zero-tolerance {
		margin: 30px;
	}

	.box-right {
		margin-left: 0;
	}

	.dis-desktop {
		display: none;
	}

	.dis-mob {
		display: block;
	}

	.promoting-box {
		margin-left: 0;
		margin-bottom: 30px;
	}

	.our-zero-tolerance::before {
		width: 300px;
		height: 300px;
		left: -260px;
		top: 43%;
	}
}

@media screen and (max-width:991px) {
	.forward-arrow-img {
		display: none;
	}

	.our-zero-tolerance {
		margin: 10px;
	}
}

@media screen and (max-width:767px) {
	.open_esg {
		justify-content: flex-start;
	}

	.open_esg_text {
		min-height: auto;
		margin: 40px 0;
		margin-top: 50px;
	}

		.open_esg_text::before {
			width: 100%;
			height: 3px;
			top: 20px;
			left: 0;
		}

	.esg h5 {
		font-size: 22px;
	}

	.esg h4 {
		font-size: 26px;
	}

	.esg h1 {
		font-size: 30px;
	}

	.hand-leaf img {
		max-width: 50%;
	}

	.hand-leaf {
		display: flex;
		justify-content: flex-end;
		bottom: 0px;
	}

	.committed ul {
		margin-left: 0px;
	}

	.green-leaf img {
		width: 60%;
	}

	.our-zero-tolerance::before {
		top: 45%;
	}
}

/* FAQ */

.faq-box {
	display: flex;
	flex-direction: column;
	color: #fff;
	background-color: #222222;
	border-radius: 28px;
	padding: 4vw 4vw 3vw 4vw;
	font-size: 40px;
	font-weight: 600;
	height: 100%;
}

	.faq-box:hover {
		color: #fff;
	}

	.faq-box span:first-child {
		position: relative;
	}

		.faq-box span:first-child::after {
			content: '';
			position: absolute;
			left: 0;
			bottom: -20px;
			width: 50%;
			height: 4px;
			background-color: red;
			transition: width 0.2s ease;
		}

	.faq-box span:last-child {
		font-size: 25px;
		font-weight: 400;
		display: flex;
		align-items: center;
	}

		.faq-box span:last-child::after {
			content: '\25b6';
			margin-left: 10px;
			font-size: 50px;
		}

	.faq-box:hover span:first-child::after {
		width: 100%;
	}

.accordion {
	cursor: pointer;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	transition: 0.4s;
	margin: 10px 0 0;
	font-size: 20px;
	position: relative;
}

.main-acc {
	font-size: 34px;
	font-weight: 700;
	color: red;
	padding-bottom: 10px;
	display: flex;
	align-items: center;
}

.sub-acc {
	margin: 30px 30px 0 30px;
	padding: 18px 38px 18px 28px;
	background-color: #EEEEEE;
	position: relative;
	width: auto;
	display: inline-block;
	font-size: 25px;
	font-weight: 600;
}

	.sub-acc::after {
		content: '';
		background: url(../Images/v1/arrow-accordion.svg) no-repeat;
		position: absolute;
		height: 52px;
		width: 52px;
		transition: all 0.2s ease;
		top: 50%;
		right: -26px;
		margin-top: -26px;
	}

.main-acc::before {
	content: "";
	background-color: #132F72;
	width: 235px;
	height: 4px;
	position: absolute;
	bottom: 0px;
}

.main-acc::after {
	content: '\25bc';
	color: red;
	margin-left: 5px;
	font-size: 38px;
	display: inline-block;
	transition: all 0.2s ease;
}

.active::after {
	transform: rotate(-90deg);
}

.panel {
	position: relative;
	z-index: 2;
	background-color: white;
	border: none;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}

.sub-panel {
	border: none;
	padding-left: 30px;
	font-size: 20px;
}

.faq-banner-inner {
	background-color: #eee;
}

.img-question {
	position: absolute;
	top: 0;
	right: 20px;
}

.faq-banner h2, .faq-banner-inner h2 {
	font-size: 80px;
}

.faq-banner-inner h3 {
	font-size: 50px;
}

.faq-banner-inner hr {
	border-bottom: 4px solid red;
}

.faq-banner-inner .p-sm-5 {
	padding-right: 400px !important;
}

.new-landing, .new-landing h1, .new-landing h2, .new-landing h3 {
	font-family: EurobankSans, sans-serif;
}

	.new-landing nav {
		padding-block: 30px;
	}

header.new-landing {
	box-shadow: 0 1px 4px rgba(0,0,0,0.35);
}

.bg-landing {
	background: url(../Images/v1/bg-banner-landing.jpg) center center no-repeat;
	background-size: cover;
	position: relative;
	min-height: 380px;
}

	.bg-landing::before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: linear-gradient(90deg,rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.1) 100%);
	}

	.bg-landing .container {
		padding-block: 50px;
	}

	.bg-landing p {
		font-size: 18px;
	}

	.bg-landing h3, .login-section h3 {
		/* line-height: 1; */
	}

		.bg-landing h3 span, .login-section h3 span {
			font-size: 18px;
			font-weight: 400;
		}

	.bg-landing a {
		color: #0050B5
	}

.slant-divider {
	position: relative;
	margin-top: -9px;
	height: 18px;
	overflow: hidden;
}

	.slant-divider.top {
		position: relative;
		margin-top: 0;
		margin-bottom: -9px;
		height: 18px;
		overflow: hidden;
	}

	.slant-divider::before {
		content: '';
		position: absolute;
		width: 52%;
		left: -3px;
		margin-left: -2%;
		top: 9px;
		height: 9px;
		background-color: #EA002A;
		-webkit-transform: skew(145deg);
		transform: skew(145deg);
	}

	.slant-divider::after {
		content: '';
		position: absolute;
		width: 52%;
		height: 9px;
		left: calc(50% + 3px);
		top: 0;
		background-color: #021342;
		-webkit-transform: skew(145deg);
		transform: skew(145deg);
	}

.clr-red {
	color: #EA002A;
}

.clr-dark-blue {
	color: #011442;
}

.bg-dark-blue {
	background-color: #011442;
}

.login-section {
	background-color: #f2f2f2;
	margin-top: -9px;
}

.btn-blue {
	background-color: #0050B5;
	padding: 14px 20px;
	color: #fff;
	font-size: 16px;
	text-align: left;
}

	.btn-blue:hover {
		background-color: #3373C4;
		color: #fff;
	}

.btn-white {
	background-color: #fff;
	padding: 14px 20px;
	color: #011442;
	font-size: 16px;
	text-align: left;
}

	.btn-white:hover {
		color: #0050B5;
		box-shadow: 0 1px 4px rgba(0,0,0,0.35), 0 0px 10px rgba(0,0,0,0.25);
	}

		.btn-white:hover img {
			filter: brightness(0) saturate(100%) invert(20%) sepia(100%) saturate(2469%) hue-rotate(203deg) brightness(81%) contrast(106%);
		}

.border-box-right {
	border-right: 1px solid #0115421a;
}

.landing-accordion {
	color: #4A4A4A;
}

	.landing-accordion .sub-acc {
		margin: 0;
		background-color: transparent;
		width: 100%;
		font-weight: 700;
		font-size: 24px;
	}

		.landing-accordion .sub-acc::after {
			background: url(../Images/v1/plus.svg) no-repeat;
			height: 24px;
			width: 24px;
			top: 50%;
			right: 16px;
			margin-top: -12px;
		}

	.landing-accordion .active::after {
		background: url(../Images/v1/minus.svg) no-repeat;
		transform: rotate(-180deg);
	}

	.landing-accordion .sub-panel {
		font-size: 16px;
		padding-right: 30px;
		/* padding-bottom: 30px; */
	}

	.landing-accordion .panel {
		background-color: transparent;
	}

.bg-dark-blue a {
	color: #fff;
}

	.bg-dark-blue a:hover {
		text-decoration: underline;
	}

.list-bullet-check li {
	position: relative;
	padding-left: 40px;
	margin-bottom: 10px;
}

	.list-bullet-check li::before {
		content: '';
		position: absolute;
		background: url(../Images/v1/check-circle.svg) center center no-repeat;
		height: 32px;
		width: 32px;
		left: 0;
	}

.bg-possibility {
	background: url(../Images/v1/img-improved-possibilities.png) center center no-repeat;
}

.new-landing footer {
	background-color: #fafafa;
}

	.new-landing footer a {
		color: #011442;
	}

		.new-landing footer a:hover {
			text-decoration: underline;
		}

	.new-landing footer hr {
		border-width: 2px;
	}

.font-14 {
	font-size: 14px;
}

.font-18 {
	font-size: 18px;
}


@media screen and (min-width:1399px) {
	.new-landing .container {
		max-width: 1300px;
	}
}

@media only screen and (max-width: 600px) {
	.border-box-right {
		border-right: none;
	}

	.login-section .btn-blue {
		width: 280px;
		margin-inline: auto;
	}
}


@media screen and (max-width:1399px) {
	.faq-box {
		border-radius: 24px;
		padding: 3vw 3vw 2vw 3vw;
		font-size: 36px;
	}

		.faq-box span:last-child {
			font-size: 20px;
		}

			.faq-box span:last-child::after {
				font-size: 40px;
			}

	.main-acc {
		font-size: 30px;
	}

	.sub-acc {
		font-size: 20px;
	}

	.main-acc::after {
		font-size: 30px;
	}

	.sub-panel {
		font-size: 18px;
	}

	.faq-banner h2, .faq-banner-inner h2 {
		font-size: 60px;
	}

	.faq-banner-inner h3 {
		font-size: 35px;
	}
}

@media screen and (max-width:991px) {
	.faq-box {
		border-radius: 20px;
		font-size: 30px;
	}

		.faq-box span:last-child {
			font-size: 18px;
		}

			.faq-box span:last-child::after {
				font-size: 30px;
			}

	.faq-banner h2, .faq-banner-inner h2 {
		font-size: 40px;
	}

	.faq-banner-inner h3 {
		font-size: 25px;
	}

	.faq-banner-inner .p-sm-5 {
		padding-right: 300px !important;
	}

	.faq-banner-inner .img-question {
		width: 250px;
	}
}

@media screen and (max-width:767px) {
	.faq-box {
		border-radius: 16px;
		font-size: 24px;
	}

	.main-acc {
		font-size: 24px;
	}

	.sub-acc {
		margin: 20px 20px 0 10px;
		padding: 10px 20px 10px 20px;
		font-size: 18px;
	}

		.sub-acc::after {
			height: 30px;
			width: 30px;
			right: -15px;
			margin-top: -15px;
			background-size: 30px;
		}

	.main-acc::after {
		font-size: 20px;
	}

	.sub-panel {
		font-size: 16px;
		padding-left: 10px;
	}

	.faq-banner h2, .faq-banner-inner h2 {
		font-size: 36px;
	}

	.faq-banner-inner h3 {
		font-size: 20px;
	}

	.faq-banner-inner .p-sm-5 {
		padding-right: 150px !important;
	}

	.faq-banner-inner .img-question {
		width: 150px;
		top: auto;
		bottom: -50px;
	}

	.landing-accordion .sub-acc {
		padding-right: 38px;
	}

	.landing-accordion .sub-panel {
		padding-left: 20px;
	}
}

.new-landing .container-fluid {
	padding-inline: 15px !important;
}
#back-to-top {
	position: fixed;
	bottom: 20px;
	right: 15px;
	z-index: 9999;
	width: 36px;
	height: 36px;
	text-align: center;
	line-height: 30px;
	font-size: 26px;
	color: #fff;
	cursor: pointer;
	border: 0;
	border-radius: 2px;
	text-decoration: none;
	transition: opacity .2s ease-out;
	opacity: 0;
	border: 1px solid #d21a1a;
	background: #d21a1a;
	border-radius: 50%;
	color: #fff;
}
#back-to-top.show {
	opacity: 1;
}