@import url(https://fonts.googleapis.com/css2?family=Epilogue:wght@500&display=swap);@import url(https://fonts.googleapis.com/css2?family=Epilogue:wght@500&family=IBM+Plex+Sans&display=swap);@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Syne&display=swap);.modal{position:fixed;top:0;left:0;z-index:30;width:100vw;height:100vh;background:rgba(0,0,0,.7);display:flex;align-items:flex-start;justify-content:center;overflow:auto}.modal__container{overflow:auto;padding:0 2em}.modal__content{max-width:900px;background:var(--modal-background-color);padding:3em .2em;border-radius:1em;display:flex;flex-direction:column;max-height:unset;width:100vw;position:relative}@media(max-width:769px){.modal__content{height:100vh;justify-content:center;border-radius:0}}.modal__close-icon{position:absolute;right:30px;top:30px;cursor:pointer}@media(min-width:768px){.modal{position:fixed;top:0;left:0;z-index:30;width:100vw;height:100vh;background:rgba(0,0,0,.7);display:flex;align-items:center;justify-content:center}.modal__container{padding:0 3.8em}.modal__content{max-height:90vh;width:80vw}}@media(min-width:1024px){.modal__content{width:70vw}}.transactions-item{display:flex;justify-content:space-between;font-size:1em;color:#fff;opacity:.7;margin:1em 0;align-items:center}@media(max-width:769px){.transactions-item{font-size:.875em}}.transactions-item__state-text,.transactions-item__text-icon{display:flex;align-items:center;grid-gap:1em;gap:1em}.transactions-item__text-icon a img{width:1em;opacity:.6}.transactions-item__spinner{display:flex;position:relative}.transactions-item__spinner-label{position:absolute;right:40%;top:20%;color:#fff;opacity:.2;font-weight:600}.transactions-item__state{width:26px;height:26px;display:flex;align-items:center;justify-content:center;border-radius:50%;border:2px solid var(--primary-green-color);font-size:15px}@media(max-width:769px){.transactions-item__state{font-size:12px}}.transactions-item__state{font-weight:600;margin:3px;min-width:26px}.transactions-item__state--0{color:#b6b9be;border-color:#b6b9be}.transactions-item__state--2{color:var(--primary-green-color);border-color:var(--primary-green-color)}.transactions-item__state--3{color:var(--red-color);border-color:var(--red-color)}.transactions-item__success{color:var(--primary-green-color)}.transactions-item__retry{cursor:pointer}.transactions-item__link-icon{fill:#fff;opacity:.6;width:1em}.bulk-modal__title{color:var(--primary-green-color);font-size:2em;margin:1em 0 .7em}.bulk-modal__description{color:#fff;opacity:.7;font-size:1em}.bulk-modal__transactions{margin:3em 0}.bulk-modal__warning{width:100%;padding:1em 1.5em;background:rgba(253,169,43,.1);color:#fda92b;font-size:.8em;border-radius:8px;margin-top:1em;text-align:center}.bulk-modal__warning.align-left{text-align:left}.input{display:flex;flex-direction:column;width:100%;position:relative}.input .mint-select{border:0;border-radius:.5em}.input__tooltip{display:flex;cursor:pointer;position:relative}.input__tooltip-wrapper{position:absolute;left:-11.5em;top:1.5em}.input__label-wrapper{display:flex;align-items:flex-end;grid-gap:.4em;gap:.4em}.input:before{font-family:"Montserrat",sans-serif;font-size:.75em;position:absolute;right:4%;top:55px;content:attr(data-placeholder);opacity:.5;pointer-events:none;z-index:1;color:#fff}.input__label{color:#fff;margin-top:.7em;font-size:.9em;font-weight:600;display:flex;align-items:center;grid-gap:3px;gap:3px}.input__label span{font-size:1em;color:#fff}.input__label.disabled{opacity:.4}.input__tooltip-icon{width:16px;height:16px}.input textarea{resize:none;height:70px;overflow-y:auto}.input__error{color:#c00c0c;font-size:13px;margin-left:1em;margin-bottom:.5em}.wizard-field{margin:.7em 0;background-color:var(--primary-color);border-radius:.5em;border:1px solid transparent;padding:1em 1.5em;color:#fff;font-size:.9em}@media(max-width:769px){.wizard-field{padding-right:3em}}.wizard-field{display:flex;width:100%}.wizard-field:focus-visible{outline:inherit}.wizard-field:disabled{cursor:not-allowed;opacity:.4}.wizard-field::-webkit-input-placeholder{color:#949494;font-weight:100;font-family:"Montserrat",sans-serif}.wizard-field::placeholder{color:#949494;font-weight:100;font-family:"Montserrat",sans-serif}.wizard-field--error{border:1px solid #fd2b2b}.field__select{margin:.7em 0;border:0;border-radius:.5em;color:#fff;display:flex;width:100%}.react-datepicker__triangle{display:none}.react-datepicker__input-container input{margin:.7em 0;border:0;border-radius:10px;padding:.8em 1.5em;font-size:1em;color:#fff;display:flex;cursor:pointer;background:#12203e url(/static/media/calendar.8f328904.svg) no-repeat;background-position-x:95%;background-position-y:50%}div .react-datepicker{border-radius:1em;background:linear-gradient(104.48deg,rgba(12,20,35,.8) .87%,rgba(5,13,29,.8) 96.78%);font-family:"Montserrat";border:1px solid #fff}div .react-datepicker__header,div .react-datepicker__header:not(.react-datepicker__header--has-time-select){border-radius:1em;background:rgba(10,20,40,.8980392157)}div .react-datepicker__header{background:rgba(10,20,40,.8980392157);font-family:"Montserrat";color:#fff;border-right:1px solid #fff}.react-datepicker__day-names div{width:auto;color:#fff;width:2em}div .react-datepicker__day{color:#fff;width:2em;font-family:"Montserrat"}div .react-datepicker__day:hover{background-color:var(--primary-green-color);color:#000;font-weight:700}div .react-datepicker__current-month{color:#fff}div .react-datepicker__day--selected{background-color:var(--primary-green-color);color:#000;font-weight:700}div .react-datepicker__day--selected:hover{background-color:var(--green-hover-color)}.react-datepicker__day--keyboard-selected{background-color:var(--primary-green-color);color:#000!important;font-weight:700}@media(min-width:1024px){.react-datepicker__day-names div,div .react-datepicker__day{width:3.5em}.input__tooltip-wrapper{left:-4.5em}}.tooltip{display:flex;visibility:hidden;opacity:0;flex-direction:column;align-items:center;justify-content:center;position:absolute;bottom:2em;z-index:40;grid-gap:0;gap:0;transition:opacity .3s ease,visibility .3s ease,-webkit-transform .3s ease;transition:opacity .3s ease,transform .3s ease,visibility .3s ease;transition:opacity .3s ease,transform .3s ease,visibility .3s ease,-webkit-transform .3s ease}@media(max-width:769px){.tooltip img{display:none}}.tooltip--visible{opacity:1;visibility:visible;-webkit-transform:translateY(5px);transform:translateY(5px)}.tooltip__content{display:flex;flex-direction:column;background-color:#232832;padding:8px 12px;border-radius:8px;color:#fff;justify-content:center;width:-webkit-max-content;width:max-content;max-width:245px;align-items:center;text-align:center}.tooltip__title{font-size:12px;font-weight:600}.tooltip__description{font-size:12px;font-weight:400;text-align:center}.mint-select{margin:.7em 0;background-color:var(--primary-color);border-radius:.5em;padding:1em 1.5em;color:#fff;font-size:.9em;align-items:center;display:flex;height:-webkit-min-content;height:min-content;border-top-left-radius:0;border-bottom-left-radius:0;border:1px solid transparent;border-left-color:hsla(0,0%,100%,.12);position:relative;transition:all .3s ease-out;z-index:100}@media(max-width:769px){.mint-select{width:100%;border:1px solid transparent;border-radius:.5em;align-items:center;justify-content:space-around}}.mint-select:hover{background-color:hsla(0,0%,100%,.045);cursor:pointer}.mint-select--disabled:hover{background-color:var(--primary-color);cursor:auto}.mint-select__option{display:flex;grid-gap:.5em;gap:.5em;align-items:center;justify-content:space-between;width:100%}.mint-select__list{background-color:transparent;position:fixed;top:0;left:0;width:100vw;height:100vh}.mint-select__list-content{width:290px;background-color:#131824;position:absolute;right:0;border-radius:.5em;top:120%}@media(max-width:425px){.mint-select__list-content{left:-46px}}.mint-select .token-info{width:100%;margin:0;border:0;border-radius:0;background-color:transparent;cursor:pointer;transition:all .3s ease-out}.mint-select .token-info:hover{background:hsla(0,0%,100%,.03)}.mint-select__chosen-option{cursor:pointer;transition:all .3s ease-out}.mint-select__chosen-option:hover{opacity:.7}.mint-select__chosen-option--disabled{cursor:auto}.mint-select__chosen-option--disabled:hover{opacity:1}.mint-select__arrow{width:15px;height:15px}.mint-select__available-tokens{text-align:end;margin-right:1.5em;font-size:.75em;font-weight:600;margin-top:1em}.mint-select__search-input{display:flex;align-items:center;padding:1em 1.5em;border-bottom:1px solid hsla(0,0%,100%,.12)}.mint-select__search-input input{background-color:transparent;border-radius:.5em;border:1px solid transparent;color:#fff;font-size:.9em}.mint-select__search-input input:focus-visible{outline:inherit}.mint-select__search-input input::-webkit-input-placeholder{color:#949494;font-weight:100;font-family:"Montserrat",sans-serif}.mint-select__search-input input::placeholder{color:#949494;font-weight:100;font-family:"Montserrat",sans-serif}@media(max-width:769px){.mint-select__search-input input{padding-right:3em}}.mint-select__search-input input{display:flex;width:100%}.token-info{display:flex;background-color:var(--primary-color);border:1px solid hsla(0,0%,100%,.12);border-radius:.5em;padding:1em 1.5em;width:25%;justify-content:space-between;align-items:center}@media(max-width:768px){.token-info{width:100%}}.token-info img{width:26px;height:26px}.token-info__name-and-img{display:flex;align-items:center;grid-gap:.5em;gap:.5em}.token-info__name{color:#fff;font-size:.875em}.token-info__balance-info{display:flex;align-items:flex-end;justify-content:center;flex-direction:column}.token-info__balance{color:var(--primary-green-color);font-size:.75em;font-weight:600}.token-info__symbol{color:#fff;font-size:.75em;font-weight:600;opacity:.7}.user-basic-info{display:flex;flex-direction:column;margin-top:3em}.user-basic-info-wrapper{display:flex;flex-direction:row}.user-basic-info-wrapper span{color:#fff;font-weight:600;font-size:14px;line-height:120%;margin-left:1em}.user-basic-info-wrapper-text{display:flex;flex-direction:column}.user-basic-info-wrapper__verification{display:flex;flex-direction:row;align-items:center;justify-content:space-between}.user-basic-info-wrapper__verification-chip{padding:4px 8px;background:#232832;border-radius:100px;font-family:"Montserrat";font-style:normal;font-weight:400;font-size:12px;line-height:120%;color:hsla(0,0%,100%,.7)}.user-basic-info__mail-country{display:flex;flex-direction:column;width:100%;grid-gap:2%;gap:2%}@media(min-width:768px){.user-basic-info__mail-country{flex-direction:row}}.user-basic-info__country,.user-basic-info__email-wrapper{width:100%}.user-basic-info__label{font-size:1.25em;color:var(--primary-green-color);align-self:start;font-weight:700}.user-basic-info__inputs{display:flex;margin-top:1.5em;flex-direction:column}.user-basic-info__verify-email{display:flex;align-items:center;justify-content:space-between;margin:.2em 1em}.user-basic-info__verify-email p{color:#fff;font-size:11px;opacity:.6}.user-basic-info__verify-email button{background-color:inherit;border:0;color:#fff;border-bottom:1px solid transparent}.user-basic-info__verify-email button:hover{border-bottom:1px solid #fff}.user-basic-info__upload-image{display:flex;flex-direction:column;margin-top:1.5em;align-items:center;background:hsla(0,0%,100%,.03);border-radius:8px;padding:20px;flex-basis:50%}.user-basic-info__upload-image:first-child{margin-right:30px}.user-basic-info__upload-image button{display:flex;align-items:center;background:inherit;border:1px solid #fff;color:#fff;font-size:.8em;padding:.7em .5em;font-weight:600;transition:opacity .3s ease-out;justify-content:center;height:36px;margin-top:20px}.user-basic-info__upload-image button:first-child{margin-top:32px}.user-basic-info__upload-image button:hover{opacity:.7}.user-basic-info__upload-actions{display:block;align-items:center;width:100%}.user-basic-info__upload-actions p{color:grey;margin-left:2em;margin-top:1em;font-size:.7em}.user-basic-info__image{background-color:var(--primary-color);overflow:hidden;display:flex;align-items:center;justify-content:center;background-image:url(/static/media/galleryExport.0ed9578b.svg);background-repeat:no-repeat;background-position:50%}.user-basic-info__avatar{width:100%;height:100%;object-fit:cover}.user-basic-info__image_container{position:relative;cursor:pointer;width:100%}.user-basic-info__image_wrapper{display:flex;justify-content:flex-start}.user-basic-info__image_wrapper p{margin-left:1em;margin-top:10px;color:#fff;font-size:13px;opacity:.6}.user-basic-info__removeIcon{position:absolute;width:25px;height:25px;top:0;right:0;cursor:pointer}@media(min-width:768px){.user-basic-info__upload-image button{width:100%;padding:.9em 2em;font-size:.9em}.user-basic-info__upload-actions p{font-size:.9em}.user-basic-info__verify-email{width:100%;margin-left:0}.user-basic-info__verify-email p{color:#fff;font-size:13px;opacity:.6}.user-basic-info__verify-email button{font-size:13px}.user-basic-info__image{width:64px;height:64px;border-radius:20px}.user-basic-info__avatar{width:64px;height:64px}.user-basic-info__avatar-remove{width:37px;height:37px}}.sell-option{cursor:pointer;padding:1em 1.5em;background:hsla(0,0%,100%,.03);border-radius:8px;border:1px solid transparent;display:flex;justify-content:space-between;width:100%}.sell-option div{display:flex;grid-gap:1em;gap:1em;width:100%}.sell-option__wrapper{width:100%;display:flex;justify-content:space-between}.sell-option__image-logo img{width:2em;height:2em}.sell-option p{font-size:.8em;color:#fff;font-weight:500}.sell-option p span{z-index:100;color:#fff;opacity:.6;font-size:.75em}.sell-option{grid-gap:1em;gap:1em}.sell-option--active{border:1px solid #2bfaaf}.sell-option--active p{color:var(--primary-green-color)}.form-buttons{display:flex;justify-content:space-between}.form-buttons__loader{position:absolute;left:calc(50% - 13px)}.form-buttons__submit-icon--loading{visibility:hidden}.form-buttons__button{padding:1em;border:0;background:var(--primary-green-color);font-weight:700;display:flex;align-items:center;grid-gap:1em;gap:1em;font-weight:600;position:relative;transition:all .3s ease-out;color:#000}@media(max-width:769px){.form-buttons__button{width:100%;align-items:center;justify-content:center}}.form-buttons__button img{-webkit-filter:invert(1);filter:invert(1)}.form-buttons__button.cancel{background:var(--primary-color);color:#fff}.form-buttons__button.cancel img{-webkit-filter:invert(0);filter:invert(0)}.form-buttons__button.cancel:hover{-webkit-filter:brightness(.8);filter:brightness(.8)}.form-buttons__button--disabled{opacity:.6}.form-buttons__button--loading{color:transparent}.form-buttons__button--hover:hover{-webkit-filter:brightness(.7);filter:brightness(.7)}.form-buttons__skip{padding:1em 1.5em;background:transparent;align-items:center;font-weight:600;color:#fff;border:1px solid #fff}.form-buttons__right,.form-buttons__skip{display:flex;grid-gap:1em;gap:1em}@media(max-width:769px){.form-buttons{flex-direction:column-reverse;width:100%;grid-gap:.4em;gap:.4em}}@media(max-width:769px){.form-buttons__right{width:100%}}.verification-modal__content h3{font-size:1.5em;color:#fff;font-weight:700}.verification-modal__welcome-info{margin:2em 0;color:#fff;opacity:.7;font-size:1em}.verification-modal__options{display:flex;grid-gap:1em;gap:1em;flex-direction:row}.verification-modal hr{color:#fff;opacity:.1;width:100%;margin:1.5em 0}.custom-checkbox{display:block;position:relative;padding-left:35px;font-size:22px;width:25px;height:25px}.custom-checkbox:hover input~.custom-checkbox__checkmark{cursor:pointer}.custom-checkbox input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.custom-checkbox input:checked~.custom-checkbox__checkmark{background:var(--primary-green-color)}.custom-checkbox input:checked~.custom-checkbox__checkmark-transparent{background:transparent}.custom-checkbox input:checked~.custom-checkbox__checkmark-transparent:after,.custom-checkbox input:checked~.custom-checkbox__checkmark:after{display:block}.custom-checkbox__checkmark{position:absolute;top:0;left:0;height:25px;width:25px;border-radius:4px;background:#040a16;border:1px solid #2bfda7}.custom-checkbox__checkmark:after{content:"";position:absolute;display:none;left:9px;top:5px;width:5px;height:10px;border:solid #000;border-width:0 2px 2px 0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.custom-checkbox__checkmark-transparent{position:absolute;top:0;left:0;height:20px;width:20px;border-radius:5px;background:transparent;border:1px solid #fff;accent-color:#fff}.custom-checkbox__checkmark-transparent:after{content:"";position:absolute;display:none;left:7px;top:3px;width:3px;height:8px;border:solid #fff;border-width:0 2px 2px 0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.social-networks{display:flex;flex-direction:column;margin:3em 0}.social-networks__label{font-size:1.25em;color:var(--primary-green-color);align-self:start;font-weight:700}.social-networks__label span{font-size:12px;font-weight:400;background:#fff;opacity:.7;-webkit-text-fill-color:transparent!important;-webkit-background-clip:text;background-clip:text;margin-left:.5em}.social-networks__inputs{margin-top:1em}.social-networks__input{position:relative;display:flex}.social-networks__input input{padding:1em 3.3em}.social-networks__input:after{position:absolute;content:"";margin-left:1em;left:0;top:25px;background-repeat:no-repeat}.social-networks__input img{position:absolute;right:15px;top:25px;cursor:pointer;width:17px}.social-networks__input.twitter:after{height:17px;width:20px;background-image:url(/static/media/twitter.bf44282b.svg)}.social-networks__input.linkedin:after{height:18px;width:18px;background-image:url(/static/media/linkedin.70c3575d.svg)}.social-networks__input.discord:after{height:16px;width:20px;background-image:url(/static/media/discord.d1bd06e1.svg)}.social-networks__input.instagram:after{height:20px;width:20px;background-image:url(/static/media/instagram.26cd1ce1.svg)}.social-networks__input.tiktok:after{height:20px;width:20px;background-image:url(/static/media/tiktok.024df968.svg)}.social-networks__input.reddit:after{height:20px;width:20px;background-image:url(/static/media/reddit.13221e3c.svg)}.social-networks__input.telegram:after{height:20px;width:20px;background-image:url(/static/media/telegram.49d826f7.svg)}.social-networks__buttons{display:flex;align-items:center;grid-gap:1em;gap:1em;margin-top:1em;flex-wrap:wrap;padding-bottom:.3em}.social-networks__buttons button{display:flex;align-items:center;justify-content:space-between;background:inherit;border:1px solid #fff;color:#fff;font-size:.8em;padding:.5em 1.5em;font-weight:600}.social-networks__buttons button:hover{background-color:#080f1f}.social-networks__buttons button span{margin-left:.5em;font-size:1.5em}.user-settings__actions{display:flex;justify-content:space-between;margin-top:2em}.user-settings__actions button{display:flex;align-items:center;padding:1em;border:0;background:var(--primary-green-color);font-weight:700}.user-settings__actions button.user-settings__actions--skip{background:var(--primary-color);color:#fff}@media(min-width:768px){.user-settings__actions button{padding:1em 2em}}.submit-button{position:relative}.submit-button__loader{position:absolute;left:calc(50% - 12px);color:var(--primary-green-color)}.submit-button__loader svg{visibility:visible!important}.submit-button--loading{color:transparent!important}.submit-button--loading img,.submit-button--loading svg{visibility:hidden}.whitelisting-request__title-status{display:flex;align-items:center;justify-content:space-between}.whitelisting-request__status{padding:.75em;border-radius:8px}.required-checkbox{color:#fff;display:flex;grid-gap:.5em;gap:.5em;margin-top:2em;align-items:center}.required-checkbox__terms-text,.required-checkbox__terms-text-error{font-size:.875em;font-weight:400}@media(max-width:769px){.required-checkbox__terms-text,.required-checkbox__terms-text-error{font-size:.7em}}.required-checkbox__terms-text-error{color:#c00c0c}.required-checkbox__link{color:#fff;text-decoration:underline}.required-checkbox__link-error{color:#c00c0c;text-decoration:underline}.wallet-modal__content h3{font-size:1.5em;color:#fff;font-weight:700}.wallet-modal__welcome-info{margin-top:1em;color:#fff;opacity:.7;font-size:1em}.not-found{width:100%;height:calc(100vh - 230px);align-items:center;display:flex;flex-direction:column;justify-content:center}@media(max-width:769px){.not-found{padding:1em}}@media(max-width:769px){.not-found__icon{width:70px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;object-fit:contain}}.not-found__label{color:#fff;font-weight:600;font-size:21px;margin-top:2em}@media(max-width:769px){.not-found__label{font-size:1.5em;margin-top:1em;text-align:center}}.not-found__description{color:#fff;opacity:.7;font-size:21px;margin-top:.7em}@media(max-width:769px){.not-found__description{font-size:1em;text-align:center}}.not-found__button{display:flex;align-items:center;border:1px solid var(--primary-green-color);color:var(--primary-green-color);padding:.9em 2em;font-size:.875em;font-weight:600;width:-webkit-max-content;width:max-content;grid-gap:.5em;gap:.5em;background-color:transparent;margin-top:4em;transition:all .3s ease-out}.not-found__button:hover{background-color:#080f1f;opacity:.7}@media(max-width:769px){.not-found__button{margin-top:2em}}.not-found__socials{display:flex;grid-gap:1.875em;gap:1.875em;margin-top:2em}.not-found__socials>a:hover *{-webkit-filter:brightness(.5);filter:brightness(.5)}.not-found__medium{color:#fff;height:19px;width:19px}.Navbar_backdrop__oT8W4{position:fixed;top:0;left:0;width:100vw;height:100%;background:rgba(0,0,0,.5)}.Navbar_navbarBanner__3lOYW{width:100%;display:flex;flex-direction:column;position:-webkit-sticky;position:sticky;top:0;z-index:10}.Navbar_dashboard__1eeET{width:1.75em;height:1.75em;border-radius:8px}.Navbar_xnftMenuItem__3Yl6R{cursor:pointer;width:100%;font-size:.85em;display:flex;align-items:center;grid-gap:.5em;gap:.5em;margin-bottom:.85em;border-bottom:1px solid transparent}.Navbar_xnftMenuItem__3Yl6R:hover{border-bottom:1px solid var(--primary-green-color)}.Navbar_xnftMenuItem__3Yl6R:hover path{fill:var(--linear-first-color);opacity:1}.Navbar_xnftMenuItem__3Yl6R{color:#fff}.Navbar_xnftMenuItem__3Yl6R:hover{color:var(--primary-green-color)}.Navbar_xnftMenuItemActive__F0nFk{border-bottom:1px solid var(--primary-green-color);cursor:pointer;color:var(--primary-green-color)}.Navbar_xnftMenuItemActive__F0nFk path{fill:var(--linear-first-color);opacity:1}.Navbar_xnftMenuItemActive__F0nFk{width:100%;margin-bottom:.85em;font-size:.85em;display:flex;align-items:center;grid-gap:.25em;gap:.25em}.Navbar_navbarContainer__3jte3{display:flex;width:100%;align-items:center;justify-content:space-between;padding:2em;z-index:10;margin-top:0}@media(max-width:769px){.Navbar_navbarContainer__3jte3{padding:1em 2em;margin-bottom:1em}}.Navbar_navbarContainer__3jte3 .Navbar_logo__46AHD{height:100%;width:155px;object-fit:contain}.Navbar_navbarContainer__3jte3 .Navbar_unqlogo__39T1p{width:120px;height:100%;object-fit:contain}.Navbar_navbarContainer__3jte3 .Navbar_logos__11UVP{display:flex;align-items:center;grid-gap:1em;gap:1em;cursor:pointer}.Navbar_navbarContainer__3jte3 .Navbar_createClub__2xeHs{font-weight:700;font-size:12px;display:flex;align-items:center;grid-gap:.5em;gap:.5em}.Navbar_navbarContainer__3jte3 .Navbar_createClub__2xeHs svg path{fill:var(--primary-green-color)}.Navbar_navbarContainer__3jte3 .Navbar_createClub__2xeHs a{color:var(--primary-green-color);border-bottom:1px solid transparent;transition:color .3s ease-out;transition:border-bottom .3s ease-out}.Navbar_navbarContainer__3jte3 .Navbar_createClub__2xeHs a:hover{border-bottom:1px solid var(--primary-green-color)}.Navbar_navbarContainer__3jte3 .Navbar_browseClubs__1LMcc{font-size:12px;font-weight:700}.Navbar_navbarContainer__3jte3 .Navbar_browseClubs__1LMcc a{transition:color .3s ease-out;transition:border-bottom .3s ease-out;color:#fff;border-bottom:1px solid transparent}.Navbar_navbarContainer__3jte3 .Navbar_browseClubs__1LMcc a:hover{color:var(--primary-green-color);border-bottom:1px solid var(--primary-green-color)}.Navbar_navbarContainer__3jte3 .Navbar_menuContainer__2jjOv{display:none;align-items:center;grid-gap:2em;gap:2em;position:fixed;top:0;right:0;height:100%;width:60%;padding:2em 1.5em}@media(max-width:769px){.Navbar_navbarContainer__3jte3 .Navbar_menuContainer__2jjOv{background-color:var(--dark-blue-color)}}.Navbar_navbarContainer__3jte3 .Navbar_menuContainer__2jjOv .Navbar_menuContainerActions__3qVu6{display:flex;flex-direction:column;grid-gap:2em;gap:2em;align-items:center}.Navbar_navbarContainer__3jte3 .Navbar_menuContainer__2jjOv .Navbar_menuContainerActions__3qVu6 .Navbar_walletButton__2WyGB{background:var(--wallet-color);border:0;color:#fff;font-size:.75em;height:40px;display:flex;flex-direction:row-reverse;border-radius:8px;grid-gap:1em;gap:1em;width:100%}.Navbar_navbarContainer__3jte3 .Navbar_menuContainer__2jjOv .Navbar_menuContainerActions__3qVu6 .Navbar_walletButton__2WyGB:after{content:"";background-image:url(/static/media/walletIcon.14996bda.svg);height:22px;width:22px}.Navbar_navbarContainer__3jte3 .Navbar_menuContainer__2jjOv .Navbar_hamburgerMenu__IcWj-{display:flex}.Navbar_navbarContainer__3jte3 .Navbar_menuContainerOpen__3u2pw{display:block}.Navbar_navbarContainer__3jte3 .Navbar_navbarWrapper__piRcs{display:flex;grid-gap:3em;gap:3em;align-items:center}@media(max-width:769px){.Navbar_navbarContainer__3jte3 .Navbar_navbarWrapper__piRcs{justify-content:space-between;width:100%}}.Navbar_navbarContainer__3jte3 .Navbar_navbarUl__2G53Q{display:none}.Navbar_navbarContainer__3jte3 .Navbar_navbarNotifications__3iO2Z{position:relative}@media(max-width:769px){.Navbar_navbarContainer__3jte3 .Navbar_navbarNotifications__3iO2Z img{display:none}}.Navbar_navbarContainer__3jte3 .Navbar_navbarUlMobile__2zYP6{display:flex;flex-direction:column;align-items:center;grid-gap:1em;gap:1em;z-index:25;margin-left:5%}@media(max-width:769px){.Navbar_navbarContainer__3jte3 .Navbar_navbarUlMobile__2zYP6{margin-left:0;margin-bottom:1em}}.Navbar_navbarContainer__3jte3 .Navbar_userIcon___7Zfr{display:flex;justify-content:center;align-items:center;font-weight:600;grid-gap:.5em;gap:.5em;color:#fff;background:#12203e;padding:.75em;border-radius:50px;cursor:pointer}.Navbar_navbarContainer__3jte3 .Navbar_sidebar__mwQyv{display:block;z-index:20;background-color:var(--primary-color)}.Navbar_navbarContainer__3jte3 img{cursor:pointer;margin:0}.Navbar_navbarContainer__3jte3 .Navbar_walletButtonWrapper__37qDJ{background-color:transparent;border:none;border-radius:50px;position:relative;transition:opacity .3s ease-out}.Navbar_navbarContainer__3jte3 .Navbar_walletButtonWrapper__37qDJ button{display:flex;grid-gap:1.25em;gap:1.25em;height:40px;font-size:.75em;padding:.5em 2.6em .5em 1.6em!important;border:1px solid #543dc6;border-radius:8px}.Navbar_navbarContainer__3jte3 .Navbar_walletButtonWrapper__37qDJ button i{width:.25em}.Navbar_navbarContainer__3jte3 .Navbar_walletButtonWrapper__37qDJ button:after{content:"";background-image:url(/static/media/walletIcon.14996bda.svg);background-size:18px;background-repeat:no-repeat;margin-top:.25em}.Navbar_navbarContainer__3jte3 .Navbar_navbarMenuWrapper__3stQX{display:flex;flex-direction:column;align-items:flex-end;grid-gap:1em;gap:1em}.Navbar_navbarContainer__3jte3 .Navbar_copyWallet__Klv1x{position:absolute;top:50%;right:1em;-webkit-transform:translateY(-.5em);transform:translateY(-.5em)}.Navbar_userSettings__3dQ6l{fill:#fff;transition:fill .3s ease-out}.Navbar_userSettings__3dQ6l:hover{cursor:pointer;fill:var(--primary-green-color)}.Navbar_navbarMobileWrapper__11vfN{display:flex;align-items:center;grid-gap:.75em;gap:.75em}@media(min-width:769px){.Navbar_navbarMobileWrapper__11vfN{display:none}.Navbar_navbarContainer__3jte3 .Navbar_unqlogo__39T1p{width:auto}.Navbar_navbarContainer__3jte3 .Navbar_logo__46AHD{width:258px;height:36px;object-fit:contain}.Navbar_navbarContainer__3jte3 .Navbar_mobileMenuIcon__2dICM{display:none}.Navbar_navbarContainer__3jte3 .Navbar_menuContainer__2jjOv{display:flex;align-items:center;position:static;width:auto;padding:0}.Navbar_navbarContainer__3jte3 .Navbar_menuContainer__2jjOv .Navbar_menuContainerActions__3qVu6{display:flex;flex-direction:row;margin-top:0}.Navbar_navbarContainer__3jte3 .Navbar_menuContainer__2jjOv .Navbar_menuContainerActions__3qVu6 .Navbar_walletButton__2WyGB{font-size:.75em}.Navbar_navbarContainer__3jte3 .Navbar_menuContainer__2jjOv .Navbar_userIcon___7Zfr{font-size:.8em}.Navbar_navbarContainer__3jte3 .Navbar_menuContainer__2jjOv .Navbar_walletButtonWrapper__37qDJ button{display:flex;grid-gap:1.25em;gap:1.25em;font-size:.75em;padding:.5em 2.6em .5em 1.6em!important;border:1px solid #543dc6;border-radius:8px}.Navbar_navbarContainer__3jte3 .Navbar_menuContainer__2jjOv .Navbar_walletButtonWrapper__37qDJ button i{width:.25em}.Navbar_navbarContainer__3jte3 .Navbar_menuContainer__2jjOv .Navbar_walletButtonWrapper__37qDJ button:after{content:"";background-image:url(/static/media/walletIcon.14996bda.svg);background-size:18px;background-repeat:no-repeat;margin-top:.25em}.Navbar_navbarContainer__3jte3 .Navbar_walletButtonDisconnected__3jWsV{border:1px solid #179dec;border-radius:8px}.Navbar_navbarContainer__3jte3 .Navbar_walletButtonConnecting__1Tsvm i{display:none}.Navbar_navbarContainer__3jte3 .Navbar_walletButtonConnecting__1Tsvm{font-size:10px;background:var(--wallet-color)!important;border:0;border-radius:8px;color:#fff!important}.Navbar_navbarContainer__3jte3 .Navbar_navbarWrapper__piRcs{grid-gap:1em;gap:1em}.Navbar_navbarContainer__3jte3 .Navbar_navbarUl__2G53Q{display:flex;grid-gap:2em;gap:2em;flex-direction:row-reverse}.Navbar_navbarContainer__3jte3 .Navbar_hamburgerMenu__IcWj-{display:none}}@media(min-width:1024px){.Navbar_navbarContainer__3jte3{display:flex;justify-content:space-between;padding:2em 10vw}.Navbar_navbarContainer__3jte3 .Navbar_navbarWrapper__piRcs{position:relative;grid-gap:3em;gap:3em}.Navbar_navbarContainer__3jte3 .Navbar_menuContainer__2jjOv .Navbar_userIcon___7Zfr{width:10em;font-size:.875em}.Navbar_navbarContainer__3jte3 .Navbar_menuContainer__2jjOv .Navbar_walletButtonWrapper__37qDJ{padding:0}.Navbar_navbarContainer__3jte3 .Navbar_menuContainer__2jjOv .Navbar_walletButtonWrapper__37qDJ button{font-size:.75em;padding:.5em 2.6em .5em 1.6em!important;height:40px;grid-gap:1em}.Navbar_navbarContainer__3jte3 .Navbar_menuContainer__2jjOv .Navbar_walletButtonWrapper__37qDJ button i{display:flex;width:auto;margin-right:0}.Navbar_navbarContainer__3jte3 .Navbar_menuContainer__2jjOv .Navbar_walletButtonWrapper__37qDJ button i img{width:20px;height:20px}.Navbar_navbarContainer__3jte3 .Navbar_navbarUl__2G53Q{display:flex;grid-gap:2em;gap:2em;flex-direction:row-reverse}.Navbar_navbarContainer__3jte3 .Navbar_menuContainer__2jjOv .Navbar_menuContainerActions__3qVu6 .Navbar_walletButton__2WyGB:after{content:"";background-image:url(/static/media/walletIcon.14996bda.svg)}}@media(min-width:1440px){.Navbar_navbarContainer__3jte3 .Navbar_menuContainer__2jjOv .Navbar_menuContainerActions__3qVu6 .Navbar_walletButton__2WyGB:after{content:"";background-image:url(/static/media/walletIcon.14996bda.svg);background-size:18px}}.network-settings{display:flex;flex-direction:column}.network-settings__dashboard-icon{fill:#fff;transition:fill .3s ease-out}.network-settings__dashboard-icon:hover{cursor:pointer;fill:var(--primary-green-color)}.network-settings__user-icon{fill:#fff}.network-settings__profile-image{width:2em;height:2em;border-radius:8px}.network-settings__modal{display:flex;flex-direction:column;justify-content:flex-start;border-radius:16px;position:absolute;right:5%;top:80%;background:var(--modal-background-color);border-radius:8px;visibility:hidden;box-shadow:5px 5px 10px rgba(0,0,0,.2);opacity:0;transition:opacity .3s ease,visibility .3s ease,-webkit-transform .3s ease;transition:opacity .3s ease,transform .3s ease,visibility .3s ease;transition:opacity .3s ease,transform .3s ease,visibility .3s ease,-webkit-transform .3s ease;min-width:240px}@media(max-width:785px){.network-settings__modal{top:36%}}.network-settings__modal--active{opacity:1;visibility:visible;-webkit-transform:translateY(10px);transform:translateY(10px)}.network-settings__menu-item{cursor:pointer;border:none;display:flex;padding:1em 1.5em;align-items:center;background:transparent;grid-gap:1em;gap:1em;font-size:.875em}.network-settings__menu-item-name{color:#fff;font-weight:500}.network-settings__menu-item:hover{background:var(--primary-color)}.network-settings__menu-item svg{fill:#fff}.network-settings__network-wrapper{background:var(--primary-color);border-radius:8px;display:flex;justify-content:center;grid-gap:.25em;gap:.25em;align-items:center;padding:.25em .5em;cursor:pointer}.network-settings__network{width:.5em;height:.5em;border-radius:50%;background:hsla(0,0%,100%,.1)}.network-settings__network--active{background-color:var(--linear-first-color)}.network-settings__networks{display:flex;justify-content:center;align-items:center;padding:.6em 0 1em;grid-gap:.5em;gap:.5em}.network-settings__name{color:#b6b9be;opacity:.7;font-size:.875em}.network-settings__name--active{color:var(--linear-first-color)}.notification-item{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid hsla(0,0%,100%,.2);padding:.75em 1em;cursor:pointer}.notification-item div{display:flex;grid-gap:.25em;gap:.25em}.notification-item div img{width:2.5em;height:2.5em;border-radius:50px;margin-right:.5em}.notification-item__img-wrapper{display:flex;align-items:center}.notification-item__title-wrapper{display:flex;flex-direction:column;align-items:flex-start;color:hsla(0,0%,100%,.7)}.notification-item__type{font-size:.625em;font-weight:600;line-height:12px;margin-bottom:.5em}.notification-item__time-title{display:flex;flex-direction:column;align-items:flex-start}.notification-item__time{color:hsla(0,0%,100%,.7);font-size:.75em}.notification-item__check{content:"";height:.5em;width:.625em;border-radius:50%;padding-left:.5em}.notification-item__check--green{background-color:#2bfaaf}.notification-item__check--green:hover{box-shadow:0 0 0 5px rgba(43,250,175,.1)}.notification-item__check--transparent{background-color:hsla(0,0%,100%,.05)}.notification-item__check--transparent:hover{box-shadow:0 0 0 5px rgba(43,250,175,.1)}.notification-item__title{font-weight:500;font-size:.8em;color:#fff;font-weight:400;margin-right:1em;line-height:1.4em;word-break:break-word;white-space:pre-wrap}.notification-item__title span{background:hsla(0,0%,100%,.06);border-radius:100px;padding:.25em .5em;font-weight:600}.notification-item:hover{background:hsla(0,0%,100%,.05)}.notifications{display:flex;flex-direction:column;background:#232832;position:absolute;width:40em;right:10px;top:90%;border-radius:1em;padding-bottom:2em;overflow:hidden;grid-gap:1em;gap:1em;max-height:40em}.notifications__header{display:flex;justify-content:space-between;flex-direction:column;background:hsla(0,0%,100%,.03);padding:0 1em}.notifications__header-title{display:flex;justify-content:space-between;align-items:center;width:100%}.notifications__filters{display:flex;grid-gap:.5em;gap:.5em}.notifications__filter-button{background:transparent;color:#fff;border:none;border-bottom:2px solid hsla(0,0%,100%,.15);padding:.5em;border-radius:0}.notifications__filter-button--active{color:#2bfaaf;border-bottom:2px solid #2bfaaf}.notifications__title{color:#fff;font-weight:600;font-size:1.125em;line-height:24px;padding:1em 0}.notifications__unread-only{display:flex;grid-gap:.25em;gap:.25em}.notifications__unread-only p{color:#dedede;font-weight:600;font-size:.75em;margin-top:.2em}.notifications__unread-only button{background-color:transparent;border:none}.notifications__latest{display:flex;align-items:center;justify-content:space-between}.notifications__latest p{color:#fff;font-weight:500;font-size:.8em}.notifications__mark_all_as_read{background-color:transparent;color:var(--primary-green-color);text-decoration:underline;border:none}.notifications__list{display:flex;flex-direction:column;overflow:scroll}.notifications__close-icon{position:absolute;top:.75em;right:0}.notifications__empty{width:100%;display:flex;flex-direction:column;align-items:center;grid-gap:2em;gap:2em;justify-content:center}.notifications__empty p{color:#fff;font-size:.8em;font-weight:500;text-align:center}.notifications__empty img{width:3em}@media(max-width:769px){.notifications{display:flex;flex-direction:column;background:#232832;border-radius:0;padding-bottom:2em;overflow-y:scroll;width:100%;position:fixed;top:0;grid-gap:1em;gap:1em;max-height:100vh;right:0}}.notification-component{display:flex;position:relative;transition:all .3s ease-out}.notification-component__option{display:flex;grid-gap:.5em;gap:.5em;align-items:center;justify-content:space-between;width:100%}.notification-component-wrapper{background-color:transparent;position:fixed;top:0;left:0;width:100vw;height:100vh}.club-item{background-color:var(--primary-color);width:100%;border-radius:.5em;display:flex;flex-direction:column;align-items:center;position:relative;transition:box-shadow .3s ease-out}.club-item:hover{box-shadow:0 3px 0 #2bfda7;-webkit-transform:translateY(-3px);transform:translateY(-3px)}.club-item:hover .club-item__name{color:var(--primary-green-color)}@media(min-width:320px){.club-item{width:calc(50% - 15px)}}@media(min-width:768px){.club-item{width:calc(33.333% - 15px)}}@media(min-width:1024px){.club-item{width:calc(25% - 16px)}}@media(min-width:1200px){.club-item{width:calc(20% - 16px)}}.club-item__club-image{width:100%;border-radius:20px;object-fit:cover;aspect-ratio:1;cursor:pointer}.club-item__name{color:#fff;font-size:1em;font-weight:700;word-break:break-word;cursor:pointer;margin-bottom:.9em}@media(max-width:769px){.club-item__name{font-size:.875em}}.club-item__description{display:flex;flex-direction:column;height:100%;justify-content:space-between;padding:24px;width:100%}@media(max-width:769px){.club-item__description{padding:1em}}.club-item__members{display:flex;align-items:center;color:#fff;grid-gap:.5em;gap:.5em;margin:1em 0}.club-item__members div{display:flex;justify-content:center;align-items:center;border-radius:50%;padding:.25em;background-color:var(--dark-blue-color)}.club-item__members div img{border-radius:50%;width:2em;height:2em}.club-item__members div:not(:first-child){margin-left:-1.25em}.club-item__members p{size:.875em;margin-left:1em}.club-item__join-club{display:flex;justify-content:space-between;align-items:center}@media(max-width:769px){.club-item__join-club{display:none}}.club-item__join-club button{color:#fff;border:1px solid #fff;padding:7px 12px;background-color:transparent;font-weight:400;font-size:.75em}.club-item__join-club button:hover{border:1px solid var(--primary-green-color);color:var(--primary-green-color)}.club-item__join-club img{cursor:pointer;margin:0;padding:0;vertical-align:top;height:20px;transition:-webkit-filter .3s ease-out;transition:filter .3s ease-out;transition:filter .3s ease-out,-webkit-filter .3s ease-out}.club-item__join-club img:hover{-webkit-filter:invert(.3);filter:invert(.3)}.club-items-list{display:flex;flex-direction:column;margin-bottom:5em;justify-content:center}.club-items-list__header{display:flex;flex-direction:column;grid-gap:1em;gap:1em;justify-content:space-between;color:#fff;margin:auto;width:100%}@media(min-width:768px){.club-items-list__header{flex-direction:row}}.club-items-list__title{color:#fff;font-size:2em;font-weight:700}@media(max-width:769px){.club-items-list__title{font-size:1.5em}}.club-items-list__items{margin-top:1em;display:flex;flex-wrap:wrap;grid-gap:20px;gap:20px}.skeleton-club-item{background:var(--primary-color);border-radius:20px}@media(min-width:360px){.skeleton-club-item{width:calc(50% - 15px)}}@media(min-width:768px){.skeleton-club-item{width:calc(33.333% - 15px)}}@media(min-width:1024px){.skeleton-club-item{width:calc(25% - 16px)}}@media(min-width:1200px){.skeleton-club-item{width:calc(20% - 16px)}}.search-clubs{border-radius:8px;width:20em;padding:0 1.3em}.search-clubs,.search-clubs__button{display:flex;color:#fff;background-color:var(--primary-color);border:none;position:relative;justify-content:center}.search-clubs__button{align-items:center;grid-gap:.25em;gap:.25em;width:3em;height:1.5em;padding:1.5em}@media(max-width:769px){.search-clubs__button{padding:1.3em 1.5em}}.search-clubs__button:hover{-webkit-filter:brightness(.8);filter:brightness(.8)}.search-clubs__button.streched{width:30em;justify-content:flex-start}.search-clubs__search-icon{position:absolute;right:90%;top:25%;cursor:pointer}.search-clubs__remove-icon{position:absolute;left:90%;top:25%;cursor:pointer}.search-clubs__search-input{background-color:transparent;border:none;color:#fff;width:87.5%}@media(max-width:769px){.search-clubs__search-input{height:36px}}.search-clubs__search-input:focus-visible{outline:inherit}.sort-modal{background-color:var(--modal-background-color);position:absolute;right:5%;top:139%;align-items:center;justify-content:center;grid-gap:1em;gap:1em;width:376px;border-radius:1em;padding:2.5em;z-index:1}@media(max-width:769px){.sort-modal{width:100vw;height:100vh;top:0;left:0;position:fixed;z-index:20;margin-top:0;border-radius:0;display:flex;justify-content:center;flex-direction:column;align-items:flex-start}}.sort-modal__header-title{font-size:1.125em;font-weight:600;margin-bottom:1em}.sort-modal__element{display:flex;grid-gap:1em;gap:1em;border:2px solid transparent;border-radius:1.8em;padding:.3em;margin:.7em 0;color:#fff}.sort-modal__element:hover{-webkit-filter:brightness(.8);filter:brightness(.8);cursor:pointer}.sort-modal__title{font-size:.875em;font-weight:400;margin-bottom:.7em}.sort-modal__icon-wrapper{background-color:var(--dark-blue-color);width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:2px solid transparent}.sort-modal__icon-wrapper--active{border:2px solid var(--primary-green-color)}.sort-modal__icon-wrapper:hover{cursor:pointer}.sort-modal__icon-content{background:rgba(29,42,68,.2);width:13.71px;height:13.71px;border-radius:50%}.sort-modal__icon-content--active{background:var(--primary-green-color)}.sort-modal__show-results{display:none}@media(max-width:769px){.sort-modal__show-results{display:flex;background-color:transparent;border:0;color:var(--primary-green-color);width:100%;text-align:center;justify-content:center}}.sort-clubs{position:relative}.sort-clubs__button{color:#fff;justify-content:center;align-items:center;grid-gap:.25em;gap:.25em;background-color:var(--primary-color);border:none;display:flex;width:9.5em;height:1.5em;padding:1.5em}@media(max-width:769px){.sort-clubs__button{font-size:.75em}}.sort-clubs__button:hover{-webkit-filter:brightness(.8);filter:brightness(.8)}.existing-club-tag{display:flex;align-items:center;justify-content:center;background-color:transparent;border:1px solid #fff;border-radius:8px;font-size:.8em;padding:1em;font-weight:600;cursor:pointer}.existing-club-tag__name{font-size:1em;font-weight:600;color:#fff}@media(max-width:769px){.existing-club-tag__name{font-size:.8em}}.existing-club-tag--active{background:var(--primary-green-color);border:1px solid transparent}.existing-club-tag--active p{color:#000}.filter-club-item{display:flex;flex-direction:column;align-items:flex-start;grid-gap:1em;gap:1em}.filter-club-item__filter-type{font-weight:600;color:#fff;font-size:1.2em}@media(max-width:769px){.filter-club-item__filter-type{font-size:1em}}.filter-club-item__filters{display:flex;grid-gap:1em;gap:1em}.filter-club-item__filters>div:not(.existing-club-tag--active):hover{border-color:var(--primary-green-color);cursor:pointer}.filter-club-item__filters>div:not(.existing-club-tag--active):hover>p{color:var(--primary-green-color)}.filter-clubs-modal{width:36em;height:40em;padding:2em;background-color:var(--modal-background-color);display:flex;flex-direction:column;border-radius:16px;margin-top:1em;grid-gap:2em;gap:2em;position:absolute;top:100%;z-index:1}@media(max-width:769px){.filter-clubs-modal{width:100vw;height:100vh;top:0;left:0;position:fixed;z-index:20;margin-top:0;border-radius:0;display:flex;justify-content:center}}.filter-clubs-modal__caption{color:#fff;font-size:.75em;opacity:.6;font-weight:400;margin-top:.5em}.filter-clubs-modal__show-results{background-color:transparent;border:0;color:var(--primary-green-color)}.filter-clubs-modal__info-reset{display:flex;justify-content:space-between}.filter-clubs-modal__reset{color:#fff;background-color:transparent;border:none;font-weight:600;font-size:.8em;text-decoration:underline;opacity:.8}.filter-clubs-modal__reset:hover{text-decoration:none}.filter-clubs-modal__number{font-weight:600;font-size:.8em}.filter-clubs-modal__tags-label{font-weight:600;color:#fff;font-size:1.2em}@media(max-width:769px){.filter-clubs-modal__tags-label{font-size:1em}}.filter-clubs{display:flex;flex-direction:column;align-items:flex-end;position:relative}.filter-clubs__button{color:#fff;justify-content:center;align-items:center;grid-gap:.25em;gap:.25em;background-color:var(--primary-color);border:none;display:flex;width:9.5em;height:1.5em;padding:1.5em}.filter-clubs__button:hover{-webkit-filter:brightness(.8);filter:brightness(.8)}@media(max-width:769px){.filter-clubs__button{width:auto;font-size:.75em}}.search-filter-buttons{display:flex;grid-gap:.5em;gap:.5em}@media(max-width:769px){.search-filter-buttons{flex-wrap:wrap}}.search-filter-buttons__wrapper{position:fixed;width:100%;height:100%;top:0;left:0}.browse-clubs{background:transparent;width:100%;margin-top:2em}@media(max-width:769px){.browse-clubs{margin-top:0}}.browse-clubs__user-form{max-width:60%;margin-left:20%}@-webkit-keyframes rotation{0%{-webkit-transform:rotateY(0deg);transform:rotateY(0deg)}to{-webkit-transform:rotateY(359deg);transform:rotateY(359deg)}}@keyframes rotation{0%{-webkit-transform:rotateY(0deg);transform:rotateY(0deg)}to{-webkit-transform:rotateY(359deg);transform:rotateY(359deg)}}.permission-denied{height:calc(100vh - 230px);align-items:center;display:flex;flex-direction:column;justify-content:center}.permission-denied h3{font-size:1.25em;color:#fff;margin:1.5em 0;max-width:290px;text-align:center}.permission-denied__img-loading{-webkit-animation:rotation 2s linear infinite;animation:rotation 2s linear infinite}.permission-denied__wallet{background:var(--wallet-color)!important;border:0;color:#fff;font-size:.75em;height:40px;display:flex;flex-direction:row-reverse;border-radius:8px;grid-gap:1em;gap:1em}.permission-denied__wallet:after{content:"";background-image:url(/static/media/walletIcon.14996bda.svg);height:18px;width:18px;background-size:18px}.fees{display:flex;justify-content:flex-start;grid-gap:1em;gap:1em;padding:1.375em 1.5em;background:rgba(0,0,0,.2);border-radius:16px;border:none;margin:2em 0;align-items:center}@media(max-width:769px){.fees img{width:20px;height:20px}}@media(max-width:769px){.fees{padding:1em 1.2em}}.fees--alert{background-color:var(--preview-component-color)}.fees__info{display:flex;flex-direction:column;justify-content:center;color:#fff}.fees__title{font-weight:700}.fees__description,.fees__title{font-size:.75em}.buy-sell-nft{display:flex;flex-direction:column;justify-content:center;align-items:center;grid-gap:1em;gap:1em}.buy-sell-nft__club-name{font-size:2.75em;font-weight:700;color:var(--primary-green-color)}@media(max-width:769px){.buy-sell-nft__club-name{font-size:1.6em}}.buy-sell-nft__type{font-size:1.2em;color:#fff}.buy-sell-nft__nft{display:flex;flex-direction:column;grid-gap:.75em;gap:.75em;align-items:center}.buy-sell-nft__nft img{width:6.25em;height:6.25em;border-radius:10px}.buy-sell-nft__name{font-weight:700;color:#fff;font-size:1.5em}.buy-sell-nft__price{color:var(--primary-green-color);font-size:1.5em}.buy-sell-nft__button{display:flex;color:var(--main-dark);font-weight:600;font-size:1em;justify-content:center;align-items:center;grid-gap:.5em;gap:.5em;width:11em;height:2.75em;border:none;background:var(--primary-green-color);transition:opacity .3s ease-out}.buy-sell-nft__button:hover{opacity:.7}.buy-sell-nft__wallet-button{background:linear-gradient(90deg,#179dec,#3d4cf9 50.52%,#e253fc)}.buy-sell-nft__wallet-button:after{content:"";background-image:url(/static/media/walletIcon.14996bda.svg);height:18px;width:19px;margin-left:1em}.buy-sell-nft .wallet-adapter-button,.buy-sell-nft .wallet-adapter-button:not([disabled]):hover{background:linear-gradient(90deg,#179dec,#3d4cf9 50.52%,#e253fc);border:0;padding:1em;border-radius:1.5em;font-weight:600;float:right;margin-top:2em;font-weight:600!important;font-family:"Montserrat",sans-serif!important;font-size:.9em!important;height:45px!important}.buy-sell-nft-page{width:auto}.buy-sell-nft-page,.skeleton-wrapper{height:calc(100vh - 230px);align-items:center;display:flex;justify-content:center}.skeleton-wrapper{width:100%;flex-direction:column}.application-status{margin-top:1em}.application-status__label{color:#fff;margin-top:.7em;font-size:.9em;font-weight:600}.application-status__wrapper{background-color:var(--primary-color);border-radius:1em;margin:.7em 0;display:flex;flex-direction:column;align-items:center;justify-content:space-between}.application-status__item{display:flex;padding:1em;width:100%;grid-gap:1em;gap:1em;color:#fff;transition:all .3s ease-out}.application-status__item:hover{cursor:pointer}.application-status__item--active{background-color:var(--primary-green-color);color:#000}.application-status__item--close{border-radius:0 1em 1em 0}@media(max-width:769px){.application-status__item--close{border-radius:0 0 1em 1em}}.application-status__item--open{border-radius:1em 0 0 1em}@media(max-width:769px){.application-status__item--open{border-radius:1em 1em 0 0}}.application-status__text{display:flex;flex-direction:column;grid-gap:.3em;gap:.3em}.application-status__status-label{font-size:.9em;font-weight:600}.application-status__description{font-size:.75em;font-weight:400}.application-status__closed-lock-active,.application-status__opened-lock{-webkit-filter:invert(1);filter:invert(1)}@media(min-width:768px){.application-status__wrapper{flex-direction:row}.application-status__item{width:50%}}.toggle-button{margin-top:1em}.toggle-button__label{color:#fff;margin-top:.7em;font-size:.9em;font-weight:600}.toggle-button__wrapper{background-color:var(--primary-color);border-radius:1em;margin:.7em 0;display:flex;flex-direction:column;align-items:center;justify-content:space-between}.toggle-button__item{display:flex;padding:1em;width:100%;grid-gap:1em;gap:1em;color:#fff;align-items:center;border:none;background:transparent;transition:all .3s ease-out}.toggle-button__item:hover{cursor:pointer}.toggle-button__item--active{background-color:var(--primary-green-color);color:#000}.toggle-button__item--close{border-radius:0 1em 1em 0}@media(max-width:769px){.toggle-button__item--close{border-radius:0 0 1em 1em}}.toggle-button__item--open{border-radius:1em 0 0 1em}@media(max-width:769px){.toggle-button__item--open{border-radius:1em 1em 0 0}}.toggle-button__text{display:flex;flex-direction:column;align-items:flex-start;grid-gap:.3em;gap:.3em}.toggle-button__status-label{font-size:.9em;font-weight:600}.toggle-button__description{font-size:.75em;font-weight:400}.toggle-button__closed-lock-active,.toggle-button__opened-lock{-webkit-filter:invert(1);filter:invert(1)}@media(min-width:768px){.toggle-button__wrapper{flex-direction:row}.toggle-button__item{width:50%}}.club-tags{display:flex;flex-direction:column;justify-content:flex-start;color:#fff;width:100%}.club-tags__title{margin-bottom:1em;font-size:1.2em;font-weight:600}.club-tags__description{margin-top:1em;font-weight:400;opacity:.6;font-size:.85em}.club-tags__existing{display:flex;margin-top:1.5em;grid-gap:1em;gap:1em}.club-basic-info__upload-image{display:flex;margin-top:1.5em;align-items:center;margin-bottom:1em}.club-basic-info__upload-image button{display:flex;align-items:center;background:inherit;border:1px solid #fff;color:#fff;margin-left:2em;font-size:.8em;padding:.7em .5em;font-weight:600;transition:opacity .3s ease-out}.club-basic-info__upload-image button:hover{opacity:.7}.club-basic-info__char-counter{font-size:.875em;float:right;opacity:.6;color:#fff}.club-basic-info__upload-actions{display:block;align-items:center}.club-basic-info__upload-actions p{color:grey;margin-left:2em;margin-top:1em;font-size:.7em}.club-basic-info__image{width:80px;height:80px;border-radius:80px;background-color:var(--primary-color);overflow:hidden;display:flex;align-items:center;justify-content:center}.club-basic-info__avatar{width:100%;height:100%;object-fit:cover}.club-basic-info__image_container{position:relative}.club-basic-info__removeIcon{position:absolute;width:25px;height:25px;top:0;right:0;cursor:pointer}.club-basic-info__label{color:#fff;margin-top:.7em;font-size:.9em;font-weight:600}.club-basic-info__application-status-wrapper{background-color:var(--primary-color);border-radius:1em;margin:.7em 0;display:flex;align-items:center;justify-content:space-between}.club-basic-info__application-status-item{display:flex;padding:1em;width:50%;grid-gap:1em;gap:1em;color:#fff;border-radius:1em}.club-basic-info__application-status-item img{-webkit-filter:invert(1);filter:invert(1)}.club-basic-info__application-status-item:hover{cursor:pointer}.club-basic-info__application-status-item--active{background:var(--primary-green-color);color:#000}.club-basic-info__application-status-item--active img{-webkit-filter:invert(0);filter:invert(0)}.club-basic-info__application-status-text{display:flex;flex-direction:column;grid-gap:.3em;gap:.3em}.club-basic-info__application-status-label{font-size:.9em;font-weight:600}.club-basic-info__application-status-description{font-size:.75em;font-weight:400}@media(min-width:768px){.club-basic-info__upload-image{cursor:pointer}.club-basic-info__upload-image button{padding:.9em 2em;font-size:.9em}.club-basic-info__upload-actions p{font-size:.9em}.club-basic-info__verify-email p{color:#fff;font-size:13px}.club-basic-info__verify-email button{font-size:13px}.club-basic-info__image{width:128px;height:128px;border-radius:100px}}.wizard-header{color:#fff}.wizard-header__title{font-weight:700;font-size:1.25em;display:flex;align-items:center;grid-gap:.5em;gap:.5em}@media(max-width:769px){.wizard-header__title{font-size:1.1em}}.wizard-header__title span{font-size:12px;opacity:.6;font-weight:400}@media(max-width:769px){.wizard-header__title span{font-size:.6em}}.wizard-header__description{margin:2em 0;font-size:.9em;font-weight:400;opacity:.6;line-height:160%}@media(max-width:769px){.wizard-header__description{font-size:.75em}}.wizard-header__description a{color:var(--primary-green-color)}.wizard-header__description span{border-bottom:1px solid transparent}.wizard-header__description span:hover{border-bottom:1px solid var(--primary-green-color);cursor:pointer}@media(min-width:768px){.wizard-header__title{font-size:1.5em}.wizard-header__description{font-size:1em}}.club-members button{width:100%;display:flex;align-items:center;justify-content:center;grid-gap:.7em;gap:.7em;font-size:.875em;padding:1em 0;border:1px solid hsla(0,0%,50.2%,.63);border-radius:8px;background-color:transparent;color:hsla(0,0%,100%,.897);transition:opacity .3s ease-out}.club-members button:hover{opacity:.7}.club-members__error{color:var(--red-color);font-size:.75em;margin-bottom:1em}.member-item{margin:1em 0}.member-item__header{display:flex;justify-content:space-between}.member-item__header img{cursor:pointer}.member-item__title{font-size:1.25em;color:var(--primary-green-color);font-weight:700}.member-item__input-row{display:flex;flex-direction:column}.member-item__pubkey,.member-item__role{width:100%}@media(min-width:768px){.member-item__input-row{flex-direction:row;grid-gap:1em;gap:1em}.member-item__pubkey{width:70%}.member-item__role{width:30%}}@media(min-width:1024px){.member-item__input-row{flex-direction:row;grid-gap:1em;gap:1em}.member-item__pubkey{width:70%}.member-item__role{width:30%}}.basic-info-preview{display:flex;flex-direction:column;justify-content:flex-start}.basic-info-preview__title-wrapper{display:flex;justify-content:flex-start;align-items:center;position:relative;grid-gap:1em;gap:1em}.basic-info-preview__title-wrapper img{cursor:pointer}.basic-info-preview__title{color:#fff;font-size:1.5em;font-weight:700;font-style:normal}.basic-info-preview__header-wrapper{align-items:center}.basic-info-preview__header-description{margin:2em 0;font-size:.9em;font-weight:400;opacity:.6;line-height:160%;color:#fff}.basic-info-preview__content{background-color:var(--preview-component-color);border-radius:.5em;display:flex;flex-direction:column;justify-content:flex-start;padding:2.5em;margin-top:2em}.basic-info-preview__header{display:flex;justify-content:space-between}.basic-info-preview__header img{width:1.25em;cursor:pointer}.basic-info-preview__name-email{flex-direction:column;max-width:100%}.basic-info-preview__name-email h3{font-size:1.5em;font-weight:700;margin-bottom:0;color:#fff;word-break:break-word}.basic-info-preview__name-email p{color:var(--text-green);font-size:.85em;font-weight:400;margin-top:0}.basic-info-preview__name-email div{margin-top:1em}.basic-info-preview__data{display:flex;color:#fff;flex-direction:column;justify-content:center;align-items:center}.basic-info-preview__data p{color:var(--text-green)}.basic-info-preview__image{width:130px;height:130px;border-radius:80px;background-color:var(--primary-color);overflow:hidden;display:flex;align-items:center;justify-content:center;background-image:url(/static/media/galleryExport.0ed9578b.svg);background-repeat:no-repeat;background-position:50%;margin-right:2em}@media(max-width:769px){.basic-info-preview__image{width:100px;height:100px;margin-bottom:.5em}}.basic-info-preview__image img{width:100%;height:100%;object-fit:cover}.basic-info-preview__description{color:#fff;margin-top:2em;font-weight:400;font-size:.75em;opacity:.6;word-wrap:break-word;white-space:pre-wrap}.basic-info-preview__social-networks{display:flex;flex-direction:row!important;grid-gap:.5em;gap:.5em}.basic-info-preview__social-networks img{width:25px;height:20px;cursor:auto}.basic-info-preview__tags{display:flex;flex-wrap:wrap;grid-gap:.5em;gap:.5em;margin-top:1em}@media(min-width:1024px){.basic-info-preview__name-email{max-width:70%}.basic-info-preview__header-wrapper{display:flex;color:#fff}}.club-preview__terms-conditions{color:#fff;display:flex;grid-gap:.5em;gap:.5em;margin-top:2em;align-items:center}.club-preview__terms-text,.club-preview__terms-text-error{font-size:.875em;font-weight:400}@media(max-width:769px){.club-preview__terms-text,.club-preview__terms-text-error{font-size:.7em}}.club-preview__terms-text-error{color:#c00c0c}.club-preview__link{color:#fff;text-decoration:underline}.club-preview__collection-info{display:flex;flex-direction:column;align-items:flex-start;grid-gap:.5em;gap:.5em;margin-top:2em}.club-preview__collection-info p{color:#fff;font-weight:700;font-size:1em}.club-preview__link-error{color:#c00c0c;text-decoration:underline}.club-preview__verification{display:flex;flex-direction:column}.club-preview__verification-description{font-size:1em;margin-bottom:1.75em;font-weight:400;opacity:.7;color:#fff;line-height:150%}.club-preview__verification-badges{margin-top:2em;display:flex;flex-direction:column;justify-content:center}.club-preview__verification-badge-wrapper{display:flex;flex-direction:row}.club-preview__verification-badge-wrapper__badge{background:hsla(0,0%,100%,.06);border-radius:8px;font-family:"Montserrat";font-style:normal;font-weight:600;font-size:10px;line-height:12px;text-align:center;padding:10px 32px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;color:#fff;opacity:.7;display:flex;align-items:center}.club-preview__verification-badge-wrapper__badge:first-child:before{content:url(/static/media/shieldTickGray.eae4b604.svg);width:16px;height:16px;margin-right:.5em}.club-preview__verification-badge-wrapper__badge:first-child{margin-right:.5em}.club-preview__verification-badge-wrapper__badge:last-child:before{content:url(/static/media/locationPin.7837821c.svg);width:16px;height:16px;margin-right:.5em}.club-preview__verification-btn-wrapper{display:flex;flex-direction:row;width:100%;justify-content:space-between}.club-preview__verification-btn-wrapper__cancel{background:var(--primary-color);color:#fff;flex-basis:20%;padding:1em 1.5em;border:none;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.club-preview__verification-btn-wrapper__proceed{background-color:var(--primary-green-color)!important;color:#040a16!important;flex-basis:30%;font-weight:600;padding:1em 1.5em;border:none;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}@media(min-width:768px){.club-preview__terms-text{font-size:.875em}}@media(min-width:1024px){.club-preview__name-email{color:#fff}.club-preview__role-members{display:grid;grid-template-columns:60% 35%;grid-column-gap:5%;-webkit-column-gap:5%;column-gap:5%}}.preview-component{display:flex;flex-direction:column;justify-content:flex-start;margin-top:2em}.preview-component__title{color:#fff;font-weight:700;font-size:.875em}.preview-component__header-wrapper{display:flex;grid-gap:.75em;gap:.75em}.preview-component__edit-icon{cursor:pointer;width:1em}.preview-component__content{background-color:var(--preview-component-color);border-radius:.5em;display:flex;justify-content:space-between;padding:1.875em;margin-top:.5em;height:100%}.preview-component__items{display:flex;flex-wrap:wrap;grid-gap:2em;gap:2em}.preview-component__item{display:flex;align-items:center;grid-gap:1em;gap:1em}.preview-component__text{display:flex;flex-direction:column;grid-gap:.5em;gap:.5em}.preview-component__text-title{color:var(--text-green);font-size:.875em;font-weight:700}.preview-component__expanded-description-wrapper{display:flex;align-items:center;grid-gap:1em;gap:1em}.preview-component__text-description{display:flex;flex-direction:row;grid-gap:1em;gap:1em}@media(max-width:769px){.preview-component__text-description{flex-direction:column}}.preview-component__text-description h4{font-size:1em;font-style:normal;font-weight:700;color:#fff}.preview-component__label{font-weight:700;font-size:1.2em;color:#fff;margin-top:.25em}@media(max-width:769px){.preview-component__label{font-size:1em}}.preview-component__additional-description,.preview-component__amount{color:#fff;font-size:.75em;font-weight:400;margin-top:.25em}.preview-component__span-text{font-weight:700;color:#fff;font-size:1em;opacity:.6}.preview-component__description-span{font-size:1em;opacity:.6;color:#fff;font-weight:400;margin-left:.5em}.preview-component__vertical-line{width:1px;background-color:#fff;height:1.5em;opacity:.2;margin-top:1em}@media(min-width:1024px){.preview-component__item h4{font-size:1.2em}}.collection-data{display:flex;background:var(--preview-component-color);color:#fff;width:100%;padding:1em;grid-gap:1em;gap:1em;align-items:center;margin-bottom:1em;border-radius:8px}.collection-data img{width:3em;height:3em}.collection-data svg{height:60}.collection-data__name-symbol{display:flex;flex-direction:column;font-size:.8em}.collection-data__name{font-weight:700}.sell-permission-item{background-color:var(--preview-component-color);color:#fff;display:flex;width:100%;justify-content:space-between;padding:1em 1.5em;border-top:1px solid #3b4353}@media(max-width:769px){.sell-permission-item{flex-direction:column;grid-gap:.4em;gap:.4em}}.sell-permission-item:hover{background:#1d222d}.sell-permission-item--round{border-radius:16px 16px 0 0;border-top:none}.sell-permission-item--single{border-radius:16px;border-top:none}.sell-permission-item--blur{border-radius:0 0 20px 20px;border-bottom:none;-webkit-filter:blur(.75px);filter:blur(.75px);opacity:.4;border-top:none}.sell-permission-item--blur,.sell-permission-item--blur:hover{background:linear-gradient(180deg,rgba(12,20,35,0),#0c1423 87.5%)}.sell-permission-item--last{border-bottom:none;border-radius:0 0 16px 16px}.sell-permission-item__index,.sell-permission-item p{font-weight:700;font-size:.75em}.sell-permission-item p span{font-weight:400}.sell-permissions{display:flex;flex-direction:column;width:100%;padding:0;margin-top:2em}.sell-permissions__header{display:flex;justify-content:space-between;color:#fff;margin-bottom:.5em}@media(max-width:769px){.sell-permissions__header{flex-direction:column;grid-gap:.3em;gap:.3em}}.sell-permissions__label{display:flex;grid-gap:.75em;gap:.75em}.sell-permissions__label img{cursor:pointer}@media(max-width:769px){.sell-permissions__label{display:flex;grid-gap:.3em}}.sell-permissions__title{font-weight:700;font-size:1em}.sell-permissions__amount{font-weight:400;opacity:.3}.sell-permissions__list{display:flex;flex-direction:column;justify-content:center;align-items:center}.sell-permissions__view-all{color:#fff;background-color:transparent;font-weight:600;font-size:.75em;border:1px solid #fff;border-radius:28px;height:2.25em;width:15.5em;display:flex;align-items:center;padding:1em;margin-top:2em}.voting-config{background-color:var(--primary-color);border-radius:.5em;border:1px solid hsla(0,0%,100%,.12);padding:1.5em;display:flex;flex-direction:column;margin:1em 0;grid-gap:1em;gap:1em}.voting-config__title{font-size:1.2em;font-weight:700;color:#fff}.voting-config__header{display:flex;grid-gap:1em;gap:1em}.voting-config .preview-component{margin:0}.club-roles{margin-bottom:1em}.club-roles__item{color:#fff;display:flex;align-items:flex-start;padding:2em 1em;width:100%;border:2px solid transparent;border-radius:.5em;background:var(--primary-color);opacity:.6}@media(max-width:769px){.club-roles__item{flex-direction:column}}.club-roles__item--active{border:2px solid var(--primary-green-color)}.club-roles__item--curator{opacity:1}.club-roles__list{display:flex;flex-direction:column;grid-gap:1em;gap:1em;margin-top:2em;line-height:22px}.club-roles__label{font-size:1.25em;font-weight:600}.club-roles__description{font-size:.875em;opacity:.6;margin-top:1em}@media(max-width:769px){.club-roles__description{font-size:.7em}}.club-roles__description li{display:flex;align-items:center;grid-gap:1em;gap:1em}.club-roles__list-bullet{width:5px;height:5px;background:#fff;opacity:.6;border-radius:5px}.club-roles__item-header{width:100%;justify-content:space-between;align-items:center;display:flex;grid-gap:1em;gap:1em}@media(max-width:769px){.club-roles__item-header{flex-direction:column;align-items:flex-start}}.club-roles__item-header .input{width:60%}@media(max-width:769px){.club-roles__item-header .input{width:100%}}.club-roles__item-header .input input{background-image:url(/static/media/votesRoleConfig.7abb9142.svg);background-repeat:no-repeat;background-position-x:92.5%;background-position-y:50%}@media(max-width:769px){.club-roles__item-header .input input{background-image:none}}.club-roles__check-label{display:flex}.club-roles__coming-soon{font-size:.875em;font-weight:700}@media(min-width:1024px){.club-roles__list{justify-content:space-between}.club-roles__item{padding:2em;flex-direction:column}}.financial-config__voting{display:flex;flex-direction:column;justify-content:space-between;margin-top:1em}.financial-config__voting-input .input__label{height:20px}.financial-config__voting-input:first-child input{background-image:url(/static/media/discountCircle.3e744345.svg);background-repeat:no-repeat;background-position-x:97.5%;background-position-y:50%}.financial-config__voting-input:nth-child(2) input{background-image:url(/static/media/days.db7afaf2.svg);background-repeat:no-repeat;background-position-x:97.5%;background-position-y:50%}.financial-config__voting-threshold{margin-top:2em}.financial-config__title{font-size:1.25em;color:var(--primary-green-color);align-self:start;font-weight:700}@media(max-width:769px){.financial-config__title{font-size:1.1em}}.financial-config__title--withdrawal{margin-top:1.5em}.financial-config__voting-item button{width:100%;display:flex;align-items:center;justify-content:center;grid-gap:.7em;gap:.7em;font-size:.875em;padding:1em 0;border:1px solid hsla(0,0%,50.2%,.63);border-radius:8px;background-color:transparent;color:hsla(0,0%,100%,.897);margin:2em 0}.financial-config__trade-description{margin:1em 0;font-size:1em;font-weight:400;opacity:.6;line-height:160%;color:#fff}@media(max-width:769px){.financial-config__trade-description{font-size:.75em}}@media(min-width:1024px){.financial-config__voting{flex-direction:row}.financial-config__voting-input{width:45%}}.voting-threshold{background:var(--primary-color);padding:1em;margin-top:2em;border-radius:8px;display:flex;flex-direction:column;align-items:flex-end;margin-bottom:1em;cursor:pointer}.voting-threshold .input:before{opacity:1;color:#fff}.voting-threshold__change-club-config-quorum{display:flex;width:100%;grid-gap:1em;gap:1em}.voting-threshold--checked{border:1px solid var(--primary-green-color)}.voting-threshold__item{width:100%;display:flex;flex-direction:column;justify-content:space-between;padding-top:0}.voting-threshold__item div:nth-child(3) input{background-image:url(/static/media/votes.80dd58d0.svg);background-repeat:no-repeat;background-position-x:95%;background-position-y:50%}.voting-threshold img{cursor:pointer;width:20px;margin-bottom:0}@media(min-width:1024px){.voting-threshold__item{flex-direction:row}.voting-threshold__item .input{width:30%}}.trade-approval-config__voting-threshold{margin-top:2em}.trade-approval-config__title{font-size:1.25em;color:var(--primary-green-color);align-self:start;font-weight:700}@media(max-width:769px){.trade-approval-config__title{font-size:1.1em}}.trade-approval-config__voting-item button{width:100%;display:flex;align-items:center;justify-content:center;grid-gap:.7em;gap:.7em;font-size:.875em;padding:1em 0;border:1px solid hsla(0,0%,50.2%,.63);border-radius:8px;background-color:transparent;color:hsla(0,0%,100%,.897);margin:2em 0;transition:opacity .3s ease-out}.trade-approval-config__voting-item button:hover{opacity:.7}.trade-approval-config__trade-description{margin:1em 0;font-size:1em;font-weight:400;opacity:.6;line-height:160%;color:#fff}@media(max-width:769px){.trade-approval-config__trade-description{font-size:.75em}}.trade-approval-config__error{color:var(--red-color);font-size:.75em}.configuration-item{margin-top:1em}.configuration-item__header{display:flex;justify-content:space-between;align-items:center}.configuration-item__coming-soon{font-weight:700;font-size:.8em}.configuration-item__element{display:flex;grid-gap:1em;gap:1em;border:2px solid transparent;border-radius:.5em;padding:1.8em;margin:.7em 0;background-color:var(--primary-color);color:#fff;transition:all .3s ease-out}.configuration-item__element:hover{cursor:pointer;background-color:hsla(0,0%,100%,.05)}.configuration-item__element--active{border:2px solid var(--primary-green-color)}.configuration-item__element--disabled{opacity:.6}.configuration-item__element--disabled:hover{background:rgba(29,42,68,.2);cursor:auto}.configuration-item__title{font-size:1.25em;font-weight:600;margin-bottom:.7em}@media(max-width:769px){.configuration-item__title{font-size:1em}}.configuration-item__description{font-size:.875em;opacity:.6;line-height:160%}@media(max-width:769px){.configuration-item__description{font-size:.7em}}.configuration-item__icon-wrapper{background-color:var(--dark-blue-color);width:35px;height:35px;border-radius:50%;display:none;align-items:center;justify-content:center;border:2px solid transparent}.configuration-item__icon-wrapper--active{border:2px solid var(--primary-green-color)}.configuration-item__icon-content{background:rgba(29,42,68,.2);width:20px;height:20px;border-radius:50%;transition:all .3s ease-out}.configuration-item__icon-content--active{background:var(--primary-green-color)}.configuration-item__about{width:90%}.configuration-item__deposit-description{font-size:10px;opacity:.6;margin:1em 0}@media(min-width:1024px){.configuration-item__icon-wrapper{background-color:var(--dark-blue-color);width:35px;height:35px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:2px solid transparent}.configuration-item__icon-wrapper--active{border:2px solid var(--primary-green-color)}}@media(min-width:768px){.configuration-item__icon-wrapper{display:flex}}.governance-configuration__item{display:flex;grid-gap:1em;gap:1em;border:2px solid transparent;border-radius:1.8em;padding:1.8em;margin:.7em 0;background:rgba(29,42,68,.2);color:#fff}.governance-configuration__item--active{border:2px solid var(--primary-green-color)}.governance-configuration__item:hover{cursor:pointer;background:rgba(29,42,68,.4)}.governance-configuration__title{font-size:1.25em;font-weight:600;margin-bottom:.7em}.governance-configuration__description{font-size:.875em;opacity:.6;line-height:160%}.governance-configuration__icon-wrapper{background-color:var(--dark-blue-color);width:35px;height:35px;border-radius:50%;display:none;align-items:center;justify-content:center;border:2px solid transparent}.governance-configuration__icon-wrapper--active{border:2px solid var(--primary-green-color)}.governance-configuration__icon-content{background:rgba(29,42,68,.2);width:20px;height:20px;border-radius:50%}.governance-configuration__icon-content--active{background:linear-gradient(90deg,#2bfda7,#38d6f9)}.governance-configuration__about{width:90%}@media(min-width:1024px){.governance-configuration__icon-wrapper{background-color:var(--dark-blue-color);width:35px;height:35px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:2px solid transparent}.governance-configuration__icon-wrapper--active{border:2px solid var(--primary-green-color)}}@media(min-width:768px){.governance-configuration__icon-wrapper{display:flex}}.create-club{min-height:100vh;width:100%;align-items:center;display:flex;flex-direction:column}@media(max-width:769px){.create-club .form-buttons{flex-direction:column-reverse;width:100%;grid-gap:.4em;gap:.4em}}@media(max-width:769px){.create-club .form-buttons__right{width:100%}}.create-club__content{width:100%;max-width:1770px;margin:2em 0;height:100%;border-radius:1em;background-color:var(--modal-background-color);padding:3em 2em}@media(max-width:769px){.create-club__content{margin-top:0;padding:2em}}.create-club__label{font-size:1.6em;color:#fff;font-weight:700}@media(max-width:769px){.create-club__label{font-size:1.5em}}@media(min-width:768px){.create-club__content{width:75%;padding:3em 5em;border-radius:1em}.create-club__label{font-size:2em}}@media(min-width:1024px){.create-club__content{width:900px;padding:3em 5em}}.nft-configuration{display:flex;flex-direction:column}.nft-configuration__item{margin-bottom:2em}.nft-configuration__item-tip{color:#fff;opacity:.6;font-size:.875em;margin:.5em 0}.nft-configuration__collection-address{color:#fff;font-size:.8em;font-weight:700;margin-bottom:1em}.error-notification{background:rgba(253,43,43,.0588235294);margin:2em 0;border-radius:8px}.error-notification ul{display:flex;flex-direction:column;grid-gap:.5em;gap:.5em}.error-notification{padding:1em;color:#fd2b2b}.error-notification li{list-style:square;margin-left:1em;font-size:.8em}.treasury-configuration__setup-fundraise{display:flex;grid-gap:.5em;gap:.5em}.treasury-configuration__fundraise-title{color:#fff;margin-top:.7em;font-size:.9em;font-weight:600;margin-bottom:.5em}.treasury-configuration__currency{width:50%;margin-bottom:2em}.membership-verification__modal{margin-top:3em;display:flex;flex-direction:column}.membership-verification__modal hr{color:#fff;opacity:.1;width:100%;margin:1em 0}.membership-verification__modal-title{font-size:2em;margin-bottom:1.75em;color:#fff;font-weight:700;display:flex}.membership-verification__modal-title:before{content:url(/static/media/shieldTickYellow.a38a504e.svg);width:40px;height:40px;margin-right:.5em}@media(max-width:769px){.membership-verification__modal-title{font-size:1.5em}}.membership-verification__modal-description{font-size:1em;margin-bottom:1.75em;font-weight:400;opacity:.7;color:#fff;line-height:150%}.membership-verification__modal-badges{display:flex;flex-direction:column}.membership-verification__modal-badge-wrapper{display:flex;flex-direction:row}.membership-verification__modal-badge-wrapper__badge{background:hsla(0,0%,100%,.06);border-radius:8px;font-family:"Montserrat";font-style:normal;font-weight:600;font-size:10px;line-height:12px;text-align:center;padding:10px 32px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;color:#fff;opacity:.7;display:flex;align-items:center}.membership-verification__modal-badge-wrapper__badge:first-child:before{content:url(/static/media/shieldTickGray.eae4b604.svg);width:16px;height:16px;margin-right:.5em}.membership-verification__modal-badge-wrapper__badge:first-child{margin-right:.5em}.membership-verification__modal-badge-wrapper__badge:last-child:before{content:url(/static/media/locationPin.7837821c.svg);width:16px;height:16px;margin-right:.5em}.membership-verification__modal-btn-wrapper{display:flex;flex-direction:row;width:100%;justify-content:space-between}.membership-verification__modal-btn-wrapper__cancel{background:var(--primary-color);color:#fff;flex-basis:20%;padding:1em 1.5em;border:none;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.membership-verification__modal-btn-wrapper__proceed{background-color:var(--primary-green-color)!important;color:#040a16!important;flex-basis:30%;font-weight:600;padding:1em 1.5em;border:none;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.email-modal{position:absolute;top:0;left:0;z-index:30;width:100vw;height:100vh;background:rgba(0,0,0,.7);display:flex;align-items:center;justify-content:center}.email-modal__content{max-width:700px;background:var(--modal-background-color);padding:2em 2.2em;border-radius:1em;display:flex;flex-direction:column;max-height:unset;width:100vw}.email-modal__content h3{font-size:1.5em;color:#fff;font-weight:700}.email-modal__content p{font-size:1em;color:#fff;font-weight:400;margin-top:1em}.email-modal__content .wallet-adapter-button,.email-modal__content .wallet-adapter-button:not([disabled]):hover,.email-modal__content button{margin-top:3em;padding:1em!important;height:42px;float:right;border:0;background:var(--primary-green-color);font-weight:600;transition:all .3s ease-out;cursor:pointer;color:#000;font-size:.84em}.email-modal__content .wallet-adapter-button:hover,.email-modal__content .wallet-adapter-button:not([disabled]):hover:hover,.email-modal__content button:hover{-webkit-filter:brightness(.7);filter:brightness(.7);transition:all .3s ease-out}.listed-nft-item{display:flex;flex-direction:column;grid-gap:.5em;gap:.5em;background-color:var(--dark-blue-color);border-radius:8px;width:12em}.listed-nft-item img{width:100%;height:50%;border-radius:8px}.listed-nft-item__name{display:flex;justify-content:space-between;padding:.5em}.listed-nft-item__name p{font-size:.8em;font-weight:700;color:#fff}.listed-nft-item__collection{color:var(--text-green);color:var(--green-text-color);font-size:.8em;font-weight:500}.listed-nft-item__price{display:flex;justify-content:space-between;padding:.5em;align-items:center}.listed-nft-item__price-logo{display:flex;grid-gap:.25em;gap:.25em}.listed-nft-item__price-logo img{width:1em;height:1em}.listed-nft-item__price-logo p{font-size:.8em;font-weight:700;color:#fff}.listed-nft-item__copy-url{border-radius:4px;padding:.15em;font-size:.7em;color:var(--text-green);border:1px solid var(--text-green);background:transparent}.listed-nft-item__copy-url:hover{background-color:var(--green-hover-color);color:#fff}.sidebar-menu-item{color:#fff;background:hsla(0,0%,100%,.05);padding:.75em 1em .75em 2em;border-bottom:2px;display:flex;grid-gap:.5em;gap:.5em}@media(max-width:769px){.sidebar-menu-item{font-size:.875em}}.sidebar-menu-item{cursor:pointer}.sidebar-menu-item p{color:#fff;font-weight:500;opacity:.7}.sidebar-menu-item:hover{background:hsla(0,0%,100%,.09)}.sidebar-menu-item:hover p,.sidebar-menu-item:hover path{opacity:1}.sidebar-menu-item--rounded{border-radius:0 0 8px 8px}.sidebar-menu-item path{opacity:.7}.sidebar-menu-item--active{background:hsla(0,0%,100%,.1);border-left:2px solid var(--linear-first-color)}.sidebar-menu-item--active p{color:var(--linear-first-color);opacity:1}.sidebar-menu-item--active path{fill:var(--linear-first-color);opacity:1}.sidebar-menu{display:flex;flex-direction:column;grid-gap:1.5em;gap:1.5em;width:20%}@media(max-width:769px){.sidebar-menu{width:100%}}.sidebar-menu{height:100%;position:-webkit-sticky;position:sticky;background-color:transparent}.sidebar-menu__header{display:flex;flex-direction:column;grid-gap:2em;gap:2em}.sidebar-menu__header img{width:4.5em;height:4.5em;border-radius:20px;object-fit:cover}@media(max-width:769px){.sidebar-menu__header{flex-direction:row;grid-gap:.7em;gap:.7em;align-items:center}}.sidebar-menu__main-item{display:flex;cursor:pointer;color:#fff;font-weight:500;grid-gap:.5em;gap:.5em;background:hsla(0,0%,100%,.05);padding:.75em 1em}@media(max-width:769px){.sidebar-menu__main-item{font-size:.875em}}.sidebar-menu__main-item svg{fill:var(--primary-green);width:1em;height:1em}.sidebar-menu__main-item--rounded{border-radius:8px 8px 0 0}.sidebar-menu__main-item--rounded-down{border-radius:0 0 8px 8px}.sidebar-menu__message{font-size:20px;color:#fff}@media(max-width:769px){.sidebar-menu__message{font-size:1em}}.sidebar-menu__name-pubkey{color:var(--primary-green)}.sidebar-menu__export-data{padding:10px;color:#fff;background-color:transparent;border:1px solid #fff;border-radius:8px;font-weight:500;font-size:.8em}.sidebar-menu__account-item{color:#fff;background:hsla(0,0%,100%,.05);padding:.75em 1em;border-bottom:2px;display:flex;grid-gap:.5em;gap:.5em;border-radius:8px 8px 0 0;cursor:pointer}@media(max-width:769px){.sidebar-menu__account-item{font-size:.875em}}.sidebar-menu__account-item p{color:#fff;font-weight:500}.sidebar-menu__account-item:hover{background:hsla(0,0%,100%,.09)}.sidebar-menu__account-item--active{background:hsla(0,0%,100%,.1);border-left:2px solid var(--linear-first-color)}.sidebar-menu__account-item--active p{color:var(--linear-first-color)}.sidebar-menu__account-item--active svg path{fill:var(--linear-first-color)}.user-dashboard-page{background:transparent;width:100%;margin-top:2em;display:flex;grid-gap:2em;gap:2em}@media(max-width:769px){.user-dashboard-page{flex-direction:column;padding:0 1em}}.user-dashboard-page__content{width:80%;display:flex;flex-direction:column;grid-gap:2em;gap:2em;margin-bottom:1em}@media(max-width:769px){.user-dashboard-page__content{width:100%;grid-gap:.5em;gap:.5em}}.user-dashboard-page__title{color:#fff;font-weight:700;font-size:1.75em}@media(max-width:769px){.user-dashboard-page__title{font-size:1.2em}}.user-dashboard-page__wallet-disconnected{background:var(--dark-background-color);display:flex;justify-content:center;align-items:center;padding:3em 0;border-radius:1.9em}.dashboard-item{background:hsla(0,0%,100%,.03);border-radius:8px;display:flex;flex-direction:column;padding:2em;justify-content:space-between;grid-gap:1em;gap:1em}.dashboard-item__details{padding:.5em .75em;color:#b6b9be;background-color:transparent;border:1px solid #b6b9be;border-radius:8px;width:8em}.dashboard-item__details:hover{color:var(--linear-first-color);border:1px solid var(--linear-first-color)}.dashboard-item__expanded{display:flex;grid-gap:.25em;gap:.25em;margin-top:.5em;flex-wrap:wrap}.dashboard-item__expanded-description{font-size:1em;font-weight:700;color:#fff}.dashboard-item__description-item{display:flex;flex-direction:column;grid-gap:.25em;gap:.25em}.dashboard-item__description-item p{text-transform:capitalize}.dashboard-item__descirption-wrapper{display:flex;align-items:center;grid-gap:.5em;gap:.5em}.dashboard-item__descirption-wrapper .mint-select{font-size:1em;padding:.4em;font-weight:700;border-top-left-radius:.5em;border-bottom-left-radius:.5em;border-left:0}.dashboard-item__expanded-title{color:var(--gray-text-color);font-size:.75em;opacity:.7}.dashboard-item__line{height:1.5em;margin-top:.5em;opacity:.15;width:1px;background-color:#fff;margin-right:.5em}.dashboard-item__icon{background:hsla(0,0%,100%,.03);border-radius:8px;width:3.5em;height:3.5em;display:flex;align-items:center;justify-content:center;min-height:3.5em}.dashboard-item__title-description{height:100%}.dashboard-item__title{font-size:.75em;color:#b6b9be}.dashboard-item__description{font-size:1.25em;font-weight:700;color:#fff}.dashboard-overview{display:grid;grid-template-columns:repeat(3,33%);grid-row-gap:2%;row-gap:2%;grid-column-gap:2%;-webkit-column-gap:2%;column-gap:2%}@media(max-width:769px){.dashboard-overview{grid-template-columns:repeat(2,48%)}}@media(max-width:500px){.dashboard-overview{grid-template-columns:repeat(1,100%)}}.table-heading__search-clubs{background:hsla(0,0%,100%,.05);border-radius:8px;border:none;padding:.5em .5em .5em 1em;color:#fff}.table-heading__search-clubs::-webkit-input-placeholder{font-size:10px;color:#fff}.table-heading__search-clubs::placeholder{font-size:10px;color:#fff}.table-heading__search-clubs:focus-visible{border:none}.clubs-table{display:flex;flex-direction:column}.table-filter-item{display:flex;grid-gap:.25em;gap:.25em;align-items:center}.table-filter-item__title-amount{font-weight:500;font-size:.75em;color:#b6b9be;opacity:.7}.table-filter-item__button{display:flex;justify-content:center;align-items:center;border:1px solid #fff;width:.9em;height:.9em;background-color:transparent;border-radius:3px}.table-filter-item__button--active{border:1px solid var(--primary-green-color)}.table-filter-item__text{display:flex;grid-gap:.25em;gap:.25em}.table-title-filters{justify-content:space-between;display:flex;margin:1em 0}@media(max-width:769px){.table-title-filters{flex-direction:column;grid-gap:.4em;gap:.4em}}.table-title-filters p{color:#b6b9be;opacity:.7;font-weight:700;font-size:.75em}.table-title-filters__filters{display:flex;align-items:center;grid-gap:1em;gap:1em}@media(max-width:769px){.table-title-filters__filters{flex-direction:column;grid-gap:.4em;gap:.4em;align-items:flex-start}}.club-table-cell{display:flex;color:#fff;align-items:center;grid-gap:1em;gap:1em}.club-table-cell p{font-size:12px;font-weight:700}.club-table-cell img{width:2.5em;height:2.5em;border-radius:50px}.role-table-cell{color:var(--gray-text-color);opacity:.7;padding:.5em;font-size:10px;text-align:center;background:hsla(0,0%,100%,.05);border-radius:8px;text-transform:capitalize}.table-info{justify-content:space-between;background:hsla(0,0%,100%,.03);border-radius:.5em;padding:1.5em 2em;display:flex;align-items:center;width:100%;grid-gap:1em;gap:1em;margin-bottom:1em}@media(max-width:769px){.table-info{flex-direction:column}}.table-info__icon{display:flex;justify-content:center;align-items:center;background:hsla(0,0%,100%,.03);border-radius:.5em;padding:1em}.table-info__icon img{width:1.5em;height:1.5em}@media(max-width:769px){.table-info__icon{width:1em;height:1em;padding:.5em;flex-direction:row}}.table-info__detail-item,.table-info__items{display:flex;grid-gap:.5em;gap:.5em}.table-info__detail-item{justify-content:flex-start}.table-info__item-title{color:#fff;font-size:.8em;opacity:.6;text-transform:capitalize}.table-info__item-amount{font-size:1em;font-weight:700;color:#fff}.table-info__separator{height:1.5em;margin-top:.5em;opacity:.15;width:1px;background-color:#fff;margin-right:.5em}.table-info__icon-title{display:flex;align-items:center;grid-gap:.5em;gap:.5em}.table-info__text{display:flex;flex-direction:column}.table-info__title{opacity:.7;color:var(--gray-text-color);font-size:.75em}.table-info__description{color:#fff;font-size:1.375em;font-weight:700}@media(max-width:769px){.table-info__description{font-size:1em}}.withdrawals-table__button{border-radius:1em;padding:6px 8px;color:#fff;background:hsla(0,0%,100%,.05);font-size:.625em;border:none}.withdrawals-table__button--claim{border:1px solid var(--primary-green-color);color:var(--primary-green-color)}.withdrawals-table__info-cards{display:grid;grid-template-columns:repeat(2,49%);grid-column-gap:2em;-webkit-column-gap:2em;column-gap:2em}@media(max-width:769px){.withdrawals-table__info-cards{grid-template-columns:repeat(1,100%)}}.claim-button{border-radius:1.5em;padding:6px 8px;color:#fff;background:hsla(0,0%,100%,.05);font-size:12px;width:100%;border:none}.claim-button--claim{border:1px solid var(--primary-green-color);color:var(--primary-green-color)}.claim-button--stake{border:1px solid #fff;color:#fff;white-space:nowrap}.treasury-table__button{border-radius:1em;padding:6px 8px;color:#fff;background:hsla(0,0%,100%,.05);font-size:.625em;border:none}.treasury-table__button--claim{border:1px solid var(--primary-green-color);color:var(--primary-green-color)}.treasury-table__wrapper{padding:6px 8px;background:hsla(0,0%,100%,.05);border-radius:8px;text-align:center;width:3em;margin-left:30%}.treasury-table__wrapper--active{background:rgba(43,250,175,.0509803922)}.treasury-table__text{text-align:center}.treasury-table__text--active{color:#2bfaaf}.invitations-tab{border-radius:.5em .5em 0 0;background:hsla(0,0%,100%,.05);color:#fff;font-weight:500;font-size:.75em;padding:.5em 1em;border:none}.invitations-tab--active{border-bottom:1px solid var(--primary-green-color);color:var(--primary-green-color)}.invitations-table__buttons{display:flex;grid-gap:1em;gap:1em;margin-bottom:1em}.staking-period{display:flex;flex-direction:column;padding:1.25em;background:var(--primary-color);opacity:.5;width:100%;cursor:pointer;font-size:.875em;border-radius:8px;transition:all .3s ease-out;border:1px solid transparent;text-align:left}@media(max-width:769px){.staking-period{transition:none;margin-bottom:.5em}}.staking-period:hover{opacity:.7}.staking-period--active{border-color:var(--primary-green-color);opacity:1}.staking-period__coming-soon{align-self:flex-end}.staking-period__time-wrapper--active{margin-top:.25em}.staking-period__days{color:#fff;font-weight:700;font-size:.8em}.staking-period__days--disabled{color:#fff}.staking-period__days--active{color:var(--primary-green-color)}.staking-period__apy{font-weight:500;color:#fff;font-size:.75em}.staking-period__coming-soon{color:#fff;font-size:.5em}.deposit-staking{display:flex;flex-direction:column;margin-top:2em}.deposit-staking h2{font-size:2em;color:var(--primary-green-color);font-weight:700}.deposit-staking__staking-item{display:flex;flex-direction:column;margin-top:2em}.deposit-staking__title{color:#fff;font-weight:700;font-size:1.125em}.deposit-staking__amount-input{display:flex;flex-direction:column;grid-gap:1em;gap:1em}.deposit-staking__staking-options{display:flex;margin:1em 0}.deposit-staking__amount{display:flex;grid-gap:1em;gap:1em;width:100%}@media(max-width:769px){.deposit-staking__amount{flex-direction:column}}.deposit-staking__amount input{width:100%;background-color:var(--primary-color);padding:1.125em 1.25em 1.25em;border:none;margin-bottom:.5em;border-radius:8px;color:#fff}.deposit-staking__amount input::-webkit-input-placeholder{color:#949494;font-weight:100}.deposit-staking__amount input::placeholder{color:#949494;font-weight:100}.deposit-staking__amount input:focus-visible{outline:inherit}.deposit-staking__amount input{background-image:url(/static/media/unqCurrency.912731dd.svg);background-repeat:no-repeat;background-position-x:97.5%;background-position-y:50%;background-size:2em}.deposit-staking__amount-with-error{width:95%}@media(max-width:769px){.deposit-staking__amount-with-error{width:100%}}.deposit-staking__available-amount{color:#b6b9be;font-size:.8em}.deposit-staking__available-amount span{color:#fff}.deposit-staking__nft-stake-info{color:#fff;font-size:.8em;margin-top:1em}.deposit-staking__nft-stake-info span{text-transform:capitalize;font-weight:600}.deposit-staking__nft-stake-info--rare{color:#37a7ba}.deposit-staking__nft-stake-info--common{color:#48da9a}.deposit-staking__nft-stake-info--epic{color:#d84d50}.deposit-staking__nft-stake-info--legendary{color:#c9a62c}.nft-option{justify-content:space-between;width:100%}.nft-option--disabled{opacity:.2}.nft-option__info{display:flex;align-items:center;grid-gap:1em;gap:1em}.nft-option__trade-info{color:#fff}.nft-option__trade-info-label{font-size:10px;font-weight:400}.nft-option__trade-info-price{font-size:12px;font-weight:600}.nft-option__nft-rarity{font-weight:700;font-size:.875em}.nft-option__nft-rarity--rare{color:#37a7ba}.nft-option__nft-rarity--common{color:#48da9a}.nft-option__nft-rarity--epic{color:#d84d50}.nft-option__nft-rarity--legendary{color:#c9a62c}.max-button{font-size:1em;font-weight:600;padding:1.1em 1.5em;background-color:transparent;border:1px solid #fff;border-radius:9px;color:#fff;height:-webkit-min-content;height:min-content;transition:opacity .3s ease-out}@media(max-width:769px){.max-button{padding:1em;font-size:.875em}}.max-button:hover{opacity:.7}.staking-table__info-cards{margin-bottom:2em}.proposal-status-link{display:flex;justify-content:space-between;align-items:center;grid-gap:1em;gap:1em;border-radius:8px;background:rgba(253,43,43,.05)}.proposal-status-link p{padding:.875em 1em;font-size:.75em;color:#1251fc;font-weight:700;border-radius:8px}.proposal-status-link svg{color:grey;margin-right:2em}.proposal-status-link svg:hover{color:var(--primary-green-color);cursor:pointer}@media(min-width:425px){.nft-card{width:calc(50% - 16px)}}@media(min-width:768px){.nft-card{width:calc(33% - 16px)}}@media(min-width:1024px){.nft-card{width:calc(25% - 16px)}}@media(min-width:1280px){.nft-card{width:calc(20% - 16px)}}.nft-card{display:flex;flex-direction:column;justify-content:center;width:calc(100% - 16px);cursor:pointer;background:hsla(0,0%,100%,.03);border-radius:.5em}.nft-card,.nft-card__nft-image-wrapper{position:relative}.nft-card__nft-image{width:100%;object-fit:cover;aspect-ratio:1;border-radius:20px}.nft-card__nft-name{color:#fff;font-size:.8em}.nft-card__sale{display:flex;width:100%;justify-content:space-between;align-items:center;padding:.5em 1em;position:relative}.nft-card__sale-price{display:flex;grid-gap:.25em;gap:.25em}.nft-card__cancel-button{background-color:var(--red-color);border:none;color:#fff;position:absolute;bottom:1rem;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);display:flex;align-items:center;justify-content:center;border-radius:40px;padding:.5em 1em;font-weight:500;font-size:.8em}.nft-card__bid-price{display:flex;grid-gap:.25em;gap:.25em}.nft-card__details-button{color:var(--gray-text-color);opacity:.7;padding:3px 6px 4px;border-radius:4px;background:hsla(0,0%,100%,.09);border:none;cursor:pointer}.nft-card__link-icon{position:absolute;right:.8rem;top:.8rem;z-index:2;background-color:#232832;padding:.3em;border-radius:50%;display:flex;align-items:center;justify-content:center}.nft-card__link-icon-image{width:20px;height:20px}.nft-card__sell-button{border:none;position:absolute;bottom:1rem;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);display:flex;align-items:center;justify-content:center;grid-gap:.5em;gap:.5em;background-color:var(--linear-second-color);border-radius:40px;padding:.5em 1em;font-weight:500;font-size:.8em}.nft-card__collection-name{font-weight:400;font-size:.75em;opacity:.5;color:#fff}.nft-card__info{width:100%;height:100%;display:flex;flex-direction:column;padding:1em;grid-gap:.3rem;gap:.3rem}.nft-card__price{font-size:.8em;color:#fff;font-family:"Montserrat";font-weight:400;opacity:.8}.nft-card__voted,.nft-card__voted img{opacity:.6}@media(min-width:1440px){h2,h3{font-size:.9em}}.selling-info-modal{background:#232832;box-shadow:0 4px 4px rgba(0,0,0,.25);border-radius:8px;width:10em;padding:.75em;display:flex;flex-direction:column;grid-gap:.5em;gap:.5em}.selling-info-modal__wrapper{display:flex;position:absolute;bottom:32px;right:32px;flex-direction:column;align-items:flex-end;grid-gap:0;gap:0}.selling-info-modal__wrapper img{margin-right:.5em}.selling-info-modal__amount-wrapper{display:flex;flex-direction:column;width:100%}.selling-info-modal__title{font-size:.75em;color:#fff;font-weight:600}.selling-info-modal__amount-logo{display:flex}.selling-info-modal__amount-logo p{font-size:.75em;color:#fff;opacity:.7}.cancellation-reason{display:flex;grid-gap:.5em;gap:.5em}.cancellation-reason p{color:#fff;opacity:.7;font-size:1em;font-weight:500}.cancellation-reason img{cursor:pointer}.cancellation-modal{grid-gap:1.5em;gap:1.5em}.cancellation-modal,.cancellation-modal__header{display:flex;flex-direction:column}.cancellation-modal__header h2{color:#fff;font-size:1.25em;font-weight:700}.cancellation-modal__header p{color:#fff;opacity:.7;font-size:.75em}.cancellation-modal__reasons{display:flex;flex-direction:column;grid-gap:1em;gap:1em}.cancellation-modal hr{opacity:.1}.cancellation-modal input{padding:1em;color:#fff;border:none;background:hsla(0,0%,100%,.03);border-radius:8px}.cancellation-modal input:focus-visible{outline:inherit}.cancellation-modal__error-message{font-size:.8em;color:var(--red-color)}.nft-voting-card{display:flex;justify-content:center;border-radius:20px;position:relative;padding:.5em}@media(min-width:768px){.nft-voting-card{padding:1em 0 0 1em}}.nft-voting-card.active{border:3px solid var(--green-hover-color)}.nft-voting-card__checkbox{position:absolute;left:70%;top:10%}.nft-voting-card__voted{position:absolute;left:60%;top:10%;background:transparent;color:#fff;font-size:.8em;padding:.5em;border:1px solid #fff;border-radius:8px}.nft-voting-card__voted p{font-weight:600}.nft-voting-modal{display:flex;flex-direction:column;justify-content:flex-start;grid-gap:1em;gap:1em}.nft-voting-modal__title{font-size:1.5em;background:linear-gradient(90deg,#2bfda7,#38d6f9);color:transparent;-webkit-background-clip:text;background-clip:text}.nft-voting-modal__description{color:#fff;font-size:1em;opacity:.6}.nft-voting-modal__selections{display:flex;justify-content:space-between;align-items:center}.nft-voting-modal__select{display:flex;align-items:center;grid-gap:.5em;gap:.5em}.nft-voting-modal__select p{font-size:1em;color:#fff;font-weight:600}.nft-voting-modal__selected-amount{color:#fff;font-size:1em;opacity:.6}.nft-voting-modal__nfts{display:grid;grid-template-columns:repeat(2,50%);grid-gap:.5em;gap:.5em}@media(min-width:768px){.nft-voting-modal__nfts{display:grid;grid-template-columns:repeat(3,33%);grid-gap:.5em;gap:.5em}}.proposal-voting{width:49%;background-color:hsla(0,0%,100%,.03);border-radius:.5em;padding:1.25em 1.875em}@media(max-width:769px){.proposal-voting{width:100%;padding:1em 1.2em}}.proposal-voting__about-voting{display:flex;justify-content:space-between;align-items:center;position:relative}.proposal-voting__amount{display:flex;flex-direction:column;align-items:center;justify-content:center;grid-gap:.5em;gap:.5em}.proposal-voting__slider{position:relative}.proposal-voting__label{display:flex;flex-direction:column;grid-gap:.5em;gap:.5em;justify-content:center}.proposal-voting__label.approve{align-items:flex-start}.proposal-voting__label.amount{align-items:flex-start;position:absolute;display:flex;flex-direction:column}.proposal-voting__label.deny{align-items:flex-end}.proposal-voting__label p{width:3em}.proposal-voting__vote-status{color:#fff;opacity:.6;font-size:.8em}@media(max-width:769px){.proposal-voting__vote-status{display:none}}.proposal-voting hr{height:3px;border:0;border-radius:2px}.proposal-voting__lines{display:flex;align-items:center}.proposal-voting__percentage{display:flex;justify-content:space-between}.proposal-voting__checkpoint{width:1em;height:1em;border-radius:50%;z-index:10}@media(max-width:769px){.proposal-voting__checkpoint{width:.9em;height:.9em}}.proposal-voting__approve{color:var(--primary-green-color);font-weight:500;width:0;text-align:center;margin-bottom:.5em}@media(max-width:769px){.proposal-voting__approve{font-size:.9em}}.proposal-voting__deny{color:var(--red-color);font-weight:500;width:0;text-align:center;margin-right:1.5em}@media(max-width:769px){.proposal-voting__deny{font-size:.9em}}.proposal-voting__total{color:#3b4353;font-weight:500;width:0}@media(max-width:769px){.proposal-voting__total{font-size:.9em}}.proposal-voting__total--not-visible{visibility:hidden}.proposal-voting__voting-actions{justify-content:space-between;display:flex;align-items:center;width:100%;margin-top:1em}.proposal-voting__voting-actions .form-buttons{margin:0}.proposal-voting__vote-button{padding:.7em 1.2em;background-color:hsla(0,0%,100%,.06);border:0;color:#fff;font-size:.75em;font-weight:600;display:flex;align-items:center;grid-gap:.5em;gap:.5em;border-radius:.5em;transition:opacity .3s ease-out}.proposal-voting__vote-button:hover{opacity:.7}.proposal-voting__vote-button:disabled{opacity:.5}.proposal-voting__vote-button:disabled:hover{background-color:hsla(0,0%,100%,.06);cursor:default}.proposal-voting__vote-button--voted{background-color:hsla(0,0%,100%,.06);border:.1px solid #fff}.proposal-voting__vote-button--voted:hover{background-color:hsla(0,0%,100%,.06)}.proposal-voting__vote-button--voted:disabled{opacity:1}.proposals-item{display:flex;flex-direction:column;width:100%;margin-bottom:1em;align-items:flex-start;background:var(--primary-color);border-radius:1em;padding:2em}.proposals-item__link{cursor:pointer}.proposals-item__action-info{padding:.75em 1em;background-color:var(--primary-color);color:#fff;font-weight:600;font-size:.75em;border-radius:.5em}.proposals-item__header{display:flex;width:100%;justify-content:space-between;margin-bottom:1em}@media(max-width:769px){.proposals-item__header{flex-direction:column;grid-gap:1em;gap:1em}}.proposals-item__type{color:#fff;opacity:.8;font-size:1em;font-weight:500}.proposals-item__buttons{display:flex;grid-gap:1em;gap:1em;color:#fff;align-items:center}.proposals-item__buttons p{font-size:.75em}.proposals-item__buttons{margin-bottom:1.5em}@media(max-width:769px){.proposals-item__buttons{flex-wrap:wrap}}.proposals-item__details{display:flex;justify-content:space-between;grid-gap:1em;gap:1em;width:100%;-webkit-animation:forwards;animation:forwards;-webkit-animation-duration:2s;animation-duration:2s}.proposals-item__description-and-table{width:100%}.proposals-item__description{color:#fff;opacity:.6;font-size:.8em;line-height:1.2em;margin-bottom:.625em;word-break:break-word}.proposals-item__discussion-link{font-size:.75em;color:var(--primary-green-color);border-bottom:1px solid var(--primary-green-color)}.proposals-item-actions{justify-content:space-between;align-items:center;display:flex;width:100%;margin-top:1em}@media(max-width:769px){.proposals-item-actions{flex-direction:column;grid-gap:1em;gap:1em}}.proposals-item-actions__form-buttons{display:flex;justify-content:flex-end;grid-gap:1em;gap:1em}@media(max-width:769px){.proposals-item-actions__form-buttons{width:100%}}.proposals-item-actions hr{opacity:.1}.proposals-item-actions__details{width:100%;align-items:center;display:flex}.proposals-item-actions__details-button{padding:.7em 1em;background-color:transparent;border:1px solid hsla(0,0%,100%,.1);border-radius:.5em;color:#fff;display:flex;align-items:center;justify-content:space-between;width:12em;transition:opacity .3s ease-out}@media(max-width:769px){.proposals-item-actions__details-button{width:inherit;font-size:.7em}}.proposals-item-actions__details-button:hover{opacity:.7}.proposals-item-actions__form-button{padding:.875em 1em;border-radius:.5em;border:0;width:12em;justify-content:center;background:var(--primary-green-color);font-weight:700;display:flex;align-items:center;grid-gap:1em;gap:1em;font-weight:600;transition:opacity .3s ease-out}.proposals-item-actions__form-button--cancel{width:12em;background:transparent;border:1px solid red;color:red}@media(max-width:769px){.proposals-item-actions__form-button{width:100%}}.proposals-item-actions__form-button img{-webkit-filter:invert(1);filter:invert(1)}.proposals-item-actions__form-button:hover{opacity:.7}.proposals-item-actions__link{cursor:pointer}.proposals-item-actions__separator{border-bottom:1px solid hsla(0,0%,100%,.1);width:100%}.proposals-item-actions__claimed{margin-top:1.5em;background-color:rgba(43,253,167,.1019607843);color:#fff;text-align:center;width:100%;padding:.8em 1em;border-radius:8px}.proposals-item-actions__claimed p{font-weight:600;font-size:.75em}.proposals-item-actions__cancellation-reason{margin-top:1.5em;background:rgba(253,43,43,.1);border-radius:8px;width:100%;text-align:center;padding:.8em 1em}.proposals-item-actions__cancellation-reason p{color:var(--red-color);font-weight:600;font-size:.75em}.proposals-item-basic-info{display:flex;grid-gap:1em;gap:1em}@media(max-width:425px){.proposals-item-basic-info{flex-direction:column}}.proposals-item-basic-info__image{width:3em;height:3em;border-radius:8px;cursor:pointer}.proposals-item-basic-info__text{display:flex;flex-direction:column}.proposals-item-basic-info__name{font-size:1.2em;color:#fff;font-weight:700;margin-bottom:.5em;word-wrap:break-word}.proposals-item-basic-info__duration{display:flex;grid-gap:.25em;gap:.25em}.proposals-item-basic-info__duration img{width:1em;height:1em}.proposals-item-basic-info__transfer-destination{color:#fff;font-size:.75em;padding-right:.5em;border-right:1px solid hsla(0,0%,100%,.489)}.proposals-item-basic-info__club-data{display:flex;justify-content:center;grid-gap:.5em;gap:.5em;border-right:1px solid rgba(63,63,63,.5019607843);padding-right:.5em}.proposals-item-basic-info__club-data img{border-radius:50%;width:1em;height:1em}.proposals-item-basic-info__club-data p{font-size:.75em;color:#fff}.proposals-item-basic-info__ends-in{display:flex;font-size:.75em;color:#fff;grid-gap:.5em;gap:.5em}.proposals-item-basic-info__ends-in span{color:var(--primary-green-color);display:flex;grid-gap:.5em;gap:.5em}.proposals-item-basic-info__info{display:flex;grid-gap:1em;gap:1em}@media(max-width:425px){.proposals-item-basic-info__info{flex-direction:column}}.proposals-item-basic-info__trade{display:flex;grid-gap:.25em;gap:.25em}.proposals-item-basic-info__trade-option{color:#fff;font-size:.75em}.proposals-item-basic-info__trade-amount{margin-left:.25em;color:var(--primary-green-color)}.proposals-item-skeleton{display:flex;flex-direction:column;grid-gap:1em;gap:1em;width:100%;background-color:var(--primary-color);border-radius:20px;padding:1em 2em;margin-bottom:1em}.proposals-item-skeleton__header{display:flex;flex-direction:column;grid-gap:1em;gap:1em;justify-content:flex-start}.proposals-item-skeleton__basic-info{display:flex;width:100%;justify-content:space-between}@media(max-width:769px){.proposals-item-skeleton__basic-info{flex-direction:column}}.proposals-item-skeleton__status-and-link{display:flex;grid-gap:.5em;gap:.5em;align-items:center}.proposals-item-skeleton__voting{position:relative}.proposals-item-skeleton__voting-buttons{display:flex;width:100%;justify-content:space-between;position:absolute;top:60%}.proposals-item-skeleton__content{display:flex;align-items:center}.withdrawal-proposal-table{display:flex;flex-direction:column;justify-content:center;width:100%;background-color:var(--primary-color);border-radius:.5em;margin:2em 0 1em}.withdrawal-proposal-table__item{display:flex;width:100%;justify-content:space-between;padding:12px 20px;color:#fff;font-size:.75em;font-weight:700}.withdrawal-proposal-table__item:not(:first-child){border-top:1px solid rgba(59,67,83,.3843137255)}.withdrawal-proposal-table__label{font-weight:400}.withdrawal-proposal-table__label-capitalise{text-transform:capitalize}.withdrawal-proposal-table__value{opacity:.7}.withdrawal-proposal-table__value--members-amount{color:var(--primary-green-color)}.user-account-settings{min-height:100vh;width:100%;align-items:center;display:flex;flex-direction:column;background:255,255,255,.03}.user-account-settings input{background-color:var(--primary-color)}.user-account-settings__content{max-width:1770px;margin-top:90px;display:flex;align-items:flex-start;justify-content:space-between;flex-direction:column;height:100%}@media(max-width:769px){.user-account-settings__content{margin-top:0}}.user-account-settings__tabbar{width:100%;min-height:unset;border-radius:15px;background-color:var(--primary-color);display:flex;overflow-y:auto}.user-account-settings__tabbar-item{display:flex;align-items:center;color:#fff;padding:1.2em 1.5em;border-radius:10px}.user-account-settings__tabbar-item--active{background-color:var(--primary-color)}.user-account-settings__tabbar-item p{margin:0 1em;font-weight:500;font-size:.75em}.user-account-settings__settings-tab{width:100%;border-radius:15px;background-color:var(--primary-color);padding:1em;margin-top:1em}.user-account-settings__settings-tab h2{font-size:2em;color:var(--primary-green-color);display:none}.user-account-settings__wallet{margin:2.5em 0}.user-account-settings__wallet-label{font-size:1em;color:#fff;margin-bottom:1.2em;font-weight:700}.user-account-settings__wallet-message{font-size:.7em;font-weight:400;color:#3b4353;margin-top:.5em}.user-account-settings__wallet-address{background-color:var(--primary-color);border:0;border-radius:10px;padding:1em 1.5em;color:#fff;font-size:.9em;margin-top:.7em}.user-account-settings__wallet-address,.user-account-settings__wallet-icons{display:flex;align-items:center;justify-content:space-between}.user-account-settings__wallet-icons a{display:flex;align-items:center}.user-account-settings__wallet-icons img{padding:0 .2em}.user-account-settings__wallet-icons img:hover{-webkit-filter:invert(20%);filter:invert(20%);cursor:pointer}.user-account-settings__wallet-icons svg{fill:#fff}@media(min-width:768px){.user-account-settings__content{margin:2em 0}.user-account-settings__tabbar-item p{font-size:1em}.user-account-settings__settings-tab{padding:3em}.user-account-settings__settings-tab h2{display:block}.user-account-settings__wallet-label{font-size:1.5em}.user-account-settings__wallet-message{font-size:.9em}}@media(min-width:1024px){.user-account-settings__content{max-width:1770px;display:flex;align-items:flex-start;justify-content:space-between;flex-direction:row;height:100%;width:100%}.user-account-settings__tabbar{width:25%;min-height:90vh;border-radius:15px;background-color:var(--primary-color);display:block}.user-account-settings__settings-tab{border-radius:15px;padding:3em;margin-top:0}.user-account-settings__settings-tab,.user-account-settings__settings-tab input{background-color:var(--primary-color)}.user-account-settings__settings-tab h2{font-size:2em;color:var(--primary-green-color)}}.empty-data{display:flex;flex-direction:column;align-items:center;width:100%;height:20em;justify-content:center}@media(max-width:769px){.empty-data{height:10em}}@media(max-width:769px){.empty-data img{height:50px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;object-fit:contain}}.empty-data h4{font-size:1.25em;font-weight:600;color:#fff}@media(max-width:769px){.empty-data h4{font-size:1em}}.empty-data p{font-size:1em;color:#fff;opacity:.8;margin:.5em 0;text-align:center}@media(max-width:769px){.empty-data p{font-size:.875em}}.empty-data button{padding:1.1em 2em;border:0;background:var(--primary-green-color);font-weight:600;font-size:1em;margin-top:1em}@media(max-width:769px){.empty-data button{font-size:.8em}}.empty-data button:enabled{transition:opacity .3s ease-out}.empty-data button:enabled:hover{opacity:.7}.vault-gallery{display:flex;flex-direction:column;grid-gap:.5em;gap:.5em;justify-content:flex-start;margin:1em 0}.vault-gallery__gallery-title{font-size:1.125em;color:#fff;font-weight:700;margin-bottom:1em}.vault-gallery__nft-list{display:flex;flex-direction:row;flex-wrap:wrap;grid-gap:20px;gap:20px;overflow-y:auto}.vault-gallery__load{align-self:center;margin-top:2em}@media(min-width:768px){.vault-gallery__nft-list{display:flex;flex-wrap:wrap}}.create-proposal-wizard{min-height:100vh;width:100%;margin:auto;align-items:center;display:flex;flex-direction:column}.create-proposal-wizard__content{width:100%;max-width:1440px;margin:2em 0;height:100%;border-radius:0;border-radius:30px;padding:2em}.create-proposal-wizard__label{font-size:2em;color:var(--primary-green-color);align-self:start;font-weight:700;margin-bottom:1em}@media(max-width:769px){.create-proposal-wizard__label{font-size:1.5em}}@media(min-width:768px){.create-proposal-wizard{width:75%}.create-proposal-wizard__content{padding:6em}}@media(min-width:1024px){.create-proposal-wizard{width:900px}}.create-proposal__options{margin-bottom:1em;display:flex}.create-proposal__discussion-description{margin-top:.2em;font-weight:400;font-size:.85em;color:#afafaf}@media(max-width:769px){.create-proposal__discussion-description{font-size:.7em}}.create-proposal__max-voting-time-value{margin:.7em 0;background-color:var(--primary-color);border:1px solid #fff;border-radius:.5em;padding:1em 1.5em;color:#fff;font-size:.9em;display:flex;width:100%}.create-proposal__max-voting-time-label{color:#fff;margin-top:.7em;font-size:.9em;font-weight:600;display:flex;align-items:center;grid-gap:7px;gap:7px}.create-proposal__buy-option,.create-proposal__option{display:flex;grid-gap:.5em;gap:.5em}.create-proposal__option{flex-direction:column;justify-content:center;color:#fff}.create-proposal__option-title{color:#fff;margin-top:.7em;font-size:.9em;font-weight:600}.create-proposal__nft-to-buy{display:flex;grid-gap:1em;gap:1em;background-color:var(--input-color);padding:1em;border-radius:8px;align-items:center}.create-proposal__nft-to-buy img{width:4em;height:4em}.create-proposal__nft-description{display:flex;flex-direction:column;color:#fff}.create-proposal__nft-title{font-size:.8em;font-weight:700}.create-proposal__nft-collection{font-size:.8em}.create-proposal__option-name{color:#fff;font-size:.9em;font-weight:600}.create-proposal__mint-and-amount{display:flex;align-items:flex-end}.create-proposal__mint-and-amount .wizard-field{border-top-right-radius:0;border-bottom-right-radius:0}@media(max-width:769px){.create-proposal__mint-and-amount{flex-direction:column}}.create-proposal__start-end-date{display:flex;flex-direction:column;grid-gap:5%;gap:5%}.create-proposal__button{background:rgba(29,42,68,.2);cursor:pointer;width:10em;height:3em;border:none;border-radius:8px;color:#fff;font-weight:600;font-size:.875em;display:flex;justify-content:center;align-items:center;grid-gap:.75em;gap:.75em;transition:background-color .3s ease-out}.create-proposal__button img{width:1.5em;height:1.5em}.create-proposal__button--active{background-color:var(--primary-green-color)}.create-proposal__button--active p{color:#000}.create-proposal__button--active img{-webkit-filter:invert(1);filter:invert(1)}.create-proposal__buy-sell-nft-config{display:flex;flex-direction:column}.create-proposal__buy-sell-nft-config div:nth-child(2) input{background-image:url(/static/media/sol.d96a19ab.svg);background-repeat:no-repeat;background-position-x:95%;background-position-y:50%}.create-proposal__description{display:flex;flex-direction:column;align-items:flex-end}.create-proposal__char-count{color:#fff;font-size:.875em;opacity:.6}.create-proposal__choose-nft-wrapper{width:100%}.create-proposal__choose-nft-title{color:#fff;font-weight:600;font-size:.875em}.create-proposal__agree-platform-fee{display:flex;color:#fff;align-items:center;margin-bottom:1em}.create-proposal__agree-platform-fee p{font-size:.8em;font-weight:700}.create-proposal__agree-platform-fee p a{color:#fff;text-decoration:underline}.nft-option{display:flex;align-items:center;grid-gap:1em;gap:1em}.nft-option__image{width:5em;height:5em;border-radius:10px}.nft-option__description{display:flex;flex-direction:column;grid-gap:.25em;gap:.25em;color:#fff}.nft-option__nft-name{font-weight:700;font-size:.875em}.nft-option__nft-collection{font-size:.75em;opacity:.8em}.nft-option__error{color:#c00c0c;font-size:13px;margin-left:1em;margin-bottom:.5em}@media(min-width:768px){.create-proposal__start-end-date{flex-direction:row}.create-proposal__buy-sell-nft-config{display:grid;grid-template-columns:65% 30%;grid-column-gap:5%;-webkit-column-gap:5%;column-gap:5%}}.buy-nft-proposal{display:flex;flex-direction:column;width:100%}.buy-nft-proposal__logo{width:1.5em;height:1.5em}.buy-nft-proposal__info{display:flex;grid-gap:2em;gap:2em;position:absolute;left:19%;width:1em;top:10%;cursor:pointer}.buy-nft-proposal__image-name{display:flex;align-items:center}@media(max-width:769px){.buy-nft-proposal__image-name{flex-direction:column}}.buy-nft-proposal__image-name{grid-gap:5%;gap:5%}.buy-nft-proposal__image-name div:nth-child(2){width:50%}@media(max-width:769px){.buy-nft-proposal__image-name div:nth-child(2){width:100%}}.buy-nft-proposal__image-name div:nth-child(2) input{background-image:url(/static/media/sol.d96a19ab.svg);background-repeat:no-repeat;background-position-x:95%;background-position-y:50%}.buy-nft-proposal__nft-to-buy{display:flex;justify-content:space-between;grid-gap:1em;gap:1em;background-color:var(--primary-color);padding:1em;border-radius:8px;align-items:center}.buy-nft-proposal__nft-image{width:4em;height:4em;border-radius:8px}.buy-nft-proposal__nft-description{display:flex;flex-direction:column;color:#fff}.buy-nft-proposal__nft-title{font-size:.8em;font-weight:700}.buy-nft-proposal__nft-collection{font-size:.8em}.proposal-tooltip{display:flex;grid-gap:0;gap:0;align-items:center;width:100%}.proposal-tooltip__single{flex-direction:column;grid-gap:0;gap:0;align-items:center;max-width:15em}.proposal-tooltip__left-triangle{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.proposal-tooltip__images{display:flex;grid-gap:.5em;gap:.5em}.proposal-tooltip__content{display:flex;flex-direction:column;background-color:var(--gray-tooltip-color);padding:1.5em;border-radius:8px;align-items:center}.proposal-tooltip__info{display:flex;grid-gap:1.5em;gap:1.5em;max-width:30em}.proposal-tooltip__tooltip-item{display:flex;flex-direction:column;grid-gap:.75em;gap:.75em}.proposal-tooltip__item{display:flex;flex-direction:column;grid-gap:.5em;gap:.5em}.proposal-tooltip__tooltip-wrapper{display:flex;grid-gap:1em;gap:1em}.proposal-tooltip__tooltip-title{display:flex;justify-content:space-between}.proposal-tooltip__tooltip-description,.proposal-tooltip__tooltip-title p{font-size:.75em;color:#fff;font-weight:700}.proposal-tooltip__tooltip-description{line-height:14.3px}.proposal-tooltip__link{font-size:.75em;color:#fff;text-decoration:none;font-weight:700}.proposal-tooltip__link a{text-decoration:none;border-bottom:1px solid #fff;cursor:pointer;color:#fff}.proposal-tooltip__horizontal-line{height:100%;width:1px;background-color:#fff;opacity:.1}.mint-price{display:flex;position:relative;grid-gap:2%;gap:2%}.mint-price__tooltip{position:absolute;left:14.5%;top:-70%}.mint-price__mint-wrapper{position:relative;width:100%}.mint-price__nft-wrapper{display:flex;justify-content:space-between}.mint-price__price-container{display:flex;align-items:flex-end;width:60%}.mint-price__price-container .input:before{opacity:1;color:#fff;font-weight:600}.mint-price__info-circle{left:12.5%}.mint-price__info,.mint-price__info-circle{position:absolute;width:1em;top:10%;cursor:pointer}.mint-price__info{display:flex;grid-gap:2em;gap:2em;left:19%}.mint-price__image-name{display:flex;align-items:center;grid-gap:1em;gap:1em}.sell-nft-proposal{display:flex;flex-direction:column}.sell-nft-proposal__select-price{display:grid;grid-template-columns:63% 35%;grid-column-gap:2%;-webkit-column-gap:2%;column-gap:2%}@media(max-width:769px){.sell-nft-proposal__select-price{display:block}}.sell-nft-proposal__price-container{display:flex;align-items:flex-end}.sell-nft-proposal__price-container .input:before{opacity:1;color:#fff;font-weight:600}.sell-nft-proposal__sell-option{display:flex;flex-direction:column;grid-gap:.5em;gap:.5em}.sell-nft-proposal__sell-option p{color:#fff;font-size:.8em;font-weight:600}.sell-nft-proposal__title-tooltip{display:flex;justify-content:space-between;position:relative}.sell-nft-proposal__options{display:flex;justify-content:space-between;margin-bottom:1em}.sell-nft-proposal__tooltip{position:absolute;left:55%;top:30%}@media(min-width:768px){.sell-nft-proposal__tooltip{top:37%}}.withdrawal-proposal{display:flex;flex-direction:column;width:100%;background-color:var(--primary-color);border-radius:.5em;border:1px solid hsla(0,0%,100%,.112);margin:1em 0}.withdrawal-proposal__fee{display:flex;justify-content:space-between}.withdrawal-proposal__fee div{display:flex;grid-gap:.25em;gap:.25em}.withdrawal-proposal__fee div img{width:1em}.withdrawal-proposal__available-amount-info{display:flex;justify-content:space-between}.withdrawal-proposal__profit-label{font-size:.75em;font-weight:700;color:#fff}.withdrawal-proposal__profit-amount{font-size:.75em;color:#fff}.withdrawal-proposal__profit-info{display:flex;grid-gap:1em;gap:1em}.withdrawal-proposal__label{color:var(--primary-green-color);font-size:.875em;font-weight:700}.withdrawal-proposal__main-info{padding:2em;border-bottom:1px solid hsla(0,0%,100%,.112)}.withdrawal-proposal__governance-info{padding:2em;display:flex;align-items:center;justify-content:space-between}@media(max-width:769px){.withdrawal-proposal__governance-info{flex-direction:column;align-items:flex-start;grid-gap:.5em;gap:.5em}}.withdrawal-proposal__governance-info-item{color:#fff;font-size:.75em;display:flex;align-items:center;grid-gap:.5em;gap:.5em}.withdrawal-proposal__governance-label{font-weight:700}.withdrawal-proposal__max-amount{font-size:1.5em;font-weight:700;color:#fff;margin:.2em 0}.withdrawal-proposal__amount{display:flex;position:relative;height:7em}.withdrawal-proposal__amount div{width:90%}@media(max-width:769px){.withdrawal-proposal__amount{height:auto;flex-direction:column}.withdrawal-proposal__amount div{width:100%}}.withdrawal-proposal__max{background-color:transparent;border:1px solid #fff;height:3em;width:5em;border-radius:8px;color:#fff;font-weight:700;position:absolute;left:91%;top:37.5%}@media(max-width:769px){.withdrawal-proposal__max{position:static;height:auto;width:auto;padding:1em;display:block}}.withdrawal-proposal__fee-amount,.withdrawal-proposal__fee-title{color:#fff;font-size:.75em;opacity:.8}.withdrawal-proposal__fee-amount{font-weight:700}.withdrawal-proposal__you-get{display:flex;justify-content:space-between}.withdrawal-proposal__you-get-amount,.withdrawal-proposal__you-get-title{color:var(--linear-first-color);font-size:.8em}.withdrawal-proposal__you-get-amount{font-weight:700}.withdrawal-proposal__governance-config{display:flex;grid-gap:5em;gap:5em;background-color:var(--preview-component-color);border-radius:8px;padding:2em;margin-top:1em}@media(max-width:769px){.withdrawal-proposal__governance-config{flex-direction:column;grid-gap:1em;gap:1em;padding:1.5em}}.withdrawal-proposal__governance-wrapper{display:flex;flex-direction:column;grid-gap:.5em;gap:.5em}.withdrawal-proposal__governance-wrapper img{width:1em}.withdrawal-proposal__governace-title{display:flex;position:relative;color:var(--linear-first-color);font-weight:700;font-size:.8em;grid-gap:.25em;gap:.25em}.withdrawal-proposal__mint-and-amount{display:flex;align-items:flex-end}.withdrawal-proposal__mint-and-amount .wizard-field{border-top-right-radius:0;border-bottom-right-radius:0}@media(max-width:769px){.withdrawal-proposal__mint-and-amount{flex-direction:column}}.withdrawal-proposal__governace-amount{color:#fff;font-weight:700;font-size:1.5em}.role-votes-config{width:100%;display:flex;flex-direction:column;grid-gap:1em;gap:1em}.role-votes-config__item{width:100%;grid-gap:2em;gap:2em;display:flex;align-items:center;color:#fff}.role-votes-config__role-name{text-transform:capitalize;font-weight:700;font-size:1em}.role-votes-config__power{display:flex;flex-direction:column;width:30%}.role-votes-config__weight{font-size:.8em;font-weight:700}.role-votes-config__label{font-size:.7em;opacity:.7}.info-banner{display:flex;flex-direction:column;background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.12);border-radius:8px;color:#fff;margin:1em 0}.info-banner__wrapper{width:100%;padding:30px;display:flex;justify-content:space-between}.info-banner__wrapper-content{grid-gap:8px;gap:8px;display:flex}.info-banner__wrapper-content div p{font-weight:700;font-size:12px}.info-banner__wrapper-content div p:last-child{font-family:"Montserrat";font-style:normal;font-weight:400;font-size:12px}@media(min-width:768px){.info-banner{text-align:center}}.info-banner p{font-size:.75em}@media(max-width:769px){.info-banner p{font-size:.5em}}.info-banner p a,.info-banner p span{font-weight:700;font-size:.9em}.info-banner p a{text-decoration:underline;color:#fff}.info-banner p a:hover{text-decoration:none}.nft-actions-tab{background-color:transparent;border:none;padding:.5em 1em;color:#fff;font-size:.75em;font-weight:500}.nft-actions-tab--active{color:var(--primary-green-color);background:hsla(0,0%,100%,.09)}.nft-actions-tab__wrapper{display:flex;flex-direction:column;position:relative}.nft-actions-tab__tooltip{position:absolute;color:#fff;font-size:.7em;width:20em;top:-90%;left:-50%;background:hsla(0,0%,100%,.09);padding:.5em;text-align:center;border-radius:4px}.vault-section__gallery-header{margin-top:2em;display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:center;grid-gap:1em;gap:1em}@media screen and (min-width:768px){.vault-section__gallery-header{flex-direction:row}}.vault-section__tabs{display:flex;align-self:center;justify-content:center;width:100%;background:transparent;border-radius:8px}.vault-section__nft-filters{display:flex;grid-gap:1em;gap:1em}.vault-section__vault-label{color:var(--primary-green-color);font-size:1em;font-weight:700}.vault-section__filters-wrapper{width:300px;margin-left:3em}@media screen and (min-width:768px){.vault-section__filters-wrapper{margin-left:0}}.vault{display:flex;flex-direction:column;grid-gap:2em;gap:2em;justify-content:center}.vault__buttons{display:flex;justify-content:space-between}.vault__button{color:#fff;display:flex;justify-content:center;align-items:center;grid-gap:.25em;gap:.25em;background-color:var(--primary-color);border:none;transition:opacity .3s ease-out}.vault__button:hover{opacity:.7}.vault__button.back{width:11em;height:3em}.skeleton{display:flex;grid-gap:1em;gap:1em;flex-wrap:wrap}.scroll-to-top{position:fixed;bottom:30px;right:30px;background:#1b202b;border:0;color:#fff;padding:.5em 1em;display:flex;align-items:center;grid-gap:.375em;gap:.375em;border-radius:1em;box-shadow:0 8px 8px rgba(0,0,0,.24);font-weight:600;font-size:.75em;justify-content:center}.scroll-to-top img{width:16px;height:16px}:root{--dark-blue-color:#040a16;--primary-color:hsla(0,0%,100%,0.03);--primary-green-color:#2bfaaf;--green-hover-color:#2bb77d;--purple-color:#762bfa;--linear-first-color:#2bfda7;--linear-second-color:#38d6f9;--input-color:#12203e;--main-dark:#040a16;--text-green:#2bfaaf;--red-color:#fd2b2b;--transparent-background-color:rgba(10,20,40,0.9);--dark-background-color:#0a1428;--modal-background-color:#0c121d;--preview-component-color:rgba(1,1,1,0.35);--gray-text-color:#b6b9be;--gray-tooltip-color:#232832;--wallet-color:#543dc6}.main-container{padding:0 2em}@media(min-width:1024px){.main-container{padding:0 10vw}}@media(max-width:769px){.main-container{padding:0 1em}}*{box-sizing:border-box;margin:0;padding:0;text-decoration:none;list-style-type:none}h1{font-size:4.5rem}h1,h2,h3,h4{font-family:"Montserrat",sans-serif;text-align:start}button[disabled]{opacity:.6}::-webkit-input-placeholder{font-family:"Montserrat",sans-serif}::placeholder,a,b,button,input,li,p,span,strong,textarea{font-family:"Montserrat",sans-serif}body,html{height:100%;padding:0;margin:0;background:#040a16;background:var(--dark-blue-color)}button{border-radius:.5em}button:hover{cursor:pointer}body::-webkit-scrollbar{display:none}input:-webkit-autofill,input:-webkit-autofill:active,input:-webkit-autofill:focus,input:-webkit-autofill:hover,textarea:-webkit-autofill,textarea:-webkit-autofill:active,textarea:-webkit-autofill:focus,textarea:-webkit-autofill:hover{-webkit-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s;color:#fff!important;box-shadow:none}input:-webkit-autofill,input:-webkit-autofill:focus{-webkit-box-shadow:0 0 0 0 hsla(0,0%,100%,.03) inset;-webkit-box-shadow:0 0 0 0 var(--primary-color) inset;-webkit-text-fill-color:#fff}.input textarea::-webkit-scrollbar,.members-treasury__list::-webkit-scrollbar,.modal__container::-webkit-scrollbar,.notifications__list::-webkit-scrollbar,.proposal-comments__list::-webkit-scrollbar,.proposal-modal__container::-webkit-scrollbar,.proposals__content::-webkit-scrollbar,.social-networks__buttons::-webkit-scrollbar,.summary__tab::-webkit-scrollbar,.tabs__tab::-webkit-scrollbar,.user-account-settings__tabbar .club-tags::-webkit-scrollbar,.vault-gallery__nft-list::-webkit-scrollbar,.wallet-modal__container::-webkit-scrollbar{width:4px;height:2px}.input textarea::-webkit-scrollbar-track,.members-treasury__list::-webkit-scrollbar-track,.modal__container::-webkit-scrollbar-track,.notifications__list::-webkit-scrollbar-track,.proposal-comments__list::-webkit-scrollbar-track,.proposal-modal__container::-webkit-scrollbar-track,.proposals__content::-webkit-scrollbar-track,.social-networks__buttons::-webkit-scrollbar-track,.summary__tab::-webkit-scrollbar-track,.tabs__tab::-webkit-scrollbar-track,.user-account-settings__tabbar .club-tags::-webkit-scrollbar-track,.vault-gallery__nft-list::-webkit-scrollbar-track,.wallet-modal__container::-webkit-scrollbar-track{box-shadow:inset 0 0 5px hsla(0,0%,50.2%,.1803921569);border-radius:10px;color:#fff}.input textarea::-webkit-scrollbar-thumb,.members-treasury__list::-webkit-scrollbar-thumb,.modal__container::-webkit-scrollbar-thumb,.notifications__list::-webkit-scrollbar-thumb,.proposal-comments__list::-webkit-scrollbar-thumb,.proposal-modal__container::-webkit-scrollbar-thumb,.proposals__content::-webkit-scrollbar-thumb,.social-networks__buttons::-webkit-scrollbar-thumb,.summary__tab::-webkit-scrollbar-thumb,.tabs__tab::-webkit-scrollbar-thumb,.user-account-settings__tabbar .club-tags::-webkit-scrollbar-thumb,.vault-gallery__nft-list::-webkit-scrollbar-thumb,.wallet-modal__container::-webkit-scrollbar-thumb{background:#2bfda5;border-radius:10px}.input textarea::-webkit-scrollbar-thumb:hover,.members-treasury__list::-webkit-scrollbar-thumb:hover,.modal__container::-webkit-scrollbar-thumb:hover,.notifications__list::-webkit-scrollbar-thumb:hover,.proposal-comments__list::-webkit-scrollbar-thumb:hover,.proposal-modal__container::-webkit-scrollbar-thumb:hover,.proposals__content::-webkit-scrollbar-thumb:hover,.social-networks__buttons::-webkit-scrollbar-thumb:hover,.summary__tab::-webkit-scrollbar-thumb:hover,.tabs__tab::-webkit-scrollbar-thumb:hover,.user-account-settings__tabbar .club-tags::-webkit-scrollbar-thumb:hover,.vault-gallery__nft-list::-webkit-scrollbar-thumb:hover,.wallet-modal__container::-webkit-scrollbar-thumb:hover{background:rgba(43,253,165,.7176470588);cursor:pointer}input::-webkit-input-placeholder{font-family:"Montserrat",sans-serif;font-weight:100}input::placeholder{font-family:"Montserrat",sans-serif;font-weight:100}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}div .react-multi-email{margin:1em 0;border-radius:10px}div .react-multi-email span[data-placeholder]{color:rgba(43,43,43,.61)!important}.react-multi-email [data-tag]{font-family:"Epilogue",sans-serif;font-weight:100!important}div .carousel-caption-bottom{text-align:left;left:4%;padding:0}div .dots{margin-top:10px;text-align:right;position:absolute;bottom:30px;width:100%;right:4%}div .notification-container{top:6px;right:13px}@media(max-width:769px){div .notification-container{right:0}}div .notification{font-family:"Montserrat",sans-serif;border-radius:10px;font-size:.8em;box-shadow:unset;color:#fff;word-break:break-word}div .notification .description,div .notification .title{font-size:.9em}div .notification-error{background-color:#790707}.css-2m9kme-MuiFormControl-root{margin:0!important}.css-2m9kme-MuiFormControl-root:focus{border:#fff}.MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-color:#fff!important}div .css-1okebmr-indicatorSeparator,div .css-bpeome-MuiSvgIcon-root-MuiSelect-icon,div .css-hfutr2-MuiSvgIcon-root-MuiSelect-icon{display:none}div .css-14el2xx-placeholder{color:#555}div .css-1mf2mio-control{width:100%}div .carousel-initialized{position:unset}div .carousel-prev{top:-64%;left:calc(100% - 114px);width:25px;color:grey}div .carousel-next{top:-64%;left:calc(100% - 81px);width:25px;color:grey}div .carousel-next:focus,div .carousel-next:hover,div .carousel-prev:focus,div .carousel-prev:hover{color:#fff;cursor:pointer}div .wallet-adapter-button{background-color:transparent;display:flex;font-family:"Montserrat",sans-serif}div .wallet-adapter-button-trigger{border:1px solid #2bfaaf;border:1px solid var(--primary-green-color);background-color:rgba(4,14,36,.8196078431)!important;color:#2bfaaf;color:var(--primary-green-color);border-radius:0}div .wallet-adapter-modal-wrapper{background:#0c121d;background:var(--modal-background-color);color:#2bfaaf;color:var(--primary-green-color);max-width:500px!important}div .wallet-adapter-modal-title{color:#2bfaaf;color:var(--primary-green-color);text-align:start!important;font-size:24px!important;font-family:"Montserrat"!important}.wallet-adapter-dropdown-list-item{background-color:inherit!important;justify-content:start!important;font-family:"Montserrat",sans-serif;padding-left:3.75em;font-weight:500;font-size:14px;width:100%}.wallet-adapter-dropdown-list-item:hover{background:hsla(0,0%,100%,.05)!important}.wallet-adapter-dropdown-list{padding:0;background:#131824;border-radius:8px;box-shadow:5px 5px 10px rgba(0,0,0,.1882352941)!important;grid-row-gap:0}.wallet-adapter-dropdown-list li{padding:1em 1.5em 1em 3.5em;position:relative;height:auto}.wallet-adapter-dropdown-list li:after{background-repeat:no-repeat;background-size:20px;height:20px;width:20px;position:absolute;content:"";left:1em;top:50%!important;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.wallet-adapter-dropdown-list li:first-child:after{top:13%;background-image:url(/static/media/copy.2e3c36ba.svg)}.wallet-adapter-dropdown-list li:nth-child(2):after{top:43%;background-image:url(/static/media/repeat.43e573a2.svg)}.wallet-adapter-dropdown-list li:nth-child(3){color:#fd2b2b}.wallet-adapter-dropdown-list li:nth-child(3):after{top:72%;background-image:url(/static/media/minusCircle.38846406.svg)}div .wallet-adapter-modal-wrapper-no-logo{padding:4em}.css-j204z7-MuiFormControlLabel-root .MuiFormControlLabel-label{color:#fff}@media(min-width:768px){body{background-size:40em}}@media(min-width:1024px){body{background-size:50em}}.modal-open{height:100vh;overflow-y:hidden}
/*# sourceMappingURL=main.86fbc6af.chunk.css.map */