@keyframes evaporate{0%{opacity:0;transform:translateY(200%)}50%{opacity:1}to{opacity:0;transform:translateY(0)}}.stacked-stat-wrapper{position:relative}@media screen and (max-width:767px){.stacked-stat{box-shadow:0 4px 10px rgba(0,0,0,.025),0 4px 40px rgba(0,0,0,.125)}}@media screen and (min-width:768px){.stacked-stat-wrapper:before{background:linear-gradient(-20deg,#0e38fc,#eea88e 50%,#79dbf1);border-radius:var(--gradient-blur);content:"";filter:blur(var(--gradient-blur));height:95%;left:2.5%;opacity:.5;position:absolute;top:2.5%;width:95%}}.stacked-stat{border-radius:8px;display:flex;flex-direction:column;justify-content:space-between;padding:60px 30px;position:relative;text-align:center}.stacked-stat:not(.stacked-stat--featured){background:#fff}.stacked-stat--featured{color:#fff!important;overflow:hidden;z-index:1}.stacked-stat--featured .stacked-stat__percentage{color:#fff!important;font-size:var(--h1-font-size)}.stacked-stat--featured .stacked-stat__arrow{color:#fff!important}@media screen and (max-width:767px){.stacked-stat{margin:0 5vw}.stacked-stat--featured{margin:-15px 0}}@media screen and (min-width:768px){.stacked-stat--featured{margin:0 -50px;padding:90px 60px}}.stacked-stat__percentage{color:var(--cf-color-blue);font-size:var(--h2-font-size);letter-spacing:-.03em;margin:0 0 3px;position:relative}.stacked-stat__arrows{display:flex;flex-direction:column;justify-content:flex-start;left:10%;position:absolute;top:-15%;width:80%}.stacked-stat__arrow{animation-duration:3s;animation-iteration-count:infinite;animation-name:evaporate;animation-timing-function:linear;color:var(--cf-color-blue);font-weight:500;opacity:0;padding:0 15px}.stacked-stat__arrow:first-child{align-self:center}.stacked-stat__arrow:nth-child(2){align-self:flex-end;animation-delay:2s;color:#eea88e;margin-right:15px}.stacked-stat__arrow:nth-child(3){align-self:flex-start;animation-delay:1s;color:#79dbf1}.stacked-stat__arrow:nth-child(4){align-self:flex-end;animation-delay:1.5s}.stacked-stat__arrow:nth-child(5){align-self:flex-start;animation-delay:2.75s;color:#eea88e;margin-left:15px}.stat{align-items:center;border:1px solid rgba(0,0,0,.1);border-radius:4px;display:flex;justify-content:space-between;margin-bottom:16px;padding:16px 24px}.stat__percentage{margin:4px 12px 0 0;position:relative}.stat__text{line-height:1.3;position:relative;text-align:right}