html, body {
    overflow-x: hidden;
}

a:hover {
    text-decoration: none;
}

button:focus {
    outline-color: transparent;
    outline-style: none;
}

.hide-desktop {
    display: none;
}

.hide-mobile {
    display: block;
}

    @media (max-width: 991px) {
        .hide-desktop {
            display: block;
        }

        .hide-mobile {
            display: none;
        }
    }

.btn__read_more {
    background: #ed193d;
    box-shadow: 0px 0px 9.61364px rgb(0 0 0 / 15%);
    border-radius: 34.9587px;
    display: table;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    padding: 13px 45px 13px 24px;
    min-width: 204px;
    position: relative;
}
    
    .btn__read_more:hover {
        color: #fff;
    }
    
    .btn__read_more::after {
        background: url('../images/arrow-icon.png');
        background-repeat: no-repeat;
        background-size: 100%;
        color: #fff;
        content: ' ';
        display: block;
        width: 25px;
        height: 26px;
        position: absolute;
        right: 10px;
        top: 8px;
    }

/* Selection */
::selection {
    background: #eee;
}

::-moz-selection {
    background: #eee;
}

input:focus {
    outline: none;
}

/*scrollbar*/
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-thumb {
    background-color: #666;
    border-radius: 8;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #666;
}

::-webkit-scrollbar-track {
    background-color: #ededed;
}

.container {
    max-width: 1440px;
    width: 100%;
    margin: 0px auto;
    padding: 0px;
}

body {
    background-color: #ffffff;
    background-image: url("../../assets/images/bg-texture.png");
    font-family: 'Futura';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 22px;
    padding-top: 113px;
    color: #000000;
}

    @media (max-width: 991px) {
        body {
            padding-top: 88px;
        }
    }

a, a:hover, a:focus {
    color: black;
}

section {
    position: relative;
    position: relative;
    display: table;
    width: 100%;
}

.page-title {
    text-align: right;
    text-transform: uppercase;
    color: #ED1A3D;
    width: 100%;
}

    .page-title span {
        color: #000000;
    }

.header {
    background-color: #fff;
    font-family: Futura Lt BT, sans-serif;
    font-size: 0.8em;
    font-weight: 600;
}

.footer {
    font-family: 'Futura Std';
    font-size: .6rem;
    background-color: #1b1b1b;
    color: #fff;
    padding: 27px 0px;
    text-align: center;
    position: relative;
}
    @media (max-width: 767px) {
        .footer {
            padding: 27px 15px;
            font-size: 10px;
            font-weight: 400;
        }
    }

.logo-text {
    font-family: Futura Lt BT, sans-serif;
    color: #2d6f8f;
    font-size: .9em;
    line-height: 1;
    font-weight: 700;
}

.navbar {
    background-color: #fff;
    padding: 0rem 1rem;
    height: 113px;

    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    color: #000;
}

    .navbar .navbar-collapse > a img {
        width: 26px;
        margin-right: 0.4rem;
    }

.navbar-light .navbar-toggler {
    border: none;
}

.navbar-brand {
    width: 128px;
    margin-left: 60px;
}

.navbar-brand img {
    width: 125px;
}


    @media (max-width: 991px) {
        .navbar-brand {
            margin-left: 0px;
        }

        .navbar-brand img {
            width: 105px;
        }
    }

.nav-link, .navbar-light .navbar-nav .nav-link {
    font-family: 'Futura';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    cursor: pointer;
    background-color: #fff;
    color: #000;
    height: 68px;
    position: relative;
    margin-right: 62px;
    width: 100%;
    text-align: center;
}
    .navbar-collapse {
        height: 113px;
        padding: 0px 0px 0px 100px;
    }
    .navbar-collapse.show {
        display: table;
    }

    @media (max-width: 1399px) {
        .navbar-collapse {
            padding: 0px 0px 0px 50px;   
        }
    }

    @media (max-width: 1250px) {
        .navbar-collapse {
            padding: 0px 0px 0px 0px;
        }
    }

    @media (max-width: 1199px) {
        .nav-link, .navbar-light .navbar-nav .nav-link {
            margin-right: 50px;
        }
    }

    @media (max-width: 1099px) {
        .nav-link, .navbar-light .navbar-nav .nav-link {
            margin-right: 40px;
        }
    }

    .nav__link_text_box {
        height: 63px;
        position: relative;
    }

        .nav__link_text {
            bottom: 0px;
            position: absolute;
            left: 0px;
            right: 0px;
        }

            .nav__link_text:hover {
                color: #d9022d;
            }

    @media (max-width: 1399px) {
        .nav__link_text {
            font-weight: 500;
            font-family: "Futura Std";
        }
    }

    @media (max-width: 991px) {
        .nav__link_text {
            font-weight: 500;
            font-family: "Futura Std";
        }
    }

    .nav__link_icon {
        width: 100%;
        height: 38px;
        display: block;
        margin: 0px auto;
    }

        .nav__link_icon--overview {
            background: url('../images/icon-overview.svg') no-repeat;
            background-position: center;
        }

        .nav__link_icon--environment {
            background: url('../images/icon-environment.svg') no-repeat;
            background-position: center;
        }

        .nav__link_icon--social {
            background: url('../images/icon-social.svg') no-repeat;
            background-position: center;
        }

        .nav__link_icon--governance {
            width: 40px;
            height: 44px;
            background: url('../images/icon-governance.svg') no-repeat;
            background-position: center;
        }

        .nav__link_icon--appendix {
            width: 34px;
            height: 40px;
            background: url('../images/icon-appendix.svg') no-repeat;
        }

        .nav__link_icon--downloads {
            width: 33px;
            height: 33px;
            background: url('../images/icon-downloads.svg') no-repeat;
        }

    .nav-link:hover {
        background-color: #fff;
        color: #d9022d;
    }

    .nav-link.nav-link-6 {
        margin-right: 0;
    }

    .navbar-nav {
        list-style: none;
        padding-right: 0;
        position: absolute;
        left: 0px;
        right: 0px;
        width: 700px;
        margin: 0px auto;
    }

    @media (max-width: 1199px) {
        .navbar-nav {
            width: 550px;
        }
    }

    .navbar-nav li {
        padding-top: 16px;
        padding-bottom: 10px;
        float: left;
        width: 16%;
        text-align: center;
    }

        @media (max-width: 991px) {
            .navbar {
                display: block;
                width: 100%;
                height: auto;
                margin-right: 0px;
                padding-top: 10px;
                padding-bottom: 10px;
                background-color: #fff;
            }

            .nav-link {
                display: inline-block;
                width: 100%;
                height: auto;
                margin-bottom: 5px;
                padding-top: 10px;
                padding-bottom: 10px;
            }

            .navbar-nav {
                padding: 0;
                width: 100%;
                height: 100%;
                margin: 0;
                display: inline-block;
            }

            .navbar-nav li {
                width: 50%;
                margin: 0px;
                text-align: center;
                background: #fff;
            }
        }

    .nav__item_note {
        font-family: 'Futura';
        background: #ED193D;
        position: absolute;
        right: 0px;
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        line-height: 19px;
        text-align: center;
        color: #FFFFFF;
        padding: 38px 29px;
        top: 0px;
    }

        @media (max-width: 1399px) {
            .nav__item_note {
                padding: 28px 10px;
                width: 200px;
            }
        }

        @media (max-width: 991px) {
            .nav__item_note {
                display: none;
            }
        }

.copyright {
    letter-spacing: 0.4px;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.03em;
}

    .copyright a {
        color: #fff;
    }

    @media (max-width: 767px) {
        .copyright {
            font-size: 10px;
        }
    }

.section_banner {
    width: 100%;
    height: auto;
    display: block;
}
    .section_banner img {
        width: 100%;
    }

.section_message {
    padding: 77px 0px 0px;
    width: 100%;
    display: table;
    background: #fff;
}

    .section_message__top {
        padding: 0px 73px 77px 74px;
        width: 100%;
        display: table;
    }

    .section_message__left {
        max-width: 642px;
        float: left;
        width: 100%;
    }
        .section_message__top h2 {
            font-family: 'Futura';
            font-style: normal;
            font-weight: 500;
            font-size: 65px;
            line-height: 73px;
            max-width: 422px;
            margin-bottom: 18px;
        }

    .section_message__right {
        max-width: calc(100% - 642px);
        width: 100%;
        float: left;
        display: block;
        padding-top: 27px;
    }
        .section_message__right--message {
            width: 100%;
            margin-bottom: 40px
        }

            .section_message__right--message p {
                font-family: 'Futura Lt BT';
                font-style: normal;
                font-weight: 400;
                font-size: 20px;
                line-height: 22px;
                max-width: 651px;
                width: 100%;
                margin-bottom: 0px
            }

    .section_message__banner {
        width: 100%;
        /*height: 586px;*/
        display: block;
    }

        .section_message__banner img {
            width: 100%;
        }

    @media (max-width: 1399px) {
        .section_message__top h2 {
            font-family: 'Futura';
            font-style: normal;
            font-weight: 500;
            font-size: 40px;
            line-height: 48px;
            max-width: 365px;
        }

        .section_message__left {
            max-width: 50%;
            width: 50%;
        }

        .section_message__right {
            padding: 0px 0px;
            max-width: 50%;
            width: 50%;
        }

            .section_message__right--message p {
                font-family: 'Futura Lt BT';
                font-style: normal;
                font-weight: 400;
                font-size: 15px;
                line-height: 22px;
            }
    }

    @media (max-width: 1199px) {
        .section_message {
            padding: 30px 0px 0px;
        }

        .section_message__left {
            max-width: 500px;
        }

        .section_message__right {
            padding: 0px 0px;
            max-width: calc(100% - 500px);
        }
    }

    @media (max-width: 991px) {
        .section_message__left {
            max-width: 100%;
            width: 100%;
        }
            .section_message__top {
                padding: 0px 30px 30px 30px
            }

            .section_message__top h2 {
                max-width: 100%;
            }

        .section_message__right {
            padding: 0px 0px;
            max-width: 100%;
            width: 100%;
        }

            .section_message__right--message p {
                max-width: 100%;
                width: 100%;
            }
    }

    @media (max-width: 767px) {
        .section_message__top h2 {
            font-size: 24px;
            line-height: 28px;
        }
        
        .section_message__right--message {
            margin-bottom: 20px;
        }

        .section_message__right--message p {
            font-size: 15px;
            line-height: 22.5px;
        }
    }

.section_approach {
    display: table;
    width: 100%;
    padding: 49px 67px 50px 68px;
}

    .section_approach__left {
        width: 100%;
        max-width: 673px;
        float: left;
    }

        .section_approach__left img {
            width: 100%;
            object-fit: contain;
        }

    .section_approach__right {
        width: 100%;
        max-width: calc(100% - 711px);
        float: left;
        padding: 143px 19px 0px;
    }
        .section_approach__right--top {
            width: 100%;
            display: table;
            max-width: 552px;
        }

            .section_approach__right--top h3 {
                font-family: 'Futura';
                font-style: normal;
                font-weight: 700;
                font-size: 55px;
                line-height: 62px;
                color: #BD9182;
                margin-bottom: 37px;
            }

        .section_approach__right--bottom p {
            font-family: 'Futura Lt BT';
            font-style: normal;
            font-weight: 400;
            font-size: 20px;
            line-height: 22px;
            max-width: 530px;
        }

    .section_approach__bottom {
        display: table;
        width: 100%;
        border-top: 1px solid #D9D9D9;
        padding-top: 20px;
        text-align: center;
    }

        .section_approach__bottom ul {
            font-style: normal;
            font-weight: 500;
            font-family: 'Futura Lt BT';
            font-size: 18px;
            line-height: 19px;          
            color: #585858;

            list-style: none;
            display: inline-flex;
        }

            .section_approach__bottom ul li {
                display: table;
                width: auto;
                padding: 0px 0px 0px 30px;
                position: relative;
                margin-right: 30px;
                text-align: left;
            }
                .section_approach__bottom ul li a {
                    color: #585858;
                }

                .section_approach__bottom ul li a:hover {
                    color: #BD9182;
                }

                .section_approach__bottom ul li:before {
                    background: url(../images/arrow-icon.svg);
                    background-repeat: no-repeat;
                    background-size: 20px;
                    color: #fff;
                    content: ' ';
                    display: block;
                    width: 25px;
                    height: 26px;
                    position: absolute;
                    left: 0px;
                    top: 0px;
                    background-position-x: 2px;
                    background-position-y: 2px;
                }

                .section_approach__bottom ul li:hover:before {
                    background: url('../images/upper-arrow-bronze.png');
                    background-repeat: no-repeat;
                    background-size: 100%;
                    width: 25px;
                    height: 26px;
                }

    @media (max-width: 1399px) {
        .section_approach__left {
            width: calc(50% + 30px);
            max-width: calc(50% + 30px);
            float: left;
        }

        .section_approach__right {
            width: calc(50% - 30px);
            max-width: calc(50% - 30px);
            padding: 60px 15px 0px;
        }

        .section_approach__right--top h3 {
            font-family: 'Futura Md BT';
            font-size: 40px;
            line-height: 48px;
            font-weight: 600;
            margin-bottom: 8px;
            max-width: 400px;
        }

        .section_approach__right--bottom p {
            font-size: 15px;
            line-height: 22.5px;
            font-weight: 600;
            margin-bottom: 8px;
        }

        .section_approach__bottom ul li {
            font-family: 'Futura Lt BT';
            font-size: 13px;
            line-height: 19px;            
        }

        .section_approach__bottom ul li:before {
            width: 22px;
            height: 23px;
        }
    }

    @media (max-width: 1199px) {
        .section_approach__left {
/*            width: 100%;
            max-width: 400px;*/
            float: left;
        }

        .section_approach__right {
/*            width: 100%;
            max-width: calc(100% - 438px);*/
            padding: 30px 15px 0px;
        }
    }

    @media (max-width: 991px) {
        .section_approach {
            padding: 0px 15px 30px;
        }

        .section_approach__left {
            width: 100%;
            max-width: 100%;
            text-align: center;
        }

        .section_approach__left img {
            max-width: 600px;
            width: 100%;
            margin: 0px auto;
        }

        .section_approach__right {
            width: 100%;
            max-width: 100%;
            padding: 0px 15px;
        }

        .section_approach__right--top {
            width: 100%;
            max-width: 100%;
        }

        .section_approach__right--top h3 {
            max-width: 100%;
        }

        .section_approach__right--bottom p {
            width: 100%;
            max-width: 100%;
        }

        .section_approach__bottom ul {
            display: table;
            width: 100%;
            margin: 0px;
            padding: 0px 15px 0px 15px;
        }

        .section_approach__bottom ul li {
            display: table;
            width: 100%;
            padding: 0px 0px 0px 35px;
            margin-bottom: 15px;
        }
    }

    @media (max-width: 767px) {
        .section_approach {
            padding: 30px 15px 24px;
        }

        .section_approach__left {
            margin-bottom: 35px;
        }

        .section_approach__right--top h3 {
            font-family: 'Futura Md BT';
            font-size: 24px;
            line-height: 28px;
            margin-bottom: 8px;
        }

        .section_approach__right--bottom p {
            font-size: 15px;
            line-height: 22.5px;
            margin-bottom: 8px;
        }

        .section_approach__bottom ul li {
            font-family: 'Futura Lt BT';
            font-size: 13px;
            line-height: 19px;            
        }

        .section_approach__bottom ul li:before {
            width: 22px;
            height: 23px;
        }
    }

    .section_climate {
        padding: 5px 68px 0px 68px;
    }
    
    .section_climate .container {
        max-width: 1200px;
    }

    .section_climate__right {
        width: 100%;
        max-width: 625px;
        float: left;
    }

        .section_climate__right img {
            width: 100%;
            object-fit: contain;
        }

    .section_climate__left {
        width: 100%;
        max-width: calc(100% - 652px);
        float: left;
        padding: 90px 27px 0px 0px;
    }
        .section_climate__left--top {
            width: 100%;
            display: table;
        }

            .section_climate__left--top h3 {
                font-style: normal;
                font-weight: 700;
                font-size: 55px;
                line-height: 62px;
                color: #5DB79C;
                margin-bottom: 37px;
            }

        .section_climate__left--bottom p {
            font-family: 'Futura Lt BT';
            font-style: normal;
            font-weight: 400;
            font-size: 20px;
            line-height: 22px;
            max-width: 495px;
        }

    .section_climate__bottom {
        display: table;
        width: 100%;
        border-top: 1px solid #D9D9D9;
        padding-top: 20px;
        text-align: center;
    }

        .section_climate__bottom ul {
            list-style: none;
            display: inline-flex;
        }

            .section_climate__bottom ul li {
                display: table;
                width: auto;
                padding: 0px 0px 0px 30px;
                position: relative;
                margin-right: 50px;

                font-style: normal;
                font-weight: 500;
                font-family: 'Futura Lt BT';
                font-size: 18px;
                line-height: 19px;          
                color: #585858;
                text-align: left;
            }
                .section_climate__bottom ul li a {
                    color: #585858;
                }

                .section_climate__bottom ul li a:hover {
                    color: #5DB79C;
                }

                .section_climate__bottom ul li:before {
                    background: url('../images/arrow-icon.svg');
                    background-repeat: no-repeat;
                    background-size: 20px;
                    color: #fff;
                    content: ' ';
                    display: block;
                    width: 25px;
                    height: 26px;
                    position: absolute;
                    left: 0px;
                    top: 0px;
                    background-position-x: 2px;
                    background-position-y: 2px;
                }

                .section_climate__bottom ul li:hover:before {
                    background: url('../images/upper-arrow-green.png');
                    background-repeat: no-repeat;
                    background-size: 100%;
                    width: 25px;
                    height: 26px;
                }
                
    @media (max-width: 1399px) {
        .section_climate__right {
            width: calc(50% + 50px);
            max-width: calc(50% + 50px);
            float: left;
        }

        .section_climate__left {
            width: calc(50% - 50px);
            max-width: calc(50% - 50px);
            padding: 120px 15px 0px;
        }

        .section_climate__left--top h3 {
            font-family: 'Futura Md BT';
            font-size: 40px;
            line-height: 48px;
            font-weight: 600;
            margin-bottom: 8px;
            max-width: 400px;
        }

        .section_climate__left--bottom p {
            font-size: 15px;
            line-height: 22.5px;
            font-weight: 600;
            margin-bottom: 8px;
        }

        .section_climate__bottom ul li {
            font-family: 'Futura Lt BT';
            font-size: 13px;
            line-height: 19px;            
        }

        .section_climate__bottom ul li:before {
            width: 22px;
            height: 23px;
        }
    }

    @media (max-width: 1199px) {
        .section_climate__right {
            float: left;
        }

        .section_climate__left {
            padding: 90px 15px 0px;
        }
    }

    @media (max-width: 991px) {
        .section_climate {
            padding: 0px 15px 30px;
        }

        .section_climate__left {
            width: 100%;
            max-width: 100%;
            padding: 0px 15px;
        }

        .section_climate__right {
            width: 100%;
            max-width: 100%;
        }

            .section_climate__right {
                width: 100%;
                max-width: 100%;
                text-align: center;
            }

                .section_climate__right img {
                    max-width: 600px;
                    width: 100%;
                    margin: 0px auto;
                }

        .section_climate__left--top {
            width: 100%;
            max-width: 100%;
        }

        .section_climate__left--bottom p {
            width: 100%;
            max-width: 100%;
        }

        .section_climate__bottom ul {
            display: table;
            width: 100%;
            margin: 0px;
            padding: 0px 15px 0px 15px;
        }

        .section_climate__bottom ul li {
            display: table;
            width: 100%;
            padding: 0px 0px 0px 35px;
            margin-bottom: 15px;
        }
    }

    @media (max-width: 991px) {
        .section_climate__left--top h3 {
            max-width: 100%;
        }
    }

    @media (max-width: 767px) {
        .section_climate {
            padding: 0px 15px 30px;
        }

        .section_climate__left--top h3 {
            font-family: 'Futura Md BT';
            font-size: 24px;
            line-height: 28px;
            margin-bottom: 8px;
        }

        .section_climate__left--bottom p {
            font-size: 15px;
            line-height: 22.5px;
            margin-bottom: 8px;
        }

        .section_climate__right {
            margin-bottom: 35px;
        }

        .section_climate__bottom ul li {
            font-family: 'Futura Lt BT';
            font-size: 13px;
            line-height: 19px;            
        }

        .section_climate__bottom ul li:before {
            width: 22px;
            height: 23px;
        }
    }


.section_people {
    display: table;
    width: 100%;
    padding: 10px 68px 0px;
}

    .section_people__left {
        width: 100%;
        max-width: 659px;
        float: left;
    }

        .section_people__left img {
            width: 100%;
            object-fit: contain;
        }

    .section_people__right {
        width: 100%;
        max-width: calc(100% - 697px);
        float: left;
        padding: 117px 19px 0px;
    }
        .section_people__right--top {
            width: 100%;
            display: table;
        }

            .section_people__right--top h3 {
                font-family: 'Futura';
                font-style: normal;
                font-weight: 700;
                font-size: 55px;
                line-height: 62px;
                color: #3F8FCC;
                max-width: 528px;
                margin-bottom: 37px;
            }

        .section_people__right--bottom p {
            font-family: 'Futura Lt BT';
            font-style: normal;
            font-weight: 400;
            font-size: 20px;
            line-height: 22px;
            max-width: 478px;
        }

    .section_people__bottom {
        display: table;
        width: 100%;
        border-top: 1px solid #D9D9D9;
        padding-top: 20px;
        text-align: center;
    }

        .section_people__bottom ul {
            font-style: normal;
            font-weight: 500;
            font-family: 'Futura Lt BT';
            font-size: 18px;
            line-height: 19px;          
            color: #585858;

            list-style: none;
            display: inline-flex;
        }

            .section_people__bottom ul li {
                display: table;
                width: auto;
                padding: 0px 0px 0px 30px;
                position: relative;
                margin-right: 25px;
                text-align: left;
            }
                .section_people__bottom ul li a {
                    color: #585858;
                }

                .section_people__bottom ul li a:hover {
                    color: #3F8FCC;
                }

                .section_people__bottom ul li:before {
                    background: url('../images/arrow-icon.svg');
                    background-repeat: no-repeat;
                    background-size: 20px;
                    color: #fff;
                    content: ' ';
                    display: block;
                    width: 25px;
                    height: 26px;
                    position: absolute;
                    left: 0px;
                    top: 0px;
                    background-position-x: 2px;
                    background-position-y: 2px;
                }

                .section_people__bottom ul li:hover:before {
                    background: url('../images/upper-arrow-blue.png');
                    background-repeat: no-repeat;
                    background-size: 100%;
                    width: 25px;
                    height: 26px;
                }

    @media (max-width: 1399px) {
        .section_people__left {
            width: calc(50% + 30px);
            max-width: calc(50% + 30px);
            float: left;
        }

        .section_people__right {
            width: calc(50% - 30px);
            max-width: calc(50% - 30px);
            padding: 120px 15px 0px;
        }

        .section_people__right--top h3 {
            font-family: 'Futura Md BT';
            font-size: 40px;
            line-height: 48px;
            font-weight: 600;
            margin-bottom: 8px;
            max-width: 400px;
        }

        .section_people__right--bottom p {
            font-size: 15px;
            line-height: 22.5px;
            font-weight: 600;
            margin-bottom: 8px;
        }

        .section_people__bottom ul li {
            font-family: 'Futura Lt BT';
            font-size: 13px;
            line-height: 19px;            
        }

        .section_people__bottom ul li:before {
            width: 22px;
            height: 23px;
        }
    }

    @media (max-width: 1199px) {
        .section_people__left {
/*            width: 100%;
            max-width: 400px;*/
            float: left;
        }

        .section_people__right {
/*            width: 100%;
            max-width: calc(100% - 438px);*/
            padding: 80px 15px 0px;
        }
    }

    @media (max-width: 991px) {
        .section_people {
            padding: 0px 15px 30px;
        }

        .section_people__left {
            width: 100%;
            max-width: 100%;
            text-align: center;
        }

        .section_people__right--top h3 {
            max-width: 100%;
        }

        .section_people__left img {
            max-width: 600px;
            width: 100%;
            margin: 0px auto;
        }

        .section_people__right {
            width: 100%;
            max-width: 100%;
            padding: 0px 15px;
        }

        .section_people__right--top {
            width: 100%;
            max-width: 100%;
        }

        .section_people__right--bottom p {
            width: 100%;
            max-width: 100%;
        }

        .section_people__bottom ul {
            display: table;
            width: 100%;
            margin: 0px;
            padding: 0px 15px 0px 15px;
        }

        .section_people__bottom ul li {
            display: table;
            width: 100%;
            padding: 0px 0px 0px 35px;
            margin-bottom: 15px;
        }
    }

    @media (max-width: 767px) {
        .section_people__left {
            margin-bottom: 35px;
        }

        .section_people__right--top h3 {
            font-family: 'Futura Md BT';
            font-size: 24px;
            line-height: 28px;
            margin-bottom: 8px;
        }

        .section_people__right--bottom p {
            font-size: 15px;
            line-height: 22.5px;
            margin-bottom: 8px;
        }

        .section_people__bottom ul li {
            font-family: 'Futura Lt BT';
            font-size: 13px;
            line-height: 19px;            
        }

        .section_people__bottom ul li:before {
            width: 22px;
            height: 23px;
        }
    }

.section_community {
    display: table;
    width: 100%;
    padding: 30px 65px;
}
    .section_community .container {
        max-width: 1200px;
    }

    .section_community__right {
        width: 100%;
        max-width: 684px;
        float: left;
        margin-bottom: 20px;
    }

        .section_community__right img {
            width: 100%;
            object-fit: contain;
        }

    .section_community__left {
        width: 100%;
        max-width: calc(100% - 685px);
        float: left;
        padding: 143px 21px 0px 0px;
    }
        .section_community__left--top {
            width: 100%;
            display: table;
        }

            .section_community__left--top h3 {
                font-family: 'Futura';
                font-style: normal;
                font-weight: 700;
                font-size: 55px;
                line-height: 62px;
                color: #A889B7;
                margin-bottom: 37px;
                max-width: 435px;
            }

        .section_community__left--bottom p {
            font-family: 'Futura Lt BT';
            font-style: normal;
            font-weight: 400;
            font-size: 20px;
            line-height: 22px;
            max-width: 432px;
        }

    .section_community__bottom {
        display: table;
        width: 100%;
        border-top: 1px solid #D9D9D9;
        padding-top: 20px;
        text-align: center;
    }

        .section_community__bottom ul {
            font-style: normal;
            font-weight: 500;
            font-family: 'Futura Lt BT';
            font-size: 18px;
            line-height: 19px;          
            color: #585858;

            list-style: none;
            display: inline-flex;
        }

            .section_community__bottom ul li {
                display: table;
                width: auto;
                padding: 0px 0px 0px 30px;
                position: relative;
                margin-right: 50px;
                text-align: left;
            }
                .section_community__bottom ul li a {
                    color: #585858;
                }

                .section_community__bottom ul li a:hover {
                    color: #A889B7;
                }

                .section_community__bottom ul li:before {
                    background: url('../images/arrow-icon.svg');
                    background-repeat: no-repeat;
                    background-size: 20px;
                    color: #fff;
                    content: ' ';
                    display: block;
                    width: 25px;
                    height: 26px;
                    position: absolute;
                    left: 0px;
                    top: 0px;
                    background-position-x: 2px;
                    background-position-y: 2px;
                }

                .section_community__bottom ul li:hover:before {
                    background: url('../images/upper-arrow-purple.png');
                    background-repeat: no-repeat;
                    background-size: 100%;
                    width: 25px;
                    height: 26px;
                }

    @media (max-width: 1399px) {
        .section_community__right {
            width: calc(50% + 50px);
            max-width: calc(50% + 50px);
            float: left;
        }

        .section_community__left {
            width: calc(50% - 50px);
            max-width: calc(50% - 50px);
            padding: 120px 15px 0px;
        }

        .section_community__left--top h3 {
            font-family: 'Futura Md BT';
            font-size: 40px;
            line-height: 48px;
            font-weight: 600;
            margin-bottom: 8px;
            max-width: 400px;
        }

        .section_community__left--bottom p {
            font-size: 15px;
            line-height: 22.5px;
            font-weight: 600;
            margin-bottom: 8px;
        }

        .section_community__bottom ul li {
            font-family: 'Futura Lt BT';
            font-size: 13px;
            line-height: 19px;            
        }

        .section_community__bottom ul li:before {
            width: 22px;
            height: 23px;
        }
    }

    @media (max-width: 991px) {
        .section_community {
            padding: 0px 15px 30px;
        }

        .section_community__left {
            width: 100%;
            max-width: 100%;
            padding: 55px 15px 0px;
        }

        .section_community__left--top h3 {
            max-width: 100%;
        }

        .section_community__right {
            width: 100%;
            max-width: 100%;
        }

            .section_community__right {
                width: 100%;
                max-width: 100%;
                text-align: center;
            }

                .section_community__right img {
                    max-width: 600px;
                    width: 100%;
                    margin: 0px auto;
                }

        .section_community__left--top {
            width: 100%;
            max-width: 100%;
        }

        .section_community__left--bottom p {
            width: 100%;
            max-width: 100%;
        }

        .section_community__bottom ul {
            display: table;
            width: 100%;
            margin: 0px;
            padding: 0px 15px 0px 15px;
        }

        .section_community__bottom ul li {
            display: table;
            width: 100%;
            padding: 0px 0px 0px 35px;
            margin-bottom: 15px;
        }

        .section_community__bottom {
            text-align: left;
        }
    }

    @media (max-width: 767px) {
        
        .section_community__right {
            margin-bottom: 35px;
        }

        .section_community__left--top h3 {
            font-family: 'Futura Md BT';
            font-size: 24px;
            line-height: 28px;
            margin-bottom: 8px;
        }

        .section_community__left--bottom p {
            font-size: 15px;
            line-height: 22.5px;
            margin-bottom: 8px;
        }

        .section_community__bottom ul li {
            font-family: 'Futura Lt BT';
            font-size: 13px;
            line-height: 19px;            
        }

        .section_community__bottom ul li:before {
            width: 22px;
            height: 23px;
        }
    }

.section_sustainable {
    display: table;
    width: 100%;
    padding: 10px 65px 70px 60px;
}

    .section_sustainable__left {
        width: 100%;
        max-width: 626px;
        float: left;
        margin-bottom: 18px;
    }

        .section_sustainable__left img {
            width: 100%;
            object-fit: contain;
        }

    .section_sustainable__right {
        width: 100%;
        max-width: calc(100% - 664px);
        float: left;
        padding: 122px 19px 0px;
    }
        .section_sustainable__right--top {
            width: 100%;
            display: table;
        }

            .section_sustainable__right--top h3 {
                font-style: normal;
                font-weight: 700;
                font-size: 55px;
                line-height: 62px;
                color: #485677;
                margin-bottom: 37px;
                max-width: 528px;
            }

        .section_sustainable__right--bottom p {
            font-family: 'Futura Lt BT';
            font-style: normal;
            font-weight: 400;
            font-size: 20px;
            line-height: 22px;
            max-width: 478px;
        }

    .section_sustainable__bottom {
        display: table;
        width: 100%;
        border-top: 1px solid #D9D9D9;
        padding-top: 20px;
        text-align: center;
    }

        .section_sustainable__bottom ul {
            font-style: normal;
            font-weight: 500;
            font-family: 'Futura Lt BT';
            font-size: 18px;
            line-height: 19px;          
            color: #585858;

            list-style: none;
            display: inline-flex;
        }

            .section_sustainable__bottom ul li {
                display: table;
                width: auto;
                padding: 0px 0px 0px 30px;
                position: relative;
                margin-right: 20px;
                text-align: left;
            }
                .section_sustainable__bottom ul li a {
                    color: #585858;
                }

                .section_sustainable__bottom ul li a:hover {
                    color: #485677;
                }

                .section_sustainable__bottom ul li:before {
                    background: url('../images/arrow-icon.svg');
                    background-repeat: no-repeat;
                    background-size: 20px;
                    color: #fff;
                    content: ' ';
                    display: block;
                    width: 25px;
                    height: 26px;
                    position: absolute;
                    left: 0px;
                    top: 0px;
                    background-position-x: 2px;
                    background-position-y: 2px;
                }
                
                .section_sustainable__bottom ul li:hover:before {
                    background: url('../images/upper-arrow-dark-blue.png');
                    background-repeat: no-repeat;
                    background-size: 100%;
                    width: 25px;
                    height: 26px;
                }

    @media (max-width: 1399px) {
        .section_sustainable__left {
            width: calc(50% + 30px);
            max-width: calc(50% + 30px);
            float: left;
        }

        .section_sustainable__right {
            width: calc(50% - 30px);
            max-width: calc(50% - 30px);
            padding: 100px 15px 0px;
        }

        .section_sustainable__right--top h3 {
            font-family: 'Futura Md BT';
            font-size: 40px;
            line-height: 48px;
            font-weight: 600;
            margin-bottom: 8px;
            max-width: 400px;
        }

        .section_sustainable__right--bottom p {
            font-size: 15px;
            line-height: 22.5px;
            font-weight: 600;
            margin-bottom: 8px;
        }

        .section_sustainable__bottom ul li {
            font-family: 'Futura Lt BT';
            font-size: 13px;
            line-height: 19px;            
        }

        .section_sustainable__bottom ul li:before {
            width: 22px;
            height: 23px;
        }
    }

    @media (max-width: 1199px) {
        .section_sustainable__left {
/*            width: 100%;
            max-width: 400px;*/
            float: left;
        }

        .section_sustainable__right {
/*            width: 100%;
            max-width: calc(100% - 438px);*/
            padding: 50px 15px 0px;
        }
    }

    @media (max-width: 991px) {
        .section_sustainable {
            padding: 0px 15px 30px;
        }

        .section_sustainable__left {
            width: 100%;
            max-width: 100%;
            text-align: center;
        }

        .section_sustainable__left img {
            max-width: 600px;
            width: 100%;
            margin: 0px auto;
        }

        .section_sustainable__right {
            width: 100%;
            max-width: 100%;
            padding: 0px 15px;
        }

        .section_sustainable__right--top {
            width: 100%;
            max-width: 100%;
        }

        .section_sustainable__right--top h3 {
            max-width: 100%;
        }

        .section_sustainable__right--bottom p {
            width: 100%;
            max-width: 100%;
        }

        .section_sustainable__bottom ul {
            display: table;
            width: 100%;
            margin: 0px;
            padding: 0px 15px 0px 15px;
        }

        .section_sustainable__bottom ul li {
            display: table;
            width: 100%;
            padding: 0px 0px 0px 35px;
            margin-bottom: 15px;
        }
    }

    @media (max-width: 767px) {
        
        .section_sustainable__left {
            margin-bottom: 35px;
        }

        .section_sustainable__right--top h3 {
            font-family: 'Futura Md BT';
            font-size: 24px;
            line-height: 28px;
            margin-bottom: 8px;
        }

        .section_sustainable__right--bottom p {
            font-size: 15px;
            line-height: 22.5px;
            margin-bottom: 8px;
        }

        .section_sustainable__bottom ul li {
            font-family: 'Futura Lt BT';
            font-size: 13px;
            line-height: 19px;            
        }

        .section_sustainable__bottom ul li:before {
            width: 22px;
            height: 23px;
        }
    }

.section_appendix {
    display: table;
    width: 100%;
    padding: 60px 100px;
    background: #d1d1d163;
}

    .section_appendix h3 {
        font-style: normal;
        font-weight: 700;
        font-size: 55px;
        line-height: 62px;
        color: #000000;
        margin-bottom: 52px;
    }

    .section_appendix__listing {
        display: table;
        width: 100%;
    }

        .section_appendix__listing_item {
            border-bottom: 1px solid #000000;
            padding: 20px 0px 20px;
            position: relative;
        }

            .section_appendix__listing_item:first-child {
                border-top: 1px solid #000000;
            }

        .section_appendix__listing_item a {
            position: relative;
            display: table;
            width: 100%;
        }

        .section_appendix__listing_item h4 {
            font-family: 'Futura Lt BT';
            font-style: normal;
            font-weight: 500;
            font-size: 20px;
            line-height: 22px;
            color: #000000;
        }

        .section_appendix__listing_item .arrow__go {
            width: 38px;
            height: 38px;
            display: block;
            background: url('../images/appendixbtn.svg') no-repeat;
            background-repeat: no-repeat;
            background-size: 100%;
            position: absolute;
            right: 0px;
            top: 0px;
        }

        @media (max-width: 767px) {
            .section_appendix {
                padding: 48px 32px;
            }

            .section_appendix h3 {
                font-family: 'Futura Md BT';
                font-weight: 600;
                font-size: 24px;
                line-height: 28px;
                margin-bottom: 30px;
            }

            .section_appendix__listing_item {
                padding: 16px 0px;
            }

            .section_appendix__listing_item h4 {
                font-size: 15px;
                font-weight: 400;
                line-height: 22.5px;
                width: calc(100% - 30px);
            }

            .section_appendix__listing_item .arrow__go {
                width: 29px;
                height: 29px;
            }
        }

.section_download {
    display: table;
    width: 100%;
    height: 600px;
    background: url('../images/Downloadsbg.png');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 132px 80px 164px 77px;
}
    
    .section_download h3 {
        font-style: normal;
        font-weight: 700;
        font-size: 55px;
        line-height: 62px;
        color: #000000;
        margin-bottom: 62px;
        text-align: center;
    }

    .section_download__item {
        display: table;
        min-width: 300px;
        width: calc(25% - 18px);
        height: 156px;
        margin: 0px 8px 15px;
        float: left;
        box-sizing: border-box;
        background: linear-gradient(111.41deg, rgba(255, 255, 255, 0.48) 0%, rgba(255, 255, 255, 0.12) 100%);
        backdrop-filter: blur(100px);
        /* Note: backdrop-filter has minimal browser support */

        border-radius: 15px;
    }

        @media (max-width: 1439px) {
            .section_download {
                padding: 48px 32px;
            }

            .section_download__item {
                min-width: 180px;
                width: calc(25% - 18px);
            }
        }

        @media (max-width: 991px) {
            .section_download h3 {
                font-family: 'Futura Md BT';
                font-weight: 600;
                font-size: 24px;
                line-height: 28px;
                margin-bottom: 30px
            }

            .section_download__item {
                min-width: auto;
                width: calc(50% - 16px);
            }
        }

        .section_download__item--2 {
            background: linear-gradient(111.41deg, rgba(255, 255, 255, 0.48) 0%, rgba(252, 215, 222, 1.00) 100%);
        }

        .section_download__item--3 {
            background: linear-gradient(111.41deg, rgba(252, 215, 222, 1.00) 0%, rgba(252, 215, 222, 1.00) 100%);
        }

        .section_download__item--4 {
            background: linear-gradient(111.41deg, rgba(252, 215, 222, 0.20) 0%, rgba(252, 215, 222, 0.52) 100%);
        }

        .section_download__item--5 {
            background: linear-gradient(111.41deg, rgba(252, 215, 222, 0.70) 0%, rgba(252, 215, 222, 0.22) 100%);
        }

        .section_download__item--6 {
            background: linear-gradient(111.41deg, , rgba(252, 215, 222, 0.42) 0%, rgba(255, 255, 255, 0.48) 100%);
        }

        .section_download__item--7 {
            background: linear-gradient(111.41deg, rgba(255, 255, 255, 0.48) 0%, rgba(252, 215, 222, 0.90) 100%);
        }

        .section_download__item--8 {
            background: linear-gradient(111.41deg, rgba(252, 215, 222, 0.70) 0%, rgba(252, 215, 222, 0.70) 100%);
        }
        
        .section_download__item--left {
            width: calc(100% - 44px);
            float: left;
        }

            .section_download__item a {
                display: table;
                padding: 56px 29px;
                width: 100%;
            }

                .section_download__item--long-text a {
                    padding: 34px 29px;
                }

                .section_download__item--long-text .section_download__item_title {
                    max-width: 132px
                }

            .section_download__item_title {
                font-family: 'Futura Md BT';
                font-style: normal;
                font-weight: 400;
                font-size: 20px;
                line-height: 22px;
                color: #121212;
                width: 100%;
                display: table;
            }

            .section_download__item_size {
                font-family: 'Futura Lt BT';
                font-style: normal;
                font-weight: 400;
                font-size: 20px;
                line-height: 22px;
                color: #121212;
                width: 100%;
                display: table;
            }

                @media (max-width: 1439px) {
                    .section_download__item_title {
                        font-size: 15px;
                        line-height: 20px;
                    }

                    .section_download__item_size {
                        font-size: 15px;
                        line-height: 20px;
                    }
                }

                @media (max-width: 767px) {
                    .section_download__item_title {
                        font-size: 15px;
                        line-height: 20px;
                    }

                    .section_download__item_size {
                        font-size: 15px;
                        line-height: 20px;
                    }
                }

        .section_download__item--right {
            width: 44px;
            float: left;
        }

            .section_download__item--right .icon__download {
                background: url('../images/download.png');
                background-repeat: no-repeat;
                background-size: 100%;
                width: 37px;
                height: 37px;
                display: table;
            }

                @media (max-width: 991px) {
                    .section_download {
                        height: auto;
                        padding-bottom: 30px;
                    }

                    .section_download__item {
                        height: 50px;
                        border: 1px solid #ccc;
                        background: rgba(252, 215, 222, 1);
                    }

                    .section_download__item a {
                        padding: 15px;
                    }
                }

                @media (max-width: 767px) {

                    .section_download__item--left {
                        width: calc(100% - 15px);
                        float: left;
                    }

                    .section_download__item a {
                        padding: 15px;
                    }

                    .section_download__item--right {
                        width: 15px;
                    }

                    .section_download__item--right .icon__download {
                        width: 15px;
                        height: 15px;
                    }

                    .section_download__item--long-text .section_download__item--right {
                        padding-top: 30px;
                    }
                }

                @media (max-width: 404px) {

                    .section_download__item {
                        width: 100%;
                    }

                    .section_download__item--right .icon__download {
                        width: 27px;
                        height: 27px;
                        right: 15px;
                        top: 19px;
                        position: absolute;
                    }

                    .section_download__item--long-text .icon__download {
                        top: 30px;
                    }
                }


