@charset "utf-8";

#cm_root *, 
#cm_root *::after, 
#cm_root *::before {box-sizing: border-box;}

/* ROOT */
#cm_root * {-webkit-box-sizing:border-box;box-sizing:border-box;}

/* ROWS */
#cm_root .cm_row {display:flex; position:relative;}

/* COLUMNS */
#cm_root .cm_column {display:flex; flex-direction: column; position:relative; width: 100%;}

/* #cm_root .cm_column_25 {width:25%;} */
/* #cm_root .cm_column_33 {width:33.3333%;} */
/* #cm_root .cm_column_50 {width:50%} */
/* #cm_root .cm_column_66 {width:66.6666%} */
/* #cm_root .cm_column_75 {width:75%;} */
/* #cm_root .cm_column_100 {width:100%;} */

/* BLOCKS */
#cm_root .cm_block_text {margin: 0;}
#cm_root .cm_block_button {display: block; width: 100%;}