/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
.layout--twocol-section .layout__region--content{display:grid;gap:16px;}@media (min-width:992px){.layout--twocol-section .layout__region--content{display:flex;flex-wrap:nowrap;gap:24px;}}@media (min-width:992px){.layout--twocol-section.layout--twocol-section--50-50 > .layout__region--content > .layout__region--first,.layout--twocol-section.layout--twocol-section--50-50 > .layout__region--content > .layout__region--second{flex:0 1 calc(50% - 12px);}}@media (min-width:992px){.layout--twocol-section.layout--twocol-section--33-67 > .layout__region--content,.layout--twocol-section.layout--twocol-section--67-33 > .layout__region--content,.layout--twocol-section.layout--twocol-section--25-75 > .layout__region--content,.layout--twocol-section.layout--twocol-section--75-25 > .layout__region--content{gap:60px;}}@media (min-width:992px){.layout--twocol-section.layout--twocol-section--33-67 > .layout__region--content > .layout__region--first,.layout--twocol-section.layout--twocol-section--67-33 > .layout__region--content > .layout__region--second{flex:0 1 calc(33% - 12px);}}@media (min-width:992px){.layout--twocol-section.layout--twocol-section--33-67 > .layout__region--content > .layout__region--second,.layout--twocol-section.layout--twocol-section--67-33 > .layout__region--content > .layout__region--first{flex:0 1 calc(67% - 12px);}}@media (min-width:992px){.layout--twocol-section.layout--twocol-section--25-75 > .layout__region--content > .layout__region--first,.layout--twocol-section.layout--twocol-section--75-25 > .layout__region--content > .layout__region--second{flex:0 1 calc(25% - 12px);}}@media (min-width:992px){.layout--twocol-section.layout--twocol-section--25-75 > .layout__region--content > .layout__region--second,.layout--twocol-section.layout--twocol-section--75-25 > .layout__region--content > .layout__region--first{flex:0 1 calc(75% - 12px);}}.layout--twocol-section > .layout__region{display:grid;gap:16px;align-content:start;}@media (min-width:992px){.layout--twocol-section > .layout__region{gap:24px;}}
