.layout--fourcol-section--gap-yes .layout-column{gap:var(--grid-padding)}.layout--fourcol-section--gap-no .layout-column{gap:0}@media (min-width:768px){.layout--fourcol-section .layout-column{display:grid;grid-template-columns:repeat(12,1fr)}.layout--fourcol-section .layout__region--bottom,.layout--fourcol-section .layout__region--top{grid-column-end:-1;grid-column-start:1}.layout--fourcol-section .layout__region--first{grid-column-end:4;grid-column-start:1}.layout--fourcol-section .layout__region--second{grid-column-end:7;grid-column-start:4}.layout--fourcol-section .layout__region--third{grid-column-end:10;grid-column-start:7}.layout--fourcol-section .layout__region--fourth{grid-column-end:13;grid-column-start:10}}