.CustomToastContent_toastTitle__3k4GZ{font-size:1rem;font-weight:700;margin-bottom:.5rem}.CustomToastContent_toggleButton__OcS52{background:none;border:none;color:#007bff;text-decoration:underline;cursor:pointer;padding:0}.CustomToastContent_toggleButton__OcS52:hover{color:#0056b3}.CustomToastContent_details__b5kh0{margin-top:.5rem;padding:.5rem;background-color:#f1f1f1;border-radius:4px;font-family:Courier New,Courier,monospace;font-size:.875rem;color:#555;white-space:pre-wrap;word-wrap:break-word}: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-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--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__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index) px);position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{right:0;left:auto}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:pointer;direction:ltr}.Toastify__toast--rtl{direction:rtl}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{flex:1 1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.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}.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:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.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}.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,0,0)}to{opacity:0;transform:translate3d(2000px,0,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,0,0)}to{opacity:0;transform:translate3d(-2000px,0,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,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,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,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-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: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:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform: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:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(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}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.Loader_main__vt9rR{height:100vh;width:100vw!important;display:flex;flex-direction:column;align-items:center;justify-content:center}@media(max-width:1440px){.Loader_main__vt9rR{font-size:calc(8px + 16*(100vw - 320px)/1120)}}.Loader_preloader__idVvm{animation:Loader_largePopOut__m1_fB 1s linear;border-radius:50%;box-shadow:inset .15em .15em .15em #fff,inset -.15em -.15em .15em #727274,1em 1em 2em #727274,-1em -1em 2em #fff;margin-bottom:3em;position:relative;width:12em;height:12em;background:#f3f4f8}.Loader_preloaderSquare__httAF{animation:Loader_smallPopOut1__KYuf1 1s linear,Loader_popInOut__VGGk1 6s linear 1s infinite;border-radius:.5em;box-shadow:inset .15em .15em .15em #fff,inset -.15em -.15em .15em #727274,.25em .25em .5em #727274,-.25em -.25em .5em #fff;position:absolute;top:2.5em;left:2.5em;width:3em;height:3em}.Loader_preloaderSquare__httAF:nth-child(n+2):nth-child(-n+3){left:6.5em}.Loader_preloaderSquare__httAF:nth-child(n+3){top:6.5em}.Loader_preloaderSquare__httAF:nth-child(2){animation:Loader_smallPopOut2__wizov 1s linear,Loader_move2__qSh9d 6s linear 1s infinite}.Loader_preloaderSquare__httAF:nth-child(3){animation:Loader_smallPopOut3__EPTDD 1s linear,Loader_move3__e_Qv7 6s linear 1s infinite}.Loader_preloaderSquare__httAF:nth-child(4){animation:Loader_smallPopOut4__37z6t 1s linear,Loader_move4__Bg_Kb 6s linear 1s infinite}.Loader_status__jyTFj{animation:Loader_fadeIn__QnrfC 1s linear forwards;text-align:center;color:#17181c;font-weight:600}.Loader_statusDot__rfFpo{animation:Loader_appear1__9FlOO 1s step-start 1s infinite;display:inline-block}.Loader_statusDot__rfFpo:nth-child(2){animation:Loader_appear2__T7ya3 1s step-start 1s infinite}.Loader_statusDot__rfFpo:nth-child(3){animation:Loader_appear3__7mbdk 1s step-start 1s infinite}@keyframes Loader_largePopOut__m1_fB{0%,20%{box-shadow:inset 0 0 0 #fff,inset 0 0 0 #727274,0 0 0 #727274,0 0 0 #fff}40%{box-shadow:inset .15em .15em .15em #fff,inset -.15em -.15em .15em #727274,2em 2em 2em #727274,-2em -2em 4em #fff}60%,to{box-shadow:inset .15em .15em .15em #fff,inset -.15em -.15em .15em #727274,1em 1em 2em #727274,-1em -1em 2em #fff}}@keyframes Loader_smallPopOut1__KYuf1{0%,40%{box-shadow:inset 0 0 0 #fff,inset 0 0 0 #727274,0 0 0 #727274,0 0 0 #fff}60%{box-shadow:inset .15em .15em .15em #fff,inset -.15em -.15em .15em #727274,.5em .5em .5em #727274,-.5em -.5em 1em #fff}80%,to{box-shadow:inset .15em .15em .15em #fff,inset -.15em -.15em .15em #727274,.25em .25em .5em #727274,-.25em -.25em .5em #fff}}@keyframes Loader_smallPopOut2__wizov{0%,45%{box-shadow:inset 0 0 0 #fff,inset 0 0 0 #727274,0 0 0 #727274,0 0 0 #fff}65%{box-shadow:inset .15em .15em .15em #fff,inset -.15em -.15em .15em #727274,.5em .5em .5em #727274,-.5em -.5em 1em #fff}85%,to{box-shadow:inset .15em .15em .15em #fff,inset -.15em -.15em .15em #727274,.25em .25em .5em #727274,-.25em -.25em .5em #fff}}@keyframes Loader_smallPopOut3__EPTDD{0%,50%{box-shadow:inset 0 0 0 #fff,inset 0 0 0 #727274,0 0 0 #727274,0 0 0 #fff}70%{box-shadow:inset .15em .15em .15em #fff,inset -.15em -.15em .15em #727274,.5em .5em .5em #727274,-.5em -.5em 1em #fff}90%,to{box-shadow:inset .15em .15em .15em #fff,inset -.15em -.15em .15em #727274,.25em .25em .5em #727274,-.25em -.25em .5em #fff}}@keyframes Loader_smallPopOut4__37z6t{0%,55%{box-shadow:inset 0 0 0 #fff,inset 0 0 0 #727274,0 0 0 #727274,0 0 0 #fff}75%{box-shadow:inset .15em .15em .15em #fff,inset -.15em -.15em .15em #727274,.5em .5em .5em #727274,-.5em -.5em 1em #fff}95%,to{box-shadow:inset .15em .15em .15em #fff,inset -.15em -.15em .15em #727274,.25em .25em .5em #727274,-.25em -.25em .5em #fff}}@keyframes Loader_popInOut__VGGk1{0%{box-shadow:inset .15em .15em .15em #fff,inset -.15em -.15em .15em #727274,.25em .25em .5em #727274,-.25em -.25em .5em #fff;transform:translate(0)}4%{box-shadow:inset .15em .15em .15em #fff,inset -.15em -.15em .15em #727274,.5em .5em .5em #727274,-.5em -.5em 1em #fff;transform:translate(0)}8%{box-shadow:inset 0 0 0 #fff,inset 0 0 0 #727274,0 0 0 #727274,0 0 0 #fff;transform:translate(0)}12%,16%{box-shadow:inset 0 0 0 #fff,inset 0 0 0 #727274,0 0 0 #727274,0 0 0 #fff;transform:translate(4em)}20%{box-shadow:inset .15em .15em .15em #fff,inset -.15em -.15em .15em #727274,.5em .5em .5em #727274,-.5em -.5em 1em #fff;transform:translate(4em)}24%,25%{box-shadow:inset .15em .15em .15em #fff,inset -.15em -.15em .15em #727274,.25em .25em .5em #727274,-.25em -.25em .5em #fff;transform:translate(4em)}29%{box-shadow:inset .15em .15em .15em #fff,inset -.15em -.15em .15em #727274,.5em .5em .5em #727274,-.5em -.5em 1em #fff;transform:translate(4em)}33%{box-shadow:inset 0 0 0 #fff,inset 0 0 0 #727274,0 0 0 #727274,0 0 0 #fff;transform:translate(4em)}37%,41%{box-shadow:inset 0 0 0 #fff,inset 0 0 0 #727274,0 0 0 #727274,0 0 0 #fff;transform:translate(4em,4em)}45%{box-shadow:inset .15em .15em .15em #fff,inset -.15em -.15em .15em #727274,.5em .5em .5em #727274,-.5em -.5em 1em #fff;transform:translate(4em,4em)}49%,50%{box-shadow:inset .15em .15em .15em #fff,inset -.15em -.15em .15em #727274,.25em .25em .5em #727274,-.25em -.25em .5em #fff;transform:translate(4em,4em)}54%{box-shadow:inset .15em .15em .15em #fff,inset -.15em -.15em .15em #727274,.5em .5em .5em #727274,-.5em -.5em 1em #fff;transform:translate(4em,4em)}58%{box-shadow:inset 0 0 0 #fff,inset 0 0 0 #727274,0 0 0 #727274,0 0 0 #fff;transform:translate(4em,4em)}62%,66%{box-shadow:inset 0 0 0 #fff,inset 0 0 0 #727274,0 0 0 #727274,0 0 0 #fff;transform:translateY(4em)}70%{box-shadow:inset .15em .15em .15em #fff,inset -.15em -.15em .15em #727274,.5em .5em .5em #727274,-.5em -.5em 1em #fff;transform:translateY(4em)}74%,75%{box-shadow:inset .15em .15em .15em #fff,inset -.15em -.15em .15em #727274,.25em .25em .5em #727274,-.25em -.25em .5em #fff;transform:translateY(4em)}79%{box-shadow:inset .15em .15em .15em #fff,inset -.15em -.15em .15em #727274,.5em .5em .5em #727274,-.5em -.5em 1em #fff;transform:translateY(4em)}83%{box-shadow:inset 0 0 0 #fff,inset 0 0 0 #727274,0 0 0 #727274,0 0 0 #fff;transform:translateY(4em)}87%,91%{box-shadow:inset 0 0 0 #fff,inset 0 0 0 #727274,0 0 0 #727274,0 0 0 #fff;transform:translate(0)}95%{box-shadow:inset .15em .15em .15em #fff,inset -.15em -.15em .15em #727274,.5em .5em .5em #727274,-.5em -.5em 1em #fff;transform:translate(0)}99%,to{box-shadow:inset .15em .15em .15em #fff,inset -.15em -.15em .15em #727274,.25em .25em .5em #727274,-.25em -.25em .5em #fff;transform:translate(0)}}@keyframes Loader_move2__qSh9d{0%,8%{transform:translate(0);width:3em;height:3em}12%{transform:translate(-4em);width:7em;height:3em}16%,83%{transform:translate(-4em);width:3em;height:3em}87%{transform:translate(-4em);width:3em;height:7em}91%,to{transform:translate(-4em,4em);width:3em;height:3em}}@keyframes Loader_move3__e_Qv7{0%,33%{transform:translate(0);height:3em}37%{transform:translateY(-4em);height:7em}41%,to{transform:translateY(-4em);height:3em}}@keyframes Loader_move4__Bg_Kb{0%,58%{transform:translate(0);width:3em}62%{transform:translate(0);width:7em}66%,to{transform:translate(4em);width:3em}}@keyframes Loader_fadeIn__QnrfC{0%,67%{opacity:0}83.3%,to{opacity:1}}@keyframes Loader_appear1__9FlOO{0%{visibility:hidden}33%,to{visibility:visible}}@keyframes Loader_appear2__T7ya3{0%,33%{visibility:hidden}67%,to{visibility:visible}}@keyframes Loader_appear3__7mbdk{0%,67%{visibility:hidden}to{visibility:visible}}.Buttons_button__W2cCA{display:flex;justify-content:center;align-items:center;background:var(--gradient-blue);padding:10px 14px;width:100%;font-weight:700;font-size:16px;color:var(--white);cursor:pointer;font-size:18px;border-radius:8px;position:relative}.Buttons_button__W2cCA.Buttons_rounded__WNp8y,.Buttons_button__W2cCA.Buttons_rounded__WNp8y:before{border-radius:38px}.Buttons_button__W2cCA:before{background:var(--purple);border-radius:8px;content:"";position:absolute;width:100%;height:100%;top:0;bottom:0;left:0;right:0;opacity:0;transition:all .3s linear}@media(min-width:1025px){.Buttons_button__W2cCA:hover:before{opacity:1}}.Buttons_button__W2cCA p{position:relative;width:-moz-fit-content;width:fit-content;font-size:18px;font-weight:700;line-height:normal}.Buttons_button__W2cCA p:first-letter{text-transform:uppercase}.Buttons_transparent__tXkxC{background:none;color:#868487}.Buttons_transparent__tXkxC:before{display:none}@media(min-width:1024px){.Buttons_transparent__tXkxC:hover{color:#1b181e!important}}.Buttons_icon__K_9fN{transform:translateX(10px)}.Buttons_icon__K_9fN:after,.Buttons_icon__K_9fN:before{content:"";position:absolute;left:-10px;top:50%;display:block;width:.75em;border:1px solid var(--white);border-radius:30px}.Buttons_icon__K_9fN:before{transform:translate(-100%,-100%) rotate(90deg)}.Buttons_icon__K_9fN:after{transform:translate(-100%,-100%)}.Buttons_button__W2cCA:disabled{opacity:.4}.ErrorBoundaryFallback_container__HfI2C{height:100%}.ErrorBoundaryFallback_container__HfI2C .ErrorBoundaryFallback_innerContainer__aGTQC{height:100%;display:flex;flex-direction:column;justify-content:center}.ErrorBoundaryFallback_container__HfI2C .ErrorBoundaryFallback_innerContainer__aGTQC::-webkit-scrollbar{width:5px}.ErrorBoundaryFallback_container__HfI2C .ErrorBoundaryFallback_innerContainer__aGTQC::-webkit-scrollbar-thumb{border-radius:16px;background-color:#a5a7b5}.ErrorBoundaryFallback_container__HfI2C .ErrorBoundaryFallback_innerContainer__aGTQC::-webkit-scrollbar-button{height:2px}.ErrorBoundaryFallback_container__HfI2C .ErrorBoundaryFallback_innerContainer__aGTQC .ErrorBoundaryFallback_contentBlock__yBjSZ{margin-top:30px;width:670px;display:flex;text-align:center;flex-direction:column;align-items:center;align-self:center;position:relative;margin-bottom:20px}@media(max-width:769px){.ErrorBoundaryFallback_container__HfI2C .ErrorBoundaryFallback_innerContainer__aGTQC .ErrorBoundaryFallback_contentBlock__yBjSZ{margin-top:90px;margin-bottom:70px;max-width:360px;width:100%}}.ErrorBoundaryFallback_container__HfI2C .ErrorBoundaryFallback_innerContainer__aGTQC .ErrorBoundaryFallback_contentBlock__yBjSZ .ErrorBoundaryFallback_title__yqfpx{position:relative;z-index:2;font-weight:700;font-size:40px;line-height:130%;color:var(--primary-title);margin-bottom:30px}@media(max-width:769px){.ErrorBoundaryFallback_container__HfI2C .ErrorBoundaryFallback_innerContainer__aGTQC .ErrorBoundaryFallback_contentBlock__yBjSZ .ErrorBoundaryFallback_title__yqfpx{font-size:30px}}.ErrorBoundaryFallback_container__HfI2C .ErrorBoundaryFallback_innerContainer__aGTQC .ErrorBoundaryFallback_contentBlock__yBjSZ .ErrorBoundaryFallback_button__JroHU{width:-moz-fit-content;width:fit-content;padding:16px 48px;font-weight:700;font-size:16px;line-height:100%}@font-face{font-family:Proxima Soft;src:url(/_next/static/media/ProximaSoft-Black.0d7ff7e7.woff2) format("woff2");font-weight:900;font-style:normal;font-display:swap}@font-face{font-family:Proxima Soft;src:url(/_next/static/media/ProximaSoft-Bold.03de3b38.woff2) format("woff2");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Proxima Soft;src:url(/_next/static/media/ProximaSoft-SemiBold.11478fd4.woff2) format("woff2");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Proxima Soft;src:url(/_next/static/media/ProximaSoft-Regular.26018e6f.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}:root{--white:#fff;--primary-title:#292433;--body:#766c87;--gray:#a6a1b2;--divider:#d3d2d4;--light-gray:#f0eff2;--dark-white:#f6f5f7;--background:#f8f7fa;--text-container-bg:#f8f7fa;--purple:#5920c5;--button-bg-hover:#1b181e;--modal-background:#fff;--error-color:#f55d66;--info-color:#3285e4;--gradient-blue:linear-gradient(142deg,#3d63cd,#6424db);--gradient-pink:linear-gradient(142deg,#e23a77,#6424db);--gradient-yellow:linear-gradient(142deg,#fbce30,#fb6d30 73.96%);--gradient-green:linear-gradient(142deg,#3daacd,#0abf89);--gradient-light:linear-gradient(180deg,transparent 40.1%,rgba(0,0,0,.13) 59.09%,rgba(0,0,0,.15) 60.1%,rgba(0,0,0,.85));--menu-item-filter:brightness(2) invert(1);--social-icon-filter:brightness(0)}[data-theme=dark]{--menu-item-filter:brightness(0) invert(1);--social-icon-filter:brightness(10);--primary-title:#f6f5f7;--body:#989899;--gray:#1c1c1e;--divider:#595959;--light-gray:#252526;--background:#19191a;--text-container-bg:#1c1c1e;--purple:#8b56f0;--modal-background:#1c1c1e}#nprogress{pointer-events:none}#nprogress .bar{background:var(--gradient-blue);position:fixed;z-index:100001;top:0;left:0;width:100%;height:2.5px}#nprogress .peg{display:block;position:absolute;right:0;width:100px;height:100%;box-shadow:0 0 10px #42dd9f,0 0 5px #42dd9f;opacity:1;transform:rotate(3deg) translateY(-4px)}#nprogress .spinner{display:block;position:fixed;z-index:100001;top:15px;right:15px}#nprogress .spinner-icon{width:18px;height:18px;box-sizing:border-box;border-color:#29d transparent transparent #29d;border-style:solid;border-width:2px;border-radius:50%;animation:nprogress-spinner .4s linear infinite}.nprogress-custom-parent{overflow:hidden;position:relative}.nprogress-custom-parent #nprogress .bar,.nprogress-custom-parent #nprogress .spinner{position:absolute}@keyframes nprogress-spinner{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}:root{--tooltip-width:150px;--app-height:100%;--common-transition-duration:0.3s}body,html{font-family:Proxima Soft,Arial,Helvetica,Times New Roman,Times,"serif","sans-serif";padding:0;margin:0;width:100vw;height:100%}html{overflow:hidden}a{color:inherit;text-decoration:none}*{box-sizing:border-box;padding:0;margin:0;-webkit-tap-highlight-color:rgba(0,0,0,0);font-family:Proxima Soft,Arial,Helvetica,Times New Roman,Times,"serif","sans-serif";transition-duration:var(--common-transition-duration);transition-timing-function:ease-in-out;transition-property:color,background,background-color,border-color}button{border:none;outline:none;background:none}.dots{display:flex;padding:10px 0;justify-content:center}.dot{border:none;width:10px;height:10px;background:#c5c5c5;border-radius:50%;margin:0 5px;padding:5px;cursor:pointer}.dot:focus{outline:none}.dot.active{background:#000}.arrow{width:30px;height:30px;position:absolute;top:50%;transform:translateY(-50%);-webkit-transform:translateY(-50%);fill:#fff;cursor:pointer}.Toastify__toast-container{z-index:99999999}#__next{height:100%}.cf-turnstile{display:none!important}strong{font-weight:700}[data-wgplayer]{min-height:auto!important}.ql-editor h2,.ql-editor h3{margin-top:32px!important;margin-bottom:12px!important;color:var(--primary-title)!important}.ql-editor h2{font-size:20px!important}.ql-editor h3{font-size:18px!important}.ql-editor h4{font-size:16px!important}.ql-editor p{color:var(--body)}.ql-editor ol,.ql-editor ul{font-weight:400;color:var(--body)}.ql-editor ol strong,.ql-editor ul strong{font-weight:700}.wgInfoIcon{width:10cqmax;aspect-ratio:1;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 195 195' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M97.5 195C151.348 195 195 151.348 195 97.5C195 43.6522 151.348 0 97.5 0C43.6522 0 0 43.6522 0 97.5C0 151.348 43.6522 195 97.5 195ZM97.5 180C143.063 180 180 143.063 180 97.5C180 51.9365 143.063 15 97.5 15C51.9365 15 15 51.9365 15 97.5C15 143.063 51.9365 180 97.5 180Z' fill='%23D9D9D9'/%3E%3Cg %3E%3Cpath d='M81 52C81 46.4772 85.4772 42 91 42H104C109.523 42 114 46.4772 114 52V100C114 105.523 109.523 110 104 110H91C85.4772 110 81 105.523 81 100V52Z' fill='%23D9D9D9'/%3E%3Cpath d='M91 42.5H104C109.247 42.5 113.5 46.7533 113.5 52V100C113.5 105.247 109.247 109.5 104 109.5H91C85.7533 109.5 81.5 105.247 81.5 100V52C81.5 46.7533 85.7533 42.5 91 42.5Z' stroke='black'/%3E%3C/g%3E%3Ccircle cx='97.5' cy='135.5' r='16.5' fill='%23D9D9D9'/%3E%3Cdefs%3E%3Cfilter id='filter0_d_0_1' x='77' y='42' width='41' height='76' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='4'/%3E%3CfeGaussianBlur stdDeviation='2'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_0_1'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_0_1' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A")!important;background-repeat:no-repeat;background-position:50%}.sr-only{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}