* {
  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);

  font-family: "Fira Sans", sans-serif;
  -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;
  -webkit-transform: translateZ(0);
}

*img {  image-rendering: -webkit-optimize-contrast;}

body {
  -moz-user-select: none;
}

p {
}

* {
  font-size: 100%;
}

#container {
  width: 300px;
  height: 600px;
  border: 1px solid #c1c1c1;
  box-sizing: border-box;
  overflow: hidden;
  visibility: hidden;
  background: #ffffff;
}

#IRI_mainContainer div {
  pointer-events: auto;
}

div {
  position: absolute;
}

sup {
  line-height: 0px;
}

.wrapper {
  width: 300px;
  height: 600px;
  top: -1px;
  left: -1px;
  pointer-events: none;
}

.wrapper *,
#cta {
  background-repeat: no-repeat;
}

.adSize {
  background-size: 300px 600px;
  width: 300px;
  height: 600px;
  top: 0px;
  left: 0px;
  background-repeat: no-repeat;
}

.transition {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.Notransition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
}

i {font-style: italic;}
b {font-weight: 700;}
a {text-decoration: none; color: #F15E22;}
u {text-decoration: underline;}

.hidden {
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.faster {
    -webkit-transition: all 0.0s ease-in-out;
    -moz-transition: all 0.0s ease-in-out;
    -ms-transition: all 0.0s ease-in-out;
    transition: all 0.0s ease-in-out;
}

.slideLeft {
  transform: translate(300px, 0px);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.firaSansLight {
  font-family: "Fira Sans", sans-serif;
  font-weight: 300;
}

.firaSansReg {
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
}

.firaSansMed {
  font-family: "Fira Sans", sans-serif;
  font-weight: 500;
}

.firaSansSemi {
  font-family: "Fira Sans", sans-serif;
  font-weight: 600;
}

.firaSansBold {
  font-family: "Fira Sans", sans-serif;
  font-weight: 700;
}

.overallclick {
  position: absolute;
  width: 300px;
  height: 600px;
  top: 0px;
  pointer-events: all;
}

/* -------------------- ELEMENTS -------------------- */

#copy1 {
  position: absolute;
  top: 31px;
  left: 64px;

  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: -0.01em;
}

#copy2 {
  position: absolute;
  top: 112px;
  left: 62px;
  font-size: 37px;
  line-height: 30px;

  background: linear-gradient(to right, #F15E22, #D2AB49);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0px 3px 6px rgba(0,0,0,0.15));
}

#copy2::after {
  content: "NOW ALSO APPROVED";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(315deg, rgba(255,255,255,0) 45%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0) 55%, rgba(255,255,255,0) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 250%;
}

.shine-container::after{
  visibility: visible;
  background-position: -200% !important;

  -webkit-transition: background-position 5s ease;
  -moz-transition: background-position 5s ease;
  -o-transition: background-position 5s ease;
  transition: background-position 5s ease;
}

.unshine-container::after{
  visibility: hidden;
  -webkit-transition:background-position 0s ease;
  -moz-transition:background-position 0s ease;
  -o-transition:background-position 0s ease;
  transition:background-position 0s ease;
}

#copy3 {
  position: absolute;
  top: 172px;
  left: 32px;

  font-size: 22px;
  color: #FFFFFF;
}

#copy4 {
  font-size: 20px;
  color: #FFFFFF;
  left: 26px;
  top: 104px;
}

#copy5 {
  background: linear-gradient(to right, #F15E22, #D2AB49);

  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;

  line-height: 19px;
  text-align: center;
  font-size: 21px;
  left: 53px;
  top: 130px;
}

#copy6 {
  line-height: 12px;
  font-size: 11px;
  color: #FFFFFF;
  left: 8px;
  top: 350px;
}

#copy6 span {
  position: absolute;
  left: -4px;
  top: -1px;
}

#logo {
  background-size: 194px 55px;
  width: 194px;
  height: 55px;
  top: 63px;
  left: 54px;
  transform: scale(0.57) translateY(-18px);
  background-repeat: no-repeat;
}

#pillText {
  position: absolute;
  top: 316px;
  left: 120px;

  font-size: 12px;
  color: #FFFFFF;
  filter: drop-shadow(0px 1px 1.5px #000000);
}

#logo2 {
  background-size: 125px 52px;
  width: 125px;
  height: 52px;
  top: 328px;
  left: 10px;
  background-repeat: no-repeat;
}

#ctaText {
  position: absolute;
  top: 355px;
  left: 197px;

  font-size: 13px;
  color: #FFFFFF;
  letter-spacing: -0.015em;
}

#ctaArrow {
  background-size: 8px 14px;
  width: 8px;
  height: 14px;
  top: 356px;
  left: 277px;
  transform: translateX(-8px);
  background-repeat: no-repeat;
}

/* -------------------- ISI -------------------- */

#isiHeader {
  width: 300px;
  height: 18px;
  top: 0px;
  left: 0px;
  display: flex;
  align-items: center;
}

.ihText {
  color: #107E9A;
  font-size: 11px;
  letter-spacing: 00px;
  line-height: 11px;
  top: 6px;
  left: 27px;
}

#isiBtnP {
  width: 15px;
  height: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  left: 9px;
  top: 3px;
  cursor: pointer;
}

#isiBtnM {
  width: 15px;
  height: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  left: 9px;
  top: -4px;
  cursor: pointer;
}

#isiHeaderBottom {
  display: flex;
  align-items: center;
  width: 300px;
  height: 14px;
  bottom: 0px;
  background-color: #F15E22;
}

#IRI_mainContainer {
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: #ffffff;
  width: 300px;
  height: 206px;
  pointer-events: all;
}

#isiContainer {
  width: 300px;
  height: 600px;
  /* height: 1243px; */
  overflow: hidden;
  cursor: default;

  -webkit-transform: translate(0px, 188px);
  -moz-transform: translate(0px, 188px);
  -ms-transform: translate(0px, 188px);
  -o-transform: translate(0px, 188px);
  transform: translate(0px, 188px);
}

#isiContent {
  position: absolute;
  left: 9px;
  width: 300px;
  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);
}

#ihTextBottom {
  position: relative;
  font-size: 11px;
  left: 17px;
  /* top: 2px; */
  color: #ffffff;
  cursor: pointer;
}

#footerArrow {
  background-size: contain;
  top: 2px;
  right: -19px;
  width: 5px;
  height: 9px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
}

#scrollBg {
  width: 5px;
  right: 0px;
  top: 0px;
  height: 53px;
  background-color: #F3F0EF;
}

#scrollBar {
  width: 5px;
  background-color: #BABABA;
  cursor: pointer;

  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.headertxt {
  color: #F15E22;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: -0.1px;
  line-height: 11px;
}

.reg_text {
  color: #374550;
  font-weight: 300;
  font-size: 11px;
  line-height: 12px;
  letter-spacing: -0.12px;
  padding-top: 5px;
}

.reg_text sup {
  font-size: 7px;
  top: 1px;
  position: relative;
}

.mainbullet {
  color: #374550;
  line-height: 12px;
  padding-left:8px;
  font-weight: 300;
  font-size: 11px;
}

.bullet {
  color: #F15E22;
  position: absolute;
  margin-top: -1px;
  left: 0px;
  font-weight: 700;
  font-size: 14px;
}

#abbvieLogo {
  background-size: contain;
  background-repeat: no-repeat;
  width: 107px;
  height: 20px;
  margin: 16px 0px 12px 0px;
  position: relative;
}

#registeredSup {
  font-size: 7px;
  top: 1px;
  position: relative;
}


/* 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) {

}

/*Safari only*/
@media not all and (min-resolution: 0.001dpcm) {

}
