.cols {
	
	display:flex;
	align-items: center;
	justify-content: space-between;
	
}
.cols.align-top {
	align-items: start;
}
.cols.align-bottom {
	align-items: end;
}
.cols.stretch {
	align-items: stretch;
}
.cols.stretch2 {
	align-items: stretch;
	padding:20px;
}
.cols.stretch3 {
	align-items: stretch;
	padding:0px;
	color:black;
	border:3px;
	border-bottom-style: dotted;
}
.cols .left {
	flex-basis: 50%;
	position: relative;
}
.cols .right {
	flex-basis: 50%;
	position: relative;
}

.cols .left5 {
	flex-basis: 55%;
	position: relative;
}
.cols .right5 {
	flex-basis: 45%;
	position: relative;
}

.cols .first1{
	flex-basis: 30%;
	position: relative;
	color:white;
	font-weight:800;
	font-size:14px;
	line-height: 1.4em;
	border:3px;
	border-right-style: dotted;
	padding:10px;
}
.cols .second2{
	flex-basis: 30%;
	position: relative;
	color:white;
	font-weight:800;
	font-size:14px;
	line-height: 1.4em;
	border:3px;
	border-right-style: dotted;
	padding:10px;
	
}

.cols .third3{
	flex-basis: 20%;
	position: relative;
	color:white;
	font-weight:800;
	font-size:14px;
	line-height: 1.4em;
	border:3px;
	border-right-style: dotted;
	padding:10px;
}
.cols .fourth4{
	flex-basis: 20%;
	position: relative;
	color:white;
	font-weight:800;
	font-size:14px;
	line-height: 1.4em;
	padding:10px;
}
.border_dotted{
	color:black;
	border:3px;
	border-right-style: dotted;
}
.header_row{
	box-sizing: border-box;
	 display: flex;
	width:100%;
	padding: 5px;
	position: fixed;
	top: 0;
	z-index: 9;
	background-color:white;
}
.header_row:after {
  content: "";
  display: table;
  clear: both;
}
.header_left{
	flex: 40%;
	position: relative;
}
.header_right{
	flex: 40%;
	position: relative;
}
.content {
	padding-top: 76px;
}
.cols .left2 {
	flex-basis: 74%;
	position: relative;
        background: #2177ae;
padding-bottom: -10px;
border-radius: 0px 25px 25px 0px;
}
.cols .right2 {
	flex-basis: 25%;
	position: relative;
border-radius: 25px;
background: #c5e0f1;
	margin-left:10px;
	padding-right:20px;
	padding:15px;
}
.cols .left3 {
	flex-basis: 30%;
	position: relative;
}
.cols .middle3 {
	flex-basis: 40%;
	position: relative;
	max-width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.cols .right3 {
	flex-basis: 30%;
	position: relative;
}
.cols .col.col-60 {
	flex-basis: 60%;
}
.cols .col.col-40 {
	flex-basis: 40%;
}
.cols .col.col-55 {
	flex-basis: 55%;
}
.cols .col.col-45 {
	flex-basis: 45%;
}
.cols .col.col-65 {
	flex-basis: 65%;
}
.cols .col.col-35 {
	flex-basis: 35%;
}
.cols .col.col-30 {
	flex-basis: 30%;
}
.cols .col.col-20 {
	flex-basis: 20%;
}
.cols .col.col-80 {
	flex-basis: 80%;
}
.cols .col.col-30 {
	flex-basis: 30%;
}
.cols .col.col-70 {
	flex-basis: 70%;
}
.cols .col.col-25 {
	flex-basis: 25%;
}
.cols .col.col-75 {
	flex-basis: 75%;
}
.cols.flex-gap-x1  .col.col50 {
	flex-basis: calc(50% - 36px);
}
.cols.flex-gap-x1  .col.col-60 {
	flex-basis: calc(60% - 36px);
}
.cols.flex-gap-x1  .col.col-40 {
	flex-basis: calc(40% - 36px);
}
.cols.flex-gap-x1  .col.col-55 {
	flex-basis: calc(55% - 36px);
}
.cols.flex-gap-x1  .col.col-45 {
	flex-basis: calc(45% - 36px);
}
.cols.flex-gap-x1  .col.col-65 {
	flex-basis: calc(65% - 36px);
}
.cols.flex-gap-x1  .col.col-70 {
	flex-basis: calc(70% - 36px);
}
.cols.flex-gap-x1  .col.col-35 {
	flex-basis: calc(35% - 36px);
}
.cols.flex-gap-x1  .col.col-30 {
	flex-basis: calc(30% - 36px);
}
.cols.flex-gap-x1  .col.col-20 {
	flex-basis: calc(20% - 36px);
}
.cols.flex-gap-x1  .col.col-80 {
	flex-basis: calc(80% - 36px);
}
.cols.flex-gap-half  .col.col-20 {
	flex-basis: calc(20% - 18px);
}
.cols.flex-gap-half  .col.col-80 {
	flex-basis: calc(80% - 18px);
}
.cols.flex-gap-half  .col.col-30 {
	flex-basis: calc(30% - 18px);
}
.cols.flex-gap-half  .col.col-70 {
	flex-basis: calc(70% - 18px);
}
.cols.flex-gap-half  .col.col-25 {
	flex-basis: calc(25% - 18px);
}
.cols.flex-gap-half  .col.col-75 {
	flex-basis: calc(75% - 18px);
}
.cols.flex-gap-x1 {
	justify-content: space-between;
}
.cols.flex-gap-x1 .left {
	flex-basis: calc(50% - 36px);
}
.cols.flex-gap-x1 .right {
	flex-basis: calc(50% - 36px);
}
.padding {
	padding: 72px;
}
.padding2 {
	padding-left: 30px;
	padding-right: 30px;
	padding-top:30px;
	padding-bottom:10px;
}
.padding-top-0 {
	padding-top: 0;
}
.padding-top-x2 {
	padding-top: 72px;
}
.padding-bottom-x2 {
	padding-bottom: 72px;
}
.padding-top-x1 {
	padding-top: 36px;
}
.padding-bottom-x1 {
	padding-bottom: 36px;
}
.padding-top-x3 {
	padding-top: 10px;
}
.padding-bottom-x3 {
	padding-bottom: 108px;
}
.padding-bottom-half {
	padding-bottom: 36px;
}
.offset-x1 {
	margin-top: -36px;
}
.limit-width {
	max-width: 1200px;
	margin: 0 auto;
}
.limit-width.narrow {
	max-width: 1080px;
}
.col40 {
	width: 40vw;
}
.col50 {
	width: 50vw;
}
.col60 {
	width: 60%;
}
.margin-x1 {
	margin: 36px;
}
.margin-x2 {
	margin: 72px;
}
.margin-half {
	margin: 18px;
}
.margin-top-half {
	margin-top: 18px;
}
.margin-left-half {
	margin-left: 18px;
}
.margin-right-half {
	margin-right: 18px;
}
.margin-bottom-half {
	margin-bottom: 18px;
}
.margin-bottom-quarter {
	margin-bottom: 9px;
}
.margin-top-x1 {
	margin-top: 36px;
}
.margin-left-x1 {
	margin-left: 36px;
}
.margin-right-x1 {
	margin-right: 36px;
}
.margin-bottom-x1 {
	margin-bottom: 36px;
	margin-top: 36px;
}
.margin-bottom-x11 {
	margin-bottom: 15px;

}
.margin-bottom-x12 {
	margin-bottom: 36px;
	margin-top: 36px;
}
.margin-top-x2 {
	margin-top: 72px;
}
.margin-bottom-x2 {
	margin-bottom: 72px;
}
.bg-gradient {
	background: linear-gradient(90deg, #CCDAE0 0%, rgba(255, 255, 255, 0.5) 51.04%, #CCDAE0 100%);
}
.highlight-stat {
	display: flex;
	margin: 0;
	align-items: start;
}
.highlight-stat.flex-vertical {
	flex-direction: column;
	align-items: start;
}
.highlight-stat .highlight-stat-content {
	margin-right: 24px;
}
.highlight-stat.flex-vertical .highlight-stat-content {
	margin-right: 0;
	margin-top: 18px;
}
.highlight-stat .highlight-stat-icon {
	flex-shrink: 0;
	flex-grow: 0;
	margin-right: 18px;
}
.highlight-stat .highlight-stat-icon img {
	width: 48px;
	height: 48px;
	object-fit: contain;
}

.section-stats {
	display: flex;	
	border-radius: 10px;
	padding: 18px 0;
	position: relative;
	/* bottom: 12%;
	right: 55%; */
	align-items: start;
	border: 1px solid #ffffff;
	background-color: #546e74;
}
.chairman .section-stats {
	bottom: 0;
	top: auto;
	right: 0;
	left: auto;
}
.gdirector .section-stats {
	bottom: auto;
	top: 85%;
	right: auto;
	left: -2%;
}
.finance .section-stats {
	bottom: 0;
	top: auto;
	right: auto;
	left: 0;
}
.profile-text {
	text-align: left;
	padding: 0 28px;
	flex-basis: 50%;
	width: 50%;
}
.section-stats .profile-text:not(:last-of-type) {
	border-right: 1px solid #dddddd;
}
.profile-stat {
	display: flex;
	margin: 0 auto;
	align-items: center;
}
.profile-stat.flex-vertical {
	flex-direction: column;
	align-items: end;
}
.profile-stat .profile-stat-content {
	
}
.profile-stat.flex-vertical .profile-stat-content {
	margin-right: 0;
	margin-top: 18px;
}
.profile-stat .profile-stat-icon {
	flex-shrink: 0;
	flex-grow: 1;
}
.profile-stat .profile-stat-icon img {
	width: 64px;
}
.profile-stat .count {
	border-bottom: 1px solid #ffffff;
	padding-bottom: 0.4em;
	margin-bottom: 0.3em;
}
.align-center {
	text-align: center;
}

.highlight-boxes .highlight-box .highlight-stat {
	padding: 24px 0px;
	flex-basis: 33.33%;
	border-bottom: 1px solid #92A1B4;
}
.highlight-boxes .highlight-box .highlight-stat.flex-width-100.flex-title {
	flex-basis: 100%;
	border-bottom: 0;
	padding-bottom: 0;
}
.highlight-boxes .highlight-box.financial .highlight-stat {
	flex-basis: fit-content;
	flex-shrink: 1;
	flex-grow: 1;
}
.highlight-boxes .highlight-box.financial .highlight-stat.x2 {
	flex-basis: 33.33%;
}
.highlight-boxes .highlight-box.financial .highlight-stat:nth-last-child(3) {
	flex-grow: 0;
	flex-basis: 40%;
}
.highlight-boxes .highlight-box.financial .highlight-stat:nth-last-child(2) {
	flex-grow: 0;
}
.highlight-boxes .highlight-box.financial .highlight-stat:nth-last-child(1) {
	
}

.highlight-boxes .highlight-box.sustainability .highlight-stat {
	flex-basis: fit-content;
	flex-shrink: 1;
	flex-grow: 1;
}
.highlight-boxes .highlight-box.sustainability .highlight-stat:nth-last-child(5) {
	flex-basis: 60%;
}
.highlight-boxes .highlight-box.sustainability .highlight-stat:nth-last-child(4) {
	flex-basis: 40%;
}
.highlight-boxes .highlight-box.sustainability .highlight-stat:nth-last-child(3) {
	flex-basis: 33.33%;
}
.highlight-boxes .highlight-box.sustainability .highlight-stat:nth-last-child(2) {
	flex-basis: 33.33%;
}
.highlight-boxes .highlight-box.sustainability .highlight-stat:nth-last-child(1) {
	flex-basis: 33.33%;
}
/* .highlight-boxes .highlight-box.financial .highlight-stat.x2 {
	flex-basis: 40%;
}

.highlight-boxes .highlight-box .highlight-stat.flex25 {
	flex-basis: 25%;
}
.highlight-boxes .highlight-box .highlight-stat.flex15 {
	flex-basis: 15%;
}
.highlight-boxes .highlight-box .highlight-stat.flex35 {
	flex-basis: 35%;
}
.highlight-boxes .highlight-box .highlight-stat.flex40 {
	flex-basis: 40%;
}  */

.tab_background1{
	background:#577087;
	padding:50px;
	margin:5px;
	border-radius: 15px;
	
}
.tab_background2{
	background:#629abd;
	padding:50px;
	margin:5px;
	border-radius: 15px;
	
	
}

.tab_background3{
	background:#4d7581;
	padding:50px;
	margin:5px;
	border-radius: 15px;
	
	
}