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