.hero-container{position:relative;background-size:cover;background-position:60% 75%;z-index:1;display:flex;align-items:center}.hero-gradient-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgb(255,255,255);background:linear-gradient(180deg,rgba(255,255,255,1),rgba(255,255,255,.8) 80%,rgba(255,255,255,.2));z-index:2}.hero-content-container{z-index:3;width:100%}.hero-main-content{position:relative;z-index:4;width:100%}.home-page-hero-content-max-width{width:100%}@media (min-width:1385px){.hero-container{background-size:contain;background-repeat:no-repeat;background-position:100% 0}}@media (min-width:800px){.hero-padding-large{padding:160px var(--size-desktop-page-margin) 90px}.hero-padding-small{padding:160px var(--size-desktop-page-margin) 40px}.hero-align-center{justify-content:center}.hero-gradient-overlay{background:linear-gradient(90deg,rgba(255,255,255,1),rgba(255,255,255,.6) 70%,rgba(255,255,255,.3))}}@media (max-width:799px){.hero-container{padding:120px var(--size-mobile-page-margin) 40px}.hero-content-container{display:flex;flex-direction:column;width:100%}}