html {
    scroll-behavior: auto !important;
}

body {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.html-text-component {
    overflow: inherit;
}

.has-localnav .header-component nav {
    position: absolute;
    transform: none !important;
    border-bottom: 0 !important;
    background-color: transparent !important;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
}

#localnav {
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    max-height: 50px;
    line-height: 50px;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), max-height 0.6s cubic-bezier(0.52, 0.16, 0.24, 1);
    transform: translateY(-100%);
    background-color: rgba(0, 0, 0, 0.8);
}

@supports ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
    #localnav {
        background-color: rgba(0, 0, 0, 0.75);
        -webkit-backdrop-filter: saturate(150%) blur(20px);
        backdrop-filter: saturate(150%) blur(20px);
    }
}

.localnav-show #localnav {
    transform: translateY(0%);
}

#localnav .ln-content {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    height: 50px;
}

#localnav .ln-content::before,
#localnav .ln-content::after {
    position: absolute;
    right: 0;
    left: 0;
    height: 1px;
    content: "";
    background-color: #414141;
}

#localnav .ln-content::before {
    top: 50px;
}

#localnav .ln-content::after {
    bottom: 0;
}

#localnav .ln-title {
    flex-grow: 1;
    height: 50px;
    padding-left: 160px;
}

#localnav .ln-title .ln-link {
    display: inline-block;
    padding: 0;
    font-size: 16px;
    font-weight: bold;
}

#localnav button {
    overflow: visible;
    margin: 0;
    padding: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    text-align: center;
    vertical-align: inherit;
    color: inherit;
    border: 0;
    outline: 0;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#localnav svg {
    display: block;
}

#localnav .ln-menu-trigger {
    display: none;
    width: 40px;
    padding: 16px 8px;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

#localnav .ln-menu {
    display: flex;
    margin-left: 12px;
}

#localnav .ln-menu-list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

#localnav .ln-link {
    position: relative;
    display: block;
    padding: 0 20px;
    font-size: 14px;
    line-height: 50px;
    transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    white-space: nowrap;
    color: #fff;
}

#localnav .ln-action {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 50px;
    margin-left: 20px;
    padding-right: 160px;
}

#localnav .ln-button {
    display: inline-block;
    padding-right: 19px;
    padding-left: 19px;
    font-size: 12px;
    font-weight: bold;
    line-height: 28px;
    transition: all 0.3s ease-out;
    white-space: nowrap;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 4px;
}

#localnav .ln-button:hover {
    border-color: rgba(255, 255, 255, 0.7);
    background-color: rgba(255, 255, 255, 0.2);
}

.localnav-collapse #localnav {
    max-height: 56px;
    line-height: 56px;
}

.localnav-collapse #localnav .ln-content {
    height: 100%;
}

.localnav-collapse #localnav .ln-content::before {
    top: 56px;
}

.localnav-collapse #localnav .ln-title {
    display: flex;
    flex-grow: 0;
    height: 56px;
    padding-left: 24px;
}

.localnav-collapse #localnav .ln-menu {
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    height: auto;
    margin-left: 0;
    padding-right: 16px;
    padding-left: 16px;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.localnav-collapse #localnav .ln-menu::-webkit-scrollbar {
    display: none;
}

.localnav-collapse #localnav .ln-link {
    height: 56px;
    line-height: 56px;
}

.localnav-collapse #localnav .ln-action {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    height: 56px;
    margin-left: 0;
    padding-right: 24px;
}

.localnav-collapse #localnav .ln-button {
    padding-right: 15px;
    padding-left: 15px;
}

.localnav-collapse #localnav .ln-menu-item {
    transition: opacity 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    opacity: 0;
}

.localnav-collapse #localnav .ln-menu-item .ln-link {
    padding: 0 8px;
}

.localnav-collapse #localnav .ln-menu-trigger {
    display: block;
}

#localnav.ln-expanded {
    max-height: 100%;
}

#localnav.ln-expanded .ln-menu-trigger {
    transform: rotate(180deg);
}

#localnav.ln-expanded .ln-menu {
    visibility: visible;
    transition-delay: 0s;
}

#localnav.ln-expanded .ln-menu-item {
    opacity: 1;
}

@media only screen and (min-width: 1200.01px) {
    #localnav .ln-link::after {
        position: absolute;
        right: 20px;
        bottom: 1px;
        left: 20px;
        height: 2px;
        content: "";
        transition: transform 0.55s cubic-bezier(0.165, 0.84, 0.44, 1);
        transform: scaleX(0);
        transform-origin: center;
        background-color: #fff;
    }

    #localnav .ln-link:hover::after {
        transform: scaleX(1);
    }

    #localnav .ln-title .ln-link::after {
        display: none;
    }
}

@media only screen and (max-width: 1919px) {
    #localnav .ln-title {
        padding-left: 80px;
    }

    #localnav .ln-action {
        padding-right: 80px;
    }
}

@media only screen and (max-width: 1200px) {
    #localnav .ln-title {
        padding-left: 32px;
    }

    #localnav .ln-menu {
        margin-left: 20px;
    }

    #localnav .ln-link {
        padding: 0 12px;
    }

    #localnav .ln-link.current::after {
        right: 12px;
        left: 12px;
    }

    #localnav .ln-action {
        margin-left: 12px;
        padding-right: 32px;
    }

    #localnav .ln-menu-trigger {
        left: 0;
    }
}

#modal-player {
    position: fixed;
    z-index: 99999 !important;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    background: rgba(0, 0, 0, 0.8) !important;
}

#modal-player.modal-player-open {
    display: flex;
    align-items: center;
    justify-content: center;
    animation: modal-player-fadein 0.3s forwards;
}

#modal-player video {
    width: auto !important;
    max-width: 90%;
    max-height: 90vh;
    outline: 0;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
}

#modal-player-close {
    position: absolute;
    z-index: 1;
    top: 1.25vw;
    right: 1.25vw;
    width: 2.083333vw;
    height: 2.083333vw;
    padding: 0;
    transition: opacity 0.2s;
    opacity: 0.8;
}

@media (max-aspect-ratio: 11/10) {
    #modal-player-close {
        top: 24.444444vw;
        right: 6.666667vw;
        width: 8.333333vw;
        height: 8.333333vw;
    }
}

@media (min-aspect-ratio: 4/5) and (max-aspect-ratio: 11/10) {
    #modal-player-close {
        top: 10%;
        right: 5%;
    }
}

@keyframes modal-player-fadein {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

#m8 section {
    position: relative;
}

#m8 picture,
#m8 img,
#m8 svg,
#m8 canvas,
#m8 video {
    display: block;
    width: 100%;
}

#m8 sup {
    top: auto;
    font-size: 0.6em;
    vertical-align: super;
}

#m8 sup.sm {
    position: relative;
    top: -0.36em;
    font-size: 0.4em;
}

#m8 sup a {
    color: inherit;
}

#m8 button {
    overflow: visible;
    margin: 0;
    padding: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    text-align: center;
    vertical-align: inherit;
    color: inherit;
    border: 0;
    outline: 0;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#m8 .nowrap {
    display: inline-block;
    white-space: nowrap;
}

#m8 .sticky-content {
    position: sticky;
    top: 0;
    overflow: hidden;
    width: 100%;
    height: 100vh;
}

#m8 .aspect-ratio {
    position: relative;
}

#m8 .aspect-ratio::before {
    display: block;
    content: "";
}

#m8 .aspect-ratio img,
#m8 .aspect-ratio video {
    position: absolute;
    top: 0;
    left: 0;
}

#m8 .covered-picture {
    position: relative;
    overflow: hidden;
    height: 100%;
}

#m8 .covered-picture img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

#m8 .blur-up {
    transition: filter 400ms;
    filter: blur(10px);
}

#m8 .blur-up.lazyloaded {
    filter: blur(0);
}

#m8 .text-gradient {
    display: inline-block;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}

#m8 .relative {
    position: relative;
}

#m8 .absolute {
    position: absolute;
}

#m8 .overflow-hidden {
    overflow: hidden;
}

#m8 .overflow-visible {
    overflow: visible;
}

@media (max-aspect-ratio: 11/10) {
    #m8 .xs\:overflow-hidden {
        overflow: hidden;
    }

    #m8 .xs\:overflow-visible {
        overflow: visible;
    }
}

#m8 .block {
    display: block;
}

#m8 .inline-block {
    display: inline-block;
}

#m8 .inline {
    display: inline;
}

#m8 .flex {
    display: flex;
}

#m8 .inline-flex {
    display: inline-flex;
}

#m8 .hidden {
    display: none;
}

@media (max-aspect-ratio: 11/10) {
    #m8 .xs\:block {
        display: block;
    }

    #m8 .xs\:inline-block {
        display: inline-block;
    }

    #m8 .xs\:inline {
        display: inline;
    }

    #m8 .xs\:flex {
        display: flex;
    }

    #m8 .xs\:inline-flex {
        display: inline-flex;
    }

    #m8 .xs\:hidden {
        display: none;
    }
}

#m8 br.lg {
    display: block;
}

#m8 br.xs {
    display: none;
}

@media (max-aspect-ratio: 11/10) {
    #m8 br.lg {
        display: none;
    }

    #m8 .unsm {
        display: none;
    }

    #m8 br.sm {
        display: block;
    }

    #m8 .sm {
        display: block;
    }
}

@media (max-aspect-ratio: 7/10) {
    #m8 .sm {
        display: none;
    }

    #m8 .unsm {
        display: block;
    }

    #m8 br.xs {
        display: block;
    }
}

#m8 .text-center {
    text-align: center;
}

#m8 .text-align {
    text-align: center;
}

@media (max-aspect-ratio: 11/10) {
    #m8 .text-align {
        text-align: left;
    }
}

#m8 .w-1760 {
    width: 91.666667vw;
}

#m8 .w-1560 {
    width: 81.25vw;
}

#m8 .w-1296 {
    width: 67.5vw;
}

#m8 .w-720 {
    width: 37.5vw;
}

#m8 .w-640 {
    width: 33.333333vw;
}

@media (max-aspect-ratio: 11/10) {
    #m8 .xs\:w-full {
        width: 100%;
    }

    #m8 .xs\:w-688 {
        width: 90.857142857vw;
    }

    #m8 .xs\:w-656 {
        width: 91.111111vw;
    }

    #m8 .xs\:w-520 {
        width: 75.42857vw;
    }
}

@media (max-aspect-ratio: 7/10) {
    #m8 .xs\:w-688 {
        width: 95.555556vw;
    }

    #m8 .xs\:w-520 {
        width: 72.222222vw
    }
}

#m8 .mx-auto {
    margin-right: auto;
    margin-left: auto;
}

#m8 .mt-16,
#m8 .lg\:mt-16 {
    margin-top: 0.833333vw;
}

#m8 .mt-24,
#m8 .lg\:mt-24 {
    margin-top: 1.25vw;
}

#m8 .ml-24,
#m8 .lg\:ml-24 {
    margin-left: 1.25vw;
}

#m8 .mt-32,
#m8 .lg\:mt-32 {
    margin-top: 1.666667vw;
}

#m8 .mt-40,
#m8 .lg\:mt-40 {
    margin-top: 2.083333vw;
}

#m8 .mt-48,
#m8 .lg\:mt-48 {
    margin-top: 2.5vw;
}

#m8 .mt-56,
#m8 .lg\:mt-56 {
    margin-top: 2.916667vw;
}

#m8 .mt-64,
#m8 .lg\:mt-64 {
    margin-top: 3.333333vw;
}

#m8 .mt-72,
#m8 .lg\:mt-72 {
    margin-top: 3.75vw;
}

#m8 .mt-80,
#m8 .lg\:mt-80 {
    margin-top: 4.166667vw;
}

#m8 .mt-100,
#m8 .lg\:mt-100 {
    margin-top: 5.208333vw;
}

#m8 .mt-120,
#m8 .lg\:mt-120 {
    margin-top: 6.25vw;
}

#m8 .mt-160,
#m8 .lg\:mt-160 {
    margin-top: 8.333333vw;
}

@media (max-aspect-ratio: 11/10) {
    #m8 .xs\:mx-auto {
        margin-right: auto;
        margin-left: auto;
    }

    #m8 .xs\:mt-0 {
        margin-top: 0;
    }

    #m8 .mt-16,
    #m8 .xs\:mt-16 {
        margin-top: 2.222222vw;
    }

    #m8 .mt-24,
    #m8 .xs\:mt-24 {
        margin-top: 1.7142857vw;
    }

    #m8 .ml-24,
    #m8 .xs\:ml-24 {
        margin-left: 1.7142857vw;
    }

    #m8 .mt-32,
    #m8 .xs\:mt-32 {
        margin-top: 2.2857142857vw;
    }

    #m8 .mt-40,
    #m8 .xs\:mt-40 {
        margin-top: 5.555556vw;
    }

    #m8 .mt-48,
    #m8 .xs\:mt-48 {
        margin-top: 6.666667vw;
    }

    #m8 .mt-56,
    #m8 .xs\:mt-56 {
        margin-top: 7.777778vw;
    }

    #m8 .mt-64,
    #m8 .xs\:mt-64 {
        margin-top: 8.888889vw;
    }

    #m8 .mt-72,
    #m8 .xs\:mt-72 {
        margin-top: 10vw;
    }

    #m8 .mt-80,
    #m8 .xs\:mt-80 {
        margin-top: 5.7142857vw;
    }

    #m8 .mt-100,
    #m8 .xs\:mt-100 {
        margin-top: 13.888889vw;
    }

    #m8 .mt-120,
    #m8 .xs\:mt-120 {
        margin-top: 16.666667vw;
    }

    #m8 .mt-160,
    #m8 .xs\:mt-160 {
        margin-top: 22.222222vw;
    }
}

@media (max-aspect-ratio: 7/10) {
    #m8 .xs\:mx-auto {
        margin-right: auto;
        margin-left: auto;
    }

    #m8 .xs\:mt-0 {
        margin-top: 0;
    }

    #m8 .mt-16,
    #m8 .xs\:mt-16 {
        margin-top: 2.222222vw;
    }

    #m8 .mt-24,
    #m8 .xs\:mt-24 {
        margin-top: 3.333333vw;
    }

    #m8 .ml-24,
    #m8 .xs\:ml-24 {
        margin-left: 3.333333vw;
    }

    #m8 .mt-32,
    #m8 .xs\:mt-32 {
        margin-top: 4.444444vw;
    }

    #m8 .mt-40,
    #m8 .xs\:mt-40 {
        margin-top: 5.555556vw;
    }

    #m8 .mt-48,
    #m8 .xs\:mt-48 {
        margin-top: 6.666667vw;
    }

    #m8 .mt-56,
    #m8 .xs\:mt-56 {
        margin-top: 7.777778vw;
    }

    #m8 .mt-64,
    #m8 .xs\:mt-64 {
        margin-top: 8.888889vw;
    }

    #m8 .mt-72,
    #m8 .xs\:mt-72 {
        margin-top: 10vw;
    }

    #m8 .mt-80,
    #m8 .xs\:mt-80 {
        margin-top: 11.111111vw;
    }

    #m8 .mt-100,
    #m8 .xs\:mt-100 {
        margin-top: 13.888889vw;
    }

    #m8 .mt-120,
    #m8 .xs\:mt-120 {
        margin-top: 16.666667vw;
    }

    #m8 .mt-160,
    #m8 .xs\:mt-160 {
        margin-top: 22.222222vw;
    }
}

#m8 .pt-200,
#m8 .lg\:pt-200 {
    padding-top: 10.416667vw;
}

#m8 .pb-200,
#m8 .lg\:pb-200 {
    padding-bottom: 10.416667vw;
}

#m8 .py-200,
#m8 .lg\:py-200 {
    padding-top: 10.416667vw;
    padding-bottom: 10.416667vw;
}

#m8 .pt-160,
#m8 .lg\:pt-160 {
    padding-top: 8.333333vw;
}

#m8 .pb-160,
#m8 .lg\:pb-160 {
    padding-bottom: 8.333333vw;
}

#m8 .py-160,
#m8 .lg\:py-160 {
    padding-top: 8.333333vw;
    padding-bottom: 8.333333vw;
}

#m8 .pt-120,
#m8 .lg\:pt-120 {
    padding-top: 6.25vw;
}

@media (max-aspect-ratio: 11/10) {

    #m8 .pt-200,
    #m8 .xs\:pt-200 {
        padding-top: 14.2857vw;
    }

    #m8 .pb-200,
    #m8 .xs\:pb-200 {
        padding-bottom: 14.2857vw;
    }

    #m8 .py-200,
    #m8 .xs\:py-200 {
        padding-top: 14.2857vw;
        padding-bottom: 14.2857vw;
    }

    #m8 .pt-160,
    #m8 .xs\:pt-160 {
        padding-top: 11.42857vw;
    }

    #m8 .pb-160,
    #m8 .xs\:pb-160 {
        padding-bottom: 11.42857vw;
    }

    #m8 .py-160,
    #m8 .xs\:py-160 {
        padding-top: 11.42857vw;
        padding-bottom: 11.42857vw;
    }

    #m8 .pt-120,
    #m8 .xs\:pt-120 {
        padding-top: 8.57142857vw;
    }
}

@media (max-aspect-ratio: 7/10) {

    #m8 .pt-200,
    #m8 .xs\:pt-200 {
        padding-top: 27.777778vw;
    }

    #m8 .pb-200,
    #m8 .xs\:pb-200 {
        padding-bottom: 27.777778vw;
    }

    #m8 .py-200,
    #m8 .xs\:py-200 {
        padding-top: 27.777778vw;
        padding-bottom: 27.777778vw;
    }

    #m8 .pt-160,
    #m8 .xs\:pt-160 {
        padding-top: 22.222222vw;
    }

    #m8 .pb-160,
    #m8 .xs\:pb-160 {
        padding-bottom: 22.222222vw;
    }

    #m8 .py-160,
    #m8 .xs\:py-160 {
        padding-top: 22.222222vw;
        padding-bottom: 22.222222vw;
    }

    #m8 .pt-120,
    #m8 .xs\:pt-120 {
        padding-top: 16.666667vw;
    }
}

#m8 h2,
#m8 h3 {
    font-weight: 700;
    line-height: 1.25;
    color: #18191a;
}

#m8 h2 {
    font-size: 2.083333vw;
}

#m8 h3 {
    font-size: 1.354167vw;
}

#m8 h3.title {
    font-size: 1.041667vw;
    color: #797c80;
}

#m8 strong {
    font-weight: 700;
    color: #18191a;
}

#m8 .note {
    font-size: 0.833333vw;
    color: rgba(121, 124, 128, 0.5);
    display: block;
}

@media (max-aspect-ratio: 11/10) {
    #m8 h2 {
        font-size: 4.57142857vw;
    }

    #m8 h3 {
        font-size: 2.857142857vw;
    }

    #m8 h3.title {
        font-size: 2.2857142857vw;
    }

    #m8 .note {
        font-size: 1.7142857vw;
    }
}

@media (max-aspect-ratio: 7/10) {
    #m8 h2 {
        font-size: 8.888889vw;
    }

    #m8 h3 {
        font-size: 4.444444vw;
    }

    #m8 h3.title {
        font-size: 4.444444vw;
    }

    #m8 .note {
        font-size: 3.333333vw;
    }
}

#m8 .video-container {
    position: relative;
}

#m8 .video-container .play-trigger {
    position: absolute;
    top: 80%;
}

#m8 .video-container .end-frame {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.8s linear;
}

#m8 .video-container.ended .end-frame {
    opacity: 1;
}

#m8 .autoplay-trigger {
    position: absolute;
    top: 80%;
}

#m8 .button-container {
    display: flex;
    justify-content: center;
}

#m8 .button-container .button-link {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 10.572917vw;
}

#m8 .button-container .button-link:hover .button-background {
    opacity: 0.7;
}

#m8 .button-container .button-background {
    transition: opacity 0.3s;
}

#m8 .button-container .button-copy {
    position: absolute;
    z-index: 1;
    font-size: 0.9375vw;
    font-weight: 700;
    white-space: nowrap;
    color: #18191a;
}

@media (max-aspect-ratio: 11/10) {
    #m8 .button-container .button-link {
        width: 22.92857vw;
    }

    #m8 .button-container .button-background {
        opacity: 1 !important;
    }

    #m8 .button-container .button-copy {
        font-size: 1.857142857vw;
    }
}

@media (max-aspect-ratio: 7/10) {
    #m8 .button-container .button-link {
        width: 44.583333vw;
    }

    #m8 .button-container .button-copy {
        font-size: 3.611111vw;
    }
}

#m8 .pagination-item {
    display: flex;
    overflow: hidden;
    align-items: center;
    width: auto;
    font-size: var(--pagination-font-size, 1.041667vw);
    font-weight: 800;
    line-height: 1;
    color: #18191a;
}

#m8 .pagination-item.swiper-pagination-lock {
    display: none;
}

#m8 .pagination-current {
    display: flex;
    flex-direction: column;
    height: 1em;
    transition: transform 0.8s cubic-bezier(0.65, 0.05, 0.36, 1);
    transform: translate3d(0, var(--pagination-y, 0), 0);
    text-align: right;
}

#m8 .pagination-line {
    position: relative;
    overflow: hidden;
    width: 6.25vw;
    height: 2px;
    margin-right: 0.833333vw;
    margin-left: 0.833333vw;
    background-color: #e5e5e5;
}

#m8 .pagination-line::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    transition: transform 0.6s linear;
    transform: scaleX(0);
    transform-origin: left;
    background-color: #000;
}

#m8 .autoplay-animating .pagination-line::before {
    transition-duration: 3.8s;
    transform: scaleX(1);
}

#m8 .autoplay-animating .autoplay-3s .pagination-line::before {
    transition-duration: 2.8s;
    transform: scaleX(1);
}

#m8 .pagination-total {
    opacity: 0.2;
}

@media (max-aspect-ratio: 11/10) {
    #m8 .pagination-item {
        font-size: var(--pagination-font-size, 3.888889vw);
    }

    #m8 .pagination-line {
        width: 10.5vw;
        height: 0.2142857vw;
        margin-right: 2vw;
        margin-left: 2vw;
    }
}

@media (max-aspect-ratio: 7/10) {
    #m8 .pagination-line {
        width: 20.555556vw;
        height: 0.416667vw;
        margin-right: 3.333333vw;
        margin-left: 3.333333vw;
    }
}

#m8 .arrownav-list {
    display: flex;
}

#m8 .arrownav-list .arrownav-item {
    width: 2.604167vw;
    cursor: pointer;
    outline: 0;
}

#m8 .arrownav-list .arrownav-item:not(.arrownav-disabled):hover .path-outline-anim {
    stroke-dasharray: 157, 0;
}

#m8 .arrownav-list .icon-path {
    fill: none;
    stroke: #18191a;
    stroke-width: 2px;
}

#m8 .arrownav-list .path-outline {
    opacity: 0.2;
}

#m8 .arrownav-list .path-arrow {
    transition: opacity 0.8s;
    stroke-linecap: round;
    stroke-linejoin: round;
}

#m8 .arrownav-list .path-outline-anim {
    transition: stroke-dasharray 0.8s;
    stroke-dasharray: 0, 157;
    stroke-dashoffset: 50;
}

#m8 .arrownav-list .arrownav-disabled {
    cursor: default;
}

#m8 .arrownav-list .arrownav-disabled .path-arrow {
    opacity: 0.2;
}

#m8 .arrownav-list .arrownav-next {
    margin-left: 0.833333vw;
}

@media (max-aspect-ratio: 11/10) {
    #m8 .arrownav-list .arrownav-item {
        width: 5.42857vw;
    }

    #m8 .arrownav-list .arrownav-item:not(.arrownav-disabled):hover {
        opacity: 1;
    }

    #m8 .arrownav-list .icon-path {
        stroke-width: 3px;
    }

    #m8 .arrownav-list .path-outline-anim {
        display: none;
    }

    #m8 .arrownav-list .arrownav-next {
        margin-left: 1.7142857vw;
    }
}

@media (max-aspect-ratio: 7/10) {
    #m8 .arrownav-list .arrownav-item {
        width: 10.694444vw;
    }

    #m8 .arrownav-list .arrownav-next {
        margin-left: 3.333333vw;
    }
}

#m8 .section-header {
    position: relative;
}

#m8 .section-header .text-content {
    position: absolute;
    z-index: 1;
    top: 4.166667vw;
    right: 0;
    left: 0;
    text-align: center;
    color: #fff;
}

#m8 .section-header h2 {
    font-size: 3.333333vw;
    color: inherit;
}

#m8 .section-header h3 {
    font-size: 1.458333vw;
    color: inherit;
}

#m8 .section-header p {
    color: inherit;
}

#m8 .section-header .xs-intro {
    display: none;
}

@media (max-aspect-ratio: 11/10) {
    #m8 .section-header .text-content {
        top: 4.2857142857vw;
    }

    #m8 .section-header h2 {
        font-size: 4.57142857vw;
    }

    #m8 .section-header h3 {
        font-size: 2.2857142857vw;
    }

    #m8 .section-header .lg-intro {
        display: none;
    }

    #m8 .section-header .xs-intro {
        display: block;
        text-align: center;
    }
}

@media (max-aspect-ratio: 7/10) {
    #m8 .section-header .text-content {
        top: 11.111111vw;
    }

    #m8 .section-header h2 {
        font-size: 8.888889vw;
    }

    #m8 .section-header h3 {
        font-size: 4.444444vw;
    }

    #m8 .section-header .lg-intro {
        display: none;
    }

    #m8 .section-header .xs-intro {
        display: block;
        text-align: center;
    }
}

#m8 .tabnav-content {
    display: flex;
    align-items: center;
    flex-direction: column;
}

#m8 .tabnav-container {
    position: relative;
}

#m8 .tabnav-list {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

#m8 .tabnav-item {
    padding-bottom: 0.833333vw;
    font-size: 1.041667vw;
    cursor: pointer;
    transition: color 0.5s;
    white-space: nowrap;
    color: #797c80;
    outline: 0;
}

#m8 .tabnav-item+.tabnav-item {
    margin-left: 4.166667vw;
}

#m8 .tabnav-item.current {
    color: #18191a;
}

#m8 .tabnav-indicator {
    position: relative;
    width: 100%;
    height: 2px;
}

#m8 .tabnav-indicator::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(24, 25, 26, 0.2);
}

#m8 .tabnav-indicator::after {
    display: block;
    width: var(--indicator-width, 0);
    height: 100%;
    content: "";
    transition: width 0.5s, transform 0.5s;
    transform: translateX(var(--indicator-offset, 0));
    background-color: #18191a;
}

#m8 .stack-list {
    display: flex;
}

#m8 .tabnav-swiper .stack-list {
    text-align: center;
}

#m8 .stack-item {
    position: relative;
    width: 100%;
    font-size: 1.041667vw;
    transition: opacity 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
    opacity: 0;
}

#m8 .stack-item+.stack-item {
    margin-left: -100%;
}

#m8 .stack-item.current {
    z-index: 1;
    opacity: 1;
}

@media (max-aspect-ratio: 11/10) {
    #m8 .tabnav-content {
        position: relative;
        display: block;
        overflow: hidden;
        width: 100%;
    }

    #m8 .tabnav-swiper .tabnav-content::before,
    #m8 .tabnav-swiper .tabnav-content::after {
        position: absolute;
        z-index: 1;
        top: -1.388889vw;
        width: 12.222222vw;
        height: 12.222222vw;
        content: "";
        pointer-events: none;
    }

    #m8 .tabnav-swiper .tabnav-content::before {
        left: 0;
        background-image: linear-gradient(90deg, #fff 40%, transparent);
    }

    #m8 .tabnav-swiper .tabnav-content::after {
        right: 0;
        background-image: linear-gradient(90deg, transparent, #fff 60%);
    }

    #m8 .tabnav-container {
        position: relative;
        display: flex;
        justify-content: center;
        line-height: 0;
        white-space: nowrap;
    }

    #m8 .tabnav-container.is-scroll {
        overflow-x: auto;
        overflow-y: hidden;
        justify-content: flex-start;
        -webkit-overflow-scrolling: touch;
    }

    #m8 .tabnav-container.is-scroll::-webkit-scrollbar {
        display: none;
    }

    #m8 .tabnav-wrapper {
        padding-right: 13.888889vw;
        padding-left: 13.888889vw;
    }

    #m8 .tabnav-list {
        position: relative;
        display: flex;
    }

    #m8 .tabnav-item {
        padding-bottom: 1.7142857vw;
        font-size: 2.2857142857vw
    }

    #m8 .tabnav-item+.tabnav-item {
        margin-left: 4vw;
    }

    #m8 .tabnav-indicator {
        height: 0.416667vw;
    }

    #m8 .tabnav-swiper .stack-list {
        text-align: left;
    }

    #m8 .stack-item {
        font-size: 2.2857142857vw
    }
}

@media (max-aspect-ratio: 7/10) {
    #m8 .tabnav-item+.tabnav-item {
        margin-left: 7.777778vw;
    }

    #m8 .tabnav-item {
        padding-bottom: 3.333333vw;
        font-size: 4.444444vw;
    }

    #m8 .stack-item {
        font-size: 4.444444vw;
    }
}

#m8 .gallery-container {
    position: relative;
}

#m8 .gallery-container .gallery {
    position: relative;
}

#m8 .gallery-container .gallery-wrapper {
    display: flex;
}

#m8 .gallery-container .gallery-slide {
    position: relative;
    width: 100%;
}

#m8 .gallery-container .gallery-slide+.gallery-slide {
    margin-left: -100%;
}

#m8 .gallery-container .clip-item {
    position: relative;
    transition: -webkit-clip-path 0s 0.8s;
    transition: clip-path 0s 0.8s;
    transition: clip-path 0s 0.8s, -webkit-clip-path 0s 0.8s;
}

#m8 .gallery-container .current .clip-item {
    z-index: 1;
    transition: -webkit-clip-path 0.8s cubic-bezier(0.65, 0.05, 0.36, 1);
    transition: clip-path 0.8s cubic-bezier(0.65, 0.05, 0.36, 1);
    transition: clip-path 0.8s cubic-bezier(0.65, 0.05, 0.36, 1), -webkit-clip-path 0.8s cubic-bezier(0.65, 0.05, 0.36, 1);
}

#m8 .gallery-container .swiper {
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#m8 .swiper-style-1 .gallery-container {
    display: flex;
    overflow: hidden;
}

#m8 .swiper-style-1 .gallery {
    z-index: 3;
    flex-shrink: 0;
    width: 62.5vw;
}

#m8 .swiper-style-1 .gallery-slide.current .clip-item {
    -webkit-clip-path: polygon(0% 0%, 162% 0%, 100.2% 100.2%, -62% 100.2%);
    clip-path: polygon(0% 0%, 162% 0%, 100.2% 100.2%, -62% 100.2%);
}

#m8 .swiper-style-1 .gallery-slide.left .clip-item {
    -webkit-clip-path: polygon(162% 0%, 100.2% 0%, 100.2% 100.2%, 100.2% 100.2%);
    clip-path: polygon(162% 0%, 100.2% 0%, 100.2% 100.2%, 100.2% 100.2%);
}

#m8 .swiper-style-1 .gallery-slide.right .clip-item {
    -webkit-clip-path: polygon(0% 0%, 0% 0%, -62% 100.2%, 0% 100.2%);
    clip-path: polygon(0% 0%, 0% 0%, -62% 100.2%, 0% 100.2%);
}

#m8 .swiper-style-1 .zoom-in-transition {
    transition: transform 0.8s;
    transform-origin: left;
}

#m8 .swiper-style-1 .zoom-in-slide {
    transform: scale(1.3);
}

#m8 .swiper-style-1 .content-container {
    padding: 3.333333vw 2.5vw;
    background-color: #f5f6f7;
}

#m8 .swiper-style-1 .content-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

#m8 .swiper-style-1 .stack-list {
    order: 2;
}

#m8 .swiper-style-1 .pagination-item {
    order: 1;
}

#m8 .swiper-style-1 .arrownav-list {
    order: 3;
}

@media (max-aspect-ratio: 11/10) {
    #m8 .swiper-style-1 .gallery-container {
        display: block;
    }

    #m8 .swiper-style-1 .gallery {
        width: 100%;
    }

    #m8 .swiper-style-1 .gallery-slide.current .clip-item {
        -webkit-clip-path: polygon(0% 0%, 216% 0%, 100.2% 100.2%, -116% 100.2%);
        clip-path: polygon(0% 0%, 216% 0%, 100.2% 100.2%, -116% 100.2%);
    }

    #m8 .swiper-style-1 .gallery-slide.left .clip-item {
        -webkit-clip-path: polygon(216% 0%, 100.2% 0%, 100.2% 100.2%, 100.2% 100.2%);
        clip-path: polygon(216% 0%, 100.2% 0%, 100.2% 100.2%, 100.2% 100.2%);
    }

    #m8 .swiper-style-1 .gallery-slide.right .clip-item {
        -webkit-clip-path: polygon(0% 0%, 0% 0%, -116% 100.2%, 0% 100.2%);
        clip-path: polygon(0% 0%, 0% 0%, -116% 100.2%, 0% 100.2%);
    }

    #m8 .swiper-style-1 .zoom-in-slide {
        transition: none;
        transform: none;
    }

    #m8 .swiper-style-1 .content-container {
        padding: 10vw 0 16.666667vw;
    }

    #m8 .swiper-style-1 .content-wrapper {
        align-items: center;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        height: auto;
    }

    #m8 .swiper-style-1 .stack-list {
        order: 1;
        margin-bottom: 4.444444vw;
    }

    #m8 .swiper-style-1 .pagination-item {
        order: 2;
    }

    #m8 .swiper-style-1 h3 {
        font-size: 5.555556vw;
    }
}

@media (max-aspect-ratio: 11/10) and (min-aspect-ratio: 7/10) {

    #m8 .subsection-design-5 .content-container,
    #m8 .subsection-space-5 .content-container,
    #m8 .subsection-harmonyos-2 .content-container {
        margin-top: 5.7142857vw;
    }

    #m8 .swiper-style-1 .content-container {
        padding: 5.2857142857vw 0 5.7142857vw;
    }

    #m8 .swiper-style-1 h3 {
        font-size: 2.857142857vw;
    }

    #m8 .swiper-style-1 .stack-list,
    #m8 .swiper-style-2 .stack-list,
    #m8 .swiper-style-3 .stack-list {
        margin-bottom: 2.857142857vw;
    }

    #m8 .content-container .content-wrapper .stack-list .intro {
        font-size: 2.2857142857vw;
        margin-top: 2.2857142857vw;
    }
}

#m8 .swiper-style-2 .text-content {
    width: 51.666667vw;
    padding-left: 13.020833vw;
}

#m8 .swiper-style-2 .xs-gallery {
    display: none;
}

#m8 .swiper-style-2 .lg-gallery-slide {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

#m8 .swiper-style-2 .clip-item-1 {
    width: 51.666667vw;
}

#m8 .swiper-style-2 .clip-item-2 {
    width: 27.5vw;
    margin-top: -9.114583vw;
}

#m8 .swiper-style-2 .gallery-slide.current .clip-item-1 {
    -webkit-clip-path: polygon(0% 0%, 171% 0%, 100.2% 100.2%, -71% 100.2%);
    clip-path: polygon(0% 0%, 171% 0%, 100.2% 100.2%, -71% 100.2%);
}

#m8 .swiper-style-2 .gallery-slide.current .clip-item-2 {
    -webkit-clip-path: polygon(0% 0%, 233% 0%, 100.2% 100.2%, -133% 100.2%);
    clip-path: polygon(0% 0%, 233% 0%, 100.2% 100.2%, -133% 100.2%);
}

#m8 .swiper-style-2 .gallery-slide.left .clip-item-1 {
    -webkit-clip-path: polygon(171% 0%, 100.2% 0%, 100.2% 100.2%, 100.2% 100.2%);
    clip-path: polygon(171% 0%, 100.2% 0%, 100.2% 100.2%, 100.2% 100.2%);
}

#m8 .swiper-style-2 .gallery-slide.left .clip-item-2 {
    -webkit-clip-path: polygon(233% 0%, 100.2% 0%, 100.2% 100.2%, 100.2% 100.2%);
    clip-path: polygon(233% 0%, 100.2% 0%, 100.2% 100.2%, 100.2% 100.2%);
}

#m8 .swiper-style-2 .gallery-slide.right .clip-item-1 {
    -webkit-clip-path: polygon(0% 0%, 0% 0%, -71% 100.2%, 0% 100.2%);
    clip-path: polygon(0% 0%, 0% 0%, -71% 100.2%, 0% 100.2%);
}

#m8 .swiper-style-2 .gallery-slide.right .clip-item-2 {
    -webkit-clip-path: polygon(0% 0%, 0% 0%, -133% 100.2%, 0% 100.2%);
    clip-path: polygon(0% 0%, 0% 0%, -133% 100.2%, 0% 100.2%);
}

#m8 .swiper-style-2 .caption-container {
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 1.666667vw;
    font-size: 1.041667vw;
}

#m8 .swiper-style-2 .caption-title {
    font-size: inherit;
    color: #fff;
}

#m8 .swiper-style-2 .caption-copy {
    font-size: inherit;
    color: rgba(255, 255, 255, 0.6);
}

#m8 .swiper-style-2 .swiper {
    height: 55%;
}

#m8 .swiper-style-2 .content-container {
    position: absolute;
    z-index: 10;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: flex-end;
}

#m8 .swiper-style-2 .content-wrapper {
    display: flex;
    align-items: center;
}

#m8 .swiper-style-2 .arrownav-list {
    margin-left: 2.083333vw;
}

@media (max-aspect-ratio: 11/10) {
    #m8 .swiper-style-2 .text-content {
        width: 75.42857vw;
        padding-left: 0;
    }

    #m8 .swiper-style-2 .lg-gallery {
        display: none;
    }

    #m8 .swiper-style-2 .xs-gallery {
        display: block;
    }

    #m8 .swiper-style-2 .gallery-slide.current .clip-item {
        -webkit-clip-path: polygon(0% 0%, 233% 0%, 100.2% 100.2%, -133% 100.2%);
        clip-path: polygon(0% 0%, 233% 0%, 100.2% 100.2%, -133% 100.2%);
    }

    #m8 .swiper-style-2 .gallery-slide.left .clip-item {
        -webkit-clip-path: polygon(233% 0%, 100.2% 0%, 100.2% 100.2%, 100.2% 100.2%);
        clip-path: polygon(233% 0%, 100.2% 0%, 100.2% 100.2%, 100.2% 100.2%);
    }

    #m8 .swiper-style-2 .gallery-slide.right .clip-item {
        -webkit-clip-path: polygon(0% 0%, 0% 0%, -133% 100.2%, 0% 100.2%);
        clip-path: polygon(0% 0%, 0% 0%, -133% 100.2%, 0% 100.2%);
    }

    #m8 .swiper-style-2 .caption-container {
        margin: 4.444444vw 11.111111vw;
        font-size: 2vw;
        text-align: left;
    }

    #m8 .swiper-style-2 .caption-title {
        font-size: 2.42857vw;
    }

    #m8 .swiper-style-2 .swiper {
        height: 70%;
    }

    #m8 .swiper-style-2 .content-container {
        position: static;
        justify-content: center;
    }

    #m8 .swiper-style-2 .content-wrapper {
        justify-content: space-between;
        width: 72.222222vw;
    }

    #m8 .swiper-style-2 .arrownav-list {
        margin-left: 0;
    }
}

@media (max-aspect-ratio: 7/10) {
    #m8 .swiper-style-2 .caption-container {
        font-size: 3.888889vw;
        text-align: center;
    }

    #m8 .swiper-style-2 .text-content {
        width: 72.222222vw;
    }

    #m8 .swiper-style-2 .caption-title {
        font-size: 4.722222vw;
    }
}


#m8 .swiper-style-3 .gallery-slide.current .clip-item {
    -webkit-clip-path: polygon(0% 0%, 156% 0%, 100.2% 100.2%, -56% 100.2%);
    clip-path: polygon(0% 0%, 156% 0%, 100.2% 100.2%, -56% 100.2%);
}

#m8 .swiper-style-3 .gallery-slide.left .clip-item {
    -webkit-clip-path: polygon(156% 0%, 100.2% 0%, 100.2% 100.2%, 100.2% 100.2%);
    clip-path: polygon(156% 0%, 100.2% 0%, 100.2% 100.2%, 100.2% 100.2%);
}

#m8 .swiper-style-3 .gallery-slide.right .clip-item {
    -webkit-clip-path: polygon(0% 0%, 0% 0%, -56% 100.2%, 0% 100.2%);
    clip-path: polygon(0% 0%, 0% 0%, -56% 100.2%, 0% 100.2%);
}

#m8 .swiper-style-3 .content-container {
    padding: 2.5vw 4.166667vw 0;
}

#m8 .swiper-style-3 .content-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    height: 100%;
}

#m8 .swiper-style-3 .stack-list {
    flex-shrink: 0;
    order: 2;
}

#m8 .swiper-style-3 .stack-item .headline,
#m8 .swiper-style-3 .stack-item .intro {
    font-size: 1.041667vw;
}

#m8 .swiper-style-3 .pagination-container {
    display: flex;
    align-items: center;
    order: 1;
    width: 12.5vw;
    height: 2.916667vw;
    margin-top: 1.25vw;
}

#m8 .swiper-style-3 .arrownav-list {
    justify-content: flex-end;
    order: 3;
    width: 12.5vw;
    margin-top: 1.25vw;
}

@media (max-aspect-ratio: 11/10) {
    #m8 .swiper-style-3 .gallery-slide.current .clip-item {
        -webkit-clip-path: polygon(0% 0%, 216% 0%, 100.2% 100.2%, -116% 100.2%);
        clip-path: polygon(0% 0%, 216% 0%, 100.2% 100.2%, -116% 100.2%);
    }

    #m8 .swiper-style-3 .gallery-slide.left .clip-item {
        -webkit-clip-path: polygon(216% 0%, 100.2% 0%, 100.2% 100.2%, 100.2% 100.2%);
        clip-path: polygon(216% 0%, 100.2% 0%, 100.2% 100.2%, 100.2% 100.2%);
    }

    #m8 .swiper-style-3 .gallery-slide.right .clip-item {
        -webkit-clip-path: polygon(0% 0%, 0% 0%, -116% 100.2%, 0% 100.2%);
        clip-path: polygon(0% 0%, 0% 0%, -116% 100.2%, 0% 100.2%);
    }

    #m8 .swiper-style-3 .zoom-in-slide {
        transition: none;
        transform: none;
    }

    #m8 .swiper-style-3 .content-container {
        padding: 10vw 0 0;
    }

    #m8 .swiper-style-3 .content-wrapper {
        align-items: center;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        height: auto;
    }

    #m8 .swiper-style-3 .stack-list {
        order: 1;
        margin-bottom: 4.444444vw;
    }

    #m8 .swiper-style-3 .stack-item .headline,
    #m8 .swiper-style-3 .stack-item .intro {
        font-size: 4.444444vw;
    }

    #m8 .swiper-style-3 .pagination-container {
        order: 2;
        width: auto;
        height: auto;
        margin-top: 0;
    }

    #m8 .swiper-style-3 .arrownav-list {
        width: auto;
        margin-top: 0;
    }
}



@media (max-aspect-ratio: 11/10) and (min-aspect-ratio: 7/10) {
    #m8 .swiper-style-3 .content-container {
        padding: 5.2857142857vw 0 5.7142857vw;
    }

    #m8 .swiper-style-3 .stack-item h3.headline {
        font-size: 2.857142857vw;
    }

    #m8 .swiper-style-3 .stack-list {
        margin-bottom: 2.857142857vw;
    }

    #m8 .subsection-driving-3 .tabnav-content .stack-list {
        margin-top: 0;
    }
}

#m8 .colournav-container {
    position: relative;
    z-index: 10;
    display: flex;
    align-items: center;
}

#m8 .colournav-container .label-list {
    position: relative;
    display: flex;
}

#m8 .colournav-container .label-item {
    font-size: 1.041667vw;
    font-weight: 700;
    opacity: 0;
    color: #18191a;
}

#m8 .colournav-container .label-item+.label-item {
    position: absolute;
    top: 0;
    right: 0;
}

#m8 .colournav-container .label-item.current {
    z-index: 1;
    opacity: 1;
}

#m8 .colournav-container .colournav-list {
    display: flex;
}

#m8 .colournav-container .colournav-item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.1875vw;
    cursor: pointer;
}

#m8 .colournav-container .colournav-item+.colournav-item {
    margin-left: 0.208333vw;
}

#m8 .colournav-container .colournav-item.current {
    cursor: default;
}

#m8 .colournav-container .colournav-item.current .colour-swatch-indicator {
    opacity: 1;
}

#m8 .colournav-container .colour-swatch-indicator {
    position: absolute;
    transition: opacity 0.8s;
    pointer-events: none;
    opacity: 0;
}

#m8 .colournav-container .colour-swatch {
    width: 100%;
    pointer-events: none;
}

@media (max-aspect-ratio: 11/10) {
    #m8 .colournav-container .label-item {
        font-size: 4.444444vw;
    }

    #m8 .colournav-container .colournav-item {
        width: 10vw;
    }

    #m8 .colournav-container .colournav-item+.colournav-item {
        margin-left: 1.944444vw;
    }
}

#m8 {
    font-size: 1.041667vw;
    line-height: 1.6;
    color: #797c80;
}

@media (max-aspect-ratio: 11/10) {
    #m8 {
        font-size: 4.444444vw;
    }
}

#m8 .section-hero .hero-content {
    position: absolute;
    z-index: 10;
    top: 8.854167vw;
    right: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

#m8 .section-hero .hero-fadein {
    transition: opacity 0.8s ease-in, transform 0.8s cubic-bezier(0.26, 0.67, 0.48, 0.91);
    transform: translateY(2.083333vw);
    opacity: 0;
}

#m8 .section-hero.animated .hero-fadein {
    transform: translateY(0);
    opacity: 1;
}

#m8 .section-hero .logo {
    width: 18.75vw;
    fill: #18191a;
}

#m8 .section-hero .hero-picture-container {
    position: relative;
    overflow: hidden;
}

#m8 .section-hero .hero-picture-thumb {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#m8 .section-hero .hero-picture {
    position: relative;
    aspect-ratio: 1920/1080;
}

#m8 .section-hero .button-container {
    position: absolute;
    z-index: 10;
    right: 0;
    bottom: 3.333333vw;
    left: 0;
}

#m8 .section-hero .hero-note {
    position: absolute;
    z-index: 10;
    right: 3.333333vw;
    bottom: 3.333333vw;
    width: 18.541667vw;
}

@media (max-aspect-ratio: 11/10) {
    #m8 .section-hero .hero-content {
        top: 17.7142857vw;
        flex-direction: column;
    }

    #m8 .section-hero .hero-fadein {
        transform: translateY(5.555556vw);
    }

    #m8 .section-hero .logo {
        width: 28.142857vw;
    }

    #m8 .section-hero .hero-picture {
        aspect-ratio: 1400/1672;
    }

    #m8 .section-hero .button-container {
        bottom: 14.2857vw;
    }

    #m8 .section-hero .hero-note {
        right: 4vw;
        bottom: 4vw;
        width: 25.42857vw;
    }
}

@media (max-aspect-ratio: 7/10) {
    #m8 .section-hero .hero-content {
        top: 43.055556vw;
    }

    #m8 .section-hero .logo {
        width: 54.722222vw;
    }

    #m8 .section-hero .hero-picture {
        aspect-ratio: 720/1280;
    }

    #m8 .section-hero .button-container {
        bottom: 22.222222vw;
    }

    #m8 .section-hero .hero-note {
        right: 5.555556vw;
        bottom: 5.555556vw;
        width: 49.444444vw;
    }
}

#m8 .section-highlights {
    overflow: hidden;
}

#m8 .section-highlights .swiper-wrapper {
    transition-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
}

#m8 .section-highlights .swiper-slide:not(.swiper-slide-active) {
    cursor: pointer;
}

#m8 .section-highlights .slide-inner {
    transition-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
}

#m8 .section-highlights .slide-inner picture {
    aspect-ratio: 1560/730;
}

#m8 .section-highlights .caption {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    left: 0;
    margin: 2.291667vw 2.5vw;
    font-size: 1.666667vw;
    text-align: center;
    color: #fff;
}

#m8 .section-highlights .controls-container {
    display: flex;
    justify-content: center;
}

#m8 .section-highlights .controls-wrapper {
    display: flex;
    align-items: center;
}

#m8 .section-highlights .arrownav-list {
    margin-left: 2.083333vw;
}

@media (max-aspect-ratio: 11/10) {
    #m8 .section-highlights .controls-container {
        margin-top: 4.57142857vw;
    }

    #m8 .section-highlights .slide-inner picture {
        aspect-ratio: 1272/1000;
    }

    #m8 .section-highlights .caption {
        margin-top: 5.2857vw;
        font-size: 2.857142857vw;
    }

    #m8 .section-highlights .controls-wrapper {
        justify-content: space-between;
        width: 37.142857vw;
    }

    #m8 .section-highlights .arrownav-list {
        margin-left: 0;
    }
}
@media (max-aspect-ratio: 11/10) and (min-aspect-ratio: 7/10){
    #m8 .section-highlights .caption {
        line-height: 1.5;
    }
}
@media (max-aspect-ratio: 7/10) {
    #m8 .section-highlights .controls-container {
        margin-top: 11.111111vw;
    }

    #m8 .section-highlights .slide-inner picture {
        aspect-ratio: 688/918;
    }

    #m8 .section-highlights .caption {
        margin: 10vw 3.333333vw;
        font-size: 5.555556vw;
    }

    #m8 .section-highlights .controls-wrapper {
        width: 72.222222vw;
    }

    #m8 .section-highlights .arrownav-list {
        margin-left: 0;
    }
}

#m8 .subsection-design-1 .headline {
    font-size: 3.333333vw;
}

#m8 .subsection-design-1 .button-container {
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 2.916667vw;
    left: 0;
}

@media (max-aspect-ratio: 11/10) {
    #m8 .subsection-design-1 {
        display: flex;
        flex-direction: column;
    }

    #m8 .subsection-design-1 .headline {
        order: 1;
        font-size: 4.57142857vw;
    }

    #m8 .subsection-design-1 .intro {
        order: 3;
    }

    #m8 .subsection-design-1 .video-container {
        order: 2;
    }

    #m8 .subsection-design-1 .button-container {
        bottom: 4.57142857vw;
    }
}

@media (max-aspect-ratio: 11/10) and (min-aspect-ratio: 7/10) {
    #m8 .subsection-design-1 .intro {
        width: 70.42857vw;
        font-size: 2.2857vw;
    }

    #m8 .subsection-design-2 {
        padding-top: 5.2857vw
    }

    #m8 .subsection-design-2 .stat-list {
        width: 66.857142857vw;
    }

    #m8 .subsection-design-2 .stat-unit,
    #m8 .subsection-design-2 .stat-caption {
        font-size: 2vw !important;
    }

    #m8 .subsection-design-5 .xs-gallery .caption-container {
        margin: 0 0 4.2857142857vw 4.57142857vw;
    }

    #m8 .subsection-space-6 .tabnav-wrapper {
        padding: 0 11.7142857vw;
        margin: 0;
    }
}

@media (max-aspect-ratio: 7/10) {
    #m8 .subsection-design-1 .headline {
        font-size: 8.888889vw;
    }

    #m8 .subsection-design-1 .button-container {
        bottom: 11.111111vw;
    }
}

#m8 .subsection-design-2 .stat-list {
    display: grid;
    justify-content: center;
    opacity: 0;
    grid-template-columns: auto auto;
}

#m8 .subsection-design-2 .stat-list.animated {
    transition: opacity 0.8s 0.2s ease-in;
    opacity: 1;
}

#m8 .subsection-design-2 .stat-item {
    display: flex;
    align-items: center;
    width: 21.354167vw;
    margin-right: 6.25vw;
    margin-left: 6.25vw;
    padding-bottom: 1.25vw;
    font-weight: 500;
    color: #18191a;
    border-bottom: 1px solid #e0e0e0;
}

#m8 .subsection-design-2 .stat-item-1 {
    order: 1;
}

#m8 .subsection-design-2 .stat-item-2 {
    order: 3;
}

#m8 .subsection-design-2 .stat-item-3 {
    order: 2;
}

#m8 .subsection-design-2 .stat-item-4 {
    order: 4;
}

#m8 .subsection-design-2 .stat-value {
    position: relative;
    display: flex;
    overflow: hidden;
    height: 1em;
    font-size: var(--stat-number-font-size, 3.333333vw);
}

#m8 .subsection-design-2 .stat-number {
    display: flex;
    flex-direction: column;
    width: 100%;
    text-align: center;
}

#m8 .subsection-design-2 .stat-number span {
    height: 1em;
    line-height: 1;
}

#m8 .subsection-design-2 .stat-unit {
    margin-top: 0.833333vw;
    margin-left: 0.833333vw;
}

#m8 .subsection-design-2 .stat-caption {
    margin-top: 0.833333vw;
    margin-left: auto;
    font-size: inherit;
    color: #797c80;
}

@media (max-aspect-ratio: 11/10) {
    #m8 .subsection-design-2 .stat-list {
        grid-template-columns: auto;
    }

    #m8 .subsection-design-2 .stat-item {
        width: 66.857142857vw;
        margin-right: 0;
        margin-left: 0;
        padding-bottom: 1.42857vw;
        font-size: 3.888889vw;
    }

    #m8 .subsection-design-2 .stat-item-2 {
        order: 2;
    }

    #m8 .subsection-design-2 .stat-item-3 {
        order: 3;
    }

    #m8 .subsection-design-2 .stat-value {
        font-size: var(--stat-number-font-size, 8.888889vw);
    }

    #m8 .subsection-design-2 .stat-unit {
        margin-top: 2.222222vw;
        margin-left: 3.333333vw;
    }

    #m8 .subsection-design-2 .stat-caption {
        margin-top: 2.222222vw;
    }
}

@media (max-aspect-ratio: 11/10) and (min-aspect-ratio: 7/10) {
    #m8 .subsection-design-2 .stat-item {
        margin-top: 2.7857vw;
    }
}

@media (max-aspect-ratio: 7/10) {
    #m8 .subsection-design-2 .stat-item {
        width: 72.222222vw;
        padding-bottom: 3.333333vw;
    }
}

#m8 .subsection-design-4 .color-selection {
    position: relative;
    overflow: hidden;
}

#m8 .subsection-design-4 .gallery-car-container {
    position: relative;
    z-index: 2;
    overflow: hidden;
    width: 100%;
    transform: translateX(0%);
}

#m8 .subsection-design-4 .gallery-background {
    transition: transform 0s 1.5s;
    will-change: transform;
}

#m8 .subsection-design-4 .gallery-car-wrapper {
    position: relative;
    z-index: 1;
    transform: translateZ(0);
    width: 100%;
    margin-top: -13.75vw;
}

#m8 .subsection-design-4 .gallery-car {
    position: relative;
    width: 55.729167vw;
    margin-right: auto;
    margin-left: auto;
}

#m8 .subsection-design-4 .gallery-car-wheel {
    position: absolute;
    transform: rotate(-360deg);
}

#m8 .subsection-design-4 .front-wheel {
    top: 10.520833vw;
    left: 8.020833vw;
    width: 7.34375vw;
}

#m8 .subsection-design-4 .back-wheel {
    top: 10.260417vw;
    left: 37.5vw;
    width: 7.604167vw;
}

#m8 .subsection-design-4 .gallery.animating .gallery-car-container {
    overflow: visible;
}

#m8 .subsection-design-4 .gallery.animating .gallery-car-wrapper {
    transition: transform 1.5s cubic-bezier(0.65, 0.05, 0.36, 1);
}

#m8 .subsection-design-4 .gallery-slide-out .current .gallery-car-wrapper {
    transform: translateX(100%);
}

#m8 .subsection-design-4 .gallery-slide-out .current .gallery-car-wheel {
    transform: rotate(0deg);
}

#m8 .subsection-design-4 .animating .gallery-car-container,
#m8 .subsection-design-4 .animating .gallery-background,
#m8 .subsection-design-4 .animating .gallery-car-wheel {
    transition: transform 1.5s cubic-bezier(0.65, 0.05, 0.36, 1);
}

#m8 .subsection-design-4 .current .gallery-car-container {
    z-index: 3;
}

#m8 .subsection-design-4 .current .gallery-background {
    transform: translateX(0%);
}

#m8 .subsection-design-4 .left .gallery-car-container {
    transform: translateX(-100%);
}

#m8 .subsection-design-4 .left .gallery-background {
    transform: translateX(100%);
}

#m8 .subsection-design-4 .left .gallery-car-wheel {
    transform: rotate(-720deg);
}

#m8 .subsection-design-4 .right .gallery-car-container {
    transform: translateX(100%);
}

#m8 .subsection-design-4 .right .gallery-background {
    transform: translateX(-100%);
}

#m8 .subsection-design-4 .right .gallery-car-wheel {
    transform: rotate(0deg);
}

#m8 .subsection-design-4 .colournav-container {
    flex-direction: column;
    transition: opacity 1.5s cubic-bezier(0.65, 0.05, 0.36, 1);
    opacity: 0;
}

#m8 .subsection-design-4 .colournav-container.show {
    opacity: 1;
}

#m8 .subsection-design-4 .label-list {
    width: 100%;
    text-align: center;
}

#m8 .subsection-design-4 .label-item {
    width: 100%;
    transition: opacity 0.8s 0.2s cubic-bezier(0.65, 0.05, 0.36, 1);
}

@media (max-aspect-ratio: 11/10) {
    #m8 .subsection-design-4 .gallery-car-wrapper {
        margin-top: -20.138889vw;
    }

    #m8 .subsection-design-4 .gallery-background {
        transition: transform 0s 1s;
    }

    #m8 .subsection-design-4 .gallery.animating .gallery-car-wrapper {
        transition: transform 1s cubic-bezier(0.65, 0.05, 0.36, 1);
    }

    #m8 .subsection-design-4 .animating .gallery-car-container,
    #m8 .subsection-design-4 .animating .gallery-background,
    #m8 .subsection-design-4 .animating .gallery-car-wheel {
        transition: transform 1s cubic-bezier(0.65, 0.05, 0.36, 1);
    }

    #m8 .subsection-design-4 .gallery-car {
        width: 100%;
    }

    #m8 .subsection-design-4 .front-wheel {
        top: 18.611111vw;
        left: 14.305556vw;
        width: 13.333333vw;
    }

    #m8 .subsection-design-4 .back-wheel {
        top: 18.611111vw;
        left: 67.361111vw;
        width: 13.472222vw;
    }

    #m8 .subsection-design-4 .label-item {
        transition: opacity 0.8s cubic-bezier(0.65, 0.05, 0.36, 1);
    }

    #m8 .subsection-design-4 .autoplay-trigger {
        top: 90%;
    }
}

@media (max-aspect-ratio: 11/10) and (min-aspect-ratio: 7/10) {
    #m8 .subsection-design-4 .colournav-container {
        margin-top: 5.7142857vw;
    }

    #m8 .colournav-container .colournav-item {
        width: 5.857142857vw;
    }

    #m8 .colournav-container .colournav-item+.colournav-item {
        margin-left: 2.142857vw;
    }

    #m8 .subsection-design-4 .colournav-container .label-list .label-item {
        font-size: 2.2857142857vw;
    }
}


#m8 .subsection-safety-1 .content-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 58.333333vw;
}

#m8 .subsection-safety-1 .content-item {
    width: 25vw;
}

#m8 .subsection-safety-1 h3.headline {
    font-size: 1.041667vw;
}

#m8 .subsection-safety-1 .intro {
    margin-top: 1.25vw;
    padding-top: 1.25vw;
    font-size: 0.833333vw;
    border-top: 1px solid #e5e5e5;
}

@media (max-aspect-ratio: 11/10) {
    #m8 .subsection-safety-1 .intro {
        margin-top: 2.2857142857vw;
        padding-top: 2.2857142857vw;
    }

    #m8 .subsection-safety-1 .content-list {
        width: 72.142857vw;
    }

    #m8 .subsection-safety-1 h3.headline {
        font-size: 2.2857142857vw;
    }

    #m8 .subsection-safety-1 .intro {
        font-size: 1.7142857vw;
    }

    #m8 .subsection-safety-1 .content-item {
        width: 30.8565837vw;
    }
}

@media (max-aspect-ratio: 11/10) and (min-aspect-ratio: 7/10) {
    #m8 .subsection-safety-1 .content-list {
        padding-top: 7.57142857vw;
    }

    #m8 .subsection-safety-1 .content-item {
        margin: 0;
    }

    #m8 .subsection-safety-1 .content-item.lg\:mt-48 {
        margin-top: 6.42857vw;
    }
}

@media (max-aspect-ratio: 7/10) {
    #m8 .subsection-safety-1 .content-list {
        flex-direction: column;
        width: 72.222222vw;
    }

    #m8 .subsection-safety-1 .content-item {
        width: 100%;
    }

    #m8 .subsection-safety-1 .content-item:nth-child(1) {
        order: 1;
    }

    #m8 .subsection-safety-1 .content-item:nth-child(2) {
        order: 3;
    }

    #m8 .subsection-safety-1 .content-item:nth-child(3) {
        order: 2;
    }

    #m8 .subsection-safety-1 .content-item:nth-child(4) {
        order: 4;
    }

    #m8 .subsection-safety-1 h3.headline {
        font-size: 4.444444vw;
    }

    #m8 .subsection-safety-1 .intro {
        margin-top: 4.444444vw;
        padding-top: 0;
        font-size: 3.333333vw;
        border-top: 0;
    }
}

@media (max-aspect-ratio: 11/10) and (min-aspect-ratio: 7/10) {
    #m8 .section-header .xs-intro {
        width: 70.857142857vw;
        font-size: 2.2857142857vw;
    }

    #m8 .tabnav-content {
        margin-top: 5.357142857vw;
    }

    #m8 .tabnav-container {
        justify-content: center;
    }

    #m8 .tabnav-content .stack-list {
        width: 62vw;
        margin-top: 2.857142857vw;
    }

    #m8 .tabnav-content .tabnav-item {
        padding-bottom: 1.7142857vw;
        font-size: 2.2857142857vw;
    }

    #m8 .tabnav-wrapper {
        padding: 0;
        margin: 0 auto;
    }

    #m8 .subsection-design-5 .xs-gallery .caption-container {
        text-align: left;
    }

    #m8 .swiper-style-2 .caption-container {
        text-align: center;
    }

    #m8 .subsection-space-5 .caption-copy {
        width: 46.357142857vw;
        margin: 1.7142857vw auto 0;
    }

    #m8 .subsection-driving-2 .xs\:hidden.sm {
        display: inline-block;
    }

    #m8 .subsection-space-2 .stack-list,
    #m8 .subsection-space-3 .stack-list,
    #m8 .subsection-space-6 .stack-list,
    #m8 .subsection-driving-3 .stack-list,
    #m8 .subsection-safety-2 .stack-list,
    #m8 .subsection-turing-3 .stack-list,
    #m8 .subsection-harmonyos-3 .stack-list {
        text-align: center;
    }

    #m8 .subsection-turing-2 .intro {
        font-size: 2.2857142857vw;
        text-align: center;
    }

    /* #m8 .subsection-space-2 .tabnav-content .tabnav-wrapper {
        padding: 0 20.7142857vw;
    }

    #m8 .subsection-space-3 .tabnav-content .tabnav-wrapper {
        padding: 0 14.42857vw;
    } */
}

#m8 .subsection-harmonyos-4 .tabnav-content {
    position: absolute;
    z-index: 10;
    top: 40.9375vw;
    right: 0;
    left: 0;
}

#m8 .subsection-harmonyos-4 .tabnav-item {
    color: rgba(255, 255, 255, 0.5);
}

#m8 .subsection-harmonyos-4 .tabnav-item+.tabnav-item {
    margin-left: 2.5vw;
}

#m8 .subsection-harmonyos-4 .tabnav-item.current {
    color: #fff;
}

#m8 .subsection-harmonyos-4 .tabnav-indicator::before {
    background-color: rgba(255, 255, 255, 0.2);
}

#m8 .subsection-harmonyos-4 .tabnav-indicator::after {
    background-color: #fff;
}

#m8 .subsection-harmonyos-4 .colournav-container {
    justify-content: center;
    padding-top: 1.666667vw;
    transition: opacity 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
    pointer-events: none;
    opacity: 0;
}

#m8 .subsection-harmonyos-4 .swiper-slide-active .colournav-container {
    pointer-events: all;
    opacity: 1;
}

#m8 .subsection-harmonyos-4 .label-list {
    flex-direction: column;
    text-align: right;
}

#m8 .subsection-harmonyos-4 .label-item {
    height: 100%;
    transition: opacity 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
}

#m8 .subsection-harmonyos-4 .colournav-list {
    margin-left: 1.041667vw;
}

#m8 .subsection-harmonyos-4 .colournav-item .colour-swatch-indicator {
    transition: opacity 0.5s;
}

@media (max-aspect-ratio: 11/10) {
    #m8 .subsection-harmonyos-4 .tabnav-content {
        top: 50vw;
    }

    #m8 .subsection-harmonyos-4 .tabnav-item {
        color: #797c80;
    }

    #m8 .subsection-harmonyos-4 .tabnav-item+.tabnav-item {
        margin-left: 7.777778vw;
    }

    #m8 .subsection-harmonyos-4 .tabnav-item.current {
        color: #18191a;
    }

    #m8 .subsection-harmonyos-4 .tabnav-indicator::before {
        background-color: rgba(24, 25, 26, 0.2);
    }

    #m8 .subsection-harmonyos-4 .tabnav-indicator::after {
        background-color: #18191a;
    }

    #m8 .subsection-harmonyos-4 .colournav-container {
        flex-direction: column-reverse;
        padding-top: 15vw;
    }

    #m8 .subsection-harmonyos-4 .label-list {
        text-align: center;
    }

    #m8 .subsection-harmonyos-4 .colournav-list {
        margin-left: 0;
    }
}

@media (max-aspect-ratio: 11/10) and (min-aspect-ratio: 7/10) {
    #m8 .subsection-harmonyos-4 .label-item {
        font-size: 2.2857142857vw;
    }

    #m8 .section-overview .product-feature-banner {
        margin-top: 6.857142857vw;
    }

    #m8 .section-overview .tabnav-wrapper {
        /* width: 53.7142857vw; */
        margin: 0 23.142857vw;
    }
    #m8 .subsection-harmonyos-4 .headline{
        width: 75.42857vw;
        text-align: left;
    }
}

@media (max-aspect-ratio: 7/10) {
    #m8 .subsection-harmonyos-4 .tabnav-content {
        top: 63.888889vw;
    }

    #m8 .subsection-harmonyos-4 .colournav-container {
        padding-top: 30.555556vw;
    }
}

#m8 .section-overview::before {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 17.447917vw;
    content: "";
    pointer-events: none;
    background-image: linear-gradient(180deg, #f5f5f7, #fff);
}

#m8 .section-overview .swiper-slide {
    display: grid;
    justify-content: space-between;
    gap: 0.416667vw;
    grid-template-areas: "a1 a2 a3""a1 a2 a4";
}

#m8 .section-overview .slide-item {
    position: relative;
}

#m8 .section-overview .slide-item-1 {
    width: 38.75vw;
    grid-area: a1;
}

#m8 .section-overview .slide-item-2 {
    width: 26.041667vw;
    grid-area: a2;
}

#m8 .section-overview .slide-item-3 {
    width: 26.041667vw;
    grid-area: a3;
}

#m8 .section-overview .slide-item-4 {
    width: 26.041667vw;
    grid-area: a4;
}

#m8 .section-overview .caption {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    margin: 1.25vw;
    font-weight: 700;
    line-height: 1.25;
    color: #fff;
}

@media (max-aspect-ratio: 11/10) {
    #m8 .section-overview::before {
        height: 63.194444vw;
    }

    #m8 .section-overview .tabnav-content::before,
    #m8 .section-overview .tabnav-content::after {
        display: none;
    }

    #m8 .section-overview .tabnav-wrapper {
        padding: 0;
    }

    #m8 .section-overview .tabnav-list {
        justify-content: center;
    }

    #m8 .section-overview .tabnav-item+.tabnav-item {
        margin-left: 5.7142857vw;
    }

    #m8 .section-overview .swiper-slide {
        gap: 0.57142857vw;
        grid-template-areas: "a1 b1""a2 a3";
    }

    #m8 .section-overview .xs-slide-top {
        width: 54vw;
        grid-area: a1;
        grid-column: 1/3;
    }

    #m8 .section-overview .xs-slide-left {
        width: 36.2857vw;
        grid-area: b1;
        grid-column: 3/4;
    }

    #m8 .section-overview .xs-slide-right {
        width: 36.2857vw;
        grid-area: a2;
    }

    #m8 .section-overview .xs-slide-bottom {
        width: 54vw;
        grid-area: a3;
        grid-column: span 2;
    }

    #m8 .section-overview .caption {
        margin: 1.7857vw;
        font-size: 2vw;
    }
}

@media (max-aspect-ratio: 11/10) and (min-aspect-ratio: 7/10) {
    #m8 .section-overview .swiper {
        margin-top: 4.57142857vw;
    }
}

@media (max-aspect-ratio: 7/10) {
    #m8 .section-overview .tabnav-item+.tabnav-item {
        margin-left: 11.111111vw;
    }

    #m8 .section-overview .swiper-slide {
        gap: 1.388889vw;
        grid-template-areas: "a1 b1""a2 a3""a4 b2";
    }

    #m8 .section-overview .xs-slide-top {
        width: 100%;
        grid-area: a1;
        grid-column: span 2;
    }

    #m8 .section-overview .xs-slide-left {
        width: 47.083333vw;
        grid-area: a2;
    }

    #m8 .section-overview .xs-slide-right {
        width: 47.083333vw;
        grid-area: a3;
    }

    #m8 .section-overview .xs-slide-bottom {
        width: 100%;
        grid-area: a4;
        grid-column: span 2;
    }

    #m8 .section-overview .caption {
        margin: 3.333333vw;
        font-size: 3.888889vw;
    }
}

#m8 .section-footnote .footnote-container {
    padding-top: 2.083333vw;
    border-top: 1px solid #e5e5e5;
}

@media (max-aspect-ratio: 11/10) {
    #m8 .section-footnote .footnote-container {
        width: 90.857142857vw;
        padding-top: 2.857142857vw;

    }
}

#m8 .section-footnote .footnote-list {
    font-size: max(12px, 0.625vw);
}

@media (max-aspect-ratio: 11/10) {
    #m8 .section-footnote .footnote-list {
        font-size: 1.7142857vw;
    }
}

@media (max-aspect-ratio: 7/10) {
    #m8 .section-footnote .footnote-container {
        padding-top: 8.888889vw;
    }

    #m8 .section-footnote .footnote-list {
        font-size: 3.333333vw;
    }
}

#m8 .section-footnote ol {
    margin-top: 0;
    padding-left: 1.5em;
}

#m8 .section-footnote li {
    font-size: inherit;
    list-style-type: decimal;
    color: #797c80;
}

#m8 .section-footnote li+li {
    margin-top: 0.5em;
}

#m8 .section-footnote li.current {
    color: #18191a;
}

#m8 .section-footnote .disclaimer {
    list-style-type: none;
}

#m8 .section-footnote a {
    color: #37f;
}