.feature-cards__inner{background:var(--color-dark);border-radius:var(--rounded-lg);color:#fff;padding-left:clamp(1.25rem,2.5vw + .5rem,3rem);padding-right:clamp(1.25rem,2.5vw + .5rem,3rem);padding-top:clamp(96px,5.4464rem + 2.7679vw,127px);position:relative;text-align:center}.feature-cards__inner .bottom-image{height:auto;max-width:100%}.feature-cards__content{margin-bottom:clamp(3rem,calc(1.55rem + 7.27vw),7rem)}.feature-cards__content .eyebrow{margin-bottom:1.75rem}.feature-cards__content h2{font-weight:600;margin-bottom:1.25rem}.feature-cards__content .subhead{margin:0 auto;max-width:630px}.feature-cards__grid{display:grid;gap:1.25rem;grid-template-columns:repeat(1,minmax(0,1fr));margin-bottom:clamp(4rem,2.5vw + .5rem,5rem);perspective:900px;transform-style:preserve-3d}.feature-card{backface-visibility:hidden;display:flex;flex-direction:column;height:100%;margin:0 auto;max-width:440px;user-select:none}.feature-card__header{align-items:center;display:flex;flex-direction:row}.feature-card__tab{background:var(--color-gray-dark);height:54px;opacity:1}.feature-card__tab,.feature-card__tab>div{border-top-left-radius:1rem;border-top-right-radius:1rem;transition:all .5s ease;width:100%}.feature-card__tab>div{bottom:0;display:block;left:0;opacity:0;position:absolute;right:0;top:0}.feature-card__header p{font-family:var(--font-family-alt);z-index:2}.feature-card__header .aux,.feature-card__header p{font-size:1.5rem;font-weight:600;letter-spacing:-6%;line-height:1;position:relative}.feature-card__header .aux{background:#3b3b3b;color:#fff;display:block;flex-basis:70px;flex-grow:1;height:100%;min-width:70px;padding:.75rem .25rem;text-align:center}.feature-card__header .aux:after{background:var(--color-dark);border-radius:0 0 0 16px;content:"";display:block;height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.feature-card__header .aux span{bottom:0;height:16px;left:0;opacity:0;position:absolute;transition:all .5s ease;width:16px;z-index:1}.feature-card__body{background:var(--color-gray-dark);flex-grow:1;padding:1.25rem clamp(1.5rem,2vw + .25rem,2.25rem) clamp(2.5rem,2.5vw + .5rem,3.5rem);text-align:center}.feature-card__body,.feature-card__body-bg{border-radius:1rem;border-top-left-radius:0}.feature-card__body-bg{bottom:0;left:0;opacity:0;position:absolute;right:0;top:0;transition:all .5s ease}.feature-card__content{align-items:center;display:flex;flex-direction:column;gap:1.75rem;padding-bottom:1rem}.feature-card__content img{display:inline-block;height:150px;width:auto}.feature-card__content h3{color:#fff;font-size:clamp(1.625rem,.5rem + 7vw,2.625rem);letter-spacing:-6%;line-height:.95;padding-top:2rem;text-transform:uppercase;transition:all .5s ease}.feature-card__content p{color:var( --color-gray);font-size:clamp(1.25rem,.5rem + 7vw,1.5rem);line-height:1.375;transition:all .5s ease}.feature-card:hover .feature-card__body-bg,.feature-card:hover .feature-card__header .aux span,.feature-card:hover .feature-card__tab,.feature-card:hover .feature-card__tab>div{opacity:1}.feature-card:hover .feature-card__content h3,.feature-card:hover .feature-card__content p{color:var(--color-gray-dark)}@media (min-width:768px){.feature-card__content img{height:168px}.feature-cards__grid{gap:2rem}}@media (min-width:1024px){.feature-cards__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}