#app {
    overflow: inherit;
    height: auto;
}

.mt-15 {
    margin-top: 150px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .mt-15 {
        margin-top: 100px;
    }
}

.banner-p-no {
    padding: 0 220px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .banner-p-no {
        padding: 0 100px;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .banner-p-no {
        padding: 0 0;
    }
}

.banner {
    height: 632px;
    background: linear-gradient(-30deg, #15368A 0%, #15368A 100%);
    background-size: cover;
}

@media screen and (min-width: 768px) and (max-width: 990px) {
    .banner {
        padding-bottom: 98px;
        height: auto;
        min-height: 632px;
        background-size: cover;
    }

    .banner#banner-box {
        padding-bottom: 0;
        min-height: 531px;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .banner {
        background-size: cover;
        height: auto;
        min-height: 632px;
        padding-bottom: 55px;
    }
}

.banner-p-yes span {
    width: 535px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .banner-p-yes span {
        width: 100%;
    }
}

.footer-banner {
    background: linear-gradient(-30deg, #15368A 0%, #15368A 100%);
}

.footer-banner .banner-p-button {
    padding: 0 150px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .footer-banner .banner-p-button {
        padding: 0 60px;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .footer-banner .banner-p-button {
        padding: 0 0;
    }
}

.w-public-style-h3 {
    font-size: 24px;
    font-weight: bold;
    color: #272727;
    margin-bottom: 30px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .w-public-style-h3 {
        font-size: 19px;
        line-height: 1.2;
        margin-bottom: 30px;
    }
}

.w-public-style-p {
    font-size: 16px;
    font-weight: 100;
    color: #272727;
    word-wrap: break-word;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .w-public-style-p {
        font-size: 14px;
        margin-bottom: 50px;
    }
}

.w-index-reviews {
    justify-content: center;
    margin-bottom: 70px;
    margin-top: 50px;
}

.w-index-reviews img {
    width: 661px;
    height: auto;
}

.w-index-reviews-right {
    margin-left: 80px;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.w-index-reviews-right img {
    width: 87px;
    margin: 0 auto;
}

.w-index-reviews-right p {
    font-size: 14px;
    font-weight: 300;
    text-decoration: underline;
    cursor: pointer;
}

.w-index-reviews-right span {
    font-size: 12px;
    color: #9F9F9F;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .w-index-reviews {
        flex-direction: column;
    }

    .w-index-reviews-right {
        margin-top: 30px;
        margin-left: 0px;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .w-index-reviews {
        display: none;
    }
}

.w-index-lockApp {
    padding: 0 60px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .w-index-lockApp {
        flex-direction: column;
        text-align: center;
        padding: 0 30px;
    }

    .w-index-lockApp img {
        margin-top: 50px;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .w-index-lockApp {
        flex-direction: column;
        padding: 0 30px;
        margin-top: 68px;
    }

    .w-index-lockApp img {
        height: auto;
        width: 306px;
    }
}

.w-index-lockApp-left p {
    padding: 0 125px;
    padding-left: 0;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .w-index-lockApp-left {
        margin-right: 0;
        padding-left: 0;
    }

    .w-index-lockApp-left p {
        padding: 0 30px;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .w-index-lockApp-left {
        padding-left: 0;
        margin-right: 0;
    }

    .w-index-lockApp-left p {
        padding: 0 0;
    }
}

.w-index-shield {
    margin-top: 150px;
}

.w-index-shield img {
    max-width: 642px;
    margin-right: 160px;
    padding-left: 62px;
}

.w-index-shield p {
    padding: 0 100px;
    padding-left: 0;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .w-index-shield {
        flex-direction: column-reverse;
        padding: 0 30px;
        text-align: center;
        margin-top: 100px;
    }

    .w-index-shield img {
        margin-right: 0;
        margin-top: 50px;
        padding-left: 0;
    }

    .w-index-shield p {
        padding: 0 30px;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .w-index-shield {
        flex-direction: column-reverse;
        margin-top: 76px;
        padding: 0 30px;
    }

    .w-index-shield img {
        width: 312px;
        height: auto;
        padding-left: 0;
        margin-right: 0;
    }

    .w-index-shield p {
        padding: 0 0;
    }
}

.w-index-plan {
    margin-top: 150px;
}

.w-index-plan img {
    width: 100%;
    height: auto;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .w-index-plan {
        margin-top: 100px;
        padding: 0 30px;
        text-align: center;
    }

    .w-index-plan h3 {
        padding: 0 100px;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .w-index-plan {
        padding: 0 30px;
        margin-top: 76px;
    }
}

.w-index-plan-top {
    padding: 0 60px;
}

.w-index-plan-top img {
    max-width: 642px;
    width: auto;
    height: auto;
}

.w-index-plan-top-left p {
    padding: 0 125px;
    padding-left: 0;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .w-index-plan-top {
        flex-direction: column;
        padding: 0 0;
    }

    .w-index-plan-top-left {
        margin-right: 0;
    }

    .w-index-plan-top-left p {
        padding: 0 30px;
    }

    .w-index-plan-top img {
        margin-top: 50px;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .w-index-plan-top {
        flex-direction: column;
        width: 100%;
        padding: 0 0;
    }

    .w-index-plan-top-left {
        margin-right: 0;
    }

    .w-index-plan-top-left p {
        padding: 0 0;
    }

    .w-index-plan-top img {
        width: 263px;
        height: auto;
    }
}

.w-index-plan-bottom {
    margin-top: 150px;
}

.w-index-plan-bottom img {
    margin-right: 150px;
    max-width: 708px;
    padding-left: 62px;
    width: auto;
    height: auto;
}

.w-index-plan-bottom p {
    padding: 0 100px;
    padding-left: 0;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .w-index-plan-bottom {
        flex-direction: column-reverse;
        margin-top: 100px;
    }

    .w-index-plan-bottom img {
        margin-right: 0;
        margin-top: 50px;
        padding-left: 0;
    }

    .w-index-plan-bottom p {
        padding: 0 30px;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .w-index-plan-bottom {
        flex-direction: column-reverse;
        margin-top: 91px;
        width: 100%;
    }

    .w-index-plan-bottom img {
        margin-right: 0;
        width: 297px;
        padding-left: 0;
        height: auto;
    }

    .w-index-plan-bottom p {
        padding: 0 0;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .w-index-carousel {
        /*padding: 0 30px;
        margin-bottom: 68px; */
    }
}

.w-index-carousel h3 {
    text-align: center;
    font-size: 24px;
    color: #272727;
    font-weight: bold;
    margin: 55px 0 0 0;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .w-index-carousel h3 {
        margin: 0;
        text-align: left;
        margin-bottom: 8px;
        margin-left: 30px;
        font-size: 19px;
    }
}

.w-index-carousel ul {
    position: relative;
    height: 600px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .w-index-carousel ul {
        height: 334px;
    }
}

.w-index-carousel ul li {
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
}

.w-index-carousel ul li.active {
    position: static;
    display: block;
}

.w-index-carousel ul li img {
    height: 600px;
    max-width: 90%;
    object-fit: contain;
    margin: 0 auto;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .w-index-carousel ul li img {
        width: 100%;
        object-fit: contain;
        max-width: 100%;
        max-height: 320px;
        height: auto;
    }
}

.w-index-carousel ul li p {
    font-size: 15px;
    color: #272727;
    font-weight: 100;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .w-index-carousel ul li p {
        font-size: 11px;
        margin: auto 10px;
    }
}

.w-index-carousel-serial {
    position: relative;
    width: 100%;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
}

.w-index-carousel-serial span {
    position: relative;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.w-index-carousel-serial span::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: #999;
    border-radius: 50%;
    top: 10px;
    left: 10px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .w-index-carousel-serial span::after {
        width: 7px;
        height: 7px;
    }
}

.w-index-carousel-serial span.active::after {
    background: #000;
}

.w-index-carousel-serial .svg {
    transform: rotate(-90deg);
    position: absolute;
    z-index: 99;
}

.w-index-carousel-serial .progress {
    animation: rotate 25s linear both;
    stroke-dashoffset: 0;
}

@keyframes rotate {
    from {
        stroke-dashoffset: 471px;
    }
    to {
        stroke-dashoffset: 0px;
    }
}

.w-index-More {
    margin: 150px 0 80px 0;
}

@media screen and (min-width: 320px) and (max-width: 1024px) {
    .w-index-More {
        padding: 0 30px;
        margin: 70px 0 70px 0;
    }
}

.w-index-More h3 {
    text-align: center;
    font-size: 24px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .w-index-More h3 {
        font-size: 19px;
        text-align: left;
    }
}

.w-index-More-list {
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: 50px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .w-index-More-list {
        margin-top: 23px;
    }
}

.w-index-More-list-item {
    display: flex;
    flex-direction: column;
    width: calc(100% / 3);
    text-align: center;
    padding: 0 5%;
    color: #272727;
    font-size: 18px;
    margin-bottom: 60px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .w-index-More-list-item {
        display: block;
        padding: 0 0;
        text-align: left;
        margin-bottom: 23px;
        width: 100%;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .w-index-More-list-item {
        width: calc(100% / 2);
    }
}

.w-index-More-list-item img {
    height: auto;
    margin: 0 auto;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .w-index-More-list-item img {
        display: inline-block;
        vertical-align: middle;
        margin: 0 0;
    }
}

.w-index-More-list-item h4 {
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 30px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .w-index-More-list-item h4 {
        display: inline-block;
        vertical-align: top;
        font-size: 13px;
        margin-top: 0;
        margin-bottom: 0;
        width: 200px;
        margin-left: 30px;
    }
}

.w-index-More-list-item p {
    font-weight: 100;
    font-size: 15px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .w-index-More-list-item p {
        display: inline-block;
        vertical-align: top;
        font-size: 12px;
        margin-left: 85px;
        margin-top: -15px;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .w-index-More-list-item-language-p {
        margin-top: 0px !important;
    }
}