.grd{--grd-w:calc((100%/var(--grd-count)) - ((var(--grd-gap-left,0px)*(var(--grd-count) - 1))/var(--grd-count)));grid-template-columns:repeat(var(--grd-count),var(--grd-w));grid-gap:var(--grd-gap-left,0px);grid-auto-flow:dense;display:grid}@media (max-width:479px){.grd{--grd-count:var(--grd-count-sm)}}@media (min-width:480px) and (max-width:781px){.grd{--grd-count:var(--grd-count-md)}}@media (min-width:782px){.grd{--grd-count:var(--grd-count-lg)}}.grd__item{align-self:var(--grd-v-align,stretch);grid-column:var(--grd-col,auto)/span var(--grd-span,1);grid-row:var(--grd-row,auto)/span var(--grd-span-row,1);min-width:2em;display:grid}@media (max-width:479px){.grd__item{--grd-span:var(--grd-span-sm,1);--grd-col:var(--grd-col-sm,auto);--grd-row:var(--grd-row-sm,auto);--grd-span-row:var(--grd-span-row-sm,1)}}@media (min-width:480px) and (max-width:781px){.grd__item{--grd-span:var(--grd-span-md,1);--grd-col:var(--grd-col-md,auto);--grd-row:var(--grd-row-md,auto);--grd-span-row:var(--grd-span-row-md,1)}}@media (min-width:782px){.grd__item{--grd-span:var(--grd-span-lg,1);--grd-col:var(--grd-col-lg,auto);--grd-row:var(--grd-row-lg,auto);--grd-span-row:var(--grd-span-row-lg,1)}}.grd--has-equal-rows{grid-auto-rows:1fr}.grd--has-aspect .grd__item,.grd__item--video,.grd__item--image{--grd-item-aspect:var(--grd-aspect,16/9);display:grid;overflow:hidden}:is(.grd--has-aspect .grd__item,.grd__item--video,.grd__item--image):after{--grd-w-aspect:calc(100%/var(--grd-span,1) - (var(--grd-gap-left,0px)/var(--grd-span,1)*(var(--grd-span,1) - 1)));content:"";width:var(--grd-w-aspect);aspect-ratio:var(--grd-item-aspect)}:is(.grd--has-aspect .grd__item,.grd__item--video,.grd__item--image):after,:is(.grd--has-aspect .grd__item,.grd__item--video,.grd__item--image) .grd__frame{grid-area:1/1}:is(.grd--has-aspect .grd__item,.grd__item--video,.grd__item--image) figure,:is(.grd--has-aspect .grd__item,.grd__item--video,.grd__item--image) video,:is(.grd--has-aspect .grd__item,.grd__item--video,.grd__item--image) img{object-fit:cover;max-width:none;margin:0;display:block;position:absolute;width:100%!important;height:100%!important}.grd__frame{position:relative}.grd__frame:has(.wp-block-group-is-layout-flex:only-child){display:flex}.grd__frame:has(.wp-block-group-is-layout-flex:only-child) .wp-block-group-is-layout-flex{width:100%;height:100%}
/*# sourceMappingURL=grd-style.css.map */
