: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:0.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:translateX(-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:translateX(-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:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(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 rgba(0,0,0,.1);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 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:.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(0deg)}to{transform:rotate(1turn)}}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}.button-wrapper .button-container{background-color:#6946e2;border-radius:4px;outline:none;border:none;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;white-space:nowrap;width:100%;min-width:15rem}.button-wrapper .button-container:hover{background-color:rgba(104,70,226,.8)}.button-wrapper .button-container--normal{padding:1.6rem 2rem;font-size:2rem}@media only screen and (min-width:1024px){.button-wrapper .button-container--normal{padding:2.4rem 4rem;font-size:unset}}.button-wrapper .button-container--small{padding:1.6rem 1.2rem;font-size:1.4rem}@media only screen and (min-width:1024px){.button-wrapper .button-container--small{font-size:unset}}.button-wrapper .button-container--loading{width:unset;min-width:17rem}.footer-wrapper{background-color:#000;padding:8rem 0;color:#fff;border-top:1px solid hsla(0,0%,100%,.4)}.footer-wrapper .footer-container{max-width:100%;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:1fr;margin-bottom:4rem!important;padding:0 2rem!important}@media only screen and (min-width:768px){.footer-wrapper .footer-container{padding:0 2rem;max-width:100%}}@media only screen and (min-width:1024px){.footer-wrapper .footer-container{padding:0;max-width:1280px}}@media only screen and (min-width:768px){.footer-wrapper .footer-container{padding:0 14.5rem!important}}@media only screen and (min-width:1280px){.footer-wrapper .footer-container{padding:0!important;grid-template-columns:.65fr 1fr}}.footer-wrapper .footer-container .footer-left{margin-bottom:4rem}@media only screen and (min-width:1280px){.footer-wrapper .footer-container .footer-left{margin-bottom:0}}.footer-wrapper .footer-container .footer-left .icon-logo{width:max-content;font-size:6rem;color:#6946e2}.footer-wrapper .footer-container .footer-left .input-wrapper{display:flex;align-items:center;border:1px solid hsla(0,0%,100%,.4);padding:2px 2px 2px 2.4rem;width:100%}.footer-wrapper .footer-container .footer-left .input-wrapper .input{background-color:transparent;outline:none;border:none;color:#fff;width:100%}.footer-wrapper .footer-container .footer-left .input-wrapper .submit-btn{font-size:1.4rem;padding-top:1.8rem;padding-bottom:1.8rem}@media only screen and (min-width:1024px){.footer-wrapper .footer-container .footer-left .input-wrapper .submit-btn{font-size:unset}}.footer-wrapper .footer-container .footer-left .input-wrapper .submit-btn--disable{pointer-events:none;opacity:.8}.footer-wrapper .footer-container .footer-right{width:100%;margin-left:auto;display:flex;justify-content:space-between;flex-wrap:wrap;gap:4rem}@media only screen and (min-width:1280px){.footer-wrapper .footer-container .footer-right{width:70%}}.footer-wrapper .footer-container .footer-right .menus{width:calc(50% - 4rem)}@media only screen and (min-width:1024px){.footer-wrapper .footer-container .footer-right .menus{width:unset}}.footer-wrapper .footer-container .footer-right .footer-menu{margin-bottom:1.6rem;font-size:1.6rem;transform:.3s all;cursor:pointer}.footer-wrapper .footer-container .footer-right .footer-menu:hover{color:#6946e2}.footer-wrapper .footer-container .footer-right .footer-menu:last-child{margin-bottom:0}.footer-wrapper .footer-text{max-width:100%;margin:0 auto;padding:0 2rem;font-size:1.4rem;padding:0 2rem!important}@media only screen and (min-width:768px){.footer-wrapper .footer-text{padding:0 2rem;max-width:100%}}@media only screen and (min-width:1024px){.footer-wrapper .footer-text{padding:0;max-width:1280px}}@media only screen and (min-width:768px){.footer-wrapper .footer-text{padding:0 14.5rem!important}}@media only screen and (min-width:1024px){.footer-wrapper .footer-text{font-size:1.6rem}}@media only screen and (min-width:1280px){.footer-wrapper .footer-text{padding:0!important}}.header-wrapper{padding:2rem 0;background-color:#000;color:#fff;position:fixed;top:0;z-index:999;width:100vw;transition:all .5s}.header-wrapper--scroll-down{top:-8rem}@media only screen and (min-width:768px){.header-wrapper--scroll-down{top:-9rem}}.header-wrapper .header-container{max-width:100%;padding:0 2rem;margin:0 auto;display:flex;align-items:center;justify-content:space-between}@media only screen and (min-width:1440px){.header-wrapper .header-container{max-width:1920px}}.header-wrapper .header-container .icon-logo{font-size:4rem;color:#6946e2;display:none;align-items:center}@media only screen and (min-width:1280px){.header-wrapper .header-container .icon-logo{display:flex}}.header-wrapper .header-container .icon-logo-mobile{font-size:4rem;color:#6946e2;display:block;display:flex;align-items:center}@media only screen and (min-width:1280px){.header-wrapper .header-container .icon-logo-mobile{display:none}}@media only screen and (min-width:768px){.header-wrapper .header-container .icon-menu{display:none}}.header-wrapper .header-container .list-menu{display:flex;gap:3.2rem;font-size:1.6rem;position:absolute;top:8rem;left:100%;width:100%;height:100svh;flex-direction:column;background-color:#000;padding:0 2rem;z-index:999;transition:all .5s}.header-wrapper .header-container .list-menu--show{left:0}@media only screen and (min-width:768px){.header-wrapper .header-container .list-menu{position:unset;width:unset;height:unset;padding:0;background-color:transparent;flex-direction:row;align-items:center}}.header-wrapper .header-container .list-menu .item-menu{position:relative;gap:4px;color:#fff;cursor:pointer;transition:all .3s}@media only screen and (min-width:768px){.header-wrapper .header-container .list-menu .item-menu{display:flex;align-items:center}}.header-wrapper .header-container .list-menu .item-menu--active,.header-wrapper .header-container .list-menu .item-menu:hover{color:#6946e2}.header-wrapper .header-container .list-menu .item-menu--disable{pointer-events:none}.header-wrapper .header-container .list-menu .item-menu--dropdown:hover .menu-child{height:50rem!important}.header-wrapper .header-container .list-menu .item-menu .icon-down{display:none}@media only screen and (min-width:768px){.header-wrapper .header-container .list-menu .item-menu .icon-down{display:block}}.header-wrapper .header-container .list-menu .item-menu .menu-child{width:100%;height:100%;transition:all .5s;overflow:hidden}@media only screen and (min-width:768px){.header-wrapper .header-container .list-menu .item-menu .menu-child{width:max-content;height:0;position:absolute;top:100%}}.header-wrapper .header-container .list-menu .item-menu .menu-child .menu-child-container{margin-top:1.6rem;width:max-content;display:flex;flex-direction:column;border-radius:8px;overflow:hidden}@media only screen and (min-width:768px){.header-wrapper .header-container .list-menu .item-menu .menu-child .menu-child-container{max-height:20rem;background-color:#fff}}.header-wrapper .header-container .list-menu .item-menu .menu-child .menu-child-container .item-child-menu{padding:2rem 0;width:100%;white-space:nowrap;cursor:pointer;transition:all .3s;color:#fff}@media only screen and (min-width:768px){.header-wrapper .header-container .list-menu .item-menu .menu-child .menu-child-container .item-child-menu{width:unset;padding:1rem 2rem;color:#282828}}.header-wrapper .header-container .list-menu .item-menu .menu-child .menu-child-container .item-child-menu:hover{background-color:#a3a3a3}.header-wrapper .header-container .list-menu .item-menu .menu-child .menu-child-container .item-child-menu:last-child{margin-bottom:0}.header-wrapper .header-container .list-menu .download-wrapper{display:none}@media only screen and (min-width:768px){.header-wrapper .header-container .list-menu .download-wrapper{display:block}}@font-face{font-family:icomoon;src:url(/_next/static/media/icomoon.33333e28.eot);src:url(/_next/static/media/icomoon.33333e28.eot) format("embedded-opentype"),url(/_next/static/media/icomoon.9d3aebe9.ttf) format("truetype"),url(/_next/static/media/icomoon.9ed85bbf.woff) format("woff"),url(/_next/static/media/icomoon.b6feaab4.svg) format("svg");font-weight:400;font-style:normal;font-display:block}[class*=" icon-app_"],[class^=icon-app_]{font-family:icomoon!important;speak:never;font-style:normal;font-weight:400;font-feature-settings:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-app_copy:before{content:""}.icon-app_launch:before{content:""}.icon-app_menu:before{content:""}.icon-app_arrow-down:before{content:""}.icon-app_arrow-up:before{content:""}.icon-app_discord:before{content:""}.icon-app_twitter-x:before{content:""}.icon-app_logo-icon:before{content:""}.icon-app_logo-full:before{content:""}@font-face{font-family:Space Grotesk;src:url(/_next/static/media/SpaceGrotesk-Regular.b146733c.ttf);font-weight:400}@font-face{font-family:Space Grotesk;src:url(/_next/static/media/SpaceGrotesk-SemiBold.492effd4.ttf);font-weight:500}@font-face{font-family:Space Grotesk;src:url(/_next/static/media/SpaceGrotesk-Bold.6fba9c4c.ttf);font-weight:700}*{box-sizing:border-box;margin:0;padding:0}body,html{background:#fff;color:#282828;scroll-behavior:smooth;font-family:Space Grotesk,sans-serif;overflow-x:hidden;line-height:1.4;font-weight:400}body::-webkit-scrollbar,html::-webkit-scrollbar{display:none}@media only screen and (min-width:1280px){body,html{overflow-x:unset}}html{font-size:10px;width:100%;scrollbar-width:thin}html::-webkit-scrollbar{display:none}body{width:100%;font-weight:400;font-size:2rem}a{text-decoration:none;transition:all .3s;cursor:pointer;color:unset}.top-header{padding-top:9.6rem}img{position:unset!important;top:unset!important;right:unset!important;user-drag:none!important;user-select:none!important;-moz-user-select:none!important;-webkit-user-drag:none!important;-webkit-user-select:none!important;-ms-user-select:none!important}.fp-watermark{display:none}.loading-screen{position:fixed;top:0;left:0;width:100vw;height:100vh!important;display:flex;align-items:center;justify-content:center;transition:all .5s;opacity:0;z-index:-1}.loading-screen--show{opacity:1;z-index:9999}.loading-screen .icon-loading{font-size:6rem}.loading-screen .video-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%}.page-screen{opacity:0;transition:all .5s}.page-screen--show{opacity:1}h1{font-size:4rem!important;font-weight:500!important;margin:0!important}@media only screen and (min-width:1024px){h1{font-weight:700!important;font-size:6.4rem!important}}.padding-screen{padding:0 2rem!important}@media only screen and (min-width:768px){.padding-screen{padding:0 14.5rem!important}}@media only screen and (min-width:1024px){.padding-screen{padding:0!important}}