
* {
  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;
}

.isiLargeHeader{
  font-size: 12px;
}

.bullet_offset {
  padding-left: 12px;
}

.bullet {
  position: absolute;
  left: 4px;
  font-size: 16px;
  top: 0px;
}

.warning {
  border: 1.5px solid #707070;
  letter-spacing: -0.5px;
  padding: 6px;
}

.lettering {
  padding-top: 6px;
  position: absolute;
  left: 0px;
}

.lettering_offset {
  padding-bottom: 7px;
  padding-left: 3px;
}

.legal {
  text-align: center;
}

#container {
  border: 1px solid #B5B5B5;
  box-sizing: border-box;
  visibility: hidden;
  overflow: hidden;
  height: 600px;
  width: 160px;
}

.wrapper {
  height: 600px;
  width: 160px;
  left: -1px;
  top: -1px;
}

/* -------------------- CONTENT PROPERTIES -------------------- */

#bg {
  background-color: #ffffff;
  position: absolute;
  height: 680px;
  width: 164.5px;
  left: 0px;
  top: -80px;
  -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: 111px;
  width: 292px;
  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;
}

#triangle1 {
  border-left:292px solid transparent;
  border-top:111px solid #E74C39;
  position: absolute;
  -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:160px solid transparent;
  border-top:60px solid #ffffff;
  position: absolute;
  left: 132px;/*
  -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: 131px solid #E74C39;
  border-right: 525px solid transparent;
  position: absolute;
  left: -525px;
  top: 469px;
  -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: 31px;
  width: 124px;
  left: -122px;
  top: 427px;
  -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: 31px;
  width: 124px;
  left: 160px;
  top: 499px;
  -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: 73px;
  width: 195px;
  left: -196px;
  top: -65px;
  -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: 46px;
  width: 135px;
  left: 11px;
  top: 324px;
  -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: 12px;
  opacity: 0;
  height: 24px;
  width: 129px;
  left: 14px;
  top: 276px;
  -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: 11px;
  left: 19px;
  top: 6px;
}

#cta_arrow {
  border-bottom: 7px solid transparent;
  border-left: 7.5px solid #6F489D;
  border-top: 7px solid transparent;
  left: 111.5px;
  top: 5px;
}

#frame1Copy {
  left: 9px;
  top: 167.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 {
  line-height: 15px;
  font-size: 14px;
  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: 23px;
  margin-left: -1px;
  margin-top: 5.5px;
  font-size: 22px;
  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 span {
  letter-spacing: 0.2px;
}

#subhead {
  line-height: 18px;
  margin-top: 1.5px;
  font-size: 17px;
  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: 17px;
  font-size: 16px;
  opacity: 0;
  left: 11px;
  top: 99px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

#frame2_head {
  line-height: 24px;
  margin-left: 1px;
  margin-top: 4.5px;
  font-size: 22px;
}

#frame2_subhead {
  margin-left: 1px;
  margin-top: 4.5px;
}

/*-----ISI-----*/
#IRI_mainContainer {
  background-repeat: no-repeat;
  background-color: #ffffff;
  background-size: contain;
  visibility: hidden;
  height: 163px;
  width: 158px;
  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: 126px;
  width: 156px;
}

#isiContent {
  font-size: 10px;
  width: 142px;
  left: 5px;
  top: 7px;
  line-height: 14px;
}

#servier {
  position: relative;
  background-repeat: no-repeat;
  background-size: contain;
  height: 52px;
  width: 146px;
  left: -4px;
  top: 0px;
}

#isiHeaderBottom {
  background-color: #565757;
  height: 37px;
  width: 158px;
  top: 126px;
}

#ihTextBottom {
  line-height: 15px;
  font-size: 11px;
  left: 4px;
  top: 4px;
}

#arrow {
  background-repeat: no-repeat;
  background-size: contain;
  height: 7px;
  width: 10px;
  right: -3px;
  bottom: 7px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

#hotspot{
  height:600px;
  width:160px; 
  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; }