/* <=== vhrecumepg ===> */
.vhrecumepg .tdpadd{
    padding: 50px 0 80px;
}
.vhrecumepg .lvpadd{
    padding: 45px 0 75px;
}
.vhrecumepg .scpadd{
    padding: 55px 0 95px;
}
.hprecumeaa{
    padding: 35px 0 20px;
    position: relative;
    z-index: 1;
} 
.hprecumeaa::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 55%;
    background-image: url('../images/aaback.jpg');
    background-position: top left;
    background-repeat: repeat;
    background-size: 100%;
    pointer-events: none;
    z-index: -1;
}
.tprecumeaa .aathumb{
    margin-bottom: 40px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    will-change: transform;
    clip-path: inset(0 round 20px);
}
.tprecumeaa .aathumb::before{
    content: '';
    position: absolute;
    bottom: -1px;
    width: 130px;
    height: 86px;
    z-index: 1;
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    right: -1px;
    background-image: url("../images/aanen.png");
    pointer-events: none;
}
.tprecumeaa .aathumb img{
    width: 100%;
    border-radius: inherit;
}
.tprecumeaa .aalinks{
    text-align: center;
}
.tprecumeaa .aalinks a{
    display: inline-block;
    font-size: 16px;
    line-height: 25px;
    font-weight: 800;
    padding: 10px 65px;
    background-color: var(--colorwm);
    color: var(--colorff);
    border-radius: 35px;
}
.tprecumeaa .aalinks a:hover{
    background-color: var(--colorwh);
}
.hprecumebb{
    padding: 40px 0 60px;
}
.tprecumebb .ctgrip{
    display: flex;
    flex-wrap: wrap;
    gap: 30px 0;
    margin: 0 -30px;
}
.tprecumebb .ctgrip > div{
    padding: 0 30px;
    width: calc(100% / 3);
}
.itrecumebb{
    text-align: center;
}
.itrecumebb .vicon{
    width: 120px;
    height: 120px;
    display: flex;
    align-items: flex-end;
    align-content: flex-end;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 15px;
}
.itrecumebb .dtitle{
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 22px;
    line-height: 32px;
    color: var(--colorwh);
}
.itrecumebb .dconts{
    font-size: 17px;
    line-height: 30px;
}
.hprecumecc{
    padding: 200px 0 170px;
    position: relative;
    z-index: 1;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.hprecumecc::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--color00);
    opacity: 0.5;
    z-index: -1;
    pointer-events: none;
}
.hprecumecc, .hprecumecc a{
    color: var(--colorff);
}
.tprecumecc{
    text-align: center;
}
.tprecumecc .ccwrap{
    max-width: 790px;
    margin: 0 auto;
}
.tprecumecc .cctitle{
    margin-bottom: 10px;
}
.tprecumecc .cctitle, .tprecumecc .cctitle h2{
    font-size: 40px;
    line-height: 50px;
    font-weight: 800;
}
.tprecumecc .ccconts{
    font-size: 17px;
    line-height: 30px;
    margin-bottom: 20px;
}
.tprecumecc .cclinks a{
    display: inline-block;
    font-size: 16px;
    line-height: 25px;
    font-weight: 800;
    padding: 10px 50px;
    border-radius: 35px;
    background-color: var(--colorwm);
    color: var(--colorff);
} 
.tprecumecc .cclinks a:hover{
    background-color: var(--colorwh);
}
.hprecumedd > .ddgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -35px;
}
.hprecumedd > .ddgrip > div{
    padding: 0 35px;
}
.hprecumedd > .ddgrip > .mlcol{
    width: 330px;
}
.hprecumedd > .ddgrip > .hrcol{
    width: calc(100% - 330px);
}
.tprecumeda .mctitle{
    font-size: 15px;
    line-height: 30px;
    padding: 10px 50px 10px 20px;
    position: relative;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
    background-color: var(--colorff);
    margin: 0 -20px;
}
.tprecumeda .mctitle::before{
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    width: 20px;
    height: 20px;
    background-image: url('../images/ifill.svg');
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 100% 100%
}
.tprecumeda .fiitem{
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid var(--colore8);
}
.tprecumeda .fiitem:last-child{
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.tprecumeda .finame{
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 25px;
    font-weight: 800;
    color: var(--colorwh);
}
.tprecumeda .fipons{
    position: relative;
    margin-bottom: 5px;
    z-index: 2;
}
.tprecumeda .potitle{
    display: flex;
    align-items: center;
    align-content: center;
    border: 1px solid var(--colorcc);
    border-radius: 5px;
    cursor: pointer;
}
.tprecumeda .potitle .tinput{
    height: 43px;
    width: calc(100% - 49px);
    position: relative;
    display: flex;
    align-items: center;
    align-content: center;
    padding: 5px 10px 5px 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: nowrap;
    font-size: 15px;
}
.tprecumeda .potitle .tinput::before{
    content: '\f3c5';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 14px;
}
.tprecumeda .potitle .tbuton{
    height: 43px;
    width: 49px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    background-color: var(--colorf6);
    border-radius: 5px;
}
.tprecumeda .potitle .tbuton img{
    width: 20px;
}
.tprecumeda .poconts{
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: var(--colorff);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 20px 20px 15px;
    z-index: 2;
    border: 1px solid var(--colorcc);
    opacity: 0;
    display: none;
    pointer-events: none;
    -webkit-transition: var(--effectl);
    -o-transition: var(--effectl);
    transition: var(--effectl);
}
.tprecumeda .fipons.active .poconts{
    opacity: 1;
    pointer-events: auto;
    display: block;
}
.tprecumeda .poconts .vname{
    margin-bottom: 10px;
    font-size: 17px;
    line-height: 25px;
    font-weight: 800;
}
.tprecumeda .poconts .fmfind{
    margin-bottom: 15px;
    position: relative;
}
.tprecumeda .poconts .fmfind::before{
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 14px;
    width: 15px;
    height: 15px;
    background-image: url('../images/isearch.svg');
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: 1;
    pointer-events: none;
}
.tprecumeda .poconts .fmfind input{
    width: 100%;
    height: 40px;
    border: 1px solid var(--colore8);
    background-color: var(--colorf7);
    border-radius: 5px;
    padding: 0 20px 0 40px;
}
.tprecumeda .poconts .fmchec{
    max-height: 242px;
    overflow: hidden;
    overflow-y: auto;
}
.tprecumeda .poconts .fmchec::-webkit-scrollbar{
    width: 5px;
    background-color: transparent;
}
.tprecumeda .poconts .fmchec::-webkit-scrollbar-thumb {
    background-color: var(--colorcc);
    border-radius: 25px;
}
.tprecumedb .dbquant{
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 30px;
}
.tprecumedb .iflist{
    margin-bottom: 40px;
}
.tprecumedb .ligrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    gap: 30px 0;
}
.tprecumedb .ligrip > div{
    padding: 0 15px;
    width: calc(100% / 3);
}
.itrecumedb{
    border: 1px solid var(--colore8);
    border-radius: 10px;
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
    overflow: hidden;
    -webkit-transition: var(--effectl);
    -o-transition: var(--effectl);
    transition: var(--effectl);
    cursor: pointer;
    height: 100%;
}
.itrecumedb:hover{
    border-color: var(--colorwh);
    box-shadow: 0 2px 0 0 rgba(3, 8, 112, 0.2);
}
.itrecumedb .vinfos{
    padding: 15px 18px 15px;
    background-color: var(--colorff);
    height: calc(100% - 85px);
}
.itrecumedb .vinfos .iname{
    margin-bottom: 12px;
    font-size: 17px;
    line-height: 25px;
    font-weight: 800;
}
.itrecumedb .vinfos ul{
    display: flex;
    flex-wrap: wrap;
    gap: 5px 15px;
}
.itrecumedb .vinfos li{
    position: relative;
    padding-left: 20px;
}
.itrecumedb .vinfos li i{
    position: absolute;
    left: 0;
    top: 3px;
    color: var(--color66);
}
.itrecumedb .vtools{
    background-color: var(--colorf7);
    height: 85px;
    padding: 5px 20px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    gap: 0 10px;
}
.itrecumedb .vtools .tprice{
    font-size: 16px;
    line-height: 24px;
    font-weight: 800;
    color: var(--colorwh);
    position: relative;
    padding-left: 28px;
    background-image: url('../images/idola.svg');
    background-size: 20px 20px;
    background-position: left top;
    background-repeat: no-repeat;
}
.itrecumedb .vtools .tlinks a{
    display: inline-block;
    font-size: 14px;
    line-height: 22px;
    font-weight: bold;
    padding: 9px 20px;
    background-color: var(--colorwm);
    color: var(--colorff);
    border-radius: 25px;
}
.itrecumedb:hover .vtools .tlinks a{
    background-color: var(--colorwh);
}
.tprecumeee{
    margin-bottom: 50px;
}
.tprecumeee > .eegrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -40px;
    gap: 30px 0;
}
.tprecumeee > .eegrip > div{
    padding: 0 40px;
}
.tprecumeee > .eegrip > .mlcol{
    width: 410px;
}
.tprecumeee > .eegrip > .hrcol{
    width: calc(100% - 410px);
}
.tprecumeem{
    padding: 20px;
    background-color: var(--colore8);
    border-radius: 10px;
    overflow: hidden;
}
.tprecumeem .eaitem{
    margin-bottom: 10px;
}
.tprecumeem .eaitem:last-child{
    margin-bottom: 0;
}
.itrecumeem{
    padding: 11px 22px;
    background-color: var(--colorff);
    border-radius: 5px;
}
.itrecumeem .vvgrip{
    display: flex;
    align-items: center;
    align-content: center;
    margin: 0 -10px;
}
.itrecumeem .vvgrip > div{
    padding: 0 10px;
}
.itrecumeem .vvgrip .lcol{
    width: 60px;
}
.itrecumeem .vvgrip .rcol{
    width: calc(100% - 60px);
}
.itrecumeem .vicon{
    max-width: 40px;
    margin: 0 auto;
    text-align: center;
}
.itrecumeem .dname{
    font-size: 15px;
    line-height: 24px;
    font-weight: 800;
    color: var(--colorwh);
} 
.itrecumeem .dinfo{
    font-size: 16px;
    line-height: 24px;
} 
.tprecumeeh .ehitem{
    margin-bottom: 25px;
}
.tprecumeeh .ehitem:last-child{
    margin-bottom: 0;
}
.tprecumeeh .ehtitle{
    margin-bottom: 10px;
    text-transform: uppercase;
    color: var(--colorwh);
}
.tprecumeeh .ehtitle, .tprecumeeh .ehtitle h3{
    font-size: 25px;
    line-height: 35px;
    font-weight: 800;
}
.tprecumeeh .ehconts{
    font-size: 17px;
    line-height: 30px;
}
.tprecumeeh .ehconts li{
    position: relative;
    padding-left: 20px;
}
.tprecumeeh .ehconts li::before{
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 6px;
    height: 6px;
    background-color: var(--colorwh);
    border-radius: 100%;
}
.tprecumeff{
    padding: 35px 20px 75px;
    border-radius: 20px;
    background-color: var(--colorf3);
}
.tprecumeff .ffinner{
    max-width: 1070px;
    margin: 0 auto;
}
.tprecumeff .fftitle{
    text-align: center;
    margin-bottom: 25px;
    text-transform: uppercase;
}
.tprecumeff .fftitle, .tprecumeff .fftitle h2{
    font-size: 40px;
    line-height: 55px;
    font-weight: 800;
}
.tprecumeff .bdgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}
.tprecumeff .bdgrip > div{
    padding: 0 5px;
    margin-bottom: 10px;
}
.tprecumeff .bdgrip .mcol{
    width: 100%;
}
.tprecumeff .bdgrip .hcol{
    width: 50%;
}
.tprecumeff .vcheck{
    text-align: center;
}
.tprecumeff .vrecap{
    text-align: center;
    margin-top: 5px;
    margin-bottom: 10px;
}
.tprecumeff .ctform input, .tprecumeff .ctform select, .tprecumeff .ctform textarea{
    width: 100%;
    height: 50px;
    border: none;
    background-color: var(--colorff);
    border-radius: 5px;
    padding: 0 20px;
    font-size: 16px;
    line-height: 24px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.tprecumeff .ctform input::-webkit-input-placeholder, .tprecumeff .ctform input::-webkit-input-placeholder {
    color: var(--color99);
}
.tprecumeff .ctform input:-ms-input-placeholder, .tprecumeff .ctform input:-ms-input-placeholder {
    color: var(--color99);
}
.tprecumeff .ctform input::placeholder, .tprecumeff .ctform input::placeholder {
    color: var(--color99);
}
.tprecumeff .ctform select{
    padding: 0 25px 0 15px;
}
.tprecumeff .ctform .chosen-container-single .chosen-single{
    border: none;
    border-radius: 5px;
}
.tprecumeff .ctform textarea{
    padding: 10px 15px;
    resize: none;
}
.tprecumeff .ctform textarea{
    height: 100px;
}
.vvuplofile{
    margin-bottom: 15px;
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    font-size: 16px;
    line-height: 24px;
}
.vvuplofile .uplink a{
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 2px;
}
.vvuplofile .uplink a i{
    margin-right: 5px;
}
.vvuplofile .upnote{
    font-size: 13px;
    line-height: 21px;
    font-style: italic;
} 
.vvfilename{
	width: 100%;
	position: relative;
}
.vvfilename .name{
	display: inline-block;
	position: absolute;
	left: calc(90% + 60px);
	top: 50%;
	transform: translateY(-50%);
	width: 100px;
	font-size: 13px;
	color: var(--color88);
}
.tpinputfile {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    border-radius: 5px;
    background-color: var(--colorff);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.tpinputfile input{
    width: 50%;
}
.tpinputfile label{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: calc(50% + 100px);
}
.tpinputfile .inputfile {
    display: none!important;
}
.tpinputfile .container {
    display: inline-block;
    width: 100%;
}
.tpinputfile .file-box {
    display: block;
    overflow: hidden;
    height: 50px;
    padding: 9px 20px;
    line-height: 27px;
    font-size: 16px;
    background-color: var(--colorff);
    border-radius: 5px;
    position: relative;
    width: calc(100% - 165px);
    margin-left: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.tpinputfile .file-box::before{
    content: '';
    width: 23px;
    background-color: var(--colorff);
    z-index: 2;
    right: 0;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
}
.tpinputfile .file-button {
    padding: 5px;
    top: 0px;
    right: 0px;
    bottom: 0;
	width: 160px;
	height: 40px;
    text-align: center;
	line-height: 24px;
	font-size: 16px;
    background-color: var(--colorf7);
    color: var(--color66);
    font-weight: 700;
    cursor: pointer;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    border-radius: 5px;
    margin-left: 5px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}
.tpinputfile .file-button  i{
    margin-right: 8px;
}
.tpinputfile .file-button:hover{
	background-color: var(--colorwh);
    color: var(--colorff);
}
.tpinputfile .dlFile{
    font-size: 13px;
    line-height: 21px;
    color: var(--color88);
    margin-left: 15px;
}
.tpinputfile label{
    width: 100%;
    margin-bottom: 0;
}
.tpinputfile .dlFile{
    position: absolute;
    left: calc(100%);
    top: 10px;
    width: 80px;
}
.tprecumegg{
    text-align: center;
}
.tprecumegg .ggtitle{
    margin-bottom: 10px;
}
.tprecumegg .ggtitle, .tprecumegg .ggtitle h1, .tprecumegg .ggtitle h2{
    font-size: 48px;
    line-height: 58px;
    font-weight: 800;
}
.tprecumegg .ggconts{
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 30px;
}
.tprecumegg .ggconts .cttext{
    margin-bottom: 5px;
    font-size: 20px;
}
.tprecumegg .gglinks{
    margin-bottom: 20px;
}
.tprecumegg .gglinks a{
    display: inline-block;
    font-size: 16px;
    line-height: 25px;
    font-weight: 800;
    padding: 10px 40px;
    background-color: var(--colorwm);
    color: var(--colorff);
    border-radius: 35px;
}
.tprecumegg .gglinks a:hover{
    background-color: var(--colorwh);
}
/* <=== vhrecumepg ===> */
@media all and (max-width: 1200px){
    /* <=== vhrecumepg ===> */
    .tprecumebb .ctgrip{
        margin: 0 -15px;
    }
    .tprecumebb .ctgrip > div{
        padding: 0 15px;
    }
    /* <=== vhrecumepg ===> */
}
@media all and (max-width: 991px){
    /* <=== vhrecumepg ===> */
    .vhrecumepg .tdpadd{
        padding: 0 0 55px;
    }
    .vhrecumepg .lvpadd{
        padding: 30px 0 0;
    }
    .vhrecumepg .scpadd{
        padding: 30px 0 50px;
    }
    .hprecumeaa::before{
        height: 60%;
    }
    .tprecumeaa .aathumb{
        border-radius: 10px;
        clip-path: inset(0 round 10px);
        margin-bottom: 20px;
    }
    .tprecumeaa .aalinks a{
        font-size: 15px;
    }
    .hprecumebb{
        padding: 25px 0 50px;
    }
    .tprecumebb .ctgrip{
        gap: 25px 0;
    }
    .tprecumebb .ctgrip > div{
        width: 50%;
    }
    .itrecumebb .vicon{
        width: 80px;
        height: 80px;
    }
    .itrecumebb .dtitle{
        margin-bottom: 5px;
        font-size: 20px;
        line-height: 30px;
    }
    .itrecumebb .dconts{
        font-size: 15px;
        line-height: 25px;
    }
    .hprecumecc{
        background-attachment: unset;
        padding: 85px 0 115px;
    }
    .tprecumecc .cctitle, .tprecumecc .cctitle h2{
        font-size: 25px;
        line-height: 35px;
    }
    .tprecumecc .ccconts{
        font-size: 15px;
        line-height: 25px;
    }
    .tprecumecc .cclinks a{
        font-size: 15px;
    }
    .hprecumedd > .ddgrip > .mlcol{
        width: 100%;
        margin-bottom: 30px;
    }
    .hprecumedd > .ddgrip > .hrcol{
        width: 100%;
    }
    .tprecumedb .iflist{
        margin-bottom: 30px;
    }
    .tprecumeda .fiitem{
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
    .tprecumeda .mcconts{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 114;
        pointer-events: none;
    }
    .tprecumeda .ctbacks {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: var(--color00);
        opacity: 0;
        z-index: 1;
        pointer-events: none;
        -webkit-transition: var(--effectl);
        -o-transition: var(--effectl);
        transition: var(--effectl);
    }
    .tprecumeda.vshow .ctbacks{
        opacity: 0.7;
        pointer-events: auto;
    }
    .tprecumeda .ctinfos{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        max-width: 420px;
        z-index: 2;
        padding-right: 60px;
        -webkit-transition: var(--effectl);
        -o-transition: var(--effectl);
        transition: var(--effectl);
        transform: translateX(-100%);
    }   
    .tprecumeda.vshow .ctinfos{
        transform: unset;
        transition-delay: 0.2s;
    }
    .tprecumeda .ctinfos .ifclose{
        position: absolute;
        top: 0;
        right: 0;
        top: 0;
        width: 60px;
        height: 60px;
        z-index: 2;
        pointer-events: auto;
    }
    .tprecumeda .ctinfos .ifclose::before{
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) rotate(45deg);
        width: 25px;
        height: 2px;
        background-color: var(--colorff);
        border-radius: 25px;
    }
    .tprecumeda .ctinfos .ifclose::after{
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) rotate(-45deg);
        width: 25px;
        height: 2px;
        background-color: var(--colorff);
        border-radius: 25px;
    }
    .tprecumeda .ctinfos .ifpopup{
        height: 100%;
        background-color: var(--colorff);
        pointer-events: auto;
    }
    .tprecumeda .ifpopup .iffind{
        height: calc(100% - 71px);
        overflow: hidden;
        overflow-y: auto;
        padding: 25px 30px;
    }
    .tprecumeda .ifpopup .iffind::-webkit-scrollbar{
        width: 0;
    }
    .tprecumeda .ifpopup .iflink{
        border-top: 1px solid var(--colore7);
        padding: 15px 20px;
    }
    .tprecumeda .ifpopup .iflink ul{
        display: flex;
        margin: 0 -5px;
    }
    .tprecumeda .ifpopup .iflink li{
        padding: 0 5px;
        width: 50%;
    }
    .tprecumeda .ifpopup .iflink li a,.tprecumeda .ifpopup .iflink li button{
        display: block;
        text-align: center;
        border: none;
        font-size: 14px;
        line-height: 22px;
        padding: 9px 10px;
        border-radius: 25px;
    }
    .tprecumeda .ifpopup .iflink li.vmm a,.tprecumeda .ifpopup .iflink li.vmm button{
        background-color: var(--colorf6);
    }
    .tprecumeda .ifpopup .iflink li.vhh a,.tprecumeda .ifpopup .iflink li.vhh button{
        background-color: var(--colorwm);
        color: var(--colorff);
    }
    .tprecumedb .ligrip{
        margin: 0 -10px;
        gap: 20px 0;
    }
    .tprecumedb .ligrip > div{
        padding: 0 10px;
        width: 50%;
    }
    .tprecumeee > .eegrip > .mlcol{
        width: 100%;
    }
    .tprecumeee > .eegrip > .hrcol{
        width: 100%;
    }
    .tprecumeeh .ehtitle, .tprecumeeh .ehtitle h3{
        font-size: 20px;
        line-height: 30px;
    }
    .tprecumeeh .ehconts{
        font-size: 15px;
        line-height: 25px;
    }
    .tprecumeff{
        border-radius: 0;
        margin: 0 -20px;
        padding: 45px 20px 65px;
    }
    .tprecumeff .fftitle, .tprecumeff .fftitle h2{
        font-size: 25px;
        line-height: 35px;
    }
    .tprecumegg .ggtitle, .tprecumegg .ggtitle h1, .tprecumegg .ggtitle h2{
        font-size: 25px;
        line-height: 35px;
    }
    .tprecumegg .ggconts{
        margin-bottom: 15px;
        font-size: 14px;
        line-height: 25px;
    }
    .tprecumegg .ggconts .cttext{
        font-size: 18px;
    }
    .tprecumegg .gglinks a{
        font-size: 15px;
        line-height: 22px;
        padding: 9px 30px;
    }
    /* <=== vhrecumepg ===> */
}
@media all and (max-width: 767px){
    /* <=== vhrecumepg ===> */
    .tprecumeaa .aalinks a{
        display: block;
        text-align: center;
    }
    .tprecumeaa .aathumb::before{
        width: 34px;
        height: 23px;
    }
    .tprecumebb .ctgrip > div{
        width: 100%;
    }
    .tprecumecc .cclinks a{
        display: block;
        text-align: center;
    }
    .tprecumedb .ligrip > div{
        width: 100%;
    }
    .tprecumeff .bbtitle{
        margin-bottom: 20px;
        padding: 0 15px;
    }
    .tprecumeff .bbtitle, .tprecumeff .bbtitle h2{
        font-size: 26px;
        line-height: 35px;
    }
    .tprecumeff .vrecap{
        margin-top: 10px;
        margin-bottom: 5px;
    }
    .vvuplofile .uplink a{
        display: block;
    }
    
    /* <=== vhrecumepg ===> */
}