.highlight-cards{display:grid;gap:23px;grid-template-columns:1fr}@media screen and (width >= 768px){.highlight-cards{grid-template-columns:repeat(3,1fr)}}@media screen and (width >= 768px){.highlight-cards[data-columns="4"]{grid-template-columns:repeat(4,1fr)}}.highlight-cards .highlight-card{background:linear-gradient(180deg,#f7e1ee33,#eadbf533);border:1px solid #eaecf1;border-radius:8.22px;display:flex;flex-direction:column;gap:22px;height:100%;justify-content:space-between;padding:30px}.highlight-cards .highlight-card .text-combo{align-items:flex-start;display:flex;flex-direction:column;gap:var(--size2);max-width:350px;width:100%}.highlight-cards .highlight-card .highlight-icon{height:24px;width:24px}.highlight-cards .highlight-card .highlight-screen{aspect-ratio:311 / 199;border-radius:12px;box-shadow:0 2.781px 13.907px #16115514;margin:0;overflow:hidden;position:relative;width:100%}.highlight-cards .highlight-card .highlight-screen img{height:100%;top:0;right:0;bottom:0;left:0;position:absolute;width:100%}.highlight-cards .highlight-card .highlight-title{font-size:var(--font-md);font-weight:500;line-height:1.2em;padding-right:20px}@media screen and (width >= 768px){.highlight-cards .highlight-card .highlight-title{font-size:var(--font-xl)}}.highlight-cards .highlight-card .highlight-description{color:#383d48;font-size:var(--font-xxs);line-height:140%;text-align:left}@media screen and (width >= 768px){.highlight-cards .highlight-card .highlight-description{font-size:var(--font-sm)}}.highlight-cards .highlight-card .link-arrow{font-size:var(--font-md);line-height:140%}.highlight-cards[data-offset=true] .highlight-card{padding:30px 0 0 30px}.highlight-cards[data-offset=true] .highlight-card .highlight-screen{border:.926px solid rgb(0 0 0 / 10%);border-radius:12px 0 0 12px}.highlight-cards[data-cards-bg=blue] .highlight-card{background:#f2f5fd}
