.c-large-image-content__content {
    display: flex;
    flex-direction: column
}

.c-large-image-content__large-image-group {
    width: calc(83.33333vw + 6.66667px);
    height: calc(83.33333vw + 6.66667px);
    margin: 0 auto;
    order: 2
}

.c-large-image-content__large-image-group>div {
    height: 100%
}

.c-large-image-content__text-image-group {
    width: calc(83.33333vw + 6.66667px);
    margin: 0 auto;
    order: 1
}

.c-large-image-content__text-image-group-media-container {
    height: calc(46.875vw + 3.75px);
    margin-bottom: 40px
}

.c-large-image-content__text-image-group-media-container>div {
    height: 100%
}

.c-large-image-content__text-image-group-title {
    margin-top: 20px;
    margin-bottom: 40px
}

.c-large-image-content__media-container-image {
    width: 100%
}

@media(min-width:992px) {
    .c-large-image-content__content {
        flex-direction: row;
        justify-content: space-evenly
    }

    .c-large-image-content__content .left {
        order: 1
    }

    .c-large-image-content__content .right {
        order: 2
    }

    .c-large-image-content__large-image-group {
        width: calc(37.5vw + 3px);
        height: calc(50vw + 4px);
        margin: 0;
        opacity: 0;
        padding-top: 200px
    }

    .c-large-image-content__text-image-group {
        width: calc(45.83333vw + 3.66667px);
        margin: 0;
        opacity: 0;
        padding-top: 200px
    }

    .c-large-image-content__text-image-group-title {
        margin-top: 40px;
        margin-bottom: 40px
    }

    .c-large-image-content__text-image-group-media-container {
        height: calc(25.78125vw + 2.0625px)
    }
}

.c-list-content {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 8px;
    width: 100vw;
    overflow: hidden
}

@media(min-width:992px) {
    .c-list-content {
        grid-template-columns: repeat(24, 1fr)
    }
}

.c-list-content__content {
    grid-column-start: 2;
    grid-column-end: 12;
    position: relative
}

.c-list-content__title {
    padding-bottom: 32px;
    font-size: 32px;
    line-height: 32px
}

.c-list-content__title.underLine {
    margin-bottom: 48px;
    border-bottom: 2px solid #e3e3e3
}

.c-list-content__pagination {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin: 12px 0
}

.c-list-content__pagination>.e-icon {
    width: 52px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center
}

.c-list-content__pagination>.e-icon.swiper-button-disabled {
    color: #4f4f4f;
    cursor: not-allowed
}

.c-list-content__item {
    margin-bottom: 40px
}

.c-list-content__item-title {
    margin-bottom: 20px
}

.c-list-content__item-subtitle {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px
}

.c-list-content__item-bottom {
    margin-top: 24px
}

.c-list-content__item-image {
    width: 100%;
    overflow: hidden
}

.c-list-content__item-image .e-adaptive-media__image,
.c-list-content__item-image .e-adaptive-media__main {
    background: transparent
}

.c-list-content__item-icon.e-icon>svg {
    width: 64px;
    height: 64px;
    fill: transparent
}

.c-list-content__item-body {
    margin-top: 8px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.c-list-content__item-icons {
    display: flex;
    flex-direction: row;
    margin-top: 24px
}

.c-list-content__item-icon-group {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-right: 40px
}

.c-list-content__item-icon-group-icon {
    margin-right: 8px
}

.c-list-content__item-icon-group-text {
    font-size: 20px
}

.c-list-content__item-btns {
    margin-top: 24px
}

.c-list-content__btns {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 24px;
    margin-top: 40px
}

@media(min-width:992px) {
    .c-list-content__title {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center
    }

    .c-list-content__title.navOnly {
        justify-content: flex-end
    }

    .c-list-content__content {
        grid-column-start: 3;
        grid-column-end: 23
    }

    .c-list-content__items-group .swiper-slide {
        display: flex;
        flex-direction: row;
        gap: 24px
    }

    .c-list-content__item {
        margin-bottom: 0
    }

    .c-list-content__item-count-2 .c-list-content__item {
        width: 50%
    }

    .c-list-content__item-count-2 .c-list-content__item-image {
        height: calc(27.77778vw + 2.22222px) !important
    }

    .c-list-content__item-count-3 .c-list-content__item {
        width: 33%
    }

    .c-list-content__item-count-3 .c-list-content__item-image {
        height: calc(18.51852vw + 1.48149px) !important
    }

    .c-list-content__item-count-4 .c-list-content__item {
        width: 25%
    }

    .c-list-content__item-count-4 .c-list-content__item-image {
        height: calc(13.88889vw + 1.11111px) !important
    }

    .c-list-content__item-count:last-child {
        margin-right: 0
    }

    .c-list-content__pagination {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 12px;
        padding: 0;
        margin: 0
    }

    .c-list-content__pagination>.e-icon {
        width: auto;
        height: auto
    }

    .c-list-content__pagination-left {
        transition: all .2s cubic-bezier(.1, .1, .1, 1);
        transform: scale(1);
        cursor: pointer
    }

    .c-list-content__pagination-left:hover {
        transform: scale(1.1)
    }

    .c-list-content__pagination-right {
        transition: all .2s cubic-bezier(.1, .1, .1, 1);
        transform: scale(1);
        cursor: pointer
    }

    .c-list-content__pagination-right:hover {
        transform: scale(1.1)
    }

    .c-list-content__pagination-item {
        display: flex;
        padding: 0 12px
    }

    .c-list-content__btns {
        flex-direction: row;
        margin-top: 64px
    }
}

.c-iframe-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    background-color: #000;
    color: #fff
}

.c-iframe-content__logo {
    color: #E3242B;
    align-items: center;
    height: 52px
}

.c-iframe-content__logo.e-icon {
    display: flex
}

.c-iframe-content__main {
    width: 100%;
    aspect-ratio: 10/6
}

.c-iframe-content__main .e-background-image {
    height: 100%
}

.c-iframe-content__iframe {
    width: 100%;
    height: 100%;
    border: none
}

@media(min-width:992px) {
    .c-iframe-content {
        height: 100vh
    }

    .c-iframe-content__logo {
        height: 52px;
        flex-shrink: 0
    }

    .c-iframe-content__main {
        aspect-ratio: auto;
        flex-grow: 1
    }
}

@media(min-width:1200px) {
    .c-iframe-content__logo {
        height: 64px
    }
}

.c-locate-dealer {
    margin: 0 auto auto auto;
    background-color: #fff;
    height: 686px
}

.c-locate-dealer__bg {
    height: 100%
}

.c-locate-dealer__bg .e-background-image__img {
    background-position: top
}

.c-locate-dealer__bg .e-background-image__content {
    height: 100%
}

.c-locate-dealer__content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: baseline;
    gap: 64px;
    padding: 24px 24px 60px 24px
}

.c-locate-dealer__button {
    align-self: stretch
}

.c-locate-dealer__button .e-site-button {
    width: 100%
}

@media(min-width:768px) {
    .c-locate-dealer {
        height: 100vw;
        background-color: #000
    }

    .c-locate-dealer__content {
        padding: calc(8.33333vw + .66667px)
    }

    .c-locate-dealer__button .e-site-button {
        width: -moz-fit-content;
        width: fit-content
    }
}

@media(min-width:992px) {
    .c-locate-dealer {
        height: 48vw;
        margin: 0 auto auto auto;
        background-color: #fff
    }

    .c-locate-dealer__bg .e-background-image__content {
        padding: 0 calc(8.33333vw + .66667px);
        display: flex;
        justify-content: flex-end
    }

    .c-locate-dealer__content {
        padding: 24px 0;
        justify-content: center
    }

    .c-locate-dealer__button {
        align-self: flex-start;
        padding-left: 3px
    }
}

@media(min-width:992px) {
    html.rtl .c-locate-dealer__button {
        padding-left: 0;
        padding-right: 3px
    }
}

.c-login__layout .s-form-layout__side-image {
    display: block
}

.c-login .s-dynamic-form {
    padding: 0;
    position: relative;
    z-index: 2
}

.c-login .s-dynamic-form+.e-site-button {
    margin-top: -24px
}

.c-login .e-site-button {
    width: 100%
}

.c-login__logo {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 11;
    width: 100%;
    height: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000;
    color: #fff
}

.c-login__logo .e-icon {
    position: relative;
    top: 2px
}

.c-login__logo .e-icon svg {
    width: 128px;
    height: auto
}

.c-login__behaviors {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 16px
}

.c-login__behaviors.swapped .c-login__form {
    order: 3
}

.c-login__behaviors.swapped .c-login__line {
    order: 2
}

.c-login__behaviors.swapped .c-login__create-account {
    order: 1
}

.c-login__form {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.c-login__form .s-dynamic-form {
    margin-top: 16px
}

.c-login__section {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.c-login__back {
    margin-top: 40px;
    display: flex;
    align-items: center;
    background-color: transparent;
    border-color: transparent;
    gap: 8px;
    color: #262626;
    cursor: pointer
}

.c-login__back .e-icon svg {
    width: 16px;
    height: auto
}

.c-login__back-text {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px
}

.c-login__links {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 16px
}

.c-login__links .e-site-button.primary-link {
    height: auto;
    justify-content: flex-start
}

.c-login__line {
    width: 100%;
    border-top: 1px solid #e3e3e3;
    margin-top: 40px;
    margin-bottom: 40px
}

.c-login__create-account {
    padding-top: 24px
}

.c-login__resend-code {
    margin-top: 16px
}

.c-login__resend-code-btn {
    color: #000;
    text-decoration: underline;
    cursor: pointer
}

.c-login__help {
    padding: 16px 0 40px 0
}

.c-login__help-title {
    margin-bottom: 8px
}

.c-login__help-links {
    margin-top: 24px
}

.c-login__help-link .e-site-link {
    display: inline-flex;
    align-items: center
}

.c-login__help-link .e-site-link .e-icon {
    margin-right: 12px
}

.c-login__help-link .e-site-link .e-icon svg {
    width: 24px
}

.c-login__help-link-text {
    font-weight: 700
}

.c-login__set-password.e-modal {
    align-items: flex-end
}

.c-login__set-password.e-modal .e-modal__content {
    padding: 24px
}

.c-login__set-password-buttons {
    display: flex;
    flex-direction: column;
    align-items: center
}

@media(min-width:992px) {
    .c-login {
        padding: 0
    }

    .c-login__layout {
        min-height: 100vh
    }

    .c-login__layout .s-form-layout__main {
        grid-column-start: 1;
        grid-column-end: 13;
        padding-top: 40px
    }

    .c-login__layout .s-form-layout__image-wrapper,
    .c-login__layout .s-form-layout__side-image {
        height: 100vh
    }

    .c-login__layout .s-form-layout__image {
        z-index: 1
    }

    .c-login__logo {
        z-index: 1;
        width: auto;
        background: transparent;
        top: 28px;
        right: 48px;
        left: auto;
        display: flex;
        justify-content: flex-end;
        color: #fff
    }

    .c-login__logo svg {
        width: 128px;
        height: auto
    }

    .c-login__section {
        padding-top: 40px
    }

    .c-login__section-body {
        margin-bottom: 16px
    }

    .c-login__action {
        margin-top: 50px;
        justify-content: flex-start
    }

    .c-login__action .e-site-button+.e-site-button {
        margin-left: 15px
    }

    .c-login__set-password.e-modal {
        align-items: center
    }

    .c-login__set-password.e-modal .e-modal__content {
        width: calc(33.33333vw + 2.66667px);
        padding: 40px
    }
}

.c-logout__title {
    font-size: 26px;
    line-height: 1.1;
    letter-spacing: 2px;
    margin-top: 64px
}

@media(min-width:992px) {
    .c-logout__title {
        font-size: 28px
    }
}

@media(min-width:1200px) {
    .c-logout__title {
        font-size: 32px
    }
}

.c-logout__body {
    margin-top: 32px
}

.c-logout__description {
    margin-top: 80px
}

.c-logout__items {
    margin-top: 32px
}

.c-logout__item {
    margin-top: 24px
}

.__c-black {
    color: #000
}

.__c-red {
    color: #e25043
}

.__c-yellow {
    color: #E3242B
}

.__c-blue-night {
    color: #101724
}

.__c-blue-sky {
    color: #09c
}

.__c-grey {
    color: #a1a1a1
}

.__c-grey-next {
    color: #757575
}

.__c-grey-neutral {
    color: #4f4f4f
}

.__c-grey-taubmans {
    color: #b8b8b8
}

.__c-grey-light {
    color: #f2f1f0
}

.__c-white {
    color: #fff
}

.__c-red-blue-sky {
    background-image: linear-gradient(90deg, #e25043, #09c)
}

.__c-grey-neutral-yellow,
.__c-red-blue-sky {
    -webkit-background-clip: text;
    color: transparent
}

.__c-grey-neutral-yellow {
    background-image: linear-gradient(90deg, #4f4f4f, #E3242B)
}

.__c-blue-sky-yellow {
    background-image: linear-gradient(90deg, #09c, #E3242B)
}

.__c-blue-sky-yellow,
.__c-yellow-red {
    -webkit-background-clip: text;
    color: transparent
}

.__c-yellow-red {
    background-image: linear-gradient(90deg, #E3242B, #e25043)
}

.c-lotus-center {
    height: 100vh;
    color: #fff
}

.c-lotus-center__content {
    position: relative;
    height: 100%
}

.c-lotus-center__map {
    height: 100%
}

.c-lotus-center__details {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2
}

.c-lotus-center__details-info {
    height: 70%;
    overflow-y: scroll;
    background-color: #222
}

.c-lotus-center__details-info-content {
    padding: 78px 32px
}

.c-lotus-center__details-info-close {
    text-align: end;
    color: #ff0
}

.c-lotus-center__details-info-close .e-site-button,
.c-lotus-center__details-info-close .e-site-button__text {
    padding: 0
}

.c-lotus-center__details-info-close .e-icon {
    padding-right: 0 !important
}

.c-lotus-center__details-info-title {
    font-size: 56px;
    line-height: 1.1
}

.c-lotus-center__details-info-type {
    font-size: 16px;
    line-height: 20px;
    color: #fef151
}

.c-lotus-center__details-info-dec,
.c-lotus-center__details-info-label {
    font-size: 16px;
    line-height: 20px
}

.c-lotus-center__details-info-phones {
    display: flex;
    flex-direction: column;
    margin-top: 40px
}

.c-lotus-center__details-info-phones>div+div {
    margin-top: 24px
}

.c-lotus-center__details-info-number {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-weight: 300;
    font-size: 24px;
    line-height: 32px
}

.c-lotus-center__details-info-number-icon {
    padding-right: 12px
}

.c-lotus-center__details-info-btns {
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px
}

.c-lotus-center__details-info-btns .e-site-button,
.c-lotus-center__details-info-btns .e-site-button button {
    width: 100%
}

.c-lotus-center__details-list {
    background-color: #4f4f4f;
    padding: 10px 12px;
    display: flex;
    flex-direction: column;
    gap: 24px
}

.c-lotus-center__details-list-title {
    padding-left: 16px
}

.c-lotus-center__details-list>div {
    padding: 0 4px
}

.c-lotus-center__details-list li {
    padding: 4px 16px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center
}

.c-lotus-center__details-list li:nth-child(2n) {
    background-color: #858585
}

.c-lotus-center__details-list li .c-lotus-center__details-list-day {
    flex: 1
}

.c-lotus-center__details-list li .c-lotus-center__details-list-time {
    flex: 2;
    text-align: end
}

.c-lotus-center__details-map {
    height: 100%
}

.c-lotus-center__details-map-content {
    height: 30%;
    width: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 20px;
    background-color: #393939
}

.c-lotus-center__search-mobile {
    width: 80%;
    position: absolute;
    top: 80px !important;
    left: 0 !important;
    right: 0;
    background-color: #222;
    padding: 23px 32px 40px;
    margin: 0 auto;
    display: none
}

.c-lotus-center__search-mobile-open-icon {
    top: 25% !important;
    left: 0 !important
}

.c-lotus-center__search-mobile-close-icon,
.c-lotus-center__search-mobile-open-icon {
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: #ff0;
    color: #000;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center
}

.c-lotus-center__search-mobile-close-icon {
    top: -40px;
    right: 0
}

.c-lotus-center__search-mobile-icon {
    width: 20px;
    height: 20px
}

.c-lotus-center__search-mobile-icon>svg {
    width: 20px !important;
    height: 20px !important
}

.c-lotus-center__search-mobile.open {
    display: block
}

.c-lotus-center__search-mobile-input {
    height: 100%;
    padding: 4px 12px;
    display: none
}

.c-lotus-center__search-mobile-input.open {
    display: block
}

.c-lotus-center__search-mobile-input-group {
    margin-top: 24px
}

.c-lotus-center__search-mobile-input-group .e-form-input__wrapper {
    height: 40px;
    border: 1px solid;
    padding: 0 40px
}

.c-lotus-center__search-mobile-input-group .e-form-input__icon {
    min-width: 40px
}

.c-lotus-center__search-mobile-input-group .e-icon {
    padding: 0 !important
}

.c-lotus-center__search-mobile-input-group .e-icon svg {
    height: 20px !important;
    width: 20px !important
}

.c-lotus-center__search-mobile-input.reverse {
    left: calc(10% + 72px) !important
}

.c-lotus-center__search-mobile-button {
    display: inline-block;
    position: absolute;
    top: 0;
    right: -40px;
    width: 40px;
    height: 40px;
    background-color: #ff0;
    color: #000;
    cursor: pointer
}

.c-lotus-center__search-mobile-title {
    font-weight: 300;
    font-size: 24px;
    line-height: 32px
}

.c-lotus-center__search-mobile-btns {
    font-size: 14px;
    line-height: 1.3;
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px
}

@media(min-width:1200px) {
    .c-lotus-center__search-mobile-btns {
        font-size: 16px;
        line-height: 1.5
    }
}

.c-lotus-center__search-mobile-btns .e-site-button {
    height: 44px;
    width: 100%;
    padding: 0 56px !important
}

.c-lotus-center__search-mobile-btns .e-site-button .e-site-button__text {
    padding: 0 4px !important
}

.c-lotus-center__search-mobile-btns .e-site-button .e-icon {
    padding: 0 !important
}

.c-lotus-center__search-mobile-btns .e-site-button .e-icon svg {
    height: 20px;
    width: 20px
}

.c-lotus-center__search-mobile .e-form-input__label {
    font-size: 14px;
    line-height: 1.3;
    background-color: #222
}

@media(min-width:768px) {
    .c-lotus-center__details {
        height: 100%;
        width: calc(45.83333vw + 3.66667px);
        min-width: 500px;
        top: 0;
        right: 0;
        left: auto;
        z-index: 11;
        overflow: hidden
    }

    .c-lotus-center__details-info {
        height: 60%
    }

    .c-lotus-center__details-info-content {
        padding: 20px calc(4.16667vw + .33333px)
    }

    .c-lotus-center__details-info-btns {
        align-items: flex-start
    }

    .c-lotus-center__details-info-btns .e-site-button {
        width: auto;
        min-width: 190px
    }

    .c-lotus-center__details-list {
        flex-direction: row
    }

    .c-lotus-center__details-list>div {
        flex: 1
    }

    .c-lotus-center__details-map-content {
        height: 40%;
        padding: 24px
    }

    .c-lotus-center__search-pc {
        min-width: 480px;
        position: absolute;
        top: 25% !important;
        left: 0 !important;
        background-color: #222;
        padding: 40px 32px;
        transform: translateX(-100%);
        transition: all .2s linear
    }

    .c-lotus-center__search-pc.open {
        transform: translateX(0)
    }

    .c-lotus-center__search-pc .e-form-input {
        padding-bottom: 0
    }

    .c-lotus-center__search-pc-input {
        height: 100%;
        padding: 4px 12px;
        transform: translateX(-150%);
        transition: all .2s linear
    }

    .c-lotus-center__search-pc-input.open {
        transform: translateX(0)
    }

    .c-lotus-center__search-pc-input-group {
        margin-top: 40px
    }

    .c-lotus-center__search-pc-input-group .e-form-input__wrapper {
        height: 40px;
        border: 1px solid;
        padding: 0 40px
    }

    .c-lotus-center__search-pc-input-group .e-form-input__icon {
        min-width: 40px;
        cursor: pointer
    }

    .c-lotus-center__search-pc-input-group .e-form-input__icon .e-icon svg {
        width: 20px
    }

    .c-lotus-center__search-pc-input.reverse {
        left: calc(4.16667vw + 40.33333px) !important
    }

    .c-lotus-center__search-pc-button {
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 0;
        right: -40px;
        width: 40px;
        height: 40px;
        background-color: #ff0;
        color: #000;
        cursor: pointer
    }

    .c-lotus-center__search-pc-title {
        font-weight: 300;
        font-size: 24px;
        line-height: 32px
    }

    .c-lotus-center__search-pc-btns {
        display: flex;
        flex-direction: row;
        margin-top: 40px;
        gap: 10px
    }

    .c-lotus-center__search-pc-btns .e-site-button {
        height: 44px
    }

    .c-lotus-center__search-pc-btns .e-site-button .e-site-button__text {
        padding: 0 4px !important
    }

    .c-lotus-center__search-pc-btns .e-site-button .e-icon {
        padding: 0 !important;
        margin-left: 0
    }

    .c-lotus-center__search-pc-btns .e-site-button .e-icon svg {
        height: 30px
    }

    .c-lotus-center__search-pc .e-form-input__label {
        font-size: 16px;
        line-height: 1.5
    }
}

@media(min-width:1600px) {
    .c-lotus-center__details-info-phones {
        flex-direction: row;
        margin-top: 48px
    }

    .c-lotus-center__details-info-phones>div {
        flex: 1
    }

    .c-lotus-center__details-info-phones>div+div {
        margin-top: 0
    }
}

.pac-container {
    border: 0 !important
}

.pac-container:after {
    display: none
}

.pac-item {
    color: #fff;
    padding: 10px 16px;
    background-color: #4f4f4f;
    border-top: none
}

.pac-item:hover {
    background-color: #000
}

.pac-item .pac-icon {
    display: none
}

.pac-item .pac-item-query {
    color: #fff
}

.gm-style-cc {
    display: none
}

.gm-bundled-control-on-bottom {
    bottom: 220px !important
}

.c-lotus-story {
    background: #000;
    color: #fff;
    width: 100%;
    padding: calc(16.66667vw + 1.33333px) calc(8.33333vw + .66667px)
}

.c-lotus-story.theme-white {
    background: #fff;
    color: #000
}

.c-lotus-story.theme-light-grey {
    background: #f2f1f0;
    color: #000
}

.c-lotus-story.theme-neutral-grey {
    background: #4f4f4f;
    color: #fff
}

.c-lotus-story.theme-yellow {
    background: #E3242B;
    color: #000
}

.c-lotus-story.theme-night-blue {
    background: #101724;
    color: #E3242B
}

.c-lotus-story.theme-black {
    background: #000;
    color: #fff
}

.c-lotus-story.theme-black .active {
    color: #fff
}

.c-lotus-story.theme-yellow-white {
    background-image: linear-gradient(180deg, #E3242B, #fff 60%);
    color: #000
}

.c-lotus-story.theme-white-yellow {
    background-image: linear-gradient(180deg, #fff, #E3242B 60%);
    color: #000
}

.c-lotus-story-pc-title {
    font-size: 72px;
    line-height: 1;
    font-family: Overpass Lotus Headlines, Source Han Sans CN Normal, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    color: #fff200
}

@media(min-width:992px) {
    .c-lotus-story-pc-title {
        font-size: 120px
    }
}

@media(min-width:1200px) {
    .c-lotus-story-pc-title {
        font-size: 144px
    }
}

.c-lotus-story-pc-first-desc {
    margin-left: calc(16.66667vw + 1.33333px);
    margin-top: calc(16.66667vw + 1.33333px);
    width: calc(66.66667vw + 5.33333px);
    font-size: 18px;
    line-height: 1.3;
    line-height: 1.5
}

@media(min-width:992px) {
    .c-lotus-story-pc-first-desc {
        font-size: 20px
    }
}

@media(min-width:1200px) {
    .c-lotus-story-pc-first-desc {
        font-size: 24px;
        line-height: 1.1
    }
}

.c-lotus-story-pc-second-desc {
    margin-left: calc(16.66667vw + 1.33333px);
    margin-top: calc(8.33333vw + .66667px);
    width: calc(66.66667vw + 5.33333px);
    font-size: 18px;
    line-height: 1.3;
    line-height: 1.5
}

@media(min-width:992px) {
    .c-lotus-story-pc-second-desc {
        font-size: 20px
    }
}

@media(min-width:1200px) {
    .c-lotus-story-pc-second-desc {
        font-size: 24px;
        line-height: 1.1
    }
}

.c-lotus-story-pc-third-desc {
    margin-left: 0;
    margin-top: calc(8.33333vw + .66667px);
    width: calc(66.66667vw + 5.33333px);
    color: #fff200;
    font-size: 26px;
    line-height: 1.1;
    letter-spacing: 2px;
    line-height: 1.5 !important
}

@media(min-width:992px) {
    .c-lotus-story-pc-third-desc {
        font-size: 28px
    }
}

@media(min-width:1200px) {
    .c-lotus-story-pc-third-desc {
        font-size: 32px
    }
}

.c-lotus-story-pc-tips {
    margin-left: 0;
    margin-top: calc(1.66667vw + .13333px);
    width: calc(58.33333vw + 4.66667px);
    font-size: 14px;
    line-height: 1.3
}

@media(min-width:1200px) {
    .c-lotus-story-pc-tips {
        font-size: 16px;
        line-height: 1.5
    }
}

.c-lotus-story.theme-white-yellow .c-lotus-story-pc-third-desc,
.c-lotus-story.theme-white-yellow .c-lotus-story-pc-title,
.c-lotus-story.theme-white .c-lotus-story-pc-third-desc,
.c-lotus-story.theme-white .c-lotus-story-pc-title,
.c-lotus-story.theme-yellow-white .c-lotus-story-pc-third-desc,
.c-lotus-story.theme-yellow-white .c-lotus-story-pc-title,
.c-lotus-story.theme-yellow .c-lotus-story-pc-third-desc,
.c-lotus-story.theme-yellow .c-lotus-story-pc-title {
    color: #000
}

.c-lotus-story.theme-black .c-lotus-story-pc-third-desc,
.c-lotus-story.theme-black .c-lotus-story-pc-title,
.c-lotus-story.theme-neutral-grey .c-lotus-story-pc-third-desc,
.c-lotus-story.theme-neutral-grey .c-lotus-story-pc-title,
.c-lotus-story.theme-night-blue .c-lotus-story-pc-third-desc,
.c-lotus-story.theme-night-blue .c-lotus-story-pc-title {
    color: #fff
}

@media(min-width:992px) {
    .c-lotus-story {
        width: 100%;
        padding: calc(12.5vw + 1px) calc(20.83333vw + 1.66667px) calc(12.5vw + 1px) calc(20.83333vw + 1.66667px)
    }

    .c-lotus-story-pc-first-desc {
        margin-left: calc(25vw + 2px);
        margin-top: calc(4.16667vw + .33333px);
        width: calc(33.33333vw + 2.66667px);
        font-size: 14px;
        line-height: 1.3
    }
}

@media(min-width:992px)and (min-width:1200px) {
    .c-lotus-story-pc-first-desc {
        font-size: 16px;
        line-height: 1.5
    }
}

@media(min-width:992px) {
    .c-lotus-story-pc-second-desc {
        margin-left: calc(25vw + 2px);
        margin-top: calc(2.08333vw + .16667px);
        width: calc(33.33333vw + 2.66667px);
        font-size: 14px;
        line-height: 1.3
    }
}

@media(min-width:992px)and (min-width:1200px) {
    .c-lotus-story-pc-second-desc {
        font-size: 16px;
        line-height: 1.5
    }
}

@media(min-width:992px) {
    .c-lotus-story-pc-third-desc {
        margin-left: calc(20.83333vw + 1.66667px);
        margin-top: calc(2.08333vw + .16667px);
        width: calc(29.16667vw + 2.33333px);
        font-size: 18px;
        line-height: 1.3;
        line-height: 1.5 !important
    }
}

@media(min-width:992px)and (min-width:992px) {
    .c-lotus-story-pc-third-desc {
        font-size: 20px
    }
}

@media(min-width:992px)and (min-width:1200px) {
    .c-lotus-story-pc-third-desc {
        font-size: 24px;
        line-height: 1.1
    }
}

@media(min-width:992px) {
    .c-lotus-story-pc-tips {
        margin-left: calc(20.83333vw + 1.66667px);
        margin-top: calc(.83333vw + .06667px);
        width: calc(29.16667vw + 2.33333px);
        font-size: 14px;
        line-height: 1.3
    }
}

@media(min-width:992px)and (min-width:1200px) {
    .c-lotus-story-pc-tips {
        font-size: 16px;
        line-height: 1.5
    }
}

html.rtl .c-lotus-story-pc-first-desc,
html.rtl .c-lotus-story-pc-second-desc {
    margin-left: 0;
    margin-right: calc(16.66667vw + 1.33333px)
}

html.rtl .c-lotus-story-pc-third-desc,
html.rtl .c-lotus-story-pc-tips {
    margin-right: 0
}

@media(min-width:992px) {

    html.rtl .c-lotus-story-pc-first-desc,
    html.rtl .c-lotus-story-pc-second-desc {
        margin-left: 0;
        margin-right: calc(25vw + 2px)
    }

    html.rtl .c-lotus-story-pc-third-desc,
    html.rtl .c-lotus-story-pc-tips {
        margin-left: 0;
        margin-right: calc(20.83333vw + 1.66667px)
    }
}

html[lang=ja-JP] .c-lotus-story-pc-title {
    font-family: Noto Sans JP Regular, Overpass, Source Han Sans CN Normal, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif
}

html[lang=ko-KR] .c-lotus-story-pc-title {
    font-family: Noto Sans KR Regular, Overpass, Source Han Sans CN Normal, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif
}

.trigger-content {
    height: 110%;
    opacity: 0
}

.kv-slide-bg--page,
.trigger-content {
    position: absolute;
    z-index: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    overflow: hidden
}

.kv-slide-bg--page {
    height: 100%
}

.c-lotus-story-limit {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden
}

.c-lotus-story-limit__outside {
    position: relative;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 3
}

.c-lotus-story-limit__outside.c-lotus-story-limit__outside--animate {
    transform: translateY(0)
}

.c-lotus-story-limit__topTitle {
    display: block;
    position: relative;
    font-family: Overpass Lotus Headlines, Source Han Sans CN Normal, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    padding: 60px 0 0 0;
    font-size: 90px;
    color: #fff200;
    line-height: 1;
    white-space: nowrap;
    letter-spacing: -10px;
    transform: translateX(-50%);
    clear: both;
    float: left;
    left: 0
}

.c-lotus-story-limit__topTitle.title-center {
    transform: translateX(-50%)
}

.c-lotus-story-limit__topTitle.title-right {
    transform: none
}

.c-lotus-story-limit__bottomTitle {
    display: block;
    position: relative;
    font-family: Overpass Lotus Headlines, Source Han Sans CN Normal, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    padding: 10px 0 0 0;
    transform: translateX(50%);
    font-size: 90px;
    color: #fff200;
    line-height: 1;
    letter-spacing: -10px;
    clear: both;
    float: right;
    right: 0
}

.c-lotus-story-limit__bottomTitle.title-center {
    transform: translateX(50%)
}

.c-lotus-story-limit__bottomTitle.title-left {
    transform: none
}

.c-lotus-story-limit-btn-content {
    position: absolute;
    bottom: 164px;
    z-index: 10;
    width: 100%
}

.c-lotus-story-limit-btn-inner-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px
}

.c-lotus-story-limit-btn-inner-content-animate {
    width: 80%
}

.c-lotus-story-limit-btn {
    width: 100%
}

@media(min-width:992px) {
    .trigger-content {
        height: 100%
    }

    .c-lotus-story-limit {
        height: 100vh
    }

    .c-lotus-story-limit__outside {
        width: 100%;
        height: 100%;
        overflow: hidden;
        z-index: 3
    }

    .c-lotus-story-limit__topTitle {
        padding: 60px 0 0 0;
        transform: none;
        font-size: 220px
    }

    .c-lotus-story-limit__bottomTitle {
        transform: none;
        font-size: 220px
    }

    .c-lotus-story-limit-btn-content {
        bottom: 74px
    }

    .c-lotus-story-limit-btn-inner-content {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        gap: 30px
    }

    .c-lotus-story-limit-btn-inner-content-animate {
        width: auto
    }
}

html.rtl .c-lotus-story-limit__topTitle {
    float: right;
    transform: translateX(50%)
}

html.rtl .c-lotus-story-limit__bottomTitle {
    float: left;
    transform: translateX(-50%)
}

@media(min-width:992px) {

    html.rtl .c-lotus-story-limit__bottomTitle,
    html.rtl .c-lotus-story-limit__topTitle {
        transform: translateX(0)
    }
}

@font-face {
    font-family: Noto Sans JP Bold;
    src: url(../fonts/NotoSansKR-Bold.eot);
    src: local("Noto Sans JP Bold"), local("NotoSansJP-Bold"), url(../fonts/NotoSansJP-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/NotoSansJP-Bold.woff2) format("woff2"), url(../fonts/NotoSansJP-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Noto Sans JP Medium;
    src: url(../fonts/NotoSansJP-Medium.eot);
    src: local("Noto Sans JP Medium"), local("NotoSansJP-Medium"), url(../fonts/NotoSansJP-Medium.eot?#iefix) format("embedded-opentype"), url(../fonts/NotoSansJP-Medium.woff2) format("woff2"), url(../fonts/NotoSansJP-Medium.woff) format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Noto Sans JP SemiBold;
    src: url(../fonts/NotoSansJP-SemiBold.eot);
    src: local("Noto Sans JP SemiBold"), local("NotoSansJP-SemiBold"), url(../fonts/NotoSansJP-SemiBold.eot?#iefix) format("embedded-opentype"), url(../fonts/NotoSansJP-SemiBold.woff2) format("woff2"), url(../fonts/NotoSansJP-SemiBold.woff) format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Noto Sans JP Black;
    src: url(../fonts/NotoSansJP-Black.eot);
    src: local("Noto Sans JP Black"), local("NotoSansJP-Black"), url(../fonts/NotoSansJP-Black.eot?#iefix) format("embedded-opentype"), url(../fonts/NotoSansJP-Black.woff2) format("woff2"), url(../fonts/NotoSansJP-Black.woff) format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Noto Sans JP Regular;
    src: url(../fonts/NotoSansJP-Regular.eot);
    src: local("Noto Sans JP Regular"), local("NotoSansJP-Regular"), url(../fonts/NotoSansJP-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/NotoSansJP-Regular.woff2) format("woff2"), url(../fonts/NotoSansJP-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Noto Sans JP Light;
    src: url(../fonts/NotoSansJP-Light.eot);
    src: local("Noto Sans JP Light"), local("NotoSansJP-Light"), url(../fonts/NotoSansJP-Light.eot?#iefix) format("embedded-opentype"), url(../fonts/NotoSansJP-Light.woff2) format("woff2"), url(../fonts/NotoSansJP-Light.woff) format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Noto Sans JP Thin;
    src: url(../fonts/NotoSansJP-Thin.eot);
    src: local("Noto Sans JP Thin"), local("NotoSansJP-Thin"), url(../fonts/NotoSansJP-Thin.eot?#iefix) format("embedded-opentype"), url(../fonts/NotoSansJP-Thin.woff2) format("woff2"), url(../fonts/NotoSansJP-Thin.woff) format("woff");
    font-weight: 100;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Noto Sans KR Bold;
    src: url(../fonts/NotoSansKR-Bold.eot);
    src: local("Noto Sans KR Bold"), local("NotoSansKR-Bold"), url(../fonts/NotoSansKR-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/NotoSansKR-Bold.woff2) format("woff2"), url(../fonts/NotoSansKR-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Noto Sans KR Medium;
    src: url(../fonts/NotoSansKR-Medium.eot);
    src: local("Noto Sans KR Medium"), local("NotoSansKR-Medium"), url(../fonts/NotoSansKR-Medium.eot?#iefix) format("embedded-opentype"), url(../fonts/NotoSansKR-Medium.woff2) format("woff2"), url(../fonts/NotoSansKR-Medium.woff) format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Noto Sans KR SemiBold;
    src: url(../fonts/NotoSansKR-SemiBold.eot);
    src: local("Noto Sans KR SemiBold"), local("NotoSansKR-SemiBold"), url(../fonts/NotoSansKR-SemiBold.eot?#iefix) format("embedded-opentype"), url(../fonts/NotoSansKR-SemiBold.woff2) format("woff2"), url(../fonts/NotoSansKR-SemiBold.woff) format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Noto Sans KR Black;
    src: url(../fonts/NotoSansKR-Black.eot);
    src: local("Noto Sans KR Black"), local("NotoSansKR-Black"), url(../fonts/NotoSansKR-Black.eot?#iefix) format("embedded-opentype"), url(../fonts/NotoSansKR-Black.woff2) format("woff2"), url(../fonts/NotoSansKR-Black.woff) format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Noto Sans KR Regular;
    src: url(../fonts/NotoSansKR-Regular.eot);
    src: local("Noto Sans KR Regular"), local("NotoSansKR-Regular"), url(../fonts/NotoSansKR-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/NotoSansKR-Regular.woff2) format("woff2"), url(../fonts/NotoSansKR-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Noto Sans KR Light;
    src: url(../fonts/NotoSansKR-Light.eot);
    src: local("Noto Sans KR Light"), local("NotoSansKR-Light"), url(../fonts/NotoSansKR-Light.eot?#iefix) format("embedded-opentype"), url(../fonts/NotoSansKR-Light.woff2) format("woff2"), url(../fonts/NotoSansKR-Light.woff) format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Noto Sans KR Thin;
    src: url(../fonts/NotoSansKR-Thin.eot);
    src: local("Noto Sans KR Thin"), local("NotoSansKR-Thin"), url(../fonts/NotoSansKR-Thin.eot?#iefix) format("embedded-opentype"), url(../fonts/NotoSansKR-Thin.woff2) format("woff2"), url(../fonts/NotoSansKR-Thin.woff) format("woff");
    font-weight: 100;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Overpass Bold;
    src: url(../fonts/Overpass-Bold.eot);
    src: local("Overpass-Bold"), url(../fonts/Overpass-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/Overpass-Bold.woff2) format("woff2"), url(../fonts/Overpass-Bold.woff) format("woff"), url(../fonts/Overpass-Bold.svg#Overpass-Bold) format("svg");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Overpass Medium;
    src: url(../fonts/Overpass-Medium.eot);
    src: local("Overpass Medium"), local("Overpass-Medium"), url(../fonts/Overpass-Medium.eot?#iefix) format("embedded-opentype"), url(../fonts/Overpass-Medium.woff2) format("woff2"), url(../fonts/Overpass-Medium.woff) format("woff"), url(../fonts/Overpass-Medium.svg#Overpass-Medium) format("svg");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Overpass SemiBold;
    src: url(../fonts/Overpass-SemiBold.eot);
    src: local("../fonts/Overpass SemiBold"), local("Overpass-SemiBold"), url(../fonts/Overpass-SemiBold.eot?#iefix) format("embedded-opentype"), url(../fonts/Overpass-SemiBold.woff2) format("woff2"), url(../fonts/Overpass-SemiBold.woff) format("woff"), url(../fonts/Overpass-SemiBold.svg#Overpass-SemiBold) format("svg");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Overpass Black;
    src: url(../fonts/Overpass-Black.eot);
    src: local("Overpass Black"), url(../fonts/Overpass-Black.eot?#iefix) format("embedded-opentype"), url(../fonts/Overpass-Black.woff2) format("woff2"), url(../fonts/Overpass-Black.woff) format("woff"), url(../fonts/Overpass-Black.svg#Overpass-Black) format("svg");
    font-weight: 900;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Overpass;
    src: url(../fonts/Overpass-Regular.eot);
    src: local("Overpass Regular"), url(../fonts/Overpass-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/Overpass-Regular.woff2) format("woff2"), url(../fonts/Overpass-Regular.woff) format("woff"), url(../fonts/Overpass-Regular.svg#Overpass-Regular) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Overpass Light;
    src: url(../fonts/Overpass-Light.eot);
    src: local("Overpass Light"), url(../fonts/Overpass-Light.eot?#iefix) format("embedded-opentype"), url(../fonts/Overpass-Light.woff2) format("woff2"), url(../fonts/Overpass-Light.woff) format("woff"), url(../fonts/Overpass-Light.svg#Overpass-Light) format("svg");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Font Awesome\ 5 Pro Solid;
    src: url(../fonts/FontAwesome5Pro-Solid.eot);
    src: local("FontAwesome5Pro-Solid"), url(../fonts/FontAwesome5Pro-Solid.eot?#iefix) format("embedded-opentype"), url(../fonts/FontAwesome5Pro-Solid.woff2) format("woff2"), url(../fonts/FontAwesome5Pro-Solid.woff) format("woff"), url(../fonts/FontAwesome5Pro-Solid.svg#FontAwesome5Pro-Solid) format("svg");
    font-weight: 900;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Overpass Thin;
    src: url(../fonts/Overpass-Thin.eot);
    src: local("Overpass Thin"), url(../fonts/Overpass-Thin.eot?#iefix) format("embedded-opentype"), url(../fonts/Overpass-Thin.woff2) format("woff2"), url(../fonts/Overpass-Thin.woff) format("woff"), url(../fonts/Overpass-Thin.svg#Overpass-Thin) format("svg");
    font-weight: 100;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Overpass Lotus Headlines Exlight;
    src: url(../fonts/overpass-headlines-exlight.eot);
    src: local("Overpass Lotus Headlines ExLight"), url(../fonts/overpass-headlines-exlight.eot?#iefix) format("embedded-opentype"), url(../fonts/overpass-headlines-exlight.woff2) format("woff2"), url(../fonts/overpass-headlines-exlight.woff) format("woff");
    font-weight: 200;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Overpass Lotus Headlines;
    src: url(../fonts/overpass-headlines.eot);
    src: local("Overpass Lotus Headlines"), url(../fonts/overpass-headlines.eot?#iefix) format("embedded-opentype"), url(../fonts/overpass-headlines.woff2) format("woff2"), url(../fonts/overpass-headlines.woff) format("woff");
    font-weight: 200;
    font-style: normal;
    font-display: swap
}

.__ff-arial {
    font-family: Arial, sans-serif
}

.__ff-times-new-roman {
    font-family: Times New Roman, sans-serif
}

.__ff-overpass-bold {
    font-family: Overpass Bold, Source Han Sans CN Normal, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif
}

.__ff-overpass-black {
    font-family: Overpass Black, Source Han Sans CN Normal, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif
}

.__ff-overpass {
    font-family: Overpass, Source Han Sans CN Normal, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif
}

.__ff-overpass-thin {
    font-family: Overpass Thin, Source Han Sans CN ExtraLight, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif
}

.__ff-overpass-light {
    font-family: Overpass Light, Source Han Sans CN ExtraLight, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif
}

.__ff-source-han-sans-cn-bold {
    font-family: Source Han Sans CN Bold, Overpass, Source Han Sans CN Normal, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif
}

.__ff-source-han-sans-cn-normal {
    font-family: Source Han Sans CN Normal, Overpass, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif
}

.__ff-source-han-sans-cn-extra-light {
    font-family: Source Han Sans CN ExtraLight, Overpass Light, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif
}

.__ff-overpass-headlines {
    font-family: Overpass Lotus Headlines, Source Han Sans CN Normal, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif
}

.__ff-overpass-headlines-ex-light {
    font-family: Overpass Lotus Headlines Exlight, Source Han Sans CN ExtraLight, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif
}

.__ff-noto-jp {
    font-family: Noto Sans JP Regular, Overpass, Source Han Sans CN Normal, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    line-height: 1.3
}

.__ff-noto-jp-light {
    font-family: Noto Sans JP Light, Overpass Light, Source Han Sans CN ExtraLight, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    line-height: 1.3
}

.__ff-noto-jp-thin {
    font-family: Noto Sans JP Thin, Overpass Light, Source Han Sans CN ExtraLight, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    line-height: 1.3
}

.__ff-noto-jp-semibold {
    font-family: Noto Sans JP SemiBold, Overpass, Source Han Sans CN Normal, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    line-height: 1.3
}

.__ff-noto-jp-medium {
    font-family: Noto Sans JP Medium, Overpass, Source Han Sans CN Normal, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    line-height: 1.3
}

.__ff-noto-jp-bold {
    font-family: Noto Sans JP Bold, Overpass, Source Han Sans CN Normal, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    line-height: 1.3
}

.__ff-noto-kr {
    font-family: Noto Sans KR Regular, Overpass, Source Han Sans CN Normal, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    line-height: 1.3
}

.__ff-noto-kr-light {
    font-family: Noto Sans KR Light, Overpass Light, Source Han Sans CN ExtraLight, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    line-height: 1.3
}

.__ff-noto-kr-thin {
    font-family: Noto Sans KR Thin, Overpass Light, Source Han Sans CN ExtraLight, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    line-height: 1.3
}

.__ff-noto-kr-semibold {
    font-family: Noto Sans KR SemiBold, Overpass, Source Han Sans CN Normal, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    line-height: 1.3
}

.__ff-noto-kr-medium {
    font-family: Noto Sans KR Medium, Overpass, Source Han Sans CN Normal, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    line-height: 1.3
}

.__ff-noto-kr-bold {
    font-family: Noto Sans KR Bold, Overpass, Source Han Sans CN Normal, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    line-height: 1.3
}

.c-lotus-story-video {
    width: 100vw;
    height: 100vh
}

.c-market-detector__main {
    position: fixed;
    z-index: 12;
    width: 100%;
    height: 292px;
    background-color: #4f4f4f;
    color: #fff;
    padding: 40px 16px 16px
}

.c-market-detector__main.theme-white {
    background: #fff;
    color: #000
}

.c-market-detector__main.theme-light-grey {
    background: #f2f1f0;
    color: #000
}

.c-market-detector__main.theme-neutral-grey {
    background: #4f4f4f;
    color: #fff
}

.c-market-detector__main.theme-yellow {
    background: #E3242B;
    color: #000
}

.c-market-detector__main.theme-night-blue {
    background: #101724;
    color: #E3242B
}

.c-market-detector__main.theme-black {
    background: #000;
    color: #fff
}

.c-market-detector__main.theme-black .active {
    color: #fff
}

.c-market-detector__main.theme-yellow-white {
    background-image: linear-gradient(180deg, #E3242B, #fff 60%);
    color: #000
}

.c-market-detector__main.theme-white-yellow {
    background-image: linear-gradient(180deg, #fff, #E3242B 60%);
    color: #000
}

.c-market-detector__close {
    position: absolute;
    top: 16px;
    right: 16px;
    cursor: pointer
}

.c-market-detector__title {
    width: 100%;
    text-align: start
}

.c-market-detector .e-dropdown {
    margin-top: 16px
}

.c-market-detector .e-dropdown__error-box {
    display: none
}

.c-market-detector__go {
    width: 100% !important;
    margin-top: 16px
}

@media(min-width:1200px) {
    .c-market-detector {
        height: 85px
    }

    .c-market-detector__main {
        height: 85px;
        display: flex;
        align-items: center;
        padding: 16px
    }

    .c-market-detector__title {
        width: 50vw;
        flex-shrink: 0;
        text-align: end;
        padding-right: 16px
    }

    .c-market-detector__form {
        display: flex;
        flex-shrink: 0
    }

    .c-market-detector .e-dropdown {
        width: calc(12.5vw + 1px);
        margin-top: 0;
        margin-right: 20px
    }

    .c-market-detector__close {
        position: absolute;
        top: 50%;
        transform: translateY(-50%)
    }

    .c-market-detector__go {
        width: -moz-fit-content !important;
        width: fit-content !important;
        margin-top: 0;
        margin-left: 10px;
        flex-shrink: 0
    }

    .c-market-detector__go .e-icon {
        display: flex !important
    }
}

.c-market-selector {
    height: 100vh;
    color: #fff
}

.c-market-selector .e-background-image {
    height: 100%
}

.c-market-selector .e-background-image__content {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 8px
}

@media(min-width:992px) {
    .c-market-selector .e-background-image__content {
        grid-template-columns: repeat(24, 1fr)
    }
}

.c-market-selector__title {
    margin-bottom: 12px
}

.c-market-selector__form {
    grid-column-start: 2;
    grid-column-end: 12;
    grid-row-start: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.c-market-selector .s-dynamic-form__item-control .e-dropdown__selection {
    background: #fff;
    color: #000
}

@media(min-width:992px) {
    .c-market-selector__form {
        grid-column-start: 2;
        grid-column-end: 9;
        grid-row-start: 1
    }

    .c-market-selector__form .e-site-button {
        align-self: flex-start;
        min-width: 190px
    }
}

.c-marquee-text {
    width: 100%;
    overflow: hidden;
    padding: 10px 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff
}

.c-marquee-text__content {
    white-space: nowrap
}

.c-marquee-text__title {
    display: inline-block
}

.c-marquee-text__title-txt {
    font-size: 112px;
    line-height: 1
}

@media(min-width:992px) {
    .c-marquee-text__title-txt {
        font-size: 200px
    }
}

@media(min-width:1200px) {
    .c-marquee-text__title-txt {
        font-size: 224px
    }
}

.c-menu-bar {
    width: 100%;
    padding: 8px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all .6s cubic-bezier(0, 0, .4, .2);
    position: relative
}

.c-menu-bar.sticky {
    position: fixed;
    top: 0;
    z-index: 10
}

.c-menu-bar.sticky.has-header {
    top: 50px
}

.c-menu-bar.sticky.has-header.header-hidden {
    top: 0
}

.c-menu-bar.header-theme-transparent.has-header {
    top: 50px;
    z-index: 2
}

.c-menu-bar.theme-opaque-dark {
    background: #000;
    color: #fff
}

.c-menu-bar.theme-opaque-dark .c-menu-bar__menus {
    background: #000
}

.c-menu-bar.theme-opaque-dark .c-menu-bar__menu,
.c-menu-bar.theme-opaque-dark .c-menu-bar__menu:active,
.c-menu-bar.theme-opaque-dark .c-menu-bar__menu:visited {
    color: #b8b8b8
}

.c-menu-bar.theme-opaque-dark .c-menu-bar__menu.active,
.c-menu-bar.theme-opaque-dark .c-menu-bar__menu.active:hover {
    color: #fff
}

.c-menu-bar.theme-opaque-dark .c-menu-bar__menu:hover {
    color: #fff200
}

.c-menu-bar.theme-opaque-light {
    background: #fff;
    color: #000
}

.c-menu-bar.theme-opaque-light .c-menu-bar__menus {
    background: #fff
}

.c-menu-bar.theme-opaque-light .c-menu-bar__menu.active,
.c-menu-bar.theme-opaque-light .c-menu-bar__menu:hover {
    color: #000
}

.c-menu-bar.theme-transparent-dark {
    background: transparent;
    border-top: 1px solid #b8b8b8;
    color: #000
}

.c-menu-bar.theme-transparent-dark.scroll.scrolling-theme-black {
    background: #000;
    color: #fff
}

.c-menu-bar.theme-transparent-dark.scroll.scrolling-theme-black .c-menu-bar__menus {
    background: #000
}

.c-menu-bar.theme-transparent-dark.scroll.scrolling-theme-black .c-menu-bar__menu,
.c-menu-bar.theme-transparent-dark.scroll.scrolling-theme-black .c-menu-bar__menu:active,
.c-menu-bar.theme-transparent-dark.scroll.scrolling-theme-black .c-menu-bar__menu:visited {
    color: #b8b8b8
}

.c-menu-bar.theme-transparent-dark.scroll.scrolling-theme-black .c-menu-bar__menu.active,
.c-menu-bar.theme-transparent-dark.scroll.scrolling-theme-black .c-menu-bar__menu.active:hover {
    color: #fff
}

.c-menu-bar.theme-transparent-dark.scroll.scrolling-theme-black .c-menu-bar__menu:hover {
    color: #fff200
}

.c-menu-bar.theme-transparent-dark.scroll.scrolling-theme-white {
    background: #fff;
    color: #000
}

.c-menu-bar.theme-transparent-dark.scroll.scrolling-theme-white .c-menu-bar__menus {
    background: #fff
}

.c-menu-bar.theme-transparent-dark.scroll.scrolling-theme-white .c-menu-bar__menu.active,
.c-menu-bar.theme-transparent-dark.scroll.scrolling-theme-white .c-menu-bar__menu:hover {
    color: #000
}

.c-menu-bar.theme-transparent-dark .c-menu-bar__menus {
    background: transparent
}

.c-menu-bar.theme-transparent-dark .c-menu-bar__menu,
.c-menu-bar.theme-transparent-dark .c-menu-bar__menu:active,
.c-menu-bar.theme-transparent-dark .c-menu-bar__menu:visited {
    color: #757575
}

.c-menu-bar.theme-transparent-dark .c-menu-bar__menu.active,
.c-menu-bar.theme-transparent-dark .c-menu-bar__menu:hover {
    color: #000
}

.c-menu-bar.theme-transparent-light {
    background: transparent;
    border-top: 1px solid #757575;
    color: #fff
}

.c-menu-bar.theme-transparent-light.scroll.scrolling-theme-black {
    background: #000;
    color: #fff
}

.c-menu-bar.theme-transparent-light.scroll.scrolling-theme-black .c-menu-bar__menus {
    background: #000
}

.c-menu-bar.theme-transparent-light.scroll.scrolling-theme-black .c-menu-bar__menu,
.c-menu-bar.theme-transparent-light.scroll.scrolling-theme-black .c-menu-bar__menu:active,
.c-menu-bar.theme-transparent-light.scroll.scrolling-theme-black .c-menu-bar__menu:visited {
    color: #b8b8b8
}

.c-menu-bar.theme-transparent-light.scroll.scrolling-theme-black .c-menu-bar__menu.active,
.c-menu-bar.theme-transparent-light.scroll.scrolling-theme-black .c-menu-bar__menu.active:hover {
    color: #fff
}

.c-menu-bar.theme-transparent-light.scroll.scrolling-theme-black .c-menu-bar__menu:hover {
    color: #fff200
}

.c-menu-bar.theme-transparent-light.scroll.scrolling-theme-white {
    background: #fff;
    color: #000
}

.c-menu-bar.theme-transparent-light.scroll.scrolling-theme-white .c-menu-bar__menus {
    background: #fff
}

.c-menu-bar.theme-transparent-light.scroll.scrolling-theme-white .c-menu-bar__menu.active,
.c-menu-bar.theme-transparent-light.scroll.scrolling-theme-white .c-menu-bar__menu:hover {
    color: #000
}

.c-menu-bar.theme-transparent-light .c-menu-bar__menus {
    background: transparent
}

.c-menu-bar.theme-transparent-light .c-menu-bar__menu,
.c-menu-bar.theme-transparent-light .c-menu-bar__menu:active,
.c-menu-bar.theme-transparent-light .c-menu-bar__menu:visited {
    color: #b8b8b8
}

.c-menu-bar.theme-transparent-light .c-menu-bar__menu.active,
.c-menu-bar.theme-transparent-light .c-menu-bar__menu.active:hover {
    color: #fff
}

.c-menu-bar.theme-transparent-light .c-menu-bar__menu:hover {
    color: #fff200
}

.c-menu-bar.theme-semi-transparent-dark {
    color: #fff
}

.c-menu-bar.theme-semi-transparent-dark,
.c-menu-bar.theme-semi-transparent-dark .c-menu-bar__menus {
    background: rgba(0, 0, 0, .5);
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px)
}

.c-menu-bar.theme-semi-transparent-dark .c-menu-bar__menu,
.c-menu-bar.theme-semi-transparent-dark .c-menu-bar__menu:active,
.c-menu-bar.theme-semi-transparent-dark .c-menu-bar__menu:visited {
    color: #b8b8b8
}

.c-menu-bar.theme-semi-transparent-dark .c-menu-bar__menu.active,
.c-menu-bar.theme-semi-transparent-dark .c-menu-bar__menu.active:hover {
    color: #fff
}

.c-menu-bar.theme-semi-transparent-dark .c-menu-bar__menu:hover {
    color: #fff200
}

.c-menu-bar.theme-semi-transparent-light {
    color: #000
}

.c-menu-bar.theme-semi-transparent-light,
.c-menu-bar.theme-semi-transparent-light .c-menu-bar__menus {
    background: hsla(0, 0%, 100%, .5);
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px)
}

.c-menu-bar.theme-semi-transparent-light .c-menu-bar__menu.active,
.c-menu-bar.theme-semi-transparent-light .c-menu-bar__menu:hover {
    color: #000
}

.c-menu-bar.scrolling-theme-black.open {
    background: #000
}

.c-menu-bar.scrolling-theme-black.open.has-header,
.c-menu-bar.scrolling-theme-black.open.has-header .c-menu-bar__menu.active {
    color: #fff
}

.c-menu-bar.scrolling-theme-black .c-menu-bar__menus {
    background: #000
}

.c-menu-bar.scrolling-theme-black.has-header.header-hidden {
    background: #000;
    color: #fff
}

.c-menu-bar.scrolling-theme-black.has-header.header-hidden .c-menu-bar__menus {
    background: #000
}

.c-menu-bar.scrolling-theme-black.has-header.header-hidden .c-menu-bar__menu,
.c-menu-bar.scrolling-theme-black.has-header.header-hidden .c-menu-bar__menu:active,
.c-menu-bar.scrolling-theme-black.has-header.header-hidden .c-menu-bar__menu:visited {
    color: #b8b8b8
}

.c-menu-bar.scrolling-theme-black.has-header.header-hidden .c-menu-bar__menu.active,
.c-menu-bar.scrolling-theme-black.has-header.header-hidden .c-menu-bar__menu.active:hover {
    color: #fff
}

.c-menu-bar.scrolling-theme-black.has-header.header-hidden .c-menu-bar__menu:hover {
    color: #fff200
}

.c-menu-bar.scrolling-theme-white.open {
    background: #fff
}

.c-menu-bar.scrolling-theme-white.open.has-header {
    color: #000
}

.c-menu-bar.scrolling-theme-white.open.has-header .c-menu-bar__menu.active {
    color: #000 !important
}

.c-menu-bar.scrolling-theme-white .c-menu-bar__menus {
    background: #fff
}

.c-menu-bar.scrolling-theme-white.has-header.header-hidden {
    background: #fff;
    color: #000
}

.c-menu-bar.scrolling-theme-white.has-header.header-hidden .c-menu-bar__menus {
    background: #fff
}

.c-menu-bar.scrolling-theme-white.has-header.header-hidden .c-menu-bar__menu.active,
.c-menu-bar.scrolling-theme-white.has-header.header-hidden .c-menu-bar__menu:hover {
    color: #000
}

.c-menu-bar__menus {
    display: flex;
    flex-direction: column;
    gap: 24px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 24px;
    font-size: 12px
}

.c-menu-bar__menu {
    cursor: pointer
}

.c-menu-bar__menu,
.c-menu-bar__menu:active,
.c-menu-bar__menu:visited {
    color: #757575
}

.c-menu-bar__menu.active {
    color: #fff
}

.c-menu-bar__selection {
    display: flex;
    gap: 8px
}

.c-menu-bar__selection .e-icon {
    position: relative;
    top: -2px;
    transition: transform .3s;
    transform-origin: center center
}

.c-menu-bar__selection .e-icon.open {
    transform: rotate(180deg);
    top: 0
}

.c-menu-bar__selected {
    font-size: 12px
}

@media(min-width:992px) {
    .c-menu-bar {
        padding: 8px calc(4.16667vw + .33333px)
    }

    .c-menu-bar.header-theme-transparent.has-header,
    .c-menu-bar.sticky.has-header {
        top: 50px
    }

    .c-menu-bar.theme-opaque-dark .c-menu-bar__menus,
    .c-menu-bar.theme-opaque-light .c-menu-bar__menus {
        background: transparent
    }

    .c-menu-bar.theme-semi-transparent-dark .c-menu-bar__menus,
    .c-menu-bar.theme-semi-transparent-light .c-menu-bar__menus {
        background: transparent;
        -webkit-backdrop-filter: none;
        backdrop-filter: none
    }

    .c-menu-bar.scrolling-theme-black .c-menu-bar__menus,
    .c-menu-bar.scrolling-theme-black.has-header.header-hidden .c-menu-bar__menus,
    .c-menu-bar.scrolling-theme-white .c-menu-bar__menus,
    .c-menu-bar.scrolling-theme-white.has-header.header-hidden .c-menu-bar__menus {
        background: transparent
    }

    .c-menu-bar__selection {
        display: none
    }

    .c-menu-bar__menus {
        position: static;
        padding: 0;
        gap: 56px;
        flex-direction: row;
        align-items: center;
        background: transparent
    }
}

@media(min-width:1200px) {

    .c-menu-bar.header-theme-transparent.has-header,
    .c-menu-bar.sticky.has-header {
        top: 62px
    }
}