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

#container {
    width: 300px;
    height: 600px;
    box-sizing: border-box;
    border:1px solid #c1c1c1;
    background-color: #f0efed;
    overflow: hidden;
    visibility: hidden;
}

#guide {
    /* visibility: hidden; */
}

div {
    position: absolute;
}

a {
    text-decoration: none;
}

i {
    font-style: italic;
}

b {
    font-weight: 700;
}

u {
    text-decoration: underline;
}

* {
    /* font-size: 100%; */

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

/* FONT STYLES */

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

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

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


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

.hidden {
    opacity: 0;
}

/* ANIMATIONS */

.fadeDown {
    opacity: 0;
    transform: translate(0px, -10px);
}

.fadeLeft {
    opacity: 0;
    transform: translate(-10px, 0px);
}

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

.IRI_mainContainer {
    visibility: hidden;
}

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

sup {
    line-height: 0px;
}

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

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

.adSize {
    top: 0px;
    left: 0px;
    width: 300px;
    height: 600px;
    background-size: contain;
    background-repeat: no-repeat;
}

/* =======================FRAMES======================= */

#circle {
    position: absolute;
    width: 280px;
    height: 263px;
    top: 104px;
    left: -124px;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.75;
    /* transition-delay : 0.1s; */
}

.headText {
    position: absolute;
    top: 5px;
    left: 178px;
    color: #ffffff;
    font-size: 13px;
    line-height: 14px;
      letter-spacing: -0.09px;
    text-align: left;
}

/*---------------------Frame1 copies---------------------*/

.Copy1 {
  position: absolute;
  top: 203px;
  left: 159px;
  color: #da0812;
  font-size: 21px;
  line-height: 25px;
  text-align: left;
  opacity: 0;
}

.copy1Sup {
    font-size: 12px;
}

.CopyActor {
  position: absolute;
  top: 344px;
  left: 7.5px;
  letter-spacing: 0px;
  line-height: 12px;
  color: #ffffff;
  font-size: 9px;
  /* text-shadow: 0px 0px 6.51px rgba(0, 0, 0, 0.97); */
  text-shadow: 0px 0px 4px #000000, 0px 0px 4px #000000, 0px 0px 4px #000000, 0px 0px 4px #000000, 0px 0px 4px #000000;
}

/*---------------------Frame2 copies---------------------*/

.Copy2 {
  position: absolute;
  top: 202px;
  left: 132px;
  color: #da0812;
  font-size: 21px;
  line-height: 25px;
}

.copy2Sup {
    font-size: 12px;
}

.reg_sup {
    position: relative;
    line-height: 0px;
    font-size: 6px;
}

/*---------------------Frame3 copies---------------------*/

.Copy3a {
    position: absolute;
    top: 175px;
    left: 121px;
    color: #da0812;
    font-size: 18px;
    line-height: 21.5px;
    opacity: 0;
  }

  .Copy3aSup {
    font-size: 11px;
    padding-right: 4px;
    padding-top: 1px;
}

#Copy3afootnote {
    position: absolute;
    top: 245px;
    left: 121px;
    color: #006072;
    font-size: 13px;
    line-height: 15.5px;
    opacity: 0;
}

.Copy4a {
    position: absolute;
    top: 206px;
    left: 121px;
    color: #da0812;
    font-size: 18px;
    line-height: 22px;
    text-align: left;
    opacity: 0;
  }

  .Copy4aSup {
    font-size: 10px;
    padding-right: 4px;
    padding-top: 1px;
}

#Copy4afootnote {
    color: #444444;
    font-size: 11px;
    line-height: 13px;
    position: absolute;
    top: 252px;
    left: 122px;
}

/*---------------------Frame4 copies---------------------*/

.Copy5 {
    position: absolute;
    top: 164px;
    left: 160px;
    color: #da0812;
    font-size: 18px;
    line-height: 22px;
    text-align: left;
    opacity: 0;
  }

  .Copy5Sup {
    font-size: 10px;
    padding-right: 4px;
    padding-top: 1px;
}

#cta {
    width: 128px;
    height: 28px;
    position: absolute;
    top: 286px;
    left: 160px;
    background-color: #006072;
    border-radius: 4px;
    opacity: 0;
}

#arrowCta{
    width: 13px;
    height: 13px;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    left: 104px;
    top: 7px;
}

#cta_text {
    color: #ffffff;
    font-size: 14px;
    width: 122px;
    position: absolute;
    text-align: left;
    left: 14px;
    top: 4px;
}

/* -------------------- ICONS -------------------- */

#icon_1 {
    width: 40px;
    height: 40px;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    left: 10px;
    top: 190px;
}

#icon_2 {
    width: 41px;
    height: 41px;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    left: 44px;
    top: 228px;
}

#icon_3 {
    width: 36px;
    height: 36px;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    left: 71px;
    top: 271px;
}

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

#isiHeader {
    width: 298px;
    height: 20px;
    top: 0px;
    background-color: #ffffff;
    border-top: 1px solid #c1c1c1;
    -webkit-transform: translate(0px, 399px);
    -moz-transform: translate(0px, 399px);
    -ms-transform: translate(0px, 399px);
    -o-transform: translate(0px, 399px);
    transform: translate(0px, 399px);
}

#ISI_headText {
    width: 298px;
    height: 19px;
    font-size: 10px;
    color: #444444;
    top: 386px;
    left: 7px;
}

#ihText {
    top: 2px;
    left: 7px;
    color: #006072;
    font-size: 13px;
    line-height: 14px;
    user-select:none;
    cursor:default;
}

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

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

#ihTextBottom {
    font-size: 12px;
    top: 0px;
    margin: 0px 0px 0px 7px !important;
    color: #134b8e;
}

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

#isiContent {
    position: absolute;
    top: 9px;
    left: 4px;
    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;
}

.plusIcon {
    width: 14px;
    height: 14px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 402px;
    left: 283px;
    cursor: pointer;
}

.minusIcon {
    width: 14px;
    height: 14px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 20px;
    left: 283px;
    cursor: pointer;
}

#scrollBg {
    width: 8px;
    right: 0px;
    top: 0px;
    height: 63px;
    border: 1px solid #c1c1c1;
    background-color: #ffffff;
    -webkit-transform: translate(297px, 406px);
    -moz-transform: translate(297px, 406px);
    -ms-transform: translate(297px, 406px);
    -o-transform: translate(297px, 406px);
    transform: translate(297px, 406px);
}

#scrollBar {
    top: 0px;
    width: 6px;
    background-color: #545454;
    cursor: pointer;
    border: 1px solid #ffffff;
    opacity: .4;
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}

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

.isiTextBold {
    font-weight: 700;
    color: #444444;
    font-size: 13px;
    line-height: 14px;
    padding-top: 1px;
}
.isiTextBold2 {
    font-weight: 700;
    color: #444444;
    font-size: 12px;
    line-height: 14px;
    padding-top: 1px;
}

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

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

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

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

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

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

.osHeadText {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    color: #000000;
    font-size: 10px;
    line-height: 11px;
}

.novaLogo {
    width: 54px;
    height: 39px;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 1px;
    right: 24px;
    display: inline-block;
}

/* ------------------ CUSTOM CSS - start ------------------ */

.pt-0 {
    padding-top: 0px;
}

.pt-1 {
    padding-top: 1px;
}

.pt-2 {
    padding-top: 2px;
}

.pt-3 {
    padding-top: 3px;
}

.pt-4 {
    padding-top: 4px;
}

.pt-5 {
    padding-top: 5px;
}

.pt-6 {
    padding-top: 6px;
}

.pt-8 {
    padding-top: 8px;
}

.t-1 {
    top: 1px;
}

.t-2 {
    top: 2px;
}

.t-3 {
    top: 3px;
}

.t-4 {
    top: 4px;
}

.t-5 {
    top: 5px;
}

.t-6 {
    top: 6px;
}

.fs-6 {
    font-size: 6px;
}

.ml-65 {
    margin-left: 65px;
}

.ls-n01 {
    letter-spacing: -0.1px;
}

.link {
    color:#134b8e;
    text-decoration: underline;
}

.c-pointer {
    cursor: pointer;
}

.c-default {
    cursor: default;
}

/* ------------------ CUSTOM CSS - end ------------------ */

/* Property Work's For FireFox Only */
@-moz-document url-prefix() {
}

/* Property Work's For Internet Explorer Edge Only */
@supports (-ms-ime-align: auto) {}

/* Property Work's For Internet Explorer 11, 10 Only */
@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {}