@keyframes checkDo{0%{background-color:#ddd}to{background-color:#a5df2a}}@keyframes checkUndo{0%{background-color:#a5df2a}to{background-color:#ddd}}@keyframes checkDoInner{0%{left:.6vw}to{left:5.6vw}}@keyframes checkUndoInner{0%{left:5.6vw}to{left:.6vw}}.root{align-items:flex-start;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:flex-start;margin:0 6.4vw}h1,h2,h3,h4,h5,h6,p{margin:0}.title{color:rgba(0,0,0,.8);font-size:4.3vw;font-style:normal;font-weight:500;line-height:2.7vh;margin-top:3.4vh}.subTitle{color:rgba(0,0,0,.7);margin-top:3vw}.content{color:rgba(0,0,0,.6);font-size:1.7vh;letter-spacing:.1vw;line-height:2.5vh;margin-top:1.7vh;white-space:break-spaces}.optionBox{align-items:center;background-color:#fff;border-top:.5px solid rgba(0,0,0,.08);box-sizing:border-box;color:rgba(0,0,0,.9);display:flex;height:6.65vh;justify-content:space-between;margin-top:2.2vh;width:100%}.optionText{color:#171816;font-size:1.7vh;font-style:normal;font-weight:500;line-height:2.5vh;opacity:.8}.checkboxOuter{align-items:center;animation:checkUndo .15s linear;animation-fill-mode:forwards;border-radius:3.2vw;box-sizing:border-box;display:flex;height:6.4vw;padding:0 .6vw;position:relative;width:11.5vw}.checkboxOuter.checked{animation:checkDo .15s linear;animation-fill-mode:forwards}.checkboxInner{animation:checkUndoInner .15s linear;animation-fill-mode:forwards;background-color:#fff;border-radius:2.8vw;height:5.6vw;position:absolute;width:5.6vw}.checkboxInner.checked{animation:checkDoInner .15s linear;animation-fill-mode:forwards}
/*# sourceMappingURL=index.72fec326.css.map*/