.benefits-cards{padding:64px 0}@media only screen and (max-width:767px){.benefits-cards{padding:32px 0}}.benefits-cards__wrap{margin:0 auto;text-align:center;position:relative}.benefits-cards__title.g-block-title{margin-bottom:0}.benefits-cards__description{max-width:680px;margin:0 auto}.benefits-cards__description.g-block-description{margin-top:16px}.benefits-cards__description.g-block-description p{color:currentColor !important;margin:0}.benefits-cards__items{margin-top:48px;display:grid;--benefits-cards-columns: 5;--benefits-cards-gap: 32px;grid-template-columns:repeat(var(--benefits-cards-columns), 1fr);gap:var(--benefits-cards-gap);justify-items:center}@media only screen and (max-width:1024px){.benefits-cards__items{gap:var(--benefits-cards-gap)}}@media only screen and (max-width:991px){.benefits-cards__items{grid-template-columns:repeat(2, 1fr);gap:20px !important}}@media only screen and (max-width:767px){.benefits-cards__items{grid-template-columns:repeat(1, 1fr);margin-top:24px}}.benefits-cards__item{background:var(--benefits-cards-card-bg, #ffffff);color:#061431;border-radius:16px;padding:28px 27px 40px;width:100%;box-shadow:10px 20px 30px 0 rgba(6, 20, 49, 0.1);display:flex;gap:16px;text-align:left;opacity:0;transform:translateY(28px);animation:benefits-cards-fade-up 0.8s ease-out forwards}@media only screen and (max-width:991px){.benefits-cards__item{padding:28px}}@media only screen and (max-width:767px){.benefits-cards__item{min-height:auto;padding:20px}}.benefits-cards__item:nth-child(1){animation-delay:0.08s}.benefits-cards__item:nth-child(2){animation-delay:0.16s}.benefits-cards__item:nth-child(3){animation-delay:0.24s}.benefits-cards__item:nth-child(4){animation-delay:0.32s}.benefits-cards__item:nth-child(5){animation-delay:0.4s}.benefits-cards__item:nth-child(6){animation-delay:0.48s}.benefits-cards__item:nth-child(7){animation-delay:0.56s}.benefits-cards__item:nth-child(8){animation-delay:0.64s}.benefits-cards__item:nth-child(9){animation-delay:0.72s}.benefits-cards__item:nth-child(10){animation-delay:0.8s}.benefits-cards__item:nth-child(11){animation-delay:0.88s}.benefits-cards__item:nth-child(12){animation-delay:0.96s}.benefits-cards__item--icon{flex:0 0 56px;width:56px;height:56px;display:flex;align-items:center;justify-content:center;border-radius:14px;background:var(--benefits-cards-icon-bg, rgba(71, 111, 255, 0.1))}.benefits-cards__item--icon-image{width:28px;height:28px;object-fit:contain}.benefits-cards__item--content{display:flex;flex-direction:column;gap:8px}@keyframes benefits-cards-fade-up{0%{opacity:0;transform:translateY(28px)}100%{opacity:1;transform:translateY(0)}}.benefits-cards__item-title{margin:0;margin-bottom:0;font-size:18px;font-weight:500;line-height:1.5}.benefits-cards__item-description p{margin:0;font-size:14px;color:#64748B;line-height:22.4px;font-weight:400}@media only screen and (max-width:767px){.benefits-cards__item-description p{text-wrap:balance}}@media only screen and (max-width:767px){.benefits-cards__item-description{font-size:13px}}