body {
    display: none
}

body[class*="fp-viewing-"] {
    display: block
}

.section {
    background: #ffcc32;
    background-size: cover;
}

video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;

}

.logo {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 80px;
    padding: 0 10vw;
}

.logo .mt-contact-us{
    display: flex;
    align-items: center;
}

.logo .mt-contact-us a {
    display: block;
    text-decoration: none;
    border: 1px solid white;
    padding: 5px 8px;
    color: white;
    font-size: 18px;
    border-radius: 35px;
    margin: 0 7px;
}

.logo img {
    height: 55px;
}

.page1 .pos {
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.page1 .pos>div {
    text-align: center;
    display: flex;
    justify-content: center;
}

.page1 .pos .title img {
    width: 816px;
}

.page1 .pos .subtitle img {
    width: 684px;
    padding: 20px 0 25px 0;
}

.page1 .pos .btn {
    display: flex;
    justify-content: center;
}

.page1 .pos .btn a {
    width: 240px;
    height: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffd331;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    border-radius: 50px;
    margin: 0 10px;
    cursor: pointer;
}

.web-app-container{
    display: none !important;
}

.page1 .pos .btn .qr {
    background: #fff;
    width: 200px;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    margin-top: 15px;
    border-radius: 10px;
    opacity: 0;
}

.page2 {
    background: #ffcc32 url("../images/pc-1.png") no-repeat;
}

.page2 .left {
    position: absolute;
    left: 13%;
    top: 50%;
    transform: translateY(-50%);
    width: 494px;
}

.page2 .left .pc1 {
    width: 290px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.page2 .left .pc2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 368px;
}

.section .left .pc img {
    width: 100%;
}

.section .right {
    position: absolute;
    right: 13%;
    top: 50%;
    transform: translateY(-50%);
    width: 588px;
    padding: 62px 0 43px;
}

.section .right>div {
    justify-content: center;
}

.section .right .title {
    font-size: 28px;
    font-weight: 500;
    text-align: center;
}


.section .right .subtitle {
    font-size: 16px;
    text-align: center;
    margin: 32px 0 42px;
}

.section .right .btn {
    display: flex;
    justify-content: center;
}

.section .right .btn a {
    width: 200px;
    height: 52px;
    border-radius: 50px;
    background: #2a2314;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page3 {
    background: #ffcc32 url("../images/pc-2.png") no-repeat;
}

.page3 .left {
    position: absolute;
    left: 13%;
    top: 50%;
    transform: translateY(-50%);
    width: 494px;
}

.page3 .left .pc1 {
    width: 332px;
    position: absolute;
    left: 50%;
    top: -80px;
    transform: translateX(-50%);
}

.page3 .left .pc2 {
    width: 250px;
    position: absolute;
    left: 20px;
    top: -220px;
}

.page3 .left .pc3 {
    width: 292px;
    position: absolute;
    right: 10px;
    top: -280px;
}

.page3 .left .pc4 {
    width: 316px;
    position: absolute;
    left: 50%;
    top: -180px;
    transform: translateX(-50%);
}

.page4 {
    background: #ffcc32 url("../images/pc-3.png") no-repeat;
}

.page4 .left {
    position: absolute;
    left: 13%;
    top: 50%;
    transform: translateY(-50%);
    width: 494px;
}

.page4 .left .pc1 {
    width: 282px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.page4 .left .pc2 {
    width: 188px;
    position: absolute;
    left: 15%;
    top: 50%;
    transform: translateY(-50%);
}

.page4 .left .pc3 {
    width: 188px;
    position: absolute;
    right: 15%;
    top: 50%;
    transform: translateY(-35%);
}

.page5 {
    background: #ffcc32 url("../images/pc-4.png") no-repeat;
}

.page5 .left {
    position: absolute;
    left: 13%;
    top: 50%;
    transform: translateY(-50%);
    width: 494px;
}

.page5 .left .pc1 {
    width: 358px;
    position: absolute;
    left: 50%;
    top: -280px;
    transform: translateX(-50%);
    z-index: 5;
}

.page5 .left .pc2 {
    width: 282px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.page6 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.page6 .main {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

}

#qr {
    background: #fff;
    padding: 10px;
    width: 280px;
    height: 280px;
}

.page6 .main .text {
    margin-top: 36px;
    font-size: 24px;
    color: #000;
}

.arrow {
    position: absolute;
    left: 0;
    bottom: 45px;
    width: 100%;
    text-align: center;
    z-index: 1000;
    display: flex;
    justify-content: center;
}

.arrow img {
    width: 21px;
}

.onlymobile {
    display: none !important;
}

.banner {
    display: none !important;
}