
@import url('https://fonts.googleapis.com/css?family=Roboto:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:display=swap');

.PageHeader_headerLanguageIcon__2IflG,
.PageHeader_headerMenuBtn__2OMGz,
.PageHeader_headerRightSide__5TK21,
.PageHeader_headerWrapper__1IKqf,
.PageHeader_userInfoWrapper__2JWmg {
    display: flex;
    flex-flow: row nowrap
}

.PageHeader_headerLogo__1oRua,
.PageHeader_headerLogoBckgrd__3ru9j {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain
}

.PageHeader_headerMenuBtn__2OMGz {
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    border: transparent;
    background: #774bbd;
    -webkit-transform: skewX(-15deg);
    transform: skewX(-15deg);
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    background-image: linear-gradient(to right, #C4175F 0%, #DA4F99 100%);
}

@media (max-width:768px) {
    .PageHeader_headerMenuBtn__2OMGz {
        hover: none
    }
}

.PageHeader_headerMenuBtn__2OMGz:hover {
    background-size: 400% 400%;
    -webkit-animation: PageHeader_Gradient__2EvuS 5s ease infinite;
    animation: PageHeader_Gradient__2EvuS 5s ease infinite;
    background-image: radial-gradient(ellipse, #C4175F 3.56%, #DA4F99 50%, #C4175F 100%);
    -webkit-transform: scale(.95) skewX(-15deg);
    transform: scale(.95) skewX(-15deg)
}

.PageHeader_headerMenuBtn__2OMGz:active {
    box-shadow: inset 0 0 .417vw .677vw rgba(85, 41, 88, .23)
}

@-webkit-keyframes PageHeader_Gradient__2EvuS {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

@keyframes PageHeader_Gradient__2EvuS {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

.PageHeader_headerWrapper__1IKqf {
    position: relative;
    justify-content: space-between;
    align-items: center;
    background-color: #21232b;
    height: 3.958vw;
    z-index: 202
}

@media (max-width:768px) {
    .PageHeader_headerWrapper__1IKqf {
        height: 5.937vw
    }
}

@media (max-width:576px) {
    .PageHeader_headerWrapper__1IKqf {
        height: 11.874vw
    }
}

.PageHeader_overviewMobileLink__3hbsl {
    position: absolute;
    display: none;
    color: #fff;
    top: 130%
}

@media (max-width:768px) {
    .PageHeader_overviewMobileLink__3hbsl {
        display: flex
    }
}

.PageHeader_overviewMobileLinkImg__mMw7Z {
    object-fit: cover;
    margin-right: 10px
}

.PageHeader_headerLogoLink__12oBR {
    top: 15%;
    left: 2%;
    padding: 0;
    margin: 0;
    border: 0;
    position: absolute
}

.PageHeader_headerLogoBckgrd__3ru9j {
    background-size: cover;
    width: 21.302vw;
    height: 3.958vw
}

@media (max-width:768px) {
    .PageHeader_headerLogoBckgrd__3ru9j {
        width: 31.953vw;
        height: 5.937vw
    }
}

@media (max-width:576px) {
    .PageHeader_headerLogoBckgrd__3ru9j {
        position: relative;
        left: -13%;
        width: 63.906vw;
        height: 11.874vw
    }
}

.PageHeader_headerLogo__1oRua {
    width: 10.885vw;
    height: 2.784vw
}

@media (max-width:768px) {
    .PageHeader_headerLogo__1oRua {
        width: 16.3275vw;
        height: 4.176vw
    }
}

@media (max-width:576px) {
    .PageHeader_headerLogo__1oRua {
        width: 32.655vw;
        height: 8.352vw
    }
}

.PageHeader_headerMenuBtn__2OMGz {
    display: none;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-transform: capitalize;
    width: 10%;
    height: 60%;
    border-radius: .52vw;
    font-size: .833vw;
}

@media (max-width:768px) {
    .PageHeader_headerMenuBtn__2OMGz {
        margin-left: auto;
        margin-right: 10px;
        font-size: 2.0825vw;
        border-radius: 1.3vw;
        display: flex
    }
}

@media (max-width:576px) {
    .PageHeader_headerMenuBtn__2OMGz {
        width: 15%;
        font-size: 2.9155vw
    }
}

@media (max-width:320px) {
    .PageHeader_headerMenuBtn__2OMGz {
        width: 20%;
        font-size: 2.9155vw
    }
}

@media (max-width:768px) {
    .PageHeader_headerRightSide__5TK21 {
        display: none
    }
}

.PageHeader_userLogoBorder__12cgn {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    border-radius: 50%;
    width: 2.813vw;
    height: 2.813vw;
    margin-right: .833vw;
    background-image: linear-gradient(180deg, #C4175F 0, #DA4F99)
}

.PageHeader_userLogo__l2zTA {
    width: 2.5vw;
    height: 2.5vw;
    object-fit: cover;
    border-radius: 50%
}

.PageHeader_userName__2AUBh {
    text-transform: uppercase;
    font-size: .917vw;
    font-weight: 700
}

.PageHeader_userName__2AUBh:hover {
    color: #fff
}

.PageHeader_headerRightSide__5TK21 {
    align-items: center
}

.PageHeader_userInfoWrapper__2JWmg {
    align-items: center;
    color: #fff;
    margin-right: 2.188vw
}

.PageHeader_userInfoWrapper__2JWmg:hover {
    color: #fff
}

.PageHeader_headerLanguageIcon__2IflG {
    object-fit: cover;
    height: 2.188vw;
    width: 2.188vw;
    margin-right: .885vw;
    border: .156vw solid rgba(104, 111, 148, .33);
    border-radius: 50%;
    cursor: pointer
}

.Loader_loaderWrapper__2vK1T {
    top: 0;
    left: 0;
    position: absolute;
    background-color: rgba(0, 0, 0, .274);
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    z-index: 5
}

.Loader_roller__2AMay {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px
}

.Loader_roller__2AMay div {
    -webkit-animation: Loader_lds-roller__-PPSe 1.2s cubic-bezier(.5, 0, .5, 1) infinite;
    animation: Loader_lds-roller__-PPSe 1.2s cubic-bezier(.5, 0, .5, 1) infinite;
    -webkit-transform-origin: 40px 40px;
    transform-origin: 40px 40px
}

.Loader_roller__2AMay div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #fff;
    margin: -4px 0 0 -4px
}

.Loader_roller__2AMay div:first-child {
    -webkit-animation-delay: -36ms;
    animation-delay: -36ms
}

.Loader_roller__2AMay div:first-child:after {
    top: 63px;
    left: 63px
}

.Loader_roller__2AMay div:nth-child(2) {
    -webkit-animation-delay: -72ms;
    animation-delay: -72ms
}

.Loader_roller__2AMay div:nth-child(2):after {
    top: 68px;
    left: 56px
}

.Loader_roller__2AMay div:nth-child(3) {
    -webkit-animation-delay: -.108s;
    animation-delay: -.108s
}

.Loader_roller__2AMay div:nth-child(3):after {
    top: 71px;
    left: 48px
}

.Loader_roller__2AMay div:nth-child(4) {
    -webkit-animation-delay: -.144s;
    animation-delay: -.144s
}

.Loader_roller__2AMay div:nth-child(4):after {
    top: 72px;
    left: 40px
}

.Loader_roller__2AMay div:nth-child(5) {
    -webkit-animation-delay: -.18s;
    animation-delay: -.18s
}

.Loader_roller__2AMay div:nth-child(5):after {
    top: 71px;
    left: 32px
}

.Loader_roller__2AMay div:nth-child(6) {
    -webkit-animation-delay: -.216s;
    animation-delay: -.216s
}

.Loader_roller__2AMay div:nth-child(6):after {
    top: 68px;
    left: 24px
}

.Loader_roller__2AMay div:nth-child(7) {
    -webkit-animation-delay: -.252s;
    animation-delay: -.252s
}

.Loader_roller__2AMay div:nth-child(7):after {
    top: 63px;
    left: 17px
}

.Loader_roller__2AMay div:nth-child(8) {
    -webkit-animation-delay: -.288s;
    animation-delay: -.288s
}

.Loader_roller__2AMay div:nth-child(8):after {
    top: 56px;
    left: 12px
}

@-webkit-keyframes Loader_lds-roller__-PPSe {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes Loader_lds-roller__-PPSe {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.SignInBtn_btnWrapper__1bvWm {
    -webkit-transform: skewX(-15deg);
    transform: skewX(-15deg);
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    border: transparent;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    background: #56bef7;
    background: linear-gradient(90deg, #56bef7, #1fe7e7)
}

@media (max-width:768px) {
    .SignInBtn_btnWrapper__1bvWm {
        hover: none
    }
}

.SignInBtn_btnWrapper__1bvWm:hover {
    background-size: 400% 400%;
    -webkit-animation: SignInBtn_Gradient__SnB8o 5s ease infinite;
    animation: SignInBtn_Gradient__SnB8o 5s ease infinite;
    background-image: radial-gradient(ellipse, #56bef7 3.56%, #1fe7e7 50%, #56bef7 100%);
    -webkit-transform: scale(.95) skewX(-15deg);
    transform: scale(.95) skewX(-15deg)
}

.SignInBtn_btnWrapper__1bvWm:active {
    box-shadow: inset 0 0 .417vw .677vw rgba(41, 73, 88, .23)
}

@-webkit-keyframes SignInBtn_Gradient__SnB8o {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

@keyframes SignInBtn_Gradient__SnB8o {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

.SignInBtn_btnWrapper__1bvWm {
    width: 5%;
    height: 60%;
    border-radius: .52vw;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin-right: 2vw;
    cursor: pointer;
    font-size: .833vw
}

@media (max-width:768px) {
    .SignInBtn_btnWrapper__1bvWm {
        width: 10%;
        font-size: 2.0825vw;
        border-radius: 1.3vw
    }
}

@media (max-width:576px) {
    .SignInBtn_btnWrapper__1bvWm {
        width: 15%;
        font-size: 2.9155vw
    }
}

@media (max-width:320px) {
    .SignInBtn_btnWrapper__1bvWm {
        width: 20%;
        font-size: 2.9155vw
    }
}

.FormsWrapper_fromsWrapper__3sZ-J {
    display: flex;
    flex-flow: row nowrap
}

@-webkit-keyframes FormsWrapper_Gradient__X353x {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

@keyframes FormsWrapper_Gradient__X353x {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

.FormsWrapper_fromsWrapper__3sZ-J {
    height: 100%;
    width: 100%;
    overflow: hidden
}

@media (max-width:425px) {
    .FormsWrapper_fromsWrapper__3sZ-J {
        position: relative;
        padding: 0 16px
    }
}

.FormsWrapper_closeButton__3NX-D {
    display: none
}

.FormsWrapper_closeBtn__1uRwT {
    position: absolute;
    color: #fff;
    font-size: 3rem;
    cursor: pointer;
    top: 0;
    right: 3%
}

.SignInForm_submitBtn__1Pk3K {
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    border: transparent;
    background: #774bbd;
    -webkit-transform: skewX(-15deg);
    transform: skewX(-15deg);
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    background: linear-gradient(90deg, #774bbd, #a23bb8)
}

@media (max-width:768px) {
    .SignInForm_submitBtn__1Pk3K {
        hover: none
    }
}

.SignInForm_submitBtn__1Pk3K:hover {
    background-size: 400% 400%;
    -webkit-animation: SignInForm_Gradient__2BQ5J 5s ease infinite;
    animation: SignInForm_Gradient__2BQ5J 5s ease infinite;
    background-image: radial-gradient(ellipse, #774bbd 3.56%, #a23bb8 50%, #774bbd 100%);
    -webkit-transform: scale(.95) skewX(-15deg);
    transform: scale(.95) skewX(-15deg)
}

.SignInForm_submitBtn__1Pk3K:active {
    box-shadow: inset 0 0 .417vw .677vw rgba(85, 41, 88, .23)
}

@-webkit-keyframes SignInForm_Gradient__2BQ5J {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

@keyframes SignInForm_Gradient__2BQ5J {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

.SignInForm_formWrapper__1U3Dj {
    position: relative
}

.SignInForm_formHeader__2rJPU {
    position: relative;
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    margin-top: 60px
}

.SignInForm_formDescript__d-nXC {
    color: hsla(0, 0%, 100%, .5);
    font-size: 1rem;
    margin-bottom: 50px
}

.SignInForm_submitBtn__1Pk3K {
    position: relative;
    font-size: 1.2rem;
    width: 100%;
    height: 45px;
    border-radius: 10px
}

.SignInForm_forgotPassWrapper__3-7TO {
    text-align: right
}

.SignInForm_forgotPassLink__21nOg {
    color: hsla(0, 0%, 100%, .5)
}

.SignInForm_input__1iBQr {
    height: 50px;
    border-radius: 10px;
    border: 2px solid #302f2f
}

.SignInForm_input__1iBQr,
.SignInForm_input__1iBQr * {
    background-color: #1e1f25!important;
    color: #fff
}

.BtnLoader_loaderWrapper__1Muwm {
    position: absolute;
    top: 40%;
    left: 35%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    z-index: 5
}

.BtnLoader_roller__3_OJW {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px
}

.BtnLoader_roller__3_OJW div {
    -webkit-animation: BtnLoader_lds-roller__rZDjK 1.2s cubic-bezier(.5, 0, .5, 1) infinite;
    animation: BtnLoader_lds-roller__rZDjK 1.2s cubic-bezier(.5, 0, .5, 1) infinite;
    -webkit-transform-origin: 40px 40px;
    transform-origin: 40px 40px
}

.BtnLoader_roller__3_OJW div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #fff;
    margin: -4px 0 0 -4px
}

.BtnLoader_roller__3_OJW div:first-child {
    -webkit-animation-delay: -36ms;
    animation-delay: -36ms
}

.BtnLoader_roller__3_OJW div:first-child:after {
    top: 63px;
    left: 63px
}

.BtnLoader_roller__3_OJW div:nth-child(2) {
    -webkit-animation-delay: -72ms;
    animation-delay: -72ms
}

.BtnLoader_roller__3_OJW div:nth-child(2):after {
    top: 68px;
    left: 56px
}

.BtnLoader_roller__3_OJW div:nth-child(3) {
    -webkit-animation-delay: -.108s;
    animation-delay: -.108s
}

.BtnLoader_roller__3_OJW div:nth-child(3):after {
    top: 71px;
    left: 48px
}

.BtnLoader_roller__3_OJW div:nth-child(4) {
    -webkit-animation-delay: -.144s;
    animation-delay: -.144s
}

.BtnLoader_roller__3_OJW div:nth-child(4):after {
    top: 72px;
    left: 40px
}

.BtnLoader_roller__3_OJW div:nth-child(5) {
    -webkit-animation-delay: -.18s;
    animation-delay: -.18s
}

.BtnLoader_roller__3_OJW div:nth-child(5):after {
    top: 71px;
    left: 32px
}

.BtnLoader_roller__3_OJW div:nth-child(6) {
    -webkit-animation-delay: -.216s;
    animation-delay: -.216s
}

.BtnLoader_roller__3_OJW div:nth-child(6):after {
    top: 68px;
    left: 24px
}

.BtnLoader_roller__3_OJW div:nth-child(7) {
    -webkit-animation-delay: -.252s;
    animation-delay: -.252s
}

.BtnLoader_roller__3_OJW div:nth-child(7):after {
    top: 63px;
    left: 17px
}

.BtnLoader_roller__3_OJW div:nth-child(8) {
    -webkit-animation-delay: -.288s;
    animation-delay: -.288s
}

.BtnLoader_roller__3_OJW div:nth-child(8):after {
    top: 56px;
    left: 12px
}

@-webkit-keyframes BtnLoader_lds-roller__rZDjK {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes BtnLoader_lds-roller__rZDjK {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@-webkit-keyframes LogoForForms_Gradient__2d4mN {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

@keyframes LogoForForms_Gradient__2d4mN {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

.LogoForForms_logoWraper__3KrHJ {
    padding: 5px 0;
    width: 40%;
    height: 100%
}

@media (max-width:425px) {
    .LogoForForms_logoWraper__3KrHJ {
        position: absolute;
        max-height: 128px;
        max-width: 140px;
        top: -12%;
        left: 0
    }
}

.LogoForForms_formsLogo__3nS0Z {
    object-fit: cover
}

@media (max-width:425px) {
    .LogoForForms_formsLogo__3nS0Z {
        max-height: 118px
    }
}

.RegistrationForm_connectMetamaskLink__bdXlz,
.RegistrationForm_modalWrapper__1NjOZ {
    display: flex;
    flex-flow: row nowrap
}

.RegistrationForm_modalLogo__3JMS4 {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain
}

.RegistrationForm_antBtn__2Hkdw button,
.RegistrationForm_connectMetamaskLink__bdXlz {
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    border: transparent;
    background: #774bbd;
    -webkit-transform: skewX(-15deg);
    transform: skewX(-15deg);
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    background: linear-gradient(90deg, #774bbd, #a23bb8)
}

@media (max-width:768px) {
    .RegistrationForm_antBtn__2Hkdw button,
    .RegistrationForm_connectMetamaskLink__bdXlz {
        hover: none
    }
}

.RegistrationForm_antBtn__2Hkdw button:hover,
.RegistrationForm_connectMetamaskLink__bdXlz:hover {
    background-size: 400% 400%;
    -webkit-animation: RegistrationForm_Gradient__3O_8w 5s ease infinite;
    animation: RegistrationForm_Gradient__3O_8w 5s ease infinite;
    background-image: radial-gradient(ellipse, #774bbd 3.56%, #a23bb8 50%, #774bbd 100%);
    -webkit-transform: scale(.95) skewX(-15deg);
    transform: scale(.95) skewX(-15deg)
}

.RegistrationForm_antBtn__2Hkdw button:active,
.RegistrationForm_connectMetamaskLink__bdXlz:active {
    box-shadow: inset 0 0 .417vw .677vw rgba(85, 41, 88, .23)
}

@-webkit-keyframes RegistrationForm_Gradient__3O_8w {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

@keyframes RegistrationForm_Gradient__3O_8w {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

.RegistrationForm_icwModal__t1Nxr {
    padding: 0;
    margin: 0;
    max-width: 100vw;
    width: 37.135vw;
    background: transparent;
    box-shadow: none
}

@media (max-width:768px) {
    .RegistrationForm_icwModal__t1Nxr {
        width: 100vh
    }
}

.RegistrationForm_closeBtn__9r13E {
    position: absolute;
    color: #fff;
    font-size: 2.5vw;
    cursor: pointer;
    top: 3%;
    right: 3%
}

@media (max-width:768px) {
    .RegistrationForm_closeBtn__9r13E {
        font-size: 6.25vw
    }
}

@media (max-width:576px) {
    .RegistrationForm_closeBtn__9r13E {
        font-size: 8.75vw
    }
}

@media (max-width:375px) {
    .RegistrationForm_closeBtn__9r13E {
        font-size: 13.75vw
    }
}

.RegistrationForm_errorMsg__1XoWv {
    color: red;
    font-size: .781vw;
    margin-top: -.5vw;
    margin-bottom: .5vw
}

@media (max-width:768px) {
    .RegistrationForm_errorMsg__1XoWv {
        font-size: 1.9525vw;
        margin-top: -1.25vw;
        margin-bottom: 1.25vw
    }
}

@media (max-width:576px) {
    .RegistrationForm_errorMsg__1XoWv {
        font-size: 2.7335vw;
        margin-top: -1.75vw;
        margin-bottom: 1.75vw
    }
}

@media (max-width:375px) {
    .RegistrationForm_errorMsg__1XoWv {
        font-size: 4.2955vw;
        margin-top: -2.75vw;
        margin-bottom: 2.75vw
    }
}

.RegistrationForm_modalWrapper__1NjOZ {
    position: relative;
    align-items: center;
    width: 37.135vw;
    height: 28.542vw;
    background-color: #23252e;
    border-radius: .52vw
}

@media (max-width:768px) {
    .RegistrationForm_modalWrapper__1NjOZ {
        width: 100%;
        height: 71.355vw
    }
}

@media (max-width:576px) {
    .RegistrationForm_modalWrapper__1NjOZ {
        height: 99.897vw
    }
}

@media (max-width:375px) {
    .RegistrationForm_modalWrapper__1NjOZ {
        justify-content: center;
        height: 156.981vw
    }
}

.RegistrationForm_modalLogo__3JMS4 {
    position: static;
    width: 13.021vw;
    height: 25.857vw
}

@media (max-width:768px) {
    .RegistrationForm_modalLogo__3JMS4 {
        width: 32.5525vw;
        height: 64.6425vw
    }
}

@media (max-width:375px) {
    .RegistrationForm_modalLogo__3JMS4 {
        display: none
    }
}

.RegistrationForm_formWrapper__2Dx4Q {
    margin-left: 3.032vw;
    width: 16.094vw
}

@media (max-width:768px) {
    .RegistrationForm_formWrapper__2Dx4Q {
        width: 40.235vw;
        margin-left: 7.58vw
    }
}

@media (max-width:576px) {
    .RegistrationForm_formWrapper__2Dx4Q {
        width: 56.329vw;
        margin-left: 3.032vw
    }
}

@media (max-width:375px) {
    .RegistrationForm_formWrapper__2Dx4Q {
        width: 88.517vw;
        margin-left: 0
    }
}

.RegistrationForm_formHeader__9RgFq {
    width: 100%;
    color: #fff;
    font-size: 1.875vw;
    line-height: 2.25vw;
    font-weight: 700;
    margin-bottom: .833vw
}

@media (max-width:768px) {
    .RegistrationForm_formHeader__9RgFq {
        font-size: 4.6875vw;
        line-height: 5.625vw;
        margin-bottom: 2.0825vw
    }
}

@media (max-width:576px) {
    .RegistrationForm_formHeader__9RgFq {
        font-size: 6.5625vw;
        line-height: 7.875vw;
        margin-bottom: 2.9155vw
    }
}

@media (max-width:375px) {
    .RegistrationForm_formHeader__9RgFq {
        margin-left: 0;
        font-size: 10.3125vw;
        line-height: 12.375vw;
        margin-bottom: 4.5815vw
    }
}

.RegistrationForm_connectMetamaskLink__bdXlz {
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 13.542vw;
    height: 2.5vw;
    font-size: 1vw;
    text-align: center;
    border-radius: .52vw
}

@media (max-width:768px) {
    .RegistrationForm_connectMetamaskLink__bdXlz {
        width: 33.855vw;
        height: 6.25vw;
        font-size: 2.5vw;
        border-radius: 1.3vw
    }
}

@media (max-width:576px) {
    .RegistrationForm_connectMetamaskLink__bdXlz {
        width: 47.397vw;
        height: 8.75vw;
        font-size: 3.5vw;
        border-radius: 1.82vw
    }
}

@media (max-width:375px) {
    .RegistrationForm_connectMetamaskLink__bdXlz {
        width: 74.481vw;
        height: 13.75vw;
        font-size: 5.5vw;
        border-radius: 2.86vw
    }
}

.RegistrationForm_connectMetamaskLink__bdXlz:hover {
    color: #fff
}

.RegistrationForm_antItem__h19NX {
    margin-bottom: .625vw;
    width: 15.52vw!important
}

@media (max-width:768px) {
    .RegistrationForm_antItem__h19NX {
        width: 38.8vw!important;
        margin-bottom: 1.5625vw
    }
}

@media (max-width:576px) {
    .RegistrationForm_antItem__h19NX {
        width: 54.32vw!important;
        margin-bottom: 2.1875vw
    }
}

@media (max-width:375px) {
    .RegistrationForm_antItem__h19NX {
        width: 85.36vw!important;
        margin-bottom: 3.4375vw
    }
}

.RegistrationForm_antItem__h19NX * {
    font-size: .781vw;
    min-height: 0
}

@media (max-width:768px) {
    .RegistrationForm_antItem__h19NX * {
        font-size: 1.9525vw
    }
}

@media (max-width:576px) {
    .RegistrationForm_antItem__h19NX * {
        font-size: 2.7335vw
    }
}

@media (max-width:375px) {
    .RegistrationForm_antItem__h19NX * {
        font-size: 4.2955vw
    }
}

.RegistrationForm_input__B1Kuj {
    width: 15.52vw!important;
    height: 2.292vw!important;
    border-radius: .52vw!important;
    border: .156vw solid rgba(104, 111, 148, .25)!important
}

.RegistrationForm_input__B1Kuj,
.RegistrationForm_input__B1Kuj * {
    font-size: .781vw!important;
    background-color: #23252e!important;
    color: #fff!important
}

@media (max-width:768px) {
    .RegistrationForm_input__B1Kuj * {
        font-size: 1.9525vw!important
    }
}

@media (max-width:576px) {
    .RegistrationForm_input__B1Kuj * {
        font-size: 2.7335vw!important
    }
}

@media (max-width:375px) {
    .RegistrationForm_input__B1Kuj * {
        font-size: 4.2955vw!important
    }
}

@media (max-width:768px) {
    .RegistrationForm_input__B1Kuj {
        width: 38.8vw!important;
        height: 5.73vw!important;
        font-size: 1.9525vw!important;
        border-radius: 1.3vw!important;
        border: .39vw solid rgba(104, 111, 148, .25)!important
    }
}

@media (max-width:576px) {
    .RegistrationForm_input__B1Kuj {
        width: 54.32vw!important;
        height: 8.022vw!important;
        font-size: 2.7335vw!important;
        border-radius: 1.82vw!important;
        border: .546vw solid rgba(104, 111, 148, .25)!important
    }
}

@media (max-width:375px) {
    .RegistrationForm_input__B1Kuj {
        width: 85.36vw!important;
        height: 12.606vw!important;
        font-size: 4.2955vw!important;
        border-radius: 2.86vw!important;
        border: .858vw solid rgba(104, 111, 148, .25)!important
    }
}

.RegistrationForm_termsOfUseText__3laNo {
    margin-top: .833vw;
    margin-bottom: .833vw;
    color: #fff;
    font-size: .677vw
}

@media (max-width:768px) {
    .RegistrationForm_termsOfUseText__3laNo {
        margin-top: 2.0825vw;
        margin-bottom: 2.0825vw;
        font-size: 1.6925vw
    }
}

@media (max-width:576px) {
    .RegistrationForm_termsOfUseText__3laNo {
        margin-top: 2.9155vw;
        margin-bottom: 2.9155vw;
        font-size: 2.3695vw
    }
}

@media (max-width:375px) {
    .RegistrationForm_termsOfUseText__3laNo {
        margin-top: 4.5815vw;
        margin-bottom: 4.5815vw;
        font-size: 3.7235vw
    }
}

.RegistrationForm_termsOfUseText__3laNo * {
    min-height: 0
}

.RegistrationForm_termsOfUseLink__1ZoyX {
    font-size: .677vw;
    color: #803494
}

@media (max-width:768px) {
    .RegistrationForm_termsOfUseLink__1ZoyX {
        font-size: 1.6925vw
    }
}

@media (max-width:576px) {
    .RegistrationForm_termsOfUseLink__1ZoyX {
        font-size: 2.3695vw
    }
}

@media (max-width:375px) {
    .RegistrationForm_termsOfUseLink__1ZoyX {
        font-size: 3.7235vw
    }
}

.RegistrationForm_antBtn__2Hkdw * {
    min-height: 0;
    margin-bottom: 0
}

.RegistrationForm_antBtn__2Hkdw button {
    font-size: .989vw;
    width: 15.52vw!important;
    height: 2.292vw!important;
    border-radius: .52vw
}

@media (max-width:768px) {
    .RegistrationForm_antBtn__2Hkdw button {
        font-size: 2.4725vw;
        width: 38.8vw!important;
        height: 5.73vw!important;
        border-radius: 1.3vw
    }
}

@media (max-width:576px) {
    .RegistrationForm_antBtn__2Hkdw button {
        font-size: 3.4615vw;
        width: 54.32vw!important;
        height: 8.022vw!important;
        border-radius: 1.82vw
    }
}

@media (max-width:375px) {
    .RegistrationForm_antBtn__2Hkdw button {
        font-size: 5.4395vw;
        width: 85.36vw!important;
        height: 12.606vw!important;
        border-radius: 2.86vw
    }
}

.RegistrationForm_antBtn__2Hkdw button:hover {
    -webkit-transform: scale(.95) skewX(-10deg);
    transform: scale(.95) skewX(-10deg);
    background: linear-gradient(90deg, #774bbd, #a23bb8)!important
}

.WalletConnectionForm_connectMetamaskLink__21geU,
.WalletConnectionForm_modalWrapper__2mA6e {
    display: flex;
    flex-flow: row nowrap
}

.WalletConnectionForm_connectLinkMetamaskWrapper__1sNGJ {
    display: flex;
    flex-flow: column nowrap
}

.WalletConnectionForm_modalLogo__142Wb {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain
}

.WalletConnectionForm_connectMetamaskLink__21geU {
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    border: transparent;
    background: #774bbd;
    -webkit-transform: skewX(-15deg);
    transform: skewX(-15deg);
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    background: linear-gradient(90deg, #774bbd, #a23bb8)
}

@media (max-width:768px) {
    .WalletConnectionForm_connectMetamaskLink__21geU {
        hover: none
    }
}

.WalletConnectionForm_connectMetamaskLink__21geU:hover {
    background-size: 400% 400%;
    -webkit-animation: WalletConnectionForm_Gradient__1gcz0 5s ease infinite;
    animation: WalletConnectionForm_Gradient__1gcz0 5s ease infinite;
    background-image: radial-gradient(ellipse, #774bbd 3.56%, #a23bb8 50%, #774bbd 100%);
    -webkit-transform: scale(.95) skewX(-15deg);
    transform: scale(.95) skewX(-15deg)
}

.WalletConnectionForm_connectMetamaskLink__21geU:active {
    box-shadow: inset 0 0 .417vw .677vw rgba(85, 41, 88, .23)
}

@-webkit-keyframes WalletConnectionForm_Gradient__1gcz0 {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

@keyframes WalletConnectionForm_Gradient__1gcz0 {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

.WalletConnectionForm_icwModal__Eayx3 {
    padding: 0;
    margin: 0;
    max-width: 100vw;
    width: 37.135vw;
    background: transparent;
    box-shadow: none
}

@media (max-width:768px) {
    .WalletConnectionForm_icwModal__Eayx3 {
        width: 100vh
    }
}

.WalletConnectionForm_closeBtn__RSzBx {
    position: absolute;
    color: #fff;
    font-size: 2.5vw;
    cursor: pointer;
    top: 3%;
    right: 3%
}

@media (max-width:768px) {
    .WalletConnectionForm_closeBtn__RSzBx {
        font-size: 6.25vw
    }
}

@media (max-width:576px) {
    .WalletConnectionForm_closeBtn__RSzBx {
        font-size: 8.75vw
    }
}

@media (max-width:375px) {
    .WalletConnectionForm_closeBtn__RSzBx {
        font-size: 13.75vw
    }
}

.WalletConnectionForm_modalWrapper__2mA6e {
    position: relative;
    align-items: center;
    width: 37.135vw;
    height: 28.542vw;
    background-color: #23252e;
    border-radius: .52vw
}

@media (max-width:768px) {
    .WalletConnectionForm_modalWrapper__2mA6e {
        width: 100%;
        height: 71.355vw
    }
}

@media (max-width:576px) {
    .WalletConnectionForm_modalWrapper__2mA6e {
        height: 99.897vw
    }
}

@media (max-width:375px) {
    .WalletConnectionForm_modalWrapper__2mA6e {
        justify-content: center;
        height: 128.439vw
    }
}

.WalletConnectionForm_modalLogo__142Wb {
    position: static;
    width: 13.021vw;
    height: 25.857vw
}

@media (max-width:768px) {
    .WalletConnectionForm_modalLogo__142Wb {
        width: 32.5525vw;
        height: 64.6425vw
    }
}

@media (max-width:375px) {
    .WalletConnectionForm_modalLogo__142Wb {
        width: 26.042vw;
        height: 51.714vw;
        justify-self: start;
        position: absolute;
        top: 9%;
        left: 0
    }
}

.WalletConnectionForm_formWrapper__7km6Z {
    margin-left: 3.032vw;
    width: 16.094vw
}

@media (max-width:768px) {
    .WalletConnectionForm_formWrapper__7km6Z {
        width: 40.235vw;
        margin-left: 7.58vw
    }
}

@media (max-width:576px) {
    .WalletConnectionForm_formWrapper__7km6Z {
        width: 56.329vw;
        margin-left: 3.032vw
    }
}

@media (max-width:375px) {
    .WalletConnectionForm_formWrapper__7km6Z {
        width: 88.517vw;
        margin-left: 0
    }
}

.WalletConnectionForm_formHeader__18Gjf {
    width: 100%;
    color: #fff;
    font-size: 1.875vw;
    line-height: 2.25vw;
    font-weight: 700;
    margin-bottom: .833vw
}

@media (max-width:768px) {
    .WalletConnectionForm_formHeader__18Gjf {
        font-size: 4.6875vw;
        line-height: 5.625vw;
        margin-bottom: 2.0825vw
    }
}

@media (max-width:576px) {
    .WalletConnectionForm_formHeader__18Gjf {
        font-size: 6.5625vw;
        line-height: 7.875vw;
        margin-bottom: 2.9155vw
    }
}

@media (max-width:375px) {
    .WalletConnectionForm_formHeader__18Gjf {
        margin-left: 25vw;
        font-size: 10.3125vw;
        line-height: 12.375vw;
        margin-bottom: 4.5815vw
    }
}

.WalletConnectionForm_formDescript__2SjPN {
    color: rgba(212, 233, 252, .5);
    line-height: 1.33vw;
    font-size: .938vw;
    margin-bottom: 2.5vw
}

@media (max-width:768px) {
    .WalletConnectionForm_formDescript__2SjPN {
        line-height: 3.325vw;
        font-size: 2.345vw
    }
}

@media (max-width:576px) {
    .WalletConnectionForm_formDescript__2SjPN {
        line-height: 4.655vw;
        font-size: 3.283vw
    }
}

@media (max-width:375px) {
    .WalletConnectionForm_formDescript__2SjPN {
        margin-left: 25vw;
        margin-bottom: 15vw;
        line-height: 7.315vw;
        font-size: 5.159vw
    }
}

.WalletConnectionForm_connectLinkMetamaskWrapper__1sNGJ {
    width: 100%;
    height: 7.031vw;
    background-color: #2b2d37;
    justify-content: center;
    border-radius: .52vw;
    margin-top: .833vw;
    padding-left: 1.25vw
}

@media (max-width:768px) {
    .WalletConnectionForm_connectLinkMetamaskWrapper__1sNGJ {
        height: 17.5775vw;
        border-radius: 1.3vw;
        margin-top: 2.0825vw;
        padding-left: 3.125vw
    }
}

@media (max-width:576px) {
    .WalletConnectionForm_connectLinkMetamaskWrapper__1sNGJ {
        height: 24.6085vw;
        border-radius: 1.82vw;
        margin-top: 2.9155vw;
        padding-left: 4.375vw
    }
}

@media (max-width:375px) {
    .WalletConnectionForm_connectLinkMetamaskWrapper__1sNGJ {
        height: 38.6705vw;
        border-radius: 2.86vw;
        margin-top: 4.5815vw;
        padding-left: 6.875vw
    }
}

.WalletConnectionForm_connectMetamaskLinkDesc__20n0W {
    color: #fff;
    font-size: .923vw;
    font-weight: 600;
    margin-bottom: .677vw
}

@media (max-width:768px) {
    .WalletConnectionForm_connectMetamaskLinkDesc__20n0W {
        font-size: 2.3075vw;
        margin-bottom: 1.6925vw
    }
}

@media (max-width:576px) {
    .WalletConnectionForm_connectMetamaskLinkDesc__20n0W {
        font-size: 3.2305vw;
        margin-bottom: 2.3695vw
    }
}

@media (max-width:375px) {
    .WalletConnectionForm_connectMetamaskLinkDesc__20n0W {
        font-size: 5.0765vw;
        margin-bottom: 3.7235vw
    }
}

.WalletConnectionForm_connectMetamaskLink__21geU {
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 13.542vw;
    height: 2.5vw;
    font-size: 1vw;
    text-align: center;
    border-radius: .52vw
}

@media (max-width:768px) {
    .WalletConnectionForm_connectMetamaskLink__21geU {
        width: 33.855vw;
        height: 6.25vw;
        font-size: 2.5vw;
        border-radius: 1.3vw
    }
}

@media (max-width:576px) {
    .WalletConnectionForm_connectMetamaskLink__21geU {
        width: 47.397vw;
        height: 8.75vw;
        font-size: 3.5vw;
        border-radius: 1.82vw
    }
}

@media (max-width:375px) {
    .WalletConnectionForm_connectMetamaskLink__21geU {
        width: 74.481vw;
        height: 13.75vw;
        font-size: 5.5vw;
        border-radius: 2.86vw
    }
}

.WalletConnectionForm_connectMetamaskLink__21geU:hover {
    color: #fff
}

.InstallCryptoWalletForm_connectMetamaskLink__3eh-L,
.InstallCryptoWalletForm_connectOtherLink__3GIi-,
.InstallCryptoWalletForm_modalWrapper__1QAN- {
    display: flex;
    flex-flow: row nowrap
}

.InstallCryptoWalletForm_connectLinkMetamaskWrapper__1sapg {
    display: flex;
    flex-flow: column nowrap
}

.InstallCryptoWalletForm_modalLogo__3witP {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain
}

.InstallCryptoWalletForm_connectMetamaskLink__3eh-L {
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    border: transparent;
    background: #774bbd;
    -webkit-transform: skewX(-15deg);
    transform: skewX(-15deg);
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    background: linear-gradient(90deg, #774bbd, #a23bb8)
}

@media (max-width:768px) {
    .InstallCryptoWalletForm_connectMetamaskLink__3eh-L {
        hover: none
    }
}

.InstallCryptoWalletForm_connectMetamaskLink__3eh-L:hover {
    background-size: 400% 400%;
    -webkit-animation: InstallCryptoWalletForm_Gradient__3QHYG 5s ease infinite;
    animation: InstallCryptoWalletForm_Gradient__3QHYG 5s ease infinite;
    background-image: radial-gradient(ellipse, #774bbd 3.56%, #a23bb8 50%, #774bbd 100%)
}

.InstallCryptoWalletForm_connectOtherLink__3GIi- {
    -webkit-transform: skewX(-15deg);
    transform: skewX(-15deg);
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    border: transparent;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    background: #56bef7;
    background: linear-gradient(90deg, #56bef7, #1fe7e7)
}

@media (max-width:768px) {
    .InstallCryptoWalletForm_connectOtherLink__3GIi- {
        hover: none
    }
}

.InstallCryptoWalletForm_connectOtherLink__3GIi-:hover {
    background-size: 400% 400%;
    -webkit-animation: InstallCryptoWalletForm_Gradient__3QHYG 5s ease infinite;
    animation: InstallCryptoWalletForm_Gradient__3QHYG 5s ease infinite;
    background-image: radial-gradient(ellipse, #56bef7 3.56%, #1fe7e7 50%, #56bef7 100%)
}

.InstallCryptoWalletForm_connectMetamaskLink__3eh-L:hover {
    -webkit-transform: scale(.95) skewX(-15deg);
    transform: scale(.95) skewX(-15deg)
}

.InstallCryptoWalletForm_connectMetamaskLink__3eh-L:active {
    box-shadow: inset 0 0 .417vw .677vw rgba(85, 41, 88, .23)
}

.InstallCryptoWalletForm_connectOtherLink__3GIi-:hover {
    -webkit-transform: scale(.95) skewX(-15deg);
    transform: scale(.95) skewX(-15deg)
}

.InstallCryptoWalletForm_connectOtherLink__3GIi-:active {
    box-shadow: inset 0 0 .417vw .677vw rgba(41, 73, 88, .23)
}

@-webkit-keyframes InstallCryptoWalletForm_Gradient__3QHYG {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

@keyframes InstallCryptoWalletForm_Gradient__3QHYG {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

.InstallCryptoWalletForm_icwModal__2XCGI {
    padding: 0;
    margin: 0;
    max-width: 100vw;
    width: 37.135vw;
    background: transparent;
    box-shadow: none
}

@media (max-width:768px) {
    .InstallCryptoWalletForm_icwModal__2XCGI {
        width: 100vh
    }
}

.InstallCryptoWalletForm_closeBtn__1ziNE {
    position: absolute;
    color: #fff;
    font-size: 2.5vw;
    cursor: pointer;
    top: 3%;
    right: 3%
}

@media (max-width:768px) {
    .InstallCryptoWalletForm_closeBtn__1ziNE {
        font-size: 6.25vw
    }
}

@media (max-width:576px) {
    .InstallCryptoWalletForm_closeBtn__1ziNE {
        font-size: 8.75vw
    }
}

@media (max-width:375px) {
    .InstallCryptoWalletForm_closeBtn__1ziNE {
        font-size: 13.75vw
    }
}

.InstallCryptoWalletForm_modalWrapper__1QAN- {
    position: relative;
    align-items: center;
    width: 37.135vw;
    height: 28.542vw;
    background-color: #23252e;
    border-radius: .52vw
}

@media (max-width:768px) {
    .InstallCryptoWalletForm_modalWrapper__1QAN- {
        width: 100%;
        height: 71.355vw
    }
}

@media (max-width:576px) {
    .InstallCryptoWalletForm_modalWrapper__1QAN- {
        height: 99.897vw
    }
}

@media (max-width:375px) {
    .InstallCryptoWalletForm_modalWrapper__1QAN- {
        justify-content: center;
        height: 156.981vw
    }
}

.InstallCryptoWalletForm_modalLogo__3witP {
    position: static;
    width: 13.021vw;
    height: 25.857vw
}

@media (max-width:768px) {
    .InstallCryptoWalletForm_modalLogo__3witP {
        width: 32.5525vw;
        height: 64.6425vw
    }
}

@media (max-width:375px) {
    .InstallCryptoWalletForm_modalLogo__3witP {
        width: 26.042vw;
        height: 51.714vw;
        justify-self: start;
        position: absolute;
        top: 3%;
        left: 0
    }
}

.InstallCryptoWalletForm_formWrapper__2xOXI {
    margin-left: 3.032vw;
    width: 16.094vw
}

@media (max-width:768px) {
    .InstallCryptoWalletForm_formWrapper__2xOXI {
        width: 40.235vw;
        margin-left: 7.58vw
    }
}

@media (max-width:576px) {
    .InstallCryptoWalletForm_formWrapper__2xOXI {
        width: 56.329vw;
        margin-left: 3.032vw
    }
}

@media (max-width:375px) {
    .InstallCryptoWalletForm_formWrapper__2xOXI {
        width: 88.517vw;
        margin-left: 0
    }
}

.InstallCryptoWalletForm_formHeader__2qbWl {
    width: 100%;
    color: #fff;
    font-size: 1.875vw;
    line-height: 2.25vw;
    font-weight: 700;
    margin-bottom: .833vw
}

@media (max-width:768px) {
    .InstallCryptoWalletForm_formHeader__2qbWl {
        font-size: 4.6875vw;
        line-height: 5.625vw;
        margin-bottom: 2.0825vw
    }
}

@media (max-width:576px) {
    .InstallCryptoWalletForm_formHeader__2qbWl {
        font-size: 6.5625vw;
        line-height: 7.875vw;
        margin-bottom: 2.9155vw
    }
}

@media (max-width:375px) {
    .InstallCryptoWalletForm_formHeader__2qbWl {
        margin-left: 25vw;
        font-size: 10.3125vw;
        line-height: 12.375vw;
        margin-bottom: 4.5815vw
    }
}

.InstallCryptoWalletForm_formDescript__2TVZi {
    color: rgba(212, 233, 252, .5);
    line-height: 1.33vw;
    font-size: .938vw
}

@media (max-width:768px) {
    .InstallCryptoWalletForm_formDescript__2TVZi {
        line-height: 3.325vw;
        font-size: 2.345vw
    }
}

@media (max-width:576px) {
    .InstallCryptoWalletForm_formDescript__2TVZi {
        line-height: 4.655vw;
        font-size: 3.283vw
    }
}

@media (max-width:375px) {
    .InstallCryptoWalletForm_formDescript__2TVZi {
        margin-left: 25vw;
        margin-bottom: 15vw;
        line-height: 7.315vw;
        font-size: 5.159vw
    }
}

.InstallCryptoWalletForm_connectLinkMetamaskWrapper__1sapg {
    width: 100%;
    height: 7.031vw;
    background-color: #2b2d37;
    justify-content: center;
    border-radius: .52vw;
    margin-top: .833vw;
    padding-left: 1.25vw
}

@media (max-width:768px) {
    .InstallCryptoWalletForm_connectLinkMetamaskWrapper__1sapg {
        height: 17.5775vw;
        border-radius: 1.3vw;
        margin-top: 2.0825vw;
        padding-left: 3.125vw
    }
}

@media (max-width:576px) {
    .InstallCryptoWalletForm_connectLinkMetamaskWrapper__1sapg {
        height: 24.6085vw;
        border-radius: 1.82vw;
        margin-top: 2.9155vw;
        padding-left: 4.375vw
    }
}

@media (max-width:375px) {
    .InstallCryptoWalletForm_connectLinkMetamaskWrapper__1sapg {
        height: 38.6705vw;
        border-radius: 2.86vw;
        margin-top: 4.5815vw;
        padding-left: 6.875vw
    }
}

.InstallCryptoWalletForm_connectMetamaskLinkDesc__1xb5w {
    color: #fff;
    font-size: .923vw;
    font-weight: 600;
    margin-bottom: .677vw
}

@media (max-width:768px) {
    .InstallCryptoWalletForm_connectMetamaskLinkDesc__1xb5w {
        font-size: 2.3075vw;
        margin-bottom: 1.6925vw
    }
}

@media (max-width:576px) {
    .InstallCryptoWalletForm_connectMetamaskLinkDesc__1xb5w {
        font-size: 3.2305vw;
        margin-bottom: 2.3695vw
    }
}

@media (max-width:375px) {
    .InstallCryptoWalletForm_connectMetamaskLinkDesc__1xb5w {
        font-size: 5.0765vw;
        margin-bottom: 3.7235vw
    }
}

.InstallCryptoWalletForm_connectMetamaskLink__3eh-L,
.InstallCryptoWalletForm_connectOtherLink__3GIi- {
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 13.542vw;
    height: 2.5vw;
    font-size: 1vw;
    text-align: center;
    border-radius: .52vw
}

@media (max-width:768px) {
    .InstallCryptoWalletForm_connectMetamaskLink__3eh-L,
    .InstallCryptoWalletForm_connectOtherLink__3GIi- {
        width: 33.855vw;
        height: 6.25vw;
        font-size: 2.5vw;
        border-radius: 1.3vw
    }
}

@media (max-width:576px) {
    .InstallCryptoWalletForm_connectMetamaskLink__3eh-L,
    .InstallCryptoWalletForm_connectOtherLink__3GIi- {
        width: 47.397vw;
        height: 8.75vw;
        font-size: 3.5vw;
        border-radius: 1.82vw
    }
}

@media (max-width:375px) {
    .InstallCryptoWalletForm_connectMetamaskLink__3eh-L,
    .InstallCryptoWalletForm_connectOtherLink__3GIi- {
        width: 74.481vw;
        height: 13.75vw;
        font-size: 5.5vw;
        border-radius: 2.86vw
    }
}

.InstallCryptoWalletForm_connectMetamaskLink__3eh-L:hover,
.InstallCryptoWalletForm_connectOtherLink__3GIi-:hover {
    color: #fff
}

.Reload_connectMetamaskLink__TPQgr,
.Reload_modalWrapper__3o0Ys {
    display: flex;
    flex-flow: row nowrap
}

.Reload_connectLinkMetamaskWrapper__2I8zU {
    display: flex;
    flex-flow: column nowrap
}

.Reload_modalLogo__3JQAj {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain
}

.Reload_connectMetamaskLink__TPQgr {
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    border: transparent;
    background: #774bbd;
    -webkit-transform: skewX(-15deg);
    transform: skewX(-15deg);
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    background: linear-gradient(90deg, #774bbd, #a23bb8)
}

@media (max-width:768px) {
    .Reload_connectMetamaskLink__TPQgr {
        hover: none
    }
}

.Reload_connectMetamaskLink__TPQgr:hover {
    background-size: 400% 400%;
    -webkit-animation: Reload_Gradient__AcTrq 5s ease infinite;
    animation: Reload_Gradient__AcTrq 5s ease infinite;
    background-image: radial-gradient(ellipse, #774bbd 3.56%, #a23bb8 50%, #774bbd 100%);
    -webkit-transform: scale(.95) skewX(-15deg);
    transform: scale(.95) skewX(-15deg)
}

.Reload_connectMetamaskLink__TPQgr:active {
    box-shadow: inset 0 0 .417vw .677vw rgba(85, 41, 88, .23)
}

@-webkit-keyframes Reload_Gradient__AcTrq {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

@keyframes Reload_Gradient__AcTrq {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

.Reload_icwModal__3kI-X {
    padding: 0;
    margin: 0;
    max-width: 100vw;
    width: 37.135vw;
    background: transparent;
    box-shadow: none
}

@media (max-width:768px) {
    .Reload_icwModal__3kI-X {
        width: 100vh
    }
}

.Reload_closeBtn__1y8F9 {
    position: absolute;
    color: #fff;
    font-size: 2.5vw;
    cursor: pointer;
    top: 3%;
    right: 3%
}

@media (max-width:768px) {
    .Reload_closeBtn__1y8F9 {
        font-size: 6.25vw
    }
}

@media (max-width:576px) {
    .Reload_closeBtn__1y8F9 {
        font-size: 8.75vw
    }
}

@media (max-width:375px) {
    .Reload_closeBtn__1y8F9 {
        font-size: 13.75vw
    }
}

.Reload_modalWrapper__3o0Ys {
    position: relative;
    align-items: center;
    width: 37.135vw;
    height: 28.542vw;
    background-color: #23252e;
    border-radius: .52vw
}

@media (max-width:768px) {
    .Reload_modalWrapper__3o0Ys {
        width: 100%;
        height: 71.355vw
    }
}

@media (max-width:576px) {
    .Reload_modalWrapper__3o0Ys {
        height: 99.897vw
    }
}

@media (max-width:375px) {
    .Reload_modalWrapper__3o0Ys {
        justify-content: center;
        height: 128.439vw
    }
}

.Reload_modalLogo__3JQAj {
    position: static;
    width: 13.021vw;
    height: 25.857vw
}

@media (max-width:768px) {
    .Reload_modalLogo__3JQAj {
        width: 32.5525vw;
        height: 64.6425vw
    }
}

@media (max-width:375px) {
    .Reload_modalLogo__3JQAj {
        width: 26.042vw;
        height: 51.714vw;
        justify-self: start;
        position: absolute;
        top: 9%;
        left: 0
    }
}

.Reload_formWrapper__1aDCv {
    margin-left: 3.032vw;
    width: 16.094vw
}

@media (max-width:768px) {
    .Reload_formWrapper__1aDCv {
        width: 40.235vw;
        margin-left: 7.58vw
    }
}

@media (max-width:576px) {
    .Reload_formWrapper__1aDCv {
        width: 56.329vw;
        margin-left: 3.032vw
    }
}

@media (max-width:375px) {
    .Reload_formWrapper__1aDCv {
        width: 88.517vw;
        margin-left: 0
    }
}

.Reload_formHeader__2-CIX {
    width: 100%;
    color: #fff;
    font-size: 1.875vw;
    line-height: 2.25vw;
    font-weight: 700;
    margin-bottom: .833vw
}

@media (max-width:768px) {
    .Reload_formHeader__2-CIX {
        font-size: 4.6875vw;
        line-height: 5.625vw;
        margin-bottom: 2.0825vw
    }
}

@media (max-width:576px) {
    .Reload_formHeader__2-CIX {
        font-size: 6.5625vw;
        line-height: 7.875vw;
        margin-bottom: 2.9155vw
    }
}

@media (max-width:375px) {
    .Reload_formHeader__2-CIX {
        margin-left: 25vw;
        font-size: 10.3125vw;
        line-height: 12.375vw;
        margin-bottom: 4.5815vw
    }
}

.Reload_formDescript__L1RUc {
    color: rgba(212, 233, 252, .5);
    line-height: 1.33vw;
    font-size: .938vw;
    margin-bottom: 2.5vw
}

@media (max-width:768px) {
    .Reload_formDescript__L1RUc {
        line-height: 3.325vw;
        font-size: 2.345vw
    }
}

@media (max-width:576px) {
    .Reload_formDescript__L1RUc {
        line-height: 4.655vw;
        font-size: 3.283vw
    }
}

@media (max-width:375px) {
    .Reload_formDescript__L1RUc {
        margin-left: 25vw;
        margin-bottom: 15vw;
        line-height: 7.315vw;
        font-size: 5.159vw
    }
}

.Reload_connectLinkMetamaskWrapper__2I8zU {
    width: 100%;
    height: 7.031vw;
    background-color: #2b2d37;
    justify-content: center;
    border-radius: .52vw;
    margin-top: .833vw;
    padding-left: 1.25vw
}

@media (max-width:768px) {
    .Reload_connectLinkMetamaskWrapper__2I8zU {
        height: 17.5775vw;
        border-radius: 1.3vw;
        margin-top: 2.0825vw;
        padding-left: 3.125vw
    }
}

@media (max-width:576px) {
    .Reload_connectLinkMetamaskWrapper__2I8zU {
        height: 24.6085vw;
        border-radius: 1.82vw;
        margin-top: 2.9155vw;
        padding-left: 4.375vw
    }
}

@media (max-width:375px) {
    .Reload_connectLinkMetamaskWrapper__2I8zU {
        height: 38.6705vw;
        border-radius: 2.86vw;
        margin-top: 4.5815vw;
        padding-left: 6.875vw
    }
}

.Reload_connectMetamaskLinkDesc__yb7pn {
    color: #fff;
    font-size: .923vw;
    font-weight: 600;
    margin-bottom: .677vw
}

@media (max-width:768px) {
    .Reload_connectMetamaskLinkDesc__yb7pn {
        font-size: 2.3075vw;
        margin-bottom: 1.6925vw
    }
}

@media (max-width:576px) {
    .Reload_connectMetamaskLinkDesc__yb7pn {
        font-size: 3.2305vw;
        margin-bottom: 2.3695vw
    }
}

@media (max-width:375px) {
    .Reload_connectMetamaskLinkDesc__yb7pn {
        font-size: 5.0765vw;
        margin-bottom: 3.7235vw
    }
}

.Reload_connectMetamaskLink__TPQgr {
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 13.542vw;
    height: 2.5vw;
    font-size: 1vw;
    text-align: center;
    border-radius: .52vw
}

@media (max-width:768px) {
    .Reload_connectMetamaskLink__TPQgr {
        width: 33.855vw;
        height: 6.25vw;
        font-size: 2.5vw;
        border-radius: 1.3vw
    }
}

@media (max-width:576px) {
    .Reload_connectMetamaskLink__TPQgr {
        width: 47.397vw;
        height: 8.75vw;
        font-size: 3.5vw;
        border-radius: 1.82vw
    }
}

@media (max-width:375px) {
    .Reload_connectMetamaskLink__TPQgr {
        width: 74.481vw;
        height: 13.75vw;
        font-size: 5.5vw;
        border-radius: 2.86vw
    }
}

.Reload_connectMetamaskLink__TPQgr:hover {
    color: #fff
}

.ChainChanger_headerBsc__26U48 {
    display: flex;
    flex-flow: row nowrap
}

@-webkit-keyframes ChainChanger_Gradient__vbiZz {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

@keyframes ChainChanger_Gradient__vbiZz {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

.ChainChanger_headerBsc__26U48 {
    position: relative;
    justify-content: center;
    align-items: center;
    margin-right: 1.718vw;
    cursor: pointer;
    width: 4.479vw;
    height: 2.188vw;
    border: .156vw solid rgba(104, 111, 148, .33);
    border-radius: 1.094vw
}

.ChainChanger_chainChangeMenu__X9NSF {
    top: 150%;
    left: 0;
    border-radius: .52vw;
    background-color: #22232a;
    padding: .95vw .95vw 0;
    width: 4.167vw;
    position: absolute;
    display: flex;
    flex-flow: column nowrap;
    border: .156vw solid rgba(104, 111, 148, .33)
}

.ChainChanger_chainChangeMenuItem__AGr5d {
    color: #fff;
    font-size: .938vw;
    font-weight: 700;
    margin-bottom: 1.048vw;
    cursor: pointer
}

.ChainChanger_headerBscText___-W8K {
    color: #fff;
    font-weight: 700;
    font-size: .938vw;
    margin-right: .364vw
}

.SideBar_sideBarLink__2umRc {
    display: flex;
    flex-flow: row nowrap
}

.SideBar_navLinksWrapper__RT3C9,
.SideBar_sideBarWrapper__928Mk {
    display: flex;
    flex-flow: column nowrap
}

.SideBar_sideBarLine__2OI8- {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain
}

@-webkit-keyframes SideBar_Gradient__PLVJM {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

@keyframes SideBar_Gradient__PLVJM {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

.SideBar_sideBarArea__1WWX7 {
    width: 15.625%;
    padding-top: 2.76vw;
    height: 96.042vw
}

@media (max-width:768px) {
    .SideBar_sideBarArea__1WWX7 {
        display: none
    }
}

.SideBar_sideBarWrapper__928Mk {
    position: relative;
    justify-content: space-between;
    background-color: #22232a;
    width: 100%;
    height: 91.5vh;
    padding-top: 2.604vw;
    padding-bottom: 4vw;
    border-top-right-radius: 10px;
    background-image: linear-gradient(180deg, #23252e 0, #23252e .01%, #1f1f28)
}

.SideBar_sideBarLine__2OI8- {
    width: 13.645vw;
    height: .417vw;
    position: absolute;
    top: 0
}

.SideBar_sideBarLink__2umRc {
    position: relative;
    align-items: center;
    color: #fff;
    padding-left: 2.604vw;
    margin-bottom: 2.083vw
}

.SideBar_sideBarLink__2umRc:hover {
    color: #fff
}

.SideBar_sideBarCurrentLink__2EmF8 {
    left: 5%;
    top: -1.6vw;
    position: absolute;
    z-index: 112;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 15.963vw;
    height: 5.469vw
}

.SideBar_sideBarLogo__2_o8z {
    z-index: 113;
    margin-right: 1.042vw;
    object-fit: cover;
    width: 1.406vw;
    height: 1.406vw;
    transition: all .5s ease;
    -webkit-filter: brightness(1);
    filter: brightness(1)
}

.SideBar_sideBarLink__2umRc:hover .SideBar_sideBarLogo__2_o8z {
    -webkit-filter: brightness(2);
    filter: brightness(2)
}

.SideBar_sideBarLinkText__1MvIU {
    z-index: 113;
    font-size: .833vw;
    font-weight: 800;
    text-transform: uppercase
}

.SideBar_sideBarLowerLinkWrapper__3UCUG {
    margin-top: 1.5625vw;
    -webkit-transform: skew(-10deg, 0deg);
    transform: skew(-10deg, 0deg);
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s
}

.SideBar_sideBarLowerLink__2AlsD {
    font-size: 1.25vw;
    text-transform: uppercase;
    font-weight: 600;
    background-color: #2e3247;
    border-radius: .52vw;
    color: #fff;
    padding: .78vw 3.646vw;
    margin-left: 1.042vw
}

.SideBar_sideBarLowerLinkWrapper__3UCUG:hover {
    -webkit-transform: scale(.95) skew(-10deg, 0deg);
    transform: scale(.95) skew(-10deg, 0deg)
}

.SideBar_sideBarLowerLinkWrapper__3UCUG:hover .SideBar_sideBarLowerLink__2AlsD {
    color: #fff
}

.WalletConnectionForm_connectLinkWrapper__ZfLas {
    display: flex;
    flex-flow: column nowrap
}

.WalletConnectionForm_connectLink__3DqWS {
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    border: transparent;
    background: #774bbd;
    -webkit-transform: skewX(-15deg);
    transform: skewX(-15deg);
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    background: linear-gradient(90deg, #774bbd, #a23bb8)
}

@media (max-width:768px) {
    .WalletConnectionForm_connectLink__3DqWS {
        hover: none
    }
}

.WalletConnectionForm_connectLink__3DqWS:hover {
    background-size: 400% 400%;
    -webkit-animation: WalletConnectionForm_Gradient__1oYJq 5s ease infinite;
    animation: WalletConnectionForm_Gradient__1oYJq 5s ease infinite;
    background-image: radial-gradient(ellipse, #774bbd 3.56%, #a23bb8 50%, #774bbd 100%);
    -webkit-transform: scale(.95) skewX(-15deg);
    transform: scale(.95) skewX(-15deg)
}

.WalletConnectionForm_connectLink__3DqWS:active {
    box-shadow: inset 0 0 .417vw .677vw rgba(85, 41, 88, .23)
}

@-webkit-keyframes WalletConnectionForm_Gradient__1oYJq {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

@keyframes WalletConnectionForm_Gradient__1oYJq {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

.WalletConnectionForm_formWrapper__3yM6m {
    max-width: 300px;
    padding-top: 30px;
    margin-left: 20px
}

.WalletConnectionForm_formHeader__AhnGK {
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    width: 65%;
    margin-bottom: 20px
}

.WalletConnectionForm_formDescript__24UGC {
    color: hsla(0, 0%, 100%, .5);
    font-size: 1rem;
    margin-bottom: 80px;
    width: 100%
}

.WalletConnectionForm_connectLinkWrapper__ZfLas {
    width: 100%;
    height: 120px;
    background-color: #22232a;
    padding: 24px;
    border-radius: 10px
}

.WalletConnectionForm_connectLinkDesc__3u6Bv {
    color: #fff;
    margin-bottom: 10px
}

.WalletConnectionForm_connectLink__3DqWS {
    text-align: center;
    padding: 10px 0;
    border-radius: 10px;
    cursor: pointer
}

.InstallCryptoWalletForm_connectLinkMetamaskWrapper__3EcZi,
.InstallCryptoWalletForm_connectLinkOtherWrapper__1zr7K {
    display: flex;
    flex-flow: column nowrap
}

.InstallCryptoWalletForm_connectMetamaskLink__1qu7Y {
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    border: transparent;
    background: #774bbd;
    -webkit-transform: skewX(-15deg);
    transform: skewX(-15deg);
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    background: linear-gradient(90deg, #774bbd, #a23bb8)
}

@media (max-width:768px) {
    .InstallCryptoWalletForm_connectMetamaskLink__1qu7Y {
        hover: none
    }
}

.InstallCryptoWalletForm_connectMetamaskLink__1qu7Y:hover {
    background-size: 400% 400%;
    -webkit-animation: InstallCryptoWalletForm_Gradient__2salp 5s ease infinite;
    animation: InstallCryptoWalletForm_Gradient__2salp 5s ease infinite;
    background-image: radial-gradient(ellipse, #774bbd 3.56%, #a23bb8 50%, #774bbd 100%)
}

.InstallCryptoWalletForm_connectOtherLink__2wQjy {
    -webkit-transform: skewX(-15deg);
    transform: skewX(-15deg);
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    border: transparent;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    background: #56bef7;
    background: linear-gradient(90deg, #56bef7, #1fe7e7)
}

@media (max-width:768px) {
    .InstallCryptoWalletForm_connectOtherLink__2wQjy {
        hover: none
    }
}

.InstallCryptoWalletForm_connectOtherLink__2wQjy:hover {
    background-size: 400% 400%;
    -webkit-animation: InstallCryptoWalletForm_Gradient__2salp 5s ease infinite;
    animation: InstallCryptoWalletForm_Gradient__2salp 5s ease infinite;
    background-image: radial-gradient(ellipse, #56bef7 3.56%, #1fe7e7 50%, #56bef7 100%)
}

.InstallCryptoWalletForm_connectMetamaskLink__1qu7Y:hover {
    -webkit-transform: scale(.95) skewX(-15deg);
    transform: scale(.95) skewX(-15deg)
}

.InstallCryptoWalletForm_connectMetamaskLink__1qu7Y:active {
    box-shadow: inset 0 0 .417vw .677vw rgba(85, 41, 88, .23)
}

.InstallCryptoWalletForm_connectOtherLink__2wQjy:hover {
    -webkit-transform: scale(.95) skewX(-15deg);
    transform: scale(.95) skewX(-15deg)
}

.InstallCryptoWalletForm_connectOtherLink__2wQjy:active {
    box-shadow: inset 0 0 .417vw .677vw rgba(41, 73, 88, .23)
}

@-webkit-keyframes InstallCryptoWalletForm_Gradient__2salp {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

@keyframes InstallCryptoWalletForm_Gradient__2salp {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

.InstallCryptoWalletForm_formWrapper__2aVuh {
    max-width: 300px;
    padding-top: 30px;
    margin-left: 20px
}

.InstallCryptoWalletForm_formHeader__3EGsC {
    width: 100%;
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 0
}

.InstallCryptoWalletForm_formDescript__4OP2q {
    color: hsla(0, 0%, 100%, .5);
    font-size: 1rem;
    margin-top: 20px
}

.InstallCryptoWalletForm_connectLinkMetamaskWrapper__3EcZi {
    width: 100%;
    height: 120px;
    background-color: #22232a;
    padding: 24px;
    border-radius: 10px;
    margin-top: 15px
}

.InstallCryptoWalletForm_connectMetamaskLinkDesc__2xGTy {
    color: #fff;
    margin-bottom: 10px
}

.InstallCryptoWalletForm_connectMetamaskLink__1qu7Y {
    text-align: center;
    padding: 10px 0;
    border-radius: 10px
}

.InstallCryptoWalletForm_connectMetamaskLink__1qu7Y:hover {
    color: #fff
}

.InstallCryptoWalletForm_connectLinkOtherWrapper__1zr7K {
    width: 100%;
    height: 120px;
    background-color: #22232a;
    padding: 24px;
    border-radius: 10px;
    margin-top: 15px
}

.InstallCryptoWalletForm_connectOtherLinkDesc__4GH6x {
    color: #fff;
    margin-bottom: 10px
}

.InstallCryptoWalletForm_connectOtherLink__2wQjy {
    text-align: center;
    padding: 10px 0;
    border-radius: 10px
}

.InstallCryptoWalletForm_connectOtherLink__2wQjy:hover {
    color: #fff
}

.RegistrationForm_submitBtn__3bQme {
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    border: transparent;
    background: #774bbd;
    -webkit-transform: skewX(-15deg);
    transform: skewX(-15deg);
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    background: linear-gradient(90deg, #774bbd, #a23bb8)
}

@media (max-width:768px) {
    .RegistrationForm_submitBtn__3bQme {
        hover: none
    }
}

.RegistrationForm_submitBtn__3bQme:hover {
    background-size: 400% 400%;
    -webkit-animation: RegistrationForm_Gradient__2GHRY 5s ease infinite;
    animation: RegistrationForm_Gradient__2GHRY 5s ease infinite;
    background-image: radial-gradient(ellipse, #774bbd 3.56%, #a23bb8 50%, #774bbd 100%);
    -webkit-transform: scale(.95) skewX(-15deg);
    transform: scale(.95) skewX(-15deg)
}

.RegistrationForm_submitBtn__3bQme:active {
    box-shadow: inset 0 0 .417vw .677vw rgba(85, 41, 88, .23)
}

@-webkit-keyframes RegistrationForm_Gradient__2GHRY {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

@keyframes RegistrationForm_Gradient__2GHRY {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

.RegistrationForm_formWrapper__3bIBB {
    max-width: 320px;
    position: relative
}

.RegistrationForm_formHeader__1T-Eu {
    color: #fff;
    font-size: 2rem;
    font-weight: 700
}

.RegistrationForm_input__2O9Bu {
    background-color: transparent;
    color: #fff;
    color: hsla(0, 0%, 100%, .5);
    height: 50px;
    border-radius: 10px;
    border: 2px solid #302f2f
}

.RegistrationForm_input__2O9Bu * {
    background-color: transparent;
    color: #fff
}

.RegistrationForm_termsOfUseText__ZbNEf {
    color: #fff
}

.RegistrationForm_termsOfUseLink__3Vmv5 {
    color: #803494
}

.RegistrationForm_submitBtn__3bQme {
    font-size: 1.2rem;
    width: 100%;
    height: 45px;
    border-radius: 10px
}

.userProfile_pageWrapper__2snNk {
    display: flex;
    flex-flow: row nowrap
}

@-webkit-keyframes userProfile_Gradient__nokBo {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

@keyframes userProfile_Gradient__nokBo {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

.UserProfile_profileWrapper__TMqxN {
    background-color: #1e1f25;
    width: 84.375%;
    height: calc(100vh - 3.958vw);
    align-items: center;
    overflow-y: auto;
    padding: 4.167vw 8.333vw 0 6.25vw
}

@media (max-width:768px) {
    .UserProfile_profileWrapper__TMqxN {
        width: 100%;
        padding: 50px;
        height: calc(100vh - 5.937vw)
    }
}

@media (max-width:576px) {
    .UserProfile_profileWrapper__TMqxN {
        padding: 50px 35px 35px;
        height: calc(100vh - 11.874vw)
    }
}

@media (max-width:425px) {
    .UserProfile_profileWrapper__TMqxN {
        padding: 40px 25px 25px
    }
}

@media (max-width:375px) {
    .UserProfile_profileWrapper__TMqxN {
        padding: 40px 15px 15px
    }
}

@-webkit-keyframes UserProfile_Gradient__WMFnA {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

@keyframes UserProfile_Gradient__WMFnA {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

.UserProfile_profileWrapper__TMqxN {
    position: relative;
    padding-bottom: 5vw
}

.UserProfile_overviewMobileLink__Wa8BI {
    position: absolute;
    display: none;
    color: #fff;
    top: 2%
}

@media (max-width:768px) {
    .UserProfile_overviewMobileLink__Wa8BI {
        display: flex
    }
}

.UserProfile_overviewMobileLinkImg__3SQAl {
    object-fit: cover;
    margin-right: 10px
}

.UserProfile_profileInnerWrapper__1voeo {
    width: 100%
}

.PhotoAndInfoWrapper_photoAndInfoWrapper__3cvz2 {
    display: flex;
    flex-flow: row nowrap
}

@-webkit-keyframes PhotoAndInfoWrapper_Gradient__agr-K {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

@keyframes PhotoAndInfoWrapper_Gradient__agr-K {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

.PhotoAndInfoWrapper_photoWrapper__3G4gZ {
    position: relative
}

.PhotoAndInfoWrapper_userProfilePicWrap__2BzsC {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background-image: linear-gradient(180deg, #DA4F99 0, #C4175F)
}

@media (max-width:425px) {
    .PhotoAndInfoWrapper_userProfilePicWrap__2BzsC {
        width: 125px;
        height: 125px
    }
}

@media (max-width:375px) {
    .PhotoAndInfoWrapper_userProfilePicWrap__2BzsC {
        width: 105px;
        height: 105px
    }
}

.PhotoAndInfoWrapper_userProfilePic__3FEjw {
    object-fit: cover;
    width: 132px;
    height: 132px;
    border-radius: 50%;
    cursor: pointer
}

@media (max-width:425px) {
    .PhotoAndInfoWrapper_userProfilePic__3FEjw {
        width: 120px;
        height: 120px
    }
}

@media (max-width:375px) {
    .PhotoAndInfoWrapper_userProfilePic__3FEjw {
        width: 100px;
        height: 100px
    }
}

.PhotoAndInfoWrapper_changePhotoBtnWrap__Mogn4 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 70%;
    left: 75%;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    cursor: pointer;
    background-image: linear-gradient(180deg, #DA4F99 0,  #C4175F)
}

@media (max-width:425px) {
    .PhotoAndInfoWrapper_changePhotoBtnWrap__Mogn4 {
        top: 65%;
        left: 70%
    }
}

@media (max-width:375px) {
    .PhotoAndInfoWrapper_changePhotoBtnWrap__Mogn4 {
        top: 60%;
        left: 68%
    }
}

.PhotoAndInfoWrapper_changePhotoBtn__2n7p6 {
    object-fit: scale-down;
    width: 27px;
    height: 27px;
    padding: 5px;
    border-radius: 50%;
    background-color: #1e1f25
}

.PhotoAndInfoWrapper_infoWrapper__2FrgW {
    color: #fff;
    padding: 20px
}

@media (max-width:425px) {
    .PhotoAndInfoWrapper_infoWrapper__2FrgW {
        padding: 10px
    }
}

@media (max-width:375px) {
    .PhotoAndInfoWrapper_infoWrapper__2FrgW {
        padding: 0 0 0 10px
    }
}

.PhotoAndInfoWrapper_userName__1jb1n {
    font-size: 2rem;
    font-weight: 700;
    color: inherit;
    text-transform: capitalize;
    margin-bottom: 20px
}

@media (max-width:320px) {
    .PhotoAndInfoWrapper_userName__1jb1n {
        font-size: 1.8rem
    }
}

.PhotoAndInfoWrapper_userEmail__aY9Fx {
    margin-top: 10px;
    font-weight: 700
}

@media (max-width:320px) {
    .PhotoAndInfoWrapper_userEmail__aY9Fx {
        font-size: .8rem
    }
}

.InfoMenu_userInfoBurgerMenuItem__3guN4,
.InfoMenu_userInfoBurgerMenuItemP__T3rGo {
    display: flex;
    flex-flow: row nowrap
}

.InfoMenu_userInfoBurgerMenu__3blMI {
    display: flex;
    flex-flow: column nowrap
}

@-webkit-keyframes InfoMenu_Gradient__1fkIs {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

@keyframes InfoMenu_Gradient__1fkIs {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

.InfoMenu_userInfoBurgerMenuWrapper__2Szbo {
    position: relative;
    margin-left: auto
}

.InfoMenu_userInfoBurgerMenuPic__26PRo {
    cursor: pointer;
    object-fit: cover;
    height: 40px
}

.InfoMenu_userInfoBurgerMenu__3blMI {
    left: -600%;
    top: 0;
    width: 230px;
    height: 160px;
    position: absolute;
    background-color: #22232a;
    border-radius: 10px;
    padding: 10px;
    justify-content: space-evenly
}

.InfoMenu_userInfoBurgerMenuItem__3guN4,
.InfoMenu_userInfoBurgerMenuItemP__T3rGo {
    color: #fff;
    cursor: pointer
}

.InfoMenu_userInfoBurgerMenuItemP__T3rGo {
    position: relative;
    margin-bottom: 10px
}

.InfoMenu_userInfoBurgerMenuItemP__T3rGo:after {
    position: absolute;
    top: 170%;
    content: "";
    border-top: 1px solid hsla(0, 0%, 100%, .5);
    width: 200px
}

.InfoMenu_userInfoBurgerMenuItemText__WE805 {
    margin-left: 20px
}

.InfoMenu_dispNone__30bIt {
    display: none
}

.ChangePasswordForm_modalWrapper__1_2VF {
    display: flex;
    flex-flow: row nowrap
}

.ChangePasswordForm_modalLogo__1fNY0 {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain
}

.ChangePasswordForm_antBtn__3qkaS button {
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    border: transparent;
    background: #774bbd;
    -webkit-transform: skewX(-15deg);
    transform: skewX(-15deg);
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    background: linear-gradient(90deg, #774bbd, #a23bb8)
}

@media (max-width:768px) {
    .ChangePasswordForm_antBtn__3qkaS button {
        hover: none
    }
}

.ChangePasswordForm_antBtn__3qkaS button:hover {
    background-size: 400% 400%;
    -webkit-animation: ChangePasswordForm_Gradient__1KdQY 5s ease infinite;
    animation: ChangePasswordForm_Gradient__1KdQY 5s ease infinite;
    background-image: radial-gradient(ellipse, #774bbd 3.56%, #a23bb8 50%, #774bbd 100%);
    -webkit-transform: scale(.95) skewX(-15deg);
    transform: scale(.95) skewX(-15deg)
}

.ChangePasswordForm_antBtn__3qkaS button:active {
    box-shadow: inset 0 0 .417vw .677vw rgba(85, 41, 88, .23)
}

@-webkit-keyframes ChangePasswordForm_Gradient__1KdQY {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

@keyframes ChangePasswordForm_Gradient__1KdQY {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

.ChangePasswordForm_icwModal__3evlK {
    padding: 0;
    margin: 0;
    max-width: 100vw;
    width: 37.135vw;
    background: transparent;
    box-shadow: none
}

@media (max-width:768px) {
    .ChangePasswordForm_icwModal__3evlK {
        width: 100vh
    }
}

.ChangePasswordForm_closeBtn__1FYHk {
    position: absolute;
    color: #fff;
    font-size: 2.5vw;
    cursor: pointer;
    top: 3%;
    right: 3%
}

@media (max-width:768px) {
    .ChangePasswordForm_closeBtn__1FYHk {
        font-size: 6.25vw
    }
}

@media (max-width:576px) {
    .ChangePasswordForm_closeBtn__1FYHk {
        font-size: 8.75vw
    }
}

@media (max-width:375px) {
    .ChangePasswordForm_closeBtn__1FYHk {
        font-size: 13.75vw
    }
}

.ChangePasswordForm_errorMsg__2nQqs {
    color: red;
    font-size: .781vw;
    margin-top: -.5vw;
    margin-bottom: .5vw
}

@media (max-width:768px) {
    .ChangePasswordForm_errorMsg__2nQqs {
        font-size: 1.9525vw;
        margin-top: -1.25vw;
        margin-bottom: 1.25vw
    }
}

@media (max-width:576px) {
    .ChangePasswordForm_errorMsg__2nQqs {
        font-size: 2.7335vw;
        margin-top: -1.75vw;
        margin-bottom: 1.75vw
    }
}

@media (max-width:375px) {
    .ChangePasswordForm_errorMsg__2nQqs {
        font-size: 4.2955vw;
        margin-top: -2.75vw;
        margin-bottom: 2.75vw
    }
}

.ChangePasswordForm_modalWrapper__1_2VF {
    position: relative;
    align-items: center;
    width: 30.885vw;
    height: 20.26vw;
    background-color: #23252e;
    border-radius: .52vw
}

@media (max-width:768px) {
    .ChangePasswordForm_modalWrapper__1_2VF {
        width: 100%;
        height: 50.65vw
    }
}

@media (max-width:576px) {
    .ChangePasswordForm_modalWrapper__1_2VF {
        height: 70.91vw
    }
}

@media (max-width:375px) {
    .ChangePasswordForm_modalWrapper__1_2VF {
        justify-content: center;
        height: 121.56vw
    }
}

.ChangePasswordForm_modalLogo__1fNY0 {
    position: static;
    width: 10.417vw;
    height: 16.119vw
}

@media (max-width:768px) {
    .ChangePasswordForm_modalLogo__1fNY0 {
        width: 26.0425vw;
        height: 40.2975vw
    }
}

@media (max-width:375px) {
    .ChangePasswordForm_modalLogo__1fNY0 {
        width: 20.834vw;
        height: 32.238vw;
        justify-self: start;
        position: absolute;
        top: 5%;
        left: 0
    }
}

.ChangePasswordForm_formWrapper__3g6FH {
    margin-left: 1.823vw;
    width: 16.094vw
}

@media (max-width:768px) {
    .ChangePasswordForm_formWrapper__3g6FH {
        width: 40.235vw;
        margin-left: 4.5575vw
    }
}

@media (max-width:576px) {
    .ChangePasswordForm_formWrapper__3g6FH {
        width: 56.329vw;
        margin-left: 1.823vw
    }
}

@media (max-width:375px) {
    .ChangePasswordForm_formWrapper__3g6FH {
        width: 88.517vw;
        margin-left: 0
    }
}

.ChangePasswordForm_formHeader__29Zq5 {
    width: 100%;
    color: #fff;
    font-size: 1.875vw;
    line-height: 2.25vw;
    font-weight: 700;
    margin-bottom: .938vw
}

@media (max-width:768px) {
    .ChangePasswordForm_formHeader__29Zq5 {
        font-size: 4.6875vw;
        line-height: 5.625vw;
        margin-bottom: 2.345vw
    }
}

@media (max-width:576px) {
    .ChangePasswordForm_formHeader__29Zq5 {
        font-size: 6.5625vw;
        line-height: 7.875vw;
        margin-bottom: 3.283vw
    }
}

@media (max-width:375px) {
    .ChangePasswordForm_formHeader__29Zq5 {
        width: 43.2vw;
        margin-left: 20vw;
        font-size: 10.3125vw;
        line-height: 12.375vw;
        margin-bottom: 7.973vw
    }
}

.ChangePasswordForm_antItem__38rOd {
    margin-bottom: .625vw;
    width: 15.52vw!important
}

@media (max-width:768px) {
    .ChangePasswordForm_antItem__38rOd {
        width: 38.8vw!important;
        margin-bottom: 1.5625vw
    }
}

@media (max-width:576px) {
    .ChangePasswordForm_antItem__38rOd {
        width: 54.32vw!important;
        margin-bottom: 2.1875vw
    }
}

@media (max-width:375px) {
    .ChangePasswordForm_antItem__38rOd {
        width: 85.36vw!important;
        margin-bottom: 3.4375vw
    }
}

.ChangePasswordForm_antItem__38rOd * {
    font-size: .781vw;
    min-height: 0
}

@media (max-width:768px) {
    .ChangePasswordForm_antItem__38rOd * {
        font-size: 1.9525vw
    }
}

@media (max-width:576px) {
    .ChangePasswordForm_antItem__38rOd * {
        font-size: 2.7335vw
    }
}

@media (max-width:375px) {
    .ChangePasswordForm_antItem__38rOd * {
        font-size: 4.2955vw
    }
}

.ChangePasswordForm_input__xYU-2 {
    width: 15.52vw!important;
    height: 2.292vw!important;
    border-radius: .52vw!important;
    border: .156vw solid rgba(104, 111, 148, .25)!important
}

.ChangePasswordForm_input__xYU-2,
.ChangePasswordForm_input__xYU-2 * {
    font-size: .781vw!important;
    background-color: #23252e!important;
    color: #fff!important
}

@media (max-width:768px) {
    .ChangePasswordForm_input__xYU-2 * {
        font-size: 1.9525vw!important
    }
}

@media (max-width:576px) {
    .ChangePasswordForm_input__xYU-2 * {
        font-size: 2.7335vw!important
    }
}

@media (max-width:375px) {
    .ChangePasswordForm_input__xYU-2 * {
        font-size: 4.2955vw!important
    }
}

@media (max-width:768px) {
    .ChangePasswordForm_input__xYU-2 {
        width: 38.8vw!important;
        height: 5.73vw!important;
        font-size: 1.9525vw!important;
        border-radius: 1.3vw!important;
        border: .39vw solid rgba(104, 111, 148, .25)!important
    }
}

@media (max-width:576px) {
    .ChangePasswordForm_input__xYU-2 {
        width: 54.32vw!important;
        height: 8.022vw!important;
        font-size: 2.7335vw!important;
        border-radius: 1.82vw!important;
        border: .546vw solid rgba(104, 111, 148, .25)!important
    }
}

@media (max-width:375px) {
    .ChangePasswordForm_input__xYU-2 {
        width: 85.36vw!important;
        height: 12.606vw!important;
        font-size: 4.2955vw!important;
        border-radius: 2.86vw!important;
        border: .858vw solid rgba(104, 111, 148, .25)!important
    }
}

.ChangePasswordForm_termsOfUseLink__1q2vv {
    font-size: .677vw;
    color: #803494
}

@media (max-width:768px) {
    .ChangePasswordForm_termsOfUseLink__1q2vv {
        font-size: 1.6925vw
    }
}

@media (max-width:576px) {
    .ChangePasswordForm_termsOfUseLink__1q2vv {
        font-size: 2.3695vw
    }
}

@media (max-width:375px) {
    .ChangePasswordForm_termsOfUseLink__1q2vv {
        font-size: 3.7235vw
    }
}

.ChangePasswordForm_antBtn__3qkaS {
    margin-top: 1.875vw;
    margin-bottom: 0
}

@media (max-width:768px) {
    .ChangePasswordForm_antBtn__3qkaS {
        margin-top: 4.6875vw
    }
}

@media (max-width:576px) {
    .ChangePasswordForm_antBtn__3qkaS {
        margin-top: 6.5625vw
    }
}

@media (max-width:375px) {
    .ChangePasswordForm_antBtn__3qkaS {
        margin-top: 10.3125vw
    }
}

.ChangePasswordForm_antBtn__3qkaS * {
    min-height: 0;
    margin-bottom: 0
}

.ChangePasswordForm_antBtn__3qkaS button {
    font-size: .989vw;
    width: 15.52vw!important;
    height: 2.292vw!important;
    border-radius: .52vw
}

@media (max-width:768px) {
    .ChangePasswordForm_antBtn__3qkaS button {
        font-size: 2.4725vw;
        width: 38.8vw!important;
        height: 5.73vw!important;
        border-radius: 1.3vw
    }
}

@media (max-width:576px) {
    .ChangePasswordForm_antBtn__3qkaS button {
        font-size: 3.4615vw;
        width: 54.32vw!important;
        height: 8.022vw!important;
        border-radius: 1.82vw
    }
}

@media (max-width:375px) {
    .ChangePasswordForm_antBtn__3qkaS button {
        font-size: 5.4395vw;
        width: 85.36vw!important;
        height: 12.606vw!important;
        border-radius: 2.86vw
    }
}

.ChangePasswordForm_antBtn__3qkaS button:hover {
    -webkit-transform: scale(.95) skewX(-10deg);
    transform: scale(.95) skewX(-10deg);
    background: linear-gradient(90deg, #774bbd, #a23bb8)!important
}

.ChangeEmailForm_modalWrapper__1Q0Ng {
    display: flex;
    flex-flow: row nowrap
}

.ChangeEmailForm_modalLogo__2HOHv {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain
}

.ChangeEmailForm_antBtn__2yThA button {
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    border: transparent;
    background: #774bbd;
    -webkit-transform: skewX(-15deg);
    transform: skewX(-15deg);
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    background: linear-gradient(90deg, #774bbd, #a23bb8)
}

@media (max-width:768px) {
    .ChangeEmailForm_antBtn__2yThA button {
        hover: none
    }
}

.ChangeEmailForm_antBtn__2yThA button:hover {
    background-size: 400% 400%;
    -webkit-animation: ChangeEmailForm_Gradient__20bjl 5s ease infinite;
    animation: ChangeEmailForm_Gradient__20bjl 5s ease infinite;
    background-image: radial-gradient(ellipse, #774bbd 3.56%, #a23bb8 50%, #774bbd 100%);
    -webkit-transform: scale(.95) skewX(-15deg);
    transform: scale(.95) skewX(-15deg)
}

.ChangeEmailForm_antBtn__2yThA button:active {
    box-shadow: inset 0 0 .417vw .677vw rgba(85, 41, 88, .23)
}

@-webkit-keyframes ChangeEmailForm_Gradient__20bjl {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

@keyframes ChangeEmailForm_Gradient__20bjl {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

.ChangeEmailForm_icwModal__2KaCU {
    padding: 0;
    margin: 0;
    max-width: 100vw;
    width: 37.135vw;
    background: transparent;
    box-shadow: none
}

@media (max-width:768px) {
    .ChangeEmailForm_icwModal__2KaCU {
        width: 100vh
    }
}

.ChangeEmailForm_closeBtn__2DrRY {
    position: absolute;
    color: #fff;
    font-size: 2.5vw;
    cursor: pointer;
    top: 3%;
    right: 3%
}

@media (max-width:768px) {
    .ChangeEmailForm_closeBtn__2DrRY {
        font-size: 6.25vw
    }
}

@media (max-width:576px) {
    .ChangeEmailForm_closeBtn__2DrRY {
        font-size: 8.75vw
    }
}

@media (max-width:375px) {
    .ChangeEmailForm_closeBtn__2DrRY {
        font-size: 13.75vw
    }
}

.ChangeEmailForm_errorMsg__1zgF7 {
    color: red;
    font-size: .781vw;
    margin-top: -.5vw;
    margin-bottom: .5vw
}

@media (max-width:768px) {
    .ChangeEmailForm_errorMsg__1zgF7 {
        font-size: 1.9525vw;
        margin-top: -1.25vw;
        margin-bottom: 1.25vw
    }
}

@media (max-width:576px) {
    .ChangeEmailForm_errorMsg__1zgF7 {
        font-size: 2.7335vw;
        margin-top: -1.75vw;
        margin-bottom: 1.75vw
    }
}

@media (max-width:375px) {
    .ChangeEmailForm_errorMsg__1zgF7 {
        font-size: 4.2955vw;
        margin-top: -2.75vw;
        margin-bottom: 2.75vw
    }
}

.ChangeEmailForm_modalWrapper__1Q0Ng {
    position: relative;
    align-items: center;
    width: 30.885vw;
    height: 20.26vw;
    background-color: #23252e;
    border-radius: .52vw
}

@media (max-width:768px) {
    .ChangeEmailForm_modalWrapper__1Q0Ng {
        width: 100%;
        height: 50.65vw
    }
}

@media (max-width:576px) {
    .ChangeEmailForm_modalWrapper__1Q0Ng {
        height: 70.91vw
    }
}

@media (max-width:375px) {
    .ChangeEmailForm_modalWrapper__1Q0Ng {
        justify-content: center;
        height: 121.56vw
    }
}

.ChangeEmailForm_modalLogo__2HOHv {
    position: static;
    width: 10.417vw;
    height: 16.119vw
}

@media (max-width:768px) {
    .ChangeEmailForm_modalLogo__2HOHv {
        width: 26.0425vw;
        height: 40.2975vw
    }
}

@media (max-width:375px) {
    .ChangeEmailForm_modalLogo__2HOHv {
        width: 20.834vw;
        height: 32.238vw;
        justify-self: start;
        position: absolute;
        top: 5%;
        left: 0
    }
}

.ChangeEmailForm_formWrapper__QxD_p {
    margin-left: 1.823vw;
    width: 16.094vw
}

@media (max-width:768px) {
    .ChangeEmailForm_formWrapper__QxD_p {
        width: 40.235vw;
        margin-left: 4.5575vw
    }
}

@media (max-width:576px) {
    .ChangeEmailForm_formWrapper__QxD_p {
        width: 56.329vw;
        margin-left: 1.823vw
    }
}

@media (max-width:375px) {
    .ChangeEmailForm_formWrapper__QxD_p {
        width: 88.517vw;
        margin-left: 0
    }
}

.ChangeEmailForm_formHeader__2c_1e {
    width: 100%;
    color: #fff;
    font-size: 1.875vw;
    line-height: 2.25vw;
    font-weight: 700;
    margin-bottom: .938vw
}

@media (max-width:768px) {
    .ChangeEmailForm_formHeader__2c_1e {
        font-size: 4.6875vw;
        line-height: 5.625vw;
        margin-bottom: 2.345vw
    }
}

@media (max-width:576px) {
    .ChangeEmailForm_formHeader__2c_1e {
        font-size: 6.5625vw;
        line-height: 7.875vw;
        margin-bottom: 3.283vw
    }
}

@media (max-width:375px) {
    .ChangeEmailForm_formHeader__2c_1e {
        width: 43.2vw;
        margin-left: 20vw;
        font-size: 10.3125vw;
        line-height: 12.375vw;
        margin-bottom: 7.973vw
    }
}

.ChangeEmailForm_antItem__2CdMI {
    margin-bottom: .625vw;
    width: 15.52vw!important
}

@media (max-width:768px) {
    .ChangeEmailForm_antItem__2CdMI {
        width: 38.8vw!important;
        margin-bottom: 1.5625vw
    }
}

@media (max-width:576px) {
    .ChangeEmailForm_antItem__2CdMI {
        width: 54.32vw!important;
        margin-bottom: 2.1875vw
    }
}

@media (max-width:375px) {
    .ChangeEmailForm_antItem__2CdMI {
        width: 85.36vw!important;
        margin-bottom: 3.4375vw
    }
}

.ChangeEmailForm_antItem__2CdMI * {
    font-size: .781vw;
    min-height: 0
}

@media (max-width:768px) {
    .ChangeEmailForm_antItem__2CdMI * {
        font-size: 1.9525vw
    }
}

@media (max-width:576px) {
    .ChangeEmailForm_antItem__2CdMI * {
        font-size: 2.7335vw
    }
}

@media (max-width:375px) {
    .ChangeEmailForm_antItem__2CdMI * {
        font-size: 4.2955vw
    }
}

.ChangeEmailForm_input__1RQb1 {
    width: 15.52vw!important;
    height: 2.292vw!important;
    border-radius: .52vw!important;
    border: .156vw solid rgba(104, 111, 148, .25)!important
}

.ChangeEmailForm_input__1RQb1,
.ChangeEmailForm_input__1RQb1 * {
    font-size: .781vw!important;
    background-color: #23252e!important;
    color: #fff!important
}

@media (max-width:768px) {
    .ChangeEmailForm_input__1RQb1 * {
        font-size: 1.9525vw!important
    }
}

@media (max-width:576px) {
    .ChangeEmailForm_input__1RQb1 * {
        font-size: 2.7335vw!important
    }
}

@media (max-width:375px) {
    .ChangeEmailForm_input__1RQb1 * {
        font-size: 4.2955vw!important
    }
}

@media (max-width:768px) {
    .ChangeEmailForm_input__1RQb1 {
        width: 38.8vw!important;
        height: 5.73vw!important;
        font-size: 1.9525vw!important;
        border-radius: 1.3vw!important;
        border: .39vw solid rgba(104, 111, 148, .25)!important
    }
}

@media (max-width:576px) {
    .ChangeEmailForm_input__1RQb1 {
        width: 54.32vw!important;
        height: 8.022vw!important;
        font-size: 2.7335vw!important;
        border-radius: 1.82vw!important;
        border: .546vw solid rgba(104, 111, 148, .25)!important
    }
}

@media (max-width:375px) {
    .ChangeEmailForm_input__1RQb1 {
        width: 85.36vw!important;
        height: 12.606vw!important;
        font-size: 4.2955vw!important;
        border-radius: 2.86vw!important;
        border: .858vw solid rgba(104, 111, 148, .25)!important
    }
}

.ChangeEmailForm_termsOfUseLink__3TxiH {
    font-size: .677vw;
    color: #803494
}

@media (max-width:768px) {
    .ChangeEmailForm_termsOfUseLink__3TxiH {
        font-size: 1.6925vw
    }
}

@media (max-width:576px) {
    .ChangeEmailForm_termsOfUseLink__3TxiH {
        font-size: 2.3695vw
    }
}

@media (max-width:375px) {
    .ChangeEmailForm_termsOfUseLink__3TxiH {
        font-size: 3.7235vw
    }
}

.ChangeEmailForm_antBtn__2yThA {
    margin-top: 1.875vw;
    margin-bottom: 0
}

@media (max-width:768px) {
    .ChangeEmailForm_antBtn__2yThA {
        margin-top: 4.6875vw
    }
}

@media (max-width:576px) {
    .ChangeEmailForm_antBtn__2yThA {
        margin-top: 6.5625vw
    }
}

@media (max-width:375px) {
    .ChangeEmailForm_antBtn__2yThA {
        margin-top: 10.3125vw
    }
}

.ChangeEmailForm_antBtn__2yThA * {
    min-height: 0;
    margin-bottom: 0
}

.ChangeEmailForm_antBtn__2yThA button {
    font-size: .989vw;
    width: 15.52vw!important;
    height: 2.292vw!important;
    border-radius: .52vw
}

@media (max-width:768px) {
    .ChangeEmailForm_antBtn__2yThA button {
        font-size: 2.4725vw;
        width: 38.8vw!important;
        height: 5.73vw!important;
        border-radius: 1.3vw
    }
}

@media (max-width:576px) {
    .ChangeEmailForm_antBtn__2yThA button {
        font-size: 3.4615vw;
        width: 54.32vw!important;
        height: 8.022vw!important;
        border-radius: 1.82vw
    }
}

@media (max-width:375px) {
    .ChangeEmailForm_antBtn__2yThA button {
        font-size: 5.4395vw;
        width: 85.36vw!important;
        height: 12.606vw!important;
        border-radius: 2.86vw
    }
}

.ChangeEmailForm_antBtn__2yThA button:hover {
    -webkit-transform: scale(.95) skewX(-10deg);
    transform: scale(.95) skewX(-10deg);
    background: linear-gradient(90deg, #774bbd, #a23bb8)!important
}

.ChangePhoto_fromsWrapper__NaiOV {
    display: flex;
    flex-flow: column nowrap
}

.ChangePhoto_btn__3_dgi {
    text-transform: uppercase;
    color: #fff;
    border: transparent;
    background: #774bbd;
    -webkit-transform: skewX(-15deg);
    transform: skewX(-15deg);
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    background: linear-gradient(90deg, #774bbd, #a23bb8)
}

@media (max-width:768px) {
    .ChangePhoto_btn__3_dgi {
        hover: none
    }
}

.ChangePhoto_btn__3_dgi:hover {
    background-size: 400% 400%;
    -webkit-animation: ChangePhoto_Gradient__2k3Zs 5s ease infinite;
    animation: ChangePhoto_Gradient__2k3Zs 5s ease infinite;
    background-image: radial-gradient(ellipse, #774bbd 3.56%, #a23bb8 50%, #774bbd 100%);
    -webkit-transform: scale(.95) skewX(-15deg);
    transform: scale(.95) skewX(-15deg)
}

.ChangePhoto_btn__3_dgi:active {
    box-shadow: inset 0 0 .417vw .677vw rgba(85, 41, 88, .23)
}

@-webkit-keyframes ChangePhoto_Gradient__2k3Zs {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

@keyframes ChangePhoto_Gradient__2k3Zs {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

.ChangePhoto_icwModal__aaFqr {
    padding: 0;
    margin: 0;
    max-width: 100vw;
    width: 37.135vw;
    background: transparent;
    box-shadow: none
}

@media (max-width:768px) {
    .ChangePhoto_icwModal__aaFqr {
        width: 100vh
    }
}

.ChangePhoto_closeBtn__QqfHq {
    position: absolute;
    color: #fff;
    font-size: 2.5vw;
    cursor: pointer;
    top: 3%;
    right: 3%
}

@media (max-width:768px) {
    .ChangePhoto_closeBtn__QqfHq {
        font-size: 6.25vw
    }
}

@media (max-width:576px) {
    .ChangePhoto_closeBtn__QqfHq {
        font-size: 8.75vw
    }
}

@media (max-width:375px) {
    .ChangePhoto_closeBtn__QqfHq {
        font-size: 13.75vw
    }
}

.ChangePhoto_fromsWrapper__NaiOV {
    border-radius: .52vw;
    background-color: #23252e;
    padding: 1vw 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    align-items: center
}

@media (max-width:425px) {
    .ChangePhoto_fromsWrapper__NaiOV {
        position: relative;
        padding: 0 16px
    }
}

.ChangePhoto_header__rZTlH {
    position: relative;
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    margin-top: 30px
}

.ChangePhoto_innerWrapper___ugfD {
    display: flex;
    flex-flow: column nowrap;
    align-items: center
}

.ChangePhoto_uploadBtnWrapper__1tYxw {
    margin-top: 60px;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    display: inline-block;
    cursor: pointer
}

.ChangePhoto_btn__3_dgi {
    margin-right: 5px;
    margin-left: 5px;
    margin-top: 20px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    padding: 8px 30px;
    border-radius: 5px;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer
}

.ChangePhoto_btn__3_dgi:hover {
    -webkit-transform: scale(.95);
    transform: scale(.95)
}

.ChangePhoto_upload-btn-wrapper__2xJHg input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0
}

.ChangePhoto_prevPhoto__1z7Qu,
.ChangePhoto_resultPhoto__2kZBY {
    width: 300px;
    height: 300px;
    object-fit: cover
}

.ChangePhoto_prevPhoto__1z7Qu {
    margin-bottom: -50px
}

.WalletInfoWrapper_walletWrapper__3K894 {
    display: flex;
    flex-flow: row nowrap
}

.WalletInfoWrapper_walletInfoWrapper__1y7PE {
    display: flex;
    flex-flow: column nowrap
}

@-webkit-keyframes WalletInfoWrapper_Gradient__3Wtpv {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

@keyframes WalletInfoWrapper_Gradient__3Wtpv {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

.WalletInfoWrapper_walletInfoWrapper__1y7PE {
    margin-top: 50px;
    width: 100%;
    padding: 10px
}

.WalletInfoWrapper_walletInfoHead__3wAHI {
    padding-left: 20px;
    position: relative;
    color: #fff;
    font-size: 1.2rem
}

.WalletInfoWrapper_walletInfoHead__3wAHI:before {
    top: 10%;
    left: .5%;
    height: 15px;
    position: absolute;
    content: "";
    border-left: 5px solid #3bd2ef;
    border-radius: 5px
}

.WalletInfoWrapper_walletWrapper__3K894 {
    border: 2px solid transparent;
    margin-top: 20px;
    padding: 10px;
    justify-content: space-between;
    background-color: #22232a;
    border-radius: 10px
}

.WalletInfoWrapper_walletWrapper__3K894:active {
    border-color: #C4175F
}

.WalletInfoWrapper_walletWrapperImg__Nr8Pq {
    margin-left: 15px;
    margin-right: 20px;
    cursor: pointer
}

@media (max-width:576px) {
    .WalletInfoWrapper_walletWrapperImg__Nr8Pq {
        margin-left: 5px
    }
}

@media (max-width:425px) {
    .WalletInfoWrapper_walletWrapperImg__Nr8Pq {
        margin-right: 5px;
        margin-left: 5px
    }
}

.WalletInfoWrapper_walletWrapperText__1kel5 {
    width: 95%;
    color: hsla(0, 0%, 100%, .5);
    padding: 15px 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    border: 2px solid #212228;
    border-radius: 5px;
    box-shadow: inset 4px 4px 15px 0 rgba(0, 0, 0, .25)
}

.BalanceWrapper_balanceBuyBtn__JT-ED,
.BalanceWrapper_balanceInfo__O6tmV,
.BalanceWrapper_balanceInnerWrapper__3fgCp {
    display: flex;
    flex-flow: row nowrap
}

.BalanceWrapper_balanceInfoWrapper__10qHf,
.BalanceWrapper_balanceWrapper__DqVTV {
    display: flex;
    flex-flow: column nowrap
}

.BalanceWrapper_balanceBuyBtn__JT-ED {
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    border: transparent;
    background: #C4175F;
    -webkit-transform: skewX(-15deg);
    transform: skewX(-15deg);
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    background: linear-gradient(to right, #C4175F 0%, #DA4F99 100%);
}

@media (max-width:768px) {
    .BalanceWrapper_balanceBuyBtn__JT-ED {
        hover: none
    }
}

.BalanceWrapper_balanceBuyBtn__JT-ED:hover {
    background-size: 400% 400%;
    -webkit-animation: BalanceWrapper_Gradient__3DNmn 5s ease infinite;
    animation: BalanceWrapper_Gradient__3DNmn 5s ease infinite;
    background-image: radial-gradient(ellipse, #C4175F 3.56%, #DA4F99 50%, #C4175F 100%);
    -webkit-transform: scale(.95) skewX(-15deg);
    transform: scale(.95) skewX(-15deg)
}

.BalanceWrapper_balanceBuyBtn__JT-ED:active {
    box-shadow: inset 0 0 .417vw .677vw rgba(85, 41, 88, .23)
}

@-webkit-keyframes BalanceWrapper_Gradient__3DNmn {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

@keyframes BalanceWrapper_Gradient__3DNmn {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

.BalanceWrapper_balanceWrapper__DqVTV {
    margin-top: 2.6vw;
    padding: .52vw
}

.BalanceWrapper_balanceWrapperHeader__1j_va {
    padding-left: 20px;
    position: relative;
    color: #fff;
    font-size: 1.2rem
}

.BalanceWrapper_balanceWrapperHeader__1j_va:before {
    top: 10%;
    left: .5%;
    height: 15px;
    position: absolute;
    content: "";
    border-left: 5px solid #3bd2ef;
    border-radius: 5px
}

.BalanceWrapper_balanceInnerWrapper__3fgCp {
    margin-top: 1.041vw;
    border-radius: .52vw;
    background-color: #22232a;
    padding: 25px
}

@media (max-width:576px) {
    .BalanceWrapper_balanceInnerWrapper__3fgCp {
        flex-flow: column nowrap
    }
}

.BalanceWrapper_balanceInfoWrapper__10qHf {
    justify-content: center
}

.BalanceWrapper_balanceInfoHeader__2brf7 {
    color: #fff
}

.BalanceWrapper_balanceInfo__O6tmV {
    margin-top: .52vw
}

.BalanceWrapper_balanceCryptoAmout__ZLSYk,
.BalanceWrapper_balanceCryptoName__2EYVx {
    font-size: 1vw;
    font-weight: 700
}

@media (max-width:768px) {
    .BalanceWrapper_balanceCryptoAmout__ZLSYk,
    .BalanceWrapper_balanceCryptoName__2EYVx {
        font-size: 2vw
    }
}

@media (max-width:576px) {
    .BalanceWrapper_balanceCryptoAmout__ZLSYk,
    .BalanceWrapper_balanceCryptoName__2EYVx {
        font-size: 2vw
    }
}

@media (max-width:375px) {
    .BalanceWrapper_balanceCryptoAmout__ZLSYk,
    .BalanceWrapper_balanceCryptoName__2EYVx {
        font-size: 3vw
    }
}

.BalanceWrapper_balanceCryptoAmout__ZLSYk {
    color: #66ff35
}

.BalanceWrapper_balanceCryptoName__2EYVx {
    color: #fff;
    margin-left: .52vw
}

.BalanceWrapper_balanceDollarValue__3ka4p {
    font-size: 1vw;
    color: hsla(0, 0%, 100%, .5);
    margin-left: 1vw
}

@media (max-width:768px) {
    .BalanceWrapper_balanceDollarValue__3ka4p {
        font-size: 2vw
    }
}

@media (max-width:576px) {
    .BalanceWrapper_balanceDollarValue__3ka4p {
        font-size: 2vw
    }
}

@media (max-width:375px) {
    .BalanceWrapper_balanceDollarValue__3ka4p {
        font-size: 3vw
    }
}

.BalanceWrapper_balanceBuyBtn__JT-ED {
    align-items: center;
    justify-content: center;
    border-radius: .52vw;
    font-size: 1.2vw;
    width: 13.542vw;
    height: 2.5vw;
    margin-left: auto;
    vertical-align: middle;
    cursor: pointer
}

@media (max-width:768px) {
    .BalanceWrapper_balanceBuyBtn__JT-ED {
        font-size: 3vw;
        height: 4vw;
        width: 20vw
    }
}

@media (max-width:576px) {
    .BalanceWrapper_balanceBuyBtn__JT-ED {
        justify-content: center;
        margin-top: 5vw;
        width: 100%;
        height: 6vw;
        font-size: 4vw;
        border-radius: 1vw
    }
}

@media (max-width:375px) {
    .BalanceWrapper_balanceBuyBtn__JT-ED {
        width: 100%;
        height: 6vw;
        font-size: 5vw;
        border-radius: 1vw
    }
}

.BuyRpg_fromsWrapper__aq3GZ,
.BuyRpg_platformWrapper__1TnHp {
    display: flex;
    flex-flow: row nowrap
}

.BuyRpg_wrapper__3juQC {
    display: flex;
    flex-flow: column nowrap
}

@-webkit-keyframes BuyRpg_Gradient__1HGoz {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

@keyframes BuyRpg_Gradient__1HGoz {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

.BuyRpg_icwModal__ejvpP {
    padding: 0;
    margin: 0;
    max-width: 100vw;
    width: 30.885vw;
    background: transparent;
    box-shadow: none
}

@media (max-width:768px) {
    .BuyRpg_icwModal__ejvpP {
        width: 100vh
    }
}

.BuyRpg_fromsWrapper__aq3GZ {
    padding: 2vw 0;
    background: #23252e;
    height: 100%;
    width: 100%;
    border-radius: .52vw;
    overflow: hidden
}

.BuyRpg_closeButton__2Em6c {
    display: none
}

.BuyRpg_closeBtn__3SOKi {
    position: absolute;
    color: #fff;
    font-size: 3rem;
    cursor: pointer;
    top: 0;
    right: 3%
}

.BuyRpg_wrapper__3juQC {
    width: 100%;
    align-items: center;
    align-content: center
}

.BuyRpg_header__2UJ5o {
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 16px
}

.BuyRpg_desc__2FN8i {
    color: hsla(0, 0%, 100%, .5);
    margin-bottom: 24px
}

.BuyRpg_platformWrapper__1TnHp {
    background-color: #2b2d37;
    width: 250px;
    border-radius: 10px;
    align-items: center;
    margin-bottom: 16px;
    padding: 15px 22px;
    cursor: pointer
}

.BuyRpg_platformName__2fJxv {
    color: #fff;
    font-size: 1.1rem;
    font-weight: 700;
    margin-left: 25px
}

.BuyRpg_platformLogo__12jyj {
    width: 2.812vw;
    height: 2.812vw
}

.InvestorCabinet_cl2__1rgvz,
.InvestorCabinet_cl3__3lAme,
.InvestorCabinet_cl4__2gB18,
.InvestorCabinet_cl5__1xx8u,
.InvestorCabinet_cl6__28saz,
.InvestorCabinet_empty__3mKS7,
.InvestorCabinet_header__3TOOY {
    display: flex;
    flex-flow: row nowrap
}

.InvestorCabinet_balanceInnerWrapper__2C0pT,
.InvestorCabinet_balanceWrapper__19fO3 {
    display: flex;
    flex-flow: column nowrap
}

@-webkit-keyframes InvestorCabinet_Gradient__1IQqs {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

@keyframes InvestorCabinet_Gradient__1IQqs {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

.InvestorCabinet_balanceWrapper__19fO3 {
    margin-top: 50px;
    padding: 10px
}

.InvestorCabinet_balanceWrapperHeader__3CZ3e {
    padding-left: 20px;
    position: relative;
    color: #fff;
    font-size: 1.2rem
}

@media (max-width:768px) {
    .InvestorCabinet_balanceWrapperHeader__3CZ3e {
        height: 1rem;
        font-size: 1rem
    }
}

.InvestorCabinet_balanceWrapperHeader__3CZ3e:before {
    top: 10%;
    left: .5%;
    height: 15px;
    position: absolute;
    content: "";
    border-left: 5px solid #3bd2ef;
    border-radius: 5px
}

.InvestorCabinet_balanceInnerWrapper__2C0pT {
    margin-top: 20px;
    border-radius: 10px;
    background-color: #22232a
}

@media (max-width:576px) {
    .InvestorCabinet_balanceInnerWrapper__2C0pT {
        flex-flow: column nowrap
    }
}

.InvestorCabinet_header__3TOOY {
    align-items: center;
    align-content: center;
    width: 100%;
    height: 3vw;
    padding: 0 1.302vw
}

@media (max-width:768px) {
    .InvestorCabinet_header__3TOOY {
        height: 2rem;
        font-size: 1rem
    }
    .InvestorCabinet_header__3TOOY .InvestorCabinet_cl1__2vYOD {
        width: 60%;
        font-size: 2vw
    }
    .InvestorCabinet_header__3TOOY .InvestorCabinet_cl5__1xx8u {
        width: 100%;
        font-size: 2vw
    }
}

@media (max-width:576px) {
    .InvestorCabinet_header__3TOOY .InvestorCabinet_cl1__2vYOD {
        width: 60%;
        font-size: 2vw
    }
    .InvestorCabinet_header__3TOOY .InvestorCabinet_cl5__1xx8u {
        width: 100%;
        font-size: 2vw
    }
}

@media (max-width:375px) {
    .InvestorCabinet_header__3TOOY .InvestorCabinet_cl1__2vYOD {
        width: 60%;
        font-size: 3vw
    }
    .InvestorCabinet_header__3TOOY .InvestorCabinet_cl5__1xx8u {
        width: 100%;
        font-size: 3vw
    }
}

.InvestorCabinet_empty__3mKS7 {
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 100%;
    height: 3vw;
    color: #fff;
    font-size: 1vw;
    font-weight: 900
}

@media (max-width:768px) {
    .InvestorCabinet_empty__3mKS7 {
        font-size: 2vw
    }
}

@media (max-width:576px) {
    .InvestorCabinet_empty__3mKS7 {
        font-size: 2vw
    }
}

@media (max-width:375px) {
    .InvestorCabinet_empty__3mKS7 {
        font-size: 3vw
    }
}

.InvestorCabinet_cl1__2vYOD {
    width: 20%
}

.InvestorCabinet_cl2__1rgvz,
.InvestorCabinet_cl3__3lAme,
.InvestorCabinet_cl4__2gB18,
.InvestorCabinet_cl5__1xx8u,
.InvestorCabinet_cl6__28saz {
    width: 16%;
    justify-content: center;
    align-items: center
}

.InvestorCabinet_cl1__2vYOD,
.InvestorCabinet_cl2__1rgvz,
.InvestorCabinet_cl3__3lAme,
.InvestorCabinet_cl4__2gB18,
.InvestorCabinet_cl5__1xx8u,
.InvestorCabinet_cl6__28saz {
    color: #fff;
    font-size: 1vw;
    font-weight: 900
}

@media (max-width:768px) {
    .InvestorCabinet_cl1__2vYOD,
    .InvestorCabinet_cl2__1rgvz,
    .InvestorCabinet_cl3__3lAme,
    .InvestorCabinet_cl4__2gB18,
    .InvestorCabinet_cl5__1xx8u,
    .InvestorCabinet_cl6__28saz {
        font-size: 2vw
    }
}

@media (max-width:576px) {
    .InvestorCabinet_cl1__2vYOD,
    .InvestorCabinet_cl2__1rgvz,
    .InvestorCabinet_cl3__3lAme,
    .InvestorCabinet_cl4__2gB18,
    .InvestorCabinet_cl5__1xx8u,
    .InvestorCabinet_cl6__28saz {
        font-size: 2vw
    }
}

@media (max-width:375px) {
    .InvestorCabinet_cl1__2vYOD,
    .InvestorCabinet_cl2__1rgvz,
    .InvestorCabinet_cl3__3lAme,
    .InvestorCabinet_cl4__2gB18,
    .InvestorCabinet_cl5__1xx8u,
    .InvestorCabinet_cl6__28saz {
        font-size: 3vw
    }
}

@media (max-width:768px) {
    .InvestorCabinet_cl2__1rgvz,
    .InvestorCabinet_cl3__3lAme,
    .InvestorCabinet_cl4__2gB18 {
        display: none
    }
}

.Line_cl2__17tMq,
.Line_cl3__K6b54,
.Line_cl4__2_fau,
.Line_cl5__22QbC,
.Line_cl6__2sq6w,
.Line_header__MlpJw {
    display: flex;
    flex-flow: row nowrap
}

.Line_wdBtn__1Rrqe {
    -webkit-transform: skewX(-15deg);
    transform: skewX(-15deg);
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    border: transparent;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    background: #56bef7;
    background: linear-gradient(90deg, #56bef7, #1fe7e7)
}

@media (max-width:768px) {
    .Line_wdBtn__1Rrqe {
        hover: none
    }
}

.Line_wdBtn__1Rrqe:hover {
    background-size: 400% 400%;
    -webkit-animation: Line_Gradient__28Rib 5s ease infinite;
    animation: Line_Gradient__28Rib 5s ease infinite;
    background-image: radial-gradient(ellipse, #56bef7 3.56%, #1fe7e7 50%, #56bef7 100%);
    -webkit-transform: scale(.95) skewX(-15deg);
    transform: scale(.95) skewX(-15deg)
}

.Line_wdBtn__1Rrqe:active {
    box-shadow: inset 0 0 .417vw .677vw rgba(41, 73, 88, .23)
}

@-webkit-keyframes Line_Gradient__28Rib {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

@keyframes Line_Gradient__28Rib {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

.Line_header__MlpJw {
    align-items: center;
    width: 100%;
    height: 3vw;
    padding: 0 1.302vw
}

@media (max-width:768px) {
    .Line_header__MlpJw {
        height: 2rem
    }
    .Line_header__MlpJw .Line_cl2__17tMq,
    .Line_header__MlpJw .Line_cl3__K6b54,
    .Line_header__MlpJw .Line_cl4__2_fau {
        display: none
    }
    .Line_header__MlpJw .Line_cl1__Z3i2v,
    .Line_header__MlpJw .Line_cl5__22QbC {
        width: 40%;
        font-size: 1rem
    }
    .Line_header__MlpJw .Line_wdBtn__1Rrqe,
    .Line_header__MlpJw .Line_wdBtnInactive__1k_X5 {
        width: 50vw;
        height: 1.11rem;
        font-size: 2vw
    }
}

.Line_cl1__Z3i2v {
    width: 20%
}

.Line_cl2__17tMq,
.Line_cl3__K6b54,
.Line_cl4__2_fau,
.Line_cl5__22QbC,
.Line_cl6__2sq6w {
    width: 16%;
    justify-content: center;
    align-items: center
}

@media (max-width:768px) {
    .Line_cl2__17tMq,
    .Line_cl3__K6b54,
    .Line_cl4__2_fau,
    .Line_cl5__22QbC,
    .Line_cl6__2sq6w {
        font-size: 2vw
    }
}

@media (max-width:576px) {
    .Line_cl2__17tMq,
    .Line_cl3__K6b54,
    .Line_cl4__2_fau,
    .Line_cl5__22QbC,
    .Line_cl6__2sq6w {
        font-size: 2vw
    }
}

@media (max-width:375px) {
    .Line_cl2__17tMq,
    .Line_cl3__K6b54,
    .Line_cl4__2_fau,
    .Line_cl5__22QbC,
    .Line_cl6__2sq6w {
        font-size: 3vw
    }
}

.Line_cl1__Z3i2v,
.Line_cl2__17tMq,
.Line_cl3__K6b54,
.Line_cl4__2_fau,
.Line_cl5__22QbC,
.Line_cl6__2sq6w {
    color: #fff;
    font-size: 1vw;
    font-weight: 500
}

.Line_cl5__22QbC {
    color: #66ff35;
    font-weight: 900
}

.Line_wdBtn__1Rrqe {
    width: 80%;
    height: 2vw;
    border-radius: .52vw;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    cursor: pointer;
    font-size: .833vw
}

@media (max-width:768px) {
    .Line_wdBtn__1Rrqe {
        font-size: 2vw
    }
}

@media (max-width:576px) {
    .Line_wdBtn__1Rrqe {
        font-size: 4vw;
        border-radius: 1vw
    }
}

@media (max-width:375px) {
    .Line_wdBtn__1Rrqe {
        height: 6vw;
        font-size: 5vw;
        border-radius: 1vw
    }
}

.Line_wdBtnInactive__1k_X5 {
    width: 80%;
    height: 2vw;
    -webkit-filter: brightness(.4);
    filter: brightness(.4);
    border-radius: .52vw;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    font-size: .833vw;
    -webkit-transform: skewX(-15deg);
    transform: skewX(-15deg);
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    border: transparent;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    background: #56bef7;
    background: linear-gradient(90deg, #56bef7, #1fe7e7)
}

@-webkit-keyframes BtnLoader_Gradient__2Gykw {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

@keyframes BtnLoader_Gradient__2Gykw {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

.BtnLoader_loaderWrapper__GULj4 {
    -webkit-transform: scale(.75);
    transform: scale(.75);
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    z-index: 5
}

@media (max-width:2560px) {
    .BtnLoader_loaderWrapper__GULj4 {
        -webkit-transform: scale(.7);
        transform: scale(.7)
    }
}

@media (max-width:1920px) {
    .BtnLoader_loaderWrapper__GULj4 {
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }
}

@media (max-width:1440px) {
    .BtnLoader_loaderWrapper__GULj4 {
        -webkit-transform: scale(.4);
        transform: scale(.4)
    }
}

@media (max-width:1200px) {
    .BtnLoader_loaderWrapper__GULj4 {
        -webkit-transform: scale(.3);
        transform: scale(.3)
    }
}

@media (max-width:768px) {
    .BtnLoader_loaderWrapper__GULj4 {
        -webkit-transform: scale(.25);
        transform: scale(.25)
    }
}

.BtnLoader_roller__Y6nmm {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px
}

.BtnLoader_roller__Y6nmm div {
    -webkit-animation: BtnLoader_lds-roller__1fHAe 1.2s cubic-bezier(.5, 0, .5, 1) infinite;
    animation: BtnLoader_lds-roller__1fHAe 1.2s cubic-bezier(.5, 0, .5, 1) infinite;
    -webkit-transform-origin: 40px 40px;
    transform-origin: 40px 40px
}

.BtnLoader_roller__Y6nmm div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #fff;
    margin: -4px 0 0 -4px
}

.BtnLoader_roller__Y6nmm div:first-child {
    -webkit-animation-delay: -36ms;
    animation-delay: -36ms
}

.BtnLoader_roller__Y6nmm div:first-child:after {
    top: 63px;
    left: 63px
}

.BtnLoader_roller__Y6nmm div:nth-child(2) {
    -webkit-animation-delay: -72ms;
    animation-delay: -72ms
}

.BtnLoader_roller__Y6nmm div:nth-child(2):after {
    top: 68px;
    left: 56px
}

.BtnLoader_roller__Y6nmm div:nth-child(3) {
    -webkit-animation-delay: -.108s;
    animation-delay: -.108s
}

.BtnLoader_roller__Y6nmm div:nth-child(3):after {
    top: 71px;
    left: 48px
}

.BtnLoader_roller__Y6nmm div:nth-child(4) {
    -webkit-animation-delay: -.144s;
    animation-delay: -.144s
}

.BtnLoader_roller__Y6nmm div:nth-child(4):after {
    top: 72px;
    left: 40px
}

.BtnLoader_roller__Y6nmm div:nth-child(5) {
    -webkit-animation-delay: -.18s;
    animation-delay: -.18s
}

.BtnLoader_roller__Y6nmm div:nth-child(5):after {
    top: 71px;
    left: 32px
}

.BtnLoader_roller__Y6nmm div:nth-child(6) {
    -webkit-animation-delay: -.216s;
    animation-delay: -.216s
}

.BtnLoader_roller__Y6nmm div:nth-child(6):after {
    top: 68px;
    left: 24px
}

.BtnLoader_roller__Y6nmm div:nth-child(7) {
    -webkit-animation-delay: -.252s;
    animation-delay: -.252s
}

.BtnLoader_roller__Y6nmm div:nth-child(7):after {
    top: 63px;
    left: 17px
}

.BtnLoader_roller__Y6nmm div:nth-child(8) {
    -webkit-animation-delay: -.288s;
    animation-delay: -.288s
}

.BtnLoader_roller__Y6nmm div:nth-child(8):after {
    top: 56px;
    left: 12px
}

@-webkit-keyframes BtnLoader_lds-roller__1fHAe {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes BtnLoader_lds-roller__1fHAe {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.BridgeWrapper_balanceBuyBtn1__1Rg9X,
.BridgeWrapper_balanceBuyBtn2__pgKbh,
.BridgeWrapper_balanceInfo__N3wQ0 {
    display: flex;
    flex-flow: row nowrap
}

.BridgeWrapper_balanceInnerWrapper__PK0u0,
.BridgeWrapper_balanceWrapper__IWMYf {
    display: flex;
    flex-flow: column nowrap
}

.BridgeWrapper_balanceBuyBtn1__1Rg9X {
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    border: transparent;
    background: #774bbd;
    -webkit-transform: skewX(-15deg);
    transform: skewX(-15deg);
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    background: linear-gradient(90deg, #774bbd, #a23bb8)
}

@media (max-width:768px) {
    .BridgeWrapper_balanceBuyBtn1__1Rg9X {
        hover: none
    }
}

.BridgeWrapper_balanceBuyBtn1__1Rg9X:hover {
    background-size: 400% 400%;
    -webkit-animation: BridgeWrapper_Gradient__104fc 5s ease infinite;
    animation: BridgeWrapper_Gradient__104fc 5s ease infinite;
    background-image: radial-gradient(ellipse, #774bbd 3.56%, #a23bb8 50%, #774bbd 100%)
}

.BridgeWrapper_balanceBuyBtn2__pgKbh {
    -webkit-transform: skewX(-15deg);
    transform: skewX(-15deg);
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    border: transparent;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    background: #56bef7;
    background: linear-gradient(90deg, #56bef7, #1fe7e7)
}

@media (max-width:768px) {
    .BridgeWrapper_balanceBuyBtn2__pgKbh {
        hover: none
    }
}

.BridgeWrapper_balanceBuyBtn2__pgKbh:hover {
    background-size: 400% 400%;
    -webkit-animation: BridgeWrapper_Gradient__104fc 5s ease infinite;
    animation: BridgeWrapper_Gradient__104fc 5s ease infinite;
    background-image: radial-gradient(ellipse, #56bef7 3.56%, #1fe7e7 50%, #56bef7 100%)
}

.BridgeWrapper_balanceBuyBtn1__1Rg9X:hover {
    -webkit-transform: scale(.95) skewX(-15deg);
    transform: scale(.95) skewX(-15deg)
}

.BridgeWrapper_balanceBuyBtn1__1Rg9X:active {
    box-shadow: inset 0 0 .417vw .677vw rgba(85, 41, 88, .23)
}

.BridgeWrapper_balanceBuyBtn2__pgKbh:hover {
    -webkit-transform: scale(.95) skewX(-15deg);
    transform: scale(.95) skewX(-15deg)
}

.BridgeWrapper_balanceBuyBtn2__pgKbh:active {
    box-shadow: inset 0 0 .417vw .677vw rgba(41, 73, 88, .23)
}

@-webkit-keyframes BridgeWrapper_Gradient__104fc {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

@keyframes BridgeWrapper_Gradient__104fc {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

.BridgeWrapper_balanceWrapper__IWMYf {
    margin-top: 50px;
    padding: 10px
}

.BridgeWrapper_balanceWrapperHeader__3xObM {
    padding-left: 20px;
    position: relative;
    color: #fff;
    font-size: 1.2rem
}

.BridgeWrapper_balanceWrapperHeader__3xObM:before {
    top: 10%;
    left: .5%;
    height: 15px;
    position: absolute;
    content: "";
    border-left: 5px solid #3bd2ef;
    border-radius: 5px
}

.BridgeWrapper_balanceInnerWrapper__PK0u0 {
    margin-top: 1.042vw;
    border-radius: .52vw;
    background-color: #22232a;
    padding: 25px
}

@media (max-width:576px) {
    .BridgeWrapper_balanceInnerWrapper__PK0u0 {
        flex-flow: column nowrap
    }
}

.BridgeWrapper_pricesWrapper__1f9LL {
    width: 100%;
    display: flex;
    flex-flow: row nowrap
}

.BridgeWrapper_priceWrapper__27nJq {
    width: 33.3%
}

.BridgeWrapper_chainType__3HALc {
    font-size: .938vw;
    font-weight: 400;
    color: #fff;
    margin-bottom: .5vw
}

@media (max-width:768px) {
    .BridgeWrapper_chainType__3HALc {
        font-size: 2vw
    }
}

@media (max-width:576px) {
    .BridgeWrapper_chainType__3HALc {
        font-size: 2vw
    }
}

@media (max-width:375px) {
    .BridgeWrapper_chainType__3HALc {
        font-size: 3vw
    }
}

.BridgeWrapper_balanceCryptoAmout__2rHX2,
.BridgeWrapper_balanceCryptoName__1cKW1 {
    font-size: 1vw;
    font-weight: 700
}

@media (max-width:768px) {
    .BridgeWrapper_balanceCryptoAmout__2rHX2,
    .BridgeWrapper_balanceCryptoName__1cKW1 {
        font-size: 2vw
    }
}

@media (max-width:576px) {
    .BridgeWrapper_balanceCryptoAmout__2rHX2,
    .BridgeWrapper_balanceCryptoName__1cKW1 {
        font-size: 2vw
    }
}

@media (max-width:375px) {
    .BridgeWrapper_balanceCryptoAmout__2rHX2,
    .BridgeWrapper_balanceCryptoName__1cKW1 {
        font-size: 2vw
    }
}

.BridgeWrapper_balanceCryptoAmout__2rHX2 {
    color: #66ff35
}

.BridgeWrapper_balanceCryptoName__1cKW1 {
    color: #fff;
    margin-left: .52vw
}

.BridgeWrapper_balanceDollarValue__3k7w1 {
    font-size: 1vw;
    color: hsla(0, 0%, 100%, .5);
    margin-left: .52vw
}

@media (max-width:768px) {
    .BridgeWrapper_balanceDollarValue__3k7w1 {
        font-size: 2vw
    }
}

@media (max-width:576px) {
    .BridgeWrapper_balanceDollarValue__3k7w1 {
        font-size: 2vw
    }
}

@media (max-width:375px) {
    .BridgeWrapper_balanceDollarValue__3k7w1 {
        font-size: 2vw
    }
}

.BridgeWrapper_buttonsWrapper__1oyMz {
    margin-top: 1.666vw;
    display: flex;
    flex-flow: row nowrap
}

.BridgeWrapper_balanceBuyBtn1__1Rg9X {
    margin-right: 1.5vw
}

.BridgeWrapper_balanceBuyBtn1__1Rg9X,
.BridgeWrapper_balanceBuyBtn2__pgKbh {
    width: 13.542vw;
    height: 2.5vw;
    align-items: center;
    justify-content: center;
    border-radius: .52vw;
    font-size: 1.2vw;
    vertical-align: middle;
    cursor: pointer
}

@media (max-width:768px) {
    .BridgeWrapper_balanceBuyBtn1__1Rg9X,
    .BridgeWrapper_balanceBuyBtn2__pgKbh {
        font-size: 3vw;
        height: 4vw;
        width: 20vw
    }
}

@media (max-width:576px) {
    .BridgeWrapper_balanceBuyBtn1__1Rg9X,
    .BridgeWrapper_balanceBuyBtn2__pgKbh {
        justify-content: center;
        margin-top: 5vw;
        width: 100%;
        height: 6vw;
        font-size: 4vw;
        border-radius: 1vw
    }
}

@media (max-width:375px) {
    .BridgeWrapper_balanceBuyBtn1__1Rg9X,
    .BridgeWrapper_balanceBuyBtn2__pgKbh {
        width: 100%;
        height: 6vw;
        font-size: 5vw;
        border-radius: 1vw
    }
}

.BridgeWrapper_balanceBuyBtn1__1Rg9X:hover,
.BridgeWrapper_balanceBuyBtn2__pgKbh:hover {
    color: #fff
}

.LoginSwitchWrapper_loginSwitchWrapper__ck6qO {
    display: flex;
    flex-flow: row nowrap
}

@-webkit-keyframes LoginSwitchWrapper_Gradient__3iWhc {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

@keyframes LoginSwitchWrapper_Gradient__3iWhc {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

.LoginSwitchWrapper_loginSwitchWrapper__ck6qO {
    margin-top: 50px;
    padding: 10px;
    align-items: center
}

.LoginSwitchWrapper_loginSwitchText__lCDNp {
    color: #fff;
    font-size: 1.1rem;
    margin-left: 10px;
    margin-right: 15px
}

.SideMenuPopup_headerBsc__376zA,
.SideMenuPopup_langBscWrapper__1m3_B,
.SideMenuPopup_sideBarLink__1k6b8,
.SideMenuPopup_userInfoWrapper__2n9ha {
    display: flex;
    flex-flow: row nowrap
}

.SideMenuPopup_chainChangeMenuItem__3ppmM,
.SideMenuPopup_headerPart__23zMM,
.SideMenuPopup_navLinksWrapper__f3yMi,
.SideMenuPopup_sidebarArea__1CRrw,
.SideMenuPopup_sidebarWrapper__3IVXS {
    display: flex;
    flex-flow: column nowrap
}

@-webkit-keyframes SideMenuPopup_Gradient__3Q6dF {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

@keyframes SideMenuPopup_Gradient__3Q6dF {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

.SideMenuPopup_sidebarArea__1CRrw {
    align-items: flex-end;
    align-content: flex-end;
    position: fixed;
    height: 100vh;
    width: 100vw;
    background-color: transparent;
    z-index: 303;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px)
}

.SideMenuPopup_sidebarWrapper__3IVXS {
    position: relative;
    width: 250px;
    height: 100vh;
    background-color: #22232a;
    transition: margin-right 1s
}

.SideMenuPopup_sideBarLink__1k6b8 {
    position: relative
}

.SideMenuPopup_sideBarCurrentLink__1QP0x {
    left: -7%;
    top: -50%;
    position: absolute;
    z-index: 112;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 254.1px;
    height: 87.15px;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.SideMenuPopup_none__2tLRD {
    display: none
}

.SideMenuPopup_open__12CJw {
    margin-right: 0
}

.SideMenuPopup_close__jVCNW {
    margin-right: -300px
}

.SideMenuPopup_closeBtn__3Wj00 {
    position: absolute;
    color: #fff;
    font-size: 3rem;
    right: 5%;
    top: 0%
}

.SideMenuPopup_headerPart__23zMM {
    justify-content: space-between;
    margin-left: 25px;
    margin-top: 28px
}

.SideMenuPopup_langBscWrapper__1m3_B {
    justify-content: space-between;
    align-items: center;
    align-content: center;
    width: 80%;
    margin-bottom: 25px
}

.SideMenuPopup_userInfoWrapper__2n9ha {
    align-items: center;
    color: #fff;
    margin-right: 20px
}

.SideMenuPopup_userPicWrap__2uDNK {
    width: 54px;
    height: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    border-radius: 50%;
    background-image: linear-gradient(180deg, #1fe7e7 0, #56bef7);
    margin-right: 18px
}

.SideMenuPopup_userLogo__3NshZ {
    width: 48px;
    height: 48px;
    object-fit: cover;
    border-radius: 50%
}

.SideMenuPopup_userName__kOazs {
    width: 50%;
    font-size: 1.2rem;
    font-weight: 400;
    text-overflow: ellipsis;
    overflow: hidden
}

.SideMenuPopup_headerBsc__376zA {
    width: 86px;
    height: 42px;
    border: 3px solid rgba(104, 111, 148, .33);
    border-radius: 50px;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    cursor: pointer
}

.SideMenuPopup_chainChangeMenu__3X5Db {
    top: 11%;
    left: 40%;
    border-radius: .52vw;
    background-color: #22232a;
    padding: .99vw .99vw 0;
    width: 86px;
    position: absolute;
    display: flex;
    flex-flow: column nowrap;
    border: 3px solid rgba(104, 111, 148, .33);
    z-index: 500
}

.SideMenuPopup_chainChangeMenuItem__3ppmM {
    font-size: 1vw;
    margin-bottom: 1.048vw;
    cursor: pointer;
    z-index: 501;
    align-items: center
}

.SideMenuPopup_chainChangeMenuItem__3ppmM,
.SideMenuPopup_headerBscText__1g6dI {
    color: #fff;
    font-weight: 700;
    font-size: 1.1rem
}

.SideMenuPopup_headerBscArrow__3Cv5M {
    margin-left: 3px
}

.SideMenuPopup_sideBarLink__1k6b8 {
    align-items: center;
    color: #fff;
    padding-left: 25px;
    margin-bottom: 32px
}

.SideMenuPopup_sideBarLogo__1I06t {
    z-index: 113;
    object-fit: cover;
    margin-right: 17px;
    width: 27px;
    height: 27px
}

.SideMenuPopup_sideBarLinkText__2ACzV {
    z-index: 113;
    font-size: 1rem;
    font-weight: 400
}

.SideMenuPopup_sideBarLowerLinkWrapper__3WiFB {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    margin-top: 30px;
    -webkit-transform: skew(-10deg, 0deg);
    transform: skew(-10deg, 0deg)
}

.SideMenuPopup_sideBarLowerLink__UJXVk {
    font-size: 1.25rem;
    text-transform: uppercase;
    font-weight: 600;
    background-color: #2e3247;
    border-radius: 10px;
    color: #fff;
    padding: 12px 63px
}

.SideMenuPopup_headerLanguageIcon__2kO32 {
    object-fit: cover;
    height: 42px;
    width: 42px;
    border-radius: 50%;
    border: 3px solid rgba(104, 111, 148, .33);
    cursor: pointer;
    align-self: center
}

.NftMarketplace_pageWrapper__3BoJW {
    display: flex;
    flex-flow: column nowrap;
    background-color: #1e1f25;
    width: 84.375%;
    height: calc(100vh - 3.958vw);
    overflow-y: auto;
    padding: 4.167vw 8.333vw 0 6.25vw
}

@media (max-width:768px) {
    .NftMarketplace_pageWrapper__3BoJW {
        width: 100%;
        padding: 50px;
        height: calc(100vh - 5.937vw)
    }
}

@media (max-width:576px) {
    .NftMarketplace_pageWrapper__3BoJW {
        padding: 50px 35px 35px;
        height: calc(100vh - 11.874vw)
    }
}

@media (max-width:425px) {
    .NftMarketplace_pageWrapper__3BoJW {
        padding: 40px 25px 25px
    }
}

@media (max-width:375px) {
    .NftMarketplace_pageWrapper__3BoJW {
        padding: 40px 15px 15px
    }
}

@-webkit-keyframes NftMarketplace_Gradient__FkXEL {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

@keyframes NftMarketplace_Gradient__FkXEL {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

.NftMarketplace_pageWrapper__3BoJW {
    justify-content: center;
    align-items: center;
    align-content: center;
    position: relative
}

.NftMarketplace_pageHeader__3BTsw {
    font-size: 4.5rem;
    font-weight: 700;
    line-height: 102px;
    background: -webkit-linear-gradient(#784cbe, #ab4fbf);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 20px
}

@media (max-width:768px) {
    .NftMarketplace_pageHeader__3BTsw {
        text-align: center
    }
}

.NftMarketplace_pageText__320TH {
    color: #fff
}

.nftMarketplace_pageWrapper__13kU5 {
    display: flex;
    flex-flow: row nowrap
}

@-webkit-keyframes nftMarketplace_Gradient__gZgym {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

@keyframes nftMarketplace_Gradient__gZgym {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

.GenerateNft_pageWrapper__1J0O- {
    display: flex;
    flex-flow: column nowrap;
    background-color: #1e1f25;
    width: 84.375%;
    height: 95vh;
    overflow-y: auto;
    padding: 4.167vw 8.333vw 0 6.25vw;
}

@media (max-width:768px) {
    .GenerateNft_pageWrapper__1J0O- {
        width: 100%;
        padding: 50px;
        height: calc(100vh - 5.937vw)
    }
}

@media (max-width:576px) {
    .GenerateNft_pageWrapper__1J0O- {
        padding: 50px 35px 35px;
        height: calc(100vh - 11.874vw)
    }
}

@media (max-width:425px) {
    .GenerateNft_pageWrapper__1J0O- {
        padding: 40px 25px 25px
    }
}

@media (max-width:375px) {
    .GenerateNft_pageWrapper__1J0O- {
        padding: 40px 15px 15px
    }
}

@-webkit-keyframes GenerateNft_Gradient__3zwx5 {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

@keyframes GenerateNft_Gradient__3zwx5 {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

.GenerateNft_pageWrapper__1J0O- {
    justify-content: center;
    align-items: center;
    align-content: center;
    position: relative
}

.GenerateNft_pageHeader__bFHwj {
    font-size: 4.5rem;
    font-weight: 700;
    line-height: 102px;
    background: -webkit-linear-gradient(#C4175F,  #DA4F99);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 20px
}

@media (max-width:768px) {
    .GenerateNft_pageHeader__bFHwj {
        text-align: center
    }
}

.GenerateNft_pageText__2SN-f {
    color: #fff
}

.generateNft_pageWrapper__ffK-c {
    display: flex;
    flex-flow: row nowrap
}

@-webkit-keyframes generateNft_Gradient__2Z6L0 {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

@keyframes generateNft_Gradient__2Z6L0 {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

.main_pageWrapper__2v-ck {
    display: flex;
    flex-flow: row nowrap
}

@-webkit-keyframes main_Gradient__3rAJJ {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

@keyframes main_Gradient__3rAJJ {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

.Overview_pageWrapper__2XMit {
    display: flex;
    flex-flow: column nowrap
}

.Overview_upArrow1__2YO0b,
.Overview_upArrow2__1r8j7,
.Overview_upArrow3__1SzxO {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain
}

@-webkit-keyframes Overview_Gradient__2gjb4 {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

@keyframes Overview_Gradient__2gjb4 {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

.Overview_pageWrapper__2XMit {
    width: 84.375%;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 120vh;
    padding-bottom: 4.14vw;
    background-image: linear-gradient(180deg, #191921 0, #1f1f28 99.94%);
    position: absolute;
}

@media (max-width:768px) {
    .Overview_pageWrapper__2XMit {
        width: 100%
    }
}

@media (max-width:576px) {
    .Overview_pageWrapper__2XMit {
        padding-bottom: 20vw
    }
}

.Overview_footer__3AhsT {
    width: 100%;
    min-height: .677vw;
    background-color: #3c2d62
}

@media (max-width:576px) {
    .Overview_footer__3AhsT {
        background-color: transparent
    }
}

.Overview_upBtn__3lSrW {
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    z-index: 101;
    cursor: pointer;
    position: fixed;
    top: 81%;
    left: 92%;
    width: 4.792vw;
    height: 4.792vw;
    border-radius: 50%;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    background-image: linear-gradient(232.26deg, rgba(50, 217, 236, .37) 14.54%, rgba(31, 40, 48, 0) 127.21%)
}

@media (max-width:768px) {
    .Overview_upBtn__3lSrW {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        top: 86%;
        left: 89%
    }
}

@media (max-width:576px) {
    .Overview_upBtn__3lSrW {
        -webkit-transform: scale(2.5);
        transform: scale(2.5);
        top: 86%;
        left: 85%
    }
}

.Overview_upBtn__3lSrW:hover {
    -webkit-transform: scale(.95);
    transform: scale(.95)
}

.Overview_upBtnInner__2K4m2 {
    position: relative;
    width: 3.75vw;
    height: 3.75vw;
    border-radius: 50%;
    box-shadow: 0 .989vw 1.197vw rgba(1, 7, 15, .47), inset 0 .104vw .104vw hsla(0, 0%, 100%, .11);
    background-image: linear-gradient(180deg, #2dffff, #088ed7)
}

.Overview_upArrow1__2YO0b {
    z-index: 105
}

.Overview_upArrow1__2YO0b,
.Overview_upArrow2__1r8j7 {
    position: absolute;
    top: 25%;
    left: 23%;
    height: 1.563vw;
    width: 2.083vw
}

.Overview_upArrow2__1r8j7 {
    z-index: 104
}

.Overview_upArrow3__1SzxO {
    position: absolute;
    top: 34%;
    left: 16%;
    height: 1.563vw;
    width: 2.604vw;
    z-index: 103
}

.Overview_scroll__1eaUG::-webkit-scrollbar-track {
    margin-top: -10px;
    margin-bottom: -10px
}

.FirstPart_bckgrndFarWrapper__2iToC,
.FirstPart_bckgrndNearWrapper__1yjLM,
.FirstPart_btnTriangle__1GmAs,
.FirstPart_heroImsgeWrapper__2FENs {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain
}

.FirstPart_text__2NUuz {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.FirstPart_mainWrapper__3IE_s {
    width: 100%;
    min-height: 57.292vw;
    background-color: transparent;
    overflow: hidden;
    position: relative
}

@media (max-width:576px) {
    .FirstPart_mainWrapper__3IE_s {
        min-height: 85.938vw;
        overflow: visible
    }
}

.FirstPart_bckgrndFarWrapper__2iToC {
    top: -6%;
    left: 22%;
    position: absolute;
    height: 68.593vw;
    width: 65.677vw;
    background-size: contain;
    z-index: 2
}

@media (max-width:768px) {
    .FirstPart_bckgrndFarWrapper__2iToC {
        top: -6%;
        left: 27%
    }
}

@media (max-width:576px) {
    .FirstPart_bckgrndFarWrapper__2iToC {
        display: none
    }
}

.FirstPart_bckgrndNearWrapper__1yjLM {
    top: 9%;
    left: 33.5%;
    position: absolute;
    background-size: contain;
    width: 54.167vw;
    height: 54.688vw;
    z-index: 3
}

@media (max-width:768px) {
    .FirstPart_bckgrndNearWrapper__1yjLM {
        top: 9%;
        left: 38.5%
    }
}

@media (max-width:576px) {
    .FirstPart_bckgrndNearWrapper__1yjLM {
        display: none
    }
}

.FirstPart_heroImsgeWrapper__2FENs {
    top: 14.4%;
    left: 40%;
    position: absolute;
    background-size: contain;
    width: 39.375vw;
    height: 46.146vw;
    z-index: 4
}

@media (max-width:768px) {
    .FirstPart_heroImsgeWrapper__2FENs {
        top: 14.4%;
        left: 45%
    }
}

@media (max-width:576px) {
    .FirstPart_heroImsgeWrapper__2FENs {
        width: 59.0625vw;
        height: 69.219vw;
        z-index: 3;
        top: 55%;
        left: 55%
    }
}

.FirstPart_logicWrapper__3tktb {
    position: absolute;
    top: 20%;
    left: 10%;
    display: flex;
    flex-flow: column nowrap;
    z-index: 4;
    max-width: 24.437vw
}

@media (max-width:768px) {
    .FirstPart_logicWrapper__3tktb {
        top: 20%;
        left: 15%
    }
}

@media (max-width:576px) {
    .FirstPart_logicWrapper__3tktb {
        max-width: 55%;
        left: 10%;
        top: 10%
    }
}

.FirstPart_firstHeader__2DSMY,
.FirstPart_secondHeader__2pTok {
    font-size: 5.3125vw;
    font-style: italic;
    line-height: 4.6875vw;
    font-weight: 600;
    text-transform: uppercase
}

.FirstPart_firstHeader__2DSMY {
    color: #fff
}

@media (max-width:576px) {
    .FirstPart_firstHeader__2DSMY {
        font-size: 10vw;
        line-height: 9.2vw
    }
}

.FirstPart_secondHeader__2pTok {
    background-image: linear-gradient(to right, #C4175F 0%, #DA4F99 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border: 1px solid transparent;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 100%;
    margin-bottom: 2.865vw;
    width: 125%;
    font-weight: 800;
}

@media (max-width:576px) {
    .FirstPart_secondHeader__2pTok {
        font-size: 10vw;
        line-height: 9.2vw
    }
}

.FirstPart_text__2NUuz {
    font-weight: 600;
    color: #fff;
    line-height: 1.667vw;
    -webkit-line-clamp: 5;
    font-size: 1.25vw
}

@media (max-width:576px) {
    .FirstPart_text__2NUuz {
        font-size: 2.5vw;
        -webkit-line-clamp: initial;
        line-height: normal
    }
}

.FirstPart_btnOneFW__1lsB0 {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    position: relative;
    margin-top: 3.646vw;
    width: 16.979vw;
    height: 5.208vw;
    cursor: pointer;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    -webkit-transform: skew(-15deg, 0deg);
    transform: skew(-15deg, 0deg);
    border-radius: .52vw;
    background-image: linear-gradient(90.19deg, rgba(47, 165, 60, 0) 5.21%, rgba(196, 23, 95, .37) 96.35%)
}

@media (max-width:576px) {
    .FirstPart_btnOneFW__1lsB0 {
        margin-top: 2.6vw;
        width: 40vw;
        height: 13vw;
        border-radius: 1.5vw
    }
}

.FirstPart_btnOneSW__23F26 {
    position: relative;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    width: 16.302vw;
    height: 4.219vw;
    cursor: pointer;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    border-radius: .52vw;
    background-image: linear-gradient(.87deg, rgba(196, 23, 95, .75) .96%, rgba(218, 79, 153, .75) 99.45%)
}

@media (max-width:576px) {
    .FirstPart_btnOneSW__23F26 {
        width: 38vw;
        height: 12vw;
        border-radius: 1.5vw
    }
}

.FirstPart_btnOneTW__2EMcZ {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    width: 12.5vw;
    height: 4.219vw;
    cursor: pointer;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    border-radius: .52vw;
    /* background-image: linear-gradient(3.89deg, #259e3a 3.56%, #b6fc4c 97.24%) */
    background-image: linear-gradient(to right, #C4175F 0%, #DA4F99 100%);
}

@media (max-width:576px) {
    .FirstPart_btnOneTW__2EMcZ {
        width: 30vw;
        height: 12vw;
        border-radius: 1.5vw
    }
}

.FirstPart_btnOneWrapper__38lIO:active {
    box-shadow: inset 0 0 .417vw .677vw rgba(85, 41, 88, .23)
}

.FirstPart_btnTwo__3s8MQ {
    position: relative;
    margin-top: 1.146vw;
    width: 13.385vw;
    height: 4.167vw;
    background-image: linear-gradient(to right, #C4175F 0%, #DA4F99 100%);
    cursor: pointer;
    -webkit-transform: skew(-15deg, 0deg);
    transform: skew(-15deg, 0deg);
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    border-radius: .52vw
}

@media (max-width:576px) {
    .FirstPart_btnTwo__3s8MQ {
        margin-top: 2.6vw;
        width: 30vw;
        height: 12vw;
        border-radius: 1.5vw
    }
}

.FirstPart_btnTwo__3s8MQ:active {
    -webkit-transform: scale(.9) skew(-15deg, 0deg);
    transform: scale(.9) skew(-15deg, 0deg)
}

.FirstPart_btnTwo__3s8MQ:hover {
    -webkit-transform: scale(.95) skew(-15deg, 0deg);
    transform: scale(.95) skew(-15deg, 0deg);
    background-image: radial-gradient(ellipse,  #C4175F 5%, #DA4F99 25%,  #C4175F 50%, #DA4F99 96%)
}

.FirstPart_btnOneSW__23F26:hover,
.FirstPart_btnTwo__3s8MQ:hover {
    background-size: 400% 400%;
    -webkit-animation: FirstPart_Gradient__rNgKu 5s ease infinite;
    animation: FirstPart_Gradient__rNgKu 5s ease infinite
}

.FirstPart_btnOneSW__23F26:hover {
    -webkit-transform: scaleX(.95);
    transform: scaleX(.95);
    background-image: radial-gradient(ellipse, rgba(196, 23, 95, .75) .96%, rgba(218, 79, 153, .75) 50%, rgba(196, 23, 95, .75) 100%)
}

.FirstPart_btnOneSW__23F26:hover .FirstPart_btnText1__1y3Wp,
.FirstPart_btnOneSW__23F26:hover .FirstPart_btnTriangle__1GmAs {
    -webkit-transform: scaleY(.95) skew(15deg, 0deg);
    transform: scaleY(.95) skew(15deg, 0deg)
}

.FirstPart_btnOneSW__23F26:hover .FirstPart_btnOneTW__2EMcZ {
    background-image: radial-gradient(ellipse, #C4175F 3.56%, #DA4F99 50%, #C4175F 100%);
    background-size: 400% 400%;
    -webkit-animation: FirstPart_Gradient__rNgKu 5s ease infinite;
    animation: FirstPart_Gradient__rNgKu 5s ease infinite
}

.FirstPart_btnText1__1y3Wp,
.FirstPart_btnText2__3PMG- {
    position: absolute;
    font-weight: 600;
    color: #fff;
    font-size: 1.1vw;
    text-transform: uppercase;
    font-style: italic;
    line-height: 1.625vw;
    -webkit-transform: skew(15deg, 0deg);
    transform: skew(15deg, 0deg)
}

.FirstPart_btnText1__1y3Wp {
    top: 30%;
    left: 15%
}

@media (max-width:576px) {
    .FirstPart_btnText1__1y3Wp {
        font-size: 3vw;
        top: 42%;
        left: 15%
    }
}

.FirstPart_btnText2__3PMG- {
    top: 30%;
    left: 17%
}

@media (max-width:576px) {
    .FirstPart_btnText2__3PMG- {
        font-size: 2.5vw;
        top: 42%;
        left: 15%
    }
}

.FirstPart_btnTriangle__1GmAs {
    width: .781vw;
    height: .773vw;
    color: #fff;
    position: absolute;
    top: 42%;
    left: 85%;
    -webkit-transform: skew(15deg, 0deg);
    transform: skew(15deg, 0deg)
}

@media (max-width:768px) {
    .FirstPart_btnTriangle__1GmAs {
        top: 37%;
        width: 1.1715vw;
        height: 1.1595vw
    }
}

@media (max-width:576px) {
    .FirstPart_btnTriangle__1GmAs {
        top: 42%;
        width: 1.82vw;
        height: 1.82vw
    }
}

@media (max-width:375px) {
    .FirstPart_btnTriangle__1GmAs {
        top: 42%;
        width: 1.82vw;
        height: 1.82vw
    }
}

@-webkit-keyframes FirstPart_Gradient__rNgKu {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

@keyframes FirstPart_Gradient__rNgKu {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

.SecondPart_bckrnd__H7Xi6,
.SecondPart_line__35ouI,
.SecondPart_someLogo__21fAZ {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain
}

@-webkit-keyframes SecondPart_Gradient__3CNTd {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

@keyframes SecondPart_Gradient__3CNTd {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

.SecondPart_externalWrapper__2EMD9 {
    min-height: 63.594vw;
    position: relative;
    background-color: transparent
}

@media (max-width:576px) {
    .SecondPart_externalWrapper__2EMD9 {
        min-height: 146.2662vw
    }
}

.SecondPart_mainWrapper__SBV5r {
    width: 100%;
    min-height: 63.594vw;
    position: absolute;
    border-left: 100vw solid #2a2d3d;
    border-top: 6.25vw solid transparent;
    border-bottom: 6.25vw solid transparent;
    z-index: 71
}

@media (max-width:576px) {
    .SecondPart_mainWrapper__SBV5r {
        min-height: 146.2662vw
    }
}

.SecondPart_bckrnd__H7Xi6 {
    position: absolute;
    top: -2%;
    left: -18.5%;
    width: 63.125vw;
    height: 64.167vw;
    z-index: 72
}

@media (max-width:768px) {
    .SecondPart_bckrnd__H7Xi6 {
        top: -2%;
        left: -8.5%
    }
}

@media (max-width:576px) {
    .SecondPart_bckrnd__H7Xi6 {
        display: none
    }
}

.SecondPart_line__35ouI {
    position: absolute;
    top: .7%;
    left: 0;
    width: 39.219vw;
    height: 1.875vw;
    z-index: 72;
    -webkit-transform: rotate(1.5deg);
    transform: rotate(1.5deg)
}

@media (max-width:576px) {
    .SecondPart_line__35ouI {
        display: none
    }
}

.SecondPart_logicWrapper__2P8-R {
    position: absolute;
    top: 16%;
    left: 56%;
    z-index: 72;
    width: 32.292vw
}

@media (max-width:576px) {
    .SecondPart_logicWrapper__2P8-R {
        top: 10%;
        left: 10%;
        display: flex;
        flex-flow: column nowrap;
        width: 81%
    }
}

.SecondPart_fHead__1GJw-,
.SecondPart_sHead__18QwK {
    font-weight: 600;
    font-style: italic;
    font-size: 3.0vw;
    line-height: 4.5vw;
    text-transform: uppercase
}

@media (max-width:576px) {
    .SecondPart_fHead__1GJw-,
    .SecondPart_sHead__18QwK {
        font-size: 8vw;
        line-height: 9.2vw
    }
}

.SecondPart_fHead__1GJw- {
    color: #fff
}

.SecondPart_sHead__18QwK {
    background: linear-gradient(90deg, #56bef7 0, #1fe7e7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.SecondPart_someLogo__21fAZ {
    margin-top: 3.125vw;
    width: 6.25vw;
    height: 6.25vw
}

@media (max-width:576px) {
    .SecondPart_someLogo__21fAZ {
        width: 15.6vw;
        height: 15.6vw;
        margin-top: 7.8vw
    }
}

.Slider_arrowIcon__lA6y9,
.Slider_sliderPositionItem__33G7s {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain
}

@-webkit-keyframes Slider_Gradient__1CgAP {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

@keyframes Slider_Gradient__1CgAP {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

.Slider_sliderWrapper__2cqcF {
    width: 100%;
    margin-top: 2.604vw
}

@media (max-width:576px) {
    .Slider_sliderWrapper__2cqcF {
        margin-top: 6.5vw
    }
}

.Slider_sliderHeader__ErYzX {
    font-weight: 600;
    color: #fff;
    font-style: italic;
    font-size: 2.188vw;
    line-height: 2.525vw
}

@media (max-width:576px) {
    .Slider_sliderHeader__ErYzX {
        font-size: 5vw;
        line-height: normal
    }
}

.Slider_sliderText__1eNjJ {
    height: 11.25vw;
    margin-top: 1.25vw;
    font-weight: 600;
    color: #d4e9fc;
    line-height: 1.458vw;
    font-size: 1.042vw
}

@media (max-width:576px) {
    .Slider_sliderText__1eNjJ {
        font-size: 2.5vw;
        line-height: normal;
        margin-top: 3.1vw;
        height: 17.1vw;
    }
}

.Slider_controlPanel__3CHHT {
    width: 100%;
    margin-top: 3.906vw;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between
}

@media (max-width:576px) {
    .Slider_controlPanel__3CHHT {
        margin-top: 9.8vw
    }
}

.Slider_sliderPosition__3rpvB {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: center
}

.Slider_sliderPositionItem__33G7s {
    margin-right: 1.666vw;
    background-size: 1.3vw;
    width: 1.458vw;
    height: 1.458vw
}

@media (max-width:576px) {
    .Slider_sliderPositionItem__33G7s {
        margin-right: 4.1vw;
        width: 3.8vw;
        height: 3.8vw;
        background-size: 3.6vw
    }
}

.Slider_sliderArrows__CaHcN {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    width: 30%
}

.Slider_arrowWrapper__HpqQE {
    width: 5.312vw;
    height: 5.312vw;
    border-radius: 50%;
    cursor: pointer
}

@media (max-width:576px) {
    .Slider_arrowWrapper__HpqQE {
        width: 13.3vw;
        height: 13.3vw
    }
}

.Slider_inactiveArrowWrapper__1QI2X {
    width: 5.312vw;
    height: 5.312vw;
    border-radius: 50%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    align-content: center
}

@media (max-width:576px) {
    .Slider_inactiveArrowWrapper__1QI2X {
        width: 13.3vw;
        height: 13.3vw
    }
}

.Slider_inactiveArrow__2Blwi {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 3.542vw;
    height: 3.542vw;
    border: .156vw solid #3f4f7e;
    border-radius: 50%;
    color: #fff;
    font-size: .833vw
}

@media (max-width:576px) {
    .Slider_inactiveArrow__2Blwi {
        width: 8.9vw;
        height: 8.9vw;
        border: 2px solid #3f4f7e;
        font-size: 2vw
    }
}

.Slider_activeArrow__3cCwH {
    position: relative;
    width: 5.313vw;
    height: 5.313vw;
    border-radius: 50%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    align-content: center
}

@media (max-width:576px) {
    .Slider_activeArrow__3cCwH {
        width: 13.2vw;
        height: 13.2vw
    }
}

.Slider_arrowIcon__lA6y9 {
    width: .781vw;
    height: .773vw
}

@media (max-width:576px) {
    .Slider_arrowIcon__lA6y9 {
        width: 2vw;
        height: 2vw
    }
}

.Slider_circle__2fa6L {
    position: absolute;
    width: 3.542vw;
    height: 3.542vw;
    border-radius: 50%;
    border: .156vw solid hsla(0, 0%, 100%, .13);
    z-index: 4
}

@media (max-width:576px) {
    .Slider_circle__2fa6L {
        width: 8.8vw;
        height: 8.8vw;
        border: 1px solid hsla(0, 0%, 100%, .13)
    }
}

.Slider_pulsar__14wLx {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    color: #fff;
    z-index: 3;
    border-radius: 50%;
    width: 4.167vw;
    height: 4.167vw;
    background-image: linear-gradient(90deg, hsla(0, 0%, 100%, .08), rgba(171, 71, 247, .08) 48.44%, hsla(0, 0%, 100%, .08)), linear-gradient(180deg, #ab47f7, #4e04be);
    box-shadow: 0 0 0 0 #503773;
    -webkit-animation: Slider_pulse__2ikxC 1.5s infinite;
    animation: Slider_pulse__2ikxC 1.5s infinite
}

@media (max-width:576px) {
    .Slider_pulsar__14wLx {
        font-size: 1vw
    }
}

@-webkit-keyframes Slider_pulse__2ikxC {
    0% {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }
    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
        box-shadow: 0 0 0 1.042vw rgba(80, 55, 115, 0)
    }
    to {
        -webkit-transform: scale(.9);
        transform: scale(.9);
        box-shadow: 0 0 0 0 rgba(80, 55, 115, 0)
    }
}

@keyframes Slider_pulse__2ikxC {
    0% {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }
    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
        box-shadow: 0 0 0 1.042vw rgba(80, 55, 115, 0)
    }
    to {
        -webkit-transform: scale(.9);
        transform: scale(.9);
        box-shadow: 0 0 0 0 rgba(80, 55, 115, 0)
    }
}

.ThirdPart_bgrnd__22Yhy,
.ThirdPart_line__1LrOu,
.ThirdPart_partnersItemLogo1__3L2Os,
.ThirdPart_partnersItemLogo2__2DDu1,
.ThirdPart_partnersItemLogo3__2OY-p,
.ThirdPart_partnersItemLogo4__3381U,
.ThirdPart_partnersItemLogo5__2ByQD,
.ThirdPart_partnersItemLogo6__6ln1v,
.ThirdPart_partnersItemWrapper__8AVFW {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain
}

@-webkit-keyframes ThirdPart_Gradient__3pPYW {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

@keyframes ThirdPart_Gradient__3pPYW {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

.ThirdPart_externalWrapper__32WNI {
    min-height: 145vw;
    position: relative;
    background-color: transparent
}

@media (max-width:576px) {
    .ThirdPart_externalWrapper__32WNI {
        min-height: 450vw
    }
}

.ThirdPart_mainWrapper__ZAK4P {
    width: 100%;
    min-height: 145vw;
    position: absolute;
    border-right: 100vw solid #8938a0;
    border-top: 6.25vw solid transparent;
    border-bottom: 6.25vw solid transparent;
    margin-top: -6.25vw;
    z-index: 61
}

@media (max-width:576px) {
    .ThirdPart_mainWrapper__ZAK4P {
        min-height: 450vw
    }
}

.ThirdPart_bgrnd__22Yhy {
    position: absolute;
    display: none;
    top: -15%;
    left: -1%;
    background-position: 80%;
    background-size: cover;
    width: 84.205vw;
    height: 145vw;
    z-index: 62;
    -webkit-transform: scale(1.03) rotate(-1.3deg);
    transform: scale(1.03) rotate(-1.3deg)
}

@media (max-width:768px) {
    .ThirdPart_bgrnd__22Yhy {
        width: 100%;
        -webkit-transform: scale(1.04);
        transform: scale(1.04)
    }
}

@media (max-width:576px) {
    .ThirdPart_bgrnd__22Yhy {
        min-height: 405vw;
        display: none
    }
}

.ThirdPart_line__1LrOu {
    position: absolute;
    top: -3.65%;
    left: -.1%;
    width: 39.167vw;
    height: 1.823vw;
    z-index: 63;
    -webkit-transform: rotate(-1.5deg);
    transform: rotate(-1.5deg)
}

@media (max-width:576px) {
    .ThirdPart_line__1LrOu {
        display: none
    }
}

.ThirdPart_logicWrapper__290X5 {
    width: 70vw;
    position: absolute;
    z-index: 63;
    top: 3%;
    left: 8%;
    display: flex;
    flex-flow: column nowrap;
    align-items: center
}

@media (max-width:768px) {
    .ThirdPart_logicWrapper__290X5 {
        top: 7%;
        left: 15%
    }
}

@media (max-width:576px) {
    .ThirdPart_logicWrapper__290X5 {
        align-items: center;
        width: 83vw;
        top: 3%;
        left: 8%
    }
}

.ThirdPart_header__3S1a0 {
    font-weight: 600;
    font-style: italic;
    font-size: 4.5vw;
    line-height: 4.689vw;
    color: #fff;
    text-transform: uppercase
}

@media (max-width:576px) {
    .ThirdPart_header__3S1a0 {
        font-size: 10vw;
        line-height: 9.2vw;
        white-space: nowrap
    }
}

.ThirdPart_partnersWrapper2__Hb6e6,
.ThirdPart_partnersWrapper__1JxUt {
    margin-top: 5.989vw;
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
    align-content: center
}

@media (max-width:576px) {
    .ThirdPart_partnersWrapper2__Hb6e6,
    .ThirdPart_partnersWrapper__1JxUt {
        flex-flow: column nowrap;
        margin-top: 3vw
    }
}

.ThirdPart_partnersPair2__23UFl,
.ThirdPart_partnersPair__13z1J {
    display: flex;
    width: 50%;
    flex-flow: row nowrap;
    justify-content: space-around
}

@media (max-width:576px) {
    .ThirdPart_partnersPair2__23UFl,
    .ThirdPart_partnersPair__13z1J {
        justify-content: space-between;
        width: 100%;
        margin-top: 3vw
    }
}

.ThirdPart_partnersPair2__23UFl {
    width: 100%
}

.ThirdPart_partnersWrapper2__Hb6e6 {
    width: 48%
}

@media (max-width:576px) {
    .ThirdPart_partnersWrapper2__Hb6e6 {
        width: 100%
    }
}

.ThirdPart_partnersItemOuterWrapper__3stUZ {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center
}

.ThirdPart_partnersItemWrapper__8AVFW {
    width: 13.906vw;
    height: 13.906vw;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s
}

@media (max-width:576px) {
    .ThirdPart_partnersItemWrapper__8AVFW {
        width: 39.7vw;
        height: 29.7vw;
    }
}

.ThirdPart_partnersItemWrapper__8AVFW:hover {
    -webkit-transform: scale(.95);
    transform: scale(.95)
}

.ThirdPart_partnersItemInnerWrapper__wFoep {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 11.927vw;
    height: 11.927vw;
    border-radius: 50%;
    box-shadow: 0 .649vw .625vw rgba(51, 22, 88, .6);
    background-image: linear-gradient(180deg, #a23bb8 0, #774bbd)
}

@media (max-width:576px) {
    .ThirdPart_partnersItemInnerWrapper__wFoep {
        width: 29.8vw;
        height: 29.8vw
    }
}

.ThirdPart_partnersItemCircle__3iZdD {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 10.989vw;
    height: 10.989vw;
    border-radius: 50%;
    background-color: transparent;
    border: .26vw solid hsla(0, 0%, 100%, .26)
}

@media (max-width:576px) {
    .ThirdPart_partnersItemCircle__3iZdD {
        width: 27.4vw;
        height: 27.4vw
    }
}

.ThirdPart_partnersItemLogo1__3L2Os {
    margin-top: 1.302vw;
    width: 7.135vw;
    height: 7.813vw
}

@media (max-width:576px) {
    .ThirdPart_partnersItemLogo1__3L2Os {
        width: 17.8vw;
        height: 17.8vw;
        margin-top: 3.2vw
    }
}

.ThirdPart_partnersItemLogo2__2DDu1 {
    margin-top: 1.302vw;
    width: 8.438vw;
    height: 8.489vw
}

@media (max-width:576px) {
    .ThirdPart_partnersItemLogo2__2DDu1 {
        width: 17.8vw;
        height: 17.8vw;
        margin-top: 3.2vw
    }
}

.ThirdPart_partnersItemLogo3__2OY-p {
    margin-top: 1.302vw;
    width: 8.958vw;
    height: 8.958vw
}

@media (max-width:576px) {
    .ThirdPart_partnersItemLogo3__2OY-p {
        width: 17.8vw;
        height: 17.8vw;
        margin-top: 3.2vw
    }
}

.ThirdPart_partnersItemLogo4__3381U {
    width: 7.958vw;
    height: 7.958vw
}

@media (max-width:576px) {
    .ThirdPart_partnersItemLogo4__3381U {
        width: 17.8vw;
        height: 17.8vw
    }
}

.ThirdPart_partnersItemLogo5__2ByQD {
    width: 6.958vw;
    height: 6.958vw
}

@media (max-width:576px) {
    .ThirdPart_partnersItemLogo5__2ByQD {
        width: 16vw;
        height: 16vw
    }
}

.ThirdPart_partnersItemLogo6__6ln1v {
    width: 5.958vw;
    height: 5.958vw
}

@media (max-width:576px) {
    .ThirdPart_partnersItemLogo6__6ln1v {
        width: 15vw;
        height: 15vw
    }
}

.ThirdPart_partnersItemText__2ILRZ {
    max-width: 11.521vw;
    font-weight: 600;
    font-size: 1.3vw;
    color: #fff;
    line-height: 2.031vw;
    text-align: center
}

@media (max-width:576px) {
    .ThirdPart_partnersItemText__2ILRZ {
        max-width: none;
        font-size: 3.9vw;
        line-height: normal
    }
}

.FourthPart_bgrnd__KZhIN,
.FourthPart_btnWrapper__co1eE,
.FourthPart_line__FSdmy {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain
}

@-webkit-keyframes FourthPart_Gradient__1lxFa {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

@keyframes FourthPart_Gradient__1lxFa {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

.FourthPart_externalWrapper__3cZd- {
    min-height: 57.792vw;
    position: relative;
    background-color: transparent;
    margin-top: -6.771vw;
    z-index: 71
}

@media (max-width:576px) {
    .FourthPart_externalWrapper__3cZd- {
        min-height: 115.584vw
    }
}

.FourthPart_mainWrapper__1MXTL {
    width: 100%;
    min-height: 57.792vw;
    position: absolute;
    border-left: 100vw solid #060f31;
    border-top: 3.906vw solid transparent;
    border-bottom: 3.906vw solid transparent;
    margin-top: -6.25vw;
    z-index: 71
}

@media (max-width:576px) {
    .FourthPart_mainWrapper__1MXTL {
        min-height: 115.584vw
    }
}

.FourthPart_bgrnd__KZhIN {
    position: absolute;
    background-size: contain;
    top: -10.5%;
    left: 0;
    width: 84.375vw;
    height: 59.792vw;
    z-index: 72;
    -webkit-transform: scale(1.015) rotate(0deg);
    transform: scale(1.015) rotate(0deg)
}

@media (max-width:768px) {
    .FourthPart_bgrnd__KZhIN {
        width: 100%;
        background-size: cover
    }
}

@media (max-width:576px) {
    .FourthPart_bgrnd__KZhIN {
        top: -5.2%;
        left: 0;
        width: 164.53125vw;
        height: 116.5944vw
    }
}

.FourthPart_logicWrapper__2wIaw {
    position: absolute;
    top: 6.5%;
    left: 10.5%;
    z-index: 73
}

@media (max-width:768px) {
    .FourthPart_logicWrapper__2wIaw {
        left: 15.5%
    }
}

@media (max-width:576px) {
    .FourthPart_logicWrapper__2wIaw {
        left: 8%;
        display: flex;
        flex-flow: column nowrap
    }
}

.FourthPart_line__FSdmy {
    margin-left: .521vw;
    width: 4.583vw;
    height: .417vw;
    margin-bottom: 4.271vw
}

@media (max-width:576px) {
    .FourthPart_line__FSdmy {
        display: none
    }
}

.FourthPart_head1__2fX48,
.FourthPart_head2__1A42X,
.FourthPart_head3__3UCnf {
    font-weight: 600;
    font-style: italic;
    font-size: 4.0vw;
    line-height: 4.688vw
}

@media (max-width:576px) {
    .FourthPart_head1__2fX48,
    .FourthPart_head2__1A42X,
    .FourthPart_head3__3UCnf {
        font-size: 10vw;
        line-height: 9.2vw
    }
}

.FourthPart_head1__2fX48,
.FourthPart_head3__3UCnf {
    color: #fff
}

.FourthPart_head2__1A42X {
    background: linear-gradient(90deg, #56bef7 0, #1fe7e7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.FourthPart_btnWrapper__co1eE {
    width: 18.073vw;
    height: 12.708vw;
    margin-left: -3.646vw;
    margin-top: -1.823vw
}

@media (max-width:576px) {
    .FourthPart_btnWrapper__co1eE {
        width: 45.1vw;
        height: 31.77vw;
        margin-left: -9.1vw;
        margin-top: -4.5vw
    }
}

.FourthPart_text__3nfIT {
    margin-top: -1.823vw;
    font-weight: 600;
    font-size: 1.25vw;
    line-height: 1.771vw;
    max-width: 30.729vw;
    color: #fff
}

@media (max-width:576px) {
    .FourthPart_text__3nfIT {
        font-size: 3.1vw;
        line-height: normal;
        max-width: 87%
    }
}

.FifthPart_line__f2ebG,
.FifthPart_logo__3z-YS {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain
}

@-webkit-keyframes FifthPart_Gradient__2fArv {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

@keyframes FifthPart_Gradient__2fArv {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

.FifthPart_externalWrapper__1LFvm {
    background-color: transparent;
    min-height: 110.333vw;
    position: relative;
    margin-top: -5.885vw;
    z-index: 71
}

@media (max-width:576px) {
    .FifthPart_externalWrapper__1LFvm {
        min-height: 253.7659vw
    }
}

.FifthPart_line__f2ebG {
    position: absolute;
    top: .4%;
    left: 0;
    width: 39.054vw;
    height: 2.604vw;
    background-size: contain
}

@media (max-width:768px) {
    .FifthPart_line__f2ebG {
        -webkit-transform: rotate(2.5deg);
        transform: rotate(2.5deg);
        top: 1%;
        left: -.2%
    }
}

@media (max-width:576px) {
    .FifthPart_line__f2ebG {
        display: none
    }
}

.FifthPart_logicWrapper__xb0RD {
    position: absolute;
    top: 10%;
    left: 12%
}

@media (max-width:768px) {
    .FifthPart_logicWrapper__xb0RD {
        left: 17%
    }
}

@media (max-width:576px) {
    .FifthPart_logicWrapper__xb0RD {
        left: 34%;
        top: 4%;
        width: 100%
    }
}

.FifthPart_headers__2Nbi9 {
    display: flex;
    flex-flow: row nowrap
}

@media (max-width:576px) {
    .FifthPart_headers__2Nbi9 {
        flex-flow: column nowrap
    }
}

.FifthPart_header1__3U_i7,
.FifthPart_header2__3er0j {
    font-weight: 600;
    font-style: italic;
    font-size: 4.0vw;
    line-height: 4.688vw;
    text-transform: uppercase
}

@media (max-width:576px) {
    .FifthPart_header1__3U_i7,
    .FifthPart_header2__3er0j {
        position: relative;
        left: -27%;
        font-size: 10vw;
        line-height: normal
    }
}

.FifthPart_header1__3U_i7 {
    color: #fff
}

.FifthPart_header2__3er0j {
    margin-left: .833vw;
    background: linear-gradient(90deg, #259e3a 0, #b6fc4c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border: 1px solid transparent;
    background-repeat: no-repeat;
    background-size: cover
}

@media (max-width:576px) {
    .FifthPart_header2__3er0j {
        margin-left: 0
    }
}

.FifthPart_verticalWrapper__1Az22 {
    margin-top: 3.646vw;
    display: flex;
    flex-flow: column nowrap
}

@media (max-width:576px) {
    .FifthPart_verticalWrapper__1Az22 {
        margin-top: 0
    }
}

.FifthPart_horizontalWrapper__1hjSS {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    width: 65.885vw;
    margin-bottom: 5.625vw
}

@media (max-width:576px) {
    .FifthPart_horizontalWrapper__1hjSS {
        flex-flow: column nowrap;
        margin-bottom: 0;
        width: 61vw
    }
}

.FifthPart_itemWrapper__1uWGB {
    display: flex;
    flex-flow: column nowrap;
    position: relative;
    padding-top: 10.938vw
}

@media (max-width:576px) {
    .FifthPart_itemWrapper__1uWGB {
        padding-top: 8.5vw
    }
}

.FifthPart_logo__3z-YS {
    position: absolute;
    top: -34%;
    left: -28%;
    width: 24.739vw;
    height: 24.323vw
}

@media (max-width:576px) {
    .FifthPart_logo__3z-YS {
        top: 36%;
        right: 105%;
        left: auto;
        background-size: 61vw;
        border-radius: 50%
    }
}

.FifthPart_itemHeader__1GvxP {
    font-weight: 600;
    color: #fff;
    font-style: italic;
    font-size: 2.0vw;
    line-height: 2.604vw;
    z-index: 72
}

@media (max-width:576px) {
    .FifthPart_itemHeader__1GvxP {
        font-size: 5vw;
        line-height: normal
    }
}

.FifthPart_itemText__34c4p {
    margin-top: 1.25vw;
    font-weight: 600;
    color: #d4e9fc;
    line-height: 1.458vw;
    font-size: 1.042vw;
    max-width: 28.125vw;
    z-index: 72
}

@media (max-width:576px) {
    .FifthPart_itemText__34c4p {
        margin-top: 3.1vw;
        overflow: hidden;
        font-size: 2.6vw;
        max-width: 100%;
        line-height: 2.6vw
    }
}

.SixthPart_activePlanetImg__1h7N9,
.SixthPart_bgrnd__18IUu,
.SixthPart_line__2JFzg,
.SixthPart_planetImg__12tid,
.SixthPart_planetSystemWrapper__3hpuI {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain
}

@-webkit-keyframes SixthPart_Gradient__1O0tw {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

@keyframes SixthPart_Gradient__1O0tw {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

.SixthPart_externalWrapper__35xYx {
    min-height: 60.365vw;
    position: relative;
    background-color: transparent;
    z-index: 71;
    margin-top: .417vw
}

@media (max-width:576px) {
    .SixthPart_externalWrapper__35xYx {
        min-height: 150.9125vw
    }
}

.SixthPart_mainWrapper__38HgR {
    width: 100%;
    min-height: 60.365vw;
    position: absolute;
    border-left: 100vw solid #060f31;
    border-top: 3.906vw solid transparent;
    border-bottom: 3.906vw solid transparent;
    z-index: 71
}

@media (max-width:576px) {
    .SixthPart_mainWrapper__38HgR {
        min-height: 150.9125vw
    }
}

.SixthPart_bgrnd__18IUu {
    position: absolute;
    top: 0;
    left: 0;
    width: 84.375vw;
    height: 60.365vw;
    z-index: 72;
    -webkit-transform: scale(1.015) rotate(0deg);
    transform: scale(1.015) rotate(0deg)
}

@media (max-width:768px) {
    .SixthPart_bgrnd__18IUu {
        width: 100%;
        background-size: cover
    }
}

@media (max-width:576px) {
    .SixthPart_bgrnd__18IUu {
        display: none
    }
}

.SixthPart_line__2JFzg {
    position: absolute;
    top: -1%;
    left: 0;
    width: 39.306vw;
    height: 2.604vw;
    z-index: 73
}

@media (max-width:768px) {
    .SixthPart_line__2JFzg {
        -webkit-transform: rotate(-2.5deg);
        transform: rotate(-2.5deg);
        top: -2.5%;
        left: -.5%
    }
}

@media (max-width:576px) {
    .SixthPart_line__2JFzg {
        display: none
    }
}

.SixthPart_header__1J3Qk {
    position: absolute;
    top: 20%;
    left: 11%;
    z-index: 73;
    font-weight: 600;
    font-style: italic;
    font-size: 4.0vw;
    line-height: 4.688vw;
    text-transform: uppercase;
    color: #fff
}

@media (max-width:768px) {
    .SixthPart_header__1J3Qk {
        top: 20%;
        left: 16%
    }
}

@media (max-width:576px) {
    .SixthPart_header__1J3Qk {
        top: 5%;
        left: 21%;
        font-size: 11.72vw;
        line-height: normal
    }
}

.SixthPart_planetSystemWrapper__3hpuI {
    position: absolute;
    top: 36%;
    left: 8.5%;
    width: 70.104vw;
    height: 27.396vw;
    z-index: 73
}

@media (max-width:768px) {
    .SixthPart_planetSystemWrapper__3hpuI {
        top: 36%;
        left: 12.5%
    }
}

@media (max-width:576px) {
    .SixthPart_planetSystemWrapper__3hpuI {
        background: none;
        top: 18%;
        left: 10%;
        height: 120vw;
        width: 81%
    }
}

.SixthPart_planetSystemItem1__2ZvjT,
.SixthPart_planetSystemItem2__2VnoK,
.SixthPart_planetSystemItem3__1H2Ld,
.SixthPart_planetSystemItem4__3GGiL,
.SixthPart_planetSystemItem5__1IWVM,
.SixthPart_planetSystemItem6__1yrEt {
    position: absolute;
    display: flex;
    flex-flow: column nowrap;
    color: #fff
}

.SixthPart_planetSystemItem1__2ZvjT {
    top: 41%;
    left: 2%
}

@media (max-width:576px) {
    .SixthPart_planetSystemItem1__2ZvjT {
        top: 0;
        left: 5%
    }
}

.SixthPart_planetSystemItem2__2VnoK {
    top: 26%;
    left: 23%
}

@media (max-width:576px) {
    .SixthPart_planetSystemItem2__2VnoK {
        top: 0;
        left: 55%
    }
}

.SixthPart_planetSystemItem3__1H2Ld {
    top: -2%;
    left: 38%
}

@media (max-width:576px) {
    .SixthPart_planetSystemItem3__1H2Ld {
        top: 35%;
        left: 5%
    }
}

.SixthPart_planetSystemItem4__3GGiL {
    top: -.5%;
    left: 56%
}

@media (max-width:576px) {
    .SixthPart_planetSystemItem4__3GGiL {
        top: 35%;
        left: 55%
    }
}

.SixthPart_planetSystemItem5__1IWVM {
    top: -17.5%;
    left: 71%
}

@media (max-width:576px) {
    .SixthPart_planetSystemItem5__1IWVM {
        top: 70%;
        left: 5%
    }
}

.SixthPart_planetSystemItem6__1yrEt {
    top: -14%;
    left: 88%
}

@media (max-width:576px) {
    .SixthPart_planetSystemItem6__1yrEt {
        top: 70%;
        left: 55%
    }
}

.SixthPart_planetHeader__1mG28 {
    color: #fff;
    font-weight: 600;
    font-style: italic;
    font-size: 2.0vw;
    line-height: 1.927vw;
    text-transform: uppercase;
    margin-bottom: 1.145vw
}

@media (max-width:576px) {
    .SixthPart_planetHeader__1mG28 {
        font-size: 5.4vw;
        line-height: normal;
        margin-bottom: 2.9vw
    }
}

.SixthPart_activePlanetImg__1h7N9,
.SixthPart_planetImg__12tid {
    margin-bottom: .521vw
}

@media (max-width:576px) {
    .SixthPart_activePlanetImg__1h7N9,
    .SixthPart_planetImg__12tid {
        margin-bottom: 1.3vw
    }
}

.SixthPart_activePlanetImg__1h7N9 {
    width: 4.479vw;
    height: 3.229vw
}

@media (max-width:576px) {
    .SixthPart_activePlanetImg__1h7N9 {
        width: 11.2vw;
        height: 8.07vw
    }
}

.SixthPart_planetImg__12tid {
    width: 4.167vw;
    height: 3.229vw
}

@media (max-width:576px) {
    .SixthPart_planetImg__12tid {
        width: 11.2vw;
        height: 8.07vw
    }
}

.SixthPart_planetList__2t23f {
    list-style: disc
}

.SixthPart_planetListItem__StTx4 {
    font-weight: 600;
    font-size: 1.042vw;
    line-height: 1.614vw
}

@media (max-width:576px) {
    .SixthPart_planetListItem__StTx4 {
        font-size: 2.6vw;
        line-height: normal
    }
}

.SeventhPart_bgrnd__36bTO,
.SeventhPart_cardLink__1p6s1,
.SeventhPart_line__3UW4O {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain
}

@-webkit-keyframes SeventhPart_Gradient__1mtuv {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

@keyframes SeventhPart_Gradient__1mtuv {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

.SeventhPart_externalWrapper__133Qk {
    min-height: 88.052vw;
    position: relative;
    background-color: transparent;
    z-index: 71;
    margin-top: -3.646vw;
    -webkit-transform: scale(1.005) rotate(-.2deg);
    transform: scale(1.005) rotate(-.2deg)
}

@media (max-width:576px) {
    .SeventhPart_externalWrapper__133Qk {
        min-height: 332.682vw
    }
}

.SeventhPart_mainWrapper__KoiiB {
    width: 100%;
    min-height: 90.052vw;
    position: absolute;
    border-right: 100vw solid #2d3042;
    border-top: 3.906vw solid transparent;
    border-bottom: 3.906vw solid transparent;
    z-index: 71
}

@media (max-width:576px) {
    .SeventhPart_mainWrapper__KoiiB {
        min-height: 332.682vw
    }
}

.SeventhPart_bgrnd__36bTO {
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    width: 84.375vw;
    height: 92.052vw;
    z-index: 72
}

@media (max-width:768px) {
    .SeventhPart_bgrnd__36bTO {
        width: 100%;
        background-size: cover
    }
}

@media (max-width:576px) {
    .SeventhPart_bgrnd__36bTO {
        display: none
    }
}

.SeventhPart_line__3UW4O {
    position: absolute;
    top: 2.1%;
    left: 0;
    width: 39.167vw;
    height: 2.604vw;
    z-index: 73;
    -webkit-transform: rotate(-.2deg);
    transform: rotate(-.2deg)
}

@media (max-width:768px) {
    .SeventhPart_line__3UW4O {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        top: 2%;
        left: 0
    }
}

@media (max-width:576px) {
    .SeventhPart_line__3UW4O {
        display: none
    }
}

.SeventhPart_logicWrapper__1LDnl {
    position: absolute;
    top: 10%;
    left: 15%;
    z-index: 73;
    display: flex;
    flex-flow: column nowrap
}

@media (max-width:768px) {
    .SeventhPart_logicWrapper__1LDnl {
        top: 12%;
        left: 20%
    }
}

@media (max-width:576px) {
    .SeventhPart_logicWrapper__1LDnl {
        top: 2%;
        left: 20%
    }
}

.SeventhPart_header__3cfwD {
    align-self: center;
    text-transform: uppercase;
    font-weight: 600;
    font-style: italic;
    font-size: 4.688vw;
    line-height: 4.688vw;
    margin-bottom: 4.368vw;
    background: linear-gradient(90deg, #56bef7 0, #1fe7e7);
    background-origin: inherit;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border: 1.5px solid #2d3042;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 100%;
    padding: .1rem
}

@media (max-width:576px) {
    .SeventhPart_header__3cfwD {
        font-size: 11.7vw;
        line-height: normal;
        margin-bottom: 2.9vw
    }
}

.SeventhPart_cardsWrapper__2vPU_ {
    display: flex;
    flex-flow: column nowrap;
    align-items: center
}

.SeventhPart_upperWrapper__1Kn9a {
    justify-content: center;
    margin-bottom: 1.771vw;
    width: 27.604vw
}

.SeventhPart_lowerWrapper2__Hpa84,
.SeventhPart_lowerWrapper__rdUSH,
.SeventhPart_upperWrapper__1Kn9a {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    align-content: center;
    justify-content: space-between
}

.SeventhPart_lowerWrapper2__Hpa84,
.SeventhPart_lowerWrapper__rdUSH {
    margin-bottom: 2.696vw;
    width: 59.01vw
}

@media (max-width:576px) {
    .SeventhPart_lowerWrapper2__Hpa84,
    .SeventhPart_lowerWrapper__rdUSH {
        margin-bottom: 0;
        flex-flow: column nowrap
    }
}

.SeventhPart_lowerWrapper2__Hpa84 {
    justify-content: center
}

.SeventhPart_halfLowerWrapper__11i_L {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    justify-content: space-between;
    width: 27.604vw
}

@media (max-width:576px) {
    .SeventhPart_halfLowerWrapper__11i_L {
        margin-bottom: 2vw;
        width: 80vw
    }
}

.SeventhPart_cardWrapper__32CLv {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    align-content: center
}

.SeventhPart_cardCircleWrapper__1ZwTA {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    position: relative;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    margin-bottom: 1.458vw;
    width: 11.823vw;
    height: 11.823vw;
    border-radius: 50%;
    background-image: linear-gradient(180deg, #1fe7e7 0, #56bef7 98.46%)
}

@media (max-width:576px) {
    .SeventhPart_cardCircleWrapper__1ZwTA {
        margin-bottom: 3.6vw;
        width: 29.5vw;
        height: 29.5vw
    }
}

.SeventhPart_cardCircleWrapper__1ZwTA:hover {
    -webkit-transform: scale(.95);
    transform: scale(.95)
}

.SeventhPart_cardPhoto__30rTY {
    object-fit: cover;
    width: 11.146vw;
    height: 11.146vw;
    border-radius: 50%
}

@media (max-width:576px) {
    .SeventhPart_cardPhoto__30rTY {
        width: 27.8vw;
        height: 27.8vw
    }
}

.SeventhPart_cardLink__1p6s1 {
    position: absolute;
    top: 90%;
    left: 42%;
    width: 1.927vw;
    height: 1.927vw
}

@media (max-width:576px) {
    .SeventhPart_cardLink__1p6s1 {
        width: 4.8vw;
        height: 4.8vw
    }
}

.SeventhPart_cardHeader__zORDn {
    font-weight: 600;
    font-style: italic;
    font-size: 1.4vw;
    line-height: 1.927vw;
    color: #fff
}

@media (max-width:576px) {
    .SeventhPart_cardHeader__zORDn {
        font-size: 4.4vw;
        line-height: normal
    }
}

.SeventhPart_cardText__EHosF {
    font-weight: 600;
    font-size: 1.042vw;
    line-height: 1.357vw;
    color: #5d6383
}

@media (max-width:576px) {
    .SeventhPart_cardText__EHosF {
        font-size: 2.6vw;
        line-height: normal
    }
}

.EighthPart_blur__3JOhQ,
.EighthPart_cnItemLogo__2B3fK,
.EighthPart_cnItemWrapper__2pEyN,
.EighthPart_inputBtn__36czv,
.EighthPart_line__3peTD {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain
}

@-webkit-keyframes EighthPart_Gradient__2yafJ {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

@keyframes EighthPart_Gradient__2yafJ {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

.EighthPart_outerWrapper__1wMZr {
    min-height: 33.042vw;
    position: relative
}

@media (max-width:576px) {
    .EighthPart_outerWrapper__1wMZr {
        min-height: 65.105vw
    }
}

.EighthPart_line__3peTD {
    position: absolute;
    top: -1.5%;
    left: 0;
    width: 39.323vw;
    height: 2.604vw;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

@media (max-width:768px) {
    .EighthPart_line__3peTD {
        top: -29.5%
    }
}

@media (max-width:576px) {
    .EighthPart_line__3peTD {
        display: none
    }
}

.EighthPart_blur__3JOhQ {
    top: 5%;
    left: 15%;
    position: absolute;
    height: 25.052vw;
    width: 58.802vw;
    z-index: 60
}

@media (max-width:768px) {
    .EighthPart_blur__3JOhQ {
        top: 5%;
        left: 25%
    }
}

@media (max-width:576px) {
    .EighthPart_blur__3JOhQ {
        display: none
    }
}

.EighthPart_logicWrapper__3ePw3 {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 5.052vw;
    z-index: 82;
    top: 0;
    left: 10%
}

@media (max-width:768px) {
    .EighthPart_logicWrapper__3ePw3 {
        top: 0;
        left: 20%
    }
}

@media (max-width:576px) {
    .EighthPart_logicWrapper__3ePw3 {
        -webkit-transform: scale(2.5);
        transform: scale(2.5);
        top: 30%;
        left: 28%
    }
}

.EighthPart_header__2JnVu {
    font-weight: 700;
    font-size: 1.094vw;
    line-height: 1.927vw;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 1.146vw
}

.EighthPart_inputWrapper__3zYyH {
    position: relative;
    margin-bottom: 3.646vw
}

.EighthPart_inputSelfWrapper__1SHqC {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    padding: 1.456vw;
    width: 25.26vw;
    height: 4.219vw;
    border: .104vw solid #ce3b36;
    border-radius: .521vw;
    -webkit-transform: skew(-15deg, 0deg);
    transform: skew(-15deg, 0deg);
    background: #29253f
}

.EighthPart_input___TEJr {
    font-weight: 700;
    font-size: 1.406vw;
    line-height: 1.927vw;
    color: #fff;
    background: transparent;
    outline: none;
    border: none;
    -webkit-transform: skew(15deg, 0deg);
    transform: skew(15deg, 0deg)
}

.EighthPart_input___TEJr:focus {
    outline: none
}

.EighthPart_input___TEJr::-webkit-input-placeholder {
    color: #fff
}

.EighthPart_input___TEJr:-ms-input-placeholder {
    color: #fff
}

.EighthPart_input___TEJr::placeholder {
    color: #fff
}

.EighthPart_inputBtn__36czv {
    top: 9.5%;
    left: 91%;
    position: absolute;
    background-size: contain;
    height: 3.438vw;
    width: 3.5vw;
    cursor: pointer;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s
}

.EighthPart_inputBtn__36czv:active,
.EighthPart_inputBtn__36czv:hover {
    -webkit-transform: scale(.95);
    transform: scale(.95)
}

.EighthPart_inputBtn__36czv:active {
    -webkit-transform: scale(.9);
    transform: scale(.9)
}

.EighthPart_cnWrapper__2PwH5 {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    width: 62.604vw
}

@media (max-width:576px) {
    .EighthPart_cnWrapper__2PwH5 {
        width: 42.604vw;
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }
}

.EighthPart_cnItemWrapper__2pEyN {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    height: 6.51vw;
    width: 6.51vw;
    border-radius: 50%;
    cursor: pointer;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s
}

.EighthPart_cnItemWrapper__2pEyN:hover {
    -webkit-transform: scale(.95);
    transform: scale(.95)
}

.EighthPart_cnItemInnerWrapper__2A7Nq {
    height: 5.584vw;
    width: 5.584vw;
    border-radius: 50%;
    box-shadow: 0 .989vw 1.197vw rgba(1, 7, 15, .47), inset 0 .104vw .104vw hsla(0, 0%, 100%, .11), inset 0 -.625vw .989vw #8028dd;
    background-image: linear-gradient(90deg, hsla(0, 0%, 100%, .08) .1%, rgba(133, 44, 224, .08) 22.37%, rgba(133, 44, 224, .08) 82.44%, hsla(0, 0%, 100%, .08) 99.53%), linear-gradient(180deg, #ab47f7, #4e04be)
}

.EighthPart_cnItemCircle__1eZQL,
.EighthPart_cnItemInnerWrapper__2A7Nq {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    align-content: center
}

.EighthPart_cnItemCircle__1eZQL {
    height: 5.093vw;
    width: 5.093vw;
    border-radius: 50%;
    border: .156vw solid hsla(0, 0%, 100%, .13);
    background-color: transparent
}

.EighthPart_cnItemLogo__2B3fK {
    background-size: contain;
    height: 3.288vw;
    width: 3.288vw
}

.EighthPart_errMsg__1Yrdz {
    color: #ce3b36;
    font-size: .833vw
}

@media (max-width:768px) {
    .EighthPart_errMsg__1Yrdz {
        font-size: 1.2495vw;
        margin-top: 1vw;
        margin-bottom: -2vw
    }
}

.EighthPart_scMsg__5sb-8 {
    color: #65cc76;
    font-size: .833vw
}

@media (max-width:768px) {
    .EighthPart_scMsg__5sb-8 {
        font-size: 1.2495vw;
        margin-top: 1vw;
        margin-bottom: -2vw
    }
}

.game_pageWrapper__2Euz2 {
    display: flex;
    flex-flow: row nowrap
}

@-webkit-keyframes game_Gradient__3lqbX {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

@keyframes game_Gradient__3lqbX {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

.Game_btn__3sv8y,
.Game_wrapper2__2UVJv,
.Game_wrapper__3feMs {
    display: flex;
    flex-flow: row nowrap
}

.Game_btn__3sv8y {
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    border: transparent;
    background: #774bbd;
    -webkit-transform: skewX(-15deg);
    transform: skewX(-15deg);
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    background-image: linear-gradient(to right, #C4175F 0%, #DA4F99 100%);
}

@media (max-width:768px) {
    .Game_btn__3sv8y {
        hover: none
    }
}

.Game_btn__3sv8y:hover {
    background-size: 400% 400%;
    -webkit-animation: Game_Gradient__vXSaI 5s ease infinite;
    animation: Game_Gradient__vXSaI 5s ease infinite;
    background-image: radial-gradient(ellipse, #C4175F 3.56%, #DA4F99 50%, #C4175F 100%);
    -webkit-transform: scale(.95) skewX(-15deg);
    transform: scale(.95) skewX(-15deg)
}

.Game_btn__3sv8y:active {
    box-shadow: inset 0 0 .417vw .677vw rgba(85, 41, 88, .23)
}

.Game_pageWrapper__2V13H {
    background-color: #1e1f25;
    width: 84.375%;
    height: 110vh;
    align-items: center;
    position: absolute !important;
    overflow-y: auto;
    padding: 4.167vw 8.333vw 0 6.25vw;
}

@media (max-width:768px) {
    .Game_pageWrapper__2V13H {
        width: 100%;
        padding: 50px;
        height: calc(100vh - 5.937vw)
    }
}

@media (max-width:576px) {
    .Game_pageWrapper__2V13H {
        padding: 50px 35px 35px;
        height: calc(100vh - 11.874vw)
    }
}

@media (max-width:425px) {
    .Game_pageWrapper__2V13H {
        padding: 40px 25px 25px
    }
}

@media (max-width:375px) {
    .Game_pageWrapper__2V13H {
        padding: 40px 15px 15px
    }
}

@-webkit-keyframes Game_Gradient__vXSaI {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

@keyframes Game_Gradient__vXSaI {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

.Game_pageWrapper__2V13H {
    position: relative
}

.Game_overviewMobileLink__1uMDi {
    position: absolute;
    display: none;
    color: #fff;
    top: 2%
}

@media (max-width:768px) {
    .Game_overviewMobileLink__1uMDi {
        display: flex
    }
}

.Game_overviewMobileLinkImg__2kQv8 {
    object-fit: cover;
    margin-right: 10px
}

.Game_pageHeader__3c9op {
    text-align: left;
    font-size: 1.666vw;
    color: #fff;
    font-weight: 700;
    margin-bottom: 2.083vw
}

@media (max-width:768px) {
    .Game_pageHeader__3c9op {
        font-size: 2.499vw
    }
}

@media (max-width:576px) {
    .Game_pageHeader__3c9op {
        font-size: 4.998vw
    }
}

.Game_wrapper2__2UVJv,
.Game_wrapper__3feMs {
    width: 69.844vw;
    height: 15vw;
    background-color: #22232a;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 1.666vw
}

@media (max-width:768px) {
    .Game_wrapper2__2UVJv,
    .Game_wrapper__3feMs {
        width: 100%;
        height: 37.5vw;
        margin-bottom: 2.499vw
    }
}

@media (max-width:576px) {
    .Game_wrapper2__2UVJv,
    .Game_wrapper__3feMs {
        flex-flow: column;
        height: 96vw;
        margin-bottom: 9.996vw
    }
}

@media (max-width:375px) {
    .Game_wrapper2__2UVJv,
    .Game_wrapper__3feMs {
        height: 97.5vw;
        margin-bottom: 10.829vw
    }
}

@media (max-width:576px) {
    .Game_wrapper2__2UVJv {
        margin-bottom: 24.99vw
    }
}

@media (max-width:375px) {
    .Game_wrapper2__2UVJv {
        height: 97.5vw;
        margin-bottom: 24.99vw
    }
}

.Game_poster__2skHc {
    object-fit: cover;
    width: 45%
}

@media (max-width:576px) {
    .Game_poster__2skHc {
        width: 100%
    }
}

.Game_gameInfo__1jx86 {
    width: 55%;
    color: #fff;
    padding: 2.083vw
}

@media (max-width:768px) {
    .Game_gameInfo__1jx86 {
        display: flex;
        flex-flow: column nowrap;
        padding: 3.1245vw;
        justify-content: center
    }
}

@media (max-width:576px) {
    .Game_gameInfo__1jx86 {
        width: 100%;
        padding: 20px
    }
}

.Game_header__cOiWf {
    color: inherit;
    font-size: 1vw;
    font-weight: 600;
    margin-bottom: .781vw
}

@media (max-width:768px) {
    .Game_header__cOiWf {
        font-size: 1.5vw;
        margin-bottom: 1.1715vw
    }
}

@media (max-width:576px) {
    .Game_header__cOiWf {
        font-size: 6vw;
        margin-bottom: 4.686vw
    }
}

.Game_desc__TL0Bc {
    width: 25.781vw;
    line-height: 1.094vw;
    margin-bottom: 1.302vw;
    font-size: .729vw
}

@media (max-width:768px) {
    .Game_desc__TL0Bc {
        width: 38.6715vw;
        line-height: 1.641vw;
        margin-bottom: 3.255vw;
        font-size: 1.0935vw
    }
}

@media (max-width:576px) {
    .Game_desc__TL0Bc {
        width: 77.343vw;
        line-height: 3.282vw;
        margin-bottom: 4.557vw;
        font-size: 2.187vw
    }
}

.Game_descCom__RHu1O {
    width: 25.781vw;
    line-height: 1.094vw;
    margin-top: -1vw;
    margin-bottom: .6vw;
    font-size: .729vw;
    font-weight: 700
}

@media (max-width:768px) {
    .Game_descCom__RHu1O {
        width: 38.6715vw;
        line-height: 1.641vw;
        margin-bottom: 1.5vw;
        margin-top: -2.5vw;
        font-size: 1.0935vw
    }
}

@media (max-width:576px) {
    .Game_descCom__RHu1O {
        width: 77.343vw;
        line-height: 3.282vw;
        margin-bottom: 2.1vw;
        margin-top: -2.5vw;
        font-size: 2.187vw
    }
}

.Game_btn__3sv8y {
    width: 23.333vw;
    height: 2.5vw;
    font-size: 1vw;
    border-radius: .52vw;
    justify-content: center;
    align-items: center;
    cursor: pointer
}

@media (max-width:768px) {
    .Game_btn__3sv8y {
        width: 34.9995vw;
        height: 3.75vw;
        font-size: 1.5vw;
        border-radius: 1.3vw
    }
}

@media (max-width:576px) {
    .Game_btn__3sv8y {
        width: 69.999vw;
        height: 8.75vw;
        font-size: 3vw;
        border-radius: 1.82vw
    }
}

.liquidityStaking_pageWrapper__3ag17 {
    display: flex;
    flex-flow: row nowrap
}

@-webkit-keyframes liquidityStaking_Gradient__2adTq {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

@keyframes liquidityStaking_Gradient__2adTq {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

.LiquidityStaking_balanceBuyBtn__3NFnW {
    display: flex;
    flex-flow: row nowrap;
    -webkit-transform: skewX(-15deg);
    transform: skewX(-15deg);
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    border: transparent;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    background: #56bef7;
    background: linear-gradient(90deg, #56bef7, #1fe7e7)
}

@media (max-width:768px) {
    .LiquidityStaking_balanceBuyBtn__3NFnW {
        hover: none
    }
}

.LiquidityStaking_balanceBuyBtn__3NFnW:hover {
    background-size: 400% 400%;
    -webkit-animation: LiquidityStaking_Gradient__15Ozf 5s ease infinite;
    animation: LiquidityStaking_Gradient__15Ozf 5s ease infinite;
    background-image: radial-gradient(ellipse, #56bef7 3.56%, #1fe7e7 50%, #56bef7 100%);
    -webkit-transform: scale(.95) skewX(-15deg);
    transform: scale(.95) skewX(-15deg)
}

.LiquidityStaking_balanceBuyBtn__3NFnW:active {
    box-shadow: inset 0 0 .417vw .677vw rgba(41, 73, 88, .23)
}

.LiquidityStaking_pageWrapper__3EyTG {
    background-color: #1e1f25;
    width: 84.375%;
    position: absolute !important;
    height: 110vh;
    align-items: center;
    padding: 4.167vw 8.333vw 0 6.25vw;
}
@media (max-width:768px) {
    .LiquidityStaking_pageWrapper__3EyTG {
        width: 100%;
        padding: 50px;
        height: calc(100vh - 5.937vw)
    }
}

@media (max-width:576px) {
    .LiquidityStaking_pageWrapper__3EyTG {
        padding: 50px 35px 35px;
        height: calc(100vh - 11.874vw)
    }
}

@media (max-width:425px) {
    .LiquidityStaking_pageWrapper__3EyTG {
        padding: 40px 25px 25px
    }
}

@media (max-width:375px) {
    .LiquidityStaking_pageWrapper__3EyTG {
        padding: 40px 15px 15px
    }
}

@-webkit-keyframes LiquidityStaking_Gradient__15Ozf {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

@keyframes LiquidityStaking_Gradient__15Ozf {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

.LiquidityStaking_pageWrapper__3EyTG {
    overflow-y: scroll;
    overflow-x: hidden;
    position: relative
}

.LiquidityStaking_overviewMobileLink__EQKEy {
    position: absolute;
    display: none;
    color: #fff;
    top: 2%
}

@media (max-width:768px) {
    .LiquidityStaking_overviewMobileLink__EQKEy {
        display: flex
    }
}

.LiquidityStaking_overviewMobileLinkImg__CaMKK {
    object-fit: cover;
    margin-right: 10px
}

.LiquidityStaking_headerWrapper__1OvZi {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    align-content: center;
    justify-content: space-between
}

@media (max-width:576px) {
    .LiquidityStaking_headerWrapper__1OvZi {
        flex-flow: column nowrap;
        justify-content: flex-start;
        align-items: flex-start;
        margin-bottom: -6.25vw
    }
}

.LiquidityStaking_balanceBuyBtn__3NFnW {
    height: 2.5vw;
    max-width: 12.333vw;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 100%;
    outline: none;
    font-size: .989vw;
    font-weight: 600;
    border-radius: .52vw;
    cursor: pointer
}

@media (max-width:768px) {
    .LiquidityStaking_balanceBuyBtn__3NFnW {
        font-size: 2.5vw;
        height: 5vw;
        max-width: 24.666vw;
        border-radius: 1.04vw
    }
}

@media (max-width:576px) {
    .LiquidityStaking_balanceBuyBtn__3NFnW {
        font-size: 3.75vw;
        height: 7.5vw;
        max-width: 36.999vw;
        border-radius: 1.56vw;
        margin-top: 3.75vw
    }
}

@media (max-width:375px) {
    .LiquidityStaking_balanceBuyBtn__3NFnW {
        font-size: 6.25vw;
        height: 12.5vw;
        max-width: 61.665vw;
        border-radius: 2.6vw;
        margin-top: 6.25vw
    }
}

.LiquidityStaking_mainHeader__2OazB {
    align-self: center;
    font-size: 2.0vw;
    font-weight: 700;
    color: #fff
}

@media (max-width:768px) {
    .LiquidityStaking_mainHeader__2OazB {
        font-size: 2rem
    }
}

@media (max-width:576px) {
    .LiquidityStaking_mainHeader__2OazB {
        width: 100%
    }
}

.BubleStats_buble2__2wMtP,
.BubleStats_buble3__2qTQ0,
.BubleStats_buble__PGUts,
.BubleStats_mainWrapper__5yOpl,
.BubleStats_mainWrappper__2nilY {
    display: flex;
    flex-flow: row nowrap
}

.BubleStats_bubleWrapper__1di_M,
.BubleStats_firstbubleInfoWrapper__zBlFR,
.BubleStats_firstbubleWrapper__11fCd,
.BubleStats_secBubleWrapper__YWU4Q {
    display: flex;
    flex-flow: column nowrap
}

@-webkit-keyframes BubleStats_Gradient__12lYz {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

@keyframes BubleStats_Gradient__12lYz {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

.BubleStats_mainWrapper__5yOpl {
    width: 80%;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    margin-top: 3.125vw
}

@media (max-width:768px) {
    .BubleStats_mainWrapper__5yOpl {
        overflow-y: hidden;
        overflow-x: scroll;
        width: 100%;
        min-height: 300px
    }
}

.BubleStats_mainWrappper__2nilY {
    width: 100%;
    justify-content: space-between;
    align-items: center;
    align-content: center
}

@media (max-width:768px) {
    .BubleStats_mainWrappper__2nilY {
        min-width: 800px
    }
}

@media (max-width:576px) {
    .BubleStats_mainWrappper__2nilY {
        min-width: 800px
    }
}

@media (max-width:375px) {
    .BubleStats_mainWrappper__2nilY {
        min-width: 800px
    }
}

.BubleStats_firstbubleWrapper__11fCd,
.BubleStats_secBubleWrapper__YWU4Q {
    position: relative
}

.BubleStats_firstbubleWrapper__11fCd {
    margin-top: .4vw;
    height: 10.232vw
}

@media (max-width:768px) {
    .BubleStats_firstbubleWrapper__11fCd {
        height: 25.58vw;
        margin-top: 1vw
    }
}

@media (max-width:576px) {
    .BubleStats_firstbubleWrapper__11fCd {
        height: 35.812vw;
        margin-top: 1vw
    }
}

@media (max-width:375px) {
    .BubleStats_firstbubleWrapper__11fCd {
        height: 56.276vw;
        margin-top: 1vw
    }
}

.BubleStats_firstbubleInfoWrapper__zBlFR {
    color: #fff;
    align-items: center;
    top: 43%;
    position: absolute;
}

.BubleStats_firstbubleInfoWrapper__zBlFR .BubleStats_fbiw1__3piFx {
    font-size: 2.5vw;
    font-weight: 700
}

@media (max-width:768px) {
    .BubleStats_firstbubleInfoWrapper__zBlFR .BubleStats_fbiw1__3piFx {
        font-size: 6.25vw
    }
}

@media (max-width:576px) {
    .BubleStats_firstbubleInfoWrapper__zBlFR .BubleStats_fbiw1__3piFx {
        font-size: 8.75vw
    }
}

@media (max-width:375px) {
    .BubleStats_firstbubleInfoWrapper__zBlFR .BubleStats_fbiw1__3piFx {
        font-size: 13.75vw
    }
}

.BubleStats_firstbubleInfoWrapper__zBlFR .BubleStats_fbiw2__2p4tR {
    font-size: .833vw
}

@media (max-width:768px) {
    .BubleStats_firstbubleInfoWrapper__zBlFR .BubleStats_fbiw2__2p4tR {
        font-size: 2.0825vw
    }
}

@media (max-width:576px) {
    .BubleStats_firstbubleInfoWrapper__zBlFR .BubleStats_fbiw2__2p4tR {
        font-size: 2.9155vw
    }
}

@media (max-width:375px) {
    .BubleStats_firstbubleInfoWrapper__zBlFR .BubleStats_fbiw2__2p4tR {
        font-size: 4.5815vw
    }
}

.BubleStats_firstbubleHeader__3PFb8 {
    position: relative;
    color: #fff;
    font-size: .83vw;
    margin-bottom: 1.042vw;
    padding-left: 1.042vw
}

@media (max-width:768px) {
    .BubleStats_firstbubleHeader__3PFb8 {
        font-size: 2.075vw;
        margin-bottom: 2.605vw;
        padding-left: 2.605vw
    }
}

@media (max-width:576px) {
    .BubleStats_firstbubleHeader__3PFb8 {
        font-size: 2.905vw;
        margin-bottom: 3.647vw;
        padding-left: 3.647vw
    }
}

@media (max-width:375px) {
    .BubleStats_firstbubleHeader__3PFb8 {
        font-size: 4.565vw;
        margin-bottom: 3.647vw;
        padding-left: 3.647vw
    }
}

.BubleStats_bubleHeader__1zzdN {
    position: relative;
    color: #fff;
    font-size: .83vw;
    margin-bottom: 1.302vw;
    padding-left: 1.042vw
}

@media (max-width:768px) {
    .BubleStats_bubleHeader__1zzdN {
        font-size: 2.075vw;
        margin-bottom: 3.255vw;
        padding-left: 2.605vw
    }
}

@media (max-width:576px) {
    .BubleStats_bubleHeader__1zzdN {
        font-size: 2.905vw;
        margin-bottom: 4.557vw;
        padding-left: 3.647vw
    }
}

@media (max-width:375px) {
    .BubleStats_bubleHeader__1zzdN {
        font-size: 4.565vw;
        margin-bottom: 4.557vw;
        padding-left: 3.647vw
    }
}

.BubleStats_bubleHeader__1zzdN:before,
.BubleStats_firstbubleHeader__3PFb8:before {
    top: 5%;
    left: .5%;
    height: .781vw;
    position: absolute;
    content: "";
    border-left: .26vw solid #3bd2ef;
    border-radius: .26vw
}

@media (max-width:768px) {
    .BubleStats_bubleHeader__1zzdN:before,
    .BubleStats_firstbubleHeader__3PFb8:before {
        height: 1.9525vw;
        border-left: .65vw solid #3bd2ef;
        border-radius: .65vw
    }
}

@media (max-width:576px) {
    .BubleStats_bubleHeader__1zzdN:before,
    .BubleStats_firstbubleHeader__3PFb8:before {
        height: 2.7335vw;
        border-left: .91vw solid #3bd2ef;
        border-radius: .91vw
    }
}

@media (max-width:375px) {
    .BubleStats_bubleHeader__1zzdN:before,
    .BubleStats_firstbubleHeader__3PFb8:before {
        height: 3.5145vw;
        border-left: 1.17vw solid #3bd2ef;
        border-radius: 1.17vw
    }
}

.BubleStats_buble__PGUts {
    width: 7.813vw;
    height: 7.813vw;
    border: 1px solid hsla(0, 0%, 100%, .5);
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    align-content: center;
    color: #fff;
    font-size: 2.5vw;
    font-weight: 700
}

@media (max-width:768px) {
    .BubleStats_buble__PGUts {
        font-size: 6.25vw;
        width: 19.5325vw;
        height: 19.5325vw;
        border: 2.5px solid hsla(0, 0%, 100%, .5)
    }
}

@media (max-width:576px) {
    .BubleStats_buble__PGUts {
        font-size: 8.75vw;
        width: 27.3455vw;
        height: 27.3455vw;
        border: 3.5px solid hsla(0, 0%, 100%, .5)
    }
}

@media (max-width:375px) {
    .BubleStats_buble__PGUts {
        font-size: 13.75vw;
        width: 42.9715vw;
        height: 42.9715vw;
        border: 5.5px solid hsla(0, 0%, 100%, .5)
    }
}

.BubleStats_buble2__2wMtP {
    width: 7.813vw;
    height: 7.813vw;
    border: .26vw solid #66ff35;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    align-content: center;
    color: #fff;
    font-size: 2.5vw;
    font-weight: 700
}

@media (max-width:768px) {
    .BubleStats_buble2__2wMtP {
        font-size: 6.25vw;
        width: 19.5325vw;
        height: 19.5325vw;
        border: .65vw solid #66ff35
    }
}

@media (max-width:576px) {
    .BubleStats_buble2__2wMtP {
        font-size: 8.75vw;
        width: 27.3455vw;
        height: 27.3455vw;
        border: .91vw solid #66ff35
    }
}

@media (max-width:375px) {
    .BubleStats_buble2__2wMtP {
        font-size: 13.75vw;
        width: 42.9715vw;
        height: 42.9715vw;
        border: 1.43vw solid #66ff35
    }
}

.BubleStats_buble3__2qTQ0 {
    height: 7.813vw;
    justify-content: center;
    align-items: center;
    align-content: center;
    color: #fff;
    font-size: 2.5vw;
    font-weight: 700
}

@media (max-width:768px) {
    .BubleStats_buble3__2qTQ0 {
        font-size: 6.25vw;
        width: 19.5325vw;
        height: 19.5325vw
    }
}

@media (max-width:576px) {
    .BubleStats_buble3__2qTQ0 {
        font-size: 8.75vw;
        width: 27.3455vw;
        height: 27.3455vw
    }
}

@media (max-width:375px) {
    .BubleStats_buble3__2qTQ0 {
        font-size: 13.75vw;
        width: 42.9715vw;
        height: 42.9715vw
    }
}

.SvgChart_buble2__29-Ry,
.SvgChart_buble3__1_o4C,
.SvgChart_buble__P3E2c,
.SvgChart_mainWrapper__3qbe0,
.SvgChart_mainWrappper__3dYs1 {
    display: flex;
    flex-flow: row nowrap
}

.SvgChart_bubleWrapper__3OvMU,
.SvgChart_firstbubleInfoWrapper__NY32U,
.SvgChart_firstbubleWrapper__jqGs2,
.SvgChart_secBubleWrapper__3Ebff {
    display: flex;
    flex-flow: column nowrap
}

@-webkit-keyframes SvgChart_Gradient__1KVP1 {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

@keyframes SvgChart_Gradient__1KVP1 {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

.SvgChart_mainWrapper__3qbe0 {
    width: 80%;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    margin-top: 3.125vw
}

@media (max-width:768px) {
    .SvgChart_mainWrapper__3qbe0 {
        overflow-y: hidden;
        overflow-x: scroll;
        width: 100%;
        min-height: 300px
    }
}

.SvgChart_mainWrappper__3dYs1 {
    width: 100%;
    justify-content: space-between;
    align-items: center;
    align-content: center
}

@media (max-width:768px) {
    .SvgChart_mainWrappper__3dYs1 {
        min-width: 800px
    }
}

@media (max-width:576px) {
    .SvgChart_mainWrappper__3dYs1 {
        min-width: 800px
    }
}

@media (max-width:375px) {
    .SvgChart_mainWrappper__3dYs1 {
        min-width: 800px
    }
}

.SvgChart_firstbubleWrapper__jqGs2,
.SvgChart_secBubleWrapper__3Ebff {
    position: relative
}

.SvgChart_firstbubleWrapper__jqGs2 {
    margin-top: .4vw;
    height: 10.232vw
}

@media (max-width:768px) {
    .SvgChart_firstbubleWrapper__jqGs2 {
        height: 25.58vw;
        margin-top: 1vw
    }
}

@media (max-width:576px) {
    .SvgChart_firstbubleWrapper__jqGs2 {
        height: 35.812vw;
        margin-top: 1vw
    }
}

@media (max-width:375px) {
    .SvgChart_firstbubleWrapper__jqGs2 {
        height: 56.276vw;
        margin-top: 1vw
    }
}

.SvgChart_firstbubleInfoWrapper__NY32U {
    color: #fff;
    align-items: center;
    top: 42%;
    position: absolute
}

.SvgChart_firstbubleInfoWrapper__NY32U .SvgChart_fbiw1__2C2xg {
    font-size: 2.5vw;
    font-weight: 700
}

@media (max-width:768px) {
    .SvgChart_firstbubleInfoWrapper__NY32U .SvgChart_fbiw1__2C2xg {
        font-size: 6.25vw
    }
}

@media (max-width:576px) {
    .SvgChart_firstbubleInfoWrapper__NY32U .SvgChart_fbiw1__2C2xg {
        font-size: 8.75vw
    }
}

@media (max-width:375px) {
    .SvgChart_firstbubleInfoWrapper__NY32U .SvgChart_fbiw1__2C2xg {
        font-size: 13.75vw
    }
}

.SvgChart_firstbubleInfoWrapper__NY32U .SvgChart_fbiw2__3K_ZM {
    font-size: .833vw
}

@media (max-width:768px) {
    .SvgChart_firstbubleInfoWrapper__NY32U .SvgChart_fbiw2__3K_ZM {
        font-size: 2.0825vw
    }
}

@media (max-width:576px) {
    .SvgChart_firstbubleInfoWrapper__NY32U .SvgChart_fbiw2__3K_ZM {
        font-size: 2.9155vw
    }
}

@media (max-width:375px) {
    .SvgChart_firstbubleInfoWrapper__NY32U .SvgChart_fbiw2__3K_ZM {
        font-size: 4.5815vw
    }
}

.SvgChart_firstbubleHeader__2ru5t {
    position: relative;
    color: #fff;
    font-size: .83vw;
    margin-bottom: 1.042vw;
    padding-left: 1.042vw
}

@media (max-width:768px) {
    .SvgChart_firstbubleHeader__2ru5t {
        font-size: 2.075vw;
        margin-bottom: 2.605vw;
        padding-left: 2.605vw
    }
}

@media (max-width:576px) {
    .SvgChart_firstbubleHeader__2ru5t {
        font-size: 2.905vw;
        margin-bottom: 3.647vw;
        padding-left: 3.647vw
    }
}

@media (max-width:375px) {
    .SvgChart_firstbubleHeader__2ru5t {
        font-size: 4.565vw;
        margin-bottom: 3.647vw;
        padding-left: 3.647vw
    }
}

.SvgChart_bubleHeader__1_vsl {
    position: relative;
    color: #fff;
    font-size: .83vw;
    margin-bottom: 1.302vw;
    padding-left: 1.042vw
}

@media (max-width:768px) {
    .SvgChart_bubleHeader__1_vsl {
        font-size: 2.075vw;
        margin-bottom: 3.255vw;
        padding-left: 2.605vw
    }
}

@media (max-width:576px) {
    .SvgChart_bubleHeader__1_vsl {
        font-size: 2.905vw;
        margin-bottom: 4.557vw;
        padding-left: 3.647vw
    }
}

@media (max-width:375px) {
    .SvgChart_bubleHeader__1_vsl {
        font-size: 4.565vw;
        margin-bottom: 4.557vw;
        padding-left: 3.647vw
    }
}

.SvgChart_bubleHeader__1_vsl:before,
.SvgChart_firstbubleHeader__2ru5t:before {
    top: 5%;
    left: .5%;
    height: .781vw;
    position: absolute;
    content: "";
    border-left: .26vw solid #3bd2ef;
    border-radius: .26vw
}

@media (max-width:768px) {
    .SvgChart_bubleHeader__1_vsl:before,
    .SvgChart_firstbubleHeader__2ru5t:before {
        height: 1.9525vw;
        border-left: .65vw solid #3bd2ef;
        border-radius: .65vw
    }
}

@media (max-width:576px) {
    .SvgChart_bubleHeader__1_vsl:before,
    .SvgChart_firstbubleHeader__2ru5t:before {
        height: 2.7335vw;
        border-left: .91vw solid #3bd2ef;
        border-radius: .91vw
    }
}

@media (max-width:375px) {
    .SvgChart_bubleHeader__1_vsl:before,
    .SvgChart_firstbubleHeader__2ru5t:before {
        height: 3.5145vw;
        border-left: 1.17vw solid #3bd2ef;
        border-radius: 1.17vw
    }
}

.SvgChart_buble__P3E2c {
    width: 7.813vw;
    height: 7.813vw;
    border: 1px solid hsla(0, 0%, 100%, .5);
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    align-content: center;
    color: #fff;
    font-size: 2.5vw;
    font-weight: 700
}

@media (max-width:768px) {
    .SvgChart_buble__P3E2c {
        font-size: 6.25vw;
        width: 19.5325vw;
        height: 19.5325vw;
        border: 2.5px solid hsla(0, 0%, 100%, .5)
    }
}

@media (max-width:576px) {
    .SvgChart_buble__P3E2c {
        font-size: 8.75vw;
        width: 27.3455vw;
        height: 27.3455vw;
        border: 3.5px solid hsla(0, 0%, 100%, .5)
    }
}

@media (max-width:375px) {
    .SvgChart_buble__P3E2c {
        font-size: 13.75vw;
        width: 42.9715vw;
        height: 42.9715vw;
        border: 5.5px solid hsla(0, 0%, 100%, .5)
    }
}

.SvgChart_buble2__29-Ry {
    width: 7.813vw;
    height: 7.813vw;
    border: .26vw solid #66ff35;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    align-content: center;
    color: #fff;
    font-size: 2.5vw;
    font-weight: 700
}

@media (max-width:768px) {
    .SvgChart_buble2__29-Ry {
        font-size: 6.25vw;
        width: 19.5325vw;
        height: 19.5325vw;
        border: .65vw solid #66ff35
    }
}

@media (max-width:576px) {
    .SvgChart_buble2__29-Ry {
        font-size: 8.75vw;
        width: 27.3455vw;
        height: 27.3455vw;
        border: .91vw solid #66ff35
    }
}

@media (max-width:375px) {
    .SvgChart_buble2__29-Ry {
        font-size: 13.75vw;
        width: 42.9715vw;
        height: 42.9715vw;
        border: 1.43vw solid #66ff35
    }
}

.SvgChart_buble3__1_o4C {
    height: 7.813vw;
    justify-content: center;
    align-items: center;
    align-content: center;
    color: #fff;
    font-size: 2.5vw;
    font-weight: 700
}

@media (max-width:768px) {
    .SvgChart_buble3__1_o4C {
        font-size: 6.25vw;
        width: 19.5325vw;
        height: 19.5325vw
    }
}

@media (max-width:576px) {
    .SvgChart_buble3__1_o4C {
        font-size: 8.75vw;
        width: 27.3455vw;
        height: 27.3455vw
    }
}

@media (max-width:375px) {
    .SvgChart_buble3__1_o4C {
        font-size: 13.75vw;
        width: 42.9715vw;
        height: 42.9715vw
    }
}

.SvgChart_bubleSvg__cYPuS {
    width: 8.594vw;
    padding: 0;
    margin: 0
}

@media (max-width:768px) {
    .SvgChart_bubleSvg__cYPuS {
        font-size: 6.25vw;
        width: 21.485vw;
        height: 21.485vw
    }
}

@media (max-width:576px) {
    .SvgChart_bubleSvg__cYPuS {
        font-size: 8.75vw;
        width: 30.079vw;
        height: 30.079vw
    }
}

@media (max-width:375px) {
    .SvgChart_bubleSvg__cYPuS {
        font-size: 13.75vw;
        width: 47.267vw;
        height: 47.267vw
    }
}

.StakeStats_middleWrapper__eKt3S,
.StakeStats_stringWrapper__1Nbq- {
    display: flex;
    flex-flow: row nowrap
}

.StakeStats_compWrapper__qja5R,
.StakeStats_firstInnerWrapper__2cj2C,
.StakeStats_secInnerWrapper__1RKjA {
    display: flex;
    flex-flow: column nowrap
}

@-webkit-keyframes StakeStats_Gradient__3uoMX {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

@keyframes StakeStats_Gradient__3uoMX {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

.StakeStats_compWrapper__qja5R {
    width: 100%;
    margin-top: 3.125vw
}

@media (max-width:768px) {
    .StakeStats_compWrapper__qja5R {
        margin-top: 7.8125vw
    }
}

@media (max-width:576px) {
    .StakeStats_compWrapper__qja5R {
        margin-top: 10.9375vw
    }
}

@media (max-width:375px) {
    .StakeStats_compWrapper__qja5R {
        width: 100%;
        margin-top: 17.1875vw
    }
}

.StakeStats_mainHeader__1nrfu {
    position: relative;
    padding-left: 1.042vw;
    color: #fff;
    font-size: 1vw
}

@media (max-width:768px) {
    .StakeStats_mainHeader__1nrfu {
        font-size: 2.5vw;
        padding-left: 2.605vw
    }
}

@media (max-width:576px) {
    .StakeStats_mainHeader__1nrfu {
        font-size: 3.5vw;
        padding-left: 3.647vw;
        margin-left: 10px
    }
}

@media (max-width:375px) {
    .StakeStats_mainHeader__1nrfu {
        font-size: 5.5vw;
        padding-left: 5.731vw
    }
}

.StakeStats_mainHeader__1nrfu:before {
    position: absolute;
    top: 8%;
    left: .5%;
    height: .781vw;
    content: "";
    border-left: .26vw solid #3bd2ef;
    border-radius: .26vw
}

@media (max-width:768px) {
    .StakeStats_mainHeader__1nrfu:before {
        height: 1.9525vw;
        border-left: .65vw solid #3bd2ef;
        border-radius: .65vw
    }
}

@media (max-width:576px) {
    .StakeStats_mainHeader__1nrfu:before {
        height: 2.7335vw;
        border-left: .91vw solid #3bd2ef;
        border-radius: .91vw
    }
}

@media (max-width:375px) {
    .StakeStats_mainHeader__1nrfu:before {
        height: 3.5145vw;
        border-left: 1.17vw solid #3bd2ef;
        border-radius: 1.17vw
    }
}

.StakeStats_middleWrapper__eKt3S {
    margin-top: .833vw;
    background-color: #22232a;
    border-radius: .52vw;
    padding: .52vw
}

@media (max-width:768px) {
    .StakeStats_middleWrapper__eKt3S {
        margin-top: 2.0825vw;
        border-radius: 1.3vw;
        padding: 1.3vw
    }
}

@media (max-width:576px) {
    .StakeStats_middleWrapper__eKt3S {
        flex-flow: column nowrap;
        margin-top: 2.9155vw;
        border-radius: 1.82vw;
        padding: 1.82vw
    }
}

@media (max-width:375px) {
    .StakeStats_middleWrapper__eKt3S {
        margin-top: 4.5815vw;
        border-radius: 2.86vw;
        padding: 2.86vw
    }
}

.StakeStats_innerHeader__1og_J {
    color: #fff;
    margin-bottom: .625vw
}

@media (max-width:768px) {
    .StakeStats_innerHeader__1og_J {
        margin-bottom: 1.5625vw
    }
}

@media (max-width:576px) {
    .StakeStats_innerHeader__1og_J {
        margin-bottom: 2.1875vw
    }
}

@media (max-width:375px) {
    .StakeStats_innerHeader__1og_J {
        margin-bottom: 3.4375vw
    }
}

.StakeStats_firstInnerWrapper__2cj2C {
    background-color: #212228;
    box-shadow: inset .208vw .208vw .781vw 0 rgba(0, 0, 0, .25);
    border-radius: .26vw
}

.StakeStats_firstInnerWrapper__2cj2C,
.StakeStats_secInnerWrapper__1RKjA {
    width: 50%;
    font-size: .833vw;
    padding: .781vw 1.302vw
}

@media (max-width:768px) {
    .StakeStats_firstInnerWrapper__2cj2C,
    .StakeStats_secInnerWrapper__1RKjA {
        font-size: 2.0825vw;
        padding: 1.9525vw 3.255vw
    }
}

@media (max-width:576px) {
    .StakeStats_firstInnerWrapper__2cj2C,
    .StakeStats_secInnerWrapper__1RKjA {
        font-size: 2.499vw;
        padding: 2.343vw 3.906vw;
        width: 100%
    }
}

@media (max-width:375px) {
    .StakeStats_firstInnerWrapper__2cj2C,
    .StakeStats_secInnerWrapper__1RKjA {
        font-size: 4.5815vw;
        padding: 4.2955vw 3.906vw
    }
}

.StakeStats_stringWrapper__1Nbq- {
    font-size: 1.25vw;
    font-weight: 700
}

@media (max-width:768px) {
    .StakeStats_stringWrapper__1Nbq- {
        font-size: 2.5vw
    }
}

@media (max-width:576px) {
    .StakeStats_stringWrapper__1Nbq- {
        font-size: 3.75vw
    }
}

@media (max-width:375px) {
    .StakeStats_stringWrapper__1Nbq- {
        font-size: 6.25vw
    }
}

.StakeStats_greenStr__2kth9 {
    color: #66ff35
}

.StakeStats_whiteStr__1HJSK {
    color: #fff
}

.StakeTokens_blueBtn__3tz4N,
.StakeTokens_formWrapper__1OW8h,
.StakeTokens_mainWrapper__ckwmb,
.StakeTokens_pinkBtn__30uWo,
.StakeTokens_stringWrapper__38U6v {
    display: flex;
    flex-flow: row nowrap
}

.StakeTokens_compWrapper__3sbyp,
.StakeTokens_middleWrapper__PcL6x {
    display: flex;
    flex-flow: column nowrap
}

.StakeTokens_maxBtnWrapper__1FuKK,
.StakeTokens_pinkBtn__30uWo {
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    border: transparent;
    background: #774bbd;
    -webkit-transform: skewX(-15deg);
    transform: skewX(-15deg);
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    background: linear-gradient(90deg, #774bbd, #a23bb8)
}

@media (max-width:768px) {
    .StakeTokens_maxBtnWrapper__1FuKK,
    .StakeTokens_pinkBtn__30uWo {
        hover: none
    }
}

.StakeTokens_maxBtnWrapper__1FuKK:hover,
.StakeTokens_pinkBtn__30uWo:hover {
    background-size: 400% 400%;
    -webkit-animation: StakeTokens_Gradient__1k9O- 5s ease infinite;
    animation: StakeTokens_Gradient__1k9O- 5s ease infinite;
    background-image: radial-gradient(ellipse, #774bbd 3.56%, #a23bb8 50%, #774bbd 100%)
}

.StakeTokens_blueBtn__3tz4N {
    -webkit-transform: skewX(-15deg);
    transform: skewX(-15deg);
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    border: transparent;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    background: #56bef7;
    background: linear-gradient(90deg, #56bef7, #1fe7e7)
}

@media (max-width:768px) {
    .StakeTokens_blueBtn__3tz4N {
        hover: none
    }
}

.StakeTokens_blueBtn__3tz4N:hover {
    background-size: 400% 400%;
    -webkit-animation: StakeTokens_Gradient__1k9O- 5s ease infinite;
    animation: StakeTokens_Gradient__1k9O- 5s ease infinite;
    background-image: radial-gradient(ellipse, #56bef7 3.56%, #1fe7e7 50%, #56bef7 100%)
}

.StakeTokens_maxBtnWrapper__1FuKK:hover,
.StakeTokens_pinkBtn__30uWo:hover {
    -webkit-transform: scale(.95) skewX(-15deg);
    transform: scale(.95) skewX(-15deg)
}

.StakeTokens_maxBtnWrapper__1FuKK:active,
.StakeTokens_pinkBtn__30uWo:active {
    box-shadow: inset 0 0 .417vw .677vw rgba(85, 41, 88, .23)
}

.StakeTokens_blueBtn__3tz4N:hover {
    -webkit-transform: scale(.95) skewX(-15deg);
    transform: scale(.95) skewX(-15deg)
}

.StakeTokens_blueBtn__3tz4N:active {
    box-shadow: inset 0 0 .417vw .677vw rgba(41, 73, 88, .23)
}

@-webkit-keyframes StakeTokens_Gradient__1k9O- {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

@keyframes StakeTokens_Gradient__1k9O- {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

.StakeTokens_compWrapper__3sbyp {
    width: 100%;
    margin-top: 3.125vw
}

@media (max-width:768px) {
    .StakeTokens_compWrapper__3sbyp {
        margin-top: 7.8125vw
    }
}

@media (max-width:576px) {
    .StakeTokens_compWrapper__3sbyp {
        margin-top: 10.9375vw
    }
}

@media (max-width:375px) {
    .StakeTokens_compWrapper__3sbyp {
        width: 100%;
        margin-top: 17.1875vw
    }
}

.StakeTokens_mainHeader__286xE {
    position: relative;
    padding-left: 1.042vw;
    color: #fff;
    font-size: 1vw
}

@media (max-width:768px) {
    .StakeTokens_mainHeader__286xE {
        font-size: 2.5vw;
        padding-left: 2.605vw
    }
}

@media (max-width:576px) {
    .StakeTokens_mainHeader__286xE {
        font-size: 3.5vw;
        padding-left: 3.647vw;
        margin-left: 10px
    }
}

@media (max-width:375px) {
    .StakeTokens_mainHeader__286xE {
        font-size: 5.5vw;
        padding-left: 5.731vw
    }
}

.StakeTokens_mainHeader__286xE:before {
    position: absolute;
    top: 8%;
    left: .5%;
    height: .781vw;
    content: "";
    border-left: .26vw solid #3bd2ef;
    border-radius: .26vw
}

@media (max-width:768px) {
    .StakeTokens_mainHeader__286xE:before {
        height: 1.9525vw;
        border-left: .65vw solid #3bd2ef;
        border-radius: .65vw
    }
}

@media (max-width:576px) {
    .StakeTokens_mainHeader__286xE:before {
        height: 2.7335vw;
        border-left: .91vw solid #3bd2ef;
        border-radius: .91vw
    }
}

@media (max-width:375px) {
    .StakeTokens_mainHeader__286xE:before {
        height: 3.5145vw;
        border-left: 1.17vw solid #3bd2ef;
        border-radius: 1.17vw
    }
}

.StakeTokens_mainWrapper__ckwmb {
    justify-content: space-between
}

@media (max-width:768px) {
    .StakeTokens_mainWrapper__ckwmb {
        margin-top: 2.0825vw;
        border-radius: 1.3vw;
        padding: 1.3vw
    }
}

@media (max-width:576px) {
    .StakeTokens_mainWrapper__ckwmb {
        flex-flow: column nowrap;
        margin-top: 2.9155vw;
        border-radius: 1.82vw;
        padding: 1.82vw
    }
}

@media (max-width:375px) {
    .StakeTokens_mainWrapper__ckwmb {
        margin-top: 4.5815vw;
        border-radius: 2.86vw;
        padding: 2.86vw
    }
}

.StakeTokens_middleWrapper__PcL6x {
    margin-top: .833vw;
    background-color: #22232a;
    width: 49%;
    border-radius: .52vw;
    padding: .885vw 1.563vw 2.083vw
}

@media (max-width:768px) {
    .StakeTokens_middleWrapper__PcL6x {
        margin-top: 2.0825vw;
        padding: 2.2125vw 3.9075vw 5.2075vw
    }
}

@media (max-width:576px) {
    .StakeTokens_middleWrapper__PcL6x {
        width: 100%;
        margin-top: 2.9155vw;
        padding: 3.0975vw 5.4705vw 7.2905vw
    }
}

@media (max-width:375px) {
    .StakeTokens_middleWrapper__PcL6x {
        margin-top: 4.5815vw;
        padding: 4.8675vw 8.5965vw 11.4565vw
    }
}

.StakeTokens_innerHeader__3scwE {
    color: #fff;
    margin-bottom: .625vw;
    font-size: .833vw
}

@media (max-width:768px) {
    .StakeTokens_innerHeader__3scwE {
        margin-bottom: 1.5625vw;
        font-size: 2.0825vw
    }
}

@media (max-width:576px) {
    .StakeTokens_innerHeader__3scwE {
        margin-bottom: 2.1875vw;
        font-size: 2.9155vw
    }
}

@media (max-width:375px) {
    .StakeTokens_innerHeader__3scwE {
        margin-bottom: 3.4375vw;
        font-size: 4.5815vw
    }
}

.StakeTokens_stringWrapper__38U6v {
    font-size: 1.25vw;
    font-weight: 700
}

@media (max-width:768px) {
    .StakeTokens_stringWrapper__38U6v {
        font-size: 3.125vw
    }
}

@media (max-width:576px) {
    .StakeTokens_stringWrapper__38U6v {
        font-size: 4.375vw
    }
}

@media (max-width:375px) {
    .StakeTokens_stringWrapper__38U6v {
        font-size: 6.875vw
    }
}

.StakeTokens_whiteStr__23Plh {
    color: #fff
}

.StakeTokens_formWrapper__1OW8h {
    position: relative;
    margin-top: 1.25vw
}

@media (max-width:768px) {
    .StakeTokens_formWrapper__1OW8h {
        margin-top: 3.125vw
    }
}

@media (max-width:576px) {
    .StakeTokens_formWrapper__1OW8h {
        margin-top: 4.375vw
    }
}

@media (max-width:375px) {
    .StakeTokens_formWrapper__1OW8h {
        margin-top: 6.875vw
    }
}

.StakeTokens_tokenInput__2iLr7 {
    position: relative;
    width: 21.935vw;
    height: 2.5vw;
    padding-left: 1.302vw;
    background-color: #22232a;
    border: .052vw solid hsla(0, 0%, 100%, .1);
    color: #fff;
    border-radius: .52vw;
    outline: none;
    font-size: .833vw
}

@media (max-width:768px) {
    .StakeTokens_tokenInput__2iLr7 {
        width: 54.8375vw;
        width: 100%;
        height: 5vw;
        padding-left: 3.255vw;
        border: .13vw solid hsla(0, 0%, 100%, .1);
        font-size: 2.0825vw;
        border-radius: 1.3vw
    }
}

@media (max-width:576px) {
    .StakeTokens_tokenInput__2iLr7 {
        width: 76.7725vw;
        height: 7.5vw;
        padding-left: 4.557vw;
        border: .182vw solid hsla(0, 0%, 100%, .1);
        font-size: 2.9155vw;
        border-radius: 1.82vw
    }
}

@media (max-width:375px) {
    .StakeTokens_tokenInput__2iLr7 {
        width: 120.6425vw;
        height: 12.5vw;
        padding-left: 7.161vw;
        border: .286vw solid hsla(0, 0%, 100%, .1);
        font-size: 4.5815vw;
        border-radius: 2.86vw
    }
}

.StakeTokens_maxBtnWrapper__1FuKK {
    position: absolute;
    top: 14%;
    left: 62%;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    height: 1.77vw;
    width: 4.815vw;
    border-radius: .26vw;
    cursor: pointer
}

@media (max-width:768px) {
    .StakeTokens_maxBtnWrapper__1FuKK {
        height: 3.54vw;
        width: 7.2225vw;
        border-radius: .65vw;
        top: 14%;
        left: 88%
    }
}

@media (max-width:576px) {
    .StakeTokens_maxBtnWrapper__1FuKK {
        height: 5.31vw;
        width: 12.0375vw;
        border-radius: .91vw;
        top: 14%;
        left: 90%
    }
}

@media (max-width:375px) {
    .StakeTokens_maxBtnWrapper__1FuKK {
        height: 8.85vw;
        width: 16.8525vw;
        border-radius: 1.43vw
    }
}

.StakeTokens_maxBtnLabel__15lfz {
    color: #fff;
    font-size: .989vw;
    font-weight: 600;
    margin: 0;
}

@media (max-width:768px) {
    .StakeTokens_maxBtnLabel__15lfz {
        font-size: 1.978vw
    }
}

@media (max-width:576px) {
    .StakeTokens_maxBtnLabel__15lfz {
        font-size: 2.967vw
    }
}

@media (max-width:375px) {
    .StakeTokens_maxBtnLabel__15lfz {
        font-size: 4.945vw
    }
}

.StakeTokens_pinkBtn__30uWo {
    height: 2.5vw;
    max-width: 23.333vw;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin-top: 1.25vw;
    font-size: .989vw;
    font-weight: 600;
    border-radius: .52vw;
    cursor: pointer
}

@media (max-width:768px) {
    .StakeTokens_pinkBtn__30uWo {
        font-size: 2.5vw;
        height: 5vw;
        max-width: 46.666vw;
        margin-top: 2.5vw;
        border-radius: 1.04vw
    }
}

@media (max-width:576px) {
    .StakeTokens_pinkBtn__30uWo {
        font-size: 3.75vw;
        height: 7.5vw;
        max-width: 69.999vw;
        margin-top: 3.75vw;
        border-radius: 1.56vw
    }
}

@media (max-width:375px) {
    .StakeTokens_pinkBtn__30uWo {
        font-size: 6.25vw;
        height: 12.5vw;
        max-width: 116.665vw;
        margin-top: 6.25vw;
        border-radius: 2.6vw
    }
}

.StakeTokens_blueBtn__3tz4N {
    height: 2.5vw;
    max-width: 23.333vw;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin-top: 1.042vw;
    width: 100%;
    outline: none;
    font-size: .989vw;
    font-weight: 600;
    border-radius: .52vw;
    cursor: pointer
}

@media (max-width:768px) {
    .StakeTokens_blueBtn__3tz4N {
        font-size: 2.5vw;
        height: 5vw;
        max-width: 46.666vw;
        margin-top: 2.5vw;
        border-radius: 1.04vw
    }
}

@media (max-width:576px) {
    .StakeTokens_blueBtn__3tz4N {
        font-size: 3.75vw;
        height: 7.5vw;
        max-width: 69.999vw;
        margin-top: 3.75vw;
        border-radius: 1.56vw
    }
}

@media (max-width:375px) {
    .StakeTokens_blueBtn__3tz4N {
        font-size: 6.25vw;
        height: 12.5vw;
        max-width: 116.665vw;
        margin-top: 6.25vw;
        border-radius: 2.6vw
    }
}

@-webkit-keyframes BtnLoader_Gradient__dOvnA {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

@keyframes BtnLoader_Gradient__dOvnA {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

.BtnLoader_loaderWrapper__15n9C {
    -webkit-transform: scale(.75);
    transform: scale(.75);
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    z-index: 5
}

@media (max-width:2560px) {
    .BtnLoader_loaderWrapper__15n9C {
        -webkit-transform: scale(.7);
        transform: scale(.7)
    }
}

@media (max-width:1920px) {
    .BtnLoader_loaderWrapper__15n9C {
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }
}

@media (max-width:1440px) {
    .BtnLoader_loaderWrapper__15n9C {
        -webkit-transform: scale(.4);
        transform: scale(.4)
    }
}

@media (max-width:1200px) {
    .BtnLoader_loaderWrapper__15n9C {
        -webkit-transform: scale(.3);
        transform: scale(.3)
    }
}

@media (max-width:768px) {
    .BtnLoader_loaderWrapper__15n9C {
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }
}

.BtnLoader_roller__2wdvy {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px
}

.BtnLoader_roller__2wdvy div {
    -webkit-animation: BtnLoader_lds-roller__2Ud-S 1.2s cubic-bezier(.5, 0, .5, 1) infinite;
    animation: BtnLoader_lds-roller__2Ud-S 1.2s cubic-bezier(.5, 0, .5, 1) infinite;
    -webkit-transform-origin: 40px 40px;
    transform-origin: 40px 40px
}

.BtnLoader_roller__2wdvy div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #fff;
    margin: -4px 0 0 -4px
}

.BtnLoader_roller__2wdvy div:first-child {
    -webkit-animation-delay: -36ms;
    animation-delay: -36ms
}

.BtnLoader_roller__2wdvy div:first-child:after {
    top: 63px;
    left: 63px
}

.BtnLoader_roller__2wdvy div:nth-child(2) {
    -webkit-animation-delay: -72ms;
    animation-delay: -72ms
}

.BtnLoader_roller__2wdvy div:nth-child(2):after {
    top: 68px;
    left: 56px
}

.BtnLoader_roller__2wdvy div:nth-child(3) {
    -webkit-animation-delay: -.108s;
    animation-delay: -.108s
}

.BtnLoader_roller__2wdvy div:nth-child(3):after {
    top: 71px;
    left: 48px
}

.BtnLoader_roller__2wdvy div:nth-child(4) {
    -webkit-animation-delay: -.144s;
    animation-delay: -.144s
}

.BtnLoader_roller__2wdvy div:nth-child(4):after {
    top: 72px;
    left: 40px
}

.BtnLoader_roller__2wdvy div:nth-child(5) {
    -webkit-animation-delay: -.18s;
    animation-delay: -.18s
}

.BtnLoader_roller__2wdvy div:nth-child(5):after {
    top: 71px;
    left: 32px
}

.BtnLoader_roller__2wdvy div:nth-child(6) {
    -webkit-animation-delay: -.216s;
    animation-delay: -.216s
}

.BtnLoader_roller__2wdvy div:nth-child(6):after {
    top: 68px;
    left: 24px
}

.BtnLoader_roller__2wdvy div:nth-child(7) {
    -webkit-animation-delay: -.252s;
    animation-delay: -.252s
}

.BtnLoader_roller__2wdvy div:nth-child(7):after {
    top: 63px;
    left: 17px
}

.BtnLoader_roller__2wdvy div:nth-child(8) {
    -webkit-animation-delay: -.288s;
    animation-delay: -.288s
}

.BtnLoader_roller__2wdvy div:nth-child(8):after {
    top: 56px;
    left: 12px
}

@-webkit-keyframes BtnLoader_lds-roller__2Ud-S {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes BtnLoader_lds-roller__2Ud-S {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.GameStats_middleWrapper__rqv7T {
    display: flex;
    flex-flow: row nowrap
}

.GameStats_compWrapper__1fK3V,
.GameStats_stringWrapper__aYYRd {
    display: flex;
    flex-flow: column nowrap
}

@-webkit-keyframes GameStats_Gradient__2Umn2 {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

@keyframes GameStats_Gradient__2Umn2 {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

.GameStats_compWrapper__1fK3V {
    width: 100%;
    margin-top: 60px
}

@media (max-width:768px) {
    .GameStats_compWrapper__1fK3V {
        margin-top: 7.8125vw
    }
}

@media (max-width:576px) {
    .GameStats_compWrapper__1fK3V {
        margin-top: 10.9375vw
    }
}

@media (max-width:375px) {
    .GameStats_compWrapper__1fK3V {
        width: 100%;
        margin-top: 17.1875vw
    }
}

.GameStats_mainHeader__78lMx {
    position: relative;
    padding-left: 1.042vw;
    color: #fff;
    font-size: 1vw;
    margin-bottom: .833vw
}

@media (max-width:768px) {
    .GameStats_mainHeader__78lMx {
        font-size: 2.5vw;
        padding-left: 2.605vw
    }
}

@media (max-width:576px) {
    .GameStats_mainHeader__78lMx {
        font-size: 3.5vw;
        padding-left: 3.647vw;
        margin-left: 10px
    }
}

@media (max-width:375px) {
    .GameStats_mainHeader__78lMx {
        font-size: 5.5vw;
        padding-left: 5.731vw
    }
}

.GameStats_mainHeader__78lMx:before {
    position: absolute;
    top: 8%;
    left: .5%;
    height: .781vw;
    content: "";
    border-left: .26vw solid #3bd2ef;
    border-radius: .26vw
}

@media (max-width:768px) {
    .GameStats_mainHeader__78lMx:before {
        height: 1.9525vw;
        border-left: .65vw solid #3bd2ef;
        border-radius: .65vw
    }
}

@media (max-width:576px) {
    .GameStats_mainHeader__78lMx:before {
        height: 2.7335vw;
        border-left: .91vw solid #3bd2ef;
        border-radius: .91vw
    }
}

@media (max-width:375px) {
    .GameStats_mainHeader__78lMx:before {
        height: 4.2955vw;
        border-left: 1.43vw solid #3bd2ef;
        border-radius: 1.43vw
    }
}

.GameStats_middleWrapper__rqv7T {
    background-color: #22232a;
    border-radius: .52vw;
    padding: 1.302vw 1.823vw
}

@media (max-width:768px) {
    .GameStats_middleWrapper__rqv7T {
        border-radius: 1.3vw;
        padding: 3.255vw 4.5575vw
    }
}

@media (max-width:576px) {
    .GameStats_middleWrapper__rqv7T {
        width: 100%;
        border-radius: 1.82vw;
        padding: 4.557vw 6.3805vw
    }
}

@media (max-width:375px) {
    .GameStats_middleWrapper__rqv7T {
        border-radius: 2.86vw;
        padding: 7.161vw 10.0265vw
    }
}

.GameStats_stringWrapper__aYYRd {
    margin-right: 3.333vw
}

@media (max-width:768px) {
    .GameStats_stringWrapper__aYYRd {
        margin-right: 8.3325vw
    }
}

@media (max-width:576px) {
    .GameStats_stringWrapper__aYYRd {
        margin-right: 11.6655vw
    }
}

@media (max-width:375px) {
    .GameStats_stringWrapper__aYYRd {
        margin-right: 8.3325vw
    }
}

.GameStats_innerHeader__17fiI {
    color: #fff;
    font-size: .833vw;
    margin-bottom: .469vw
}

@media (max-width:768px) {
    .GameStats_innerHeader__17fiI {
        font-size: 2.0825vw;
        margin-bottom: 1.1725vw
    }
}

@media (max-width:576px) {
    .GameStats_innerHeader__17fiI {
        font-size: 2.9155vw;
        margin-bottom: 1.6415vw
    }
}

@media (max-width:375px) {
    .GameStats_innerHeader__17fiI {
        font-size: 4.5815vw;
        margin-bottom: 2.5795vw
    }
}

.GameStats_whiteStr__1SL_U {
    color: #fff;
    font-size: 1.25vw;
    font-weight: 700
}

@media (max-width:768px) {
    .GameStats_whiteStr__1SL_U {
        font-size: 3.125vw
    }
}

@media (max-width:576px) {
    .GameStats_whiteStr__1SL_U {
        font-size: 4.375vw
    }
}

@media (max-width:375px) {
    .GameStats_whiteStr__1SL_U {
        font-size: 6.875vw
    }
}

.AddLiquidity_balanceAddL__3d4m4,
.AddLiquidity_balanceBuyBtn__3HhVi,
.AddLiquidity_middleWrapper__22hy9,
.AddLiquidity_simpleString__1r4bR {
    display: flex;
    flex-flow: row nowrap
}

.AddLiquidity_compWrapper__-mz-M,
.AddLiquidity_dubleText__1i1ip,
.AddLiquidity_rpgInfoWrapper__1Z8sl,
.AddLiquidity_rpgLpInfoWrapper__2k0dL {
    display: flex;
    flex-flow: column nowrap
}

.AddLiquidity_balanceBuyBtn__3HhVi {
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    border: transparent;
    background: #774bbd;
    -webkit-transform: skewX(-15deg);
    transform: skewX(-15deg);
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    background: linear-gradient(90deg, #774bbd, #a23bb8)
}

@media (max-width:768px) {
    .AddLiquidity_balanceBuyBtn__3HhVi {
        hover: none
    }
}

.AddLiquidity_balanceBuyBtn__3HhVi:hover {
    background-size: 400% 400%;
    -webkit-animation: AddLiquidity_Gradient__1YMwq 5s ease infinite;
    animation: AddLiquidity_Gradient__1YMwq 5s ease infinite;
    background-image: radial-gradient(ellipse, #774bbd 3.56%, #a23bb8 50%, #774bbd 100%)
}

.AddLiquidity_balanceAddL__3d4m4 {
    -webkit-transform: skewX(-15deg);
    transform: skewX(-15deg);
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    border: transparent;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    background: #56bef7;
    background: linear-gradient(90deg, #56bef7, #1fe7e7)
}

@media (max-width:768px) {
    .AddLiquidity_balanceAddL__3d4m4 {
        hover: none
    }
}

.AddLiquidity_balanceAddL__3d4m4:hover {
    background-size: 400% 400%;
    -webkit-animation: AddLiquidity_Gradient__1YMwq 5s ease infinite;
    animation: AddLiquidity_Gradient__1YMwq 5s ease infinite;
    background-image: radial-gradient(ellipse, #56bef7 3.56%, #1fe7e7 50%, #56bef7 100%)
}

.AddLiquidity_balanceBuyBtn__3HhVi:hover {
    -webkit-transform: scale(.95) skewX(-15deg);
    transform: scale(.95) skewX(-15deg)
}

.AddLiquidity_balanceBuyBtn__3HhVi:active {
    box-shadow: inset 0 0 .417vw .677vw rgba(85, 41, 88, .23)
}

.AddLiquidity_balanceAddL__3d4m4:hover {
    -webkit-transform: scale(.95) skewX(-15deg);
    transform: scale(.95) skewX(-15deg)
}

.AddLiquidity_balanceAddL__3d4m4:active {
    box-shadow: inset 0 0 .417vw .677vw rgba(41, 73, 88, .23)
}

@-webkit-keyframes AddLiquidity_Gradient__1YMwq {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

@keyframes AddLiquidity_Gradient__1YMwq {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

.AddLiquidity_compWrapper__-mz-M {
    width: 100%;
    margin-top: 3.125vw
}

@media (max-width:768px) {
    .AddLiquidity_compWrapper__-mz-M {
        margin-top: 7.8125vw
    }
}

@media (max-width:576px) {
    .AddLiquidity_compWrapper__-mz-M {
        margin-top: 10.9375vw
    }
}

@media (max-width:375px) {
    .AddLiquidity_compWrapper__-mz-M {
        width: 100%;
        margin-top: 17.1875vw
    }
}

.AddLiquidity_mainHeader__1tDat {
    position: relative;
    padding-left: 1.042vw;
    color: #fff;
    font-size: 1vw;
    margin-bottom: .833vw
}

@media (max-width:768px) {
    .AddLiquidity_mainHeader__1tDat {
        font-size: 2.5vw;
        padding-left: 2.605vw
    }
}

@media (max-width:576px) {
    .AddLiquidity_mainHeader__1tDat {
        font-size: 3.5vw;
        padding-left: 3.647vw;
        margin-left: 10px
    }
}

@media (max-width:375px) {
    .AddLiquidity_mainHeader__1tDat {
        font-size: 5.5vw;
        padding-left: 5.731vw
    }
}

.AddLiquidity_mainHeader__1tDat:before {
    position: absolute;
    top: 8%;
    left: .5%;
    height: .781vw;
    content: "";
    border-left: .26vw solid #3bd2ef;
    border-radius: .26vw
}

@media (max-width:768px) {
    .AddLiquidity_mainHeader__1tDat:before {
        height: 1.9525vw;
        border-left: .65vw solid #3bd2ef;
        border-radius: .65vw
    }
}

@media (max-width:576px) {
    .AddLiquidity_mainHeader__1tDat:before {
        height: 2.7335vw;
        border-left: .91vw solid #3bd2ef;
        border-radius: .91vw
    }
}

@media (max-width:375px) {
    .AddLiquidity_mainHeader__1tDat:before {
        height: 4.2955vw;
        border-left: 1.43vw solid #3bd2ef;
        border-radius: 1.43vw
    }
}

.AddLiquidity_middleWrapper__22hy9 {
    justify-content: space-between
}

@media (max-width:768px) {
    .AddLiquidity_middleWrapper__22hy9 {
        margin-top: 2.0825vw;
        border-radius: 1.3vw;
        padding: 1.3vw
    }
}

@media (max-width:576px) {
    .AddLiquidity_middleWrapper__22hy9 {
        flex-flow: column nowrap;
        margin-top: 2.9155vw;
        border-radius: 1.82vw;
        padding: 1.82vw
    }
}

@media (max-width:375px) {
    .AddLiquidity_middleWrapper__22hy9 {
        margin-top: 4.5815vw;
        border-radius: 2.86vw;
        padding: 2.86vw
    }
}

.AddLiquidity_rpgInfoWrapper__1Z8sl,
.AddLiquidity_rpgLpInfoWrapper__2k0dL {
    margin-top: .833vw;
    background-color: #22232a;
    width: 49%;
    border-radius: .52vw;
    padding: .885vw 1.563vw 2.083vw
}

@media (max-width:768px) {
    .AddLiquidity_rpgInfoWrapper__1Z8sl,
    .AddLiquidity_rpgLpInfoWrapper__2k0dL {
        margin-top: 2.0825vw;
        padding: 2.2125vw 3.9075vw 5.2075vw
    }
}

@media (max-width:576px) {
    .AddLiquidity_rpgInfoWrapper__1Z8sl,
    .AddLiquidity_rpgLpInfoWrapper__2k0dL {
        width: 100%;
        margin-top: 2.9155vw;
        padding: 3.0975vw 5.4705vw 7.2905vw
    }
}

@media (max-width:375px) {
    .AddLiquidity_rpgInfoWrapper__1Z8sl,
    .AddLiquidity_rpgLpInfoWrapper__2k0dL {
        margin-top: 4.5815vw;
        padding: 4.8675vw 8.5965vw 11.4565vw
    }
}

.AddLiquidity_simpleString__1r4bR {
    width: 100%;
    justify-content: space-between;
    font-size: 1vw;
    font-family: inherit;
    margin-top: .4165vw
}

@media (max-width:768px) {
    .AddLiquidity_simpleString__1r4bR {
        font-size: 2.3vw;
        margin-top: .4165vw;
        padding: .4425vw .7815vw 1.0415vw
    }
}

@media (max-width:576px) {
    .AddLiquidity_simpleString__1r4bR {
        width: 100%;
        font-size: 3.8vw;
        margin-top: 2.0825vw;
        padding: 1.3275vw 2.3445vw 3.1245vw 3.9075vw
    }
}

.AddLiquidity_dubleText__1i1ip {
    align-items: flex-end
}

.AddLiquidity_whiteText__38u_B {
    color: #fff
}

@media (max-width:576px) {
    .AddLiquidity_whiteText__38u_B {
        font-size: 3.8vw
    }
}

@media (max-width:375px) {
    .AddLiquidity_whiteText__38u_B {
        font-size: 4.5vw
    }
}

.AddLiquidity_greenText__3xW4I {
    font-size: 1vw;
    color: #66ff35;
    font-weight: 700;
    margin-bottom: .4vw
}

@media (max-width:768px) {
    .AddLiquidity_greenText__3xW4I {
        font-size: 2.3vw
    }
}

@media (max-width:576px) {
    .AddLiquidity_greenText__3xW4I {
        font-size: 3.8vw
    }
}

@media (max-width:375px) {
    .AddLiquidity_greenText__3xW4I {
        font-size: 4.5vw
    }
}

.AddLiquidity_grayText__MIEEN {
    color: hsla(0, 0%, 100%, .5);
    margin-bottom: .4vw
}

@media (max-width:768px) {
    .AddLiquidity_grayText__MIEEN {
        font-size: 2.3vw;
        margin-top: 1.2495vw
    }
}

@media (max-width:576px) {
    .AddLiquidity_grayText__MIEEN {
        font-size: 3.8vw;
        width: 100%;
        margin-top: 2.3324vw
    }
}

@media (max-width:375px) {
    .AddLiquidity_grayText__MIEEN {
        margin-top: 3.7485vw;
        font-size: 4.5vw
    }
}

.AddLiquidity_balanceAddL__3d4m4,
.AddLiquidity_balanceBuyBtn__3HhVi {
    height: 2.5vw;
    max-width: 12.333vw;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 100%;
    outline: none;
    font-size: .989vw;
    font-weight: 700;
    border-radius: .52vw;
    cursor: pointer
}

@media (max-width:768px) {
    .AddLiquidity_balanceAddL__3d4m4,
    .AddLiquidity_balanceBuyBtn__3HhVi {
        font-size: 2.5vw;
        height: 5vw;
        max-width: 24.666vw;
        border-radius: 1.04vw
    }
}

@media (max-width:576px) {
    .AddLiquidity_balanceAddL__3d4m4,
    .AddLiquidity_balanceBuyBtn__3HhVi {
        font-size: 3.75vw;
        height: 7.5vw;
        max-width: 160.329vw;
        border-radius: 1.56vw;
        margin-top: 3.75vw
    }
}

@media (max-width:375px) {
    .AddLiquidity_balanceAddL__3d4m4,
    .AddLiquidity_balanceBuyBtn__3HhVi {
        font-size: 6.25vw;
        height: 12.5vw;
        max-width: 184.995vw;
        border-radius: 2.6vw;
        margin-top: 6.25vw
    }
}

.AddLiquidity_balanceBuyBtn__3HhVi {
    margin-right: 1vw
}

.AddL_fromsWrapper__1bdtB,
.AddL_platformWrapper__-I_G3 {
    display: flex;
    flex-flow: row nowrap
}

.AddL_wrapper__1j0ne {
    display: flex;
    flex-flow: column nowrap
}

@-webkit-keyframes AddL_Gradient__24YvY {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

@keyframes AddL_Gradient__24YvY {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

.AddL_icwModal__dF7aq {
    padding: 0;
    margin: 0;
    max-width: 100vw;
    width: 30.885vw;
    background: transparent;
    box-shadow: none
}

@media (max-width:768px) {
    .AddL_icwModal__dF7aq {
        width: 100vh
    }
}

.AddL_fromsWrapper__1bdtB {
    padding: 2vw 0;
    background: #23252e;
    height: 100%;
    width: 100%;
    border-radius: .52vw;
    overflow: hidden
}

.AddL_closeButton__3kMas {
    display: none
}

.AddL_closeBtn__7XesA {
    position: absolute;
    color: #fff;
    font-size: 3rem;
    cursor: pointer;
    top: 0;
    right: 3%
}

.AddL_wrapper__1j0ne {
    width: 100%;
    align-items: center;
    align-content: center
}

.AddL_header__2nONL {
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 16px
}

.AddL_desc__3-r8S {
    color: hsla(0, 0%, 100%, .5);
    margin-bottom: 24px
}

.AddL_platformWrapper__-I_G3 {
    background-color: #2b2d37;
    width: 250px;
    border-radius: 10px;
    align-items: center;
    margin-bottom: 16px;
    padding: 15px 22px;
    cursor: pointer
}

.AddL_platformName__3Tuu8 {
    color: #fff;
    font-size: 1.1rem;
    font-weight: 700;
    margin-left: 25px
}

.BuyRpg_fromsWrapper__3Og1g,
.BuyRpg_platformWrapper__3lzI4 {
    display: flex;
    flex-flow: row nowrap
}

.BuyRpg_wrapper__3Cv1Z {
    display: flex;
    flex-flow: column nowrap
}

@-webkit-keyframes BuyRpg_Gradient__1QXL8 {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

@keyframes BuyRpg_Gradient__1QXL8 {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

.BuyRpg_icwModal__JF8DJ {
    padding: 0;
    margin: 0;
    max-width: 100vw;
    width: 30.885vw;
    background: transparent;
    box-shadow: none
}

@media (max-width:768px) {
    .BuyRpg_icwModal__JF8DJ {
        width: 100vh
    }
}

.BuyRpg_fromsWrapper__3Og1g {
    padding: 2vw 0;
    background: #23252e;
    height: 100%;
    width: 100%;
    border-radius: .52vw;
    overflow: hidden
}

.BuyRpg_closeButton__2O7rm {
    display: none
}

.BuyRpg_closeBtn__qp94y {
    position: absolute;
    color: #fff;
    font-size: 3rem;
    cursor: pointer;
    top: 0;
    right: 3%
}

.BuyRpg_wrapper__3Cv1Z {
    width: 100%;
    align-items: center;
    align-content: center
}

.BuyRpg_header__S5QUA {
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 16px
}

.BuyRpg_desc__23CZX {
    color: hsla(0, 0%, 100%, .5);
    margin-bottom: 24px
}

.BuyRpg_platformWrapper__3lzI4 {
    background-color: #2b2d37;
    width: 250px;
    border-radius: 10px;
    align-items: center;
    margin-bottom: 16px;
    padding: 15px 22px;
    cursor: pointer
}

.BuyRpg_platformName__3nxQ_ {
    color: #fff;
    font-size: 1.1rem;
    font-weight: 700;
    margin-left: 25px
}

.BuyRpg_platformLogo__3Bhvo {
    width: 2.812vw;
    height: 2.812vw
}

.Leaderboard_compWrapper__3IPD8 {
    display: flex;
    flex-flow: column nowrap
}

@-webkit-keyframes Leaderboard_Gradient__1lf7M {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

@keyframes Leaderboard_Gradient__1lf7M {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

.Leaderboard_compWrapper__3IPD8 {
    width: 100%;
    margin-bottom: 2vw;
    margin-top: 3.125vw
}

@media (max-width:768px) {
    .Leaderboard_compWrapper__3IPD8 {
        margin-top: 7.8125vw
    }
}

@media (max-width:576px) {
    .Leaderboard_compWrapper__3IPD8 {
        margin-top: 10.9375vw
    }
}

@media (max-width:375px) {
    .Leaderboard_compWrapper__3IPD8 {
        width: 100%;
        margin-top: 17.1875vw
    }
}

.Leaderboard_mainHeader__10QyY {
    position: relative;
    padding-left: 1.042vw;
    color: #fff;
    font-size: 1vw;
    margin-bottom: .833vw
}

@media (max-width:768px) {
    .Leaderboard_mainHeader__10QyY {
        font-size: 2.5vw;
        padding-left: 2.605vw
    }
}

@media (max-width:576px) {
    .Leaderboard_mainHeader__10QyY {
        font-size: 3.5vw;
        padding-left: 3.647vw;
        margin-left: 10px
    }
}

@media (max-width:375px) {
    .Leaderboard_mainHeader__10QyY {
        font-size: 5.5vw;
        padding-left: 5.731vw
    }
}

.Leaderboard_mainHeader__10QyY:before {
    position: absolute;
    top: 8%;
    left: .5%;
    height: .781vw;
    content: "";
    border-left: .26vw solid #3bd2ef;
    border-radius: .26vw
}

@media (max-width:768px) {
    .Leaderboard_mainHeader__10QyY:before {
        height: 1.9525vw;
        border-left: .65vw solid #3bd2ef;
        border-radius: .65vw
    }
}

@media (max-width:576px) {
    .Leaderboard_mainHeader__10QyY:before {
        height: 2.7335vw;
        border-left: .91vw solid #3bd2ef;
        border-radius: .91vw
    }
}

@media (max-width:375px) {
    .Leaderboard_mainHeader__10QyY:before {
        height: 4.2955vw;
        border-left: 1.43vw solid #3bd2ef;
        border-radius: 1.43vw
    }
}

.Leaderboard_playersWrapper__1BVOH {
    border-radius: .52vw;
    overflow: hidden;
    overflow-y: scroll;
    max-height: 30.864vw
}

@media (max-width:768px) {
    .Leaderboard_playersWrapper__1BVOH {
        border-radius: 1.3vw;
        max-height: 77.16vw
    }
}

@media (max-width:576px) {
    .Leaderboard_playersWrapper__1BVOH {
        width: 100%;
        border-radius: 1.82vw;
        max-height: 108.024vw
    }
}

@media (max-width:375px) {
    .Leaderboard_playersWrapper__1BVOH {
        border-radius: 2.86vw;
        height: 169.752vw
    }
}

.Line_forMobile__1X_-t,
.Line_linewrapper__2LJ5L,
.Line_rewardWrapper__2cJhi {
    display: flex;
    flex-flow: row nowrap
}

@-webkit-keyframes Line_Gradient__34ALZ {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

@keyframes Line_Gradient__34ALZ {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

.Line_linewrapper__2LJ5L {
    padding: .625vw 2.083vw;
    justify-self: flex-start;
    align-items: center;
    align-content: center
}

@media (max-width:768px) {
    .Line_linewrapper__2LJ5L {
        padding: 1.5625vw 5.2075vw
    }
}

@media (max-width:576px) {
    .Line_linewrapper__2LJ5L {
        padding: 2.1875vw 7.2905vw
    }
}

@media (max-width:375px) {
    .Line_linewrapper__2LJ5L {
        padding: 3.4375vw 11.4565vw
    }
}

.Line_position__36nYM {
    width: 3.333vw;
    color: #fff;
    text-align: center;
    font-size: 1.667vw;
    font-weight: 700;
    margin-right: 2.604vw
}

@media (max-width:768px) {
    .Line_position__36nYM {
        margin-right: 6.51vw;
        font-size: 4.1675vw
    }
}

@media (max-width:576px) {
    .Line_position__36nYM {
        margin-right: 9.114vw;
        font-size: 5.8345vw
    }
}

@media (max-width:375px) {
    .Line_position__36nYM {
        margin-right: 14.322vw;
        font-size: 9.1685vw
    }
}

.Line_userPicWrap__3Ui3U {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 2.813vw;
    width: 2.813vw;
    border-radius: 50%;
    margin-right: 2.083vw;
    background-image: linear-gradient(180deg, #1fe7e7 0, #56bef7)
}

@media (max-width:768px) {
    .Line_userPicWrap__3Ui3U {
        margin-right: 5.2075vw;
        height: 7.0325vw;
        width: 7.0325vw
    }
}

@media (max-width:576px) {
    .Line_userPicWrap__3Ui3U {
        margin-right: 7.2905vw;
        height: 9.8455vw;
        width: 9.8455vw
    }
}

@media (max-width:375px) {
    .Line_userPicWrap__3Ui3U {
        margin-right: 4.166vw;
        height: 15.4715vw;
        width: 15.4715vw
    }
}

.Line_userPic__171-z {
    height: 2.513vw;
    width: 2.513vw;
    object-fit: cover;
    border-radius: 50%
}

@media (max-width:768px) {
    .Line_userPic__171-z {
        height: 6.2825vw;
        width: 6.2825vw
    }
}

@media (max-width:576px) {
    .Line_userPic__171-z {
        height: 8.7955vw;
        width: 8.7955vw
    }
}

@media (max-width:375px) {
    .Line_userPic__171-z {
        height: 13.8215vw;
        width: 13.8215vw
    }
}

@media (max-width:576px) {
    .Line_forMobile__1X_-t {
        flex-flow: column
    }
}

.Line_userName__2YUwi {
    color: #fff;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-weight: 700;
    margin-right: 3.75vw;
    font-size: .833vw
}

@media (max-width:768px) {
    .Line_userName__2YUwi {
        margin-right: 9.375vw;
        font-size: 2.0825vw
    }
}

@media (max-width:576px) {
    .Line_userName__2YUwi {
        margin-right: 13.125vw;
        font-size: 2.9155vw
    }
}

@media (max-width:375px) {
    .Line_userName__2YUwi {
        margin-right: 20.625vw;
        font-size: 4.5815vw
    }
}

.Line_rewardWrapper__2cJhi {
    color: #fff;
    font-size: .833vw
}

@media (max-width:768px) {
    .Line_rewardWrapper__2cJhi {
        font-size: 2.0825vw
    }
}

@media (max-width:576px) {
    .Line_rewardWrapper__2cJhi {
        font-size: 2.9155vw
    }
}

@media (max-width:375px) {
    .Line_rewardWrapper__2cJhi {
        font-size: 4.5815vw
    }
}

.Line_rewLabel__21eXY {
    margin-right: .729vw
}

@media (max-width:768px) {
    .Line_rewLabel__21eXY {
        margin-right: 1.8225vw
    }
}

@media (max-width:576px) {
    .Line_rewLabel__21eXY {
        margin-right: 2.5515vw
    }
}

@media (max-width:375px) {
    .Line_rewLabel__21eXY {
        margin-right: 4.0095vw
    }
}

.Line_rewAmount__3SGqi {
    font-weight: 700
}

.analytics_pageWrapper__TV-tr {
    display: flex;
    flex-flow: row nowrap
}

@-webkit-keyframes analytics_Gradient__2bv2N {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

@keyframes analytics_Gradient__2bv2N {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

.Analytics_middleWrapper__1V08z {
    display: flex;
    flex-flow: row nowrap
}

.Analytics_blur__2hTSs {
    display: flex;
    flex-flow: column nowrap
}

.Analytics_pageWrapper__3_LCY {
    background-color: #1e1f25;
    width: 84.375%;
    height: 115vh;
    align-items: center;
    position: absolute !important;
    overflow-y: auto;
    padding: 4.167vw 8.333vw 0 6.25vw;
}

@media (max-width:768px) {
    .Analytics_pageWrapper__3_LCY {
        width: 100%;
        padding: 50px;
        height: calc(100vh - 5.937vw)
    }
}

@media (max-width:576px) {
    .Analytics_pageWrapper__3_LCY {
        padding: 50px 35px 35px;
        height: calc(100vh - 11.874vw)
    }
}

@media (max-width:425px) {
    .Analytics_pageWrapper__3_LCY {
        padding: 40px 25px 25px
    }
}

@media (max-width:375px) {
    .Analytics_pageWrapper__3_LCY {
        padding: 40px 15px 15px
    }
}

@-webkit-keyframes Analytics_Gradient__3SD8R {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

@keyframes Analytics_Gradient__3SD8R {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

.Analytics_pageWrapper__3_LCY {
    padding: 3.125vw;
    position: relative
}

.Analytics_overviewMobileLink__14Omw {
    position: absolute;
    display: none;
    color: #fff;
    top: 2%
}

@media (max-width:768px) {
    .Analytics_overviewMobileLink__14Omw {
        display: flex
    }
}

.Analytics_overviewMobileLinkImg__2lukk {
    object-fit: cover;
    margin-right: 10px
}

.Analytics_blur__2hTSs {
    left: 0;
    top: 0;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 100;
    justify-content: center;
    align-items: center;
    align-content: center
}

@media (max-width:768px) {
    .Analytics_blur__2hTSs {
        left: 0;
        top: 0;
        width: 100%
    }
}

.Analytics_blurHeader__17-VJ {
    font-size: 4.5rem;
    font-weight: 700;
    line-height: 102px;
    background: -webkit-linear-gradient(#784cbe, #ab4fbf);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

@media (max-width:768px) {
    .Analytics_blurHeader__17-VJ {
        font-size: 9.5vw
    }
}

.Analytics_blurText__nDLGb {
    color: #fff
}

@media (max-width:768px) {
    .Analytics_blurText__nDLGb {
        font-size: 2.111vw
    }
}

.Analytics_pageHeader__3BJWT {
    text-align: center;
    font-size: 1.833vw;
    color: #fff;
    font-weight: 700;
    margin-bottom: 1.979vw
}

@media (max-width:768px) {
    .Analytics_pageHeader__3BJWT {
        font-size: 4.5825vw;
        margin-bottom: 4.9475vw
    }
}

@media (max-width:576px) {
    .Analytics_pageHeader__3BJWT {
        font-size: 6.4155vw;
        margin-top: 6.9265vw;
        margin-bottom: 6.9265vw
    }
}

@media (max-width:375px) {
    .Analytics_pageHeader__3BJWT {
        font-size: 10.0815vw;
        margin-top: 10.8845vw;
        margin-bottom: 10.8845vw
    }
}

.Analytics_currentRate__3SxqQ {
    font-size: .833vw;
    color: #fff
}

@media (max-width:768px) {
    .Analytics_currentRate__3SxqQ {
        font-size: 2.0825vw
    }
}

@media (max-width:576px) {
    .Analytics_currentRate__3SxqQ {
        font-size: 2.9155vw;
        margin-bottom: 6.9265vw
    }
}

@media (max-width:375px) {
    .Analytics_currentRate__3SxqQ {
        font-size: 4.5815vw;
        margin-bottom: 10.8845vw
    }
}

.Analytics_middleWrapper__1V08z {
    position: relative;
    margin-top: 1.667vw;
    justify-content: space-between
}

@media (max-width:768px) {
    .Analytics_middleWrapper__1V08z {
        flex-flow: column nowrap
    }
}

.AmountOfTokens_flexRow2__3Qp0v,
.AmountOfTokens_flexRow__3eUiI,
.AmountOfTokens_middleWrapper__1CH72 {
    display: flex;
    flex-flow: row nowrap
}

.AmountOfTokens_mainWrapper__3ZC8j,
.AmountOfTokens_statWrapper__3P1rh {
    display: flex;
    flex-flow: column nowrap
}

@-webkit-keyframes AmountOfTokens_Gradient__3X6_R {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

@keyframes AmountOfTokens_Gradient__3X6_R {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

.AmountOfTokens_mainWrapper__3ZC8j {
    width: 49%;
    height: 100%
}

@media (max-width:768px) {
    .AmountOfTokens_mainWrapper__3ZC8j {
        width: 100%;
        margin-top: 4.9475vw
    }
}

.AmountOfTokens_mainHeader__3DmZ_ {
    padding-left: 1.041vw;
    margin-left: 1.041vw;
    position: relative;
    color: #fff;
    font-size: 1vw;
    margin-bottom: .833vw
}

@media (max-width:768px) {
    .AmountOfTokens_mainHeader__3DmZ_ {
        padding-left: 2.6025vw;
        margin-left: 2.6025vw;
        margin-bottom: 2.0825vw;
        font-size: 2.5vw
    }
}

@media (max-width:576px) {
    .AmountOfTokens_mainHeader__3DmZ_ {
        padding-left: 3.6435vw;
        margin-left: 3.6435vw;
        margin-bottom: 2.9155vw;
        font-size: 3.5vw
    }
}

@media (max-width:375px) {
    .AmountOfTokens_mainHeader__3DmZ_ {
        padding-left: 5.7255vw;
        margin-left: 5.7255vw;
        margin-bottom: 4.5815vw;
        font-size: 5.5vw
    }
}

.AmountOfTokens_mainHeader__3DmZ_:before {
    top: 10%;
    left: .5%;
    height: .781vw;
    position: absolute;
    content: "";
    border-left: .26vw solid #3bd2ef;
    border-radius: .26vw
}

@media (max-width:768px) {
    .AmountOfTokens_mainHeader__3DmZ_:before {
        height: 1.9525vw;
        border-left: .65vw solid #3bd2ef;
        border-radius: .65vw
    }
}

@media (max-width:576px) {
    .AmountOfTokens_mainHeader__3DmZ_:before {
        height: 2.7335vw;
        border-left: .91vw solid #3bd2ef;
        border-radius: .91vw
    }
}

@media (max-width:375px) {
    .AmountOfTokens_mainHeader__3DmZ_:before {
        height: 4.2955vw;
        border-left: 1.43vw solid #3bd2ef;
        border-radius: 1.43vw
    }
}

.AmountOfTokens_middleWrapper__1CH72 {
    background-color: #22232a;
    border-radius: .52vw;
    padding: 1.302vw;
    height: 11.458vw
}

@media (max-width:768px) {
    .AmountOfTokens_middleWrapper__1CH72 {
        justify-content: center;
        height: 100%;
        border-radius: 1.3vw;
        padding: 3.255vw 4.5575vw
    }
}

@media (max-width:576px) {
    .AmountOfTokens_middleWrapper__1CH72 {
        flex-flow: column;
        align-items: center;
        width: 100%;
        border-radius: 1.82vw;
        padding: 4.557vw 6.3805vw
    }
}

@media (max-width:375px) {
    .AmountOfTokens_middleWrapper__1CH72 {
        border-radius: 2.86vw;
        padding: 7.161vw 10.0265vw
    }
}

.AmountOfTokens_statWrapper__3P1rh {
    justify-content: center;
    color: #fff;
    margin-left: 1.302vw
}

@media (max-width:768px) {
    .AmountOfTokens_statWrapper__3P1rh {
        margin-left: 3.255vw
    }
}

@media (max-width:576px) {
    .AmountOfTokens_statWrapper__3P1rh {
        margin-left: 0;
        margin-top: 4.557vw
    }
}

@media (max-width:375px) {
    .AmountOfTokens_statWrapper__3P1rh {
        margin-top: 7.161vw
    }
}

.AmountOfTokens_flexRow2__3Qp0v,
.AmountOfTokens_flexRow__3eUiI {
    margin-bottom: .625vw
}

@media (max-width:768px) {
    .AmountOfTokens_flexRow2__3Qp0v,
    .AmountOfTokens_flexRow__3eUiI {
        margin-bottom: 1.5625vw
    }
}

@media (max-width:576px) {
    .AmountOfTokens_flexRow2__3Qp0v,
    .AmountOfTokens_flexRow__3eUiI {
        margin-bottom: 2.1875vw
    }
}

@media (max-width:375px) {
    .AmountOfTokens_flexRow2__3Qp0v,
    .AmountOfTokens_flexRow__3eUiI {
        margin-bottom: 3.4375vw
    }
}

.AmountOfTokens_flexRow2__3Qp0v {
    margin-bottom: 1.458vw
}

@media (max-width:768px) {
    .AmountOfTokens_flexRow2__3Qp0v {
        margin-bottom: 3.645vw
    }
}

@media (max-width:576px) {
    .AmountOfTokens_flexRow2__3Qp0v {
        margin-bottom: 5.103vw
    }
}

@media (max-width:375px) {
    .AmountOfTokens_flexRow2__3Qp0v {
        margin-bottom: 8.019vw
    }
}

.AmountOfTokens_innerHeader__3bjHr {
    margin-left: .781vw;
    font-size: .833vw
}

@media (max-width:768px) {
    .AmountOfTokens_innerHeader__3bjHr {
        margin-left: 1.9525vw;
        font-size: 2.0825vw
    }
}

@media (max-width:576px) {
    .AmountOfTokens_innerHeader__3bjHr {
        margin-left: 2.7335vw;
        font-size: 2.9155vw
    }
}

@media (max-width:375px) {
    .AmountOfTokens_innerHeader__3bjHr {
        margin-left: 4.2955vw;
        font-size: 4.5815vw
    }
}

.AmountOfTokens_innerPercent__Et1V5 {
    color: hsla(0, 0%, 100%, .5);
    font-size: .917vw
}

@media (max-width:768px) {
    .AmountOfTokens_innerPercent__Et1V5 {
        font-size: 2.2925vw
    }
}

@media (max-width:576px) {
    .AmountOfTokens_innerPercent__Et1V5 {
        font-size: 3.2095vw
    }
}

@media (max-width:375px) {
    .AmountOfTokens_innerPercent__Et1V5 {
        font-size: 5.0435vw
    }
}

.AmountOfTokens_innerAmount__uC3vG {
    font-weight: 700;
    font-size: .917vw;
    margin-right: .833vw
}

@media (max-width:768px) {
    .AmountOfTokens_innerAmount__uC3vG {
        font-size: 2.2925vw;
        margin-right: 2.0825vw
    }
}

@media (max-width:576px) {
    .AmountOfTokens_innerAmount__uC3vG {
        font-size: 3.2095vw;
        margin-right: 2.9155vw
    }
}

@media (max-width:375px) {
    .AmountOfTokens_innerAmount__uC3vG {
        font-size: 5.0435vw;
        margin-right: 4.5815vw
    }
}

@-webkit-keyframes AmountSvg_Gradient__26LPe {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

@keyframes AmountSvg_Gradient__26LPe {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

.AmountSvg_bubleSvg__2KB1J {
    height: 8.802vw;
    width: 8.802vw
}

@media (max-width:768px) {
    .AmountSvg_bubleSvg__2KB1J {
        height: 22.005vw;
        width: 22.005vw
    }
}

@media (max-width:576px) {
    .AmountSvg_bubleSvg__2KB1J {
        height: 30.807vw;
        width: 30.807vw
    }
}

@media (max-width:375px) {
    .AmountSvg_bubleSvg__2KB1J {
        height: 48.411vw;
        width: 48.411vw
    }
}

.TradingVolume_mainWrapper__1Eccu {
    display: flex;
    flex-flow: column nowrap
}

@-webkit-keyframes TradingVolume_Gradient__3ycIa {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

@keyframes TradingVolume_Gradient__3ycIa {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

.TradingVolume_mainWrapper__1Eccu {
    width: 49%;
    height: 100%
}

@media (max-width:768px) {
    .TradingVolume_mainWrapper__1Eccu {
        width: 100%;
        margin-top: 4.9475vw
    }
}

.TradingVolume_mainHeader__30ruV {
    padding-left: 1.041vw;
    margin-left: 1.041vw;
    position: relative;
    color: #fff;
    font-size: 1vw;
    margin-bottom: .833vw
}

@media (max-width:768px) {
    .TradingVolume_mainHeader__30ruV {
        padding-left: 2.6025vw;
        margin-left: 2.6025vw;
        margin-bottom: 2.0825vw;
        font-size: 2.5vw
    }
}

@media (max-width:576px) {
    .TradingVolume_mainHeader__30ruV {
        padding-left: 3.6435vw;
        margin-left: 3.6435vw;
        margin-bottom: 2.9155vw;
        font-size: 3.5vw
    }
}

@media (max-width:375px) {
    .TradingVolume_mainHeader__30ruV {
        padding-left: 5.7255vw;
        margin-left: 5.7255vw;
        margin-bottom: 4.5815vw;
        font-size: 5.5vw
    }
}

.TradingVolume_mainHeader__30ruV:before {
    top: 10%;
    left: .5%;
    height: .781vw;
    position: absolute;
    content: "";
    border-left: .26vw solid #3bd2ef;
    border-radius: .26vw
}

@media (max-width:768px) {
    .TradingVolume_mainHeader__30ruV:before {
        height: 1.9525vw;
        border-left: .65vw solid #3bd2ef;
        border-radius: .65vw
    }
}

@media (max-width:576px) {
    .TradingVolume_mainHeader__30ruV:before {
        height: 2.7335vw;
        border-left: .91vw solid #3bd2ef;
        border-radius: .91vw
    }
}

@media (max-width:375px) {
    .TradingVolume_mainHeader__30ruV:before {
        height: 4.2955vw;
        border-left: 1.43vw solid #3bd2ef;
        border-radius: 1.43vw
    }
}

.TradingVolume_middleWrapper__3ikNP {
    height: 100%;
    background-color: #22232a;
    border-radius: .52vw;
    height: 11.458vw
}

@media (max-width:768px) {
    .TradingVolume_middleWrapper__3ikNP {
        justify-content: center;
        height: 100%;
        border-radius: 1.3vw;
        height: 28.645vw
    }
}

@media (max-width:576px) {
    .TradingVolume_middleWrapper__3ikNP {
        width: 100%;
        height: 40.103vw;
        border-radius: 1.82vw
    }
}

@media (max-width:375px) {
    .TradingVolume_middleWrapper__3ikNP {
        border-radius: 2.86vw;
        height: 63.019vw
    }
}

@-webkit-keyframes TradingChart_Gradient__242v8 {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

@keyframes TradingChart_Gradient__242v8 {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

.TradingChart_chartWrapper__10hi8 {
    width: 100%;
    height: 100%;
    margin-top: -.5vw;
    margin-left: -.5vw
}

@media (max-width:768px) {
    .TradingChart_chartWrapper__10hi8 {
        padding: 0
    }
}

.TradingChart_emptySvg__2kaHA {
    position: absolute
}

.TradingChart_rollerWrap__1set4 {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center
}

.TradingChart_ldsRoller__3TKqq {
    display: inline-block;
    position: relative;
    width: 4.167vw;
    height: 4.167vw
}

.TradingChart_ldsRoller__3TKqq div {
    -webkit-animation: TradingChart_ldsRoller__3TKqq 1.2s cubic-bezier(.5, 0, .5, 1) infinite;
    animation: TradingChart_ldsRoller__3TKqq 1.2s cubic-bezier(.5, 0, .5, 1) infinite;
    -webkit-transform-origin: 2.083vw 2.083vw;
    transform-origin: 2.083vw 2.083vw
}

.TradingChart_ldsRoller__3TKqq div:after {
    content: " ";
    display: block;
    position: absolute;
    width: .365vw;
    height: .365vw;
    border-radius: 50%;
    background: #fff;
    margin: -.208vw 0 0 -.208vw
}

.TradingChart_ldsRoller__3TKqq div:first-child {
    -webkit-animation-delay: -36ms;
    animation-delay: -36ms
}

.TradingChart_ldsRoller__3TKqq div:first-child:after {
    top: 3.28vw;
    left: 3.28vw
}

.TradingChart_ldsRoller__3TKqq div:nth-child(2) {
    -webkit-animation-delay: -72ms;
    animation-delay: -72ms
}

.TradingChart_ldsRoller__3TKqq div:nth-child(2):after {
    top: 3.542vw;
    left: 2.92vw
}

.TradingChart_ldsRoller__3TKqq div:nth-child(3) {
    -webkit-animation-delay: -.108s;
    animation-delay: -.108s
}

.TradingChart_ldsRoller__3TKqq div:nth-child(3):after {
    top: 3.69vw;
    left: 2.5vw
}

.TradingChart_ldsRoller__3TKqq div:nth-child(4) {
    -webkit-animation-delay: -.144s;
    animation-delay: -.144s
}

.TradingChart_ldsRoller__3TKqq div:nth-child(4):after {
    top: 3.69vw;
    left: 2.083vw
}

.TradingChart_ldsRoller__3TKqq div:nth-child(5) {
    -webkit-animation-delay: -.18s;
    animation-delay: -.18s
}

.TradingChart_ldsRoller__3TKqq div:nth-child(5):after {
    top: 3.69vw;
    left: 1.666vw
}

.TradingChart_ldsRoller__3TKqq div:nth-child(6) {
    -webkit-animation-delay: -.216s;
    animation-delay: -.216s
}

.TradingChart_ldsRoller__3TKqq div:nth-child(6):after {
    top: 3.542vw;
    left: 1.25vw
}

.TradingChart_ldsRoller__3TKqq div:nth-child(7) {
    -webkit-animation-delay: -.252s;
    animation-delay: -.252s
}

.TradingChart_ldsRoller__3TKqq div:nth-child(7):after {
    top: 3.281vw;
    left: .885vw
}

.TradingChart_ldsRoller__3TKqq div:nth-child(8) {
    -webkit-animation-delay: -.288s;
    animation-delay: -.288s
}

.TradingChart_ldsRoller__3TKqq div:nth-child(8):after {
    top: 2.916vw;
    left: .625vw
}

@-webkit-keyframes TradingChart_ldsRoller__3TKqq {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes TradingChart_ldsRoller__3TKqq {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.Pool_stringWrapper__3ECs4 {
    display: flex;
    flex-flow: row nowrap
}

.Pool_mainWrapper__raog9,
.Pool_middleWrapper__1rViW {
    display: flex;
    flex-flow: column nowrap
}

@-webkit-keyframes Pool_Gradient__1-DOC {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

@keyframes Pool_Gradient__1-DOC {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

.Pool_mainWrapper__raog9 {
    width: 49%;
    height: 100%
}

@media (max-width:768px) {
    .Pool_mainWrapper__raog9 {
        width: 100%;
        margin-top: 4.9475vw
    }
}

.Pool_mainHeader__U7zXP {
    padding-left: 1.041vw;
    margin-left: 1.041vw;
    position: relative;
    color: #fff;
    font-size: 1vw;
    margin-bottom: 16px
}

@media (max-width:768px) {
    .Pool_mainHeader__U7zXP {
        padding-left: 2.6025vw;
        margin-left: 2.6025vw;
        margin-bottom: 2.0825vw;
        font-size: 2.5vw
    }
}

@media (max-width:576px) {
    .Pool_mainHeader__U7zXP {
        padding-left: 3.6435vw;
        margin-left: 3.6435vw;
        margin-bottom: 2.9155vw;
        font-size: 3.5vw
    }
}

@media (max-width:375px) {
    .Pool_mainHeader__U7zXP {
        padding-left: 5.7255vw;
        margin-left: 5.7255vw;
        margin-bottom: 4.5815vw;
        font-size: 5.5vw
    }
}

.Pool_mainHeader__U7zXP:before {
    top: 10%;
    left: .5%;
    height: .781vw;
    position: absolute;
    content: "";
    border-left: .26vw solid #3bd2ef;
    border-radius: .26vw
}

@media (max-width:768px) {
    .Pool_mainHeader__U7zXP:before {
        height: 1.9525vw;
        border-left: .65vw solid #3bd2ef;
        border-radius: .65vw
    }
}

@media (max-width:576px) {
    .Pool_mainHeader__U7zXP:before {
        height: 2.7335vw;
        border-left: .91vw solid #3bd2ef;
        border-radius: .91vw
    }
}

@media (max-width:375px) {
    .Pool_mainHeader__U7zXP:before {
        height: 4.2955vw;
        border-left: 1.43vw solid #3bd2ef;
        border-radius: 1.43vw
    }
}

.Pool_middleWrapper__1rViW {
    justify-content: space-evenly;
    padding: 1.302vw;
    color: #fff;
    height: 100%;
    background-color: #22232a;
    border-radius: 1.302vw;
    height: 6.25vw
}

@media (max-width:768px) {
    .Pool_middleWrapper__1rViW {
        justify-content: center;
        align-items: center;
        height: 100%;
        border-radius: 1.3vw;
        padding: 3.255vw 4.5575vw
    }
}

@media (max-width:576px) {
    .Pool_middleWrapper__1rViW {
        flex-flow: column;
        align-items: center;
        width: 100%;
        border-radius: 1.82vw;
        padding: 4.557vw 6.3805vw
    }
}

@media (max-width:375px) {
    .Pool_middleWrapper__1rViW {
        border-radius: 2.86vw;
        padding: 7.161vw 10.0265vw
    }
}

@media (max-width:768px) {
    .Pool_stringWrapper__3ECs4:first-child {
        margin-bottom: 3.4375vw
    }
}

.Pool_label__1-U1E {
    color: hsla(0, 0%, 100%, .5);
    margin-right: .625vw;
    font-size: .833vw
}

@media (max-width:768px) {
    .Pool_label__1-U1E {
        margin-right: 1.5625vw;
        font-size: 2.0825vw
    }
}

@media (max-width:576px) {
    .Pool_label__1-U1E {
        margin-right: 2.1875vw;
        font-size: 2.9155vw
    }
}

@media (max-width:375px) {
    .Pool_label__1-U1E {
        margin-right: 3.4375vw;
        font-size: 4.5815vw
    }
}

.Pool_amount__3iJ-F {
    font-size: .917vw;
    font-weight: 600
}

@media (max-width:768px) {
    .Pool_amount__3iJ-F {
        font-size: 2.2925vw
    }
}

@media (max-width:576px) {
    .Pool_amount__3iJ-F {
        font-size: 3.2095vw
    }
}

@media (max-width:375px) {
    .Pool_amount__3iJ-F {
        font-size: 5.0435vw
    }
}

.WithFunds_mainWrapper__1sbWH,
.WithFunds_middleWrapper__2kR4l {
    display: flex;
    flex-flow: column nowrap
}

@-webkit-keyframes WithFunds_Gradient__r-g_E {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

@keyframes WithFunds_Gradient__r-g_E {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

.WithFunds_mainWrapper__1sbWH {
    width: 49%;
    height: 100%
}

@media (max-width:768px) {
    .WithFunds_mainWrapper__1sbWH {
        width: 100%;
        margin-top: 4.9475vw
    }
}

.WithFunds_mainHeader__SIJon {
    padding-left: 1.041vw;
    margin-left: 1.041vw;
    position: relative;
    color: #fff;
    font-size: 1vw;
    margin-bottom: 16px
}

@media (max-width:768px) {
    .WithFunds_mainHeader__SIJon {
        padding-left: 2.6025vw;
        margin-left: 2.6025vw;
        margin-bottom: 2.0825vw;
        font-size: 2.5vw
    }
}

@media (max-width:576px) {
    .WithFunds_mainHeader__SIJon {
        padding-left: 3.6435vw;
        margin-left: 3.6435vw;
        margin-bottom: 2.9155vw;
        font-size: 3.5vw
    }
}

@media (max-width:375px) {
    .WithFunds_mainHeader__SIJon {
        padding-left: 5.7255vw;
        margin-left: 5.7255vw;
        margin-bottom: 4.5815vw;
        font-size: 5.5vw
    }
}

.WithFunds_mainHeader__SIJon:before {
    top: 10%;
    left: .5%;
    height: .781vw;
    position: absolute;
    content: "";
    border-left: .26vw solid #3bd2ef;
    border-radius: .26vw
}

@media (max-width:768px) {
    .WithFunds_mainHeader__SIJon:before {
        height: 1.9525vw;
        border-left: .65vw solid #3bd2ef;
        border-radius: .65vw
    }
}

@media (max-width:576px) {
    .WithFunds_mainHeader__SIJon:before {
        height: 2.7335vw;
        border-left: .91vw solid #3bd2ef;
        border-radius: .91vw
    }
}

@media (max-width:375px) {
    .WithFunds_mainHeader__SIJon:before {
        height: 4.2955vw;
        border-left: 1.43vw solid #3bd2ef;
        border-radius: 1.43vw
    }
}

.WithFunds_middleWrapper__2kR4l {
    justify-content: space-evenly;
    padding: 1.302vw;
    color: #fff;
    height: 100%;
    background-color: #22232a;
    border-radius: 1.302vw;
    height: 6.25vw
}

@media (max-width:768px) {
    .WithFunds_middleWrapper__2kR4l {
        justify-content: center;
        align-items: center;
        height: 100%;
        border-radius: 1.3vw;
        padding: 3.255vw 4.5575vw
    }
}

@media (max-width:576px) {
    .WithFunds_middleWrapper__2kR4l {
        flex-flow: column;
        align-items: center;
        width: 100%;
        border-radius: 1.82vw;
        padding: 4.557vw 6.3805vw
    }
}

@media (max-width:375px) {
    .WithFunds_middleWrapper__2kR4l {
        border-radius: 2.86vw;
        padding: 7.161vw 10.0265vw
    }
}

.WithFunds_rgp__isM7B {
    font-size: .917vw;
    font-weight: 600
}

@media (max-width:768px) {
    .WithFunds_rgp__isM7B {
        font-size: 2.2925vw;
        margin-bottom: 3.4375vw
    }
}

@media (max-width:576px) {
    .WithFunds_rgp__isM7B {
        font-size: 3.2095vw
    }
}

@media (max-width:375px) {
    .WithFunds_rgp__isM7B {
        font-size: 5.0435vw
    }
}

.WithFunds_dollars__lJvE7 {
    color: hsla(0, 0%, 100%, .5);
    font-size: .833vw
}

@media (max-width:768px) {
    .WithFunds_dollars__lJvE7 {
        font-size: 2.0825vw
    }
}

@media (max-width:576px) {
    .WithFunds_dollars__lJvE7 {
        font-size: 2.9155vw
    }
}

@media (max-width:375px) {
    .WithFunds_dollars__lJvE7 {
        font-size: 4.5815vw
    }
}

.TokenAnalytics_mainWrapper__3eydP {
    display: flex;
    flex-flow: column nowrap
}

@-webkit-keyframes TokenAnalytics_Gradient__VmmCC {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

@keyframes TokenAnalytics_Gradient__VmmCC {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

.TokenAnalytics_mainWrapper__3eydP {
    margin-top: 1.667vw;
    width: 100%
}

@media (max-width:768px) {
    .TokenAnalytics_mainWrapper__3eydP {
        margin-top: 4.9475vw
    }
}

.TokenAnalytics_mainHeader__3eMVA {
    padding-left: 1.041vw;
    margin-left: 1.041vw;
    position: relative;
    color: #fff;
    font-size: 1vw;
    margin-bottom: .833vw
}

@media (max-width:768px) {
    .TokenAnalytics_mainHeader__3eMVA {
        padding-left: 2.6025vw;
        margin-left: 2.6025vw;
        margin-bottom: 2.0825vw;
        font-size: 2.5vw
    }
}

@media (max-width:576px) {
    .TokenAnalytics_mainHeader__3eMVA {
        padding-left: 3.6435vw;
        margin-left: 3.6435vw;
        margin-bottom: 2.9155vw;
        font-size: 3.5vw
    }
}

@media (max-width:375px) {
    .TokenAnalytics_mainHeader__3eMVA {
        padding-left: 5.7255vw;
        margin-left: 5.7255vw;
        margin-bottom: 4.5815vw;
        font-size: 5.5vw
    }
}

.TokenAnalytics_mainHeader__3eMVA:before {
    top: 10%;
    left: .5%;
    height: .781vw;
    position: absolute;
    content: "";
    border-left: .26vw solid #3bd2ef;
    border-radius: .26vw
}

@media (max-width:768px) {
    .TokenAnalytics_mainHeader__3eMVA:before {
        height: 1.9525vw;
        border-left: .65vw solid #3bd2ef;
        border-radius: .65vw
    }
}

@media (max-width:576px) {
    .TokenAnalytics_mainHeader__3eMVA:before {
        height: 2.7335vw;
        border-left: .91vw solid #3bd2ef;
        border-radius: .91vw
    }
}

@media (max-width:375px) {
    .TokenAnalytics_mainHeader__3eMVA:before {
        height: 4.2955vw;
        border-left: 1.43vw solid #3bd2ef;
        border-radius: 1.43vw
    }
}

.TokenAnalytics_tableWrapper__1v02T {
    width: 100%;
    border-radius: .52vw;
    overflow: hidden;
    display: flex;
    flex-flow: column nowrap
}

@media (max-width:768px) {
    .TokenAnalytics_tableWrapper__1v02T {
        border-radius: 1.3vw
    }
}

@media (max-width:576px) {
    .TokenAnalytics_tableWrapper__1v02T {
        border-radius: 1.82vw
    }
}

@media (max-width:375px) {
    .TokenAnalytics_tableWrapper__1v02T {
        border-radius: 2.86vw
    }
}

.TokenAnalytics_headLine__3CI4f {
    width: 100%;
    background-color: #23252e;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    align-content: center;
    text-align: center;
    color: #fff;
    font-size: .938vw;
    padding: .677vw 1.302vw
}

@media (max-width:768px) {
    .TokenAnalytics_headLine__3CI4f {
        font-size: 2.345vw
    }
}

.TokenAnalytics_fifthCol__u3Rmd,
.TokenAnalytics_firstCol__1tgZR,
.TokenAnalytics_fourthCol__1SWGC,
.TokenAnalytics_secCol__37hT5,
.TokenAnalytics_sixthCol__MuujO,
.TokenAnalytics_thirdCol__2NcFG {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center
}

.TokenAnalytics_firstCol__1tgZR {
    justify-content: flex-start;
    width: 33.3%
}

.TokenAnalytics_secCol__37hT5 {
    width: 14.5%
}

.TokenAnalytics_thirdCol__2NcFG {
    width: 12.7%
}

.TokenAnalytics_fourthCol__1SWGC {
    width: 10.1%
}

.TokenAnalytics_fifthCol__u3Rmd {
    width: 14.6%
}

.TokenAnalytics_sixthCol__MuujO {
    width: 14.7%
}

@-webkit-keyframes Line_Gradient__2iVyx {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

@keyframes Line_Gradient__2iVyx {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

.Line_lineWrapper__3sYxp {
    width: 100%;
    background-color: #23252e;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    align-content: center;
    text-align: center;
    color: #fff;
    font-size: .833vw;
    font-weight: 900;
    padding: .938vw 1.302vw
}

@media (max-width:768px) {
    .Line_lineWrapper__3sYxp {
        font-size: 2.0825vw
    }
}

.Line_fifthCol__q6ZlO,
.Line_firstCol__S0bU3,
.Line_fourthCol__2FNW3,
.Line_secCol__12z6W,
.Line_sixthCol__1Z0BH,
.Line_thirdCol__Rd-iQ {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center
}

.Line_firstCol__S0bU3 {
    justify-content: flex-start;
    width: 33.3%
}

.Line_secCol__12z6W {
    width: 14.5%
}

.Line_thirdCol__Rd-iQ {
    width: 12.7%
}

.Line_fourthCol__2FNW3 {
    width: 10.1%
}

.Line_fifthCol__q6ZlO {
    width: 14.6%
}

.Line_sixthCol__1Z0BH {
    width: 14.7%
}

.someGame_pageWrapper__tfwiv {
    display: flex;
    flex-flow: row nowrap
}

@-webkit-keyframes someGame_Gradient__3D7nV {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

@keyframes someGame_Gradient__3D7nV {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

.SomeGame_popBtn__1YfyG {
    display: flex;
    flex-flow: row nowrap
}

.SomeGame_gamePoster__1HlBn {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain
}

.SomeGame_popBtn__1YfyG {
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    border: transparent;
    background: #774bbd;
    -webkit-transform: skewX(-15deg);
    transform: skewX(-15deg);
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    background: linear-gradient(90deg, #774bbd, #a23bb8)
}

@media (max-width:768px) {
    .SomeGame_popBtn__1YfyG {
        hover: none
    }
}

.SomeGame_popBtn__1YfyG:hover {
    background-size: 400% 400%;
    -webkit-animation: SomeGame_Gradient__1wluo 5s ease infinite;
    animation: SomeGame_Gradient__1wluo 5s ease infinite;
    background-image: radial-gradient(ellipse, #774bbd 3.56%, #a23bb8 50%, #774bbd 100%);
    -webkit-transform: scale(.95) skewX(-15deg);
    transform: scale(.95) skewX(-15deg)
}

.SomeGame_popBtn__1YfyG:active {
    box-shadow: inset 0 0 .417vw .677vw rgba(85, 41, 88, .23)
}

.SomeGame_pageWrapper__1dsED {
    background-color: #1e1f25;
    width: 84.375%;
    height: calc(100vh - 3.958vw);
    align-items: center;
    overflow-y: auto;
    padding: 4.167vw 8.333vw 0 6.25vw
}

@media (max-width:768px) {
    .SomeGame_pageWrapper__1dsED {
        width: 100%;
        padding: 50px;
        height: calc(100vh - 5.937vw)
    }
}

@media (max-width:576px) {
    .SomeGame_pageWrapper__1dsED {
        padding: 50px 35px 35px;
        height: calc(100vh - 11.874vw)
    }
}

@media (max-width:425px) {
    .SomeGame_pageWrapper__1dsED {
        padding: 40px 25px 25px
    }
}

@media (max-width:375px) {
    .SomeGame_pageWrapper__1dsED {
        padding: 40px 15px 15px
    }
}

@-webkit-keyframes SomeGame_Gradient__1wluo {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

@keyframes SomeGame_Gradient__1wluo {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

.SomeGame_pageWrapper__1dsED {
    display: flex;
    flex-flow: column nowrap;
    position: relative
}

.SomeGame_gameHeader__mGvf- {
    align-self: flex-start;
    color: #fff;
    font-size: 1.875vw;
    font-weight: 700
}

@media (max-width:768px) {
    .SomeGame_gameHeader__mGvf- {
        display: none
    }
}

.SomeGame_middleWrapper__2K8G8 {
    margin-top: 10vw;
    justify-self: center
}

.SomeGame_gamePoster__1HlBn {
    width: 22.448vw;
    height: 15.781vw
}

@media (max-width:768px) {
    .SomeGame_gamePoster__1HlBn {
        width: 56.12vw;
        height: 39.4525vw
    }
}

.SomeGame_gamePosterName__RquXr {
    color: #fff;
    font-size: 4.688vw;
    font-weight: 700
}

@media (max-width:768px) {
    .SomeGame_gamePosterName__RquXr {
        display: none
    }
}

.SomeGame_gameSidePopup__lOctk {
    display: flex;
    flex-flow: column nowrap;
    bottom: 5%;
    right: 5%;
    background-color: rgba(43, 45, 54, .9);
    position: fixed;
    width: 30.625vw;
    height: 21.458vw;
    border-radius: 1.042vw;
    padding: 2.604vw 2.865vw
}

@media (max-width:768px) {
    .SomeGame_gameSidePopup__lOctk {
        padding: 6.51vw 7.1625vw;
        width: 76.5625vw;
        height: 53.645vw
    }
}

@media (max-width:576px) {
    .SomeGame_gameSidePopup__lOctk {
        padding: 6.51vw 7.1625vw;
        width: 76.5625vw;
        height: 57.9366vw
    }
}

.SomeGame_popHead__1KFR9 {
    color: #fff;
    font-size: 1.25vw;
    font-weight: 600;
    margin-bottom: 1.615vw
}

@media (max-width:768px) {
    .SomeGame_popHead__1KFR9 {
        font-size: 3.125vw;
        margin-bottom: 4.0375vw
    }
}

@media (max-width:576px) {
    .SomeGame_popHead__1KFR9 {
        font-size: 4.375vw
    }
}

.SomeGame_popDesc__vBexO {
    color: #fff;
    font-size: .729vw
}

@media (max-width:768px) {
    .SomeGame_popDesc__vBexO {
        font-size: 1.8225vw
    }
}

@media (max-width:576px) {
    .SomeGame_popDesc__vBexO {
        font-size: 2.5515vw
    }
}

.SomeGame_popBtn__1YfyG {
    align-self: center;
    justify-self: flex-end;
    height: 2.5vw;
    width: 100%;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin-top: 1.25vw;
    font-size: 1.25vw;
    border-radius: .52vw;
    cursor: pointer
}

@media (max-width:768px) {
    .SomeGame_popBtn__1YfyG {
        font-size: 2.5vw;
        height: 5vw;
        margin-top: 2.5vw;
        border-radius: 1.04vw
    }
}

@media (max-width:576px) {
    .SomeGame_popBtn__1YfyG {
        font-size: 3.75vw;
        height: 7.5vw;
        padding: 3vw 0;
        margin-top: 3.75vw;
        border-radius: 1.56vw
    }
}

.EmailChange_spinnerImg__3TRQF {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain
}

.EmailChange_wrapper__rIQ5j {
    background-color: #1e1f25;
    width: 84.375%;
    height: calc(100vh - 3.958vw);
    overflow-y: auto;
    padding: 4.167vw 8.333vw 0 6.25vw
}

@media (max-width:768px) {
    .EmailChange_wrapper__rIQ5j {
        width: 100%;
        padding: 50px;
        height: calc(100vh - 5.937vw)
    }
}

@media (max-width:576px) {
    .EmailChange_wrapper__rIQ5j {
        padding: 50px 35px 35px;
        height: calc(100vh - 11.874vw)
    }
}

@media (max-width:425px) {
    .EmailChange_wrapper__rIQ5j {
        padding: 40px 25px 25px
    }
}

@media (max-width:375px) {
    .EmailChange_wrapper__rIQ5j {
        padding: 40px 15px 15px
    }
}

@-webkit-keyframes EmailChange_Gradient__3fKQY {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

@keyframes EmailChange_Gradient__3fKQY {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

.EmailChange_box__1hRrr,
.EmailChange_wrapper__rIQ5j {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-flow: column nowrap
}

.EmailChange_box__1hRrr {
    width: 70%;
    height: 50%;
    background-color: #22242d;
    border: .156vw solid rgba(104, 111, 148, .33);
    border-radius: 1.042vw
}

.EmailChange_spinnerWrapper__2611e {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-flow: column nowrap;
    width: 10vw;
    height: 10vw;
    border-radius: 50%;
    border: 5px solid;
    background-color: #fff
}

.EmailChange_spinnerImg__3TRQF {
    width: 8vw;
    height: 8vw;
    border-radius: 50%
}

.EmailChange_spinnerText__xNBc1 {
    margin-top: 20px;
    font-size: 2rem;
    font-weight: 700
}

.emailChange_pageWrapper__1YjvQ {
    display: flex;
    flex-flow: row nowrap
}

@-webkit-keyframes emailChange_Gradient__3sa7G {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

@keyframes emailChange_Gradient__3sa7G {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

.EmailChange_spinnerImg__2K4pA {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain
}

.EmailChange_wrapper__2mvK9 {
    background-color: #1e1f25;
    width: 84.375%;
    height: calc(100vh - 3.958vw);
    overflow-y: auto;
    padding: 4.167vw 8.333vw 0 6.25vw
}

@media (max-width:768px) {
    .EmailChange_wrapper__2mvK9 {
        width: 100%;
        padding: 50px;
        height: calc(100vh - 5.937vw)
    }
}

@media (max-width:576px) {
    .EmailChange_wrapper__2mvK9 {
        padding: 50px 35px 35px;
        height: calc(100vh - 11.874vw)
    }
}

@media (max-width:425px) {
    .EmailChange_wrapper__2mvK9 {
        padding: 40px 25px 25px
    }
}

@media (max-width:375px) {
    .EmailChange_wrapper__2mvK9 {
        padding: 40px 15px 15px
    }
}

@-webkit-keyframes EmailChange_Gradient__3RLhA {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

@keyframes EmailChange_Gradient__3RLhA {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

.EmailChange_box__1VBBJ,
.EmailChange_wrapper__2mvK9 {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-flow: column nowrap
}

.EmailChange_box__1VBBJ {
    width: 70%;
    height: 50%;
    background-color: #22242d;
    border: .156vw solid rgba(104, 111, 148, .33);
    border-radius: 1.042vw
}

.EmailChange_spinnerWrapper__S18x5 {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-flow: column nowrap;
    width: 10vw;
    height: 10vw;
    border-radius: 50%;
    border: 5px solid;
    background-color: #fff
}

.EmailChange_spinnerImg__2K4pA {
    width: 8vw;
    height: 8vw;
    border-radius: 50%
}

.EmailChange_spinnerText__1HWzt {
    margin-top: 20px;
    font-size: 2rem;
    font-weight: 700
}

.emailChange_pageWrapper__2DWOG {
    display: flex;
    flex-flow: row nowrap
}

@-webkit-keyframes emailChange_Gradient__90A4I {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

@keyframes emailChange_Gradient__90A4I {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

.inventory_pageWrapper__1nkn6 {
    display: flex;
    flex-flow: row nowrap
}

@-webkit-keyframes inventory_Gradient__12WMo {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

@keyframes inventory_Gradient__12WMo {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

.Inventory_middleWrapper__3NR37 {
    display: flex;
    flex-flow: row nowrap
}

.Inventory_pageWrapper__3uiZg {
    background-color: #1e1f25;
    width: 84.375%;
    height: calc(100vh - 3.958vw);
    align-items: center;
    overflow-y: auto;
    padding: 4.167vw 8.333vw 0 6.25vw
}

@media (max-width:768px) {
    .Inventory_pageWrapper__3uiZg {
        width: 100%;
        padding: 50px;
        height: calc(100vh - 5.937vw)
    }
}

@media (max-width:576px) {
    .Inventory_pageWrapper__3uiZg {
        padding: 50px 35px 35px;
        height: calc(100vh - 11.874vw)
    }
}

@media (max-width:425px) {
    .Inventory_pageWrapper__3uiZg {
        padding: 40px 25px 25px
    }
}

@media (max-width:375px) {
    .Inventory_pageWrapper__3uiZg {
        padding: 40px 15px 15px
    }
}

@-webkit-keyframes Inventory_Gradient__1a6Qj {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

@keyframes Inventory_Gradient__1a6Qj {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

.Inventory_pageWrapper__3uiZg {
    padding: 3.125vw 8.333vw 0 6.25vw;
    position: relative
}

@media (max-width:375px) {
    .Inventory_pageWrapper__3uiZg {
        padding: 3.125vw 4vw 0
    }
}

.Inventory_overviewMobileLink__3twpO {
    position: absolute;
    display: none;
    color: #fff;
    top: 2%
}

@media (max-width:768px) {
    .Inventory_overviewMobileLink__3twpO {
        display: flex
    }
}

.Inventory_overviewMobileLinkImg__1yxav {
    object-fit: cover;
    margin-right: 10px
}

.Inventory_pageHeader__hOizk {
    justify-content: flex-start;
    font-size: 1.833vw;
    color: #fff;
    font-weight: 700;
    margin-bottom: 1.979vw
}

@media (max-width:768px) {
    .Inventory_pageHeader__hOizk {
        font-size: 4.5825vw;
        margin-bottom: 4.9475vw
    }
}

@media (max-width:576px) {
    .Inventory_pageHeader__hOizk {
        font-size: 6.4155vw;
        margin-top: 6.9265vw;
        margin-bottom: 6.9265vw
    }
}

@media (max-width:375px) {
    .Inventory_pageHeader__hOizk {
        font-size: 10.0815vw;
        margin-top: 10.8845vw;
        margin-bottom: 10.8845vw
    }
}

.Inventory_middleWrapper__3NR37 {
    position: relative;
    margin-top: 1.667vw;
    justify-content: space-between
}

@media (max-width:768px) {
    .Inventory_middleWrapper__3NR37 {
        flex-flow: column nowrap
    }
}

.CommStats_btn__aOKwa,
.CommStats_claimInfo__1r1ne,
.CommStats_mainWrapper__TXavz,
.CommStats_stakeInfo__ihcUd {
    display: flex;
    flex-flow: row nowrap
}

.CommStats_infoGroup__Hp-vm {
    display: flex;
    flex-flow: column nowrap
}

@-webkit-keyframes CommStats_Gradient__3X6UJ {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

@keyframes CommStats_Gradient__3X6UJ {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

.CommStats_mainWrapper__TXavz {
    justify-content: center
}

@media (max-width:768px) {
    .CommStats_mainWrapper__TXavz {
        flex-direction: column;
        align-items: center;
        width: 100%
    }
}

.CommStats_claimInfo__1r1ne,
.CommStats_stakeInfo__ihcUd {
    width: 35.99vw;
    height: 6.51vw;
    border-radius: .52vw;
    padding: 1.35vw 0 0 2.08vw
}

@media (max-width:768px) {
    .CommStats_claimInfo__1r1ne,
    .CommStats_stakeInfo__ihcUd {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 9.51vw;
        width: 80%;
        padding: 0 10%
    }
}

.CommStats_stakeInfo__ihcUd {
    background-image: linear-gradient(93.43deg, #724db9 3.61%, #9143b9 99.75%);
    margin-right: 1.61vw
}

@media (max-width:768px) {
    .CommStats_stakeInfo__ihcUd {
        margin-bottom: 2vw
    }
}

.CommStats_claimInfo__1r1ne {
    background-color: #23252e
}

.CommStats_infoGroup__Hp-vm {
    color: #fff;
    margin-right: 4.896vw
}

.CommStats_text__zLtCe {
    font-size: .937vw;
    font-weight: 600;
    margin-bottom: .52vw
}

@media (max-width:768px) {
    .CommStats_text__zLtCe {
        font-size: 1.8vw
    }
}

.CommStats_boldText__3NPRr {
    font-size: 1.563vw;
    font-weight: 900;
    line-height: 2.19vw
}

@media (max-width:768px) {
    .CommStats_boldText__3NPRr {
        font-size: 2.563vw
    }
}

.CommStats_btn__aOKwa {
    -webkit-transform: skew(-15deg, 0deg);
    transform: skew(-15deg, 0deg);
    margin-top: .6vw;
    align-items: center;
    justify-content: center;
    align-content: center;
    width: 8.85vw;
    height: 2.81vw;
    cursor: pointer;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    border-radius: .52vw;
    -webkit-filter: brightness(.4);
    filter: brightness(.4);
    background-image: linear-gradient(3.89deg, #259e3a 3.56%, #b6fc4c 97.24%)
}

@media (max-width:768px) {
    .CommStats_btn__aOKwa {
        width: 16.85vw;
        height: 5.81vw
    }
    .CommStats_btn__aOKwa p {
        font-size: 3vw
    }
}

.CommStats_btnT__1hdJP {
    color: #fff;
    text-transform: uppercase;
    -webkit-transform: skew(15deg, 0deg);
    transform: skew(15deg, 0deg);
    font-weight: 600;
    font-size: .989vw
}

.Selector_mainSelector__1SB5D,
.Selector_selectorItem3__BO4xu,
.Selector_selectorItem__3g0ZU {
    display: flex;
    flex-flow: row nowrap
}

.Selector_selectorItemImg__2iKbb,
.Selector_selectorItemLine__3LM3T {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain
}

@-webkit-keyframes Selector_Gradient__2xNG3 {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

@keyframes Selector_Gradient__2xNG3 {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

.Selector_mainWrapper__1qWcm {
    width: 100%;
    margin-top: 4.063vw
}

.Selector_mainSelector__1SB5D {
    height: 3.33vw;
    width: 100%;
    border-bottom: .052vw solid #333343
}

@media (max-width:768px) {
    .Selector_mainSelector__1SB5D {
        height: 13.33vw;
        display: flex;
        align-items: center
    }
}

.Selector_selectorItem3__BO4xu,
.Selector_selectorItem__3g0ZU {
    position: relative;
    align-items: center;
    align-content: center;
    width: 7.917vw;
    height: 2.292vw;
    cursor: pointer
}

@media (max-width:768px) {
    .Selector_selectorItem3__BO4xu,
    .Selector_selectorItem__3g0ZU {
        height: 40%;
        width: 100%
    }
}

.Selector_selectorItem3__BO4xu {
    margin-right: 1.77vw
}

.Selector_selectorItemImg__2iKbb {
    background-size: 1.563vw;
    width: 2.292vw;
    height: 2.292vw;
    border: .052vw solid #333343;
    border-radius: 50%;
    margin-right: .51vw
}

@media (max-width:768px) {
    .Selector_selectorItemImg__2iKbb {
        width: 4.292vw;
        height: 4.292vw;
        background-size: 2.563vw
    }
}

.Selector_selectorItemText__1cLl6 {
    color: #fff;
    font-size: .729vw;
    font-weight: 600
}

@media (max-width:768px) {
    .Selector_selectorItemText__1cLl6 {
        font-size: 2.1vw
    }
}

.Selector_selectorItemLine__3LM3T {
    position: absolute;
    top: 145%;
    background-size: cover;
    width: 100%;
    height: .208vw
}

.Inv_currPage__3ff8_,
.Inv_invFooter__1X1kD,
.Inv_pageSelector__1_UJG,
.Inv_unstaker__3MJA_ {
    display: flex;
    flex-flow: row nowrap
}

.Inv_pageBtn__1zvy8 {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain
}

@-webkit-keyframes Inv_Gradient__3SGzn {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

@keyframes Inv_Gradient__3SGzn {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

.Inv_main__25dxu {
    margin-top: 2.188vw;
    width: 100%
}

@media (max-width:768px) {
    .Inv_main__25dxu {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        width: 100%;
        margin-top: 4.833vw
    }
}

.Inv_cards__84uLH {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
    border-bottom: .052vw solid #333343
}

@media (max-width:768px) {
    .Inv_cards__84uLH {
        align-items: center;
        justify-content: center
    }
}

.Inv_cardsInn__18zHt {
    width: 90%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

.Inv_invFooter__1X1kD {
    margin-top: 1.198vw;
    justify-content: space-between;
    margin-bottom: 3vw
}

@media (max-width:768px) {
    .Inv_invFooter__1X1kD {
        flex-direction: column;
        align-items: center;
        justify-content: center
    }
}

.Inv_unstaker__3MJA_ {
    justify-content: center;
    align-items: center;
    width: 7.083vw;
    height: 1.562vw;
    border: .052vw solid #23232c;
    background-color: #101015;
    border-radius: .26vw;
    color: #fff;
    font-size: .52vw;
    font-weight: 400;
    cursor: pointer;
    -webkit-filter: brightness(.4);
    filter: brightness(.4)
}

@media (max-width:768px) {
    .Inv_unstaker__3MJA_ {
        border-radius: .833vw;
        height: 5vh;
        width: 90%;
        font-size: 3.52vw;
        margin-bottom: 2.833vw
    }
}

.Inv_pageSelector__1_UJG {
    align-items: center
}

@media (max-width:768px) {
    .Inv_pageSelector__1_UJG {
        justify-content: flex-start;
        height: 3rem
    }
    .Inv_pageSelector__1_UJG .Inv_currPage__3ff8_,
    .Inv_pageSelector__1_UJG .Inv_pageBtn__1zvy8 {
        height: 1.8rem;
        width: 1.8rem;
        font-size: 2.729vw;
        margin: 0 1rem
    }
}

.Inv_currPage__3ff8_,
.Inv_pageBtn__1zvy8 {
    width: 2.135vw;
    height: 1.562vw;
    border: .052vw solid #292936;
    background-color: #101013;
    border-radius: .26vw;
    margin-left: .52vw
}

.Inv_pageBtn__1zvy8 {
    background-size: 30%;
    cursor: pointer
}

.Inv_currPage__3ff8_ {
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: .729vw;
    font-weight: 900
}

.Inv_pageBtn__1zvy8:hover {
    -webkit-filter: brightness(200%);
    filter: brightness(200%)
}

.Inv_pageBtn__1zvy8:active {
    -webkit-transform: scale(.9);
    transform: scale(.9)
}

.Inv_pageSelText__BwwbA {
    color: #fff;
    font-size: .52vw;
    font-weight: 400;
    margin-left: .52vw
}

@media (max-width:768px) {
    .Inv_pageSelText__BwwbA {
        font-size: 2.729vw
    }
}

.Card_line__3lgXU {
    display: flex;
    flex-flow: row nowrap
}

.Card_main__2xryQ {
    display: flex;
    flex-flow: column nowrap
}

.Card_img__9kKZz,
.Card_selector__R6zLX {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain
}

@-webkit-keyframes Card_Gradient__11APp {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

@keyframes Card_Gradient__11APp {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

.Card_main__2xryQ {
    position: relative;
    width: 10.2vw;
    height: 13.542vw;
    border: .052vw solid #23232c;
    background-color: #1c1c24;
    border-radius: .26vw;
    padding: .52vw .833vw;
    margin-right: 2.083vw;
    margin-bottom: 1.667vw;
    cursor: pointer
}

@media (max-width:768px) {
    .Card_main__2xryQ {
        height: 15rem;
        width: 9.5rem
    }
}

@media (max-width:576px) {
    .Card_main__2xryQ {
        height: 13rem;
        width: 7.5rem
    }
}

@media (max-width:375px) {
    .Card_main__2xryQ {
        height: 6rem;
        width: 4.5rem
    }
}

.Card_main__2xryQ:hover {
    -webkit-filter: brightness(150%);
    filter: brightness(150%)
}

.Card_main__2xryQ:active {
    -webkit-transform: scale(.98);
    transform: scale(.98)
}

.Card_name__2ZUh_ {
    color: #fff;
    font-size: .833vw;
    font-weight: 800;
    margin-bottom: 1.55vw
}

@media (max-width:768px) {
    .Card_name__2ZUh_ {
        font-size: 1.533vw;
        margin-top: 1.55vw
    }
}

.Card_img__9kKZz {
    background-size: contain;
    width: 8.534vw;
    height: 6.042vw;
    margin-bottom: .8vw
}

@media (max-width:768px) {
    .Card_img__9kKZz {
        height: 18.416vh;
        width: 18.833vw;
        align-self: center
    }
}

@media (max-width:576px) {
    .Card_img__9kKZz {
        height: 10.416vh;
        width: 12.833vw
    }
}

@media (max-width:375px) {
    .Card_img__9kKZz {
        height: 9.416vh;
        width: 14.833vw
    }
}

.Card_line__3lgXU {
    align-items: end;
    line-height: .948vw
}

@media (max-width:768px) {
    .Card_line__3lgXU {
        line-height: 2.248vw
    }
    .Card_line__3lgXU p {
        font-size: 1.548vw
    }
}

@media (max-width:576px) {
    .Card_line__3lgXU p {
        padding-left: 1vw
    }
}

.Card_gray__2jYag {
    font-size: .625vw;
    color: #878792;
    margin-right: .26vw
}

.Card_white__3qogI {
    font-size: .677vw;
    font-weight: 900;
    color: #fff
}

.Card_selector__R6zLX {
    position: absolute;
    top: 90%;
    left: 85%;
    background-size: contain;
    width: .885vw;
    height: .729vw;
    border: .052vw solid #292936;
    background-color: #101013;
    border-radius: .26vw
}

.SkinCard_line__2ZnJU {
    display: flex;
    flex-flow: row nowrap
}

.SkinCard_main__3J0-I {
    display: flex;
    flex-flow: column nowrap
}

.SkinCard_img__3C0xZ,
.SkinCard_selector__19D-X {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain
}

@-webkit-keyframes SkinCard_Gradient__URKYf {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

@keyframes SkinCard_Gradient__URKYf {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

.SkinCard_main__3J0-I {
    position: relative;
    width: 10.2vw;
    height: 13.542vw;
    border: .052vw solid #23232c;
    background-color: #1c1c24;
    border-radius: .26vw;
    padding: .52vw .833vw;
    margin-right: 2.083vw;
    margin-bottom: 1.667vw;
    cursor: pointer
}

@media (max-width:768px) {
    .SkinCard_main__3J0-I {
        height: 15rem;
        width: 9.5rem
    }
}

@media (max-width:576px) {
    .SkinCard_main__3J0-I {
        height: 13rem;
        width: 7.5rem
    }
}

@media (max-width:375px) {
    .SkinCard_main__3J0-I {
        height: 6rem;
        width: 4.5rem
    }
}

.SkinCard_main__3J0-I:hover {
    -webkit-filter: brightness(150%);
    filter: brightness(150%)
}

.SkinCard_main__3J0-I:active {
    -webkit-transform: scale(.98);
    transform: scale(.98)
}

.SkinCard_name__2ePom {
    color: #fff;
    font-size: .833vw;
    font-weight: 800;
    margin-bottom: .5vw
}

@media (max-width:768px) {
    .SkinCard_name__2ePom {
        font-size: 1.533vw;
        margin-top: 1.55vw
    }
}

@media (max-width:576px) {
    .SkinCard_name__2ePom {
        margin-bottom: 2vw
    }
}

@media (max-width:375px) {
    .SkinCard_name__2ePom {
        margin-bottom: .5vw
    }
}

.SkinCard_img__3C0xZ {
    background-size: contain;
    width: 8.5vw;
    height: 8.5vw;
    margin-bottom: 1vw
}

@media (max-width:768px) {
    .SkinCard_img__3C0xZ {
        height: 18.416vh;
        width: 18.833vw;
        align-self: center
    }
}

@media (max-width:576px) {
    .SkinCard_img__3C0xZ {
        height: 20vw;
        width: 20vw;
        margin-bottom: 3.5vw
    }
}

@media (max-width:375px) {
    .SkinCard_img__3C0xZ {
        height: 9.416vh;
        width: 14.833vw;
        margin-bottom: 0
    }
}

.SkinCard_line__2ZnJU {
    align-items: end;
    line-height: .948vw
}

@media (max-width:768px) {
    .SkinCard_line__2ZnJU {
        line-height: 2.248vw
    }
    .SkinCard_line__2ZnJU p {
        font-size: 1.548vw
    }
}

@media (max-width:576px) {
    .SkinCard_line__2ZnJU p {
        padding-left: 1vw
    }
}

.SkinCard_gray__Ia4sq {
    font-size: .625vw;
    color: #878792;
    margin-right: .26vw
}

.SkinCard_white__2RzFH {
    font-size: .677vw;
    font-weight: 900;
    color: #fff
}

.SkinCard_selector__19D-X {
    position: absolute;
    top: 90%;
    left: 85%;
    background-size: contain;
    width: .885vw;
    height: .729vw;
    border: .052vw solid #292936;
    background-color: #101013;
    border-radius: .26vw
}

.Asset_accBtn__32NhN,
.Asset_btns__26WBV,
.Asset_btnWrapper__3JHQX,
.Asset_firstStr2__2mTCh,
.Asset_firstStr3__3_qOz,
.Asset_firstStr__Krq7b,
.Asset_fromsWrapper__2-1-V,
.Asset_infoModuleSecH__11c8S,
.Asset_nameText__13eTs,
.Asset_nameWrap__3N0tA,
.Asset_rerollBtn__1jWVW,
.Asset_skinStr__xdegT,
.Asset_wrapper__gh7YM {
    display: flex;
    flex-flow: row nowrap
}

.Asset_headerWarn__1Rogb,
.Asset_mainImg__G_jZe,
.Asset_nameImg__x-gcB,
.Asset_skinImg__1Mnv5 {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain
}

.Asset_accBtn__32NhN {
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    border: transparent;
    background: #774bbd;
    -webkit-transform: skewX(-15deg);
    transform: skewX(-15deg);
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    background: linear-gradient(90deg, #774bbd, #a23bb8)
}

@media (max-width:768px) {
    .Asset_accBtn__32NhN {
        hover: none
    }
}

.Asset_accBtn__32NhN:hover {
    background-size: 400% 400%;
    -webkit-animation: Asset_Gradient__3eiOX 5s ease infinite;
    animation: Asset_Gradient__3eiOX 5s ease infinite;
    background-image: radial-gradient(ellipse, #774bbd 3.56%, #a23bb8 50%, #774bbd 100%)
}

.Asset_rerollBtn__1jWVW {
    -webkit-transform: skewX(-15deg);
    transform: skewX(-15deg);
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    border: transparent;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    background: #56bef7;
    background: linear-gradient(90deg, #56bef7, #1fe7e7)
}

@media (max-width:768px) {
    .Asset_rerollBtn__1jWVW {
        hover: none
    }
}

.Asset_rerollBtn__1jWVW:hover {
    background-size: 400% 400%;
    -webkit-animation: Asset_Gradient__3eiOX 5s ease infinite;
    animation: Asset_Gradient__3eiOX 5s ease infinite;
    background-image: radial-gradient(ellipse, #56bef7 3.56%, #1fe7e7 50%, #56bef7 100%)
}

.Asset_accBtn__32NhN:hover {
    -webkit-transform: scale(.95) skewX(-15deg);
    transform: scale(.95) skewX(-15deg)
}

.Asset_accBtn__32NhN:active {
    box-shadow: inset 0 0 .417vw .677vw rgba(85, 41, 88, .23)
}

.Asset_rerollBtn__1jWVW:hover {
    -webkit-transform: scale(.95) skewX(-15deg);
    transform: scale(.95) skewX(-15deg)
}

.Asset_rerollBtn__1jWVW:active {
    box-shadow: inset 0 0 .417vw .677vw rgba(41, 73, 88, .23)
}

@-webkit-keyframes Asset_Gradient__3eiOX {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

@keyframes Asset_Gradient__3eiOX {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

.Asset_fromsWrapper__2-1-V {
    width: 100%;
    overflow: hidden
}

.Asset_overviewMobileLink__33L01 {
    display: flex;
    color: #fff;
    margin-bottom: .6vw;
    cursor: pointer
}

@media (max-width:576px) {
    .Asset_overviewMobileLink__33L01 {
        align-self: flex-start;
        margin-bottom: 3vw
    }
}

.Asset_overviewMobileLinkImg__1ewcU {
    object-fit: cover;
    margin-right: .52vw
}

@media (max-width:576px) {
    .Asset_overviewMobileLinkImg__1ewcU {
        height: 3vw
    }
}

.Asset_overviewMobileLinkT__1-Ij9 {
    text-transform: uppercase;
    font-size: 1vw
}

@media (max-width:576px) {
    .Asset_overviewMobileLinkT__1-Ij9 {
        font-size: 3vw
    }
}

.Asset_wrapper__gh7YM {
    padding: 2.396vw 2.813vw 1.927vw 3.333vw;
    width: 100%;
    justify-content: center;
    align-items: center;
    align-content: center
}

@media (max-width:576px) {
    .Asset_wrapper__gh7YM {
        flex-direction: column
    }
}

@media (max-width:375px) {
    .Asset_wrapper__gh7YM {
        padding: 2.396vw 0 1.927vw
    }
}

.Asset_leftWrapper__10vMO {
    height: 100%
}

@media (max-width:576px) {
    .Asset_leftWrapper__10vMO {
        display: flex;
        flex-flow: column nowrap;
        height: auto;
        width: 100%
    }
}

.Asset_nameWrap__3N0tA {
    align-items: center;
    margin-bottom: 4.271vw
}

@media (max-width:375px) {
    .Asset_nameWrap__3N0tA {
        margin-top: 5vw
    }
}

.Asset_nameInput__1TZK1 {
    width: 13vw;
    height: 6vw;
    background-color: #21212a;
    border: .104vw solid #21212a;
    color: #fff;
    border-radius: .52vw;
    outline: none;
    font-size: 1.563vw;
    font-weight: 900
}

@media (max-width:576px) {
    .Asset_nameInput__1TZK1 {
        width: 65vw;
        height: 8vw;
        font-size: 7vw
    }
}

.Asset_nameText__13eTs {
    align-items: center;
    width: 13vw;
    height: 6vw;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 1.563vw;
    font-weight: 900;
    color: #fff
}

@media (max-width:576px) {
    .Asset_nameText__13eTs {
        width: 65vw;
        height: 8vw;
        font-size: 7vw
    }
}

.Asset_nameImg__x-gcB {
    background-size: contain;
    width: 1.198vw;
    height: 1.198vw;
    cursor: pointer;
    margin-left: 1.354vw
}

@media (max-width:576px) {
    .Asset_nameImg__x-gcB {
        width: 5vw;
        height: 5vw
    }
}

.Asset_rightWrapper__2efqD {
    width: 45.677vw;
    margin-left: 8.333vw;
    margin-top: 2vw;
    height: 100%
}

@media (max-width:576px) {
    .Asset_rightWrapper__2efqD {
        width: 100%;
        margin-left: 0
    }
}

.Asset_btnWrapper__3JHQX {
    margin-bottom: 1.667vw
}

@media (max-width:576px) {
    .Asset_btnWrapper__3JHQX {
        margin-bottom: 3vw
    }
}

@media (max-width:375px) {
    .Asset_btnWrapper__3JHQX {
        overflow-y: hidden;
        overflow-x: scroll;
        margin-bottom: 9.33vw
    }
}

.Asset_btnColor__7ygS3,
.Asset_btnGray__GekMq {
    padding: .5vw 1.2vw;
    color: #fff;
    font-size: 1vw;
    font-weight: 800;
    text-transform: uppercase;
    border-radius: .26vw;
    cursor: pointer;
    margin-right: 1.2vw
}

@media (max-width:576px) {
    .Asset_btnColor__7ygS3,
    .Asset_btnGray__GekMq {
        padding: 1vw 2.2vw;
        font-size: 2.5vw;
        border-radius: .6vw
    }
}

@media (max-width:375px) {
    .Asset_btnColor__7ygS3,
    .Asset_btnGray__GekMq {
        font-size: 4.8vw;
        padding: 2.1vw 5.3vw;
        border-radius: 1vw;
        margin-right: 6.4vw
    }
}

.Asset_btnGray__GekMq {
    background: #24242d;
    border: .052vw solid #353545;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s
}

.Asset_btnGray__GekMq:hover {
    -webkit-transform: scale(.95);
    transform: scale(.95)
}

.Asset_btnColor__7ygS3 {
    background: #774bbd;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    background: linear-gradient(90deg, #774bbd, #a23bb8)
}

.Asset_btnColor__7ygS3:hover {
    background-size: 400% 400%;
    -webkit-animation: Asset_Gradient__3eiOX 5s ease infinite;
    animation: Asset_Gradient__3eiOX 5s ease infinite;
    background-image: radial-gradient(ellipse, #774bbd 3.56%, #a23bb8 50%, #774bbd 100%);
    -webkit-transform: scale(.95);
    transform: scale(.95)
}

.Asset_btnColor__7ygS3:active,
.Asset_btnGray__GekMq:active {
    box-shadow: inset 0 0 .417vw .677vw rgba(85, 41, 88, .23)
}

.Asset_mainImg__G_jZe {
    background-size: contain;
    width: 15.833vw;
    height: 17.917vw
}

@media (max-width:576px) {
    .Asset_mainImg__G_jZe {
        align-self: center;
        width: 40vw;
        height: 50vw
    }
}

@media (max-width:375px) {
    .Asset_mainImg__G_jZe {
        margin-top: 10vw;
        width: 81vw;
        height: 91vw
    }
}

.Asset_infoModuleHeadWrapper__1_5cm {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    align-content: center
}

.Asset_infoModuleHead__3a7AD {
    position: relative;
    padding-left: 1.042vw;
    color: #fff;
    font-size: 1vw
}

@media (max-width:576px) {
    .Asset_infoModuleHead__3a7AD {
        font-size: 3.5vw;
        padding-left: 2vw
    }
}

@media (max-width:375px) {
    .Asset_infoModuleHead__3a7AD {
        font-size: 4.8vw;
        padding-left: 3vw
    }
}

.Asset_infoModuleHead__3a7AD:before {
    position: absolute;
    top: 8%;
    left: .5%;
    height: .781vw;
    content: "";
    border-left: .26vw solid #3bd2ef;
    border-radius: .26vw
}

@media (max-width:576px) {
    .Asset_infoModuleHead__3a7AD:before {
        height: 3vw;
        border-left: .6vw solid #3bd2ef;
        border-radius: .6vw
    }
}

@media (max-width:375px) {
    .Asset_infoModuleHead__3a7AD:before {
        height: 4vw;
        border-left: 1.33vw solid #3bd2ef;
        border-radius: 1.33vw
    }
}

.Asset_infoModuleHeadLable__24TOF {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    align-content: center;
    width: 7.188vw;
    height: 1vw;
    margin-left: 1.2vw;
    margin-bottom: -.1vw;
    padding-left: .6vw;
    background: linear-gradient(90.13deg, #69a446 .12%, #9ed153 99.91%);
    border-radius: .26vw;
    color: #fff;
    font-size: .729vw;
    font-weight: 600
}

@media (max-width:576px) {
    .Asset_infoModuleHeadLable__24TOF {
        height: 3vw;
        width: 25vw;
        font-size: 3vw;
        border-radius: .6vw
    }
}

@media (max-width:375px) {
    .Asset_infoModuleHeadLable__24TOF {
        height: 5.86vw;
        width: 36.8vw;
        font-size: 3.73vw;
        border-radius: 1vw;
        margin-left: 5.33vw
    }
}

.Asset_infoModuleBox__1ul7P {
    margin-top: .52vw;
    width: 100%;
    background-color: #24242d;
    border: .104vw solid #353545;
    border-radius: .52vw;
    padding: .989vw 1.042vw 1.094vw
}

@media (max-width:576px) {
    .Asset_infoModuleBox__1ul7P {
        margin-top: 1.5vw;
        border-radius: .52vw;
        padding: 2vw
    }
}

@media (max-width:375px) {
    .Asset_infoModuleBox__1ul7P {
        margin-top: 4.8vw;
        padding: 6.4vw;
        border-radius: 2vw
    }
}

.Asset_firstStr2__2mTCh,
.Asset_firstStr3__3_qOz,
.Asset_firstStr__Krq7b {
    justify-content: space-between
}

@media (max-width:375px) {
    .Asset_firstStr2__2mTCh,
    .Asset_firstStr3__3_qOz,
    .Asset_firstStr__Krq7b {
        flex-direction: column
    }
}

.Asset_firstSubstr__2ad2b {
    display: flex;
    flex-flow: row nowrap;
    width: 25%;
    justify-content: space-between
}

@media (max-width:375px) {
    .Asset_firstSubstr__2ad2b {
        width: 100%;
        margin-bottom: 6.4vw
    }
}

.Asset_firstSubstr2__tiNE5 {
    display: flex;
    flex-flow: row nowrap;
    width: 44%;
    justify-content: space-between
}

@media (max-width:375px) {
    .Asset_firstSubstr2__tiNE5 {
        width: 100%;
        margin-bottom: 6.4vw
    }
}

.Asset_firstSubstr3__2X5d4 {
    display: flex;
    flex-flow: row nowrap;
    width: 38%;
    justify-content: space-between
}

@media (max-width:375px) {
    .Asset_firstSubstr3__2X5d4 {
        width: 100%;
        margin-bottom: 6.4vw
    }
}

.Asset_firstSubstr4__3R-ON {
    display: flex;
    flex-flow: row nowrap;
    width: 48.5%;
    justify-content: space-between
}

@media (max-width:375px) {
    .Asset_firstSubstr4__3R-ON {
        width: 100%;
        margin-bottom: 6.4vw
    }
}

.Asset_firstStr2__2mTCh {
    width: 29vw
}

@media (max-width:576px) {
    .Asset_firstStr2__2mTCh {
        width: 100%
    }
}

.Asset_firstStr3__3_qOz {
    width: 35vw
}

@media (max-width:576px) {
    .Asset_firstStr3__3_qOz {
        width: 100%
    }
}

.Asset_firstStrFirstBoxH__13i_i {
    font-size: .833vw;
    color: #878792;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: .52vw
}

@media (max-width:576px) {
    .Asset_firstStrFirstBoxH__13i_i {
        font-size: 2vw;
        margin-bottom: 1.5vw
    }
}

@media (max-width:375px) {
    .Asset_firstStrFirstBoxH__13i_i {
        font-size: 4.267vw;
        margin-bottom: 2.1vw
    }
}

.Asset_firstStrFirstBoxN__z--lU {
    font-size: 1.25vw;
    font-weight: 900;
    color: #fff
}

@media (max-width:375px) {
    .Asset_firstStrSecBox__ytu2q {
        display: flex;
        flex-direction: column;
        text-align: end
    }
}

.Asset_firstStrSecBoxT__3p_rI {
    font-size: .938vw;
    font-weight: 900;
    color: #fff;
    text-transform: capitalize
}

@media (max-width:576px) {
    .Asset_firstStrSecBoxT__3p_rI {
        font-size: 2vw
    }
}

@media (max-width:375px) {
    .Asset_firstStrSecBoxT__3p_rI {
        font-size: 4.8vw
    }
}

.Asset_firstStrSecBoxTGr1__14D3m,
.Asset_firstStrSecBoxTGr2__1a-UC {
    font-size: .938vw;
    width: 1.2vw;
    text-align: center;
    font-weight: 900;
    color: #fff;
    border-radius: .26vw
}

@media (max-width:576px) {
    .Asset_firstStrSecBoxTGr1__14D3m,
    .Asset_firstStrSecBoxTGr2__1a-UC {
        font-size: 2vw;
        width: 3vw
    }
}

@media (max-width:375px) {
    .Asset_firstStrSecBoxTGr1__14D3m,
    .Asset_firstStrSecBoxTGr2__1a-UC {
        font-size: 4.8vw;
        width: 5.8vw;
        border-radius: .6vw
    }
}

.Asset_firstStrSecBoxTGr1__14D3m {
    background: #8248e5
}

.Asset_firstStrSecBoxTGr2__1a-UC {
    background: #353545
}

@media (max-width:375px) {
    .Asset_firstStrSecBoxTGr2__1a-UC {
        align-self: flex-end
    }
}

.Asset_secStr__3KFGG {
    margin-top: 1vw
}

.Asset_infoModuleSecH__11c8S {
    align-items: center;
    align-content: center;
    margin-top: .885vw
}

@media (max-width:375px) {
    .Asset_infoModuleSecH__11c8S {
        margin-top: 12.8vw
    }
}

.Asset_headerWarn__1Rogb {
    margin-left: 1.146vw;
    background-size: cover;
    width: 1.042vw;
    height: .885vw;
    cursor: pointer
}

@media (max-width:576px) {
    .Asset_headerWarn__1Rogb {
        width: 2vw;
        height: 1.6vw
    }
}

@media (max-width:375px) {
    .Asset_headerWarn__1Rogb {
        display: none
    }
}

.Asset_skinStr__xdegT {
    align-items: center;
    align-content: center
}

.Asset_skinImg__1Mnv5 {
    background-size: contain;
    width: 1.51vw;
    height: 1.51vw;
    margin-right: 1vw
}

@media (max-width:576px) {
    .Asset_skinImg__1Mnv5 {
        width: 3vw;
        height: 3vw
    }
}

@media (max-width:375px) {
    .Asset_skinImg__1Mnv5 {
        width: 7vw;
        height: 7vw;
        margin-right: 4vw
    }
}

.Asset_desc__pTkKO {
    color: #fff;
    font-size: .729vw;
    margin-top: .729vw;
    font-weight: 400
}

.Asset_btns__26WBV {
    margin-top: 1vw;
    margin-right: -5vw
}

.Asset_accBtn__32NhN,
.Asset_rerollBtn__1jWVW {
    justify-content: center;
    align-items: center;
    font-size: .8vw;
    width: 9vw;
    height: 2.344vw;
    border-radius: .52vw;
    cursor: pointer
}

@media (max-width:576px) {
    .Asset_accBtn__32NhN,
    .Asset_rerollBtn__1jWVW {
        width: 16vw;
        height: 4vw;
        font-size: 2vw;
        border-radius: .7vw
    }
}

@media (max-width:375px) {
    .Asset_accBtn__32NhN,
    .Asset_rerollBtn__1jWVW {
        width: 78vw;
        height: 12.8vw;
        font-size: 5vw;
        border-radius: 2vw
    }
}

.Asset_loaderWrapper__3pQRe {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column nowrap
}

.Asset_loaderText__97Kc8 {
    color: #fff;
    font-size: 1.5vw;
    font-weight: 700;
    margin-top: 1vw
}

.Loader_ldsRoller__2p4Sw {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px
}

.Loader_ldsRoller__2p4Sw div {
    -webkit-animation: Loader_ldsRoller__2p4Sw 1.2s cubic-bezier(.5, 0, .5, 1) infinite;
    animation: Loader_ldsRoller__2p4Sw 1.2s cubic-bezier(.5, 0, .5, 1) infinite;
    -webkit-transform-origin: 40px 40px;
    transform-origin: 40px 40px
}

.Loader_ldsRoller__2p4Sw div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #fff;
    margin: -4px 0 0 -4px
}

.Loader_ldsRoller__2p4Sw div:first-child {
    -webkit-animation-delay: -36ms;
    animation-delay: -36ms
}

.Loader_ldsRoller__2p4Sw div:first-child:after {
    top: 63px;
    left: 63px
}

.Loader_ldsRoller__2p4Sw div:nth-child(2) {
    -webkit-animation-delay: -72ms;
    animation-delay: -72ms
}

.Loader_ldsRoller__2p4Sw div:nth-child(2):after {
    top: 68px;
    left: 56px
}

.Loader_ldsRoller__2p4Sw div:nth-child(3) {
    -webkit-animation-delay: -.108s;
    animation-delay: -.108s
}

.Loader_ldsRoller__2p4Sw div:nth-child(3):after {
    top: 71px;
    left: 48px
}

.Loader_ldsRoller__2p4Sw div:nth-child(4) {
    -webkit-animation-delay: -.144s;
    animation-delay: -.144s
}

.Loader_ldsRoller__2p4Sw div:nth-child(4):after {
    top: 72px;
    left: 40px
}

.Loader_ldsRoller__2p4Sw div:nth-child(5) {
    -webkit-animation-delay: -.18s;
    animation-delay: -.18s
}

.Loader_ldsRoller__2p4Sw div:nth-child(5):after {
    top: 71px;
    left: 32px
}

.Loader_ldsRoller__2p4Sw div:nth-child(6) {
    -webkit-animation-delay: -.216s;
    animation-delay: -.216s
}

.Loader_ldsRoller__2p4Sw div:nth-child(6):after {
    top: 68px;
    left: 24px
}

.Loader_ldsRoller__2p4Sw div:nth-child(7) {
    -webkit-animation-delay: -.252s;
    animation-delay: -.252s
}

.Loader_ldsRoller__2p4Sw div:nth-child(7):after {
    top: 63px;
    left: 17px
}

.Loader_ldsRoller__2p4Sw div:nth-child(8) {
    -webkit-animation-delay: -.288s;
    animation-delay: -.288s
}

.Loader_ldsRoller__2p4Sw div:nth-child(8):after {
    top: 56px;
    left: 12px
}

@-webkit-keyframes Loader_ldsRoller__2p4Sw {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes Loader_ldsRoller__2p4Sw {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.Progress_shape__1e6wx {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain
}

@-webkit-keyframes Progress_Gradient__NL4Ye {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

@keyframes Progress_Gradient__NL4Ye {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

.Progress_progressWrap__1dqKj {
    position: relative;
    width: 7.76vw;
    height: .469vw;
    margin-bottom: .625vw;
    overflow: hidden
}

@media (max-width:576px) {
    .Progress_progressWrap__1dqKj {
        width: 20vw;
        height: 2vw
    }
}

@media (max-width:375px) {
    .Progress_progressWrap__1dqKj {
        background-color: #24242d;
        margin-top: 2vw;
        margin-bottom: 3vw;
        width: 32vw;
        height: 2vw
    }
}

.Progress_bgrnd__3JGu1 {
    position: absolute;
    width: 100%;
    height: .469vw;
    background: #191921;
    z-index: 1
}

@media (max-width:576px) {
    .Progress_bgrnd__3JGu1 {
        height: 2vw
    }
}

@media (max-width:375px) {
    .Progress_bgrnd__3JGu1 {
        height: 2vw
    }
}

.Progress_gradient__wVIyv {
    position: absolute;
    z-index: 2;
    height: .469vw;
    background: linear-gradient(90deg, #56bef7, #1fe7e7)
}

@media (max-width:576px) {
    .Progress_gradient__wVIyv {
        height: 2vw
    }
}

@media (max-width:375px) {
    .Progress_gradient__wVIyv {
        height: 2vw
    }
}

.Progress_shape__1e6wx {
    position: absolute;
    z-index: 3;
    background-size: cover;
    width: 7.98vw;
    height: .469vw;
    left: -2%
}

@media (max-width:576px) {
    .Progress_shape__1e6wx {
        width: 21vw;
        height: 2vw
    }
}

@media (max-width:375px) {
    .Progress_shape__1e6wx {
        top: -10%;
        left: 0;
        width: 32vw;
        height: 2vw
    }
}

.Asset_accBtn__Bcldj,
.Asset_btns__3Pyaa,
.Asset_btnWrapper__9Upm7,
.Asset_firstStr2__ZwPzo,
.Asset_firstStr3__olctz,
.Asset_firstStr__2MbDA,
.Asset_fromsWrapper__1zfU8,
.Asset_infoModuleSecH__2Hkji,
.Asset_nameText__12lk6,
.Asset_nameWrap__3BVYK,
.Asset_rerollBtn__2xMjG,
.Asset_skinStr__3A581,
.Asset_wrapper__KQb-c {
    display: flex;
    flex-flow: row nowrap
}

.Asset_headerWarn__r_xei,
.Asset_mainImg__34hcj,
.Asset_nameImg__3XHvg,
.Asset_skinImg__39lBu {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain
}

.Asset_accBtn__Bcldj {
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    border: transparent;
    background: #774bbd;
    -webkit-transform: skewX(-15deg);
    transform: skewX(-15deg);
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    background: linear-gradient(90deg, #774bbd, #a23bb8)
}

@media (max-width:768px) {
    .Asset_accBtn__Bcldj {
        hover: none
    }
}

.Asset_accBtn__Bcldj:hover {
    background-size: 400% 400%;
    -webkit-animation: Asset_Gradient__1QDmD 5s ease infinite;
    animation: Asset_Gradient__1QDmD 5s ease infinite;
    background-image: radial-gradient(ellipse, #774bbd 3.56%, #a23bb8 50%, #774bbd 100%)
}

.Asset_rerollBtn__2xMjG {
    -webkit-transform: skewX(-15deg);
    transform: skewX(-15deg);
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    border: transparent;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    background: #56bef7;
    background: linear-gradient(90deg, #56bef7, #1fe7e7)
}

@media (max-width:768px) {
    .Asset_rerollBtn__2xMjG {
        hover: none
    }
}

.Asset_rerollBtn__2xMjG:hover {
    background-size: 400% 400%;
    -webkit-animation: Asset_Gradient__1QDmD 5s ease infinite;
    animation: Asset_Gradient__1QDmD 5s ease infinite;
    background-image: radial-gradient(ellipse, #56bef7 3.56%, #1fe7e7 50%, #56bef7 100%)
}

.Asset_accBtn__Bcldj:hover {
    -webkit-transform: scale(.95) skewX(-15deg);
    transform: scale(.95) skewX(-15deg)
}

.Asset_accBtn__Bcldj:active {
    box-shadow: inset 0 0 .417vw .677vw rgba(85, 41, 88, .23)
}

.Asset_rerollBtn__2xMjG:hover {
    -webkit-transform: scale(.95) skewX(-15deg);
    transform: scale(.95) skewX(-15deg)
}

.Asset_rerollBtn__2xMjG:active {
    box-shadow: inset 0 0 .417vw .677vw rgba(41, 73, 88, .23)
}

@-webkit-keyframes Asset_Gradient__1QDmD {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

@keyframes Asset_Gradient__1QDmD {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

.Asset_fromsWrapper__1zfU8 {
    width: 100%;
    overflow: hidden
}

.Asset_overviewMobileLink__1CF6i {
    display: flex;
    color: #fff;
    margin-bottom: .6vw;
    cursor: pointer
}

@media (max-width:576px) {
    .Asset_overviewMobileLink__1CF6i {
        align-self: flex-start;
        margin-bottom: 3vw
    }
}

.Asset_overviewMobileLinkImg__2xrE6 {
    object-fit: cover;
    margin-right: .52vw
}

@media (max-width:576px) {
    .Asset_overviewMobileLinkImg__2xrE6 {
        height: 3vw
    }
}

.Asset_overviewMobileLinkT__2498A {
    text-transform: uppercase;
    font-size: 1vw
}

@media (max-width:576px) {
    .Asset_overviewMobileLinkT__2498A {
        font-size: 3vw
    }
}

.Asset_wrapper__KQb-c {
    padding: 2.396vw 2.813vw 1.927vw 3.333vw;
    width: 100%;
    justify-content: center;
    align-items: center;
    align-content: center
}

@media (max-width:576px) {
    .Asset_wrapper__KQb-c {
        flex-direction: column
    }
}

@media (max-width:375px) {
    .Asset_wrapper__KQb-c {
        padding: 2.396vw 0 1.927vw
    }
}

.Asset_leftWrapper__3f11D {
    height: 100%
}

@media (max-width:576px) {
    .Asset_leftWrapper__3f11D {
        display: flex;
        flex-flow: column nowrap;
        height: auto;
        width: 100%
    }
}

.Asset_nameWrap__3BVYK {
    align-items: center;
    margin-bottom: 4.271vw
}

@media (max-width:375px) {
    .Asset_nameWrap__3BVYK {
        margin-top: 5vw
    }
}

.Asset_nameInput__1AfKN {
    width: 13vw;
    height: 6vw;
    background-color: #21212a;
    border: .104vw solid #21212a;
    color: #fff;
    border-radius: .52vw;
    outline: none;
    font-size: 1.563vw;
    font-weight: 900
}

@media (max-width:576px) {
    .Asset_nameInput__1AfKN {
        width: 65vw;
        height: 8vw;
        font-size: 7vw
    }
}

.Asset_nameText__12lk6 {
    align-items: center;
    width: 13vw;
    height: 6vw;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 1.563vw;
    font-weight: 900;
    color: #fff
}

@media (max-width:576px) {
    .Asset_nameText__12lk6 {
        width: 65vw;
        height: 8vw;
        font-size: 7vw
    }
}

.Asset_nameImg__3XHvg {
    background-size: contain;
    width: 1.198vw;
    height: 1.198vw;
    cursor: pointer;
    margin-left: 1.354vw
}

@media (max-width:576px) {
    .Asset_nameImg__3XHvg {
        width: 5vw;
        height: 5vw
    }
}

.Asset_rightWrapper__1uUrH {
    width: 45.677vw;
    margin-left: 8.333vw;
    margin-top: 2vw;
    height: 100%
}

@media (max-width:576px) {
    .Asset_rightWrapper__1uUrH {
        width: 100%;
        margin-left: 0
    }
}

.Asset_btnWrapper__9Upm7 {
    margin-bottom: 1.667vw
}

@media (max-width:576px) {
    .Asset_btnWrapper__9Upm7 {
        margin-bottom: 3vw
    }
}

@media (max-width:375px) {
    .Asset_btnWrapper__9Upm7 {
        overflow-y: hidden;
        overflow-x: scroll;
        margin-bottom: 9.33vw
    }
}

.Asset_btnColor__3ehgL,
.Asset_btnGray__1k6CS {
    padding: .5vw 1.2vw;
    color: #fff;
    font-size: 1vw;
    font-weight: 800;
    text-transform: uppercase;
    border-radius: .26vw;
    cursor: pointer;
    margin-right: 1.2vw
}

@media (max-width:576px) {
    .Asset_btnColor__3ehgL,
    .Asset_btnGray__1k6CS {
        padding: 1vw 2.2vw;
        font-size: 2.5vw;
        border-radius: .6vw
    }
}

@media (max-width:375px) {
    .Asset_btnColor__3ehgL,
    .Asset_btnGray__1k6CS {
        font-size: 4.8vw;
        padding: 2.1vw 5.3vw;
        border-radius: 1vw;
        margin-right: 6.4vw
    }
}

.Asset_btnGray__1k6CS {
    background: #24242d;
    border: .052vw solid #353545;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s
}

.Asset_btnGray__1k6CS:hover {
    -webkit-transform: scale(.95);
    transform: scale(.95)
}

.Asset_btnColor__3ehgL {
    background: #774bbd;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    background: linear-gradient(90deg, #774bbd, #a23bb8)
}

.Asset_btnColor__3ehgL:hover {
    background-size: 400% 400%;
    -webkit-animation: Asset_Gradient__1QDmD 5s ease infinite;
    animation: Asset_Gradient__1QDmD 5s ease infinite;
    background-image: radial-gradient(ellipse, #774bbd 3.56%, #a23bb8 50%, #774bbd 100%);
    -webkit-transform: scale(.95);
    transform: scale(.95)
}

.Asset_btnColor__3ehgL:active,
.Asset_btnGray__1k6CS:active {
    box-shadow: inset 0 0 .417vw .677vw rgba(85, 41, 88, .23)
}

.Asset_mainImg__34hcj {
    background-size: contain;
    width: 15.833vw;
    height: 17.917vw
}

@media (max-width:576px) {
    .Asset_mainImg__34hcj {
        align-self: center;
        width: 40vw;
        height: 50vw
    }
}

@media (max-width:375px) {
    .Asset_mainImg__34hcj {
        margin-top: 10vw;
        width: 81vw;
        height: 91vw
    }
}

.Asset_infoModuleHeadWrapper__1lCMt {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    align-content: center
}

.Asset_infoModuleHead__29aNW {
    position: relative;
    padding-left: 1.042vw;
    color: #fff;
    font-size: 1vw
}

@media (max-width:576px) {
    .Asset_infoModuleHead__29aNW {
        font-size: 3.5vw;
        padding-left: 2vw
    }
}

@media (max-width:375px) {
    .Asset_infoModuleHead__29aNW {
        font-size: 4.8vw;
        padding-left: 3vw
    }
}

.Asset_infoModuleHead__29aNW:before {
    position: absolute;
    top: 8%;
    left: .5%;
    height: .781vw;
    content: "";
    border-left: .26vw solid #3bd2ef;
    border-radius: .26vw
}

@media (max-width:576px) {
    .Asset_infoModuleHead__29aNW:before {
        height: 3vw;
        border-left: .6vw solid #3bd2ef;
        border-radius: .6vw
    }
}

@media (max-width:375px) {
    .Asset_infoModuleHead__29aNW:before {
        height: 4vw;
        border-left: 1.33vw solid #3bd2ef;
        border-radius: 1.33vw
    }
}

.Asset_infoModuleHeadLable__3A84Z {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    align-content: center;
    width: 7.188vw;
    height: 1vw;
    margin-left: 1.2vw;
    margin-bottom: -.1vw;
    padding-left: .6vw;
    background: linear-gradient(90.13deg, #69a446 .12%, #9ed153 99.91%);
    border-radius: .26vw;
    color: #fff;
    font-size: .729vw;
    font-weight: 600
}

@media (max-width:576px) {
    .Asset_infoModuleHeadLable__3A84Z {
        height: 3vw;
        width: 25vw;
        font-size: 3vw;
        border-radius: .6vw
    }
}

@media (max-width:375px) {
    .Asset_infoModuleHeadLable__3A84Z {
        height: 5.86vw;
        width: 36.8vw;
        font-size: 3.73vw;
        border-radius: 1vw;
        margin-left: 5.33vw
    }
}

.Asset_infoModuleBox__3EhKS {
    margin-top: .52vw;
    width: 100%;
    background-color: #24242d;
    border: .104vw solid #353545;
    border-radius: .52vw;
    padding: .989vw 1.042vw 1.094vw
}

@media (max-width:576px) {
    .Asset_infoModuleBox__3EhKS {
        margin-top: 1.5vw;
        border-radius: .52vw;
        padding: 2vw
    }
}

@media (max-width:375px) {
    .Asset_infoModuleBox__3EhKS {
        margin-top: 4.8vw;
        padding: 6.4vw;
        border-radius: 2vw
    }
}

.Asset_firstStr2__ZwPzo,
.Asset_firstStr3__olctz,
.Asset_firstStr__2MbDA {
    justify-content: space-between
}

@media (max-width:375px) {
    .Asset_firstStr2__ZwPzo,
    .Asset_firstStr3__olctz,
    .Asset_firstStr__2MbDA {
        flex-direction: column
    }
}

.Asset_firstSubstr__1tvDK {
    display: flex;
    flex-flow: row nowrap;
    width: 25%;
    justify-content: space-between
}

@media (max-width:375px) {
    .Asset_firstSubstr__1tvDK {
        width: 100%;
        margin-bottom: 6.4vw
    }
}

.Asset_firstSubstr2__dMoDv {
    display: flex;
    flex-flow: row nowrap;
    width: 44%;
    justify-content: space-between
}

@media (max-width:375px) {
    .Asset_firstSubstr2__dMoDv {
        width: 100%;
        margin-bottom: 6.4vw
    }
}

.Asset_firstSubstr3__3vmq2 {
    display: flex;
    flex-flow: row nowrap;
    width: 38%;
    justify-content: space-between
}

@media (max-width:375px) {
    .Asset_firstSubstr3__3vmq2 {
        width: 100%;
        margin-bottom: 6.4vw
    }
}

.Asset_firstSubstr4__2xWEr {
    display: flex;
    flex-flow: row nowrap;
    width: 48.5%;
    justify-content: space-between
}

@media (max-width:375px) {
    .Asset_firstSubstr4__2xWEr {
        width: 100%;
        margin-bottom: 6.4vw
    }
}

.Asset_firstStr2__ZwPzo {
    width: 29vw
}

@media (max-width:576px) {
    .Asset_firstStr2__ZwPzo {
        width: 100%
    }
}

.Asset_firstStr3__olctz {
    width: 35vw
}

@media (max-width:576px) {
    .Asset_firstStr3__olctz {
        width: 100%
    }
}

.Asset_firstStrFirstBoxH__3ayza {
    font-size: .833vw;
    color: #878792;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: .52vw
}

@media (max-width:576px) {
    .Asset_firstStrFirstBoxH__3ayza {
        font-size: 2vw;
        margin-bottom: 1.5vw
    }
}

@media (max-width:375px) {
    .Asset_firstStrFirstBoxH__3ayza {
        font-size: 4.267vw;
        margin-bottom: 2.1vw
    }
}

.Asset_firstStrFirstBoxN__2gCqA {
    font-size: 1.25vw;
    font-weight: 900;
    color: #fff
}

@media (max-width:375px) {
    .Asset_firstStrSecBox__OVI8T {
        display: flex;
        flex-direction: column;
        text-align: end
    }
}

.Asset_firstStrSecBoxT__2D5yI {
    font-size: .938vw;
    font-weight: 900;
    color: #fff;
    text-transform: capitalize
}

@media (max-width:576px) {
    .Asset_firstStrSecBoxT__2D5yI {
        font-size: 2vw
    }
}

@media (max-width:375px) {
    .Asset_firstStrSecBoxT__2D5yI {
        font-size: 4.8vw
    }
}

.Asset_firstStrSecBoxTGr1__24ErY,
.Asset_firstStrSecBoxTGr2__1lyRs {
    font-size: .938vw;
    width: 1.2vw;
    text-align: center;
    font-weight: 900;
    color: #fff;
    border-radius: .26vw
}

@media (max-width:576px) {
    .Asset_firstStrSecBoxTGr1__24ErY,
    .Asset_firstStrSecBoxTGr2__1lyRs {
        font-size: 2vw;
        width: 3vw
    }
}

@media (max-width:375px) {
    .Asset_firstStrSecBoxTGr1__24ErY,
    .Asset_firstStrSecBoxTGr2__1lyRs {
        font-size: 4.8vw;
        width: 5.8vw;
        border-radius: .6vw
    }
}

.Asset_firstStrSecBoxTGr1__24ErY {
    background: #8248e5
}

.Asset_firstStrSecBoxTGr2__1lyRs {
    background: #353545
}

@media (max-width:375px) {
    .Asset_firstStrSecBoxTGr2__1lyRs {
        align-self: flex-end
    }
}

.Asset_secStr__2uO7S {
    margin-top: 1vw
}

.Asset_infoModuleSecH__2Hkji {
    align-items: center;
    align-content: center;
    margin-top: .885vw
}

@media (max-width:375px) {
    .Asset_infoModuleSecH__2Hkji {
        margin-top: 12.8vw
    }
}

.Asset_headerWarn__r_xei {
    margin-left: 1.146vw;
    background-size: cover;
    width: 1.042vw;
    height: .885vw;
    cursor: pointer
}

@media (max-width:576px) {
    .Asset_headerWarn__r_xei {
        width: 2vw;
        height: 1.6vw
    }
}

@media (max-width:375px) {
    .Asset_headerWarn__r_xei {
        display: none
    }
}

.Asset_skinStr__3A581 {
    align-items: center;
    align-content: center
}

.Asset_skinImg__39lBu {
    background-size: contain;
    width: 1.51vw;
    height: 1.51vw;
    margin-right: 1vw
}

@media (max-width:576px) {
    .Asset_skinImg__39lBu {
        width: 3vw;
        height: 3vw
    }
}

@media (max-width:375px) {
    .Asset_skinImg__39lBu {
        width: 7vw;
        height: 7vw;
        margin-right: 4vw
    }
}

.Asset_desc__JAHX6 {
    color: #fff;
    font-size: .729vw;
    margin-top: .729vw;
    font-weight: 400
}

.Asset_btns__3Pyaa {
    margin-top: 1vw;
    margin-right: -5vw
}

.Asset_accBtn__Bcldj,
.Asset_rerollBtn__2xMjG {
    justify-content: center;
    align-items: center;
    font-size: .8vw;
    width: 9vw;
    height: 2.344vw;
    border-radius: .52vw;
    cursor: pointer
}

@media (max-width:576px) {
    .Asset_accBtn__Bcldj,
    .Asset_rerollBtn__2xMjG {
        width: 16vw;
        height: 4vw;
        font-size: 2vw;
        border-radius: .7vw
    }
}

@media (max-width:375px) {
    .Asset_accBtn__Bcldj,
    .Asset_rerollBtn__2xMjG {
        width: 78vw;
        height: 12.8vw;
        font-size: 5vw;
        border-radius: 2vw
    }
}

.Asset_loaderWrapper__1lc9b {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column nowrap
}

.Asset_loaderText__3hW3j {
    color: #fff;
    font-size: 1.5vw;
    font-weight: 700;
    margin-top: 1vw
}

.Loader_ldsRoller__260Qt {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px
}

.Loader_ldsRoller__260Qt div {
    -webkit-animation: Loader_ldsRoller__260Qt 1.2s cubic-bezier(.5, 0, .5, 1) infinite;
    animation: Loader_ldsRoller__260Qt 1.2s cubic-bezier(.5, 0, .5, 1) infinite;
    -webkit-transform-origin: 40px 40px;
    transform-origin: 40px 40px
}

.Loader_ldsRoller__260Qt div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #fff;
    margin: -4px 0 0 -4px
}

.Loader_ldsRoller__260Qt div:first-child {
    -webkit-animation-delay: -36ms;
    animation-delay: -36ms
}

.Loader_ldsRoller__260Qt div:first-child:after {
    top: 63px;
    left: 63px
}

.Loader_ldsRoller__260Qt div:nth-child(2) {
    -webkit-animation-delay: -72ms;
    animation-delay: -72ms
}

.Loader_ldsRoller__260Qt div:nth-child(2):after {
    top: 68px;
    left: 56px
}

.Loader_ldsRoller__260Qt div:nth-child(3) {
    -webkit-animation-delay: -.108s;
    animation-delay: -.108s
}

.Loader_ldsRoller__260Qt div:nth-child(3):after {
    top: 71px;
    left: 48px
}

.Loader_ldsRoller__260Qt div:nth-child(4) {
    -webkit-animation-delay: -.144s;
    animation-delay: -.144s
}

.Loader_ldsRoller__260Qt div:nth-child(4):after {
    top: 72px;
    left: 40px
}

.Loader_ldsRoller__260Qt div:nth-child(5) {
    -webkit-animation-delay: -.18s;
    animation-delay: -.18s
}

.Loader_ldsRoller__260Qt div:nth-child(5):after {
    top: 71px;
    left: 32px
}

.Loader_ldsRoller__260Qt div:nth-child(6) {
    -webkit-animation-delay: -.216s;
    animation-delay: -.216s
}

.Loader_ldsRoller__260Qt div:nth-child(6):after {
    top: 68px;
    left: 24px
}

.Loader_ldsRoller__260Qt div:nth-child(7) {
    -webkit-animation-delay: -.252s;
    animation-delay: -.252s
}

.Loader_ldsRoller__260Qt div:nth-child(7):after {
    top: 63px;
    left: 17px
}

.Loader_ldsRoller__260Qt div:nth-child(8) {
    -webkit-animation-delay: -.288s;
    animation-delay: -.288s
}

.Loader_ldsRoller__260Qt div:nth-child(8):after {
    top: 56px;
    left: 12px
}

@-webkit-keyframes Loader_ldsRoller__260Qt {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes Loader_ldsRoller__260Qt {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.Progress_shape__2IoaR {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain
}

@-webkit-keyframes Progress_Gradient__1f44D {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

@keyframes Progress_Gradient__1f44D {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

.Progress_progressWrap__3yrW- {
    position: relative;
    width: 7.76vw;
    height: .469vw;
    margin-bottom: .625vw;
    overflow: hidden
}

@media (max-width:576px) {
    .Progress_progressWrap__3yrW- {
        width: 20vw;
        height: 2vw
    }
}

@media (max-width:375px) {
    .Progress_progressWrap__3yrW- {
        background-color: #24242d;
        margin-top: 2vw;
        margin-bottom: 3vw;
        width: 32vw;
        height: 2vw
    }
}

.Progress_bgrnd__11-B0 {
    position: absolute;
    width: 100%;
    height: .469vw;
    background: #191921;
    z-index: 1
}

@media (max-width:576px) {
    .Progress_bgrnd__11-B0 {
        height: 2vw
    }
}

@media (max-width:375px) {
    .Progress_bgrnd__11-B0 {
        height: 2vw
    }
}

.Progress_gradient__3tuLi {
    position: absolute;
    z-index: 2;
    height: .469vw;
    background: linear-gradient(90deg, #56bef7, #1fe7e7)
}

@media (max-width:576px) {
    .Progress_gradient__3tuLi {
        height: 2vw
    }
}

@media (max-width:375px) {
    .Progress_gradient__3tuLi {
        height: 2vw
    }
}

.Progress_shape__2IoaR {
    position: absolute;
    z-index: 3;
    background-size: cover;
    width: 7.98vw;
    height: .469vw;
    left: -2%
}

@media (max-width:576px) {
    .Progress_shape__2IoaR {
        width: 21vw;
        height: 2vw
    }
}

@media (max-width:375px) {
    .Progress_shape__2IoaR {
        top: -10%;
        left: 0;
        width: 32vw;
        height: 2vw
    }
}

.InfoFilter_info__3vOJ8,
.InfoFilter_main__1hLwH,
.InfoFilter_selector__1UMUL,
.InfoFilter_selectors__1XkVq {
    display: flex;
    flex-flow: row nowrap
}

.InfoFilter_selectEnabl__2XTWx {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain
}

@-webkit-keyframes InfoFilter_Gradient__6sX-a {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

@keyframes InfoFilter_Gradient__6sX-a {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

.InfoFilter_main__1hLwH {
    margin-top: .842vw;
    height: 1.72vw;
    align-items: center;
    align-content: center;
    justify-content: space-between
}

@media (max-width:768px) {
    .InfoFilter_main__1hLwH {
        width: 100%
    }
}

.InfoFilter_info__3vOJ8 {
    align-items: center;
    align-content: center;
    color: #fff
}

@media (max-width:768px) {
    .InfoFilter_info__3vOJ8 {
        margin-top: 2.92vw;
        height: 4.719vw;
        width: 20.677vw
    }
    .InfoFilter_info__3vOJ8 p {
        font-size: 2.4vw
    }
}

.InfoFilter_numb__35mVx {
    font-weight: 900;
    font-size: 1.25vw;
    margin-right: .417vw
}

.InfoFilter_text__1B7kC {
    font-weight: 700;
    font-size: .938vw
}

.InfoFilter_selector__1UMUL {
    position: relative;
    align-items: center;
    align-content: center;
    width: 5.677vw;
    height: 1.719vw;
    background-color: #1c1c24;
    border: .052vw solid #23232c;
    border-radius: .26vw;
    margin-left: .52vw;
    cursor: pointer
}

@media (max-width:768px) {
    .InfoFilter_selector__1UMUL {
        margin-top: 2.92vw;
        height: 4.719vw;
        width: 10.677vw
    }
    .InfoFilter_selector__1UMUL p {
        font-size: 2.4vw
    }
}

.InfoFilter_selectText__1h3wt {
    color: #fff;
    font-weight: 600;
    font-size: .833vw;
    margin-left: 1.25vw;
    margin-right: 1.198vw
}

.InfoFilter_selectEnabl__2XTWx {
    background-size: cover;
    width: .469vw;
    height: .208vw
}

@media (max-width:768px) {
    .InfoFilter_selectEnabl__2XTWx {
        width: 1.1vw;
        height: .8vw
    }
}

.InfoFilter_selectList__1yXYR {
    z-index: 2;
    position: absolute;
    top: 120%;
    width: 5.677vw;
    height: 3.719vw;
    background-color: #1c1c24;
    border: .052vw solid #23232c;
    border-radius: .26vw
}

@media (max-width:768px) {
    .InfoFilter_selectList__1yXYR {
        height: 3.719vw;
        width: 8.677vw
    }
    .InfoFilter_selectList__1yXYR p {
        font-size: 2.4vw
    }
}

.bridge_pageWrapper__SWaak {
    display: flex;
    flex-flow: row nowrap
}

@-webkit-keyframes bridge_Gradient__TlxQl {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

@keyframes bridge_Gradient__TlxQl {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

.Bridge_middleWrapper__2Jf75,
.Bridge_returnBtn__1fVnj {
    display: flex;
    flex-flow: row nowrap
}

.Bridge_logo__XrEaz {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain
}

.Bridge_returnBtn__1fVnj {
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    border: transparent;
    background: #774bbd;
    -webkit-transform: skewX(-15deg);
    transform: skewX(-15deg);
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    background: linear-gradient(90deg, #774bbd, #a23bb8)
}

@media (max-width:768px) {
    .Bridge_returnBtn__1fVnj {
        hover: none
    }
}

.Bridge_returnBtn__1fVnj:hover {
    background-size: 400% 400%;
    -webkit-animation: Bridge_Gradient__2RMS6 5s ease infinite;
    animation: Bridge_Gradient__2RMS6 5s ease infinite;
    background-image: radial-gradient(ellipse, #774bbd 3.56%, #a23bb8 50%, #774bbd 100%);
    -webkit-transform: scale(.95) skewX(-15deg);
    transform: scale(.95) skewX(-15deg)
}

.Bridge_returnBtn__1fVnj:active {
    box-shadow: inset 0 0 .417vw .677vw rgba(85, 41, 88, .23)
}

.Bridge_pageWrapper__1m7Ky {
    background-color: #1e1f25;
    width: 84.375%;
    height: calc(100vh - 3.958vw);
    align-items: center;
    overflow-y: auto;
    padding: 4.167vw 8.333vw 0 6.25vw
}

@media (max-width:768px) {
    .Bridge_pageWrapper__1m7Ky {
        width: 100%;
        padding: 50px;
        height: calc(100vh - 5.937vw)
    }
}

@media (max-width:576px) {
    .Bridge_pageWrapper__1m7Ky {
        padding: 50px 35px 35px;
        height: calc(100vh - 11.874vw)
    }
}

@media (max-width:425px) {
    .Bridge_pageWrapper__1m7Ky {
        padding: 40px 25px 25px
    }
}

@media (max-width:375px) {
    .Bridge_pageWrapper__1m7Ky {
        padding: 40px 15px 15px
    }
}

@-webkit-keyframes Bridge_Gradient__2RMS6 {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

@keyframes Bridge_Gradient__2RMS6 {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

.Bridge_pageWrapper__1m7Ky {
    padding: 3.125vw 8.333vw 0 6.25vw;
    position: relative
}

@media (max-width:768px) {
    .Bridge_pageWrapper__1m7Ky {
        display: flex;
        justify-content: center;
        align-items: center
    }
}

.Bridge_overviewMobileLink__34lP1 {
    position: absolute;
    display: none;
    color: #fff;
    top: 2%
}

@media (max-width:768px) {
    .Bridge_overviewMobileLink__34lP1 {
        display: flex
    }
}

.Bridge_overviewMobileLinkImg__aDZMF {
    object-fit: cover;
    margin-right: 10px
}

.Bridge_pageHeader__2A6AA {
    justify-content: flex-start;
    font-size: 1.833vw;
    color: #fff;
    font-weight: 700;
    margin-bottom: 1.979vw
}

@media (max-width:768px) {
    .Bridge_pageHeader__2A6AA {
        font-size: 4.5825vw;
        margin-bottom: 4.9475vw
    }
}

@media (max-width:576px) {
    .Bridge_pageHeader__2A6AA {
        font-size: 6.4155vw;
        margin-top: 6.9265vw;
        margin-bottom: 6.9265vw
    }
}

@media (max-width:375px) {
    .Bridge_pageHeader__2A6AA {
        font-size: 10.0815vw;
        margin-top: 10.8845vw;
        margin-bottom: 10.8845vw
    }
}

.Bridge_middleWrapper__2Jf75 {
    position: relative;
    margin-top: 1.667vw;
    justify-content: space-between
}

@media (max-width:768px) {
    .Bridge_middleWrapper__2Jf75 {
        flex-flow: column nowrap
    }
}

.Bridge_headerInfo__2JUJk {
    font-size: .938vw;
    font-weight: 400;
    color: #fff
}

.Bridge_border__36nbN {
    margin-top: 2.0833vw;
    border-bottom: .052vw solid #333343
}

.Bridge_components__1LjAM {
    margin-bottom: 3vw
}

.Bridge_popupWraper__36pHB {
    width: 60vw;
    height: 40vw;
    padding-right: 3vw;
    background-color: #23252e;
    border-radius: 1vw;
    border: .052vw solid #353545
}

@media (max-width:576px) {
    .Bridge_popupWraper__36pHB {
        width: 360vw;
        height: 60vw
    }
}

.Bridge_upBlock__1KO8b {
    display: flex;
    flex-flow: row nowrap;
    margin-top: 2vw
}

.Bridge_logo__XrEaz {
    width: 30vw;
    height: 30vw
}

@media (max-width:576px) {
    .Bridge_logo__XrEaz {
        width: 45vw;
        height: 45vw
    }
}

.Bridge_textWrapper__OGiDj {
    display: flex;
    flex-flow: column nowrap;
    padding-left: 2vw
}

.Bridge_header__1wR1O {
    font-size: 5vw;
    font-weight: 600;
    color: #fff;
    margin-top: 8vw;
    margin-bottom: 2vw
}

@media (max-width:576px) {
    .Bridge_header__1wR1O {
        font-size: 7.5vw;
        margin-top: 12vw
    }
}

.Bridge_text__2t44z {
    font-size: 2vw;
    font-weight: 300;
    color: #fff
}

@media (max-width:576px) {
    .Bridge_text__2t44z {
        font-size: 3vw
    }
}

.Bridge_downBlock__2Yj6h {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    align-content: center
}

.Bridge_returnBtn__1fVnj {
    width: 30vw;
    height: 4vw;
    align-items: center;
    justify-content: center;
    border-radius: .4vw;
    font-size: 1vw;
    vertical-align: middle;
    cursor: pointer
}

@media (max-width:576px) {
    .Bridge_returnBtn__1fVnj {
        width: 60vw;
        height: 8vw;
        font-size: 3vw;
        border-radius: 1.2vw
    }
}

.Selector_middleWrapper__3GsY4,
.Selector_selector2__18LPD,
.Selector_selector__2VPl6 {
    display: flex;
    flex-flow: row nowrap
}

.Selector_compWrapper__3_vEv,
.Selector_firstInnerWrapper__3HFt9 {
    display: flex;
    flex-flow: column nowrap
}

.Selector_secondStringImg__2-KBm,
.Selector_selectEnabl__1M5En {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain
}

@-webkit-keyframes Selector_Gradient__3jceF {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

@keyframes Selector_Gradient__3jceF {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

.Selector_compWrapper__3_vEv {
    width: 100%;
    margin-top: 2vw
}

@media (max-width:768px) {
    .Selector_compWrapper__3_vEv {
        margin-top: 7.8125vw
    }
}

@media (max-width:576px) {
    .Selector_compWrapper__3_vEv {
        margin-top: 10.9375vw
    }
}

@media (max-width:375px) {
    .Selector_compWrapper__3_vEv {
        width: 100%;
        margin-top: 17.1875vw
    }
}

.Selector_mainHeader__2fzZl {
    position: relative;
    padding-left: 1.042vw;
    font-weight: 600;
    color: #fff;
    font-size: 1vw
}

@media (max-width:768px) {
    .Selector_mainHeader__2fzZl {
        font-size: 2.5vw;
        padding-left: 2.605vw
    }
}

@media (max-width:576px) {
    .Selector_mainHeader__2fzZl {
        font-size: 3.5vw;
        padding-left: 3.647vw;
        margin-left: 10px
    }
}

@media (max-width:375px) {
    .Selector_mainHeader__2fzZl {
        font-size: 5.5vw;
        padding-left: 5.731vw
    }
}

.Selector_mainHeader__2fzZl:before {
    position: absolute;
    top: 8%;
    left: .5%;
    height: .781vw;
    content: "";
    border-left: .26vw solid #3bd2ef;
    border-radius: .26vw
}

@media (max-width:768px) {
    .Selector_mainHeader__2fzZl:before {
        height: 1.9525vw;
        border-left: .65vw solid #3bd2ef;
        border-radius: .65vw
    }
}

@media (max-width:576px) {
    .Selector_mainHeader__2fzZl:before {
        height: 2.7335vw;
        border-left: .91vw solid #3bd2ef;
        border-radius: .91vw
    }
}

@media (max-width:375px) {
    .Selector_mainHeader__2fzZl:before {
        height: 3.5145vw;
        border-left: 1.17vw solid #3bd2ef;
        border-radius: 1.17vw
    }
}

.Selector_middleWrapper__3GsY4 {
    justify-content: space-between;
    margin-top: .833vw;
    background-color: #22232a;
    border-radius: .52vw;
    padding: .52vw
}

@media (max-width:768px) {
    .Selector_middleWrapper__3GsY4 {
        margin-top: 2.0825vw;
        border-radius: 1.3vw;
        padding: 1.3vw
    }
}

@media (max-width:576px) {
    .Selector_middleWrapper__3GsY4 {
        flex-flow: column nowrap;
        margin-top: 2.9155vw;
        border-radius: 1.82vw;
        padding: 1.82vw
    }
}

@media (max-width:375px) {
    .Selector_middleWrapper__3GsY4 {
        margin-top: 4.5815vw;
        border-radius: 2.86vw;
        padding: 2.86vw
    }
}

.Selector_innerHeader__1JS7P {
    color: #fff;
    margin-bottom: .625vw
}

@media (max-width:768px) {
    .Selector_innerHeader__1JS7P {
        margin-bottom: 1.5625vw
    }
}

@media (max-width:576px) {
    .Selector_innerHeader__1JS7P {
        margin-bottom: 2.1875vw
    }
}

@media (max-width:375px) {
    .Selector_innerHeader__1JS7P {
        margin-bottom: 3.4375vw
    }
}

.Selector_firstInnerWrapper__3HFt9 {
    background-color: #212228;
    box-shadow: inset .208vw .208vw .781vw 0 rgba(0, 0, 0, .25);
    border-radius: .26vw;
    width: 49%;
    font-size: .833vw;
    padding: .781vw 1.302vw;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between
}

@media (max-width:768px) {
    .Selector_firstInnerWrapper__3HFt9 {
        font-size: 2.0825vw;
        padding: 1.9525vw 3.255vw
    }
}

@media (max-width:576px) {
    .Selector_firstInnerWrapper__3HFt9 {
        font-size: 2.499vw;
        padding: 2.343vw 3.906vw;
        width: 100%
    }
}

@media (max-width:375px) {
    .Selector_firstInnerWrapper__3HFt9 {
        font-size: 4.5815vw;
        padding: 4.2955vw 3.906vw
    }
}

.Selector_transferText__3fx_7 {
    font-size: .833vw;
    font-weight: 400;
    color: #fff
}

.Selector_secondString__R6eRr {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    margin-top: .573vw
}

.Selector_secondStringImg__2-KBm {
    width: 1.354vw;
    height: 1.354vw;
    margin-right: .833vw
}

.Selector_secondStringText__dZ676 {
    font-size: 1.25vw;
    font-weight: 900;
    color: #fff
}

.Selector_secondPartWrapper__2xtEx {
    display: flex;
    flex-flow: column nowrap;
    align-items: flex-end
}

.Selector_chainText__1vKqf {
    font-size: .625vw;
    margin-bottom: .625vw;
    font-weight: 400;
    color: #fff
}

.Selector_selector__2VPl6 {
    position: relative;
    align-items: center;
    align-content: center;
    width: 6.041vw;
    height: 2.031vw;
    background-color: #23252e;
    border: .052vw solid #353545;
    border-radius: .52vw;
    margin-left: .52vw;
    cursor: pointer
}

@media (max-width:768px) {
    .Selector_selector__2VPl6 {
        margin-top: 2.92vw;
        height: 4.719vw;
        width: 10.677vw
    }
    .Selector_selector__2VPl6 p {
        font-size: 2.4vw
    }
}

.Selector_selectText__j2EW5 {
    color: #fff;
    font-weight: 600;
    font-size: .833vw;
    margin-left: 1.25vw;
    margin-right: .8vw
}

.Selector_selector2__18LPD {
    position: relative;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 6.041vw;
    height: 2.031vw;
    background-color: #23252e;
    border: .052vw solid #353545;
    border-radius: .52vw;
    margin-left: .52vw
}

@media (max-width:768px) {
    .Selector_selector2__18LPD {
        margin-top: 2.92vw;
        height: 4.719vw;
        width: 10.677vw
    }
    .Selector_selector2__18LPD p {
        font-size: 2.4vw
    }
}

.Selector_selectText2__1BLLS {
    color: #fff;
    font-weight: 600;
    font-size: .833vw
}

.Selector_selectEnabl__1M5En {
    background-size: cover;
    width: .469vw;
    height: .208vw
}

@media (max-width:768px) {
    .Selector_selectEnabl__1M5En {
        width: 1.1vw;
        height: .8vw
    }
}

.Selector_selectList__3g8-f {
    z-index: 2;
    position: absolute;
    top: 120%;
    width: 6.041vw;
    background-color: #23252e;
    border: .052vw solid #353545;
    border-radius: .26vw
}

@media (max-width:768px) {
    .Selector_selectList__3g8-f {
        height: 3.719vw;
        width: 8.677vw
    }
    .Selector_selectList__3g8-f p {
        font-size: 2.4vw
    }
}

.Selector_selectItem2__3nV38,
.Selector_selectItem__33fez {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    height: 2.45vw;
    color: #fff;
    font-weight: 600;
    font-size: .833vw;
    cursor: pointer
}

.Selector_selectItem2__3nV38 {
    background-color: #2b2d37
}

.Selector_selectItem2__3nV38:hover,
.Selector_selectItem__33fez:hover {
    color: #a13cb9
}

.Info_blueBtn__3Oml_,
.Info_pinkBtn__24971 {
    display: flex;
    flex-flow: row nowrap
}

.Info_compWrapper2__26YXS,
.Info_compWrapper__-uYMy,
.Info_internalWrapper__sA_Ff,
.Info_middleWrapper__FMVGR {
    display: flex;
    flex-flow: column nowrap
}

.Info_pinkBtn__24971 {
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    border: transparent;
    background: #774bbd;
    -webkit-transform: skewX(-15deg);
    transform: skewX(-15deg);
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    background: linear-gradient(90deg, #774bbd, #a23bb8)
}

@media (max-width:768px) {
    .Info_pinkBtn__24971 {
        hover: none
    }
}

.Info_pinkBtn__24971:hover {
    background-size: 400% 400%;
    -webkit-animation: Info_Gradient__1dIv8 5s ease infinite;
    animation: Info_Gradient__1dIv8 5s ease infinite;
    background-image: radial-gradient(ellipse, #774bbd 3.56%, #a23bb8 50%, #774bbd 100%)
}

.Info_blueBtn__3Oml_ {
    -webkit-transform: skewX(-15deg);
    transform: skewX(-15deg);
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    border: transparent;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    background: #56bef7;
    background: linear-gradient(90deg, #56bef7, #1fe7e7)
}

@media (max-width:768px) {
    .Info_blueBtn__3Oml_ {
        hover: none
    }
}

.Info_blueBtn__3Oml_:hover {
    background-size: 400% 400%;
    -webkit-animation: Info_Gradient__1dIv8 5s ease infinite;
    animation: Info_Gradient__1dIv8 5s ease infinite;
    background-image: radial-gradient(ellipse, #56bef7 3.56%, #1fe7e7 50%, #56bef7 100%)
}

.Info_pinkBtn__24971:hover {
    -webkit-transform: scale(.95) skewX(-15deg);
    transform: scale(.95) skewX(-15deg)
}

.Info_pinkBtn__24971:active {
    box-shadow: inset 0 0 .417vw .677vw rgba(85, 41, 88, .23)
}

.Info_blueBtn__3Oml_:hover {
    -webkit-transform: scale(.95) skewX(-15deg);
    transform: scale(.95) skewX(-15deg)
}

.Info_blueBtn__3Oml_:active {
    box-shadow: inset 0 0 .417vw .677vw rgba(41, 73, 88, .23)
}

@-webkit-keyframes Info_Gradient__1dIv8 {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

@keyframes Info_Gradient__1dIv8 {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

.Info_commonWraper__2SJnS {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between
}

.Info_compWrapper2__26YXS,
.Info_compWrapper__-uYMy {
    margin-top: 2vw
}

@media (max-width:768px) {
    .Info_compWrapper2__26YXS,
    .Info_compWrapper__-uYMy {
        margin-top: 7.8125vw
    }
}

@media (max-width:576px) {
    .Info_compWrapper2__26YXS,
    .Info_compWrapper__-uYMy {
        margin-top: 10.9375vw
    }
}

@media (max-width:375px) {
    .Info_compWrapper2__26YXS,
    .Info_compWrapper__-uYMy {
        width: 100%;
        margin-top: 17.1875vw
    }
}

.Info_compWrapper__-uYMy {
    width: 48%
}

.Info_compWrapper2__26YXS {
    width: 49%
}

.Info_mainHeader__3ux5R {
    position: relative;
    padding-left: 1.042vw;
    font-weight: 600;
    color: #fff;
    font-size: 1vw
}

@media (max-width:768px) {
    .Info_mainHeader__3ux5R {
        font-size: 2.5vw;
        padding-left: 2.605vw
    }
}

@media (max-width:576px) {
    .Info_mainHeader__3ux5R {
        font-size: 3.5vw;
        padding-left: 3.647vw;
        margin-left: 10px
    }
}

@media (max-width:375px) {
    .Info_mainHeader__3ux5R {
        font-size: 5.5vw;
        padding-left: 5.731vw
    }
}

.Info_mainHeader__3ux5R:before {
    position: absolute;
    top: 8%;
    left: .5%;
    height: .781vw;
    content: "";
    border-left: .26vw solid #3bd2ef;
    border-radius: .26vw
}

@media (max-width:768px) {
    .Info_mainHeader__3ux5R:before {
        height: 1.9525vw;
        border-left: .65vw solid #3bd2ef;
        border-radius: .65vw
    }
}

@media (max-width:576px) {
    .Info_mainHeader__3ux5R:before {
        height: 2.7335vw;
        border-left: .91vw solid #3bd2ef;
        border-radius: .91vw
    }
}

@media (max-width:375px) {
    .Info_mainHeader__3ux5R:before {
        height: 3.5145vw;
        border-left: 1.17vw solid #3bd2ef;
        border-radius: 1.17vw
    }
}

.Info_middleWrapper__FMVGR {
    justify-content: space-between;
    height: 8.177vw;
    margin-top: .833vw;
    background-color: #22232a;
    border-radius: .52vw;
    padding: 1.25vw
}

@media (max-width:768px) {
    .Info_middleWrapper__FMVGR {
        margin-top: 2.0825vw;
        border-radius: 1.3vw;
        padding: 1.3vw
    }
}

@media (max-width:576px) {
    .Info_middleWrapper__FMVGR {
        flex-flow: column nowrap;
        margin-top: 2.9155vw;
        border-radius: 1.82vw;
        padding: 1.82vw
    }
}

@media (max-width:375px) {
    .Info_middleWrapper__FMVGR {
        margin-top: 4.5815vw;
        border-radius: 2.86vw;
        padding: 2.86vw
    }
}

.Info_header__Betq3 {
    font-size: .833vw;
    font-weight: 400;
    color: hsla(0, 0%, 100%, .5)
}

.Info_stringWrapper__15YRS {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    width: 40%
}

.Info_rightPart__3BNvx {
    display: flex;
    flex-flow: row nowrap;
    font-size: .938vw;
    font-weight: 900;
    color: #fff
}

.Info_green__1V92D {
    color: #66ff35;
    margin-left: .5vw;
    margin-right: .3vw
}

.Info_externalWrapper__h0LrU {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between
}

.Info_internalWrapper__sA_Ff {
    justify-content: space-between;
    height: 8.177vw;
    width: 16.093vw;
    margin-top: .833vw;
    background-color: #22232a;
    border-radius: .52vw;
    padding: 1.25vw
}

@media (max-width:768px) {
    .Info_internalWrapper__sA_Ff {
        margin-top: 2.0825vw;
        border-radius: 1.3vw;
        padding: 1.3vw
    }
}

@media (max-width:576px) {
    .Info_internalWrapper__sA_Ff {
        flex-flow: column nowrap;
        margin-top: 2.9155vw;
        border-radius: 1.82vw;
        padding: 1.82vw
    }
}

@media (max-width:375px) {
    .Info_internalWrapper__sA_Ff {
        margin-top: 4.5815vw;
        border-radius: 2.86vw;
        padding: 2.86vw
    }
}

.Info_aboveBtnTxt__3uYxm {
    font-size: .938vw;
    font-weight: 600;
    color: #fff
}

.Info_pinkBtn__24971:hover {
    color: #fff
}

.Info_blueBtn__3Oml_,
.Info_pinkBtn__24971 {
    width: 13.541vw;
    height: 2.5vw;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-size: 1.5rem;
    font-size: 1vw;
    vertical-align: middle;
    cursor: pointer
}

@media (max-width:576px) {
    .Info_blueBtn__3Oml_,
    .Info_pinkBtn__24971 {
        justify-content: center;
        margin-top: 5vw
    }
}

@media (max-width:425px) {
    .Info_blueBtn__3Oml_,
    .Info_pinkBtn__24971 {
        margin-top: 25px
    }
}

.Install_approveBtn__2vasD,
.Install_blockedBtn__3dlYL,
.Install_instalBtn__33ZqO {
    display: flex;
    flex-flow: row nowrap
}

.Install_metamaskImg__1_EaC {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain
}

.Install_instalBtn__33ZqO {
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    border: transparent;
    background: #774bbd;
    -webkit-transform: skewX(-15deg);
    transform: skewX(-15deg);
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    background: linear-gradient(90deg, #774bbd, #a23bb8)
}

@media (max-width:768px) {
    .Install_instalBtn__33ZqO {
        hover: none
    }
}

.Install_instalBtn__33ZqO:hover {
    background-size: 400% 400%;
    -webkit-animation: Install_Gradient__l7Uy0 5s ease infinite;
    animation: Install_Gradient__l7Uy0 5s ease infinite;
    background-image: radial-gradient(ellipse, #774bbd 3.56%, #a23bb8 50%, #774bbd 100%)
}

.Install_approveBtn__2vasD {
    -webkit-transform: skewX(-15deg);
    transform: skewX(-15deg);
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    border: transparent;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    background: #56bef7;
    background: linear-gradient(90deg, #56bef7, #1fe7e7)
}

@media (max-width:768px) {
    .Install_approveBtn__2vasD {
        hover: none
    }
}

.Install_approveBtn__2vasD:hover {
    background-size: 400% 400%;
    -webkit-animation: Install_Gradient__l7Uy0 5s ease infinite;
    animation: Install_Gradient__l7Uy0 5s ease infinite;
    background-image: radial-gradient(ellipse, #56bef7 3.56%, #1fe7e7 50%, #56bef7 100%)
}

.Install_instalBtn__33ZqO:hover {
    -webkit-transform: scale(.95) skewX(-15deg);
    transform: scale(.95) skewX(-15deg)
}

.Install_instalBtn__33ZqO:active {
    box-shadow: inset 0 0 .417vw .677vw rgba(85, 41, 88, .23)
}

.Install_approveBtn__2vasD:hover {
    -webkit-transform: scale(.95) skewX(-15deg);
    transform: scale(.95) skewX(-15deg)
}

.Install_approveBtn__2vasD:active {
    box-shadow: inset 0 0 .417vw .677vw rgba(41, 73, 88, .23)
}

@-webkit-keyframes Install_Gradient__l7Uy0 {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

@keyframes Install_Gradient__l7Uy0 {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

.Install_block__2vLCQ {
    margin-top: 1.25vw
}

.Install_instrctH__2FtGX {
    font-size: .938vw;
    font-weight: 600;
    color: #fff
}

.Install_instrctStr__180CQ {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    color: #fff;
    margin-top: 1.3vw
}

.Install_instrctStrN__3OzxA {
    font-size: 1.3vw;
    font-weight: 800;
    margin-right: 1.3vw
}

.Install_instrctStrT__3CHQ7 {
    font-size: .833vw;
    font-weight: 400
}

.Install_approveBtn__2vasD,
.Install_blockedBtn__3dlYL,
.Install_instalBtn__33ZqO {
    width: 23.33vw;
    height: 2.5vw;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    margin-top: 1.3vw;
    font-size: 1vw;
    vertical-align: middle
}

@media (max-width:576px) {
    .Install_approveBtn__2vasD,
    .Install_blockedBtn__3dlYL,
    .Install_instalBtn__33ZqO {
        justify-content: center;
        margin-top: 5vw
    }
}

@media (max-width:425px) {
    .Install_approveBtn__2vasD,
    .Install_blockedBtn__3dlYL,
    .Install_instalBtn__33ZqO {
        margin-top: 25px
    }
}

.Install_instalBtn__33ZqO {
    cursor: pointer
}

.Install_blockedBtn__3dlYL {
    -webkit-transform: skewX(-15deg);
    transform: skewX(-15deg);
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    border: transparent;
    background-color: #23252e
}

.Install_metamaskAndChainWrap__UGUio {
    margin-top: 1.3vw;
    display: flex;
    flex-flow: column nowrap
}

.Install_metamaskWrap__2eJUY {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    width: 23.33vw;
    height: 3.69vw;
    background-color: #23252e;
    border-radius: .52vw
}

.Install_metamaskImg__1_EaC {
    background-size: cover;
    width: 1.979vw;
    height: 1.822vw;
    margin-right: 1.3vw;
    margin-left: 1.3vw
}

.Install_metamaskText__1ZjJ6 {
    font-size: .938vw;
    font-weight: 400;
    color: #fff;
    margin-right: .5vw
}

.Install_metamaskAddr__eOOg4 {
    font-size: .938vw;
    font-weight: 900;
    color: #fff;
    overflow: hidden
}

.Install_chainName__2JCf9 {
    margin-top: .5vw;
    font-size: .625vw;
    margin-bottom: .625vw;
    font-weight: 400;
    color: #fff
}

.Install_approveSection__MbjbG {
    display: flex;
    flex-flow: row nowrap;
    align-items: center
}

.Install_approveBtn__2vasD {
    cursor: pointer
}

.Install_ldsring__2eir5 {
    display: inline-block;
    position: relative;
    width: 1.25vw;
    height: 1.25vw;
    margin-left: 2.08vw;
    margin-top: 1vw
}

.Install_ldsring__2eir5 div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 1.25vw;
    height: 1.25vw;
    margin: .156vw;
    border-radius: 50%;
    -webkit-animation: Install_ldsring__2eir5 1.2s cubic-bezier(.5, 0, .5, 1) infinite;
    animation: Install_ldsring__2eir5 1.2s cubic-bezier(.5, 0, .5, 1) infinite;
    border: .156vw solid transparent;
    border-top-color: #fff
}

.Install_ldsring__2eir5 div:first-child {
    -webkit-animation-delay: -.45s;
    animation-delay: -.45s
}

.Install_ldsring__2eir5 div:nth-child(2) {
    -webkit-animation-delay: -.3s;
    animation-delay: -.3s
}

.Install_ldsring__2eir5 div:nth-child(3) {
    -webkit-animation-delay: -.15s;
    animation-delay: -.15s
}

@-webkit-keyframes Install_ldsring__2eir5 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes Install_ldsring__2eir5 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.Install_ldText__2ZG8o {
    margin-top: 1.5vw;
    margin-left: .625vw;
    font-size: .729vw;
    font-weight: 400;
    color: #979fa8
}

.Send_sendBtn___zEG1 {
    display: flex;
    flex-flow: row nowrap;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    border: transparent;
    background: #774bbd;
    -webkit-transform: skewX(-15deg);
    transform: skewX(-15deg);
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    background: linear-gradient(90deg, #774bbd, #a23bb8)
}

@media (max-width:768px) {
    .Send_sendBtn___zEG1 {
        hover: none
    }
}

.Send_sendBtn___zEG1:hover {
    background-size: 400% 400%;
    -webkit-animation: Send_Gradient__1Q0Iy 5s ease infinite;
    animation: Send_Gradient__1Q0Iy 5s ease infinite;
    background-image: radial-gradient(ellipse, #774bbd 3.56%, #a23bb8 50%, #774bbd 100%);
    -webkit-transform: scale(.95) skewX(-15deg);
    transform: scale(.95) skewX(-15deg)
}

.Send_sendBtn___zEG1:active {
    box-shadow: inset 0 0 .417vw .677vw rgba(85, 41, 88, .23)
}

@-webkit-keyframes Send_Gradient__1Q0Iy {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

@keyframes Send_Gradient__1Q0Iy {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

.Send_block__1-P7B {
    margin-top: 1.25vw
}

.Send_instrctH__2xdUx {
    font-size: .938vw;
    font-weight: 600;
    color: #fff
}

.Send_tokenInput__33dqg {
    margin-top: 1.66vw;
    position: relative;
    width: 23.33vw;
    height: 2.29vw;
    padding-left: 1vw;
    background-color: transparent;
    border: .104vw solid rgba(104, 111, 146, .25);
    color: #fff;
    border-radius: .52vw;
    outline: none;
    font-size: .833vw
}

@media (max-width:768px) {
    .Send_tokenInput__33dqg {
        width: 54.8375vw;
        width: 100%;
        height: 5vw;
        padding-left: 3.255vw;
        border: .13vw solid hsla(0, 0%, 100%, .1);
        font-size: 2.0825vw;
        border-radius: 1.3vw
    }
}

@media (max-width:576px) {
    .Send_tokenInput__33dqg {
        width: 76.7725vw;
        height: 7.5vw;
        padding-left: 4.557vw;
        border: .182vw solid hsla(0, 0%, 100%, .1);
        font-size: 2.9155vw;
        border-radius: 1.82vw
    }
}

@media (max-width:375px) {
    .Send_tokenInput__33dqg {
        width: 120.6425vw;
        height: 12.5vw;
        padding-left: 7.161vw;
        border: .286vw solid hsla(0, 0%, 100%, .1);
        font-size: 4.5815vw;
        border-radius: 2.86vw
    }
}

.Send_sendSection__2qypz {
    display: flex;
    flex-flow: row nowrap;
    align-items: center
}

.Send_sendBtn___zEG1 {
    width: 23.33vw;
    height: 2.5vw;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    margin-top: 1.3vw;
    font-size: 1vw;
    vertical-align: middle;
    cursor: pointer
}

@media (max-width:576px) {
    .Send_sendBtn___zEG1 {
        justify-content: center;
        margin-top: 5vw
    }
}

@media (max-width:425px) {
    .Send_sendBtn___zEG1 {
        margin-top: 25px
    }
}

.Send_ldsring__3sc1x {
    display: inline-block;
    position: relative;
    width: 1.25vw;
    height: 1.25vw;
    margin-left: 2.08vw;
    margin-top: 1vw
}

.Send_ldsring__3sc1x div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 1.25vw;
    height: 1.25vw;
    margin: .156vw;
    border-radius: 50%;
    -webkit-animation: Send_ldsring__3sc1x 1.2s cubic-bezier(.5, 0, .5, 1) infinite;
    animation: Send_ldsring__3sc1x 1.2s cubic-bezier(.5, 0, .5, 1) infinite;
    border: .156vw solid transparent;
    border-top-color: #fff
}

.Send_ldsring__3sc1x div:first-child {
    -webkit-animation-delay: -.45s;
    animation-delay: -.45s
}

.Send_ldsring__3sc1x div:nth-child(2) {
    -webkit-animation-delay: -.3s;
    animation-delay: -.3s
}

.Send_ldsring__3sc1x div:nth-child(3) {
    -webkit-animation-delay: -.15s;
    animation-delay: -.15s
}

@-webkit-keyframes Send_ldsring__3sc1x {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes Send_ldsring__3sc1x {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.Send_ldText__1enfx {
    margin-top: 1.5vw;
    margin-left: .625vw;
    font-size: .729vw;
    font-weight: 400;
    color: #979fa8
}

.Receive_sendBtn__1WYT5,
.Receive_sendBtnB__j2qgC {
    display: flex;
    flex-flow: row nowrap
}

.Receive_instrctWarningImg__1qyMY {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain
}

.Receive_sendBtn__1WYT5 {
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    border: transparent;
    background: #774bbd;
    -webkit-transform: skewX(-15deg);
    transform: skewX(-15deg);
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    background: linear-gradient(90deg, #774bbd, #a23bb8)
}

@media (max-width:768px) {
    .Receive_sendBtn__1WYT5 {
        hover: none
    }
}

.Receive_sendBtn__1WYT5:hover {
    background-size: 400% 400%;
    -webkit-animation: Receive_Gradient__8Uqfo 5s ease infinite;
    animation: Receive_Gradient__8Uqfo 5s ease infinite;
    background-image: radial-gradient(ellipse, #774bbd 3.56%, #a23bb8 50%, #774bbd 100%);
    -webkit-transform: scale(.95) skewX(-15deg);
    transform: scale(.95) skewX(-15deg)
}

.Receive_sendBtn__1WYT5:active {
    box-shadow: inset 0 0 .417vw .677vw rgba(85, 41, 88, .23)
}

@-webkit-keyframes Receive_Gradient__8Uqfo {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

@keyframes Receive_Gradient__8Uqfo {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

.Receive_block__wvxTF {
    margin-top: 1.25vw
}

.Receive_instrctH__E9eA9 {
    font-size: .938vw;
    font-weight: 600;
    color: #fff
}

.Receive_instrctFirstStr__1YnHr {
    margin-top: 1.3vw;
    display: flex;
    flex-flow: row nowrap;
    align-items: center
}

.Receive_instrctWarningW__10HKr {
    width: 27.239vw;
    height: 3.542vw;
    margin-left: 19vw;
    background-color: #2b2d37;
    border-radius: 1.042vw;
    align-items: center;
    justify-content: center
}

.Receive_instrctWarningText__2OuoI {
    margin-left: 1vw;
    font-size: .729vw;
    font-weight: 400;
    color: #fff
}

.Receive_instrctStr__3Om7N {
    align-items: center;
    color: #fff
}

.Receive_instrctStr__3Om7N,
.Receive_instrctWarningW__10HKr {
    display: flex;
    flex-flow: row nowrap
}

.Receive_instrctWarningImg__1qyMY {
    background-size: cover;
    width: 1.042vw;
    height: .885vw
}

.Receive_instrctStr2__2USkO,
.Receive_instrctStr3__3Mzqs {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    color: #fff;
    margin-top: 1.3vw
}

.Receive_instrctStr3__3Mzqs {
    margin-top: 2.3vw
}

.Receive_instrctStrN__2WV31 {
    font-size: 1.3vw;
    font-weight: 800;
    margin-right: 1.3vw
}

.Receive_instrctStrT2__2LzXS,
.Receive_instrctStrT__PHU_Q {
    font-size: .833vw;
    font-weight: 400
}

.Receive_instrctStrT2__2LzXS {
    margin-left: .5vw
}

.Receive_instrctStrAddrW__3i8e3 {
    display: flex;
    flex-flow: row nowrap;
    align-items: center
}

.Receive_instrctStrAddr__1Cw5R {
    margin-left: .5vw;
    font-size: .833vw;
    color: #a23bb8
}

.Receive_sendSection__1AXiO {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    margin-top: 1vw
}

.Receive_sendBtn__1WYT5 {
    width: 23.33vw;
    height: 2.5vw;
    align-items: center;
    justify-content: center;
    border-radius: .52vw;
    margin-top: 1.3vw;
    font-size: 1vw;
    vertical-align: middle;
    cursor: pointer
}

@media (max-width:576px) {
    .Receive_sendBtn__1WYT5 {
        justify-content: center;
        margin-top: 5vw
    }
}

@media (max-width:425px) {
    .Receive_sendBtn__1WYT5 {
        margin-top: 25px
    }
}

.Receive_sendBtnB__j2qgC {
    margin-right: 1.5vw;
    width: 23.33vw;
    height: 2.5vw;
    align-items: center;
    justify-content: center;
    border-radius: .52vw;
    margin-top: 1.3vw;
    font-size: 1vw;
    vertical-align: middle;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    border: transparent;
    background: #774bbd;
    -webkit-transform: skewX(-15deg);
    transform: skewX(-15deg);
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    background: linear-gradient(90deg, #774bbd, #a23bb8);
    -webkit-filter: brightness(.4);
    filter: brightness(.4)
}

.Receive_ldsring__3VvAt {
    display: inline-block;
    position: relative;
    width: 1.25vw;
    height: 1.25vw;
    margin-left: 2.08vw;
    margin-top: 1vw
}

.Receive_ldsring__3VvAt div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 1.25vw;
    height: 1.25vw;
    margin: .156vw;
    border-radius: 50%;
    -webkit-animation: Receive_ldsring__3VvAt 1.2s cubic-bezier(.5, 0, .5, 1) infinite;
    animation: Receive_ldsring__3VvAt 1.2s cubic-bezier(.5, 0, .5, 1) infinite;
    border: .156vw solid transparent;
    border-top-color: #fff
}

.Receive_ldsring__3VvAt div:first-child {
    -webkit-animation-delay: -.45s;
    animation-delay: -.45s
}

.Receive_ldsring__3VvAt div:nth-child(2) {
    -webkit-animation-delay: -.3s;
    animation-delay: -.3s
}

.Receive_ldsring__3VvAt div:nth-child(3) {
    -webkit-animation-delay: -.15s;
    animation-delay: -.15s
}

@-webkit-keyframes Receive_ldsring__3VvAt {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes Receive_ldsring__3VvAt {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.Receive_ldText___6df4 {
    margin-top: 1.5vw;
    margin-left: .625vw;
    font-size: .729vw;
    font-weight: 400;
    color: #979fa8
}

.Details_fromsBtn__PyqCn,
.Details_fromsLinkWrap__3tIUZ {
    display: flex;
    flex-flow: row nowrap
}

.Details_fromsWrapper__3esa8 {
    display: flex;
    flex-flow: column nowrap
}

.Details_fromsLinkImg__1MfFu {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain
}

.Details_fromsBtn__PyqCn {
    -webkit-transform: skewX(-15deg);
    transform: skewX(-15deg);
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    border: transparent;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    background: #56bef7;
    background: linear-gradient(90deg, #56bef7, #1fe7e7)
}

@media (max-width:768px) {
    .Details_fromsBtn__PyqCn {
        hover: none
    }
}

.Details_fromsBtn__PyqCn:hover {
    background-size: 400% 400%;
    -webkit-animation: Details_Gradient__3JvkS 5s ease infinite;
    animation: Details_Gradient__3JvkS 5s ease infinite;
    background-image: radial-gradient(ellipse, #56bef7 3.56%, #1fe7e7 50%, #56bef7 100%);
    -webkit-transform: scale(.95) skewX(-15deg);
    transform: scale(.95) skewX(-15deg)
}

.Details_fromsBtn__PyqCn:active {
    box-shadow: inset 0 0 .417vw .677vw rgba(41, 73, 88, .23)
}

@-webkit-keyframes Details_Gradient__3JvkS {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

@keyframes Details_Gradient__3JvkS {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

.Details_icwModal__36rCg {
    padding: 0;
    margin: 0;
    width: 30.885vw;
    height: 21.458vw;
    max-width: 30.885vw;
    max-height: 21.458vw;
    background: transparent;
    box-shadow: none
}

@media (max-width:768px) {
    .Details_icwModal__36rCg {
        flex-direction: column;
        width: 55.417vw;
        height: 94.583vw;
        max-width: 55.417vw;
        min-width: 55.417vw;
        min-height: 94.417vw;
        max-height: 94.583vw
    }
}

.Details_fromsWrapper__3esa8 {
    background: #21212a;
    height: 100%;
    width: 100%;
    border: .052vw solid #353545;
    border-radius: .52vw;
    overflow: hidden;
    align-items: center
}

.Details_fromsHeader__1fH9z {
    margin-top: 2.083vw;
    font-size: 1.875vw;
    font-weight: 600;
    color: #fff;
    line-height: 2.66vw;
    max-width: 21.3vw;
    text-align: center
}

.Details_fromsText__3yZDI {
    margin-top: .833vw;
    font-size: .833vw;
    line-height: 1.18vw;
    font-weight: 400;
    color: rgba(212, 233, 252, .4823529411764706);
    max-width: 22.66vw;
    text-align: center
}

.Details_fromsBtn__PyqCn {
    cursor: pointer;
    width: 13.54vw;
    height: 2.5vw;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    margin-top: 1.666vw;
    font-size: 1vw;
    vertical-align: middle
}

@media (max-width:576px) {
    .Details_fromsBtn__PyqCn {
        justify-content: center;
        margin-top: 5vw
    }
}

@media (max-width:425px) {
    .Details_fromsBtn__PyqCn {
        margin-top: 25px
    }
}

.Details_fromsBtn__PyqCn:hover {
    color: #fff
}

.Details_fromsDetailsText__1_09F {
    margin-top: 2.5vw;
    font-size: .729vw;
    line-height: 1vw;
    font-weight: 400;
    color: #d4e9fc
}

.Details_fromsLinkWrap__3tIUZ {
    justify-content: center;
    align-items: center;
    cursor: pointer
}

.Details_fromsLinkText__2FUdx {
    font-size: .729vw;
    line-height: 1vw;
    font-weight: 400;
    color: #a13cb9;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    -webkit-text-decoration-style: solid;
    text-decoration-style: solid
}

.Details_fromsLinkImg__1MfFu {
    background-size: cover;
    width: .52vw;
    height: .52vw;
    margin-left: .5vw
}

.NotSended_balanceBuyBtn1__2OjLz,
.NotSended_balanceBuyBtn1NA__HuE_W,
.NotSended_balanceBuyBtn2__2NPZp,
.NotSended_stringWrapper__3uOb_ {
    display: flex;
    flex-flow: row nowrap
}

.NotSended_fromsWrapper__3aItX {
    display: flex;
    flex-flow: column nowrap
}

.NotSended_balanceBuyBtn1__2OjLz {
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    border: transparent;
    background: #774bbd;
    -webkit-transform: skewX(-15deg);
    transform: skewX(-15deg);
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    background: linear-gradient(90deg, #774bbd, #a23bb8)
}

@media (max-width:768px) {
    .NotSended_balanceBuyBtn1__2OjLz {
        hover: none
    }
}

.NotSended_balanceBuyBtn1__2OjLz:hover {
    background-size: 400% 400%;
    -webkit-animation: NotSended_Gradient__3ueml 5s ease infinite;
    animation: NotSended_Gradient__3ueml 5s ease infinite;
    background-image: radial-gradient(ellipse, #774bbd 3.56%, #a23bb8 50%, #774bbd 100%)
}

.NotSended_balanceBuyBtn2__2NPZp {
    -webkit-transform: skewX(-15deg);
    transform: skewX(-15deg);
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    border: transparent;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    background: #56bef7;
    background: linear-gradient(90deg, #56bef7, #1fe7e7)
}

@media (max-width:768px) {
    .NotSended_balanceBuyBtn2__2NPZp {
        hover: none
    }
}

.NotSended_balanceBuyBtn2__2NPZp:hover {
    background-size: 400% 400%;
    -webkit-animation: NotSended_Gradient__3ueml 5s ease infinite;
    animation: NotSended_Gradient__3ueml 5s ease infinite;
    background-image: radial-gradient(ellipse, #56bef7 3.56%, #1fe7e7 50%, #56bef7 100%)
}

.NotSended_balanceBuyBtn1__2OjLz:hover {
    -webkit-transform: scale(.95) skewX(-15deg);
    transform: scale(.95) skewX(-15deg)
}

.NotSended_balanceBuyBtn1__2OjLz:active {
    box-shadow: inset 0 0 .417vw .677vw rgba(85, 41, 88, .23)
}

.NotSended_balanceBuyBtn2__2NPZp:hover {
    -webkit-transform: scale(.95) skewX(-15deg);
    transform: scale(.95) skewX(-15deg)
}

.NotSended_balanceBuyBtn2__2NPZp:active {
    box-shadow: inset 0 0 .417vw .677vw rgba(41, 73, 88, .23)
}

@-webkit-keyframes NotSended_Gradient__3ueml {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

@keyframes NotSended_Gradient__3ueml {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

.NotSended_icwModal__3pdG0 {
    padding: 0;
    margin: 0;
    width: 30.885vw;
    height: 21.458vw;
    max-width: 30.885vw;
    max-height: 21.458vw;
    background: transparent;
    box-shadow: none
}

@media (max-width:768px) {
    .NotSended_icwModal__3pdG0 {
        flex-direction: column;
        width: 55.417vw;
        height: 94.583vw;
        max-width: 55.417vw;
        min-width: 55.417vw;
        min-height: 94.417vw;
        max-height: 94.583vw
    }
}

.NotSended_fromsWrapper__3aItX {
    background: #21212a;
    height: 100%;
    width: 100%;
    border: .052vw solid #353545;
    border-radius: .52vw;
    overflow: hidden;
    align-items: center
}

.NotSended_fromsHeader__NvRHN {
    margin-top: 2.083vw;
    margin-bottom: .5vw;
    font-size: 1.7vw;
    font-weight: 600;
    color: #fff;
    line-height: 2.66vw;
    max-width: 25vw;
    text-align: center;
    text-transform: uppercase;
    background: linear-gradient(90deg, #259e3a 0, #b6fc4c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.NotSended_stringWrapper__3uOb_ {
    margin-left: 2vw;
    justify-content: space-between;
    align-self: start;
    font-size: 1.3vw;
    font-weight: 400;
    color: #fff;
    line-height: 2.66vw;
    font-family: "Barlow Condensed"
}

.NotSended_stringBold__25MiA {
    font-weight: 600
}

.NotSended_stringNormalG__1amOK {
    color: #66ff35;
    padding-left: 1vw;
    padding-right: 1vw
}

.NotSended_stringComment__vSlua {
    font-size: .8vw;
    font-weight: 400;
    color: #fff;
    margin-left: 2vw;
    align-self: start
}

.NotSended_buttonsWrapper__1Ohmw {
    margin-top: 1.666vw;
    display: flex;
    flex-flow: row nowrap
}

.NotSended_balanceBuyBtn1__2OjLz {
    margin-right: 1.5vw
}

.NotSended_balanceBuyBtn1__2OjLz,
.NotSended_balanceBuyBtn2__2NPZp {
    width: 11vw;
    height: 2.5vw;
    align-items: center;
    justify-content: center;
    border-radius: .52vw;
    font-size: 1vw;
    vertical-align: middle;
    cursor: pointer
}

.NotSended_balanceBuyBtn1__2OjLz:hover,
.NotSended_balanceBuyBtn2__2NPZp:hover {
    color: #fff
}

.NotSended_balanceBuyBtn1NA__HuE_W {
    margin-right: 1.5vw;
    width: 11vw;
    height: 2.5vw;
    justify-content: center;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    border: transparent;
    background: #774bbd;
    -webkit-transform: skewX(-15deg);
    transform: skewX(-15deg);
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    background: linear-gradient(90deg, #774bbd, #a23bb8);
    align-items: center;
    border-radius: .52vw;
    font-size: 1vw;
    margin-left: auto;
    vertical-align: middle;
    -webkit-filter: brightness(.4);
    filter: brightness(.4)
}

/* Barlow Condensed - all weights, local fonts */
@font-face {
    font-family: "Barlow Condensed";
    src: url(../fonts/barlow-condensed-latin-100-normal.woff2) format("woff2"), url(../fonts/barlow-condensed-latin-100-normal.woff) format("woff");
    font-weight: 100;
    font-style: normal
}
@font-face {
    font-family: "Barlow Condensed";
    src: url(../fonts/barlow-condensed-latin-100-italic.woff2) format("woff2"), url(../fonts/barlow-condensed-latin-100-italic.woff) format("woff");
    font-weight: 100;
    font-style: italic
}
@font-face {
    font-family: "Barlow Condensed";
    src: url(../fonts/barlow-condensed-latin-200-normal.woff2) format("woff2"), url(../fonts/barlow-condensed-latin-200-normal.woff) format("woff");
    font-weight: 200;
    font-style: normal
}
@font-face {
    font-family: "Barlow Condensed";
    src: url(../fonts/barlow-condensed-latin-200-italic.woff2) format("woff2"), url(../fonts/barlow-condensed-latin-200-italic.woff) format("woff");
    font-weight: 200;
    font-style: italic
}
@font-face {
    font-family: "Barlow Condensed";
    src: url(../fonts/barlow-condensed-latin-300-normal.woff2) format("woff2"), url(../fonts/barlow-condensed-latin-300-normal.woff) format("woff");
    font-weight: 300;
    font-style: normal
}
@font-face {
    font-family: "Barlow Condensed";
    src: url(../fonts/barlow-condensed-latin-300-italic.woff2) format("woff2"), url(../fonts/barlow-condensed-latin-300-italic.woff) format("woff");
    font-weight: 300;
    font-style: italic
}
@font-face {
    font-family: "Barlow Condensed";
    src: url(../fonts/barlow-condensed-latin-400-normal.woff2) format("woff2"), url(../fonts/barlow-condensed-latin-400-normal.woff) format("woff");
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: "Barlow Condensed";
    src: url(../fonts/barlow-condensed-latin-400-italic.woff2) format("woff2"), url(../fonts/barlow-condensed-latin-400-italic.woff) format("woff");
    font-weight: 400;
    font-style: italic
}
@font-face {
    font-family: "Barlow Condensed";
    src: url(../fonts/barlow-condensed-latin-500-normal.woff2) format("woff2"), url(../fonts/barlow-condensed-latin-500-normal.woff) format("woff");
    font-weight: 500;
    font-style: normal
}
@font-face {
    font-family: "Barlow Condensed";
    src: url(../fonts/barlow-condensed-latin-500-italic.woff2) format("woff2"), url(../fonts/barlow-condensed-latin-500-italic.woff) format("woff");
    font-weight: 500;
    font-style: italic
}
@font-face {
    font-family: "Barlow Condensed";
    src: url(../fonts/barlow-condensed-latin-600-normal.woff2) format("woff2"), url(../fonts/barlow-condensed-latin-600-normal.woff) format("woff");
    font-weight: 600;
    font-style: normal
}
@font-face {
    font-family: "Barlow Condensed";
    src: url(../fonts/barlow-condensed-latin-600-italic.woff2) format("woff2"), url(../fonts/barlow-condensed-latin-600-italic.woff) format("woff");
    font-weight: 600;
    font-style: italic
}
@font-face {
    font-family: "Barlow Condensed";
    src: url(../fonts/barlow-condensed-latin-700-normal.woff2) format("woff2"), url(../fonts/barlow-condensed-latin-700-normal.woff) format("woff");
    font-weight: 700;
    font-style: normal
}
@font-face {
    font-family: "Barlow Condensed";
    src: url(../fonts/barlow-condensed-latin-700-italic.woff2) format("woff2"), url(../fonts/barlow-condensed-latin-700-italic.woff) format("woff");
    font-weight: 700;
    font-style: italic
}
@font-face {
    font-family: "Barlow Condensed";
    src: url(../fonts/barlow-condensed-latin-800-normal.woff2) format("woff2"), url(../fonts/barlow-condensed-latin-800-normal.woff) format("woff");
    font-weight: 800;
    font-style: normal
}
@font-face {
    font-family: "Barlow Condensed";
    src: url(../fonts/barlow-condensed-latin-800-italic.woff2) format("woff2"), url(../fonts/barlow-condensed-latin-800-italic.woff) format("woff");
    font-weight: 800;
    font-style: italic
}
@font-face {
    font-family: "Barlow Condensed";
    src: url(../fonts/barlow-condensed-latin-900-normal.woff2) format("woff2"), url(../fonts/barlow-condensed-latin-900-normal.woff) format("woff");
    font-weight: 900;
    font-style: normal
}
@font-face {
    font-family: "Barlow Condensed";
    src: url(../fonts/barlow-condensed-latin-900-italic.woff2) format("woff2"), url(../fonts/barlow-condensed-latin-900-italic.woff) format("woff");
    font-weight: 900;
    font-style: italic
}

/* HK Grotesk - local fonts */
@font-face {
    font-family: "HK Grotesk";
    src: url(../fonts/HKGrotesk-Regular.woff2) format("woff2");
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: "HK Grotesk";
    src: url(../fonts/HKGrotesk-Italic.woff2) format("woff2");
    font-weight: 400;
    font-style: italic
}
@font-face {
    font-family: "HK Grotesk";
    src: url(../fonts/HKGrotesk-Light.woff2) format("woff2");
    font-weight: 300;
    font-style: normal
}
@font-face {
    font-family: "HK Grotesk";
    src: url(../fonts/HKGrotesk-LightItalic.woff2) format("woff2");
    font-weight: 300;
    font-style: italic
}
@font-face {
    font-family: "HK Grotesk";
    src: url(../fonts/HKGrotesk-Medium.woff2) format("woff2");
    font-weight: 500;
    font-style: normal
}
@font-face {
    font-family: "HK Grotesk";
    src: url(../fonts/HKGrotesk-MediumItalic.woff2) format("woff2");
    font-weight: 500;
    font-style: italic
}
@font-face {
    font-family: "HK Grotesk";
    src: url(../fonts/HKGrotesk-SemiBold.woff2) format("woff2");
    font-weight: 600;
    font-style: normal
}
@font-face {
    font-family: "HK Grotesk";
    src: url(../fonts/HKGrotesk-SemiBoldItalic.woff2) format("woff2");
    font-weight: 600;
    font-style: italic
}
@font-face {
    font-family: "HK Grotesk";
    src: url(../fonts/HKGrotesk-Bold.woff2) format("woff2");
    font-weight: 700;
    font-style: normal
}
@font-face {
    font-family: "HK Grotesk";
    src: url(../fonts/HKGrotesk-BoldItalic.woff2) format("woff2");
    font-weight: 700;
    font-style: italic
}
@font-face {
    font-family: "HK Grotesk";
    src: url(../fonts/HKGrotesk-ExtraBold.woff2) format("woff2");
    font-weight: 800;
    font-style: normal
}
@font-face {
    font-family: "HK Grotesk";
    src: url(../fonts/HKGrotesk-ExtraBoldItalic.woff2) format("woff2");
    font-weight: 800;
    font-style: italic
}
@font-face {
    font-family: "HK Grotesk";
    src: url(../fonts/HKGrotesk-Black.woff2) format("woff2");
    font-weight: 900;
    font-style: normal
}
@font-face {
    font-family: "HK Grotesk";
    src: url(../fonts/HKGrotesk-BlackItalic.woff2) format("woff2");
    font-weight: 900;
    font-style: italic
}
@font-face {
    font-family: "HK Grotesk Legacy";
    src: url(../fonts/HKGrotesk-Regular.woff2) format("woff2");
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: "HK Grotesk Legacy";
    src: url(../fonts/HKGrotesk-Bold.woff2) format("woff2");
    font-weight: 700;
    font-style: normal
}
@font-face {
    font-family: "HK Grotesk Light Legacy";
    src: url(../fonts/HKGrotesk-Light.woff2) format("woff2");
    font-weight: 300;
    font-style: normal
}
@font-face {
    font-family: "HK Grotesk Medium Legacy";
    src: url(../fonts/HKGrotesk-Medium.woff2) format("woff2");
    font-weight: 500;
    font-style: normal
}
@font-face {
    font-family: "HK Grotesk SemiBold Legacy";
    src: url(../fonts/HKGrotesk-SemiBold.woff2) format("woff2");
    font-weight: 600;
    font-style: normal
}
@font-face {
    font-family: "HK Grotesk SmBold Legacy";
    src: url(../fonts/HKGrotesk-SemiBold.woff2) format("woff2");
    font-weight: 600;
    font-style: normal
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

body {
    font-family: "HK Grotesk", sans-serif;
    box-sizing: border-box;
    background-color: #22232a;
    overflow: hidden;
    width: 100%!important
}

a:hover {
    color: inherit
}

* {
    -webkit-text-size-adjust: 0!important;
    -moz-text-size-adjust: 0!important;
    text-size-adjust: 0!important
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none
}

input[type=number] {
    -moz-appearance: textfield
}

.ant-switch-checked {
    background-color: #32d74b
}

::-webkit-scrollbar {
    width: 8px;
    height: 0
}

@media (max-width:768px) {
     ::-webkit-scrollbar {
        width: 0
    }
}

::-webkit-scrollbar-track {
    background: #2f3039;
    border-radius: 10px
}

::-webkit-scrollbar-thumb {
    background: #22232a;
    border-radius: 10px
}

input:-webkit-autofill,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover,
select:-webkit-autofill,
select:-webkit-autofill:focus,
select:-webkit-autofill:hover,
textarea:-webkit-autofill,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:hover {
    -webkit-text-fill-color: #fff;
    -webkit-box-shadow: 0 0 0 1000px #23252e inset;
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s
}

td {
    text-align: center;
    vertical-align: middle;
    font-weight: 700;
    font-size: 1vw
}

b {
    font-weight: 300
}

input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0
}


/*# sourceMappingURL=main.e37303a2.chunk.css.map */



/* media query added */
@media (max-width:767px) {
    
}


@media (max-width: 1023px) and (min-width:768px) {
    
}

@media (max-width: 1200px) and (min-width:1024px) {
    .Overview_pageWrapper__2XMit {
        height: 105vh;
    }
    .SideBar_sideBarWrapper__928Mk {
        height: 95.5vh;
    }
    .LiquidityStaking_pageWrapper__3EyTG {
        height: 103vh;
    }
    
}