@charset "UTF-8";

@font-face {
    font-family: swiper-icons;
    src: url(data:application/font-woff;charset=utf-8;base64,\ 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);
    font-weight: 400;
    font-style: normal;
}

:root {
    --swiper-theme-color: #007aff;
}

:host {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block;
}

.swiper-vertical > .swiper-wrapper {
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
    transform: translateZ(0);
}

.swiper-horizontal {
    touch-action: pan-y;
}

.swiper-vertical {
    touch-action: pan-x;
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block;
}

.swiper-slide-invisible-blank {
    visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto;
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d;
}

.swiper-3d {
    perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
    transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
    scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
    scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
    scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper:before {
    content: "";
    flex-shrink: 0;
    order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper:before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper:before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after);
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
    background: #00000026;
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, #00000080, #0000);
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, #00000080, #0000);
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, #00000080, #0000);
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, #00000080, #0000);
}

.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%;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0);
    }

    to {
        transform: rotate(360deg);
    }
}

.swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after {
    height: 1px;
    width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after {
    width: 1px;
    height: var(--swiper-virtual-size);
}

:root {
    --swiper-navigation-size: 44px;
}
.copy-btn {
    font-size: 0.729vw;
}
.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: var(--swiper-navigation-top-offset, 50%);
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - var(--swiper-navigation-size) / 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    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.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
    display: none !important;
}

.swiper-button-next svg,
.swiper-button-prev svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform-origin: center;
}

.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
    transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 10px);
    right: auto;
}

.swiper-button-lock {
    display: none;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: "next";
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: 0.3s opacity;
    transform: translateZ(0);
    z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
    display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 13px);
    top: var(--swiper-pagination-top, auto);
    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,
.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: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-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:only-child {
    display: none !important;
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
    right: var(--swiper-pagination-right, 8px);
    left: var(--swiper-pagination-left, auto);
    top: 50%;
    transform: translate3d(0, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition:
        0.2s transform,
        0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translate(-50%);
    white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition:
        0.2s transform,
        0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition:
        0.2s transform,
        0.2s right;
}

.swiper-pagination-fraction {
    color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
    background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
    position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    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-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
    width: var(--swiper-pagination-progressbar-size, 4px);
    height: 100%;
    left: 0;
    top: 0;
}

.swiper-pagination-lock {
    display: none;
}

.swiper-scrollbar {
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    position: relative;
    touch-action: none;
    background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
    display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
    position: absolute;
    left: var(--swiper-scrollbar-sides-offset, 1%);
    bottom: var(--swiper-scrollbar-bottom, 4px);
    top: var(--swiper-scrollbar-top, auto);
    z-index: 50;
    height: var(--swiper-scrollbar-size, 4px);
    width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical > .swiper-scrollbar {
    position: absolute;
    left: var(--swiper-scrollbar-left, auto);
    right: var(--swiper-scrollbar-right, 4px);
    top: var(--swiper-scrollbar-sides-offset, 1%);
    z-index: 50;
    width: var(--swiper-scrollbar-size, 4px);
    height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
    border-radius: var(--swiper-scrollbar-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%;
    object-fit: contain;
}

.swiper-slide-zoomed {
    cursor: move;
    touch-action: none;
}

.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
    flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper.swiper-cube {
    overflow: visible;
}

.swiper-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
    transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
    content: "";
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
    pointer-events: auto;
    visibility: visible;
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper.swiper-flip {
    overflow: visible;
}

.swiper-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform, opacity, height;
}

.swiper.swiper-cards {
    overflow: visible;
}

.swiper-cards .swiper-slide {
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
}

@font-face {
    font-family: UTM CAFETA;
    src: url(/sukien/landing/assets/UTM%20CAFETA-BoDPI9Am.TTF) format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: UTM KHUCCAMTA;
    src: url(/sukien/landing/assets/UTM%20KHUCCAMTA-CDdscwEG.TTF) format("truetype");
    font-display: swap;
}

@font-face {
    font-family: FZBOLDGAME;
    src: url(/sukien/landing/assets/FZBOLDGAME-j_3yUS03.OTF) format("truetype");
    font-display: swap;
}

body,
html {
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    font-family: UTM CAFETA;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

body.modal-open {
    position: fixed;
    width: 100%;
    overflow: hidden;
    touch-action: none;
}

.greyfilter {
    filter: grayscale(100%) !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

* {
    box-sizing: border-box;
}

.imgFull {
    width: 100%;
    height: auto;
    display: block;
}

section {
    position: relative;
    margin: 0;
    padding: 0;
}

.section-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.section-container .section1-content {
    position: relative;
    width: 100%;
    height: 100%;
}

.section-container .section1-content .section1-content-list {
    position: absolute;
    bottom: 2.5vw;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.04vw;
}

.section-container .section1-content .section1-logo-small {
    width: 13.28vw;
    height: 7.34vw;
    position: absolute;
    left: 21vw;
    top: 1vw;
}

.section-container .section1-content .section1-logo-small img {
    width: 100%;
}

.section-container .section1-content .section1-logo-title {
    width: 34.22vw;
    height: 28.13vw;
    position: absolute;
    left: 9vw;
    top: 9vw;
}

.section-container .section1-content .section1-logo-title img {
    width: 100%;
}

.section-container .section1-content .section1-login {
    display: flex;
    position: absolute;
    right: 12vw;
    top: 1vw;
    gap: 1vw;
}

.section-container .section1-content .section1-login .btn-home {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    gap: 0.5vw;
    flex-direction: row;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding-bottom: 0.4vw;
}

.section-container .section1-content .section1-login .btn-home img {
    width: 1.198vw !important;
    height: 1.198vw;
    aspect-ratio: 1/1;
}

.section-container .section1-content .section1-login .btn-home .home {
    font-size: 1.3vw;
    line-height: 100%;
    color: white;
}

.section-container .section1-content .section1-login img {
    width: 10.83vw;
    cursor: pointer;
}

.section-container .section1-content .section1-login .section1-login-logout {
    position: relative;
    cursor: default !important;
}

.section-container .section1-content .section1-login .section1-login-logout .button {
    cursor: default !important;
}

.section-container .section1-content .section1-login .section1-login-logout .btn-logout {
    position: absolute !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 8.83vw;
    color: black;
    cursor: pointer;
}

.section-container .section1-content .section1-login .section1-login-logout .btn-logout h3 {
    margin: 0;
    padding: 0;
    width: 100% !important;
    overflow: hidden;
    white-space: nowrap;
    color: white;
    font-size: 1.3vw;
    text-overflow: ellipsis;
    text-align: center;
    line-height: 100%;
    padding-bottom: 0.4vw
}

.section-container .section1-content .section1-login .section1-login-logout .btn-logout img {
    width: 1.56vw !important;
    height: 1.56vw !important;
    margin-right: 0.52vw;
}

.section-container .section1-content .logo {
    width: 9.95vw;
    height: 9.95vw;
    cursor: pointer;
}

.section-container .section1-content .logo img {
    width: 100%;
}

.section-container .section1-content .list-down ul {
    width: 9.79vw;
    margin: 0;
    list-style: none;
    padding: 0;
    cursor: pointer;
}

.section-container .section1-content .list-down ul li {
    height: 3.23vw;
}

.section-container .section1-content .list-down ul li img {
    width: 100%;
}

.section-container .section1-content .topup {
    width: 9.95vw;
    height: 9.95vw;
    cursor: pointer;
}

.section-container .section1-content .topup img {
    width: 100%;
}

#app {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    display: flex;
    flex-direction: column;
}

#app > * {
    margin: 0;
}

main {
    display: flex;
    flex-direction: column;
}

.bg-mobile,
.section1 .slogan {
    display: none;
}

.section1 .character {
    position: absolute;
    top: 0;
    transition: all 0.3s ease;
    pointer-events: none;
}

.section1 .character.glow:before {
    opacity: 1;
    transform: scale(1.05);
}

.section1 .character.glow img {
    filter: brightness(1.3);
}

.section1 .character:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.3s ease;
    pointer-events: none;
    z-index: 2;
}

.section1 .character .character-cursor {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    width: 37%;
    height: 100%;
    cursor: pointer;
    pointer-events: visible;
    z-index: 3;
}

.section1 .character img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
}

.section1 .character1 {
    width: 48.0208333333vw;
    left: 8.75vw;
    z-index: 1;
    animation: floatCharacter 6s ease-in-out infinite;
}

.section1 .character1:before {
    background: radial-gradient(circle at center, #f006, #f000 70%);
}

.section1 .character2 {
    width: 51.25vw;
    right: 21.875vw;
    z-index: 3;
    animation: floatCharacter2 8s ease-in-out infinite;
}

.section1 .character2:before {
    background: radial-gradient(circle at center, #0ff6, #0ff0 70%);
}

.section1 .character3 {
    width: 36.1979166667vw;
    right: 15.625vw;
    z-index: 1;
    animation: floatCharacter 6s ease-in-out infinite;
}

.section1 .character3:before {
    background: radial-gradient(circle at center, #f0f6, #f0f0 70%);
}

.section2 .section-content {
    width: 100%;
    padding: 0;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.section2 .modal-items {
    display: none;
}

.section2 .section-content .title-register {
    display: block;
    width: 39.375vw;
    height: auto;
    max-width: none;
    align-items: center;
    margin-top: 1.042vw;
}

.section2 .register-block {
    padding: 0 1.0416666667vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-height: 20.313vw;
    margin-top: 2.604vw;
    /*    margin-bottom: 3.125vw*/
}

.section2 .register-block > div {
    display: flex;
    gap: 5vw;
    justify-content: space-around;
}

.section2 .register-block h2 {
    font-size: 1.434vw;
}

.section2 .register-block .day {
    width: 12.552vw;
    height: 19.74vw;
    margin: 0 -1.28125vw;
    background-size: cover !important;
    text-align: center;
    filter: grayscale(0);
    overflow: visible;
    position: relative;
    z-index: 1;
}

.section2 .register-block .day:hover {
    z-index: 50;
}

.section2 .register-block .day .day-frame {
   
    pointer-events: none;
}

.section2 .register-block .day.active {
    filter: grayscale(0);
}

    .section2 .register-block .day .title {
        position: absolute;
        top: 3.6vw;
        font-size: 1.1vw;
        white-space: normal;
        text-align: center;
        overflow-wrap: break-word;
        word-wrap: break-word;
        left: 50%;
        transform: translateX(-50%);
        padding-right: 0.5vw;
        color: #5c4739;
    }

.section2 .register-block .day .btn-items {
    position: absolute;
    top:7.5vw;
    left: 50%;
    transform: translateX(-50%);
    padding-right: 0.5vw;
    z-index: 5;
}

.section2 .register-block .day .btn-items img {
    width: 2.448vw;
    height: auto;
}

.section2 .register-block .day .btn-items .popup {
    position: absolute;
    left: calc(100%);
    top: 50%;
    transform: translateY(-50%) translateX(10px);
    width: 16.875vw;
    height: 12.865vw;
    opacity: 0;
    visibility: hidden;
    transition: 0.25s ease;
    z-index: 100;
}

.section2 .register-block .day .btn-items:hover .popup {
    opacity: 1;
    visibility: visible;
    transform: translateY(-50%) translateX(0);
}

.section2 .register-block .day .btn-items .popup .popup-content {
    width: 100%;
    height: 100%;
    position: relative;
}

.section2 .register-block .day .btn-items .popup .popup-content img {
    width: 100%;
    height: 100%;
}

.section2 .register-block .day .btn-items .popup .popup-content .btn-close {
    position: absolute;
    top: 1.8vw;
    right: 1vw;
    width: 1.771vw;
    height: auto;
}

.section2 .register-block .day .btn-items .popup .popup-content .reward-grid {
    position: absolute;
    top: 2.8vw;
    right: 0.9vw;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.6vw 0.5vw;
    width: fit-content;
}

.section2 .register-block .day .btn-items .popup .popup-content .reward-grid .reward-item {
    display: flex;
    align-items: center;
    gap: 0.469vw;
}

.section2 .register-block .day .btn-items .popup .popup-content .reward-grid .reward-item img {
    width: 2.604vw;
    height: 2.604vw;
}

.section2 .register-block .day .btn-items .popup .popup-content .reward-grid .reward-item .text {
    display: flex;
    flex-direction: column;
    width: 4vw;
    /*                            height: 2.604vw;*/
    font-size: 1vw;
    font-family: UTM CAFETA;
}

.section2 .register-block .day .btn-getcode {
    display: block;
    position: absolute;
    bottom: 3.2vw;
    padding-right: 0.6vw;
    width: 5.57vw;
    z-index: 3;
    transition: all 0.3s ease;
    cursor: pointer;
    text-decoration: none;
    color: #ffffd9;
}
.section2 .register-block .day .btn-getcode img {
    width : 100%;
}

.section2 .register-block .day.day1 {
    margin-bottom: 6.79vw;
}

.section2 .register-block .day.day2 {
    /*             padding-top: 6.49vw */
}

.section2 .register-block .day.day3 {
    margin-bottom: 6.79vw;
}

.section2 .register-block .day.day4 {
    /*             margin-top: 6.49vw */
}

.section2 .register-block .day.day5 {
    margin-bottom: 6.79vw;
}

.section2 .register-block .day.day6 {
    /*             margin-top: 6.49vw */
}

.section2 .register-block .day.day7 {
    margin-bottom: 6.79vw;
}

.mySwiper {
    display: none !important;
}

/*.section2 .register-block .day .popup-code {
            pointer-events: none;
            opacity: 0;
            transform: translateY(.5208333333vw);
            transition: all .3s ease
        }

            .section2 .register-block .day .popup-code.show {
                opacity: 1;
                transform: translateY(0)
            }*/

.section3 .section-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.section3 .section-content .title-gift {
    width: 32.66vw;
    height: 24.32vw;
    position: relative;
    margin-bottom: 1.3vw;
    z-index: 20;
}

.section3 .section-content .title-gift .img-gift {
    width: 32.66vw;
    height: 24.32vw;
    position: relative;
}

.section3 .section-content .title-gift .popup {
    display: none;
    position: absolute;
    left: calc(100%);
    top: 50%;
    transform: translateY(-50%) translateX(0px);
    width: 16.875vw;
    height: 12.865vw;
    z-index: 10;
    /* pointer-events: none; */
}

.section3 .section-content .title-gift:hover .popup {
    display: block;
}

.section3 .section-content .title-gift .popup .popup-content {
    width: 100%;
    height: 100%;
    position: relative;
}

.section3 .section-content .title-gift .popup .popup-content img {
    width: 100%;
    height: 100%;
}

.section3 .section-content .title-gift .popup .popup-content .reward-grid {
    position: absolute;
    top: 2.8vw;
    right: 0.9vw;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.6vw 0.5vw;
    width: fit-content;
}
.section3 .section-content .title-gift .popup .popup-content .title-login {
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    gap: 0.6vw 0.5vw;
    width: 80%;
    text-align:center;
    justify-content: center;
    align-items: center;
    transform: translate(-50%, -50%);
    font-size: 1vw;

}
.section3 .section-content .title-gift .popup .popup-content .reward-grid .reward-item {
    display: flex;
    align-items: center;
    gap: 0.469vw;
}

.section3 .section-content .title-gift .popup .popup-content .reward-grid .reward-item img {
    width: 2.604vw;
    height: 2.604vw;
}

.section3 .section-content .title-gift .popup .popup-content .reward-grid .reward-item .text {
    display: flex;
    flex-direction: column;
    width: 4vw;
    /*                            height: 2.604vw;*/
    font-size: 1.042vw;
    font-family: UTM CAFETA;
}

.section3 .section-content .title-gift .click-overlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    cursor: pointer;
}

.section3 .section-content .title-gift .btn-gift {
    cursor: pointer;
    width: 15.78vw;
    height: 4.38vw;
    position: absolute;
    bottom: 0.42vw;
    left: 50%;
    transform: translateX(-50%);
    z-index: 50;
}

.section3 .section-content .list-btn-gift {
    display: flex;
    gap: 1.82vw;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}

.section3 .section-content .list-btn-gift img {
    cursor: pointer;
    width: 16.72vw;
    height: 4.48vw;
    display: block;
    height: auto;
    max-width: 100%;
}

.section4 .section-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.section4 .section-content .title-package {
    width: 28.44vw;
    height: 9.53vw;
}

.section4 .section-content .title-package img {
    width: 100%;
}

.section4 .section-content .content-package {
    display: flex;
    position: relative;
    width: 100%;
}

.section4 .section-content .content-package .text {
    position: absolute;
    left: 16.66vw;
    font-size: 1.6vw;
    font-family: UTM CAFETA;
    top: 6.93vw;
    width: 29.5vw;
    display: flex;
    flex-direction: column;
    gap: 0.63vw;
    color: #ffeeda
}

.section4 .section-content .content-package .text .text-detail {
    max-height: 19.27vw;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 0.63vw;
    line-height: 1.6;
    
}
.section4 .section-content .content-package .text .text-detail a {
    text-decoration: none;
    color: #fcb304
}

.section4 .section-content .content-package .qr .package-qr {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 8.54vw;
}

.section4 .section-content .content-package .qr {
    position: absolute;
    right: 12.66vw;
}

.section4 .section-content .content-package .qr .container {
    position: relative;
}

.section4 .section-content .content-package .qr .package-bg {
    width: 41.41vw;
    height: 35.63vw;
}

.section4 .section-content .content-package .qr .package-qr {
    width: 16.56vw;
    height: 16.56vw;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 8.54vw;
}

.packageSwiper {
    display: block !important;
    width: 100%;
    height: 41.406vw;
    position: absolute;
    left: 0vw;
    margin: 0 !important;
    padding: 0;
}
    .packageSwiper .no-data-slider {
        width: 100%;
        text-align: center;
        padding: 20px;
        color: #fff;
        font-size: 2vw;
        font-weight: bold;
    }
.packageSwiper .swiper-pagination {
    position: absolute;
    bottom: 5vw !important;
}
.packageSwiper .swiper-pagination .swiper-pagination-bullet {
    width: 2vw;
    border-radius: 10px;
}


.section5 .section-content {
    padding-top: 5.7291666667vw;
    width: 43.2291666667vw;
    margin: auto;
}

.section5 .swiper-container {
    width: 100%;
    overflow: visible;
    padding-bottom: 2.0833333333vw;
    display: flex;
    justify-content: center;
}

.section5 .swiper-container .swiper-wrapper {
    align-items: center;
}

.section5 .swiper-container .swiper-slide {
    width: 26.9270833333vw;
    transition: all 0.6s ease;
    opacity: 0 !important;
}

.section5 .swiper-container .swiper-slide img {
    width: 100%;
    height: 35.4166666667vw;
    box-shadow: 0 0 1.5625vw #0000004d;
}

.section5 .swiper-container .swiper-slide.swiper-slide-prev,
.section5 .swiper-container .swiper-slide.swiper-slide-next {
    opacity: 0.5 !important;
}

.section5 .swiper-container .swiper-slide.swiper-slide-active {
    z-index: 2;
    opacity: 1 !important;
}

.section5 .swiper-container .swiper-slide.swiper-slide-active img {
    box-shadow:
        0 0 1.5625vw #00000080,
        0 0 2.6041666667vw #ff88004d;
}

.section5 .swiper-container .swiper-pagination {
    padding-left: 1.5625vw;
}

.section5 .swiper-container .swiper-pagination .swiper-pagination-bullet {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6M0YwRTg3NzdEMUIzMTFFRkEzQzI4MzIyRTREOEQ3NzMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6M0YwRTg3NzhEMUIzMTFFRkEzQzI4MzIyRTREOEQ3NzMiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozRjBFODc3NUQxQjMxMUVGQTNDMjgzMjJFNEQ4RDc3MyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozRjBFODc3NkQxQjMxMUVGQTNDMjgzMjJFNEQ4RDc3MyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoZm8EcAAATDSURBVHjatFZNjFRFEO6/NwvsH7sLGlBYSUxMIByMB06QkCh688CBO/FiYmI8e9F4MB6MF8/cPHLdkHAxxojGxCUECBBIICGAyuyOwO4MM+91+339qmffjrM7Mxvn7X7T76e7qqvqq6rWd3/6Uo141QANvBx2gVGjXxZwomhsStK6sSoxo65zO1CSybowbiXZqKbvVEkYt5LauGOya2QlE9lEvCl8EUcfggrBx/sQ+nqkqHjBD6XEWtsVyL+S/HorBUpiYSQpNynReiN1jDHdZ7eNsO6knjlTwORWVqQ1RhtljR0c+OrOespKqLhty7lB/nYS+Oe9xZEKiK28MoqSvcAR4Ki4ax9wA3j6f1F4EfgIOAvsl1xZBS4CF4Cbyah+SeoGJF0HWIArPhMlk5Xvs8DHYtlXwBWJVz60Eghe4K4wforxfI+CdO0B3i8TVH9hjP4ZcSH7XgxSMgXBZN0a8C5wDpgeUJpOQ8mvGJcR/xnQYFslDk7drbShX1fg3TMYDw8XtnACi16FsqfY5Jy4mhsNrofn+zBamMygWm304vDk0AegZAE8vgcZB/GildyWBGiUAQqn6S2vfBMmW0wuRqA4c6cIOpKrgfUZEnEeMhqmcgKZwwuaWnfWBdS0Aopv4/llSrYBWAGeACTLGuOK0nIApcU4FjKhK9mz5n1owygugmH+En4+wPtjgwICPCyrQTdV6Kq/KBtKrBFL6jTZmCqNDXaklnF7CJjZxk2/AD8yjiyMLC+Fz7lZKppxeKmlsq764ItYObVU3hAVfw08Bj5RZN5/e8sSfP8N5t+ELCbiBF0MJymJaQv9xHnvCxa9jtU2sWwXxnksrouF3+L5Gcb3gFfE8kdRQQgXsZk74nZaTPpek014stXxB2bRkmZlh4zPW9B3KxbsEP7E8/fAZUlMlo9/gOuJppChqzKkIpMEwQkzug3IlJZw8gNJJlUUBbhZkJa/bSrnmtzXyGDHTsgPdbRv20OIHDGJlOukTqc3lDAh22lXVBS7nduQkfs8inGum697wcnXaKGWRg4/RHfxmhTz08XTxTvAXUy+TyFUzvNALauV+4OMTt5ReZ5Xu6IVEsUN8RlkwkHCWFrwTLK/XeZHSO86Kdkyl23ufkHFd85mypcnHSp4Dhb9njyCuaR0vALggf0A2cb8aGPXfwDM3Ok+Z4Fan5rGZvamyKLVIt64lPH0PQUG+sHG/IzN5zDZB9zG+3Wx4pj0kAYel1hK6EZ82y0t2kj+TEH2HCx7kk7nTeyepeV1APXHtKSV1mVRJi54G8PnwKky0zXf/6BiiY95swLnepjAAyJk6z0oYAXYFdniIbIQhrlEC/w/LmXrQ9IF0Wr1SXENr+PxPKj1LJh8D2MTzyYGvywvj5gersKMpgR+JvYCrXIo8cKkNUgKcmC4BHzIXeP7cukF/aB7EARlIXwaAW/jfrW3M+aYyDgUGKfiqLAzKMPKv0NZWXn8+U6OQitGmSXsO4fQeoUQ01j/QuToTZ2xkogNOVNNSPBrVASFbQn8VaLiAcrKxJ1G7uvVytCvtXopJy3p04vy3JDyE6QatypU5rz5eC4ordUlU7c/Eq1X3ShMm5X3FPyGsKkjxfShMHG937nrXwEGAOlbtOrNzwtwAAAAAElFTkSuQmCC)
        no-repeat center/100% 100%;
    width: 1.3020833333vw;
    height: 2.1354166667vw;
    opacity: 1;
}

.section5 .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6M0E1Q0Q3MzVEMUIzMTFFRjk3RUM4M0RGNDhCMjQ3NjUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6M0E1Q0Q3MzZEMUIzMTFFRjk3RUM4M0RGNDhCMjQ3NjUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozQTVDRDczM0QxQjMxMUVGOTdFQzgzREY0OEIyNDc2NSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozQTVDRDczNEQxQjMxMUVGOTdFQzgzREY0OEIyNDc2NSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pu6+Nh8AAARNSURBVHjatJddaBRXFMdnZmc32WQT86VVWxMt1tL0JaUtbRGkSuJDXqSICD4EQaGUSkXyovSl+GILjWCplD60SKBCH4KINCgRicUUxaIiausnWkKSajZrzG52M5/9n8l/lsmya3ZCd+C3O/fOPefMOfece3ZV13WVUNeQEsOnqnQpc+WKaEr4KwJ0GFMracSXq6gRLaycvgQjUcq5lTYSDev60ox0le/JUo3EKr0n1WGNLMUTm0WpVdKIS7lIJY0kQC1wKn2suMguu5IbPwPmwgioZZ/CQ0oDPteBdobrLrgNjyb/HyNDShs+94LtYDlrJQUGwM8wdIfr1GJFWnJPnHNOlN/NjuMcIG+BFrAMrAWfgW+x5iNvreNEQnliDlorma77wT5QV+p9wEXwFbgEaqLdevqlG589YyToYQZ0gp0vMeBHYzO4DK6DeoSgtJH0qayM4/RgCmwFrWUm0QfgFTAJPY0SDHnRxCdxd4ER07JbWAcpfreFSPNVoBk8BKtBrnFHIp335NnJaZVKxfWcRI1jO0Q5zAXWP5cMhN4mudfnPbDkVK0XV1f3NBsyN9aftFkLXaCqDCMS3gnIS6gzkG+idy+8FDZNOwpqQT40shjjs+ABUBZB1o6CmXzoTTsNnopu/f4PYxr7Q7LwuDAMK8OMWUNPS4XpDzAcPJnb9qwwoFv2pF43TUvlyZpq/6J1wR7gmRg+AsZZK/EivWUQfAOk6q073/1TBT1zlJfnOd0wLYeHnulL3uh7JN1PYprs6H09iXGfxJb7s4Kej9HAANbco5x4LOl704vEvO6IeBKhJ9mAB3IAvgn+ljGU/Hv163vfe6fTfGGKzDS49f7BDV6a4rka1EE9kgSubhi2UtiAMCeLn7DqvQvKJC2vlEotPHdHDv+VDO4L9IgRS6c1M2gIc1kWpBGmb0BO2sGr4iHHih8ulf1hOrBY6uJd8AA8DmHED31wrGjIYwe8kBoZ7P1TZY77c2a5BiAbkToBVwO1InOahmp3gQOWA68Yu/veQ2JY10Dm9P7LdWBB38E4BgrOPU9+vejiGhX3ol/XLKQyMEAG5JvLtmMfWhi3gvWg2p8f+HzkbYz3gR7cr/TnMY6DBqBxnAAt4Lm+/fhG99dPf8+ypb6G+4mdP27K4VvlKaD5P7Ax9w6+vgSbWOlRzP3CI36M55dDI+JpjRRsvjOe3DNcx0Ka2vXTx2nO+X921lDpFnCUBSnXcXAIvAGZawGZWp7wUh8z+bhatpNlytb3776Q6zmxxYKg91YYZ9jI5Og4K9HkW19nAT4J6ImwYA3oSBXt8Sd6zjfRZXmL7O7+TqvgeQc7phj5Dc/HA89iNGBSfhbP3WJGxN0W9pBJhsvC4qKFifUq96yG+xfD2olFf61AsJbHwyxbcIbdzmHY4uygMcbe5OaLd7Kftniw2M/U2cC9RW+WcV4Ur2U2mdzkUWbibGF45fpPgAEAvXl3M0g9QIoAAAAASUVORK5CYII=)
        no-repeat center/100% 100%;
}

.section5 .swiper-container .swiper-button-next,
.section5 .swiper-container .swiper-button-prev {
    background: url(/landing/assets/btn-prev-B7IIMUJp.png) no-repeat center/100% 100%;
    width: 9.84375vw;
    height: 23.4375vw;
    top: 8.0208333333vw;
    margin: 0;
}

.section5 .swiper-container .swiper-button-next:after,
.section5 .swiper-container .swiper-button-prev:after {
    display: none;
}

.section5 .swiper-container .swiper-button-prev {
    left: -6.9791666667vw;
}

.section5 .swiper-container .swiper-button-next {
    transform: rotate(180deg);
    right: -8.8541666667vw;
}

.footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10; /* Đảm bảo nằm trên ảnh */
}

.footer .footer-container {
    margin: 0 auto;
}

.footer .footer-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.footer .footer-logo img {
    width: 9.22vw;
    margin-bottom: 1.5vw;
}

.footer .footer-info {
    display: flex;
    flex-direction: column;
    gap: 0.8vw;
    color: white;
    font-size: 1vw;
    line-height: 1.5;
    margin-bottom: 1.4vw;
    font-family: Roboto, sans-serif;
}

.footer .footer-info p {
    margin: 0.2604166667vw 0;
}

.footer .footer-info a {
    color: white;
    text-decoration: none;
    font-weight: 700;
}

.footer .footer-info a:hover {
    color: #ef464d;
}

.menu-top,
.hide-menu,
.btn-goTop {
    display: none;
}

.left-menu {
    background: url(/landing/assets/bg-box-left-BCnzTmxr.png) no-repeat center center;
    background-size: cover;
    position: fixed;
    width: 7.7083333333vw;
    height: 19.6875vw;
    left: 1.0416666667vw;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
    padding-top: 5.3125vw;
    padding-left: 0.2083333333vw;
}

.left-menu .menu-item {
    display: block;
    color: #daffff;
    text-decoration: none;
    padding: 0.625vw 1.0416666667vw;
    font-size: 0.8333333333vw;
    width: 7.03125vw;
    height: 2.2395833333vw;
    text-align: center;
    position: relative;
    font-family: UTM CAFETA;
    transition: all 0.3s ease;
}

.left-menu .menu-item.active {
    color: #e5ed78;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIcAAAApCAYAAAAf8TqUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QkJERjM4NDlEMUE5MTFFRjg1QkVENjhFQzBCODBGMzYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QkJERjM4NEFEMUE5MTFFRjg1QkVENjhFQzBCODBGMzYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpCQkRGMzg0N0QxQTkxMUVGODVCRUQ2OEVDMEI4MEYzNiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpCQkRGMzg0OEQxQTkxMUVGODVCRUQ2OEVDMEI4MEYzNiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuOzyi4AAAb5SURBVHja3FzRtptG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)
        no-repeat center center;
    background-size: cover;
}

.left-menu .menu-item:hover {
    color: #e5ed78;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIcAAAApCAYAAAAf8TqUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QkJERjM4NDlEMUE5MTFFRjg1QkVENjhFQzBCODBGMzYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QkJERjM4NEFEMUE5MTFFRjg1QkVENjhFQzBCODBGMzYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpCQkRGMzg0N0QxQTkxMUVGODVCRUQ2OEVDMEI4MEYzNiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpCQkRGMzg0OEQxQTkxMUVGODVCRUQ2OEVDMEI4MEYzNiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuOzyi4AAAb5SURBVHja3FzRtptG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)
        no-repeat center center;
    background-size: cover;
}

.left-menu .menu-item:nth-child(1) {
    margin-bottom: 0.0520833333vw;
}

.left-menu .menu-item:nth-child(2) {
    margin-top: 0.1041666667vw;
}

.left-menu .btn-goTop {
    display: block;
    width: 2.6041666667vw;
    height: 2.6041666667vw;
    cursor: pointer;
    margin: 0.5208333333vw auto;
    font-size: 0;
}

.right-menu {
    position: fixed;
    width: 9.0104166667vw;
    height: 23.0208333333vw;
    right: 1.0416666667vw;
    padding: 1.5625vw 0.78125vw 0 3.125vw;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
    background: url(/landing/assets/bg-box-right-BaqVoD4M.png) no-repeat center center;
    background-size: cover;
}

.right-menu .download-buttons {
    display: flex;
    flex-direction: column;
    gap: 0.2604166667vw;
    margin: 0.2604166667vw 0;
    width: 100%;
}

.right-menu .btn-download,
.right-menu .btn-social {
    display: block;
    transition: transform 0.3s ease;
}

.right-menu .btn-download:hover,
.right-menu .btn-social:hover {
    transform: translate(-0.2604166667vw);
}

.input-error-message {
    font-size: 1vw;
}

.popup-rules {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    width: 34.69vw;
    height: 18.39vw;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.popup-rules .bg-popup {
    width: 100%;
}

.popup-rules .popup-content .btn-close {
    position: absolute;
    top: 0.1vw;
    right: 0vw;
    width: 3.28vw;
    height: 2.71vw;
}

.popup-rules .popup-content .btn-close img {
    width: 100%;
}

.popup-rules .popup-content .rules-container {
    position: absolute;
    top: 1.56vw;
    width: 77%;
    left: 49%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.popup-rules .popup-content .rules-container .title {
    font-size: 2vw;
}

.popup-rules .popup-content .rules-container p {
    font-size: 1.04vw;
    max-height: 12.29vw;
    overflow-y: auto;
}

.popup-history {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    width: 34.69vw;
    height: 18.39vw;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.popup-history .bg-popup {
    width: 100%;
}

.popup-history .popup-content .btn-close {
    position: absolute;
    top: 0.1vw;
    right: 0vw;
    width: 3.28vw;
    height: 2.71vw;
}

.popup-history .popup-content .btn-close img {
    width: 100%;
}

.popup-history .popup-content .history-container {
    position: absolute;
    top: 1.56vw;
    width: 86%;
    left: 48%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.popup-history .popup-content .history-container .title {
    font-size: 2vw;
}

.table-wrapper {
    max-height: 12.24vw;
    overflow-y: auto;
    border: 0.05vw solid #ddd;
    width: 95%;
    padding-left: 1vw
}

thead th {
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 1;
}

.popup-history table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    font-family: UTM CAFETA;
}

.popup-history table thead {
    top: 0;
    z-index: 1;
}

.popup-history table thead th {
    padding: 0.5208333333vw;
    color: white;
    font-size: 1.0416666667vw;
    background: black;
}

.popup-history table td {
    padding: 0.4166666667vw;
    text-align: center;
    border: 1px solid black;
    color: black;
    font-size: 1.0416666667vw;
}

.popup-history table td {
    padding: 0.4166666667vw;
    text-align: center;
    border: 1px solid black;
    color: black;
    font-size: 1.0416666667vw;
}

.popup-login {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    width: 34.69vw;
    height: 18.39vw;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.popup-login .bg-popup {
    width: 100%;
}

.popup-login .popup-content .btn-close {
    position: absolute;
    top: 0.1vw;
    right: 0vw;
    width: 3.28vw;
    height: 2.71vw;
}

.popup-login .popup-content .btn-close img {
    width: 100%;
}

.popup-login .popup-content .login-container {
    position: absolute;
    top: 50%;
    width: 86%;
    left: 48%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.popup-login .popup-content .login-container .login-required {
    margin-bottom: 1.82vw;
}

.popup-login .popup-content .login-container .login-required img {
    width: 27.55vw;
    height: 2.34vw;
}

.popup-login .popup-content .login-container .login-btn img {
    width: 10.57vw;
    height: 2.24vw;
    cursor: pointer;
}

.popup-check-gift {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    width: 34.69vw;
    height: 18.39vw;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.popup-check-gift .bg-popup {
    width: 100%;
}

.popup-check-gift .popup-content .btn-close {
    position: absolute;
    top: 0.1vw;
    right: 0vw;
    width: 3.28vw;
    height: 2.71vw;
}

.popup-check-gift .popup-content .btn-close img {
    width: 100%;
}

.popup-check-gift .popup-content .check-gift-container {
    position: absolute;
    top: 50%;
    width: 86%;
    left: 48%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.popup-check-gift .popup-content .check-gift-container .check-gift-required {
    margin-bottom: 1.82vw;
}

.popup-check-gift .popup-content .check-gift-container .check-gift-required img {
    width: 15.73vw;
    height: 4.32vw;
}

.popup-check-gift .popup-content .check-gift-container .buy-btn img {
    width: 10.57vw;
    height: 2.24vw;
    cursor: pointer;
}

.popup-receive-code {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    width: 34.69vw;
    height: 18.39vw;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.popup-receive-code .bg-popup {
    width: 100%;
}

.popup-receive-code .popup-content .btn-close {
    position: absolute;
    top: 0.1vw;
    right: 0vw;
    width: 3.28vw;
    height: 2.71vw;
}

.popup-receive-code .popup-content .btn-close img {
    width: 100%;
}

.popup-receive-code .popup-content .check-gift-container {
    position: absolute;
    top: 50%;
    width: 86%;
    left: 48%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.popup-receive-code .popup-content .check-gift-container .check-gift-required {
    margin-bottom: 1.82vw;
    gap: 2vw;
    text-align: center;
    font-family: FZBOLDGAME;
}

.popup-receive-code .popup-content .check-gift-container .check-gift-required h2 {
    color: red;
}

.popup-receive-code .popup-content .check-gift-container .check-gift-required h1 {
    margin-top: 2vw;
}

.popup-receive-code .popup-content .check-gift-container .buy-btn {
    width: 10.57vw;
    cursor: pointer;
    background: red;
    text-align: center;
    border-radius: 0.5vw;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.5vw 0;
}

.popup-receive-code .popup-content .check-gift-container .buy-btn h3 {
    font-family: FZBOLDGAME;
}

.popup-receive-code .bg-popup {
    width: 100%;
}

.popup-receive-code .popup-content .btn-close {
    position: absolute;
    top: 0.1vw;
    right: 0vw;
    width: 3.28vw;
    height: 2.71vw;
}

.popup-receive-code .popup-content .btn-close img {
    width: 100%;
}

.popup-receive-code .popup-content .check-gift-container {
    position: absolute;
    top: 50%;
    width: 86%;
    left: 48%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.popup-receive-code .popup-content .check-gift-container .check-gift-required {
    margin-bottom: 0.3vw;
    gap: 2vw;
    text-align: center;
    font-family: FZBOLDGAME;
}

.popup-receive-code .popup-content .check-gift-container .check-gift-required h2 {
    color: red;
    font-size: 1.6vw;
}
.popup-receive-code .popup-content .check-gift-container .check-gift-required h3 {
    font-size: 1.4vw;
}
.popup-receive-code .popup-content .check-gift-container .check-gift-required h1 {
    margin-top: 0.3vw;
    font-size: 1.7vw;
}

.popup-receive-code .popup-content .check-gift-container .buy-btn {
    width: 10.57vw;
    height: 2.24vw;
    cursor: pointer;
    background: red;
    text-align: center;
    border-radius: 0.5vw;
    font-size: 1.2vw;
    color: white;
}

.popup-receive-code .popup-content .check-gift-container .buy-btn {
    font-family: FZBOLDGAME;
}

.popup-error {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    width: 34.69vw;
    height: 18.39vw;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.popup-error .bg-popup {
    width: 100%;
}

.popup-error .popup-content .btn-close {
    position: absolute;
    top: 0.1vw;
    right: 0vw;
    width: 3.28vw;
    height: 2.71vw;
}

.popup-error .popup-content .btn-close img {
    width: 100%;
}

.popup-error .popup-content .check-gift-container {
    position: absolute;
    top: 50%;
    width: 86%;
    left: 48%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.popup-error .popup-content .check-gift-container .check-gift-required {
    gap: 2vw;
    text-align: center;
    font-family: FZBOLDGAME;
}

.popup-error .popup-content .check-gift-container .check-gift-required h2 {
    color: red;
    font-size: 1.5vw;
}
.popup-error .popup-content .check-gift-container .check-gift-required h3 {
    font-size: 1.08vw;
}
.popup-error .popup-content .check-gift-container .check-gift-required h1 {
    margin-top: 2vw;
}

.popup-error .popup-content .check-gift-container .buy-btn {
    width: 10.57vw;
    height: 2.24vw;
    cursor: pointer;
    background: red;
    text-align: center;
    border-radius: 0.5vw;
}

.popup-error .popup-content .check-gift-container .buy-btn h3 {
    font-family: FZBOLDGAME;
    margin-top: 0.2vw;
}

.popup-error .popup-content .check-gift-container .check-gift-required h2 {
    color: red;
}

.popup-error .popup-content .check-gift-container .check-gift-required h1 {
    margin-top: 2vw;
}

.popup-error .popup-content .check-gift-container .buy-btn {
    width: 10.57vw;
    height: 2.24vw;
    cursor: pointer;
    background: red;
    text-align: center;
    border-radius: 0.5vw;
}

.popup-error .popup-content .check-gift-container .buy-btn h3 {
    font-family: FZBOLDGAME;
    margin-top: 0.2vw;
}

.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000080;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.popup-overlay.show {
    opacity: 1;
    visibility: visible;
}

.popup-form {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    width: 34.74vw;
    height: 9.38vw;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.popup-form .bg-popup-form-small {
    width: 100%;
}

.popup-form .popup-content .btn-close {
    position: absolute;
    top: -0.4vw;
    right: 0vw;
    width: 3.28vw;
    height: 2.71vw;
}

.popup-form .popup-content .btn-close img {
    width: 100%;
}

.popup-form .popup-content .form-container {
    position: absolute;
    top: 50%;
    width: 78%;
    left: 48%;
    gap: 0.1vw;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: left;
}

.popup-form .popup-content .form-container .label {
    font-size: 1vw;
}

.popup-form .popup-content .form-container #form-giftcode {
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 1vw;
}

.popup-form .popup-content .form-container #form-giftcode .input-phone-giftcode {
    width: 25vw;
    height: 2.19vw;
    opacity: 1;
    gap: 0.52vw;
    border-radius: 0.3vw;
    border-width: 0.1vw;
    padding: 0 0.5vw;
    outline: none;
    border: 0.1vw solid #666666;
    font-size: 1.04vw;
    letter-spacing: 0%;
}

.popup-form .popup-content .form-container #form-giftcode .button-submit-giftcode {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    padding: 0;
    border: none;
    width: 10.57vw;
    height: 2.24vw;
}

.popup-form .popup-content .submit-btn {
    width: 100%;
}

.phone-valid {
    width: 100%;
    display: flex;
    justify-content: center;
    font-family: UTM CAFETA;
    margin-top: 0.2vw;
}

.phone-valid .package-card {
    width: 21.875vw;
    background: #255ede;
    border-radius: 0.625vw;
    padding: 0.625vw;
    color: #fff;
    border: 0.156vw solid #0739ab;
}

.phone-valid .package-card .package-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 0.052vw solid #fff;
}

.phone-valid .package-card .package-header .brand {
    font-size: 0.729vw;
}
.phone-valid .package-card .package-header .brand img {
    width: 6.35vw;
    height: 0.99vw;
}
.phone-valid .package-card .package-header .brand .img-gift {
    width: 6.354vw;
    height: 0.99vw;
    margin-left: 0.5vw;
}

.phone-valid .package-card .package-header .price {
    font-size: 1.2vw;
}

.phone-valid .package-card .package-body {
    display: flex;
    gap: 0.885vw;
    margin-top: 0.625vw;
}

.phone-valid .package-card .package-body .qr-box {
    background: #fff;
    padding: 0.052vw;
    border-radius: 0.313vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.phone-valid .package-card .package-body .qr-box img {
    width: 6.25vw;
    height: 6.25vw;
}

.phone-valid .package-card .package-body .package-info {
    text-align: left;
    flex: 1;
    font-size: 0.8vw;
    background: #1540a5;
    border-radius: 0.521vw;
    border: 0.104vw solid #8caefa;
    padding: 0 0.833vw;
    padding-top: 0.117vw;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.phone-valid .package-card .package-body .package-info p {
    /*                            margin: 4px 0;*/
}

.phone-valid .package-card .package-body .package-info .btn-buy {
    margin-top: 0.417vw;
    width: 100%;
    border-radius: 0.313vw;
    border: none;
    background: #fff;
    color: black;
    font-weight: bold;
    cursor: pointer;
    height: 1.615vw;
    font-size: 0.63vw;
}

@media screen and (max-width: 768px) {
    .copy-btn {
        font-size: 1.729vw;
    }
    .input-error-message {
        font-size: 2.8vw;
    }

    .section-container .section1-content .section1-logo-small {
        display: none;
    }

    .section-container .section1-content .section1-login .btn-home {
       
    }

    .section-container .section1-content .section1-login .btn-home img {
        width: 4vw !important;
        height: 4vw;
        margin-right: 1vw;
    }

    .section-container .section1-content .section1-login .btn-home .home {
        font-size: 3.91vw;
        line-height: normal;
    }

    .section-container .section1-content .section1-content-list {
        display: none;
    }

    .section-container .section1-content .section1-logo-title {
        width: 79.56vw;
        height: 65.36vw;
        left: 49%;
        transform: translateX(-50%);
        top: auto;
        bottom: 0;
    }

    .section-container .section1-content .section1-login {
        display: flex;
        position: absolute;
        right: auto;
        transform: translateX(-50%);
        left: 50%;
        top: 2vw;
        height: 7.56vw;
    }

    .section-container .section1-content .section1-login img {
        width: 30.99vw;
    }

    .section-container .section1-content .section1-login .section1-login-logout {
        position: relative;
        cursor: default !important;
        height: 7.56vw;
    }

    .section-container .section1-content .section1-login .section1-login-logout .button {
        cursor: default !important;
    }

    .section-container .section1-content .section1-login .section1-login-logout .btn-logout {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 22.075vw;
        font-size: 3.075vw;
        color: black;
        font-weight: normal;
        padding-bottom: 0.4vw;
    }

        .section-container .section1-content .section1-login .section1-login-logout .btn-logout h3 {
            margin: 0;
            padding: 0;
            width: 100%;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            line-height: normal;
            font-size: 3.91vw;
        }

    .section-container .section1-content .section1-login .section1-login-logout .btn-logout img {
        width: 3.9vw !important;
        height: 3.9vw !important;
        margin-right: 0.52vw;
    }

    .section2 .section-content .title-register {
        width: 82.031vw;
        height: auto;
        margin-top: -5vw;
        margin-left: 5vw;
    }

    .section2 .register-block {
        display: none !important;
    }

    .section2 .modal-items {
        position: fixed;
        inset: 0;
        z-index: 200;
        display: none;
        align-items: center;
        justify-content: center;
    }

    .section2 .modal-items.active {
        display: block;
    }

    .section2 .modal-items .modal-overlay {
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, 0.75);
    }

    .section2 .modal-items .modal-box {
        position: relative;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 70vw;
        height: 50vw;
        z-index: 2;
        overflow: hidden;
    }

    .section2 .modal-items .modal-box img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        /*                height: 100%;*/
    }
        .section2 .modal-items .modal-box .title-login {
            position: absolute;
            top: 50%;
            left: 50%;
            display: flex;
            gap: 0.6vw 0.5vw;
            width: 100%;
            text-align: center;
            justify-content: center;
            align-items: center;
            transform: translate(-50%, -50%);
            font-size: 4vw;
        }

    .section2 .modal-items .modal-box .btn-close {
        position: absolute;
        top: 6vw;
        right: 3vw;
        width: 7vw;
        height: auto;
    }

    .section2 .modal-items .modal-box .modal-inner {
        /*                width: 90%;*/
        height: 50%;
        position: absolute;
        inset: 28% 8%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .section2 .modal-items .modal-box .modal-inner .reward-grid {
        /*                    height:100%;*/
        /*                    width: 100%;*/
        display: grid;
        grid-template-columns: 1.1fr 1fr;
        gap: 1vw;
    }

    .section2 .modal-items .modal-box .modal-inner .reward-grid .reward-item {
        display: flex;
        align-items: center;
        gap: 1vw;
        color: black;
        /*                        width: fit-content*/
    }

    .section2 .modal-items .modal-box .modal-inner .reward-grid .reward-item img {
        width: 6.51vw;
        height: 6.51vw;
        flex-shrink: 0;
    }

    .section2 .modal-items .modal-box .modal-inner .reward-grid .reward-item .text {
        font-size: 3.604vw;
        font-family: UTM CAFETA;
        /*                            width: 12.417vw;*/
    }
    .swiper-pagination-bullet {
        position: relative;
    }

    .section2 .modal-items .modal-box .modal-inner .reward-grid .reward-item .text {
        font-size: 3.604vw;
        font-family: UTM CAFETA;
        /*                            width: 12.417vw;*/
    }

    .swiper-pagination-bullet {
        position: relative;
    }

    /* DOT đen */
    .swiper-pagination-bullet::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 150%;
        width: 0.391vw;
        height: 0.391vw;
        background: transparent;
        border: 1.5px solid #5f4944;
        border-radius: 50%;
        transform: translate(-50%, -50%);
    }

    .swiper-wrapper {
        margin-top: 6vw;
    }

    .mySwiper {
        display: block !important;
        width: 90%;
        height: 70vw;
        padding-bottom: 10vw;
    }

    .mySwiper .swiper-pagination-wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 5vw;
        position: absolute;
        bottom: 0vw;
        left: 50%;
        transform: translateX(-50%);
        width: auto;
        z-index: 10;
    }

    .mySwiper .swiper-pagination-wrapper .pagination-arrow-left,
    .pagination-arrow-right {
        width: 5.078vw;
        height: 2.865vw;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 2vw;
    }

    .mySwiper .swiper-pagination {
        display: flex !important;
        justify-content: center;
        align-items: center;
        gap: 4vw;
        position: relative !important;
        width: auto !important;
        margin: 0;
        padding: 0;
        bottom: 1vw !important;
    }

    .mySwiper .swiper-pagination-bullet {
        width: 3.776vw;
        height: 3.776vw;
        background: transparent;
        opacity: 1;
        margin: 0 !important;
        padding: 0;
        border: none;
        transition: all 0.3s ease;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        vertical-align: middle;
    }

    .mySwiper .swiper-pagination-bullet img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        display: block;
        vertical-align: middle;
    }

    .mySwiper .swiper-pagination-bullet-active {
        width: 3.776vw;
        height: 3.776vw;
    }

    .mySwiper .swiper-slide {
        display: flex;
        /*            margin-left: -1vw;
        margin-right: -1vw;*/
        justify-content: center;
        transition:
            transform 0.45s ease,
            margin-top 0.45s ease,
            opacity 0.45s ease;
        will-change: transform, margin-top;
        margin-top: 10vw;
    }

    .mySwiper .swiper-slide-active {
        transform: scale(1) translateY(0);
        margin-top: 0;
        opacity: 1;
        z-index: 2;
    }

    .mySwiper .swiper-slide-prev,
    .mySwiper .swiper-slide-next {
        transform: scale(0.94);
        margin-top: -5vw;
        opacity: 1;
    }

    .mySwiper .day {
        position: relative;
        width: auto;
        margin: 0 auto;
    }

    .mySwiper .day img {
        width: 31.38vw;
        display: block;
    }

    .mySwiper .day .title {
        position: absolute;
        top: 10vw;
        left: 48%;
        transform: translateX(-50%);
        color: #5c4739;
        font-size: 3.2vw;
        padding-right:1vw
    }

    .mySwiper .day .btn-items {
        position: absolute;
        top: 22vw;
        left: 48%;
        transform: translateX(-50%);
        width: 6.12vw;
        height: 6.641vw;
    }

    .mySwiper .day .btn-items img {
        width: 6.12vw;
        height: 6.641vw;
    }

    .mySwiper .day .btn-getcode {
        position: absolute;
        bottom: 23.48vw;
        left: 48%;
        transform: translateX(-50%);
    }
    .mySwiper .day .btn-getcode img {
        width: 100%;
    }

    .mySwiper .day .btn-getcode h2 {
        font-size: 3.516vw;
        color: #ffffd9;
    }

    .section3 .section-content .title-gift {
        width: 81.64vw;
        height: 60.81vw;
        position: relative;
        margin-bottom: 5.21vw;
    }

    .section3 .section-content .title-gift:hover .popup {
        display: none;
    }

    .section3 .section-content .title-gift .click-overlay {
        display: block;
    }

    .section3 .section-content .title-gift .img-gift {
        width: 81.64vw;
        height: 60.81vw;
        position: relative;
    }

    .section3 .section-content .title-gift .btn-gift {
        cursor: pointer;
        width: 39.45vw;
        height: 10.42vw;
        position: absolute;
        bottom: 1.82vw;
        left: 50%;
        transform: translateX(-50%);
        z-index: 50;
    }

    .section3 .section-content .list-btn-gift {
        justify-content: center;
        gap: 1.82vw;
    }

    .section3 .section-content .list-btn-gift img {
        cursor: pointer;
        width: 41.8vw;
        height: 11.2vw;
        display: block;
        height: auto;
        max-width: 100%;
    }

    .section4 .section-content .title-package {
        width: 71.09vw;
        height: 25.39vw;
    }

    .packageSwiper {
        display: block !important;
        width: 100%;
        height: 165.516vw;
        /*        position: relative;*/
        left: 0vw;
        margin: 0 !important;
        padding: 0;
    }
    .packageSwiper .no-data-slider {
        width: 100%;
        text-align: center;
        padding: 20px;
        color: #fff;
        font-size: 6vw;
        font-weight: bold;
    }
        .packageSwiper .swiper-pagination {
            position: absolute;
            bottom: 0 !important;
        }
    .packageSwiper .swiper-pagination .swiper-pagination-bullet {
        width: 4vw;
    }
    .swiper-pagination-bullet::after {
        display: none !important;
    }

    .packageSwiper .swiper-slide {
        /*        display: flex;*/
        width: 100%;
        height: 75%;
        /*        flex-direction: column;*/
        /*        justify-content: center;*/
        align-items: center;
    }

    .packageSwiper .swiper-slide .text {
        width: 80% !important;
        height: 60vw !important;
        font-size: 4.818vw !important;
        /*                margin-left: 4vw*/
        /*                left: 50%;
                transform: translateX(-50%);*/
    }

    .packageSwiper .swiper-slide .text .text-detail {
        height: 100% !important;
        max-height: 50vw !important;
    }

    .section4 .section-content .content-package .qr {
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 70vw;
    }

    .section4 .section-content .content-package .qr .container .package-bg {
        width: 90.23vw;
        height: 77.73vw;
    }

    .section4 .section-content .content-package .qr .container .package-qr {
        width: 36.2vw;
        height: 36.2vw;
        top: 18.49vw;
    }

    .packageSwiper .swiper-wrapper {
        width: 100%;
    }
    */ .section4 .section-content .content-package {
        width: auto;
        flex-direction: column;
    }

    .section4 .section-content .content-package .text .text-detail {
        max-height: 60vw;
        overflow-y: auto;
        display: flex;
        flex-direction: column;
        gap: 0.63vw;
    }

    .footer .footer-logo img {
        width: 23.44vw;
    }

    .footer .footer-info {
        font-size: 2.08vw;
        padding: 0px 9.11vw;
        margin-bottom: 4.3vw;
        gap: 14px;
    }

    .popup-rules {
        width: 79.43vw;
        height: 42.97vw;
    }

    .popup-rules .popup-content .btn-close {
        width: 7.55vw;
        height: 2.6vw;
        top: 0.21vw;
        right: 0.13vw;
    }

    .popup-rules .popup-content .rules-container {
        position: absolute;
        top: 4.69vw;
        width: 76%;
        left: 49%;
        transform: translateX(-50%);
    }

    .popup-rules .popup-content .rules-container .title {
        font-size: 4.69vw;
    }

    .popup-rules .popup-content .rules-container p {
        font-size: 2.34vw;
        max-height: 27.6vw;
    }

    .popup-history {
        width: 79.43vw;
        height: 42.97vw;
    }

    .popup-history .popup-content .btn-close {
        width: 7.55vw;
        height: 2.6vw;
        top: 0.21vw;
        right: 0.13vw;
    }

    .popup-history .popup-content .history-container {
        position: absolute;
        top: 4.69vw;
        width: 86%;
        left: 48%;
        transform: translateX(-50%);
    }

    .popup-history .popup-content .history-container .title {
        font-size: 4.69vw;
    }

    .table-wrapper {
        max-height: 28.26vw;
        border: 0.13vw solid #ddd;
    }

    .popup-history table thead th {
        font-size: 2.34vw;
    }

    .popup-history table td {
        border: 0.13vw solid black;
        color: black;
        font-size: 2.34vw;
    }

    .popup-login {
        width: 79.43vw;
        height: 42.97vw;
    }

    .popup-login .popup-content .btn-close {
        width: 7.55vw;
        height: 2.6vw;
        top: 0.21vw;
        right: 0.13vw;
    }

    .popup-login .popup-content .login-container .login-required {
        margin-bottom: 2vw;
    }

    .popup-login .popup-content .login-container .login-required img {
        width: 60.1vw;
        height: 4.69vw;
    }

    .popup-login .popup-content .login-container .login-btn img {
        width: 26.3vw;
        height: 5.47vw;
    }

    .popup-check-gift {
        width: 79.43vw;
        height: 42.97vw;
    }

    .popup-check-gift .popup-content .btn-close {
        width: 7.55vw;
        height: 2.6vw;
        top: 0.21vw;
        right: 0.13vw;
    }

    .popup-check-gift .popup-content .check-gift-container .check-gift-required {
        margin-bottom: 2vw;
    }

    .popup-check-gift .popup-content .check-gift-container .check-gift-required img {
        width: 39.06vw;
        height: 11.46vw;
    }

    .popup-check-gift .popup-content .check-gift-container .buy-btn img {
        width: 26.3vw;
        height: 5.47vw;
    }

    .popup-receive-code {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 1000;
        width: 70vw;
        height: 30vw;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
    }

    .popup-receive-code .bg-popup {
        width: 100%;
    }

    .popup-receive-code .popup-content .btn-close {
        position: absolute;
        top: -0.5vw;
        right: -1vw;
        width: 8vw;
        height: 4vw;
    }

    .popup-receive-code .popup-content .btn-close img {
        width: 100%;
    }

    .popup-receive-code .popup-content .check-gift-container {
        position: absolute;
        top: 56%;
        left: 48%;
        width: 86%;
        transform: translate(-50%, -50%);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .popup-receive-code .popup-content .check-gift-container .check-gift-required {
        margin-top: 4.82vw;
        gap: 2vw;
        text-align: center;
        font-family: FZBOLDGAME;
    }

    .popup-error .popup-content .check-gift-container .check-gift-required h2 {
        font-size: 2.08vw;
    }
    .popup-error .popup-content .check-gift-container .check-gift-required h3 {
        font-size: 1.08vw;
    }

    .popup-receive-code .popup-content .check-gift-container .check-gift-required {
        margin-bottom: 0.3vw;
        gap: 2vw;
        text-align: center;
        font-family: FZBOLDGAME;
    }

    .popup-receive-code .popup-content .check-gift-container .check-gift-required h2 {
        color: red;
        font-size: 3.5vw;
    }
    .popup-receive-code .popup-content .check-gift-container .check-gift-required h3 {
        font-size: 3.5vw;
    }
    .popup-receive-code .popup-content .check-gift-container .check-gift-required h1 {
        margin-top: 0.3vw;
        font-size: 4vw;
    }

    .popup-receive-code .popup-content .check-gift-container .buy-btn {
        width: 20.57vw;
        cursor: pointer;
        background: red;
        text-align: center;
        border-radius: 0.5vw;
        font-size: 4vw;
        padding: 3.5vw 0;
    }

    .popup-receive-code .popup-content .check-gift-container .buy-btn {
        font-family: FZBOLDGAME;
    }

    .popup-form {
        width: 90vw;
        height: 23.44vw;
    }

    .popup-form .popup-content .btn-close {
        top: -1.43vw;
        right: 0.39vw;
        width: 8.07vw;
    }

    .popup-form .popup-content .form-container {
        gap: 0.1vw;
    }

    .popup-form .popup-content .form-container .label {
        font-size: 2.8vw;
    }

    .popup-form .popup-content .form-container #form-giftcode {
        gap: 1vw;
    }

    .popup-form .popup-content .form-container #form-giftcode .input-phone-giftcode {
        width: 51vw;
        height: 5.5vw;
        gap: 0.52vw;
        border-radius: 0.7vw;
        border: 0.1vw solid #666666;
        font-size: 2.5vw;
        letter-spacing: 0%;
    }

    .popup-form .popup-content .form-container #form-giftcode .button-submit-giftcode {
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        padding: 0;
        border: none;
        width: 25.57vw;
        height: 5.24vw;
    }

    .phone-valid {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .phone-valid .package-card {
        width: 54.688vw;
        background: #255ede;
        border-radius: 1.563vw;
        padding: 1.563vw;
        color: #fff;
        border: 0.39vw solid #0739ab;
    }

    .phone-valid .package-card .package-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 0.13vw solid #fff;
    }

    .phone-valid .package-card .package-header .brand {
        font-size: 2.5vw;
    }

    .phone-valid .package-card .package-header .brand img {
        width: 15.885vw;
        height: 2.475vw;
        margin-left: 1.25vw;
    }

    .phone-valid .package-card .package-header .price {
        font-size: 3vw;
    }

    .phone-valid .package-card .package-body {
        display: flex;
        gap: 2.213vw;
        margin-top: 1.563vw;
    }

    .phone-valid .package-card .package-body .qr-box {
        background: #fff;
        padding: 0.13vw;
        border-radius: 0.783vw;
    }
    .phone-valid .package-card .package-body .qr-box img {
        width: 15.625vw;
        height: 15.625vw;
    }

    .phone-valid .package-card .package-body .package-info {
        flex: 1;
        font-size: 2.023vw;
        background: #1540a5;
        border-radius: 1.303vw;
        border: 0.26vw solid #8caefa;
        padding: 1vw 2.083vw;
        padding-top: 0.293vw;
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: space-around;
    }

    .phone-valid .package-card .package-body .package-info .btn-buy {
        margin-top: 1.043vw;
        width: 100%;
        border-radius: 0.783vw;
        border: none;
        background: #fff;
        color: black;
        font-weight: bold;
        cursor: pointer;
        height: 4.036vw;
        font-size: 2.223vw;
    }

    .phone-valid {
        font-family: UTM CAFETA;
    }

    .popup-error {
        width: 88%;
        height: 46.39vw;
    }
    .popup-error .popup-content .btn-close {
        top: 0.57vw;
        right: 0.39vw;
        width: 8.07vw;
    }

    .popup-error .popup-content .btn-close img {
        width: 100%;
    }

    .popup-error .popup-content .check-gift-container {
        position: absolute;
        top: 50%;
        width: 86%;
        left: 48%;
        transform: translate(-50%, -50%);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .popup-error .popup-content .check-gift-container .check-gift-required {
        gap: 2vw;
        text-align: center;
        font-family: FZBOLDGAME;
    }

    .popup-error .popup-content .check-gift-container .check-gift-required h2 {
        color: red;
        font-size: 3.4vw;
    }
    .popup-error .popup-content .check-gift-container .check-gift-required h3 {
        font-size: 2.8vw;
        margin-bottom: 1vw;
    }

    .popup-error .popup-content .check-gift-container .check-gift-required h1 {
        margin-top: 2vw;
    }

    .popup-error .popup-content .check-gift-container .buy-btn {
        width: 10.57vw;
        cursor: pointer;
        text-align: center;
        border-radius: 0.5vw;
    }

    .popup-error .popup-content .check-gift-container .buy-btn h3 {
        font-family: FZBOLDGAME;
        margin-top: 0.2vw;
    }
    .section4 .section-content .content-package .text {
        /*        position: unset;*/
        top: 5vw;
        right: 12.66vw;
        font-size: 4.87vw;
        width: 100%;
        /*        padding: 0 7.81vw;*/
    }

    /*    .section4 .section-content .content-package .qr {
        position: unset;
        right: 12.66vw;
    }

    .section4 .section-content .content-package .qr {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .section4 .section-content .content-package .qr .container .package-bg {
        width: 90.23vw;
        height: 77.73vw;
    }

    .section4 .section-content .content-package .qr .container .package-qr {
        width: 36.2vw;
        height: 36.2vw;
        top: 18.49vw;
    }*/
}

@keyframes rotate {
    0% {
        transform: rotate(0);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes floatCharacter2 {
    0%,
    to {
        transform: translateY(-1.0416666667vw) scale(1);
    }

    50% {
        transform: translateY(1.0416666667vw) scale(1.06);
    }
}

@keyframes floatCharacter {
    0%,
    to {
        transform: translateY(-0.2604166667vw) scale(1);
    }

    50% {
        transform: translateY(0.2604166667vw) scale(1.05);
    }
}

@keyframes sway {
    0%,
    to {
        transform: rotate(-2deg);
    }

    50% {
        transform: rotate(2deg);
    }
}

@keyframes showChar {
    0% {
        opacity: 0;
        transform: translateY(1.0416666667vw);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0.78125vw #ef464d4d;
    }

    50% {
        box-shadow: 0 0 1.3020833333vw #ef464d33;
    }

    to {
        box-shadow: 0 0 0.78125vw #ef464d4d;
    }
}

@keyframes showSlogan {
    0% {
        opacity: 0;
        transform: translateY(1.5625vw);
        filter: blur(10px);
    }

    60% {
        opacity: 0.8;
        transform: translateY(-0.5208333333vw);
        filter: blur(0);
    }

    80% {
        transform: translateY(0.2604166667vw);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1.05);
        filter: blur(0);
    }
}

.show {
    opacity: 1;
    visibility: unset;
}

.no-scroll {
    overflow: hidden !important;
    height: 100vh;
}
