.hero-product-module{--hero-height:clamp(350px,75dvh,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-product-module{--hero-height:clamp(570px,95dvh,800px)}}.hero-product-module__inner{min-height:inherit}.hero-product-module__content{display:flex;flex-direction:column;gap:var(--spacer-lg);height:100%;padding:var(--spacer-md) 0 var(--spacer-md) var(--spacer-md);top:0;z-index:2;@media (min-width:1024px){position:sticky}}.hero-product-module__content-inner{background-color:var(--grey-blue-50);border-radius:var(--radius-border-rounded---s);display:inline-flex;flex-direction:column;gap:var(--spacer-xs);padding:var(--spacer-md)}.hero-product-module__anchors ul li a,.hero-product-module__paragraph p{font-size:1rem}.hero-product-module__image{display:flex;position:relative}.hero-product-module__image img:not(.hero-product-module__decoration){margin-top:auto;max-width:100%;position:relative;z-index:1}.hero-product-module__image.align_left img:not(.hero-product-module__decoration){border-radius:var(--radius-border-rounded---s);margin-bottom:auto;@media (min-width:1024px){max-height:100%;overflow:clip}}@media (min-width:1024px){.hero-product-module__image-container{padding-bottom:var(--spacer-md);padding-top:var(--spacer-md)}}.hero-product-module__tag{align-items:center;color:var(--bu-myray-violet);display:flex;font-size:var(--step--1);gap:var(--spacer-xs)}.hero-product-module__tag:before{background-color:var(--bu-myray-violet);border-radius:50%;content:"";display:block;height:calc(var(--spacer-xs)*.75);width:calc(var(--spacer-xs)*.75)}.hero-product-module__heading{margin-bottom:var(--spacer-xs)}.hero-product-module__anchors ul{list-style:none;padding:0}.hero-product-module__anchors li{align-items:center;display:flex;gap:var(--spacer-xs);margin-bottom:var(--spacer-xs)}.hero-product-module__anchors li a{color:var(--typography-body)}.hero-product-module__anchors li:before{background-color:var(--bu-myray-violet);border-radius:50%;content:"";display:block;height:var(--spacer-xs);width:var(--spacer-xs)}.hero-product-module__actions{align-items:center;display:flex;flex-wrap:wrap;gap:var(--spacer-md)}.hero-product-module__actions .btn{flex-grow:1;flex-shrink:0}.hero-product-module__actions .btn.btn-primary{border-radius:var(--radius-border-rounded---s)}