#content-wrap{margin-bottom:4em}.spinner-circular{animation:loadingSpinnerRotate 2s linear infinite;display:block;height:1em;width:1em}.spinner-circular__path{color:inherit;stroke:currentColor;stroke-dasharray:90,150;stroke-width:2;stroke-linecap:round;animation:loadingSpinnerDash 1.5s ease-in-out infinite}.spinner-circular__path-bg{stroke:var(--le-spinner-bg-color,#e8e8e8);stroke-width:2}@keyframes loadingSpinnerRotate{to{transform:rotate(1turn)}}@keyframes loadingSpinnerDash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-40px}to{stroke-dasharray:90,150;stroke-dashoffset:-120px}}
