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

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

#AnimationContainer {
  width: 160px;
  height: 600px;
  box-sizing: border-box;
  border: 2px solid #76BC21;
  background-color: #ffffff;
  overflow: hidden;
  visibility: hidden;
}
#container{
  width: 160px;
  height: 600px;
  background-color: #ffffff;
  overflow: hidden;
}

div {
  position: absolute;
}

sup {
  position: relative;
  line-height: 0px;
  font-size: 0.57em;
  top: 0.08em;
}
sub {
    line-height: 0px;
}

a {
  text-decoration: none;
}

i {
  font-style: italic;
}

b {
  font-weight: 700;
}

u {
  text-decoration: underline;
}

.wrapper {
  width: 160px;
  height: 600px;
  position: absolute;
  top: -2px;
  left: -2px;
}

.adSize {
  top: 0px;
  left: 0px;
  width: 160px;
  height: 600px;
  background-size: contain;
  background-repeat: no-repeat;
}

.hotspot {
  position: absolute;
  width: 160px;
  height: 600px;
  top: 0px;
  left: 0px;
  cursor: pointer;
}


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

.slideLeft {
  transform: translate(160px, 0px);
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}

.slower {
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}

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

.transition2 {
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}

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

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

  transform: translateY(10px);
  opacity: 0;  
}



/* --------------------------------- FRAME 1 ---------------------------------------- */
#frame2, #frame3, #frame4,
#frame5{
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;  
}
#frame1{
  -webkit-transition: all  1s ease-out;
  -moz-transition: all  1s ease-out;
  transition: all  1s ease-out;  
  transition-timing-function: cubic-bezier(.46,.46,.69,.68);
  overflow: hidden;
  visibility: hidden;

  width: 160px;
  height: 600px;

}
#copy1, #copy2, #copy3, #copy4,
#copy5, #copy6, #subCopy1, #subCopy2,
#cta_text{
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
}

#copy1{
  font-size: 25px;
  color: #FFFFFF;

  top: 422px;
  left: 17px;
  line-height: 24px;
}
#subCopy1{
  font-size: 10px;
  color: #FFFFFF;

  top: 577px;
  left: 19px;
}

#off{
  margin-right: 4.5px;
}

#copy2{
  font-size: 23px;
  color: #636466;

  top: 15px;
  left: 10px;
  line-height: 21px;
  letter-spacing: -0.3px;
}
#subCopy2{
  font-size: 10px;
  color: #FFFFFF;

  top: 245px;
  left: 10px;
  line-height: 10px;
}




#copy3{
  font-size: 22px;
  color: #636466;

  top: 71px;
  left: 12px;
  line-height: 26px;
}

#copy3 span,#copy4 span{
  color: #007298;
}

#cta_cont{
  width: 105px;
  height: 23px;
  top: 258px;
  left: 13px;
  border-radius: 4px;

  display: flex;
  flex-direction: column;
  justify-content: center;
}

#cta_text{
  font-size: 12px;
  color: #FFFFFF;

  left: 5px;
}
#cta_hotspot{
  width: 105px;
  height: 23px;
  top: 258px;
  left: 13px;
  border-radius: 4px;
  visibility: hidden;
}



#copy4{
  font-size: 22px;
  color: #636466;

  top: 73px;
  left: 13px;
  line-height: 26px;
  letter-spacing: -0.26px;


}






#copy5{
  font-size: 22px;
  color: #636466;

  top: 46px;
  left: 13px;
  line-height: 26px;
  letter-spacing: -0.26px;

}
#copy6{
  font-size: 22px;
  color: #76BC21;

  top: 167px;
  left: 14px;
  line-height: 26px;
  letter-spacing: -0.26px;
}


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

.isiTextHeader {
  font-size: 11px;
  font-weight: 700;
  color: #76BC21;
  line-height: 11px;
}
.isiTextHeader a{
  color: #76BC21;
}
.isiTextSubHeader{
  font-size: 11px;
  font-weight: 700;
  color: #636466;
  line-height: 11px;
}
.isiBullet{
  color: #76BC21;
  font-weight: 400;
  font-size: 15px;
  position: absolute;
  left: 0;
  top: 7.5px;
}
.inline-bullet{
  color: #76BC21;
  font-weight: 400;
  font-size: 15px;
  position: relative;
  top: 2px;
  line-height: 0;
}
.isiText{
  font-size: 11px;
  font-weight: 400;
  color: #636466;
  letter-spacing: -0.28px;  
  line-height: 11px;
}
.isiTextBullet{
  font-size: 11px;
  font-weight: 400;
  color: #636466;
  padding-top: 6px;
  padding-left: 8px;
  letter-spacing: -0.28px;  
  line-height: 12px;
}
.isiTextBullet sub{
  position: relative;
  top: -2px;
  font-size: 7px;
}
#isiContent sup{
  top: 0px;
  font-size: 6px;
}
#footer {
  padding-top: 7px;
  line-height: 10px;
  color: #636466;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: -0.18px;
  padding-right: 18px;
}

#isiLogo {
  position: relative;
  width: 150px;
  height: 28px;
  margin-top: 17px;
  margin-bottom: 12px;
  background-size: contain;
  background-repeat: no-repeat;
}

#scrollBg {
  width: 5px;
  height: 52px;
  display: block;
  background-color: #f3f0ef;
  opacity: 1;

  top: 7px;
  left: 148px;
}

#scrollBar {
  width: 5px;
  height: 56px;
  background-color: #BABABA;
  cursor: pointer;
  /* border-radius: 6px; */

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


#IRI_mainContainer {
  width: 160px;
  height: 600px;
  visibility: visible;
  opacity: 0;

  transform: translate(0px,349px);

}

#isiContainer {
  overflow: hidden;
  width: 160px;
  height: 569px;
  cursor: default;
   background-color: #ffffff; 
  /* opacity: 0; */
  -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: 160px;

  padding-left: 4px;

  -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 > * {
  position: static;
  font-family: 'Roboto Condensed', sans-serif;
}






/*ISI HEADER*/

#isiHeader {
  width: 160px;
  height: 50px;
  top: -1px;
  transform: translate(0px, 0px);
  background-color: #ffffff;
}
#isiBtnP,#isiBtnM {
    width: 15px;
    height: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    left: 8px;
    top: 8px;
    cursor: pointer;
}
.ihText {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 11px;
  color: #76BC21;
  

  top: 11px;
  left: 26px;
  line-height: 13px;
  word-spacing: 1px;
}




/*ISI BOTTOM*/


#isiHeaderBottom {
  background-color: #007298;
  width: 160px;
  height: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;  
  transform: translate(0px, 580px);
  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;
}

#ihTextBottom {
  font-family: 'Fira Sans', sans-serif;
  font-weight: 500;
  font-size: 10px;
  color: #ffffff;

  width: 160px;
  margin: 0px 0px 0px 7px;
}
#ihTextBottom a{
  color: #ffffff;
  cursor: pointer;
}

#botArrow {
  cursor: pointer;
  width: 6px;
  height: 10px;
  top: 2px;
  left: 3px;
  background-size: contain;
  background-repeat: no-repeat;
}