body,html{padding:0;margin:0}.component-fade-in{-webkit-animation:componentFadeIn .4s ease-out;animation:componentFadeIn .4s ease-out}@-webkit-keyframes componentFadeIn{0%{opacity:0}to{opacity:1}}@keyframes componentFadeIn{0%{opacity:0}to{opacity:1}}.timer-loader,.timer-loader-reverse{--clock-color:#000;--clock-width:1.3rem;--clock-radius:calc(var(--clock-width)/2);--clock-minute-length:calc(var(--clock-width)*0.45);--clock-hour-length:calc(var(--clock-width)*0.35);--clock-thickness:0.2rem;position:relative;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;width:var(--clock-width);height:var(--clock-width);border:3px solid var(--clock-color);border-radius:50%}.timer-loader:after,.timer-loader:before{-webkit-animation:timer-spin linear infinite;animation:timer-spin linear infinite}.timer-loader-reverse:after,.timer-loader-reverse:before,.timer-loader:after,.timer-loader:before{position:absolute;content:"";top:calc(var(--clock-radius)*0.25);width:var(--clock-thickness);background:var(--clock-color);border-radius:10px;-webkit-transform-origin:center calc(100% - var(--clock-thickness)/2);transform-origin:center calc(100% - var(--clock-thickness)/2)}.timer-loader-reverse:after,.timer-loader-reverse:before{-webkit-animation:timer-spin-reverse linear infinite;animation:timer-spin-reverse linear infinite}.timer-loader:before{height:var(--clock-minute-length);-webkit-animation-duration:6s;animation-duration:6s}.timer-loader:after{top:calc(var(--clock-radius)*-0.25 + var(--clock-hour-length));height:var(--clock-hour-length);-webkit-animation-duration:45s;animation-duration:45s}.timer-loader-reverse:before{height:var(--clock-minute-length);-webkit-animation-duration:2s;animation-duration:2s}.timer-loader-reverse:after{top:calc(var(--clock-radius)*-0.25 + var(--clock-hour-length));height:var(--clock-hour-length);-webkit-animation-duration:15s;animation-duration:15s}@-webkit-keyframes timer-spin-reverse{to{-webkit-transform:rotate(-1turn);transform:rotate(-1turn)}}@keyframes timer-spin-reverse{to{-webkit-transform:rotate(-1turn);transform:rotate(-1turn)}}@-webkit-keyframes timer-spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes timer-spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}
/*# sourceMappingURL=main.00dbac36.chunk.css.map */