.m-checklist{-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:start;-ms-flex-pack:start;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.m-checklist,.m-checklist .list-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-direction:normal;-webkit-box-align:start;align-items:flex-start;-webkit-box-pack:start;gap:30px;justify-content:flex-start}.m-checklist .list-container{-webkit-box-flex:1;-ms-flex:1 0 calc(50% - 30px);flex:1 0 calc(50% - 30px);-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;-ms-flex-pack:start}.m-checklist .list-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:10px}.m-checklist .list-item .check-container{width:25px}.m-checklist .list-item .content-container{width:calc(100% - 25px)}.m-checklist .heading h4{font-size:21px;margin-bottom:3px;margin-top:0;text-transform:none}.m-checklist:not(.heading-only) .heading h4{text-transform:uppercase}.m-checklist .content>:first-child{margin-top:0}.m-checklist .content{font-size:18px}.m-checklist .content :is(p,span){margin:0}