* {
    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);
      transform: translateZ(0);
    webkit-user-select: none;
    /* Safari 3.1+ */
    -moz-user-select: none;
    /* Firefox 2+ */
    -ms-user-select: none;
    /* IE 10+ */
    user-select: none;
    /* Standard syntax */
}

body {
    -moz-user-select: none;

}

#guide {
    /* visibility: hidden; */
}



div {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

p {
    -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%;
}

#container {
    width: 728px;
    height: 90px;
    /* height: 1461px; */
    box-sizing: border-box;
    border: 1px solid #ec8627;
    overflow: hidden;
    visibility: hidden;
}

div {
    position: absolute;
}

sup {
    line-height: 0px;
}

.wrapper {
    width: 728px;
    height: 90px;
    top: -1px;
    left: -1px;
}

.hotspot {
    position: absolute;
    width: 728px;
    height: 90px;
    top: 0px;
    left: 0px;
    cursor: pointer;
    /* visibility: hidden; */
}

#scrollBg {
    width: 5px;
    height: 49px;
    background: #bbbbbb;
    right: 0px;
    border: 1px solid #ffffff;
}

#scrollBar {
    width: 5px;
    left: -1px;
    top: -1px;
    background-color: #234b86;
    border: 1px solid #ffffff;
    cursor: pointer;

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

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

#isiHeader {
    width: 239px;
    height: 17px;
    background-color: #ffffff;
    left: 1px;
    top: 0px;
}

#ihText {
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    font-weight: 700;
    color: #171c8f;
    margin: 0px 0px 0px 8px;
    letter-spacing: .3px;
}

#isiBtnP {
    width: 14px;
    height: 14px;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    right: 4px;
    top: 19px;
    cursor: pointer;
}

#isiBtnM {
    width: 14px;
    height: 14px;
    background-size: contain;
    background-repeat: no-repeat;
    display: none;
    right: 4px;
    top: 19px;
    cursor: pointer;
}

#isiHeaderBottom {
    width: 239px;
    height: 16px;
    right: 0px;
    background-color: #eeeeee;
    visibility: hidden;
    opacity: 0;

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

    transition: opacity .8s ease-in-out;
    -webkit-transition: opacity .8s ease-in-out;
    -moz-transition: opacity .8s ease-in-out;
}

#IRI_mainContainer {
    width: 240px;
    height: 88px;
    right: 0px;
    visibility: hidden;
    opacity: 0;
   -webkit-transition: transform .5s ease-out;
    -moz-transition: transform .5s ease-out;
    transition: transform .5s ease-out;

    transition: opacity .8s ease-in-out;
    -webkit-transition: opacity .8s ease-in-out;
    -moz-transition: opacity .8s ease-in-out;
}

#isiContainer {
    width: 239px;
    height: 87px;
    cursor: default;
    background-color: #ffffff;
    border: 1px solid #c1c1c1;
    right: -1px;
    top: -1px;

    -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 {
    width: 229px;
    padding-left: 6px;
    -webkit-transform: translate(px, 0px);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}

#isiContent > * {
    position: static;
    margin-bottom: 2px;
}

#ihTextBottom {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 10px;
    top: 0px;
    color: #0f1a8c;
    cursor: pointer;
    width: 235px;
}

.isiBlackBold {
    color: #333333;
    font-family: 'Open Sans';
    font-weight: 700;
    font-size: 10px;
    line-height: 13px;
    /* letter-spacing: .22px; */
    padding-bottom: 2px;
}

.isiBlackNormal {
    color: #333333;
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 10px;
    line-height: 13px;
    /* letter-spacing: .22px; */
    padding-bottom: 3px;
}

.isiBlueBold {
    color: #171c8f;
    font-family: 'Open Sans';
    font-weight: 700;
    font-size: 10px;
    line-height: 13px;
    /* letter-spacing: .22px; */
    padding-bottom: 3px;
}

.isiBullet {
    color: #333333;
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 10px;
    line-height: 13px;
    padding-left: 6px;
    /* letter-spacing: .22px; */
    padding-bottom: 2px;
}

.bullet_or{
    position: absolute;
    left: 0px;
    font-weight: 700;
    line-height: 13px;
    color: #ff8200;
}


.reg_sup {
    position: relative;
    font-size: 6px;
    top: 0px;
    padding-right: 0px;
}

#f2sup1 {
    position: relative;
    font-size: 8px;
    top: 0px;
    padding-right: 0px;
}

#f2sup2 {
    position: relative;
    font-size: 8px;
    top: -1px;
    padding-right: 0px;
}


#f3sup1 {
    position: relative;
    font-size: 26px;
    top: 0px;
    left: 2px;
    padding-right: 0px;
}

#f3sup2 {
    position: relative;
    font-size: 8px;
    top: 2px;
    left: 1px;
    padding-right: 0px;
}

#f3sup3 {
    position: absolute;
    font-size: 6px;
    top: 5px;
    left: 7px;
    padding-right: 0px;
}

.bg {
    position: absolute;
    width: 728px;
    height: 90px;
    background-size: contain;
    background-repeat: no-repeat;
}

.frame1 {
    position: absolute;
    width: 728px;
    height: 90px;
}
.frame2 {
    position: absolute;
    width: 728px;
    height: 90px;
}
.frame3 {
    position: absolute;
    width: 728px;
    height: 90px;
}

#f1t1{
    position: absolute;
    /*top: 19px;*/
    top: 44px;
    left: 141px;
    font-family: 'Open Sans';
    font-size: 24px;
    font-weight: 400;
    color: #fcaf17;
    opacity: 0;

    transition: all .8s ease-in-out;
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
}

#f1t2{
    position: absolute;
    /*top: 41px;*/
    top: 66px;
    left: 141px;
    font-family: 'Open Sans';
    font-size: 24px;
    font-weight: 400;
    color: #fcaf17;
    opacity: 0;

    transition: all .8s ease-in-out;
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
}

#f1t3{
    position: absolute;
    /*top: 41px;*/
    top: 56px;
    left: 190px;
    font-family: 'Open Sans';
    font-size: 24px;
    font-weight: 400;
    color: #fcaf17;
    opacity: 0;

    transition: all .8s ease-in-out;
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
}

#f2t1{
    position: absolute;
    top: 1px;
    left: 8px;
    font-family: 'Open Sans';
    font-size: 9px;
    font-weight: 700;
    color: #fffefe;
    opacity: 0;

    transition: all .8s ease-in-out;
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
}

#f2t2{
    position: absolute;
    width: 165px;
    top: 49px;
    left: 35px;
    font-family: 'Open Sans';
    font-size: 15px;
    font-weight: 400;
    color: #fcaf17;
    opacity: 0;

    transition: all .8s ease-in-out;
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
}

#f2t3{
    position: absolute;
    width: 165px;
    top: 66px;
    left: 35px;
    font-family: 'Open Sans';
    font-size: 15px;
    font-weight: 400;
    color: #fcaf17;
    opacity: 0;

    transition: all .8s ease-in-out;
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
}

#f3t1{
    position: absolute;
    width: 125px;
    /* top: 15px; */
    top: 45px;
    left: 3px;
    font-family: 'Open Sans';
    font-size: 12px;
    font-weight: 400;
    color: #fcaf17;
    text-align: right;
    line-height: 15px;
    opacity: 0;
    text-align: right;

    transition: all .8s ease-in-out;
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
}

#f3t2{
    position: absolute;
    width: 125px;
    /* top: 15px; */
    top: 22px;
    left: 188px;
    font-family: 'Open Sans';
    font-size: 10px;
    font-weight: 700;
    color: #ffffff;
    line-height: 12px;
    opacity: 0;

    transition: all .8s ease-in-out;
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
}

#price{
    position: absolute;
    width: 30px;
    /* top: 15px; */
    top: 4px;
    left: 134px;
    font-family: 'Open Sans Condensed';
    font-size: 43.91px;
    font-weight: 700;
    color: #e9a948;
    opacity: 0;

    transition: all .8s ease-in-out;
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
}


#footnote2{
    position: absolute;
    width: 355px;
    height: 23px;
    bottom: 13px;
    left: 0px;
    font-family: 'Open Sans';
    font-size: 9px;
    font-weight: 400;
    color: #ffffff;
    padding-top: 2px;
    padding-left: 10px;
    line-height: 10px;
    opacity: 0;

    transition: all .8s ease-in-out;
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
}

.icon_cont {
    position: absolute;
    overflow: hidden;
    width: 75px;
    height: 75px;
    /*background-color: #ffffff;*/
    margin: auto;
    /*border-radius: 50%;*/
    right: 140px;
    /*top: 0;*/
    top: 25px;
    bottom: 0;
    opacity: 0;
    transform: rotate(0deg);

    transition: all .8s ease-in-out;
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
}

.white1 {
    position: absolute;
    overflow: hidden;
    background-size: contain;
    background-repeat: no-repeat;
    width: 75px;
    height: 75px;
    /* background-color: #ffffff; */
    border-radius: 50%;
    top: 0px;
    left: 0;
    transform: scaleX(1) scaleY(1);

    transition: all .8s ease-in-out;
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
}

.white2 {
    position: absolute;
    overflow: hidden;
    background-size: contain;
    background-repeat: no-repeat;
    width: 75px;
    height: 75px;
    /* background-color: #ffffff; */
    border-radius: 50%;
    top: 0px;
    left: 0;
    transform: scaleX(0) scaleY(1);

    transition: all .8s ease-in-out;
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
}


.hole {
    position: absolute;
    width: 25px;
    height: 50px;
    background-color: #122783;
    margin: auto;
    border-radius: 45%;
    top: 0px;
    bottom: 0;
    left: 0px;
    right: 0;
    opacity: 0;

    transition: all .8s ease-in-out;
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
}

.icon_1 {
    position: absolute;
    width: 75px;
    height: 75px;
    background-size: contain;
    background-repeat: no-repeat;
    top: 0px;
    left: 5px;

    transition: all .6s ease-in-out;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
}

.icon_2 {
    position: absolute;
    width: 75px;
    height: 75px;
    background-size: contain;
    background-repeat: no-repeat;
    top: -80px;
    left: 0px;

    transition: all .8s ease-in-out;
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;

    image-rendering: -moz-crisp-edges;         /* Firefox */
    image-rendering:   -o-crisp-edges;         /* Opera */
    image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;  /* IE (non-standard property) */
}

.logo {
    position: absolute;
    width: 153px;
    height: 90px;
    background-size: contain;
    background-repeat: no-repeat;
    top: 0px;
    left: 333px;
    opacity: 0;

    transition: all .8s ease-in-out;
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
}

.limitations {
    position: absolute;
    width: 728px;
    height: 90px;
    background-size: contain;
    background-repeat: no-repeat;
    top: 0px;
    left: 0px;
    opacity: 0;

    transition: all .8s ease-in-out;
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
}

#limit_text {
    font-family: 'Noto Sans', sans-serif;
    font-size: 9px;
    top: 76.5px;
    left: 8px;
    opacity: 0;
    text-align: center;
    line-height: 12px;
    color: #444444;
}

#limit_sup1 {
    font-size: 6px;
}

.cta {
    position: absolute;
    width: 132px;
    height: 28px;
    background-color: #ff831e;
    border-radius: 5px;
    top: 56px;
    left: 343px;
    opacity: 0;

    transition: all .8s ease-in-out;
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
}

.ctaText {
    position: absolute;
    width: 75px;
    height: 21px;
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    top: 4px;
    left: 33px;

    transition: all .8s ease-in-out;
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
}

.ctaArrow {
    position: absolute;
    width: 14px;
    height: 14px;
    top: 7px;
    left: 97px;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0;

    transition: all .8s ease-in-out;
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
}

#isiLogo {
    position: absolute;
    bottom: 7px;
    right: 4px;
    width: 60px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
}

#spaceFix1{
    margin-top: 4px;
}

#spaceFix2{
    margin-top: 4px;
}

#spaceFix3{
    margin-top: 6px;
}

#spaceFix4{
    margin-top: 4px;
    font-size: 11px;
}

#spaceFix5{
    margin-top: 6px;
}

/* Property Work's For FireFox Only */
@-moz-document url-prefix() {
    .icon_2 {
    image-rendering: -moz-auto;         /* Firefox */
    image-rendering: auto;
}

.reg_sup {
    position: relative;
    font-size: 6px;
    top: 1px;
    padding-right: 0px;
}

#f2sup2 {
    position: relative;
    font-size: 8px;
    top: -2px;
    padding-right: 0px;
}

}

/* 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) {

#f3sup1 {
    position: relative;
    font-size: 39px;
    top: 11px;
    left: 3px;
    padding-right: 0px;
}

.reg_sup {
    position: relative;
    font-size: 6px;
    top: 2px;
    padding-right: 0px;
}

#f2sup2 {
    position: relative;
    font-size: 8px;
    top: 0px;
    padding-right: 0px;
}

}

