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

/* ------------------------------------------------------- */
/* --------------- Quick colours ------------------------- */
/* ------------------------------------------------------- */

.c3_chart, .c3_div_table_visible_data, div.c3_svg_chart, div.c3_feature, div.c3_feature_numbers div.c3_feature_stat p strong, div.c3_feature_icon {
/* Base colours */
	--c3_yellow: #ffb600 !important;
	--c3_tangerine: #eb8c00 !important;
	--c3_orange: #d04a02 !important;
	--c3_rose: #d93954 !important;
	--c3_red: #e0301e !important;
	--c3_lightgrey: #dedede !important;
	--c3_grey: #7d7d7d !important;
	--c3_mediumgrey: #464646 !important;
	--c3_darkgrey: #2d2d2d !important;
	--c3_black: #000000 !important;
	--c3_white: #FFFFFF !important;
	/* Additional data colours */
	--c3_darkred1: #AA2417 !important;
	--c3_darkred2: #741910 !important;
	--c3_darkrose1: #A43E50 !important;
	--c3_darkrose2: #6E2A35 !important;
	--c3_darkorange1: #933401 !important;
	--c3_darkorange2: #571F01 !important;
	--c3_darktangerine1: #AE6800 !important;
	--c3_darktangerine2: #714300 !important;
    /* Further data colours BW */
    --c3_lightrose1: #F7C8C4 !important;
    --c3_lightyellow1: #FFDCA9 !important;
    --c3_lightyellow2: #FFC83D !important;
    --c3_darkyellow1: #EB8C00 !important;
	/* Extended colours for sankey chart */
	--c3_lightorange1: #FD6412 !important;
	--c3_lightpurple1: #B15AFE !important;
	--c3_darkpurple2: #4B06B2 !important;
	--c3_lightblue1: #4DACF1 !important;
	--c3_darkblue2: #003DAB !important;
    --c3_lightyellow1: #ffc83d !important;
    --c3_lightgreen2: #86db4f !important;
    --c3_lightgreen1: #c4fc9f !important;
    --c3_blue: #0089eb !important;
    --c3_darkblue1: #0060d7 !important;
    --c3_purple: #9013fe !important;
    --c3_darkpurple1: #6a1ce2 !important;
    --c3_green: #4eb523 !important;
   
	
	/* Base colours */
	--c3_yellowRGB: 255,182,0;
	--c3_tangerineRGB: 235,140,0;
	--c3_orangeRGB: 208,74,2;
	--c3_roseRGB: 217,57,84;
	--c3_redRGB: 224,48,30;
	--c3_lightgreyRGB: 222,222,222;
	--c3_greyRGB: 125,125,125;
	--c3_mediumgreyRGB: 70,70,70;
	--c3_darkgreyRGB: 45,45,45;
	--c3_blackRGB:0,0,0;
	--c3_whiteRGB: 255,255,255;
	/* Additional data colours */
	--c3_darkred1RGB: 170,36,23;
	--c3_darkred2RGB: 116,25,16;
	--c3_darkrose1RGB: 164,62,80;
	--c3_darkrose2RGB: 110,42,53;
	--c3_darkorange1RGB: 147,52,1;
	--c3_darkorange2RGB: 87,31,1;
	--c3_darktangerine1RGB: 174,104,0;
	--c3_darktangerine2RGB: 113,67,0;
    /* Further data colours BW */
    --c3_lightrose1RGB: 226,117,136;
    --c3_lightyellow1RGB: 255,200,61;
    --c3_lightyellow2RGB: 255,236,189;
    --c3_darkyellow1RGB: 194,138,0;
	/* Extended colours for sankey chart */
	--c3_lightorange1RGB: 253,100,18;
	--c3_lightpurple1RGB: 177,90,254;
	--c3_darkpurple2RGB: 75,6,178;
	--c3_lightblue1RGB: 77,172,241;
	--c3_darkblue2RGB: 0,61,171;
    --c3_lightyellow1RGB: 255,200,61;
    --c3_lightgreen2RGB: 134,219,79;
    --c3_lightgreen1RGB: 196,252,159;
    --c3_blueRGB: 0,137,235;
    --c3_darkblue1RGB: 0,96,215;
    --c3_purpleRGB: 144,19,254;
    --c3_darkpurple1RGB: 106,28,226;
    --c3_greenRGB: 78,181,35;
}

/* ------------------------------------------------------- */
/* ------------- Hidden Data Tables ---------------------- */
/* ------------------------------------------------------- */

table.c3_table_data { display: none; }

/* ------------------------------------------------------- */
/* --------------- Outer Structures ---------------------- */
/* ------------------------------------------------------- */

div.c3_chart {
    font-family: "LMC Helvetica Neue", Helvetica, Arial, Sans-Serif;
    margin-top: 30px;
    margin-bottom: 30px;
}

/* ------------------------------------------------------- */
/* ----------------------- FIG 1 ------------------------- */
/* ------------------------------------------------------- */

div.c3_chart#c3_chart_fig_1 {
    width: 100%;
    margin-left: 0%;
    clear: both;
    display: block;
    overflow: hidden;
}

@media only screen and (max-width: 1199px) {
    div.c3_chart#c3_chart_fig_1 {
        width: 150%;
        margin-left: -25%;
    }
}

@media only screen and (max-width: 767px) {
    div.c3_chart#c3_chart_fig_1 {
        width: 100%;
        margin-left: 0%;
    }
}

div.c3_chart#c3_chart_fig_1 ul {
    display: block;
    position: relative;
    width: 50%;
    padding-top: 50%;
    height: auto;
    overflow: hidden;
    float: left;
}

@media only screen and (max-width: 991px) {
    div.c3_chart#c3_chart_fig_1 ul {
        width: 100%;
        padding-top: 100%;
    }
}

div.c3_chart#c3_chart_fig_1 ul li {
    display: block;
    width: calc(50% - 7.5px);
    height: calc(50% - 7.5px);
    background-color: var(--c3_lightgrey);
    position: absolute;
    font-weight: 700;
    transition: all 0.5s ease;
    margin: 0%;
}

div.c3_chart#c3_chart_fig_1 ul li.c3_li_1 {
    top: 25%;
    left: 25%;
    z-index: 2;
    width: 50%;
    height: 50%;
    background-color: #ffffff;
    text-align: center;
}

div.c3_chart#c3_chart_fig_1 ul li.c3_li_3, div.c3_chart#c3_chart_fig_1 ul li.c3_li_5 {
    right: 0%;
    z-index: 1;
    text-align: right;
}

div.c3_chart#c3_chart_fig_1 ul li.c3_li_2, div.c3_chart#c3_chart_fig_1 ul li.c3_li_4 {
    left: 0%;
    z-index: 1;
}

div.c3_chart#c3_chart_fig_1 ul li.c3_li_2, div.c3_chart#c3_chart_fig_1 ul li.c3_li_3 {
    top: 0%;
    z-index: 1;
}

div.c3_chart#c3_chart_fig_1 ul li.c3_li_4, div.c3_chart#c3_chart_fig_1 ul li.c3_li_5 {
    bottom: 0%;
    z-index: 1;
}

div.c3_chart#c3_chart_fig_1 ul li.c3_li_2 { transition-delay: 0.5s; }
div.c3_chart#c3_chart_fig_1 ul li.c3_li_3 { transition-delay: 0.7s; }
div.c3_chart#c3_chart_fig_1 ul li.c3_li_4 { transition-delay: 0.9s; }
div.c3_chart#c3_chart_fig_1 ul li.c3_li_5 { transition-delay: 1.2s; }

div.c3_chart#c3_chart_fig_1.c3_notinview ul li.c3_li_2 {
    margin-top: 21%;
    margin-left: 21%;
    transition-delay: 0s;
}

div.c3_chart#c3_chart_fig_1.c3_notinview ul li.c3_li_3 {
    margin-top: 21%;
    margin-right: 21%;
    transition-delay: 0s;
}

div.c3_chart#c3_chart_fig_1.c3_notinview ul li.c3_li_4 {
    margin-bottom: 21%;
    margin-left: 21%;
    transition-delay: 0s;
}

div.c3_chart#c3_chart_fig_1.c3_notinview ul li.c3_li_5 {
    margin-bottom: 21%;
    margin-right: 21%;
    transition-delay: 0s;
}

div.c3_chart#c3_chart_fig_1 ul li img {
    width: 30%;
}

@media only screen and (max-width: 991px) {
    div.c3_chart#c3_chart_fig_1 ul li img {
        width: 40%;
    }   
}


div.c3_chart#c3_chart_fig_1 ul li a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 10%;
    padding-top: calc(50% - 68px);
    background-color: var(--c3_lightgrey);
    transition: all 0.5s ease;
}

div.c3_chart#c3_chart_fig_1 ul li.c3_li_1 a {
    background-color: var(--c3_white);
}

div.c3_chart#c3_chart_fig_1 ul li a:hover {
    background-color: var(--c3_yellow);
}

div.c3_chart#c3_chart_fig_1 ul li a.selected {
    background-color: var(--c3_darkgrey);
    color: #ffffff;
}


div.c3_chart#c3_chart_fig_1 ul li a span {
    display: block;
    font-size: 18px;
    line-height: 24px;
    padding: 14px;
    padding-left: 0px;
    padding-right: 0px;
    font-weight: 200;
}

@media only screen and (max-width: 460px) {
    div.c3_chart#c3_chart_fig_1 ul li a span {
        font-size: 14px;
        line-height: 20px;
    }
}

div.c3_chart#c3_chart_fig_1 ul li a::before {
    content: "";
    display: block;
    position: absolute;
    width: 8%;
    height: 25%;
    background-color: #C6C6C6;
    z-index: 1;
    transition: all 0.5s ease;
}

div.c3_chart#c3_chart_fig_1 ul li a::after {
    content: "";
    display: block;
    position: absolute;
    width: 25%;
    height: 8%;
    background-color: #C6C6C6;
    z-index: 1;
    transition: all 0.5s ease;
}

div.c3_chart#c3_chart_fig_1 ul li a:hover::before { background-color: #000000; }
div.c3_chart#c3_chart_fig_1 ul li a:hover::after { background-color: #000000; }

div.c3_chart#c3_chart_fig_1 ul li.c3_li_1 a::before, div.c3_chart#c3_chart_fig_1 ul li.c3_li_1 a::after {
    display: none;
}

div.c3_chart#c3_chart_fig_1 ul li.c3_li_2 a::before { top: 0px; left: 0px;}
div.c3_chart#c3_chart_fig_1 ul li.c3_li_2 a:after { top: 0px; left: 0px;}

div.c3_chart#c3_chart_fig_1 ul li.c3_li_3 a::before { top: 0px; right: 0px;}
div.c3_chart#c3_chart_fig_1 ul li.c3_li_3 a::after { top: 0px; right: 0px;}

div.c3_chart#c3_chart_fig_1 ul li.c3_li_4 a::before { bottom: 0px; left: 0px;}
div.c3_chart#c3_chart_fig_1 ul li.c3_li_4 a::after { bottom: 0px; left: 0px;}

div.c3_chart#c3_chart_fig_1 ul li.c3_li_5 a::before { bottom: 0px; right: 0px;}
div.c3_chart#c3_chart_fig_1 ul li.c3_li_5 a::after { bottom: 0px; right: 0px;}

div.c3_chart#c3_chart_fig_1 ul li.c3_li_1 a div.c3_arrow {
    display: block;
    position: absolute;
    width: 25%;
    padding-top: 25%;
    transition: all 0.5s ease;
}

div.c3_chart#c3_chart_fig_1 ul li.c3_li_1 a div.c3_arrow::before {
    content: "";
    display: block;
    position: absolute;
    background-color: var(--c3_rose);
    width: 33%;
    height: 100%;
    top: 0px;
    left: 0px;
}

div.c3_chart#c3_chart_fig_1 ul li.c3_li_1 a div.c3_arrow::after {
    content: "";
    display: block;
    position: absolute;
    background-color: var(--c3_rose);
    width: 100%;
    height: 33%;
    top: 0px;
    left: 0px;
}

div.c3_chart#c3_chart_fig_1 ul li.c3_li_1 a div.c3_arrow_1 {
    top: -14%;
    left: 37.7%;
    transform: rotate(45deg);
}

div.c3_chart#c3_chart_fig_1 ul li.c3_li_1 a div.c3_arrow_2 {
    right: -14%;
    top: 37.7%;
    transform: rotate(135deg);
}

div.c3_chart#c3_chart_fig_1 ul li.c3_li_1 a div.c3_arrow_3 {
    bottom: -14%;
    left: 37.7%;
    transform: rotate(225deg);
}

div.c3_chart#c3_chart_fig_1 ul li.c3_li_1 a div.c3_arrow_4 {
    left: -14%;
    top: 37.7%;
    transform: rotate(-45deg);
}

div.c3_chart#c3_chart_fig_1.c3_notinview ul li.c3_li_1 a div.c3_arrow_1 { top: 5%; }
div.c3_chart#c3_chart_fig_1.c3_notinview ul li.c3_li_1 a div.c3_arrow_2 { right: 5%; }
div.c3_chart#c3_chart_fig_1.c3_notinview ul li.c3_li_1 a div.c3_arrow_3 { bottom: 5%; }
div.c3_chart#c3_chart_fig_1.c3_notinview ul li.c3_li_1 a div.c3_arrow_4 { left: 5%; }


div.c3_chart#c3_chart_fig_1 article.c3_article {
    display: block;
    width: 50%;
    overflow: hidden;
    padding: 6%;
}

@media only screen and (max-width: 991px) {
    div.c3_chart#c3_chart_fig_1 article.c3_article {
        width: 100%;
        padding-left: 0px;
        padding-left: 0px;
    }
}

div.c3_chart#c3_chart_fig_1 article.c3_article_2 { display: none; }
div.c3_chart#c3_chart_fig_1 article.c3_article_3 { display: none; }
div.c3_chart#c3_chart_fig_1 article.c3_article_4 { display: none; }
div.c3_chart#c3_chart_fig_1 article.c3_article_5 { display: none; }

div.c3_chart#c3_chart_fig_1 article.c3_article p strong {
    font-size: 20px;
    line-height: 26px;
}

div.c3_chart#c3_chart_fig_1 article.c3_article img {
    display: block;
    width: 15%;
    margin-bottom: 20px;
}

/* ------------------------------------------------------- */
/* ----------------------- FIG 2 ------------------------- */
/* ------------------------------------------------------- */

div.c3_chart#c3_chart_fig_2 {
    width: 150%;
    margin-left: -25%;
    clear: both;
    display: block;
    overflow: hidden;
    position: relative;
    background-color: var(--c3_yellow);
    padding-left: 25%;
    padding-right: 25%;
    padding-top: 8%;
    padding-bottom: 8%;
    background-image: url("../../../../../content/dam/pwc/gx/en/services/people-organisation/workforce-risk/c3-cross-hair.svg");
    background-size: 80px 80px;
    background-repeat: no-repeat;
    background-position: right 0px bottom 0px;
    transition: all 0.5s ease;
    transition-delay: 1s;
}

@media only screen and (max-width: 767px) {
    div.c3_chart#c3_chart_fig_2 {
        width: 100%;
        margin-left: 0%;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 100px;
        padding-bottom: 50px;
    }
}

@media only screen and (max-width: 1199px) {
    div.c3_chart#c3_chart_fig_2 {
       background-size: 40px 40px; 
    }
}

div.c3_chart#c3_chart_fig_2.c3_notinview {
    background-position: right 80px bottom 0px;
}

div.c3_chart#c3_chart_fig_2 h3 {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 30px;
}

div.c3_chart#c3_chart_fig_2 p {
    width: 33.3%;
    padding-right: 20px;
    float: left;
}

@media only screen and (max-width: 490px) {
    div.c3_chart#c3_chart_fig_2 p {
        width: 100%;
    }
}

div.c3_chart#c3_chart_fig_2 p strong {
    display: block;
    font-size: 50px;
    color: var(--c3_rose);
    line-height: 60px;
}

div.c3_chart#c3_chart_fig_2 p img {
    display: block;
    width: 25%;
    margin-top: 20px;
}

div.c3_chart#c3_chart_fig_2::before {
    content: "";
    display: block;
    position: absolute;
    width: 80px;
    padding-top: 80px;
    top: 0px;
    left: 0px;
    background-image: url("../../../../../content/dam/pwc/gx/en/services/people-organisation/workforce-risk/c3-cross-hair.svg");
    background-size: 100% 100%;
    transition: all 0.5s ease;
    transition-delay: 0.5s;
    transform: rotate(0deg);
}

@media only screen and (max-width: 1199px) {
    div.c3_chart#c3_chart_fig_2::before {
        width: 40px;
        padding-top: 40px;
        top: 0px;
        left: 0px;
    }
}

div.c3_chart#c3_chart_fig_2.c3_notinview::before {
    top: 80px;
    left: 80px;
    transform: rotate(90deg);
    transition-delay: 0s;
}

@media only screen and (max-width: 1199px) {
    div.c3_chart#c3_chart_fig_2.c3_notinview::before {
        top: 40px;
        left: 40px;
    }
}

div.c3_chart#c3_chart_fig_2::after {
    content: "";
    display: block;
    position: absolute;
    width: 80px;
    padding-top: 80px;
    top: 70px;
    left: 70px;
    background-image: url("../../../../../content/dam/pwc/gx/en/services/people-organisation/workforce-risk/c3-cross-hair.svg");
    background-size: 100% 100%;
    transition: all 0.5s ease;
    transition-delay: 0.75s;
    transform: rotate(0deg);
}

@media only screen and (max-width: 1199px) {
    div.c3_chart#c3_chart_fig_2::after {
        top: 40px;
        left: 40px;
        width: 40px;
        padding-top: 40px;
    }
}

div.c3_chart#c3_chart_fig_2.c3_notinview::after {
    top: 160px;
    left: 0px;
    transform: rotate(-180deg);
    transition-delay: 0s;
}

@media only screen and (max-width: 1199px) {
    div.c3_chart#c3_chart_fig_2.c3_notinview::after {
        top: 80px;
        left: 0px;
    }
}

@media only screen and (max-width: 769px) {
    div.c3_chart#c3_chart_fig_2.c3_notinview::after {
        top: 40px;
        left: 0px;
    }
}

/* ------------------------------------------------------- */
/* ----------------------- FIG 3 ------------------------- */
/* ------------------------------------------------------- */

div.c3_chart#c3_chart_fig_3 {
    width: 150%;
    margin-left: -25%;
    clear: both;
    display: block;
    overflow: visible;
    position: relative;
    background-color: var(--c3_lightgrey);
}

@media only screen and (max-width: 767px) {
    div.c3_chart#c3_chart_fig_3 {
        width: 100%;
        margin-left: 0%; 
    }
}

div.c3_chart#c3_chart_fig_3::after {
    content: "";
    display: block;
    position: absolute;
    width: 50vw;
    height: 100%;
    left: 50%;
    top: 0%;
    background-color: var(--c3_lightgrey);
    z-index: 0;
}

div.c3_chart#c3_chart_fig_3::before {
    content: "";
    display: block;
    position: absolute;
    width: 50vw;
    height: 100%;
    right: 75%;
    background-color: #eeeeee;
    top: 0%;
    z-index: 0;
}

@media only screen and (max-width: 991px) {
    div.c3_chart#c3_chart_fig_3::before {
        background-color: var(--c3_lightgrey);
    }
}

div.c3_chart#c3_chart_fig_3 ul {
    display: block;
    position: absolute;
    width: 32%;
    padding-top: 32%;
    height: auto;
    overflow: hidden;
    top: 18%;
    left: 9%;
    z-index: 2;
}

@media only screen and (max-width: 991px) {
    div.c3_chart#c3_chart_fig_3 ul {
        display: block;
        position: relative;
        width: 65%;
        padding-top: 65%;
        height: auto;
        overflow: hidden;
        margin-top: -82%;
        margin-left: 9%;
        margin-bottom: 18%;
        z-index: 2;
    }
}

div.c3_chart#c3_chart_fig_3 ul li {
    display: block;
    width: calc(50% - 1px);
    height: calc(50% - 1px);
    background-color: var(--c3_lightgrey);
    position: absolute;
    font-weight: 700;
    transition: all 0.5s ease;
    margin: 0%;
}

div.c3_chart#c3_chart_fig_3 ul li.c3_li_1 {
    top: 25%;
    left: 25%;
    z-index: 2;
    width: 50%;
    height: 50%;
    background-color: #ffffff;
    text-align: center;
    border-radius: 50%;
}

div.c3_chart#c3_chart_fig_3 ul li.c3_li_3, div.c3_chart#c3_chart_fig_3 ul li.c3_li_5 {
    right: 0%;
    z-index: 1;
    text-align: right;
}

div.c3_chart#c3_chart_fig_3 ul li.c3_li_2, div.c3_chart#c3_chart_fig_3 ul li.c3_li_4 {
    left: 0%;
    z-index: 1;
}

div.c3_chart#c3_chart_fig_3 ul li.c3_li_2, div.c3_chart#c3_chart_fig_3 ul li.c3_li_3 {
    top: 0%;
    z-index: 1;
}

div.c3_chart#c3_chart_fig_3 ul li.c3_li_4, div.c3_chart#c3_chart_fig_3 ul li.c3_li_5 {
    bottom: 0%;
    z-index: 1;
}

div.c3_chart#c3_chart_fig_3 ul li.c3_li_2 { transition-delay: 0.5s; border-top-left-radius: 100%; }
div.c3_chart#c3_chart_fig_3 ul li.c3_li_3 { transition-delay: 0.7s; border-top-right-radius: 100%; }
div.c3_chart#c3_chart_fig_3 ul li.c3_li_4 { transition-delay: 1.2s; border-bottom-left-radius: 100%; }
div.c3_chart#c3_chart_fig_3 ul li.c3_li_5 { transition-delay: 0.9s; border-bottom-right-radius: 100%; }

div.c3_chart#c3_chart_fig_3 ul li.c3_li_2 a { border-top-left-radius: 100%; }
div.c3_chart#c3_chart_fig_3 ul li.c3_li_3 a { border-top-right-radius: 100%; }
div.c3_chart#c3_chart_fig_3 ul li.c3_li_4 a { border-bottom-left-radius: 100%; }
div.c3_chart#c3_chart_fig_3 ul li.c3_li_5 a { border-bottom-right-radius: 100%; }

div.c3_chart#c3_chart_fig_3.c3_notinview ul li.c3_li_2 {
    margin-top: 21%;
    margin-left: 21%;
    transition-delay: 0s;
    width: 0%;
    height: 0%;
}

div.c3_chart#c3_chart_fig_3.c3_notinview ul li.c3_li_3 {
    margin-top: 21%;
    margin-right: 21%;
    transition-delay: 0s;
    width: 0%;
    height: 0%;
}

div.c3_chart#c3_chart_fig_3.c3_notinview ul li.c3_li_4 {
    margin-bottom: 21%;
    margin-left: 21%;
    transition-delay: 0s;
    width: 0%;
    height: 0%;
}

div.c3_chart#c3_chart_fig_3.c3_notinview ul li.c3_li_5 {
    margin-bottom: 21%;
    margin-right: 21%;
    transition-delay: 0s;
    width: 0%;
    height: 0%;
}

div.c3_chart#c3_chart_fig_3 ul li img {
    width: 30%;
}


div.c3_chart#c3_chart_fig_3 ul li a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 10%;
    padding-top: calc(50% - 68px);
    background-color: var(--c3_lightgrey);
    transition: all 0.5s ease;
}

div.c3_chart#c3_chart_fig_3 ul li.c3_li_1 a {
    background-color: var(--c3_rose);
    border-radius: 50%;
    color: #ffffff;
}

div.c3_chart#c3_chart_fig_3 ul li a:hover {
    background-color: var(--c3_yellow);
}

div.c3_chart#c3_chart_fig_3 ul li a.selected {
    background-color: var(--c3_yellow);
    color: #000000;
}

div.c3_chart#c3_chart_fig_3 ul li.c3_li_1 a.selected {
    background-color: var(--c3_rose);
    color: #ffffff;
}

div.c3_chart#c3_chart_fig_3 ul li.c3_li_1 a:hover {
    background-color: var(--c3_rose);
    color: #ffffff;
}


div.c3_chart#c3_chart_fig_3 ul li a span {
    display: block;
    font-size: 22px;
    line-height: 25px;
    padding: 10px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 45px;
}

@media only screen and (max-width: 456px) {
    div.c3_chart#c3_chart_fig_3 ul li a span {
        font-size: 16px;
        line-height: 20px;
        padding-top: 35px;
    }
}

div.c3_chart#c3_chart_fig_3 ul li.c3_li_1 a div.c3_arrow {
    display: block;
    position: absolute;
    width: 15%;
    padding-top: 15%;
    transition: all 0.5s ease;
}

div.c3_chart#c3_chart_fig_3 ul li.c3_li_1 a div.c3_arrow::before {
    content: "";
    display: block;
    position: absolute;
    background-color: var(--c3_black);
    width: 33%;
    height: 100%;
    top: 0px;
    left: 0px;
}

div.c3_chart#c3_chart_fig_3 ul li.c3_li_1 a div.c3_arrow::after {
    content: "";
    display: block;
    position: absolute;
    background-color: var(--c3_black);
    width: 100%;
    height: 33%;
    top: 0px;
    left: 0px;
}

div.c3_chart#c3_chart_fig_3 ul li.c3_li_1 a div.c3_arrow_1 {
    top: -7%;
    left: 39.7%;
    transform: rotate(135deg);
}

div.c3_chart#c3_chart_fig_3 ul li.c3_li_1 a div.c3_arrow_2 {
    right: -6.5%;
    top: 39.7%;
    transform: rotate(225deg);
}

div.c3_chart#c3_chart_fig_3 ul li.c3_li_1 a div.c3_arrow_3 {
    bottom: -7%;
    left: 44.7%;
    transform: rotate(315deg);
}

div.c3_chart#c3_chart_fig_3 ul li.c3_li_1 a div.c3_arrow_4 {
    left: -7%;
    top: 45.7%;
    transform: rotate(45deg);
}

div.c3_chart#c3_chart_fig_3.c3_notinview ul li.c3_li_1 a div.c3_arrow_1 { top: 5%; }
div.c3_chart#c3_chart_fig_3.c3_notinview ul li.c3_li_1 a div.c3_arrow_2 { right: 5%; }
div.c3_chart#c3_chart_fig_3.c3_notinview ul li.c3_li_1 a div.c3_arrow_3 { bottom: 5%; }
div.c3_chart#c3_chart_fig_3.c3_notinview ul li.c3_li_1 a div.c3_arrow_4 { left: 5%; }


div.c3_chart#c3_chart_fig_3 article.c3_article {
    display: block;
    width: 50%;
    overflow: hidden;
    position: absolute;
    top: 0%;
    left: 50%;
    padding: 5%;
    padding-top: 18%;
    background-color: var(--c3_lightgrey);
    z-index: 2;
}

@media only screen and (max-width: 991px) {
    div.c3_chart#c3_chart_fig_3 article.c3_article {
        position: relative;
        left: 0px;
        padding: 20px;
        width: 100%;
    }
}

div.c3_chart#c3_chart_fig_3 article.c3_article_2 { display: none; }
div.c3_chart#c3_chart_fig_3 article.c3_article_3 { display: none; }
div.c3_chart#c3_chart_fig_3 article.c3_article_4 { display: none; }
div.c3_chart#c3_chart_fig_3 article.c3_article_5 { display: none; }

div.c3_chart#c3_chart_fig_3 article.c3_article p strong {
    font-size: 20px;
    line-height: 26px;
}

div.c3_chart#c3_chart_fig_3 article.c3_article img {
    display: block;
    width: 15%;
    margin-bottom: 20px;
}

div.c3_chart#c3_chart_fig_3 svg.c3_fig_3_svg {
    display: block;
    width: 50%;
    height: auto;
    position: relative;
    z-index: 1;
}

@media only screen and (max-width: 991px) {
    div.c3_chart#c3_chart_fig_3 svg.c3_fig_3_svg {
        width: 100%;
    }
}

div.c3_chart#c3_chart_fig_3 svg.c3_fig_3_svg text {
    font-family: "LMC Helvetica Neue", Helvetica, Arial, Sans-Serif !important;
}

div.c3_chart#c3_chart_fig_3 ul li a svg {
    position: absolute;
    top: 5%;
    left: 5%;
    width: 90%;
    height: 90%;
}

div.c3_chart#c3_chart_fig_3 ul li a svg text {
    color: #000000;
    font-family: "LMC Helvetica Neue", Helvetica, Arial, Sans-Serif !important;
    opacity: 1;
    font-weight: 200;
}

/* ------------------------------------------------------- */
/* ----------------------- FIG 4 ------------------------- */
/* ------------------------------------------------------- */

div.c3_chart#c3_chart_fig_4 {
    width: 150%;
    margin-left: -25%;
    clear: both;
    display: block;
    overflow: visible;
    position: relative;
}

@media only screen and (max-width:767px) {
    div.c3_chart#c3_chart_fig_4 {
        width: calc(100vw - 40px);
        margin-left: 0%; 
    }
}

div.c3_chart#c3_chart_fig_4 div.c3_carousel_container {
    display: block;
    position: relative;
    overflow: scroll;
    white-space: nowrap;
}

div.c3_chart#c3_chart_fig_4 div.c3_carousel_container::-webkit-scrollbar {
  display: none;
}

div.c3_chart#c3_chart_fig_4 div.c3_carousel_container section {
    display: inline-block;
    overflow: hidden;
}

div.c3_chart#c3_chart_fig_4 div.c3_carousel_container section img {
    display: block;
    overflow: hidden;
}

div.c3_chart#c3_chart_fig_4 div.c3_carousel_container section p {
    white-space: normal;
    display: block;
    position: relative;
    margin-top: -5%;
}

@media only screen and (min-width: 1200px) {
    
    div.c3_chart#c3_chart_fig_4 div.c3_carousel_container.c3_50_50 section img {
        display: block;
        overflow: hidden;
        width: 50%;
        float: left;
    }

    div.c3_chart#c3_chart_fig_4 div.c3_carousel_container.c3_50_50 section p {
        white-space: normal;
        display: block;
        position: relative;
        margin-top: 0px;
        float: left;
        width: 35%;
        margin-top: 4%;
    }
}

div.c3_chart#c3_chart_fig_4 a {
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    top: calc(50% - 25px);
    border-bottom: 2px solid #000000;
    border-left: 2px solid #000000;
    z-index: 2;
}

@media only screen and (max-width: 767px) {
    div.c3_chart#c3_chart_fig_4 a {
        top: calc(50px + 0px);
    }
}

div.c3_chart#c3_chart_fig_4 a.c3_arrow_left {
    transform: rotate(45deg);
}

div.c3_chart#c3_chart_fig_4 a.c3_arrow_right {
    transform: rotate(-135deg);
    right: 0px;
}

/* ------------------------------------------------------- */
/* ----------------------- FIG 5 ------------------------- */
/* ------------------------------------------------------- */

div.c3_chart#c3_chart_fig_5 {
    width: 150%;
    margin-left: -25%;
    clear: both;
    display: block;
    overflow: hidden;
    position: relative;
    background-color: var(--c3_lightgrey);
    padding: 20px;
    padding-bottom: 10px;
}

@media only screen and (max-width: 991px) {
    div.c3_chart#c3_chart_fig_5 {
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-top: 0px;
    }
}

@media only screen and (max-width:767px) {
    div.c3_chart#c3_chart_fig_5 {
        width: 100%;
        margin-left: 0%;
    }
}

div.c3_chart#c3_chart_fig_5 ul {
    display: block;
    overflow: hidden;
    position: relative;
}

@media only screen and (max-width: 991px) {
    div.c3_chart#c3_chart_fig_5 ul {
        margin-bottom: 0px;   
    }
}

div.c3_chart#c3_chart_fig_5 ul li {
    display: block;
    overflow: hidden;
    position: relative;
    float: left;
    width: 16.6666%;
    min-height: 150px;
    padding: 10px;
    font-size: 16px;
    line-height: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-left: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
}


div.c3_chart#c3_chart_fig_5 ul li:nth-child(1), div.c3_chart#c3_chart_fig_5 ul li:nth-child(7) {
    border-left: 0px solid #ffffff;
    padding-left: 0px;
}

div.c3_chart#c3_chart_fig_5 ul li:nth-child(7),
div.c3_chart#c3_chart_fig_5 ul li:nth-child(8),
div.c3_chart#c3_chart_fig_5 ul li:nth-child(9),
div.c3_chart#c3_chart_fig_5 ul li:nth-child(10),
div.c3_chart#c3_chart_fig_5 ul li:nth-child(11),
div.c3_chart#c3_chart_fig_5 ul li:nth-child(12) {
    border-bottom: 0px solid #ffffff;
    padding-top: 10px;
}

@media only screen and (max-width: 991px) {
    div.c3_chart#c3_chart_fig_5 ul li {
        width: 25%;
        border-left: 0px solid #ffffff !important;
        border-right: 1px solid #ffffff !important;
        border-bottom: 1px solid #ffffff !important;
        padding-left: 10px !important;
        padding-top: 10px !important;
    }
}

@media only screen and (max-width:767px) {
    div.c3_chart#c3_chart_fig_5 ul li {
        width: 33.3333%;
    }
}

@media only screen and (max-width: 480px) {
    div.c3_chart#c3_chart_fig_5 ul li {
        width: 50%;
    }
}

div.c3_chart#c3_chart_fig_5 ul li > strong {
    display: block;
    font-size: 26px;
    line-height: 34px;
}

div.c3_chart#c3_chart_fig_5 ul li a {
    font-size: 16px;
    line-height: 20px;
    display: block;
    height: 100%;
    position: absolute;
}

@media only screen and (max-width: 991px) {
    div.c3_chart#c3_chart_fig_5 ul li a {
        padding-right: 10px;
    }
}

div.c3_chart#c3_chart_fig_5 ul li a strong {
    display: block;
    color: var(--c3_rose);
}

div.c3_chart#c3_chart_fig_5 ul li a::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border-right: 2px solid var(--c3_black);
    border-top: 2px solid var(--c3_black);
    transform: rotate(45deg);
    position: absolute;
    bottom: 15px;
    left: 0px;
    transition: all 0.5s ease;
}

@media only screen and (max-width: 991px) {
    div.c3_chart#c3_chart_fig_5 ul li a::after {
        width: 10px;
        height: 10px;
        bottom: 20px;
    }
}

div.c3_chart#c3_chart_fig_5 ul li a:hover::after {
    left: 15px;
}



