.adbro-cimb {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  margin: 0 !important;
}

.adbro-cimb * {
  box-sizing: border-box;
}

.adbro-cimb__block {
  display: block !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0 !important;
  background: url(../images/cimb-block-bg.jpg?v=5) no-repeat center right /
    cover;
  -webkit-animation: fadeIn24 1s 1.5s both, slideOutDown24 0.5s 6.5s forwards;
  animation: fadeIn24 1s 1.5s both, slideOutDown24 0.5s 6.5s forwards;
  z-index: 2;
}

.adbro-takeover-3s.adbro-cimb__block {
  -webkit-animation: fadeIn24 1s 1s both, slideOutDown24 0.5s 4.5s forwards;
  animation: fadeIn24 1s 1s both, slideOutDown24 0.5s 4.5s forwards;
}

.adbro-cimb__block-link,
.adbro-cimb__block-img,
.adbro-cimb__block-text,
.adbro-cimb__block-btn,
.adbro-cimb__block-logo {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 !important;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
}

.adbro-cimb__block-text--1 {
  background-image: url(../images/cimb-block-text.png?v=5);
  background-position: left;
  -webkit-animation: fadeInDown24 0.7s 1.7s both;
  animation: fadeInDown24 0.7s 1.7s both;
}

.adbro-cimb__block-text--2 {
  background-image: url(../images/cimb-block-text2.png?v=5);
  background-position: left;
  -webkit-animation: fadeInLeft24 0.7s 1.7s both;
  animation: fadeInLeft24 0.7s 1.7s both;
}

.adbro-cimb__block-text--3 {
  background-image: url(../images/cimb-block-text3.png?v=5);
  background-position: bottom left;
  -webkit-animation: fadeInUp24 0.7s 1.9s both;
  animation: fadeInUp24 0.7s 1.9s both;
}
.adbro-cimb__block-text--4 {
  background-image: url(../images/cimb-block-text4.png?v=5);
  background-position: left;
  -webkit-animation: fadeInDown24 0.7s 3.7s both;
  animation: fadeInDown24 0.7s 3.7s both;
}

.adbro-cimb__block-text--5 {
  background-image: url(../images/cimb-block-text5.png?v=5);
  background-position: left;
  -webkit-animation: fadeInLeft24 0.7s 3.7s both;
  animation: fadeInLeft24 0.7s 3.7s both;
}

.adbro-cimb__block-text--6 {
  background-image: url(../images/cimb-block-text6.png?v=5);
  background-position: bottom left;
  -webkit-animation: fadeInUp24 0.7s 3.9s both;
  animation: fadeInUp24 0.7s 3.9s both;
}

.adbro-cimb__block-btn {
  background-image: url(../images/cimb-block-btn.png?v=5);
  background-position: left;
  -webkit-animation: fadeInUp24 0.7s 1.2s both;
  animation: fadeInUp24 0.7s 1.2s both;
}
.adbro-cimb__block-logo {
  background-image: url(../images/cimb-block-logo.png?v=5);
  background-position: top left;
  -webkit-animation: fadeInRight24 0.7s 1.2s both;
  animation: fadeInRight24 0.7s 1.2s both;
}

.adbro-cimb__block-side {
  position: absolute;
  bottom: 0;
  margin: 0 !important;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/cimb-block-bg.jpg?v=5) no-repeat center right /
    cover;
  overflow: hidden !important;
  -webkit-animation: fadeInOut25 6.5s linear 15;
  animation: fadeInOut25 6.5s linear 15;
}
.adbro-cimb__block-side--2 {
  background: url(../images/cimb-block-bg2.jpg?v=5) no-repeat center right /
    cover;
  opacity: 0;
  visibility: hidden;
  -webkit-animation-delay: 3.25s;
  animation-delay: 3.25s;
}
@-webkit-keyframes fadeInOut25 {
  0%,
  55%,
  100% {
    opacity: 0;
    visibility: hidden;
  }
  3.34%,
  50% {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes fadeInOut25 {
  0%,
  55%,
  100% {
    opacity: 0;
    visibility: hidden;
  }
  3.34%,
  50% {
    opacity: 1;
    visibility: visible;
  }
}

.adbro-takeover-replay .adbro-close {
  bottom: auto;
  top: 0;
  right: 0;
}
.adbro-cimb__container {
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 350px;
  margin: 0 !important;
  margin-left: -219px !important;
  width: 438px;
  max-width: none !important;
}

/* .adbro-cimb__side {
  position: absolute;
  bottom: 0;
  margin: 0 !important;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden !important;
  -webkit-animation: fadeInOut24 9s 3s linear 5;
  animation: fadeInOut24 9s 3s linear 5;
}
.adbro-cimb__side--2 {
  opacity: 0;
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}
.adbro-cimb__side--3 {
  opacity: 0;
  -webkit-animation-delay: 9s;
  animation-delay: 9s;
}
@-webkit-keyframes fadeInOut24 {
  0%,
  35%,
  100% {
    opacity: 0;
  }
  3.34%,
  33% {
    opacity: 1;
  }
}
@keyframes fadeInOut24 {
  0%,
  35%,
  100% {
    opacity: 0;
  }
  3.34%,
  33% {
    opacity: 1;
  }
} */

.adbro-cimb__side {
  position: absolute;
  bottom: 0;
  margin: 0 !important;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden !important;
  -webkit-animation: fadeInOut24 12s linear 5;
  animation: fadeInOut24 12s linear 5;
}
.adbro-cimb__side--2 {
  opacity: 0;
  visibility: hidden;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
.adbro-cimb__side--3 {
  opacity: 0;
  visibility: hidden;
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}
.adbro-cimb__side--4 {
  opacity: 0;
  visibility: hidden;
  -webkit-animation-delay: 9s;
  animation-delay: 9s;
}

.adbro-cimb__bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 48px;
  background: url(../images/cimb-bg.png?v=5) no-repeat top center / cover;
  margin: 0 !important;
  -webkit-animation: slideInUp24 0.5s 0.3s both;
  animation: slideInUp24 0.5s 0.3s both;
}

.adbro-cimb__logo {
  position: absolute;
  left: 50%;
  margin: 0 !important;
  background: url(../images/cimb-logo.png?v=5) no-repeat left bottom / contain;
  width: 38px;
  height: 10px;
  bottom: 21px;
  margin-left: 82px !important;
  -webkit-animation: fadeInLeft24 0.7s 0.7s both;
  animation: fadeInLeft24 0.7s 0.7s both;
}

.adbro-cimb__text {
  position: absolute;
  left: 50%;
  margin: 0 !important;
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: contain;
  width: 121px;
  height: 48px;
  bottom: 0;
  margin-left: -157px !important;
}
.adbro-cimb__text--1 {
  background-image: url(../images/cimb-text.png?v=5);
  -webkit-animation: fadeInDown24 0.7s 0.7s both;
  animation: fadeInDown24 0.7s 0.7s both;
}
.adbro-cimb__text--2 {
  background-image: url(../images/cimb-text2.png?v=5);
  -webkit-animation: fadeInDown24 0.7s 3s both;
  animation: fadeInDown24 0.7s 3s both;
}
.adbro-cimb__text--3 {
  background-image: url(../images/cimb-text3.png?v=5);
  -webkit-animation: fadeInDown24 0.7s 6s both;
  animation: fadeInDown24 0.7s 6s both;
}
.adbro-cimb__text--4 {
  background-image: url(../images/cimb-text4.png?v=5);
  -webkit-animation: fadeInDown24 0.7s 9s both;
  animation: fadeInDown24 0.7s 9s both;
}
.adbro-cimb__img {
  position: absolute;
  left: 50%;
  margin: 0 !important;
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: contain;
  width: 117px;
  height: 65px;
  bottom: 0;
  margin-left: -47px !important;
}
.adbro-cimb__img--1 {
  background-image: url(../images/cimb-img.png?v=5);
  -webkit-animation: fadeInUp24 0.7s 0.7s both;
  animation: fadeInUp24 0.7s 0.7s both;
}
.adbro-cimb__img--2 {
  background-image: url(../images/cimb-img2.png?v=5);
  -webkit-animation: fadeInUp24 0.7s 3s both;
  animation: fadeInUp24 0.7s 3s both;
}

.adbro-cimb__btn {
  display: block;
  position: absolute;
  left: 50%;
  margin: 0 !important;
  background: url(../images/cimb-btn.png?v=5) no-repeat left bottom / contain;
  bottom: 4px;
  margin-left: 71px !important;
  width: 64px;
  height: 14px;
  -webkit-animation: fadeInRight24 0.7s 0.7s both;
  animation: fadeInRight24 0.7s 0.7s both;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.29), 0 1px 1px 0 rgba(0, 0, 0, 0.26),
    0 2px 1px 0 rgba(0, 0, 0, 0.15), 0 4px 2px 0 rgba(0, 0, 0, 0.04),
    0 6px 2px 0 rgba(0, 0, 0, 0.01);
}

.adbro-cimb__btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  opacity: 0;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.03) 1%,
    rgba(255, 255, 255, 0.5) 30%,
    rgba(255, 255, 255, 0.7) 50%,
    rgba(255, 255, 255, 0.9) 70%,
    rgba(255, 255, 255, 0) 100%
  );
  width: 25%;
  height: 100%;
  -webkit-animation: shine24 2s 2.2s;
  animation: shine24 2s 2.2s;
  -webkit-animation-iteration-count: 7;
  animation-iteration-count: 7;
}

.adbro-cimb-round {
  display: none;
  position: fixed;
  bottom: 280px;
  right: 20px;
  margin: 0 !important;
  width: 120px;
  height: 120px;
  overflow: visible !important;
  z-index: 100000;
  -webkit-animation: fadeOut24 0.3s 9s forwards;
  animation: fadeOut24 0.3s 9s forwards;
}
.adbro-cimb-round .adbro-close {
  bottom: 105px;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.adbro-cimb-round__link {
  display: block !important;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 !important;
  width: 100%;
  height: 100%;
  overflow: visible !important;
}
.adbro-cimb-round__img {
  position: absolute;
  bottom: 5px;
  left: 50%;
  margin: 0 !important;
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: contain;
  margin-left: -51px !important;
  width: 100px;
  height: 100px;
  -webkit-animation: fadeIn24 0.7s 0.2s both, fadeOut24 0.5s 3s forwards;
  animation: fadeIn24 0.7s 0.2s both, fadeOut24 0.5s 3s forwards;
}
.adbro-cimb-round__img--1 {
  background-image: url(../images/cimb-round-img.png?v=5);
}
.adbro-cimb-round__img--2 {
  background-image: url(../images/cimb-round-img2.png?v=5);
  -webkit-animation-delay: 3s, 6s;
  animation-delay: 3s, 6s;
}
.adbro-cimb-round__img--3 {
  background-image: url(../images/cimb-round-img3.png?v=5);
  -webkit-animation-delay: 6s, 9s;
  animation-delay: 6s, 9s;
}
.adbro-cimb-round__btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin: 0 !important;
  margin-left: -42px !important;
  background: url(../images/cimb-round-btn.png?v=5) no-repeat left bottom /
    contain;
  width: 84px;
  height: 21px;
  border-radius: 28px;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.29), 0 2px 2px 0 rgba(0, 0, 0, 0.26),
    0 5px 2px 0 rgba(0, 0, 0, 0.15), 0 9px 5px 0 rgba(0, 0, 0, 0.04),
    0 14px 5px 0 rgba(0, 0, 0, 0.01);

  -webkit-animation: fadeInUp24 0.7s 0.2s both;
  animation: fadeInUp24 0.7s 0.2s both;
}
.adbro-cimb-round__btn:after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  opacity: 0;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.5) 30%,
    rgba(255, 255, 255, 0.03) 1%,
    rgba(255, 255, 255, 0.7) 50%,
    rgba(255, 255, 255, 0.9) 70%,
    rgba(255, 255, 255, 0) 100%
  );
  width: 25%;
  height: 90%;
  -webkit-animation: shine24 2s 0.2s;
  animation: shine24 2s 0.2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.adbro-replay {
  position: absolute;
  bottom: 35px;
  left: 5px;
  margin: 0 !important;
  background: url(https://cdn.adbro.me/inimage/images/adbro-replay.svg)
    no-repeat;
  background-size: 18px 18px;
  width: 24px;
  height: 23px;
  -webkit-animation: fadeIn24 1s 0.6s both;
  animation: fadeIn24 1s 0.6s both;
  cursor: pointer;
  z-index: 1;
}
.adbro-link {

  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 80px;
  margin: 0 !important;
  cursor: pointer;

  display: none;
}

.adbro-link1,
.adbro-link2,
.adbro-link {

  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100px;
  margin: 0 !important;
  cursor: pointer;
}

.adbro-link1,
.adbro-link2,
.adbro-cimb__block-link {
  display: block!important;
}

.adbro-close {
  position: absolute;
  bottom: 35px;
  right: 0;
  background: url(https://cdn.adbro.me/inimage/images/adbro-close.svg) no-repeat
    50% 50%;
  background-size: 18px 18px;
  width: 30px;
  height: 30px;
  margin: 0 !important;
  -webkit-animation: fadeIn24 1s 0.4s both;
  animation: fadeIn24 1s 0.4s both;
  cursor: pointer;
  z-index: 1;
}

.adbro-icon {
  position: absolute;
  bottom: 6px;
  right: 4px;
  background: url(https://cdn.adbro.me/inimage/images/adbro-icon2.svg) no-repeat
    50% 50%;
  background-size: 100% 100%;
  width: 21px;
  height: 20px;
  margin: 0 !important;
  -webkit-animation: fadeIn24 1s 0.4s both;
  animation: fadeIn24 1s 0.4s both;
  cursor: pointer;
  z-index: 1;
}

@-webkit-keyframes fadeIn24 {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn24 {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadeOut24 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    visibility: hidden;
    display: none;
    pointer-events: none;
  }
}

@keyframes fadeOut24 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    visibility: hidden;
    display: none;
    pointer-events: none;
  }
}

@-webkit-keyframes fadeInLeft24 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft24 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fadeInRight24 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight24 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fadeInUp24 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp24 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes slideInUp24 {
  from {
    -webkit-transform: translate3d(0, 200%, 0);
    transform: translate3d(0, 200%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp24 {
  from {
    -webkit-transform: translate3d(0, 200%, 0);
    transform: translate3d(0, 200%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes shine24 {
  0% {
    left: 0;
    opacity: 0;
  }
  5% {
    opacity: 0;
  }
  50% {
    opacity: 0.3;
  }
  80% {
    opacity: 0;
  }
  100% {
    left: 99%;
  }
}

@keyframes shine24 {
  0% {
    left: 0;
    opacity: 0;
  }
  5% {
    opacity: 0;
  }
  50% {
    opacity: 0.3;
  }
  80% {
    opacity: 0;
  }
  100% {
    left: 99%;
  }
}

@-webkit-keyframes slideOutDown24 {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown24 {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@-webkit-keyframes zoomOut25 {
  0% {
    -webkit-transform: scale(2);
    transform: scale(2);
    -webkit-filter: blur(4px);
    filter: blur(4px);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}

@keyframes zoomOut25 {
  0% {
    -webkit-transform: scale(2);
    transform: scale(2);
    -webkit-filter: blur(4px);
    filter: blur(4px);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}

@-webkit-keyframes fadeInDown24 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown24 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes rotate24 {
  50% {
    -webkit-transform: rotate(180deg) scale(1);
    transform: rotate(180deg) scale(1);
    opacity: 1;
  }

  0%,
  100% {
    opacity: 0;
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }
}

@keyframes rotate24 {
  50% {
    -webkit-transform: rotate(180deg) scale(1);
    transform: rotate(180deg) scale(1);
    opacity: 1;
  }

  0%,
  100% {
    opacity: 0;
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }
}
@-webkit-keyframes shine25 {
  0% {
    left: 0;
    opacity: 0;
  }
  5% {
    opacity: 0.5;
  }
  80% {
    opacity: 0.5;
  }
  100% {
    left: 89%;
    opacity: 0;
  }
}

@keyframes shine25 {
  0% {
    left: 0;
    opacity: 0;
  }
  5% {
    opacity: 0.5;
  }
  80% {
    opacity: 0.5;
  }
  100% {
    left: 89%;
    opacity: 0;
  }
}

@-webkit-keyframes fadeInOut24 {
  0%,
  27%,
  100% {
    opacity: 0;
    visibility: hidden;
  }
  2.5%,
  25% {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes fadeInOut24 {
  0%,
  27%,
  100% {
    opacity: 0;
    visibility: hidden;
  }
  2.5%,
  25% {
    opacity: 1;
    visibility: visible;
  }
}
