body#gmprgm0104 {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
}

@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;
}

body#gmprgm0104 * {
    box-sizing: border-box;
}

.gm-prgm-0104-wrap {
    width: 100%;
    margin: 0 auto;
    position: relative;
    height: 500px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    overflow: hidden;
}

.gm-prgm-0104-wrap .nk-center {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.gm-prgm-0104-wrap #nk_outer_circle {
    max-width: 100%;
    width: 100%;
    vertical-align: middle;
    display: none;
}

.gm-prgm-0104-wrap .nk-circle {
    width: 105px;
    position: absolute;
    border-radius: 100%;
    display: none;
}

.gm-prgm-0104-wrap .nk-circle:hover,
.gm-prgm-0104-wrap .nk-circle:focus {
    cursor: pointer;
}

.gm-prgm-0104-wrap .nk-circle.trans {
    transition: all 0.3s linear;
}

.gm-prgm-0104-wrap .gm-prgm-0104-content {
    /* border: 1px solid; */
    width: 330px;
    height: 330px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.gm-prgm-0104-wrap .nk-circle.img-1 {
    top: -40px;
    left: 50%;
    transform: translate(-50%);
}

.gm-prgm-0104-wrap .nk-circle.img-1.nk-active {
    top: -80px;
    box-shadow: 0px 0px 0px 15px #fff;
    transition: all 0.3s linear;
}

.gm-prgm-0104-wrap img.nk-circle.img-2 {
    top: 40px;
    right: -20px;
}

.gm-prgm-0104-wrap .nk-circle.img-2.nk-active {
    top: 15px;
    right: -60px;
    box-shadow: 0px 0px 0px 15px #fff;
    transition: all 0.3s linear;
}

.gm-prgm-0104-wrap img.nk-circle.img-3 {
    bottom: 40px;
    right: -20px;
}

.gm-prgm-0104-wrap .nk-circle.img-3.nk-active {
    bottom: 15px;
    right: -60px;
    box-shadow: 0px 0px 0px 15px #fff;
    transition: all 0.3s linear;
}

.gm-prgm-0104-wrap .nk-circle.img-4 {
    bottom: -40px;
    left: 50%;
    transform: translate(-50%);
}

.gm-prgm-0104-wrap .nk-circle.img-4.nk-active {
    bottom: -80px;
    box-shadow: 0px 0px 0px 15px #fff;
    transition: all 0.3s linear;
}

.gm-prgm-0104-wrap img.nk-circle.img-5 {
    bottom: 40px;
    left: -20px;
}

.gm-prgm-0104-wrap .nk-circle.img-5.nk-active {
    bottom: 15px;
    left: -60px;
    box-shadow: 0px 0px 0px 15px #fff;
    transition: all 0.3s linear;
}

.gm-prgm-0104-wrap img.nk-circle.img-6 {
    top: 40px;
    left: -20px;
}

.gm-prgm-0104-wrap .center-text {
    display: none;
}

.gm-prgm-0104-wrap .nk-circle.img-6.nk-active {
    top: 15px;
    left: -60px;
    box-shadow: 0px 0px 0px 15px #fff;
    transition: all 0.3s linear;
}

.gm-prgm-0104-wrap .gm-prgm-0104-wrap .center-text span {
    color: #0091da;
    font-size: 24px;
    font-weight: 600;
    display: block;
    text-align: center;
    margin-bottom: 1px;
}

.gm-prgm-0104-wrap .modal-wrap {
    background: rgb(5, 80, 151);
    padding: 10px 15px;
    border: 2px solid white;
    width: 285px;
    color: #fff;
    display: none;
}

.gm-prgm-0104-wrap .modal-wrap h3 {
    color: #fff;
    font-size: 16px;
    margin-bottom: 6px;
}

.gm-prgm-0104-wrap .modal-wrap p {
    color: #fff;
    font-size: 15px;
    line-height: 1.4;
    margin-top: 5px;
}

.gm-prgm-0104-wrap .nk-cross {
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 27px;
    color: #ffffff;
    z-index: 999;
    opacity: 0.6;
}

.gm-prgm-0104-wrap .nk-cross:hover,
.gm-prgm-0104-wrap .nk-cross:focus {
    cursor: pointer;
    opacity: 1;
}

@media(max-width:500px) {
    .gm-prgm-0104-wrap .gm-prgm-0104-content {
        width: 200px;
        height: 200px;
    }
    .gm-prgm-0104-wrap .gm-prgm-0104-wrap .center-text span {
        color: #0091da;
        font-size: 16px;
    }
    .gm-prgm-0104-wrap .nk-circle {
        width: 70px;
    }
    .gm-prgm-0104-wrap .nk-circle.img-1 {
        top: -30px;
    }
    .gm-prgm-0104-wrap .nk-circle.img-1.nk-active {
        top: -50px;
    }
    .gm-prgm-0104-wrap img.nk-circle.img-2 {
        top: 20px;
        right: -15px;
    }
    .gm-prgm-0104-wrap .nk-circle.img-2.nk-active {
        top: 8px;
        right: -33px;
    }
    .gm-prgm-0104-wrap img.nk-circle.img-3 {
        bottom: 20px;
        right: -15px;
    }
    .gm-prgm-0104-wrap .nk-circle.img-3.nk-active {
        bottom: 8px;
        right: -33px;
    }
    .gm-prgm-0104-wrap .nk-circle.img-4 {
        bottom: -30px;
    }
    .gm-prgm-0104-wrap .nk-circle.img-4.nk-active {
        bottom: -50px;
    }
    .gm-prgm-0104-wrap img.nk-circle.img-5 {
        bottom: 20px;
        left: -15px;
    }
    .gm-prgm-0104-wrap .nk-circle.img-5.nk-active {
        bottom: 8px;
        left: -33px;
    }
    .gm-prgm-0104-wrap img.nk-circle.img-6 {
        top: 20px;
        left: -15px;
    }
    .gm-prgm-0104-wrap .nk-circle.img-6.nk-active {
        top: 8px;
        left: -33px;
    }
    .gm-prgm-0104-wrap .gm-prgm-0104-wrap {
        height: 330px;
    }
}