@import url("../../css/font-variable.css");
@font-face {
    font-family: 'Avenir-Next-LT-Pro-Regular';
    font-weight:normal;
    font-style:normal;
    font-display:block;
    src:  url('../../fonts/AvenirNextLTPro-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'Avenir-Next-LT-Pro-Bold';
    font-weight:normal;
    font-style:normal;
    font-display:block;

    src:  url('../../fonts/AvenirNextLTPro-Bold.ttf') format('truetype');
}
/* *{
    padding:0;
    margin:0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
}
p,h1,h2,h3,h4,h5,h6,a,div{
    padding:0;
    margin:0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
}
a:hover{
    text-decoration: none;
    color:#FFFFFF;
}
:root{
    --color-white:#FFFFFF;
    --color-blue-text:#351C75;
    --color-red-text: #741B47;
    --color-text-purple:#2D2673;
} */
.sustainability-wrapper{
    width:100%;
    position:relative;
    padding:200px 0 60px 0;
}
.page-template-page-sustainability .sustainability-wrapper {
    padding:200px 0 120px 0;
}
.sustainability-image-background{
    position:absolute;
    top:0;
    left:0;
    width:100vw;

    height:100%;
    content:'';
    z-index:-9;
    overflow: hidden; /* Prevent image overflow outside */
}
.sustainability-image-background img{
    min-width:100% !important;
    height: 100%;
    aspect-ratio: 1440 / 532;
    object-fit: cover;
}
.sustainability-color-background{
    position:absolute;
    left:0;
    top:0;
    z-index:-8;

    width:100vw;
    height:100%;
    background-image: linear-gradient(180deg, rgba(255,255,255,0.20) 0%, rgba(255,255,255,0.20) 0%, rgba(255,255,255,0.60) 15%, rgba(255,255,255,1) 51%, rgba(255,255,255,0.60) 92%, rgba(255,255,255,0.45) 100%);
}
.sustainability-container{
    width:95%;
    margin:0 auto;
}
.sustainability-container .head-title{
    font-size:40px;
    font-family:'Avenir-Next-LT-Pro-Bold';
    margin-bottom:20px;
    color:black;
}
.sustainability-container .head-description{
    font-size:30px;
    font-family:'Avenir-Next-LT-Pro-Regular';
    max-width:1020px;
    margin:0 auto 30px;

    color:black;
}
.sustainability-container .head-button a {
    background: #33257c;
    color: white;
    padding: 10px 50px;
    margin-top: 15px;
    margin-bottom: 15px;
    display: block;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    font-size: 32px;
}

@media screen and (max-width: 768px) {
    .sustainability-container .head-button a, 
    #new_form p a, .section.support p a {
        font-size: 17px !important;
        padding: .5rem 1rem !important;
        line-height: 25px !important;
        font-weight: 700;
    }
    
}

.sustainability-box-container{
    padding:100px 0 0;
    display:flex;
    justify-content:center;
    flex-wrap:wrap;

    width:50%;
    /* margin-bottom:50px; */
}
.sustainability-box-container:last-child{
    margin-bottom:0px;
}
.sustainability-info-box{
    padding:60px 15px 15px;
    border-radius:0 30px 0 30px;
    position:relative;
    width:45%;
    min-width:300px;
    margin-bottom:120px
}
.sustainability-info-box:last-child{
    margin-bottom:0;
}
.sustainability-info-box:first-child{
    margin-right:30px;
}
.sustainability-info-box.blue{
    background-color:#33257C;
}
.sustainability-info-box.green{
    background-color:#9FB500;
}
.sustainability-info-box .image-container{
    position: absolute;
    top:-100px;
    left:50%;
    transform:translateX(-50%);
}
.sustainability-info-box .image-container img{
    width:150px;
    height:150px;
}
.sustainability-info-box .title{
    font-size:20px;
    font-family:calibri;
    font-weight:600;
    color:white;

    margin-bottom:10px;
}
.sustainability-info-box .content,
.sustainability-info-box p,
.sustainability-info-box p a {
    font-size:18px;
    font-family:calibri;
    font-weight:300;
    color:white;
    text-align: center !important;
}
.sustainability-info-box .content .emphasis-text{
    font-weight:600;
}
.sustainability-info-box .know-more-text{
    font-weight:600;
    cursor:pointer;
    font-style:italic;
    color:#FFFFFF;
    text-align:right !important;
    text-decoration: underline;
    display:block;
}
.sustainability-image-box{
    width:50%;
    position:relative;
    z-index: 2;
}
.sustainability-image-box.top{
    margin-left:30px;
}
.sustainability-image-box.bottom{
    margin-right:30px;
}
.sustainability-image-box img{
    width:100% !important;
    height:auto;
    z-index:999;
    position:relative;
}
.row-body-container{
    margin-bottom:100px;
}
@media only screen and (max-width:1400px){
    .sustainability-image-box{
        width:40%;
    }
    .sustainability-box-container{
        width:60%;
    }
}
@media only screen and (max-width:1200px){
    .sustainability-image-box{
        width:50%;
    }
    .sustainability-box-container{
        width:50%;
    }
    .sustainability-info-box{
        width:100%;
    }
    .sustainability-info-box:first-child{
        margin-right:0px;
    }
}
@media only screen and (max-width:768px){
    .sustainability-wrapper{
        padding:100px 0 60px 0;
    }
    .sustainability-container .head-title{
        font-size:30px;
    }
    .sustainability-container .head-description{
        font-size:20px;
    }
    .sustainability-box-container{
        padding:0;
        display:block;
    }
    .sustainability-image-box{
        width:100%;
        margin-bottom:120px;
    }
    .sustainability-box-container{
        width:100%;
    }
    .sustainability-info-box:first-child{
        margin-right:0px;
    }
    .sustainability-image-box.top{
        margin-left:0px;
    }
    .sustainability-image-box.bottom{
        margin-right:0px;
    }
}
