.table__inner{box-sizing:border-box;padding:3rem 0}.table__title{margin-bottom:3.5rem}.table__title .h4{margin:0}@media(max-width:992px){.table__wrapper{box-sizing:border-box;max-width:100%;overflow-x:auto;padding-bottom:20px}}.table__content{border-spacing:0;table-layout:fixed;width:100%}@media(max-width:992px){.table__content{width:auto}}.table__content.has-table-head .table__row:first-child .table__cell{background:var(--color-dark);color:var(--color-light)}.table__row:first-child .table__cell{border-top:1px solid #000}@media(max-width:992px){.table__row:first-child .table__cell:first-child{border-top-left-radius:20px!important}.table__row:first-child .table__cell:last-child{border-top-right-radius:20px!important}.table__row:last-child .table__cell:first-child{border-bottom-left-radius:20px!important}.table__row:last-child .table__cell:last-child{border-bottom-right-radius:20px!important}}.table__cell{border:1px solid #000;border-top:none;box-sizing:border-box;font-size:clamp(16px,2vw,18px);font-weight:600;padding:20px;text-align:center}@media(max-width:992px){.table__cell{border-radius:0}}.table__cell:first-child{border-radius:40px 0 0 40px}@media(max-width:992px){.table__cell:first-child{border-radius:0}}.table__cell:last-child{border-radius:0 40px 40px 0}@media(max-width:992px){.table__cell:last-child{border-radius:0}}.table__cell>:first-child{margin-top:0}.table__cell>:last-child{margin-bottom:0}