.styled-table{flex-direction:column;align-self:stretch;width:auto;min-width:100%;display:flex}.styled-table.min{width:310px;min-width:0}.styled-table .table-row{min-height:74px;display:flex}.styled-table .table-row .feature-cell{text-align:center;flex-direction:column;flex:1 1 0;justify-content:center;align-items:center;display:flex}.styled-table .table-row .table-cell{background:var(--white-color);min-width:120px;color:var(--black-color);border-bottom:var(--outline-params);border-right:var(--outline-params);box-sizing:border-box;text-align:center;flex:1 1 0;justify-content:center;align-items:center;padding:32px;font-size:14px;font-weight:500;display:flex}.styled-table .table-row .table-cell:first-child{border-left:var(--outline-params)}.styled-table .table-row .table-cell.first-column-cell{white-space:normal;flex-direction:column;gap:10px}.styled-table .table-row.header-row .table-cell{color:#0009;border-top:var(--outline-params);background:#f9f9f9;font-weight:500}.styled-table .table-row:first-child .table-cell:first-child{border-top-left-radius:32px}.styled-table .table-row:first-child .table-cell:last-child{border-top-right-radius:32px}.styled-table .table-row.last-row .table-cell:first-child{border-bottom-left-radius:32px}.styled-table .table-row.last-row .table-cell:last-child{border-bottom-right-radius:32px}.checkmark{outline-offset:-1px;width:32px;height:32px;color:var(--black-color);background:#e6e6e6;border-radius:64px;outline:1px solid #0000001a;justify-content:center;align-items:center;padding:16px;display:flex}.crossmark{outline-offset:-1px;background:0 0;border-radius:64px;outline:1px solid #0000001a;justify-content:center;align-items:center;width:32px;height:32px;padding:16px;display:flex}.subfeature{text-align:center;color:#0009;width:100%;font-size:10px;line-height:18px}
