body::-webkit-scrollbar {
    display: none;
}

body {
    scrollbar-width: 0;
    -ms-overflow-style: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

@media screen and (min-width: 900px) {
    html {
        font-size: calc(100vw / 9.6)
    }
}

@media screen and (max-width:899px) {
    html {
        font-size: 93.75px;
    }
}

.header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 4vh 12vh 0;
}

.header img {
    object-fit: contain;
}

.header h1 img {
    width: 25.83vh;
    max-width: 12.92vw;
}

.header .links img {
    width: 13.125vh;
    max-width: 6.5625vw;
}

.header .links a:nth-child(2) {
    margin-left: 2vh;
}

.qrcode-photos {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 3.5vh 0;
}

.qrcode-photos img {
    object-fit: contain;
}

.qrcode-photos .left {
    padding-left: 12vh;
    padding-bottom: 3vh;
}

.qrcode-photos .left .code {
    text-align: center;
    width: calc(22vh + 10px);
}

.qrcode-photos .left .code #qr {
    padding: 5px;
    background-color: #ffffff;
}

.qrcode-photos .left .code #qr img{
    width: 22vh !important;
    height: 22vh !important;
    max-width: 11.45vw !important;
    max-height: 11.45vw !important;
}

.qrcode-photos .right {
    position: relative;
    padding-right: 12vh;
}

.qrcode-photos .right .photos {
    width: 87.5vh;
    max-width: 43.75vw;
    display: flex;
    justify-content: space-between;
}

.qrcode-photos .right .photos .photo img{
    width: 20vh;
    max-width: 10vw;
}

.full-page .section {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.full-page .section .content-bg{
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: -2;
}

.full-page .section .content-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 0 0;
}

.full-page .section .content {
    position: absolute;
    left: 12vh;
    bottom: 31vh;
}

.full-page .section .content img {
    width: 95vh;
    max-width: 47.5vw;
    object-fit: contain;
}

/* cover fullpage */
#fp-nav.fp-right{
    right: 10px;
}
#fp-nav ul li, .fp-slidesNav ul li{
    height: auto;
}
#fp-nav ul li a span, .fp-slidesNav ul li a span{
    position: relative;
    display: block;
    background: #ffffff;
    font-size: 0;
    text-indent: -1000px;
    width: 9px;
    height: 9px;
    border: 1px solid transparent;
}
#fp-nav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li a.active span, .fp-slidesNav ul li:hover a.active span{
    background: #264bff;
    border-color: #fff;
}
#fp-nav ul li a span.fp-sr-only, .fp-slidesNav ul li a span.fp-sr-only{
    position: absolute;
}
#fp-nav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li a.active span, .fp-slidesNav ul li:hover a.active span{
    height: 45px;
    width: 9px;
    margin: -2px 0 0 -2px;
    border-radius: 11px;
}
#fp-nav ul li, .fp-slidesNav ul li{
    margin: 14px;
}

