.esg .section+.section {
	padding-top:50px;
}
.esg__title {
	position: relative;
	max-width: 80%;
	margin-top: 0px;
	margin-bottom: 50px;
	padding-top: 54px;
	float: left;
	color: #000;
	font-size: 60px;
	line-height: 1.2em;
	font-weight: 600;
	text-align: left;
	text-transform: uppercase;
	font-family: Oswald, sans-serif;
}
.esg__resources .esg__title {
	margin-bottom: 8px;
	clear: left;
	font-size: 110px;
	line-height: 1em;
	letter-spacing: -2px;
}
.show-mobile, .show-desktop {
	font-family: FFDINWebProCondensedBold;
	font-weight: 400;
	font-style: normal;
	text-transform: uppercase;
	font-size: 25px;
	color: #13212e;
	line-height: 1.3;
	margin-bottom: 15px;
}
.show-mobile {
	display: none;
}
.show-desktop {
	display: block;
}

.esg__row {
	display: flex;
	flex-wrap: wrap;
}
.esg__col {
	float: none;
	position: relative;
}
.esg__overlay {
	position: fixed;
	z-index: 22;
	left: 0;
	top:0;
	right:0;
	bottom:0;
	background: rgba(0,0,0,0.8);
	display: none;
}
.esg__plan-block {
	display: none;
	position: relative;
	background-color: #FFFFFF;
	box-shadow: 0 0 24px 0 rgb(0 0 0 / 10%);
	padding: 32px 37px;
}

.esg__plan-block.block-left svg {
	width: 54px;
	height: 54px;
	position: absolute;
	top: 0;
	right: -27px;
}
.esg__plan-block.block-right svg {
	width: 54px;
	height: 54px;
	position: absolute;
	top: 0;
	left:-27px;
}
.esg__plan-block h3 {
	font-size: 32px;
	letter-spacing: 0;
	line-height: 26px;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 1rem;
}
.esg__plan-block p,  .esg__plan-block li {
	font-size: 14px;
	line-height: 20px;
	color: #858586;
}
.esg__plan-block ul {
	list-style: none;
	padding: 0;
	overflow-wrap: break-word;
}
.esg__plan-block ul li {
	position: relative;
	padding-left: 25px;
	margin-bottom: 0px;
}
.esg__plan-block ul li:before {
	content: url(../img/tick-icon-gfg.svg);
	position: absolute;
	top: 0;
	left: 0;
}

.esg__plan-block .button {
	padding: 13px 16px 10px;
	border: solid 1px #000;
	color: transparent;
	background-color: #fff;
	position: relative;
	display: inline-block;
	font-size: 0.9375rem;
	line-height: 1.5;
	letter-spacing: 0.95px;
	text-transform: uppercase;
	border-radius: 0px;
	cursor: pointer;
	overflow: hidden;
	transition: 0.2s all ease-in;
}
.esg__plan-block .button div {
	height: 22px;
}

.esg__plan-block .button > div {
	overflow: hidden;
	position: relative;
}


.esg__plan-block .button > div > span {
	display: block;
	color: #fff;
	transition: 0.7s cubic-bezier(0.485, 0.135, 0, 0.995);
}
.esg__plan-block .button span, .esg__plan-block .button > div > span {
	color: #000;
	font-weight: bold;
}
.esg__plan-block .button:hover span {
	transform: translateY(-100%);
	transition: 0.7s cubic-bezier(0.485, 0.135, 0, 0.995);
}
.esg__plan-block .button:hover span.invisible {
	transform: translateY(-100%);
	transition: 0.7s cubic-bezier(0.485, 0.135, 0, 0.995);
	transition-delay: 0.2s;
	visibility: visible;
}
.esg__plan-block .button > div > span.invisible {
	transform: translateY(-18%);
	position: absolute;
	width: 100%;
}
.esg__plan-content .card-target {
	fill: transparent;
	cursor: pointer;
	pointer-events: all;
}

.esg__plan-block-close {
	color: #333;
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	box-shadow: none;
	touch-action: manipulation;
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: 0.65;
	font-style: normal;
	font-size: 28px;
	-webkit-user-select: none;
	user-select: none;
	display: none;
}
.esg__plan-block-close:hover {
	opacity: 1;
}
.esg__report-block {
	position: relative;
	margin-top: 80px;
	padding: 130px 50px 60px 50px;
	background-color: #000;
	color: #fff;
	max-width: 100%;
}
.esg__report-block:before, .esg__report-block:after {
	content: " ";
	display: table;
	grid-column-start: 1;
	grid-row-start: 1;
	grid-column-end: 2;
	grid-row-end: 2;
}
.esg__report-block:after {
	clear: both;
}

.esg__report-block-img {
	left: 11vw;
	position: absolute;
	top: -50px;
	right: auto;
	bottom: auto;
	width: 520px;
	border: 1px solid #000;
	max-width: 100%;
	vertical-align: middle;
	display: inline-block;
}

.esg__report-button {
	float: right;
	background-color: #fff;
	color: #000;
	width: auto;
	margin-top: 50px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	clear: left;
	border-top: 1px none #000;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
	font-family: Oswald, sans-serif;
	font-weight: 300;
	text-align: center;
	text-transform: uppercase;
}
.esg__report-button .module {
	position: relative;
	width: 100%;
	padding-right: 25px;
	padding-left: 25px;
	float: left;
	clear: left;
}
.esg__report-button .button-txt {
	margin-top: 19px;
	margin-bottom: 19px;
	line-height: 1.4em;
	color: #000;
	font-family: Oswald, sans-serif;
}

.esg__resources-button {
	float: left;
	background-color: #000;
	color: #f2f2f2;
	width: auto;
	margin-top: 50px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	clear: left;
	border-top: 1px none #000;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
	font-family: Oswald, sans-serif;
	font-weight: 300;
	text-align: center;
	text-transform: uppercase;
}

.esg__resources:before, .esg__resources:after {
	content: " ";
	display: table;
	grid-column-start: 1;
	grid-row-start: 1;
	grid-column-end: 2;
	grid-row-end: 2;
}
.esg__resources:after {
	clear: both;
}

.esg__resources-button .module {
	position: relative;
	width: 100%;
	padding-right: 25px;
	padding-left: 25px;
	float: left;
	clear: left;
}
.esg__resources-button .button-txt {
	margin-top: 19px;
	margin-bottom: 19px;
	line-height: 1.4em;
	color: #f2f2f2;
	font-family: Oswald, sans-serif;
}
@media (min-width: 992px) {
	.esg__overlay {
		display: none !important;
	}
	.esg__plan-block.block-left:nth-of-type(2),
	.esg__plan-block.block-right:nth-of-type(2) {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
	}
	.esg__plan-block.block-left:last-of-type,
	.esg__plan-block.block-right:last-of-type {
		position: absolute;
		bottom: 0;
	}
}
@media screen and (max-width: 991px){
	.esg__resources .esg__title  {
		position: relative;
		margin-left: 0px;
		font-size: 6rem;
	}
	.show-mobile {
		display: block;
	}
	.show-desktop {
		display: none;
	}
	.esg__plan-block {
		max-width: 600px;
		max-width: 80vw;
		margin: auto;
		width: 100%;
		position: fixed;
		left: 50%;
		top:50%;
		transform: translate(-50%,-50%);
		z-index: 23;
	}
	.esg__plan-block.block-left svg {
		left:-27px;
		right: auto;
	}
	.esg__plan-block-close {
		display: block;
	}
	.esg__report-block {
		padding-top: 233px;
		display: flex;
		margin-top: 0px;
		flex-direction: column;
		align-items: center;
		text-align: center;
	}

	.esg__report .esg__title {
		margin-bottom: 100px;
	}

}
@media screen and (max-width: 767px){
	.esg__title  {
		font-size: 50px;
	}
	.esg__resources .esg__title  {
		font-size: 4rem;
	}
}
@media screen and (max-width: 479px){
	.esg__title  {
		font-size: 45px;
	}
	.esg__report-button {
		margin-top: 0;
	}
}

