/* sketch v0.1.1 */
.sk-inline{display:inline-block}.sk{position:absolute;overflow:visible;pointer-events:none;color:var(--sk-ink,currentColor);fill:none;stroke:currentColor;stroke-linecap:round}svg.sk.sk{overflow:visible}.sk g{stroke-width:calc(var(--sw,2)*1px)}.sk-rect>.sk{left:calc(-1*var(--over,0px));top:calc(-1*var(--over,0px));width:calc(100% + 2*var(--over,0px));height:calc(100% + 2*var(--over,0px))}.sk-circle>.sk{left:-16px;top:-11px;width:calc(100% + 32px);height:calc(100% + 22px)}.sk-underline>.sk{left:-3%;bottom:calc(-.4em - 8px);width:106%;height:16px}.sk-strike>.sk{left:-3%;top:52%;width:106%;height:56px;margin-top:-28px}.sk>g{transform-box:fill-box;transform-origin:center;transform:rotate(var(--jit,0deg))}.sk-circle .ring{transform-box:fill-box;transform-origin:center;transform:rotate(var(--rot,0deg)) scaleX(var(--dir-ell,1))}.anim{--anim:sk-draw;stroke-dasharray:1;stroke-dashoffset:0;animation-name:none;animation-duration:calc(var(--dur,.5s)*var(--speed,1));animation-timing-function:var(--ease,ease);animation-delay:calc(var(--delay,0s)*var(--speed,1));animation-fill-mode:both}.arc{--anim:sk-drawArc;stroke-dasharray:.975 .025;stroke-dashoffset:var(--es-off,0)}.sk-play .anim{animation-name:var(--anim)}.sk-hidden .anim{stroke-dashoffset:1}.sk-hidden .arc{stroke-dasharray:0 1;stroke-dashoffset:var(--es-off,0)}@keyframes sk-draw{from{stroke-dashoffset:1}to{stroke-dashoffset:0}}@keyframes sk-drawArc{from{stroke-dasharray:0 1}to{stroke-dasharray:.975 .025}}.sk-fallback.sk-underline{text-decoration:underline}.sk-fallback.sk-strike{text-decoration:line-through}@media (prefers-reduced-motion:reduce){.sk .anim{animation-name:none!important}}
