.fruitCard-wrapper{display:flex;width:100%;background-color:#011a48;min-height:350px;height:100%;border-radius:17px;border:1px solid #1869ff}.cardClickable{cursor:pointer}.cardClickable:hover{border:1px solid #ffec18;opacity:.8}.info-wrapper{position:relative;display:flex;flex-direction:column;justify-content:space-between;gap:20px;padding:80px 20px 20px;width:100%;text-align:center}.fruitImg{position:absolute;top:-50px;translate:-50%;height:100px;width:110px;object-fit:contain}.userImg{width:30%;height:inherit;object-fit:cover;object-position:top;border-radius:0 17px 17px 0;outline:1px solid #1869ff;outline-offset:-1px}.titleFruit{width:100%;font-size:clamp(1em,2vw,2em);line-height:1;text-transform:uppercase;text-align:center;overflow-wrap:break-word;word-break:break-word;-webkit-hyphens:auto;hyphens:auto}.aboutSection{color:#9bb7ea;font-size:clamp(.7em,2vw,.8em);line-height:auto}.fruitTags{display:flex;justify-content:space-around;gap:20px}.fruitTags>div{width:33%}.icon{height:20px;width:20px;object-fit:contain}.tag{line-height:12px;font-size:10px;font-weight:700;text-transform:uppercase}@media (max-width: 1250px){.fruitCard-wrapper{min-height:350px}.aboutSection{color:#9bb7ea;font-size:15px;line-height:auto}}@media (max-width: 850px){.titleFruit{font-size:clamp(1.5em,2vw,2em)}.fruitCard-wrapper{height:100%;min-height:300px}}*{margin:0;padding:0;font-family:Poppins,sans-serif}header{background-color:#f8de3c;height:35px;width:100%;padding:10px 0 0}.headerDisclouser{display:block;text-align:center;color:#001741;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:3px}.colorYellow{color:#f8de3c}nav{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:10px 0 50px;gap:30px}h1{font-size:100px;line-height:80px}.pageSubTitle{display:block;text-align:center;color:#fff;font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:2px;margin-bottom:50px}.navSection{width:90VW;margin-top:30px;margin-bottom:80px;display:flex;justify-content:space-between;align-items:center}.menuWrapper{display:flex;gap:10px}.navSection>img{cursor:pointer;height:30px}.mainFull{width:90vw;min-height:30vh;margin:auto}.menuOption{font-size:.75em;font-weight:700;color:#fff;cursor:pointer;padding:1px 10px;border-radius:5px;transition:all .2s ease-in-out;text-align:center;text-transform:uppercase}.communityTitle{width:90%;text-align:center;font-size:3em;line-height:1em;max-width:800px;margin:50px auto 30px}.communitySubTitle{width:90%;display:inline-block;color:#fe0;text-align:center;font-size:.8em;width:100%;margin-bottom:80px}.menuOption:hover{color:#1414a3;background-color:#f8de3c}.menuOption.isActive{background-color:#f8de3c;color:#1414a3}main{width:90vw;margin:50px auto;display:grid;grid-template-columns:1fr 1fr 1fr 1fr;grid-template-rows:auto;column-gap:20px;row-gap:60px;place-items:center}.loadButton{display:block;margin:0 auto;text-align:center;border:none;font-size:1.2em;padding:10px 55px;color:#fff;background-color:#044bd0;border-radius:7px;border:1px solid #F8DE3C;cursor:pointer;transition:all .2s ease-in-out;font-weight:700;text-transform:uppercase}.loadButton:hover{padding:10px 85px;background-color:#f8de3c;color:#001741}footer{border-top:1px solid white;padding:50px 0;display:flex;width:90%;margin:100px auto 0;justify-content:space-between}footer>a{text-align:center;border:none;padding:10px 15px;color:#bed0f0;background-color:#0a2963;border-radius:7px;border:1px solid #3cc3f8;cursor:pointer;transition:all .2s ease-in-out;font-weight:700;font-size:.8em;text-transform:uppercase;text-decoration:none}footer>a:hover{background-color:#051e4b}.randomWrapper{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:30px;background-color:#001741;margin-bottom:50px;min-height:40vh;padding:50px 20px;border-radius:10px;border:1px solid #dcf83c;min-height:60vh;text-align:center}.randomWrapper>h2{text-transform:uppercase;font-size:3em;color:#fff;text-align:center}.imageWrapper{display:flex;position:relative;flex-direction:column;justify-content:center;align-items:center;width:50%;height:200px}.imageWrapper>img:nth-of-type(1){height:200px;width:200px;object-fit:contain;object-position:top}.imageWrapper>img:nth-of-type(2){position:absolute;top:50%;right:50%;height:100px;width:100px;border-radius:3000px;object-fit:cover;object-position:top}.aboutFruitRandom{width:80%;text-align:center;margin-bottom:30px;color:#738bb8;font-size:.9em}.nameFruitRandom{font-size:3em;text-align:center}.randomCongrats{text-align:center;color:#f8de3c;margin-top:30px}.getFruitButton{display:block;margin:0 auto;text-align:center;border:none;font-size:1.2em;padding:10px 55px;color:#fff;background-color:#044bd0;border-radius:7px;border:1px solid #F8DE3C;cursor:pointer;transition:all .2s ease-in-out;font-weight:700;text-transform:uppercase}.getFruitButton:hover{padding:10px 85px;background-color:#f8de3c;color:#001741}.emailFooter{text-align:center;font-size:.8em;color:#77a4f7}.emailFooter>span{font-size:1.2em;color:#fff}a{text-decoration:none}@media (max-width: 1700px){main{grid-template-columns:1fr 1fr 1fr}}@media (max-width: 1250px){main{grid-template-columns:1fr 1fr}}@media (max-width: 1150px){.fruitBattleMenuItem{display:none}}@media (max-width: 850px){.navSection>img{display:none}.pageSubTitle{width:80%}.menuWrapper{display:flex;flex-wrap:wrap;justify-content:center}h1{font-size:60px;line-height:50px;text-align:center}.headerDisclouser{font-size:10px;letter-spacing:0px}main{grid-template-columns:1fr}nav{padding:50px 0}.emailFooter{margin:10px 0 20px}.menuOption{padding:10px 20px;border:1px solid rgb(255,255,255)}.navSection{width:90%;margin-top:20px}footer{justify-content:center;text-align:center;flex-direction:column;gap:20px;width:90%}}._pageDetailWrapper_jcka3_1{padding:0 20px;display:flex;flex-direction:column;gap:20px;width:100%;align-items:center;min-height:50vh;max-width:1100px;margin:auto}._titleWrapper_jcka3_13{border-radius:10px;border:1px solid #ffd416;text-align:center;width:100%;padding:80px 20px 50px;position:relative;margin-bottom:50px}._pageTitle_jcka3_24{font-size:3em;text-transform:uppercase;line-height:1.1em}._sectionDetailWrapper_jcka3_31{border-radius:10px;border:1px solid #16b5ff00;text-align:center;width:100%}._sectionTitle_jcka3_38{text-align:left;display:block;font-weight:700;margin-bottom:20px}._gridDiv2x2_jcka3_46{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;margin-top:20px;text-align:left;width:100%;margin-bottom:40px;gap:20px}._wrapper1x2_jcka3_57{display:flex;justify-content:space-between;gap:20px;align-items:stretch}._InfoWrapper_jcka3_64{display:flex;flex-direction:column;flex:0 0 60%;justify-content:center;padding:40px 40px 40px 0;box-sizing:border-box}._imgBox_jcka3_73{width:35%;max-height:400px;aspect-ratio:4 / 5;border:2px solid #f7ff16;border-radius:10px;overflow:hidden;box-sizing:border-box}._userImg_jcka3_83{width:100%;height:100%;object-fit:cover;object-position:top;display:block}._text_jcka3_91{font-size:.9em;text-align:left}._gridDiv2x2_jcka3_46 p{color:#86accb;font-size:.9em}._gridDiv2x2_jcka3_46 span{color:#fff;font-weight:700;font-size:1em}._spanTag_jcka3_108{padding:2px 5px;margin-left:5px;border-radius:5px;background-color:#3d91f0;font-weight:600}._sectionWrapper_jcka3_117{width:100%;margin:40px 0 0}._wrapper1x3_jcka3_122{display:flex;gap:20px;justify-content:space-between}._wrapper1x3_jcka3_122>div{background-color:#00032440;padding:40px;border-radius:10px;width:100%}._sectionOutline_jcka3_137{border-radius:10px;padding:40px;border:1px solid #f7ff16}._wrapper4x4_jcka3_144{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;gap:20px}._statWrapper_jcka3_152{width:100%;display:flex;flex-direction:column;justify-content:center;gap:10px}._statCopyWrapper_jcka3_160{display:flex;flex-direction:row;gap:10px;justify-content:space-between;font-size:.9em}._spacer20px_jcka3_169{height:20px}._statBarWrapper_jcka3_173{position:relative;align-content:center;width:100%}._statBarWrapper_jcka3_173>div{background-color:#4d78a5;height:20px;width:100%;border-radius:1000px}._statBarWrapper_jcka3_173>div:nth-of-type(2){position:absolute;top:0;background-color:#eaff00;z-index:200000}._rarityStarWrapper_jcka3_193{display:flex;gap:10px}._carrosselWrapper_jcka3_198{position:relative;border-radius:10px;overflow:hidden;height:600px}._carrosselImg_jcka3_205{object-fit:cover;height:100%;width:100%}._carroComands_jcka3_211{position:absolute;padding:40px;align-items:center;display:flex;justify-content:space-between;width:100%;height:100%}._carroComands_jcka3_211>svg{height:40px;width:40px;border-radius:10px;color:#573e00;background-color:#fff12d}._carroComands_jcka3_211>svg:hover{cursor:pointer;opacity:.7}._otherFruitsWrapper_jcka3_237{margin-top:40px;display:flex;flex-direction:row;justify-content:space-between;gap:20px}._otherFruitsSingle_jcka3_246{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:20px;cursor:pointer;padding:20px;line-height:1.5em;font-size:.7em;text-align:center;align-content:center;border-radius:10px;background-position:top;background-size:cover;border:1px solid rgb(99,99,255);height:200px;width:200px}._otherFruitsSingle_jcka3_246:hover{opacity:.8;background-color:#241800a1;background-blend-mode:multiply;border:1px solid yellow}._otherfruitImg_jcka3_277{object-fit:contain;width:80px;height:80px}@media (max-width: 850px){._wrapper1x2_jcka3_57{flex-direction:column}._InfoWrapper_jcka3_64{flex:0 0 100%;padding:0;text-align:center}._imgBox_jcka3_73{width:100%;margin-top:40px}._wrapper1x3_jcka3_122{flex-direction:column}._wrapper4x4_jcka3_144{display:grid;grid-template-columns:1fr;grid-template-rows:1fr 1fr 1fr 1fr;gap:20px}._sectionOutline_jcka3_137{padding:20px}._carrosselWrapper_jcka3_198{height:300px}._otherFruitsWrapper_jcka3_237{margin-top:40px;display:flex;gap:16px;justify-content:flex-start;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;padding-bottom:8px;scroll-snap-type:x proximity}._otherFruitsSingle_jcka3_246{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:12px;cursor:pointer;padding:20px;text-align:center;border-radius:10px;background-position:top;background-size:cover;border:1px solid rgb(99,99,255);height:220px;width:200px;min-width:200px;flex:0 0 200px;scroll-snap-align:start}._otherfruitImg_jcka3_277{object-fit:contain;width:80px;height:80px}}._quizzWrapper_149y6_1{display:flex;flex-direction:column;justify-content:center;max-width:1000px;text-align:center;gap:40px;padding:15px}._quizzWrapper_149y6_1>span{background-color:#2121bb;width:fit-content;margin:auto;padding:5px 20px;border-radius:30px;text-transform:uppercase}._quizzWrapper_149y6_1>h2{font-size:2.2em;min-height:150px;align-content:center}._answersWrapper_149y6_26{display:flex;text-align:center;justify-content:space-between;gap:20px;width:100%;align-items:center}._answersWrapper_149y6_26>div{padding:5px 20px;border-radius:5px;background-color:#fbff00;color:#000;font-size:1.1em;font-weight:600;margin-top:40px;cursor:pointer;min-height:80px;align-items:center;align-content:center}._answersWrapper_149y6_26>div:hover{background-color:#fb0}._resultWrapper_149y6_53{display:flex;flex-direction:column;justify-content:center;text-align:center;gap:40px;padding:20px}._resultWrapper_149y6_53>h2{font-size:3.5em;text-transform:uppercase;color:#ffe730}._resultWrapper_149y6_53>div{display:flex;flex-direction:column;gap:20px}._resultWrapper_149y6_53>div>p:first-of-type{padding:10px 20px;border-radius:25px;font-size:.8em;background-color:#ffe730;font-weight:700;color:#000;width:fit-content;margin:auto}._resultWrapper_149y6_53 img{margin:auto;width:auto;height:auto;max-width:200px;max-height:300px}._aboutText_149y6_95{width:70%;margin:50px auto auto}._progressWrapper_149y6_101{position:relative}._progressBarbt_149y6_105{position:absolute;width:100%;height:4px;background-color:#153587;border-radius:1000000px}._progressBartp_149y6_113{position:absolute;z-index:100000;height:4px;background-color:#f6ee0e;border-radius:1000000px;transition:all .4s ease-in-out}._loadingWrapper_149y6_122{font-size:2em}._grandRunWrapper_149y6_127{display:flex;text-align:right;gap:20px;justify-content:space-between;align-items:center;border:1px solid rgb(255,209,44);min-height:50vh;border-radius:20px;padding:20px;max-width:1400px;margin:auto}._crewWrapper_149y6_141{display:grid;grid-template-columns:1fr 1fr 1fr;grid-template-rows:1fr 1fr;flex-wrap:wrap;gap:20px;width:100%;max-width:60%}._crewCard_149y6_151{height:270px;width:100%;max-width:220px;border-radius:10px;transition:opacity .2s ease-in-out;background-position:top;background-size:cover;background-repeat:no-repeat;display:flex;flex-direction:column;justify-content:end;align-items:center;padding-bottom:20px;border:1px solid rgba(255,255,0,0)}._emptyCard_149y6_168:hover{border:1px solid yellow;opacity:1}._emptyCard_149y6_168{cursor:pointer;opacity:.5}._activeMember_149y6_178{border:1px solid rgb(51,251,255);opacity:1}._smallNote_149y6_183{font-size:.7em;color:#2265bb}._crewCard_149y6_151>span{font-size:.8em;background-color:#ff0;color:#000;padding:5px 20px;border-radius:7px;font-weight:600}._tutorialWerapper_149y6_197{display:flex;flex-direction:column;text-align:center;width:40%;gap:20px}._fruitBoxWrapper_149y6_205{width:60px;height:60px;border-radius:10px;border:1px solid rgb(208,208,208);transition:all .2s ease-in-out;background-size:contain;background-position:center;background-repeat:no-repeat;background-color:#3556cf;padding:10px}._fruitBoxHover_149y6_220:hover{cursor:pointer;background-color:#122e93;border:1px solid rgb(255,239,13)}._tutorialWerapper_149y6_197>span{font-size:1.2em}._tutorialWerapper_149y6_197>h2{font-size:4em;line-height:1em}._fruitSelectorWrapper_149y6_237{display:flex;flex-direction:column;justify-content:space-between;text-align:center;gap:20px;width:40%;padding:20px;border:1px solid yellow;background-color:#224e9c;border-radius:20px}._fruitTitleName_149y6_251{margin-top:20px;font-size:3em;line-height:1em}._optionFruitWrapper_149y6_257{position:relative;display:flex;justify-content:center;width:fit-content;margin:auto;align-items:center;height:200px;border-radius:10px}._optionFruitWrapper_149y6_257>img{object-fit:contain;width:100%;height:100%}._optionFruitWrapper_149y6_257>div{position:absolute;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:inherit;top:30%;right:-25%}._optionFruitWrapper_149y6_257>div>p{font-size:.6em;font-weight:600;background-color:#00121e;border:.5px solid rgb(0,183,255);color:#fff;padding:2px 5px;border-radius:5px}._optionFruitWrapper_149y6_257>div>img:last-of-type{width:70px;height:70px;border-radius:20px;object-fit:cover;object-position:top;border:1px solid yellow;filter:grayscale(1)}._mediumNote_149y6_306{font-size:.7em}._resultWrapper_149y6_53{width:50%;height:100%}._resultHeader_149y6_315{display:flex;flex-direction:column;text-align:center;gap:10px;width:40%}._resultHeader_149y6_315>span{font-size:.8em}._resultHeader_149y6_315>span:nth-of-type(2){font-size:1.2em;font-weight:600}._resultHeader_149y6_315>span:nth-of-type(3){color:#fbff00}._resultHeader_149y6_315>h3{text-transform:uppercase;font-size:3em;line-height:1em}._levelConterWrapper_149y6_343{position:relative;min-height:200px;align-items:center}._levelBarTop_149y6_351{border-radius:10px 10px 0 0;position:absolute;bottom:0;background-color:#d4c51f;height:50%;width:20%;z-index:1000}._levelBarBot_149y6_361{border-radius:10px 10px 0 0;position:absolute;bottom:0;height:100%;background-color:#193074;width:20%}._discardButton_149y6_370{padding:5px 15px;border-radius:10px;background-color:#fff702;color:#000;opacity:1}._runAboutFruit_149y6_378{font-size:.8em;width:90%;margin:20px auto auto}._discardButton_149y6_370:hover{background-color:#ff9602;cursor:pointer;opacity:.9}._discardButtonDisabled_149y6_391{padding:5px 15px;border-radius:10px;background-color:#3b9aff;opacity:.5}._runTryAgainButton_149y6_398{width:fit-content;background-color:#ff0;padding:10px 20px;border-radius:7px;color:#000;border:none;font-weight:600;margin:40px auto auto;cursor:pointer}._runTryAgainButton_149y6_398:hover{background-color:#fc0}@media (max-width: 850px){._quizzWrapper_149y6_1>h2{font-size:2em;line-height:1em;min-height:150px;align-content:center}._answersWrapper_149y6_26{display:flex;flex-direction:column;text-align:center;justify-content:center;gap:0px;width:100%;align-items:center}._answersWrapper_149y6_26>div{width:100%}._resultWrapper_149y6_53{display:flex;flex-direction:column;justify-content:center;text-align:center;gap:20px;width:100%;padding:10px;line-height:2em}._resultWrapper_149y6_53>h2{font-size:3em;line-height:1em;text-transform:uppercase;color:#ffe730}._resultWrapper_149y6_53>div{display:flex;flex-direction:column;gap:20px}._resultWrapper_149y6_53>div>p:first-of-type{padding:10px 20px;border-radius:25px;font-size:.8em;background-color:#ffe730;font-weight:700;color:#000;width:fit-content;margin:auto}._aboutText_149y6_95{width:100%;line-height:1.5em;margin:50px auto 20px}._grandRunWrapper_149y6_127{flex-direction:column}._crewWrapper_149y6_141{grid-template-columns:1fr 1fr;align-items:center;justify-items:center;width:100%;max-width:100%}._crewCard_149y6_151{height:200px;width:100%;padding-bottom:10px}._tutorialWerapper_149y6_197{text-align:center;margin:40px 0;width:100%}._fruitSelectorWrapper_149y6_237{width:100%}._resultHeader_149y6_315{width:100%;margin:40px 0}._crewCard_149y6_151>span{margin:0 10px;text-align:center}._optionFruitWrapper_149y6_257>div{right:8%}}._battleWrapper_h36uh_1{margin:0 auto 50px;width:93%;background-image:url(https://i.ibb.co/SDwfv8g0/05697d1c-24fb-44d9-84c7-b1619422d68f.webp);background-blend-mode:overlay;background-color:#373737;background-position:center;background-repeat:no-repeat;background-size:cover;border-radius:10px;min-height:60vh;border:1px solid rgb(0,225,255);display:flex;flex-direction:column;justify-content:center;padding:20px;width:100%;position:relative}._battleWrapper_h36uh_1>h2{font-size:3em}._gameOverMenuWrapper_h36uh_29{width:50%;height:50%;position:absolute;z-index:1111;background-color:#171717e4;border-radius:20px;top:0;right:0;translate:-50% 50%;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:5px;border:1px solid rgb(210,210,210)}._gameOverMenuWrapper_h36uh_29>span{margin:0 auto;width:80%;font-size:2em;font-weight:700}._sideWrapper_h36uh_54{display:flex;flex-direction:column;gap:20px;padding:20px}._fruitLineWrapper_h36uh_61{display:flex;flex-direction:row;gap:20px;justify-content:space-between;width:100%}._fruitWrapper_h36uh_69{position:relative;height:180px;width:150px;display:flex;flex-direction:column;gap:10px;padding:10px;border-radius:7px;justify-content:center;align-items:center;text-align:center;font-weight:700;line-height:19px;color:#bababa}._enemy_h36uh_87{border:1px solid rgb(255,0,0);background-color:#a800118f}._ally_h36uh_92{border:1px solid rgb(0,255,123);background-color:#00a85c8f}._fruitWrapper_h36uh_69>img:last-of-type{max-width:90px;max-height:100px}._fruitWrapper_h36uh_69>span{font-weight:700;font-size:.8em;line-height:1em}._userImg_h36uh_111{position:absolute;top:10px;right:10px;border-radius:2000px;border:1px solid red;width:60px;height:60px;object-position:top center;object-fit:cover}._menuTitle_h36uh_123{line-height:1em;font-size:4em;text-transform:uppercase;text-align:center}._empty_h36uh_131{background-color:gray;cursor:pointer;transition:all .2s ease-in-out}._empty_h36uh_131:hover{background-color:#5d5d5d}._headerInfo_h36uh_141{display:flex;align-items:center;justify-content:center;gap:40px;border-radius:7px}._headerInfo_h36uh_141>h3{font-size:2em}._headerInfo_h36uh_141>span{padding:5px 15px;border-radius:1999px;background-color:#111}._titleMenu_h36uh_159{display:flex;flex-direction:column;gap:20px;text-align:center;margin-bottom:20px}._titleMenu_h36uh_159>span{text-align:center}._newFightButton_h36uh_172{width:fit-content;padding:20px 80px;border-radius:10px;border:none;background-color:#053396;border:1px solid rgb(238,255,0);font-size:1.5em;margin:50px auto 20px;cursor:pointer;transition:all .2s ease-in-out;text-transform:uppercase;font-weight:700}._newFightButton_h36uh_172:hover{background-color:#f0fd00;color:#000b24;padding:20px 120px}._resultMessage_h36uh_194{text-align:center;text-transform:uppercase}._fruitNameCard_h36uh_199{color:#fff}@media (max-width: 1150px){._battleWrapper_h36uh_1{display:none}}._errorWrapper_1x8xr_1{width:100%;min-height:40vh;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;gap:20px}._errorWrapper_1x8xr_1>h2{font-size:2em}._errorWrapper_1x8xr_1>span{font-size:.9em;color:#9dc3ed}._dailyFightWrapper_1nh5o_1{max-width:1450px;margin:auto;text-align:center;display:flex;flex-direction:column;gap:40px}._titleWrapper_1nh5o_10>h1{font-size:4em}._titleWrapper_1nh5o_10>h4{font-size:1.4em}._fruitName_1nh5o_19{border-bottom:2px solid rgb(178,178,0);color:#fc0;transition:all .2s ease-in-out}._fruitName_1nh5o_19:hover{border-bottom:2px solid rgb(0,92,178);color:#0015ff}._fruitImage_1nh5o_30{width:150px;height:150px;aspect-ratio:1/ 1;object-fit:contain;margin:0 auto 100px}._titleWrapper_1nh5o_10{margin-bottom:50px;display:flex;flex-direction:column}._fightWrapper_1nh5o_44{border:2px solid rgb(255,196,0);position:relative;display:flex;width:100%;border-radius:12px;height:600px}._vsWrapper_1nh5o_53{position:absolute;font-size:2em;font-weight:600;top:50%;right:50%;color:#000;background-color:#ffd500;padding:20px;aspect-ratio:1/1;border-radius:100000px;border:1px solid rgb(255,196,0);translate:50% -50%;z-index:2}._leftOptionWrapper_1nh5o_69{cursor:pointer;border-radius:10px 0 0 10px;height:100%;width:100%;background-color:#0025b957;border-right:2px solid rgb(255,196,0)}._rightOptionWrapper_1nh5o_79{cursor:pointer;border-radius:0 10px 10px 0;height:100%;width:100%;background-color:#0025b957}._leftOptionWrapper_1nh5o_69,._rightOptionWrapper_1nh5o_79{position:relative;display:flex;flex-direction:column;justify-content:flex-end;min-height:420px;padding:40px;background-size:cover;background-repeat:no-repeat;background-position:top center;transition:all .2s ease-in-out;color:#fff;overflow:hidden;z-index:0}._cardCaption_1nh5o_105{position:absolute;bottom:0;left:0;right:0;padding:40px;z-index:1}._leftOptionWrapper_1nh5o_69:after,._rightOptionWrapper_1nh5o_79:after{content:"";position:absolute;inset:auto 0 0 0;height:80%;background:linear-gradient(to top,#000,#0000);pointer-events:none;z-index:-1}._leftOptionWrapper_1nh5o_69>h5,._rightOptionWrapper_1nh5o_79>h5{font-size:1.4em;line-height:1.5em;text-transform:uppercase}._leftOptionWrapper_1nh5o_69:hover,._rightOptionWrapper_1nh5o_79:hover{background-blend-mode:soft-light}._extraInfo_1nh5o_139{display:flex;gap:20px;justify-content:space-between}._previouButton_1nh5o_146{border:none;padding:5px 15px;border-radius:5px;color:#01016d;font-weight:700;background-color:#ffd500;border:1px solid rgb(255,213,0);cursor:pointer;transition:all .2s ease-in-out}._previouButton_1nh5o_146:hover{background-color:#ffd50000;color:#fff}._resulWrapperOverlay_1nh5o_166{width:100%;height:100%;position:absolute;z-index:10000;display:flex;justify-content:center}._OnePieceSpan_1nh5o_176{color:#fd0}._LeftresultsWrapper_1nh5o_180{display:flex;justify-content:end;width:100%}._RightresultsWrapper_1nh5o_187{width:100%}._LeftresultsBar_1nh5o_191{width:100%;height:100%;background-color:#0e67d480;border-radius:10px}._RightresultsBar_1nh5o_199{width:100%;height:100%;background-color:#f4b30080;border-radius:10px}._LeftresultsBar_1nh5o_191,._RightresultsBar_1nh5o_199{display:flex;justify-content:center;align-items:center;font-size:5em;font-weight:700}@media (max-width: 850px){._fightWrapper_1nh5o_44{flex-direction:column;height:fit-content}._titleWrapper_1nh5o_10>h1{text-transform:uppercase;line-height:1em}._resulWrapperOverlay_1nh5o_166{display:flex;flex-direction:column}._LeftresultsWrapper_1nh5o_180,._RightresultsWrapper_1nh5o_187{height:100%}._leftOptionWrapper_1nh5o_69{border-radius:10px 10px 0 0}._rightOptionWrapper_1nh5o_79{border-radius:0 0 10px 10px}._LeftresultsBar_1nh5o_191{border-radius:10px 10px 0 0}._RightresultsBar_1nh5o_199{border-radius:0 0 10px 10px}._vsWrapper_1nh5o_53{padding:0 10px;font-size:1.5em;align-content:center}._cardCaption_1nh5o_105{padding:40px}._fruitImage_1nh5o_30{width:100px;height:100px}._extraInfo_1nh5o_139{flex-direction:column}}:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#fff;background:#044bd0;background:linear-gradient(185deg,#1b62e6,#022668 30%);min-height:100vh;min-height:100dvh;padding:0;margin:0;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html,body{overflow-x:hidden}*,*:before,*:after{box-sizing:border-box}img{max-width:100%;height:auto}
