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

body {
  -moz-user-select: none;
}
p,
div {
  -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%;
}
div {
  position: absolute;
}
sup {
  line-height: 0px;
}

/* -----HOTSPOTS----- */

#expandHotspot,
#exitClick {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

/* -----SUPER----- */

sup {
  line-height: 0px;
}

b {
  font-weight: 700;
}

i {
  font-style: italic;
}

/* -----TRANSITIONS----- */

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

.hidden {
  opacity: 0;
}

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

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

/* -----FRAMES----- */

#whiteBlocker {
  position: absolute;
  width: 1040px;
  height: 600px;
  background-size: contain;
  background-repeat: no-repeat;
  top: 0px;
  left: 0px;
  visibility: hidden;
  background-color: #f4f4f2;
}
#whiteBlocker-col {
  position: absolute;
  width: 160px;
  height: 600px;
  background-size: contain;
  background-repeat: no-repeat;
  top: 0px;
  left: 0px;
  visibility: hidden;
  background-color: #f4f4f2;

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

/* -----FONTS----- */

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

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

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

/* -----CONTAINERS----- */

#mainContainer {
  width: 1040px;
  height: 600px;
  overflow: hidden;
  visibility: hidden;
  /* background: #FFFFFF; */
}
#collapsedContainer {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 158px;
  height: 598px;
  border: 1px solid #c1c1c1;
  overflow: hidden;
  background: #ffffff;
}
#expandedContainer {
  width: 158px;
  height: 598px;
  background-color: #f4f4f2;
  border: 1px solid #c1c1c1;
  top: 0px;
  right: 0px;
  visibility: hidden;
  overflow: hidden;
}

/* -----WRAPPERS----- */

#collapsedWrapper {
  width: 160px;
  height: 600px;
  top: -1px;
  left: -1px;
}
#expandedWrapper {
  width: 1040px;
  height: 600px;
  background-color: #f4f4f2;
  top: -1px;
  left: -1px;
}
.wrapper * {
  background-repeat: no-repeat;
}

/* -----BACKGROUNDS----- */

#collapsedContainer .adSize {
  top: 0px;
  left: 0px;
  width: 160px;
  height: 600px;
  background-size: contain;
}

#expandedContainer .adSize {
  top: 0px;
  left: 0px;
  width: 1040px;
  height: 600px;
  background-size: contain;
}

/* -----COPIES----- */

#header {
  top: 16px;
  left: 7px;
  width: 160px;
  color: #171c8f;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: -0.25px;
}

#f1copy {
  top: 66px;
  left: 7px;
  width: 160px;
  color: #171c8f;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.4px;
}

#f1copy sup{
  position:relative;
  top: 2px;
  font-size: 12px;
}

#txtBot {
  color: #ffffff;
  font-size: 8px;
  top: 287px;
  right: 38px;
  letter-spacing: -0.2px;
}

#txtBot2 {
  color: #444444;
  font-size: 9px;
  top: 305px;
  left: 7px;
  line-height: 11px;
  letter-spacing: -0.04px;
}

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

#cta {
  width: 126px;
  height: 24px;
  top: 388px;
  left: 10px;
  background-color: #ff8200;
  border-radius: 4px;
  padding-left: 14px;
  padding-top: 4px;
}

#cta_plus {
  width: 13px;
  height: 13px;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  right: 6px;
  top: 8px;
  transform: translate(-5px, 0px);
}

#cta_text {
  color: #ffffff;
  font-size: 13px;
  position: absolute;
  opacity:1;
  left: 7px;
  top: 5px;
}



#headTextExp {
  top: 33px;
  left: 316px;
  color: #171c8f;
  /*letter-spacing: -0.15px;*/
  font-size: 16px;
  line-height: 19px;
}

/*frame1*/

#copyExp1 {
  top: 160px;
  left: 113px;
  color: #171c8f;
  /* letter-spacing: 0px; */
  font-size: 26px;
  line-height: 32px;
}

#copyExp1 sup{
  position: relative;
  top: 1px;
  font-size: 15px;
}


#subCopyExp {
  top: 308px;
  left: 27px;
  color: #444444;
  font-size: 16px;
  line-height: 19px;
}

#subCopyExp2 {
  top: 350px;
  left: 34px;
  color: #444444;
  font-size: 16px;
  line-height: 25px;
}

#subCopyExp2 b {
  color: #171c8f;
}

#subCopyExp2 sup{
  position: relative;
  top: 1px;
  font-size: 9px;
}

#subCopyExp3 {
  top: 526px;
  left: 23px;
  color: #444444;
  font-size: 12px;
  line-height: 14px;
}

#subCopyExp3 sup{
  position: relative;
  top: 1px;
  font-size: 7px;
}


#txtBotExp {
  color: #ffffff;
  font-size: 10px;
  top: 555px;
  left: 572px;
  letter-spacing: -0.25px;
}

#txtBotExp2 {
  color: #444444;
  font-size: 12px;
  top: 581px;
  left: 27px;
  letter-spacing: -0.25px;
}

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


#ctaExp {
  position: absolute;
  top: 447px;
  left: 28px;
  width: 175px;
  height: 37px;
  background-color: #ff8200;
  border-radius: 4px;
  padding-left: 14px;
  padding-top: 4px;
}

#ctaExpIcon {
  width: 21px;
  height: 21px;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  right: 14px;
  top: 10px;
  opacity: 0;
  transform: translate(-5px, 0px);
}

#ctaExpText {
  color: #ffffff;
  font-size: 20px;
  line-height: 23px;
  position: absolute;
  text-align: left;
  left: 33px;
  top: 8px;
}

/*frame2*/

#f2copyExp1 {
  top: 160px;
  left: 107px;
  color: #171c8f;
  /* letter-spacing: 0px; */
  font-size: 26px;
  line-height: 32px;
}

#f2copyExp1 sup{
  position: relative;
  top: 1px;
  font-size: 14px;
}

#f2subCopyExp {
  top: 282px;
  left: 27px;
  color: #444444;
  font-size: 16px;
  line-height: 20px;
}

#f2subCopyExp2 {
  top: 325px;
  left: 34px;
  color: #444444;
  font-size: 16px;
  line-height: 25px;
}

#f2subCopyExp2 b {
  color: #171c8f;
}

#f2subCopyExp2 sup{
  position: relative;
  top: 1px;
  font-size: 9px;
}

#f2subCopyExp12 {
  top: 401px;
  left: 27px;
  color: #171c8f;
  font-size: 16px;
}

#f2subCopyExp12 sup{
  position: relative;
  top: 1px;
  font-size: 9px;
}

#f2subCopyExp3 {
  top: 535px;
  left: 22px;
  color: #444444;
  font-size: 12px;
  line-height: 16px;
}

#f2subCopyExp3 sup{
  position: relative;
  top: 1px;
  font-size: 7px;
}

/*frame3*/

#f3copyExp1 {
  top: 159px;
  left: 26px;
  color: #171c8f;
  /* letter-spacing: 0px; */
  font-size: 30px;
  line-height: 36px;
}

#f3copyExp1 sup{
  position: relative;
  top: 1px;
  font-size: 17px;
}

#f3subCopyExp2 {
  top: 281px;
  left: 27px;
  color: #444444;
  font-size: 16px;
}

#f3subCopyExp2 sup{
  position: relative;
  top: 1px;
  font-size: 9px;
}


/* -----OTHER ELEMENTS----- */



#closeBtn {
  width: 52px;
  height: 17px;
  top: 2px;
  right: 296px;
  cursor: pointer;
}

#expandClicktag {
  position: absolute;
  width: 1040px;
  height: 600px;
  cursor: pointer;
}

#xBg {
  background-color: #eeeeee;
  width: 351px;
  height: 19px;
  top: -1px;
  left: -4px;
  pointer-events: none;
}

#xIcon {
  width: 15px;
  height: 14px;
  background-size: contain;
  background-repeat: no-repeat;
  top: 2px;
  left: 3px;
}

#xText {
  color: #ff8200;
  font-size: 9px;
  top: 2px;
  left: 21px;
  text-align: left;
}

#replaybtn {
  width: 110px;
  height: 42px;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  left: 236px;
  top: 447px;
  opacity: 0;
  visibility:hidden;
  cursor: pointer;
}

#replaytxt {
  color: #171c8f;
  font-size: 18px;
  position: relative;
  left: 10px;
  top: 8px;
}

#isiClick {
  width: 344px;
  height: 19px;
  position: absolute;
  top: 0px;
  right: 0px;
}

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

#IRI_mainContainer_exp {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  width: 350px;
  height: 579px;
  top: 19px;
  right: 0px;
  background-color: #ffffff;
}

#IRI_mainContainer {
  width: 100%;
  height: 175px;

  visibility: hidden;

  bottom: 0px;
  background-color: #FFFFFF;

}

#isiHeader {
  width: 160px;
  height: 36px;
  top: 0px;
  background-color: #ffffff;

  pointer-events: all;
}

#isiHeader_exp {
  width: 345px;
  height: 21px;
  top: 0px;
  left: 0px;
  /* border-left: 1px solid #c1c1c1; */
  background-color: #ffffff;
}

#ihText {
  /* margin: 1px 0px 0px 7px; */
  top: 3px;
  left: 4px;
  color: #171c8f;
  font-size: 13px;
  line-height: 16px;
  /*letter-spacing:0.5px;*/
}

#ihText_exp {
  font-size: 13px;
  line-height: 14px;
  color: #171c8f;
  /* margin: 1px 0px 0px 7px; */
  top: 5px;
  left: 7px;
  /* letter-spacing: -0.01px; */
}

#isiBtnP {
  display: none;
  width: 14px;
  height: 14px;
  background-size: contain;
  background-repeat: no-repeat;
  right: 4px;
  top: 8px;
  cursor: pointer;
}

#isiBtnM {
  display: none;
  width: 14px;
  height: 14px;
  background-size: contain;
  background-repeat: no-repeat;
  right: 4px;
  top: 8px;
  cursor: pointer;
}

#isiHeaderBottom {
  font-size: 12px;
  line-height: 14px;
  margin: 1px 0px 0px 4px !important;
  color: #171c8f;
  width: 158px;
  height: 28px;
  pointer-events: all;
}

#isiHeaderBottom_exp {
  top: 1px;
  left: 7px;
  color: #171c8f;
  cursor: pointer;
}

#isiContent > * {
  position: static;
  margin-bottom: 2px;
}

#isiContent_exp > * {
  position: static;
  margin-bottom: 2px;
}


#isiContainer {
  top: 0px;
  width: 158px;
  height: 1243px;
  overflow: hidden;
  cursor: default;
}

#isiContainer_exp {
  background-color: #ffffff;
  width: 345px;
  height: 537px;
  overflow: hidden;
  cursor: default;
  /* border-left: 1px solid #c1c1c1; */

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

#isiContent {
  top: 40px;
  left: 4px;
  width: 145px;
  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);
}

#isiContent_exp {
  top: 0px;
  left: 7px;
  width: 288px;
  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;
}

#ihTextBottom {
  position: absolute;
  width: 158px;
  height: 31px;
  bottom: 0px;
  cursor: pointer;
  background-color: #ffefcc;
}

#ihTextBottom_exp {
  width: 351px;
  height: 20px;
  bottom: 0px;
  left: 0px;
  position: absolute;
  background-color: #ffefcc;
  text-decoration: underline;
  font-size: 12px;
  line-height: 17px;
  /* border-left: 1px solid #c1c1c1; */
}



#scrollBg {
      width: 5px;
        right: 3px;
        top: 0px;
        height: 129px;
    background-color: #bbbbbb;

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

#scrollBar {
      width: 5px;
        left: 0px;
        top: -2px;
        border-top: #ffffff 1px solid;
        border-bottom: #ffffff 1px solid;
        background-color: #171c8f;
    cursor: pointer;

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

#scrollBg_exp {
  width: 5px;
  right: 0px;
  top: 0px;
  height: 539px;
  background-color: #bbbbbb;
  -webkit-transform: translate(-7px, 6px);
  -moz-transform: translate(-7px, 6px);
  -ms-transform: translate(-7px, 6px);
  -o-transform: translate(-7px, 6px);
  transform: translate(-7px, 6px);
}

#scrollBar_exp {
  width: 5px;
  height: 58px;
  left: 0px;
    top: -2px;
  background-color: #171c8f;
  border-top: #ffffff 1px solid;
  border-bottom: #ffffff 1px solid;
  cursor: pointer;
  -webkit-transform: translate(1px, 1px);
  -moz-transform: translate(1px, 1px);
  -ms-transform: translate(1px, 1px);
  -o-transform: translate(1px, 1px);
  transform: translate(1px, 1px);
}


/*TEXTS*/

.isiTextK, .isiTextQ, .isiTextJ{
    position: relative;
    margin-left: 1px;
}

.isiTextK{
    font-family: 'Noto Sans', sans-serif;
    font-weight: 700;
    font-size: 11px;
    line-height: 12px;
    color: #171c8f;
    padding-top: 3px;
}


.isiTextQ{
    font-family: 'Noto Sans', sans-serif;
    font-weight: 700;
    font-size: 11px;
    color: #444444;
    padding-top: 3px;
    line-height: 12px;
}

.isiTextJ{
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
    font-size: 11px;
    line-height: 12px;
    color: #444444;    padding-top: 3px;
}

.isiBullet{
    font-family: 'Noto Sans', sans-serif;
    font-weight: 700;
    color: #ff8728;
    position: absolute;
    left: 0px;
    font-size: 11px;
}

#isiContent sup{
    font-size: 7px;
    position: relative;
    top: 1px;
}

#isiContent_exp sup {
    font-size: 7px;
    position: relative;
    top: 1px;
}

.isiTextQ a, .isiTextJ a{
    color: #171c8f;
}

.novaLogo{
    background-repeat: no-repeat;
    background-size: contain;

    width: 54px;
    height: 39px;

    position: absolute;
    bottom: -43px;
    right: 10px; 
    image-rendering: optimizeQuality;
    image-rendering: -webkit-optimize-contrast;
}

#novaLogo-exp {
  width: 54px;
  height: 39px;
  background-repeat: no-repeat;
  background-size: contain;
  position:absolute;
  right: 5px;
  display: inline-block;
  bottom:0px;
}

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