:root{--bg-color: #111111;--text-color: white;--font-title: "Bebas Neue", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;--font-body: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;--title-font: var(--font-title);--text-font: var(--font-body);--lh-body: 1.55;--lh-title: 1.05;--tracking: .08em;--text-font-size-mobile: 14px;--title1-font-size-mobile: 42px;--title2-font-size-mobile: 28px;--title3-font-size-mobile: 18px;--text-font-size-tablet: 18px;--title1-font-size-tablet: 60px;--title2-font-size-tablet: 36px;--title3-font-size-tablet: 22px;--text-font-size-desktop: 18px;--title1-font-size-desktop: 72px;--title2-font-size-desktop: 44px;--title3-font-size-desktop: 26px;--text-font-size-desktop-plus: 20px;--title1-font-size-desktop-plus: 84px;--title2-font-size-desktop-plus: 52px;--title3-font-size-desktop-plus: 30px}*{margin:0;padding:0;border:none}body{font-family:var(--text-font);color:var(--text-color);font-size:var(--text-font-size-mobile);font-weight:200;line-height:var(--lh-body);text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3{font-family:var(--title-font);color:var(--text-color);font-weight:400;font-size:32px;line-height:var(--lh-title)}h1{font-size:var(--title1-font-size-mobile)}h2{font-size:var(--title2-font-size-mobile)}h3{font-weight:300;font-size:var(--title3-font-size-mobile)}div:has(section):not(:has(.hero)):not(:has(.name-n-title)){background-color:var(--bg-color);display:flex;flex-direction:column;align-items:center}section{width:270px;margin:15px 0;height:auto}.loading-div{height:80vh;background-color:var(--bg-color)}@media screen and (min-width:768px){section{width:542px;margin-bottom:27px}body{font-size:var(--text-font-size-tablet)}h1{font-size:var(--title1-font-size-tablet)}h2{font-size:var(--title2-font-size-tablet)}h3{font-size:var(--title3-font-size-tablet)}}@media screen and (min-width:1024px){section{width:725px}body{font-size:var(--text-font-size-desktop)}h1{font-size:var(--title1-font-size-desktop)}h2{font-size:var(--title2-font-size-desktop)}h3{font-size:var(--title3-font-size-desktop)}}@media screen and (min-width:1440px){section{width:1023px}body{font-size:var(--text-font-size-desktop-plus)}h1{font-size:var(--title1-font-size-desktop-plus)}h2{font-size:var(--title2-font-size-desktop-plus)}h3{font-size:var(--title3-font-size-desktop-plus)}}.footer-div{display:flex;flex-direction:column;align-items:center;gap:70px;padding:10px 35px;background-color:#222}.policy{display:flex;flex-direction:column;align-items:center;text-align:center}.policy h1{font-size:var(--title1-font-size-mobile);font-family:Protest Revolution,sans-serif;color:#5c5c5c;flex-shrink:0;text-align:center;margin-bottom:10px;transition:all .2s ease-in-out}.policy h1:hover{color:var(--text-color);text-shadow:2px 2px 4px rgba(0,0,0,.95)}.dev{display:flex;flex-direction:column;align-items:center;gap:15px}.dev .social-media-icons{display:flex;flex-direction:row;gap:24px}.dev .social-media-icons a{width:40px;height:40px;text-decoration:none;color:#fff}.dev .social-media-icons .icon{width:100%;height:100%}.quebra{display:none}@media screen and (min-width:768px){.footer-div{flex-direction:row;align-items:center;justify-content:space-between;gap:none;padding:2.5em}.policy{width:50%;align-items:flex-start;text-align:start;line-height:1.5em;gap:15px}.policy h1{font-size:calc(var(--title1-font-size-tablet) - 10px)}.dev{width:50%;align-items:flex-end;text-align:end}.quebra{display:block}}@media screen and (min-width:1024px){.footer-div{padding:4em}.dev .social-media-icons a{width:40px;height:40px;text-decoration:none;color:#5c5c5c;transition:all .2s ease-in-out}.dev .social-media-icons a:hover{color:var(--text-color);transform:scale(1.1)}}@media screen and (min-width:1440px){.dev .social-media-icons a{width:60px;height:60px;text-decoration:none;color:#5c5c5c;transition:all .2s ease-in-out}}.header{position:fixed;display:flex;justify-content:space-between;align-items:center;width:100%;box-sizing:border-box;padding:calc(12px + env(safe-area-inset-top,0px)) 16px 12px;z-index:1000}.header:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,rgba(0,0,0,1) 0%,rgba(0,0,0,1) 20%,transparent 100%);z-index:-1;opacity:0;transition:opacity .2s ease-in-out}.header.scrolled:before{opacity:1}.header .title h1{display:none;font-size:var(--title1-font-size-mobile);font-family:Protest Revolution,sans-serif;color:#fff;text-shadow:2px 2px 4px rgba(0,0,0,.95);flex-shrink:0;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.header .title h1.scrolled{display:block}.header .menu,.header .languages{flex:0 0 auto;display:flex;align-items:center}.header .title{flex:1 1 auto;min-width:0;display:flex;justify-content:center}.header .languages{justify-content:flex-end}@media screen and (min-width:768px){.header{padding:calc(18px + env(safe-area-inset-top,0px)) 5%}.header .title h1{font-size:var(--title1-font-size-tablet)}}@media screen and (min-width:1024px){.header .title h1{font-size:calc(var(--title1-font-size-desktop) - 40px)}}@media screen and (min-width:1440px){.header .title h1{font-size:calc(var(--title1-font-size-desktop-plus) - 40px)}}.menu div.menu-mobile button{width:var(--title1-font-size-mobile);height:var(--title1-font-size-mobile);display:flex;justify-content:center;align-items:center;background-color:transparent}.menu div.menu-mobile .menu-mobile-options{transform:translate(-105%);transition:all .3s ease-in-out;position:absolute;top:0;left:0;height:100vh;width:50%;background-color:var(--bg-color);display:flex;flex-direction:column;align-items:flex-start;gap:35px;padding:35px 25px;z-index:1001;box-shadow:5px 0 5px #000c}.menu div.menu-mobile .menu-mobile-options.active{transform:translate(0)}.menu div.menu-mobile .menu-mobile-options button{color:var(--text-color);font-size:var(--title2-font-size-mobile);font-family:var(--title-font);width:100%;height:auto;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:.6em;line-height:1;letter-spacing:.02em;padding:.25em 0;min-height:2.2em}.menu div.menu-mobile .menu-mobile-options .menu-label{display:inline-block;line-height:1}.menu div.menu-mobile .menu-mobile-options button .icon{font-size:1.15em;width:1em;height:1em;color:var(--text-color);flex:0 0 auto;display:block}.menu div.menu-mobile .menu-mobile-options button.about-dev-bnt{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.header .menu div.menu-mobile .menu-mobile-options button.about-dev-bnt .about-dev{color:var(--text-color);font-size:var(--title2-font-size-mobile);font-family:var(--title-font);width:100%;height:auto;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:.6em;line-height:1;letter-spacing:.02em}.menu div.menu-mobile .menu-mobile-options button.about-dev-bnt .arrow{width:1.15em;height:1.15em;display:block;transform:rotate(0);transition:transform .2s ease-in-out}.header .menu div.menu-mobile .menu-mobile-options button.about-dev-bnt .arrow.active{transform:rotate(-180deg)}.menu .social-media{margin-top:-25px;opacity:0;transform:translate(-20px);transition:all .2s ease;display:flex;flex-direction:column;align-items:flex-start;gap:20px;padding-left:25px}.menu .social-media.active{opacity:1;transform:translate(0)}.menu .social-media a{display:flex;flex-direction:row;align-items:center;gap:10px;text-decoration:none;color:var(--text-color);font-family:var(--text-font)}.menu div.menu-mobile button .icon{width:100%;height:100%;color:var(--text-color)}.menu div.menu-mobile button .icon.close{font-size:1.35em;width:1em;height:1em}.menu nav.menu-desktop{display:none;gap:20px}@media screen and (min-width:768px){.menu div.menu-mobile button{width:calc(var(--title1-font-size-tablet) - 10px);height:calc(var(--title1-font-size-tablet) - 10px)}.menu div.menu-mobile .menu-mobile-options button{font-size:var(--title2-font-size-tablet);font-family:var(--title-font);gap:.6em;padding:.35em 0;min-height:2.15em}.menu div.menu-mobile .menu-mobile-options .menu-label{transform:none}.menu div.menu-mobile .menu-mobile-options button.about-dev-bnt .about-dev{font-size:var(--title2-font-size-tablet);font-family:var(--title-font);gap:.6em}.menu div.menu-mobile .menu-mobile-options button .icon{font-size:1.1em;width:1em;height:1em}.menu div.menu-mobile .menu-mobile-options button.about-dev-bnt .arrow{width:1.1em;height:1.1em}.menu div.menu-mobile .menu-mobile-options .social-media{gap:25px}.menu div.menu-mobile .menu-mobile-options{width:55%;padding:40px 28px;gap:32px}}@media screen and (min-width:1024px){.menu div.menu-mobile button{display:none}.menu nav.menu-desktop{display:flex;flex-direction:row;align-items:flex-start;gap:35px}.menu nav.menu-desktop button{background-color:transparent;color:var(--text-color);font-size:var(--title3-font-size-desktop);font-family:var(--title-font);transition:all .3s ease;cursor:pointer}.menu nav.menu-desktop .dev-links{position:relative;display:inline-block}.menu nav.menu-desktop button:hover{transform:translateY(-5px)}.menu .social-media{opacity:0;position:absolute;top:190%;left:-22%;width:160%;padding:20px;background:#010a13f2;border-radius:20px;transform:translateY(-10px);pointer-events:none;transition:all .3s ease}.menu .social-media a{transition:all .2s ease-in-out}.menu .social-media a:hover{transform:scale(1.1)}.menu .social-media.active{opacity:1;transform:translateY(0);pointer-events:all}}@media screen and (min-width:1440px){.menu nav.menu-desktop button{font-size:var(--title3-font-size-desktop-plus)}}.languages-btn-div,.languages-bnt-div{position:relative}.languages-btn{background-color:transparent;display:flex;flex-direction:row;align-items:center;gap:.35rem}.languages-btn .flag-icon{width:clamp(26px,2.2vw,34px);height:auto}.languages-btn .arrow{width:.9em;height:.9em;transform:rotate(0);transition:all .2s ease-in-out}.languages-btn .arrow.active{transform:rotate(180deg)}.available-languages{opacity:0;pointer-events:none;transform:translateY(-10px);position:absolute;margin-top:10px;right:5%;padding:.7em;display:flex;flex-direction:column;align-items:flex-end;justify-content:center;gap:8px;list-style:none;background:#010a13f2;border-radius:10px;transition:all .2s ease-in-out}.available-languages.active{opacity:1;pointer-events:all;transform:translateY(0)}.available-languages li{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;padding:10px;gap:1em;transition:all .2s ease-in-out;border-radius:10px}.available-languages li:hover{transform:scale(1.1)}.available-languages li img{width:1.25em}.class-icon{width:1rem;height:auto;filter:brightness(0) invert(1)}@media screen and (min-width:768px){.class-icon{width:30px}}@media screen and (min-width:1024px){.class-icon{width:50px}}@media screen and (min-width:1440px){.class-icon{width:75px}}.classes-list-div{display:flex;flex-direction:column;align-items:center;gap:20px;width:100%}.selected-classes-container{position:relative;width:90%;height:41px;border-radius:20px;padding:0 10px;background-color:#202020;color:var(--text-color);font-family:var(--text-font);letter-spacing:var(--tracking);border:1px solid transparent;transition:border-color .1s ease-in;display:flex;justify-content:space-between;align-items:center}.selected-classes-container.active{border-radius:20px 20px 0 0}.selected-classes-div{width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:10px}.selected-classes-div .selected-classes{width:auto;height:100%;display:flex;flex-direction:row;align-items:center;gap:5px}.selected-classes-div .arrow-icon{transition:transform .2s ease-in-out;transform:rotate(0)}.selected-classes-div .arrow-icon.active{transform:rotate(180deg)}.selected-classes-div .selected-classes img{transform:scale(.8)}.classes-list{display:none}.classes-list.active{display:block;position:absolute;padding-bottom:5px;top:100%;left:0;border-radius:0 0 20px 20px;background-color:#202020;width:100%;z-index:50}.classes-list .class-item{display:flex;align-items:center;gap:10px;padding:10px;cursor:pointer;transition:background-color .1s ease-in-out}.classes-list .class-item button{background-color:transparent;color:var(--text-color);display:flex;flex-direction:row;align-items:center;gap:5px;font-family:var(--text-font);font-size:var(--text-font-size-mobile);font-weight:200;cursor:pointer}.classes-list .class-item button.active{font-weight:500;transform:scale(1.2) translate(5%)}@media screen and (min-width:768px){.selected-classes-container{height:62px;border-radius:30px}.classes-list .class-item button{font-size:var(--text-font-size-tablet)}.classes-list .class-item img{transform:scale(.9)}.selected-classes-container.active{border-radius:30px 30px 0 0}.classes-list.active{border-radius:0 0 30px 30px;padding-bottom:10px}}@media screen and (min-width:1024px){.selected-classes-container{height:60px;border-radius:40px}.classes-list .class-item button{font-size:var(--text-font-size-desktop)}.selected-classes-container.active{border-radius:30px 30px 0 0}.classes-list.active{border-radius:0 0 40px 40px;padding-bottom:15px}.selected-classes-div .selected-classes{gap:2px}.selected-classes-div .selected-classes img{transform:scale(.5);margin-right:-20px}.selected-classes img{transform:scale(.7)}.classes-list .class-item img{transform:scale(.8)}}.home-filters-div{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px 0}.home-filters{width:91%;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:10px}.class-filter-div{width:100%;display:flex;flex-direction:row;align-items:center}.class-filter-div ul{list-style:none}.input-name{border:none;width:95%;height:41px;padding-left:15px;border-radius:20px;background-color:#202020;color:var(--text-color);font-family:var(--text-font);letter-spacing:var(--tracking);border:1px solid transparent;transition:border-color .1s ease-in}.input-name:focus{border-color:var(--text-color)}.input-name::placeholder{font-family:var(--text-font);font-size:13px;letter-spacing:var(--tracking)}.class-filter-div h4{font-family:var(--text-font);color:var(--text-color);font-size:var(--text-font-size-mobile);font-weight:300;margin-right:10px}@media screen and (min-width:768px){.home-filters{flex-direction:row;align-items:center;justify-content:space-between}.input-name{width:45%;padding-left:20px;height:60px;border-radius:30px;font-size:20px}.input-name::placeholder{font-size:18px}.class-filter-div{width:45%}.class-filter-div h4{font-size:var(--text-font-size-tablet)}}@media screen and (min-width:1024px){.home-filters{width:85%}.input-name{padding-left:25px;height:60px;border-radius:40px;font-size:25px}.input-name::placeholder{font-size:20px}.class-filter-div h4{font-size:var(--text-font-size-desktop)}}@media screen and (min-width:1440px){.class-filter-div h4{font-size:var(--text-font-size-desktop-plus)}}.home-hero{width:100%;height:337px;background-image:var(--bg-hero);background-size:200%;background-position:30% 0%;display:flex;align-items:flex-end;justify-content:flex-end}.home-hero:after{content:"";position:absolute;top:0;left:0;width:100%;height:337px;background:#0101014d linear-gradient(to top,#111 10%,#01010100 80%);pointer-events:none;z-index:1}.home-hero-content{width:95%;z-index:2;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.home-hero-content h1{white-space:nowrap;max-width:100%;font-size:clamp(32px,7vw,84px)}.home-hero-content h1 span{opacity:0;transform:translateY(30px);animation:heroAnimation .8s cubic-bezier(.25,1,.5,1) forwards}.home-hero-content h1 span.first{animation-delay:.5s}.home-hero-content h1 span.second{animation-delay:1s}.home-hero-content h3{font-family:var(--text-font);width:85%;opacity:0;transform:translateY(30px);animation:heroAnimation .5s cubic-bezier(.25,1,.5,1) forwards;animation-delay:1.5s}@media screen and (min-width:768px){.home-hero{height:488px;background-size:130%;background-position:30% 0%;align-items:flex-start!important}.home-hero:after{height:488px;background:#0101014d linear-gradient(to top,#111 10%,#01010100 50%) linear-gradient(45deg,#111 10%,#01010100 50%)}.home-hero-content{width:70%;align-items:flex-start;text-align:start;margin:3% 5%}.home-hero-content h1{line-height:100%}.home-hero-content h3{letter-spacing:var(--tracking);line-height:1.3}}@media screen and (min-width:1024px){.home-hero{height:637px;background-size:100%;background-position:30% 0%}.home-hero:after{height:637px}.home-hero-content{width:70%;align-items:flex-start;text-align:start;margin:3% 7.5%}}@media screen and (min-width:1440px){.home-hero{height:862px;background-size:100%;background-position:15% 0%}.home-hero:after{height:862px}}@keyframes heroAnimation{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.loading{width:100%;height:100%;background:transparent;display:flex;align-items:center;justify-content:center;min-height:300px}.loading img{width:25%;height:auto}.home-champions-list{position:relative;display:grid;grid-template-columns:repeat(auto-fill,minmax(80px,1fr));gap:20px;padding:20px;width:90%;margin:0 auto;grid-auto-rows:120px;z-index:1;min-height:440px;opacity:0;transform:translateY(30px);transition:all .3s cubic-bezier(.23,1,.32,1);transition-delay:1s}.home-champions-list.visible{opacity:1;transform:translateY(0)}@media screen and (min-width:768px){.home-champions-list{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));height:auto;gap:40px;grid-auto-rows:150px;transition-delay:.5s}}@media screen and (min-width:1024px){.home-champions-list{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:30px;grid-auto-rows:190px;width:85%}}@media screen and (min-width:1440px){.home-champions-list{gap:30px;grid-auto-rows:190px;width:85%}}.champion-card{display:flex;flex-direction:column;align-items:center;gap:5px}.champion-container{position:relative;overflow:hidden;border-radius:10px;transition:all .2s cubic-bezier(.4,0,.2,1);z-index:1}.img-wrapper{position:relative;width:100%;aspect-ratio:1 / 2;background-color:#1a1c21;overflow:hidden}.skeleton{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,#1a1c21 25%,#24272e,#1a1c21 75%);background-size:200% 100%;animation:skeleton-loading 1.5s infinite linear}.img-hidden{opacity:0}.fade-in{opacity:1;transition:opacity .2s ease-in-out}.champion-container img{width:100%;height:auto;border-radius:10px;object-fit:cover;border:1px solid #222222;box-shadow:0 4px 4px #00000080}.champion-card h3{font-size:var(--text-font-size-mobile);font-family:var(--text-font);color:var(--text-color);text-align:center}.champion-content{display:none}@media screen and (min-width:768px){.champion-card img{width:100%;height:auto}.champion-card h3{font-size:var(--text-font-size-desktop)}}@media screen and (min-width:1024px){.champion-container img{width:100%;height:190px}.champion-card h3{display:none}.champion-container:hover{transform:scale(1.8);z-index:100;cursor:pointer}.champion-content{position:absolute;top:0;left:0;width:100%;height:100%;z-index:102;opacity:0;transition:all .3s ease;display:flex;flex-direction:column;justify-content:space-between}.champion-content .champion-classes{display:flex;gap:5px;justify-content:flex-end;margin-right:5px;margin-top:5px}.champion-content .champion-classes .class-icon-div{width:20px;height:20px;border-radius:50%;background-color:#0009;display:flex;justify-content:center;align-items:center}.champion-content .champion-classes .class-icon-div img{width:12px;height:auto;border:none;box-shadow:none}.champion-content .champion-title{position:relative;z-index:105;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;margin-left:8px;margin-bottom:8px}.champion-content .champion-title h1{font-size:var(--text-font-size-desktop);font-family:var(--title-font);color:var(--text-color);margin-bottom:-3px}.champion-content .champion-title h3{display:block;font-size:.4em;font-family:var(--text-font);color:var(--text-color)}.champion-container:after{content:"";position:absolute;top:0;left:0;width:110%;height:110%;border-radius:8px;background:linear-gradient(to top,#111 5%,#01010100 50%);pointer-events:none;z-index:101;opacity:0;transition:opacity .2s ease-in}.champion-container:hover:after{opacity:1}.champion-container:hover .champion-content{display:flex;opacity:1}}@keyframes skeleton-loading{0%{background-position:200% 0}to{background-position:-200% 0}}.not-found-div{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;margin-top:10px;min-height:400px}.not-found-div p{font-size:var(--text-font-size-mobile);font-weight:400;margin-bottom:10px;text-align:center}.not-found-div img{width:150px;height:auto}@media screen and (min-width:768px){.not-found-div p{font-size:var(--text-font-size-tablet)}.not-found-div img{width:200px}}@media screen and (min-width:1024px){.not-found-div p{font-size:var(--text-font-size-desktop)}}@media screen and (min-width:1440px){.not-found-div p{font-size:var(--text-font-size-desktop-plus)}.not-found-div img{width:300px}}.limit-controller-div{width:100%;display:flex;justify-content:center;margin:40px 0 50px;height:auto}.limit-controller-btn{width:85%;background-color:#202020;color:var(--text-color);font-family:var(--text-font);font-size:var(--text-font-size-mobile);padding:1.3em;letter-spacing:var(--tracking);border-radius:25px}@media(min-width:768px){.limit-controller-btn{font-size:var(--text-font-size-tablet);border-radius:35px}}@media(min-width:1024px){.limit-controller-btn{font-size:var(--text-font-size-desktop);border-radius:45px;transition:all .2s ease}.limit-controller-btn:hover{background-color:#323232;transform:scale(1.02)}}@media(min-width:1440px){.limit-controller-btn{font-size:var(--text-font-size-desktop-plus);border-radius:55px}}.hability-btn{width:34px;height:34px;background:transparent;border-radius:4px;overflow:hidden;opacity:.5;transition:all .15s ease-in}.hability-btn img{width:100%;height:100%}.hability-btn.active-btn{transform:scale(1.2);box-shadow:0 0 6px 2px #ffffff96;opacity:1}@media screen and (min-width:1024px){.hability-btn{width:40px;height:40px}.hability-btn.active-btn{transform:scale(1.3);box-shadow:0 0 7px 3px #ffffff96;opacity:1}}@media screen and (min-width:1440px){.hability-btn{width:60px;height:60px}}.champ-habilities{display:flex;flex-direction:column;align-items:center;gap:10px;opacity:0;transform:translateY(30px);transition:all .3s cubic-bezier(.22,1,.36,1);transition-delay:.8s}.champ-habilities.visible{opacity:1;transform:translateY(0)}.habilities-data{display:flex;flex-direction:column}.habilities-data-div{display:flex;flex-direction:column;width:100%}.habilities-icons{width:100%;display:flex;flex-direction:row;justify-content:space-between;margin-bottom:10%}.hability-info{display:flex;flex-direction:column;align-items:center}.hability-info .hability-description{font-size:13px;height:100px;overflow:auto;scrollbar-color:gray transparent}@media screen and (min-width:768px){.habilities-icons{margin-bottom:20px}.habilities-data{flex-direction:row;align-items:flex-start;height:auto;gap:10px}.hability-data-div{width:45%}.hability-info{align-items:flex-start;gap:5px}.hability-info .hability-title{font-size:20px}.hability-info .hability-description{font-size:13px;line-height:20px;height:120px}}@media screen and (min-width:1024px){.champ-habilities h2{font-size:40px}.habilities-data{justify-content:space-between;width:100%;height:auto;gap:20px}.hability-data-div{width:40%}.hability-info{align-items:flex-start;gap:5px}.hability-info .hability-description{font-size:16px;line-height:25px;height:180px}.habilities-icons{margin-bottom:13%}}@media screen and (min-width:1440px){.champ-habilities h2{font-size:64px}.habilities-data{justify-content:space-between;height:auto;gap:20px}.hability-data-div{width:433px}.hability-info{align-items:flex-start;gap:10px}.hability-info .hability-title{font-size:36px}.hability-info .hability-description{font-size:24px;line-height:35px;height:245px}}.hability-video.mobile{width:100%;height:185px;border-radius:5px;overflow:hidden;margin-bottom:10px}.hability-video.tablet-desktop{display:none;overflow:hidden}.hability-video video{width:100%;height:100%;object-fit:cover;border-radius:15px}@media screen and (min-width:768px){.hability-info .hability-video.mobile{display:none}.hability-video.tablet-desktop{display:block;width:60%;height:205px;overflow:hidden;border-radius:10px}}@media screen and (min-width:1024px){.hability-video.tablet-desktop{height:271px}}@media screen and (min-width:1440px){.hability-video.tablet-desktop{width:588px;height:400px;border-radius:15px}}.class-div-MobileandTablet{opacity:0;display:flex;flex-direction:row;justify-content:center;align-items:center;width:auto;height:auto;gap:3px;background-color:#1d1d1da8;padding:1px 8px;border-radius:15px;animation:classReveal .5s cubic-bezier(.19,1,.22,1) forwards;animation-delay:calc(var(--index) * .2s + 1s)}.class-div-desktop{display:none}.class-div-MobileandTablet p{font-size:11px;font-weight:400;letter-spacing:var(--tracking)}.role-badge{position:relative;cursor:pointer}.role-badge:after{content:attr(data-tooltip);position:absolute;bottom:100%;left:50%;transform:translate(-50%);background-color:#1d1d1da8;color:#fff;padding:8px 12px;font-weight:300;border-radius:4px;font-size:20px;white-space:nowrap;opacity:0;visibility:hidden;transition:all .2s ease-in-out;z-index:10}.role-badge:before{content:"";position:absolute;bottom:95%;left:50%;transform:translate(-50%);border-width:6px;border-style:solid;border-color:rgb(29,29,29,.66) transparent transparent transparent;opacity:0;visibility:hidden;transition:all .2s ease-in-out;z-index:10}.role-badge:hover:after,.role-badge:hover:before{opacity:1;visibility:visible;bottom:140%}.role-badge:hover:before{bottom:125%}@media screen and (min-width:768px){.class-div-MobileandTablet{padding:6px 16px;gap:5px;border-radius:25px}.class-div-MobileandTablet p{font-size:16px;font-weight:400;letter-spacing:var(--tracking)}}@media screen and (min-width:1024px){.class-div-MobileandTablet{display:none}.class-div-desktop{display:block;opacity:0;animation:classReveal .5s cubic-bezier(.19,1,.22,1) forwards;animation-delay:calc(var(--index) * .1s + 1s)}}@keyframes classReveal{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.name-n-title{display:flex;flex-direction:column;gap:.15em}.name-n-title h1{margin-bottom:0;line-height:1;opacity:0;animation:fadeInUp .3s cubic-bezier(.22,1,.36,1) forwards;animation-delay:.5s;will-change:transform,opacity}.name-n-title h3{font-family:var(--text-font);opacity:0;animation:fadeInUp .3s cubic-bezier(.22,1,.36,1) forwards;animation-delay:.7s;will-change:transform,opacity}@media screen and (min-width:768px){.name-n-title{gap:.12em}}@media screen and (min-width:1024px){.name-n-title{gap:.1em}}@media screen and (min-width:1440px){.name-n-title{gap:.08em}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero{height:212px;background-image:var(--bg-hero);background-size:cover;background-position:center top;display:flex;align-items:flex-end;justify-content:center}.hero:after{content:"";position:absolute;top:0;left:0;width:100%;height:212px;background:linear-gradient(to top,#111,#01010100 50%);pointer-events:none;z-index:1}.hero-section{z-index:2;display:flex;flex-direction:row;justify-content:space-between;align-items:stretch}.champ-classes{display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-end;gap:10px}@media screen and (min-width:768px){.hero{height:453px}.hero:after{height:453px}}@media screen and (min-width:1024px){.hero{height:604px}.hero:after{height:604px}.champ-classes{flex-direction:row}}@media screen and (min-width:1440px){.hero{height:850px}.hero:after{height:850px}}.champ-skins-div{padding-bottom:3%}.champ-skins-div h2{opacity:0;transform:translateY(30px);transition:all .5s cubic-bezier(.22,1,.36,1);transition-delay:.5s}.champ-skins-div h2.visible{opacity:1;transform:translateY(0)}.champ-skins{opacity:0;transform:translateY(30px);transition:all .3s cubic-bezier(.22,1,.36,1);transition-delay:1s}.champ-skins.visible{opacity:1;transform:translateY(0)}.champ-skins .skins-container{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;gap:10px;scrollbar-width:none;-ms-overflow-style:none}.champ-skins .skin-card{flex:0 0 100%;scroll-snap-align:start;position:relative;display:flex;flex-direction:column;align-items:center}.champ-skins .skin-card img{width:100%;border-radius:4px}.champ-skins .skin-card h3{position:absolute;bottom:0;left:0;width:auto;font-size:80%;background-color:#000000a6;font-family:var(--text-font);font-size:calc(var(--text-font-size-mobile) - 2px);padding:5px;border-radius:5px;margin:5px}.champ-skins .skins-dots{display:flex;justify-content:center;gap:5px;margin-top:5px}.champ-skins .dot{width:4px;height:4px;background:transparent;border:1px solid white;border-radius:50%;transition:all .3s ease}.champ-skins .dot.active{background:#fff;transform:scale(1.5)}.champ-skins .arrows{opacity:0;pointer-events:none;position:absolute;background:transparent;width:100%;height:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center}.champ-skins .arrows .nav-arrow{background:transparent;color:#fff;width:40px;height:40px;border-radius:50%;cursor:pointer;z-index:1000;transition:all .2s ease;padding:6px}.champ-skins .arrows .nav-arrow.left:hover{transform:translate(-3px) scale(1.1)}.champ-skins .arrows .nav-arrow.right:hover{transform:translate(3px) scale(1.1)}@media screen and (min-width:748px){.champ-skins .skins-dots{gap:10px;margin-top:15px}.champ-skins .dot{width:6px;height:6px}.champ-skins .arrows{opacity:1;pointer-events:all}.champ-skins .arrows .nav-arrow{width:50px;height:50px;padding:4px}.champ-skins .skin-card h3{font-size:var(--text-font-size-tablet);margin:10px}}@media screen and (min-width:1024px){.champ-skins .skins-dots{margin-top:20px}.champ-skins .dot{width:8px;height:8px}.champ-skins .arrows .nav-arrow{width:60px;height:60px}.champ-skins .skin-card h3{font-size:var(--text-font-size-desktop);margin:15px}}@media screen and (min-width:1440px){.champ-skins .skin-card h3{font-size:var(--text-font-size-desktop-plus)}}.champ-tips-mobile{opacity:0;transform:translateY(30px);transition:all .3s cubic-bezier(.22,1,.36,1);transition-delay:2s;display:flex;flex-direction:column;gap:25px}.champ-tips-mobile.visible{opacity:1;transform:translateY(0)}.champ-tips-tabletDesktop{display:none}@media screen and (min-width:768px){.champ-tips-mobile{display:none}.champ-tips-tabletDesktop{display:block;opacity:0;transform:translateY(30px);transition:all .3s cubic-bezier(.22,1,.36,1);transition-delay:.5s}.champ-tips-tabletDesktop.visible{opacity:1;transform:translateY(0)}}.champ-tips-title{text-decoration:none;background-color:transparent;display:flex;flex-direction:row;align-items:center;border:none;width:100%}.champ-tips-title h2{opacity:.5}.champ-tips-title.active-chefron h2{opacity:1}.champ-tips-title img{transition:transform .2s ease-in-out;transform:rotate(0)}.active-chefron img.arrow{transform:rotate(180deg)}.champ-tips-list{max-height:0;overflow:hidden;opacity:0;transition:max-height .3s ease-in-out,opacity .3s ease}.champ-tips-list.active-chefron{max-height:500px;opacity:1}.champ-tips-list ul{list-style:none;padding:0;display:flex;flex-direction:column;gap:10px}.champ-tips-list li img{width:20px;margin-right:2px}.champ-tips-list li img.ally{filter:invert(59%) sepia(35%) saturate(941%) hue-rotate(82deg) brightness(95%) contrast(92%)}.champ-tips-list li img.enemy{filter:invert(88%) sepia(58%) saturate(5758%) hue-rotate(345deg) brightness(97%) contrast(102%)}@media screen and (min-width:768px){.champ-tips-list{height:auto;width:50%;flex-shrink:0}.champ-tip-list-content{width:100%;overflow:hidden;position:relative}.champ-tip-list-track{display:flex;width:200%;transition:transform .5s cubic-bezier(.4,0,.2,1)}.champ-tip-list-track.ally{transform:translate(0)}.champ-tip-list-track.enemy{transform:translate(-50%)}.champ-tips-list li{line-height:30px;margin-right:3px}.champ-tips-list li img{margin-right:3px}}@media screen and (min-width:1024px){.champ-tips-list li{line-height:30px}}@media screen and (min-width:1440px){.champ-tips-list ul{gap:20px}.champ-tips-list li{line-height:35px}}.champ-tips-options{display:flex;flex-direction:row;justify-content:space-between;margin-bottom:10px}.champ-description{opacity:0;line-height:var(--lh-body);transform:translateY(30px);transition:all .3s cubic-bezier(.22,1,.36,1);transition-delay:1.5s}.champ-description.visible{opacity:1;transform:translateY(0)}.not-found-page-div{margin-top:15%;height:80vh}.not-found{display:flex;flex-direction:column;justify-content:center;align-items:center}
