* {
    margin: 0;
    padding: 0;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
}

body {
    -moz-user-select: none;
}
p, div {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -webkit-transform: translateZ(0);
}
* {font-size: 100%;}
div {position: absolute;}
sup {line-height: 0px;}
b {font-weight: 700;}
i{font-style: italic;}

/* -----HOTSPOTS----- */

#expandHotspot, #exitClick{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

/* -----SUPER----- */

.frame1-col-copy1-sup{
    position: relative;
    font-size: 20px;
}

.frame1-col-footer-sup{
    position: relative;
    font-size: 6px;
}

.frame1-exp-footer-sup{
    position: relative;
    font-size: 6px;
}

.frame1-exp-copy1-sup{
    position: relative;
    top: 1px;
    font-size: 15px;
}
.frame1-exp-bullet-sup{
    position: relative;
    top: 1px;
    font-size: 11px;
}

.frame1-exp-bullet-sup1{
    position: relative;
    top: 1px;
    font-size: 11px;
}

.title_sup {
    top: 0px !important;
}

/* -----TRANSITIONS----- */

.trans{
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.fadeDown{
    opacity: 0;
    transform: translateY(-10px);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.fadeRight{
    opacity: 0;
    transform: translateX(-10px);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.hidden{
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

/* -----FONTS----- */

.notoReg{
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
}

.notoBold{
    font-family: 'Noto Sans', sans-serif;
    font-weight: 700;
}

.openBold{
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}

/* -----FRAMES----- */

.frames{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background-repeat: no-repeat;
    background-size: contain;
}

#blocker{
    background-color: #f4f4f2;
    visibility: hidden;
    position: absolute;
    width: 970px;
    height: 550px;
    left: 0px;
    top: 0px;
    z-index:5;
}

#blocker2{
    background-color: #f4f4f2;
    visibility: hidden;
    position: absolute;
    width: 970px;
    height: 550px;
    left: 0px;
    top: 0px;
    z-index:5;
}


/* -----CONTAINERS----- */

#mainContainer {
    width: 970px;
    height: 550px;
    overflow: hidden;
    visibility: hidden;
    /* background: #FFFFFF; */

}
#collapsedContainer{
    position: absolute;
    right: 0px;
    top: 0px;
    width: 968px;
    height: 248px;
    border: 1px solid #c1c1c1;
    background-color: #ffffff;
    overflow: hidden;
}
#expandedContainer {
    width: 968px;
    height: 248px;
    background-color: #ffffff;
    border: 1px solid #c1c1c1;
    top: 0px;
    right: 0px;
    overflow: hidden;
    visibility: hidden;

}

/* -----WRAPPERS----- */

#wrapperSup {
    font-size: 10px;
    line-height: 0px;
    margin-left: -4px;
}
#collapsedWrapper {
    width: 970px;
    height: 250px;
    top: -1px;
    left: -1px;
}
#expandedWrapper {
    width: 970px;
    height: 550px;
    background-color: #F4F4F2;
    top: -1px;
    left: -1px;

}
.wrapper * {
    background-repeat: no-repeat;
}

/* -----BACKGROUNDS----- */

#frame1-col-bg{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: #ffffff;
}

#frame1-exp-bg{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 970px;
    height: 550px;
    background-size: contain;
    background-repeat: no-repeat;
}

/* -----COPIES----- */

#frame1-col-headertxt{
    position: absolute;
    top: 16px;
    left: 20px;
    font-size: 16px;
    line-height: 18px;
    color: #171c8f;
}

#frame1-col-disclaimer {
    position: absolute;
    top: 210px;
    left: 565px;
    letter-spacing: -0.3px;
    font-size: 10px;
    color: #ffffff;
}

#frame1-footer-copy {
    position: absolute;
    top: 1px;
    left: 20px;
    font-size: 12px;
    letter-spacing: -0.25px;
    color: #444444;
}

#frame1-col-copy1{
    position: absolute;
    top: 62px;
    left: 19px;
    font-size: 36px;
    line-height: 40px;
    color: #171c8f;
    letter-spacing: -0.7px;
}

#frame1-exp-headertxt{
    position: absolute;
    top: 36px;
    left: 276px;
    width: 370px;
    height: 60px;
    font-size: 16px;
    color: #171c8f;
    line-height: 18px;
}

#frame1-exp-disclaimer{
    position: absolute;
    top: 494px;
    left: 534px;
    font-size: 10px;
    color: #ffffff;
    letter-spacing: -0.25px;
}

#frame1-footer-exp-copy{
    position: absolute;
    top: 1px;
    left: 22px;
    letter-spacing: -0.25px;
    font-size: 12px;
    color: #444444;
}

#frame1-exp-copy1, #frame2-exp-copy1{
    position: absolute;
    font-size: 26px;
    color: #171c8f;
    line-height: 30px;
}

#frame1-exp-copy2, #frame2-exp-copy2{
    position: absolute;
    font-size: 18px;
    color: #444444;
    line-height: 23px;
}

#frame1-exp-copy3, #frame2-exp-copy3{
    position: absolute;
    font-size: 12px;
    color: #444444;
    line-height: 16px;
}

#frame1-exp-copy1 {
    top: 128px;
    left: 120px;
}

#frame2-exp-copy1{
    top: 134px;
    left: 116px;
}

#frame1-exp-copy2{
    top: 263px;
    left: 22px;
}

#frame2-exp-copy2{
    top: 244px;
    left: 22px;
    line-height: 21px;
}

#frame1-exp-copy3 {
    top: 460px;
    left: 18px;
}

#frame2-exp-copy3{
    top: 477px;
    left: 17px;
}

#frame3-exp-copy1 {
    position: absolute;
    font-size: 30px;
    top: 124px;
    left: 21px;
    color: #171c8f;
    line-height: 36px;
}

#frame3-exp-copy2 {
    position: absolute;
    font-size: 18px;
    color: #444444;
    top: 251px;
    left: 21px;
}

/* -----OTHER ELEMENTS----- */
#col-footer, #exp-footer {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 671px;
    height: 19px;
    background-color: #ffde9b;
}

#col-cta{
    position: absolute;
    top: 171px;
    left: 236px;
    width: 173px;
    height: 35px;
    background-color: #ff8200;
    border-radius: 4px;
}

#col-ctaText{
    position: relative;
    top: 4px;
    left: 9px;
    font-size: 16px;
    color: #ffffff;
    transform: translateX(10px);
}

#col-ctaIcon{
    position: absolute;
    top: 9px;
    right: 7px;
    width: 16px;
    height: 16px;
    background-size: contain;
    background-repeat: no-repeat;
    transform: translateX(-10px);
}

.frame_bullet {
    color: #171c8f;
    font-weight: 700;
}

.frame-exp-bullet {
    position: relative;
    margin-left: 7px;
}

#frame1-exp-icon, #frame2-exp-icon{
    position: absolute;
    top: 138px;
    left: 22px;
    width: 74px;
    height: 82px;
    background-size: contain;
    background-repeat: no-repeat;
}

#frame2-exp-icon{
    width: 68px !important;
    height: 74px !important;
}

#frame3-exp-icon1, #frame3-exp-icon2{
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
}

#frame3-exp-icon1{
    width: 74px;
    height: 82px;
    top: 299px;
    left: 23px;
}

#frame3-exp-icon2{
    width: 68px;
    height: 74px;
    top: 302px;
    left: 113px;
}

#exp_replay{
    position: absolute;
    top: 408px;
    left: 210px;
    width: 101px;
    height: 37px;
    background-color: #ffffff;
    border: 1px solid #ff8200;
    border-radius: 4px;
    cursor: pointer;
}

#exp-replay-text{
    position: absolute;
    top: 7px;
    left: 6px;
    font-size: 16px;
    color: #171c8f;
}

#exp-replay-icon{
    position: absolute;
    top: 10px;
    right: 11px;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
}

#exp-cta{
    position: absolute;
    top: 409px;
    left: 23px;
    width: 172px;
    height: 38px;
    background-color: #ff8200;
    border-radius: 5px;
}
#exp-cta-text{
    position: absolute;
    top: 6px;
    left: 31px;
    
    font-size: 18px;
    color: #ffffff;
}
#exp-cta-icon{
    position: absolute;
    top: 10px;
    right: 18px;
    width: 19px;
    height: 19px;
    background-size: contain;
    background-repeat: no-repeat;
}

#close_icon {
    position: absolute;
    width: 14px;
    height: 14px;
    background-size: contain;
    background-repeat: no-repeat;
    top: 2px;
    left: 3px;
}

#closeTxt {
    position: absolute;
    top: 2px;
    left: 21px;
}

#closeBtn {
    color: #ff8200;
    font-size: 9px;
    cursor: pointer;
    width: 52px;
    height: 17px;
    position: absolute;
    top: 1px;
    right: 252px;
    opacity: 0;
}

#isiClick{
    width: 344px;
    height: 19px;
    position: absolute;
    top: 0px;
    right: 0px;
}

/* -----ISI ELEMENTS----- */

#IRI_mainContainer_exp {
    position: absolute;
    width: 307px;
    height: 548px;
    right: 0px;
    background-color: #eeeeee;
}

#IRI_mainContainer{
    width: 308px;
    height: 100%;
    left:660px;
    top: 0px;
    background-color: rgba(0,0,0,0);
    pointer-events: none;
}

/* -----ISI TEXTS----- */

.isiTextK, .isiTextQ, .isiTextJ{
    position: relative;
    margin-left: 1px;
}

.isiTextK{
    font-family: 'Noto Sans', sans-serif;
    font-weight: 700;
    font-size: 11px;
    line-height: 12px;
    color: #171c8f;
    padding-top: 3px;
}


.isiTextQ{
    font-family: 'Noto Sans', sans-serif;
    font-weight: 700;
    font-size: 11px;
    color: #444444;
    padding-top: 3px;
    line-height: 12px;
}

.isiTextJ{
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
    font-size: 11px;
    line-height: 12px;
    color: #444444;    padding-top: 3px;
}

.isiBullet{
    font-family: 'Noto Sans', sans-serif;
    font-weight: 700;
    color: #ff8728;
    position: absolute;
    left: 0px;
    font-size: 11px;
}

#isiContent sup{
    font-size: 7px;
    position: relative;
    top: 1px;
}

#isiContent_exp sup {
    font-size: 7px;
    position: relative;
    top: 1px;
}

.isiTextQ a, .isiTextJ a{
    color: #171c8f;
}

/* -----ISI OTHER ELEMENTS----- */

#novaLogo {
    position: relative !important;
    left: 218px;
    width: 54px;
    height: 39px;
    bottom: 38px;
    background-size: contain;
    background-repeat: no-repeat;
}

#novaLogo_exp {
    position: relative !important;
    left: 218px;
    width: 54px;
    height: 39px;
    bottom: 38px;
    background-size: contain;
    background-repeat: no-repeat;
}

#isiHeader {
    width: 318px;
    height: 20px;
    top: 1px;
    background-color: #ffffff;
    font-family: 'Noto Sans', sans-serif;

    pointer-events: all;
}


#isiHeader_exp {
    width: 317px;
    height: 20px;
    top: 20px;
    left: 0px;
    background-color: #ffffff;
    font-family: 'Noto Sans', sans-serif;
}

#ihText {
    font-family: 'Noto Sans', sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #171c8f;
    top: 4px;
    left: 7px;
    line-height: 13px;
    letter-spacing: 0px;
}
#ihText_exp {
    font-family: 'Noto Sans', sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #171c8f;
    /* margin: 1px 0px 0px 7px; */
    top: 0px;
    left: 8px;
    letter-spacing: 0px;
}

#isiHeaderBottom {
    font-weight: 700;
    font-size: 11px;
    margin: 1px 0px 0px 7px !important;
    color: #171c8f;
    font-family: 'Noto Sans', sans-serif;

    pointer-events: all;
}

#isiHeaderBottom_exp {
    font-family: 'Noto Sans', sans-serif;
    font-weight: 700;
    font-size: 11px;
    top: 0px;
    left: 7px;
    color: #171c8f;
    cursor: pointer;
}

#isiContent > * {
    position: static;
}

#isiContent_exp > * {
    position: static;
}

.isiBg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 250px;
    background-color: #ffffff;
    pointer-events: all;
}

#isiContainer {
    top: 18px;
    width: 318px;
    height: 205px;
    overflow: hidden;
    cursor: default;
    pointer-events: all;
}


#isiContainer_exp {
    background-color: #ffffff;
    width: 317px;
    height: 520px;
    overflow: hidden;
    cursor: default;
    /* border-left: 1px solid #c1c1c1; */

    -webkit-transform: translate(0px, 38px);
    -moz-transform: translate(0px, 38px);
    -ms-transform:translate(0px, 38px);
    -o-transform: translate(0px, 38px);
    transform: translate(0px, 38px);
}

#isiContent {
    position: absolute;
    top: -1px;
    left: 7px;
    width: 280px;
    line-height: 7px;
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}


#isiContent_exp {
    position: absolute;
    top: 0px;
    left: 7px;
    width: 290px;
    line-height: 7px;
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}

#ihTextBottom {
    z-index:1;
    position: absolute;
    width: 319px;
    height: 18px;
    bottom: 0px;
    cursor: pointer;
    background-color: #ffefcc;
    pointer-events: all;
}

#ihTextBottom_exp {
    width: 317px;
    height: 18px;
    bottom: 0px;
    left: 0px;
    position: absolute;
    background-color: #ffefcc;
    text-decoration: underline;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 17px;
    /* border-left: 1px solid #c1c1c1; */
}


#scrollBg {
    width: 5px;
    right: 5px;
    top: 23px;
    height: 163px;
    background-color: #bbbbbb;
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px);

    pointer-events: all;
}

#scrollBg_exp {
    width: 5px;
    right: 4px;
    top: 23px;
    height: 500px;
    background-color: #bbbbbb;



    -webkit-transform: translate(556px, 27px);
    -moz-transform: translate(556px, 27px);
    -ms-transform: translate(556px, 27px);
    -o-transform: translate(556px, 27px);
    transform: translate(556px, 27px);
}

#scrollBar {
    width: 5px;
    background-color: #171c8f;
    cursor: pointer;
    border-bottom: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}
#scrollBar_exp {
    width: 5px;
    background-color: #171c8f;
    cursor: pointer;
    border-bottom: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}

/* Property Work's For FireFox Only */
@-moz-document url-prefix() {
    .frame1-col-footer-sup {
        top: -1px;
    }
    .frame1-exp-bullet-sup1{
        top: 0px;
    }
    .title_sup {
        top: -1px !important;
    }
}

/* Property Work's For Internet Explorer Edge Only */
@supports (-ms-ime-align: auto) {

}

/* Property Work's For Internet Explorer 11, 10 Only */
@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {

}
