.countdownTimer__wrapper___D3rEC {
  margin: 0 auto 50px;
  padding: 50px 0;
  background: var(--color-bg, var(--bgColor));
  max-width: var(--defaultWidth);
  width: 92%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 5px;
}

.countdownTimer__confetti___zCMYK {
  position: absolute !important;
  top: 50%;
  left: 50%;
  z-index: 2;
}

.countdownTimer__numbers___WexLi {
  font-size: 28px;
  font-weight: bold;
  font-variation-settings: "wght" 700, "slnt" 0;
  margin-bottom: 12px;
}

.countdownTimer__col___eFQxb {
  font-size: 16px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  max-width: 100px;
  flex: 1;
  height: 86px;
  margin-right: 10px;
  background: var(--drv-rgba-white-0-12);
}
.countdownTimer__col___eFQxb:last-child {
  margin-right: 0;
}
.countdownTimer__col-lighter___qDrtX {
  background: var(--drv-rgba-white-0-3);
}
.countdownTimer__col-darker___Nq6OT {
  background: rgba(0, 0, 0, 0.02);
}

.countdownTimer__counter-wrapper___pBqL0 {
  z-index: 2;
  display: flex;
  direction: ltr;
  position: relative;
  text-align: center;
}

.countdownTimer__title-wrapper___o49Rq {
  position: relative;
  z-index: 2;
}

.countdownTimer__completed-text___Idwbh {
  line-height: 1.6;
  margin-bottom: 40px;
}

.countdownTimer__with-background-image___tRmZM {
  overflow: hidden;
  position: relative;
}

.countdownTimer__background-image___F_T0W {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 0;
  object-fit: cover;
}

.countdownTimer__background-image-top___eEE3Y {
  top: 0;
}

.countdownTimer__background-image-middle___SWAb1 {
  top: 50%;
  transform: translate3d(0, -50%, 0);
}

.countdownTimer__background-image-bottom___cRrer {
  bottom: 0;
}

.countdownTimer__font-light___N6kjL {
  color: var(--white);
}

.countdownTimer__font-dark___PXYqn {
  color: var(--baseColor);
}

.countdownTimer__btn___ZXA3H {
  margin-top: 55px;
  z-index: 2;
}

a.countdownTimer__btn-white___FouZa {
  color: var(--baseColor);
}

.countdownTimer__backgroundColor-black___qzDLu {
  background: #111;
  color: #fff;
}

.countdownTimer__backgroundColor-dark-gray___aPj2y {
  background: #474a4e;
  color: #fff;
}

.countdownTimer__backgroundColor-light-gray___ZVNY3 {
  background: #e3e3e3;
  color: var(--baseColor);
}

.countdownTimer__backgroundColor-mainColor___kh3JH {
  background: #606cec;
  color: #fff;
}

.countdownTimer__backgroundColor-blue___WMbGZ {
  background: var(--blue);
  color: #fff;
}

.countdownTimer__backgroundColor-dark-blue___Tb0Ix {
  background: #160c94;
  color: #fff;
}

.countdownTimer__backgroundColor-purple___ZdqPI {
  background: #b960ec;
  color: #fff;
}

.countdownTimer__backgroundColor-orange___Tuj7L {
  background: var(--orange);
  color: #fff;
}

.countdownTimer__backgroundColor-green___MVQRe {
  background: var(--green);
  color: #fff;
}

.countdownTimer__backgroundColor-dark___HObg9 {
  background: var(--baseColor);
  color: #fff;
}

.countdownTimer__backgroundColor-red___cruGK {
  background: var(--red);
  color: #fff;
}

.countdownTimer__backgroundColor-coral-red___SlI8H {
  background: #fb3640;
  color: #fff;
}

.countdownTimer__backgroundColor-brown___lHSie {
  background: #7b3e19;
  color: #fff;
}

.countdownTimer__backgroundColor-light-brown___ua83G {
  background: #ecb8a5;
  color: var(--baseColor);
}

.countdownTimer__backgroundColor-dark-red____CDof {
  background: #a40000;
  color: #fff;
}

.countdownTimer__backgroundColor-pink___C75Pg {
  background: #f380dd;
  color: #fff;
}

.countdownTimer__backgroundColor-gray___rJLRs {
  background: #808082;
  color: #fff;
}

.countdownTimer__backgroundColor-light-yellow___Ab0BC {
  background: #f2e94e;
  color: var(--baseColor);
}

.countdownTimer__backgroundColor-yellow___duOIX {
  background: #eab852;
  color: #fff;
}

.countdownTimer__backgroundColor-cyan___xhOU7 {
  background: #2cbfb5;
  color: #fff;
}

.countdownTimer__backgroundColor-cadet___SSmMW {
  background: #586f6b;
  color: #fff;
}

.countdownTimer__backgroundColor-white___i6R2c {
  background: var(--white);
  color: var(--baseColor);
}

.countdownTimer__backgroundColor-light-purple___gyVWd {
  background: #f5e5fc;
  color: var(--baseColor);
}

.countdownTimer__backgroundColor-lavender___PLnAZ {
  background: #776274;
  color: #fff;
}

@media only screen and (max-width: 979px) {
  .countdownTimer__wrapper___D3rEC {
    padding: 20px;
  }
  .countdownTimer__counter-wrapper___pBqL0 {
    max-width: 100%;
  }
  .countdownTimer__btn___ZXA3H {
    margin-top: 35px;
  }
}
