.rsh-ui.rsh-hero{box-sizing:border-box;width:100%;padding:var(--rsh-padding);font-family:inherit;line-height:1.6;overflow-wrap:anywhere;isolation:isolate}
.rsh-ui.rsh-hero *{box-sizing:border-box}
.rsh-ui.rsh-hero .rsh-random{display:contents}
.rsh-ui.rsh-hero .rsh-grid{display:grid;grid-template-columns:minmax(0,var(--rsh-left)) minmax(0,var(--rsh-right));gap:var(--rsh-gap);margin:0;align-items:stretch}
.rsh-ui.rsh-hero .rsh-grid.rsh-single{grid-template-columns:minmax(0,1fr)}
.rsh-ui.rsh-hero .rsh-col{min-width:0;width:auto;padding:0;margin:0;display:flex;flex-direction:column;gap:20px;justify-content:center}
.rsh-ui.rsh-hero .rsh-heading{font-size:clamp(1.8rem,3.5vw,3.5rem);font-weight:700;line-height:1.14;letter-spacing:-.025em;color:inherit;margin:0}
.rsh-ui.rsh-hero .rsh-text{font-size:1.125rem;min-width:0}
.rsh-ui.rsh-hero .rsh-text>:last-child,.rsh-ui.rsh-hero .rsh-widget>:last-child{margin-bottom:0}
.rsh-ui.rsh-hero .rsh-text img,.rsh-ui.rsh-hero .rsh-text video,.rsh-ui.rsh-hero .rsh-text iframe{max-width:100%}
.rsh-ui.rsh-hero .rsh-buttons{display:flex;gap:12px;flex-wrap:wrap}
.rsh-ui.rsh-hero .rsh-align-center{justify-content:center}.rsh-ui.rsh-hero .rsh-align-right{justify-content:flex-end}
.rsh-ui.rsh-hero .btn{text-decoration:none;white-space:normal;max-width:100%;font-size:1rem;padding:.7rem 1.2rem;line-height:1.5}
.rsh-ui.rsh-hero a:focus-visible{outline:3px solid currentColor;outline-offset:4px}
.rsh-ui.rsh-hero .rsh-image{display:flex;width:100%;min-width:0;flex:1;align-items:center;justify-content:center}
.rsh-ui.rsh-hero .rsh-x-left{justify-content:flex-start}.rsh-ui.rsh-hero .rsh-x-right{justify-content:flex-end}
.rsh-ui.rsh-hero .rsh-y-top{align-items:flex-start}.rsh-ui.rsh-hero .rsh-y-bottom{align-items:flex-end}
.rsh-ui.rsh-hero .rsh-photo{display:block;width:var(--rsh-image-width);max-width:var(--rsh-image-max);height:var(--rsh-image-height);object-fit:var(--rsh-fit);object-position:var(--rsh-focal);border-radius:var(--rsh-radius);margin:0}
.rsh-ui.rsh-hero .rsh-image-link{display:block;width:var(--rsh-image-width);max-width:var(--rsh-image-max);border-radius:var(--rsh-radius)}
.rsh-ui.rsh-hero .rsh-image-link .rsh-photo{width:100%;max-width:100%}
.rsh-ui.rsh-hero .rsh-border .rsh-photo,.rsh-ui.rsh-hero .rsh-background.rsh-border{border:1px solid var(--rsh-stroke)}
.rsh-ui.rsh-hero .rsh-shadow .rsh-photo,.rsh-ui.rsh-hero .rsh-background.rsh-shadow{box-shadow:0 12px 28px #0002}
.rsh-ui.rsh-hero .rsh-background{min-height:var(--rsh-bg-height);height:var(--rsh-bg-height);background-size:var(--rsh-fit);background-position:var(--rsh-focal);background-repeat:no-repeat;border-radius:var(--rsh-radius)}
@media(max-width:767.98px){
 .rsh-ui.rsh-hero{padding:min(var(--rsh-padding),24px)}
 .rsh-ui.rsh-hero .rsh-grid{grid-template-columns:minmax(0,1fr)}
 .rsh-ui.rsh-hero .rsh-photo{height:var(--rsh-mobile-height)}
 .rsh-ui.rsh-hero .rsh-background{height:var(--rsh-bg-mobile);min-height:var(--rsh-bg-mobile)}
 .rsh-ui.rsh-hero.rsh-mobile-image .rsh-has-image{order:-1}
 .rsh-ui.rsh-hero.rsh-mobile-image .rsh-image{order:-1}
 .rsh-ui.rsh-hero.rsh-mobile-content .rsh-has-image{order:1}
 .rsh-ui.rsh-hero.rsh-hide-image .rsh-image,.rsh-ui.rsh-hero.rsh-hide-image .rsh-image-only{display:none}
 .rsh-ui.rsh-hero.rsh-hide-image.rsh-only-image{display:none}
 .rsh-ui.rsh-hero .rsh-heading{font-size:clamp(1.65rem,7vw,2.4rem)}
}
