.hero .styled-list__item{background-color:var(--color-purple-400)}.hero__image-wrapper{position:relative}.hero__image-wrapper img,.hero__image-wrapper svg,.hero__image-wrapper video{height:100%;-o-object-fit:var(--object-fit);object-fit:var(--object-fit);width:100%}.hero__content-wrapper{display:flex;height:100%;left:50%;padding:24px;position:absolute;top:0;transform:translateX(-50%);width:100%}.hero__content-wrapper--contained{margin-inline:auto;max-width:var(--container-max-width)}.hero__content-wrapper--overlay-full:after,.hero__content-wrapper--overlay-partial:after{content:"";display:block;height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.hero__content-wrapper--overlay-full:after{background-color:rgb(0,0,0,var(--overlay-opacity))}.hero__content-wrapper--overlay-partial:after{background:linear-gradient(180deg,transparent 55.95%,rgba(0,0,0,.8))}@media (min-width:768px){.hero__content-wrapper{padding:48px 64px}}.hero__content-inner{position:relative;z-index:2}@media (min-width:768px){.hero__content-inner{max-width:639px}.hero__content-inner--centered{max-width:800px}}