@layer components-shared{.form{display:grid;row-gap:48px}@media screen and (max-width:767.98px){.form{gap:32px}}.form__controls{display:grid;grid-template-columns:repeat(2,1fr);gap:48px 16px}@media screen and (max-width:767.98px){.form__controls{grid-template-columns:1fr;gap:32px}}.form__controls:has(.form__checkbox-controls) .textarea{margin-top:0}.form__controls-wrapper{display:flex;justify-content:space-between;grid-column:-1/1}@media screen and (max-width:767.98px){.form__controls-wrapper{flex-direction:column;row-gap:24px}}.form__checkbox-controls{display:flex;-moz-column-gap:36px;column-gap:36px}@media screen and (max-width:767.98px){.form__checkbox-controls{-moz-column-gap:20px;column-gap:20px}}.form__control_wide{grid-column:-1/1}.form__agreement{display:grid;row-gap:19px}@media screen and (max-width:767.98px){.form{row-gap:24px}}}@layer components-shared{.team-card{width:386px;cursor:pointer;background-color:var(--white-5)}.team-card:hover{opacity:.8}.team-card__wrapper{display:flex;align-items:center;-moz-column-gap:16px;column-gap:16px;padding-block:8px;padding-inline:8px 16px}.team-card img{width:96px;height:96px}@media screen and (max-width:767.98px){.team-card img{width:64px;height:64px}}.team-card__wrapper-text{display:grid}.video-banner{position:relative;width:100%;aspect-ratio:2;cursor:pointer}.video-banner__poster{-o-object-fit:cover;object-fit:cover}.video-banner__button{position:absolute;top:32px;left:32px;display:flex;align-items:center;padding-inline:12px;width:-moz-fit-content;width:fit-content;height:40px;border-radius:8px;background-color:var(--white-10);-moz-column-gap:8px;column-gap:8px;-webkit-backdrop-filter:blur(40px);backdrop-filter:blur(40px)}.video-banner__button span{display:flex;align-self:end}.video-banner__button svg{color:var(--white)}}@layer components-shared{@media screen and (max-width:767.98px){.video-banner__button{top:8px;left:8px;height:36px}}.video-banner__modal-content{position:relative;display:flex;align-items:center;justify-content:center;height:100%;padding-bottom:80px}.video-banner__modal-content iframe{height:100%}.video-banner__video-player{position:relative;display:block;width:100%;height:auto;max-height:calc(100vh - 160px)}.video-banner__video-player-button{position:absolute;top:calc(50% - 40px);left:50%;transform:translate(-50%,-50%)}}