<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{
    padding: 0;
    margin: 0;
}
a{
    cursor: pointer;
}
.header{
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-color: #fff;
    color: #000;
    z-index: 99;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    padding: 0 3%;
    box-sizing: border-box;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1); 
}
.header .logo {
    color: #000;
    font-weight: 600;
    font-size: 0.8vw;
    height: 40px;
   vertical-align: middle;
   line-height: 1;
   margin-top: 15px;
}
.active {
    border-bottom: 2px solid #000;
}
 
.nav a{
    text-decoration: none;
    color: #000;
    font-weight: 600;
    font-size: 0.8vw;
    margin-right: 0.6vw;
    cursor: pointer;
    text-transform: uppercase;
    cursor: pointer;
}
.nav a:hover{
    color: #1cb39a;
}
.mian{
    padding: 0 10%;
    box-sizing: border-box;
}
.Nuestros{
   color: #284742;
   
    margin: 100px 60px ;
    box-sizing: border-box;
}
.Nuestros .NuestrosTitle{
    text-align: center;
    font-size: 36px;
    margin: 50px auto;
}
.Nuestros .Nuestrosbox{
    display: flex;
    justify-content:space-between;
}
.Nuestros .Nuestrosleft{
    width: 30vw;
}
.Nuestros .Nuestroslefttitle{
    font-size: 34px;
    margin-bottom: 20px;
}
.Nuestros .Nuestroslefttext{
    font-size: 0.9vw;
    margin-bottom: 20px;
    line-height: 1.4;
}
.Nuestros .Nuestrosleftstore img{
    width: 150px;
    cursor: pointer;
}
.Nuestros .Nuestrosright img{
    width: 20vw;
}
.here{
    display: flex;
    justify-content:space-between;
   
    margin: 100px 60px ;
    box-sizing: border-box;
}
.here .left{
    width: 60%;
    background: #DDF1E6;
    border-radius: 20px;
    color: #284742;
    height: 100%;
    padding-right: 50px;
    padding-left: 30px;
    box-sizing: border-box;
}
.here .left .bigtext{
    font-size: 42px;
    font-weight: 400;
    padding-top: 50px;
   margin-bottom: 30px;
}
.here .left .get{
    height: 40px;
    width: 120px;
    border-radius: 25px;
    background-color: #fff;
    margin-top: 40px;
    line-height: 40px;
    padding-left: 20px;
    color: #284742;
    vertical-align: middle;
    cursor: pointer;
}
.here .left .get:hover{
    background-color: #284742;
    color: #fff;
}
.here .left .get img{
    width: 20px;
    margin-left: 10px;
    vertical-align: middle;

}
.here .right{
   
}
.here .right img{
 height: 700px;
}
.bai{
    margin: 0 60px;
}
.bai .baiheader{
    display: flex;
    justify-content: space-between;
    margin: 30px 0;
}
.bai .baiheader .left{
    font-size: 1.2vw;
    color: #284742;
    width: 60%;
}
.bai .baiheader .get{
    height: 40px;
    width: 120px;
    border-radius: 25px;
    background-color: #fff;
    margin-top: 40px;
    line-height: 40px;
    padding-left: 20px;
    color: #284742;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #333333;
}
.bai .baiheader .get img{
    width: 20px;
    margin-left: 10px;
    vertical-align: middle;

}
.baistep {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}
.baistep .itembai{
    width: 30%;
    padding-top: 30px;
    padding-bottom: 30px;
   text-align: center;
}
.baistep .bai1{
    background-image: url(./m/card1.png);
    background-size: 100% 100%;
}
.baistep .bai2{
    background-image: url(./m/card2.png);
    background-size: 100% 100%;
}
.baistep .bai3{
    background-image: url(./m/card3.png);
    background-size: 100% 100%;
}
.itembai:hover{
    transform: scale(1.1)
}
.bai1 .ietnbaiheader{
    font-size: 32px;
    font-weight: 600;
    color: #284742;
}
.bai1 .baitext{
    margin-top: 20px;
    font-size: 0.9vw;
    color: #284742;
}
.bai2 .ietnbaiheader{
    font-size: 32px;
    font-weight: 600;
    color: #fff;
}
.bai2 .baitext{
    margin-top: 20px;
    font-size: 0.9vw;
    color: #fff;
}
.bai3 .ietnbaiheader{
    font-size: 32px;
    font-weight: 600;
    color: #284742;
}
.bai3 .baitext{
    margin-top: 20px;
    font-size: 0.9vw;
    color: #284742;
}
.tree{
    display: flex;
    margin: 150px 0 100px;
    justify-content: space-between;
}
.tree .left {
    width: 45%;
}
.tree .right {
    width: 45%;
}
.tree .left img{
    width: 100%;
}
.treeheader{
    font-size: 1.2vw;
    font-weight: 600;
    margin-bottom: 30px;
    color: #284742;
}
.treetext{
    color: #4C6963;
    font-size: 0.9vw;
    line-height: 1.8;
}
.right .btn1s{
    text-align: center;
    height: 80px;
    line-height: 80px;
    font-size: 26px;
    border-radius: 30px 30px 30px 0px;
    background: #E4E2E2;
    text-decoration: underline;
    margin-bottom: 20px;
    cursor: pointer;
}
.right .btn2s{
    text-align: center;
    height: 80px;
    line-height: 80px;
    font-size: 26px;
    border-radius: 30px 30px 30px 0px;
    background: #173935;
    text-decoration: underline;
    margin-bottom: 20px;
    color: #DDF1E6;
    cursor: pointer;

}
.right .btn3s{
    text-align: center;
    height: 80px;
    line-height: 80px;
    font-size: 26px;
    border-radius: 30px 30px 30px 0px;
    background: #DDF1E6;
    text-decoration: underline;
    margin-bottom: 20px;
    color: #284742;
    cursor: pointer;

}
.moeny{
    display: flex;
    margin: 150px 0 100px;
    justify-content: space-between;
}
.moeny .left {
    width: 45%;
}
.moeny .right {
    width: 45%;
}
.moeny .right img{
    width: 100%;
}
.grow{
    margin: 50px auto;
}
.growTitle{
    font-size: 1.2vw;
    font-weight: 600;
    margin-bottom: 50px;
    color: #284742;
    text-align: center;
}
.growbox{
    display: flex;
    justify-content: space-between;
    
}
.growbox .growboxleft{
    width: 50%;
}
.growbox .growboxright{
    width: 40%;
    margin-left: 10%;
}
.growbox .growboxright img{
    width: 100%;
}
.growboxitem{
    background: #DDF1E6;
border-radius: 15px 15px 15px 15px;
margin-bottom: 20px;
padding: 20px;
}
.growboxitemtitle{
    color: #284742;
    font-size: 0.8vw;
    margin-bottom: 15px;
}
.growboxitemtext{
    color: #999;
}
.bootombox{
    background: #DDF1E6;
    padding: 60px 10% 10px;
   
}
.bootombox .infobox{
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}
.bootombox .infobox .left{
    width: 80%;
    text-align: center;
    margin-left: 10%;
}
.bootombox .infobox .left strong{
    font-size: 30px;

}
.bootombox .infobox  .links{
    color: #44986A !important;
    text-decoration: underline !important;
}
.bootombox .infobox .right{
    width: 40%;
}
.bootombox .infobox .right p {
    margin-bottom: 30px;
}
.bootombox .infobox .right p a{
    color: #4F956F;
    font-size: 0.8vw;
    cursor: pointer;
}
.bootombox .copy{
    text-align: center;
    border-top: 1px solid #ccc;
    padding-top: 10px;
}

.aboutt{
    height: 120x;
    width: 70%;
    margin-left: 15%;
    background: #DDF1E6;
    color: #284742;
    font-size: 36px;
    font-weight: 600;
    text-align: center;
    line-height: 120px;
    margin-top: 100px;
    margin-bottom: 60px;
    border-radius: 20px;
}
.stepbox{
    margin: 100px auto;
}
.stepbox .stept{
    text-align: center;
    font-size: 1.2vw;
    font-weight: 600;
    margin-bottom: 50px;
    color: #284742;
    text-align: center;
}
.stepbox .stepitem{
    display: flex;
    justify-content: space-between;
    
}
.smalltext{
    padding-bottom: 50px;
}
.smalltext .links{
    margin-bottom: 10px;
   
}   
.smalltext .links a{
    color: #4F956F;
    cursor: pointer;
   
}
.itemstep{
    width: 300px;
    text-align: center;
}
.itemstep img{
    width: 160px;
    height: 160px;
    margin-bottom: 20px;
}
.itemstep .itemstept{
    font-size: 24px;
    color: #284742;
    margin-bottom: 15px;
}
.itemstep .itemstepmin{
    font-size: 16px;
    color: #284742;
    margin-bottom: 15px;
}
.smart{
    display: flex;
    margin-bottom: 100px;
}
.smartl{
    width: 55%;
    border-radius: 50px 0 0 50px;
    text-align: center;
    padding: 150px 50px 0 50px;
    box-sizing: border-box;
    background-color: #DDF1E6;
    color: #284742;
}
.smartt{
    font-size: 40px;
    margin-bottom: 30px;
}
.smartl .get{
    margin: 20px auto;
    height: 40px;
    width: 120px;
    border-radius: 25px;
    background-color: #173935;
    margin-top: 40px;
    line-height: 40px;
    padding-left: 20px;
    color: #fff;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #173935;
}
.smartl .get img{
    width: 20px;
    margin-left: 10px;
    vertical-align: middle;

}
.smartr{
    width: 45%;
}
.smartr img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.smartl .smartt{

}
.loan{
    margin-bottom: 100px;
}
.loan .loantitle{
    font-size: 1.2vw;
    font-weight: 600;
    margin-bottom: 50px;
    color: #284742;
    text-align: center;
}
.loanbox{
    display: flex;
    justify-content: space-between;
 
}
.loanitem{
    width: 30%;
}
.loanitem img{
    width: 100%;
    
}
.carditen{

    background-color: #fff;
    box-shadow: 0px 7px 32px 0px rgba(12,59,102,0.15);
    border-radius: 20px;
    width: 80%;
    padding: 16px;
    margin: 0 auto;
    margin-top: 10px;
    z-index: 2;
}
.carditemt{
    font-size: 0.8vw;
    font-weight: 600;
    margin-bottom: 10px;
    color: #284742;
}
.stepbox1{
    margin: 100px auto 40px;
    display: flex;
    justify-content:center;
    padding-bottom: 46px;
    border-bottom: 1px solid #b1c7c3;
}
.stepbox1left{
    margin-right: 100px;
}
.stepbox1right{
    margin-left: 100px;
}
.stepbox1 .stepbox1left p{
    color: #1cb39a;
}
.stepbox1 .stepbox1title{
    font-size: 32px;
    font-weight:400;
    vertical-align: top;
    margin-bottom: 30px;
}
.stepbox1 .stepbox1title span{
    vertical-align: middle;
}
.stepbox1 .stepbox1left p{
    cursor: pointer;
    color: #1cb39a;
    margin-bottom: 15px;
    font-weight: 500;
   
}
.stepbox1right .stepbox1title{
    margin-top: 8px;
}
.stepbox1 .stepbox1right p{
    color: #000;
    margin-bottom: 15px;
    font-weight: 500;
}
.stepbox1 .stepbox1title img{
    width: 60px;
    height: 60px;
    margin-right: 10px;
    vertical-align: middle;
}
.stepbox3{
    text-align: center;
}
.stepbox3 .stepbox3title{
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 32px;
    font-weight: 400;
    color: #333333;
}
.stepbox3mint{
    margin-bottom: 20px;
}
.stepboxlink p{
    margin-bottom: 16px;
    cursor: pointer;
    color: #1cb39a;
   
}

.stepbox2{
    margin: 100px auto;
}
.stepbox2 .stept2{
    font-size: 1.2vw;
    font-weight: 600;
    margin-bottom: 50px;
    color: #284742;
    text-align: center;
}
.stepbox2 .stepitem2{
    display: flex;
    justify-content: space-between;
    
}
.itemstep2{
    width: 30%;
    text-align: left;
}
.itemstep2 img{
    width: 100%;
    margin-bottom: 20px;
}
.itemstep2 .itemstept2{
    font-size: 24px;
    color: #284742;
    margin-bottom: 15px;
}
.itemstep2 .itemstepmin2{
    font-size: 16px;
    color: #284742;
    margin-bottom: 15px;
}
.contactus{
    display: flex;
    color: #526B67;
    margin-bottom: 100px;
}
.contactus .cleft{
    width: 45%;
}
.contactus .cright{
    width: 45%;
}
.clefttitle{
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #284742;
}
.cright .formtext{
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
    color: #999;
    color: #526B67;

}
.cright .inputtext {
    width: 100%;
    height: 50px;
    border-radius: 2px;
    border: 1px solid #d3d3d3;
    padding-left: 20px;
    box-sizing: border-box;
    margin-bottom: 20px;
    color: #526B67;
    
  }

  .cright .inputtext2 {
    margin-bottom: 20px;
    width: 100%;
    height: 150px;
    border-radius: 2px;
    border: 1px solid #d3d3d3;
    padding-left: 20px;
    box-sizing: border-box;
    color: #526B67;

  }
  .cright .sendbtn{
    height: 40px;
    background: #45605D;
    text-align: center;
    padding:0 20px ;
    line-height: 40px;
    border-radius: 5px;
    width: 120px;
    float: right;
    cursor: pointer;
    color: #fff;
  }

  .dropdown {
    position: relative;
    display: inline-block;
}
.dropdown-content {
    padding-top:12px;
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    border-radius: 6px;
}
.dropdown-content a {
    
    color: black;
    padding:  5px 15px;
    text-decoration: none;
    display: block;
    text-align: left;
    line-height: 30px !important;
}
.dropdown-content a:hover {
    color: #1cb39a;
}
.dropdown:hover .dropdown-content {
    display: block;
}
</pre></body></html>