/* .text-right{
  text-align: right;
} */
.liquidity {
    font-size: 18px;
}

.liquidity.eth {
    color: rgba(41, 171, 181, 1);
}

.liquidity.bsc {
    color: rgba(237, 196, 33, 1);
}

.purchase {
    font-size: 18px;
}

.purchase.uniswap {
    color: rgba(41, 171, 181, 1);
}

.purchase.pancakeswap {
    color: rgba(237, 196, 33, 1);
}

.purchase.bakeryswap {
    color: #F7B450;
}

.faq {
    list-style: none;
}

.faq li {
    margin: 8px 0;
}

.faq-icon {
    width: 20px !important;
}

.faq-subtitle {
    font-size: 24px;
    margin-left: 15px;
}

.faq-answer {
    margin-left: 40px;
    -webkit-transition: max-height 0.7s;
    -moz-transition: max-height 0.7s;
    -ms-transition: max-height 0.7s;
    -o-transition: max-height 0.7s;
    transition: max-height 0.7s;
    overflow: hidden;
    max-height: 0;
    color: #9198a6;
    margin-top: 10px;
}

.faq-title[aria-expanded="true"]+.faq-answer {
    max-height: 500px;
}

.nav-opt {
    background-color: transparent;
    color: #fff;
    border: none;
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    /* padding: .5rem 1.5rem!important; */
    text-decoration: none;
    text-transform: uppercase;
}

.nav-btn {
    display: flex;
    align-items: center;
    /* margin: 0 15px; */
}

.nav-btn>.action {
    /* height: 100%; */
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: 500;
    padding: 0.7rem 1rem !important;
    /* margin: .5rem 1.5rem!important; */
    text-decoration: none;
    text-transform: uppercase;
    background-color: #F49B23;
    border: none;
    border-radius: 20px;
}

svg:not(:root).svg-inline--fa {
    overflow: visible;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.svg-inline--fa {
    display: inline-block;
    display: var(--fa-display, inline-block);
    height: 1em;
    overflow: visible;
    vertical-align: -.125em
}

.svg-inline--fa.fa-2xs {
    vertical-align: .1em
}

.svg-inline--fa.fa-xs {
    vertical-align: 0
}

.svg-inline--fa.fa-sm {
    vertical-align: -.0714285705em
}

.svg-inline--fa.fa-lg {
    vertical-align: -.2em
}

.svg-inline--fa.fa-xl {
    vertical-align: -.25em
}

.svg-inline--fa.fa-2xl {
    vertical-align: -.3125em
}

.svg-inline--fa.fa-pull-left {
    margin-right: .3em;
    margin-right: var(--fa-pull-margin, .3em);
    width: auto
}

.svg-inline--fa.fa-pull-right {
    margin-left: .3em;
    margin-left: var(--fa-pull-margin, .3em);
    width: auto
}

.svg-inline--fa.fa-li {
    width: 2em;
    width: var(--fa-li-width, 2em);
    top: .25em
}

.svg-inline--fa.fa-fw {
    width: 1.25em;
    width: var(--fa-fw-width, 1.25em)
}

.fa-layers svg.svg-inline--fa {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0
}

.fa-layers-counter,
.fa-layers-text {
    display: inline-block;
    position: absolute;
    text-align: center
}

.fa-layers {
    display: inline-block;
    height: 1em;
    position: relative;
    text-align: center;
    vertical-align: -.125em;
    width: 1em
}

.fa-layers svg.svg-inline--fa {
    -webkit-transform-origin: center center;
    transform-origin: center center
}

.fa-layers-text {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform-origin: center center;
    transform-origin: center center
}

.fa-layers-counter {
    background-color: #ff253a;
    background-color: var(--fa-counter-background-color, #ff253a);
    border-radius: 1em;
    border-radius: var(--fa-counter-border-radius, 1em);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    color: var(--fa-inverse, #fff);
    line-height: 1;
    line-height: var(--fa-counter-line-height, 1);
    max-width: 5em;
    max-width: var(--fa-counter-max-width, 5em);
    min-width: 1.5em;
    min-width: var(--fa-counter-min-width, 1.5em);
    overflow: hidden;
    padding: .25em .5em;
    padding: var(--fa-counter-padding, .25em .5em);
    right: 0;
    right: var(--fa-right, 0);
    text-overflow: ellipsis;
    top: 0;
    top: var(--fa-top, 0);
    -webkit-transform: scale(.25);
    transform: scale(.25);
    -webkit-transform: scale(var(--fa-counter-scale, .25));
    transform: scale(var(--fa-counter-scale, .25));
    -webkit-transform-origin: top right;
    transform-origin: top right
}

.fa-layers-bottom-right {
    bottom: 0;
    bottom: var(--fa-bottom, 0);
    right: 0;
    right: var(--fa-right, 0);
    top: auto;
    -webkit-transform: scale(.25);
    transform: scale(.25);
    -webkit-transform: scale(var(--fa-layers-scale, .25));
    transform: scale(var(--fa-layers-scale, .25));
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right
}

.fa-layers-bottom-left {
    bottom: 0;
    bottom: var(--fa-bottom, 0);
    left: 0;
    left: var(--fa-left, 0);
    right: auto;
    top: auto;
    -webkit-transform: scale(.25);
    transform: scale(.25);
    -webkit-transform: scale(var(--fa-layers-scale, .25));
    transform: scale(var(--fa-layers-scale, .25));
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left
}

.fa-layers-top-right {
    top: 0;
    top: var(--fa-top, 0);
    right: 0;
    right: var(--fa-right, 0);
    -webkit-transform: scale(.25);
    transform: scale(.25);
    -webkit-transform: scale(var(--fa-layers-scale, .25));
    transform: scale(var(--fa-layers-scale, .25));
    -webkit-transform-origin: top right;
    transform-origin: top right
}

.fa-layers-top-left {
    left: 0;
    left: var(--fa-left, 0);
    right: auto;
    top: 0;
    top: var(--fa-top, 0);
    -webkit-transform: scale(.25);
    transform: scale(.25);
    -webkit-transform: scale(var(--fa-layers-scale, .25));
    transform: scale(var(--fa-layers-scale, .25));
    -webkit-transform-origin: top left;
    transform-origin: top left
}

.fa-1x {
    font-size: 1em
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-6x {
    font-size: 6em
}

.fa-7x {
    font-size: 7em
}

.fa-8x {
    font-size: 8em
}

.fa-9x {
    font-size: 9em
}

.fa-10x {
    font-size: 10em
}

.fa-2xs {
    font-size: .625em;
    line-height: .1em;
    vertical-align: .225em
}

.fa-xs {
    font-size: .75em;
    line-height: .0833333337em;
    vertical-align: .125em
}

.fa-sm {
    font-size: .875em;
    line-height: .0714285718em;
    vertical-align: .0535714295em
}

.fa-lg {
    font-size: 1.25em;
    line-height: .05em;
    vertical-align: -.075em
}

.fa-xl {
    font-size: 1.5em;
    line-height: .0416666682em;
    vertical-align: -.125em
}

.fa-2xl {
    font-size: 2em;
    line-height: .03125em;
    vertical-align: -.1875em
}

.fa-fw {
    text-align: center;
    width: 1.25em
}

.fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    margin-left: var(--fa-li-margin, 2.5em);
    padding-left: 0
}

.fa-ul>li {
    position: relative
}

.fa-li {
    left: calc(2em * -1);
    left: calc(var(--fa-li-width, 2em) * -1);
    position: absolute;
    text-align: center;
    width: 2em;
    width: var(--fa-li-width, 2em);
    line-height: inherit
}

.fa-border {
    border-color: #eee;
    border-color: var(--fa-border-color, #eee);
    border-radius: .1em;
    border-radius: var(--fa-border-radius, .1em);
    border-style: solid;
    border-style: var(--fa-border-style, solid);
    border-width: .08em;
    border-width: var(--fa-border-width, .08em);
    padding: .2em .25em .15em;
    padding: var(--fa-border-padding, .2em .25em .15em)
}

.fa-pull-left {
    float: left;
    margin-right: .3em;
    margin-right: var(--fa-pull-margin, .3em)
}

.fa-pull-right {
    float: right;
    margin-left: .3em;
    margin-left: var(--fa-pull-margin, .3em)
}

.fa-beat {
    -webkit-animation-name: fa-beat;
    animation-name: fa-beat;
    -webkit-animation-delay: 0;
    animation-delay: 0;
    -webkit-animation-delay: var(--fa-animation-delay, 0);
    animation-delay: var(--fa-animation-delay, 0);
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-direction: var(--fa-animation-direction, normal);
    animation-direction: var(--fa-animation-direction, normal);
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: var(--fa-animation-duration, 1s);
    animation-duration: var(--fa-animation-duration, 1s);
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
    animation-timing-function: var(--fa-animation-timing, ease-in-out)
}

.fa-fade {
    -webkit-animation-name: fa-fade;
    animation-name: fa-fade;
    -webkit-animation-delay: 0;
    animation-delay: 0;
    -webkit-animation-delay: var(--fa-animation-delay, 0);
    animation-delay: var(--fa-animation-delay, 0);
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-direction: var(--fa-animation-direction, normal);
    animation-direction: var(--fa-animation-direction, normal);
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: var(--fa-animation-duration, 1s);
    animation-duration: var(--fa-animation-duration, 1s);
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    -webkit-animation-timing-function: cubic-bezier(.4, 0, .6, 1);
    animation-timing-function: cubic-bezier(.4, 0, .6, 1);
    -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(.4, 0, .6, 1));
    animation-timing-function: var(--fa-animation-timing, cubic-bezier(.4, 0, .6, 1))
}

.fa-flash {
    -webkit-animation-name: fa-flash;
    animation-name: fa-flash;
    -webkit-animation-delay: 0;
    animation-delay: 0;
    -webkit-animation-delay: var(--fa-animation-delay, 0);
    animation-delay: var(--fa-animation-delay, 0);
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-direction: var(--fa-animation-direction, normal);
    animation-direction: var(--fa-animation-direction, normal);
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: var(--fa-animation-duration, 1s);
    animation-duration: var(--fa-animation-duration, 1s);
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    -webkit-animation-timing-function: cubic-bezier(.4, 0, .6, 1);
    animation-timing-function: cubic-bezier(.4, 0, .6, 1);
    -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(.4, 0, .6, 1));
    animation-timing-function: var(--fa-animation-timing, cubic-bezier(.4, 0, .6, 1))
}

.fa-flip {
    -webkit-animation-name: fa-flip;
    animation-name: fa-flip;
    -webkit-animation-delay: 0;
    animation-delay: 0;
    -webkit-animation-delay: var(--fa-animation-delay, 0);
    animation-delay: var(--fa-animation-delay, 0);
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-direction: var(--fa-animation-direction, normal);
    animation-direction: var(--fa-animation-direction, normal);
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: var(--fa-animation-duration, 1s);
    animation-duration: var(--fa-animation-duration, 1s);
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
    animation-timing-function: var(--fa-animation-timing, ease-in-out)
}

.fa-spin {
    -webkit-animation-name: fa-spin;
    animation-name: fa-spin;
    -webkit-animation-delay: 0;
    animation-delay: 0;
    -webkit-animation-delay: var(--fa-animation-delay, 0);
    animation-delay: var(--fa-animation-delay, 0);
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-direction: var(--fa-animation-direction, normal);
    animation-direction: var(--fa-animation-direction, normal);
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-duration: var(--fa-animation-duration, 2s);
    animation-duration: var(--fa-animation-duration, 2s);
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-timing-function: var(--fa-animation-timing, linear);
    animation-timing-function: var(--fa-animation-timing, linear)
}

.fa-spin-reverse {
    --fa-animation-direction: reverse
}

.fa-pulse,
.fa-spin-pulse {
    -webkit-animation-name: fa-spin;
    animation-name: fa-spin;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-direction: var(--fa-animation-direction, normal);
    animation-direction: var(--fa-animation-direction, normal);
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: var(--fa-animation-duration, 1s);
    animation-duration: var(--fa-animation-duration, 1s);
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    -webkit-animation-timing-function: steps(8);
    animation-timing-function: steps(8);
    -webkit-animation-timing-function: var(--fa-animation-timing, steps(8));
    animation-timing-function: var(--fa-animation-timing, steps(8))
}

@media (prefers-reduced-motion:reduce) {

    .fa-beat,
    .fa-fade,
    .fa-flash,
    .fa-flip,
    .fa-pulse,
    .fa-spin,
    .fa-spin-pulse {
        -webkit-animation-delay: -1ms;
        animation-delay: -1ms;
        -webkit-animation-duration: 1ms;
        animation-duration: 1ms;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
        -webkit-transition-duration: 0s;
        transition-duration: 0s
    }
}

@-webkit-keyframes fa-beat {

    0%,
    90% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    45% {
        -webkit-transform: scale(1.25);
        transform: scale(1.25);
        -webkit-transform: scale(var(--fa-beat-scale, 1.25));
        transform: scale(var(--fa-beat-scale, 1.25))
    }
}

@keyframes fa-beat {

    0%,
    90% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    45% {
        -webkit-transform: scale(1.25);
        transform: scale(1.25);
        -webkit-transform: scale(var(--fa-beat-scale, 1.25));
        transform: scale(var(--fa-beat-scale, 1.25))
    }
}

@-webkit-keyframes fa-fade {
    50% {
        opacity: .4;
        opacity: var(--fa-fade-opacity, .4)
    }
}

@keyframes fa-fade {
    50% {
        opacity: .4;
        opacity: var(--fa-fade-opacity, .4)
    }
}

@-webkit-keyframes fa-flash {

    0%,
    100% {
        opacity: .4;
        opacity: var(--fa-flash-opacity, .4);
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.125);
        transform: scale(1.125);
        -webkit-transform: scale(var(--fa-flash-scale, 1.125));
        transform: scale(var(--fa-flash-scale, 1.125))
    }
}

@keyframes fa-flash {

    0%,
    100% {
        opacity: .4;
        opacity: var(--fa-flash-opacity, .4);
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.125);
        transform: scale(1.125);
        -webkit-transform: scale(var(--fa-flash-scale, 1.125));
        transform: scale(var(--fa-flash-scale, 1.125))
    }
}

@-webkit-keyframes fa-flip {
    50% {
        -webkit-transform: rotate3d(0, 1, 0, -180deg);
        transform: rotate3d(0, 1, 0, -180deg);
        -webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
        transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg))
    }
}

@keyframes fa-flip {
    50% {
        -webkit-transform: rotate3d(0, 1, 0, -180deg);
        transform: rotate3d(0, 1, 0, -180deg);
        -webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
        transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg))
    }
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.fa-rotate-90 {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1)
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
    -webkit-transform: scale(-1, -1);
    transform: scale(-1, -1)
}

.fa-rotate-by {
    -webkit-transform: rotate(none);
    transform: rotate(none);
    -webkit-transform: rotate(var(--fa-rotate-angle, none));
    transform: rotate(var(--fa-rotate-angle, none))
}

.fa-stack {
    display: inline-block;
    vertical-align: middle;
    height: 2em;
    position: relative;
    width: 2.5em
}

.fa-stack-1x,
.fa-stack-2x {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    z-index: auto;
    z-index: var(--fa-stack-z-index, auto)
}

.svg-inline--fa.fa-stack-1x {
    height: 1em;
    width: 1.25em
}

.svg-inline--fa.fa-stack-2x {
    height: 2em;
    width: 2.5em
}

.fa-inverse {
    color: #fff;
    color: var(--fa-inverse, #fff)
}

.fa-sr-only,
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0
}

.fa-sr-only-focusable:not(:focus),
.sr-only-focusable:not(:focus) {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0
}

.svg-inline--fa .fa-primary {
    fill: currentColor;
    fill: var(--fa-primary-color, currentColor);
    opacity: 1;
    opacity: var(--fa-primary-opacity, 1)
}

.svg-inline--fa .fa-secondary {
    fill: currentColor;
    fill: var(--fa-secondary-color, currentColor);
    opacity: .4;
    opacity: var(--fa-secondary-opacity, .4)
}

.svg-inline--fa.fa-swap-opacity .fa-primary {
    opacity: .4;
    opacity: var(--fa-secondary-opacity, .4)
}

.svg-inline--fa.fa-swap-opacity .fa-secondary {
    opacity: 1;
    opacity: var(--fa-primary-opacity, 1)
}

.svg-inline--fa mask .fa-primary,
.svg-inline--fa mask .fa-secondary {
    fill: #000
}

.fa-duotone.fa-inverse,
.fad.fa-inverse {
    color: #fff;
    color: var(--fa-inverse, #fff)
}

.svelte-2wx9ab {
    box-sizing: border-box;
}

.bg.svelte-2wx9ab {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.66);
}

.window-wrap.svelte-2wx9ab {
    position: relative;
    margin: 2rem;
    max-height: 100%;
}

.window.svelte-2wx9ab {
    position: relative;
    width: 40rem;
    max-width: 100%;
    max-height: 100%;
    margin: 2rem auto;
    color: black;
    border-radius: 0.5rem;
    background: white;
}

.content.svelte-2wx9ab {
    position: relative;
    padding: 1rem;
    max-height: calc(100vh - 4rem);
    overflow: auto;
}

.close.svelte-2wx9ab {
    display: block;
    box-sizing: border-box;
    position: absolute;
    z-index: 1000;
    top: 1rem;
    right: 1rem;
    margin: 0;
    padding: 0;
    width: 1.5rem;
    height: 1.5rem;
    border: 0;
    color: black;
    border-radius: 1.5rem;
    background: white;
    box-shadow: 0 0 0 1px black;
    transition: transform 0.2s cubic-bezier(0.25, 0.1, 0.25, 1),
        background 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
    -webkit-appearance: none;
}

.close.svelte-2wx9ab:before,
.close.svelte-2wx9ab:after {
    content: '';
    display: block;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    width: 1rem;
    height: 1px;
    background: black;
    transform-origin: center;
    transition: height 0.2s cubic-bezier(0.25, 0.1, 0.25, 1),
        background 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.close.svelte-2wx9ab:before {
    -webkit-transform: translate(0, -50%) rotate(45deg);
    -moz-transform: translate(0, -50%) rotate(45deg);
    transform: translate(0, -50%) rotate(45deg);
    left: 0.25rem;
}

.close.svelte-2wx9ab:after {
    -webkit-transform: translate(0, -50%) rotate(-45deg);
    -moz-transform: translate(0, -50%) rotate(-45deg);
    transform: translate(0, -50%) rotate(-45deg);
    left: 0.25rem;
}

.close.svelte-2wx9ab:hover {
    background: black;
}

.close.svelte-2wx9ab:hover:before,
.close.svelte-2wx9ab:hover:after {
    height: 2px;
    background: white;
}

.close.svelte-2wx9ab:focus {
    border-color: #3399ff;
    box-shadow: 0 0 0 2px #3399ff;
}

.close.svelte-2wx9ab:active {
    transform: scale(0.9);
}

.close.svelte-2wx9ab:hover,
.close.svelte-2wx9ab:focus,
.close.svelte-2wx9ab:active {
    outline: none;
}

footer.svelte-1jwgkbj.svelte-1jwgkbj {
    padding: 40px 20px;
    padding-bottom: 20px;
    margin-top: 2rem;
    display: flex;
    justify-content: space-between;
    opacity: 0.5;
}

.social.svelte-1jwgkbj a.svelte-1jwgkbj {
    margin-right: 10px;
}

.links.svelte-1jwgkbj .link-to.svelte-1jwgkbj {
    cursor: pointer;
    margin-left: 10px;
}

.nav-placeholder.svelte-1xgf9i9.svelte-1xgf9i9 {
    width: 100%;
    height: 90px;
}

nav.svelte-1xgf9i9.svelte-1xgf9i9 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 100;
}

.nav.svelte-1xgf9i9.svelte-1xgf9i9 {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    background: #161313;
}

.brand.svelte-1xgf9i9.svelte-1xgf9i9 {
    display: flex;
    justify-content: left;
}

.brand.svelte-1xgf9i9 a.svelte-1xgf9i9 {
    color: inherit;
    text-decoration: none;
}

.brand.svelte-1xgf9i9 img.svelte-1xgf9i9 {
    height: 40px;
    width: 40px;
    image-rendering: pixelated;
    transform: scale(1.1);
}

.actions.svelte-1xgf9i9.svelte-1xgf9i9 {
    color: #fff;
}

.actions.svelte-1xgf9i9 a.svelte-1xgf9i9 {
    padding: 10px 14px;
    text-align: center;
    font-size: 0.9rem;
    margin-right: 12px;
}

.actions.svelte-1xgf9i9 a.svelte-1xgf9i9:hover {
    color: rgba(0, 0, 0, 1);
}

.action.mint.svelte-1xgf9i9.svelte-1xgf9i9,
.action.mint.svelte-1xgf9i9.svelte-1xgf9i9:hover {
    color: white;
    background-color: var(--accent-color);
    border-color: var(--accent-color);
}

.actions.svelte-1xgf9i9 .text.svelte-1xgf9i9 {
    margin-left: 8px;
}

@media screen and (max-width: 1000px) {
    .main-actions.svelte-1xgf9i9.svelte-1xgf9i9 {
        display: none;
    }

    .nav-placeholder.svelte-1xgf9i9.svelte-1xgf9i9,
    .nav-spacer.svelte-1xgf9i9.svelte-1xgf9i9 {
        display: none;
    }

    nav.svelte-1xgf9i9.svelte-1xgf9i9 {
        position: relative;
    }

    .actions-container.svelte-1xgf9i9.svelte-1xgf9i9 {
        text-align: right;
        width: 100%;
    }
}

@media screen and (max-width: 1000px) {

    .actions.svelte-1xgf9i9 a.svelte-1xgf9i9,
    .action.svelte-1xgf9i9.svelte-1xgf9i9 {
        margin-bottom: 10px;
        white-space: nowrap;
        display: inline-block;
    }

    .action.svelte-1xgf9i9.svelte-1xgf9i9:last-child {
        float: right;
        clear: both;
    }
}

.top-bar.svelte-fc3u9m {
    width: 100%;
    padding: 5px;
    background: var(--accent-color);
    color: #fff;
    font-size: 0.8rem;
    text-align: center;
}

a.svelte-fc3u9m {
    font-weight: bold;
}

h3.svelte-rwvz2z {
    margin-top: 0px;
}

h4.svelte-rwvz2z {
    margin-top: 20px;
    margin-bottom: 0px;
}

i.svelte-rwvz2z {
    font-size: 0.9rem;
    opacity: 0.5;
}

h3.svelte-df6tjj {
    margin-top: 0px;
}

i.svelte-df6tjj {
    font-size: 0.9rem;
    opacity: 0.5;
}

.menu-item.svelte-1s744eq.svelte-1s744eq {
    padding: 4px;
}

.relative.svelte-1s744eq.svelte-1s744eq {
    display: block;
}

a.svelte-1s744eq.svelte-1s744eq {
    display: block;
}

.menu.svelte-1s744eq.svelte-1s744eq {
    position: absolute;
    right: 20px;
    top: 80px;
    width: 300px;
    max-width: 100%;
    padding: 20px;
    border-radius: 20px;
    background-color: var(--background);
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.2);
}

.isOpen.svelte-1s744eq .close.svelte-1s744eq {
    display: block;
}

.isOpen.svelte-1s744eq .open.svelte-1s744eq {
    display: none;
}

.close.svelte-1s744eq.svelte-1s744eq {
    display: none;
}

.btn.svelte-1s744eq.svelte-1s744eq {
    padding: 10px;
}

.open.svelte-1s744eq.svelte-1s744eq {
    display: block;
}

@media screen and (min-width: 1000px) {
    .menu-container.svelte-1s744eq.svelte-1s744eq {
        display: none;
    }
}

.text.svelte-1ldc3gg {
    margin-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 120px;
}

button.svelte-1ldc3gg:disabled,
button.svelte-1ldc3gg:disabled:hover {
    color: initial;
    cursor: default;
    opacity: 1;
}

.logo.svelte-4uris7.svelte-4uris7 {
    width: 60px;
    height: auto;
}

.disclaimer.svelte-4uris7.svelte-4uris7 {
    margin: 20px auto;
    width: 100%;
    text-align: center;
}

.about.svelte-4uris7.svelte-4uris7 {
    font-size: 1.8rem;
    /* margin: 12rem auto 0; */
    width: 100%;
}

.about.svelte-4uris7 h2.svelte-4uris7 {
    margin-top: 2em;
    font-size: 2.3rem;
}

img.svelte-4uris7.svelte-4uris7 {
    object-fit: cover;
    object-position: center;
    height: 280px;
    border-radius: 300px;
    margin: 0.1rem 0px;
    width: 50%;
    image-rendering: pixelated;
    image-resolution: 200%;
}

.about.svelte-4uris7 a.svelte-4uris7 {
    color: var(--accent-color);
}

.black-box.svelte-4uris7.svelte-4uris7 {
    border-radius: 40px;
    background-color: #000;
    color: #fff;
    padding: 60px;
}

.black-box.svelte-4uris7 h1.svelte-4uris7 {
    font-size: 2rem;
    font-weight: 900;
}

.extra.svelte-4uris7.svelte-4uris7 {
    max-width: 900px;
    margin: 60px auto;
}

.icons.svelte-4uris7.svelte-4uris7 {
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}

.icon-example.svelte-4uris7.svelte-4uris7 {
    border-radius: 20px;
    width: 100px;
    height: 100px;
    object-fit: cover;
    margin: 5px;
}

.icon-example.svelte-4uris7.svelte-4uris7:first-of-type {
    margin-left: 0px;
}

@media screen and (max-width: 700px) {
    .about.svelte-4uris7.svelte-4uris7 {
        font-size: 1rem;
        width: 100%;
    }

    .black-box.svelte-4uris7.svelte-4uris7 {
        font-size: 1rem;
        padding: 20px;
        /* transform: scale(1.06); */
    }

    .black-box.svelte-4uris7 h1.svelte-4uris7 {
        font-size: 2rem;
    }
}

.roadmap.svelte-19obux5.svelte-19obux5 {
    font-size: 1.8rem;
    margin: 60px auto;
    width: 90%;
    max-width: 900px;
}

.roadmap-map.svelte-19obux5.svelte-19obux5 {
    position: relative;
    margin: 40px auto;
    width: 100%;
    max-width: 300px;
}

.roadmap-line.svelte-19obux5.svelte-19obux5 {
    position: absolute;
    left: 20px;
    top: 40px;
    bottom: 10px;
    border-left: dashed 2px rgba(0, 0, 0, 0.5);
}

.roadmap-note.svelte-19obux5.svelte-19obux5 {
    margin-bottom: 20px;
    font-size: 0.8rem;
    margin-left: 30px;
}

.roadmap-button.svelte-19obux5.svelte-19obux5 {
    position: relative;
    z-index: 100px;
    background: rgba(0, 0, 0, 1);
    color: white;
    font-size: 0.9rem;
    margin-bottom: 20px;
    padding: 10px 10px;
    display: block;
    border: none;
    text-align: left;
    border-radius: 8px;
    width: 100%;
    animation: svelte-19obux5-slideIn 0.4s ease both;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.roadmap-button.svelte-19obux5.svelte-19obux5:nth-of-type(1) {
    animation-delay: 0.1s;
}

.roadmap-button.svelte-19obux5.svelte-19obux5:nth-of-type(2) {
    animation-delay: 0.2s;
}

.roadmap-button.svelte-19obux5.svelte-19obux5:nth-of-type(3) {
    animation-delay: 0.3s;
}

.roadmap-button.svelte-19obux5.svelte-19obux5:nth-of-type(4) {
    animation-delay: 0.4s;
}

.roadmap-button.svelte-19obux5.svelte-19obux5:nth-of-type(5) {
    animation-delay: 0.5s;
}

.roadmap-button.svelte-19obux5.svelte-19obux5:nth-of-type(6) {
    animation-delay: 0.6s;
}

.roadmap-button.svelte-19obux5.svelte-19obux5:nth-of-type(7) {
    animation-delay: 0.7s;
}

.roadmap-button.svelte-19obux5.svelte-19obux5:nth-of-type(8) {
    animation-delay: 0.8s;
}

.roadmap-button.svelte-19obux5.svelte-19obux5:nth-of-type(9) {
    animation-delay: 0.9s;
}

.roadmap-button.svelte-19obux5.svelte-19obux5:nth-of-type(10) {
    animation-delay: 1s;
}

.roadmap-button.svelte-19obux5.svelte-19obux5:nth-of-type(11) {
    animation-delay: 1.1s;
}

.roadmap-button.svelte-19obux5.svelte-19obux5:nth-of-type(12) {
    animation-delay: 1.2s;
}

.roadmap-button.svelte-19obux5.svelte-19obux5:nth-of-type(13) {
    animation-delay: 1.3s;
}

.roadmap-button.svelte-19obux5.svelte-19obux5:nth-of-type(14) {
    animation-delay: 1.4s;
}

.roadmap-button.svelte-19obux5.svelte-19obux5:nth-of-type(15) {
    animation-delay: 1.5s;
}

.roadmap-button.svelte-19obux5.svelte-19obux5:nth-of-type(16) {
    animation-delay: 1.6s;
}

.roadmap-button.svelte-19obux5.svelte-19obux5:nth-of-type(17) {
    animation-delay: 1.7s;
}

.roadmap-button.svelte-19obux5.svelte-19obux5:nth-of-type(18) {
    animation-delay: 1.8s;
}

.roadmap-button.svelte-19obux5.svelte-19obux5:nth-of-type(19) {
    animation-delay: 1.9s;
}

.roadmap-button.svelte-19obux5.svelte-19obux5:nth-of-type(20) {
    animation-delay: 2s;
}

.roadmap-button.svelte-19obux5.svelte-19obux5:nth-of-type(21) {
    animation-delay: 2.1s;
}

.roadmap-button.uncomplete.svelte-19obux5.svelte-19obux5 {
    background: rgba(50, 50, 50, 1);
}

.roadmap-button.svelte-19obux5 .icon.svelte-19obux5 {
    color: rgb(31, 248, 121);
}

.scrapped.roadmap-button.svelte-19obux5 .icon.svelte-19obux5 {
    color: rgb(241, 30, 100);
}

.roadmap-button.progress.svelte-19obux5 .icon.svelte-19obux5 {
    color: rgb(253, 218, 60);
}

.roadmap-button.uncomplete.svelte-19obux5 .icon.svelte-19obux5 {
    color: rgb(255, 255, 255);
}

.note.svelte-19obux5.svelte-19obux5 {
    font-size: 1rem;
    opacity: 0.6;
}

@media screen and (max-width: 700px) {
    .roadmap.svelte-19obux5.svelte-19obux5 {
        font-size: 1.3rem;
    }
}

@keyframes svelte-19obux5-slideIn {
    0% {
        transform: translateX(200px);
        opacity: 0;
    }

    100% {
        transform: translateX(0px);
        opacity: 1;
    }
}

.mint.svelte-j73j9l.svelte-j73j9l {
    margin: 40px auto;
    width: 680px;
    max-width: 90%;
    padding: 40px;
    border-radius: 30px;
    background-color: rgb(243, 243, 243);
}

.disclaimer.svelte-j73j9l.svelte-j73j9l {
    background: black;
    color: #fff;
    font-size: 0.8rem;
    max-width: 600px;
    border-radius: 10px;
    margin: 50px auto;
    padding: 20px;
}

.details.svelte-j73j9l.svelte-j73j9l {
    margin-top: 30px;
    margin-bottom: 20px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.details.svelte-j73j9l img.svelte-j73j9l,
.details.svelte-j73j9l span.svelte-j73j9l {
    display: inline-block;
}

.details.svelte-j73j9l img.svelte-j73j9l {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
}

.details.svelte-j73j9l img.party.svelte-j73j9l {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
}

h2.svelte-j73j9l.svelte-j73j9l {
    margin-bottom: 0.5rem;
}

button.svelte-j73j9l.svelte-j73j9l {
    margin-top: 1.5rem;
}

.btn-large.svelte-j73j9l.svelte-j73j9l {
    padding: 20px 30px;
    min-width: 100%;
}

.btn-large.svelte-j73j9l.svelte-j73j9l:hover {
    transform: scale(1.02);
}

.btn.party.svelte-j73j9l.svelte-j73j9l {
    background: linear-gradient(121deg,
            var(--accent-color),
            rgb(115, 0, 255),
            rgb(212, 128, 1),
            rgb(255, 4, 146),
            rgb(17, 0, 255),
            rgb(21, 202, 5),
            rgb(1, 194, 219),
            var(--accent-color),
            var(--accent-color));
    background-size: 1000% 1000%;
    animation: svelte-j73j9l-bganim 5s linear reverse;
    animation-iteration-count: infinite;
    animation-direction: normal;
    box-shadow: inset 0px 0px 30px 5px #2522f1;
}

a.svelte-j73j9l.svelte-j73j9l {
    color: var(--accent-color);
}

.error-alert.svelte-j73j9l.svelte-j73j9l {
    background-color: #fff;
    color: rgb(158, 25, 65);
    padding: 20px;
    border-radius: 15px;
}

.error-alert.svelte-j73j9l h3.svelte-j73j9l {
    margin-top: 0rem;
    margin-bottom: 1rem;
}

@-webkit-keyframes svelte-j73j9l-bganim {
    0% {
        background-position: 0% 50%;
    }

    100% {
        background-position: 100% 50%;
    }
}

@-moz-keyframes svelte-j73j9l-bganim {
    0% {
        background-position: 0% 50%;
    }

    100% {
        background-position: 100% 50%;
    }
}

@-o-keyframes svelte-j73j9l-bganim {
    0% {
        background-position: 0% 50%;
    }

    100% {
        background-position: 100% 50%;
    }
}

@keyframes svelte-j73j9l-bganim {
    0% {
        background-position: 0% 50%;
    }

    100% {
        background-position: 100% 50%;
    }
}

.nft.svelte-9vgrho.svelte-9vgrho {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 20px;
    border-radius: 40px;
}

.nft-data.svelte-9vgrho.svelte-9vgrho {
    flex-wrap: wrap;
}

.data-point.svelte-9vgrho.svelte-9vgrho {
    margin-right: 40px;
}

.nft-image.svelte-9vgrho.svelte-9vgrho {
    overflow: hidden;
    flex-basis: 40%;
    font-size: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.nft-image.svelte-9vgrho h2.svelte-9vgrho {
    margin-top: 20px;
    opacity: 0.5;
}

h3.svelte-9vgrho.svelte-9vgrho {
    margin-top: 30px;
    margin-bottom: 10px;
}

.btn.svelte-9vgrho.svelte-9vgrho {
    margin-right: 10px;
    min-width: 200px;
    font-weight: normal;
}

.actions.svelte-9vgrho.svelte-9vgrho {
    border-radius: 20px;
    margin-top: 40px;
}

.actions.svelte-9vgrho .btn.svelte-9vgrho:disabled {
    opacity: 1;
    cursor: normal;
}

.nft-info.svelte-9vgrho.svelte-9vgrho {
    flex-basis: 60%;
    padding-left: 60px;
    padding-top: 10px;
    padding-bottom: 10px;
}

@media screen and (max-width: 800px) {
    .nft.svelte-9vgrho.svelte-9vgrho {
        display: block;
    }

    .nft-info.svelte-9vgrho.svelte-9vgrho {
        width: 100%;
        padding: 20px;
        font-size: 1.2rem;
        color: rgba(0, 0, 0, 0.7);
    }

    .actions.svelte-9vgrho .btn.svelte-9vgrho {
        margin-bottom: 10px;
    }

    .nft-image.svelte-9vgrho.svelte-9vgrho {
        width: 400px;
        max-width: 100%;
        margin: 0px auto;
        background-color: var(--button-color);
        padding: 20px;
        border-radius: 20px;
    }
}

.black-box.svelte-nagqci.svelte-nagqci {
    border-radius: 30px;
    background-color: #000;
    color: #fff;
    padding: 40px;
    margin-bottom: 40px;
}

.black-box.svelte-nagqci h1.svelte-nagqci {
    font-size: 2.5rem;
    font-weight: 900;
}

.coming-soon.svelte-6bigzw {
    padding: 200px 10px;
    text-align: center;
}

h2.svelte-6bigzw {
    font-weight: 600;
    opacity: 0.6;
}

a.svelte-6bigzw {
    color: var(--accent-color);
}

.black-box.svelte-veb0xs.svelte-veb0xs {
    flex-basis: 50%;
}

.disclaimer.svelte-veb0xs.svelte-veb0xs {
    background: black;
    color: #fff;
    font-size: 0.8rem;
    max-width: 600px;
    border-radius: 10px;
    margin: 50px auto;
    padding: 20px;
}

.info.svelte-veb0xs.svelte-veb0xs {
    margin-top: 40px;
}

.presale.svelte-veb0xs.svelte-veb0xs {
    max-width: 100%;
    width: 600px;
    margin: 80px auto;
}

code.svelte-veb0xs.svelte-veb0xs {
    color: var(--accent-color);
}

.error-alert.svelte-veb0xs.svelte-veb0xs {
    background-color: #fff;
    color: rgb(158, 25, 65);
    padding: 20px;
    border-radius: 15px;
}

.error-alert.svelte-veb0xs h3.svelte-veb0xs {
    margin-top: 0rem;
    margin-bottom: 1rem;
}

@media screen and (max-width: 600px) {
    .black-box.svelte-veb0xs.svelte-veb0xs {
        padding: 0px;
        transform: scale(1);
        margin-bottom: 150px;
    }

    .presale.svelte-veb0xs.svelte-veb0xs {
        width: 100%;
        padding: 10px;
        margin: 20px auto;
    }

    .black-box.svelte-veb0xs h1.svelte-veb0xs {
        font-size: 2rem;
    }

    h1.svelte-veb0xs br.svelte-veb0xs {
        display: none;
    }

    .presale-info.svelte-veb0xs.svelte-veb0xs {
        padding: 20px;
    }

    .info.svelte-veb0xs.svelte-veb0xs {
        font-size: 0.7rem;
    }
}

.logo.svelte-kh5iny.svelte-kh5iny {
    width: 60px;
    height: auto;
    animation: svelte-kh5iny-rotate 10s linear infinite;
}

.about.svelte-kh5iny.svelte-kh5iny {
    font-size: 1.8rem;
    margin: 60px auto;
    width: 90%;
}

code.svelte-kh5iny.svelte-kh5iny {
    opacity: 0.6;
    font-size: 0.9em;
}

.about.svelte-kh5iny h2.svelte-kh5iny {
    margin-top: 2em;
    font-size: 2.3rem;
}

img.svelte-kh5iny.svelte-kh5iny {
    object-fit: cover;
    object-position: center;
    height: 280px;
    border-radius: 300px;
    margin: 0.1rem 0px;
    width: 50%;
    image-rendering: pixelated;
    image-resolution: 200%;
}

.about.svelte-kh5iny a.svelte-kh5iny {
    color: var(--accent-color);
}

a.btn.svelte-kh5iny.svelte-kh5iny {
    font-weight: normal;
    color: #fff;
    padding-right: 30px;
    padding-left: 30px;
    min-width: 200px;
}

.black-box.svelte-kh5iny.svelte-kh5iny {
    border-radius: 40px;
    background-color: #161313;
    color: #fff;
    padding: 60px;
}

.black-box.svelte-kh5iny h1.svelte-kh5iny {
    font-size: 3rem;
    font-weight: 900;
}

.extra.svelte-kh5iny.svelte-kh5iny {
    max-width: 900px;
    margin: 60px auto;
}

.info.svelte-kh5iny.svelte-kh5iny {
    margin-top: 60px;
    margin-bottom: 0px;
    font-size: 0.9rem;
}

.disclaimer.svelte-kh5iny.svelte-kh5iny {
    background: black;
    color: #fff;
    font-size: 0.8rem;
    max-width: 600px;
    border-radius: 10px;
    margin: 50px auto;
    padding: 20px;
}

@media screen and (max-width: 700px) {
    .about.svelte-kh5iny.svelte-kh5iny {
        font-size: 1rem;
        width: 100%;
    }

    .black-box.svelte-kh5iny.svelte-kh5iny {
        font-size: 1rem;
        padding: 20px;
    }

    .black-box.svelte-kh5iny h1.svelte-kh5iny {
        font-size: 2rem;
    }
}

@keyframes svelte-kh5iny-rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes svelte-kh5iny-hole {
    0% {
        box-shadow: inset -50px 0px 0px 0px rgba(0, 26, 255, 0),
            inset -25px 0px 0px 0px rgba(0, 26, 255, 0),
            inset -10px 0px 0px 0px rgba(0, 26, 255, 0);
    }

    50% {
        box-shadow: inset 50px 100px 0px 0px rgba(0, 26, 255, 0.5),
            inset 100px 200px 0px 0px rgba(0, 26, 255, 0.5),
            inset 150px 300px 0px 0px rgba(0, 26, 255, 0.5);
    }

    80% {
        box-shadow: inset 50px 100px 0px 0px rgba(0, 26, 255, 0),
            inset 100px 200px 0px 0px rgba(0, 26, 255, 0),
            inset 150px 300px 0px 0px rgba(0, 26, 255, 0);
    }
}

.black-box.svelte-11fr5gu.svelte-11fr5gu {
    flex-basis: 50%;
    margin-bottom: 20px;
}

.disclaimer.svelte-11fr5gu.svelte-11fr5gu {
    background: black;
    color: #fff;
    font-size: 0.8rem;
    max-width: 600px;
    border-radius: 10px;
    margin: 50px auto;
    padding: 20px;
}

.staking.svelte-11fr5gu.svelte-11fr5gu {
    max-width: 100%;
    width: 100%;
    margin: 80px auto;
    display: flex;
    justify-content: space-around;
}

.error-alert.svelte-11fr5gu.svelte-11fr5gu {
    background-color: #fff;
    color: rgb(158, 25, 65);
    padding: 20px;
    border-radius: 15px;
}

.error-alert.svelte-11fr5gu h3.svelte-11fr5gu {
    margin-top: 0rem;
    margin-bottom: 1rem;
}

.network-info.svelte-11fr5gu.svelte-11fr5gu {
    padding: 20px;
    border-radius: 20px;
    background-color: rgba(0, 26, 255, 0.8);
    color: #fff;
    margin-bottom: 30px;
}

.tvl.svelte-11fr5gu.svelte-11fr5gu {
    padding: 20px 0px;
    padding-bottom: 40px;
}

.tvl.svelte-11fr5gu h1.svelte-11fr5gu {
    margin-top: 0px;
    margin-bottom: 0px;
}

.tvl.svelte-11fr5gu p.svelte-11fr5gu {
    margin-bottom: 0px;
    margin-top: 0px;
    opacity: 0.5;
}

a.svelte-11fr5gu.svelte-11fr5gu {
    cursor: pointer;
}

@media screen and (max-width: 600px) {
    .black-box.svelte-11fr5gu.svelte-11fr5gu {
        padding: 0px;
        transform: scale(1);
        margin-bottom: 20px;
    }

    .black-box.svelte-11fr5gu h1.svelte-11fr5gu {
        font-size: 2rem;
    }

    .presale-info.svelte-11fr5gu.svelte-11fr5gu {
        padding: 20px;
    }
}

.wallet.svelte-naih0v.svelte-naih0v {
    margin: 20px auto;
    max-width: 900px;
}

.flex.svelte-naih0v.svelte-naih0v {
    flex-wrap: wrap;
}

.black-box.svelte-naih0v.svelte-naih0v {
    flex-basis: 50%;
    font-size: 1rem;
}

.collectables.svelte-naih0v.svelte-naih0v {
    padding: 30px;
}

center.svelte-naih0v.svelte-naih0v {
    margin: 40px auto;
    margin-bottom: 80px;
    opacity: 0.3;
    text-align: left;
    padding: 20px;
}

.small.svelte-naih0v.svelte-naih0v {
    font-size: 0.8rem;
    opacity: 0.5;
}

.stat.svelte-naih0v.svelte-naih0v {
    margin-right: 40px;
    margin-bottom: 0px;
}

.nft.svelte-naih0v.svelte-naih0v {
    margin-right: 20px;
    margin-bottom: 20px;
}

.success.svelte-naih0v.svelte-naih0v {
    padding: 20px;
    margin: 30px;
    border-radius: var(--border-raduis);
    background-color: rgb(31, 209, 108);
    color: white;
    justify-content: space-between;
    animation: svelte-naih0v-popIn 0.5s ease both;
}

.success.svelte-naih0v .text.svelte-naih0v {
    padding: 8px;
}

.success.svelte-naih0v .btn.svelte-naih0v {
    color: white;
}

.disclaimer.svelte-naih0v.svelte-naih0v {
    background: var(--button-color);
    color: var(--button-text-color);
    font-size: 0.8rem;
    border-radius: 10px;
    margin: 20px auto;
    margin-bottom: 0px;
    padding: 20px;
}

@keyframes svelte-naih0v-popIn {
    from {
        transform: scale(0.8) translateX(-200px);
        opacity: 0.1;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}

.float-right.svelte-naih0v.svelte-naih0v {
    float: right;
    color: var(--accent-color);
}

.community-grid.svelte-18q5xin.svelte-18q5xin {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
}

.disclaimer.svelte-18q5xin.svelte-18q5xin {
    margin: 20px auto;
    width: 100%;
    text-align: center;
}

.about.svelte-18q5xin.svelte-18q5xin {
    font-size: 1.2rem;
    margin: 60px auto;
    width: 90%;
}

.black-box.svelte-18q5xin.svelte-18q5xin {
    border-radius: 20px;
    background-color: #000;
    color: #fff;
    padding: 30px;
}

.black-box.svelte-18q5xin h1.svelte-18q5xin {
    margin-top: 0px;
    font-size: 1.4rem;
    font-weight: 900;
}

.extra.svelte-18q5xin.svelte-18q5xin {
    max-width: 930px;
    margin: 60px auto;
}

@media screen and (max-width: 700px) {
    .about.svelte-18q5xin.svelte-18q5xin {
        font-size: 1rem;
        width: 100%;
    }

    .black-box.svelte-18q5xin.svelte-18q5xin {
        font-size: 1rem;
        padding: 20px;
        transform: scale(1.06);
    }

    .black-box.svelte-18q5xin h1.svelte-18q5xin {
        font-size: 2rem;
    }
}

.gallery.svelte-1ob9zkg.svelte-1ob9zkg {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
}

.about.svelte-1ob9zkg.svelte-1ob9zkg {
    font-size: 1.2rem;
    margin: 60px auto;
    width: 90%;
}

.black-box.svelte-1ob9zkg.svelte-1ob9zkg {
    border-radius: 20px;
    background-color: #000;
    color: #fff;
    padding: 30px;
}

.black-box.svelte-1ob9zkg h1.svelte-1ob9zkg {
    margin-top: 0px;
    font-size: 1.4rem;
    font-weight: 900;
}

.extra.svelte-1ob9zkg.svelte-1ob9zkg {
    max-width: 930px;
    margin: 60px auto;
}

@media screen and (max-width: 700px) {
    .about.svelte-1ob9zkg.svelte-1ob9zkg {
        font-size: 1rem;
        width: 100%;
    }

    .black-box.svelte-1ob9zkg.svelte-1ob9zkg {
        font-size: 1rem;
        padding: 20px;
        transform: scale(1.06);
    }

    .black-box.svelte-1ob9zkg h1.svelte-1ob9zkg {
        font-size: 2rem;
    }
}

h3.svelte-1tglaxb {
    margin-top: 0px;
}

pre.svelte-1tglaxb {
    background-color: var(--button-color);
    color: var(--button-text-color);
    padding: 10px;
    border-radius: var(--border-radius);
    word-wrap: break-word;
    white-space: pre-wrap;
}

i.svelte-1tglaxb {
    font-size: 0.9rem;
    opacity: 0.5;
}

h3.svelte-1tgposz {
    margin-top: 0px;
}

button.svelte-1tgposz {
    width: 100%;
    padding: 20px 20px !important;
    margin-bottom: 10px;
}

.muted.svelte-1tgposz {
    opacity: 0.5;
}

.page.svelte-1574xnv {
    padding: 0px 20px;
    min-height: 80vh;
    overflow-x: hidden;
}

.content.svelte-jd3tba {
    max-width: 1200px;
    width: 100%;
    margin: 130px auto 0;
}

.black-box.svelte-1yq3zxe.svelte-1yq3zxe {
    border-radius: 30px;
    background-color: #000;
    color: #fff;
    padding: 40px;
    margin-bottom: 40px;
}

.black-box.svelte-1yq3zxe h1.svelte-1yq3zxe {
    font-size: 2.5rem;
    font-weight: 900;
}

.card.svelte-1ie3y2q {
    position: relative;
    width: 100%;
    padding: 20px;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    border-radius: 40px;
    background-color: #000;
    color: #fff;
    overflow-x: scroll;
}

h2.svelte-1ie3y2q {
    padding: 0px 20px;
    min-width: 200px;
    width: 200px;
    margin: 0;
}

.nft.svelte-1ie3y2q {
    margin-right: 20px;
}

.relative.svelte-1ie3y2q {
    min-width: 200px;
}

@media screen and (max-width: 700px) {
    .card.svelte-1ie3y2q {
        padding: 10px;
        border-radius: 20px;
    }

    h2.svelte-1ie3y2q {
        font-size: 1rem;
        min-width: auto;
        width: 100px;
        font-weight: 900;
    }

    .relative.svelte-1ie3y2q {
        width: 100px;
        min-width: 100px;
    }
}

.dogenomics.svelte-1nabtyw {
    border-radius: 40px;
    padding: 20px 40px;
    margin: 150px auto;
    margin-bottom: 220px;
    width: 90%;
}

h1.svelte-1nabtyw {
    font-weight: 900;
    margin-top: 20px;
    margin-bottom: 40px;
}

h3.svelte-1nabtyw {
    margin: 0px;
}

p.svelte-1nabtyw {
    margin-top: 10px;
    margin-bottom: 2rem;
}

.stats.svelte-1nabtyw {
    flex-basis: 40%;
    flex-wrap: wrap;
}

.info.svelte-1nabtyw {
    flex-basis: 60%;
    padding-left: 20px;
}

.icons.svelte-1nabtyw {
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}

.icon-example.svelte-1nabtyw {
    border-radius: 20px;
    width: 50px;
    height: 50px;
    object-fit: cover;
    margin: 5px;
}

.icon-example.svelte-1nabtyw:first-of-type {
    margin-left: 0px;
}

h4.svelte-n6yv9h.svelte-n6yv9h {
    margin-top: 4rem;
    margin-bottom: 2rem;
    text-align: center;
    font-size: 1rem;
    opacity: 0.7;
}

.as-seen.svelte-n6yv9h.svelte-n6yv9h {
    width: 960px;
    max-width: 90%;
    margin: 40px auto;
    padding-bottom: 20px;
}

.flex.svelte-n6yv9h.svelte-n6yv9h {
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.link.svelte-n6yv9h img.svelte-n6yv9h {
    width: 120px;
}

@media screen and (max-width: 700px) {
    .link.svelte-n6yv9h.svelte-n6yv9h {
        text-align: center;
        margin-bottom: 30px;
    }
}

.dogenomics.svelte-9sj5wb {
    border-radius: 40px;
    padding: 20px 40px;
    margin: 50px auto;
    margin-bottom: 80px;
    width: 100%;
}

h1.svelte-9sj5wb {
    font-weight: 900;
    margin-top: 20px;
    margin-bottom: 40px;
}

p.svelte-9sj5wb {
    margin-top: 10px;
    margin-bottom: 2rem;
}

.stats.svelte-9sj5wb {
    flex-wrap: wrap;
    justify-contents: space-evenly;
}

.hero.svelte-ivyug2.svelte-ivyug2 {
    width: 80%;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    margin-top: 40px;
}

.hero-image.svelte-ivyug2.svelte-ivyug2 {
    flex-basis: 40%;
    align-self: flex-end;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.mint.svelte-ivyug2.svelte-ivyug2 {
    min-width: 230px;
}

.hero-image.svelte-ivyug2.svelte-ivyug2 {
    max-width: 100%;
}

.hero-image.svelte-ivyug2 img.svelte-ivyug2 {
    width: 100%;
    max-width: 100% !important;
    min-height: auto !important;
    height: auto !important;
}

.hero-text.svelte-ivyug2.svelte-ivyug2 {
    display: flex;
    flex-direction: column;
    flex-basis: 60%;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 40px;
    padding-top: 60px;
    padding-bottom: 40px;
}

.hero-text.svelte-ivyug2 p.svelte-ivyug2 {
    margin-top: 0;
    margin-bottom: 2rem;
    font-size: 0.9rem;
    line-height: 1.4rem;
}

.hero-text.svelte-ivyug2 h1.svelte-ivyug2 {
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 0px;
    color: var(--accent-color);
    font-weight: 900;
    font-size: 3.5rem;
}

.hero-text.svelte-ivyug2 h2.svelte-ivyug2 {
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 10px;
    font-weight: 900;
}

@media screen and (max-width: 1000px) {
    .hero.svelte-ivyug2.svelte-ivyug2 {
        width: 100%;
        display: block;
    }

    .hero-image.svelte-ivyug2.svelte-ivyug2 {
        width: 300px;
        margin: 0px auto;
    }

    .hero-image.svelte-ivyug2 img.svelte-ivyug2 {
        border-radius: 40px;
    }
}

@media screen and (max-width: 700px) {
    .actions.svelte-ivyug2.svelte-ivyug2 {
        display: block;
    }

    .btn.svelte-ivyug2.svelte-ivyug2 {
        margin-bottom: 20px;
    }

    .hero-text.svelte-ivyug2.svelte-ivyug2 {
        padding: 40px 0px;
    }
}

@media screen and (max-width: 1030px) {
    .actions.svelte-ivyug2.svelte-ivyug2 {
        display: block;
    }

    .actions.svelte-ivyug2 a.svelte-ivyug2 {
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }
}

.community.svelte-1huhj3v.svelte-1huhj3v {
    border-radius: 40px;
    background-color: #000;
    color: #fff;
    padding: 10% 10%;
}

h1.svelte-1huhj3v.svelte-1huhj3v {
    font-size: 3rem;
    font-weight: 900;
}

.info.svelte-1huhj3v.svelte-1huhj3v {
    font-size: 0.8em;
    width: 100%;
    flex-basis: 30%;
    display: flex;
    flex-direction: column;
    padding-left: 30px;
    height: 100%;
    text-align: center;
}

.info.svelte-1huhj3v img.svelte-1huhj3v {
    width: 100%;
}

.links.svelte-1huhj3v.svelte-1huhj3v {
    width: 100%;
    padding-right: 30px;
}

a.svelte-1huhj3v.svelte-1huhj3v {
    margin-right: 20px;
}

.flex.svelte-1huhj3v.svelte-1huhj3v {
    justify-content: space-between;
    align-items: center;
}

@media screen and (max-width: 700px) {
    h1.svelte-1huhj3v.svelte-1huhj3v {
        font-size: 1.5rem;
    }

    .info.svelte-1huhj3v.svelte-1huhj3v {
        display: none;
    }
}

.disclaimer.svelte-1bwqu1x {
    background: var(--button-color);
    color: var(--button-text-color);
    font-size: 0.8rem;
    max-width: 800px;
    border-radius: 10px;
    margin: 50px auto;
    padding: 20px;
}

.promo-bg.svelte-gg7btg.svelte-gg7btg {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.community-promo.svelte-gg7btg.svelte-gg7btg {
    z-index: 0;
    overflow: hidden;
    display: block;
    width: 100%;
    color: white;
    position: relative;
    background: linear-gradient(var(--accent-color), #23b0f1);
    border-radius: 20px;
}

.promo-content.svelte-gg7btg.svelte-gg7btg {
    padding: 20px;
    position: relative;
    z-index: 10;
}

.community-promo.svelte-gg7btg h3.svelte-gg7btg {
    margin: 0px;
    font-size: 1rem;
    font-weight: normal;
}

.promo-new-tag.svelte-gg7btg.svelte-gg7btg {
    position: absolute;
    top: 10px;
    right: 10px;
    background: white;
    color: rgb(68, 0, 255);
    font-weight: bolder;
    font-style: italic;
    font-size: 0.8rem;
    padding: 4px;
    border-radius: 6px;
    z-index: 10;
}

.promo-icons.svelte-gg7btg.svelte-gg7btg {
    height: 50px;
    width: 130px;
}

.community-card-container.svelte-oc05p9.svelte-oc05p9 {
    padding: 5px;
}

.community-card.svelte-oc05p9.svelte-oc05p9 {
    border-radius: 20px;
    position: relative;
    width: 300px;
    height: 300px;
    max-width: 100%;
    display: block;
    color: white;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.community-card.svelte-oc05p9.svelte-oc05p9:hover {
    transform: scale(1.01);
}

.community-card.big.svelte-oc05p9.svelte-oc05p9,
.community-card-container.big.svelte-oc05p9.svelte-oc05p9 {
    min-width: 100%;
}

.community-card.promo.svelte-oc05p9.svelte-oc05p9,
.community-card-container.promo.svelte-oc05p9.svelte-oc05p9 {
    width: 1200px;
    height: 100px;
    max-width: 100%;
    margin: 0px auto;
}

.community-card-image.svelte-oc05p9.svelte-oc05p9 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    object-fit: cover;
    opacity: 1;
}

.community-card-overlay.svelte-oc05p9.svelte-oc05p9 {
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(20, 1, 124, 0.5));
}

.community-card-content.svelte-oc05p9.svelte-oc05p9 {
    position: absolute;
    bottom: 0px;
    padding: 20px;
}

.community-card-title.svelte-oc05p9.svelte-oc05p9 {
    margin: 0px;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 1rem;
}

.community-card-tags.svelte-oc05p9.svelte-oc05p9 {
    display: flex;
    overflow-x: hidden;
}

.community-card-tags.svelte-oc05p9 .tag.svelte-oc05p9 {
    background: #ffffff4d;
    color: #fff;
    padding: 4px;
    font-size: 0.8rem;
    margin-right: 8px;
    border-radius: 4px;
}

.blackbox.svelte-vd0oa3.svelte-vd0oa3 {
    position: relative;
    width: 100%;
    padding: 20px;
    border-radius: 40px;
    background-color: #000;
    color: #fff;
    box-shadow: 0 30px 80px -10px rgba(13, 15, 56, 0.5);
}

.presale.svelte-vd0oa3.svelte-vd0oa3 {
    max-width: 100%;
    padding: 40px;
    border-radius: 30px;
    background-color: rgb(243, 243, 243);
    color: #000;
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-size: 0.9rem;
}

.presale.svelte-vd0oa3 input.svelte-vd0oa3 {
    width: 100%;
}

.actions.svelte-vd0oa3.svelte-vd0oa3 {
    padding-left: 30px;
    flex-basis: 70%;
}

.stat.svelte-vd0oa3.svelte-vd0oa3 {
    margin-right: 30px;
    margin-bottom: 10px;
}

.info.svelte-vd0oa3.svelte-vd0oa3 {
    flex-basis: 30%;
    flex-wrap: wrap;
    display: flex;
    justify-content: flex-start;
}

.slider.svelte-vd0oa3.svelte-vd0oa3 {
    width: 100%;
}

.btn-large.svelte-vd0oa3.svelte-vd0oa3 {
    margin-top: 20px;
    padding: 20px 30px;
    width: 100%;
    transition: transform 0.3s ease;
    flex-basis: 50%;
}

.btn-large.svelte-vd0oa3.svelte-vd0oa3:hover {
    transform: scale(1.02);
}

@media screen and (max-width: 700px) {
    .card.svelte-vd0oa3.svelte-vd0oa3 {
        padding: 10px;
        border-radius: 20px;
    }
}

h4.svelte-n6yv9h.svelte-n6yv9h {
    margin-top: 4rem;
    margin-bottom: 2rem;
    text-align: center;
    font-size: 1rem;
    opacity: 0.7;
}

.as-seen.svelte-n6yv9h.svelte-n6yv9h {
    width: 960px;
    max-width: 90%;
    margin: 40px auto;
    padding-bottom: 20px;
}

.flex.svelte-n6yv9h.svelte-n6yv9h {
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.link.svelte-n6yv9h img.svelte-n6yv9h {
    width: 120px;
}

@media screen and (max-width: 700px) {
    .link.svelte-n6yv9h.svelte-n6yv9h {
        text-align: center;
        margin-bottom: 30px;
    }
}

.dogenomics.svelte-1nabtyw {
    border-radius: 40px;
    padding: 20px 40px;
    margin: 150px auto;
    margin-bottom: 220px;
    width: 90%;
}

h1.svelte-1nabtyw {
    font-weight: 900;
    margin-top: 20px;
    margin-bottom: 40px;
}

h3.svelte-1nabtyw {
    margin: 0px;
}

p.svelte-1nabtyw {
    margin-top: 10px;
    margin-bottom: 2rem;
}

.stats.svelte-1nabtyw {
    flex-basis: 40%;
    flex-wrap: wrap;
}

.info.svelte-1nabtyw {
    flex-basis: 60%;
    padding-left: 20px;
}

.icons.svelte-1nabtyw {
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}

.icon-example.svelte-1nabtyw {
    border-radius: 20px;
    width: 50px;
    height: 50px;
    object-fit: cover;
    margin: 5px;
}

.icon-example.svelte-1nabtyw:first-of-type {
    margin-left: 0px;
}

.dogenomics.svelte-9sj5wb {
    border-radius: 40px;
    padding: 20px 40px;
    margin: 50px auto;
    margin-bottom: 80px;
    width: 100%;
}

h1.svelte-9sj5wb {
    font-weight: 900;
    margin-top: 20px;
    margin-bottom: 40px;
}

p.svelte-9sj5wb {
    margin-top: 10px;
    margin-bottom: 2rem;
}

.stats.svelte-9sj5wb {
    flex-wrap: wrap;
    justify-contents: space-evenly;
}

.hero.svelte-bpjb2w.svelte-bpjb2w {
    width: 80%;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.hero-image.svelte-bpjb2w.svelte-bpjb2w {
    flex-basis: 40%;
    align-self: flex-end;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.mint.svelte-bpjb2w.svelte-bpjb2w {
    min-width: 230px;
}

.hero-image.svelte-bpjb2w.svelte-bpjb2w {
    max-width: 100%;
}

.hero-image.svelte-bpjb2w img.svelte-bpjb2w {
    width: 100%;
    max-width: 100% !important;
    min-height: auto !important;
    height: auto !important;
}

.hero-text.svelte-bpjb2w.svelte-bpjb2w {
    display: flex;
    flex-direction: column;
    flex-basis: 60%;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 40px;
    padding-top: 60px;
    padding-bottom: 40px;
}

.hero-text.svelte-bpjb2w p.svelte-bpjb2w {
    margin-top: 0;
    margin-bottom: 2rem;
    font-size: 0.9rem;
    line-height: 1.4rem;
}

.hero-text.svelte-bpjb2w h1.svelte-bpjb2w {
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 0px;
    color: var(--accent-color);
    font-weight: 900;
    font-size: 3.5rem;
}

.hero-text.svelte-bpjb2w h2.svelte-bpjb2w {
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 10px;
    font-weight: 900;
}

@media screen and (max-width: 700px) {
    .actions.svelte-bpjb2w.svelte-bpjb2w {
        display: block;
    }

    .btn.svelte-bpjb2w.svelte-bpjb2w {
        margin-bottom: 20px;
    }

    .hero-text.svelte-bpjb2w.svelte-bpjb2w {
        padding: 40px 0px;
    }
}

.community.svelte-1huhj3v.svelte-1huhj3v {
    border-radius: 40px;
    background-color: #000;
    color: #fff;
    padding: 10% 10%;
}

h1.svelte-1huhj3v.svelte-1huhj3v {
    font-size: 3rem;
    font-weight: 900;
}

.info.svelte-1huhj3v.svelte-1huhj3v {
    font-size: 0.8em;
    width: 100%;
    flex-basis: 30%;
    display: flex;
    flex-direction: column;
    padding-left: 30px;
    height: 100%;
    text-align: center;
}

.info.svelte-1huhj3v img.svelte-1huhj3v {
    width: 100%;
}

.links.svelte-1huhj3v.svelte-1huhj3v {
    width: 100%;
    padding-right: 30px;
}

a.svelte-1huhj3v.svelte-1huhj3v {
    margin-right: 20px;
}

.flex.svelte-1huhj3v.svelte-1huhj3v {
    justify-content: space-between;
    align-items: center;
}

@media screen and (max-width: 700px) {
    h1.svelte-1huhj3v.svelte-1huhj3v {
        font-size: 1.5rem;
    }

    .info.svelte-1huhj3v.svelte-1huhj3v {
        display: none;
    }
}

.disclaimer.svelte-1bwqu1x {
    background: var(--button-color);
    color: var(--button-text-color);
    font-size: 0.8rem;
    max-width: 800px;
    border-radius: 10px;
    margin: 50px auto;
    padding: 20px;
}

label.svelte-1nrwosj {
    font-size: 0.7rem;
    opacity: 0.4;
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
}

.data.svelte-1nrwosj {
    margin-bottom: 20px;
    font-size: 1.8rem;
}

h3.svelte-1b2r3jl {
    margin-top: 0px;
}

pre.svelte-1b2r3jl {
    background-color: var(--button-color);
    color: var(--button-text-color);
    padding: 10px;
    border-radius: var(--border-radius);
}

.nft-grid.svelte-wkzc5h {
    margin: 0px auto;
}

.nft.svelte-wkzc5h {
    display: inline-block;
    margin: 10px;
}

@keyframes svelte-wkzc5h-slideUp {
    from {
        transform: translateY(300px);
        opacity: 0;
    }

    to {
        transform: translateY(0px);
        opacity: 1;
    }
}

.network-info.svelte-gkzwj1.svelte-gkzwj1 {
    padding: 20px;
    border-radius: 20px;
    background-color: rgba(0, 26, 255, 0.8);
    color: #fff;
    margin-bottom: 30px;
}

.network-info.svelte-gkzwj1 p.svelte-gkzwj1 {
    margin-bottom: 0;
}

.network-info.svelte-gkzwj1 .btn-link.svelte-gkzwj1 {
    color: white;
    opacity: 0.7;
    font-size: 0.9rem;
}

.presale.svelte-gkzwj1.svelte-gkzwj1 {
    max-width: 100%;
    padding: 40px;
    border-radius: 30px;
    background-color: rgb(243, 243, 243);
    color: #000;
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-size: 0.9rem;
    animation: svelte-gkzwj1-buzz 1s ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

.help.svelte-gkzwj1.svelte-gkzwj1 {
    margin: 40px auto;
    padding: 10px;
    font-size: 0.9rem;
    opacity: 0.7;
}

.slider.svelte-gkzwj1.svelte-gkzwj1 {
    width: 100%;
}

.btn-large.svelte-gkzwj1.svelte-gkzwj1 {
    margin-top: 20px;
    padding: 20px 30px;
    width: 100%;
    transition: transform 0.3s ease;
    flex-basis: 50%;
}

.btn-large.svelte-gkzwj1.svelte-gkzwj1:hover {
    transform: scale(1.02);
}

h2.svelte-gkzwj1.svelte-gkzwj1 {
    margin-top: 0.5rem;
    margin-bottom: 2rem;
}

a.svelte-gkzwj1.svelte-gkzwj1 {
    color: var(--accent-color);
}

@keyframes svelte-gkzwj1-buzz {
    0% {
        box-shadow: 0px 0px 0px 0px rgba(0, 26, 255, 0.8);
    }

    100% {
        box-shadow: 0px 0px 0px 20px rgba(0, 26, 255, 1);
    }
}

@media screen and (max-width: 700px) {
    .card.svelte-gkzwj1.svelte-gkzwj1 {
        padding: 0px;
        border-radius: 0px;
    }

    .presale.svelte-gkzwj1.svelte-gkzwj1 {
        padding: 20px;
        animation: none;
        border-radius: 10px;
        box-shadow: 0px 0px 0px 1px var(--background);
    }

    .slider.svelte-gkzwj1 h2.svelte-gkzwj1 {
        display: none;
    }

    .network-info.svelte-gkzwj1.svelte-gkzwj1 {
        border-radius: 10px;
        padding: 10px;
    }
}

.stat.svelte-a8tot9 {
    margin-right: 30px;
    margin-bottom: 10px;
}

.info.svelte-a8tot9 {
    flex-basis: 100%;
    flex-wrap: wrap;
    display: flex;
    justify-content: flex-start;
}

.network-info.svelte-e7aisb.svelte-e7aisb {
    padding: 20px;
    border-radius: 20px;
    background-color: rgba(0, 26, 255, 0.8);
    color: #fff;
    margin-bottom: 30px;
}

.network-info.svelte-e7aisb p.svelte-e7aisb {
    margin-bottom: 0;
}

.network-info.svelte-e7aisb .btn-link.svelte-e7aisb {
    color: white;
    opacity: 0.7;
    font-size: 0.9rem;
}

.presale.svelte-e7aisb.svelte-e7aisb {
    max-width: 100%;
    padding: 40px;
    border-radius: 30px;
    background-color: rgb(243, 243, 243);
    color: #000;
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-size: 0.9rem;
    animation: svelte-e7aisb-buzz 1s ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

.presale.svelte-e7aisb input.svelte-e7aisb {
    width: 100%;
}

.slider.svelte-e7aisb.svelte-e7aisb {
    width: 100%;
}

.btn-large.svelte-e7aisb.svelte-e7aisb {
    margin-top: 20px;
    padding: 20px 30px;
    width: 100%;
    transition: transform 0.3s ease;
    flex-basis: 50%;
}

.btn-large.svelte-e7aisb.svelte-e7aisb:hover {
    transform: scale(1.02);
}

h2.svelte-e7aisb.svelte-e7aisb {
    margin-top: 0.5rem;
    margin-bottom: 2rem;
}

a.svelte-e7aisb.svelte-e7aisb {
    color: var(--accent-color);
}

.balance.svelte-e7aisb.svelte-e7aisb {
    padding: 30px;
    padding-bottom: 0px;
    font-size: 0.9rem;
}

@keyframes svelte-e7aisb-buzz {
    0% {
        box-shadow: 0px 0px 0px 0px rgba(0, 26, 255, 0.8);
    }

    100% {
        box-shadow: 0px 0px 0px 20px rgba(0, 26, 255, 1);
    }
}

@media screen and (max-width: 700px) {
    .card.svelte-e7aisb.svelte-e7aisb {
        padding: 0px;
        border-radius: 0px;
    }

    .presale.svelte-e7aisb.svelte-e7aisb {
        padding: 20px;
        animation: none;
        border-radius: 10px;
        box-shadow: 0px 0px 0px 1px var(--background);
    }

    .slider.svelte-e7aisb h2.svelte-e7aisb {
        display: none;
    }

    .network-info.svelte-e7aisb.svelte-e7aisb {
        border-radius: 10px;
        padding: 10px;
    }
}

#chart-container.svelte-149j047 {
    max-width: 400px;
    margin: 0px;
}

h3.svelte-1nl8hm0 {
    margin-top: 0px;
}

i.svelte-1nl8hm0 {
    font-size: 0.9rem;
    opacity: 0.5;
}

.section.svelte-1nl8hm0 {
    margin-bottom: 10px;
}

.stake-card.svelte-1m6d9my.svelte-1m6d9my {
    cursor: default;
    max-width: 100%;
    padding: 20px;
    border-radius: 30px;
    background-color: var(--button-color);
    color: var(--button-text-color);
    transition: transform 0.5s ease;
    width: 400px;
    font-size: 0.8rem;
    margin-bottom: 40px;
    margin-right: 10px;
}

.stake-card.svelte-1m6d9my .stake-image.svelte-1m6d9my {
    width: 50px;
    padding: 10px;
    margin-top: -50px;
    background-color: var(--button-color);
    border-radius: 100px;
}

.stake-card.svelte-1m6d9my .stake-image img.svelte-1m6d9my {
    width: 100%;
}

.stake-card.svelte-1m6d9my.svelte-1m6d9my:hover {
    z-index: 10;
    transform: scale(1.05);
}

.flex.svelte-1m6d9my.svelte-1m6d9my {
    justify-content: space-between;
}

.stake-info.svelte-1m6d9my.svelte-1m6d9my {
    margin-right: 10px;
}

.btn-large.svelte-1m6d9my.svelte-1m6d9my {
    margin-top: 20px;
    padding: 20px 30px;
    width: 100%;
    transition: transform 0.3s ease;
    flex-basis: 50%;
}

.btn-large.svelte-1m6d9my.svelte-1m6d9my:hover {
    transform: scale(1.02);
}

h2.svelte-1m6d9my.svelte-1m6d9my {
    margin-top: 0.5rem;
    margin-bottom: 1rem;
}

input.svelte-1m6d9my.svelte-1m6d9my {
    width: 100%;
}

@media screen and (max-width: 700px) {
    .stake-info.svelte-1m6d9my.svelte-1m6d9my {
        text-align: center !important;
    }
}

.stake-card.svelte-13ucfyr.svelte-13ucfyr {
    cursor: default;
    max-width: 100%;
    padding: 20px;
    border-radius: 30px;
    background-color: var(--button-color);
    color: var(--button-text-color);
    transition: transform 0.5s ease;
    width: 400px;
    font-size: 0.8rem;
    margin-bottom: 20px;
    margin-right: 10px;
}

.stake-card.svelte-13ucfyr .stake-image.svelte-13ucfyr {
    width: 50px;
    padding: 10px;
    margin-top: -50px;
    background-color: var(--button-color);
    border-radius: 100px;
}

.stake-card.svelte-13ucfyr .stake-image img.svelte-13ucfyr {
    width: 100%;
}

.stake-card.svelte-13ucfyr.svelte-13ucfyr:hover {
    z-index: 10;
    transform: scale(1.05);
}

.flex.svelte-13ucfyr.svelte-13ucfyr {
    justify-content: space-between;
}

.stake-info.svelte-13ucfyr.svelte-13ucfyr {
    margin-right: 10px;
}

.btn-large.svelte-13ucfyr.svelte-13ucfyr {
    margin-top: 20px;
    padding: 20px 30px;
    width: 100%;
    transition: transform 0.3s ease;
    flex-basis: 50%;
}

.btn-large.svelte-13ucfyr.svelte-13ucfyr:hover {
    transform: scale(1.02);
}

h2.svelte-13ucfyr.svelte-13ucfyr {
    margin-top: 0.5rem;
    margin-bottom: 1rem;
}

small.svelte-13ucfyr.svelte-13ucfyr {
    opacity: 0.5;
}

.stake-info.svelte-13ucfyr.svelte-13ucfyr {
    width: 100%;
    text-align: center !important;
}

@media screen and (max-width: 700px) {
    .stake-info.svelte-13ucfyr.svelte-13ucfyr {
        text-align: center !important;
    }
}

.stake-card.svelte-lphe71.svelte-lphe71 {
    cursor: default;
    max-width: 100%;
    padding: 20px;
    border-radius: 30px;
    background-color: var(--button-color);
    color: var(--button-text-color);
    transition: transform 0.5s ease;
    width: 400px;
    font-size: 0.8rem;
    margin-bottom: 40px;
}

.stake-card.svelte-lphe71 .stake-image.svelte-lphe71 {
    width: 50px;
    padding: 10px;
    margin-top: -50px;
    background-color: var(--button-color);
    border-radius: 100px;
}

.stake-card.svelte-lphe71 .stake-image img.svelte-lphe71 {
    width: 100%;
}

.stake-card.svelte-lphe71.svelte-lphe71:hover {
    z-index: 10;
    transform: scale(1.05);
}

.flex.svelte-lphe71.svelte-lphe71 {
    justify-content: space-between;
}

.stake-info.svelte-lphe71.svelte-lphe71 {
    margin-right: 10px;
}

.btn-large.svelte-lphe71.svelte-lphe71 {
    margin-top: 20px;
    padding: 20px 30px;
    width: 100%;
    transition: transform 0.3s ease;
    flex-basis: 50%;
}

.btn-large.svelte-lphe71.svelte-lphe71:hover {
    transform: scale(1.02);
}

h2.svelte-lphe71.svelte-lphe71 {
    margin-top: 0.5rem;
    margin-bottom: 1rem;
}

input.svelte-lphe71.svelte-lphe71 {
    width: 100%;
}

@media screen and (max-width: 700px) {
    .stake-info.svelte-lphe71.svelte-lphe71 {
        text-align: center !important;
    }
}

.media-card-container.svelte-14p5jiz {
    padding: 5px;
}

.media-card.svelte-14p5jiz {
    border-radius: 10px;
    width: 300px;
    height: 300px;
    overflow: hidden;
    transition: transform 0.35s ease;
    animation: svelte-14p5jiz-animIn 0.5s ease forwards;
}

.media-card.svelte-14p5jiz:hover {
    transform: scale(1.01);
}

.media-img.svelte-14p5jiz {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@keyframes svelte-14p5jiz-animIn {
    0% {
        opacity: 0%;
        transform: translateY(20px);
    }

    100% {
        opacity: 100%;
        transform: translateY(0px);
    }
}

.small-card.svelte-11crwmr.svelte-11crwmr {
    width: 140px;
    background-color: var(--button-color);
    color: var(--button-text-color);
    overflow: none;
    padding: 10px;
    border-radius: var(--border-raduis);
    animation: svelte-11crwmr-popIn 0.3s ease backwards;
    transition: transform 0.5s ease, box-shadow 0.5s ease,
        background-color 0.5s ease;
    transform: scale(1);
    text-align: left;
}

.small-card.noAnim.svelte-11crwmr.svelte-11crwmr {
    animation: none;
}

.small-card.svelte-11crwmr.svelte-11crwmr:hover {
    z-index: 10;
    transform: scale(1.05);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.39);
    background: var(--background);
}

.nft-image.svelte-11crwmr.svelte-11crwmr {
    object-fit: cover;
    width: 100%;
    margin-bottom: 2px;
    border-radius: var(--border-raduis);
}

.small.svelte-11crwmr .nft-image.svelte-11crwmr {
    height: 100px;
    height: 90px;
}

.large.svelte-11crwmr.svelte-11crwmr {
    width: 200px;
    min-height: 262px;
}

h5.svelte-11crwmr.svelte-11crwmr,
h4.svelte-11crwmr.svelte-11crwmr {
    font-size: 0.8rem;
    margin: 0px;
    opacity: 0.8;
}

h4.svelte-11crwmr.svelte-11crwmr {
    opacity: 0.5;
}

@keyframes svelte-11crwmr-popIn {
    from {
        opacity: 0;
        transform: scale(0.5) translateX(200px);
    }

    20% {
        opacity: 1;
    }

    100% {
        transform: scale(1) translateX(0px);
    }
}

.circle.svelte-14upwad {
    height: var(--size);
    width: var(--size);
    border-color: var(--color) transparent var(--color) var(--color);
    border-width: calc(var(--size) / 15);
    border-style: solid;
    border-image: initial;
    border-radius: 50%;
    animation: var(--duration) linear 0s infinite normal none running svelte-14upwad-rotate;
}

@keyframes svelte-14upwad-rotate {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

.rangeSlider {
    --slider: var(--range-slider, #d7dada);
    --handle-inactive: var(--range-handle-inactive, #99a2a2);
    --handle: var(--range-handle, #838de7);
    --handle-focus: var(--range-handle-focus, #4a40d4);
    --handle-border: var(--range-handle-border, var(--handle));
    --range-inactive: var(--range-range-inactive, var(--handle-inactive));
    --range: var(--range-range, var(--handle-focus));
    --float-inactive: var(--range-float-inactive, var(--handle-inactive));
    --float: var(--range-float, var(--handle-focus));
    --float-text: var(--range-float-text, white);
}

.rangeSlider {
    position: relative;
    border-radius: 100px;
    height: 0.5em;
    margin: 1em;
    transition: opacity 0.2s ease;
    user-select: none;
}

.rangeSlider * {
    user-select: none;
}

.rangeSlider.pips {
    margin-bottom: 1.8em;
}

.rangeSlider.pip-labels {
    margin-bottom: 2.8em;
}

.rangeSlider.vertical {
    display: inline-block;
    border-radius: 100px;
    width: 0.5em;
    min-height: 200px;
}

.rangeSlider.vertical.pips {
    margin-right: 1.8em;
    margin-bottom: 1em;
}

.rangeSlider.vertical.pip-labels {
    margin-right: 2.8em;
    margin-bottom: 1em;
}

.rangeSlider .rangeHandle {
    position: absolute;
    display: block;
    height: 1.4em;
    width: 1.4em;
    top: 0.25em;
    bottom: auto;
    transform: translateY(-50%) translateX(-50%);
    z-index: 2;
}

.rangeSlider.reversed .rangeHandle {
    transform: translateY(-50%) translateX(50%);
}

.rangeSlider.vertical .rangeHandle {
    left: 0.25em;
    top: auto;
    transform: translateY(50%) translateX(-50%);
}

.rangeSlider.vertical.reversed .rangeHandle {
    transform: translateY(-50%) translateX(-50%);
}

.rangeSlider .rangeNub,
.rangeSlider .rangeHandle:before {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    border-radius: 10em;
    height: 100%;
    width: 100%;
    transition: box-shadow 0.2s ease;
}

.rangeSlider .rangeHandle:before {
    content: '';
    left: 1px;
    top: 1px;
    bottom: 1px;
    right: 1px;
    height: auto;
    width: auto;
    box-shadow: 0 0 0 0px var(--handle-border);
    opacity: 0;
}

.rangeSlider.hoverable:not(.disabled) .rangeHandle:hover:before {
    box-shadow: 0 0 0 8px var(--handle-border);
    opacity: 0.2;
}

.rangeSlider.hoverable:not(.disabled) .rangeHandle.press:before,
.rangeSlider.hoverable:not(.disabled) .rangeHandle.press:hover:before {
    box-shadow: 0 0 0 12px var(--handle-border);
    opacity: 0.4;
}

.rangeSlider.range:not(.min):not(.max) .rangeNub {
    border-radius: 10em 10em 10em 1.6em;
}

.rangeSlider.range .rangeHandle:nth-of-type(1) .rangeNub {
    transform: rotate(-135deg);
}

.rangeSlider.range .rangeHandle:nth-of-type(2) .rangeNub {
    transform: rotate(45deg);
}

.rangeSlider.range.reversed .rangeHandle:nth-of-type(1) .rangeNub {
    transform: rotate(45deg);
}

.rangeSlider.range.reversed .rangeHandle:nth-of-type(2) .rangeNub {
    transform: rotate(-135deg);
}

.rangeSlider.range.vertical .rangeHandle:nth-of-type(1) .rangeNub {
    transform: rotate(135deg);
}

.rangeSlider.range.vertical .rangeHandle:nth-of-type(2) .rangeNub {
    transform: rotate(-45deg);
}

.rangeSlider.range.vertical.reversed .rangeHandle:nth-of-type(1) .rangeNub {
    transform: rotate(-45deg);
}

.rangeSlider.range.vertical.reversed .rangeHandle:nth-of-type(2) .rangeNub {
    transform: rotate(135deg);
}

.rangeSlider .rangeFloat {
    display: block;
    position: absolute;
    left: 50%;
    top: -0.5em;
    transform: translate(-50%, -100%);
    font-size: 1em;
    text-align: center;
    opacity: 0;
    pointer-events: none;
    white-space: nowrap;
    transition: all 0.2s ease;
    font-size: 0.9em;
    padding: 0.2em 0.4em;
    border-radius: 0.2em;
}

.rangeSlider .rangeHandle.active .rangeFloat,
.rangeSlider .rangeHandle.hoverable:hover .rangeFloat {
    opacity: 1;
    top: -0.2em;
    transform: translate(-50%, -100%);
}

.rangeSlider .rangeBar {
    position: absolute;
    display: block;
    transition: background 0.2s ease;
    border-radius: 1em;
    height: 0.5em;
    top: 0;
    user-select: none;
    z-index: 1;
}

.rangeSlider.vertical .rangeBar {
    width: 0.5em;
    height: auto;
}

.rangeSlider {
    background-color: #d7dada;
    background-color: var(--slider);
}

.rangeSlider .rangeBar {
    background-color: #99a2a2;
    background-color: var(--range-inactive);
}

.rangeSlider.focus .rangeBar {
    background-color: #838de7;
    background-color: var(--range);
}

.rangeSlider .rangeNub {
    background-color: #99a2a2;
    background-color: var(--handle-inactive);
}

.rangeSlider.focus .rangeNub {
    background-color: #838de7;
    background-color: var(--handle);
}

.rangeSlider .rangeHandle.active .rangeNub {
    background-color: #4a40d4;
    background-color: var(--handle-focus);
}

.rangeSlider .rangeFloat {
    color: white;
    color: var(--float-text);
    background-color: #99a2a2;
    background-color: var(--float-inactive);
}

.rangeSlider.focus .rangeFloat {
    background-color: #4a40d4;
    background-color: var(--float);
}

.rangeSlider.disabled {
    opacity: 0.5;
}

.rangeSlider.disabled .rangeNub {
    background-color: #d7dada;
    background-color: var(--slider);
}

.circle.svelte-1vclic6 {
    width: var(--size);
    height: var(--size);
    box-sizing: border-box;
    position: relative;
    border: 3px solid transparent;
    border-top-color: var(--colorOuter);
    border-radius: 50%;
    animation: svelte-1vclic6-circleSpin var(--durationOuter) linear infinite;
}

.circle.svelte-1vclic6:before,
.circle.svelte-1vclic6:after {
    content: '';
    box-sizing: border-box;
    position: absolute;
    border: 3px solid transparent;
    border-radius: 50%;
}

.circle.svelte-1vclic6:after {
    border-top-color: var(--colorInner);
    top: 9px;
    left: 9px;
    right: 9px;
    bottom: 9px;
    animation: svelte-1vclic6-circleSpin var(--durationInner) linear infinite;
}

.circle.svelte-1vclic6:before {
    border-top-color: var(--colorCenter);
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    animation: svelte-1vclic6-circleSpin var(--durationCenter) linear infinite;
}

@keyframes svelte-1vclic6-circleSpin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.wrapper.svelte-1vf8im1 {
    width: var(--size);
    height: var(--size);
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 0;
    box-sizing: border-box;
}

.inner.svelte-1vf8im1 {
    transform: scale(calc(var(--floatSize) / 52));
}

.ball-container.svelte-1vf8im1 {
    animation: svelte-1vf8im1-ballTwo var(--duration) infinite;
    width: 44px;
    height: 44px;
    flex-shrink: 0;
    position: relative;
}

.single-ball.svelte-1vf8im1 {
    width: 44px;
    height: 44px;
    position: absolute;
}

.ball.svelte-1vf8im1 {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    animation: svelte-1vf8im1-ballOne var(--duration) infinite ease;
}

.ball-top-left.svelte-1vf8im1 {
    background-color: var(--ballTopLeftColor);
    top: 0;
    left: 0;
}

.ball-top-right.svelte-1vf8im1 {
    background-color: var(--ballTopRightColor);
    top: 0;
    left: 24px;
}

.ball-bottom-left.svelte-1vf8im1 {
    background-color: var(--ballBottomLeftColor);
    top: 24px;
    left: 0;
}

.ball-bottom-right.svelte-1vf8im1 {
    background-color: var(--ballBottomRightColor);
    top: 24px;
    left: 24px;
}

@keyframes svelte-1vf8im1-ballOne {
    0% {
        position: absolute;
    }

    50% {
        top: 12px;
        left: 12px;
        position: absolute;
        opacity: 0.5;
    }

    100% {
        position: absolute;
    }
}

@keyframes svelte-1vf8im1-ballTwo {
    0% {
        transform: rotate(0deg) scale(1);
    }

    50% {
        transform: rotate(360deg) scale(1.3);
    }

    100% {
        transform: rotate(720deg) scale(1);
    }
}

.svelte-1exboqr {
    overflow: hidden;
    position: relative;
    text-indent: -9999px;
    display: inline-block;
    background: #f86;
    border-radius: 50%;
    transform: rotateZ(90deg);
    transform-origin: 50% 50%;
    animation: svelte-1exboqr-plus-loader-background var(--duration) infinite ease-in-out;
}

.svelte-1exboqr:after {
    background: #f86;
    border-radius: 50% 0 0 50%;
    content: '';
    position: absolute;
    right: 50%;
    top: 0;
    width: 50%;
    height: 100%;
    transform-origin: 100% 50%;
    animation: svelte-1exboqr-plus-loader-top var(--duration) infinite linear;
}

.svelte-1exboqr:before {
    background: #fc6;
    border-radius: 50% 0 0 50%;
    content: '';
    position: absolute;
    right: 50%;
    top: 0;
    width: 50%;
    height: 100%;
    transform-origin: 100% 50%;
    animation: svelte-1exboqr-plus-loader-bottom var(--duration) infinite linear;
}

@keyframes svelte-1exboqr-plus-loader-top {
    2.5% {
        background: #f86;
        transform: rotateY(0deg);
        animation-timing-function: ease-in;
    }

    13.75% {
        background: #ff430d;
        transform: rotateY(90deg);
        animation-timing-function: step-start;
    }

    13.76% {
        background: #ffae0d;
        transform: rotateY(90deg);
        animation-timing-function: ease-out;
    }

    25% {
        background: #fc6;
        transform: rotateY(180deg);
    }

    27.5% {
        background: #fc6;
        transform: rotateY(180deg);
        animation-timing-function: ease-in;
    }

    41.25% {
        background: #ffae0d;
        transform: rotateY(90deg);
        animation-timing-function: step-start;
    }

    41.26% {
        background: #2cc642;
        transform: rotateY(90deg);
        animation-timing-function: ease-out;
    }

    50% {
        background: #6d7;
        transform: rotateY(0deg);
    }

    52.5% {
        background: #6d7;
        transform: rotateY(0deg);
        animation-timing-function: ease-in;
    }

    63.75% {
        background: #2cc642;
        transform: rotateY(90deg);
        animation-timing-function: step-start;
    }

    63.76% {
        background: #1386d2;
        transform: rotateY(90deg);
        animation-timing-function: ease-out;
    }

    75% {
        background: #4ae;
        transform: rotateY(180deg);
    }

    77.5% {
        background: #4ae;
        transform: rotateY(180deg);
        animation-timing-function: ease-in;
    }

    91.25% {
        background: #1386d2;
        transform: rotateY(90deg);
        animation-timing-function: step-start;
    }

    91.26% {
        background: #ff430d;
        transform: rotateY(90deg);
        animation-timing-function: ease-in;
    }

    100% {
        background: #f86;
        transform: rotateY(0deg);
        animation-timing-function: step-start;
    }
}

@keyframes svelte-1exboqr-plus-loader-bottom {
    0% {
        background: #fc6;
        animation-timing-function: step-start;
    }

    50% {
        background: #fc6;
        animation-timing-function: step-start;
    }

    75% {
        background: #4ae;
        animation-timing-function: step-start;
    }

    100% {
        background: #4ae;
        animation-timing-function: step-start;
    }
}

@keyframes svelte-1exboqr-plus-loader-background {
    0% {
        background: #f86;
        transform: rotateZ(180deg);
    }

    25% {
        background: #f86;
        transform: rotateZ(180deg);
        animation-timing-function: step-start;
    }

    27.5% {
        background: #6d7;
        transform: rotateZ(90deg);
    }

    50% {
        background: #6d7;
        transform: rotateZ(90deg);
        animation-timing-function: step-start;
    }

    52.5% {
        background: #6d7;
        transform: rotateZ(0deg);
    }

    75% {
        background: #6d7;
        transform: rotateZ(0deg);
        animation-timing-function: step-start;
    }

    77.5% {
        background: #f86;
        transform: rotateZ(270deg);
    }

    100% {
        background: #f86;
        transform: rotateZ(270deg);
        animation-timing-function: step-start;
    }
}

.wrapper.svelte-1uxpkwt {
    height: var(--size);
    width: var(--size);
    display: inline-block;
    text-align: center;
    font-size: 10px;
}

.rect.svelte-1uxpkwt {
    height: 100%;
    width: 10%;
    display: inline-block;
    margin-right: 4px;
    background-color: var(--color);
    animation: svelte-1uxpkwt-stretch var(--duration) ease-in-out infinite;
}

@keyframes svelte-1uxpkwt-stretch {

    0%,
    40%,
    100% {
        transform: scaleY(0.4);
    }

    20% {
        transform: scaleY(1);
    }
}

.wrapper.svelte-9juun5 {
    width: var(--size);
    height: var(--size);
}

.circle.svelte-9juun5 {
    width: var(--size);
    height: var(--size);
    background-color: var(--color);
    animation-duration: var(--duration);
    border-radius: 100%;
    display: inline-block;
    animation: svelte-9juun5-scaleOut var(--duration) ease-in-out infinite;
}

@keyframes svelte-9juun5-scaleOut {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
        opacity: 0;
    }
}

.wrapper.svelte-1wp57lu {
    width: var(--size);
    height: var(--stroke);
    transform: scale(calc(var(--floatSize) / 75));
    display: flex;
    justify-content: center;
    align-items: center;
}

.line.svelte-1wp57lu {
    width: var(--size);
    height: var(--stroke);
    background: var(--color);
    border-radius: var(--stroke);
    transform-origin: center center;
    animation: svelte-1wp57lu-spineLine var(--duration) ease infinite;
}

@keyframes svelte-1wp57lu-spineLine {
    0% {
        transform: rotate(-20deg);
        height: 5px;
        width: 75px;
    }

    5% {
        height: 5px;
        width: 75px;
    }

    30% {
        transform: rotate(380deg);
        height: 5px;
        width: 75px;
    }

    40% {
        transform: rotate(360deg);
        height: 5px;
        width: 75px;
    }

    55% {
        transform: rotate(0deg);
        height: 5px;
        width: 5px;
    }

    65% {
        transform: rotate(0deg);
        height: 5px;
        width: 85px;
    }

    68% {
        transform: rotate(0deg);
        height: 5px;
    }

    75% {
        transform: rotate(0deg);
        height: 5px;
        width: 1px;
    }

    78% {
        height: 5px;
        width: 5px;
    }

    90% {
        height: 5px;
        width: 75px;
        transform: rotate(0deg);
    }

    99%,
    100% {
        height: 5px;
        width: 75px;
        transform: rotate(-20deg);
    }
}

.wrapper.svelte-1cy66mt {
    width: var(--size);
    height: var(--size);
}

.circle.svelte-1cy66mt {
    border-radius: 100%;
    animation-fill-mode: both;
    position: absolute;
    opacity: 0;
    width: var(--size);
    height: var(--size);
    background-color: var(--color);
    animation: svelte-1cy66mt-bounce var(--duration) linear infinite;
}

@keyframes svelte-1cy66mt-bounce {
    0% {
        opacity: 0;
        transform: scale(0);
    }

    5% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: scale(1);
    }
}

.wrapper.svelte-vhcw6 {
    height: calc(var(--size) / 15);
    width: calc(var(--size) * 2);
    background-color: var(--rgba);
    position: relative;
    overflow: hidden;
    background-clip: padding-box;
}

.lines.svelte-vhcw6 {
    height: calc(var(--size) / 15);
    background-color: var(--color);
}

.small-lines.svelte-vhcw6 {
    position: absolute;
    overflow: hidden;
    background-clip: padding-box;
    display: block;
    border-radius: 2px;
    will-change: left, right;
    animation-fill-mode: forwards;
}

.small-lines.\31 .svelte-vhcw6 {
    animation: var(--duration) cubic-bezier(0.65, 0.815, 0.735, 0.395) 0s infinite normal none running svelte-vhcw6-long;
}

.small-lines.\32 .svelte-vhcw6 {
    animation: var(--duration) cubic-bezier(0.165, 0.84, 0.44, 1) calc((var(--duration)+0.1) / 2) infinite normal none running svelte-vhcw6-short;
}

@keyframes svelte-vhcw6-long {
    0% {
        left: -35%;
        right: 100%;
    }

    60% {
        left: 100%;
        right: -90%;
    }

    100% {
        left: 100%;
        right: -90%;
    }
}

@keyframes svelte-vhcw6-short {
    0% {
        left: -200%;
        right: 100%;
    }

    60% {
        left: 107%;
        right: -8%;
    }

    100% {
        left: 107%;
        right: -8%;
    }
}

.wrapper.svelte-17ey38u {
    position: relative;
    width: var(--size);
    height: var(--size);
}

.border.svelte-17ey38u {
    border-color: var(--color);
    position: absolute;
    top: 0px;
    left: 0px;
    width: var(--size);
    height: var(--size);
    opacity: 0.4;
    perspective: 800px;
    border-width: 6px;
    border-style: solid;
    border-image: initial;
    border-radius: 100%;
}

.border.\31 .svelte-17ey38u {
    animation: var(--duration) linear 0s infinite normal none running svelte-17ey38u-ringOne;
}

.border.\32 .svelte-17ey38u {
    animation: var(--duration) linear 0s infinite normal none running svelte-17ey38u-ringTwo;
}

@keyframes svelte-17ey38u-ringOne {
    0% {
        transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
    }

    100% {
        transform: rotateX(360deg) rotateY(180deg) rotateZ(360deg);
    }
}

@keyframes svelte-17ey38u-ringTwo {
    0% {
        transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
    }

    100% {
        transform: rotateX(180deg) rotateY(360deg) rotateZ(360deg);
    }
}

.wrapper.svelte-1fuumrt {
    width: var(--size);
    height: calc(var(--size) / 2);
    overflow: hidden;
}

.rainbow.svelte-1fuumrt {
    width: var(--size);
    height: var(--size);
    border-left-color: transparent;
    border-bottom-color: transparent;
    border-top-color: var(--color);
    border-right-color: var(--color);
    box-sizing: border-box;
    transform: rotate(-200deg);
    border-radius: 50%;
    border-style: solid;
    animation: var(--duration) ease-in-out 0s infinite normal none running svelte-1fuumrt-rotate;
}

@keyframes svelte-1fuumrt-rotate {
    0% {
        border-width: 10px;
    }

    25% {
        border-width: 3px;
    }

    50% {
        transform: rotate(115deg);
        border-width: 10px;
    }

    75% {
        border-width: 3px;
    }

    100% {
        border-width: 10px;
    }
}

.wrapper.svelte-14w6xk7 {
    height: var(--size);
    width: var(--size);
    display: flex;
    align-items: center;
    justify-content: center;
}

.dot.svelte-14w6xk7 {
    height: var(--dotSize);
    width: var(--dotSize);
    background-color: var(--color);
    margin: 2px;
    display: inline-block;
    border-radius: 100%;
    animation: svelte-14w6xk7-sync var(--duration) ease-in-out infinite alternate both running;
}

@-webkit-keyframes svelte-14w6xk7-sync {
    33% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }

    66% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes svelte-14w6xk7-sync {
    33% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }

    66% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.wrapper.svelte-1x2s7pr {
    width: calc(var(--size) * 1.3);
    height: calc(var(--size) * 1.3);
    display: flex;
    justify-content: center;
    align-items: center;
}

.firework.svelte-1x2s7pr {
    border: calc(var(--size) / 10) dotted var(--color);
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    animation: svelte-1x2s7pr-fire var(--duration) cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
}

@keyframes svelte-1x2s7pr-fire {
    0% {
        opacity: 1;
        transform: scale(0.1);
    }

    25% {
        opacity: 0.85;
    }

    100% {
        transform: scale(1);
        opacity: 0;
    }
}

.wrapper.svelte-8cmcz4 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(var(--size) * 2.5);
    height: var(--size);
    overflow: hidden;
}

.bar.svelte-8cmcz4 {
    position: absolute;
    top: calc(var(--size) / 10);
    width: calc(var(--size) / 5);
    height: calc(var(--size) / 10);
    margin-top: calc(var(--size) - var(--size) / 10);
    transform: skewY(0deg);
    background-color: var(--color);
    animation: svelte-8cmcz4-motion var(--duration) ease-in-out infinite;
}

@keyframes svelte-8cmcz4-motion {
    25% {
        transform: skewY(25deg);
    }

    50% {
        height: 100%;
        margin-top: 0;
    }

    75% {
        transform: skewY(-25deg);
    }
}

.wrapper.svelte-446r86 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: var(--size);
    height: calc(var(--size) / 2.5);
}

.cube.svelte-446r86 {
    position: absolute;
    top: 0px;
    width: calc(var(--size) / 5);
    height: calc(var(--size) / 2.5);
    background-color: var(--color);
    animation: svelte-446r86-motion var(--duration) cubic-bezier(0.895, 0.03, 0.685, 0.22) infinite;
}

@keyframes svelte-446r86-motion {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.wrapper.svelte-1v1mfqa {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: var(--size);
    height: var(--size);
}

.ring.svelte-1v1mfqa {
    position: absolute;
    border: 2px solid var(--color);
    border-radius: 50%;
    background-color: transparent;
    animation: svelte-1v1mfqa-motion var(--duration) ease infinite;
}

@keyframes svelte-1v1mfqa-motion {
    0% {
        transform: translateY(var(--motionOne));
    }

    50% {
        transform: translateY(var(--motionTwo));
    }

    100% {
        transform: translateY(var(--motionThree));
    }
}

.wrapper.svelte-1unnvn6 {
    height: var(--size);
    width: var(--size);
    display: flex;
    justify-content: center;
    align-items: center;
}

.spinner.svelte-1unnvn6 {
    height: var(--size);
    width: var(--size);
    animation: svelte-1unnvn6-rotate var(--duration) infinite linear;
}

.dot.svelte-1unnvn6 {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: var(--color);
    border-radius: 100%;
    animation: svelte-1unnvn6-bounce var(--duration) infinite ease-in-out;
}

@keyframes svelte-1unnvn6-rotate {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes svelte-1unnvn6-bounce {

    0%,
    100% {
        transform: scale(0);
    }

    50% {
        transform: scale(1);
    }
}

.wrapper.svelte-tycttu {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: var(--size);
    height: var(--size);
}

.shadow.svelte-tycttu {
    color: var(--color);
    font-size: var(--size);
    overflow: hidden;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    margin: 28px auto;
    position: relative;
    transform: translateZ(0);
    animation: svelte-tycttu-load var(--duration) infinite ease,
        svelte-tycttu-round var(--duration) infinite ease;
}

@keyframes svelte-tycttu-load {
    0% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
            0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }

    5%,
    95% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
            0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }

    10%,
    59% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em,
            -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em,
            -0.297em -0.775em 0 -0.477em;
    }

    20% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em,
            -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em,
            -0.749em -0.34em 0 -0.477em;
    }

    38% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em,
            -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em,
            -0.82em -0.09em 0 -0.477em;
    }

    100% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
            0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
}

@keyframes svelte-tycttu-round {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.wrapper.svelte-nlgli4 {
    height: var(--size);
    width: var(--size);
    border-radius: 100%;
    animation: svelte-nlgli4-moonStretchDelay var(--duration) 0s infinite linear;
    animation-fill-mode: forwards;
    position: relative;
}

.circle-one.svelte-nlgli4 {
    top: var(--moonSize);
    background-color: var(--color);
    width: calc(var(--size) / 7);
    height: calc(var(--size) / 7);
    border-radius: 100%;
    animation: svelte-nlgli4-moonStretchDelay var(--duration) 0s infinite linear;
    animation-fill-mode: forwards;
    opacity: 0.8;
    position: absolute;
}

.circle-two.svelte-nlgli4 {
    opacity: 0.1;
    border: calc(var(--size) / 7) solid var(--color);
    height: var(--size);
    width: var(--size);
    border-radius: 100%;
    box-sizing: border-box;
}

@keyframes svelte-nlgli4-moonStretchDelay {
    100% {
        transform: rotate(360deg);
    }
}

.square.svelte-btmyrn {
    height: var(--size);
    width: var(--size);
    background-color: var(--color);
    animation: svelte-btmyrn-squareDelay var(--duration) 0s infinite cubic-bezier(0.09, 0.57, 0.49, 0.9);
    animation-fill-mode: both;
    perspective: 100px;
    display: inline-block;
}

@keyframes svelte-btmyrn-squareDelay {
    25% {
        -webkit-transform: rotateX(180deg) rotateY(0);
        transform: rotateX(180deg) rotateY(0);
    }

    50% {
        -webkit-transform: rotateX(180deg) rotateY(180deg);
        transform: rotateX(180deg) rotateY(180deg);
    }

    75% {
        -webkit-transform: rotateX(0) rotateY(180deg);
        transform: rotateX(0) rotateY(180deg);
    }

    100% {
        -webkit-transform: rotateX(0) rotateY(0);
        transform: rotateX(0) rotateY(0);
    }
}

.wrapper.svelte-1sqavxm.svelte-1sqavxm {
    height: var(--size);
    width: var(--size);
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wrapper.svelte-1sqavxm .svelte-1sqavxm {
    line-height: 0;
    box-sizing: border-box;
}

.spinner-inner.svelte-1sqavxm.svelte-1sqavxm {
    height: var(--size);
    width: var(--size);
    transform: scale(calc(var(--size) / 70));
}

.mask.svelte-1sqavxm.svelte-1sqavxm {
    position: absolute;
    border-radius: 2px;
    overflow: hidden;
    perspective: 1000;
    backface-visibility: hidden;
}

.plane.svelte-1sqavxm.svelte-1sqavxm {
    background: var(--color);
    width: 400%;
    height: 100%;
    position: absolute;
    z-index: 100;
    perspective: 1000;
    backface-visibility: hidden;
}

#top.svelte-1sqavxm .plane.svelte-1sqavxm {
    z-index: 2000;
    animation: svelte-1sqavxm-trans1 var(--duration) ease-in infinite 0s backwards;
}

#middle.svelte-1sqavxm .plane.svelte-1sqavxm {
    transform: translate3d(0px, 0, 0);
    background: var(--rgba);
    animation: svelte-1sqavxm-trans2 var(--duration) linear infinite calc(var(--duration) / 4) backwards;
}

#bottom.svelte-1sqavxm .plane.svelte-1sqavxm {
    z-index: 2000;
    animation: svelte-1sqavxm-trans3 var(--duration) ease-out infinite calc(var(--duration) / 2) backwards;
}

#top.svelte-1sqavxm.svelte-1sqavxm {
    width: 53px;
    height: 20px;
    left: 20px;
    top: 5px;
    transform: skew(-15deg, 0);
    z-index: 100;
}

#middle.svelte-1sqavxm.svelte-1sqavxm {
    width: 33px;
    height: 20px;
    left: 20px;
    top: 21px;
    transform: skew(-15deg, 40deg);
}

#bottom.svelte-1sqavxm.svelte-1sqavxm {
    width: 53px;
    height: 20px;
    top: 35px;
    transform: skew(-15deg, 0);
}

@keyframes svelte-1sqavxm-trans1 {
    from {
        transform: translate3d(53px, 0, 0);
    }

    to {
        transform: translate3d(-250px, 0, 0);
    }
}

@keyframes svelte-1sqavxm-trans2 {
    from {
        transform: translate3d(-160px, 0, 0);
    }

    to {
        transform: translate3d(53px, 0, 0);
    }
}

@keyframes svelte-1sqavxm-trans3 {
    from {
        transform: translate3d(53px, 0, 0);
    }

    to {
        transform: translate3d(-220px, 0, 0);
    }
}

span.svelte-evhfle {
    width: var(--size);
    height: calc(var(--size) / 4);
    position: relative;
    display: block;
}

div.svelte-evhfle {
    width: calc(var(--size) / 4);
    height: calc(var(--size) / 4);
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 2px;
    background: var(--color);
    transform: translateX(-50%) rotate(45deg) scale(0);
    animation: svelte-evhfle-diamonds var(--duration) linear infinite;
}

div.svelte-evhfle:nth-child(1) {
    animation-delay: calc(var(--duration) * 2 / 3 * -1);
}

div.svelte-evhfle:nth-child(2) {
    animation-delay: calc(var(--duration) * 2 / 3 * -2);
}

div.svelte-evhfle:nth-child(3) {
    animation-delay: calc(var(--duration) * 2 / 3 * -3);
}

@keyframes svelte-evhfle-diamonds {
    50% {
        left: 50%;
        transform: translateX(-50%) rotate(45deg) scale(1);
    }

    100% {
        left: 100%;
        transform: translateX(-50%) rotate(45deg) scale(0);
    }
}

div.svelte-1cgj772 {
    position: relative;
    width: var(--size);
    height: var(--size);
    background-color: transparent;
    box-shadow: inset 0px 0px 0px 2px var(--color);
    border-radius: 50%;
}

div.svelte-1cgj772::before,
div.svelte-1cgj772:after {
    position: absolute;
    content: '';
    background-color: var(--color);
}

div.svelte-1cgj772:after {
    width: calc(var(--size) / 2.4);
    height: 2px;
    top: calc(var(--size) / 2);
    left: calc(var(--size) / 2);
    transform-origin: 1px 1px;
    animation: svelte-1cgj772-rotate calc(var(--duration) / 4) linear infinite;
}

div.svelte-1cgj772:before {
    width: calc(var(--size) / 3);
    height: 2px;
    top: calc((var(--size) / 2));
    left: calc((var(--size) / 2));
    transform-origin: 1px 1px;
    animation: svelte-1cgj772-rotate var(--duration) linear infinite;
}

@keyframes svelte-1cgj772-rotate {
    100% {
        transform: rotate(360deg);
    }
}

.wrapper.svelte-h1a2xs {
    position: relative;
    width: var(--size);
    height: var(--size);
}

.circle.svelte-h1a2xs {
    position: absolute;
    width: var(--size);
    height: var(--size);
    background-color: var(--color);
    border-radius: 100%;
    opacity: 0.6;
    top: 0;
    left: 0;
    animation-fill-mode: both;
    animation-name: svelte-h1a2xs-bounce !important;
}

@keyframes svelte-h1a2xs-bounce {

    0%,
    100% {
        transform: scale(0);
    }

    50% {
        transform: scale(1);
    }
}

.card.svelte-hepioc {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    overflow-x: scroll;
    color: white;
    margin-bottom: 20px;
}

h2.svelte-hepioc {
    padding: 0px 20px;
    min-width: 200px;
    width: 200px;
    margin: 0;
}

.nft.svelte-hepioc {
    margin-right: 20px;
}

.relative.svelte-hepioc {
    min-width: 200px;
}

@media screen and (max-width: 700px) {
    .card.svelte-hepioc {
        padding: 10px;
        border-radius: 20px;
    }

    h2.svelte-hepioc {
        font-size: 1rem;
        min-width: auto;
        width: 100px;
        font-weight: 900;
    }

    .relative.svelte-hepioc {
        width: 100px;
        min-width: 100px;
    }
}

span.svelte-1bj6ksf {
    font-size: 1.4rem;
    margin-right: 10px;
}

h3.svelte-tq4kq4.svelte-tq4kq4 {
    margin-top: 0px;
}

.flex.svelte-tq4kq4.svelte-tq4kq4 {
    width: 100%;
    max-width: 100%;
}

i.svelte-tq4kq4.svelte-tq4kq4 {
    font-size: 0.9rem;
    opacity: 0.5;
}

center.svelte-tq4kq4.svelte-tq4kq4 {
    padding: 40px auto;
}

.nft.svelte-tq4kq4.svelte-tq4kq4 {
    width: 200px;
    position: relative;
    background-color: var(--button-color);
    color: var(--button-text-color);
    overflow: none;
    padding: 10px;
    border-radius: var(--border-raduis);
    animation: popIn 0.3s ease backwards;
    transition: transform 0.5s ease, box-shadow 0.5s ease,
        background-color 0.5s ease;
    transform: scale(1);
    text-align: left;
    margin: 5px;
}

.nft-image.svelte-tq4kq4.svelte-tq4kq4 {
    width: 100%;
}

.nft.svelte-tq4kq4 h3.svelte-tq4kq4 {
    margin-bottom: 8px;
}

.nft.svelte-tq4kq4 .btn.svelte-tq4kq4 {
    width: 100%;
    margin-bottom: 5px;
}

.rangeSlider {
    --pip: var(--range-pip, lightslategray);
    --pip-text: var(--range-pip-text, var(--pip));
    --pip-active: var(--range-pip-active, darkslategrey);
    --pip-active-text: var(--range-pip-active-text, var(--pip-active));
    --pip-hover: var(--range-pip-hover, darkslategrey);
    --pip-hover-text: var(--range-pip-hover-text, var(--pip-hover));
    --pip-in-range: var(--range-pip-in-range, var(--pip-active));
    --pip-in-range-text: var(--range-pip-in-range-text, var(--pip-active-text));
}

.rangePips {
    position: absolute;
    height: 1em;
    left: 0;
    right: 0;
    bottom: -1em;
}

.rangePips.vertical {
    height: auto;
    width: 1em;
    left: 100%;
    right: auto;
    top: 0;
    bottom: 0;
}

.rangePips .pip {
    height: 0.4em;
    position: absolute;
    top: 0.25em;
    width: 1px;
    white-space: nowrap;
}

.rangePips.vertical .pip {
    height: 1px;
    width: 0.4em;
    left: 0.25em;
    top: auto;
    bottom: auto;
}

.rangePips .pipVal {
    position: absolute;
    top: 0.4em;
    transform: translate(-50%, 25%);
}

.rangePips.vertical .pipVal {
    position: absolute;
    top: 0;
    left: 0.4em;
    transform: translate(25%, -50%);
}

.rangePips .pip {
    transition: all 0.15s ease;
}

.rangePips .pipVal {
    transition: all 0.15s ease, font-weight 0s linear;
}

.rangePips .pip {
    color: lightslategray;
    color: var(--pip-text);
    background-color: lightslategray;
    background-color: var(--pip);
}

.rangePips .pip.selected {
    color: darkslategrey;
    color: var(--pip-active-text);
    background-color: darkslategrey;
    background-color: var(--pip-active);
}

.rangePips.hoverable:not(.disabled) .pip:hover {
    color: darkslategrey;
    color: var(--pip-hover-text);
    background-color: darkslategrey;
    background-color: var(--pip-hover);
}

.rangePips .pip.in-range {
    color: darkslategrey;
    color: var(--pip-in-range-text);
    background-color: darkslategrey;
    background-color: var(--pip-in-range);
}

.rangePips .pip.selected {
    height: 0.75em;
}

.rangePips.vertical .pip.selected {
    height: 1px;
    width: 0.75em;
}

.rangePips .pip.selected .pipVal {
    font-weight: bold;
    top: 0.75em;
}

.rangePips.vertical .pip.selected .pipVal {
    top: 0;
    left: 0.75em;
}

.rangePips.hoverable:not(.disabled) .pip:not(.selected):hover {
    transition: none;
}

.rangePips.hoverable:not(.disabled) .pip:not(.selected):hover .pipVal {
    transition: none;
    font-weight: bold;
}
