.styled-table{align-self:stretch;display:flex;flex-direction:column;width:auto;min-width:100%}.styled-table.min{min-width:0;width:310px}.styled-table .table-row{display:flex;min-height:74px}.styled-table .table-row .feature-cell{flex:1 1;display:flex;justify-content:center;align-items:center;text-align:center;flex-direction:column}.styled-table .table-row .table-cell{flex:1 1;min-width:120px;white-space:nowrap;padding:32px 0;background:#fff;display:flex;justify-content:center;align-items:center;color:#000;font-size:14px;font-weight:500;border-bottom:1px solid rgba(0,0,0,.1);border-right:1px solid rgba(0,0,0,.1);box-sizing:border-box}.styled-table .table-row .table-cell:first-child{border-left:1px solid rgba(0,0,0,.1)}.styled-table .table-row .table-cell.first-column-cell{flex-direction:column;gap:10px;white-space:normal}.styled-table .table-row.header-row .table-cell{color:rgba(0,0,0,.6);font-weight:500;background:#f9f9f9;border-top:1px solid rgba(0,0,0,.1)}.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{background:#8a00fc;color:#fff}.checkmark,.crossmark{width:32px;height:32px;padding:16px;border-radius:64px;display:flex;justify-content:center;align-items:center}.crossmark{background:rgba(0,0,0,.1)}.subfeature{width:100%;text-align:center;color:rgba(0,0,0,.6);font-size:10px;line-height:18px}