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

* {
    font-size: 100%;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

a {text-decoration: none;}
i {font-style: italic;}
b {font-weight: 700;}
u {text-decoration: underline;}

/* -------------- Fonts -------------- */

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

.notoMed {
    font-family: 'Noto Sans', sans-serif;
    font-weight: 500;
}

.notoSemi {
    font-family: 'Noto Sans', sans-serif;
    font-weight: 600;
}

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

/* OPEN */
.openReg {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

.openMed {
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
}

.openSemi {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

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

#container {
    width: 500px;
    height: 250px;
    /* height: 2000px; */
    /* border: 1px solid #c1c1c1; */
    overflow: hidden;
    visibility: hidden;
    /* background: #F4F4F2; */

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

.collapsed-panel{
    position: absolute;
    right: 0px;
    top: 0px;
    width: 298px;
    height: 248px;
    border: 1px solid #c1c1c1;
    /* box-sizing: border-box; */
    background: #f0efed;
    overflow: hidden;
}
.IRI_mainContainer {
    visibility: hidden;
    opacity: 0;
}

div {
    position: absolute;
}

.overallclick {
    position: absolute;
    width: 300px;
    height: 250px;
    top: 0px;
}

sup {
    line-height: 0px;
}

.wrapper {
    width: 300px;
    height: 250px;
    top: -1px;
    left: -1px;
}

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

.bgf1 {
    background-size: 300px 250px;
    width: 300px;
    height: 250px;
    top: 0px;
    left: 0px;
    opacity:0;

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

.bgf2 {
    background-size: 300px 250px;
    width: 300px;
    height: 250px;
    top: 0px;
    left: 0px;

    opacity: 0;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

.logo {
    background-size: 300px 250px;
    width: 300px;
    height: 250px;
    top: 0px;
    left: 0px;
}

.headText {
    position: absolute;
    top: 4px;
    left: 125px;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 600;
    color: #ffffff;
    font-size: 11px;
    line-height: 12px;
    text-align: left;
}


.Copy1 {
  position: absolute;
  top: 53px;
  left: 170px;
  font-family: 'Noto Sans', sans-serif;
  /* letter-spacing: -0.15px; */
  font-weight: 700;
  color: #da0812;
  font-size: 14px;
  line-height: 17px;

  opacity: 0;
  transform: translate(0px, -10px) rotate(0.02deg);
  -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

.Copy2 {
  position: absolute;
  top: 49px;
  left: 16px;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 700;
  color: #da0812;
  font-size: 16px;
  line-height: 18px;
  text-align: left;

  opacity: 0;
  transform: translate(0px, -10px);
  -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

#cta {
    width: 108px;
    height: 24px;
    position: absolute;
    top: 110px;
    left: 169px;
    background-color: #006072;
    border-radius: 4px;
    opacity: 0;

    transform: translate(0px, -10px) rotate(0.02deg);
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

#cta_plus{
    width: 14px;
    height: 13px;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    left: 86px;
    top: 5px;
    /* opacity: 0; */

    /* transform: translate(-10px, 0px) rotate(0.00deg);
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    transition: all .4s ease-out; */
}

#cta_text {
    font-family: 'Open Sans',sans-serif;
    color: #ffffff;
    font-size: 12.08px;
    font-weight: 700;
    position: absolute;
    left: 11px;
    top: 3px;
    /* transform: translate(0px, 0px) rotate(0.00deg);


    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    transition: all .4s ease-out; */
}


#txtbot1 {
    position: absolute;
    top: 109px;
    left: 7px;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
    color: #ffffff;
    font-size: 9px;
    line-height: 10px;
    text-shadow: 0px 0px 4px #000000, 0px 0px 4px #000000, 0px 0px 4px #000000;
    opacity: 0;

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

#txtbot2 {
    position: absolute;
    top: 143px;
    left: 7px;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
    color: #444444;
    font-size: 10.51px;
}

#supf1{
  font-size: 6px;
    position: relative;
    left: 0px;
    top: 1px;
}

#supExpf1{
    font-size: 6px;
    position: relative;
    left: 0px;
    top: 0px;
  }

#supCopy1{
    font-size: 8px;
      position: relative;
      left: 0px;
      top: 1px;
  }

#supf1c1{
  font-size: 9px;
    position: relative;
    left: 0px;
    top: 1px;
}

#a_supf1c1{
    font-size: 9px;
    position: relative;
    left: 0px;
    top: 0px;
}

#a_supf1c2{
    font-size: 6px;
    position: relative;
    left: 0px;
    top: 1px;
}

#supf2c1{
  font-size: 8px;
    position: relative;
    left: 0px;
    top: 1px;
}

#supf3c1{
  font-size: 8px;
    position: relative;
    left: 0px;
    top: 1px;
}

#supf3c3{
  font-size: 6px;
    position: relative;
    left: 0px;
    top: 1px;
}

#supf4c1{
  font-size: 8px;
    position: relative;
    left: 0px;
    top: 1px;
}

.overallclick {
    position: absolute;
    width: 300px;
    height: 250px;
    top: 0px;
    cursor: pointer;
}

/* ----------------------------------Expand CSS------------------------------------- */
#whiteBlocker{
    position: absolute;
    width: 500px;
    height: 250px;
    background-size: contain;
    background-repeat: no-repeat;
    top: 0px;
    left: 0px;
    visibility: hidden;
    background-color: #F4F4F2;


    -webkit-transition: all .1s ease-out;
    -moz-transition: all .1s ease-out;
    transition: all .1s ease-out;
}
#whiteBlocker-col{
    position: absolute;
    width: 500px;
    height: 250px;
    background-size: contain;
    background-repeat: no-repeat;
    top: 0px;
    left: 0px;
    visibility: hidden;
    background-color: #F4F4F2;


    -webkit-transition: all .1s ease-out;
    -moz-transition: all .1s ease-out;
    transition: all .1s ease-out;
}
.expanded-panel{
    width: 298px;
    height: 248px;
    border: 1px solid #c1c1c1;
    top: 0px;
    right: 0px;
    visibility: hidden;
    background-color: #F4F4F2;
    overflow: hidden;

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

.wrapper-expanded{
  width: 500px;
  height: 250px;
  top: -1px;
  left: -1px;

  opacity: 0;
  transform: translate(0px, 0px);
  -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

#expandClicktag{
    position: absolute;
    width: 500px;
    height: 250px;
    cursor: pointer;
}

#bgf1Exp{
    position: absolute;
    width: 500px;
    height: 250px;
    background-size: contain;
    background-repeat: no-repeat;

    opacity: 0;
    transform: translate(1px, -3px);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}

#bgf0Exp{
    position: absolute;
    width: 500px;
    height: 250px;
    background-size: contain;
    background-repeat: no-repeat;

    opacity: 0;
    transform: translate(0px, 0px);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}

#person{
    position: absolute;
    width: 500px;
    height: 250px;
    background-size: contain;
    background-repeat: no-repeat;

    opacity: 0;
    transform: translate(0px, 1px);
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

#person2{
    position: absolute;
    width: 500px;
    height: 250px;
    background-size: contain;
    background-repeat: no-repeat;

    opacity: 0;
    transform: translate(0px, 0px);
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

#circle1 {
    position:absolute;
    top: 59px;
    left: -54px;
    width: 186px;
    height: 176px;
    background-size: contain;
    background-repeat: no-repeat;

    opacity: 0;
    transform: translate(0px, 0px) rotate(0.02deg);
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

#circle2 {
    position:absolute;
    top: 42px;
    left: -71px;
    width: 222px;
    height: 210px;
    background-size: contain;
    background-repeat: no-repeat;

    opacity: 0;
    transform: translate(0px, 0px) scale(.8) rotate(0.02deg);
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

#circle3 {
    position:absolute;
    top: 23px;
    left: -94px;
    width: 263px;
    height: 248px;
    background-size: contain;
    background-repeat: no-repeat;

    opacity: 0;
    transform: translate(0px, 0px) scale(.85) rotate(0.02deg);
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

#dropicon{
    position: absolute;
    width: 500px;
    height: 250px;
    top: 0px;
    left: 0px;
    background-size: contain;
    background-repeat: no-repeat;

    opacity: 0;
    transform: translate(0px, -10px) rotate(0.02deg);
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

#hearticon{
    position: absolute;
    width: 500px;
    height: 250px;
    top: 0px;
    left: 0px;
    background-size: contain;
    background-repeat: no-repeat;

    opacity: 0;
    transform: translate(0px, -10px) rotate(0.02deg);
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

#scaleicon{
    position: absolute;
    width: 500px;
    height: 250px;
    top: 0px;
    left: 0px;
    background-size: contain;
    background-repeat: no-repeat;

    opacity: 0;
    transform: translate(0px, -10px) rotate(0.02deg);
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

#icons{
    position: absolute;
    width: 500px;
    height: 250px;
    background-size: contain;
    background-repeat: no-repeat;

    opacity: 0;
    transform: translate(0px, 0px);
}

#headerExp{
    position: absolute;
    width: 500px;
    height: 250px;
    background-size: contain;
    background-repeat: no-repeat;
}

.txtbotpersonExp {
    position: absolute;
    top: 199px;
    left: 7px;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
    color: #ffffff;
    font-size: 9px;
    line-height: 10px;
    text-shadow: 0px 0px 4px #000000, 0px 0px 4px #000000, 0px 0px 4px #000000;
}

.txtbotExp {
    position: absolute;
    top: 233px;
    left: 7px;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
    color: #444444;
    font-size: 12px;
    letter-spacing: -0.1px;
}

.headTextExp {
    position: absolute;
    top: 4px;
    left: 137px;
    font-family: 'Noto Sans', sans-serif;
    letter-spacing: -0.15px;
    font-weight: 600;
    color: #ffffff;
    font-size: 12px;
    line-height: 13px;
}

.f1Copy1Exp {
  position: absolute;
  top: 76px;
  left: 139px;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 700;
  color: #da0812;
  font-size: 15px;
  line-height: 18px;
  text-align: left;

  opacity: 0;
  transform: translate(0px, -10px) rotate(0.02deg);
  -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

.f1Copy2Exp {
    position: absolute;
    top: 118px;
    left: 139px;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
    color: #444444;
    font-size: 10px;
    line-height: 11px;
  
    opacity: 0;
    transform: translate(0px, -10px) rotate(0.02deg);
    -webkit-transition: all .4s ease-out;
      -moz-transition: all .4s ease-out;
      transition: all .4s ease-out;
  }

  .f1Copy2aExp {
    position: absolute;
    top: 77px;
    left: 3px;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
    color: #444444;
    font-size: 10px;
    line-height: 11px;
  
    transform: translate(0px, -10px);
    -webkit-transition: all .4s ease-out;
      -moz-transition: all .4s ease-out;
      transition: all .4s ease-out;
  }


.f2Copy1Exp {
  position: absolute;
  top: 93px;
  left: 170px;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 700;
  color: #da0812;
  font-size: 14px;
  line-height: 17px;

  opacity: 0;
  transform: translate(0px, -10px) rotate(0.02deg);
  -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

.f2Copy2Exp {
    position: absolute;
    top: 143px;
    left: 171px;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
    color: #006072;
    font-size: 11px;
    line-height: 13px;
    opacity: 0;
    transform: translate(0px, -10px) rotate(0.02deg);
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

.f3Copy1Exp {
    position: absolute;
    top: 64px;
    left: 175px;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 700;
    color: #da0812;
    font-size: 12px;
    line-height: 13px;
    opacity: 0;
    transform: translate(0px, -10px) rotate(0.02deg);
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

.f3Copy2Exp {
  position: absolute;
  top: 105px;
  left: 175px;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 700;
  color: #444444;
  font-size: 11px;
  line-height: 12px;

  opacity: 0;
  transform: translate(0px, -10px) rotate(0.02deg);
  -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

.f3Copy3Exp {
  position: absolute;
  top: 133px;
  left: 171px;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 400;
  color: #444444;
  font-size: 10px;
  line-height: 11px;

  opacity: 0;
  transform: translate(0px, -10px) rotate(0.02deg);
  -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    transition: all .4s ease-out;
}


.f4Copy1Exp {
  position: absolute;
  top: 73px;
  left: 171px;
  font-family: 'Noto Sans', sans-serif;
  /* letter-spacing: -0.15px; */
  font-weight: 700;
  color: #da0812;
  font-size: 14px;
  line-height: 17px;

  opacity: 0;
  transform: translate(0px, -10px) rotate(0.02deg);
  -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    transition: all .4s ease-out;
}



#c1ExpSup{
  position: relative;
  font-size: 9px;
  top: 0px;
}


.f3-bullet-exp{
  width: 350px;
  opacity: 0;
  transform: translate(0px, -10px) rotate(0.02deg);
  -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

#cs1SupExp3{
    position: relative;
    font-size: 6px;
    top: 0px;
  }

.f3Copy2aExp {
    position: absolute;
    top: 209px;
    left: 174px;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
    color: #444444;
    font-size: 10px;
    line-height: 11px;

    transform: translate(0px, -10px);
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

#cs1SupExp{
  position: relative;
  font-size: 6px;
  top: 1px;
}

.f1-bullet1-exp {
    font-family: 'Noto Sans', sans-serif;
    color: #444444;
    font-weight: 400;
    font-size: 10px;
    padding-left: 7px;
    top: 23px;
    left: 2px;
    line-height: 11px;
}

.f1-bullet2-exp {
    font-family: 'Noto Sans', sans-serif;
    color: #444444;
    font-weight: 400;
    font-size: 10px;
    padding-left: 7px;
    top: 45px;
    left: 2px;
    line-height: 11px;
}

.frame1C2a-bullet-exp,
.frame1C2b-bullet-exp {
    position: absolute;
    left: 1px;
    font-weight: 400;
    color: #444444;
}


.f3-bullet1-exp {
    font-family: 'Noto Sans', sans-serif;
    color: #444444;
    font-weight: 400;
    font-size: 10px;
    padding-left: 7px;
    top: 155px;
    left: 174px;
    line-height: 11px;
}

.f3-bullet2-exp {
    font-family: 'Noto Sans', sans-serif;
    color: #444444;
    font-weight: 400;
    font-size: 10px;
    padding-left: 7px;
    top: 177px;
    left: 174px;
    line-height: 11px;
}

.frame-bullet-exp{
    position: absolute;
    left: 1px;
    font-weight: 400;
    color: #444444;
}

#bgf2Exp{
    position: absolute;
    width: 500px;
    height: 250px;
    background-size: contain;
    background-repeat: no-repeat;

    opacity: 0;
    transform: translate(0px, 0px);
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    transition: all .4s ease-out;
}


#cs3SupExp1{
  position: relative;
  font-size: 6px;
  top: 1px;
}

#cs1SupExp1{
    position: relative;
    font-size: 6px;
    top: 0px;
  }

  #cs2SupExp1{
    position: relative;
    font-size: 6px;
    top: 0px;
  }

#cs3SupExp2{
  position: relative;
  font-size: 6px;
  top: 1px;
}

#cs3SupExp3{
  position: relative;
  font-size: 6px;
  top: 1px;
}

#closeBtn {
  width: 47px;
  height: 18px;
  position: absolute;
  top: 1px;
  left: 339px;
  cursor: pointer;
}

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

#xText {
  font-family: 'Noto Sans',sans-serif;
      color: #006774;
      font-size: 9px;
      font-weight: 600;
      width: 29px;
      position: absolute;
      text-align: left;
      left: 18px;
      top: 3px;
}

#ctaExp {
    width: 149px;
    height: 29px;
    position: absolute;
    top: 146px;
    left: 171px;
    background-color: #006072;
    border-radius: 4px;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;

    transform: translate(0px, -10px) rotate(0.02deg);
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

#ctaExpIcon{
    width: 15px;
    height: 15px;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    left: 126px;
    top: 6px;
}

#ctaExpText {
    font-family: 'Open Sans',sans-serif;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    width: 122px;
    position: absolute;
    left: 9px;
    top: 5px;
}


#repBtn {
  width: 147px;
  height: 28px;
  position: absolute;
  top: 184px;
  left: 171px;
  background-color: #ffffff;
  border-radius: 4px;
  border: 1px solid #006072;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translate(0px, -10px) rotate(0.02deg);
  -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

#repIcon{
    width: 25px;
    height: 25px;
    position: absolute;
    left: 121px;
    top: 3px;
    background-size: contain;
    background-repeat: no-repeat;
}

#repText {
    font-family: 'Open Sans',sans-serif;
    color: #006072;
    font-size: 12px;
    font-weight: 700;
    width: 122px;
    position: absolute;
    left: 51px;
    top: 5px;
}

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

#isiHeader {
    width: 298px;
    height: 17px;
    top: -11px;
    background-color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    -webkit-transform: translate(0px, 169px);
    -moz-transform: translate(0px, 169px);
    -ms-transform: translate(0px, 169px);
    -o-transform: translate(0px, 169px);
    transform: translate(0px, 169px);
}

#ihText {
    /* margin: 1px 0px 0px 7px; */
    top: 1px;
    left: 7px;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 700;
    color: #006072;
    font-size: 12px;
    line-height: 14px;
}


#isiHeaderBottom {
    width: 298px;
    height: 17px;
    bottom: 0px;
    cursor: pointer;
    background-color: #ebebeb;
    font-family: 'Open Sans', sans-serif;

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

.isiBg {
    /*
    width: 298px;
    height: 232px;
    background-color: #ffffff;

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

#isiContainer {
      width: 298px;
      height: 74px;
      /* height: 2000px; */
      overflow: hidden;
      cursor: default;
      background-color: #ffffff;
      border-top: 1px solid #c1c1c1;
      font-family: 'Open Sans';
      -webkit-transform: translate(0px, 157px);
      -moz-transform: translate(0px, 157px);
      -ms-transform: translate(0px, 157px);
      -o-transform: translate(0px, 157px);
      transform: translate(0px, 157px);
}

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



.isiLogo {
    width: 278px;
    height: 58px;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative !important;
    background-position: 195px;
    bottom: 61px;
}

#ihTextBottom {
    font-family: 'Noto Sans', sans-serif;
    font-weight: 700;
    font-size: 12px;
    top: 0px;
    margin: -2px 0px 0px 6px !important;
    color: #134b8e;
    cursor: pointer;
}


#scrollBg {
      width: 8px;
      right: 0px;
      top: 0px;
      height: 63px;
      background-color: #FFFFFF;
      border: 1px solid #c1c1c1;

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

#scrollBar {
  width: 6px;
  background-color: #bbbbbb;
  cursor: pointer;

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

.isiHeader {
    font-weight: 700;
    color: #006072;
    font-size: 12px;
    line-height: 14.5px;
    padding-top: 4px;
}

.isiTextBold {
    font-weight: 700;
    color: #444444;
    font-size: 12px;
    line-height: 14.5px;
    padding-top: 1px;
    letter-spacing: 0.02px;
}

.isiText {
    font-weight: 400;
    color: #444444;
    font-size: 12px;
    line-height: 14.5px;
    padding-top: 3px;
}

.supISI{
    position: relative;
    font-size: 7px;
    top: 1px;
}

.bullet_main {
    color: #444444;
    font-weight: 400;
    font-size: 12px;
    line-height: 14.5px;
    padding-top: 3px;
    padding-left: 8px;
    letter-spacing: 0px;
}

.bullet_black{
    position: absolute;
    left: 0px;
    top: 5px;
    font-weight: 400;
    line-height: 10px;
}

.bullet_mainDiff {
    top: 1px;
}

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

.novoLogo {
    width: 55px;
    height: 39px;
    margin-top: 6px;
    position: absolute !important;
    /* cursor: pointer; */
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 2px;
    right: 25px;
    display: inline-block;
    /* bottom: 0px; */
}

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

.IRI_mainContainer-exp {
    visibility: hidden;

    opacity: 0;
    transform: translate(0px, 0px);
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

#isiHeader-exp {
  width: 152px;
  height: 30px;
  /* top: -11px; */
  background-color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  -webkit-transform: translate(333px, 19px);
  -moz-transform: translate(333px, 19px);
  -ms-transform: translate(333px, 19px);
  -o-transform: translate(333px, 19px);
  transform: translate(333px, 19px);
}

#ihText-exp {
    /* margin: 1px 0px 0px 7px; */
    top: 2px;
    left: 4px;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 700;
    color: #006072;
    font-size: 12px;
    line-height: 15px;
}

#isiHeaderBottom-exp  {
  width: 165px;
  height: 28px;
  cursor: pointer;
  background-color: #ebebeb;
  font-family: 'Open Sans', sans-serif;
  -webkit-transform: translate(0px, 250px);
  -moz-transform: translate(0px, 250px);
  -ms-transform: translate(0px, 250px);
  -o-transform: translate(0px, 250px);
  transform: translate(333px, 220px);
}

#isiContainer-exp {
      width: 165px;
      height: 229px;
      /* height: 2000px; */
      overflow: hidden;
      cursor: default;
      background-color: #ffffff;
      border-left: 1px solid #c1c1c1;
      border-top: 1px solid #c1c1c1;
      font-family: 'Open Sans';
      -webkit-transform: translate(332px, 18px);
      -moz-transform: translate(332px, 18px);
      -ms-transform: translate(332px, 18px);
      -o-transform: translate(332px, 18px);
      transform: translate(332px, 18px);
}

#isiContent-exp {
        position: absolute;
        top: 31px;
        left: 5px;
        width: 143px;
        /* height: 10px; */
        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-exp {
    font-family: 'Noto Sans', sans-serif;
    font-weight: 700;
    font-size: 12px;
    /* top: 0px; */
    margin: 0px 0px 0px 4px !important;
    color: #134b8e;
    cursor: pointer;
    line-height: 13px;
}


#scrollBg-exp {
    width: 8px;
      /* right: 0px; */
      /* top: 0px; */
      height: 191px;
      background-color: #FFFFFF;
      border: 1px solid #c1c1c1;
      -webkit-transform: translate(485px, 22px);
      -moz-transform: translate(485px, 22px);
      -ms-transform: translate(485px, 22px);
      -o-transform: translate(485px, 22px);
      transform: translate(485px, 22px);
}


#scrollBar-exp {
  width: 6px;
      height: 17px;
      background-color: #bbbbbb;
      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);
}

.isiHeader-exp {
    font-family: 'Noto Sans', sans-serif;
    font-weight: 700;
    color: #006072;
    font-size: 12px;
    line-height: 14px;
}

.novaLogo-exp {
    width: 54px;
    height: 39px;
    position: absolute !important;
    background-repeat: no-repeat;
    background-size: contain;
    right: 2px;
    display: inline-block;
    bottom: -20px;
}
/* Property Work's For FireFox Only */
@-moz-document url-prefix() {

    #cs3SupExp1, .supISI, #supf1c1, #supf4c1, 
    #supf2c1, #supCopy1, #supf1, #a_supf1c2, 
    #cs1SupExp1, #cs2SupExp1, #cs1SupExp3 {
        top: 0px;
    }
}



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