.m-hero-section{color:rgba(var(--color-foreground))}.m-hero-section .container-full{padding-left:0;padding-right:0}.m-hero-section__container{position:relative}.m-hero-section__image,.m-hero-section .m-placeholder-wrapper{height:var(--hero-height);overflow:hidden;position:relative;pointer-events:auto}@media screen and (max-width: 767px){.m-hero-section__image,.m-hero-section .m-placeholder-wrapper{aspect-ratio:1/1}}.m-hero-section__image:not(.m-hero-section__image--full-screen) img,.m-hero-section__image:not(.m-hero-section__image--full-screen) svg,.m-hero-section .m-placeholder-wrapper:not(.m-hero-section__image--full-screen) img,.m-hero-section .m-placeholder-wrapper:not(.m-hero-section__image--full-screen) svg{position:absolute;top:0;left:0;bottom:0;right:0;width:100%;object-fit:cover;height:100%;object-position:center}.m-hero-section__image img,.m-hero-section__image svg,.m-hero-section .m-placeholder-wrapper img,.m-hero-section .m-placeholder-wrapper svg{width:100%;height:100%;object-fit:cover}.m-hero-section__image--small,.m-hero-section .m-placeholder-wrapper--small{--hero-height: 290px}.m-hero-section__image--medium,.m-hero-section .m-placeholder-wrapper--medium{--hero-height: 360px}.m-hero-section__image--large,.m-hero-section .m-placeholder-wrapper--large{--hero-height: 420px}.m-hero-section__image--full-screen,.m-hero-section .m-placeholder-wrapper--full-screen{--hero-height: 100vh}@media screen and (min-width: 768px){.m-hero-section__image--small,.m-hero-section .m-placeholder-wrapper--small{--hero-height: 420px}.m-hero-section__image--medium,.m-hero-section .m-placeholder-wrapper--medium{--hero-height: 560px}.m-hero-section__image--large,.m-hero-section .m-placeholder-wrapper--large{--hero-height: 720px}.m-hero-section__image--full-screen,.m-hero-section .m-placeholder-wrapper--full-screen{--hero-height: 100vh}}.m-hero-section__content{position:absolute;left:0;top:0;bottom:0;right:0;width:100%;height:100%;display:flex;pointer-events:none}.m-hero-section__content--h1{--heading-spacing: 12px;--description-spacing: 12px;--button-spacing: 20px}@media screen and (min-width: 768px){.m-hero-section__content--h1{--heading-spacing: 20px;--description-spacing: 20px;--button-spacing: 32px}}.m-hero-section__content--h2{--heading-spacing: 16px;--description-spacing: 16px;--button-spacing: 24px}.m-hero-section__content--h3{--heading-spacing: 12px;--description-spacing: 12px;--button-spacing: 20px}.m-hero-section__content--h4{--heading-spacing: 8px;--description-spacing: 8px;--button-spacing: 16px}@media screen and (max-width: 767px){.m-hero-section__content--stack-mobile{position:relative}}.m-hero-section__content-sub-heading{margin-bottom:var(--heading-spacing)}.m-hero-section__content-description{margin-top:var(--description-spacing)}.m-hero-section__content-description--text{color:rgba(var(--color-foreground))}.m-hero-section__content-description--subtext{color:rgba(var(--color-foreground-secondary))}.m-hero-section__content-inner{padding-top:15px;padding-bottom:15px}@media screen and (min-width: 768px){.m-hero-section__content-inner{padding-top:30px;padding-bottom:30px}}.m-hero-section__content .m-button{margin-top:var(--button-spacing);pointer-events:auto}

.m-hero-section__container--glow{position:relative;overflow:visible}.m-hero-section__container--glow::before{content:"";position:absolute;inset:-12px;border-radius:calc(var(--corner-radius, 0px) + 12px);background-image:var(--m-hero-glow-img);background-size:cover;background-position:center;filter:blur(28px) saturate(1.1);opacity:0;transform:scale(.98);transition:opacity var(--m-duration-default, 0.25s) ease,transform var(--m-duration-default, 0.25s) ease;pointer-events:none;z-index:0}.m-hero-section__container--glow>*{position:relative;z-index:1}@media (hover:hover) and (pointer:fine){.m-hero-section__container--glow:hover::before{opacity:.8;transform:scale(1)}}@media (prefers-reduced-motion: reduce){.m-hero-section__container--glow::before{transition:none}}
