body{font-family:"Roboto";background:red;color:#fff;padding:2rem;height:100vh;margin:0;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden}body>section{z-index:1}*{box-sizing:border-box}#icon{width:64px;height:64px;border-radius:50%;overflow:hidden;background-size:contain}@keyframes giggle{0%{transform:none}50%{transform:translateX(10px)}}#page-title{font-family:"League Script";font-size:112px;position:relative;font-weight:600;margin:0;animation:giggle 2s 0s ease-in-out infinite}#page-title span{position:absolute;left:0;top:-10px;font-size:inherit;color:rgba(255,255,255,.5176470588);font-weight:100}@keyframes typing{from{width:0}to{width:40rem}}@keyframes blink-caret{from,to{border-color:rgba(0,0,0,0)}50%{border-color:currentColor}}#page-sub-title{font-size:30px;font-weight:200;margin:0;overflow:hidden}#timer{padding:1rem 0;display:flex}#timer .timer-item{display:flex;flex-direction:column;padding-right:2.5rem}#timer .timer-item .timer-value{font-size:5.25rem;font-weight:700}#feedback .input-group{margin-top:1.5rem;display:flex;align-items:center}#feedback .input-group input{padding:20px 12px;width:265px;height:45px;background:#fff;border:2px solid #fff;border-radius:24px 0px 0px 24px;box-shadow:0 7px 4px -3px rgba(0,0,0,.25)}#feedback .input-group .submit-btn{border:none;border-radius:50%;width:60px;height:60px;background:#fff;margin-left:-2rem;box-shadow:0 7px 4px 0 rgba(0,0,0,.25);cursor:pointer;transition:all .2s ease-in-out}#feedback .input-group:hover .submit-btn{margin-left:-1rem;transform:scale(1.1)}.footer #terms{font-weight:300}.footer #terms strong{font-weight:500}@keyframes rotate{from{transform:rotate(360deg)}to{transform:none}}.image-container{position:absolute;width:75vw;height:75vw;display:flex;justify-content:center;align-items:center;right:-30vw;bottom:-20vw}.image-container .bowl{height:50vw;width:50vw;position:relative;z-index:10;margin-bottom:1.2rem}.image-container #text-circle{font-weight:500;font-size:37px;position:absolute;z-index:11;width:100%;height:100%;display:flex;justify-content:center;align-items:center;animation:rotate 20s linear infinite;transform-origin:center center}.circle-text{color:#fff;pointer-events:none;font-size:30px}.circle-text p{margin:0}#shadow-1{position:absolute;left:-70vmax;top:-70vmax;height:100vmax;width:100vmax;background:radial-gradient(rgba(118, 0, 0, 0.65), transparent);filter:blur(100px);border-radius:50%}#shadow-image-1{position:absolute;left:10%;bottom:20%;height:100%;width:100%;background:radial-gradient(rgba(118, 0, 0, 0.75), transparent);filter:blur(40px);border-radius:50%;z-index:0}#shadow-image-2{position:absolute;right:20%;top:30%;height:100%;width:100%;background:radial-gradient(rgba(118, 0, 0, 0.75), transparent);filter:blur(40px);border-radius:50%;z-index:0}@media screen and (max-width: 920px){body{padding:1rem;align-items:center;overflow:auto}#icon{height:100px;width:100px}#page-title{font-size:4rem;animation:none;text-align:center}#page-sub-title{font-size:1.2rem;text-align:center}#timer{flex-wrap:wrap}#timer .timer-item{padding-right:0;flex-shrink:0;flex-grow:1;flex-basis:50%;align-items:center}#shadow-1{display:none}.image-container{position:fixed}.input-group{justify-content:center}.footer{text-align:left;width:100%;font-size:.8rem}.circle-text{font-size:16px;font-weight:normal}}.alert{position:fixed;bottom:0;left:50%;transform:translate(-50%, 200%);background:#fff;padding:2rem;border-radius:2.5rem;box-shadow:0 7px 4px 0 rgba(0,0,0,.25);transition:all .2s ease-in-out;color:#272727;z-index:999}.alert.active{transform:translate(-50%, -2rem);bottom:0}.alert .alert-message{font-size:1.5rem;padding-bottom:1rem}.alert .alert-dismiss{display:flex;justify-content:flex-end;align-items:center}.alert .alert-dismiss .alert-ok-btn{color:#272727;padding:1rem;border:none;background:#fff;box-shadow:0 7px 4px 0 rgba(0,0,0,.25);cursor:pointer;border-radius:3rem}body.has-alert{overflow:hidden}body.has-alert .alert-container{position:fixed;z-index:997;inset:0;background:rgba(0,0,0,.4)}/*# sourceMappingURL=index.css.map */