.hero-module{--hero-height:clamp(350px,45dvh,600px);background-color:var(--grey-blue-100);background-image:linear-gradient(109deg,rgba(245,239,245,0) 25.77%,#f5eff5 65.29%);border-radius:var(--radius-border-rounded---s);min-height:var(--hero-height);overflow:clip;position:relative}@media (min-width:1024px){.hero-module{--hero-height:clamp(570px,55dvh,800px)}}.hero-module__inner{min-height:inherit}.hero-module__content{background-color:var(--white);border-radius:var(--radius-border-rounded---s);display:flex;flex-direction:column;gap:var(--spacer-lg);height:100%;justify-content:space-between;padding:var(--spacer-md);position:relative;z-index:2}.hero-module__paragraph-text p{margin-bottom:0}.hero-module__image{display:none}@media (min-width:992px){.hero-module__image{display:block}}.hero-module__decoration,.hero-module__image{max-height:100%;position:absolute;right:0;top:0;z-index:1}.hero-module__image{object-fit:contain;object-position:top right}.hero-module__decoration{bottom:0;height:100%;top:auto;z-index:0}