/* 
  rem sizes according this projects
0.05rem = 1px
0.1rem = 2px
0.15rem = 3px
0.2rem = 4px
0.25rem = 5px
0.3rem = 6px
0.35rem = 7px;
0.4rem = 8px
0.45rem = 9px
0.5rem = 10px
0.55rem = 11px
0.6rem = 12px
0.65rem = 13px
0.7rem = 14px
0.75rem = 15px
0.8rem = 16px
0.9rem = 18px
1rem = 20px
1.1rem = 22px
1.2rem = 24px
1.3rem = 26px
1.4rem = 28px
1.5rem = 30px
*/


:root {
  --white: #fff;
  --red-da2128: #da2128;
  --black-120304: #120304;
  --grey-E4E4E4: #E4E4E4;
  --font-12: 0.6rem;
  --font-13: 0.65rem;
  --font-14: 0.7rem;
  --font-15: 0.75rem;
  --font-16: 0.8rem;
  --font-18: 0.9rem;
  --font-20: 1rem;
  --font-24: 1.2rem;




  --px-size-4: 0.2rem;
  --px-size-6: 0.3rem;
  --px-size-8: 0.4rem;
  --px-size-10: 0.5rem;
  --px-size-12: 0.6rem;
  --px-size-14: 0.7rem;
  --px-size-15: 0.75rem;
  --px-size-16: 0.8rem;
  --px-size-18: 0.9rem;
  --px-size-20: 1rem;
  --px-size-22: 1.1rem;
  --px-size-24: 1.2rem;
  --px-size-26: 1.3rem;
  --px-size-26: 1.4rem;
  --px-size-30: 1.5rem;
  --px-size-32: 1.6rem;
  --px-size-48: 2.4rem;
}


/* .sustain_profile-section .st-section-text p {
  margin-bottom: 32px; */


.sustainability-header {
  position: relative;
  max-height: 90vh;
  /* background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; */
  width: 100%;
  overflow: hidden;
}

.sustainability-header .sustainability-header-video-banner {
  background: url(images/sustainability-banner.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  padding-bottom: calc(56.25%);
  margin: 0px;
  max-height: 90vh;
  overflow: hidden;
}

.sustainability-header .sustainability-header-video-banner iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}


.sustainability-header__contentWrapper {
  position: absolute;
  z-index: 1;
  left: 0%;
  top:0px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  
}

.sustainability-header__content {
  display: flex;
  padding: 0 var(--px-size-16) 0 var(--px-size-16);
  flex-direction: column;
  justify-content: center;
  height: 100%;
  color: white;
  width: 992px;
}


@media(max-width:992px){
  .sustainability-header__content{
    width: 100%;
    padding-left: 28px;
  }
}

.sustainability-header__icon {
  margin-bottom: var(--px-size-10);
  font-size: var(--font-14);
  line-height: 1rem;
  font-weight: 300;
  width: 4.375rem;
}
@media(max-width:430px){
  .sustainability-header__icon {
  width: 3rem;
}
}

.sustainability-header__icon img {
  width: 100%;
}

.sustainability-header__title {
  padding-bottom: var(--px-size-20);
  margin: 0;
  margin-bottom: var(--px-size-20);
  position: relative;
  font-size: 1.6rem;
  line-height: 1.5rem;
  font-weight: 300;
}

.sustainability-header__title.sustainability-title-space {
  padding-bottom: 0;
  margin-bottom: var(--px-size-8);
}

.sustainability-header__title .sustainability-header__subtitle {
  padding-bottom: 0;
  position: relative;
  font-size: 0.9rem;
  line-height: 1.5rem;
  font-weight: 500;
}


.sustainability-header__title.people-title-space {
  padding-bottom: 0;
  margin-bottom: var(--px-size-8);
}

.sustainability-header__subtitle {
  padding-bottom: 0;
  position: relative;
  font-size: 0.9rem;
  line-height: 1.5rem;
  font-weight: 500;
}



/* sub header start */
.sustainability-sub-header {
  position: relative;
  /* height: 580px; */
 max-height: 75vh;
  width: 100%;
  /* margin-bottom: 51px; */
  overflow: hidden;
}

@media(min-width:1367px) {
  .sustainability-sub-header {
    height: auto;
  }
}


.sustainability-sub-header .sustainable-subhead-banner {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  padding-bottom: calc(56.25%);
  margin: 0px;
  /* height: 508px; */
   max-height: 75vh;
  overflow: hidden;
}

.sustainability-sub-header .sustainable-subhead-banner iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media(max-width:430px){
   .sustainability-sub-header {
     margin-top: 64px;
  }
 
}

@media(max-width:576px) {
  .sustainability-sub-header .sustainable-subhead-banner {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    /* height: 600px; */
  }
}

@media(max-width:430px) {
  .sustainability-sub-header .sustainable-subhead-banner {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    /* height: 534px; */
  }
}

.sustainability-sub-header__contentWrapper {
  position: absolute;
    z-index: 1;
    left: 0%;
    top: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sustainability-sub-header__content{
  display: flex;
    padding: 0 var(--px-size-16) 0 var(--px-size-16);
    flex-direction: column;
    justify-content: center;
    height: 100%;
    color: white;
    width: 992px;
}
@media (max-width: 992px) {
    .sustainability-sub-header__content {
        width: 100%;
        padding-left: 28px;
    }
}

 .sustainability-sub-header__content.governance-content{
  left: 21%;
  }
  .sustainability-sub-header__content.non-financial-content{
  left: 29%;
  }



 @media(min-width:1367px){
/*   .sustainability-header__content {
      left:23.4%;
  }  
  .sustainability-header__content.people2-header {
      left:24.6%;
  }
  .sustainability-sub-header__content{
   left: 20.5%;
  }    
 .sustainability-sub-header__content.governance-content{
  left: 22.9%;
  }
  .sustainability-sub-header__content.non-financial-content{
  left: 30.3%;
  } */
  }
  @media(min-width:1441px){
/*   .sustainability-header__content {
      left:35%;
  }  
  .sustainability-header__content.people2-header {
      left:35.6%;
  }
  .sustainability-sub-header__content{
    left: 33.4%;
  }    
 .sustainability-sub-header__content.governance-content{
  left: 34.5%;
  }
  .sustainability-sub-header__content.non-financial-content{
  left: 39%;
  } */
  }




  @media(max-width:1024px){
/*   .sustainability-header__content {
      left:12.4%;
  }  
  .sustainability-header__content.people2-header {
      left:14.5%;
  }
  .sustainability-sub-header__content{
    left: 8%;
  }    
 .sustainability-sub-header__content.governance-content{
  left: 12%;
  }
  .sustainability-sub-header__content.non-financial-content{
  left: 22%;
  } */
  }


    @media(max-width:912px){
     /*  .sustainability-header__content {
       left:14.1%;
  } 
  .sustainability-sub-header__content{
     left:9.7%;
  }
      .sustainability-sub-header__content.governance-content {
        left: 13.2%
    }
    .sustainability-sub-header__content.non-financial-content {
        left: 25%;
    }
    .sustainability-header__content.people2-header {
        left: 17.5%;
    } */
  }

 @media(max-width:853px){
  /* .sustainability-header__content {
       left:15.8%;
  } 
   .sustainability-sub-header__content {
        left:10.5%;     
    }
    .sustainability-sub-header__content.governance-content {
        left: 14.3%;
    }
        .sustainability-sub-header__content.non-financial-content {
        left: 27%;
    } */
  
}


  @media(max-width:820px){
/*   .sustainability-header__content {
      left:15.8%;
  } 
  .sustainability-sub-header__content{
     left:10.8%;
  }
  .sustainability-header__content.people2-header {
        left: 19.5%;
    } */
 }
  @media(max-width:768px){
 /*  .sustainability-header__content {
      left:16%;
  }  
  .sustainability-header__content.people2-header {
      left:19.6%;
  }
  .sustainability-sub-header__content{
    left: 11.8%;
  }    
 .sustainability-sub-header__content.governance-content{
  left: 15.8%;
  }
  .sustainability-sub-header__content.non-financial-content{
  left: 29.7%;
  } */
  
  }


 @media(max-width:540px){
  .sustainability-header, .sustainability-sub-header {
    margin-top: 64px;
  }

  .sustainability-header__icon {
        width: 3rem;
    }
/*   .sustainability-header__content {
      left:23%;
      top:16%;
  } 
    .sustainability-sub-header__content {
        left:16%;
      top:10%;
    }
    .sustainability-sub-header__content.governance-content {
        left: 22%;
    }
        .sustainability-sub-header__content.non-financial-content {
        left: 35%;
    }
    .sustainability-header__content.people2-header {
        left: 28.3%;
    } */
   
}

/* @media(max-width:430px) {
   .sustainability-header__content {
       left: 128px;
  } 
  .sustainability-sub-header__content {
   left: 85px;
  }
  .sustainability-sub-header__content.non-financial-content{
left: 152px;
  }

  .sustainability-sub-header__content.governance-content{
  left: 118px;
  }

  
}

@media(max-width:424px){
    .sustainability-sub-header__content.non-financial-content{
        left: 178px;
        top: 4%;
        width: 320px;
  }
} */

/* @media (max-width:320px) {
.sustainability-sub-header__content.non-financial-content .sustainability-sub-header__title{
width: 200px;
  }
}


@media(max-width:430px) {
  .sustainability-header {
     margin-top: 64px;
  }
  .sustainability-header__content {
    left: 132px;
    top:9%;
  }
  .sustainability-header__content.people2-header{
    left: 148px;
    
    }
  .sustainability-header .sustainability-header-video-banner.people2-video-banner{
  margin-top: 64px;
  } 
  }

@media (max-width: 424px) {
    .sustainability-header__content.people2-header {
        left: 132px;
    }
} */
/* @media (max-width:320px) {
    .sustainability-header__content.people2-header {
        left: 116px;
    }
} */



.sustainability-sub-header__icon {
  margin-bottom: var(--px-size-16);
  font-size: var(--font-14);
  line-height: 1rem;
  font-weight: 300;
  width: 4.375rem;
}

@media(max-width:430px){
.sustainability-sub-header__icon { 
  width: 3rem;
}
}



.sustainability-sub-header__icon img {
  width: 100%;
}

.sustainability-sub-header__title {
  padding-bottom: 0;
  margin: 0;
  margin-bottom: 0;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.5rem;
  font-weight: 300;
}

.sustainability-sub-header__subtitle {
  padding-bottom: 0;
  position: relative;
  font-size: 0.9rem;
  line-height: 1.5rem;
  font-weight: 500;
}

/* sub header end */


.sustainability-body {
  width: 100%;
  display: flex;
  justify-content: center;
  /* background: #fff; */
  margin-top: -110px;
  position: relative;
  z-index: 1;
}

.sustainability-body.sustainability-body-subpages {
  margin-top: -108px;
}
.sustainability-body.sustainability-body-peoplescreen {
  margin-top: 0px;
}
@media(max-width:1280px) {
  .sustainability-body.sustainability-body-subpages {
    margin-top: -53px;
  }
}

@media(max-width:670px) {
  .sustainability-body.sustainability-body-subpages {
    margin-top: -108px;
  }
}

@media(max-width:580px) {
  .sustainability-body.sustainability-body-subpages {
    margin-top: -16px;
  }
  
}
@media(max-width:540px) {
  .sustainability-body {
    /* margin-top: -100px; */
     margin-top: 28px;
  }
   .sustainability-body.sustainability-body-subpages {
        margin-top: 30px;
    }
    
}

@media(max-width:430px) {
  .sustainability-body {
    /* margin-top: -100px; */
     margin-top: 28px;
  }

  .sustainability-body.sustainability-body-subpages {
    margin-top: 28px;
  }
}

@media(max-width:374px) {
  .sustainability-body {
    margin-top: -105px;
  }
}
@media(max-width:360px) {
  .sustainability-body {
    margin-top: 44px;
  }
}
@media (max-width: 325px) {
    .sustainability-body {
        margin-top:24px;
    }
}


.sustainability-body-inner {
  max-width: 992px;
  width: 100%;
  margin: 0 var(--px-size-16);
  padding: 0 var(--px-size-16);
  /* background:#d4d4d4; */
}

.sustainability-body-inner .sustainability-body-inner__sustainability-report {
  display: flex;
  align-items: center;
  justify-content: end;
  margin-bottom: 1rem;
}

@media(max-width:430px) {
  .sustainability-body-inner .sustainability-body-inner__sustainability-report {
    justify-content: center;

  }
}


.sustainability-body-inner .sustainability-body-inner__sustainability-report a {
  background-color: var(--white);
  padding: var(--px-size-12) var(--px-size-16);
  font-family: inherit;
  font-size: var(--font-13);
  line-height: 1;
  border-radius: 4px;
  text-decoration: none;
  color: var(--black-120304);
  transition: all .3s ease;
  display: flex;
  align-items: center;
  gap: var(--px-size-8);
}

@media(max-width:430px) {
  .sustainability-body-inner .sustainability-body-inner__sustainability-report a {
    width:100%; justify-content: space-between;
  font-size: var(--font-14);
  }
}

.sustainability-body-inner .sustainability-body-inner__sustainability-report a i {
  width: var(--px-size-20);
  display: flex;
  height: var(--px-size-20);
  align-items: center;
  justify-content: center;
  color: var(--red-da2128);
}


.sustainability-body-inner .sustainability-body-inner__sustainability-report a:hover {
  background-color: var(--red-da2128);
  color: var(--white);
}

.sustainability-body-inner .sustainability-body-inner__sustainability-report a:hover i {
  color: var(--white)
}


.sustainability-body-inner__top-tab {
  /* background-color: var(--white); */
}

.sustainability-body-inner__top-tab .tabs-container nav {
  margin: 0 auto;
  background: #fff;
}

.sustainability-body-inner__top-tab .tabs-container nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 1px solid #ccc;
  padding: 0 var(--px-size-10);
}

.sustainability-body-inner__top-tab .tabs-container nav ul li {
  padding: 8px var(--px-size-16) !important;
  cursor: pointer;
  color: #A7A7A7;
  border-top: 1px solid #eee;
  margin-left: -10px;
  margin-right: -10px;
  padding-left: var(--px-size-24);
  color: var(--black-120304);
  font-size: var(--font-16);
  min-width: 25%;
  white-space: normal;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.sustainability-body-inner__top-tab .tabs-container nav ul li:hover {
  color: #3e4b58;
}

.sustainability-body-inner__top-tab .tabs-container nav ul li.active {
  color: var(--black-120304);
  border-top: none;
  font-size: var(--font-16);
  font-weight: bold;
  /* padding: .5rem; */
  text-align: center;
}


/* the nitty gritty */

.sustainability-body-inner__top-tab .tabs-container {
  position: relative;
  background-color: var(--white);
  /* height: 4em; */
}

.sustainability-body-inner__top-tab .tabs-container nav {
  /* position: absolute; */
  width: 100%;
}

.sustainability-body-inner__top-tab .tabs-container nav ul {
  display: flex;
  flex-direction: column;
}

.sustainability-body-inner__top-tab .tabs-container nav ul li {
  order: 1;
}

.sustainability-body-inner__top-tab .tabs-container nav ul li a {
  text-decoration: none;
  width: 100%;
 
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6px 0;

}

@media(max-width:640px){
  .sustainability-body-inner__top-tab .tabs-container nav ul li a {
    text-decoration: none;
    width: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
  
  }
}




.sustainability-body-inner__top-tab .tabs-container nav ul li.active {
  order: 0;
}

.sustainability-body-inner__top-tab .tabs-container nav ul li.active:after {
  width: 1px;
  height: 1px;
  border: 4px solid transparent;
  border-top: 4px solid #555;
  content: '';
  position: absolute;
  right: 1.5em;
  top: 22px !important;
  z-index: 9999;
}

.sustainability-body-inner__top-tab .tabs-container nav ul li:not(.active) {
  position: absolute;
  top: -999em;
}


.sustainability-body-inner__top-tab .tabs-container nav ul.expanded li.active:after {
  border-top-color: transparent;
  border-bottom-color: #555;
  top: var(--px-size-12);
}


.sustainability-body-inner__top-tab .tabs-container nav ul.expanded li:not(.active) {
  position: relative;
  top: auto;

}

@media all and (min-width: 42em) {

  .sustainability-body-inner__top-tab nav {
    background: transparent;
  }

  /* .sustainability-body-inner__top-tab .tabs-container nav ul li.active {
      box-shadow: inset 0 -3px 0 #5098B3;
    } */

  .sustainability-body-inner__top-tab .tabs-container nav ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    white-space: nowrap;
    overflow: hidden;
    border: none;
    padding: 0;
    border-bottom: 1px solid var(--grey-E4E4E4);
  }

  .sustainability-body-inner__top-tab .tabs-container nav ul li {
    display: inline-block;
    margin: 0 0;
    padding: 0 0 .2rem 0;
    border: none;
    border-right: 1px solid var(--grey-E4E4E4);
    flex: 1 1 0;
  }

  .sustainability-body-inner__top-tab .tabs-container nav ul li:not(.active) {
    position: relative;
    top: auto;
    flex-grow: 1;
    text-align: center;
    border-right: 1px solid var(--grey-E4E4E4);
    ;
    /* padding: .5rem; */
    font-size: var(--font-16);
    color: var(--black-120304);
  }

  .sustainability-body-inner__top-tab .tabs-container nav ul li.active {
    order: 1;
  }

  .sustainability-body-inner__top-tab .tabs-container nav ul li.active:after {
    display: none;
  }
}


@media(max-width:700px) {
  .sustainability-body-inner__top-tab .tabs-container nav ul li {
    text-align: left;
    justify-content: start;
  }
}

.sustainability-body-inner__top-tab .tab-content {
  display: none;
  padding: var(--px-size-15);
}

.sustainability-body-inner__top-tab .tab-content.current {
  display: inherit;
}



.sustainability-body-inner__profile-section {
  width: 100%;
  padding: 3rem 0rem 3rem 0rem;
}

@media(max-width:768px){
  .sustainability-body-inner__profile-section {
    width: 100%;
    padding: 3rem 0rem 0rem 0rem;
  }
}

.sustainability-body-inner__profile-section.sustain_peopleprofile-section {
  width: 100%;
  margin: 2.5rem 0rem 3rem 0rem;
  padding-bottom: 0;
}
.sustainability-body-inner__profile-section .sustain_profile-section {
  display: flex;
  flex-wrap: wrap;
  padding: 0px 0;
}

.sustainability-body-inner__profile-section .pf-section-action {
  display: inline-flex;
  flex-direction: column;
  gap: 16px;
}



.sustain_profile-section .st-section-title,
.sustain_profile-section .st-section-text {
  width: 50%;
}

.sustain_profile-section .st-section-image {
  width: 50%;
  display: flex;
  align-items: start;
  justify-content: center;
}



.sustain_profile-section .st-section-image.pd-l16 {
  padding-left: var(--px-size-16);
}

.sustain_profile-section .st-section-image.pd-r16 {
  padding-right: var(--px-size-16);
}

.sustain_profile-section .st-section-image.pd-l32 {
  padding-left: var(--px-size-32);
}

.sustain_profile-section .st-section-image.pd-r32 {
  padding-right: var(--px-size-32);
}

.sustain_profile-section .st-section-image.pd-l32 {
  padding-left: var(--px-size-32);
}

@media(max-width:768px) {
  
  .sustain_profile-section .st-section-image {
    margin: 1rem 0 1rem 0;
    width: 100%;
  }

  .sustain_profile-section .st-section-image.pd-l32 {
    padding-left: 0;
  }

  .sustain_profile-section .st-section-image.pd-r32 {
    padding-right: 0;
  }

  .sustain_profile-section .st-section-image.pd-l32 {
    padding-left: 0px;
  }
}



.sustain_profile-section .st-section-image img {
  max-width: 100%;
  height: auto;
  /* margin-bottom: 32px; */
}


.sustain_profile-section .st-section-text {
  padding-left: 1rem;
}


.sustain_profile-section .st-section-title h1 {
  font-size: 2.4rem;
  line-height: 1.2;
  font-weight: 300;
  padding-right: 1rem;
  color: #120304;

}

.sustain_profile-section .st-section-title h3 {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 300;
  padding-right: 1rem;
  color: #120304;

}

.sustain_profile-section .st-section-title h3.people-title-space{
  padding-right: 100px;
}
@media(max-width:992px){
  .sustain_profile-section .st-section-title h3.people-title-space{
  padding-right:0px;
}
}


.sustain_profile-section .st-section-title p {
  margin-bottom: var(--px-size-20);
  margin-top: 0px;
  font-size: var(--font-15);
  font-style: normal;
  font-weight: 300;
  line-height: 1.5;
  color: #120304;
}



.sustain_profile-section .st-section-title h3 i.quote-start,
.sustain_profile-section .st-section-title h3 i.quote-end {
  height: var(--px-size-32);
  display: inline-flex;
  vertical-align: text-bottom;
  color: #B1D9BF;
}

.sustain_profile-section .st-section-title p.signature {
  display: flex;
  flex-direction: column;
}

.sustain_profile-section .st-section-title .st-section-list {
  width: 100%;
}

.sustain_profile-section .st-section-title .st-section-list ul li {
  width: 100%;
}

.sustain_profile-section .st-section-title .st-section-list ul li {
  font-size: var(--font-15);
  line-height: 1.5;
  color: #120304;
  margin: .4rem 0;

}



.sustain_profile-section .st-section-text p {
  margin-bottom: var(--px-size-32);
  margin-top: 0px;
  font-size: var(--font-15);
  font-style: normal;
  font-weight: 300;
  line-height: 1.5;
  color: #120304;
}

.sustain_profile-section .st-section-text p.signature {
  display: flex;
  flex-direction: column;
}

@media(max-width:768px) {

  .sustain_profile-section .st-section-title,
  .sustain_profile-section .st-section-text {
    width: 100%;
  }

  .sustain_profile-section .st-section-text {
    padding-left: 0;
  }

  .sustain_profile-section .st-section-title h1 {
    margin-bottom: var(--px-size-16);

  }

}

.sustainability-body-inner__tree-section {
  width: 100%;
  margin: 0rem 0 3rem 0;
}
@media(max-width:768px) {
  .sustainability-body-inner__tree-section {
    width: 100%;
    margin: 3rem 0 0rem 0;
  }
}
@media(max-width:580px) {
  .sustainability-body-inner__tree-section {
    width: 100%;
    margin: 3rem 0 1rem 0;
  }
  .sustainability-body-inner__tree-section.whiteSection{
    margin: 3rem 0 3rem 0;
  }
}


.sustainability-body-inner__tree-section.whiteSection {
  background: #fff;
  padding: 1rem 1rem;
}



.gpp-element-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: transparent;
  height: 666px;
}

.gpp-element-inner-wrapper {
  width: 100%;
  height: 436px;
  /* border: 1px solid #000; */
  position: relative;

}

.gpp-element-inner-wrapper::after {
  display: block;
  content: "";
  clear: both;
}


.tree-stand {
  position: absolute;
  bottom: -233px;
  left: 50%;
  transform: translateX(-50%);
}






.gpp-element-inner-wrapper .governance-wrapper {
  color: #000;
  width: 530px;
  position: absolute;
  left: 0px;
  bottom: -172px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .3s ease;
  opacity: 1;
}

.gpp-element-inner-wrapper .governance-wrapper .governance-inner-wrapper {
  position: relative;
  width: 100%;
  display: flex;
  align-items: start;
  justify-content: space-between;
}

.gpp-element-inner-wrapper .governance-wrapper .governance-inner-wrapper hr {
  position: absolute;
  left: 0px;
  top: var(--px-size-32);
  background-color: #BEBEBE;
  height: 2px;
  width: 68%;
  outline: transparent;
  border: 0;
}

.gpp-element-inner-wrapper .governance-wrapper .governance-inner-wrapper .gpp-title-wrapper {
  width: 224px;
}

.gpp-element-inner-wrapper .governance-wrapper .governance-inner-wrapper .gpp-title-wrapper h3 {
  font-size: var(--font-24);
  font-weight: normal;
  color: #444;
  margin: 0 0px;
}

.gpp-element-inner-wrapper .governance-wrapper .governance-inner-wrapper .gpp-title-wrapper p {
  font-size: var(--font-15);
  ;
  line-height: 1.4;
  font-weight: normal;
  color: #444;
  margin: var(--px-size-32) 0;
}

.gpp-element-inner-wrapper .governance-wrapper .governance-inner-wrapper .gpp-title-wrapper a {
  font-size: var(--font-15);
  font-weight: normal;
  color: #db2128;
  margin: var(--px-size-8) 0;
}

.gpp-element-inner-wrapper .governance-wrapper .governance-inner-wrapper .gpp-oval {
  width: 190px;
  height: 190px;
  background: transparent;
  border: 8px solid #87B396;
  border-radius: 100%;
}

/*  */

.gpp-element-inner-wrapper .planet-wrapper {
  color: #000;
  width: 250px;
  position: absolute;
  left: 53%;
  top: 0;
  transform: translateX(-50%);
  transition: all .3s ease;
}

.gpp-element-inner-wrapper .planet-wrapper .planet-inner-wrapper {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.gpp-element-inner-wrapper .planet-wrapper .planet-inner-wrapper hr {
  position: absolute;
  left: -40px;
  top: 125px;
  background-color: #BEBEBE;
  height: 2px;
  width: 106%;
  outline: transparent;
  border: 0;
  transform: rotate(90deg);
}

.gpp-element-inner-wrapper .planet-wrapper .planet-inner-wrapper .gpp-title-wrapper {
  width: 300px;
  margin-bottom: var(--px-size-22);
  margin-left: 120px;
}

.gpp-element-inner-wrapper .planet-wrapper .planet-inner-wrapper .gpp-title-wrapper h3 {
  font-size: var(--font-24);
  font-weight: normal;
  color: #444;
  margin: 0 0px;
}

.gpp-element-inner-wrapper .planet-wrapper .planet-inner-wrapper .gpp-title-wrapper p {
  font-size: var(--font-15);
  ;
  line-height: 1.4;
  font-weight: normal;
  color: #444;
  margin: 32px 0;
}

.gpp-element-inner-wrapper .planet-wrapper .planet-inner-wrapper .gpp-title-wrapper a {
  font-size: var(--font-13);
  font-weight: normal;
  color: #db2128;
  margin: var(--px-size-8) 0;
}

.gpp-element-inner-wrapper .planet-wrapper .planet-inner-wrapper .gpp-oval {
  width: 190px;
  height: 190px;
  background: transparent;
  border: 8px solid #87B396;
  border-radius: 100%;
}


/*  */


.gpp-element-inner-wrapper .people-wrapper {
  color: #000;
  width: 530px;
  position: absolute;
  right: 0px;
  bottom: -176px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .3s ease;

}


.gpp-element-inner-wrapper .people-wrapper .people-inner-wrapper {
  position: relative;
  width: 100%;
  display: flex;
  align-items: start;
  justify-content: space-between;
}

.gpp-element-inner-wrapper .people-wrapper .people-inner-wrapper hr {
  position: absolute;
  right: 0px;
  top: 32px;
  background-color: #BEBEBE;
  height: 2px;
  width: 67%;
  outline: transparent;
  border: 0;
}

.gpp-element-inner-wrapper .people-wrapper .people-inner-wrapper .gpp-title-wrapper {
  width: 253px;
}

.gpp-element-inner-wrapper .people-wrapper .people-inner-wrapper .gpp-title-wrapper h3 {
  font-size: var(--font-24);
  font-weight: normal;
  color: #444;
  margin: 0 0px;
}

.gpp-element-inner-wrapper .people-wrapper .people-inner-wrapper .gpp-title-wrapper p {
  font-size: var(--font-15);
  ;
  line-height: 1.4;
  font-weight: normal;
  color: #444;
  margin: 32px 0;
}

.gpp-element-inner-wrapper .people-wrapper .people-inner-wrapper .gpp-title-wrapper a {
  /* font-size: 13px;
  font-weight: normal;
  color: #db2128;
  margin: 8px 0; */
}





.gpp-element-inner-wrapper .people-wrapper .people-inner-wrapper .gpp-oval {
  width: 190px;
  height: 190px;
  background: transparent;
  border: 8px solid #87B396;
  border-radius: 100%;
}



.gpp-element-inner-wrapper .governance-wrapper.active,
.gpp-element-inner-wrapper .planet-wrapper.active,
.gpp-element-inner-wrapper .people-wrapper.active {
  opacity: 1;
  cursor: pointer;
}

.gpp-element-inner-wrapper .governance-wrapper.deactive,
.gpp-element-inner-wrapper .planet-wrapper.deactive,
.gpp-element-inner-wrapper .people-wrapper.deactive {
  opacity: .4;
}


.gpp-element-inner-wrapper .people-wrapper .people-inner-wrapper .gpp-title-wrapper a,
.gpp-element-inner-wrapper .governance-wrapper .governance-inner-wrapper .gpp-title-wrapper a,
.gpp-element-inner-wrapper .planet-wrapper .planet-inner-wrapper .gpp-title-wrapper a {
  background-color: #da2128;
  padding: var(--px-size-8) var(--px-size-20);
  border-radius: 24px;
  border: 0px;
  outline: 0;
  color: #fff;
  font-size: var(--font-14);
  line-height: 1;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  min-height: 35px;
  transition: all .3s ease;
}


.gpp-element-inner-wrapper .people-wrapper .people-inner-wrapper .gpp-title-wrapper a:hover,
.gpp-element-inner-wrapper .governance-wrapper .governance-inner-wrapper .gpp-title-wrapper a:hover,
.gpp-element-inner-wrapper .planet-wrapper .planet-inner-wrapper .gpp-title-wrapper a:hover {
  background-color: #120304;
  color: #fff;
}

@media(max-width:992px) {
  .gpp-element-wrapper {
    max-width: 768px;
    margin: 0 auto;
  }

  .gpp-element-inner-wrapper .governance-wrapper {
    width: 370px;
    bottom: -136px;
  }

  .gpp-element-inner-wrapper .people-wrapper {
    width: 407px;
    bottom: -140px;
  }

  .gpp-element-inner-wrapper .planet-wrapper .planet-inner-wrapper .gpp-oval,
  .gpp-element-inner-wrapper .people-wrapper .people-inner-wrapper .gpp-oval,
  .gpp-element-inner-wrapper .governance-wrapper .governance-inner-wrapper .gpp-oval {
    width: 120px;
    height: 120px;
  }

  .gpp-element-inner-wrapper .planet-wrapper {

    left: 56%;
  }

  .gpp-element-inner-wrapper .planet-wrapper .planet-inner-wrapper hr {
    position: absolute;
    left: -70px;
    top: 125px;
  }

  .gpp-element-inner-wrapper .planet-wrapper .planet-inner-wrapper .gpp-title-wrapper {
    width: 300px;
    margin-bottom: 26px;
    margin-left: 90px;
  }

  .tree-stand {
    position: absolute;
    bottom: -100px;
    left: 47.60%;
    transform: translateX(-50%);
  }

  .gpp-element-inner-wrapper .people-wrapper .people-inner-wrapper hr {

    width: 71%;

  }

  .gpp-element-wrapper {
    height: 580px;
  }
}


@media(max-width:850px) {
  .gpp-element-wrapper {
    height: 580px;
  }

  .gpp-element-inner-wrapper {
    display: flex;
    flex-direction: column;
  }

  .gpp-element-inner-wrapper .planet-wrapper .planet-inner-wrapper hr,
  .gpp-element-inner-wrapper .people-wrapper .people-inner-wrapper hr,
  .gpp-element-inner-wrapper .governance-wrapper .governance-inner-wrapper hr,
  .gpp-element-inner-wrapper .planet-wrapper .planet-inner-wrapper .gpp-oval,
  .gpp-element-inner-wrapper .people-wrapper .people-inner-wrapper .gpp-oval,
  .gpp-element-inner-wrapper .governance-wrapper .governance-inner-wrapper .gpp-oval,
  .tree-stand {
    display: none;
  }

  .gpp-element-inner-wrapper .planet-wrapper,
  .gpp-element-inner-wrapper .people-wrapper,
  .gpp-element-inner-wrapper .governance-wrapper {
    width: 100%;
    position: static;
    transform: none;
    padding: 0 0px;

  }

  .gpp-element-inner-wrapper .planet-wrapper .planet-inner-wrapper .gpp-title-wrapper,
  .gpp-element-inner-wrapper .people-wrapper .people-inner-wrapper .gpp-title-wrapper,
  .gpp-element-inner-wrapper .governance-wrapper .governance-inner-wrapper .gpp-title-wrapper {
    margin-left: 0px;
    margin-bottom: 2rem;
    width: 100%;
  }

  .gpp-element-inner-wrapper .planet-wrapper .planet-inner-wrapper .gpp-title-wrapper p,
  .gpp-element-inner-wrapper .people-wrapper .people-inner-wrapper .gpp-title-wrapper p,
  .gpp-element-inner-wrapper .governance-wrapper .governance-inner-wrapper .gpp-title-wrapper p {
    font-size: var(--font-15);
    ;
    line-height: 1.4;
    font-weight: normal;
    color: #444;
    margin: var(--px-size-8) 0 var(--px-size-16) 0;
  }

  .sus_title-line-element {
    flex-wrap: wrap;
  }

  .gpp-element-inner-wrapper .governance-wrapper.deactive,
  .gpp-element-inner-wrapper .planet-wrapper.deactive,
  .gpp-element-inner-wrapper .people-wrapper.deactive {
    opacity: 1;
  }

  .gpp-element-inner-wrapper .planet-wrapper {
    order: 1
  }

  .gpp-element-inner-wrapper .people-wrapper {
    order: 2
  }

  .gpp-element-inner-wrapper .governance-wrapper {
    order: 3
  }


}
@media(max-width:580px) {
  .gpp-element-wrapper {
    height: 600px;
  }
}
@media(max-width:525px) {
  .gpp-element-wrapper {
    height: 700px;
  }
}
@media(max-width:360px) {
  .gpp-element-wrapper {
    height: 720px;
  }
}

.tree-stand-768 {
  width: 100%;
  display: flex;
  align-items: center;
  padding-left: 2rem;
  margin-bottom: 2rem;
  display: none;
  transition: all .3s ease;
}

.tree-stand-768 img {
  width: 7.5rem;
  height: auto;
}

@media(max-width:850px) {
  .tree-stand-768 {
    display: block;
    padding-left: 0px;
  }
}




.sustainability-body-inner__tree-section.whiteSection .gpp-element-inner-wrapper .governance-wrapper,
.sustainability-body-inner__tree-section.whiteSection .gpp-element-inner-wrapper .people-wrapper {
  width: 500px;
}

.sustainability-body-inner__tree-section.whiteSection .gpp-element-inner-wrapper .governance-wrapper .governance-inner-wrapper hr,
.sustainability-body-inner__tree-section.whiteSection .gpp-element-inner-wrapper .people-wrapper .people-inner-wrapper hr {
  width: 65%;
}

.sustainability-body-inner__tree-section.whiteSection .tree-stand {
  bottom: -221px;
}

@media (max-width: 992px) {
  .sustainability-body-inner__tree-section.whiteSection .tree-stand {
    bottom: -88px;
  }

  .sustainability-body-inner__tree-section.whiteSection .gpp-element-inner-wrapper .governance-wrapper {
    width: 370px;
  }

  .sustainability-body-inner__tree-section.whiteSection .gpp-element-inner-wrapper .people-wrapper {
    width: 407px;
  }
}

@media(max-width:850px) {

  .sustainability-body-inner__tree-section.whiteSection .gpp-element-inner-wrapper .governance-wrapper,
  .sustainability-body-inner__tree-section.whiteSection .gpp-element-inner-wrapper .people-wrapper {
    width: 100%;
  }
}

.sustainability-body-inner__our-commitment {
  width: 100%;
  margin: 0rem 0 3rem 0;
}

@media(max-width:580px) {
  .sustainability-body-inner__our-commitment {
    width: 100%;
    margin: 0rem 0 3rem 0;
  }
}

.sustainability-body-inner__driving-sustainable {
  width: 100%;
  margin: 0rem 0 3rem 0;
}

.sustainability-body-inner__driving-sustainable .textImg-wrapper {
  display: flex;
  align-items: center;
  gap: 32px;
  
}

.sustainability-body-inner__driving-sustainable .textImg-wrapper .wrapContainer{
  display: flex;
  align-items: center;
  gap: 16px;
}

@media(max-width:992px) {
  .sustainability-body-inner__driving-sustainable .textImg-wrapper {
    flex-wrap: wrap;
  }
  .sustainability-body-inner__driving-sustainable .textImg-wrapper .wrapContainer{
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
  }
}

.sustainability-body-inner__driving-sustainable .sus_title-line-element h3 {

  display: inline-flex;
  margin-right: 1rem;
  width: auto;
}


.sustainability-body-inner__ourplanet-video {
  width: 100%;
  margin: 3rem 0;
}

.sustainability-body-inner__ourplanet-video .ourplanet-video-wrapper {
  margin: 0;
  /* background: url(images/our-planet.png); */
  background-size: cover;
  background-position: center center;
  position: relative;
  padding: 0;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
}
.sustainability-body-inner__ourplanet-video .ourplanet-video-wrapper.people-2-video-banner { 
  background-image: url(images/wefocusvideo-banner.jpg); 
}

.sustainability-body-inner__ourplanet-video .ourplanet-video-wrapper iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

/* @media(max-width:1020px){
 .sustainability-body-inner__ourplanet-video .ourplanet-video-wrapper,
 .sustainability-body-inner__ourplanet-video .ourplanet-video-wrapper.people-2-video-banner 
 {height: 100%;}
} */


.sustainability-body-inner__our-commitments-details {
  width: 100%;
  margin: 3rem 0;
  padding: 1rem 2rem;
  background-color: var(--white);
}

.our-commitments-details h3 {
  color: #0a0000;
  font: 300 26px / 32px "Graphik Web", sans-serif;
  margin: 0 0 0px;
  padding: 9px 0;
  width: 100%;
}

.our-commitments-details__item {
  display: flex;
  align-items: start;
  gap: 2rem;
  margin: 2rem 0;
}
@media(max-width:768px) {
  .our-commitments-details__item.item-people2 {
    flex-direction: column;
  }
}
@media(max-width:600px) {
  .our-commitments-details__item {
    flex-wrap: wrap;
  }
}
.our-commitments-details__item .item-image-people2 {
  flex-grow: 1;
  flex-basis: 0;
}
.our-commitments-details__item .item-image {
  min-width: 132px;
}

.our-commitments-details__item .item-image-people2 img,
.our-commitments-details__item .item-image img {
  width: 100%;
  height: auto;
}

.our-commitments-details__item .item-text {
  flex-grow: 1;
}
.our-commitments-details__item .item-text-people2{
  flex-grow: 1;
  flex-basis: 0;
}

.our-commitments-details__item .item-text h6 {
  font-size: .7rem;
  font-weight: 600;
}
.our-commitments-details__item .item-text-people2 h3,
.our-commitments-details__item .item-text h3 {
 color: #0a0000;
    font: 300 26px / 32px "Graphik Web", sans-serif;
    margin: 0 0 0px;
    padding: 9px 0;
    width: 100%;
    margin-bottom: 1rem;
}











.sus_title-line-element {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 1rem;
}

.sus_title-line-element h3 {
  color: #0a0000;
  font: 300 26px / 32px "Graphik Web", sans-serif;
  margin: 0 0 0px;
  padding: 9px 0;
  width: 100%;
}

.sus_title-line-element i.title-line {
  width: 100%;
  color: var(--black-120304);
  background: #120304;
  height: 1px;

}

.sus_title-sub-element {
  display: flex;
  align-items: center;
}

.sus_title-sub-element h4 {
  font-size: .8125rem;
  font-weight: 600;
  color: var(--black-120304);
  margin-bottom: 1rem;
}


.sustainability-body-inner__our-commitment .our-commitment-blockwrapper {
  display: flex;
  align-items: start;
  gap: 2rem
}




.sustainability-body-inner__our-commitment .our-commitment-blockwrapper .ambition-net-zero-img {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;

}

.sustainability-body-inner__our-commitment .our-commitment-blockwrapper .ambition-net-zero-img img {
  width: 100%;
  height: auto;
}

.sustainability-body-inner__our-commitment .our-commitment-blockwrapper .blocktextwrapper {
  width: 50%;
}

.sustainability-body-inner__our-commitment .our-commitment-blockwrapper .blocktextwrapper .sustain-textstyle-p {
  margin-bottom: 0rem;
  margin-top: 0px;
  font-size: var(--font-15);
  ;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5;
  color: #120304;
}


@media(max-width:580px) {
  .sustainability-body-inner__our-commitment .our-commitment-blockwrapper {
    flex-wrap: wrap;
    flex-grow: 1;
  }

  .sustainability-body-inner__our-commitment .our-commitment-blockwrapper .blocktextwrapper {
    width: 100%;
  }

  .sustainability-body-inner__our-commitment .our-commitment-blockwrapper .ambition-net-zero-img {
    width: 100%;
    margin-bottom: 0px;
  }
}

.sustain-textstyle-p {
  margin-bottom: 0rem;
  margin-top: 0px;
  font-size: var(--font-15);
  font-style: normal;
  font-weight: 300;
  line-height: 1.5;
  color: #120304;
}


.sustainability_red-btn {
  background-color: #da2128;
  padding: 8px 20px;
  border-radius: 24px;
  border: 0px;
  outline: 0;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  min-height: 35px;
  transition: all .3s ease;
}


.sustainability_red-btn:hover {
  background-color: #120304;
  color: #fff;

}

.sustainability_red-btn i {
  margin-left: 4px;
  display: flex;
  align-items: center;
  width: var(--px-size-16);
  height: var(--px-size-16);
}

.nw_red-btn i path {
  stroke: #fff;
}

.sustainability_red-btn.plain-btn {
  background-color: transparent;
  color: #120304;
  padding-left: 0;
  padding-right: 0;
  margin-left: 1rem;
}

.sustainability_red-btn.plain-btn i {
  margin-right: var(--px-size-8);
}

.sustainability_red-btn.plain-btn i path {
  fill: #da2128;
}

.sustainability_red-btn.plain-btn:hover {
  background: transparent;
  color: #da2128
}


.sustainability-body-inner__reporting-framework {
  width: 100%;
  margin: 0rem 0 3rem 0;
  padding: 1rem 2rem;
  background-color: var(--white);
}

.reprting-framework-details h3 {
  color: #0a0000;
  font: 300 20px / 32px "Graphik Web", sans-serif;
  margin: 0 0 0px;
  padding: 9px 0;
  width: 100%;
}

.reprting-framework-details p {
  margin-bottom: 1rem;
  margin-top: 0px;
  font-size: var(--font-15);
  font-style: normal;
  font-weight: 300;
  line-height: 1.5;
  color: #120304;
}

.reprting-framework-companies {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
}

/* @media(max-width:430px){
  .reprting-framework-companies {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem;
  }
} */

.reprting-framework-companies span {
  display: flex;
  align-items: end;
  justify-content: center;
}

.reprting-framework-companies span img {
  /* max-width: 100%;
  height: auto; */
  width: auto;
  height: 40px;
}

@media(max-width:580px) {
  .reprting-framework-companies span {
    display: flex;
    align-items: end;
    justify-content: start;
  }
  .reprting-framework-companies span img {
    height:24px;
  }
}

.sustainability-body-inner__wizard-wrapper {
  padding: 0rem;
  background-color: #fff;
  margin: 0rem 0 2rem 0;
}


.sustainability-body-inner__wizard-wrapper .sus_title-line-element {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 0.5rem;
}

.sustainability-body-inner__wizard-wrapper .sus_title-line-element h3 {

  padding-top: 0px;
  color: #0a0000;
  font: 300 28px / 32px "Graphik Web", sans-serif;
  margin: 0 0 0px;
  padding: 9px 0;
  width: 100%;
}

.sustainability-body-inner__wizard-wrapper .sustain_profile-section {
  display: flex;
  flex-wrap: wrap;
  padding: 1rem 0;
  margin: 1rem 0 1rem 0;
}

@media(max-width:768px){
  .sustainability-body-inner__wizard-wrapper .sustain_profile-section {
    display: flex;
    flex-wrap: wrap;
    padding: 0rem 0 1rem 0;
    margin: 0rem 0 1rem 0;
  }
}

.sustainability-body-inner__wizard-wrapper .sustain_profile-section.margin-top-0 {
  margin-top: 0px
}



.sustainability-body-inner__wizard-wrapper .sustain_profile-section.vertical-center {
  align-items: center;
}

.sustainability-body-inner__wizard-wrapper .sustain_profile-section .st-section-title h4 {
  font-size: .9rem;
  line-height: 1.2;
  font-weight: 500;
  padding-right: 1rem;
  color: #120304;
}

.sustainability-body-inner__planet-head-title {
  width: 100%;
  margin: 0rem 0 3rem 0;
}

.sustainability-body-inner__planet-head-title .sus_title-line-element h3 {
  white-space: nowrap;
  display: inline-flex;
  margin-right: 1rem;
  width: auto;
}

.sustainability-body-inner__planet-head-title .planet-impact-wrapper {
  display: flex;
  gap: 32px;
}




.sustainability-body-inner__planet-head-title .planet-impact-wrapper .planet-list-item {
  background-color: #fff;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.sustainability-body-inner__planet-head-title .planet-impact-wrapper .planet-list-item .list-items-details {
  height: auto;
}

.sustainability-body-inner__planet-head-title .planet-impact-wrapper .planet-list-item .list-items-download {
  height: auto;
}



.sustainability-body-inner__planet-head-title .planet-impact-wrapper .planet-list-item h5.planet-list-head {
  display: flex;
  align-items: start;
  flex-direction: column;
  padding-left: 1rem;
  margin: 1rem 0;
}

.sustainability-body-inner__planet-head-title .planet-impact-wrapper .planet-list-item h5.planet-list-head span.plant-impact-title {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 300;
  color: #120304;
}

.sustainability-body-inner__planet-head-title .planet-impact-wrapper .planet-list-item h5.planet-list-head span.plant-impact-subtile {
  font-size: .7rem;
  line-height: 1.5;
  font-weight: normal;
  color: #A1A1A1;
}

.sustainability-body-inner__planet-head-title .planet-impact-wrapper .planet-list-item ul li {
  font-size: var(--font-15);
  line-height: 1.5;
  color: #120304;
  margin: .1rem 0;
}

.sustainability-body-inner__planet-head-title .planet-impact-wrapper .planet-list-item ul li ul {
  list-style-type: disc;
  padding-left: 20px;
}

.sustainability-body-inner__planet-head-title .planet-impact-wrapper .planet-list-item a {
  font-size: .7rem;
  text-decoration: none;
  padding: 0 1rem;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 16px
}

.sustainability-body-inner__planet-head-title .planet-impact-wrapper .planet-list-item a:hover {
  text-decoration: none;
}

@media(max-width:768px) {
  .sustainability-body-inner__planet-head-title .planet-impact-wrapper {
    flex-wrap: wrap;
    gap: 16px;
  }
  .sustainability-body-inner__planet-head-title .planet-impact-wrapper {
    display: flex;
    align-items: start;
    flex-direction: row;
    gap: 16px;
  }
}
@media(max-width:767px) {
  .sustainability-body-inner__planet-head-title .planet-impact-wrapper .planet-list-item {
    background-color: #fff;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
}
.sustainability-body-inner__planet-head-title .planet-impact-wrapper .planet-list-item .list-items-details img {
  height: auto;
  min-width: 100%;
}
}


/* wizard css start*/
.sustainabilityWizard-wrapper {
  max-width: 100%;
  margin: 0 auto;
}

.sustainabilityWizard-wrapper .step-app>.step-steps {
  margin: 0;
  padding: 0;
  display: flex;
  border-radius: 3px 3px 0 0;
  border-bottom: 1px solid #a7a7a7;
  overflow: hidden;
}

@media(max-width:768px) {
  .sustainabilityWizard-wrapper .step-app>.step-steps {
    flex-direction: column;
  }
}

.sustainabilityWizard-wrapper .step-app>.step-steps>li {
  list-style: none;
  flex: 1;
}

/* .step-app > .step-steps > li:last-child a {
  border: none;
} */
.sustainabilityWizard-wrapper .step-app>.step-steps>li>a {
  display: flex;
  align-items: center;
  padding: 10px;
  background-color: transparent;
  text-decoration: none;
  border-right: 1px solid #a7a7a7;
  /* border-top:2px solid #A1A1A1; */
  color: #120304;
  font-size: var(--font-14);
  font-style: normal;
  font-weight: normal;
  line-height: 1.3;
  height: 100%;
}

@media(max-width:768px){
  .sustainabilityWizard-wrapper .step-app>.step-steps>li>a {
     border-bottom: 1px solid #a7a7a7;
     border-right: 0;
  }
}

@media(max-width:580px) {
  .sustainabilityWizard-wrapper .step-app>.step-steps {
    border-bottom: 0px;
  }

  .sustainabilityWizard-wrapper .step-app>.step-steps>li>a {
    border-right: none;
    border-bottom: 1px solid #a7a7a7;
  }
}



.sustainabilityWizard-wrapper .step-app>.step-steps>li:last-child>a {
  border-right: none;
  ;
}




/* .sustainabilityWizard-wrapper .step-app > .step-steps > li > a:last-child{
  border-right:none
} */


.sustainabilityWizard-wrapper .step-app>.step-steps>li>a:focus {
  outline: none
}

.sustainabilityWizard-wrapper .step-app>.step-steps>li>a:hover {
  background-color: transparent;
}

.sustainabilityWizard-wrapper .step-app>.step-steps>li.active a {


  color: #120304;
  font-weight: 600;
}

/* .sustainabilityWizard-wrapper .step-app>.step-steps>li.active a:focus {
  outline: dotted 1px #0a0000;
} */

.sustainabilityWizard-wrapper .step-app>.step-steps>li.error a {
  background-color: #e7505a;
  color: #fff;
}

.sustainabilityWizard-wrapper .step-app>.step-steps>li.done a {

  color: #120304;

}

.sustainabilityWizard-wrapper .step-app>.step-content {
  border: 1px solid transparent;
  padding: 10px;
  border-top: 0;
}

.sustainabilityWizard-wrapper .step-app>.step-content>.step-tab-panel {
  display: none;
  padding: 0 1rem;
}

.sustainabilityWizard-wrapper .step-app>.step-content>.step-tab-panel.active {
  display: block;
}

.sustainabilityWizard-wrapper .step-app>.step-footer {
  margin-top: 16px;
  margin-bottom: 16px;
  display: flex;
  justify-content: end;
  gap: 16px;
}

.sustainabilityWizard-wrapper .step-footer {
  margin-top: 32px;
  margin-bottom: 16px;
  display: flex;
  justify-content: end;
  align-items: end;

}

.sustainabilityWizard-wrapper .step-footer .sus_title-line-element h3 {
  color: #0a0000;
  font: 300 26px / 32px "Graphik Web", sans-serif;
  margin: 0 0 0px;
  padding: 0px 0;
  width: 100%;
}



.sustainabilityWizard-wrapper .step-app>.step-footer>.step-btn,
.sustainabilityWizard-wrapper .step-footer>.step-btn {
  /* padding: 8px 16px; */
  padding: 0px;
  color: #da2020;
  text-decoration: none;
  background: transparent;
  border-radius: 38px;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 14px;
  min-height: 38px;
  min-width: 38px;
  line-height: 1.2;
  margin: 0 4px;
  border: 1px solid #da2020;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s ease;
}

.sustainabilityWizard-wrapper .step-app>.step-footer>.step-btn i,
.sustainabilityWizard-wrapper .step-footer>.step-btn i {
  display: flex;
  align-items: center;
  justify-content: center;
}


.sustainabilityWizard-wrapper .step-app>.step-footer>.step-btn,
.sustainabilityWizard-wrapper .step-footer>.step-btn span {
  display: none;
}


.sustainabilityWizard-wrapper .step-app>.step-footer>.step-btn:hover,
.sustainabilityWizard-wrapper .step-footer>.step-btn:hover {
  color: #fff;
  text-decoration: none;
  background: #da2020;
  border: none;
  outline: none;
  cursor: pointer;
  border: 1px solid #da2020;
}

/* wizard css end */

.tabmovetotop,
.moveToTop {
  background: #db2128;
  font-size: 14px;
  line-height: 1.2;
  padding: 8px 16px 8px 12px;
  display: flex;
  align-items: center;
  gap: 0px;
  color: #fff;
  transition: all .3s ease;
  border: 1px solid #db2128;
  border-radius: 38px;
}

.tabmovetotop:hover,
.moveToTop:hover {
  color: #fff;
  background: #d11e24;
}


.sustainability-body-inner__planetour {
  width: 100%;
  margin: 0rem 0 0rem 0;
}


.progressbar-section {
  display: flex;
  width: 100%;
  gap: 24px
}



.progressbar-section .progressbar-section-leftside,
.progressbar-section .progressbar-section-rightside {
  width: 50%;
}

@media(max-width:768px) {
  .progressbar-section {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    gap: 24px
  }

  .progressbar-section .progressbar-section-leftside,
  .progressbar-section .progressbar-section-rightside {
    width: 100%;
  }
}



.progressbar-section .title {
  font-size: 16px;
  text-align: left;
  margin: 0px;
  color: #120304;
  margin-bottom: 4px;
}

.progressbar-section p {
  margin: 0px;
  font-size: 12px;
  color: #858b85;
}

.progressbar-section p.progress-region-title {
  margin: 0px;
  font-size: 13px;
  font-weight: normal;
  color: #120304;
  margin-top: 12px;
}

.progressbar-section .progress-frame-wrapper {
  width: 100%;
  margin: 10px auto;
}

.progressbar-section .progress-frame-wrapper h6 {
  margin: 0px;
  font-size: 13px;
  font-weight: normal;
  color: #717171;
}

.progressbar-section .progressbar-section-rightside .progress-frame {
  width: 70%;
  height: 24px;
  background: #E4F0E5;
  margin: 8px 0 16px 60px;
  border-radius: 30px;
  position: relative;
}

.progressbar-section .progressbar-section-rightside .progress-frame .fy-duration {
  position: absolute;
  font-size: 11px;
  left: -60px;
  top: 14px;
  color: #717171;
}

.progressbar-section .progress-frame {
  width: 100%;
  height: 24px;
  background: #E4F0E5;
  margin: 8px 0 16px 0;
  border-radius: 30px;
}

.progressbar-section .progress-frame-line {
  height: 24px;
  background: #72B37D;
  border-radius: 30px 0px 0px 30px;
  width: 1px;
  -webkit-transition: width .1s ease-out;
  -moz-transition: width .1s ease-out;
  transition: width .1s ease-out;
  position: relative;
}

.progressbar-section .progress-bar-data {
  line-height: 30px;
  color: #fff;
  margin-left: 10px;
  font-size: 12px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

/* .progressbar-section .progressbar-section-rightside .progress-frame {
  width: calc(100% - 38px);
  height: 24px;
  background: #E4F0E5;
  margin: 8px 0 16px 0;
  border-radius: 30px;
} */

.progressbar-section .progressbar-section-rightside .progress-bar-data {
  line-height: 30px;
  color: #72B37D;
  margin-left: 10px;
  font-size: 12px;
  position: absolute;
  top: 36%;
  left: -55px;
  font-weight: 600;

}

.women-stem-roles-wrapper {
  width: 100%;
}

.women-stem-roles-wrapper h3 {
  margin: 0px;
  font-size: 20px;
  color: #120304;
  line-height: 1.2;
  font-weight: 600;
  text-align: center;
  margin-bottom: 4px;
}

.women-stem-roles-wrapper p {
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
  color: #000;
  font-weight: 300;
}

.women-stem-roles-wrapper .stem-counter {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

.women-stem-roles-wrapper .counter {
  width: 200px;
  height: 200px;
  align-items: center;
  justify-content: center;
  display: flex;
  background: #DCCDE3;
  border-radius: 100%;
  font-size: 60px;
  line-height: 1.2;
  color: #683B7E;
  border: 2px solid #683B7E
}

.women-stem-roles-wrapper .stem-fy {
  font-size: 20px;
  line-height: 1.2;
  text-align: center;
  color: #000;
  font-weight: 300;
}

/* governance tree tab start */
.treetabWrapper {
  display: flex;
  gap: 32px;
  align-items: start;
}

/* Style the tab */
.treetab {
  width: 50%;
  position: relative;
}
.treetabcontent {
  width: 50%;
  min-height: 500px;

}
@media(max-width:768px) {
  .treetabWrapper {
    flex-direction: column;
  }

  .treetab {
    width: 50%;
    position: relative;
    display: none;

  }

  .treetabcontent {
    width: 100%;
    min-height: auto;
    display: block !important;
  }
}

.tree-stand-vertical {
  position: absolute;
  bottom: -376px;
  left: 50%;
  transform: translateX(-50%);
}


/* Style the buttons inside the tab */
.treetab button {
  width: 190px;
  height: 190px;
  background: transparent;
  border: 8px solid #87B396;
  border-radius: 100%;
  opacity: .4;
  transition: all .3s ease;
}




/* Change background color of buttons on hover */
.treetab button:hover {
  /* background-color: #ddd; */
  border: 8px solid #87B396;
}

/* Create an active/current "tab button" class */
.treetab button.active-tree {
  /* background-color: #444; */
  opacity: 1;
}

.treetab button.treetablinks {
  color: transparent;
}

.treetab button.treetablinks.planet {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

.treetab button.treetablinks.people {
  position: absolute;
  right: 80px;
  top: 80px;
}

.treetab button.treetablinks.governance {
  position: absolute;
  left: 80px;
  top: 80px;
}




/* Style the tab content */
.tree-tabcontent {
  float: left;
  padding: 0px 12px;
  border: 1px solid #ccc;
  width: 70%;
  border-left: none;
  height: 300px;
}

.tree-text-wrapper {
  width: 100%;

}

.tree-text-wrapper h3 {
  font-size: var(--font-24);
  font-weight: normal;
  color: #444;
  margin: 0 0 1rem 0;
}

.tree-text-row {
  width: 100%;
  margin-bottom: 1rem;
}

.tree-text-row h6 {
  font-size: 14px;
  font-weight: normal;
  color: #120304;
  margin: 0 0 4px 0;
  font-weight: 600;
}

.tree-text-row ul {
  margin: 0px;
  padding: 0 0 0 20px;
}

.tree-text-row ul li {
  font-size: var(--font-15);
  line-height: 1.5;
  color: #444
}

@media (max-width:980px) {
  .treetab button {
    width: 180px;
    height: 180px;

  }

  .treetab button.treetablinks.people {
    position: absolute;
    right: 40px;
    top: 80px;
  }

  .treetab button.treetablinks.governance {
    position: absolute;
    left: 40px;
    top: 80px;
  }

  .tree-stand-vertical {
    bottom: -310px;
  }
}

/* governance tree tab start */


.rating-blocks {
  display: flex;
  gap: 32px;
}

.rating-blocks .rating-blocks-items {
  background: #fff;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1
}



.rating-blocks .rating-blocks-items h4 {
  color: #BEDEC8;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 1rem;
}

.rating-blocks .rating-blocks-items h4 span {
  font-size: var(--font-13);
  font-style: normal;
  font-weight: 300;
  line-height: 1.5;
  color: #120304;
  display: block;
}

.rating-blocks .rating-blocks-items h3 {
  color: #120304;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0rem;
}

/* .rating-blocks .rating-blocks-items img {
  width: 70%;
  height: auto;
} */

@media(max-width:768px) {
  .rating-blocks {
    display: flex;
    gap: 32px;
    flex-wrap: wrap;
  }
}


.rating-blocks-items {
  background: #fff;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
  min-height: 170px;
  min-width: 20%;
}

@media(max-width:992px) {
  .rating-blocks-items {
    min-width: 32%;
  }
}

@media(max-width:768px) {
  .rating-blocks-items {
    min-width: 100%;
  }
}


.rating-blocks-items h4 {
  color: #BEDEC8;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 1rem;
}

.rating-blocks-items h4 span {
  font-size: var(--font-13);
  font-style: normal;
  font-weight: 300;
  line-height: 1.5;
  color: #120304;
  display: block;
}
.rating-blocks-items h3 {
  color: #120304;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0rem;
}

.performanceOverview-section {
  width: 100%;
  margin: 3rem 0;
}

.performanceOverview-section .po-text-wrapper {
  padding: 1rem 2rem 2rem;
  background-color: var(--white);
}

.performanceOverview-section .po-text-wrapper h3 {
  color: #0a0000;
  font: 300 26px / 32px "Graphik Web", sans-serif;
  margin: 0 0 0px;
  padding: 9px 0;
  width: 100%;
}

.performanceOverview-section .po-text-wrapper p {
  margin-bottom: 1rem;
  margin-top: 0px;
  font-size: var(--font-15);
  font-style: normal;
  font-weight: 300;
  line-height: 1.5;
  color: #120304;
}

.data-source-wrapper {
  width: 100%;
  margin: 1rem 0 0 0;
}

.data-source-wrapper.wrapper-mt-32 {
  margin-top: 32px;
}

.data-source-wrapper.wrapper-mt-36{
  margin-top: 36px;
}
.data-source-wrapper.wrapper-mt-40 {
  margin-top: 40px;
}

.data-source-wrapper h6 {
  font-size: var(--font-16);
  font-style: normal;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: .4rem;
}

.data-source-wrapper .motherson-data-row {
  display: flex;
  gap: 32px;
  border-top: 1px solid #A1A1A1;
  padding-top: .4rem;
}
.data-source-wrapper .motherson-data-row.motherson-data-row--noborder{
  border-top:none;
}



.data-source-wrapper .motherson-data-row .motherson-data-textCol,
.data-source-wrapper .motherson-data-row .motherson-data-graphCol {
  flex-grow: 1;
  flex-basis: 0;
}

@media(max-width:992px) {
  .data-source-wrapper .motherson-data-row {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    border-top: 1px solid #A1A1A1;
    padding-top: .4rem;
  }

  .data-source-wrapper .motherson-data-row .motherson-data-textCol,
  .data-source-wrapper .motherson-data-row .motherson-data-graphCol {
    flex-grow: 0;
    flex-basis: auto;
    width: 100%;
  }
}

.data-source-wrapper .motherson-data-row .motherson-data-textCol .textCol-title {
  font-size: 14px;
  line-height: 1.3;
}

.data-source-wrapper .motherson-data-row .motherson-data-textCol .textCol-title.textCol-title-bold {
  font-weight: bold;
}

.motherson-data-graphCol .purple-bar,
.motherson-data-graphCol .aqua-bar {
  margin-bottom: .4rem;
  display: flex;
  align-items: center;
  padding: 2px 8px;
  height: 26px;
  border-radius: 26px;
  font-size: 12px;
  line-height: 1.2;
}

.motherson-data-graphCol .purple-bar {
  background-color: #875C96;
  color: #fff;
}

.motherson-data-graphCol .aqua-bar {
  background-color: #A8D4B7;
  color: #fff;
}
.motherson-data-graphCol .purple-bar.wd100,
.motherson-data-graphCol .aqua-bar.wd100 {
  width: 100%;
}


.motherson-data-graphCol .purple-bar.wd90,
.motherson-data-graphCol .aqua-bar.wd90 {
  width: 90%;
}

.motherson-data-graphCol .purple-bar.wd80,
.motherson-data-graphCol .aqua-bar.wd80 {
  width: 80%;
}

.motherson-data-graphCol .purple-bar.wd70,
.motherson-data-graphCol .aqua-bar.wd70 {
  width: 70%;
}

.motherson-data-graphCol .purple-bar.wd60,
.motherson-data-graphCol .aqua-bar.wd60 {
  width: 60%;
}

.motherson-data-graphCol .purple-bar.wd50,
.motherson-data-graphCol .aqua-bar.wd50 {
  width: 50%;
}

.motherson-data-graphCol .purple-bar.wd40,
.motherson-data-graphCol .aqua-bar.wd40 {
  width: 40%;
}

.motherson-data-graphCol .purple-bar.wd30,
.motherson-data-graphCol .aqua-bar.wd30 {
  width: 30%;
}

.motherson-data-graphCol .purple-bar.wd20,
.motherson-data-graphCol .aqua-bar.wd20 {
  width: 20%;
}

.motherson-data-graphCol .purple-bar.wd10,
.motherson-data-graphCol .aqua-bar.wd10 {
  width: 10%;
}

.motherson-data-graphCol .purple-bar.wd-auto,
.motherson-data-graphCol .aqua-bar.wd-auto {
  width: 28px;
  justify-content: center;
}


.sustainability-body-inner__wizard-wrapper .poeple-2-wizard-content-section{
  width: 100%;
}
.sustainability-body-inner__wizard-wrapper .poeple-2-wizard-content-section ul{
  padding-left: 20px;
}
.sustainability-body-inner__wizard-wrapper .poeple-2-wizard-content-section ul li {
    font-size: var(--font-15);
    line-height: 1.5;
    color: #120304;
    margin: .4rem 0;
}
.sustainability-body-inner__wizard-wrapper .poeple-2-wizard-content-section p{
margin-bottom: var(--px-size-32);
    margin-top: 0px;
    font-size: var(--font-15);
    font-style: normal;
    font-weight: 300;
    line-height: 1.5;
    color: #120304;
}

.nw_red-btn {
  background-color: #da2128;
  padding: 8px 20px;
  border-radius: 24px;
  border: 0px;
  outline: 0;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  min-height: 35px;
  transition: all .3s ease;
}

.nw_red-btn::after {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: .5em;
  vertical-align: middle;
  color: #fff;
  background-repeat: no-repeat;
}

.nw_red-btn::after {
  background-image: url(data:image/svg+xml,%3Csvg%20stroke-width%3D%220%22%20viewBox%3D%220%200%20256%20256%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M198%2C64V168a6%2C6%2C0%2C0%2C1-12%2C0V78.48L68.24%2C196.24a6%2C6%2C0%2C0%2C1-8.48-8.48L177.52%2C70H88a6%2C6%2C0%2C0%2C1%2C0-12H192A6%2C6%2C0%2C0%2C1%2C198%2C64Z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E);
}

.nw_red-btn:hover {
  background-color: #120304;
}

/* abhishke css */
.sustainability-body-inner__planet-head-title .planet-impact-wrapper .planet-list-item p {
  font-size: var(--font-15);
  line-height: 1.5;
  color: #120304;
  padding-left: 1rem;
  margin: .5rem 0;
}

.treetab button:focus.active {
  outline: 0;

}


.sustainability-filter-FY-wrapper{
  width: 100%;
  display: flex;
  justify-content: center;

}
.sustainability-filter-FY {
  max-width: 992px;
  width: 100%;
  margin: 0 var(--px-size-16);
  padding: 0 var(--px-size-16);
}

.sustainability-filter-FY .pagination-bar {
  margin: 0 0px 0 0px;
  max-width: 100%;
  padding-right: 90px;
}

.sustainability-filter-FY .filter-title {
  max-width: 100%;
  margin: 0 auto;
  padding-top: 0px;
  padding: 0px;
}

/* #mainWizardWrapper-1,
#mainWizardWrapper-2{
  margin: 0 0 5rem 0;
} */
#moveToTop-1,
#moveToTop-2{
  margin: 0 0 3rem 0;
}

.fy-indicator-data{
  width: 200px;
  font-size: 14px;
  font-family: inherit;
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 16px;
  margin-bottom: 16px;}
/* .fy-indicator-data .current-fy, 
.fy-indicator-data .previous-fy{

} */
.fy-indicator-data .current-fy .cfy-indicator, 
.fy-indicator-data .previous-fy .pfy-indicator{
  width: 16px;
  height: 16px;
  border-radius: 16px;   
    display: inline-flex;    
    margin-right: 8px;
}
.fy-indicator-data .current-fy .cfy-indicator{
    background-color: #875C96;   
}

.fy-indicator-data .previous-fy .pfy-indicator{
    background-color: #A8D4B7   
}
.fy-indicator-data.upper-indicator{
  width:100%;
  font-size: 14px;
  font-family: inherit;
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 4px;}

  @media(max-width:768px){
    .fy-indicator-data.upper-indicator{
      justify-content: start;
    }
  }

.data-footer-info{
  display: flex;
  align-items: end;
  justify-content: space-between;
}
.footNote{
  font-size: 14px;
  color:#0a0000;
  line-height: 1;
}
.footNote span.starMark{
  font-size: 14px;
  color:#db2128;
  line-height: 1;
}
@media screen and (min-width: 1240px) {
  .pagination-bar {
      margin: 20px auto 60px;
      max-width: 960px;
      padding-right: 90px;
  }
}
@media (max-width: 1024px) {
  .sustainability-body.sustainability-body-subpages {
      margin-top: -110px;
  }
}
@media (max-width: 768px) {
  .rating-blocks-items {
      min-width: 50%;
  }
}
.sustain_peopleprofile-section .sustain_profile-section {
  margin-top: 32px;
}
.global-citizenshp-container {
  align-items: start!important;
}
.global-citizenshp-p {
  margin-bottom: 0rem;
  margin-top: 0px;
  font-size: var(--font-15);
  font-style: normal;
  font-weight: 300;
  line-height: 1.5;
  color: #120304;
  min-width: 64%;
}
.global-citizenshp-imp{
display: flex;
  justify-content: center;
  width: auto;
}
.global-citizenshp-imp img{
  max-width:45%;
  height:auto;
}