section#kpi-cards{align-items:center;background-color:var(--cube-off-blue);background-repeat:no-repeat;display:flex;flex-flow:column;padding:112px 0}section#kpi-cards div.data{display:grid;gap:20px 45px;grid-template-columns:repeat(auto-fit,minmax(0,1fr));margin:0 0 45px}section#kpi-cards div.data h3.title{font-family:var(--headline-font);font-size:38px;font-weight:300;justify-self:center;line-height:130%;margin:0;max-width:780px;text-align:center;text-transform:uppercase}section#kpi-cards div.data.full h3.title{justify-self:start;text-align:left}section#kpi-cards div.data p.description,section#kpi-cards div.data p.description-2{font-family:var(--headline-font);font-size:18px;font-style:normal;font-weight:400;line-height:150%;margin:0}section#kpi-cards div.card-container{display:flex;flex-flow:wrap;gap:32px 24px;justify-content:center}section#kpi-cards div.card-container div.card{align-content:center;background:var(--cube-white);border-left:6px solid var(--Cube-Light-Green,#70cf98);border-radius:8px;box-shadow:0 3px 8px 0 rgba(0,0,0,.1);padding:16px 16px 16px 53px;width:100%}section#kpi-cards div.card-container div.card.short{max-width:300px}section#kpi-cards div.card-container div.card.long{max-width:420px}section#kpi-cards div.card-container div.card p{font-family:var(--headline-font);font-size:17px;font-style:normal;font-weight:700;line-height:150%;margin:0;padding:0;position:relative}section#kpi-cards div.card-container div.card p:after{background-image:url(https://8159624.fs1.hubspotusercontent-na1.net/hubfs/8159624/Cube%20Website%20-%202025/Icons/check-circle%201.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";height:40px;left:-45px;position:absolute;top:50%;transform:translatey(-50%);width:40px}@media (max-width:700px){section#kpi-cards{padding:80px 0 48px}section#kpi-cards div.data{grid-template-columns:1fr}section#kpi-cards h3.title{font-size:30px}section#kpi-cards div.card-container{gap:16px}section#kpi-cards div.card-container div.card p{font-size:16px}}