.grid-decor-outer{position:absolute;inset:0;pointer-events:none;overflow:hidden;z-index:1}.grid-decor-layout{display:grid;box-sizing:border-box;width:100%;height:100%;grid-template-columns:repeat(var(--grid-cols),1fr);grid-template-rows:repeat(var(--grid-rows),1fr);grid-auto-rows:0;border-left:1px solid #f1f2f4;border-right:1px solid #f1f2f4;border-bottom:1px solid #f1f2f4}.grid-decor-layout--no-bottom{border-bottom:none}.grid-decor-outer--fit-rows{position:static;inset:auto;overflow:visible;display:grid;grid-template-columns:subgrid;grid-template-rows:subgrid;grid-column:1/-1;grid-row:1/-1;pointer-events:none;z-index:1}.grid-decor-layout--fit-rows{grid-column:1/-1;grid-row:1/-1;grid-template-rows:subgrid;grid-template-columns:repeat(var(--grid-cols),1fr)}.grid-decor-cell{border-top:1px solid #f1f2f4;border-left:1px solid #f1f2f4}@media(max-width:1199px){.grid-decor-layout:not(.grid-decor-layout--fit-rows){grid-template-rows:repeat(var(--grid-rows-tablet),1fr)}}@media(max-width:860px){.grid-decor-layout:not(.grid-decor-layout--fit-rows){grid-template-rows:repeat(var(--grid-rows-mobile),1fr)}.grid-decor-cell--mobile-hide-top{border-top:none}.grid-decor-cell--mobile-hide-left{border-left:none}}