@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
:root {
  --jupiter-plugin-primary: 130, 173, 255;
  /*--jupiter-plugin-background: 28, 30, 65;*/
  --jupiter-plugin-background: 44, 46, 89;
  --jupiter-plugin-primaryText: 130, 173, 255;
  --jupiter-plugin-warning: 251, 191, 36;
  --jupiter-plugin-interactive: 33, 42, 54;
  --jupiter-plugin-module: 28, 30, 65;
}
html, body{
    margin: 0;
    padding: 0;
    width: 100%;
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;    
    position: relative;
    background: #2C2E59;
    background-size: 1684px auto;
    min-height: 1000px;
}
.top_logo{
    padding-top: 37px;
    text-align: center;
}
.wrap{
    width: 696px;
    margin: 0 auto;
    text-align: center;
}
h1, h2{
    font-weight: 500;
    font-size: 31px;
    line-height: 160%;
    max-width: 676px;
    margin: 60px auto 0 auto;
    color: #82ADFF;
}
h2:first-of-type{
    margin-top: 187px;
}
.dnd h2:first-of-type{
    margin-top: auto;
}
h1 span, p, ul li{
    display: block;
    font-size: 18px;
    font-weight: 400;
    color: #82ADFF;
    position: relative;
    line-height: 160%;
}
p#why{
    font-size: 24px;
    font-weight: 500;
    margin-top: 181px;
    line-height: 160%;
}
.sbs strong{
    font-weight: 500;
}
.sb{
    font-weight: 500;
    font-size: 24px;
}

.it{
    font-size: 18px;
    font-style: italic;
    text-decoration: none;
}
.it a{
    
    color: #82ADFF;
}
.ways{
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}
.way{
    width: 269px;
    padding-top: 269px;
    position: relative;
    background: url(img/ellipse.png) no-repeat center top;
}
.way img{
    position: absolute;
}
.way:nth-child(1) img{
    top: 50px;
    left: 18px;
}
.dnd .way:nth-child(1) img{
    top: 41px;
    left: 37px;
}
.way:nth-child(2) img{
    top: 53px;
    left: 58px;
}
.dnd .way:nth-child(2) img{
    top: 35px;
    left: 40px;
}
.way:nth-child(3) img{
    top: 96px;
    left: 29px;
}
.dnd .way:nth-child(3) img{
    top: 35px;
    left: 40px;
}
.faq_blk{
    width: 100%;
    max-width: 914px;
    margin: 60px auto;
}
.faq_blk h2{
    font-weight: 700;
    margin-bottom: 30px;
}
.single_faq{
    display: block;
    width: 100%;
    border-radius: 40px;
    cursor: pointer;
    margin-bottom: 20px;
}
.single_faq p{
    max-width: 766px;
    margin: 20px auto;
    font-weight: 500;
    display: none;
}
.single_faq p a{
    color: inherit;
}
.single_faq strong{
    display: inline-block;
    line-height: 56px;
    padding: 14px 34px 14px 107px;
    background: url(img/qfaq.svg) no-repeat 17px center #D9D9D9;
    font-weight: 500;
    font-size: 23px;
    border-radius: 40px;
    transition: background .2s ease-out;
}
.single_faq.a{
    background: #D9D9D9;
    padding: 0 0 14px 0;
}
.single_faq.a p{
    display: block;
}
.bottom_nav{
    display: flex;
    align-items: center;
    justify-content: center;
}
.bottom_nav a{
    font-weight: 700;
    font-size: 18px;
    text-decoration: none;
    color: #82ADFF;
}
@keyframes pes {
    0% {
        transform: scale(0);
        opacity: 1;
    }
    60% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: scale(1.67);
    }
  }
  @keyframes dondo {
    0% {
        background: conic-gradient(#E8E8E8 0deg, transparent 1deg, transparent 359deg);
    }
    100% {
        background: conic-gradient(#E8E8E8 359deg, transparent 1deg, transparent 0deg);
    }
  }
.way::before{
    content: "";
    position: absolute;
    top: 54px;
    left: 54px;
    width: 161px;
    height: 161px;
    background: url(img/pe.png);
    transform-origin: center;
    transform: scale(0);
}
.way:hover:before{
    animation: .5s linear pes;
    animation-direction: normal;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
footer{
    display: block;
    height: 259px;
    background: url(img/bgbottom.svg) no-repeat center bottom;
    background-size: 1920px auto;
    margin-top: 50px;
    text-align: center;
}
footer p a{
    color: #82ADFF;
    text-decoration: none;
}
footer>img{
    margin-top: 50px;
}
.dnd footer>img{
    margin-top: 15px;
}
.dnd footer{
    padding-bottom: 39px;
}
.footer_socials{
    margin: 40px 0 30px 0;
}
.footer_socials a{
    width: 45px;
    height: 45px;
    line-height: 45px;
    display: inline-block;
    vertical-align: top;
    margin: 0 10px;
    position: relative;
    border-radius: 50%;
    background: #CDCDCD;
    transition: background .2s ease-out;
    filter: invert(54%) sepia(70%) saturate(1596%) hue-rotate(196deg) brightness(101%) contrast(100%);
}
.blogo{
    filter: invert(54%) sepia(70%) saturate(1596%) hue-rotate(196deg) brightness(101%) contrast(100%);
    margin: 30px 45px;
    margin: 30px 0 0 0;
    display: block;
}
.footer_socials a::before{
    content: "";
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #82ADFF;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity .2s ease-out;
    z-index: 0;
}
.footer_socials a.tg{
    background: url(img/tg_icon.svg) no-repeat center;
}
.footer_socials a.ig{
    background: url(img/ig_icon.svg) no-repeat center;
}
.footer_socials a.tw{
    background: url(img/tw_icon.svg) no-repeat center;
}
.footer_socials a.tt{
    background: url(img/tt_icon.svg) no-repeat center;
}
.footer_socials a.tg:hover{
    background: url(img/tg_icon.svg) no-repeat center #649AFF;
    filter: none;
}
.footer_socials a.ig:hover{
    background: url(img/ig_icon.svg) no-repeat center #649AFF;
    filter: none;
}
.footer_socials a.tw:hover{
    background: url(img/tw_icon.svg) no-repeat center #649AFF;
    filter: none;
}
.footer_socials a.tt:hover{
    background: url(img/tt_icon.svg) no-repeat center #649AFF;
    filter: none;
}
.big_circle{
    position: absolute;
    width: 896px;
    height: 896px;
    left: 50%;
    margin-left: -448px;
    top: 393px;
    background: url(img/big_circle.svg);
}
.bigger_i{
    font-size: 24px;
    font-style: italic;
}
.toggle_nav{
    position: fixed;
    width: 45px;
    height: 45px;
    cursor: pointer;
    left: 40px;
    top: 57px;
    border-radius: 15px;
    background: url(img/toggle_nav.svg) no-repeat center;
    filter: invert(54%) sepia(70%) saturate(1596%) hue-rotate(196deg) brightness(101%) contrast(100%);
}
nav.anchors{
    position: fixed;
    left: 0;
    top: 109px;
    left: -307px;
    text-align: left;
    transition: left .2s ease-in-out;
}
nav.anchors.v{
    left: 0;
}
nav.anchors a{
    display: block;
    width: 147px;
    height: 38px;
    line-height: 38px;
    color: #82ADFF;
    font-size: 21px;
    font-weight: 700;
    padding-left: 40px;
    box-sizing: border-box;
    text-decoration: none;
    position: relative;
}

.dnd nav.anchors a{
    width: auto;
}
nav.anchors a::before{
    content: "";
    width: 147px;
    height: 38px;
    background: #fff;
    top: 0;
    left: -147px;
    border-radius: 0 19px 19px 0;
    position: absolute;
    z-index: -1;
    transition: left .2s ease-in-out;
}
nav.anchors a:hover:before{
    left: 0;
}
audio{
    width: 100%;
}
.ie{
    position: absolute;
    width: 514px;
    height: 514px;
    background: url(img/ie.png)no-repeat center;
    transform-origin: center;
    top: 191px;
    left: 191px;
    transform: scale(0);
}
.m{
    display: none;
}
.langswitch{
    position: absolute;
    top: 54px;
    right: 40px;
    width: 148px;
    text-align: center;
    background: #DDDDDD;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 700;
}
.langswitch span{
    display: block;
    background: #fff;
    border-radius: 12px;
    height: 24px;
    line-height: 24px;
    cursor: pointer;
    color: #000;
    transition: filter .2s ease-out;
}
.langswitch span:hover{
    filter: invert(1);
}
.langswitch .other{
    display: none;
}
.langswitch a{
    display: block;
    height: 24px;
    line-height: 24px;
    color: #000;
    text-decoration: none;
    height: 30px;
    line-height: 30px;
}
.langswitch a:hover{
    opacity: .5;
}
.dnd, .dnd body{
    background: #2C2E59;
}
.dnd .langswitch{
    top: 30px;
}
.dnd .top_logo{
    padding-top: 25px;
    height: 52px;
    width: 1054px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    gap: 20px;
    z-index: 3;
}
.dnd .top_logo img{
    height: 52px;
}
/*.dnd .top_logo p{
    flex-basis: 0;
    flex-grow: 1;
}*/
.bottom_nav p{
    /*flex-grow: 1;*/
    min-width: 150px;
}
.dnd .top_logo a, .bottom_nav a{
    text-decoration: none;
    color: #82ADFF;
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    padding: 6px 16px;
    background-color: transparent;
    border-radius: 20px;
    transition: background-color .3s ease-out;
}
.dnd .top_logo a:not(.logolink):hover, .bottom_nav a:hover{
    background-color: #1C1E41;
}
.dnd h1{
    max-width: none;
    font-weight: 700;
    margin-top: 50px;
}
.dnd .big_circle{
    top: 1432px;
}
.howto{
    width: calc(100% - 100px);
    margin: 60px auto;
    max-width: 1820px;
    background: #E8E8E8;
    border-radius: 17px;
    height: 712px;
    text-align: center;
    position: relative;
}
.howto.has_logo{
    background: url(img/howtologo.svg) no-repeat center #E8E8E8;
    background-size: auto 588px;
}
.howto.has_logo.swas{
    background: transparent;
    margin: 0 auto;
    height: 100vh;
    margin-top: -77px;
}
.howto.has_logo.swas img{
    width: 640px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -320px;
    margin-top: -177px;
}
.howto.has_logo.swas::after{
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: url(img/swas_full_2025.svg) no-repeat center;
    background-size: 640px auto;
}
.circlus{
    width: 534px;
    height: 534px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -267px;
    margin-top: -267px;
    background: url(img/circlus.png) no-repeat center;
    transform-origin: center;
    transform: scale(0);
    animation: 2s linear ruond_dog;
    animation-direction: normal;
    animation-iteration-count: infinite;
    animation-fill-mode: forwards;
}
@keyframes ruond_dog {
    0% {
        transform: scale(0);
        opacity: 1;
    }
    40% {
        opacity: 0;
        transform: scale(2);
    }
    100% {
        opacity: 0;
        transform: scale(2);
    }
}
.howto h2{
    margin-top: 0;
    padding-top: 40px;
    font-weight: 700;
}
.howto p a{
    color: #82ADFF;
    font-weight: 700;
}
.howto>img{
    width: 94%;
}
.howto .O{
    width: 256px;
    height: 256px;
    background-color: #f8f8f8;
    position: absolute;
    top: 200px;
    left: 50%;
    margin-left: -128px;
    border-radius: 50%;
}
.howto .O.t{
    background: transparent;
}
.howto .O .NotO{
    content: "";
    border-radius: 50%;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: conic-gradient(#E8E8E8 0deg, transparent 0deg, transparent 360deg);   
}
.howto_links a, .howto_links>span{
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    padding: 6px 16px;
    background: #fff;
    text-decoration: none;
    border-radius: 20px;
    margin: 20px 6px 0 6px;
    display: inline-block;
    color: #82ADFF;
    transition: filter .2s ease-out;
}
.howto_links a img{
    width: 17px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
    margin-top: -3px;
}
.dnd .toggle_nav{
    display: none;
}
.howto + h2{
    margin: 60px auto 40px auto;
    font-weight: 700;
    max-width: none;
    text-align: center;
}
.roadmap{
    display: flex;
    width: 1053px;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: center;
}
.roadmap div{
    padding: 11px 30px;
    text-align: center;
    background: #1C1E41;
    border-radius: 30px;
    margin: 0 10px 70px 10px;
    position: relative;
    min-width: 154px;
}
.roadmap div.c{
    background: #82ADFF;
}
.roadmap div p{
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 100%;
    color: #649AFF;
}
.roadmap div span{
    margin: 0;
    display: block;
    font-size: 14px;
    color: #649AFF;
}
.roadmap div.c p, .roadmap div.c span{
    color: #1C1E41;
}
.roadmap div::after{
    content: "";
    width: 47px;
    height: 16px;
    top: 50%;
    margin-top: -8px;
    background: url(img/roadmap_arrow_b.svg);
    position: absolute;
    right: -38px;
    z-index: 2;
}
.roadmap div:last-of-type:after{
    display: none;
}
.roadmap div:nth-child(4)::after{
    height: 137px;
    width: 1055px;
    right: -95px;
    margin-top: 0;
    background: url(img/roadmap_full_arrow.svg);
}
.dnd h1{
    text-align: center;
}
.dnd p#why{
    margin-top: 124px;
}
.wp{
    width: 766px;
    margin: 75px auto;
    text-align: center;
}
.wp p:first-child, p.bigger{
    font-weight: 700;
    font-size: 24px;
    margin-top: 170px;
    margin-bottom: 40px;
}
p.bigger{
    margin-top: 40px;
}
p.bigger span{
    font-weight: 500;
    font-size: 21px;
    display: block;
}
.wp strong{
    font-weight: 500;
    font-size: 24px;
}
.wp_btn{
    position: relative;
    width: 300px;
    margin: 30px auto;
}
.wp_btn.av{
    width: auto;
}
.wp_btn.av a{
    width: auto;
    display: inline-block;
    padding: 0 40px;
}
.wp_btn a{
    display: block;
    height: 84px;
    line-height: 84px;
    background: #82ADFF;
    text-decoration: none;
    color: #1C1E41;
    font-size: 24px;
    border-radius: 80px;
    font-weight: 500;
    transition: all .3s ease-out;
}
.wp_btn span{
    display: block;
    font-size: 14px;
    margin-top: 6px;
    position: relative;
    z-index: 2;
}
.wp_btn::after{
    content: "";
    width: 150px;
    height: 28px;
    background: #fff;
    position: absolute;
    bottom: -5px;
    border-radius: 20px;
    left: 50%;
    margin-left: -75px;
    opacity: 0;
    transition: opacity .3s ease-out;
}
.wp_btn a:hover{
    color: #82ADFF;
    background: #1C1E41;
}
.deflnk{
    color: inherit;
    font-weight: 700;
}
.gal{
    display: flex;
    justify-content: center;
    margin: 20px 0;
}
.gal img{
    margin: 0 10px;
}
.dnd footer{
    background: none;
    padding-bottom: 70px;
}
.bottom_disclamer{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 39px;
    color: #fff;
    background-color: #1C1E41;
    text-align: center;
    line-height: 39px;
    margin: 0;
    font-size: 14px;
}
.howto p a:hover, .it a:hover{
    text-decoration: none;
}
.howto_links a:hover{
    filter: invert(1);
}
.single_faq:not(.a) strong:hover{
    background: url(img/qfaq_h.svg) no-repeat 17px center #fff;
}
.tokenomicon_page .howto_links{
    text-align: center;
}
.smaller{
    font-size: 14px;
    max-width: 516px;
    margin: 30px auto;
}
.tokenomicon_page .faq_blk strong{
    padding: 14px 34px;
    background: #D9D9D9;
}
.tokenomicon_page .single_faq:not(.a) strong:hover{
    background: #fff;
}
.adventure_bag{
    width: 1166px;
    margin: 20px auto;
    display: flex;
    justify-content: space-between;
}
.game_play, .rewards{
    width: 1166px;
    margin: 20px auto;
    display: flex;
    justify-content: center;
}
.single_bag{
    padding: 30px 20px;
    background: #D9D9D9;
    border-radius: 40px;
    width: 270px;
    box-sizing: border-box;
    text-align: center;
}
.game_play .single_bag{
    margin: 0 20px;
    padding: 30px 10px;
}
.single_bag strong, .single_bag img, .single_bag p{
    display: block;
    margin: 0 auto;
}
.game_play .single_bag p{
    margin-top: 15px;
}
.game_play .single_bag:nth-child(1) p{
    margin-top: 22px;
}
.game_play .single_bag p a{
    color: inherit;
    text-decoration: none;
}
.game_play .single_bag p span{
    border-bottom: 1px solid;
    font-weight: 600;
}
.game_play .single_bag:nth-child(3), .the_option{
    cursor: pointer;
}
.game_play .single_bag:nth-child(3):hover, .the_option:hover{
    background-color: #fff;
}
.adventure_bag .single_bag img{
    margin-top: 16px;
    margin-bottom: 49px;
}
.adventure_bag .single_bag:nth-child(1) img{
    margin-bottom: 48px;
}
.adventure_bag .single_bag:nth-child(4) img{
    margin-bottom: 16px;
}
.the_mission{
    width: 1166px;
    margin: 20px auto;
    text-align: center;
    display: none;
}
.rewards{
    margin-bottom: 40px;
}
.rewards span{
    display: inline-block;
    line-height: 31px;
    padding: 0 24px;
    background: #fff;
    border-radius: 16px;
    font-size: 18px;
    font-weight: 700;
    color: #82ADFF;
    margin: 0 15px;
}
.the_options{
    display: none;
}
.the_options h2{
    margin-bottom: 30px;
}
.the_option{
    display: block;
    padding: 40px 0 30px 0;
    background: #D9D9D9;
    border-radius: 40px;
    margin-bottom: 30px;
    text-align: center;
}
.the_option p{
    margin: 0 auto 30px auto;
    max-width: 547px;
    font-size: 35px;
    font-weight: 700;
}
.the_option span{
    display: block;
    margin: 30px auto 0 auto;
    max-width: 400px;
    font-size: 18px;
}
.the_option:last-child{
    padding: 15px 0;
}
.the_option:last-child p{
    font-size: 24px;
    max-width: none;
    margin: 0;
}
.the_option:last-child p a{
    color: inherit;
}
.share_popup{
    display: none;
    position: fixed;
    top: 100px;
    z-index: 10;
    width: 600px;
    left: 50%;
    margin-left: -300px;
    text-align: center;
}
.share_popup p{
    color: #fff;
    margin: 0 0 50px 0;
    font-size: 35px;
    font-weight: 700;
}
.share_popup img{
    width: 100%;
    border-radius: 40px;
    display: block;
    margin: 0 auto 20px auto;
}
.share_overlay{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #82ADFFaa;
    backdrop-filter: blur(10px);
    display: none;
    z-index: 1;
}
.share_btns{
    display: block;
}
.share_btns>*{
    display: inline-block;
    vertical-align: top;
    height: 63px;
    line-height: 63px;
    width: 63px;
    position: relative;
    cursor: pointer;
}
.share_btns [data-share_to="tg"]{
    background: url(img/tg_icon_h_w.svg) no-repeat center;
    background-size: 43px auto;
}
.share_btns [data-share_to="tw"]{
    background: url(img/tw_icon_h_w.svg) no-repeat center;
    background-size: 41px auto;
}
.share_btns [data-share_to="fb"]{
    background: url(img/fb_icon_h_w.svg) no-repeat center;
}
.share_btns [data-share_to="copy"]{
    background: url(img/copy_icon_h_w.svg) no-repeat center;
}
.share_btns a{
    background: url(img/download_icon_h_w.svg) no-repeat center;
}
.share_btns>*:hover::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 63px;
    height: 63px;
    background: #fff;
    border-radius: 63px;
    z-index: -1;
}
.share_btns [data-share_to="tg"]:hover{
    background: url(img/tg_icon.svg) no-repeat center;
    background-size: 43px auto;
}
.share_btns [data-share_to="tw"]:hover{
    background: url(img/tw_icon.svg) no-repeat center;
    background-size: 41px auto;
}
.share_btns [data-share_to="fb"]:hover{
    background: url(img/fb_icon.svg) no-repeat center;
}
.share_btns [data-share_to="copy"]:hover{
    background: url(img/copy_icon.svg) no-repeat center;
}
.share_btns a:hover{
    background: url(img/download_icon.svg) no-repeat center;
}
.share_disclamer{
    display: block;
    padding: 15px;
    background: #fff;
    font-size: 18px;
    border-radius: 40px;
    margin-bottom: 20px;
}
.share_disclamer a{
    color: inherit;
    font-weight: 700;
}
.twex{
    max-width: 300px;
}
.tokens_preview{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.single_nft{
    width: 289px;
    height: 289px;
    background-color: #D9D9D9;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 40px;
    text-align: center;
    position: relative;
    margin: 6px 0;
    background-size: 95% auto;
}
.single_nft[data-t="1"]{
    background-image: url(img/nft1.png);
}
.single_nft[data-t="2"]{
    background-image: url(img/nft2.png);
}
.single_nft[data-t="3"]{
    background-image: url(img/nft3.png);
}
.single_nft[data-t="4"]{
    background-image: url(img/nft4.png);
}
.single_nft[data-t="5"]{
    background-image: url(img/nft5.png);
}
.single_nft[data-t="6"]{
    background-image: url(img/nft6.png);
}
.ref_act{
    display: block;
    margin-bottom: 10px;
    padding: 20px 64px 30px 64px;
    box-sizing: border-box;
    background-color: #D9D9D9;
    border-radius: 40px;
}
.ref_act p:first-child, p.sbp{
    font-size: 21px;
    font-weight: 500;
    margin-bottom: 10px;
}
.timer, .timer .pair{
    display: flex;
    justify-content: center;
    position: relative;
}
.timer{
    margin-top: 40px;
    margin-bottom: 46px;
}
.timer .pair span{
    width: 68px;
    height: 99px;
    line-height: 99px;
    border-radius: 10px;
    background: #82ADFF;
    color: #fff;
    text-align: center;
    font-size: 62px;
    font-weight: bold;
    margin: 0 3px;
}
.pair[data-n="hours"]{
    margin: 0 40px;
}
.pair:after{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -28px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
}
.pair[data-n="days"]:after{content:"days"}
.pair[data-n="hours"]:after{content:"hours"}
.pair[data-n="minutes"]:after{content:"minutes"}
.howto.has_logo p:first-child{
    padding-top: 40px;
    font-size: 42px;
    font-weight: 700;
    line-height: 160%;
    margin-bottom: 20px;
}
.howto.has_logo p:first-child + p, .timer + p{
    font-size: 24px;
    font-style: italic;
    line-height: 160%;
    max-width: 920px;
    margin: 0 auto;
}
.howto.has_logo p:first-child + p strong{
    font-size: 28px;
    display: block;
}
#howitworks{
    display: none;
}
#howitworks + .has_logo{
    display: block;
}
.refswitch{
    text-align: center;
    margin-top: 40px;
    margin-bottom: -20px;
}
.refswitch span{
    display: inline-block;
    vertical-align: middle;
    width: 60px;
    height: 31px;
    background: #fff;
    border-radius: 15.5px;
    margin: 0 5px;
    cursor: pointer;
    position: relative;
}
.refswitch span::after{
    content: "";
    position: absolute;
    width: 23px;
    height: 23px;
    border-radius: 23px;
    background: #82ADFF;
    top: 4px;
    left: 4px;
    transition: left .3s ease-out;
}
.refswitch span.a::after{
    left: 33px;
}
.flutter_box{
    width: calc(100% - 100px);
    position: relative;
    margin: 20px 50px;
    aspect-ratio: 1820 / 484;
    border-radius: 17px;
    min-height: 655px;
}
.flutter_box iframe{
    border-radius: 17px;
}
.has_manifesto h2{
    font-weight: 700;
    line-height: 160%;
}
.has_manifesto p, .has_manifesto h2{
    line-height: 160%;
}
.has_manifesto p a{
    color: inherit;
    text-decoration: none;
    font-weight: 800;
}
.has_manifesto{
    margin-bottom: 140px;
    padding-top: 60px;
}
.has_manifesto + h2{
    text-align: center;
    margin: 30px auto;
}
.dndlogotop{
    position: absolute;
    top: 30px;
    left: 30px;
}
.sws_txt_has_bg{
    display: block;
    box-sizing: border-box;
    padding: 20px;
    background: #1C1E41;
    border-radius: 10px;
    margin-bottom: 10px;
}
.sws_txt_has_bg>*:last-child{
    margin-bottom: 0;
}
.sws_txt_has_bg ul{
    text-align: left;
    list-style: none;
}
.sws_txt_has_bg ul li{
    position: relative;
}
.sws_txt_has_bg ul li::before{
    content: "●";
    position: absolute;
    left: -20px
}
.sws_txt_has_bg h2{
    font-size: 28px;
}
.top_label{
    display: inline-block;
    height: 45px;
    line-height: 45px;
    min-width: 45px;
    padding: 0 16px;
    color: #1C1E41;
    font-weight: 700;
    border-radius: 45px;
    background: #82ADFF;
    box-sizing: border-box;
}
.about_labels{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.about_labels *{
    flex-grow: 1;
    background: #82ADFF;
    padding: 0 16px;
    box-sizing: border-box;
    height: 31px;
    border-radius: 16px;
    line-height: 31px;
    font-size: 18px;
    font-weight: 700;
    color: #1C1E41;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: auto;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-decoration: none;
}
.about_labels *:last-child{
    width: 100%;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type=number] {
  appearance: textfield;
  -moz-appearance: textfield;
}
#jupiter-plugin{
    margin-top: 20px;
}
.sws_txt_has_bg ul li a{
    color: inherit;
    text-decoration: none;
}
@media(max-width:896px) {
    .about_labels span{
        white-space: normal;
    }
    .toggle_nav{
        top: 15px;
        left: 15px;
        z-index: 999;
    }
    nav.anchors{
        background: #1C1E41;
        top: 0;
        z-index: 998;
        bottom: 0;
        padding-top: 72px;
        width: 241px;
        left: -241px;
    }
    .langswitch{
        top: 18px;
        right: 20px;
        font-size: 14px;
        width: 100px;
    }
    nav.anchors.v{
        box-shadow: 2px 0 2px rgba(0, 0, 0, 0.2), 7px 0 6px rgba(0, 0, 0, 0.2);
    }
    h2:first-of-type {
        margin-top: 50px;
    }
    .m{
        display: block;
    }
    .mtop{
        width: calc(100% + 32px);
        margin: 30px -16px -10px -16px;
    }
    .mbottom{
        width: calc(100% + 32px);
        margin: -10px -16px 0px -16px;
    }
    .wrap{
        width: calc(100% - 32px);
        margin: 0 16px;
    }
    .big_circle{
        display: none;
    }
    .ways{
        display: block;
    }
    .way{
        margin: 0 auto 20px auto;
    }
    p#why{
        margin-top: 28px;
    }
    .dnd, .dnd body{
        /*background: #CDCDCD;*/
    }
    .dnd .top_logo, .roadmap, .wp{
        width: 100%;
    }
    .dnd .top_logo p{
        display: none;
    }
    /*.dnd .top_logo p:nth-child(4){
        display: block;
    }*/
    .dnd h1{
        margin-top: 30px;
        font-size: 21px;
        width: calc(100% - 40px);
    }
    .dnd h1 span{
        margin-top: 16px;
    }
    .howto{
        width: calc(100% - 40px);
        margin: 30px auto;
        height: auto;
        padding-bottom: 20px;
    }
    .dnd h2{
        font-size: 21px;
    }
    .dnd h2:first-of-type{
        padding-top: 20px;
    }
    .howto .O{
        top: 212px;
    }
    .roadmap{
        width: calc(100% - 40px);
    }
    .roadmap div{
        width: calc(100% - 40px);
        margin: 0 20px 20px 20px;
    }
    .roadmap div::after, .roadmap div:nth-child(4)::after{
        width: 18px;
        height: 10px;
        right: 50%;
        margin-right: -9px;
        background: url(img/dndaftermob.svg);
        background-size: 100%;
        bottom: -15px;
        top: auto;
        filter: invert(54%) sepia(70%) saturate(1596%) hue-rotate(196deg) brightness(101%) contrast(100%);
    }
    .wp p:first-child{
        margin-top: 70px;
    }
    h2#how{
        font-weight: 700;
    }
    .single_faq strong{
        display: block;
        background: #D9D9D9;
        line-height: normal;
        padding: 14px 30px;
    }
    .single_faq p{
        width: calc(100% - 40px);
    }
    .dnd footer{
        padding-bottom: 0;
        height: auto;
    }
    .bottom_disclamer{
        padding: 5px 0;
        position: relative;
        bottom: auto;
        height: auto;
        line-height: normal;
        margin-top: 30px;
    }
    .bottom_nav{
        display: none;
    }
    .dnd .toggle_nav{
        display: block;
        top: 15px;
        left: auto;
        right: 15px;
    }
    .dnd .toggle_nav.h {
        box-shadow: 0 4px 5.8px 0 #00000033;
    }
    .overlay{
        position: fixed;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        z-index: 1;
        backdrop-filter: blur(10px);
        display: none;
    }
    .howto p{
        width: calc(100% - 40px);
        margin-left: 20px;
        margin-right: 20px;
        font-size: 16px;
    }
    .gal{
        display: block;
        text-align: center;
    }
    .adventure_bag, .game_play, .rewards{
        display: block;
        width: 100%;
        text-align: center;
    }
    .single_bag{
        margin: 0 auto 20px auto !important; 
    }
    .the_mission{
        width: 100%;
        text-align: center;
    }
    .rewards {
        margin: 0;
    }
    .rewards span{
        margin: 10px 15px;
        display: block;
    }
    .the_option img{
        max-width: 90%;
    }
    .the_option p, .the_option:last-child p{
        font-size: 18px;
    }
    .share_popup{
        width: 100%;
        left: 0;
        margin-left: 0;
        top: 65px;
    }
    .share_popup img{
        width: 320px
    }
    .share_popup p{
        font-size: 24px;
        margin-bottom: 20px;
    }
    .share_disclamer{
        width: calc(100% - 30px);
        margin: 0 15px 20px 15px;
        box-sizing: border-box;
        font-size: 14px;
    }
    .timer .pair span{
        font-size: 30px;
        width: 34px;
        height: 48px;
        line-height: 48px;
    }
    .howto.has_logo p:first-child{
        font-size: 28px;
    }
    .howto.has_logo{
        background-size: 418px auto;
    }
    .single_nft{
        width: 152px;
        height: 152px;
        background-size: 80%;
    }
    .pair[data-n="hours"] {
        margin: 0 15px;
    }
    .flutter_box{
        width: calc(100% - 0px);
        position: relative;
        margin: 10px 0;
        min-height: 1025px;
    }
    .howto.has_logo.swas img {
        width: calc(100% - 40px);
        margin-top: 30px;
        max-width: 640px;
    }
    .howto.has_logo.swas::after{
        background: url(img/swas_full.svg) no-repeat center;
        background-size: 90% auto;
    }
    .howto.has_logo.swas{
        overflow: hidden;
    }
}
@media(max-width:420px) {
    .wp_btn.av a{
        font-size: 18px;
    }
}