@charset "UTF-8";
/* CSS Document */
/* ------------------------------------------------------- */
/* --------------- Quick colours ------------------------- */
/* ------------------------------------------------------- */

.c3_text_yellow { color: #ffb600 !important; }
.c3_box_yellow { background-color: #ffb600 !important; }
.c3_fill_yellow { fill: #ffb600 !important; }
.c3_stroke_yellow { stroke: #ffb600 !important; }
.c3_border_yellow { border-color: #ffb600 !important; }

.c3_text_tangerine { color: #eb8c00 !important; }
.c3_box_tangerine { background-color: #eb8c00 !important; }
.c3_fill_tangerine { fill: #eb8c00 !important; }
.c3_stroke_tangerine { stroke: #eb8c00 !important; }
.c3_border_tangerine { border-color: #eb8c00 !important; }

.c3_text_orange { color: #d04a02 !important; }
.c3_box_orange { background-color: #d04a02 !important; }
.c3_fill_orange { fill: #d04a02 !important; }
.c3_stroke_orange { stroke: #d04a02 !important; }
.c3_border_orange { border-color: #d04a02 !important; }

.c3_text_rose { color: #D93954 !important; }
.c3_box_rose { background-color: #D93954 !important; }
.c3_fill_rose { fill: #D93954 !important; }
.c3_stroke_rose { stroke: #D93954 !important; }
.c3_border_rose { border-color: #D93954 !important; }

.c3_text_red { color: #e0301e !important; }
.c3_box_red { background-color: #e0301e !important; }
.c3_fill_red { fill: #e0301e !important; }
.c3_stroke_red { stroke: #e0301e !important; }
.c3_border_red { border-color: #e0301e !important; }

.c3_text_lightgrey { color: #dedede !important; }
.c3_box_lightgrey { background-color: #dedede !important; }
.c3_fill_lightgrey { fill: #dedede !important; }
.c3_stroke_lightgrey { stroke: #dedede !important; }
.c3_border_lightgrey { border-color: #dedede !important; }

.c3_text_grey { color: #7d7d7d !important; }
.c3_box_grey { background-color: #7d7d7d !important; }
.c3_fill_grey { fill: #7d7d7d !important; }
.c3_stroke_grey { stroke: #7d7d7d !important; }
.c3_border_grey { border-color: #7d7d7d !important; }

.c3_text_mediumgrey { color: #464646 !important; }
.c3_box_mediumgrey { background-color: #464646 !important; }
.c3_fill_mediumgrey { fill: #464646 !important; }
.c3_stroke_mediumgrey { stroke: #464646 !important; }
.c3_border_mediumgrey { border-color: #464646 !important; }

.c3_text_darkgrey { color: #2d2d2d !important; }
.c3_box_darkgrey { background-color: #2d2d2d !important; }
.c3_fill_darkgrey { fill: #2d2d2d !important; }
.c3_stroke_darkgrey { stroke: #2d2d2d !important; }
.c3_border_darkgrey { border-color: #2d2d2d !important; }

.c3_text_black { color: #000000 !important; }
.c3_box_black { background-color: #000000 !important; }
.c3_fill_black { fill: #000000 !important; }
.c3_stroke_black { stroke: #000000 !important; }
.c3_border_black { border-color: #000000 !important; }

.c3_text_white { color: #FFFFFF !important; }
.c3_box_white { background-color: #FFFFFF !important; }
.c3_fill_white { fill: #FFFFFF !important; }
.c3_stroke_white { stroke: #FFFFFF !important; }
.c3_border_white { border-color: #FFFFFF !important; }

/* ------------------------------------------------------- */
/* -------------------- C3 Styles ------------------------ */
/* ------------------------------------------------------- */


/* -------------------- C3 Meet the team ------------------------ */

div.c3_meettheteam_container {
    background-color: #777777;
    display: flex;
}

@media only screen and (max-width: 1000px) {
    div.c3_meettheteam_container {
        flex-wrap: wrap;
    }
}

div.c3_meettheteam_container div.c3_meettheteam_contact {
    width: 16.666%;
    min-height: 450px;
    position: relative;
    transition: all 0.5s ease;
    background-size: auto 150%;
    background-position: right 35% bottom;
    overflow: hidden;
}

div.c3_meettheteam_container div.c3_meettheteam_contact::before {
    content: "";
    display: block;
    position: absolute;
    top: -150px;
    right: -150px;
    width: 150px;
    height: 150px;
    background-image: url("https://www.pwc.com/content/dam/pwc/gx/en/global-annual-review/2024/c3-aperture-top-right.png");
    background-size: contain;
    background-repeat: no-repeat;
    transition: all 0.5s ease;
}

@media only screen and (max-width: 1100px) {
    div.c3_meettheteam_container div.c3_meettheteam_contact::before {
        display: none;
    }
}

div.c3_meettheteam_container div.c3_meettheteam_contact::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -150px;
    left: -210px;
    width: 210px;
    height: 150px;
    background-image: url("https://www.pwc.com/content/dam/pwc/gx/en/global-annual-review/2024/c3-aperture-bottom-left.png");
    background-size: contain;
    background-repeat: no-repeat;
    transition: all 0.5s ease;
}

div.c3_meettheteam_container div.c3_meettheteam_contact.c3_selected {
    width: 50%;
	background-size: auto 200%;
    background-position: right 60% bottom;
}

@media only screen and (max-width: 1000px) {
    div.c3_meettheteam_container div.c3_meettheteam_contact.c3_selected {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    div.c3_meettheteam_container div.c3_meettheteam_contact.c3_selected {
        background-size: auto 137%;
        background-position: right 69% bottom;
    }
}

div.c3_meettheteam_container div.c3_meettheteam_contact.c3_selected::before {
    top: 0px;
    right: 0px;
}

div.c3_meettheteam_container div.c3_meettheteam_contact.c3_selected::after {
    bottom: 0px;
    left: -30px;
}

div.c3_meettheteam_container div.c3_meettheteam_contact div.videoplayer-v2 {
    height: 100%;
    margin: 0px;
    z-index: 2;
    position: relative;
    transition: all 0.5s ease;
    left: -101%;
    opacity: 0;
    padding-top: 0px;
}

div.c3_meettheteam_container div.c3_meettheteam_contact div.videoplayer-v2 video {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: #000000;
}

div.c3_meettheteam_container div.c3_meettheteam_contact a.c3_a_playclose {
    display: block;
    position: absolute;
    bottom: -70px;
    right: 0%;
    width: 70px;
    height: 70px;
    background-color: #ffffff;
    z-index: 3;
    transition: all 0.5s ease;
    font-size: 0px;
    background: url(https://www.pwc.com/etc.clientlibs/pwc/clientlibs/rebrand-clientlibs/facetednavigation-global/resources/images/play.svg) no-repeat 50% 50% #ffffff;
    background-size: 30px;
}

div.c3_meettheteam_container div.c3_meettheteam_contact a.c3_a_playclose::before {
    content: "";
    display: block;
    width: 2px;
    height: 0px;
    transform: rotate(45deg);
    position: absolute;
    top: 30px;
    left: 33px;
    background-color: #000000;
    transition: all 0.5s ease;
}

div.c3_meettheteam_container div.c3_meettheteam_contact a.c3_a_playclose::after {
    content: "";
    display: block;
    width: 2px;
    height: 0px;
    transform: rotate(-45deg);
    position: absolute;
    top: 30px;
    left: 33px;
    background-color: #000000;
    transition: all 0.5s ease;
}

div.c3_meettheteam_container div.c3_meettheteam_contact a.c3_a_playclose:hover {
    background-size: 40px;
}

div.c3_meettheteam_container div.c3_meettheteam_contact a.c3_a_playclose:hover::after, div.c3_meettheteam_container div.c3_meettheteam_contact a.c3_a_playclose:hover::before {
    background-color: #e0301e;
}

div.c3_meettheteam_container div.c3_meettheteam_contact.c3_selected a.c3_a_playclose {
    bottom: 0%;
}

div.c3_meettheteam_container div.c3_meettheteam_contact.c3_selected a.c3_a_playclose.c3_isplaying {
    bottom: calc(100% - 70px);
    background-size: 0px;
}

div.c3_meettheteam_container div.c3_meettheteam_contact a.c3_a_playclose.c3_isplaying::before {
    height: 50px;
    top: 9px;
}

div.c3_meettheteam_container div.c3_meettheteam_contact a.c3_a_playclose.c3_isplaying::after {
    height: 50px;
    top: 9px;
}

div.c3_meettheteam_container div.c3_meettheteam_contact a.c3_meettheteam_contact_a {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    padding: 15px;
	transition: padding 0.5s ease;
    background-image: linear-gradient(to right, rgba(0,0,0,0), rgba(0,0,0,0.2));
}

div.c3_meettheteam_container div.c3_meettheteam_contact.c3_selected a.c3_meettheteam_contact_a {
	padding: 30px;
    background-image: linear-gradient(to right, rgba(0,0,0,0), rgba(0,0,0,0));
}

div.c3_meettheteam_container div.c3_meettheteam_contact a.c3_meettheteam_contact_a::before {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    border-top: 4px solid #eb8c00;
    border-right: 4px solid #eb8c00;
    transform: rotate(45deg);
    top: 16px;
    right: 16px;
    transition: all 0.5s ease;
}

div.c3_meettheteam_container div.c3_meettheteam_contact.c3_selected a.c3_meettheteam_contact_a::before {
    right: -26px;
}

div.c3_meettheteam_container div.c3_meettheteam_contact a.c3_meettheteam_contact_a:hover::before {
    border-top: 4px solid #ffffff;
    border-right: 4px solid #ffffff;
}

div.c3_meettheteam_container div.c3_meettheteam_contact a.c3_meettheteam_contact_a h2 {
    color: #ffffff;
    font-size: 18px;
	line-height: 18px;
    transition: all 0.5s ease;
    padding-right: 10px;
}

div.c3_meettheteam_container div.c3_meettheteam_contact a.c3_meettheteam_contact_a:hover, div.c3_meettheteam_container div.c3_meettheteam_contact a.c3_meettheteam_contact_a:focus {
    text-decoration: none !important;
}

div.c3_meettheteam_container div.c3_meettheteam_contact.c3_selected a.c3_meettheteam_contact_a h2 {
    font-size: 36px;
	line-height: 36px;
}

div.c3_meettheteam_container div.c3_meettheteam_contact a.c3_meettheteam_contact_a p {
    color: #ffffff;
    font-size: 14px;
    line-height: 18px;
	opacity: 0;
    transition: all 0.5s ease;
}

div.c3_meettheteam_container div.c3_meettheteam_contact.c3_selected a.c3_meettheteam_contact_a p {
    font-size: 20px;
    line-height: 24px;
	opacity: 1;
}

div.c3_meettheteam_container div.c3_meettheteam_contact div.c3_cta {
    position: absolute;
    bottom: 160px;
    left: -300px;
    transition: all 0.5s ease;
}

div.c3_meettheteam_container div.c3_meettheteam_contact.c3_selected div.c3_cta {
    position: absolute;
    bottom: 160px;
    left: 30px;
}


div.c3_meettheteam_container div.c3_meettheteam_contact p.c3_watchme {
    margin-bottom: 0px !important;
}

div.c3_meettheteam_container div.c3_meettheteam_contact p.c3_watchme a {
    background-color: #eb8c00 !important;
    border: 0px !important;
}

div.c3_meettheteam_container div.c3_meettheteam_contact p.c3_watchme a:hover {
    background-color: #d04a02 !important;
}


/* -------------------- C3 Stats comp ------------------------ */

.c3_stat_comp {
    background-color: transparent !important;
    background-image: url("https://www.pwc.com/content/dam/pwc/gx/en/global-annual-review/2024/c3_sandstone.png") !important;
    background-attachment: fixed !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    margin-bottom: 60px !important;
    overflow: hidden !important;
}

.c3_stat_comp .statbar-col * {
    color: #ffffff !important;   
}

.c3_stat_comp .statbar-col .statline::before {
    display: none !important;
}

.c3_stat_comp .statbar2-container {
    background-color: transparent !important;
}

.c3_stat_comp .statbar-col-2, .c3_stat_comp .statbar-col-4 {
    flex-wrap: wrap !important;   
}

.c3_stat_comp .statline {
    font-size: 70px !important;
    font-weight: bold !important;
    margin-bottom: 10px !important;
}

.c3_stat_comp .stats {
    padding-bottom: 60px !important;
    position: relative !important;
    padding-left: 150px !important;
    padding-right: 150px !important;
    padding-top: 60px !important;
    margin-bottom: -12px !important;
}

@media only screen and (max-width: 991px) {
    .c3_stat_comp .stats {
        padding-left: 20px !important;
        padding-right: 20px !important;
        padding-top: 140px !important;
        padding-bottom: 150px !important;
    }
    
}

.c3_stat_comp .stats::before {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 150px;
    height: 150px;
    background-image: url("https://www.pwc.com/content/dam/pwc/gx/en/global-annual-review/2024/c3-aperture-top-right.png");
    background-size: contain;
    background-repeat: no-repeat;
    transition: all 0.5s ease;
    transform: rotate(270deg);
}

.c3_stat_comp .stats::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0px;
    right: -60px;
    width: 210px;
    height: 150px;
    background-image: url("https://www.pwc.com/content/dam/pwc/gx/en/global-annual-review/2024/c3-aperture-bottom-left.png");
    background-size: contain;
    background-repeat: no-repeat;
    transition: all 0.5s ease;
    transform: rotate(270deg);
}

.c3_stat_comp span.statline {
    font-weight: bold !important;
    font-family: "PwC Helvetica Neue Bold",Arial,Sans-Serif;
}

.c3_stat_comp .statbar-col {
   width: 50% !important; 
}

.c3_stat_comp p a {
    position: absolute;
    bottom: 50px;
    left: auto;
    margin-left: 150px;
    background-color: #ffffff !important;
}

@media only screen and (max-width: 991px) {
    .c3_stat_comp p a {
       margin-left: 0px;
    }

}

.c3_stat_comp p a:hover {
   background-color: #d04a02 !important;
}


@media only screen and (max-width: 767px) {
    .c3_stat_comp .statbar-col {
       width: 100% !important; 
    }

}

/* --------------- C3 Solving together ------------------- */

div.c3_solvingtogether {
    overflow: clip;
}

div.c3_solvingtogether div.c3_solvingtogether_section {
    display: flex;
    position: sticky;
    top: 0;
    overflow: hidden;
}

@media only screen and (max-height: 880px) {
    div.c3_solvingtogether div.c3_solvingtogether_section {
        position: relative;
    }
}

@media only screen and (max-width: 767px) {
    div.c3_solvingtogether div.c3_solvingtogether_section {
        flex-wrap: wrap;    
    }
    
    div.c3_solvingtogether div.c3_solvingtogether_section.c3_solvingtogether_section_2, div.c3_solvingtogether div.c3_solvingtogether_section.c3_solvingtogether_section_4 {
        flex-direction: row-reverse;
    }
}

div.c3_solvingtogether div.c3_solvingtogether_section_bg {
    background-image: url("https://www.pwc.com/content/dam/pwc/gx/en/global-annual-review/2024/c3_sandstone.png");
    background-color: #000000;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    overflow: visible;
}

@media (orientation:landscape) {
    div.c3_solvingtogether div.c3_solvingtogether_section_bg {
        animation: solvingbgshrinklandscape 10s infinite alternate;
        background-size: 100% auto;
    }
}

@media (orientation:portrait) {
    div.c3_solvingtogether div.c3_solvingtogether_section_bg {
        animation: solvingbgshrinkportrait 10s infinite alternate;
        background-size: auto 100%;
    }
}

@keyframes solvingbgshrinklandscape {
    0% {
    background-size: 100% auto;
    }
    100% {
    background-size: 115% auto;
    }
}

@keyframes solvingbgshrinkportrait {
    0% {
    background-size: auto 100%;
    }
    100% {
    background-size: auto 115%;
    }
}



html:not(.aem-AuthorLayer-Edit) div.c3_solvingtogether div.c3_solvingtogether_section div.c3_solvingtogether_section_inner {
    width: 50%;
    height: auto;
    min-height: 100vh;
    padding-right: 0%;
    padding-left: 0%;
    padding-top: 0px;
    position: relative;
}


div.c3_solvingtogether div.c3_solvingtogether_section div.c3_solvingtogether_section_inner .chapterheading {
    width: auto !important;   
}

div.c3_solvingtogether div.c3_solvingtogether_section div.c3_solvingtogether_section_inner .chapterheading .chapter-heading-wrapper {
    width: auto !important; 
}

@media only screen and (max-width: 767px) {
    div.c3_solvingtogether div.c3_solvingtogether_section div.c3_solvingtogether_section_inner {
        min-height: 0 !important;
        width: 100% !important;
    }
}

@media only screen and (max-width: 991px) {
    div.c3_solvingtogether div.c3_solvingtogether_section div.c3_solvingtogether_section_inner .chapter-heading {
        padding-left: 0px !important;
    }
    
}

div.c3_solvingtogether div.c3_solvingtogether_section div.c3_solvingtogether_section_inner div.c3_textwrap {
    display: block;
    position: relative;
    transform: translateX(-50%);
    left: 50%;
    padding: 12%;
    padding-top: 0%;
    max-width: 880px;
}

div.c3_solvingtogether div.c3_solvingtogether_section div.c3_solvingtogether_section_inner div.c3_textwrap p {
    clear: both;
}

div.c3_solvingtogether div.c3_solvingtogether_section div.c3_solvingtogether_section_inner div.c3_textwrap a.btn--secondary {
    background-color: #ffffff;
    float: left;
    margin-bottom: 30px;
}

div.c3_solvingtogether div.c3_solvingtogether_section div.c3_solvingtogether_section_inner div.c3_textwrap a.btn--secondary:hover {
    background-color: #d04a02;
}

@media only screen and (max-height: 880px) {
    div.c3_solvingtogether div.c3_solvingtogether_section div.c3_solvingtogether_section_inner div.c3_textwrap {
       padding-top: 0px; 
    }
}

div.c3_solvingtogether div.c3_solvingtogether_section_1 div.c3_solvingtogether_section_content, div.c3_solvingtogether div.c3_solvingtogether_section_3 div.c3_solvingtogether_section_content {
    background-color: #ffffff;   
}

@media only screen and (max-width: 767px) {
    div.c3_solvingtogether div.c3_solvingtogether_section_1 div.c3_solvingtogether_section_content, div.c3_solvingtogether div.c3_solvingtogether_section_3 div.c3_solvingtogether_section_content {
        background-color: rgba(255,255,255,0.85); 
    }
}

div.c3_solvingtogether div.c3_solvingtogether_section_2 div.c3_solvingtogether_section_content, div.c3_solvingtogether div.c3_solvingtogether_section_4 div.c3_solvingtogether_section_content {
    background-color: rgba(0,0,0,0.85);  
}

div.c3_solvingtogether div.c3_solvingtogether_section_2 div.c3_solvingtogether_section_content p, div.c3_solvingtogether div.c3_solvingtogether_section_4 div.c3_solvingtogether_section_content p {
    color: #ffffff; 
}

div.c3_solvingtogether div.c3_solvingtogether_section_1 {
   background-image: url("https://www.pwc.com/content/dam/pwc/gx/en/global-annual-review/2024/c3_st_1.jpg"); 
}

div.c3_solvingtogether div.c3_solvingtogether_section_2 {
   background-image: url("https://www.pwc.com/content/dam/pwc/gx/en/global-annual-review/2024/c3_st_2.jpg"); 
}

div.c3_solvingtogether div.c3_solvingtogether_section_3 {
    background-image: url("https://www.pwc.com/content/dam/pwc/gx/en/global-annual-review/2024/c3_st_3.jpg");
}

div.c3_solvingtogether div.c3_solvingtogether_section_4 {
    background-image: url("https://www.pwc.com/content/dam/pwc/gx/en/global-annual-review/2024/c3_st_4.jpg");
}

div.c3_solvingtogether div.c3_solvingtogether_section div.c3_solvingtogether_section_inner::before {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 150px;
    height: 150px;
    background-image: url("https://www.pwc.com/content/dam/pwc/gx/en/global-annual-review/2024/c3-aperture-top-right.png");
    background-size: contain;
    background-repeat: no-repeat;
    transition: all 0.5s ease;
    transform: rotate(270deg);
}

div.c3_solvingtogether div.c3_solvingtogether_section_4 div.c3_solvingtogether_section_inner::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0px;
    right: -30px;
    width: 210px;
    height: 150px;
    background-image: url("https://www.pwc.com/content/dam/pwc/gx/en/global-annual-review/2024/c3-aperture-bottom-left.png");
    background-size: contain;
    background-repeat: no-repeat;
    transition: all 0.5s ease;
    transform: rotate(270deg);
}

@media only screen and (max-width: 767px) {
    div.c3_solvingtogether div.c3_solvingtogether_section div.c3_solvingtogether_section_inner::before, div.c3_solvingtogether div.c3_solvingtogether_section div.c3_solvingtogether_section_inner::after {
        display: none !important;
    }
}

div.c3_solvingtogether div.c3_solvingtogether_section div.c3_solvingtogether_section_content::before {
    display: none !important;
}

div.c3_solvingtogether div.c3_solvingtogether_section div.c3_solvingtogether_section_content::after {
    content: "";
    display: block;
    position: absolute;
    top: -150px;
    right: -30px;
    width: 210px;
    height: 150px;
    background-image: url("https://www.pwc.com/content/dam/pwc/gx/en/global-annual-review/2024/c3-aperture-bottom-left.png");
    background-size: contain;
    background-repeat: no-repeat;
    transition: all 0.5s ease;
    transform: rotate(270deg);
}

div.c3_solvingtogether div.c3_solvingtogether_section div.c3_solvingtogether_section_content div.c3_solvingtogether_contact {
    display: block;
    position: relative;
    width: 50%;
    height: auto;
    margin-top: 30px;
    float: left;
    max-width: 250px;
}

div.c3_solvingtogether div.c3_solvingtogether_section div.c3_solvingtogether_section_content div.c3_solvingtogether_contact div.c3_solvingtogether_contact_image {
    display: block;
    position: relative;
    width: 80%;
    background-color: #999999;
    margin-bottom: 20px;
    background-size: 120% 120%;
    background-position: center center;
    animation: contactshrink 10s infinite alternate;
    aspect-ratio: 1 / 1;
}
@keyframes contactshrink {
  0% {
    background-size: 120% 120%;
  }
  100% {
    background-size: 102% 102%;
  }
}

@media only screen and (max-width: 767px) {
    div.c3_solvingtogether div.c3_solvingtogether_section div.c3_solvingtogether_section_content div.c3_solvingtogether_contact div.c3_solvingtogether_contact_image {
        animation: none;  
    }
}

@media (width > 768px) {
    div.c3_solvingtogether div.c3_solvingtogether_section div.c3_solvingtogether_section_content div.c3_solvingtogether_contact div.c3_solvingtogether_contact_image::after {
        content: "";
        display: block;
        position: absolute;
        width: 50px;
        height: 50px;
        background-size: contain;
        bottom: 0px;
        right: 0px;
        background-image: url("https://www.pwc.com/content/dam/pwc/gx/en/global-annual-review/2024/c3-contact-hatching.svg");
        transition: all 0.5s ease;
    }
}

div.c3_solvingtogether div.c3_solvingtogether_section div.c3_solvingtogether_section_content div.c3_solvingtogether_contact.hover div.c3_solvingtogether_contact_image::after {
    bottom: 150px;
}

div.c3_solvingtogether div.c3_solvingtogether_section div.c3_solvingtogether_section_content div.c3_solvingtogether_contact a {
    display: block;
    position: absolute;
    width: 50px;
    height: 50px;
    top: 0px;
    left: 200px;
    background-color: #d04a02;
    font-size: 0px;
    transition: all 0.5s ease;
}

div.c3_solvingtogether div.c3_solvingtogether_section div.c3_solvingtogether_section_content div.c3_solvingtogether_contact a:hover {
    background-color: #2d2d2d;
    width: 60px;
}

div.c3_solvingtogether div.c3_solvingtogether_section div.c3_solvingtogether_section_content div.c3_solvingtogether_contact a::before {
    content: "";
    width: 2px;
    height: 22px;
    background-color: #ffffff;
    transform: rotate(-45deg);
    position: absolute;
    top: 7px;
    left: 25px;
    transition: all 0.5s ease;
}

div.c3_solvingtogether div.c3_solvingtogether_section div.c3_solvingtogether_section_content div.c3_solvingtogether_contact a::after {
    content: "";
    width: 2px;
    height: 22px;
    background-color: #ffffff;
    transform: rotate(-135deg);
    position: absolute;
    top: 21px;
    left: 25px;
    transition: all 0.5s ease;
}

div.c3_solvingtogether div.c3_solvingtogether_section div.c3_solvingtogether_section_content div.c3_solvingtogether_contact a:hover::after, div.c3_solvingtogether div.c3_solvingtogether_section div.c3_solvingtogether_section_content div.c3_solvingtogether_contact a:hover::before {
    left: 30px;
}


div.c3_solvingtogether div.c3_solvingtogether_section div.c3_solvingtogether_section_content div.c3_solvingtogether_contact p {
    display: block;
    position: relative;
    margin: 0px;
    width: 80%;
    font-size: 16px;
    line-height: 24px;
}

/* ------------------------------------------------------- */
/* --------------- C3 OVERIDES ---------------------- */
/* ------------------------------------------------------- */

#title div.container {
    position: relative;   
}

#title div.container::before {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 150px;
    height: 150px;
    background-image: url("https://www.pwc.com/content/dam/pwc/gx/en/global-annual-review/2024/c3-aperture-top-right.png");
    background-size: contain;
    background-repeat: no-repeat;
}

#title div.container::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0px;
    left: -60px;
    width: 210px;
    height: 150px;
    background-image: url("https://www.pwc.com/content/dam/pwc/gx/en/global-annual-review/2024/c3-aperture-bottom-left.png");
    background-size: contain;
    background-repeat: no-repeat;
}

@media only screen and (max-width: 767px) {
    #title div.container::before, #title div.container::after {
        display: none;
    }
}

.c3-hero-title-component .hero-title {
    background-color: transparent !important;
}


.hero-title-component.c3-hero-title-component .hero-title>.container {
    justify-content: center;
}

.c3-hero-title-component .hero-title-textpanel--compaign .compaign-hlight__inner {
    background: #d04a02;
    box-shadow: 15px 0 0 #d04a02, -15px 0 0 #d04a02;
    line-height: 1.3em;
    padding-top: 4px;
    padding-bottom: 12px; 
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}

.c3-hero-title-component .hero-title-textpanel--compaign p.lead .compaign-hlight__inner {
    background: #ffffff;
    box-shadow: 15px 0 0 #ffffff, -15px 0 0 #ffffff;
    line-height: 1.3em;
    color: #000000 !important;
    padding-top: 4px;
    padding-bottom: 12px;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    padding: 8px 0;
    font-size: 18px;
    line-height: 1.666;
}

.c3-hero-title-component h1 {
    margin-bottom: 12px !important;
}

.chapter-heading .chapter-heading-wrapper h2 small {
    margin-bottom: -2px;   
}
