.hollow-dots-spinner,.hollow-dots-spinner *{box-sizing:border-box}.hollow-dots-spinner{height:15px;width:90px}.hollow-dots-spinner .dot{width:15px;height:15px;margin:0 7.5px;border:3px solid #ff1d5e;border-radius:50%;float:left;transform:scale(0);animation:hollow-dots-spinner-animation 1s ease infinite 0ms}.hollow-dots-spinner .dot:nth-child(1){animation-delay:.3s}.hollow-dots-spinner .dot:nth-child(2){animation-delay:.6s}.hollow-dots-spinner .dot:nth-child(3){animation-delay:calc(.3s * 3)}@keyframes hollow-dots-spinner-animation{50%{transform:scale(1);opacity:1}to{opacity:0}}.semipolar-spinner,.semipolar-spinner *{box-sizing:border-box}.semipolar-spinner{height:65px;width:65px;position:relative}.semipolar-spinner .ring{border-radius:50%;position:absolute;border:3.25px solid transparent;border-top-color:#ff1d5e;border-left-color:#ff1d5e;animation:semipolar-spinner-animation 2s infinite}.semipolar-spinner .ring:nth-child(1){height:65px;width:65px;top:0;left:0;animation-delay:.8s;z-index:5}.semipolar-spinner .ring:nth-child(2){height:52px;width:52px;top:6.5px;left:6.5px;animation-delay:calc(2s * .1 * 3);z-index:4}.semipolar-spinner .ring:nth-child(3){height:39px;width:39px;top:13px;left:13px;animation-delay:.4s;z-index:3}.semipolar-spinner .ring:nth-child(4){height:calc(65px - 65px * .2 * 3);width:calc(65px - 65px * .2 * 3);top:calc(65px * .1 * 3);left:calc(65px * .1 * 3);animation-delay:.2s;z-index:2}.semipolar-spinner .ring:nth-child(5){height:13px;width:13px;top:26px;left:26px;animation-delay:0s;z-index:1}@keyframes semipolar-spinner-animation{50%{transform:rotate(360deg) scale(.7)}}
