#fullSwiper {
    position: relative;
    width: 100%;
    height: calc(100vh - 117px);
}

.fullPage {
    position: relative;
    width: 100%;
    height: 100%;
}

.addPage {
    height: 1px;
}

#fullSwiper .swiper-slide {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
}

::-webkit-scrollbar {
    display: none;
}

body {
    overflow: hidden;
}


/* Firefox */

* {
    scrollbar-width: none;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.custom-pag.swiper-pagination-bullets {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: unset;
    left: 24px;
    right: unset!important;
}

.custom-pag .swiper-pagination-bullet {
    width: 4px;
    height: 6px;
    opacity: 1;
    background: #9B9FA8;
}

.custom-pag .swiper-pagination-bullet-active {
    height: 28px;
    border-radius: 2px;
    background: #E60039;
}

.fullPage-title {
    position: absolute;
    left: calc((100% - 1400px)/2);
    top: 46%;
    transform: translateY(-50%);
    z-index: 5;
    width: 780px;
}

.fullPage-title h1 {
    font-size: 84px;
    color: #292929;
    font-weight: 500;
    line-height: 120%;
}

.fullPage-title p {
    margin-bottom: 60px;
    margin-top: 24px;
    font-size: 20px;
    color: #6A6B6D;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.fullPage-video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.fullPage-video video {
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: right center;
    pointer-events: none;
}

.fullPage-video img {
    display: none;
}

.fullPage-btns {
    display: flex;
}

.step_01 {
    cursor: pointer;
}

.fullPage-btn {
    display: inline-flex;
    width: 160px;
    justify-content: center;
    align-items: center;
    height: 46px;
    border-radius: 4px;
    backdrop-filter: blur(2.5px);
    -webkit-backdrop-filter: blur(2.5px);
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    margin-right: 16px;
    transition: .15s linear;
    border-radius: 23px;
    cursor: pointer;
}

.fullPage-btn.redBtn {
    color: #FFF;
    background: #E60039;
}

.fullPage-btn.redBtn::before {
    content: '';
    background-image: url(../RJ-img/btn.svg);
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    width: 24px;
    height: 24px;
    margin-right: 8px;
}

.fullPage-btn.redBorderBtn {
    border: 1px solid #E60039;
    color: #E60039;
}

.centrAlign {
    display: flex;
    justify-content: center;
    align-items: center;
}

.fullPage img {
    width: 100%;
}

.modelSection {
    position: relative;
}

.modelImg {
    margin: 0 auto;
    position: relative;
    width: 66.6%;
    border-radius: 10px;
    z-index: 10;
}

.modelImg video {
    width: 100%;
    border-radius: 10px;
    mix-blend-mode: darken;
}

.btnfr {
    margin-top: 0!important;
}

.modelImg img {
    opacity: 1;
    position: absolute;
    left: 0;
    top: 0;
    transition: opacity .16s linear;
    border-radius: 10px;
}

.model-text {
    width: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    top: -24%;
}

.model-info {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    margin-top: 4%;
}

.model-text h5 {
    margin-bottom: 12px;
    color: #000;
    font-size: 28px;
    font-weight: 500;
    line-height: 150%;
}

.model-text p {
    color: #6A6B6D;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.l_sidenav {
    display: none;
}

.contactBtn {
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 99;
}

.model-mask {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.20);
    pointer-events: none;
    opacity: 0;
    transition: opacity .16s linear;
}

.model-mask.on {
    opacity: 1;
}

.mask-btn {
    display: flex;
    align-items: center;
}

.mask-btn::before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(../RJ-img/btn.svg);
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: 8px;
}

.mask-btn {
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 46px;
    padding: 12px 32px;
    border-radius: 23px;
    border: 1px solid #FFF;
    background: rgba(42, 43, 46, 0.75);
    backdrop-filter: blur(2.5px);
    -webkit-backdrop-filter: blur(2.5px);
    color: #FFF;
    z-index: 11;
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.mask-btn:hover {
    color: #FFF;
}

.toTop {
    display: none;
}

.fullPage-title span br {
    display: none;
}

.contactCont {
    width: 1400px;
    display: flex;
    justify-content: space-between;
}

.contactInfo {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 24px;
}

.contactRole {
    width: 332px;
}

.contactRole img {
    width: 100%;
}

.contactText {
    display: flex;
    align-items: center;
    color: #2A2B2E;
    font-size: 42px;
    font-weight: 400;
    line-height: 150%;
}

.contactIcons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 24px;
}

.contactIcon {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 40px 36px;
    background: #FFF;
    text-align: center;
}

.contactIconImg {
    width: 50px;
    height: 50px;
    background-position: 0 0;
}

.contactIcon h6 {
    margin-top: 14px;
    color: #7D7D7D;
    font-size: 14px;
    font-weight: 400;
    line-height: 130%;
}

.contactIcon a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#icon1 {
    background-image: url(../RJ-img/connect1.svg);
}

#icon2 {
    background-image: url(../RJ-img/connect2.svg);
}

#icon3 {
    background-image: url(../RJ-img/connect3.svg);
}

#icon4 {
    background-image: url(../RJ-img/connect4.svg);
}

.cs2012_t {
    display: none;
}

@media screen and (min-width:1920px) {
    .fullPage .fullPage-title {
        left: calc((100% - 80%)/2);
    }
}

@media screen and (min-width:990px) {
    .fullPage-btn.redBtn:hover {
        background: #F23E5E;
    }
    .fullPage-btn.redBtn:active {
        background: #CC002D;
    }
    .fullPage-btn.redBorderBtn:hover {
        background: rgba(230, 0, 57, 0.03);
    }
    .fullPage-btn.redBorderBtn:active {
        background: #CC002D;
        color: #FFF;
    }
    .modelImg.on img {
        opacity: 0;
    }
    .contactIcon:hover .contactIconImg {
        background-position: 0 -50px;
    }
    .contactIcon:hover {
        background: #E60039;
    }
    .contactIcon:hover h6 {
        color: #FFF;
    }
}

@media screen and (max-width:1660px) {
    .fullPage-title h1 {
        font-size: 72px;
    }
}

@media screen and (max-width:1510px) {
    .fullPage-title h1 {
        font-size: 72px;
    }
    .fullPage-title p {
        margin-bottom: 52px;
        font-size: 20px;
        margin-top: 20px;
    }
    .fullPage-title {
        left: calc((100% - 1200px)/2);
    }
}

@media screen and (max-width:1440px) {
    #fullSwiper {
        height: calc(100vh - 117px);
    }
    .model-text h5 {
        font-size: 24px;
    }
    .fullPage-btn {
        height: 40px;
        width: 144px;
        font-size: 14px;
    }
    .fullPage-title {
        width: 600px;
    }
    .fullPage-title h1 {
        font-size: 64px;
    }
    .fullPage-title p {
        font-size: 16px;
        margin-bottom: 36px;
    }
    .fullPage-title {
        left: calc((100% - 1100px)/2);
    }
    .model-text p {
        font-size: 12px;
    }
    .model-text h5 {
        font-size: 20px;
    }
    .contactCont {
        width: 1200px;
    }
    .contactText {
        font-size: 36px;
    }
    .contactIcon:hover .contactIconImg {
        background-position: 0 -42px;
    }
    .contactIcons {
        gap: 20px;
    }
    .contactIcon {
        padding: 32px 28px;
    }
    .contactIconImg {
        width: 42px;
        height: 42px;
        background-size: cover;
    }
    .contactRole {
        width: 284px;
    }
}

@media screen and (max-width:1280px) {
    .contactCont {
        width: 1024px;
    }
    .contactText {
        font-size: 28px;
    }
}

@media screen and (max-width:1200px) {
    #fullSwiper {
        height: calc(100vh - 117px);
    }
    body .n-consult {
        display: none;
    }
    .l_phback.n-back {
        display: none;
    }
    .fullPage-title {
        width: 100%;
        padding: 0 40px;
        left: 0;
    }
    .contactIcon {
        padding: 24px 20px;
    }
    .contactIcons {
        gap: 16px;
    }
    .contactInfo {
        gap: 20px;
    }
    .contactRole {
        width: 248px;
    }
    .fullPage-title {
        width: 560px;
    }
    .fullPage-title h1 {
        font-size: 52px;
    }
}

@media screen and (max-width:1068px) {
    .contactCont {
        width: 750px;
    }
    .contactRole {
        display: none;
    }
    .fullPage-title h1 {
        font-size: 42px;
    }
}

@media screen and (max-width:990px) {
    .fullPage-title {
        top: 20px;
        transform: unset;
    }
}

@media screen and (min-aspect-ratio: 2/1) and (min-width:1600px) {
    .model-text {
        top: -20%;
    }
    .model-info {
        margin-top: 2%;
    }
}

@media screen and (min-aspect-ratio: 4/3) and (max-width:1600px) {
    .modelImg {
        width: 80%;
    }
    .model-text {
        top: -28%;
    }
    .model-text h5 {
        font-size: 20px;
    }
    .model-text p {
        font-size: 14px;
    }
}

@media screen and (min-aspect-ratio: 5/3) and (max-width:1600px) {
    .modelImg {
        width: 46%;
    }
    .model-info {
        margin-top: 2%;
    }
    .secne-pag.swiper-pagination.swiper-pagination-bullets {
        bottom: -10%;
    }
}

@media screen and (max-aspect-ratio: 1) {
    .fullPage-title {
        left: 48px;
        transform: unset;
        top: 10%;
    }
    .modelImg {
        width: 80%;
    }
    .model-text {
        top: -36%;
    }
    .model-text h5 {
        font-size: 36px;
        margin-bottom: 0;
    }
    .fullPage-btn {
        font-size: 16px;
        width: 160px;
        height: 46px;
    }
    .model-text p {
        font-size: 16px;
    }
}

@media screen and (max-width:768px) {
    .fullPage-title span br {
        display: block;
    }
    #fullSwiper {
        height: unset;
    }
    body {
        overflow: unset;
    }
    .fullPage-video video {
        display: none;
    }
    .fullPage-video img {
        display: block;
    }
    .fullPage-video {
        position: unset;
    }
    .fullPage-title {
        left: 0;
        padding: 0 20px;
        box-sizing: border-box;
        top: unset;
        transform: unset;
        bottom: 40px;
    }
    .fullPage-title h1 {
        font-size: 24px;
        font-weight: 700;
    }
    .fullPage-title p {
        margin-top: 16px;
        color: #6A6B6D;
        font-size: 16px;
        font-weight: 400;
        line-height: 150%;
        margin-bottom: 24px;
    }
    .fullPage-title br {
        display: block;
    }
    .fullPage-title span {
        display: none;
    }
    .model-text p {
        margin-top: 8px;
        text-align: left;
        font-size: 14px;
    }
    .contactBtn {
        position: fixed;
    }
    .model-text {
        position: unset;
        transform: unset;
    }
    .mobile-class {
        background-image: unset!important;
    }
    .modelImg {
        width: 100%;
        aspect-ratio: unset;
    }
    .model-info {
        display: none;
    }
    .modelImg img {
        position: unset;
    }
    .modelImg video {
        display: none;
    }
    .model-text h5 {
        margin-top: 20px;
        text-align: left;
        font-size: 16px;
        font-weight: 400;
    }
    .modelSection {
        margin-top: 40px;
        padding: 0 20px;
        box-sizing: border-box;
    }
    .spe-bg {
        margin-top: 60px;
        padding: 40px 20px;
        background-image: url(../RJ-img/5-bg.webp)!important;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .fullPage-btn {
        height: 40px;
        border-radius: 4px;
        width: 144px;
    }
    .secne-pag.swiper-pagination.swiper-pagination-bullets {
        bottom: 0;
    }
    .mask-btn {
        display: flex;
        height: 40px;
        padding: 8px 24px;
        font-size: 14px;
        white-space: nowrap;
    }
    .ys_footer {
        margin-bottom: 0;
    }
    .contactBtn {
        right: 10px;
        width: 40px;
    }
    .contactBtn img {
        width: 100%;
    }
    .toTop {
        cursor: pointer;
        position: fixed;
        right: 10px;
        bottom: 66px;
        z-index: 20;
    }
    .firstP {
        margin-top: 40px;
    }
    .toThree {
        cursor: pointer;
    }
    .contactCont {
        flex-wrap: wrap;
    }
    .contactText {
        font-size: 24px;
    }
    .contactText br {
        display: none;
    }
    .fullPage-title {
        width: 100%;
    }
    .contactIcons {
        margin-top: 24px;
        display: flex;
        flex-wrap: wrap;
        gap: 6px;
    }
    .contactIcon {
        width: 100%;
        flex-direction: row;
        justify-content: start;
        align-items: center;
    }
    .contactIcon:hover .contactIconImg {
        background-position: 0 0;
    }
    .contactIcon h6 {
        margin-top: 0;
        margin-left: 24px;
    }
    #bg5 {
        background-image: url(../RJ-img/bg5_750.webp)!important;
    }
}