html,
body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    background: #000;
    margin: 0;
}

div {
    box-sizing: border-box;
}

.main {
    overflow-y: auto;
    width: 375px;
    height: 100%;
    background: #fff;
    margin: auto;
}

.content {
    padding: 15px 20px;
}

.main::-webkit-scrollbar {
    width: 0;
}

.logo {
    width: 100%;
    height: 40px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: bold;
}

.logoimg {
    width: 40px;
    height: 40px;
}

.banner {
    margin-bottom: 20px;
}

.bannerimg {
    width: 100%;
    height: 163px;
}

.title {
    color: #000;
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 10px;
    /* 137.5% */
}

.text {
    color: #000;
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 20px;
    /* 137.5% */
}

.download {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.google {
    width: 160px;
    height: 45px;
}

.ios {
    width: 160px;
    height: 45px;
}

.downloadimg {
    width: 100%;
    height: 100%;
}

.title1 {
    color: #000;
    font-family: "Plus Jakarta Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 10px;
    /* 110% */
}

.text1 {
    color: #000;
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 20px;
    /* 157.143% */
}

.table {
    width: 100%;
    border: 1px solid #D7D7D7;
    margin-bottom: 20px;
    border-bottom: 0;
}

.tablelist {
    display: flex;
    width: 100%;
    height: 50px;
    padding: 10px;
    align-items: center;
    gap: 4px;
    align-self: stretch;
    color: #12948C;
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    border-bottom: 1px solid #D7D7D7;
    cursor: pointer;
    /* 157.143% */
}

.listcontent {
    padding: 10px;
    border-bottom: 1px solid #D7D7D7;
    color: #000;
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    display: none;
    /* 157.143% */
}

.title3 {
    color: #000;
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 40px;
    /* 157.143% */
}

.infoimg {
    width: 100%;
    height: 594px;
    margin-bottom: 40px;
}

.list2content {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 40px;
}

.list2single {
    display: flex;
    gap: 10px;
    color: #000;
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    align-items: center;
    /* 157.143% */
}

.list2single img {
    width: 12px;
    height: 12px;
}

.gratis {
    display: flex;
    width: 335px;
    padding: 20px 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
    background: #F5F5F5;
    margin-bottom: 20px;
}

.gratis img {
    width: 60px;
    height: 60px;
}

.gratis .title {
    color: #E53C24;
    text-align: center;
    font-family: "Plus Jakarta Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    margin: 0;
    /* 122.222% */
}

.gratis .title .text {
    margin: 0;
    color: #000;
    text-align: center;
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    margin-top: 10px;
    /* 157.143% */
}

.borderbox {
    display: flex;
    padding: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
    border: 1px solid #D7D7D7;
    color: #000;
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 20px;
    /* 157.143% */
}

.borderbox img {
    width: 31px;
    height: 36px;

}

.pubbox {
    display: flex;
    padding: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
    background: #FFF;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.10);
    margin-bottom: 40px;
}

.pubbox img {
    width: 30px;
    height: 26px;
}

.pubbox .titles {
    color: #000;
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    /* 157.143% */
}

.pubbox .texts {
    color: #000;
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    /* 157.143% */
}

.contacttitle {
    color: #202B5D;
    text-align: center;
    font-family: "Plus Jakarta Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 20px;
    /* 110% */
}

.contactbox {
    display: flex;
    gap: 4px;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}

.contactbox img {
    width: 40px;
    height: 40px;
}

.dafatarbox {
    width: 100%;
    display: inline-flex;
    padding: 25px 20px 43.07px 20px;
    flex-direction: column;
    align-items: flex-start;
    background: #F2F2F2;
    margin-bottom: 40px;
}

.datitle {
    color: #202B5D;
    font-family: Cabin;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 28.8px;
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 16px;
    /* 120% */
}

.datitle img {
    width: 20px;
    height: 24px;
}

.dafatarbox .dalist {
    color: #202B5D;
    font-family: Cabin;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    width: 100%;
    padding: 13px 10px 16px 10px;
    border-bottom: 1px solid #E5E5E5;
    /* 120% */
}

.dafatarbox .click {
    border-bottom: 1px solid #FFF;
    background: #FFF;
    box-shadow: 0 10px 40px 0 rgba(6, 22, 58, 0.05);
    color: #FF3514;
    font-family: Cabin;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    /* 120% */
}

.banner1 {
    margin-bottom: 77px;
}

.ikubox {
    display: flex;
    width: 100%;
    padding: 20px;
    justify-content: space-between;
    align-items: center;
    background: #132244;
    color: #FFF;
    text-align: center;
    font-family: "Plus Jakarta Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    /* 122.222% */
}

.ikubox .iconbox {
    display: flex;
    gap: 4px;
}

.ikubox .iconbox img {
    width: 35px;
    height: 35px;
}

.footercontent {
    background: url('../img/footerbg.png');
}

.content1 {
    display: inline-flex;
    padding: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    color: #FFF;
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    /* 157.143% */
}

.content1title {
    color: #FFF;
    font-family: "Plus Jakarta Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    /* 110% */
}

.content2 {
    display: inline-flex;
    padding: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    color: #0CF;
    font-family: "Plus Jakarta Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    /* 110% */
}

.content2title {
    color: #FFF;
    font-family: "Plus Jakarta Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    /* 110% */
}

.content3 {
    display: inline-flex;
    padding: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    color: #FFF;
    font-family: "Plus Jakarta Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    /* 183.333% */
}

.content3title {
    color: #FFF;
    font-family: "Plus Jakarta Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    /* 110% */
}

.content3list {
    display: flex;
    gap: 10px;
    align-items: center;
}

.content3list img {
    width: 5px;
    height: 10px;
}

.content4 {
    display: flex;
    width: 100%;
    padding: 0 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

.content4title {
    color: #8C96AC;
    font-family: Cabin;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 171.429% */
    letter-spacing: 0.2px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
}

.contactboxs {
    display: flex;
    gap: 15px;
    align-items: flex-start;
}

.contactboxs img {
    width: 15px;
    height: 15px;
    margin-top: 5px;
}

.contactcontenttop {
    color: #FFF;
    font-family: Cabin;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    /* 157.143% */
}

.contactcontentbottom {
    color: #7B859D;
    font-family: Cabin;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

.content5 {
    color: #FFF;
    font-family: "Plus Jakarta Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    /* 183.333% */
    padding: 20px;
    background: #132244;
    margin-top: 16px;
    text-align: center;
}