.loading{width:100px;height:100px;animation:icon-bounce .4s cubic-bezier(.34,1.56,.64,1) 1.2s forwards;transform:scale(.95)}.loading svg{display:block;width:100%;height:100%}.circle{transform:rotate(-90deg);transform-origin:center;stroke-dasharray:380;stroke-dashoffset:380;animation:circle_4 1s ease-in-out forwards}.check{stroke-dasharray:45;stroke-dashoffset:45;animation:check_4 .2s ease-in-out 1s forwards}@keyframes circle_4{0%{stroke-dashoffset:380}to{stroke-dashoffset:0}}@keyframes check_4{0%{stroke-dashoffset:45}to{stroke-dashoffset:90}}@keyframes icon-bounce{0%{transform:scale(.95)}to{transform:scale(1)}}