.onbording-radio:checked + .onbording-radio-label {
  @apply border-c-black bg-c-black
}
.onbording-radio:checked + .onbording-radio-label .checked-icon {
  @apply block
}
.onbording-radio:checked + .onbording-radio-label .empty-icon {
  @apply hidden
}
.onbording-radio:checked + .onbording-radio-label .title {
  @apply text-c-white
}
.onbording-radio:checked + .onbording-radio-label .text {
  @apply text-c-gray-380
}


.video-scroller .video {
  @apply min-w-[120px] w-[120px] h-[184px];
}
.video-scroller .video.increased {
  @apply w-[137px] h-[210px];
}