:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:hsla(0,0%,100%,.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:.2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translateZ(var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:auto}}.Toastify__toast{--y:0;position:relative;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1}.Toastify__toast-icon{margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right;border-bottom-left-radius:0;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}img,svg{width:100%}img{display:block;-webkit-user-drag:none;pointer-events:auto}*{box-sizing:border-box;padding:0;margin:0;-webkit-tap-highlight-color:transparent;font-family:PingFang SC,Helvetica Neue,Helvetica,Arial,"sans-serif"}html,body{overscroll-behavior:none}html{margin-top:env(safe-area-inset-top)!important;padding-bottom:env(safe-area-inset-bottom)}body{background-color:#380a88;transform:translateZ(0)}.container{height:100vh;overflow-y:scroll;scrollbar-width:none;scrollbar-color:transparent transparent;-ms-overflow-style:none;overflow:-moz-scrollbars-none;-webkit-overflow-scrolling:touch}.container::-webkit-scrollbar{width:0;height:0}@media screen and (max-width: 800px){.container{position:relative}}.bg{position:absolute;top:0;left:0;width:100vw}.bg:before,.bg:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-repeat:no-repeat;background-size:cover;background-position:center bottom}@media screen and (min-width: 801px){.bg{height:100vh}.bg:after{z-index:2;background-image:url(/assets/web-bg-HJ8a5vbJ.png)}.bg:before{z-index:1;background-image:url(/assets/web-bg-min-DK20Axg9.png)}}@media screen and (max-width: 800px){.bg{height:216.8vw}.bg:after{z-index:2;background-image:url(/assets/mobile-bg-pra--5G6.png)}.bg:before{z-index:1;background-image:url(data:image/png;base64,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)}}.content{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center}@media screen and (min-width: 801px){.content{padding-block:100px 36px;transform-origin:top;transform:scale(1.5)}}@media screen and (max-width: 800px){.content{padding-block:15.4666666667vw 26.6666666667vw}}@media screen and (min-width: 801px){.logo{width:208px;height:140px;margin-bottom:160px}}@media screen and (max-width: 800px){.logo{width:55.4666666667vw;height:37.3333333333vw;margin-bottom:42.6666666667vw}}.download-buttons{display:flex;flex-direction:column;align-items:center}@media screen and (min-width: 801px){.download-buttons{gap:25px;margin-bottom:70px}}@media screen and (max-width: 800px){.download-buttons{gap:6.6666666667vw;margin-bottom:18.6666666667vw}}@media screen and (min-width: 801px){.download-buttons a{width:252px;height:48px}}@media screen and (max-width: 800px){.download-buttons a{width:67.2vw;height:12.8vw}}a{cursor:pointer;transition:transform .3s}a:hover{transform:scale(.95)}a:active{transform:scale(.9)}.update-list{position:relative}@media screen and (min-width: 801px){.update-list{width:326px}}@media screen and (max-width: 800px){.update-list{width:86.9333333333vw}}.update-list .text{position:absolute;overflow-y:auto;color:#fff;line-height:150%;scrollbar-width:none;scrollbar-color:transparent transparent;-ms-overflow-style:none;overflow:-moz-scrollbars-none;-webkit-overflow-scrolling:touch}.update-list .text::-webkit-scrollbar{width:0;height:0}@media screen and (min-width: 801px){.update-list .text{top:178px;left:18px;right:18px;bottom:22px;font-size:12px}}@media screen and (max-width: 800px){.update-list .text{top:47.4666666667vw;left:4.8vw;right:4.8vw;bottom:5.8666666667vw;font-size:3.2vw}}.update-list .text-green{color:#55ffbe}.update-list .text-yellow{color:#fff583}.update-list .font-600{font-weight:600}.game-group{position:relative}@media screen and (min-width: 801px){.game-group{width:326px;margin-top:32px}}@media screen and (max-width: 800px){.game-group{width:86.9333333333vw;margin-top:8.5333333333vw}}.game-group .text{position:absolute;color:#fff;font-weight:600;line-height:150%;display:flex;flex-direction:column}@media screen and (min-width: 801px){.game-group .text{top:60px;left:91px;font-size:18px;gap:8px}}@media screen and (max-width: 800px){.game-group .text{top:16vw;left:24.2666666667vw;font-size:4.8vw;gap:2.1333333333vw}}.game-group .text div{cursor:pointer}.yellow-card{position:relative}@media screen and (min-width: 801px){.yellow-card{width:326px;margin-top:32px}}@media screen and (max-width: 800px){.yellow-card{width:86.9333333333vw;margin-top:8.5333333333vw}}.yellow-card .card-main{position:absolute;display:flex;flex-direction:column;align-items:center}@media screen and (min-width: 801px){.yellow-card .card-main{top:78px;left:24px;right:24px}}@media screen and (max-width: 800px){.yellow-card .card-main{top:20.8vw;left:6.4vw;right:6.4vw}}@media screen and (min-width: 801px){.yellow-card .img-4{margin-bottom:8px;width:274px;height:44px}}@media screen and (max-width: 800px){.yellow-card .img-4{margin-bottom:2.1333333333vw;width:73.0666666667vw;height:11.7333333333vw}}@media screen and (min-width: 801px){.yellow-card .img-5{width:274px;height:34px}}@media screen and (max-width: 800px){.yellow-card .img-5{width:73.0666666667vw;height:9.0666666667vw}}@media screen and (min-width: 801px){.yellow-card .img-6{margin-top:27px;margin-bottom:17px;width:111px;height:26px}}@media screen and (max-width: 800px){.yellow-card .img-6{margin-top:7.2vw;margin-bottom:4.5333333333vw;width:29.6vw;height:6.9333333333vw}}@media screen and (min-width: 801px){.yellow-card .img-7,.yellow-card .img-8,.yellow-card .img-9,.yellow-card .img-10{width:284px;height:128px}}@media screen and (max-width: 800px){.yellow-card .img-7,.yellow-card .img-8,.yellow-card .img-9,.yellow-card .img-10{width:75.7333333333vw;height:34.1333333333vw}}@media screen and (min-width: 801px){.yellow-card .img-7,.yellow-card .img-8,.yellow-card .img-9{margin-bottom:24px}}@media screen and (max-width: 800px){.yellow-card .img-7,.yellow-card .img-8,.yellow-card .img-9{margin-bottom:6.4vw}}.purple-card{position:relative}@media screen and (min-width: 801px){.purple-card{width:326px;margin-top:32px}}@media screen and (max-width: 800px){.purple-card{width:86.9333333333vw;margin-top:8.5333333333vw}}.purple-card .card-main{position:absolute;display:flex;flex-direction:column;align-items:center}@media screen and (min-width: 801px){.purple-card .card-main{top:74px;left:24px;right:24px}}@media screen and (max-width: 800px){.purple-card .card-main{top:19.7333333333vw;left:6.4vw;right:6.4vw}}@media screen and (min-width: 801px){.purple-card .img-1{width:219px;height:108px}}@media screen and (max-width: 800px){.purple-card .img-1{width:58.4vw;height:28.8vw}}@media screen and (min-width: 801px){.purple-card .img-2{margin-top:14px;width:112px;height:20px}}@media screen and (max-width: 800px){.purple-card .img-2{margin-top:3.7333333333vw;width:29.8666666667vw;height:5.3333333333vw}}@media screen and (min-width: 801px){.purple-card .img-3{width:274px;height:34px}}@media screen and (max-width: 800px){.purple-card .img-3{width:73.0666666667vw;height:9.0666666667vw}}@media screen and (min-width: 801px){.purple-card .img-4{margin-top:33px;margin-bottom:17px;width:111px;height:26px}}@media screen and (max-width: 800px){.purple-card .img-4{margin-top:8.8vw;margin-bottom:4.5333333333vw;width:29.6vw;height:6.9333333333vw}}@media screen and (min-width: 801px){.purple-card .img-5,.purple-card .img-6,.purple-card .img-7,.purple-card .img-8{width:284px;height:128px}}@media screen and (max-width: 800px){.purple-card .img-5,.purple-card .img-6,.purple-card .img-7,.purple-card .img-8{width:75.7333333333vw;height:34.1333333333vw}}@media screen and (min-width: 801px){.purple-card .img-5,.purple-card .img-6,.purple-card .img-7{margin-bottom:24px}}@media screen and (max-width: 800px){.purple-card .img-5,.purple-card .img-6,.purple-card .img-7{margin-bottom:6.4vw}}.purple-card .split-line{background:linear-gradient(270deg,#fff0 .56%,#fff 49.61%,#fff0 100.25%);mix-blend-mode:overlay}@media screen and (min-width: 801px){.purple-card .split-line{margin-top:23px;margin-bottom:20px;width:266px;height:1px}}@media screen and (max-width: 800px){.purple-card .split-line{margin-top:6.1333333333vw;margin-bottom:5.3333333333vw;width:70.9333333333vw;height:.2666666667vw}}.footer{text-align:center;color:#a88fc4;display:flex;flex-direction:column;align-items:center}@media screen and (min-width: 801px){.footer{font-size:12px;margin-top:30px;gap:8px}}@media screen and (max-width: 800px){.footer{font-size:3.2vw;margin-top:8vw;gap:2.1333333333vw}}.toast-item{display:flex;margin-inline:auto;width:-moz-fit-content;width:fit-content;background-color:#242425;border-radius:4px;padding:8px 16px}.Toastify__toast{height:auto;min-height:auto;background:unset;padding:unset;box-shadow:none;pointer-events:none}@media screen and (min-width: 801px){.Toastify__toast-container{width:500px}}@media screen and (max-width: 800px){.Toastify__toast-container{width:100vw}}@media screen and (min-width: 801px){.toast-body .icon{width:24px;height:24px;margin-right:8px}}@media screen and (max-width: 800px){.toast-body .icon{width:6.4vw;height:6.4vw;margin-right:2.1333333333vw}}@media screen and (min-width: 801px){.toast-body span{font-size:16px;line-height:24px}}@media screen and (max-width: 800px){.toast-body span{font-size:4.2666666667vw;line-height:6.4vw}}
