.VideoSection{display:flex;padding:var(--gaps-landing-big) var(--gaps-content-default);flex-direction:column;justify-content:center;align-items:center;gap:var(--gaps-content-large);width:100%;max-width:1286px;margin:0 auto}.VideoSection__placeholder{width:100%;aspect-ratio:16/9;max-width:900px;background:var(--color-surface-secondary);border-radius:var(--border-radius-medium)}.VideoSection__header{text-align:center}.VideoSection__desc{text-align:center;max-width:875px}.VideoSection__button{width:346px;height:60px}@media(max-width:1023px){.VideoSection{padding:0 var(--gaps-content-default)}}@media(min-width:1023px)and (max-width:1286px){.VideoSection{padding:var(--gaps-landing-big) var(--gaps-content-large)}}@media(max-width:1023px){.VideoSection__button{width:100%;height:60px}.VideoSection__button_section{width:100%}}