:root {
    --font-pri: 'iCiel Brandon Text', serif;
    --font-sec: 'iCielBC DroneRangerSerif', serif;
    --w-logo: 14.9rem;
    --size-hd: 14.9rem;
    --ss-pd: 10rem;
    --it-pd: 1.6rem;
    --ctn: 135.8rem
}

@media (max-width:1620px) {
    :root {
        --ctn: 115rem
    }
}

@media (max-width:1500px) {
    :root {
        --w-logo: 10.2rem;
        --size-hd: 10.2rem
    }
}

@media (max-width:1199px) {
    :root {
        --w-logo: 8.2rem;
        --size-hd: 8.2rem;
        --ss-pd: 4rem;
        --it-pd: 0.8rem;
        --ctn: 100%
    }
}

.app-sec {
    position: relative;
    z-index: 2;
    background: #0d203e;
    overflow: hidden
}

.app-sec .bg {
    position: absolute;
    z-index: -1;
    inset: 0
}

.app-sec .bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media screen and (min-width:767px) {
    .app-sec .app-row {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        justify-content: space-between;
    }
}

.app-img {
    width: calc(4.5/12*100%);
    -webkit-animation: shakeY 10s linear infinite;
    animation: shakeY 10s linear infinite
}

@media screen and (max-width:767px) {
    .app-img {
        width: 100%
    }
}

.app-img .img {
    position: relative;
    display: block;
    overflow: hidden;
    padding-top: calc((582 / 595)*100%);
    overflow: visible
}

.app-img .img>img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.app-content {
    width: calc(6.5/12*100%)
}

@media screen and (max-width:767px) {
    .app-content {
        width: 100%
    }
}

.app-content .logo-cpn {
    width: 15rem
}

@media screen and (max-width:575px) {
    .app-content .logo-cpn {
        width: 10rem
    }
}

.app-content .logo-cpn img {
    width: 100%
}

.content-intro {
    color: #fff
}

.content-intro .txt-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    font-size: 9rem;
    font-family: var(--font-sec);
    text-transform: uppercase;
    line-height: 100%;
    border-bottom: 1px solid #fff;
    line-height: 87%;
    padding-bottom: 2.4rem
}

@media screen and (max-width:1520px) {
    .content-intro .txt-main {
        font-size: 10rem
    }
}

@media screen and (max-width:1200px) {
    .content-intro .txt-main {
        font-size: 8rem
    }
}

@media screen and (max-width:767px) {
    .content-intro .txt-main {
        padding-right: 35%
    }
}

@media screen and (max-width:575px) {
    .content-intro .txt-main {
        font-size: 4.5rem;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        padding-right: 42%
    }
}

.content-intro .txt-main .txt-child {
    max-width: 30%;
    display: inline-block;
    line-height: 100%;
    --f-sz: clamp(2.2rem, calc(1.6262rem + 0.8197vw), 3.2rem);
    font-size: var(--f-sz);
    text-wrap: balance;
    text-align: left
}

@media screen and (max-width:575px) {
    .content-intro .txt-main .txt-child {
        font-size: 1.6rem
    }
}

.content-intro .txt-intro .title-intro {
    --f-sz: clamp(2.3rem, calc(1.9557rem + 0.4918vw), 2.9rem);
    font-size: var(--f-sz);
    margin-bottom: .6rem;
    line-height: 150%;
    text-wrap: pretty
}

@media screen and (max-width:1199px) {
    .content-intro .txt-intro .title-intro {
        font-size: 1.8rem
    }
}

.content-intro .txt-intro .txt {
    --f-sz: clamp(1.6rem, calc(1.4279rem + 0.2459vw), 1.9rem);
    font-size: var(--f-sz);
    text-transform: uppercase;
    text-wrap: pretty
}

.content-intro .txt-intro .txt .dic {
    --f-sz: clamp(2.3rem, calc(0.4066rem + 2.7049vw), 5.6rem);
    font-size: var(--f-sz);
    display: inline-block;
    position: relative;
    margin: 0 2rem 0 1rem;
    line-height: 100%
}

.content-intro .txt-intro .txt .ic-dic {
    --w: 2.5rem;
    position: absolute;
    bottom: 10%;
    left: 95%;
    background: #0d203e;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    display: block
}

@media screen and (max-width:1199px) {
    .content-intro .txt-intro .txt .ic-dic {
        --w: 1.7rem
    }
}

.content-intro .txt-intro .txt .ic-dic>img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.app-down {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: .6rem
}

.app-down .app-link {
    --w: 21rem;
    width: var(--w);
    -webkit-transition: all .3s;
    transition: all .3s
}

.app-down .app-link:hover {
    -webkit-transform: scale(.9);
    transform: scale(.9)
}

.app-down .app-link img {
    width: 100%
}

@media screen and (max-width:1200px) {
    .app-down .app-link {
        --w: 17rem
    }
}

@media screen and (max-width:575px) {
    .app-down .app-link {
        --w: 12rem
    }
}