.banner{height:var(--mobile-height)}@media screen and (min-width:750px){.banner{height:var(--desktop-height)}.banner:not(.banner--full-width){margin:0 auto;max-width:113rem}}.banner__clickable-link{display:flex;height:100%;width:100%}.banner__box{background-color:transparent}.banner__box--background{background-color:rgba(var(--color-background),.8)}.banner__media img{height:100%;-o-object-fit:cover;object-fit:cover}.banner__content{box-shadow:inset 0 0 0 var(--mobile-border-size) var(--inner-border-color)}@media screen and (min-width:750px){.banner__content{box-shadow:inset 0 0 0 var(--desktop-border-size) var(--inner-border-color)}}@media screen and (max-width:989.98px){.banner__content--mobile-top{align-items:flex-start;justify-content:flex-start}.banner__content--mobile-middle{align-items:center;justify-content:flex-start}.banner__content--mobile-bottom{align-items:flex-end;justify-content:flex-start}}.banner__text{font-size:calc(var(--font-body-scale)*1.6rem)}.banner .button{background-color:rgb(var(--color-foreground));border-color:rgb(var(--color-foreground));color:rgb(var(--color-background))}.banner .button:hover{background-color:rgb(var(--color-background));border-color:rgb(var(--color-background));color:rgb(var(--color-foreground))}