@charset "UTF-8";
/* CSS Document */



/* Global Styles */

.text-image-block:has(div.c3_casestudy_comp) {
    min-height: 0px !important;
    padding: 0px !important;
    display: block !important;
    overflow: hidden !important;
}

.text-block-module:has(div.c3_casestudy_comp)::before {
    background-image: linear-gradient(180deg, #fafaff 30.99%, #e5e6ed 67.75%);
    height: 110%;
}

div.c3_casestudy_comp {
    display: block;
    position: relative;
    width: 100%;
    max-width: 1260px;
    padding: 32px;
    padding-bottom: 0px;
    padding-left: 16px;
    padding-right: 16px;
    margin: auto;
}

div.c3_casestudy_comp div.c3_article {
    display: block;
    position: relative;
    overflow: hidden;
    margin-bottom: 32px;
    transition: all 0.7s ease;
    opacity: 0;
    transform: translateX(-100vw);
    background-color: #ffffff;
}

div.c3_casestudy_comp div.c3_article:nth-child(even) {
    transform: translateX(100vw);
}

div.c3_casestudy_comp div.c3_article.c3_inview, div.c3_casestudy_comp div.c3_article:has(.c3_open) {
    transform: translateX(0vw);
    opacity: 1;
}

div.c3_casestudy_comp div.c3_article div.c3_casestudy_content {
    display: block;
    position: relative;
    width: 60%;
    float: right;
    height: auto;
    background-image: linear-gradient(45deg, #00384C, #168782);
    border-bottom-right-radius: 150px;
    padding: 32px;
}

/*
div.c3_casestudy_comp.c3_casestudy_comp_environment div.c3_article div.c3_casestudy_content {
    background-image: linear-gradient(45deg, #f09043, #F44321);
}

div.c3_casestudy_comp.c3_casestudy_comp_justice div.c3_article div.c3_casestudy_content {
    background-image: linear-gradient(45deg, #2977b8, #0e529c);
}

div.c3_casestudy_comp.c3_casestudy_comp_community div.c3_article div.c3_casestudy_content {
    background-image: linear-gradient(45deg, #c70555, #b0153e);
}*/

@media only screen and (max-width: 767px) {
    div.c3_casestudy_comp div.c3_article div.c3_casestudy_content {
        width: 100%;
    }
}

div.c3_casestudy_comp div.c3_article div.c3_casestudy_content span {
    display: inline-block;
    position: relative;
    margin-bottom: 16px;
    font-size: 16px;
    color: #ffffff;
    padding: 5px;
    padding-left: 15px;
    padding-right: 20px;
    background-image: linear-gradient(90deg, #15847f, #0e6a6e);
    border-bottom-right-radius: 18px;
    font-weight: 700;
}

div.c3_casestudy_comp.c3_casestudy_comp_people div.c3_article div.c3_casestudy_content span {
    background-image: linear-gradient(45deg, #238a7f, #4daa66);
}


div.c3_casestudy_comp.c3_casestudy_comp_environment div.c3_article div.c3_casestudy_content span {
    background-image: linear-gradient(45deg, #FE6539, #f09043);
}

div.c3_casestudy_comp.c3_casestudy_comp_justice div.c3_article div.c3_casestudy_content span {
    background-image: linear-gradient(45deg, #0e529c, #2977b8);
}

div.c3_casestudy_comp.c3_casestudy_comp_community div.c3_article div.c3_casestudy_content span {
    background-image: linear-gradient(45deg, #D53375, #c70555);
}

div.c3_casestudy_comp div.c3_article div.c3_casestudy_content h2 {
    font-size: 40px;
    line-height: 50px;
    color: #ffffff;
    font-weight: 700;
    margin-right: 60px;
    margin-top: 0px;
    margin-bottom: 0px;
}

@media only screen and (max-width: 767px) {
    div.c3_casestudy_comp div.c3_article div.c3_casestudy_content h2 {
        font-size: 30px;
        line-height: 40px;
    }
}

div.c3_casestudy_comp div.c3_article div.c3_casestudy_content h3 {
    font-size: 24px;
    line-height: 30px;
    margin-top: 16px;
    color: #ffffff;
    margin-bottom: 16px;
}

div.c3_casestudy_comp div.c3_article div.c3_casestudy_content p {
    font-size: 14px;
    line-height: 18px;
    color: #ffffff;
    margin-bottom: 16px;

}

div.c3_casestudy_comp div.c3_article div.c3_casestudy_content a.c3_casestudy_readmore {
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    background-color: #fffffff;
    transition: all 0.5s ease;
}

div.c3_casestudy_comp div.c3_article div.c3_casestudy_content a.c3_casestudy_readmore.c3_open {
     transform: rotate(45deg);
}

div.c3_casestudy_comp div.c3_article div.c3_casestudy_content a.c3_casestudy_readmore:hover {
    background-color: #00384C; 
}

div.c3_casestudy_comp.c3_casestudy_comp_people div.c3_article div.c3_casestudy_content a.c3_casestudy_readmore:hover {
    background-color: var(--c3-color-environmental-green); 
}

div.c3_casestudy_comp.c3_casestudy_comp_environment div.c3_article div.c3_casestudy_content a.c3_casestudy_readmore:hover {
    background-color: var(--c3-color-orange); 
}

div.c3_casestudy_comp.c3_casestudy_comp_justice div.c3_article div.c3_casestudy_content a.c3_casestudy_readmore:hover {
    background-color: var(--c3-color-blue); 
}

div.c3_casestudy_comp.c3_casestudy_comp_community div.c3_article div.c3_casestudy_content a.c3_casestudy_readmore:hover {
    background-color: var(--c3-color-red); 
}

div.c3_casestudy_comp div.c3_article div.c3_casestudy_content a.c3_casestudy_readmore::before {
    content: "";
    display: block;
    position: absolute;
    width: 2px;
    height: 20px;
    background-color: #00384C;
    left: calc(50% - 1px);
    top: 10px;
    transition: all 0.5s ease;
}

div.c3_casestudy_comp.c3_casestudy_comp_people div.c3_article div.c3_casestudy_content a.c3_casestudy_readmore::before {
    background-color: var(--c3-color-environmental-green);
}

div.c3_casestudy_comp.c3_casestudy_comp_environment div.c3_article div.c3_casestudy_content a.c3_casestudy_readmore::before {
    background-color: var(--c3-color-orange);
}

div.c3_casestudy_comp.c3_casestudy_comp_justice div.c3_article div.c3_casestudy_content a.c3_casestudy_readmore::before {
    background-color: var(--c3-color-blue);
}

div.c3_casestudy_comp.c3_casestudy_comp_community div.c3_article div.c3_casestudy_content a.c3_casestudy_readmore::before {
    background-color: var(--c3-color-red);
}

div.c3_casestudy_comp div.c3_article div.c3_casestudy_content a.c3_casestudy_readmore::after {
    content: "";
    display: block;
    position: absolute;
    width: 2px;
    height: 20px;
    background-color: #00384C;
    left: calc(50% - 1px);
    top: 10px;
    transform: rotate(90deg);
    transition: all 0.5s ease;
}

div.c3_casestudy_comp.c3_casestudy_comp_people div.c3_article div.c3_casestudy_content a.c3_casestudy_readmore::after {
    background-color: var(--c3-color-environmental-green);
}

div.c3_casestudy_comp.c3_casestudy_comp_environment div.c3_article div.c3_casestudy_content a.c3_casestudy_readmore::after {
    background-color: var(--c3-color-orange);
}

div.c3_casestudy_comp.c3_casestudy_comp_justice div.c3_article div.c3_casestudy_content a.c3_casestudy_readmore::after {
    background-color: var(--c3-color-blue);
}

div.c3_casestudy_comp.c3_casestudy_comp_community div.c3_article div.c3_casestudy_content a.c3_casestudy_readmore::after {
    background-color: var(--c3-color-red);
}

div.c3_casestudy_comp div.c3_article div.c3_casestudy_content a.c3_casestudy_readmore:hover::before, div.c3_casestudy_comp div.c3_article div.c3_casestudy_content a.c3_casestudy_readmore:hover::after {
    background-color: #ffffff;
}

div.c3_casestudy_comp div.c3_article div.c3_casestudy_bg {
    display: block;
    position: absolute;
    width: 40%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-image: url(assets/c3-casestudy-2-people.jpg);
    background-size: cover;
    background-position: center;
}

div.c3_casestudy_comp div.c3_article.c3_casestudy_2 div.c3_casestudy_bg { background-image: url(assets/c3-casestudy-1-justice.jpg); }
div.c3_casestudy_comp div.c3_article.c3_casestudy_3 div.c3_casestudy_bg { background-image: url(assets/c3-casestudy-1-community.jpg); }
div.c3_casestudy_comp div.c3_article.c3_casestudy_4 div.c3_casestudy_bg { background-image: url(assets/c3-casestudy-2-environment.jpg); }

div.c3_casestudy_comp.c3_casestudy_comp_people div.c3_article.c3_casestudy_1 div.c3_casestudy_bg { background-image: url(assets/c3-casestudy-1-people.jpg); }
div.c3_casestudy_comp.c3_casestudy_comp_people div.c3_article.c3_casestudy_2 div.c3_casestudy_bg { background-image: url(assets/c3-casestudy-2-people.jpg); }

div.c3_casestudy_comp.c3_casestudy_comp_environment div.c3_article.c3_casestudy_1 div.c3_casestudy_bg { background-image: url(assets/c3-casestudy-1-environment.jpg); }
div.c3_casestudy_comp.c3_casestudy_comp_environment div.c3_article.c3_casestudy_2 div.c3_casestudy_bg { background-image: url(assets/c3-casestudy-2-environment.jpg); }

div.c3_casestudy_comp.c3_casestudy_comp_justice div.c3_article.c3_casestudy_1 div.c3_casestudy_bg { background-image: url(assets/c3-casestudy-1-justice.jpg); }
div.c3_casestudy_comp.c3_casestudy_comp_justice div.c3_article.c3_casestudy_2 div.c3_casestudy_bg { background-image: url(assets/c3-casestudy-2-justice.jpg); }

div.c3_casestudy_comp.c3_casestudy_comp_community div.c3_article.c3_casestudy_1 div.c3_casestudy_bg { background-image: url(assets/c3-casestudy-1-community.jpg); }
div.c3_casestudy_comp.c3_casestudy_comp_community div.c3_article.c3_casestudy_2 div.c3_casestudy_bg { background-image: url(assets/c3-casestudy-2-community.jpg); }


@media only screen and (max-width: 767px) {
    div.c3_casestudy_comp div.c3_article div.c3_casestudy_bg {
        width: 100%;
        position: relative;
        height: 200px;
    }
}