@keyframes rotating{100%{transform:rotate(360deg)}}@keyframes loader{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.infoTable{display:flex;flex-wrap:wrap;align-items:flex-end;column-gap:3rem}.infoTable .infoTableItem{display:flex;width:100%;align-items:flex-end;justify-content:space-between;padding:1.5rem 0;border-bottom:2px solid #202020;gap:3rem}@media(min-width: 992px){.infoTable .infoTableItem.infoTableItem--50{width:calc(50% - 1.5rem)}}.infoTable .infoTableItem .infoTableItem-label{font-size:1.6rem;font-weight:500;text-transform:uppercase}.infoTable .infoTableItem .infoTableItem-value{font-size:2rem}.infoTable .infoTableItem .infoTableItem-value a{color:#ff5c00;font-weight:500}