/* Desktop/4K adaptation (global) */
@media (min-width: 1600px) {
    html {
        font-size: 17px !important;
    }

    body {
        font-size: 1rem !important;
        line-height: 1.75 !important;
    }

    .container {
        width: 92% !important;
        max-width: 1600px !important;
    }

    .max-w-5xl {
        max-width: 82rem !important;
    }

    .max-w-6xl {
        max-width: 92rem !important;
    }

    .max-w-7xl {
        max-width: 100rem !important;
    }
}

@media (min-width: 1920px) {
    html {
        font-size: 18px !important;
    }

    body {
        font-size: 1rem !important;
        line-height: 1.78 !important;
    }

    p,
    li,
    td,
    th,
    label,
    input,
    select,
    textarea,
    button,
    a {
        font-size: 1rem;
    }

    .container {
        width: 92% !important;
        max-width: 1720px !important;
    }

    .max-w-6xl {
        max-width: 98rem !important;
    }

    .max-w-7xl {
        max-width: 108rem !important;
    }
}

@media (min-width: 2560px) {
    html {
        font-size: 19px !important;
    }

    body {
        font-size: 1rem !important;
        line-height: 1.8 !important;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        line-height: 1.3;
    }

    p,
    li,
    td,
    th,
    label,
    input,
    select,
    textarea,
    button,
    a {
        font-size: 1rem;
    }

    .container {
        width: 92% !important;
        max-width: 1920px !important;
    }

    .section-title {
        margin-bottom: 96px;
        padding: 0 220px;
    }

    .section-title h2 {
        font-size: 2.5rem;
    }

    .section-title p {
        font-size: 1.125rem;
    }

    .header .header-inner {
        height: 92px;
    }

    .header .logo {
        padding-top: 14px;
    }

    .header .nav li a {
        font-size: 1.25rem;
        padding: 34px 18px;
    }

    .button .btn,
    .button .download-btn,
    .button .experience-btn {
        font-size: 2rem;
    }

    .button .download-btn,
    .button .experience-btn {
        width: 340px;
        height: 132px;
        line-height: 132px;
        background-size: 340px 132px;
    }

    .max-w-6xl {
        max-width: 106rem !important;
    }

    .max-w-7xl {
        max-width: 116rem !important;
    }
}

@media (min-width: 3840px) {
    html {
        font-size: 20px;
    }

    .container {
        max-width: 1920px;
    }

    .max-w-6xl {
        max-width: 108rem;
    }

    .max-w-7xl {
        max-width: 118rem;
    }
}