.value-props{background-color:var(--color-background);padding:2rem 0}.value-props div.value-props-wrapper{max-width:1200px;margin:0 auto;padding:0 2rem}.value-props div.value-props-wrapper dl.value-list{display:flex;flex-direction:row;justify-content:center;align-items:flex-start;margin:0}.value-props div.value-props-wrapper dl.value-list .value-item{display:flex;flex-direction:column;height:100%;flex:1;padding:0 1rem}.value-props div.value-props-wrapper dl.value-list .value-item dt{display:flex;flex-direction:column;font-size:1rem;text-align:center;color:var(--color-primary-400);font-family:BrandonPrinted-One,serif;margin-bottom:.25rem}.value-props div.value-props-wrapper dl.value-list .value-item dt img{object-fit:contain;width:100%;height:2rem;margin:1rem auto}.value-props div.value-props-wrapper dl.value-list .value-item dd{text-align:center;font-size:.875rem;color:var(--color-text-dark-400);margin:0}@media screen and (max-width:1024px){.value-props div.value-props-wrapper{padding:1.5rem}}@media screen and (max-width:640px){.value-props div.value-props-wrapper{padding:0 .5rem}.value-props div.value-props-wrapper dl.value-list{display:grid;grid-template-columns:1fr 1fr;gap:1rem .25rem}.value-props div.value-props-wrapper dl.value-list .value-item{width:100%;padding:0}.value-props div.value-props-wrapper dl.value-list .value-item dt{margin:0}.value-props div.value-props-wrapper dl.value-list .value-item dt img{margin:0 auto .5rem;height:40px;width:100%}.value-props div.value-props-wrapper dl.value-list .value-item dd{padding:0;margin:0}.value-props div.value-props-wrapper dl.value-list .value-item:last-child:nth-child(2n-1){grid-column:span 2;max-width:50%;margin:0 auto}}.value-props .pop{opacity:0;transition:opacity .2s .1s ease-out;will-change:transform,opacity}.value-props .pop.is-visible{opacity:1}.value-props .bounce{--bounce-duration: .5s;--bounce-height: 2.5px}.value-props .bounce.animate{animation:value-props-bounce var(--bounce-duration) linear}@keyframes value-props-bounce{0%,to{transform:translateY(0)}10%{transform:translateY(calc(var(--bounce-height) * 2))}20%{transform:translateY(calc(var(--bounce-height) * 3))}30%{transform:translateY(calc(var(--bounce-height) * -1))}40%{transform:translateY(calc(var(--bounce-height) * -4))}50%{transform:translateY(calc(var(--bounce-height) * -8))}60%{transform:translateY(calc(var(--bounce-height) * -6))}70%{transform:translateY(calc(var(--bounce-height) * -5))}80%{transform:translateY(calc(var(--bounce-height) * -3))}90%{transform:translateY(calc(var(--bounce-height) * -1))}}
