.main_content{
    max-width: unset !important;
}
h1, h2, p, h4{
    border-bottom: none;
    margin: 0;
    padding: 0;
    word-break:normal;
}
.topimg{
    background-image: url('/_assets/c0129f0bb47aeba45a6f.jpg');
    height: 300px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.headtexts{
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin: 30px 16px;
    align-items: center;
}
.headtexts h2, .headtextsh1 , .headtexts p{
    text-align: center;
    word-break: keep-all;
    margin: 0;
}
.headtextsh1 {
    font: 700 var(--displaylarge) var(--fontprimary);
}
.headtexts h2 {
    font-weight: 400;
}
.contentswrap{
    width: 100%;
    max-width: 1320px;
    display: flex;
    flex-wrap: wrap;
    margin: 130px auto 90px auto;
}
.p2{
    margin-top: -14px;
}

.mainvid {
  height: auto;
  width: 100%;
  max-height: 300px;
  box-sizing: border-box;
  background-color: #f3f8ff;
}

/*--------------left-----------------------------------------------------------------*/
.sub_left{
    box-sizing: border-box;
    flex: 64;
}
.sub_left h2{
    margin-bottom: 20px;
}
.capturewrap{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.capture{
    display: flex;
    flex-direction: column;
    width: 48%;
    gap: 8px;
}
.capture img{
    border-radius: var(--radiussmall);
    width: 100%;
}
.functionwrap{
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}
.function{
    display: flex;
    flex-direction: column;
    gap: 6px;
    width: 46%;
}
.function h4{
    margin-top: 4px;
}
.function p{
    margin-top: 8px;
    color: var(--subtext);
}
.svg{
    width: 32px !important;
    height: 32px;
}
/* .apgcardswrap{
    gap: 16px;
    justify-content: center;
    display: flex;
    align-items: center;
} */
/* .apgcardswrap a{
    flex-basis: calc(33% - 8px);
    max-width: 340px;
} */

/*--------------right-----------------------------------------------------------------*/
.sub_right{
    flex: 23;
    position: sticky;
    top: 130px;
    box-sizing: border-box;
    margin:58px 0 0 32px;
    overflow: hidden;
    height: 100%;
    min-width: 330px;
}
.sub_right_upper{
    border:1px solid var(--border);
    border-radius: var(--radiusmedium);
    padding: 24px;
    height: fit-content;
}
.ads{
    display: flex;
    margin-top: 16px;
    justify-content: space-between;
}
.ad1{
    cursor: pointer;
}
.description{
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.description h4{
    margin-bottom: 8px;
    font-weight: 800;
}
.os{
    margin: 12px 0;
    color: var(--gray500);
}
.dllinks{
    width: 100%;
    margin: 10px 0 0 0;
}

/* @media (min-width:800px){
    .headtextsh1{
        font: 800 var(--displaylarge) var(--fontprimary);
    }
    .headtexts h2{
        font: 400 28px var(--fontprimary);
    }
} */
@media (max-width:1700px) {
    .topimg{
        background-size: cover;
    }
}
@media (max-width:1390px) {
    .contentswrap{
        width: 90%;
    }
    .ads{
        gap: 12px;
    }
}
@media (max-width:1070px) {
    .headtexts h2{
        font-weight: 300;
    }
    .headtexts{
        gap: 14px;
    }
    .contentswrap{
        flex-direction: column-reverse;
        margin: 58px auto;
    }
    .sub_right{
        margin: 0 0 54px 0;
        position: static;
        min-width: unset;
    }
    .ads{
        display: none;
    }
    .topimg{
        height: 160px;
    }
    .p2{
        margin-top: -4px;
    }
}

/* @media (max-width: 900px){
    .apgcardswrap{
        justify-content: flex-start;
    }
    .apgcardswrap a{
        flex-basis: calc(50% - 8px);
        max-width: none;
    }
} */

@media (max-width:600px) {
    .headtextsh1{
        font: 800 28px var(--fontprimary);
    }
    .topimg{
        background-position-x: 32%;
    }
    .functionwrap, .capturewrap{
        flex-direction: column;
        gap: 24px;
    }
    .function, .capture{
        width: 100%;
    }
}