.features-table-scroll-wrapper{width:100%;max-width:100vw;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch}@media (max-width:991.98px){.features-table-scroll-wrapper{margin:0-16px;padding:0 16px}}@media (min-width:1200px){.features-table-scroll-wrapper{overflow:visible}}.features-table{width:100%;box-sizing:border-box;--table-feature-col:minmax(250px, 1fr);position:relative;max-width:100%}.features-table>header{z-index:2;background-color:var(--surface-frame-bg);display:grid;box-sizing:border-box;height:52px;border-top:1px solid var(--text-body-primary);border-bottom:1px solid var(--text-body-primary);align-items:center;grid-template-columns:var(--table-feature-col) var(--table-cols);overflow:hidden;min-width:max-content;width:100%}@media (max-width:991.98px){.features-table>header{width:100%}}@media (min-width:1200px){.features-table>header{position:sticky;top:var(--nav-height)}}.features-table>header .col-header{width:100%;display:flex;flex-flow:row;align-items:center;justify-content:center}.features-table>header .col-header p{text-align:center;color:var(--text-body-primary);font-family:Poppins,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;line-height:normal;font-weight:400;font-size:calc(18px*var(--font-scale-factor))}.features-table>header .col-header.left{justify-content:flex-start}.features-table>header .col-header.left p{text-align:left}.features-table .table-rows{display:flex;flex-flow:column;align-items:flex-start;justify-content:flex-start;row-gap:10px;box-sizing:border-box;padding-top:10px;padding-bottom:10px}.features-table .table-rows .group-title-container{width:100%;display:flex;flex-flow:row;align-items:center;justify-content:center;padding:30px 0}.features-table .table-rows .group-title-container p{text-align:center;color:var(--text-body-primary);font-family:Poppins,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;line-height:normal;font-weight:300;font-size:calc(18px*var(--font-scale-factor))}.features-table .table-rows .row{min-height:42px;width:100%;padding:5px 0;display:grid;grid-template-columns:var(--table-feature-col) var(--table-cols)}.features-table .table-rows .row .row-description{grid-row:1;grid-column:1/2;display:flex;flex-flow:row;align-items:center;justify-content:flex-start}.features-table .table-rows .row .row-description p{text-align:left;color:var(--text-body-primary);font-family:Poppins,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;line-height:normal;font-weight:400;font-size:calc(18px*var(--font-scale-factor))}.features-table .table-rows .row .status-container{display:grid;grid-template-columns:var(--table-cols);align-items:center}.feature-cell{display:flex;flex-flow:row nowrap;align-items:center;justify-content:center;width:100%;user-select:none}.feature-cell.pointer .icon-wrapper{cursor:pointer}.feature-cell .icon-wrapper{width:32px;height:32px;position:relative;display:flex;flex-flow:row;align-items:center;justify-content:center;padding:0;margin:0}.feature-cell .icon-wrapper .extra-icon{z-index:1;display:block;padding:0;margin:0;position:absolute;top:-10px;right:-8px;width:12px;height:12px}.floating-cell-tooltip{z-index:4;display:block;box-sizing:border-box;padding:10px 20px;max-width:500px;overflow:hidden;background-color:var(--surface-frame-bg);border:1px solid var(--text-body-primary)}.floating-cell-tooltip p{color:var(--text-body-primary);font-family:Poppins,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;line-height:normal;font-weight:400;font-size:calc(18px*var(--font-scale-factor))}#compare-page .product-section{padding-top:4rem!important;padding-bottom:4rem!important}#compare-page .contact{width:100%;border-top:1px solid var(--border-separator);display:flex;flex-flow:row;align-items:center;justify-content:center;box-sizing:border-box;padding:100px 10px 0}#compare-page .contact a{text-decoration:none}#features-table{width:100%;padding-bottom:70px}#compare-header{width:100%}#compare-header h1{color:var(--text-body-primary);font-family:Poppins,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;line-height:normal;font-weight:400;font-size:calc(32px*var(--font-scale-factor));text-align:left;padding-bottom:.5rem}#compare-header .compare-date{font-size:.875rem;color:var(--text-secondary, #666);text-align:left;margin-top:.25rem;margin-bottom:2rem}