.video-background{position:relative;overflow:hidden;width:100vw;height:100vh}.video-background iframe{position:absolute;top:50%;left:50%;width:100vw;height:100vh;transform:translate(-50%,-50%)}@media (min-aspect-ratio:16/9){.video-background iframe{height:56.25vw}}@media (max-aspect-ratio:16/9){.video-background iframe{width:177.78vh}}table tr:nth-child(odd){background-color:#f9f9f9}.my-custom-table tr:nth-child(odd),table tr:nth-child(2n){background-color:#ffffff}.my-custom-table tr:nth-child(2n){background-color:#f9f9f9}.my-custom-table thead tr{background-color:#f9f9f9!important;padding-top:2rem;padding-bottom:2rem}.my-custom-table tbody tr:last-child td{border-bottom:none!important}@keyframes fadeIn{to{opacity:1;transform:translateY(0)}}.fade-in{opacity:0;transform:translateY(10px);will-change:opacity,transform;animation:fadeIn .5s ease-out forwards}.custom-fade{opacity:1;transform:translateY(0)}