.table__wrapper{width:100%}@media screen and (max-width:767px){.table__wrapper{-webkit-overflow-scrolling:touch;overflow-x:auto}}.table__scroll{width:100%}@media screen and (max-width:767px){.table__scroll{--table-col-width:16rem;min-width:100%;width:-moz-max-content;width:max-content}}.table__header,.table__row{align-items:center;-moz-column-gap:1.25rem;column-gap:1.25rem;display:grid;grid-template-columns:repeat(var(--table-cols,1),minmax(0,1fr))}@media screen and (max-width:767px){.table__header,.table__row{grid-template-columns:repeat(var(--table-cols,1),var(--table-col-width))}}.table__header{border-bottom:4px solid #000;font-size:1rem;font-weight:700;line-height:1.3;padding:0 1.25rem 1.25rem}@media screen and (min-width:992px){.table__header{font-size:1.5rem}}.table__row{border-bottom:2px solid #dedede;font-size:1rem;line-height:1.6;padding:1.25rem}@media screen and (min-width:992px){.table__row{font-size:1.25rem}}.table__row:last-child{border-bottom:4px solid #000}.table__cell{min-width:0}@media screen and (max-width:767px){.table__cell{max-width:var(--table-col-width);min-width:var(--table-col-width);overflow-wrap:break-word;width:var(--table-col-width)}}.table__cell:not(.table__cell--header){color:#575863}.table__cell p{margin:0}.table__cell p:not(:last-child){margin-bottom:.5em}.table__cell a{color:#00a1fc}.table__cell a:hover{text-decoration:none}.table__cell img{height:auto;max-width:100%}