.display-quiz-block-container.fade-in{@apply animate-[fadeInUp_0.6s_ease-out]}.score-circle-container .score-circle-svg .score-circle-progress{animation:drawCircle 1.5s ease-out forwards;animation-delay:.3s}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes drawCircle{0%{stroke-dashoffset:283}to{stroke-dashoffset:var(--target-offset)}}@media(max-width:768px){.display-quiz-block-container .timing-and-free{@apply flex-col gap-4}.display-quiz-block-container .franchise-cards-grid{@apply grid-cols-1 gap-4}}@media(max-width:640px){.display-quiz-block-container .score-circle-container .score-circle-svg{@apply w-16 h-16}}
