@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-ExtraLight.eot');
    src: url('../fonts/Gotham-ExtraLight.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gotham-ExtraLight.woff2') format('woff2'),
        url('../fonts/Gotham-ExtraLight.woff') format('woff'),
        url('../fonts/Gotham-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Book.eot');
    src: url('../fonts/Gotham-Book.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gotham-Book.woff2') format('woff2'),
        url('../fonts/Gotham-Book.woff') format('woff'),
        url('../fonts/Gotham-Book.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Light.eot');
    src: url('../fonts/Gotham-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gotham-Light.woff2') format('woff2'),
        url('../fonts/Gotham-Light.woff') format('woff'),
        url('../fonts/Gotham-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Thin.eot');
    src: url('../fonts/Gotham-Thin.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gotham-Thin.woff2') format('woff2'),
        url('../fonts/Gotham-Thin.woff') format('woff'),
        url('../fonts/Gotham-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Medium.eot');
    src: url('../fonts/Gotham-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gotham-Medium.woff2') format('woff2'),
        url('../fonts/Gotham-Medium.woff') format('woff'),
        url('../fonts/Gotham-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/GothamBold.eot');
    src: url('../fonts/GothamBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GothamBold.woff2') format('woff2'),
        url('../fonts/GothamBold.woff') format('woff'),
        url('../fonts/GothamBold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gotham';
    src: url('../fonts/GothamBlack.eot');
    src: url('../fonts/GothamBlack.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GothamBlack.woff2') format('woff2'),
        url('../fonts/GothamBlack.woff') format('woff'),
        url('../fonts/GothamBlack.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
/*@font-face {
    font-family: 'Baskervville';
    src: url('../fonts/Baskervville-Regular.eot');
    src: url('../fonts/Baskervville-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Baskervville-Regular.woff2') format('woff2'),
        url('../fonts/Baskervville-Regular.woff') format('woff'),
        url('../fonts/Baskervville-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}*/
@font-face {
    font-family: 'Baskerville';
    src: url('../fonts/Baskerville-Italic.eot');
    src: url('../fonts/Baskerville-Italic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Baskerville-Italic.woff2') format('woff2'),
        url('../fonts/Baskerville-Italic.woff') format('woff'),
        url('../fonts/Baskerville-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}



.fy2425-wrapper, .fy2425-wrapper input, .fy2425-wrapper button, .fy2425-wrapper select, .fy2425-wrapper textarea {
    font-size: 18px;
    font-weight: 400;
    line-height:26px;
    font-family: 'Gotham';
    color: #484848;
}
body {
    margin: 0;
}

.fy2425-wrapper a:focus, .fy2425-wrapper button:focus, .fy2425-wrapper select:focus, .fy2425-wrapper input:focus, .fy2425-wrapper textarea:focus, .fy2425-wrapper .form-control:focus {
    outline: none !important;
    box-shadow: none;
    color: #484848;
}
.fy2425-wrapper a {
    color: #484848;
}
.fy2425-wrapper a:hover {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-decoration: none;
    color: #F37B44;
}
.fy2425-wrapper button {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.fy2425-wrapper img {
    max-width: 100%;
    height: auto;
}
.fy2425-wrapper h1, .fy2425-wrapper h2, .fy2425-wrapper h3, .fy2425-wrapper h4, .fy2425-wrapper h5, .fy2425-wrapper h6 {
   font-family: 'Gotham';
    color: #036738;
    font-weight: 900;
    margin-bottom: 15px;
    word-break: break-word;
    text-transform: none;
}

.fy2425-wrapper p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    font-family: 'Gotham';
    color: #58595B;
    margin-bottom: 20px;
}
.fy2425-wrapper .fy2425-btn {
    padding: 17px 16px;
    font-size: 16px;
    font-weight: 500;
    border: 0;
    border-radius: 12px;
    font-family: 'Gotham';
    text-transform: none;
    display: inline-block;
    text-decoration: none;
    line-height: 100%;
    text-align: center;
}
.fy2425-wrapper .fy2425-btn.fy2425-btn-icon{
    display: flex;
    align-items: center;
    gap: 12px;
    max-width: fit-content;
    padding: 15px 20px;
}
.fy2425-wrapper .fy2425-btn.fy2425-btn-icon img{
    display: block;
}

.fy2425-wrapper .fy2425-btn-primary:focus,
.fy2425-wrapper .fy2425-btn-primary {
    color: #fff;
    background: #76BA43;
    box-shadow: 0px 3.89px 9.72px 0px #76BA4380;
}

.fy2425-wrapper .fy2425-btn-primary:not(:disabled):not(.disabled).active, 
.fy2425-wrapper .fy2425-btn-primary:not(:disabled):not(.disabled):active, 
.fy2425-wrapper .fy2425-btn-primary:hover {
    background: #036738;
    color: #fff;
    border-color: transparent;
    background: linear-gradient(90deg, #76BA43 0%, #036738 100%);
    box-shadow:none;
}

.fy2425-wrapper .fy2425-h1{
    font-size: 40px;
    line-height: 48px;
    font-weight: 900;
    margin: 0 0 16px 0;
    background: linear-gradient(180deg, #76BA43 9.03%, #036738 93.06%);
    -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.fy2425-wrapper .fy2425-h2{
    font-weight: 500;
    font-size: 36px;   
    line-height: 48px;
    color: #036738;
}


.fy2425-wrapper {
    overflow: hidden;
}
.fy2425-wrapper .container-fluid{
    padding: 0 7%;
}
.fy2425-hero-section{
    position: relative;
}
.fy2425-hero-section .fy2425-hero-img{
    min-height: 100vh;
}
.fy2425-hero-img .hero-mobile-video{
    display: none;
}
.fy2425-hero-img video,
.fy2425-hero-section .fy2425-hero-img img{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.fy2425-hero-wrapper{
    position: absolute;
    top: 0;
    left: 0;
    padding: 48px 0;
    width: 100%;
    height: 100%;
}
.fy2425-hero-content{
    max-width: 425px;
}
.fy2425-wrapper .fy2425-h5{
    font-family: Gotham;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0;
    margin: 0 0 24px 0;
}
.fy2425-hero-year-part{
    display: flex;
    margin-bottom: 24px;
    align-items: center;
    gap: 12px;
    max-width: 260px;
}
.fy2425-hero-year-part .fy2425-hero-year{
    display: flex;
    align-items: center;
    gap: 5px;
}
.fy2425-hero-year .fy2425-year{
    font-family: Gotham;
    font-weight: 900;
    font-size: 55px;
    line-height: 51px;
    margin-top: 5px;
    letter-spacing: 0;
    background: linear-gradient(95.57deg, #036738 33.97%, #76BA43 97.73%);
    -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
}
.fy2425-hero-year .fy2425-year-text{
    font-family: Gotham;
    font-weight: 900;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0;
    background: linear-gradient(103.07deg, #036738 -74.91%, #76BA43 100.47%);
    -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
}
.fy2425-hero-year-part p{
    font-weight: 500;
    line-height: 20px;
    margin: 0;
    color: #036738;
    border-left: 1px solid #58595B;
    padding-left: 12px;
}


/*fy2425-innovating-sustainably-section*/
.fy2425-innovating-sustainably-section{
    padding: 95px 0;
}
.fy2425-heading{
    text-align: center;
    margin-bottom: 40px;
}
.fy2425-heading .fy2425-h2{
    margin: 0 0 13px 0;
}
.fy2425-heading p{
    color: #58595B;
    font-size: 20px;
    line-height: 100%;
    margin: 0;
}
.fy2425-innovating-grid{
    display: flex;
    justify-content: space-between;
    align-items: self-start;
    position: relative;
    z-index: 1;
}
.fy2425-innovating-box{
    display: grid;
    gap: 24px;
    max-width: 180px;
    width: 100%;
}
.fy2425-innovating-top{
    padding: 0 7%;
}
.fy2425-responsible-arrow,
.fy2425-innovating-arrow{
    display: none;
}
/*.fy2425-innovating-box:nth-child(odd){
    margin-top: 100%;
}*/
.fy2425-innovating-box .fy2425-innovating-img{
    position: relative;
    overflow: hidden;
    border-radius: 0 70px 0 70px;
    max-width: 142px;
}
.fy2425-innovating-box .fy2425-innovating-img:before{
    content: '';
    padding-top:100%;
    display: block;
}
.fy2425-innovating-box .fy2425-innovating-img img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.fy2425-innovating-box-info h6{
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    margin: 0 0 8px;
    color: #036738;
}
.fy2425-innovating-box-info p{
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #58595B;
    margin: 0 0 16px;
}
.fy2425-innovating-box-info p:last-child{
    margin: 0;
}   
.fy2425-innovating-box-info h4{
    font-weight: 700;
    font-size: 22px;
    line-height: 100%;
    margin: 0 0 8px;
}
.fy2425-innovating-box-border{
    position: relative;
    height: 58px;
    display: flex;
    align-items: start;
    flex-wrap: wrap;
}
.fy2425-innovating-box-border:before{
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #58595B;
    display: block;
    margin-top: -4px;
    margin-left: -4px;
}
.fy2425-innovating-box-border:after{
    content: '';
    border-left: 1.26px dashed #58595B;
    height: 100%;
    display: block;
    width: 100%;
}
.fy2425-innovating-grid.fy2425-innovating-top{
    align-items: self-end;
    padding-top: 40px;
}
.fy2425-innovating-top .fy2425-innovating-box-img{
    order: 2;
    display: grid;
}
.fy2425-innovating-top .fy2425-innovating-img{
    border-radius: 70px 0 70px 0;
}
.fy2425-innovating-top .fy2425-innovating-box-border{
    order: 2;
}
.fy2425-innovating-top .fy2425-innovating-box-border:before{
    order: 2;
}
.fy2425-innovating-shape-line{
   width: 100%;
   margin: -9.6% 0 -14.5%; 
}
.fy2425-innovating-shape-line img{
    width: 100%;
}
.fy2425-innovating-box.fy2425-innovating-top-box-1{
    margin-bottom: -9%;
}
.fy2425-innovating-box.fy2425-innovating-top-box-3{
    margin-bottom: -0.5%;
}
.fy2425-innovating-box.fy2425-innovating-top-box-4{
    margin-bottom: -5.5%;
}
.fy2425-innovating-box.fy2425-innovating-top-box-5{
    margin-bottom: -7.4%;
}
.fy2425-innovating-box.fy2425-innovating-top-box-1 .fy2425-innovating-box-border{
    height: 80px;
}
.fy2425-innovating-shape-line{
    position: relative;
    pointer-events: none;
}
.fy2425-innovating-shape-line:before{
    content: '';
    background: url(../img/innovating-splash-img.png) no-repeat 0 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 323px;
    height: 483px;
    background-size: 100%;
}


.fy2425-innovating-box.fy2425-innovating-box-1{
    margin-top: 6.5%;
}
.fy2425-innovating-box.fy2425-innovating-box-2{
    margin-top: -4%;
}
.fy2425-innovating-box.fy2425-innovating-box-3{
    margin-top: -6%;
}
.fy2425-innovating-box.fy2425-innovating-box-4{
    margin-top: -2%;
}
.fy2425-innovating-box.fy2425-innovating-box-6{
    margin-top: -1.5%;
}


.fy2425-achievements-grid-part .container-fluid{
    padding: 0 12%;
}
.fy2425-achievements-grid{
    display: flex;
    justify-content: space-between;
    align-items: start;
}

.fy2425-inspired-achievements-section{
    padding-bottom: 0px;
}
.fy2425-inspired-achievements-section .fy2425-heading{
    margin-bottom: 60px;
}

.fy2425-achievements-box{
    display: grid;
    gap: 25px;
    max-width: 218px;
    position: relative;
    align-content: flex-start;
}
.fy2425-achievements-box-border{
    position: relative;
    display: flex;
    align-items: start;
    flex-wrap: wrap;
}
.fy2425-achievements-box-border:before{
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #58595B;
    display: block;
    margin-top: -4px;
    margin-left: -4px;
}
.fy2425-achievements-box-border:after{
    content: '';
    border-left: 1.26px dashed #58595B;
    height: 130px;
    display: block;
    width: 100%;
}
.fy2425-achievements-box-info h6{
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    color: #76BA43;
    margin: 0 0 8px;
}
.fy2425-achievements-box-info p{
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #58595B;
    margin: 0;
}
.fy2425-achievements-box-info p span{
    color: #76BA43;
}
.fy2425-achievements-top .fy2425-achievements-box-border{
    order: 2;
}
.fy2425-achievements-top .fy2425-achievements-box-border:before{
    order: 2;
}
.fy2425-achievements-shape-line{
    margin: -26% 0 -10px;
    overflow: hidden;
}
.fy2425-achievements-shape-line video {
    height: auto;
    width: 100%;
    margin: -90px 0;
}
.fy2425-achievements-shape-line img{
    width: 100%;
    display: block;
}
.fy2425-achievements-top-box-1 .fy2425-achievements-box-border:after{
    height: 236px;
}
.fy2425-achievements-top-box-2 .fy2425-achievements-box-border:after{
    height: 130px;
}
.fy2425-achievements-top-box-3 .fy2425-achievements-box-border:after{
    height: 190px;
}
.fy2425-achievements-box.fy2425-achievements-top-box-2{
    left: -2.5%;
}
.fy2425-achievements-box.fy2425-achievements-top-box-3{
    left: -4%;
}
.fy2425-achievements-box-1 .fy2425-achievements-box-border{
    margin-top: -34px;
}
.fy2425-achievements-box-1 .fy2425-achievements-box-border:after{
    height: 164px;
}
.fy2425-achievements-box-4 .fy2425-achievements-box-border{
    margin-top: -24px;
}
.fy2425-achievements-box-4 .fy2425-achievements-box-border:after{
    height: 154px;
}
.fy2425-achievements-box.fy2425-achievements-box-2{
    left: -2.5%;
}
.fy2425-achievements-box.fy2425-achievements-box-4{
    left: -4%;
}


.fy2425-ratings-disclosures-section{
    padding: 40px 0 0;
    background: url(../img/Ratings-and-Disclosures-img.webp) no-repeat bottom -10px right #EDEEEE;
}
.fy2425-ratings-part{
    position: relative;
    padding: 11px 0;
    border-top: 1px solid #76BA43;
}
.fy2425-ratings-part:before{
    content: '';
    width: 1px;
    height: 100%;
    background: #B8B9BB;
    position: absolute;
    top: 0;
    left: 33.33%;
}
.fy2425-ratings-part:after{
    content: '';
    width: 1px;
    height: 100%;
    background: #B8B9BB;
    position: absolute;
    top: 0;
    left: 66.66%;
}
.fy2425-ratings-row{
    display: flex;
    gap: 30px;
    align-items: center;
    padding: 16px 40px;
    margin-bottom: 15px;
    border-top:2px solid transparent;
    border-bottom:2px solid transparent;
    position: relative;
    z-index: 1;
}
.fy2425-ratings-row:hover{
    border-radius: 12px;
    border-color: #fff;
    background: rgba(255, 255, 255, 0.60);
    backdrop-filter: blur(4px);
}

.fy2425-ratings-row .fy2425-ratings-column{
    width: 33.33%;
    display: grid;
    gap: 8px;
}
.fy2425-ratings-logo h6{
    margin: 20px 0 0;
    color: #58595B;
    font-size: 15.572px;
    font-weight: 500;
    line-height: 23.359px;
}
.fy2425-ratings-list{
    max-width: 290px;
    margin: 0 auto;
    width: 100%;
}
.fy2425-ratings-list p{
    color: #58595B;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}
.fy2425-ratings-list h6{
    color: #58595B;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    margin: 0 0 8px;
}
.fy2425-ratings-list h6 strong{
    color: #76BA43;
    font-weight: 700;
}
.fy2425-ratings-list ul{
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}
.fy2425-ratings-list-ul{
    max-width: 305px;
    margin: 0 0 0 auto;
}
.fy2425-ratings-list-ul ul{
    margin: 0;
}
.fy2425-ratings-list-ul ul li{
    color: #58595B;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
    width: 100%;
}
.fy2425-ratings-slider{
    display: none;
}


.fy2425-founder-section{
    padding: 100px 0;
}
.fy2425-founder-section .fy2425-founder-row{
    padding: 0px 0;
}
.fy2425-founder-img.fy2425-m-revert{
    padding-left: 50px;
}
.fy2425-founder-content .fy2425-message-part{
    font-family: Gotham;
    font-weight: 400;
    font-size: 28px;
    line-height: 48px;
    text-transform: uppercase;
    color: #036738;
}
.fy2425-founder-content .fy2425-message-part em{
    font-size: 36px;
    text-transform: none;
    font-family: 'Baskervville';
}
.fy2425-founder-content .fy2425-h2{
    margin-bottom: 8px;
}
.fy2425-founder-name{
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: Gotham;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    color: #58595B;
}
.fy2425-founder-info{
    margin: 40px 0;

}
.fy2425-founder-info p{
    margin-bottom: 24px;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #58595B;
}
.fy2425-founder-info p:last-child{
    margin-bottom: 0;
}

.fy2425-bg-grey{
    background: #EDEEEE;
}
.fy2425-responsible-transformation-section{
    padding: 40px 0;
}
.fy2425-transformation-left-heading{
    max-width: 560px;
}
.fy2425-transformation-heading-content{
    max-width: 486px;
    margin: 0 0 0 auto;
}
.fy2425-transformation-heading-content p{
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 24px;
    color: #58595B;
}
.fy2425-transformation-bottom{
    border-top: 1px solid #036738;
    padding: 24px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
}
.fy2425-achieved-tags{
    display: flex;
    align-items: center;
    gap: 12px;
}
.fy2425-achieved-tags h6{
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin: 0;
}

.fy2425-toggle-checkbox{
    position: relative;
    max-width: fit-content;
}
.fy2425-toggle-checkbox input{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
}
.fy2425-toggle-button{
    display: flex;
    align-items: center;
    gap: 16px;
    font-family: Gotham;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    color: #76BA43;
}
.fy2425-toggle-button .fy2425-toggle-layer{
    width: 88px;
    height: 42px;
    border-radius: 28px;
    background: url('../img/switch-body-2025.png') no-repeat 0 0;
    background-size: 100%;
    position: relative;
}
.fy2425-toggle-button .fy2425-toggle-layer:before{
    width: 32px;
    height: 32px;
    border-radius: 100%;
    box-shadow: 2px 1px 6px 0px #00000040;
    background: #fff;
    position: absolute;
    top: 5px;
    left: 5px;
    content: '';
    transition: 0.3s ease all;
}
.fy2425-toggle-checkbox [type="checkbox"]:checked ~ .fy2425-toggle-button .fy2425-toggle-layer:before{
    left: 51px;
}
.fy2425-toggle-checkbox .fy2425-toggle-button .fy2425-2030{
    color: #58595B;
}
.fy2425-toggle-checkbox [type="checkbox"]:checked ~ .fy2425-toggle-button .fy2425-2025{
    color: #58595B;
}
.fy2425-toggle-checkbox [type="checkbox"]:checked ~ .fy2425-toggle-button .fy2425-2030{
    color: #76BA43;
}
.fy2425-toggle-checkbox [type="checkbox"]:checked ~ .fy2425-toggle-button .fy2425-toggle-layer{
    background: url('../img/switch-body-2030.png') no-repeat 0 0;
    background-size: 100%;
}
#fy2425-2030-table{
    display: none;
}


.fy2425-transformation-part{
    padding-top: 80px;
}
.fy2425-transformation-table .fy2425-row{
    display: flex;
}
.fy2425-transformation-row-list .fy2425-row{
    min-height: 320px;
}
.fy2425-table-column-1{
    width: 24%;
}
.fy2425-table-column-2{
    width: 38%;
}
.fy2425-table-column-3{
    width: 38%;
}
.fy2425-transformation-heading{
    border-bottom: 2px solid #036738;
    border-top: 2px solid #036738;
    
    text-align: center;
    background: url(../img/transformation-heading-bg.jpg) no-repeat center right;
    background-size: 76%;
}

.fy2425-year-part{
    width: 76%;
    margin: 0 0 0 auto;
}
.fy2425-year-part .fy2425-year{
    width: 234px;
    height: 68px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Gotham;
    font-weight: 700;
    font-size: 28px;
    line-height: 100%;
    color: #58595B;
    margin-bottom: -23px;
    position: relative;
}
.fy2425-year-part .fy2425-year{
    background: url(../img/year-box-2025.svg) no-repeat 0 0;
    background-size: 100%;
}
.fy2425-year-part .fy2425-year.fy2430-year{
    background: url(../img/year-box-2030.svg) no-repeat 0 0;
    background-size: 100%;
    color: #fff;
}
.fy2425-transformation-heading .fy2425-table-column-1{
   background:#edeeee;
   position: relative;
}
.fy2425-transformation-heading .fy2425-table-column-1:before{
    content: '';
    width: 100%;
    height: calc(100% + 2px);
    background:#edeeee;
    display: block;
    position: absolute;
    top: -2px;
    left: 0;
}
.fy2425-transformation-heading h4{
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    color: #036738;
    margin: 0;
    padding: 40px 0;
}
.fy2425-transformation-row{
    border-bottom: 1px solid #000000CC;
}
/*.fy2425-transformation-info{
    height: 100%;
}*/
.fy2425-transformation-row:last-child{
    border-bottom: 0;
}
.fy2425-transformation-row .fy2425-table-column-1{
    display: flex;
    align-items: center;
    padding: 28px 16px;
}
.fy2425-transformation-row .fy2425-table-column-2{
    display: flex;
    align-items: center;
    padding: 28px 30px 28px 0px;
}
.fy2425-transformation-row .fy2425-table-column-3{
    display: flex;
    align-items: center;
    padding: 28px 10px 28px 30px;
    border-left: 1px solid #000000CC;
    min-height: 335px;
}
.fy2425-transformation-list{
    font-family: Gotham;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    display: grid;
    gap: 20px;
    margin: 0;
    list-style-type: none;
    padding: 0;
    /*height: 100%;*/
}
.fy2425-transformation-list li{
    display: flex;
    align-items: center;
    position: relative;
    /*height: auto !important;*/
}

.fy2425-transformation-list li.fy2425-achieved:before{
    content: '';
    background: url(../img/list-arrow.svg) no-repeat 0 0;
    background-size: 100%;
    width: 28px;
    height: 28px;
    margin-right: 12px;
    flex-shrink: 0;
}
.fy2425-transformation-list li.fy2425-in-progress:before{
    content: '';
    background: url(../img/in-progress-icon.svg) no-repeat 0 0;
    background-size: 100%;
    width: 28px;
    height: 28px;
    margin-right: 12px;
    flex-shrink: 0;
}
.fy2425-transformation-row .fy2425-table-column-3 .fy2425-transformation-list li{
    align-items: start;
}
/*.fy2425-transformation-row .fy2425-table-column-3 .fy2425-transformation-list li:before{
    position: absolute;
    top: 0;
    left: 0;
}*/
.fy2425-table-icon h3{
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    color: #036738;
    margin:8px 0 0 0;
    text-transform: uppercase;
}
.fy2425-transformation-row-list .fy2425-transformation-row:nth-child(even){
    background: #0000000D;
}

.fy2425-national-global-map-section{
    padding: 100px 0;
}
.fy2425-national-map-part{
    position: relative;
    padding-top: 96px;
}
.fy2425-national-service{
    position: absolute;
    top: 45px;
    left: 0;
    display: grid;
    gap: 8px;
}
.fy2425-national-serive-list{
    display: flex;
    gap: 8px;
    color: #58595B;
    font-family: Gotham;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    align-items: center;
}
.fy2425-national-map-wrap{
    position: relative;
    max-width: 840px;
    margin: 0 auto 10px;
}
.fy2425-map-service p{
    margin: 0;
}
.fy2425-map-service h4{
    color: #76BA43;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px; 
    margin:4px 0 0;
}
.fy2425-map-service h5{
    color: #036738;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px; 
    margin:6px 0 0;
}
.fy2425-map-service{
    position: absolute;
    z-index: 1;
    text-align: left;
}
.fy2425-map-service p{
    margin: 0 0 4px;
    line-height: 22px;
}
.fy2425-map-service h4{
    font-size: 16px;
    line-height: 22px;
    margin: 0;
}
.fy2425-service-1{
    top: 148px;
    right: 240px;
}
.fy2425-service-2{
    top: 246px;
    right: 282px;
}
.fy2425-service-3{
    top: 306px;
    left: -152px;
}
.fy2425-service-4{
    top: 453px;
    left: -106px;
}
.fy2425-service-5{
    top: 487px;
    right: 100px;
}
.fy2425-service-6{
    top: 605px;
    left: -86px;
}
.fy2425-service-7{
    top: 632px;
    right: 260px;
}
.fy2425-service-8{
    top: 747px;
    right: 240px;
}
.fy2425-service-9{
    bottom: 80px;
    left: -36px;
}
.fy2425-service-10{
    bottom: -10px;
    right: 325px;
}

.fy2425-national-map{
    position: relative;
}
.fy2425-national-icon{
    position: absolute;
    z-index: 2;
    max-width: 32px;
}
.fy2425-icon-1{
    top: 207px;
    left: 302px;
}
.fy2425-icon-2{
    top: 328px;
    left: 111px;
}
.fy2425-icon-3{
    top: 328px;
    left: 146px;
}
.fy2425-icon-4{
    top: 328px;
    left: 183px;
}
.fy2425-icon-5{
    top: 404px;
    left: 65px;
}
.fy2425-icon-6{
    top: 404px;
    left: 101px;
}
.fy2425-icon-7{
    top: 438px;
    left: 65px;
}
.fy2425-icon-8{
    top: 438px;
    left: 101px;
}
.fy2425-icon-9{
    top: 430px;
    left: 232px;
}
.fy2425-icon-10{
    top: 430px;
    left: 268px;
}
.fy2425-icon-11{
    top: 545px;
    left: 159px;
}
.fy2425-icon-12{
    top: 545px;
    left: 195px;
}
.fy2425-icon-13{
    bottom: 299px;
    left: 292px;
}
.fy2425-icon-14{
    bottom: 224px;
    left: 260px;
}
.fy2425-icon-15{
    bottom: 224px;
    left: 293px;
}
.fy2425-icon-16{
    bottom: 210px;
    left: 170px;
}
.fy2425-icon-17{
    bottom: 210px;
    left: 204px;
}
.fy2425-icon-18{
    bottom: 80px;
    left: 269px;
}

.fy2425-border-line{
    position: absolute;
    height: 20px;
    top: -25px;
}
.fy2425-border-line span{
    width: 5px;
    height: 5px;
    background: #58595B;
    border-radius: 100%;
    display: block;
    position: absolute;
    bottom: 0;
    left: -2px;
}
.fy2425-border-line:before{
    content: '';
    height: 1px;
    width: 1px;
    border-top: 1.26px dashed #58595B;
    display: block;
    position: absolute;
    top: 0;
}
.fy2425-border-line:after{
    content: '';
    height: 20px;
    width: 1px;
    border-left: 1.26px dashed #58595B;
    display: block;
}
.fy2425-service-1 .fy2425-border-line{
    left: 45px;
}
.fy2425-service-1 .fy2425-border-line:before{
    width: 268px;
    right: 0;
}
.fy2425-service-1 .fy2425-border-line span:before{
    content: '';
    height: 130px;
    width: 1px;
    border-left: 1.26px dashed #58595B;
    display: block;
    position: absolute;
    top: -15px;
    left: -265px;
}
.fy2425-service-2 .fy2425-border-line{
    left: 30px;
}
.fy2425-service-2 .fy2425-border-line:before{
    width: 144px;
    right: 0;
}
.fy2425-service-3 .fy2425-border-line{
    left: 40px;
}
.fy2425-service-3 .fy2425-border-line:before{
    width: 264px;
    left: 0;
}
.fy2425-service-4 .fy2425-border-line{
    left: 30px;
}
.fy2425-service-4 .fy2425-border-line:before{
    width: 144px;
    left: 0;
}
.fy2425-service-5 .fy2425-border-line{
    left: 30px;
}
.fy2425-service-5 .fy2425-border-line:before{
    width: 344px;
    right: 0;
}
.fy2425-service-6 .fy2425-border-line{
    left: 30px;
}
.fy2425-service-6 .fy2425-border-line:before{
    width: 214px;
    left: 0;
}
.fy2425-service-7 .fy2425-border-line{
    left: 30px;
}
.fy2425-service-7 .fy2425-border-line:before{
    width: 194px;
    right: 0;
}
.fy2425-service-8 .fy2425-border-line{
    left: 30px;
}
.fy2425-service-8 .fy2425-border-line:before{
    width: 194px;
    right: 0;
}
.fy2425-service-9 .fy2425-border-line{
    left: 30px;
}
.fy2425-service-9 .fy2425-border-line:before{
    width: 214px;
    left: 0;
}
.fy2425-service-10 .fy2425-border-line{
    left: 30px;
}
.fy2425-service-10 .fy2425-border-line:before{
    width: 164px;
    right: 0;
}
.fy2425-map-bottom-service{
    max-width: 222px;
    position: absolute;
    bottom: -6px;
    right: -150px;
    width: 100%;
    display: flex;
    gap: 32px;
    flex-direction: column;
    align-items: self-start;
    justify-content: left;
    text-align: left;
}
.fy2425-bottom-service p{
    margin: 0 0 4px;
    line-height: 22px;
}
.fy2425-bottom-service h4{
    font-size: 16px;
    line-height: 22px;
    margin: 0;
    color: #76BA43;
    font-weight: 500;
}
.fy2425-bottom-service .fy2425-national-serive-list{
    margin-top: 6px;
}
.fy2425-bottom-service .fy2425-national-serive-list img{
    max-width: 28px;
}
.fy2425-bottom-service .fy2425-national-serive-list span{
    font-size: 16px;
    line-height: 22px;
    margin: 0;
    color: #76BA43;
    font-weight: 500;
}
.fy2425-committed-total h4,
.fy2425-committed-total .fy2425-national-serive-list span{
    color: #036738;
}
.fy2425-national-total h4,
.fy2425-national-total .fy2425-national-serive-list span{
    color: #58595B;
}



.fy2425-padding{
    padding-left:7% !important;
    padding-right:7% !important;
}
.fy2425-founder-slider-section{
    padding: 40px 0;
}
.fy2425-founder-slider .swiper{
    border-radius: 12px;
    border: 2px solid #fff;
    background:#FFFFFF99;
    position: relative;
    overflow: hidden;
    margin-bottom: 24px;
}
.fy2425-founder-slider .swiper:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:url(../img/founder-slider-bg.webp) no-repeat 0 0;
    opacity: 0.4;
    backdrop-filter: blur(10px);
    background-size: 80%;
}
.fy2425-founder-slider-row{
    display: flex;
    align-items: center;
    gap: 80px;
    position: relative;
    padding: 80px 24px;
}
.fy2425-founder-slider-row .fy2425-founder-slider-img{
    width: 45%;
}
.fy2425-founder-slider-row .fy2425-founder-slider-content{
    width: 55%;
    position: relative;
}
.fy2425-quote-icon{
    position: absolute;
    top: -43px;
    left: -105px;
}
.fy2425-slider-arrow{
    display: flex;
    justify-content: end;
    gap: 16px;
}
.fy2425-slider-arrow .swiper-button-prev,
.fy2425-slider-arrow .swiper-button-next{
    position: static;
    margin: 0;
    transform: inherit;
    width: 55px;
    height: 55px;
}
.fy2425-slider-arrow .swiper-button-prev:after,
.fy2425-slider-arrow .swiper-button-next:after{
    display: none;
}


.fy2425-decarboni-sation-section{
    padding: 90px 0;
}
.fy2425-decarboni-sation-section .fy2425-transformation-heading-content{
    max-width: 440px;
    margin: 0 0 0 auto;
}
.fy2425-decarboni-sation-row{
    display: flex;
    justify-content: space-between;
}
.fy2425-decarboni-sation-service{
    width: 100%;
    max-width: 350px;
    display: grid;
    align-content: space-between;
}

.fy2425-decarboni-title{
    margin-bottom: 48px;
}
.fy2425-decarboni-title h4{
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    margin: 0 0 16px;
}
.fy2425-scope-count{
    font-family: Gotham;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    font-style: italic;
}
.fy2425-decarboni-sation-part{
    max-width: 1090px;
    margin: 70px auto 0;
}
.fy2425-scope-grid{
    display: flex;
    column-gap: 30px;
    row-gap: 40px;
    flex-wrap: wrap;
}
.fy2425-scope-grid .fy2425-scope-list{
    width: calc(50% - 15px);
    display: flex;
    gap: 16px;
}
.fy2425-scope-list .fy2425-scope-list-icon{
    flex-shrink: 0;
}
.fy2425-scope-list-info p{
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #58595B;
    margin: 0 0 6px;
}
.fy2425-scope-grid .fy2425-scope-list.fy2425-scope-large{
    width: calc(76% - 15px);
}
.fy2425-total-electricity{
    margin-top: 52px;
}
.fy2425-total-electricity p{
    margin-bottom: 6px;
    color: #58595B;
    font-size: 18px;
    line-height: 26px;
}
.fy2425-decarboni-sation-img{
    max-width: 768px;
    margin: -470px auto -30px;
    pointer-events: none;
}
.fy2425-decarboni-right .fy2425-total-electricity{
    text-align: right;
}
.fy2425-decarboni-scope-3-row .fy2425-decarboni-title{
    max-width: fit-content;
    margin-left: auto;
    margin-right: auto;
}
.fy2425-decarboni-scope-3-row .fy2425-scope-grid{
    max-width: 900px;
    margin: 0 auto;
    justify-content: center;
    column-gap: 60px;
}
.fy2425-decarboni-scope-3-row .fy2425-scope-grid .fy2425-scope-list{
    width: calc(33.33% - 40px);
}
.fy2425-decarboni-scope-3-row .fy2425-scope-grid .fy2425-scope-list.fy2425-scope-large{
    width: calc(40.33% - 40px);
    margin-left: 60px;
}

.fy2425-sustainable-future-section{
    padding: 56px 0;
}
.fy2425-sustainable-future-part{
    margin-top: 40px;
}
.fy2425-sustainable-future-part h3{
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    color: #388F7D;
    margin:0 0 24px;
}
.fy2425-sustainable-future-grid{
    display: flex;
    gap: 110px;
}
.fy2425-sustainable-future{
    width: 33.33%;
    display: grid;
    gap: 20px;
    align-content: start;
}
.fy2425-sustainable-future .fy2425-future-list{
    display: flex;
    gap: 16px;
    align-items: center;
}
.fy2425-future-number{
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 16px;
    font-weight: 500;
    font-family: Gotham;
    border-radius: 100%;
    position: relative;
}

.fy2425-future-list p{
    color: #58595B;
    margin: 0;
}
.fy2425-future-number.fy2425-g-number{
    background: #388F7D;
    color: #fff;
}
.fy2425-future-number.fy2425-s-number{
    background: #EFA562;
    color: #fff;
}
.fy2425-future-number.fy2425-e-number{
    background: #2E71A6;
    color: #fff;
}
.fy2425-financial-materiality{
    display: flex;
    align-items: center;
    margin-top: 57px;
}
.fy2425-financial-button{
    max-width: 215px;
    width: 100%;
    flex-shrink: 0;
    padding-left: 24px;
}
.fy2425-financial-chart{
    width: 100%;
    background:url(../img/Subtract.png) no-repeat left bottom #fff;
}
.fy2425-financial-table{
    display: flex;
}
.fy2425-financial-left{
    width: 100%;
    flex-shrink: 0;
    max-width: 65px;
    display: grid;
    align-content: space-between;
    justify-content: space-between;
    padding: 24px;
}
.fy2425-financial-left p{
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    text-transform: uppercase;
    color: #fff;
    writing-mode: vertical-rl;
    white-space: nowrap;
    transform: rotate(180deg);
    margin: 0;
}
.fy2425-financial-right{
    width: 100%;
    background: #fff;
}
.fy2425-financial-bottom{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px;
}
.fy2425-financial-bottom p{
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
}
.fy2425-financial-right table{
    width: 100%;
    height: 100%;
    border-spacing: 2px;
    background: #D9D9D9;
}
.fy2425-financial-right table tr td,
.fy2425-financial-right table tr,
.fy2425-financial-right table{
    border: 2px solid #EDEEEE;
}
.fy2425-financial-right table tr td{
    background: #fff;
    height: 70px;
    width: 14.28%;
    position: relative;
}
.fy2425-financial-right table tr td.fy2425-td{
    background: #D9D9D9;
}
.fy2425-financial-right table tr td .fy2425-future-number{
    width: 24px;
    height: 24px;
    position: absolute;
    z-index: 1;
    cursor: pointer;
}
.fy2425-financial-right table tr td .fy2425-future-number:hover{
    z-index: 2;
}
.fy2425-financial-right table tr td .fy2425-1{
    top: 4px;
    right: 4px;
}
.fy2425-financial-right table tr td .fy2425-2{
    top: 20px;
    right: 0;
}
.fy2425-financial-right table tr td .fy2425-3{
    top: 10px;
    left: 3px;
}
.fy2425-financial-right table tr td .fy2425-4{
    top: 5px;
    right: 0;
}
.fy2425-financial-right table tr td .fy2425-5{
    bottom: -12px;
    left: 50px;
}
.fy2425-financial-right table tr td .fy2425-6{
    bottom: 5px;
    right: 2px;
}
.fy2425-financial-right table tr td .fy2425-7{
    top: 0px;
    right: 20px;
}
.fy2425-financial-right table tr td .fy2425-8{
    top: 8px;
    left: 13px;
}
.fy2425-financial-right table tr td .fy2425-9{
    top: 9px;
    right: 7px;
}
.fy2425-financial-right table tr td .fy2425-10{
    top: 9px;
    right: 5px;
}
.fy2425-financial-right table tr td .fy2425-11{
    bottom: 1px;
    left: 62px;
}
.fy2425-financial-right table tr td .fy2425-12{
    bottom: 4px;
    left: 7px;
}
.fy2425-financial-right table tr td .fy2425-13{
    bottom: -8px;
    left: 11px;
}
.fy2425-financial-right table tr td .fy2425-14{
    bottom: 19px;
    left: 24px;
}
.fy2425-financial-right table tr td .fy2425-15{
    bottom: -12px;
    right: 14px;
}
.fy2425-financial-right table tr td .fy2425-16{
    top: 7px;
    right: 4px;
}
.fy2425-financial-right table tr td .fy2425-17{
    top: 14px;
    right: -6px;
}
.fy2425-financial-button{
    display: grid;
    gap: 56px;
}
.fy2425-checkbox label{
    display: flex;
    gap: 6px;
    font-family: Gotham;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    margin: 0;
    align-items: center;
    cursor: pointer;
}
.fy2425-checkbox input{
    position: absolute;
    opacity: 0;
}
.fy2425-checkbox label .fy2425-checkbox-dot{
    width: 28px;
    height: 28px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
}
.fy2425-checkbox label .fy2425-checkbox-dot:before{
    width: 12px;
    height: 12px;
    border-radius: 100%;
    content: '';
    display: none;
}
.fy2425-governance-label label{
    color: #388F7D;
}
.fy2425-governance-label label .fy2425-checkbox-dot{
    border-color: #388F7D;
}
.fy2425-governance-label label .fy2425-checkbox-dot:before{
    background: #388F7D;
}
.fy2425-social-label label{
    color: #EFA562;
}
.fy2425-social-label label .fy2425-checkbox-dot{
    border-color: #EFA562;
}
.fy2425-social-label label .fy2425-checkbox-dot:before{
    background: #EFA562;
}
.fy2425-environmental-label label{
    color: #2E71A6;
}
.fy2425-environmental-label label .fy2425-checkbox-dot{
    border-color: #2E71A6;
}
.fy2425-environmental-label label .fy2425-checkbox-dot:before{
    background: #2E71A6;
}
.fy2425-checkbox [type="checkbox"]:checked ~ label .fy2425-checkbox-dot:before{
    display: block;
}



.fy2425-value-creation-section{
    padding: 120px 0 75px;
}
.fy2425-value-creation-section .fy2425-heading{
   margin-bottom: 56px; 

}
.fy2425-creation-service-row{
    display: flex;
    gap: 45px;
}
.fy2425-value-column{
    width: 25%;
    position: relative;
}
.fy2425-value-column.fy2425-value-2{
    height: 100%;
} 
.fy2425-value-column.fy2425-value-3{
    width: 30%;
}
.fy2425-value-column.fy2425-value-4{
    width: 20%;
    padding-right: 0px;
}
.fy2425-capital-heading-row .fy2425-value-column.fy2425-value-4{
    padding-right: 0;
}
.fy2425-capital-heading-row{
    display: flex;
    margin-bottom: 20px;
    gap: 45px;
    border-bottom: 1px solid #76BA43;
}
.fy2425-capital-heading{
    
    padding: 23px 0;
}
.fy2425-capital-heading h3{
    color: #036738;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    margin: 0;
}
.fy2425-value-box{
    padding: 15px 7px;
    display: flex;
    flex-direction: column;
    align-items: self-start;
    justify-content: center;
    border-bottom: 1px solid #B8B9BB;
    position: relative;
}
.fy2425-value-box.active{
    background: #EDEEEE;
}
.fy2425-value-4 .fy2425-value-box.active:before{
    content: '';
    width: 45px;
    height: 100%;
    position: absolute;
    left: -45px;
    top: 0;
    background: #EDEEEE;
}


.fy2425-value-box:last-child{
    border: 0;
}
.fy2425-value-box.fy2425-energy-box{
    display: block;
    padding: 20px 0 0 25px;
}
.fy2425-value-box h4{
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    margin: 0 0 8px;
}
.fy2425-value-box .fy2425-manufactured-title{
    color: #D37E7D;
}
.fy2425-value-box .fy2425-natural-title{
    color: #93B74D;
}
.fy2425-value-box .fy2425-human-title{
    color: #892E2E;
}
.fy2425-value-box .fy2425-social-title{
    color: #8661A0;
}
.fy2425-value-box .fy2425-intellectual-title{
    color: #2E71A6;
}
.fy2425-value-box .fy2425-financial-title{
    color: #388F7D;
}

.fy2425-value-box ul{
    color: #58595B;
    font-family: Gotham;
    font-size: 10px;
    font-weight: 400;
    line-height: 14px;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    gap: 4px;
    padding-left: 15px;
}
.fy2425-value-creation-part{
    /*padding-right: 80px;*/
    padding-bottom: 50px;
    position: relative;
}
.fy2425-creation-border{
    position: absolute;
    bottom: 15px;
    left: -2%;
    width: 104%;
    height: 54%;
    pointer-events: none;
    border: 1px solid #036738;
    border-top: 0;
}
.fy2425-creation-border .fy2425-arrow-1{
    position: absolute;
    top: -12px;
    left: -1px;
    display: flex;
    align-items: center;
}
.fy2425-creation-border .fy2425-arrow-1:before{
    content: '';
    width: 10px;
    height: 1px;
    background: #036738;
    display: block;
}
.fy2425-creation-border .fy2425-arrow-2{
    position: absolute;
    top: -12px;
    left: 22%;
    display: flex;
    align-items: center;
}
.fy2425-creation-border .fy2425-arrow-3{
    position: absolute;
    top: -12px;
    left: 45%;
    display: flex;
    align-items: center;
}
.fy2425-creation-border .fy2425-arrow-4{
    position: absolute;
    top: -12px;
    left: 78%;
    display: flex;
    align-items: center;
}
.fy2425-creation-border .fy2425-arrow-5{
    position: absolute;
    top: -12px;
    right: -1px;
    display: flex;
    align-items: center;
}
.fy2425-creation-border .fy2425-arrow-5:after{
    content: '';
    width: 10px;
    height: 1px;
    background: #036738;
    display: block;
    margin-left: -2px;
}

.fy2425-creation-border .fy2425-arrow-6{
    position: absolute;
    bottom: -12px;
    left: 20%;
}
.fy2425-creation-border .fy2425-arrow-7{
    position: absolute;
    bottom: -12px;
    left: 50%;
}
.fy2425-creation-border .fy2425-arrow-8{
    position: absolute;
    bottom: -12px;
    left: 82%;
}

/*.fy2425-creation-service-row:hover{
    background: #EDEEEE;
}*/
.fy2425-energy-box{
    position: relative;
    min-height: 215px;
    border: 0;
}
.fy2425-value-box.fy2425-energy-box.fy2425-box2{
    min-height: 205px;
    padding-left: 20px;
}
.fy2425-value-box.fy2425-energy-box.fy2425-box3{
    padding-left: 20px;
    min-height: 240px;
}
.fy2425-energy-box h4{
    text-transform: uppercase;
    font-weight: 600;
}
.fy2425-energy-box .fy2425-energy-box-img{
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0;
    z-index: -1;
    border-radius: 0 0 57px 57px;
    overflow: hidden;
}
.fy2425-stakeholders-grid{
    display: grid;
    flex-wrap: wrap;
    grid-template-columns: repeat(2,minmax(0,1fr));
    column-gap: 24px;
    row-gap: 8px;
    margin: 0 auto;
}
.fy2425-stakeholders-icon{
    text-align: center;
}
.fy2425-stakeholders-icon p{
    color: #58595B;
    text-align: center;
    font-size: 9px;
    font-weight: 400;
    line-height: 13px;
    margin: 2px 0 0;
}
.fy2425-stakeholders-icon.fy2425-span{
    -ms-grid-column:span 2;
    grid-column:span 2;
}
.fy2425-business-models-bg{
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
}
.fy2425-energy-border{
    border-radius: 75px;
    position: absolute;
    top: 0;
    left: -4%;
    width: 108%;
    height: 100%;
    pointer-events: none;
    margin-bottom: -1px;
}
.fy2425-energy-border.fy2425-border-1{
    border-left: 1px solid #93B74D;
    border-top: 1px solid #93B74D;
    border-bottom: 1px solid #93B74D;
    border-radius: 75px 0 0 75px;
    width: 80%;
}
.fy2425-energy-border.fy2425-border-2{
    border-right: 1px solid #93B74D;
    border-top: 1px solid #93B74D;
    border-bottom: 1px solid #93B74D;
    border-radius: 0 75px 75px 0;
    width: 80%;
    right: -4%;
    left: auto;
    top: -1px;
    height: calc(100% + 2px);
}
.fy2425-energy-border.fy2425-border-3{
    border-left: 1px solid #93B74D;
    border-top: 1px solid #93B74D;
    border-bottom: 1px solid #93B74D;
    border-radius: 75px 0 0 75px;
    width: 80%;
}
.fy2425-energy-border.fy2425-border-4{
    border-right: 1px solid #93B74D;
    border-top: 1px solid #93B74D;
    border-bottom: 1px solid #93B74D;
    border-radius: 0 85px 85px 0;
    width: 80%;
    right: -4%;
    left: auto;
    top: -1px;
    height: calc(100% + 2px);
}
.fy2425-value-box.fy2425-energy-box.fy2425-box1 .fy2425-energy-box-img{
    border-radius:57px 0 0 57px;
}
.fy2425-value-box.fy2425-energy-box.fy2425-box2 .fy2425-energy-box-img{
    border-radius: 0px 57px 57px 0;
}
.fy2425-value-box.fy2425-energy-box.fy2425-box3 .fy2425-energy-box-img{
    border-radius:57px 0 0 57px;
}
.fy2425-value-box.fy2425-energy-box.fy2425-box4 .fy2425-energy-box-img{
    border-radius: 0px 57px 57px 0;
    width: 83%;
    margin: 0 0 0 auto;
    right: 5px;
}
.fy2425-bulb-part{
    position: absolute;
    top: -108px;
    right: -90px;
}
.fy2425-bulb-part span{
    position: absolute;
    bottom: -9px;
    left: -27px;
    width: 65px;
    height: 17px;
    border-radius: 0 0 15px 0;
    border-right: 1px solid #93B74D;
    border-bottom: 1px solid #93B74D;
}
.fy2425-envato-labs-part{
    position: absolute;
    bottom: -22px;
    left: -36px;
    display: flex;
    align-items: center;
}
.fy2425-envato-labs-part:after{
    content: '';
    width: 50px;
    height: 1px;
    background: #93B74D;
}



.fy2425-integrated-thinking-section{
   padding: 75px 0 120px; 
}
.fy2425-capital-panel .fy2425-panel-info{
    height: 100%;
    display: grid;
    align-content: space-between;
}
.fy2425-integrated-top-title{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.fy2425-integrated-top-title h3{
    color: #FFF;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 8px;
}
.fy2425-integrated-top-title p{
    color: #FFF;
    margin: 0;
}
.fy2425-integrated-top-title .fy2425-btn-primary{
    background: #fff;
    color: #76BA43;
    box-shadow: none;
}

.fy2425-integrated-top-title .fy2425-btn-primary:hover{
    background: #76BA43 !important;
    color: #fff !important;
    box-shadow: none !important;
}
.fy2425-integrated-bottom-list{
    display: flex;
    gap: 42px;
    justify-content: space-around;
}
.fy2425-integrated-bottom-list .fy2425-integrated-capital{
    width: 33.33%;
}
.fy2425-integrated-capital h4{
    color: #FFF;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    margin: 0 0 8px;
}
.fy2425-integrated-capital p{
    color: #fff;
    font-weight: 300;
    margin: 0;
}
.fy2425-capital-panel .fy2425-label{
    color: #FFF;
    font-family: Gotham;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
}
/*.fy2425-capital-panel.fy2425-human .fy2425-integrated-img{
    background: linear-gradient(0deg, rgba(82, 91, 2, 0.85) 0%, rgba(82, 91, 2, 0.85) 100%), url(<path-to-image>) lightgray -851.291px -356px / 2473.258% 183.148% no-repeat;
    filter: blur(4px);
}*/

.fy2425-capital-panel .fy2425-integrated-img:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.fy2425-capital-panel.fy2425-manufactured .fy2425-integrated-img:before{
    background: #D37E7DD9;
}
.fy2425-capital-panel.fy2425-human .fy2425-integrated-img:before{
    background: #892E2ED9;
}
.fy2425-capital-panel.fy2425-natural .fy2425-integrated-img:before{
    background: #93B74DD9;
}
.fy2425-capital-panel.fy2425-social .fy2425-integrated-img:before{
    background: #8661A0D9;
}
.fy2425-capital-panel.fy2425-intellectual .fy2425-integrated-img:before{
    background: #2E71A6D9;
}
.fy2425-capital-panel.fy2425-financial .fy2425-integrated-img:before{
    background: #388F7DD9;
}
.fy2425-capital-panel.fy2425-financial .fy2425-integrated-img,
.fy2425-capital-panel.fy2425-intellectual .fy2425-integrated-img,
.fy2425-capital-panel.fy2425-social .fy2425-integrated-img,
.fy2425-capital-panel.fy2425-natural .fy2425-integrated-img,
.fy2425-capital-panel.fy2425-human .fy2425-integrated-img,
.fy2425-capital-panel.fy2425-manufactured .fy2425-integrated-img{
    background: linear-gradient(0deg, rgba(82, 91, 2, 0.85) 0%, rgba(82, 91, 2, 0.85) 100%), lightgray -851.291px -356px / 2473.258% 183.148% no-repeat;
    filter: blur(4px);
}
.fy2425-capital-panel.active .fy2425-integrated-img,
.fy2425-capital-panel.fy2425-financial:hover .fy2425-integrated-img,
.fy2425-capital-panel.fy2425-intellectual:hover .fy2425-integrated-img,
.fy2425-capital-panel.fy2425-social:hover .fy2425-integrated-img,
.fy2425-capital-panel.fy2425-natural:hover .fy2425-integrated-img,
.fy2425-capital-panel.fy2425-human:hover .fy2425-integrated-img,
.fy2425-capital-panel.fy2425-manufactured:hover .fy2425-integrated-img{
    background: inherit;
    filter: blur(0px);
}


.fy2425-chat-explore-report{
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 9999;
    white-space: nowrap;
    transform: rotate(180deg);
    writing-mode: vertical-rl;
    margin-top: -90px;
}
.fy2425-chat-explore-report a{
    background: #76BA43;
    padding: 12px;
    border-radius:0px 12px 12px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-family: Gotham;
    font-weight: 500;
    font-size: 12px;
    line-height: 22px;
    color: #fff;
    text-decoration: none;
    gap: 6px;
}
.fy2425-chat-explore-report a img{
    transform: rotate(180deg);
}
.fy2425-chat-explore-report a:hover{
    color: #fff;
    background: #64a136;
}

/* Tooltip */
.fy2425-chat-tooltip {
  position: absolute;
  bottom: calc(100% - 9px);
  left: 50%;
  transform: translateX(-50%) translateY(100px);
  background-color: white;
  padding: 8px 14px;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
  font-family: Gotham;
  font-size: 12px;
  line-height: 22px;
  color: #58595B;
}

/* Tooltip Arrow */
.fy2425-chat-tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 8px;
  border-style: solid;
  border-color: white transparent transparent transparent;
}

/* Hover Effect with Delay */
.fy2425-future-number:hover .fy2425-chat-tooltip,
.fy2425-chat-explore-report:hover .fy2425-chat-tooltip {
  animation: showTooltip 0s ease forwards;
  animation-delay: 1s;
}

@keyframes showTooltip {
  to {
    opacity: 1;
    transform: translateX(-50%) translateY(-10px);
  }
}



@media (min-width: 768px) {
    .fy2425-integrated-img{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .fy2425-integrated-img img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .fy2425-capital-container {
      display: flex;
      height: 600px;
      width: 100%;
      overflow: hidden;
      position: relative;
    }

    /* Base panel style */
    .fy2425-capital-panel {
      flex: 1;
      position: relative;
      color: white;
      transition: flex 0.4s ease;
      display: flex;
      align-items: self-start;
      justify-content: center;
      overflow: hidden;
      cursor: pointer;
      border-left: 4px solid;
        border-right: 4px solid;
    }

    /* Vertical label by default */
    .fy2425-capital-panel .fy2425-label {
      writing-mode: vertical-rl;
      transform: rotate(0deg);
      font-weight: bold;
      font-size: 0.9rem;
      padding:44px 25px;
      text-align: center;
      pointer-events: none;
    }

    /* Hidden panel content initially */
    .fy2425-capital-panel .fy2425-panel-content {
      display: none;
      padding: 50px;
      text-align: left;
      width: 100%;
      height: 100%;
      position: relative;
    }

    /* Show manufactured by default */
    .fy2425-capital-panel.fy2425-manufactured {
      flex: 12;
      z-index: 1;
    }

    .fy2425-capital-panel.fy2425-manufactured .fy2425-panel-content {
      display: block;
    }

    .fy2425-capital-panel.fy2425-manufactured .fy2425-label {
      display: none;
    }

    /* When any panel is hovered, override manufactured default */
    .fy2425-capital-container:hover .fy2425-capital-panel {
      flex: 1;
    }

    .fy2425-capital-container:hover .fy2425-capital-panel .fy2425-panel-content {
      display: none;
    }

    .fy2425-capital-container:hover .fy2425-capital-panel .fy2425-label {
      display: block;
    }

    /* Expand hovered panel */
    .fy2425-capital-container:hover .fy2425-capital-panel:hover {
      flex: 12;
      z-index: 2;
    }

    .fy2425-capital-container:hover .fy2425-capital-panel:hover .fy2425-panel-content {
      display: block;
    }

    .fy2425-capital-container:hover .fy2425-capital-panel:hover .fy2425-label {
      display: none;
    }

}


.fy2425-case-studies-section{
    padding: 45px 0 22px;
    position: relative;
}
.fy2425-case-studies-left-img{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.fy2425-case-studies-right-img{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.fy2425-case-studies-slider{
    position: relative;
    z-index: 1;
}
.fy2425-case-studies-slider .swiper{
    position: relative;
    overflow: hidden;
    margin-bottom: 24px;
    border-radius: 12px;
    border: 2px solid #FFF;
    background: rgba(255, 255, 255, 0.82);
    backdrop-filter: blur(4px);
}

.fy2425-case-studies-row{
    display: flex;
    align-items: center;
    gap: 40px;
    position: relative;
    padding: 24px;
}
.fy2425-case-studies-row .fy2425-case-studies-img{
    width: 58%;
}
.fy2425-case-studies-row .fy2425-case-studies-content{
    width: 42%;
    position: relative;
}
.fy2425-case-studies-content{
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}
.fy2425-case-studies-content h3{
    font-size: 28px;
    font-weight: 500;
    line-height: 38px;
    margin: 0;
    width: 100%;
}
.fy2425-case-studies-content p{
    color: #58595B;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    margin: 0;
    width: 100%;
}

.fy2425-case-studies-slider .fy2425-slider-arrow{
    display: flex;
    justify-content: center;
    gap: 16px;
}


.fy2425-faqs-section{
    padding: 140px 0 100px;
}

.fy2425-faqs-heading-content,
.fy2425-faqs-heading-content p{
    color: #58595B;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    margin: 0;
}

.fy2425-faqs-accordion{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
    margin-top: 75px;
}
.fy2425-accordion-list{
    border-radius: 12px;
    border: 1px solid #EDEEEE;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
}
.fy2425-accordion-list .fy2425-accordion-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    gap: 24px;
    padding: 24px 32px;
    cursor: pointer;
}
.fy2425-accordion-title h5{
    color: #58595B;
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    margin: 0;
}
.fy2425-accordion-container{
    display: none;
    padding: 0 32px 24px;
    width: 100%;
}
.fy2425-accordion-container ul,
.fy2425-accordion-container ol{
    margin-top: 20px;
}
.fy2425-accordion-container p{
    width: 80%;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    margin: 0;
}
.fy2425-accordion-arrow{
    border-radius: 100px;
    background: #EDEEEE;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 34px;
    height: 34px;
}
.fy2425-accordion-title.active .fy2425-accordion-arrow{
    background: #76BA43;
    box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.12) inset, 0 1px 1.5px 0 rgba(255, 255, 255, 0.25) inset, 0 2px 6px 0 rgba(74, 58, 255, 0.10);
    transform: rotate(90deg);
    color: #fff;
}
.fy2425-accordion-container.active{
    display: block;
}
.fy2425-dot-bar{
    display: none;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-top: 1px solid #036738;
    padding-top: 16px;
    width: calc(100% - 80px);
    margin: 0 0 0 auto;
}
.fy2425-dot-bar span{
    background: #B8B9BB;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    display: block;
    transition: all 0.3s ease;
}
.fy2425-dot-bar span.fy2425-active{
    width: 12px;
    height: 12px;
    background: #76BA43;
}

.fy2425-interplay-capitals-section{
    padding: 50px 0 100px;
}
.fy2425-interplay-tabs-part h3.fy2425-tab{
    display: none;
}
.fy2425-interplay-tabs-ul{
    margin-bottom: 24px;
}
.fy2425-interplay-tabs-ul .fy2425-tabs{
    display: grid;
    flex-wrap: wrap;
    grid-template-columns: repeat(6,minmax(0,1fr));
    gap: 25px;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
h3.fy2425-tab,
.fy2425-interplay-tabs-ul .fy2425-tabs li{
    width: 100%;
    padding: 15px 5px;
    border-bottom: 2px solid #00000033;
    font-family: Gotham;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0;
    text-align: center;
    color: #00000033;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.fy2425-tabs-content-grid{
    display: grid;
    flex-wrap: wrap;
    grid-template-columns: repeat(6,minmax(0,1fr));
    gap: 25px;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.fy2425-capitals-box-img{
    position: relative;
}
.fy2425-capitals-box-img h5{
    font-family: Gotham;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: right;
    color: #D37E7D;
    position: absolute;
    bottom: 3px;
    right: 7px;
    margin: 0;
}
.fy2425-capitals-box-info .fy2425-capitals-title{
    font-family: Gotham;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
    color: #FFFFFF;
    padding: 8px 12px;
    min-height: 54px;
    display: flex;
    align-items: center;
    justify-content: start;
}
.fy2425-capitals-box-info .fy2425-capitals-content{
    padding: 9px;
    font-family: Gotham;
    font-weight: 400;
    font-size: 10px;
    line-height: 15px;
    letter-spacing: 0;
}
.fy2425-capitals-content p{
    font-family: Gotham;
    font-weight: 400;
    font-size: 10px !important;
    line-height: 15px !important;
    letter-spacing: 0;
    margin: 0 0 8px;
}
.fy2425-capitals-box-info{
    height: 100%;
}
.fy2425-tabs-content{
    display: none;
}
.fy2425-tabs-content.current{
    display: block;
}


h3.fy2425-tab.current.fy2425-manufactured-tab,
.fy2425-interplay-tabs-ul .fy2425-tabs li.current.fy2425-manufactured-tab{
    color: #D37E7D;
    border-color: #D37E7D;
}
h3.fy2425-tab.current.fy2425-human-tab,
.fy2425-interplay-tabs-ul .fy2425-tabs li.current.fy2425-human-tab{
    color: #892E2F;
    border-color: #892E2F;
}
h3.fy2425-tab.current.fy2425-natural-tab,
.fy2425-interplay-tabs-ul .fy2425-tabs li.current.fy2425-natural-tab{
    color: #768D31;
    border-color: #768D31;
}
h3.fy2425-tab.current.fy2425-social-tab,
.fy2425-interplay-tabs-ul .fy2425-tabs li.current.fy2425-social-tab{
    color: #8661A0;
    border-color: #8661A0;
}
h3.fy2425-tab.current.fy2425-intellectual-tab,
.fy2425-interplay-tabs-ul .fy2425-tabs li.current.fy2425-intellectual-tab{
    color: #2E71A6;
    border-color: #2E71A6;
}
h3.fy2425-tab.current.fy2425-financial-tab,
.fy2425-interplay-tabs-ul .fy2425-tabs li.current.fy2425-financial-tab{
    color: #388F7D;
    border-color: #388F7D;
}

.fy2425-manufactured-column .fy2425-capitals-box-img h5{
    color: #D37E7D;
}
.fy2425-human-column .fy2425-capitals-box-img h5{
    color: #892E2F;
}
.fy2425-natural-column .fy2425-capitals-box-img h5{
    color: #768D31;
}
.fy2425-social-column .fy2425-capitals-box-img h5{
    color: #8661A0;
}
.fy2425-intellectual-column .fy2425-capitals-box-img h5{
    color: #2E71A6;
}
.fy2425-financial-column .fy2425-capitals-box-img h5{
    color: #388F7D;
}

.fy2425-manufactured-column .fy2425-capitals-title{
    background: #D37E7D;
}
.fy2425-human-column .fy2425-capitals-title{
    background: #892E2F;
}
.fy2425-natural-column .fy2425-capitals-title{
    background: #768D31;
}
.fy2425-social-column .fy2425-capitals-title{
    background: #8661A0;
}
.fy2425-intellectual-column .fy2425-capitals-title{
    background: #2E71A6;
}
.fy2425-financial-column .fy2425-capitals-title{
    background: #388F7D;
}

.fy2425-manufactured-column .fy2425-capitals-content{
    background: linear-gradient(180deg, rgba(211, 126, 125, 0.25) 0%, rgba(255, 255, 255, 0) 100%);
}
.fy2425-human-column .fy2425-capitals-content{
    background: linear-gradient(180deg, rgba(137, 46, 47, 0.25) 0%, rgba(35, 12, 12, 0) 100%);
}
.fy2425-natural-column .fy2425-capitals-content{
    background: linear-gradient(180deg, rgba(118, 141, 49, 0.25) 0%, rgba(255, 255, 255, 0) 100%);
}
.fy2425-social-column .fy2425-capitals-content{
    background: linear-gradient(180deg, rgba(134, 97, 160, 0.25) 0%, rgba(255, 255, 255, 0) 100%);
}
.fy2425-intellectual-column .fy2425-capitals-content{
    background: linear-gradient(180deg, rgba(46, 113, 166, 0.25) 0%, rgba(255, 255, 255, 0) 100%);
}
.fy2425-financial-column .fy2425-capitals-content{
    background: linear-gradient(180deg, rgba(56, 143, 125, 0.25) 0%, rgba(255, 255, 255, 0) 100%);
}

.fy2425-total-tags{
    margin: 0;
    max-width: 190px;
    font-size: 16px;
    line-height: 22px;
    color: #58595B;
    position: absolute;
    top: 45px;
    right: -70px;
}
.fy2425-total-tags div{
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
}
.fy2425-total-tags span{
    border-radius: 0;
    width: 16px;
    height: 16px;
    display: block;
    flex-shrink: 0;
    background: #76BA43;
}
.fy2425-total-tags .fy2425-total-committed span{
    background: #036738;
}


@media (min-width: 2001px) {
    
}

@media (min-width: 1024px) {
    
}

@media (max-width: 1700px){
    
}
@media (max-width: 1441px){
   .fy2425-achievements-box.fy2425-achievements-top-box-1{
        left: 6vw;
    }
    .fy2425-achievements-box.fy2425-achievements-top-box-2 {
        left: 1vw;
        bottom: -3vw;
    }
    .fy2425-achievements-box.fy2425-achievements-top-box-3 {
        left: -2vw;
        bottom: -2vw;
    }
    .fy2425-achievements-box.fy2425-achievements-box-1 {
        left: 4vw;
    }
    .fy2425-achievements-box.fy2425-achievements-box-2 {
        left: 2vw;
    }
    .fy2425-achievements-box.fy2425-achievements-box-3 {
        left: 1vw;
    }
}

@media (max-width: 1400px){
   
}
@media (min-width:1021px){
    
}
@media (max-width:1020px){

}

@media (max-width: 1360px){
    
}


@media (max-width: 1199px){
    .fy2425-padding {
        padding-left: 4% !important;
        padding-right: 4% !important;
    }
    .fy2425-wrapper .container-fluid{
        padding: 0 4%;
    }
    .fy2425-wrapper .fy2425-h1{
        font-size: 36px;
        line-height: 42px;
    }
    .fy2425-innovating-sustainably-section {
        padding: 75px 0;
    }
    .fy2425-innovating-top {
        padding: 0 5%;
    }
    
    .fy2425-innovating-grid.fy2425-innovating-top{
        padding-top: 20px;
    }
    .fy2425-innovating-box-info h6{
        font-size: 16px;
        line-height: 20px;
    }
    .fy2425-innovating-grid{
        gap: 5px;
    }
    .fy2425-innovating-box-info h4{
        font-size: 18px;
    }
    .fy2425-innovating-box.fy2425-innovating-box-1 {
        margin-top: 8.5%;
    }
    .fy2425-innovating-box.fy2425-innovating-box-2 {
        margin-top: -2%;
    }
    .fy2425-innovating-box.fy2425-innovating-box-4 {
        margin-top: -3%;
    }
    .fy2425-innovating-box.fy2425-innovating-box-6 {
        margin-top: -0.5%;
    }
    .fy2425-innovating-box.fy2425-innovating-top-box-1 {
        margin-bottom: -12%;
    }
    .fy2425-innovating-box.fy2425-innovating-top-box-2 {
        margin-bottom: -2%;
    }
    .fy2425-innovating-box.fy2425-innovating-top-box-3 {
        margin-bottom: 0.5%;
    }
    .fy2425-innovating-box.fy2425-innovating-top-box-4 {
        margin-bottom: -4%;
    }
    .fy2425-innovating-box.fy2425-innovating-top-box-5 {
        margin-bottom: -7%;
    }
    .fy2425-innovating-box .fy2425-innovating-img {
        border-radius: 0 60px 0 60px;
    }
    .fy2425-innovating-top .fy2425-innovating-img {
        border-radius: 60px 0 60px 0;
    }
    .fy2425-achievements-grid-part .container-fluid {
        padding: 0 12%;
    }
    .fy2425-achievements-box.fy2425-achievements-top-box-1{
        left: 4vw;
    }
    .fy2425-achievements-box.fy2425-achievements-top-box-2 {
        left: 4vw;
        bottom: -3vw;
    }
    .fy2425-achievements-box.fy2425-achievements-top-box-3 {
        left: 5vw;
        bottom: -2vw;
    }
    .fy2425-achievements-box.fy2425-achievements-box-2 {
        left: 0;
    }
    .fy2425-achievements-box.fy2425-achievements-box-4 {
        left: -2vw;
    }
    .fy2425-ratings-row{
        padding: 16px 25px
    }
    .fy2425-wrapper .fy2425-h2{
        font-size: 30px;
        line-height: 38px;
    }
    .fy2425-heading p{
        font-size: 18px;
    }
    .fy2425-founder-info p{
        font-size: 18px;
        line-height: 28px;
    }
    .fy2425-founder-content .fy2425-message-part{
        font-size: 24px;
        line-height: 46px;
    }
    .fy2425-transformation-heading{
        background-size: cover;
    }
    .fy2425-table-icon h3{
        font-size: 22px;
    }
    .fy2425-founder-section {
        padding: 50px 0 50px;
    }
    .fy2425-national-global-map-section {
        padding: 60px 0;
    }
    .fy2425-founder-slider-row{
        gap: 40px;
        padding: 70px 24px 50px;
    }
    .fy2425-decarboni-sation-section {
        padding: 60px 0;
    }
    .fy2425-scope-list-info p{
        font-size: 16px;
        line-height: 22px;
    }
    .fy2425-faqs-heading-content p,
    .fy2425-transformation-heading-content p{
        font-size: 18px;
        line-height: 28px;
    }
    .fy2425-financial-button {
        max-width: 175px;
        gap: 40px;
    }
    .fy2425-checkbox label{
        font-size: 16px;
    }
    .fy2425-sustainable-future-grid{
        gap: 30px;
    }
    .fy2425-value-creation-section {
        padding: 80px 0 75px;
    }
    .fy2425-integrated-thinking-section {
        padding: 35px 0 70px;
    }
    .fy2425-capital-panel .fy2425-panel-content{
        padding: 30px;
    }
    .fy2425-integrated-bottom-list{
        gap: 20px;
    }
    .fy2425-case-studies-content h3 {
        font-size: 24px;
        line-height: 30px;
    }

    .fy2425-case-studies-content p{
        font-size: 18px;
        line-height: 26px;
    }
    .fy2425-case-studies-row .fy2425-case-studies-img {
        width: 55%;
    }
    .fy2425-case-studies-row .fy2425-case-studies-content {
        width: 45%;
    }
    .fy2425-faqs-section {
        padding: 70px 0 70px;
    }
    .fy2425-accordion-title h5{
        font-size: 18px;
        line-height: 22px;

    }
    .fy2425-accordion-container{
      font-size: 14px !important;
        line-height: 20px !important;  
    }
    .fy2425-accordion-container p {
        width: 90%;
        font-size: 14px !important;
        line-height: 20px !important;
    }
    .fy2425-accordion-list .fy2425-accordion-title{
        padding: 20px 20px
    }
    .fy2425-accordion-container{
        padding: 0 20px 20px;
    }
    .fy2425-map-bottom-service{
        max-width: 206px;
        bottom: -50px;
        right: -100px;
    }
    .fy2425-service-3{
        left: -62px;
    }
    .fy2425-service-3 .fy2425-border-line:before {
        width: 194px;
        left: 0;
    }
    .fy2425-service-4 {
        top: 453px;
        left: -76px;
    }
    .fy2425-service-4 .fy2425-border-line:before {
        width: 94px;
        left: 0;
    }
    .fy2425-service-6 {
        top: 605px;
        left: -66px;
    }
    .fy2425-achievements-shape-line video{
        margin: -50px 0;
    }
    .fy2425-capital-heading-row,
    .fy2425-creation-service-row{
        gap: 20px
    }
    .fy2425-energy-border.fy2425-border-3,
    .fy2425-energy-border.fy2425-border-1{
        border-radius: 65px 0 0 65px;
    }
    .fy2425-energy-border.fy2425-border-4,
    .fy2425-energy-border.fy2425-border-2{
        border-radius: 0 65px 65px 0
    }
    .fy2425-value-column.fy2425-value-4{
        padding-right: 0;
    }
    .fy2425-capital-heading h3{
        font-size: 12px;
    }
    .fy2425-creation-border{
        width: 104%;
    }

    /* Tooltip */
    .fy2425-chat-tooltip{
        left: -42%;
    }   

    /* Tooltip Arrow */
    .fy2425-chat-tooltip::after {
        left: 85%;
    }

    .fy2425-tabs-content-grid,
    .fy2425-interplay-tabs-ul .fy2425-tabs{
        gap: 10px;
    }
    .fy2425-capitals-box-img h5{
        font-size: 16px;
    }
    .fy2425-interplay-capitals-section {
        padding: 20px 0 50px;
    }

}
@media (min-width: 1070px) and (max-width: 1199px) {  
    .fy2425-achievements-shape-line video {
        margin: -56px 0;
    }

}
@media (min-width: 576px) and (max-width: 1199px) {  
    
}
@media (min-width: 768px){
    .fy2425-achievements-close{
        display: none;
    }
}
@media (max-width: 991px){
    .fy2425-wrapper .fy2425-h1 {
        font-size: 32px;
        line-height: 38px;
    }
    .fy2425-hero-content {
        max-width: 385px;
    }
    .fy2425-innovating-sustainably-section {
        padding: 50px 0;
    }
    .fy2425-innovating-top {
        padding: 0 2%;
    }
    .fy2425-wrapper .fy2425-h2 {
        font-size: 28px;
        line-height: 32px;
    }
    .fy2425-innovating-box .fy2425-innovating-img{
        max-width: 110px;
        border-radius: 0 30px 0 30px;
    }
    .fy2425-innovating-top .fy2425-innovating-img{
        max-width: 110px;
        border-radius: 30px 0 30px 0;
    }
    .fy2425-innovating-grid-part .container-fluid{
        padding: 0 2%;
    }
    .fy2425-innovating-box.fy2425-innovating-box-1 {
        margin-top: 11.5%;
    }
    .fy2425-innovating-box.fy2425-innovating-top-box-1 {
        margin-bottom: -14%;
    }
    .fy2425-innovating-box.fy2425-innovating-top-box-2 {
        margin-bottom: -3%;
    }
    .fy2425-innovating-box.fy2425-innovating-top-box-5 {
        margin-bottom: -5.5%;
    }
    .fy2425-innovating-box-info h4 {
        font-size: 14px;
    }
    .fy2425-achievements-grid-part .container-fluid {
        padding: 0 8%;
    }
    .fy2425-achievements-box{
        max-width: 146px;
    }
    .fy2425-achievements-box.fy2425-achievements-box-2 {
        left: 4vw;
    }
    .fy2425-achievements-top-box-1 .fy2425-achievements-box-border:after {
        height: 120px;
    }
    .fy2425-achievements-top .fy2425-achievements-box{
        max-width: 170px;
    }
    .fy2425-achievements-top-box-2 .fy2425-achievements-box-border:after {
        height: 60px;
    }
    .fy2425-achievements-top-box-3 .fy2425-achievements-box-border:after {
        height: 110px;
    }
    .fy2425-achievements-box-info h6{
        font-size: 22px;
    }
    .fy2425-inspired-achievements-section {
        padding-bottom: 0px;
    }
    .fy2425-ratings-logo h6{
        font-size: 14px;
    }
    .fy2425-founder-section{
        padding: 50px 0;
    }
    .fy2425-founder-section .fy2425-founder-row {
        padding: 0px 0;
    }
    .fy2425-wrapper .fy2425-h2 {
        font-size: 26px;
    }
    .fy2425-founder-info {
        margin: 20px 0;
    }
    .fy2425-founder-content .fy2425-message-part {
        font-size: 22px;
        line-height: 30px;
    }
    .fy2425-founder-content .fy2425-message-part em {
        font-size: 28px;
    }
    .fy2425-founder-name{
        font-size: 16px;
    }
    .fy2425-founder-info p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 10px;
    }
    .fy2425-transformation-heading h4{
        padding: 30px 0;
    }
    .fy2425-transformation-row .fy2425-table-column-3{
        padding: 18px 10px 18px 15px;
    }
    .fy2425-table-icon h3 {
        font-size: 16px;
    }
    .fy2425-transformation-list{
        gap: 10px;
        font-size: 14px;
        line-height: 20px;
    }
    .fy2425-founder-slider-row {
        gap: 20px;
        padding: 50px 16px 30px;
    }
    .fy2425-quote-icon {
        position: absolute;
        top: -23px;
        left: -75px;
        max-width: 60px;
    }
    .fy2425-decarboni-title h4{
        font-size: 18px;
    }
    .fy2425-scope-grid .fy2425-scope-list{
        gap: 10px;
    }
    .fy2425-decarboni-sation-service{
        max-width: 260px;
    }
    .fy2425-scope-grid{
        column-gap: 15px;
        row-gap: 15px;
    }
    .fy2425-scope-count{
        font-size: 16px;
    }
    .fy2425-total-electricity {
        margin-top: 24px;
    }
    .fy2425-total-electricity p{
        font-size: 16px;
        line-height: 22px;
    }
    .fy2425-decarboni-sation-img{
        max-width: 598px;
        margin: -320px auto -30px;
    }
    .fy2425-financial-materiality{
        display: block;
    }
    .fy2425-financial-button{
        max-width: 100%;
        padding: 20px 0 0;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 30px;
    }
    .fy2425-sustainable-future-grid {
        gap: 10px;
    }
    .fy2425-padding {
        padding-left: 3% !important;
        padding-right: 3% !important;
    }
    .fy2425-sustainable-future{
        gap: 15px;
    }
    .fy2425-value-creation-section {
        padding: 50px 0 35px;
    }
    .fy2425-value-creation-section .fy2425-heading {
        margin-bottom: 30px;
    }
    .fy2425-capital-panel{
        border-left: 2px solid;
        border-right: 2px solid;
    }
    .fy2425-capital-panel .fy2425-panel-content {
        padding: 20px;
    }
    .fy2425-integrated-top-title h3{
        font-size: 20px;
    }
    .fy2425-capital-panel .fy2425-label{
        padding: 24px 12px;
    }
    .fy2425-heading{
        margin-bottom: 30px;
    }
    .fy2425-wrapper p {
        font-size: 14px;
        line-height: 18px;
    }
    .fy2425-stakeholders-icon p{
        font-size: 9px;
        line-height: 13px;
    }
    .fy2425-innovating-box-info h6 {
        font-size: 14px;
        line-height: 18px;
    }
    .fy2425-integrated-bottom-list {
        gap: 15px;
    }
    .fy2425-integrated-capital h4{
        font-size: 22px;
    }
    .fy2425-integrated-thinking-section {
        padding: 35px 0 50px;
    }
    .fy2425-case-studies-row{
        gap: 20px;
    }
    .fy2425-case-studies-content h3 {
        font-size: 22px;
        line-height: 26px;
    }
    .fy2425-case-studies-content p {
        font-size: 16px;
        line-height: 24px;
    }
    .fy2425-slider-arrow .swiper-button-prev, .fy2425-slider-arrow .swiper-button-next{
        width: 45px;
        height: 45px;
    }
    .fy2425-faqs-section {
        padding: 50px 0 50px;
    }
    .fy2425-faqs-accordion{
        margin-top: 40px;
        gap: 15px;
    }
    .fy2425-accordion-list .fy2425-accordion-title {
        padding: 15px 20px;
    }
    .fy2425-accordion-title h5 {
        font-size: 16px;
        line-height: 22px;
    }
    .fy2425-financial-right table tr td .fy2425-future-number{
        font-size: 14px;
    }
    .fy2425-achievements-box-border:after{
        height: 70px
    }
    .fy2425-achievements-box-1 .fy2425-achievements-box-border:after {
        height: 104px;
    }
    .fy2425-achievements-box-4 .fy2425-achievements-box-border:after {
        height: 94px;
    }
    .fy2425-achievements-box {
        max-width: 135px;
    }
    .fy2425-achievements-box.fy2425-achievements-top-box-1 {
        left: 9vw;
    }
    .fy2425-ratings-row{
        margin-bottom: 0;
    }
    .fy2425-year-part .fy2425-year{
        width: 204px;
        height: 62px;
    }
    .fy2425-national-serive-list{
        font-size: 16px;
    }
    .fy2425-national-map-wrap {
        max-width: max-content;
        width: 840px;
        transform: scale(0.8);
    }
    .fy2425-national-service{
        gap: 10px;
        top: 45px;
    }
    .fy2425-service-1 .fy2425-border-line:before {
        width: 298px;
        right: 0;
    }
    .fy2425-service-1 .fy2425-border-line span:before{
        left: -295px;
    }
    .fy2425-map-bottom-service {
        max-width: 166px;
        bottom: -80px;
        right: 30px;
        gap: 14px;
    }
    .fy2425-scope-count {
        font-size: 14px;
    }
    .fy2425-future-number{
        width: 30px;
        height: 30px;
        font-size: 14px;
    }
    .fy2425-capital-heading {
        padding: 12px 0;
    }
    .fy2425-bulb-part {
        position: absolute;
        top: -78px;
        right: -70px;
        max-width: 93px;
    }
    .fy2425-bulb-part span{
        bottom: -9px;
        left: -18px;
        width: 45px;
        height: 15px;
    }
    .fy2425-value-box h4{
        font-size: 14px;
    }
    .fy2425-stakeholders-grid{
        column-gap:10px;
    }
    .fy2425-energy-border.fy2425-border-3, .fy2425-energy-border.fy2425-border-1 {
        border-radius: 45px 0 0 45px;
    }
    .fy2425-energy-border.fy2425-border-4, .fy2425-energy-border.fy2425-border-2 {
        border-radius: 0 45px 45px 0;
    }
    .fy2425-value-box.fy2425-energy-box.fy2425-box3 {
        padding-left: 20px;
        min-height: 270px;
    }
    .fy2425-value-box.fy2425-energy-box.fy2425-box2,
    .fy2425-energy-box{
        min-height: auto;
    }
    .fy2425-value-box.fy2425-energy-box{
        min-height: auto;
    }
    .fy2425-energy-box .fy2425-energy-box-img{
        position: static;
    }
    .fy2425-energy-box.fy2425-box3 .fy2425-energy-box-img, 
    .fy2425-energy-box.fy2425-box1 .fy2425-energy-box-img{
        margin-left: -20px;
    }
    .fy2425-energy-box.fy2425-box2 .fy2425-energy-box-img, 
    .fy2425-energy-box.fy2425-box4 .fy2425-energy-box-img{
        margin-right: -20px;
    }
    .fy2425-creation-border .fy2425-arrow-2,
    .fy2425-creation-border .fy2425-arrow-3,
    .fy2425-creation-border .fy2425-arrow-4,
    .fy2425-creation-border .fy2425-arrow-5,
    .fy2425-creation-border .fy2425-arrow-1{
        top: -8px;
    }
    .fy2425-creation-border .fy2425-arrow-1 img{
        max-width: 14px;
    }
    .fy2425-creation-border .fy2425-arrow-2 img{
        max-width: 43px;
    }
    .fy2425-creation-border .fy2425-arrow-3 img{
        max-width: 55px;
    }
    .fy2425-creation-border .fy2425-arrow-4 img{
        max-width: 46px;
    }
    .fy2425-creation-border .fy2425-arrow-5 img{
        max-width: 14px;
    }
    .fy2425-total-tags{
        right: 40px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {  
    .fy2425-interplay-tabs-ul .fy2425-tabs li{
        font-size: 12px;
    }
    .fy2425-capitals-box-img h5,
    .fy2425-capitals-box-info .fy2425-capitals-title{
        font-size: 12px;
    }
}

@media (max-width: 767px){
    .fy2425-hero-wrapper{
        padding: 35px 0;
    }
    .fy2425-hero-img .hero-mobile-video{
        display: block;
    }
    .fy2425-hero-img .hero-desktop-video{
        display: none;
    }
    .fy2425-wrapper .fy2425-h1 {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 8px;
    }
    .fy2425-wrapper .fy2425-h5{
        font-size: 16px;
        margin: 0 0 16px 0;
    }
    .fy2425-hero-year .fy2425-year{
        font-size: 48px;
         line-height: 48px;
         margin-top: 3px;
    }
    .fy2425-hero-year .fy2425-year-text{
        font-size: 18px;
    }
    .fy2425-hero-wrapper p {
        font-size: 10px;
        line-height: 15px;
        padding-left: 8px;
    }
    .fy2425-hero-year-part{
        gap: 8px;
        max-width: 190px;
    }
    .fy2425-wrapper .fy2425-btn{
        font-size: 14px;
    }
    .fy2425-innovating-box-info h6 {
        font-size: 13px;
    }
    .fy2425-wrapper p {
        font-size: 14px;
        line-height: 20px;
    }
    .fy2425-stakeholders-icon p{
        font-size: 9px;
        line-height: 13px;
    }
    .fy2425-innovating-grid p {
        font-size: 12px;
        line-height: 16px;
    }
    .fy2425-innovating-sustainably-section .fy2425-heading {
        margin-bottom: 10px;
    }
    .fy2425-wrapper .fy2425-h2 {
        font-size: 20px;
        line-height: 24px;
    }
    .fy2425-innovating-box-info h4 {
        font-size: 16px;
    }
    .fy2425-innovating-box{
        gap: 8px;
    }
    .fy2425-innovating-mobile{
        overflow: hidden;
        /*transform: scale(0.8);
        margin: -90px -13vw;*/
        padding-bottom: 15px;
        position: relative;
    }
    .fy2425-responsible-arrow.active .fy2425-scroll-arrow{
        position: fixed;
    }
    .fy2425-responsible-arrow,
    .fy2425-innovating-arrow{
        display: block;
    }
    .fy2425-responsible-arrow .fy2425-scroll-arrow,
    .fy2425-innovating-arrow .fy2425-scroll-arrow{
        position: absolute;
        top: 45%;
        transform: translateY(-50%);
        z-index: 2;
        color: white;
        border: none;
        padding: 5px 5px;
        cursor: pointer;
        background: #FFFFFFCC;
        backdrop-filter: blur(4px);
        border-radius: 4px;
    }
    .fy2425-responsible-arrow .fy2425-scroll-arrow{
        top: 50%;
    }
    .fy2425-responsible-arrow .fy2425-scroll-arrow img,
    .fy2425-innovating-arrow .fy2425-scroll-arrow img{
        max-width: 28px;
    }
    .fy2425-responsible-arrow #scrollLeft1,
    .fy2425-innovating-arrow #scrollLeft{
        left: 15px;
    }
    .fy2425-responsible-arrow #scrollRight2,
    .fy2425-innovating-arrow #scrollRight{
        right: 15px;
    }
    .fy2425-responsible-transformation-section{
        position: relative;
    }
    .fy2425-innovating-box{
        zoom: 0.9;
    }
    .fy2425-innovating-grid-part{
        width: 1100px;
        /*padding-right: 70px;*/
        /*width: 300vw;*/
        transition: transform 0.5s ease;
        will-change: transform;
    }
    .fy2425-innovating-box .fy2425-innovating-img {
        max-width: 110px;
        border-radius: 0 50px 0 30px;
    }
    .fy2425-innovating-top .fy2425-innovating-img {
        max-width: 110px;
        border-radius: 40px 0 40px 0;
    }
    .fy2425-inspired-achievements-section .fy2425-heading {
        margin-bottom: 30px;
    }
    /*.fy2425-achievements-box-border:before{
        background: #76BA434D;
        width: 18px;
        height: 18px;
        border-radius: 100%;
        border: 0 !important;
    }
    .fy2425-achievements-box-border:after{
        background: #76BA43;
        width: 10px !important;
        height: 10px !important;
        border-radius: 100%;
        border: 0 !important;
        left: 0 !important;
        position: absolute;
    }
    .fy2425-achievements-box-info{
        position: absolute;
        top: 0;
        left: 0;
        background: #FFFFFFB2;
        backdrop-filter: blur(8px);
        box-shadow: 0px 4px 18px 0px #00000026;
        border-radius: 12px;
        border: 1px solid #fff;
        padding: 12px 20px 12px 8px;
        width: 201px;
        display: none;
    }*/
    .fy2425-achievements-shape-line video {
        margin: -7vw 0;
    }
    /*.fy2425-achievements-shape-line {
        margin: -10% 0px 4px;
        overflow: hidden;
    }
    .fy2425-achievements-box.fy2425-achievements-top-box-1 {
        left: 1vw;
        top: 9vw;
    }
    .fy2425-achievements-box.fy2425-achievements-top-box-2 {
        left: -9vw;
        bottom: -8vw;
    }
    .fy2425-achievements-box.fy2425-achievements-top-box-3 {
        left: -13vw;
        bottom: -11vw;
    }
    .fy2425-achievements-box.fy2425-achievements-box-1 {
        left: 2vw;
        bottom: -10vw;
    }
    .fy2425-achievements-box.fy2425-achievements-box-2 {
        left: 0vw;
    }
    .fy2425-achievements-box.fy2425-achievements-box-3 {
        left: -6vw;
    }
    .fy2425-achievements-box.fy2425-achievements-box-4 {
        left: -10vw;
        top: 5vw;
    }*/
    .fy2425-ratings-disclosures-section {
        padding: 30px 0 15px;
        background: #EDEEEE;
    }
    .fy2425-heading {
        margin-bottom: 25px;
    }
    .fy2425-ratings-row {
        padding: 24px 12px;
        border-radius: 12px;
        border-color: #fff;
        background: rgba(255, 255, 255, 0.60);
        backdrop-filter: blur(4px);
        display: block;
    }
    .fy2425-ratings-row .fy2425-ratings-column{
        width: 100% !important;
        display: block;
    }
    .fy2425-ratings-logo{
        text-align: center;
        border-bottom: 1px solid #B8B9BB;
        padding-bottom: 16px;
        margin-bottom: 24px;
    }
    .fy2425-ratings-logo h6{
        margin-top: 18px;
        line-height: 20px;
    }
    .fy2425-ratings-list-ul {
        max-width: 100%;
        margin: 15px 0 0 auto;
    }
    .fy2425-ratings-list-ul ul {
        margin: 0;
        padding-left: 20px;
        display: grid;
        gap: 8px;
    }
    .fy2425-ratings-part:before,
    .fy2425-ratings-part:after{
        display: none;
    }
    .fy2425-ratings-part{
        border-top: 0;
        padding-top: 0;
    }
    .fy2425-founder-section {
        padding: 40px 0 40px;
    }
    .fy2425-founder-section .fy2425-founder-row {
        padding: 0px 0;
    }
    .fy2425-founder-img{
        margin-bottom: 16px;
    }
    .fy2425-founder-img img{
        width: 100%;
    }
    .fy2425-founder-content .fy2425-message-part em,
    .fy2425-founder-content .fy2425-message-part {
        font-size: 16px;
        line-height: 26px;
    }
    .fy2425-founder-name img{
        max-width: 9px;
    }
    .fy2425-padding {
        padding-left: 4px !important;
        padding-right: 4px !important;
    }
    .fy2425-founder-info p{
        font-size: 16px;
        line-height: 24px;
    }
    .order-2 {
        order: 0 !important;
    }
    .fy2425-transformation-heading-content,
    .fy2425-transformation-left-heading{
        max-width: 100%;
        text-align: center;
    }
    .fy2425-toggle-checkbox{
        margin: 0 auto;
    }
    .fy2425-toggle-button{
        gap: 8px;
    }
    .fy2425-transformation-part {
        padding-top: 30px;
    }
    .fy2425-year-part{
        width: calc(100% - 80px);
        margin: 0 5px 0 auto;
    }
    .fy2425-year-part .fy2425-year {
        width: 134px;
        height: 38px;
        font-size: 14px;
        margin-bottom: -12px;
    }
    .fy2425-transformation-heading h4{
        font-size: 16px;
        padding: 20px 0;
    }
    .fy2425-transformation-heading .fy2425-table-column-1,
    .fy2425-transformation-row .fy2425-table-column-1{
        background: #EDEEEE;
        position: sticky;
        left: 0;
        flex-shrink: 0;
        width: 80px;
        z-index: 1;
    }
   .fy2425-transformation-row-list .fy2425-transformation-row:nth-child(even) .fy2425-table-column-1:before{
        content: '';
        position: absolute;
        top: -1px;
        left: 0;
        width: 100%;
        height: calc(100% + 2px);
        background: #e1e2e2;
    }
    .fy2425-table-column-2,
    .fy2425-table-column-3,
    .fy2425-transformation-row .fy2425-table-column-3,
    .fy2425-transformation-row .fy2425-table-column-2{
        width: 50%;
        transition: all 0.3s ease;
    }
    .fy2425-transformation-row .fy2425-table-column-3,
    .fy2425-transformation-row .fy2425-table-column-2{
        padding: 16px 16px 16px 5px;
    }
    .fy2425-transformation-list{
        font-size: 12px;
        line-height: 18px;
    }
    .fy2425-transformation-row .fy2425-table-column-3{
        min-height: auto;
    }
    .fy2425-row.fy2425-transformation-heading,
    .fy2425-transformation-row-list{
        width: 175%;
    }
    .fy2425-transformation-row-list .fy2425-transformation-row:nth-child(even){
        background: #e1e2e2;
    }
    .fy2425-transformation-row-list .fy2425-transformation-row:nth-child(even) .fy2425-table-column-1,
    .fy2425-transformation-row-list .fy2425-transformation-row:nth-child(even) .fy2425-table-column-2,
    .fy2425-transformation-row-list .fy2425-transformation-row:nth-child(even) .fy2425-table-column-3{
        background: #e1e2e2;
    }
    .fy2425-responsible-transformation-section,
    .fy2425-transformation-part .container{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .fy2425-transformation-heading{
        border-width: 1px;
    }
    .fy2425-transformation-heading .fy2425-table-column-1:before{
        top: -1px;
    }
    .fy2425-transformation-row .fy2425-table-column-1 .fy2425-table-icon{
        display: flex;
        align-items: center;
        gap: 8px;
        writing-mode: vertical-rl;
        white-space: nowrap;
        transform: rotate(180deg);
    }
    .fy2425-transformation-row .fy2425-table-column-1 .fy2425-table-icon img{
        max-width: 24px;
        transform: rotate(90deg);
    }
    .fy2425-table-icon h3{
        margin: 0;
    }
    .fy2425-transformation-list li.fy2425-in-progress:before,
    .fy2425-transformation-list li.fy2425-achieved:before{
        width: 16px;
        height: 16px;
        margin-right: 12px;
    }
    .fy2425-achieved-tags img{
        max-width: 16px;
    }
    .fy2425-dot-bar{
        display: flex;
    }
    .fy2425-transformation-bottom{
        border-top: 0;
        gap: 24px;
        padding-top: 24px;
    }
    .fy2425-achieved-tags h6{
        font-size: 14px;
        font-weight: 500;
        line-height: 22px;
    }
    .fy2425-achieved-tags{
        gap: 8px;
    }
    .fy2425-transformation-row .fy2425-table-column-3{
        border-left: 0;
    }
    .fy2425-transformation-table .fy2425-table-column-2.active,
    .fy2425-transformation-table .fy2425-table-column-3.active{
        transform: translateX(-100%);
        opacity: 1 !important;
    }
    .fy2425-national-global-map-section {
        padding: 50px 0 20px;
    }
    .fy2425-national-service{
        gap: 16px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        max-width: 220px;
        margin: 0 auto;
        position: static;
    }
    .fy2425-national-serive-list {
        font-size: 12px;
        gap: 2px;
    }
    .fy2425-national-serive-list img{
        max-width: 24px;
    }
    .fy2425-national-map-part {
        position: relative;
        padding-top: 0px;
        margin-bottom: 24px;
    }
    .fy2425-national-global-map-section .fy2425-transformation-heading-content p{
        margin-bottom: 16px;
    }
    .fy2425-sustainable-future-section .fy2425-transformation-heading-content .fy2425-btn,
    .fy2425-decarboni-sation-section .fy2425-transformation-heading-content .fy2425-btn,
    .fy2425-national-global-map-section .fy2425-transformation-heading-content .fy2425-btn{
        display: none;
    }
    .fy2425-national-map-list{
        display: flex;
        column-gap: 40px;
        flex-wrap: wrap;
        margin-top: 24px;
        position: relative;
    }
    .fy2425-national-map-list:before{
        width: 1px;
        height: 100%;
        border-left: 1px dashed #B8B9BB;
        content: '';
        position: absolute;
        top: 0;
        left: 50%;
    }
    .fy2425-map-service{
        position: static;
        width: calc(50% - 20px);
        border-top: 1px dashed #B8B9BB;
        padding: 12px 0;
    }
    .fy2425-map-service p{
        font-size: 16px;
    }
    .fy2425-map-service h5,
    .fy2425-map-service h4{
        font-size: 14px;
        line-height: 20px;
    }
    .fy2425-national-map-wrap{
        width: 100%;
        max-width: 100%;
        transform: inherit;
    }
    .fy2425-border-line{
        display: none;
    }
    .fy2425-map-service h5{
        margin-top: 4px;
    }
    .fy2425-map-bottom-service{
        position: static;
        max-width: 100%;
        gap: 0;
        margin-top: 16px;
    }
    .fy2425-bottom-service p{
        font-size: 16px;
        margin: 0;
    }
    .fy2425-map-bottom-service .fy2425-bottom-service{
        width: 100%;
        border-top: 1px dashed #B8B9BB;
        padding: 20px 0;
        display: flex;
        flex-wrap: wrap;
        gap: 5px;
    }
    .fy2425-service-title{
        width: 100%;
        display: flex;
        align-items: center;
    }
    .fy2425-map-bottom-service .fy2425-bottom-service .fy2425-national-serive-list{
        width: calc(33.33% - 5px);
        margin: 0;
    }
    .fy2425-bottom-service .fy2425-national-serive-list span{
        font-size: 14px;
        line-height: 20px;
    }
    .fy2425-founder-slider-row{
        display: block;
        position: relative;
    }
    .fy2425-founder-slider-row .fy2425-founder-slider-img{
        width: 100%;
    }
    .fy2425-founder-slider-row .fy2425-founder-slider-content{
        width: 100%;
        position: static;
    }
    .fy2425-quote-icon {
        position: absolute;
        top: 16px;
        left: 16px;
        max-width: 40px;
    }
    .fy2425-slider-arrow{
        justify-content: center;
        gap: 8px;
    }
    .fy2425-slider-arrow .swiper-button-prev, .fy2425-slider-arrow .swiper-button-next{
        width: 32px;
        height: 32px;
    }
    .fy2425-decarboni-sation-section {
        padding: 50px 0;
    }
    .fy2425-decarboni-sation-part{
        margin: 10px auto 0;
    }
    .fy2425-decarboni-title h4{
        font-size: 16px;
        margin-bottom: 4px;
        line-height: 19px;
    }
    .fy2425-scope-count{
        font-size: 12px;
    }
    .fy2425-decarboni-title {
        margin-bottom: 24px;
    }
    .fy2425-decarboni-sation-service .fy2425-scope-grid{
        display: none;
    }
    .fy2425-total-electricity{
        margin-top: 0;
    }
    .fy2425-decarboni-sation-img {
        max-width: 100%;
        margin: -140px auto 0px;
    }
    .fy2425-decarboni-sation-service {
        max-width: 120px;
        position: relative;
        z-index: 1;
    }
    .fy2425-decarboni-right{
        text-align: right;
    }
    .fy2425-total-electricity p{
        font-size: 12px;
        line-height: 16px;
    }
    .fy2425-total-electricity p strong{
        font-weight: 500;
    }
    .fy2425-decarboni-scope-3-row .fy2425-decarboni-title{
        text-align: center;
    }
    .fy2425-decarboni-scope-3-row .fy2425-scope-grid{
        display: none;
    }
    .fy2425-sustainable-future-section {
        padding: 30px 0;
    }
    .fy2425-financial-materiality{
        margin-top: 0;
    }
    .fy2425-financial-left{
        max-width: 30px;
        padding: 10px 4px
    }
     .fy2425-financial-bottom p,
    .fy2425-financial-left p{
        font-size: 10px;
    }
    .fy2425-financial-bottom{
        padding: 15px;
    }
    .fy2425-financial-right table tr td{
        height: 40px;
    }
    .fy2425-financial-right table tr td .fy2425-future-number{
        width: 14px;
        height: 14px;
    }
    .fy2425-financial-right table tr td .fy2425-future-number{
        font-size: 9px;
    }
    .fy2425-financial-button{
        gap: 10px;
        justify-content: space-between;
    }
    .fy2425-checkbox label {
        font-size: 12px;
        gap: 4px;
    }
    .fy2425-checkbox label .fy2425-checkbox-dot {
        width: 22px;
        height: 22px;
    }
    .fy2425-checkbox label .fy2425-checkbox-dot:before{
        width: 10px;
        height: 10px;
    }
    .fy2425-sustainable-future-part h3{
        font-size: 16px;
        margin-bottom: 16px;
    }
    .fy2425-sustainable-future-part {
        margin-top: 30px;
        margin-bottom: 24px;
    }
    .fy2425-sustainable-future-grid{
        flex-wrap: wrap;
        gap: 12px;
    }
    .fy2425-sustainable-future{
        width: 100%;
        gap: 12px;
    }
    .fy2425-future-number {
        width: 24px;
        height: 24px;
        font-size: 12px;
    }
    .fy2425-sustainable-future .fy2425-future-list{
        gap: 8px;
    }
    .fy2425-capital-heading-row{
        display: none;
    }
    .fy2425-creation-service-row{
        display: block;
        margin: 0 -12px;
    }
    .fy2425-creation-service-row .fy2425-value-column{
        padding: 0 16px;
    }

    .fy2425-creation-desktop{
        display: none;
    }
    .fy2425-creation-service-row .fy2425-value-column:not(.fy2425-value-2){
        width: 100%;
    } 
    .fy2425-capital-heading h3{
        font-size: 16px;
        line-height: 22px;
        border-bottom: 1px solid #76BA43;
        text-align: center;
        padding:22px 12px 12px 12px;
    }
    .fy2425-bulb-part{
        right: -12px;
    }
    .fy2425-value-box.active{
        background: transparent;
    }
    .fy2425-value-column.fy2425-value-2{
        width: 100%;
    }
    .fy2425-energy-box .fy2425-energy-box-img{
        position: absolute;
    }
    .fy2425-value-box.fy2425-energy-box {
        min-height: 200px !important;
    }
    .fy2425-energy-border.fy2425-border-3, .fy2425-energy-border.fy2425-border-1 {
        border-radius: 75px 0 0 75px;
    }
    .fy2425-energy-box.fy2425-box3 .fy2425-energy-box-img, .fy2425-energy-box.fy2425-box1 .fy2425-energy-box-img {
        margin-left: 0;
    }
    .fy2425-energy-border.fy2425-border-4, .fy2425-energy-border.fy2425-border-2 {
        border-radius: 0 75px 75px 0;
    }
    .fy2425-creation-border{
        display: none;
    }

    .fy2425-creation-slide{
        padding-bottom: 20px;
    }
    .fy2425-creation-slide.fy2425-our-inpute{
        padding-left: 24px;
    }
    .fy2425-creation-slide .fy2425-creation-border{
        display: block;
    }
    .fy2425-creation-border{
        bottom: 11px;
    }
    .fy2425-creation-border .fy2425-arrow-2,
    .fy2425-creation-border .fy2425-arrow-3,
    .fy2425-creation-border .fy2425-arrow-4,
    .fy2425-creation-border .fy2425-arrow-8{
        display: none;
    }
    .fy2425-creation-border .fy2425-arrow-7,
    .fy2425-creation-border .fy2425-arrow-6{
        max-width: 12px;
    }
    .fy2425-creation-border .fy2425-arrow-7{
        left: 80%;
    }
    .fy2425-creation-border{
        height: 49%;
    }
    .fy2425-our-inpute .fy2425-creation-border{
        left: 20px;
        width: 106%;
    }
    .fy2425-creation-border .fy2425-arrow-5 img,
    .fy2425-creation-border .fy2425-arrow-1 img{
        max-width: 12px;
    }
    .fy2425-creation-border .fy2425-arrow-1{
        top: -7px;
    }
    .fy2425-creation-border .fy2425-arrow-5 img{
        position: relative;
        top: 0px;
    }
    .fy2425-creation-service-row .swiper-button-next.fy2425-last-arrow{
        opacity: 0;
    }

    .fy2425-creation-service-row .swiper-button-prev,
    .fy2425-creation-service-row .swiper-button-prev:after,
    .fy2425-creation-service-row .swiper-button-next:after{
        display: none;
    }
    .fy2425-creation-service-row .swiper-button-prev,
    .fy2425-creation-service-row .swiper-button-next{
        top: auto;
        width: 34px;
        bottom: 49.6%;
    }
    .fy2425-creation-service-row .swiper-button-next{
        right: 14px;
    }
    .fy2425-creation-service-row .swiper-button-next.swiper-button-disabled, .fy2425-creation-service-row .swiper-button-prev.swiper-button-disabled{
        display: none;
    }
    .fy2425-our-inpute .fy2425-creation-border .fy2425-arrow-7{
        left: 65%;
    }
    .fy2425-our-inpute .fy2425-creation-border .fy2425-arrow-6{
        left: 16%;
    }
    .fy2425-creation-service-row .swiper {
        padding-bottom: 0px;
    }
    .fy2425-creation-service-row .swiper .swiper-slide{
        overflow: hidden;
        height: auto;
    }
    .fy2425-our-business-models .fy2425-value-column{
        padding: 0 40px 40px;
        max-width: 454px;
        margin: 0 auto;
    }
    .fy2425-creation-service-row .swiper-button-prev img{
        transform: scaleX(-1);
    }
    .fy2425-stakeholders-impacted{
        padding-right: 16px;
    }
    .fy2425-stakeholders-impacted .fy2425-creation-border{
        left: -35px;
    }
    .fy2425-stakeholders-grid{
        display: flex;
        justify-content: center;
    }
    .fy2425-stakeholders-grid{
        gap: 20px;
    }
    .fy2425-creation-border .fy2425-arrow-5{
        top: -7px;
    }



    .fy2425-value-box.fy2425-energy-box.fy2425-box2{
        min-height: 190px !important;
    }
    .fy2425-value-box.fy2425-energy-box.fy2425-box4{
        min-height: 170px !important;
    }
    .fy2425-value-creation-section .fy2425-heading {
        margin-bottom: 16px;
    }
    .fy2425-envato-labs-part img{
        max-width: 65px;
    }
    .fy2425-envato-labs-part{
        bottom: 24px;
        left: 16px;
    }
    .fy2425-value-creation-section{
        overflow-x: hidden;
        overflow-y: hidden;
        padding-bottom: 30px;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .fy2425-achievements-box-info h6{
        font-size: 12px;
        margin-bottom: 3px;
    }
    .fy2425-achievements-box-info p{
        font-size: 10px;
        line-height: 14px;
    }
    .fy2425-bulb-part{
        top: -88px;
    }
    .fy2425-value-creation-part{
        max-width: 100%;
        margin: 0 auto;
        padding-bottom: 0;
    }
    .fy2425-bulb-part span{
        border: 0;
    }
    .fy2425-bulb-part span:before{
        background: url(../img/border-line.svg) no-repeat 0 0;
        width: 17px;
        height: 28px;
        background-size: 100%;
        content: '';
        display: block;
        position: absolute;
        right: -16px;
        top: 0;
    }
    .fy2425-bulb-part span:after{
        width: 78px;
        height: 1px;
        background: #93B74D;
        content: '';
        display: block;
        position: absolute;
        right: -11px;
        bottom: -10px;
    }
    .fy2425-table-column-3,
    .fy2425-transformation-row .fy2425-table-column-3{
        opacity: 0;
    }

    .fy2425-capital-container .fy2425-capital-panel{
        width: 100%;
        height: 45px;
        margin-bottom: 8px;
        position: relative;
        border: 0;
        overflow: hidden;
        transition: all 0.4s ease;
    }
    .fy2425-integrated-img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .fy2425-integrated-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .fy2425-founder-img.fy2425-m-revert{
        transform: scaleX(-1);
    }
    .fy2425-capital-container .fy2425-capital-panel.active{
        height: 350px;
    }
    .fy2425-capital-panel .fy2425-panel-content{
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 10px;
        display: none;
    }
    .fy2425-capital-container .fy2425-capital-panel.active .fy2425-panel-content{
        display: block;
    }
    .fy2425-integrated-bottom-list{
        flex-wrap: wrap;
    }
    .fy2425-integrated-bottom-list .fy2425-integrated-capital{
        width: 100%;
    }
    .fy2425-integrated-capital h4 {
        font-size: 14px;
        margin-bottom: 5px;
    }
    .fy2425-integrated-capital p{
        font-size: 12px;
    }
    .fy2425-integrated-top-title h3 {
        font-size: 16px;
    }
    .fy2425-integrated-top-title p{
        font-size: 12px;
    }
    .fy2425-integrated-top-title .fy2425-btn-primary{
        font-size: 8px;
        padding: 13px;
        border-radius: 8px;
    }
    .fy2425-wrapper .container, .fy2425-wrapper .container-sm {
        max-width: 100% !important;
    }
    .fy2425-transformation-row-list .fy2425-row {
        min-height: auto;
    }
    .fy2425-capital-panel .fy2425-label {
       padding: 11px 8px;
        font-size: 16px;
        font-weight: 700;
        line-height: 22px;
        position: relative;
        z-index: 1;
        opacity: 1;
    }
    .fy2425-capital-container .fy2425-capital-panel.active .fy2425-label{
        opacity: 0;
    }
    .fy2425-integrated-top-title div:last-child{
        flex-shrink: 0;
    }
    .fy2425-case-studies-row{
        flex-wrap: wrap;
        padding: 10px 10px 23px;
        gap: 0px;
    }
    .fy2425-case-studies-row .fy2425-case-studies-content,
    .fy2425-case-studies-row .fy2425-case-studies-img{
        width: 100%;
    }
    .fy2425-case-studies-content h3 {
        font-size: 20px;
        line-height: 26px;
    }
    .fy2425-case-studies-content{
        gap: 16px;
    }
    .fy2425-faqs-heading-content{
        text-align: center;
    }
    .fy2425-accordion-list .fy2425-accordion-title {
        padding: 16px 12px;
    }
    .fy2425-accordion-container {
        padding: 0 8px 16px;
    }
    .fy2425-accordion-title h5 {
        font-size: 14px;
        line-height: 20px;
    }
    .fy2425-accordion-title .fy2425-accordion-arrow{
        flex-shrink: 0;
        width: 24px;
        height: 24px;
    }
    .fy2425-accordion-arrow svg{
        max-width: 7px;
    }
    .fy2425-accordion-container p{
        width: 95%;
    }
    .fy2425-ratings-slider{
        display: block;
    }
    .fy2425-ratings-part-desktop{
        display: none;
    }
    .swiper-pagination{
        position: static;
        margin: 24px 0 0;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }
    .swiper-pagination .swiper-pagination-bullet{
        background: #B8B9BB;
        width: 8px;
        height: 8px;
        border-radius: 100%;
        display: block;
        transition: all 0.3s ease;
        opacity: 1;
        margin: 0 !important;
    }
    .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
        width: 12px;
        height: 12px;
        background: #76BA43;
    }
    .fy2425-ratings-row .fy2425-ratings-column .fy2425-ratings-list{
        max-width: 100%;
    }

    .fy2425-icon-1,
    .fy2425-icon-2,
    .fy2425-icon-3,
    .fy2425-icon-4,
    .fy2425-icon-5,
    .fy2425-icon-6,
    .fy2425-icon-7,
    .fy2425-icon-8,
    .fy2425-icon-9,
    .fy2425-icon-10,
    .fy2425-icon-11,
    .fy2425-icon-12,
    .fy2425-icon-13,
    .fy2425-icon-14,
    .fy2425-icon-15,
    .fy2425-icon-16,
    .fy2425-icon-17,
    .fy2425-icon-18{
        width: 4vw;
        max-width: 4vw;
    }
    .fy2425-icon-1 {
        top: 21vw;
        left: 34vw;
    }
    .fy2425-icon-2 {
        top: 33vw;
        left: 11vw;
    }
    .fy2425-icon-3 {
        top: 34vw;
        left: 16vw;
    }
    .fy2425-icon-4 {
        top: 34vw;
        left: 21vw;
    }
    .fy2425-icon-5 {
        top: 43vw;
        left: 6.5vw;
    }
    .fy2425-icon-6 {
        top: 43vw;
        left: 11vw;
    }
    .fy2425-icon-7 {
        top: 47vw;
        left: 6.5vw;
    }
    .fy2425-icon-8 {
        top: 46vw;
        left: 11vw;
    }
    .fy2425-icon-9 {
        top: 46vw;
        left: 27vw;
    }
    .fy2425-icon-10 {
        top: 46vw;
        left: 32vw;
    }
    .fy2425-icon-11 {
        top: 58vw;
        left: 17vw;
    }
    .fy2425-icon-12 {
        top: 58vw;
        left: 22vw;
    }
    .fy2425-icon-13 {
        top: 64vw;
        left: 32vw;
    }
    .fy2425-icon-14 {
        bottom: 21vw;
        left: 28vw;
    }
    .fy2425-icon-15 {
        bottom: 21vw;
        left: 32vw;
    }
    .fy2425-icon-16 {
        bottom: 21vw;
        left: 18.5vw;
    }
    .fy2425-icon-17 {
        bottom: 21vw;
        left: 22vw;
    }
    .fy2425-icon-18 {
        bottom: 8vw;
        left: 30vw;
    }
    .fy2425-achievements-close{
        display: none;
    }
    .fy2425-achievements-grid-part .container-fluid{
        padding: 0 17px;
    }
    .fy2425-achievements-box.fy2425-achievements-top-box-1{
        left: 0;
         position: static;
    }
    .fy2425-achievements-grid{
        gap: 13px;
    }
    .fy2425-achievements-top.fy2425-achievements-grid{
        gap: 24px;
    }
    .fy2425-achievements-box.fy2425-achievements-top-box-3,
    .fy2425-achievements-box.fy2425-achievements-top-box-2{
        position: static;
    }
    .fy2425-achievements-box,
    .fy2425-achievements-top .fy2425-achievements-box{
        max-width: initial;
        gap: 10px;  
    }
    .fy2425-achievements-top .fy2425-achievements-box-border{
        position: relative;
    }
    .fy2425-achievements-top-box-1 .fy2425-achievements-box-border:after {
        height: 90px;
    }
    .fy2425-achievements-top-box-2 .fy2425-achievements-box-border:after {
        height: 40px;
    }
    .fy2425-achievements-top-box-3 .fy2425-achievements-box-border:after {
        height: 70px;
    }
    .fy2425-achievements-box.fy2425-achievements-top-box-1 .fy2425-achievements-box-border,
    .fy2425-achievements-box.fy2425-achievements-top-box-3 .fy2425-achievements-box-border{
        position: relative;
        left: 10vw;
    }
    .fy2425-achievements-box.fy2425-achievements-box-1{
        left: 0;
        max-width: 94px;
    }
    .fy2425-achievements-box.fy2425-achievements-box-2{
        max-width: 74px;
    }
    .fy2425-achievements-box.fy2425-achievements-box-3{
        max-width: 70px;
    }
    .fy2425-achievements-box.fy2425-achievements-box-4{
        max-width: 64px;
    }
    .fy2425-achievements-box-1 .fy2425-achievements-box-border:after {
        height: 40px;
    }
    .fy2425-achievements-box-border:after {
        height: 30px;
    }
    .fy2425-achievements-box-border{
        position: absolute;
        top: 0;
        left: 0;
    }
    .fy2425-achievements-shape-line{
        margin-bottom: 50px;
    }
    .fy2425-achievements-box-1 .fy2425-achievements-box-border{
        margin: 0;
        top: -50px;
        left: 7vw;
    }
    .fy2425-achievements-box.fy2425-achievements-box-2 .fy2425-achievements-box-border{
        top: -37px;
        left: 4vw;
    }
    .fy2425-achievements-box-3 .fy2425-achievements-box-border:after {
        height: 42px;
    }
    .fy2425-achievements-box.fy2425-achievements-box-3 .fy2425-achievements-box-border{
        top: -50px;
        left: 2vw;
    }
    .fy2425-achievements-box.fy2425-achievements-box-4,
    .fy2425-achievements-box.fy2425-achievements-box-3,
    .fy2425-achievements-box.fy2425-achievements-box-2{
        left: 0;
    }
    .fy2425-achievements-box.fy2425-achievements-box-4 .fy2425-achievements-box-border{
        top: -34px;
        left: 7vw;
    }
    .fy2425-achievements-box-4 .fy2425-achievements-box-border:after{
        height: 50px;
    }
    .fy2425-achievements-box-border:before{
        width: 6px;
        height: 6px;
        margin-top: -3px;
        margin-left: -3px;
    }
    /*.fy2425-achievements-box{
        z-index: 0;
    }
    .fy2425-achievements-box.active{
        z-index: 2;
    }
    .fy2425-achievements-box.active .fy2425-achievements-box-info{
        z-index: 3;
        display: block;
    }
    .fy2425-achievements-box.fy2425-achievements-top-box-1 .fy2425-achievements-box-info{
        width: 201px;
        left: 20px;
        top: -40px;
    }
    .fy2425-achievements-box.fy2425-achievements-top-box-2 .fy2425-achievements-box-info{
        width: 201px;
        left: -80px;
        top: -104px;
    }
    .fy2425-achievements-box.fy2425-achievements-top-box-3 .fy2425-achievements-box-info{
        width: 201px;
        right: -50px;
        top: -90px;
        left: auto;
    }
    .fy2425-achievements-box.fy2425-achievements-box-1 .fy2425-achievements-box-info{
        width: 201px;
        top: -130px;
        left: 0px;
    }
    .fy2425-achievements-box.fy2425-achievements-box-2 .fy2425-achievements-box-info{
        width: 201px;
        top: -94px;
        left: -60px;
    }
    .fy2425-achievements-box.fy2425-achievements-box-3 .fy2425-achievements-box-info{
        width: 201px;
        top: -100px;
        left: -130px;
    }
    .fy2425-achievements-box.fy2425-achievements-box-4 .fy2425-achievements-box-info{
        width: 201px;
        top: -110px;
        left: -220px;
    }
    .fy2425-achievements-close{
        display: block;
        position: absolute;
        right: 8px;
        top: 8px;
        line-height: 1;
    }
    .fy2425-founder-img.fy2425-m-revert {
        padding-left: 0px;
    }

    .fy2425-achievements-box-border {
          animation: zoom-in-zoom-out 2s ease-out infinite;
        }

        @keyframes zoom-in-zoom-out {
          0% {
            transform: scale(1, 1);
          }
          50% {
            transform: scale(1.3, 1.3);
          }
          100% {
            transform: scale(1, 1);
          }
        }*/
        .fy2425-total-tags{
            margin: -44px 0 0 auto;
            max-width: 140px;
            font-size: 12px;
            line-height: 22px;
            color: #58595B;
            position: relative;
            top: -40px;
            right: 0;
        }
        .fy2425-total-tags div{
            margin: 0;
        }
        .fy2425-total-tags span{
            border-radius: 2px;
            width: 8px;
            height: 8px;
            display: block;
            flex-shrink: 0;
            background: #76BA43;
        }
        
        .fy2425-chat-explore-report{
            bottom: 0;
            right: 0;
            top: auto;
            width: 100%;
            white-space: nowrap;
            transform: inherit;
            writing-mode: initial;
            margin-top: 0;
        }
        .fy2425-chat-explore-report a{
            padding: 12px;
            border-radius: 0;
        }
        .fy2425-chat-explore-report a img {
            transform: rotate(90deg);
        }
        .fy2425-financial-right table tr td .fy2425-future-number .fy2425-chat-tooltip{
            font-size: 10px;
            line-height: 14px;
            padding: 5px 8px;
            left: 50%;
        }
        .fy2425-financial-right table tr td .fy2425-future-number .fy2425-chat-tooltip::after{
            left: 50%;
            border-width: 5px;
            border-style: solid;
            border-color: white transparent transparent transparent;
        }
        .fy2425-interplay-tabs-ul .fy2425-tabs{
            grid-template-columns: repeat(1, minmax(0, 1fr));
        }
        .fy2425-interplay-tabs-ul .fy2425-tabs li{
            font-size: 14px;
        }
        .fy2425-interplay-tabs-ul .fy2425-tabs li br{
            display: none;
        }
        .fy2425-tabs-content-grid{
            grid-template-columns: repeat(1, minmax(0, 1fr));
            gap: 24px;
        }

        .fy2425-tabs-content-grid .fy2425-capitals-column.fy2425-order-1{
            order: -1;
        }
        .fy2425-capitals-box-info .fy2425-capitals-title{
            min-height: auto;
            text-align: center;
            display: block;
            font-size: 14px;
        }
        .fy2425-capitals-content p{
            font-size: 12px !important;
            line-height: 18px !important;
        }
        .fy2425-capitals-box-img {
            position: relative;
            max-width: 280px;
            margin: 0 auto;
        }
        .fy2425-capitals-box-img h5 {
            font-size: 26px;
            bottom: 5px;
        }
        .fy2425-case-studies-section{
            overflow: hidden;
        }
        .fy2425-case-studies-left-img{
            position: absolute;
            left: 0;
            top: -20%;
            transform: translateY(0%);
        }
        .fy2425-case-studies-right-img{
            display: none;
        }
        .fy2425-hero-content{
            max-width: 245px;
        }
        .fy2425-innovating-sustainably-section{
            padding-bottom: 20px;
        }
}   
@media (min-width: 481px) and (max-width: 767px) {  
        .fy2425-icon-1 {
        top: 22vw;
        left: 34vw;
    }
    .fy2425-icon-2 {
        top: 35vw;
        left: 11vw;
    }
    .fy2425-icon-3 {
        top: 35vw;
        left: 16vw;
    }
    .fy2425-icon-4 {
        top: 35vw;
        left: 21vw;
    }
    .fy2425-icon-5{
        top: 45vw;
    }
    .fy2425-icon-6{
        top: 45vw;
    }
    .fy2425-icon-7{
        top: 49vw;
    }
    .fy2425-icon-8{
        top: 48vw;
    }
    .fy2425-icon-9{
        top: 47vw;
    }
    .fy2425-icon-10{
        top: 47vw;
    }
    .fy2425-icon-11,
    .fy2425-icon-12 {
        top: 61vw;
    }
    .fy2425-icon-13 {
        top: 67vw;
    }
    .fy2425-icon-14,
    .fy2425-icon-15 {
        bottom: 23vw;
    }
    
}

@media (max-width: 575px){
    .fy2425-innovating-grid-part{
        width: 830px;
        /*width: 300vw;*/
    }
    .fy2425-innovating-box{
        zoom: 0.8;
    }
    /*.fy2425-innovating-sustainably-section{
        padding-bottom: 0;
    }*/
    /*.fy2425-innovating-box-border:before{
        width: 9px;
        height: 9px;
    }*/
}
@media (max-width: 380px){
    .fy2425-value-box.fy2425-energy-box {
        min-height: 260px !important;
    }
}
@media only screen and (width:320px) and (device-width:320px) and (device-height:480px) and (orientation: landscape) {
 
}
@media only screen and (max-device-width: 340px) {
   
}

@media only screen 
    and (device-width: 375px) 
    and (device-height: 812px) 
    and (-webkit-device-pixel-ratio: 3) {

}

@media only screen and (-webkit-min-device-pixel-ratio: 3) {

}