main{display:flex;flex-direction:column;justify-content:space-between;gap:4rem;margin-bottom:4rem}main #background{display:flex;justify-content:center;align-items:center;height:12rem;min-width:100%;z-index:-1;background-color:#011a17}main #background h1{color:#fff;z-index:1}main #content{display:flex;flex-direction:column;margin:0 auto;width:100%;max-width:83.3125rem;padding:0 2rem}@media only screen and (max-width: 992px){main #content{padding-left:0 1.5rem;padding-right:0 1.5rem}}@media only screen and (max-width: 768px){main #content{padding-left:1rem;padding-right:1rem}}@media only screen and (max-width: 360px){main #content{padding-left:.5rem;padding-right:.5rem}}main #content{gap:.5rem;position:relative}main #content #table-wrapper{display:block;overflow-x:auto;overflow-y:hidden}main #content #table-wrapper #table{width:100%;border-collapse:collapse;border-bottom:1px solid #c7cfee;box-shadow:0 1px #e6f5f6}main #content #table-wrapper #table thead{background-color:#2c3860}main #content #table-wrapper #table thead th{padding:.75rem;text-align:center;color:#fff;font-size:.85rem;-webkit-user-select:none !important;-moz-user-select:none !important;user-select:none !important;white-space:nowrap;font-weight:500}main #content #table-wrapper #table tbody{height:100%}main #content #table-wrapper #table tbody tr{height:100%}main #content #table-wrapper #table tbody tr:not(:last-child){border-bottom:2px solid #e4e7f1}main #content #table-wrapper #table tbody tr td{height:100%;padding:.75rem;text-align:center;vertical-align:middle}main #content #table-wrapper #table tbody tr td:first-child{width:3.5rem}main #content #table-wrapper #table tbody tr:nth-child(odd){background-color:#ebecf0}body.dark main #background{background-color:#3c556d}body.dark main #background::after{background-color:rgba(50,61,75,.902)}body.dark main #content #table-wrapper #table{border-bottom-color:#2c3744}body.dark main #content #table-wrapper #table thead{background-color:#3c556d}body.dark main #content #table-wrapper #table tbody tr:nth-child(odd){background-color:#2c3744}body.dark main #content #table-wrapper #table tbody tr:not(:last-child){border-bottom-color:#3f4e61}