.mg{display:grid;gap:var(--spacer_20);grid-template-columns:repeat(6,1fr)}.mg__row-cell{overflow:hidden;width:100%}.mg__row-cell[data-row-length="1"]{grid-column:span 6;height:56rem}.mg__row-cell[data-row-length="2"]{grid-column:span 3;height:36rem}.mg__row-cell[data-row-length="3"]{grid-column:span 2;min-height:24rem}.mg__row-cell[data-type=text]{align-items:center;background-color:var(--tertiary_color);display:flex;justify-content:center;padding:var(--spacer_40)}.mg__row-cell--border-bottom{position:relative}.mg__row-cell--border-bottom:before{background-color:var(--tertiary_color);bottom:0;content:"";height:50%;left:0;position:absolute;width:100%;z-index:-1}.mg__row-cell[data-type=text] p{color:var(--white_color);letter-spacing:-1px;line-height:1}.mg__row-cell:not([data-type=text]) img{height:100%;object-fit:cover;width:100%}.mg__row-cell:not([data-type=text]).mg__row-cell--border-bottom img{height:calc(100% - 4rem)}.mg__row-cell .hs-video-container,.mg__row-cell .hs-video-widget{height:100%;width:100%}.mg__row-cell .hs-video-wrapper{aspect-ratio:16/9;height:100%!important;max-height:100%;padding-bottom:0!important;width:100%}@media (max-width:900px){.mg__row-cell[data-row-length="1"],.mg__row-cell[data-row-length="2"],.mg__row-cell[data-row-length="3"]{grid-column:span 3;height:unset}}@media (max-width:700px){.mg__row-cell[data-row-length="1"],.mg__row-cell[data-row-length="2"],.mg__row-cell[data-row-length="3"]{grid-column:span 6;height:unset}}