@keyframes backdropIn{0%{opacity:0}to{opacity:1}}@keyframes backdropOut{0%{opacity:1}to{opacity:0}}@keyframes modalInDesktop{0%{opacity:0;transform:translateY(20%)}to{opacity:1;transform:translateY(0)}}@keyframes modalOutDesktop{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(20%)}}@keyframes genericUpIn{0%{opacity:0;transform:translateY(50%)}to{opacity:1;transform:translateY(0)}}@keyframes genericDownOut{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(50%)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.product-checkmark-features{border:.1rem solid var(--color-grey-dew);border-radius:2.8rem;height:6rem;justify-content:center;margin-bottom:2rem}.product-checkmark-features,.product-checkmark-features .feature{align-items:center;display:flex}.product-checkmark-features .feature+.feature{margin-left:4rem}.product-checkmark-features .icon{fill:var(--color-secondary-lime);margin-right:.6rem}@media (max-width:600px){.product-checkmark-features{align-items:flex-start;border-radius:0;border-top:0;flex-direction:column;height:100%;margin-left:-1rem;margin-right:-1rem;padding:2rem;width:auto}.product-checkmark-features .feature{margin-bottom:1rem;margin-left:0;margin-top:1rem}.product-checkmark-features .feature+.feature,.product-checkmark-features .feature:first-child{margin-left:0}}
