.ov {
	background-color: #CF212B;
	border-radius: 28px;
	padding: 25px;
}

.op {
	background-color: #231F20;
	border-radius: 28px;
	padding: 25px;
}

.om {
	background-color: #EFF0F0;
	border-radius: 28px;
	padding: 25px;
}

.roundredborder {
	width: 95%;
	border: 1px solid #CF212B;
	border-radius: 28px;
}

.switch-blue {
	color: #254670!important;
}

.switch-pink {
	color: #EC008C!important;
}

.switch-darkgrey {
	color: #4A5764!important;
}

.switch-green {
	color: #40AE49!important;
}

.accordion-header-black {
    width: 100%;
    background-color: #000000;
    color: white;
    border: none;
    text-align: left;
    padding: 20px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 25px;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.accordion-header-black {
    background: linear-gradient(90deg, #000000 40%, transparent 40%);
}

.accordion-header-black::before {
    content: "";
    height: 1px;
    background-color: #000000;
    width: 100%;
    position: absolute;
    left: 40%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 0;
}

.accordion-heading-black {
	text-transform: none;
	font-weight: 700;
}

.accordion-icon-black {
    width: 35px;
    height: 35px;
    background-color: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
    position: absolute;
    right: 0px;
    z-index: 1;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    transition: transform 0.3s ease;
}

.accordion-icon-black::before {
    content: "";
    width: 8px;
    height: 8px;
    border: 1px solid white;
    border-width: 0 3px 3px 0;
    display: inline-block;
    transform: rotate(45deg);
}

.grey-bg {
	width: 45%;
	height: 250px;
	background-color: #E7E7E8;
	display: flex;
}

.round-left {
	width: 30%;
	height: 250px;
	background-color: #E7E7E8;
	border-radius: 0 75% 75% 0;
}

.grey-leader-block {
	width: 100%;
	margin: 0!important;
}

.gap-0 {
	gap: 0px!important;
}

.grey-bg-block {
	background-color: #F3F3F4;
	padding: 15px;
}

.invest-blackbg {
    background: #000000;
    color: #fff;
    padding: 5px;
}

.yellow-bg {
	background-color: #F5AD1A;
}

.grey-bg-tbl {
	background-color: #CED1DB;
}

.darkgrey-bg {
	background-color: #4A5764;
}

.red-bg {
	background-color: #CF212B;
}

.green-bg {
	background-color: #56B278;
}

.blue-bg {
	background-color: #30709C;
}


.sectors-row {
    display: flex;
    gap: 2%;
}

.sectors-row div {
    flex-basis: 32%;
}

.sectors-white {
	background: #FFFFFF;
	height: 5px;
}

.sectors-blue {
    background: #002C57;
    color: #fff;
    padding: 15px;
    text-align: center;
    font-weight: 700;
    font-size: clamp(1.2rem, calc(1.2 / 80* 100vw), 2rem);
}

.sectors-bg-one {
    background: #D1D4E2;
    padding: 10px;
    text-align: center;
    font-size: clamp(1.2rem, calc(1.2 / 80* 100vw), 1.6rem);
    min-height: 85px;
}

.sectors-grey {
    background: #505A67;
    color: #fff;
    padding: 15px;
    text-align: center;
    font-weight: 700;
    font-size: clamp(1.2rem, calc(1.2 / 80* 100vw), 2rem);
}

.sectors-bg-two {
    background: #E1E0E4;
    padding: 10px;
    text-align: center;
    font-size: clamp(1.2rem, calc(1.2 / 80* 100vw), 1.6rem);
    min-height: 85px;
}

.sectors-green {
    background: #3FA535;
    color: #fff;
    padding: 15px;
    text-align: center;
    font-weight: 700;
    font-size: clamp(1.2rem, calc(1.2 / 80* 100vw), 2rem);
}

.sectors-bg-three {
    background: #E9F1E2;
    padding: 10px;
    text-align: center;
    font-size: clamp(1.2rem, calc(1.2 / 80* 100vw), 1.6rem);
    min-height: 85px;
}

.sectors-lightblue {
    background: #44627D;
    color: #FFFFFF;
    padding: 15px;
    text-align: center;
    font-weight: 700;
    font-size: clamp(1.2rem, calc(1.2 / 80* 100vw), 2rem);
}

.sectors-bg-fouri {
    background: #EFF0F0;
    padding: 10px;
}

.sdgs {
	justify-content: center;
}

tr.finthinlinewhite td  {
	border-bottom: 1px solid #FFFFFF;
}

.darkblue-bg {
	background-color: #002B59;
}

.lightblue-bg {
	background-color: #D6DBE7;
}

.gap-2p {
	gap: 2%!important;
}

.blue-background-block {
    background: #002C57;
    color: #fff;
    padding: 25px;
    border: 1px solid #000;
}

.grey-background-block {
    background: #505A67;
    color: #fff;
    padding: 25px;
    border: 1px solid #000;
}

.green-background-block {
    background: #3FA535;
    color: #fff;
    padding: 25px;
    border: 1px solid #000;
}

.left70 {
    flex-basis: 70%;
}

.right30 {
    flex-basis: 30%;
    text-align: right;
}

.delivering-sdgs {
	justify-content: end;
}

.round-sdg {
	border-radius: 5px;
}


ul.arrow-red {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

ul.arrow-red li {
    font-size: clamp(1.2rem, calc(1.2 / 80* 100vw), 1.6rem);
    margin-bottom: 10px;
    line-height: 1.5;
    font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-style: normal;
    font-weight: 300;
    color: #4C4D4F;
    position: relative;
    padding-left: 30px;
}

ul.arrow-red li:before {
    content: '\2192';
    position: absolute;
    left: 0px;
    top: 2px;
    font-size: 14px;
    font-weight: bold;
    color: #E30613;
}

.bigger {
	font-size: clamp(1.3rem, calc(1.2 / 80* 100vw), 1.7rem);
}

#back-to-top {
    display: none;
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 200px;
    right: 30px;
    z-index: 99;
    outline: none;
    background-color: #EBEBED;
    cursor: pointer;
    border-radius: 50%;
    border: 1px solid #CF212B;
}

#back-to-top:after {
    content: '\e941';
    font-family: "icomoon";
    position: absolute;
    font-size: 20px;
    color: #CF212B;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.intro-35 {
    font-size: clamp(1.4rem, calc(1.2 / 80* 100vw), 3.2rem);
    line-height: 1.3;
}

ul.list-redbox {list-style:none; margin:0px; padding:0px;}
ul.list-redbox li {position:relative; padding-left:30px; font-size: clamp(1.2rem, calc(1.2 / 80* 100vw), 1.6rem); margin-bottom:10px;  line-height:1.3; font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif"; font-style: normal; font-weight: 300;
color: #4C4D4F; margin-top: 0px;}
ul.list-redbox li:before {content:url('../images/red-box-arrow.png'); position:absolute; top:0px; left:0px;}

ul.list-whitebox {list-style:none; margin:0px; padding:0px;}
ul.list-whitebox li {position:relative; padding-left:30px; font-size: clamp(1.2rem, calc(1.2 / 80* 100vw), 1.6rem); margin-bottom:10px;  line-height:1.3; font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif"; font-style: normal; font-weight: 300;
color: #fff; margin-top: 0px;}
ul.list-whitebox li:before {content:url('../images/red-box-arrow.png'); position:absolute; top:0px; left:0px;}




/*RESPONSIVE*/
@media (max-width: 1280px){
.wwa-row {flex-wrap: wrap;gap: 15px;padding-bottom: 15px;}
.left-column {flex: 0 0 100%;font-size: 14px;line-height: 1.4;}
.right-columns {flex: 0 0 100%;flex-wrap: wrap;gap: 15px;}
.card {flex: 1 1 100%;padding: 15px;}
.right-columns .card:not(:last-child)::after{ display: none;}
.card-header {font-size: 14px;padding: 8px;}
.card-body {flex-direction: column;gap: 5px;}
.card-body .arrow {padding: 15px 20px;}
}


@media screen and (max-width: 1080px) {

	
    .row {
        display: flex;
        flex-wrap: wrap;
    }
	
	.right-col img {
        display: none;
    }
	
	.right-col {
		display: none;
	}	
	
	.report-row img {
        display: none;
    }
	
	.report-row div:nth-of-type(1) {
        display: none;
    }
	
	.mid-col {
    	flex-basis: 70%;
	}
	
	div.col-4.ov {
   	 	flex-basis: 100%;
	}
	div.col-4.op {
   	 	flex-basis: 100%;
	}
	div.col-4.om {
   	 	flex-basis: 100%;
	}
	.grey-bg {
    	width: 65%;
	}	
	
	.graphs-row {
    	gap: 10px;
	}
	
    .col-comm {
        flex-basis: 100%;
    }
	
	.whitebkr-border {
    	width: 150%;
	}
	
	.greybkr-red-border {
    	width: 165%;
	}	
	
	.grey-bg {
        width: 70%;
    }
	
	.round-left {
    	width: 30%;
	}
	
	.col-5 {
    	flex-basis: 100%;
	}
	
	.whitebkr-border-radius {
    	width: 285%;
	}
	
}





@media screen and (max-width: 980px) {
.financial-item { flex: 1 1 100%; max-width:100%;}
.hpcb-tabs {display: flex; flex-wrap: wrap;}
}


@media screen and (max-width: 768px) {

    .grey-bg {
        display: none;
    }
	
	.round-left {
        display: none;
    }
	
	
	
}




@media screen and (max-width: 600px) {

	 .mid-col {
        flex-basis: 65%;
    }
	
	

	
}

  



@media screen and (max-width: 500px) {

	 .mid-col {
        flex-basis: 60%;
    }
	
	
	
	
}




@media screen and (max-width: 480px) {

	 .mid-col {
        flex-basis: 55%;
    }
		
	
	
	
}





@media screen and (max-width: 375px) {

	.left-col {
    	flex-basis: 100%;
	}
    .mid-col {
        flex-basis: 100%;
    }		
	
	
}






















