@font-face {
    font-family: swiper-icons;
    src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA')
        format('woff');
    font-weight: 400;
    font-style: normal;
}
:root {
    --swiper-theme-color: #007aff;
}
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.swiper-container-vertical > .swiper-wrapper {
    flex-direction: column;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
    flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column;
}
.swiper-container-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto;
}
.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}
.swiper-slide-invisible-blank {
    visibility: hidden;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height;
}
.swiper-container-3d {
    perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
    scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
    scroll-snap-type: y mandatory;
}
:root {
    --swiper-navigation-size: 44px;
}
.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(44px / 44 * 27);
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: 44px;
    height: var(--swiper-navigation-size);
    margin-top: calc(-1 * 44px / 2);
    margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #007aff;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}
.swiper-button-next:after,
.swiper-button-prev:after {
    text-transform: none !important;
}
.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: 44px;
    font-size: var(--swiper-navigation-size);
    letter-spacing: 0;
    text-transform: none;
    font-feature-settings: ;
    font-variant: normal;
    font-variant: initial;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    content: 'prev';
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    content: 'next';
}
.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
    --swiper-navigation-color: #ffffff;
}
.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
    --swiper-navigation-color: #000000;
}
.swiper-button-lock {
    display: none;
}
.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: 0.3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}
.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33);
}
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.2;
}
button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff;
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: 0.2s transform, 0.2s top;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 0.2s transform, 0.2s left;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 0.2s transform, 0.2s right;
}
.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}
.swiper-pagination-white {
    --swiper-pagination-color: #ffffff;
}
.swiper-pagination-black {
    --swiper-pagination-color: #000000;
}
.swiper-pagination-lock {
    display: none;
}
.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}
.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}
.swiper-scrollbar-cursor-drag {
    cursor: move;
}
.swiper-scrollbar-lock {
    display: none;
}
.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.swiper-slide-zoomed {
    cursor: move;
}
.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    animation: swiper-preloader-spin 1s infinite linear;
    box-sizing: border-box;
    border: 4px solid #007aff;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: rgba(0, 0, 0, 0);
}
.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg);
    }
}
.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-container-cube {
    overflow: visible;
}
.swiper-container-cube .swiper-slide {
    pointer-events: none;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
    transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    filter: blur(50px);
    z-index: 0;
}
.swiper-container-flip {
    overflow: visible;
}
.swiper-container-flip .swiper-slide {
    pointer-events: none;
    backface-visibility: hidden;
    z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    backface-visibility: hidden;
}
.mogen {
    background-color: #000;
    --header-height: 76px;
}
@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1/1) and (max-width: 1200px) {
    .mogen {
        --header-height: 96px;
    }
}
.mogen *,
.mogen *::after,
.mogen *::before {
    box-sizing: border-box;
}
.mogen sup {
    font-size: 0.6em;
    cursor: pointer;
    line-height: 1;
}
.mogen sup[data-index] {
    cursor: pointer;
}
.mogen img,
.mogen video {
    width: 100%;
}
.mogen .cbg-backtotop {
    position: fixed;
    z-index: 200;
    bottom: 90px;
    right: 50px;
}
.mogen .cbg-backtotop a {
    display: block;
    width: 40px;
    height: 40px;
    margin: 5px 0;
    text-indent: -9999px;
    background: url(https://consumer.huawei.com/content/dam/huawei-cbg-site/common/mkt/pdp/store/img/sprites_cbg_icon.png)
        no-repeat;
    opacity: 0.6;
    filter: alpha(opacity=80);
    transition: all linear 0.2s;
}
.mogen .cbg-backtotop a.cbg-icon-backtotop {
    background-position: -549px -188px;
}
.mogen .cbg-backtotop a.hidden {
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: default;
}
.mogen .cbg-backtotop a.cbg-icon-backtohome {
    background-position: -549px -148px;
}
@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1/1) and (max-width: 1200px) {
    .mogen .show-pc {
        display: none !important;
    }
}
@media (min-width: 640px) and (max-width: 1200px) and (max-aspect-ratio: 1/1) {
    .mogen .hide-pad {
        display: none !important;
    }
}
.mogen .show-pad {
    display: none !important;
}
@media (min-width: 640px) and (max-width: 1200px) and (max-aspect-ratio: 1/1) {
    .mogen .show-pad {
        display: block !important;
    }
}
.mogen .show-mob {
    display: none !important;
}
@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1/1) and (max-width: 1200px) {
    .mogen .show-mob {
        display: block !important;
    }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .mogen .hidden-ie {
        display: none !important;
    }
}
@supports (-ms-ime-align: auto) {
    .mogen .hidden-ie {
        display: none !important;
    }
}
.mogen .show-ie {
    display: none !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .mogen .show-ie {
        display: block !important;
    }
}
@supports (-ms-ime-align: auto) {
    .mogen .show-ie {
        display: block !important;
    }
}
.mogen .mg-container {
    position: relative;
}
.mogen .blur-up {
    filter: blur(20px);
    transition: filter 0.2s;
    will-change: filter;
}
.mogen .blur-up.lazyloaded {
    filter: blur(0);
}
.mogen .spec-120 {
    width: 100%;
    height: 6.25vw;
}
.mogen .spec-200 {
    width: 100%;
    height: 10.4166666667vw;
}
@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1/1) and (max-width: 1200px) {
    .mogen .spec-120 {
        height: 16.6666666667vw;
    }
    .mogen .spec-200 {
        height: 27.7777777778vw;
    }
}
.mogen .text-center {
    text-align: center;
}
.mogen .section-title {
    display: flex;
    justify-content: center;
    text-align: center;
}
.mogen .mg-title {
    margin-top: 10.4166666667vw;
    margin-bottom: 6.25vw;
    font-size: 5.2083333333vw;
    line-height: 1.25;
    font-weight: 700;
    width: -moz-fit-content;
    width: fit-content;
    text-align: center;
    color: rgba(0, 0, 0, 0);
    -webkit-background-clip: text;
    background-size: 100% 100%;
    background-image: linear-gradient(to bottom, rgb(139, 169, 235) 0%, rgb(211, 224, 252) 30%, rgb(88, 118, 185) 100%);
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .mogen .mg-title {
        color: #4e75c1;
        background: rgba(0, 0, 0, 0);
    }
}
@supports (-ms-ime-align: auto) {
    .mogen .mg-title {
        color: #4e75c1;
        background: rgba(0, 0, 0, 0);
    }
}
.mogen .mg-title.pink {
    background-image: linear-gradient(to top, #3c6ad0 0%, #729eff 100%);
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .mogen .mg-title.pink {
        color: #3c6ad0;
        background: rgba(0, 0, 0, 0);
    }
}
@supports (-ms-ime-align: auto) {
    .mogen .mg-title.pink {
        color: #3c6ad0;
        background: rgba(0, 0, 0, 0);
    }
}
@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1/1) and (max-width: 1200px) {
    .mogen .mg-title {
        margin-top: 27.7777777778vw;
        margin-bottom: 27.7777777778vw;
        font-size: 11.1111111111vw;
        padding: 0 4.1666666667vw;
    }
}
.mogen .mg-title-small {
    max-width: 85%;
    font-size: 3.125vw;
    line-height: 1.25;
    font-weight: 700;
    color: #fff;
}
.mogen .mg-title-small + .mg-text {
    margin-top: 1.5625vw;
}
@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1/1) and (max-width: 1200px) {
    .mogen .mg-title-small {
        max-width: 100%;
        padding: 0 4.1666666667vw;
        font-size: 8.8888888889vw;
    }
    .mogen .mg-title-small + .mg-text {
        margin-top: 2.7777777778vw;
    }
}
.mogen .mg-text {
    font-size: 1.1458333333vw;
    line-height: 1.6;
    margin-bottom: 3.125vw;
    color: #dbdbdb;
    width: 100%;
}
@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1/1) and (max-width: 1200px) {
    .mogen .mg-text {
        width: 100%;
        padding: 0 4.1666666667vw;
        font-size: 4.4444444444vw;
        margin-bottom: 8.3333333333vw;
    }
}
.mogen .theme-white {
    background-color: #fff;
    color: #191a1c;
}
.mogen .theme-white .mg-title-small {
    color: #191a1c;
}
.mogen .theme-white .mg-text {
    color: #505050;
}
.mogen .mg-row {
    display: flex;
}
.mogen .flex-col-center {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}
.mogen .flex-col-left {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.mogen .common-container {
    z-index: 3;
    position: relative;
    margin: 0 auto;
    width: 74.4791666667vw;
}
@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1/1) and (max-width: 1200px) {
    .mogen .common-container {
        width: 91.6666666667vw;
    }
}
.mogen .section-media {
    position: relative;
    font-size: 0;
    line-height: 0;
}
.mogen .play-video {
    position: absolute;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 0;
    bottom: 3.125vw;
    right: 8.59375vw;
}
.mogen .play-video span {
    font-size: 2.5vw;
    line-height: 1.25;
    color: #505050;
}
.mogen .play-video svg {
    width: 3.2291666667vw;
    height: 3.2291666667vw;
    margin-left: 1.5625vw;
}
@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1/1) and (max-width: 1200px) {
    .mogen .play-video {
        top: 50%;
        left: 50%;
        bottom: auto;
        right: auto;
        transform: translate(-50%, -50%);
        width: auto;
        justify-content: center;
    }
    .mogen .play-video span {
        white-space: nowrap;
        font-size: 6.6666666667vw;
    }
    .mogen .play-video svg {
        width: 8.6111111111vw;
        height: 8.6111111111vw;
        margin-left: 4.1666666667vw;
    }
}
.mogen .section-kv {
    overflow: hidden;
    position: relative;
    background-color: #fff;
    width: 100%;
    font-size: 0;
    letter-spacing: calc(-0.037em + 0.526px);
}
@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1/1) and (max-width: 1200px) {
    .mogen .section-kv {
        height: auto;
    }
}
.mogen .section-kv .section-kv-img {
    width: 100vw;
}
@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1/1) and (max-width: 1200px) {
    .mogen .section-kv .section-kv-img {
        width: 100%;
    }
}
.mogen .section-kv .section-kv-btn-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: calc(100vh - 140px);
    z-index: 2;
}
@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1/1) and (max-width: 1200px) {
    .mogen .section-kv .section-kv-btn-wrap {
        max-height: 100%;
    }
}
.mogen .section-kv .section-kv-btn {
    position: absolute;
    right: 8px;
    bottom: 2.0833333333vw;
    width: 221px;
    height: 32px;
}
@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1/1) and (max-width: 1200px) {
    .mogen .section-kv .section-kv-btn {
        bottom: 13.8888888889vw;
    }
}
.mogen .section-kv .section-kv-content {
    z-index: 3;
    position: absolute;
    top: 15vw;
    left: 54.3229166667vw;
    width: 39.9479166667vw;
    text-align: center;
}
@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1/1) and (max-width: 1200px) {
    .mogen .section-kv .section-kv-content {
        top: 21.5277777778vw;
        left: 0;
        width: 100%;
    }
}
.mogen .section-kv .section-kv-slogan {
    display: inline-block;
    width: 31.7708333333vw;
    height: 2.2916666667vw;
}
@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1/1) and (max-width: 1200px) {
    .mogen .section-kv .section-kv-slogan {
        width: 85.4166666667vw;
        height: 5.8333333333vw;
    }
}
.mogen .section-kv .section-kv-summary {
    margin: 0 auto;
    width: 100%;
    color: #231815;
    display: flex;
    flex-direction: column;
    align-items: center;
}
@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1/1) and (max-width: 1200px) {
    .mogen .section-kv .section-kv-summary {
        width: 97.2222222222vw;
    }
}
.mogen .section-kv .section-kv-subtitle {
    padding-top: 1.3020833333vw;
    line-height: 1.25;
    font-size: 1.875vw;
    font-weight: 500;
}
@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1/1) and (max-width: 1200px) {
    .mogen .section-kv .section-kv-subtitle {
        padding-top: 2.7777777778vw;
        font-size: 5vw;
    }
}
.mogen .section-kv .section-kv-desc {
    padding-top: 1.3020833333vw;
    font-size: 0.8333333333vw;
    font-size: max(0.8333333333vw, 12px);
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: calc(-0.037em + 0.526px);
}
@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1/1) and (max-width: 1200px) {
    .mogen .section-kv .section-kv-desc {
        padding-top: 2.7777777778vw;
        font-size: 2.0833333333vw;
    }
}
.mogen .section-2 .mg-row {
    justify-content: center;
    align-items: flex-start;
    margin: -0.3645833333vw 0;
}
.mogen .section-2 .s2-col {
    cursor: pointer;
    margin: 0 0.3645833333vw;
}
.mogen .section-2 .s2-col-item-wrap {
    width: 100%;
    padding: 0.3645833333vw 0;
}
.mogen .section-2 .s2-col-item {
    position: relative;
}
.mogen .section-2 .s2-col-item:hover .hover-arrow img {
    transform: translateY(0);
}
.mogen .section-2 .s2-col-content {
    position: absolute;
    z-index: 2;
    width: 95%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}
.mogen .section-2 .s2-col-title {
    font-size: 1.4583333333vw;
    line-height: 1.25;
    font-weight: 500;
}
.mogen .section-2 .s2-col-img {
    width: 100%;
}
.mogen .section-2 .hover-arrow {
    position: absolute;
    width: 1.9791666667vw;
    height: 1.9791666667vw;
    bottom: 1.1458333333vw;
    right: 1.1458333333vw;
    background-size: 100% 100%;
    background-image: linear-gradient(to bottom, rgb(193, 234, 255) 0%, rgb(74, 154, 206) 100%);
    border-radius: 50%;
    overflow: hidden;
    opacity: 0.8;
}
.mogen .section-2 .hover-arrow img {
    transform: translateY(-60%);
    transition: transform 0.8s;
}
.mogen .section-2 .s2-col-1 {
    width: 24.4791666667vw;
}
.mogen .section-2 .s2-col-1 .s2-col-content {
    top: 2.1875vw;
}
.mogen .section-2 .s2-col-2 {
    width: 20.7291666667vw;
}
.mogen .section-2 .s2-col-2 .s2-col-content {
    top: 2.1875vw;
}
.mogen .section-2 .s2-col-3 {
    width: 22.8125vw;
}
.mogen .section-2 .s2-col-3 .s2-col-item:nth-child(1) .s2-col-content {
    top: 2.1875vw;
}
.mogen .section-2 .s2-col-3 .s2-col-item:nth-child(2) .s2-col-content {
    top: 1.875vw;
}
.mogen .section-2 .s2-col-4 {
    width: 22.0833333333vw;
}
.mogen .section-2 .s2-col-4 .s2-col-content {
    top: 1.9791666667vw;
}
@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1/1) and (max-width: 1200px) {
    .mogen .section-2 .mg-row {
        margin: -2.0833333333vw 0;
        padding: 0 2.0833333333vw;
        flex-direction: column;
    }
    .mogen .section-2 .s2-col-item-wrap {
        padding: 2.0833333333vw;
    }
    .mogen .section-2 .s2-col-item {
        width: 100%;
        position: relative;
        border-radius: 10px;
        will-change: border-radius;
        overflow: hidden;
    }
    .mogen .section-2 .s2-col-title {
        font-size: 3.8888888889vw;
    }
    .mogen .section-2 .s2-col-1,
    .mogen .section-2 .s2-col-2,
    .mogen .section-2 .s2-col-3,
    .mogen .section-2 .s2-col-4 {
        display: flex;
        width: 100%;
    }
    .mogen .section-2 .s2-col-2 .s2-col-item-wrap,
    .mogen .section-2 .s2-col-4 .s2-col-item-wrap {
        width: 50%;
    }
    .mogen .section-2 .s2-col-1 .s2-col-content {
        width: 27.7777777778vw;
        left: 6.9444444444vw;
        top: 10vw;
        transform: none;
    }
    .mogen .section-2 .s2-col-2 .s2-col-content {
        top: 4.4444444444vw;
    }
    .mogen .section-2 .s2-col-3 .s2-col-content {
        top: 13.8888888889vw !important;
    }
    .mogen .section-2 .s2-col-3 .s2-col-content {
        width: 27.7777777778vw;
        left: 54.1666666667vw;
        transform: none;
    }
    .mogen .section-2 .s2-col-4 .s2-col-content {
        top: 4.1666666667vw;
    }
    .mogen .section-2 .hover-arrow {
        width: 5.2777777778vw;
        height: 5.2777777778vw;
        bottom: 4.1666666667vw;
        right: 4.1666666667vw;
    }
}
.mogen .section-3 .mg-text {
    width: 40.3125vw;
}
@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1/1) and (max-width: 1200px) {
    .mogen .section-3 .mg-text {
        width: 100%;
        padding: 0 4.1666666667vw;
    }
}
.mogen .morganf-sec5 {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.mogen .morganf-sec5 .section-content {
    position: relative;
    z-index: 5;
}
.mogen .morganf-sec5 .mg-text {
    width: 40.3125vw;
}
@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1/1) and (max-width: 1200px) {
    .mogen .morganf-sec5 .mg-text {
        width: 100%;
        padding: 0 4.1666666667vw;
    }
}
.mogen .morganf-sec5 .morganf-sec5-video {
    z-index: 2;
    position: relative;
    width: 100vw;
    height: 56.25vw;
}
@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1/1) and (max-width: 1200px) {
    .mogen .morganf-sec5 .morganf-sec5-video {
        height: 94.4444444444vw;
    }
}
.mogen .morganf-sec5 .morganf-sec5-video .morganf-sec5-group {
    z-index: 6;
    position: absolute;
    right: 10.3125vw;
    bottom: 5vw;
    width: 3.2291666667vw;
    height: 3.2291666667vw;
}
@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1/1) and (max-width: 1200px) {
    .mogen .morganf-sec5 .morganf-sec5-video .morganf-sec5-group {
        right: 9.4444444444vw;
        bottom: 7.6388888889vw;
        width: 7.3611111111vw;
        height: 7.3611111111vw;
    }
}
.mogen .morganf-sec5 .morganf-sec5-video .morganf-sec5-video-overlay {
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    border: 18.2291666667vw solid #fff;
    transform: scale(1.05);
}
.mogen .section-4 .mg-text {
    width: 42.9166666667vw;
}
@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1/1) and (max-width: 1200px) {
    .mogen .section-4 .mg-text {
        width: 100%;
        padding: 0 4.1666666667vw;
    }
}
.mogen .section-4 .section-media {
    background-color: #000;
}
.mogen .section-4 .bullet-list {
    display: flex;
    width: 100%;
    justify-content: center;
    position: absolute;
    z-index: 10;
    bottom: 5.2083333333vw;
}
@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1/1) and (max-width: 1200px) {
    .mogen .section-4 .bullet-list {
        margin-top: 5.5555555556vw;
        padding-bottom: 8.3333333333vw;
        position: static;
        position: initial;
    }
}
.mogen .section-4 .bullet-nav {
    position: relative;
    width: 1.875vw;
    height: 1.875vw;
    border-radius: 50%;
    margin: 0 0.9375vw;
    cursor: pointer;
}
.mogen .section-4 .bullet-nav:nth-child(1) {
    color: #eff0f8;
    border-color: #eff0f8;
    background-color: #eff0f8;
}
.mogen .section-4 .bullet-nav:nth-child(2) {
    color: #eff0f8;
    border-color: #324052;
    background-color: #324052;
}
.mogen .section-4 .bullet-nav span {
    font-size: 1.4583333333vw;
    font-weight: 400;
    line-height: 1.6;
    position: absolute;
    top: 2.5vw;
    white-space: nowrap;
    left: 50%;
    transform: translateX(-50%);
    color: inherit;
    opacity: 0;
    pointer-events: none;
}
.mogen .section-4 .bullet-nav.active span {
    opacity: 1;
    pointer-events: all;
}
.mogen .section-4 .bullet-nav.active::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 2.6041666667vw;
    height: 2.6041666667vw;
    border: 2px solid;
    border-color: inherit;
    border-radius: 50%;
}
@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1/1) and (max-width: 1200px) {
    .mogen .section-4 .bullet-nav {
        width: 6.9444444444vw;
        height: 6.9444444444vw;
        margin: 0 2.7777777778vw;
    }
    .mogen .section-4 .bullet-nav span {
        top: 8.3333333333vw;
        font-size: 4.1666666667vw;
    }
    .mogen .section-4 .bullet-nav.active::after {
        width: 9.1666666667vw;
        height: 9.1666666667vw;
    }
}
.mogen .section-5 .mg-text {
    width: 44.5833333333vw;
}
@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1/1) and (max-width: 1200px) {
    .mogen .section-5 .mg-text {
        width: 100%;
        padding: 0 4.1666666667vw;
    }
}
.mogen .section-5 .mg-container {
    overflow: hidden;
}
.mogen .section-5 .section-content {
    width: 100%;
}
.mogen .section-5 .section-media {
    text-align: center;
}
.mogen .section-5 .section-media canvas {
    margin: 0 auto;
    width: 100%;
}
.mogen .morganf-sec8-summary-mob {
    margin-left: 5.8333333333vw;
    margin-bottom: 11.1111111111vw;
    width: 73.6111111111vw;
}
.mogen .morganf-sec8-summary-mob .morganf-sec8-desc {
    width: 64.5833333333vw;
}
.mogen .morganf-sec8 {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: calc(100vh - 76px);
}
@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1/1) and (max-width: 1200px) {
    .mogen .morganf-sec8 {
        height: calc(100vh - 96px);
    }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .mogen .morganf-sec8 {
        height: 46.875vw;
    }
}
@supports (-ms-ime-align: auto) {
    .mogen .morganf-sec8 {
        height: 46.875vw;
    }
}
.mogen .morganf-sec8 .morganf-sec8-bg {
    z-index: 1;
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .mogen .morganf-sec8 .morganf-sec8-bg {
        opacity: 0.1;
    }
}
@supports (-ms-ime-align: auto) {
    .mogen .morganf-sec8 .morganf-sec8-bg {
        opacity: 0.1;
    }
}
.mogen .morganf-sec8 .morganf-sec8-bg .morganf-sec8-bg-img {
    width: 100%;
    height: 78.125vw;
    display: flex;
    align-items: center;
}
.mogen .morganf-sec8 .morganf-sec8-bg .morganf-sec8-bg-img picture {
    width: 100%;
}
@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1/1) and (max-width: 1200px) {
    .mogen .morganf-sec8 .morganf-sec8-bg .morganf-sec8-bg-img {
        height: 236.1111111111vw;
    }
}
@media screen and (min-width: 665px) and (max-width: 745px) and (min-height: 670px) and (max-height: 780px) and (max-aspect-ratio: 1/1) {
    .mogen .morganf-sec8 .morganf-sec8-bg .morganf-sec8-bg-img {
        margin-top: 55.5555555556vw;
    }
}
@media screen and (min-height: 665px) and (max-height: 745px) and (min-width: 670px) and (max-width: 780px) and (min-aspect-ratio: 1/1) {
    .mogen .morganf-sec8 .morganf-sec8-bg .morganf-sec8-bg-img {
        margin-top: 55.5555555556vw;
    }
}
.mogen .morganf-sec8 .morganf-sec8-product {
    pointer-events: none;
    opacity: 0;
    z-index: 5;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .mogen .morganf-sec8 .morganf-sec8-product {
        opacity: 1;
    }
}
@supports (-ms-ime-align: auto) {
    .mogen .morganf-sec8 .morganf-sec8-product {
        opacity: 1;
    }
}
.mogen .morganf-sec8 .morganf-sec8-product .morganf-sec8-product-img {
    width: 100%;
    height: 46.875vw;
    display: flex;
    align-items: center;
}
.mogen .morganf-sec8 .morganf-sec8-product .morganf-sec8-product-img picture {
    width: 100%;
}
@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1/1) and (max-width: 1200px) {
    .mogen .morganf-sec8 .morganf-sec8-product .morganf-sec8-product-img {
        height: 176.3888888889vw;
    }
}
@media screen and (min-width: 665px) and (max-width: 745px) and (min-height: 670px) and (max-height: 780px) and (max-aspect-ratio: 1/1) {
    .mogen .morganf-sec8 .morganf-sec8-product .morganf-sec8-product-img {
        margin-top: 55.5555555556vw;
    }
}
@media screen and (min-height: 665px) and (max-height: 745px) and (min-width: 670px) and (max-width: 780px) and (min-aspect-ratio: 1/1) {
    .mogen .morganf-sec8 .morganf-sec8-product .morganf-sec8-product-img {
        margin-top: 55.5555555556vw;
    }
}
.mogen .morganf-sec8 .morganf-sec8-container {
    z-index: 3;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1/1) and (max-width: 1200px) {
    .mogen .morganf-sec8 .morganf-sec8-container {
        transform: translate(-50%, 0);
    }
}
.mogen .morganf-sec8 .morganf-sec8-container .morganf-sec8-summary {
    opacity: 0;
    margin: -19.7916666667vw auto 0;
    width: 67.7083333333vw;
    transform: translateY(19.7916666667vw);
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .mogen .morganf-sec8 .morganf-sec8-container .morganf-sec8-summary {
        opacity: 1;
        transform: none;
    }
}
@supports (-ms-ime-align: auto) {
    .mogen .morganf-sec8 .morganf-sec8-container .morganf-sec8-summary {
        opacity: 1;
        transform: none;
    }
}
.mogen .morganf-sec8 .morganf-sec8-container .morganf-sec8-title {
    max-width: 100%;
}
.mogen .morganf-sec8 .morganf-sec8-container .morganf-sec8-list {
    opacity: 0;
    width: 100%;
    text-align: left;
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
    transform: translateY(20.3125vw);
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .mogen .morganf-sec8 .morganf-sec8-container .morganf-sec8-list {
        opacity: 1;
    }
}
@supports (-ms-ime-align: auto) {
    .mogen .morganf-sec8 .morganf-sec8-container .morganf-sec8-list {
        opacity: 1;
    }
}
@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1/1) and (max-width: 1200px) {
    .mogen .morganf-sec8 .morganf-sec8-container .morganf-sec8-list {
        display: block;
        transform: none;
        padding-top: 0;
        width: auto;
        margin: -4.1666666667vw 5.8333333333vw 0;
    }
}
@media (min-width: 640px) and (max-width: 1200px) and (max-aspect-ratio: 1/1) {
    .mogen .morganf-sec8 .morganf-sec8-container .morganf-sec8-list {
        padding-top: 0;
        margin-top: -4.8611111111vw;
    }
}
@media screen and (min-width: 665px) and (max-width: 745px) and (min-height: 670px) and (max-height: 780px) and (max-aspect-ratio: 1/1) {
    .mogen .morganf-sec8 .morganf-sec8-container .morganf-sec8-list {
        display: flex;
        transform: translateY(22.2222222222vw);
        margin: 0;
    }
}
@media screen and (min-height: 665px) and (max-height: 745px) and (min-width: 670px) and (max-width: 780px) and (min-aspect-ratio: 1/1) {
    .mogen .morganf-sec8 .morganf-sec8-container .morganf-sec8-list {
        display: flex;
        transform: translateY(22.2222222222vw);
        margin: 0;
    }
}
.mogen .morganf-sec8 .morganf-sec8-container .morganf-sec8-list .morganf-sec8-col {
    width: 32%;
}
@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1/1) and (max-width: 1200px) {
    .mogen .morganf-sec8 .morganf-sec8-container .morganf-sec8-list .morganf-sec8-col {
        width: auto;
        padding: 2.0833333333vw 0;
    }
}
@media (min-width: 640px) and (max-width: 1200px) and (max-aspect-ratio: 1/1) {
    .mogen .morganf-sec8 .morganf-sec8-container .morganf-sec8-list .morganf-sec8-col {
        width: auto;
        padding: 1.3888888889vw 0;
    }
}
@media screen and (min-width: 665px) and (max-width: 745px) and (min-height: 670px) and (max-height: 780px) and (max-aspect-ratio: 1/1) {
    .mogen .morganf-sec8 .morganf-sec8-container .morganf-sec8-list .morganf-sec8-col {
        width: 33.33%;
    }
}
@media screen and (min-height: 665px) and (max-height: 745px) and (min-width: 670px) and (max-width: 780px) and (min-aspect-ratio: 1/1) {
    .mogen .morganf-sec8 .morganf-sec8-container .morganf-sec8-list .morganf-sec8-col {
        width: 33.33%;
    }
}
.mogen .morganf-sec8 .morganf-sec8-container .morganf-sec8-list .morganf-sec8-item {
    display: flex;
    flex-wrap: nowrap;
}
@media screen and (min-width: 665px) and (max-width: 745px) and (min-height: 670px) and (max-height: 780px) and (max-aspect-ratio: 1/1) {
    .mogen .morganf-sec8 .morganf-sec8-container .morganf-sec8-list .morganf-sec8-item {
        padding: 0 1.3888888889vw;
    }
}
@media screen and (min-height: 665px) and (max-height: 745px) and (min-width: 670px) and (max-width: 780px) and (min-aspect-ratio: 1/1) {
    .mogen .morganf-sec8 .morganf-sec8-container .morganf-sec8-list .morganf-sec8-item {
        padding: 0 1.3888888889vw;
    }
}
.mogen .morganf-sec8 .morganf-sec8-container .morganf-sec8-list .morganf-sec8-item .morganf-sec8-item-icon {
    flex: 0 0 3.5416666667vw;
    width: 3.5416666667vw;
    height: 3.5416666667vw;
    padding-top: 0.5208333333vw;
}
@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1/1) and (max-width: 1200px) {
    .mogen .morganf-sec8 .morganf-sec8-container .morganf-sec8-list .morganf-sec8-item .morganf-sec8-item-icon {
        flex: 0 0 9.4444444444vw;
        width: 9.4444444444vw;
        height: 9.4444444444vw;
        padding-top: 1.9444444444vw;
    }
}
@media screen and (min-width: 665px) and (max-width: 745px) and (min-height: 670px) and (max-height: 780px) and (max-aspect-ratio: 1/1) {
    .mogen .morganf-sec8 .morganf-sec8-container .morganf-sec8-list .morganf-sec8-item .morganf-sec8-item-icon {
        flex: 0 0 5.8333333333vw;
        width: 5.8333333333vw;
        height: 5.8333333333vw;
        padding-top: 1.1111111111vw;
    }
}
@media screen and (min-height: 665px) and (max-height: 745px) and (min-width: 670px) and (max-width: 780px) and (min-aspect-ratio: 1/1) {
    .mogen .morganf-sec8 .morganf-sec8-container .morganf-sec8-list .morganf-sec8-item .morganf-sec8-item-icon {
        flex: 0 0 5.8333333333vw;
        width: 5.8333333333vw;
        height: 5.8333333333vw;
        padding-top: 1.1111111111vw;
    }
}
.mogen .morganf-sec8 .morganf-sec8-container .morganf-sec8-list .morganf-sec8-item .morganf-sec8-item-content {
    flex: 1 0 0;
    padding-left: 0.8333333333vw;
}
@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1/1) and (max-width: 1200px) {
    .mogen .morganf-sec8 .morganf-sec8-container .morganf-sec8-list .morganf-sec8-item .morganf-sec8-item-content {
        padding-left: 5.8333333333vw;
    }
}
@media screen and (min-width: 665px) and (max-width: 745px) and (min-height: 670px) and (max-height: 780px) and (max-aspect-ratio: 1/1) {
    .mogen .morganf-sec8 .morganf-sec8-container .morganf-sec8-list .morganf-sec8-item .morganf-sec8-item-content {
        padding-left: 0.8333333333vw;
    }
}
@media screen and (min-height: 665px) and (max-height: 745px) and (min-width: 670px) and (max-width: 780px) and (min-aspect-ratio: 1/1) {
    .mogen .morganf-sec8 .morganf-sec8-container .morganf-sec8-list .morganf-sec8-item .morganf-sec8-item-content {
        padding-left: 0.8333333333vw;
    }
}
.mogen
    .morganf-sec8
    .morganf-sec8-container
    .morganf-sec8-list
    .morganf-sec8-item
    .morganf-sec8-item-content
    .morganf-sec8-subtitle {
    padding-top: 0.4166666667vw;
    padding-bottom: 0.5208333333vw;
    font-weight: 700;
    font-size: 1.4583333333vw;
    line-height: 1.25;
    color: #f4f3f3;
}
@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1/1) and (max-width: 1200px) {
    .mogen
        .morganf-sec8
        .morganf-sec8-container
        .morganf-sec8-list
        .morganf-sec8-item
        .morganf-sec8-item-content
        .morganf-sec8-subtitle {
        padding-top: 1.1111111111vw;
        padding-bottom: 1.1111111111vw;
        font-size: 3.8888888889vw;
    }
}
@media (min-width: 640px) and (max-width: 1200px) and (max-aspect-ratio: 1/1) {
    .mogen
        .morganf-sec8
        .morganf-sec8-container
        .morganf-sec8-list
        .morganf-sec8-item
        .morganf-sec8-item-content
        .morganf-sec8-subtitle {
        padding-top: 0;
        padding-bottom: 0;
    }
}
@media screen and (min-width: 665px) and (max-width: 745px) and (min-height: 670px) and (max-height: 780px) and (max-aspect-ratio: 1/1) {
    .mogen
        .morganf-sec8
        .morganf-sec8-container
        .morganf-sec8-list
        .morganf-sec8-item
        .morganf-sec8-item-content
        .morganf-sec8-subtitle {
        padding-top: 0.5555555556vw;
        padding-bottom: 0.5555555556vw;
        font-size: 2.2222222222vw;
    }
}
@media screen and (min-height: 665px) and (max-height: 745px) and (min-width: 670px) and (max-width: 780px) and (min-aspect-ratio: 1/1) {
    .mogen
        .morganf-sec8
        .morganf-sec8-container
        .morganf-sec8-list
        .morganf-sec8-item
        .morganf-sec8-item-content
        .morganf-sec8-subtitle {
        padding-top: 0.5555555556vw;
        padding-bottom: 0.5555555556vw;
        font-size: 2.2222222222vw;
    }
}
.mogen
    .morganf-sec8
    .morganf-sec8-container
    .morganf-sec8-list
    .morganf-sec8-item
    .morganf-sec8-item-content
    .morganf-sec8-subdesc {
    font-weight: 500;
    font-size: 0.8333333333vw;
    line-height: 1.6;
    color: #989898;
}
@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1/1) and (max-width: 1200px) {
    .mogen
        .morganf-sec8
        .morganf-sec8-container
        .morganf-sec8-list
        .morganf-sec8-item
        .morganf-sec8-item-content
        .morganf-sec8-subdesc {
        font-size: 3.3333333333vw;
    }
}
@media (min-width: 640px) and (max-width: 1200px) and (max-aspect-ratio: 1/1) {
    .mogen
        .morganf-sec8
        .morganf-sec8-container
        .morganf-sec8-list
        .morganf-sec8-item
        .morganf-sec8-item-content
        .morganf-sec8-subdesc {
        font-size: 2.7777777778vw;
    }
}
@media screen and (min-width: 665px) and (max-width: 745px) and (min-height: 670px) and (max-height: 780px) and (max-aspect-ratio: 1/1) {
    .mogen
        .morganf-sec8
        .morganf-sec8-container
        .morganf-sec8-list
        .morganf-sec8-item
        .morganf-sec8-item-content
        .morganf-sec8-subdesc {
        font-size: 1.3888888889vw;
    }
}
@media screen and (min-height: 665px) and (max-height: 745px) and (min-width: 670px) and (max-width: 780px) and (min-aspect-ratio: 1/1) {
    .mogen
        .morganf-sec8
        .morganf-sec8-container
        .morganf-sec8-list
        .morganf-sec8-item
        .morganf-sec8-item-content
        .morganf-sec8-subdesc {
        font-size: 1.3888888889vw;
    }
}
.mogen .section-7 .section-content {
    position: absolute;
    width: 29.1666666667vw;
    top: 16.6666666667vw;
    left: 8.3333333333vw;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.mogen .section-7 .section-media {
    width: 66.6666666667vw;
    margin-left: 23.9583333333vw;
}
.mogen .section-7 .mg-title-small {
    max-width: 100%;
}
.mogen .section-7 .mg-row {
    position: relative;
    z-index: 5;
    margin-top: -14.7916666667vw;
    justify-content: center;
}
.mogen .section-7 .s7-col {
    position: relative;
    width: 23.3333333333vw;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background-color: #141414;
    border-radius: 20px;
    will-change: border-radius;
    margin: 0 0.7291666667vw;
    padding: 3.125vw 2.0833333333vw 0;
    overflow: hidden;
}
.mogen .section-7 .s7-col-title {
    position: relative;
    z-index: 3;
    font-size: 1.25vw;
    font-weight: 700;
    line-height: 1.25;
    width: 100%;
    color: #fff;
    margin-bottom: 0.8333333333vw;
}
.mogen .section-7 .s7-col-text {
    position: relative;
    z-index: 3;
    width: 100%;
    font-size: 0.9375vw;
    font-weight: 400;
    color: #dbdbdb;
    line-height: 1.6;
}
.mogen .section-7 .s7-col-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: linear-gradient(to bottom, rgba(214, 227, 255, 0) 30%, rgb(199, 217, 255) 100%);
    opacity: 0.3;
}
.mogen .section-7 .s7-col-animation {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    border-radius: 20px;
    will-change: border-radius;
    overflow: hidden;
}
.mogen .section-7 .s7-col-animation img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.mogen .section-7 .s7-col-animation .s7-col-bg-2 {
    opacity: 0;
}
.mogen .section-7 .s7-col-icon {
    position: relative;
    z-index: 3;
}
.mogen .section-7 .s7-col-1 .s7-col-icon {
    width: 6.1458333333vw;
    margin-top: 2.5vw;
    margin-bottom: 2.1875vw;
}
.mogen .section-7 .s7-col-2 .s7-col-icon {
    width: 7.3958333333vw;
    margin-top: 2.6041666667vw;
    margin-bottom: 2.6041666667vw;
}
.mogen .section-7 .s7-col-3 .s7-col-icon {
    width: 7.3958333333vw;
    margin-top: 2.6041666667vw;
    margin-bottom: 2.6041666667vw;
}
.mogen .section-7 .section-notes {
    width: 62.0833333333vw;
    font-size: 0.9375vw;
    line-height: 1.6;
    font-weight: 500;
    margin: 0 auto;
    color: #86868b;
    margin-top: 3.125vw;
    text-align: center;
}
@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1/1) and (max-width: 1200px) {
    .mogen .section-7 .section-content {
        width: 100%;
        position: static;
        position: initial;
        text-align: center;
    }
    .mogen .section-7 .mg-text {
        width: 100%;
        padding: 0 4.1666666667vw;
    }
    .mogen .section-7 .section-media {
        width: 100%;
        margin-left: 0;
    }
    .mogen .section-7 .mg-row {
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        margin-top: -30.5555555556vw;
    }
    .mogen .section-7 .s7-col {
        width: 55.8333333333vw;
        padding: 5.5555555556vw 5.5555555556vw 0;
        margin: 4.1666666667vw 0;
    }
    .mogen .section-7 .s7-col-title {
        font-size: 3.3333333333vw;
        margin-bottom: 1.3888888889vw;
    }
    .mogen .section-7 .s7-col-text {
        font-size: 2.5vw;
    }
    .mogen .section-7 .s7-col-1 .s7-col-icon {
        width: 14.7222222222vw;
        margin-top: 2.2222222222vw;
        margin-bottom: 5.5555555556vw;
    }
    .mogen .section-7 .s7-col-2 .s7-col-icon {
        width: 19.7222222222vw;
        margin-top: 1.3888888889vw;
        margin-bottom: 6.9444444444vw;
    }
    .mogen .section-7 .s7-col-3 .s7-col-icon {
        width: 19.7222222222vw;
        margin-top: 5.2777777778vw;
        margin-bottom: 6.9444444444vw;
    }
    .mogen .section-7 .section-notes {
        width: 81.9444444444vw;
        font-size: 2.7777777778vw;
        margin-top: 8.3333333333vw;
    }
}
.mogen .morganf-sec13 .section-content {
    margin-bottom: 3.125vw;
}
@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1/1) and (max-width: 1200px) {
    .mogen .morganf-sec13 .section-content {
        margin-bottom: 16.6666666667vw;
    }
}
.mogen .morganf-sec13 .morganf-sec13-container {
    position: relative;
    width: 100%;
    padding-left: 16.40625vw;
}
@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1/1) and (max-width: 1200px) {
    .mogen .morganf-sec13 .morganf-sec13-container {
        margin: 0 auto;
        width: 91.6666666667vw;
        padding-left: 0;
    }
}
.mogen .morganf-sec13 .morganf-sec13-swiper {
    position: relative;
    width: 100%;
}
.mogen .morganf-sec13 .morganf-sec13-swiper-container .swiper-slide {
    width: 50vw;
    min-height: 37.5vw;
    height: auto;
    padding: 3.125vw 0;
    background-color: #141414;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    border-radius: 1.0416666667vw;
    transform: rotate(0deg);
    opacity: 0.5;
    transition: opacity 1s ease;
}
@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1/1) and (max-width: 1200px) {
    .mogen .morganf-sec13 .morganf-sec13-swiper-container .swiper-slide {
        opacity: 1;
        border-radius: 2.7777777778vw;
        padding: 5.5555555556vw 0;
        width: 100%;
        justify-content: space-around;
    }
}
.mogen .morganf-sec13 .morganf-sec13-swiper-container .swiper-slide.swiper-slide-active {
    opacity: 1;
    transition: opacity 1s ease;
}
.mogen .morganf-sec13 .morganf-sec13-swiper-container .swiper-slide-duplicate {
    transition: opacity 1s ease;
}
.mogen .morganf-sec13 .morganf-sec13-swiper-container .morganf-sec13-img {
    width: 50vw;
}
@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1/1) and (max-width: 1200px) {
    .mogen .morganf-sec13 .morganf-sec13-swiper-container .morganf-sec13-img {
        width: 100%;
    }
}
.mogen .morganf-sec13 .morganf-sec13-swiper-container .morganf-sec13-spacing {
    width: 100%;
    height: 3.125vw;
}
@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1/1) and (max-width: 1200px) {
    .mogen .morganf-sec13 .morganf-sec13-swiper-container .morganf-sec13-spacing {
        height: 5.5555555556vw;
    }
}
.mogen .morganf-sec13 .morganf-sec13-swiper-container .morganf-sec13-summary2 {
    width: 35.4166666667vw;
    margin: 0 7.1875vw;
}
@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1/1) and (max-width: 1200px) {
    .mogen .morganf-sec13 .morganf-sec13-swiper-container .morganf-sec13-summary2 {
        width: 70.8333333333vw;
        margin: 0 10.4166666667vw;
    }
}
.mogen .morganf-sec13 .morganf-sec13-swiper-container .morganf-sec13-summary2 .morganf-sec13-title2 {
    padding-bottom: 1.5625vw;
    font-size: 2.0833333333vw;
    font-weight: 700;
    line-height: 1.25;
    color: #f4f3f3;
}
@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1/1) and (max-width: 1200px) {
    .mogen .morganf-sec13 .morganf-sec13-swiper-container .morganf-sec13-summary2 .morganf-sec13-title2 {
        padding-bottom: 4.1666666667vw;
        font-size: 5.5555555556vw;
    }
}
.mogen .morganf-sec13 .morganf-sec13-swiper-container .morganf-sec13-summary2 .morganf-sec13-desc2 {
    font-size: 1.0416666667vw;
    font-weight: 500;
    line-height: 1.6;
    color: #989898;
}
@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1/1) and (max-width: 1200px) {
    .mogen .morganf-sec13 .morganf-sec13-swiper-container .morganf-sec13-summary2 .morganf-sec13-desc2 {
        font-size: 3.6111111111vw;
    }
}
.mogen .morganf-sec13 .morganf-sec13-pagination {
    position: relative;
    width: 100%;
    padding-right: 16.40625vw;
    bottom: auto;
    left: auto;
    text-align: center;
    margin-top: 1.5625vw;
}
@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1/1) and (max-width: 1200px) {
    .mogen .morganf-sec13 .morganf-sec13-pagination {
        margin-top: 8.3333333333vw;
        padding-right: 0;
    }
}
.mogen .morganf-sec13 .morganf-sec13-pagination .swiper-pagination-bullet {
    vertical-align: top;
    margin: 0 0.5208333333vw;
    width: 1.9791666667vw;
    height: 2px;
    display: inline-block;
    border-radius: 100%;
    background-color: #fff;
    opacity: 0.36;
    border-radius: 0;
    outline: none;
    border: 0;
}
@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1/1) and (max-width: 1200px) {
    .mogen .morganf-sec13 .morganf-sec13-pagination .swiper-pagination-bullet {
        margin: 0;
        width: 11.1111111111vw;
        height: 1px;
        margin-top: 1px;
        background-color: #707070;
    }
}
.mogen .morganf-sec13 .morganf-sec13-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
    background-color: #fff;
}
@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1/1) and (max-width: 1200px) {
    .mogen .morganf-sec13 .morganf-sec13-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        height: 3px;
        margin-top: 0;
    }
}
.mogen .morganf-sec13 .morganf-sec13-next,
.mogen .morganf-sec13 .morganf-sec13-prev {
    top: 50%;
    width: 2.0833333333vw;
    height: 2.0833333333vw;
    margin-top: -2.0833333333vw;
    background: none;
}
.mogen .morganf-sec13 .morganf-sec13-next::after,
.mogen .morganf-sec13 .morganf-sec13-prev::after {
    display: none;
}
@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1/1) and (max-width: 1200px) {
    .mogen .morganf-sec13 .morganf-sec13-next,
    .mogen .morganf-sec13 .morganf-sec13-prev {
        display: none;
    }
}
.mogen .morganf-sec13 .morganf-sec13-prev {
    left: -3.6458333333vw;
}
.mogen .morganf-sec13 .morganf-sec13-next {
    right: 12.7604166667vw;
    transform: rotate(180deg);
}
.mogen .section-9 .section-content {
    margin-bottom: 3.125vw;
}
.mogen .section-9 .mg-text {
    width: 45.625vw;
    margin-bottom: 1.0416666667vw;
}
.mogen .section-9 .s9-link {
    font-size: 1.1458333333vw;
    color: #6c91e2;
    font-weight: 400;
    line-height: 1.6;
}
.mogen .section-9 .section-media {
    width: 55.8333333333vw;
    margin: 0 auto;
}
@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1/1) and (max-width: 1200px) {
    .mogen .section-9 .section-content {
        margin-bottom: 11.1111111111vw;
    }
    .mogen .section-9 .mg-text {
        width: 100%;
        margin-bottom: 4.1666666667vw;
        padding: 0 4.1666666667vw;
    }
    .mogen .section-9 .s9-link {
        font-size: 3.0555555556vw;
    }
    .mogen .section-9 .section-media {
        width: 100%;
        margin: 0;
    }
}
.mogen .section-10 .section-media {
    position: relative;
}
.mogen .section-10 .media-mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 3;
}
.mogen .section-10 .media-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60vw;
    text-align: center;
    font-size: 1.6666666667vw;
    color: #fff;
    font-weight: 400;
    line-height: 1.6;
    z-index: 4;
}
.mogen .section-10 .mg-row {
    margin-top: 3.125vw;
    justify-content: center;
}
.mogen .section-10 .s10-col {
    width: 23.3333333333vw;
    min-height: 20.8333333333vw;
    margin: 0 1.5625vw;
    border-radius: 20px;
    overflow: hidden;
    padding: 2.34375vw 1.0416666667vw;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    background: linear-gradient(to left, #2d2d2d 0%, #5c5959 100%);
}
.mogen .section-10 .s10-col-icon {
    width: 5.2083333333vw;
    margin-bottom: 1.5625vw;
}
.mogen .section-10 .play-video {
    z-index: 4;
}
.mogen .section-10 .s10-col-title {
    width: 100%;
    font-size: 1.5625vw;
    font-weight: 700;
    color: #fff;
    line-height: 1.25;
    margin-bottom: 0.9375vw;
}
.mogen .section-10 .s10-col-text {
    width: 100%;
    font-size: max(0.7291666667vw, 12px);
    font-weight: 500;
    line-height: 1.6;
    color: #dbdbdb;
}
@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1/1) and (max-width: 1200px) {
    .mogen .section-10 .media-text {
        width: 100%;
        padding: 0 6.9444444444vw;
        font-size: 5.5555555556vw;
    }
    .mogen .section-10 .mg-row {
        margin-top: 4.1666666667vw;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }
    .mogen .section-10 .s10-col {
        width: 75.8333333333vw;
        min-height: 77.2222222222vw;
        padding: 5.5555555556vw 4.1666666667vw;
        margin: 4.1666666667vw 0;
    }
    .mogen .section-10 .s10-col-icon {
        width: 14.4444444444vw;
        margin-bottom: 5.5555555556vw;
    }
    .mogen .section-10 .s10-col-title {
        font-size: 4.4444444444vw;
        margin-bottom: 2.2222222222vw;
    }
    .mogen .section-10 .s10-col-text {
        font-size: 3.3333333333vw;
    }
    .mogen .section-10 .play-video {
        z-index: 4;
        top: auto;
        left: auto;
        right: 4.1666666667vw;
        transform: none;
        bottom: 4.1666666667vw;
    }
}
.mogen .section-11 {
    overflow: hidden;
}
.mogen .section-11 .section-content {
    width: 34.375vw;
    position: absolute;
    top: 8.8541666667vw;
    left: 14.0625vw;
    z-index: 2;
}
.mogen .section-11 .s11-config-list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.mogen .section-11 .s11-config-list.is-mob {
    display: none;
}
.mogen .section-11 .config-item {
    width: 15.625vw;
    margin-bottom: 2.0833333333vw;
}
.mogen .section-11 .config-text {
    margin-bottom: 0.5208333333vw;
    font-size: 1.4583333333vw;
    line-height: 1.25;
    font-weight: 700;
    width: -moz-fit-content;
    width: fit-content;
    text-align: center;
    color: rgba(0, 0, 0, 0);
    -webkit-background-clip: text;
    background-size: 100% 100%;
    background-image: linear-gradient(to bottom, #8ba9eb 0%, #d3e0fc 25%, #3766cc 100%);
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .mogen .section-11 .config-text {
        text-align: left;
        color: #3766cc;
        background: rgba(0, 0, 0, 0);
    }
}
@supports (-ms-ime-align: auto) {
    .mogen .section-11 .config-text {
        text-align: left;
        color: #3766cc;
        background: rgba(0, 0, 0, 0);
    }
}
.mogen .section-11 .config-title {
    font-size: max(0.8333333333vw, 12px);
    line-height: 1.6;
    font-weight: 400;
    color: #dbdbdb;
}
@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1/1) and (max-width: 1200px) {
    .mogen .section-11 .section-content {
        width: 100%;
        position: static;
        position: initial;
        text-align: center;
    }
    .mogen .section-11 .s11-config-list {
        padding: 0 5.5555555556vw;
        margin-top: 8.3333333333vw;
        margin-bottom: -5.5555555556vw;
    }
    .mogen .section-11 .s11-config-list.is-mob {
        display: flex;
    }
    .mogen .section-11 .s11-config-list.is-pc {
        display: none;
    }
    .mogen .section-11 .config-item {
        width: 45%;
        margin-bottom: 9.7222222222vw;
    }
    .mogen .section-11 .config-text {
        margin-bottom: 0;
        font-size: 7.7777777778vw;
    }
    .mogen .section-11 .config-title {
        font-size: 3.4722222222vw;
    }
}
.mogen .section-12 .mg-container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 14.375vw;
}
.mogen .section-12 .section-content {
    width: 31.25vw;
    margin-right: 3.125vw;
}
.mogen .section-12 .mg-title-small {
    width: 100%;
    max-width: 100%;
}
.mogen .section-12 .mg-text {
    width: 28.125vw;
}
.mogen .section-12 .section-media {
    width: 41.875vw;
}
@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1/1) and (max-width: 1200px) {
    .mogen .section-12 .mg-container {
        padding-left: 0;
        display: block;
    }
    .mogen .section-12 .section-content {
        width: 100%;
        margin-right: 0;
        text-align: center;
    }
    .mogen .section-12 .mg-text {
        width: 100%;
        padding: 0 4.1666666667vw;
    }
    .mogen .section-12 .section-media {
        width: 100%;
    }
}
.mogen .section-13 .section-content {
    position: absolute;
    top: 1.5625vw;
    right: 10.9375vw;
    width: 32.8125vw;
    z-index: 3;
}
.mogen .section-13 .section-media {
    margin-left: 5.2083333333vw;
    width: 72.9166666667vw;
}
@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1/1) and (max-width: 1200px) {
    .mogen .section-13 .section-content {
        position: static;
        position: initial;
        width: 100%;
        text-align: center;
    }
    .mogen .section-13 .section-media {
        width: 100%;
        margin-left: 0;
    }
}
.mogen .morganf-sec23 .mg-text {
    width: 43.3333333333vw;
}
@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1/1) and (max-width: 1200px) {
    .mogen .morganf-sec23 .mg-text {
        width: 100%;
        padding: 0;
    }
}
.mogen .morganf-sec23 .morganf-sec23-summary {
    width: 43.3333333333vw;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 3.6458333333vw;
}
@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1/1) and (max-width: 1200px) {
    .mogen .morganf-sec23 .morganf-sec23-summary {
        width: 75vw;
        text-align: left;
        margin-left: 5.8333333333vw;
        padding-bottom: 11.1111111111vw;
    }
}
.mogen .morganf-sec23 .morganf-sec23-list {
    position: relative;
}
.mogen .morganf-sec23 .morganf-sec23-list .morganf-sec23-row {
    margin: -1.8229166667vw -1.9270833333vw;
    display: flex;
    flex-wrap: wrap;
}
@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1/1) and (max-width: 1200px) {
    .mogen .morganf-sec23 .morganf-sec23-list .morganf-sec23-row {
        margin: -6.9444444444vw 0;
    }
}
.mogen .morganf-sec23 .morganf-sec23-list .morganf-sec23-row .morganf-sec23-col {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 1.8229166667vw 1.9270833333vw;
}
@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1/1) and (max-width: 1200px) {
    .mogen .morganf-sec23 .morganf-sec23-list .morganf-sec23-row .morganf-sec23-col {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 6.9444444444vw 0;
    }
}
.mogen .morganf-sec23 .morganf-sec23-list .morganf-sec23-item .morganf-sec23-group {
    position: relative;
    width: 35.3125vw;
    height: 23.3333333333vw;
    overflow: hidden;
    overflow: hidden;
    border-radius: 1.0416666667vw;
    transform: rotate(0deg);
}
@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1/1) and (max-width: 1200px) {
    .mogen .morganf-sec23 .morganf-sec23-list .morganf-sec23-item .morganf-sec23-group {
        width: 91.6666666667vw;
        height: 76.3888888889vw;
        border-radius: 2.7777777778vw;
    }
}
.mogen .morganf-sec23 .morganf-sec23-list .morganf-sec23-item .morganf-sec23-group .morganf-sec23-replay {
    display: none;
    cursor: pointer;
    z-index: 5;
    position: absolute;
    width: 0.9895833333vw;
    height: 0.9895833333vw;
    right: 1.9791666667vw;
    bottom: 1.25vw;
}
@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1/1) and (max-width: 1200px) {
    .mogen .morganf-sec23 .morganf-sec23-list .morganf-sec23-item .morganf-sec23-group .morganf-sec23-replay {
        width: 4.0277777778vw;
        height: 4.0277777778vw;
        right: 6.1111111111vw;
        bottom: 6.25vw;
        background-size: 4.0277777778vw 4.0277777778vw;
    }
}
.mogen .morganf-sec23 .morganf-sec23-list .morganf-sec23-item .morganf-sec23-group .morganf-sec23-img1 {
    z-index: 1;
    position: relative;
}
.mogen .morganf-sec23 .morganf-sec23-list .morganf-sec23-item .morganf-sec23-group .morganf-sec23-img2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    opacity: 0;
    transition: opacity 1.5s cubic-bezier(0, 0.6, 0.3, 1);
}
.mogen .morganf-sec23 .morganf-sec23-list .morganf-sec23-item .morganf-sec23-group .morganf-sec23-img3 {
    z-index: 5;
    position: relative;
}
.mogen .morganf-sec23 .morganf-sec23-list .morganf-sec23-item .morganf-sec23-group .morganf-sec23-img4 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: transform 1.5s ease;
    will-change: transform;
}
.mogen .morganf-sec23 .morganf-sec23-list .morganf-sec23-item .morganf-sec23-group .morganf-sec23-img5 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    left: 100%;
    transition: transform 1.5s ease;
    will-change: transform;
}
.mogen .morganf-sec23 .morganf-sec23-list .morganf-sec23-item .morganf-sec23-group .morganf-sec23-light {
    z-index: 5;
    position: absolute;
    width: 9.8958333333vw;
    height: 0.9895833333vw;
    top: -1.0416666667vw;
    left: 14.0625vw;
    transition: transform 1.5s ease, opacity 0.5s ease;
    will-change: transform;
}
@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1/1) and (max-width: 1200px) {
    .mogen .morganf-sec23 .morganf-sec23-list .morganf-sec23-item .morganf-sec23-group .morganf-sec23-light {
        width: 31.9444444444vw;
        height: 3.1944444444vw;
        top: -3.1944444444vw;
        left: 30.5555555556vw;
    }
}
.mogen .morganf-sec23 .morganf-sec23-list .morganf-sec23-item .morganf-sec23-group .morganf-sec23-light.active1 {
    opacity: 0;
}
.mogen .morganf-sec23 .morganf-sec23-list .morganf-sec23-item .morganf-sec23-group.active1 .morganf-sec23-img2 {
    opacity: 1;
}
.mogen .morganf-sec23 .morganf-sec23-list .morganf-sec23-item .morganf-sec23-group.active1 .morganf-sec23-light {
    transform: translateY(18.2291666667vw);
}
@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1/1) and (max-width: 1200px) {
    .mogen .morganf-sec23 .morganf-sec23-list .morganf-sec23-item .morganf-sec23-group.active1 .morganf-sec23-light {
        transform: translateY(62.5vw);
    }
}
.mogen .morganf-sec23 .morganf-sec23-list .morganf-sec23-item .morganf-sec23-group.active4 .morganf-sec23-img4 {
    transform: translateX(-100%);
}
.mogen .morganf-sec23 .morganf-sec23-list .morganf-sec23-item .morganf-sec23-group.active4 .morganf-sec23-img5 {
    transform: translateX(-100%);
}
.mogen .morganf-sec23 .morganf-sec23-list .morganf-sec23-item .morganf-sec23-text {
    margin: 2.0833333333vw 2.5vw 0;
}
@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1/1) and (max-width: 1200px) {
    .mogen .morganf-sec23 .morganf-sec23-list .morganf-sec23-item .morganf-sec23-text {
        margin: 5.5555555556vw 6.1111111111vw 0;
    }
}
.mogen .morganf-sec23 .morganf-sec23-list .morganf-sec23-item .morganf-sec23-text .morganf-sec23-text-title {
    font-size: 1.25vw;
    font-weight: 700;
    line-height: 1.25;
    color: #f4f3f3;
}
@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1/1) and (max-width: 1200px) {
    .mogen .morganf-sec23 .morganf-sec23-list .morganf-sec23-item .morganf-sec23-text .morganf-sec23-text-title {
        font-size: 4.4444444444vw;
    }
}
.mogen .morganf-sec23 .morganf-sec23-list .morganf-sec23-item .morganf-sec23-text .morganf-sec23-text-desc {
    font-size: 1.0416666667vw;
    font-weight: 500;
    line-height: 1.6;
    color: #989898;
}
@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1/1) and (max-width: 1200px) {
    .mogen .morganf-sec23 .morganf-sec23-list .morganf-sec23-item .morganf-sec23-text .morganf-sec23-text-desc {
        font-size: 3.3333333333vw;
    }
}
.mogen .section-15 {
    overflow: hidden;
}
.mogen .section-15 .mg-text {
    width: 44.0104166667vw;
}
@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1/1) and (max-width: 1200px) {
    .mogen .section-15 .mg-text {
        width: 100%;
        padding: 0 4.1666666667vw;
    }
}
.mogen .section-15 .section-15-bg {
    z-index: 1;
    position: relative;
}
.mogen .section-15 .section-15-bg2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 6;
}
.mogen .section-15 .section-15-bg-color {
    z-index: 5;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 11.4583333333vw;
    width: 41.3541666667vw;
    height: 18.0208333333vw;
    background-color: rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1/1) and (max-width: 1200px) {
    .mogen .section-15 .section-15-bg-color {
        display: block;
        width: 78.3333333333vw;
        height: 34.1666666667vw;
        bottom: 21.5277777778vw;
        background-color: rgba(0, 0, 0, 0.85);
    }
}
.mogen .section-15 .section-15-container {
    width: 52.0833333333vw;
    height: 43.2291666667vw;
}
@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1/1) and (max-width: 1200px) {
    .mogen .section-15 .section-15-container {
        width: 98.3333333333vw;
        height: 81.6666666667vw;
        margin-bottom: 16.6666666667vw;
    }
}
.mogen .section-15 .section-15-container .section-15-swiper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
}
@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1/1) and (max-width: 1200px) {
    .mogen .section-15 .section-15-container .section-15-swiper {
        z-index: 2;
    }
}
.mogen .section-15 .section-15-container .section-15-swiper .section-15-swiper-container {
    height: 100%;
}
@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1/1) and (max-width: 1200px) {
    .mogen .section-15 .section-15-container .section-15-swiper .section-15-swiper-container {
        overflow: visible;
    }
}
.mogen .section-15 .section-15-container .section-15-swiper .section-15-video {
    position: relative;
    margin: 0.7291666667vw auto;
    width: 51.5625vw;
    height: 12.8125vw;
}
@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1/1) and (max-width: 1200px) {
    .mogen .section-15 .section-15-container .section-15-swiper .section-15-video {
        width: 96.6666666667vw;
        height: 24.0277777778vw;
    }
}
.mogen .section-15 .section-15-container .section-15-swiper .section-15-video2 {
    overflow: hidden;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -0.2083333333vw;
    width: 41.5625vw;
    height: 14.53125vw;
    height: 11.6145833333vw;
}
@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1/1) and (max-width: 1200px) {
    .mogen .section-15 .section-15-container .section-15-swiper .section-15-video2 {
        bottom: -0.2777777778vw;
        width: 78.6111111111vw;
        height: 27.5vw;
    }
}
.mogen .section-15 .section-15-container .section-15-swiper .section-15-video2 img,
.mogen .section-15 .section-15-container .section-15-swiper .section-15-video2 video {
    position: absolute;
    top: -2.9166666667vw;
    left: 0;
    width: 41.5625vw;
    height: 14.53125vw;
}
@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1/1) and (max-width: 1200px) {
    .mogen .section-15 .section-15-container .section-15-swiper .section-15-video2 img,
    .mogen .section-15 .section-15-container .section-15-swiper .section-15-video2 video {
        top: 0;
        width: 78.6111111111vw;
        height: 27.5vw;
    }
}
.mogen .section-15 .section-15-container .section-15-swiper .section-15-content {
    z-index: 5;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10.4166666667vw;
    width: 39.0625vw;
    height: 5.2083333333vw;
    padding-top: 0;
    font-size: 1.0416666667vw;
    line-height: 1.6;
    font-weight: 500;
    color: #f4f3f3;
    text-align: center;
}
@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1/1) and (max-width: 1200px) {
    .mogen .section-15 .section-15-container .section-15-swiper .section-15-content {
        width: 77.7777777778vw;
        height: auto;
        bottom: auto;
        top: 100%;
        padding-top: 4.1666666667vw;
        font-size: 3.3333333333vw;
    }
}
.mogen .section-15 .section-15-container .section-15-pagination-wrap {
    z-index: 10;
    position: absolute;
    width: 35.4166666667vw;
    top: 14.6875vw;
    left: 50%;
    transform: translateX(-50%);
}
@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1/1) and (max-width: 1200px) {
    .mogen .section-15 .section-15-container .section-15-pagination-wrap {
        overflow: hidden;
        width: 75vw;
        top: 35.6944444444vw;
    }
}
.mogen .section-15 .section-15-container .section-15-pagination {
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1/1) and (max-width: 1200px) {
    .mogen .section-15 .section-15-container .section-15-pagination {
        flex-wrap: nowrap;
        width: -moz-max-content;
        width: max-content;
        text-align: left;
    }
    .mogen .section-15 .section-15-container .section-15-pagination::before {
        z-index: 1;
        content: '';
        position: absolute;
        left: 0;
        background-color: #707070;
        bottom: 1.6666666667vw;
        width: 100%;
        height: 0.1388888889vw;
    }
}
.mogen .section-15 .section-15-container .section-15-pagination .swiper-pagination-bullet {
    position: relative;
    margin: 1.5625vw 0;
    max-width: 25%;
    flex: 0 0 25%;
    border-radius: 0;
    width: 100%;
    height: auto;
    background-color: rgba(0, 0, 0, 0);
    text-align: center;
    opacity: 0.4;
    outline: none;
    border: 0;
    will-change: border;
}
@media (max-width: 1200px) and (min-aspect-ratio: 1/1) {
    .mogen .section-15 .section-15-container .section-15-pagination .swiper-pagination-bullet {
        margin: 0.8333333333vw 0;
    }
}
@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1/1) and (max-width: 1200px) {
    .mogen .section-15 .section-15-container .section-15-pagination .swiper-pagination-bullet {
        margin: 0 0 5.5555555556vw;
        padding: 0 4.7222222222vw;
        max-width: 100%;
        width: auto;
        flex: 0 0 auto;
    }
}
.mogen .section-15 .section-15-container .section-15-pagination .swiper-pagination-bullet i {
    display: block;
}
.mogen .section-15 .section-15-container .section-15-pagination .swiper-pagination-bullet i img {
    width: 1.7708333333vw;
    height: 1.7708333333vw;
    display: inline-block;
}
@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1/1) and (max-width: 1200px) {
    .mogen .section-15 .section-15-container .section-15-pagination .swiper-pagination-bullet i img {
        width: 4.7222222222vw;
        height: 4.7222222222vw;
    }
}
.mogen .section-15 .section-15-container .section-15-pagination .swiper-pagination-bullet b {
    position: relative;
    display: inline-block;
    font-size: 0.8333333333vw;
    line-height: 1.6;
    font-weight: 500;
    color: #f4f3f3;
}
@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1/1) and (max-width: 1200px) {
    .mogen .section-15 .section-15-container .section-15-pagination .swiper-pagination-bullet b {
        font-size: 2.7777777778vw;
    }
}
.mogen
    .section-15
    .section-15-container
    .section-15-pagination
    .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
}
.mogen
    .section-15
    .section-15-container
    .section-15-pagination
    .swiper-pagination-bullet.swiper-pagination-bullet-active
    b::after {
    z-index: 5;
    content: '';
    position: absolute;
    bottom: -0.5208333333vw;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% + 1.0416666667vw);
    height: 0.1041666667vw;
    background-color: #fff;
}
@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1/1) and (max-width: 1200px) {
    .mogen
        .section-15
        .section-15-container
        .section-15-pagination
        .swiper-pagination-bullet.swiper-pagination-bullet-active
        b::after {
        display: none;
    }
}
@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1/1) and (max-width: 1200px) {
    .mogen
        .section-15
        .section-15-container
        .section-15-pagination
        .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
        z-index: 5;
        content: '';
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        background-color: #fff;
        bottom: -4.0277777778vw;
        width: 100%;
        height: 0.4166666667vw;
    }
}
.mogen .section-16 .section-content {
    position: absolute;
    left: 0;
    z-index: 2;
    top: 11.4583333333vw;
    width: 100%;
}
.mogen .section-16 .mg-text {
    width: 48.9583333333vw;
    margin-bottom: 4.6875vw;
}
.mogen .section-16 .s16-config {
    font-size: 4.2708333333vw;
    font-weight: 700;
    line-height: 1.25;
    width: -moz-fit-content;
    width: fit-content;
    text-align: center;
    color: rgba(0, 0, 0, 0);
    -webkit-background-clip: text;
    background-size: 100% 100%;
    background-image: linear-gradient(to bottom, #a3c0ff 0%, #76a1ff 100%);
    margin-bottom: 0.78125vw;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .mogen .section-16 .s16-config {
        color: #76a1ff;
        background: rgba(0, 0, 0, 0);
    }
}
@supports (-ms-ime-align: auto) {
    .mogen .section-16 .s16-config {
        color: #76a1ff;
        background: rgba(0, 0, 0, 0);
    }
}
.mogen .section-16 .s16-config-text {
    color: #dbdbdb;
    font-weight: 400;
    font-size: max(0.8333333333vw, 12px);
    line-height: 1.6;
}
.mogen .section-16 .section-media {
    position: relative;
}
.mogen .section-16 .video-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1/1) and (max-width: 1200px) {
    .mogen .section-16 .section-content {
        top: 50%;
        transform: translateY(-50%);
    }
    .mogen .section-16 .mg-text {
        width: 100%;
        padding: 0 4.1666666667vw;
        margin-bottom: 9.7222222222vw;
    }
    .mogen .section-16 .s16-config {
        font-size: 11.3888888889vw;
        margin-bottom: 0;
    }
    .mogen .section-16 .s16-config-text {
        font-size: 2.2222222222vw;
    }
}
.mogen .section-disclaimer .disclaimer-container {
    color: #838389;
    font-size: 0.8333333333vw;
    font-size: max(0.625vw, 12px);
    margin: 0 auto;
    width: 86.9791666667vw;
    font-weight: 500;
}
@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1/1) and (max-width: 1200px) {
    .mogen .section-disclaimer .disclaimer-container {
        font-size: 3.3333333333vw;
        font-weight: 400;
    }
}
.mogen .section-disclaimer .disclaimer-container ul {
    padding-left: 1.8em;
    margin-bottom: 3.6em;
}
.mogen .section-disclaimer .disclaimer-container ol {
    list-style-type: decimal;
    padding-left: 1.8em;
    margin-bottom: 3.6em;
}
.mogen .section-disclaimer .disclaimer-container li {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    line-height: 1.6;
    padding-left: 0.25em;
}
.mogen .section-disclaimer .disclaimer-container li.active {
    color: #fff;
}
