.card-grid{overflow:hidden}.card-grid__cards{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:0 -1rem -2rem}.card-grid__card{-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:.5rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 1rem 2rem;min-width:13rem;padding:2rem;width:calc((100% / 3) - 2rem);color:#fff;-webkit-transition:all .6s cubic-bezier(0.16,1,0.3,1);-o-transition:all .6s cubic-bezier(0.16,1,0.3,1);transition:all .6s cubic-bezier(0.16,1,0.3,1)}.card-grid__card .card__main-text{margin:0;max-width:100%}.card-grid__card>*{margin-bottom:0}.card-grid__card .card__link-wrapper{margin-top:2rem}.card-grid__card>*:first-child{margin-top:0}.card-grid__card.has-link:hover{background:#fff;color:#b56153}.card-grid__card.has-link:not(:hover) .hs-link{border-color:#fff;color:#fff}.card-grid__cta{padding-top:2.5rem}