@import url("https://fonts.googleapis.com/css2?family=Ephesis&display=swap");


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font: inherit;
    border: 0
}

html {
    font-size: 12px;
    line-height: 1.5;
    -webkit-tap-highlight-color: transparent;
    font-family: 'Roboto', sans-serif;
    font-feature-settings: 'tnum'
}

body {
    background-color: #fff;
    font-size: 12px;
    color: #000
}

.no-animate * {
    transition: none !important;
    animation: none !important
}

.pageview {
    overflow: hidden
}

.lazy {
    background: none !important;
    -webkit-mask-image: none !important
}

ol,
ul {
    list-style: none
}

b {
    font-weight: bold
}

.visibility-hidden {
    visibility: hidden !important
}

.cursor-pointer {
    cursor: pointer
}

.full-height {
    height: 100%
}

.full-width {
    width: 100%
}

.full-mask-size {
    -webkit-mask-size: 100% 100%
}

.mask-position {
    -webkit-mask-position: 0% 0%
}

.u-select-none {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.p-absolute {
    position: absolute
}

.p-relative {
    position: relative
}

.gallery-view-icon-next img,
.gallery-view-icon-prev img,
.carousel-icon-next img,
.carousel-icon-prev img {
    width: 25px;
    height: 25px;
    filter: drop-shadow(0 0 1px black)
}

.icon-play-video {
    position: absolute;
    width: 60px;
    height: 60px;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    cursor: pointer;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(https://content.pancake.vn/1.1/30/5a/c2/93/9ec72c8ce8898050035dddbb989c950bc1faabdc1fdcc11175dea467.svg)
}

.player-btn-unmute {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer
}

.player-btn-unmute>div {
    content: "";
    position: absolute;
    width: 60px;
    height: 60px;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    background-size: 90%;
    background-color: rgba(0, 0, 0, .5);
    border-radius: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2036%2036%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22m%2021.48%2C17.98%20c%200%2C-1.77%20-1.02%2C-3.29%20-2.5%2C-4.03%20v%202.21%20l%202.45%2C2.45%20c%20.03%2C-0.2%20.05%2C-0.41%20.05%2C-0.63%20z%20m%202.5%2C0%20c%200%2C.94%20-0.2%2C1.82%20-0.54%2C2.64%20l%201.51%2C1.51%20c%20.66%2C-1.24%201.03%2C-2.65%201.03%2C-4.15%200%2C-4.28%20-2.99%2C-7.86%20-7%2C-8.76%20v%202.05%20c%202.89%2C.86%205%2C3.54%205%2C6.71%20z%20M%209.25%2C8.98%20l%20-1.27%2C1.26%204.72%2C4.73%20H%207.98%20v%206%20H%2011.98%20l%205%2C5%20v%20-6.73%20l%204.25%2C4.25%20c%20-0.67%2C.52%20-1.42%2C.93%20-2.25%2C1.18%20v%202.06%20c%201.38%2C-0.31%202.63%2C-0.95%203.69%2C-1.81%20l%202.04%2C2.05%201.27%2C-1.27%20-9%2C-9%20-7.72%2C-7.72%20z%20m%207.72%2C.99%20-2.09%2C2.08%202.09%2C2.09%20V%209.98%20z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E")
}

.d-none {
    display: none
}

a:link,
a:visited {
    color: inherit
}

a {
    text-decoration: none
}

img:not([src]),
img[src=""] {
    visibility: hidden
}

.section-container {
    margin: auto
}

.image-block-css {
    overflow: hidden;
    will-change: filter
}

.image-background,
.image-background-compare {
    margin: 0 auto
}

.image-background-compare {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.image-compare-line {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 40;
    width: 38px;
    height: 38px;
    margin-top: -22px;
    margin-left: -22px;
    cursor: pointer;
    border: 3px solid #fff;
    border-radius: 1000px;
    -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
    box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5)
}

.image-compare-left-arrow,
.image-compare-right-arrow {
    top: 50%;
    margin-top: -6px;
    position: absolute;
    width: 0;
    height: 0;
    border: 6px inset transparent
}

.image-compare-left-arrow {
    left: 50%;
    margin-left: -17px;
    border-right: 6px solid #fff
}

.image-compare-right-arrow {
    right: 50%;
    margin-right: -17px;
    border-left: 6px solid #fff
}

.image-compare-line:before,
.image-compare-line:after {
    position: absolute;
    z-index: 30;
    display: block;
    content: " ";
    background: #fff
}

.image-compare-line:before {
    left: 50%;
    width: 3px;
    height: 9999px;
    bottom: 50%;
    margin-bottom: 22px;
    -webkit-box-shadow: 0 3px 0 #fff, 0px 0px 12px rgba(51, 51, 51, 0.5);
    box-shadow: 0 3px 0 #fff, 0px 0px 12px rgba(51, 51, 51, 0.5)
}

.image-compare-line:after {
    left: 50%;
    width: 3px;
    height: 9999px;
    top: 50%;
    margin-top: 22px;
    -webkit-box-shadow: 0 -3px 0 #fff, 0px 0px 12px rgba(51, 51, 51, 0.5);
    box-shadow: 0 -3px 0 #fff, 0px 0px 12px rgba(51, 51, 51, 0.5)
}

.text-block-css {
    display: inline-block;
    word-break: break-word;
    -webkit-background-clip: text !important
}

.animationText span {
    display: inline-block
}

.animationText .bar {
    position: absolute;
    height: 100%;
    width: 3px;
    background: currentColor;
    top: 0;
    right: 0
}

.animate-word-wrapper {
    position: relative;
    overflow: hidden;
    vertical-align: top;
    transition: width .6s;
    text-align: start
}

.animate-word-wrapper>span {
    white-space: nowrap;
    position: absolute;
    top: 0;
    left: 0;
    font: inherit
}

.animate-word-wrapper span i {
    font: inherit;
    font-style: initial;
    display: inline-block;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden
}

.animate-word-wrapper span i.in {
    animation-name: rotate-3-in;
    animation-fill-mode: forwards;
    animation-duration: .6s
}

.animate-word-wrapper span i.out {
    animation-name: rotate-3-out;
    animation-fill-mode: forwards;
    animation-duration: .6s
}

.animationText .hidden {
    opacity: 0;
    z-index: -1
}

.animationText .visible {
    opacity: 1;
    position: relative
}

.inline {
    display: inline !important
}

.caret-dummy {
    animation: caret-popping 1s infinite
}

.caret {
    transform: scaleY(1.3) translateY(-3%)
}

@keyframes rotate-3-out {
    0% {
        transform: rotateY(0);
        -webkit-transform: rotateY(0)
    }

    100% {
        transform: rotateY(-180deg);
        -webkit-transform: rotateY(-180deg)
    }
}

@-webkit-keyframes rotate-3-out {
    0% {
        transform: rotateY(0);
        -webkit-transform: rotateY(0)
    }

    100% {
        transform: rotateY(-180deg);
        -webkit-transform: rotateY(-180deg)
    }
}

@keyframes rotate-3-in {
    0% {
        transform: rotateY(180deg);
        -webkit-transform: rotateY(180deg)
    }

    100% {
        transform: rotateY(0);
        -webkit-transform: rotateY(0)
    }
}

@-webkit-keyframes rotate-3-in {
    0% {
        transform: rotateY(180deg);
        -webkit-transform: rotateY(180deg)
    }

    100% {
        transform: rotateY(0);
        -webkit-transform: rotateY(0)
    }
}

@keyframes caret-popping {
    0% {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.frame-html-box iframe {
    width: 100%;
    height: 100%
}

.com-button {
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    transition: transform 200ms ease-out;
    -webkit-transition: transform 200ms ease-out
}

.com-button:active {
    transform: translateY(5px);
    -webkit-transform: translateY(5px)
}

.button-css {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    text-align: center
}

.button-text {
    display: table-cell;
    vertical-align: middle;
    text-align: unset
}

.line-css {
    padding: 8px 0
}

.line-container {
    border-left-width: 0 !important;
    border-right-width: 0 !important;
    border-bottom-width: 0 !important
}

.group-container {
    width: 100%;
    height: 100%
}

.popup-wrapper {
    top: 0;
    left: 0
}

.popup-background {
    overflow: hidden
}

.popup-backdrop {
    background: rgba(0, 0, 0, .5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000000
}

.popup-center {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto
}

.popup-top-left {
    top: 0;
    left: 0
}

.popup-top-center {
    top: 0;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    -webkit-transform: translate3d(-50%, 0, 0)
}

.popup-top-right {
    top: 0;
    right: 0
}

.popup-center-left {
    left: 0;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    -webkit-transform: translate3d(0, -50%, 0)
}

.popup-center-right {
    right: 0;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    -webkit-transform: translate3d(0, -50%, 0)
}

.popup-bottom-left {
    bottom: 0;
    left: 0
}

.popup-bottom-center {
    bottom: 0;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    -webkit-transform: translate3d(-50%, 0, 0)
}

.popup-bottom-right {
    bottom: 0;
    right: 0
}

.input-number-quantity-css {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    user-select: none
}

.input-number-quantity-css .minus,
.plus {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    cursor: pointer
}

.input-number-quantity-css .minus {
    border-right: inherit
}

.input-number-quantity-css .plus {
    border-left: inherit
}

.input-number-quantity-css input {
    text-align: center;
    background: transparent;
    color: inherit;
    width: 100%;
    height: 100%;
    border: 0;
    outline: none;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    border-radius: 0
}

.input-number-quantity-css input::placeholder {
    color: #979797;
    -webkit-text-fill-color: #979797
}

.input-number-quantity-css input::-webkit-outer-spin-button,
.input-number-quantity-css input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.input-number-quantity-css input[type=number] {
    -moz-appearance: textfield
}

.field-error {
    top: 0;
    right: 0;
    position: absolute;
    height: 100%;
    width: 30px
}

.field-error img {
    width: 16px;
    height: 16px;
    position: absolute;
    left: calc(50% - 8px);
    top: calc(50% - 8px)
}

.input-css {
    overflow: hidden
}

.input-css input {
    background: transparent;
    color: inherit;
    padding-left: 10px;
    border-radius: 0;
    text-align: inherit;
    letter-spacing: inherit
}

.input-css input::placeholder {
    text-transform: var(--placeholder-transform);
    text-decoration: var(--placeholder-decoration)
}

.input-datetime {
    overflow: hidden
}

.input-datetime input {
    background: transparent;
    width: 100%;
    height: 100%;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 0;
    box-sizing: border-box;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    text-align: inherit;
    letter-spacing: inherit
}

.input-datetime input::placeholder {
    text-transform: var(--placeholder-transform);
    text-decoration: var(--placeholder-decoration)
}

.input-datetime .input-datetime-placeholder {
    position: absolute;
    top: 0;
    padding-left: 12px;
    height: 100%;
    width: 100%;
    align-items: center;
    display: flex;
    z-index: -1
}

.input-file {
    overflow: hidden;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    padding: 0 10px;
    cursor: pointer
}

.input-file .title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.input-file input[type="file"] {
    opacity: 0;
    cursor: pointer;
    top: 0;
    left: 0
}

.textarea-css {
    width: 100%;
    height: 100%;
    overflow: hidden
}

.textarea-css textarea {
    background: transparent;
    padding-top: 6px;
    padding-bottom: 0;
    color: inherit;
    padding-left: 10px;
    border-radius: 0;
    text-align: inherit;
    letter-spacing: inherit
}

.textarea-css textarea::placeholder {
    text-transform: var(--placeholder-transform);
    text-decoration: var(--placeholder-decoration)
}

.com-checkbox-group {
    min-height: 40px
}

.checkbox-group-css {
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    padding-left: 10px;
    min-height: 40px
}

.checkbox-group-item {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center
}

.checkbox-group-input {
    margin-right: 10px;
    width: 13px;
    height: 13px;
    min-width: 13px;
    min-height: 13px;
    flex-shrink: 0
}

.com-radio {
    min-height: 40px;
    height: auto !important
}

.radio-css {
    min-height: 40px;
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap
}

.radio-item {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    border-radius: 5px;
    padding-left: 10px
}

.radio-input {
    margin-right: 10px;
    width: 13px;
    height: 13px;
    min-width: 13px;
    min-height: 13px;
    flex-shrink: 0
}

.select-css {
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0
}

.select-css select {
    text-align: inherit;
    letter-spacing: inherit
}

.select-css option:first-child {
    color: #979797
}

.chevron {
    pointer-events: none;
    color: #979797;
    position: absolute;
    right: 0;
    width: 26px;
    height: 100%;
    top: 0
}

.chevron .icon {
    position: absolute;
    display: block;
    width: 14px;
    height: 14px;
    border: 2px solid transparent;
    border-radius: 100px;
    top: calc(50% - 7px);
    left: calc(50% - 7px)
}

.chevron .icon::after {
    content: "";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    border-bottom: 2px solid;
    border-right: 2px solid;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg)
}

.select-css select {
    background: transparent;
    padding-right: 26px;
    padding-left: 10px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    color: #979797
}

.select-css select.select {
    color: inherit
}

.address-css {
    overflow: hidden
}

.address-css .select-container {
    color: inherit;
    padding-top: 0;
    padding-bottom: 0;
    border-radius: 0;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between
}

.address-css .select-field {
    height: 100%;
    flex: 1;
    position: relative
}

.address-css select {
    background: transparent;
    padding-left: 10px;
    padding-right: 26px;
    width: 100%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    height: 100%;
    color: #979797
}

.address-css select.select {
    color: inherit
}

.address-css select option:first-child {
    color: #979797
}

.address-column {
    background: transparent !important;
    border-width: 0 !important
}

.address-column .select-column {
    flex-direction: column;
    border-radius: inherit !important;
    border-color: inherit !important;
    border-style: inherit !important
}

.address-column .select-column .select-field {
    width: 100%;
    border-radius: inherit;
    border-width: 1px;
    border-color: inherit;
    border-style: inherit;
    overflow: hidden
}

.detect-address-select-wrapper {
    background: #fff;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    padding: 4px;
    transition: max-height .3s ease-in-out, visibility .3s ease-in-out, scale .3s, opacity .3s;
    max-height: 0;
    scale: 0.5;
    opacity: 0;
    overflow: hidden scroll;
    border: 1px solid rgba(217, 217, 217, 1)
}

.detect-address-select-wrapper::-webkit-scrollbar-thumb {
    background-color: #d4d4d4;
    border-radius: 8px
}

.detect-address-select-wrapper::-webkit-scrollbar-thumb:hover {
    background-color: #808080
}

.detect-address-select-wrapper::-webkit-scrollbar-track {
    background-color: #fff
}

.detect-address-select-wrapper::-webkit-scrollbar {
    background-color: transparent;
    width: 6px
}

.detect-address-select-option {
    padding: 6px 8px;
    cursor: pointer;
    border-radius: 2px
}

.detect-address-select-option:hover {
    background-color: #e5e5e5
}

.icon-container {
    position: absolute;
    left: calc(50% - 10px);
    top: calc(50% - 10px)
}

.loader {
    position: relative;
    height: 20px;
    width: 20px;
    display: inline-block;
    animation: around 5.4s infinite
}

@keyframes around {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.loader::after,
.loader::before {
    content: "";
    background: white;
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    border-width: 2px;
    border-color: #333 #333 transparent transparent;
    border-style: solid;
    border-radius: 20px;
    box-sizing: border-box;
    top: 0;
    left: 0;
    animation: around 0.7s ease-in-out infinite
}

.loader::after {
    animation: around 0.7s ease-in-out 0.1s infinite;
    background: transparent
}

.button-loader,
.button-loader:before,
.button-loader:after {
    border-radius: 50%;
    width: 1.3em;
    height: 1.3em;
    animation-fill-mode: both;
    animation: bblFadInOut 1.8s infinite ease-in-out
}

.button-loader {
    color: #FFF;
    font-size: 7px;
    position: relative;
    text-indent: -9999em;
    transform: translateZ(0);
    animation-delay: -0.16s;
    display: none;
    top: -17px
}

.button-loader:before,
.button-loader:after {
    content: '';
    position: absolute;
    top: 0
}

.button-loader:before {
    left: -3.5em;
    animation-delay: -0.32s
}

.button-loader:after {
    left: 3.5em
}

@keyframes bblFadInOut {

    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em
    }

    40% {
        box-shadow: 0 2.5em 0 0
    }
}

.overlay {
    pointer-events: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: inherit
}

.cart-quantity-css {
    overflow: hidden;
    display: flex;
    display: -webkit-flex
}

.cart-quantity-css .minus {
    border-right: inherit
}

.cart-quantity-css .plus {
    border-left: inherit
}

.cart-quantity-css input {
    text-align: center;
    background: transparent;
    color: inherit;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 0;
    -moz-appearance: textfield
}

.cart-quantity-css input::-webkit-outer-spin-button,
.cart-quantity-css input::-webkit-inner-spin-button {
    -webkit-appearance: none
}

.cart-quantity-css .minus,
.cart-quantity-css .plus {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
    user-select: none;
    cursor: pointer;
    -webkit-user-select: none;
    width: 40px
}

.product-attr-selected {
    top: 0;
    left: 0;
    overflow: hidden
}

.lightbox-btn-close {
    background-color: #a8a8a8;
    width: 21px;
    height: 21px;
    position: absolute;
    cursor: pointer
}

.lightbox-btn-close>span {
    position: absolute;
    z-index: 9999;
    width: 14px;
    height: 14px;
    top: calc(50% - 7px);
    left: calc(50% - 7px);
    -webkit-mask-size: 100% 100%;
    -webkit-mask-position: 0% 0%;
    background: #fff;
    -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSdub25lJyAgd2lkdGg9JzE0JyBoZWlnaHQ9JzE0JyB2aWV3Qm94PScwIDAgMTQgMTQnIGZpbGw9J25vbmUnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PHBhdGggZD0nTTEyLjU5IDBMNyA1LjU5TDEuNDEgMEwwIDEuNDFMNS41OSA3TDAgMTIuNTlMMS40MSAxNEw3IDguNDFMMTIuNTkgMTRMMTQgMTIuNTlMOC40MSA3TDE0IDEuNDFMMTIuNTkgMFonIGZpbGw9JyMyRTNBNTknLz48L3N2Zz4=)
}

.lightbox-image,
.lightbox-video,
.lightbox-iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 80%;
    max-height: 80%
}

.lightbox-iframe {
    width: 100%;
    height: 100%
}

.lightbox-backdrop {
    width: 100%;
    background: rgba(0, 0, 0, .5);
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000000000;
    touch-action: none
}

.w-alert-message-wrapper {
    position: fixed;
    top: 15px;
    z-index: 999999;
    left: 50%;
    padding: 10px 16px;
    border: 1px solid var(--color-alert, #15942A);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    --transform-translateX: -50%;
    background: white;
    border-radius: 8px;
    -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.w-alert-message {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.w-alert-message .icon {
    line-height: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 0px;
    margin-right: 6px
}

.w-alert-message span.close-icon {
    margin-left: 6px;
    margin-right: 0px;
    color: #80808085;
    cursor: pointer
}

.login-popup-wrapper .backdrop-login {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    display: none;
    z-index: 99
}

.login-popup-wrapper .popup-default-login {
    position: fixed;
    top: 45%;
    left: 50%;
    width: 400px;
    height: 160px;
    transform: translate(-50%, -50%);
    z-index: 999;
    display: none;
    max-width: calc(100% - 50px);
    border: 1px solid rgba(0, 0, 0, .3);
    background-color: #fff;
    border-radius: 10px
}

.login-popup-wrapper .popup-default-login .popup-login-title {
    background-color: rgba(6, 21, 40, .05);
    color: #000;
    padding: 12px 15px;
    font-weight: 600;
    font-size: 16px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
}

.login-popup-wrapper .popup-default-login .popup-login-content {
    font-size: 14px;
    padding: 0 20px;
    margin-top: 10px;
    line-height: 18px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box
}

.login-popup-wrapper .popup-default-login .popup-login-btn {
    display: block;
    position: absolute;
    right: 15px;
    bottom: 10px;
    margin: 0 auto;
    padding: 10px 0;
    border: none;
    width: 80px;
    text-transform: uppercase;
    text-align: center;
    color: #000;
    background-color: #e6e6e6;
    border-radius: 5px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer
}

@media screen and (min-width: 768px) {

    .section-container {
        max-width: 420px;
    }

    .section-wrapper {
        margin: 0 auto;
        max-width: 420px;
    }

    .pageview {
        max-width: 420px;
        margin: 0 auto;
    }

    #w-5fieb1sl {
        top: 0px;
        left: 0px;
        position: relative;
        width: 420px;
        height: 800px;
    }

    #w-5fieb1sl .section-wrapper {
        opacity: 1;
    }

    #w-5fieb1sl {
        margin-bottom: -1px;
    }

    #w-5fieb1sl .section-background {
        background: center center/ cover no-repeat content-box border-box url("https://content.pancake.vn/1/s840x1600/fwebp/c2/20/8f/dd/630c812f4ba82e3308747b7d62781f5e3a37a09149b638cd8f99c18d-w:1260-h:2400-l:187076-t:image/png.png");
        --type: 0;
        filter: contrast(100%) grayscale(0%) hue-rotate(0deg) invert(0%) saturate(100%) sepia(0%) opacity(100%) brightness(100%) blur(0px);
        -webkit-backdrop-filter: contrast(100%) grayscale(0%) hue-rotate(0deg) invert(0%) saturate(100%) sepia(0%) opacity(100%) brightness(100%) blur(0px);
    }

    #w-9xiryvgi {
        top: 217.5px;
        left: 51px;
        width: 318px;
        height: 477px;
    }

    #w-9xiryvgi .image-block-css {
        border-color: rgba(255, 240, 252, 1);
        border-style: solid;
        border-width: 0px;
        position: absolute;
        z-index: null;
    }

    #w-9xiryvgi .image-background {
        width: 370.95625px;
        height: 556px;
        top: -10px;
        left: 0px;
        background: center center/ cover no-repeat scroll content-box url(https://pub-97471fa082e94bf3bcc963fa69a7dd1d.r2.dev/dinh/LUX04812.png) border-box;
        --type: 0;
    }

    #w-9xiryvgi .image-background-compare {
        background: undefined;
        clip: rect(0, 159px, 477px, 0);
        --type: 0;
    }

    #w-bg1p4pqv {
        top: 0px;
        left: -420.0138473510742px;
        width: 420px;
        height: 800px;
    }

    #w-bg1p4pqv .image-block-css {
        border-color: rgba(229, 231, 235, 1);
        border-style: solid;
        border-width: 0px;
        filter: contrast(100%) grayscale(0%) hue-rotate(0deg) invert(0%) saturate(70%) sepia(0%) opacity(100%) brightness(100%) blur(5px);
        position: absolute;
        z-index: null;
    }

    #w-bg1p4pqv .image-background {
        width: 420px;
        height: 800px;
        top: 0px;
        left: 0px;
        background: center center/ cover no-repeat scroll content-box border-box url("https://content.pancake.vn/1/fwebp/34/cf/a2/a2/9e6967aa7259ee3498926d74a0efe440fbe3746b293165018595f2ac-w:420-h:800-l:272644-t:image/png.png");
        --type: 0;
    }

    #w-bg1p4pqv .image-background-compare {
        background: undefined;
        clip: rect(0, 210px, 800px, 0);
        --type: 0;
    }

    #w-qj4x3hhd {
        top: 0px;
        left: 420px;
        perspective: 1000px;
        width: 420px;
        height: 800px;
    }

    #w-qj4x3hhd .image-block-css {
        border-color: rgba(229, 231, 235, 1);
        border-style: solid;
        border-width: 0px;
        filter: contrast(100%) grayscale(0%) hue-rotate(0deg) invert(0%) saturate(70%) sepia(0%) opacity(100%) brightness(100%) blur(5px);
        position: absolute;
        z-index: null;
    }

    #w-qj4x3hhd .image-background {
        width: 420px;
        height: 800px;
        top: 0px;
        left: 0px;
        background: center center/ cover no-repeat scroll content-box border-box url("https://content.pancake.vn/1/fwebp/34/cf/a2/a2/9e6967aa7259ee3498926d74a0efe440fbe3746b293165018595f2ac-w:420-h:800-l:272644-t:image/png.png");
        --type: 0;
    }

    #w-qj4x3hhd .image-background-compare {
        background: undefined;
        clip: rect(0, 210px, 800px, 0);
        --type: 0;
    }

    #w-qj4x3hhd>div {
        transform: rotateY(180deg) perspective(1000px);
    }

    #w-4eszafr3 {
        top: 110px;
        left: 0px;
        width: 100%;
        height: auto;
    }

    #w-4eszafr3 .text-block {}

    #w-4eszafr3 .text-block-css {
        border-color: rgba(229, 231, 235, 1);
        border-style: solid;
        color: rgba(0, 0, 0, 1);
        font-family: 'Ephesis', sans-serif;
        font-size: 25px;
        text-align: center;
        --type: 0;
    }

    #w-v6yq9rrt {
        top: 490.0000305175781px;
        left: -367px;
        width: 280px;
        height: 310px;
    }

    #w-f9da4ivv {
        top: 0px;
        left: 0px;
        position: relative;
        width: 420px;
        height: 747px;
    }

    #w-f9da4ivv .section-wrapper {
        opacity: 1;
    }

    #w-f9da4ivv {
        margin-bottom: -1px;
    }

    #w-f9da4ivv .section-background {
        background: rgba(255, 255, 255, 0.09);
        --type: 0;
    }

    #w-0xh0oy90 {
        top: 459px;
        left: 5px;
        width: 200px;
        height: 24px;
    }

    #w-0xh0oy90 .text-block {}

    #w-0xh0oy90 .text-block-css {
        border-color: rgba(229, 231, 235, 1);
        border-style: solid;
        color: rgba(0, 0, 0, 1);
        font-family: 'UTM-Cafeta.ttf', sans-serif;
        font-size: 16px;
        text-align: center;
        --type: 0;
    }

    #w-ghhtb2oq {
        top: 16.5px;
        left: -3.5px;
        width: 427px;
        height: 40px;
    }

    #w-ghhtb2oq .text-block {}

    #w-ghhtb2oq .text-block-css {
        border-color: rgba(229, 231, 235, 1);
        border-style: solid;
        color: rgba(0, 0, 0, 1);
        font-family: 'Ephesis', sans-serif;
        font-size: 20px;
        line-height: 1;
        text-align: center;
        --type: 0;
    }

    #w-vrj5ae9z {
        top: 132.5px;
        left: 215px;
        width: 200px;
        height: 24px;
    }

    #w-vrj5ae9z .text-block {}

    #w-vrj5ae9z .text-block-css {
        border-color: rgba(229, 231, 235, 1);
        border-style: solid;
        color: rgba(0, 0, 0, 1);
        font-family: 'UTM-Cafeta.ttf', sans-serif;
        font-size: 16px;
        text-align: center;
        --type: 0;
    }

    #w-ro447tq1 {
        top: 287px;
        left: 260.5px;
        width: 109px;
        height: 22.5px;
    }

    #w-ro447tq1 .text-block {}

    #w-ro447tq1 .text-block-css {
        border-color: rgba(229, 231, 235, 1);
        border-style: solid;
        color: rgba(0, 0, 0, 1);
        font-size: 15px;
        text-align: center;
        --type: 0;
    }

    #w-2obwzmyh {
        top: 90px;
        left: 0px;
        width: 210px;
        height: 320px;
    }

    #w-2obwzmyh .image-block-css {
        border-color: rgba(255, 226, 249, 1.000);
        border-style: solid;
        border-width: 5px;
        position: absolute;
        z-index: null;
    }

    #w-2obwzmyh .image-background {
        width: 242.93819444444443px;
        height: 369.1111111111111px;
        top: 0px;
        left: 0px;
        background: center center/ cover no-repeat content-box border-box url("https://pub-97471fa082e94bf3bcc963fa69a7dd1d.r2.dev/dinh/LUX05145.jpg");
        --type: 0;
    }

    #w-2obwzmyh .image-background-compare {
        background: undefined;
        clip: rect(0, 105px, 320px, 0);
        --type: 0;
    }

    #w-vys4bn3n {
        top: 410px;
        left: 210px;
        perspective: 1000px;
        width: 210px;
        height: 320px;
    }

    #w-vys4bn3n .image-block-css {
        border-color: rgba(255, 226, 249, 1.000);
        border-style: solid;
        border-width: 5px;
        position: absolute;
        z-index: null;
    }

    #w-vys4bn3n .image-background {
        width: 204.59233823029894px;
        height: 311.63722826086956px;
        top: 0px;
        left: 0px;
        background: center center/ cover no-repeat scroll content-box border-box url("https://pub-97471fa082e94bf3bcc963fa69a7dd1d.r2.dev/dinh/LUX04584.jpg");
        --type: 0;
    }

    #w-vys4bn3n .image-background-compare {
        background: undefined;
        clip: rect(0, 105px, 320px, 0);
        --type: 0;
    }

    #w-vys4bn3n>div {
        transform: rotateY(0deg) perspective(1000px);
    }

    #w-oqr20liw {
        top: 595.5px;
        left: 50.5px;
        width: 109px;
        height: 22.5px;
    }

    #w-oqr20liw .text-block {}

    #w-oqr20liw .text-block-css {
        border-color: rgba(229, 231, 235, 1);
        border-style: solid;
        color: rgba(0, 0, 0, 1);
        font-size: 15px;
        text-align: center;
        --type: 0;
    }

    #w-6ai6or66 {
        top: 309.5px;
        left: 141px;
        width: 348px;
        height: 52.5px;
    }

    #w-6ai6or66 .text-block {}

    #w-6ai6or66 .text-block-css {
        border-color: rgba(229, 231, 235, 1);
        border-style: solid;
        color: rgba(0, 0, 0, 1);
        font-family: 'Ephesis', sans-serif;
        font-size: 35px;
        text-align: center;
        --type: 0;
    }

    #w-2elerqc2 {
        top: 618px;
        left: -69px;
        width: 348px;
        height: 60px;
    }

    #w-2elerqc2 .text-block {}

    #w-2elerqc2 .text-block-css {
        border-color: rgba(229, 231, 235, 1);
        border-style: solid;
        color: rgba(0, 0, 0, 1);
        font-family: 'Ephesis', sans-serif;
        font-size: 40px;
        text-align: center;
        --type: 0;
    }

    #w-uwl755j6 {
        top: 207.5px;
        left: 214.5px;
        width: 199px;
        height: 39px;
    }

    #w-uwl755j6 .text-block {}

    #w-uwl755j6 .text-block-css {
        border-color: rgba(229, 231, 235, 1);
        border-style: solid;
        color: rgba(0, 0, 0, 1);
        font-size: 13px;
        text-align: center;
        --type: 0;
    }

    #w-jt606eew {
        top: 530px;
        left: 14px;
        width: 184px;
        height: 39px;
    }

    #w-jt606eew .text-block {}

    #w-jt606eew .text-block-css {
        border-color: rgba(229, 231, 235, 1);
        border-style: solid;
        color: rgba(0, 0, 0, 1);
        font-size: 13px;
        text-align: center;
        --type: 0;
    }

    #w-2g81k7ss {
        top: 155.5px;
        left: 215px;
        width: 200px;
        height: 48px;
    }

    #w-2g81k7ss .text-block {}

    #w-2g81k7ss .text-block-css {
        border-color: rgba(229, 231, 235, 1);
        border-style: solid;
        color: rgba(0, 0, 0, 1.000);
        font-family: 'UTM-Cafeta.ttf', sans-serif;
        font-size: 16px;
        text-align: center;
        --type: 0;
    }

    #w-g78kvlxw {
        top: 481.5px;
        left: 5px;
        width: 200px;
        height: 48px;
    }

    #w-g78kvlxw .text-block {}

    #w-g78kvlxw .text-block-css {
        border-color: rgba(229, 231, 235, 1);
        border-style: solid;
        color: rgba(0, 0, 0, 1);
        font-family: 'UTM-Cafeta.ttf', sans-serif;
        font-size: 16px;
        text-align: center;
        --type: 0;
    }

    #w-6pnllpry {
        top: 0px;
        left: 0px;
        position: relative;
        width: 420px;
        height: 669px;
    }

    #w-6pnllpry .section-wrapper {
        opacity: 1;
    }

    #w-6pnllpry {
        margin-bottom: -1px;
    }

    #w-6pnllpry .section-background {
        background: rgba(255, 255, 255, 0.09);
        --type: 0;
    }

    #w-avu1jho0 {
        top: 349px;
        left: 29px;
        width: 368px;
        height: 301px;
    }

    #w-avu1jho0 .rectangle-css {
        border-color: rgba(0, 0, 0, 1);
        border-radius: 16px;
        border-style: solid;
        border-width: 1px;
        background: rgba(0, 95, 188, 0);
        background-clip: padding-box;
    }

    #w-msqkius0 {
        top: 111.5px;
        left: -1px;
        width: 122px;
        height: 183px;
    }

    #w-msqkius0 .image-block-css {
        border-color: rgba(229, 231, 235, 1);
        border-style: solid;
        border-width: 0px;
        position: absolute;
        z-index: null;
    }

    #w-msqkius0 .image-background {
        width: 122.1125px;
        height: 183.02576112412177px;
        top: 0px;
        left: 0px;
        background: center center/ cover no-repeat scroll content-box border-box url("https://pub-97471fa082e94bf3bcc963fa69a7dd1d.r2.dev/dinh/body1.jpg");
        --type: 0;
    }

    #w-msqkius0 .image-background-compare {
        background: undefined;
        clip: rect(0, 61px, 183px, 0);
        --type: 0;
    }

    #w-e9ivazxb {
        top: 92.5px;
        left: 130px;
        width: 160px;
        height: 240px;
    }

    #w-e9ivazxb .image-block-css {
        border-color: rgba(229, 231, 235, 1);
        border-style: solid;
        border-width: 0px;
        position: absolute;
        z-index: null;
    }

    #w-e9ivazxb .image-background {
        width: 160.8140625px;
        height: 241.0327868852459px;
        top: 0px;
        left: 0px;
        background: center center/ cover no-repeat scroll content-box border-box url("https://pub-97471fa082e94bf3bcc963fa69a7dd1d.r2.dev/dinh/body2.jpg");
        --type: 0;
    }

    #w-e9ivazxb .image-background-compare {
        background: undefined;
        clip: rect(0, 80px, 240px, 0);
        --type: 0;
    }

    #w-phpdvnlp {
        top: 111.5px;
        left: 297px;
        width: 122px;
        height: 183px;
    }

    #w-phpdvnlp .image-block-css {
        border-color: rgba(229, 231, 235, 1);
        border-style: solid;
        border-width: 0px;
        position: absolute;
        z-index: null;
    }

    #w-phpdvnlp .image-background {
        width: 122.0953125px;
        height: 183px;
        top: 0px;
        left: 0px;
        background: center center/ cover no-repeat scroll content-box border-box url("https://pub-97471fa082e94bf3bcc963fa69a7dd1d.r2.dev/dinh/body3.jpg");
        --type: 0;
    }

    #w-phpdvnlp .image-background-compare {
        background: undefined;
        clip: rect(0, 61px, 183px, 0);
        --type: 0;
    }

    #w-st6u3bam {
        top: 361px;
        left: -3.5px;
        width: 427px;
        height: 28.5px;
    }

    #w-st6u3bam .text-block {}

    #w-st6u3bam .text-block-css {
        -webkit-text-stroke: 0px rgba(0, 50, 99, 1);
        border-color: rgba(229, 231, 235, 1);
        border-style: solid;
        color: rgba(0, 0, 0, 1);
        font-family: 'Arial', sans-serif;
        font-size: 19px;
        font-weight: bold;
        letter-spacing: 1px;
        text-align: center;
        --type: 0;
    }

    #w-esf8zazr {
        top: 423.5px;
        left: 87px;
        width: 254px;
        height: 31.5px;
    }

    #w-esf8zazr .text-block {}

    #w-esf8zazr .text-block-css {
        -webkit-text-stroke: 0px rgba(0, 0, 0, 1.000);
        border-color: rgba(229, 231, 235, 1);
        border-style: solid;
        color: rgba(0, 0, 0, 1);
        font-size: 21px;
        font-weight: bold;
        letter-spacing: 7px;
        line-height: 1.5;
        text-align: center;
        --type: 0;
    }

    #w-dkfhiexu {
        top: 392.5px;
        left: 83px;
        width: 254px;
        height: 27px;
    }

    #w-dkfhiexu .text-block {}

    #w-dkfhiexu .text-block-css {
        -webkit-text-stroke: 0px rgba(0, 0, 0, 1.000);
        border-color: rgba(229, 231, 235, 1);
        border-style: solid;
        color: rgba(0, 0, 0, 1);
        font-size: 18px;
        line-height: 1.5;
        text-align: center;
        --type: 0;
    }

    #w-zwqqro52 {
        top: 531px;
        left: 90.5px;
        width: 241px;
        height: 35px;
    }

    #w-zwqqro52 .button-css {
        border-color: rgba(229, 231, 235, 1);
        border-radius: 4px;
        border-style: solid;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        color: rgba(0, 0, 0, 1);
        font-size: 16px;
        font-weight: bold;
        background: linear-gradient(90deg, rgba(193, 190, 184, 1) 0%, rgba(218, 215, 209, 0.47) 50%, rgba(161, 159, 155, 1) 100%);
        --type: 0;
    }

    #w-0i230mok {
        top: 496px;
        left: 0px;
        width: 422px;
        height: 21px;
    }

    #w-0i230mok .text-block {}

    #w-0i230mok .text-block-css {
        border-color: rgba(229, 231, 235, 1);
        border-style: solid;
        color: rgba(0, 0, 0, 1);
        font-family: 'Arial', sans-serif;
        font-size: 14px;
        font-style: italic;
        letter-spacing: 1px;
        text-align: center;
        --type: 0;
    }

    #w-ym4nqcl4 {
        top: 580px;
        left: 123.5px;
        width: 175px;
        height: 50px;
    }

    #w-ym4nqcl4 .button-css {
        border-color: rgba(229, 231, 235, 1);
        border-radius: 17px;
        border-style: solid;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        color: rgba(0, 0, 0, 1);
        font-size: 16px;
        font-weight: bold;
        background: rgba(240, 193, 225, 1.000);
        --type: 0;
    }

    #w-0c362gdd {
        top: 0px;
        left: 132px;
        width: 150px;
        height: auto;
    }

    #w-0c362gdd .line-container {
        border-color: rgba(83, 96, 119, 1);
        border-style: solid;
        border-width: 2px;

    }

    #w-cz8vcelk {
        top: 9px;
        left: 104px;
        width: 200px;
        height: 57px;
    }

    #w-cz8vcelk .text-block {}

    #w-cz8vcelk .text-block-css {
        border-color: rgba(229, 231, 235, 1);
        border-style: solid;
        color: rgba(0, 0, 0, 1);
        font-family: 'Ephesis', sans-serif;
        font-size: 38px;
        text-align: center;
        --type: 0;
    }

    #w-xule1twx {
        top: 56px;
        left: -5px;
        width: 427px;
        height: 19.5px;
    }

    #w-xule1twx .text-block {}

    #w-xule1twx .text-block-css {
        border-color: rgba(229, 231, 235, 1);
        border-style: solid;
        color: rgba(0, 0, 0, 1);
        font-family: 'Arial', sans-serif;
        font-size: 13px;
        letter-spacing: 1px;
        text-align: center;
        --type: 0;
    }

    #w-h14zr5xp {
        top: 462.46875px;
        left: -7px;
        width: 434px;
        height: 25.5px;
    }

    #w-h14zr5xp .text-block {}

    #w-h14zr5xp .text-block-css {
        border-color: rgba(229, 231, 235, 1);
        border-style: solid;
        color: rgba(0, 0, 0, 1);
        font-family: 'Arial', sans-serif;
        font-size: 17px;
        text-align: center;
        --type: 0;
    }

    #w-4gwtupi0 {
        top: 0px;
        left: 0px;
        position: relative;
        width: 420px;
        height: 321px;
    }

    #w-4gwtupi0 .section-wrapper {
        opacity: 1;
    }

    #w-4gwtupi0 {
        margin-bottom: -1px;
    }

    #w-4gwtupi0 .section-background {
        background: #fff;
        --type: 0;
    }

    #w-v435uzyl {
        top: 1px;
        left: 29px;
        width: 368px;
        height: 301px;
    }

    #w-v435uzyl .rectangle-css {
        border-color: rgba(0, 0, 0, 1);
        border-radius: 16px;
        border-style: solid;
        border-width: 1px;
        background: rgba(0, 95, 188, 0);
        background-clip: padding-box;
    }

    #w-ql33onnn {
        top: 231px;
        left: 123.5px;
        width: 175px;
        height: 50px;
    }

    #w-ql33onnn .button-css {
        border-color: rgba(229, 231, 235, 1);
        border-radius: 17px;
        border-style: solid;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        color: rgba(0, 0, 0, 1);
        font-size: 16px;
        font-weight: bold;
        background: rgba(240, 193, 225, 1.000);
        --type: 0;
    }

    #w-halgaen0 {
        top: 15.982933044433594px;
        left: -1.5px;
        width: 427px;
        height: 28.5px;
    }

    #w-halgaen0 .text-block {}

    #w-halgaen0 .text-block-css {
        -webkit-text-stroke: 0px rgba(0, 50, 99, 1);
        border-color: rgba(229, 231, 235, 1);
        border-style: solid;
        color: rgba(0, 0, 0, 1);
        font-family: 'Arial', sans-serif;
        font-size: 19px;
        font-weight: bold;
        letter-spacing: 1px;
        text-align: center;
        --type: 0;
    }

    #w-uph7paw9 {
        top: 75.5px;
        left: 91px;
        width: 254px;
        height: 31.5px;
    }

    #w-uph7paw9 .text-block {}

    #w-uph7paw9 .text-block-css {
        -webkit-text-stroke: 0px rgba(0, 0, 0, 1.000);
        border-color: rgba(229, 231, 235, 1);
        border-style: solid;
        color: rgba(0, 0, 0, 1);
        font-size: 21px;
        font-weight: bold;
        letter-spacing: 7px;
        line-height: 1.5;
        text-align: center;
        --type: 0;
    }

    #w-y41ehowh {
        top: 44.5px;
        left: 91px;
        width: 254px;
        height: 27px;
    }

    #w-y41ehowh .text-block {}

    #w-y41ehowh .text-block-css {
        -webkit-text-stroke: 0px rgba(0, 0, 0, 1.000);
        border-color: rgba(229, 231, 235, 1);
        border-style: solid;
        color: rgba(0, 0, 0, 1);
        font-size: 18px;
        line-height: 1.5;
        text-align: center;
        --type: 0;
    }

    #w-zfl7fw4v {
        top: 183px;
        left: 90.5px;
        width: 241px;
        height: 35px;
    }

    #w-zfl7fw4v .button-css {
        border-color: rgba(229, 231, 235, 1);
        border-radius: 4px;
        border-style: solid;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        color: rgba(0, 0, 0, 1);
        font-size: 16px;
        font-weight: bold;
        background: linear-gradient(90deg, rgba(193, 190, 184, 1) 0%, rgba(218, 215, 209, 0.47) 50%, rgba(161, 159, 155, 1) 100%);
        --type: 0;
    }

    #w-3gsprm7x {
        top: 147px;
        left: 0px;
        width: 422px;
        height: 21px;
    }

    #w-3gsprm7x .text-block {}

    #w-3gsprm7x .text-block-css {
        border-color: rgba(229, 231, 235, 1);
        border-style: solid;
        color: rgba(0, 0, 0, 1);
        font-family: 'Arial', sans-serif;
        font-size: 14px;
        font-style: italic;
        letter-spacing: 1px;
        text-align: center;
        --type: 0;
    }

    #w-s23vzj6a {
        top: 113.5px;
        left: -7px;
        width: 434px;
        height: 25.5px;
    }

    #w-s23vzj6a .text-block {}

    #w-s23vzj6a .text-block-css {
        border-color: rgba(229, 231, 235, 1);
        border-style: solid;
        color: rgba(0, 0, 0, 1);
        font-family: 'Arial', sans-serif;
        font-size: 17px;
        text-align: center;
        --type: 0;
    }

    #w-tblu44l5 {
        top: 0px;
        left: 0px;
        position: relative;
        width: 420px;
        height: 211px;
        display: none;
    }

    #w-tblu44l5 .section-wrapper {
        opacity: 1;
    }

    #w-tblu44l5 {
        margin-bottom: -1px;
    }

    #w-tblu44l5 .section-background {
        background: #fff;
        --type: 0;
    }

    #w-urk8lko7 {
        top: 40px;
        left: -2px;
        width: 422px;
        height: 21px;
    }

    #w-urk8lko7 .text-block {}

    #w-urk8lko7 .text-block-css {
        border-color: rgba(229, 231, 235, 1);
        border-style: solid;
        font-family: 'Arial', sans-serif;
        font-size: 14px;
        letter-spacing: 1px;
        text-align: center;
        --type: 0;
    }

    #w-vr9dyy6q {
        top: 79px;
        left: -13.5px;
        width: 185px;
        height: 21px;
    }

    #w-vr9dyy6q .text-block {}

    #w-vr9dyy6q .text-block-css {
        border-color: rgba(229, 231, 235, 1);
        border-style: solid;
        font-family: 'Arial', sans-serif;
        font-size: 14px;
        letter-spacing: 1px;
        text-align: center;
        --type: 0;
    }

    #w-xzuoaykg {
        top: 79px;
        left: 248.5px;
        width: 185px;
        height: 21px;
    }

    #w-xzuoaykg .text-block {}

    #w-xzuoaykg .text-block-css {
        border-color: rgba(229, 231, 235, 1);
        border-style: solid;
        font-family: 'Arial', sans-serif;
        font-size: 14px;
        font-weight: bold;
        letter-spacing: 1px;
        text-align: center;
        --type: 0;
    }

    #w-z4fcv8d8 {
        top: 61px;
        left: 116.5px;
        width: 185px;
        height: 63px;
    }

    #w-z4fcv8d8 .text-block {}

    #w-z4fcv8d8 .text-block-css {
        border-color: rgba(229, 231, 235, 1);
        border-style: solid;
        font-family: 'Ephesis', sans-serif;
        font-size: 42px;
        font-weight: bold;
        letter-spacing: 1px;
        text-align: center;
        --type: 0;
    }

    #w-drsgl353 {
        top: 79px;
        left: 126px;
        perspective: 1000px;
        width: 34px;
        height: auto;
    }

    #w-drsgl353 .line-container {
        border-color: rgba(83, 96, 119, 1);
        border-style: solid;
        border-width: 2px;

    }

    #w-drsgl353>div {
        transform: rotate(90deg) perspective(1000px);
    }

    #w-tmjdryrq {
        top: 79px;
        left: 260px;
        perspective: 1000px;
        width: 34px;
        height: auto;
    }

    #w-tmjdryrq .line-container {
        border-color: rgba(83, 96, 119, 1);
        border-style: solid;
        border-width: 2px;

    }

    #w-tmjdryrq>div {
        transform: rotate(90deg) perspective(1000px);
    }

    #w-rqijl6qj {
        top: 157px;
        left: -2px;
        width: 422px;
        height: 21px;
    }

    #w-rqijl6qj .text-block {}

    #w-rqijl6qj .text-block-css {
        border-color: rgba(229, 231, 235, 1);
        border-style: solid;
        color: rgba(0, 0, 0, 1);
        font-family: 'Arial', sans-serif;
        font-size: 14px;
        font-style: italic;
        letter-spacing: 1px;
        text-align: center;
        --type: 0;
    }

    #w-uacjsfhz {
        top: 124px;
        left: -8px;
        width: 434px;
        height: 25.5px;
    }

    #w-uacjsfhz .text-block {}

    #w-uacjsfhz .text-block-css {
        border-color: rgba(229, 231, 235, 1);
        border-style: solid;
        color: rgba(0, 0, 0, 1);
        font-family: 'Arial', sans-serif;
        font-size: 17px;
        text-align: center;
        --type: 0;
    }

    #w-g42pzvfj {
        top: 193.5px;
        left: 91px;
        width: 236px;
        height: auto;
    }

    #w-g42pzvfj .line-container {
        border-color: rgba(83, 96, 119, 1);
        border-style: solid;
        border-width: 1px;

    }

    #w-4we8afi3 {
        top: 0px;
        left: -4.5px;
        width: 427px;
        height: 21px;
    }

    #w-4we8afi3 .text-block {}

    #w-4we8afi3 .text-block-css {
        border-color: rgba(229, 231, 235, 1);
        border-style: solid;
        font-family: 'Arial', sans-serif;
        font-size: 14px;
        letter-spacing: 1px;
        text-align: center;
        --type: 0;
    }

    #w-fd8r9b5v {
        top: 0px;
        left: 0px;
        position: relative;
        width: 420px;
        height: 204px;
        display: none;
    }

    #w-fd8r9b5v .section-wrapper {
        opacity: 1;
    }

    #w-fd8r9b5v {
        margin-bottom: -1px;
    }

    #w-fd8r9b5v .section-background {
        background: #fff;
        --type: 0;
    }

    #w-evmoeltj {
        top: 40px;
        left: -2px;
        width: 422px;
        height: 21px;
    }

    #w-evmoeltj .text-block {}

    #w-evmoeltj .text-block-css {
        border-color: rgba(229, 231, 235, 1);
        border-style: solid;
        font-family: 'Arial', sans-serif;
        font-size: 14px;
        letter-spacing: 1px;
        text-align: center;
        --type: 0;
    }

    #w-ssfikcz9 {
        top: 79px;
        left: -13.5px;
        width: 185px;
        height: 21px;
    }

    #w-ssfikcz9 .text-block {}

    #w-ssfikcz9 .text-block-css {
        border-color: rgba(229, 231, 235, 1);
        border-style: solid;
        font-family: 'Arial', sans-serif;
        font-size: 14px;
        letter-spacing: 1px;
        text-align: center;
        --type: 0;
    }

    #w-9xfcrfpl {
        top: 79px;
        left: 248.5px;
        width: 185px;
        height: 21px;
    }

    #w-9xfcrfpl .text-block {}

    #w-9xfcrfpl .text-block-css {
        border-color: rgba(229, 231, 235, 1);
        border-style: solid;
        font-family: 'Arial', sans-serif;
        font-size: 14px;
        font-weight: bold;
        letter-spacing: 1px;
        text-align: center;
        --type: 0;
    }

    #w-t4oxy76p {
        top: 61px;
        left: 116.5px;
        width: 185px;
        height: 63px;
    }

    #w-t4oxy76p .text-block {}

    #w-t4oxy76p .text-block-css {
        border-color: rgba(229, 231, 235, 1);
        border-style: solid;
        font-family: 'Ephesis', sans-serif;
        font-size: 42px;
        font-weight: bold;
        letter-spacing: 1px;
        text-align: center;
        --type: 0;
    }

    #w-jsbmnkct {
        top: 79px;
        left: 126px;
        perspective: 1000px;
        width: 34px;
        height: auto;
    }

    #w-jsbmnkct .line-container {
        border-color: rgba(83, 96, 119, 1);
        border-style: solid;
        border-width: 2px;

    }

    #w-jsbmnkct>div {
        transform: rotate(90deg) perspective(1000px);
    }

    #w-166foa9y {
        top: 79px;
        left: 260px;
        perspective: 1000px;
        width: 34px;
        height: auto;
    }

    #w-166foa9y .line-container {
        border-color: rgba(83, 96, 119, 1);
        border-style: solid;
        border-width: 2px;

    }

    #w-166foa9y>div {
        transform: rotate(90deg) perspective(1000px);
    }

    #w-7qtmfwng {
        top: 157px;
        left: -2px;
        width: 422px;
        height: 21px;
    }

    #w-7qtmfwng .text-block {}

    #w-7qtmfwng .text-block-css {
        border-color: rgba(229, 231, 235, 1);
        border-style: solid;
        color: rgba(0, 0, 0, 1);
        font-family: 'Arial', sans-serif;
        font-size: 14px;
        font-style: italic;
        letter-spacing: 1px;
        text-align: center;
        --type: 0;
    }

    #w-rs2umsyi {
        top: 124px;
        left: -8px;
        width: 434px;
        height: 25.5px;
    }

    #w-rs2umsyi .text-block {}

    #w-rs2umsyi .text-block-css {
        border-color: rgba(229, 231, 235, 1);
        border-style: solid;
        color: rgba(0, 0, 0, 1);
        font-family: 'Arial', sans-serif;
        font-size: 17px;
        text-align: center;
        --type: 0;
    }

    #w-twnejz89 {
        top: 0px;
        left: -4.5px;
        width: 427px;
        height: 21px;
    }

    #w-twnejz89 .text-block {}

    #w-twnejz89 .text-block-css {
        border-color: rgba(229, 231, 235, 1);
        border-style: solid;
        font-family: 'Arial', sans-serif;
        font-size: 14px;
        letter-spacing: 1px;
        text-align: center;
        --type: 0;
    }

    #w-0msi657f {
        top: 0px;
        left: 0px;
        position: relative;
        width: 420px;
        height: 420px;
    }

    #w-0msi657f .section-wrapper {
        opacity: 1;
    }

    #w-0msi657f {
        margin-bottom: -1px;
    }

    #w-0msi657f .section-background {
        background: #fff;
        --type: 0;
    }

    #w-a0rvity2 {
        top: 362px;
        left: 139.1875px;
        width: 350px;
        height: 41px;
    }

    #w-a0rvity2 .image-block-css {
        border-color: rgba(229, 231, 235, 1);
        border-style: solid;
        border-width: 0px;
        position: absolute;
        z-index: null;
    }

    #w-a0rvity2 .image-background {
        width: 350.03749999999997px;
        height: 41px;
        top: 0px;
        left: 0px;
        background: center center/ cover no-repeat scroll content-box border-box url("https://content.pancake.vn/1/fwebp/9e/15/98/a2/3bb0491db823fcff403c522e0cec401b55262eba10b022861fe5f666-w:1366-h:160-l:11669-t:image/png.png");
        --type: 0;
    }

    #w-a0rvity2 .image-background-compare {
        background: undefined;
        clip: rect(0, 175px, 41px, 0);
        --type: 0;
    }

    #w-p4ucw5ea {
        top: 2.5px;
        left: -9.84375px;
        width: 440px;
        height: 417px;
    }

    #w-p4ucw5ea .image-block-css {
        border-color: rgba(229, 231, 235, 1);
        border-style: solid;
        border-width: 0px;
        filter: contrast(120%) grayscale(0%) hue-rotate(0deg) invert(0%) saturate(100%) sepia(0%) opacity(100%) brightness(100%) blur(0px);
        position: absolute;
        z-index: null;
    }

    #w-p4ucw5ea .image-background {
        width: 440.05025125628134px;
        height: 440.05025125628134px;
        top: -23.050251256281406px;
        left: 0px;
        background: center center/ cover no-repeat scroll content-box border-box url("https://content.pancake.vn/1/s880x880/fwebp/d4/19/53/02/8b6e3333646cf6529ee423d7c89200ae8cb2d3beaf18bf2ad8cfdb5f-w:2400-h:2400-l:103346-t:image/png.png");
        --type: 0;
    }

    #w-p4ucw5ea .image-background-compare {
        background: undefined;
        clip: rect(0, 220px, 417px, 0);
        --type: 0;
    }

    #w-w2zlnhqe {
        top: 165px;
        left: 350.5px;
        width: 39px;
        height: 39px;
    }

    #w-w2zlnhqe .image-block-css {
        border-color: rgba(229, 231, 235, 1);
        border-style: solid;
        border-width: 0px;
        position: absolute;
        z-index: null;
    }

    #w-w2zlnhqe .image-background {
        width: 39px;
        height: 39px;
        top: 0px;
        left: 0px;
        background: center center/ cover no-repeat scroll content-box border-box url("https://content.pancake.vn/1/s439x439/fwebp/59/9d/0d/23/829a2a25903e5b03a029f62911ad0300b2c875df84e143b3258f9633-w:3600-h:3600-l:165926-t:image/png.png");
        --type: 0;
    }

    #w-w2zlnhqe .image-background-compare {
        background: undefined;
        clip: rect(0, 19.5px, 39px, 0);
        --type: 0;
    }

    #w-jh2ougwh {
        top: 163px;
        left: 39.5px;
        width: 39px;
        height: 39px;
    }

    #w-jh2ougwh .image-block-css {
        border-color: rgba(229, 231, 235, 1);
        border-style: solid;
        border-width: 0px;
        position: absolute;
        z-index: null;
    }

    #w-jh2ougwh .image-background {
        width: 39px;
        height: 39px;
        top: 0px;
        left: 0px;
        background: center center/ cover no-repeat scroll content-box border-box url("https://content.pancake.vn/1/s439x439/fwebp/59/9d/0d/23/829a2a25903e5b03a029f62911ad0300b2c875df84e143b3258f9633-w:3600-h:3600-l:165926-t:image/png.png");
        --type: 0;
    }

    #w-jh2ougwh .image-background-compare {
        background: undefined;
        clip: rect(0, 19.5px, 39px, 0);
        --type: 0;
    }

    #w-rnhfxl3i {
        top: 0px;
        left: 0px;
        position: relative;
        width: 420px;
        height: 527px;
    }

    #w-rnhfxl3i .section-wrapper {
        opacity: 1;
    }

    #w-rnhfxl3i {
        margin-bottom: -1px;
    }

    #w-rnhfxl3i .section-background {
        background: rgba(226, 236, 255, 0.09);
        --type: 0;
    }

    #w-n0edaemf {
        top: 21.768753051757812px;
        left: 12.5px;
        width: 395px;
        height: 489px;
    }

    #w-n0edaemf .image-block-css {
        border-color: rgba(255, 226, 249, 0.23);
        border-style: solid;
        border-width: 0px;
        filter: contrast(100%) grayscale(0%) hue-rotate(121deg) invert(0%) saturate(100%) sepia(10%) opacity(100%) brightness(105%) blur(0px);
        position: absolute;
        z-index: null;
    }

    #w-n0edaemf .image-background {
        width: 399.22014388489225px;
        height: 760.419321685509px;
        top: 0px;
        left: 0px;
        background: center center/ cover no-repeat scroll content-box border-box url("https://content.pancake.vn/1/s799x1522/fwebp/67/95/92/10/934a1bd7382d5bc78753f7e3e2731c0e18af93e6b523305962612921-w:840-h:1600-l:17915-t:image/png.png");
        --type: 0;
    }

    #w-n0edaemf .image-background-compare {
        background: undefined;
        clip: rect(0, 197.5px, 489px, 0);
        --type: 0;
    }

    #w-qxq56x07 {
        top: 214.25624084472656px;
        left: 12.509353637695312px;
        width: 82px;
        height: 82px;
    }

    #w-qxq56x07 .image-block-css {
        border-color: rgba(229, 231, 235, 1);
        border-style: solid;
        border-width: 0px;
        filter: contrast(100%) grayscale(0%) hue-rotate(122deg) invert(0%) saturate(100%) sepia(0%) opacity(100%) brightness(100%) blur(0px);
        position: absolute;
    }

    #w-qxq56x07 .image-background {
        width: 82px;
        height: 82px;
        top: 0px;
        left: 0px;
        background: center center/ cover no-repeat scroll content-box border-box url("https://content.pancake.vn/1/s482x482/fwebp/75/f1/20/e0/16292656646d6defe01bbe7ad882b99ca1cacabcb8eb31e581e8ac33-w:980-h:980-l:16396-t:image/webp.webp");
        --type: 0;
    }

    #w-qxq56x07 .image-background-compare {
        background: undefined;
        clip: rect(0, 41px, 82px, 0);
        --type: 0;
    }

    #w-q2oaxs8v {
        top: 204.5px;
        left: 91.484375px;
        width: 276px;
        height: 40.5px;
    }

    #w-q2oaxs8v .text-block {}

    #w-q2oaxs8v .text-block-css {
        border-color: rgba(229, 231, 235, 1);
        border-style: solid;
        color: rgba(0, 0, 0, 1);
        font-family: 'BlackMango-Medium.otf', sans-serif;
        font-size: 27px;
        text-align: start;
        --type: 0;
    }

    #w-kawomyne {
        top: 242.5px;
        left: 91.484375px;
        width: 309px;
        height: 25.5px;
    }

    #w-kawomyne .text-block {}

    #w-kawomyne .text-block-css {
        border-color: rgba(229, 231, 235, 1);
        border-style: solid;
        color: rgba(0, 0, 0, 1);
        font-family: 'Barlow', sans-serif;
        font-size: 17px;
        text-align: start;
        --type: 0;
    }

    #w-q4s3yhca {
        top: 377px;
        left: 91.484375px;
        width: 276px;
        height: 40.5px;
    }

    #w-q4s3yhca .text-block {}

    #w-q4s3yhca .text-block-css {
        border-color: rgba(229, 231, 235, 1);
        border-style: solid;
        color: rgba(0, 0, 0, 1);
        font-family: 'BlackMango-Medium.otf', sans-serif;
        font-size: 27px;
        text-align: start;
        --type: 0;
    }

    #w-nc1dgmav {
        top: 331px;
        left: 90.984375px;
        width: 236px;
        height: auto;
    }

    #w-nc1dgmav .line-container {
        border-color: rgba(0, 0, 0, 1);
        border-style: solid;
        border-width: 2px;
    }

    #w-j0cdgjys {
        top: 204.484375px;
        left: 243.984375px;
        width: 120px;
        height: 30px;
    }

    #w-j0cdgjys .button-css {
        border-color: rgba(229, 231, 235, 1);
        border-radius: 11px;
        border-style: solid;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        color: rgba(0, 0, 0, 1);
        font-family: 'Barlow', sans-serif;
        font-size: 15px;
        background: rgba(255, 255, 255, 1);
        --type: 0;
    }

    #w-pt1xbstk {
        top: 377px;
        left: 243.984375px;
        width: 120px;
        height: 30px;
    }

    #w-pt1xbstk .button-css {
        border-color: rgba(229, 231, 235, 1);
        border-radius: 11px;
        border-style: solid;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        color: rgba(0, 0, 0, 1);
        font-family: 'Barlow', sans-serif;
        font-size: 15px;
        background: rgba(255, 255, 255, 1);
        --type: 0;
    }

    #w-1ijzl9py {
        top: 268px;
        left: 91.484375px;
        width: 309px;
        height: 51px;
    }

    #w-1ijzl9py .text-block {}

    #w-1ijzl9py .text-block-css {
        border-color: rgba(229, 231, 235, 1);
        border-style: solid;
        color: rgba(0, 0, 0, 1);
        font-family: 'Barlow', sans-serif;
        font-size: 17px;
        text-align: start;
        --type: 0;
    }

    #w-35tzhaay {
        top: 412.5px;
        left: 91.484375px;
        width: 309px;
        height: 25.5px;
    }

    #w-35tzhaay .text-block {}

    #w-35tzhaay .text-block-css {
        border-color: rgba(229, 231, 235, 1);
        border-style: solid;
        color: rgba(0, 0, 0, 1);
        font-family: 'Barlow', sans-serif;
        font-size: 17px;
        text-align: start;
        --type: 0;
    }

    #w-27gsokt8 {
        top: 438px;
        left: 91.484375px;
        width: 309px;
        height: 51px;
    }

    #w-27gsokt8 .text-block {}

    #w-27gsokt8 .text-block-css {
        border-color: rgba(229, 231, 235, 1);
        border-style: solid;
        color: rgba(0, 0, 0, 1);
        font-family: 'Barlow', sans-serif;
        font-size: 17px;
        text-align: start;
        --type: 0;
    }

    #w-4yvcq77x {
        top: 91.5px;
        left: 67.984375px;
        width: 280px;
        height: 66px;
    }

    #w-4yvcq77x .text-block {}

    #w-4yvcq77x .text-block-css {
        border-color: rgba(229, 231, 235, 1);
        border-style: solid;
        color: rgba(0, 0, 0, 1);
        font-family: 'Ephesis', sans-serif;
        font-size: 44px;
        text-align: center;
        --type: 0;
    }

    #w-fnbff4h8 {
        top: 385px;
        left: 12.5px;
        width: 82px;
        height: 82px;
    }

    #w-fnbff4h8 .image-block-css {
        border-color: rgba(229, 231, 235, 1);
        border-style: solid;
        border-width: 0px;
        filter: contrast(100%) grayscale(0%) hue-rotate(122deg) invert(0%) saturate(100%) sepia(0%) opacity(100%) brightness(100%) blur(0px);
        position: absolute;
    }

    #w-fnbff4h8 .image-background {
        width: 82px;
        height: 82px;
        top: 0px;
        left: 0px;
        background: center center/ cover no-repeat scroll content-box border-box url("https://content.pancake.vn/1/s482x482/fwebp/75/f1/20/e0/16292656646d6defe01bbe7ad882b99ca1cacabcb8eb31e581e8ac33-w:980-h:980-l:16396-t:image/webp.webp");
        --type: 0;
    }

    #w-fnbff4h8 .image-background-compare {
        background: undefined;
        clip: rect(0, 41px, 82px, 0);
        --type: 0;
    }

    #w-1rvkvzbl {
        top: 0px;
        left: 0px;
        position: relative;
        width: 420px;
        height: 1226px;
    }

    #w-1rvkvzbl .section-wrapper {
        opacity: 1;
    }

    #w-1rvkvzbl {
        margin-bottom: -1px;
    }

    #w-1rvkvzbl .section-background {
        background: rgba(226, 236, 255, 0.09);
        --type: 0;
    }

    #w-wg2v6szx {
        top: 1.5px;
        left: 0.0113525390625px;
        width: 193px;
        height: 48px;
    }

    #w-wg2v6szx .text-block {}

    #w-wg2v6szx .text-block-css {
        border-color: rgba(229, 231, 235, 1);
        border-style: solid;
        color: rgba(0, 0, 0, 1);
        font-family: 'Ephesis', sans-serif;
        font-size: 32px;
        text-align: center;
        --type: 0;
    }

    #w-m2u5vui2 {
        top: 1px;
        left: 87.0147705078125px;
        width: 335px;
        height: 54px;
    }

    #w-m2u5vui2 .image-block-css {
        border-color: rgba(229, 231, 235, 1);
        border-style: solid;
        border-width: 0px;
        position: absolute;

    }

    #w-m2u5vui2 .image-background {
        width: 492.7770700636943px;
        height: 57.719129729276055px;
        top: 0px;
        left: 0px;
        background: center center/ cover no-repeat scroll content-box border-box url("https://content.pancake.vn/1/fwebp/36/24/be/d8/f903790cf58b5fdd4e2e4337bf68628618b6921c7e68d8514654896a-w:1366-h:160-l:2878-t:image/png.png");
        --type: 0;
    }

    #w-m2u5vui2 .image-background-compare {
        background: undefined;
        clip: rect(0, 167.5px, 54px, 0);
        --type: 0;
    }

    #w-8g8oqkog {
        top: 55.03124237060547px;
        left: 16.03748321533203px;
        width: 187px;
        height: 280px;
    }

    #w-8g8oqkog .image-block-css {
        border-color: rgba(229, 231, 235, 1);
        border-style: solid;
        border-width: 0px;
        position: absolute;
        z-index: null;
    }

    #w-8g8oqkog .image-background {
        width: 186.8140625px;
        height: 280.0023419203747px;
        top: 0px;
        left: 0px;
        background: center center/ cover no-repeat scroll content-box url(https://pub-97471fa082e94bf3bcc963fa69a7dd1d.r2.dev/dinh/last/LUX04984.jpg) border-box;
        --type: 0;
    }

    #w-8g8oqkog .image-background-compare {
        background: undefined;
        clip: rect(0, 93.5px, 280px, 0);
        --type: 0;
    }

    #w-j4yxjpj5 {
        top: 55.02186965942383px;
        left: 210.01558685302734px;
        width: 187px;
        height: 280px;
    }

    #w-j4yxjpj5 .image-block-css {
        border-color: rgba(229, 231, 235, 1);
        border-style: solid;
        border-width: 0px;
        position: absolute;
        z-index: null;
    }

    #w-j4yxjpj5 .image-background {
        width: 187.1640625px;
        height: 280.5269320843091px;
        top: 0px;
        left: 0px;
        background: center center/ cover no-repeat scroll content-box url(https://pub-97471fa082e94bf3bcc963fa69a7dd1d.r2.dev/dinh/last/LUX05002.jpg) border-box;
        --type: 0;
    }

    #w-j4yxjpj5 .image-background-compare {
        background: undefined;
        clip: rect(0, 93.5px, 280px, 0);
        --type: 0;
    }

    #w-rh658khn {
        top: 647.5px;
        left: 16.02496337890625px;
        width: 187px;
        height: 280px;
    }

    #w-rh658khn .image-block-css {
        border-color: rgba(229, 231, 235, 1);
        border-style: solid;
        border-width: 0px;
        position: absolute;
        z-index: null;
    }

    #w-rh658khn .image-background {
        width: 186.8125px;
        height: 280px;
        top: 0px;
        left: 0px;
        background: center center/ cover no-repeat content-box border-box url("https://pub-97471fa082e94bf3bcc963fa69a7dd1d.r2.dev/dinh/last/LUX05205.jpg");
        --type: 0;
    }

    #w-rh658khn .image-background-compare {
        background: undefined;
        clip: rect(0, 93.5px, 280px, 0);
        --type: 0;
    }

    #w-nipx3ydd {
        top: 349.5px;
        left: 16.03118896484375px;
        width: 187px;
        height: 280px;
    }

    #w-nipx3ydd .image-block-css {
        border-color: rgba(229, 231, 235, 1);
        border-style: solid;
        border-width: 0px;
        position: absolute;
        z-index: null;
    }

    #w-nipx3ydd .image-background {
        width: 187.82031250000003px;
        height: 281.5105386416862px;
        top: 0px;
        left: 0px;
        background: center center/ cover no-repeat scroll content-box url(https://pub-97471fa082e94bf3bcc963fa69a7dd1d.r2.dev/dinh/last/LUX05023.jpg) border-box;
        --type: 0;
    }

    #w-nipx3ydd .image-background-compare {
        background: undefined;
        clip: rect(0, 93.5px, 280px, 0);
        --type: 0;
    }

    #w-419bvvpv {
        top: 647.5px;
        left: 213.49993896484375px;
        width: 187px;
        height: 280px;
    }

    #w-419bvvpv .image-block-css {
        border-color: rgba(229, 231, 235, 1);
        border-style: solid;
        border-width: 0px;
        position: absolute;
        z-index: null;
    }

    #w-419bvvpv .image-background {
        width: 186.84062500000002px;
        height: 280.0421545667447px;
        top: 0px;
        left: 0px;
        background: center center/ cover no-repeat content-box border-box url("https://pub-97471fa082e94bf3bcc963fa69a7dd1d.r2.dev/dinh/last/LUX05257.jpg");
        --type: 0;
    }

    #w-419bvvpv .image-background-compare {
        background: undefined;
        clip: rect(0, 93.5px, 280px, 0);
        --type: 0;
    }

    #w-wgahrpz2 {
        top: 937.5px;
        left: 16.013824462890625px;
        width: 187px;
        height: 280px;
    }

    #w-wgahrpz2 .image-block-css {
        border-color: rgba(229, 231, 235, 1);
        border-style: solid;
        border-width: 0px;
        position: absolute;
        z-index: null;
    }

    #w-wgahrpz2 .image-background {
        width: 186.82343749999998px;
        height: 280.0163934426229px;
        top: 0px;
        left: 0px;
        background: center center/ cover no-repeat content-box border-box url("https://pub-97471fa082e94bf3bcc963fa69a7dd1d.r2.dev/dinh/last/LUX05272%201.jpg");
        --type: 0;
    }

    #w-wgahrpz2 .image-background-compare {
        background: undefined;
        clip: rect(0, 93.5px, 280px, 0);
        --type: 0;
    }

    #w-b25110jf {
        top: 937.5px;
        left: 213.48605346679688px;
        width: 187px;
        height: 280px;
    }

    #w-b25110jf .image-block-css {
        border-color: rgba(229, 231, 235, 1);
        border-style: solid;
        border-width: 0px;
        position: absolute;
        z-index: null;
    }

    #w-b25110jf .image-background {
        width: 186.8390625px;
        height: 280.03981264637px;
        top: 0px;
        left: 0px;
        background: center center/ cover no-repeat content-box border-box url("https://pub-97471fa082e94bf3bcc963fa69a7dd1d.r2.dev/dinh/last/LUX05272.jpg");
        --type: 0;
    }

    #w-b25110jf .image-background-compare {
        background: undefined;
        clip: rect(0, 93.5px, 280px, 0);
        --type: 0;
    }

    #w-otuk5shf {
        top: 349.5px;
        left: 213.484375px;
        width: 187px;
        height: 280px;
    }

    #w-otuk5shf .image-block-css {
        border-color: rgba(229, 231, 235, 1);
        border-style: solid;
        border-width: 0px;
        position: absolute;
        z-index: null;
    }

    #w-otuk5shf .image-background {
        width: 186.84062500000002px;
        height: 280.0421545667447px;
        top: 0px;
        left: 0px;
        background: center center/ cover no-repeat content-box border-box url("https://pub-97471fa082e94bf3bcc963fa69a7dd1d.r2.dev/dinh/last/LUX05118.jpg");
        --type: 0;
    }

    #w-otuk5shf .image-background-compare {
        background: undefined;
        clip: rect(0, 93.5px, 280px, 0);
        --type: 0;
    }

    #w-zxnpsz1k {
        top: 0px;
        left: 0px;
        position: relative;
        width: 420px;
        height: 631px;
    }

    #w-zxnpsz1k .section-wrapper {
        opacity: 1;
    }

    #w-zxnpsz1k {
        margin-bottom: -1px;
    }

    #w-zxnpsz1k .section-background {
        background: #fff;
        --type: 0;
    }

    #w-tlcpmw3z {
        top: 0.01251220703125px;
        left: 0.01251220703125px;
        width: 420px;
        height: 630px;
    }

    #w-tlcpmw3z .image-block-css {
        border-color: rgba(229, 231, 235, 1);
        border-style: solid;
        border-width: 0px;
        position: absolute;
        z-index: null;
    }

    #w-tlcpmw3z .image-background {
        width: 473.6775671174765px;
        height: 709.9616931034776px;
        top: -27.961693103477614px;
        left: 0px;
        background: center center/ cover no-repeat scroll content-box url(https://pub-97471fa082e94bf3bcc963fa69a7dd1d.r2.dev/dinh/last/LUX05287.png) border-box;
        --type: 0;
    }

    #w-tlcpmw3z .image-background-compare {
        background: undefined;
        clip: rect(0, 210px, 630px, 0);
        --type: 0;
    }

    #w-qayyimzr {
        top: 1.0124969482421875px;
        left: 0px;
        width: 423px;
        height: 630px;
    }

    #w-qayyimzr .rectangle-css {
        border-color: rgba(0, 95, 188, 0.17);
        border-style: solid;
        background: rgba(255, 226, 249, 0.31);
        background-clip: padding-box;
    }

    #w-tpds7h8m {
        top: 419.49999618530273px;
        left: -7px;
        width: 434px;
        height: 141px;
    }

    #w-tpds7h8m .rectangle-css {
        border-color: rgba(229, 231, 235, 1);
        border-style: solid;
        background: rgba(255, 240, 252, 0.61);
        background-clip: padding-box;
    }

    #w-cs0sujoj {
        top: 404.49999618530273px;
        left: 20px;
        width: 379px;
        height: 148px;
    }

    #w-cs0sujoj .image-block-css {
        border-color: rgba(229, 231, 235, 1);
        border-style: solid;
        border-width: 0px;
        filter: contrast(0%) grayscale(43%) hue-rotate(0deg) invert(0%) saturate(0%) sepia(0%) opacity(100%) brightness(0%) blur(0px);
        position: absolute;
        z-index: null;
    }

    #w-cs0sujoj .image-background {
        width: 381.4490566037736px;
        height: 148px;
        top: 0px;
        left: 0px;
        background: center center/ cover no-repeat scroll content-box border-box url("https://pub-97471fa082e94bf3bcc963fa69a7dd1d.r2.dev/dinh/last/LUX05287.png");
        --type: 0;
    }

    #w-cs0sujoj .image-background-compare {
        background: undefined;
        clip: rect(0, 189.5px, 148px, 0);
        --type: 0;
    }

    #w-vtcoicaw {
        top: 489.99999618530273px;
        left: -19.5px;
        width: 459px;
        height: 57px;
    }

    #w-vtcoicaw .text-block {}

    #w-vtcoicaw .text-block-css {
        border-color: rgba(229, 231, 235, 1);
        border-style: solid;
        color: rgba(255, 255, 255, 1);
        filter: contrast(0%) grayscale(43%) hue-rotate(0deg) invert(0%) saturate(0%) sepia(0%) opacity(100%) brightness(0%) blur(0px);
        font-family: 'UTM-Azkia.ttf', sans-serif;
        font-size: 38px;
        text-align: center;
        --type: 0;
    }

    #w-beq0s2mj {
        top: 0px;
        left: 0px;
        position: relative;
        width: 420px;
        height: 47px;
    }

    #w-beq0s2mj .section-wrapper {
        opacity: 1;
    }

    #w-beq0s2mj {
        margin-bottom: -1px;
    }

    #w-beq0s2mj .section-background {
        background: #fff;
        --type: 0;
    }

    #w-4xsiny5e {
        top: -1px;
        left: -250px;
        width: 670px;
        height: 48px;
    }

    #w-2820odnb {
        top: 15.5px;
        left: 0px;
        width: 660px;
        height: 22.5px;
    }

    #w-2820odnb .text-block {}

    #w-2820odnb .text-block-css {
        -webkit-text-stroke: 0px rgba(0, 0, 0, 1);
        border-color: rgba(229, 231, 235, 1);
        border-style: solid;
        color: rgba(0, 0, 0, 1);
        font-size: 15px;
        text-align: end;
        --type: 0;
    }

    #w-eowhvd9u {
        top: 14px;
        left: 391px;
        width: 25px;
        height: 25px;
    }

    #w-eowhvd9u .rectangle-css {
        border-color: rgba(229, 231, 235, 1);
        border-style: solid;
        transform: translateZ(0);
        filter: contrast(100%) grayscale(0%) hue-rotate(0deg) invert(0%) saturate(100%) sepia(0%) opacity(100%) brightness(200%) blur(0px);
        background: center center/ contain no-repeat scroll content-box url(https://content.pancake.vn/1/be/ad/61/25/69ccff4bf9c533a8297ad940b8f871b8bc7057593d2ec6f7d9c9066b.png) border-box;
        background-clip: padding-box;
    }

    #w-4gf99ug0 {
        top: 5.5px;
        left: 346px;
        width: 42px;
        height: 42px;
    }

    #w-4gf99ug0 .rectangle-css {
        border-color: rgba(229, 231, 235, 1);
        border-style: solid;
        background: center center/ contain no-repeat scroll content-box border-box url("https://content.pancake.vn/1/s442x442/fwebp/36/b3/ec/ae/eb9548e74deddff898a48c5caa4791b84669476bafc00e5c1704e002-w:980-h:980-l:7525-t:image/webp.webp");
        background-clip: padding-box;
    }

    #w-4gf99ug0 .rectangle-css.fb {
        background: center center/ contain no-repeat scroll content-box border-box url("https://content.pancake.vn/1/s442x442/fpng/36/b3/ec/ae/eb9548e74deddff898a48c5caa4791b84669476bafc00e5c1704e002-w:980-h:980-l:7525-t:image/webp.webp");
        --type: 0;
    }

    #w-czz09vvp {
        top: 14px;
        left: 317px;
        width: 25px;
        height: 25px;
    }

    #w-czz09vvp .rectangle-css {
        border-color: rgba(229, 231, 235, 1);
        border-style: solid;
        transform: translateZ(0);
        filter: contrast(100%) grayscale(0%) hue-rotate(0deg) invert(0%) saturate(100%) sepia(0%) opacity(100%) brightness(100%) blur(0px);
        background: center center/ cover no-repeat content-box url("https://content.pancake.vn/1/08/3f/7a/e9/be9a053a77ec7cdb461246a62779525962247b7146d4dcccce9c1cfb.png") border-box;
        background-clip: padding-box;
    }

    #w-lnco291w {
        top: 0px;
        left: 244.5px;
        width: 423px;
        height: auto;
    }

    #w-lnco291w .line-container {
        border-color: rgba(0, 0, 0, 1);
        border-style: solid;
        border-width: 1px;

    }

    #w-d6koli1s {
        top: 1px;
        left: 242.5px;
        width: 427px;
        height: 46px;
    }

    #w-d6koli1s .rectangle-css {
        border-color: rgba(229, 231, 235, 1);
        border-radius: 6px;
        border-style: solid;
        background: rgba(80, 110, 228, 0);
        background-clip: padding-box;
    }

    #w-__popup_default__ {
        position: fixed;
        width: 400px;
        height: 520px;
    }

    #w-__popup_default__ .popup-background.fb {
        background: undefined
    }

    #w-__popup_default__::-webkit-scrollbar {
        display: none
    }

    #w-__popup_default__ .popup-background {
        background: center center/ cover no-repeat content-box url(https://pub-97471fa082e94bf3bcc963fa69a7dd1d.r2.dev/dinh/last/LUX05287.png) border-box;
        border-color: rgba(76, 175, 80, 0);
        border-radius: 13px;
        border-style: solid;
        box-shadow: 4px 4px 9px 0px rgba(139, 195, 74, 0.200);
        color: rgba(69, 64, 64, 1.000);
    }

    #w-h4ptetbx {
        top: 341.9000015258789px;
        left: 0px;
        width: 400px;
        height: 129px;
    }

    #w-h4ptetbx .rectangle-css {
        border-color: rgba(229, 231, 235, 1);
        border-style: solid;
        background: rgba(0, 0, 0, 0.48);
        background-clip: padding-box;
    }

    #w-au0o7yap {
        top: 0px;
        left: 371px;
        z-index: 1;
        width: 29px;
        height: 29px;
    }

    #w-au0o7yap {
        box-shadow: undefined;
        filter: undefined;
    }

    #w-au0o7yap .rectangle-css {
        -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSdub25lJyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxMDAlJyBoZWlnaHQ9JzEwMCUnIHZpZXdCb3g9JzAgMCAyNCAyNCc+IDxwYXRoIGQ9J00xMy40NiwxMkwxOSwxNy41NFYxOUgxNy41NEwxMiwxMy40Nkw2LjQ2LDE5SDVWMTcuNTRMMTAuNTQsMTJMNSw2LjQ2VjVINi40NkwxMiwxMC41NEwxNy41NCw1SDE5VjYuNDZMMTMuNDYsMTJaJz48L3BhdGg+IDwvc3ZnPg==);
        border-color: #E5E7EB;
        border-style: solid;
        z-index: 1;
        background: rgb(212, 212, 212);
        background-clip: padding-box;
    }

    #w-ozbcmpug {
        top: 328px;
        left: 25.001220703125px;
        width: 350px;
        height: 136px;
    }

    #w-ozbcmpug .image-block-css {
        border-color: rgba(229, 231, 235, 1);
        border-style: solid;
        border-width: 0px;
        filter: contrast(0%) grayscale(43%) hue-rotate(0deg) invert(0%) saturate(0%) sepia(0%) opacity(100%) brightness(200%) blur(0px);
        position: absolute;
        z-index: null;
    }

    #w-ozbcmpug .image-background {
        width: 350.5207547169812px;
        height: 136px;
        top: 0px;
        left: 0px;
        background: center center/ cover no-repeat scroll content-box border-box url("https://pub-97471fa082e94bf3bcc963fa69a7dd1d.r2.dev/dinh/last/LUX05287.png");
        --type: 0;
    }

    #w-ozbcmpug .image-background-compare {
        background: undefined;
        clip: rect(0, 175px, 136px, 0);
        --type: 0;
    }

    #w-rq2l83gr {
        top: 406.40135192871094px;
        left: -11.50006103515625px;
        width: 423px;
        height: 57px;
    }

    #w-rq2l83gr .text-block {}

    #w-rq2l83gr .text-block-css {
        border-color: rgba(229, 231, 235, 1);
        border-style: solid;
        color: rgba(255, 255, 255, 1);
        filter: contrast(0%) grayscale(43%) hue-rotate(0deg) invert(0%) saturate(0%) sepia(0%) opacity(100%) brightness(200%) blur(0px);
        font-family: 'UTM-Azkia.ttf', sans-serif;
        font-size: 38px;
        text-align: center;
        --type: 0;
    }

    #w-0sltrr7z {
        position: fixed;
        width: 400px;
        height: 414px;
    }

    #w-0sltrr7z::-webkit-scrollbar {
        display: none
    }

    #w-0sltrr7z .popup-background {
        background: rgba(255, 226, 249, 1.000);
        border-color: #E5E7EB;
        border-style: solid;
    }

    #w-rnp0pnav {
        top: 35.5px;
        left: 27px;
        width: 346px;
        height: 351px;
    }

    #w-rnp0pnav .rectangle-css {
        border-color: #E5E7EB;
        border-style: solid;
        background: rgba(255, 255, 255, 1.000);
        background-clip: padding-box;
    }

    #w-xng5gu64 {
        top: 54px;
        left: 25px;
        width: 350px;
        height: 32.99715805053711px;
    }

    #w-xng5gu64 .text-block {}

    #w-xng5gu64 .text-block-css {
        border-color: rgba(229, 231, 235, 1);
        border-style: solid;
        color: rgba(52, 73, 94, 1);
        font-size: 22px;
        font-weight: bold;
        text-align: center;
        --type: 0;
    }

    #w-ysykddk8 {
        top: 6px;
        left: 373px;
        width: 20px;
        height: 20px;
    }

    #w-ysykddk8 {
        box-shadow: undefined;
        filter: undefined;
    }

    #w-ysykddk8 .rectangle-css {
        -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSdub25lJyAgd2lkdGg9JzE0JyBoZWlnaHQ9JzE0JyB2aWV3Qm94PScwIDAgMTQgMTQnIGZpbGw9J25vbmUnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PHBhdGggZD0nTTEyLjU5IDBMNyA1LjU5TDEuNDEgMEwwIDEuNDFMNS41OSA3TDAgMTIuNTlMMS40MSAxNEw3IDguNDFMMTIuNTkgMTRMMTQgMTIuNTlMOC40MSA3TDE0IDEuNDFMMTIuNTkgMFonIGZpbGw9JyMyRTNBNTknLz48L3N2Zz4=);
        border-color: #E5E7EB;
        border-style: solid;
        background: rgba(255, 255, 255, 1.000);
        background-clip: padding-box;
    }

    #w-3jnfqzjo {
        top: 105px;
        left: 46.5px;
        width: 307px;
        height: 246px;
    }

    #w-3jnfqzjo form {
        border-radius: 0px;
        color: rgba(139, 139, 139, 1);
        font-size: 13px;
    }

    #w-3jnfqzjo {}

    #w-w5tc450z {
        top: 0px;
        left: 0px;
        width: 307px;
        height: 40px;
    }

    #w-w5tc450z .input-css {
        border-color: rgba(52, 73, 94, 1);
        border-radius: 0px;
        border-style: solid;
        border-width: 1px;
        color: rgba(139, 139, 139, 1);
    }

    #w-w5tc450z input {
        background: #fff;
        color: rgba(139, 139, 139, 1);
    }

    #w-3trwd0nd {
        top: 206px;
        left: 69.5px;
        width: 168px;
        height: 40px;
    }

    #w-3trwd0nd .button-css {
        border-color: #E5E7EB;
        border-radius: 0px;
        border-style: solid;
        color: rgba(255, 255, 255, 1);
        filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
        font-size: 14px;
        font-weight: bold;
        text-transform: uppercase;
        background: rgba(193, 190, 184, 1);
        --type: 0;
    }

    #w-oi804lp9 {
        top: 53px;
        left: 0px;
        width: 307px;
        height: 40px;
    }

    #w-oi804lp9 .input-css {
        border-color: rgba(52, 73, 94, 1);
        border-radius: 0px;
        border-style: solid;
        border-width: 1px;
        color: rgba(139, 139, 139, 1);
    }

    #w-oi804lp9 input {
        background: rgba(255, 255, 255, 1);
        color: rgba(139, 139, 139, 1);
    }

    #w-r1dfl434 {
        top: 106px;
        left: 0px;
        width: 307px;
        height: 40px;
    }

    #w-r1dfl434 .input-css {
        border-color: rgba(52, 73, 94, 1);
        border-radius: 0px;
        border-style: solid;
        border-width: 1px;
        color: rgba(139, 139, 139, 1);
    }

    #w-r1dfl434 input {
        background: rgba(255, 255, 255, 1);
        color: rgba(139, 139, 139, 1);
    }

    #w-mv5o3abu {
        top: 156px;
        left: 0px;
        width: 307px;
        height: 40px;
    }

    #w-mv5o3abu .select-css {
        border-color: rgba(52, 73, 94, 1);
        border-radius: 0px;
        border-style: solid;
        border-width: 1px;
        color: rgba(139, 139, 139, 1);
    }

    #w-mv5o3abu select {
        background: rgba(255, 255, 255, 1);
        color: rgba(139, 139, 139, 1);
    }

    #w-mv5o3abu .chevron .icon {
        color: rgba(139, 139, 139, 1);
    }

    #w-k26j9mq9 {
        position: fixed;
        width: 400px;
        height: 414px;
    }

    #w-k26j9mq9::-webkit-scrollbar {
        display: none
    }

    #w-k26j9mq9 .popup-background {
        background: rgba(255, 226, 249, 1.000);
        border-color: #E5E7EB;
        border-style: solid;
    }

    #w-7ry3k54p {
        top: 35.5px;
        left: 27px;
        width: 346px;
        height: 351px;
    }

    #w-7ry3k54p .rectangle-css {
        border-color: #E5E7EB;
        border-style: solid;
        background: rgba(255, 255, 255, 1.000);
        background-clip: padding-box;
    }

    #w-r1uwjxz1 {
        top: 54px;
        left: 25px;
        width: 350px;
        height: 32.99715805053711px;
    }

    #w-r1uwjxz1 .text-block {}

    #w-r1uwjxz1 .text-block-css {
        border-color: rgba(229, 231, 235, 1);
        border-style: solid;
        color: rgba(52, 73, 94, 1);
        font-size: 22px;
        font-weight: bold;
        text-align: center;
        --type: 0;
    }

    #w-8hk22ctd {
        top: 6px;
        left: 373px;
        width: 20px;
        height: 20px;
    }

    #w-8hk22ctd {
        box-shadow: undefined;
        filter: undefined;
    }

    #w-8hk22ctd .rectangle-css {
        -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSdub25lJyAgd2lkdGg9JzE0JyBoZWlnaHQ9JzE0JyB2aWV3Qm94PScwIDAgMTQgMTQnIGZpbGw9J25vbmUnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PHBhdGggZD0nTTEyLjU5IDBMNyA1LjU5TDEuNDEgMEwwIDEuNDFMNS41OSA3TDAgMTIuNTlMMS40MSAxNEw3IDguNDFMMTIuNTkgMTRMMTQgMTIuNTlMOC40MSA3TDE0IDEuNDFMMTIuNTkgMFonIGZpbGw9JyMyRTNBNTknLz48L3N2Zz4=);
        border-color: #E5E7EB;
        border-style: solid;
        background: rgba(255, 255, 255, 1.000);
        background-clip: padding-box;
    }

    #w-128h8lqw {
        top: 105px;
        left: 46.5px;
        width: 307px;
        height: 246px;
    }

    #w-128h8lqw form {
        border-radius: 0px;
        color: rgba(139, 139, 139, 1);
        font-size: 13px;
    }

    #w-128h8lqw {}

    #w-bwvksnai {
        top: 0px;
        left: 0px;
        width: 307px;
        height: 40px;
    }

    #w-bwvksnai .input-css {
        border-color: rgba(52, 73, 94, 1);
        border-radius: 0px;
        border-style: solid;
        border-width: 1px;
        color: rgba(139, 139, 139, 1);
    }

    #w-bwvksnai input {
        background: #fff;
        color: rgba(139, 139, 139, 1);
    }

    #w-z63ywcpv {
        top: 206px;
        left: 69.5px;
        width: 168px;
        height: 40px;
    }

    #w-z63ywcpv .button-css {
        border-color: #E5E7EB;
        border-radius: 0px;
        border-style: solid;
        color: rgba(255, 255, 255, 1);
        filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
        font-size: 14px;
        font-weight: bold;
        text-transform: uppercase;
        background: rgba(193, 190, 184, 1);
        --type: 0;
    }

    #w-7ylg1pf9 {
        top: 53px;
        left: 0px;
        width: 307px;
        height: 40px;
    }

    #w-7ylg1pf9 .input-css {
        border-color: rgba(52, 73, 94, 1);
        border-radius: 0px;
        border-style: solid;
        border-width: 1px;
        color: rgba(139, 139, 139, 1);
    }

    #w-7ylg1pf9 input {
        background: rgba(255, 255, 255, 1);
        color: rgba(139, 139, 139, 1);
    }

    #w-qzl6kps9 {
        top: 106px;
        left: 0px;
        width: 307px;
        height: 40px;
    }

    #w-qzl6kps9 .input-css {
        border-color: rgba(52, 73, 94, 1);
        border-radius: 0px;
        border-style: solid;
        border-width: 1px;
        color: rgba(139, 139, 139, 1);
    }

    #w-qzl6kps9 input {
        background: rgba(255, 255, 255, 1);
        color: rgba(139, 139, 139, 1);
    }

    #w-7yjbexsd {
        top: 156px;
        left: 0px;
        width: 307px;
        height: 40px;
    }

    #w-7yjbexsd .select-css {
        border-color: rgba(52, 73, 94, 1);
        border-radius: 0px;
        border-style: solid;
        border-width: 1px;
        color: rgba(139, 139, 139, 1);
    }

    #w-7yjbexsd select {
        background: rgba(255, 255, 255, 1);
        color: rgba(139, 139, 139, 1);
    }

    #w-7yjbexsd .chevron .icon {
        color: rgba(139, 139, 139, 1);
    }

    #w-k2tw31xv {
        position: fixed;
        width: 400px;
        height: 381px;
    }

    #w-k2tw31xv::-webkit-scrollbar {
        display: none
    }

    #w-k2tw31xv .popup-background {
        background: rgba(255, 255, 255, 1);
        border-color: rgba(229, 231, 235, 1);
        border-style: solid;
    }

    #w-bka3ki7v {
        top: 87.36363220214844px;
        left: 85px;
        width: 230px;
        height: 227px;
    }

    #w-bka3ki7v .rectangle-css {
        border-color: rgba(229, 231, 235, 1);
        border-style: solid;
        background: rgba(255, 226, 249, 1.000);
        background-clip: padding-box;
    }

    #w-6i9km6jb {
        top: 0px;
        left: 371px;
        z-index: 1;
        width: 29px;
        height: 29px;
    }

    #w-6i9km6jb {
        box-shadow: undefined;
        filter: undefined;
    }

    #w-6i9km6jb .rectangle-css {
        -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSdub25lJyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxMDAlJyBoZWlnaHQ9JzEwMCUnIHZpZXdCb3g9JzAgMCAyNCAyNCc+IDxwYXRoIGQ9J00xMy40NiwxMkwxOSwxNy41NFYxOUgxNy41NEwxMiwxMy40Nkw2LjQ2LDE5SDVWMTcuNTRMMTAuNTQsMTJMNSw2LjQ2VjVINi40NkwxMiwxMC41NEwxNy41NCw1SDE5VjYuNDZMMTMuNDYsMTJaJz48L3BhdGg+IDwvc3ZnPg==);
        border-color: #E5E7EB;
        border-style: solid;
        z-index: 1;
        background: rgb(212, 212, 212);
        background-clip: padding-box;
    }

    #w-5dpc0ulf {
        top: 14.5px;
        left: 25.5px;
        width: 349px;
        height: 59.999996185302734px;
    }

    #w-5dpc0ulf .text-block {}

    #w-5dpc0ulf .text-block-css {
        -webkit-text-stroke: 0px rgba(0, 0, 0, 1);
        border-color: rgba(229, 231, 235, 1);
        border-style: solid;
        color: rgba(0, 0, 0, 1);
        font-family: 'Ephesis', sans-serif;
        font-size: 40px;
        font-weight: bold;
        text-align: center;
        --type: 0;
    }

    #w-w0d0fati {
        top: 102.00001525878906px;
        left: 101px;
        width: 200px;
        height: 198px;
    }

    #w-w0d0fati .image-block-css {
        border-color: rgba(229, 231, 235, 1);
        border-style: solid;
        border-width: 0px;
        position: absolute;
        z-index: null;
    }

    #w-w0d0fati .image-background {
        width: 377.40000000000003px;
        height: 816px;
        top: -175px;
        left: -87.30952380952384px;
        background: center center/ cover no-repeat scroll content-box border-box url("https://pub-97471fa082e94bf3bcc963fa69a7dd1d.r2.dev/dinh/f2a43ee7-44bc-4267-bcc7-b978e803eb28.jpeg");
        --type: 0;
    }

    #w-w0d0fati .image-background-compare {
        background: undefined;
        clip: rect(0, 100px, 198px, 0);
        --type: 0;
    }

    #w-kr0bf9md {
        top: 323.00001525878906px;
        left: 22px;
        width: 356px;
        height: 50.99431610107422px;
    }

    #w-kr0bf9md .text-block {}

    #w-kr0bf9md .text-block-css {
        border-color: rgba(229, 231, 235, 1);
        border-style: solid;
        font-family: 'Arial', sans-serif;
        font-size: 17px;
        font-weight: bold;
        text-align: center;
        --type: 0;
    }

    #w-o13alsbb {
        position: fixed;
        width: 400px;
        height: 381px;
    }

    #w-o13alsbb::-webkit-scrollbar {
        display: none
    }

    #w-o13alsbb .popup-background {
        background: rgba(255, 255, 255, 1);
        border-color: rgba(229, 231, 235, 1);
        border-style: solid;
    }

    #w-7klcndcw {
        top: 87.36363220214844px;
        left: 85px;
        width: 230px;
        height: 227px;
    }

    #w-7klcndcw .rectangle-css {
        border-color: rgba(229, 231, 235, 1);
        border-style: solid;
        background: rgba(255, 226, 249, 1.000);
        background-clip: padding-box;
    }

    #w-l0kcog6l {
        top: 0px;
        left: 371px;
        z-index: 1;
        width: 29px;
        height: 29px;
    }

    #w-l0kcog6l {
        box-shadow: undefined;
        filter: undefined;
    }

    #w-l0kcog6l .rectangle-css {
        -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSdub25lJyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxMDAlJyBoZWlnaHQ9JzEwMCUnIHZpZXdCb3g9JzAgMCAyNCAyNCc+IDxwYXRoIGQ9J00xMy40NiwxMkwxOSwxNy41NFYxOUgxNy41NEwxMiwxMy40Nkw2LjQ2LDE5SDVWMTcuNTRMMTAuNTQsMTJMNSw2LjQ2VjVINi40NkwxMiwxMC41NEwxNy41NCw1SDE5VjYuNDZMMTMuNDYsMTJaJz48L3BhdGg+IDwvc3ZnPg==);
        border-color: #E5E7EB;
        border-style: solid;
        z-index: 1;
        background: rgb(212, 212, 212);
        background-clip: padding-box;
    }

    #w-zuij8vdx {
        top: 14.5px;
        left: 25.5px;
        width: 349px;
        height: 59.999996185302734px;
    }

    #w-zuij8vdx .text-block {}

    #w-zuij8vdx .text-block-css {
        -webkit-text-stroke: 0px rgba(0, 0, 0, 1);
        border-color: rgba(229, 231, 235, 1);
        border-style: solid;
        color: rgba(0, 0, 0, 1);
        font-family: 'Ephesis', sans-serif;
        font-size: 40px;
        font-weight: bold;
        text-align: center;
        --type: 0;
    }

    #w-fe4z5u85 {
        top: 102.00001525878906px;
        left: 101px;
        width: 200px;
        height: 198px;
    }

    #w-fe4z5u85 .image-block-css {
        border-color: rgba(229, 231, 235, 1);
        border-style: solid;
        border-width: 0px;
        position: absolute;
        z-index: null;
    }

    #w-fe4z5u85 .image-background {
        width: 499.14148351648345px;
        height: 969px;
        top: -345px;
        left: -148.30952380952385px;
        background: center center/ cover no-repeat scroll content-box border-box url("https://content.pancake.vn/1/s999x1940/fwebp/3d/d5/cf/bc/deb68a9e8cdd9924e2b9736c11771f471a26a466281ac99f7b247533-w:1125-h:2184-l:132629-t:image/jpeg.jpg");
        --type: 0;
    }

    #w-fe4z5u85 .image-background-compare {
        background: undefined;
        clip: rect(0, 100px, 198px, 0);
        --type: 0;
    }

    #w-wnoqvxg4 {
        top: 323.00001525878906px;
        left: 22px;
        width: 356px;
        height: 50.99431610107422px;
    }

    #w-wnoqvxg4 .text-block {}

    #w-wnoqvxg4 .text-block-css {
        border-color: rgba(229, 231, 235, 1);
        border-style: solid;
        font-family: 'Arial', sans-serif;
        font-size: 17px;
        font-weight: bold;
        text-align: center;
        --type: 0;
    }

    .-popup-checkout .-close,
    .-zoom .-close {
        width: 22px;
        height: 22px;
    }

    .-checkout-gallery .gallery-view-item {
        background-size: cover !important;
    }

    #w-bg1p4pqv.animation {
        transform: perspective(1000px);
    }

    #w-bg1p4pqv.animation .image-block-css {
        animation-name: slideInRight;
        -webkit-animation-name: slideInRight;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
        animation-duration: 8s;
        -webkit-animation-duration: 8s;
    }

    #w-qj4x3hhd.animation {
        transform: perspective(1000px);
    }

    #w-qj4x3hhd.animation .image-block-css {
        animation-name: slideInRight;
        -webkit-animation-name: slideInRight;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
        animation-duration: 8s;
        -webkit-animation-duration: 8s;
    }

    #w-4eszafr3.animation {
        transform: perspective(1000px);
    }

    #w-4eszafr3.animation .text-block-css {
        animation-name: fadeInDown;
        -webkit-animation-name: fadeInDown;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
        animation-duration: 4s;
        -webkit-animation-duration: 4s;
    }

    #w-0xh0oy90.animation {
        transform: perspective(1000px);
    }

    #w-0xh0oy90.animation .text-block-css {
        animation-name: fadeInLeft;
        -webkit-animation-name: fadeInLeft;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
        animation-duration: 3s;
        -webkit-animation-duration: 3s;
    }

    #w-ghhtb2oq.animation {
        transform: perspective(1000px);
    }

    #w-ghhtb2oq.animation .text-block-css {
        animation-name: fadeIn;
        -webkit-animation-name: fadeIn;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
    }

    #w-vrj5ae9z.animation {
        transform: perspective(1000px);
    }

    #w-vrj5ae9z.animation .text-block-css {
        animation-name: fadeInRight;
        -webkit-animation-name: fadeInRight;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
        animation-duration: 3s;
        -webkit-animation-duration: 3s;
    }

    #w-ro447tq1.animation {
        transform: perspective(1000px);
    }

    #w-ro447tq1.animation .text-block-css {
        animation-name: fadeInDown;
        -webkit-animation-name: fadeInDown;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
        animation-duration: 3s;
        -webkit-animation-duration: 3s;
    }

    #w-2obwzmyh.animation {
        transform: perspective(1000px);
    }

    #w-2obwzmyh.animation .image-block-css {
        animation-name: fadeInLeft;
        -webkit-animation-name: fadeInLeft;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
        animation-duration: 3s;
        -webkit-animation-duration: 3s;
    }

    #w-vys4bn3n.animation {
        transform: perspective(1000px);
    }

    #w-vys4bn3n.animation .image-block-css {
        animation-name: fadeInRight;
        -webkit-animation-name: fadeInRight;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
        animation-duration: 3s;
        -webkit-animation-duration: 3s;
    }

    #w-oqr20liw.animation {
        transform: perspective(1000px);
    }

    #w-oqr20liw.animation .text-block-css {
        animation-name: fadeInDown;
        -webkit-animation-name: fadeInDown;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
        animation-duration: 3s;
        -webkit-animation-duration: 3s;
    }

    #w-6ai6or66.animation {
        transform: perspective(1000px);
    }

    #w-6ai6or66.animation .text-block-css {
        animation-name: fadeInUp;
        -webkit-animation-name: fadeInUp;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
        animation-duration: 3s;
        -webkit-animation-duration: 3s;
    }

    #w-2elerqc2.animation {
        transform: perspective(1000px);
    }

    #w-2elerqc2.animation .text-block-css {
        animation-name: fadeInUp;
        -webkit-animation-name: fadeInUp;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
        animation-duration: 3s;
        -webkit-animation-duration: 3s;
    }

    #w-uwl755j6.animation {
        transform: perspective(1000px);
    }

    #w-uwl755j6.animation .text-block-css {
        animation-name: fadeInRight;
        -webkit-animation-name: fadeInRight;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
        animation-duration: 3s;
        -webkit-animation-duration: 3s;
    }

    #w-jt606eew.animation {
        transform: perspective(1000px);
    }

    #w-jt606eew.animation .text-block-css {
        animation-name: fadeInLeft;
        -webkit-animation-name: fadeInLeft;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
        animation-duration: 3s;
        -webkit-animation-duration: 3s;
    }

    #w-2g81k7ss.animation {
        transform: perspective(1000px);
    }

    #w-2g81k7ss.animation .text-block-css {
        animation-name: fadeInRight;
        -webkit-animation-name: fadeInRight;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
        animation-duration: 3s;
        -webkit-animation-duration: 3s;
    }

    #w-g78kvlxw.animation {
        transform: perspective(1000px);
    }

    #w-g78kvlxw.animation .text-block-css {
        animation-name: fadeInLeft;
        -webkit-animation-name: fadeInLeft;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
        animation-duration: 3s;
        -webkit-animation-duration: 3s;
    }

    #w-msqkius0.animation {
        transform: perspective(1000px);
    }

    #w-msqkius0.animation .image-block-css {
        animation-name: fadeInLeft;
        -webkit-animation-name: fadeInLeft;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
        animation-duration: 3s;
        -webkit-animation-duration: 3s;
    }

    #w-e9ivazxb.animation {
        transform: perspective(1000px);
    }

    #w-e9ivazxb.animation .image-block-css {
        animation-name: fadeIn;
        -webkit-animation-name: fadeIn;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
        animation-duration: 2s;
        -webkit-animation-duration: 2s;
    }

    #w-phpdvnlp.animation {
        transform: perspective(1000px);
    }

    #w-phpdvnlp.animation .image-block-css {
        animation-name: fadeInRight;
        -webkit-animation-name: fadeInRight;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
        animation-duration: 3s;
        -webkit-animation-duration: 3s;
    }

    #w-st6u3bam.animation {
        transform: perspective(1000px);
    }

    #w-st6u3bam.animation .text-block-css {
        animation-name: fadeIn;
        -webkit-animation-name: fadeIn;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
        animation-duration: 2s;
        -webkit-animation-duration: 2s;
    }

    #w-esf8zazr.animation {
        transform: perspective(1000px);
    }

    #w-esf8zazr.animation .text-block-css {
        animation-name: fadeInUp;
        -webkit-animation-name: fadeInUp;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
        animation-duration: 2s;
        -webkit-animation-duration: 2s;
    }

    #w-dkfhiexu.animation {
        transform: perspective(1000px);
    }

    #w-dkfhiexu.animation .text-block-css {
        animation-name: fadeInUp;
        -webkit-animation-name: fadeInUp;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
        animation-duration: 2s;
        -webkit-animation-duration: 2s;
    }

    #w-zwqqro52.animation {
        transform: perspective(1000px);
    }

    #w-zwqqro52.animation .button-css {
        animation-name: zoomIn;
        -webkit-animation-name: zoomIn;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
        animation-duration: 3s;
        -webkit-animation-duration: 3s;
    }

    #w-0i230mok.animation {
        transform: perspective(1000px);
    }

    #w-0i230mok.animation .text-block-css {
        animation-name: zoomIn;
        -webkit-animation-name: zoomIn;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
        animation-duration: 2s;
        -webkit-animation-duration: 2s;
    }

    #w-ym4nqcl4.animation {
        transform: perspective(1000px);
    }

    #w-ym4nqcl4.animation .button-css {
        animation-name: zoomIn;
        -webkit-animation-name: zoomIn;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
        animation-duration: 3s;
        -webkit-animation-duration: 3s;
    }

    #w-0c362gdd.animation {
        transform: perspective(1000px);
    }

    #w-0c362gdd.animation .line-css {
        animation-name: fadeIn;
        -webkit-animation-name: fadeIn;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
    }

    #w-cz8vcelk.animation {
        transform: perspective(1000px);
    }

    #w-cz8vcelk.animation .text-block-css {
        animation-name: zoomIn;
        -webkit-animation-name: zoomIn;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
        animation-duration: 2s;
        -webkit-animation-duration: 2s;
    }

    #w-xule1twx.animation {
        transform: perspective(1000px);
    }

    #w-xule1twx.animation .text-block-css {
        animation-name: slideInUp;
        -webkit-animation-name: slideInUp;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
        animation-duration: 3s;
        -webkit-animation-duration: 3s;
    }

    #w-h14zr5xp.animation {
        transform: perspective(1000px);
    }

    #w-h14zr5xp.animation .text-block-css {
        animation-name: zoomIn;
        -webkit-animation-name: zoomIn;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
        animation-duration: 2s;
        -webkit-animation-duration: 2s;
    }

    #w-ql33onnn.animation {
        transform: perspective(1000px);
    }

    #w-ql33onnn.animation .button-css {
        animation-name: zoomIn;
        -webkit-animation-name: zoomIn;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
        animation-duration: 3s;
        -webkit-animation-duration: 3s;
    }

    #w-halgaen0.animation {
        transform: perspective(1000px);
    }

    #w-halgaen0.animation .text-block-css {
        animation-name: fadeIn;
        -webkit-animation-name: fadeIn;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
        animation-duration: 2s;
        -webkit-animation-duration: 2s;
    }

    #w-uph7paw9.animation {
        transform: perspective(1000px);
    }

    #w-uph7paw9.animation .text-block-css {
        animation-name: fadeInUp;
        -webkit-animation-name: fadeInUp;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
        animation-duration: 2s;
        -webkit-animation-duration: 2s;
    }

    #w-y41ehowh.animation {
        transform: perspective(1000px);
    }

    #w-y41ehowh.animation .text-block-css {
        animation-name: fadeInUp;
        -webkit-animation-name: fadeInUp;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
        animation-duration: 2s;
        -webkit-animation-duration: 2s;
    }

    #w-zfl7fw4v.animation {
        transform: perspective(1000px);
    }

    #w-zfl7fw4v.animation .button-css {
        animation-name: zoomIn;
        -webkit-animation-name: zoomIn;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
        animation-duration: 3s;
        -webkit-animation-duration: 3s;
    }

    #w-3gsprm7x.animation {
        transform: perspective(1000px);
    }

    #w-3gsprm7x.animation .text-block-css {
        animation-name: zoomIn;
        -webkit-animation-name: zoomIn;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
        animation-duration: 2s;
        -webkit-animation-duration: 2s;
    }

    #w-s23vzj6a.animation {
        transform: perspective(1000px);
    }

    #w-s23vzj6a.animation .text-block-css {
        animation-name: zoomIn;
        -webkit-animation-name: zoomIn;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
        animation-duration: 2s;
        -webkit-animation-duration: 2s;
    }

    #w-urk8lko7.animation {
        transform: perspective(1000px);
    }

    #w-urk8lko7.animation .text-block-css {
        animation-name: fadeInUp;
        -webkit-animation-name: fadeInUp;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
        animation-duration: 2s;
        -webkit-animation-duration: 2s;
    }

    #w-vr9dyy6q.animation {
        transform: perspective(1000px);
    }

    #w-vr9dyy6q.animation .text-block-css {
        animation-name: fadeInLeft;
        -webkit-animation-name: fadeInLeft;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
        animation-duration: 2s;
        -webkit-animation-duration: 2s;
    }

    #w-xzuoaykg.animation {
        transform: perspective(1000px);
    }

    #w-xzuoaykg.animation .text-block-css {
        animation-name: fadeInRight;
        -webkit-animation-name: fadeInRight;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
        animation-duration: 2s;
        -webkit-animation-duration: 2s;
    }

    #w-z4fcv8d8.animation {
        transform: perspective(1000px);
    }

    #w-z4fcv8d8.animation .text-block-css {
        animation-name: zoomIn;
        -webkit-animation-name: zoomIn;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
        animation-duration: 2s;
        -webkit-animation-duration: 2s;
    }

    #w-drsgl353.animation {
        transform: perspective(1000px);
    }

    #w-drsgl353.animation .line-css {
        animation-name: fadeIn;
        -webkit-animation-name: fadeIn;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
        animation-duration: 2s;
        -webkit-animation-duration: 2s;
    }

    #w-tmjdryrq.animation {
        transform: perspective(1000px);
    }

    #w-tmjdryrq.animation .line-css {
        animation-name: fadeIn;
        -webkit-animation-name: fadeIn;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
        animation-duration: 2s;
        -webkit-animation-duration: 2s;
    }

    #w-rqijl6qj.animation {
        transform: perspective(1000px);
    }

    #w-rqijl6qj.animation .text-block-css {
        animation-name: fadeInUp;
        -webkit-animation-name: fadeInUp;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
        animation-duration: 2s;
        -webkit-animation-duration: 2s;
    }

    #w-uacjsfhz.animation {
        transform: perspective(1000px);
    }

    #w-uacjsfhz.animation .text-block-css {
        animation-name: zoomIn;
        -webkit-animation-name: zoomIn;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
        animation-duration: 2s;
        -webkit-animation-duration: 2s;
    }

    #w-4we8afi3.animation {
        transform: perspective(1000px);
    }

    #w-4we8afi3.animation .text-block-css {
        animation-name: fadeInDown;
        -webkit-animation-name: fadeInDown;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
        animation-duration: 2s;
        -webkit-animation-duration: 2s;
    }

    #w-evmoeltj.animation {
        transform: perspective(1000px);
    }

    #w-evmoeltj.animation .text-block-css {
        animation-name: fadeInUp;
        -webkit-animation-name: fadeInUp;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
        animation-duration: 2s;
        -webkit-animation-duration: 2s;
    }

    #w-ssfikcz9.animation {
        transform: perspective(1000px);
    }

    #w-ssfikcz9.animation .text-block-css {
        animation-name: fadeInLeft;
        -webkit-animation-name: fadeInLeft;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
        animation-duration: 2s;
        -webkit-animation-duration: 2s;
    }

    #w-9xfcrfpl.animation {
        transform: perspective(1000px);
    }

    #w-9xfcrfpl.animation .text-block-css {
        animation-name: fadeInRight;
        -webkit-animation-name: fadeInRight;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
        animation-duration: 2s;
        -webkit-animation-duration: 2s;
    }

    #w-t4oxy76p.animation {
        transform: perspective(1000px);
    }

    #w-t4oxy76p.animation .text-block-css {
        animation-name: zoomIn;
        -webkit-animation-name: zoomIn;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
        animation-duration: 2s;
        -webkit-animation-duration: 2s;
    }

    #w-jsbmnkct.animation {
        transform: perspective(1000px);
    }

    #w-jsbmnkct.animation .line-css {
        animation-name: fadeIn;
        -webkit-animation-name: fadeIn;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
        animation-duration: 2s;
        -webkit-animation-duration: 2s;
    }

    #w-166foa9y.animation {
        transform: perspective(1000px);
    }

    #w-166foa9y.animation .line-css {
        animation-name: fadeIn;
        -webkit-animation-name: fadeIn;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
        animation-duration: 2s;
        -webkit-animation-duration: 2s;
    }

    #w-7qtmfwng.animation {
        transform: perspective(1000px);
    }

    #w-7qtmfwng.animation .text-block-css {
        animation-name: fadeInUp;
        -webkit-animation-name: fadeInUp;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
        animation-duration: 2s;
        -webkit-animation-duration: 2s;
    }

    #w-rs2umsyi.animation {
        transform: perspective(1000px);
    }

    #w-rs2umsyi.animation .text-block-css {
        animation-name: zoomIn;
        -webkit-animation-name: zoomIn;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
        animation-duration: 2s;
        -webkit-animation-duration: 2s;
    }

    #w-twnejz89.animation {
        transform: perspective(1000px);
    }

    #w-twnejz89.animation .text-block-css {
        animation-name: fadeInDown;
        -webkit-animation-name: fadeInDown;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
        animation-duration: 2s;
        -webkit-animation-duration: 2s;
    }

    #w-a0rvity2.animation {
        transform: perspective(1000px);
    }

    #w-a0rvity2.animation .image-block-css {
        animation-name: pulse;
        -webkit-animation-name: pulse;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
        animation-duration: 6s;
        -webkit-animation-duration: 6s;
    }

    #w-w2zlnhqe.animation {
        transform: perspective(1000px);
    }

    #w-w2zlnhqe.animation .image-block-css {
        animation-name: flash;
        -webkit-animation-name: flash;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-iteration-count: infinite;
        -webkit-animation-iteration-count: infinite;
        animation-duration: 4s;
        -webkit-animation-duration: 4s;
    }

    #w-jh2ougwh.animation {
        transform: perspective(1000px);
    }

    #w-jh2ougwh.animation .image-block-css {
        animation-name: flash;
        -webkit-animation-name: flash;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-iteration-count: infinite;
        -webkit-animation-iteration-count: infinite;
        animation-duration: 4s;
        -webkit-animation-duration: 4s;
    }

    #w-qxq56x07.animation {
        transform: perspective(1000px);
    }

    #w-qxq56x07.animation .image-block-css {
        animation-name: fadeIn;
        -webkit-animation-name: fadeIn;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
        animation-duration: 4s;
        -webkit-animation-duration: 4s;
    }

    #w-q2oaxs8v.animation {
        transform: perspective(1000px);
    }

    #w-q2oaxs8v.animation .text-block-css {
        animation-name: fadeInDown;
        -webkit-animation-name: fadeInDown;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
        animation-duration: 4s;
        -webkit-animation-duration: 4s;
    }

    #w-kawomyne.animation {
        transform: perspective(1000px);
    }

    #w-kawomyne.animation .text-block-css {
        animation-name: fadeInDown;
        -webkit-animation-name: fadeInDown;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
        animation-duration: 4s;
        -webkit-animation-duration: 4s;
    }

    #w-q4s3yhca.animation {
        transform: perspective(1000px);
    }

    #w-q4s3yhca.animation .text-block-css {
        animation-name: fadeInDown;
        -webkit-animation-name: fadeInDown;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
        animation-duration: 4s;
        -webkit-animation-duration: 4s;
    }

    #w-j0cdgjys.animation {
        transform: perspective(1000px);
    }

    #w-j0cdgjys.animation .button-css {
        animation-name: pulse;
        -webkit-animation-name: pulse;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
        animation-duration: 4s;
        -webkit-animation-duration: 4s;
    }

    #w-pt1xbstk.animation {
        transform: perspective(1000px);
    }

    #w-pt1xbstk.animation .button-css {
        animation-name: pulse;
        -webkit-animation-name: pulse;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
        animation-duration: 4s;
        -webkit-animation-duration: 4s;
    }

    #w-1ijzl9py.animation {
        transform: perspective(1000px);
    }

    #w-1ijzl9py.animation .text-block-css {
        animation-name: fadeInDown;
        -webkit-animation-name: fadeInDown;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
        animation-duration: 4s;
        -webkit-animation-duration: 4s;
    }

    #w-35tzhaay.animation {
        transform: perspective(1000px);
    }

    #w-35tzhaay.animation .text-block-css {
        animation-name: fadeInDown;
        -webkit-animation-name: fadeInDown;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
        animation-duration: 4s;
        -webkit-animation-duration: 4s;
    }

    #w-27gsokt8.animation {
        transform: perspective(1000px);
    }

    #w-27gsokt8.animation .text-block-css {
        animation-name: fadeInDown;
        -webkit-animation-name: fadeInDown;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
        animation-duration: 4s;
        -webkit-animation-duration: 4s;
    }

    #w-4yvcq77x.animation {
        transform: perspective(1000px);
    }

    #w-4yvcq77x.animation .text-block-css {
        animation-name: zoomIn;
        -webkit-animation-name: zoomIn;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
        animation-duration: 2s;
        -webkit-animation-duration: 2s;
    }

    #w-fnbff4h8.animation {
        transform: perspective(1000px);
    }

    #w-fnbff4h8.animation .image-block-css {
        animation-name: fadeIn;
        -webkit-animation-name: fadeIn;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
        animation-duration: 4s;
        -webkit-animation-duration: 4s;
    }

    #w-wg2v6szx.animation {
        transform: perspective(1000px);
    }

    #w-wg2v6szx.animation .text-block-css {
        animation-name: zoomIn;
        -webkit-animation-name: zoomIn;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
        animation-duration: 2s;
        -webkit-animation-duration: 2s;
    }

    #w-8g8oqkog.animation {
        transform: perspective(1000px);
    }

    #w-8g8oqkog.animation .image-block-css {
        animation-name: fadeInUp;
        -webkit-animation-name: fadeInUp;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
        animation-duration: 3s;
        -webkit-animation-duration: 3s;
    }

    #w-j4yxjpj5.animation {
        transform: perspective(1000px);
    }

    #w-j4yxjpj5.animation .image-block-css {
        animation-name: fadeInUp;
        -webkit-animation-name: fadeInUp;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
        animation-duration: 3s;
        -webkit-animation-duration: 3s;
    }

    #w-rh658khn.animation {
        transform: perspective(1000px);
    }

    #w-rh658khn.animation .image-block-css {
        animation-name: fadeInLeft;
        -webkit-animation-name: fadeInLeft;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
        animation-duration: 3s;
        -webkit-animation-duration: 3s;
    }

    #w-nipx3ydd.animation {
        transform: perspective(1000px);
    }

    #w-nipx3ydd.animation .image-block-css {
        animation-name: fadeInLeft;
        -webkit-animation-name: fadeInLeft;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
        animation-duration: 3s;
        -webkit-animation-duration: 3s;
    }

    #w-419bvvpv.animation {
        transform: perspective(1000px);
    }

    #w-419bvvpv.animation .image-block-css {
        animation-name: fadeInRight;
        -webkit-animation-name: fadeInRight;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
        animation-duration: 3s;
        -webkit-animation-duration: 3s;
    }

    #w-wgahrpz2.animation {
        transform: perspective(1000px);
    }

    #w-wgahrpz2.animation .image-block-css {
        animation-name: fadeInLeft;
        -webkit-animation-name: fadeInLeft;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
        animation-duration: 3s;
        -webkit-animation-duration: 3s;
    }

    #w-b25110jf.animation {
        transform: perspective(1000px);
    }

    #w-b25110jf.animation .image-block-css {
        animation-name: fadeInRight;
        -webkit-animation-name: fadeInRight;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
        animation-duration: 3s;
        -webkit-animation-duration: 3s;
    }

    #w-otuk5shf.animation {
        transform: perspective(1000px);
    }

    #w-otuk5shf.animation .image-block-css {
        animation-name: fadeInRight;
        -webkit-animation-name: fadeInRight;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
        animation-duration: 3s;
        -webkit-animation-duration: 3s;
    }

    #w-cs0sujoj.animation {
        transform: perspective(1000px);
    }

    #w-cs0sujoj.animation .image-block-css {
        animation-name: pulse;
        -webkit-animation-name: pulse;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-iteration-count: infinite;
        -webkit-animation-iteration-count: infinite;
        animation-duration: 3s;
        -webkit-animation-duration: 3s;
    }

    #w-vtcoicaw.animation {
        transform: perspective(1000px);
    }

    #w-vtcoicaw.animation .text-block-css {
        animation-name: fadeInUp;
        -webkit-animation-name: fadeInUp;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
        animation-duration: 3s;
        -webkit-animation-duration: 3s;
    }

    #w-ozbcmpug.animation {
        transform: perspective(1000px);
    }

    #w-ozbcmpug.animation .image-block-css {
        animation-name: pulse;
        -webkit-animation-name: pulse;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-iteration-count: infinite;
        -webkit-animation-iteration-count: infinite;
        animation-duration: 3s;
        -webkit-animation-duration: 3s;
    }

    #w-rq2l83gr.animation {
        transform: perspective(1000px);
    }

    #w-rq2l83gr.animation .text-block-css {
        animation-name: fadeInUp;
        -webkit-animation-name: fadeInUp;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
        animation-duration: 3s;
        -webkit-animation-duration: 3s;
    }

}

@media screen and (max-width: 767px) {

    .section-container {
        max-width: 420px;
    }

    .section-wrapper {
        margin: 0 auto;
        max-width: 420px;
    }

    #w-5fieb1sl {
        top: 0px;
        left: 0px;
        position: relative;
        width: 420px;
        height: 800px;
    }

    #w-5fieb1sl .section-wrapper {
        opacity: 1;
    }

    #w-5fieb1sl {
        margin-bottom: -1px;
    }

    #w-5fieb1sl .section-background {
        background: center center/ cover no-repeat content-box border-box url("https://content.pancake.vn/1/s840x1600/fwebp/c2/20/8f/dd/630c812f4ba82e3308747b7d62781f5e3a37a09149b638cd8f99c18d-w:1260-h:2400-l:187076-t:image/png.png");
        --type: 0;
        filter: contrast(100%) grayscale(0%) hue-rotate(0deg) invert(0%) saturate(100%) sepia(0%) opacity(100%) brightness(100%) blur(0px);
        -webkit-backdrop-filter: contrast(100%) grayscale(0%) hue-rotate(0deg) invert(0%) saturate(100%) sepia(0%) opacity(100%) brightness(100%) blur(0px);
    }

    #w-9xiryvgi {
        top: 217.5px;
        left: 51px;
        width: 318px;
        height: 477px;
    }

    #w-9xiryvgi .image-block-css {
        border-color: rgba(255, 240, 252, 1);
        border-style: solid;
        border-width: 0px;
        position: absolute;
        z-index: null;
    }

    #w-9xiryvgi .image-background {
        width: 370.95625px;
        height: 556px;
        top: -15px;
        left: 0px;
        background: center center/ cover no-repeat scroll content-box url(https://pub-97471fa082e94bf3bcc963fa69a7dd1d.r2.dev/dinh/LUX04812.png) border-box;
        --type: 0;
    }

    #w-9xiryvgi .image-background-compare {
        background: undefined;
        clip: rect(0, 159px, 477px, 0);
        --type: 0;
    }

    #w-bg1p4pqv {
        top: 0px;
        left: -420.0138473510742px;
        width: 420px;
        height: 800px;
    }

    #w-bg1p4pqv .image-block-css {
        border-color: rgba(229, 231, 235, 1);
        border-style: solid;
        border-width: 0px;
        filter: contrast(100%) grayscale(0%) hue-rotate(0deg) invert(0%) saturate(70%) sepia(0%) opacity(100%) brightness(100%) blur(5px);
        position: absolute;
        z-index: null;
    }

    #w-bg1p4pqv .image-background {
        width: 420px;
        height: 800px;
        top: 0px;
        left: 0px;
        background: center center/ cover no-repeat scroll content-box border-box url("https://content.pancake.vn/1/fwebp/34/cf/a2/a2/9e6967aa7259ee3498926d74a0efe440fbe3746b293165018595f2ac-w:420-h:800-l:272644-t:image/png.png");
        --type: 0;
    }

    #w-bg1p4pqv .image-background-compare {
        background: undefined;
        clip: rect(0, 210px, 800px, 0);
        --type: 0;
    }

    #w-qj4x3hhd {
        top: 0px;
        left: 420px;
        perspective: 1000px;
        width: 420px;
        height: 800px;
    }

    #w-qj4x3hhd .image-block-css {
        border-color: rgba(229, 231, 235, 1);
        border-style: solid;
        border-width: 0px;
        filter: contrast(100%) grayscale(0%) hue-rotate(0deg) invert(0%) saturate(70%) sepia(0%) opacity(100%) brightness(100%) blur(5px);
        position: absolute;
        z-index: null;
    }

    #w-qj4x3hhd .image-background {
        width: 420px;
        height: 800px;
        top: 0px;
        left: 0px;
        background: center center/ cover no-repeat scroll content-box border-box url("https://content.pancake.vn/1/fwebp/34/cf/a2/a2/9e6967aa7259ee3498926d74a0efe440fbe3746b293165018595f2ac-w:420-h:800-l:272644-t:image/png.png");
        --type: 0;
    }

    #w-qj4x3hhd .image-background-compare {
        clip: rect(0, 210px, 800px, 0);
        --type: 0;
    }

    #w-qj4x3hhd>div {
        transform: rotateY(180deg) perspective(1000px);
    }

    #w-4eszafr3 {
        top: 132px;
        left: 0px;
        width: 100%;
        height: auto;
    }

    #w-4eszafr3 .text-block {}

    #w-4eszafr3 .text-block-css {
        border-color: rgba(229, 231, 235, 1);
        border-style: solid;
        color: rgba(0, 0, 0, 1);
        font-family: 'Ephesis', sans-serif;
        font-size: 28px;
        text-align: center;
        --type: 0;
    }

    #w-v6yq9rrt {
        top: 490.0000305175781px;
        left: -367px;
        width: 280px;
        height: 310px;
    }

    #w-f9da4ivv {
        top: 0px;
        left: 0px;
        position: relative;
        width: 420px;
        height: 747px;
    }

    #w-f9da4ivv .section-wrapper {
        opacity: 1;
    }

    #w-f9da4ivv {
        margin-bottom: -1px;
    }

    #w-f9da4ivv .section-background {
        background: rgba(255, 255, 255, 0.09);
        --type: 0;
    }

    #w-0xh0oy90 {
        top: 459px;
        left: 5px;
        width: 200px;
        height: 24px;
    }

    #w-0xh0oy90 .text-block {}

    #w-0xh0oy90 .text-block-css {
        border-color: rgba(229, 231, 235, 1);
        border-style: solid;
        color: rgba(0, 0, 0, 1);
        font-family: 'UTM-Cafeta.ttf', sans-serif;
        font-size: 16px;
        text-align: center;
        --type: 0;
    }

    #w-ghhtb2oq {
        top: 16.5px;
        left: -3.5px;
        width: 427px;
        height: 40px;
    }

    #w-ghhtb2oq .text-block {}

    #w-ghhtb2oq .text-block-css {
        border-color: rgba(229, 231, 235, 1);
        border-style: solid;
        color: rgba(0, 0, 0, 1);
        font-family: 'Ephesis', sans-serif;
        font-size: 20px;
        line-height: 1;
        text-align: center;
        --type: 0;
    }

    #w-vrj5ae9z {
        top: 132.5px;
        left: 215px;
        width: 200px;
        height: 24px;
    }

    #w-vrj5ae9z .text-block {}

    #w-vrj5ae9z .text-block-css {
        border-color: rgba(229, 231, 235, 1);
        border-style: solid;
        color: rgba(0, 0, 0, 1);
        font-family: 'UTM-Cafeta.ttf', sans-serif;
        font-size: 16px;
        text-align: center;
        --type: 0;
    }

    #w-ro447tq1 {
        top: 287px;
        left: 260.5px;
        width: 109px;
        height: 22.5px;
    }

    #w-ro447tq1 .text-block {}

    #w-ro447tq1 .text-block-css {
        border-color: rgba(229, 231, 235, 1);
        border-style: solid;
        color: rgba(0, 0, 0, 1);
        font-size: 15px;
        text-align: center;
        --type: 0;
    }

    #w-2obwzmyh {
        top: 90px;
        left: 0px;
        width: 210px;
        height: 320px;
    }

    #w-2obwzmyh .image-block-css {
        border-color: rgba(255, 226, 249, 1.000);
        border-style: solid;
        border-width: 5px;
        position: absolute;
        z-index: null;
    }

    #w-2obwzmyh .image-background {
        width: 242.93819444444443px;
        height: 369.1111111111111px;
        top: 0px;
        left: 0px;
        background: center center/ cover no-repeat content-box border-box url("https://pub-97471fa082e94bf3bcc963fa69a7dd1d.r2.dev/dinh/LUX05145.jpg");
        --type: 0;
    }

    #w-2obwzmyh .image-background-compare {
        background: undefined;
        clip: rect(0, 105px, 320px, 0);
        --type: 0;
    }

    #w-vys4bn3n {
        top: 410px;
        left: 210px;
        perspective: 1000px;
        width: 210px;
        height: 320px;
    }

    #w-vys4bn3n .image-block-css {
        border-color: rgba(255, 226, 249, 1.000);
        border-style: solid;
        border-width: 5px;
        position: absolute;
        z-index: null;
    }

    #w-vys4bn3n .image-background {
        width: 204.59233823029894px;
        height: 311.63722826086956px;
        top: 0px;
        left: 0px;
        background: center center/ cover no-repeat scroll content-box border-box url("https://pub-97471fa082e94bf3bcc963fa69a7dd1d.r2.dev/dinh/LUX04584.jpg");
        --type: 0;
    }

    #w-vys4bn3n .image-background-compare {
        background: undefined;
        clip: rect(0, 105px, 320px, 0);
        --type: 0;
    }

    #w-vys4bn3n>div {
        transform: rotateY(0deg) perspective(1000px);
    }

    #w-oqr20liw {
        top: 595.5px;
        left: 50.5px;
        width: 109px;
        height: 22.5px;
    }

    #w-oqr20liw .text-block {}

    #w-oqr20liw .text-block-css {
        border-color: rgba(229, 231, 235, 1);
        border-style: solid;
        color: rgba(0, 0, 0, 1);
        font-size: 15px;
        text-align: center;
        --type: 0;
    }

    #w-6ai6or66 {
        top: 309.5px;
        left: 141px;
        width: 348px;
        height: 52.5px;
    }

    #w-6ai6or66 .text-block {}

    #w-6ai6or66 .text-block-css {
        border-color: rgba(229, 231, 235, 1);
        border-style: solid;
        color: rgba(0, 0, 0, 1);
        font-family: 'Ephesis', sans-serif;
        font-size: 35px;
        text-align: center;
        --type: 0;
    }

    #w-2elerqc2 {
        top: 618px;
        left: -69px;
        width: 348px;
        height: 60px;
    }

    #w-2elerqc2 .text-block {}

    #w-2elerqc2 .text-block-css {
        border-color: rgba(229, 231, 235, 1);
        border-style: solid;
        color: rgba(0, 0, 0, 1);
        font-family: 'Ephesis', sans-serif;
        font-size: 40px;
        text-align: center;
        --type: 0;
    }

    #w-uwl755j6 {
        top: 207.5px;
        left: 214.5px;
        width: 199px;
        height: 39px;
    }

    #w-uwl755j6 .text-block {}

    #w-uwl755j6 .text-block-css {
        border-color: rgba(229, 231, 235, 1);
        border-style: solid;
        color: rgba(0, 0, 0, 1);
        font-size: 13px;
        text-align: center;
        --type: 0;
    }

    #w-jt606eew {
        top: 530px;
        left: 14px;
        width: 184px;
        height: 39px;
    }

    #w-jt606eew .text-block {}

    #w-jt606eew .text-block-css {
        border-color: rgba(229, 231, 235, 1);
        border-style: solid;
        color: rgba(0, 0, 0, 1);
        font-size: 13px;
        text-align: center;
        --type: 0;
    }

    #w-2g81k7ss {
        top: 155.5px;
        left: 215px;
        width: 200px;
        height: 48px;
    }

    #w-2g81k7ss .text-block {}

    #w-2g81k7ss .text-block-css {
        border-color: rgba(229, 231, 235, 1);
        border-style: solid;
        color: rgba(0, 0, 0, 1.000);
        font-family: 'UTM-Cafeta.ttf', sans-serif;
        font-size: 16px;
        text-align: center;
        --type: 0;
    }

    #w-g78kvlxw {
        top: 481.5px;
        left: 5px;
        width: 200px;
        height: 48px;
    }

    #w-g78kvlxw .text-block {}

    #w-g78kvlxw .text-block-css {
        border-color: rgba(229, 231, 235, 1);
        border-style: solid;
        color: rgba(0, 0, 0, 1);
        font-family: 'UTM-Cafeta.ttf', sans-serif;
        font-size: 16px;
        text-align: center;
        --type: 0;
    }

    #w-6pnllpry {
        top: 0px;
        left: 0px;
        position: relative;
        width: 420px;
        height: 669px;
    }

    #w-6pnllpry .section-wrapper {
        opacity: 1;
    }

    #w-6pnllpry {
        margin-bottom: -1px;
    }

    #w-6pnllpry .section-background {
        background: rgba(255, 255, 255, 0.09);
        --type: 0;
    }

    #w-avu1jho0 {
        top: 349px;
        left: 29px;
        width: 368px;
        height: 301px;
    }

    #w-avu1jho0 .rectangle-css {
        border-color: rgba(0, 0, 0, 1);
        border-radius: 16px;
        border-style: solid;
        border-width: 1px;
        background: rgba(0, 95, 188, 0);
        background-clip: padding-box;
    }

    #w-msqkius0 {
        top: 111.5px;
        left: -1px;
        width: 122px;
        height: 183px;
    }

    #w-msqkius0 .image-block-css {
        border-color: rgba(229, 231, 235, 1);
        border-style: solid;
        border-width: 0px;
        position: absolute;
        z-index: null;
    }

    #w-msqkius0 .image-background {
        width: 122.1125px;
        height: 183.02576112412177px;
        top: 0px;
        left: 0px;
        background: center center/ cover no-repeat scroll content-box border-box url("https://pub-97471fa082e94bf3bcc963fa69a7dd1d.r2.dev/dinh/body1.jpg");
        --type: 0;
    }

    #w-msqkius0 .image-background-compare {
        background: undefined;
        clip: rect(0, 61px, 183px, 0);
        --type: 0;
    }

    #w-e9ivazxb {
        top: 92.5px;
        left: 130px;
        width: 160px;
        height: 240px;
    }

    #w-e9ivazxb .image-block-css {
        border-color: rgba(229, 231, 235, 1);
        border-style: solid;
        border-width: 0px;
        position: absolute;
        z-index: null;
    }

    #w-e9ivazxb .image-background {
        width: 160.8140625px;
        height: 241.0327868852459px;
        top: 0px;
        left: 0px;
        background: center center/ cover no-repeat scroll content-box border-box url("https://pub-97471fa082e94bf3bcc963fa69a7dd1d.r2.dev/dinh/body2.jpg");
        --type: 0;
    }

    #w-e9ivazxb .image-background-compare {
        background: undefined;
        clip: rect(0, 80px, 240px, 0);
        --type: 0;
    }

    #w-phpdvnlp {
        top: 111.5px;
        left: 297px;
        width: 122px;
        height: 183px;
    }

    #w-phpdvnlp .image-block-css {
        border-color: rgba(229, 231, 235, 1);
        border-style: solid;
        border-width: 0px;
        position: absolute;
        z-index: null;
    }

    #w-phpdvnlp .image-background {
        width: 122.0953125px;
        height: 183px;
        top: 0px;
        left: 0px;
        background: center center/ cover no-repeat scroll content-box border-box url("https://pub-97471fa082e94bf3bcc963fa69a7dd1d.r2.dev/dinh/body3.jpg");
        --type: 0;
    }

    #w-phpdvnlp .image-background-compare {
        background: undefined;
        clip: rect(0, 61px, 183px, 0);
        --type: 0;
    }

    #w-st6u3bam {
        top: 361px;
        left: -3.5px;
        width: 427px;
        height: 28.5px;
    }

    #w-st6u3bam .text-block {}

    #w-st6u3bam .text-block-css {
        -webkit-text-stroke: 0px rgba(0, 50, 99, 1);
        border-color: rgba(229, 231, 235, 1);
        border-style: solid;
        color: rgba(0, 0, 0, 1);
        font-family: 'Arial', sans-serif;
        font-size: 19px;
        font-weight: bold;
        letter-spacing: 1px;
        text-align: center;
        --type: 0;
    }

    #w-esf8zazr {
        top: 423.5px;
        left: 87px;
        width: 254px;
        height: 31.5px;
    }

    #w-esf8zazr .text-block {}

    #w-esf8zazr .text-block-css {
        -webkit-text-stroke: 0px rgba(0, 0, 0, 1.000);
        border-color: rgba(229, 231, 235, 1);
        border-style: solid;
        color: rgba(0, 0, 0, 1);
        font-size: 21px;
        font-weight: bold;
        letter-spacing: 7px;
        line-height: 1.5;
        text-align: center;
        --type: 0;
    }

    #w-dkfhiexu {
        top: 392.5px;
        left: 83px;
        width: 254px;
        height: 27px;
    }

    #w-dkfhiexu .text-block {}

    #w-dkfhiexu .text-block-css {
        -webkit-text-stroke: 0px rgba(0, 0, 0, 1.000);
        border-color: rgba(229, 231, 235, 1);
        border-style: solid;
        color: rgba(0, 0, 0, 1);
        font-size: 18px;
        line-height: 1.5;
        text-align: center;
        --type: 0;
    }

    #w-zwqqro52 {
        top: 531px;
        left: 90.5px;
        width: 241px;
        height: 35px;
    }

    #w-zwqqro52 .button-css {
        border-color: rgba(229, 231, 235, 1);
        border-radius: 4px;
        border-style: solid;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        color: rgba(0, 0, 0, 1);
        font-size: 16px;
        font-weight: bold;
        background: linear-gradient(90deg, rgba(193, 190, 184, 1) 0%, rgba(218, 215, 209, 0.47) 50%, rgba(161, 159, 155, 1) 100%);
        --type: 0;
    }

    #w-0i230mok {
        top: 496px;
        left: 0px;
        width: 422px;
        height: 21px;
    }

    #w-0i230mok .text-block {}

    #w-0i230mok .text-block-css {
        border-color: rgba(229, 231, 235, 1);
        border-style: solid;
        color: rgba(0, 0, 0, 1);
        font-family: 'Arial', sans-serif;
        font-size: 14px;
        font-style: italic;
        letter-spacing: 1px;
        text-align: center;
        --type: 0;
    }

    #w-ym4nqcl4 {
        top: 580px;
        left: 123.5px;
        width: 175px;
        height: 50px;
    }

    #w-ym4nqcl4 .button-css {
        border-color: rgba(229, 231, 235, 1);
        border-radius: 17px;
        border-style: solid;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        color: rgba(0, 0, 0, 1);
        font-size: 16px;
        font-weight: bold;
        background: rgba(240, 193, 225, 1.000);
        --type: 0;
    }

    #w-0c362gdd {
        top: 0px;
        left: 132px;
        width: 150px;
        height: auto;
    }

    #w-0c362gdd .line-container {
        border-color: rgba(83, 96, 119, 1);
        border-style: solid;
        border-width: 2px;

    }

    #w-cz8vcelk {
        top: 9px;
        left: 104px;
        width: 200px;
        height: 57px;
    }

    #w-cz8vcelk .text-block {}

    #w-cz8vcelk .text-block-css {
        border-color: rgba(229, 231, 235, 1);
        border-style: solid;
        color: rgba(0, 0, 0, 1);
        font-family: 'Ephesis', sans-serif;
        font-size: 38px;
        text-align: center;
        --type: 0;
    }

    #w-xule1twx {
        top: 56px;
        left: -5px;
        width: 427px;
        height: 19.5px;
    }

    #w-xule1twx .text-block {}

    #w-xule1twx .text-block-css {
        border-color: rgba(229, 231, 235, 1);
        border-style: solid;
        color: rgba(0, 0, 0, 1);
        font-family: 'Arial', sans-serif;
        font-size: 13px;
        letter-spacing: 1px;
        text-align: center;
        --type: 0;
    }

    #w-h14zr5xp {
        top: 462.46875px;
        left: -7px;
        width: 434px;
        height: 25.5px;
    }

    #w-h14zr5xp .text-block {}

    #w-h14zr5xp .text-block-css {
        border-color: rgba(229, 231, 235, 1);
        border-style: solid;
        color: rgba(0, 0, 0, 1);
        font-family: 'Arial', sans-serif;
        font-size: 17px;
        text-align: center;
        --type: 0;
    }

    #w-4gwtupi0 {
        top: 0px;
        left: 0px;
        position: relative;
        width: 420px;
        height: 321px;
    }

    #w-4gwtupi0 .section-wrapper {
        opacity: 1;
    }

    #w-4gwtupi0 {
        margin-bottom: -1px;
    }

    #w-4gwtupi0 .section-background {
        background: #fff;
        --type: 0;
    }

    #w-v435uzyl {
        top: 1px;
        left: 29px;
        width: 368px;
        height: 301px;
    }

    #w-v435uzyl .rectangle-css {
        border-color: rgba(0, 0, 0, 1);
        border-radius: 16px;
        border-style: solid;
        border-width: 1px;
        background: rgba(0, 95, 188, 0);
        background-clip: padding-box;
    }

    #w-ql33onnn {
        top: 231px;
        left: 123.5px;
        width: 175px;
        height: 50px;
    }

    #w-ql33onnn .button-css {
        border-color: rgba(229, 231, 235, 1);
        border-radius: 17px;
        border-style: solid;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        color: rgba(0, 0, 0, 1);
        font-size: 16px;
        font-weight: bold;
        background: rgba(240, 193, 225, 1.000);
        --type: 0;
    }

    #w-halgaen0 {
        top: 15.982933044433594px;
        left: -1.5px;
        width: 427px;
        height: 28.5px;
    }

    #w-halgaen0 .text-block {}

    #w-halgaen0 .text-block-css {
        -webkit-text-stroke: 0px rgba(0, 50, 99, 1);
        border-color: rgba(229, 231, 235, 1);
        border-style: solid;
        color: rgba(0, 0, 0, 1);
        font-family: 'Arial', sans-serif;
        font-size: 19px;
        font-weight: bold;
        letter-spacing: 1px;
        text-align: center;
        --type: 0;
    }

    #w-uph7paw9 {
        top: 75.5px;
        left: 91px;
        width: 254px;
        height: 31.5px;
    }

    #w-uph7paw9 .text-block {}

    #w-uph7paw9 .text-block-css {
        -webkit-text-stroke: 0px rgba(0, 0, 0, 1.000);
        border-color: rgba(229, 231, 235, 1);
        border-style: solid;
        color: rgba(0, 0, 0, 1);
        font-size: 21px;
        font-weight: bold;
        letter-spacing: 7px;
        line-height: 1.5;
        text-align: center;
        --type: 0;
    }

    #w-y41ehowh {
        top: 44.5px;
        left: 91px;
        width: 254px;
        height: 27px;
    }

    #w-y41ehowh .text-block {}

    #w-y41ehowh .text-block-css {
        -webkit-text-stroke: 0px rgba(0, 0, 0, 1.000);
        border-color: rgba(229, 231, 235, 1);
        border-style: solid;
        color: rgba(0, 0, 0, 1);
        font-size: 18px;
        line-height: 1.5;
        text-align: center;
        --type: 0;
    }

    #w-zfl7fw4v {
        top: 183px;
        left: 90.5px;
        width: 241px;
        height: 35px;
    }

    #w-zfl7fw4v .button-css {
        border-color: rgba(229, 231, 235, 1);
        border-radius: 4px;
        border-style: solid;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        color: rgba(0, 0, 0, 1);
        font-size: 16px;
        font-weight: bold;
        background: linear-gradient(90deg, rgba(193, 190, 184, 1) 0%, rgba(218, 215, 209, 0.47) 50%, rgba(161, 159, 155, 1) 100%);
        --type: 0;
    }

    #w-3gsprm7x {
        top: 147px;
        left: 0px;
        width: 422px;
        height: 21px;
    }

    #w-3gsprm7x .text-block {}

    #w-3gsprm7x .text-block-css {
        border-color: rgba(229, 231, 235, 1);
        border-style: solid;
        color: rgba(0, 0, 0, 1);
        font-family: 'Arial', sans-serif;
        font-size: 14px;
        font-style: italic;
        letter-spacing: 1px;
        text-align: center;
        --type: 0;
    }

    #w-s23vzj6a {
        top: 113.5px;
        left: -7px;
        width: 434px;
        height: 25.5px;
    }

    #w-s23vzj6a .text-block {}

    #w-s23vzj6a .text-block-css {
        border-color: rgba(229, 231, 235, 1);
        border-style: solid;
        color: rgba(0, 0, 0, 1);
        font-family: 'Arial', sans-serif;
        font-size: 17px;
        text-align: center;
        --type: 0;
    }

    #w-tblu44l5 {
        top: 0px;
        left: 0px;
        position: relative;
        width: 420px;
        height: 211px;
        display: none;
    }

    #w-tblu44l5 .section-wrapper {
        opacity: 1;
    }

    #w-tblu44l5 {
        margin-bottom: -1px;
    }

    #w-tblu44l5 .section-background {
        background: #fff;
        --type: 0;
    }

    #w-urk8lko7 {
        top: 40px;
        left: -2px;
        width: 422px;
        height: 21px;
    }

    #w-urk8lko7 .text-block {}

    #w-urk8lko7 .text-block-css {
        border-color: rgba(229, 231, 235, 1);
        border-style: solid;
        font-family: 'Arial', sans-serif;
        font-size: 14px;
        letter-spacing: 1px;
        text-align: center;
        --type: 0;
    }

    #w-vr9dyy6q {
        top: 79px;
        left: -13.5px;
        width: 185px;
        height: 21px;
    }

    #w-vr9dyy6q .text-block {}

    #w-vr9dyy6q .text-block-css {
        border-color: rgba(229, 231, 235, 1);
        border-style: solid;
        font-family: 'Arial', sans-serif;
        font-size: 14px;
        letter-spacing: 1px;
        text-align: center;
        --type: 0;
    }

    #w-xzuoaykg {
        top: 79px;
        left: 248.5px;
        width: 185px;
        height: 21px;
    }

    #w-xzuoaykg .text-block {}

    #w-xzuoaykg .text-block-css {
        border-color: rgba(229, 231, 235, 1);
        border-style: solid;
        font-family: 'Arial', sans-serif;
        font-size: 14px;
        font-weight: bold;
        letter-spacing: 1px;
        text-align: center;
        --type: 0;
    }

    #w-z4fcv8d8 {
        top: 61px;
        left: 116.5px;
        width: 185px;
        height: 63px;
    }

    #w-z4fcv8d8 .text-block {}

    #w-z4fcv8d8 .text-block-css {
        border-color: rgba(229, 231, 235, 1);
        border-style: solid;
        font-family: 'Ephesis', sans-serif;
        font-size: 42px;
        font-weight: bold;
        letter-spacing: 1px;
        text-align: center;
        --type: 0;
    }

    #w-drsgl353 {
        top: 79px;
        left: 126px;
        perspective: 1000px;
        width: 34px;
        height: auto;
    }

    #w-drsgl353 .line-container {
        border-color: rgba(83, 96, 119, 1);
        border-style: solid;
        border-width: 2px;
    }

    #w-drsgl353>div {
        transform: rotate(90deg) perspective(1000px);
    }

    #w-tmjdryrq {
        top: 79px;
        left: 260px;
        perspective: 1000px;
        width: 34px;
        height: auto;
    }

    #w-tmjdryrq .line-container {
        border-color: rgba(83, 96, 119, 1);
        border-style: solid;
        border-width: 2px;

    }

    #w-tmjdryrq>div {
        transform: rotate(90deg) perspective(1000px);
    }

    #w-rqijl6qj {
        top: 157px;
        left: -2px;
        width: 422px;
        height: 21px;
    }

    #w-rqijl6qj .text-block {}

    #w-rqijl6qj .text-block-css {
        border-color: rgba(229, 231, 235, 1);
        border-style: solid;
        color: rgba(0, 0, 0, 1);
        font-family: 'Arial', sans-serif;
        font-size: 14px;
        font-style: italic;
        letter-spacing: 1px;
        text-align: center;
        --type: 0;
    }

    #w-uacjsfhz {
        top: 124px;
        left: -8px;
        width: 434px;
        height: 25.5px;
    }

    #w-uacjsfhz .text-block {}

    #w-uacjsfhz .text-block-css {
        border-color: rgba(229, 231, 235, 1);
        border-style: solid;
        color: rgba(0, 0, 0, 1);
        font-family: 'Arial', sans-serif;
        font-size: 17px;
        text-align: center;
        --type: 0;
    }

    #w-g42pzvfj {
        top: 193.5px;
        left: 91px;
        width: 236px;
        height: auto;
    }

    #w-g42pzvfj .line-container {
        border-color: rgba(83, 96, 119, 1);
        border-style: solid;
        border-width: 1px;

    }

    #w-4we8afi3 {
        top: 0px;
        left: -4.5px;
        width: 427px;
        height: 21px;
    }

    #w-4we8afi3 .text-block {}

    #w-4we8afi3 .text-block-css {
        border-color: rgba(229, 231, 235, 1);
        border-style: solid;
        font-family: 'Arial', sans-serif;
        font-size: 14px;
        letter-spacing: 1px;
        text-align: center;
        --type: 0;
    }

    #w-fd8r9b5v {
        top: 0px;
        left: 0px;
        position: relative;
        width: 420px;
        height: 204px;
        display: none;
    }

    #w-fd8r9b5v .section-wrapper {
        opacity: 1;
    }

    #w-fd8r9b5v {
        margin-bottom: -1px;
    }

    #w-fd8r9b5v .section-background {
        background: #fff;
        --type: 0;
    }

    #w-evmoeltj {
        top: 40px;
        left: -2px;
        width: 422px;
        height: 21px;
    }

    #w-evmoeltj .text-block {}

    #w-evmoeltj .text-block-css {
        border-color: rgba(229, 231, 235, 1);
        border-style: solid;
        font-family: 'Arial', sans-serif;
        font-size: 14px;
        letter-spacing: 1px;
        text-align: center;
        --type: 0;
    }

    #w-ssfikcz9 {
        top: 79px;
        left: -13.5px;
        width: 185px;
        height: 21px;
    }

    #w-ssfikcz9 .text-block {}

    #w-ssfikcz9 .text-block-css {
        border-color: rgba(229, 231, 235, 1);
        border-style: solid;
        font-family: 'Arial', sans-serif;
        font-size: 14px;
        letter-spacing: 1px;
        text-align: center;
        --type: 0;
    }

    #w-9xfcrfpl {
        top: 79px;
        left: 248.5px;
        width: 185px;
        height: 21px;
    }

    #w-9xfcrfpl .text-block {}

    #w-9xfcrfpl .text-block-css {
        border-color: rgba(229, 231, 235, 1);
        border-style: solid;
        font-family: 'Arial', sans-serif;
        font-size: 14px;
        font-weight: bold;
        letter-spacing: 1px;
        text-align: center;
        --type: 0;
    }

    #w-t4oxy76p {
        top: 61px;
        left: 116.5px;
        width: 185px;
        height: 63px;
    }

    #w-t4oxy76p .text-block {}

    #w-t4oxy76p .text-block-css {
        border-color: rgba(229, 231, 235, 1);
        border-style: solid;
        font-family: 'Ephesis', sans-serif;
        font-size: 42px;
        font-weight: bold;
        letter-spacing: 1px;
        text-align: center;
        --type: 0;
    }

    #w-jsbmnkct {
        top: 79px;
        left: 126px;
        perspective: 1000px;
        width: 34px;
        height: auto;
    }

    #w-jsbmnkct .line-container {
        border-color: rgba(83, 96, 119, 1);
        border-style: solid;
        border-width: 2px;

    }

    #w-jsbmnkct>div {
        transform: rotate(90deg) perspective(1000px);
    }

    #w-166foa9y {
        top: 79px;
        left: 260px;
        perspective: 1000px;
        width: 34px;
        height: auto;
    }

    #w-166foa9y .line-container {
        border-color: rgba(83, 96, 119, 1);
        border-style: solid;
        border-width: 2px;

    }

    #w-166foa9y>div {
        transform: rotate(90deg) perspective(1000px);
    }

    #w-7qtmfwng {
        top: 157px;
        left: -2px;
        width: 422px;
        height: 21px;
    }

    #w-7qtmfwng .text-block {}

    #w-7qtmfwng .text-block-css {
        border-color: rgba(229, 231, 235, 1);
        border-style: solid;
        color: rgba(0, 0, 0, 1);
        font-family: 'Arial', sans-serif;
        font-size: 14px;
        font-style: italic;
        letter-spacing: 1px;
        text-align: center;
        --type: 0;
    }

    #w-rs2umsyi {
        top: 124px;
        left: -8px;
        width: 434px;
        height: 25.5px;
    }

    #w-rs2umsyi .text-block {}

    #w-rs2umsyi .text-block-css {
        border-color: rgba(229, 231, 235, 1);
        border-style: solid;
        color: rgba(0, 0, 0, 1);
        font-family: 'Arial', sans-serif;
        font-size: 17px;
        text-align: center;
        --type: 0;
    }

    #w-twnejz89 {
        top: 0px;
        left: -4.5px;
        width: 427px;
        height: 21px;
    }

    #w-twnejz89 .text-block {}

    #w-twnejz89 .text-block-css {
        border-color: rgba(229, 231, 235, 1);
        border-style: solid;
        font-family: 'Arial', sans-serif;
        font-size: 14px;
        letter-spacing: 1px;
        text-align: center;
        --type: 0;
    }

    #w-0msi657f {
        top: 0px;
        left: 0px;
        position: relative;
        width: 420px;
        height: 420px;
    }

    #w-0msi657f .section-wrapper {
        opacity: 1;
    }

    #w-0msi657f {
        margin-bottom: -1px;
    }

    #w-0msi657f .section-background {
        background: #fff;
        --type: 0;
    }

    #w-a0rvity2 {
        top: 362px;
        left: 139.1875px;
        width: 350px;
        height: 41px;
    }

    #w-a0rvity2 .image-block-css {
        border-color: rgba(229, 231, 235, 1);
        border-style: solid;
        border-width: 0px;
        position: absolute;
        z-index: null;
    }

    #w-a0rvity2 .image-background {
        width: 350.03749999999997px;
        height: 41px;
        top: 0px;
        left: 0px;
        background: center center/ cover no-repeat scroll content-box border-box url("https://content.pancake.vn/1/fwebp/9e/15/98/a2/3bb0491db823fcff403c522e0cec401b55262eba10b022861fe5f666-w:1366-h:160-l:11669-t:image/png.png");
        --type: 0;
    }

    #w-a0rvity2 .image-background-compare {
        background: undefined;
        clip: rect(0, 175px, 41px, 0);
        --type: 0;
    }

    #w-p4ucw5ea {
        top: 2.5px;
        left: -9.84375px;
        width: 440px;
        height: 417px;
    }

    #w-p4ucw5ea .image-block-css {
        border-color: rgba(229, 231, 235, 1);
        border-style: solid;
        border-width: 0px;
        filter: contrast(120%) grayscale(0%) hue-rotate(0deg) invert(0%) saturate(100%) sepia(0%) opacity(100%) brightness(100%) blur(0px);
        position: absolute;
        z-index: null;
    }

    #w-p4ucw5ea .image-background {
        width: 440.05025125628134px;
        height: 440.05025125628134px;
        top: -23.050251256281406px;
        left: 0px;
        background: center center/ cover no-repeat scroll content-box border-box url("https://content.pancake.vn/1/s880x880/fwebp/d4/19/53/02/8b6e3333646cf6529ee423d7c89200ae8cb2d3beaf18bf2ad8cfdb5f-w:2400-h:2400-l:103346-t:image/png.png");
        --type: 0;
    }

    #w-p4ucw5ea .image-background-compare {
        background: undefined;
        clip: rect(0, 220px, 417px, 0);
        --type: 0;
    }

    #w-w2zlnhqe {
        top: 165px;
        left: 350.5px;
        width: 39px;
        height: 39px;
    }

    #w-w2zlnhqe .image-block-css {
        border-color: rgba(229, 231, 235, 1);
        border-style: solid;
        border-width: 0px;
        position: absolute;
        z-index: null;
    }

    #w-w2zlnhqe .image-background {
        width: 39px;
        height: 39px;
        top: 0px;
        left: 0px;
        background: center center/ cover no-repeat scroll content-box border-box url("https://content.pancake.vn/1/s439x439/fwebp/59/9d/0d/23/829a2a25903e5b03a029f62911ad0300b2c875df84e143b3258f9633-w:3600-h:3600-l:165926-t:image/png.png");
        --type: 0;
    }

    #w-w2zlnhqe .image-background-compare {
        background: undefined;
        clip: rect(0, 19.5px, 39px, 0);
        --type: 0;
    }

    #w-jh2ougwh {
        top: 163px;
        left: 39.5px;
        width: 39px;
        height: 39px;
    }

    #w-jh2ougwh .image-block-css {
        border-color: rgba(229, 231, 235, 1);
        border-style: solid;
        border-width: 0px;
        position: absolute;
        z-index: null;
    }

    #w-jh2ougwh .image-background {
        width: 39px;
        height: 39px;
        top: 0px;
        left: 0px;
        background: center center/ cover no-repeat scroll content-box border-box url("https://content.pancake.vn/1/s439x439/fwebp/59/9d/0d/23/829a2a25903e5b03a029f62911ad0300b2c875df84e143b3258f9633-w:3600-h:3600-l:165926-t:image/png.png");
        --type: 0;
    }

    #w-jh2ougwh .image-background-compare {
        background: undefined;
        clip: rect(0, 19.5px, 39px, 0);
        --type: 0;
    }

    #w-rnhfxl3i {
        top: 0px;
        left: 0px;
        position: relative;
        width: 420px;
        height: 527px;
    }

    #w-rnhfxl3i .section-wrapper {
        opacity: 1;
    }

    #w-rnhfxl3i {
        margin-bottom: -1px;
    }

    #w-rnhfxl3i .section-background {
        background: rgba(226, 236, 255, 0.09);
        --type: 0;
    }

    #w-n0edaemf {
        top: 21.768753051757812px;
        left: 12.5px;
        width: 395px;
        height: 489px;
    }

    #w-n0edaemf .image-block-css {
        border-color: rgba(255, 226, 249, 0.23);
        border-style: solid;
        border-width: 0px;
        filter: contrast(100%) grayscale(0%) hue-rotate(121deg) invert(0%) saturate(100%) sepia(10%) opacity(100%) brightness(105%) blur(0px);
        position: absolute;
        z-index: null;
    }

    #w-n0edaemf .image-background {
        width: 399.22014388489225px;
        height: 760.419321685509px;
        top: 0px;
        left: 0px;
        background: center center/ cover no-repeat scroll content-box border-box url("https://content.pancake.vn/1/s799x1522/fwebp/67/95/92/10/934a1bd7382d5bc78753f7e3e2731c0e18af93e6b523305962612921-w:840-h:1600-l:17915-t:image/png.png");
        --type: 0;
    }

    #w-n0edaemf .image-background-compare {
        background: undefined;
        clip: rect(0, 197.5px, 489px, 0);
        --type: 0;
    }

    #w-qxq56x07 {
        top: 214.25624084472656px;
        left: 12.509353637695312px;
        width: 82px;
        height: 82px;
    }

    #w-qxq56x07 .image-block-css {
        border-color: rgba(229, 231, 235, 1);
        border-style: solid;
        border-width: 0px;
        filter: contrast(100%) grayscale(0%) hue-rotate(122deg) invert(0%) saturate(100%) sepia(0%) opacity(100%) brightness(100%) blur(0px);
        position: absolute;
    }

    #w-qxq56x07 .image-background {
        width: 82px;
        height: 82px;
        top: 0px;
        left: 0px;
        background: center center/ cover no-repeat scroll content-box border-box url("https://content.pancake.vn/1/s482x482/fwebp/75/f1/20/e0/16292656646d6defe01bbe7ad882b99ca1cacabcb8eb31e581e8ac33-w:980-h:980-l:16396-t:image/webp.webp");
        --type: 0;
    }

    #w-qxq56x07 .image-background-compare {
        background: undefined;
        clip: rect(0, 41px, 82px, 0);
        --type: 0;
    }

    #w-q2oaxs8v {
        top: 204.5px;
        left: 91.484375px;
        width: 276px;
        height: 40.5px;
    }

    #w-q2oaxs8v .text-block {}

    #w-q2oaxs8v .text-block-css {
        border-color: rgba(229, 231, 235, 1);
        border-style: solid;
        color: rgba(0, 0, 0, 1);
        font-family: 'BlackMango-Medium.otf', sans-serif;
        font-size: 27px;
        text-align: start;
        --type: 0;
    }

    #w-kawomyne {
        top: 242.5px;
        left: 91.484375px;
        width: 309px;
        height: 25.5px;
    }

    #w-kawomyne .text-block {}

    #w-kawomyne .text-block-css {
        border-color: rgba(229, 231, 235, 1);
        border-style: solid;
        color: rgba(0, 0, 0, 1);
        font-family: 'Barlow', sans-serif;
        font-size: 17px;
        text-align: start;
        --type: 0;
    }

    #w-q4s3yhca {
        top: 377px;
        left: 91.484375px;
        width: 276px;
        height: 40.5px;
    }

    #w-q4s3yhca .text-block {}

    #w-q4s3yhca .text-block-css {
        border-color: rgba(229, 231, 235, 1);
        border-style: solid;
        color: rgba(0, 0, 0, 1);
        font-family: 'BlackMango-Medium.otf', sans-serif;
        font-size: 27px;
        text-align: start;
        --type: 0;
    }

    #w-nc1dgmav {
        top: 331px;
        left: 90.984375px;
        width: 236px;
        height: auto;
    }

    #w-nc1dgmav .line-container {
        border-color: rgba(0, 0, 0, 1);
        border-style: solid;
        border-width: 2px;
    }

    #w-j0cdgjys {
        top: 204.484375px;
        left: 243.984375px;
        width: 120px;
        height: 30px;
    }

    #w-j0cdgjys .button-css {
        border-color: rgba(229, 231, 235, 1);
        border-radius: 11px;
        border-style: solid;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        color: rgba(0, 0, 0, 1);
        font-family: 'Barlow', sans-serif;
        font-size: 15px;
        background: rgba(255, 255, 255, 1);
        --type: 0;
    }

    #w-pt1xbstk {
        top: 377px;
        left: 243.984375px;
        width: 120px;
        height: 30px;
    }

    #w-pt1xbstk .button-css {
        border-color: rgba(229, 231, 235, 1);
        border-radius: 11px;
        border-style: solid;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        color: rgba(0, 0, 0, 1);
        font-family: 'Barlow', sans-serif;
        font-size: 15px;
        background: rgba(255, 255, 255, 1);
        --type: 0;
    }

    #w-1ijzl9py {
        top: 268px;
        left: 91.484375px;
        width: 309px;
        height: 51px;
    }

    #w-1ijzl9py .text-block {}

    #w-1ijzl9py .text-block-css {
        border-color: rgba(229, 231, 235, 1);
        border-style: solid;
        color: rgba(0, 0, 0, 1);
        font-family: 'Barlow', sans-serif;
        font-size: 17px;
        text-align: start;
        --type: 0;
    }

    #w-35tzhaay {
        top: 412.5px;
        left: 91.484375px;
        width: 309px;
        height: 25.5px;
    }

    #w-35tzhaay .text-block {}

    #w-35tzhaay .text-block-css {
        border-color: rgba(229, 231, 235, 1);
        border-style: solid;
        color: rgba(0, 0, 0, 1);
        font-family: 'Barlow', sans-serif;
        font-size: 17px;
        text-align: start;
        --type: 0;
    }

    #w-27gsokt8 {
        top: 438px;
        left: 91.484375px;
        width: 309px;
        height: 51px;
    }

    #w-27gsokt8 .text-block {}

    #w-27gsokt8 .text-block-css {
        border-color: rgba(229, 231, 235, 1);
        border-style: solid;
        color: rgba(0, 0, 0, 1);
        font-family: 'Barlow', sans-serif;
        font-size: 17px;
        text-align: start;
        --type: 0;
    }

    #w-4yvcq77x {
        top: 91.5px;
        left: 67.984375px;
        width: 280px;
        height: 66px;
    }

    #w-4yvcq77x .text-block {}

    #w-4yvcq77x .text-block-css {
        border-color: rgba(229, 231, 235, 1);
        border-style: solid;
        color: rgba(0, 0, 0, 1);
        font-family: 'Ephesis', sans-serif;
        font-size: 44px;
        text-align: center;
        --type: 0;
    }

    #w-fnbff4h8 {
        top: 385px;
        left: 12.5px;
        width: 82px;
        height: 82px;
    }

    #w-fnbff4h8 .image-block-css {
        border-color: rgba(229, 231, 235, 1);
        border-style: solid;
        border-width: 0px;
        filter: contrast(100%) grayscale(0%) hue-rotate(122deg) invert(0%) saturate(100%) sepia(0%) opacity(100%) brightness(100%) blur(0px);
        position: absolute;
    }

    #w-fnbff4h8 .image-background {
        width: 82px;
        height: 82px;
        top: 0px;
        left: 0px;
        background: center center/ cover no-repeat scroll content-box border-box url("https://content.pancake.vn/1/s482x482/fwebp/75/f1/20/e0/16292656646d6defe01bbe7ad882b99ca1cacabcb8eb31e581e8ac33-w:980-h:980-l:16396-t:image/webp.webp");
        --type: 0;
    }

    #w-fnbff4h8 .image-background-compare {
        background: undefined;
        clip: rect(0, 41px, 82px, 0);
        --type: 0;
    }

    #w-1rvkvzbl {
        top: 0px;
        left: 0px;
        position: relative;
        width: 420px;
        height: 1226px;
    }

    #w-1rvkvzbl .section-wrapper {
        opacity: 1;
    }

    #w-1rvkvzbl {
        margin-bottom: -1px;
    }

    #w-1rvkvzbl .section-background {
        background: rgba(226, 236, 255, 0.09);
        --type: 0;
    }

    #w-wg2v6szx {
        top: 1.5px;
        left: 0.0113525390625px;
        width: 193px;
        height: 48px;
    }

    #w-wg2v6szx .text-block {}

    #w-wg2v6szx .text-block-css {
        border-color: rgba(229, 231, 235, 1);
        border-style: solid;
        color: rgba(0, 0, 0, 1);
        font-family: 'Ephesis', sans-serif;
        font-size: 32px;
        text-align: center;
        --type: 0;
    }

    #w-m2u5vui2 {
        top: 1px;
        left: 87.0147705078125px;
        width: 335px;
        height: 54px;
    }

    #w-m2u5vui2 .image-block-css {
        border-color: rgba(229, 231, 235, 1);
        border-style: solid;
        border-width: 0px;
        position: absolute;

    }

    #w-m2u5vui2 .image-background {
        width: 492.7770700636943px;
        height: 57.719129729276055px;
        top: 0px;
        left: 0px;
        background: center center/ cover no-repeat scroll content-box border-box url("https://content.pancake.vn/1/fwebp/36/24/be/d8/f903790cf58b5fdd4e2e4337bf68628618b6921c7e68d8514654896a-w:1366-h:160-l:2878-t:image/png.png");
        --type: 0;
    }

    #w-m2u5vui2 .image-background-compare {
        background: undefined;
        clip: rect(0, 167.5px, 54px, 0);
        --type: 0;
    }

    #w-8g8oqkog {
        top: 55.03124237060547px;
        left: 16.03748321533203px;
        width: 187px;
        height: 280px;
    }

    #w-8g8oqkog .image-block-css {
        border-color: rgba(229, 231, 235, 1);
        border-style: solid;
        border-width: 0px;
        position: absolute;
        z-index: null;
    }

    #w-8g8oqkog .image-background {
        width: 186.8140625px;
        height: 280.0023419203747px;
        top: 0px;
        left: 0px;
        background: center center/ cover no-repeat scroll content-box url(https://pub-97471fa082e94bf3bcc963fa69a7dd1d.r2.dev/dinh/last/LUX04984.jpg) border-box;
        --type: 0;
    }

    #w-8g8oqkog .image-background-compare {
        background: undefined;
        clip: rect(0, 93.5px, 280px, 0);
        --type: 0;
    }

    #w-j4yxjpj5 {
        top: 55.02186965942383px;
        left: 210.01558685302734px;
        width: 187px;
        height: 280px;
    }

    #w-j4yxjpj5 .image-block-css {
        border-color: rgba(229, 231, 235, 1);
        border-style: solid;
        border-width: 0px;
        position: absolute;
        z-index: null;
    }

    #w-j4yxjpj5 .image-background {
        width: 187.1640625px;
        height: 280.5269320843091px;
        top: 0px;
        left: 0px;
        background: center center/ cover no-repeat scroll content-box url(https://pub-97471fa082e94bf3bcc963fa69a7dd1d.r2.dev/dinh/last/LUX05002.jpg) border-box;
        --type: 0;
    }

    #w-j4yxjpj5 .image-background-compare {
        background: undefined;
        clip: rect(0, 93.5px, 280px, 0);
        --type: 0;
    }

    #w-rh658khn {
        top: 647.5px;
        left: 16.02496337890625px;
        width: 187px;
        height: 280px;
    }

    #w-rh658khn .image-block-css {
        border-color: rgba(229, 231, 235, 1);
        border-style: solid;
        border-width: 0px;
        position: absolute;
        z-index: null;
    }

    #w-rh658khn .image-background {
        width: 186.8125px;
        height: 280px;
        top: 0px;
        left: 0px;
        background: center center/ cover no-repeat content-box border-box url("https://pub-97471fa082e94bf3bcc963fa69a7dd1d.r2.dev/dinh/last/LUX05205.jpg");
        --type: 0;
    }

    #w-rh658khn .image-background-compare {
        background: undefined;
        clip: rect(0, 93.5px, 280px, 0);
        --type: 0;
    }

    #w-nipx3ydd {
        top: 349.5px;
        left: 16.03118896484375px;
        width: 187px;
        height: 280px;
    }

    #w-nipx3ydd .image-block-css {
        border-color: rgba(229, 231, 235, 1);
        border-style: solid;
        border-width: 0px;
        position: absolute;
        z-index: null;
    }

    #w-nipx3ydd .image-background {
        width: 187.82031250000003px;
        height: 281.5105386416862px;
        top: 0px;
        left: 0px;
        background: center center/ cover no-repeat scroll content-box url(https://pub-97471fa082e94bf3bcc963fa69a7dd1d.r2.dev/dinh/last/LUX05023.jpg) border-box;
        --type: 0;
    }

    #w-nipx3ydd .image-background-compare {
        background: undefined;
        clip: rect(0, 93.5px, 280px, 0);
        --type: 0;
    }

    #w-419bvvpv {
        top: 647.5px;
        left: 213.49993896484375px;
        width: 187px;
        height: 280px;
    }

    #w-419bvvpv .image-block-css {
        border-color: rgba(229, 231, 235, 1);
        border-style: solid;
        border-width: 0px;
        position: absolute;
        z-index: null;
    }

    #w-419bvvpv .image-background {
        width: 186.84062500000002px;
        height: 280.0421545667447px;
        top: 0px;
        left: 0px;
        background: center center/ cover no-repeat content-box border-box url("https://pub-97471fa082e94bf3bcc963fa69a7dd1d.r2.dev/dinh/last/LUX05257.jpg");
        --type: 0;
    }

    #w-419bvvpv .image-background-compare {
        background: undefined;
        clip: rect(0, 93.5px, 280px, 0);
        --type: 0;
    }

    #w-wgahrpz2 {
        top: 937.5px;
        left: 16.013824462890625px;
        width: 187px;
        height: 280px;
    }

    #w-wgahrpz2 .image-block-css {
        border-color: rgba(229, 231, 235, 1);
        border-style: solid;
        border-width: 0px;
        position: absolute;
        z-index: null;
    }

    #w-wgahrpz2 .image-background {
        width: 186.82343749999998px;
        height: 280.0163934426229px;
        top: 0px;
        left: 0px;
        background: center center/ cover no-repeat content-box border-box url("https://pub-97471fa082e94bf3bcc963fa69a7dd1d.r2.dev/dinh/last/LUX05272%201.jpg");
        --type: 0;
    }

    #w-wgahrpz2 .image-background-compare {
        background: undefined;
        clip: rect(0, 93.5px, 280px, 0);
        --type: 0;
    }

    #w-b25110jf {
        top: 937.5px;
        left: 213.48605346679688px;
        width: 187px;
        height: 280px;
    }

    #w-b25110jf .image-block-css {
        border-color: rgba(229, 231, 235, 1);
        border-style: solid;
        border-width: 0px;
        position: absolute;
        z-index: null;
    }

    #w-b25110jf .image-background {
        width: 186.8390625px;
        height: 280.03981264637px;
        top: 0px;
        left: 0px;
        background: center center/ cover no-repeat content-box border-box url("https://pub-97471fa082e94bf3bcc963fa69a7dd1d.r2.dev/dinh/last/LUX05272.jpg");
        --type: 0;
    }

    #w-b25110jf .image-background-compare {
        background: undefined;
        clip: rect(0, 93.5px, 280px, 0);
        --type: 0;
    }

    #w-otuk5shf {
        top: 349.5px;
        left: 213.484375px;
        width: 187px;
        height: 280px;
    }

    #w-otuk5shf .image-block-css {
        border-color: rgba(229, 231, 235, 1);
        border-style: solid;
        border-width: 0px;
        position: absolute;
        z-index: null;
    }

    #w-otuk5shf .image-background {
        width: 186.84062500000002px;
        height: 280.0421545667447px;
        top: 0px;
        left: 0px;
        background: center center/ cover no-repeat content-box border-box url("https://pub-97471fa082e94bf3bcc963fa69a7dd1d.r2.dev/dinh/last/LUX05118.jpg");
        --type: 0;
    }

    #w-otuk5shf .image-background-compare {
        background: undefined;
        clip: rect(0, 93.5px, 280px, 0);
        --type: 0;
    }

    #w-zxnpsz1k {
        top: 0px;
        left: 0px;
        position: relative;
        width: 420px;
        height: 631px;
    }

    #w-zxnpsz1k .section-wrapper {
        opacity: 1;
    }

    #w-zxnpsz1k {
        margin-bottom: -1px;
    }

    #w-zxnpsz1k .section-background {
        background: #fff;
        --type: 0;
    }

    #w-tlcpmw3z {
        top: 0.01251220703125px;
        left: 0.01251220703125px;
        width: 420px;
        height: 630px;
    }

    #w-tlcpmw3z .image-block-css {
        border-color: rgba(229, 231, 235, 1);
        border-style: solid;
        border-width: 0px;
        position: absolute;
        z-index: null;
    }

    #w-tlcpmw3z .image-background {
        width: 473.6775671174765px;
        height: 709.9616931034776px;
        top: -27.961693103477614px;
        left: 0px;
        background: center center/ cover no-repeat scroll content-box url(https://pub-97471fa082e94bf3bcc963fa69a7dd1d.r2.dev/dinh/last/LUX05287.png) border-box;
        --type: 0;
    }

    #w-tlcpmw3z .image-background-compare {
        background: undefined;
        clip: rect(0, 210px, 630px, 0);
        --type: 0;
    }

    #w-qayyimzr {
        top: 1.0124969482421875px;
        left: 0px;
        width: 423px;
        height: 630px;
    }

    #w-qayyimzr .rectangle-css {
        border-color: rgba(0, 95, 188, 0.17);
        border-style: solid;
        background: rgba(255, 226, 249, 0.31);
        background-clip: padding-box;
    }

    #w-tpds7h8m {
        top: 419.49999618530273px;
        left: -7px;
        width: 434px;
        height: 141px;
    }

    #w-tpds7h8m .rectangle-css {
        border-color: rgba(229, 231, 235, 1);
        border-style: solid;
        background: rgba(255, 240, 252, 0.61);
        background-clip: padding-box;
    }

    #w-cs0sujoj {
        top: 404.49999618530273px;
        left: 20px;
        width: 379px;
        height: 148px;
    }

    #w-cs0sujoj .image-block-css {
        border-color: rgba(229, 231, 235, 1);
        border-style: solid;
        border-width: 0px;
        filter: contrast(0%) grayscale(43%) hue-rotate(0deg) invert(0%) saturate(0%) sepia(0%) opacity(100%) brightness(0%) blur(0px);
        position: absolute;
        z-index: null;
    }

    #w-cs0sujoj .image-background {
        width: 381.4490566037736px;
        height: 148px;
        top: 0px;
        left: 0px;
        background: center center/ cover no-repeat scroll content-box border-box url("https://pub-97471fa082e94bf3bcc963fa69a7dd1d.r2.dev/dinh/last/LUX05287.png");
        --type: 0;
    }

    #w-cs0sujoj .image-background-compare {
        background: undefined;
        clip: rect(0, 189.5px, 148px, 0);
        --type: 0;
    }

    #w-vtcoicaw {
        top: 489.99999618530273px;
        left: -19.5px;
        width: 459px;
        height: 57px;
    }

    #w-vtcoicaw .text-block {}

    #w-vtcoicaw .text-block-css {
        border-color: rgba(229, 231, 235, 1);
        border-style: solid;
        color: rgba(255, 255, 255, 1);
        filter: contrast(0%) grayscale(43%) hue-rotate(0deg) invert(0%) saturate(0%) sepia(0%) opacity(100%) brightness(0%) blur(0px);
        font-family: 'UTM-Azkia.ttf', sans-serif;
        font-size: 38px;
        text-align: center;
        --type: 0;
    }

    #w-beq0s2mj {
        top: 0px;
        left: 0px;
        position: relative;
        width: 420px;
        height: 47px;
    }

    #w-beq0s2mj .section-wrapper {
        opacity: 1;
    }

    #w-beq0s2mj {
        margin-bottom: -1px;
    }

    #w-beq0s2mj .section-background {
        background: #fff;
        --type: 0;
    }

    #w-4xsiny5e {
        top: -1px;
        left: -250px;
        width: 670px;
        height: 48px;
    }

    #w-2820odnb {
        top: 15.5px;
        left: 0px;
        width: 660px;
        height: 22.5px;
    }

    #w-2820odnb .text-block {}

    #w-2820odnb .text-block-css {
        -webkit-text-stroke: 0px rgba(0, 0, 0, 1);
        border-color: rgba(229, 231, 235, 1);
        border-style: solid;
        color: rgba(0, 0, 0, 1);
        font-size: 15px;
        text-align: end;
        --type: 0;
    }

    #w-eowhvd9u {
        top: 14px;
        left: 391px;
        width: 25px;
        height: 25px;
    }

    #w-eowhvd9u .rectangle-css {
        border-color: rgba(229, 231, 235, 1);
        border-style: solid;
        transform: translateZ(0);
        filter: contrast(100%) grayscale(0%) hue-rotate(0deg) invert(0%) saturate(100%) sepia(0%) opacity(100%) brightness(200%) blur(0px);
        background: center center/ contain no-repeat scroll content-box url(https://content.pancake.vn/1/be/ad/61/25/69ccff4bf9c533a8297ad940b8f871b8bc7057593d2ec6f7d9c9066b.png) border-box;
        background-clip: padding-box;
    }

    #w-4gf99ug0 {
        top: 5.5px;
        left: 346px;
        width: 42px;
        height: 42px;
    }

    #w-4gf99ug0 .rectangle-css {
        border-color: rgba(229, 231, 235, 1);
        border-style: solid;
        background: center center/ contain no-repeat scroll content-box border-box url("https://content.pancake.vn/1/s442x442/fwebp/36/b3/ec/ae/eb9548e74deddff898a48c5caa4791b84669476bafc00e5c1704e002-w:980-h:980-l:7525-t:image/webp.webp");
        background-clip: padding-box;
    }

    #w-4gf99ug0 .rectangle-css.fb {
        background: center center/ contain no-repeat scroll content-box border-box url("https://content.pancake.vn/1/s442x442/fpng/36/b3/ec/ae/eb9548e74deddff898a48c5caa4791b84669476bafc00e5c1704e002-w:980-h:980-l:7525-t:image/webp.webp");
        --type: 0;
    }

    #w-czz09vvp {
        top: 14px;
        left: 317px;
        width: 25px;
        height: 25px;
    }

    #w-czz09vvp .rectangle-css {
        border-color: rgba(229, 231, 235, 1);
        border-style: solid;
        transform: translateZ(0);
        filter: contrast(100%) grayscale(0%) hue-rotate(0deg) invert(0%) saturate(100%) sepia(0%) opacity(100%) brightness(100%) blur(0px);
        background: center center/ cover no-repeat content-box url("https://content.pancake.vn/1/08/3f/7a/e9/be9a053a77ec7cdb461246a62779525962247b7146d4dcccce9c1cfb.png") border-box;
        background-clip: padding-box;
    }

    #w-lnco291w {
        top: 0px;
        left: 244.5px;
        width: 423px;
        height: auto;
    }

    #w-lnco291w .line-container {
        border-color: rgba(0, 0, 0, 1);
        border-style: solid;
        border-width: 1px;

    }

    #w-d6koli1s {
        top: 1px;
        left: 242.5px;
        width: 427px;
        height: 46px;
    }

    #w-d6koli1s .rectangle-css {
        border-color: rgba(229, 231, 235, 1);
        border-radius: 6px;
        border-style: solid;
        background: rgba(80, 110, 228, 0);
        background-clip: padding-box;
    }

    #w-__popup_default__ {
        position: fixed;
        width: 400px;
        height: 520px;
    }

    #w-__popup_default__ .popup-background.fb {
        background: undefined
    }

    #w-__popup_default__::-webkit-scrollbar {
        display: none
    }

    #w-__popup_default__ .popup-background {
        background: center center/ cover no-repeat content-box url(https://pub-97471fa082e94bf3bcc963fa69a7dd1d.r2.dev/dinh/last/LUX05287.png);
    }

    #w-h4ptetbx {
        top: 341.9000015258789px;
        left: 0px;
        width: 400px;
        height: 129px;
    }

    #w-h4ptetbx .rectangle-css {
        border-color: rgba(229, 231, 235, 1);
        border-style: solid;
        background: rgba(0, 0, 0, 0.48);
        background-clip: padding-box;
    }

    #w-au0o7yap {
        top: 0px;
        left: 371px;
        z-index: 1;
        width: 29px;
        height: 29px;
    }

    #w-au0o7yap {
        box-shadow: undefined;
        filter: undefined;
    }

    #w-au0o7yap .rectangle-css {
        -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSdub25lJyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxMDAlJyBoZWlnaHQ9JzEwMCUnIHZpZXdCb3g9JzAgMCAyNCAyNCc+IDxwYXRoIGQ9J00xMy40NiwxMkwxOSwxNy41NFYxOUgxNy41NEwxMiwxMy40Nkw2LjQ2LDE5SDVWMTcuNTRMMTAuNTQsMTJMNSw2LjQ2VjVINi40NkwxMiwxMC41NEwxNy41NCw1SDE5VjYuNDZMMTMuNDYsMTJaJz48L3BhdGg+IDwvc3ZnPg==);
        border-color: #E5E7EB;
        border-style: solid;
        z-index: 1;
        background: rgb(212, 212, 212);
        background-clip: padding-box;
    }

    #w-ozbcmpug {
        top: 328px;
        left: 25.001220703125px;
        width: 350px;
        height: 136px;
    }

    #w-ozbcmpug .image-block-css {
        border-color: rgba(229, 231, 235, 1);
        border-style: solid;
        border-width: 0px;
        filter: contrast(0%) grayscale(43%) hue-rotate(0deg) invert(0%) saturate(0%) sepia(0%) opacity(100%) brightness(200%) blur(0px);
        position: absolute;
        z-index: null;
    }

    #w-ozbcmpug .image-background {
        width: 350.5207547169812px;
        height: 136px;
        top: 0px;
        left: 0px;
        background: center center/ cover no-repeat scroll content-box border-box url("https://pub-97471fa082e94bf3bcc963fa69a7dd1d.r2.dev/dinh/last/LUX05287.png");
        --type: 0;
    }

    #w-ozbcmpug .image-background-compare {
        background: undefined;
        clip: rect(0, 175px, 136px, 0);
        --type: 0;
    }

    #w-rq2l83gr {
        top: 406.40135192871094px;
        left: -11.50006103515625px;
        width: 423px;
        height: 57px;
    }

    #w-rq2l83gr .text-block {}

    #w-rq2l83gr .text-block-css {
        border-color: rgba(229, 231, 235, 1);
        border-style: solid;
        color: rgba(255, 255, 255, 1);
        filter: contrast(0%) grayscale(43%) hue-rotate(0deg) invert(0%) saturate(0%) sepia(0%) opacity(100%) brightness(200%) blur(0px);
        font-family: 'UTM-Azkia.ttf', sans-serif;
        font-size: 38px;
        text-align: center;
        --type: 0;
    }

    #w-0sltrr7z {
        position: fixed;
        width: 400px;
        height: 414px;
    }

    #w-0sltrr7z::-webkit-scrollbar {
        display: none
    }

    #w-0sltrr7z .popup-background {
        background: rgba(255, 226, 249, 1.000);
        border-color: #E5E7EB;
        border-style: solid;
    }

    #w-rnp0pnav {
        top: 35.5px;
        left: 27px;
        width: 346px;
        height: 351px;
    }

    #w-rnp0pnav .rectangle-css {
        border-color: #E5E7EB;
        border-style: solid;
        background: rgba(255, 255, 255, 1.000);
        background-clip: padding-box;
    }

    #w-xng5gu64 {
        top: 54px;
        left: 25px;
        width: 350px;
        height: 32.99715805053711px;
    }

    #w-xng5gu64 .text-block {}

    #w-xng5gu64 .text-block-css {
        border-color: rgba(229, 231, 235, 1);
        border-style: solid;
        color: rgba(52, 73, 94, 1);
        font-size: 22px;
        font-weight: bold;
        text-align: center;
        --type: 0;
    }

    #w-ysykddk8 {
        top: 6px;
        left: 373px;
        width: 20px;
        height: 20px;
    }

    #w-ysykddk8 {
        box-shadow: undefined;
        filter: undefined;
    }

    #w-ysykddk8 .rectangle-css {
        -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSdub25lJyAgd2lkdGg9JzE0JyBoZWlnaHQ9JzE0JyB2aWV3Qm94PScwIDAgMTQgMTQnIGZpbGw9J25vbmUnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PHBhdGggZD0nTTEyLjU5IDBMNyA1LjU5TDEuNDEgMEwwIDEuNDFMNS41OSA3TDAgMTIuNTlMMS40MSAxNEw3IDguNDFMMTIuNTkgMTRMMTQgMTIuNTlMOC40MSA3TDE0IDEuNDFMMTIuNTkgMFonIGZpbGw9JyMyRTNBNTknLz48L3N2Zz4=);
        border-color: #E5E7EB;
        border-style: solid;
        background: rgba(255, 255, 255, 1.000);
        background-clip: padding-box;
    }

    #w-3jnfqzjo {
        top: 105px;
        left: 46.5px;
        width: 307px;
        height: 246px;
    }

    #w-3jnfqzjo form {
        border-radius: 0px;
        color: rgba(139, 139, 139, 1);
        font-size: 13px;
    }

    #w-3jnfqzjo {}

    #w-w5tc450z {
        top: 0px;
        left: 0px;
        width: 307px;
        height: 40px;
    }

    #w-w5tc450z .input-css {
        border-color: rgba(52, 73, 94, 1);
        border-radius: 0px;
        border-style: solid;
        border-width: 1px;
        color: rgba(139, 139, 139, 1);
    }

    #w-w5tc450z input {
        background: #fff;
        color: rgba(139, 139, 139, 1);
    }

    #w-3trwd0nd {
        top: 206px;
        left: 69.5px;
        width: 168px;
        height: 40px;
    }

    #w-3trwd0nd .button-css {
        border-color: #E5E7EB;
        border-radius: 0px;
        border-style: solid;
        color: rgba(255, 255, 255, 1);
        filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
        font-size: 14px;
        font-weight: bold;
        text-transform: uppercase;
        background: rgba(193, 190, 184, 1);
        --type: 0;
    }

    #w-oi804lp9 {
        top: 53px;
        left: 0px;
        width: 307px;
        height: 40px;
    }

    #w-oi804lp9 .input-css {
        border-color: rgba(52, 73, 94, 1);
        border-radius: 0px;
        border-style: solid;
        border-width: 1px;
        color: rgba(139, 139, 139, 1);
    }

    #w-oi804lp9 input {
        background: rgba(255, 255, 255, 1);
        color: rgba(139, 139, 139, 1);
    }

    #w-r1dfl434 {
        top: 106px;
        left: 0px;
        width: 307px;
        height: 40px;
    }

    #w-r1dfl434 .input-css {
        border-color: rgba(52, 73, 94, 1);
        border-radius: 0px;
        border-style: solid;
        border-width: 1px;
        color: rgba(139, 139, 139, 1);
    }

    #w-r1dfl434 input {
        background: rgba(255, 255, 255, 1);
        color: rgba(139, 139, 139, 1);
    }

    #w-mv5o3abu {
        top: 156px;
        left: 0px;
        width: 307px;
        height: 40px;
    }

    #w-mv5o3abu .select-css {
        border-color: rgba(52, 73, 94, 1);
        border-radius: 0px;
        border-style: solid;
        border-width: 1px;
        color: rgba(139, 139, 139, 1);
    }

    #w-mv5o3abu select {
        background: rgba(255, 255, 255, 1);
        color: rgba(139, 139, 139, 1);
    }

    #w-mv5o3abu .chevron .icon {
        color: rgba(139, 139, 139, 1);
    }

    #w-k26j9mq9 {
        position: fixed;
        width: 400px;
        height: 414px;
    }

    #w-k26j9mq9::-webkit-scrollbar {
        display: none
    }

    #w-k26j9mq9 .popup-background {
        background: rgba(255, 226, 249, 1.000);
        border-color: #E5E7EB;
        border-style: solid;
    }

    #w-7ry3k54p {
        top: 35.5px;
        left: 27px;
        width: 346px;
        height: 351px;
    }

    #w-7ry3k54p .rectangle-css {
        border-color: #E5E7EB;
        border-style: solid;
        background: rgba(255, 255, 255, 1.000);
        background-clip: padding-box;
    }

    #w-r1uwjxz1 {
        top: 54px;
        left: 25px;
        width: 350px;
        height: 32.99715805053711px;
    }

    #w-r1uwjxz1 .text-block {}

    #w-r1uwjxz1 .text-block-css {
        border-color: rgba(229, 231, 235, 1);
        border-style: solid;
        color: rgba(52, 73, 94, 1);
        font-size: 22px;
        font-weight: bold;
        text-align: center;
        --type: 0;
    }

    #w-8hk22ctd {
        top: 6px;
        left: 373px;
        width: 20px;
        height: 20px;
    }

    #w-8hk22ctd {
        box-shadow: undefined;
        filter: undefined;
    }

    #w-8hk22ctd .rectangle-css {
        -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSdub25lJyAgd2lkdGg9JzE0JyBoZWlnaHQ9JzE0JyB2aWV3Qm94PScwIDAgMTQgMTQnIGZpbGw9J25vbmUnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PHBhdGggZD0nTTEyLjU5IDBMNyA1LjU5TDEuNDEgMEwwIDEuNDFMNS41OSA3TDAgMTIuNTlMMS40MSAxNEw3IDguNDFMMTIuNTkgMTRMMTQgMTIuNTlMOC40MSA3TDE0IDEuNDFMMTIuNTkgMFonIGZpbGw9JyMyRTNBNTknLz48L3N2Zz4=);
        border-color: #E5E7EB;
        border-style: solid;
        background: rgba(255, 255, 255, 1.000);
        background-clip: padding-box;
    }

    #w-128h8lqw {
        top: 105px;
        left: 46.5px;
        width: 307px;
        height: 246px;
    }

    #w-128h8lqw form {
        border-radius: 0px;
        color: rgba(139, 139, 139, 1);
        font-size: 13px;
    }

    #w-128h8lqw {}

    #w-bwvksnai {
        top: 0px;
        left: 0px;
        width: 307px;
        height: 40px;
    }

    #w-bwvksnai .input-css {
        border-color: rgba(52, 73, 94, 1);
        border-radius: 0px;
        border-style: solid;
        border-width: 1px;
        color: rgba(139, 139, 139, 1);
    }

    #w-bwvksnai input {
        background: #fff;
        color: rgba(139, 139, 139, 1);
    }

    #w-z63ywcpv {
        top: 206px;
        left: 69.5px;
        width: 168px;
        height: 40px;
    }

    #w-z63ywcpv .button-css {
        border-color: #E5E7EB;
        border-radius: 0px;
        border-style: solid;
        color: rgba(255, 255, 255, 1);
        filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
        font-size: 14px;
        font-weight: bold;
        text-transform: uppercase;
        background: rgba(193, 190, 184, 1);
        --type: 0;
    }

    #w-7ylg1pf9 {
        top: 53px;
        left: 0px;
        width: 307px;
        height: 40px;
    }

    #w-7ylg1pf9 .input-css {
        border-color: rgba(52, 73, 94, 1);
        border-radius: 0px;
        border-style: solid;
        border-width: 1px;
        color: rgba(139, 139, 139, 1);
    }

    #w-7ylg1pf9 input {
        background: rgba(255, 255, 255, 1);
        color: rgba(139, 139, 139, 1);
    }

    #w-qzl6kps9 {
        top: 106px;
        left: 0px;
        width: 307px;
        height: 40px;
    }

    #w-qzl6kps9 .input-css {
        border-color: rgba(52, 73, 94, 1);
        border-radius: 0px;
        border-style: solid;
        border-width: 1px;
        color: rgba(139, 139, 139, 1);
    }

    #w-qzl6kps9 input {
        background: rgba(255, 255, 255, 1);
        color: rgba(139, 139, 139, 1);
    }

    #w-7yjbexsd {
        top: 156px;
        left: 0px;
        width: 307px;
        height: 40px;
    }

    #w-7yjbexsd .select-css {
        border-color: rgba(52, 73, 94, 1);
        border-radius: 0px;
        border-style: solid;
        border-width: 1px;
        color: rgba(139, 139, 139, 1);
    }

    #w-7yjbexsd select {
        background: rgba(255, 255, 255, 1);
        color: rgba(139, 139, 139, 1);
    }

    #w-7yjbexsd .chevron .icon {
        color: rgba(139, 139, 139, 1);
    }

    #w-k2tw31xv {
        position: fixed;
        width: 400px;
        height: 381px;
    }

    #w-k2tw31xv::-webkit-scrollbar {
        display: none
    }

    #w-k2tw31xv .popup-background {
        background: rgba(255, 255, 255, 1);
        border-color: rgba(229, 231, 235, 1);
        border-style: solid;
    }

    #w-bka3ki7v {
        top: 87.36363220214844px;
        left: 85px;
        width: 230px;
        height: 227px;
    }

    #w-bka3ki7v .rectangle-css {
        border-color: rgba(229, 231, 235, 1);
        border-style: solid;
        background: rgba(255, 226, 249, 1.000);
        background-clip: padding-box;
    }

    #w-6i9km6jb {
        top: 0px;
        left: 371px;
        z-index: 1;
        width: 29px;
        height: 29px;
    }

    #w-6i9km6jb {
        box-shadow: undefined;
        filter: undefined;
    }

    #w-6i9km6jb .rectangle-css {
        -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSdub25lJyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxMDAlJyBoZWlnaHQ9JzEwMCUnIHZpZXdCb3g9JzAgMCAyNCAyNCc+IDxwYXRoIGQ9J00xMy40NiwxMkwxOSwxNy41NFYxOUgxNy41NEwxMiwxMy40Nkw2LjQ2LDE5SDVWMTcuNTRMMTAuNTQsMTJMNSw2LjQ2VjVINi40NkwxMiwxMC41NEwxNy41NCw1SDE5VjYuNDZMMTMuNDYsMTJaJz48L3BhdGg+IDwvc3ZnPg==);
        border-color: #E5E7EB;
        border-style: solid;
        z-index: 1;
        background: rgb(212, 212, 212);
        background-clip: padding-box;
    }

    #w-5dpc0ulf {
        top: 14.5px;
        left: 25.5px;
        width: 349px;
        height: 59.999996185302734px;
    }

    #w-5dpc0ulf .text-block {}

    #w-5dpc0ulf .text-block-css {
        -webkit-text-stroke: 0px rgba(0, 0, 0, 1);
        border-color: rgba(229, 231, 235, 1);
        border-style: solid;
        color: rgba(0, 0, 0, 1);
        font-family: 'Ephesis', sans-serif;
        font-size: 40px;
        font-weight: bold;
        text-align: center;
        --type: 0;
    }

    #w-w0d0fati {
        top: 102.00001525878906px;
        left: 101px;
        width: 200px;
        height: 198px;
    }

    #w-w0d0fati .image-block-css {
        border-color: rgba(229, 231, 235, 1);
        border-style: solid;
        border-width: 0px;
        position: absolute;
        z-index: null;
    }

    #w-w0d0fati .image-background {
        width: 377.40000000000003px;
        height: 816px;
        top: -175px;
        left: -87.30952380952384px;
        background: center center/ cover no-repeat scroll content-box border-box url("https://pub-97471fa082e94bf3bcc963fa69a7dd1d.r2.dev/dinh/f2a43ee7-44bc-4267-bcc7-b978e803eb28.jpeg");
        --type: 0;
    }

    #w-w0d0fati .image-background-compare {
        background: undefined;
        clip: rect(0, 100px, 198px, 0);
        --type: 0;
    }

    #w-kr0bf9md {
        top: 323.00001525878906px;
        left: 22px;
        width: 356px;
        height: 50.99431610107422px;
    }

    #w-kr0bf9md .text-block {}

    #w-kr0bf9md .text-block-css {
        border-color: rgba(229, 231, 235, 1);
        border-style: solid;
        font-family: 'Arial', sans-serif;
        font-size: 17px;
        font-weight: bold;
        text-align: center;
        --type: 0;
    }

    #w-o13alsbb {
        position: fixed;
        width: 400px;
        height: 381px;
    }

    #w-o13alsbb::-webkit-scrollbar {
        display: none
    }

    #w-o13alsbb .popup-background {
        background: rgba(255, 255, 255, 1);
        border-color: rgba(229, 231, 235, 1);
        border-style: solid;
    }

    #w-7klcndcw {
        top: 87.36363220214844px;
        left: 85px;
        width: 230px;
        height: 227px;
    }

    #w-7klcndcw .rectangle-css {
        border-color: rgba(229, 231, 235, 1);
        border-style: solid;
        background: rgba(255, 226, 249, 1.000);
        background-clip: padding-box;
    }

    #w-l0kcog6l {
        top: 0px;
        left: 371px;
        z-index: 1;
        width: 29px;
        height: 29px;
    }

    #w-l0kcog6l {
        box-shadow: undefined;
        filter: undefined;
    }

    #w-l0kcog6l .rectangle-css {
        -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSdub25lJyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxMDAlJyBoZWlnaHQ9JzEwMCUnIHZpZXdCb3g9JzAgMCAyNCAyNCc+IDxwYXRoIGQ9J00xMy40NiwxMkwxOSwxNy41NFYxOUgxNy41NEwxMiwxMy40Nkw2LjQ2LDE5SDVWMTcuNTRMMTAuNTQsMTJMNSw2LjQ2VjVINi40NkwxMiwxMC41NEwxNy41NCw1SDE5VjYuNDZMMTMuNDYsMTJaJz48L3BhdGg+IDwvc3ZnPg==);
        border-color: #E5E7EB;
        border-style: solid;
        z-index: 1;
        background: rgb(212, 212, 212);
        background-clip: padding-box;
    }

    #w-zuij8vdx {
        top: 14.5px;
        left: 25.5px;
        width: 349px;
        height: 59.999996185302734px;
    }

    #w-zuij8vdx .text-block {}

    #w-zuij8vdx .text-block-css {
        -webkit-text-stroke: 0px rgba(0, 0, 0, 1);
        border-color: rgba(229, 231, 235, 1);
        border-style: solid;
        color: rgba(0, 0, 0, 1);
        font-family: 'Ephesis', sans-serif;
        font-size: 40px;
        font-weight: bold;
        text-align: center;
        --type: 0;
    }

    #w-fe4z5u85 {
        top: 102.00001525878906px;
        left: 101px;
        width: 200px;
        height: 198px;
    }

    #w-fe4z5u85 .image-block-css {
        border-color: rgba(229, 231, 235, 1);
        border-style: solid;
        border-width: 0px;
        position: absolute;
        z-index: null;
    }

    #w-fe4z5u85 .image-background {
        width: 499.14148351648345px;
        height: 969px;
        top: -345px;
        left: -148.30952380952385px;
        background: center center/ cover no-repeat scroll content-box border-box url("https://content.pancake.vn/1/s999x1940/fwebp/3d/d5/cf/bc/deb68a9e8cdd9924e2b9736c11771f471a26a466281ac99f7b247533-w:1125-h:2184-l:132629-t:image/jpeg.jpg");
        --type: 0;
    }

    #w-fe4z5u85 .image-background-compare {
        background: undefined;
        clip: rect(0, 100px, 198px, 0);
        --type: 0;
    }

    #w-wnoqvxg4 {
        top: 323.00001525878906px;
        left: 22px;
        width: 356px;
        height: 50.99431610107422px;
    }

    #w-wnoqvxg4 .text-block {}

    #w-wnoqvxg4 .text-block-css {
        border-color: rgba(229, 231, 235, 1);
        border-style: solid;
        font-family: 'Arial', sans-serif;
        font-size: 17px;
        font-weight: bold;
        text-align: center;
        --type: 0;
    }

    .-popup-checkout .-close,
    .-zoom .-close {
        width: 22px;
        height: 22px;
    }

    .-checkout-gallery .gallery-view-item {
        background-size: cover !important;
    }

    #w-bg1p4pqv.animation {
        transform: perspective(1000px);
    }

    #w-bg1p4pqv.animation .image-block-css {
        animation-name: slideInRight;
        -webkit-animation-name: slideInRight;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
        animation-duration: 8s;
        -webkit-animation-duration: 8s;
    }

    #w-qj4x3hhd.animation {
        transform: perspective(1000px);
    }

    #w-qj4x3hhd.animation .image-block-css {
        animation-name: slideInRight;
        -webkit-animation-name: slideInRight;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
        animation-duration: 8s;
        -webkit-animation-duration: 8s;
    }

    #w-4eszafr3.animation {
        transform: perspective(1000px);
    }

    #w-4eszafr3.animation .text-block-css {
        animation-name: fadeInDown;
        -webkit-animation-name: fadeInDown;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
        animation-duration: 4s;
        -webkit-animation-duration: 4s;
    }

    #w-0xh0oy90.animation {
        transform: perspective(1000px);
    }

    #w-0xh0oy90.animation .text-block-css {
        animation-name: fadeInLeft;
        -webkit-animation-name: fadeInLeft;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
        animation-duration: 3s;
        -webkit-animation-duration: 3s;
    }

    #w-ghhtb2oq.animation {
        transform: perspective(1000px);
    }

    #w-ghhtb2oq.animation .text-block-css {
        animation-name: fadeIn;
        -webkit-animation-name: fadeIn;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
    }

    #w-vrj5ae9z.animation {
        transform: perspective(1000px);
    }

    #w-vrj5ae9z.animation .text-block-css {
        animation-name: fadeInRight;
        -webkit-animation-name: fadeInRight;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
        animation-duration: 3s;
        -webkit-animation-duration: 3s;
    }

    #w-ro447tq1.animation {
        transform: perspective(1000px);
    }

    #w-ro447tq1.animation .text-block-css {
        animation-name: fadeInDown;
        -webkit-animation-name: fadeInDown;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
        animation-duration: 3s;
        -webkit-animation-duration: 3s;
    }

    #w-2obwzmyh.animation {
        transform: perspective(1000px);
    }

    #w-2obwzmyh.animation .image-block-css {
        animation-name: fadeInLeft;
        -webkit-animation-name: fadeInLeft;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
        animation-duration: 3s;
        -webkit-animation-duration: 3s;
    }

    #w-vys4bn3n.animation {
        transform: perspective(1000px);
    }

    #w-vys4bn3n.animation .image-block-css {
        animation-name: fadeInRight;
        -webkit-animation-name: fadeInRight;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
        animation-duration: 3s;
        -webkit-animation-duration: 3s;
    }

    #w-oqr20liw.animation {
        transform: perspective(1000px);
    }

    #w-oqr20liw.animation .text-block-css {
        animation-name: fadeInDown;
        -webkit-animation-name: fadeInDown;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
        animation-duration: 3s;
        -webkit-animation-duration: 3s;
    }

    #w-6ai6or66.animation {
        transform: perspective(1000px);
    }

    #w-6ai6or66.animation .text-block-css {
        animation-name: fadeInUp;
        -webkit-animation-name: fadeInUp;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
        animation-duration: 3s;
        -webkit-animation-duration: 3s;
    }

    #w-2elerqc2.animation {
        transform: perspective(1000px);
    }

    #w-2elerqc2.animation .text-block-css {
        animation-name: fadeInUp;
        -webkit-animation-name: fadeInUp;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
        animation-duration: 3s;
        -webkit-animation-duration: 3s;
    }

    #w-uwl755j6.animation {
        transform: perspective(1000px);
    }

    #w-uwl755j6.animation .text-block-css {
        animation-name: fadeInRight;
        -webkit-animation-name: fadeInRight;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
        animation-duration: 3s;
        -webkit-animation-duration: 3s;
    }

    #w-jt606eew.animation {
        transform: perspective(1000px);
    }

    #w-jt606eew.animation .text-block-css {
        animation-name: fadeInLeft;
        -webkit-animation-name: fadeInLeft;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
        animation-duration: 3s;
        -webkit-animation-duration: 3s;
    }

    #w-2g81k7ss.animation {
        transform: perspective(1000px);
    }

    #w-2g81k7ss.animation .text-block-css {
        animation-name: fadeInRight;
        -webkit-animation-name: fadeInRight;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
        animation-duration: 3s;
        -webkit-animation-duration: 3s;
    }

    #w-g78kvlxw.animation {
        transform: perspective(1000px);
    }

    #w-g78kvlxw.animation .text-block-css {
        animation-name: fadeInLeft;
        -webkit-animation-name: fadeInLeft;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
        animation-duration: 3s;
        -webkit-animation-duration: 3s;
    }

    #w-msqkius0.animation {
        transform: perspective(1000px);
    }

    #w-msqkius0.animation .image-block-css {
        animation-name: fadeInLeft;
        -webkit-animation-name: fadeInLeft;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
        animation-duration: 3s;
        -webkit-animation-duration: 3s;
    }

    #w-e9ivazxb.animation {
        transform: perspective(1000px);
    }

    #w-e9ivazxb.animation .image-block-css {
        animation-name: fadeIn;
        -webkit-animation-name: fadeIn;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
        animation-duration: 2s;
        -webkit-animation-duration: 2s;
    }

    #w-phpdvnlp.animation {
        transform: perspective(1000px);
    }

    #w-phpdvnlp.animation .image-block-css {
        animation-name: fadeInRight;
        -webkit-animation-name: fadeInRight;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
        animation-duration: 3s;
        -webkit-animation-duration: 3s;
    }

    #w-st6u3bam.animation {
        transform: perspective(1000px);
    }

    #w-st6u3bam.animation .text-block-css {
        animation-name: fadeIn;
        -webkit-animation-name: fadeIn;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
        animation-duration: 2s;
        -webkit-animation-duration: 2s;
    }

    #w-esf8zazr.animation {
        transform: perspective(1000px);
    }

    #w-esf8zazr.animation .text-block-css {
        animation-name: fadeInUp;
        -webkit-animation-name: fadeInUp;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
        animation-duration: 2s;
        -webkit-animation-duration: 2s;
    }

    #w-dkfhiexu.animation {
        transform: perspective(1000px);
    }

    #w-dkfhiexu.animation .text-block-css {
        animation-name: fadeInUp;
        -webkit-animation-name: fadeInUp;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
        animation-duration: 2s;
        -webkit-animation-duration: 2s;
    }

    #w-zwqqro52.animation {
        transform: perspective(1000px);
    }

    #w-zwqqro52.animation .button-css {
        animation-name: zoomIn;
        -webkit-animation-name: zoomIn;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
        animation-duration: 3s;
        -webkit-animation-duration: 3s;
    }

    #w-0i230mok.animation {
        transform: perspective(1000px);
    }

    #w-0i230mok.animation .text-block-css {
        animation-name: zoomIn;
        -webkit-animation-name: zoomIn;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
        animation-duration: 2s;
        -webkit-animation-duration: 2s;
    }

    #w-ym4nqcl4.animation {
        transform: perspective(1000px);
    }

    #w-ym4nqcl4.animation .button-css {
        animation-name: zoomIn;
        -webkit-animation-name: zoomIn;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
        animation-duration: 3s;
        -webkit-animation-duration: 3s;
    }

    #w-0c362gdd.animation {
        transform: perspective(1000px);
    }

    #w-0c362gdd.animation .line-css {
        animation-name: fadeIn;
        -webkit-animation-name: fadeIn;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
    }

    #w-cz8vcelk.animation {
        transform: perspective(1000px);
    }

    #w-cz8vcelk.animation .text-block-css {
        animation-name: zoomIn;
        -webkit-animation-name: zoomIn;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
        animation-duration: 2s;
        -webkit-animation-duration: 2s;
    }

    #w-xule1twx.animation {
        transform: perspective(1000px);
    }

    #w-xule1twx.animation .text-block-css {
        animation-name: slideInUp;
        -webkit-animation-name: slideInUp;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
        animation-duration: 3s;
        -webkit-animation-duration: 3s;
    }

    #w-h14zr5xp.animation {
        transform: perspective(1000px);
    }

    #w-h14zr5xp.animation .text-block-css {
        animation-name: zoomIn;
        -webkit-animation-name: zoomIn;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
        animation-duration: 2s;
        -webkit-animation-duration: 2s;
    }

    #w-ql33onnn.animation {
        transform: perspective(1000px);
    }

    #w-ql33onnn.animation .button-css {
        animation-name: zoomIn;
        -webkit-animation-name: zoomIn;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
        animation-duration: 3s;
        -webkit-animation-duration: 3s;
    }

    #w-halgaen0.animation {
        transform: perspective(1000px);
    }

    #w-halgaen0.animation .text-block-css {
        animation-name: fadeIn;
        -webkit-animation-name: fadeIn;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
        animation-duration: 2s;
        -webkit-animation-duration: 2s;
    }

    #w-uph7paw9.animation {
        transform: perspective(1000px);
    }

    #w-uph7paw9.animation .text-block-css {
        animation-name: fadeInUp;
        -webkit-animation-name: fadeInUp;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
        animation-duration: 2s;
        -webkit-animation-duration: 2s;
    }

    #w-y41ehowh.animation {
        transform: perspective(1000px);
    }

    #w-y41ehowh.animation .text-block-css {
        animation-name: fadeInUp;
        -webkit-animation-name: fadeInUp;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
        animation-duration: 2s;
        -webkit-animation-duration: 2s;
    }

    #w-zfl7fw4v.animation {
        transform: perspective(1000px);
    }

    #w-zfl7fw4v.animation .button-css {
        animation-name: zoomIn;
        -webkit-animation-name: zoomIn;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
        animation-duration: 3s;
        -webkit-animation-duration: 3s;
    }

    #w-3gsprm7x.animation {
        transform: perspective(1000px);
    }

    #w-3gsprm7x.animation .text-block-css {
        animation-name: zoomIn;
        -webkit-animation-name: zoomIn;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
        animation-duration: 2s;
        -webkit-animation-duration: 2s;
    }

    #w-s23vzj6a.animation {
        transform: perspective(1000px);
    }

    #w-s23vzj6a.animation .text-block-css {
        animation-name: zoomIn;
        -webkit-animation-name: zoomIn;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
        animation-duration: 2s;
        -webkit-animation-duration: 2s;
    }

    #w-urk8lko7.animation {
        transform: perspective(1000px);
    }

    #w-urk8lko7.animation .text-block-css {
        animation-name: fadeInUp;
        -webkit-animation-name: fadeInUp;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
        animation-duration: 2s;
        -webkit-animation-duration: 2s;
    }

    #w-vr9dyy6q.animation {
        transform: perspective(1000px);
    }

    #w-vr9dyy6q.animation .text-block-css {
        animation-name: fadeInLeft;
        -webkit-animation-name: fadeInLeft;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
        animation-duration: 2s;
        -webkit-animation-duration: 2s;
    }

    #w-xzuoaykg.animation {
        transform: perspective(1000px);
    }

    #w-xzuoaykg.animation .text-block-css {
        animation-name: fadeInRight;
        -webkit-animation-name: fadeInRight;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
        animation-duration: 2s;
        -webkit-animation-duration: 2s;
    }

    #w-z4fcv8d8.animation {
        transform: perspective(1000px);
    }

    #w-z4fcv8d8.animation .text-block-css {
        animation-name: zoomIn;
        -webkit-animation-name: zoomIn;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
        animation-duration: 2s;
        -webkit-animation-duration: 2s;
    }

    #w-drsgl353.animation {
        transform: perspective(1000px);
    }

    #w-drsgl353.animation .line-css {
        animation-name: fadeIn;
        -webkit-animation-name: fadeIn;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
        animation-duration: 2s;
        -webkit-animation-duration: 2s;
    }

    #w-tmjdryrq.animation {
        transform: perspective(1000px);
    }

    #w-tmjdryrq.animation .line-css {
        animation-name: fadeIn;
        -webkit-animation-name: fadeIn;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
        animation-duration: 2s;
        -webkit-animation-duration: 2s;
    }

    #w-rqijl6qj.animation {
        transform: perspective(1000px);
    }

    #w-rqijl6qj.animation .text-block-css {
        animation-name: fadeInUp;
        -webkit-animation-name: fadeInUp;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
        animation-duration: 2s;
        -webkit-animation-duration: 2s;
    }

    #w-uacjsfhz.animation {
        transform: perspective(1000px);
    }

    #w-uacjsfhz.animation .text-block-css {
        animation-name: zoomIn;
        -webkit-animation-name: zoomIn;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
        animation-duration: 2s;
        -webkit-animation-duration: 2s;
    }

    #w-4we8afi3.animation {
        transform: perspective(1000px);
    }

    #w-4we8afi3.animation .text-block-css {
        animation-name: fadeInDown;
        -webkit-animation-name: fadeInDown;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
        animation-duration: 2s;
        -webkit-animation-duration: 2s;
    }

    #w-evmoeltj.animation {
        transform: perspective(1000px);
    }

    #w-evmoeltj.animation .text-block-css {
        animation-name: fadeInUp;
        -webkit-animation-name: fadeInUp;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
        animation-duration: 2s;
        -webkit-animation-duration: 2s;
    }

    #w-ssfikcz9.animation {
        transform: perspective(1000px);
    }

    #w-ssfikcz9.animation .text-block-css {
        animation-name: fadeInLeft;
        -webkit-animation-name: fadeInLeft;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
        animation-duration: 2s;
        -webkit-animation-duration: 2s;
    }

    #w-9xfcrfpl.animation {
        transform: perspective(1000px);
    }

    #w-9xfcrfpl.animation .text-block-css {
        animation-name: fadeInRight;
        -webkit-animation-name: fadeInRight;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
        animation-duration: 2s;
        -webkit-animation-duration: 2s;
    }

    #w-t4oxy76p.animation {
        transform: perspective(1000px);
    }

    #w-t4oxy76p.animation .text-block-css {
        animation-name: zoomIn;
        -webkit-animation-name: zoomIn;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
        animation-duration: 2s;
        -webkit-animation-duration: 2s;
    }

    #w-jsbmnkct.animation {
        transform: perspective(1000px);
    }

    #w-jsbmnkct.animation .line-css {
        animation-name: fadeIn;
        -webkit-animation-name: fadeIn;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
        animation-duration: 2s;
        -webkit-animation-duration: 2s;
    }

    #w-166foa9y.animation {
        transform: perspective(1000px);
    }

    #w-166foa9y.animation .line-css {
        animation-name: fadeIn;
        -webkit-animation-name: fadeIn;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
        animation-duration: 2s;
        -webkit-animation-duration: 2s;
    }

    #w-7qtmfwng.animation {
        transform: perspective(1000px);
    }

    #w-7qtmfwng.animation .text-block-css {
        animation-name: fadeInUp;
        -webkit-animation-name: fadeInUp;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
        animation-duration: 2s;
        -webkit-animation-duration: 2s;
    }

    #w-rs2umsyi.animation {
        transform: perspective(1000px);
    }

    #w-rs2umsyi.animation .text-block-css {
        animation-name: zoomIn;
        -webkit-animation-name: zoomIn;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
        animation-duration: 2s;
        -webkit-animation-duration: 2s;
    }

    #w-twnejz89.animation {
        transform: perspective(1000px);
    }

    #w-twnejz89.animation .text-block-css {
        animation-name: fadeInDown;
        -webkit-animation-name: fadeInDown;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
        animation-duration: 2s;
        -webkit-animation-duration: 2s;
    }

    #w-a0rvity2.animation {
        transform: perspective(1000px);
    }

    #w-a0rvity2.animation .image-block-css {
        animation-name: pulse;
        -webkit-animation-name: pulse;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
        animation-duration: 6s;
        -webkit-animation-duration: 6s;
    }

    #w-w2zlnhqe.animation {
        transform: perspective(1000px);
    }

    #w-w2zlnhqe.animation .image-block-css {
        animation-name: flash;
        -webkit-animation-name: flash;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-iteration-count: infinite;
        -webkit-animation-iteration-count: infinite;
        animation-duration: 4s;
        -webkit-animation-duration: 4s;
    }

    #w-jh2ougwh.animation {
        transform: perspective(1000px);
    }

    #w-jh2ougwh.animation .image-block-css {
        animation-name: flash;
        -webkit-animation-name: flash;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-iteration-count: infinite;
        -webkit-animation-iteration-count: infinite;
        animation-duration: 4s;
        -webkit-animation-duration: 4s;
    }

    #w-qxq56x07.animation {
        transform: perspective(1000px);
    }

    #w-qxq56x07.animation .image-block-css {
        animation-name: fadeIn;
        -webkit-animation-name: fadeIn;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
        animation-duration: 4s;
        -webkit-animation-duration: 4s;
    }

    #w-q2oaxs8v.animation {
        transform: perspective(1000px);
    }

    #w-q2oaxs8v.animation .text-block-css {
        animation-name: fadeInDown;
        -webkit-animation-name: fadeInDown;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
        animation-duration: 4s;
        -webkit-animation-duration: 4s;
    }

    #w-kawomyne.animation {
        transform: perspective(1000px);
    }

    #w-kawomyne.animation .text-block-css {
        animation-name: fadeInDown;
        -webkit-animation-name: fadeInDown;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
        animation-duration: 4s;
        -webkit-animation-duration: 4s;
    }

    #w-q4s3yhca.animation {
        transform: perspective(1000px);
    }

    #w-q4s3yhca.animation .text-block-css {
        animation-name: fadeInDown;
        -webkit-animation-name: fadeInDown;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
        animation-duration: 4s;
        -webkit-animation-duration: 4s;
    }

    #w-j0cdgjys.animation {
        transform: perspective(1000px);
    }

    #w-j0cdgjys.animation .button-css {
        animation-name: pulse;
        -webkit-animation-name: pulse;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
        animation-duration: 4s;
        -webkit-animation-duration: 4s;
    }

    #w-pt1xbstk.animation {
        transform: perspective(1000px);
    }

    #w-pt1xbstk.animation .button-css {
        animation-name: pulse;
        -webkit-animation-name: pulse;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
        animation-duration: 4s;
        -webkit-animation-duration: 4s;
    }

    #w-1ijzl9py.animation {
        transform: perspective(1000px);
    }

    #w-1ijzl9py.animation .text-block-css {
        animation-name: fadeInDown;
        -webkit-animation-name: fadeInDown;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
        animation-duration: 4s;
        -webkit-animation-duration: 4s;
    }

    #w-35tzhaay.animation {
        transform: perspective(1000px);
    }

    #w-35tzhaay.animation .text-block-css {
        animation-name: fadeInDown;
        -webkit-animation-name: fadeInDown;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
        animation-duration: 4s;
        -webkit-animation-duration: 4s;
    }

    #w-27gsokt8.animation {
        transform: perspective(1000px);
    }

    #w-27gsokt8.animation .text-block-css {
        animation-name: fadeInDown;
        -webkit-animation-name: fadeInDown;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
        animation-duration: 4s;
        -webkit-animation-duration: 4s;
    }

    #w-4yvcq77x.animation {
        transform: perspective(1000px);
    }

    #w-4yvcq77x.animation .text-block-css {
        animation-name: zoomIn;
        -webkit-animation-name: zoomIn;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
        animation-duration: 2s;
        -webkit-animation-duration: 2s;
    }

    #w-fnbff4h8.animation {
        transform: perspective(1000px);
    }

    #w-fnbff4h8.animation .image-block-css {
        animation-name: fadeIn;
        -webkit-animation-name: fadeIn;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
        animation-duration: 4s;
        -webkit-animation-duration: 4s;
    }

    #w-wg2v6szx.animation {
        transform: perspective(1000px);
    }

    #w-wg2v6szx.animation .text-block-css {
        animation-name: zoomIn;
        -webkit-animation-name: zoomIn;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
        animation-duration: 2s;
        -webkit-animation-duration: 2s;
    }

    #w-8g8oqkog.animation {
        transform: perspective(1000px);
    }

    #w-8g8oqkog.animation .image-block-css {
        animation-name: fadeInUp;
        -webkit-animation-name: fadeInUp;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
        animation-duration: 3s;
        -webkit-animation-duration: 3s;
    }

    #w-j4yxjpj5.animation {
        transform: perspective(1000px);
    }

    #w-j4yxjpj5.animation .image-block-css {
        animation-name: fadeInUp;
        -webkit-animation-name: fadeInUp;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
        animation-duration: 3s;
        -webkit-animation-duration: 3s;
    }

    #w-rh658khn.animation {
        transform: perspective(1000px);
    }

    #w-rh658khn.animation .image-block-css {
        animation-name: fadeInLeft;
        -webkit-animation-name: fadeInLeft;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
        animation-duration: 3s;
        -webkit-animation-duration: 3s;
    }

    #w-nipx3ydd.animation {
        transform: perspective(1000px);
    }

    #w-nipx3ydd.animation .image-block-css {
        animation-name: fadeInLeft;
        -webkit-animation-name: fadeInLeft;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
        animation-duration: 3s;
        -webkit-animation-duration: 3s;
    }

    #w-419bvvpv.animation {
        transform: perspective(1000px);
    }

    #w-419bvvpv.animation .image-block-css {
        animation-name: fadeInRight;
        -webkit-animation-name: fadeInRight;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
        animation-duration: 3s;
        -webkit-animation-duration: 3s;
    }

    #w-wgahrpz2.animation {
        transform: perspective(1000px);
    }

    #w-wgahrpz2.animation .image-block-css {
        animation-name: fadeInLeft;
        -webkit-animation-name: fadeInLeft;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
        animation-duration: 3s;
        -webkit-animation-duration: 3s;
    }

    #w-b25110jf.animation {
        transform: perspective(1000px);
    }

    #w-b25110jf.animation .image-block-css {
        animation-name: fadeInRight;
        -webkit-animation-name: fadeInRight;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
        animation-duration: 3s;
        -webkit-animation-duration: 3s;
    }

    #w-otuk5shf.animation {
        transform: perspective(1000px);
    }

    #w-otuk5shf.animation .image-block-css {
        animation-name: fadeInRight;
        -webkit-animation-name: fadeInRight;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
        animation-duration: 3s;
        -webkit-animation-duration: 3s;
    }

    #w-cs0sujoj.animation {
        transform: perspective(1000px);
    }

    #w-cs0sujoj.animation .image-block-css {
        animation-name: pulse;
        -webkit-animation-name: pulse;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-iteration-count: infinite;
        -webkit-animation-iteration-count: infinite;
        animation-duration: 3s;
        -webkit-animation-duration: 3s;
    }

    #w-vtcoicaw.animation {
        transform: perspective(1000px);
    }

    #w-vtcoicaw.animation .text-block-css {
        animation-name: fadeInUp;
        -webkit-animation-name: fadeInUp;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
        animation-duration: 3s;
        -webkit-animation-duration: 3s;
    }

    #w-ozbcmpug.animation {
        transform: perspective(1000px);
    }

    #w-ozbcmpug.animation .image-block-css {
        animation-name: pulse;
        -webkit-animation-name: pulse;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-iteration-count: infinite;
        -webkit-animation-iteration-count: infinite;
        animation-duration: 3s;
        -webkit-animation-duration: 3s;
    }

    #w-rq2l83gr.animation {
        transform: perspective(1000px);
    }

    #w-rq2l83gr.animation .text-block-css {
        animation-name: fadeInUp;
        -webkit-animation-name: fadeInUp;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
        animation-duration: 3s;
        -webkit-animation-duration: 3s;
    }

}

/* ====== STYLE: vị trí & hiệu ứng nút ====== */
#music-toggle {
    position: fixed;
    left: 14px;
    /* ghim bên trái */
    bottom: 14px;
    z-index: 99999;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.9);
    /* nền trắng */
    backdrop-filter: blur(4px);
    display: grid;
    place-items: center;
    cursor: pointer;
    user-select: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

#music-toggle:hover {
    transform: translateY(-1px) scale(1.03);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}

#music-toggle img {
    display: block;
    width: 44px;
    height: 44px;
    object-fit: contain;
    pointer-events: none;
}


#music-toggle.vibrating {
    animation: wc-pulse 1.6s ease-out infinite;
    background: rgba(255, 255, 255, 1);
    /* nền trắng khi đang rung */
}

/* Ép hiển thị đúng icon trong mọi theme */
#music-toggle #play-icon,
#music-toggle #pause-icon {
    backface-visibility: visible !important;
    -webkit-backface-visibility: visible !important;
}

/* Tối ưu chạm cho mobile */
@media (hover: none) {
    #music-toggle {
        bottom: 12px;
        left: 12px;
    }
}


@font-face {
    font-family: "UTM-Azkia.ttf";
    src: url("https://statics.pancake.vn/web-media/35/7a/ab/a5/2bcc8b3414fa20782f68d8d552b13313f2a24e5b267a97b3cf3a5ec3-w:0-h:0-l:144903-t:application/octet-stream.ttf") format("truetype");
    font-display: swap;
}

@font-face {
    font-family: "BlackMango-Medium.otf";
    src: url("https://statics.pancake.vn/web-media/f5/f1/41/aa/b6a0dd0c2a8cc07c0be70e066410a2cb9506e4ae9a3d88a8e238b53c-w:0-h:0-l:52546-t:application/octet-stream.otf") format("opentype");
    font-display: swap;
}

@font-face {
    font-family: "UTM-Cafeta.ttf";
    src: url("https://statics.pancake.vn/web-media/04/eb/01/7a/e19221a44fabb6fd54c6339fd43b1c25ebbe20e97f6633beed4cbc79-w:0-h:0-l:31525-t:application/octet-stream.ttf") format("truetype");
    font-display: swap;
}




div.grammarly-desktop-integration {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

div.grammarly-desktop-integration:before {
    content: attr(data-content);
}