.space-top-none{margin-top:0}
.space-top-small{margin-top:1rem}
.space-top-medium{margin-top:2rem}
.space-top-large{margin-top:3rem}
.space-bottom-none{margin-bottom:0}
.space-bottom-small{margin-bottom:1rem}
.space-bottom-medium{margin-bottom:2rem}
.space-bottom-large{margin-bottom:3rem}
.ntx-topic-card{background-color:transparent;padding:12px 0;font-family:"Montserrat",sans-serif,serif,sans-serif;max-width:100%}
.ntx-topic-card__title{font-size:18px;font-weight:600;color:#333;margin-bottom:12px}
.ntx-insight-card__content{display:flex;flex-wrap:wrap;gap:10px;overflow:hidden;max-width:100%;word-wrap:break-word;flex-direction:row}
.ntx-insight-card__category{display:inline-block;border:1px solid #adb5bd;border-radius:8px;padding:6px 14px;font-size:13px;font-weight:600;color:#2b6170;text-transform:uppercase;background-color:#fff;white-space:nowrap;transition:all .2s ease}
.ntx-insight-card__category:hover{background:#2b6170;border:1px solid #2b6170;color:#fff}
@media(max-width:600px){.ntx-insight-card__category{font-size:12px;padding:5px 10px}
}