@media (max-width: 1200px){
	.navmain{
		display: none;
	}
}
.navmain{
	position: absolute;
	top: 21px;
	list-style: none;
}
.navmain li{
	float: left;
}
.navmain li a{
	font-weight: bold;
	font-family: QFuZWxhLUlZGlbSdGY;
    font-size: 16px;
    line-height: 1.6;
	padding: 0px 20px;
	text-transform: uppercase;
	color: rgb(244, 243, 164)
}
.navmain li a:hover{
	color: #fff;
	text-decoration: underline;
}
@media (min-width: 768px) {
    #SECTION529 {
        min-height: 1450px;
    }
}
        
            a,
            abbr,
            acronym,
            address,
            applet,
            article,
            aside,
            audio,
            b,
            big,
            blockquote,
            body,
            button,
            canvas,
            caption,
            center,
            cite,
            code,
            dd,
            del,
            details,
            dfn,
            div,
            dl,
            dt,
            em,
            embed,
            fieldset,
            figcaption,
            figure,
            footer,
            form,
            h1,
            h2,
            h3,
            h4,
            h5,
            h6,
            header,
            hgroup,
            html,
            i,
            iframe,
            img,
            input,
            ins,
            kbd,
            label,
            legend,
            li,
            mark,
            menu,
            nav,
            object,
            ol,
            output,
            p,
            pre,
            q,
            ruby,
            s,
            samp,
            section,
            select,
            small,
            span,
            strike,
            strong,
            sub,
            summary,
            sup,
            table,
            tbody,
            td,
            textarea,
            tfoot,
            th,
            thead,
            time,
            tr,
            tt,
            u,
            ul,
            var,
            video {
                margin: 0;
                padding: 0;
                border: 0;
                outline: 0;
                font-size: 100%;
                
                vertical-align: baseline;
                box-sizing: border-box;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
            }
            article,
            aside,
            details,
            figcaption,
            figure,
            footer,
            header,
            hgroup,
            menu,
            nav,
            section {
                display: block;
            }
            body {
                line-height: 1;
            }
            a {
                text-decoration: none;
            }
            ol,
            ul {
                list-style: none;
            }
            blockquote,
            q {
                quotes: none;
            }
            blockquote:after,
            blockquote:before,
            q:after,
            q:before {
                content: "";
                content: none;
            }
            table {
                border-collapse: collapse;
                border-spacing: 0;
            }
            .ladi-loading {
                z-index: 900000000000;
                position: fixed;
                width: 100%;
                height: 100%;
                top: 0;
                left: 0;
                background-color: rgba(0, 0, 0, 0.1);
            }
            .ladi-loading .loading {
                width: 80px;
                height: 80px;
                top: 0;
                left: 0;
                bottom: 0;
                right: 0;
                margin: auto;
                overflow: hidden;
                position: absolute;
            }
            .ladi-loading .loading div {
                position: absolute;
                width: 6px;
                height: 6px;
                background: #fff;
                border-radius: 50%;
                animation: ladi-loading 1.2s linear infinite;
            }
            .ladi-loading .loading div:nth-child(1) {
                animation-delay: 0s;
                top: 37px;
                left: 66px;
            }
            .ladi-loading .loading div:nth-child(2) {
                animation-delay: -0.1s;
                top: 22px;
                left: 62px;
            }
            .ladi-loading .loading div:nth-child(3) {
                animation-delay: -0.2s;
                top: 11px;
                left: 52px;
            }
            .ladi-loading .loading div:nth-child(4) {
                animation-delay: -0.3s;
                top: 7px;
                left: 37px;
            }
            .ladi-loading .loading div:nth-child(5) {
                animation-delay: -0.4s;
                top: 11px;
                left: 22px;
            }
            .ladi-loading .loading div:nth-child(6) {
                animation-delay: -0.5s;
                top: 22px;
                left: 11px;
            }
            .ladi-loading .loading div:nth-child(7) {
                animation-delay: -0.6s;
                top: 37px;
                left: 7px;
            }
            .ladi-loading .loading div:nth-child(8) {
                animation-delay: -0.7s;
                top: 52px;
                left: 11px;
            }
            .ladi-loading .loading div:nth-child(9) {
                animation-delay: -0.8s;
                top: 62px;
                left: 22px;
            }
            .ladi-loading .loading div:nth-child(10) {
                animation-delay: -0.9s;
                top: 66px;
                left: 37px;
            }
            .ladi-loading .loading div:nth-child(11) {
                animation-delay: -1s;
                top: 62px;
                left: 52px;
            }
            .ladi-loading .loading div:nth-child(12) {
                animation-delay: -1.1s;
                top: 52px;
                left: 62px;
            }
            @keyframes ladi-loading {
                0%,
                100%,
                20%,
                80% {
                    transform: scale(1);
                }
                50% {
                    transform: scale(1.5);
                }
            }
            .ladipage-message {
                position: fixed;
                width: 100%;
                height: 100%;
                top: 0;
                left: 0;
                z-index: 10000000000;
                background: rgba(0, 0, 0, 0.3);
            }
            .ladipage-message .ladipage-message-box {
                width: 400px;
                max-width: calc(100% - 50px);
                height: 160px;
                border: 1px solid rgba(0, 0, 0, 0.3);
                background-color: #fff;
                position: fixed;
                top: calc(50% - 155px);
                left: 0;
                right: 0;
                margin: auto;
                border-radius: 10px;
            }
            .ladipage-message .ladipage-message-box span {
                display: block;
                background-color: rgba(6, 21, 40, 0.05);
                color: #000;
                padding: 12px 15px;
                font-weight: 600;
                font-size: 16px;
                line-height: 16px;
                border-top-left-radius: 10px;
                border-top-right-radius: 10px;
            }
            .ladipage-message .ladipage-message-box .ladipage-message-text {
                display: -webkit-box;
                font-size: 14px;
                padding: 0 20px;
                margin-top: 16px;
                line-height: 20px;
                -webkit-line-clamp: 3;
                -webkit-box-orient: vertical;
                overflow: hidden;
                text-overflow: ellipsis;
                word-break: break-word;
            }
            .ladipage-message .ladipage-message-box .ladipage-message-close {
                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;
                line-height: 14px;
                font-weight: 600;
                cursor: pointer;
                outline: 0;
            }
            .lightbox-screen {
                display: none;
                position: fixed;
                width: 100%;
                height: 100%;
                top: 0;
                left: 0;
                bottom: 0;
                right: 0;
                margin: auto;
                z-index: 9000000080;
                background: rgba(0, 0, 0, 0.5);
            }
            .lightbox-screen .lightbox-close {
                position: absolute;
                z-index: 9000000090;
                cursor: pointer;
            }
            .lightbox-screen .lightbox-hidden {
                display: none;
            }
            .lightbox-screen .lightbox-close {
                width: 16px;
                height: 16px;
                margin: 10px;
                background-repeat: no-repeat;
                background-position: center center;
                background-image: url("data:image/svg+xml;utf8, %3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23fff%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M23.4144%202.00015L2.00015%2023.4144L0.585938%2022.0002L22.0002%200.585938L23.4144%202.00015Z%22%3E%3C%2Fpath%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M2.00015%200.585938L23.4144%2022.0002L22.0002%2023.4144L0.585938%202.00015L2.00015%200.585938Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
            }
            body {
                font-size: 12px;
                -ms-text-size-adjust: none;
                -moz-text-size-adjust: none;
                -o-text-size-adjust: none;
                -webkit-text-size-adjust: none;
                background-color: #fff;
            }
            .overflow-hidden {
                overflow: hidden;
            }
            .ladi-transition {
                transition: all 150ms linear 0s;
            }
            .z-index-1 {
                z-index: 1;
            }
            .opacity-0 {
                opacity: 0;
            }
            .height-0 {
                height: 0 !important;
            }
            .pointer-events-none {
                pointer-events: none;
            }
            .transition-parent-collapse-height {
                transition: height 150ms linear 0s;
            }
            .transition-parent-collapse-top {
                transition: top 150ms linear 0s;
            }
            .transition-readmore {
                transition: height 350ms linear 0s;
            }
            .transition-collapse {
                transition: height 150ms linear 0s;
            }
            body.grab {
                cursor: grab;
            }
            .ladi-wraper {
                width: 100%;
                min-height: 100%;
                overflow: hidden;
                touch-action: manipulation;
            }
            .ladi-container {
                position: relative;
                margin: 0 auto;
                height: 100%;
            }
            .ladi-overlay {
                position: absolute;
                top: 0;
                left: 0;
                height: 100%;
                width: 100%;
                pointer-events: none;
            }
            .ladi-element {
                position: absolute;
            }
            @media (hover: hover) {
                .ladi-check-hover {
                    opacity: 0;
                }
            }
            .ladi-section {
                margin: 0 auto;
                position: relative;
            }
            .ladi-section[data-tab-id] {
                display: none;
            }
            .ladi-section.selected[data-tab-id] {
                display: block;
            }
            .ladi-section .ladi-section-background {
                position: absolute;
                width: 100%;
                height: 100%;
                top: 0;
                left: 0;
                pointer-events: none;
                overflow: hidden;
            }
            .ladi-gallery {
                position: absolute;
                width: 100%;
                height: 100%;
                overflow: hidden;
            }
            .ladi-gallery .ladi-gallery-view {
                position: absolute;
                overflow: hidden;
            }
            .ladi-gallery .ladi-gallery-view > .ladi-gallery-view-item {
                background-size: cover;
                background-repeat: no-repeat;
                background-position: center center;
                width: 100%;
                height: 100%;
                position: relative;
                display: none;
                transition: transform 500ms ease-in-out;
                -webkit-backface-visibility: hidden;
                backface-visibility: hidden;
                -webkit-perspective: 1000px;
                perspective: 1000px;
            }
            .ladi-gallery .ladi-gallery-view > .ladi-gallery-view-item.play-video {
                cursor: pointer;
            }
            .ladi-gallery .ladi-gallery-view > .ladi-gallery-view-item.play-video:after {
                content: "";
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                margin: auto;
                width: 60px;
                height: 60px;
                background: url(https://w.ladicdn.com/source/ladipage-play.svg?v=1.0) no-repeat center center;
                background-size: contain;
                pointer-events: none;
                cursor: pointer;
            }
            .ladi-gallery .ladi-gallery-view > .ladi-gallery-view-item.next,
            .ladi-gallery .ladi-gallery-view > .ladi-gallery-view-item.selected.right {
                left: 0;
                transform: translate3d(100%, 0, 0);
            }
            .ladi-gallery .ladi-gallery-view > .ladi-gallery-view-item.prev,
            .ladi-gallery .ladi-gallery-view > .ladi-gallery-view-item.selected.left {
                left: 0;
                transform: translate3d(-100%, 0, 0);
            }
            .ladi-gallery .ladi-gallery-view > .ladi-gallery-view-item.next.left,
            .ladi-gallery .ladi-gallery-view > .ladi-gallery-view-item.prev.right,
            .ladi-gallery .ladi-gallery-view > .ladi-gallery-view-item.selected {
                left: 0;
                transform: translate3d(0, 0, 0);
            }
            .ladi-gallery .ladi-gallery-view > .selected,
            .ladi-gallery .ladi-gallery-view > .next,
            .ladi-gallery .ladi-gallery-view > .prev {
                display: block;
            }
            .ladi-gallery .ladi-gallery-view > .selected {
                left: 0;
            }
            .ladi-gallery .ladi-gallery-view > .next,
            .ladi-gallery .ladi-gallery-view > .prev {
                position: absolute;
                top: 0;
                width: 100%;
            }
            .ladi-gallery .ladi-gallery-view > .next {
                left: 100%;
            }
            .ladi-gallery .ladi-gallery-view > .prev {
                left: -100%;
            }
            .ladi-gallery .ladi-gallery-view > .next.left,
            .ladi-gallery .ladi-gallery-view > .prev.right {
                left: 0;
            }
            .ladi-gallery .ladi-gallery-view > .selected.left {
                left: -100%;
            }
            .ladi-gallery .ladi-gallery-view > .selected.right {
                left: 100%;
            }
            .ladi-gallery .ladi-gallery-control {
                position: absolute;
                overflow: hidden;
            }
            .ladi-gallery .ladi-gallery-view .ladi-gallery-view-arrow {
                position: absolute;
                top: calc(50% - (33px) / 2);
                cursor: pointer;
                z-index: 90000040;
            }
            .ladi-gallery .ladi-gallery-view .ladi-gallery-view-arrow-left {
                left: 5px;
                transform: rotateY(180deg);
                -webkit-transform: rotateY(180deg);
            }
            .ladi-gallery .ladi-gallery-view .ladi-gallery-view-arrow-right {
                right: 5px;
            }
            .ladi-gallery .ladi-gallery-control .ladi-gallery-control-arrow {
                position: absolute;
                cursor: pointer;
                z-index: 90000040;
            }
            .ladi-gallery .ladi-gallery-control .ladi-gallery-control-box {
                position: relative;
            }
            .ladi-gallery .ladi-gallery-control .ladi-gallery-control-box .ladi-gallery-control-item {
                background-size: cover;
                background-repeat: no-repeat;
                background-position: center center;
                float: left;
                position: relative;
                cursor: pointer;
                filter: invert(15%);
            }
            .ladi-gallery .ladi-gallery-control .ladi-gallery-control-box .ladi-gallery-control-item.play-video:after {
                content: "";
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                margin: auto;
                width: 30px;
                height: 30px;
                background: url(https://w.ladicdn.com/source/ladipage-play.svg?v=1.0) no-repeat center center;
                background-size: contain;
                pointer-events: none;
                cursor: pointer;
            }
            .ladi-gallery .ladi-gallery-control .ladi-gallery-control-box .ladi-gallery-control-item:hover {
                filter: none;
            }
            .ladi-gallery .ladi-gallery-control .ladi-gallery-control-box .ladi-gallery-control-item.selected {
                filter: none;
            }
            .ladi-gallery .ladi-gallery-control .ladi-gallery-control-box .ladi-gallery-control-item:last-child {
                margin-right: 0 !important;
                margin-bottom: 0 !important;
            }
            .ladi-gallery .ladi-gallery-view .ladi-gallery-view-arrow,
            .ladi-gallery .ladi-gallery-control .ladi-gallery-control-arrow {
                width: 33px;
                height: 33px;
                background-repeat: no-repeat;
                background-position: center center;
                background-image: url("data:image/svg+xml;utf8, %3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23000%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M7.00015%200.585938L18.4144%2012.0002L7.00015%2023.4144L5.58594%2022.0002L15.5859%2012.0002L5.58594%202.00015L7.00015%200.585938Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
            }
            .ladi-gallery.ladi-gallery-bottom .ladi-gallery-view {
                top: 0;
                width: 100%;
            }
            .ladi-gallery.ladi-gallery-bottom .ladi-gallery-control {
                width: 100%;
                bottom: 0;
            }
            .ladi-gallery.ladi-gallery-bottom .ladi-gallery-control .ladi-gallery-control-arrow {
                top: calc(50% - (33px) / 2);
            }
            .ladi-gallery.ladi-gallery-bottom .ladi-gallery-control .ladi-gallery-control-arrow-left {
                left: 0px;
                transform: rotateY(180deg) scale(0.6);
                -webkit-transform: rotateY(180deg) scale(0.6);
            }
            .ladi-gallery.ladi-gallery-bottom .ladi-gallery-control .ladi-gallery-control-arrow-right {
                right: 0px;
                transform: scale(0.6);
                -webkit-transform: scale(0.6);
            }
            .ladi-gallery.ladi-gallery-bottom .ladi-gallery-control .ladi-gallery-control-box {
                display: -webkit-inline-flex;
                display: inline-flex;
                left: 0;
                transition: left 150ms ease-in-out;
            }
            .ladi-box {
                position: absolute;
                width: 100%;
                height: 100%;
                overflow: hidden;
            }
            .ladi-tabs {
                position: absolute;
                width: 100%;
                height: 100%;
            }
            .ladi-tabs .ladi-tabs-background {
                height: 100%;
                width: 100%;
                pointer-events: none;
            }
            .ladi-tabs > .ladi-element[data-index] {
                display: none;
            }
            .ladi-tabs > .ladi-element.selected[data-index] {
                display: block;
            }
            .ladi-frame {
                position: absolute;
                width: 100%;
                height: 100%;
                overflow: hidden;
            }
            .ladi-frame-bg .ladi-frame-background {
                height: 100%;
                width: 100%;
                pointer-events: none;
                transition: inherit;
            }
            .ladi-frame-bg:not(.ladi-frame) {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                overflow: hidden;
            }
            #SECTION_POPUP .ladi-container {
                z-index: 90000070;
            }
            #SECTION_POPUP .ladi-container > .ladi-element {
                z-index: 90000070;
                position: fixed;
                display: none;
            }
            #SECTION_POPUP .ladi-container > .ladi-element[data-fixed-close="true"] {
                position: relative !important;
            }
            #SECTION_POPUP .ladi-container > .ladi-element.hide-visibility {
                display: block !important;
                visibility: hidden !important;
            }
            #SECTION_POPUP .popup-close {
                position: absolute;
                right: 0px;
                top: 0px;
                z-index: 9000000080;
                cursor: pointer;
                width: 16px;
                height: 16px;
                margin: 10px;
                background-repeat: no-repeat;
                background-position: center center;
                background-image: url("data:image/svg+xml;utf8, %3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23000%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M23.4144%202.00015L2.00015%2023.4144L0.585938%2022.0002L22.0002%200.585938L23.4144%202.00015Z%22%3E%3C%2Fpath%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M2.00015%200.585938L23.4144%2022.0002L22.0002%2023.4144L0.585938%202.00015L2.00015%200.585938Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
            }
            .ladi-popup {
                position: absolute;
                width: 100%;
                height: 100%;
            }
            .ladi-popup .ladi-popup-background {
                height: 100%;
                width: 100%;
                pointer-events: none;
            }
            .ladi-button {
                position: absolute;
                width: 100%;
                height: 100%;
                overflow: hidden;
            }
            .ladi-button:active {
                transform: translateY(2px);
                transition: transform 0.2s linear;
            }
            .ladi-button .ladi-button-background {
                height: 100%;
                width: 100%;
                pointer-events: none;
                transition: inherit;
            }
            .ladi-button > .ladi-button-headline,
            .ladi-button > .ladi-button-shape {
                width: 100% !important;
                height: 100% !important;
                top: 0 !important;
                left: 0 !important;
                display: table;
                user-select: none;
                -webkit-user-select: none;
                -moz-user-select: none;
                -ms-user-select: none;
            }
            .ladi-button > .ladi-button-shape .ladi-shape {
                margin: auto;
                top: 0;
                bottom: 0;
            }
            .ladi-button > .ladi-button-headline .ladi-headline {
                display: table-cell;
                vertical-align: middle;
            }
            .ladi-checkout-product-cart-icon .ladi-cart-number {
                position: absolute;
                top: -2px;
                right: -7px;
                background: #f36e36;
                text-align: center;
                min-width: 18px;
                min-height: 18px;
                font-size: 12px;
                font-weight: 700;
                color: #fff;
                border-radius: 100%;
                z-index: 90000000;
                padding: 3px 4px;
            }
            .ladi-checkout-product-add-to-cart .ladi-button .loading-dots {
                width: 100%;
                height: 100%;
                top: 0;
                left: 0;
                position: absolute;
                display: flex;
                align-items: center;
                justify-content: center;
            }
            .ladi-checkout-product-add-to-cart .ladi-button .loading-dots p {
                display: inline-block;
                font-size: 32px;
                line-height: 1;
                animation: 0.6s infinite loading;
            }
            .ladi-checkout-product-add-to-cart .ladi-button .loading-dots p:first-child {
                animation-delay: 0s;
            }
            .ladi-checkout-product-add-to-cart .ladi-button .loading-dots p:nth-child(2) {
                animation-delay: 0.2s;
            }
            .ladi-checkout-product-add-to-cart .ladi-button .loading-dots p:nth-child(3) {
                animation-delay: 0.4s;
            }
            @keyframes loading {
                0%,
                100% {
                    opacity: 0;
                }
                50% {
                    opacity: 1;
                }
            }
            .ladi-button-group {
                position: absolute;
                width: 100%;
                height: 100%;
            }
            .ladi-button-group > .ladi-element {
                transition: inherit;
            }
            .ladi-button-group > .ladi-element > .ladi-button {
                transition: inherit;
            }
            .ladi-form .ladi-form-checkout-bump-offer-check.multiple.checked:before,
            .ladi-form .ladi-form-checkout-payment-check.multiple.checked:before {
                --url: url("data:image/svg+xml,%0A%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M18.71%207.20998C18.617%207.11625%2018.5064%207.04186%2018.3846%206.99109C18.2627%206.94032%2018.132%206.91418%2018%206.91418C17.868%206.91418%2017.7373%206.94032%2017.6154%206.99109C17.4936%207.04186%2017.383%207.11625%2017.29%207.20998L9.84%2014.67L6.71%2011.53C6.61348%2011.4367%206.49954%2011.3634%206.37468%2011.3142C6.24983%2011.265%206.1165%2011.2409%205.98232%2011.2432C5.84814%2011.2455%205.71573%2011.2743%205.59265%2011.3278C5.46957%2011.3812%205.35824%2011.4585%205.265%2011.555C5.17176%2011.6515%205.09845%2011.7654%205.04924%2011.8903C5.00004%2012.0152%204.97591%2012.1485%204.97823%2012.2827C4.98055%2012.4168%205.00928%2012.5492%205.06277%2012.6723C5.11627%2012.7954%205.19348%2012.9067%205.29%2013L9.13%2016.84C9.22296%2016.9337%209.33356%2017.0081%209.45542%2017.0589C9.57728%2017.1096%209.70799%2017.1358%209.84%2017.1358C9.97201%2017.1358%2010.1027%2017.1096%2010.2246%2017.0589C10.3464%2017.0081%2010.457%2016.9337%2010.55%2016.84L18.71%208.67998C18.8115%208.58634%2018.8925%208.47269%2018.9479%208.34619C19.0033%208.21969%2019.0319%208.08308%2019.0319%207.94498C19.0319%207.80688%2019.0033%207.67028%2018.9479%207.54378C18.8925%207.41728%2018.8115%207.30363%2018.71%207.20998Z%22%20fill%3D%22%231852FA%22%2F%3E%0A%3C%2Fsvg%3E%0A");
                pointer-events: none;
                top: -1px;
                left: -1px;
                transform: none;
            }
            .ladi-form,
            .ladi-form .ladi-form-item-container {
                position: absolute;
                width: 100%;
                height: 100%;
            }
            .ladi-form > .ladi-element,
            .ladi-form > .ladi-element .ladi-form-item-container,
            .ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-checkbox-item span[data-checked="true"],
            .ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control:not(.ladi-form-control-select) {
                text-transform: inherit;
                text-decoration: inherit;
                text-align: inherit;
                letter-spacing: inherit;
                color: inherit;
                background-size: inherit;
                background-attachment: inherit;
                background-origin: inherit;
            }
            .ladi-form .ladi-button > .ladi-button-headline {
                color: initial;
                font-size: initial;
                font-weight: initial;
                text-transform: initial;
                text-decoration: initial;
                font-style: initial;
                text-align: initial;
                letter-spacing: initial;
                line-height: initial;
            }
            .ladi-form [data-form-checkout-item="bump_offer"] .ladi-form-item,
            .ladi-form > [data-quantity="true"] .ladi-form-item-container {
                overflow: hidden;
            }
            .ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item {
                text-transform: inherit;
                text-decoration: inherit;
                text-align: inherit;
                letter-spacing: inherit;
                color: inherit;
            }
            .ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item-background {
                background-size: inherit;
                background-attachment: inherit;
                background-origin: inherit;
            }
            .ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select {
                -webkit-appearance: none;
                -moz-appearance: none;
                appearance: none;
                background-size: 9px 6px !important;
                background-position: right 0.5rem center;
                background-repeat: no-repeat;
                padding-right: 24px;
                text-transform: inherit;
                text-align: inherit;
                letter-spacing: inherit;
                color: inherit;
                background-size: inherit;
                background-attachment: inherit;
                background-origin: inherit;
            }
            .ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-checkbox-item,
            .ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-checkbox-item span[data-checked="false"] {
                text-transform: inherit;
                text-align: inherit;
                letter-spacing: inherit;
                background-size: inherit;
                background-attachment: inherit;
                background-origin: inherit;
                color: inherit;
            }
            .ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select-2 {
                width: calc(100% / 2 - 5px);
                max-width: calc(100% / 2 - 5px);
                min-width: calc(100% / 2 - 5px);
            }
            .ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select-2:nth-child(3),
            .ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select-3:nth-child(3),
            .ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select-3:nth-child(4) {
                margin-left: 7.5px;
            }
            .ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select-3 {
                width: calc(100% / 3 - 5px);
                max-width: calc(100% / 3 - 5px);
                min-width: calc(100% / 3 - 5px);
            }
            .ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select option {
                color: initial;
            }
            .ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select:not([data-selected=""]) {
                text-decoration: inherit;
            }
            .ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-checkbox-item {
                text-decoration: inherit;
                vertical-align: middle;
            }
            .ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-checkbox-box-item {
                display: inline-block;
                width: fit-content;
            }
            .ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-checkbox-item span {
                user-select: none;
                -webkit-user-select: none;
                -moz-user-select: none;
                -ms-user-select: none;
            }
            .ladi-form .ladi-form-item-title-value {
                font-weight: 700;
                word-break: break-word;
            }
            .ladi-form .ladi-form-label-container {
                position: relative;
                width: 100%;
            }
            .ladi-form .ladi-form-control-file {
                background-repeat: no-repeat;
                background-position: calc(100% - 5px) center;
            }
            .ladi-form .ladi-form-label-container .ladi-form-label-item {
                display: inline-block;
                cursor: pointer;
                position: relative;
                border-radius: 0 !important;
                user-select: none;
                -webkit-user-select: none;
                -moz-user-select: none;
                -ms-user-select: none;
            }
            .ladi-form .ladi-form-label-container .ladi-form-label-item.image {
                background-size: cover;
                background-repeat: no-repeat;
                background-position: center;
            }
            .ladi-form .ladi-form-label-container .ladi-form-label-item.no-value {
                display: none !important;
            }
            .ladi-form .ladi-form-label-container .ladi-form-label-item.text.disabled {
                opacity: 0.35;
            }
            .ladi-form .ladi-form-label-container .ladi-form-label-item.image.disabled {
                opacity: 0.2;
            }
            .ladi-form .ladi-form-label-container .ladi-form-label-item.color.disabled {
                opacity: 0.15;
            }
            .ladi-form .ladi-form-label-container .ladi-form-label-item.selected:before {
                content: "";
                width: 0;
                height: 0;
                bottom: -1px;
                right: -1px;
                position: absolute;
                border-width: 0 0 15px 15px;
                border-color: transparent;
                border-style: solid;
            }
            .ladi-form .ladi-form-label-container .ladi-form-label-item.selected:after {
                content: "";
                background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' enable-background='new 0 0 12 12' viewBox='0 0 12 12' x='0' fill='%23fff' y='0'%3E%3Cg%3E%3Cpath d='m5.2 10.9c-.2 0-.5-.1-.7-.2l-4.2-3.7c-.4-.4-.5-1-.1-1.4s1-.5 1.4-.1l3.4 3 5.1-7c .3-.4 1-.5 1.4-.2s.5 1 .2 1.4l-5.7 7.9c-.2.2-.4.4-.7.4 0-.1 0-.1-.1-.1z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
                background-repeat: no-repeat;
                background-position: bottom right;
                width: 7px;
                height: 7px;
                bottom: 0;
                right: 0;
                position: absolute;
            }
            .ladi-form .ladi-form-item {
                width: 100%;
                height: 100%;
                position: absolute;
            }
            .ladi-form .ladi-form-item-background {
                position: absolute;
                width: 100%;
                height: 100%;
                top: 0;
                left: 0;
                pointer-events: none;
            }
            .ladi-form .ladi-form-item.ladi-form-checkbox {
                height: auto;
                padding: 0 5px;
            }
            .ladi-form .ladi-form-item .ladi-form-control {
                background-color: transparent;
                min-width: 100%;
                min-height: 100%;
                max-width: 100%;
                max-height: 100%;
                width: 100%;
                height: 100%;
                padding: 0 5px;
                color: inherit;
                font-size: inherit;
                border: none;
            }
            .ladi-form .ladi-form-item.ladi-form-checkbox.ladi-form-checkbox-vertical .ladi-form-checkbox-item {
                margin-top: 0 !important;
                margin-left: 0 !important;
                margin-right: 0 !important;
                display: flex;
                align-items: center;
                border: none;
            }
            .ladi-form .ladi-form-item.ladi-form-checkbox.ladi-form-checkbox-horizontal .ladi-form-checkbox-item {
                margin-top: 0 !important;
                margin-left: 0 !important;
                margin-right: 10px !important;
                display: inline-flex;
                align-items: center;
                border: none;
                position: relative;
            }
            .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item input {
                margin-right: 5px;
                display: block;
            }
            .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item span {
                cursor: default;
                word-break: break-word;
            }
            .ladi-form .ladi-form-item textarea.ladi-form-control {
                resize: none;
                padding: 5px;
            }
            .ladi-form .ladi-button {
                cursor: pointer;
            }
            .ladi-form .ladi-button .ladi-headline {
                cursor: pointer;
                user-select: none;
            }
            .ladi-form .ladi-element .ladi-form-otp::-webkit-inner-spin-button,
            .ladi-form .ladi-element .ladi-form-otp::-webkit-outer-spin-button {
                -webkit-appearance: none;
                margin: 0;
            }
            .ladi-form .ladi-element .ladi-form-item .button-get-code {
                display: none;
                position: absolute;
                right: 0;
                top: 0;
                bottom: 0;
                margin: auto 0;
                line-height: initial;
                padding: 5px 10px;
                height: max-content;
                cursor: pointer;
                user-select: none;
                -webkit-user-select: none;
                -moz-user-select: none;
                -ms-user-select: none;
            }
            .ladi-form .ladi-element .ladi-form-item .button-get-code.hide-visibility {
                display: block !important;
                visibility: hidden !important;
            }
            .ladi-form .ladi-form-checkout-bump-offer-product.option-2,
            .ladi-form .ladi-form-item.otp-resend .button-get-code,
            .ladi-form [data-form-checkout-item="payment"] .ladi-form-checkout-payment-content div > span {
                display: block;
            }
            .ladi-form .ladi-form-item.otp-countdown:before {
                content: attr(data-countdown-time) "s";
                position: absolute;
                top: 0;
                bottom: 0;
                margin: auto 0;
                height: max-content;
                line-height: initial;
            }
            .ladi-form [data-variant="true"] select option[disabled] {
                background: #fff;
                color: #b8b8b8 !important;
            }
            .ladi-google-recaptcha-checkbox {
                position: absolute;
                display: inline-block;
                transform: translateY(-100%);
                margin-top: -5px;
                z-index: 90000010;
            }
            .ladi-element[data-form-checkout-item] {
                padding: 0;
            }
            .ladi-form .ladi-form-checkout-title {
                margin-bottom: 8px;
            }
            .ladi-form .ladi-element[data-form-checkout-item] .ladi-form-item,
            .ladi-form .ladi-element[data-form-checkout-item] .ladi-form-item-container {
                height: auto !important;
                position: unset !important;
            }
            .ladi-form .ladi-form-checkout-box {
                gap: 12px;
                display: flex;
                flex-flow: column;
                margin: 8px 12px;
                margin-top: 14px !important;
                padding-bottom: 14px;
                border-left: none !important;
                border-right: none !important;
                border-top: none !important;
                border-radius: 0 !important;
            }
            .ladi-form .ladi-form-checkout-box:last-child {
                border: none !important;
                padding-bottom: 4px;
            }
            .ladi-form .ladi-form-checkout-box:first-child,
            .ladi-form .ladi-form-checkout-bump-offer-product .item-product:first-child {
                margin-top: 0;
            }
            .ladi-form .ladi-form-checkout-payment-item {
                display: flex;
                flex-flow: row;
                gap: 12px;
                align-items: center;
                --check-size: 18px;
                --width-quantity: 65px;
            }
            .ladi-form .ladi-form-checkout-payment-check {
                --border-size: 1px;
                width: var(--check-size);
                height: var(--check-size);
                flex: 0 0 var(--check-size);
                border: var(--border-size) solid;
                border-radius: 100%;
                display: block;
                position: relative;
            }
            .ladi-form .ladi-form-checkout-payment-check.checked:before {
                content: "";
                width: calc(var(--check-size) / 2);
                height: calc(var(--check-size) / 2);
                border-radius: inherit;
                display: block;
                position: absolute;
                top: 0;
                left: 0;
                transform: translate(calc(50% - var(--border-size)), calc(50% - var(--border-size)));
            }
            .ladi-form .ladi-form-checkout-bump-offer-check.multiple,
            .ladi-form .ladi-form-checkout-payment-check.multiple {
                border-radius: 4px;
            }
            .ladi-form .ladi-form-checkout-payment-check.multiple.checked:before {
                content: "";
                -webkit-mask-image: var(--url);
                mask-image: var(--url);
                width: var(--check-size);
                height: var(--check-size);
                -webkit-mask-size: var(--check-size);
                mask-size: var(--check-size);
                background-color: #fff;
                position: absolute;
            }
            .ladi-form .ladi-form-checkout-payment-content,
            .ladi-form .ladi-form-checkout-product-content {
                display: flex;
                flex-flow: row;
                --gap: 10px;
                gap: var(--gap);
                align-items: center;
                width: calc(100% - var(--width-quantity) - var(--check-size) - var(--gap) * 2);
            }
            .ladi-form .ladi-form-checkout-payment-content img,
            .ladi-form .ladi-form-checkout-product-content img {
                width: 36px;
                max-height: 36px;
                border-radius: 4px;
            }
            .ladi-form .ladi-form-checkout-payment-content div,
            .ladi-form .ladi-form-checkout-product-content div {
                display: flex;
                flex-flow: column;
            }
            .ladi-form .ladi-form-checkout-payment-content div > span,
            .ladi-form .ladi-form-checkout-product-content div > span {
                font-size: inherit;
            }
            .ladi-form .ladi-form-checkout-payment-content div > span.small,
            .ladi-form .ladi-form-checkout-product-content div > span.small {
                font-size: 80%;
                opacity: 0.8;
            }
            .ladi-form .ladi-form-checkout-payment-content div .price.price-compare,
            .ladi-form .ladi-form-checkout-product-content div .price.price-compare {
                display: flex;
                align-items: center;
                gap: 8px;
                flex-direction: row !important;
            }
            .ladi-form .ladi-form-checkout-payment-quantity,
            .ladi-form .ladi-form-checkout-product-quantity {
                position: relative;
                --icon-size: calc(var(--check-size) * 0.8);
            }
            .ladi-form .ladi-form-checkout-payment-quantity input,
            .ladi-form .ladi-form-checkout-product-quantity input {
                padding: 4px calc(var(--check-size)) 4px 8px;
                border-radius: 8px;
                position: relative;
                width: var(--width-quantity);
                min-height: 34px;
                border: 1px solid;
                background-color: transparent;
                top: 0;
                left: 0;
                display: block;
            }
            .ladi-form .ladi-form-checkout-payment-quantity input::-webkit-inner-spin-button,
            .ladi-form .ladi-form-checkout-payment-quantity input::-webkit-outer-spin-button {
                -webkit-appearance: none;
                margin: 0;
            }
            .ladi-form .ladi-form-checkout-payment-quantity .up {
                width: var(--icon-size);
                height: var(--icon-size);
                top: -1px;
                right: 5px;
                cursor: pointer;
                display: block;
                position: absolute;
            }
            .ladi-form .ladi-form-checkout-payment-quantity .up:before {
                content: "";
                --url: url("data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M3.14645%206.14645C3.34171%205.95118%203.65829%205.95118%203.85355%206.14645L8%2010.2929L12.1464%206.14645C12.3417%205.95118%2012.6583%205.95118%2012.8536%206.14645C13.0488%206.34171%2013.0488%206.65829%2012.8536%206.85355L8.35355%2011.3536C8.15829%2011.5488%207.84171%2011.5488%207.64645%2011.3536L3.14645%206.85355C2.95118%206.65829%202.95118%206.34171%203.14645%206.14645Z%22%20fill%3D%22black%22%20transform%3D%22rotate(180%208%208)%22%2F%3E%3C%2Fsvg%3E");
                -webkit-mask-image: var(--url);
                mask-image: var(--url);
                display: block;
                position: absolute;
                width: var(--icon-size);
                height: var(--icon-size);
                pointer-events: none;
                top: 4px;
                left: 2px;
                -webkit-mask-size: var(--icon-size);
                mask-size: var(--icon-size);
            }
            .ladi-form .ladi-form-checkout-payment-quantity .down {
                width: var(--icon-size);
                height: var(--icon-size);
                right: 5px;
                cursor: pointer;
                display: block;
                position: absolute;
                bottom: 3px;
            }
            .ladi-form .ladi-form-checkout-payment-quantity .down:before {
                content: "";
                --url: url("data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M3.14645%206.14645C3.34171%205.95118%203.65829%205.95118%203.85355%206.14645L8%2010.2929L12.1464%206.14645C12.3417%205.95118%2012.6583%205.95118%2012.8536%206.14645C13.0488%206.34171%2013.0488%206.65829%2012.8536%206.85355L8.35355%2011.3536C8.15829%2011.5488%207.84171%2011.5488%207.64645%2011.3536L3.14645%206.85355C2.95118%206.65829%202.95118%206.34171%203.14645%206.14645Z%22%20fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E");
                -webkit-mask-image: var(--url);
                mask-image: var(--url);
                display: block;
                position: absolute;
                width: var(--icon-size);
                height: var(--icon-size);
                pointer-events: none;
                left: 2px;
                -webkit-mask-size: var(--icon-size);
                mask-size: var(--icon-size);
            }
            .ladi-form [data-form-checkout-item="payment"] .ladi-form-item {
                display: table;
            }
            .ladi-form [data-form-checkout-item="payment"] .ladi-form-item .ladi-form-checkout-payment-content {
                width: calc(100% - 18px);
            }
            .ladi-form [data-form-checkout-item="payment"] .ladi-form-item .ladi-form-checkout-payment-content div {
                display: table-cell;
                vertical-align: middle;
                padding: 0 6px;
                cursor: pointer;
                width: 100%;
                position: relative;
            }
            .ladi-form [data-form-checkout-item="payment"] .ladi-form-item .ladi-form-checkout-payment-content div.arrow:before {
                content: "";
                --url: url("data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M6.14645%203.14645C6.34171%202.95118%206.65829%202.95118%206.85355%203.14645L11.3536%207.64645C11.5488%207.84171%2011.5488%208.15829%2011.3536%208.35355L6.85355%2012.8536C6.65829%2013.0488%206.34171%2013.0488%206.14645%2012.8536C5.95118%2012.6583%205.95118%2012.3417%206.14645%2012.1464L10.2929%208L6.14645%203.85355C5.95118%203.65829%205.95118%203.34171%206.14645%203.14645Z%22%20fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E");
                -webkit-mask-image: var(--url);
                mask-image: var(--url);
                position: absolute;
                width: 20px;
                height: 20px;
                top: 0;
                right: 0;
                bottom: 0;
                display: block;
                margin: auto;
                -webkit-mask-size: 100%;
                mask-size: 100%;
            }
            .ladi-form [data-form-checkout-item="total_price"] {
                display: flex;
                flex-flow: column;
                gap: 3px;
                justify-content: center;
            }
            .ladi-form [data-form-checkout-item="total_price"] .line {
                display: inline-flex;
                justify-content: space-between;
                align-items: center;
            }
            .ladi-form [data-form-checkout-item="total_price"] .title-number-price.big,
            .ladi-form [data-form-checkout-item="total_price"] .title-price.big {
                font-weight: 700;
                font-size: 130%;
            }
            .ladi-form [data-form-checkout-item="total_price"] .title-number-price {
                font-size: 115%;
            }
            .ladi-form [data-form-checkout-item="total_price"] .space {
                border-top: 1px solid;
                margin: 15px 0 10px;
            }
            .ladi-form .ladi-form-checkout-bump-offer-checkbox {
                display: flex;
                flex-flow: row;
                gap: 8px;
                padding: 8px;
                margin: 12px 8px 0;
                border-radius: 8px;
                align-items: center;
                --check-size-bumpoffer: 18px;
                --width-quantity-bumpoffer: 60px;
            }
            .ladi-form .ladi-form-checkout-bump-offer-checkbox.checkbox-bump-offer-1 {
                background-color: #3c72f9;
                margin: 0;
            }
            .ladi-form .ladi-form-checkout-bump-offer-checkbox.checkbox-bump-offer-1 p {
                color: #fff;
            }
            .ladi-form .ladi-form-checkout-bump-offer-checkbox.checkbox-bump-offer-2 {
                background-color: #fde298;
                margin: 12px 0 4px;
            }
            .ladi-form .ladi-form-checkout-bump-offer-checkbox.checkbox-bump-offer-3 {
                background-color: #f3f4f5;
                margin: 8px 0 0;
                padding: 4px 8px;
                width: max-content;
            }
            .ladi-form .ladi-form-checkout-bump-offer-checkbox.checkbox-bump-offer-3 .ladi-form-checkout-bump-offer-check {
                width: 12px;
                height: 12px;
                flex: 0 0 12px;
            }
            .ladi-form .ladi-form-checkout-bump-offer-check {
                --border-size: 1px;
                width: var(--check-size-bumpoffer);
                height: var(--check-size-bumpoffer);
                flex: 0 0 var(--check-size-bumpoffer);
                border: var(--border-size) solid #cfd3d8;
                background-color: #fff;
                border-radius: 100%;
                display: block;
                position: relative;
            }
            .ladi-form .ladi-form-checkout-bump-offer-check.checked:before {
                content: "";
                width: calc(var(--check-size-bumpoffer) / 2);
                height: calc(var(--check-size-bumpoffer) / 2);
                border-radius: inherit;
                display: block;
                position: absolute;
                top: 0;
                left: 0;
                transform: translate(calc(50% - var(--border-size)), calc(50% - var(--border-size)));
            }
            .ladi-form .ladi-form-checkout-bump-offer-check.multiple.checked:before {
                content: "";
                -webkit-mask-image: var(--url);
                mask-image: var(--url);
                width: var(--check-size-bumpoffer);
                height: var(--check-size-bumpoffer);
                -webkit-mask-size: var(--check-size-bumpoffer);
                mask-size: var(--check-size-bumpoffer);
                background-color: #000;
                position: absolute;
            }
            .ladi-form .ladi-form-checkout-bump-offer-checkbox.checkbox-bump-offer-3 .ladi-form-checkout-bump-offer-check.multiple.checked:before {
                top: -5px;
                left: -3px;
            }
            .ladi-form .ladi-form-checkout-bump-offer-product {
                display: flex;
                flex-flow: row;
                gap: 16px;
                margin: 8px 12px;
                align-items: center;
                border-left: none !important;
                border-right: none !important;
                border-top: none !important;
                border-radius: 0 !important;
            }
            .ladi-form .ladi-form-checkout-bump-offer-product.option-1 {
                display: block !important;
                padding-bottom: 8px;
            }
            .ladi-form .ladi-form-item:last-child .ladi-form-checkout-bump-offer-product {
                border: none !important;
            }
            .ladi-form .ladi-form-checkout-bump-offer-product .item-product {
                display: flex;
                gap: 16px;
                align-items: flex-start;
                margin-top: 16px;
                margin-bottom: 12px;
            }
            .ladi-form .ladi-form-checkout-bump-offer-product .item-product:last-child {
                margin-bottom: 0;
            }
            .ladi-form .ladi-form-checkout-bump-offer-product .item-product img {
                width: 48px;
                height: 48px;
                border-radius: 4px;
                overflow: hidden;
            }
            .ladi-form .ladi-form-checkout-bump-offer-product .item-product .item-product-title {
                font-size: 90%;
                opacity: 0.6;
            }
            .ladi-form .ladi-form-checkout-bump-offer-product .item-product .item-product-description {
                color: #9fa7b1;
                text-overflow: ellipsis;
                overflow: hidden;
                -webkit-line-clamp: 2;
                display: -webkit-box;
                -webkit-box-orient: vertical;
            }
            .ladi-form .ladi-form-checkout-bump-offer-product .item-detail {
                display: flex;
                flex-direction: column;
            }
            .ladi-form .ladi-form-checkout-bump-offer-product .item-detail .shock-promotion-label {
                background-color: #ef9300;
                width: max-content;
                border-radius: 4px;
                padding: 2px 8px;
                color: #fff;
                margin-bottom: 4px;
                font-weight: 600;
            }
            .ladi-form .ladi-form-checkout-bump-offer-product .item-detail .pr-name {
                font-weight: 400;
                font-size: 120%;
                line-height: 1.4;
            }
            .ladi-form .ladi-form-checkout-bump-offer-product .item-detail .pr-price {
                font-weight: 400;
                line-height: 1.4;
            }
            .ladi-form .ladi-form-checkout-bump-offer-product .item-detail span a {
                text-decoration: line-through;
                opacity: 0.6;
            }
            .ladi-form .ladi-form-checkout-bump-offer-product .item-detail .special {
                background-color: #e01a1a;
                padding: 2px 8px;
                margin-right: 6px;
                color: #fff;
                border-radius: 4px;
                font-size: 80%;
            }
            .ladi-form [data-form-checkout-item="coupon_code"] .content-discount-block {
                padding: 12px;
                border-radius: 4px;
                display: flex;
                align-items: center;
                justify-content: space-between;
            }
            .ladi-form [data-form-checkout-item="coupon_code"] .ladi-form-item {
                display: flex;
                align-items: center;
                justify-content: space-between;
            }
            .ladi-form [data-form-checkout-item="coupon_code"] .content-discount-block .title {
                display: flex;
                align-items: center;
                gap: 8px;
            }
            .ladi-form [data-form-checkout-item="coupon_code"] .content-discount-block .placeholder span,
            .ladi-form [data-form-checkout-item="coupon_code"] .content-discount-block .title span {
                font-weight: 400;
                font-size: 100%;
                line-height: 1.4;
            }
            .ladi-form [data-form-checkout-item="coupon_code"] .content-discount-block .title i {
                width: 16px;
                height: 16px;
                mask-image: url(https://w.ladicdn.com/ladiui/icons/ldicon-discount-coupon.svg);
                display: inline-block;
                mask-size: cover;
            }
            .ladi-form [data-form-checkout-item="coupon_code"] .content-discount-block .placeholder {
                display: flex;
                align-items: center;
                gap: 8px;
                cursor: pointer;
            }
            .ladi-form [data-form-checkout-item="coupon_code"] .content-discount-block .placeholder i {
                width: 16px;
                height: 16px;
                mask-image: url(https://w.ladicdn.com/ladiui/icons/new-ldicon-arrow-left.svg);
                display: inline-block;
                mask-size: cover;
                background-color: #6d6d6d !important;
            }
            .ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select {
                background-image: url("data:image/svg+xml;utf8, %3Csvg%20width%3D%2232%22%20height%3D%2224%22%20viewBox%3D%220%200%2032%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpolygon%20points%3D%220%2C0%2032%2C0%2016%2C24%22%20style%3D%22fill%3A%20rgb(0%2C%200%2C%200)%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E");
            }
            .ladi-video {
                position: absolute;
                width: 100%;
                height: 100%;
                cursor: pointer;
                overflow: hidden;
            }
            .ladi-video .ladi-video-background {
                position: absolute;
                width: 100%;
                height: 100%;
                top: 0;
                left: 0;
                pointer-events: none;
            }
            .button-unmute {
                cursor: pointer;
                position: absolute;
                width: 100%;
                height: 100%;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                margin: auto;
            }
            .button-unmute div {
                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");
                width: 60px;
                height: 60px;
                position: absolute;
                top: 0;
                left: 0;
                bottom: 0;
                right: 0;
                margin: auto;
                background-color: rgba(0, 0, 0, 0.5);
                border-radius: 100%;
                background-size: 90%;
                background-repeat: no-repeat;
                background-position: center center;
            }
            .ladi-group {
                position: absolute;
                width: 100%;
                height: 100%;
            }
            .ladi-shape {
                position: absolute;
                width: 100%;
                height: 100%;
                pointer-events: none;
            }
            .ladi-shape .ladi-cart-number {
                position: absolute;
                top: -2px;
                right: -7px;
                background: #f36e36;
                text-align: center;
                width: 18px;
                height: 18px;
                line-height: 18px;
                font-size: 12px;
                font-weight: bold;
                color: #fff;
                border-radius: 100%;
            }
            .ladi-html-code {
                position: absolute;
                width: 100%;
                height: 100%;
            }
            .ladi-image {
                position: absolute;
                width: 100%;
                height: 100%;
                overflow: hidden;
            }
            .ladi-image .ladi-image-background {
                background-repeat: no-repeat;
                background-position: left top;
                background-size: cover;
                background-attachment: scroll;
                background-origin: content-box;
                position: absolute;
                margin: 0 auto;
                width: 100%;
                height: 100%;
                pointer-events: none;
            }
            .ladi-headline {
                width: 100%;
                display: inline-block;
                word-break: break-word;
                background-size: cover;
                background-position: center center;
            }
            .ladi-headline a {
                text-decoration: underline;
            }
            .ladi-paragraph {
                width: 100%;
                display: inline-block;
                word-break: break-word;
            }
            .ladi-paragraph a {
                text-decoration: underline;
            }
            .ladi-line {
                position: relative;
            }
            .ladi-line .ladi-line-container {
                border-bottom: 0 !important;
                border-right: 0 !important;
                width: 100%;
                height: 100%;
            }
            a[data-action] {
                user-select: none;
                -webkit-user-select: none;
                -moz-user-select: none;
                -ms-user-select: none;
                cursor: pointer;
            }
            a:visited {
               
            }
            a:link {
                
            }
            [data-opacity="0"] {
                opacity: 0;
            }
            [data-hidden="true"] {
                display: none;
            }
            [data-action="true"] {
                cursor: pointer;
            }
            .ladi-hidden {
                display: none;
            }
            .ladi-animation-hidden {
                visibility: hidden !important;
                opacity: 0 !important;
            }
            .element-click-selected {
                cursor: pointer;
            }
            .is-2nd-click {
                cursor: pointer;
            }
            .ladi-button-shape.is-2nd-click,
            .ladi-accordion-shape.is-2nd-click {
                z-index: 3;
            }
            .backdrop-popup {
                display: none;
                position: fixed;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                z-index: 90000060;
            }
            .backdrop-dropbox {
                display: none;
                position: fixed;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                z-index: 90000040;
            }
            .ladi-lazyload {
                background-image: none !important;
            }
            .ladi-list-paragraph ul li.ladi-lazyload:before {
                background-image: none !important;
            }
            #BODY_BACKGROUND {
                position: fixed;
                pointer-events: none;
                top: 0;
                left: 0;
                right: 0;
                margin: 0 auto;
                height: 100vh !important;
            }
            @media (min-width: 768px) {
                .ladi-gallery-fullwidth {
                    width: 100vw !important;
                    left: calc(-50vw + 50%) !important;
                    box-sizing: border-box !important;
                    transform: none !important;
                }
                .ladi-gallery-fullwidth .ladi-gallery-view-item {
                    transition-duration: 1500ms;
                }
            }
            @media (max-width: 767px) {
                .ladi-element.ladi-auto-scroll {
                    overflow-x: auto;
                    overflow-y: hidden;
                    width: 100% !important;
                    left: 0 !important;
                    -webkit-overflow-scrolling: touch;
                }
                [data-hint]:not([data-timeout-id-copied]):before,
                [data-hint]:not([data-timeout-id-copied]):after {
                    display: none !important;
                }
                .ladi-section.ladi-auto-scroll {
                    overflow-x: auto;
                    overflow-y: hidden;
                    -webkit-overflow-scrolling: touch;
                }
                .ladi-gallery .ladi-gallery-view > .ladi-gallery-view-item {
                    transition: transform 300ms ease-in-out;
                }
            }
        
        
            @media (min-width: 768px) {
                #GROUP416,
                #SHAPE525,
                #IMAGE640,
                #IMAGE641,
                #IMAGE642,
                #IMAGE643,
                #IMAGE644,
                #IMAGE645,
                #IMAGE688,
                #VIDEO526,
                #IMAGE689,
                #IMAGE690,
                #IMAGE691,
                #IMAGE692,
                #GROUP547,
                #SHAPE533,
                #GROUP594,
                #GROUP632,
                #GROUP634 {
                    opacity: 0 !important;
                    pointer-events: none !important;
                }
            }
            @media (max-width: 767px) {
                #GROUP416,
                #SHAPE525,
                #IMAGE640,
                #IMAGE641,
                #IMAGE642,
                #IMAGE643,
                #IMAGE644,
                #IMAGE645,
                #IMAGE688,
                #VIDEO526,
                #IMAGE689,
                #IMAGE690,
                #IMAGE691,
                #IMAGE692,
                #GROUP547,
                #SHAPE533,
                #GROUP594,
                #GROUP632,
                #GROUP634 {
                    opacity: 0 !important;
                    pointer-events: none !important;
                }
            }
        
        
            body {
                direction: ltr;
            }
            @media (min-width: 768px) {
                .ladi-section .ladi-container {
                    width: 1200px;
                }
            }
            @media (max-width: 767px) {
                .ladi-section .ladi-container {
                    width: 420px;
                }
            }
            @font-face {
                font-family: "QFuZWxhLUlZGlbSdGY";
                src: url("../fonts/canela-medium-20240406065138-_l2s6.ttf") format("truetype");
            }
            @font-face {
                font-family: "VVRNIEFtZXJpYFuYUIudHRm";
                src: url("../fonts/utm-americanab-20231206074040-k8bal.ttf") format("truetype");
            }
            body {
                font-family: Muli, sans-serif;
            }
        
        
            #BODY_BACKGROUND,
            #SECTION_POPUP {
                height: 0px;
            }
            #SECTION293 > .ladi-section-background {
                background-image: linear-gradient(90deg, rgb(109, 17, 29), rgb(170, 27, 45));
                background-color: initial;
                background-size: initial;
                background-origin: initial;
                background-position: initial;
                background-repeat: initial;
                background-attachment: initial;
            }
            #SECTION293 > .ladi-section-background,
            #BUTTON583 > .ladi-button > .ladi-button-background,
            #BUTTON578 > .ladi-button > .ladi-button-background,
            #BUTTON576 > .ladi-button > .ladi-button-background,
            #BUTTON570 > .ladi-button > .ladi-button-background,
            #BUTTON579 > .ladi-button > .ladi-button-background,
            #BUTTON568 > .ladi-button > .ladi-button-background,
            #BUTTON581 > .ladi-button > .ladi-button-background,
            #BUTTON525 > .ladi-button > .ladi-button-background,
            #BUTTON526 > .ladi-button > .ladi-button-background,
            #BUTTON527 > .ladi-button > .ladi-button-background,
            #BUTTON528 > .ladi-button > .ladi-button-background,
            #BUTTON529 > .ladi-button > .ladi-button-background,
            #BUTTON548 > .ladi-button > .ladi-button-background,
            #POPUP521 > .ladi-popup > .ladi-popup-background,
            #POPUP522 > .ladi-popup > .ladi-popup-background {
                -webkit-background-clip: initial;
            }
            #BUTTON304,
            #BUTTON297 {
                width: 130px;
                height: 40px;
            }
            #BUTTON304 > .ladi-button > .ladi-button-background,
            #BUTTON306 > .ladi-button > .ladi-button-background,
            #BUTTON297 > .ladi-button > .ladi-button-background,
            #BUTTON298 > .ladi-button > .ladi-button-background,
            #BUTTON302 > .ladi-button > .ladi-button-background,
            #BUTTON300 > .ladi-button > .ladi-button-background,
            #BUTTON308 > .ladi-button > .ladi-button-background,
            #BUTTON310 > .ladi-button > .ladi-button-background {
                background-color: rgba(255, 107, 1, 0);
            }
            #BUTTON304 > .ladi-button:hover,
            #BUTTON_TEXT304 > .ladi-headline:hover,
            #BUTTON306 > .ladi-button:hover,
            #BUTTON_TEXT306 > .ladi-headline:hover,
            #SHAPE411:hover > .ladi-shape,
            #IMAGE296:hover > .ladi-image,
            #BUTTON297 > .ladi-button:hover,
            #BUTTON_TEXT297 > .ladi-headline:hover,
            #BUTTON298 > .ladi-button:hover,
            #BUTTON_TEXT298 > .ladi-headline:hover,
            #BUTTON302 > .ladi-button:hover,
            #BUTTON_TEXT302 > .ladi-headline:hover,
            #BUTTON300 > .ladi-button:hover,
            #BUTTON_TEXT300 > .ladi-headline:hover,
            #BUTTON308 > .ladi-button:hover,
            #BUTTON_TEXT308 > .ladi-headline:hover,
            #BUTTON310 > .ladi-button:hover,
            #BUTTON_TEXT310 > .ladi-headline:hover,
            #IMAGE523:hover > .ladi-image,
            #IMAGE534:hover > .ladi-image,
            #BOX530 > .ladi-box:hover,
            #SHAPE531:hover > .ladi-shape,
            #SHAPE532:hover > .ladi-shape,
            #PARAGRAPH605 > .ladi-paragraph:hover,
            #SHAPE546:hover > .ladi-shape,
            #PARAGRAPH606 > .ladi-paragraph:hover,
            #HEADLINE664 > .ladi-headline:hover,
            #BUTTON_TEXT583 > .ladi-headline:hover,
            #BOX533 > .ladi-box:hover,
            #HEADLINE607 > .ladi-headline:hover,
            #HEADLINE623 > .ladi-headline:hover,
            #SHAPE541:hover > .ladi-shape,
            #BUTTON_TEXT577 > .ladi-headline:hover,
            #HEADLINE624 > .ladi-headline:hover,
            #HEADLINE621 > .ladi-headline:hover,
            #SHAPE540:hover > .ladi-shape,
            #BUTTON_TEXT575 > .ladi-headline:hover,
            #HEADLINE622 > .ladi-headline:hover,
            #HEADLINE615 > .ladi-headline:hover,
            #SHAPE537:hover > .ladi-shape,
            #BUTTON_TEXT569 > .ladi-headline:hover,
            #HEADLINE616 > .ladi-headline:hover,
            #PARAGRAPH584 > .ladi-paragraph:hover,
            #SHAPE542:hover > .ladi-shape,
            #PARAGRAPH585 > .ladi-paragraph:hover,
            #HEADLINE625 > .ladi-headline:hover,
            #BUTTON_TEXT579 > .ladi-headline:hover,
            #BUTTON_TEXT580 > .ladi-headline:hover,
            #HEADLINE609 > .ladi-headline:hover,
            #SHAPE534:hover > .ladi-shape,
            #BUTTON_TEXT565 > .ladi-headline:hover,
            #HEADLINE610 > .ladi-headline:hover,
            #HEADLINE567 > .ladi-headline:hover,
            #BUTTON_TEXT542 > .ladi-headline:hover,
            #BUTTON_TEXT550 > .ladi-headline:hover,
            #HEADLINE666 > .ladi-headline:hover,
            #HEADLINE531 > .ladi-headline:hover,
            #BUTTON_TEXT523 > .ladi-headline:hover,
            #HEADLINE627 > .ladi-headline:hover,
            #PARAGRAPH602 > .ladi-paragraph:hover,
            #SHAPE545:hover > .ladi-shape,
            #PARAGRAPH603 > .ladi-paragraph:hover,
            #HEADLINE662 > .ladi-headline:hover,
            #BUTTON_TEXT581 > .ladi-headline:hover,
            #BUTTON_TEXT582 > .ladi-headline:hover,
            #BUTTON_TEXT524 > .ladi-headline:hover,
            #BUTTON_TEXT554 > .ladi-headline:hover,
            #HEADLINE605 > .ladi-headline:hover,
            #HEADLINE535 > .ladi-headline:hover,
            #PARAGRAPH547 > .ladi-paragraph:hover,
            #BUTTON_TEXT525 > .ladi-headline:hover,
            #SHAPE525:hover > .ladi-shape,
            #HEADLINE600 > .ladi-headline:hover,
            #BUTTON_TEXT555 > .ladi-headline:hover,
            #BUTTON_TEXT556 > .ladi-headline:hover,
            #BUTTON_TEXT557 > .ladi-headline:hover,
            #BUTTON_TEXT558 > .ladi-headline:hover,
            #HEADLINE601 > .ladi-headline:hover,
            #HEADLINE549 > .ladi-headline:hover,
            #HEADLINE550 > .ladi-headline:hover,
            #HEADLINE551 > .ladi-headline:hover,
            #HEADLINE552 > .ladi-headline:hover,
            #HEADLINE553 > .ladi-headline:hover,
            #HEADLINE554 > .ladi-headline:hover,
            #BUTTON_TEXT559 > .ladi-headline:hover,
            #BUTTON_TEXT560 > .ladi-headline:hover,
            #HEADLINE602 > .ladi-headline:hover,
            #HEADLINE603 > .ladi-headline:hover,
            #BUTTON_TEXT561 > .ladi-headline:hover,
            #BUTTON_TEXT562 > .ladi-headline:hover,
            #HEADLINE604 > .ladi-headline:hover,
            #BOX531 > .ladi-box:hover,
            #BUTTON_TEXT548 > .ladi-headline:hover,
            #HEADLINE584 > .ladi-headline:hover,
            #HEADLINE595 > .ladi-headline:hover,
            #PARAGRAPH572 > .ladi-paragraph:hover,
            #HEADLINE391 > .ladi-headline:hover,
            #HEADLINE319 > .ladi-headline:hover,
            #HEADLINE352 > .ladi-headline:hover,
            #BOX417 > .ladi-box:hover,
            #SHAPE419:hover > .ladi-shape,
            #SHAPE547:hover > .ladi-shape,
            #HEADLINE668 > .ladi-headline:hover,
            #HEADLINE359 > .ladi-headline:hover,
            #SHAPE361:hover > .ladi-shape,
            #HEADLINE362 > .ladi-headline:hover,
            #SHAPE364:hover > .ladi-shape,
            #HEADLINE365 > .ladi-headline:hover,
            #SHAPE367:hover > .ladi-shape,
            #HEADLINE368 > .ladi-headline:hover,
            #SHAPE370:hover > .ladi-shape,
            #HEADLINE371 > .ladi-headline:hover {
                opacity: 1;
            }
            #BUTTON_TEXT304,
            #BUTTON_TEXT297 {
                width: 130px;
            }
            #BUTTON_TEXT304,
            #BUTTON_TEXT306,
            #BUTTON_TEXT297,
            #BUTTON_TEXT298,
            #BUTTON_TEXT302,
            #BUTTON_TEXT300,
            #BUTTON_TEXT308,
            #BUTTON_TEXT310,
            #BUTTON_TEXT577,
            #BUTTON_TEXT578,
            #BUTTON_TEXT575,
            #BUTTON_TEXT576,
            #BUTTON_TEXT569,
            #BUTTON_TEXT570,
            #BUTTON_TEXT565,
            #BUTTON_TEXT568,
            #BUTTON_TEXT542,
            #BUTTON_TEXT550,
            #BUTTON_TEXT523,
            #BUTTON_TEXT582,
            #BUTTON_TEXT524,
            #BUTTON_TEXT554,
            #BUTTON_TEXT555,
            #BUTTON_TEXT556,
            #BUTTON_TEXT557,
            #BUTTON_TEXT558,
            #BUTTON_TEXT559,
            #BUTTON_TEXT560,
            #BUTTON_TEXT561,
            #BUTTON_TEXT562 {
                top: 9px;
                left: 0px;
            }
            #BUTTON_TEXT304 > .ladi-headline,
            #BUTTON_TEXT306 > .ladi-headline,
            #BUTTON_TEXT297 > .ladi-headline,
            #BUTTON_TEXT298 > .ladi-headline,
            #BUTTON_TEXT302 > .ladi-headline,
            #BUTTON_TEXT300 > .ladi-headline,
            #BUTTON_TEXT308 > .ladi-headline,
            #BUTTON_TEXT310 > .ladi-headline {
                font-family: QFuZWxhLUlZGlbSdGY;
                font-size: 16px;
                line-height: 1.6;
                color: rgb(244, 243, 164);
                text-align: center;
            }
            #BUTTON_TEXT304 > .ladi-headline:hover,
            #BUTTON_TEXT306 > .ladi-headline:hover,
            #BUTTON_TEXT297 > .ladi-headline:hover,
            #BUTTON_TEXT298 > .ladi-headline:hover,
            #BUTTON_TEXT302 > .ladi-headline:hover,
            #BUTTON_TEXT300 > .ladi-headline:hover,
            #BUTTON_TEXT308 > .ladi-headline:hover,
            #BUTTON_TEXT310 > .ladi-headline:hover,
            #BUTTON583 > .ladi-button:hover .ladi-headline,
            #BUTTON579 > .ladi-button:hover .ladi-headline,
            #BUTTON581 > .ladi-button:hover .ladi-headline,
            #HEADLINE535 > .ladi-headline:hover,
            #HEADLINE584 > .ladi-headline:hover,
            #HEADLINE595 > .ladi-headline:hover {
                color: rgb(255, 255, 255);
            }
            #BUTTON306 {
                width: 145px;
                height: 40px;
            }
            #BUTTON_TEXT306 {
                width: 145px;
            }
            #SHAPE411 {
                width: 32px;
                height: 32px;
                display: none !important;
            }
            #SHAPE411 svg:last-child,
            #SHAPE532 svg:last-child,
            #SHAPE419 svg:last-child,
            #SHAPE547 svg:last-child,
            #SHAPE361 svg:last-child,
            #SHAPE364 svg:last-child,
            #SHAPE367 svg:last-child,
            #SHAPE370 svg:last-child {
                fill: rgb(255, 255, 255);
            }
            #IMAGE296 > .ladi-image > .ladi-image-background,
            #IMAGE520 > .ladi-image > .ladi-image-background,
            #IMAGE523 > .ladi-image > .ladi-image-background,
            #IMAGE532 > .ladi-image > .ladi-image-background,
            #IMAGE533 > .ladi-image > .ladi-image-background,
            #IMAGE534 > .ladi-image > .ladi-image-background,
            #IMAGE659 > .ladi-image > .ladi-image-background,
            #IMAGE662 > .ladi-image > .ladi-image-background,
            #BOX530,
            #FRAME574,
            #IMAGE770,
            #IMAGE770 > .ladi-image > .ladi-image-background,
            #IMAGE773 > .ladi-image > .ladi-image-background,
            #IMAGE774 > .ladi-image > .ladi-image-background,
            #IMAGE725 > .ladi-image > .ladi-image-background,
            #IMAGE727 > .ladi-image > .ladi-image-background,
            #IMAGE731 > .ladi-image > .ladi-image-background,
            #IMAGE732 > .ladi-image > .ladi-image-background,
            #IMAGE734 > .ladi-image > .ladi-image-background,
            #GROUP588,
            #GROUP586,
            #GROUP579,
            #FRAME564,
            #IMAGE735,
            #IMAGE735 > .ladi-image > .ladi-image-background,
            #IMAGE736 > .ladi-image > .ladi-image-background,
            #IMAGE728 > .ladi-image > .ladi-image-background,
            #GROUP574,
            #IMAGE771,
            #IMAGE771 > .ladi-image > .ladi-image-background,
            #IMAGE772 > .ladi-image > .ladi-image-background,
            #IMAGE660 > .ladi-image > .ladi-image-background,
            #IMAGE661 > .ladi-image > .ladi-image-background,
            #IMAGE678,
            #IMAGE678 > .ladi-image > .ladi-image-background,
            #IMAGE679 > .ladi-image > .ladi-image-background,
            #IMAGE680 > .ladi-image > .ladi-image-background,
            #IMAGE681 > .ladi-image > .ladi-image-background,
            #IMAGE699 > .ladi-image > .ladi-image-background,
            #IMAGE724 > .ladi-image > .ladi-image-background,
            #IMAGE535 > .ladi-image > .ladi-image-background,
            #IMAGE664 > .ladi-image > .ladi-image-background,
            #IMAGE758,
            #IMAGE758 > .ladi-image > .ladi-image-background,
            #IMAGE759 > .ladi-image > .ladi-image-background,
            #IMAGE762,
            #IMAGE762 > .ladi-image > .ladi-image-background,
            #IMAGE763 > .ladi-image > .ladi-image-background,
            #IMAGE764,
            #IMAGE764 > .ladi-image > .ladi-image-background,
            #IMAGE765 > .ladi-image > .ladi-image-background,
            #IMAGE766,
            #IMAGE766 > .ladi-image > .ladi-image-background,
            #IMAGE767 > .ladi-image > .ladi-image-background,
            #FRAME573,
            #IMAGE768,
            #IMAGE768 > .ladi-image > .ladi-image-background,
            #IMAGE769 > .ladi-image > .ladi-image-background,
            #IMAGE537 > .ladi-image > .ladi-image-background,
            #IMAGE538 > .ladi-image > .ladi-image-background,
            #BUTTON524,
            #FORM_ITEM527,
            #TAB_ITEM539,
            #IMAGE549,
            #TAB_ITEM522,
            #IMAGE550,
            #TAB_ITEM523,
            #IMAGE556,
            #TAB_ITEM524,
            #IMAGE557,
            #BUTTON526,
            #BUTTON532,
            #TAB_ITEM525,
            #IMAGE574,
            #TAB_ITEM526,
            #BUTTON557,
            #IMAGE641 > .ladi-image > .ladi-image-background,
            #IMAGE642 > .ladi-image > .ladi-image-background,
            #IMAGE645 > .ladi-image > .ladi-image-background,
            #BUTTON559,
            #IMAGE688 > .ladi-image > .ladi-image-background,
            #IMAGE689 > .ladi-image > .ladi-image-background,
            #IMAGE690 > .ladi-image > .ladi-image-background,
            #IMAGE691 > .ladi-image > .ladi-image-background,
            #BUTTON561,
            #FORM_ITEM531,
            #IMAGE702 > .ladi-image > .ladi-image-background,
            #BUTTON563,
            #IMAGE776 > .ladi-image > .ladi-image-background,
            #BOX417,
            #SHAPE547,
            #SHAPE361,
            #SHAPE364,
            #SHAPE367,
            #SHAPE370,
            #POPUP521,
            #FORM_ITEM534,
            #POPUP522,
            #FORM_ITEM537 {
                top: 0px;
                left: 0px;
            }
            #IMAGE296 > .ladi-image > .ladi-image-background {
                background-image: url("../images/s500x350/5ea845b95da1a2557f302daa/logo_vgs-07-20240417180949-9wzdb.png");
            }
            #BUTTON298 {
                width: 94px;
                height: 40px;
            }
            #BUTTON_TEXT298 {
                width: 94px;
            }
            #BUTTON302 {
                width: 122px;
                height: 40px;
            }
            #BUTTON_TEXT302,
            #PARAGRAPH535,
            #PARAGRAPH541 {
                width: 122px;
            }
            #BUTTON300 {
                width: 111px;
                height: 40px;
            }
            #BUTTON_TEXT300 {
                width: 111px;
            }
            #BUTTON308 {
                width: 102px;
                height: 40px;
            }
            #BUTTON_TEXT308 {
                width: 102px;
            }
            #BUTTON310 {
                width: 96.995px;
                height: 40px;
            }
            #BUTTON_TEXT310 {
                width: 97px;
            }
            #SECTION14 > .ladi-section-background,
            #SECTION520 > .ladi-section-background,
            #SECTION522 > .ladi-section-background,
            #SECTION523 > .ladi-section-background,
            #SECTION525 > .ladi-section-background {
                background-size: cover;
                background-origin: content-box;
                background-position: 50% 50%;
                background-repeat: repeat;
                background-attachment: scroll;
            }
            #IMAGE520 > .ladi-image,
            #BUTTON526 > .ladi-button,
            #BUTTON527 > .ladi-button,
            #BUTTON528 > .ladi-button,
            #BUTTON529 > .ladi-button,
            #BUTTON532 > .ladi-button,
            #BUTTON533 > .ladi-button,
            #BUTTON534 > .ladi-button {
                border-radius: 0px;
            }
            #IMAGE520:hover > .ladi-image,
            #IMAGE532:hover > .ladi-image,
            #IMAGE533:hover > .ladi-image,
            #IMAGE658:hover > .ladi-image,
            #IMAGE535:hover > .ladi-image,
            #SHAPE520:hover > .ladi-shape,
            #SHAPE521:hover > .ladi-shape,
            #SHAPE522:hover > .ladi-shape,
            #SHAPE523:hover > .ladi-shape,
            #IMAGE538:hover > .ladi-image,
            #IMAGE549:hover > .ladi-image,
            #IMAGE556:hover > .ladi-image,
            #IMAGE557:hover > .ladi-image,
            #IMAGE558:hover > .ladi-image,
            #IMAGE574:hover > .ladi-image,
            #IMAGE575:hover > .ladi-image,
            #IMAGE576:hover > .ladi-image,
            #IMAGE577:hover > .ladi-image,
            #IMAGE578:hover > .ladi-image,
            #IMAGE602:hover > .ladi-image,
            #IMAGE603:hover > .ladi-image,
            #IMAGE604:hover > .ladi-image,
            #IMAGE605:hover > .ladi-image,
            #IMAGE606:hover > .ladi-image {
                transform: scale(1.01);
                opacity: 1;
            }
            #IMAGE523 > .ladi-image > .ladi-image-background {
                background-image: url("../images/s500x400/5c7362c6c417ab07e5196b05/kjlyhio-20210129081258.png");
            }
            #IMAGE534 > .ladi-image {
                transform: perspective(1000px) rotateY(180deg);
            }
            #IMAGE659 > .ladi-image > .ladi-image-background,
            #IMAGE662 > .ladi-image > .ladi-image-background,
            #IMAGE774 > .ladi-image > .ladi-image-background,
            #IMAGE664 > .ladi-image > .ladi-image-background,
            #IMAGE759 > .ladi-image > .ladi-image-background,
            #IMAGE763 > .ladi-image > .ladi-image-background,
            #IMAGE765 > .ladi-image > .ladi-image-background,
            #IMAGE767 > .ladi-image > .ladi-image-background {
                background-image: url("../images/5ea845b95da1a2557f302daa/15d196d9f68b931621380b51d4fdc2b91713e4268758ec4bab11d3fe-20221223123955-5tgkw-20240410024712-rchmo-20240503180716-pfwpe.gif");
            }
            #GROUP547,
            #GROUP416 {
                top: auto;
            }
            #GROUP547 {
                right: auto;
                bottom: 20px;
                position: fixed;
                z-index: 90000050;
            }
            #GROUP547.ladi-animation > .ladi-group,
            #GROUP416.ladi-animation > .ladi-group {
                animation-name: tada;
                animation-delay: 0s;
                animation-duration: 1.5s;
                animation-iteration-count: infinite;
            }
            #BOX530 > .ladi-box,
            #BOX417 > .ladi-box {
                border-width: 1px;
                border-radius: 99px;
                border-style: solid;
                border-color: rgb(245, 238, 228);
                background-color: rgba(253, 251, 251, 0);
            }
            #SHAPE531 svg:last-child {
                fill: url("#SHAPE531_desktop_gradient");
            }
            #GROUP633 {
                height: 303.924px;
            }
            #GROUP634,
            #FRAME574 {
                height: 283.982px;
            }
            #GROUP634 {
                top: 19.9417px;
            }
            #GROUP634.ladi-animation > .ladi-group,
            #GROUP594.ladi-animation > .ladi-group,
            #GROUP632.ladi-animation > .ladi-group {
                animation-name: fadeInRight;
                animation-delay: 1s;
                animation-duration: 1.5s;
                animation-iteration-count: 1;
            }
            #FRAME574 > .ladi-frame-bg > .ladi-frame-background,
            #BUTTON577 > .ladi-button > .ladi-button-background,
            #BUTTON575 > .ladi-button > .ladi-button-background,
            #BUTTON569 > .ladi-button > .ladi-button-background,
            #FRAME564 > .ladi-frame-bg > .ladi-frame-background,
            #BUTTON580 > .ladi-button > .ladi-button-background,
            #BUTTON565 > .ladi-button > .ladi-button-background,
            #BUTTON542 > .ladi-button > .ladi-button-background,
            #BUTTON550 > .ladi-button > .ladi-button-background,
            #BUTTON523 > .ladi-button > .ladi-button-background,
            #FRAME573 > .ladi-frame-bg > .ladi-frame-background,
            #BUTTON582 > .ladi-button > .ladi-button-background,
            #BUTTON524 > .ladi-button > .ladi-button-background,
            #BUTTON554 > .ladi-button > .ladi-button-background,
            #BUTTON555 > .ladi-button > .ladi-button-background,
            #BUTTON556 > .ladi-button > .ladi-button-background,
            #BUTTON557 > .ladi-button > .ladi-button-background,
            #BUTTON558 > .ladi-button > .ladi-button-background,
            #BUTTON559 > .ladi-button > .ladi-button-background,
            #BUTTON560 > .ladi-button > .ladi-button-background,
            #BUTTON561 > .ladi-button > .ladi-button-background,
            #BUTTON562 > .ladi-button > .ladi-button-background {
                background-color: rgb(255, 91, 19);
            }
            #FRAME574 > .ladi-frame-bg > .ladi-frame-background,
            #FRAME564 > .ladi-frame-bg > .ladi-frame-background,
            #FRAME573 > .ladi-frame-bg > .ladi-frame-background,
            #BUTTON525 > .ladi-button:hover,
            #BUTTON548 > .ladi-button:hover {
                opacity: 0.9;
            }
            #FRAME574 > .ladi-frame {
                border-width: 1px;
                border-radius: 16px;
                border-style: solid;
                border-color: rgb(255, 255, 255);
            }
            #FRAME574 > .ladi-frame,
            #FRAME564 > .ladi-frame,
            #FRAME573 > .ladi-frame {
                box-shadow: rgb(0, 0, 0) 0px 0px 20px -15px;
            }
            #FRAME574 > .ladi-frame:hover,
            #FRAME574 > .ladi-frame:hover ~ .ladi-frame-bg,
            #BUTTON583 > .ladi-button:hover,
            #FRAME564 > .ladi-frame:hover,
            #FRAME564 > .ladi-frame:hover ~ .ladi-frame-bg,
            #BUTTON579 > .ladi-button:hover,
            #FRAME573 > .ladi-frame:hover,
            #FRAME573 > .ladi-frame:hover ~ .ladi-frame-bg,
            #BUTTON581 > .ladi-button:hover {
                transform: scale(1.03);
                opacity: 1;
            }
            #PARAGRAPH605 {
                top: 23.3976px;
            }
            #PARAGRAPH605 > .ladi-paragraph,
            #PARAGRAPH584 > .ladi-paragraph,
            #PARAGRAPH602 > .ladi-paragraph {
                font-size: 18px;
                font-weight: bold;
                line-height: 1.4;
                color: rgb(255, 255, 255);
            }
            #SHAPE546 {
                height: 182.09px;
                top: 186.814px;
            }
            #SHAPE546 svg:last-child,
            #SHAPE542 svg:last-child,
            #SHAPE545 svg:last-child {
                fill: rgba(13, 98, 242, 0.2);
            }
            #PARAGRAPH606 {
                top: 279.992px;
            }
            #PARAGRAPH606 > .ladi-paragraph,
            #PARAGRAPH585 > .ladi-paragraph,
            #PARAGRAPH603 > .ladi-paragraph {
                font-size: 12px;
                line-height: 1.6;
                color: rgb(255, 255, 255);
            }
            #HEADLINE664 > .ladi-headline {
                font-family: VVRNIEFtZXJpYFuYUIudHRm;
                font-weight: bold;
                line-height: 1.6;
                color: rgb(255, 255, 255);
                text-align: center;
            }
            #FORM530 {
                height: 202.273px;
                top: 63.4394px;
            }
            #FORM530 > .ladi-form,
            #FORM528 > .ladi-form,
            #FORM529 > .ladi-form {
                font-size: 14px;
                line-height: 1.6;
                color: rgba(5, 31, 77, 0.8);
            }
            #FORM530 .ladi-form .ladi-form-checkout-payment-item,
            #FORM528 .ladi-form .ladi-form-checkout-payment-item,
            #FORM529 .ladi-form .ladi-form-checkout-payment-item,
            #FORM523 .ladi-form .ladi-form-checkout-payment-item,
            #FORM524 .ladi-form .ladi-form-checkout-payment-item,
            #FORM525 .ladi-form .ladi-form-checkout-payment-item,
            #FORM526 .ladi-form .ladi-form-checkout-payment-item {
                --check-size: calc(14px * 1.5);
                --width-quantity: calc(14px * 2.5 + 30px);
            }
            #FORM530 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item span[data-checked="false"],
            #FORM530 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item .ladi-editing,
            #FORM530 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item .ladi-editing::placeholder,
            #FORM530 .ladi-form .ladi-survey-option .ladi-survey-option-label,
            #FORM530 .ladi-form-item .ladi-form-control::placeholder,
            #FORM530 .ladi-form-item select.ladi-form-control[data-selected=""],
            #FORM530 .ladi-form-checkout-payment-quantity input,
            #FORM528 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item span[data-checked="false"],
            #FORM528 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item .ladi-editing,
            #FORM528 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item .ladi-editing::placeholder,
            #FORM528 .ladi-form .ladi-survey-option .ladi-survey-option-label,
            #FORM528 .ladi-form-item .ladi-form-control::placeholder,
            #FORM528 .ladi-form-item select.ladi-form-control[data-selected=""],
            #FORM528 .ladi-form-checkout-payment-quantity input,
            #FORM529 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item span[data-checked="false"],
            #FORM529 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item .ladi-editing,
            #FORM529 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item .ladi-editing::placeholder,
            #FORM529 .ladi-form .ladi-survey-option .ladi-survey-option-label,
            #FORM529 .ladi-form-item .ladi-form-control::placeholder,
            #FORM529 .ladi-form-item select.ladi-form-control[data-selected=""],
            #FORM529 .ladi-form-checkout-payment-quantity input {
                color: rgba(5, 31, 77, 0.8);
            }
            #FORM530:hover .overlay-checkout,
            #FORM528:hover .overlay-checkout,
            #FORM529:hover .overlay-checkout,
            #FORM523:hover .overlay-checkout,
            #FORM524:hover .overlay-checkout,
            #FORM525:hover .overlay-checkout,
            #FORM526:hover .overlay-checkout {
                display: flex !important;
            }
            #FORM530 .ladi-form-item,
            #FORM528 .ladi-form-item,
            #FORM529 .ladi-form-item,
            #FORM523 .ladi-form-item,
            #FORM524 .ladi-form-item,
            #FORM525 .ladi-form-item,
            #FORM526 .ladi-form-item {
                padding-left: 8px;
                padding-right: 8px;
            }
            #FORM530 .ladi-form-item.otp-countdown:before,
            #FORM528 .ladi-form-item.otp-countdown:before,
            #FORM529 .ladi-form-item.otp-countdown:before,
            #FORM523 .ladi-form-item.otp-countdown:before,
            #FORM524 .ladi-form-item.otp-countdown:before,
            #FORM525 .ladi-form-item.otp-countdown:before,
            #FORM526 .ladi-form-item.otp-countdown:before {
                right: 13px;
            }
            #FORM530 .ladi-form-item.ladi-form-checkbox,
            #FORM528 .ladi-form-item.ladi-form-checkbox,
            #FORM529 .ladi-form-item.ladi-form-checkbox,
            #FORM523 .ladi-form-item.ladi-form-checkbox,
            #FORM524 .ladi-form-item.ladi-form-checkbox,
            #FORM525 .ladi-form-item.ladi-form-checkbox,
            #FORM526 .ladi-form-item.ladi-form-checkbox {
                padding-left: 13px;
                padding-right: 13px;
            }
            #FORM530 .ladi-form-item-container .ladi-form-item .ladi-form-control-select,
            #FORM528 .ladi-form-item-container .ladi-form-item .ladi-form-control-select,
            #FORM529 .ladi-form-item-container .ladi-form-item .ladi-form-control-select {
                background-image: url("data:image/svg+xml;utf8, %3Csvg%20width%3D%2232%22%20height%3D%2224%22%20viewBox%3D%220%200%2032%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpolygon%20points%3D%220%2C0%2032%2C0%2016%2C24%22%20style%3D%22fill%3A%20rgba(5%2C%2031%2C%2077%2C%200.8)%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E");
            }
            #FORM530 .ladi-form [data-form-checkout-item="product"] .ladi-form-checkout-payment-check.multiple.checked:before,
            #FORM530 .ladi-form [data-form-checkout-item="product"] .ladi-form-checkout-payment-check:not(.multiple).checked:before,
            #FORM530 .ladi-form [data-form-checkout-item="payment"] .ladi-form-checkout-payment-check.checked:before,
            #FORM530 .ladi-form [data-form-checkout-item="fee_shipping"] .ladi-form-checkout-payment-check.checked:before,
            #FORM530 .ladi-form-checkout-payment-quantity .up:before,
            #FORM530 .ladi-form-checkout-payment-quantity .down:before,
            #FORM530 [data-form-checkout-item="payment"] .ladi-form-item .ladi-form-checkout-payment-content div:before,
            #FORM528 .ladi-form [data-form-checkout-item="product"] .ladi-form-checkout-payment-check.multiple.checked:before,
            #FORM528 .ladi-form [data-form-checkout-item="product"] .ladi-form-checkout-payment-check:not(.multiple).checked:before,
            #FORM528 .ladi-form [data-form-checkout-item="payment"] .ladi-form-checkout-payment-check.checked:before,
            #FORM528 .ladi-form [data-form-checkout-item="fee_shipping"] .ladi-form-checkout-payment-check.checked:before,
            #FORM528 .ladi-form-checkout-payment-quantity .up:before,
            #FORM528 .ladi-form-checkout-payment-quantity .down:before,
            #FORM528 [data-form-checkout-item="payment"] .ladi-form-item .ladi-form-checkout-payment-content div:before,
            #FORM529 .ladi-form [data-form-checkout-item="product"] .ladi-form-checkout-payment-check.multiple.checked:before,
            #FORM529 .ladi-form [data-form-checkout-item="product"] .ladi-form-checkout-payment-check:not(.multiple).checked:before,
            #FORM529 .ladi-form [data-form-checkout-item="payment"] .ladi-form-checkout-payment-check.checked:before,
            #FORM529 .ladi-form [data-form-checkout-item="fee_shipping"] .ladi-form-checkout-payment-check.checked:before,
            #FORM529 .ladi-form-checkout-payment-quantity .up:before,
            #FORM529 .ladi-form-checkout-payment-quantity .down:before,
            #FORM529 [data-form-checkout-item="payment"] .ladi-form-item .ladi-form-checkout-payment-content div:before {
                background-color: rgba(5, 31, 77, 0.8);
            }
            #FORM530 .ladi-survey-option,
            #FORM528 .ladi-survey-option,
            #FORM529 .ladi-survey-option,
            #FORM523 .ladi-survey-option,
            #FORM524 .ladi-survey-option,
            #FORM525 .ladi-survey-option,
            #FORM526 .ladi-survey-option {
                text-align: left;
            }
            #FORM530 .ladi-form-item-container,
            #FORM530 .ladi-form-checkout-box,
            #FORM530 .ladi-form-checkout-bump-offer-product,
            #FORM530 .ladi-form-label-container .ladi-form-label-item,
            #FORM528 .ladi-form-item-container,
            #FORM528 .ladi-form-checkout-box,
            #FORM528 .ladi-form-checkout-bump-offer-product,
            #FORM528 .ladi-form-label-container .ladi-form-label-item,
            #FORM529 .ladi-form-item-container,
            #FORM529 .ladi-form-checkout-box,
            #FORM529 .ladi-form-checkout-bump-offer-product,
            #FORM529 .ladi-form-label-container .ladi-form-label-item {
                border-width: 1px;
                border-radius: 10px;
                border-style: solid;
                border-color: rgb(238, 238, 238);
            }
            #FORM530 .ladi-form-item-container .ladi-form-item.ladi-form-quantity,
            #FORM528 .ladi-form-item-container .ladi-form-item.ladi-form-quantity,
            #FORM529 .ladi-form-item-container .ladi-form-item.ladi-form-quantity,
            #FORM523 .ladi-form-item-container .ladi-form-item.ladi-form-quantity,
            #FORM524 .ladi-form-item-container .ladi-form-item.ladi-form-quantity,
            #FORM525 .ladi-form-item-container .ladi-form-item.ladi-form-quantity,
            #FORM526 .ladi-form-item-container .ladi-form-item.ladi-form-quantity {
                width: calc(100% + 1px);
            }
            #FORM530 .ladi-form-item-container .ladi-form-quantity .button,
            #FORM530 .ladi-form [data-form-checkout-item="coupon_code"] .content-discount-block .placeholder i,
            #FORM528 .ladi-form-item-container .ladi-form-quantity .button,
            #FORM528 .ladi-form [data-form-checkout-item="coupon_code"] .content-discount-block .placeholder i,
            #FORM529 .ladi-form-item-container .ladi-form-quantity .button,
            #FORM529 .ladi-form [data-form-checkout-item="coupon_code"] .content-discount-block .placeholder i {
                background-color: rgb(238, 238, 238);
            }
            #FORM530 .ladi-form [data-form-checkout-item="total_price"] .space,
            #FORM530 .ladi-form-checkout-payment-quantity input,
            #FORM528 .ladi-form [data-form-checkout-item="total_price"] .space,
            #FORM528 .ladi-form-checkout-payment-quantity input,
            #FORM529 .ladi-form [data-form-checkout-item="total_price"] .space,
            #FORM529 .ladi-form-checkout-payment-quantity input {
                border-color: rgb(238, 238, 238);
            }
            #FORM530 .ladi-form-checkout-payment-quantity input,
            #FORM528 .ladi-form-checkout-payment-quantity input,
            #FORM529 .ladi-form-checkout-payment-quantity input,
            #FORM523 .ladi-form-checkout-payment-quantity input,
            #FORM524 .ladi-form-checkout-payment-quantity input,
            #FORM525 .ladi-form-checkout-payment-quantity input,
            #FORM526 .ladi-form-checkout-payment-quantity input {
                width: 65px;
            }
            #FORM530 .ladi-form-item-background,
            #FORM528 .ladi-form-item-background,
            #FORM529 .ladi-form-item-background {
                border-radius: 9px;
            }
            #FORM530 .ladi-form-item-background,
            #FORM528 .ladi-form-item-background,
            #tongquan > .ladi-section-background,
            #FORM529 .ladi-form-item-background,
            #tienich > .ladi-section-background,
            #FORM523 .ladi-form-item-background,
            #TAB_ITEM539 > .ladi-frame-bg > .ladi-frame-background,
            #TAB_ITEM522 > .ladi-frame-bg > .ladi-frame-background,
            #TAB_ITEM523 > .ladi-frame-bg > .ladi-frame-background,
            #TAB_ITEM524 > .ladi-frame-bg > .ladi-frame-background,
            #BUTTON532 > .ladi-button > .ladi-button-background,
            #BUTTON533 > .ladi-button > .ladi-button-background,
            #BUTTON534 > .ladi-button > .ladi-button-background,
            #TAB_ITEM525 > .ladi-frame-bg > .ladi-frame-background,
            #TAB_ITEM526 > .ladi-frame-bg > .ladi-frame-background,
            #FORM524 .ladi-form-item-background,
            #FORM525 .ladi-form-item-background,
            #FORM526 .ladi-form-item-background {
                background-color: rgb(255, 255, 255);
            }
            #BUTTON583 {
                height: 37.3073px;
                top: 164.966px;
            }
            #BUTTON583 > .ladi-button > .ladi-button-background,
            #BUTTON579 > .ladi-button > .ladi-button-background,
            #BUTTON581 > .ladi-button > .ladi-button-background {
                background-image: linear-gradient(135deg, rgb(10, 103, 233), rgb(249, 212, 35));
                background-color: initial;
                background-size: initial;
                background-origin: initial;
                background-position: initial;
                background-repeat: initial;
                background-attachment: initial;
            }
            #BUTTON583 > .ladi-button,
            #BUTTON579 > .ladi-button,
            #BUTTON581 > .ladi-button {
                border-radius: 40px;
            }
            #BUTTON583 > .ladi-button:hover .ladi-button-background,
            #BUTTON579 > .ladi-button:hover .ladi-button-background,
            #BUTTON581 > .ladi-button:hover .ladi-button-background {
                background-image: none !important;
                background-color: rgb(255, 174, 15) !important;
                background-size: initial !important;
                background-origin: initial !important;
                background-position: initial !important;
                background-repeat: initial !important;
                background-attachment: initial !important;
            }
            #BUTTON583 > .ladi-button:hover .ladi-button-background,
            #BUTTON579 > .ladi-button:hover .ladi-button-background,
            #BUTTON581 > .ladi-button:hover .ladi-button-background,
            #BUTTON525 > .ladi-button:hover .ladi-button-background,
            #BUTTON_GROUP520 > .ladi-button-group > .ladi-element.selected > .ladi-button .ladi-button-background,
            #BUTTON_GROUP521 > .ladi-button-group > .ladi-element.selected > .ladi-button .ladi-button-background,
            #BUTTON548 > .ladi-button:hover .ladi-button-background {
                -webkit-background-clip: initial !important;
            }
            #BUTTON_TEXT583 {
                top: 8.394px;
                left: 0px;
            }
            #BUTTON_TEXT583 > .ladi-headline {
                font-family: Montserrat, sans-serif;
                font-size: 21px;
                font-weight: bold;
                line-height: 1.6;
                color: rgb(255, 255, 255);
                text-align: center;
                text-shadow: rgb(0, 0, 0) 0px 1px 3px;
            }
            #FORM_ITEM551,
            #FORM_ITEM552 {
                height: 34.3302px;
            }
            #FORM_ITEM551,
            #BOX533,
            #HEADLINE623,
            #HEADLINE621,
            #FORM_ITEM543,
            #IMAGE658 > .ladi-image > .ladi-image-background,
            #PARAGRAPH567,
            #IMAGE759,
            #HEADLINE639,
            #IMAGE763,
            #IMAGE765,
            #IMAGE767,
            #FORM_ITEM547,
            #IMAGE640,
            #HEADLINE319 {
                top: 0px;
            }
            #FORM_ITEM551 .ladi-form-item-container,
            #FORM_ITEM543 .ladi-form-item-container,
            #FORM_ITEM547 .ladi-form-item-container {
                transform: perspective(1000px) rotateX(9deg);
            }
            #FORM_ITEM552 {
                top: 38.1663px;
            }
            #FORM_ITEM553,
            #FORM_ITEM554 {
                height: 35.9977px;
            }
            #FORM_ITEM553 {
                top: 76.6102px;
                left: 0px;
            }
            #FORM_ITEM554 {
                top: 116.723px;
                left: 0px;
            }
            #IMAGE770 > .ladi-image > .ladi-image-background {
                width: 91.0862px;
                height: 73.5544px;
            }
            #IMAGE770 > .ladi-image > .ladi-image-background,
            #IMAGE735 > .ladi-image > .ladi-image-background,
            #IMAGE768 > .ladi-image > .ladi-image-background {
                background-image: url("../fonts/72f12f2fa1c66797ad612fb32c96b512-20230508153212-urczl.svg");
            }
            #IMAGE773,
            #IMAGE773 > .ladi-image > .ladi-image-background {
                width: 193.55px;
                height: 94.8772px;
            }
            #IMAGE773 > .ladi-image > .ladi-image-background {
                background-image: url("../images/s500x400/5ea845b95da1a2557f302daa/350-20240927020610-qyrws.png");
            }
            #IMAGE773:hover > .ladi-image,
            #BUTTON578 > .ladi-button:hover,
            #BUTTON576 > .ladi-button:hover,
            #BUTTON570 > .ladi-button:hover,
            #BUTTON568 > .ladi-button:hover,
            #IMAGE550:hover > .ladi-image,
            #IMAGE553:hover > .ladi-image,
            #IMAGE554:hover > .ladi-image,
            #IMAGE555:hover > .ladi-image,
            #IMAGE640:hover > .ladi-image,
            #IMAGE641:hover > .ladi-image,
            #IMAGE642:hover > .ladi-image,
            #IMAGE643:hover > .ladi-image,
            #IMAGE644:hover > .ladi-image,
            #IMAGE645:hover > .ladi-image,
            #IMAGE688:hover > .ladi-image,
            #IMAGE689:hover > .ladi-image,
            #IMAGE690:hover > .ladi-image,
            #IMAGE691:hover > .ladi-image,
            #IMAGE692:hover > .ladi-image,
            #IMAGE776:hover > .ladi-image {
                transform: scale(1.02);
                opacity: 1;
            }
            #SECTION529 > .ladi-section-background,
            #SECTION530 > .ladi-section-background,
            #SECTION528 > .ladi-section-background {
                background-size: cover;
                background-origin: content-box;
                background-position: 50% 0%;
                background-repeat: repeat;
                background-attachment: scroll;
            }
            #BOX533 > .ladi-box {
                border-width: 2px;
                border-radius: 15px;
                border-style: dashed;
                border-color: rgb(251, 249, 109);
                background-color: rgb(212, 79, 23);
            }
            #IMAGE725,
            #SHAPE540,
            #SHAPE537,
            #BUTTON_TEXT579,
            #FORM_ITEM545,
            #FORM_ITEM546,
            #BUTTON_TEXT580,
            #IMAGE728,
            #SHAPE534,
            #IMAGE658,
            #GROUP571,
            #IMAGE679,
            #IMAGE680,
            #IMAGE681,
            #IMAGE699,
            #IMAGE724,
            #PARAGRAPH595,
            #FORM_ITEM549,
            #FORM_ITEM529,
            #BUTTON_TEXT526,
            #BUTTON_TEXT527,
            #BUTTON_TEXT528,
            #BUTTON_TEXT529,
            #BUTTON_TEXT532,
            #BUTTON_TEXT533,
            #BUTTON_TEXT534,
            #IMAGE576,
            #IMAGE578,
            #IMAGE602,
            #IMAGE603,
            #BUTTON_TEXT548,
            #BUTTON_TEXT563,
            #HEADLINE352 {
                left: 0px;
            }
            #IMAGE725 > .ladi-image > .ladi-image-background,
            #IMAGE727 > .ladi-image > .ladi-image-background,
            #IMAGE660 > .ladi-image > .ladi-image-background,
            #IMAGE661 > .ladi-image > .ladi-image-background {
                background-image: url("../images/5ea845b95da1a2557f302daa/icon-hot-2-20240506022226-kynux.gif");
            }
            #HEADLINE607 > .ladi-headline {
                font-family: VVRNIEFtZXJpYFuYUIudHRm;
                font-weight: bold;
                line-height: 1;
                color: rgb(255, 253, 77);
            }
            #HEADLINE608 > .ladi-headline {
                font-weight: bold;
                line-height: 1.6;
                color: rgb(36, 36, 36);
                text-align: center;
            }
            #HEADLINE623,
            #HEADLINE621,
            #HEADLINE615 {
                width: 304px;
            }
            #HEADLINE623 > .ladi-headline {
                font-family: VVRNIEFtZXJpYFuYUIudHRm;
                font-size: 34px;
                font-weight: bold;
                line-height: 1;
                color: rgb(177, 29, 49);
                text-align: left;
            }
            #SHAPE541 {
                top: 9.277px;
                left: 0px;
            }
            #SHAPE541 svg:last-child,
            #SHAPE540 svg:last-child,
            #SHAPE537 svg:last-child,
            #SHAPE534 svg:last-child {
                fill: rgb(249, 187, 0);
            }
            #PARAGRAPH583,
            #PARAGRAPH582,
            #PARAGRAPH579,
            #PARAGRAPH576 {
                width: 383px;
            }
            #PARAGRAPH583 > .ladi-paragraph,
            #PARAGRAPH582 > .ladi-paragraph,
            #PARAGRAPH579 > .ladi-paragraph,
            #PARAGRAPH607 > .ladi-paragraph {
                line-height: 1.8;
                color: rgb(36, 36, 36);
                text-align: left;
            }
            #BUTTON577,
            #BUTTON575,
            #BUTTON569,
            #BUTTON565 {
                width: 353px;
                height: 40px;
            }
            #BUTTON577 > .ladi-button,
            #BUTTON575 > .ladi-button,
            #BUTTON569 > .ladi-button,
            #BUTTON565 > .ladi-button {
                border-radius: 10px;
            }
            #BUTTON577 > .ladi-button,
            #BUTTON575 > .ladi-button,
            #BUTTON569 > .ladi-button,
            #BUTTON580 > .ladi-button,
            #BUTTON565 > .ladi-button,
            #BUTTON542 > .ladi-button,
            #BUTTON550 > .ladi-button,
            #BUTTON523 > .ladi-button,
            #BUTTON582 > .ladi-button,
            #BUTTON524 > .ladi-button,
            #BUTTON554 > .ladi-button,
            #BUTTON555 > .ladi-button,
            #BUTTON556 > .ladi-button,
            #BUTTON557 > .ladi-button,
            #BUTTON558 > .ladi-button,
            #BUTTON559 > .ladi-button,
            #BUTTON560 > .ladi-button,
            #BUTTON561 > .ladi-button,
            #BUTTON562 > .ladi-button {
                box-shadow: rgb(0, 0, 0) 0px 10px 15px -15px;
            }
            #BUTTON577 > .ladi-button:hover,
            #BUTTON575 > .ladi-button:hover,
            #BUTTON569 > .ladi-button:hover,
            #BUTTON580 > .ladi-button:hover,
            #BUTTON565 > .ladi-button:hover,
            #BUTTON542 > .ladi-button:hover,
            #BUTTON550 > .ladi-button:hover,
            #BUTTON523 > .ladi-button:hover,
            #BUTTON582 > .ladi-button:hover,
            #BUTTON524 > .ladi-button:hover,
            #BUTTON554 > .ladi-button:hover,
            #BUTTON555 > .ladi-button:hover,
            #BUTTON556 > .ladi-button:hover,
            #BUTTON557 > .ladi-button:hover,
            #BUTTON558 > .ladi-button:hover,
            #BUTTON559 > .ladi-button:hover,
            #BUTTON560 > .ladi-button:hover,
            #BUTTON561 > .ladi-button:hover,
            #BUTTON562 > .ladi-button:hover {
                transform: scale(1.05);
                opacity: 0.95;
            }
            #BUTTON_TEXT577,
            #BUTTON_TEXT575,
            #BUTTON_TEXT569,
            #BUTTON_TEXT565 {
                width: 353px;
            }
            #BUTTON_TEXT577 > .ladi-headline,
            #BUTTON_TEXT575 > .ladi-headline,
            #BUTTON_TEXT569 > .ladi-headline,
            #BUTTON_TEXT580 > .ladi-headline,
            #BUTTON_TEXT565 > .ladi-headline,
            #BUTTON_TEXT542 > .ladi-headline,
            #BUTTON_TEXT550 > .ladi-headline,
            #BUTTON_TEXT523 > .ladi-headline,
            #BUTTON_TEXT582 > .ladi-headline,
            #BUTTON_TEXT524 > .ladi-headline,
            #BUTTON_TEXT554 > .ladi-headline,
            #BUTTON_TEXT555 > .ladi-headline,
            #BUTTON_TEXT556 > .ladi-headline,
            #BUTTON_TEXT557 > .ladi-headline,
            #BUTTON_TEXT558 > .ladi-headline,
            #BUTTON_TEXT559 > .ladi-headline,
            #BUTTON_TEXT560 > .ladi-headline,
            #BUTTON_TEXT561 > .ladi-headline,
            #BUTTON_TEXT562 > .ladi-headline {
                font-family: Montserrat, sans-serif;
                font-size: 16px;
                font-weight: bold;
                line-height: 1.6;
                color: rgb(255, 255, 255);
                text-align: center;
            }
            #HEADLINE624,
            #HEADLINE622,
            #HEADLINE616 {
                width: 128px;
            }
            #HEADLINE624 {
                left: 83px;
            }
            #HEADLINE624 > .ladi-headline,
            #HEADLINE622 > .ladi-headline,
            #HEADLINE616 > .ladi-headline {
                font-weight: bold;
                line-height: 1;
                color: rgb(177, 29, 49);
                text-align: left;
            }
            #BUTTON578 > .ladi-button > .ladi-button-background,
            #BUTTON576 > .ladi-button > .ladi-button-background,
            #BUTTON570 > .ladi-button > .ladi-button-background,
            #BUTTON568 > .ladi-button > .ladi-button-background {
                background-image: linear-gradient(rgb(254, 88, 88), rgb(238, 150, 23));
                background-color: initial;
                background-size: initial;
                background-origin: initial;
                background-position: initial;
                background-repeat: initial;
                background-attachment: initial;
            }
            #BUTTON578 > .ladi-button,
            #BUTTON576 > .ladi-button,
            #BUTTON570 > .ladi-button,
            #BUTTON568 > .ladi-button,
            #IMAGE550 > .ladi-image,
            #IMAGE553 > .ladi-image,
            #IMAGE554 > .ladi-image,
            #IMAGE555 > .ladi-image,
            #IMAGE557 > .ladi-image,
            #IMAGE558 > .ladi-image,
            #IMAGE574 > .ladi-image,
            #IMAGE575 > .ladi-image,
            #IMAGE576 > .ladi-image,
            #IMAGE577 > .ladi-image,
            #IMAGE578 > .ladi-image,
            #IMAGE602 > .ladi-image,
            #IMAGE603 > .ladi-image,
            #IMAGE604 > .ladi-image,
            #IMAGE605 > .ladi-image,
            #IMAGE606 > .ladi-image,
            #IMAGE640 > .ladi-image,
            #IMAGE641 > .ladi-image,
            #IMAGE642 > .ladi-image,
            #IMAGE643 > .ladi-image,
            #IMAGE644 > .ladi-image,
            #IMAGE645 > .ladi-image,
            #IMAGE688 > .ladi-image,
            #IMAGE689 > .ladi-image,
            #IMAGE690 > .ladi-image,
            #IMAGE691 > .ladi-image,
            #IMAGE692 > .ladi-image {
                border-radius: 5px;
            }
            #BUTTON_TEXT578,
            #BUTTON_TEXT576,
            #PARAGRAPH537 {
                width: 127px;
            }
            #BUTTON_TEXT578 > .ladi-headline,
            #BUTTON_TEXT576 > .ladi-headline,
            #BUTTON_TEXT570 > .ladi-headline,
            #HEADLINE625 > .ladi-headline,
            #HEADLINE662 > .ladi-headline {
                font-weight: bold;
                line-height: 1.6;
                color: rgb(255, 255, 255);
                text-align: center;
            }
            #HEADLINE621 > .ladi-headline,
            #HEADLINE615 > .ladi-headline,
            #HEADLINE609 > .ladi-headline {
                font-family: VVRNIEFtZXJpYFuYUIudHRm;
                font-weight: bold;
                line-height: 1;
                color: rgb(177, 29, 49);
                text-align: left;
            }
            #HEADLINE615,
            #HEADLINE609 {
                top: 0px;
                left: 6px;
            }
            #HEADLINE665 > .ladi-headline {
                font-family: Montserrat, sans-serif;
                font-weight: bold;
                line-height: 1.6;
                color: rgb(242, 67, 13);
                text-align: left;
            }
            #FRAME564 > .ladi-frame,
            #FRAME573 > .ladi-frame {
                border-width: 2px;
                border-radius: 16px;
                border-style: solid;
                border-color: rgb(255, 255, 255);
            }
            #BUTTON_TEXT579 {
                width: 272px;
            }
            #BUTTON_TEXT579 > .ladi-headline,
            #BUTTON_TEXT581 > .ladi-headline {
                font-size: 21px;
                font-weight: bold;
                line-height: 1.6;
                color: rgb(255, 255, 255);
                text-align: center;
            }
            #HEADLINE626 > .ladi-headline {
                font-family: Oswald, sans-serif;
                font-weight: bold;
                line-height: 1.6;
                color: rgb(177, 29, 49);
                text-align: left;
            }
            #PARAGRAPH586 > .ladi-paragraph {
                font-style: italic;
                line-height: 1.6;
                color: rgb(36, 36, 36);
                text-align: left;
            }
            #IMAGE736 > .ladi-image > .ladi-image-background,
            #IMAGE769 > .ladi-image > .ladi-image-background {
                background-image: url("../images/s550x400/5ea845b95da1a2557f302daa/14-20240729173715-k-ifc.png");
            }
            #BUTTON580 > .ladi-button,
            #BUTTON542 > .ladi-button,
            #BUTTON550 > .ladi-button,
            #BUTTON523 > .ladi-button,
            #BUTTON582 > .ladi-button,
            #BUTTON524 > .ladi-button,
            #BUTTON554 > .ladi-button,
            #BUTTON555 > .ladi-button,
            #BUTTON556 > .ladi-button,
            #BUTTON557 > .ladi-button,
            #BUTTON558 > .ladi-button,
            #BUTTON559 > .ladi-button,
            #BUTTON560 > .ladi-button,
            #BUTTON561 > .ladi-button,
            #BUTTON562 > .ladi-button {
                border-radius: 1000px;
            }
            #GROUP589,
            #GROUP574 {
                width: 389px;
            }
            #HEADLINE609 {
                width: 247px;
            }
            #SHAPE534 {
                width: 98px;
                height: 98px;
            }
            #PARAGRAPH576,
            #BUTTON565 {
                left: 6px;
            }
            #PARAGRAPH576 > .ladi-paragraph {
                font-size: 17px;
                line-height: 1.8;
                color: rgb(36, 36, 36);
                text-align: left;
            }
            #HEADLINE610 {
                width: 135px;
                left: 84px;
            }
            #HEADLINE610 > .ladi-headline {
                font-size: 22px;
                font-weight: bold;
                line-height: 1;
                color: rgb(177, 29, 49);
                text-align: left;
            }
            #BUTTON568 {
                width: 132px;
                height: 26px;
                left: 221.914px;
            }
            #BUTTON_TEXT568 {
                width: 132px;
            }
            #BUTTON_TEXT568 > .ladi-headline {
                font-size: 13px;
                font-weight: bold;
                line-height: 1.6;
                color: rgb(255, 255, 255);
                text-align: center;
            }
            #IMAGE771 > .ladi-image > .ladi-image-background,
            #IMAGE772 > .ladi-image > .ladi-image-background {
                background-image: url("../images/5ea845b95da1a2557f302daa/ladicrom11-20240314032125-zolow.gif");
            }
            #HEADLINE567 > .ladi-headline {
                font-family: VVRNIEFtZXJpYFuYUIudHRm;
                font-weight: bold;
                color: rgb(177, 29, 49);
                text-align: center;
            }
            #BUTTON542,
            #BUTTON523,
            #BUTTON582,
            #BUTTON524,
            #BUTTON554,
            #BUTTON555,
            #BUTTON556,
            #BUTTON557,
            #BUTTON558,
            #BUTTON559,
            #BUTTON560,
            #BUTTON561,
            #BUTTON562 {
                width: 239px;
                height: 40px;
            }
            #BUTTON_TEXT542,
            #BUTTON_TEXT550,
            #BUTTON_TEXT523,
            #BUTTON_TEXT582,
            #BUTTON_TEXT524,
            #BUTTON_TEXT554,
            #BUTTON_TEXT555,
            #BUTTON_TEXT556,
            #BUTTON_TEXT557,
            #BUTTON_TEXT558,
            #BUTTON_TEXT559,
            #BUTTON_TEXT560,
            #BUTTON_TEXT561,
            #BUTTON_TEXT562 {
                width: 239px;
            }
            #BUTTON550 {
                height: 40px;
            }
            #PARAGRAPH567 > .ladi-paragraph {
                color: rgb(125, 0, 0);
                text-align: left;
            }
            #IMAGE678 > .ladi-image > .ladi-image-background,
            #IMAGE679 > .ladi-image > .ladi-image-background,
            #IMAGE680 > .ladi-image > .ladi-image-background,
            #IMAGE681 > .ladi-image > .ladi-image-background,
            #IMAGE699 > .ladi-image > .ladi-image-background,
            #IMAGE724 > .ladi-image > .ladi-image-background {
                background-image: url("../images/5ea845b95da1a2557f302daa/ngoi-sao-20210218082526-20240507043704-xedca.gif");
            }
            #HEADLINE666 > .ladi-headline {
                font-family: VVRNIEFtZXJpYFuYUIudHRm;
                font-weight: bold;
                line-height: 1;
                color: rgb(177, 29, 49);
                text-align: center;
            }
            #HEADLINE531 > .ladi-headline,
            #HEADLINE627 > .ladi-headline {
                font-family: VVRNIEFtZXJpYFuYUIudHRm;
                line-height: 1;
                color: rgb(244, 243, 164);
                text-align: left;
            }
            #PARAGRAPH533 > .ladi-paragraph,
            #PARAGRAPH545 > .ladi-paragraph,
            #PARAGRAPH595 > .ladi-paragraph,
            #PARAGRAPH599 > .ladi-paragraph,
            #PARAGRAPH600 > .ladi-paragraph,
            #PARAGRAPH601 > .ladi-paragraph,
            #PARAGRAPH556 > .ladi-paragraph {
                font-size: 16px;
                line-height: 1.6;
                color: rgb(255, 255, 255);
            }
            #GROUP530 {
                width: 137px;
                height: 120px;
            }
            #SHAPE520,
            #SHAPE521,
            #SHAPE522,
            #SHAPE523 {
                width: 46.0004px;
                height: 46.0004px;
            }
            #SHAPE520,
            #SHAPE521,
            #SHAPE523 {
                top: 0px;
                left: 45.5px;
            }
            #SHAPE520 svg:last-child,
            #SHAPE521 svg:last-child,
            #SHAPE522 svg:last-child,
            #SHAPE523 svg:last-child,
            #SHAPE533 svg:last-child {
                fill: rgb(244, 243, 164);
            }
            #PARAGRAPH535,
            #PARAGRAPH541 {
                top: 46px;
                left: 7.5px;
            }
            #PARAGRAPH535 > .ladi-paragraph,
            #PARAGRAPH537 > .ladi-paragraph,
            #PARAGRAPH539 > .ladi-paragraph,
            #PARAGRAPH541 > .ladi-paragraph {
                font-size: 16px;
                line-height: 1.6;
                color: rgb(255, 255, 255);
                text-align: center;
            }
            #LINE520,
            #LINE521,
            #LINE522,
            #LINE523 {
                width: 131px;
            }
            #LINE520,
            #LINE521,
            #LINE523 {
                top: 64px;
                left: 3px;
            }
            #LINE520 > .ladi-line > .ladi-line-container,
            #LINE521 > .ladi-line > .ladi-line-container,
            #LINE522 > .ladi-line > .ladi-line-container,
            #LINE523 > .ladi-line > .ladi-line-container {
                border-top: 1px solid rgb(255, 255, 255);
                border-right: 1px solid rgb(255, 255, 255);
                border-bottom: 1px solid rgb(255, 255, 255);
                border-left: 0px !important;
            }
            #LINE520 > .ladi-line,
            #LINE521 > .ladi-line,
            #LINE522 > .ladi-line,
            #LINE523 > .ladi-line,
            #LINE540 > .ladi-line,
            #LINE542 > .ladi-line,
            #LINE543 > .ladi-line,
            #LINE544 > .ladi-line,
            #LINE390 > .ladi-line {
                width: 100%;
                padding: 8px 0px;
            }
            #PARAGRAPH536,
            #PARAGRAPH538,
            #PARAGRAPH540,
            #PARAGRAPH542 {
                width: 137px;
            }
            #PARAGRAPH536,
            #PARAGRAPH538,
            #PARAGRAPH542 {
                top: 78px;
                left: 0px;
            }
            #PARAGRAPH536 > .ladi-paragraph,
            #PARAGRAPH538 > .ladi-paragraph,
            #PARAGRAPH540 > .ladi-paragraph,
            #PARAGRAPH542 > .ladi-paragraph {
                font-size: 16px;
                font-weight: bold;
                line-height: 1.3;
                color: rgb(255, 255, 255);
                text-align: center;
            }
            #GROUP531,
            #GROUP533 {
                width: 137px;
                height: 99px;
            }
            #PARAGRAPH537 {
                top: 46.0004px;
                left: 5px;
            }
            #GROUP532 {
                width: 152px;
                height: 120px;
            }
            #SHAPE522 {
                top: 0px;
                left: 53px;
            }
            #PARAGRAPH539 {
                width: 152px;
                top: 46.0004px;
                left: 0px;
            }
            #LINE522 {
                top: 64px;
                left: 10.5px;
            }
            #PARAGRAPH540 {
                top: 78px;
                left: 7.5px;
            }
            #HEADLINE639 > .ladi-headline {
                font-family: VVRNIEFtZXJpYFuYUIudHRm;
                font-weight: bold;
                line-height: 1.6;
                color: rgb(244, 241, 127);
                text-align: left;
            }
            #HEADLINE640 > .ladi-headline {
                font-style: italic;
                line-height: 1.6;
                color: rgb(226, 226, 205);
                text-align: left;
            }
            #LINE540 > .ladi-line > .ladi-line-container,
            #LINE542 > .ladi-line > .ladi-line-container,
            #LINE543 > .ladi-line > .ladi-line-container,
            #LINE544 > .ladi-line > .ladi-line-container {
                border-top: 3px solid rgb(251, 249, 109);
                border-right: 3px solid rgb(251, 249, 109);
                border-bottom: 3px solid rgb(251, 249, 109);
                border-left: 0px !important;
            }
            #HEADLINE656 > .ladi-headline,
            #HEADLINE658 > .ladi-headline {
                font-family: VVRNIEFtZXJpYFuYUIudHRm;
                font-weight: bold;
                color: rgb(244, 241, 127);
            }
            #HEADLINE657 > .ladi-headline,
            #HEADLINE659 > .ladi-headline {
                font-size: 16px;
                font-style: italic;
                line-height: 1.6;
                color: rgb(226, 226, 205);
            }
            #HEADLINE660 > .ladi-headline {
                font-family: VVRNIEFtZXJpYFuYUIudHRm;
                font-weight: bold;
                line-height: 1.6;
                color: rgb(244, 241, 127);
            }
            #HEADLINE661 > .ladi-headline {
                font-size: 16px;
                font-style: italic;
                color: rgb(226, 226, 205);
            }
            #GROUP631 {
                height: 348.403px;
            }
            #GROUP632,
            #FRAME573 {
                height: 325.543px;
            }
            #GROUP632 {
                top: 22.8602px;
            }
            #PARAGRAPH602 {
                top: 26.822px;
            }
            #SHAPE545 {
                height: 208.739px;
                top: 214.155px;
            }
            #PARAGRAPH603 {
                top: 320.969px;
            }
            #HEADLINE662 {
                top: 20.3836px;
            }
            #FORM529 {
                height: 231.875px;
                top: 72.7239px;
            }
            #BUTTON581 {
                height: 42.7672px;
                top: 189.108px;
            }
            #BUTTON_TEXT581 {
                width: 293px;
                top: 9.62246px;
                left: 0px;
            }
            #FORM_ITEM547,
            #FORM_ITEM548 {
                height: 39.3543px;
            }
            #FORM_ITEM548 {
                top: 43.7518px;
            }
            #FORM_ITEM549,
            #FORM_ITEM550 {
                height: 41.2659px;
            }
            #FORM_ITEM550 {
                top: 133.805px;
                left: 0px;
            }
            #IMAGE768 > .ladi-image > .ladi-image-background {
                width: 109.366px;
                height: 98.8101px;
            }
            #HEADLINE663 {
                width: 343px;
            }
            #HEADLINE663 > .ladi-headline {
                font-family: Oswald, sans-serif;
                font-size: 34px;
                font-weight: bold;
                line-height: 1.6;
                color: rgb(255, 253, 77);
            }
            #PARAGRAPH604 > .ladi-paragraph {
                font-style: italic;
                line-height: 1.6;
                color: rgb(245, 238, 228);
            }
            #IMAGE769,
            #IMAGE769 > .ladi-image > .ladi-image-background {
                width: 242.548px;
                height: 62.7063px;
            }
            #PARAGRAPH546 > .ladi-paragraph,
            #PARAGRAPH555 > .ladi-paragraph,
            #PARAGRAPH566 > .ladi-paragraph {
                font-size: 16px;
                line-height: 1.6;
                color: rgb(36, 36, 36);
            }
            #HEADLINE605 > .ladi-headline {
                font-family: VVRNIEFtZXJpYFuYUIudHRm;
                line-height: 1.5;
                color: rgb(177, 29, 49);
                text-align: left;
            }
            #HEADLINE535 > .ladi-headline {
                font-family: Oswald, sans-serif;
                line-height: 1.6;
                color: rgb(244, 241, 127);
                text-align: center;
            }
            #PARAGRAPH547 > .ladi-paragraph {
                font-family: Muli, sans-serif;
                font-style: italic;
                line-height: 1.6;
                color: rgb(209, 243, 250);
                text-align: center;
            }
            #FORM523 > .ladi-form,
            #FORM524 > .ladi-form,
            #FORM525 > .ladi-form,
            #FORM526 > .ladi-form {
                font-size: 14px;
                line-height: 1.6;
                color: rgb(132, 132, 132);
                letter-spacing: 0px;
            }
            #FORM523 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item span[data-checked="false"],
            #FORM523 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item .ladi-editing,
            #FORM523 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item .ladi-editing::placeholder,
            #FORM523 .ladi-form .ladi-survey-option .ladi-survey-option-label,
            #FORM523 .ladi-form-item .ladi-form-control::placeholder,
            #FORM523 .ladi-form-item select.ladi-form-control[data-selected=""],
            #FORM523 .ladi-form-checkout-payment-quantity input,
            #FORM524 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item span[data-checked="false"],
            #FORM524 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item .ladi-editing,
            #FORM524 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item .ladi-editing::placeholder,
            #FORM524 .ladi-form .ladi-survey-option .ladi-survey-option-label,
            #FORM524 .ladi-form-item .ladi-form-control::placeholder,
            #FORM524 .ladi-form-item select.ladi-form-control[data-selected=""],
            #FORM524 .ladi-form-checkout-payment-quantity input,
            #FORM525 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item span[data-checked="false"],
            #FORM525 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item .ladi-editing,
            #FORM525 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item .ladi-editing::placeholder,
            #FORM525 .ladi-form .ladi-survey-option .ladi-survey-option-label,
            #FORM525 .ladi-form-item .ladi-form-control::placeholder,
            #FORM525 .ladi-form-item select.ladi-form-control[data-selected=""],
            #FORM525 .ladi-form-checkout-payment-quantity input,
            #FORM526 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item span[data-checked="false"],
            #FORM526 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item .ladi-editing,
            #FORM526 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item .ladi-editing::placeholder,
            #FORM526 .ladi-form .ladi-survey-option .ladi-survey-option-label,
            #FORM526 .ladi-form-item .ladi-form-control::placeholder,
            #FORM526 .ladi-form-item select.ladi-form-control[data-selected=""],
            #FORM526 .ladi-form-checkout-payment-quantity input {
                color: rgb(132, 132, 132);
            }
            #FORM523 .ladi-form-item-container .ladi-form-item .ladi-form-control-select,
            #FORM524 .ladi-form-item-container .ladi-form-item .ladi-form-control-select,
            #FORM525 .ladi-form-item-container .ladi-form-item .ladi-form-control-select,
            #FORM526 .ladi-form-item-container .ladi-form-item .ladi-form-control-select {
                background-image: url("data:image/svg+xml;utf8, %3Csvg%20width%3D%2232%22%20height%3D%2224%22%20viewBox%3D%220%200%2032%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpolygon%20points%3D%220%2C0%2032%2C0%2016%2C24%22%20style%3D%22fill%3A%20rgb(132%2C%20132%2C%20132)%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E");
            }
            #FORM523 .ladi-form [data-form-checkout-item="product"] .ladi-form-checkout-payment-check.multiple.checked:before,
            #FORM523 .ladi-form [data-form-checkout-item="product"] .ladi-form-checkout-payment-check:not(.multiple).checked:before,
            #FORM523 .ladi-form [data-form-checkout-item="payment"] .ladi-form-checkout-payment-check.checked:before,
            #FORM523 .ladi-form [data-form-checkout-item="fee_shipping"] .ladi-form-checkout-payment-check.checked:before,
            #FORM523 .ladi-form-checkout-payment-quantity .up:before,
            #FORM523 .ladi-form-checkout-payment-quantity .down:before,
            #FORM523 [data-form-checkout-item="payment"] .ladi-form-item .ladi-form-checkout-payment-content div:before,
            #FORM524 .ladi-form [data-form-checkout-item="product"] .ladi-form-checkout-payment-check.multiple.checked:before,
            #FORM524 .ladi-form [data-form-checkout-item="product"] .ladi-form-checkout-payment-check:not(.multiple).checked:before,
            #FORM524 .ladi-form [data-form-checkout-item="payment"] .ladi-form-checkout-payment-check.checked:before,
            #FORM524 .ladi-form [data-form-checkout-item="fee_shipping"] .ladi-form-checkout-payment-check.checked:before,
            #FORM524 .ladi-form-checkout-payment-quantity .up:before,
            #FORM524 .ladi-form-checkout-payment-quantity .down:before,
            #FORM524 [data-form-checkout-item="payment"] .ladi-form-item .ladi-form-checkout-payment-content div:before,
            #FORM525 .ladi-form [data-form-checkout-item="product"] .ladi-form-checkout-payment-check.multiple.checked:before,
            #FORM525 .ladi-form [data-form-checkout-item="product"] .ladi-form-checkout-payment-check:not(.multiple).checked:before,
            #FORM525 .ladi-form [data-form-checkout-item="payment"] .ladi-form-checkout-payment-check.checked:before,
            #FORM525 .ladi-form [data-form-checkout-item="fee_shipping"] .ladi-form-checkout-payment-check.checked:before,
            #FORM525 .ladi-form-checkout-payment-quantity .up:before,
            #FORM525 .ladi-form-checkout-payment-quantity .down:before,
            #FORM525 [data-form-checkout-item="payment"] .ladi-form-item .ladi-form-checkout-payment-content div:before,
            #FORM526 .ladi-form [data-form-checkout-item="product"] .ladi-form-checkout-payment-check.multiple.checked:before,
            #FORM526 .ladi-form [data-form-checkout-item="product"] .ladi-form-checkout-payment-check:not(.multiple).checked:before,
            #FORM526 .ladi-form [data-form-checkout-item="payment"] .ladi-form-checkout-payment-check.checked:before,
            #FORM526 .ladi-form [data-form-checkout-item="fee_shipping"] .ladi-form-checkout-payment-check.checked:before,
            #FORM526 .ladi-form-checkout-payment-quantity .up:before,
            #FORM526 .ladi-form-checkout-payment-quantity .down:before,
            #FORM526 [data-form-checkout-item="payment"] .ladi-form-item .ladi-form-checkout-payment-content div:before {
                background-color: rgb(132, 132, 132);
            }
            #FORM523 .ladi-form-item-container,
            #FORM523 .ladi-form-checkout-box,
            #FORM523 .ladi-form-checkout-bump-offer-product,
            #FORM523 .ladi-form-label-container .ladi-form-label-item,
            #FORM524 .ladi-form-item-container,
            #FORM524 .ladi-form-checkout-box,
            #FORM524 .ladi-form-checkout-bump-offer-product,
            #FORM524 .ladi-form-label-container .ladi-form-label-item {
                border-width: 1px;
                border-radius: 0px;
                border-style: solid;
                border-color: rgb(180, 180, 180);
            }
            #FORM523 .ladi-form-item-container .ladi-form-quantity .button,
            #FORM523 .ladi-form [data-form-checkout-item="coupon_code"] .content-discount-block .placeholder i,
            #FORM524 .ladi-form-item-container .ladi-form-quantity .button,
            #FORM524 .ladi-form [data-form-checkout-item="coupon_code"] .content-discount-block .placeholder i {
                background-color: rgb(180, 180, 180);
            }
            #FORM523 .ladi-form [data-form-checkout-item="total_price"] .space,
            #FORM523 .ladi-form-checkout-payment-quantity input,
            #FORM524 .ladi-form [data-form-checkout-item="total_price"] .space,
            #FORM524 .ladi-form-checkout-payment-quantity input {
                border-color: rgb(180, 180, 180);
            }
            #BUTTON525,
            #FORM_ITEM527,
            #FORM_ITEM528,
            #FORM_ITEM529 {
                height: 35.2941px;
            }
            #BUTTON525 > .ladi-button > .ladi-button-background {
                background-image: linear-gradient(45deg, rgb(209, 61, 15), rgb(255, 91, 19));
                background-color: initial;
                background-size: initial;
                background-origin: initial;
                background-position: initial;
                background-repeat: initial;
                background-attachment: initial;
            }
            #BUTTON525 > .ladi-button,
            #BUTTON548 > .ladi-button {
                border-radius: 20px;
            }
            #BUTTON525 > .ladi-button:hover .ladi-button-background,
            #BUTTON548 > .ladi-button:hover .ladi-button-background {
                background-image: none !important;
                background-color: rgb(212, 79, 23) !important;
                background-size: initial !important;
                background-origin: initial !important;
                background-position: initial !important;
                background-repeat: initial !important;
                background-attachment: initial !important;
            }
            #BUTTON_TEXT525 {
                top: 7.94117px;
                left: 0px;
            }
            #BUTTON_TEXT525 > .ladi-headline {
                font-size: 18px;
                font-weight: bold;
                line-height: 1.6;
                color: rgb(255, 255, 255);
                text-align: center;
            }
            #FORM_ITEM527 .ladi-form-label-container .ladi-form-label-item:hover,
            #FORM_ITEM528 .ladi-form-label-container .ladi-form-label-item:hover,
            #FORM_ITEM529 .ladi-form-label-container .ladi-form-label-item:hover,
            #FORM_ITEM530 .ladi-form-label-container .ladi-form-label-item:hover,
            #FORM_ITEM531 .ladi-form-label-container .ladi-form-label-item:hover,
            #FORM_ITEM532 .ladi-form-label-container .ladi-form-label-item:hover,
            #FORM_ITEM534 .ladi-form-label-container .ladi-form-label-item:hover,
            #FORM_ITEM535 .ladi-form-label-container .ladi-form-label-item:hover,
            #FORM_ITEM536 .ladi-form-label-container .ladi-form-label-item:hover,
            #FORM_ITEM537 .ladi-form-label-container .ladi-form-label-item:hover,
            #FORM_ITEM538 .ladi-form-label-container .ladi-form-label-item:hover {
                border-color: rgb(12, 97, 242);
            }
            #FORM_ITEM530 {
                height: 35px;
            }
            #SHAPE525 {
                width: 22.5771px;
                height: 24.5222px;
            }
            #SHAPE525.ladi-animation > .ladi-shape {
                animation-name: fadeInDown;
                animation-delay: 1s;
                animation-duration: 1s;
                animation-iteration-count: infinite;
            }
            #SHAPE525 svg:last-child {
                fill: rgb(244, 241, 127);
            }
            #vitri > .ladi-section-background,
            #SECTION524 > .ladi-section-background {
                background-size: cover;
                background-position: 0% 50%;
                background-repeat: repeat;
                background-attachment: fixed;
            }
            #HEADLINE600 > .ladi-headline,
            #HEADLINE601 > .ladi-headline,
            #HEADLINE602 > .ladi-headline,
            #HEADLINE603 > .ladi-headline,
            #HEADLINE604 > .ladi-headline {
                font-family: VVRNIEFtZXJpYFuYUIudHRm;
                line-height: 1.5;
                text-align: left;
            }
            #IMAGE549,
            #IMAGE556 {
                width: 1200px;
                height: 763px;
            }
            #TAB_ITEM522 > .ladi-frame-bg > .ladi-frame-background,
            #TAB_ITEM524 > .ladi-frame-bg > .ladi-frame-background,
            #TAB_ITEM525 > .ladi-frame-bg > .ladi-frame-background,
            #TAB_ITEM526 > .ladi-frame-bg > .ladi-frame-background,
            #BUTTON563 > .ladi-button > .ladi-button-background {
                opacity: 0;
            }
            #IMAGE550,
            #IMAGE553,
            #IMAGE554,
            #IMAGE555 {
                width: 596.816px;
                height: 378.199px;
            }
            #IMAGE553,
            #IMAGE558 {
                top: 0px;
                left: 603.184px;
            }
            #IMAGE553 > .ladi-image > .ladi-image-background {
                width: 597.397px;
                height: 379.059px;
                top: 0.1008px;
                left: 0.4187px;
                background-image: url("../images/s900x700/5ea845b95da1a2557f302daa/tien-ich-t4-20240505022516-mvqxv.jpg");
            }
            #IMAGE554 {
                top: 384.199px;
                left: 603.184px;
            }
            #IMAGE554 > .ladi-image > .ladi-image-background {
                width: 600.549px;
                height: 381.059px;
                top: -0.8992px;
                left: -0.005305px;
                background-image: url("../images/s950x700/5ea845b95da1a2557f302daa/tien-ich-tang-mai-20240505022517-g4nyl.jpg");
            }
            #IMAGE555 {
                top: 384.199px;
                left: 0px;
            }
            #IMAGE555 > .ladi-image > .ladi-image-background {
                width: 602.125px;
                height: 382.059px;
                top: 0.1008px;
                left: -5.0053px;
                background-image: url("../images/s950x700/5ea845b95da1a2557f302daa/tien-ich-t5-20240505022517-mnmg5.jpg");
            }
            #IMAGE557,
            #IMAGE558 {
                width: 596.816px;
                height: 763px;
            }
            #IMAGE558 > .ladi-image > .ladi-image-background {
                width: 606.171px;
                height: 775.899px;
                top: -12.8992px;
                left: 0.994695px;
                background-image: url("../images/s950x1100/5ea845b95da1a2557f302daa/mb-tang-36-20240505023213-yho-b.jpg");
            }
            #BUTTON_GROUP520 > .ladi-button-group > .ladi-element.selected > .ladi-button .ladi-button-background {
                background-image: none !important;
                background-color: rgb(255, 91, 19) !important;
                background-size: initial !important;
                background-origin: initial !important;
                background-position: initial !important;
                background-repeat: initial !important;
                background-attachment: initial !important;
            }
            #BUTTON_GROUP520 > .ladi-button-group > .ladi-element.selected > .ladi-button .ladi-headline,
            #BUTTON_GROUP521 > .ladi-button-group > .ladi-element.selected > .ladi-button .ladi-headline {
                color: rgb(255, 255, 255) !important;
            }
            #BUTTON526 > .ladi-button > .ladi-button-background,
            #BUTTON527 > .ladi-button > .ladi-button-background,
            #BUTTON528 > .ladi-button > .ladi-button-background,
            #BUTTON529 > .ladi-button > .ladi-button-background {
                background-image: linear-gradient(rgb(109, 17, 29), rgb(170, 27, 45));
                background-color: initial;
                background-size: initial;
                background-origin: initial;
                background-position: initial;
                background-repeat: initial;
                background-attachment: initial;
            }
            #BUTTON_TEXT526 > .ladi-headline,
            #BUTTON_TEXT527 > .ladi-headline,
            #BUTTON_TEXT528 > .ladi-headline,
            #BUTTON_TEXT529 > .ladi-headline,
            #BUTTON_TEXT548 > .ladi-headline {
                font-size: 14px;
                font-weight: bold;
                line-height: 1.6;
                color: rgb(255, 255, 255);
                text-align: center;
            }
            #BUTTON_GROUP521 > .ladi-button-group > .ladi-element.selected > .ladi-button .ladi-button-background {
                background-image: none !important;
                background-color: rgb(249, 187, 0) !important;
                background-size: initial !important;
                background-origin: initial !important;
                background-position: initial !important;
                background-repeat: initial !important;
                background-attachment: initial !important;
            }
            #BUTTON_TEXT532 > .ladi-headline,
            #BUTTON_TEXT533 > .ladi-headline,
            #BUTTON_TEXT534 > .ladi-headline {
                font-weight: bold;
                line-height: 1.6;
                color: rgb(177, 29, 49);
                text-align: center;
            }
            #IMAGE640 > .ladi-image > .ladi-image-background {
                top: -1px;
                left: -14px;
            }
            #IMAGE640.ladi-animation > .ladi-image,
            #IMAGE641.ladi-animation > .ladi-image,
            #IMAGE642.ladi-animation > .ladi-image,
            #IMAGE643.ladi-animation > .ladi-image,
            #IMAGE644.ladi-animation > .ladi-image,
            #IMAGE645.ladi-animation > .ladi-image,
            #IMAGE688.ladi-animation > .ladi-image,
            #VIDEO526.ladi-animation > .ladi-video,
            #IMAGE689.ladi-animation > .ladi-image,
            #IMAGE690.ladi-animation > .ladi-image,
            #IMAGE691.ladi-animation > .ladi-image,
            #IMAGE692.ladi-animation > .ladi-image {
                animation-name: fadeInDown;
                animation-delay: 1s;
                animation-duration: 1s;
                animation-iteration-count: 1;
            }
            #HEADLINE549 > .ladi-headline,
            #HEADLINE550 > .ladi-headline,
            #HEADLINE551 > .ladi-headline,
            #HEADLINE553 > .ladi-headline,
            #HEADLINE554 > .ladi-headline {
                font-family: VVRNIEFtZXJpYFuYUIudHRm;
                font-size: 19px;
                font-weight: bold;
                line-height: 1.2;
                color: rgb(17, 10, 92);
                text-align: center;
            }
            #IMAGE643 > .ladi-image > .ladi-image-background {
                top: -45px;
                left: 0px;
            }
            #HEADLINE552 > .ladi-headline {
                font-family: VVRNIEFtZXJpYFuYUIudHRm;
                font-size: 19px;
                line-height: 1.2;
                color: rgb(17, 10, 92);
                text-align: center;
            }
            #IMAGE644 > .ladi-image > .ladi-image-background {
                top: -34px;
                left: 1px;
            }
            #GALLERY522 > .ladi-gallery > .ladi-gallery-view {
                height: calc(100% - 57px);
            }
            #GALLERY522 > .ladi-gallery > .ladi-gallery-control {
                height: 47px;
            }
            #GALLERY522 > .ladi-gallery > .ladi-gallery-control > .ladi-gallery-control-box > .ladi-gallery-control-item {
                width: 41px;
                height: 47px;
                margin-right: 10px;
            }
            #GALLERY522 .ladi-gallery .ladi-gallery-control-item[data-index="0"] {
                background-image: url("../images/s350x350/5ea845b95da1a2557f302daa/1-20240620012904-otju1.png");
            }
            #GALLERY522 .ladi-gallery .ladi-gallery-control-item[data-index="1"] {
                background-image: url("../images/s350x350/5ea845b95da1a2557f302daa/2-20240620012904-exyjw.png");
            }
            #GALLERY522 .ladi-gallery .ladi-gallery-control-item[data-index="2"] {
                background-image: url("../images/s350x350/5ea845b95da1a2557f302daa/3-20240620012904-g5nv0.png");
            }
            #GALLERY522 .ladi-gallery .ladi-gallery-control-item[data-index="3"] {
                background-image: url("../images/s350x350/5ea845b95da1a2557f302daa/4-20240620012904--rkby.png");
            }
            #GALLERY522 .ladi-gallery .ladi-gallery-control-item[data-index="4"] {
                background-image: url("../images/s350x350/5ea845b95da1a2557f302daa/5-20240620012904-spnso.png");
            }
            #GALLERY522 .ladi-gallery .ladi-gallery-control-item[data-index="5"] {
                background-image: url("../images/s350x350/5ea845b95da1a2557f302daa/6-20240620012904-k0jnz.png");
            }
            #GALLERY522 .ladi-gallery .ladi-gallery-control-item[data-index="6"] {
                background-image: url("../images/s350x350/5ea845b95da1a2557f302daa/8-20240620012904-gnxzy.png");
            }
            #GALLERY522 .ladi-gallery .ladi-gallery-control-item[data-index="7"] {
                background-image: url("../images/s350x350/5ea845b95da1a2557f302daa/9-20240620012904-tvq05.png");
            }
            #VIDEO526 > .ladi-video > .ladi-video-background {
                background-image: url("../img.youtube.com/vi/-N65g0auhfI/hqdefault.jpg");
                background-size: cover;
                background-origin: content-box;
                background-position: 50% 50%;
                background-repeat: no-repeat;
                background-attachment: scroll;
            }
            #SHAPE526 svg:last-child {
                fill: rgba(0, 0, 0, 0.5);
            }
            #IMAGE692 > .ladi-image > .ladi-image-background {
                top: -10px;
                left: -1px;
            }
            #SECTION82 > .ladi-section-background,
            #lienhe > .ladi-section-background {
                background-color: rgb(125, 0, 0);
            }
            #BOX531 > .ladi-box {
                border-radius: 8px;
                background-color: rgb(204, 186, 128);
                box-shadow: rgb(0, 0, 0) 0px 14px 18px -22px;
            }
            #BUTTON548 > .ladi-button > .ladi-button-background {
                background-image: linear-gradient(45deg, rgb(222, 67, 19), rgb(255, 91, 19));
                background-color: initial;
                background-size: initial;
                background-origin: initial;
                background-position: initial;
                background-repeat: initial;
                background-attachment: initial;
            }
            #BUTTON_TEXT548 {
                width: 320px;
            }
            #HEADLINE584 > .ladi-headline,
            #HEADLINE595 > .ladi-headline {
                font-family: VVRNIEFtZXJpYFuYUIudHRm;
                line-height: 1.6;
                color: rgb(244, 241, 127);
                text-align: center;
            }
            #BUTTON563 > .ladi-button > .ladi-button-background {
                background-color: rgb(0, 0, 0);
            }
            #BUTTON563 > .ladi-button {
                border-width: 1px;
                border-radius: 37px;
                border-style: solid;
                border-color: rgb(255, 255, 255);
            }
            #BUTTON_TEXT563 > .ladi-headline {
                font-family: Montserrat, sans-serif;
                font-weight: bold;
                line-height: 1;
                color: rgb(255, 255, 255);
                text-align: center;
            }
            #SHAPE533.ladi-animation > .ladi-shape {
                animation-name: tada;
                animation-delay: 1s;
                animation-duration: 1s;
                animation-iteration-count: 1;
            }
            #PARAGRAPH572 > .ladi-paragraph {
                font-family: Muli, sans-serif;
                font-size: 12px;
                font-style: italic;
                line-height: 1.6;
                color: rgb(241, 243, 244);
                text-align: center;
            }
            #IMAGE776 {
                top: auto;
                left: auto;
                position: fixed;
                z-index: 90000050;
            }
            #LINE390 > .ladi-line > .ladi-line-container {
                border-top: 1px solid rgba(255, 255, 255, 0.1);
                border-right: 1px solid rgba(255, 255, 255, 0.1);
                border-bottom: 1px solid rgba(255, 255, 255, 0.1);
                border-left: 0px !important;
            }
            #HEADLINE391 {
                width: 391px;
            }
            #HEADLINE391 > .ladi-headline {
                font-size: 12px;
                line-height: 1.2;
                color: rgba(255, 255, 255, 0.9);
                text-align: center;
            }
            #HEADLINE319 > .ladi-headline,
            #HEADLINE359 > .ladi-headline {
                font-size: 20px;
                font-weight: bold;
                line-height: 1.4;
                color: rgb(255, 255, 255);
                text-align: left;
            }
            #HEADLINE352 > .ladi-headline {
                font-size: 14px;
                line-height: 1.8;
                color: rgb(245, 238, 228);
            }
            #GROUP416 {
                right: auto;
                position: fixed;
                z-index: 90000050;
            }
            #GROUP648 {
                width: 492.066px;
                height: 178.953px;
            }
            #GROUP646,
            #GROUP360 {
                width: 490px;
                height: 24px;
            }
            #GROUP646 {
                top: 70.5px;
                left: 2.0658px;
            }
            #SHAPE547,
            #SHAPE361,
            #SHAPE364,
            #SHAPE367 {
                width: 22.5469px;
                height: 22.5469px;
            }
            #HEADLINE668,
            #HEADLINE362 {
                width: 457px;
                top: 4px;
                left: 33px;
            }
            #HEADLINE668 > .ladi-headline,
            #HEADLINE362 > .ladi-headline,
            #HEADLINE365 > .ladi-headline,
            #HEADLINE368 > .ladi-headline,
            #HEADLINE371 > .ladi-headline {
                font-size: 14px;
                line-height: 1.4;
                color: rgb(255, 255, 255);
                text-align: left;
            }
            #HEADLINE359 {
                width: 484px;
                top: 0px;
                left: 3.06581px;
            }
            #GROUP360 {
                top: 42.5px;
                left: 2.06581px;
            }
            #GROUP363,
            #GROUP366 {
                width: 325px;
                height: 22.5469px;
            }
            #GROUP363 {
                top: 101.286px;
                left: 3.06581px;
            }
            #HEADLINE365,
            #HEADLINE368,
            #HEADLINE371 {
                width: 292px;
            }
            #HEADLINE365,
            #HEADLINE368 {
                top: 2px;
                left: 33px;
            }
            #GROUP366 {
                top: 129.62px;
                left: 3.06581px;
            }
            #GROUP369 {
                width: 327px;
                height: 23px;
                top: 155.953px;
                left: 0px;
            }
            #SHAPE370 {
                width: 28.7993px;
                height: 22.5469px;
            }
            #HEADLINE371 {
                top: 3px;
                left: 35px;
            }
            #HEADLINE667 > .ladi-headline {
                font-size: 12px;
                line-height: 1.6;
                color: rgb(245, 238, 228);
                text-align: left;
            }
            #POPUP521 {
                width: 394.144px;
                height: 539px;
            }
            #POPUP521,
            #POPUP522 {
                right: 0px;
                bottom: 0px;
                margin: auto;
            }
            #POPUP521 > .ladi-popup > .ladi-overlay,
            #POPUP521 > .ladi-popup > .ladi-popup-background,
            #POPUP521 > .ladi-popup,
            #BUTTON551 > .ladi-button,
            #POPUP522 > .ladi-popup > .ladi-overlay,
            #POPUP522 > .ladi-popup > .ladi-popup-background,
            #POPUP522 > .ladi-popup,
            #BUTTON552 > .ladi-button {
                border-radius: 15px;
            }
            #POPUP521 > .ladi-popup > .ladi-popup-background {
                background-image: linear-gradient(rgb(212, 79, 23), rgb(125, 0, 0));
                background-color: initial;
                background-size: initial;
                background-origin: initial;
                background-position: initial;
                background-repeat: initial;
                background-attachment: initial;
            }
            #POPUP521 .popup-close,
            #POPUP522 .popup-close {
                background-image: url("data:image/svg+xml;utf8, %3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23fff%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M23.4144%202.00015L2.00015%2023.4144L0.585938%2022.0002L22.0002%200.585938L23.4144%202.00015Z%22%3E%3C%2Fpath%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M2.00015%200.585938L23.4144%2022.0002L22.0002%2023.4144L0.585938%202.00015L2.00015%200.585938Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
            }
            #GROUP550,
            #HEADLINE585,
            #BUTTON_TEXT551,
            #HEADLINE587,
            #HEADLINE588,
            #HEADLINE589 {
                width: 333px;
            }
            #GROUP550,
            #HEADLINE589 {
                left: 30.572px;
            }
            #IMAGE700 {
                width: 227.976px;
                height: 58.2044px;
                top: 0px;
                left: 52.512px;
            }
            #IMAGE700 > .ladi-image > .ladi-image-background {
                width: 235.071px;
                height: 57.7865px;
                top: 0.417934px;
                left: -7.09544px;
                background-image: url("../images/s550x400/5ea845b95da1a2557f302daa/logo_vgs-07-20240417180949-9wzdb.png");
            }
            #HEADLINE585 {
                top: 90.05px;
                left: 0px;
            }
            #HEADLINE585 > .ladi-headline {
                font-family: Muli, sans-serif;
                font-size: 20px;
                font-weight: bold;
                line-height: 1.2;
                color: rgb(243, 242, 180);
                text-align: center;
            }
            #FORM525 {
                width: 332.701px;
                top: 230.263px;
                left: 0.135273px;
            }
            #FORM525 .ladi-form-item-container,
            #FORM525 .ladi-form-checkout-box,
            #FORM525 .ladi-form-checkout-bump-offer-product,
            #FORM525 .ladi-form-label-container .ladi-form-label-item,
            #FORM526 .ladi-form-item-container,
            #FORM526 .ladi-form-checkout-box,
            #FORM526 .ladi-form-checkout-bump-offer-product,
            #FORM526 .ladi-form-label-container .ladi-form-label-item {
                border-width: 1px;
                border-radius: 0px;
                border-style: solid;
                border-color: rgb(10, 103, 233);
            }
            #FORM525 .ladi-form-item-container .ladi-form-quantity .button,
            #FORM525 .ladi-form [data-form-checkout-item="coupon_code"] .content-discount-block .placeholder i,
            #FORM526 .ladi-form-item-container .ladi-form-quantity .button,
            #FORM526 .ladi-form [data-form-checkout-item="coupon_code"] .content-discount-block .placeholder i {
                background-color: rgb(10, 103, 233);
            }
            #FORM525 .ladi-form [data-form-checkout-item="total_price"] .space,
            #FORM525 .ladi-form-checkout-payment-quantity input,
            #FORM526 .ladi-form [data-form-checkout-item="total_price"] .space,
            #FORM526 .ladi-form-checkout-payment-quantity input {
                border-color: rgb(10, 103, 233);
            }
            #BUTTON551 {
                width: 332.673px;
                height: 43.4431px;
                left: 0.028227px;
            }
            #BUTTON551 > .ladi-button > .ladi-button-background,
            #BUTTON552 > .ladi-button > .ladi-button-background {
                background-color: rgb(248, 79, 6);
            }
            #BUTTON_TEXT551 {
                top: 9.7747px;
                left: 0px;
            }
            #BUTTON_TEXT551 > .ladi-headline,
            #BUTTON_TEXT552 > .ladi-headline {
                font-family: Montserrat, sans-serif;
                font-size: 18px;
                font-weight: bold;
                line-height: 1.6;
                color: rgb(255, 255, 255);
                text-align: center;
            }
            #FORM_ITEM534,
            #FORM_ITEM535 {
                width: 332.673px;
                height: 38.0128px;
            }
            #FORM_ITEM535 {
                top: 49.0773px;
                left: 0px;
            }
            #FORM_ITEM555 {
                width: 332.701px;
                height: 35px;
                top: 97.0901px;
                left: 0px;
            }
            #HEADLINE587 {
                top: 203.411px;
                left: 30.572px;
            }
            #HEADLINE587 > .ladi-headline,
            #HEADLINE592 > .ladi-headline {
                font-family: Quicksand, sans-serif;
                font-size: 16px;
                line-height: 1.2;
                color: rgb(255, 255, 255);
                text-align: center;
            }
            #HEADLINE588 {
                top: 156.077px;
                left: 30.572px;
            }
            #HEADLINE588 > .ladi-headline {
                font-family: "Playfair Display", serif;
                font-size: 26px;
                font-weight: bold;
                line-height: 1.2;
                color: rgb(255, 255, 255);
                text-align: center;
            }
            #HEADLINE589 > .ladi-headline,
            #HEADLINE594 > .ladi-headline {
                font-family: Quicksand, sans-serif;
                font-size: 14px;
                font-style: italic;
                line-height: 1.2;
                color: rgb(243, 242, 180);
                text-align: center;
            }
            #POPUP522 {
                width: 351px;
                height: 480px;
            }
            #POPUP522 > .ladi-popup > .ladi-popup-background {
                background-image: linear-gradient(rgb(9, 32, 63), rgb(83, 120, 149));
                background-color: initial;
                background-size: initial;
                background-origin: initial;
                background-position: initial;
                background-repeat: initial;
                background-attachment: initial;
            }
            #GROUP551 {
                width: 286px;
                height: 416.25px;
                top: 30.75px;
                left: 32.5px;
            }
            #IMAGE701 {
                width: 172.542px;
                height: 75.25px;
                top: 0px;
                left: 56.729px;
            }
            #IMAGE701 > .ladi-image > .ladi-image-background {
                width: 182.685px;
                height: 74.6526px;
                top: 0.597446px;
                left: -10.1431px;
                background-image: url("../images/s500x400/5ea845b95da1a2557f302daa/logo2-20220526033731.png");
            }
            #HEADLINE590,
            #BUTTON_TEXT552,
            #HEADLINE592,
            #HEADLINE593,
            #HEADLINE594 {
                width: 286px;
            }
            #HEADLINE590 {
                top: 83.25px;
                left: 0px;
            }
            #HEADLINE590 > .ladi-headline {
                font-family: "Playfair Display", serif;
                font-size: 23px;
                font-weight: bold;
                line-height: 1.2;
                color: rgb(243, 242, 180);
                text-align: center;
            }
            #FORM526 {
                width: 285.743px;
                height: 208px;
                top: 208.25px;
                left: 0.11618px;
            }
            #BUTTON552 {
                width: 285.719px;
                height: 39.2899px;
                top: 168.71px;
                left: 0.02432px;
            }
            #BUTTON_TEXT552 {
                top: 8.84023px;
                left: 0px;
            }
            #FORM_ITEM536 {
                width: 285.525px;
                height: 39.2899px;
                top: 89.0888px;
                left: 0.097279px;
            }
            #FORM_ITEM537,
            #FORM_ITEM538 {
                width: 285.719px;
                height: 34.3787px;
            }
            #FORM_ITEM538 {
                top: 45.2899px;
                left: 0px;
            }
            #HEADLINE592 {
                top: 186px;
                left: 32.5px;
            }
            #HEADLINE593 {
                top: 145px;
                left: 32.5px;
            }
            #HEADLINE593 > .ladi-headline {
                font-family: "Playfair Display", serif;
                font-size: 25px;
                font-weight: bold;
                line-height: 1.2;
                color: rgb(255, 255, 255);
                text-align: center;
            }
            #HEADLINE594 {
                top: 375.5px;
                left: 32.5px;
            }
            @media (min-width: 768px) {
                #SECTION293 {
                    height: 83.1px;
                }
                #BUTTON304 {
                    top: 24.05px;
                    left: 722px;
                }
                #BUTTON306 {
                    top: 24.05px;
                    left: 845px;
                }
                #SHAPE411 {
                    top: 21.05px;
                    left: -64px;
                }
                #IMAGE296,
                #IMAGE296 > .ladi-image > .ladi-image-background {
                    width: 188.165px;
                    height: 44.3746px;
                }
                #IMAGE296 {
                    top: 15.6754px;
                    left: 495.86px;
                }
                #BUTTON297 {
                    top: 21.05px;
                    left: 6.609px;
                }
                #BUTTON298 {
                    top: 21.05px;
                    left: 136.609px;
                }
                #BUTTON302 {
                    top: 21.05px;
                    left: 223.226px;
                }
                #BUTTON300 {
                    top: 21.05px;
                    left: 351px;
                }
                #BUTTON308 {
                    top: 24.05px;
                    left: 990px;
                }
                #BUTTON310 {
                    top: 24.05px;
                    left: 1092.01px;
                }
                #SECTION14 {
                    height: 768.387px;
                }
                #SECTION14 > .ladi-section-background {
                    background-image: url("../images/s1440x768/5ea845b95da1a2557f302daa/bg1-20240417181034-vjzze.jpg");
                }
                #IMAGE520,
                #IMAGE520 > .ladi-image > .ladi-image-background {
                    width: 872.133px;
                    height: 840.9px;
                }
                #IMAGE520 {
                    top: -21.05px;
                    left: 472.867px;
                }
                #IMAGE520 > .ladi-image > .ladi-image-background {
                    background-image: url("../images/s1200x1150/5ea845b95da1a2557f302daa/vic-4-20241004045302-pwd20.png");
                }
                #IMAGE523,
                #IMAGE523 > .ladi-image > .ladi-image-background {
                    width: 175.739px;
                    height: 65.1935px;
                }
                #IMAGE523 {
                    top: 235.862px;
                    left: -49.4205px;
                }
                #IMAGE532,
                #IMAGE532 > .ladi-image > .ladi-image-background {
                    width: 568.343px;
                    height: 184.395px;
                }
                #IMAGE532 {
                    top: 81.467px;
                    left: 5.8515px;
                }
                #IMAGE532 > .ladi-image > .ladi-image-background {
                    background-image: url("../images/s900x500/5ea845b95da1a2557f302daa/text-1-20240419183237-zawne.png");
                }
                #IMAGE533,
                #IMAGE533 > .ladi-image > .ladi-image-background {
                    width: 357.944px;
                    height: 84.8774px;
                }
                #IMAGE533 {
                    top: 274.862px;
                    left: 0px;
                }
                #IMAGE533 > .ladi-image > .ladi-image-background {
                    background-image: url("../images/s700x400/5ea845b95da1a2557f302daa/text-2-20240419183237-s95hm.png");
                }
                #IMAGE534,
                #IMAGE534 > .ladi-image > .ladi-image-background {
                    width: 226.957px;
                    height: 84.1935px;
                }
                #IMAGE534 {
                    top: 97.178px;
                    left: 421.522px;
                }
                #IMAGE534 > .ladi-image > .ladi-image-background {
                    background-image: url("../images/s550x400/5c7362c6c417ab07e5196b05/kjlyhio-20210129081258.png");
                }
                #IMAGE659,
                #IMAGE659 > .ladi-image > .ladi-image-background {
                    width: 97.8605px;
                    height: 97.8605px;
                }
                #IMAGE659 {
                    top: 581.435px;
                    left: 961.93px;
                }
                #IMAGE662,
                #IMAGE662 > .ladi-image > .ladi-image-background {
                    width: 61.8625px;
                    height: 61.8625px;
                }
                #IMAGE662 {
                    top: 502.509px;
                    left: 737px;
                }
                #GROUP547,
                #BOX530,
                #GROUP416,
                #BOX417 {
                    width: 78.601px;
                    height: 78.601px;
                }
                #GROUP547,
                #GROUP416 {
                    left: 40px;
                }
                #SHAPE531 {
                    width: 64.7505px;
                    height: 64.7505px;
                    top: 6.92525px;
                    left: 6.92525px;
                }
                #SHAPE532 {
                    width: 34.4221px;
                    height: 34.5942px;
                    top: 22.0033px;
                    left: 22.0894px;
                }
                #GROUP633 {
                    width: 490.782px;
                    top: 375.372px;
                    left: 36.6819px;
                }
                #GROUP634,
                #FRAME574 {
                    width: 454.399px;
                }
                #GROUP634 {
                    left: 36.3831px;
                }
                #PARAGRAPH605 {
                    width: 354px;
                    left: 42.9155px;
                }
                #SHAPE546 {
                    width: 431.2px;
                    left: 85.8436px;
                }
                #PARAGRAPH606 {
                    width: 362px;
                    left: 44.1774px;
                }
                #HEADLINE664 {
                    width: 388px;
                    top: 14.9403px;
                    left: 33.1995px;
                }
                #HEADLINE664 > .ladi-headline {
                    font-size: 23px;
                }
                #FORM530,
                #FORM_ITEM554 {
                    width: 371.567px;
                }
                #FORM530 {
                    left: 41.4165px;
                }
                #BUTTON583,
                #FORM_ITEM551,
                #FORM_ITEM552 {
                    width: 371.092px;
                }
                #BUTTON583,
                #FORM_ITEM552 {
                    left: 0.315531px;
                }
                #BUTTON_TEXT583 {
                    width: 371px;
                }
                #FORM_ITEM551 {
                    left: 0.473309px;
                }
                #FORM_ITEM553 {
                    width: 371.409px;
                }
                #IMAGE770 {
                    width: 91.0862px;
                    height: 73.5544px;
                }
                #IMAGE773 {
                    top: 263.862px;
                    left: 383px;
                }
                #IMAGE774,
                #IMAGE774 > .ladi-image > .ladi-image-background {
                    width: 67.8605px;
                    height: 67.8605px;
                }
                #IMAGE774 {
                    top: 288.879px;
                    left: 469.93px;
                }
                #SECTION529 {
                    
                }
                #SECTION529 > .ladi-section-background {
                    background-image: url("../images/s1440x1808/5ea845b95da1a2557f302daa/bg3-20240501103807-zldkf.jpg");
                }
                #GROUP638 {
                    width: 762.625px;
                    height: 119.25px;
                    top: 27.5408px;
                    left: 221.421px;
                }
                #BOX533 {
                    width: 587.312px;
                    height: 72px;
                    left: 84.923px;
                }
                #IMAGE725,
                #IMAGE725 > .ladi-image > .ladi-image-background,
                #IMAGE727,
                #IMAGE727 > .ladi-image > .ladi-image-background {
                    width: 75.6248px;
                    height: 49.5px;
                }
                #IMAGE725 {
                    top: 12.2498px;
                }
                #HEADLINE607 {
                    width: 495px;
                    top: 13.25px;
                    left: 133.813px;
                }
                #HEADLINE607 > .ladi-headline {
                    font-size: 40px;
                    text-align: left;
                    text-shadow: rgb(0, 0, 0) 0px 2px 1px;
                }
                #IMAGE727 {
                    top: 13.2498px;
                    left: 687px;
                }
                #HEADLINE608 {
                    width: 497px;
                    top: 87.2502px;
                    left: 130.079px;
                }
                #HEADLINE608 > .ladi-headline {
                    font-size: 20px;
                }
                #IMAGE731,
                #IMAGE731 > .ladi-image > .ladi-image-background,
                #IMAGE732,
                #IMAGE732 > .ladi-image > .ladi-image-background,
                #IMAGE734,
                #IMAGE734 > .ladi-image > .ladi-image-background,
                #IMAGE728,
                #IMAGE728 > .ladi-image > .ladi-image-background {
                    width: 460.303px;
                    height: 255.336px;
                }
                #IMAGE731 {
                    top: 497.678px;
                    left: 150.143px;
                }
                #IMAGE731 > .ladi-image > .ladi-image-background {
                    background-image: url("../images/s800x600/5ea845b95da1a2557f302daa/ch3-20240925164924-8k6p4.jpg");
                }
                #IMAGE732 {
                    top: 801.678px;
                    left: 150.143px;
                }
                #IMAGE732 > .ladi-image > .ladi-image-background {
                    background-image: url("../images/s800x600/5ea845b95da1a2557f302daa/ch2-20240925164923-avbfi.jpg");
                }
                #IMAGE734 {
                    top: 1115.68px;
                    left: 150.143px;
                }
                #IMAGE734 > .ladi-image > .ladi-image-background {
                    background-image: url("../images/s800x600/5ea845b95da1a2557f302daa/ch4-20240925164924-yucln.jpg");
                }
                #GROUP592,
                #GROUP588,
                #GROUP591,
                #GROUP586,
                #GROUP590,
                #GROUP579 {
                    width: 389px;
                    height: 253.327px;
                }
                #GROUP592 {
                    top: 1115.68px;
                    left: 672.324px;
                }
                #HEADLINE623,
                #HEADLINE621 {
                    left: 6px;
                }
                #SHAPE541,
                #SHAPE540,
                #SHAPE537 {
                    width: 98px;
                    height: 98px;
                }
                #PARAGRAPH583,
                #PARAGRAPH582,
                #PARAGRAPH579 {
                    top: 86.97px;
                    left: 6px;
                }
                #PARAGRAPH583 > .ladi-paragraph,
                #PARAGRAPH582 > .ladi-paragraph,
                #PARAGRAPH579 > .ladi-paragraph,
                #PARAGRAPH607 > .ladi-paragraph {
                    font-size: 17px;
                }
                #BUTTON577,
                #BUTTON575,
                #BUTTON569 {
                    top: 213.327px;
                    left: 6px;
                }
                #HEADLINE624,
                #HEADLINE610 {
                    top: 151px;
                }
                #HEADLINE624 > .ladi-headline,
                #HEADLINE622 > .ladi-headline,
                #HEADLINE616 > .ladi-headline,
                #HEADLINE584 > .ladi-headline {
                    font-size: 22px;
                }
                #BUTTON578,
                #BUTTON576,
                #BUTTON570 {
                    width: 132px;
                    height: 26px;
                }
                #BUTTON578 {
                    top: 148.83px;
                    left: 221.914px;
                }
                #BUTTON_TEXT578 > .ladi-headline,
                #BUTTON_TEXT576 > .ladi-headline,
                #BUTTON_TEXT570 > .ladi-headline {
                    font-size: 13px;
                }
                #GROUP591 {
                    top: 801.678px;
                    left: 672.324px;
                }
                #HEADLINE621 > .ladi-headline,
                #HEADLINE615 > .ladi-headline,
                #HEADLINE609 > .ladi-headline {
                    font-size: 34px;
                }
                #SHAPE540,
                #SHAPE537,
                #SHAPE534 {
                    top: 9.277px;
                }
                #HEADLINE622,
                #HEADLINE616 {
                    top: 151px;
                    left: 83px;
                }
                #BUTTON576,
                #BUTTON570 {
                    top: 148.831px;
                    left: 221.914px;
                }
                #GROUP590 {
                    top: 496.682px;
                    left: 666.324px;
                }
                #BUTTON_TEXT570 {
                    width: 132px;
                }
                #GROUP645 {
                    width: 884.152px;
                    height: 348.403px;
                    top: 1413.01px;
                    left: 150.143px;
                }
                #HEADLINE665,
                #HEADLINE626 {
                    width: 418px;
                }
                #HEADLINE665 {
                    top: 71.78px;
                    left: 0px;
                }
                #HEADLINE665 > .ladi-headline {
                    font-size: 18px;
                }
                #GROUP593 {
                    width: 477.106px;
                    height: 348.403px;
                    top: 0px;
                    left: 407.046px;
                }
                #GROUP594,
                #FRAME564 {
                    width: 436.402px;
                    height: 325.543px;
                }
                #GROUP594 {
                    top: 22.8602px;
                    left: 40.7044px;
                }
                #PARAGRAPH584,
                #PARAGRAPH602 {
                    width: 339px;
                }
                #PARAGRAPH584 {
                    top: 26.822px;
                    left: 41.2158px;
                }
                #SHAPE542 {
                    width: 414.122px;
                    height: 208.739px;
                    top: 214.155px;
                    left: 82.4437px;
                }
                #PARAGRAPH585,
                #PARAGRAPH603 {
                    width: 347px;
                }
                #PARAGRAPH585 {
                    top: 320.969px;
                    left: 42.4277px;
                }
                #HEADLINE625,
                #HEADLINE662 {
                    width: 317px;
                }
                #HEADLINE625 {
                    top: 20.3836px;
                    left: 52.0445px;
                }
                #HEADLINE625 > .ladi-headline,
                #HEADLINE662 > .ladi-headline {
                    font-size: 24px;
                }
                #FORM528 {
                    width: 356.85px;
                    height: 231.875px;
                    top: 72.7239px;
                    left: 39.7761px;
                }
                #BUTTON579 {
                    width: 356.394px;
                    height: 42.7672px;
                    top: 189.108px;
                    left: 0.303034px;
                }
                #BUTTON_TEXT579 {
                    top: 9.62246px;
                }
                #FORM_ITEM543,
                #FORM_ITEM544 {
                    width: 356.394px;
                    height: 39.3543px;
                }
                #FORM_ITEM543,
                #FORM_ITEM547 {
                    left: 0.454562px;
                }
                #FORM_ITEM544 {
                    top: 43.7518px;
                    left: 0.303034px;
                }
                #FORM_ITEM545 {
                    width: 356.699px;
                    height: 41.2659px;
                }
                #FORM_ITEM545,
                #FORM_ITEM549 {
                    top: 87.8218px;
                }
                #FORM_ITEM546 {
                    width: 356.85px;
                    height: 41.2659px;
                    top: 133.805px;
                }
                #IMAGE735,
                #IMAGE768 {
                    width: 109.366px;
                    height: 91.1973px;
                }
                #IMAGE735 > .ladi-image > .ladi-image-background {
                    width: 109.366px;
                    height: 98.8101px;
                }
                #HEADLINE626 {
                    top: 20.78px;
                    left: 0px;
                }
                #HEADLINE626 > .ladi-headline {
                    font-size: 28px;
                }
                #PARAGRAPH586 {
                    width: 404px;
                    top: 118.702px;
                    left: 1.774px;
                }
                #PARAGRAPH586 > .ladi-paragraph,
                #BUTTON_TEXT532 > .ladi-headline,
                #BUTTON_TEXT533 > .ladi-headline,
                #BUTTON_TEXT534 > .ladi-headline {
                    font-size: 14px;
                }
                #IMAGE736,
                #IMAGE736 > .ladi-image > .ladi-image-background {
                    width: 242.548px;
                    height: 62.7063px;
                }
                #IMAGE736 {
                    top: 212.65px;
                    left: 1.774px;
                }
                #BUTTON580 {
                    width: 239px;
                    height: 40px;
                    top: 308.4px;
                    left: 1.774px;
                }
                #BUTTON_TEXT580,
                #BUTTON550 {
                    width: 239px;
                }
                #BUTTON_TEXT580,
                #BUTTON_TEXT526,
                #BUTTON_TEXT527,
                #BUTTON_TEXT528,
                #BUTTON_TEXT529,
                #BUTTON_TEXT532,
                #BUTTON_TEXT533,
                #BUTTON_TEXT534,
                #BUTTON_TEXT563 {
                    top: 9px;
                }
                #GROUP644 {
                    width: 905.181px;
                    height: 256.332px;
                    top: 197.682px;
                    left: 150.143px;
                }
                #IMAGE728 {
                    top: 0.996px;
                }
                #IMAGE728 > .ladi-image > .ladi-image-background {
                    background-image: url("../images/s800x600/5ea845b95da1a2557f302daa/ch1-20240925164923-ugwgo.jpg");
                }
                #GROUP589,
                #GROUP574 {
                    height: 253.327px;
                }
                #GROUP589 {
                    top: 0px;
                    left: 516.181px;
                }
                #PARAGRAPH576 {
                    top: 86.97px;
                }
                #BUTTON565 {
                    top: 213.327px;
                }
                #BUTTON568 {
                    top: 148.831px;
                }
                #tongquan {
                    height: 1013.7px;
                }
                #GROUP639 {
                    width: 694px;
                    height: 50.4545px;
                    top: 661px;
                    left: 253px;
                }
                #IMAGE771,
                #IMAGE771 > .ladi-image > .ladi-image-background,
                #IMAGE772,
                #IMAGE772 > .ladi-image > .ladi-image-background {
                    width: 75.5556px;
                    height: 49.4545px;
                }
                #IMAGE772 {
                    top: 1px;
                    left: 618.444px;
                }
                #PARAGRAPH607 {
                    width: 815px;
                    top: 721px;
                    left: 192.5px;
                }
                #IMAGE658,
                #IMAGE658 > .ladi-image > .ladi-image-background {
                    width: 1200px;
                    height: 258.787px;
                }
                #IMAGE658 {
                    top: 35.863px;
                }
                #IMAGE658 > .ladi-image > .ladi-image-background {
                    left: 1px;
                    background-image: url("../images/s1550x600/5ea845b95da1a2557f302daa/banner-2-20240706085515-2nea5.jpg");
                }
                #HEADLINE567 {
                    width: 943px;
                    top: 329.65px;
                    left: 128.5px;
                }
                #HEADLINE567 > .ladi-headline {
                    font-size: 30px;
                    line-height: 1;
                }
                #IMAGE660,
                #IMAGE660 > .ladi-image > .ladi-image-background,
                #IMAGE661,
                #IMAGE661 > .ladi-image > .ladi-image-background {
                    width: 55px;
                    height: 36px;
                }
                #IMAGE660 {
                    top: 326.65px;
                    left: 168.5px;
                }
                #IMAGE661 {
                    top: 326.65px;
                    left: 976.5px;
                }
                #BUTTON542 {
                    top: 588.65px;
                    left: 343px;
                }
                #BUTTON550 {
                    top: 588.65px;
                    left: 618px;
                }
                #GROUP572 {
                    width: 615.75px;
                    height: 173px;
                    top: 384.65px;
                    left: 311.25px;
                }
                #PARAGRAPH567 {
                    width: 584px;
                    left: 31.75px;
                }
                #PARAGRAPH567 > .ladi-paragraph {
                    font-size: 18px;
                    line-height: 1.6;
                }
                #GROUP571 {
                    width: 20.213px;
                    height: 165.7px;
                    top: 2.3px;
                }
                #IMAGE678,
                #IMAGE679,
                #IMAGE680,
                #IMAGE681,
                #IMAGE699,
                #IMAGE724 {
                    width: 20.213px;
                    height: 22px;
                }
                #IMAGE678 > .ladi-image > .ladi-image-background,
                #IMAGE679 > .ladi-image > .ladi-image-background,
                #IMAGE680 > .ladi-image > .ladi-image-background,
                #IMAGE681 > .ladi-image > .ladi-image-background,
                #IMAGE699 > .ladi-image > .ladi-image-background,
                #IMAGE724 > .ladi-image > .ladi-image-background {
                    width: 22.4074px;
                    height: 22px;
                }
                #IMAGE679 {
                    top: 26px;
                }
                #IMAGE680 {
                    top: 55px;
                }
                #IMAGE681 {
                    top: 85px;
                }
                #IMAGE699 {
                    top: 143.7px;
                }
                #IMAGE724 {
                    top: 114.05px;
                }
                #HEADLINE666 {
                    width: 698px;
                    top: 667.227px;
                    left: 253px;
                }
                #HEADLINE666 > .ladi-headline {
                    font-size: 30px;
                }
                #SECTION520 {
                    height: 813.237px;
                }
                #SECTION520 > .ladi-section-background {
                    background-image: url("../images/s1440x813/5ea845b95da1a2557f302daa/bg2-20240418172430-jy_ro.jpg");
                }
                #IMAGE535,
                #IMAGE535 > .ladi-image > .ladi-image-background {
                    width: 1191.91px;
                    height: 760.074px;
                }
                #IMAGE535 {
                    top: 53.163px;
                    left: -443.91px;
                }
                #IMAGE535 > .ladi-image > .ladi-image-background {
                    background-image: url("../images/s1500x1100/5ea845b95da1a2557f302daa/vic-3-20240419195457-hjcqd.png");
                }
                #HEADLINE531 {
                    width: 243px;
                    top: 89.5px;
                    left: 593px;
                }
                #HEADLINE531 > .ladi-headline,
                #HEADLINE627 > .ladi-headline {
                    font-size: 38px;
                }
                #PARAGRAPH533,
                #PARAGRAPH545,
                #PARAGRAPH546 {
                    width: 607px;
                }
                #PARAGRAPH533 {
                    top: 207.95px;
                    left: 593px;
                }
                #GROUP530 {
                    top: 442.77px;
                    left: 593px;
                }
                #GROUP531 {
                    top: 442.77px;
                    left: 748px;
                }
                #GROUP532 {
                    top: 442.77px;
                    left: 897.5px;
                }
                #GROUP533 {
                    top: 442.77px;
                    left: 1063px;
                }
                #PARAGRAPH545 {
                    top: 601.95px;
                    left: 593px;
                }
                #BUTTON523 {
                    top: 694.95px;
                    left: 74.5px;
                }
                #IMAGE664,
                #IMAGE664 > .ladi-image > .ladi-image-background {
                    width: 101.185px;
                    height: 101.185px;
                }
                #IMAGE664 {
                    top: 556.77px;
                    left: 133px;
                }
                #SECTION530 {
                    height: 1490px;
                }
                #SECTION530 > .ladi-section-background {
                    background-image: url("../images/s1440x1490/5ea845b95da1a2557f302daa/bg2-20240418172430-jy_ro.jpg");
                }
                #HEADLINE627 {
                    width: 503px;
                    top: 40.1px;
                    left: 0px;
                }
                #GROUP641,
                #GROUP642 {
                    width: 1200px;
                    height: 183.5px;
                }
                #GROUP641 {
                    top: 176.078px;
                    left: 0px;
                }
                #GROUP614,
                #IMAGE758,
                #IMAGE758 > .ladi-image > .ladi-image-background,
                #GROUP621,
                #IMAGE762,
                #IMAGE762 > .ladi-image > .ladi-image-background,
                #GROUP624,
                #IMAGE764,
                #IMAGE764 > .ladi-image > .ladi-image-background,
                #GROUP627,
                #IMAGE766,
                #IMAGE766 > .ladi-image > .ladi-image-background {
                    width: 161px;
                    height: 161px;
                }
                #GROUP614 {
                    top: 18px;
                    left: 0px;
                }
                #IMAGE758 > .ladi-image > .ladi-image-background {
                    background-image: url("../images/s500x500/5ea845b95da1a2557f302daa/vs1-20240926074900-as4ix.png");
                }
                #IMAGE759,
                #IMAGE759 > .ladi-image > .ladi-image-background,
                #IMAGE763,
                #IMAGE763 > .ladi-image > .ladi-image-background,
                #IMAGE765,
                #IMAGE765 > .ladi-image > .ladi-image-background,
                #IMAGE767,
                #IMAGE767 > .ladi-image > .ladi-image-background {
                    width: 68.7219px;
                    height: 68.7219px;
                }
                #IMAGE759,
                #IMAGE763,
                #IMAGE765,
                #IMAGE767 {
                    left: 86.2092px;
                }
                #GROUP618 {
                    width: 1001px;
                    height: 183.5px;
                }
                #GROUP618,
                #HEADLINE656,
                #HEADLINE658 {
                    top: 0px;
                    left: 199px;
                }
                #PARAGRAPH595,
                #PARAGRAPH600,
                #PARAGRAPH601 {
                    width: 1001px;
                }
                #PARAGRAPH595 {
                    top: 106.5px;
                }
                #HEADLINE639 {
                    width: 474px;
                }
                #HEADLINE639,
                #HEADLINE319 {
                    left: 0px;
                }
                #HEADLINE639 > .ladi-headline {
                    font-size: 32px;
                }
                #HEADLINE640 {
                    width: 408px;
                    top: 49px;
                    left: 1px;
                }
                #HEADLINE640 > .ladi-headline {
                    font-size: 16px;
                }
                #LINE540,
                #LINE542,
                #LINE543,
                #LINE544 {
                    width: 88px;
                }
                #LINE540 {
                    top: 77.354px;
                    left: 2px;
                }
                #GROUP640 {
                    width: 1200px;
                    height: 170px;
                    top: 393.078px;
                    left: 0px;
                }
                #GROUP621,
                #GROUP624 {
                    top: 9px;
                    left: 0px;
                }
                #IMAGE762 > .ladi-image > .ladi-image-background {
                    background-image: url("../images/s500x500/5ea845b95da1a2557f302daa/vs2-20240926075542-nx6st.png");
                }
                #PARAGRAPH599 {
                    width: 1000px;
                    top: 106.5px;
                    left: 200px;
                }
                #HEADLINE656 {
                    width: 715px;
                }
                #HEADLINE656 > .ladi-headline,
                #HEADLINE658 > .ladi-headline {
                    font-size: 32px;
                    line-height: 1.6;
                    text-align: left;
                }
                #HEADLINE657,
                #HEADLINE659,
                #HEADLINE661 {
                    width: 499px;
                }
                #HEADLINE657,
                #HEADLINE659 {
                    top: 49px;
                    left: 200px;
                }
                #HEADLINE657 > .ladi-headline,
                #HEADLINE659 > .ladi-headline,
                #HEADLINE663 > .ladi-headline {
                    text-align: left;
                }
                #LINE542,
                #LINE543 {
                    top: 77.354px;
                    left: 201px;
                }
                #GROUP642 {
                    top: 611.078px;
                    left: 0px;
                }
                #IMAGE764 > .ladi-image > .ladi-image-background {
                    background-image: url("../images/s500x500/5ea845b95da1a2557f302daa/vs3-20240926080756-mvpdx.png");
                }
                #PARAGRAPH600 {
                    top: 106.5px;
                    left: 199px;
                }
                #HEADLINE658,
                #HEADLINE660 {
                    width: 904px;
                }
                #GROUP627 {
                    top: 833.078px;
                    left: 0px;
                }
                #IMAGE766 > .ladi-image > .ladi-image-background {
                    background-image: url("../images/s500x500/5ea845b95da1a2557f302daa/sv4-20240926175142-lfxpd.png");
                }
                #PARAGRAPH601 {
                    top: 930.578px;
                    left: 199px;
                }
                #HEADLINE660 {
                    top: 824.078px;
                    left: 199px;
                }
                #HEADLINE660 > .ladi-headline {
                    font-size: 32px;
                    text-align: left;
                }
                #HEADLINE661 {
                    top: 873.078px;
                    left: 200px;
                }
                #HEADLINE661 > .ladi-headline {
                    line-height: 1.6;
                    text-align: left;
                }
                #LINE544 {
                    top: 901.432px;
                    left: 201px;
                }
                #GROUP631 {
                    width: 477.106px;
                    top: 1072.67px;
                    left: 589.97px;
                }
                #GROUP632,
                #FRAME573 {
                    width: 436.402px;
                }
                #GROUP632 {
                    left: 40.7044px;
                }
                #PARAGRAPH602 {
                    left: 41.2158px;
                }
                #SHAPE545 {
                    width: 414.122px;
                    left: 82.4437px;
                }
                #PARAGRAPH603 {
                    left: 42.4277px;
                }
                #HEADLINE662 {
                    left: 52.0445px;
                }
                #FORM529,
                #FORM_ITEM550 {
                    width: 356.85px;
                }
                #FORM529 {
                    left: 39.7761px;
                }
                #BUTTON581,
                #FORM_ITEM547,
                #FORM_ITEM548 {
                    width: 356.394px;
                }
                #BUTTON581,
                #FORM_ITEM548 {
                    left: 0.303034px;
                }
                #FORM_ITEM549 {
                    width: 356.699px;
                }
                #HEADLINE663 {
                    top: 1093.45px;
                    left: 132.924px;
                }
                #PARAGRAPH604 {
                    width: 415px;
                    top: 1159.31px;
                    left: 132.924px;
                }
                #PARAGRAPH604 > .ladi-paragraph {
                    font-size: 14px;
                    text-align: left;
                }
                #IMAGE769 {
                    top: 1261.32px;
                    left: 132.924px;
                }
                #BUTTON582 {
                    top: 1381.07px;
                    left: 134.698px;
                }
                #tienich {
                    height: 2351.7px;
                }
                #IMAGE537,
                #IMAGE537 > .ladi-image > .ladi-image-background {
                    width: 1148.24px;
                    height: 695.074px;
                }
                #IMAGE537 {
                    top: 0px;
                    left: 375.718px;
                }
                #IMAGE537 > .ladi-image > .ladi-image-background {
                    background-image: url("../images/s1450x1000/5ea845b95da1a2557f302daa/vi-tri-20240425180209-qyk69.jpg");
                }
                #PARAGRAPH546 {
                    top: 311.55px;
                    left: 0px;
                }
                #HTML_CODE521 {
                    width: 1200px;
                    height: 660px;
                    top: 1547.92px;
                    left: 0.0005px;
                }
                #IMAGE538,
                #IMAGE538 > .ladi-image > .ladi-image-background {
                    width: 1200px;
                    height: 796.074px;
                }
                #IMAGE538 {
                    top: 722px;
                    left: 0.0005px;
                }
                #IMAGE538 > .ladi-image > .ladi-image-background {
                    background-image: url("../images/s1550x1100/5ea845b95da1a2557f302daa/vi-tri-vic-grand-square-phu-tho-hinh-anh-thuc-te-20240501070634-5nryc.jpg");
                }
                #GROUP558,
                #GROUP554,
                #GROUP555,
                #GROUP556 {
                    width: 515.819px;
                    height: 40px;
                }
                #GROUP558 {
                    top: 2255.55px;
                    left: 341.909px;
                }
                #BUTTON554,
                #BUTTON558,
                #BUTTON560,
                #BUTTON562 {
                    top: 0px;
                    left: 276.819px;
                }
                #HEADLINE605 {
                    width: 462px;
                    top: 120.1px;
                    left: 0px;
                }
                #HEADLINE605 > .ladi-headline {
                    font-size: 36px;
                }
                #SECTION522 {
                    height: 295.9px;
                }
                #SECTION522 > .ladi-section-background {
                    background-image: url("../images/s1440x295/5ea845b95da1a2557f302daa/bg1-20240417181034-vjzze.jpg");
                }
                #HEADLINE535 {
                    width: 793px;
                    top: 31.663px;
                    left: 203.319px;
                }
                #HEADLINE535 > .ladi-headline {
                    font-size: 27px;
                }
                #PARAGRAPH547 {
                    width: 513px;
                    top: 240.9px;
                    left: 343px;
                }
                #PARAGRAPH547 > .ladi-paragraph {
                    font-size: 15px;
                }
                #FORM523 {
                    width: 793.363px;
                    height: 127px;
                    top: 94.45px;
                    left: 203.319px;
                }
                #BUTTON525 {
                    width: 507.842px;
                    top: 91.7059px;
                    left: 142.761px;
                }
                #BUTTON_TEXT525 {
                    width: 508px;
                }
                #FORM_ITEM527,
                #FORM_ITEM528,
                #FORM_ITEM529,
                #FORM_ITEM530 {
                    width: 386.363px;
                }
                #FORM_ITEM528 {
                    top: 0px;
                    left: 407px;
                }
                #FORM_ITEM529 {
                    top: 40.6399px;
                }
                #FORM_ITEM530 {
                    top: 40.787px;
                    left: 407px;
                }
                #SHAPE525 {
                    top: 193.928px;
                    left: 493.5px;
                }
                #vitri {
                    height: 1192.7px;
                }
                #vitri > .ladi-section-background {
                    background-image: url("../images/s1440x1192/5ea845b95da1a2557f302daa/bg3-20240501103807-zldkf.jpg");
                }
                #PARAGRAPH555 {
                    width: 683px;
                    top: 65.05px;
                    left: 517px;
                }
                #HEADLINE600,
                #HEADLINE601,
                #HEADLINE603 {
                    width: 480px;
                }
                #HEADLINE600,
                #HEADLINE602 {
                    top: 73.05px;
                    left: 0px;
                }
                #HEADLINE600 > .ladi-headline,
                #HEADLINE602 > .ladi-headline,
                #HEADLINE604 > .ladi-headline {
                    font-size: 36px;
                    color: rgb(177, 29, 49);
                }
                #TABS522,
                #TAB_ITEM539,
                #TAB_ITEM522,
                #TAB_ITEM523,
                #TAB_ITEM524 {
                    width: 1200px;
                    height: 763px;
                }
                #TABS522 {
                    top: 315.55px;
                    left: 0px;
                }
                #IMAGE549 > .ladi-image > .ladi-image-background {
                    width: 1198px;
                    height: 814.266px;
                    top: -27px;
                    left: -5px;
                    background-image: url("../images/s1500x1150/5ea845b95da1a2557f302daa/mat-bang-tang-dien-hinh-20240501101911-psomf.jpg");
                }
                #IMAGE550 > .ladi-image > .ladi-image-background {
                    width: 602.125px;
                    height: 382.059px;
                    top: -2.8992px;
                    left: -1.0053px;
                    background-image: url("../images/s950x700/5ea845b95da1a2557f302daa/tien-ich-t1-20240505022516-p-7cw.jpg");
                }
                #IMAGE556 > .ladi-image > .ladi-image-background {
                    width: 1198px;
                    height: 674.55px;
                    top: 33px;
                    left: 0px;
                    background-image: url("../images/s1500x1000/5ea845b95da1a2557f302daa/mb-shophouse-20240505023124-t6mzt.jpg");
                }
                #IMAGE557 > .ladi-image > .ladi-image-background {
                    width: 606.171px;
                    height: 775.899px;
                    top: -7.8992px;
                    left: -2.0053px;
                    background-image: url("../images/s950x1100/5ea845b95da1a2557f302daa/mb-tang-35-20240505023213-fnx3b.jpg");
                }
                #BUTTON_GROUP520 {
                    width: 1032.41px;
                    height: 40.4px;
                    top: 244.15px;
                    left: 83.7955px;
                }
                #BUTTON526,
                #BUTTON527,
                #BUTTON528,
                #BUTTON529,
                #BUTTON532,
                #BUTTON533,
                #BUTTON534 {
                    width: 241.971px;
                    height: 40px;
                }
                #BUTTON_TEXT526,
                #BUTTON_TEXT527,
                #BUTTON_TEXT528,
                #BUTTON_TEXT529,
                #BUTTON_TEXT532,
                #BUTTON_TEXT533,
                #BUTTON_TEXT534 {
                    width: 242px;
                }
                #BUTTON527,
                #BUTTON533 {
                    top: 0.4px;
                    left: 262.136px;
                }
                #BUTTON528,
                #BUTTON534 {
                    top: 0px;
                    left: 526.959px;
                }
                #BUTTON529 {
                    top: 0px;
                    left: 790.439px;
                }
                #BUTTON555 {
                    top: 1112.95px;
                    left: 342.091px;
                }
                #BUTTON556 {
                    top: 1112.95px;
                    left: 618.91px;
                }
                #SECTION523 {
                    height: 1505.4px;
                }
                #SECTION523 > .ladi-section-background {
                    background-image: url("../images/s1440x1505/5ea845b95da1a2557f302daa/bg2-20240418172430-jy_ro.jpg");
                }
                #PARAGRAPH556 {
                    width: 595px;
                    top: 57.95px;
                    left: 605px;
                }
                #BUTTON_GROUP521 {
                    width: 768.93px;
                    height: 40.4px;
                    top: 230.45px;
                    left: 215.535px;
                }
                #TABS523,
                #TAB_ITEM525,
                #TAB_ITEM526 {
                    width: 1200px;
                    height: 1065px;
                }
                #TABS523 {
                    top: 302.45px;
                    left: 0px;
                }
                #IMAGE574,
                #IMAGE575,
                #IMAGE576,
                #IMAGE577 {
                    width: 596.816px;
                    height: 529.199px;
                }
                #IMAGE574 > .ladi-image > .ladi-image-background {
                    width: 596.821px;
                    height: 528.792px;
                    background-image: url("../images/s900x850/5ea845b95da1a2557f302daa/ch-studio-20240505025858-xjo1b.jpg");
                }
                #IMAGE574 > .ladi-image > .ladi-image-background,
                #IMAGE578 > .ladi-image > .ladi-image-background,
                #IMAGE602 > .ladi-image > .ladi-image-background,
                #IMAGE603 > .ladi-image > .ladi-image-background,
                #IMAGE605 > .ladi-image > .ladi-image-background,
                #IMAGE606 > .ladi-image > .ladi-image-background {
                    top: 0.1008px;
                    left: -0.0053px;
                }
                #IMAGE575 {
                    top: 0px;
                    left: 603.184px;
                }
                #IMAGE575 > .ladi-image > .ladi-image-background {
                    width: 608.103px;
                    height: 539.098px;
                    top: -9.8992px;
                    left: 0.0827px;
                    background-image: url("../images/s950x850/5ea845b95da1a2557f302daa/2pn-1vs-20240505025857-g3p1o.jpg");
                }
                #IMAGE576 {
                    top: 535.801px;
                }
                #IMAGE576 > .ladi-image > .ladi-image-background {
                    width: 597.949px;
                    height: 530.097px;
                    top: 0.1008px;
                    left: -1.0053px;
                    background-image: url("../images/s900x850/5ea845b95da1a2557f302daa/2pn-2vs-20240505025857-vxk4l.jpg");
                }
                #IMAGE577 {
                    top: 535.801px;
                    left: 603.184px;
                }
                #IMAGE577 > .ladi-image > .ladi-image-background {
                    width: 596.821px;
                    height: 529.097px;
                    top: 0.1008px;
                    left: -0.005305px;
                    background-image: url("../images/s900x850/5ea845b95da1a2557f302daa/3pn-20240505025858-r6jz4.jpg");
                }
                #IMAGE578,
                #IMAGE602,
                #IMAGE603,
                #IMAGE604,
                #IMAGE605,
                #IMAGE606 {
                    width: 593.816px;
                    height: 345.199px;
                }
                #IMAGE578 {
                    top: 0px;
                }
                #IMAGE578 > .ladi-image > .ladi-image-background {
                    width: 623.461px;
                    height: 351.048px;
                    background-image: url("../images/s950x700/5ea845b95da1a2557f302daa/penthouse-5-20240505093453-rs6vy.png");
                }
                #IMAGE602 {
                    top: 358.9px;
                }
                #IMAGE602 > .ladi-image > .ladi-image-background {
                    width: 803.821px;
                    height: 349.487px;
                    background-image: url("../images/s1150x650/5ea845b95da1a2557f302daa/penthouse-4-20240505093453-tz6sh.jpg");
                }
                #IMAGE603 {
                    top: 719.801px;
                }
                #IMAGE603 > .ladi-image > .ladi-image-background,
                #IMAGE606 > .ladi-image > .ladi-image-background {
                    width: 618.133px;
                    height: 348.048px;
                }
                #IMAGE603 > .ladi-image > .ladi-image-background {
                    background-image: url("../images/s950x650/5ea845b95da1a2557f302daa/penthouse-2-20240505093453-ia2m7.jpg");
                }
                #IMAGE604 {
                    top: 0px;
                    left: 606.184px;
                }
                #IMAGE604 > .ladi-image > .ladi-image-background {
                    width: 694.821px;
                    height: 347.411px;
                    top: -0.8992px;
                    left: -14.0053px;
                    background-image: url("../images/s1000x650/5ea845b95da1a2557f302daa/penthouse-3-20240505093453-c2n-2.jpg");
                }
                #IMAGE605 {
                    top: 359.901px;
                    left: 606.184px;
                }
                #IMAGE605 > .ladi-image > .ladi-image-background {
                    width: 616.357px;
                    height: 347.048px;
                    background-image: url("../images/s950x650/5ea845b95da1a2557f302daa/penthouse-1-20240505093452-gwbu9.jpg");
                }
                #IMAGE606 {
                    top: 719.801px;
                    left: 606.184px;
                }
                #IMAGE606 > .ladi-image > .ladi-image-background {
                    background-image: url("../images/s950x650/5ea845b95da1a2557f302daa/penthouse-6-20240505093453-kd1nn.png");
                }
                #GROUP554 {
                    top: 1412.95px;
                    left: 342.091px;
                }
                #HEADLINE601 {
                    top: 78.95px;
                    left: 0px;
                }
                #HEADLINE601 > .ladi-headline,
                #HEADLINE603 > .ladi-headline {
                    font-size: 36px;
                    color: rgb(255, 255, 255);
                }
                #SECTION524 {
                    height: 1737.7px;
                }
                #SECTION524 > .ladi-section-background {
                    background-image: url("../images/s1440x1737/5ea845b95da1a2557f302daa/bg3-20240501103807-zldkf.jpg");
                }
                #PARAGRAPH566 {
                    width: 558px;
                    top: 65.05px;
                    left: 642px;
                }
                #GROUP559 {
                    width: fit-content;
                    height: fit-content;
                    top: 235px;
                    left: 0px;
                }
                #IMAGE640,
                #IMAGE641,
                #IMAGE642,
                #IMAGE643,
                #IMAGE644,
                #IMAGE645 {
                    width: 586.653px;
                    height: 391.264px;
                }
                #IMAGE640 {
                    left: 613.103px;
                }
                #IMAGE640 > .ladi-image > .ladi-image-background,
                #IMAGE645 > .ladi-image > .ladi-image-background {
                    width: 698.541px;
                    height: 393.323px;
                }
                #IMAGE640 > .ladi-image > .ladi-image-background {
                    background-image: url("../images/s1000x700/5ea845b95da1a2557f302daa/be-boi-20240505180328-ey8w9.jpg");
                }
                #HEADLINE549,
                #HEADLINE550,
                #HEADLINE551,
                #HEADLINE552,
                #HEADLINE554 {
                    width: 587px;
                }
                #HEADLINE549 {
                    top: 408.218px;
                    left: 613.103px;
                }
                #IMAGE641 {
                    top: 469.516px;
                    left: 0.243888px;
                }
                #IMAGE641 > .ladi-image > .ladi-image-background {
                    width: 594.213px;
                    height: 392.998px;
                    background-image: url("../images/s900x700/5ea845b95da1a2557f302daa/vuon-yoga-20240505180328-gajnu.jpg");
                }
                #HEADLINE550 {
                    top: 877.732px;
                    left: 0.121945px;
                }
                #IMAGE642 {
                    top: 469.516px;
                    left: 613.225px;
                }
                #IMAGE642 > .ladi-image > .ladi-image-background {
                    width: 608.325px;
                    height: 392.975px;
                    background-image: url("../images/s950x700/5ea845b95da1a2557f302daa/cau-kinh-20240505180328-vyhuu.jpg");
                }
                #HEADLINE551 {
                    top: 877.732px;
                    left: 613.103px;
                }
                #IMAGE643 {
                    top: 0px;
                    left: 0.121945px;
                }
                #IMAGE643 > .ladi-image > .ladi-image-background {
                    width: 586.653px;
                    height: 477.73px;
                    background-image: url("../images/s900x800/5ea845b95da1a2557f302daa/sky-bar-20240505180328-nvnlz.jpg");
                }
                #HEADLINE552 {
                    top: 408.218px;
                    left: 0px;
                }
                #IMAGE644 {
                    top: 939.032px;
                    left: 0.243888px;
                }
                #IMAGE644 > .ladi-image > .ladi-image-background {
                    width: 586.653px;
                    height: 482.445px;
                    background-image: url("../images/s900x800/5ea845b95da1a2557f302daa/bbq-20240505180328-i29sk.jpg");
                }
                #HEADLINE553 {
                    width: 592px;
                    top: 1347.26px;
                    left: 0.121945px;
                }
                #IMAGE645 {
                    top: 939.032px;
                    left: 613.225px;
                }
                #IMAGE645 > .ladi-image > .ladi-image-background {
                    background-image: url("../images/s1000x700/5ea845b95da1a2557f302daa/vui-vhoi-20240505180328-jnxzz.png");
                }
                #HEADLINE554 {
                    top: 1347.26px;
                    left: 613.103px;
                }
                #GROUP555 {
                    top: 1642.95px;
                    left: 342.091px;
                }
                #HEADLINE602,
                #HEADLINE604 {
                    width: 518px;
                }
                #SECTION528 {
                    height: 1424.9px;
                }
                #SECTION528 > .ladi-section-background {
                    background-image: url("../images/s1440x1424/5ea845b95da1a2557f302daa/bg2-20240418172430-jy_ro.jpg");
                }
                #GALLERY522 {
                    width: 1200px;
                    height: 1154.35px;
                    top: 209.8px;
                    left: 0px;
                }
                #GALLERY522 .ladi-gallery .ladi-gallery-view-item[data-index="0"] {
                    background-image: url("../images/s1550x1500/5ea845b95da1a2557f302daa/1-20240620012904-otju1.png");
                }
                #GALLERY522 .ladi-gallery .ladi-gallery-view-item[data-index="1"] {
                    background-image: url("../images/s1550x1500/5ea845b95da1a2557f302daa/2-20240620012904-exyjw.png");
                }
                #GALLERY522 .ladi-gallery .ladi-gallery-view-item[data-index="2"] {
                    background-image: url("../images/s1550x1500/5ea845b95da1a2557f302daa/3-20240620012904-g5nv0.png");
                }
                #GALLERY522 .ladi-gallery .ladi-gallery-view-item[data-index="3"] {
                    background-image: url("../images/s1550x1500/5ea845b95da1a2557f302daa/4-20240620012904--rkby.png");
                }
                #GALLERY522 .ladi-gallery .ladi-gallery-view-item[data-index="4"] {
                    background-image: url("../images/s1550x1500/5ea845b95da1a2557f302daa/5-20240620012904-spnso.png");
                }
                #GALLERY522 .ladi-gallery .ladi-gallery-view-item[data-index="5"] {
                    background-image: url("../images/s1550x1500/5ea845b95da1a2557f302daa/6-20240620012904-k0jnz.png");
                }
                #GALLERY522 .ladi-gallery .ladi-gallery-view-item[data-index="6"] {
                    background-image: url("../images/s1550x1500/5ea845b95da1a2557f302daa/8-20240620012904-gnxzy.png");
                }
                #GALLERY522 .ladi-gallery .ladi-gallery-view-item[data-index="7"] {
                    background-image: url("../images/s1550x1500/5ea845b95da1a2557f302daa/9-20240620012904-tvq05.png");
                }
                #HEADLINE603 {
                    top: 68.3px;
                    left: 0px;
                }
                #SECTION525 {
                    
                }
                #SECTION525 > .ladi-section-background {
                    background-image: url("../images/s1440x1401/5ea845b95da1a2557f302daa/bg3-20240501103807-zldkf.jpg");
                }
                #IMAGE688,
                #IMAGE689,
                #IMAGE690,
                #IMAGE691,
                #IMAGE692 {
                    width: 586.653px;
                    height: 330.061px;
                }
                #IMAGE688 {
                    top: 945.601px;
                    left: 0.121945px;
                }
                #IMAGE688 > .ladi-image > .ladi-image-background,
                #IMAGE689 > .ladi-image > .ladi-image-background,
                #IMAGE690 > .ladi-image > .ladi-image-background {
                    width: 588.225px;
                    height: 392.15px;
                }
                #IMAGE688 > .ladi-image > .ladi-image-background {
                    background-image: url("../images/s900x700/5ea845b95da1a2557f302daa/ghim_vitri-02-20240507050343-jc5jf.jpg");
                }
                #VIDEO526 {
                    width: 586.775px;
                    height: 330.061px;
                    top: 945.601px;
                    left: 613.347px;
                }
                #SHAPE526 {
                    width: 40px;
                    height: 40px;
                    top: 145.03px;
                    left: 273.387px;
                }
                #IMAGE689 {
                    top: 587.22px;
                    left: 0.121945px;
                }
                #IMAGE689 > .ladi-image > .ladi-image-background {
                    background-image: url("../images/s900x700/5ea845b95da1a2557f302daa/ghim_vitri-10-20240507050345-tmdnz.jpg");
                }
                #IMAGE690 {
                    top: 587.22px;
                    left: 613.408px;
                }
                #IMAGE690 > .ladi-image > .ladi-image-background {
                    background-image: url("../images/s900x700/5ea845b95da1a2557f302daa/ghim_vitri-11-2-20240507050346-v92mu.jpg");
                }
                #IMAGE691 {
                    top: 230.22px;
                    left: 0.121945px;
                }
                #IMAGE691 > .ladi-image > .ladi-image-background {
                    width: 586.845px;
                    height: 330.431px;
                    background-image: url("../images/s900x650/5ea845b95da1a2557f302daa/lkv_thucte-02-20240507050347-9bpgq.jpg");
                }
                #IMAGE692 {
                    top: 230.22px;
                    left: 613.408px;
                }
                #IMAGE692 > .ladi-image > .ladi-image-background {
                    width: 586.725px;
                    height: 391.15px;
                    background-image: url("../images/s900x700/5ea845b95da1a2557f302daa/ghim_vitri-04-20240507050344-rpbxi.jpg");
                }
                #GROUP556 {
                    top: 1319.95px;
                    left: 342.091px;
                }
                #HEADLINE604 {
                    top: 76.8px;
                    left: 0.121945px;
                }
                #SECTION82 {
                    height: 622.7px;
                }
                #BOX531 {
                    width: 935.096px;
                    height: 81.109px;
                    top: 216.858px;
                    left: 132.452px;
                }
                #FORM524 {
                    width: 873.75px;
                    height: 39.7461px;
                    top: 237.539px;
                    left: 163.125px;
                }
                #BUTTON548 {
                    width: 297.05px;
                    height: 39.7461px;
                    top: 0px;
                    left: 576.7px;
                }
                #BUTTON_TEXT548 {
                    top: 8.94287px;
                }
                #FORM_ITEM531,
                #FORM_ITEM532 {
                    width: 245.169px;
                    height: 39.7461px;
                }
                #FORM_ITEM532 {
                    top: 0px;
                    left: 286.296px;
                }
                #HEADLINE584,
                #HEADLINE595 {
                    width: 827px;
                }
                #HEADLINE584 {
                    top: 83.676px;
                    left: 186.5px;
                }
                #HEADLINE595 {
                    top: 114.676px;
                    left: 186.791px;
                }
                #HEADLINE595 > .ladi-headline {
                    font-size: 44px;
                }
                #IMAGE702,
                #IMAGE702 > .ladi-image > .ladi-image-background {
                    width: 337.641px;
                    height: 80.9508px;
                }
                #IMAGE702 {
                    top: 354.325px;
                    left: 431.18px;
                }
                #IMAGE702 > .ladi-image > .ladi-image-background {
                    background-image: url("../images/s650x400/5ea845b95da1a2557f302daa/logo_vgs-07-20240417180949-9wzdb.png");
                }
                #GROUP557,
                #BUTTON563 {
                    width: 301.03px;
                    height: 51px;
                }
                #GROUP557 {
                    top: 490.3px;
                    left: 449.486px;
                }
                #BUTTON_TEXT563 {
                    width: 299px;
                }
                #BUTTON_TEXT563 > .ladi-headline {
                    font-size: 29px;
                }
                #SHAPE533 {
                    width: 49px;
                    height: 49px;
                    top: 1px;
                    left: 2.224px;
                }
                #PARAGRAPH572 {
                    width: 600px;
                    top: 306.97px;
                    left: 300px;
                }
                #IMAGE776,
                #IMAGE776 > .ladi-image > .ladi-image-background {
                    width: 200px;
                    height: 77.8865px;
                }
                #IMAGE776 {
                    right: 40px;
                    bottom: 20px;
                }
                #IMAGE776 > .ladi-image > .ladi-image-background {
                    background-image: url("../images/s550x400/5ea845b95da1a2557f302daa/tai-xuong-20240930015751-ygjtn.png");
                }
                #lienhe {
                    height: 389.431px;
                }
                #LINE390 {
                    width: 960px;
                    top: 252.83px;
                    left: 120.291px;
                }
                #HEADLINE391 {
                    top: 300.83px;
                    left: 404.791px;
                }
                #GROUP353 {
                    width: 557px;
                    height: 175.97px;
                    top: 48.33px;
                    left: 643px;
                }
                #HEADLINE319,
                #HEADLINE352 {
                    width: 557px;
                }
                #HEADLINE352 {
                    top: 49.97px;
                }
                #GROUP416 {
                    bottom: 110px;
                }
                #SHAPE419 {
                    width: 64.276px;
                    height: 64.5975px;
                    top: 8.0017px;
                    left: 7.1425px;
                }
                #GROUP648 {
                    top: 48.33px;
                    left: 0px;
                }
                #SECTION533 {
                    height: 72.2px;
                }
                #HEADLINE667 {
                    width: 1200px;
                    top: 0px;
                    left: 0px;
                }
                #GROUP550 {
                    height: 460.25px;
                    top: 37.75px;
                }
                #FORM525 {
                    height: 229.987px;
                }
                #BUTTON551 {
                    top: 186.544px;
                }
                #HEADLINE589 {
                    top: 414.942px;
                }
            }
            @media (max-width: 767px) {
                #SECTION293 {
                    height: 90.3746px;
                }
                #BUTTON304 {
                    top: -8.6254px;
                    left: -180px;
                }
                #BUTTON306 {
                    top: 11.3746px;
                    left: -588.5px;
                }
                #SHAPE411 {
                    top: 24.3746px;
                    left: 378px;
                }
                #IMAGE296,
                #IMAGE296 > .ladi-image > .ladi-image-background {
                    width: 169.615px;
                    height: 40px;
                }
                #IMAGE296 {
                    top: 25px;
                    left: 125.193px;
                }
                #BUTTON297 {
                    top: 51.3746px;
                    left: 585px;
                }
                #BUTTON298 {
                    top: 51.3746px;
                    left: 726px;
                }
                #BUTTON302 {
                    top: 16.3746px;
                    left: 554px;
                }
                #BUTTON300 {
                    top: 24.3746px;
                    left: 448.5px;
                }
                #BUTTON308 {
                    top: 11.3746px;
                    left: -303px;
                }
                #BUTTON310 {
                    top: 31.3746px;
                    left: -150.498px;
                }
                #SECTION14 {
                    height: 1111.35px;
                }
                #SECTION14 > .ladi-section-background {
                    background-image: url("../images/s768x1111/5ea845b95da1a2557f302daa/bg1-20240417181034-vjzze.jpg");
                }
                #IMAGE520,
                #IMAGE520 > .ladi-image > .ladi-image-background {
                    width: 492.47px;
                    height: 490.319px;
                }
                #IMAGE520 {
                    top: -19px;
                    left: -29.001px;
                }
                #IMAGE520 > .ladi-image > .ladi-image-background {
                    background-image: url("../images/s800x800/5ea845b95da1a2557f302daa/vic-4-20241004045302-pwd20.png");
                }
                #IMAGE523,
                #IMAGE523 > .ladi-image > .ladi-image-background {
                    width: 166.634px;
                    height: 61.8158px;
                }
                #IMAGE523 {
                    top: 541.334px;
                    left: -18.4348px;
                }
                #IMAGE532,
                #IMAGE532 > .ladi-image > .ladi-image-background {
                    width: 384.589px;
                    height: 124.777px;
                }
                #IMAGE532 {
                    top: 419.955px;
                    left: 17.706px;
                }
                #IMAGE532 > .ladi-image > .ladi-image-background {
                    background-image: url("../images/s700x450/5ea845b95da1a2557f302daa/text-1-20240419183237-zawne.png");
                }
                #IMAGE533,
                #IMAGE533 > .ladi-image > .ladi-image-background {
                    width: 279.963px;
                    height: 73.128px;
                }
                #IMAGE533 {
                    top: 551.732px;
                    left: 70.0185px;
                }
                #IMAGE533 > .ladi-image > .ladi-image-background {
                    background-image: url("../images/s600x400/5ea845b95da1a2557f302daa/text-2-20240419183237-s95hm.png");
                }
                #IMAGE534,
                #IMAGE534 > .ladi-image > .ladi-image-background {
                    width: 173.328px;
                    height: 64.2989px;
                }
                #IMAGE534 {
                    top: 353.657px;
                    left: 223.967px;
                }
                #IMAGE534 > .ladi-image > .ladi-image-background {
                    background-image: url("../images/s500x400/5c7362c6c417ab07e5196b05/kjlyhio-20210129081258.png");
                }
                #IMAGE659,
                #IMAGE659 > .ladi-image > .ladi-image-background,
                #IMAGE774,
                #IMAGE774 > .ladi-image > .ladi-image-background {
                    width: 81.3336px;
                    height: 81.3336px;
                }
                #IMAGE659 {
                    top: 254.489px;
                    left: 246.941px;
                }
                #IMAGE662,
                #IMAGE662 > .ladi-image > .ladi-image-background {
                    width: 52.7746px;
                    height: 52.7746px;
                }
                #IMAGE662 {
                    top: 273.486px;
                    left: 91.715px;
                }
                #GROUP547,
                #BOX530,
                #GROUP416,
                #BOX417 {
                    width: 63.601px;
                    height: 63.601px;
                }
                #GROUP547,
                #GROUP416 {
                    left: 20px;
                }
                #SHAPE531 {
                    width: 52.3937px;
                    height: 52.3937px;
                    top: 5.60366px;
                    left: 5.60366px;
                }
                #SHAPE532 {
                    width: 27.853px;
                    height: 27.9924px;
                    top: 17.8042px;
                    left: 17.8739px;
                }
                #GROUP633 {
                    width: 381.783px;
                    top: 752.764px;
                    left: 5px;
                }
                #GROUP634,
                #FRAME574 {
                    width: 353.48px;
                }
                #GROUP634 {
                    left: 28.3026px;
                }
                #PARAGRAPH605 {
                    width: 275px;
                    left: 33.3843px;
                }
                #SHAPE546 {
                    width: 335.434px;
                    left: 66.7783px;
                }
                #PARAGRAPH606 {
                    width: 282px;
                    left: 34.3658px;
                }
                #HEADLINE664 {
                    width: 301px;
                    top: 15.9403px;
                    left: 29.826px;
                }
                #HEADLINE664 > .ladi-headline {
                    font-size: 18px;
                }
                #FORM530,
                #FORM_ITEM554 {
                    width: 289.045px;
                }
                #FORM530 {
                    left: 32.2182px;
                }
                #BUTTON583,
                #FORM_ITEM551,
                #FORM_ITEM552 {
                    width: 288.675px;
                }
                #BUTTON583,
                #FORM_ITEM552 {
                    left: 0.245454px;
                }
                #BUTTON_TEXT583 {
                    width: 289px;
                }
                #FORM_ITEM551 {
                    left: 0.368191px;
                }
                #FORM_ITEM553 {
                    width: 288.922px;
                }
                #IMAGE770 {
                    width: 70.8564px;
                    height: 73.5545px;
                }
                #IMAGE773 {
                    top: 643.15px;
                    left: 113.231px;
                }
                #IMAGE774 {
                    top: 656.694px;
                    left: 194.338px;
                }
                #SECTION529 {
                    height: 2783.28px;
                }
                #SECTION529 > .ladi-section-background {
                    background-image: url("../images/s768x2783/5ea845b95da1a2557f302daa/bg3-20240501103807-zldkf.jpg");
                }
                #GROUP638 {
                    width: 407.052px;
                    height: 78.8623px;
                    top: 41px;
                    left: 6.474px;
                }
                #BOX533 {
                    width: 318.099px;
                    height: 43.6227px;
                    left: 44.5219px;
                }
                #IMAGE725,
                #IMAGE727 {
                    width: 40.9598px;
                    height: 29.9906px;
                }
                #IMAGE725 {
                    top: 7.4218px;
                }
                #IMAGE725 > .ladi-image > .ladi-image-background,
                #IMAGE727 > .ladi-image > .ladi-image-background {
                    width: 45.8188px;
                    height: 29.9906px;
                }
                #HEADLINE607 {
                    width: 295px;
                    top: 8.81135px;
                    left: 56.0714px;
                }
                #HEADLINE607 > .ladi-headline {
                    font-size: 22px;
                    text-align: center;
                    text-shadow: rgb(0, 0, 0) 0px 1px 1px;
                }
                #IMAGE727 {
                    top: 8.0277px;
                    left: 366.092px;
                }
                #HEADLINE608 {
                    width: 390px;
                    top: 52.8623px;
                    left: 8.5714px;
                }
                #HEADLINE608 > .ladi-headline,
                #PARAGRAPH583 > .ladi-paragraph,
                #PARAGRAPH582 > .ladi-paragraph,
                #PARAGRAPH579 > .ladi-paragraph,
                #PARAGRAPH607 > .ladi-paragraph {
                    font-size: 16px;
                }
                #IMAGE731 {
                    width: 389px;
                    height: 219.955px;
                    top: 648.742px;
                    left: 13.3316px;
                }
                #IMAGE731 > .ladi-image > .ladi-image-background {
                    width: 389px;
                    height: 216.111px;
                    background-image: url("../images/s700x550/5ea845b95da1a2557f302daa/ch3-20240925164924-8k6p4.jpg");
                }
                #IMAGE732 {
                    width: 391.157px;
                    height: 221.175px;
                    top: 1146.92px;
                    left: 13.3317px;
                }
                #IMAGE732 > .ladi-image > .ladi-image-background {
                    width: 391.157px;
                    height: 217.309px;
                    background-image: url("../images/s700x550/5ea845b95da1a2557f302daa/ch2-20240925164923-avbfi.jpg");
                }
                #IMAGE734 {
                    width: 391.426px;
                    height: 221.327px;
                    top: 1646.53px;
                    left: 13.3319px;
                }
                #IMAGE734 > .ladi-image > .ladi-image-background {
                    width: 391.426px;
                    height: 217.459px;
                    background-image: url("../images/s700x550/5ea845b95da1a2557f302daa/ch4-20240925164924-yucln.jpg");
                }
                #GROUP592,
                #GROUP588 {
                    width: 386.5px;
                    height: 224.327px;
                }
                #GROUP592 {
                    top: 1885.69px;
                    left: 14.3319px;
                }
                #HEADLINE623 {
                    left: 5px;
                }
                #SHAPE541,
                #SHAPE540 {
                    width: 88px;
                    height: 88px;
                }
                #PARAGRAPH583 {
                    top: 74.97px;
                    left: 3.5px;
                }
                #BUTTON577 {
                    top: 184.327px;
                    left: 18.5px;
                }
                #HEADLINE624,
                #HEADLINE610 {
                    top: 136px;
                }
                #HEADLINE624 > .ladi-headline,
                #HEADLINE622 > .ladi-headline,
                #HEADLINE616 > .ladi-headline,
                #HEADLINE625 > .ladi-headline,
                #HEADLINE535 > .ladi-headline {
                    font-size: 20px;
                }
                #BUTTON578,
                #BUTTON576,
                #BUTTON570 {
                    width: 127px;
                    height: 27px;
                }
                #BUTTON578 {
                    top: 43px;
                    left: 246px;
                }
                #BUTTON_TEXT578 > .ladi-headline,
                #BUTTON_TEXT576 > .ladi-headline,
                #BUTTON_TEXT570 > .ladi-headline {
                    font-size: 12px;
                }
                #GROUP591,
                #GROUP586 {
                    width: 387.5px;
                    height: 216.327px;
                }
                #GROUP591 {
                    top: 1385.69px;
                    left: 11.8316px;
                }
                #HEADLINE621 {
                    left: 9px;
                }
                #HEADLINE621 > .ladi-headline,
                #HEADLINE615 > .ladi-headline,
                #HEADLINE609 > .ladi-headline {
                    font-size: 28px;
                }
                #SHAPE540 {
                    top: 5.277px;
                }
                #PARAGRAPH582 {
                    top: 68.97px;
                    left: 4.5px;
                }
                #BUTTON575 {
                    top: 176.327px;
                    left: 21.0001px;
                }
                #HEADLINE622 {
                    top: 131px;
                    left: 82px;
                }
                #BUTTON576 {
                    top: 35px;
                    left: 249px;
                }
                #GROUP590,
                #GROUP579 {
                    width: 387.5px;
                    height: 226.327px;
                }
                #GROUP590 {
                    top: 878.691px;
                    left: 13.3316px;
                }
                #SHAPE537 {
                    width: 90.723px;
                    height: 90.723px;
                    top: 3.277px;
                }
                #PARAGRAPH579 {
                    top: 72.97px;
                    left: 4.5px;
                }
                #BUTTON569 {
                    top: 186.327px;
                    left: 17.25px;
                }
                #HEADLINE616 {
                    top: 135px;
                    left: 76px;
                }
                #BUTTON570 {
                    top: 48px;
                    left: 246px;
                }
                #BUTTON_TEXT570 {
                    width: 127px;
                }
                #GROUP645 {
                    width: 420.207px;
                    height: 614.385px;
                    top: 2144.53px;
                    left: 5.125px;
                }
                #HEADLINE665 {
                    width: 343px;
                    top: 40px;
                    left: 8.207px;
                }
                #HEADLINE665 > .ladi-headline {
                    font-size: 15px;
                }
                #GROUP593 {
                    width: 370.195px;
                    height: 304.403px;
                    top: 239px;
                    left: 0px;
                }
                #GROUP594,
                #FRAME564 {
                    width: 333.571px;
                    height: 290.608px;
                }
                #GROUP594 {
                    top: 13.7946px;
                    left: 36.6235px;
                }
                #PARAGRAPH584 {
                    width: 259px;
                    top: 23.9437px;
                    left: 31.504px;
                }
                #SHAPE542 {
                    width: 316.541px;
                    height: 186.338px;
                    top: 191.173px;
                    left: 63.0172px;
                }
                #PARAGRAPH585 {
                    width: 265px;
                    top: 286.525px;
                    left: 32.4303px;
                }
                #HEADLINE625 {
                    width: 242px;
                    top: 19.1962px;
                    left: 43.9303px;
                }
                #FORM528 {
                    width: 272.763px;
                    height: 206.992px;
                    top: 64.9197px;
                    left: 30.4035px;
                }
                #BUTTON579 {
                    width: 272.415px;
                    height: 38.1777px;
                    top: 168.815px;
                    left: 0.231629px;
                }
                #BUTTON_TEXT579 {
                    top: 8.58984px;
                }
                #FORM_ITEM543,
                #FORM_ITEM544 {
                    width: 272.415px;
                    height: 35.131px;
                }
                #FORM_ITEM543 {
                    left: 0.34745px;
                }
                #FORM_ITEM544 {
                    top: 39.0567px;
                    left: 0.231629px;
                }
                #FORM_ITEM545 {
                    width: 272.647px;
                    height: 36.8375px;
                    top: 78.3974px;
                }
                #FORM_ITEM546 {
                    width: 272.763px;
                    height: 36.8375px;
                    top: 119.446px;
                }
                #IMAGE735 {
                    width: 98.259px;
                    height: 81.9355px;
                }
                #IMAGE735 > .ladi-image > .ladi-image-background {
                    width: 98.259px;
                    height: 88.7751px;
                }
                #HEADLINE626 {
                    width: 411px;
                    top: 0px;
                    left: 9.207px;
                }
                #HEADLINE626 > .ladi-headline,
                #BUTTON_TEXT563 > .ladi-headline {
                    font-size: 25px;
                }
                #PARAGRAPH586 {
                    width: 370px;
                    top: 85px;
                    left: 9.207px;
                }
                #PARAGRAPH586 > .ladi-paragraph,
                #BUTTON_TEXT532 > .ladi-headline,
                #BUTTON_TEXT533 > .ladi-headline,
                #BUTTON_TEXT534 > .ladi-headline {
                    font-size: 13px;
                }
                #IMAGE736,
                #IMAGE736 > .ladi-image > .ladi-image-background {
                    width: 241.852px;
                    height: 62.5263px;
                }
                #IMAGE736 {
                    top: 168.04px;
                    left: 83.281px;
                }
                #BUTTON580 {
                    width: 238.314px;
                    height: 39.8852px;
                    top: 574.5px;
                    left: 95.55px;
                }
                #BUTTON_TEXT580 {
                    width: 238px;
                    top: 8.97417px;
                }
                #GROUP644 {
                    width: 389px;
                    height: 463.884px;
                    top: 147.858px;
                    left: 15.4997px;
                }
                #IMAGE728,
                #IMAGE728 > .ladi-image > .ladi-image-background {
                    width: 389px;
                    height: 215.783px;
                }
                #IMAGE728 {
                    top: 0px;
                }
                #IMAGE728 > .ladi-image > .ladi-image-background {
                    background-image: url("../images/s700x550/5ea845b95da1a2557f302daa/ch1-20240925164923-ugwgo.jpg");
                }
                #GROUP589,
                #GROUP574 {
                    height: 224.327px;
                }
                #GROUP589 {
                    top: 239.557px;
                    left: 0px;
                }
                #SHAPE534 {
                    top: 0.277px;
                }
                #PARAGRAPH576 {
                    top: 70.97px;
                }
                #BUTTON565 {
                    top: 184.327px;
                }
                #BUTTON568 {
                    top: 132.831px;
                }
                #tongquan {
                    height: 1088.03px;
                }
                #GROUP639 {
                    width: 427.285px;
                    height: 57.9689px;
                    top: 446.066px;
                    left: -6.2849px;
                }
                #IMAGE771,
                #IMAGE771 > .ladi-image > .ladi-image-background,
                #IMAGE772,
                #IMAGE772 > .ladi-image > .ladi-image-background {
                    width: 93.9759px;
                    height: 57.9689px;
                }
                #IMAGE772 {
                    top: 0px;
                    left: 333.309px;
                }
                #PARAGRAPH607 {
                    width: 389px;
                    top: 525.035px;
                    left: 15.5px;
                }
                #IMAGE658,
                #IMAGE658 > .ladi-image > .ladi-image-background {
                    width: 420px;
                    height: 90.5755px;
                }
                #IMAGE658 {
                    top: 13px;
                }
                #IMAGE658 > .ladi-image > .ladi-image-background {
                    left: 1.05px;
                    background-image: url("../images/s750x400/5ea845b95da1a2557f302daa/banner-2-20240706085515-2nea5.jpg");
                }
                #HEADLINE567 {
                    width: 311px;
                    top: 126.262px;
                    left: 54.5px;
                }
                #HEADLINE567 > .ladi-headline {
                    font-size: 21px;
                    line-height: 1.2;
                }
                #IMAGE660,
                #IMAGE660 > .ladi-image > .ladi-image-background {
                    width: 49.6528px;
                    height: 32.5px;
                }
                #IMAGE660 {
                    top: 134.762px;
                    left: 18.75px;
                }
                #IMAGE661,
                #IMAGE661 > .ladi-image > .ladi-image-background {
                    width: 50.4167px;
                    height: 33px;
                }
                #IMAGE661 {
                    top: 134.762px;
                    left: 360.361px;
                }
                #BUTTON542 {
                    top: 399.035px;
                    left: 90.5px;
                }
                #BUTTON550 {
                    width: 239.333px;
                    top: 1016.03px;
                    left: 90.3335px;
                }
                #GROUP572 {
                    width: 403.75px;
                    height: 190px;
                    top: 192.562px;
                    left: 5.125px;
                }
                #PARAGRAPH567 {
                    width: 377px;
                    left: 26.75px;
                }
                #PARAGRAPH567 > .ladi-paragraph {
                    font-size: 16px;
                    line-height: 1.7;
                }
                #GROUP571 {
                    width: 18.5052px;
                    height: 181.699px;
                    top: 3px;
                }
                #IMAGE678,
                #IMAGE679,
                #IMAGE680,
                #IMAGE681,
                #IMAGE699,
                #IMAGE724 {
                    width: 18.5052px;
                    height: 20.1412px;
                }
                #IMAGE678 > .ladi-image > .ladi-image-background,
                #IMAGE679 > .ladi-image > .ladi-image-background,
                #IMAGE680 > .ladi-image > .ladi-image-background,
                #IMAGE681 > .ladi-image > .ladi-image-background,
                #IMAGE699 > .ladi-image > .ladi-image-background,
                #IMAGE724 > .ladi-image > .ladi-image-background {
                    width: 20.5142px;
                    height: 20.1412px;
                }
                #IMAGE679 {
                    top: 26.804px;
                }
                #IMAGE680 {
                    top: 53.353px;
                }
                #IMAGE681 {
                    top: 81.818px;
                }
                #IMAGE699 {
                    top: 134.558px;
                }
                #IMAGE724 {
                    top: 161.558px;
                }
                #HEADLINE666 {
                    width: 288px;
                    top: 459.035px;
                    left: 63px;
                }
                #HEADLINE666 > .ladi-headline,
                #HEADLINE662 > .ladi-headline {
                    font-size: 22px;
                }
                #SECTION520 {
                    height: 1413.26px;
                }
                #SECTION520 > .ladi-section-background {
                    background-image: url("../images/s768x1413/5ea845b95da1a2557f302daa/bg2-20240418172430-jy_ro.jpg");
                }
                #IMAGE535,
                #IMAGE535 > .ladi-image > .ladi-image-background {
                    width: 701.023px;
                    height: 447.039px;
                }
                #IMAGE535 {
                    top: 373.043px;
                    left: -167.161px;
                }
                #IMAGE535 > .ladi-image > .ladi-image-background {
                    background-image: url("../images/s1050x750/5ea845b95da1a2557f302daa/vic-3-20240419195457-hjcqd.png");
                }
                #HEADLINE531,
                #HEADLINE601 {
                    width: 181px;
                }
                #HEADLINE531 {
                    top: 49.0776px;
                    left: 19.5px;
                }
                #HEADLINE531 > .ladi-headline,
                #HEADLINE627 > .ladi-headline,
                #HEADLINE639 > .ladi-headline,
                #HEADLINE605 > .ladi-headline {
                    font-size: 26px;
                }
                #PARAGRAPH533,
                #PARAGRAPH545,
                #PARAGRAPH599,
                #PARAGRAPH555 {
                    width: 381px;
                }
                #PARAGRAPH533 {
                    top: 154.263px;
                    left: 19.5px;
                }
                #GROUP530 {
                    top: 806.078px;
                    left: 47.5px;
                }
                #GROUP531 {
                    top: 949.263px;
                    left: 228px;
                }
                #GROUP532 {
                    top: 806.078px;
                    left: 220.5px;
                }
                #GROUP533 {
                    top: 949.263px;
                    left: 47.5px;
                }
                #PARAGRAPH545 {
                    top: 1112.26px;
                    left: 19.5px;
                }
                #BUTTON523 {
                    top: 1332.26px;
                    left: 90.5px;
                }
                #IMAGE664,
                #IMAGE664 > .ladi-image > .ladi-image-background {
                    width: 85.185px;
                    height: 85.185px;
                }
                #IMAGE664 {
                    top: 647.082px;
                    left: 168.408px;
                }
                #SECTION530 {
                    height: 2618.4px;
                }
                #SECTION530 > .ladi-section-background {
                    background-image: url("../images/s768x2618/5ea845b95da1a2557f302daa/bg2-20240418172430-jy_ro.jpg");
                }
                #HEADLINE627 {
                    width: 326px;
                    top: 33px;
                    left: 19.5px;
                }
                #GROUP641 {
                    width: 449.777px;
                    height: 384.399px;
                    top: 207.363px;
                    left: 22px;
                }
                #GROUP614,
                #IMAGE758,
                #IMAGE758 > .ladi-image > .ladi-image-background,
                #GROUP624,
                #IMAGE764,
                #IMAGE764 > .ladi-image > .ladi-image-background,
                #GROUP627,
                #IMAGE766,
                #IMAGE766 > .ladi-image > .ladi-image-background {
                    width: 109.879px;
                    height: 109.879px;
                }
                #GROUP614 {
                    top: 0px;
                    left: 133.06px;
                }
                #IMAGE758 > .ladi-image > .ladi-image-background {
                    background-image: url("../images/s450x450/5ea845b95da1a2557f302daa/vs1-20240926074900-as4ix.png");
                }
                #IMAGE759,
                #IMAGE759 > .ladi-image > .ladi-image-background,
                #IMAGE765,
                #IMAGE765 > .ladi-image > .ladi-image-background,
                #IMAGE767,
                #IMAGE767 > .ladi-image > .ladi-image-background {
                    width: 46.9012px;
                    height: 46.9012px;
                }
                #IMAGE759,
                #IMAGE763,
                #IMAGE765,
                #IMAGE767 {
                    left: 58.8359px;
                }
                #GROUP618 {
                    width: 449.777px;
                    height: 266.684px;
                    top: 117.715px;
                    left: 0px;
                }
                #PARAGRAPH595 {
                    width: 376px;
                    top: 87.684px;
                }
                #PARAGRAPH595 > .ladi-paragraph,
                #PARAGRAPH599 > .ladi-paragraph,
                #HEADLINE657 > .ladi-headline,
                #PARAGRAPH600 > .ladi-paragraph,
                #HEADLINE659 > .ladi-headline,
                #PARAGRAPH601 > .ladi-paragraph,
                #HEADLINE663 > .ladi-headline {
                    text-align: center;
                }
                #HEADLINE639 {
                    width: 436px;
                    left: 13.777px;
                }
                #HEADLINE640,
                #HEADLINE657,
                #HEADLINE659 {
                    width: 341px;
                }
                #HEADLINE640 {
                    top: 38.4415px;
                    left: 43.0945px;
                }
                #HEADLINE640 > .ladi-headline,
                #PARAGRAPH547 > .ladi-paragraph {
                    font-size: 14px;
                }
                #LINE540,
                #LINE542,
                #LINE543,
                #LINE544 {
                    width: 60px;
                }
                #LINE540 {
                    top: 65.7925px;
                    left: 158px;
                }
                #GROUP640 {
                    width: 381px;
                    height: 374.542px;
                    top: 621.294px;
                    left: 19.5px;
                }
                #GROUP621,
                #IMAGE762,
                #IMAGE762 > .ladi-image > .ladi-image-background {
                    width: 109.879px;
                    height: 109.88px;
                }
                #GROUP621 {
                    top: 0px;
                    left: 135.56px;
                }
                #IMAGE762 > .ladi-image > .ladi-image-background {
                    background-image: url("../images/s450x450/5ea845b95da1a2557f302daa/vs2-20240926075542-nx6st.png");
                }
                #IMAGE763,
                #IMAGE763 > .ladi-image > .ladi-image-background {
                    width: 46.9012px;
                    height: 46.9016px;
                }
                #PARAGRAPH599 {
                    top: 246.542px;
                    left: 0px;
                }
                #HEADLINE656 {
                    width: 371px;
                    top: 120.88px;
                    left: 5px;
                }
                #HEADLINE656 > .ladi-headline,
                #HEADLINE658 > .ladi-headline {
                    font-size: 26px;
                    line-height: 1.4;
                    text-align: center;
                }
                #HEADLINE657 {
                    top: 195.88px;
                    left: 19.9995px;
                }
                #LINE542 {
                    top: 221.651px;
                    left: 160.5px;
                }
                #GROUP642 {
                    width: 385px;
                    height: 444.54px;
                    top: 1032.22px;
                    left: 17.5px;
                }
                #GROUP624 {
                    top: 0px;
                    left: 137.56px;
                }
                #IMAGE764 > .ladi-image > .ladi-image-background {
                    background-image: url("../images/s450x450/5ea845b95da1a2557f302daa/vs3-20240926080756-mvpdx.png");
                }
                #PARAGRAPH600,
                #PARAGRAPH601 {
                    width: 385px;
                }
                #PARAGRAPH600 {
                    top: 290.54px;
                    left: 0px;
                }
                #HEADLINE658 {
                    width: 358px;
                    top: 129.98px;
                    left: 13.4995px;
                }
                #HEADLINE659 {
                    top: 207.3px;
                    left: 22px;
                }
                #LINE543 {
                    top: 261.65px;
                    left: 162.5px;
                }
                #GROUP627 {
                    top: 1510.49px;
                    left: 160.06px;
                }
                #IMAGE766 > .ladi-image > .ladi-image-background {
                    background-image: url("../images/s450x450/5ea845b95da1a2557f302daa/sv4-20240926175142-lfxpd.png");
                }
                #PARAGRAPH601 {
                    top: 1757.03px;
                    left: 17.5px;
                }
                #HEADLINE660 {
                    width: 442px;
                    top: 1640.35px;
                    left: -5.9998px;
                }
                #HEADLINE660 > .ladi-headline {
                    font-size: 25px;
                    text-align: center;
                }
                #HEADLINE661 {
                    width: 329px;
                    top: 1680.35px;
                    left: 60.5002px;
                }
                #HEADLINE661 > .ladi-headline {
                    line-height: 1.4;
                    text-align: center;
                }
                #LINE544 {
                    top: 1730.14px;
                    left: 185px;
                }
                #GROUP631 {
                    width: 392.106px;
                    top: 2225.58px;
                    left: -4px;
                }
                #GROUP632,
                #FRAME573 {
                    width: 358.653px;
                }
                #GROUP632 {
                    left: 33.4525px;
                }
                #PARAGRAPH602 {
                    width: 279px;
                    left: 33.8728px;
                }
                #SHAPE545 {
                    width: 340.342px;
                    left: 67.7556px;
                }
                #PARAGRAPH603 {
                    width: 286px;
                    left: 34.8688px;
                }
                #HEADLINE662 {
                    width: 261px;
                    left: 61.7723px;
                }
                #FORM529,
                #FORM_ITEM550 {
                    width: 293.274px;
                }
                #FORM529 {
                    left: 32.6896px;
                }
                #BUTTON581,
                #FORM_ITEM547,
                #FORM_ITEM548 {
                    width: 292.899px;
                }
                #BUTTON581,
                #FORM_ITEM548 {
                    left: 0.249046px;
                }
                #FORM_ITEM547 {
                    left: 0.373577px;
                }
                #FORM_ITEM549 {
                    width: 293.15px;
                    top: 87.8217px;
                }
                #IMAGE768 {
                    width: 89.8815px;
                    height: 91.1972px;
                }
                #HEADLINE663 {
                    top: 1943.36px;
                    left: 43.5px;
                }
                #PARAGRAPH604,
                #BUTTON_TEXT525 {
                    width: 367px;
                }
                #PARAGRAPH604 {
                    top: 2003.22px;
                    left: 26.5px;
                }
                #PARAGRAPH604 > .ladi-paragraph {
                    font-size: 13px;
                    text-align: center;
                }
                #IMAGE769 {
                    top: 2088.23px;
                    left: 93.726px;
                }
                #BUTTON582 {
                    top: 2177.98px;
                    left: 100.5px;
                }
                #tienich {
                    height: 1434.87px;
                }
                #IMAGE537,
                #IMAGE537 > .ladi-image > .ladi-image-background {
                    width: 420px;
                    height: 254.242px;
                }
                #IMAGE537 {
                    top: 140.377px;
                    left: 0px;
                }
                #IMAGE537 > .ladi-image > .ladi-image-background {
                    background-image: url("../images/s750x600/5ea845b95da1a2557f302daa/vi-tri-20240425180209-qyk69.jpg");
                }
                #PARAGRAPH546,
                #HEADLINE602 {
                    width: 388px;
                }
                #PARAGRAPH546 {
                    top: 423.512px;
                    left: 19.5px;
                }
                #HTML_CODE521 {
                    width: 400px;
                    height: 231px;
                    top: 1038.66px;
                    left: 10px;
                }
                #IMAGE538 {
                    width: 400px;
                    height: 278.626px;
                    top: 734.878px;
                    left: 10px;
                }
                #IMAGE538 > .ladi-image > .ladi-image-background {
                    width: 401.793px;
                    height: 286.88px;
                    background-image: url("../images/s750x600/5ea845b95da1a2557f302daa/vi-tri-vic-grand-square-phu-tho-hinh-anh-thuc-te-20240501070634-5nryc.jpg");
                }
                #GROUP558 {
                    width: 239px;
                    height: 98px;
                    top: 1299.87px;
                    left: 90.5px;
                }
                #BUTTON554 {
                    top: 58px;
                    left: 0px;
                }
                #HEADLINE605 {
                    width: 401px;
                    top: 35.619px;
                    left: 19.5px;
                }
                #SECTION522 {
                    height: 452.522px;
                }
                #SECTION522 > .ladi-section-background {
                    background-image: url("../images/s768x452/5ea845b95da1a2557f302daa/bg1-20240417181034-vjzze.jpg");
                }
                #HEADLINE535 {
                    width: 380px;
                }
                #HEADLINE535,
                #HEADLINE601 {
                    top: 31px;
                    left: 20px;
                }
                #PARAGRAPH547 {
                    width: 355px;
                    top: 380.522px;
                    left: 32.5px;
                }
                #FORM523 {
                    width: 360.351px;
                    height: 242px;
                    top: 120px;
                    left: 29.8245px;
                }
                #BUTTON525 {
                    width: 331.779px;
                    top: 206.706px;
                    left: 14.286px;
                }
                #FORM_ITEM527,
                #FORM_ITEM528,
                #FORM_ITEM529,
                #FORM_ITEM530 {
                    width: 360.351px;
                }
                #FORM_ITEM528 {
                    top: 97px;
                    left: 0px;
                }
                #FORM_ITEM529 {
                    top: 47.6399px;
                }
                #FORM_ITEM530 {
                    top: 145.787px;
                    left: 0px;
                }
                #SHAPE525 {
                    top: 332px;
                    left: 101.711px;
                }
                #vitri {
                    height: 878.228px;
                }
                #vitri > .ladi-section-background {
                    background-image: url("../images/s768x878/5ea845b95da1a2557f302daa/bg3-20240501103807-zldkf.jpg");
                }
                #PARAGRAPH555 {
                    top: 120.63px;
                    left: 20px;
                }
                #HEADLINE600 {
                    width: 387px;
                    top: 24.228px;
                    left: 20px;
                }
                #HEADLINE600 > .ladi-headline,
                #HEADLINE601 > .ladi-headline,
                #HEADLINE602 > .ladi-headline,
                #HEADLINE603 > .ladi-headline,
                #HEADLINE604 > .ladi-headline {
                    font-size: 26px;
                    color: rgb(244, 243, 164);
                }
                #TABS522,
                #TAB_ITEM539,
                #TAB_ITEM522,
                #TAB_ITEM523,
                #TAB_ITEM524 {
                    width: 381.223px;
                    height: 257.475px;
                }
                #TABS522 {
                    top: 452.251px;
                    left: 15px;
                }
                #IMAGE549 > .ladi-image > .ladi-image-background {
                    width: 382.92px;
                    height: 260.266px;
                    top: 1px;
                    left: -2.747px;
                    background-image: url("../images/s700x600/5ea845b95da1a2557f302daa/mat-bang-tang-dien-hinh-20240501101911-psomf.jpg");
                }
                #IMAGE550 > .ladi-image > .ladi-image-background {
                    width: 408.392px;
                    height: 259.287px;
                    top: -0.899px;
                    left: 1.7268px;
                    background-image: url("../images/s750x600/5ea845b95da1a2557f302daa/tien-ich-t1-20240505022516-p-7cw.jpg");
                }
                #IMAGE556 > .ladi-image > .ladi-image-background {
                    width: 410.445px;
                    height: 230.875px;
                    top: 26px;
                    left: -0.442px;
                    background-image: url("../images/s750x550/5ea845b95da1a2557f302daa/mb-shophouse-20240505023124-t6mzt.jpg");
                }
                #IMAGE557 > .ladi-image > .ladi-image-background {
                    width: 397.177px;
                    height: 507.899px;
                    top: -33.899px;
                    left: 25.767px;
                    background-image: url("../images/s700x850/5ea845b95da1a2557f302daa/mb-tang-35-20240505023213-fnx3b.jpg");
                }
                #BUTTON_GROUP520 {
                    width: 381.223px;
                    height: 75.3509px;
                    top: 354.645px;
                    left: 15px;
                }
                #BUTTON526,
                #BUTTON527,
                #BUTTON528,
                #BUTTON529 {
                    width: 182.987px;
                    height: 28.3509px;
                }
                #BUTTON_TEXT526,
                #BUTTON_TEXT527,
                #BUTTON_TEXT528,
                #BUTTON_TEXT529,
                #BUTTON_TEXT532,
                #BUTTON_TEXT533,
                #BUTTON_TEXT534 {
                    width: 183px;
                }
                #BUTTON_TEXT526,
                #BUTTON_TEXT527,
                #BUTTON_TEXT528,
                #BUTTON_TEXT529 {
                    top: 6.37895px;
                }
                #BUTTON527 {
                    top: 0.283509px;
                    left: 198.236px;
                }
                #BUTTON528 {
                    top: 47px;
                    left: 0px;
                }
                #BUTTON529 {
                    top: 47px;
                    left: 198.236px;
                }
                #BUTTON555 {
                    top: 737.045px;
                    left: 86.1115px;
                }
                #BUTTON556 {
                    top: 799.031px;
                    left: 86.1115px;
                }
                #SECTION523 {
                    height: 1986.4px;
                }
                #SECTION523 > .ladi-section-background {
                    background-image: url("../images/s768x1986/5ea845b95da1a2557f302daa/bg2-20240418172430-jy_ro.jpg");
                }
                #PARAGRAPH556 {
                    width: 325px;
                    top: 117px;
                    left: 20px;
                }
                #BUTTON_GROUP521 {
                    width: 380.855px;
                    height: 78.6594px;
                    top: 277px;
                    left: 20px;
                }
                #BUTTON532,
                #BUTTON533,
                #BUTTON534 {
                    width: 182.81px;
                    height: 33.5457px;
                }
                #BUTTON_TEXT532,
                #BUTTON_TEXT533,
                #BUTTON_TEXT534 {
                    top: 8.82809px;
                }
                #BUTTON533 {
                    top: 0.392359px;
                    left: 198.045px;
                }
                #BUTTON534 {
                    top: 45.1137px;
                    left: 99.0225px;
                }
                #TABS523,
                #TAB_ITEM525,
                #TAB_ITEM526 {
                    width: 400px;
                    height: 1450px;
                }
                #TABS523 {
                    top: 372.863px;
                    left: 10px;
                }
                #IMAGE574,
                #IMAGE575,
                #IMAGE576 {
                    width: 400px;
                    height: 350px;
                }
                #IMAGE574 > .ladi-image > .ladi-image-background {
                    width: 400.003px;
                    height: 356.936px;
                    top: -6.93577px;
                    left: 0.996623px;
                    background-image: url("../images/s750x700/5ea845b95da1a2557f302daa/ch-studio-20240505025858-xjo1b.jpg");
                }
                #IMAGE575 {
                    top: 360px;
                    left: 0px;
                }
                #IMAGE575 > .ladi-image > .ladi-image-background {
                    width: 402.186px;
                    height: 356.547px;
                    top: -6.5471px;
                    left: 0.054696px;
                    background-image: url("../images/s750x700/5ea845b95da1a2557f302daa/2pn-1vs-20240505025857-g3p1o.jpg");
                }
                #IMAGE576 {
                    top: 720px;
                }
                #IMAGE576 > .ladi-image > .ladi-image-background {
                    width: 410.684px;
                    height: 364.268px;
                    top: -10.9314px;
                    left: -0.683879px;
                    background-image: url("../images/s750x700/5ea845b95da1a2557f302daa/2pn-2vs-20240505025857-vxk4l.jpg");
                }
                #IMAGE577 {
                    width: 400px;
                    height: 370px;
                    top: 1080px;
                    left: 0px;
                }
                #IMAGE577 > .ladi-image > .ladi-image-background {
                    width: 420.004px;
                    height: 369.928px;
                    top: 0.070476px;
                    left: -0.003709px;
                    background-image: url("../images/s750x700/5ea845b95da1a2557f302daa/3pn-20240505025858-r6jz4.jpg");
                }
                #IMAGE578 {
                    width: 400.003px;
                    height: 230px;
                    top: 20.0004px;
                }
                #IMAGE578 > .ladi-image > .ladi-image-background {
                    width: 404.569px;
                    height: 229.935px;
                    top: 0.065409px;
                    left: -0.003439px;
                    background-image: url("../images/s750x550/5ea845b95da1a2557f302daa/penthouse-5-20240505093453-rs6vy.png");
                }
                #IMAGE602,
                #IMAGE603,
                #IMAGE604,
                #IMAGE605,
                #IMAGE606 {
                    width: 400px;
                    height: 230px;
                }
                #IMAGE602 {
                    top: 260px;
                }
                #IMAGE602 > .ladi-image > .ladi-image-background {
                    width: 535.575px;
                    height: 239.933px;
                    top: 0.067161px;
                    left: -0.003531px;
                    background-image: url("../images/s850x550/5ea845b95da1a2557f302daa/penthouse-4-20240505093453-tz6sh.jpg");
                }
                #IMAGE603 {
                    top: 500px;
                }
                #IMAGE603 > .ladi-image > .ladi-image-background,
                #IMAGE605 > .ladi-image > .ladi-image-background,
                #IMAGE606 > .ladi-image > .ladi-image-background {
                    width: 400.003px;
                    height: 229.936px;
                    top: 0.064241px;
                    left: -0.003378px;
                }
                #IMAGE603 > .ladi-image > .ladi-image-background {
                    background-image: url("../images/s750x550/5ea845b95da1a2557f302daa/penthouse-2-20240505093453-ia2m7.jpg");
                }
                #IMAGE604 {
                    top: 740px;
                    left: 0px;
                }
                #IMAGE604 > .ladi-image > .ladi-image-background {
                    width: 442.82px;
                    height: 230.573px;
                    top: -0.573072px;
                    left: -8.92579px;
                    background-image: url("../images/s750x550/5ea845b95da1a2557f302daa/penthouse-3-20240505093453-c2n-2.jpg");
                }
                #IMAGE605 {
                    top: 1220px;
                    left: 0px;
                }
                #IMAGE605 > .ladi-image > .ladi-image-background {
                    background-image: url("../images/s750x550/5ea845b95da1a2557f302daa/penthouse-1-20240505093452-gwbu9.jpg");
                }
                #IMAGE606 {
                    top: 980px;
                    left: 0px;
                }
                #IMAGE606 > .ladi-image > .ladi-image-background {
                    background-image: url("../images/s750x550/5ea845b95da1a2557f302daa/penthouse-6-20240505093453-kd1nn.png");
                }
                #GROUP554,
                #GROUP555 {
                    width: 239px;
                    height: 95px;
                }
                #GROUP554 {
                    top: 1858.86px;
                    left: 90px;
                }
                #BUTTON558,
                #BUTTON560 {
                    top: 55px;
                    left: 0px;
                }
                #SECTION524 {
                    height: 2328.66px;
                }
                #SECTION524 > .ladi-section-background {
                    background-image: url("../images/s768x2328/5ea845b95da1a2557f302daa/bg3-20240501103807-zldkf.jpg");
                }
                #PARAGRAPH566 {
                    width: 378px;
                    top: 108px;
                    left: 18px;
                }
                #GROUP559 {
                    width: 406px;
                    height: 1896.89px;
                    top: 260px;
                    left: 6.5px;
                }
                #IMAGE640,
                #IMAGE641,
                #IMAGE642,
                #IMAGE643,
                #IMAGE644,
                #IMAGE645 {
                    width: 400px;
                    height: 266.777px;
                }
                #IMAGE640 {
                    left: 3px;
                }
                #IMAGE640 > .ladi-image > .ladi-image-background,
                #IMAGE645 > .ladi-image > .ladi-image-background {
                    width: 476.289px;
                    height: 268.181px;
                }
                #IMAGE640 > .ladi-image > .ladi-image-background {
                    background-image: url("../images/s800x600/5ea845b95da1a2557f302daa/be-boi-20240505180328-ey8w9.jpg");
                }
                #HEADLINE549,
                #HEADLINE550,
                #HEADLINE551,
                #HEADLINE552,
                #HEADLINE554,
                #HEADLINE584,
                #HEADLINE595,
                #PARAGRAPH572,
                #LINE390 {
                    width: 400px;
                }
                #HEADLINE549 {
                    top: 275.777px;
                    left: 0px;
                }
                #IMAGE641 {
                    top: 315.777px;
                    left: 3.5px;
                }
                #IMAGE641 > .ladi-image > .ladi-image-background {
                    width: 405.155px;
                    height: 267.959px;
                    background-image: url("../images/s750x600/5ea845b95da1a2557f302daa/vuon-yoga-20240505180328-gajnu.jpg");
                }
                #HEADLINE550 {
                    top: 594.55px;
                    left: 6px;
                }
                #IMAGE642 {
                    top: 1272.11px;
                    left: 3.5px;
                }
                #IMAGE642 > .ladi-image > .ladi-image-background {
                    width: 414.777px;
                    height: 267.944px;
                    background-image: url("../images/s750x600/5ea845b95da1a2557f302daa/cau-kinh-20240505180328-vyhuu.jpg");
                }
                #HEADLINE551 {
                    top: 1552.11px;
                    left: 6px;
                }
                #IMAGE643 {
                    top: 1595.89px;
                    left: 3.5px;
                }
                #IMAGE643 > .ladi-image > .ladi-image-background {
                    width: 400px;
                    height: 325.733px;
                    background-image: url("../images/s750x650/5ea845b95da1a2557f302daa/sky-bar-20240505180328-nvnlz.jpg");
                }
                #HEADLINE552 {
                    top: 1873.89px;
                    left: 6px;
                }
                #IMAGE644 {
                    top: 634.55px;
                    left: 3px;
                }
                #IMAGE644 > .ladi-image > .ladi-image-background {
                    width: 400px;
                    height: 328.947px;
                    background-image: url("../images/s750x650/5ea845b95da1a2557f302daa/bbq-20240505180328-i29sk.jpg");
                }
                #HEADLINE553 {
                    width: 393px;
                    top: 913.83px;
                    left: 9px;
                }
                #IMAGE645 {
                    top: 953.33px;
                    left: 3.5px;
                }
                #IMAGE645 > .ladi-image > .ladi-image-background {
                    background-image: url("../images/s800x600/5ea845b95da1a2557f302daa/vui-vhoi-20240505180328-jnxzz.png");
                }
                #HEADLINE554 {
                    top: 1232.33px;
                    left: 6px;
                }
                #GROUP555 {
                    top: 2184.33px;
                    left: 90.5px;
                }
                #HEADLINE602 {
                    top: 27px;
                    left: 18px;
                }
                #SECTION528 {
                    height: 584px;
                }
                #SECTION528 > .ladi-section-background {
                    background-image: url("../images/s768x584/5ea845b95da1a2557f302daa/bg2-20240418172430-jy_ro.jpg");
                }
                #GALLERY522 {
                    width: 397.5px;
                    height: 413px;
                    top: 122px;
                    left: 11.625px;
                }
                #GALLERY522 .ladi-gallery .ladi-gallery-view-item[data-index="0"] {
                    background-image: url("../images/s700x750/5ea845b95da1a2557f302daa/1-20240620012904-otju1.png");
                }
                #GALLERY522 .ladi-gallery .ladi-gallery-view-item[data-index="1"] {
                    background-image: url("../images/s700x750/5ea845b95da1a2557f302daa/2-20240620012904-exyjw.png");
                }
                #GALLERY522 .ladi-gallery .ladi-gallery-view-item[data-index="2"] {
                    background-image: url("../images/s700x750/5ea845b95da1a2557f302daa/3-20240620012904-g5nv0.png");
                }
                #GALLERY522 .ladi-gallery .ladi-gallery-view-item[data-index="3"] {
                    background-image: url("../images/s700x750/5ea845b95da1a2557f302daa/4-20240620012904--rkby.png");
                }
                #GALLERY522 .ladi-gallery .ladi-gallery-view-item[data-index="4"] {
                    background-image: url("../images/s700x750/5ea845b95da1a2557f302daa/5-20240620012904-spnso.png");
                }
                #GALLERY522 .ladi-gallery .ladi-gallery-view-item[data-index="5"] {
                    background-image: url("../images/s700x750/5ea845b95da1a2557f302daa/6-20240620012904-k0jnz.png");
                }
                #GALLERY522 .ladi-gallery .ladi-gallery-view-item[data-index="6"] {
                    background-image: url("../images/s700x750/5ea845b95da1a2557f302daa/8-20240620012904-gnxzy.png");
                }
                #GALLERY522 .ladi-gallery .ladi-gallery-view-item[data-index="7"] {
                    background-image: url("../images/s700x750/5ea845b95da1a2557f302daa/9-20240620012904-tvq05.png");
                }
                #HEADLINE603 {
                    width: 281px;
                    top: 31px;
                    left: 16.5px;
                }
                #SECTION525 {
                    height: 1664.23px;
                }
                #SECTION525 > .ladi-section-background {
                    background-image: url("../images/s768x1664/5ea845b95da1a2557f302daa/bg3-20240501103807-zldkf.jpg");
                }
                #IMAGE688,
                #IMAGE689,
                #IMAGE690,
                #IMAGE691,
                #IMAGE692 {
                    width: 400px;
                    height: 225.047px;
                }
                #IMAGE688 {
                    top: 589.094px;
                    left: 10px;
                }
                #IMAGE688 > .ladi-image > .ladi-image-background,
                #IMAGE689 > .ladi-image > .ladi-image-background,
                #IMAGE690 > .ladi-image > .ladi-image-background {
                    width: 401.072px;
                    height: 267.381px;
                }
                #IMAGE688 > .ladi-image > .ladi-image-background {
                    background-image: url("../images/s750x600/5ea845b95da1a2557f302daa/ghim_vitri-02-20240507050343-jc5jf.jpg");
                }
                #VIDEO526 {
                    width: 400px;
                    height: 225px;
                    top: 824.14px;
                    left: 10px;
                }
                #SHAPE526 {
                    width: 60px;
                    height: 60px;
                    top: 82.5px;
                    left: 170px;
                }
                #IMAGE689 {
                    top: 354.047px;
                    left: 10px;
                }
                #IMAGE689 > .ladi-image > .ladi-image-background {
                    background-image: url("../images/s750x600/5ea845b95da1a2557f302daa/ghim_vitri-10-20240507050345-tmdnz.jpg");
                }
                #IMAGE690 {
                    top: 1059.14px;
                    left: 10px;
                }
                #IMAGE690 > .ladi-image > .ladi-image-background {
                    background-image: url("../images/s750x600/5ea845b95da1a2557f302daa/ghim_vitri-11-2-20240507050346-v92mu.jpg");
                }
                #IMAGE691 {
                    top: 119px;
                    left: 10px;
                }
                #IMAGE691 > .ladi-image > .ladi-image-background {
                    width: 400.131px;
                    height: 225.299px;
                    background-image: url("../images/s750x550/5ea845b95da1a2557f302daa/lkv_thucte-02-20240507050347-9bpgq.jpg");
                }
                #IMAGE692 {
                    top: 1294.19px;
                    left: 10px;
                }
                #IMAGE692 > .ladi-image > .ladi-image-background {
                    width: 400.049px;
                    height: 266.699px;
                    background-image: url("../images/s750x600/5ea845b95da1a2557f302daa/ghim_vitri-04-20240507050344-rpbxi.jpg");
                }
                #GROUP556 {
                    width: 239px;
                    height: 92px;
                    top: 1541.14px;
                    left: 90.5px;
                }
                #BUTTON562 {
                    top: 52px;
                    left: 0px;
                }
                #HEADLINE604 {
                    width: 365px;
                    top: 25px;
                    left: 17.5px;
                }
                #SECTION82 {
                    height: 587.392px;
                }
                #BOX531 {
                    width: 364px;
                    height: 255.696px;
                    top: 123px;
                    left: 28px;
                }
                #FORM524 {
                    width: 328.04px;
                    height: 175.746px;
                    top: 149.975px;
                    left: 45.98px;
                }
                #BUTTON548 {
                    width: 320.168px;
                    height: 40.7461px;
                    top: 135px;
                    left: 0.791px;
                }
                #BUTTON_TEXT548 {
                    top: 9.16787px;
                }
                #FORM_ITEM531 {
                    width: 328.04px;
                    height: 40.7461px;
                }
                #FORM_ITEM532 {
                    width: 327.085px;
                    height: 40.7461px;
                    top: 59px;
                    left: 0.791px;
                }
                #HEADLINE584 {
                    top: 27px;
                    left: 10px;
                }
                #HEADLINE584 > .ladi-headline {
                    font-size: 21px;
                }
                #HEADLINE595 {
                    top: 54px;
                    left: 10px;
                }
                #HEADLINE595 > .ladi-headline {
                    font-size: 33px;
                }
                #IMAGE702,
                #IMAGE702 > .ladi-image > .ladi-image-background {
                    width: 275.077px;
                    height: 65.9508px;
                }
                #IMAGE702 {
                    top: 421.442px;
                    left: 72.4615px;
                }
                #IMAGE702 > .ladi-image > .ladi-image-background {
                    background-image: url("../images/s600x400/5ea845b95da1a2557f302daa/logo_vgs-07-20240417180949-9wzdb.png");
                }
                #GROUP557,
                #BUTTON563 {
                    width: 224.297px;
                    height: 38px;
                }
                #GROUP557 {
                    top: 508.392px;
                    left: 97.8515px;
                }
                #BUTTON_TEXT563 {
                    width: 223px;
                    top: 6.70588px;
                }
                #SHAPE533 {
                    width: 36.5098px;
                    height: 36.5098px;
                    top: 0.745098px;
                    left: 1.6571px;
                }
                #PARAGRAPH572 {
                    top: 331.721px;
                    left: 10px;
                }
                #IMAGE776,
                #IMAGE776 > .ladi-image > .ladi-image-background {
                    width: 173.374px;
                    height: 67.5175px;
                }
                #IMAGE776 {
                    right: 10px;
                    bottom: 11px;
                }
                #IMAGE776 > .ladi-image > .ladi-image-background {
                    background-image: url("../images/s500x400/5ea845b95da1a2557f302daa/tai-xuong-20240930015751-ygjtn.png");
                }
                #lienhe {
                    height: 557.893px;
                }
                #LINE390 {
                    top: 470.893px;
                    left: 9.1945px;
                }
                #HEADLINE391 {
                    top: 506.893px;
                    left: 13.6945px;
                }
                #GROUP353 {
                    width: 382.097px;
                    height: 233.97px;
                    top: 23.97px;
                    left: 14.235px;
                }
                #HEADLINE319,
                #HEADLINE352 {
                    width: 382px;
                }
                #HEADLINE319 {
                    left: 0.097px;
                }
                #HEADLINE352 {
                    top: 31.97px;
                }
                #GROUP416 {
                    bottom: 100px;
                }
                #SHAPE419 {
                    width: 52.0097px;
                    height: 52.2699px;
                    top: 6.47468px;
                    left: 5.77945px;
                }
                #GROUP648 {
                    top: 267.94px;
                    left: -36.0329px;
                }
                #SECTION533 {
                    height: 65.2px;
                }
                #HEADLINE667 {
                    width: 394px;
                    top: 13.88px;
                    left: 14.235px;
                }
                #GROUP550 {
                    height: 456.212px;
                    top: 31.75px;
                }
                #FORM525 {
                    height: 225.949px;
                }
                #BUTTON551 {
                    top: 182.506px;
                }
                #HEADLINE589 {
                    top: 412.942px;
                }
            }
        
        
            body.lazyload .ladi-overlay,
            body.lazyload .ladi-box,
            body.lazyload .ladi-button-background,
            body.lazyload .ladi-collection-item:before,
            body.lazyload .ladi-countdown-background,
            body.lazyload .ladi-form-item-background,
            body.lazyload .ladi-form-label-container .ladi-form-label-item.image,
            body.lazyload .ladi-frame-background,
            body.lazyload .ladi-gallery-view-item,
            body.lazyload .ladi-gallery-control-item,
            body.lazyload .ladi-headline,
            body.lazyload .ladi-image-background,
            body.lazyload .ladi-image-compare,
            body.lazyload .ladi-list-paragraph ul li:before,
            body.lazyload .ladi-section-background,
            body.lazyload .ladi-survey-option-background,
            body.lazyload .ladi-survey-option-image,
            body.lazyload .ladi-tabs-background,
            body.lazyload .ladi-video-background,
            body.lazyload .ladi-banner,
            body.lazyload .ladi-spin-lucky-screen,
            body.lazyload .ladi-spin-lucky-start {
                background-image: none !important;
            }
        
        