:root {
    --font-body: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --color-bg: #20242d;
    --color-theme-1: #4986f5;
    --color-theme-2: #40b3ff;
    --color-text: rgba(0, 0, 0, .7);
    --column-width: 42rem;
    --column-margin-top: 4rem;
    font-family: var(--font-body);
    color: var(--color-text)
}

body {
    min-height: 100vh;
    margin: 0;
    background-attachment: fixed;
    background-color: var(--color-bg);
    background-size: 100vw 100vh
}

h1,h2,p {
    font-weight: 400
}

p {
    line-height: 1.5
}

a {
    color: var(--color-theme-1);
    text-decoration: none;
    cursor: pointer
}

a:hover {
    color: #79a6f8
}

h1 {
    font-size: 2rem;
    text-align: center
}

@media (min-width: 720px) {
    h1 {
        font-size:2.4rem
    }
}

h2 {
    font-size: 1rem
}

pre {
    font-size: 16px;
    background-color: #ffffff73;
    border-radius: 3px;
    box-shadow: 2px 2px 6px #ffffff40;
    padding: .5em;
    overflow-x: auto;
    color: var(--color-text)
}

.text-column {
    display: flex;
    max-width: 48rem;
    flex: .6;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto
}

input,button {
    font-size: inherit;
    font-family: inherit
}

button:focus:not(:focus-visible) {
    outline: none
}

.circle.svelte-ffx3a4 {
    height: var(--size);
    width: var(--size);
    border-color: var(--color) transparent var(--color) var(--color);
    border-width: calc(var(--size) / 15);
    border-style: solid;
    -o-border-image: initial;
    border-image: initial;
    border-radius: 50%;
    animation: var(--duration) linear 0s infinite normal none running svelte-ffx3a4-rotate
}

.pause-animation.svelte-ffx3a4 {
    animation-play-state: paused
}

@keyframes svelte-ffx3a4-rotate {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

.circle.svelte-1bbtdlj {
    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-1bbtdlj-circleSpin var(--durationOuter) linear infinite
}

.circle.svelte-1bbtdlj:before,.circle.svelte-1bbtdlj:after {
    content: "";
    box-sizing: border-box;
    position: absolute;
    border: 3px solid transparent;
    border-radius: 50%
}

.circle.svelte-1bbtdlj:after {
    border-top-color: var(--colorInner);
    top: 9px;
    left: 9px;
    right: 9px;
    bottom: 9px;
    animation: svelte-1bbtdlj-circleSpin var(--durationInner) linear infinite
}

.circle.svelte-1bbtdlj:before {
    border-top-color: var(--colorCenter);
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    animation: svelte-1bbtdlj-circleSpin var(--durationCenter) linear infinite
}

.pause-animation.svelte-1bbtdlj,.pause-animation.svelte-1bbtdlj:after,.pause-animation.svelte-1bbtdlj:before {
    animation-play-state: paused
}

@keyframes svelte-1bbtdlj-circleSpin {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

.wrapper.svelte-8rbowp {
    width: var(--size);
    height: var(--size);
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 0;
    box-sizing: border-box
}

.inner.svelte-8rbowp {
    transform: scale(calc(var(--floatSize) / 52))
}

.ball-container.svelte-8rbowp {
    animation: svelte-8rbowp-ballTwo var(--duration) infinite;
    width: 44px;
    height: 44px;
    flex-shrink: 0;
    position: relative
}

.single-ball.svelte-8rbowp {
    width: 44px;
    height: 44px;
    position: absolute
}

.ball.svelte-8rbowp {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    animation: svelte-8rbowp-ballOne var(--duration) infinite ease
}

.pause-animation.svelte-8rbowp {
    animation-play-state: paused
}

.ball-top-left.svelte-8rbowp {
    background-color: var(--ballTopLeftColor);
    top: 0;
    left: 0
}

.ball-top-right.svelte-8rbowp {
    background-color: var(--ballTopRightColor);
    top: 0;
    left: 24px
}

.ball-bottom-left.svelte-8rbowp {
    background-color: var(--ballBottomLeftColor);
    top: 24px;
    left: 0
}

.ball-bottom-right.svelte-8rbowp {
    background-color: var(--ballBottomRightColor);
    top: 24px;
    left: 24px
}

@keyframes svelte-8rbowp-ballOne {
    0% {
        position: absolute
    }

    50% {
        top: 12px;
        left: 12px;
        position: absolute;
        opacity: .5
    }

    to {
        position: absolute
    }
}

@keyframes svelte-8rbowp-ballTwo {
    0% {
        transform: rotate(0) scale(1)
    }

    50% {
        transform: rotate(360deg) scale(1.3)
    }

    to {
        transform: rotate(720deg) scale(1)
    }
}

.wrapper.svelte-1468wqz {
    position: relative;
    width: var(--size);
    height: var(--size)
}

.circle.svelte-1468wqz {
    position: absolute;
    width: var(--size);
    height: var(--size);
    background-color: var(--color);
    border-radius: 100%;
    opacity: .6;
    top: 0;
    left: 0;
    animation-fill-mode: both;
    animation-name: svelte-1468wqz-bounce!important
}

.pause-animation.svelte-1468wqz {
    animation-play-state: paused
}

@keyframes svelte-1468wqz-bounce {
    0%,to {
        transform: scale(0)
    }

    50% {
        transform: scale(1)
    }
}

.svelte-pxyv4s {
    overflow: hidden;
    position: relative;
    text-indent: -9999px;
    display: inline-block;
    background: #f86;
    border-radius: 50%;
    transform: rotate(90deg);
    transform-origin: 50% 50%;
    animation: svelte-pxyv4s-plus-loader-background var(--duration) infinite ease-in-out
}

.svelte-pxyv4s: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-pxyv4s-plus-loader-top var(--duration) infinite linear
}

.svelte-pxyv4s: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-pxyv4s-plus-loader-bottom var(--duration) infinite linear
}

.pause-animation.svelte-pxyv4s,.pause-animation.svelte-pxyv4s:before,.pause-animation.svelte-pxyv4s:after {
    animation-play-state: paused
}

@keyframes svelte-pxyv4s-plus-loader-top {
    2.5% {
        background: #f86;
        transform: rotateY(0);
        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(0)
    }

    52.5% {
        background: #6d7;
        transform: rotateY(0);
        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
    }

    to {
        background: #f86;
        transform: rotateY(0);
        animation-timing-function: step-start
    }
}

@keyframes svelte-pxyv4s-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
    }

    to {
        background: #4ae;
        animation-timing-function: step-start
    }
}

@keyframes svelte-pxyv4s-plus-loader-background {
    0% {
        background: #f86;
        transform: rotate(180deg)
    }

    25% {
        background: #f86;
        transform: rotate(180deg);
        animation-timing-function: step-start
    }

    27.5% {
        background: #6d7;
        transform: rotate(90deg)
    }

    50% {
        background: #6d7;
        transform: rotate(90deg);
        animation-timing-function: step-start
    }

    52.5% {
        background: #6d7;
        transform: rotate(0)
    }

    75% {
        background: #6d7;
        transform: rotate(0);
        animation-timing-function: step-start
    }

    77.5% {
        background: #f86;
        transform: rotate(270deg)
    }

    to {
        background: #f86;
        transform: rotate(270deg);
        animation-timing-function: step-start
    }
}

.wrapper.svelte-1bwbfsj {
    width: var(--size);
    height: var(--size)
}

.circle.svelte-1bwbfsj {
    width: var(--size);
    height: var(--size);
    background-color: var(--color);
    animation-duration: var(--duration);
    border-radius: 100%;
    display: inline-block;
    animation: svelte-1bwbfsj-scaleOut var(--duration) ease-in-out infinite
}

.pause-animation.svelte-1bwbfsj {
    animation-play-state: paused
}

@keyframes svelte-1bwbfsj-scaleOut {
    0% {
        transform: scale(0)
    }

    to {
        transform: scale(1);
        opacity: 0
    }
}

.wrapper.svelte-1lf7u9 {
    width: var(--size);
    height: var(--stroke);
    transform: scale(calc(var(--floatSize) / 75));
    display: flex;
    justify-content: center;
    align-items: center
}

.line.svelte-1lf7u9 {
    width: var(--size);
    height: var(--stroke);
    background: var(--color);
    border-radius: var(--stroke);
    transform-origin: center center;
    animation: svelte-1lf7u9-spineLine var(--duration) ease infinite
}

.pause-animation.svelte-1lf7u9 {
    animation-play-state: paused
}

@keyframes svelte-1lf7u9-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(0);
        height: 5px;
        width: 5px
    }

    65% {
        transform: rotate(0);
        height: 5px;
        width: 85px
    }

    68% {
        transform: rotate(0);
        height: 5px
    }

    75% {
        transform: rotate(0);
        height: 5px;
        width: 1px
    }

    78% {
        height: 5px;
        width: 5px
    }

    90% {
        height: 5px;
        width: 75px;
        transform: rotate(0)
    }

    99%,to {
        height: 5px;
        width: 75px;
        transform: rotate(-20deg)
    }
}

.wrapper.svelte-ejd5hl {
    height: var(--size);
    width: var(--size);
    display: inline-block;
    text-align: center;
    font-size: 10px
}

.rect.svelte-ejd5hl {
    height: 100%;
    width: 10%;
    display: inline-block;
    margin-right: 4px;
    transform: scaleY(.4);
    background-color: var(--color);
    animation: svelte-ejd5hl-stretch var(--duration) ease-in-out infinite
}

.pause-animation.svelte-ejd5hl {
    animation-play-state: paused
}

@keyframes svelte-ejd5hl-stretch {
    0%,40%,to {
        transform: scaleY(.4)
    }

    20% {
        transform: scaleY(1)
    }
}

.wrapper.svelte-1v1vxa5 {
    height: calc(var(--size) / 15);
    width: calc(var(--size) * 2);
    background-color: var(--rgba);
    position: relative;
    overflow: hidden;
    background-clip: padding-box
}

.lines.svelte-1v1vxa5 {
    height: calc(var(--size) / 15);
    background-color: var(--color)
}

.small-lines.svelte-1v1vxa5 {
    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-1v1vxa5 {
    animation: var(--duration) cubic-bezier(.65,.815,.735,.395) 0s infinite normal none running svelte-1v1vxa5-long
}

.small-lines.\32.svelte-1v1vxa5 {
    animation: var(--duration) cubic-bezier(.165,.84,.44,1) calc((var(--duration) + .1) / 2) infinite normal none running svelte-1v1vxa5-short
}

.pause-animation.svelte-1v1vxa5 {
    animation-play-state: paused
}

@keyframes svelte-1v1vxa5-long {
    0% {
        left: -35%;
        right: 100%
    }

    60% {
        left: 100%;
        right: -90%
    }

    to {
        left: 100%;
        right: -90%
    }
}

@keyframes svelte-1v1vxa5-short {
    0% {
        left: -200%;
        right: 100%
    }

    60% {
        left: 107%;
        right: -8%
    }

    to {
        left: 107%;
        right: -8%
    }
}

.wrapper.svelte-2o1tt9 {
    width: var(--size);
    height: var(--size)
}

.circle.svelte-2o1tt9 {
    border-radius: 100%;
    animation-fill-mode: both;
    position: absolute;
    opacity: 0;
    width: var(--size);
    height: var(--size);
    background-color: var(--color);
    animation: svelte-2o1tt9-bounce var(--duration) linear infinite
}

.pause-animation.svelte-2o1tt9 {
    animation-play-state: paused
}

@keyframes svelte-2o1tt9-bounce {
    0% {
        opacity: 0;
        transform: scale(0)
    }

    5% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: scale(1)
    }
}

.wrapper.svelte-1t8uy0l {
    position: relative;
    width: var(--size);
    height: var(--size)
}

.border.svelte-1t8uy0l {
    border-color: var(--color);
    position: absolute;
    top: 0px;
    left: 0px;
    width: var(--size);
    height: var(--size);
    opacity: .4;
    perspective: 800px;
    border-width: 6px;
    border-style: solid;
    -o-border-image: initial;
    border-image: initial;
    border-radius: 100%
}

.border.\31.svelte-1t8uy0l {
    animation: var(--duration) linear 0s infinite normal none running svelte-1t8uy0l-ringOne
}

.border.\32.svelte-1t8uy0l {
    animation: var(--duration) linear 0s infinite normal none running svelte-1t8uy0l-ringTwo
}

.pause-animation.svelte-1t8uy0l {
    animation-play-state: paused
}

@keyframes svelte-1t8uy0l-ringOne {
    0% {
        transform: rotateX(0) rotateY(0) rotate(0)
    }

    to {
        transform: rotateX(360deg) rotateY(180deg) rotate(360deg)
    }
}

@keyframes svelte-1t8uy0l-ringTwo {
    0% {
        transform: rotateX(0) rotateY(0) rotate(0)
    }

    to {
        transform: rotateX(180deg) rotateY(360deg) rotate(360deg)
    }
}

.wrapper.svelte-88ix1z {
    height: var(--size);
    width: var(--size);
    display: flex;
    align-items: center;
    justify-content: center
}

.dot.svelte-88ix1z {
    height: var(--dotSize);
    width: var(--dotSize);
    background-color: var(--color);
    margin: 2px;
    display: inline-block;
    border-radius: 100%;
    animation: svelte-88ix1z-sync var(--duration) ease-in-out infinite alternate both running
}

.pause-animation.svelte-88ix1z {
    animation-play-state: paused
}

@keyframes svelte-88ix1z-sync {
    33% {
        transform: translateY(10px)
    }

    66% {
        transform: translateY(-10px)
    }

    to {
        transform: translateY(0)
    }
}

.wrapper.svelte-tf0wha {
    width: var(--size);
    height: calc(var(--size) / 2);
    overflow: hidden
}

.rainbow.svelte-tf0wha {
    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-tf0wha-rotate
}

.pause-animation.svelte-tf0wha {
    animation-play-state: paused
}

@keyframes svelte-tf0wha-rotate {
    0% {
        border-width: 10px
    }

    25% {
        border-width: 3px
    }

    50% {
        transform: rotate(115deg);
        border-width: 10px
    }

    75% {
        border-width: 3px
    }

    to {
        border-width: 10px
    }
}

.wrapper.svelte-1phnhg3 {
    width: calc(var(--size) * 1.3);
    height: calc(var(--size) * 1.3);
    display: flex;
    justify-content: center;
    align-items: center
}

.firework.svelte-1phnhg3 {
    border: calc(var(--size) / 10) dotted var(--color);
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    animation: svelte-1phnhg3-fire var(--duration) cubic-bezier(.165,.84,.44,1) infinite
}

.pause-animation.svelte-1phnhg3 {
    animation-play-state: paused
}

@keyframes svelte-1phnhg3-fire {
    0% {
        opacity: 1;
        transform: scale(.1)
    }

    25% {
        opacity: .85
    }

    to {
        transform: scale(1);
        opacity: 0
    }
}

.wrapper.svelte-8f8bme {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: var(--size);
    height: calc(var(--size) / 2.5)
}

.cube.svelte-8f8bme {
    position: absolute;
    top: 0px;
    width: calc(var(--size) / 5);
    height: calc(var(--size) / 2.5);
    background-color: var(--color);
    animation: svelte-8f8bme-motion var(--duration) cubic-bezier(.895,.03,.685,.22) infinite
}

.pause-animation.svelte-8f8bme {
    animation-play-state: paused
}

@keyframes svelte-8f8bme-motion {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.wrapper.svelte-1jz439g {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: var(--size);
    height: var(--size)
}

.ring.svelte-1jz439g {
    position: absolute;
    border: 2px solid var(--color);
    border-radius: 50%;
    background-color: transparent;
    animation: svelte-1jz439g-motion var(--duration) ease infinite
}

.pause-animation.svelte-1jz439g {
    animation-play-state: paused
}

@keyframes svelte-1jz439g-motion {
    0% {
        transform: translateY(var(--motionOne))
    }

    50% {
        transform: translateY(var(--motionTwo))
    }

    to {
        transform: translateY(var(--motionThree))
    }
}

.wrapper.svelte-16tmdos {
    height: var(--size);
    width: var(--size);
    display: flex;
    justify-content: center;
    align-items: center
}

.spinner.svelte-16tmdos {
    height: var(--size);
    width: var(--size);
    animation: svelte-16tmdos-rotate var(--duration) infinite linear
}

.dot.svelte-16tmdos {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: var(--color);
    border-radius: 100%;
    animation: svelte-16tmdos-bounce var(--duration) infinite ease-in-out
}

.pause-animation.svelte-16tmdos {
    animation-play-state: paused
}

@keyframes svelte-16tmdos-rotate {
    to {
        transform: rotate(360deg)
    }
}

@keyframes svelte-16tmdos-bounce {
    0%,to {
        transform: scale(0)
    }

    50% {
        transform: scale(1)
    }
}

.square.svelte-87brei {
    height: var(--size);
    width: var(--size);
    background-color: var(--color);
    animation: svelte-87brei-squareDelay var(--duration) 0s infinite cubic-bezier(.09,.57,.49,.9);
    animation-fill-mode: both;
    perspective: 100px;
    display: inline-block
}

.pause-animation.svelte-87brei {
    animation-play-state: paused
}

@keyframes svelte-87brei-squareDelay {
    25% {
        transform: rotateX(180deg) rotateY(0)
    }

    50% {
        transform: rotateX(180deg) rotateY(180deg)
    }

    75% {
        transform: rotateX(0) rotateY(180deg)
    }

    to {
        transform: rotateX(0) rotateY(0)
    }
}

.wrapper.svelte-1ydyi29 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: var(--size);
    height: var(--size)
}

.shadow.svelte-1ydyi29 {
    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-1ydyi29-load var(--duration) infinite ease,svelte-1ydyi29-round var(--duration) infinite ease
}

.pause-animation.svelte-1ydyi29 {
    animation-play-state: paused
}

@keyframes svelte-1ydyi29-load {
    0% {
        box-shadow: 0 -.83em 0 -.4em,0 -.83em 0 -.42em,0 -.83em 0 -.44em,0 -.83em 0 -.46em,0 -.83em 0 -.477em
    }

    5%,95% {
        box-shadow: 0 -.83em 0 -.4em,0 -.83em 0 -.42em,0 -.83em 0 -.44em,0 -.83em 0 -.46em,0 -.83em 0 -.477em
    }

    10%,59% {
        box-shadow: 0 -.83em 0 -.4em,-.087em -.825em 0 -.42em,-.173em -.812em 0 -.44em,-.256em -.789em 0 -.46em,-.297em -.775em 0 -.477em
    }

    20% {
        box-shadow: 0 -.83em 0 -.4em,-.338em -.758em 0 -.42em,-.555em -.617em 0 -.44em,-.671em -.488em 0 -.46em,-.749em -.34em 0 -.477em
    }

    38% {
        box-shadow: 0 -.83em 0 -.4em,-.377em -.74em 0 -.42em,-.645em -.522em 0 -.44em,-.775em -.297em 0 -.46em,-.82em -.09em 0 -.477em
    }

    to {
        box-shadow: 0 -.83em 0 -.4em,0 -.83em 0 -.42em,0 -.83em 0 -.44em,0 -.83em 0 -.46em,0 -.83em 0 -.477em
    }
}

@keyframes svelte-1ydyi29-round {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

.wrapper.svelte-kemcaw {
    height: var(--size);
    width: var(--size);
    border-radius: 100%;
    animation: svelte-kemcaw-moonStretchDelay var(--duration) 0s infinite linear;
    animation-fill-mode: forwards;
    position: relative
}

.circle-one.svelte-kemcaw {
    top: var(--moonSize);
    background-color: var(--color);
    width: calc(var(--size) / 7);
    height: calc(var(--size) / 7);
    border-radius: 100%;
    animation: svelte-kemcaw-moonStretchDelay var(--duration) 0s infinite linear;
    animation-fill-mode: forwards;
    opacity: .8;
    position: absolute
}

.circle-two.svelte-kemcaw {
    opacity: .1;
    border: calc(var(--size) / 7) solid var(--color);
    height: var(--size);
    width: var(--size);
    border-radius: 100%;
    box-sizing: border-box
}

.pause-animation.svelte-kemcaw {
    animation-play-state: paused
}

@keyframes svelte-kemcaw-moonStretchDelay {
    to {
        transform: rotate(360deg)
    }
}

.wrapper.svelte-53kozt.svelte-53kozt {
    height: var(--size);
    width: var(--size);
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center
}

.wrapper.svelte-53kozt .svelte-53kozt {
    line-height: 0;
    box-sizing: border-box
}

.spinner-inner.svelte-53kozt.svelte-53kozt {
    height: var(--size);
    width: var(--size);
    transform: scale(calc(var(--size) / 70))
}

.mask.svelte-53kozt.svelte-53kozt {
    position: absolute;
    border-radius: 2px;
    overflow: hidden;
    perspective: 1000;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.plane.svelte-53kozt.svelte-53kozt {
    background: var(--color);
    width: 400%;
    height: 100%;
    position: absolute;
    z-index: 100;
    perspective: 1000;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

#top.svelte-53kozt .plane.svelte-53kozt {
    z-index: 2000;
    animation: svelte-53kozt-trans1 var(--duration) ease-in infinite 0s backwards
}

#middle.svelte-53kozt .plane.svelte-53kozt {
    transform: translateZ(0);
    background: var(--rgba);
    animation: svelte-53kozt-trans2 var(--duration) linear infinite calc(var(--duration) / 4) backwards
}

#bottom.svelte-53kozt .plane.svelte-53kozt {
    z-index: 2000;
    animation: svelte-53kozt-trans3 var(--duration) ease-out infinite calc(var(--duration) / 2) backwards
}

#top.svelte-53kozt.svelte-53kozt {
    width: 53px;
    height: 20px;
    left: 20px;
    top: 5px;
    transform: skew(-15deg);
    z-index: 100
}

#middle.svelte-53kozt.svelte-53kozt {
    width: 33px;
    height: 20px;
    left: 20px;
    top: 21px;
    transform: skew(-15deg,40deg)
}

#bottom.svelte-53kozt.svelte-53kozt {
    width: 53px;
    height: 20px;
    top: 35px;
    transform: skew(-15deg)
}

.pause-animation.svelte-53kozt .plane.svelte-53kozt {
    animation-play-state: paused
}

@keyframes svelte-53kozt-trans1 {
    0% {
        transform: translate3d(53px,0,0)
    }

    to {
        transform: translate3d(-250px,0,0)
    }
}

@keyframes svelte-53kozt-trans2 {
    0% {
        transform: translate3d(-160px,0,0)
    }

    to {
        transform: translate3d(53px,0,0)
    }
}

@keyframes svelte-53kozt-trans3 {
    0% {
        transform: translate3d(53px,0,0)
    }

    to {
        transform: translate3d(-220px,0,0)
    }
}

span.svelte-1kv7xw1.svelte-1kv7xw1 {
    width: var(--size);
    height: calc(var(--size) / 4);
    position: relative;
    display: block
}

div.svelte-1kv7xw1.svelte-1kv7xw1 {
    width: calc(var(--size) / 4);
    height: calc(var(--size) / 4);
    position: absolute;
    left: 0%;
    top: 0;
    border-radius: 2px;
    background: var(--color);
    transform: translate(-50%) rotate(45deg) scale(0);
    animation: svelte-1kv7xw1-diamonds var(--duration) linear infinite
}

div.svelte-1kv7xw1.svelte-1kv7xw1:nth-child(1) {
    animation-delay: calc(var(--duration) * 2 / 3 * -1)
}

div.svelte-1kv7xw1.svelte-1kv7xw1:nth-child(2) {
    animation-delay: calc(var(--duration) * 2 / 3 * -2)
}

div.svelte-1kv7xw1.svelte-1kv7xw1:nth-child(3) {
    animation-delay: calc(var(--duration) * 2 / 3 * -3)
}

.pause-animation.svelte-1kv7xw1 div.svelte-1kv7xw1 {
    animation-play-state: paused
}

@keyframes svelte-1kv7xw1-diamonds {
    50% {
        left: 50%;
        transform: translate(-50%) rotate(45deg) scale(1)
    }

    to {
        left: 100%;
        transform: translate(-50%) rotate(45deg) scale(0)
    }
}

div.svelte-1jl3ffc {
    position: relative;
    width: var(--size);
    height: var(--size);
    background-color: transparent;
    box-shadow: inset 0 0 0 2px var(--color);
    border-radius: 50%
}

div.svelte-1jl3ffc:before,div.svelte-1jl3ffc:after {
    position: absolute;
    content: "";
    background-color: var(--color)
}

div.svelte-1jl3ffc: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-1jl3ffc-rotate calc(var(--duration) / 4) linear infinite
}

div.svelte-1jl3ffc:before {
    width: calc(var(--size) / 3);
    height: 2px;
    top: calc((var(--size) / 2));
    left: calc((var(--size) / 2));
    transform-origin: 1px 1px;
    animation: svelte-1jl3ffc-rotate var(--duration) linear infinite
}

.pause-animation.svelte-1jl3ffc,.pause-animation.svelte-1jl3ffc:before,.pause-animation.svelte-1jl3ffc:after {
    animation-play-state: paused
}

@keyframes svelte-1jl3ffc-rotate {
    to {
        transform: rotate(360deg)
    }
}

.wrapper.svelte-t3cy9h {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(var(--size) * 2.5);
    height: var(--size);
    overflow: hidden
}

.bar.svelte-t3cy9h {
    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(0);
    background-color: var(--color);
    animation: svelte-t3cy9h-motion var(--duration) ease-in-out infinite
}

.pause-animation.svelte-t3cy9h {
    animation-play-state: paused
}

@keyframes svelte-t3cy9h-motion {
    25% {
        transform: skewY(25deg)
    }

    50% {
        height: 100%;
        margin-top: 0
    }

    75% {
        transform: skewY(-25deg)
    }
}

.wrapper.svelte-1u3pbi5 {
    display: inherit;
    position: relative;
    width: var(--size);
    height: var(--size)
}

.circle.svelte-1u3pbi5 {
    position: absolute;
    width: var(--size);
    height: var(--size);
    border: thick solid var(--rgba);
    border-radius: 50%;
    opacity: 1;
    top: 0px;
    left: 0px;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(.165,.84,.44,1),cubic-bezier(.3,.61,.355,1);
    animation-direction: normal,normal;
    animation-fill-mode: none,none;
    animation-play-state: running,running;
    animation-name: svelte-1u3pbi5-puff-1,svelte-1u3pbi5-puff-2;
    box-sizing: border-box
}

.pause-animation.svelte-1u3pbi5 {
    animation-play-state: paused
}

@keyframes svelte-1u3pbi5-puff-1 {
    0% {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

@keyframes svelte-1u3pbi5-puff-2 {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.wrapper.svelte-18tqraw {
    width: var(--size);
    height: calc(var(--size) * 1.5);
    margin-left: var(--size);
    background: var(--color);
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    animation: svelte-18tqraw-bump var(--duration) ease-in infinite alternate
}

.wrapper.svelte-18tqraw:after {
    content: "";
    box-sizing: border-box;
    left: 50%;
    top: 100%;
    transform: translate(-50%);
    position: absolute;
    border: var(--size) solid transparent;
    border-top-color: var(--color)
}

.pause-animation.svelte-18tqraw {
    animation-play-state: paused
}

@keyframes svelte-18tqraw-bump {
    0% {
        transform: translate(-50%,5px)
    }

    to {
        transform: translate(-50%,-5px)
    }
}

.wrapper.svelte-1owkp42 {
    width: var(--size);
    height: calc(var(--size) * 1.5);
    margin-left: var(--size);
    margin-top: var(--size);
    background: var(--color);
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    animation: svelte-1owkp42-bump var(--duration) ease-in infinite alternate
}

.wrapper.svelte-1owkp42:after {
    content: "";
    box-sizing: border-box;
    left: 50%;
    bottom: 100%;
    transform: translate(-50%);
    position: absolute;
    border: var(--size) solid transparent;
    border-bottom-color: var(--color)
}

.pause-animation.svelte-1owkp42 {
    animation-play-state: paused
}

@keyframes svelte-1owkp42-bump {
    0% {
        transform: translate(-50%,5px)
    }

    to {
        transform: translate(-50%,-5px)
    }
}

.loader.svelte-1xrlaz7.svelte-1xrlaz7.svelte-1xrlaz7 {
    margin: 40px auto;
    width: 120px
}

.error.svelte-1xrlaz7.svelte-1xrlaz7.svelte-1xrlaz7 {
    font-size: 20px;
    color: #86ff39;
    margin: 40px auto;
    text-align: center
}

.wrapper.svelte-1xrlaz7.svelte-1xrlaz7.svelte-1xrlaz7 {
    padding: 50px 3vw 30px;
    max-width: 540px;
    margin: 0 auto;
    color: #fff
}

.wrapper.svelte-1xrlaz7 img.svelte-1xrlaz7.svelte-1xrlaz7 {
    display: block;
    margin: auto auto 15px;
    width: 210px
}

.desc.svelte-1xrlaz7.svelte-1xrlaz7.svelte-1xrlaz7 {
    text-align: center;
    font-weight: 600
}

.original.svelte-1xrlaz7.svelte-1xrlaz7.svelte-1xrlaz7 {
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 30px
}

.container.svelte-1xrlaz7.svelte-1xrlaz7.svelte-1xrlaz7 {
    display: flex;
    flex-direction: column
}

.container.svelte-1xrlaz7 .socialNetworks.svelte-1xrlaz7.svelte-1xrlaz7 {
    display: flex;
    padding: 0 20px;
    justify-content: center
}

.container.svelte-1xrlaz7 .socialNetworks .mirror.svelte-1xrlaz7.svelte-1xrlaz7 {
    border: none;
    background: none;
    width: auto;
    display: block;
    padding: 0 10px
}

.container.svelte-1xrlaz7 .socialNetworks .mirror img.svelte-1xrlaz7.svelte-1xrlaz7 {
    width: 60px
}

.container.svelte-1xrlaz7 .mirror.svelte-1xrlaz7.svelte-1xrlaz7 {
    border: 1px solid green;
    border-radius: 10px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 24px;
    margin: 25px 0 0;
    background: #1c2028;
    cursor: pointer;
    text-decoration: none
}

.container.svelte-1xrlaz7 .mirror .link.svelte-1xrlaz7.svelte-1xrlaz7 {
    margin-right: 0;
    color: green
}

@media (max-width: 768px) {
    .container.svelte-1xrlaz7 .mirror.svelte-1xrlaz7>span.svelte-1xrlaz7 {
        font-size:26px
    }

    .container.svelte-1xrlaz7 .mirror.svelte-1xrlaz7>span.svelte-1xrlaz7:first-child {
        display: none
    }
}

.mirror.svelte-1xrlaz7.svelte-1xrlaz7.svelte-1xrlaz7:hover {
    text-decoration: none
}

.mirror.svelte-1xrlaz7:hover .link.svelte-1xrlaz7.svelte-1xrlaz7 {
    color: lightgreen
}

.mirror.svelte-1xrlaz7 span.svelte-1xrlaz7.svelte-1xrlaz7 {
    margin-right: 10px;
    color: green
}

@media (max-width: 768px) {
    .mirror.svelte-1xrlaz7.svelte-1xrlaz7.svelte-1xrlaz7 {
        font-size:18px
    }
}
