@layer rhm.components.squares-grid{.rhm-squares-wrapper{margin-top:0!important}.rhm-squares__grid{grid-template-columns:repeat(var(--rhm-squares-cols-desktop,4), 1fr);gap:var(--rhm-squares-gap,10px);background-color:#0000;display:grid}.rhm-square{width:100%;height:clamp(calc(100dvw / var(--rhm-squares-cols-desktop,4)), calc(100dvw / var(--rhm-squares-cols-desktop,4)), 70dvh);font-family:var(--font-bricolage);position:relative;overflow:hidden}.rhm-square__img{object-position:center;object-fit:cover;width:100%;height:100%;display:block}.rhm-square__placeholder{object-fit:cover;width:100%;height:100%}.rhm-square__overlay{pointer-events:none;font-family:var(--font-family,var(--font-bricolage));background-color:#0000;align-items:center;padding:0 27px;display:flex;position:absolute;inset:0}.rhm-square__overlay--two_text_between{font-size:var(--font-medium);justify-content:space-between}.rhm-square__overlay--center_text{justify-content:center}.rhm-square__text-left,.rhm-square__text-right{font-family:var(--font-family,var(--font-bricolage));color:var(--color-foreground);font-weight:500;line-height:normal}.rhm-square__text-right{text-align:right}@media screen and (width<=749px){.rhm-squares__grid{grid-template-columns:repeat(var(--rhm-squares-cols-mobile,2), 1fr);gap:6px}.rhm-square__overlay{padding:0 16px}.rhm-square__text-left,.rhm-square__text-right{font-size:var(--font-small);letter-spacing:-1.2px}.rhm-squares[data-mobile-slideshow=true] .rhm-squares__grid{aspect-ratio:var(--rhm-squares-aspect-radio,1);width:100%;display:block;position:relative}.rhm-squares[data-mobile-slideshow=true] .rhm-square{opacity:0;pointer-events:none;width:100%;height:100%;transition:opacity .5s;position:absolute;inset:0}.rhm-squares[data-mobile-slideshow=true] .rhm-square.is-rhm-slideshow-active{opacity:1;z-index:1;pointer-events:auto}.rhm-squares[data-mobile-slideshow=true] .rhm-squares__grid:not([data-slideshow-init])>.rhm-square:first-child{opacity:1;z-index:1}}}
