.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)}}.cloud-list{list-style:none;margin:0;padding:0}.cloud-list li{align-items:center;animation:appear .8s ease-out forwards;display:flex;gap:14px;list-style:none;margin-bottom:16px;opacity:0;transform:translateX(-20px)}.cloud-list li:first-child{animation-delay:0s}.cloud-list li:nth-child(2){animation-delay:1s}.cloud-list li:nth-child(3){animation-delay:2s}.cloud-list i{font-size:30px}.cloud-list h5{font-weight:500;margin:0}@keyframes appear{0%{opacity:0;transform:translateX(-20px)}to{opacity:1;transform:translateX(0)}}