html {
    overflow-x: hidden !important;
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden !important;
}

*, *::before, *::after {
    box-sizing: border-box !important;
}

.paper-corporate-card p {
    font-size: 1.4rem;
    line-height: 1.5;
}

.paper-corporate-card .corporate-landing .paper-container {
    padding: 12rem 1rem 0;
}

.corporate-landing .landing-text {
    text-align: center;
    position: relative;
    z-index: 1;
}

.corporate-landing h1 {
    text-align: center;
    font-size: 3rem;
    padding-bottom: 0;
    margin-bottom: 12px;
    color: #133f5d;
    line-height: 1.5;
}

.corporate-landing p {
    max-width: 600px;
    margin: 0 auto 1rem;
}

.paper-corporate-card .btn-hero-green.btn-new-green.btn-blue {
    background: #4195D5;
    border-color: #4195D5;
    font-weight: 700;
}

.paper-corporate-card .btn-hero-green.btn-new-green.btn-blue:hover {
    border-color: #4195D5;
    color: #4195D5;
    background: transparent;
}

.corporate-landing .landing-image img {
    position: relative;
    bottom: 12rem;
    right: 7%;
    width: 120%;
    z-index: 0;
}

.corporate-landing .landing-image {
    margin-bottom: -25rem;
}

.v-en .corporate-landing p {
    margin-bottom: 0;
    padding-bottom: 0;
}

.v-en .corporate-landing .landing-image {
    margin-bottom: -18rem;
}

.benefit-pcc .header {
    text-align: center;
    color: #133f5d;
    padding-bottom: 3rem;
}

.header h2 {
    padding-bottom: 1rem;
}

.benefit-slider-wrapper .flickity-viewport {
    height: 500px;
    left: 2em;
    overflow: visible;
}

.flickity-viewport::before {
    position: absolute;
    z-index: 10;
    width: 100vw;
    background: #fff;
    content: "";
    height: 120%;
    left: calc(-100vw - 2rem);
    bottom: -3rem;
}

.carousel * {
    font-family: 'Lato', sans-serif;
}

.carousel {
    width: 100%;
    position: relative;
}

.carousel-cell {
    width: 650px;
    height: 400px;
    margin-right: 40px;
    background: #e8f3fa;
    border-radius: 15px;
    display: flex;
    justify-content: space-between;
}

.benefit-slider-wrapper .carousel-text {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 3em 0 3em 3em;
    width: 50%;
}

.benefit-slider-wrapper .carousel-image {
    width: 50%;
    display: flex;
    align-items: center;
    padding-right: 2em;
}

.benefit-slider-wrapper .carousel-text p {
    color: #133F5D;
    padding-bottom: 1em;
    line-height: 1.5;
}

.benefit-slider-wrapper .carousel-text h3 {
    font-weight: 700;
    font-size: 2rem;
    padding: 0 0 0.5em;
    position: relative;
    text-align: left;
    color: #133F5D;
    line-height: 1.5;
}

.benefit-slider-wrapper .carousel-text ul {
    padding-inline-start: 2rem;
}

.benefit-slider-wrapper .carousel-text ul li {
    font-size: 1.4rem;
    line-height: 1.5;
    position: relative;
}

.benefit-slider-wrapper .carousel-text ul li::marker {
    color: #95C856;
    font-size: 30px;
}

.benefit-slider-wrapper .carousel-image img {
    width: 100%;
}

.benefit-slider-wrapper .carousel-image img.benefit1, .benefit-slider-wrapper .carousel-image img.benefit2, .benefit-slider-wrapper .carousel-image img.benefit4 {
    max-width: 280px;
}

.benefit-slider-wrapper .carousel-image img.benefit6 {
    max-width: 260px;
    position: relative;
    left: 2rem;
}

.benefit-pcc .p-notes {
    font-size: 0.8rem;
}

.button-slider-row {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    gap: 1em;
    margin: 1em;
    position: relative;
}

.button-slider {
    display: inline-block;
    font-size: 18px;
}

.button-slider:hover {
    color: red;
    cursor: pointer;
}

.button-slider:focus {
    color: blue;
}

.paper-corporate-card .comparison-pcc .paper-container {
    padding: 0 1rem;
}

.comparison-pcc .header {
    text-align: center;
    color: #133f5d;
    padding-bottom: 1rem;
}

.card-comparison .card-title {
    color: #133F5D;
    display: flex;
    justify-content: center;
    text-align: center;
    gap: 3rem;
    position: relative;
    z-index: 1;
}

.card-comparison .card-content {
    display: flex;
    justify-content: center;
    color: #133F5D;
}

.card-comparison .mobile-card-content {
    display: none;
}

.card-comparison .card-content .card-image {
    height: 0;
}

.card-comparison .card-content .card-image img {
    width: 100%;
    max-width: 750px;
    position: relative;
    top: -11rem;
    left: -1.5rem;
    z-index: 0;
}

.card-comparison .card-content h5 {
    font-size: 1.1rem;
    margin-bottom: 0;
}

.card-comparison .card-content p {
    padding-bottom: 0;
    line-height: 1.5;
}

.card-comparison .card-content .value {
    padding-bottom: 1rem;
}

.card-comparison .card-content .cc-corporate-card {
    text-align: right;
    position: relative;
    right: -8rem;
    top: -2.5rem;
    z-index: 1;
}

.card-comparison .card-content .cc-other-corporate-card {
    position: relative;
    left: -8rem;
    top: -2.5rem;
    z-index: 1;
}

.paper-corporate-card .service-section .paper-container {
    padding-bottom: 6rem;
}

.paper-corporate-card .promo-section .paper-container {
    padding-bottom: 0;
    padding-top: 4rem;
}

.promo-section h2 {
    color: #133F5D;
    text-align: left;
    font-size: 1.6rem;
}

.promo-section .promo-list {
    display: flex;
    justify-content: left;
    gap: 1.5em;
    width: max-content;
    padding: 1em 0.5em 1.5em 0.5em;
}

.promo-rail{
    overflow-x: auto;
}

.promo-section .promo-point {
    width: 100%;
    max-width: 258px;
    box-shadow: 0px 3px 10px 0px #00000014;
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    transition: transform 0.2s ease-in-out;
}

.promo-section .promo-image {
    width: 258px;
    height: 145px;
    overflow: hidden;
}

.promo-section .promo-detail {
    padding: 1.5em;
    text-align: left;
}

.promo-section .promo-image img {
    width: 100%;
    /* max-width: 335px; */
}

.promo-section .promo-detail h3 {
    line-height: 1.3;
    font-size: 1.05rem;
    height: 65px;
    font-weight: 400;
    color: #133F5D;
}

.promo-section .promo-point:last-child {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
}

.promo-section .promo-point:last-child .view-more {
    padding: 1rem;
    color: #133F5D;
}

.promo-section .promo-point:hover {
    transform: scale(1.02);
    text-decoration: none;
}

.promo-section .promo-point a:hover {
    text-decoration: none;
}

.paper-corporate-card .custom-select-multilanguage .option, .paper-corporate-card .custom-select-multilanguage .selected-lang, .paper-corporate-card .custom-select-multilanguage .select-wrapper-multilanguage {
    color: #133f5d;
}

.paper-corporate-card .services h3 {
    font-size: 1.2rem;
    padding-bottom: 0;
}

.paper-corporate-card .services .lists h3 {
    margin-top: 2px;
}

.paper-corporate-card.v-en .services .services-header {
    height: 60px;
}

.paper-corporate-card.v-en .services .services-header h3 {
    padding: 0 12px;
}

.services .lists:first-child {
    height: 82px;
}

@media (max-width: 1070px) {
    .corporate-landing .landing-image {
        margin-bottom: -22rem;
    }

    .benefit-slider-wrapper .flickity-viewport {
        width: 100%;
        left: 0;
        overflow: hidden;
    }

    .card-comparison .card-content .cc-corporate-card {
        right: -6rem;
        top: 0;
        display: none;
    }

    .card-comparison .card-content .cc-other-corporate-card {
        left: -6rem;
        top: 0;
        display: none;
    }

    .card-comparison .mobile-card-content {
        display: flex;
        justify-content: center;
        gap: 4rem;
        position: relative;
        top: -22rem;
    }

    .card-comparison .mobile-card-content .cc-corporate-card {
        text-align: right;
        max-width: 130px;
    }

    .card-comparison .card-content .card-image {
        height: max-content;
    }

    .card-comparison .card-content .value {
        padding-bottom: 0.7rem;
    }

    .paper-corporate-card .comparison-pcc .paper-container {
        margin-bottom: -22rem;
    }

    .benefit-slider-wrapper .button-slider-row {
        margin: initial;
        padding: 1em 1em 2em;
    }

    .benefit-slider-wrapper, .carousel-parent, .button-slider-row {
        position: initial;
    }

    .paper-corporate-card .corporate-landing .paper-container {
        padding: 8rem 1rem 0;
    }
}

@media (max-width: 1030px) {
    .banner-up.--app-store-banner .banner-up__container__area p {
        font-size: 14px;
    }

    .globalNav .navSection.mobile .rootLink {
        color: #47525d !important;
    }

    .paper-corporate-card p, .benefit-slider-wrapper .carousel-text ul li, .paper-corporate-card .custom-footer .paper-heading-content p {
        font-size: var(--paragraph-fs);
    }

    .benefit-slider-wrapper .carousel-text ul li::marker {
        font-size: 24px;
    }

    .services h3 {
        padding-bottom: 0;
    }

    .paper-corporate-card .corporate-landing .paper-container {
        padding: 12rem 1rem 0;
    }
}

@media (max-width: 980px) {
    .corporate-landing .landing-image img {
        bottom: 10rem;
        right: 10%;
    }
}

@media (max-width: 890px) {
    .corporate-landing .landing-image img {
        bottom: 8rem;
    }

    .corporate-landing .landing-image {
        margin-bottom: -15rem;
    }

    .card-comparison .card-content .card-image img {
        top: -10rem;
    }
}

@media (max-width: 768px) {
    .corporate-landing h1 {
        font-size: 2.5rem;
    }

    .paper-corporate-card .paper-heading-content h2, .paper-corporate-card .custom-footer .paper-heading-content h2 {
        font-size: 2.2rem;
    }

    .corporate-landing .landing-image img {
        bottom: 6rem;
    }

    .corporate-landing .landing-image {
        margin-bottom: -12rem;
    }

    .benefit-slider-wrapper .carousel-text h3 {
        font-size: 1.8rem;
        text-align: center;
    }

    .carousel-cell {
        display: grid;
        width: max-content;
        text-align: center;
        min-height: 525px;
        max-width: 420px;
    }

    .benefit-slider-wrapper .carousel-text {
        order: 2;
        max-width: max-content;
        display: inline-block;
        height: max-content;
        padding: 0 1em;
        max-width: 420px;
        width: 100%;
    }

    .benefit-slider-wrapper .carousel-text ul li {
        text-align: left;
    }

    .benefit-slider-wrapper .carousel-text ul {
        padding-inline-start: 4rem;
    }

    .benefit-slider-wrapper .carousel-image {
        width: 100%;
        order: 1;
        height: 270px;
        padding-right: 0;
    }

    .benefit-slider-wrapper .carousel-image.mb--2 {
        margin-bottom: -2rem;
    }

    .benefit-slider-wrapper .carousel-image.mb--4 {
        margin-bottom: -4rem;
    }

    .benefit-slider-wrapper .carousel-image.mb--8 {
        margin-bottom: -8rem;
    }

    .benefit-slider-wrapper .carousel-image img {
        max-width: 250px;
        margin: auto;
    }

    .benefit-slider-wrapper .carousel-image img {
        max-width: 230px;
    }

    .benefit-slider-wrapper .carousel-image img.benefit1, .benefit-slider-wrapper .carousel-image img.benefit2, .benefit-slider-wrapper .carousel-image img.benefit4 {
        max-width: 220px;
    }

    .paper-corporate-card .comparison-pcc .paper-container {
        padding-top: 0;
    }

    .card-comparison .card-content .card-image img {
        top: -9rem;
        left: -0.5rem;
    }

    .card-comparison .mobile-card-content {
        top: -20rem;
    }

    .paper-corporate-card .form-virtual-cc .paper-container {
        padding-top: 7em;
    }

    .benefit-slider-wrapper .carousel-image img.benefit6 {
        width: auto;
        height: 300px;
    }

    .benefit-pcc .header {
        padding-bottom: 2rem;
    }

    .paper-corporate-card .benefit-pcc .paper-container {
        padding: 7em 1em;
    }
}


@media (max-width: 633px) {
    /* .corporate-landing .landing-image img {
        right: 11rem;
    } */

    .card-comparison .card-content .card-image img {
        top: -7rem;
    }

    .card-comparison .mobile-card-content {
        top: -16rem;
    }

    .paper-corporate-card .comparison-pcc .paper-container {
        margin-bottom: -18rem;
    }

    .paper-corporate-card .promo-section .paper-container {
        padding-top: 6rem;
    }
}

@media (max-width: 536px) {
    .corporate-landing h1 {
        font-size: 2.3rem;
    }

    .paper-corporate-card .paper-heading-content h2 {
        font-size: 2rem;

    }

    .corporate-landing .landing-image img {
        bottom: 4rem;
    }

    .corporate-landing .landing-image {
        margin-bottom: -8rem;
    }

    .carousel-cell {
        max-width: 380px;
        margin-right: 20px;
    }

    .benefit-slider-wrapper .carousel-text {
        max-width: 350px;
    }

    .benefit-slider-wrapper .carousel-image img {
        max-width: 200px;
    }

    .benefit-slider-wrapper .carousel-image img.benefit1 {
        margin-bottom: 3em;
    }

    .benefit-slider-wrapper .carousel-image.mb--2 {
        margin-bottom: -4em;
    }

    .benefit-slider-wrapper .carousel-image img.benefit1 {
        max-width: 160px;
    }

    .benefit-slider-wrapper .carousel-image img.benefit2, .benefit-slider-wrapper .carousel-image img.benefit4 {
        max-width: 180px;
    }

    .benefit-slider-wrapper .carousel-image img.benefit6 {
        height: 265px;
        bottom: -1rem;
        left: 1rem;
    }

    .card-comparison .card-content .card-image img {
        top: -6rem;
    }

    .card-comparison .mobile-card-content {
        top: -14rem;
    }
}

@media (max-width: 480px) {
    .banner-up.--app-store-banner .banner-up__container__area p {
        font-size: 12px;
    }

    .card-comparison .card-content .card-image img {
        top: -5rem;
    }

    .card-comparison .mobile-card-content {
        top: -11rem;
        gap: 3rem;
    }

    .paper-corporate-card .comparison-pcc .paper-container {
        margin-bottom: -12rem;
    }

    .card-comparison .mobile-card-content .cc-corporate-card {
        max-width: 140px;
    }

    .carousel-cell {
        max-width: 280px;
    }

    .benefit-slider-wrapper .carousel-text ul {
        padding-inline-start: 2rem;
    }

    .benefit-slider-wrapper .carousel-text h3 {
        font-size: 1.5rem !important;
    }

    .benefit-slider-wrapper .carousel-image img.benefit6 {
        height: 245px;
        bottom: 0;
    }

    .corporate-landing .landing-image img {
        bottom: 3rem;
    }
}

@media (max-width: 393px) {
    .corporate-landing h1 {
        font-size: 2rem;
    }

    .paper-corporate-card .paper-heading-content h2, .paper-corporate-card .custom-footer .paper-heading-content h2 {
        font-size: 1.8rem;
    }

    .benefit-slider-wrapper .carousel-text h3 {
        font-size: 1.3rem !important;
    }

    /* .paper-corporate-card p, .benefit-slider-wrapper .carousel-text ul li, .paper-corporate-card .custom-footer .paper-heading-content p {
        font-size: 1.1rem;
    } */

    .btn-hero-green {
        font-size: 1rem !important;
    }

    .corporate-landing .landing-image img {
        bottom: 3rem;
        width: 145%;
        right: 20%;
    }

    .corporate-landing .landing-image {
        margin-bottom: -8rem;
    }

    .card-comparison .card-content .card-image img {
        top: -4rem;
    }

    .card-comparison .mobile-card-content {
        top: -9rem;
    }

    .carousel-cell {
        min-height: 470px;
    }
}


@media (min-width: 1200px) {
    .carousel-cell {
        width: 750px;
        height: 500px;
    }

    .benefit-slider-wrapper .carousel-image img.benefit1, .benefit-slider-wrapper .carousel-image img.benefit2, .benefit-slider-wrapper .carousel-image img.benefit4 {
        max-width: 340px;
    }

    .benefit-slider-wrapper .carousel-image img.benefit3, .benefit-slider-wrapper .carousel-image img.benefit5, .benefit-slider-wrapper .carousel-image img.benefit6 {
        max-width: 360px;
    }
}