#token {
    color: #1A2533;
    font-family: AlbertaSans, Roboto, sans-serif;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
}
#token * {
    box-sizing: border-box;
}
#token b,
#token h1,
#token h2  {
    font-weight: bold;
}
#token h1 {
    font-size: 26px;
    line-height: 35px;
}
#token h2 {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 30px;
}
#token h3 {
    font-size: 18px;
    line-height: 24px;
}
#token a {
    font-family: AlbertaSans, Roboto, sans-serif;
    text-decoration: none;
    color: #1A2533;
}
#token .button {
    background: #EE2B3A;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border: 3px solid #EE2B3A;
    color: white !important;
    cursor: pointer;
    display: inline-flex;
    text-decoration: none;
    font-family: AlbertaSans, Roboto, sans-serif !important;
    font-weight: 600;
    font-size: 20px;
    line-height: 21px;
    overflow: hidden;
    text-align: center;
    z-index: 1;
    padding: 10px 50px;
    transition: 0.5s ease;
    height: 66px;
    min-width: 260px;
    vertical-align: top;
    margin: auto;
    box-shadow: none;
    align-items: center;
    padding: 0 50px;
    justify-content: center;
}
#token .button:hover {
    background: #F75A20;
    border-color: #F75A20;
}
#token .button.white {
    background: transparent;
    color: #EE2B3A !important;
}
#token .button.white:hover {
    background: transparent;
    color: #F75A20 !important;
}

#token .section {
    padding: 150px 16px 0;
    max-width: 1200px;
    margin: auto;
}

#token .dual {
    display: flex;
    align-items: center;
    flex-direction: column;
}
#token .picture-last {
    flex-direction: column-reverse;
}
#token .dual-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#token .dual-item h2 {
    margin-top: 30px;
}
#token .dual-item.picture img {
    width: 100%;
}


#token #top_section {
    padding: 50px 16px 0;
}
#token #top_section h3 {
    padding: 25px 0 50px;
    margin: 0;
}
#token #top_section .buttons {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    max-width: 650px;
    margin: auto;
}
#token #top_section .buttons .button {
    width: 100%;
    margin-bottom: 50px;
    max-width: 500px;
}

#token #FFM, 
#token #platform, 
#token #how-token {
   text-align: left;
}

#token #FFM h2, 
#token #platform h2, 
#token #how-token h2 {
   text-align: center;
}

#token #FFM .dual-item.picture,
#token #platform .dual-item.picture, 
#token #how-token .dual-item.picture {
    display: none;
}
#token #FFM .mobile,
#token #platform .mobile, 
#token #how-token .mobile {
   width: 100%;
   padding-bottom: 30px;
}
#token #FFM .mobile {
    width: 90%;
    margin: auto;
    padding-left: 6%;
}
#token #platform .mobile {
   padding-bottom: 40px; 
}

#token #FFM .point-title {
    margin-top: 50px;
    font-weight: bold;
}
#token #FFM .point{
    margin-top: 30px;
    line-height: 30px;
    display: flex;
    align-items: center;
}
#token #FFM .point img{
    margin-right: 30px;
    height: 14px;
    background-position-y: center;
    background-repeat: no-repeat;
}
#token #questions-mobile h2{
    display: none;
}
#token #questions-mobile {
    display: none;
}
#token #questions {
    display: flex;
    /* display: none; */
    flex-direction: column;
    flex-wrap: wrap;
    text-align: left;
}
#token #questions h2 {
    margin-bottom: 30px;
}
#token #questions .info_box {
    padding: 50px 0 20px;
}
#token .info_box_description a {
    font-family: AlbertaSans, Roboto, sans-serif !important;
    text-decoration: underline !important;
}
#token #join {background: #F3F3F3;margin-top: 150px;}
#token #join h2 {
   margin-bottom: 60px;
}
#token #join h3 {
    margin-bottom: 50px;
 }
#token #join .section {
    max-width: 900px;
    padding: 100px 16px 130px;
}
#token #join .button {
    margin-bottom: 20px;
    width: 100%;
    max-width: 500px;
}
#token #join .terms {
    margin-top: 50px;

}
#token #join .terms a {
   text-decoration: underline;

}

@media only screen and (min-width: 600px) {

    #token .section {
        padding: 170px 30px 0;
    }
    
    #token #top_section {
        padding: 100px 50px 0;
    }
    #token #questions-mobile {
        display: none;
    }
    #token #questions {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        text-align: left;
    }
    #token #questions h2 {
        margin-bottom: 20px;
    }
    #token #questions .info_box {
        width: 50%;
        padding: 50px 10px 20px;
    }
    #token #join .section {
        padding: 100px 50px 100px;
    }
}
@media only screen and (min-width: 768px) {

    #token #token h1 {
        font-size: 36px;
        line-height: 48px;
    }
    #token #token h3 {
        font-size: 32px;
        line-height: 43px;
    }
    #token #token h3 {
        font-size: 26px;
        line-height: 35px;
    }
    #token .dual {
        flex-direction: row;
    }
    #token .button {
        justify-content: center;
        max-width: unset;
        width: unset;
    }
     #token .button:first-of-type {
        margin-left: 30px;
    }

    #token #top_section {
        text-align: left;
    } 
    #token #top_section .dual {
        flex-direction: row;
    }
    #token #top_section .buttons {
        display: flex;
        flex-direction: row;
        max-width: 650px;
        margin: 0;
        justify-content: space-between;
    }
    #token #top_section .buttons .button {
        width: unset;
        margin: 0;
        margin-top: 10px;
    }
    #token #top_section .picture img {
        padding-left: 5%;
    }
    #token #FFM h2, 
#token #platform h2, 
#token #how-token h2 {
   text-align: left;
}
    #token #FFM .dual-item.picture,
#token #platform .dual-item.picture, 
#token #how-token .dual-item.picture {
    display: block;
}
#token #platform .dual-item .desc {
    width: 90%;
}
#token .mobile {
    display: none;
}
    #token #questions h2 {
       font-size: 22px;
       min-height: 60px;
    }
    #token #questions .info_box {
        width: 33.3%;
        padding: 50px 2% 20px;
    }
}
@media only screen and (min-width: 992px) {


    #token #questions h2 {
     }
    
    #token #join .buttons .button:first-child {
        margin-right: 50px;
    }
}