@keyframes countBadge-fade-in_2ZOD4 {
  0% {
    display: none;
    opacity: 0;
  }

  1% {
    display: block;
    opacity: 0;
  }

  100% {
    display: block;
    opacity: 1;
  }
}

@keyframes countBadge-simple-fade-in_1-UWS {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes countBadge-simple-fade-out_1TMLd {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes countBadge-hint-fade-and-slide_BpWPu {
  0% {
    opacity: 0;
    transform: translatey(20px);
  }

  100% {
    opacity: 1;
    transform: translatey(0);
  }
}

@keyframes countBadge-hint-fade-and-slide-reverse_2Nfgn {
  0% {
    opacity: 0;
    transform: translatey(-20px);
  }

  100% {
    opacity: 1;
    transform: translatey(0);
  }
}

@keyframes countBadge-hint-stem-grow_1ZP9M {
  0% {
    transform: scaleY(0);
  }

  100% {
    transform: scaleY(1);
  }
}

@keyframes countBadge-hint-bullet-grow_1Ohbu {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes countBadge-fadeout_3KfoD {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes countBadge-zoom-in_1jhBN {
  0% {
    transform: scale(0);
  }

  50% {
    transform: scale(1);
  }
}

@keyframes countBadge-subtle-pulse_Mp-Gh {
  from {
    transform: scale3d(1, 1, 1);
  }

  50% {
    transform: scale3d(0.75, 0.75, 0.75);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

@keyframes countBadge-big-pulse_1yZa0 {
  from {
    transform: scale3d(1, 1, 1);
  }

  50% {
    transform: scale3d(0.9, 0.9, 0.9);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

@keyframes countBadge-wiggle_3E_0Z {
  50% {
    transform: translateX(10px);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes countBadge-fade-out-down_2voBD {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translateY(-10px);
  }
}

@keyframes countBadge-fade-in-up_Ws_mT {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes countBadge-slide-up-and-down_3AQ-y {
  0% {
    transform: translateY(0);
  }

  33% {
    transform: translateY(-110%);
  }

  66% {
    transform: translateY(-110%);
  }

  100% {
    transform: translateY(0);
  }
}

.countBadge-wrapper_3wxkJ {
  display: inline-flex;
  align-items: center;
  min-width: 18px;
  height: 18px;
  padding: 0 4px;
  font-size: 14px;
  font-size: .7777rem;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  background-color: #de00a5;
  border-radius: 9px;
}

@media screen and (min-width: 680px) and (max-width: 1694px) {
  .countBadge-wrapper_3wxkJ {
    font-size: .7rem;
    line-height: 1.5;
  }
}

@media screen and (min-width: 1695px) {
  .countBadge-wrapper_3wxkJ {
    font-size: .6363rem;
    line-height: 1.5;
  }
}

.countBadge-hasAnimation_130zz {
  animation: countBadge-zoom-in_1jhBN 0.3s ease-out 0.5s both;
}

.countBadge-number_J5a3B {
  width: 100%;
}

.countBadge-unreadText_3bvX- {
  background: none !important;
  border: 0 !important;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0 !important;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}
