.callout-card.component{background-color:#fff;color:#333}
.callout-card .callout-card__content{border-style:solid;border-width:2px;border-image:linear-gradient(90deg,#0090da 0,#a3cd4d 100%) 1;padding:25px}
.callout-card .callout-card__headline{color:#333;font-weight:700;font-size:16px;line-height:30px;letter-spacing:-0.01px;margin:0}
.callout-card .callout-card__headline p{margin:0}
.callout-card .callout-card__headline svg + p{display:inline}
.callout-card .callout-card__headline.nobody{font-family:'MetLifeCircular','Arial','Helvetica','sans-serif';font-weight:normal;font-size:26px;line-height:39px}
.callout-card .callout-card__headline.nobody b{font-weight:700}
.callout-card .callout-card__headline .icon-download2{height:16px;width:16px;color:#333;fill:#333;margin-right:8px}
.callout-card .callout-card__body{color:#000;font-size:16px;line-height:30px;letter-spacing:-0.16px;margin-top:15px}
.callout-card .callout-card__link{display:inline-flex;align-items:center;color:#007abc;font-family:'Noto Sans','Arial','Helvetica','sans-serif';font-weight:600;font-size:16px;line-height:24px;margin-top:20px}
.callout-card .callout-card__link .icon-chevron-right{height:11px;width:8px;color:#007abc;fill:none;stroke:#007abc;margin-left:8px;margin-top:3px}
@media screen and (min-width:1024px){.callout-card .callout-card__headline.nobody{font-size:36px;line-height:54px}
}
body[dir="rtl"] .callout-card .callout-card__content{border-image:linear-gradient(90deg,#a3cd4d 0,#0090da 100%) 1}
body[dir="rtl"] .callout-card .callout-card__headline .icon-download2{margin-left:8px;margin-right:initial}
body[dir="rtl"] .callout-card .callout-card__link .icon-chevron-right{margin-right:8px;margin-left:initial}