.teams-video{justify-content:center;padding:0 40px;display:flex}.teams-video__container{border-radius:16px;width:100%;max-width:1136px;transition:transform .6s cubic-bezier(.25,.46,.45,.94);position:relative;overflow:hidden;transform:scale(.95);box-shadow:0 1px 2px #0003}.teams-video__container--visible{transform:scale(1)}.teams-video__bg{object-fit:cover;z-index:0}.teams-video__video{z-index:1;object-fit:cover;width:100%;height:auto;display:block;position:relative}.teams-video__play{color:#fff;cursor:pointer;z-index:3;background:#2563eb;border:none;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;transition:all .25s;display:flex;position:absolute;top:50%;left:50%;overflow:hidden;transform:translate(-50%,-50%);box-shadow:0 4px 20px #2563eb66}.teams-video__play-label{font-family:var(--font-inter),sans-serif;white-space:nowrap;opacity:0;max-width:0;font-size:14px;font-weight:600;transition:max-width .25s,opacity .2s;overflow:hidden}.teams-video__container:hover .teams-video__play-label{opacity:1;max-width:150px}.teams-video__container:hover .teams-video__play{border-radius:28px;gap:8px;width:auto;padding:0 20px}@media (max-width:1199px){.teams-video{padding:0 24px}.teams-video__play{width:48px;height:48px}}@media (max-width:799px){.teams-video{padding:0 24px}.teams-video__container{border-radius:12px}.teams-video__play{width:44px;height:44px}.teams-video__play-label{display:none}}
