* {
	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 {
    -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);
}

#container {
    width: 318px;
    height: 48px;
     /* height: 2000px; */
    border: 1px solid #d7d7d7;
    overflow: hidden;
    visibility: hidden;
    background: #FFFFFF;

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

.IRI_mainContainer
{   
    opacity:0;
    visibility: hidden;

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

div {
    position: absolute;
}

/* sub {
    vertical-align: top;
    font-size: 7px;
}
*/
sup {
    line-height: 0px;
}

.wrapper {
    width: 320px;
    height: 50px;
    top: -1px;
    left: -1px;
}
.wrapper * {
		background-repeat: no-repeat;
}

.animationSection {
    width: 320px;
    height: 480px;

}

/* .c1_3{
		font-weight: 700;
} */

/*.whiteBlocker{
    height: 50px;
    width: 320px;
    position: absolute;
    top: 0px;
    left: 0px;
    background: rgb(244, 244, 242);

    opacity: 0;
    visibility: hidden;

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

.whiteBlockerExp{
    height: 480px;
    width: 320px;
    position: absolute;
    top: 0px;
    left: 0px;
    background: rgb(244, 244, 242);

    opacity: 0;
    visibility: hidden;

 -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
         transition: all 0.5s ease-in-out;
}*/

/*FRAME1 Collapsed*/
.f1bg{
    height: 50px;
    width: 320px;
    position: absolute;
    top: 0px;
    left: 0px;

    background-size: contain;
    background-repeat: no-repeat;

    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;
}

.f1Copy{
    font-family: 'Noto Sans', sans-serif;
    font-size: 17px;
    color: #171c8f;
    font-weight: 700;
    position: absolute;
    top: 3px;
    left: 9px;
    line-height: 16px;

    opacity: 0;
    transform: translate(0px, -10px);

 -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
         transition: all 0.5s ease-in-out;
}
.f1Footer{
    font-family: 'Noto Sans', sans-serif;
    font-size: 8.5px;
    /*color: #171c8f;*/
    color: #444444;
    font-weight: 400;
    position: absolute;
    top: 37px;
    left: 9px;
}
.cta p{
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color: #ffffff;
    position: absolute;
    top: 0px;
    left: 22px;
    font-weight: 700;
}

.cta{
    position: absolute;
    top: 9px;
    right: 24px;
    height: 22px;
    width: 138px;
    opacity: 0;
    transform: translate(0px, -10px);
    background-size: contain;
    background-repeat: no-repeat;

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

.circlePlus{
    position: absolute;
    top: 4px;
    right: 15px;
    height: 13px;
    width: 13px;
    background-size: contain;
    background-repeat: no-repeat;
}

.clickExpand{
    height: 50px;
    width: 320px;
    cursor: pointer;
    visibility: visible;
}
/*END FRAME1 Collapsed*/

/*START FRAME1 EXPAND*/

    /*CLOSE HEADER*/

    .closeHeader{
        position: absolute;
        top: 0px;
        left: 0px;
        width: 318px;
        height: 21px;
        background-color: #eeeeee;
        visibility: 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;
    }
    .closeBtn{
        width: 14px;
        height: 14px;
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        top: 3px;
        left: 7px;
        cursor: pointer;
        opacity: 0;
        visibility:hidden;

        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
             transition: all 0.5s ease-in-out;
    }
    .closeBtn p{
        font-family: 'Noto Sans', sans-serif;
        font-size: 9px;
        color: #ff8200;
        position: relative;
        top: 1px;
        left: 18px;
        font-weight: 700;
    }

.expf1bg{
    height: 480px;
    width: 320px;
    position: absolute;
    top: 0px;
    left: 0px;
    background-size: contain;
    background-repeat: no-repeat;
    visibility: 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;
}

.logo{
    background-size: contain;
    background-repeat: no-repeat;
    height: 44px;
    width: 134px;
    position: absolute;
    top: 27px;
    left: 11px;

    visibility: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;
}

.topText{
    font-family: 'Noto Sans', sans-serif;
    font-weight: 700;
    font-size: 10px;
    color: #171c8f;
    position: absolute;
    right: 7px;
    top: 33px;

    line-height: 12px;

    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;
}
.expf1Copy{
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
    font-size: 17px;
    color: #171c8f;
    position: absolute;
    top: 120px;
    left: 15px;
    text-align: center;
    line-height: 19px;

    opacity: 0;
    transform: translate(0px,-10px);

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

.expf1Copy sup{
    font-size: 11px;
}

.expf1Copy2{
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
    font-size: 10px;
    color: #444444;
    position: absolute;
    top: 286px;
    left: 10px;
    line-height: 12px;
    letter-spacing:-0.25px;

    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;
}

.expf1Copy2 sup{
    position:relative;
    top:1px;
    font-size: 6px;
}

.expf1Copy3{
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
    font-size: 8px;
    color: #ffffff;
    position: absolute;
    top: 300px;
    right: 46px;
    letter-spacing:-0.18px;

    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;
}

.guy1{
    height: 480px;
    width: 320px;
    position: absolute;
    top: 0px;
    left: 0px;
    background-size: contain;
    background-repeat: no-repeat;

    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;
}
                
/*FRAME 2*/


.f2c1{
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
    font-size: 17px;
    color: #171c8f;
    text-align: center;
    
    position: absolute;
    top: 121px;
    left: 21px;
    line-height: 19px;

    transform: translate(0px, -10px);
    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;
}

.f2c2{
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
    font-size: 10px;
    color: #444444;

    position: absolute;
    top: 169px;
    left: 54px;
    line-height: 12px;
    letter-spacing:-0.2px;
    text-align:center;

    transform: translate(0px, -10px);
    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;
}

.f2c2 sup{
    font-size: 6px;
    position: relative;
    top: 1px;
}

                /*FRAME 3*/
                .f3c1{
                    font-family: 'Noto Sans', sans-serif;
                    font-weight: 700;
                    font-size: 17px;
                    color: #171c8f;

                    position: absolute;
                    top: 120px;
                    left: 15px;
                    text-align: center;
                    line-height: 19px;

                    transform: translate(0px, -10px);
                    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;
                }

                .f3c1 sup{
                    font-size: 11px;
                    position: relative;
                    top: 1px;
                }

.guy2{
    height: 480px;
    width: 320px;
    position: absolute;
    top: 0px;
    left: 0px;
    background-size: contain;
    background-repeat: no-repeat;

    visibility: 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;
}


.replayCta{
    position: absolute;
    height: 30px;
    width: 77px;
    top: 248px;
    left: 58px;

    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;

    opacity: 0;
    visibility: hidden;
    z-index: 5;

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

.replayCta p{
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: #171c8f;
    position: relative;
    top: 6px;
    left: 8px;
    width:50px;
}

.visitCta{
    position: absolute;
    height: 28px;
    width: 128px;
    top: 208px;
    left: 31px;

    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;

    opacity: 0;
    transform: translate(0px,-10px);
    z-index: 5;

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

.visitCta p{
    font-family: 'Noto Sans', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    position: relative;
    top: 4px;
    left: 23px;
}

#ctaMove{
    
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.ctaArrow{
    position: absolute;
    top: 7px;
    right: 9px;
    height: 14px;
    width: 14px;

    opacity:0;
    background-size: contain;
    background-repeat: no-repeat;

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

.overallclick{
    top: 21px;
    left: 0px;
    height: 298px;
    width: 318px;

    visibility: hidden;
    z-index: 3;
}
/* -------------------- ISI -------------------- */

#isiHeader {
    width: 318px;
    height: 20px;
    top: 0px;
    left: 1px;
    background-color: #ffffff;
    -webkit-transform: translate(0px, 320px);
    -moz-transform: translate(0px, 320px);
    -ms-transform: translate(0px, 320px);
    -o-transform: translate(0px, 320px);
    transform: translate(0px, 320px);
}

#ihText {
	font-family: 'Noto Sans', sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #171c8f;
    top: 3px;
    left: 9px;
}

#HeaderClose{
    opacity:0;
    width: 320px;
    height: 22px;
    top: 0px;
    background-color: #eeeeee;
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px);

    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    visibility:hidden;
}

#closeText{
    font-family: 'Noto Sans', sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: #006774;
    /* margin: 1px 0px 0px 7px; */
    top: 0px;
    right: 0px;
    width: 57px;
    height: 20px;
    text-align: right;
    letter-spacing: -0.01px;
    padding-right:6px;
    padding-top:2px;
}

#isiHeaderBottom {
    width: 318px;
    height: 21px;
    bottom: -1px;
    left: 0px;
    background-color: #f4e4ca;

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

#ihTextBottom {
    font-family: 'Noto Sans', sans-serif;
    font-weight: 700;
    font-size: 12px;
    top: 1px;
    margin: 0px 0px 0px 8px !important;
    color: #171c8f;
    cursor: pointer;
}

.isiBg {
    width: 318px;
    left: 0px;
    height: 159px;
    top: 1px;
    background-color: #ffffff;
    -webkit-transform: translate(0px, 319px);
    -moz-transform: translate(0px, 319px);
    -ms-transform: translate(0px, 319px);
    -o-transform: translate(0px, 319px);
       transform: translate(0px, 319px);
}

/*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;
}
.isiTextQ a, .isiTextJ a{
    color: #171c8f;
}

#isiContainer {
    width: 318px;
		    /* height: 1243px; */
    overflow: hidden;
    cursor: default;

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

#isiContent {
    position: absolute;
    top: 2px;
    left: 7px;
    width: 318px;
    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);
}




#scrollBg {
	    width: 5px;
        right: -21px;
        top: -101px;
        height: 128px;
		background-color: #bbbbbb;

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

#scrollBar {
	    width: 5px;
        left: -1px;
        top: -2px;
        border-top: #ffffff 1px solid;
        border-bottom: #ffffff 1px solid;
        background-color: #171c8f;
		cursor: pointer;

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

.novoLogo{
    background-repeat: no-repeat;
    background-size: contain;

    width: 54px;
    height: 39px;

    position: absolute;
    bottom: 1px;
    right: 36px; 
    image-rendering: optimizeQuality;
    image-rendering: -webkit-optimize-contrast;
}
/* Property Work's For FireFox Only */
@-moz-document url-prefix() {

    .cta p{
        top: 1px;
    }

    .expf1Copy sup{
        font-size: 12px;
        position: relative;
        top: 1px;
    }

    .f2c2 sup{
        top: 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) {
    .expf1Copy sup{
        position: relative;
        font-size: 13px;
        top: 4px;
    }
	#isiContent sup{
        font-size: 7.5px;
        top: 2px;
    }
    .f3c1 sup{
        position: relative;
        font-size: 13px;
        top: 4px;
    }
    .f2c2 sup{
        top: 2px;
    }
    #ieFix{
        top: 2px;
        font-size: 6.5px;
    }
    .f2c1 sup{
        position: relative;
        top: 3px;
    }
    .cta p{
        top: 1px;
    }
}

/* Property Work's For Chrome Safari and Edge */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .f3c1 sup{
        top: 2px;
    }
    .expf1Copy sup{
        position: relative;
        top: 2px;
    }
    .cta p{
        top: 1px;
    }
}

/* -------------------- DISPLAY -------------------- */
