.vs{margin:0 auto;max-width:1290px;padding:0 20px}.vs-section-title{margin-bottom:24px}.vs-grid{display:grid;gap:24px;grid-template-columns:1fr}.vs-card{align-items:flex-start;background:#ffdbbb;border-radius:16px;display:flex;flex-direction:column;gap:30px;justify-content:space-between;padding:20px 30px;transition:all .15s linear}a.vs-card:hover{border-color:rgba(255,189,89,.5);box-shadow:0 2px 10px rgba(0,0,0,.08);transform:translateY(-1px)}.vs-card__icon{align-items:center;background:#ffebd9;border-radius:8px;display:flex;flex-shrink:0;font-size:16px;height:60px;justify-content:center;width:60px}.vs-card__icon img{height:auto;max-width:24px}.vs-card__title,h4.vs-card__title{font-size:18px!important;font-weight:600!important;margin-bottom:4px;margin-top:30px}.vs-card__desc,p.vs-card__desc{font-size:16px;font-weight:300!important;line-height:22.5px}.vs-card .button-wrapper{background:#ffebd9;border-radius:40px;display:inline-flex;margin-top:16px;padding:4px 12px}.vs-card .button-wrapper .hs-button.hs-button-link{margin-top:0}.vs-card__features{color:#000;flex-grow:1;font-size:15px;list-style:none;margin:0 0 auto;margin-top:28px!important;padding:0}.vs-card__feature{align-items:baseline;display:flex;font-size:16px;font-weight:600;gap:8px;line-height:22.5px;margin-bottom:8px!important}@keyframes vs-fadeUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.vs-au{animation:vs-fadeUp .35s cubic-bezier(.34,1.1,.64,1) both}.vs-d1{animation-delay:.04s}.vs-d2{animation-delay:.09s}.vs-d3{animation-delay:.14s}@media (min-width:901px){.vs-grid{grid-template-columns:repeat(3,1fr)}.vs-section-title{margin-bottom:48px}}@media (max-width:900px) and (min-width:768px){.vs-grid{grid-template-columns:repeat(2,1fr)}}