.statistics-bar{width:100%;display:grid;grid-template-columns:1fr 1fr;justify-content:space-between;align-items:center;background:var(--color-surface-content);padding:42px}.statistics-bar--content{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:24px;width:100%}.statistics-bar--stat{display:flex;flex-direction:row;align-items:center;gap:12px}.statistics-bar--label,.statistics-bar--value{background:var(--background-gradient);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-family:Siemens Sans Black;font-size:var(--font-size-4xl);font-weight:400;line-height:var(--line-height-xl);letter-spacing:-.96px}.statistics-bar--video-container{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px}.statistics-bar--video-label{color:var(--color-text-placeholder);text-align:center;text-transform:capitalize}.statistics-bar--video{justify-self:flex-end;max-width:min(100%,600px);max-height:100%;overflow:hidden}@media (max-width:768px){.statistics-bar{grid-template-columns:1fr;gap:24px;padding:20px 16px}.statistics-bar--content{gap:16px}.statistics-bar--stat{justify-content:center;gap:8px}.statistics-bar--label,.statistics-bar--value{font-size:var(--font-size-2xl);line-height:36px;letter-spacing:-.5px}.statistics-bar--video{justify-self:center;max-width:100%;max-height:240px}}