.tokenize-footer {
    padding: 55px 33px 40px 33px;
    background-color: #020b56;
}

.tokenize-footer-title {
    font-family: "DM Sans", sans-serif;
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.27;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
}

.subscribe {
    margin: 65px 0px;
}

.subscribe-btn {
    width: 206px;
    height: 40px;
    border-radius: 20px;
    background-color: #1aa7ec;
    display: inline-block;
    font-family: "SF UI Text", sans-serif;
    font-size: 12px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 40px;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}

.accordion-item {
    border-bottom: 1px solid #f4f4f4;
}

.nav-action-link,
.nav-action-link:hover,
.nav-action-link:focus {
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    width: 100%;
    outline: 0;
    box-shadow: none;
    position: relative;
}

.nav-action-link::after {
    content: "\f107";
    color: #fff;
    top: -2px;
    right: 0px;
    position: absolute;
    font-family: "FontAwesome";
    font-size: 20px;
}

.nav-action-link[aria-expanded="true"]::after {
    content: "\f106";
}

.tokenize-nav {
    list-style-type: none;
}

.tokenize-nav-link {
    text-decoration: none;
    color: #fff !important;
}

.logo-container {
    margin-top: 95px;
    margin-bottom: 35px;
}

.social-menu {
    list-style-type: none;
    padding: 0px;
}

.social-link img {
    width: 53px;
    height: 53px;
}

.footer-menu a {
    color: #fff;
}

/* * Subscribe  - enter email * */
.div-col-mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.email-input-mobile {
    position: relative;
    width: fit-content;
}

.subscribe-on-footer-mobile {
    appearance: none;
    width: 253px;
    height: 38px;
    background: #E4E2E2;
    border: 1px solid #1AA7EC;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;


    font-family: 'Open Sans';
    font-style: normal;

    color: #1AA7EC;
    padding: 0 60px;
    margin: 18px 0 11px 0;

    font-weight: 600;
    font-size: 14px;
    padding: 13px 26px;

}

.subscribe-on-footer-mobile::placeholder {
    color: #010B56;
    opacity: 1;
    text-align: left;
}

.subscribe-on-footer-mobile:placeholder-shown {
    border: 1px solid #E4E2E2;
}

.email-submit-btn-mobile {
    width: 70px;
    height: 38px;

    background: #1AA7EC;
    border: 2px solid #1AB7F2;
    border-radius: 50px;

    position: absolute;
    right: 0;
    top: 18px;


    display: flex;
    justify-content: center;
    align-items: center;
}

.email-submit-btn-mobile:hover {
    transform: scale(1.01);
    -webkit-transform: scale(1.01);
    -moz-transform: scale(1.01);
    -ms-transform: scale(1.01);
    -o-transform: scale(1.01);
    filter: brightness(0.98);
    -webkit-filter: brightness(0.98);
}

.submit-arrow-btn-mobile {
    width: 50%;
    height: 4px;
    background-color: #FFFFFF;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;


}

.submit-arrow-btn-mobile::after,
.submit-arrow-btn-mobile::before {
    content: '';
    position: absolute;
    width: 25%;
    height: 4px;
    right: 13px;
    background-color: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.submit-arrow-btn-mobile::after {
    top: 29%;
    transform: rotate(45deg);
}

.submit-arrow-btn-mobile::before {
    top: 60%;
    transform: rotate(-45deg);
}

/*CHECKBOX*/
.policy-on-footer-label-mobile {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;

    color: #FFFFFF;
    cursor: pointer;
    /* !--------- */

    display: block;
    position: relative;
    padding: 0 45px;

    width: fit-content;
    margin-right: calc(50vw - 56%);

}

.policy-on-footer-label-mobile input {
    position: absolute;
    display: none;
    cursor: pointer;
}

.policy-on-footer-label-mobile a {
    color: #1AA7EC;
}

.policy-on-footer-label-mobile a:hover {
    color: #1AA7EC;
    text-decoration: underline 1px #1AA7EC;
}

.policy-on-footer-label-mobile a:active {
    color: #007bff;
}

.check-footer-mobile {
    position: absolute;
    left: 20px;
    top: 0;
    height: 16px;
    width: 16px;
    background-color: #FFFFFF;
    border: 3px solid #1AA7EC;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.policy-on-footer-label-mobile input:checked+.check-footer-mobile {
    background-color: #FFFFFF;
}

.check-footer-mobile::after {
    content: '';
    position: absolute;
    display: none;
    top: 1px;
    left: 1px;
}

.policy-on-footer-label-mobile input:checked+.check-footer-mobile::after {
    display: block;
}

.policy-on-footer-label-mobile .check-footer-mobile::after {
    width: 8px;
    height: 8px;

    background: #1AA7EC;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

/* *-----* */