.full-image-container{position:fixed;top:0;left:0;width:100%;height:100vh;background-color:rgba(0,0,0,.815);z-index:100000;animation:fadeIn .2s ease-in-out}.full-image-container .close-button{position:absolute;top:10px;right:10px;font-size:30px}.full-image-container .full-image{position:absolute;z-index:11;top:50%;left:50%;transform:translate(-50%,-50%);max-height:90vh;max-width:90vw;border-radius:10px;cursor:zoom-in;overflow:auto}.full-image-container .full-image::-webkit-scrollbar-track{background-color:#1b1a17}.full-image-container .full-image::-webkit-scrollbar-thumb{background-color:#ff8303;border-radius:10px}.full-image-container .full-image img{width:100%!important;height:100%!important;object-fit:contain}.full-image-container .zoomed img{cursor:zoom-out;scale:2}.full-image-container .bottom-image-select{position:absolute;bottom:50px;left:50%;transform:translateX(-50%);display:flex;flex-wrap:wrap;justify-content:center;align-items:center;max-height:100px;width:100%;overflow:auto;gap:20px}.full-image-container .bottom-image-select::-webkit-scrollbar-track{background-color:#1b1a17}.full-image-container .bottom-image-select::-webkit-scrollbar-thumb{background-color:#ff8303;border-radius:10px}.full-image-container .bottom-image-select img,.full-image-container .bottom-image-select video{width:auto;height:auto;max-width:75px}.full-image-container .bottom-image-select .video-container{position:relative}.full-image-container .bottom-image-select .video-container .play-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-size:2rem;cursor:pointer}.full-image-container .buttons-group{position:absolute;width:100%;top:50%;left:0;transform:translateY(-50%);display:flex;justify-content:space-between}.full-image-container .buttons-group button{width:100px;height:100px;border-radius:50%;background-color:rgba(0,0,0,.815);color:#ff8303;font-size:30px;border:none;outline:none;cursor:pointer;transition:all .3s ease-in-out}.full-image-container .buttons-group button:not(:disabled):hover{color:#a35709}.full-image-container .buttons-group button:disabled{opacity:.4;cursor:not-allowed}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media only screen and (max-width:900px){.full-image-container .full-image{max-height:100vh;max-width:100vw}.full-image-container .full-image img{width:95vw!important;height:95vw!important;object-fit:contain}}@media only screen and (max-width:600px){.full-image-container .buttons-group{display:none}}.championy-container{background:url(/_next/static/media/champions-background.6347c549.svg);background-size:contain;background-position:50%;min-height:100vh;padding-bottom:50px}.championy-container .content{max-width:1700px;margin:0 auto}.championy-container .content .champions-list{display:flex;flex-direction:column;gap:50px}.championy-container .content .champions-list .separator{width:80%;margin:0 auto;height:2px;background-color:#ff8303}@media only screen and (max-width:1700px){.championy-container{background:none;padding:20px 15px}}.champion-card-container{width:100%;max-width:1000px;display:flex;flex-direction:column;padding:20px;border-radius:15px;box-shadow:0 0 15px 2px #141414;background-color:#141414;margin:0 auto;transition:all .3s ease-in-out}.champion-card-container:hover{box-shadow:0 0 15px 2px #572e00;scale:1.01}.champion-card-container .main-image{margin:10px auto;max-width:500px}.champion-card-container h1{font-size:2rem;font-weight:600;margin-bottom:1rem;width:-moz-fit-content;width:fit-content;border-bottom:2px solid #ff8303}.champion-card-container .section{margin-top:10px}.champion-card-container .section h2{font-size:1.5rem;font-weight:600}.champion-card-container .description{white-space:pre-wrap}.champion-card-container .tags-list{display:flex;flex-wrap:wrap;align-items:center;gap:20px}.champion-card-container .tags-list .tag{padding:5px 10px;background-color:#000;border-radius:100px;width:-moz-fit-content;width:fit-content}.champion-card-container .tags-list .tag span{font-weight:bolder}.champion-card-container .tags-list .tag svg{padding-right:10px}.champion-card-container .achivements-list .list{display:flex;gap:20px;margin-top:10px;flex-wrap:wrap}@media only screen and (max-width:600px){.champion-card-container .main-image{width:100%}}.images-galery-container{display:flex;gap:20px;flex-wrap:wrap;margin-top:10px}.images-galery-container img,.images-galery-container video{height:100px;width:100px;object-fit:cover;border-radius:10px;transition:all .2s ease-in-out}.images-galery-container img:hover,.images-galery-container video:hover{cursor:pointer;scale:1.1}.achievement{background-color:#a77a00;box-shadow:0 0 10px 5px #a77a00;font-size:1.1rem;padding:5px 10px;border-radius:100px;width:-moz-fit-content;width:fit-content}.achievement span{font-weight:bolder}.achievement svg{padding-right:10px}