* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}

::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1882352941);
    border-radius: 5px;
}

::-webkit-scrollbar-track-piece {
    background: rgba(255, 255, 255, 0.1882352941);
    border-radius: 5px;
}

::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0);
    border-radius: 10px;
}

::-webkit-scrollbar-corner {
    background: rgba(0, 0, 0, 0);
    border-radius: 10px;
}

::-webkit-resizer {
    background: rgba(0, 0, 0, 0);
    border-radius: 10px;
}

html {
    height: 100%;
    scroll-behavior: smooth;
}

body {
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: #11171E;
}

a, button, textarea, input {
    outline: none;
    text-decoration: none;
}

.responsive-main {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.responsive-wrapper {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background: #11171E;
}

.container {
    max-width: 1120px;
    width: 100%;
    padding: 0px 20px;
    margin: 0px auto;
}
.container.min {
    max-width: 808px;
}

.logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 26px;
}
.logo > img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}

.navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 24px;
}
.navigation > .item > p {
    color: #D4E2EF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.logo-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 38px;
}

.button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

.button-b > p {
    color: #D4E2EF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.button-a {
    border-radius: 4px;
    background: #1475E1;
    height: 36px;
    padding: 0px 16px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
.button-a:hover {
    background: #278AF8;
}
.button-a.max {
    height: 48px;
    padding: 0px 24px;
}
.button-a.max > p {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.button-a > p {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.action-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
}

header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.responsive-header {
    padding: 16px 0;
    background: #1A232D;
}

.tx-info {
    margin: 34px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.tx-info > h1 {
    color: #FFF;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
}

.welcome-info {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.welcome-info > img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 40px;
    -o-object-fit: contain;
       object-fit: contain;
}

.head-time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
}
.head-time > img {
    width: 24px;
    height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
}
.head-time > p {
    color: #D4E2EF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4px;
}
.time > span {
    margin-top: 3px;
    color: rgba(212, 226, 239, 0.3);
    font-family: Inter;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.gl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4px;
}
.gl > .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    width: 32px;
    height: 36px;
    border-radius: 4px;
    background: #1A232D;
    color: #D4E2EF;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.time-current {
    margin-top: 58px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 18px;
}

.responsive-welcome {
    padding-top: 88px;
    padding-bottom: 188px;
}

.welcome {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 20px;
}

.welcome-info {
    max-width: 510px;
    width: 100%;
}

.welcome-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    background: url("lev.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: relative;
}
.welcome-image::before {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    -webkit-animation: 2.4s bounce infinite linear;
            animation: 2.4s bounce infinite linear;
    left: -14px;
    top: -40px;
    width: 252px;
    height: 278px;
    position: absolute;
    content: "";
    background: url("lv-a.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.welcome-image::after {
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
    -webkit-animation: 3s bounce infinite linear;
            animation: 3s bounce infinite linear;
    right: 0;
    top: 14px;
    width: 192px;
    height: 237px;
    position: absolute;
    content: "";
    background: url("lv-b.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.levitate {
    height: 310px;
    margin-top: -90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.levitate > img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}

.reward {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
}
.reward > .item {
    padding: 24px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 300px;
            flex: 1 1 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 14px;
    border-radius: 4px;
    background: #1A232D;
}
.reward > .item > h1 {
    color: #D4E2EF;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
}
.reward > .item > p {
    color: rgba(212, 226, 239, 0.7);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

.info-promo {
    max-width: 472px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.info-promo > img {
    margin-bottom: 36px;
    height: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
}
.info-promo > h1 {
    color: #FFF;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
}
.info-promo > p {
    margin: 30px 0;
    color: #D4E2EF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

.responsive-pr-token {
    background: rgba(26, 35, 45, 0.5);
}

.responsive-reward {
    margin-top: -92px;
}

.responsive-promo {
    padding-top: 118px;
    padding-bottom: 82px;
    overflow: hidden;
}

.promo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.image-promo {
    pointer-events: none;
    max-width: 696px;
    width: 100%;
    position: absolute;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    isolation: isolate;
}
.image-promo::before {
    height: 470px;
    right: -60px;
    position: absolute;
    content: "";
    width: 100%;
    bottom: 0;
    z-index: -1;
    background: url("pr-sv.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    -webkit-animation: 2s sp infinite linear;
            animation: 2s sp infinite linear;
}

@-webkit-keyframes sp {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}

@keyframes sp {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}
.head-token {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
}
.head-token > h1 {
    color: #FFF;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
}
.head-token > img {
    margin-bottom: -8px;
    width: 36px;
    height: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
}

.token-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 14px;
    margin-top: 32px;
}
.token-items > .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 14px;
    padding: 20px;
    border-radius: 4px;
    border: 1px dashed rgba(212, 226, 239, 0.4);
}
.token-items > .item > h1 {
    color: #D4E2EF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
}
.token-items > .item > p {
    color: rgba(212, 226, 239, 0.7);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

.responsive-tokens {
    padding: 70px 0px;
}

.responsive-airdrop {
    background: #161D25;
}

.airdrop-info {
    padding: 72px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.airdrop-info > h1 {
    color: #D4E2EF;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.stake-item-info {
    margin: 34px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
}
.stake-item-info > .item > p {
    color: rgba(212, 226, 239, 0.8);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
}
.stake-item-info > .item > p > span {
    color: #D4E2EF;
}

.airdrop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 20px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.airdrop-live {
    max-width: 302px;
    width: 100%;
}

.head-live {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4px;
}
.head-live > p {
    color: #FFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.head-live::after {
    margin-top: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 8px;
    height: 8px;
    position: relative;
    content: "";
    background-image: url("deee99567122faadd5761f4d46cb67d279a4a678.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.body-live {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
}
.body-live > .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 4px;
    background: linear-gradient(168deg, #2A333F -89.59%, rgba(42, 51, 63, 0) 180.93%);
    -webkit-animation: 0.3s show;
            animation: 0.3s show;
}
.body-live > .item > p {
    color: #D4E2EF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

@-webkit-keyframes show {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.5);
                transform: scale(0.5);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
                transform: scale(1);
    }
}

@keyframes show {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.5);
                transform: scale(0.5);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
                transform: scale(1);
    }
}
.ico-live {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5px;
}
.ico-live > p {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.ico-live > img {
    width: 18px;
    height: 18px;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
}

.body-item-live {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.body-item-live > p {
    color: rgba(212, 226, 239, 0.6);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.airdrop-live {
    height: 360px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
    background: #1E262F;
    border: 2px solid #2A333F;
    border-radius: 10px 10px 0 0;
    padding: 20px;
    padding-bottom: 0;
}

.earn-info {
    padding: 52px;
    padding-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    max-width: 500px;
    width: 100%;
}
.earn-info > h1 {
    color: #FFF;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 24px;
}
.earn-info > p {
    color: #D4E2EF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 36px;
}

.earn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-radius: 12px;
    background: #161D25;
}

.responsive-earn {
    padding: 64px 0;
}

.earn-lev {
    margin-right: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.earn-lev > img {
    top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
}

.wr-earn {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.wr-earn > img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}

.item-lsw {
    position: absolute;
    padding: 11px 16px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 10px;
    border: 1.5px solid #FFF;
    background: rgba(255, 255, 255, 0.06);
    -webkit-box-shadow: 0px 0px 20.4px 0.75px rgba(255, 255, 255, 0.25) inset, 0px 0px 15.075px 6px rgba(255, 255, 255, 0.25) inset, 0px 0px 18.525px 13.5px rgba(255, 255, 255, 0.25) inset;
            box-shadow: 0px 0px 20.4px 0.75px rgba(255, 255, 255, 0.25) inset, 0px 0px 15.075px 6px rgba(255, 255, 255, 0.25) inset, 0px 0px 18.525px 13.5px rgba(255, 255, 255, 0.25) inset;
    -webkit-backdrop-filter: blur(24.8999996185px);
            backdrop-filter: blur(24.8999996185px);
}
.item-lsw > p {
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.lsw-a {
    top: 50px;
}

.lsw-b {
    right: 0;
    top: 50px;
}

.lsw-c {
    top: 180px;
    left: 40px;
}

.lsw-d {
    top: 180px;
    right: 40px;
}

.rmap {
    max-width: 1200px;
    width: 100%;
    margin: 0px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.rmap > .item {
    isolation: isolate;
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
}
.rmap > .item::before {
    position: relative;
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 24px;
    height: 24px;
    background-image: url("258a859cb4e8f57d3b237936dcbbb5edc668f881.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.rmap > .item > p {
    color: #AEBAC6;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}
.rmap > .item.active > p {
    color: #D4E2EF;
}
.rmap > .item.active > .sv-ln::before {
    content: none;
}
.rmap > .item.active::before {
    background-image: url("64cdfed6cf53775399b76adcb29aa4e59a1290bd.svg");
}
.rmap > .item.next::before {
    background-image: url("c28e27916f584bc44f2ea9d8c5cc4a9f128d6e4e.svg");
}

.road-map {
    margin-top: 60px;
    position: relative;
}
.road-map::before {
    content: "";
    left: 0;
    right: 0;
    top: 11px;
    position: absolute;
    width: 100%;
    height: 2px;
    background: #0098FF;
}
.road-map::after {
    content: "";
    right: 0;
    top: 11px;
    position: absolute;
    width: 32%;
    height: 2px;
    background: #2A333F;
}

.sv-ln::before {
    z-index: -1;
    left: 0;
    content: "";
    top: 11px;
    position: absolute;
    width: 50%;
    height: 2px;
    background: #2A333F;
}
.sv-ln::after {
    z-index: -1;
    right: 0;
    content: "";
    top: 11px;
    position: absolute;
    width: 50%;
    height: 2px;
    background: #2A333F;
}

.responsive-roadmap {
    padding-bottom: 86px;
}

.logo-footer-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    max-width: 132px;
    width: 100%;
}
.logo-footer-info > p {
    color: #D4E2EF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.logo-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 36px;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
}
.logo-footer > img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer-navigation {
    max-width: 828px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
}
.footer-navigation > .item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 200px;
            flex: 1 1 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
}
.footer-navigation > .item > h1 {
    color: #D4E2EF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}

.footer-items-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
}
.footer-items-nav > .item > p {
    color: rgba(212, 226, 239, 0.7);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 20px;
}

.responsive-footer {
    padding: 40px 0;
    background: #0D1116;
}

.reward > .item {
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
.reward > .item:hover {
    background: #212B36;
}

.token-items > .item {
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
.token-items > .item:hover {
    border: 1px solid #151B23;
    background: #151B23;
}

.responsive-welcome {
    background: url("pattern.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.levitate {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    -webkit-animation: 2s bounce infinite linear;
            animation: 2s bounce infinite linear;
}

@-webkit-keyframes bounce {
    0% {
        -webkit-transform: translateY(-20);
                transform: translateY(-20);
    }
    50% {
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(20);
                transform: translateY(20);
    }
}

@keyframes bounce {
    0% {
        -webkit-transform: translateY(-20);
                transform: translateY(-20);
    }
    50% {
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(20);
                transform: translateY(20);
    }
}
@-webkit-keyframes bounce-a {
    0% {
        -webkit-transform: translateY(20);
                transform: translateY(20);
    }
    50% {
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(-20);
                transform: translateY(-20);
    }
}
@keyframes bounce-a {
    0% {
        -webkit-transform: translateY(20);
                transform: translateY(20);
    }
    50% {
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(-20);
                transform: translateY(-20);
    }
}
.earn-lev > img {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    -webkit-animation: 3s bounce infinite linear;
            animation: 3s bounce infinite linear;
}

.lsw-a {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    -webkit-animation: 4s bounce infinite linear;
            animation: 4s bounce infinite linear;
}

.lsw-b {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    -webkit-animation: 3s bounce-a infinite linear;
            animation: 3s bounce-a infinite linear;
}

.lsw-c {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    -webkit-animation: 5s bounce infinite linear;
            animation: 5s bounce infinite linear;
}

.lsw-d {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    -webkit-animation: 7s bounce-a infinite linear;
            animation: 7s bounce-a infinite linear;
}

.responsive-airdrop {
    position: relative;
    isolation: isolate;
}

.air-bou {
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.air-bou > .item {
    width: 100%;
    position: relative;
}
.air-bou > .item > * {
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.bou-a {
    -webkit-animation: 4s puls infinite linear;
            animation: 4s puls infinite linear;
    left: 92px;
    bottom: 88px;
    width: 36px;
    height: 36px;
    background-image: url("6ab439f9b22133e6687648f7b5328a67d82a236a.svg");
}

.bou-b {
    -webkit-animation: 2s puls infinite linear;
            animation: 2s puls infinite linear;
    top: 67px;
    left: 186px;
    width: 44px;
    height: 44px;
    background-image: url("32baf05f6d98c2846dc72f1dc981042943905947.svg");
}

.bou-c {
    -webkit-animation: 3s puls infinite linear;
            animation: 3s puls infinite linear;
    bottom: 41px;
    right: 10px;
    width: 38px;
    height: 38px;
    background-image: url("6d584b4c4e8a1a17021d91e7c4b8cf3f057fcfbd.svg");
}

.bou-d {
    -webkit-animation: 2.5s puls infinite linear;
            animation: 2.5s puls infinite linear;
    top: 10px;
    left: 0;
    width: 30px;
    height: 30px;
    background-image: url("b3e7b2630287d8429cc2da79c47a27403d16fe27.svg");
}

.bou-e {
    -webkit-animation: 4s puls infinite linear;
            animation: 4s puls infinite linear;
    bottom: 60px;
    right: 160px;
    width: 36px;
    height: 36px;
    background-image: url("dc09ec236a405dbeb4ad43eb67375fb0cda913b8.svg");
}

.bou-f {
    -webkit-animation: 2s puls infinite linear;
            animation: 2s puls infinite linear;
    width: 43px;
    height: 43px;
    top: 35px;
    right: 43px;
    background-image: url("383648653d3fa1dccc4c320cdbba2a92dc0c51db.svg");
}

@-webkit-keyframes puls {
    0% {
        -webkit-transform: scale(1);
                transform: scale(1);
    }
    50% {
        -webkit-transform: scale(0.6);
                transform: scale(0.6);
    }
    100% {
        -webkit-transform: scale(1);
                transform: scale(1);
    }
}

@keyframes puls {
    0% {
        -webkit-transform: scale(1);
                transform: scale(1);
    }
    50% {
        -webkit-transform: scale(0.6);
                transform: scale(0.6);
    }
    100% {
        -webkit-transform: scale(1);
                transform: scale(1);
    }
}
@media screen and (max-width: 1120px) {
    .airdrop {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .logo-navigation {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .navigation {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        gap: 10px;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .earn {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    footer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        text-align: center;
    }
    .logo-footer-info {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        max-width: 100%;
    }
    .road-map {
        overflow-x: auto;
    }
    .rmap > .item > p {
        white-space: nowrap;
    }
    .responsive-roadmap {
        overflow: hidden;
    }
    .airdrop-live {
        max-width: 100%;
    }
    .airdrop-info {
        max-width: 100%;
    }
    .earn-info {
        padding: 20px;
        max-width: 100%;
    }
    .airdrop-info {
        max-width: 100%;
        padding: 20px 0;
        width: 100%;
    }
    .welcome {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
    }
    .levitate {
        margin-top: 0;
    }
    .responsive-welcome {
        padding: 40px 0;
    }
    .welcome-info {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        width: 100%;
        max-width: 100%;
        text-align: center;
    }
    .responsive-reward {
        margin-top: 0;
        padding-top: 20px;
    }
}
@media screen and (max-width: 768px) {
    .footer-navigation {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 20px;
    }
    .footer-navigation > .item {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
    }
    .rmap {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
    }
    .rmap > .item > p {
        padding: 0px 20px;
    }
    .earn-lev {
        margin-right: 0;
    }
    .image-promo {
        display: none;
    }
    .tx-info > h1 {
        font-size: 38px;
    }
    .time-current {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .welcome-image::before {
        width: 172px;
        height: 208px;
    }
    .welcome-image::after {
        width: 122px;
        height: 147px;
    }
    .levitate {
        height: 250px;
    }
    .levitate > img {
        margin-bottom: 90px;
        margin-left: 20px;
    }
}