.heroelement .slide{display:flex;align-items:stretch;flex-direction:column-reverse;background-color:var(--clr-primary)}@media screen and (min-width:768px){.heroelement .slide{min-height:60vh;max-height:90vh;flex-direction:row}}.heroelement .slide>div{flex-grow:1}@media screen and (min-width:768px){.heroelement .slide>div{flex-basis:50%;display:flex;justify-content:end}}.heroelement .slide__content{display:flex;align-items:center;position:relative}@media screen and (min-width:768px){.heroelement .slide__content{padding-block:4rem}}@media screen and (min-width:992px){.heroelement .slide__content{padding-block:6rem}}@media screen and (min-width:1200px){.heroelement .slide__content{padding-block:8rem}}.heroelement .slide__content .content__holder{--bs-gutter-x: 1.5rem;display:flex;justify-content:center;flex-direction:column;gap:1.5rem;padding:3rem calc(var(--bs-gutter-x) * .5);max-width:540px}@media screen and (max-width:767.98px){.heroelement .slide__content .content__holder{margin-right:auto;margin-left:auto}}@media screen and (min-width:768px){.heroelement .slide__content .content__holder{max-width:360px}}@media screen and (min-width:992px){.heroelement .slide__content .content__holder{max-width:480px}}@media screen and (min-width:1200px){.heroelement .slide__content .content__holder{max-width:570px}}@media screen and (min-width:1400px){.heroelement .slide__content .content__holder{max-width:660px}}@media screen and (min-width:1600px){.heroelement .slide__content .content__holder{max-width:780px}}.heroelement .slide__media{position:relative}.heroelement .slide__media .image,.heroelement .slide__media video{inset:0;width:100%;object-fit:cover}@media screen and (min-width:768px){.heroelement .slide__media .image,.heroelement .slide__media video{position:absolute}}.heroelement .slide__media .image{background-size:cover;min-height:25rem}.heroelement .slide__media video{height:100%}