@media screen and (max-width: 1023px) {
    /*! header */
    body.menuActive {
        overflow: hidden;
    }

    .header .cnt_wp {
        justify-content: space-between;
    }

    .burger_menu-svg {
        display: flex;
    }

    .logo_img,
    .burger_menu-svg {
        z-index: 100;
    }

    .nav_list {
        flex-direction: column;
        padding: 6rem 3rem 0rem;
    }

    .nav {
        position: fixed;
        top: 5rem;
        left: 0;
        background-color: var(--primary-color);
        width: 100%;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        height: 0;
        transform: translateY(-10px);
        transition: var(--transition-03);
        z-index: 99;
    }

    .nav.active {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        overflow-y: auto;
        height: calc(100vh - 5rem);
        transform: translateY(0);
    }

    .nav_link:nth-child(3) a {
        max-width: initial;
        align-items: center;
    }

    /*! footer */
    .footer .cnt_wp {
        padding: 5rem 2rem 7rem;
    }

    .footer-right {
        gap: 0;
    }
}

@media screen and (max-width: 767px) {
    :root {
        --16-font: 1.4rem;
        --18-font: 1.6rem;
        --20-font: 1.6rem;
        --22-font: 1.8rem;
        --24-font: 1.8rem;
        --28-font: 1.8rem;
        --30-font: 1.8rem;
        --32-font: 2rem;
        --35-font: 1.8rem;
        --40-font: 1.8rem;
        --45-font: 2rem;
        --50-font: 2rem;
        --55-font: 2.5rem;
        --60-font: 3rem;
        --65-font: 3rem;
        --75-font: 3rem;
        --80-font: 4rem;
        --85-font: 4rem;
        --95-font: 4rem;
        --100-font: 3rem;
        --120-font: 4rem;
        --150-font: 7rem;
    }
    
    .cnt_wp {
      flex-wrap: wrap;
    }

    .cnt_70,
    .cnt_75,
    .cnt_80 {
        max-width: 90%;
    }

    /*! header */
    .header {
        height: 5rem;
    }

    .logo_img {
        width: 8rem;
    }

    .nav_link a {
        gap: 2rem;
    }

    .nav_icon {
        width: 3rem;
    }

    /*! footer */
    .footer-left-txt {
        line-height: 3.5rem;
    }

    /*! homepage */
     .fix_download {
        top: 7rem;
    }

    .fix_dowload-icon svg {
        width: 4rem;
    }

    .up_icon {
        bottom: 2rem;
        right: 1rem;
    }

    .up_icon svg {
        width: 3rem;
    }

    .banner_home {
        margin-top: 2rem;
    }

    .homemain_animation {
        width: 50rem;
        height: 37rem;
        left: -9rem;
    }

    .imprinting {
        padding: 0 2rem;
    }

    .imprinting-txt-left,
    .imprinting-img-right {
        width: 100%
    }

    .imprinting-img-right {
        height: 20rem;
    }

    .imprinting-animation {
        width: 35rem;
    }

    .at_a_glance {
        height: 25rem;
    }

    .animal_img {
        top: 18rem;
        width: 95%;
    }

    .glasses_img svg {
        width: 100%;
        height: auto;
    }

    .p_word_summary {
        gap: 3rem;
        padding: 4rem 1rem 0;
    }

    .p_word_summary-title {
        line-height: 3.5rem;
        width: 25%
    }

    .p_word_summary-wp {
        display: flex;
        width: 70%;
        justify-content: flex-start;
        gap: 3rem;
    }

    .summary-info-left, 
    .summary-info-right { 
        width: 50%;
    }

    .info-txt {
        font-size: 1.4rem;
    }

    .p_word_summary.people {
        padding-top: 10rem;
    }

    .p_word_summary.people .info-figure {
        padding-top: 2rem;
    }

    .p_word_summary.planet .info-figure {
        line-height: 3rem;
    }

    .p_word_summary.planet .info-figure span {
        font-size: initial;
    }

    .p_word_summary.planet .info-figure,
    .p_word_summary.process .info-figure,
    .p_word_summary.profit .info-figure{
        line-height: 2rem;
        padding-top: 1rem;
    }

    .p_word_summary.profit {
        padding-bottom: 5rem;
    }

    .info-year {
        top: -5rem;
    }

    /*! about */
    .about_intro {
        margin-top: 5em;
    }

     .about_intro-left {
        z-index: unset;
        width: 100%;
    }

    .about_animation {
        width: 72rem;
        height: 45rem;
        left: -4rem;
    }

    .about_intro-right {
        width: 100%;
    }

    .about_intro-yellowShape {
        margin: 0 0 3rem;
        background: var(--primary-color);
        border-radius: 30px;
        mix-blend-mode: multiply;
        height: 40rem;
        position: relative;
    }

    .review_txt_wp {
        width: 80%;
        top: 50%;
        left: 50%;
    }

    .about_intro-yellowShape img,
    .corporate-right img {
        display: none;
    }

    .mission .cnt_wp {
        padding: 5rem 2rem 0;
    }

    .mission-left {
        gap: 3rem;
    }

    .mission-right {
        padding-top: 3rem;
    }

    .values-list {
        margin-left: 2rem;
    }

    .mission-img {
        position: initial;
        transform: initial;
        max-width: 100%;
    }

    .sustainability {
        margin-top: 5rem;
    }

    .sustainability-img {
        max-width: 98%;
    }

    .sustainability_txt {
        max-width: 30rem;
    }

    .sustainability-img {
        margin: 5rem auto 0;
    }

    .corporate_identity {
        margin-top: 5rem;
    }

    .corporate-left {
        order: 2;
    }

    .corporate-right {
        order: 1;
        padding: 0 2rem;
        margin-left: initial;
        background: var(--primary-color);
        border-radius: 30px;
        mix-blend-mode: multiply;
        height: 110rem;
        padding: 4rem 2rem;
        margin-bottom: 35rem;
    }

    .corporate_txt_cnt {
        position: initial;
        transform: initial;
        width: 100%;
    }

    .corporate_txt_wp {
        flex-direction: column;
        gap: 3rem;
    }

    .name-list {
        margin-top: 2rem;
    }

    .corporate-repeat:not(:first-child) {
        padding-top: 2rem;
    }

    /*! governance */
    .banner_intro_wp {
        flex-direction: column;
        gap: 0;
    }

    .inner_page_title br {
        display: none;
    }

    .banner_intro-left, 
    .banner_intro-right {
        width: 100%;
        padding: 0 3rem;
    }

    .banner_intro-left {
        order: 2;
    }

    .banner_intro-right {
        order: 1;
        overflow: hidden;
    }

    .banner_img_logo {
        width: 175%;
        left: -52%;
        top: -40px;
    }

    .link-downloadFull {
        left: 3%;
        padding: 1rem 1.5rem;
        gap: 2rem;
    }

    .inner_page_title {
        line-height: 4rem;
    }

    .inner_intro-banner {
        position: relative;
    }

    .shareholding_group {
        margin-top: 3rem;
    }

    .shareholding-title {
        line-height: 3rem;
    }

    .shareholding_diagram {
        margin-top: initial;
    }

    .diagram-left {
        padding-right: initial;
    }

    .diagram-right {
        padding-left: initial;
        margin-top: 5rem;
    }

    .livestook {
        padding-top: 5rem;
    }

    .livestook_img {
        width: 100%;
    }

    .livestook_bg_img {
        top: 10rem;
    }

    .lft_group {
        margin-top: 5rem;
    }

    .lft_group .cnt_85 {
        max-width: 95%;
    }

    .diagram-wp .cnt_wp {
        gap: 1rem;
    }

    .board_diagram {
        margin-top: 5rem;
    }

    .governance_structure-left,
    .governance_structure-right {
        width: 100%;
    }

    .governance_structure {
        margin-top: 3rem;
    }

    .governance_structure-right {
        margin-top: 3rem;
    }

    .governance_structure-title {
        left: initial;
        line-height: 4rem;
    }

    .directors .cnt_wp {
        padding-left: initial;
    }

    .director_swiper_nav {
        padding: 0 2rem;
    }

    .up_icon.governance_up {
        bottom: 2rem;
        right: 4rem;
    }

    /*! performance*/
    .performace_banner_page .banner_img_logo {
        top: 2rem;
        left: -58%;
    }

    .policy, .creed {
        margin: 5rem 0 3rem;
    }

    .environmental .cnt {
        max-width: 100%;
    }

    .environmental .cnt_wp {
        padding: 10rem 1rem 7rem;
    }

    .environmental-txt {
        max-width: 28rem;
    }

    .environmental-repeat-wp {
        flex-direction: column;
    }

    .environmental_txt_wp {
        left: 3rem;
    }

    .environmental-title {
        min-height: initial;
    }

    .environ .environmental-title,
    .social_responsibility .environmental-title,
    .governance_developlement .environmental-title {
        margin-bottom: 1.5rem;
    }

    .floating_egg-right {
        top: -5rem;
        right: initial;
        left: 2rem;
        max-width: 25%;
    }

    .social_impact-right {
        padding: 0 2rem;
    }

    .key_result_mau {
        margin: 5rem 0;
        height: 135rem;
    }

    .egg-box {
        max-width: 55%;
    }

    .egg-box-1 {
        position: absolute;
        top: 9rem;
        left: 8rem;
        max-width: 100%;
    }

    .egg-box-1 span {
        font-size: var(--85-font);
    }

    .egg-box-2 {
        top: 15%;
        left: 2%;
    }

    .egg-box-3 {
        top: 24%;
        left: initial;
        right: 3%;
    }

    .egg-box-4 {
        top: 36%;
        left: 2rem;
        right: initial;
    }

    .egg-box-5 {
        top: 54%;
        bottom: initial;
        left: initial;
        right: 2rem;
    }

    .egg-box-6 {
        max-width: 30rem;
        bottom: initial;
        top: 67%;
        left: 2rem;
    }

    .egg-box-7 {
        bottom: 0;
        right: 10%;
    }

    .floating_egg-left {
        top: initial;
        left: 2rem;
        bottom: 8%;
        width: 24%;
    }

    .key_mauritius-cnt,
    .key_mada-cnt {
        position: initial;
        transform: initial;
    }

    .key_result_mau-img,
    .key_mau-wp,
    .key_mada-wp,
    .key_mau-cnt {
        position: initial;
        width: initial;
        height: initial;
        transform: initial;
    }

    .key_result_mada-right,
    .key_result_mada-left {
        width: 100%;
    }

    .key_result_mada {
        margin-bottom: 5rem;
    }

    .key_result_mada-left {
        height: 70rem;
    }

    .egg-box-8 {
        top: 30%;
        left: 2rem;
    }

    .egg-box-9 {
        top: 48%;
        bottom: initial;
        left: initial;
        right: 2rem;
    }

    .egg-box-10 {
        bottom: 0;
        right: initial;
        left: 2rem;
    }

    .key_mada-title {
        right: initial;
        top: initial;
        z-index: 1;
        bottom: 62rem;
        padding-left: 2rem;
    }

    .social_impact .cnt_wp {
        gap: 3rem;
    }

    .key_result_mada .floating_egg-left {
        top: 31rem;
        right: 4rem;
        left: initial;
    }

    /*! our people */
    .people_banner_page .banner_img_logo {
        width: 190%;
        left: -54%;
        top: -12px;
    }

    .planet_banner_page .banner_intro-right {
        padding: 0 3rem;
        width: 100%;
    }

    .planet_banner_page .banner_intro-left {
        width: 100%;
    }

    .our_foundation .cnt_wp {
        position: initial;
        height: initial;
    }

    .our_foundation-left,
    .our_foundation-right {
        width: 100%;
    }

    .our_foundation-box-left {
        position: relative;
        height: 64.5rem;
    }

    .girl_yellow-txt{
        bottom: 27%;
        left: 25%;
        max-width: 28rem;
    }

    .our_foundation-right {
        margin-top: 3rem;
    }

     .our_foundation-box-right {
        height: 230rem;
    }

    .creed-egg-9 {
        top: 0;
        left: 2rem;
    }

    .creed-egg-1 {
        top: 13%;
    }

    .creed-egg-2 {
        top: 24%;
        left: initial;
        right: 2rem;
    }

    .creed-egg-3 {
        top: 35%;
        right: initial;
        left: 2rem;
    }

    .creed-egg-4 {
        top: 48%;
        right: 2rem;
    }

    .creed-egg-5 {
        bottom: 30%;
        left: 2rem;
    }

    .creed-egg-6 {
        bottom: 20.5%;
        right: 2rem;
    }

    .creed-egg-7 {
        bottom: 9%;
        right: initial;
        left: 2rem;
    }

    .creed-egg-8 {
        bottom: 0;
    }

    .career-top, 
    .career-bottom {
        flex-direction: column;
        gap: 3rem;
    }

    .career-subTitle {
        line-height: 3.5rem;
    }

    .career-top-left, 
    .career-bottom-left,
    .career-top-right, 
    .career-bottom-right,
    .training_table table {
        width: 100%;
    }

    .diversity {
        margin-top: 5rem;
        margin-bottom: 8rem;
    }

    .diversity-left,
    .diversity-right {
        width: 100%;
    }

    .diversity-left {
        padding: 3rem 2rem 0;
        background: #C3842F;
        mix-blend-mode: multiply;
        border-radius: 30px;
        margin-bottom: 2rem;
    }

    .diversity .bg_brown-img img {
        display: none;
    }

    .diversity_txt_cnt {
        position: relative;
        flex-direction: column;
    }

    /*! our planet */
    .planet_banner_page  .banner_img_logo {
        width: 170%;
        left: -37%;
        top: -10px;
    }

    .inner_page-txt {
        line-height: 2.5rem;
    }
    
    .environmental_impact-left,
    .environmental_impact-right {
        width: 100%;
    }

    .environmental_impact-left {
        padding: 5rem 2rem;
        order: 2;
    }

    .environmental_impact-right {
        order: 1;
    }

    .stategy_wp:not(:last-child) {
        margin-bottom: 5rem;
    }

    .strategy_txt li {
        margin-bottom: 2rem;
        line-height: 2.5rem;
    }

    .climate_strategy {
        margin-top: 0rem;
    }

    .chicken_img {
        max-width: 12rem;
        top: 6%;
        right: 8%;
    }

     .electricity_diagram {
        margin-top: 5rem;
    }

    .stategy_wp .strategy_txt {
        padding: 7rem 4rem;
    }

    .egg_date {
        left: 1rem;
        top: -1rem;
    }

    .stategy_wp .egg_date-img {
        max-width: 12rem;
    }

    .strategy_txt li span.number {
        margin-bottom: initial;
    }

    .stategy_wp.strategy_2026 .strategy_txt {
        padding-bottom: 5rem;
    }
    
    .biodiversity_cnt {
        padding-bottom: 5rem;
    }

    .biodiversity,
    .local_circular,
    .local_circular-img {
        margin-top: 3rem;
    }

    .biodiversity-title {
        position: initial;
        transform: initial;
        padding: 2rem;
    }

    .biodiversity_img_wp {
        margin: 0 auto;
    }

    .biodiversity_img_wp {
        flex-direction: column;
    }

    .waste_diagram {
        margin-top: 3rem;
        margin-bottom: 5rem;
    }

    /*! our process */
    .process_banner_page  .banner_img_logo {
        width: 195%;
        left: -30%;
        top: 0;
    }

    .process_banner_page .banner_intro-right {
        padding: 0 3rem 0;
    }

    .mauritius_impact-left,
    .mauritius_impact-right {
        width: 100%;
    }

    .mauritius_impact-left {
        padding: 3rem 2rem;
        order: 2;
    }

    .mauritius_impact-right {
        height: 30rem;
        order: 1;
    }

    .process_egg {
        max-width: 48%;
    }

    .process_egg-1 {
        bottom: 13%;
    }

    .regional {
        margin: 3rem 0 5rem;
    }

    .regional-left {
        order: 2;
    }

    .regional-right {
        width: 100%;
        position: initial;
        order: 1;
    }

    .regional-right-wp {
        overflow: hidden;
    }

    .regional_img-right img {
        display: none;
    }

    .regional_img-right {
        mix-blend-mode: multiply;
        background: var(--primary-color);
        height: 40rem;
        border-radius: 30px;
    }

    .tree-img {
        max-width: 53%;
        bottom: -5%;
    }

    .flag_wp {
        gap: 0;
    }

    .flag-pdf {
        margin-bottom: 2rem;
    }

    .flag-pdf.madagascar {
        max-width: 15rem;
    }

    .flag-pdf.rwanda {
        max-width: 10rem;
    }

    .flag-pdf.seychelles {
        max-width: 13rem;
    }

    .flag-pdf.kenya {
        max-width: 8rem;
    }

    .regional_flag-wp {
        position: absolute;
        top: 50%;
        left: 40%;
        transform: translate(-50%, -50%);
        z-index: 1;
    }

    /*! our profit */
    .profit_banner_page .banner_img_logo {
        width: 170%;
        left: -54%;
        top: -30px;
    }

    .profit_banner_page .banner_intro-right {
        padding: 0 3rem;
    }

    .at_glace_logo {
        max-width: 30rem;
    }

    .profit_intro-left, 
    .profit_intro-right {
        position: initial;
    }

    .profit_intro-left {
        padding: 5rem 0 0;
    }

    .profit_intro {
        position: relative;
        padding: 0 2rem;
    }

    .profit_chicken_img {
        max-width: 20rem;
        margin-top: 3rem;
    }

    .figure_wp {
        gap: 2rem;
        flex-direction: column;
    }

    .profit_intro-right {
        display: none;
    }

    .big_purple_shape img {
        display: none;
    }

    .operations_txt {
        position: relative;
        top: unset;
        left: unset;
        transform: unset;
        background: #77477e;
        padding: 2rem 2rem 5rem;
        border-radius: 12px;
    }

    .profit_graph .cnt_85 {
        max-width: 95%;
    }

    .profit_graph .cnt_wp {
        margin-top: -10%;
        padding: 5rem 0;
        margin-bottom: 8rem;
    }

    .profit_graph .graph_two_col {
        flex-direction: column;
        padding: 0 2rem;
    }

    .profit_graph .graph_two_col:first-child {
        gap: 7rem;
        padding: 0 2rem;
    }

    .revenue_graph, .equity_graph {
        padding: 7rem 2rem 0;
    }

    .equity_graph {
        margin-bottom: 7rem;
    }

    .value_chart {
        padding-left: unset;
        margin-bottom: 5rem;
    }

    /*! financial statements */
    .financial_banner_page .banner_img_logo {
        width: 105%;
        left: -9%;
        top: -12px;
    }

    .financial_big_shpae {
        display: none;
    }

    .pdf-wp {
        padding: 6rem 3rem 4rem;
        position: relative;
        background: #f6a80f;
        border-radius: 12px;
        row-gap: 5rem;
        mix-blend-mode: multiply;
    }

    .financial_pdf .cnt_wp {
        padding-bottom: 8rem;
    }

    .pdf_txt {
        padding: 0 2rem 0 4rem;
    }

    .pdf_txt::before {
        content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 47 47' fill='none'%3E%3Cpath d='M44.458 30.305V39.74C44.458 40.3596 44.336 40.9731 44.0989 41.5455C43.8618 42.1179 43.5142 42.638 43.0761 43.0761C42.638 43.5142 42.1179 43.8618 41.5455 44.0989C40.9731 44.336 40.3596 44.458 39.74 44.458H6.718C5.46671 44.458 4.26667 43.9609 3.38187 43.0761C2.49707 42.1913 2 40.9913 2 39.74V30.305M11.435 18.511L23.229 30.305M23.229 30.305L35.023 18.511M23.229 30.305V2' stroke='%231B3C48' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    :root {
        --18-font: 2rem;
        --35-font: 2rem;
        --40-font: 2rem;
        --45-font: 3rem;
        --50-font: 4rem;
        --55-font: 4rem;
        --60-font: 5rem;
        --75-font: 5.5rem;
        --80-font: 6rem;
        --85-font: 6.5rem;
        --95-font: 6.5rem;
        --100-font: 5rem;
        --120-font: 8rem;
        --150-font: 9rem;
    }

    .cnt_wp {
      flex-wrap: wrap;
    }

    .cnt_70,
    .cnt_75,
    .cnt_80 {
        max-width: 90%;
    }

    /*! footer */
    .footer-left-txt {
        line-height: 5rem;
    }

    /*! header */

    .header {
        height: 6rem;
    }

    .logo_img {
        width: 12rem;
    }

    .nav_link a {
        gap: 2rem;
    }

    .nav_icon img {
        width: 3rem;
    }

    .nav_icon {
        width: 3rem;
    }

    .nav_list {
        flex-direction: column;
        padding: 15rem 4rem 5rem;
    }

    /*! homepage */
     .fix_download {
        top: 15rem;
    }

    .fix_dowload-icon svg {
        width: 5rem;
    }

    .up_icon {
        bottom: 2rem;
        right: 3rem;
    }

    .up_icon svg {
        width: 3rem;
    }

    .banner_home {
        margin-top: 2rem;
    }

    .homemain_animation {
        width: 90rem;
        height: 62rem;
        left: -9rem;
    }

    .imprinting {
        padding: 0 2rem;
    }


    .imprinting-txt-left,
    .imprinting-img-right {
        width: 100%
    }

    .imprinting-img-right {
        height: 45rem;
    }

    .imprinting-animation {
        width: 72rem;
    }

    .at_a_glance {
        height: 32rem;
    }

    .animal_img {
        top: 18rem;
        width: 95%;
    }

    .glasses_img svg {
        width: 100%;
        height: auto;
    }

    .p_word_summary {
        gap: 3rem;
        padding: 4rem 1rem 0;
    }

    .p_word_summary-title {
        line-height: 5.5rem;
        width: 20%
    }

    .p_word_summary-wp {
        display: flex;
        width: 70%;
        justify-content: flex-start;
        gap: 3rem;
    }

    .summary-info-left, 
    .summary-info-right { 
        width: 45%;
    }

    .info-txt {
        font-size: 1.4rem;
    }

    .p_word_summary.people {
        padding-top: 12rem;
    }

    .p_word_summary.people .info-figure {
        padding-top: 2rem;
    }

    .p_word_summary.planet .info-figure {
        line-height: 3rem;
    }

    .p_word_summary.planet .info-figure span {
        font-size: initial;
    }

    .p_word_summary.planet .info-figure,
    .p_word_summary.process .info-figure,
    .p_word_summary.profit .info-figure{
        line-height: 3rem;
        padding-top: 2rem;
    }

    .p_word_summary.profit {
        padding-bottom: 5rem;
    }

    .info-year {
        top: -5rem;
    }

     /*! about */
    .about_intro {
        margin-top: 5em;
    }

    .about_intro-left {
        width: 100%;
    }

    .about_animation {
        width: 130rem;
        height: 75rem;
    }

    .about_intro-right {
        width: 100%;
    }

    .about_intro-yellowShape {
        margin: 3rem 0;
        background: var(--primary-color);
        border-radius: 30px;
        mix-blend-mode: multiply;
        height: 40rem;
        position: relative;
    }

    .review_txt_wp {
        width: 80%;
        top: 50%;
        left: 50%;
    }

    .about_intro-yellowShape img,
    .corporate-right img {
        display: none;
    }

    .mission .cnt_wp {
        padding: 5rem 4rem 0;
        align-items: flex-start;
    }

    .mission-left {
        gap: 3rem;
        max-width: 45%;
    }

    .mission-right {
        padding-top: initial;
        max-width: 45%;
    }

    .values-list {
        margin-left: 2rem;
    }

    .mission-img {
        position: initial;
        transform: initial;
        max-width: 100%;
    }

    .sustainability {
        margin-top: 5rem;
    }

    .sustainability-img {
        max-width: 98%;
    }

    .sustainability_txt {
        max-width: 65rem;
    }

    .sustainability-img {
        margin: 8rem auto 0;
    }

    .corporate_identity {
        margin-top: 7rem;
    }

    .corporate-left {
        order: 2;
    }

     .corporate-right {
        order: 1;
        padding: 0 2rem;
        margin-left: initial;
        background: var(--primary-color);
        border-radius: 30px;
        mix-blend-mode: multiply;
        height: 110rem;
        padding: 4rem;
        margin-bottom: 45rem;
        width: 100%;
     }

    .corporate_txt_cnt {
        position: initial;
        transform: initial;
        width: 100%;
    }

    .corporate_txt_wp {
        gap: 7rem;
    }

    .name-list {
        margin-top: 2rem;
    }

    .corporate-repeat:not(:first-child) {
        padding-top: 2rem;
    }

    /*! governance */
    .banner_intro_wp {
        flex-direction: column;
        gap: 0;
    }

    .banner_intro-left, 
    .banner_intro-right {
        width: 100%;
        padding: 0 10rem;
    }

    .inner_page_title br {
        display: none;
    }

    .banner_intro-left {
        order: 2;
    }

    .banner_intro-right {
        order: 1;
        overflow: hidden;
    }

    .banner_img_logo {
        width: 170%;
        left: -56%;
        top: -40px;
    }

    .inner_page_title {
        line-height: 6rem;
    }

    .shareholding-title {
        line-height: 4rem;
    }

    .shareholding_diagram {
        margin-top: initial;
    }

    .diagram-left {
        padding-right: initial;
        width: 100%;
    }

    .diagram-right {
        padding-left: initial;
        margin-top: 5rem;
        width: 100%;
    }

    .livestook {
        padding-top: 7rem;
    }

    .livestook_img {
        width: 100%;
    }

    .livestook_bg_img {
        top: 17rem;
    }

    .lft_group {
        margin-top: 5rem;
    }

    .board_diagram {
        margin-top: 5rem;
    }

    .governance_structure-left,
    .governance_structure-right {
        width: 100%;
    }

    .governance_structure {
        margin-top: 5rem;
    }

    .governance_structure-right {
        margin-top: 3rem;
    }

    .governance_structure-title {
        left: initial;
        line-height: 4rem;
    }

    .directors .cnt_wp {
        padding-left: initial;
    }

    .director_swiper_nav {
        padding: 0 2rem;
    }

    .up_icon.governance_up {
        bottom: 2rem;
        right: 4rem;
    }

    /*! performance*/
    .performace_banner_page .banner_img_logo {
        top: 0;
    }

    .policy, .creed {
        margin: 5rem 0 3rem;
    }

    .environmental .cnt {
        max-width: 100%;
    }

    .environmental .cnt_wp {
        padding: 10rem 1rem 7rem;
    }

    .environmental_txt_wp {
        left: 4rem;
    }

    .frame_img {
        max-width: 100%;
    }

    .environmental-txt {
        max-width: 38rem;
    }

    .environmental-repeat-wp {
        flex-wrap: wrap;
    }

    .environmental-title {
        min-height: initial;
    }

    .environ .environmental-title,
    .social_responsibility .environmental-title,
    .governance_developlement .environmental-title {
        margin-bottom: 3rem;
    }

    .policy_communicate {
        max-width: 65rem;
    }

    .floating_egg-right {
        top: -5rem;
        right: initial;
        left: 2rem;
        max-width: 25%;
    }

    .social_impact-right {
        padding: 0 4rem;
        width: 100%;
    }

    .key_result_mau {
        margin: 5rem 0;
        height: 145rem;
    }

    .egg-box {
        max-width: 50%;
    }

    .egg-box-1 {
        position: absolute;
        top: 15rem;
        left: 20rem;
        max-width: 100%;
    }

    .egg-box-2 {
        top: 20%;
        left: 4%;
    }

    .egg-box-3 {
        top: 34%;
        left: initial;
        right: 3%;
    }

    .egg-box-4 {
        top: 43%;
        left: 2rem;
        right: initial;
    }

    .egg-box-5 {
        top: 58%;
        bottom: initial;
        left: initial;
        right: 2rem;
    }

    .egg-box-6 {
        bottom: initial;
        top: 73%;
        left: 5rem;
    }

    .egg-box-7 {
        bottom: 2%;
        right: 10%;
    }

    .floating_egg-left {
        top: initial;
        left: 2rem;
        bottom: 0;
        width: 24%;
    }

    .key_mauritius-cnt,
    .key_mada-cnt {
        position: initial;
        transform: initial;
    }

    .key_result_mau-img,
    .key_mau-wp,
    .key_mada-wp,
    .key_mau-cnt {
        position: initial;
        width: initial;
        height: initial;
        transform: initial;
    }

    .key_result_mada-right,
    .key_result_mada-left {
        width: 100%;
    }

    .key_result_mada {
        margin-bottom: 5rem;
    }

    .key_result_mada-left {
        height: 100rem;
    }

    .key_mada-title {
        right: initial;
        top: initial;
        z-index: 1;
        bottom: 85rem;
        padding-left: 6rem;
    }

    .egg-box-8 {
        top: 30%;
        left: 2rem;
    }

    .egg-box-9 {
        top: 40%;
        bottom: initial;
        left: initial;
        right: 2rem;
    }

    .egg-box-10 {
        bottom: 0;
        right: initial;
        left: 2rem;
    }

    .social_impact .cnt_wp {
        gap: 3rem;
    }

    .key_result_mada .floating_egg-left {
        top: 85rem;
        right: 11rem;
        left: initial;
    }

    /*! our people */
    .people_banner_page .banner_img_logo {
        width: 175%;
        left: -41%;
        top: 2px;
    }

    .our_foundation .cnt_wp {
        position: initial;
        height: initial;
    }

    .our_foundation-left,
    .our_foundation-right {
        width: 100%;
    }

    .our_foundation-box-left {
        position: relative;
        height: 97.7rem;
    }

    .girl_yellow-txt{
        bottom: 32%;
        left: 26%;
        max-width: 43rem;
    }

    .our_foundation-right {
        margin-top: 5rem;
    }

   .our_foundation-box-right {
        height: 130rem;
    }

    .creed-egg-9 {
        top: 0;
        left: 15rem;
    }

    .creed-egg-1 {
        top: 24%;
        left: 10%;
        z-index: 1;
    }

    .creed-egg-2 {
        top: 21%;
        left: initial;
        right: 8%;
    }

    .creed-egg-3 {
        top: 44%;
        right: initial;
        left: 7%;
    }

    .creed-egg-4 {
        top: 40%;
        right: 5%;
    }

    .creed-egg-5 {
        bottom: 18%;
        left: 16%;
    }

    .creed-egg-6 {
        bottom: 24.5%;
        right: 15%;
    }

    .creed-egg-7 {
        bottom: 4%;
        right: 8%;
        left: initial;
    }

    .creed-egg-8 {
        bottom: 3%;
        left: 7%;
    }

    .career-top, 
    .career-bottom {
        flex-direction: column;
        gap: 3rem;
    }

    .career-subTitle {
        line-height: 3.5rem;
    }

    .career-top-left, 
    .career-bottom-left,
    .career-top-right, 
    .career-bottom-right,
    .training_table table {
        width: 100%;
    }

    .diversity {
        margin-top: 5rem;
        margin-bottom: 8rem;
    }

    .diversity-left,
    .diversity-right {
        width: 100%;
    }

    .diversity-left {
        padding: 3rem 2rem 0;
        background: #C3842F;
        mix-blend-mode: multiply;
        border-radius: 30px;
        margin-bottom: 2rem;
    }

    .diversity .bg_brown-img img {
        display: none;
    }

    .diversity_txt_cnt {
        position: relative;
        flex-direction: column;
    }

    /*! our planet */
    .planet_banner_page .banner_img_logo {
        left: -36%;
        top: 0;
    }

    .planet_banner_page .banner_intro-left {
        width: 100%;
    }

    .inner_page-txt {
        line-height: 2.5rem;
    }
    
    .environmental_impact-left,
    .environmental_impact-right {
        width: 100%;
    }

    .environmental_impact-left {
        padding: 5rem 4rem;
        order: 2;
    }

    .environmental_impact-right {
        order: 1;
    }

    .stategy_wp:not(:last-child) {
        margin-bottom: 5rem;
    }

    .strategy_txt li {
        margin-bottom: 2rem;
        line-height: 3.2rem;
    }

    .climate_strategy {
        margin-top: 0rem;
    }

    .chicken_img {
        max-width: 20rem;
        top: 10%;
        right: 10%;
    }

     .electricity_diagram {
        margin-top: 5rem;
    }

    .stategy_wp .strategy_txt {
        padding: 7rem 4rem;
    }

    .egg_date {
        left: 1rem;
        top: -1rem;
    }

    .stategy_wp .egg_date-img {
        max-width: 20rem;
    }

    .strategy_txt li span.number {
        margin-bottom: initial;
    }

    .stategy_wp.strategy_2026 .strategy_txt {
        padding-bottom: 5rem;
    }
    
    .biodiversity_cnt {
        padding-bottom: 5rem;
    }

    .biodiversity,
    .local_circular,
    .local_circular-img {
        margin-top: 3rem;
    }

    .biodiversity-title {
        position: initial;
        transform: initial;
        padding: 2rem;
        text-align: center;
    }

    .biodiversity_img_wp {
        flex-direction: column;
        margin: 3rem auto 0;
    }

    .waste_diagram {
        margin-top: 3rem;
        margin-bottom: 5rem;
    }

    /*! our process */
    .process_banner_page .banner_img_logo {
        left: -8rem;
        top: 0;
    }

    .mauritius_impact-left,
    .mauritius_impact-right {
        width: 100%;
    }

    .mauritius_impact-left {
        padding: 0 2rem 3rem;
        order: 2;
    }

    .mauritius .inner_page-txt {
        line-height: 3rem;
    }

    .mauritius_impact-right {
        height: 60rem;
        order: 1;
    }

    .process_egg {
        max-width: 48%;
    }

    .process_egg-1 {
        bottom: 13%;
    }

    .regional {
        margin: 3rem 0 5rem;
    }

    .regional-left {
        order: 2;
    }

    .regional-right {
        width: 100%;
        position: initial;
        order: 1;
    }

    .regional-right-wp {
        overflow: hidden;
    }

    .regional_img-right img {
        display: none;
    }

    .regional_img-right {
        mix-blend-mode: multiply;
        background: var(--primary-color);
        height: 40rem;
        border-radius: 30px;
    }

    .tree-img {
        max-width: 53%;
        bottom: -10%;
    }

    .flag_wp {
        gap: 4rem;
    }

    .flag-pdf {
        margin-bottom: 2rem;
    }

    .flag-pdf.madagascar {
        max-width: 14rem;
    }

    .flag-pdf.rwanda {
        max-width: 9rem;
    }

    .flag-pdf.seychelles {
        max-width: 12rem;
    }

    .flag-pdf.kenya {
        max-width: 7rem;
    }

    .regional_flag-wp {
        position: absolute;
        top: 35%;
        left: 35%;
        transform: translate(-50%, -50%);
        z-index: 1;
    }

    /*! our profit */
    .profit_banner_page .banner_img_logo {
        left: -30rem;
        top: 0;
    }

    .at_glace_logo {
        max-width: 30rem;
    }

    .profit_intro-left, 
    .profit_intro-right {
        position: initial;
    }

    .profit_intro-left {
        padding: 5rem 0 0;
    }

    .profit_intro {
        position: relative;
        padding: 0 2rem;
    }

    .figure_wp {
        gap: 9rem;
    }

    .profit_intro-right {
        display: none;
    }

   .profit_graph .graph_two_col:first-child {
        gap: 5rem;
        padding: 0 3rem;
    }

    .profit_graph .cnt_wp {
        margin-bottom: 7rem;
    }

    .revenue_graph, .equity_graph {
        padding: 7rem 3rem 0;
    }

    .value_chart {
        padding-left: 5rem;
    }

    .equity_graph {
        margin-bottom: 7rem;
    }

    /*! financial statements */
    .financial_banner_page .banner_img_logo {
        width: 100%;
        left: -8%;
        top: -25px;
    }

    .financial_big_shpae {
        display: none;
    }

    .pdf_repeat {
        max-width: 30rem;
        width: 100%;
    }

    .pdf-wp {
        padding: 6rem 3rem 4rem;
        position: relative;
        background: #f6a80f;
        border-radius: 12px;
        row-gap: 5rem;
        mix-blend-mode: multiply;
        align-items: flex-start;
    }

    .financial_pdf .cnt_wp {
        padding-bottom: 8rem;
    }

    .pdf_txt {
        padding: 0 2rem 0 4rem;
    }

    .pdf_txt::before {
        content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 47 47' fill='none'%3E%3Cpath d='M44.458 30.305V39.74C44.458 40.3596 44.336 40.9731 44.0989 41.5455C43.8618 42.1179 43.5142 42.638 43.0761 43.0761C42.638 43.5142 42.1179 43.8618 41.5455 44.0989C40.9731 44.336 40.3596 44.458 39.74 44.458H6.718C5.46671 44.458 4.26667 43.9609 3.38187 43.0761C2.49707 42.1913 2 40.9913 2 39.74V30.305M11.435 18.511L23.229 30.305M23.229 30.305L35.023 18.511M23.229 30.305V2' stroke='%231B3C48' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    }

    .financial_chicken {
        right: 15%;
        max-width: 22rem;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1183px) {
    :root {
        --14-font: 1.1rem;
        --16-font: 1.4rem;
        --18-font: 1.6rem;
        --20-font: 1.6rem;
        --22-font: 1.8rem;
        --24-font: 1.8rem;
        --28-font: 1.8rem;
        --30-font: 1.8rem;
        --32-font: 2rem;
        --35-font: 1.8rem;
        --40-font: 1.8rem;
        --45-font: 2rem;
        --50-font: 4rem;
        --55-font: 3.5rem;
        --60-font: 5rem;
        --65-font: 3.5rem;
        --75-font: 4.5rem;
        --80-font: 6rem;
        --85-font: 5.5rem;
        --95-font: 7.5rem;
        --100-font: 5rem;
        --120-font: 7rem;
        --150-font: 8rem;
    }
    
    .cnt_70,
    .cnt_75,
    .cnt_80 {
        max-width: 90%;
    }

    /*! header */
    .header .cnt {
        max-width: 95%;
    }

    .logo_img {
        width: 10rem;
    }

    .header {
        height: 6rem;
    }

    .header .cnt_wp {
        gap: 0;
    }

    .nav_list {
        gap: 2.5rem;
        padding-bottom: 5rem;
    }

    .nav_link a {
        gap: 0.5rem;
    }

    .nav_icon svg {
        width: 2rem;
    }

    .nav_link:nth-child(3) a {
        max-width: 10rem;
    }

    /*! footer */
    .footer .cnt_wp {
        padding: 5rem 3rem 7rem;
    }

    .link-downloadFull {
        left: 5%;
    }

    /*! homepage */
    .up_icon {
        right: 6rem;
        bottom: 1rem;
    }

    .banner_home {
        margin-top: 0rem;
    }
     
    .homemain_animation {
        width: 115rem;
        height: 80rem;
        left: -9rem;
    }

    .imprinting-txt-left {
        width: 35%;
    }

    .imprinting-img-right {
        height: 45rem;
    }

    .imprinting-animation {
        width: 72rem;
    }

    .at_a_glance {
        height: 42rem;
    }

    .p_word_summary {
        gap: 5rem;
    }

    .p_word_summary-wp {
        width: 45rem;
    }

    .p_word_summary-title {
        width: 16rem;
    }

    .p_word_summary.process .info-figure {
        line-height: 3.5rem;
    }

    .p_word_summary-title {
        line-height: 6rem;
    }

    .p_word_summary.people {
        padding-top: 7rem;
    }

    /*! about us */
    .about_animation {
        width: 95rem;
        height: 55rem;
    }

    .review_txt,
    .chairperson-position {
        margin-bottom: 1rem;
        line-height: 2.2rem;
    }

    .review_txt_wp {
        top: 60%;
        left: 60%;
        width: 70%;
    }

    .mission .cnt_wp {
        padding: 7rem 3rem 30rem;
    }

    .mission-left {
        gap: 5rem;
    }

    .values-list {
        gap: 1rem;
    }

    .corporate_identity {
        position: relative;
        margin-top: 4rem;
    }

    .corporate-left {
        max-width: 35%;
    }

    .corporate_txt_wp {
        gap: 3rem;
    }

    .corporate-repeat:not(:first-child) {
        padding-top: 3.7rem;
    }

    /*! our governance */    
    .banner_intro-left {
        width: 45%;
        padding-left: 5rem;
    }

    .banner_intro-right {
        overflow: hidden;
    }

    .banner_img_logo {
        width: 160%;
        height: 100%;
        left: -45%;
        top: -10px;
    }

    .inner_page_title {
        line-height: 6rem;
    }

    .shareholding-title {
        line-height: 5rem;
    }

    .governance_structure-title {
        left: 2rem;
    }

    .governance_structure {
        margin-top: 7rem;
    }

    /*! performance*/
    .performace_banner_page .banner_img_logo {
        top: 2rem;
        left: -40%;
        width: 150%;
    }

    .policy, .creed {
        margin: 5rem 0 3rem;
    }

    .environmental .cnt {
        max-width: 100%;
    }

    .environmental-repeat-wp {
        gap: 5rem;
        flex-wrap: wrap;
        justify-content: flex-start;
        padding: 0 4rem;
    }

    .environmental-repeat {
        width: 47%;
    }

    .environmental .cnt_wp {
        padding: 10rem 1rem 7rem;
    }

    .environmental_txt_wp {
        top: -7px;
    }

    .social_responsibility .environmental_txt_wp, 
    .governance_developlement .environmental_txt_wp {
        top: -1.5rem;
    }

    .frame_img {
        max-width: 100%;
    }

    .environmental-txt {
        max-width: 30rem;
    }

    .environmental-title {
        min-height: initial;
    }

    .environ .environmental-title,
    .social_responsibility .environmental-title,
    .governance_developlement .environmental-title {
        margin-bottom: 1rem;
    }

    .policy_communicate {
        max-width: 65rem;
    }

    .floating_egg-right {
        top: -5rem;
        right: initial;
        left: 2rem;
        max-width: 25%;
    }

    .social_impact-right {
        padding: 0 2rem;
        width: 100%;
    }

    .key_result_mau-img {
        position: initial;
    }

    .key_result_mau {
        margin: 5rem 0;
        height: initial;
    }

    .key_mau-cnt {
        top: 55%;
        left: 61%;
    }

    .key_mau-wp {
        width: 78rem;
        height: 45rem;
    }

    .egg-box-1 {
        top: 0;
        left: 0;
    }

    .egg-box-3 {
        left: 28%;
    }

    .egg-box.egg-box-4 {
        top: -15%;
        right: 17%;
        max-width: 20rem;
    }

    .egg-box-6 {
       left: 34%;
    }

    .egg-box {
        max-width: 28%;
    }

    .floating_egg-left {
        top: initial;
        left: 2rem;
        bottom: 0;
        width: 24%;
    }

    .key_result_mada-left {
        width: 100%;
    }

    .key_mada-title {
        right: 15rem;
    }

    .key_result_mada-img {
        max-width: 100%;
    }

    .egg-box-8 {
        top: 21%;
        left: 13%;
    }

    .egg-box-9 {
        top: 47%;
        bottom: initial;
        left: initial;
        right: initial;
    }

    .egg-box-10 {
        bottom: 21%;
        right: 46%;
        left: initial;
        max-width: 22rem;
    }

    .social_impact .cnt_wp {
        gap: 3rem;
    }

    .key_result_mada .floating_egg-left {
        top: 0;
        right: 5rem;
    }

    /*! our people */
    .people_banner_page .banner_img_logo {
        width: 170%;
        height: 100%;
        left: -55%;
        top: 35px;
    }

    .our_foundation .cnt_wp {
        position: initial;
        height: initial;
    }

    .our_foundation-left {
        width: 35%;
    }
    .our_foundation-right {
        width: 63%;
    }

    .our_foundation-box-left {
        position: relative;
        height: 61.7rem;
    }

    .girl_yellow-txt{
        bottom: 25%;
        left: 26%;
        max-width: 43rem;
    }

    .our_foundation-right {
        margin-top: 5rem;
    }

   .our_foundation-box-right {
        height: initial;
    }

    .creed-egg.creed-egg-9 {
        top: 24%;
        left: 28%;
        width: 45%;
    }

    .creed-egg-1 {
        top: 13%;
        left: 1%;
        z-index: 1;
    }

    .creed-egg-2 {
        top: 0;
        left: initial;
        right: 41%;
    }

    .creed-egg-3 {
        top: 5%;
        right: 10%;
        left: initial;
    }

    .creed-egg-4 {
        top: 31%;
        right: 0%;
        z-index: 1;
    }

    .creed-egg-5 {
        bottom: 5%;
        left: 11%;
    }

    .creed-egg.creed-egg-6 {
        bottom: 6%;
        right: 39%;
        max-width: 13rem;
    }

    .creed-egg-7 {
        z-index: 1;
        bottom: 19%;
        right: 14%;
        left: initial;
    }

    .creed-egg-8 {
        bottom: initial;
        left: 2%;
        top: 40%;
        z-index: 1;
    }

    .creed-egg {
        width: 29%;
    }

    .career-subTitle {
        line-height: 3.5rem;
    }

    .training_table table {
        width: 100%;
    }

    .diversity .bg_brown-img {
        height: 70rem;
    }

    .diversity-left {
        padding: 3rem;
    }

    .diversity-right {
        width: 50%;
    }

     /*! our planet */
    .planet_banner_page .banner_img_logo { 
        width: 150%;
        height: 100%;
        left: -35%;
        top: 4rem;
    }

    .inner_page-txt {
        line-height: 2.5rem;
    }
    
    .environmental_impact-left,
    .environmental_impact-right {
        width: 100%;
    }

    .environmental_impact-left {
        padding: 5rem 4rem;
    }

    .stategy_wp:not(:last-child) {
        margin-bottom: 5rem;
    }

    .strategy_txt li {
        margin-bottom: 2rem;
        line-height: 3.2rem;
    }

    .climate_strategy {
        margin-top: 5rem;
    }

    .chicken_img {
        max-width: 20rem;
        top: 10%;
        right: 10%;
    }

     .electricity_diagram {
        margin-top: 5rem;
    }

    .stategy_wp .strategy_txt {
        padding: 4rem 10rem;
    }

    .stategy_wp .egg_date-img {
        max-width: 20rem;
    }

    .strategy_txt li span.number {
        margin-bottom: initial;
    }

    .stategy_wp.strategy_2026 .strategy_txt {
        padding-bottom: 5rem;
    }
    
    .biodiversity_cnt {
        padding-bottom: 5rem;
    }

    .biodiversity-title {
        top: 10rem;
    }

    .biodiversity_img_wp {
        margin: 3rem auto 0;
    }

    /*! our process */
    .process_banner_page .banner_img_logo {
        left: -21%;
        top: 60px;
    }

    .mauritius_impact-left {
        padding: 7rem 0 0 4rem;
    }

    .mauritius_impact-right {
        height: 43rem;
    }

    .process_egg-1 {
        bottom: 5%;
        left: 9%;
    }

    .process_egg {
        width: 45%;
    }

    .regional_img-left {
        max-width: 50rem;
    }

    .regional-right {
        bottom: 12rem;
    }

    .tree-img {
        max-width: 41%
    }

    .regional_flag-wp {
        top: 40%;
        left: 26%;
    }

    .flag-pdf {
        margin-bottom: 3rem;
    }

    .flag-pdf.madagascar {
        max-width: 11rem;
    }

    .flag-pdf.rwanda {
        max-width: 7.5rem;
    }

    .flag-pdf.seychelles {
        max-width: 9.5rem;
    }

    .flag-pdf.kenya {
        max-width: 6rem;
    }

    .flag_wp {
        gap: 3rem;
    }

    /*! our profit */
    .profit_banner_page .banner_img_logo {
        left: -53%;
        top: 25px;
    }

    .at_glace_logo {
        max-width: 35rem;
    }

    .profit_intro-left {
        padding: 9rem 2rem 0;
    }

    .profit_chicken_img {
        max-width: 28rem;
        margin-top: initial;
        bottom: 4%;
    }

    .half-egg {
        max-width: 35rem;
    }

    .figure_wp {
        gap: 7rem;
    }

    .big_purple_shape {
        max-width: 85rem;
    }

    .profit_graph .cnt_wp {
        margin-top: -60%;
        padding-bottom: 10rem;
    }

    .profit_graph .graph_two_col:first-child {
        gap: 5rem;
        padding: 0 4rem;
    }

    .revenue_graph, .equity_graph {
        padding: 7rem 4rem 0;
    }

    .value_chart {
        padding-left: 6rem;
    }

    /*! financial statements */
    .financial_banner_page .banner_img_logo {
        width: 84%;
        height: 100%;
        left: 2%;
        top: 55px;
    }

    .financial_big_shpae {
        display: none;
    }

    .pdf_repeat {
        max-width: 25rem;
        width: 100%;
    }

    .pdf-wp {
        padding: 6rem 5rem 4rem;
        position: relative;
        background: #f6a80f;
        border-radius: 12px;
        row-gap: 5rem;
        mix-blend-mode: multiply;
        align-items: flex-start;
    }

    .financial_pdf .cnt_wp {
        padding-bottom: 8rem;
    }

    .pdf_txt {
        padding: 0 2rem 0 4rem;
    }

    .pdf_txt::before {
        content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 47 47' fill='none'%3E%3Cpath d='M44.458 30.305V39.74C44.458 40.3596 44.336 40.9731 44.0989 41.5455C43.8618 42.1179 43.5142 42.638 43.0761 43.0761C42.638 43.5142 42.1179 43.8618 41.5455 44.0989C40.9731 44.336 40.3596 44.458 39.74 44.458H6.718C5.46671 44.458 4.26667 43.9609 3.38187 43.0761C2.49707 42.1913 2 40.9913 2 39.74V30.305M11.435 18.511L23.229 30.305M23.229 30.305L35.023 18.511M23.229 30.305V2' stroke='%231B3C48' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    }

    .financial_chicken {
        right: 15%;
        max-width: 22rem;
    }
}

@media screen and (min-width: 1184px) and (max-width: 1399px) {
    :root {
        --14-font: 1.2rem;
        --16-font: 1.4rem;
        --18-font: 1.8rem;
        --20-font: 1.8rem;
        --22-font: 2rem;
        --24-font: 2rem;
        --28-font: 2rem;
        --30-font: 2rem;
        --32-font: 2rem;
        --35-font: 2.5rem;
        --40-font: 2.5rem;
        --45-font: 2.5rem;
        --50-font: 4.5rem;
        --55-font: 4rem;
        --65-font: 5rem;
        --75-font: 6.5rem;
        --80-font: 7rem;
        --85-font: 7.5rem;
        --95-font: 7.5rem;
        --100-font: 5rem;
        --120-font: 7rem;
        --150-font: 9rem;
    }

    /*! header */
    .logo_img {
        width: 10rem;
    }

    .header {
        height: 6rem;
    }

    .header .cnt {
        max-width: 90%;
    }

    .header .cnt_wp {
        gap: 3rem;
    }

    .nav_list {
        gap: 3rem;
        padding-bottom: 4rem;
    }

    .nav_link:nth-child(3) a {
        max-width: 12rem;
    }

    /*! footer */
        .footer .cnt_wp {
        padding: 5rem 10rem 7rem;
    }

    /*! homepage */
    .up_icon {
        right: 6rem;
        bottom: 1rem;
    }

    .banner_home {
        margin-top: 0;
    }

     .homemain_animation {
        width: 150rem;
        height: 70rem;
        left: -9rem;
    }

    .imprinting-txt-left {
        width: 35%;
    }

    .imprinting-img-right {
        height: 50rem;
    }

    .imprinting-animation {
        width: 75rem;
    }

    .at_a_glance {
        height: 46rem;
    }

    .p_word_summary {
        gap: 3rem;
    }

    .p_word_summary.planet .info-figure {
        line-height: 3rem;
    }

    .p_word_summary.process .info-figure {
        line-height: 3.5rem;
    }

    .p_word_summary-title {
        line-height: 6rem;
    }

    .p_word_summary.people {
        padding-top: 10rem;
    }

    /*! about us */
    .about_animation {
        width: 110rem;
        height: 61rem;
    }

    .review_txt,
    .chairperson-position {
        margin-bottom: 1rem;
    }

    .review_txt_wp {
        top: 60%;
        left: 60%;
        width: 70%;
    }

    .mission .cnt_wp {
        padding: 7rem 6rem 30rem;
    }

    .mission-left {
        gap: 5rem;
    }

    .values-list {
        gap: 1rem;
    }

    .corporate-left {
        max-width: 45%;
    }
    
    .corporate-right {
        max-width: 85%;
    }

    .corporate-repeat:not(:first-child) {
        padding-top: 3.7rem;
    } 

    /*! our governance */
    .banner_intro-left {
        width: 45%;
        padding-left: 10rem;
    }

    .banner_intro-right {
        overflow: hidden;
    }

    .banner_img_logo {
        width: 125%;
        height: 100%;
        left: -30%;
        top: 7px;
    }

    .inner_page_title {
        line-height: 7rem;
    }

    .shareholding-title {
        line-height: 5rem;
    }

    .governance_structure-title {
        left: 2rem;
    }

    .governance_structure {
        margin-top: 7rem;
    }

    /*! performance*/
    .performace_banner_page .banner_img_logo {
        top: 8rem;
    }

    .policy .inner_page-txt, .creed .inner_page-txt {
        max-width: 95rem;
    }

    .policy, .creed {
        margin: 5rem 0 3rem;
    }

    .environmental .cnt {
        max-width: 95%;
    }

    .environmental .cnt_wp {
        padding: 10rem 2rem 7rem;
    }

    .environmental-repeat-wp {
        gap: 3rem;
    }

    .environmental_txt_wp {
        top: -7px;
        left: 3rem;
    }

    .social_responsibility .environmental_txt_wp, 
    .governance_developlement .environmental_txt_wp {
        top: -1.5rem;
    }

    .frame_img {
        max-width: 100%;
    }

    .environmental-txt {
        max-width: 30rem;
    }

    .environmental-title {
        min-height: initial;
    }

    .environ .environmental-title,
    .social_responsibility .environmental-title,
    .governance_developlement .environmental-title {
        margin-bottom: 2rem;
    }

    .policy_communicate {
        max-width: 75rem;
    }

    .floating_egg-right {
        top: -5rem;
        right: 13rem;
        max-width: 20%;
    }

    .social_impact-right {
        padding: 0 2rem;
        width: 100%;
    }

    .key_result_mau-img {
        position: initial;
    }

    .key_mau-cnt {
        top: 60%;
        left: 58%;
    }

    .key_result_mau {
        margin: 5rem 0;
        height: 90rem;
    }

    .key_mau-wp {
        width: 90rem;
        height: 60rem;
    }

    .egg-box-2 {
        max-width: 28rem;
        top: 18%;
    }

    .egg-box-3 {
        max-width: 30rem;
        left: 32%;
    }

    .egg-box-4 {
        max-width: 25rem;
        top: -4%;
        right: 4rem;
    }

    .egg-box-5 {
        max-width: 28rem;
        bottom: 6%;
        left: 10%;
    }

    .egg-box-6 {
        max-width: 23rem;
        bottom: 20%;
        right: 11%;
    }

    .egg-box-7 {
        max-width: 23rem;
        bottom: 17%;
        right: 10%;
    }
    
    .floating_egg-left {
       top: -4rem;
    }

    .key_result_mada-left {
        width: 100%;
    }

    .key_mada-wp {
        width: 60rem;
        height: 65rem;
    }

    .key_mada-title {
        right: 29rem;
    }

    .key_result_mada-img {
        max-width: 100%;
    }

    .egg-box-8 {
        max-width: 30rem;
        top: 11%;
        left: 20%;
    }

    .egg-box-9 {
        max-width: 30rem;
        top: 47%;
        bottom: initial;
        left: initial;
        right: initial;
    }

    .egg-box-10 {
        max-width: 22rem;
        bottom: 19%;
        right: 15%;
        left: initial;
    }

    .social_impact .cnt_wp {
        gap: 3rem;
    }

    .key_result_mada .floating_egg-left {
        top: 9rem;
        right: 5rem;
    }

    .link-downloadFull {
        left: 5%;
    }

    /*! our people */
    .people_banner_page .banner_img_logo {
        width: 116%;
        top: 6rem;
    }

    .our_foundation .cnt_wp {
        position: initial;
        height: initial;
    }

    .our_foundation-left {
        width: 35%;
    }
    .our_foundation-right {
        width: 63%;
    }

    .our_foundation-box-left {
        position: relative;
        height: 80.7rem;
    }

    .girl_yellow-txt{
        bottom: 25%;
        left: 26%;
        max-width: 43rem;
    }

    .our_foundation-right {
        margin-top: 5rem;
    }

   .our_foundation-box-right {
        height: initial;
    }

    .creed-egg.creed-egg-9 {
        top: 24%;
        left: 25%;
        width: 45%;
    }

    .creed-egg-1 {
        max-width: 25rem;
        top: 18%;
        left: 1%;
        z-index: 1;
    }

    .creed-egg-2 {
        max-width: 24rem;
        top: 2%;
        left: initial;
        right: 44%;
    }

    .creed-egg-3 {
        max-width: 27rem;
        top: 1%;
        right: 11%;
        left: initial;
    }

    .creed-egg-4 {
        max-width: 22rem;
        top: 31%;
        right: 3%;
        z-index: 1;
    }

    .creed-egg-5 {
        max-width: 19rem;
        bottom: 18%;
        left: 18%;
    }

    .creed-egg.creed-egg-6 {
        max-width: 16rem;
        bottom: 11%;
        right: 39%;
    }

    .creed-egg-7 {
        max-width: 22rem;
        z-index: 1;
        bottom: 21%;
        right: 14%;
        left: initial;
    }

    .creed-egg-8 {
        max-width: 22rem;
        bottom: initial;
        left: -5%;
        top: 46%;
        z-index: 1;
    }

    .career-subTitle {
        line-height: 3.5rem;
    }

    .training_table table {
        width: 100%;
    }

    .diversity-left {
        padding: 3rem;
    }

    .diversity-right {
        width: 50%;
    }

     /*! our planet */
    .planet_banner_page .banner_img_logo {
        width: 135%;
        top: 6rem;
    }

    .environmental_impact-left {
        padding: 10rem 0 0 5rem;
    }

    .climate_strategy {
        margin-top: 10rem;
    }

    .chicken_img {
        max-width: 30rem;
        top: 12%;
        right: 10%;
    }

    .stategy_wp .strategy_txt {
        padding: 7rem 15rem 2rem 16rem;
    }

    .stategy_wp .egg_date-img {
        max-width: 25rem;
    }

    .biodiversity-title {
        top: 10rem;
    }

    .biodiversity_img_wp {
        margin: 3rem auto 0;
    }

    /*! our process */
    .process_banner_page .banner_img_logo { 
        top: 8rem;
        left: -16%;
    }

    .mauritius_impact-left {
        padding: 7rem 0 0 10rem;
        width: 44%;
    }

    .mauritius_impact-right {
        width: 56%;
    }

    .mauritius_impact-right {
        height: 55rem;
    }

    .process_egg-1 {
        bottom: 5%;
        left: 9%;
    }

    .process_egg {
        width: 45%;
    }

    .regional_img-left {
        max-width: 62rem;
    }

    .tree-img {
        max-width: 45%;
        bottom: 2%;
    }

    .regional_flag-wp {
        top: 43%;
        left: 25%;
    }

    .flag-pdf {
        margin-bottom: 3rem;
    }

    .flag-pdf.madagascar {
        max-width: 12rem;
    }

    .flag-pdf.rwanda {
        max-width: 8rem;
    }

    .flag-pdf.seychelles {
        max-width: 10rem;
    }

    .flag-pdf.kenya {
        max-width: 6.2rem;
    }

    .flag_wp {
        gap: 3rem;
    }

    /*! our profit */
    .profit_banner_page .banner_img_logo {
        left: -30rem;
    }
    
    .at_glace_logo {
        max-width: 35rem;
    }

    .profit_intro-left {
        padding: 9rem 2rem 5rem 10rem;
    }

    .profit_chicken_img {
        max-width: 35rem;
        margin-top: initial;
        bottom: 2%;
    }

    .figure_wp {
        gap: 7rem;
    }

    .profit_graph .cnt_wp {
        margin-top: -73%;
        padding-bottom: 10rem;
    }

    .profit_graph .graph_two_col:first-child {
        gap: 5rem;
        padding: 0 10rem;
    }

    .revenue_graph, .equity_graph {
        padding: 7rem 12rem 0;
    }

    .value_chart {
        padding-left: 10rem;
    }

     /*! financial statements */
     .financial_banner_page .banner_img_logo {
        width: 68%;
        top: 4rem;
    }

    .pdf_repeat {
        max-width: 30rem;
        width: 100%;
    }

    .pdf-wp {
        padding: 8rem 14rem 4rem;
        row-gap: 8rem;
    }

    .financial_pdf .cnt_wp {
        padding-bottom: 8rem;
    }

    .pdf_txt {
        padding: 0 2rem 0 5rem;
    }

    .pdf_txt::before {
        content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 47 47' fill='none'%3E%3Cpath d='M44.458 30.305V39.74C44.458 40.3596 44.336 40.9731 44.0989 41.5455C43.8618 42.1179 43.5142 42.638 43.0761 43.0761C42.638 43.5142 42.1179 43.8618 41.5455 44.0989C40.9731 44.336 40.3596 44.458 39.74 44.458H6.718C5.46671 44.458 4.26667 43.9609 3.38187 43.0761C2.49707 42.1913 2 40.9913 2 39.74V30.305M11.435 18.511L23.229 30.305M23.229 30.305L35.023 18.511M23.229 30.305V2' stroke='%231B3C48' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    }

    .financial_chicken {
        right: 25%;
        max-width: 30rem;
    }
 } 

@media screen and (min-width: 1400px) and (max-width: 1600px) {
    :root {
        --22-font: 2rem;
        --24-font: 2.2rem;
        --28-font: 2rem;
        --30-font: 2rem;
        --32-font: 2rem;
        --35-font: 2.5rem;
        --40-font: 2.5rem;
        --45-font: 2.5rem;
        --65-font: 5rem;
        --75-font: 6.5rem;
        --80-font: 7rem;
        --85-font: 7.5rem;
        --100-font: 5rem;
        --120-font: 10rem;
        --150-font: 11rem;
    }
    
    .cnt_80 {
        max-width: 90%;
    }

    /*! header */
    .logo_img {
        width: 12rem;
    }

    .header {
        height: 6rem;
    }

    .header .cnt_wp,
    .nav_list {
        gap: 2.5rem;
    }

    .nav_list {
        padding-bottom: 4rem;
    }

    .nav_icon svg {
        width: 2.5rem;
    }

    /*! footer */
        .footer .cnt_wp {
        padding: 5rem 10rem 7rem;
    }

    /*! homepage */
    .homemain_animation {
        width: 155rem;
        height: 85rem;
        left: -9rem;
    }

     .imprinting-img-right {
        height: 50rem;
    }

    .imprinting-animation {
        width: 75rem;
    }
    .up_icon {
        right: 8rem;
        bottom: 1rem;
    }

    .at_a_glance {
        height: 49rem;
    }

    .p_word_summary {
        gap: 3rem;
    }

    .p_word_summary.people {
        padding-top: 12rem;
    }

     /*! about us */
     .about_animation {
       width: 130rem;
       height: 65rem;
    }

    .review_txt_wp {
        width: 70%;
    }

    .mission .cnt_wp {
        padding: 7rem 10rem 30rem;
    }

    .mission-left {
        gap: 5rem;
    }

    .corporate-left {
        max-width: 45%;
    }
    
    .corporate-right {
        max-width: 85%;
    }

    .corporate-repeat:not(:first-child) {
        padding-top: 3.7rem;
    } 

    /*! our governance */
    .banner_intro-left {
        width: 45%;
        padding-left: 7rem;
    }

    .banner_intro-right {
        overflow: hidden;
    }

    .banner_img_logo {
        width: 150%;
        left: -43%;
    }

    .inner_page_title {
        line-height: 7rem;
    }

    .governance_structure-title {
        left: 0;
    }

    .governance_structure {
        margin-top: 7rem;
    }

    .link-downloadFull {
        left: 5%;
    }

    /*! performance*/
    .performace_banner_page .banner_img_logo {
        top: 8rem;
    }

    .policy .inner_page-txt, .creed .inner_page-txt {
        max-width: 95rem;
    }

    .policy, .creed {
        margin: 5rem 0 3rem;
    }

    .environmental .cnt {
        max-width: 90%;
    }

    .environmental .cnt_wp {
        padding: 10rem 2rem 7rem;
    }

    .environmental-repeat-wp {
        gap: 3rem;
    }

    .environmental_txt_wp {
        top: -7px;
        left: 3rem;
    }

    .social_responsibility .environmental_txt_wp, 
    .governance_developlement .environmental_txt_wp {
        top: -1.5rem;
    }

    .frame_img {
        max-width: 100%;
    }

    .environmental-txt {
        max-width: 30rem;
    }

    .environmental-title {
        min-height: initial;
    }

    .environ .environmental-title,
    .social_responsibility .environmental-title,
    .governance_developlement .environmental-title {
        margin-bottom: 2rem;
    }

    .policy_communicate {
        max-width: 75rem;
    }

    .floating_egg-right {
        top: -1rem;
        right: 10rem;
        max-width: 18%;
    }

    .social_impact-right {
        width: 70%;
    }

    .key_result_mau-img {
        position: initial;
    }

    .key_mau-cnt {
        top: 60%;
        left: 58%;
    }

    .key_result_mau {
        margin: 5rem 0;
        height: 90rem;
    }

    .key_mau-wp {
        width: 90rem;
        height: 60rem;
    }

    .egg-box-2 {
        max-width: 28rem;
        top: 18%;
    }

    .egg-box-3 {
        max-width: 30rem;
        left: 32%;
    }

    .egg-box-4 {
        max-width: 25rem;
        top: -4%;
        right: 4rem;
    }

    .egg-box-5 {
        max-width: 28rem;
        bottom: 6%;
        left: 10%;
    }

    .egg-box-6 {
        max-width: 23rem;
        bottom: 20%;
        right: 11%;
    }

    .egg-box-7 {
        max-width: 23rem;
        bottom: 17%;
        right: 10%;
    }
    
    .floating_egg-left {
       top: -4rem;
    }

    .key_result_mada-left {
        width: 100%;
    }

    .key_mada-wp {
        width: 60rem;
        height: 65rem;
    }

    .key_mada-title {
        right: 29rem;
    }

    .key_result_mada-img {
        max-width: 100%;
    }

    .egg-box-8 {
        max-width: 30rem;
        top: 11%;
        left: 20%;
    }

    .egg-box-9 {
        max-width: 30rem;
        top: 47%;
        bottom: initial;
        left: initial;
        right: initial;
    }

    .egg-box-10 {
        max-width: 22rem;
        bottom: 19%;
        right: 15%;
        left: initial;
    }

    .social_impact .cnt_wp {
        gap: 3rem;
    }

    .key_result_mada .floating_egg-left {
        top: 9rem;
        right: 5rem;
    }

    /*! our people */
    .people_banner_page .banner_img_logo {
        top: 5rem;
        width: 132%;
        left: -38%;
    }

    .our_foundation .cnt_wp {
        position: initial;
        height: initial;
    }

    .our_foundation-left {
        width: 35%;
    }
    .our_foundation-right {
        width: 63%;
    }

    .our_foundation-box-left {
        position: relative;
        height: 80.7rem;
    }

    .girl_yellow-txt{
        bottom: 25%;
        left: 26%;
        max-width: 43rem;
    }

    .our_foundation-right {
        margin-top: 5rem;
    }

   .our_foundation-box-right {
        height: initial;
    }

    .creed-egg.creed-egg-9 {
        top: 24%;
        left: 25%;
        width: 45%;
    }

    .creed-egg-1 {
        max-width: 25rem;
        top: 18%;
        left: 1%;
        z-index: 1;
    }

    .creed-egg-2 {
        max-width: 24rem;
        top: 2%;
        left: initial;
        right: 44%;
    }

    .creed-egg-3 {
        max-width: 27rem;
        top: 3%;
        right: 13%;
        left: initial;
    }

    .creed-egg-4 {
        max-width: 22rem;
        top: 31%;
        right: 5%;
        z-index: 1;
    }

    .creed-egg-5 {
        max-width: 19rem;
        bottom: 18%;
        left: 18%;
    }

    .creed-egg.creed-egg-6 {
        max-width: 16rem;
        bottom: 9%;
        right: 39%;
    }

    .creed-egg-7 {
        max-width: 22rem;
        z-index: 1;
        bottom: 21%;
        right: 14%;
        left: initial;
    }

    .creed-egg-8 {
        max-width: 22rem;
        bottom: initial;
        left: -5%;
        top: 46%;
        z-index: 1;
    }

    .career-subTitle {
        line-height: 3.5rem;
    }

    .training_table table {
        width: 100%;
    }

    .diversity-left {
        padding: 3rem;
    }

    .diversity-right {
        width: 63%;
    }

    /*! our planet */
    .planet_banner_page .banner_img_logo {
        width: 135%;
        left: -30%;
        top: 6rem;
    }

    .environmental_impact-left {
        padding: 10rem 0 0 5rem;
        width: 51%;
    }

    .environmental_impact-right {
        width: 45%;
    }

    .climate_strategy {
        margin-top: 10rem;
    }

    .chicken_img {
        max-width: 30rem;
        top: 12%;
        right: 10%;
    }

    .stategy_wp .strategy_txt {
        padding: 7rem 15rem 2rem 16rem;
    }

    .stategy_wp .egg_date-img {
        max-width: 25rem;
    }

    .biodiversity-title {
        top: 13rem;
    }

    .biodiversity_img_wp {
        margin: 3rem auto 0;
    }

    /*! our process */
    .process_banner_page .banner_img_logo {
        left: -15rem;
        top: 6rem;
    }

    .mauritius_impact-left {
        padding: 7rem 0 0 10rem;
        width: 44%;
    }

    .mauritius_impact-right {
        width: 56%;
    }

    .mauritius_impact-right {
        height: 55rem;
    }

    .process_egg-1 {
        bottom: 5%;
        left: 9%;
    }

    .process_egg {
        width: 45%;
    }

    .regional-right {
        bottom: 15rem;
    }

    .regional_img-left {
        max-width: 62rem;
    }

    .tree-img {
        max-width: 42%;
        bottom: 3%;
    }

    .regional_flag-wp {
        top: 43%;
        left: 20%;
    }

    .flag-pdf {
        margin-bottom: 3rem;
    }

    .flag-pdf.madagascar {
        max-width: 16rem;
    }

    .flag-pdf.rwanda {
        max-width: 11rem;
    }

    .flag-pdf.seychelles {
        max-width: 13rem;
    }

    .flag-pdf.kenya {
        max-width: 9rem;
    }

    /*! our profit */
    .profit_banner_page .banner_img_logo {
        left: -38rem;
        top: 4rem;
    }

     .at_glace_logo {
        max-width: 35rem;
    }

    .profit_intro-left {
        padding: 9rem 2rem 5rem 10rem;
    }

    .profit_chicken_img {
        max-width: 35rem;
        margin-top: initial;
        bottom: 2%;
    }

    .figure_wp {
        gap: 7rem;
    }

    .profit_graph .cnt_wp {
        margin-top: -65%;
        padding-bottom: 10rem;
    }

    .profit_graph .graph_two_col:first-child {
        gap: 5rem;
        padding: 0 10rem;
    }

    .revenue_graph, .equity_graph {
        padding: 7rem 12rem 0;
    }

    .value_chart {
        padding-left: 10rem;
    }

    /*! financial statements */
    .financial_banner_page .banner_img_logo {
        width: 77%;
        top: 5rem;
    }

    .pdf_repeat {
        max-width: 30rem;
        width: 100%;
    }

    .pdf-wp {
        padding: 8rem 14rem 4rem;
        row-gap: 8rem;
    }

    .financial_pdf .cnt_wp {
        padding-bottom: 8rem;
    }

    .pdf_txt {
        padding: 0 2rem 0 5rem;
    }

    .pdf_txt::before {
        content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 47 47' fill='none'%3E%3Cpath d='M44.458 30.305V39.74C44.458 40.3596 44.336 40.9731 44.0989 41.5455C43.8618 42.1179 43.5142 42.638 43.0761 43.0761C42.638 43.5142 42.1179 43.8618 41.5455 44.0989C40.9731 44.336 40.3596 44.458 39.74 44.458H6.718C5.46671 44.458 4.26667 43.9609 3.38187 43.0761C2.49707 42.1913 2 40.9913 2 39.74V30.305M11.435 18.511L23.229 30.305M23.229 30.305L35.023 18.511M23.229 30.305V2' stroke='%231B3C48' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    }

    .financial_chicken {
        right: 27%;
        max-width: 35rem;
    }
}

@media screen and (min-width: 1530px) and (max-width: 1719px) {
     :root {
        --35-font: 3rem;
        --55-font: 5rem;
        --65-font: 6rem;
        --75-font: 7.5rem;
        --80-font: 7rem;
        --85-font: 7rem;
        --100-font: 6rem;
    }
    
    .cnt_80 {
        max-width: 86%;
    }

    /*! header */
    .logo_img {
        width: 13rem;
    }

    .header {
        height: 7rem;
    }

    /*! footer */
    .footer .cnt_wp {
        padding: 5rem 15rem 7rem 20rem;
    }

    /*! homepage */
    .homemain_animation {
        top: 3rem;
        height: 72rem;
    }

    .imprinting-animation {
        width: 90rem;
    }

    .imprinting-img-right {
        height: 55rem;
    }

    .fix_download {
        top: 20rem;
    }

    .at_a_glance {
        height: 50rem;
    }

    /*! about us */
    .about_animation {
        width: 130rem;
        height: 65rem;
    }

    .mission .cnt_wp {
        padding: 7rem 10rem 22rem;
    }

    .corporate-right {
        max-width: 80%;
    }

    .corporate_txt_cnt {
        top: 58%;
        left: 62%;
    }

    .corporate-repeat:not(:first-child) {
        padding-top: 4rem;
    }

    /*! governance */
    .banner_img_logo {
        width: 125%;
        left: -35%;
        top: 1rem;
    }

    .link-downloadFull {
        left: 7%;
    }
    
    .banner_intro-left {
        padding-left: 13rem;
    }
    
    .governance_structure-left {
        width: 30%;
    }

    /*! performance */
    .performace_banner_page .banner_img_logo {
        top: 9rem;
    }

    .key_result_mau {
        height: 100rem;
    }

    .key_mau-wp {
        width: 105rem;
    }

    .egg-box-2 {
        max-width: 30rem;
        top: 18%;
        left: 0;
    }

    .egg-box-3 {
        max-width: 32rem;
        top: 0%;
        left: 32%;
    }

    .egg-box-4 {
        max-width: 29rem;
        top: -4%;
        right: 8rem;
    }

    .egg-box-5 {
        max-width: 35rem;
        bottom: -5%;
        left: 10%;
    }

    .egg-box-6 {
        max-width: 26rem;
        bottom: 17%;
        left: 38%;
    }

    .egg-box-7 {
        max-width: 25rem;
        bottom: 9%;
        right: 15%;
    }

    .egg-box-8 {
        max-width: 34rem;
        top: 0;
        left: 30%;
    }

    .egg-box-9 {
        max-width: 37rem;
        top: initial;
        bottom: 13%;
        left: 0;
    }

    .egg-box-10 {
        max-width: 28rem;
        bottom: 16%;
        right: -6%;
    }

    /*! our people */
    .people_banner_page .banner_img_logo {
        top: 6rem;
        width: 111%;
        left: -25%;
    }

    .creed-egg-4 {
        max-width: 25rem;
        top: 33%;
        right: 3%;
    }

    .creed-egg.creed-egg-6 {
        bottom: 5%;
    }

    .creed-egg-7 {
        max-width: 24rem;
        bottom: 15%;
        right: 14%;
    }

    .creed-egg-8 {
        left: -3%;
        top: 45%;
    }

    .diversity-right {
        width: 59%;
    }

    /*! our planet */
    .planet_banner_page .banner_img_logo {
        width: 124%;
        left: -25%;
        top: 8rem;
    }

    .environmental_impact-left {
        padding: 10rem 0 0 8rem;
    }

    /*! our process */
    .process_banner_page .banner_img_logo {
        top: 7rem;
    }

    .mauritius_impact-right {
        height: 60rem;
    }

    .regional_img-left {
        max-width: 70rem;
    }

    /*! our profit */
    .profit_banner_page .banner_img_logo {
        left: -35rem;
    }

    .profit_graph .cnt_wp {
        margin-top: -62%;
        padding-bottom: 10rem;
    }

    .figure_wp {
        gap: 10rem;
    }

    /*! financial statement */
    .financial_banner_page .banner_img_logo {
        width: 64%;
        top: 4rem;
    }

    .pdf-wp {
        column-gap: 15rem;
    }
}

@media screen and (min-width: 1601px) and (max-width: 1719px) {
    :root {
        --45-font: 3rem;
        --75-font: 6.5rem;
        --80-font: 7rem;
        --85-font: 7.5rem;
        --100-font: 5rem;
        --120-font: 10rem;
    }

     .nav_list {
        padding-bottom: 4rem;
    }

    /*! homepage */
     .homemain_animation {
        top: 3rem;
        height: 95rem;
    }

    .imprinting-animation {
        width: 100rem;
    }

    .imprinting-img-right {
        height: 60rem;
    }

    .up_icon {
        right: 6rem;
        bottom: 1rem;
    }

    .at_a_glance {
        height: 51rem;
    }

    /*! about us */
    .review_txt_wp {
        width: 70%;
    }

    .mission .cnt_wp {
        padding: 7rem 14rem 24rem;
    }

    .corporate-repeat:not(:first-child) {
        padding-top: 4.3rem;
    } 

    /*! our governance */
    .banner_intro-left {
        width: 35%;
    }

    .banner_img_logo {
        width: 140%;
        left: -39%;
        top: -1rem;
    }


    .inner_page_title {
        line-height: 7rem;
    }

    .governance_structure-left {
        width: 23%;
    }

    .governance_structure-title {
        left: 0;
    }

    .governance_structure {
        margin-top: 7rem;
    }

    /*! performance*/
    .policy .inner_page-txt, .creed .inner_page-txt {
        max-width: 95rem;
    }

    .policy, .creed {
        margin: 5rem 0 3rem;
    }

    .environmental .cnt {
        max-width: 95%;
    }

    .environmental .cnt_wp {
        padding: 10rem 2rem 7rem;
    }

    .environmental-repeat-wp {
        gap: 3rem;
    }

    .environmental_txt_wp {
        top: -7px;
        left: 3rem;
    }

    .social_responsibility .environmental_txt_wp, 
    .governance_developlement .environmental_txt_wp {
        top: -1.5rem;
    }

    .frame_img {
        max-width: 100%;
    }

    .environmental-txt {
        max-width: 30rem;
    }

    .environmental-title {
        min-height: initial;
    }

    .environ .environmental-title,
    .social_responsibility .environmental-title,
    .governance_developlement .environmental-title {
        margin-bottom: 2rem;
    }

    .policy_communicate {
        max-width: 75rem;
    }

    .floating_egg-right {
        top: -5rem;
        right: 10rem;
        max-width: 20%;
    }

    .key_result_mau-img {
        position: initial;
    }

    .key_mau-cnt {
        top: 60%;
        left: 58%;
    }

    .key_result_mau {
        margin: 5rem 0;
        height: 110rem;
    }

    .egg-box-2 {
        max-width: 33rem;
    }

    .egg-box-3 {
        max-width: 33rem;
        top: 2%;
        left: 33%;
    }

    .egg-box-4 {
        right: 5rem;
    }

    .egg-box-5 {
        max-width: 36rem;
        bottom: 5%;
    }

    .egg-box-6 {
        max-width: 28rem;
        bottom: 24%;
        left: 39%;
    }

    .egg-box-7 {
        max-width: 29rem;
        bottom: 22%;
        right: 6%;
    }
    
    .floating_egg-left {
       top: -4rem;
    }

    .key_result_mada-left {
        width: 100%;
    }

    .key_mada-wp {
        width: 60rem;
        height: 65rem;
    }

    .key_mada-title {
        right: 29rem;
    }

    .key_result_mada-img {
        max-width: 100%;
    }

   .egg-box-8 {
        max-width: 38rem;
        top: 0;
        left: 38%;
    }

    .egg-box-9 {
        max-width: 44rem;
        bottom: 0%;
        left: 0;
    }

    .egg-box-10 {
        max-width: 30rem;
        bottom: 9%;
        right: -22%;
    }

    .social_impact .cnt_wp {
        gap: 3rem;
    }

    .key_result_mada .floating_egg-left {
        top: 9rem;
        right: 5rem;
    }

    /*! our people */
    .people_banner_page .banner_img_logo {
        top: 6rem;
        width: 135%;
        left: -40%;
    }

    .our_foundation .cnt_wp {
        position: initial;
        height: initial;
    }

    .our_foundation-left {
        width: 35%;
    }
    .our_foundation-right {
        width: 63%;
    }

    .our_foundation-box-left {
        position: relative;
        height: 91.7rem;
    }

    .girl_yellow-txt{
        bottom: 25%;
        left: 26%;
        max-width: 43rem;
    }

    .our_foundation-right {
        margin-top: 5rem;
    }

   .our_foundation-box-right {
        height: initial;
    }

    .creed-egg-9 {
        max-width: 48rem;
        top: 22%;
        left: 26%;
    }

    .creed-egg-2 {
        max-width: 26rem;
        top: 0%;
        left: 25%;
        z-index: 1;
    }

    .creed-egg-3 {
        max-width: 30rem;
        top: -6%;
        right: 21%;
    }

    .creed-egg-4 {
        max-width: 29rem;
        top: 15%;
        right: 4%;
    }

    .creed-egg-5 {
        max-width: 24rem;
        bottom: 15%;
        left: 25%;
        z-index: 1;
    }

    .creed-egg.creed-egg-6 {
        bottom: 12%;
        right: 24%;
    }

    .creed-egg-7 {
        max-width: 26rem;
        bottom: 32%;
        right: 4%;
    }

    .creed-egg-8 {
        bottom: 28%;
        top: initial;
        left: -2.5%;
    }
   
    .career-subTitle {
        line-height: 3.5rem;
    }

    .training_table table {
        width: 100%;
    }

    .diversity-left {
        padding: 3rem;
    }

    .diversity-right {
        width: 59%;
    }

     /*! our planet */
    .planet_banner_page .banner_img_logo {
        width: 140%;
        left: -32%;
    }

    .environmental_impact-left {
        padding: 10rem 0 0 5rem;
        width: 51%;
    }

    .environmental_impact-right {
        width: 45%;
    }

    .climate_strategy {
        margin-top: 10rem;
    }

    .chicken_img {
        max-width: 30rem;
        top: 12%;
        right: 10%;
    }

    .stategy_wp .strategy_txt {
        padding: 7rem 15rem 2rem 16rem;
    }

    .stategy_wp .egg_date-img {
        max-width: 25rem;
    }

    .biodiversity-title {
        top: 13rem;
    }

    .biodiversity_img_wp {
        margin: 3rem auto 0;
    }

    /*! our process */
    .mauritius_impact-left {
        padding: 12rem 0 0 14rem;
        width: 44%;
    }

    .mauritius_impact-right {
        width: 56%;
    }

    .mauritius_impact-right {
        height: 63rem;
    }

    .process_egg-1 {
        bottom: 5%;
        left: 9%;
    }

    .process_egg {
        width: 45%;
    }

    .regional-right {
        bottom: 15rem;
    }

    .regional_img-left {
        max-width: 72rem;
    }

    .tree-img {
        max-width: 42%;
        bottom: 3%;
    }

    .regional_flag-wp {
        top: 43%;
        left: 20%;
    }

    .flag-pdf {
        margin-bottom: 3rem;
    }

    .flag-pdf.madagascar {
        max-width: 16rem;
    }

    .flag-pdf.rwanda {
        max-width: 15rem;
    }

    .flag-pdf.seychelles {
        max-width: 16rem;
    }

    .flag-pdf.kenya {
        max-width: 10rem;
    }

    /*! our profit */
    .profit_banner_page .banner_img_logo {
        left: -43rem;
    }

    .profit_chicken_img {
        max-width: 36rem;
        margin-top: initial;
    }

    .half-egg {
        max-width: 40rem;
    }

    /*! financial statements */
    .financial_banner_page .banner_img_logo {
        width: 80%;
        left: -6rem;
        top: 6rem;
    }

    .pdf_repeat {
        max-width: 30rem;
        width: 100%;
    }

    .pdf-wp {
        padding: 8rem 14rem 4rem;
        row-gap: 8rem;
    }

    .financial_pdf .cnt_wp {
        padding-bottom: 8rem;
    }

    .pdf_txt {
        padding: 0 2rem 0 5rem;
    }

    .pdf_txt::before {
        content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 47 47' fill='none'%3E%3Cpath d='M44.458 30.305V39.74C44.458 40.3596 44.336 40.9731 44.0989 41.5455C43.8618 42.1179 43.5142 42.638 43.0761 43.0761C42.638 43.5142 42.1179 43.8618 41.5455 44.0989C40.9731 44.336 40.3596 44.458 39.74 44.458H6.718C5.46671 44.458 4.26667 43.9609 3.38187 43.0761C2.49707 42.1913 2 40.9913 2 39.74V30.305M11.435 18.511L23.229 30.305M23.229 30.305L35.023 18.511M23.229 30.305V2' stroke='%231B3C48' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    }

    .financial_chicken {
        right: 27%;
        max-width: 35rem;
    }
 }

@media screen and (min-width: 1720px) and (max-width: 1900px) {

    :root {
        --35-font: 3rem;
        --45-font: 3rem;
        --55-font: 5rem;
        --100-font: 8rem;
        --120-font: 10rem;
    }

    /*! header */
    .logo_img {
        width: 15rem;
    }

    .nav_list {
        gap: 3rem;
    }

    .nav_list {
        padding-bottom: 5rem;
    }

    /*! home page */
    .homemain_animation {
        top: 3rem;
        height: 65rem;
    }

    .imprinting-animation {
        width: 100rem;
    }

    .imprinting-img-right {
        height: 60rem;
    }

    /*! about us */
    .mission .cnt_wp {
        padding: 13rem 15rem 24rem;
    }

    .corporate_txt_cnt {
        top: 53%;
        left: 70%;
    }

     /*! our governance */
    .governance_structure-title {
        left: 2.5rem;
    }

    .banner_intro-right {
        overflow: hidden;
    }

    .banner_img_logo {
        width: 160rem;
        height: 90rem;
        position: relative;
        left: -40rem;
    }

    .banner_intro-left {
        padding-left: 20rem;
    }


    /*! performance */
    .performace_banner_page .banner_img_logo {
        width: 160rem;
        height: 90rem;
        position: relative;
        left: -50rem;
        top: 10rem;
    }

    .social_impact-left {
       width: 50%;
    }

    .floating_egg-right {
        top: 4rem;
        right: 7rem;
    }

    .egg-box-8 {
        max-width: 34rem;
        top: 10%;
        left: 27%;
    }

    .egg-box-9 {
        max-width: 39rem;
        bottom: 12%;
        left: 0;
    }

    .egg-box-10 {
        max-width: 28rem;
        bottom: 9%;
        right: 22%;
    }

    /*! our people */
    .diversity-left {
        width: 51.1%;
    }

    .our_foundation-left  {
        width: 37%;
    }

    /*! our planet */
    .environmental_impact-left {
        padding: 15rem 0 0 8rem;
    }

    /*! our process */
    .mauritius_impact-left {
        padding: 15rem 0 0 15rem;
    }
    
    .process_egg-1 {
        max-width: 44rem;
        bottom: 15%;
        left: 9%;
    }

    .process_egg-3 {
        max-width: 46rem;
        bottom: 15%;
    }

    .regional-right {
        width: 69%;
    }

    .regional_flag-wp {
        top: 45%;
        left: 30%;
    }

    .flag-pdf.madagascar {
        max-width: 18rem;
    }

    .flag-pdf.rwanda {
        max-width: 12rem;
    }

    .flag-pdf.seychelles {
        max-width: 15rem;
    }

    .flag-pdf.kenya {
        max-width: 10rem;
    }

    /*! our profit */
    .profit_chicken_img {
        max-width: 37rem;
    }

    .half-egg {
        max-width: 45rem;
    }

    /*! financial statements */
    .pdf_repeat {
        max-width: 30rem;
        width: 100%;
    }

    .pdf-wp {
        padding: 8rem 14rem 4rem;
        row-gap: 8rem;
    }

    .financial_pdf .cnt_wp {
        padding-bottom: 8rem;
    }

    .pdf_txt {
        padding: 0 2rem 0 5rem;
    }

    .pdf_txt::before {
        content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 47 47' fill='none'%3E%3Cpath d='M44.458 30.305V39.74C44.458 40.3596 44.336 40.9731 44.0989 41.5455C43.8618 42.1179 43.5142 42.638 43.0761 43.0761C42.638 43.5142 42.1179 43.8618 41.5455 44.0989C40.9731 44.336 40.3596 44.458 39.74 44.458H6.718C5.46671 44.458 4.26667 43.9609 3.38187 43.0761C2.49707 42.1913 2 40.9913 2 39.74V30.305M11.435 18.511L23.229 30.305M23.229 30.305L35.023 18.511M23.229 30.305V2' stroke='%231B3C48' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    }

    .financial_chicken {
        right: 27%;
        max-width: 35rem;
    }
 }