body {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    background: #ffffff;
}

body * {
    box-sizing: border-box;
}

.gm-prgm-099-outer-container ul {
    list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}

/* .inner-conatiner {
    width: 1100px;
    margin: 0 auto;
    background: #ffffff;
}
.wrap {
    border: 9px solid #ffffff;
}
.wrap-2 {
    padding: 10px;
} */

@font-face {
    font-family: 'KPMGWeb';
    src: url('../fonts/KPMGWeb-Light.eot');
    src: url('../fonts/KPMGWeb-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/KPMGWeb-Light.woff2') format('woff2'), url('../fonts/KPMGWeb-Light.woff') format('woff'), url('../fonts/KPMGWeb-Light.ttf') format('truetype'), url('../fonts/KPMGWeb-Light.svg#KPMGWeb-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
}

/** Wipe **/

.wrapper {
    position: relative;
    margin: 0px auto;
    background: rgba(255, 255, 255, 0);
}

.wrapper,
.wrapper * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.wrapper {
    width: 480px;
    height: 480px;
    position: absolute;
    border-radius: 100%;
    top: 0;
}

.wrapper .pie {
    width: 50%;
    height: 100%;
    transform-origin: 100% 50%;
    position: absolute;
}

.wrapper .spinner {
    border-radius: 100% 0 0 100% / 50% 0 0 50%;
    z-index: 2;
    border-right: none;
    animation: rota 5s linear 1;
    background: #ffffff;
}

.wrapper:hover .spinner,
.wrapper:hover .filler,
.wrapper:hover .mask {
    animation-play-state: running;
}

.wrapper .filler {
    border-radius: 0 100% 100% 0 / 0 50% 50% 0;
    left: 50%;
    opacity: 0;
    z-index: 1;
    animation: opa 5s steps(1, end) 1 reverse;
    border-left: none;
    background: #ffffff;
}

.wrapper .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    background: #ffffff;
    opacity: 1;
    z-index: 0;
    animation: opa 5s steps(1, end) 1;
}

@keyframes rota {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes opa {
    0% {
        opacity: 0;
    }
    50%,
    100% {
        opacity: 1;
    }
}

.gm-prgm-099-outer-container {
    font-family: Arial, Helvetica, sans-serif;
    padding: 10px 0px;
    font-size: 14px;
    width: 100%;
    margin: 0 auto;
}

.basic-title {
    color: #00338D;
    font-family: 'KPMGWeb';
    font-size: 3.4rem;
    line-height: 1;
    word-wrap: break-word !important;
    word-break: normal !important;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

.gm-prgm-099-container {
    position: relative;
    padding: 35px 0;
}

.gm-prgm-099-outer-container h4 {
    color: #00338D;
    font-size: 18px;
    font-weight: 300;
    margin: 0;
    padding: 10px 0 0 0;
}

.gm-prgm-099-outer-container>p {
    color: #2d2d2d;
    color: #333333;
    line-height: 1.4;
    font-size: 14px;
    font-weight: 300;
    margin: 0;
    padding: 10px 0;
}

.nk-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.nk-absolute {
    position: absolute;
}

.gmPrgm099-chart {
    width: 480px;
    height: 480px;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 100%;
    position: relative;
}

.gmPrgm099-chart img {
    max-width: 100%;
    vertical-align: middle;
}

.nk-pie-slice-wrap {
    border: 1px solid black;
    width: 415px;
    height: 415px;
    position: absolute;
    border-radius: 100%;
}

.nk-circle {
    width: 190px;
    z-index: 9999999;
    border-radius: 100%;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.nk-rotate {
    -webkit-animation: rotation 18s 1 linear;
    animation: rotation 18s 1 linear;
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.outer-circle {
    height: 480px;
    width: 480px;
    display: none;
    z-index: 1;
    /* position: relative;
    border-radius: 100%; */
    position: absolute;
    border-radius: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.nk-pie-1,
.nk-pie-2,
.nk-pie-3,
.nk-pie-4 {
    display: inline-block;
    position: absolute;
    background: transparent;
}

.nk-pie-1 {
    width: 203px;
    height: 241px;
}

.nk-pie-2 {
    width: 237px;
    height: 203px;
}

.nk-pie-3 {
    width: 204px;
    height: 238px;
}

.nk-pie-4 {
    width: 237px;
    height: 204px;
    z-index: 9;
}

.nk-pie-1-img,
.nk-pie-2-img,
.nk-pie-3-img,
.nk-pie-4-img {
    z-index: 999;
}

.nk-pie-overlay-1,
.nk-pie-overlay-2,
.nk-pie-overlay-3,
.nk-pie-overlay-4 {
    background-color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.nk-pie-1 {
    top: 40px;
    right: 40px;
    z-index: 99999;
    border-top-right-radius: 190px;
    overflow: hidden;
}

.nk-pie-2 {
    right: 40px;
    bottom: 40px;
    z-index: 999;
    border-bottom-right-radius: 190px;
    overflow: hidden;
}

.nk-pie-3 {
    left: 40px;
    bottom: 40px;
    z-index: 99;
    border-bottom-left-radius: 190px;
    overflow: hidden;
}

.nk-pie-4 {
    left: 40px;
    top: 40px;
    border-top-left-radius: 190px;
    overflow: hidden;
}

/** Pie - Data - css ***/

.gm-prgm-099-container ul {
    display: inline-block;
    background: rgb(255, 255, 255);
    padding: 1px 4px;
    margin-bottom: 0;
    position: absolute;
    width: 250px;
}

.gm-prgm-099-container ul li {
    list-style-type: none;
    color: #00338D;
    padding: 3px 10px 3px 20px;
    position: relative;
    font-size: 13px;
    line-height: 1.4;
    position: relative;
    font-weight: 500;
}

.gm-prgm-099-container ul li::before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0;
    top: 0;
    background: transparent url("../img/business.png") no-repeat center center;
    background-size: 10px;
    list-style-type: none !important;
}

.gm-prgm-099-container ul li.nk-entrepreneur::before {
    background: transparent url("../img/entrepreneur.png") no-repeat center center;
    background-size: 13px;
}

.gm-prgm-099-container ul.strengthening-data,
.gm-prgm-099-container ul.transitioning-data,
.gm-prgm-099-container ul.wealth-management-data {
    text-align: right;
}

.gm-prgm-099-container ul.strengthening-data li::before,
.gm-prgm-099-container ul.transitioning-data li::before,
.gm-prgm-099-container ul.wealth-management-data li::before {
    display: none;
}

.gm-prgm-099-container ul.strengthening-data li,
.gm-prgm-099-container ul.transitioning-data li,
.gm-prgm-099-container ul.wealth-management-data li {
    padding: 3px;
}

.gm-prgm-099-container ul.strengthening-data li img,
.gm-prgm-099-container ul.transitioning-data li img,
.gm-prgm-099-container ul.wealth-management-data li img {
    width: 10px;
    margin-top: -2px;
    margin-right: 2px;
}

.gm-prgm-099-container ul.strengthening-data li.nk-entrepreneur img,
.gm-prgm-099-container ul.transitioning-data li.nk-entrepreneur img,
.gm-prgm-099-container ul.wealth-management-data li.nk-entrepreneur img {
    width: 13px;
}

.gm-prgm-099-container ul li.none::before {
    display: none;
}

.gm-prgm-099-container ul.wealth-management-data {
    top: 0;
    left: 0;
    display: none;
    border-right: 1px solid #005eb8;
}

.gm-prgm-099-container ul.wealth-management-data::after {
    content: "";
    position: absolute;
    border-bottom: 1px solid #005eb8;
    width: 100%;
    top: 50%;
    left: 100%;
    z-index: 0;
}

.gm-prgm-099-container ul.transitioning-data {
    top: 175px;
    left: 0;
    display: none;
    border-right: 1px solid #6d2077;
}

.gm-prgm-099-container ul.transitioning-data::after {
    content: "";
    position: absolute;
    border-bottom: 1px solid #6d2077;
    width: 100%;
    top: 50%;
    left: 100%;
    z-index: 0;
}

.gm-prgm-099-container ul.strengthening-data {
    top: 345px;
    left: 0;
    display: none;
    border-right: 1px solid #0091da;
}

.gm-prgm-099-container ul.strengthening-data::after {
    content: "";
    position: absolute;
    border-bottom: 1px solid #0091da;
    width: 100%;
    top: 50%;
    left: 100%;
    z-index: 0;
}

.gm-prgm-099-container ul.starting-data {
    right: 0;
    top: 95px;
    display: none;
    border-left: 1px solid #00a3a1;
}

.gm-prgm-099-container ul.starting-data::after {
    content: "";
    position: absolute;
    border-bottom: 1px solid #00a3a1;
    width: 100%;
    top: 50%;
    right: 100%;
    z-index: 0;
}

.gm-prgm-099-container ul.growing-data {
    right: 0;
    top: 270px;
    display: none;
    border-left: 1px solid #00338d;
}

.gm-prgm-099-container ul.growing-data::after {
    content: "";
    position: absolute;
    border-bottom: 1px solid #00338d;
    width: 100%;
    top: 50%;
    right: 100%;
    z-index: 0;
}

.nk-starting-img {
    top: 45px;
    left: 70px;
    width: 25px;
}

.nk-growing-img {
    top: 55px;
    left: 130px;
    width: 25px;
}

.nk-strengthening-img {
    top: 85px;
    left: 65px;
    width: 32px;
}

.nk-transitioning-img {
    top: 50px;
    left: 100px;
    width: 25px;
}

.gmPrgm099-chart>div p,
.gmPrgm099-chart>div span {
    color: #ffffff;
    position: absolute;
}

.gmPrgm099-chart>div span {
    font-size: 13px;
}

.gmPrgm099-chart>div span b {
    font-weight: normal;
}

.nk-pie-1 p {
    top: 88px;
    left: 55px;
    margin: 0;
    font-size: 17px;
    font-weight: 600;
}

.nk-pie-1 span:nth-of-type(1) {
    top: 115px;
    left: 75px;
}

.nk-pie-1 span:nth-of-type(2) {
    top: 132px;
    left: 85px;
}

.nk-pie-1 span:nth-of-type(3) {
    top: 150px;
    left: 95px;
}

.nk-pie-1 span:nth-of-type(4) {
    top: 167px;
    left: 98px;
}

.nk-pie-2 p {
    top: 88px;
    left: 95px;
    margin: 0;
    font-size: 17px;
    font-weight: 600;
}

.nk-pie-2 span:nth-of-type(1) {
    top: 110px;
    left: 95px;
}

.nk-pie-2 span:nth-of-type(2) {
    top: 128px;
    left: 110px;
}

.nk-pie-2 span:nth-of-type(3) {
    top: 146px;
    left: 96px;
}

.nk-pie-3 p {
    top: 113px;
    left: 30px;
    margin: 0;
    font-size: 17px;
    font-weight: 600;
}

.nk-pie-3 span:nth-of-type(1) {
    top: 138px;
    left: 45px;
}

.nk-pie-3 span:nth-of-type(2) {
    top: 156px;
    left: 65px;
}

.nk-pie-3 span:nth-of-type(3) {
    top: 175px;
    left: 95px;
}

.nk-pie-4 p {
    top: 82px;
    left: 60px;
    margin: 0;
    font-size: 17px;
    font-weight: 600;
}

.nk-pie-4 span:nth-of-type(1) {
    top: 105px;
    left: 75px;
}

.nk-pie-4 span:nth-of-type(2) {
    top: 122px;
    left: 90px;
}

.nk-close {
    display: none;
}

.gm-prgm-099-container .nk-legends {
    display: none;
}

.gm-prgm-099-container .nk-legends ul {
    position: static;
    display: block;
    padding: 5px 4px;
    width: 100%;
    text-align: center;
    margin-top: 35px;
}

.gm-prgm-099-container .nk-legends ul li {
    padding: 5px 15px;
    display: inline-block;
    line-height: 14px;
    word-spacing: -1px;
}

.gm-prgm-099-container .nk-legends ul li img {
    width: 15px;
    vertical-align: bottom;
    margin: 0 3px 0 0;
}

.gm-prgm-099-container .nk-legends ul li::before {
    display: none;
}

ul.wealth-management-data li a {
    color: #00338D;
}

ul.transitioning-data li a {
    color: #00338D;
}

ul.strengthening-data li a {
    color: #00338D;
}

ul.starting-data li a {
    color: #00338D;
}

ul.growing-data li a {
    color: #00338D;
}

.gm-prgm-099-nav {
    background: #00338d;
    padding: 10px 0px;
}

ul.breadcrumb {
    margin: 0;
    padding: 0 8px 0 8px;
    list-style: none;
}

ul.breadcrumb li {
    display: inline;
    font-size: 14px;
    word-spacing: -1px;
}

ul.breadcrumb li+li:before {
    color: #00A3A1;
    content: "|";
    padding: 0px 5px;
    font-weight: 900;
    font-size: 15px;
}

ul.breadcrumb li a {
    color: #fff;
    text-decoration: none;
}

ul.breadcrumb li a:hover {
    color: #fff;
    text-decoration: underline;
}

@media (max-width:1090px) {
    .gm-prgm-099-outer-container {
        width: 100%;
    }
    .nk-rotate {
        -webkit-animation: rotation 9.5s 1 linear;
        animation: rotation 9.5s 1 linear;
    }
    /* .pointer-none {
        pointer-events: none;
    } */
}

@media (max-width:1059px) {
    ul.breadcrumb li {
        display: block;
        border-bottom: 1px solid #00A3A1;
        list-style: none;
        padding: 10px 0;
    }
    ul.breadcrumb li+li:before {
        display: none;
    }
}

@media (max-width:1023px) {
    .gm-prgm-099-container {
        width: 480px;
        margin: 0 auto;
    }
    .gm-prgm-099-container ul li.none {
        padding-left: 5px;
    }
    .gm-prgm-099-container ul.wealth-management-data,
    .gm-prgm-099-container ul.transitioning-data,
    .gm-prgm-099-container ul.strengthening-data,
    .gm-prgm-099-container ul.starting-data,
    .gm-prgm-099-container ul.growing-data {
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        z-index: 99999999999;
        margin: 0;
        width: 68%;
        padding: 15px 10px;
        border-radius: 4px;
        background-color: rgba(255, 255, 255, 0.95);
    }
    .nk-close {
        display: inline-block;
        position: absolute;
        top: 5px;
        right: 10px;
        width: 20px;
        text-align: center;
        font-size: 20px;
        font-weight: 600;
        color: #3059a2;
        color: #00338D;
    }
    .nk-close:hover,
    .nk-close:focus {
        cursor: pointer;
    }
    .gm-prgm-099-container ul li {
        list-style-type: none;
        color: #00338D;
        padding: 3px 10px 3px 20px;
        position: relative;
        font-size: 14px;
        line-height: 1.4;
        position: relative;
        font-weight: 300;
    }
    .gm-prgm-099-container ul li::before {
        top: 2px;
    }
    .gm-prgm-099-container ul.strengthening-data,
    .gm-prgm-099-container ul.transitioning-data,
    .gm-prgm-099-container ul.wealth-management-data {
        text-align: left;
    }
    .gm-prgm-099-container ul.growing-data::after,
    .gm-prgm-099-container ul.starting-data::after,
    .gm-prgm-099-container ul.strengthening-data::after,
    .gm-prgm-099-container ul.transitioning-data::after,
    .gm-prgm-099-container ul.wealth-management-data::after {
        display: none;
    }
    .container {
        width: 100%;
    }
    .nk-pie-data {
        width: 480px;
        height: 480px;
        position: absolute;
        border-radius: 100%;
        top: 35px;
        background: rgba(0, 0, 0, 0.3);
        z-index: 9999999;
        display: none;
    }
    .nk-pie-1:hover,
    .nk-pie-2:hover,
    .nk-pie-3:hover,
    .nk-pie-4:hover,
    .outer-circle:hover {
        cursor: pointer;
    }
    ul.breadcrumb li {
        display: block;
        border-bottom: 1px solid #00A3A1;
        list-style: none;
        padding: 10px 0;
    }
    ul.breadcrumb li+li:before {
        display: none;
    }
}

@media(max-width:510px) {
    .gm-prgm-099-container {
        width: 300px;
    }
    .basic-title {
        font-size: 3rem;
    }
    .gmPrgm099-chart,
    .outer-circle,
    .nk-pie-data {
        width: 300px;
        height: 300px;
    }
    #nk_circle {
        width: 102px;
    }
    .gm-prgm-099-container ul.wealth-management-data,
    .gm-prgm-099-container ul.transitioning-data,
    .gm-prgm-099-container ul.strengthening-data,
    .gm-prgm-099-container ul.starting-data,
    .gm-prgm-099-container ul.growing-data {
        width: 80%;
        height: 155px;
        overflow-y: scroll;
    }
    .nk-pie-3 {
        left: 27px;
        bottom: 27px;
        width: 125px;
        height: 146px;
        /* border-radius: 0px; */
        border-bottom-left-radius: 110px;
    }
    .nk-pie-1 {
        top: 27px;
        right: 27px;
        width: 125px;
        height: 148px;
        /* border-radius: 0px; */
        border-top-right-radius: 110px;
    }
    .nk-pie-2 {
        right: 27px;
        bottom: 27px;
        width: 146px;
        height: 125px;
        /* border-radius: 0px; */
        border-bottom-right-radius: 110px;
    }
    .nk-pie-4 {
        left: 27px;
        top: 27px;
        width: 146px;
        height: 125px;
        /* border-radius: 0px; */
        border-top-left-radius: 110px;
    }
    .gmPrgm099-chart>div span {
        font-size: 11px;
        /* display: none; */
    }
    .nk-starting-img {
        top: 17px;
        left: 30px;
        width: 15px;
    }
    .nk-pie-1 p {
        top: 43px;
        left: 25px;
        font-size: 12px;
    }
    .nk-pie-1 span:nth-of-type(1) {
        top: 60px;
        left: 35px;
    }
    .nk-pie-1 span:nth-of-type(2) {
        top: 74px;
        left: 38px;
    }
    .nk-pie-1 span:nth-of-type(3) {
        top: 89px;
        left: 51px;
    }
    .nk-pie-1 span:nth-of-type(4) {
        top: 104px;
        left: 65px;
    }
    .nk-growing-img {
        top: 25px;
        left: 77px;
        width: 17px;
    }
    .nk-pie-2 p {
        top: 46px;
        left: 60px;
        font-size: 12px;
    }
    .nk-pie-2 span:nth-of-type(1) {
        top: 63px;
        left: 35px;
    }
    .nk-pie-2 span:nth-of-type(2) {
        top: 77px;
        left: 48px;
    }
    .nk-pie-2 span:nth-of-type(3) {
        top: 90px;
        left: 36px;
    }
    .nk-strengthening-img {
        top: 36px;
        left: 30px;
        width: 22px;
    }
    .nk-pie-3 p {
        top: 60px;
        left: 9px;
        margin: 0;
        font-size: 12px;
        font-weight: 600;
    }
    .nk-pie-3 span:nth-of-type(1) {
        top: 74px;
        left: 30px;
    }
    .nk-pie-3 span:nth-of-type(2) {
        top: 102px;
        left: 43px;
        line-height: 11px;
    }
    .nk-pie-3 span:nth-of-type(2) b {
        display: block;
        margin-left: 8px;
    }
    .nk-pie-3 span:nth-of-type(3) {
        top: 122px;
        left: 75px;
    }
    .gmPrgm099-chart>div p b {
        font-weight: 600;
    }
    .nk-transitioning-img {
        top: 18px;
        left: 90px;
        width: 17px;
    }
    .nk-pie-4 p {
        top: 43px;
        left: 45px;
        margin: 0;
        font-size: 12px;
        font-weight: 600;
    }
    .nk-pie-4 span:nth-of-type(1) {
        top: 61px;
        left: 35px;
    }
    .nk-pie-4 span:nth-of-type(2) {
        top: 75px;
        left: 50px;
    }
    .gm-prgm-099-container ul li {
        font-size: 13px;
    }
    .gm-prgm-099-container .nk-legends ul {
        margin-top: 10px;
    }
    .gm-prgm-099-container ul.strengthening-data li img,
    .gm-prgm-099-container ul.transitioning-data li img,
    .gm-prgm-099-container ul.wealth-management-data li img .gm-prgm-099-container ul.starting-data li img .gm-prgm-099-container ul.growing-data li img {
        width: 10px;
        position: absolute;
        left: 0;
    }
    .gm-prgm-099-container ul.starting-data li.nk-entrepreneur img,
    .gm-prgm-099-container ul.transitioning-data li.nk-entrepreneur img,
    .gm-prgm-099-container ul.wealth-management-data li.nk-entrepreneur img {
        width: 13px;
        position: absolute;
        left: 0;
        top: 7px;
    }
    .gm-prgm-099-container ul.strengthening-data li,
    .gm-prgm-099-container ul.transitioning-data li,
    .gm-prgm-099-container ul.starting-data li,
    .gm-prgm-099-container ul.growing-data li,
    .gm-prgm-099-container ul.wealth-management-data li {
        padding: 3px 0 0 23px;
    }
}