.featured-cards-dark{--fc-font:"Poppins",sans-serif;--fc-color-title:#131319;--fc-color-body:#465161;--fc-color-eyebrow:#9995ab;--fc-color-link:#2c45dc;--fc-color-border:#ebeaee;--fc-heading-line:55px;--fc-title-size:28px;--fc-title-line:36px;--fc-body-size:16px;--fc-body-line:28px;--fc-eyebrow-size:14px;--fc-eyebrow-line:16px;--fc-link-size:14px;--fc-link-line:16px;--fc-card-radius:12px;--fc-card-padding:32px;--fc-grid-gap:24px;--fc-header-margin:96px}.enabled-divider{text-align:center}.enabled-divider svg{max-width:1272px;width:100%}.featured-cards-dark__header{margin-bottom:var(--fc-header-margin)}.featured-cards-dark__header h2,.featured-cards-dark__header h3,.featured-cards-dark__header h4{letter-spacing:-.16px;line-height:var(--fc-heading-line);margin:0 0 20px}.cards-grid{display:grid;gap:var(--fc-grid-gap)}.cards-grid.two-cols{grid-template-columns:repeat(2,1fr)}.cards-grid.three-cols{grid-template-columns:repeat(3,1fr)}.cards-grid.four-cols{grid-template-columns:repeat(4,1fr)}.feature-card{border:1px solid var(--fc-color-border);border-radius:var(--fc-card-radius);box-sizing:border-box;display:flex;flex-direction:column;padding:var(--fc-card-padding);transition:all .3s cubic-bezier(0,0,.5,1)}.feature-card:hover{box-shadow:2px 4px 16px #00000029;transform:scale3d(1.01,1.01,1.01)}.feature-card__content{display:flex;flex-direction:column;height:100%}.featured--description{margin:0 auto;max-width:620px}.featured--description,.featured--description p{font-family:var(--fc-font);font-size:18px;font-weight:400;letter-spacing:0;line-height:28px;text-align:center}.featured--description p{color:#465161;margin:0}.feature-card__icon{align-items:center;display:inline-flex;flex:0 0 auto;justify-content:flex-start;margin-bottom:30px}.feature-card__eyebrow{color:var(--fc-color-eyebrow);font-family:var(--fc-font);font-size:var(--fc-eyebrow-size);font-weight:500;letter-spacing:.56px;line-height:var(--fc-eyebrow-line);margin:0 0 15px;text-transform:uppercase}.feature-card__title{color:var(--fc-color-title);font-family:var(--fc-font);font-size:var(--fc-title-size);font-weight:500;letter-spacing:0;line-height:var(--fc-title-line);margin:0 0 12px}.feature-card__text.mb-24{margin:0 0 24px}.feature-card__text p{color:var(--fc-color-body);font-family:var(--fc-font);font-size:var(--fc-body-size);font-weight:400;line-height:var(--fc-body-line)}.feature-card__links-wrapper{margin-top:auto}.feature-card__link{align-items:center;align-self:stretch;color:var(--fc-color-link);display:flex;font-family:var(--fc-font);font-size:var(--fc-link-size);font-weight:500;justify-content:space-between;letter-spacing:0;line-height:var(--fc-link-line);transition:all .3s ease}.cards-grid.three-cols .feature-card__link,.cards-grid.two-cols .feature-card__link{gap:12px;justify-content:flex-start}.feature-card__link:not(:last-child){margin-bottom:12px}@media (max-width:1024px){.cards-grid.four-cols,.cards-grid.three-cols,.cards-grid.two-cols{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.featured-cards-dark{--fc-heading-line:34px;--fc-title-size:20px;--fc-title-line:28px;--fc-header-margin:50px}.featured-cards-dark__header h2,.featured-cards-dark__header h3,.featured-cards-dark__header h4{font-size:28px;line-height:36px}.featured-cards-dark__header br{display:none}}@media (max-width:640px){.cards-grid.four-cols,.cards-grid.three-cols,.cards-grid.two-cols{grid-template-columns:1fr}}