.hs-btn-group{padding:24px 0}.hs-btn-group__grid{display:grid;gap:8px}.hs-btn-group__grid--1{grid-template-columns:repeat(1,minmax(0,1fr))}.hs-btn-group__grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.hs-btn-group__grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.hs-btn-group__item{height:100%}.hs-btn-group__btn{align-items:center;background-color:#001f60;border:none;border-radius:8px;box-shadow:0 4px 14px rgba(0,0,0,.15);color:#fff;cursor:pointer;display:flex;font-size:12px;font-weight:600;height:100%;justify-content:center;padding:5px;text-align:center;text-decoration:none;text-transform:math-auto;transition:transform .15s ease,box-shadow .15s ease,background-color .15s ease;width:100%}.hs-btn-group__btn:focus-visible,.hs-btn-group__btn:hover{box-shadow:0 6px 18px rgba(0,0,0,.2);outline:none;transform:translateY(-1px)}.hs-btn-group__label{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;text-wrap:balance}@media (max-width:640px){.hs-btn-group__grid{grid-template-columns:1fr}}