.comparison-table-wrap{width:100%}.comparison-table-center{margin-left:auto;margin-right:auto}.comparison-table-right{margin-left:auto;margin-right:0}.comparison-table-left{margin-left:0;margin-right:auto}table.comparison-table{background:var(--blue-light);border:1px solid var(--blue-light);border-radius:1rem;border-spacing:0;overflow:hidden;width:100%}table.comparison-table thead th{background:var(--supplemental);border-bottom:1px solid var(--blue-light);border-right:1px solid var(--blue-light);color:var(--white);font-size:1rem;font-weight:700;letter-spacing:.5px;padding:1rem 1.5rem;text-align:left;text-transform:uppercase}table.comparison-table thead th:nth-child(2){background:#cb5555}table.comparison-table thead th:nth-child(3){background:#4fa06e}table.comparison-table thead th:last-child{border-right:none}table.comparison-table tbody tr:nth-child(odd) td:nth-child(2){background:#fef9f9}table.comparison-table tbody tr:nth-child(2n) td:nth-child(2){background:#fef1f1}table.comparison-table tbody tr:nth-child(odd) td:nth-child(3){background:#f8fefa}table.comparison-table tbody tr:nth-child(2n) td:nth-child(3){background:#eefdf3}table.comparison-table tbody tr:nth-child(odd){background:var(--white)}table.comparison-table tbody tr:nth-child(2n){background:var(--grey-light)}table.comparison-table tbody td{border-bottom:1px solid var(--blue-light);border-right:1px solid var(--blue-light);font-size:14px;line-height:1.5;padding:14px 24px}table.comparison-table tbody tr:last-child td{border-bottom:none}table.comparison-table tbody td:last-child{border-right:none}table.comparison-table tbody td:first-child{color:var(--primary);font-weight:600;white-space:nowrap}table.comparison-table tbody td:nth-child(2){color:#991b1b}table.comparison-table tbody td:nth-child(3){color:#166534}@media (max-width:600px){table.comparison-table tbody td,table.comparison-table thead th{font-size:13px;padding:10px 14px}table.comparison-table tbody td:first-child{white-space:normal}}