* {
  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-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-font-smoothing: subpixel-antialiased;;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

a {text-decoration: none;}
i {font-style: italic;}
body {
  -moz-user-select: none;
}

sub {
  line-height: 0px;
  font-size: 60%;
}

sup {
  line-height: 0px;
  font-size: 60%;
}

div {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-transform: translateZ(0);
}

/*fonts*/
.robotoC {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
}

.roboto {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
}

.openS {
  font-family: 'Open Sans', sans-serif;
}

.arial{
  font-family: Arial, sans-serif;
}

.barlowSemiCondensed {
  font-family: 'Barlow Semi Condensed', sans-serif;
}
.bold {
  font-weight: 700;
}

.regular {
  font-weight: 400;
}

.white  {
  color: #ffffff;
}

.purple1 {
  color: #6F489D;
}

.purple2 {
  color: #61279E;
}

.gray {
  color: #636466;
}

.isiHeader{
  font-size: 12px;
}

.bullet_offset {
  padding-left: 10px;
}

.bullet {
  position: absolute;
  left: 4px;
}

.warning {
  border: 1.5px solid #707070;
  padding: 5px;
}

.lettering {
  padding-top: 4px;
  position: absolute;
  left: -2px;
}

.lettering_offset {
  padding-bottom: 8px;
  padding-left: 2px;
}

.legal {
  line-height: 15px;
  margin-left: -5px;
  text-align: center;
}

#container {
  border: 1px solid #B5B5B5;
  box-sizing: border-box;
  visibility: hidden;
  overflow: hidden;
  height: 600px;
  width: 300px;
}

.wrapper {
  height: 600px;
  width: 300px;
  left: -1px;
  top: -1px;
}

/* -------------------- CONTENT PROPERTIES -------------------- */

#bg {
  background-color: #ffffff;
  position: absolute;
  height: 751.5px;
  width: 303px;
  left: -1px;
  top: -152px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

#triangle_top {
  height: 132px;
  width: 345px;
  left: 300px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

#triangle1 {
  border-left:345px solid transparent;
  border-top:132px solid #E74C39;
  position: absolute;
  left: 0px;/*
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;*/
}

#triangle2 {
  border-left:219px solid transparent;
  border-top:82px solid #ffffff;
  position: absolute;
  left: 160px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

#triangle_bottom {
  border-bottom: 79px solid #E74C39;
  border-right: 316px solid transparent;
  position: absolute;
  left: -316px;
  top: 521px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

#line1 {
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  height: 72px;
  width: 288px;
  left: -289px;
  top: 436px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

#line2 {
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  height: 72px;
  width: 288px;
  left: 299px;
  top: 585px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

#line3 {
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  height: 90px;
  width: 240px;
  left: -147px;
  top: -90px;
  -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-repeat: no-repeat;
  background-size: contain;
  opacity: 0;
  height: 57px;
  width: 166px;
  left: 118px;
  top: 312px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

#cta {
  background-color: #ffffff;
  border-radius: 16px;
  opacity: 0;
  height: 35px;
  width: 154px;
  left: 16px;
  top: 260px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

#cta_text {
  font-size: 15px;
  left: 22px;
  top: 8px;
}

#cta_arrow {
  border-bottom: 7px solid transparent;
  border-left: 11px solid #6F489D;
  border-top: 7px solid transparent;
  left: 128px;
  top: 10px;
}

#frame1Copy {
  left: 20px;
  top: 132.5px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

#eyebrow {
  letter-spacing: 0.5px;
  line-height: 26px;
  font-size: 24px;
  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;
}

#headline {
  line-height: 42px;
  margin-left: -2px;
  margin-top: 10.5px;
  font-size: 41px;
  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;
}

#subhead {
  line-height: 31px;
  font-size: 28px;
  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;
}

#frame2Copy {
  line-height: 19px;
  font-size: 18px;
  opacity: 0;
  left: 17px;
  top: 120.5px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

#frame2Copy sup {
  margin-right: -1px;
  font-size: 55%;
}

#frame2_head {
  letter-spacing: -0.1px;
  line-height: 28px;
  margin-top: 5px;
  font-size: 27px;
}

#frame2_head sup {
  font-size: 58%;
  vertical-align: 9px;
}

#frame2_subhead {
  margin-top: 6.5px;
}

/*-----ISI-----*/
#IRI_mainContainer {
  background-repeat: no-repeat;
  background-color: #ffffff;
  background-size: contain;
  visibility: hidden;
  height: 197px;
  width: 298px;
  left: 0px;
  top: 599px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

#isiContainer {
  overflow: hidden;
  cursor: default;
  height: 173px;
  width: 295px;
}

#isiContent {
  line-height: 13px;
  font-size: 10px;
  width: 280px;
  left: 7px;
  top: 8px;
}

#servier {
  background-repeat: no-repeat;
  background-size: contain;
  height: 70px;
  width: 200px;
  left: 39px;
  margin: 0px auto;
}

#isiHeaderBottom {
  background-color: #565757;
  height: 24px;
  width: 298px;
  top: 173px;
}

#ihTextBottom{
  font-size: 11px;
  left: 5px;
  top: 5px;
}

#hotspot{
  height:600px;
  width:300px; 
  cursor:pointer;
}

.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: 2px; top: 5px; right: 0px; }