.credit-promotion-sdk-slide {
  width: 100%;
}
.credit-promotion-sdk-slide.mobile-layout {
  font-size: 8vw;
}
.credit-promotion-sdk-slide.desk-layout {
  font-size: 1.875rem;
  width: 23.4375rem;
}
.credit-promotion-sdk-slide.pc-layout {
  font-size: 1.875rem;
  width: 100%;
}
.credit-promotion-sdk-slide-wrapper {
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
  height: 100%;
  white-space: nowrap;
  /* Internet Explorer 10+ */
  -ms-overflow-style: none;
  /* Firefox */
  scrollbar-width: none;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.credit-promotion-sdk-slide-wrapper::-webkit-scrollbar {
  display: none;
}
.credit-promotion-sdk-slide-wrapper::after {
  content: '';
}
.credit-promotion-sdk-slide-wrapper::before {
  content: '';
}
.credit-promotion-sdk-slide-wrapper-multiline {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.credit-promotion-sdk-slide-multiline-row {
  width: 100%;
}
.credit-promotion-sdk-slide-multiline-row::after {
  content: '';
}
.credit-promotion-sdk-slide-multiline-row::before {
  content: '';
}
.credit-promotion-sdk-slide-range-slider {
  width: 10%;
  margin: 0.26667em auto;
}
.credit-promotion-sdk-slide-item {
  width: 36%;
  height: 100%;
  display: inline-block;
  margin: 0 0.26667em;
  flex-shrink: 0;
}
.credit-promotion-sdk-slide-item.banner-card {
  margin: 0 0.16667em;
}
.credit-promotion-sdk-slide-item:first-child {
  margin-left: 0;
}
.credit-promotion-sdk-slide-item:last-child {
  margin-right: 0;
}

.credit-promotion-sdk-slide-item-card {
  height: 100%;
  width: 100%;
  display: inline-block;
  border: 0.0625rem solid transparent;
  border-radius: 0.20000em;
}
.credit-promotion-sdk-slide-item-card-background {
  width: 100%;
  height: 0;
  padding-bottom: 133.33333333%;
  border-radius: 0.20000em;
}

.credit-promotion-sdk-slide-icon-card {
  height: 100%;
  width: 100%;
  display: inline-block;
  border: 0.0625rem solid transparent;
  border-radius: 0.20000em;
}
.credit-promotion-sdk-slide-icon-card-wrapper {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
}
.credit-promotion-sdk-slide-icon-card-icon {
  width: 37.7%;
  padding-bottom: 37.7%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 0.13333em;
}
.credit-promotion-sdk-slide-icon-card-text {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  min-height: 2.50000em;
  font-size: 0.40000em;
  color: rgba(0, 0, 0, 0.87);
  text-align: center;
  white-space: break-spaces;
  word-break: break-word;
  overflow: hidden;
}
.credit-promotion-sdk-slide-icon-card-label {
  position: absolute;
  left: 64%;
  top: 0.00000em;
  font-size: 0.33333em;
  color: #ffffff;
  padding: 0.20000em 0.50000em;
  background-color: #ee4d2d;
  border-radius: 0.80000em;
  border-bottom-left-radius: 0;
}

.credit-promotion-sdk-slide-banner-card-v1 {
  height: 100%;
  width: 100%;
  display: inline-block;
  border: 0.0625rem solid transparent;
  border-radius: 0.26667em;
}
.credit-promotion-sdk-slide-banner-card-v1-background {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  border-radius: 0.26667em;
}

.credit-promotion-sdk-slide-banner-card-v2 {
  height: 100%;
  width: 100%;
  display: inline-block;
  border: 0.0625rem solid transparent;
  border-radius: 0.26667em;
}
.credit-promotion-sdk-slide-banner-card-v2-background {
  width: 100%;
  height: 0;
  padding-bottom: 136.66666667%;
  border-radius: 0.26667em;
}

.credit-sdk-component-range-slider {
  position: relative;
}
.credit-sdk-component-range-slider-bar {
  width: 100%;
  height: 0.13333em;
  background-color: #fef6f5;
  border-radius: 0.13333em;
}
.credit-sdk-component-range-slider-indicator {
  position: absolute;
  top: 0;
  width: 0%;
  height: 0.13333em;
  background-color: #ee4d2d;
  border-radius: 0.13333em;
}

.promotion-voucher-error {
  font-size: 8vw;
  height: 100%;
}
.promotion-voucher-error-card {
  text-align: center;
}
.promotion-voucher-error-retry-reminder {
  margin: 0 auto;
  text-align: center;
  width: 16.71429em;
  padding: 0.40000em 0;
  font-size: 0.46667em;
  color: rgba(0, 0, 0, 0.65);
}
.promotion-voucher-error-retry-btn {
  position: relative;
  margin: 0 auto;
  border-radius: 0.125rem;
  color: #fff;
  box-sizing: border-box;
  cursor: pointer;
  font-size: 0.46667em;
  height: 2.57143em;
  width: 7.00000em;
  line-height: 2.57143em;
  text-align: center;
  background-color: #ee4d2d;
}

