@import url(https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&display=swap);#selectWords{overflow:hidden;padding:15px}#selectWords .wordCards{align-items:center;-webkit-column-gap:5px;column-gap:5px;display:flex;flex-wrap:wrap;justify-content:center;row-gap:5px}.wordCard{border:2px solid #dbdbdb;border-radius:10px;cursor:pointer;font-size:17px;font-weight:700;overflow:hidden;padding:5px 15px;width:calc(25% - 40px)}.wordCard.active{background-color:#53ceff;border:none;color:#fff}.timer{padding:30px;text-align:center;width:100%}.timer span{font-weight:700}.red{color:red}.timer-bar{background-color:#e3e3e3;border-radius:10px;height:90%;position:absolute;right:2.5%;top:50%;-webkit-transform:translateY(-50%) scale(-1);transform:translateY(-50%) scale(-1)}.timer-bar--innert{border-radius:5px;transition:all 1s linear;width:15px}.timer-bar:after{content:"0";top:-20px}.timer-bar:after,.timer-bar:before{left:50%;position:absolute;-webkit-transform:translateX(-50%) scale(-1);transform:translateX(-50%) scale(-1)}.timer-bar:before{bottom:-20px;content:"68"}.timer-bar .bars{height:100%;left:0;position:absolute;top:0;width:100%;z-index:99}.timer-bar .bars .bar{background-color:#000;display:block;height:1px;margin-top:13.2352941176vh;width:100%}.popUp{height:100vh;left:0;position:fixed;top:0;width:100%;z-index:999}.popUp .close{cursor:pointer;height:18px;position:absolute;right:20px;top:20px}.popUp .close img{height:100%}.popUp .overlay{-webkit-animation:fade 1s forwards;animation:fade 1s forwards;background-color:#000;height:100%;opacity:0;width:100%}.popUp h2{white-space:nowrap}.popUp .popUp-content{align-items:center;-webkit-animation:fadeUp 1s .5s forwards;animation:fadeUp 1s .5s forwards;background-color:#fff;border-radius:15px;display:flex;flex-direction:column;left:50%;max-height:90vh;max-width:90%;opacity:0;padding:50px;position:absolute;row-gap:20px;top:50%;z-index:9999}@-webkit-keyframes fade{0%{opacity:0}to{opacity:.5}}@keyframes fade{0%{opacity:0}to{opacity:.5}}@-webkit-keyframes fadeUp{0%{opacity:1;-webkit-transform:translate(-50%,50px);transform:translate(-50%,50px)}to{opacity:1;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}}@keyframes fadeUp{0%{opacity:1;-webkit-transform:translate(-50%,50px);transform:translate(-50%,50px)}to{opacity:1;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}}#rankWords{overflow:hidden;padding:15px}#rankWords .wordCards{align-items:center;-webkit-column-gap:5px;column-gap:5px;display:flex;flex-wrap:wrap;justify-content:center;row-gap:5px}#rankWords .wordCards .wordCard{background-color:#fff;border:2px solid #dbdbdb;color:#000;overflow:visible;position:relative}#rankWords .wordCards .wordCard:not(.active){opacity:0;pointer-events:none}#rankWords .wordCards .wordCard span{align-items:center;-webkit-animation:bounce .5s linear forwards;animation:bounce .5s linear forwards;background-color:red;border-radius:20px;color:#fff;display:flex;font-size:10px;height:20px;justify-content:center;left:0;opacity:0;position:absolute;top:0;-webkit-transform:translate(-50%,-20%) scale(0);transform:translate(-50%,-20%) scale(0);width:20px}#rankWords .popUp h2{margin-bottom:20px;white-space:nowrap}#rankWords .popUp button{margin:auto}@-webkit-keyframes bounce{0%{opacity:1;-webkit-transform:translate(-50%,-20%) scale(1.1);transform:translate(-50%,-20%) scale(1.1)}50%{opacity:.7;-webkit-transform:translate(-50%,-20%) scale(1.6);transform:translate(-50%,-20%) scale(1.6)}60%{opacity:1;-webkit-transform:translate(-50%,-20%) scale(.6);transform:translate(-50%,-20%) scale(.6)}80%{opacity:1;-webkit-transform:translate(-50%,-20%) scale(.95);transform:translate(-50%,-20%) scale(.95)}to{opacity:1;-webkit-transform:translate(-50%,-20%) scale(.85);transform:translate(-50%,-20%) scale(.85)}}@keyframes bounce{0%{opacity:1;-webkit-transform:translate(-50%,-20%) scale(1.1);transform:translate(-50%,-20%) scale(1.1)}50%{opacity:.7;-webkit-transform:translate(-50%,-20%) scale(1.6);transform:translate(-50%,-20%) scale(1.6)}60%{opacity:1;-webkit-transform:translate(-50%,-20%) scale(.6);transform:translate(-50%,-20%) scale(.6)}80%{opacity:1;-webkit-transform:translate(-50%,-20%) scale(.95);transform:translate(-50%,-20%) scale(.95)}to{opacity:1;-webkit-transform:translate(-50%,-20%) scale(.85);transform:translate(-50%,-20%) scale(.85)}}.custom-button-full{background-color:#000;border:none;border-radius:15px;color:#fff;cursor:pointer;display:block;font-size:16px;font-weight:700;padding:15px 50px;-webkit-user-select:none;user-select:none;width:-moz-fit-content;width:-webkit-fit-content;width:fit-content}.custom-button-full span{align-items:center;display:flex;justify-content:center}.custom-button-full span img{opacity:0;transition:all .3s ease-in-out;width:18px}.custom-button-full span .content{-webkit-transform:translateX(9px);transform:translateX(9px);transition:all .3s ease-in-out}.custom-button-full:hover span img{opacity:1;-webkit-transform:translateX(10px);transform:translateX(10px)}.custom-button-full:hover span .content{-webkit-transform:translateX(0);transform:translateX(0)}@-webkit-keyframes scaleAnimation{0%{opacity:0;-webkit-transform:scale(1.5);transform:scale(1.5)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes scaleAnimation{0%{opacity:0;-webkit-transform:scale(1.5);transform:scale(1.5)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes drawCircle{0%{stroke-dashoffset:151px}to{stroke-dashoffset:0}}@keyframes drawCircle{0%{stroke-dashoffset:151px}to{stroke-dashoffset:0}}@-webkit-keyframes drawCheck{0%{stroke-dashoffset:36px}to{stroke-dashoffset:0}}@keyframes drawCheck{0%{stroke-dashoffset:36px}to{stroke-dashoffset:0}}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}#successAnimationCheck,#successAnimationCircle{stroke-dasharray:151px 36px;stroke:#fff}#successAnimationResult{fill:#fff;opacity:0}#successAnimation.animated{-webkit-animation:scaleAnimation 1s ease-out 0s 1 both;animation:scaleAnimation 1s ease-out 0s 1 both}#successAnimationCircle{-webkit-animation:drawCircle 1s cubic-bezier(.77,0,.175,1) 0s 1 both,fadeOut .3s linear .9s 1 both;animation:drawCircle 1s cubic-bezier(.77,0,.175,1) 0s 1 both,fadeOut .3s linear .9s 1 both}#successAnimationCheck{-webkit-animation:drawCheck 1s cubic-bezier(.77,0,.175,1) 0s 1 both,fadeOut .3s linear .9s 1 both;animation:drawCheck 1s cubic-bezier(.77,0,.175,1) 0s 1 both,fadeOut .3s linear .9s 1 both}#successAnimationResult{-webkit-animation:fadeIn .3s linear .9s both;animation:fadeIn .3s linear .9s both}#successAnimation{display:block;height:40px;width:40px}#start .start-container{display:flex;flex-direction:column}#start .illustration{display:block;height:200px;margin:auto auto 50px;object-fit:contain;width:90%}#start h2{font-size:30px;font-weight:900;height:36px;margin-bottom:30px}#start p{font-size:16px;margin-bottom:20px;max-width:400px}#start .custom-button-full{margin-left:auto}#start .rules{-webkit-column-gap:50px;column-gap:50px;display:flex;flex-wrap:wrap;row-gap:40px}#start .rules .rule{margin-bottom:40px}#start .rules .rule h1{font-size:40px;font-weight:900;margin-bottom:20px}#start .rules .rule p{font-size:25px}#start .rules .rule ol{font-size:25px;margin-bottom:20px}#start .rules .rule span{color:red;font-weight:700}#welcome .illustration{height:150px;object-fit:contain}#welcome h1{text-align:center}#welcome .welcome-container{align-items:center;display:flex;flex-direction:column;row-gap:50px}#welcome #Sx_H{margin-left:2em}#welcome .rows{-webkit-column-gap:50px;column-gap:50px;display:flex;flex-wrap:wrap;justify-content:center}#welcome .rows .row{display:flex;flex-direction:column;row-gap:30px}.custom-section{align-items:center;display:flex;justify-content:center;min-height:100vh;padding:3.5vw;width:100%}.form-wrap{height:50px;position:relative;width:400px}.form-wrap .line{pointer-events:none}.form-wrap .input-elm{background:none;border:none;color:#000;font-family:Roboto Mono,monospace;font-size:1em;font-weight:200;height:100%;left:0;opacity:0;outline:none;padding-top:20px;position:absolute;transition:all .5s ease;width:100%}.form-wrap .active input{opacity:1;transition:all .5s ease .5s}.form-wrap svg{fill:none;stroke:#000;stroke-width:3px;left:0;overflow:visible;position:absolute;top:100%;z-index:5}.form-wrap label{color:#000;font-size:1.3em;position:absolute;top:15px;transition:all .5s ease}.form-wrap .active label{font-size:1em;top:0;transition:all .5s ease .3s}.form-wrap .active2+svg{stroke:#0080ff}.form-wrap .active2 label{color:#0080ff}.form-wrap .active+svg{transition:stroke .4s ease .3s}.form-wrap .input{height:100%;overflow:hidden;position:relative;width:100%}.form-wrap .input:before{transition:bottom .4s ease .3s,background-color .2s ease .6s,-webkit-transform .4s ease;transition:transform .4s ease,bottom .4s ease .3s,background-color .2s ease .6s;transition:transform .4s ease,bottom .4s ease .3s,background-color .2s ease .6s,-webkit-transform .4s ease}.form-wrap .input:after,.form-wrap .input:before{background-color:initial;bottom:-50px;content:"";height:26px;position:absolute;right:15px;-webkit-transform:rotate(0deg);transform:rotate(0deg);-webkit-transform-origin:inherit;transform-origin:inherit;width:3px}.form-wrap .input:after{transition:visibility .4s ease,bottom .4s ease .3s,background-color .2s ease .6s,height .2s ease .6s,-webkit-transform .4s ease;transition:transform .4s ease,visibility .4s ease,bottom .4s ease .3s,background-color .2s ease .6s,height .2s ease .6s;transition:transform .4s ease,visibility .4s ease,bottom .4s ease .3s,background-color .2s ease .6s,height .2s ease .6s,-webkit-transform .4s ease;visibility:hidden}.form-wrap .valid:before{right:16px;-webkit-transform:rotate(40deg);transform:rotate(40deg);-webkit-transform-origin:inherit;transform-origin:inherit;transition:bottom .4s ease,-webkit-transform .4s ease .3s;transition:bottom .4s ease,transform .4s ease .3s;transition:bottom .4s ease,transform .4s ease .3s,-webkit-transform .4s ease .3s}.form-wrap .valid:after,.form-wrap .valid:before{background-color:#4caf50;bottom:10px;visibility:visible}.form-wrap .valid:after{height:15px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:inherit;transform-origin:inherit;transition:bottom .4s ease,visibility .4s ease .3s,-webkit-transform .4s ease .3s;transition:bottom .4s ease,visibility .4s ease .3s,transform .4s ease .3s;transition:bottom .4s ease,visibility .4s ease .3s,transform .4s ease .3s,-webkit-transform .4s ease .3s}.form-wrap .invalid:before{-webkit-transform:rotate(40deg);transform:rotate(40deg);transition:bottom .4s ease,-webkit-transform .4s ease .3s;transition:bottom .4s ease,transform .4s ease .3s;transition:bottom .4s ease,transform .4s ease .3s,-webkit-transform .4s ease .3s}.form-wrap .invalid:after,.form-wrap .invalid:before{background-color:#ff5252;bottom:10px;visibility:visible}.form-wrap .invalid:after{height:26px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);transition:bottom .4s ease,visibility .4s ease .3s,-webkit-transform .4s ease .3s;transition:bottom .4s ease,visibility .4s ease .3s,transform .4s ease .3s;transition:bottom .4s ease,visibility .4s ease .3s,transform .4s ease .3s,-webkit-transform .4s ease .3s}#game .game-btn{margin:auto}#end{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:100vh;row-gap:30px;width:100%}#end img{width:300px}#end p{font-size:22px;max-width:400px;text-align:center}#end h1{font-size:7vw}*{box-sizing:border-box;font-family:Lato,sans-serif;margin:0}.error,h3{color:red}h4{color:#7f7f7f}
/*# sourceMappingURL=main.90922e11.css.map*/