@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap";:root{--blue-main: #050033;--green-main: #91e617;--green-second: rgba(0, 255, 87, 1);--yellow-main: #ffe863;--red-main: #ff5252;--red-second: #fc7881}.modal{overflow-y:auto;position:fixed;max-height:100dvh;height:100%;width:100vw;z-index:10;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}:root{--bet-slip-width: 580px;--bet-slip-width-collapsed: 220px;--bet-slip-height-collapsed: 63px}@media (max-width: 768px){:root{--bet-slip-width: 100vw;--bet-slip-width-collapsed: 160px;--bet-slip-height-collapsed: 46px}}.bet-slip-open-btn{animation:bet-slip-open 1s forwards;animation-timing-function:ease-in-out;transition:height 1s ease-in-out}@keyframes bet-slip-open{0%{width:var(--bet-slip-width-collapsed);height:var(--bet-slip-height-collapsed)}40%,50%{width:var(--bet-slip-width);height:var(--bet-slip-height-collapsed)}to{width:var(--bet-slip-width);height:var(--bet-slip-height)}}.bet-slip-open-btn.close{animation:bet-slip-close 1s forwards;animation-timing-function:ease-in-out;transition:height 1s ease-in-out}@keyframes bet-slip-close{0%{width:var(--bet-slip-width);height:var(--bet-slip-height)}40%,50%{width:var(--bet-slip-width);height:var(--bet-slip-height-collapsed)}to{width:var(--bet-slip-width-collapsed);height:var(--bet-slip-height-collapsed)}}.bet-slip-content{opacity:0;transform:translateY(10px);transition:opacity .4s ease,transform .4s ease}.bet-slip-content.visible{opacity:1;transform:translateY(0)}.predicted-winner{display:flex;align-items:center;gap:calc(5px + (10 - 5) * ((100vw - 360px) / (1440 - 360)));color:var(--green-second);font-weight:700;font-size:16px}.predicted-winner img{border:1px solid var(--green-second);border-radius:100%}.divider{border-left:1px solid #585574;height:19px;margin:0 6px}@media (max-width: 768px){.predicted-winner{margin:0;font-size:14px}.divider{height:16px;margin:0}}.button-filled{color:var(--blue-main);font-size:20px;font-weight:700;padding:11px 40px;border-radius:3px;@media screen and (max-width: 680px){font-size:14px}}.button-filled--gray{background:#ffffff80}.button-filled--green{background:var(--green-main)}.table__bordered-row{width:100%;table-layout:fixed;border-collapse:separate;border-spacing:0}.table__bordered-row td{border-top:1px solid var(--green-main);border-bottom:1px solid var(--green-main);border-collapse:separate;border-spacing:0}.table__bordered-row td:first-child{border-top-left-radius:3px;border-bottom-left-radius:3px;border-left:1px solid var(--green-main)}.table__bordered-row td:last-child{border-top-right-radius:3px;border-bottom-right-radius:3px;border-right:1px solid var(--green-main)}.show-link-on-hover{a{visibility:hidden;opacity:0;transition:visibility .2s,opacity .2s}}.show-link-on-hover:hover{a{visibility:visible;opacity:1}}.notification{position:fixed;top:80px;right:10px;background:linear-gradient(3.59deg,#ffffffe6 2.71%,#999 96.82%);border-radius:10px;max-width:500px;width:100%;padding:15px 20px 20px;transition:all .5s ease-in-out}.notification:hover{filter:brightness(120%)}.notification__title{font-weight:600;font-size:16px;line-height:100%}.notification__mark-as-read{font-weight:500;font-size:14px;line-height:100%;text-decoration:underline}.notification__date{font-weight:500;font-size:16px;color:#05003380}.notification__read-status{font-weight:700;font-size:16px;color:#07a93e;display:flex;align-items:center;gap:5px;transition:all .3s ease}.notification__read-status:hover{opacity:.5}.notification__text{font-weight:500;font-size:16px;line-height:100%;color:#050033}.notification__item{padding-top:15px}.notification__item:not(:last-child){border-bottom:1px solid #0500334d;padding-bottom:8px}.affiliate-button{position:relative;height:43px;background:linear-gradient(to top,#ffa300,#ffe863);-webkit-background-clip:tex;background-clip:text;color:transparent;text-align:center;width:160px;transition:opacity .3s ease;font-size:14px;line-height:100%;font-weight:600;text-wrap:nowrap}.affiliate-button:hover{opacity:.7}.affiliate-button:before{content:"";position:absolute;transform:translateY(4px);inset:0;height:38px;width:100%;border-radius:20px;padding:1px;background:linear-gradient(45deg,#ffa300,#ffe863);-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude}.blink-league{animation:blink 2s infinite}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.preferences__title{font-weight:600;font-size:16px;line-height:100%;color:#fff;text-wrap:nowrap}@media (max-width: 768px){.preferences__title{font-size:14px}}.ai-stats__title{color:var(--green-main);font-size:calc(12px + (16 - 12) * ((100vw - 360px) / (1440 - 360)));font-weight:600}.ai-stats__predict-table__title{color:#fff;font-weight:500;font-size:calc(14px + (16 - 14) * ((100vw - 360px) / (1440 - 360)));margin-bottom:calc(5px + (10 - 5) * ((100vw - 360px) / (1440 - 360)))}.ai-stats__predict-table__player{font-weight:500;font-size:calc(14px + (16 - 14) * ((100vw - 360px) / (1440 - 360)))}.ai-stats__predict-table__value{font-size:calc(14px + (16 - 14) * ((100vw - 360px) / (1440 - 360)));line-height:100%}.ai-scroll-table__wrapper{position:relative}.ai-scroll-table__scroll-btn{position:absolute;left:50%;transform:translate(-50%);transition:all .7s .2s ease;opacity:0}.ai-scroll-table__wrapper:hover .ai-scroll-table__scroll-btn{opacity:1}.ai-scroll-table__scroll-btn--top{top:-10px}.ai-scroll-table__scroll-btn--bottom{bottom:-10px}.ai-scroll-table__scroll-btn--top:hover{transform:translate(-50%,-10px)}.ai-scroll-table__scroll-btn--bottom:hover{transform:translate(-50%,10px)}.ai-scroll-table__content{display:grid;row-gap:15px;align-items:center;justify-items:center;grid-template-columns:minmax(60px,80px) 1fr 50px 50px 50px;column-gap:calc(5px + (10 - 5) * ((100vw - 360px) / (1440 - 360)));height:174px;overflow:hidden;width:100%;min-width:300px;margin-top:5px;color:#ffffffb2;font-size:12px;line-height:100%;text-align:center;padding:10px 0;border:1px solid #ffffff33;border-radius:5px}.ai-scroll-table__content img{width:calc(20px + (26 - 20) * ((100vw - 360px) / (1440 - 360)))}.ai-scroll-table__headers{display:grid;align-items:center;grid-template-columns:minmax(60px,80px) 1fr 50px 50px 50px;column-gap:10px;width:100%;color:#ffffffb2;font-size:12px;line-height:100%;text-align:center}.mybets-stats__item-value{font-size:calc(16px + (30 - 16) * ((100vw - 768px) / (1440 - 768)));font-weight:600;line-height:100%;color:#fff}.mybets-stats__item-value span{font-size:calc(12px + (25 - 12) * ((100vw - 768px) / (1440 - 768)))}.mybets-stats__item-icon{width:calc(20px + (50 - 20) * ((100vw - 768px) / (1440 - 768)));height:calc(20px + (50 - 20) * ((100vw - 768px) / (1440 - 768)))}.mybets-stats__item-icon svg{height:55%;aspect-ratio:1 / 1}.mybets-stats__item-btn{width:calc(20px + (32 - 20) * ((100vw - 768px) / (1440 - 768)));height:calc(20px + (32 - 20) * ((100vw - 768px) / (1440 - 768)));display:flex;align-items:center;justify-content:center;border-width:2px;border-radius:100%}.mybets-stats__item-btn span{margin-right:-2px;font-weight:600;font-size:calc(12px + (25 - 12) * ((100vw - 768px) / (1440 - 768)))}.mybets-stats__item-btn svg{height:calc(12px + (18 - 12) * ((100vw - 768px) / (1440 - 768)))}@media (max-width: 768px){.mybets-stats__item-value{font-size:20px}.mybets-stats__item-value span{font-size:14px}.mybets-stats__item-icon{width:22px;height:22px}.mybets-stats__item-btn{border-width:1px;position:relative;width:27px;height:27px}.mybets-stats__item-btn span{font-size:16px}.mybets-stats__item-btn svg{height:16px}.mybets-stats__item-btn:before{content:"";position:absolute;background:#4c487b;width:33px;height:33px;border-radius:100%;z-index:-1;box-shadow:0 2px 4px #fff3}}.card-container{border-radius:5px;padding:12px 20px 16px;width:100%;background:linear-gradient(180deg,#050033cc 93.23%,#05003366 100% 100%,#05003366 100% 100%,#05003366 100% 100%)}.card-container:hover{background:linear-gradient(180deg,#2e2a51cc 93.23%,#05003366)}.card-container--open,.card-container--open:hover{background:#070b02cc}.card-main-title{color:var(--green-main);font-size:16px;line-height:120%;font-weight:600}.card-description{font-size:16px;color:#fff;line-height:130%;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;word-break:break-all}.card-date{font-size:14px;color:#fff;line-height:120%}.card__game-name{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;word-break:break-all;flex-basis:19%;width:19%;flex-grow:0;font-size:16px}.card__market-desc{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;word-break:break-all;flex-basis:23%;width:23%;flex-grow:0}@media (max-width: 768px){.card-container{padding:16px;background:var(--blue-main)}.card-main-title{font-size:14px}.card-date{font-size:12px}.card-date-clock{height:15px}.card-description{font-size:14px}.card__game-name{font-size:14px;height:30px;width:80%;flex-basis:80%}.card__market-desc{font-weight:700;width:100%;flex-basis:100%;font-size:14px}}.card-content--parlay{padding:10px 0 10px 16px;margin-left:35px;position:relative}.card-content--parlay__inner{display:flex;align-items:center;justify-content:space-between;gap:10px}@media (max-width: 789px){.card-content--parlay__inner{flex-direction:column;align-items:start}}.card-content--parlay.close{border-bottom:none!important}.card-content--parlay:not(:last-child){border-bottom:1px solid #ffffff4d}.with-timeline:before{content:"";position:absolute;top:42%;left:-34px;transform:translateY(-50%);width:19px;height:19px;border-radius:100%;border:1px solid #ffffff80}.with-timeline:after{content:"";position:absolute;top:52%;left:-26px;height:80%;border-left:2px dashed #ffffff80;z-index:0}@media (max-width: 768px){.card-content--parlay{margin:0;padding-inline:0}.with-timeline:before,.with-timeline:after{display:none}}.with-timeline:last-child:after{display:none}.date-element{position:absolute;top:-12px;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center}.date-element__container{position:relative;padding:5px 10px;border-radius:0 0 3px 3px;color:var(--blue-main);font-size:14px;line-height:110%;font-weight:600;text-align:center;width:187px;margin:0 auto}.triangle{width:0px;height:0px;border-style:solid;border-color:transparent transparent var(--triangle-color, #ff525280) transparent;position:absolute;top:0}.triangle-right{border-width:0 9px 12px 0px;right:-9px}.triangle-left{border-width:0 0px 12px 9px;left:-9px}.triangle-popup{border-width:0 14px 11px 0px;border-color:transparent transparent var(--green-main) transparent;top:-1px;left:-14px;transform:scale(-1)}.triangle-popup:before{content:"";border-width:0 11px 9px 0px;border-color:transparent transparent #514e6f transparent;z-index:-1;top:1px;left:-1px}.triangle-popup,.triangle-popup:before{position:absolute;width:0px;height:0px;border-style:solid}.tooltip-triangle-wrapper{position:absolute;bottom:0;left:50%;transform:translate(8px);width:0;height:0;z-index:5}.tooltip-triangle,.tooltip-triangle-border{position:absolute;border-style:solid;transform:rotate(180deg);top:0}.tooltip-triangle-border{border-width:0 9px 7px 9px;border-color:transparent transparent #00ff57 transparent;left:0}.tooltip-triangle{border-width:0 8px 6px 8px;border-color:transparent transparent #413d62 transparent;left:1px}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;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}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}.\!container{width:100%!important}.container{width:100%}@media (min-width: 540px){.\!container{max-width:540px!important}.container{max-width:540px}}@media (min-width: 640px){.\!container{max-width:640px!important}.container{max-width:640px}}@media (min-width: 768px){.\!container{max-width:768px!important}.container{max-width:768px}}@media (min-width: 880px){.\!container{max-width:880px!important}.container{max-width:880px}}@media (min-width: 1024px){.\!container{max-width:1024px!important}.container{max-width:1024px}}@media (min-width: 1280px){.\!container{max-width:1280px!important}.container{max-width:1280px}}.pointer-events-none{pointer-events:none}.visible{visibility:visible}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:-webkit-sticky;position:sticky}.inset-0{inset:0}.-top-1\/2{top:-50%}.-top-3{top:-.75rem}.bottom-0{bottom:0}.bottom-4{bottom:1rem}.bottom-5{bottom:1.25rem}.bottom-6{bottom:1.5rem}.bottom-7{bottom:1.75rem}.bottom-\[10px\]{bottom:10px}.bottom-\[16px\]{bottom:16px}.bottom-\[5px\]{bottom:5px}.bottom-\[7px\]{bottom:7px}.bottom-\[84px\]{bottom:84px}.bottom-\[calc\(100\%\+7px\)\]{bottom:calc(100% + 7px)}.bottom-full{bottom:100%}.left-0{left:0}.left-1\/2{left:50%}.left-2{left:.5rem}.left-2\.5{left:.625rem}.left-4{left:1rem}.left-5{left:1.25rem}.left-\[-2px\]{left:-2px}.left-\[-40\%\]{left:-40%}.left-\[4px\]{left:4px}.left-\[5px\]{left:5px}.left-full{left:100%}.right-0{right:0}.right-2{right:.5rem}.right-2\.5{right:.625rem}.right-4{right:1rem}.right-5{right:1.25rem}.right-\[-10px\]{right:-10px}.right-\[10px\]{right:10px}.right-\[16px\]{right:16px}.right-\[18px\]{right:18px}.right-\[20px\]{right:20px}.right-\[22px\]{right:22px}.right-\[4px\]{right:4px}.right-full{right:100%}.top-0{top:0}.top-1\/2{top:50%}.top-10{top:2.5rem}.top-2{top:.5rem}.top-2\.5{top:.625rem}.top-4{top:1rem}.top-5{top:1.25rem}.top-\[-10px\]{top:-10px}.top-\[10px\]{top:10px}.top-\[18px\]{top:18px}.top-\[20px\]{top:20px}.top-\[22px\]{top:22px}.top-\[4px\]{top:4px}.top-\[50px\]{top:50px}.top-\[65px\]{top:65px}.top-\[7px\]{top:7px}.top-full{top:100%}.-z-10{z-index:-10}.z-0{z-index:0}.z-10{z-index:10}.z-20{z-index:20}.z-50{z-index:50}.z-\[-1\]{z-index:-1}.z-\[1000\]{z-index:1000}.z-\[100\]{z-index:100}.z-\[11\]{z-index:11}.z-\[1\]{z-index:1}.z-\[4\]{z-index:4}.z-\[5\]{z-index:5}.z-\[99999\]{z-index:99999}.z-\[9999\]{z-index:9999}.z-\[999\]{z-index:999}.order-2{order:2}.order-3{order:3}.order-\[4\]{order:4}.col-span-1{grid-column:span 1 / span 1}.col-span-3{grid-column:span 3 / span 3}.m-0{margin:0}.m-1{margin:.25rem}.-mx-2{margin-left:-.5rem;margin-right:-.5rem}.-mx-4{margin-left:-1rem;margin-right:-1rem}.mx-0\.5{margin-left:.125rem;margin-right:.125rem}.mx-2{margin-left:.5rem;margin-right:.5rem}.mx-2\.5{margin-left:.625rem;margin-right:.625rem}.mx-4{margin-left:1rem;margin-right:1rem}.mx-6{margin-left:1.5rem;margin-right:1.5rem}.mx-auto{margin-left:auto;margin-right:auto}.my-2{margin-top:.5rem;margin-bottom:.5rem}.my-5{margin-top:1.25rem;margin-bottom:1.25rem}.my-8{margin-top:2rem;margin-bottom:2rem}.\!mb-\[50px\]{margin-bottom:50px!important}.-mb-4{margin-bottom:-1rem}.-ml-1{margin-left:-.25rem}.-ml-2{margin-left:-.5rem}.-ml-3{margin-left:-.75rem}.-ml-4{margin-left:-1rem}.-mr-2{margin-right:-.5rem}.-mr-2\.5{margin-right:-.625rem}.-mt-0\.5{margin-top:-.125rem}.-mt-1{margin-top:-.25rem}.-mt-1\.5{margin-top:-.375rem}.-mt-2{margin-top:-.5rem}.-mt-4{margin-top:-1rem}.-mt-\[1px\]{margin-top:-1px}.mb-0{margin-bottom:0}.mb-0\.5{margin-bottom:.125rem}.mb-1{margin-bottom:.25rem}.mb-1\.5{margin-bottom:.375rem}.mb-10{margin-bottom:2.5rem}.mb-2{margin-bottom:.5rem}.mb-2\.5{margin-bottom:.625rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.mb-7{margin-bottom:1.75rem}.mb-8{margin-bottom:2rem}.mb-9{margin-bottom:2.25rem}.mb-\[10vh\]{margin-bottom:10vh}.mb-\[14px\]{margin-bottom:14px}.mb-\[30px\]{margin-bottom:30px}.mb-\[34px\]{margin-bottom:34px}.mb-\[55px\]{margin-bottom:55px}.mb-\[56px\]{margin-bottom:56px}.mb-\[76px\]{margin-bottom:76px}.ml-1{margin-left:.25rem}.ml-1\.5{margin-left:.375rem}.ml-10{margin-left:2.5rem}.ml-2{margin-left:.5rem}.ml-2\.5{margin-left:.625rem}.ml-4{margin-left:1rem}.ml-5{margin-left:1.25rem}.ml-6{margin-left:1.5rem}.ml-auto{margin-left:auto}.mr-1\.5{margin-right:.375rem}.mr-2{margin-right:.5rem}.mr-2\.5{margin-right:.625rem}.mr-4{margin-right:1rem}.mr-5{margin-right:1.25rem}.mr-6{margin-right:1.5rem}.mr-8{margin-right:2rem}.mr-auto{margin-right:auto}.mt-0\.5{margin-top:.125rem}.mt-1{margin-top:.25rem}.mt-10{margin-top:2.5rem}.mt-2{margin-top:.5rem}.mt-2\.5{margin-top:.625rem}.mt-3{margin-top:.75rem}.mt-3\.5{margin-top:.875rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mt-\[100px\]{margin-top:100px}.mt-\[18px\]{margin-top:18px}.mt-\[22px\]{margin-top:22px}.mt-\[30\%\]{margin-top:30%}.mt-\[30px\]{margin-top:30px}.mt-\[40px\]{margin-top:40px}.mt-\[60px\]{margin-top:60px}.mt-\[80px\]{margin-top:80px}.mt-\[88px\]{margin-top:88px}.mt-\[95px\]{margin-top:95px}.box-border{box-sizing:border-box}.line-clamp-1{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.line-clamp-2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.line-clamp-3{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.table-row{display:table-row}.grid{display:grid}.hidden{display:none}.aspect-\[105\/230\]{aspect-ratio:105/230}.aspect-\[200\/430\]{aspect-ratio:200/430}.aspect-square{aspect-ratio:1 / 1}.\!h-\[16px\]{height:16px!important}.\!h-\[23px\]{height:23px!important}.\!h-\[28px\]{height:28px!important}.\!h-\[30px\]{height:30px!important}.\!h-\[34px\]{height:34px!important}.h-0{height:0px}.h-10{height:2.5rem}.h-12{height:3rem}.h-16{height:4rem}.h-2{height:.5rem}.h-24{height:6rem}.h-3{height:.75rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-7{height:1.75rem}.h-8{height:2rem}.h-\[0\.5px\]{height:.5px}.h-\[100dvh\]{height:100dvh}.h-\[100px\]{height:100px}.h-\[10px\]{height:10px}.h-\[13px\]{height:13px}.h-\[140px\]{height:140px}.h-\[14px\]{height:14px}.h-\[150px\]{height:150px}.h-\[15px\]{height:15px}.h-\[16px\]{height:16px}.h-\[18px\]{height:18px}.h-\[19px\]{height:19px}.h-\[1px\]{height:1px}.h-\[200px\]{height:200px}.h-\[20px\]{height:20px}.h-\[225px\]{height:225px}.h-\[22px\]{height:22px}.h-\[23px\]{height:23px}.h-\[24px\]{height:24px}.h-\[250px\]{height:250px}.h-\[25px\]{height:25px}.h-\[26px\]{height:26px}.h-\[270px\]{height:270px}.h-\[28px\]{height:28px}.h-\[29px\]{height:29px}.h-\[2px\]{height:2px}.h-\[30px\]{height:30px}.h-\[320px\]{height:320px}.h-\[34px\]{height:34px}.h-\[35px\]{height:35px}.h-\[36px\]{height:36px}.h-\[38px\]{height:38px}.h-\[39px\]{height:39px}.h-\[3px\]{height:3px}.h-\[40px\]{height:40px}.h-\[44px\]{height:44px}.h-\[45px\]{height:45px}.h-\[46px\]{height:46px}.h-\[48px\]{height:48px}.h-\[4px\]{height:4px}.h-\[50px\]{height:50px}.h-\[54px\]{height:54px}.h-\[5px\]{height:5px}.h-\[64px\]{height:64px}.h-\[65px\]{height:65px}.h-\[66px\]{height:66px}.h-\[78px\]{height:78px}.h-\[80\%\]{height:80%}.h-\[80px\]{height:80px}.h-\[8px\]{height:8px}.h-\[90px\]{height:90px}.h-\[94px\]{height:94px}.h-\[9px\]{height:9px}.h-\[calc\(100\%-36px\)\]{height:calc(100% - 36px)}.h-\[calc\(100\%-45px-20px-50px\)\]{height:calc(100% - 115px)}.h-\[calc\(100\%-46px\)\]{height:calc(100% - 46px)}.h-\[calc\(100\%-95px\)\]{height:calc(100% - 95px)}.h-\[calc\(100vh-110px\)\]{height:calc(100vh - 110px)}.h-\[calc\(100vh-160px\)\]{height:calc(100vh - 160px)}.h-\[calc\(70\%\)\]{height:70%}.h-auto{height:auto}.h-full{height:100%}.h-screen{height:100vh}.max-h-0{max-height:0px}.max-h-40{max-height:10rem}.max-h-52{max-height:13rem}.max-h-60{max-height:15rem}.max-h-\[1000px\]{max-height:1000px}.max-h-\[180px\]{max-height:180px}.max-h-\[200px\]{max-height:200px}.max-h-\[20px\]{max-height:20px}.max-h-\[300px\]{max-height:300px}.max-h-\[350px\]{max-height:350px}.max-h-\[35px\]{max-height:35px}.max-h-\[400px\]{max-height:400px}.max-h-\[450px\]{max-height:450px}.max-h-\[500px\]{max-height:500px}.max-h-\[90px\]{max-height:90px}.max-h-\[95vh\]{max-height:95vh}.max-h-\[9999px\]{max-height:9999px}.max-h-full{max-height:100%}.min-h-0{min-height:0px}.min-h-\[120px\]{min-height:120px}.min-h-\[200px\]{min-height:200px}.min-h-\[24px\]{min-height:24px}.min-h-\[290px\]{min-height:290px}.min-h-\[400px\]{min-height:400px}.min-h-\[600px\]{min-height:600px}.min-h-\[80px\]{min-height:80px}.\!w-\[100px\]{width:100px!important}.\!w-\[111px\]{width:111px!important}.\!w-\[112px\]{width:112px!important}.\!w-\[26px\]{width:26px!important}.\!w-\[28px\]{width:28px!important}.\!w-\[60px\]{width:60px!important}.\!w-\[95px\]{width:95px!important}.\!w-fit{width:-webkit-fit-content!important;width:fit-content!important}.w-0{width:0px}.w-1\/2{width:50%}.w-10{width:2.5rem}.w-12{width:3rem}.w-16{width:4rem}.w-2{width:.5rem}.w-24{width:6rem}.w-3{width:.75rem}.w-4{width:1rem}.w-48{width:12rem}.w-5{width:1.25rem}.w-6{width:1.5rem}.w-7{width:1.75rem}.w-8{width:2rem}.w-\[100px\]{width:100px}.w-\[10px\]{width:10px}.w-\[110px\]{width:110px}.w-\[120px\]{width:120px}.w-\[12px\]{width:12px}.w-\[14\%\]{width:14%}.w-\[140px\]{width:140px}.w-\[14px\]{width:14px}.w-\[15\%\]{width:15%}.w-\[150px\]{width:150px}.w-\[15px\]{width:15px}.w-\[160px\]{width:160px}.w-\[16px\]{width:16px}.w-\[170px\]{width:170px}.w-\[17px\]{width:17px}.w-\[18px\]{width:18px}.w-\[190px\]{width:190px}.w-\[199px\]{width:199px}.w-\[20\%\]{width:20%}.w-\[200px\]{width:200px}.w-\[20px\]{width:20px}.w-\[21\%\]{width:21%}.w-\[215px\]{width:215px}.w-\[22px\]{width:22px}.w-\[23\%\]{width:23%}.w-\[24px\]{width:24px}.w-\[25px\]{width:25px}.w-\[260px\]{width:260px}.w-\[26px\]{width:26px}.w-\[300px\]{width:300px}.w-\[30px\]{width:30px}.w-\[30vw\]{width:30vw}.w-\[32px\]{width:32px}.w-\[34px\]{width:34px}.w-\[35px\]{width:35px}.w-\[36px\]{width:36px}.w-\[370px\]{width:370px}.w-\[40px\]{width:40px}.w-\[44px\]{width:44px}.w-\[45\%\]{width:45%}.w-\[50px\]{width:50px}.w-\[5px\]{width:5px}.w-\[60px\]{width:60px}.w-\[65px\]{width:65px}.w-\[66px\]{width:66px}.w-\[670px\]{width:670px}.w-\[70px\]{width:70px}.w-\[80\%\]{width:80%}.w-\[80px\]{width:80px}.w-\[88px\]{width:88px}.w-\[8px\]{width:8px}.w-\[90\%\]{width:90%}.w-\[94px\]{width:94px}.w-\[97\%\]{width:97%}.w-\[9px\]{width:9px}.w-\[calc\(100\%-10px\)\]{width:calc(100% - 10px)}.w-\[calc\(100\%-16px\)\]{width:calc(100% - 16px)}.w-\[calc\(100\%-20px\)\]{width:calc(100% - 20px)}.w-\[calc\(100\%-40px\)\]{width:calc(100% - 40px)}.w-auto{width:auto}.w-fit{width:-webkit-fit-content;width:fit-content}.w-full{width:100%}.w-min{width:-webkit-min-content;width:min-content}.w-px{width:1px}.w-screen{width:100vw}.\!min-w-\[70px\]{min-width:70px!important}.min-w-0{min-width:0px}.min-w-\[100px\]{min-width:100px}.min-w-\[1px\]{min-width:1px}.min-w-\[200px\]{min-width:200px}.min-w-\[20px\]{min-width:20px}.min-w-\[250px\]{min-width:250px}.min-w-\[25px\]{min-width:25px}.min-w-\[270px\]{min-width:270px}.min-w-\[300px\]{min-width:300px}.min-w-\[30px\]{min-width:30px}.min-w-\[320px\]{min-width:320px}.min-w-\[40px\]{min-width:40px}.min-w-\[450px\]{min-width:450px}.min-w-\[50px\]{min-width:50px}.min-w-\[55\%\]{min-width:55%}.min-w-\[600px\]{min-width:600px}.min-w-\[70px\]{min-width:70px}.min-w-full{min-width:100%}.max-w-4xl{max-width:56rem}.max-w-\[10\%\]{max-width:10%}.max-w-\[105px\]{max-width:105px}.max-w-\[12\%\]{max-width:12%}.max-w-\[1200px\]{max-width:1200px}.max-w-\[1300px\]{max-width:1300px}.max-w-\[14\%\]{max-width:14%}.max-w-\[20\%\]{max-width:20%}.max-w-\[200px\]{max-width:200px}.max-w-\[217px\]{max-width:217px}.max-w-\[230px\]{max-width:230px}.max-w-\[24\%\]{max-width:24%}.max-w-\[27\%\]{max-width:27%}.max-w-\[280px\]{max-width:280px}.max-w-\[29\%\]{max-width:29%}.max-w-\[290px\]{max-width:290px}.max-w-\[300px\]{max-width:300px}.max-w-\[307px\]{max-width:307px}.max-w-\[330px\]{max-width:330px}.max-w-\[380px\]{max-width:380px}.max-w-\[400px\]{max-width:400px}.max-w-\[412px\]{max-width:412px}.max-w-\[426px\]{max-width:426px}.max-w-\[430px\]{max-width:430px}.max-w-\[500px\]{max-width:500px}.max-w-\[530px\]{max-width:530px}.max-w-\[60\%\]{max-width:60%}.max-w-\[600px\]{max-width:600px}.max-w-\[630px\]{max-width:630px}.max-w-\[690px\]{max-width:690px}.max-w-\[90\%\]{max-width:90%}.max-w-\[90px\]{max-width:90px}.max-w-\[94\%\]{max-width:94%}.max-w-fit{max-width:-webkit-fit-content;max-width:fit-content}.max-w-full{max-width:100%}.max-w-md{max-width:28rem}.flex-1{flex:1 1 0%}.flex-\[0_0_30\%\]{flex:0 0 30%}.flex-auto{flex:1 1 auto}.flex-shrink-0,.shrink-0{flex-shrink:0}.flex-grow-0{flex-grow:0}.grow{flex-grow:1}.basis-\[12\%\]{flex-basis:12%}.basis-\[14\%\]{flex-basis:14%}.basis-\[20\%\]{flex-basis:20%}.basis-\[24\%\]{flex-basis:24%}.basis-\[27\%\]{flex-basis:27%}.basis-\[29\%\]{flex-basis:29%}.basis-\[60\%\]{flex-basis:60%}.table-auto{table-layout:auto}.table-fixed{table-layout:fixed}.border-separate{border-collapse:separate}.border-spacing-y-0{--tw-border-spacing-y: 0px;border-spacing:var(--tw-border-spacing-x) var(--tw-border-spacing-y)}.border-spacing-y-1\.5{--tw-border-spacing-y: .375rem;border-spacing:var(--tw-border-spacing-x) var(--tw-border-spacing-y)}.border-spacing-y-2\.5{--tw-border-spacing-y: .625rem;border-spacing:var(--tw-border-spacing-x) var(--tw-border-spacing-y)}.-translate-x-1\/2{--tw-translate-x: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-x-\[5px\]{--tw-translate-x: -5px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-1\/2{--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-0{--tw-translate-x: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-\[100\%\]{--tw-translate-x: 100%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-\[16px\]{--tw-translate-x: 16px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-\[2px\]{--tw-translate-x: 2px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-\[4px\]{--tw-translate-y: 4px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-\[6px\]{--tw-translate-y: 6px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-rotate-180{--tw-rotate: -180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-rotate-90{--tw-rotate: -90deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-180{--tw-rotate: 180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-45{--tw-rotate: 45deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-90{--tw-rotate: 90deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-100{--tw-scale-x: 1;--tw-scale-y: 1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-105{--tw-scale-x: 1.05;--tw-scale-y: 1.05;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-110{--tw-scale-x: 1.1;--tw-scale-y: 1.1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-\[1\.2\]{--tw-scale-x: 1.2;--tw-scale-y: 1.2;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-y-90{--tw-scale-y: .9;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-y-95{--tw-scale-y: .95;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.animate-spin{animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin-slow{animation:spin 2s linear infinite}.\!cursor-not-allowed{cursor:not-allowed!important}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.resize{resize:both}.list-none{list-style-type:none}.appearance-none{-webkit-appearance:none;appearance:none}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))}.grid-cols-\[1fr_0\.5fr\]{grid-template-columns:1fr .5fr}.grid-cols-\[50px_1fr\]{grid-template-columns:50px 1fr}.grid-cols-\[auto\,1fr\]{grid-template-columns:auto 1fr}.grid-cols-\[auto_60\%_30\%\]{grid-template-columns:auto 60% 30%}.grid-cols-\[repeat\(auto-fit\,minmax\(100px\,1fr\)\)\]{grid-template-columns:repeat(auto-fit,minmax(100px,1fr))}.grid-rows-\[210px_auto\]{grid-template-rows:210px auto}.flex-row{flex-direction:row}.\!flex-col{flex-direction:column!important}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.\!justify-center{justify-content:center!important}.justify-center{justify-content:center}.\!justify-between{justify-content:space-between!important}.justify-between{justify-content:space-between}.justify-evenly{justify-content:space-evenly}.justify-items-start{justify-items:start}.justify-items-center{justify-items:center}.gap-0\.5{gap:.125rem}.gap-1{gap:.25rem}.gap-1\.5{gap:.375rem}.gap-2{gap:.5rem}.gap-2\.5{gap:.625rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.gap-6{gap:1.5rem}.gap-7{gap:1.75rem}.gap-8{gap:2rem}.gap-\[14px\]{gap:14px}.gap-\[25px\]{gap:25px}.gap-\[50px\]{gap:50px}.gap-x-1\.5{column-gap:.375rem}.gap-x-12{column-gap:3rem}.gap-x-2{column-gap:.5rem}.gap-x-2\.5{column-gap:.625rem}.gap-x-\[50px\]{column-gap:50px}.gap-x-\[60px\]{column-gap:60px}.gap-y-2\.5{row-gap:.625rem}.gap-y-4{row-gap:1rem}.gap-y-5{row-gap:1.25rem}.gap-y-7{row-gap:1.75rem}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.space-y-5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.25rem * var(--tw-space-y-reverse))}.self-end{align-self:flex-end}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-visible{overflow:visible}.overflow-scroll{overflow:scroll}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.overflow-x-hidden{overflow-x:hidden}.overflow-x-scroll{overflow-x:scroll}.scroll-smooth{scroll-behavior:smooth}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-ellipsis{text-overflow:ellipsis}.whitespace-nowrap{white-space:nowrap}.text-wrap{text-wrap:wrap}.\!text-nowrap{text-wrap:nowrap!important}.text-nowrap{text-wrap:nowrap}.break-words{overflow-wrap:break-word}.break-all{word-break:break-all}.break-keep{word-break:keep-all}.rounded{border-radius:.25rem}.rounded-\[100px\]{border-radius:100px}.rounded-\[10px\]{border-radius:10px}.rounded-\[1px\]{border-radius:1px}.rounded-\[20px\]{border-radius:20px}.rounded-\[2px\]{border-radius:2px}.rounded-\[30px\]{border-radius:30px}.rounded-\[3px\]{border-radius:3px}.rounded-\[5px\]{border-radius:5px}.rounded-\[8px\]{border-radius:8px}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-b-\[3px\]{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.rounded-t-\[3px\]{border-top-left-radius:3px;border-top-right-radius:3px}.border{border-width:1px}.border-2{border-width:2px}.border-\[12px\]{border-width:12px}.border-\[20px\]{border-width:20px}.border-\[2px\]{border-width:2px}.border-\[3px\]{border-width:3px}.border-\[6px\]{border-width:6px}.border-x{border-left-width:1px;border-right-width:1px}.border-x-\[5px\]{border-left-width:5px;border-right-width:5px}.border-b{border-bottom-width:1px}.border-b-\[2px\]{border-bottom-width:2px}.border-b-\[5px\]{border-bottom-width:5px}.border-l{border-left-width:1px}.border-l-2{border-left-width:2px}.border-t{border-top-width:1px}.border-t-\[5px\]{border-top-width:5px}.border-solid{border-style:solid}.border-dashed{border-style:dashed}.border-none{border-style:none}.border-\[\#00FF57\]{--tw-border-opacity: 1;border-color:rgb(0 255 87 / var(--tw-border-opacity, 1))}.border-\[\#050033\]{--tw-border-opacity: 1;border-color:rgb(5 0 51 / var(--tw-border-opacity, 1))}.border-\[\#585574\]{--tw-border-opacity: 1;border-color:rgb(88 85 116 / var(--tw-border-opacity, 1))}.border-\[\#91E61780\]{border-color:#91e61780}.border-\[\#91E617\],.border-\[\#91e617\]{--tw-border-opacity: 1;border-color:rgb(145 230 23 / var(--tw-border-opacity, 1))}.border-\[\#FF0000\]{--tw-border-opacity: 1;border-color:rgb(255 0 0 / var(--tw-border-opacity, 1))}.border-\[\#FF5252\]{--tw-border-opacity: 1;border-color:rgb(255 82 82 / var(--tw-border-opacity, 1))}.border-\[\#FFA300\]{--tw-border-opacity: 1;border-color:rgb(255 163 0 / var(--tw-border-opacity, 1))}.border-\[\#FFFFFF33\]{border-color:#fff3}.border-\[\#FFFFFF40\]{border-color:#ffffff40}.border-\[\#FFFFFF4D\]{border-color:#ffffff4d}.border-\[\#FFFFFF80\]{border-color:#ffffff80}.border-\[\#FFFFFFB2\]{border-color:#ffffffb2}.border-\[\#fff\]{--tw-border-opacity: 1;border-color:rgb(255 255 255 / var(--tw-border-opacity, 1))}.border-\[rgba\(229\,231\,235\,0\.3\)\]{border-color:#e5e7eb4d}.border-\[transparent\]{border-color:transparent}.border-black{--tw-border-opacity: 1;border-color:rgb(0 0 0 / var(--tw-border-opacity, 1))}.border-blue-main{--tw-border-opacity: 1;border-color:rgb(5 0 51 / var(--tw-border-opacity, 1))}.border-gray-300{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1))}.border-gray-400{--tw-border-opacity: 1;border-color:rgb(156 163 175 / var(--tw-border-opacity, 1))}.border-gray-600{--tw-border-opacity: 1;border-color:rgb(75 85 99 / var(--tw-border-opacity, 1))}.border-gray-700{--tw-border-opacity: 1;border-color:rgb(55 65 81 / var(--tw-border-opacity, 1))}.border-gray-700\/50{border-color:#37415180}.border-green-main{--tw-border-opacity: 1;border-color:rgb(145 230 23 / var(--tw-border-opacity, 1))}.border-green-second{--tw-border-opacity: 1;border-color:rgb(0 255 87 / var(--tw-border-opacity, 1))}.border-red-500{--tw-border-opacity: 1;border-color:rgb(239 68 68 / var(--tw-border-opacity, 1))}.border-red-main{--tw-border-opacity: 1;border-color:rgb(255 82 82 / var(--tw-border-opacity, 1))}.border-white{--tw-border-opacity: 1;border-color:rgb(255 255 255 / var(--tw-border-opacity, 1))}.border-white\/20{border-color:#fff3}.border-yellow-main{--tw-border-opacity: 1;border-color:rgb(255 232 99 / var(--tw-border-opacity, 1))}.border-x-transparent{border-left-color:transparent;border-right-color:transparent}.border-b-green-second{--tw-border-opacity: 1;border-bottom-color:rgb(0 255 87 / var(--tw-border-opacity, 1))}.border-t-red-second{--tw-border-opacity: 1;border-top-color:rgb(252 120 129 / var(--tw-border-opacity, 1))}.border-t-transparent{border-top-color:transparent}.\!bg-\[\#808080\]{--tw-bg-opacity: 1 !important;background-color:rgb(128 128 128 / var(--tw-bg-opacity, 1))!important}.\!bg-\[\#FFFFFFB2\]{background-color:#ffffffb2!important}.\!bg-green-second{--tw-bg-opacity: 1 !important;background-color:rgb(0 255 87 / var(--tw-bg-opacity, 1))!important}.\!bg-red-500{--tw-bg-opacity: 1 !important;background-color:rgb(239 68 68 / var(--tw-bg-opacity, 1))!important}.\!bg-yellow-main{--tw-bg-opacity: 1 !important;background-color:rgb(255 232 99 / var(--tw-bg-opacity, 1))!important}.bg-\[\#00FF57E5\]{background-color:#00ff57e5}.bg-\[\#00FF57\]{--tw-bg-opacity: 1;background-color:rgb(0 255 87 / var(--tw-bg-opacity, 1))}.bg-\[\#05003366\]{background-color:#05003366}.bg-\[\#050033B2\]{background-color:#050033b2}.bg-\[\#050033BF\]{background-color:#050033bf}.bg-\[\#050033\]{--tw-bg-opacity: 1;background-color:rgb(5 0 51 / var(--tw-bg-opacity, 1))}.bg-\[\#060134B2\]{background-color:#060134b2}.bg-\[\#092914\]{--tw-bg-opacity: 1;background-color:rgb(9 41 20 / var(--tw-bg-opacity, 1))}.bg-\[\#1a1a1a\]{--tw-bg-opacity: 1;background-color:rgb(26 26 26 / var(--tw-bg-opacity, 1))}.bg-\[\#1a1a2e\]{--tw-bg-opacity: 1;background-color:rgb(26 26 46 / var(--tw-bg-opacity, 1))}.bg-\[\#2A1E99F2\]{background-color:#2a1e99f2}.bg-\[\#2F1A1A\]{--tw-bg-opacity: 1;background-color:rgb(47 26 26 / var(--tw-bg-opacity, 1))}.bg-\[\#37335C\]{--tw-bg-opacity: 1;background-color:rgb(55 51 92 / var(--tw-bg-opacity, 1))}.bg-\[\#37345C\]{--tw-bg-opacity: 1;background-color:rgb(55 52 92 / var(--tw-bg-opacity, 1))}.bg-\[\#383838\]{--tw-bg-opacity: 1;background-color:rgb(56 56 56 / var(--tw-bg-opacity, 1))}.bg-\[\#413D62\]{--tw-bg-opacity: 1;background-color:rgb(65 61 98 / var(--tw-bg-opacity, 1))}.bg-\[\#45C755\]{--tw-bg-opacity: 1;background-color:rgb(69 199 85 / var(--tw-bg-opacity, 1))}.bg-\[\#46436745\]{background-color:#46436745}.bg-\[\#4C487B\]{--tw-bg-opacity: 1;background-color:rgb(76 72 123 / var(--tw-bg-opacity, 1))}.bg-\[\#504D70CC\]{background-color:#504d70cc}.bg-\[\#514E6F\]{--tw-bg-opacity: 1;background-color:rgb(81 78 111 / var(--tw-bg-opacity, 1))}.bg-\[\#666666\]{--tw-bg-opacity: 1;background-color:rgb(102 102 102 / var(--tw-bg-opacity, 1))}.bg-\[\#76C900\]{--tw-bg-opacity: 1;background-color:rgb(118 201 0 / var(--tw-bg-opacity, 1))}.bg-\[\#8A879F\]{--tw-bg-opacity: 1;background-color:rgb(138 135 159 / var(--tw-bg-opacity, 1))}.bg-\[\#91E61733\]{background-color:#91e61733}.bg-\[\#91E61780\]{background-color:#91e61780}.bg-\[\#91E617CC\]{background-color:#91e617cc}.bg-\[\#91e617\]{--tw-bg-opacity: 1;background-color:rgb(145 230 23 / var(--tw-bg-opacity, 1))}.bg-\[\#FF525266\]{background-color:#ff525266}.bg-\[\#FF5252\]{--tw-bg-opacity: 1;background-color:rgb(255 82 82 / var(--tw-bg-opacity, 1))}.bg-\[\#FF8113\]{--tw-bg-opacity: 1;background-color:rgb(255 129 19 / var(--tw-bg-opacity, 1))}.bg-\[\#FF95F6\]{--tw-bg-opacity: 1;background-color:rgb(255 149 246 / var(--tw-bg-opacity, 1))}.bg-\[\#FFA300\]{--tw-bg-opacity: 1;background-color:rgb(255 163 0 / var(--tw-bg-opacity, 1))}.bg-\[\#FFFFFF10\]{background-color:#ffffff10}.bg-\[\#FFFFFF1A\]{background-color:#ffffff1a}.bg-\[\#FFFFFF20\]{background-color:#ffffff20}.bg-\[\#FFFFFF33\]{background-color:#fff3}.bg-\[\#FFFFFF4D\]{background-color:#ffffff4d}.bg-\[\#FFFFFF66\]{background-color:#fff6}.bg-\[\#FFFFFF80\]{background-color:#ffffff80}.bg-\[\#FFFFFFB2\]{background-color:#ffffffb2}.bg-\[\#FFFFFFD9\]{background-color:#ffffffd9}.bg-\[rgb\(9\,0\,89\,0\.8\)\]{background-color:#090059cc}.bg-\[rgba\(0\,255\,87\,1\)\]{background-color:#00ff57}.bg-\[rgba\(139\,255\,110\,1\)\]{background-color:#8bff6e}.bg-\[rgba\(145\,230\,23\,1\)\]{background-color:#91e617}.bg-\[rgba\(36\,155\,3\,1\)\]{background-color:#249b03}.bg-\[rgba\(65\,61\,98\,1\)\]{background-color:#413d62}.bg-black{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1))}.bg-black\/50{background-color:#00000080}.bg-blue-main{--tw-bg-opacity: 1;background-color:rgb(5 0 51 / var(--tw-bg-opacity, 1))}.bg-gray-300{--tw-bg-opacity: 1;background-color:rgb(209 213 219 / var(--tw-bg-opacity, 1))}.bg-gray-600{--tw-bg-opacity: 1;background-color:rgb(75 85 99 / var(--tw-bg-opacity, 1))}.bg-green-500{--tw-bg-opacity: 1;background-color:rgb(34 197 94 / var(--tw-bg-opacity, 1))}.bg-green-500\/10{background-color:#22c55e1a}.bg-green-main{--tw-bg-opacity: 1;background-color:rgb(145 230 23 / var(--tw-bg-opacity, 1))}.bg-green-second{--tw-bg-opacity: 1;background-color:rgb(0 255 87 / var(--tw-bg-opacity, 1))}.bg-red-500{--tw-bg-opacity: 1;background-color:rgb(239 68 68 / var(--tw-bg-opacity, 1))}.bg-red-500\/10{background-color:#ef44441a}.bg-red-500\/20{background-color:#ef444433}.bg-red-main{--tw-bg-opacity: 1;background-color:rgb(255 82 82 / var(--tw-bg-opacity, 1))}.bg-red-second{--tw-bg-opacity: 1;background-color:rgb(252 120 129 / var(--tw-bg-opacity, 1))}.bg-transparent{background-color:transparent}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.bg-yellow-main{--tw-bg-opacity: 1;background-color:rgb(255 232 99 / var(--tw-bg-opacity, 1))}.bg-opacity-30{--tw-bg-opacity: .3}.bg-opacity-50{--tw-bg-opacity: .5}.bg-\[linear-gradient\(to_right\,\#FFFFFFCC_50\%\,transparent_50\%\)\]{background-image:linear-gradient(to right,#FFFFFFCC 50%,transparent 50%)}.bg-\[length\:18px_1px\]{background-size:18px 1px}.bg-cover{background-size:cover}.bg-center{background-position:center}.bg-repeat-x{background-repeat:repeat-x}.object-contain{object-fit:contain}.object-cover{object-fit:cover}.p-0{padding:0}.p-0\.5{padding:.125rem}.p-1{padding:.25rem}.p-2{padding:.5rem}.p-2\.5{padding:.625rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.\!px-0{padding-left:0!important;padding-right:0!important}.\!px-3{padding-left:.75rem!important;padding-right:.75rem!important}.\!py-0{padding-top:0!important;padding-bottom:0!important}.\!py-0\.5{padding-top:.125rem!important;padding-bottom:.125rem!important}.\!py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.px-0\.5{padding-left:.125rem;padding-right:.125rem}.px-1{padding-left:.25rem;padding-right:.25rem}.px-1\.5{padding-left:.375rem;padding-right:.375rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-2\.5{padding-left:.625rem;padding-right:.625rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-3\.5{padding-left:.875rem;padding-right:.875rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-\[15px\]{padding-left:15px;padding-right:15px}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-10{padding-top:2.5rem;padding-bottom:2.5rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-5{padding-top:1.25rem;padding-bottom:1.25rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.py-\[5px\]{padding-top:5px;padding-bottom:5px}.\!pt-0{padding-top:0!important}.pb-0{padding-bottom:0}.pb-0\.5{padding-bottom:.125rem}.pb-1{padding-bottom:.25rem}.pb-1\.5{padding-bottom:.375rem}.pb-12{padding-bottom:3rem}.pb-2{padding-bottom:.5rem}.pb-20{padding-bottom:5rem}.pb-3{padding-bottom:.75rem}.pb-4{padding-bottom:1rem}.pb-5{padding-bottom:1.25rem}.pb-7{padding-bottom:1.75rem}.pb-8{padding-bottom:2rem}.pb-\[100px\]{padding-bottom:100px}.pb-\[180px\]{padding-bottom:180px}.pb-\[30px\]{padding-bottom:30px}.pb-\[50px\]{padding-bottom:50px}.pl-1\.5{padding-left:.375rem}.pl-2{padding-left:.5rem}.pl-2\.5{padding-left:.625rem}.pl-5{padding-left:1.25rem}.pl-6{padding-left:1.5rem}.pr-1\.5{padding-right:.375rem}.pr-2{padding-right:.5rem}.pr-2\.5{padding-right:.625rem}.pr-5{padding-right:1.25rem}.pt-1\.5{padding-top:.375rem}.pt-2{padding-top:.5rem}.pt-2\.5{padding-top:.625rem}.pt-4{padding-top:1rem}.pt-5{padding-top:1.25rem}.pt-8{padding-top:2rem}.pt-9{padding-top:2.25rem}.text-left{text-align:left}.\!text-center{text-align:center!important}.text-center{text-align:center}.text-right{text-align:right}.text-end{text-align:end}.\!text-2xl{font-size:1.5rem!important;line-height:2rem!important}.\!text-base{font-size:1rem!important;line-height:1.5rem!important}.\!text-sm{font-size:.875rem!important;line-height:1.25rem!important}.\!text-xs{font-size:.75rem!important;line-height:1rem!important}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-\[10px\]{font-size:10px}.text-\[14px\]{font-size:14px}.text-\[16px\]{font-size:16px}.text-\[9px\]{font-size:9px}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-normal{font-weight:400}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}.capitalize{text-transform:capitalize}.italic{font-style:italic}.\!leading-none{line-height:1!important}.leading-3{line-height:.75rem}.leading-4{line-height:1rem}.leading-5{line-height:1.25rem}.leading-\[120\%\]{line-height:120%}.leading-\[14px\]{line-height:14px}.leading-\[24px\]{line-height:24px}.leading-none{line-height:1}.leading-relaxed{line-height:1.625}.leading-snug{line-height:1.375}.leading-tight{line-height:1.25}.\!text-\[\#FFFFFF80\]{color:#ffffff80!important}.\!text-blue-main{--tw-text-opacity: 1 !important;color:rgb(5 0 51 / var(--tw-text-opacity, 1))!important}.\!text-green-main{--tw-text-opacity: 1 !important;color:rgb(145 230 23 / var(--tw-text-opacity, 1))!important}.\!text-green-second{--tw-text-opacity: 1 !important;color:rgb(0 255 87 / var(--tw-text-opacity, 1))!important}.text-\[\#050033\]{--tw-text-opacity: 1;color:rgb(5 0 51 / var(--tw-text-opacity, 1))}.text-\[\#8A879F\]{--tw-text-opacity: 1;color:rgb(138 135 159 / var(--tw-text-opacity, 1))}.text-\[\#91E617\]{--tw-text-opacity: 1;color:rgb(145 230 23 / var(--tw-text-opacity, 1))}.text-\[\#FC7881\]{--tw-text-opacity: 1;color:rgb(252 120 129 / var(--tw-text-opacity, 1))}.text-\[\#FF5252\]{--tw-text-opacity: 1;color:rgb(255 82 82 / var(--tw-text-opacity, 1))}.text-\[\#FFA300\]{--tw-text-opacity: 1;color:rgb(255 163 0 / var(--tw-text-opacity, 1))}.text-\[\#FFFFFF60\]{color:#ffffff60}.text-\[\#FFFFFF80\]{color:#ffffff80}.text-\[\#FFFFFFB2\]{color:#ffffffb2}.text-\[\#FFFFFFB3\]{color:#ffffffb3}.text-\[\#FFFFFFCC\]{color:#fffc}.text-black{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity, 1))}.text-blue-400{--tw-text-opacity: 1;color:rgb(96 165 250 / var(--tw-text-opacity, 1))}.text-blue-main{--tw-text-opacity: 1;color:rgb(5 0 51 / var(--tw-text-opacity, 1))}.text-gray-300{--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}.text-gray-400{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.text-green-500{--tw-text-opacity: 1;color:rgb(34 197 94 / var(--tw-text-opacity, 1))}.text-green-dark{--tw-text-opacity: 1;color:rgb(6 188 68 / var(--tw-text-opacity, 1))}.text-green-main{--tw-text-opacity: 1;color:rgb(145 230 23 / var(--tw-text-opacity, 1))}.text-green-second{--tw-text-opacity: 1;color:rgb(0 255 87 / var(--tw-text-opacity, 1))}.text-orange-400{--tw-text-opacity: 1;color:rgb(251 146 60 / var(--tw-text-opacity, 1))}.text-red-200{--tw-text-opacity: 1;color:rgb(254 202 202 / var(--tw-text-opacity, 1))}.text-red-400{--tw-text-opacity: 1;color:rgb(248 113 113 / var(--tw-text-opacity, 1))}.text-red-500{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity, 1))}.text-red-main{--tw-text-opacity: 1;color:rgb(255 82 82 / var(--tw-text-opacity, 1))}.text-red-second{--tw-text-opacity: 1;color:rgb(252 120 129 / var(--tw-text-opacity, 1))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.text-white\/60{color:#fff9}.text-white\/70{color:#ffffffb3}.text-white\/80{color:#fffc}.text-yellow-400{--tw-text-opacity: 1;color:rgb(250 204 21 / var(--tw-text-opacity, 1))}.text-yellow-main{--tw-text-opacity: 1;color:rgb(255 232 99 / var(--tw-text-opacity, 1))}.text-opacity-50{--tw-text-opacity: .5}.underline{-webkit-text-decoration-line:underline;text-decoration-line:underline}.line-through{-webkit-text-decoration-line:line-through;text-decoration-line:line-through}.accent-green-main{accent-color:#91E617}.opacity-0{opacity:0}.opacity-100{opacity:1}.opacity-40{opacity:.4}.opacity-50{opacity:.5}.opacity-60{opacity:.6}.opacity-70{opacity:.7}.shadow-2xl{--tw-shadow: 0 25px 50px -12px rgb(0 0 0 / .25);--tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-md{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0px3px3px0px\#FFFFFF40\]{--tw-shadow-color: 0px3px3px0px#FFFFFF40;--tw-shadow: var(--tw-shadow-colored)}.shadow-green-500\/50{--tw-shadow-color: rgb(34 197 94 / .5);--tw-shadow: var(--tw-shadow-colored)}.outline-none{outline:2px solid transparent;outline-offset:2px}.outline{outline-style:solid}.blur{--tw-blur: blur(8px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.\!filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-property:color,background-color,border-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-text-decoration-color,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-text-decoration-color,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,fill,stroke,-webkit-text-decoration-color;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,-webkit-text-decoration-color;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.delay-300{transition-delay:.3s}.duration-1000{transition-duration:1s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.duration-500{transition-duration:.5s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}.\[appearance\:textfield\]{-webkit-appearance:textfield;appearance:textfield}::-webkit-scrollbar{display:none}.scroll::-webkit-scrollbar{width:4px;height:4px;display:block}.scroll-horizontal::-webkit-scrollbar{width:4px;height:6px;display:block}::-webkit-scrollbar-track{background:#d9d9d92d;border-radius:84px}::-webkit-scrollbar-thumb{background:#949494c2;border-radius:84px}::-webkit-scrollbar-thumb:hover{background:#757575}input{background:transparent;border:none;outline:none}input[type=range],input[type=range]::-webkit-slider-runnable-track,input[type=range]::-webkit-slider-thumb{-webkit-appearance:none}.thumb-custom::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:20px;height:20px;background-color:#91e617;border-radius:50%;cursor:pointer}.thumb-custom__gray::-webkit-slider-thumb{background-color:#89869d}table{border-collapse:separate}button{background:transparent;border-color:none}body{margin:0;font-family:Mulish,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:Mulish,sans-serif}@keyframes blink{0%,to{opacity:1}50%{opacity:.5}}.blink{animation:blink 1s linear infinite}.first\:rounded-t-lg:first-child{border-top-left-radius:.5rem;border-top-right-radius:.5rem}.last\:mb-0:last-child{margin-bottom:0}.last\:rounded-b-lg:last-child{border-bottom-right-radius:.5rem;border-bottom-left-radius:.5rem}.last\:border-0:last-child{border-width:0px}.last\:border-b-0:last-child{border-bottom-width:0px}.last\:border-none:last-child{border-style:none}.last\:pb-0:last-child{padding-bottom:0}.odd\:bg-\[\#060134B2\]:nth-child(odd){background-color:#060134b2}.hover\:bottom-\[-5px\]:hover{bottom:-5px}.hover\:bottom-\[15px\]:hover{bottom:15px}.hover\:scale-\[1\.01\]:hover{--tw-scale-x: 1.01;--tw-scale-y: 1.01;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:scale-\[1\.05\]:hover{--tw-scale-x: 1.05;--tw-scale-y: 1.05;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:border-gray-300:hover{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1))}.hover\:border-green-main:hover{--tw-border-opacity: 1;border-color:rgb(145 230 23 / var(--tw-border-opacity, 1))}.hover\:bg-\[\#4a4568\]:hover{--tw-bg-opacity: 1;background-color:rgb(74 69 104 / var(--tw-bg-opacity, 1))}.hover\:bg-\[\#5fa300\]:hover{--tw-bg-opacity: 1;background-color:rgb(95 163 0 / var(--tw-bg-opacity, 1))}.hover\:bg-\[\#98A2B3\]:hover{--tw-bg-opacity: 1;background-color:rgb(152 162 179 / var(--tw-bg-opacity, 1))}.hover\:bg-\[\#FFFFFF10\]:hover{background-color:#ffffff10}.hover\:bg-\[\#FFFFFF1A\]:hover{background-color:#ffffff1a}.hover\:bg-\[\#c5ff74\]:hover{--tw-bg-opacity: 1;background-color:rgb(197 255 116 / var(--tw-bg-opacity, 1))}.hover\:bg-\[\#ff6b6b\]:hover{--tw-bg-opacity: 1;background-color:rgb(255 107 107 / var(--tw-bg-opacity, 1))}.hover\:bg-blue-600:hover{--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-100:hover{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-700:hover{--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-800:hover{--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity, 1))}.hover\:bg-green-500:hover{--tw-bg-opacity: 1;background-color:rgb(34 197 94 / var(--tw-bg-opacity, 1))}.hover\:bg-green-second:hover{--tw-bg-opacity: 1;background-color:rgb(0 255 87 / var(--tw-bg-opacity, 1))}.hover\:bg-red-600:hover{--tw-bg-opacity: 1;background-color:rgb(220 38 38 / var(--tw-bg-opacity, 1))}.hover\:bg-white:hover{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.hover\:bg-opacity-10:hover{--tw-bg-opacity: .1}.hover\:text-blue-300:hover{--tw-text-opacity: 1;color:rgb(147 197 253 / var(--tw-text-opacity, 1))}.hover\:text-blue-main:hover{--tw-text-opacity: 1;color:rgb(5 0 51 / var(--tw-text-opacity, 1))}.hover\:text-green-dark:hover{--tw-text-opacity: 1;color:rgb(6 188 68 / var(--tw-text-opacity, 1))}.hover\:text-green-main:hover{--tw-text-opacity: 1;color:rgb(145 230 23 / var(--tw-text-opacity, 1))}.hover\:text-red-300:hover{--tw-text-opacity: 1;color:rgb(252 165 165 / var(--tw-text-opacity, 1))}.hover\:text-white:hover{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.hover\:underline:hover{-webkit-text-decoration-line:underline;text-decoration-line:underline}.hover\:opacity-100:hover{opacity:1}.hover\:opacity-70:hover{opacity:.7}.hover\:opacity-75:hover{opacity:.75}.hover\:opacity-80:hover{opacity:.8}.hover\:opacity-90:hover{opacity:.9}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring-2:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-green-main:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(145 230 23 / var(--tw-ring-opacity, 1))}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:opacity-50:disabled{opacity:.5}.group:hover .group-hover\:block{display:block}.group:hover .group-hover\:opacity-100{opacity:1}@media not all and (min-width: 1280px){.max-xl\:h-\[20px\]{height:20px}.max-xl\:w-\[20px\]{width:20px}.max-xl\:flex-col{flex-direction:column}}@media (max-width: 1200px){.max-\[1200px\]\:block{display:block}}@media not all and (min-width: 1024px){.max-lg\:left-0{left:0}.max-lg\:mt-\[70px\]{margin-top:70px}.max-lg\:hidden{display:none}.max-lg\:flex-col{flex-direction:column}.max-lg\:text-sm{font-size:.875rem;line-height:1.25rem}}@media not all and (min-width: 880px){.max-mlg\:mt-5{margin-top:1.25rem}.max-mlg\:border-t{border-top-width:1px}.max-mlg\:border-t-\[\#FFFFFF4D\]{border-top-color:#ffffff4d}.max-mlg\:pb-1\.5{padding-bottom:.375rem}.max-mlg\:pt-1{padding-top:.25rem}}@media not all and (min-width: 768px){.max-md\:static{position:static}.max-md\:absolute{position:absolute}.max-md\:relative{position:relative}.max-md\:-bottom-10{bottom:-2.5rem}.max-md\:left-1\/2{left:50%}.max-md\:right-0{right:0}.max-md\:order-1{order:1}.max-md\:order-2{order:2}.max-md\:order-3{order:3}.max-md\:order-4{order:4}.max-md\:order-5{order:5}.max-md\:order-6{order:6}.max-md\:order-\[2\]{order:2}.max-md\:-mx-2\.5{margin-left:-.625rem;margin-right:-.625rem}.max-md\:mx-2{margin-left:.5rem;margin-right:.5rem}.max-md\:mx-2\.5{margin-left:.625rem;margin-right:.625rem}.max-md\:mx-4{margin-left:1rem;margin-right:1rem}.max-md\:mx-auto{margin-left:auto;margin-right:auto}.max-md\:\!mb-2\.5{margin-bottom:.625rem!important}.max-md\:\!mb-\[15vh\]{margin-bottom:15vh!important}.max-md\:-mb-0\.5{margin-bottom:-.125rem}.max-md\:-ml-\[30px\]{margin-left:-30px}.max-md\:-mt-1{margin-top:-.25rem}.max-md\:-mt-3{margin-top:-.75rem}.max-md\:-mt-7{margin-top:-1.75rem}.max-md\:mb-1{margin-bottom:.25rem}.max-md\:mb-4{margin-bottom:1rem}.max-md\:mb-5{margin-bottom:1.25rem}.max-md\:mb-6{margin-bottom:1.5rem}.max-md\:ml-2{margin-left:.5rem}.max-md\:ml-auto{margin-left:auto}.max-md\:mr-4{margin-right:1rem}.max-md\:mr-auto{margin-right:auto}.max-md\:mt-0{margin-top:0}.max-md\:mt-1{margin-top:.25rem}.max-md\:mt-2{margin-top:.5rem}.max-md\:mt-3{margin-top:.75rem}.max-md\:mt-4{margin-top:1rem}.max-md\:mt-5{margin-top:1.25rem}.max-md\:mt-9{margin-top:2.25rem}.max-md\:mt-\[30\%\]{margin-top:30%}.max-md\:line-clamp-none{overflow:visible;display:block;-webkit-box-orient:horizontal;-webkit-line-clamp:none}.max-md\:flex{display:flex}.max-md\:\!hidden{display:none!important}.max-md\:hidden{display:none}.max-md\:h-\[14px\]{height:14px}.max-md\:h-\[15px\]{height:15px}.max-md\:h-\[17px\]{height:17px}.max-md\:h-\[20px\]{height:20px}.max-md\:h-\[250px\]{height:250px}.max-md\:h-\[25px\]{height:25px}.max-md\:h-\[26px\]{height:26px}.max-md\:h-\[30px\]{height:30px}.max-md\:h-\[32px\]{height:32px}.max-md\:h-auto{height:auto}.max-md\:h-screen{height:100vh}.max-md\:min-h-\[150px\]{min-height:150px}.max-md\:min-h-\[250px\]{min-height:250px}.max-md\:min-h-\[calc\(100\%-75px\)\]{min-height:calc(100% - 75px)}.max-md\:w-\[100vw\]{width:100vw}.max-md\:w-\[110px\]{width:110px}.max-md\:w-\[125px\]{width:125px}.max-md\:w-\[13px\]{width:13px}.max-md\:w-\[14px\]{width:14px}.max-md\:w-\[15px\]{width:15px}.max-md\:w-\[16px\]{width:16px}.max-md\:w-\[170px\]{width:170px}.max-md\:w-\[20px\]{width:20px}.max-md\:w-\[25px\]{width:25px}.max-md\:w-\[30px\]{width:30px}.max-md\:w-\[50px\]{width:50px}.max-md\:w-\[525px\]{width:525px}.max-md\:w-\[54px\]{width:54px}.max-md\:w-auto{width:auto}.max-md\:w-full{width:100%}.max-md\:w-min{width:-webkit-min-content;width:min-content}.max-md\:\!min-w-\[50px\]{min-width:50px!important}.max-md\:min-w-0{min-width:0px}.max-md\:min-w-\[50px\]{min-width:50px}.max-md\:min-w-\[800px\]{min-width:800px}.max-md\:max-w-\[80\%\]{max-width:80%}.max-md\:max-w-full{max-width:100%}.max-md\:max-w-none{max-width:none}.max-md\:-translate-x-1\/2{--tw-translate-x: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.max-md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.max-md\:flex-col{flex-direction:column}.max-md\:flex-wrap{flex-wrap:wrap}.max-md\:items-start{align-items:flex-start}.max-md\:items-center{align-items:center}.max-md\:justify-between{justify-content:space-between}.max-md\:gap-1{gap:.25rem}.max-md\:gap-1\.5{gap:.375rem}.max-md\:gap-5{gap:1.25rem}.max-md\:gap-y-3{row-gap:.75rem}.max-md\:gap-y-5{row-gap:1.25rem}.max-md\:overflow-auto{overflow:auto}.max-md\:overflow-y-auto{overflow-y:auto}.max-md\:border{border-width:1px}.max-md\:border-b{border-bottom-width:1px}.max-md\:border-t{border-top-width:1px}.max-md\:border-\[\#FFFFFFB2\]{border-color:#ffffffb2}.max-md\:border-t-\[\#FFFFFF4D\]{border-top-color:#ffffff4d}.max-md\:\!bg-blue-main{--tw-bg-opacity: 1 !important;background-color:rgb(5 0 51 / var(--tw-bg-opacity, 1))!important}.max-md\:p-\[7px\]{padding:7px}.max-md\:px-2\.5{padding-left:.625rem;padding-right:.625rem}.max-md\:px-4{padding-left:1rem;padding-right:1rem}.max-md\:px-5{padding-left:1.25rem;padding-right:1.25rem}.max-md\:pb-3{padding-bottom:.75rem}.max-md\:pb-5{padding-bottom:1.25rem}.max-md\:pb-\[100px\]{padding-bottom:100px}.max-md\:pb-\[160px\]{padding-bottom:160px}.max-md\:pl-2\.5{padding-left:.625rem}.max-md\:pt-4{padding-top:1rem}.max-md\:text-left{text-align:left}.max-md\:text-center{text-align:center}.max-md\:\!text-\[25px\]{font-size:25px!important}.max-md\:text-\[10px\]{font-size:10px}.max-md\:text-\[9px\]{font-size:9px}.max-md\:text-sm{font-size:.875rem;line-height:1.25rem}.max-md\:text-xs{font-size:.75rem;line-height:1rem}.max-md\:font-bold{font-weight:700}.max-md\:leading-none{line-height:1}}@media not all and (min-width: 540px){.max-xs\:hidden{display:none}.max-xs\:flex-wrap{flex-wrap:wrap}}@media (min-width: 540px){.xs\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.xs\:gap-4{gap:1rem}}@media (min-width: 640px){.sm\:mx-auto{margin-left:auto;margin-right:auto}.sm\:h-\[34px\]{height:34px}.sm\:w-fit{width:-webkit-fit-content;width:fit-content}.sm\:min-w-\[70px\]{min-width:70px}.sm\:flex-col{flex-direction:column}.sm\:justify-between{justify-content:space-between}.sm\:border{border-width:1px}.sm\:border-2{border-width:2px}.sm\:px-5{padding-left:1.25rem;padding-right:1.25rem}.sm\:px-\[40px\]{padding-left:40px;padding-right:40px}.sm\:text-xs{font-size:.75rem;line-height:1rem}.sm\:font-semibold{font-weight:600}}@media (min-width: 768px){.md\:absolute{position:absolute}.md\:sticky{position:-webkit-sticky;position:sticky}.md\:bottom-1{bottom:.25rem}.md\:bottom-4{bottom:1rem}.md\:bottom-\[20px\]{bottom:20px}.md\:bottom-\[50px\]{bottom:50px}.md\:left-1\/2{left:50%}.md\:left-5{left:1.25rem}.md\:right-5{right:1.25rem}.md\:right-\[20px\]{right:20px}.md\:right-\[40px\]{right:40px}.md\:right-\[50px\]{right:50px}.md\:top-0{top:0}.md\:top-5{top:1.25rem}.md\:col-span-2{grid-column:span 2 / span 2}.md\:mx-0{margin-left:0;margin-right:0}.md\:mx-1\.5{margin-left:.375rem;margin-right:.375rem}.md\:mx-auto{margin-left:auto;margin-right:auto}.md\:my-4{margin-top:1rem;margin-bottom:1rem}.md\:-mt-2{margin-top:-.5rem}.md\:-mt-4{margin-top:-1rem}.md\:-mt-6{margin-top:-1.5rem}.md\:mb-1{margin-bottom:.25rem}.md\:mb-1\.5{margin-bottom:.375rem}.md\:mb-10{margin-bottom:2.5rem}.md\:mb-12{margin-bottom:3rem}.md\:mb-2\.5{margin-bottom:.625rem}.md\:mb-4{margin-bottom:1rem}.md\:mb-5{margin-bottom:1.25rem}.md\:mb-6{margin-bottom:1.5rem}.md\:mb-7{margin-bottom:1.75rem}.md\:mb-8{margin-bottom:2rem}.md\:mb-9{margin-bottom:2.25rem}.md\:mb-\[35px\]{margin-bottom:35px}.md\:mb-\[75px\]{margin-bottom:75px}.md\:ml-1{margin-left:.25rem}.md\:ml-2{margin-left:.5rem}.md\:ml-3{margin-left:.75rem}.md\:ml-4{margin-left:1rem}.md\:ml-5{margin-left:1.25rem}.md\:ml-\[50px\]{margin-left:50px}.md\:ml-auto{margin-left:auto}.md\:mr-12{margin-right:3rem}.md\:mr-\[40px\]{margin-right:40px}.md\:mr-auto{margin-right:auto}.md\:mt-2{margin-top:.5rem}.md\:mt-2\.5{margin-top:.625rem}.md\:mt-3{margin-top:.75rem}.md\:mt-4{margin-top:1rem}.md\:mt-5{margin-top:1.25rem}.md\:mt-7{margin-top:1.75rem}.md\:mt-8{margin-top:2rem}.md\:mt-\[120px\]{margin-top:120px}.md\:mt-\[40px\]{margin-top:40px}.md\:flex{display:flex}.md\:grid{display:grid}.md\:hidden{display:none}.md\:aspect-\[307\/218\]{aspect-ratio:307/218}.md\:aspect-\[800\/575\]{aspect-ratio:800/575}.md\:h-20{height:5rem}.md\:h-4{height:1rem}.md\:h-8{height:2rem}.md\:h-\[100px\]{height:100px}.md\:h-\[14px\]{height:14px}.md\:h-\[15px\]{height:15px}.md\:h-\[18px\]{height:18px}.md\:h-\[19px\]{height:19px}.md\:h-\[22px\]{height:22px}.md\:h-\[24px\]{height:24px}.md\:h-\[25px\]{height:25px}.md\:h-\[30px\]{height:30px}.md\:h-\[35px\]{height:35px}.md\:h-\[38px\]{height:38px}.md\:h-\[39px\]{height:39px}.md\:h-\[40px\]{height:40px}.md\:h-\[45px\]{height:45px}.md\:h-\[56px\]{height:56px}.md\:h-\[58px\]{height:58px}.md\:h-\[63px\]{height:63px}.md\:h-\[7\.5px\]{height:7.5px}.md\:h-\[80px\]{height:80px}.md\:h-\[90px\]{height:90px}.md\:h-\[calc\(100\%-63px\)\]{height:calc(100% - 63px)}.md\:h-full{height:100%}.md\:max-h-\[1200px\]{max-height:1200px}.md\:min-h-\[52px\]{min-height:52px}.md\:w-1\/2{width:50%}.md\:w-1\/3{width:33.333333%}.md\:w-20{width:5rem}.md\:w-4{width:1rem}.md\:w-8{width:2rem}.md\:w-\[100px\]{width:100px}.md\:w-\[11\%\]{width:11%}.md\:w-\[123px\]{width:123px}.md\:w-\[13\%\]{width:13%}.md\:w-\[14\%\]{width:14%}.md\:w-\[145px\]{width:145px}.md\:w-\[14px\]{width:14px}.md\:w-\[16px\]{width:16px}.md\:w-\[18\%\]{width:18%}.md\:w-\[18px\]{width:18px}.md\:w-\[20px\]{width:20px}.md\:w-\[220px\]{width:220px}.md\:w-\[22px\]{width:22px}.md\:w-\[240px\]{width:240px}.md\:w-\[24px\]{width:24px}.md\:w-\[25px\]{width:25px}.md\:w-\[26px\]{width:26px}.md\:w-\[30\%\]{width:30%}.md\:w-\[30px\]{width:30px}.md\:w-\[335px\]{width:335px}.md\:w-\[35px\]{width:35px}.md\:w-\[36px\]{width:36px}.md\:w-\[38px\]{width:38px}.md\:w-\[40px\]{width:40px}.md\:w-\[42px\]{width:42px}.md\:w-\[47\%\]{width:47%}.md\:w-\[525px\]{width:525px}.md\:w-\[53\%\]{width:53%}.md\:w-\[58px\]{width:58px}.md\:w-\[60\%\]{width:60%}.md\:w-\[600px\]{width:600px}.md\:w-\[70px\]{width:70px}.md\:w-\[80px\]{width:80px}.md\:w-\[8px\]{width:8px}.md\:w-\[calc\(100vw-230px-60px\)\]{width:calc(100vw - 290px)}.md\:w-auto{width:auto}.md\:w-fit{width:-webkit-fit-content;width:fit-content}.md\:min-w-\[400px\]{min-width:400px}.md\:min-w-\[60\%\]{min-width:60%}.md\:min-w-\[60px\]{min-width:60px}.md\:min-w-\[700px\]{min-width:700px}.md\:min-w-\[70px\]{min-width:70px}.md\:max-w-\[10\%\]{max-width:10%}.md\:max-w-\[12\%\]{max-width:12%}.md\:max-w-\[13\%\]{max-width:13%}.md\:max-w-\[14\%\]{max-width:14%}.md\:max-w-\[15\%\]{max-width:15%}.md\:max-w-\[18\%\]{max-width:18%}.md\:max-w-\[19\%\]{max-width:19%}.md\:max-w-\[20\%\]{max-width:20%}.md\:max-w-\[200px\]{max-width:200px}.md\:max-w-\[21\%\]{max-width:21%}.md\:max-w-\[22\%\]{max-width:22%}.md\:max-w-\[23\%\]{max-width:23%}.md\:max-w-\[24\%\]{max-width:24%}.md\:max-w-\[25\%\]{max-width:25%}.md\:max-w-\[27\%\]{max-width:27%}.md\:max-w-\[28\%\]{max-width:28%}.md\:max-w-\[29\%\]{max-width:29%}.md\:max-w-\[4\%\]{max-width:4%}.md\:max-w-\[400px\]{max-width:400px}.md\:max-w-\[50\%\]{max-width:50%}.md\:max-w-\[580px\]{max-width:580px}.md\:max-w-\[65\%\]{max-width:65%}.md\:max-w-\[80\%\]{max-width:80%}.md\:flex-1{flex:1 1 0%}.md\:flex-shrink-0{flex-shrink:0}.md\:basis-\[10\%\]{flex-basis:10%}.md\:basis-\[12\%\]{flex-basis:12%}.md\:basis-\[13\%\]{flex-basis:13%}.md\:basis-\[14\%\]{flex-basis:14%}.md\:basis-\[15\%\]{flex-basis:15%}.md\:basis-\[18\%\]{flex-basis:18%}.md\:basis-\[19\%\]{flex-basis:19%}.md\:basis-\[20\%\]{flex-basis:20%}.md\:basis-\[21\%\]{flex-basis:21%}.md\:basis-\[22\%\]{flex-basis:22%}.md\:basis-\[23\%\]{flex-basis:23%}.md\:basis-\[24\%\]{flex-basis:24%}.md\:basis-\[25\%\]{flex-basis:25%}.md\:basis-\[27\%\]{flex-basis:27%}.md\:basis-\[28\%\]{flex-basis:28%}.md\:basis-\[29\%\]{flex-basis:29%}.md\:basis-\[4\%\]{flex-basis:4%}.md\:basis-\[40\%\]{flex-basis:40%}.md\:basis-\[50\%\]{flex-basis:50%}.md\:border-spacing-y-2\.5{--tw-border-spacing-y: .625rem;border-spacing:var(--tw-border-spacing-x) var(--tw-border-spacing-y)}.md\:-translate-x-1\/2{--tw-translate-x: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.md\:grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))}.md\:grid-cols-\[110px_1fr\]{grid-template-columns:110px 1fr}.md\:grid-cols-\[15fr_13fr_20fr_15fr_14fr\]{grid-template-columns:15fr 13fr 20fr 15fr 14fr}.md\:grid-cols-\[minmax\(200px\,330px\)_minmax\(500px\,1fr\)\]{grid-template-columns:minmax(200px,330px) minmax(500px,1fr)}.md\:grid-cols-\[repeat\(auto-fit\,minmax\(250px\,1fr\)\)\]{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.md\:flex-row{flex-direction:row}.md\:flex-col{flex-direction:column}.md\:flex-wrap{flex-wrap:wrap}.md\:items-center{align-items:center}.md\:justify-center{justify-content:center}.md\:justify-between{justify-content:space-between}.md\:gap-0{gap:0px}.md\:gap-0\.5{gap:.125rem}.md\:gap-1{gap:.25rem}.md\:gap-1\.5{gap:.375rem}.md\:gap-2{gap:.5rem}.md\:gap-2\.5{gap:.625rem}.md\:gap-4{gap:1rem}.md\:gap-5{gap:1.25rem}.md\:gap-6{gap:1.5rem}.md\:gap-7{gap:1.75rem}.md\:gap-8{gap:2rem}.md\:gap-9{gap:2.25rem}.md\:gap-\[22px\]{gap:22px}.md\:gap-\[25px\]{gap:25px}.md\:gap-\[70px\]{gap:70px}.md\:gap-x-8{column-gap:2rem}.md\:gap-y-6{row-gap:1.5rem}.md\:gap-y-\[100px\]{row-gap:100px}.md\:text-nowrap{text-wrap:nowrap}.md\:rounded-\[5px\]{border-radius:5px}.md\:border-2{border-width:2px}.md\:bg-\[\#010102CC\]{background-color:#010102cc}.md\:bg-\[\#05003366\]{background-color:#05003366}.md\:bg-\[\#050033B2\]{background-color:#050033b2}.md\:bg-\[\#050033CC\]{background-color:#050033cc}.md\:bg-\[\#050033\]{--tw-bg-opacity: 1;background-color:rgb(5 0 51 / var(--tw-bg-opacity, 1))}.md\:bg-\[\#FFFFFF1A\]{background-color:#ffffff1a}.md\:bg-blue-main{--tw-bg-opacity: 1;background-color:rgb(5 0 51 / var(--tw-bg-opacity, 1))}.md\:p-2\.5{padding:.625rem}.md\:p-4{padding:1rem}.md\:p-5{padding:1.25rem}.md\:\!px-9{padding-left:2.25rem!important;padding-right:2.25rem!important}.md\:px-1{padding-left:.25rem;padding-right:.25rem}.md\:px-2{padding-left:.5rem;padding-right:.5rem}.md\:px-2\.5{padding-left:.625rem;padding-right:.625rem}.md\:px-3{padding-left:.75rem;padding-right:.75rem}.md\:px-4{padding-left:1rem;padding-right:1rem}.md\:px-5{padding-left:1.25rem;padding-right:1.25rem}.md\:px-6{padding-left:1.5rem;padding-right:1.5rem}.md\:px-\[10px\]{padding-left:10px;padding-right:10px}.md\:px-\[15px\]{padding-left:15px;padding-right:15px}.md\:px-\[95px\]{padding-left:95px;padding-right:95px}.md\:py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.md\:py-2{padding-top:.5rem;padding-bottom:.5rem}.md\:py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.md\:py-\[10px\]{padding-top:10px;padding-bottom:10px}.md\:py-\[110px\]{padding-top:110px;padding-bottom:110px}.md\:pb-2{padding-bottom:.5rem}.md\:pb-2\.5{padding-bottom:.625rem}.md\:pb-4{padding-bottom:1rem}.md\:pb-5{padding-bottom:1.25rem}.md\:pb-6{padding-bottom:1.5rem}.md\:pl-\[24\%\]{padding-left:24%}.md\:pr-2{padding-right:.5rem}.md\:pt-12{padding-top:3rem}.md\:pt-5{padding-top:1.25rem}.md\:pt-6{padding-top:1.5rem}.md\:text-center{text-align:center}.md\:\!text-3xl{font-size:1.875rem!important;line-height:2.25rem!important}.md\:text-2xl{font-size:1.5rem;line-height:2rem}.md\:text-3xl{font-size:1.875rem;line-height:2.25rem}.md\:text-\[14px\]{font-size:14px}.md\:text-\[16px\]{font-size:16px}.md\:text-base{font-size:1rem;line-height:1.5rem}.md\:text-lg{font-size:1.125rem;line-height:1.75rem}.md\:text-sm{font-size:.875rem;line-height:1.25rem}.md\:text-xl{font-size:1.25rem;line-height:1.75rem}.md\:text-xs{font-size:.75rem;line-height:1rem}.md\:font-bold{font-weight:700}.md\:leading-4{line-height:1rem}.md\:leading-5{line-height:1.25rem}.md\:leading-6{line-height:1.5rem}.md\:leading-\[14px\]{line-height:14px}.md\:leading-\[30px\]{line-height:30px}.md\:text-\[\#FFFFFFCC\]{color:#fffc}.md\:text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}}@media (min-width: 880px){.mlg\:pb-4{padding-bottom:1rem}}@media (min-width: 1024px){.lg\:right-1{right:.25rem}.lg\:hidden{display:none}.lg\:h-\[30px\]{height:30px}.lg\:w-\[30px\]{width:30px}.lg\:w-\[calc\(100vw-335px-60px\)\]{width:calc(100vw - 395px)}.lg\:gap-11{gap:2.75rem}.lg\:gap-2\.5{gap:.625rem}.lg\:gap-8{gap:2rem}.lg\:px-3{padding-left:.75rem;padding-right:.75rem}.lg\:text-base{font-size:1rem;line-height:1.5rem}}@media (min-width: 1280px){.xl\:mr-5{margin-right:1.25rem}.xl\:w-1\/2{width:50%}.xl\:min-w-\[870px\]{min-width:870px}.xl\:items-end{align-items:flex-end}.xl\:items-center{align-items:center}.xl\:gap-10{gap:2.5rem}.xl\:gap-2\.5{gap:.625rem}}.\[\&\:\:-webkit-inner-spin-button\]\:appearance-none::-webkit-inner-spin-button{-webkit-appearance:none;appearance:none}.\[\&\:\:-webkit-outer-spin-button\]\:appearance-none::-webkit-outer-spin-button{-webkit-appearance:none;appearance:none}.react-calendar__tile p{font-size:.75em;margin:0}.react-calendar{background-color:#505050!important;color:#fff;width:100%!important;border:none!important}.react-calendar__tile{margin:5px!important;max-width:calc(14.28% - 10px)!important;box-sizing:border-box!important;color:#000!important;font-size:12px!important;font-weight:600!important}.react-calendar__tile--active,.react-calendar__tile--hasActive{background:#666}.react-calendar__tile--now{background:#777}.react-calendar__navigation button{background-color:transparent;color:#fff}.react-calendar__navigation button:hover{background-color:#383838!important}.react-calendar__navigation{background-color:#505050}.react-calendar__month-view__weekdays{background-color:#505050;text-align:center}.react-calendar__month-view__weekdays__weekday{border:none}.react-calendar__month-view__days__day{border-radius:5px}.react-calendar__month-view__days__day--neighboringMonth{background-color:#757575}.react-calendar__navigation,.react-calendar__month-view__weekdays{border-bottom:none}.react-calendar__month-view__days{border:none}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}html,body{box-sizing:border-box;margin:0;padding:0;max-width:100vw;overflow-x:hidden}body{font-family:Plus Jakarta Sans,sans-serif}.MuiSwitch-root{margin-right:0!important;margin-left:10px!important}.MuiButtonBase-root.Mui-checked+.MuiSwitch-track{background-color:#91e617!important}.MuiSwitch-track{background-color:#ffffff80!important;margin-right:0!important}.MuiSwitch-thumb{background-color:#050033!important}.preferences_wrapper .MuiInputBase-root,.admin_select .MuiInputBase-root{background-color:#fff}.preferences_wrapper .MuiInputBase-root .MuiSelect-select,.admin_select .MuiInputBase-root .MuiSelect-select{color:#050033!important;min-height:unset;height:19px;padding:13px 10px}.preferences_wrapper .MuiInputBase-root svg,.admin_select .MuiInputBase-root svg{fill:#050033}.tooltips{background-color:#fff!important;color:#000!important;font-weight:500!important;z-index:100!important}.filter,.filter *,.filter .value_wrapper span,.filter .input_block input,.filter .free_wrapper p,.filter .save_button,.filter h2,.filter .subname,.filter .info,.filter .autocomplete_list li,.filter select,.filter option,.filter .checkbox-label,.filter .checkbox-text,.filter span,.teams-filter span,.players-filter span,.props-filter span,.ai-teams-filter span,.ai-predictions-filter span,.filter .range-label,.filter .range-value,.filter-title,.filter-category,.filter-section-title{font-size:14px!important}.filter input::placeholder{font-size:14px!important}.filter .MuiInputBase-input,.filter .MuiSelect-select,.filter .MuiFormControlLabel-label,.filter .text-base{font-size:14px!important}@media (min-width: 768px){.filter .text-base,.filter .md\\:text-base{font-size:14px!important}}.filter [style*="font-size: 16px"]{font-size:14px!important}._filter_wrapper_1q9rf_1{height:100%;margin-left:20px;width:calc(24.3% - 20px)}._filter_wrapper_1q9rf_1._hide_1q9rf_6{max-width:74px}@media screen and (max-width: 1080px){._filter_wrapper_1q9rf_1{position:absolute;top:0;left:0;width:100%;margin:0;z-index:100;display:none}._filter_wrapper_1q9rf_1._active_1q9rf_19{display:block}}._betslist_wrapper_1q9rf_24{width:calc(75.7% - 40px);height:calc(100% - 5px);margin:5px 20px}._betslist_wrapper_1q9rf_24._full_width_1q9rf_29{width:calc(100% - 134px)}@media screen and (max-width: 1080px){._betslist_wrapper_1q9rf_24{width:calc(100% - 40px)}}@media screen and (max-width: 580px){._betslist_wrapper_1q9rf_24{width:100%;margin:5px 0}}._calculator_wrapper_1q9rf_44{width:100%}._calculator_wrapper_1q9rf_44 ._calculator_container_1q9rf_47{width:calc(100% - 40px);display:flex;align-items:center;justify-content:center;margin:20px}@media screen and (max-width: 580px){._calculator_wrapper_1q9rf_44 ._calculator_container_1q9rf_47{width:100%;margin:20px 0}}._mobile_header_1q9rf_61{width:100%;margin:16px -5px 6px;padding:0 20px;display:flex;align-items:center;justify-content:space-between}._mobile_header_1q9rf_61 ._left_1q9rf_69{display:flex;align-items:center}._mobile_header_1q9rf_61._submenu_1q9rf_73{margin-bottom:10px}@media screen and (min-width: 1081px){._mobile_header_1q9rf_61{display:none}}._mobile_header_1q9rf_61 a{color:#050033b3;font-family:Plus Jakarta Sans;font-size:14px;font-weight:500;display:inline-block;margin:0 5px;text-decoration:none}._mobile_subheader_1q9rf_91{position:relative;display:flex;justify-content:space-between;margin:0 20px;width:100%;border-radius:0 0 3px 3px}._mobile_subheader_1q9rf_91 ._filter_icon_1q9rf_99{position:absolute;right:0;top:50%;transform:translateY(-50%)}@media screen and (min-width: 1081px){._mobile_subheader_1q9rf_91 ._filter_icon_1q9rf_99{display:none}}._mobile_subheader_1q9rf_91 ._mobile_links_1q9rf_110{width:-webkit-fit-content;width:fit-content;background:linear-gradient(180deg,#05003308,#05003326)}@media screen and (max-width: 620px){._mobile_subheader_1q9rf_91{margin:0 16px}}._mobile_subheader_1q9rf_91 ._category_name_1q9rf_119{display:block}._mobile_subheader_1q9rf_91 ._category_name_1q9rf_119 ._category_mode_1q9rf_122{color:#050033;font-size:16px;font-weight:700;text-transform:uppercase}@media screen and (max-width: 620px){._mobile_subheader_1q9rf_91 ._category_name_1q9rf_119{display:none}}._mobile_subheader_1q9rf_91 a{text-decoration:none}._mobile_subheader_1q9rf_91 ._button_1q9rf_136{font-size:16px;font-weight:400;padding:10px;display:inline-block;min-width:unset;font-family:Plus Jakarta Sans,sans-serif;color:#050033;min-width:100px;text-align:center}@media screen and (max-width: 620px){._mobile_subheader_1q9rf_91 ._button_1q9rf_136{font-size:15px}}._mobile_subheader_1q9rf_91 ._button_active_1q9rf_152{font-weight:600;border-radius:0 0 3px 3px;background:linear-gradient(180deg,#91e61733,#91e617)}._header_box_1lcks_1{height:100%;color:#fff}._header_box_1lcks_1 ._header_bar_1lcks_5{background-color:#050033}._header_box_1lcks_1 ._button_1lcks_8{padding:6px 12px;min-width:unset;text-decoration:none;font-weight:500;text-transform:none;text-wrap:nowrap;font-size:12px}._header_box_1lcks_1 ._badge_1lcks_17{position:relative;top:5px;right:10px;width:10px;height:10px;background-color:red;color:#fff;border-radius:50%}._header_box_1lcks_1 ._mobile_1lcks_27{display:flex;align-items:center;margin-top:4px}._header_box_1lcks_1 ._mobile_1lcks_27 a{display:flex;align-items:center}@media screen and (max-width: 1200px){._header_box_1lcks_1 ._mobile_1lcks_27{display:none}}._header_box_1lcks_1 ._header_container_1lcks_41{display:flex;justify-content:space-between;height:100%;background:linear-gradient(180deg,#050033 88.02%,#91e617)}._header_box_1lcks_1 ._logo_1lcks_47{display:flex;align-items:center}@media screen and (max-width: 1200px){._header_box_1lcks_1 ._logo_1lcks_47{padding-top:0}._header_box_1lcks_1 ._logo_1lcks_47 img{max-width:120px}}._header_box_1lcks_1 ._logo_1lcks_47 ._status_wrapper_1lcks_61{background:repeating-linear-gradient(to right,#91e617,#cbf391,#fff);border-radius:20px;position:relative;z-index:2;padding:9px 15px;margin-left:calc(20px + 20 * (100vw - 1080px) / 360);margin-right:calc(7px + 8 * (100vw - 1080px) / 360);height:36px;line-height:100%}@media screen and (max-width: 1200px){._header_box_1lcks_1 ._logo_1lcks_47 ._status_wrapper_1lcks_61{margin-left:10px}}._header_box_1lcks_1 ._logo_1lcks_47 ._status_wrapper_1lcks_61:after{content:"";background:#050033;border-radius:20px;position:absolute;inset:2px;z-index:-1}._header_box_1lcks_1 ._logo_1lcks_47 ._status_wrapper_1lcks_61 span{letter-spacing:.6px;font-size:11px;font-weight:700;background:linear-gradient(90deg,#91e617,#cbf391,#fff);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}._header_box_1lcks_1 ._logo_1lcks_47 ._status_wrapper_1lcks_61._free_1lcks_97{background:repeating-linear-gradient(to right,#828099,#fff)}._header_box_1lcks_1 ._logo_1lcks_47 ._status_wrapper_1lcks_61._free_1lcks_97 span{background:linear-gradient(90deg,#828099,#fff);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}._header_box_1lcks_1 ._right_header_1lcks_106{height:100%;display:flex;align-items:center}._header_box_1lcks_1 ._right_header_1lcks_106 ._admin_button_1lcks_111{position:relative;color:#fff;font-family:Plus Jakarta Sans;font-weight:600;text-decoration:none;margin-right:20px;transition:color .2s}@media screen and (max-width: 1200px){._header_box_1lcks_1 ._right_header_1lcks_106 ._admin_button_1lcks_111{display:none}}._header_box_1lcks_1 ._right_header_1lcks_106 ._admin_button_1lcks_111._active_1lcks_125{color:#91e617;border-bottom:2px solid #91E617}._header_box_1lcks_1 ._right_header_1lcks_106 ._admin_button_1lcks_111._active_1lcks_125:after{left:50%;width:100%;bottom:-5px;transform:translate(-50%);height:3px;content:"";position:absolute;transition:all .3s ease;background-color:#91e617}._header_box_1lcks_1 ._right_header_1lcks_106 ._how_to_wrapper_1lcks_140{background:repeating-linear-gradient(to right,#91e617,#cbf391,#fff);border-radius:20px;position:relative;z-index:2;padding:10px 12px;margin-right:5px;display:flex;align-items:center}@media screen and (max-width: 1200px){._header_box_1lcks_1 ._right_header_1lcks_106 ._how_to_wrapper_1lcks_140{margin-left:10px}}@media (max-width: 560px){._header_box_1lcks_1 ._right_header_1lcks_106 ._how_to_wrapper_1lcks_140 span{display:none}._header_box_1lcks_1 ._right_header_1lcks_106 ._how_to_wrapper_1lcks_140 svg{padding-right:0!important}}._header_box_1lcks_1 ._right_header_1lcks_106 ._how_to_wrapper_1lcks_140:after{content:"";background:#050033;border-radius:20px;position:absolute;inset:2px;z-index:-1}._header_box_1lcks_1 ._right_header_1lcks_106 ._how_to_wrapper_1lcks_140 span{letter-spacing:.6px;font-size:14px;font-weight:700;background:#fff;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}._header_box_1lcks_1 ._right_header_1lcks_106 ._how_to_wrapper_1lcks_140 svg{padding-right:5px;font-size:18px;font-weight:700;background:linear-gradient(90deg,#91e617,#cbf391,#fff);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}._header_box_1lcks_1 ._right_header_1lcks_106 ._how_to_wrapper_1lcks_140._free_1lcks_97{background:repeating-linear-gradient(to right,#828099,#fff)}._header_box_1lcks_1 ._right_header_1lcks_106 ._how_to_wrapper_1lcks_140._free_1lcks_97 span{background:linear-gradient(90deg,#828099,#fff);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}._exit_btn_1lcks_202{background:transparent;border:none;transition:opacity .2s;font-size:12px;line-height:120%}._exit_btn_1lcks_202:hover{cursor:pointer;opacity:.8}._modular_wrapper_1lcks_214{width:100%;height:100%;position:absolute;left:0;top:0;background-color:#00000080;z-index:1000;display:flex;align-items:center;justify-content:center}._modular_wrapper_1lcks_214 ._green_1lcks_226{color:#91e617}._modular_wrapper_1lcks_214 ._red_1lcks_229{color:#ff5252}._modular_wrapper_1lcks_214 ._modular_item_1lcks_232{width:100%;max-width:400px;border-radius:5px;border:2px solid #91E617;background:#050033;padding:45px;box-sizing:border-box}._modular_wrapper_1lcks_214 ._modular_item_1lcks_232 ._top_1lcks_241{padding-top:0;display:flex;flex-direction:column}._modular_wrapper_1lcks_214 ._modular_item_1lcks_232 ._top_1lcks_241 ._name_wrapper_1lcks_246{display:flex;flex-direction:row}._modular_wrapper_1lcks_214 ._modular_item_1lcks_232 ._top_1lcks_241 ._name_wrapper_1lcks_246 ._icon_1lcks_250{width:20px;height:20px;padding-right:10px;padding-left:10px}._modular_wrapper_1lcks_214 ._modular_item_1lcks_232 ._top_1lcks_241 ._name_wrapper_1lcks_246 ._name_1lcks_246{color:#91e617;font-size:20px;font-weight:700}._modular_wrapper_1lcks_214 ._modular_item_1lcks_232 ._top_1lcks_241 ._name_wrapper_1lcks_246 ._subname_1lcks_261{color:#fff;font-size:16px;font-weight:500}._modular_wrapper_1lcks_214 ._modular_item_1lcks_232 ._top_1lcks_241 ._info_1lcks_266{color:#fff;font-size:16px;font-weight:400}._modular_wrapper_1lcks_214 ._modular_item_1lcks_232 ._action_wrapper_1lcks_271{display:flex;align-items:flex-end;justify-content:flex-end;padding-top:15px;margin-bottom:5px}._modular_wrapper_1lcks_214 ._modular_item_1lcks_232 ._action_wrapper_1lcks_271 button{padding:10px 20px;margin:0 5px;border-radius:3px;border:none;transition:opacity .2s}._modular_wrapper_1lcks_214 ._modular_item_1lcks_232 ._action_wrapper_1lcks_271 button:hover{cursor:pointer;opacity:.8}._modular_wrapper_1lcks_214 ._modular_item_1lcks_232 ._action_wrapper_1lcks_271 button span{color:#050033;font-family:Plus Jakarta Sans;font-size:16px;font-weight:700}._modular_wrapper_1lcks_214 ._modular_item_1lcks_232 ._action_wrapper_1lcks_271 ._cancel_button_1lcks_295{font-weight:500;background:#ffffff80}._modular_wrapper_1lcks_214 ._modular_item_1lcks_232 ._action_wrapper_1lcks_271 ._green_button_1lcks_299{background-color:#91e617}._header__nav_link_1lcks_303{color:#fff;position:relative;transition:color .2s ease;font-size:12px;font-weight:600;line-height:1.3;letter-spacing:.2px;padding:6px 12px;text-transform:none}._header__nav_link_1lcks_303._active_1lcks_125,._header__nav_link_1lcks_303:hover{color:#91e617}._header__nav_link_1lcks_303._active_1lcks_125:after{content:"";position:absolute;width:100%;height:2px;bottom:0;left:0;background-color:#91e617;transition:all .3s ease}._menu_backdrop_1lcks_328{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:1000;animation:_fadeIn_1lcks_1 .3s ease-out}@keyframes _fadeIn_1lcks_1{0%{opacity:0}to{opacity:1}}._slide_in_menu_1lcks_347{position:fixed;top:0;right:0;width:320px;max-width:85vw;height:100vh;z-index:1001;padding:20px;box-shadow:-4px 0 20px #0000004d;animation:_slideInFromRight_1lcks_1 .3s ease-out;overflow-y:auto}@keyframes _slideInFromRight_1lcks_1{0%{transform:translate(100%)}to{transform:translate(0)}}@media screen and (max-width: 768px){._slide_in_menu_1lcks_347{width:100vw;max-width:100vw}}._account_wrapper_butje_1{position:relative;width:100%;min-height:calc(100vh - 120px);display:flex;justify-content:space-between;align-items:flex-start;padding:20px;flex:1 1}@media screen and (max-width: 1080px){._account_wrapper_butje_1{flex-direction:column;padding:0;width:100%}}._account_wrapper_butje_1 ._menu_butje_18{position:-webkit-sticky;position:sticky;top:20px;left:0;width:20%;margin-right:20px;background-color:#050033;border-radius:5px;display:flex;flex-direction:column;justify-content:space-between;padding:6px 20px 20px;min-height:calc(100vh - 120px)}@media screen and (max-width: 1080px){._account_wrapper_butje_1 ._menu_butje_18{flex-direction:row;width:100%;position:relative;min-height:unset;padding:10px 16px;box-sizing:border-box;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}._account_wrapper_butje_1 ._menu_butje_18::-webkit-scrollbar{display:none}._account_wrapper_butje_1 ._menu_butje_18 div{display:flex;align-items:center;flex-wrap:nowrap;white-space:nowrap}}._account_wrapper_butje_1 ._menu_butje_18 ._item_butje_56{display:flex;align-items:center;padding:14px 0 14px 12px;border-bottom:1px solid rgba(255,255,255,.3);text-decoration:none;position:relative}._account_wrapper_butje_1 ._menu_butje_18 ._item_butje_56:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:3px;height:0;background-color:#91e617;border-radius:0 2px 2px 0;transition:height .2s}@media screen and (max-width: 1080px){._account_wrapper_butje_1 ._menu_butje_18 ._item_butje_56{padding:0}._account_wrapper_butje_1 ._menu_butje_18 ._item_butje_56:before{display:none}._account_wrapper_butje_1 ._menu_butje_18 ._item_butje_56{flex-direction:column;border-bottom:none;flex-shrink:0}._account_wrapper_butje_1 ._menu_butje_18 ._item_butje_56:not(:last-child){margin-right:14px}}@media screen and (max-width: 520px){._account_wrapper_butje_1 ._menu_butje_18 ._item_butje_56:not(:last-child){margin-right:10px}}._account_wrapper_butje_1 ._menu_butje_18 ._item_butje_56._active_butje_101{cursor:pointer}._account_wrapper_butje_1 ._menu_butje_18 ._item_butje_56._active_butje_101:before{height:70%}._account_wrapper_butje_1 ._menu_butje_18 ._item_butje_56._active_butje_101 span{color:#91e617}._account_wrapper_butje_1 ._menu_butje_18 ._item_butje_56:hover{cursor:pointer}._account_wrapper_butje_1 ._menu_butje_18 ._item_butje_56:hover span{color:#91e617}._account_wrapper_butje_1 ._menu_butje_18 ._item_butje_56 svg{margin-right:10px;width:20px;height:20px;transition:fill .2s,color .2s,stroke .2s}._account_wrapper_butje_1 ._menu_butje_18 ._item_butje_56 svg path{transition:fill .2s,stroke .2s}._account_wrapper_butje_1 ._menu_butje_18 ._item_butje_56 svg rect{transition:stroke .2s}._account_wrapper_butje_1 ._menu_butje_18 ._item_butje_56 svg circle{transition:fill .2s,stroke .2s}._account_wrapper_butje_1 ._menu_butje_18 ._item_butje_56 svg line{transition:stroke .2s}@media screen and (max-width: 1080px){._account_wrapper_butje_1 ._menu_butje_18 ._item_butje_56 svg{margin-bottom:5px;margin-right:0}}._account_wrapper_butje_1 ._menu_butje_18 ._item_butje_56 span{color:#fff;font-size:16px;font-weight:600;transition:color .2s}@media screen and (max-width: 1080px){._account_wrapper_butje_1 ._menu_butje_18 ._item_butje_56 span{font-size:12px}}@media screen and (max-width: 520px){._account_wrapper_butje_1 ._menu_butje_18 ._item_butje_56 span{font-size:9px}}._account_wrapper_butje_1 ._menu_butje_18 ._exit_button_butje_156{display:flex;align-items:center;width:-webkit-fit-content;width:fit-content;margin-left:auto;background-color:transparent;border:none;outline:none;transition:opacity .2s}@media screen and (max-width: 1080px){._account_wrapper_butje_1 ._menu_butje_18 ._exit_button_butje_156{display:none}}._account_wrapper_butje_1 ._menu_butje_18 ._exit_button_butje_156:hover{opacity:.8;cursor:pointer}._account_wrapper_butje_1 ._menu_butje_18 ._exit_button_butje_156 img{width:20px;height:20px;object-fit:contain;object-position:center;margin-right:10px}._account_wrapper_butje_1 ._menu_butje_18 ._exit_button_butje_156 span{color:#fff;font-size:16px;font-weight:600;-webkit-text-decoration-line:underline;text-decoration-line:underline}._account_container_butje_189{overflow-y:auto;width:calc(80% - 20px);height:calc(100vh - 120px);background-color:#050033;border-radius:5px}@media screen and (max-width: 1080px){._account_container_butje_189{width:100%;margin-top:36px;box-sizing:border-box;max-height:auto;padding-bottom:40px}}._account_container_butje_189 ._page_name_butje_205{color:#fff;padding:20px 0 0 20px;font-size:20px;font-weight:700}@media screen and (max-width: 520px){._account_container_butje_189 ._page_name_butje_205{font-size:14px;padding:16px 0 0 16px}}._account_container_butje_189 ._account_img_butje_217{position:relative;margin-bottom:50px;display:flex;align-items:center;gap:12px}._account_container_butje_189 ._account_img_butje_217 ._image_wrapper_butje_224{position:relative;display:inline-block}._account_container_butje_189 ._account_img_butje_217 ._image_wrapper_butje_224 ._main_img_butje_228{border-radius:80px;border:2px solid #91E617;width:80px;height:80px;object-fit:cover;object-position:center;display:block}._account_container_butje_189 ._account_img_butje_217 ._arrow_down_butje_237{width:24px;height:24px;cursor:pointer;transition:transform .2s,opacity .2s;flex-shrink:0}._account_container_butje_189 ._account_img_butje_217 ._arrow_down_butje_237:hover{opacity:.8}._account_container_butje_189 ._account_img_butje_217 ._dropdown_menu_butje_247{position:absolute;top:90px;left:0;width:140px;background-color:#050033;border:3px solid #91E617;border-radius:10px;box-shadow:0 8px 16px #0003;z-index:1000}._account_container_butje_189 ._action_butje_258{text-align:center;color:#91e617;-webkit-text-decoration-line:underline;text-decoration-line:underline;margin-top:10px;transition:color .2s}@media screen and (max-width: 520px){._account_container_butje_189 ._action_butje_258{font-size:14px}}._account_container_butje_189 ._action_butje_258:hover{color:#c5ff74}._account_container_butje_189 ._save_button_wrapper_butje_273{display:flex;justify-content:flex-end;margin-top:20px;width:100%}._inputs_wrapper_butje_280{display:flex;flex-direction:column;max-width:300px;width:100%}._inputs_wrapper_butje_280 ._item_butje_56{display:flex;flex-direction:column;width:100%}._inputs_wrapper_butje_280 ._item_butje_56:not(:last-child){margin-bottom:20px}._inputs_wrapper_butje_280 ._item_butje_56 label{color:#fff;font-size:16px;font-weight:600;margin-bottom:10px}@media screen and (max-width: 520px){._inputs_wrapper_butje_280 ._item_butje_56 label{font-size:14px}}._inputs_wrapper_butje_280 ._item_butje_56 input{height:45px;border-radius:3px;outline:none;border:none;background-color:#fff3;padding:0 10px;color:#fff;font-family:Plus Jakarta Sans;font-size:16px;box-sizing:border-box;transition:box-shadow .2s,border .2s;border:2px solid transparent}._inputs_wrapper_butje_280 ._item_butje_56 input::placeholder{color:#ffffff80}._inputs_wrapper_butje_280 ._item_butje_56 input:focus{border:2px solid #91E617;box-shadow:0 0 2px #91e617}@media screen and (max-width: 520px){._inputs_wrapper_butje_280 ._item_butje_56 input{font-size:14px}}._inputs_wrapper_butje_280 ._item_butje_56 ._input_container_butje_331{display:flex;align-items:center}._inputs_wrapper_butje_280 ._item_butje_56 ._input_container_butje_331:not(:last-child){margin-bottom:5px}._inputs_wrapper_butje_280 ._item_butje_56 ._input_container_butje_331 input{width:100%;max-width:70px;margin-right:10px}._inputs_wrapper_butje_280 ._item_butje_56 ._input_container_butje_331 span{color:#fff}._module_butje_347{position:absolute;left:0;top:-70px;width:100vw;height:100vh;background-color:#00000080;z-index:100;display:flex;align-items:center;justify-content:center}._module_butje_347 ._module_wrapper_butje_359{max-width:426px;background-color:#050033;border:1px solid #FF5252;border-radius:5px;padding:32px 20px 20px}._module_butje_347 ._module_wrapper_butje_359 ._content_butje_366{margin-bottom:72px;position:relative}._module_butje_347 ._module_wrapper_butje_359 ._content_butje_366 img{position:absolute;left:0;right:0}._module_butje_347 ._module_wrapper_butje_359 ._content_butje_366 span{display:inline-block;margin-left:40px;font-weight:600;font-size:16px;color:#fff}._module_butje_347 ._module_wrapper_butje_359 ._content_butje_366 span._red_butje_382{color:#ff5252;margin-left:0}._module_butje_347 ._module_wrapper_butje_359 ._action_block_butje_386{display:flex;align-items:center;justify-content:flex-end}._module_butje_347 ._module_wrapper_butje_359 ._action_block_butje_386 button{padding:10px 16px;border:none;border-radius:3px;width:-webkit-fit-content;width:fit-content;font-weight:500;font-family:Plus Jakarta Sans;transition:opacity .2s}._module_butje_347 ._module_wrapper_butje_359 ._action_block_butje_386 button:hover{cursor:pointer;opacity:.8}._module_butje_347 ._module_wrapper_butje_359 ._action_block_butje_386 button._left_butje_404{background-color:#fff}._module_butje_347 ._module_wrapper_butje_359 ._action_block_butje_386 button._right_butje_407{background-color:#ff5252;color:#fff;margin-left:20px}._profile_wrapper_butje_413{margin:20px auto;padding:20px;border-radius:5px;position:relative;background-color:#050033;width:-webkit-fit-content;width:fit-content;min-width:400px;max-width:calc(100% - 120px)}._profile_wrapper_butje_413:before{content:"";position:absolute;inset:0;border-radius:5px;padding:3px;background:linear-gradient(180deg,#91e617,#91e61780);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}@media screen and (max-width: 520px){._profile_wrapper_butje_413{padding:16px;margin:16px auto;min-width:unset;max-width:calc(100% - 64px)}}._container_butje_445{display:flex;flex-direction:column;align-items:center;justify-content:space-between;position:relative;padding-bottom:10px}._container_butje_445 ._name_butje_453{color:#fff;font-size:20px;font-weight:700;margin-bottom:20px}._container_butje_445 ._email_butje_459{color:#fff;font-size:16px;font-weight:400;margin-bottom:20px}._container_butje_445._preferences_container_butje_465{justify-content:flex-start;flex-direction:row;align-items:flex-start}@media screen and (max-width: 780px){._container_butje_445._preferences_container_butje_465{flex-direction:column}}._container_butje_445._preferences_container_butje_465 ._free_wrapper_butje_475{position:fixed;right:45px;top:100px;padding:45px 50px;border:2px solid #91E617;border-radius:5px;background-color:#050033;z-index:10;width:100%;max-width:405px}._container_butje_445._preferences_container_butje_465 ._free_wrapper_butje_475 p{color:#fff;text-align:center;font-size:16px;font-weight:600;margin-bottom:20px}._container_butje_445._preferences_container_butje_465 ._free_wrapper_butje_475 p span{color:#91e617;text-decoration:underline}._container_butje_445._preferences_container_butje_465 ._free_wrapper_butje_475 button{padding:10px;background-color:#91e617;color:#050033;font-weight:700;font-size:16px;border:none;border-radius:5px;width:100%;font-family:Plus Jakarta Sans;transition:background-color .2s}._container_butje_445._preferences_container_butje_465 ._free_wrapper_butje_475 button:hover{cursor:pointer;background-color:#c5ff74}._container_butje_445._preferences_container_butje_465 ._list_item_butje_514{display:flex;align-items:center;justify-content:flex-start;width:45%}@media screen and (max-width: 520px){._container_butje_445._preferences_container_butje_465 ._list_item_butje_514{width:100%}}._container_butje_445._preferences_container_butje_465 ._list_item_butje_514 a{padding-bottom:2px;visibility:hidden;opacity:0;transition:visibility .2s,opacity .2s}._container_butje_445._preferences_container_butje_465 ._list_item_butje_514:hover a{visibility:visible;opacity:1}._container_butje_445._preferences_container_butje_465 ._left_column_butje_535{width:30%;display:flex;flex-direction:column;margin-right:100px}@media screen and (max-width: 780px){._container_butje_445._preferences_container_butje_465 ._left_column_butje_535{width:100%;margin-right:0;margin-bottom:16px;max-width:unset}}._container_butje_445._preferences_container_butje_465 ._preferences_save_butje_549{position:fixed;right:50px;bottom:20px}@media screen and (max-width: 1080px){._container_butje_445._preferences_container_butje_465 ._preferences_save_butje_549{right:16px;bottom:16px}}._container_butje_445._preferences_container_butje_465 ._right_column_butje_560{display:flex;flex-wrap:wrap;width:calc(70% - 100px)}._container_butje_445._preferences_container_butje_465 ._right_column_butje_560._free_butje_475{opacity:.5}@media screen and (max-width: 780px){._container_butje_445._preferences_container_butje_465 ._right_column_butje_560{width:100%}}._container_butje_445._preferences_container_butje_465 ._right_column_butje_560 label{color:#fff}._container_butje_445._preferences_container_butje_465 ._right_column_butje_560 label span:last-child:first-letter{text-transform:uppercase}._container_butje_445._preferences_container_butje_465 ._right_column_butje_560 ._inputs_wrapper_butje_280{width:100%;max-width:500px;margin-bottom:10px}._container_butje_445._preferences_container_butje_465 ._right_column_butje_560 ._inputs_wrapper_butje_280:not(:first-child){margin-top:30px}._container_butje_445._preferences_container_butje_465 ._right_column_butje_560 ._input_block_butje_587{width:100%;position:relative;margin-top:10px}._container_butje_445._preferences_container_butje_465 ._right_column_butje_560 ._input_block_butje_587 input{width:100%;box-sizing:border-box;height:45px;padding-right:40px}._container_butje_445._preferences_container_butje_465 ._right_column_butje_560 ._input_block_butje_587 img{position:absolute;right:10px;top:50%;transform:translateY(-50%)}._container_butje_445._preferences_container_butje_465 ._right_column_butje_560 ._input_block_butje_587 ._autocomplete_list_butje_604{position:absolute;background-color:#fff;border:1px solid #ccc;width:100%;z-index:1000;padding:0;margin:0;list-style:none;max-height:300px;overflow-y:auto}._container_butje_445._preferences_container_butje_465 ._right_column_butje_560 ._input_block_butje_587 ._autocomplete_list_butje_604 li{padding:10px;cursor:pointer}._container_butje_445._preferences_container_butje_465 ._right_column_butje_560 ._input_block_butje_587 ._autocomplete_list_butje_604 li:hover{background-color:#f0f0f0}._container_butje_445._preferences_container_butje_465 ._right_column_butje_560 ._item_wrapper_butje_623{display:flex;align-items:center;justify-content:flex-start;flex-direction:row}._container_butje_445._preferences_container_butje_465 ._right_column_butje_560 ._item_wrapper_butje_623 a{padding-bottom:1px;margin-left:10px;display:inline-block;visibility:hidden;opacity:0;transition:visibility .2s,opacity .2s}._container_butje_445._preferences_container_butje_465 ._right_column_butje_560 ._item_wrapper_butje_623:hover a{visibility:visible;opacity:1}._container_butje_445._preferences_container_butje_465 ._right_column_butje_560 ._item_wrapper_butje_623 label{width:-webkit-fit-content;width:fit-content;margin-right:10px;margin-bottom:0}._container_butje_445._preferences_container_butje_465 ._right_column_butje_560 ._item_wrapper_butje_623 button{padding:0;margin:0;width:-webkit-fit-content;width:fit-content;height:-webkit-fit-content;height:fit-content;background-color:transparent;border:none;height:20px;transition:opacity .2s}._container_butje_445._preferences_container_butje_465 ._right_column_butje_560 ._item_wrapper_butje_623 button:hover{opacity:.8;cursor:pointer}._sub_container_butje_661{flex-direction:row;justify-content:center;margin-top:80px;margin-bottom:0}@media screen and (max-width: 920px){._sub_container_butje_661{flex-direction:column;margin-top:16px;padding:20px 16px 16px;box-sizing:border-box}}._sub_container_butje_661 ._card_butje_675{position:relative;width:32%;min-height:480px;border-radius:5px;margin:0 10px;display:flex;flex-direction:column;justify-content:space-between}._sub_container_butje_661 ._card_butje_675:first-child,._sub_container_butje_661 ._card_butje_675:last-child{width:28%}@media screen and (max-width: 920px){._sub_container_butje_661 ._card_butje_675:last-child{order:1}._sub_container_butje_661 ._card_butje_675:first-child{order:2}._sub_container_butje_661 ._card_butje_675,._sub_container_butje_661 ._card_butje_675:first-child,._sub_container_butje_661 ._card_butje_675:last-child{width:100%;min-height:unset;margin:7px 0;padding-top:10px}}._sub_container_butje_661 ._card_butje_675 ._mobile_button_butje_706{color:#91e617;display:flex;align-items:center;margin:0 0 10px 12px}._sub_container_butje_661 ._card_butje_675 ._mobile_button_butje_706._active_butje_101 svg{transform:rotate(180deg)}._sub_container_butje_661 ._card_butje_675 ._mobile_button_butje_706 span{font-size:14px;font-weight:600;display:inline-block;margin-right:5px}._sub_container_butje_661 ._card_butje_675 ._mobile_button_butje_706 svg{transition:transform .2s}@media screen and (min-width: 921px){._sub_container_butje_661 ._card_butje_675 ._mobile_button_butje_706{display:none}}._sub_container_butje_661 ._card_butje_675 ._card_text_butje_729{background:linear-gradient(to right,#f1f1f1,#cdccd6);padding:5px 10px;border:5px;border-radius:3px 0 0 3px;position:absolute;right:-10px;top:100px}._sub_container_butje_661 ._card_butje_675 ._card_text_butje_729 span{color:#050033;font-size:16px;font-weight:700}._sub_container_butje_661 ._card_butje_675 ._card_text_butje_729:after,._sub_container_butje_661 ._card_butje_675 ._card_text_butje_729:before{position:absolute;right:0;top:-15px;content:"";width:0;height:0;border:0 solid transparent;border-right-width:6px;border-left-width:0px;border-bottom:16px solid rgba(255,255,255,.6)}._sub_container_butje_661 ._card_butje_675 ._card_text_butje_729:before{transform:scaleY(-1);bottom:-15px;top:unset}._sub_container_butje_661 ._card_butje_675._prem_card_butje_760{border:4px solid #FFDB49}._sub_container_butje_661 ._card_butje_675._prem_card_butje_760 ._special_butje_763{color:#ffdb49}._sub_container_butje_661 ._card_butje_675._prem_card_butje_760 ._header_butje_766{background:linear-gradient(94.7deg,#ffdb491a 4.15%,#ffdb49 64.62%)}._sub_container_butje_661 ._card_butje_675._prem_card_butje_760 ._header_butje_766 ._special_butje_763{color:#050033}._sub_container_butje_661 ._card_butje_675._prem_card_butje_760 ._button_butje_772{background:#ffdb49}._sub_container_butje_661 ._card_butje_675._prem_card_butje_760 ._bottom_text_butje_775,._sub_container_butje_661 ._card_butje_675._prem_card_butje_760 ._mobile_button_butje_706{color:#ffdb49}._sub_container_butje_661 ._card_butje_675._free_card_butje_781{border:1px solid rgba(255,255,255,.5019607843)}._sub_container_butje_661 ._card_butje_675._free_card_butje_781 ._list_butje_514{display:block}._sub_container_butje_661 ._card_butje_675._free_card_butje_781 ._header_butje_766{background:linear-gradient(94.7deg,#ffffff1a 4.15%,#fffc 94.85%)}._sub_container_butje_661 ._card_butje_675._free_card_butje_781 ._button_butje_772{background:#ffffff80}._sub_container_butje_661 ._card_butje_675._free_card_butje_781 ._bottom_text_butje_775,._sub_container_butje_661 ._card_butje_675._free_card_butje_781 ._mobile_button_butje_706{color:#fffc}._sub_container_butje_661 ._card_butje_675._active_card_butje_799{box-shadow:0 0 8px 4px #00ff57}._sub_container_butje_661 ._card_butje_675._basic_card_butje_802{border:1px solid #01BEAE}._sub_container_butje_661 ._card_butje_675._basic_card_butje_802 ._special_butje_763{color:#01beae}._sub_container_butje_661 ._card_butje_675._basic_card_butje_802 ._header_butje_766{background:linear-gradient(94.7deg,#01beae1a 4.15%,#01beae 81.15%)}._sub_container_butje_661 ._card_butje_675._basic_card_butje_802 ._header_butje_766 ._special_butje_763{color:#050033}._sub_container_butje_661 ._card_butje_675._basic_card_butje_802 ._header_butje_766 span{font-size:20px}._sub_container_butje_661 ._card_butje_675._basic_card_butje_802 ._button_butje_772{padding-top:10px;padding-bottom:10px;font-size:16px;background:#01beae}._sub_container_butje_661 ._card_butje_675._basic_card_butje_802 ._bottom_text_butje_775{font-size:12px;color:#01beae}._sub_container_butje_661 ._card_butje_675._basic_card_butje_802 ._mobile_button_butje_706{color:#01beae}._sub_container_butje_661 ._header_butje_766{border-radius:3px 3px 0 0;padding:25px 16px;margin:4px 4px 30px;background:linear-gradient(95deg,#91e6171a 4.15%,#91e617 64.62%);text-align:center}@media screen and (max-width: 920px){._sub_container_butje_661 ._header_butje_766{margin-bottom:28px;font-style:18px}}._sub_container_butje_661 ._header_butje_766 span{color:#fff;font-size:23px;font-weight:700}._sub_container_butje_661 ._price_wrapper_butje_848{color:#fff;font-size:20px;font-weight:600;margin:0 auto 30px;padding:0 20px}@media screen and (max-width: 920px){._sub_container_butje_661 ._price_wrapper_butje_848{margin-bottom:8px;text-align:center}}._sub_container_butje_661 ._price_wrapper_butje_848._big_wrapper_butje_861{margin-top:56px}._sub_container_butje_661 ._price_wrapper_butje_848._big_wrapper_butje_861 ._price_butje_848{font-size:55px}@media screen and (max-width: 920px){._sub_container_butje_661 ._price_wrapper_butje_848._big_wrapper_butje_861 ._price_butje_848{font-size:40px}}._sub_container_butje_661 ._price_wrapper_butje_848._big_wrapper_butje_861 ._subtext_butje_872{font-size:16px}@media screen and (max-width: 920px){._sub_container_butje_661 ._price_wrapper_butje_848._big_wrapper_butje_861 ._subtext_butje_872{font-size:14px}}._sub_container_butje_661 ._price_wrapper_butje_848 ._price_butje_848{font-size:38px;font-weight:700}._sub_container_butje_661 ._price_wrapper_butje_848 ._subtext_butje_872{color:#ffffff80;font-size:14px}._sub_container_butje_661 ._list_butje_514{margin-bottom:20px;padding:0 20px}@media screen and (max-width: 920px){._sub_container_butje_661 ._list_butje_514{padding:0 10px;margin-top:20px}._sub_container_butje_661 ._list_butje_514:not(._mobile_open_butje_897){display:none}}._sub_container_butje_661 ._list_butje_514 ._item_butje_56{display:flex;align-items:center;gap:5px}._sub_container_butje_661 ._list_butje_514 ._item_butje_56:not(:last-child){margin-bottom:20px}._sub_container_butje_661 ._list_butje_514 ._item_butje_56 img{width:19px;height:19px;object-fit:contain;object-position:center;margin-right:10px}@media screen and (max-width: 920px){._sub_container_butje_661 ._list_butje_514 ._item_butje_56 img{width:14px;height:14px;margin-right:5px}}._sub_container_butje_661 ._list_butje_514 ._item_butje_56 span:not(._special_butje_763){color:#fff;font-size:16px;font-weight:500}@media screen and (max-width: 920px){._sub_container_butje_661 ._list_butje_514 ._item_butje_56 span:not(._special_butje_763){font-size:12px}}._sub_container_butje_661 ._button_butje_772{display:block;width:calc(100% - 40px);border-radius:3px;background:#91e617;padding:10px 20px;font-size:20px;font-weight:700;margin:0 20px 15px;transition:background-color .2s;border:none}@media screen and (max-width: 920px){._sub_container_butje_661 ._button_butje_772{font-size:16px;padding:10px 16px}}._sub_container_butje_661 ._button_butje_772 span{color:#050033}._sub_container_butje_661 ._button_butje_772:hover{background-color:#c5ff74;cursor:pointer}._sub_container_butje_661 ._try_plan_btn_butje_958{color:#ffffff80;font-weight:700;font-size:20px;line-height:100%;border-radius:3px;border:1px solid rgba(255,255,255,.5019607843);width:calc(100% - 40px);padding:15px;margin:0 20px 15px;transition:background .3s ease-in-out}._sub_container_butje_661 ._try_plan_btn_butje_958:hover{background:#ffffff19}@media screen and (max-width: 768px){._sub_container_butje_661 ._try_plan_btn_butje_958{font-size:16px;padding:10px}}._sub_container_butje_661 ._cancel_button_butje_979{display:block;width:calc(100% - 40px);border-radius:3px;background:#ff5252;padding:10px 20px;font-size:20px;font-weight:700;margin:0 20px 20px;transition:background-color .2s;border:none;color:#fff}@media screen and (max-width: 920px){._sub_container_butje_661 ._cancel_button_butje_979{width:-webkit-fit-content;width:fit-content;margin-right:10px;margin-left:auto;margin-bottom:8px;font-size:16px;padding:10px 16px}}._sub_container_butje_661 ._cancel_button_butje_979 span{color:#fff}._sub_container_butje_661 ._cancel_button_butje_979:hover{background-color:#ff5252;cursor:pointer}._sub_container_butje_661 ._button_inactive_butje_1009{background:#ffffff4d}._sub_container_butje_661 ._button_inactive_butje_1009:hover{background-color:#ffffff4d}._sub_container_butje_661 ._bottom_text_butje_775{font-size:15px;color:#91e617;font-weight:700;-webkit-text-decoration-line:underline;text-decoration-line:underline;display:block;padding:0 20px;margin-bottom:20px;text-align:center;transition:color .2s}@media screen and (max-width: 920px){._sub_container_butje_661 ._bottom_text_butje_775{margin-bottom:20px;font-size:12px;padding:0}}._sub_container_butje_661 ._bottom_text_butje_775:hover{color:#c5ff74;cursor:pointer}._sub_container_butje_661 ._active_status_butje_1037{color:#00ff57;font-weight:800;font-size:16px;text-transform:uppercase;position:absolute;top:-20px;left:-20px;width:112px;height:45px;background:#09291466;backdrop-filter:blur(4px) saturate(180%);-webkit-backdrop-filter:blur(4px) saturate(180%);border-radius:10px;display:flex;align-items:center;justify-content:center;z-index:10}@media screen and (max-width: 920px){._sub_container_butje_661 ._active_status_butje_1037{top:-10px;left:-10px}}._save_button_butje_273{width:-webkit-min-content;width:min-content;margin-left:auto;border-radius:3px;background:#91e617;padding:10px 24px;color:#050033;font-weight:700;font-family:Plus Jakarta Sans;transition:background-color .2s;border:none}._save_button_butje_273:hover{cursor:pointer;background-color:#c5ff74}._save_button_inactive_butje_1080{width:-webkit-min-content;width:min-content;margin-left:auto;border-radius:3px;background:gray;padding:10px 24px;color:#050033;font-weight:700;font-family:Plus Jakarta Sans;transition:background-color .2s;border:none;cursor:not-allowed;opacity:.6}._dropdown_menu_butje_247{width:140px;position:absolute;left:0;top:90px;background-color:#050033;border:3px solid #91E617;border-radius:10px;box-shadow:0 8px 16px #0003;z-index:1000}._dropdown_item_butje_1107{font-weight:600;padding:10px 14px;text-decoration:none;display:block;color:#fff;font-size:14px}._dropdown_item_butje_1107:hover{cursor:pointer;background-color:#ffffff1a}._red_butje_382{color:#ff5252!important}._bank_container_butje_1124{margin-top:10px;position:relative}._bank_container_butje_1124 ._item_action_butje_1128{position:absolute;right:6px;top:-30px;display:flex;flex-direction:column;justify-content:space-between;height:84px;margin-left:10px}._bank_container_butje_1124 ._item_action_butje_1128 button{border-radius:3px;border:2px solid #91E617;background:#050033;width:32px;height:32px;display:flex;align-items:center;justify-content:center}._bank_container_butje_1124 ._item_action_butje_1128 button:hover{cursor:pointer}._bank_container_butje_1124 ._item_action_butje_1128 button span{color:#91e617;font-family:Plus Jakarta Sans;font-size:20px;font-weight:600}._bank_container_butje_1124 ._item_action_butje_1128 button._down_butje_1157{border:1px solid #FF5252}._bank_container_butje_1124 ._item_action_butje_1128 button._down_butje_1157 span{color:#ff5252;font-family:Plus Jakarta Sans;font-weight:400}._bank_container_butje_1124 ._modular_wrapper_butje_1165{width:100%;height:100%;display:flex;align-items:center}._bank_container_butje_1124 ._modular_wrapper_butje_1165 ._green_butje_1171{color:#91e617!important}._bank_container_butje_1124 ._modular_wrapper_butje_1165 ._red_butje_382{color:#ff5252}._bank_container_butje_1124 ._modular_wrapper_butje_1165 ._red_border_butje_1177{border-color:#ff5252!important}._bank_container_butje_1124 ._modular_wrapper_butje_1165 ._modular_item_butje_1180{width:100%;background:#050033;box-sizing:border-box;padding:20px}._bank_container_butje_1124 ._modular_wrapper_butje_1165 ._modular_item_butje_1180 ._balance_wrapper_butje_1186{max-width:142px;margin:0}._bank_container_butje_1124 ._modular_wrapper_butje_1165 ._modular_item_butje_1180 ._balance_wrapper_butje_1186._withdraw_block_butje_1190{margin:50px 0 30px}._bank_container_butje_1124 ._modular_wrapper_butje_1165 ._modular_item_butje_1180 ._balance_wrapper_butje_1186>span{color:#fff;font-size:16px;font-weight:600;margin-bottom:10px;display:inline-block}._bank_container_butje_1124 ._modular_wrapper_butje_1165 ._modular_item_butje_1180 ._balance_wrapper_butje_1186 ._value_butje_1200{border-radius:3px;border:2px solid #91E617;padding:13px 10px;display:flex;align-items:center}._bank_container_butje_1124 ._modular_wrapper_butje_1165 ._modular_item_butje_1180 ._balance_wrapper_butje_1186 ._value_butje_1200 span,._bank_container_butje_1124 ._modular_wrapper_butje_1165 ._modular_item_butje_1180 ._balance_wrapper_butje_1186 ._value_butje_1200 input{color:#fff;font-family:Plus Jakarta Sans;font-size:16px;font-weight:600}._bank_container_butje_1124 ._modular_wrapper_butje_1165 ._modular_item_butje_1180 ._balance_wrapper_butje_1186 ._value_butje_1200 input{width:100%;border:none;background-color:#050033;margin:0 10px}._bank_container_butje_1124 ._modular_wrapper_butje_1165 ._modular_item_butje_1180 ._top_butje_1220{display:flex;justify-content:space-between}._bank_container_butje_1124 ._modular_wrapper_butje_1165 ._modular_item_butje_1180 ._top_butje_1220 ._name_wrapper_butje_1224{display:flex;flex-direction:column}._bank_container_butje_1124 ._modular_wrapper_butje_1165 ._modular_item_butje_1180 ._top_butje_1220 ._name_wrapper_butje_1224 ._subname_butje_1228{color:#fff;font-size:16px;font-weight:600}._bank_container_butje_1124 ._modular_wrapper_butje_1165 ._modular_item_butje_1180 ._action_wrapper_butje_1233{display:flex;align-items:flex-end;justify-content:space-between;padding-bottom:20px;margin-bottom:10px;max-width:600px}._bank_container_butje_1124 ._modular_wrapper_butje_1165 ._modular_item_butje_1180 ._action_wrapper_butje_1233 button{padding:10px 50px;border-radius:3px;background-color:#91e617;border:none;transition:opacity .2s}._bank_container_butje_1124 ._modular_wrapper_butje_1165 ._modular_item_butje_1180 ._action_wrapper_butje_1233 button:hover{cursor:pointer;opacity:.8}._bank_container_butje_1124 ._modular_wrapper_butje_1165 ._modular_item_butje_1180 ._action_wrapper_butje_1233 button span{color:#050033;font-family:Plus Jakarta Sans;font-size:16px;font-weight:700}._bank_container_butje_1124 ._modular_wrapper_butje_1165 ._modular_item_butje_1180 ._action_wrapper_butje_1233 ._input_wrapper_butje_1258{margin-right:20px}._bank_container_butje_1124 ._modular_wrapper_butje_1165 ._modular_item_butje_1180 ._action_wrapper_butje_1233 ._input_wrapper_butje_1258>span{color:#fff;font-size:16px;font-weight:600;margin-bottom:10px;display:inline-block}._bank_container_butje_1124 ._modular_wrapper_butje_1165 ._modular_item_butje_1180 ._action_wrapper_butje_1233 ._input_wrapper_butje_1258 ._value_butje_1200{border-radius:3px;border:2px solid #91E617;padding:13px 10px;display:flex;align-items:center}._bank_container_butje_1124 ._modular_wrapper_butje_1165 ._modular_item_butje_1180 ._action_wrapper_butje_1233 ._input_wrapper_butje_1258 ._value_butje_1200 span,._bank_container_butje_1124 ._modular_wrapper_butje_1165 ._modular_item_butje_1180 ._action_wrapper_butje_1233 ._input_wrapper_butje_1258 ._value_butje_1200 input{color:#fff;font-family:Plus Jakarta Sans;font-size:16px;font-weight:600}._bank_container_butje_1124 ._modular_wrapper_butje_1165 ._modular_item_butje_1180 ._action_wrapper_butje_1233 ._input_wrapper_butje_1258 ._value_butje_1200 input{width:100%;border:none;background-color:#050033;margin:0 10px}._bank_container_butje_1124 ._modular_wrapper_butje_1165 ._modular_item_butje_1180 ._action_wrapper_butje_1233 ._input_wrapper_butje_1258._white_butje_1288 ._value_butje_1200{background-color:#fff;border-color:#fff}._bank_container_butje_1124 ._modular_wrapper_butje_1165 ._modular_item_butje_1180 ._action_wrapper_butje_1233 ._input_wrapper_butje_1258._white_butje_1288 ._value_butje_1200 span,._bank_container_butje_1124 ._modular_wrapper_butje_1165 ._modular_item_butje_1180 ._action_wrapper_butje_1233 ._input_wrapper_butje_1258._white_butje_1288 ._value_butje_1200 input{color:#050033}._bank_container_butje_1124 ._modular_wrapper_butje_1165 ._modular_item_butje_1180 ._action_wrapper_butje_1233 ._input_wrapper_butje_1258._white_butje_1288 ._value_butje_1200 input{background-color:#fff}._bank_container_butje_1124 ._modular_wrapper_butje_1165 ._modular_item_butje_1180 ._middle_wrapper_butje_1299{margin-top:50px;margin-bottom:30px;display:flex}._bank_container_butje_1124 ._modular_wrapper_butje_1165 ._modular_item_butje_1180 ._table_wrapper_butje_1304{border-top:1px solid rgba(255,255,255,.5);padding-top:20px}._bank_container_butje_1124 ._modular_wrapper_butje_1165 ._modular_item_butje_1180 ._table_wrapper_butje_1304 ._table_header_butje_1308{display:flex;align-items:center;justify-content:space-between}._bank_container_butje_1124 ._modular_wrapper_butje_1165 ._modular_item_butje_1180 ._table_wrapper_butje_1304 ._name_butje_453{color:#fff;font-size:16px;font-weight:700}._bank_container_butje_1124 ._modular_wrapper_butje_1165 ._modular_item_butje_1180 ._table_wrapper_butje_1304 ._dropdown_button_butje_1318 span{color:#fff;font-size:12px;font-weight:600}._bank_container_butje_1124 ._modular_wrapper_butje_1165 ._modular_item_butje_1180 ._table_wrapper_butje_1304 ._dropdown_button_butje_1318 img{width:14px;height:14px;object-fit:contain;object-position:center}._bank_container_butje_1124 ._modular_wrapper_butje_1165 ._modular_item_butje_1180 ._modular_table_butje_1329{width:100%;margin-top:0}._bank_container_butje_1124 ._modular_wrapper_butje_1165 ._modular_item_butje_1180 ._modular_table_butje_1329 table{border-collapse:separate;border-spacing:0 10px}._bank_container_butje_1124 ._modular_wrapper_butje_1165 ._modular_item_butje_1180 ._modular_table_butje_1329>div{background-color:transparent}._bank_container_butje_1124 ._modular_wrapper_butje_1165 ._modular_item_butje_1180 ._modular_table_butje_1329 th,._bank_container_butje_1124 ._modular_wrapper_butje_1165 ._modular_item_butje_1180 ._modular_table_butje_1329 td{font-family:Plus Jakarta Sans;border-bottom:none}._bank_container_butje_1124 ._modular_wrapper_butje_1165 ._modular_item_butje_1180 ._modular_table_butje_1329 thead th{color:#fff;padding:3px 3px 0}._bank_container_butje_1124 ._modular_wrapper_butje_1165 ._modular_item_butje_1180 ._modular_table_butje_1329 tbody tr{transition:opacity .2s}._bank_container_butje_1124 ._modular_wrapper_butje_1165 ._modular_item_butje_1180 ._modular_table_butje_1329 tbody tr:hover{cursor:pointer;opacity:.9}._bank_container_butje_1124 ._modular_wrapper_butje_1165 ._modular_item_butje_1180 ._modular_table_butje_1329 tbody tr td{padding:7px 20px;color:#fff;background:#fff3}._bank_container_butje_1124 ._modular_wrapper_butje_1165 ._modular_item_butje_1180 ._modular_table_butje_1329 tbody tr td:first-child{border-top-left-radius:3px;border-bottom-left-radius:3px}._bank_container_butje_1124 ._modular_wrapper_butje_1165 ._modular_item_butje_1180 ._modular_table_butje_1329 tbody tr td:last-child{border-top-right-radius:3px;border-bottom-right-radius:3px}._bank_container_butje_1124 ._modular_wrapper_butje_1165 ._modular_item_butje_1180 ._list_wrapper_butje_1369{width:100%;margin-left:60px;max-width:400px;width:calc(100% - 54px)}._bank_container_butje_1124 ._modular_wrapper_butje_1165 ._modular_item_butje_1180 ._list_wrapper_butje_1369>span{color:#fff;font-size:16px;font-weight:600;display:inline-block;margin-bottom:10px}._bank_container_butje_1124 ._modular_wrapper_butje_1165 ._modular_item_butje_1180 ._value_list_butje_1382{display:flex;align-items:center;justify-content:space-between}._bank_container_butje_1124 ._modular_wrapper_butje_1165 ._modular_item_butje_1180 ._value_list_butje_1382 button{width:calc(33.333% - 10px);padding:10px;border-radius:20px;background:linear-gradient(90deg,#91e617,#91e61780);display:flex;justify-content:space-between;align-items:center;border:none;transition:opacity .2s}._bank_container_butje_1124 ._modular_wrapper_butje_1165 ._modular_item_butje_1180 ._value_list_butje_1382 button:hover{cursor:pointer;opacity:.8}._bank_container_butje_1124 ._modular_wrapper_butje_1165 ._modular_item_butje_1180 ._value_list_butje_1382 button span{color:#050033;font-family:Plus Jakarta Sans;font-size:16px;font-weight:600}._bank_container_butje_1124 ._modular_wrapper_butje_1165 ._modular_item_butje_1180 ._value_list_butje_1382 button span:first-child{display:inline-block;margin-right:10px}@media screen and (max-width: 760px){._bank_container_butje_1124 ._modular_wrapper_butje_1165 span,._bank_container_butje_1124 ._modular_wrapper_butje_1165 input{font-size:11px!important}._bank_container_butje_1124 ._modular_wrapper_butje_1165 ._action_wrapper_butje_1233,._bank_container_butje_1124 ._modular_wrapper_butje_1165 ._middle_wrapper_butje_1299{flex-direction:column;align-items:center!important}._bank_container_butje_1124 ._modular_wrapper_butje_1165 ._middle_wrapper_butje_1299 ._list_wrapper_butje_1369{margin:10px 0 0}._bank_container_butje_1124 ._modular_wrapper_butje_1165 button{margin-top:10px}}._account_save_butje_1431{position:fixed;right:50px;bottom:20px;z-index:1000;cursor:pointer}@media screen and (max-width: 1080px){._account_save_butje_1431{right:16px;bottom:16px}}._notifications_page_16q3w_1{width:100%;padding:20px}._notifications_page_16q3w_1 ._notifications_header_16q3w_5{color:#fff;font-size:20px;font-weight:700;margin-bottom:10px;display:inline-block}._notifications_page_16q3w_1 ._warning_wrapper_16q3w_12{display:flex;align-items:center}._notifications_page_16q3w_1 ._warning_wrapper_16q3w_12 img{margin-right:10px}._notifications_page_16q3w_1 ._warning_wrapper_16q3w_12 span{color:#91e617;font-size:16px;font-weight:400}._notifications_page_16q3w_1 ._setting_Wrapper_16q3w_24{width:100%;color:#fff;margin-top:20px;display:flex;justify-content:space-between;align-items:center}._notifications_page_16q3w_1 ._setting_Wrapper_16q3w_24 ._deselect_16q3w_32{font-size:16px;font-weight:600;-webkit-text-decoration-line:underline;text-decoration-line:underline;margin-bottom:2px;cursor:pointer}._notifications_page_16q3w_1 ._setting_Wrapper_16q3w_24 ._remove_16q3w_39{margin-left:20px;cursor:pointer}._notifications_page_16q3w_1 ._setting_Wrapper_16q3w_24 label span:last-child{font-family:Plus Jakarta Sans;font-size:16px;font-weight:600}._notifications_page_16q3w_1 ._dropdown_button_16q3w_48{margin-left:20px}._notifications_page_16q3w_1 ._dropdown_button_16q3w_48 button{display:flex;align-items:center}._notifications_page_16q3w_1 ._dropdown_button_16q3w_48 button span{margin:0 10px}._notifications_page_16q3w_1 ._dropdown_button_16q3w_48 button img{transition:transform .2s}._notifications_page_16q3w_1 ._notifications_table_16q3w_61{width:100%;margin-top:0}._notifications_page_16q3w_1 ._notifications_table_16q3w_61 table{border-collapse:separate;border-spacing:0 20px}._notifications_page_16q3w_1 ._notifications_table_16q3w_61>div{background-color:transparent}._notifications_page_16q3w_1 ._notifications_table_16q3w_61 th,._notifications_page_16q3w_1 ._notifications_table_16q3w_61 td{font-family:Plus Jakarta Sans;border-bottom:none}._notifications_page_16q3w_1 ._notifications_table_16q3w_61 thead th{color:#fff;padding:3px 3px 0}._notifications_page_16q3w_1 ._notifications_table_16q3w_61 tbody tr{transition:opacity .2s}._notifications_page_16q3w_1 ._notifications_table_16q3w_61 tbody tr:hover{cursor:pointer;opacity:.9}._notifications_page_16q3w_1 ._notifications_table_16q3w_61 tbody tr td{padding:3px;color:#fff;background:#fff3}._notifications_page_16q3w_1 ._notifications_table_16q3w_61 tbody tr td:first-child{border-top-left-radius:3px;border-bottom-left-radius:3px}._notifications_page_16q3w_1 ._notifications_table_16q3w_61 tbody tr td:nth-child(7){border-top-right-radius:3px;border-bottom-right-radius:3px}._notifications_page_16q3w_1 ._notifications_table_16q3w_61 tbody tr td:last-child{background:none;padding-left:10px;padding-right:10px}@media screen and (max-width: 680px){._notifications_page_16q3w_1 ._notifications_table_16q3w_61 span{font-size:10px}}._account_wrapper_7xoyj_1{position:relative;width:100%;min-height:calc(100vh - 120px);display:flex;justify-content:space-between;align-items:flex-start;padding:20px;flex:1 1}@media screen and (max-width: 1080px){._account_wrapper_7xoyj_1{flex-direction:column;padding:0;width:100%}}._account_wrapper_7xoyj_1 ._menu_block_7xoyj_18{position:-webkit-sticky;position:sticky;top:20px;left:0;width:20%;height:100%}@media screen and (max-width: 1080px){._account_wrapper_7xoyj_1 ._menu_block_7xoyj_18{flex-direction:row;width:100%;position:relative;min-height:unset;padding:10px 16px;box-sizing:border-box}._account_wrapper_7xoyj_1 ._menu_block_7xoyj_18 div{display:flex;align-items:center}}._account_wrapper_7xoyj_1 ._menu_block_7xoyj_18 ._admin_name_7xoyj_39{font-size:20px;color:#050033;font-weight:700;text-transform:uppercase;padding-top:10px;padding-bottom:10px}._account_wrapper_7xoyj_1 ._menu_block_7xoyj_18 ._menu_7xoyj_18{margin-right:20px;background-color:#050033;border-radius:5px;display:flex;flex-direction:column;justify-content:space-between;padding:6px 20px 20px;height:calc(100% - 50px)}@media screen and (max-width: 1080px){._account_wrapper_7xoyj_1 ._menu_block_7xoyj_18 ._menu_7xoyj_18{flex-direction:row;width:100%;position:relative;min-height:unset;padding:10px 16px;box-sizing:border-box}._account_wrapper_7xoyj_1 ._menu_block_7xoyj_18 ._menu_7xoyj_18 div{display:flex;align-items:center}}._account_wrapper_7xoyj_1 ._menu_block_7xoyj_18 ._menu_7xoyj_18 ._item_7xoyj_71{display:flex;align-items:center;padding:14px 0;border-bottom:1px solid rgba(255,255,255,.3);text-decoration:none}@media screen and (max-width: 1080px){._account_wrapper_7xoyj_1 ._menu_block_7xoyj_18 ._menu_7xoyj_18 ._item_7xoyj_71{padding:0;flex-direction:column;border-bottom:none}._account_wrapper_7xoyj_1 ._menu_block_7xoyj_18 ._menu_7xoyj_18 ._item_7xoyj_71:not(:last-child){margin-right:14px}}@media screen and (max-width: 520px){._account_wrapper_7xoyj_1 ._menu_block_7xoyj_18 ._menu_7xoyj_18 ._item_7xoyj_71:not(:last-child){margin-right:10px}}._account_wrapper_7xoyj_1 ._menu_block_7xoyj_18 ._menu_7xoyj_18 ._item_7xoyj_71._active_7xoyj_97,._account_wrapper_7xoyj_1 ._menu_block_7xoyj_18 ._menu_7xoyj_18 ._item_7xoyj_71:hover{cursor:pointer}._account_wrapper_7xoyj_1 ._menu_block_7xoyj_18 ._menu_7xoyj_18 ._item_7xoyj_71._active_7xoyj_97 span,._account_wrapper_7xoyj_1 ._menu_block_7xoyj_18 ._menu_7xoyj_18 ._item_7xoyj_71:hover span{color:#91e617}._account_wrapper_7xoyj_1 ._menu_block_7xoyj_18 ._menu_7xoyj_18 ._item_7xoyj_71 svg{margin-right:10px;width:20px;height:20px;transition:fill .2s}@media screen and (max-width: 1080px){._account_wrapper_7xoyj_1 ._menu_block_7xoyj_18 ._menu_7xoyj_18 ._item_7xoyj_71 svg{margin-bottom:5px;margin-right:0}}._account_wrapper_7xoyj_1 ._menu_block_7xoyj_18 ._menu_7xoyj_18 ._item_7xoyj_71 span{color:#fff;font-size:16px;font-weight:600;transition:color .2s}@media screen and (max-width: 1080px){._account_wrapper_7xoyj_1 ._menu_block_7xoyj_18 ._menu_7xoyj_18 ._item_7xoyj_71 span{font-size:12px}}@media screen and (max-width: 520px){._account_wrapper_7xoyj_1 ._menu_block_7xoyj_18 ._menu_7xoyj_18 ._item_7xoyj_71 span{font-size:9px}}._inputs_wrapper_7xoyj_132 ._disabledItem_7xoyj_138{opacity:.5;pointer-events:none}._admin_container_7xoyj_193{overflow-y:auto;width:calc(80% - 20px);height:100%;padding:20px;background-color:#050033;border-radius:5px;display:flex;flex-direction:column;justify-content:flex-start}@media screen and (max-width: 1080px){._admin_container_7xoyj_193{width:100%;margin-top:36px;box-sizing:border-box;padding:20px 16px;max-height:auto}}._admin_container_7xoyj_193 ._page_name_7xoyj_213{color:#fff;font-size:20px;font-weight:500}@media screen and (max-width: 520px){._admin_container_7xoyj_193 ._page_name_7xoyj_213{font-size:14px}}._admin_container_7xoyj_193 ._account_img_7xoyj_223{position:relative;margin-bottom:50px}._admin_container_7xoyj_193 ._account_img_7xoyj_223 ._main_img_7xoyj_227{border-radius:80px;border:2px solid #91E617;width:80px;height:80px;object-fit:contain;object-position:center}@media screen and (max-width: 520px){._admin_container_7xoyj_193 ._account_img_7xoyj_223 ._main_img_7xoyj_227{width:50px;height:50px}}._admin_container_7xoyj_193 ._account_img_7xoyj_223 ._arrow_7xoyj_241{position:absolute;top:50%;right:-25px;transform:translateY(-50%);transition:opacity .2s}._admin_container_7xoyj_193 ._account_img_7xoyj_223 ._arrow_7xoyj_241:hover{cursor:pointer;opacity:.8}._admin_container_7xoyj_193 ._action_7xoyj_252{text-align:center;color:#91e617;-webkit-text-decoration-line:underline;text-decoration-line:underline;margin-top:10px;transition:color .2s}@media screen and (max-width: 520px){._admin_container_7xoyj_193 ._action_7xoyj_252{font-size:14px}}._admin_container_7xoyj_193 ._action_7xoyj_252:hover{color:#c5ff74}._container_7xoyj_268{margin-top:20px;margin-bottom:20px;display:flex;flex-direction:column;align-items:center;justify-content:space-between}._container_7xoyj_268 ._name_7xoyj_276{color:#fff;font-size:20px;font-weight:700;margin-bottom:20px}._container_7xoyj_268._preferences_container_7xoyj_282{justify-content:flex-start;flex-direction:row;align-items:flex-start}@media screen and (max-width: 780px){._container_7xoyj_268._preferences_container_7xoyj_282{flex-direction:column}}._container_7xoyj_268._preferences_container_7xoyj_282 ._left_column_7xoyj_292{width:30%;display:flex;flex-direction:column;margin-right:100px}@media screen and (max-width: 780px){._container_7xoyj_268._preferences_container_7xoyj_282 ._left_column_7xoyj_292{width:100%;margin-right:0;margin-bottom:16px;max-width:unset}}._container_7xoyj_268._preferences_container_7xoyj_282 ._preferences_save_7xoyj_306{position:fixed;right:50px;bottom:20px}._container_7xoyj_268._preferences_container_7xoyj_282 ._right_column_7xoyj_311{display:flex;flex-wrap:wrap;width:calc(70% - 100px)}@media screen and (max-width: 780px){._container_7xoyj_268._preferences_container_7xoyj_282 ._right_column_7xoyj_311{width:100%}}._container_7xoyj_268._preferences_container_7xoyj_282 ._right_column_7xoyj_311 label{width:45%;color:#fff}._container_7xoyj_268._preferences_container_7xoyj_282 ._right_column_7xoyj_311 label span:last-child:first-letter{text-transform:uppercase}._container_7xoyj_268._preferences_container_7xoyj_282 ._right_column_7xoyj_311 ._inputs_wrapper_7xoyj_132{width:100%;max-width:500px;margin-bottom:10px}._container_7xoyj_268._preferences_container_7xoyj_282 ._right_column_7xoyj_311 ._inputs_wrapper_7xoyj_132:not(:first-child){margin-top:30px}._container_7xoyj_268._preferences_container_7xoyj_282 ._right_column_7xoyj_311 ._input_block_7xoyj_336{width:100%;position:relative;margin-top:10px}._container_7xoyj_268._preferences_container_7xoyj_282 ._right_column_7xoyj_311 ._input_block_7xoyj_336 input{width:100%;box-sizing:border-box;height:45px;padding-right:40px}._container_7xoyj_268._preferences_container_7xoyj_282 ._right_column_7xoyj_311 ._input_block_7xoyj_336 img{position:absolute;right:10px;top:50%;transform:translateY(-50%)}._container_7xoyj_268._preferences_container_7xoyj_282 ._right_column_7xoyj_311 ._input_block_7xoyj_336 ._autocomplete_list_7xoyj_353{position:absolute;background-color:#fff;border:1px solid #ccc;width:100%;z-index:1000;padding:0;margin:0;list-style:none;max-height:300px;overflow-y:auto}._container_7xoyj_268._preferences_container_7xoyj_282 ._right_column_7xoyj_311 ._input_block_7xoyj_336 ._autocomplete_list_7xoyj_353 li{padding:10px;cursor:pointer}._container_7xoyj_268._preferences_container_7xoyj_282 ._right_column_7xoyj_311 ._input_block_7xoyj_336 ._autocomplete_list_7xoyj_353 li:hover{background-color:#f0f0f0}._container_7xoyj_268._preferences_container_7xoyj_282 ._right_column_7xoyj_311 ._item_wrapper_7xoyj_372{display:flex;align-items:center;justify-content:flex-start;flex-direction:row}._container_7xoyj_268._preferences_container_7xoyj_282 ._right_column_7xoyj_311 ._item_wrapper_7xoyj_372 label{width:-webkit-fit-content;width:fit-content;margin-right:10px;margin-bottom:0}._container_7xoyj_268._preferences_container_7xoyj_282 ._right_column_7xoyj_311 ._item_wrapper_7xoyj_372 button{padding:0;margin:0;width:-webkit-fit-content;width:fit-content;height:-webkit-fit-content;height:fit-content;background-color:transparent;border:none;height:20px;transition:opacity .2s}._container_7xoyj_268._preferences_container_7xoyj_282 ._right_column_7xoyj_311 ._item_wrapper_7xoyj_372 button:hover{opacity:.8;cursor:pointer}._navigation_block_7xoyj_398{width:100%;display:flex;justify-content:space-between}@media screen and (max-width: 720px){._navigation_block_7xoyj_398{flex-direction:column;align-items:flex-start}}._user_list_7xoyj_410{align-items:flex-start}._user_list_7xoyj_410 ._item_7xoyj_71{display:flex;align-items:center}._user_list_7xoyj_410 ._info_text_7xoyj_417{color:#fff;padding-top:10px;font-size:12px}._user_list_7xoyj_410 ._input_block_7xoyj_336{max-width:300px;width:100%;position:relative;margin-top:10px;height:45px;align-self:flex-end}._user_list_7xoyj_410 ._input_block_7xoyj_336 input{width:100%;box-sizing:border-box;height:45px;padding-right:40px}._user_list_7xoyj_410 ._input_block_7xoyj_336 img{position:absolute;right:10px;top:50%;transform:translateY(-50%)}._user_list_7xoyj_410 ._letter_wrapper_7xoyj_442{max-width:260px;display:flex;flex-wrap:wrap;margin:20px -4px 0}._user_list_7xoyj_410 ._letter_wrapper_7xoyj_442 span{display:inline-block;margin:0 4px;color:#fff;font-size:20px;font-weight:400}._user_list_7xoyj_410 ._setting_Wrapper_7xoyj_455{width:100%;color:#fff;margin-top:20px;display:flex;justify-content:space-between;align-items:center}@media screen and (max-width: 720px){._user_list_7xoyj_410 ._setting_Wrapper_7xoyj_455{flex-direction:column;align-items:flex-start}}._user_list_7xoyj_410 ._setting_Wrapper_7xoyj_455 ._deselect_7xoyj_469{display:flex;align-items:center;font-size:16px;font-weight:600;-webkit-text-decoration-line:underline;text-decoration-line:underline;margin-bottom:2px;cursor:pointer}._user_list_7xoyj_410 ._setting_Wrapper_7xoyj_455 ._deselect_7xoyj_469 img{margin-right:5px}._user_list_7xoyj_410 ._setting_Wrapper_7xoyj_455 label span:last-child{font-family:Plus Jakarta Sans;font-size:16px;font-weight:600}._user_list_7xoyj_410 ._dropdown_button_7xoyj_486{margin-left:20px}@media screen and (max-width: 720px){._user_list_7xoyj_410 ._dropdown_button_7xoyj_486._filter_dropdown_7xoyj_490 button{padding-left:0}._user_list_7xoyj_410 ._dropdown_button_7xoyj_486{margin-left:0}}._user_list_7xoyj_410 ._dropdown_button_7xoyj_486 button{display:flex;align-items:center}._user_list_7xoyj_410 ._dropdown_button_7xoyj_486 button span{margin:0 10px}._user_list_7xoyj_410 ._dropdown_button_7xoyj_486 button img{transition:transform .2s}._user_table_7xoyj_510{width:100%;margin-top:0}._user_table_7xoyj_510 ._total_label_7xoyj_514{padding-top:5px;color:#ffffff9f;font-size:14px}._user_table_7xoyj_510 table{border-collapse:separate;border-spacing:0 20px}._user_table_7xoyj_510>div{background-color:transparent}._user_table_7xoyj_510 th,._user_table_7xoyj_510 td{font-family:Plus Jakarta Sans;border-bottom:none}@media screen and (max-width: 920px){._user_table_7xoyj_510._checkbox_table_7xoyj_532 thead th:last-child{display:table-cell}}._user_table_7xoyj_510._checkbox_table_7xoyj_532 tbody tr td:last-child{background:none;padding-left:10px;padding-right:10px}@media screen and (max-width: 920px){._user_table_7xoyj_510._checkbox_table_7xoyj_532 tbody tr td:last-child{display:table-cell;padding-right:0;padding-left:6px}}._user_table_7xoyj_510 thead th{color:#fff;padding:3px 3px 0}@media screen and (min-width: 921px){._user_table_7xoyj_510 thead th:nth-child(3){display:none}}@media screen and (max-width: 920px){._user_table_7xoyj_510 thead th{display:none}._user_table_7xoyj_510 thead th:nth-child(-n+3){display:table-cell}}._user_table_7xoyj_510 tbody tr{transition:opacity .2s}._user_table_7xoyj_510 tbody tr:hover{cursor:pointer;opacity:.9}._user_table_7xoyj_510 tbody tr td{padding:3px;color:#fff;background:#37335c}._user_table_7xoyj_510 tbody tr td:first-child{border-top-left-radius:3px;border-bottom-left-radius:3px}._user_table_7xoyj_510 tbody tr td:nth-child(7){border-top-right-radius:3px;border-bottom-right-radius:3px}@media screen and (min-width: 921px){._user_table_7xoyj_510 tbody tr td:nth-child(3){display:none}}@media screen and (max-width: 920px){._user_table_7xoyj_510 tbody tr td{display:none;padding:10px}._user_table_7xoyj_510 tbody tr td:nth-child(-n+3){display:table-cell}._user_table_7xoyj_510 tbody tr td:nth-child(3){text-align:right;padding-right:0;padding-left:0}._user_table_7xoyj_510 tbody tr td:nth-child(3) svg{fill:#fff}}@media screen and (min-width: 921px){._user_table_7xoyj_510 ._table_dropdown_wrapper_7xoyj_608{display:none!important}}._user_table_7xoyj_510 ._table_dropdown_wrapper_7xoyj_608 td{padding:0!important}._user_table_7xoyj_510 ._table_dropdown_7xoyj_608{padding:10px 16px;background-color:#37335c;margin-top:-30px}._user_table_7xoyj_510 ._table_dropdown_7xoyj_608 ._item_wrapper_7xoyj_372{display:flex;justify-content:space-between;padding:10px 0;border-top:1px solid rgba(255,255,255,.3)}._user_table_7xoyj_510 ._table_dropdown_7xoyj_608 ._item_wrapper_7xoyj_372:last-child{padding-bottom:0}._user_table_7xoyj_510 ._table_dropdown_7xoyj_608 ._item_7xoyj_71{display:flex;flex-direction:column;align-items:flex-start}._user_table_7xoyj_510 ._table_dropdown_7xoyj_608 ._item_7xoyj_71._link_7xoyj_634{display:flex;align-items:flex-end;justify-content:flex-end}._user_table_7xoyj_510 ._table_dropdown_7xoyj_608 ._item_7xoyj_71._link_7xoyj_634 span{color:#91e617;font-size:14px;font-weight:600;-webkit-text-decoration-line:underline;text-decoration-line:underline;transition:color .2s}._user_table_7xoyj_510 ._table_dropdown_7xoyj_608 ._item_7xoyj_71._link_7xoyj_634 span:hover{color:#c5ff74}._user_table_7xoyj_510 ._table_dropdown_7xoyj_608 ._item_name_7xoyj_649{color:#ffffff80;font-size:14px;font-weight:600;display:inline-block;margin-bottom:5px}._user_table_7xoyj_510 ._table_dropdown_7xoyj_608 ._info_7xoyj_417{color:#fff;font-size:14px;font-weight:400}._close_button_7xoyj_662{position:absolute;width:30px;height:30px;padding:10x;right:30px;top:40px;transition:opacity .2s}._close_button_7xoyj_662:hover{cursor:pointer;opacity:.9}._user_7xoyj_410{align-items:flex-start;margin-bottom:0}._user_7xoyj_410 ._filter_7xoyj_490{width:100%;justify-content:flex-end;display:flex;transition:opacity .2s}._user_7xoyj_410 ._filter_7xoyj_490:hover{cursor:pointer;opacity:.9}._user_7xoyj_410 ._user_table_7xoyj_510 tbody tr td{padding-top:4px;padding-bottom:4px}._user_7xoyj_410 ._user_table_7xoyj_510 tbody tr td:first-child{border-top-left-radius:3px;border-bottom-left-radius:3px}._user_7xoyj_410 ._user_table_7xoyj_510 tbody tr td:last-child{border-top-right-radius:3px;border-bottom-right-radius:3px;background:#37335c;padding-left:16px;padding-right:16px}._user_7xoyj_410 ._account_navigation_7xoyj_705{display:flex;align-items:center;margin-bottom:20px}._user_7xoyj_410 ._account_navigation_7xoyj_705 ._item_7xoyj_71{padding:10px;background:#35315a;transition:opacity .2s}@media screen and (max-width: 520px){._user_7xoyj_410 ._account_navigation_7xoyj_705 ._item_7xoyj_71{padding:8px}}._user_7xoyj_410 ._account_navigation_7xoyj_705 ._item_7xoyj_71:hover{cursor:pointer;opacity:.9}._user_7xoyj_410 ._account_navigation_7xoyj_705 ._item_7xoyj_71._active_7xoyj_97{background-color:#91e617}._user_7xoyj_410 ._account_navigation_7xoyj_705 ._item_7xoyj_71._active_7xoyj_97 span{color:#050033;font-weight:700}._user_7xoyj_410 ._account_navigation_7xoyj_705 ._item_7xoyj_71 span{color:#ffffff80;font-size:16px;font-weight:500}@media screen and (max-width: 520px){._user_7xoyj_410 ._account_navigation_7xoyj_705 ._item_7xoyj_71 span{font-size:14px}}._user_7xoyj_410 ._account_navigation_7xoyj_705 ._item_7xoyj_71:first-child{border-top-left-radius:3px;border-bottom-left-radius:3px}._user_7xoyj_410 ._account_navigation_7xoyj_705 ._item_7xoyj_71:last-child{border-top-right-radius:3px;border-bottom-right-radius:3px}._user_7xoyj_410 ._user_info_7xoyj_749{width:100%;display:flex}@media screen and (max-width: 590px){._user_7xoyj_410 ._user_info_7xoyj_749{flex-direction:column}}._user_7xoyj_410 ._user_info_7xoyj_749 ._account_img_7xoyj_223{margin-bottom:20px}._user_7xoyj_410 ._user_info_7xoyj_749 ._left_column_7xoyj_292{width:100%;max-width:300px}@media screen and (max-width: 590px){._user_7xoyj_410 ._user_info_7xoyj_749 ._left_column_7xoyj_292{max-width:unset}}._user_7xoyj_410 ._user_info_7xoyj_749 ._info_7xoyj_417{color:#91e617;font-size:14px;font-weight:400;line-height:1.3}._user_7xoyj_410 ._user_info_7xoyj_749 ._info_7xoyj_417 ._special_7xoyj_776{text-decoration:underline}._user_7xoyj_410 ._user_info_7xoyj_749 ._info_7xoyj_417 ._subtext_7xoyj_779{color:#ffffff80}@media screen and (max-width: 590px){._user_7xoyj_410 ._inputs_wrapper_7xoyj_132{max-width:unset}}._user_7xoyj_410 ._send_link_7xoyj_787{border-radius:3px;border:1px solid #91E617;background:#37335c;padding:13px;width:100%;margin-bottom:10px;color:#fff;font-size:16px;font-weight:600;transition:opacity .2s}._user_7xoyj_410 ._send_link_7xoyj_787:hover{cursor:pointer;opacity:.9}._user_7xoyj_410 ._center_column_7xoyj_803{margin-left:60px;width:100%;max-width:300px}@media screen and (max-width: 590px){._user_7xoyj_410 ._center_column_7xoyj_803{max-width:unset;margin-left:0;margin-top:16px}}._user_7xoyj_410 ._action_wrapper_7xoyj_815{margin-top:20px;display:flex;align-items:center;justify-content:flex-end;width:100%}@media screen and (max-width: 520px){._user_7xoyj_410 ._action_wrapper_7xoyj_815{padding-bottom:50px}}._user_7xoyj_410 ._secondary_btn_7xoyj_827{display:flex;align-items:center;padding:5px 20px;margin-right:20px;transition:opacity .2s}@media screen and (max-width: 590px){._user_7xoyj_410 ._secondary_btn_7xoyj_827{margin-right:10px;padding:5px 10px}}._user_7xoyj_410 ._secondary_btn_7xoyj_827:hover{cursor:pointer;opacity:.9}._user_7xoyj_410 ._secondary_btn_7xoyj_827 img{margin-right:10px}._user_7xoyj_410 ._secondary_btn_7xoyj_827 span{color:#fff;font-size:16px;font-weight:600;-webkit-text-decoration-line:underline;text-decoration-line:underline}._user_7xoyj_410 ._secondary_btn_7xoyj_827 span._red_7xoyj_853{color:red}._user_7xoyj_410 ._main_button_7xoyj_856{padding:10px 24px;border-radius:3px;background-color:#91e617;margin-right:20px;border:none}@media screen and (max-width: 590px){._user_7xoyj_410 ._main_button_7xoyj_856{margin-right:0}}@media screen and (max-width: 520px){._user_7xoyj_410 ._main_button_7xoyj_856{position:fixed;right:16px;bottom:16px}}._user_7xoyj_410 ._main_button_7xoyj_856{color:#050033;font-size:16px;font-weight:700;transition:background-color .2s}._user_7xoyj_410 ._main_button_7xoyj_856:hover{cursor:pointer;background-color:#c5ff74}._letter_7xoyj_442{cursor:pointer}._selected_letter_7xoyj_890{color:#91e617!important;font-weight:700!important}._module_7xoyj_895{position:absolute;left:0;top:-70px;width:100%;height:100vh;background-color:#00000080;z-index:100;display:flex;align-items:center;justify-content:center}._module_7xoyj_895 ._module_wrapper_7xoyj_907{max-width:426px;background-color:#050033;border:1px solid #FF5252;border-radius:5px;padding:32px 20px 20px}._module_7xoyj_895 ._module_wrapper_7xoyj_907 ._content_7xoyj_914{margin-bottom:20px;position:relative}._module_7xoyj_895 ._module_wrapper_7xoyj_907 ._content_7xoyj_914 img{position:absolute;left:0;right:0;width:30px;height:30px}._module_7xoyj_895 ._module_wrapper_7xoyj_907 ._content_7xoyj_914 span{display:inline-block;margin-left:40px;font-weight:600;font-size:16px;color:#fff}._module_7xoyj_895 ._module_wrapper_7xoyj_907 ._content_7xoyj_914 span._red_7xoyj_853{color:#ff5252;margin-left:0}._module_7xoyj_895 ._module_wrapper_7xoyj_907 ._info_7xoyj_417{padding-top:10px;padding-bottom:20px;color:#fff}._module_7xoyj_895 ._module_wrapper_7xoyj_907 ._action_block_7xoyj_941{display:flex;align-items:center;justify-content:flex-end}._module_7xoyj_895 ._module_wrapper_7xoyj_907 ._action_block_7xoyj_941 button{padding:10px 16px;border:none;border-radius:3px;width:-webkit-fit-content;width:fit-content;font-size:16px;font-weight:700;font-family:Plus Jakarta Sans;transition:opacity .2s}._module_7xoyj_895 ._module_wrapper_7xoyj_907 ._action_block_7xoyj_941 button:hover{cursor:pointer;opacity:.8}._module_7xoyj_895 ._module_wrapper_7xoyj_907 ._action_block_7xoyj_941 button._left_7xoyj_292{background-color:#fff}._module_7xoyj_895 ._module_wrapper_7xoyj_907 ._action_block_7xoyj_941 button._right_7xoyj_311{background-color:#ff5252;color:#fff;margin-left:20px}._inputs_wrapper_7xoyj_132{display:flex;flex-direction:column;max-width:300px;width:100%}._inputs_wrapper_7xoyj_132 ._header_7xoyj_975{font-size:20px;font-weight:600;color:#fff;padding-top:20px;padding-bottom:20px}._inputs_wrapper_7xoyj_132 ._item_7xoyj_71{display:flex;flex-direction:column;width:100%}._inputs_wrapper_7xoyj_132 ._item_7xoyj_71:not(:last-child){margin-bottom:20px}._inputs_wrapper_7xoyj_132 ._item_7xoyj_71 label{color:#fff;font-size:16px;font-weight:600;margin-bottom:10px}@media screen and (max-width: 520px){._inputs_wrapper_7xoyj_132 ._item_7xoyj_71 label{font-size:14px}}._inputs_wrapper_7xoyj_132 ._item_7xoyj_71 input{height:19px;border-radius:3px;outline:none;border:none;background-color:#fff;padding:13px 10px;color:#050033;font-family:Plus Jakarta Sans;font-size:16px}@media screen and (max-width: 520px){._inputs_wrapper_7xoyj_132 ._item_7xoyj_71 input{font-size:14px}}._inputs_wrapper_7xoyj_132 ._item_7xoyj_71 ._input_container_7xoyj_177{display:flex;align-items:center}._inputs_wrapper_7xoyj_132 ._item_7xoyj_71 ._input_container_7xoyj_177:not(:last-child){margin-bottom:5px}._inputs_wrapper_7xoyj_132 ._item_7xoyj_71 ._input_container_7xoyj_177 input{width:100%;max-width:70px;margin-right:10px}._inputs_wrapper_7xoyj_132 ._item_7xoyj_71 ._input_container_7xoyj_177 span{color:#fff}._analytics_container_7xoyj_1033{display:flex;justify-content:space-between}@media screen and (max-width: 1024px){._analytics_container_7xoyj_1033{flex-direction:column}}._analytics_container_7xoyj_1033 ._column_7xoyj_1042{flex:1;padding:10px}._analytics_container_7xoyj_1033 ._column_7xoyj_1042 ._plot_header_7xoyj_1046{font-size:16px;font-weight:600;color:#fff;padding-top:10px;padding-bottom:10px}._analytics_container_7xoyj_1033 ._column_7xoyj_1042 ._plot_block_7xoyj_1053{background-color:"#37335C";padding-bottom:20px}._analytics_container_7xoyj_1033 ._column_7xoyj_1042 ._statistics_section_7xoyj_1057{display:flex;flex-wrap:wrap;justify-content:space-around;gap:20px}._analytics_container_7xoyj_1033 ._column_7xoyj_1042 ._statistics_section_7xoyj_1057 ._statistics_block_7xoyj_1063{flex:1 1 calc(50% - 20px);min-width:200px;height:150px;margin-bottom:20px}._analytics_container_7xoyj_1033 ._column_7xoyj_1042 ._statistics_section_7xoyj_1057 ._statistics_block_7xoyj_1063 ._statistics_header_7xoyj_1069{font-size:16px;color:#fff;font-weight:600;height:20%}._analytics_container_7xoyj_1033 ._column_7xoyj_1042 ._statistics_section_7xoyj_1057 ._statistics_block_7xoyj_1063 ._statistics_value_7xoyj_1075{display:flex;justify-content:center;align-items:center;width:100%;height:80%;border:2px solid #91E617;border-radius:10px;background-color:#37335c}._analytics_container_7xoyj_1033 ._column_7xoyj_1042 ._statistics_section_7xoyj_1057 ._statistics_block_7xoyj_1063 ._statistics_value_7xoyj_1075 div{color:#fff;font-size:30px;font-weight:700}._analytics_container_7xoyj_1033 ._column_7xoyj_1042 ._statistics_column_section_7xoyj_1090{display:flex;flex-wrap:wrap;flex-direction:column;gap:20px}._analytics_container_7xoyj_1033 ._column_7xoyj_1042 ._statistics_column_section_7xoyj_1090 ._statistics_block_7xoyj_1063{padding-left:20px;padding-right:20px;min-width:200px;height:100px;margin-bottom:20px}._analytics_container_7xoyj_1033 ._column_7xoyj_1042 ._statistics_column_section_7xoyj_1090 ._statistics_block_7xoyj_1063 ._statistics_header_7xoyj_1069{font-size:16px;color:#fff;font-weight:600;height:20%;padding-top:10px;padding-bottom:10px}._analytics_container_7xoyj_1033 ._column_7xoyj_1042 ._statistics_column_section_7xoyj_1090 ._statistics_block_7xoyj_1063 ._statistics_value_7xoyj_1075{display:flex;justify-content:center;align-items:center;width:100%;height:80%;border:2px solid #91E617;border-radius:10px;background-color:#37335c}._analytics_container_7xoyj_1033 ._column_7xoyj_1042 ._statistics_column_section_7xoyj_1090 ._statistics_block_7xoyj_1063 ._statistics_value_7xoyj_1075 div{color:#fff;font-size:30px;font-weight:700}._settings_wrapper_7xoyj_1127{margin-top:20px;display:flex;align-items:center;justify-content:flex-end;width:100%}@media screen and (max-width: 520px){._settings_wrapper_7xoyj_1127{padding-bottom:50px}}._settings_button_7xoyj_1140{padding:10px 24px;border-radius:3px;background-color:#91e617;margin-right:20px;border:none}@media screen and (max-width: 590px){._settings_button_7xoyj_1140{margin-right:0}}@media screen and (max-width: 520px){._settings_button_7xoyj_1140{position:fixed;right:16px;bottom:16px}}._settings_button_7xoyj_1140{color:#050033;font-size:16px;font-weight:700;transition:background-color .2s}._settings_button_7xoyj_1140:hover{cursor:pointer;background-color:#c5ff74}._notifications_page_8jnb2_1{position:relative;width:100%;background-color:#050033;margin:20px 20px 0;padding:20px;border-radius:5px}._notifications_page_8jnb2_1 ._notifications_header_8jnb2_9{color:#fff;font-size:20px;font-weight:700;margin-bottom:10px;display:inline-block}._notifications_page_8jnb2_1 ._warning_wrapper_8jnb2_16{display:flex;align-items:center}._notifications_page_8jnb2_1 ._warning_wrapper_8jnb2_16 img{margin-right:10px}._notifications_page_8jnb2_1 ._warning_wrapper_8jnb2_16 span{color:#91e617;font-size:16px;font-weight:400}._notifications_page_8jnb2_1 ._setting_Wrapper_8jnb2_28{width:100%;color:#fff;margin-top:20px;display:flex;justify-content:space-between;align-items:center}._notifications_page_8jnb2_1 ._setting_Wrapper_8jnb2_28 ._deselect_8jnb2_36{font-size:16px;font-weight:600;-webkit-text-decoration-line:underline;text-decoration-line:underline;margin-bottom:2px}._notifications_page_8jnb2_1 ._setting_Wrapper_8jnb2_28 ._remove_8jnb2_42{margin-left:20px}._notifications_page_8jnb2_1 ._setting_Wrapper_8jnb2_28 label span:last-child{font-family:Plus Jakarta Sans;font-size:16px;font-weight:600}._notifications_page_8jnb2_1 ._dropdown_button_8jnb2_50{margin-left:20px}._notifications_page_8jnb2_1 ._dropdown_button_8jnb2_50 button{display:flex;align-items:center}._notifications_page_8jnb2_1 ._dropdown_button_8jnb2_50 button span{margin:0 10px}._notifications_page_8jnb2_1 ._dropdown_button_8jnb2_50 button img{transition:transform .2s}._notifications_page_8jnb2_1 ._notifications_table_8jnb2_63{width:100%;margin-top:0}._notifications_page_8jnb2_1 ._notifications_table_8jnb2_63 table{border-collapse:separate;border-spacing:0 20px}._notifications_page_8jnb2_1 ._notifications_table_8jnb2_63>div{background-color:transparent}._notifications_page_8jnb2_1 ._notifications_table_8jnb2_63 th,._notifications_page_8jnb2_1 ._notifications_table_8jnb2_63 td{font-family:Plus Jakarta Sans;border-bottom:none}._notifications_page_8jnb2_1 ._notifications_table_8jnb2_63 thead th{color:#fff;padding:3px 3px 0}._notifications_page_8jnb2_1 ._notifications_table_8jnb2_63 tbody tr{transition:opacity .2s}._notifications_page_8jnb2_1 ._notifications_table_8jnb2_63 tbody tr:hover{cursor:pointer;opacity:.9}._notifications_page_8jnb2_1 ._notifications_table_8jnb2_63 tbody tr td{padding:3px;color:#fff;background:#fff3}._notifications_page_8jnb2_1 ._notifications_table_8jnb2_63 tbody tr td:first-child{border-top-left-radius:3px;border-bottom-left-radius:3px}._notifications_page_8jnb2_1 ._notifications_table_8jnb2_63 tbody tr td:nth-child(7){border-top-right-radius:3px;border-bottom-right-radius:3px}._notifications_page_8jnb2_1 ._notifications_table_8jnb2_63 tbody tr td:last-child{background:none;padding-left:10px;padding-right:10px}._freepage_1aerk_1{height:calc(100vh - 150px);background-color:#050033;width:calc(100% - 40px);margin:20px;padding:20px;border-radius:5px;display:flex;align-items:center;justify-content:center;box-sizing:border-box}._freepage_1aerk_1 ._freepage_wrapper_1aerk_13{max-width:404px;padding:45px 50px;border:2px solid #91E617;border-radius:5px;text-align:center}._freepage_1aerk_1 ._freepage_wrapper_1aerk_13 span{font-weight:600;color:#fff;font-size:16px}._freepage_1aerk_1 ._freepage_wrapper_1aerk_13 span ._link_freepage_1aerk_25{color:#91e617;text-decoration:underline;transition:color .2s}._freepage_1aerk_1 ._freepage_wrapper_1aerk_13 span ._link_freepage_1aerk_25:hover{color:#c5ff74}._freepage_1aerk_1 ._freepage_wrapper_1aerk_13 ._link_btn_1aerk_33{border:none;border-radius:3px;background-color:#91e617;width:100%;margin-top:20px;display:block;padding:10px;text-align:center;font-weight:700;color:#050033;text-decoration:none;transition:background-color .2s}._freepage_1aerk_1 ._freepage_wrapper_1aerk_13 ._link_btn_1aerk_33:hover{background-color:#c5ff74}._howtopage_t4ych_2{width:100%;background-color:#050033;margin:20px;border-radius:5px;display:flex;align-items:center;justify-content:center}._howtopage_t4ych_2 ._howtopage_wrapper_t4ych_11{color:#fff;font-size:20px;padding:45px 50px;line-height:1.5}._howtopage_t4ych_2 ._howtopage_wrapper_t4ych_11 a{color:#fff}._howtopage_t4ych_2 ._howtopage_wrapper_t4ych_11 ._img_container_t4ych_20{width:100%;display:flex;justify-content:center;padding-top:10px;padding-bottom:10px}._howtopage_t4ych_2 ._howtopage_wrapper_t4ych_11 ._img_container_t4ych_20 img{border:1px solid #fff;max-width:100%;height:auto}@media (min-width: 1200px){._howtopage_t4ych_2 ._howtopage_wrapper_t4ych_11 ._img_container_t4ych_20 img{max-width:1100px}}@media (max-width: 1200px){._howtopage_t4ych_2 ._howtopage_wrapper_t4ych_11{padding:20px}}.rate-limit-indicator{position:fixed;bottom:20px;right:20px;background:#000000e6;border-radius:8px;padding:12px 16px;z-index:9999;min-width:250px;box-shadow:0 4px 12px #0000004d;border:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);animation:slideIn .3s ease-in-out}@keyframes slideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.rate-limit-content{display:flex;align-items:center;gap:8px;margin-bottom:8px;flex-wrap:wrap}.rate-limit-icon{font-size:20px}.rate-limit-text{color:#fff;font-size:14px;font-weight:500}.rate-limit-message{color:#fff;font-size:12px;opacity:.8;width:100%;margin-top:4px}.rate-limit-progress{width:100%;height:4px;background:#ffffff1a;border-radius:2px;overflow:hidden}.rate-limit-progress-bar{height:100%;background:linear-gradient(90deg,#4caf50,#8bc34a);border-radius:2px;transition:width .3s ease,background .3s ease}.rate-limit-info .rate-limit-progress-bar{background:linear-gradient(90deg,#2196f3,#03a9f4)}.rate-limit-warning{border-color:#ffc1074d}.rate-limit-warning .rate-limit-progress-bar{background:linear-gradient(90deg,#ff9800,#ffc107)}.rate-limit-critical{border-color:#f443364d;animation:pulse 2s infinite}.rate-limit-critical .rate-limit-progress-bar{background:linear-gradient(90deg,#f44336,#ff5722)}@keyframes pulse{0%,to{box-shadow:0 4px 12px #f443364d}50%{box-shadow:0 4px 20px #f4433680}}@media (max-width: 768px){.rate-limit-indicator{bottom:70px;right:10px;left:10px;min-width:auto}}@keyframes sparkFly{0%{transform:translate(-50%,-50%) rotate(var(--rotation)) translateY(0) scale(1);opacity:1;filter:brightness(2) blur(0px)}40%{transform:translate(-50%,-50%) rotate(var(--rotation)) translateY(-80px) scale(1.3);opacity:1;filter:brightness(1.5) blur(0px)}to{transform:translate(-50%,-50%) rotate(var(--rotation)) translateY(-150px) scale(0);opacity:0;filter:brightness(.8) blur(2px)}}@keyframes explosionBurst{0%{transform:scale(0) rotate(0);opacity:1;filter:brightness(2)}25%{transform:scale(1.8) rotate(90deg);opacity:.9;filter:brightness(1.5) blur(1px)}50%{transform:scale(2.5) rotate(180deg);opacity:.6;filter:brightness(1.2) blur(2px)}to{transform:scale(4) rotate(360deg);opacity:0;filter:brightness(.8) blur(4px)}}@keyframes textPop{0%{transform:scale(0) rotate(-180deg) translateZ(0);opacity:0;filter:brightness(2)}25%{transform:scale(1.5) rotate(10deg) translateZ(0);opacity:1;filter:brightness(1.5)}50%{transform:scale(1.1) rotate(-5deg) translateZ(0);opacity:1;filter:brightness(1.3)}75%{transform:scale(1) rotate(0) translateZ(0);opacity:.8;filter:brightness(1.1)}to{transform:scale(.5) rotate(0) translateZ(0);opacity:0;filter:brightness(.8)}}@keyframes shockwave{0%{transform:scale(0);opacity:1;border-width:15px}to{transform:scale(5);opacity:0;border-width:0px}}@keyframes glowPulse{0%,to{box-shadow:0 0 20px #22c55ecc,0 0 40px #22c55e99,0 0 60px #22c55e66,inset 0 0 20px #22c55e33}50%{box-shadow:0 0 30px #22c55e,0 0 60px #22c55ecc,0 0 100px #22c55e99,inset 0 0 30px #22c55e4d}}.explosion-container{width:200px;height:200px;pointer-events:none}.explosion-container:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100px;height:100px;border:3px solid rgba(34,197,94,.8);border-radius:50%;animation:shockwave 1.2s ease-out;box-shadow:0 0 20px #22c55e99}.explosion-spark{animation:sparkFly 1.5s ease-out forwards;background:linear-gradient(135deg,#fbbf24,#f59e0b);box-shadow:0 0 15px #fbbf24,0 0 30px #f59e0bcc;width:6px;height:6px}.explosion-spark:nth-child(2){--rotation: 0deg;animation-delay:0s}.explosion-spark:nth-child(3){--rotation: 45deg;animation-delay:.05s}.explosion-spark:nth-child(4){--rotation: 90deg;animation-delay:.1s}.explosion-spark:nth-child(5){--rotation: 135deg;animation-delay:.15s}.explosion-spark:nth-child(6){--rotation: 180deg;animation-delay:.2s}.explosion-spark:nth-child(7){--rotation: 225deg;animation-delay:.25s}.explosion-spark:nth-child(8){--rotation: 270deg;animation-delay:.3s}.explosion-spark:nth-child(9){--rotation: 315deg;animation-delay:.35s}.explosion-burst{animation:explosionBurst 1.8s ease-out forwards;background:radial-gradient(circle,#fbbf24,#f59e0be6,#ef4444b3,#ef444466,#ef444400);box-shadow:0 0 50px #fbbf24e6,0 0 100px #f59e0bb3,0 0 150px #ef444480}.score-change-text{animation:textPop 1.8s ease-out .2s both;z-index:10}.score-change-text span{font-size:2.5rem;font-weight:900;text-shadow:0 2px 10px rgba(251,191,36,1),0 4px 20px rgba(245,158,11,.8),0 8px 40px rgba(239,68,68,.6);filter:drop-shadow(0 0 25px rgba(251,191,36,.9));background:linear-gradient(135deg,#fbbf24,#f59e0b,#ef4444);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.score-glow{animation:glowPulse 1s ease-in-out}.explosion-container *{will-change:transform,opacity,filter;transform-style:preserve-3d;-webkit-backface-visibility:hidden;backface-visibility:hidden}.rdrCalendarWrapper{box-sizing:border-box;background:#fff;display:inline-flex;flex-direction:column;-webkit-user-select:none;-moz-user-select:none;user-select:none}.rdrDateDisplay{display:flex;justify-content:space-between}.rdrDateDisplayItem{flex:1 1;width:0;text-align:center;color:inherit}.rdrDateDisplayItem+.rdrDateDisplayItem{margin-left:.833em}.rdrDateDisplayItem input{text-align:inherit}.rdrDateDisplayItem input:disabled{cursor:default}.rdrMonthAndYearWrapper{box-sizing:inherit;display:flex;justify-content:space-between}.rdrMonthAndYearPickers{flex:1 1 auto;display:flex;justify-content:center;align-items:center}.rdrNextPrevButton{box-sizing:inherit;cursor:pointer;outline:none}.rdrMonths{display:flex}.rdrMonthsVertical{flex-direction:column}.rdrMonthsHorizontal>div>div>div{display:flex;flex-direction:row}.rdrMonth{width:27.667em}.rdrWeekDays{display:flex}.rdrWeekDay{flex-basis:calc(100% / 7);box-sizing:inherit;text-align:center}.rdrDays{display:flex;flex-wrap:wrap}.rdrInfiniteMonths{overflow:auto}.rdrDateRangeWrapper{-webkit-user-select:none;-moz-user-select:none;user-select:none}.rdrDateInput{position:relative}.rdrDateInput input{outline:none}.rdrDateInput .rdrWarning{position:absolute;font-size:1.6em;line-height:1.6em;top:0;right:.25em;color:red}.rdrDay{box-sizing:inherit;width:calc(100% / 7);position:relative;font:inherit;cursor:pointer}.rdrDayNumber{display:block;position:relative}.rdrDayNumber span{color:#1d2429}.rdrDayDisabled{cursor:not-allowed}@supports (-ms-ime-align: auto){.rdrDay{flex-basis:14.285%!important}}.rdrSelected,.rdrInRange,.rdrStartEdge,.rdrEndEdge,.rdrDayStartPreview,.rdrDayInPreview,.rdrDayEndPreview{pointer-events:none}.rdrDateRangePickerWrapper{display:inline-flex;-webkit-user-select:none;-moz-user-select:none;user-select:none}.rdrStaticRanges{display:flex;flex-direction:column}.rdrStaticRange{font-size:inherit}.rdrInputRange{display:flex}.rdrCalendarWrapper{color:#000;font-size:12px}.rdrDateDisplayWrapper{background-color:#eff2f7}.rdrDateDisplay{margin:.833em}.rdrDateDisplayItem{border-radius:4px;background-color:#fff;box-shadow:0 1px 2px #23394236;border:1px solid transparent}.rdrDateDisplayItem input{cursor:pointer;height:2.5em;line-height:2.5em;border:0px;background:transparent;width:100%;color:#849095}.rdrDateDisplayItemActive{border-color:currentColor}.rdrDateDisplayItemActive input{color:#7d888d}.rdrMonthAndYearWrapper{align-items:center;height:60px;padding-top:10px}.rdrMonthAndYearPickers{font-weight:600}.rdrMonthAndYearPickers select{-moz-appearance:none;appearance:none;-webkit-appearance:none;border:0;background:transparent;padding:10px 30px 10px 10px;border-radius:4px;outline:0;color:#3e484f;background:url("data:image/svg+xml;utf8,<svg width='9px' height='6px' viewBox='0 0 9 6' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><g id='Artboard' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(-636.000000, -171.000000)' fill-opacity='0.368716033'><g id='input' transform='translate(172.000000, 37.000000)' fill='%230E242F' fill-rule='nonzero'><g id='Group-9' transform='translate(323.000000, 127.000000)'><path d='M142.280245,7.23952813 C141.987305,6.92353472 141.512432,6.92361662 141.219585,7.23971106 C140.926739,7.5558055 140.926815,8.06821394 141.219755,8.38420735 L145.498801,13 L149.780245,8.38162071 C150.073185,8.0656273 150.073261,7.55321886 149.780415,7.23712442 C149.487568,6.92102998 149.012695,6.92094808 148.719755,7.23694149 L145.498801,10.7113732 L142.280245,7.23952813 Z' id='arrow'></path></g></g></g></svg>") no-repeat;background-position:right 8px center;cursor:pointer;text-align:center}.rdrMonthAndYearPickers select:hover{background-color:#00000012}.rdrMonthPicker,.rdrYearPicker{margin:0 5px}.rdrNextPrevButton{display:block;width:24px;height:24px;margin:0 .833em;padding:0;border:0;border-radius:5px;background:#eff2f7}.rdrNextPrevButton:hover{background:#e1e7f0}.rdrNextPrevButton i{display:block;width:0;height:0;padding:0;text-align:center;border-style:solid;margin:auto;transform:translate(-3px)}.rdrPprevButton i{border-width:4px 6px 4px 4px;border-color:transparent rgb(52,73,94) transparent transparent;transform:translate(-3px)}.rdrNextButton i{margin:0 0 0 7px;border-width:4px 4px 4px 6px;border-color:transparent transparent transparent rgb(52,73,94);transform:translate(3px)}.rdrWeekDays{padding:0 .833em}.rdrMonth{padding:0 .833em 1.666em}.rdrMonth .rdrWeekDays{padding:0}.rdrMonths.rdrMonthsVertical .rdrMonth:first-child .rdrMonthName{display:none}.rdrWeekDay{font-weight:400;line-height:2.667em;color:#849095}.rdrDay{background:transparent;-webkit-user-select:none;-moz-user-select:none;user-select:none;border:0;padding:0;line-height:3em;height:3em;text-align:center;color:#1d2429}.rdrDay:focus{outline:0}.rdrDayNumber{outline:0;font-weight:300;position:absolute;inset:5px 0;display:flex;align-items:center;justify-content:center}.rdrDayToday .rdrDayNumber span{font-weight:500}.rdrDayToday .rdrDayNumber span:after{content:"";position:absolute;bottom:4px;left:50%;transform:translate(-50%);width:18px;height:2px;border-radius:2px;background:#3d91ff}.rdrDayToday:not(.rdrDayPassive) .rdrInRange~.rdrDayNumber span:after,.rdrDayToday:not(.rdrDayPassive) .rdrStartEdge~.rdrDayNumber span:after,.rdrDayToday:not(.rdrDayPassive) .rdrEndEdge~.rdrDayNumber span:after,.rdrDayToday:not(.rdrDayPassive) .rdrSelected~.rdrDayNumber span:after{background:#fff}.rdrDay:not(.rdrDayPassive) .rdrInRange~.rdrDayNumber span,.rdrDay:not(.rdrDayPassive) .rdrStartEdge~.rdrDayNumber span,.rdrDay:not(.rdrDayPassive) .rdrEndEdge~.rdrDayNumber span,.rdrDay:not(.rdrDayPassive) .rdrSelected~.rdrDayNumber span{color:#ffffffd9}.rdrSelected,.rdrInRange,.rdrStartEdge,.rdrEndEdge{background:currentColor;position:absolute;inset:5px 0}.rdrSelected{left:2px;right:2px}.rdrStartEdge{border-top-left-radius:1.042em;border-bottom-left-radius:1.042em;left:2px}.rdrEndEdge{border-top-right-radius:1.042em;border-bottom-right-radius:1.042em;right:2px}.rdrSelected{border-radius:1.042em}.rdrDayStartOfMonth .rdrInRange,.rdrDayStartOfMonth .rdrEndEdge,.rdrDayStartOfWeek .rdrInRange,.rdrDayStartOfWeek .rdrEndEdge{border-top-left-radius:1.042em;border-bottom-left-radius:1.042em;left:2px}.rdrDayEndOfMonth .rdrInRange,.rdrDayEndOfMonth .rdrStartEdge,.rdrDayEndOfWeek .rdrInRange,.rdrDayEndOfWeek .rdrStartEdge{border-top-right-radius:1.042em;border-bottom-right-radius:1.042em;right:2px}.rdrDayStartOfMonth .rdrDayInPreview,.rdrDayStartOfMonth .rdrDayEndPreview,.rdrDayStartOfWeek .rdrDayInPreview,.rdrDayStartOfWeek .rdrDayEndPreview{border-top-left-radius:1.333em;border-bottom-left-radius:1.333em;border-left-width:1px;left:0}.rdrDayEndOfMonth .rdrDayInPreview,.rdrDayEndOfMonth .rdrDayStartPreview,.rdrDayEndOfWeek .rdrDayInPreview,.rdrDayEndOfWeek .rdrDayStartPreview{border-top-right-radius:1.333em;border-bottom-right-radius:1.333em;border-right-width:1px;right:0}.rdrDayStartPreview,.rdrDayInPreview,.rdrDayEndPreview{background:#ffffff17;position:absolute;inset:3px 0;pointer-events:none;border:0px solid currentColor;z-index:1}.rdrDayStartPreview{border-top-width:1px;border-left-width:1px;border-bottom-width:1px;border-top-left-radius:1.333em;border-bottom-left-radius:1.333em;left:0}.rdrDayInPreview{border-top-width:1px;border-bottom-width:1px}.rdrDayEndPreview{border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-top-right-radius:1.333em;border-bottom-right-radius:1.333em;right:0}.rdrDefinedRangesWrapper{font-size:12px;width:226px;border-right:solid 1px #eff2f7;background:#fff}.rdrDefinedRangesWrapper .rdrStaticRangeSelected{color:currentColor;font-weight:600}.rdrStaticRange{border:0;cursor:pointer;display:block;outline:0;border-bottom:1px solid #eff2f7;padding:0;background:#fff}.rdrStaticRange:hover .rdrStaticRangeLabel,.rdrStaticRange:focus .rdrStaticRangeLabel{background:#eff2f7}.rdrStaticRangeLabel{display:block;outline:0;line-height:18px;padding:10px 20px;text-align:left}.rdrInputRanges{padding:10px 0}.rdrInputRange{align-items:center;padding:5px 20px}.rdrInputRangeInput{width:30px;height:30px;line-height:30px;border-radius:4px;text-align:center;border:solid 1px rgb(222,231,235);margin-right:10px;color:#6c767a}.rdrInputRangeInput:focus,.rdrInputRangeInput:hover{border-color:#b4bfc4;outline:0;color:#333}.rdrCalendarWrapper:not(.rdrDateRangeWrapper) .rdrDayHovered .rdrDayNumber:after{content:"";border:1px solid currentColor;border-radius:1.333em;position:absolute;inset:-2px 0;background:transparent}.rdrDayPassive{pointer-events:none}.rdrDayPassive .rdrDayNumber span{color:#d5dce0}.rdrDayPassive .rdrInRange,.rdrDayPassive .rdrStartEdge,.rdrDayPassive .rdrEndEdge,.rdrDayPassive .rdrSelected,.rdrDayPassive .rdrDayStartPreview,.rdrDayPassive .rdrDayInPreview,.rdrDayPassive .rdrDayEndPreview{display:none}.rdrDayDisabled{background-color:#f8f8f8}.rdrDayDisabled .rdrDayNumber span{color:#aeb9bf}.rdrDayDisabled .rdrInRange,.rdrDayDisabled .rdrStartEdge,.rdrDayDisabled .rdrEndEdge,.rdrDayDisabled .rdrSelected,.rdrDayDisabled .rdrDayStartPreview,.rdrDayDisabled .rdrDayInPreview,.rdrDayDisabled .rdrDayEndPreview{filter:grayscale(100%) opacity(60%)}.rdrMonthName{text-align:left;font-weight:600;color:#849095;padding:.833em}._auth_container_4410e_1{position:relative;width:100%;min-height:calc(100vh - 70px);display:flex;justify-content:center;align-items:center;gap:50px;padding:50px;flex:1 1;overflow:auto}@media screen and (max-width: 680px){._auth_container_4410e_1{padding:20px 16px;display:block}}._auth_container_4410e_1 ._header_text_4410e_19,._auth_container_4410e_1 ._subheader_text_4410e_20{color:#fff;text-align:center;font-family:Plus Jakarta Sans;font-size:25px;font-weight:700}._auth_container_4410e_1 ._header_text_4410e_19{color:#91e617;margin-top:30px;margin-bottom:10px}@media screen and (max-width: 680px){._auth_container_4410e_1 ._header_text_4410e_19{font-size:24px}}._auth_container_4410e_1 ._green_text_4410e_37{color:#91e617}._auth_container_4410e_1 ._subheader_text_4410e_20{margin-bottom:50px;font-size:20px}@media screen and (min-width: 681px) and (max-width: 1024px){._auth_container_4410e_1 ._subheader_text_4410e_20{font-size:18px;margin-bottom:40px}}@media screen and (max-width: 680px){._auth_container_4410e_1 ._subheader_text_4410e_20{font-size:14px}}._auth_container_4410e_1 ._subheader_text_4410e_20._code_page_4410e_55 span{color:#91e617}._auth_container_4410e_1 ._successText_4410e_58{color:#91e617;font-size:35px;font-weight:700;margin-top:10px;margin-bottom:20px;text-align:center}._auth_container_4410e_1 ._button_wrapper_4410e_66{display:flex;align-items:center;gap:20px;width:100%;justify-content:center}._auth_container_4410e_1 ._button_wrapper_4410e_66 ._button_4410e_66{max-width:200px;min-width:160px;width:100%;white-space:nowrap}._auth_container_4410e_1 ._button_wrapper_4410e_66 ._button_4410e_66:first-child{margin-right:0}@media screen and (min-width: 681px) and (max-width: 1024px){._auth_container_4410e_1 ._button_wrapper_4410e_66 ._button_4410e_66{min-width:150px;max-width:180px;font-size:15px;padding:12px 18px}}@media screen and (max-width: 680px){._auth_container_4410e_1 ._button_wrapper_4410e_66 ._button_4410e_66{min-width:140px;max-width:180px}}._auth_container_4410e_1 ._button_wrapper_4410e_66 ._second_button_4410e_96{background-color:transparent;border:2px solid #91E617;color:#91e617;white-space:nowrap}@media screen and (min-width: 681px) and (max-width: 1024px){._auth_container_4410e_1 ._button_wrapper_4410e_66 ._second_button_4410e_96{font-size:15px;padding:12px 18px}}._auth_container_4410e_1 ._button_wrapper_4410e_66 ._second_button_4410e_96:hover{background-color:transparent;border-color:#c5ff74}._auth_container_4410e_1 form{box-sizing:border-box;display:flex;flex-direction:column;align-items:center;width:40%;max-width:500px}@media screen and (min-width: 681px) and (max-width: 1024px){._auth_container_4410e_1 form{width:50%;max-width:450px;padding:40px 30px}}@media screen and (max-width: 680px){._auth_container_4410e_1 form{padding:32px 16px;width:100%;max-width:360px}}._auth_container_4410e_1 form._signup_form_4410e_134 ._bottom_wrapper_4410e_134 label span:last-child{font-size:11px}._auth_container_4410e_1 form._signup_form_4410e_134 ._bottom_wrapper_4410e_134 label span:last-child a{font-size:11px}._auth_container_4410e_1._reset_4410e_140 form{padding:20px 140px;max-width:860px;min-height:704px;display:flex;align-items:center}@media screen and (min-width: 681px) and (max-width: 1024px){._auth_container_4410e_1._reset_4410e_140 form{padding:40px 60px;max-width:700px;min-height:600px}}@media screen and (max-width: 680px){._auth_container_4410e_1._reset_4410e_140 form{padding:32px 16px;min-height:unset}}._auth_container_4410e_1._reset_4410e_140 ._centered_4410e_160{justify-content:center}@media screen and (max-width: 680px){._auth_container_4410e_1._reset_4410e_140 img{max-width:120px}}._auth_container_4410e_1._reset_4410e_140 ._inputs_wrapper_4410e_168{margin-bottom:30px;max-width:415px}@media screen and (max-width: 680px){._auth_container_4410e_1._reset_4410e_140 ._inputs_wrapper_4410e_168{margin-bottom:30px}}._auth_container_4410e_1._reset_4410e_140 ._button_4410e_66{max-width:200px;width:100%;margin-bottom:40px}._auth_container_4410e_1 ._header_4410e_19{display:block;text-align:center;color:#fff;font-size:35px;font-weight:700;margin-bottom:40px}._auth_container_4410e_1 ._header_4410e_19._under_img_4410e_190{margin-top:30px;margin-bottom:20px}._auth_container_4410e_1 ._header_4410e_19._new_password_4410e_194{margin-bottom:50px}@media screen and (min-width: 681px) and (max-width: 1024px){._auth_container_4410e_1 ._header_4410e_19{font-size:32px;margin-bottom:35px}._auth_container_4410e_1 ._header_4410e_19._under_img_4410e_190{margin-top:25px;margin-bottom:18px}}@media screen and (max-width: 680px){._auth_container_4410e_1 ._header_4410e_19{font-size:30px;margin-bottom:30px}}._auth_container_4410e_1 ._header_padding_4410e_213{padding-top:40px}._auth_container_4410e_1 ._back_link_4410e_216{width:100%;margin-bottom:20px;display:flex;align-items:center;gap:8px}._auth_container_4410e_1 ._back_link_4410e_216 a{color:#91e617;-webkit-text-decoration-line:underline;text-decoration-line:underline;transition:color .2s;white-space:nowrap;font-size:16px}._auth_container_4410e_1 ._back_link_4410e_216 a:hover{cursor:pointer;color:#c5ff74}@media screen and (min-width: 681px) and (max-width: 1024px){._auth_container_4410e_1 ._back_link_4410e_216 a{font-size:15px}}@media screen and (max-width: 680px){._auth_container_4410e_1 ._back_link_4410e_216 a{font-size:14px}._auth_container_4410e_1 ._back_link_4410e_216{width:100%}}._auth_container_4410e_1 ._inputs_wrapper_4410e_168{display:flex;flex-direction:column;width:100%;margin-bottom:15px}._auth_container_4410e_1 ._inputs_wrapper_4410e_168 ._item_4410e_255{position:relative;display:flex;flex-direction:column;width:100%}._auth_container_4410e_1 ._inputs_wrapper_4410e_168 ._item_4410e_255 svg{position:absolute;right:8px;bottom:10px;fill:#828099;opacity:.8}._auth_container_4410e_1 ._inputs_wrapper_4410e_168 ._item_4410e_255 svg:hover{cursor:pointer}._auth_container_4410e_1 ._inputs_wrapper_4410e_168 ._item_4410e_255:not(:last-child){margin-bottom:20px}@media screen and (max-width: 680px){._auth_container_4410e_1 ._inputs_wrapper_4410e_168 ._item_4410e_255:not(:last-child){margin-bottom:15px}}._auth_container_4410e_1 ._inputs_wrapper_4410e_168 ._item_4410e_255 label{color:#fff;font-size:16px;font-weight:600;margin-bottom:10px}@media screen and (max-width: 680px){._auth_container_4410e_1 ._inputs_wrapper_4410e_168 ._item_4410e_255 label{font-size:14px}}._auth_container_4410e_1 ._inputs_wrapper_4410e_168 ._item_4410e_255 input{height:45px;border-radius:3px;outline:none;border:none;background-color:#ffffff4d;padding:15px;color:#050033;font-family:Plus Jakarta Sans;font-size:16px}@media screen and (max-width: 680px){._auth_container_4410e_1 ._inputs_wrapper_4410e_168 ._item_4410e_255 input{font-size:14px}}._auth_container_4410e_1 ._code_wrapper_4410e_306{display:flex;flex-direction:row;justify-content:space-between;margin-bottom:15px}._auth_container_4410e_1 ._code_wrapper_4410e_306 ._item_code_4410e_312{position:relative;display:flex;flex-direction:row;margin-right:10px;width:55px}._auth_container_4410e_1 ._code_wrapper_4410e_306 ._item_code_4410e_312:last-child{margin-right:0}@media screen and (min-width: 681px) and (max-width: 1024px){._auth_container_4410e_1 ._code_wrapper_4410e_306 ._item_code_4410e_312{width:50px;margin-right:8px}}@media screen and (max-width: 680px){._auth_container_4410e_1 ._code_wrapper_4410e_306 ._item_code_4410e_312{margin-right:5px;width:45px}}._auth_container_4410e_1 ._code_wrapper_4410e_306 ._item_code_4410e_312 svg{position:absolute;right:8px;bottom:10px;fill:#828099;opacity:.8}._auth_container_4410e_1 ._code_wrapper_4410e_306 ._item_code_4410e_312 svg:hover{cursor:pointer}._auth_container_4410e_1 ._code_wrapper_4410e_306 ._item_code_4410e_312:not(:last-child){margin-bottom:20px}._auth_container_4410e_1 ._code_wrapper_4410e_306 ._item_code_4410e_312 label{color:#fff;font-size:16px;font-weight:600;margin-bottom:10px}@media screen and (min-width: 681px) and (max-width: 1024px){._auth_container_4410e_1 ._code_wrapper_4410e_306 ._item_code_4410e_312 label{font-size:15px}}@media screen and (max-width: 680px){._auth_container_4410e_1 ._code_wrapper_4410e_306 ._item_code_4410e_312 label{font-size:14px}}._auth_container_4410e_1 ._code_wrapper_4410e_306 ._item_code_4410e_312 ._code_input_4410e_363{width:100%;text-align:center}._auth_container_4410e_1 ._code_wrapper_4410e_306 ._item_code_4410e_312 input{height:45px;border-radius:3px;outline:none;border:none;background-color:#fff;padding:10px 8px;color:#050033;font-family:Plus Jakarta Sans;font-size:20px;font-weight:600}@media screen and (min-width: 681px) and (max-width: 1024px){._auth_container_4410e_1 ._code_wrapper_4410e_306 ._item_code_4410e_312 input{font-size:18px;height:42px;padding:9px 7px}}@media screen and (max-width: 680px){._auth_container_4410e_1 ._code_wrapper_4410e_306 ._item_code_4410e_312 input{font-size:16px;height:40px;padding:8px 6px}}._auth_container_4410e_1 ._bottom_wrapper_4410e_134{display:flex;width:100%;align-items:center;justify-content:space-between;margin-bottom:30px}._auth_container_4410e_1 ._bottom_wrapper_4410e_134 label{color:#fff}._auth_container_4410e_1 ._bottom_wrapper_4410e_134 a{color:#91e617;font-size:12px;-webkit-text-decoration-line:underline;text-decoration-line:underline;transition:color .2s}._auth_container_4410e_1 ._bottom_wrapper_4410e_134 a:hover{cursor:pointer;color:#c5ff74}._auth_container_4410e_1 ._button_container_4410e_413{margin-top:50px;width:80%;display:flex;justify-content:space-around}._auth_container_4410e_1 ._button_4410e_66{display:block;width:100%;border-radius:3px;background:#91e617;padding:13px 20px;color:#050033;font-weight:700;border:none;margin-bottom:20px;transition:background-color .2s}._auth_container_4410e_1 ._button_4410e_66:hover{cursor:pointer;background-color:#c5ff74}@media screen and (max-width: 680px){._auth_container_4410e_1 ._button_4410e_66{font-size:14px;line-height:100%;padding:15px;margin-bottom:15px}}._auth_container_4410e_1 ._button_inactive_4410e_443{display:block;border-radius:3px;background:#ffffff4d;padding:13px 20px;color:#050033;font-weight:700;border:none;margin-bottom:20px;max-width:200px}._auth_container_4410e_1 ._button_inactive_4410e_443:hover{cursor:pointer;background-color:#ffffff4d}._auth_container_4410e_1 ._outline_button_4410e_458{display:block;border-radius:3px;background-color:transparent;padding:13px 20px;font-weight:700;border:2px solid #91E617;color:#91e617;margin-bottom:20px;transition:background-color .2s;max-width:200px}._auth_container_4410e_1 ._outline_button_4410e_458:hover{cursor:pointer;background-color:transparent;border-color:#c5ff74}._auth_container_4410e_1 ._bottom_element_4410e_475{color:#fff;font-size:14px;font-weight:600;margin-bottom:6px}._auth_container_4410e_1 ._bottom_element_4410e_475 a{color:#91e617;-webkit-text-decoration-line:underline;text-decoration-line:underline;transition:color .2s}._auth_container_4410e_1 ._bottom_element_4410e_475 a:hover{cursor:pointer;color:#c5ff74}@media screen and (max-width: 680px){._auth_container_4410e_1 ._bottom_element_4410e_475{font-size:12px}}._auth_container_4410e_1 ._bottom_element_2_4410e_495{font-size:14px;font-weight:500;display:flex}._auth_container_4410e_1 ._bottom_element_2_4410e_495 img{width:20px;height:20px}._auth_container_4410e_1 ._bottom_element_2_4410e_495 p{padding-bottom:10px;padding-left:10px;margin:0}._auth_container_4410e_1 ._auth_label_4410e_509{color:#fff;font-size:16px;font-weight:600;margin-bottom:10px;display:inline-block}@media screen and (max-width: 680px){._auth_container_4410e_1 ._auth_label_4410e_509{font-size:14px}}._auth_container_4410e_1 ._or_divider_4410e_521{color:#fff;margin:65px 0 30px}@media screen and (max-width: 680px){._auth_container_4410e_1 ._or_divider_4410e_521{font-size:14px}}._auth_container_4410e_1 ._login_alternatives_4410e_530{display:flex;gap:15px;width:100%;justify-content:center}._auth_container_4410e_1 ._login_alternatives_4410e_530 button{display:flex;align-items:center;justify-content:center;width:50%;border-radius:3px;padding:8px 0;background:#91e617b2;box-shadow:0 4px 4px #00000040}@media screen and (max-width: 680px){._auth_container_4410e_1 ._login_alternatives_4410e_530 button{width:110px;padding:10px 0}}._auth_container_4410e_1 ._auth_slider_4410e_552{border:3px solid #91E617;border-radius:50px;padding:calc(20px + 20 * (100vw - 768px) / 672);background:#ffffff4d;width:60%;height:calc(100vh - 170px)}._auth_container_4410e_1 ._auth_slider_4410e_552 p{color:#fff;font-weight:700;font-size:calc(20px + 15 * (100vw - 768px) / 672);text-align:center;line-height:100%}._auth_container_4410e_1 ._auth_slider_4410e_552 ._slider_title_4410e_567{margin:30px 0 10px;color:#00ff57}@media screen and (max-width: 768px){._auth_container_4410e_1 ._auth_slider_4410e_552{width:100%;height:calc(100vh - 110px)}}@media screen and (max-width: 680px){._auth_container_4410e_1 ._auth_slider_4410e_552{width:100%;border:none;background:transparent;padding:0}._auth_container_4410e_1 ._auth_slider_4410e_552 p{text-align:left;font-size:20px}._auth_container_4410e_1 ._auth_slider_4410e_552 ._slider_title_4410e_567{margin:50px 0 5px}._auth_container_4410e_1 ._auth_slider_4410e_552 ._slider_scroller_4410e_591{order:1}._auth_container_4410e_1 ._auth_slider_4410e_552 ._slider_photo_4410e_594{order:3;width:122%;transform:translate(-9%)}._auth_container_4410e_1 ._auth_slider_4410e_552 ._slider_text_4410e_599{order:2}}._auth_container_4410e_1 ._continue_with_divider_4410e_603{font-weight:500;font-size:16px;line-height:100%;text-align:center;color:#fff;position:relative}._auth_container_4410e_1 ._continue_with_divider_4410e_603:before,._auth_container_4410e_1 ._continue_with_divider_4410e_603:after{content:"";position:absolute;top:50%;height:1px;width:50%;background:#ffffff80}._auth_container_4410e_1 ._continue_with_divider_4410e_603:before{left:-17%}._auth_container_4410e_1 ._continue_with_divider_4410e_603:after{right:-17%}
