.fs14 {
  font-size: 14px; }

.fs22 {
  font-size: 22px; }

.fs24 {
  font-size: 24px;
  line-height: 32px; }

.fs20 {
  font-size: 20px; }

.fs36 {
  font-size: 36px; }

.fs46 {
  font-size: 46px; }

.q1 {
  font-size: 22px;
  line-height: 28px; }

.blue_clr {
  color: #1280c4 !important; }

.black_clr {
  color: #000000 !important; }

.white_clr {
  color: #fff !important; }

.orange_clr {
  color: #f7941d !important; }

.blue_dark_clr {
  color: #00294b !important; }

.purple_dark {
  color: #4c004f !important; }

.green_clr {
  color: #4ba046; }

.green_light_clr {
  color: #00ac5c !important; }

.red_clr {
  color: #ed193a !important; }

.yellow_clr {
  color: #dfa839; }

.white_clr {
  color: #ffffff; }

.grey_clr {
  color: #74715f; }

.light-grey-bg {
  background-color: #eeeeeb; }

.orange2 {
  color: #ef402c; }

.orange3 {
  color: #f2692d; }

.orange4 {
  color: #f99d29; }

.skyblue {
  color: #25bfe4; }

.yellow2 {
  color: #fac414; }

.maroon {
  color: #a31c44; }

.pink {
  color: #de1768; }

.brown {
  color: #c18d2c; }

.green2 {
  color: #427f45; }

.green3 {
  color: #58ba47; }

.darkBlue {
  color: #17496b; }

.strategic-bnr {
  position: relative;
  background-image: url("../images/strategic-objectives-bnr.JPG") !important;
  overflow: hidden; }
  .strategic-bnr h6,
  .strategic-bnr h2 {
    position: relative;
    z-index: 2; }
  .strategic-bnr::after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3); }

.fixed-table {
  table-layout: fixed; }
  @media screen and (max-width: 767px) {
    .fixed-table {
      table-layout: auto;
      width: 1000px; } }

.so-table .tdHead {
  position: relative; }
  .so-table .tdHead::after {
    position: absolute;
    content: '';
    width: 95%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #ffffff;
    z-index: -1;
    border: 1px solid #000000;
    border-bottom: none;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    margin-left: -1px; }
  .so-table .tdHead.greenbg {
    color: #ffffff; }
    .so-table .tdHead.greenbg::after {
      width: 100%;
      background-color: #00ac5c; }
.so-table tr:not(:first-child) td {
  border-left: 1px solid #000000;
  border-bottom: 1px solid #000000; }
.so-table tr:nth-child(1) td:nth-child(1) {
  background-image: url("../images/sb-bg-1.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px; }
.so-table tr:nth-child(4) td:nth-child(1) {
  background-image: url("../images/sb-bg-2.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%; }
.so-table tr:nth-child(6) td:nth-child(1) {
  background-image: url("../images/sb-bg-3.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 250px; }
.so-table tr:nth-child(7) td:nth-child(1) {
  background-image: url("../images/sb-bg-4.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 250px; }
.so-table tr:nth-child(2) td {
  position: relative;
  overflow: hidden; }
  .so-table tr:nth-child(2) td::after {
    content: '';
    width: 95%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #ffffff;
    z-index: -1;
    border-top: 1px solid #000000;
    border-top-left-radius: 16px; }
  .so-table tr:nth-child(2) td.greenbg::after {
    width: 100%; }
  .so-table tr:nth-child(2) td.greenbg::before {
    content: '';
    width: 95%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #00ac5c;
    z-index: -1; }

.sp-num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background-image: url("../images/num-circle-bg.svg");
  background-repeat: no-repeat;
  background-size: cover; }

.strategicEnablers {
  padding: 16px;
  background-color: #eeeeeb;
  border-radius: 16px; }

.rounded-between {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  /*   border: 5px dashed #ffffff; */
  border-radius: 50%;
  line-height: 1;
  font-size: 14px;
  font-weight: 700;
  color: #1280c4;
  background-image: url(../images/cricle-fill.png);
  background-repeat: no-repeat;
  background-size: 38px;
  background-position: center center;
  border: none; }

.topHeads {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px; }
  .topHeads hr {
    width: 80%;
    background-color: #1280c4; }
    @media screen and (max-width: 767px) {
      .topHeads hr {
        width: 30%; } }

.border-right {
  border-right: 1px solid #1280c4;
  padding-left: 16px; }
  @media screen and (max-width: 767px) {
    .border-right {
      border-right: none;
      border-bottom: 1px solid #1280c4; } }

.goal-banner {
  border-radius: 16px;
  overflow: hidden; }
  .goal-banner.environment .banner {
    overflow: hidden; }
    @media screen and (min-width: 1200px) {
      .goal-banner.environment .banner {
        aspect-ratio: 16/5; } }
    .goal-banner.environment .banner img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .goal-banner.environment .banner span {
      display: block;
      height: 47px;
      position: absolute;
      top: 0;
      right: 0;
      background-image: url("../images/env-bg.png");
      background-repeat: no-repeat;
      background-size: cover;
      padding: 16px;
      line-height: 8px;
      color: #ffffff;
      font-weight: 700; }
  .goal-banner.social .banner {
    overflow: hidden; }
    @media screen and (min-width: 1200px) {
      .goal-banner.social .banner {
        aspect-ratio: 16/5; } }
    .goal-banner.social .banner img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .goal-banner.social .banner span {
      display: block;
      min-width: 150px;
      height: 47px;
      position: absolute;
      top: 0;
      right: 0;
      background-image: url("../images/social-bg.png");
      background-repeat: no-repeat;
      background-size: cover;
      padding: 16px;
      line-height: 8px;
      color: #ffffff;
      font-weight: 700;
      text-align: center; }
  .goal-banner.governance .banner {
    overflow: hidden; }
    @media screen and (min-width: 1200px) {
      .goal-banner.governance .banner {
        aspect-ratio: 16/5; } }
    .goal-banner.governance .banner img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .goal-banner.governance .banner span {
      display: block;
      min-width: 150px;
      height: 47px;
      position: absolute;
      top: 0;
      right: 0;
      background-image: url("../images/governance-bg.png");
      background-repeat: no-repeat;
      background-size: cover;
      padding: 16px;
      line-height: 8px;
      color: #ffffff;
      font-weight: 700;
      text-align: center; }

.esg-grid.environment .inner {
  border: 1px solid #00ac5c;
  border-radius: 16px;
  background-color: #ffffff;
  overflow: hidden;
  height: 100%; }
  .esg-grid.environment .inner .head {
    position: relative;
    padding: 1rem; }
    .esg-grid.environment .inner .head::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #ffffff;
      border-bottom-left-radius: 16px;
      border-bottom: 1px solid #00ac5c; }
    .esg-grid.environment .inner .head::before {
      content: '';
      width: 16px;
      height: 16px;
      background-color: #ffffff;
      position: absolute;
      bottom: -16px;
      left: 0;
      z-index: 1; }
    .esg-grid.environment .inner .head span {
      position: relative;
      z-index: 1; }
  .esg-grid.environment .inner .content {
    position: relative;
    padding: 1rem; }
    .esg-grid.environment .inner .content::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #ffffff;
      border-top-right-radius: 16px;
      border-top: 1px solid #00ac5c; }
    .esg-grid.environment .inner .content::before {
      content: '';
      width: 16px;
      height: 16px;
      background-color: #ffffff;
      position: absolute;
      top: -16px;
      right: 0;
      z-index: 1; }
    .esg-grid.environment .inner .content ul {
      margin: 0;
      position: relative;
      z-index: 1;
      list-style: none; }
      .esg-grid.environment .inner .content ul li {
        position: relative;
        line-height: 1.2; }
        .esg-grid.environment .inner .content ul li.small::before {
          content: '';
          display: block;
          width: 8px;
          height: 8px;
          background-color: #00ac5c;
          border-radius: 50%;
          position: absolute;
          left: -18px;
          top: 4px; }
        .esg-grid.environment .inner .content ul li.big::before {
          content: '';
          display: block;
          width: 16px;
          height: 16px;
          background-color: #00ac5c;
          border-radius: 50%;
          position: absolute;
          left: -22px;
          top: 4px; }
.esg-grid.social .inner {
  border: 1px solid #ed193a;
  border-radius: 16px;
  background-color: #ffffff;
  overflow: hidden;
  height: 100%; }
  .esg-grid.social .inner .head {
    position: relative;
    padding: 1rem; }
    .esg-grid.social .inner .head::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #ffffff;
      border-bottom-left-radius: 16px;
      border-bottom: 1px solid #ed193a; }
    .esg-grid.social .inner .head::before {
      content: '';
      width: 16px;
      height: 16px;
      background-color: #ffffff;
      position: absolute;
      bottom: -16px;
      left: 0;
      z-index: 1; }
    .esg-grid.social .inner .head span {
      position: relative;
      z-index: 1; }
  .esg-grid.social .inner .content {
    position: relative;
    padding: 1rem; }
    .esg-grid.social .inner .content::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #ffffff;
      border-top-right-radius: 16px;
      border-top: 1px solid #ed193a; }
    .esg-grid.social .inner .content::before {
      content: '';
      width: 16px;
      height: 16px;
      background-color: #ffffff;
      position: absolute;
      top: -16px;
      right: 0;
      z-index: 1; }
    .esg-grid.social .inner .content ul {
      margin: 0;
      position: relative;
      z-index: 1;
      list-style: none; }
      .esg-grid.social .inner .content ul li {
        position: relative;
        line-height: 1.2; }
        .esg-grid.social .inner .content ul li.small::before {
          content: '';
          display: block;
          width: 8px;
          height: 8px;
          background-color: #ed193a;
          border-radius: 50%;
          position: absolute;
          left: -18px;
          top: 4px; }
        .esg-grid.social .inner .content ul li.big::before {
          content: '';
          display: block;
          width: 16px;
          height: 16px;
          background-color: #ed193a;
          border-radius: 50%;
          position: absolute;
          left: -22px;
          top: 4px; }
.esg-grid.governance .inner {
  border: 1px solid #1280c4;
  border-radius: 16px;
  background-color: #ffffff;
  overflow: hidden;
  height: 100%; }
  .esg-grid.governance .inner .head {
    position: relative;
    padding: 1rem; }
    .esg-grid.governance .inner .head::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #ffffff;
      border-bottom-left-radius: 16px;
      border-bottom: 1px solid #1280c4; }
    .esg-grid.governance .inner .head::before {
      content: '';
      width: 16px;
      height: 16px;
      background-color: #ffffff;
      position: absolute;
      bottom: -16px;
      left: 0;
      z-index: 1; }
    .esg-grid.governance .inner .head span {
      position: relative;
      z-index: 1; }
  .esg-grid.governance .inner .content {
    position: relative;
    padding: 1rem; }
    .esg-grid.governance .inner .content::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #ffffff;
      border-top-right-radius: 16px;
      border-top: 1px solid #1280c4; }
    .esg-grid.governance .inner .content::before {
      content: '';
      width: 16px;
      height: 16px;
      background-color: #ffffff;
      position: absolute;
      top: -16px;
      right: 0;
      z-index: 1; }
    .esg-grid.governance .inner .content ul {
      margin: 0;
      position: relative;
      z-index: 1;
      list-style: none; }
      .esg-grid.governance .inner .content ul li {
        position: relative;
        line-height: 1.2; }
        .esg-grid.governance .inner .content ul li.small::before {
          content: '';
          display: block;
          width: 8px;
          height: 8px;
          background-color: #1280c4;
          border-radius: 50%;
          position: absolute;
          left: -18px;
          top: 4px; }
        .esg-grid.governance .inner .content ul li.big::before {
          content: '';
          display: block;
          width: 16px;
          height: 16px;
          background-color: #1280c4;
          border-radius: 50%;
          position: absolute;
          left: -22px;
          top: 4px; }

.risk-inner {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #000000;
  background-color: #f3f9f5;
  height: 100%; }
  .risk-inner .top {
    background-color: #0090b5; }
    .risk-inner .top .head {
      border-bottom: 0; }
    .risk-inner .top .mid {
      position: relative;
      border-top: 1px solid #000000;
      border-top-left-radius: 16px;
      overflow: hidden; }
      .risk-inner .top .mid::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #ffffff; }
      .risk-inner .top .mid * {
        position: relative;
        z-index: 1; }
  .risk-inner .bottom {
    background-color: #f3f9f5;
    border-top: 1px solid #000000; }
    .risk-inner .bottom ul {
      list-style-image: url("../images/arrow-forward-blue.png"); }

.trends .content h2 {
  font-size: 22px; }
  .trends .content h2 span {
    font-size: 36px; }

.op-imgWrap {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid #000000; }
  @media screen and (min-width: 1200px) {
    .op-imgWrap {
      aspect-ratio: 16/6; } }
  @media screen and (min-width: 1200px) {
    .op-imgWrap.op-imgWrap-3 {
      aspect-ratio: 16/9; } }
  @media screen and (max-width: 767px) {
    .op-imgWrap img {
      aspect-ratio: 4/3;
      object-fit: cover; } }
  @media screen and (min-width: 1200px) {
    .op-imgWrap img {
      width: 100%;
      height: 100%;
      object-fit: cover; } }
  .op-imgWrap .caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%; }
    @media screen and (max-width: 767px) {
      .op-imgWrap .caption {
        position: relative; } }
    .op-imgWrap .caption .top {
      background-color: #0090b5;
      padding: 1rem;
      border-top-left-radius: 20px; }
      @media screen and (max-width: 767px) {
        .op-imgWrap .caption .top {
          border-radius: 0; } }
    .op-imgWrap .caption .bottom {
      padding: 1rem;
      background-color: #eeeeeb;
      border-radius: 20px;
      border-top-right-radius: 0; }
    .op-imgWrap .caption p {
      margin-bottom: 0;
      font-weight: 700; }

.chakra-num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  background-image: url("../images/number-chakra.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  color: #74715f;
  font-weight: 600; }

.notes {
  margin-top: 16px; }
  .notes p {
    font-size: 12px;
    font-style: italic;
    font-weight: 700;
    margin-bottom: 0; }

sup.trademark {
  font-size: 30px;
  top: 0; }

.pillars-ethics ul {
  list-style-image: url("../images/arrow-forward-blue.png");
  margin: 0; }
  .pillars-ethics ul li {
    margin-bottom: 0.5rem; }

.ethics-txt {
  background-color: #0090b5;
  border-radius: 20px;
  overflow: hidden; }

.headSec {
  height: 100%;
  width: 100%;
  position: relative;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 1rem;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  /* display: flex;
  flex-direction: column;
  justify-content: space-between; */ }
  .headSec::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(247, 148, 29, 0.5); }
  .headSec * {
    position: relative;
    z-index: 1; }

.content ul {
  list-style-image: url("../images/arrow-forward-orange.png"); }
.content.content-bottom {
  background-color: #fef2e3;
  border: 1px solid #000000;
  border-left: none;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px; }

.capitals {
  margin-bottom: 24px; }
  .capitals .capHead {
    position: relative;
    height: 100px;
    background-color: #eeeeeb; }
    .capitals .capHead .title {
      position: relative; }
  .capitals:not(:first-child) .capHead::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 3rem;
    height: 100%;
    background-color: #eeeeeb;
    left: -1.5rem;
    z-index: 0; }
    @media screen and (max-width: 767px) {
      .capitals:not(:first-child) .capHead::before {
        left: 0; } }
  .capitals .capBody {
    padding: 0.7rem 2rem; }
    .capitals .capBody h4 {
      font-size: 1.2rem; }
    .capitals .capBody .fs20 {
      font-size: 18px; }
    .capitals .capBody hr {
      margin: 2rem 0; }

.fst-italic span {
  font-style: normal; }

.img-wrp-abs {
  position: absolute;
  right: 0; }
  @media screen and (max-width: 767px) {
    .img-wrp-abs {
      position: relative; } }

.materialityList {
  list-style-image: url("../images/arrow-forward-orange.png");
  padding-left: 2rem; }

.materialityList2 {
  list-style: none;
  padding: 0;
  margin: 0; }
  .materialityList2 li {
    position: relative; }
    .materialityList2 li::before {
      content: '';
      display: inline-block;
      width: 20px;
      height: 10px;
      border-radius: 50px;
      border: 1px solid #000000; }
    .materialityList2 li:nth-child(1)::before {
      background-color: #f7941d; }
    .materialityList2 li:nth-child(2)::before {
      background-color: #00294b; }

.process {
  height: 100%; }
  .process .label {
    background-color: #0080c6;
    color: #ffffff;
    width: fit-content;
    padding: 0.25rem 0.5rem;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px; }
  .process .text {
    width: 100%;
    background-color: #fef2e3;
    color: #00294b;
    padding: 0.5rem;
    border: 1px solid #000000;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    font-weight: 700;
    height: calc(100% - 38px); }

.issuesList {
  list-style: none;
  margin: 0;
  padding: 0; }
  .issuesList li {
    display: flex;
    background-color: #fef2e3;
    border: 1px solid #9c9785;
    border-radius: 16px;
    overflow: hidden;
    width: calc(100% - 80px); }
    .issuesList li p {
      padding: 0.5rem; }
      .issuesList li p:not(:first-child) {
        width: 80px;
        height: 65px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #ffffff;
        font-size: 24px; }

.environmental-materiality {
  background-color: #f3f9f5; }
  .environmental-materiality .banner {
    overflow: hidden;
    border-radius: 28px; }
    .environmental-materiality .banner img {
      border-radius: 28px; }
      @media screen and (max-width: 767px) {
        .environmental-materiality .banner img {
          aspect-ratio: 4/3;
          object-fit: cover; } }
    .environmental-materiality .banner .caption {
      position: absolute;
      bottom: -3px;
      left: -3px;
      width: 275px;
      height: 140px;
      color: #ffffff;
      font-weight: bold;
      background-image: url(../images/bottom-green-shape.png);
      background-repeat: no-repeat;
      background-size: contain;
      background-position: bottom left;
      line-height: 209px;
      text-align: center;
      font-size: 24px; }
  @media screen and (max-width: 767px) {
    .environmental-materiality .table {
      width: 1000px; } }
  .environmental-materiality .table thead tr th:not(:first-child) span {
    display: block;
    width: 100%;
    font-weight: 700;
    text-align: center;
    border-radius: 20px;
    border: 1px solid #000000;
    white-space: nowrap; }
  .environmental-materiality .table thead tr th:nth-child(2) span {
    color: #f7941d;
    background-color: #ffffff; }
  .environmental-materiality .table thead tr th:nth-child(3) span {
    color: #ffffff;
    background-color: #00ac5c; }
  .environmental-materiality .table thead tr th:nth-child(4) span {
    color: #ffffff;
    background-color: #00294b; }
  .environmental-materiality .table thead tr th:nth-child(4) span {
    color: #000000;
    background-color: #ffffff; }
  @media screen and (max-width: 767px) {
    .environmental-materiality .table tbody tr td:first-child {
      padding: 1rem; } }

.social-materiality {
  background-color: #fef3f0; }
  .social-materiality .banner {
    overflow: hidden;
    border-radius: 28px; }
    .social-materiality .banner img {
      border-radius: 28px; }
      @media screen and (max-width: 767px) {
        .social-materiality .banner img {
          aspect-ratio: 4/3;
          object-fit: cover; } }
    .social-materiality .banner .caption {
      position: absolute;
      bottom: -3px;
      left: -3px;
      width: 190px;
      height: 140px;
      color: #ffffff;
      font-weight: bold;
      background-image: url(../images/social-bg2.png);
      background-repeat: no-repeat;
      background-size: contain;
      background-position: bottom left;
      line-height: 209px;
      text-align: center;
      font-size: 24px; }
  @media screen and (max-width: 767px) {
    .social-materiality .table {
      width: 1000px; } }
  .social-materiality .table thead tr th:not(:first-child) span {
    display: block;
    width: 100%;
    font-weight: 700;
    text-align: center;
    border-radius: 20px;
    border: 1px solid #000000;
    white-space: nowrap; }
  .social-materiality .table thead tr th:nth-child(2) span {
    color: #f7941d;
    background-color: #ffffff; }
  .social-materiality .table thead tr th:nth-child(3) span {
    color: #ffffff;
    background-color: #ed1a3b; }
  .social-materiality .table thead tr th:nth-child(4) span {
    color: #ffffff;
    background-color: #00294b; }
  .social-materiality .table thead tr th:nth-child(4) span {
    color: #000000;
    background-color: #ffffff; }

.governance-materiality {
  background-color: #f0f9fe; }
  .governance-materiality .banner {
    overflow: hidden;
    border-radius: 28px; }
    .governance-materiality .banner img {
      border-radius: 28px; }
      @media screen and (max-width: 767px) {
        .governance-materiality .banner img {
          aspect-ratio: 4/3;
          object-fit: cover; } }
    .governance-materiality .banner .caption {
      position: absolute;
      bottom: -3px;
      left: -3px;
      width: 275px;
      height: 140px;
      color: #ffffff;
      font-weight: bold;
      background-image: url(../images/governance-bg2.png);
      background-repeat: no-repeat;
      background-size: contain;
      background-position: bottom left;
      line-height: 209px;
      text-align: center;
      font-size: 24px; }
  @media screen and (max-width: 767px) {
    .governance-materiality .table {
      width: 1000px; } }
  .governance-materiality .table thead tr th:not(:first-child) span {
    display: block;
    width: 100%;
    font-weight: 700;
    text-align: center;
    border-radius: 20px;
    border: 1px solid #000000;
    white-space: nowrap; }
  .governance-materiality .table thead tr th:nth-child(2) span {
    color: #f7941d;
    background-color: #ffffff; }
  .governance-materiality .table thead tr th:nth-child(3) span {
    color: #ffffff;
    background-color: #0080c6; }
  .governance-materiality .table thead tr th:nth-child(4) span {
    color: #ffffff;
    background-color: #00294b; }
  .governance-materiality .table thead tr th:nth-child(4) span {
    color: #000000;
    background-color: #ffffff; }

.numsquare {
  position: absolute;
  margin-left: -24px;
  margin-top: 24px;
  display: flex;
  width: 30px;
  height: 30px;
  background-color: var(--background);
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 700; }
  @media screen and (max-width: 767px) {
    .numsquare {
      margin-left: -12px; } }

.mi-box {
  width: 95%;
  margin: 0 auto;
  border-radius: 16px;
  border-bottom-right-radius: 0;
  overflow: hidden;
  background-color: var(--background); }
  @media screen and (max-width: 767px) {
    .mi-box {
      width: 100%; } }
  .mi-box .mi-box-left {
    background-color: #fef2e3;
    padding: 0.5rem;
    border: 0.5px solid #000000;
    border-radius: 16px;
    border-bottom-right-radius: 0; }
    .mi-box .mi-box-left p {
      margin-bottom: 8px; }
  .mi-box .mi-box-right {
    color: #ffffff;
    font-weight: 700;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center; }

.cricle-outline {
  background-image: url(../images/cricle-oitline.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border: none; }

.EnvironmentalTable td li {
  font-size: 16px; }
.EnvironmentalTable td:nth-child(4) {
  width: 300px; }

/*# sourceMappingURL=amol.css.map */
