.my-section{display:flex;width:100%;justify-content:space-between;align-items:center;gap:1.5rem}.leaderboard--top3{border-radius:1rem;position:relative;height:auto;padding:5px;z-index:2}.gradient-border-box{height:177px}.gradient-border-box:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;z-index:-1;background:radial-gradient(circle at center,#fff,#252656,#252656);background-size:500% 100%;border-radius:15px;animation:gradientAnimation 6s ease infinite}@keyframes gradientAnimation{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}@keyframes svgAnimation{0%{stroke-dashoffset:0}to{stroke-dashoffset:1000}}.leaderboard--banner{border-radius:1rem;position:relative;overflow:hidden;display:flex;justify-content:space-between;align-items:center;gap:1.5rem;isolation:isolate;background-color:#181818;padding:12px 20px;&>img{position:absolute;inset:0;max-width:100%;isolation:isolate;height:100%;z-index:-1}}.leaderboard--banner .playerName,.leaderboard_username-section,.points{display:none!important}.leaderboard--text{height:100%;display:flex;justify-content:space-between;color:#fff;flex-direction:column}.leaderboard--text h3{font-size:27px;line-height:30px;margin-bottom:0}.leaderboard--text h3 span{color:#f2a11f;font-weight:600;text-transform:uppercase}.leaderboard--text p{font-weight:400;font-size:13px;line-height:21px;color:#f6b3f8;margin-top:.25rem;margin-bottom:0}.leaderboard--text .note{margin-top:1rem}.subHeading{font-weight:500;font-size:17px;line-height:20px;letter-spacing:.5;text-transform:uppercase}@media (max-width:40rem){.my-section{flex-direction:column}.gradient-border-box{height:auto}}.rewards{width:100%}@media (max-width:1299px){.gradient-border-box{height:auto}}