biotage-hero.hero--default{display:grid;overflow:hidden;width:100%;.hero__container{display:flex;flex-direction:column;gap:var(--space-300);justify-content:center;padding:var(--space-300) var(--layout-h-gap);position:relative;z-index:1}.hero__content{display:grid;gap:var(--space-150)}.hero__subtitle{color:var(--text-color-tertiary)}.hero__text{max-width:var(--layout-size-small)}.hero__buttons{display:flex;flex-direction:column;gap:var(--space-150);.hero__button{width:100%}@media (min-width:640px){flex-direction:row;flex-wrap:wrap;.hero__button{width:auto}}}.hero__image{overflow:hidden;position:relative}.hero__image img{height:auto;max-height:85vh;min-height:100%;object-fit:cover;width:100%}&.hero--image-right{grid-template-columns:1fr;.hero__image{aspect-ratio:1/1;margin:var(--layout-v-gap) var(--layout-h-gap);order:2}&.hero--image-fill .hero__image{margin:0}@media (min-width:960px){grid-template-columns:57.5% 1fr;.hero__image{margin-left:0}}}&.hero--image-left{grid-template-columns:1fr;.hero__image{aspect-ratio:1/1;margin:var(--layout-v-gap) var(--layout-h-gap) 0;order:1}&.hero--image-fill .hero__image{margin:0}.hero__container{order:2}@media (min-width:960px){grid-template-columns:1fr 57.5%;.hero__image{margin-bottom:var(--layout-v-gap);margin-left:var(--layout-h-gap);margin-right:0;margin-top:var(--layout-v-gap)}}}&.hero--image-bottom{grid-template-columns:1fr;max-width:var(--layout-size-large);.hero__image{aspect-ratio:2/1;margin:0 var(--layout-h-gap);overflow:hidden}}}.biotage-hero--languagepicker{display:flex;gap:var(--space-100);padding:0 var(--layout-h-gap);label{align-items:center;display:flex;gap:var(--space-25)}}