.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}.flippable-cards .card-grid__card{margin:0 1rem 2rem;padding:0;-webkit-perspective:1000px;perspective:1000px;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;width:calc((100% / 3) - 2rem)}.card-grid__card .card__main-text{margin:0;max-width:100%}.card-grid__card .card__supporting-text{margin-bottom:0;max-width:100%}.flippable-cards .card-grid__card{min-width:300px;padding:0;-webkit-perspective:1000px;perspective:1000px}.card-grid__cta{padding-top:2.5rem}.card__front,.card__back{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-backface-visibility:hidden;backface-visibility:hidden;border-radius:.5rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;left:0;padding:2rem;position:absolute;top:0;width:100%;-webkit-transition:.6s;-o-transition:.6s;transition:.6s;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.card__back{-webkit-transform:rotateY(-180deg);transform:rotateY(-180deg)}.card__front{z-index:2;-webkit-transform:rotateY(0);transform:rotateY(0)}.card__face-wrapper{height:100%;-webkit-transition:.6s;-o-transition:.6s;transition:.6s;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;position:relative;width:100%}.card-grid__card:hover .card__front{-webkit-transform:rotateY(180deg);transform:rotateY(180deg)}.card-grid__card:hover .card__back{-webkit-transform:rotateY(0);transform:rotateY(0)}