.highlighted-link--global{background-color:#fff}
.highlighted-link--textParent{text-align:center;display:flex;justify-content:center}
.highlighted-link--componentsParent{display:flex;flex-wrap:wrap;justify-content:center;gap:10px}
.highlighted-link--componentsParent::after{content:'';grid-column:span 4}
.highlighted-link--textParent>div{font-family:FSEmeric Regular;color:#004571;margin:0;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;flex-direction:column}
.highlighted-link--text1Parent{display:flex;flex-direction:row;align-items:center;justify-content:center;margin-top:1rem}
.highlighted-link--textParent>div>p{margin-top:1.2rem}
.highlightedCard--global{display:flex;flex-direction:column;max-width:237px;background-color:white;height:auto;flex:0 1 calc(5%);box-sizing:border-box;margin:10px}
.highlightedCard--global .highlightedCard--cardParent{height:100%;display:flex;flex-direction:column}
.highlightedCard--titleParent{max-width:237px}
.highlightedCard--link{font-family:FSEmeric Semibold;font-weight:700;color:#004571;text-decoration:none;overflow-wrap:break-word}
.highlightedCard--link:hover{text-decoration:underline}
.highlightedCard--link:hover{color:#00213b}
.highlightedCard--link:not(:first-child){margin-top:1rem}
.highlightedCard--cardParent{background-color:#f2f5f8;border-radius:24px;min-height:200px;padding:0 2rem .2rem 2rem}
.highlightedCard--linkParent{text-align:center;margin-top:1rem;display:flex;flex-direction:column}
.highlightedCard--textParent{text-align:center;height:auto;width:10rem;color:#00213b;font-family:FSEmeric Regular;color:#004571;margin-top:auto}
.highlightedCard--iconParent{width:100%;display:flex;align-items:center;justify-content:center;text-align:center;height:72px}
.highlightedCard--title{color:#004571;font-family:FSEmeric Semibold;line-height:18px;margin-top:0;margin-bottom:0;text-align:center;font-size:16px;height:48px;font-weight:600}
.highlightedCard--textParent>p{color:#004571;font-family:FSEmeric Regular;font-weight:300;line-height:22.8571px;text-align:center}
.highlightedCard--icon{font-size:36px;color:#004571;margin-top:1.5rem;display:flex}
.highlightedCard--image{width:2.8rem;height:2.8rem}
@media(max-width:480px){.highlightedCard--global{width:45%;height:auto;flex:0 1 calc(30%);box-sizing:border-box;margin:0}
.highlightedCard--cardParent{display:flex;flex-direction:column;align-items:center;padding:0 10px 20px 8px}
.highlightedCard--linkParent{width:7rem;margin-top:.5rem;margin-bottom:.5rem}
.highlightedCard--textParent{font-size:14px;max-width:100%}
.highlighted-link--textParent{font-size:15px}
}