.rankings-container{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;width:100%;position:relative;top:75px}.rankings-title{font-family:Oswald;font-size:var(--fs-heading);line-height:var(--lh-heading);font-weight:700;text-align:center;letter-spacing:1.2px;color:var(--black)}.rankings-date{font-family:Oswald;font-size:var(--fs-body);line-height:var(--lh-body);font-weight:500;color:var(--grey);text-align:center}.players-container{background:#fff;border-radius:.5rem;overflow:hidden;box-shadow:0 2px 8px #0000001a}.players-container,.no-data-container,.error-container{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;width:100%}.no-data-container h2,.error-container h2{font-family:Oswald;font-size:var(--fs-heading);line-height:var(--lh-heading);color:#2d2d2d;text-align:center;letter-spacing:1.8px}.loader-container{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;width:100%;height:calc(100vh - 100px)}.loader-container svg{transform:scale(2);transform-origin:center;margin-top:30vh}@media screen and (min-width: 1024px){.loader-container{width:calc(40vw - 100px)}}@media screen and (min-width: 1200px){.rankings-container{top:80px}}.heartbeat{-webkit-animation:heartbeat 10s ease-in-out infinite both;animation:heartbeat 10s ease-in-out infinite both}@-webkit-keyframes heartbeat{0%{-webkit-transform:scale(1);transform:scale(1);-webkit-transform-origin:center center;transform-origin:center center;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}10%{-webkit-transform:scale(.91);transform:scale(.91);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}17%{-webkit-transform:scale(.98);transform:scale(.98);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}33%{-webkit-transform:scale(.87);transform:scale(.87);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}45%{-webkit-transform:scale(1);transform:scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}@keyframes heartbeat{0%{-webkit-transform:scale(1);transform:scale(1);-webkit-transform-origin:center center;transform-origin:center center;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}10%{-webkit-transform:scale(.91);transform:scale(.91);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}17%{-webkit-transform:scale(.98);transform:scale(.98);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}33%{-webkit-transform:scale(.87);transform:scale(.87);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}45%{-webkit-transform:scale(1);transform:scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}
