.gradient-cards,.gradient-cards *,.gradient-cards :after,.gradient-cards :before{box-sizing:border-box}.gradient-cards{width:100%}.gradient-cards__grid{display:grid;gap:41px;grid-template-columns:repeat(3,minmax(0,1fr));width:100%}.gradient-cards__card{align-items:flex-end;background-color:#e9f1fb;background-image:linear-gradient(180deg,rgba(18,112,209,0) 38.73%,rgba(15,59,125,.88) 74.26%),linear-gradient(0deg,#092946 11.96%,rgba(9,41,70,0) 46.53%),var(--gradient-card-image,none);background-position:50%,50%,var(--gradient-card-position,center center);background-repeat:no-repeat;background-size:cover;border-radius:28px;color:#fff;display:flex;height:468px;justify-content:space-between;min-width:0;overflow:hidden;padding:35px 30px 30px 37px;position:relative}.gradient-cards__copy{min-width:0;padding-right:18px}.gradient-cards__title{font-size:32px;font-weight:700;margin:0 0 2px}.gradient-cards__text,.gradient-cards__text p,.gradient-cards__title{color:#fff;font-family:Archivo Expanded,sans-serif;letter-spacing:0;line-height:1.08}.gradient-cards__text,.gradient-cards__text p{font-size:22px;font-weight:500}.gradient-cards__text p{margin:0}.gradient-cards__text b,.gradient-cards__text strong{font-weight:700}.gradient-cards__button{color:#fff;flex:0 0 51px;margin-left:auto;text-decoration:none}.gradient-cards__button,.gradient-cards__button-icon{align-items:center;display:inline-flex;height:51px;justify-content:center;width:51px}.gradient-cards__button-icon{background:#f15a29;border-radius:999px;line-height:1}.gradient-cards__button,.gradient-cards__button:active,.gradient-cards__button:focus,.gradient-cards__button:hover{background:transparent;border:0;box-shadow:none;color:#fff;outline:0;text-decoration:none;transform:none}.gradient-cards__button:active .gradient-cards__button-icon,.gradient-cards__button:focus .gradient-cards__button-icon,.gradient-cards__button:hover .gradient-cards__button-icon{background:#f15a29}.gradient-cards__button svg{display:block;height:14px;width:16px}@media (max-width:991px){.gradient-cards__grid{gap:28px;grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:767px){.gradient-cards__grid{gap:20px;grid-template-columns:1fr}.gradient-cards__card{height:308px;padding:24px 18px 25px}.gradient-cards__title{font-size:24px}.gradient-cards__text,.gradient-cards__text p{font-size:16px}.gradient-cards__button,.gradient-cards__button-icon{flex-basis:42px;height:42px;width:42px}}