.about-us-hero{padding:1rem;display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem;align-items:stretch}@media only screen and (max-width:991px){.about-us-hero{grid-template-columns:1fr}}.about-us-hero__left-column{padding:7.5rem 13.5rem;display:flex;flex-direction:column;gap:1rem;border-radius:24px;background:linear-gradient(to bottom,#010157,#202883);opacity:0;transform:translate(-.5rem);transition:opacity .6s ease,transform .6s ease}@media only screen and (max-width:1399px){.about-us-hero__left-column{padding:6rem}}@media only screen and (max-width:1199px){.about-us-hero__left-column{padding:4rem}}@media only screen and (max-width:767px){.about-us-hero__left-column{padding:4rem 2rem}}@media only screen and (max-width:575px){.about-us-hero__left-column{padding:3rem 1rem}}.about-us-hero__callout{background:#f4f6fb;font-size:.875rem;padding:.25rem .75rem;border-radius:65px;width:fit-content;color:#111827}.about-us-hero__heading{color:#fff;font-size:2.75rem}.about-us-hero__heading{font-size:28px}@media screen and (min-width:360px){.about-us-hero__heading{font-size:calc(28px + 16 * (100vw - 360px) / 1080)}}@media screen and (min-width:1440px){.about-us-hero__heading{font-size:44px}}.about-us-hero__text{font-size:1.125rem;color:#ffffffbf}.about-us-hero__right-column{display:flex;flex-direction:column;gap:.5rem;height:100%;min-height:0;opacity:0;transform:translate(.5rem);transition:opacity .6s ease,transform .6s ease}.about-us-hero__left-column.visible,.about-us-hero__right-column.visible{opacity:1;transform:translate(0)}.about-us-hero__image-wrapper{flex:1;position:relative;min-height:0;width:100%}.about-us-hero__image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;border-radius:24px}.about-us-hero__stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem;flex-shrink:0}@media only screen and (max-width:767px){.about-us-hero__stats-grid{grid-template-columns:1fr}}.about-us-hero__grid-item{background:#4f5bd5;border-radius:24px;padding:2rem 3rem;text-align:center}.about-us-hero__caption,.about-us-hero__number{color:#fff}.about-us-hero__number{font-size:2rem;font-weight:800;line-height:1.3;white-space:nowrap}
