.gf-rhb{position:relative;height:var(--gf-rhb-height);overflow:hidden}.gf-rhb-inner{position:relative;width:min(var(--gf-rhb-canvas),100%);height:100%;margin:0 auto}.gf-rhb-copy{--gf-rhb-copy-inset-current:var(--gf-rhb-copy-inset);position:relative;z-index:2;box-sizing:border-box;width:min(var(--gf-rhb-copy-width),calc(100% - var(--gf-rhb-copy-inset-current)));margin-left:var(--gf-rhb-copy-inset-current);padding-top:var(--gf-rhb-copy-top)}.gf-rhb-background{inset:0;background-repeat:no-repeat;background-position:100% 50%;background-size:cover;transition:background-position .7s cubic-bezier(.2,.8,.2,1)}.gf-rhb-art,.gf-rhb-background{position:absolute;pointer-events:none}.gf-rhb-art{z-index:1;top:var(--gf-rhb-art-top);left:max(calc(var(--gf-rhb-art-left) - var(--gf-rhb-art-shift)),calc(var(--gf-rhb-art-left) - (var(--gf-rhb-canvas) - 100%)));width:max(var(--gf-rhb-art-min-width),min(var(--gf-rhb-art-width),calc(100% - (var(--gf-rhb-art-left) - var(--gf-rhb-art-shift)))));height:var(--gf-rhb-art-height)}.gf-rhb-art img{display:block;width:100%;height:100%;max-width:100%;object-fit:var(--gf-rhb-art-object-fit);object-position:var(--gf-rhb-art-object-position)}@media (max-width:768px){.gf-rhb-copy{--gf-rhb-copy-inset-current:var(--gf-rhb-copy-inset-tablet)}}@media (max-width:700px){.gf-rhb-copy{padding-top:var(--gf-rhb-copy-top-mobile)}}@media (max-width:540px){.gf-rhb-copy{--gf-rhb-copy-inset-current:var(--gf-rhb-copy-inset-mobile)}}@media (prefers-reduced-motion:reduce){.gf-rhb-background{transition:none}}