.help-hero{display:flex;background-size:cover;background-position:center bottom;background-repeat:no-repeat;border-radius:24px;}.help-hero.banner--adapt{height:auto;}.help-hero.banner--screen-height{height:100vh;}.help-hero__content{display:flex;flex-direction:column;position:relative;width:100%;height:100%;}.help-hero__text-content{width:100%;max-width:680px;padding:0 24px;}.help-hero__content--top-left,.help-hero__content--top-center,.help-hero__content--top-right{justify-content:flex-start;}.help-hero__content--middle-left,.help-hero__content--middle-center,.help-hero__content--middle-right{justify-content:center;}.help-hero__content--bottom-left,.help-hero__content--bottom-center,.help-hero__content--bottom-right{justify-content:flex-end;}.help-hero__content--top-left,.help-hero__content--middle-left,.help-hero__content--bottom-left{align-items:flex-start;}.help-hero__content--top-center,.help-hero__content--middle-center,.help-hero__content--bottom-center{align-items:center;}.help-hero__content--top-right,.help-hero__content--middle-right,.help-hero__content--bottom-right{align-items:flex-end;}.help-hero__title{margin:48px 0 16px;line-height:1.2;font-weight:700;position:relative;font-size:34px;}.help-hero__text{font-size:1.6rem;font-weight:600;color:#737391;}.animate--fade-in.scroll-trigger{opacity:0;transition:opacity 0.5s ease;}.animate--fade-in.scroll-trigger.animate--active{opacity:1;}.animate--slide-in.scroll-trigger{opacity:0;transform:translateY(30px);transition:opacity 0.5s ease,transform 0.5s ease;}.animate--slide-in.scroll-trigger.animate--active{opacity:1;transform:translateY(0);}@media screen and (min-width:750px){.help-hero{background-position:center center;border-radius:48px;}.help-hero__title{font-size:48px;line-height:58px;font-weight:600;}}