:root{--size:1rem;--size-x:var(--size);--size-y:var(--size)}.row{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;width:100%;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:1em}.row.content-row{margin-bottom:8vh;margin-top:2vh}.row:last-child{margin-bottom:0}.row>*{-webkit-box-flex:1;-ms-flex:1 1;flex:1 1;justify-self:flex-start;-ms-flex-item-align:center;align-self:center}.row>.button,.row>.c-link{-webkit-box-flex:unset;-ms-flex:unset;flex:unset}.normal:not(.heading)+.row{margin-top:2rem}
