@keyframes slide-in{from{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}@keyframes slide-up{from{opacity:0;transform:translateX(-100%)}to{opacity:1;transform:translateY(0)}}@keyframes slideInFromLeft{from{margin-left:-100%}to{margin-left:0}}.table{position:relative}.table__text{margin-bottom:2rem}@media only screen and (min-width:768px){.table__text{margin-bottom:3rem}}.table__container{position:relative;overflow-x:auto;margin:0 -1.25rem 2rem -1.25rem;padding:0 1.25rem}@media only screen and (min-width:768px){.table__container{margin:0 0 3rem 0;overflow-x:hidden;padding:0}}.table table{border-spacing:0;min-width:840px}@media only screen and (min-width:768px){.table table{min-width:0}}.table table thead tr th{text-align:left;padding:1.5rem;margin:0;color:var(--dark);vertical-align:top}.table table tbody tr{background-color:var(--white)}.table table tbody tr:nth-child(odd){background-color:var(--blue-50)}.table table tbody tr td{text-align:left;padding:1.5rem;color:var(--dark);font-size:1rem;line-height:1.5rem;vertical-align:top;width:40%}.table table tbody tr td:first-child{font-family:var(--font-family-bold);width:20%}