@keyframes CheckMark_circle-animation__gCWk3{0%{transform:scale(0) rotate(45deg);opacity:0}to{transform:scale(1) rotate(45deg);opacity:1}}@keyframes CheckMark_checkmark-animation__dhfIw{0%{height:0;width:0;opacity:0}40%{height:0;width:6px;opacity:1}to{opacity:1;height:10px}}.CheckMark_checkmark__CmwmA{width:20px;opacity:0;height:20px;border-radius:10px;position:relative;transform:rotate(45deg);animation:CheckMark_circle-animation__gCWk3 .3s cubic-bezier(.175,.885,.32,1.275) forwards;animation-delay:.1s;border-width:2px;border-style:solid}.CheckMark_checkmark__CmwmA:after{content:"";box-sizing:border-box;animation:CheckMark_checkmark-animation__dhfIw .2s ease-out forwards;opacity:0;animation-delay:.2s;position:absolute;border-right:2px solid;border-bottom:2px solid;bottom:4px;left:4px;height:10px;width:6px}