.layout-hero-body-two-sidebars .layout-main{display:grid;grid-template-areas:"body" "foot" "sidebar-left" "sidebar-right";grid-template-columns:minmax(0,1fr)}.layout-hero-body-two-sidebars .layout-body{grid-area:body;margin-bottom:2rem}.layout-hero-body-two-sidebars .layout-sidebar-left{grid-area:sidebar-left}.layout-hero-body-two-sidebars .layout-sidebar-right{grid-area:sidebar-right}.layout-hero-body-two-sidebars .layout-foot{grid-area:foot}@media only screen and (max-width:924px){.layout-hero-body-two-sidebars .layout-sidebar-right>div:not(:last-of-type){margin-bottom:2rem}}@media only screen and (min-width:925px){.layout-hero-body-two-sidebars .layout-main{gap:0 30px;grid-template-areas:"body sidebar-right" "sidebar-left sidebar-left" "foot foot";grid-template-columns:minmax(0,1fr) 300px}.layout-hero-body-two-sidebars .layout-body{margin-bottom:0}.layout-hero-body-two-sidebars.has-title-bar{margin-bottom:61px}}@media only screen and (min-width:1200px){.layout-hero-body-two-sidebars .layout-main{grid-template-areas:"sidebar-left body sidebar-right" "foot foot foot";grid-template-columns:minmax(170px,4fr) 15fr 300px}}
