.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__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%}}.FeatureItem{display:flex;align-items:center;gap:var(--gaps-input-medium);width:100%}.UserTypeCard{display:flex;min-width:250px;padding:var(--padding-content-regular);flex-direction:column;align-items:flex-start;width:100%;gap:var(--gaps-text-large,12px);flex:1 0;border-radius:8px;background:var(--Green,linear-gradient(180deg,#c8eae4 0,#e6fbe1 100%))}.FoundersPage{display:flex;flex-direction:column;align-items:center;gap:var(--gaps-landing-cards,100px);padding:var(--gaps-landing-blocks,100px) 0}.FoundersPage__title>*{text-align:center}@media(max-width:599px){.FoundersPage{padding:var(--gaps-landing-cards,100px) 0;gap:var(--gaps-landing-blocks,100px)}.FoundersPage .HomePage__title{padding:0 var(--gaps-content-large)}}