.gallery{padding:var(--padding-medium) var(--padding-large)}@media (min-width: 1280px){.gallery{padding-inline:var(--padding-xlarge)}}rh-gallery{display:flex;flex-direction:column;gap:var(--atom-spacer-small);width:100%;max-width:var(--max-content-width);margin:0 auto}rh-gallery .rh-gallery__title{font-family:var(--font-family);font-size:26px;font-weight:400;line-height:30px}@media (min-width: 768px){rh-gallery .rh-gallery__title{font-size:28px;line-height:34px}}@media (min-width: 1280px){rh-gallery .rh-gallery__title{font-size:30px;line-height:35px}}rh-gallery .rh-gallery__title{font-weight:600}rh-gallery .rh-gallery-description{margin-top:var(--atom-spacer-xxsmall);color:var(--primitive-rh-second-grey);font-family:var(--font-family);font-size:16px;font-weight:500;line-height:22px;letter-spacing:.12px;display:flex;flex-direction:column;gap:var(--atom-spacer-xsmall)}rh-gallery .rh-gallery__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--atom-spacer-small)}@media (min-width: 1280px){rh-gallery .rh-gallery__grid{grid-template-columns:repeat(4,1fr)}}rh-gallery .rh-gallery__grid-image{aspect-ratio:1/1;border-radius:var(--button-radius);overflow:hidden;position:relative;box-shadow:0 0 8px #0003}rh-gallery .rh-gallery__grid-image:after{content:"";width:100%;height:100%;position:absolute;top:0;left:0;transition:all .3s ease}rh-gallery .rh-gallery__grid-image:hover:after{background-color:#0003}rh-gallery .rh-gallery__grid-image:hover img{transform:scale(1.2)}rh-gallery .rh-gallery__grid-image img{object-fit:cover;width:100%;height:100%;transition:all .3s ease}rh-gallery .rh-gallery__grid-image:first-child{aspect-ratio:2/1;grid-column:span 2;grid-row:span 2}@media (min-width: 1280px){rh-gallery .rh-gallery__grid-image:first-child{aspect-ratio:1/1}}rh-gallery .rh-gallery__grid-image:last-child{position:relative;z-index:0}rh-gallery .rh-gallery__grid-image:last-child:after{background-color:#0000004d}rh-gallery .rh-gallery__grid-image-count{position:absolute;z-index:1;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;color:#fff;font-weight:700;font-family:var(--font-family);font-size:26px;font-weight:400;line-height:30px}@media (min-width: 768px){rh-gallery .rh-gallery__grid-image-count{font-size:28px;line-height:34px}}@media (min-width: 1280px){rh-gallery .rh-gallery__grid-image-count{font-size:30px;line-height:35px}}rh-gallery .rh-gallery__images{position:relative;height:55dvh;width:90dvw;background-color:#fff;padding:var(--padding-xxsmall);border-radius:var(--button-radius)}@media (min-width: 1280px){rh-gallery .rh-gallery__images{height:85dvh;width:65dvw}}
