:root{--hero-small-bg-after-height:100%;--hero-small-bg-gradient:linear-gradient(180deg,var(--color-transparent) 0%,var(--color-blue) 76.66%)}@media screen and (min-width:768px){:root{--hero-small-bg-after-height:50%;--hero-small-bg-gradient:linear-gradient(270deg,var(--color-transparent) 0%,var(--color-blue) 76.66%);--hero-small-bg-container-min-height:var(--spacing-300)}}@media screen and (min-width:1024px){:root{--hero-small-bg-container-min-height:30rem}}.cmp-hero-small{padding:var(--hero-small-padding)}@media screen and (max-width:768px){.cmp-hero-small{padding-bottom:var(--spacing-80)}}.cmp-hero-small.bg-image{background-position:50%;background-repeat:no-repeat;background-size:cover;position:relative}.cmp-hero-small.bg-image:after{background:var(--hero-small-bg-gradient);content:"";height:100%;left:0;position:absolute;top:0;width:var(--hero-small-bg-after-height);z-index:1}@media screen and (min-width:768px){.cmp-hero-small.bg-image .cmp-hero-small-container{min-height:var(--hero-small-bg-container-min-height)}}.cmp-hero-small.bg-image .cmp-hero-small-info{color:var(--color-white)}.cmp-hero-small.bg-image .cmp-hero-small-info li:before{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='12' fill='none'%3E%3Cpath fill='%23fff' d='m15.75 1.275-9.3 9.754L.75 5.05l1.323-1.246 4.377 4.59L14.427.03z'/%3E%3C/svg%3E")}.cmp-hero-small-container{grid-gap:var(--hero-small-gap);display:flex;flex-direction:var(--hero-small-direction);gap:var(--hero-small-gap);position:relative;z-index:2}@media screen and (min-width:768px){.cmp-hero-small-container{align-items:center;justify-content:space-between}.cmp-hero-small-image,.cmp-hero-small-info{width:50%}}.cmp-hero-small-image{aspect-ratio:var(--hero-small-image-aspect);border-radius:var(--border-radius);max-width:var(--spacing-800);overflow:hidden}.cmp-hero-small-image img{height:100%;object-fit:cover;width:100%}.cmp-hero-small-info{grid-gap:var(--spacing-xl);display:flex;flex-direction:column;max-width:var(--spacing-600)}@media screen and (min-width:768px){.cmp-hero-small-info{padding-right:var(--hero-small-text-padding)}}.cmp-hero-small-info .ingress,.cmp-hero-small-info h1,.cmp-hero-small-info h2,.cmp-hero-small-info h3{margin-bottom:0}.cmp-hero-small-cta a{margin-top:0}