.formLayout{min-height:100vh;min-height:100dvh;padding:8px;background:var(--Gray-100,#f2f3f5)}.formLayout,.formLayout__children{display:flex;justify-content:center;align-items:flex-start}.formLayout__children{max-width:var(--MaxW-S,720px);padding:120px 0;gap:8px;flex:1 0 0;align-self:stretch;border-radius:16px;background:var(--whites-opacity-100,#fff)}@media(max-width:765px){.formLayout__children{padding:24px;max-width:100%;width:100%}}.valueProposal{display:flex;padding:8px;flex-direction:column;justify-content:center;align-items:center;gap:48px;flex:1 0 0;align-self:stretch}@media(max-width:979px){.valueProposal{display:none}}.valueProposal__content{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:24px;width:482px;height:430px}.valueProposal__image{width:100%;height:auto;max-width:100%;max-height:100%;object-fit:contain}.valueProposal__description{align-self:stretch;color:var(--Gray-800,#282e32);text-align:center}.valueProposal__title{font-size:22px;font-weight:500;line-height:28px}.valueProposal__body,.valueProposal__title{font-style:normal;color:var(--Gray-800,#282e32)}.valueProposal__body{font-size:20px;font-weight:400;line-height:30px;letter-spacing:-.2px}