.keyword-rotator{font-size:2.5rem;font-weight:600}.words{display:inline-block;height:1.2em;position:relative;vertical-align:bottom;width:260px}.words span{animation:rotateWords 12s infinite;color:#3a4a8c;left:0;opacity:0;position:absolute;top:0}.words span:first-child{animation-delay:0s}.words span:nth-child(2){animation-delay:3s}.words span:nth-child(3){animation-delay:6s}.words span:nth-child(4){animation-delay:9s}@keyframes rotateWords{0%{opacity:0;transform:translateY(10px)}5%{opacity:1;transform:translateY(0)}25%{opacity:1}30%{opacity:0;transform:translateY(-10px)}to{opacity:0}}:root{--brand:#3a4a8c}.checklist{list-style:none;margin:0;max-width:420px;padding:0}.checklist li{align-items:center;animation:none;cursor:default;display:flex;margin-bottom:1.2rem}.check{flex-shrink:0;height:24px;margin-right:12px;width:24px}.check svg{animation:draw-check 1s ease forwards;animation-delay:var(--delay);fill:none;height:100%;stroke:var(--brand);stroke-dasharray:30;stroke-dashoffset:30;stroke-linecap:round;stroke-linejoin:round;stroke-width:3;width:100%}.text{animation:fade-text 1s ease forwards;animation-delay:var(--delay);color:var(--brand);font-size:1.1rem;opacity:0;transform:translateY(4px)}.checklist li:hover .check svg,.checklist li:hover .text{animation:none}.checklist li:hover .check svg{animation:draw-check 1s ease forwards}.checklist li:hover .text{animation:fade-text 1s ease forwards}@keyframes draw-check{to{stroke-dashoffset:0}}@keyframes fade-text{to{opacity:1;transform:translateY(0)}}