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

div#c3_container {
    display: block;
    overflow: hidden;
    width: 100%;
    max-width: 1380px;
    padding-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    font-family: "PwC Helvetica Neue",Arial,Sans-Serif;
}

div#c3_container header {
    display: block;
    overflow: hidden;
    position: relative;
    background-color: #dedede !important;
}

div#c3_container header h2 {
    display: block;
    position: relative;
    padding-left: 20px;
    padding-bottom: 20px;
    width: 33.3%;
    background-color: #ffb600 !important;
    color: #000000 !important;
    padding-top: 100px;
    font-size: 22px;
    text-transform: uppercase;
    font-family: "PwC Helvetica Neue",Arial,Sans-Serif;
    font-weight: bold;
    margin-top: 0px;
    float: left;
    margin-bottom: 0px;
}

@media only screen and (max-width: 775px) {
    div#c3_container header h2 {
        font-size: 16px;
        padding-top: 46px;
    }
}

div#c3_container header p.c3_key {
    display: block;
    position: relative;
    float: left;
    padding-top: 100px;
    margin-left: 20px;
    font-weight: bold;
    color: #000000 !important;
    font-size: 18px;
}

@media only screen and (max-width: 775px) {
    div#c3_container header p.c3_key {
        padding-top: 10px;
        float: none;
        padding-left: 10px;
        display: block;
        overflow: hidden;
        margin-bottom: 0px;
        font-size: 16px;
    }
}

div#c3_container header p.c3_key span {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 1px;
}

div#c3_container header p.c3_key span:last-child {
    margin-right: 6px;   
}

div#c3_container header div.c3_triggers {
    display: block;
    position: relative;
    width: 100%;
    background-color: #ffb600 !important;
    overflow: hidden;
}

div#c3_container header div.c3_triggers p {
    display: block;
    position: relative;
    width: 33.3%;
    height: auto;
    padding: 20px;
    color: #000000 !important;
    font-size: 14px;
    float: left;
    padding-left: 105px;
    padding-top: 30px;
}

@media only screen and (max-width: 775px) {
    div#c3_container header div.c3_triggers p {
        padding: 15px;
        padding-left: 55px;
        font-size: 14px;
        line-height: 17px;
    }
}

@media only screen and (max-width: 480px) {
    div#c3_container header div.c3_triggers p {
        padding-left: 10px;    
    }
}

div#c3_container header div.c3_triggers p img {
    display: block;
    position: absolute;
    top: 15px;
    left: 15px;
}

@media only screen and (max-width: 775px) {
    div#c3_container header div.c3_triggers p img {
        width: 35px;
        height: 35px;
        left: 10px;
        top: 10px;
    }
}

@media only screen and (max-width: 480px) {
    div#c3_container header div.c3_triggers p img {
        width: 50px;
        height: 50px;
        position: relative;
        display: block;
        left: 0px;
        top: 0px;
        margin-bottom: 5px;
    }
}

div#c3_container header div.c3_triggers p strong {
    font-size: 18px;
    font-weight: bold;
    display: block;
}

@media only screen and (max-width: 775px) {
    div#c3_container header div.c3_triggers p strong {
        font-size: 14px;
    }
}

div#c3_container nav {
    display: block;
    position: relative;
    width: calc(33.3% - 20px);
    height: auto;
    overflow: hidden;
    margin-left: 20px;
    float: left;
}

@media only screen and (max-width: 1080px) {
    div#c3_container nav {
        width: calc(25% - 0px);
        margin-left: 0px;
    }
}

@media only screen and (max-width: 775px) {
    div#c3_container nav {
        width: 100%;
        margin-left: 0px;
    }
}

div#c3_container nav a {
    display: block;
    width: 100%;
    padding: 20px;
    font-size: 18px;
    color: #2d2d2d !important;
    font-weight: bold;
    position: relative;
    overflow: hidden;
}

@media only screen and (max-width: 1080px) {
    div#c3_container nav a {
        font-size: 14px;
        padding: 10px;
        line-height: 18px;
        padding-right: 50px;
    }
}

@media only screen and (max-width: 775px) {
    div#c3_container nav a {
        width: 20%;
        float: left;
        
    }
}

@media only screen and (max-width: 480px) {
    div#c3_container nav a {
        font-size: 10px;
        line-height: 13px;
    }
}

div#c3_container nav a::after {
    content: " ";
    display: block;
    position: absolute;
    top: 30px;
    right: -70px;
    width: 50px;
    height: 50px;
    border-top: 3px solid #ffb600;
    border-right: 3px solid #ffb600;
    transform: rotate(45deg);
    transition: all 0.5s ease;
}

div#c3_container nav a.c3_selected::after {
    top: 30px;
    right: 30px;
}

@media only screen and (max-width: 1080px) {
    div#c3_container nav a.c3_selected::after {
        width: 20px;
        height: 20px;
        top: 18px;
    }
}

@media only screen and (max-width: 480px) {
    div#c3_container nav a.c3_selected::after {
        width: 20px;
        height: 20px;
        top: 17px;
        right: 10px;
    }
}

div#c3_container nav a img {
    vertical-align: middle;
    margin-right: 15px;
}

@media only screen and (max-width: 1080px) {
    div#c3_container nav a img {
        width: 35px;
        display: block;
        float: left;
        height: 35px;
    }
}

@media only screen and (max-width: 775px) {
    div#c3_container nav a img {
        margin-bottom: 5px;
    }
}


div#c3_container article {
    display: block;
    position: relative;
    width: calc(66.6% - 20px);
    overflow: hidden;
    margin-left: 20px;
    background-color: #999999 !important;
    height: auto;
}

@media only screen and (max-width: 1080px) {
    div#c3_container article {
        width: calc(75% - 0px);
    }
}

@media only screen and (max-width: 775px) {
    div#c3_container article {
        width: calc(100% - 0px);
        margin-left: 0px;
    }
}


div#c3_container article section {
    display: none;
}

div#c3_container article section:first-child {
    display: block;
}

div#c3_container article section img {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
}


section.c3_section_1, section.c3_section_4, section.c3_section_3, section.c3_section_2, section.c3_section_5 {
    display: block;
    height: auto;
    position: relative;
    overflow: hidden;
    background-color: #2d2d2d !important;
    padding: 25px;
}

section.c3_section_1 h4, section.c3_section_4 h4, section.c3_section_3 h4, section.c3_section_2 h4, section.c3_section_5 h4 {
    color: #ffffff !important;
    display: block;
    height: auto;
    position: relative;
    overflow: hidden;
    background-color: #2d2d2d !important;
    padding: 25px;
}

section.c3_section_1 ul {
    display: block;
    height: auto;
    position: relative;
    overflow: hidden;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 100px;
    margin-bottom: 20px;
}

section.c3_section_1 ul::before {
    content: " ";
    display: block;
    position: absolute;
    top: 15%;
    left: 70px;
    height: 68%;
    width: 20px;
    border-top: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
}

section.c3_section_1 ul li {
    display: block;
    height: auto;
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    font-size: 22px;
    vertical-align: middle;
    padding-top: 5px;
    border-left: 5px solid #a32020;
    color: #ffffff !important;
}

section.c3_section_1 ul li.c3_group {
    display: block;
    height: auto;
    top: 36%;
    left: 0px;
    width: 70px;
    position: absolute;
    overflow: hidden;
    text-transform: inherit;
    text-align: left;
    font-size: 14px;
    line-height: 18px;
    vertical-align: middle;
    padding-top: 0px;
    border-left: 0px solid #a32020;
    font-weight: bold;
    color: #ebebeb !important;
}

section.c3_section_1 ul li strong {
    display: block;
    margin-top: -5px;
    width: 35px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    background-color: #ffffff !important;
    color: #2d2d2d !important;
    text-align: center;
    vertical-align: middle;
    font-size: 30px;
    margin-right: 5px;
    margin-left: 0px;
    border-left: 1px solid #2d2d2d;
    z-index: 2;
    float: left;
    position: relative;
}

section.c3_section_1 ul li span {
    display: block;
    position: relative;
    z-index: 1;
}

section.c3_section_1 ul li {
    display: block;
}

section.c3_section_1 h5 {
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    color: #ebebeb !important;
}

section.c3_section_1 p {
    display: table-cell;
    height: auto;
    background-color: #ffffff !important;
    margin-right: 5px;
    border-right: 5px solid #2d2d2d;
    border-left: 10px solid #a32020;
    padding: 0px;
    color: #2d2d2d !important;
    vertical-align: middle;
    font-size: 14px;
}

section.c3_section_1 p strong {
    border-left: 1px solid #2d2d2d;
    display: table-cell;
    padding: 5px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-collapse: collapse;
    color: #2d2d2d !important;
}

section.c3_section_3 ul {
    padding-bottom: 20px;   
}

section.c3_section_3 ul li {
    display: block;
    position: relative;
    width: 100%;
    border-left: 10px solid #a32020;
    background-color: #ffffff !important;
    text-align: center;
    color: #2d2d2d !important;
    font-size: 16px;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 5px;
}

section.c3_section_3 ul li::before {
    content: " ";
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 2px;
    background-color: #ffffff !important;
}

section.c3_section_3 ul.c3_ul_bu li {
    border-left: 10px solid #ffffff !important;
    background-color: #a32020 !important;
    color: #ffffff !important;
}

section.c3_section_5 ul {
    padding-bottom: 20px;   
}

section.c3_section_5 ul li {
    display: block;
    width: 100%;
    border-left: 10px solid #a32020;
    background-color: #ffffff !important;
    text-align: center;
    color: #2d2d2d !important;
    height: 37px ;
    font-size: 16px;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

section.c3_section_5 ul.c3_ul_bu {
    padding-right: 45px;
    position: relative;
    overflow: hidden;
}

section.c3_section_5 ul li {
    display: block;
    position: relative;
    overflow: hidden;
}

section.c3_section_5 ul.c3_ul_bu li {
    border-left: 0px solid #a32020 !important;
    background-color: #a32020 !important;
    color: #ffffff !important;
}

section.c3_section_5 ul li::before {
    content: " ";
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 0px;
    background-color: #ffffff !important;
}

section.c3_section_5 ul.c3_ul_bu li.c3_group {
    background-color: #ffffff !important;
    border-left: 0px solid #a32020 !important;
    position: absolute;
    top: 125px;
    right: -125px;
    width: 293px;
    transform: rotate(90deg);
    color: #2d2d2d !important;
}

section.c3_section_5 ul.c3_ul_bu li.c3_group_2 {
    background-color: #ffffff !important;
    border-left: 0px solid #a32020 !important;
    position: absolute;
    top: 378px;
    right: -80px;
    width: 203px;
    transform: rotate(90deg);
    color: #2d2d2d !important;
}

section.c3_section_2 > ul {
    padding-bottom: 0px;  
    margin-bottom: 2px; 
    background-color: #2d2d2d !important;
}

section.c3_section_2 > ul > li {
    display: block;
    position: relative;
    width: 100%;
    background-color: #ffffff !important;
    text-align: center;
    color: #2d2d2d !important;
    font-size: 16px;
    font-weight: bold;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 5px;
}

section.c3_section_2 > ul > li > strong {
    display: block;
    border-left: 10px solid #a32020;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
    color: #2d2d2d !important;
}

section.c3_section_2 > ul > li > strong::before {
    content: " ";
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 2px;
    background-color: #2d2d2d !important;
}

section.c3_section_2 > ul > li ul {
    background-color: #2d2d2d !important;
    display: block;
    position: relative;
    overflow: hidden;
    padding-top: 80px;
}

section.c3_section_2 > ul > li ul.c3_ul_bu::before {
    content: " ";
    display: block;
    position: absolute;
    top: 40px;
    left: 12.5%;
    width: 77.5%;
    height: 50%;
    border-top: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
}

section.c3_section_2 > ul > li ul.c3_ul_bu::after {
    content: " ";
    display: block;
    position: absolute;
    top: 0px;
    left: 50%;
    width: 1px;
    height: 80px;
    background-color: #ffffff !important;
}

section.c3_section_2 > ul > li ul.c3_ul_bu li {
    display: block;
    position: relative;
    float: left;
    width: calc(25% - 0px);
    background-color: #a32020 !important;
    color: #ffffff !important;
    height: 80px;
    line-height: 80px;
    text-align: center;
    margin-bottom: 0px;
}

section.c3_section_2 > ul > li ul.c3_ul_bu li:first-child {
    margin-right: 12.5%;
}

section.c3_section_2 > ul > li ul.c3_ul_bu li:last-child {
    margin-left: 12.5%;
}


section.c3_section_2 > ul > li ul.c3_ul_ssc {
    padding-top: 0px;
}

section.c3_section_2 > ul > li ul.c3_ul_ssc li {
    display: block;
    position: relative;
}

section.c3_section_2 > ul > li ul.c3_ul_ssc li strong {
    display: block;
    position: absolute;
    top: 90px;
    width: 100%;
    text-align: center;
    z-index: 2;
    color: #ffffff !important;
    font-size: 22px;
}

section.c3_section_2 > ul > li ul.c3_ul_ssc li svg {
    width: 320px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

section.c3_section_4 ul {
    display: block;
    height: auto;
    position: relative;
    overflow: hidden;
    width: 400px;
    text-align: center;
}

section.c3_section_4 ul li {
    width: 300px;
    color: #ffffff !important;
    margin-left: 0px;
}

section.c3_section_4 ul li.c3_li_2 {
    margin-left: 0px;
    display: block;
    position: relative;
    overflow: hidden;
    width: 300px;
    height: 300px;
    background-color: #d93954 !important;
    border-radius: 50%;
    font-weight: bold;
    line-height: 200px;
    z-index: 3;
    transition-delay: 1s;
    transition: all 0.5s ease;
    color: #ffffff !important;
}


section.c3_section_4 ul li.c3_li_2::before {
    margin-left: 0px;
    content: " ";
    display: block;
    top: 144px;;
    left: 0px;
    position: absolute;
    width: 300px;
    height: 300px;
    background-color: #a32020 !important;
    border-radius: 50%;
    transition: all 0.5s ease;
 
}

section.c3_section_4 ul li.c3_li_4 {
    display: block;
    position: relative;
    width: 300px;
    height: 300px;
    background-color: #7d7d7d !important;
    border-radius: 50%;
    font-weight: bold;
    line-height: 400px;
    margin-top: -100px;
    color: #ffffff !important;
    transition: all 0.5s ease;
    transition-delay: 0.05s;

}

section.c3_section_4 ul li.c3_li_3 {
    margin-left: 0px;
    display: block;
    position: relative;
    font-weight: bold;
    margin-top: -100px;
    z-index: 4;
    color: #ffffff !important;
    transition: all 0.5s ease;
}

section.c3_section_4 p {
    display: block;
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    transform: rotate(90deg);
    margin-left: auto;
    margin-right: auto;
    top: 202px;
    left: 110px;
    height: 300px;
}

section.c3_section_4 ul li.c3_li_2.c3_offscreen::before {
    left: -300px;
}

section.c3_section_4 ul li.c3_li_2.c3_offscreen {
    margin-left: -300px;
}

section.c3_section_4 ul li.c3_li_4.c3_offscreen {
    margin-left: -300px;
}



