.AboutPage h1{margin-bottom:2rem}.AboutPage__video{display:flex;justify-content:center;margin-top:2.5rem}.AboutPage__video video{margin-inline:auto;max-width:900px;height:100%;width:100%}.AboutPage__cards{display:grid;grid-gap:4.5rem 3.5rem;gap:4.5rem 3.5rem;grid-template-columns:1fr 1fr;margin-block:8rem;padding-inline:3.5rem}@media only screen and (max-width:1600px){.AboutPage__cards{gap:4rem 3rem}}@media only screen and (max-width:1240px){.AboutPage__cards{gap:3.75rem 2.75rem}}@media only screen and (max-width:1000px){.AboutPage__cards{gap:4rem;display:flex;flex-direction:column}}@media only screen and (max-width:820px){.AboutPage__cards{padding-inline:2.5rem;margin-block:6.5rem}}@media only screen and (max-width:600px){.AboutPage__cards{padding-inline:1.75rem;margin-block:4.5rem}}@media only screen and (max-width:440px){.AboutPage__cards{padding-inline:.5rem;margin-block:3.5rem}}.AboutPage__cards-actions{align-items:flex-start;display:flex;justify-content:center}.AboutPage__cards-actions--doc{grid-row:span 3;height:100%;width:100%;display:flex;align-items:flex-start}.AboutPage__cards-actions--doc img{object-fit:contain;width:100%}@media only screen and (max-width:1240px){.AboutPage__cards-actions--doc{grid-row:6;grid-column-start:1;grid-column-end:3}}@media only screen and (max-width:820px){.AboutPage__cards-actions--doc{order:10}}.AboutPage__numbers{align-items:center;display:flex;flex-direction:column;margin-bottom:8rem}@media only screen and (max-width:820px){.AboutPage__numbers{margin-bottom:6rem}}.AboutPage__numbers-item{align-items:center;display:flex;text-transform:uppercase;gap:1.25rem}@media only screen and (max-width:820px){.AboutPage__numbers-item{flex-direction:column}}.AboutPage__numbers-list{align-items:center;display:flex;flex-direction:column;font-size:32px;font-weight:600;gap:4rem;margin-top:5rem}@media only screen and (max-width:1600px){.AboutPage__numbers-list{font-size:28px}}@media only screen and (max-width:1240px){.AboutPage__numbers-list{font-size:26px}}@media only screen and (max-width:1000px){.AboutPage__numbers-list{font-size:22px;margin-top:4rem}}@media only screen and (max-width:820px){.AboutPage__numbers-list{font-size:20px;margin-top:3rem}}@media only screen and (max-width:600px){.AboutPage__numbers-list{font-size:16px}}@media only screen and (max-width:440px){.AboutPage__numbers-list{font-size:14px}}.AboutPage__numbers-value{background-color:var(--neutral-color);display:inline-block;font-size:44px;font-weight:700;padding:.1em .35em;text-transform:lowercase}@media only screen and (max-width:1600px){.AboutPage__numbers-value{font-size:40px}}@media only screen and (max-width:1240px){.AboutPage__numbers-value{font-size:38px}}@media only screen and (max-width:1000px){.AboutPage__numbers-value{font-size:32px}}@media only screen and (max-width:820px){.AboutPage__numbers-value{font-size:30px}}@media only screen and (max-width:600px){.AboutPage__numbers-value{font-size:26px}}@media only screen and (max-width:440px){.AboutPage__numbers-value{font-size:20px}}.AboutPage__promo-2{display:flex;justify-content:center;margin-top:5rem;position:relative}@media only screen and (max-width:1600px){.AboutPage__promo-2{margin-top:4rem}}@media only screen and (max-width:1240px){.AboutPage__promo-2{margin-top:3rem;margin-bottom:16rem}}@media only screen and (max-width:600px){.AboutPage__promo-2{margin-top:2rem;margin-bottom:6rem}}.AboutPage__promo-2-title{align-items:flex-start;color:var(--text-anti-color);display:flex;flex-direction:column;gap:3rem;max-width:80em;padding:3rem;text-align:center}@media only screen and (max-width:1000px){.AboutPage__promo-2-title{max-width:none}}@media only screen and (max-width:820px){.AboutPage__promo-2-title{padding-inline:0}}.AboutPage__promo-2-title h2{font-weight:700}@media only screen and (max-width:820px){.AboutPage__promo-2-title h2{font-size:30px}}@media only screen and (max-width:600px){.AboutPage__promo-2-title h2{font-size:28px}}.AboutPage__adv{align-items:center;display:flex;flex-direction:column;font-size:24px;gap:2rem;margin-bottom:6rem;padding:2.5em}@media only screen and (max-width:820px){.AboutPage__adv{align-items:flex-start;padding:initial;margin-top:14rem}.AboutPage__adv .AdvantageItem{width:100%;display:grid;grid-template-columns:1fr 64px;grid-gap:1rem;gap:1rem}.AboutPage__adv .AdvantageItem:after{height:64px;width:64px;background-size:contain}}@media only screen and (max-width:600px){.AboutPage__adv{margin-top:8rem}}.AboutPage__adv h3{border-radius:4px;border:2px solid var(--neutral-color-dark);font-size:28px;font-weight:700;text-transform:uppercase}.AboutPage__adv-list{display:flex;flex-wrap:wrap;justify-content:center;gap:4rem;margin-top:3.5rem;width:100%}@media only screen and (max-width:820px){.AboutPage__adv-list{align-items:flex-start;display:flex;flex-direction:column;text-align:left;margin-top:2.5rem}.AboutPage__adv-list .AdvantageItem__label{font-size:20px;text-align:left}}@media only screen and (max-width:600px){.AboutPage__adv-list .AdvantageItem__label{font-size:18px}}@media only screen and (max-width:440px){.AboutPage__adv-list .AdvantageItem__label{font-size:16px}}.AboutPage__why{align-items:center;display:flex;flex-direction:column;margin-bottom:9rem}@media only screen and (max-width:600px){.AboutPage__why{margin-bottom:7rem}}.AboutPage__why h2{text-align:center}.AboutPage__why-list{display:grid;grid-gap:2.5rem;gap:2.5rem;grid-template-columns:repeat(3,1fr);justify-content:center;margin-top:3rem;text-transform:uppercase;margin-inline:auto;width:100%}@media only screen and (max-width:820px){.AboutPage__why-list{align-items:center;display:flex;flex-direction:column;gap:4rem;margin-top:2rem}}.AboutPage__why img{overflow:hidden;max-width:100%}.AboutPage__why-item{align-items:center;display:flex;flex-direction:column;font-size:20px;font-weight:600;gap:1.5rem;margin:auto;text-align:center;height:100%}@media only screen and (max-width:1600px){.AboutPage__why-item{font-size:18px}}@media only screen and (max-width:1240px){.AboutPage__why-item{font-size:16px}}@media only screen and (max-width:440px){.AboutPage__why-item{font-size:14px}}@media only screen and (max-width:340px){.AboutPage__why-item{font-size:13px}}.AboutPage__why-image{align-items:flex-end;display:flex;height:100%;width:100%}.AboutPage__why-title{align-items:center;display:flex;min-height:2.5em;padding-inline:3em}.AboutPage__image{display:flex;width:100%;justify-content:center}.AboutPage__image img{height:auto;max-height:100%;max-width:842px;width:100%}