.cards__grid{display:flex;flex-wrap:wrap;gap:10px}.cards__grid--align-left{justify-content:flex-start}.cards__grid--align-center{justify-content:center}.cards__grid--align-right{justify-content:flex-end}.cards__grid .card{flex:0 0 calc(33.33333% - 6.66667px)}.cards__grid.cards__cards--one .card{flex:0 0 100%}.cards__grid.cards__cards--two .card{flex:0 0 calc(50% - 5px)}.cards__grid.cards__cards--three .card{flex:0 0 calc(33.33333% - 6.66667px)}.cards__grid.cards__cards--four .card{flex:0 0 calc(25% - 7.5px)}.card{background:#fff;border-radius:16px;box-shadow:0 0 48px rgba(0,0,0,.03);display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;padding:20px}.cards__body{margin-bottom:40px;padding-left:16px;padding-right:16px}.cards__body--left{text-align:left}.cards__body--center{align-items:center;display:flex;flex-direction:column;text-align:center}.cards__body--right{align-items:flex-end;display:flex;flex-direction:column}.cards__body--left{align-items:flex-start;display:flex;flex-direction:column}.cards__body .tag{background-color:#fff;color:rgba(34,34,34,.5);width:fit-content}.cards__body .tag,.cards__body h2{text-transform:uppercase}.card__image-wrapper{align-items:center;background-color:#000;border-radius:12px;display:flex;height:204px;justify-content:center;overflow:hidden;position:relative;width:100%}.card__image-wrapper>.card__icon-wrapper{position:absolute}.card__icon{align-items:center;border-radius:100%;display:flex;justify-content:center}.card__icon-wrapper .card__icon img,.card__icon-wrapper .card__icon svg{object-fit:contain}.card__image-wrapper img{display:block;height:100%;object-fit:cover;width:100%}.card__content{padding:16px}.card__actions .button{text-align:center;width:100%}.card__title-text{font-size:28px;margin-bottom:16px}.card__actions{display:flex;flex-direction:column;gap:15px}.card__icon-wrapper,.hs_cos_wrapper_type_icon{display:flex;width:100%}.card__icon-wrapper{padding:0 16px}.card__icon-wrapper.card__icon-left,.card__icon-wrapper.card__icon-left .hs_cos_wrapper_type_icon{justify-content:flex-start}.card__icon-wrapper.card__icon-right,.card__icon-wrapper.card__icon-right .hs_cos_wrapper_type_icon{justify-content:flex-end}.card__icon-wrapper.card__icon-center,.card__icon-wrapper.card__icon-center .hs_cos_wrapper_type_icon{justify-content:center}@media (max-width:768px){.cards__grid .card,.cards__grid.cards__cards--four .card,.cards__grid.cards__cards--one .card,.cards__grid.cards__cards--three .card,.cards__grid.cards__cards--two .card{flex:0 0 100%}}@media (min-width:769px) and (max-width:1024px){.cards__grid .card,.cards__grid.cards__cards--four .card,.cards__grid.cards__cards--three .card,.cards__grid.cards__cards--two .card{flex:0 0 calc(50% - 5px)}}@media (min-width:1024px){.cards{opacity:0;transform:translateY(-30px);transition:opacity .8s ease-out,transform .8s ease-out}.cards.in-view{opacity:1;transform:translateY(0)}}