.cta-cards{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:8px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.cta-cards .cta-item{background:var(--theme-container-bg);grid-template-columns:32px 1fr;display:grid;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:8px;-webkit-box-flex:0;-ms-flex:0 1 calc(20% - 8px);flex:0 1 calc(20% - 8px);gap:8px;min-height:60px;padding:8px;--items-per-row:3}.cta-cards .cta-item .title{font-size:14px;margin:0;font-weight:600}.cta-cards .cta-item a{font-size:14px;text-decoration:none;color:var(--theme-accent-color)}.cta-cards .cta-item a:hover{text-decoration:underline}@media screen and (max-width:920px){.cta-cards .cta-item{-webkit-box-flex:0;-ms-flex:0 1 calc(33.3333333333% - 8px);flex:0 1 calc(33.3333333333% - 8px)}}@media screen and (max-width:500px){.cta-cards .cta-item{-webkit-box-flex:1;-ms-flex:1;flex:1}.cta-cards{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}