.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__container {
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 170px;
  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 linear 5;
  animation: fadeInOut24 9s linear 5;
}
.adbro-cimb__side--2 {
  opacity: 0;
  -webkit-animation-delay: 4.5s;
  animation-delay: 4.5s;
}

.adbro-cimb__bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 48px;
  background: url(../images/cimb-bg.png?v=8) 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=8) 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;
}
.adbro-cimb__text--1 {
  background-image: url(../images/cimb-text.png?v=8);
  width: 95px;
  height: 36px;
  bottom: 6px;
  margin-left: -146px !important;
  -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=8);
  width: 113px;
  height: 24px;
  bottom: 11px;
  margin-left: -156px !important;
  -webkit-animation: fadeInDown24 0.7s 4.5s both;
  animation: fadeInDown24 0.7s 4.5s both;
}
.adbro-cimb__img {
  position: absolute;
  left: 50%;
  margin: 0 !important;
  background: url(../images/cimb-img.png?v=8) no-repeat left bottom / contain;
  width: 84px;
  height: 54px;
  bottom: 4px;
  margin-left: -22px !important;
  -webkit-animation: fadeInUp24 0.7s 0.7s both;
  animation: fadeInUp24 0.7s 0.7s both;
}

.adbro-cimb__btn {
  display: block;
  position: absolute;
  left: 50%;
  margin: 0 !important;
  background: url(../images/cimb-btn.png?v=8) 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;
}

.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-grid__line {
  background: #820101;
  border-radius: 0 0 5px 5px !important;
  z-index: 4;
}

.adbro-grid__btn {
  background-image: url(../images/cimb-grid-btn.png?v=8);
  height: 20px !important;
}

.adbro-grid {
  padding: 0 !important;
  background: #a5090f !important;
  border-radius: 0 0 5px 5px !important;
}

.adbro-grid .adbro-close {
  bottom: auto;
  top: -4px;
  z-index: 3;
}

.adbro-grid__list {
  display: block !important;
  padding-top: 25px !important;
  padding-bottom: 0 !important;
  position: relative;
  -webkit-animation: move27 1.8s 2s both;
  animation: move27 1.8s 2s both;
  -webkit-animation-iteration-count: 2;
  animation-iteration-count: 2;
}

@-webkit-keyframes move27 {
  50% {
    -webkit-transform: translateY(-13%);
    transform: translateY(-13%);
  }
}

@keyframes move27 {
  50% {
    -webkit-transform: translateY(-13%);
    transform: translateY(-13%);
  }
}

.adbro-bottom .adbro-grid__list {
  margin: 0 !important;
  height: 300px;
  overflow-x: hidden !important;
}

.adbro-grid__top {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  margin: 0 !important;
  background: #820101;
  width: 100%;
  height: 25px;
}

.adbro-grid__top::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0 !important;
  background: url(../images/cimb-grid-top-logo.png?v=8) no-repeat 50% 50% /
    contain;
  width: 68px;
  height: 17px;
}

.adbro-grid__arrow {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin: 0 !important;
  margin-left: -12px !important;
  background: url(../images/cimb-grid-arrow.png?v=8) no-repeat left bottom;
  background-size: contain;
  width: 24px;
  height: 30px;
  -webkit-animation: fadeIn24 0.5s 5s both;
  animation: fadeIn24 0.5s 5s both;
}

.adbro-grid__box {
  display: block !important;
  margin: 0 !important;
  position: relative;
}

.adbro-grid__img {
  position: relative;
  width: 100%;
  display: block !important;
  margin: 0 auto !important;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.adbro-grid__box--1 .adbro-grid__img--1 {
  /* background: url(../images/cimb-grid-img.jpg) no-repeat center bottom / contain;
  margin: 0 auto !important; */
  /* width: 100%;
  padding-bottom: 69.6%;
   */
  width: 320px;
  height: 246px;
}
.adbro-grid__box--1 .adbro-grid__img--2 {
  background: url(../images/cimb-form-bg.png?v=8) no-repeat center center /
    contain;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto !important;
  top: 0px;
  width: 320px;
  height: 246px;
  z-index: 2;
}
.adbro-grid__box--2 .adbro-grid__img {
  background: url(../images/cimb-grid-img.jpg?v=8) no-repeat center top /
    contain;
  position: relative;
  width: 100%;
  padding-bottom: 149.6% !important;
}
/*calculator*/

.adbro-grid__calculator-wrapper {
  position: relative;
  margin: 0 auto !important;
  width: 320px;
  height: 246px;
}

.adbro-grid__input-wrapper {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  max-width: 320px;
  margin: 0 auto !important;
  gap: 27px 10px;
  position: relative;
  padding: 65px 31px 0;
}

.adbro-grid__input-unit {
  position: relative;
  display: block;
  width: 100%;
  flex: 0 0 100%;
}

.adbro-grid__input-unit:before {
  content: "";
  position: absolute;
  display: block !important;
  top: 8px;
  right: 10px;
  width: 17px;
  height: 7px;
  background: url(../images/cimb-form-placeholder.png?v=8) no-repeat center
    center / contain;
}

.adbro-grid__input-unit--short {
  flex: 1 1 48%;
  max-width: 50%;
}

.adbro-grid__input-unit:before {
  content: "";
  position: absolute;
  display: block !important;
  top: 10px;
  right: 10px;
  width: 11px;
  height: 5px;
  background: url(../images/cimb-form-arrow.png?v=8) no-repeat center center /
    contain;
}

.adbro-grid__input {
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica,
    Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 13px !important;
  line-height: normal;
  font-weight: 500;
  color: #000 !important;
  background: #fff !important;
  padding: 0 15px !important;
  font-style: normal !important;
  text-transform: uppercase !important;
  text-align: left;
  width: 100%;
  height: 24px;
  border-radius: 20px;
  border: none;
  outline: none;
  -webkit-appearance: none;
  box-shadow: 0px 33px 9px 0px rgba(0, 0, 0, 0),
    0px 21px 9px 0px rgba(0, 0, 0, 0.01), 0px 12px 7px 0px rgba(0, 0, 0, 0.05),
    0px 5px 5px 0px rgba(0, 0, 0, 0.09), 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
}

.adbro-grid__dropdown {
  margin: 0 auto !important;
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica,
    Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 13px !important;
  line-height: normal;
  font-weight: 500;
  color: #000 !important;
  background: #fff !important;
  padding: 0 15px !important;
  font-style: normal !important;
  text-transform: uppercase !important;
  text-align: left;
  width: 100%;
  height: 24px;
  border-radius: 20px;
  border: none;
  outline: none;
  -webkit-appearance: none;
  box-shadow: 0px 33px 9px 0px rgba(0, 0, 0, 0),
    0px 21px 9px 0px rgba(0, 0, 0, 0.01), 0px 12px 7px 0px rgba(0, 0, 0, 0.05),
    0px 5px 5px 0px rgba(0, 0, 0, 0.09), 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
}

.adbro-calculator__result-text {
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica,
    Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  background: none !important;
  padding: 0 !important;
  text-transform: uppercase !important;
  display: inline-block;
  color: #fff;
  font-style: normal;
  font-weight: 700;
  margin: 0 !important;
  font-size: 20px;
  line-height: normal;
  text-align: right;
  word-break: normal;

  position: absolute;
}

.adbro-calculator__result-text--1 {
  top: 195px;
  right: 80px;
}

.adbro-form__submit-line {
  width: 108px !important;
  margin: 0 auto !important;
  max-width: none !important;
  background: transparent;
  height: 27px !important;
  border-radius: 5px !important;
  /* position: absolute;
  bottom: 63px;
  left: 0;
  right: 0; */
}

.adbro-form__submit {
  display: block;
  background: url(../images/cimb-form-btn.png?v=8) no-repeat center center /
    contain;
  width: 100%;
  height: 100%;
  padding: 0;
  outline: none;
  box-shadow: none;
  border: none;
  -webkit-appearance: none;
  cursor: pointer;
  border-radius: 5px;
  margin: 0 auto !important;
}

.adbro-grid__trigger {
  position: absolute;
  margin: 0 !important;
  cursor: pointer;
  background: url(../images/cimb-grid-trigger.png?v=8) no-repeat center center /
    contain;
  transform: translate(-50%, -50%);
  top: 12%;
  left: 50%;
  width: 72%;
  padding-bottom: 27%;
}
.adbro-grid__trigger div {
  position: absolute;
  left: 8%;
  bottom: 15%;
  background: url(../images/cimb-grid-slide.png?v=8) no-repeat 50% / cover;
  width: 57px;
  height: 57px;
  cursor: pointer;
  z-index: 2;
  -webkit-animation: moveRightAndBack 2s ease-in-out 2;
  animation: moveRightAndBack 2s ease-in-out 2;
}

/** slider **/

.adbro-slider {
  position: relative;
  padding: 0 !important;
}

.adbro-link {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 80px;
  margin: 0 !important;
  cursor: pointer;
}

.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 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 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 fadeInOut24 {
  0%,
  55%,
  100% {
    opacity: 0;
  }
  5%,
  50% {
    opacity: 1;
  }
}

@keyframes fadeInOut24 {
  0%,
  55%,
  100% {
    opacity: 0;
  }
  5%,
  50% {
    opacity: 1;
  }
}

@-webkit-keyframes fall25 {
  from {
    opacity: 0;
  }

  20% {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@keyframes fall25 {
  from {
    opacity: 0;
  }

  20% {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes fadeInOut24 {
  0%,
  55%,
  100% {
    opacity: 0;
  }
  3.34%,
  50% {
    opacity: 1;
  }
}
@keyframes fadeInOut24 {
  0%,
  55%,
  100% {
    opacity: 0;
  }
  3.34%,
  50% {
    opacity: 1;
  }
}

@-webkit-keyframes moveRightAndBack {
  0%,
  100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(50px);
  }
}

@keyframes moveRightAndBack {
  0%,
  100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(50px);
  }
}
