:root{--rcs-circle-color:#fff;--rcs-circle-size:64px}.rcs-circle{display:inline-block;width:var(--rcs-circle-size);height:var(--rcs-circle-size);transform:translateZ(1px)}.rcs-circle>div{display:inline-block;width:100%;height:100%;border-radius:50%;background:var(--rcs-circle-color);animation:rcs-circle 2.4s cubic-bezier(0,.2,.8,1) infinite}@keyframes rcs-circle{0%,to{animation-timing-function:cubic-bezier(.5,0,1,.5)}0%{transform:rotateY(0deg)}50%{transform:rotateY(5turn);animation-timing-function:cubic-bezier(0,.5,.5,1)}to{transform:rotateY(10turn)}}:root{--rcs-dual-ring-color:#fff;--rcs-dual-ring-size:64px;--rcs-dual-ring-thickness:5px}.rcs-dual-ring{display:inline-block}.rcs-dual-ring:after{content:" ";display:block;width:calc(var(--rcs-dual-ring-size) - 2 * var(--rcs-dual-ring-thickness));height:calc(var(--rcs-dual-ring-size) - 2 * var(--rcs-dual-ring-thickness));border-radius:50%;border:var(--rcs-dual-ring-thickness) solid var(--rcs-dual-ring-color);border-color:var(--rcs-dual-ring-color) transparent;animation:rcs-dual-ring 1.2s linear infinite}@keyframes rcs-dual-ring{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}:root{--rcs-ellipsis-color:#fff;--rcs-ellipsis-size:64px}.rcs-ellipsis{display:inline-block;position:relative;width:var(--rcs-ellipsis-size);height:var(--rcs-ellipsis-size)}.rcs-ellipsis div{position:absolute;top:calc(var(--rcs-ellipsis-size) / 2.42424);width:calc(var(--rcs-ellipsis-size) / 6.15385);height:calc(var(--rcs-ellipsis-size) / 6.15385);border-radius:50%;background:var(--rcs-ellipsis-color);animation-timing-function:cubic-bezier(0,1,1,0)}.rcs-ellipsis div:first-child{left:calc(var(--rcs-ellipsis-size) / 10);animation:rcs-ellipsis1 .6s infinite}.rcs-ellipsis div:nth-child(2){left:calc(var(--rcs-ellipsis-size) / 10);animation:rcs-ellipsis2 .6s infinite}.rcs-ellipsis div:nth-child(3){left:calc(var(--rcs-ellipsis-size) / 2.5);animation:rcs-ellipsis2 .6s infinite}.rcs-ellipsis div:nth-child(4){left:calc(var(--rcs-ellipsis-size) / 1.42857);animation:rcs-ellipsis3 .6s infinite}@keyframes rcs-ellipsis1{0%{transform:scale(0)}to{transform:scale(1)}}@keyframes rcs-ellipsis3{0%{transform:scale(1)}to{transform:scale(0)}}@keyframes rcs-ellipsis2{0%{transform:translate(0)}to{transform:translate(calc(var(--rcs-ellipsis-size) / 3.33333))}}:root{--rcs-grid-color:#fff;--rcs-grid-size:64px}.rcs-grid{display:inline-block;position:relative;width:var(--rcs-grid-size);height:var(--rcs-grid-size)}.rcs-grid div{position:absolute;width:calc(var(--rcs-grid-size) / 5);height:calc(var(--rcs-grid-size) / 5);border-radius:50%;background:var(--rcs-grid-color);animation:rcs-grid 1.2s linear infinite}.rcs-grid div:first-child{top:calc(var(--rcs-grid-size) / 10);left:calc(var(--rcs-grid-size) / 10);animation-delay:0s}.rcs-grid div:nth-child(2){top:calc(var(--rcs-grid-size) / 10);left:calc(var(--rcs-grid-size) / 2.5);animation-delay:-.4s}.rcs-grid div:nth-child(3){top:calc(var(--rcs-grid-size) / 10);left:calc(var(--rcs-grid-size) / 1.42857);animation-delay:-.8s}.rcs-grid div:nth-child(4){top:calc(var(--rcs-grid-size) / 2.5);left:calc(var(--rcs-grid-size) / 10);animation-delay:-.4s}.rcs-grid div:nth-child(5){top:calc(var(--rcs-grid-size) / 2.5);left:calc(var(--rcs-grid-size) / 2.5);animation-delay:-.8s}.rcs-grid div:nth-child(6){top:calc(var(--rcs-grid-size) / 2.5);left:calc(var(--rcs-grid-size) / 1.42857);animation-delay:-1.2s}.rcs-grid div:nth-child(7){top:calc(var(--rcs-grid-size) / 1.42857);left:calc(var(--rcs-grid-size) / 10);animation-delay:-.8s}.rcs-grid div:nth-child(8){top:calc(var(--rcs-grid-size) / 1.42857);left:calc(var(--rcs-grid-size) / 2.5);animation-delay:-1.2s}.rcs-grid div:nth-child(9){top:calc(var(--rcs-grid-size) / 1.42857);left:calc(var(--rcs-grid-size) / 1.42857);animation-delay:-1.6s}@keyframes rcs-grid{0%,to{opacity:1}50%{opacity:.5}}:root{--rcs-hourglass-color:#fff;--rcs-hourglass-size:64px}.rcs-hourglass{display:inline-block;position:relative;width:var(--rcs-hourglass-size);height:var(--rcs-hourglass-size)}.rcs-hourglass:after{content:" ";display:block;border-radius:50%;width:0;height:0;box-sizing:border-box;border:calc(var(--rcs-hourglass-size) / 2) solid var(--rcs-hourglass-color);border-color:var(--rcs-hourglass-color) transparent;animation:rcs-hourglass 1.2s infinite}@keyframes rcs-hourglass{0%{transform:rotate(0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}50%{transform:rotate(900deg);animation-timing-function:cubic-bezier(.215,.61,.355,1)}to{transform:rotate(5turn)}}:root{--rcs-ring-color:#fff;--rcs-ring-size:64px;--rcs-ring-thickness:6px}.rcs-ring{display:inline-block;position:relative;width:var(--rcs-ring-size);height:var(--rcs-ring-size)}.rcs-ring div{box-sizing:border-box;display:block;position:absolute;width:100%;height:100%;border:var(--rcs-ring-thickness) solid var(--rcs-ring-color);border-radius:50%;animation:rcs-ring 1.2s cubic-bezier(.5,0,.5,1) infinite;border-color:var(--rcs-ring-color) transparent transparent transparent}.rcs-ring div:first-child{animation-delay:-.45s}.rcs-ring div:nth-child(2){animation-delay:-.3s}.rcs-ring div:nth-child(3){animation-delay:-.15s}@keyframes rcs-ring{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}:root{--rcs-ripple-color:#fff;--rcs-ripple-size:64px;--rcs-ripple-thickness:4px}.rcs-ripple{display:inline-block;position:relative;width:var(--rcs-ripple-size);height:var(--rcs-ripple-size)}.rcs-ripple div{position:absolute;border:var(--rcs-ripple-thickness) solid var(--rcs-ripple-color);border-radius:50%;animation:rcs-ripple 1s cubic-bezier(0,.2,.8,1) infinite}.rcs-ripple div:nth-child(2){animation-delay:-.5s}@keyframes rcs-ripple{0%{top:calc(var(--rcs-ripple-size) / 2.22222);left:calc(var(--rcs-ripple-size) / 2.22222);width:0;height:0;opacity:1}to{top:0;left:0;width:calc(var(--rcs-ripple-size) / 1.11111);height:calc(var(--rcs-ripple-size) / 1.11111);opacity:0}}:root{--rcs-roller-color:#fff;--rcs-roller-size:64px}.rcs-roller{display:inline-block;position:relative;width:var(--rcs-roller-size);height:var(--rcs-roller-size)}.rcs-roller div{animation:rcs-roller 1.2s cubic-bezier(.5,0,.5,1) infinite;transform-origin:calc(var(--rcs-roller-size) / 2) calc(var(--rcs-roller-size) / 2)}.rcs-roller div:after{content:" ";display:block;position:absolute;width:calc(var(--rcs-roller-size) / 11.42857);height:calc(var(--rcs-roller-size) / 11.42857);border-radius:50%;background:var(--rcs-roller-color);margin:calc(var(--rcs-roller-size) / -20) 0 0 calc(var(--rcs-roller-size) / -20)}.rcs-roller div:first-child{animation-delay:-36ms}.rcs-roller div:first-child:after{top:calc(var(--rcs-roller-size) / 1.26984);left:calc(var(--rcs-roller-size) / 1.26984)}.rcs-roller div:nth-child(2){animation-delay:-72ms}.rcs-roller div:nth-child(2):after{top:calc(var(--rcs-roller-size) / 1.17647);left:calc(var(--rcs-roller-size) / 1.42857)}.rcs-roller div:nth-child(3){animation-delay:-.108s}.rcs-roller div:nth-child(3):after{top:calc(var(--rcs-roller-size) / 1.12676);left:calc(var(--rcs-roller-size) / 1.66666)}.rcs-roller div:nth-child(4){animation-delay:-.144s}.rcs-roller div:nth-child(4):after{top:calc(var(--rcs-roller-size) / 1.11111);left:calc(var(--rcs-roller-size) / 2)}.rcs-roller div:nth-child(5){animation-delay:-.18s}.rcs-roller div:nth-child(5):after{top:calc(var(--rcs-roller-size) / 1.12676);left:calc(var(--rcs-roller-size) / 2.5)}.rcs-roller div:nth-child(6){animation-delay:-.216s}.rcs-roller div:nth-child(6):after{top:calc(var(--rcs-roller-size) / 1.17647);left:calc(var(--rcs-roller-size) / 3.33333)}.rcs-roller div:nth-child(7){animation-delay:-.252s}.rcs-roller div:nth-child(7):after{top:calc(var(--rcs-roller-size) / 1.26984);left:calc(var(--rcs-roller-size) / 4.70588)}.rcs-roller div:nth-child(8){animation-delay:-.288s}.rcs-roller div:nth-child(8):after{top:calc(var(--rcs-roller-size) / 1.42857);left:calc(var(--rcs-roller-size) / 6.66666)}@keyframes rcs-roller{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}:root{--rcs-wave-color:#fff;--rcs-wave-size:64px;--rcs-wave-thickness:12px}.rcs-wave{display:inline-block;position:relative;width:var(--rcs-wave-size);height:var(--rcs-wave-size)}.rcs-wave div{display:inline-block;position:absolute;left:calc(var(--rcs-wave-size) / 10);width:var(--rcs-wave-thickness);background:var(--rcs-wave-color);animation:rcs-wave 1.2s cubic-bezier(0,.5,.5,1) infinite}.rcs-wave div:first-child{left:calc(var(--rcs-wave-size) / 10);animation-delay:-.24s}.rcs-wave div:nth-child(2){left:calc(var(--rcs-wave-size) / 2.5);animation-delay:-.12s}.rcs-wave div:nth-child(3){left:calc(var(--rcs-wave-size) / 1.42857);animation-delay:0}@keyframes rcs-wave{0%{top:calc(var(--rcs-wave-size) / 10);height:calc(var(--rcs-wave-size) / 1.25)}50%,to{top:calc(var(--rcs-wave-size) / 3.33333);height:calc(var(--rcs-wave-size) / 2.5)}}