































@media(max-width: 2000px){
    







    body{
        margin: 0;
        background: white;
        font-family: 'Montserrat', sans-serif;
    
        line-height: 1.6;
        font-size: 15px;
        color: #333;
    }
    
    
    *,
    *::after,
    *::before {
        box-sizing: border-box;
    }
    
    
    
    
    
    
    /*Container*/
    
    
    
    .header_container{
        width: 100%;
        margin: 0;
        margin-top: 15px;
        
        
        background-color: white ;
    }
    
    
    .container{
        
        width: 100%;
        max-width: 1350px;
        margin: 0 auto;
        
    }
    
    
    /*INTRO*/
    
    .intro_conteiner{
       display: flex;
       justify-content: space-between;
       width: 1320px;
       height: 600px;
       margin-top: 130px;
       background-image: url("../assets/images/home-bg.png");
       border-radius: 10px;
    }
    
    .intro{
        display: flex;
        justify-content: center;
        width: 100%;
        height: 750px;
       
        background-size: cover;
    
        
    }
    
    
    .intro_title{
        
        font-size: 23px;
        color: white;
       
        font-weight: 1;
        line-height: 2;
    }
    
    .intro_inner{
        width: auto;
        height: auto;
        
        
        margin: 100px;
        
    }
    
    .intro_logo{
        font-size: 23px;
        color: white;

        font-weight: 1;
        line-height: 2;
    }
    
    .namecompany{
        color: white; 
        text-align: left;
    }
    
    
    .intro_tecnology{
        color: white;
    }

    /*RatesCoin*/

    .inner_ratescoins{
        display: flex; 
        justify-content: space-between; 
        margin-left: 50px; 
        margin-right: 50px; 
        border-bottom: 1px solid rgba(128, 128, 128, 0.293);
    }

    .container_rates{
        display: flex;
        justify-content: space-between;
        margin-left: 35px;
        
    }
    
    .rate_coin{
    
        width: auto; 
        height: auto; 
        display: flex;
        
        font-size: 12px; 
        margin-top: 10px; 
        margin-bottom: 10px; 
        margin-left: 15px;
        font-weight: 500;
    }
    
    .rates_coin{
        
        
        color: white;
        font-size: 12px;
        margin: 0;
        margin-left: 5px;
        
    }
    
    .rates_coin.top{
        color: rgb(7, 198, 7);
    }
    
    .rates_coin.bottom{
        color: red;
    }

    /*HEADER*/
    .header{
        position: fixed;
    
        width: 100%;
        background-color: white;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
    }
    
    .header_inner{
        display: flex;
        
        
        justify-content: space-between;
    }
    
    
    
    .header_inner div a{
        text-decoration: none;
    }
    
    .header_inner div a:active{
        text-decoration: none;
    }
    
    .logo{
        display: inline-block;
        transform: translateY(1px);
        
        
        
        color: #333;
        margin: 0px 10px;
        text-decoration: none;
    }
    
    .second_nav{
        display: none;
    }
    
    /*NAVIGATION*/
    
    .header_inner nav{
        
        font-size: 14px;
        text-transform: uppercase;
        
    
        
    }
    
    .nav_link{
    
        display: inline-block;
        transform: translateY(1px);
        font-weight: bolder;
        display: inline-block;
        vertical-align: top;
        margin: 15px 10px;
        
        color: #333;
        transition: color .2s linear;
        text-decoration: none;
    }
    
    .nav_link:hover{
        color: rgb(0, 74, 247);
    }
    
    
    
    /*CHANGETITLE*/
    
    .textBox{
        color: white;
        font-size: 100%;
        font-weight: bold;
        height: 40px;
        max-width: 150px;
        width: 100%;
        border: 0px;
        border-radius: 5px;
        
        box-shadow: 0 5px 20px rgba(0,0,0,0.05);
        cursor: pointer;
        background-color: rgb(43, 47, 163);
        outline: none;
    }
    
    input::-webkit-outer-spin-button,
    input::-webkit-inner-spin-button {
    
        -webkit-appearance: none;
        margin: 0;
    }
    
    input[type="number"]{
        font-size: 20px;
        font-weight: 700;
        color: #453dad;
    }
    
    
    
    input[type="number"]:focus {
        outline: none;
        
    }
    
    
    .number_container {
        max-width: 172.46px;
        width: 100%;
        height: 45px;
        margin-left: 2px;
        margin-top: 15px;
    }
    
    .number_container input{
    
        max-width: 172.46px;
        width: 100%;
        height: 45px;
        border-radius: 5px;
        border: 0;
    }
    
    :-ms-input-placeholder{
        color: white;
    }
    
    ::-webkit-input-placeholder{
        color: white;
    }
    
    
    
    .change_container{
       
        
        background-color: rgb(43, 47, 163);
        margin-top: 140px;
        margin-bottom: 140px;
        margin-right: 100px;
        border-radius: 10px;
        padding: 0px 20px;
        padding-top: 0px;
        max-width: 450px;
        width: 100%;
        height: 320px;
    }
    
    .inner_dropdown{
        display: flex;
        max-width: 463px;
        width: 100%;
    }
    .change_button_coin{
        display: block;
        width: 32px; 
        height: 32px;
        margin-top: 100px;
        border-radius: 40px;
        transition: 0.4s;
    }
    .change_button_coin:hover{
        cursor: pointer;
        
    }
    
    .change_button_coin:active{
        transform: rotateY(180deg);
    }
    
    .inner_buttonchange{
 
        display: flex; 
        justify-content: center; 
        margin: 0px 20px; 
        margin-top: 20px;
    }

    .change_link{
        max-width: 420px;
        width: 100%;
    }

    .change_button_pay{
    
        max-width: 420px;
        width: 100%;
        height: 45px;
        font-weight: bold;
        font-size: 16px;
        border-radius: 8px;
        border: 0px;
        color: white;
        background-color: #32bea6;
        cursor: pointer;
    }
    
    .change_button_pay.active{
        opacity: .5;
        cursor: default;
    }

    .inner_comsa{
        display: flex; 
        margin: 0;
        margin-left: 20px; 
        margin-top: 10px;
    }

    .inner_comsa p{
        margin: 0; 
        margin-left: 5px; 
        color: white; 
        font-size: 12px;
    }

    .inner_comsa a{
        color: #32bea6;
         margin: 0;
          font-size: 12px;
         margin-left: 5px;
    }

    .dropdawn_container{
        display: block;
        margin-right: 20px;
        margin-left: 20px;
        margin-top: 20px;
        border-radius: 10px;
        width: auto;
        height: auto;
    }

    
    
    .input_container{
        display: flex;
        justify-content: space-between;
        width: auto;
        height: 45px;
        border: 1px solid #495cc4;
        border-radius: 5px;
        margin-top: 0px;
    }
    
    .input_container::before{
    
        position: absolute;
        margin-left: 8.5%;
        margin-top: 12px;
        content: '';
        width: 10px;
        height: 10px;
        z-index: 1;
        border: 2px solid white;
        border-top: 2px solid rgb(43, 47, 163);
        border-right: 2px solid rgb(43, 47, 163);
        transform: rotate(-45deg);
        transition: 0.5s;
        pointer-events: none;
    }
    
    .input_container.active::before{
        margin-top: 15px;
        transform: rotate(-225deg);
    }
    
    .Send_inner{
        position: default;
        margin-left: 8px;
        margin-top: 20px;
        
    }
    
    .Send{
        color: white;
        font-weight: 100;
    }
    
    
    .dropdawn_container .option{
        width: 174.4px;
        height: 130px;
        border: 1px solid white;
        position: absolute;
        z-index: 1;
        background-color: rgb(43, 47, 163);
        border: 1px solid #495cc4;
        border-radius: 5px;
        overflow: scroll;
        display: none;
        
    }
    
    .option.active::-webkit-scrollbar{
       display: none;
    }
    
    .option.active{
        
        
        display: block;
    }
    
    .option_div{
        display: flex;
        
    }
    
    .dropdawn_container .option div{
        
        
        cursor: pointer;
        transition: 0.3s;
    }
    
    .change_crypto{
        
        margin: 0;
        padding-top: 1px;
        color: white;
        font-weight: 510;
        
        
    }
    
    .img_changecoin{
    
        cursor: pointer;
        margin-top: 11.9px;
        margin-left: 5px;
    }
    
    .img_coin{
        cursor: pointer;
        margin-top: 5px;
        margin-left: 5px;
        margin-right: 3px;
    }
    
    .dropdawn_container .option .option_div:hover{
        
        
        background-color: rgba(255,255,255,20%);
        
    }
    
    
    
    /*StateChangers*/
    
    .state_container{
        display: flex;
        justify-content: center;
        margin-top: 50px;
        margin-bottom: 75px;
        margin-left: 50px;
        margin-right: 50px;
    }
    
    

    .state{
        padding: 0px 45px;
        margin: 0px 30px;
    }

    /*OURPOWER*/
    
    .our_belive{
        margin-right: 0px;
        font-size: 32px;
        margin-left: 100px;
        font-size: 40px; 
        font-weight: bold;
    }

    .ourpower_container{
        display: flex;
        justify-content: space-between;
        margin-left: 100px;
        margin-right: 100px;
        
    }
    
    .ourimg{
        background-color: #f3f3f8;  
        width: 380px; height: 480px; 
        padding: 52px 30px; 
        background-image: url(https://a.storyblok.com/f/120064/x/86639bd439/speed-main.svg); 
        background-repeat: no-repeat;
        background-position: bottom;
    }
    
    /*BANK*/

    .section_bank{
        
        margin-top: 50px;
        display: flex;
        justify-content: center;
    }
    .bank_container{
        
        
        display: grid;
        max-width: 1000px;
        gap: 15px;
        width: 100%;
        grid-template-columns: repeat(4, 4fr);
        padding: 20px 0px;
        padding-left: 20px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 90px;
        border-radius: 8px;
        background-color: #f7f7f7;
        border: 3px solid rgba(0,0,0,0.03);
    }
    
    .bank{
        max-width: 200px;
        width: 100%;
        height: 150px;
        background-color: #eceff0;
        border-radius: 10px;
        
        border: 1px solid rgba(0,0,0,0.03);
        transition: 0.3s;
        
    }
    
    .bank:hover{
        box-shadow: 0px 0px 25px rgba(0, 0, 0, 1);
        background-color: black;
        color: white;
    }
    
    /*NEUROCONTENT*/
    
    
    
    .neuro_container{
        display: flex;
        justify-content: space-between;
        margin-left: 100px;
        margin-right: 0px;
        margin-top: 75px;
        
    }
    
    .inner_imgbrain{
        margin-right: 130px;
    }

    .inner_infoneuro{
        width: 600px;
        margin-top: 70px;
    }

    .imgbrain{
        width: 512px;
        height: 512px;
    }
    /*INSTRUCTION*/
    
    .section_instruction{
        margin-left: 150px;
        margin-right: 0px;
    }
    
    .inner_instruction{
        display: flex;
    }
    
    .steps{
        display: flex;
        max-width: 420px;
        margin: 25px 0px;
    }
    
    .steps h2{
        margin: 0;
        font-weight: 500;
        
    }
    
    .steps div{
        margin-left: 15px;
    }
    
    .instruction_imgdiv{
        margin-top: 7px;
        margin-left: 32px;
    }

    .img_instruction{
        width: 730px;
        height: 510px;
    }
    
    /*coments*/

    .section_coments{
        margin-left: 100px;
        margin-right: 100px;
    }

    .coments_container{
        display: flex;
        justify-content: space-between;
        
        margin-bottom: 50px;
    }

    

    .coments_container div{
        width: 284px;
        line-height: 20px;
    }
    .coments_container div h6{
        font-size: 12px; 
        margin: 0;
    }
    .coments_container div h4{
        font-size: 16px;
        margin-bottom: 0px;
    }
    .coments_container div p{
        font-size: 14px;
    }
    .button_coment{
        display: block;
        text-decoration: none;
        transition: 0.3s;
        color: white;
        font-weight: bold;
        padding-top: 9px;
        padding-right: 64px;
        padding-left: 64px;
        border-radius: 3px;
        
    }

    .inner_buttincoment{
        display: flex; 
        justify-content: center; 
        height: 42px; 
        width: 256px; 
        border-radius: 5px; 
        background-color: #32c99c; 
        
    }

    .button_coment:hover{
        background-color: rgba(255,255,255,0.2);
    }
    .button_coment:active{
        text-decoration: none;
    }
    /*why_me*/

    .section_why{
        margin-left: 100px;
        margin-right: 150px;
    }


    .why_continer{
        display: flex;
        justify-content: space-between;
        
        margin-top: 100px;
    }

    .inner_whyinfo{
        margin-right: 50px;
    }

    .why_continer div p{
        font-size: 14px;
        line-height: 24px;
        color: #333;
        width: auto;
    }
    .why_continer div h1{
        font-size: 32px;
        line-height: 45px;
        color: #333;
        
    }
    .why_continer div h4{
        font-size: 16px;
        
        color: #333;
        
    }

    .ul_whyinfo{
        padding: 20px; 
        margin-top: 0px; 
        font-size: 13px;  
    }
    
    .ul_whyinfo li{
        width: 690px;
    }

    /*FAQ*/
    
    .section_faq{
        margin-left: 150px;
        margin-right: 220px;
    }

    .h1faq{
        font-size: 32px; 
        font-weight: bold; 
        margin-left: 150px;
    }

    .inner_que{
        height: auto;
        border-bottom: 2px solid rgba(128, 128, 128, 0.2);
    }
    
    .inner_que:hover{
        cursor: pointer;
    }
    .faq_que{
        display: flex;
        justify-content: space-between;
    }
    
    .inner_inf{
        
        width: 100%; 
        
        color: rgba(0, 0, 0, 0);
        transition: font-size 0.3s, color 0.4s, height 0.2s, border-color 1s, transform 0.5s;
        font-size: 0px;
    }
    
    .inner_inf.down{
        font-size: 15px;
        color: rgba(0, 0, 0, 1);
        height: auto;
        
    }
    
    .faq_container{
        max-width: 900px;
        width: 100%;
        height: 100%;
        margin-left: 150px;
        margin-right: 220px;
        
        
    }
    
    .inner_que .faq_que h1{
        font-size: 24px;
        font-weight: normal;
    }
    
    .inner_que .faq_que p::before{
        
        content: "";
        width: 18px;
        height: 18px;
        position: absolute;
    
        border-right: 4px solid #333;
        border-bottom: 4px solid #333;  
        transform: rotateZ(45deg);  
        transition: transform 0.4s, margin-top 0.4s;
        
    }
     
    .inner_que .faq_que p{
        margin: 0;
        margin-right: 30px;
        margin-top: 5px;
    }
    
    .inner_que.down .faq_que p::before{
        margin-top: 8px;
        transform: rotateZ(-135deg);
        
    
    }
    
    
    /*WEBDOWN*/
    
    .web_down{
        margin-left: -100px;
        margin-right: -150px;
        margin-top: 100px;
    }
    
    .web_down a{
        text-decoration: none;
    }
    
    .web_down a:active{
        color: #333;
    }
    
    .inner_webdown{
        display: flex; 
        justify-content: space-between;
    }

    .change_ul{
        padding: 0;
        list-style-type: none;
        
        
        line-height: 32px;
    }
    
    .change_ul li a{
        text-decoration: none;
    }
    
    .our_partners{
        display: flex; 
        justify-content: space-between;
        border-bottom: 2px solid rgba(128, 128, 128, 0.2);
    }

    .firstpartner{
        position: default;
        left: 0px;
    }

    .wedown_other{
        display: flex; 
        justify-content: space-between;
        margin-top: 20px;
    }

    .webdown_email{
        margin-top: 0; 
    }
}

























@media(max-width: 480px){

    body{
        margin: 0;
        background: white;
        font-family: 'Montserrat', sans-serif;
    
        line-height: 1.6;
        font-size: 15px;
        color: #333;
    }
    
    
    *,
    *::after,
    *::before {
        box-sizing: border-box;
    }
    
    
    
    
    
    
   
    
    
    /*INTRO*/
    
    .intro_conteiner{
       display: block;
       justify-content: space-between;
       max-width: 480px;
       width: 100%;
       height: 100%;
       margin-top: 100px;
       background-image: url("../assets/images/home-bg.png");
       
       background-position: bottom;
       border-radius: 10px;
    }
    
    .intro{
        display: flex;
        justify-content: center;
        width: 100%;
        height: 100%;
       
        background-size: cover;
    
        
    }
    
    
    .intro_title{
        display: none;
        font-size: 23px;
        color: white;
       
        font-weight: 1;
        line-height: 2;
    }
    
    .intro_inner{
        width: 360px;
        width: 100%;
        height: auto;
        
        
        margin: 50px 0px;
        
    }
    
    .intro_logo{
        font-size: 23px;
        color: white;
        text-align: center;
        font-weight: 1;
        line-height: 2;
    }
    
    .namecompany{
        color: white; 
        text-align: center;
    }
    
    .intro_tecnology{
        color: white;
    }

    /*RatesCoin*/
    
    .inner_ratescoins{
        display: none;
    }

    .container_rates{
        display: none;
        justify-content: space-between;
        margin-left: 35px;
        
    }
    
    .rate_coin{
    
        width: auto; 
        height: auto; 
        display: flex;
        
        font-size: 12px; 
        margin-top: 10px; 
        margin-bottom: 10px; 
        margin-left: 15px;
        font-weight: 500;
    }
    
    .rates_coin{
        
        
        color: white;
        font-size: 12px;
        margin: 0;
        margin-left: 5px;
        
    }
    
    .rates_coin.top{
        color: rgb(7, 198, 7);
    }
    
    .rates_coin.bottom{
        color: red;
    }

    /*Container*/
    
    
    
    .header_container{
        width: 100%;
        margin: 0;
        margin-top: 15px;
        
        
        background-color: white ;
    }
    
    
    .container{
        max-width: 480px;
        width: 100%;
       
        margin: 0 auto;
        
    }


   /*HEADER*/

    

    .header{
        position: fixed;
        max-width: 480px;
        width: 100%;
        background-color: white;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
    }
    
    .header_inner{
        max-width: 480px;
        width: 100%;
        display: flex;
        
        
        justify-content: space-between;
    }
    
    
    
    .header_inner div a{
        text-decoration: none;
    }
    
    .header_inner div a:active{
        text-decoration: none;
    }
    
    .logo{
        display: inline-block;
        transform: translateY(1px);
        
        
        
        color: #333;
        margin: 0px 10px;
        margin-right: 4vw;
        text-decoration: none;
    }
    
    
    .second_nav{
        display: none;
    }

    /*NAVIGATION*/
    
    .header_inner nav{
        
        font-size: 12px;
        text-transform: uppercase;
        
    
        
    }
    
    .nav_link{
    
        display: inline-block;
        transform: translateY(1px);
        font-weight: bolder;
        
        vertical-align: top;
        margin: 2.8vh 1vw;
        
        color: #333;
        transition: color .2s linear;
        text-decoration: none;
    }
    
    .nav_link:hover{
        color: rgb(0, 74, 247);
    }

    
    
    /*CHANGETITLE*/
    
    .textBox{
        color: white;
        font-size: 100%;
        font-weight: bold;
        height: 40px;
        
        border: 0px;
        border-radius: 5px;
        
        box-shadow: 0 5px 20px rgba(0,0,0,0.05);
        cursor: pointer;
        background-color: rgb(43, 47, 163);
        outline: none;
    }
    
    input::-webkit-outer-spin-button,
    input::-webkit-inner-spin-button {
    
        -webkit-appearance: none;
        margin: 0;
    }
    
    input[type="number"]{
        font-size: 20px;
        font-weight: 700;
        color: #453dad;
    }
    
    
    
    input[type="number"]:focus {
        outline: none;
        
    }
    
    
    .number_container {
        
        height: 45px;
        margin-left: 2px;
        margin-top: 15px;
    }
    
    .number_container input{
    
        
        height: 45px;
        border-radius: 5px;
        border: 0;
    }
    
    :-ms-input-placeholder{
        color: white;
    }
    
    ::-webkit-input-placeholder{
        color: white;
    }
    
    
    
    .change_container{
       
        
        background-color: rgb(43, 47, 163);
        margin-top: 0px;
        margin-bottom: 50px;
        margin-right: 1%;
        margin-left: 1%;
        border-radius: 10px;
        padding-top: 0px;
        width: auto;
        height: 320px;
    }
    
    .inner_dropdown{
        max-width: 463px;
        width: 100%;
    }
    .change_button_coin{
        display: block;
    }
    .change_button_coin:hover{
        cursor: pointer;
        
    }
    
    .change_button_coin:active{
        transform: rotateY(180deg);
    }
    
    .inner_buttonchange{
 
        display: flex; 
        justify-content: center; 
        margin: 0px; 
        margin-top: 20px;
    }

    .change_link{
        max-width: 420px;
        width: 100%;
    }

    .change_button_pay{
    
        max-width: 420px;
        width: 100%;
        height: 45px;
        font-weight: bold;
        font-size: 16px;
        border-radius: 8px;
        border: 0px;
        color: white;
        background-color: #32bea6;
        cursor: pointer;
    }

    .change_button_pay{
    
        
        width: 100%;
        height: 45px;
        font-weight: bold;
        font-size: 16px;
        border-radius: 8px;
        border: 0px;
        color: white;
        background-color: #32bea6;
        cursor: pointer;
    }
    
    .change_button_pay.active{
        opacity: .5;
        cursor: default;
    }
    
    
    .dropdawn_container{
        
        display: block;
        margin-right: 20px;
        margin-left: 20px;
        margin-top: 20px;
        border-radius: 10px;
        max-width: 175px;
        width: 100%;
        height: auto;
    }
    
    .input_container{
        display: flex;
        justify-content: space-between;
        max-width: 175px;
        width: 100%;
        height: 45px;
        border: 1px solid #495cc4;
        border-radius: 5px;
        margin-top: 0px;
    }
    
    .input_container::before{
    
        position: absolute;
        
        margin-left: 25%;
        margin-top: 12px;
        content: '';
        width: 10px;
        height: 10px;
        z-index: 1;
        border: 2px solid white;
        border-top: 2px solid rgb(43, 47, 163);
        border-right: 2px solid rgb(43, 47, 163);
        transform: rotate(-45deg);
        transition: 0.5s;
        pointer-events: none;
    }
    
    .input_container.active::before{
        margin-top: 15px;
        transform: rotate(-225deg);
    }
    
    .Send_inner{
        position: default;
        margin-left: 8px;
        margin-top: 20px;
        
    }
    
    .Send{
        color: white;
        font-weight: 100;
    }
    
    
    .dropdawn_container .option{
        width: 174.4px;
        height: 130px;
        border: 1px solid white;
        position: absolute;
        z-index: 1;
        background-color: rgb(43, 47, 163);
        border: 1px solid #495cc4;
        border-radius: 5px;
        overflow: scroll;
        display: none;
        
    }
    
    .option.active::-webkit-scrollbar{
       display: none;
    }
    
    .option.active{
    
        
        display: block;
    }
    
    .option_div{
        display: flex;
        
    }
    
    .dropdawn_container .option div{
        
        
        cursor: pointer;
        transition: 0.3s;
    }
    
    .change_crypto{
        
        margin: 0;
        padding-top: 1px;
        color: white;
        font-weight: 510;
        
        
    }
    
    .img_changecoin{
    
        cursor: pointer;
        margin-top: 11.9px;
        margin-left: 5px;
    }
    
    .img_coin{
        cursor: pointer;
        margin-top: 5px;
        margin-left: 5px;
        margin-right: 3px;
    }
    
    .dropdawn_container .option .option_div:hover{
        
        
        background-color: rgba(255,255,255,20%);
        
    }
    
    
    
    /*StateChangers*/
    
    .state_container{
        display: grid;
        justify-content: center;
        gap: 20px;
        grid-template-columns: repeat(2, 170px);
        margin-top: 50px;
        margin-bottom: 75px;
        margin-left: 70px;
        margin-right: 50px;
    }

    
    
    .state{
        padding: 0;
        margin: 0px 0px;
        
    }

    /*OURPOWER*/
       
    .our_belive{
        margin-right: 15px;
        margin-left: 40px;
        font-size: 40px; 
        font-weight: bold;
        font-size: 32px;
    }

    .ourpower_container{
        display: block;
        justify-content: space-between;
        margin-left: 40px;
        margin-right: 40px;
        
    }
    
    .ourimg{
        background-color: #f3f3f8;  
        width: 100%; 
        height: 480px; 
        margin-bottom: 60px;
        padding: 12px 30px; 
         
        background-repeat: no-repeat;
        background-position: bottom;
    }
    
    /*BANK*/
    .bank_container{
        
       
        display: grid;
        gap: 15px;
        width: 100%;
        grid-template-columns: repeat(2, 46%);
        margin-left: 0px;
        margin-right: 0px;
        padding: 20px 0px;
        padding-left: 20px;
        margin-top: 75px;
        border-radius: 8px;
        background-color: #f7f7f7;
        border: 3px solid rgba(0,0,0,0.03);
    }
    
    .bank{
        max-width: 200px;
        width: 100%;
        height: 150px;
        background-color: #eceff0;
        border-radius: 10px;
        
        border: 1px solid rgba(0,0,0,0.03);
        transition: 0.3s;
    }
    
    .bank:hover{
        box-shadow: 0px 0px 25px rgba(0, 0, 0, 1);
        background-color: black;
        color: white;
    }
    
    /*NEUROCONTENT*/
    
    
    
    .neuro_container{
        display: block;
        justify-content: space-between;
        margin-left: 40px;
        margin-right: 40px;
        margin-top: 15px;
        
    }
    
    .inner_imgbrain{
        margin-right: 0px;
        
    }

    .inner_infoneuro{
        width: 100%;
        margin-top: 70px;
    }

    .imgbrain{
        width: 100%;
        height: 100%;
    }
    
    /*INSTRUCTION*/
    
    .section_instruction{
        margin-left: 40px;
        margin-right: 40px;
    }
    
    

    .inner_instruction{
        display: block;
    }
    
    .steps{
        display: flex;
        max-width: 420px;
        margin: 25px 0px;
    }
    
    .steps h2{
        margin: 0;
        font-weight: 500;
        
    }
    
    .steps div{
        margin-left: 15px;
    }
    
    .instruction_imgdiv{
        margin-top: 7px;
        margin-left: auto;
        margin-right: auto;
        max-width: 480px;
        max-height: 480px;
        width: 100%;
        height: 100%;
    }
    
    .img_instruction{
        position: relative;
        
        width: 100%;
        height: 100%;
    }

    /*coments*/
    .section_coments{
        margin-left: 40px;
        margin-right: 40px;
    }

    .coments_container{
        display: block;
        justify-content: space-between;
        
        margin-bottom: 50px;
    }

    .h1coments{
        margin-left: 0px; 
        margin-right: 0px;
    }
    .coments_container div{
        width: 100%;
        line-height: 20px;
    }
    .coments_container div h6{
        font-size: 12px; 
        margin: 0;
    }
    .coments_container div h4{
        font-size: 16px;
        margin-bottom: 0px;
    }
    .coments_container div p{
        font-size: 14px;
    }
    .button_coment{
        display: block;
        text-decoration: none;
        transition: 0.3s;
        color: white;
        font-weight: bold;
        padding-top: 9px;
        padding-right: 64px;
        padding-left: 64px;
        border-radius: 3px;
        
    }
    
    .inner_buttincoment{
        display: flex; 
        justify-content: center; 
        height: 42px; 
        width: 256px; 
        border-radius: 5px; 
        background-color: #32c99c; 
        
    }

    .button_coment:hover{
        background-color: rgba(255,255,255,0.2);
    }
    .button_coment:active{
        text-decoration: none;
    }
    /*why_me*/

    .section_why{
        margin-left: 40px;
        margin-right: 40px;
    }

    .why_continer{
        display: block;
        justify-content: space-between;
        
        margin-top: 100px;
    }

    .inner_whyinfo{
        margin-right: 0px;
    }

    .why_continer div p{
        font-size: 14px;
        line-height: 24px;
        color: #333;
        width: auto;
    }
    .why_continer div h1{
        font-size: 28px;
        line-height: 45px;
        color: #333;
        
    }
    .why_continer div h4{
        font-size: 16px;
        
        color: #333;
        
    }
    
    .ul_whyinfo{
        padding: 20px; 
        margin-top: 0px; 
        font-size: 13px;  
    }

    .ul_whyinfo li{
        width: 100%;
    }   

    .imgwhy{
        width: 100%;
        height: 100%;
    }

    /*FAQ*/
    
    .section_faq{
        margin-left: 40px;
        margin-right: 40px;
    }

    .h1faq{
        font-size: 32px; 
        font-weight: bold; 
        margin-left: 0px;
    }

    .inner_que{
        height: auto;
        border-bottom: 2px solid rgba(128, 128, 128, 0.2);
    }
    
    .inner_que:hover{
        cursor: pointer;
    }
    .faq_que{
        display: flex;
        justify-content: space-between;
    }
    
    .inner_inf{
        
        width: 100%; 
        
        color: rgba(0, 0, 0, 0);
        transition: font-size 0.3s, color 0.4s, height 0.2s, border-color 1s, transform 0.5s;
        font-size: 0px;
    }
    
    .inner_inf.down{
        font-size: 15px;
        color: rgba(0, 0, 0, 1);
        height: auto;
        
    }
    
    .faq_container{
        width: 100%;
        height: 100%;
        margin-left: 0px;
        margin-right: 0px;
        
        
    }
    
    .inner_que .faq_que h1{
        font-size: 24px;
        font-weight: normal;
    }
    
    .inner_que .faq_que p::before{
        
        content: "";
        width: 18px;
        height: 18px;
        position: absolute;
    
        border-right: 4px solid #333;
        border-bottom: 4px solid #333;  
        transform: rotateZ(45deg);  
        transition: transform 0.4s, margin-top 0.4s;
        
    }
     
    .inner_que .faq_que p{
        margin: 0;
        margin-right: 30px;
        margin-top: 5px;
    }
    
    .inner_que.down .faq_que p::before{
        margin-top: 8px;
        transform: rotateZ(-135deg);
        
    
    }
    
    
    /*WEBDOWN*/
    
    .web_down{
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 100px;
    }
    
    .web_down a{
        text-decoration: none;
    }
    
    .web_down a:active{
        color: #333;
    }
    
    .inner_webdown{
        
        display: block; 
        justify-content: space-between;
        
    }
    
    .change_ul{
        padding: 0;
        list-style-type: none;
        
        
        line-height: 32px;
    }
    
    .change_ul li a{
        text-decoration: none;
    }
    
    .our_partners{
        display: inline-block;
        width: 300px;
         
        justify-content: left;
        border-bottom: 2px solid rgba(128, 128, 128, 0.2);
    }
    
    .firstpartner{
        position: relative;
        left: -15px;
    }

    .wedown_other{
        display: block; 
        justify-content: space-between;
        margin-top: 20px;
    }

    .webdown_email{
        margin-top: 10px 
    }
}



@media(max-width: 440px){

    .logo{
        margin-left: 0px;
        
    }

    

    .header_inner{
        max-width: 480px;
        width: 100%;
        display: flex;
        justify-content: center;
        
          
    }

    

    


    .second_nav{
        display: flex;
        max-width: 480px;
        width: auto;
    }

    


    .navigation{
        
        position: relative; 
        font-size: 14px;
        margin-top: 17px;
        padding-right: 25px;
        cursor: pointer;
    }


    .navigation:hover{
        color: rgb(0, 74, 247);
    }

    .inner_listnavigation{
        display: none;
    }


    .inner_listnavigation.active{
        display: block;
        position: absolute;
        
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        background-color: white;
        border-radius: 0px 0px 8px 8px;
        padding-left: 10px;
        padding-right: 8px;
    }

    .link_navigation{
        font-size: 14px;
        font-weight: bold;
        color: black;
        
    }

    .link_navigation:hover{
        color: rgb(0, 74, 247);
    }

    .navigation::after{
        
        content: "";
        width: 12px;
        height: 12px;
        position: absolute;
        margin-left: 8px;
        margin-top: 1px;
        border-right: 3px solid #333;
        border-bottom: 3px solid #333;  
        transform: rotateZ(45deg);  
        transition: transform 0.4s, margin-top 0.4s;
        
    }

    .navigation.active::after{
        
        transform: rotateZ(-135deg);
        margin-top: 6%;
    }
    



    .main_nav{
        display: none;
    }

    /*BANK*/
    .bank_container{
        
       
        display: grid;
        gap: 15px;
        width: 70%;
        grid-template-columns: repeat(1, 90%);
        margin-left: 0px;
        margin-right: 0px;
        padding: 20px 0px;
        padding-left: 20px;
        margin-top: 75px;
        border-radius: 8px;
        background-color: #f7f7f7;
        border: 3px solid rgba(0,0,0,0.03);

    }

    .bank{
        margin-left: auto;
        margin-right: auto;
    }
}

























@media(max-width: 380px){
    /*INSTRUCTION*/
    
    .section_instruction{
        margin-left: 40px;
        margin-right: 40px;
    }
    
    

    .inner_instruction{
        display: block;
    }
    
    .steps{
        display: flex;
        max-width: 420px;
        margin: 25px 0px;
    }
    
    .steps h2{
        margin: 0;
        font-weight: 500;
        
    }
    
    .steps div{
        margin-left: 15px;
    }
    
    .instruction_imgdiv{
        margin-top: 7px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .img_instruction{
        position: relative;
        
        width: 100%;
        height: 100%;
    }

    /*StateChangers*/
    
    .state_container{
        display: grid;
        justify-content: center;
        gap: 20px;
        grid-template-columns: repeat(1, 220px);
        margin-top: 50px;
        margin-bottom: 75px;
        margin-left: 70px;
        margin-right: 50px;
    }

    
    
    .state{
        padding: 0;
        margin: 0px 0px;
        
    }

    /*CHANGETITLE*/
    
    .textBox{
        color: white;
        font-size: 100%;
        font-weight: bold;
        height: 40px;
        max-width: 150px;
        width: 100%;
        border: 0px;
        border-radius: 5px;
        
        box-shadow: 0 5px 20px rgba(0,0,0,0.05);
        cursor: pointer;
        background-color: rgb(43, 47, 163);
        outline: none;
    }
    
    input::-webkit-outer-spin-button,
    input::-webkit-inner-spin-button {
    
        -webkit-appearance: none;
        margin: 0;
    }
    
    input[type="number"]{
        font-size: 20px;
        font-weight: 700;
        color: #453dad;
    }
    
    
    
    input[type="number"]:focus {
        outline: none;
        
    }
    
    
    .number_container {
        max-width: 172.46px;
        width: 100%;
        height: 45px;
        padding-left: 8%;
        margin-top: 15px;
    }
    
    .number_container input{
        
        max-width: 172.46px;
        width: 100%;
        height: 45px;
        border-radius: 5px;
        border: 0;
    }
    
    :-ms-input-placeholder{
        color: white;
    }
    
    ::-webkit-input-placeholder{
        color: white;
    }
    
    
    
    .change_container{
       
        
        background-color: rgb(43, 47, 163);
        margin-top: 40px;
        margin-bottom: 40px;
        margin-right: 100px;
        margin-left: 0%;
        border-radius: 10px;
        padding: 0px 5px;
        padding-top: 20px;
        max-width: 450px;
        width: 100%;
        height: 320px;
    }
    
    .inner_dropdown{
        display: block;
        max-width: 463px;
        width: 100%;
    }

    .change_button_coin{
        display: none;
    }
    
    .change_button_coin:hover{
        cursor: pointer;
        
    }
    
    .change_button_coin:active{
        transform: rotateY(180deg);
    }
    
    .inner_buttonchange{
 
        display: flex; 
        justify-content: center; 
        margin: 0px 20px; 
        margin-top: 20px;
    }

    .change_link{
        max-width: 420px;
        width: 100%;
    }

    .change_button_pay{
    
        max-width: 420px;
        width: 100%;
        height: 45px;
        font-weight: bold;
        font-size: 16px;
        border-radius: 8px;
        border: 0px;
        color: white;
        background-color: #32bea6;
        cursor: pointer;
    }
    
    .change_button_pay.active{
        opacity: .5;
        cursor: default;
    }
    
    
    .dropdawn_container{
        position: relative;
        display: flex;
        
        margin-right: auto;
        margin-left: auto;
        margin-top: 20px;
        border-radius: 10px;
        max-width: 280px;
        width: auto;
        height: auto;
    }

    
    
    .input_container{
        display: flex;
        justify-content: space-between;
        width: 100%;
        height: 45px;
        border: 1px solid #495cc4;
        border-radius: 5px;
        margin-top: 15px;
    }
    
    .input_container::before{
    
        position: absolute;
        margin-left: 42%;
        margin-top: 12px;
        content: '';
        width: 10px;
        height: 10px;
        z-index: 1;
        border: 2px solid white;
        border-top: 2px solid rgb(43, 47, 163);
        border-right: 2px solid rgb(43, 47, 163);
        transform: rotate(-45deg);
        transition: 0.5s;
        pointer-events: none;
    }
    
    .input_container.active::before{
        margin-top: 15px;
        transform: rotate(-225deg);
    }
    
    .Send_inner{
        position: absolute;
        top: -30px;
        margin-left: 8px;
        margin-top: 20px;
        
    }
    
    .Send{
        color: white;
        font-weight: 100;
    }

    .inner_comsa{
        justify-content: center;
        margin-left: auto;
    }
    
    .inner_comsa p{
        margin: 0; 
        margin-left: 5px; 
        color: white; 
        font-size: 10px;
    }

    .inner_comsa a{
        color: #32bea6;
        margin: 0;
        font-size: 10px;
        margin-left: 5px;
    }
    
    .dropdawn_container .option{
        width: 174.4px;
        height: 130px;
        border: 1px solid white;
        position: absolute;
        z-index: 2;
        top: 15.4px;
        background-color: rgb(43, 47, 163);
        border: 1px solid #495cc4;
        border-radius: 5px;
        overflow: scroll;
        display: none;
        
    }
    
    .option.active::-webkit-scrollbar{
       display: none;
    }
    
    .option.active{
        
        
        display: block;
    }
    
    .option_div{
        display: flex;
        
    }
    
    .dropdawn_container .option div{
        
        
        cursor: pointer;
        transition: 0.3s;
    }
    
    .change_crypto{
        
        margin: 0;
        padding-top: 1px;
        color: white;
        font-weight: 510;
        
        
    }
    
    .img_changecoin{
    
        cursor: pointer;
        margin-top: 11.9px;
        margin-left: 5px;
    }
    
    .img_coin{
        cursor: pointer;
        margin-top: 5px;
        margin-left: 5px;
        margin-right: 3px;
    }
    
    .dropdawn_container .option .option_div:hover{
        
        
        background-color: rgba(255,255,255,20%);
        
    }
}


@media(max-width: 360px){

    /*BANK*/
    .bank_container{
        
       
        display: grid;
        gap: 15px;
        width: 70%;
        grid-template-columns: repeat(1, 90%);
        margin-left: 0px;
        margin-right: 0px;
        padding: 20px 0px;
        padding-left: 20px;
        margin-top: 75px;
        border-radius: 8px;
        background-color: #f7f7f7;
        border: 3px solid rgba(0,0,0,0.03);
    }

    .bank{
        margin-left: auto;
        margin-right: auto;
    }

    /*INSTRUCTION*/
    
    .section_instruction{
        margin-left: 40px;
        margin-right: 40px;
    }
    
    

    .inner_instruction{
        display: block;
    }
    
    .steps{
        display: flex;
        max-width: 420px;
        margin: 25px 0px;
    }
    
    .steps h2{
        margin: 0;
        font-weight: 500;
        
    }
    
    .steps div{
        margin-left: 15px;
    }
    
    .instruction_imgdiv{
        margin-top: 7px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .img_instruction{
        position: relative;
        left: -0px;
        width: 100%;
        height: 100%;
    }
}

@media(max-width: 340px) {


    .navigation{
        
        position: relative; 
        font-size: 11px;
        margin-top: 20px;
        padding-right: 20px;
        cursor: pointer;
    }

    .navigation::after{
        
        content: "";
        width: 8px;
        height: 8px;
        position: absolute;
        margin-left: 8px;
        margin-top: 3px;
        border-right: 3px solid #333;
        border-bottom: 3px solid #333;  
        transform: rotateZ(45deg);  
        transition: transform 0.4s, margin-top 0.4s;
        
    }   
    

    .inner_listnavigation{
        display: none;
    }


    .inner_listnavigation.active{
        display: block;
        position: absolute;
        
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        background-color: white;
        border-radius: 0px 0px 8px 8px;
        padding-left: 8px;
        padding-right: 6px;
    }

    .link_navigation{
        font-size: 11px;
        font-weight: bold;
        color: black;
        
    }



    .navigation.active::after{
        
        transform: rotateZ(-135deg);
        margin-top: 6%;
    }
}




