* {
    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);
}
* {
    font-size: 100%;
}
#container {
    width: 300px;
    height: 600px;
    box-sizing: border-box;
    overflow: hidden;
    visibility: hidden;
    background-color:#ffffff;
    border: 1px solid #CECECE;
}

div {
    position: absolute;
}
sup {
    line-height: 0px;
}

.hotspot {
    position:absolute;
    width:300px;
    height:600px;
    cursor:pointer;
}

#wrapper {
    position: absolute;
    top: -1px;
    left: -1px;
    width: 300px;
    height: 600px;
}

#graphic{
    position: absolute;
    top: 0px;
    left: 0px;
    transform: translate(300px,-250px);
    width: 300px;
    height: 600px;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0;
    -webkit-transition: all .6s ease-in;
    -moz-transition: all .6s ease-in;
    -ms-transition: all .6s ease-in;
    transition: all .6s ease-in;

    
}


#f1copy{
    position: absolute;
    top: 285px;
    left: 15px;

    font-family: 'Open Sans', sans-serif;
    font-size:  23px;
    font-weight: 700;
    font-style: italic;
    color: #60279e;

    letter-spacing: -1.17px;
    line-height:27px;
    opacity: 0;

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

#graphic2{
    position: absolute;
    top: 0px;
    left: 0px;
    transform: translate(-300px,250px);
    width: 300px;
    height: 600px;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0;

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

#f2copy{
    position: absolute;
    top: 245px;
    left: 119px;

    font-family: 'Open Sans', sans-serif;
    font-size:  23px;
    font-weight: 700;
    font-style: italic;
    color: #60279e;

    letter-spacing: -1.2px;
    line-height:27px;
    opacity: 0;

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

#f2copy sup{
    position: relative;
    top: 2px;
    left: 0px;
    font-size:  14px;
}

#graphic3{
    position: absolute;
    top: 0px;
    left: 0px;
    transform: translate(-300px,0px);
    width: 300px;
    height: 600px;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0;

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


#logoWrapper{
    position: absolute;
    width: 300px;
    height: 600px;
    top: 0px;
    left: 0px;
    background-size: contain;
    background-repeat: no-repeat;
    opacity:0;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}


#f3copy{
    position: absolute;
    top: 149px;
    left: 59px;

    font-family: 'Open Sans', sans-serif;
    font-size:  23px;
    font-weight: 700;
    font-style: italic;
    color: #60279e;

    letter-spacing: -0.7px;
    line-height:28px;
    opacity: 0;

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

#f3sup1{
    position: relative;
    top: 1px;
    left: 0px;
    font-size: 13px;
}
#f3sup2{
    position: relative;
    top: 0px;
    left: 0px;
    font-size: 13px;
    font-weight: 400;
}


#cta_text {
    font-family: 'Open Sans',sans-serif;
    color: #ffffff;
    font-size: 13.5px;
    font-weight: 600;
    position: absolute;
    text-align: center;
    left: 187px;
    top: 366px;
    opacity: 0;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}


#scrollBg {
    width: 4px;
    height: 49px;
    border-radius: 2px;
    background: #565757;
}

#scrollBar {
    width: 2px;
    border-radius: 2px;
    left: 1px;
    top: 1px;
    background-color: #ffffff;;
    /* border: 1px #ffffff solid; */
    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);
}

/* -------------------- CONTENT PROPERTIES -------------------- */



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

#IRI_mainContainer {
    top: 350px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

#isiContainer {
    width: 298px;
    height: 184px;
    overflow: hidden;
    cursor: default;
    visibility: hidden;
    top: -12px;
    left: 0px;
    background-color: #ffffff;
    -webkit-transform: translate(0px, 183px);
    -moz-transform: translate(0px, 183px);
    -ms-transform: translate(0px, 183px);
    -o-transform: translate(0px, 183px);
       transform: translate(0px, 183px);
}

#isiContent {
    width: 284px;
    padding-left: 8px;
    -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: 'Open Sans',sans-serif;
}

#ihTextBottom {   
    top: 232px;
    height: 17px;
    width: 298px;
    left: 0px;
    cursor: pointer;
    text-decoration: underline;
    background-color: #565757;
}

#isiHeaderBottom {
    width: 298px;
    height: 15px;
    top: 0px;
    left: 7px;
    font-family: 'Open Sans',sans-serif;
    font-weight: 400;
    font-size: 10px;
    color: #ffffff;
    letter-spacing: 0.05px;
}

.isiText, .isiTextHeader, .isiTextHeader2, .footerText { font-family: 'Open Sans', sans-serif; }
.isiTextHeader, .isiTextHeader2 { padding-bottom: 6px; }
.isiText, .isiTextBold, .bullet_main { padding-bottom: 8px; }

.isiTextHeader {
    color: #61279e;
    font-weight: 700;
    font-size: 14px;
}

.isiTextHeader2 {
    color: #61279e;
    font-weight: 700;
    font-size: 11px;
}

.isiText {
    color: #565757;
    font-weight: 400;
    font-size: 11px;
    line-height: 13px;
}

.bullet_main {
    color: #565757;
    font-weight: 400;
    font-size: 11px;
    padding-left: 18px;
    line-height: 13px;
}

.bullet_black{
    position: absolute;
    left: 9px;
    font-weight: 400;
    line-height: 12px;
}

.box {
    width: 279px;
    margin-top: 5px !important;
    box-sizing: border-box;
    border: 2px solid #636466;
}
.pbox1{
    padding-top: 2px;
    padding-left: 4px;
}

.pbox2{
    padding-top: 4px;
    padding-left: 4px;
    padding-bottom: 5px;
}
.sub3{
    font-size: 7px;
    position: relative;
    top: 1px;
    line-height: 5px;
}

.bullet_main {
    color: #565757;
    font-family: 'Open Sans',sans-serif;
    font-weight: 400;
    font-size: 11px;
    padding-top: 1px;
    padding-left: 16px;
    line-height: 12px;
}

.bullet_black2{
    position: absolute;
    left: 9px;
    top: 1px;
    font-weight: 700;
    line-height: 13px;
    font-size: 13px;
}
.underline{
  color: #002aff;
  text-decoration: underline;
}

.isiLogo {
    position: static;
    width: 175px;
    height: 35px;
    margin: 14px auto;
    background-size: contain;
    background-repeat: no-repeat;
    cursor:pointer;
}
/* Property Work's For FireFox Only */
@-moz-document url-prefix() {  }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .bullet_black2{
      position: relative;
      left: -4px;
      top: 0px;
      font-weight: 400;
      line-height: 12px;
      font-size: 13px;
  }

  .bullet_main2 {
      color: #565757;
      font-family: 'Open Sans',sans-serif;
      font-weight: 400;
      font-size: 11px;
      line-height: 13px;
      padding-top: 5px;
      padding-left: 16px;
      line-height: 13px;
      text-indent: -5px;
  }

  .bullet_black{
      position: absolute;
      left: 15px;
      font-weight: 400;
      line-height: 12px;
  }
}
@supports (-ms-ime-align: auto) {
  .bullet_black2{
      position: relative;
      left: -4px;
      top: 0px;
      font-weight: 400;
      line-height: 12px;
      font-size: 13px;
  }

  .bullet_main2 {
      color: #565757;
      font-family: 'Open Sans',sans-serif;
      font-weight: 400;
      font-size: 11px;
      line-height: 13px;
      padding-top: 5px;
      padding-left: 16px;
      line-height: 13px;
      text-indent: -5px;
  }

  .bullet_black{
      position: absolute;
      left: 15px;
      font-weight: 400;
      line-height: 12px;
  }
}

.iScrollLoneScrollbar { width: 4px; overflow: initial!important; background-color: #565757; border-radius: 5px; border-bottom:3px solid #565757; }
.iScrollIndicator { left: 1px; top: 1px; }
.iScrollVerticalScrollbar .iScrollIndicator { width: 2px; background-color: #FFFFFF; border-radius:5px; }
.iScrollVerticalScrollbar { bottom: 7px; top: 2px; right: 4px; }