
* {
    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: 10px;
    top: 0px;
  }
  
  .warning {
    border: 1.5px solid #707070;
    letter-spacing: -0.5px;
    padding: 3px;
    width: 164px;
  }
  
  .lettering {
    padding-top: 6px;
    position: absolute;
    left: 0px;
  }
  
  .lettering_offset {
    padding-bottom: 7px;
    padding-left: 3px;
  }
  
  .legal {
    margin-left: 4px;
    width: 158px;
    text-align: center;
  }
  
  #container {
    border: 1px solid #B5B5B5;
    box-sizing: border-box;
    visibility: hidden;
    overflow: hidden;
    height: 90px;
    width: 728px;
  }
  
  .wrapper {
    height: 90px;
    width: 728px;
    left: -1px;
    top: -1px;
  }
  
  /* -------------------- CONTENT PROPERTIES -------------------- */
  
  #bg {
    background-color: #ffffff;
    position: absolute;
    height: 90px;
    width: 728px;
    left: 0px;
    top: 0px;
    -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: 90px solid #E74C39;
    border-right: 90px solid transparent;
    border-bottom: 90px solid transparent;
    transform: translate(-92px, 0px);

    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: 90px solid #ffffff;
    border-right: 90px solid transparent;
    border-bottom: 90px solid transparent;
    transform: translate(-92px, 0px);

    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;
  }
  
  #triangle_bottom {
    right: 0px;
    bottom: 0px;
    border-left: 127px solid transparent;
    border-bottom: 106px solid #E74C39;
    transform: translate(130px, 0px);
    
    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;
  }
    
  #line1 {
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    height: 120.5px;
    width: 97.5px;
    left: -100px;
    top: 33px;
    -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: 120.5px;
    width: 97.5px;
    right: -60px;
    bottom: 75px;
    -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: 120.5px;
    width: 97.5px;
    right: 134px;
    bottom: -104px;
    -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: 90px;
    width: 728px;
    left: 0px;
    top: 0px;
    -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: 112px;
    left: 389px;
    top: 57px;
    -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: 17px;
    top: 6px;
  }
  
  #cta_arrow {
    border-bottom: 4.5px solid transparent;
    border-left: 7px solid #6F489D;
    border-top: 4.5px solid transparent;
    left: 94px;
    top: 7px;
  }
  
  #frame1Copy {
    width: 470px;
    left: 92px;
    top: 11px;
    line-height: 20.2px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  
  #eyebrow {
    font-size: 14.5px;
    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 {
    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 {
    margin-top: 1.5px;
    font-size: 16px;
    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 {
    width: 310px;
    left: 44px;
    top: 10.5px;
    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;
  }
  
  #frame2_head {
    margin-left: 1px;
    margin-top: 4.5px;
    font-size: 19px;
  }
  
  #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: 90px;
    width: 199px;
    right: -200px;
    top: 0px;
    -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: 90px;
    width: 198px;
  }
  
  #isiContent {
    line-height: 13px;
    font-size: 10px;
    width: 176px;
    left: 12px;
    top: 7px;
  }

  #isiContent > * {
    position: static;
}
  
  #servier {
    position: relative;
    background-repeat: no-repeat;
    background-size: contain;
    height: 55px;
    width: 160px;
    position: unset;
    margin: 0px auto;
  }
  
  #isiHeaderBottom {
    background-color: #565757;
    height: 17px;
    width: 327px;
    bottom: -17px;
    left: -7px;
    border-radius: 10px;

    visibility: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  
  #ihTextBottom {
    line-height: 15px;
    font-size: 10px;
    left: 18px;
    top: 0px;
  }
  
  #arrow {
    background-repeat: no-repeat;
    background-size: contain;
    height: 7px;
    width: 10px;
    right: 38px;
    bottom: 5px;
    -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:90px;
    width:728px; 
    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: 5px; top: 5px; right: 2px; }