.video-wall-module{position:relative;min-height:916px;display:flex;align-items:end;background-color:var(--color-background)}.video-wall-module .video-feed-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;overflow:hidden;container-type:size}.video-wall-module .background-video{width:100%;height:100%;object-fit:cover;display:block}.video-wall-module .video-wall-container{position:relative;z-index:3}.video-wall-module .video-wall-card{background:var(--color-secondary);color:var(--color-on-secondary);border-radius:16px;padding:2rem 3rem;max-width:800px}.video-wall-module .card-top-row{display:flex;align-items:end;justify-content:space-between;gap:2rem;margin-bottom:2rem}.video-wall-module .card-left-info{flex:1}.video-wall-module .brand-logo-img{max-height:40px;width:auto;display:block;margin-bottom:1.5rem}.video-wall-module .card-btn-wrapper{flex-shrink:0}.video-wall-module .card-divider{border:none;border-top:1px solid #d3d3d3;margin-bottom:2rem}.video-wall-module .stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1.5rem}.video-wall-module .stat-item{display:flex;flex-direction:column;min-width:0}.video-wall-module .stat-value-display{font-weight:800;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.video-wall-module .counter-number{display:inline-block;font-size:1.75rem}.video-wall-module .stat-label{margin-top:.25rem}@media (max-width:991px){.video-wall-module{min-height:unset;aspect-ratio:1}.video-wall-module .video-wall-card{margin-top:8rem}}@media (max-width:768px){.video-wall-module{aspect-ratio:unset}.video-wall-module .card-top-row{flex-direction:column;align-items:flex-start;gap:1rem}.video-wall-module .card-btn-wrapper{width:100%}.video-wall-module .cta-btn{width:100%;display:flex;justify-content:center}}